$(document).ready(function(){$("#facebookid64").animate({ opacity: 0.8})});
$(document).ready(function(){$("#facebookid64").hover(function(){$(this).stop().animate({opacity: 1},"fast","linear")},function(){$(this).stop().animate({opacity: 0.8},"fast","linear")})});
$(document).ready(function(){$("#rssid59").animate({ opacity: 0.8})});
$(document).ready(function(){$("#rssid59").hover(function(){$(this).stop().animate({opacity: 1},"fast","linear")},function(){$(this).stop().animate({opacity: 0.8},"fast","linear")})});
$(document).ready(function(){$("#twittertagid60").animate({ opacity: 0.8})});
$(document).ready(function(){$("#twittertagid60").hover(function(){$(this).stop().animate({opacity: 1},"fast","linear")},function(){$(this).stop().animate({opacity: 0.8},"fast","linear")})});

