// 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(
	["Y",	"1",	"1",	"2006",	"",	"",	"New Year's Day",	""],
	["Y",	"2",	"14",	"2005",	"",	"",	"Valentine's Day",	""],
	["F",	"3",	"0",	"0",	"",	"",	"Easter",		""],
	["F",	"5",	"2",	"1",	"",	"",	"Mother's Day",		""],
	["F",	"5",	"4",	"2",	"",	"",	"Memorial Day",		""],
	["F",	"6",	"3",	"1",	"",	"",	"Father's Day",		""],
	["Y",	"7",	"4",	"2005",	"",	"",	"Independence Day",	""],
	["F",	"9",	"1",	"2",	"",	"",	"Labor Day",		""],
	["Y",	"11",	"11",	"2005",	"",	"",	"Veteran's Day",	""],
	["F",	"11",	"4",	"5",	"",	"",	"Thanksgiving",		""],
	["Y",	"12",	"25",	"2005",	"",	"",	"Christmas",		""],
	
	["",	"6",	"1",	"2009",	"6:30 PM", "7:30 PM", "Intercessory Prayer Time",	"Come together with others and prayer for the health & impact of GPC."],	
	["",	"6",	"8",	"2009",	"6:30 PM", "7:30 PM", "Intercessory Prayer Time",	"Come together with others and prayer for the health & impact of GPC."],	
	["",	"6",	"15",	"2009",	"6:30 PM", "7:30 PM", "Intercessory Prayer Time",	"Come together with others and prayer for the health & impact of GPC."],	
	["",	"6",	"22",	"2009",	"6:30 PM", "7:30 PM", "Intercessory Prayer Time",	"Come together with others and prayer for the health & impact of GPC."],	
	["", "6",	"3",	"2009", "6:00 PM",	"7:30 PM",	"Through The Bible",	"Join us for an in-depth question and answer study of all of the books of the bible."],
["", "6",	"10",	"2009", "6:00 PM",	"7:30 PM",	"Through The Bible CANCELLED",	""],	
	["", "6",	"17",	"2009", "6:00 PM",	"7:30 PM",	"Through The Bible",	"Join us for an in-depth question and answer study of all of the books of the bible."],		
	["", "6",	"24",	"2009", "6:00 PM",	"7:30 PM",	"Through The Bible",	"Join us for an in-depth question and answer study of all of the books of the bible."],
	
		
	["", "6",	"8",	"2009", "10:00 AM",	"",	"Ladies' Prayer Chain",	""],
	["", "6",	"8",	"2009", "2:00 PM",	"",	"Missionary Circle Meeting",	""],
	
	["", "6",	"7",	"2009", "",	"",	"AM Service - Dale Brooks",	""],
	["", "6",	"14",	"2009", "",	"",	"AM Service - Rod Sharp",	"No PM Service"],
	["", "6",	"21",	"2009", "",	"",	"AM Service - Dale Brooks",	"No PM Service"],
	["", "6",	"28",	"2009", "",	"",	"AM Service - Dale Brooks - GRADUATION SUNDAY",	"No PM Service"],
		["", "6",	"28",	"2009", "6:00 PM",	"8:30 PM",	"Vacation Bible School",	"Mega Sports Camp"],
		["", "6",	"29",	"2009", "6:00 PM",	"8:30 PM",	"Vacation Bible School",	"Mega Sports Camp"],
		["", "6",	"30",	"2009", "6:00 PM",	"8:30 PM",	"Vacation Bible School",	"Mega Sports Camp"],
		["", "7",	"1",	"2009", "6:00 PM",	"8:30 PM",	"Vacation Bible School",	"Mega Sports Camp"],
		["", "7",	"2",	"2009", "6:00 PM",	"8:30 PM",	"Vacation Bible School",	"Mega Sports Camp"],

