$(document).ready(function(){
	$("table tr:odd").addClass("odd");
	$("table tr:first").addClass("hd");
});

