<!--

//go to the sport page
function fn_SportPage() {
	var sportid = document.getElementById('sportid').value;
	if (sportid != 0) {
		document.location.href = 'sport.cfm?sportid=' + sportid;
	}
}

//-->
