
$(document).ready(function() {  
    // call the tablesorter plugin    
     $("table").tablesorter({sortList:[[4,0]], widgets: ['zebra']});
     }
     ); 

//	$(function() {		
//		$("#tablesorter-demo").tablesorter({sortList:[[0,0],[2,1]], widgets: ['zebra']});
//		$("#options").tablesorter({sortList: [[0,0]], headers: { 3:{sorter: false}, 4:{sorter: false}}});
//	});	
//	
