$(document).ready(function(){$("a").click(function(){$(this).blur()});$("li").mouseover(function(){$(this).stop().animate({height:"650px",width:"320px"},{queue:false,duration:600,easing:"easeOutBounce"})});$("li").mouseout(function(){$(this).stop().animate({height:"50px",width:"50px"},{queue:false,duration:600,easing:"easeOutBounce"})})});
