function loadSport(sel)
{
	var sportid = sel.value;

	// Build the URL to connect to
	var url = "displaySport.php?sportid=" + escape(sportid);
	window.location.href = url; 
}