$(document).ready(function(){
$(".stripeTable tr").mouseover(function() {$(this).addClass("hoverTR");}).mouseout(function() 
{$(this).removeClass("hoverTR");});
$(".stripeTable tr:odd").addClass("even");
});
