function bookmarksite(object){
  if(document.all){
    window.external.AddFavorite(object.href , object.title);
    return false;
  }
   return true;
}
function carregando(){
		document.getElementById("footer2").style.display = '';
}
