$(function(){$("#header h1 a:hover").css("background","none");$("#header h1 a").bind("mouseenter",function(){$(this).before('<span class="logoHover"><a href="index.php"><div class="oculto">home</div></a></span>');$(".logoHover").hide().fadeIn().bind("mouseleave",function(){$(this).fadeOut("normal",function(){$(this).remove();});});});});
