$(document).ready(function() { 
	$("table")
	.tablesorter({widthFixed:false, sortList:[[0,0]], widgets:['zebra']}) 
});
