jQuery(document).ready(function(){
    
    jQuery(".tablesorter").click().tablesorter();
	
	jQuery(".sorted").addClass("headerSortDown");
	
});
