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