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