$(document).ready(function() 
    { 
        $("#tablesorter").tablesorter({
		widgets: ['zebra'],
		textExtraction: 'complex',
		sortList: [[3,0]]
	}); 
    } 
);