$(document).ready(
	function()
	{
		$("tr:nth-child(odd)").addClass("odd");
	}
);