// 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(
	["",	"2",	"13",	"2010",	"1:30 PM",	"3:30 PM",	"Mobile Petting Zoo and Pony rides",	"Birthday Party"],
	["",	"2",	"28",	"2010",	"9:30 AM",	"11:30 AM",	"Hosted Birthday Party",	"Petting zoo and Pony rides"],
	["",	"3",	"16",	"2010",	"11:00 AM",	"2:00 PM",	"Mobile Petting Zoo",	"March Break Camp"],
	["",	"3",	"20",	"2010",	"11:00 AM",	"12:00 PM",	"Mobile Petting Zoo",	"School visit"],
	["",	"3",	"26",	"2010",	"9:00 AM",	"5:00 PM",	"Mobile Petting Zoo",	"Models for Art class"],
	["",	"3",	"27",	"2010",	"9:30 AM",	"11:30 AM",	"Mobile Petting Zoo",	"Kemptville Community Day"],
	["",	"4",	"3",	"2010",	"11:00 AM",	"4:00 PM",	"Chickens and Bunnies",	"Easter at Pinhey's Point"],
	["",	"4",	"25",	"2010",	"8:00 AM",	"5:00 PM",	"Riding Competition",	"NNEP"],
	["",	"5",	"1",	"2010",	"12:30 PM",	"1:30 PM",	"Mobile Petting Zoo",	"Birthday Party"],
	["",	"5",	"1",	"2010",	"3:00 PM",	"4:00 PM",	"Petting Zoo Tour",	"Birthday Party"],
	["",	"5",	"2",	"2010",	"3:00 PM",	"4:00 PM",	"Mobile Petting Zoo and Pony Rides",	"Birthday Party"],
	["",	"5",	"8",	"2010",	"2:00 PM",	"4:00 PM",	"Mobile Pony Rides",	"Birthday Party"],
	["",	"5",	"15",	"2010",	"10:30 AM",	"11:30 AM",	"Pony Rides and Alpaca",	"Birthday Party"],
	["",	"5",	"28",	"2010",	"4:00 PM",	"7:00 PM",	"Mobile Petting Zoo",	"School BBQ"],
	["",	"5",	"29",	"2010",	"11:00 AM",	"3:00 PM",	"Pony Rides and Mobile Petting Zoo",	"Cumberland Heritage Village Museum"],
	["",	"5",	"30",	"2010",	"11:00 AM",	"3:00 PM",	"Pony Rides and Mobile Petting Zoo",	"Cumberland Heritage Village Museum"],
	["",	"6",	"4",	"2010",	"5:00 PM",	"7:00 PM",	"Mobile Petting Zoo and Pony Rides",	"School BBQ"],
	["",	"6",	"5",	"2010",	"10:00 AM",	"2:00 PM",	"Mobile Petting Zoo and Pony Rides",	"School BBQ"],
	["",	"6",	"6",	"2010",	"8:00 AM",	"5:00 PM",	"Riding Competition",	"Ashland"],
	["",	"6",	"11",	"2010",	"10:00 AM",	"12:00 PM",	"Mobile Petting Zoo and Pony Rides",	"MFRC preschool graduation"],
	["",	"6",	"12",	"2010",	"10:00 AM",	"12:00 PM",	"Mobile Petting Zoo and Pony Rides",	"Lynwood Community Day"],
	["",	"6",	"12",	"2010",	"2:00 PM",	"3:00 PM",	"Mobile Petting Zoo and Pony Rides",	"The Village Square Park - Stittsville"],
	["",	"6",	"13",	"2010",	"3:30 PM",	"4:30 PM",	"Mobile Petting Zoo",	"Birthday Party"],
	["",	"6",	"15",	"2010",	"1:00 PM",	"2:00 PM",	"Mobile Petting Zoo",	"Kindergarten class"],
	["",	"6",	"17",	"2010",	"5:00 PM",	"8:00 PM",	"Pony Rides",	"School BBQ"],
	["",	"6",	"19",	"2010",	"8:00 AM",	"5:00 PM",	"Riding Competition",	"Westar"],
	["",	"6",	"19",	"2010",	"5:00 PM",	"8:00 PM",	"Pony Rides",	"Manotick"],
	["",	"6",	"20",	"2010",	"10:00 AM",	"4:00 PM",	"Mobile Petting Zoo and Pony Rides",	"Father's Day at Pinhey's Point"],
	["",	"6",	"24",	"2010",	"12:00 PM",	"2:00 PM",	"Mobile Petting Zoo and Pony Rides",	"School BBQ"],
	["",	"6",	"26",	"2010",	"11:00 AM",	"12:00 PM",	"Mobile Petting Zoo and Pony Rides",	"Birthday Party"],
	["",	"7",	"1",	"2010",	"12:00 PM",	"5:00 PM",	"Mobile Petting Zoo and Pony Rides",	"Canada Day Celebration"],
	["",	"7",	"3",	"2010",	"3:00 PM",	"4:00 PM",	"Mobile Petting Zoo and Pony Rides",	"Birthday Party"],
	["",	"7",	"7",	"2010",	"2:00 PM",	"3:00 PM",	"Mobile Petting Zoo and Pony Rides",	"Manor Park Community Day"],
	["",	"7",	"17",	"2010",	"10:00 AM",	"1:00 PM",	"Mobile Petting Zoo",	"Main Street Farmers' Market"],
	["",	"7",	"24",	"2010",	"11:30 AM",	"12:30 PM",	"Mobile Petting Zoo",	"Birthday Party"],
	["",	"7",	"28",	"2010",	"2:00 PM",	"3:00 PM",	"Mobile Petting Zoo",	"Manor Park Community Day"],
	["",	"8",	"1",	"2010",	"1:30 AM",	"2:30 PM",	"Mobile Petting Zoo",	"Embrun"],
	["",	"8",	"11",	"2010",	"10:00 AM",	"11:00 AM",	"Mobile Petting Zoo",	"Daycare"],
	["",	"8",	"12",	"2010",	"1:00 AM",	"3:00 PM",	"Mobile Petting Zoo and Pony Rides",	"Summer Day Camp"],
	["",	"8",	"23",	"2010",	"10:00 AM",	"11:00 AM",	"Mobile Petting Zoo and Pony Rides",	"Summer Day Camp"],
	["",	"9",	"18",	"2010",	"10:00 AM",	"1:00 PM",	"Mobile Petting Zoo",	"Main Street Farmers' Market"]
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);




