After not having seen a dentist in eleven years, I only have two cavities, both on my wisdom teeth, which need to removed anyway!
$(document).ready(function(){ $("#footer a").hover(function() { $(this).next("em").animate({opacity: "show", top: "-35"}, "slow"); }, function() { $(this).next("em").animate({opacity: "hide", top: "-45"}, "fast"); }); $("#footer.tumblr ").hover(function() { $(this).next("em").animate({opacity: "show", right: "35"}, "slow"); }, function() { $(this).next("em").animate({opacity: "hide", right: "45"}, "fast"); }); });