// This is the Database of Upcoming Events
// Please Edit with Care.
//
// 8 Fields (surrounded by brackets[]) are used for EACH event:
// 	["Recurring", "Month", "Day", "Year", "StartTime", "EndTime", "Name", "Description"]
// 	Each event field must be surrounded by quotation marks followed by a comma ("",) EXCEPT the "Description" field.
//	The "Description" field is surrounded by quotation marks only ("").
//
// Each event has a comma after the closing bracket IF another event is below it on the next line down.
//	Note: The last event in this file should NOT have a comma after the closing bracket
//
// The Recurring field uses:
//	"D" = Daily; "W" = Weekly; "M" = Monthly; "Y" = Yearly; "F" = Floating Holiday
//
// One Time only events should leave the Recurring field blank
//	(ex. "")
//
// Daily events do NOT require that anything be in the Month Day and Year fields
//	Everything in the Month Day and Year fields will be ignored
//
// Weekly events should have the day of the week field set to 1 - 7
//	1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thurday, 6=Friday, 7=Saturday
//
// "F"loating events uses:
//	the Month field for the Month.
//	the Day field as the Cardinal Occurrence
//		1=1st, 2=2nd, 3=3rd, 4=4th, 5=5th, 6=6th occurrence of the day listed next
//	the Year field as the Day of the week the event/holiday falls on
//		1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thurday, 6=Friday, 7=Saturday
//	example: "F",	"1",	"3",	"2", = Floating holiday in January on the 3rd Monday of that month.
//
//	Note: Easter has it's own special formula so Please don't change anything related to Easter below
//
// "Y"early events are specific dates that never change - the Year field is ignored
//	example - Christmas is: "12","25","",
events = new Array(
	["Y",	"1",	"1",	"",	"",	"",	"NEW YEAR'S DAY",	"Expect a great year!"],
	["F",	"1",	"1",	"2",	"",	"",	"NO SCHOOL for students",	"Teacher Workday"],	
	["",	"1",	"3",	"2012",	"9:00 AM",	"Noon",	"Preschool resumes",	"Students Return To Preschool."],	
	["F",	"1",	"3",	"2",	"",	"",	"NO SCHOOL",	"Martin Luther King Day"],
	["Y",	"1",	"1",	"",	"",	"",	"TUITION DUE",	"Tuition due for February"],
	["Y",	"2",	"1",	"",	"",	"",	"TUITION DUE",	"Tuition due for March"],
	["",	"2",	"7",	"2012",	"9:00 AM",	"10:30 AM (app.)",	"Breakfast With Dad",	"A special breakfast for preschoolers and dads in the Fellowship Hall, children will be singing."],
	["",	"2",	"14",	"2012",	"",	"",	"Valentine exchange for all classes",	"Children bring valentines to exchange in their class"],
	["",	"2",	"21",	"2011",	"",	"",	"Winter Break",	"No school"],
	["",	"2",	"22",	"2011",	"",	"",	"Winter Break",	"No school"],
	["",	"2",	"23",	"2011",	"",	"",	"Winter Break",	"No school"],
	["",	"2",	"24",	"2011",	"",	"",	"Winter Break",	"No school"],
	["",	"2",	"15",	"2010",	"",	"",	"NO SCHOOL",	"President's Day, Honors the birthdays of George Washington, Abraham Lincoln and other past American Presidents."],
	["Y",	"3",	"1",	"",	"",	"",	"TUITION DUE",	"Tuition due for April"],
	["Y",	"4",	"1",	"",	"",	"",	"TUITION DUE",	"Tuition due for May"],
	["",	"4",	"24",	"2011",	"",	"",	"EASTER",	"Traditional celebration of the resurrection of Jesus Christ."],
	["",	"3",	"2",	"2010",	"9:15 AM",	"10:00 AM",	"Music is Magic program",	"A musical adventure of instruments."],
	["",	"3",	"12",	"2012",	"",	"",	"Teacher/Parent Conferences",	"School will dismiss at 11:00 each day."],
	["",	"3",	"13",	"2012",	"",	"",	"Teacher/Parent Conferences",	"School will dismiss at 11:00 each day."],
	["",	"3",	"14",	"2012",	"",	"",	"Teacher/Parent Conferences",	"School will dismiss at 11:00 each day."],
	["",	"3",	"15",	"2012",	"",	"",	"Teacher/Parent Conferences",	"School will dismiss at 11:00 each day."],
	["",	"3",	"28",	"2012",	"10:30 AM",	"Noon",	"RESURRECTION PARTY",	"3's classes"],
	["",	"3",	"29",	"2012",	"11:00 AM",	"Noon",	"RESURRECTION PARTY",	"4's classes"],
	["",	"4",	"2",	"2012",	"",	"",	"NO SCHOOL",	"Spring Break"],
	["",	"4",	"3",	"2012",	"",	"",	"NO SCHOOL",	"Spring Break"],
	["",	"4",	"4",	"2012",	"",	"",	"NO SCHOOL",	"Spring Break"],
	["",	"4",	"5",	"2012",	"",	"",	"NO SCHOOL",	"Spring Break"],
	["",	"4",	"6",	"2012",	"",	"",	"NO SCHOOL",	"Spring Break"],
	["",	"4",	"11",	"2012",	"",	"",	"Flowering of the Cross during chapel",	"Children bring flowers, silk or fresh"],
	["",	"4",	"17",	"2012",	"",	"",	"Tea for Two",	"3's Classes",  ""],
	["",	"4",	"19",	"2012",	"",	"",	"Tea for Two",	"4's Classes", 	""],
	["",	"5",	"3",	"2012", "",	"",	"4's Field Day",	""],
	["",	"5",	"10",	"2012",	"",	"",	"4's Moving On Up and Art Show",	""],
	["",	"5",	"15",	"2012",	"",	"",	"LAST DAY OF PRESCHOOL for all classes",	"FUN! FUN! FUN!"],
	["Y",	"8",	"1",	"",	"",	"",	"TUITION DUE",	"Tuition due for September"],	
	["Y",	"9",	"1",	"",	"",	"",	"TUITION DUE",	"Tuition due for October"],
	["",	"9",	"1",	"2011",	"7:00 PM",	"8:30 PM",	"OPEN HOUSE",	"General assembly and meet your teacher"],
	["",	"9",	"2",	"2010",	"7:00 PM",	"",	"Open House",	"General assembly and meet your teacher"],
	["",	"9",	"6",	"2011", "9:00 AM",	"Preschool ends at noon, Lunch Bunch ends at 1:00 PM",	"First Day of Preschool",	"Ready for a great first day!"],
	["",	"9",	"28",	"2011", "",	"",	"1'st Field trip",	"Information will be sent in student's folder"], 	  
	["Y",	"10",	"1",	"",	"",    	"",	"TUITION DUE",	"Tuition due for November"],
	["",	"10",	"19",	"2011",	"9:00 AM",	"Noon",	"FARM DAY",	"A fun-filled day of learning about the farm"], 
	["Y",	"11",	"1",	"",	"",	"",	"TUITION DUE",	"Tuition due for December"],
	["",	"11",	"15",	"2011",	"",	"",	"Thanksgiving Program",	"A program retelling the Thanksgiving Story"],
	["F",	"11",	"3",	"2",	"",	"",	"NO SCHOOL",	"Thanksgiving Holidays"],
	["F",	"11",	"4",	"3",	"",	"",	"NO SCHOOL",	"Thanksgiving Holidays"],
	["F",	"11",	"4",	"4",	"",	"",	"NO SCHOOL",	"Thanksgiving Holidays"],
	["F",	"11",	"4",	"5",	"",	"",	"Thanksgiving",     "Oh give thanks unto the LORD, for He is good, and His mercy endures forever!"],
	["Y",	"12",	"1",	"",	"",	"",	"TUITION DUE",	"Tuition due for January"],
	["",	"11",	"30",	"2011",	"9:00 AM",	"",	"Christmas Tea",	"Moms, plan to join us for this special occasion!"],
	["",	"12",	"14",	"2011",	"",	"",	"Christmas party and last day for all classes"],
	["F",	"12",	"3",	"5",	"",	"",	"NO SCHOOL",	"Christmas Holidays"],
	["F",	"12",	"3",	"2",	"",	"",	"NO SCHOOL",	"Christmas Holidays"],
	["F",	"12",	"3",	"3",	"",	"",	"NO SCHOOL",	"Christmas Holidays"],
	["F",	"12",	"3",	"4",	"",	"",	"NO SCHOOL",	"Christmas Holidays"],
	["F",	"12",	"4",	"4",	"",	"",	"NO SCHOOL",	"Christmas Holidays"],
	["F",	"12",	"4",	"5",	"",	"",	"NO SCHOOL",	"Christmas Holidays"],
	["F",	"12",	"4",	"2",	"",	"",	"NO SCHOOL",	"Christmas Holidays"],
	["F",	"12",	"4",	"3",	"",	"",	"NO SCHOOL",	"Christmas Holidays"],
	["Y",	"12",	"25",	"2010",	"",	"",	"CHRISTMAS DAY",	"Celebration of the birth of our Lord Jesus Christ."],	
	["F",	"12",	"5",	"4",	"",	"",	"NO SCHOOL",	"Christmas Holidays"],
	["F",	"12",	"5",	"5",	"",	"",	"NO SCHOOL",	"Christmas Holidays"]
	
	

	


			
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);





