	    $( function(){
		    $("table.listatbl tr:even").addClass("even");
		    $("table.listatbl tr:odd").addClass("odd");		    
	    });

