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