$(window).load(function(){$(".row").mouseover(function(){$(this).addClass("rowover")});$(".row").mouseout(function(){$(this).removeClass("rowover")});$(".row").click(function(){location.href=$("#"+$(this).attr("id")+" .tit a").attr("href")})});
