// This is the Database of activities calendar by Ping Pulley
// Please follow the instruction below and edit with Care.
//
// 8 Fields (surrounded by brackets[]) are used for EACH event:
// 	["Recurring", "Month", "Day", "Year", "StartTime", "EndTime", "Name of activities", "Other detail"]
// 	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(
	["Y",	"1",	"1",	"2007",	"1 am",	"12 midnight",	"New Year's Day",	"New Year's Day. Happy New Year to Everyone!"],
	["Y",	"1",	"26",	"2007",	"",	"",	"Australia Day,"],
	["Y",	"2",	"14",	"2005",	"1 am",	"12 midnight",	"Valentine's Day",	""],
	["F",	"3",	"0",	"0",	"1 am",	"12 midnight",	"Easter",	""],
	["",	"5",	"13",	"2007",	"8 am",	"12 noon",	"ACT D and C squads program: AIS",	"C squad starts at 10 am at AIS for	Stroke Clinic."],

	["",	"5",	"26",	"2007",	"1 pm",	"later in the afternoon",	"Tuggeranong SC main meet",	"Two days meet in AIS, this is the first day."],
	["",	"5",	"27",	"2007",	"9 am",	"sometime in the afternoon",	"Tuggeranong SC main meet",	"Two days meet in AIS, this is the second day."],
	
	["",	"6",	"10",	"2007",	"10 am",	"before 1 pm","Canberra Club development meet, AIS",	"There is a time trial after the meet, not before 1pm. Time trial events: 2 x 50/100/200 only."],
	["",	"6",	"12",	"2007",	"7.45pm",	"late","Competition Committee Meeting: The Hellenic Club of Canberra",	"This is a monthly event: 2nd Tuesday of each month"],

	["",	"6",	"17",	"2007",	"8 am",	"12 noon",	"ACT C squads program: AIS",	"8.00am - 10.15am Stroke Clinic."],

	["",	"6",	"23",	"2007",	"11 am",	"later in the afternoon","Ginninderra SC Main Meet: CISAC",	"Two days meet, this is the first day."],
	["",	"6",	"24",	"2007",	"9.30 am",	"later in the afternoon","Ginninderra SC Main Meet: CISAC",	"Two days meet, this is the second day."],
	["",	"6",	"30",	"2007",	"7 am",	"7 pm","ACT A and B squads program: AIS",	"one and half days activities."],
	["",	"7",	"1",	"2007",	"7 am",	"3.15 pm","ACT A and B squads program: AIS",	"one and half days activities."],

	["",	"7",	"7",	"2007",	"9 am",	"later in the afternoon","NSW country SC Championships: SOPAC",	"Two days meet, this is the first day. Good luck to all swimmers!"],
	
	["",	"7",	"8",	"2007",	"9 am",	"later in the afternoon","NSW country SC Championships: SOPAC",	"Two days meet, this is the last day. Good luck to all swimmers!"],
	
	["",	"7",	"10",	"2007",	"7.45pm",	"late","Competition Committee Meeting: The Hellenic Club of Canberra",	"This is a monthly event: 2nd Tuesday of each month"],

	["",	"7",	"28",	"2007",	"9 am",	"later in the afternoon","ACT SC Championships: CISAC",	"Two days meet, this is the first day."],
	["",	"7",	"29",	"2007",	"9 am",	"later in the afternoon","ACT SC Championships: CISAC",	"Two days meet, this is the second day."],

	["",	"8",	"3",	"2007",	"6 pm",	"later evening","NSW open SC Championships: SOPAC",	"Meet starts on Friday and finishes on Saturday, this is the first part. Good luck to all swimmers!"],
	["",	"8",	"4",	"2007",	"6 pm",	"later evening","NSW open SC Championships: SOPAC",	"Meet finishes later afternoon. Good luck to all swimmers!"],
	["",	"8",	"8",	"2007",	"am",	"afternoon","School Swimming Australia Championships: Hobart",	"Meet starts on 8th and concludes on 12th at mid day. Good luck to all ACT swimmers!"],
	["",	"8",	"9",	"2007",	"am",	"afternoon","School Swimming Australia Championships: Hobart",	"Meet starts on 8th and concludes on 12th at mid day. Good luck to all ACT swimmers!"],
	["",	"8",	"10",	"2007",	"am",	"afternoon","School Swimming Australia Championships: Hobart",	"Meet starts on 8th and concludes on 12th at mid day. Good luck to all ACT swimmers!"],
	["",	"8",	"11",	"2007",	"am",	"afternoon","School Swimming Australia Championships: Hobart",	"Meet starts on 8th and concludes on 12th at mid day. Good luck to all ACT swimmers!"],
	["",	"8",	"12",	"2007",	"am",	"afternoon","School Swimming Australia Championships: Hobart",	"Meet finishes at noon on this days. Safe trip home!"],
	["",	"8",	"12",	"2007",	"am",	"later afternoon","Telopea development level meet",	"CISAC"],
	["",	"8",	"14",	"2007",	"7.45pm",	"late","Competition Committee Meeting: The Hellenic Club of Canberra",	"This is a monthly event: 2nd Tuesday of each month"],

	
	["",	"8",	"17",	"2007",	"5.30 pm",	"later evening","NSW SC Age Championships: SOPAC",	"Meet starts on Friday evening and concludes on Sunday 19th in the afternoon. Good luck to all ACT swimmers!"],
	["",	"8",	"18",	"2007",	"9 am",	"afternoon","NSW SC Age Championships: SOPAC",	"Meet starts on Friday evening and concludes on Sunday 19th in the afternoon. Good luck to all ACT swimmers!"],
	["",	"8",	"19",	"2007",	"9 am",	"afternoon","NSW SC Age Championships: SOPAC",	"Meet finishes on this day. Safe trip home to all!"],

	["",	"8",	"26",	"2007",	"8 am",	"10 am", "ACT squad program: AIS","8.00am - 10.00am	Stroke Clinic"],

	["",	"8",	"28",	"2007",	"9 am",	"afternoon","Australian SC Championships: Melbourne",	"Meet from 28/8 to 2/9. This is the first day. Good luck to all swimmers!"],
	["",	"8",	"29",	"2007",	"9 am",	"afternoon","Australian SC Championships: Melbourne",	"Meet from 28/8 to 2/9. Good luck to all swimmers!"],
	["",	"8",	"30",	"2007",	"9 am",	"afternoon","Australian SC Championships: Melbourne",	"Meet from 28/8 to 2/9. Good luck to all swimmers!"],
	["",	"8",	"31",	"2007",	"9 am",	"afternoon","Australian SC Championships: Melbourne",	"Meet from 28/8 to 2/9. Good luck to all swimmers!"],
	["",	"9",	"1",	"2007",	"9 am",	"afternoon","Australian SC Championships: Melbourne",	"Meet from 28/8 to 2/9. Good luck to all swimmers!"],
	["",	"9",	"2",	"2007",	"9 am",	"afternoon","Australian SC Championships: Melbourne",	"Meet finishes on this day. Safe trip!"],
	["",	"9",	"9",	"2007",	"10 am",	"afternoon","Tuggeranong Winter Series (Development) meet:TLLC",	"Meet location: Tuggeranong Lakeside Leisure Centre"],
	["",	"9",	"11",	"2007",	"7.45pm",	"late","Competition Committee Meeting: The Hellenic Club of Canberra",	"This is a monthly event: 2nd Tuesday of each month"],

	
	["",	"9",	"22",	"2007",	" am",	"afternoon","Woden LC Main meet",	"Tuggeranong Pool"],
	["",	"9",	"23",	"2007",	" am",	"afternoon","Woden LC Main meet",	"Tuggeranong Pool"],
	["",	"9",	"30",	"2007",	" am",	"afternoon","NSW development championships: SOPAC",	"Normally Swimming ACT have a team to compete"],
	["",	"10",	"9",	"2007",	"7.45pm",	"late","Competition Committee Meeting: The Hellenic Club of Canberra",	"This is a monthly event: 2nd Tuesday of each month"],
	["",	"10",	"13",	"2007",	" 1pm",	"afternoon","Pentathlon Meet",	"location CISAC"],

	["",	"10",	"20",	"2007",	" 1.30pm",	"afternoon","Burley Griffin Main Meet",	"location AIS"],
	["",	"10",	"21",	"2007",	" 9.30am",	"late afternoon","Burley Griffin Main Meet",	"location AIS"],
	["",	"11",	"3",	"2007",	" 12.30pm warmup 1.15pm start",	"afternoon","Telopea Main Main Meet",	"AIS"],
	["",	"11",	"4",	"2007",	" 9.30am",	"afternoon","Telopea Main Main",	"AIS, note the start time may change to 9am"],
	["",	"11",	"9",	"2007",	" am",	"afternoon","AIS Meet",	"AIS "],
	["",	"11",	"10",	"2007",	" am",	"afternoon","AIS Meet",	"AIS"],
	["",	"11",	"11",	"2007",	" am",	"afternoon","Special Olympics",	"CISAC"],
	["",	"11",	"11",	"2007",	" am",	"afternoon","AIS Meet",	"AIS"],
	["",	"11",	"11",	"2007",	" 4pm",	"afternoon","07-08 Bells and Foxys Summer development meet #1",	"AIS"],
	["",	"11",	"17",	"2007",	" 1.30pm",	"afternoon","ACT Summer Meet",	"AIS"],
	["",	"11",	"18",	"2007",	" 9am",	"afternoon","ACT Summer Meet",	"AIS"],
	["",	"11",	"18",	"2007",	" am",	"afternoon","Telopea open water",	"Lake Burley Griffin"],

	["",	"11",	"13",	"2007",	"7.45pm",	"late","Competition Committee Meeting: The Hellenic Club of Canberra",	"This is a monthly event: 2nd Tuesday of each month"],

	["",	"12",	"1",	"2007",	" am",	"afternoon","Xmas Classic",	"AIS"],
	["",	"12",	"2",	"2007",	" am",	"afternoon","Xmas Classic",	"AIS"],
	
	["",	"12",	"11",	"2007",	"7.45pm",	"late","Competition Committee Meeting: The Hellenic Club of Canberra",	"This is a monthly event: 2nd Tuesday of each month"],

	
	
	["",	"1",	"12",	"2008",	" 9am",	"afternoon","NSW State Age 10 and under-12 years Championships: SOPAC",	"Two days meet. Good luck to all swimmers!"],
	["",	"1",	"13",	"2008",	" 9am",	"afternoon","NSW State Age 10 and under-12 years Championships: SOPAC",	"Two dyas meet. Good luck to all swimmers! Meet finishes today. Safe travel!"],
	["",	"1",	"14",	"2008",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Five days meet. This is the first day. Good luck to all swimmers!"],
	["",	"1",	"15",	"2008",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Five days meet. This is the second day. Good luck to all swimmers!"],
	["",	"1",	"16",	"2008",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Five days meet. This is the third day. Good luck to all swimmers!"],
	["",	"1",	"17",	"2008",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Five days meet. This is the fourth day. Good luck to all swimmers!"],
	["",	"1",	"18",	"2008",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Five days meet. This is the last day. Good luck to all swimmers! Safe travel home!"],
	["",	"1",	"19",	"2008",	" am",	"afternoon","NSW State Age 5 km OWS Championships: SIRC Penrith",	"Good luck to all swimmers!"],
	["",	"1",	"20",	"2008",	" am",	"afternoon","NSW State Age 10 km OWS Championships :SIRC Penrith",	"Good luck to all swimmers!"],
	["",	"1",	"20",	"2008",	" TBA",	"afternoon","07-08 Bells and Foxys Summer development meet #2",	"AIS"],
	["",	"1",	"26",	"2008",	" am",	"afternoon","NSW Country Regional Meets",	"Two days meet at three locations:Coffs Harbour, Cootamundra and Ulladulla. Good luck to all swimmers!"],
	["",	"1",	"27",	"2008",	" am",	"afternoon","NSW Country Regional Meets",	"Two days meet at three locations:Coffs Harbour, Cootamundra and Ulladulla. Good luck to all swimmers!"],
	["",	"2",	"2",	"2008",	" am",	"afternoon","Queanbeyan Main Meet",	"Queanbeyan pool"],
	["",	"2",	"3",	"2008",	" am",	"afternoon","Queanbeyan Main Meet",	"Queanbeyan pool"],

	["",	"2",	"10",	"2008",	" am",	"afternoon","Speedo Sprint Series District Heats am and ACT relay afternoon",	"AIS"],
	["",	"2",	"15",	"2008",	" am",	"afternoon","NSW LC open Championships: SOPAC",	"Meet starts on Friday and finishes on Sunday."],
	["",	"2",	"16",	"2008",	" am",	"afternoon","NSW LC open Championships: SOPAC",	"Meet starts on Friday and finishes on Sunday. This is the second day of the meet."],
	["",	"2",	"17",	"2008",	" am",	"afternoon","NSW LC open Championships: SOPAC",	"Meet starts on Friday and finishes on Sunday. This is the final day of the meet."],
	

	["",	"2",	"23",	"2008",	" am",	"afternoon","NSW Courtyard by Marriott North Ryde NSW Country Championships: SOPAC",	"Weekend meet."],
	["",	"2",	"24",	"2008",	" am",	"afternoon","NSW Courtyard by Marriott North Ryde NSW Country Championships: SOPAC",	"Weekend meet."],
	["",	"3",	"2",	"2008",	" TBA",	"afternoon","07-08 Bells and Foxys Summer development meet #3",	"AIS"],
		["",	"3",	"2",	"2008",	" am",	"afternoon","Telopea open water",	"Lake Burley Griffin"],

	["",	"3",	"9",	"2008",	" am",	"afternoon","NSW Speedo Sprint Series Finals: SOPAC",	"Meet is on Sunday."],
	["",	"3",	"14",	"2008",	" evening",	"late","ACT Summer",	"AIS"],
	["",	"3",	"15",	"2008",	" am",	"afternoon","ACT Summer",	"AIS"],
	["",	"3",	"16",	"2008",	" am",	"afternoon","ACT Summer",	"AIS"],

	
	["",	"3",	"22",	"2008",	" am",	"afternoon","2008 Telstra Australian Swimming Championships: SOPAC",	"Meet starts on Saturday and finishes on following Saturday:8 days. This is day 1 of the meet. Good luck!"],
	["",	"3",	"23",	"2008",	" am",	"afternoon","2008 Telstra Australian Swimming Championships: SOPAC",	"Meet starts on Saturday and finishes on following Saturday:8 days. This is day 2 of the meet. Good luck!"],
	["",	"3",	"24",	"2008",	" am",	"afternoon","2008 Telstra Australian Swimming Championships: SOPAC",	"Meet starts on Saturday and finishes on following Saturday:8 days. This is day 3 of the meet. Good luck!"],
	["",	"3",	"25",	"2008",	" am",	"afternoon","2008 Telstra Australian Swimming Championships: SOPAC",	"Meet starts on Saturday and finishes on following Saturday:8 days. This is day 4 of the meet. Good luck!"],
	["",	"3",	"26",	"2008",	" am",	"afternoon","2008 Telstra Australian Swimming Championships: SOPAC",	"Meet starts on Saturday and finishes on following Saturday:8 days. This is day 5 of the meet. Good luck!"],
	["",	"3",	"27",	"2008",	" am",	"afternoon","2008 Telstra Australian Swimming Championships: SOPAC",	"Meet starts on Saturday and finishes on following Saturday:8 days. This is day 6 of the meet. Good luck!"],
	["",	"3",	"28",	"2008",	" am",	"afternoon","2008 Telstra Australian Swimming Championships: SOPAC",	"Meet starts on Saturday and finishes on following Saturday:8 days. This is day 7 of the meet. Good luck!"],
	["",	"3",	"29",	"2008",	" am",	"afternoon","2008 Telstra Australian Swimming Championships: SOPAC",	"Meet starts on Saturday and finishes on following Saturday:8 days. This is the final day of the meet. Good luck!"],
	["",	"3",	"29",	"2008",	" am",	"afternoon","Brophy Meet",	"detail and location:TBA"],
	["",	"3",	"30",	"2008",	" am",	"afternoon","Brophy Meet",	"detail and location:TBA"],

	["",	"4",	"6",	"2008",	" TBA",	"afternoon","07-08 Bells and Foxys Summer development meet #4, ACT Development Series Championship including the ACT 8 and under Championship",	"AIS"],
	["",	"4",	"9",	"2008",	" am",	"evening","2008 Australian Age Championships: Chandler Pool, Brisbane",	"Meet starts on Wednesday and finishes on following Sunday:5 days. This is day 1 of the meet. Good luck to all swimmers!"],
	["",	"4",	"10",	"2008",	" am",	"evening","2008 Australian Age Championships: Chandler Pool, Brisbane",	"Meet starts on Wednesday and finishes on following Sunday:5 days. This is day 2 of the meet. Good luck to all swimmers!"],
	["",	"4",	"11",	"2008",	" am",	"evening","2008 Australian Age Championships: Chandler Pool, Brisbane",	"Meet starts on Wednesday and finishes on following Sunday:5 days. This is day 3 of the meet. Good luck to all swimmers!"],
	["",	"4",	"12",	"2008",	" am",	"evening","2008 Australian Age Championships: Chandler Pool, Brisbane",	"Meet starts on Wednesday and finishes on following Sunday:5 days. This is day 4 of the meet. Good luck to all swimmers!"],
	["",	"4",	"13",	"2008",	" am",	"evening","2008 Australian Age Championships: Chandler Pool, Brisbane",	"Meet starts on Wednesday and finishes on following Sunday:5 days. This is day 5, final day of the meet. Good luck to all swimmers!"],
	["",	"4",	"14",	"2008",	" am",	"evening","2008 Australian Age Open Water Swimming Championships: QLD",	"Two days event. Good luck to all swimmers!"],
	["",	"4",	"15",	"2008",	" am",	"evening","2008 Australian Age Open Water Swimming Championships: QLD",	"Two days event. Good luck to all swimmers!"],
	["",	"4",	"25",	"2008",	" am",	"evening","2008 Telstra Grand Prix 1: AIS",	"Three days event. Good luck to all swimmers!"],
	["",	"4",	"26",	"2008",	" am",	"evening","2008 Telstra Grand Prix 1: AIS",	"Three days event. Good luck to all swimmers!"],
	["",	"4",	"27",	"2008",	" am",	"evening","2008 Telstra Grand Prix 1: AIS",	"Three days event. Good luck to all swimmers!"],

	
	
	["",	"5",	"4",	"2008",	" 11am",	"late afternoon","Canberra Swim Club Development Meet: AIS",	"Good luck to all swimmers!"],
	["",	"5",	"24",	"2008",	" 1pm",	"late afternoon","Tuggeranong main meet: AIS",	"One and half days event. Good luck to all swimmers!"],
	["",	"5",	"25",	"2008",	" 9am",	"afternoon","Tuggeranong main meet: AIS",	"The second day of this meet. Good luck to all swimmers!"],

	["",	"6",	"1",	"2008",	" 11am",	"afternoon","Woden Swim Club Development Meet: AIS",	"Good luck to all swimmers!"],
	["",	"6",	"14",	"2008",	" 9.30am warmup, 10.15am start",	"afternoon","Ginninderra Winter Carnival: AIS",	"The first day of this meet. Welcome to all swimmers and Good luck to all!"],
	["",	"6",	"15",	"2008",	" 8.30am warmup, 9.15am start",	"afternoon","Ginninderra Winter Carnival: AIS",	"The second day of this meet. Good luck to all swimmers and have a good trip home!"],
	["",	"6",	"29",	"2008",	" 10am warmup, 11am start",	"afternoon","Goulbourn Swim Club Development Meet: AIS",	". Good luck to all swimmers and have a good trip home!"],

	
	["",	"7",	"4",	"2008",	" am",	"evening","2008 Telstra Grand Prix 2: SOPAC",	"Three days event. Good luck to all swimmers!"],
	["",	"7",	"5",	"2008",	" am",	"evening","2008 Telstra Grand Prix 2: SOPAC",	"Three days event. Good luck to all swimmers!"],
	["",	"7",	"6",	"2008",	" am",	"evening","2008 Telstra Grand Prix 2: SOPAC",	"Three days event. Good luck to all swimmers!"],
	
	["",	"7",	"12",	"2008",	" 9am",	"afternoon","2008 NSW Country SC Championships: SOPAC",	"Two days event. Good luck to all swimmers!"],
	["",	"7",	"13",	"2008",	" 9am",	"afternoon","2008 NSW Country SC Championships: SOPAC",	"Two days event. Good luck to all swimmers!"],
	["",	"7",	"26",	"2008",	" am",	"afternoon","ACT Winter SC Championships",	"Two days event. Good luck to all swimmers!"],
	["",	"7",	"27",	"2008",	" am",	"afternoon","ACT Winter SC Championships",	"Two days event. Good luck to all swimmers!"],

	
	["",	"8",	"3",	"2008",	" am",	"afternoon","Telopea Swim Club Development Meet :AIS",	""],

	["",	"8",	"8",	"2008",	" 6pm",	"evening","2008 NSW State Age SC Championships: SOPAC",	"Three days event. Good luck to all swimmers!"],
	["",	"8",	"9",	"2008",	" 9am",	"afternoon","2008 TNSW State Age SC Championships: SOPAC",	"Three days event. Good luck to all swimmers!"],
	["",	"8",	"10",	"2008",	" 9am",	"afternoon","2008 NSW State Age SC Championships: SOPAC",	"Three days event. Good luck to all swimmers!"],
	
	["",	"8",	"22",	"2008",	" 9am",	"afternoon","2008 NSW Open State SC Championships: SOPAC",	"Two days event. Good luck to all swimmers!"],
	["",	"8",	"23",	"2008",	" 9am",	"afternoon","2008 NSW Open State SC Championships: SOPAC",	"Two days event. Good luck to all swimmers!"],
	
	["",	"8",	"8",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"9",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"10",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"11",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"12",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"13",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"14",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"15",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"16",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"17",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"17",	"2008",	" am",	"afternoon","ACT vs UK",	"Good luck to all swimmers! and Go ACT!"],

	["",	"8",	"18",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"19",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"20",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"21",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"22",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"23",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"24",	"2008",	" am",	"afternoon","2008 Olympics: Beijing",	"Three weeks event. Good luck to all swimmers!"],
	["",	"8",	"31",	"2008",	" 11am",	"afternoon","Tuggeranong Vikings Development Meet: AIS"],

	["",	"9",	"28",	"2008",	" am",	"afternoon","2008 NSW SC Development Meet: SOPAC",	"One day event. Good luck to all swimmers!"],
	
	["",	"9",	"20",	"2008",	" am",	"afternoon","2008 Australian SC Championships: TBA",	"One week event. Good luck to all swimmers!"],
	["",	"9",	"21",	"2008",	" am",	"afternoon","2008 Australian SC Championships: TBA",	"One week event. Good luck to all swimmers!"],
	["",	"9",	"22",	"2008",	" am",	"afternoon","2008 Australian SC Championships: TBA",	"One week event. Good luck to all swimmers!"],
	["",	"9",	"23",	"2008",	" am",	"afternoon","2008 Australian SC Championships: TBA",	"One week event. Good luck to all swimmers!"],
	["",	"9",	"24",	"2008",	" am",	"afternoon","2008 Australian SC Championships: TBA",	"One week event. Good luck to all swimmers!"],
	
	["",	"9",	"6",	"2008",	" am",	"afternoon","2008 Paralympics: Beijing",	"Two weeks event. Good luck to all swimmers!"],
	["",	"9",	"6",	"2008",	" am",	"afternoon","Woden Main Meet: AIS",	"Two days meet. Good luck to all swimmers!"],
	["",	"9",	"7",	"2008",	" am",	"afternoon","Woden Main Meet: AIS",	"Two days meet. Good luck to all swimmers!"],
	["",	"9",	"20",	"2008",	" 9am",	"afternoon","Australian SC Championships: Melbourne",	"First day of five days event. Good luck to all swimmers!"],
	["",	"9",	"21",	"2008",	" 9am",	"afternoon","Australian SC Championships: Melbourne",	"Second day of Five days event. Good luck to all swimmers!"],
	["",	"9",	"22",	"2008",	" 9am",	"afternoon","Australian SC Championships: Melbourne",	"Third day of Five days event. Good luck to all swimmers!"],
	["",	"9",	"23",	"2008",	" 9am",	"afternoon","Australian SC Championships: Melbourne",	"Fourth day of Five days event. Good luck to all swimmers!"],
	["",	"9",	"24",	"2008",	" 9am",	"afternoon","Australian SC Championships: Melbourne",	"Last day. Good luck to all swimmers! Have a good trip home"],
	["",	"9",	"27",	"2008",	" am",	"afternoon","Pentathlon Meet: AIS",	"Good luck to all swimmers!"],
	["",	"9",	"28",	"2008",	" 9am",	"afternoon","NSW SC Development Meet: SOPAC",	"Good luck to all swimmers!"],
	["",	"10",	"11",	"2008",	" am",	"afternoon","2008/09 Summer Development Series meet 1: AIS ",	"Good luck to all swimmers!"],

	["",	"10",	"18",	"2008",	" am",	"afternoon","Burley Griffin LC Meet: AIS ",	"Good luck to all swimmers!"],

	["",	"10",	"19",	"2008",	" am",	"afternoon","Burley Griffin LC Meet: AIS ",	"Good luck to all swimmers!"],
	["",	"11",	"1",	"2008",	" am",	"afternoon","Telopea Main Meet: AIS ",	"Good luck to all swimmers!"],
	["",	"11",	"2",	"2008",	" am",	"afternoon","Telopea Main Meet: AIS ",	"Good luck to all swimmers!"],
		
["",	"11",	"15",	"2008",	" 12 noon warm up, 1pm start",	"afternoon","ACT summer Long distance meet: AIS ",	"Good luck to all swimmers!"],
["",	"11",	"16",	"2008",	" am",	"afternoon","2008/09 Telopea Open Water:Westlake, Lake Burley Griffin ",	"Good luck to all swimmers!"],



	["",	"11",	"23",	"2008",	" am",	"afternoon","2008/09 Summer Development Series meet 2: AIS ",	"Good luck to all swimmers!"],
	
	["",	"11",	"30",	"2008",	" am",	"afternoon","Pacific School Games: AIS",	"Good luck to all swimmers!"],

	["",	"11",	"31",	"2008",	" am",	"afternoon","Pacific School Games: AIS",	"Good luck to all swimmers!"],
	["",	"12",	"1",	"2008",	" am",	"afternoon","Pacific School Games: AIS",	"Good luck to all swimmers!"],
	["",	"12",	"2",	"2008",	" am",	"afternoon","Pacific School Games: AIS",	"Good luck to all swimmers!"],
	["",	"12",	"3",	"2008",	" am",	"afternoon","Pacific School Games: AIS",	"Good luck to all swimmers!"],
	["",	"12",	"4",	"2008",	" am",	"afternoon","Pacific School Games: AIS",	"Good luck to all swimmers!"],
	["",	"12",	"5",	"2008",	" am",	"afternoon","Pacific School Games: AIS",	"Good luck to all swimmers!"],
	["",	"12",	"6",	"2008",	" am",	"afternoon","Pacific School Games: AIS",	"Good luck to all swimmers!"],
	["",	"12",	"13",	"2008",	" am",	"afternoon","Xmas Classic: AIS",	"Good luck to all swimmers!"],
	["",	"12",	"14",	"2008",	" am",	"afternoon","Xmas Classic: AIS",	"Good luck to all swimmers!"],
	
	["",	"1",	"5",	"2009",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"1",	"6",	"2009",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"1",	"7",	"2009",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"1",	"8",	"2009",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"1",	"9",	"2009",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"1",	"10",	"2009",	" 9am",	"afternoon"," NSW State Age 10yrs & Under - 12 years Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"1",	"11",	"2009",	" 9am",	"afternoon"," NSW State Age 10yrs & Under - 12 years Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"1",	"24",	"2009",	" 9am",	"afternoon"," NSW Country Regional Meets : Bathurst, Queanbeyan,Singleton",	"Good luck to all swimmers!"],
	["",	"1",	"25",	"2009",	" 9am",	"afternoon"," NSW Country Regional Meets : Bathurst, Queanbeyan,Singleton",	"Good luck to all swimmers!"],
	["",	"2",	"7",	"2009",	" am",	"afternoon","Speedo Sprint Series ACT Heats (am) ACT relay (pm)   : TBS",	"Good luck to all swimmers!"],
	["",	"2",	"8",	"2009",	" am",	"afternoon","Speedo Sprint Series ACT Heats (am)ACT relay (pm)   : TBA",	"Good luck to all swimmers!"],
	["",	"2",	"13",	"2009",	" 9am",	"afternoon"," NSW State Open Championships  : SOPAC",	"Good luck to all swimmers!"],
	["",	"2",	"14",	"2009",	" 9am",	"afternoon"," NSW State Open Championships  : SOPAC",	"Good luck to all swimmers!"],
	["",	"2",	"15",	"2009",	" 9am",	"afternoon"," NSW State Open Championships  : SOPAC",	"Good luck to all swimmers!"],
	["",	"2",	"21",	"2009",	" 9am",	"afternoon"," Courtyard by Marriott North Ryde Country Championships  : SOPAC",	"Good luck to all swimmers!"],
	["",	"2",	"22",	"2009",	" 9am",	"afternoon"," Courtyard by Marriott North Ryde Country Championships  : SOPAC",	"Good luck to all swimmers!"],
	["",	"2",	"28",	"2009",	" 9am",	"afternoon","2009 Swimming Australia Open Water Open/Age Championship  : Sydney International Regatta Centre, Penrith",	"Good luck to all swimmers!"],
	["",	"3",	"1",	"2009",	" am",	"afternoon","2008/09 Summer Development Series meet 3: AIS ",	"Good luck to all swimmers!"],

	["",	"3",	"1",	"2009",	" 9am",	"afternoon","2009 Swimming Australia Open Water Open/Age Championship  : Sydney International Regatta Centre, Penrith",	"Good luck to all swimmers!"],
	["",	"3",	"2",	"2009",	" 9am",	"afternoon","2009 Swimming Australia Open Water Open/Age Championship  : Sydney International Regatta Centre, Penrith",	"Good luck to all swimmers!"],
	["",	"3",	"8",	"2009",	" 9am",	"afternoon","2009 Speedo Sprint Championships: SOPAC",	"Good luck to all swimmers!"],

	["",	"3",	"17",	"2009",	" 9am",	"afternoon","2009 Telstra Australian Swimming Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"3",	"13",	"2009",	" 5.45m",	"evening","2009 ACT Age Championships: AIS",	"Good luck to all swimmers!"],
	["",	"3",	"14",	"2009",	" 9am",	"fternoon","2009 ACT Age Championships: AIS",	"Good luck to all swimmers!"],
	["",	"3",	"15",	"2009",	" 8am",	"afternoon","2009 ACT Age Championships: AIS",	"Good luck to all swimmers!"],

	["",	"3",	"18",	"2009",	" 9am",	"afternoon","2009 Telstra Australian Swimming Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"3",	"19",	"2009",	" 9am",	"afternoon","2009 Telstra Australian Swimming Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"3",	"20",	"2009",	" 9am",	"afternoon","2009 Telstra Australian Swimming Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"3",	"21",	"2009",	" 9am",	"afternoon","2009 Telstra Australian Swimming Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"3",	"22",	"2009",	" 9am",	"afternoon","2009 Telstra Australian Swimming Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"3",	"21",	"2009",	" am",	"afternoon","2008/09 Summer Development Series meet 4: AIS ",	"Good luck to all swimmers!"],

	["",	"3",	"29",	"2009",	" 9 am",	"afternoon","2009 Brophy Meet: CISAC ",	"Good luck to all swimmers!"],


	["",	"4",	"13",	"2009",	" 9am",	"afternoon","2009 Australian Age Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"4",	"14",	"2009",	" 9am",	"afternoon","2009 Australian Age Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"4",	"15",	"2009",	" 9am",	"afternoon","2009 Australian Age Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"4",	"16",	"2009",	" 9am",	"afternoon","2009 Australian Age Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"4",	"17",	"2009",	" 9am",	"afternoon","2009 Australian Age Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"4",	"18",	"2009",	" 9am",	"afternoon","2009 Australian Age Championships: SOPAC",	"Good luck to all swimmers! Last day and party tonight!"],
	["",	"4",	"29",	"2009",	" am",	"afternoon","2009 ACT combined school Championships: AIS",	"Good luck to all swimmers!"],
	["",	"4",	"30",	"2009",	" am",	"afternoon","2009 ACT Age combined school Championships: AIS",	"Good luck to all swimmers!"],

	["",	"5",	"23",	"2009",	" 11am warm up",	"late afternoon","Tuggeranong Vikings Main Meet: AIS",	"Good luck to all swimmers!"],
	["",	"5",	"24",	"2009",	" 8am warm up",	"early afternoon","Tuggeranong Vikings Main Meet: AIS",	"Good luck to all swimmers!"],

	["",	"5",	"30",	"2009",	" am",	"afternoon","Swimming ACT Presentation Night",	"Good luck to all swimmers!"],

	["",	"6",	"21",	"2009",	" 9am warm up",	"afternoon","Swimming ACT SC distance Meet: AIS",	"Good luck to all swimmers!"],
	["",	"6",	"24",	"2009",	" am warm up",	"afternoon","ACT combined schools swimming meet: AIS",	"Good luck to all swimmers!"],
	["",	"6",	"25",	"2009",	" am warm up",	"afternoon","ACT combined schools swimming meet: AIS",	"Good luck to all swimmers!"],
	["",	"6",	"28",	"2009",	" am warm up",	"afternoon","2009 Winter Development Series #2   : AIS",	"Good luck to all swimmers!"],

	
	
	["",	"7",	"4",	"2009",	" am",	"afternoon","Ginninderra Main Meet: AIS",	"Good luck to all swimmers!"],
	["",	"7",	"5",	"2009",	" am",	"afternoon","Ginninderra Main Meet: AIS",	"Good luck to all swimmers!"],
	
	["",	"7",	"18",	"2009",	" 9am",	"afternoon","NSW Country SC Championships   : SOPAC",	"Good luck to all swimmers!"],
	["",	"7",	"19",	"2009",	" 9am",	"afternoon","NSW Country SC Championships   : SOPAC",	"Good luck to all swimmers!"],
	
	["",	"7",	"24",	"2009",	" 6pm",	"late","NSW SC Open Championships   : SOPAC",	"Good luck to all swimmers!"],
	["",	"7",	"25",	"2009",	" 9am",	"afternoon","NSW SC Open Championships   : SOPAC",	"Good luck to all swimmers!"],
	["",	"7",	"26",	"2009",	" 9am",	"afternoon","2009 Winter Development Series #3   : AIS",	"Good luck to all swimmers!"],
	
		
	["",	"8",	"1",	"2009",	" am",	"afternoon","ACT SC Championships: AIS",	"Good luck to all swimmers!"],
	["",	"8",	"2",	"2009",	" am",	"afternoon","ACT SC Championships: AIS",	"Good luck to all swimmers!"],

	["",	"8",	"8",	"2009",	" 9am",	"afternoon","2009 Telstra Australian Short Course Championships: Hobart Aquatic Centre, TAS",	"Good luck to all swimmers!"], 
	["",	"8",	"9",	"2009",	" 9am",	"afternoon","2009 Telstra Australian Short Course Championships: Hobart Aquatic Centre, TAS",	"Good luck to all swimmers!"], 
	["",	"8",	"10",	"2009",	" 9am",	"afternoon","2009 Telstra Australian Short Course Championships: Hobart Aquatic Centre, TAS",	"Good luck to all swimmers!"], 
	["",	"8",	"11",	"2009",	" 9am",	"afternoon","2009 Telstra Australian Short Course Championships: Hobart Aquatic Centre, TAS",	"Good luck to all swimmers!"], 

	["",	"8",	"12",	"2009",	" 9am",	"afternoon","2009 Telstra Australian Short Course Championships: Hobart Aquatic Centre, TAS",	"Good luck to all swimmers!", 
"Last day and party tonight!"],
	["",	"8",	"16",	"2009",	" am",	"afternoon","2009 Winter Development Series meet 4 : AIS",	"Good luck to all swimmers!"],
	["",	"8",	"28",	"2009",	" pm",	"evening","	NSW winter Age SC Championships   : SOPAC",	"Good luck to all swimmers!"],
	["",	"8",	"29",	"2009",	" 9am",	"afternoon","NSW winter Age SC Championships   : SOPAC",	"Good luck to all swimmers!"],
	["",	"8",	"30",	"2009",	" 9am",	"afternoon","NSW winter Age SC Championships   : SOPAC",	"Good luck to all swimmers!"],

	["",	"11",	"28",	"2009",	" am",	"afternoon","Woden Meet: Lakeside Leisure Centre ",	"Good luck to all swimmers!"],
	["",	"11",	"29",	"2009",	" am",	"afternoon","Woden Meet: Lakeside Leisure Centre ",	"Good luck to all swimmers!"],
	["",	"9",	"12",	"2009",	" am",	"afternoon","School Swimming Australia Championships: Perth",	"Good luck to all swimmers!"],
	["",	"9",	"13",	"2009",	" am",	"afternoon","School Swimming Australia Championships: Perth",	"Good luck to all swimmers!"],
	["",	"9",	"14",	"2009",	" am",	"afternoon","School Swimming Australia Championships: Perth",	"Good luck to all swimmers!"],
	["",	"9",	"15",	"2009",	" am",	"afternoon","School Swimming Australia Championships: Perth",	"Good luck to all swimmers!"],
	["",	"9",	"16",	"2009",	" am",	"afternoon","School Swimming Australia Championships: Perth",	"Good luck to all swimmers!"],
	["",	"9",	"17",	"2009",	" am",	"afternoon","School Swimming Australia Championships: Perth",	"Good luck to all swimmers!"],
	["",	"9",	"18",	"2009",	" am",	"afternoon","School Swimming Australia Championships: Perth",	"Good luck to all swimmers!"],

	["",	"9",	"18",	"2009",	" am",	"afternoon","2009 State Teams Age Short Course Championships: AIS",	"Good luck to all swimmers!"],
	["",	"9",	"19",	"2009",	" am",	"afternoon","2009 State Teams Age Short Course Championships: AIS",	"Good luck to all swimmers!"],
	["",	"9",	"20",	"2009",	" am",	"afternoon","2009 State Teams Age Short Course Championships: AIS",	"Good luck to all swimmers!"],

	
	["",	"9",	"18",	"2009",	" 9am",	"afternoon","2009 State Teams Age Short Course Championships: AIS",	"Good luck to all swimmers!"],
	["",	"9",	"19",	"2009",	" 9am",	"afternoon","2009 State Teams Age Short Course Championships: AIS",	"Good luck to all swimmers!"],
	["",	"9",	"20",	"2009",	" 9am",	"afternoon","2009 State Teams Age Short Course Championships: AIS",	"Good luck to all swimmers!"],
	["",	"9",	"27",	"2009",	" am",	"afternoon","Pentathlon meet: AIS",	"Good luck to all swimmers!"],

	["",	"10",	"10",	"2009",	" am",	"afternoon","Burley Griffin Main meet: AIS",	"Good luck to all swimmers!"],
	["",	"10",	"11",	"2009",	" am",	"afternoon","Burley Griffin Main meet: AIS",	"Good luck to all swimmers!"],

	["",	"10",	"18",	"2009",	" am",	"afternoon","Summer Development Series Meet #1 (Hosted by Goulburn): AIS",	"Good luck to all swimmers!"],

	["",	"10",	"31",	"2009",	" am",	"afternoon","Telopea Main meet: AIS",	"Good luck to all swimmers!"],
	["",	"11",	"1",	"2009",	" am",	"afternoon","Telopea Main meet: AIS",	"Good luck to all swimmers!"],
	["",	"11",	"14",	"2009",	" noon",	"afternoon","ACT summer long distance meet: AIS",	"Good luck to all swimmers!"],
	["",	"11",	"15",	"2009",	" am",	"afternoon","Telopea Open water #1: Lake Burley Griffin",	"Good luck to all swimmers!"],

	["",	"12",	"12",	"2009",	" am",	"afternoon","Canberra Xmas Classic: AIS",	"Good luck to all swimmers!"],
	["",	"12",	"13",	"2009",	" am",	"afternoon","Canberra Xmas Classic: AIS",	"Good luck to all swimmers!"],
	
	
	["",	"1",	"16",	"2010",	" 9am",	"afternoon","NSW State Age 10 and under-12 years Championships: SOPAC",	"Two days meet. Good luck to all swimmers!"],
	["",	"1",	"17",	"2010",	" 9am",	"afternoon","NSW State Age 10 and under-12 years Championships: SOPAC",	"Two dyas meet. Good luck to all swimmers! Meet finishes today. Safe travel!"],
	["",	"1",	"4",	"2010",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Five days meet. This is the first day. Good luck to all swimmers!"],
	["",	"1",	"5",	"2010",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Five days meet. This is the second day. Good luck to all swimmers!"],
	["",	"1",	"6",	"2010",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Five days meet. This is the third day. Good luck to all swimmers!"],
	["",	"1",	"7",	"2010",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Five days meet. This is the fourth day. Good luck to all swimmers!"],
	["",	"1",	"8",	"2010",	" 9am",	"afternoon","NSW State Age 13-18 years Championships: SOPAC",	"Five days meet. This is the last day. Good luck to all swimmers! Safe travel home!"],
	["",	"1",	"9",	"2010",	" am",	"afternoon","NSW State Age 5 km OWS Championships: SIRC Penrith",	"Good luck to all swimmers!"],
	["",	"1",	"20",	"2010",	" am",	"afternoon","NSW State Age 10 km OWS Championships :SIRC Penrith",	"Good luck to all swimmers!"],
	["",	"1",	"23",	"2010",	" am",	"afternoon","NSW Country Regional Meets",	"Two days meet at three locations:Armidale, TBA, TBA. Good luck to all swimmers!"],
	["",	"1",	"24",	"2010",	" am",	"afternoon","NSW Country Regional Meets",	"Two days meet at three locations:Armidale, TBA, TBA. Good luck to all swimmers!"],
	["",	"1",	"31",	"2010",	" am",	"afternoon","Queanbeyan Meet: Queanbeyan Pool",	"Good luck to all swimmers!"],


	["",	"2",	"6",	"2010",	" am",	"afternoon","Telopea Open Water Meet #2",	"TBA"],
	["",	"2",	"7",	"2010",	" am",	"afternoon","Speedo Sprint Series District Heats am and ACT relay afternoon",	"AIS"],

	["",	"2",	"12",	"2010",	" am",	"afternoon","NSW LC open Championships: SOPAC",	"Meet starts on Friday and finishes on Sunday."],
	["",	"2",	"13",	"2010",	" am",	"afternoon","NSW LC open Championships: SOPAC",	"Meet starts on Friday and finishes on Sunday. This is the second day of the meet."],
	["",	"2",	"14",	"2010",	" am",	"afternoon","NSW LC open Championships: SOPAC",	"Meet starts on Friday and finishes on Sunday. This is the final day of the meet."],
	
	["",	"2",	"14",	"2010",	" am",	"afternoon","Summer Development Series Meet #3 (Hosted by TVSC): AIS",	"Good luck to all swimmers!"],

	
	["",	"2",	"27",	"2010",	" am",	"afternoon","NSW Courtyard by Marriott North Ryde NSW Country Championships: SOPAC",	"Weekend meet."],
	["",	"2",	"28",	"2010",	" am",	"afternoon","NSW Courtyard by Marriott North Ryde NSW Country Championships: SOPAC",	"Weekend meet."],
	
	["",	"3",	"5",	"2010",	" &nbsp;",	"afternoon","ACT Championships: AIS",	"Good luck to all swimmers!"],
	["",	"3",	"6",	"2010",	" am",	"afternoon","ACT Championships: AIS",	"Good luck to all swimmers!"],
	["",	"3",	"7",	"2010",	" am",	"afternoon","ACT Championships: AIS",	"Good luck to all swimmers!"],


	
	["",	"3",	"16",	"2010",	" am",	"afternoon","2010 Telstra Australian Swimming Championships: SOPAC",	"Meet starts on Tuesday and finishes Sunday:6 days. This is day 1 of the meet. Good luck!"],
	["",	"3",	"17",	"2010",	" am",	"afternoon","2010 Telstra Australian Swimming Championships: SOPAC",	"Meet satrrs on Tuesday and finishes Sunday:6 days. This is day 2 of the meet. Good luck!"],
	["",	"3",	"18",	"2010",	" am",	"afternoon","2010 Telstra Australian Swimming Championships: SOPAC",	"Meet starts on Tuesday and finishes Sunday:6 days. This is day 3 of the meet. Good luck!"],
	["",	"3",	"19",	"2010",	" am",	"afternoon","2010 Telstra Australian Swimming Championships: SOPAC",	"Meet starts on Tuesday and finishes Sunday:6 days. This is day 4 of the meet. Good luck!"],
	["",	"3",	"20",	"2010",	" am",	"afternoon","2010 Telstra Australian Swimming Championships: SOPAC",	"Meet starts on Tuesday and finishes Sunday:6 days. This is day 5 of the meet. Good luck!"],
	["",	"3",	"21",	"2010",	" am",	"afternoon","2010 Telstra Australian Swimming Championships: SOPAC",	"Meet starts on Tuesday and finishes Sunday:6 days. This is day 6 of the meet. Good luck!"],
	
	["",	"3",	"27",	"2010",	" am",	"afternoon","Development Meet #4: Host Telopea: AIS",	"Good luck to all swimmers!"],

	["",	"3",	"14",	"2010",	" am",	"afternoon","2010 NSW Speedo Sprint Series final: SOPAC",	"Good luck!"],

	["",	"3",	"28",	"2010",	" am",	"afternoon","Brophy: AIS",	"Good luck!"],

	["",	"4",	"5",	"2010",	" 9am",	"evening","2010 Australian Age Championships: SOPAC, Sydney",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 1 of the meet. Good luck to all swimmers!"],
	["",	"4",	"6",	"2010",	" 9am",	"evening","2010 Australian Age Championships: SOPAC, Sydney",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 2 of the meet. Good luck to all swimmers!"],
	["",	"4",	"7",	"2010",	" 9am",	"evening","2010 Australian Age Championships: SOPAC, Sydney",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 3 of the meet. Good luck to all swimmers!"],
	["",	"4",	"8",	"2010",	" 9am",	"evening","2010 Australian Age Championships: SOPAC, Sydney",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 4 of the meet. Good luck to all swimmers!"],
	["",	"4",	"9",	"2010",	" 9am",	"evening","2010 Australian Age Championships: SOPAC, Sydney",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 5 of the meet. Good luck to all swimmers!"],
	["",	"4",	"10",	"2010",	" 9am",	"evening","2010 Australian Age Championships: SOPAC, Sydney",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 6, final day of the meet. Good luck to all swimmers!"],

	["",	"4",	"29",	"2010",	" 9am",	"noon","2010 ACT Primary Schools Swimming Championships: AIS", 	"Good luck to all swimmers!"],
	["",	"4",	"29",	"2010",	" noon",	"afternoon","2010 ACT Seconderay Schools/Colleges Swimming Championships: AIS", 	"Good luck to all swimmers!"],
	["",	"4",	"30",	"2010",	" am",	"afternoon","2010 ACT Seconderay Schools/Colleges Swimming Championships",	"Good luck to all swimmers!"],

	["",	"5",	"9",	"2010",	" am",	"afternoon","Winter Development Series Meet #1 (Queanbeyan Leagues Swim Club): TLLC",	"Good luck to all swimmers!"],
	["",	"5",	"22",	"2010",	" am",	"afternoon","TVSC Main Meet: AIS",	"Good luck to all swimmers!"],
	["",	"5",	"23",	"2010",	" am",	"afternoon","TVSC Main Meet: AIS",	"Good luck to all swimmers!"],

	
	["",	"5",	"29",	"2010",	" TBA",	"TBA","2010 Swimming ACT Presentation Night: TBA",	"Further information coming soon !"],
	["",	"5",	"30",	"2010",	" am",	"pm","ACT SC Distance Meet: AIS",	"Good Luck to all!"],
	["",	"6",	"20",	"2010",	" am",	"afternoon","Winter Development Series Meet #2 (Host Club Canberra): AIS",	"Good luck to all swimmers!"],
	
	
	
	["",	"6",	"18",	"2010",	" am",	"afternoon","NSW State Open SC Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"6",	"19",	"2010",	" am",	"afternoon","NSW State Open SC Championships: SOPAC",	"Good luck to all swimmers!"],

	["",	"6",	"26",	"2010",	" am",	"afternoon","Ginninderra main meet: AIS",	"Good luck to all swimmers!"],
	["",	"6",	"27",	"2010",	" am",	"afternoon","Ginninderra main meet: AIS",	"Good luck to all swimmers!"],

	["",	"7",	"10",	"2010",	" 9am",	"late afternoon","NSW Country SC Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"7",	"11",	"2010",	" 9am",	"late afternoon","NSW Country SC Championships: SOPAC",	"Good luck to all swimmers!"],

	["",	"7",	"31",	"2010",	" am",	"afternoon","Winter Development Series Meet #3 (Host Club Woden): AIS",	"Good luck to all swimmers!"],
	["",	"7",	"24",	"2010",	" am",	"afternoon","ACT SC Championships: AIS",	"Good luck to all swimmers!"],
	["",	"7",	"25",	"2010",	" am",	"afternoon","ACT SC Championships: AIS",	"Good luck to all swimmers!"],

	["",	"8",	"13",	"2010",	" 9am",	"late afternoon","NSW Age SC Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"8",	"14",	"2010",	" 9am",	"late afternoon","NSW Age SC Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"8",	"15",	"2010",	" 9am",	"late afternoon","NSW Age SC Championships: SOPAC",	"Good luck to all swimmers!"],

	["",	"8",	"29",	"2010",	" am",	"afternoon","Winter Development Series Meet #4 (Host Club Telopea): AIS",	"Good luck to all swimmers!"],

	["",	"09",	"11",	"2010",	" am",	"afternoon","Woden LC Main Meet: AIS",	"Good luck to all swimmers!"],
	["",	"09",	"12",	"2010",	" am",	"afternoon","Woden LC Main Meet: AIS",	"Good luck to all swimmers!"],

	["",	"10",	"16",	"2010",	" am",	"afternoon","Burley Grinffin LC Meet: AIS",	"Good luck to all swimmers!"],
	["",	"10",	"17",	"2010",	" am",	"afternoon","Burley Grinffin LC Meet: AIS",	"Good luck to all swimmers!"],

	["",	"10",	"30",	"2010",	" am",	"afternoon","Telopea LC Main Meet: AIS",	"Good luck to all swimmers!"],
	["",	"10",	"31",	"2010",	" am",	"afternoon","Telopea LC Main Meet: AIS",	"Good luck to all swimmers!"],


	["",	"11",	"27",	"2010",	" am",	"afternoon","Canberra Swim Club Xmas Classic): CISAC",	"Good luck to all swimmers!"],
	["",	"11",	"28",	"2010",	" am",	"afternoon","Canberra Swim Club Xmas Classic): CISAC",	"Good luck to all swimmers!"],
	["",	"1",	"8",	"2011",	" 9am each day",	"evening","NSW 10-12 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"1",	"9",	"2011",	" 9am each day",	"evening","NSW 10-12 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	
	["",	"1",	"11",	"2011",	"9am heats",	"finals in the evening","NSW 13-18 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"1",	"12",	"2011",	"9am heats",	"finals in the evening","NSW 13-18 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"1",	"13",	"2011",	"9am heats",	"finals in the evening","NSW 13-18 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"1",	"14",	"2011",	"9am heats",	"finals in the evening","NSW 13-18 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"1",	"15",	"2011",	"9am heats",	"finals in the evening","NSW 13-18 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"1",	"16",	"2011",	"9am heats",	"finals in the evening","NSW 13-18 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	
	["",	"1",	"22",	"2011",	" 9am each day",	"evening","NSW Country Regional Meets : Twin Towns, Dubbo, Dapto",	"Good luck to all swimmers!"],
	["",	"1",	"23",	"2011",	" 9am each day",	"evening","NSW Country Regional Meets : Twin Towns, Dubbo, Dapto",	"Good luck to all swimmers!"],

	["",	"1",	"29",	"2011",	"2pm warm up, 3pm start",	"evening","ACT A Meet: Host: Queanbeyan Leagues Swim Club : Queanbeyan Aquatic Centre",	"Good luck to all swimmers!"],
	["",	"1",	"30",	"2011",	"8am warm up, 9am start",	"afternoon","ACT A Meet: Host: Queanbeyan Leagues Swim Club : Queanbeyan Aquatic Centre",	"Good luck to all swimmers!"],
	
	["",	"2",	"6",	"2011",	" 9am", "evening", "Speedo heats in the morning and ACT Relays in the afternoon: AIS",	"Good luck to all swimmers!"],
	["",	"2",	"11",	"2011",	" 9am each day", "evening", "NSW State Open Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"2",	"12",	"2011",	" 9am each day", "evening", "NSW State Open Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"2",	"13",	"2011",	" 9am each day", "evening", "NSW State Open Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],

	["",	"2",	"20",	"2011",	" 8.30am warm up", "afternoon", "ACT Summer Development Meet #3: AIS",	"Good luck to all swimmers!"],

	
	["",	"2",	"26",	"2011",	" 9am each day", "evening", "Courtyard by Marriott North Ryde NSW Country Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"2",	"27",	"2011",	" 9am each day", "evening", "Courtyard by Marriott North Ryde NSW Country Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	
	["",	"3",	"6",	"2011",	" 8.30am warm up", "afternoon", "ACT Summer Development Meet #4: AIS",	"Good luck to all swimmers!"],

	["",	"3",	"13",	"2011",	" am", "afternoon", "Speedo Finals: SOPAC, Sydney",	"Good luck to all swimmers!"],

	["",	"3",	"18",	"2011",	" 6pm warm up, 6.45 start", "evening", "2011 ACT Championships: AIS",	"Good luck to all swimmers!"],
	["",	"3",	"19",	"2011",	" 9.45am warm up, 10.45 start", "afternoon", "2011 ACT Championships: AIS",	"Good luck to all swimmers!"],
	["",	"3",	"20",	"2011",	" 8.30am warm up, 9.30am start", "afternoon", "2011 ACT Championships: AIS",	"Good luck to all swimmers!"],

	
	["",	"3",	"27",	"2011",	" am", "evening", "Brophy Meet: AIS",	"Good luck to all swimmers!"],

	["",	"4",	"18",	"2011",	" 9am",	"evening","2011 Australian Age Championships: Adelaide",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 1 of the meet. Good luck to all swimmers!"],
	["",	"4",	"19",	"2011",	" 9am",	"evening","2011 Australian Age Championships: Adelaide",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 2 of the meet. Good luck to all swimmers!"],
	["",	"4",	"20",	"2011",	" 9am",	"evening","2011 Australian Age Championships: Adelaide",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 3 of the meet. Good luck to all swimmers!"],
	["",	"4",	"21",	"2011",	" 9am",	"evening","2011 Australian Age Championships: Adelaide",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 4 of the meet. Good luck to all swimmers!"],
	["",	"4",	"22",	"2011",	" 9am",	"evening","2011 Australian Age Championships: Adelaide",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 5 of the meet. Good luck to all swimmers!"],
	["",	"4",	"23",	"2011",	" 9am",	"evening","2011 Australian Age Championships: Adelaide",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 6, final day of the meet. Good luck to all swimmers!"],

	["",	"5",	"29",	"2011",	" 9am warm up",	"afternoon","Winter Development Series Meet #1: AIS",	"Good luck to all swimmers!"],

	["",	"6",	"19",	"2011",	" 9am warm up",	"afternoon","Winter Development Series Meet #2: AIS",	"Good luck to all swimmers!"],
	["",	"7",	"31",	"2011",	" 9am warm up",	"afternoon","Winter Development Series Meet #3: AIS",	"Good luck to all swimmers!"],
	["",	"8",	"28",	"2011",	" 9am warm up",	"afternoon","Winter Development Series Meet #4: AIS",	"Good luck to all swimmers!"],

	["",	"5",	"21",	"2011",	" am",	"afternoon","TVSC Main Meet: AIS",	"Good luck to all swimmers!"],
	["",	"5",	"22",	"2011",	" am",	"afternoon","TVSC Main Meet: AIS",	"Good luck to all swimmers!"],

	["",	"5",	"8",	"2011",	" 9am",	"pm","ACT SC Distance Meet: AIS",	"Good Luck to all!"],

	["",	"6",	"3",	"2011",	" am",	"afternoon","NSW State Open SC Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"6",	"4",	"2011",	" am",	"afternoon","NSW State Open SC Championships: SOPAC",	"Good luck to all swimmers!"],

	["",	"6",	"29",	"2011",	" am",	"afternoon","2011 Telstra Australian Swimming SC Championships: SA",	"Meet starts on Wednesday and finishes Sunday:5 days. This is day 1 of the meet. Good luck!"],
	["",	"6",	"30",	"2011",	" am",	"afternoon","2011 Telstra Australian Swimming SC Championships: SA",	"Meet satrrs on Wednesday and finishes Sunday:5 days. This is day 2 of the meet. Good luck!"],
	["",	"7",	"1",	"2011",	" am",	"afternoon","2011 Telstra Australian Swimming SC Championships: SA",	"Meet starts on Wednesday and finishes Sunday:5 days. This is day 3 of the meet. Good luck!"],
	["",	"7",	"2",	"2011",	" am",	"afternoon","2011 Telstra Australian Swimming SC Championships: SA",	"Meet starts on Wednesday and finishes Sunday:5 days. This is day 4 of the meet. Good luck!"],
	["",	"7",	"3",	"2011",	" am",	"afternoon","2011 Telstra Australian Swimming SC Championships: SA",	"Meet starts on Wednesday and finishes Sunday:5 days. This is day 5 of the meet. Good luck!"],
	
	["",	"7",	"9",	"2011",	" 9am",	"late afternoon","NSW Country SC Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"7",	"10",	"2011",	" 9am",	"late afternoon","NSW Country SC Championships: SOPAC",	"Good luck to all swimmers!"],

	["",	"7",	"23",	"2011",	" am",	"afternoon","ACT SC Championships: AIS",	"Good luck to all swimmers!"],
	["",	"7",	"24",	"2011",	" am",	"afternoon","ACT SC Championships: AIS",	"Good luck to all swimmers!"],
	
	["",	"8",	"12",	"2011",	" 9am",	"late afternoon","NSW Age SC Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"8",	"13",	"2011",	" 9am",	"late afternoon","NSW Age SC Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"8",	"14",	"2011",	" 9am",	"late afternoon","NSW Age SC Championships: SOPAC",	"Good luck to all swimmers!"],
	["",	"9",	"11",	"2011",	" am",	"late afternoon","Summer Pentathlon Development Meet: AIS",	"Good luck to all swimmers!"],
	["",	"9",	"24",	"2011",	" am",	"late afternoon","Burley Griffin Summer Meet: AIS",	"Good luck to all swimmers!"],
	["",	"9",	"25",	"2011",	" am",	"late afternoon","Burley Griffin Summer Meet: AIS",	"Good luck to all swimmers!"],
	
	["",	"10",	"7",	"2011",	" 9am",	"late afternoon","Australian Age Multi Class Championships: AIS",	"Good luck to all swimmers!"],
	["",	"10",	"8",	"2011",	" 9am",	"late afternoon","Australian Age Multi Class Championships: AIS",	"Good luck to all swimmers!"],
	["",	"10",	"9",	"2011",	" 9am",	"late afternoon","Australian Age Multi Class Championships: AIS",	"Good luck to all swimmers!"],

	["",	"10",	"29",	"2011",	" 9.30am",	"late afternoon","Telopea Main Meet: AIS",	"Good luck to all swimmers!"],
	["",	"10",	"30",	"2011",	" 8.15am",	"late afternoon","Telopea Main Meet: AIS",	"Good luck to all swimmers!"],

	
	["",	"10",	"16",	"2011",	" 8.30am warm up", "afternoon", "ACT Summer Development Meet #1: AIS",	"Good luck to all swimmers!"],
	["",	"12",	"4",	"2011",	" 8.30am warm up", "afternoon", "ACT Summer Development Meet #2: AIS",	"Good luck to all swimmers!"],
	["",	"12",	"10",	"2011",	" am warm up", "afternoon", "Xmas Classic: AIS",	"Good luck to all swimmers!"],
	["",	"12",	"11",	"2011",	" am warm up", "afternoon", "Xmas Classic: AIS",	"Good luck to all swimmers!"],

	["",	"2",	"12",	"2012",	" 8.30am warm up", "afternoon", "ACT Summer Development Meet #3: AIS",	"Good luck to all swimmers!"],
	["",	"3",	"4",	"2012",	" 8.30am warm up", "afternoon", "ACT Summer Development Meet #4: AIS",	"Good luck to all swimmers!"],

	["",	"11",	"6",	"2011",	" &nbsp;",	"12.30pm warm up","ACT Summer Distance Meet: AIS",	"Good Luck to all!"],

	["",	"1",	"7",	"2012",	" 9am each day",	"evening","NSW 10-12 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"1",	"8",	"2012",	" 9am each day",	"evening","NSW 10-12 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	
	["",	"1",	"10",	"2012",	"9am heats",	"finals in the evening","NSW 13-18 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"1",	"11",	"2012",	"9am heats",	"finals in the evening","NSW 13-18 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"1",	"12",	"2012",	"9am heats",	"finals in the evening","NSW 13-18 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"1",	"13",	"2012",	"9am heats",	"finals in the evening","NSW 13-18 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"1",	"14",	"2012",	"9am heats",	"finals in the evening","NSW 13-18 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"1",	"15",	"2012",	"9am heats",	"finals in the evening","NSW 13-18 Age Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	
	["",	"1",	"21",	"2012",	" 9am each day",	"evening","NSW Country Regional Meets : Twin Towns, Dubbo, Dapto",	"Good luck to all swimmers!"],
	["",	"1",	"22",	"2012",	" 9am each day",	"evening","NSW Country Regional Meets : Twin Towns, Dubbo, Dapto",	"Good luck to all swimmers!"],

	["",	"2",	"11",	"2012",	" 9am each day", "evening", "NSW State Open Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"2",	"12",	"2012",	" 9am each day", "evening", "NSW State Open Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"2",	"10",	"2012",	" 9am each day", "evening", "NSW State Open Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	
	["",	"2",	"26",	"2012",	" 9am each day", "evening", "Courtyard by Marriott North Ryde NSW Country Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"2",	"25",	"2012",	" 9am each day", "evening", "Courtyard by Marriott North Ryde NSW Country Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	
	["",	"3",	"4",	"2012",	" am", "afternoon", "Speedo Finals: SOPAC, Sydney",	"Good luck to all swimmers!"],

	["",	"3",	"2",	"2012",	" TBA", "evening", "2011 ACT Championships: AIS",	"Good luck to all swimmers!"],
	["",	"3",	"3",	"2012",	" TBA", "afternoon", "2011 ACT Championships: AIS",	"Good luck to all swimmers!"],
	["",	"3",	"4",	"2012",	" TBA", "afternoon", "2011 ACT Championships: AIS",	"Good luck to all swimmers!"],

	["",	"3",	"25",	"2012",	" am", "evening", "Brophy Meet: AIS",	"Good luck to all swimmers!"],

	["",	"4",	"10",	"2012",	" 9am",	"evening","2011 Australian Age Championships: Adelaide",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 1 of the meet. Good luck to all swimmers!"],
	["",	"4",	"11",	"2012",	" 9am",	"evening","2011 Australian Age Championships: Adelaide",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 2 of the meet. Good luck to all swimmers!"],
	["",	"4",	"12",	"2012",	" 9am",	"evening","2011 Australian Age Championships: Adelaide",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 3 of the meet. Good luck to all swimmers!"],
	["",	"4",	"13",	"2012",	" 9am",	"evening","2011 Australian Age Championships: Adelaide",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 4 of the meet. Good luck to all swimmers!"],
	["",	"4",	"14",	"2012",	" 9am",	"evening","2011 Australian Age Championships: Adelaide",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 5 of the meet. Good luck to all swimmers!"],
	["",	"4",	"15",	"2012",	" 9am",	"evening","2011 Australian Age Championships: Adelaide",	"Meet starts 9 am for heats and 6pm for finals every day. This is day 6, final day of the meet. Good luck to all swimmers!"],

	["",	"7",	"7",	"2012",	" 9am each day", "evening", "NSW Country SC Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"7",	"8",	"2012",	" 9am each day", "evening", "NSW Country SC Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],

	["",	"8",	"10",	"2012",	" am", "evening", "NSW Open SC Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"8",	"11",	"2012",	" am", "evening", "NSW Open SC Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],

	["",	"8",	"24",	"2012",	" am", "evening", "NSW Age SC Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"8",	"25",	"2012",	" am", "evening", "NSW Age SC Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],
	["",	"8",	"26",	"2012",	" am", "evening", "NSW Age SC Championships: SOPAC: Sydney",	"Good luck to all swimmers!"],

	
	["Y",	"12",	"25",	"2012",	"1:00 AM",	"12:59 PM",	"Christmas", "Merry Christmas to all!"]
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);





