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