/*
 *
 * WRSD AutoLoad for Alert Information
 *
 */
(function($){
 	$(document).ready(function(){   
/*
 *
 * Alerts Instructions
 *********************

Step 1:  Create text of your alert in a document with spell checking capability, do not format the text in Word or other editors, copy text
Step 2:  Open the file:  wrsdalerts.html    and paste the text in the area marked text, change the heading if you like as well
Step 3:  Uncomment (remove the double slashes in the line after these instructions) the loading of the wrsdalerts file this will allow the
         file to be loaded and displayed on each page of the WRSD website
Step 4:  When the alert is no longer needed, open the wrsd.js file and comment out the load line for the wrsdalerts.html file by inserting
         double slashes ( // ) at the beginning of the line
Note:    Since there could be many repeating alerts, you can save them as separate file names then just copy the filename to wrsdalerts.html
         and uncomment the following line to have many setup and ready for use

	TO ACTIVATE ONE OF THE FOLLOWING ALERT FILES, UNCOMMENT (REMOVE DOUBLE SLASHES AT BEGINNING OF LINE) THE LINE
*/
 	//		$("#wrsdalerts").load("system/alerts/wrsdalerts-announce.html");	// comment out if no alerts
 	//		$("#wrsdalerts").load("system/alerts/wrsdalerts-cancel.html");		// comment out if no alerts
 	//	$("#wrsdalerts").load("system/alerts/wrsdalerts-delay.html");		// comment out if no alerts
 	//	$("#wrsdalerts").load("system/alerts/wrsdalerts-custom.html");		// comment out if no alerts
 	//		$("#wrsdalerts").load("system/alerts/wrsdalerts-earlyrelease.html");		// comment out if no alerts
  //         });
	});
})(jQuery);