dayInfo = new Array
	dayInfo[1] = "1st\r\r"
	dayInfo[2] = "2nd\r\r"	
	dayInfo[3] = "3rd\r\r"	
	
	dayInfo[4] = "4th\r\r"	
    dayInfo[5] = "5th\r\r"	
	dayInfo[6] = "6th\r\r"
	dayInfo[7] = "7th\r\r"
	dayInfo[8] = "8th\r\r"
	dayInfo[9] = "9th\r\r"	
	dayInfo[10] = "10th\r\r"	
	
	dayInfo[11] = "11th\r\r"
	dayInfo[12] = "12th\r\r"
	dayInfo[13] = "13th\r\r"
	dayInfo[14] = "14th\r\r"
	dayInfo[15] = "15th\r\r"	
	dayInfo[16] = "16th\r\r"	
    dayInfo[17] = "17th\r\r"	
	
	dayInfo[18] = "18th\r\r"
	dayInfo[19] = "19th\r\r"
	dayInfo[20] = "20th\r\r"
	dayInfo[21] = "21st\r\r"
	dayInfo[22] = "22nd\r\r8:00 a.m. Worship/Communion Service\r\r9:15 a.m. G.S. Elementary School\r                         Parents' meeting\r\r10:30 a.m. Worship/Communion"
	dayInfo[23] = "23rd\r\r7:00 p.m. Worship/Communion Service"	
	dayInfo[24] = "24th\r\r(No Scheduled Events)"
	dayInfo[25] = "25th\r8:00 a.m. 'Opening Service' for our\r                 Luth. Elem. School"
	dayInfo[26] = "26th\r\r(No Scheduled Events)"
	dayInfo[27] = "27th\r\r(No Scheduled Events)"
	dayInfo[28] = "28th\r\r(No Scheduled Events)"
	dayInfo[29] = "29th\r\r8:00 a.m. Worship Service\r\r9:15 a.m. Sunday School 'Parents Meeting\r10:30 a.m. Worship Service\r4:00 p.m. Trinity - Clear Lake-\r                    75th Anniversary"
	dayInfo[30] = "30th\r\r10:00 a.m. Newsletter Folding / Mailing\r\r7:00 p.m. Worship Service\r\r8:00 p.m. Bible Info Class"
	dayInfo[31] = "31st\r\r7:30 p.m. Bible Info Class"
	
	
	dayInfo[32] = "Greeters:\r\r 8:00, \r\r10:30, "
	dayInfo[33] = "Ushers:\r\r 8:00, \r                \r\r10:30, "
	dayInfo[34] = "Finance:\r\r  & "
	dayInfo[35] = "School Begins August 25, 2010"

	
	function showInfo(thisDay) {
		document.calendar.dateInfo.value=dayInfo[thisDay]
	}

//--------------- LOCALIZEABLE GLOBALS --------------- Date Insert
var d=new Date();
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
//Ensure correct for language. English is "January 1, 2004"
var TODAY = monthname[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear();
//---------------   END LOCALIZEABLE   ---------------
