// 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","",
	// Club events.
events = new Array(
	["",	"10",	"11",	"2008",	"11am",	"11:15am",	"Award Presentations",	"Presentation of awards to members for recent State and National Competitions."],
	["",	"11",	"1",	"2008",	"10am",	"11am",	"No Beginner Classes!",	"Beginners classes will not be held today.  Please come next week."],
	["",	"12",	"6",	"2008",	"10am",	"11am",	"Last Beginner Class!",	"Today is the last beginner class for this year. Returning on 7 Feb 2009!"],
	["",	"12",	"20",	"2008",	"8:30am",	"",	"Early bird breakfast",	"Bacon & Egg breakfast."],	
	["",	"12",	"20",	"2008",	"9:30am",	"2pm",	"Christmas Shoot!",	"The 2009 YDA Chrismas Shoot."],	
	["",	"2",	"21",	"2009",	"8am",	"",	"Breakfast !",	"Pre-shoot breakfast for visitors, beginners and members."],	
	["",	"4",	"10",	"2009",	"",	"",	"Easter Friday",	""],	
	["",	"4",	"13",	"2009",	"",	"",	"Easter Monday",	""],
	// Members events.
	["",	"7",	"25",	"2009",	"",	"",	"World Indoor Archery Challenge",	""],
	["",	"7",	"26",	"2009",	"",	"",	"World Indoor Archery Challenge",	""],	
	// AV Calendar.
	["",	"5",	"18",	"2008",	"",	"",	"FITA Diamond Star",	"Held at DVA. Introductory round open for people who have not competed before!!!"],
	["",	"6",	"1",	"2008",	"",	"",	"FITA Field QRE",	"Chewton Bowmen, Regional QREs introduced for 2007"],
	["",	"6",	"15",	"2008",	"",	"",	"State Clout",	"Waverley City Archers, Confirmation pending"],
	["",	"7",	"26",	"2008",	"",	"",	"State/National Indoor",	"TCAG"],
	["",	"7",	"27",	"2008",	"",	"",	"State/National Indoor",	"TCAG"],
	["",	"8",	"10",	"2008",	"",	"",	"FITA Field",	"Hosted at DVA"],
	["",	"8",	"24",	"2008",	"",	"",	"Invitational Matchplay",	"Hosted at DVA, Confirmation pending"],
	["",	"9",	"14",	"2008",	"",	"",	"Moorabbin Shield/Holdsworth Trophy",	"Moorabbin Archery Club"],
	["",	"9",	"20",	"2008",	"",	"",	"Silver Cup",	"Sherbrooke Archers, Confirmation pending"],
	["",	"9",	"21",	"2008",	"",	"",	"Silver Cup",	"Sherbrooke Archers, Confirmation pending"],
	["",	"9",	"28",	"2008",	"",	"",	"Target FITA QRE",	"Chewton Bowmen, Regional QREs introduced for 2007"],
	["",	"10",	"17",	"2008",	"",	"",	"Australian Open",	"Hosted at DVA"],
	["",	"10",	"18",	"2008",	"",	"",	"Australian Open",	"Hosted at DVA"],
	["",	"10",	"19",	"2008",	"",	"",	"Australian Open",	"Hosted at DVA"],
	["",	"10",	"12",	"2008",	"",	"",	"Whitehorse Trophy",	"Box Hill City Archers"],
	["",	"10",	"25",	"2008",	"",	"",	"State Field",	"Sherbrooke"],
	["",	"10",	"26",	"2008",	"",	"",	"State Field",	"Sherbrooke"],
	["",	"11",	"1",	"2008",	"",	"",	"Pan Pacific Masters Games",	"Gold Coast"],
	["",	"11",	"2",	"2008",	"",	"",	"Pan Pacific Masters Games",	"Gold Coast"],
	["",	"11",	"3",	"2008",	"",	"",	"Pan Pacific Masters Games",	"Gold Coast"],
	["",	"11",	"4",	"2008",	"",	"",	"Pan Pacific Masters Games",	"Gold Coast"],
	["",	"11",	"5",	"2008",	"",	"",	"Pan Pacific Masters Games",	"Gold Coast"],
	["",	"11",	"6",	"2008",	"",	"",	"Pan Pacific Masters Games",	"Gold Coast"],
	["",	"11",	"7",	"2008",	"",	"",	"Pan Pacific Masters Games",	"Gold Coast"],
	["",	"11",	"8",	"2008",	"",	"",	"Pan Pacific Masters Games",	"Gold Coast"],
	["",	"11",	"9",	"2008",	"",	"",	"Pan Pacific Masters Games",	"Gold Coast"],
	["",	"11",	"9",	"2008",	"",	"",	"Waverley Target",	"Waverley City Archers"],
	["",	"11",	"22",	"2008",	"12:30",	"",	"YDA AGM",	"Held on club grounds. Nominations open."],
	["",	"11",	"23",	"2008",	"",	"",	"Yarra Silver Star",	"Yarra Bowmen"],
	["",	"12",	"7",	"2008",	"",	"",	"Chewton FITA Star",	"Chewton Bowmen"],
	// Public Events.
	["Y",	"1",	"1",	"2008",	"",	"",	"New Year's Day",	"Public Holiday - Happy New Year !"],
	["Y",	"1",	"26",	"2008",	"",	"",	"Australia Day",	"Public Holiday"],
	["Y",	"2",	"14",	"2008",	"",	"",	"Valentine's Day",	""],
	["",	"3",	"10",	"2008",	"",	"",	"Labor Day",	"Public Holiday"],
	["",	"3",	"21",	"2008",	"",	"",	"Easter, Good Friday",	"Public Holiday"],
	["",	"3",	"24",	"2008",	"",	"",	"Easter Monday",	"Public Holiday"],
	["Y",	"4",	"1",	"2008",	"Morning",	"Noon",	"April Fool's Day",	""],
	["Y",	"4",	"25",	"2008",	"",	"",	"Anzac Day",	"Public Holiday, Lest we forget"],
	["",	"6",	"9",	"2008",	"",	"",	"Queens Birthday",	"Public Holiday"],
	["F",	"5",	"2",	"7",	"",	"",	"Mother's Day",	""],
	["F",	"9",	"1",	"7",	"",	"",	"Father's Day",	""],
	["F",	"11",	"1",	"2",	"",	"",	"Melbourne Cup",	"Public Holiday"],
	["Y",	"12",	"25",	"2008",	"",	"",	"Christmas",	"Public Holiday - Merry Christmas"],
	["Y",	"12",	"26",	"2008",	"",	"",	"Boxing Day",	"Public Holiday"]
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);




