$(document).ready(function(){
 
	$(".footer-email a" ).hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-37"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-47"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$(".footer-twitter a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-37"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-47"}, "fast");
	});
 
});
$(document).ready(function(){
 
	$(".footer-tumblr a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-37"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-47"}, "fast");
	});
 
});
