$(document).ready(function() {
	$("table.alt tr:even").addClass("even")
	$("table.alt tr:odd").addClass("odd")
});
