/**
 * @author mike
 */
$(document).ready(function() 
    { 
        $(".tablesorter").tablesorter({widgets:['zebra']}); 
    } 
); 