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