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