"And I asked myself about the present: how wide it was, how deep it was, how much was mine to keep."
— Kurt Vonnegut, Slaughter House Five
$(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"); }); });