// 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(
	["F",	"3",	"0",	"0",	"1:00 AM",	"12:59 PM",	"Easter",	"Easter"],
	["",	"4",	"07",	"2008",	"11:00 AM",	"12:30 PM",	"07/04/08: Tai Chi",	"Tai Chi @ Flowerfield, Portstewart"],
	["",	"4",	"07",	"2008",	"7:30 PM",	"9:30 PM",	"07/04/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"4",	"14",	"2008",	"11:00 AM",	"12:30 PM",	"14/04/08: Tai Chi",	"Tai Chi @ Flowerfield, Portstewart"],
	["",	"4",	"14",	"2008",	"7:30 PM",	"9:30 PM",	"14/04/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"4",	"21",	"2008",	"11:00 AM",	"12:30 PM",	"21/04/08: Tai Chi",	"Tai Chi @ Flowerfield, Portstewart"],
	["",	"4",	"21",	"2008",	"7:30 PM",	"9:30 PM",	"21/04/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"10",	"06",	"2008",	"10:00 AM",	"12:00 PM",	"06/10/08: Calligraphy Lessons", "Calligraphy Lessons at Flowerfield, Portstewart. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"13",	"2008",	"10:00 AM",	"12:00 PM", "13/10/08: Calligraphy Lessons", "Calligraphy Lessons at Flowerfield, Portstewart. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"20",	"2008",	"10:00 AM",	"12:00 PM",	"20/10/08: Calligraphy Lessons", "Calligraphy Lessons at Flowerfield, Portstewart. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"27",	"2008",	"10:00 AM",	"12:00 PM",	"27/10/08: Calligraphy Lessons", "Calligraphy Lessons at Flowerfield, Portstewart. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"03",	"2008",	"10:00 AM",	"12:00 PM",	"03/11/08: Calligraphy Lessons", "Calligraphy Lessons at Flowerfield, Portstewart. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"10",	"2008",	"10:00 AM",	"12:00 PM",	"10/11/08: Calligraphy Lessons", "Calligraphy Lessons at Flowerfield, Portstewart. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"17",	"2008",	"10:00 AM",	"12:00 PM",	"17/11/08: Calligraphy Lessons", "Calligraphy Lessons at Flowerfield, Portstewart. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"24",	"2008",	"10:00 AM",	"12:00 PM",	"24/11/08: Calligraphy Lessons", "Calligraphy Lessons at Flowerfield, Portstewart. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"01",	"2008",	"10:00 AM",	"12:00 PM",	"01/12/08: Calligraphy Lessons", "Calligraphy Lessons at Flowerfield, Portstewart. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"08",	"2008",	"10:00 AM",	"12:00 PM",	"08/12/08: Calligraphy Lessons", "Calligraphy Lessons at Flowerfield, Portstewart. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"15",	"2008",	"10:00 AM",	"12:00 PM",	"15/12/08: Calligraphy Lessons", "Calligraphy Lessons at Flowerfield, Portstewart. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"22",	"2008",	"10:00 AM",	"12:00 PM",	"22/12/08: Calligraphy Lessons", "Calligraphy Lessons at Flowerfield, Portstewart. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"29",	"2008",	"10:00 AM",	"12:00 PM",	"29/12/08: Calligraphy Lessons", "Calligraphy Lessons at Flowerfield, Portstewart. Please phone the PST offices on 02890 649628 for further details."],
	["",	"4",	"28",	"2008",	"7:30 PM",	"9:30 PM",	"28/04/08: AA Meeting", "AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"5",	"12",	"2008",	"7:30 PM",	"9:30 PM",	"12/05/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"5",	"19",	"2008",	"7:30 PM",	"9:30 PM",	"19/05/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"6",	"02",	"2008",	"7:30 PM",	"9:30 PM",	"02/06/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"6",	"09",	"2008",	"7:30 PM",	"9:30 PM",	"09/06/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"6",	"16",	"2008",	"7:30 PM",	"9:30 PM",	"16/06/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"6",	"23",	"2008",	"7:30 PM",	"9:30 PM",	"23/06/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"6",	"30",	"2008",	"7:30 PM",	"9:30 PM",	"30/06/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"7",	"07",	"2008",	"7:30 PM",	"9:30 PM",	"07/07/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"7",	"14",	"2008",	"7:30 PM",	"9:30 PM",	"14/07/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"7",	"21",	"2008",	"7:30 PM",	"9:30 PM",	"21/07/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"7",	"28",	"2008",	"7:30 PM",	"9:30 PM",	"28/07/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"8",	"04",	"2008",	"7:30 PM",	"9:30 PM",	"04/08/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"8",	"11",	"2008",	"7:30 PM",	"9:30 PM",	"11/08/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"8",	"18",	"2008",	"7:30 PM",	"9:30 PM",	"18/08/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"9",	"01",	"2008",	"7:30 PM",	"9:30 PM",	"01/09/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"9",	"08",	"2008",	"7:30 PM",	"9:30 PM",	"08/09/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"9",	"15",	"2008",	"7:30 PM",	"9:30 PM",	"15/09/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"9",	"22",	"2008",	"7:30 PM",	"9:30 PM",	"22/09/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"9",	"29",	"2008",	"7:30 PM",	"9:30 PM",	"29/09/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"10",	"06",	"2008",	"7:30 PM",	"9:30 PM",	"06/10/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"10",	"13",	"2008",	"7:30 PM",	"9:30 PM",	"13/10/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"10",	"20",	"2008",	"7:30 PM",	"9:30 PM",	"20/10/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"10",	"27",	"2008",	"7:30 PM",	"9:30 PM",	"27/10/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"11",	"03",	"2008",	"7:30 PM",	"9:30 PM",	"03/11/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"11",	"10",	"2008",	"7:30 PM",	"9:30 PM",	"10/11/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"11",	"17",	"2008",	"7:30 PM",	"9:30 PM",	"17/11/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"11",	"24",	"2008",	"7:30 PM",	"9:30 PM",	"24/11/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"12",	"01",	"2008",	"7:30 PM",	"9:30 PM",	"01/12/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"12",	"08",	"2008",	"7:30 PM",	"9:30 PM",	"08/12/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"12",	"15",	"2008",	"7:30 PM",	"9:30 PM",	"15/12/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"12",	"22",	"2008",	"7:30 PM",	"9:30 PM",	"22/12/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"12",	"29",	"2008",	"7:30 PM",	"9:30 PM",	"29/12/08: AA Meeting",	"AA meeting @ PST Offices. Phone the PST offices on 02890 649628 for more info on this confidential service or turn up on the evening."],
	["",	"5",	"06",	"2008",	"10:30 AM",	"12:30 PM",	"06/05/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"5",	"13",	"2008",	"10:30 AM",	"12:30 PM",	"13/05/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"5",	"20",	"2008",	"10:30 AM",	"12:30 PM",	"20/05/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"5",	"27",	"2008",	"10:30 AM",	"12:30 PM",	"27/05/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"6",	"03",	"2008",	"10:30 AM",	"12:30 PM",	"03/06/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"6",	"10",	"2008",	"10:30 AM",	"12:30 PM",	"10/06/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"6",	"17",	"2008",	"10:30 AM",	"12:30 PM",	"17/06/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"6",	"24",	"2008",	"10:30 AM",	"12:30 PM",	"24/06/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"7",	"01",	"2008",	"10:30 AM",	"12:30 PM",	"01/07/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"7",	"08",	"2008",	"10:30 AM",	"12:30 PM",	"08/07/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"7",	"15",	"2008",	"10:30 AM",	"12:30 PM",	"15/07/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"7",	"22",	"2008",	"10:30 AM",	"12:30 PM",	"22/07/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"7",	"29",	"2008",	"10:30 AM",	"12:30 PM",	"29/07/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"8",	"05",	"2008",	"10:30 AM",	"12:30 PM",	"05/08/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"8",	"12",	"2008",	"10:30 AM",	"12:30 PM",	"12/08/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"8",	"19",	"2008",	"10:30 AM",	"12:30 PM",	"19/08/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"8",	"26",	"2008",	"10:30 AM",	"12:30 PM",	"26/08/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"9",	"02",	"2008",	"10:30 AM",	"12:30 PM",	"02/09/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"9",	"09",	"2008",	"10:30 AM",	"12:30 PM",	"09/09/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"9",	"16",	"2008",	"10:30 AM",	"12:30 PM",	"16/09/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"9",	"23",	"2008",	"10:30 AM",	"12:30 PM",	"23/09/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"9",	"30",	"2008",	"10:30 AM",	"12:30 PM",	"30/09/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"10",	"07",	"2008",	"10:30 AM",	"12:30 PM",	"07/10/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"10",	"14",	"2008",	"10:30 AM",	"12:30 PM",	"14/10/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"10",	"21",	"2008",	"10:30 AM",	"12:30 PM",	"21/10/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"10",	"28",	"2008",	"10:30 AM",	"12:30 PM",	"28/10/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"11",	"04",	"2008",	"10:30 AM",	"12:30 PM",	"04/11/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"11",	"11",	"2008",	"10:30 AM",	"12:30 PM",	"11/11/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"11",	"18",	"2008",	"10:30 AM",	"12:30 PM",	"18/11/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"11",	"25",	"2008",	"10:30 AM",	"12:30 PM",	"25/11/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"12",	"02",	"2008",	"10:30 AM",	"12:30 PM",	"02/12/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"12",	"09",	"2008",	"10:30 AM",	"12:30 PM",	"09/12/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"12",	"16",	"2008",	"10:30 AM",	"12:30 PM",	"16/12/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"12",	"23",	"2008",	"10:30 AM",	"12:30 PM",	"23/12/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"12",	"30",	"2008",	"10:30 AM",	"12:30 PM",	"30/12/08: Art Class",	"Art Class @ Flowerfield, Portstewart"],
	["",	"10",	"07",	"2008",	"10:30 AM",	"12:30 PM",	"07/10/08: Digital Photography Class", "Digital Photography Class at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"14",	"2008",	"10:30 AM",	"12:30 PM",	"14/10/08: Digital Photography Class", "Digital Photography Class at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"21",	"2008",	"10:30 AM",	"12:30 PM",	"21/10/08: Digital Photography Class", "Digital Photography Class at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"28",	"2008",	"10:30 AM",	"12:30 PM",	"28/10/08: Digital Photography Class", "Digital Photography Class at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"04",	"2008",	"10:30 AM",	"12:30 PM",	"04/11/08: Digital Photography Class", "Digital Photography Class at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"11",	"2008",	"10:30 AM",	"12:30 PM",	"11/11/08: Digital Photography Class", "Digital Photography Class at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"18",	"2008",	"10:30 AM",	"12:30 PM",	"18/11/08: Digital Photography Class", "Digital Photography Class at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"25",	"2008",	"10:30 AM",	"12:30 PM",	"25/11/08: Digital Photography Class", "Digital Photography Class at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"02",	"2008",	"10:30 AM",	"12:30 PM",	"02/12/08: Digital Photography Class", "Digital Photography Class at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"09",	"2008",	"10:30 AM",	"12:30 PM",	"09/12/08: Digital Photography Class", "Digital Photography Class at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"16",	"2008",	"10:30 AM",	"12:30 PM",	"16/12/08: Digital Photography Class", "Digital Photography Class at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"23",	"2008",	"10:30 AM",	"12:30 PM",	"23/12/08: Digital Photography Class", "Digital Photography Class at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"30",	"2008",	"10:30 AM",	"12:30 PM",	"30/12/08: Digital Photography Class", "Digital Photography Class at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"07",	"2008",	"12.00 PM",	"1:00 PM", "07/10/08: Guitar Lessons", "Guitar lessons at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"14",	"2008",	"12.00 PM",	"1:00 PM", "14/10/08: Guitar Lessons", "Guitar lessons at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"21",	"2008",	"12.00 PM",	"1:00 PM", "21/10/08: Guitar Lessons", "Guitar lessons at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"28",	"2008",	"12.00 PM",	"1:00 PM", "28/10/08: Guitar Lessons", "Guitar lessons at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"04",	"2008",	"12.00 PM",	"1:00 PM", "04/11/08: Guitar Lessons", "Guitar lessons at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"11",	"2008",	"12.00 PM",	"1:00 PM", "11/11/08: Guitar Lessons", "Guitar lessons at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"18",	"2008",	"12.00 PM",	"1:00 PM", "18/11/08: Guitar Lessons", "Guitar lessons at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"25",	"2008",	"12.00 PM",	"1:00 PM", "25/11/08: Guitar Lessons", "Guitar lessons at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"02",	"2008",	"12.00 PM",	"1:00 PM", "02/12/08: Guitar Lessons", "Guitar lessons at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"09",	"2008",	"12.00 PM",	"1:00 PM", "09/12/08: Guitar Lessons", "Guitar lessons at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"16",	"2008",	"12.00 PM",	"1:00 PM", "16/12/08: Guitar Lessons", "Guitar lessons at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"23",	"2008",	"12.00 PM",	"1:00 PM", "23/12/08: Guitar Lessons", "Guitar lessons at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"30",	"2008",	"12.00 PM",	"1:00 PM", "30/12/08: Guitar Lessons", "Guitar lessons at the PST offices. Please phone the PST offices on 02890 649628 for further details."],
	["",	"5",	"07",	"2008",	"10:30 AM",	"12:30 PM",	"07/05/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"5",	"14",	"2008",	"10:30 AM",	"12:30 PM",	"14/05/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"5",	"21",	"2008",	"10:30 AM",	"12:30 PM",	"21/05/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"5",	"28",	"2008",	"10:30 AM",	"12:30 PM",	"28/05/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"6",	"04",	"2008",	"10:30 AM",	"12:30 PM",	"04/06/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"6",	"11",	"2008",	"10:30 AM",	"12:30 PM",	"11/06/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"6",	"18",	"2008",	"10:30 AM",	"12:30 PM",	"18/06/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"6",	"25",	"2008",	"10:30 AM",	"12:30 PM",	"25/06/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"7",	"02",	"2008",	"10:30 AM",	"12:30 PM",	"02/07/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"7",	"09",	"2008",	"10:30 AM",	"12:30 PM",	"09/07/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"7",	"16",	"2008",	"10:30 AM",	"12:30 PM",	"16/07/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"7",	"23",	"2008",	"10:30 AM",	"12:30 PM",	"23/07/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"7",	"30",	"2008",	"10:30 AM",	"12:30 PM",	"30/07/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"8",	"06",	"2008",	"10:30 AM",	"12:30 PM",	"06/08/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"8",	"13",	"2008",	"10:30 AM",	"12:30 PM",	"13/08/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"8",	"20",	"2008",	"10:30 AM",	"12:30 PM",	"20/08/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"8",	"27",	"2008",	"10:30 AM",	"12:30 PM",	"27/08/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"9",	"03",	"2008",	"10:30 AM",	"12:30 PM",	"03/09/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"9",	"10",	"2008",	"10:30 AM",	"12:30 PM",	"10/09/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"9",	"17",	"2008",	"10:30 AM",	"12:30 PM",	"17/09/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"9",	"24",	"2008",	"10:30 AM",	"12:30 PM",	"24/09/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"10",	"01",	"2008",	"10:30 AM",	"12:30 PM",	"01/10/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"10",	"08",	"2008",	"10:30 AM",	"12:30 PM",	"08/10/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"10",	"15",	"2008",	"10:30 AM",	"12:30 PM",	"15/10/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"10",	"22",	"2008",	"10:30 AM",	"12:30 PM",	"22/10/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"10",	"29",	"2008",	"10:30 AM",	"12:30 PM",	"29/10/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"11",	"05",	"2008",	"10:30 AM",	"12:30 PM",	"05/11/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"11",	"12",	"2008",	"10:30 AM",	"12:30 PM",	"12/11/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"11",	"19",	"2008",	"10:30 AM",	"12:30 PM",	"19/11/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"11",	"26",	"2008",	"10:30 AM",	"12:30 PM",	"26/11/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"12",	"03",	"2008",	"10:30 AM",	"12:30 PM",	"03/12/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"12",	"10",	"2008",	"10:30 AM",	"12:30 PM",	"10/12/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"12",	"17",	"2008",	"10:30 AM",	"12:30 PM",	"17/12/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"12",	"24",	"2008",	"10:30 AM",	"12:30 PM",	"24/12/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"12",	"31",	"2008",	"10:30 AM",	"12:30 PM",	"31/12/08: IT Beginners Class",	"IT Beginners Class @ Flowerfield, Porstewart"],
	["",	"5",	"01",	"2008",	"10:00 AM",	"12:00 PM",	"01/05/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"5",	"08",	"2008",	"10:00 AM",	"12:00 PM",	"08/05/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"5",	"15",	"2008",	"10:00 AM",	"12:00 PM",	"15/05/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"5",	"22",	"2008",	"10:00 AM",	"12:00 PM",	"22/05/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"5",	"29",	"2008",	"10:00 AM",	"12:00 PM",	"29/05/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"6",	"05",	"2008",	"10:00 AM",	"12:00 PM",	"05/06/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"6",	"12",	"2008",	"10:00 AM",	"12:00 PM",	"12/06/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"6",	"19",	"2008",	"10:00 AM",	"12:00 PM",	"19/06/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"6",	"26",	"2008",	"10:00 AM",	"12:00 PM",	"26/06/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"7",	"03",	"2008",	"10:00 AM",	"12:00 PM",	"03/07/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"7",	"10",	"2008",	"10:00 AM",	"12:00 PM",	"10/07/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"7",	"17",	"2008",	"10:00 AM",	"12:00 PM",	"17/07/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"7",	"24",	"2008",	"10:00 AM",	"12:00 PM",	"24/07/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"7",	"31",	"2008",	"10:00 AM",	"12:00 PM",	"31/07/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"8",	"07",	"2008",	"10:00 AM",	"12:00 PM",	"07/08/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"8",	"14",	"2008",	"10:00 AM",	"12:00 PM",	"14/08/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"8",	"21",	"2008",	"10:00 AM",	"12:00 PM",	"21/08/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"8",	"28",	"2008",	"10:00 AM",	"12:00 PM",	"28/08/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"9",	"04",	"2008",	"10:00 AM",	"12:00 PM",	"04/09/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"9",	"11",	"2008",	"10:00 AM",	"12:00 PM",	"11/09/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"9",	"18",	"2008",	"10:00 AM",	"12:00 PM",	"18/09/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"9",	"25",	"2008",	"10:00 AM",	"12:00 PM",	"25/09/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"10",	"02",	"2008",	"10:00 AM",	"12:00 PM",	"02/10/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"10",	"09",	"2008",	"10:00 AM",	"12:00 PM",	"09/10/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"10",	"16",	"2008",	"10:00 AM",	"12:00 PM",	"16/10/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"10",	"23",	"2008",	"10:00 AM",	"12:00 PM",	"23/10/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"10",	"30",	"2008",	"10:00 AM",	"12:00 PM",	"30/10/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"11",	"06",	"2008",	"10:00 AM",	"12:00 PM",	"06/11/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"11",	"13",	"2008",	"10:00 AM",	"12:00 PM",	"13/11/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"11",	"20",	"2008",	"10:00 AM",	"12:00 PM",	"20/11/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"11",	"27",	"2008",	"10:00 AM",	"12:00 PM",	"27/11/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"12",	"04",	"2008",	"10:00 AM",	"12:00 PM",	"04/12/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"12",	"11",	"2008",	"10:00 AM",	"12:00 PM",	"11/12/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"12",	"18",	"2008",	"10:00 AM",	"12:00 PM",	"18/12/08: Drop In Morning",	"Drop In Morning. Feel free to drop in at the PST offices at Hydebank for tea/coffee and for a chat and see what upcoming events we have."],
	["",	"5",	"01",	"2008",	"1:00 PM",	"4:00 PM",	"01/05/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"5",	"08",	"2008",	"1:00 PM",	"4:00 PM",	"08/05/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"5",	"15",	"2008",	"1:00 PM",	"4:00 PM",	"15/05/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"5",	"22",	"2008",	"1:00 PM",	"4:00 PM",	"22/05/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"5",	"29",	"2008",	"1:00 PM",	"4:00 PM",	"29/05/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"6",	"05",	"2008",	"1:00 PM",	"4:00 PM",	"05/06/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"6",	"12",	"2008",	"1:00 PM",	"4:00 PM",	"12/06/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"6",	"19",	"2008",	"1:00 PM",	"4:00 PM",	"19/06/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"6",	"26",	"2008",	"1:00 PM",	"4:00 PM",	"26/06/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"7",	"03",	"2008",	"1:00 PM",	"4:00 PM",	"03/07/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"7",	"10",	"2008",	"1:00 PM",	"4:00 PM",	"10/07/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"7",	"17",	"2008",	"1:00 PM",	"4:00 PM",	"17/07/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"7",	"24",	"2008",	"1:00 PM",	"4:00 PM",	"24/07/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"7",	"31",	"2008",	"1:00 PM",	"4:00 PM",	"31/07/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"8",	"07",	"2008",	"1:00 PM",	"4:00 PM",	"07/08/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"8",	"14",	"2008",	"1:00 PM",	"4:00 PM",	"14/08/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"8",	"21",	"2008",	"1:00 PM",	"4:00 PM",	"21/08/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"8",	"28",	"2008",	"1:00 PM",	"4:00 PM",	"28/08/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"9",	"04",	"2008",	"1:00 PM",	"4:00 PM",	"04/09/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"9",	"11",	"2008",	"1:00 PM",	"4:00 PM",	"11/09/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"9",	"18",	"2008",	"1:00 PM",	"4:00 PM",	"18/09/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"9",	"25",	"2008",	"1:00 PM",	"4:00 PM",	"25/09/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"02",	"2008",	"1:00 PM",	"4:00 PM",	"02/10/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"09",	"2008",	"1:00 PM",	"4:00 PM",	"09/10/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"16",	"2008",	"1:00 PM",	"4:00 PM",	"16/10/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"23",	"2008",	"1:00 PM",	"4:00 PM",	"23/10/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"30",	"2008",	"1:00 PM",	"4:00 PM",	"30/10/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"06",	"2008",	"1:00 PM",	"4:00 PM",	"06/11/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"13",	"2008",	"1:00 PM",	"4:00 PM",	"13/11/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"20",	"2008",	"1:00 PM",	"4:00 PM",	"20/11/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"27",	"2008",	"1:00 PM",	"4:00 PM",	"27/11/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"04",	"2008",	"1:00 PM",	"4:00 PM",	"04/12/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"11",	"2008",	"1:00 PM",	"4:00 PM",	"11/12/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"18",	"2008",	"1:00 PM",	"4:00 PM",	"18/12/08: IT Intermediate Class",	"IT Intermediate Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"5",	"01",	"2008",	"10:00 AM",	"1:00 PM",	"01/05/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"5",	"08",	"2008",	"10:00 AM",	"1:00 PM",	"08/05/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"5",	"15",	"2008",	"10:00 AM",	"1:00 PM",	"15/05/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"5",	"22",	"2008",	"10:00 AM",	"1:00 PM",	"22/05/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"5",	"29",	"2008",	"10:00 AM",	"1:00 PM",	"29/05/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"6",	"05",	"2008",	"10:00 AM",	"1:00 PM",	"05/06/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"6",	"12",	"2008",	"10:00 AM",	"1:00 PM",	"12/06/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"6",	"19",	"2008",	"10:00 AM",	"1:00 PM",	"19/06/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"6",	"26",	"2008",	"10:00 AM",	"1:00 PM",	"26/06/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"7",	"03",	"2008",	"10:00 AM",	"1:00 PM",	"03/07/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"7",	"10",	"2008",	"10:00 AM",	"1:00 PM",	"10/07/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"7",	"17",	"2008",	"10:00 AM",	"1:00 PM",	"17/07/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"7",	"24",	"2008",	"10:00 AM",	"1:00 PM",	"24/07/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"7",	"31",	"2008",	"10:00 AM",	"1:00 PM",	"31/07/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"8",	"07",	"2008",	"10:00 AM",	"1:00 PM",	"07/08/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"8",	"14",	"2008",	"10:00 AM",	"1:00 PM",	"14/08/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"8",	"21",	"2008",	"10:00 AM",	"1:00 PM",	"21/08/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"8",	"28",	"2008",	"10:00 AM",	"1:00 PM",	"28/08/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"9",	"04",	"2008",	"10:00 AM",	"1:00 PM",	"04/09/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"9",	"11",	"2008",	"10:00 AM",	"1:00 PM",	"11/09/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"9",	"18",	"2008",	"10:00 AM",	"1:00 PM",	"18/09/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"9",	"25",	"2008",	"10:00 AM",	"1:00 PM",	"25/09/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"02",	"2008",	"10:00 AM",	"1:00 PM",	"02/10/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"09",	"2008",	"10:00 AM",	"1:00 PM",	"09/10/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"16",	"2008",	"10:00 AM",	"1:00 PM",	"16/10/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"23",	"2008",	"10:00 AM",	"1:00 PM",	"23/10/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"30",	"2008",	"10:00 AM",	"1:00 PM",	"30/10/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"06",	"2008",	"10:00 AM",	"1:00 PM",	"06/11/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"13",	"2008",	"10:00 AM",	"1:00 PM",	"13/11/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"20",	"2008",	"10:00 AM",	"1:00 PM",	"20/11/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"27",	"2008",	"10:00 AM",	"1:00 PM",	"27/11/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"04",	"2008",	"10:00 AM",	"1:00 PM",	"04/12/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"11",	"2008",	"10:00 AM",	"1:00 PM",	"11/12/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"18",	"2008",	"10:00 AM",	"1:00 PM",	"18/12/08: IT Beginners Class",	"IT Beginners Class @ PST Office, Hydebank. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"02",	"2008",	"10:00 AM",	"12:00 PM",	"02/10/08: IT Beginners Class",	"IT Beginners Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"09",	"2008",	"10:00 AM",	"12:00 PM",	"09/10/08: IT Beginners Class",	"IT Beginners Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"16",	"2008",	"10:00 AM",	"12:00 PM",	"16/10/08: IT Beginners Class",	"IT Beginners Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"23",	"2008",	"10:00 AM",	"12:00 PM",	"23/10/08: IT Beginners Class",	"IT Beginners Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"30",	"2008",	"10:00 AM",	"12:00 PM",	"30/10/08: IT Beginners Class",	"IT Beginners Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"06",	"2008",	"10:00 AM",	"12:00 PM",	"06/11/08: IT Beginners Class",	"IT Beginners Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"13",	"2008",	"10:00 AM",	"12:00 PM",	"13/11/08: IT Beginners Class",	"IT Beginners Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"20",	"2008",	"10:00 AM",	"12:00 PM",	"20/11/08: IT Beginners Class",	"IT Beginners Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"27",	"2008",	"10:00 AM",	"12:00 PM",	"27/11/08: IT Beginners Class",	"IT Beginners Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"04",	"2008",	"10:00 AM",	"12:00 PM",	"04/12/08: IT Beginners Class",	"IT Beginners Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"11",	"2008",	"10:00 AM",	"12:00 PM",	"11/12/08: IT Beginners Class",	"IT Beginners Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"18",	"2008",	"10:00 AM",	"12:00 PM",	"18/12/08: IT Beginners Class",	"IT Beginners Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"02",	"2008",	"1:00 PM",	"3:00 PM", "02/10/08: IT Intermediate Class",	"IT Intermediate Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"09",	"2008",	"1:00 PM",	"3:00 PM", "09/10/08: IT Intermediate Class",	"IT Intermediate Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"16",	"2008",	"1:00 PM",	"3:00 PM", "16/10/08: IT Intermediate Class",	"IT Intermediate Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"23",	"2008",	"1:00 PM",	"3:00 PM", "23/10/08: IT Intermediate Class",	"IT Intermediate Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"30",	"2008",	"1:00 PM",	"3:00 PM", "30/10/08: IT Intermediate Class",	"IT Intermediate Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"06",	"2008",	"1:00 PM",	"3:00 PM", "06/11/08: IT Intermediate Class",	"IT Intermediate Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"13",	"2008",	"1:00 PM",	"3:00 PM", "13/11/08: IT Intermediate Class",	"IT Intermediate Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"20",	"2008",	"1:00 PM",	"3:00 PM", "20/11/08: IT Intermediate Class",	"IT Intermediate Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"11",	"27",	"2008",	"1:00 PM",	"3:00 PM", "27/11/08: IT Intermediate Class",	"IT Intermediate Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"04",	"2008",	"1:00 PM",	"3:00 PM", "04/12/08: IT Intermediate Class",	"IT Intermediate Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"11",	"2008",	"1:00 PM",	"3:00 PM", "11/12/08: IT Intermediate Class",	"IT Intermediate Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"18",	"2008",	"1:00 PM",	"3:00 PM", "18/12/08: IT Intermediate Class",	"IT Intermediate Class at Bingham House in Markethill. Please phone the PST offices on 02890 649628 for further details."],
	["",	"4",	"21",	"2008",	"",	"",  "21/04/08-24/04/08: Coach Tour to Sligo",	"Coach Tour to Sligo for medically retired clients."],
	["",	"5",	"21",	"2008",	"",	"",  "21/05/08-23/05/08: Trip to Chelsea Flower Show",	"Trip to Chelsea Flower Show for Widows. This trip is subject to change."],
	["",	"6",	"21",	"2008",	"",	"",  "21/06/08: Trip to Dolly Parton concert",	"Trip to Dolly Parton concert at the Odyssey Arena for widows of murdered officers."],
	["",	"8",	"17",	"2008",	"",	"",  "17/08/08-20/08/08: Trip to Edinburgh Tattoo",	"Trip to Edinburgh Tattoo for medically retired clients. This trip is subject to change."],
	["",	"9",	"15",	"2008",	"",	"",  "15/09/08-19/09/08: Trip to Blackpool",	"Trip to Blackpool for widows. This trip is subject to change."],
	["",	"10",	"17",	"2008",	"7:30 PM",	"10:30 PM",  "17/10/08: Quiz Night at the Bog Road Social Club",	"Quiz Night at the Bog Road Social Club. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"22",	"2008",	"7:30 PM",	"10:30 PM",  "22/10/08: Quiz Night at the Lodge Hotel, Coleraine",	"Quiz Night at the Lodge Hotel, Coleraine. Please phone the PST offices on 02890 649628 for further details."],
	["",	"10",	"24",	"2008",	"",	"",  "24/10/08-27/10/08: Trip to Birmingham for a Murder Mystery Night",	"Trip to Birmingham for a Murder Mystery Night. This trip is for medically retired clients. This trip is subject to change."],
	["",	"11",	"07",	"2008",	"7:30 PM",	"10:30 PM",  "07/11/08: Final of the Quiz Night at the Comfort Hotel in Antrim.",	"Final of the Quiz Night at the Comfort Hotel in Antrim."],
	["",	"12",	"05",	"2008",	"",	"",  "05/12/08: Christmas Lunch at the Banville House Hotel, Banbridge",	"Christmas Lunch at the Banville House Hotel, Banbridge. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"08",	"2008",	"",	"",  "08/12/08: Lodge Hotel, Coleraine",	"Lodge Hotel, Coleraine. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"10",	"2008",	"",	"",  "10/12/08: La Mon Hotel, Belfast",	"La Mon Hotel, Belfast. Please phone the PST offices on 02890 649628 for further details."],
	["",	"12",	"16",	"2008",	"",	"",  "16/12/08: Xmas Panto Outing at the Grand Opera House",	"Xmas Panto Outing at the Grand Opera House at 7.30pm."],
	["",	"11",	"26",	"2008",	"",	"",  "26/11/08-28/11/08: Trip to York St Nicholas Xmas Fare",	"Trip to York St Nicholas Xmas Fare.  This trip is for widows.  This trip is subject to change."],
	["Y",	"12",	"25",	"2008",	"",	"",	"Christmas",	"Christmas Day."],
	["",	"4",	"05",	"2009",	"",	"",  "05/04/09: Relaxing break at the Galway Bay Hotel - 5th April - 8th April (inclusive).",	"Relaxing break at the Galway Bay Hotel to include coach tour for medically retired clients - 5th April - 8th April (inclusive)."],
	["",	"5",	"10",	"2009",	"",	"",  "10/05/09: Flower and garden show - 10th May - 13th (inclusive).",	"Flower and garden show in the Dublin area for widows - 10th May - 13th (inclusive)."],
	["",	"6",	"01",	"2009",	"",	"",  "01/06/09: Trip to the Cotswolds - 1st - 5th June (inclusive).",	"Trip to the Cotswolds staying at the 4* Hilton Hotel in Coventry for medically retired clients.  1st - 5th June (inclusive)."],
	["",	"8",	"15",	"2009",	"",	"",  "15/08/09: The Edinburgh Military Tattoo - 15th - 17th August (inclusive).",	"The Edinburgh Military Tattoo for medically retired clients. 15th - 17th August (inclusive)."],
	["",	"9",	"15",	"2009",	"",	"",  "15/09/09: Two nights stay in the Beechill House Hotel - 15th - 17th September (inclusive).",	"Two nights stay in the Beechill House Hotel, Londonderry visiting Donegal Doagh famine village for widows.  15th - 17th September (inclusive)."],
	["",	"10",	"09",	"2009",	"",	"",  "09/10/09: Murder Mystery Trip to Westport - 9th - 11th October (inclusive).",	"Murder Mystery Trip to Westport for Medical Retired Clients and a guest.  Clients will travel by coach to Westport Woods Hotel for two nights bed, breakfast and evening meal with the Murder Mystery event taking place on Saturday Evening. 9th - 11th October (inclusive)."],
	["",	"12",	"08",	"2009",	"",	"",  "08/12/09: Christmas Lunch:  Lodge Hotel in Coleraine",	"Christmas Lunch: Lodge Hotel in Coleraine for clients in the North West."],
    ["",	"12",	"10",	"2009",	"",	"",  "10/12/09: Christmas Lunch:  La Mon House Hotel in Belfast",	"Christmas Lunch: La Mon House Hotel in Belfast for clients in the Belfast area."],
	["",	"12",	"14",	"2009",	"",	"",  "14/12/09: Christmas Lunch:  Bannville Hotel in Banbridge",	"Christmas Lunch: Bannville Hotel in Banbridge for clients in that surrounding area."],
	["",	"6",	"01",	"2010",	"",	"",  "01/06/10: Robin Halward Memorial Golf Event ",	"This will take place at Castlerock Golf Club, Tee Off 11am."],
	["",	"6",	"11",	"2010",	"",	"",  "11/06/10-13/06/10: Widows Trip to Mullingar",	"Widows Trip to Mullingar."],
	["",	"09",	"14",	"2010",	"",	"",  "14/09/10-16/09/10: Widows Trip to Manor House Hotel",	"Widows Trip to Manor House Hotel."],
	["",	"11",	"12",	"2010",	"",	"",  "12/11/10-14/11/10: Medical Retired Murder Mystery Trip to Bray",	"Medical Retired Murder Mystery Trip to Bray."]


// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);




