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

