$(document).ready(function() {

	$("#fighters").tablesorter({ sortList: [[2,0]] }); 

});