	var headID = document.getElementsByTagName("head")[0];         
	var cssNode = document.createElement('link');
	cssNode.type = 'text/css';
	cssNode.rel = 'stylesheet';
	cssNode.href = 'http://www.tahlequah.k12.ok.us/CSS/message_box.css';
	cssNode.media = 'screen';
	headID.appendChild(cssNode);

/* --- For Surveys --- */

today = new Date();
month = today.getMonth()+1;
day = today.getDate();

if(month==11 && day>=7 && day<=31){
		document.write ("<div class='pen_css'>");
			document.write("<a href='https://www.surveymonkey.com/s/6GMTPQ7' style='color:#0F7F11;'>");
				document.write("Click here to take the Indian Education Parent Survey");
			document.write("</a><br/>");
		document.write("</div>");
}


/* --- For Contruction ---

	document.write ("<div class='tool_css'>");
		document.write("Please excuse us while we update our site.");
	document.write("</div>");

*/


/* --- For Critical Alerts --- 

	document.write ("<div class='alert_css'>");
		document.write("Tahlequah Schools are CLOSED Feb 11, due to inclement weather.");
	document.write("</div>");

*/


/* --- For General Announcements --- 

	document.write ("<div class='idea_css'>");
		document.write("As of 3:00pm Mon, Feb 08: <br/> Tahlequah Schools are OPEN Tues, Feb 08, 2011");
	document.write("</div>");

*/

