// JavaScript Document
$(document).ready(function() { 
    // call the tablesorter plugin 
    $("#references_table").tablesorter({sortList: [[0,0]]}); 
}); 