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