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

