$(function() {
			 
	 $("#product table tr:even").addClass("tr-highlight");
	
})