$(document).ready(function(){window.onload = function(){var bheight=$(window).height();var body_height=$("body").height();var row1_height=$(".row-1").height();var chk=bheight-body_height;if(chk>0){row1_height=row1_height+chk;$(".row-1").css("height",row1_height);}setTimeout(function(){$(".sendinfo").fadeTo(400,0);},10000);};$(".list li").hover(function() { if($(this).attr("class")!="last"){$(this).css("background","url(/images/markerover.gif) no-repeat 0% 5px");} }, function() { if($(this).attr("class")!="last"){$(this).css("background","url(/images/marker.gif) no-repeat 0% 5px");} });});

