/*
	This file contains information for the alert box on the Home Page (index.html). 
	
	If showAlert = true, then the alert box will be displayed.
	If showAlert = false, the alert box will not be displayed and the first content box will be moved up in its place.
	
	If the alert is to be shown:
	The alert text should be entered between the quotation marks on the line: alertText = "";
	
	If the alert is not to be shown:
	The alertText value should be: alertText = "";

	Note: Do not enter double quotation marks in the alertText!	
	
	After changes have been made, FTP this file (alert.js) to the web server.
*/ 
<!--
	var showAlert = false;
	var alertText = "<br>10-18-09: Hayrides have been cancelled today due to the rain. We do have pumpkins set up in a greenhouse so if you still want to come pick your pumpkins today you don't have to get wet! ";
-->