// JavaScript Document
$(document).ready(function() 
    { 
        $("#rbotable").tablesorter(); 
    } 
); 
