//Sorting in the all_events.asp file.

$(document).ready(function(){

$("#schedule-table").tablesorter({        
        headers: {
			 		4: { sorter: false }
				 },
        
        textExtraction: "complex"
    });

});
