/**** Add application wide javascripts below this point  ******/
$(document).ready(function() { 
    // call the tablesorter plugin 
    $("#event-results").tablesorter({ 
        // sort on the first column and third column, order asc 
        sortList: [[3,0],[2,0]] 
    }); 
});
