$(document).ready(function(){$('a').hover(function(){$(this).animate({opacity:'0.3'},1000)},function(){$(this).animate({opacity:'1'},1000)})});
