/*
For pages that need table sorter (and nothing else)
*/
$(document).ready(function() 
    { 
        $('.scroll-pane').jScrollPane();
    } 

); 

