if (document.images) {
	barstretch = new Image();
	barstretch.src = "graphics/barstretch.gif";
	scanline = new Image();
	scanline.src = "graphics/scanline.gif";
	linkstretch = new Image();
	linkstretch.src = "graphics/linkstretch.gif";
}

function locationChange(nfl)
{
  
	if (nfl == "AFC")
	{
		if (document.forms["nflTeams"].afcTeams.selectedIndex) window.location.href = document.forms["nflTeams"].afcTeams.options[document.forms["nflTeams"].afcTeams.selectedIndex].value;
	}
	else if (nfl == "NFC")
	{
		if (document.forms["nflTeams"].nfcTeams.selectedIndex) window.location.href = document.forms["nflTeams"].nfcTeams.options[document.forms["nflTeams"].nfcTeams.selectedIndex].value;
	}
}