jQuery(function(a){a(function(){a(window).bind("resize",function(){b();});b();function b(){browserheight=(a(window).height()-50);itemheight=browserheight/4;if(itemheight>200){itemheight=197;}a("#bottom").css("height",browserheight);a(".front_thumb").find("h4").css("top",itemheight-22);}a(".front_thumb").animate({opacity:1});a(".front_thumb").hover(function(){var c=a(this).find("h4");a(c).stop().animate({top:itemheight-30});},function(){var c=a(this).find("h4");a(c).stop().animate({top:itemheight-22});});});});