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