$(document).ready(function(){$("a").click(function(){$(this).blur()});$("li.roll").mouseover(function(){$(this).stop().animate({height:'150px'},{queue:false,duration:600,easing:'easeOutBounce'})});$("li.roll").mouseout(function(){$(this).stop().animate({height:'24px'},{queue:false,duration:600,easing:'easeOutBounce'})});$("li.rollshort").mouseover(function(){$(this).stop().animate({height:'107px'},{queue:false,duration:600,easing:'easeOutBounce'})});$("li.rollshort").mouseout(function(){$(this).stop().animate({height:'24px'},{queue:false,duration:600,easing:'easeOutBounce'})})});