$(document).ready(function() 
    { 
        $("#col3 table").tablesorter( {sortList: [[0,0], [0,0]]} ); 
    } 
); 
