// 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
//["",	"7",	"26",	"2009",	"1:00 PM",	".....",	"RENTED",	"Rented until 2nd August"],
// "Y"early events are specific dates that never change - the Year field is ignored
//	example - Christmas is: "12","25","",
events = new Array(
	["",	"5",	"15",	"2009",	"1:00 PM",	".....",	"RENTED - Louanna",	"Rented until 18th May"],
	["",	"5",	"16",	"2009",	",.....",	".....",	"RENTED - Louanna",	"Rented until 18th May"],
	["",	"5",	"17",	"2009",	".....",	".....",	"RENTED - Louanna",	"Rented until 18th May"],
	["",	"5",	"18",	"2009",	".....",	"10:00 AM",	"RENTED - Louanna",	"Rented until 18th May"],
	["",	"5",	"23",	"2009",	"1:00 PM",	".....",	"RENTED - Louanna",	"Rented until 25th May"],
	["",	"5",	"24",	"2009",	".....",	".....",	"RENTED - Louanna",	"Rented until 25th May"],
	["",	"5",	"25",	"2009",	".....",	"10:00 AM",	"RENTED - Louanna",	"Rented until 25th May"],
	["",	"5",	"29",	"2009",	"1:00 PM",	".....",	"RENTED - Oosterhuis", "Rented 29th May to 31st May"],
	["",	"5",	"30",	"2009",	".....",	".....",	"RENTED - Oosterhuis", "Rented 29th May to 31st May"],
	["",	"5",	"31",	"2009",	".....",	"10:00 AM",	"RENTED - Oosterhuis", "Rented 29th May to 31st May"],
	["",	"6",	"13",	"2009",	"1:00 PM",	".....",	"RENTED - Louanna",	"Rented from 13th June to 18th June"],
	["",	"6",	"14",	"2009",	".....",	".....",	"RENTED - Louanna",	"Rented from 13th June to 18th June"],
	["",	"6",	"15",	"2009",	".....",	".....",	"RENTED - Louanna",	"Rented from 13th June to 18th June"],
	["",	"6",	"16",	"2009",	".....",	".....",	"RENTED - Louanna",	"Rented from 13th June to 18th June"],
	["",	"6",	"17",	"2009",	".....",	".....",	"RENTED - Louanna",	"Rented from 13th June to 18th June"],
	["",	"6",	"18",	"2009",	".....",	"10:00 AM",	"RENTED - Louanna",	"Rented from 13th June to 18th June"],
	["",	"6",	"19",	"2009",	"1:00 PM",	".....",	"RENTED - David",	"Rented from 19th June to 21st June"],
	["",	"6",	"20",	"2009",	".....",	".....",	"RENTED - David",	"Rented from 19th June to 21st June"],
	["",	"6",	"21",	"2009",	".....",	"10:00 AM",	"RENTED - David",	"Rented from 19th June to 21st June"],
	["",	"6",	"27",	"2009",	"1:00 PM",	".....",	"RENTED - Medd",	"Rented from 27th June to 4th July"],
	["",	"6",	"28",	"2009",	".....",	".....",	"RENTED - Medd",	"Rented from 27th June to 4th July"],
	["",	"6",	"29",	"2009",	".....",	".....",	"RENTED - Medd",	"Rented from 27th June to 4th July"],
	["",	"6",	"30",	"2009",	".....",	".....",	"RENTED - Medd",	"Rented from 27th June to 4th July"],
	["",	"7",	"1",	"2009",	".....",	".....",	"RENTED - Medd",	"Rented from 27th June to 4th July"],
	["",	"7",	"2",	"2009",	".....",	".....",	"RENTED - Medd",	"Rented from 27th June to 4th July"],
	["",	"7",	"3",	"2009",	".....",	".....",	"RENTED - Medd",	"Rented from 27th June to 4th July"],
	["",	"7",	"4",	"2009",	".....",	"10:00 AM",	"RENTED - Medd",	"Rented from 27th June to 4th July"],
	["",	"7",	"4",	"2009",	"1:00 PM",	".....",	"RENTED - Louanna",	"Rented from 4th July to 11th July"],
	["",	"7",	"5",	"2009",	".....",	".....",	"RENTED - Louanna",	"Rented from 4th July to 11th July"],
	["",	"7",	"6",	"2009",	".....",	".....",	"RENTED - Louanna",	"Rented from 4th July to 11th July"],
	["",	"7",	"7",	"2009",	".....",	".....",	"RENTED - Louanna",	"Rented from 4th July to 11th July"],
	["",	"7",	"8",	"2009",	".....",	".....",	"RENTED - Louanna",	"Rented from 4th July to 11th July"],
	["",	"7",	"9",	"2009",	".....",	".....",	"RENTED - Louanna",	"Rented from 4th July to 11th July"],
	["",	"7",	"10",	"2009",	".....",	".....",	"RENTED - Louanna",	"Rented from 4th July to 11th July"],
	["",	"7",	"11",	"2009",	".....",	"10:00 AM",	"RENTED - Louanna",	"Rented from 4th July to 11th July"],
	["",	"7",	"12",	"2009",	"1:00 PM",	".....",	"RENTED - Elliott",	"Rented from 12th July to 18th July"],
	["",	"7",	"13",	"2009",	".....",	".....",	"RENTED - Elliott",	"Rented from 12th July to 18th July"],
	["",	"7",	"14",	"2009",	".....",	".....",	"RENTED - Elliott",	"Rented from 12th July to 18th July"],
	["",	"7",	"15",	"2009",	".....",	".....",	"RENTED - Elliott",	"Rented from 12th July to 18th July"],
	["",	"7",	"16",	"2009",	".....",	".....",	"RENTED - Elliott",	"Rented from 12th July to 18th July"],
	["",	"7",	"17",	"2009",	".....",	".....",	"RENTED - Elliott",	"Rented from 12th July to 18th July"],
	["",	"7",	"18",	"2009",	".....",	"10:00 AM",	"RENTED - Elliott",	"Rented from 12th July to 18th July"],
	["",	"7",	"18",	"2009",	"1:00 PM",	".....",	"RENTED - Payerl",	"Rented from 18th July to 25th July"],
	["",	"7",	"19",	"2009",	".....",	".....",	"RENTED - Payerl",	"Rented from 18th July to 25th July"],
	["",	"7",	"20",	"2009",	".....",	".....",	"RENTED - Payerl",	"Rented from 18th July to 25th July"],
	["",	"7",	"21",	"2009",	".....",	".....",	"RENTED - Payerl",	"Rented from 18th July to 25th July"],
	["",	"7",	"22",	"2009",	".....",	".....",	"RENTED - Payerl",	"Rented from 18th July to 25th July"],
	["",	"7",	"23",	"2009",	".....",	".....",	"RENTED - Payerl",	"Rented from 18th July to 25th July"],
	["",	"7",	"24",	"2009",	".....",	".....",	"RENTED - Payerl",	"Rented from 18th July to 25th July"],
	["",	"7",	"25",	"2009",	".....",	"10:00 AM",	"RENTED - Payerl",	"Rented from 18th July to 25th July"],
	["",	"7",	"25",	"2009",	"1:00 PM",	".....",	"RENTED - Mitges",	"Rented from 25th July to 1st August"],
	["",	"7",	"26",	"2009",	".....",	".....",	"RENTED - Mitges",	"Rented from 25th July to 1st August"],
	["",	"7",	"27",	"2009",	".....",	".....",	"RENTED - Mitges",	"Rented from 25th July to 1st August"],
	["",	"7",	"28",	"2009",	".....",	".....",	"RENTED - Mitges",	"Rented from 25th July to 1st August"],
	["",	"7",	"29",	"2009",	".....",	".....",	"RENTED - Mitges",	"Rented from 25th July to 1st August"],
	["",	"7",	"30",	"2009",	".....",	".....",	"RENTED - Mitges",	"Rented from 25th July to 1st August"],
	["",	"7",	"31",	"2009",	".....",	".....",	"RENTED - Mitges",	"Rented from 25th July to 1st August"],
	["",	"8",	"1",	"2009",	".....",	"10:00 AM",	"RENTED - Mitges",	"Rented from 25th July to 1st August"],
	["",	"8",	"5",	"2009",	"1:00 PM",	"......",	"RENTED - Campbell","Rented from 5th August to 7th August"],
	["",	"8",	"6",	"2009",	"......",	"......",	"RENTED - Campbell","Rented from 5th August to 7th August"],
	["",	"8",	"7",	"2009",	"......",	"10:00 AM",	"RENTED - Campbell","Rented from 5th August to 7th August"],
	["",	"8",	"8",	"2009",	"1:00 PM",	".....",	"RENTED - Devlin",	"Rented from 8th August to 15th August"],
	["",	"8",	"9",	"2009",	".....",	".....",	"RENTED - Devlin",	"Rented from 8th August to 15th August"],
	["",	"8",	"10",	"2009",	".....",	".....",	"RENTED - Devlin",	"Rented from 8th August to 15th August"],
	["",	"8",	"11",	"2009",	".....",	".....",	"RENTED - Devlin",	"Rented from 8th August to 15th August"],
	["",	"8",	"12",	"2009",	".....",	".....",	"RENTED - Devlin",	"Rented from 8th August to 15th August"],
	["",	"8",	"13",	"2009",	".....",	".....",	"RENTED - Devlin",	"Rented from 8th August to 15th August"],
	["",	"8",	"14",	"2009",	".....",	".....",	"RENTED - Devlin",	"Rented from 8th August to 15th August"],
	["",	"8",	"15",	"2009",	".....",	"10:00 AM",	"RENTED - Devlin",	"Rented from 8th August to 15th August"],
	["",	"8",	"17",	"2009",	"1:00 PM",	".....",	"RENTED - Webster",	"Rented from 17th August to 20th August"],
	["",	"8",	"18",	"2009",	".....",	".....",	"RENTED - Webster",	"Rented from 17th August to 20th August"],
	["",	"8",	"19",	"2009",	".....",	".....",	"RENTED - Webster",	"Rented from 17th August to 20th August"],
	["",	"8",	"20",	"2009",	".....",	"10:00 AM",	"RENTED - Webster",	"Rented from 17th August to 20th August"],
	["",	"8",	"29",	"2009",	"1:00 PM",	".....",	"RENTED - Meerstra","Rented from 29th August to 5th September"],
	["",	"8",	"30",	"2009",	".....",	".....",	"RENTED - Meerstra","Rented from 29th August to 5th September"],
	["",	"8",	"31",	"2009",	".....",	".....",	"RENTED - Meerstra","Rented from 29th August to 5th September"],
	["",	"9",	"1",	"2009",	".....",	".....",	"RENTED - Meerstra","Rented from 29th August to 5th September"],
	["",	"9",	"2",	"2009",	".....",	".....",	"RENTED - Meerstra","Rented from 29th August to 5th September"],
	["",	"9",	"3",	"2009",	".....",	".....",	"RENTED - Meerstra","Rented from 29th August to 5th September"],
	["",	"9",	"4",	"2009",	".....",	".....",	"RENTED - Meerstra","Rented from 29th August to 5th September"],
	["",	"9",	"5",	"2009",	".....",	"10:00 AM",	"RENTED - Meerstra","Rented from 29th August to 5th September"],
	["",	"9",	"11",	"2009",	"1:00 PM",	".....",	"RENTED - Seidl","Rented from 11th September to 13th September"],
	["",	"9",	"12",	"2009",	".....",	".....",	"RENTED - Seidl","Rented from 11th September to 13th September"],
	["",	"9",	"13",	"2009",	".....",	"10:00 AM",	"RENTED - Seidl","Rented from 11th September to 13th September"],
	["",	"7",	"18",	"2010",	"1:00 PM",	".....",	"RENTED - Hudgel",	"Rented from 18th July to 31st July"],
	["",	"7",	"19",	"2010",	".....",	".....",	"RENTED - Hudgel",	"Rented from 18th July to 31st July"],
	["",	"7",	"20",	"2010",	".....",	".....",	"RENTED - Hudgel",	"Rented from 18th July to 31st July"],
	["",	"7",	"21",	"2010",	".....",	".....",	"RENTED - Hudgel",	"Rented from 18th July to 31st July"],
	["",	"7",	"22",	"2010",	".....",	".....",	"RENTED - Hudgel",	"Rented from 18th July to 31st July"],
	["",	"7",	"23",	"2010",	".....",	".....",	"RENTED - Hudgel",	"Rented from 18th July to 31st July"],
	["",	"7",	"24",	"2010",	".....",	".....",	"RENTED - Hudgel",	"Rented from 18th July to 31st July"],
	["",	"7",	"25",	"2010",	".....",	".....",	"RENTED - Hudgel",	"Rented from 18th July to 31st July"],
	["",	"7",	"25",	"2010",	".....",	".....",	"RENTED - Hudgel",	"Rented from 25th July to 31st August"],
	["",	"7",	"26",	"2010",	".....",	".....",	"RENTED - Hudgel",	"Rented from 25th July to 31st August"],
	["",	"7",	"27",	"2010",	".....",	".....",	"RENTED - Hudgel",	"Rented from 25th July to 31st August"],
	["",	"7",	"28",	"2010",	".....",	".....",	"RENTED - Hudgel",	"Rented from 25th July to 31st August"],
	["",	"7",	"29",	"2010",	".....",	".....",	"RENTED - Hudgel",	"Rented from 25th July to 31st August"],
	["",	"7",	"30",	"2010",	".....",	".....",	"RENTED - Hudgel",	"Rented from 25th July to 31st August"],
	["",	"7",	"31",	"2010",	".....",	"10:00 AM",	"RENTED - Hudgel",	"Rented from 25th July to 31st August"],
	["",	"8",	"14",	"2010",	"1:00 PM",	".....",	"RENTED - Mitges",	"Rented from 14th August to 21st August"],
	["",	"8",	"15",	"2010",	".....",	".....",	"RENTED - Mitges",	"Rented from 14th August to 21st August"],
	["",	"8",	"16",	"2010",	".....",	".....",	"RENTED - Mitges",	"Rented from 14th August to 21st August"],
	["",	"8",	"17",	"2010",	".....",	".....",	"RENTED - Mitges",	"Rented from 14th August to 21st August"],
	["",	"8",	"18",	"2010",	".....",	".....",	"RENTED - Mitges",	"Rented from 14th August to 21st August"],
	["",	"8",	"19",	"2010",	".....",	".....",	"RENTED - Mitges",	"Rented from 14th August to 21st August"],
	["",	"8",	"20",	"2010",	".....",	".....",	"RENTED - Mitges",	"Rented from 14th August to 21st August"],
	["",	"8",	"21",	"2010",	".....",	"10:00 AM",	"RENTED - Mitges",	"Rented from 14th August to 21st August"],
	["Y",	"12",	"25",	"2005",	".....",	".....",	"Christmas",	"Merry Christmas Everyone"]
	
	
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);





