/*
 *	$Id: jquery.custom.js 112 2009-03-11 07:56:14Z martin $
 */
$(function(){

	$("#contestant_list").tablesorter({sortList: [[0,0]]} );

});