$(document).ready(function(){
	$("table tr:nth-child(2n)").addClass("even");
});