// 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(
	["",	"1",	"11",	"2008",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"3",	"29",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"3",	"30",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"5",	"17",	"2010",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"5",	"15",	"2010",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"2",	"16",	"2010",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"3",	"31",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"4",	"14",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"4",	"15",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"4",	"19",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"5",	"17",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"4",	"17",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"4",	"29",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"3",	"9",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"3",	"10",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"4",	"9",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"4",	"10",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"4",	"11",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"4",	"22",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"4",	"16",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"4",	"25",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"5",	"11",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"5",	"8",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"5",	"4",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"5",	"5",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"5",	"12",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"5",	"15",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
        ["",	"5",	"25",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"5",	"26",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"5",	"12",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"5",	"16",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"5",	"17",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"5",	"11",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"4",	"18",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
        ["",	"5",	"10",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"5",	"23",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"5",	"28",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"5",	"5",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"5",	"11",	"2010",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
        ["",	"5",	"14",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"5",	"6",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"5",	"22",	"2010",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"6",	"17",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"6",	"11",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"6",	"11",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"10",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"12",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"7",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"5",	"20",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"6",	"13",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"14",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"29",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"6",	"30",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"], 
	["",	"6",	"15",	"2012",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"10",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"17",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"14",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"3",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"18",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"19",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"6",	"20",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"6",	"30",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"30",	"2010",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"6",	"29",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"6",	"26",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"6",	"27",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
 	["",	"6",	"28",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"6",	"19",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"1",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"6",	"20",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"2",	"2012",	"",	"",     "Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"6",	"21",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"22",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"18",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"24",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"25",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"26",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"27",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"28",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"29",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"6",	"30",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"1",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"4",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"3",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"3",	"2012",	"",	"",     "Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"4",	"2012",	"",	"",     "Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"5",	"2012",	"",	"",     "Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"6",	"2012",	"",	"",     "Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"7",	"2012",	"",	"",     "Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"20",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"19",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"8",	"2012",	"",	"",     "Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"9",	"2012",	"",	"",     "Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"10",	"2012",	"",	"",     "Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"11",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"11",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"31",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"6",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"12",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"13",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"14",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"10",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"15",	"2012",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"27",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"9",	"24",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"8",	"29",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"8",	"5",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"8",	"25",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"6",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"9",	"7",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"2",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"25",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"1",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"9",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"7",	"27",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"22",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"7",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"7",	"21",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"14",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"8",	"4",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"9",	"6",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"9",	"17",	"2011",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"],
	["",	"9",	"13",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"28",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"9",	"8",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"15",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"16",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"17",	"2011",	"",	"",	"Unavailable for this date",	"Both Rooms are Unavailable for this Date"],
	["",	"8",	"15",	"2010",	"",	"",	"One Room Available for this date",	"One Room is Available for this Date"]
);
