/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


jQuery(document).ready(function(){

	jQuery(".rss-popup a").hover(function() {
	jQuery(this).next("em").stop(true, true).animate({opacity: "show", top: "-60"}, "slow");
	}, function() {
	jQuery(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});

});
jQuery(document).ready(function(){

	jQuery(".face_right a").hover(function() {
	jQuery(this).next("em").stop(true, true).animate({opacity: "show", top: "-60"}, "slow");
	}, function() {
	jQuery(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});

});