/**
 * @author mike
 */
$(document).ready(function() 
    { 
        $(".tablesorter").tablesorter({widgets:['zebra'],sortList: [[$('#tablesortersortby').val(),1]]}); 
    } 
); 