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