/*
Title:      
Author:		
Updated:    
*/

$(document).ready(function () {

	 $("table.dataTable tr:odd").addClass("even");

});