	dayInfo2 = new Array
	dayInfo2[1] = "Sat., October 1 \rIts the first of the month.  Dont forget your pups Interceptor and Frontline!"
	dayInfo2[5] = "Weds., October 5 \rAshburn Library Program\r4:00 pm"
    dayInfo2[9] = "Sun., October 9 \rNew Leash on Life GEB Walkathon\rYorktown Heights, NY"
    dayInfo2[12] = "Weds., October 12 \rClass \rWesley United Methodist Church\rWinchester, VA\rJunior Class 6:00 pm\rSenior Class 6:30 pm"
	dayInfo2[28] = "Fri., October 28 \rWorkshop and Evaluations\rLeetown Science Center\rLeetown, WV"


	function showInfo2(thisDay) {
		document.calendar2.dateInfo2.value = dayInfo2[thisDay]
	}

