jQuery(function() {
	
	jQuery("table").tablesorter({
	
	   sortList: [[2,0]],
	   widgets: ['zebra']
	
	}); 
	
		
});
