// 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 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",	"2006",	"1:00 AM",	"12:00 PM",	"New Year's Day",],
	["Y",	"10",	"8",	"2008",	"1:00 AM",	"12:00 PM",	"School Photos - Shrewsbury",],
	["Y",	"10",	"13",	"2008",	"1:00 AM",	"12:00 PM",	"Columbus Day – School closed",],
	["Y",	"10",	"15",	"2008",	"1:00 AM",	"12:00 PM",	"Next PTO Meeting in PTO room Shrewsbury Campus - 8:30 AM All parents welcome!",],
	["Y",	"10",	"16",	"2008",	"1:00 AM",	"12:00 PM",	"Auburn Back to School PM Parents",],
	["Y",	"10",	"17",	"2008",	"1:00 AM",	"12:00 PM",	"Adult Social and Auction, 6:30 PM at the Beechwood Hotel - Worcester, MA",],
	["Y",	"10",	"20",	"2008",	"1:00 AM",	"12:00 PM",	"Shrewsbury Settling in Conferences-New PS students",],
	["Y",	"10",	"23",	"2008",	"1:00 AM",	"12:00 PM",	"Auburn Pumpkin Patch",],
	["Y",	"10",	"24",	"2008",	"1:00 AM",	"12:00 PM",	"Shrewsbury Pumpkin Patch - 6:00 PM",],
	["Y",	"10",	"29",	"2008",	"1:00 AM",	"12:00 PM",	"Auburn School Photos",],
	["Y",	"11",	"4",	"2008",	"1:00 AM",	"12:00 PM",	"Shrewsbury No School PS4/PS5/LE/UE Conferences",],
	["Y",	"11",	"6",	"2008",	"1:00 AM",	"12:00 PM",	"Preschool and Kindergarten Parent Night at Shrewsbury Campus",],
	["Y",	"11",	"5",	"2008",	"1:00 AM",	"12:00 PM",	"PTO Meeting, 8:30 AM in The Shrewsbury PTO Room",],
	["Y",	"11",	"11",	"2008",	"1:00 AM",	"12:00 PM",	"School Closed – Veteran’s Day",],
	["Y",	"11",	"13",	"2008",	"1:00 AM",	"12:00 PM",	"The Sixth year Experience - 6:30 to 7:30 PM",],
	["Y",	"11",	"26",	"2008",	"1:00 AM",	"12:00 PM",	"School Closed - Thanksgiving",],
	["Y",	"12",	"1",	"2008",	"1:00 AM",	"12:00 PM",	"Scholastic Book Fair –Shrewsbury",],
	["Y",	"12",	"2",	"2008",	"1:00 AM",	"12:00 PM",	"Scholastic Book Fair –Shrewsbury",],
	["Y",	"12",	"3",	"2008",	"1:00 AM",	"12:00 PM",	"Scholastic Book Fair –Shrewsbury",],
	["Y",	"12",	"4",	"2008",	"1:00 AM",	"12:00 PM",	"Scholastic Book Fair –Shrewsbury",],
	["Y",	"12",	"5",	"2008",	"1:00 AM",	"12:00 PM",	"Scholastic Book Fair –Shrewsbury",],
	["Y",	"12",	"4",	"2008",	"1:00 AM",	"12:00 PM",	"Elementary Parent Student Night",],
	["Y",	"12",	"10",	"2008",	"1:00 AM",	"12:00 PM",	"PTO Meeting, 8:30 AM in The Shrewsbury PTO Room",],
	["Y",	"12",	"18",	"2008",	"1:00 AM",	"12:00 PM",	"Auburn PM Holiday Show",],
	["Y",	"12",	"19",	"2008",	"1:00 AM",	"12:00 PM",	"Auburn AM Holiday Show",],
	["Y",	"12",	"22",	"2008",	"1:00 AM",	"12:00 PM",	"School Closed -December Holiday",],
	["Y",	"12",	"23",	"2008",	"1:00 AM",	"12:00 PM",	"School Closed -December Holiday",],
	["Y",	"12",	"24",	"2008",	"1:00 AM",	"12:00 PM",	"School Closed -December Holiday",],
	["Y",	"12",	"25",	"2008",	"1:00 AM",	"12:00 PM",	"School Closed -December Holiday",],
	["Y",	"12",	"26",	"2008",	"1:00 AM",	"12:00 PM",	"School Closed -December Holiday",],
	["Y",	"12",	"27",	"2008",	"1:00 AM",	"12:00 PM",	"School Closed -December Holiday",],
	["Y",	"12",	"28",	"2008",	"1:00 AM",	"12:00 PM",	"School Closed -December Holiday",],
	["Y",	"12",	"29",	"2008",	"1:00 AM",	"12:00 PM",	"School Closed -December Holiday",],
	["Y",	"12",	"30",	"2008",	"1:00 AM",	"12:00 PM",	"School Closed -December Holiday",],
	["Y",	"12",	"31",	"2008",	"1:00 AM",	"12:00 PM",	"School Closed -December Holiday",],
	["Y",	"1",	"1",	"2009",	"1:00 AM",	"12:00 PM",	"School Closed -December Holiday",],
	["Y",	"1",	"2",	"2009",	"1:00 AM",	"12:00 PM",	"School Closed -December Holiday",],
	["Y",	"1",	"5",	"2009",	"1:00 AM",	"12:00 PM",	"School Re-Opens",],
	["Y",	"1",	"10",	"2009",	"1:00 AM",	"12:00 PM",	"Open House SMS and Auburn",],
	["Y",	"1",	"13",	"2009",	"1:00 AM",	"12:00 PM",	"Board of Trustees & Parent Meeting",],
	["Y",	"1",	"14",	"2009",	"1:00 AM",	"12:00 PM",	"Board of Trustees & Parent Meeting",],
	["Y",	"1",	"14",	"2009",	"1:00 AM",	"12:00 PM",	"PTO Meeting, 8:30 AM in The Shrewsbury PTO Room",],
	["Y",	"1",	"15",	"2009",	"1:00 AM",	"12:00 PM",	"Board of Trustees & Parent Meeting",],
	["Y",	"1",	"19",	"2009",	"1:00 AM",	"12:00 PM",	"School Closed – Martin Luther King",],
	["Y",	"1",	"20",	"2009",	"1:00 AM",	"12:00 PM",	"Auburn – Conferences – No School",],
	["Y",	"1",	"20",	"2009",	"1:00 AM",	"12:00 PM",	"Shrewsbury – Professional Day – No School",],
	["Y",	"1",	"21",	"2009",	"1:00 AM",	"12:00 PM",	"Conferences for Threes",],
	["Y",	"1",	"22",	"2009",	"1:00 AM",	"12:00 PM",	"Conferences for Threes",],
	["Y",	"1",	"23",	"2009",	"1:00 AM",	"12:00 PM",	"Conferences for Threes",],
	["Y",	"1",	"23",	"2009",	"1:00 AM",	"12:00 PM",	"LE Gym & Swim Peek Session",],
	["Y",	"1",	"26",	"2009",	"1:00 AM",	"12:00 PM",	"Progress Reports Sent",],
	["Y",	"1",	"30",	"2009",	"1:00 AM",	"12:00 PM",	"UE Gym & Swim Peek Session",],
	["Y",	"2",	"5",	"2009",	"1:00 AM",	"12:00 PM",	"Enrollment Agreements Due",],
	["Y",	"2",	"7",	"2009",	"1:00 AM",	"12:00 PM",	"Parent Night Michael Duffy & Montessori Math",],
	["Y",	"2",	"10",	"2009",	"6:30 PM",	"7:30 PM",	"Evening PTO Meeting - SMS PTO Room 6:30 - 7:30 PM",],
	["Y",	"2",	"12",	"2009",	"6:00 PM",	"7:30 PM",	"Elementary Projects Fair 6:00 PM - 7:30 PM",],
	["Y",	"2",	"16",	"2009",	"1:00 AM",	"12:59 PM",	"School Closed - February Vacation",],
	["Y",	"2",	"17",	"2009",	"1:00 AM",	"12:59 PM",	"School Closed - February Vacation",],
	["Y",	"2",	"18",	"2009",	"1:00 AM",	"12:59 PM",	"School Closed - February Vacation",],
	["Y",	"2",	"19",	"2009",	"1:00 AM",	"12:59 PM",	"School Closed - February Vacation",],
	["Y",	"2",	"20",	"2009",	"1:00 AM",	"12:59 PM",	"School Closed - February Vacation",],
	["Y",	"2",	"24",	"2009",	"11:30 AM",	"1:00 PM",	"Auburn Campus - CH - Pumpernickel Puppetts - 11:30AM and 12:30 PM",],
	["Y",	"3",	"1",	"2009",	"1:00 AM",	"12:59 PM",	"Montessori Model United Nations",],
	["Y",	"3",	"2",	"2009",	"1:00 AM",	"12:59 PM",	"Montessori Model United Nations",],
	["Y",	"3",	"3",	"2009",	"1:00 AM",	"12:59 PM",	"Montessori Model United Nations",],
	["Y",	"3",	"4",	"2009",	"1:00 AM",	"12:59 PM",	"Montessori Model United Nations",],
	["Y",	"3",	"6",	"2009",	"9:30 AM",	"11:00 AM",	"Shrewsbury Campus - CH - Pumpernickle Puppetts - 9:30 AM and 10:15 AM",],
	["Y",	"3",	"20",	"2009",	"1:00 AM",	"12:59 PM",	"Elementary only – Closed for Conferences",],
	["Y",	"3",	"25",	"2009",	"1:00 AM",	"12:59 PM",	"Upper Elementary A.M. dress rehearsal",],
	["Y",	"3",	"26",	"2009",	"1:00 AM",	"12:59 PM",	"Upper Elementary Play",],
	["Y",	"3",	"27",	"2009",	"1:00 AM",	"12:59 PM",	"Upper Elementary Play",],
	["Y",	"4",	"8",	"2009",	"1:00 AM",	"12:00 PM",	"PTO Meeting, 8:30 AM in The Shrewsbury PTO Room",],
	["Y",	"4",	"9",	"2009",	"1:00 AM",	"12:59 PM",	"Time Line Presentations Lower Elementary",],
	["Y",	"4",	"10",	"2009",	"1:00 AM",	"12:59 PM",	"Professional Day – No School Auburn and Shrewsbury",],
	["Y",	"4",	"20",	"2009",	"1:00 AM",	"12:59 PM",	"School Closed – Spring Vacation",],
	["Y",	"4",	"21",	"2009",	"1:00 AM",	"12:59 PM",	"School Closed – Spring Vacation",],
	["Y",	"4",	"22",	"2009",	"1:00 AM",	"12:59 PM",	"School Closed – Spring Vacation",],
	["Y",	"4",	"23",	"2009",	"1:00 AM",	"12:59 PM",	"School Closed – Spring Vacation",],
	["Y",	"4",	"24",	"2009",	"1:00 AM",	"12:59 PM",	"School Closed – Spring Vacation",],
	["Y",	"3",	"17",	"2009",	"1:00 AM",	"12:59 PM",	"St. Patrick's Day",],
	["Y",	"5",	"1",	"2009",	"1:00 AM",	"12:59 PM",	"Shrewsbury - PS only closed for Conferences",],
	["Y",	"5",	"1",	"2009",	"1:00 AM",	"12:59 PM",	"Jazz Night - 6:30 PM Floral Street School, Shrewsbury",],
	["Y",	"5",	"7",	"2009",	"1:00 AM",	"12:59 PM",	"Lower Elementary Musical Review",],
	["Y",	"5",	"11",	"2009",	"1:00 AM",	"12:59 PM",	"Nature’s Classroom 5th & 6th Years",],
    ["Y",	"5",	"12",	"2009",	"1:00 AM",	"12:59 PM",	"Nature’s Classroom 5th & 6th Years",],
	["Y",	"5",	"13",	"2009",	"1:00 AM",	"12:59 PM",	"Nature’s Classroom 5th & 6th Years",],
	["Y",	"5",	"13",	"2009",	"1:00 AM",	"12:00 PM",	"PTO Meeting, 8:30 AM in The Shrewsbury PTO Room",],
	["Y",	"5",	"14",	"2009",	"1:00 AM",	"12:59 PM",	"Nature’s Classroom 5th & 6th Years",],
    ["Y",	"5",	"15",	"2009",	"1:00 AM",	"12:59 PM",	"Nature’s Classroom 5th & 6th Years",],
	["Y",	"5",	"14",	"2009",	"1:00 AM",	"12:59 PM",	"Lower Elementary Ecotarium Sleepover",],
	["Y",	"5",	"19",	"2009",	"1:00 AM",	"12:59 PM",	"Step up Day and Mystery Tour",],
	["Y",	"5",	"21",	"2009",	"1:00 AM",	"12:59 PM",	"Fifth year French Play 11:00 AM",],
	["Y",	"5",	"22",	"2009",	"1:00 AM",	"12:59 PM",	"Fifth year French Play 11:00 AM",],
	["Y",	"5",	"25",	"2009",	"1:00 AM",	"12:59 PM",	"School Closed – Memorial day",],
	["Y",	"5",	"27",	"2009",	"1:00 AM",	"12:59 PM",	"Mrs Shupe Spring songs 9:00 AM",],
	["Y",	"5",	"27",	"2009",	"1:00 AM",	"12:59 PM",	"Mrs Burns Spring songs 5:00 PM",],
	["Y",	"5",	"28",	"2009",	"1:00 AM",	"12:59 PM",	"Mrs Hutchinson Spring Show 9:30 AM",],
	["Y",	"5",	"28",	"2009",	"1:00 AM",	"12:59 PM",	"Mrs Michalaks Spring Show 5:00 PM",],
	["Y",	"5",	"28",	"2009",	"1:00 AM",	"12:59 PM",	"Auburn show and Picnic",],
	["Y",	"5",	"29",	"2009",	"1:00 AM",	"12:59 PM",	"Children's House Last Day",],
	["Y",	"5",	"29",	"2009",	"1:00 AM",	"12:59 PM",	"Upper Elementary Gym and Swim",],
	["Y",	"5",	"29",	"2009",	"1:00 AM",	"12:59 PM",	"Shrewsbury Children's House Picnic at Dean Park 4-7 PM",],
	["Y",	"6",	"3",	"2009",	"1:00 AM",	"12:00 PM",	"PTO Meeting, 8:30 AM in The Shrewsbury PTO Room",],
	["Y",	"6",	"4",	"2009",	"1:00 AM",	"12:59 PM",	"Closing Ceremonies 7PM",],
	["Y",	"6",	"5",	"2009",	"1:00 AM",	"12:59 PM",	"Field day – School Ends 12:30PM",],
	["Y",	"6",	"12",	"2009",	"1:00 AM",	"12:59 PM",	"Progress Reports",],
	["Y",	"7",	"4",	"2009",	"1:00 AM",	"12:59 PM",	"Independence Day",],
	["F",	"9",	"1",	"2009",	"1:00 AM",	"12:59 PM",	"Labor Day",],
	["Y",	"10",	"31",	"2008",	"1:00 AM",	"12:59 PM",	"Halloween",]
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);




