$(document).ready(function(){$("p.contact a img").mouseover(function(){$(this).css({opacity:0.5}).animate({opacity:1},200)})});