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