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