// JavaScript Document

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