$(document).ready(function(){
 
	$(".findme a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});

	$(".findmefb a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});
	
	$(".findmetube a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});
	
	$(".findmeartslant a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});

    $(".findmeartistde a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});

    $(".findmetwitter a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});

    $(".findmesaatchi a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});
	  
	$(".findmemyspace a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});
		 
	$(".findmeflickr a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});
			
	$(".findmefc a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});
		   
	 $(".findmeartspace a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});
				  
    $(".findmelinkedin a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});				  

    });