$(document).ready(function(){
 
		$(".facebooktooltip a").hover(function() {
		$(this).next("em").stop(true, true).animate({opacity: "show", top: "-50"}, "slow");
		}, function() {
		$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
		});
 
		});
		
$(document).ready(function(){
 
		$(".twittertooltip a").hover(function() {
		$(this).next("em").stop(true, true).animate({opacity: "show", top: "-50"}, "slow");
		}, function() {
		$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
		});
 
		});
		
		$(document).ready(function(){
 
		$(".registertooltip a").hover(function() {
		$(this).next("em").stop(true, true).animate({opacity: "show", top: "-50"}, "slow");
		}, function() {
		$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
		});
 
		});
		
		$(document).ready(function(){
 
		$(".parentstooltip a").hover(function() {
		$(this).next("em").stop(true, true).animate({opacity: "show", top: "-50"}, "slow");
		}, function() {
		$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
		});
 
		});
		
		$(document).ready(function(){
 
		$(".homepagetooltip a").hover(function() {
		$(this).next("em").stop(true, true).animate({opacity: "show", top: "-50"}, "slow");
		}, function() {
		$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
		});
 
		});
		
		$(document).ready(function(){
 
		$(".musictooltip a").hover(function() {
		$(this).next("em").stop(true, true).animate({opacity: "show", top: "-50"}, "slow");
		}, function() {
		$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
		});
 
		});
