		function setSport(form) {

			if (form.Sports.selectedIndex == 0)

				return;

			else if (form.Sports.selectedIndex == 1)

			{
				window.location.href = "http://www.conncoll.edu/athletics/mbasketball";
			}

			else if (form.Sports.selectedIndex == 2)

			{
				window.location.href = "http://www.conncoll.edu/athletics/wbasketball/";
			}

			else if (form.Sports.selectedIndex == 3)

			{
				window.location.href = "http://www.conncoll.edu/athletics/mcrosscountry/";
			}

			else if (form.Sports.selectedIndex == 4)

			{
				window.location.href = "http://www.conncoll.edu/athletics/wcrosscountry/";
			}

			else if (form.Sports.selectedIndex == 5)

			{
				window.location.href = "http://www.conncoll.edu/athletics/fieldhockey/";
			}

			else if (form.Sports.selectedIndex == 6)

			{
				window.location.href = "http://www.conncoll.edu/athletics/mhockey/";
			}

			else if (form.Sports.selectedIndex == 7)

			{
				window.location.href = "http://www.conncoll.edu/athletics/whockey/";
			}

			else if (form.Sports.selectedIndex == 8)

			{
				window.location.href =
"http://www.conncoll.edu/athletics/mlacrosse/";
			}

			else if (form.Sports.selectedIndex == 9)

			{
				window.location.href = "http://www.conncoll.edu/athletics/wlacrosse/";
			}

			else if (form.Sports.selectedIndex == 10)

			{
				window.location.href = "http://www.conncoll.edu/athletics/mwrow/";
			}

			else if (form.Sports.selectedIndex == 11)

			{
				window.location.href = "http://www.conncoll.edu/athletics/sailing/";
			}

			else if (form.Sports.selectedIndex == 12)

			{
				window.location.href = "http://www.conncoll.edu/athletics/msoccer/";
			}

			else if (form.Sports.selectedIndex == 13)

			{
				window.location.href = "http://www.conncoll.edu/athletics/wsoccer/";
			}

			else if (form.Sports.selectedIndex == 14)

			{
				window.location.href = "http://www.conncoll.edu/athletics/mwsquash/";
			}

			else if (form.Sports.selectedIndex == 15)

			{
				window.location.href = "http://www.conncoll.edu/athletics/swimdive/";
			}

			else if (form.Sports.selectedIndex == 16)

			{
				window.location.href = "http://www.conncoll.edu/athletics/mwtennis/";
			}

			else if (form.Sports.selectedIndex == 17)

			{
				window.location.href = "http://www.conncoll.edu/athletics/track/";
			}

			else if (form.Sports.selectedIndex == 18)

			{
				window.location.href = "http://www.conncoll.edu/athletics/wvolleyball/";
			}

			else if (form.Sports.selectedIndex == 19)

			{
				window.location.href = "http://www.conncoll.edu/athletics/mwwaterpolo/";
			}

		}
