jQuery(document).ready(function() { 
    // call the tablesorter plugin 
    jQuery("table").tablesorter({
	sortList: [[0, 0]]
	}); 
}); 
