$(function() {
	$("table tr:nth-child(even)").addClass("striped");
}); 

