$(document).ready(function(){
  // initialize jquery-ui 
  $("table.sortable").tablesorter({widgets: ['zebra']});

});