jQuery(document).ready(function(){jQuery('div.avatar-offline a img').hover(function(){jQuery(this).stop(true,true).animate({opacity:'1'},'slow');return false},function(){jQuery(this).stop(true,true).animate({opacity:'.3'},'slow');return false});});

