$(document).ready(
	function()
	{
		$("table tr:odd").addClass("tableAllBgOdd");
		$("table tr:even").addClass("tableAllBgEven");
	});
