// 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(
	
	["",	"12",	"4",	"2011",	"5:00 PM",	"9:00 PM",	"Mona Vale Twilight Market ",	"Village Park, Mona Vale, NSW"],
	["",	"12",	"4",	"2011",	"9:00 AM",	"3:00 PM",	"St Ives Heritage Craft Fair",	"St. Ives Showground, Mona Vale Road, St. Ives, NSW, www.heritagecraftfair.com.au"],
	["",	"12",	"4",	"2011",	"10:00 AM",	"3:00 PM",	"Hall Markets",	"Hall Showground (Off Victoria Street), Hall, ACT, http://www.visitcanberra.com.au/en/Things-to-do-and-see/Shopping-and-markets/Business-Details-Page.aspx?ID=9002965&Title=Hall+Markets"],
	["",	"12",	"4",	"2011",	"9:00 AM",	"4:00 PM",	"Wahroonga Fair",	"Wahroonga Shopping Village, Railway Avenue, Wahroonga, NSW, www.wahroongavillage.com.au"],
	["",	"12",	"10",	"2011",	"10:00 AM",	"4:00 PM",	"Old Bus Depot Markets",	"21 Wentworth Avenue, Kingston, ACT, www.obdm.com.au"],
	["",	"12",	"10",	"2011",	"9:00 AM",	"9:00 PM",	"Narrabeen Lakes Festival",	"Berry Reserve, Pittwater Road, Narrabeen, NSW"],
	["",	"12",	"11",	"2011",	"10:00 AM",	"4:00 PM",	"Old Bus Depot Markets",	"21 Wentworth Avenue, Kingston, ACT, www.obdm.com.au"],
	["",	"12",	"11",	"2011",	"9:00 AM",	"9:00 PM",	"Narrabeen Lakes Festival",	"Berry Reserve, Pittwater Road, Narrabeen, NSW"],
	["",	"12",	"12",	"2011",	"9:00 AM",	"8:00 PM",	"Melody Markets",	"Chatswood Mall, Victoria Avenue, Chatswood, NSW"],
	["",	"12",	"13",	"2011",	"9:00 AM",	"8:00 PM",	"Melody Markets",	"Chatswood Mall, Victoria Avenue, Chatswood, NSW"],
	["",	"12",	"14",	"2011",	"9:00 AM",	"8:00 PM",	"Melody Markets",	"Chatswood Mall, Victoria Avenue, Chatswood, NSW"],
	["",	"12",	"15",	"2011",	"9:00 AM",	"8:00 PM",	"Melody Markets",	"Chatswood Mall, Victoria Avenue, Chatswood, NSW"],
	["",	"12",	"16",	"2011",	"9:00 AM",	"8:00 PM",	"Melody Markets",	"Chatswood Mall, Victoria Avenue, Chatswood, NSW"],
	["",	"12",	"17",	"2011",	"10:00 AM",	"4:00 PM",	"Old Bus Depot Markets",	"21 Wentworth Avenue, Kingston, ACT, www.obdm.com.au"],
	["",	"12",	"17",	"2011",	"9:00 AM",	"8:00 PM",	"Melody Markets",	"Chatswood Mall, Victoria Avenue, Chatswood, NSW"],
	["",	"12",	"18",	"2011",	"10:00 AM",	"4:00 PM",	"Old Bus Depot Markets",	"21 Wentworth Avenue, Kingston, ACT, www.obdm.com.au"],
	["",	"12",	"18",	"2011",	"9:00 AM",	"8:00 PM",	"Melody Markets",	"Chatswood Mall, Victoria Avenue, Chatswood, NSW"],
	["",	"12",	"19",	"2011",	"9:00 AM",	"8:00 PM",	"Melody Markets",	"Chatswood Mall, Victoria Avenue, Chatswood, NSW"],
	["",	"12",	"20",	"2011",	"9:00 AM",	"8:00 PM",	"Melody Markets",	"Chatswood Mall, Victoria Avenue, Chatswood, NSW"],
	["",	"12",	"21",	"2011",	"9:00 AM",	"8:00 PM",	"Melody Markets",	"Chatswood Mall, Victoria Avenue, Chatswood, NSW"], 
	["",	"12",	"22",	"2011",	"9:00 AM",	"8:00 PM",	"Melody Markets",	"Chatswood Mall, Victoria Avenue, Chatswood, NSW"],
	["",	"12",	"23",	"2011",	"9:00 AM",	"8:00 PM",	"Melody Markets",	"Chatswood Mall, Victoria Avenue, Chatswood, NSW"],                        
	["Y",	"1",	"1",	"2008",	"1:00 AM",	"12:59 PM",	"NEW YEARS DAY",	""],	
	["F",	"5",	"2",	"7",	"1:00 AM",	"12:59 PM",	"MOTHERS DAY",	"Don't forget to get something for Mum"],
	["F",	"9",	"1",	"7",	"1:00 AM",	"12:59 PM",	"FATHERS DAY",	"Don't forget to get something for Dad"],	
	["Y",	"1",	"26",	"2007",	"1:00 AM",	"12:59 PM",	"AUSTRALIA DAY",	"Wave the Flag"],
	["Y",	"4",	"25",	"2007",	"1:00 AM",	"12:59 PM",	"ANZAC DAY",	"Lest We Forget"],
	["Y",	"11",	"11",	"2007",	"11:00 AM",	"12:59 PM",	"REMEMBRANCE DAY",	"Lest We Forget"],	
	["",	"6",	"11",	"2007",	"1:00 AM",	"12:59 PM",	"QUEENS BIRTHDAY HOLIDAY",	""],
	["F",	"11",	"1",	"2",	"3:10 PM",	"3:30 PM",	"MELBOURNE CUP",	"The Race that Stops a Nation"],			
	["Y",	"2",	"14",	"2007",	"1:00 AM",	"12:59 PM",	"VALENTINES DAY",	"Traditional celebration of love and romance, including the exchange of cards, chocolate, flowers, and other gifts."],
	["F",	"3",	"0",	"0",	"1:00 AM",	"12:59 PM",	"EASTER SUNDAY",	""],
	["Y",	"3",	"17",	"2007",	"1:00 AM",	"12:59 PM",	"St.PATRICKS DAY",	"A celebration of Irish heritage and culture')."],
	["Y",	"12",	"25",	"2007",	"1:00 AM",	"12:59 PM",	"CHRISTMAS DAY",	""],
	["Y",	"12",	"26",	"2007",	"1:00 AM",	"12:59 PM",	"BOXING DAY",	""]

// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);





