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