window.onload = function(){
	$(".tab_content tr:nth-child(odd)").addClass("odd");
};
