$(document).ready(function(){$("#content tr").hover(function(){$(this).addClass("highlight")},function(){$(this).removeClass("highlight")})});