<!--

//Modify this to say on or anything else to disable it
var displayAthleticPopup = "off";

//Augie Do not modify anything below this line unless you need to modify the height or width slightly
function AthleticMessage() {
	if (displayAthleticPopup == "on")
	{
  		var winurl = "http://www.fhs.d211.org/athletics/alert.htm";
 		winST1 = window.open(winurl,'winPA1','resizable,top=50,left=50,scrollbars=yes,width=700,height=500');
 	}
}
//-->