["", "6",	"10",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
["", "6",	"17",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "6",	"24",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	
	["", "6",	"27",	"2009", "6:30 PM",	"",	"Graduation Dinner",	""],

["",	"7",	"6",	"2009",	"6:30 PM", "7:30 PM", "Intercessory Prayer Time",	"Come together with others and prayer for the health & impact of GPC."],







        ["",	"7",	"6",	"2009",	"6:30 PM", "7:30 PM", "Intercessory Prayer Time",	"Come together with others and prayer for the health & impact of GPC."],	
	["",	"7",	"13",	"2009",	"6:30 PM", "7:30 PM", "Intercessory Prayer Time",	"Come together with others and prayer for the health & impact of GPC."],	
	["",	"7",	"20",	"2009",	"6:30 PM", "7:30 PM", "Intercessory Prayer Time",	"Come together with others and prayer for the health & impact of GPC."],	
		
	["", "7",	"1",	"2009", "6:00 PM",	"7:30 PM",	"NO Thru The Bible",	""],
	["", "7",	"8",	"2009", "6:00 PM",	"7:30 PM",	"Join us for an in-depth question and answer study of all of the books of the bible."],	
	["", "7",	"15",	"2009", "6:00 PM",	"7:30 PM",	"NO Thru The Bible",	""],		
	["", "7",	"22",	"2009", "6:00 PM",	"7:30 PM",	"Thru The Bible",	"Join us for an in-depth question and answer study of all of the books of the bible."],
	["", "7",	"29",	"2009", "6:00 PM",	"7:30 PM",	"NO Thru The Bible",	""],
	
		
	["", "7",	"13",	"2009", "10:00 AM",	"",	"Ladies' Prayer Chain",	""],
	
	
	["", "7",	"5",	"2009", "",	"",	"AM Service - Dale Brooks",	"5PM-Ice Cream Social"],
	["", "7",	"12",	"2009", "",	"",	"AM Service - Dale Brooks",	"4PM-Visit Shut-In"],
	["", "7",	"19",	"2009", "",	"",	"AM Service - Dale Brooks",	"4PM-Visit Shut-In"],
	["", "7",	"26",	"2009", "",	"",	"AM Service - Tom Taylor",	"6PM- Tom Taylor & Children's Program"],
	["", "7",	"27",	"2009", "",	"",	"6:30PM- Tom Taylor & Children's Program",	""],
	["", "7",	"28",	"2009", "",	"",	"6:30PM- Tom Taylor & Children's Program",	""],
	["", "7",	"29",	"2009", "",	"",	"6:30PM- Tom Taylor & Children's Program",	""],
	


	["", "7",	"8",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "7",	"15",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "7",	"22",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	
	
	
	
	
	["", "9",	"2",	"2009", "6:00 PM",	"7:30 PM",	"Thru The Bible Study & Meal",	"In-depth Q & A study of all of the books of the Bible."],
	["", "9",	"9",	"2009", "6:00 PM",	"7:30 PM",	"Thru The Bible", "In-depth Q & A study of all of the books of the bible."],	
	["", "9",	"16",	"2009", "6:00 PM",	"7:30 PM",	"NO Thru The Bible",	""],		
	["", "9",	"23",	"2009", "6:00 PM",	"7:30 PM",	"Thru The Bible",	"In-depth Q & A study of all of the books of the Bible."],
	["", "9",	"30",	"2009", "6:00 PM",	"7:30 PM",	"Thru The Bible",	"In-depth Q & A study of all of the books of the Bible."],
	
		
	["", "9",	"8",	"2009", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "9",	"22",	"2009", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "9",	"29",	"2009", "10:30 AM",	"",	"Coffee Hour",	""],
	
	["", "9",	"7",	"2009", "10:00 AM",	"",	"Ladies' Prayer Chain",	""],
	["", "9",	"7",	"2009", "2:00 PM",	"",	"Ladies' Missionary Meeting",	""],
	
	["", "9",	"7",	"2009", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "9",	"14",	"2009", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "9",	"21",	"2009", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "9",	"28",	"2009", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	
	["", "9",	"8",	"2009", "",	"",	"First Day of Preschool",	""],
	["", "9",	"26",	"2009", "5:30 PM",	"",	"Ladies' Banquet",	""],
	
	["", "9",	"6",	"2009", "",	"",	"AM Service - Dale Brooks",	"4PM-Visitation w/Shut in"],
	["", "9",	"13",	"2009", "",	"",	"AM Service - Dale Brooks",	"4PM-Visitation w/ Shut-In"],
	["", "9",	"20",	"2009", "",	"",	"AM Service - Chris Shumate",	"5PM-Joey Ashley"],
	["", "9",	"27",	"2009", "",	"",	"AM Service - Dale Brooks",	"6:15 PM-Agape Feast"],


	["", "9",	"2",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "9",	"9",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "9",	"16",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "9",	"23",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "9",	"30",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	
	
	["", "10",	"7",	"2009", "6:00 PM",	"7:30 PM",	"NO Thru The Bible",	""],		
	["", "10",	"14",	"2009", "6:00 PM",	"7:30 PM",	"Thru The Bible",	"In-depth Q & A study of all of the books of the Bible."],
	["", "10",	"21",	"2009", "6:00 PM",	"7:30 PM",	"NO Thru The Bible",	""],
	["", "10",	"28",	"2009", "6:00 PM",	"7:30 PM",	"Thru The Bible",	"In-depth Q & A study of all of the books of the Bible."],
	
		
	["", "10",	"6",	"2009", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "10",	"13",	"2009", "",	"",	"No Coffee Hour",	""],
	["", "10",	"20",	"2009", "",	"",	"No Coffee Hour",	""],
	["", "10",	"27",	"2009", "10:30 AM",	"",	"Coffee Hour",	""],
	
	["", "10",	"12",	"2009", "10:00 AM",	"",	"Ladies' Prayer Chain",	""],
	["", "10",	"12",	"2009", "2:00 PM",	"",	"Ladies' Missionary Meeting",	""],
	
	["", "10",	"5",	"2009", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "10",	"12",	"2009", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "10",	"19",	"2009", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "10",	"26",	"2009", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	
		
	["", "10",	"4",	"2009", "",	"",	"AM Service - Dale Brooks",	"4PM-Visitation w/ Shut in"],
	["", "10",	"11",	"2009", "",	"",	"AM Service - Chris Shumate",	"5PM-John McCann"],
	["", "10",	"18",	"2009", "",	"",	"AM Service - Dale Brooks",	"No PM service"],
	["", "10",	"25",	"2009", "",	"",	"AM Service - Dale Brooks",	"5PM-Joey Ashley"],

	["", "10",	"7",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "10",	"14",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "10",	"21",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "10",	"28",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	
	["", "10",	"6",	"2009", "PM",	"",	"Young Adult Guys Basketball",	""],
	["", "10",	"13",	"2009", "PM",	"",	"Young Adult Guys Basketball",	""],
	["", "10",	"20",	"2009", "PM",	"",	"Young Adult Guys Basketball",	""],
	["", "10",	"27",	"2009", "PM",	"",	"Young Adult Guys Basketball",	""],
	
	["", "10",	"4",	"2009", "4:00 PM",	"",	"AWANA",	""],
	["", "10",	"11",	"2009", "4:00 PM",	"",	"AWANA",	"Favorite Color Night"],
	["", "10",	"18",	"2009", "4:00 PM",	"",	"AWANA",	""],
	["", "10",	"25",	"2009", "4:00 PM",	"",	"AWANA",	"Campfire Night"],
	
	["", "10",	"4",	"2009", "6:15 PM",	"",	"Choir Practice",	""],
	["", "10",	"11",	"2009", "6:15 PM",	"",	"Choir Practice",	""],
	["", "10",	"18",	"2009", "6:15 PM",	"",	"Choir Practice",	""],
	["", "10",	"25",	"2009", "6:15 PM",	"",	"Choir Practice",	""],
	
	
	["", "10",	"10",	"2009", "7:00 AM",	"12:00 PM",	"Preschool Yard Sale",	""],
	["", "10",	"9",	"2009", "6:30 PM",	"",	"Ladies' Bunco",	""],
	["", "10",	"3",	"2009", "8:00 AM",	"",	"Men's Prayer Breakfast",	""],
	["", "10",	"17",	"2009", "5:00 PM",	"",	"Fall BBQ",	"Hear the Bethesda Bluegrass Boys at 6 PM"],
	["", "10",	"31",	"2009", "4:00 PM",	"",	"Trunk or Treat",	""],
	
	
	
	
	["", "11",	"4",	"2009", "6:00 PM",	"7:30 PM",	"Thru The Bible",	"In-depth Q & A study of all of the books of the Bible."],		
	["", "11",	"11",	"2009", "6:00 PM",	"7:30 PM",	"Thru The Bible",	"In-depth Q & A study of all of the books of the Bible."],
	["", "11",	"18",	"2009", "6:00 PM",	"7:30 PM",	"Thru The Bible",	"In-depth Q & A study of all of the books of the Bible."],
	["", "11",	"25",	"2009", "6:00 PM",	"7:30 PM",	"NO Thru The Bible",	""],
	
	["", "11",	"4",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "11",	"11",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "11",	"18",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "11",	"25",	"2009", "6:30 PM",	"",	"No Youth Meeting",	""],	
		
	["", "11",	"3",	"2009", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "11",	"10",	"2009", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "11",	"17",	"2009", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "11",	"24",	"2009", "",	"",	"No Coffee Hour",	""],
	
	["", "11",	"9",	"2009", "10:00 AM",	"",	"Ladies' Prayer Chain",	""],
	["", "11",	"9",	"2009", "2:00 PM",	"",	"Ladies' Missionary Meeting",	""],
	
	["", "11",	"2",	"2009", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "11",	"9",	"2009", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "11",	"16",	"2009", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "11",	"23",	"2009", "",	"",	"No Prayer Warriors Meeting",	""],
		
	["", "11",	"1",	"2009", "",	"",	"AM Service - Rod Sharp",	"No PM Service"],
	["", "11",	"8",	"2009", "",	"",	"AM Service - Ernie Mills",	"5PM-On The Road"],
	["", "11",	"15",	"2009", "",	"",	"AM Service - Dale Brooks",	"5PM-Joey Ashley"],
	["", "11",	"22",	"2009", "",	"",	"AM Service - Dale Brooks",	"5PM-John McCann"],
	["", "11",	"29",	"2009", "",	"",	"AM Service - Dale Brooks",	"6PM-Soup/Sandwich/Slideshow"],
	
	["", "11",	"1",	"2009", "4:00 PM",	"",	"AWANA",	"Campfire Night"],
	["", "11",	"8",	"2009", "4:00 PM",	"",	"AWANA",	""],
	["", "11",	"15",	"2009", "4:00 PM",	"",	"AWANA",	""],
	["", "11",	"22",	"2009", "4:00 PM",	"",	"AWANA",	"Career Night"],
	
	["", "11",	"1",	"2009", "6:15 PM",	"",	"Choir Practice",	""],
	["", "11",	"8",	"2009", "6:15 PM",	"",	"Choir Practice",	""],
	["", "11",	"15",	"2009", "6:15 PM",	"",	"Choir Practice",	""],
	["", "11",	"22",	"2009", "6:15 PM",	"",	"Choir Practice",	""],
	
	["", "11",	"13",	"2009", "6:30 PM",	"",	"Ladies' Bunco",	""],
	["", "11",	"7",	"2009", "8:00 AM",	"",	"Men's Prayer Breakfast",	""],
	["", "11",	"19",	"2009", "",	"",	"Thanksgiving Feast",	""],
	["", "11",	"27",	"2009", "",	"",	"Church Office Closed",	""],
	
	["", "12",	"2",	"2009", "6:00 PM",	"7:30 PM",	"Thru The Bible Potluck",	"In-depth Q & A study of all of the books of the Bible."],		
	["", "12",	"9",	"2009", "",	"",	"NO Thru The Bible",	""],
	["", "12",	"16",	"2009", "",	"",	"NO Thru The Bible",	""],
	["", "12",	"23",	"2009", "",	"",	"NO Thru The Bible",	""],
	["", "12",	"30",	"2009", "",	"",	"NO Thru The Bible",	""],
	
	["", "12",	"2",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "12",	"9",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "12",	"16",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "12",	"23",	"2009", "",	"",	"No Youth Meeting",	""],
	["", "12",	"30",	"2009", "6:30 PM",	"",	"Youth Meeting",	""],
		
	["", "12",	"1",	"2009", "10:30 AM",	"",	"Coffee Hour",	""],
	
	["", "12",	"7",	"2009", "",	"",	"No Prayer Warriors Meeting",	""],
	["", "12",	"14",	"2009", "",	"",	"No Prayer Warriors Meeting",	""],
	["", "12",	"21",	"2009", "",	"",	"No Prayer Warriors Meeting",	""],
	["", "12",	"28",	"2009", "",	"",	"No Prayer Warriors Meeting",	""],
		
	["", "12",	"6",	"2009", "",	"",	"AM Service - Dale Brooks",	"PM Service - TBD"],
	["", "12",	"13",	"2009", "",	"",	"AM Service - Dale Brooks",	"PM Service - TBD"],
	["", "12",	"20",	"2009", "",	"",	"AM Service - Dale Brooks",	"6 PM - Cantata"],
	["", "12",	"27",	"2009", "",	"",	"AM Service - Dale Brooks",	"No PM Service"],
	
	["", "12",	"6",	"2009", "4:00 PM",	"",	"AWANA",	"Regular Night"],
	["", "12",	"13",	"2009", "4:00 PM",	"",	"AWANA",	"Awana Store Night"],
	
	["", "12",	"6",	"2009", "6:15 PM",	"",	"Choir Practice",	""],
	["", "12",	"13",	"2009", "6:15 PM",	"",	"Choir Practice",	""],
	["", "12",	"19",	"2009", "10:00 AM",	"",	"Choir Practice",	""],
	["", "12",	"14",	"2009", "6:30 PM",	"",	"Choir Dinner",	""],
	
	["", "12",	"17",	"2009", "10:30 AM",	"",	"Preschool Christmas Pageant",	""],
	["", "12",	"30",	"2009", "6:00 PM",	"",	"New Year's Remembrance Feast",	""],
	["", "12",	"5",	"2009", "10:15 AM",	"",	"VA Christmas Spectacular trip",	""],
	["", "12",	"12",	"2009", "8:00 AM",	"",	"Men's Prayer Breakfast",	""],
	
	["", "1",	"6",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "1",	"13",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "1",	"20",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "1",	"27",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	
	["", "1",	"6",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "1",	"13",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "1",	"20",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "1",	"27",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
		
	["", "1",	"5",	"2010", "",	"",	"No Coffee Hour",	""],
	["", "1",	"12",	"2010", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "1",	"19",	"2010", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "1",	"26",	"2010", "10:30 AM",	"",	"Coffee Hour",	""],
	
	["", "1",	"4",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "1",	"11",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "1",	"18",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "1",	"25",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
		
	["", "1",	"3",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service - On The Road"],
	["", "1",	"10",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service -  On The Road"],
	["", "1",	"17",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service - On The Road"],
	["", "1",	"24",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service - Joey Ashley"],
	["", "1",	"31",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service - John McCann"],
	
	["", "1",	"10",	"2010", "4:00 PM",	"",	"AWANA",	"Crazy Hair Night"],
	["", "1",	"17",	"2010", "4:00 PM",	"",	"AWANA",	"Regular Night"],
	["", "1",	"24",	"2010", "4:00 PM",	"",	"AWANA",	"Regular Night"],
	["", "1",	"31",	"2010", "4:00 PM",	"",	"AWANA",	"Regular Night"],
	
	["", "1",	"17",	"2010", "6:15 PM",	"",	"Choir Practice",	""],
	["", "1",	"24",	"2010", "6:15 PM",	"",	"Choir Practice",	""],
	["", "1",	"31",	"2010", "6:15 PM",	"",	"Choir Practice",	""],
	
	["", "1",	"23",	"2010", "5:30 PM",	"",	"20/40 Dinner",	""],
	["", "1",	"9",	"2010", "8:00 AM",	"",	"Men's Prayer Breakfast",	""],
	
	["", "1",	"7",	"2010", "",	"",	"Men's Basketball Practice",	""],
	["", "1",	"14",	"2010", "",	"",	"Men's Basketball Practice",	""],
	["", "1",	"21",	"2010", "",	"",	"Men's Basketball Practice",	""],
	["", "1",	"28",	"2010", "",	"",	"Men's Basketball Practice",	""],
	
	["", "2",	"3",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "2",	"10",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "2",	"17",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "2",	"24",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	
	["", "2",	"3",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "2",	"10",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "2",	"17",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "2",	"24",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
		
	["", "2",	"2",	"2010", "",	"",	"No Coffee Hour",	""],
	["", "2",	"9",	"2010", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "2",	"16",	"2010", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "2",	"23",	"2010", "10:30 AM",	"",	"Coffee Hour",	""],
	
	["", "2",	"1",	"2010", "6:30 PM",	"",	"No Prayer Warriors Meeting",	""],
	["", "2",	"8",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "2",	"15",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "2",	"22",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
		
	["", "2",	"7",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service - On The Road"],
	["", "2",	"14",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service - On The Road"],
	["", "2",	"21",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service - On The Road"],
	["", "2",	"28",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service - Joey Ashley"],
	
	["", "2",	"7",	"2010", "4:00 PM",	"",	"No AWANA",	""],
	["", "2",	"14",	"2010", "4:00 PM",	"",	"AWANA",	"Valentine's Night"],
	["", "2",	"21",	"2010", "4:00 PM",	"",	"AWANA",	"Parents Nite"],
	["", "2",	"28",	"2010", "4:00 PM",	"",	"AWANA",	"Regular Night"],
	
	["", "2",	"14",	"2010", "6:15 PM",	"",	"Choir Practice",	""],
	["", "2",	"21",	"2010", "6:15 PM",	"",	"Choir Practice",	""],
	["", "2",	"28",	"2010", "6:15 PM",	"",	"Choir Practice",	""],
	
	["", "2",	"12",	"2010", "6:30 PM",	"",	"Valentine's Banquet",	""],
	["", "2",	"6",	"2010", "8:00 AM",	"",	"Men's Prayer Breakfast",	""],
	["", "2",	"20",	"2010", "7:30 AM",	"10:30 AM",	"Haiti Pancake Breakfast Fundraiser",	""],
	
	["", "2",	"4",	"2010", "",	"",	"Men's Basketball Practice",	""],
	["", "2",	"11",	"2010", "",	"",	"Men's Basketball Practice",	""],
	["", "2",	"18",	"2010", "",	"",	"Men's Basketball Practice",	""],
	
	["", "2",	"6",	"2010", "5:00 PM",	"",	"Men's Basketball Game",	""],
	["", "2",	"13",	"2010", "8:00 PM",	"",	"Men's Basketball Game",	""],
	["", "2",	"20",	"2010", "6:00 PM",	"",	"Men's Basketball Game",	""],	
	["", "2",	"25",	"2010", "",	"",	"Men's Basketball Tourney",	""],
	["", "2",	"26",	"2010", "",	"",	"Men's Basketball Tourney",	""],
	["", "2",	"27",	"2010", "",	"",	"Men's Basketball Tourney",	""],
	
	["", "3",	"3",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "3",	"10",	"2010", "",	"",	"No Thru The Bible",	""],
	["", "3",	"17",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "3",	"24",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "3",	"31",	"2010", "",	"",	"Thru The Bible - To Be Determined",	""],
	
	["", "3",	"3",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "3",	"10",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "3",	"17",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "3",	"24",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "3",	"31",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
		
	["", "3",	"2",	"2010", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "3",	"9",	"2010", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "3",	"16",	"2010", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "3",	"23",	"2010", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "3",	"30",	"2010", "",	"",	"Coffee Hour - To Be Determined",	""],
	
	["", "3",	"1",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "3",	"8",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "3",	"15",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "3",	"22",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "3",	"29",	"2010", "",	"",	"Prayer Warriors Meeting - To Be Determined",	""],
		
	["", "3",	"7",	"2010", "",	"",	"AM Service - Chris Shumate",	"No PM Service"],
	["", "3",	"14",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service - TBD"],
	["", "3",	"21",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service - Joey Ashley"],
	["", "3",	"28",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service - Easter Cantata"],
	
	["", "3",	"7",	"2010", "4:00 PM",	"",	"AWANA",	"ACC Nite"],
	["", "3",	"14",	"2010", "4:00 PM",	"",	"AWANA",	"Regular Nite"],
	["", "3",	"21",	"2010", "4:00 PM",	"",	"AWANA",	"Pajama Nite"],
	["", "3",	"28",	"2010", "4:00 PM",	"",	"AWANA",	"Regular Nite"],

	["", "3",	"7",	"2010", "6:15 PM",	"",	"Choir Practice",	""],
	["", "3",	"14",	"2010", "6:15 PM",	"",	"Choir Practice",	""],
	["", "3",	"21",	"2010", "6:15 PM",	"",	"Choir Practice",	""],
	["", "3",	"27",	"2010", "",	"",	"Choir Practice - Time TBD",	""],
	
	["", "3",	"12",	"2010", "6:30 PM",	"",	"Ladies' Bunco",	""],
	["", "3",	"6",	"2010", "8:00 AM",	"",	"Men's Prayer Breakfast",	""],
	
	["", "4",	"7",	"2010", "",	"",	"No Thru The Bible",	""],
	["", "4",	"14",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "4",	"21",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "4",	"28",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	
	["", "4",	"7",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "4",	"14",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "4",	"21",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "4",	"28",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
		
	["", "4",	"13",	"2010", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "4",	"20",	"2010", "10:30 AM",	"",	"Coffee Hour",	""],
	["", "4",	"27",	"2010", "10:30 AM",	"",	"Coffee Hour",	""],
	
	["", "4",	"12",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "4",	"19",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "4",	"26",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
		
	["", "4",	"4",	"2010", "",	"",	"6:30 AM - Sunrise Service & 11 AM Service - Dale Brooks.",	"No PM Service"],
	["", "4",	"11",	"2010", "",	"",	"AM Service - Chris Shumate", "PM Service - TBD"],
	["", "4",	"18",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service - TBD"],
	["", "4",	"25",	"2010", "",	"",	"AM Service - Dale Brooks",	"PM Service - Joey Ashley"],
	
	["", "4",	"4",	"2010", "",	"",	"No AWANA",	""],
	["", "4",	"11",	"2010", "4:00 PM",	"",	"AWANA",	""],
	["", "4",	"18",	"2010", "4:00 PM",	"",	"AWANA",	""],
	["", "4",	"25",	"2010", "4:00 PM",	"",	"AWANA",	"Awana Store"],
	
	["", "4",	"2",	"2010", "6:30 PM",	"",	"Good Friday Cross Service",	""],
	["", "4",	"10",	"2010", "8:00 AM",	"",	"Men's Prayer Breakfast",	""],
	["", "4",	"3",	"2010", "1:00 PM",	"",	"Easter Egg Hunt",	""],
	["", "4",	"9",	"2010", "6:30 PM",	"",	"Family Game Night",	""],
	["", "4",	"24",	"2010", "7:00 AM",	"",	"Preschool Yard Sale",	""],
	
	["", "5",	"5",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "5",	"12",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "5",	"19",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	["", "5",	"26",	"2010", "6:00 PM",	"7:30 PM",	"Thru The Bible Study",	""],
	
	["", "5",	"5",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "5",	"12",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "5",	"19",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "5",	"26",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],

	["", "5",	"3",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "5",	"10",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "5",	"17",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "5",	"24",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
		
	["", "5",	"2",	"2010", "",	"",	"AM Service - Dale Brooks",	"4 PM - Awana Awards"],
	["", "5",	"9",	"2010", "",	"",	"AM Service - Dale Brooks",	"No PM Service"],
	["", "5",	"16",	"2010", "",	"",	"AM Service - Dale Brooks",	"4 PM - Evangelism Explosion"],
	["", "5",	"23",	"2010", "",	"",	"AM Service - Dale Brooks",	"4 PM - Evangelism Explosion"],
	["", "5",	"30",	"2010", "",	"",	"AM Service - Dale Brooks",	"No PM Service"],
	
	["", "5",	"7",	"2010", "7:00 PM",	"",	"Ladies' Bunco",	""],
	["", "5",	"14",	"2010", "6:30 PM",	"",	"Fellowship Banquet",	""],
	["", "5",	"1",	"2010", "8:00 AM",	"",	"Prayer Breakfast",	""],
	
	["", "6",	"2",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "6",	"9",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "6",	"16",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "6",	"23",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "6",	"30",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],

	["", "6",	"7",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "6",	"14",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "6",	"21",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "6",	"28",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
		
	["", "6",	"6",	"2010", "",	"",	"AM Service - Dale Brooks",	"No PM Service"],
	["", "6",	"13",	"2010", "",	"",	"AM Service - Daniel Pierce",	"4 PM - Evangelism Explosion"],
	["", "6",	"20",	"2010", "",	"",	"AM Service - Dale Brooks",	"No PM Service"],
	["", "6",	"27",	"2010", "",	"",	"AM Service - Chris Shumate",	"4 PM - Evangelism Explosion"],
	
	["", "6",	"23",	"2010", "6:00 PM",	"",	"Ladies' Salad Supper",	""],
	["", "6",	"12",	"2010", "6:30 PM",	"",	"20/40 Meeting",	""],
	["", "6",	"13",	"2010", "12:30 PM",	"",	"VBS Lunch",	""],
	["", "6",	"5",	"2010", "8:00 AM",	"",	"Prayer Breakfast",	""],
	
	["", "6",	"13",	"2010", "6:15 PM",	"",	"Choir Practice",	""],
	["", "6",	"27",	"2010", "6:15 PM",	"",	"Choir Practice",	""],	
	
	["", "7",	"7",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "7",	"14",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	<!--["", "7",	"21",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],-->
	["", "7",	"28",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],

	["", "7",	"5",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "7",	"12",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	<!--["", "7",	"19",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],-->
	["", "7",	"26",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
		
	["", "7",	"4",	"2010", "",	"",	"AM Service - Chris Shumate",	"No PM Service"],
	["", "7",	"11",	"2010", "",	"",	"AM Service - Dale Brooks",	"4 PM - Evangelism Explosion"],
	["", "7",	"18",	"2010", "",	"",	"AM Service - Dale Brooks",	"3 PM - Evangelism Explosion"],
	["", "7",	"25",	"2010", "",	"",	"AM Service - Chris Shumate",	"4 PM - Evangelism Explosion"],
	
	["", "7",	"7",	"2010", "6:00 - 7:30 PM",	"",	"Thru The Bible Study",	""],
	["", "7",	"14",	"2010", "6:00 - 7:30 PM",	"",	"Thru The Bible Study",	""],
	
	["", "7",	"30",	"2010", "7:00 PM",	"",	"Ladies' Bunco",	""],
	
	["", "7",	"18",	"2010", "6:00 - 8:30 PM",	"",	"VBS",	""],
	["", "7",	"19",	"2010", "6:00 - 8:30 PM",	"",	"VBS",	""],	
	["", "7",	"20",	"2010", "6:00 - 8:30 PM",	"",	"VBS",	""],
	["", "7",	"21",	"2010", "6:00 - 8:30 PM",	"",	"VBS",	""],	
	["", "7",	"22",	"2010", "6:00 - 8:30 PM",	"",	"VBS",	""],
	
	["", "8",	"4",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "8",	"11",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "8",	"18",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],
	["", "8",	"25",	"2010", "6:30 PM",	"",	"Youth Meeting",	""],

	["", "8",	"2",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "8",	"9",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "8",	"16",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "8",	"23",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
	["", "8",	"30",	"2010", "6:30 PM",	"",	"Prayer Warriors Meeting",	""],
		
	["", "8",	"1",	"2010", "",	"",	"AM Service - Larry Dixon",	"4 PM - Evangelism Explosion"],
	["", "8",	"8",	"2010", "",	"",	"AM Service - Dale Brooks",	"4 PM - Evangelism Explosion"],
	["", "8",	"15",	"2010", "",	"",	"AM Service - Rod Sharp",	"4 PM - Evangelism Explosion"],
	["", "8",	"22",	"2010", "",	"",	"AM Service - Dale Brooks", "4 PM - Evangelism Explosion"],
	["", "8",	"29",	"2010", "",	"",	"AM Service - Ernie Mills", "4 PM - Evangelism Explosion"],
	
	["", "8",	"4",	"2010", "6:00 - 7:30 PM",	"",	"Thru The Bible Study",	""],
	["", "8",	"11",	"2010", "6:00 - 7:30 PM",	"",	"Thru The Bible Study",	""],
	["", "8",	"25",	"2010", "6:00 - 7:30 PM",	"",	"Thru The Bible Study",	""],
	
	["", "8",	"29",	"2010", "6:00 PM",	"",	"Agape Feast",	""],
	
	
	
	
	
	
	
	["", "12",	"12",	"2050", "6:00 PM",	"7:30 PM",	"LAST EVENT",	"JUST LEAVE THIS HERE AS A PLACEHOLDER"]
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);




