$(document).ready(function() 
    { 
        $("#myTable").tablesorter(); 
    } 
); 