$(document).ready(function() {

	$("#events").tablesorter({ sortList: [[0,0]] }); 

});
