// 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(	
	["", 	"10",	"1",	"2011",	"9:00 a.m. - 10:00 a.m.",						"",			"Adult Instruction", "", "","","","",""],
	["",	"10",	"2",	"2011",	"9:00 a.m. ",									"",			"Worship with Communion", "Elder: Scott Plopper/Usher Team: 7", "", "10:15 Adult Bible Class & Sunday School","","",""],
	["",	"10",	"3",	"2011",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["", 	"10",	"4",	"2011",	"6:30 p.m.",									"",			"Stewardship Meeting", "", "","","","",""],	
	["",	"10",	"5",	"2011",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship wth Communion", "Elder: Scott Plopper/Usher Team: 7"],
	["", 	"10",	"7",	"2011",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["", 	"10",	"8",	"2011",	"9:00 a.m. - 10:00 a.m.",						"",			"Adult Instruction", "", "","","","",""],	
	["",	"10",	"9",	"2011",	"9:00 a.m.",									"",			"Worship", "Elder: Jim Bartlett/Usher Team: 1", "", "10:15 Adult Bible Class & Sunday School","","",""],
	["",	"10",	"10",	"2011",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["", 	"10",	"11",	"2011",	"7:00 p.m.",									"",			"Church Council Meeting", "", "","","","",""],		
	["",	"10",	"12",	"2011",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship", "Elder: Jim Bartlett/Usher Team: 1"],
	["", 	"10",	"14",	"2011",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["", 	"10",	"15",	"2011",	"9:00 a.m. - 10:00 a.m.",						"",			"Adult Instruction", "", "","","","",""],
	["",	"10",	"16",	"2011",	"9:00 a.m.",									"",			"Worship with Communion", "Elder: Bob Hurst/Usher Team: 2", "", "10:15 Adult Bible Class & Sunday School","","",""],
	["",	"10",	"17",	"2011",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["",	"10",	"19",	"2011",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship wth Communion", "Elder: Bob Hurst/Usher Team: 2"],
	["", 	"10",	"21",	"2011",	"Pastor's Day Off",								"",			"", "6:30 p.m.", "B.G.O.F. at Parsonage","","","",""],	
	["", 	"10",	"22",	"2011",	"9:00 a.m.",									"",			"Card Ministry Meeting", "", "Adult Instruction","","","",""],
	["",	"10",	"23",	"2011",	"9:00 a.m.",									"",			"Worship", "Elder: Dave Tulbert/Usher Team: 3", "", "10:15 Adult Bible Class & Sunday School","","",""],
	["",	"10",	"24",	"2011",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["",	"10",	"25",	"2011",	"7:00 p.m.",									"",			"Elders Meeting", "", "","","","",""],
	["",	"10",	"26",	"2011",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship", "Elder: Dave Tulbert/Usher Team: 3"],
	["", 	"10",	"28",	"2011",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["", 	"10",	"29",	"2011",	"9:00 a.m. - 10:00 a.m.",						"",			"Adult Instruction", "", "","","","",""],		
	["",	"10",	"30",	"2011",	"9:00 a.m.",									"",			"Worship with Communion", "Elder: Glenn Miller/Usher Team: 4", "", "10:15 Adult Bible Class & Sunday School","","",""],
	["",	"10",	"31",	"2011",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	
	["", 	"11",	"1",	"2011",	"7:00 p.m.",									"",			"Stewardship Meeting", "", "","","","",""],			
	["",	"11",	"2",	"2011",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship wth Communion", "Elder: Glenn Miller/Usher Team: 4"],
	["", 	"11",	"4",	"2011",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["",	"11",	"6",	"2011",	"9:00 a.m. Worship with Communion",				"",			"Elder: Roy Meinzer", "Usher Team: 5", "", "10:15 Adult Bible Class & Sunday School","","",""],
	["",	"11",	"7",	"2011",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["", 	"11",	"8",	"2011",	"7:00 p.m.",									"",			"Church Council Meeting", "", "","","","",""],		
	["",	"11",	"9",	"2011",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship", "Elder: Roy Meinzer/Usher Team: 5"],
	["", 	"11",	"11",	"2011",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["",	"11",	"12",	"2011",	"8:00 a.m.",									"",			"Evangelism Meeting", "", "","","","",""],	
	["",	"11",	"13",	"2011",	"9:00 a.m. Worship",							"",			"Elder: Tony Fohey", "Usher Team: 6", "", "10:15 Sunday School","","Voters' Meeting",""],
	["",	"11",	"14",	"2011",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["",	"11",	"16",	"2011",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship wth Communion", "Elder: Tony Fohey/Usher Team: 6"],
	["", 	"11",	"18",	"2011",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["",	"11",	"20",	"2011",	"9:00 a.m. Worship with Communion",				"",			"Elder: Scott Plopper", "Usher Team: 7", "", "10:15 Adult Bible Class & Sunday School","","",""],
	["",	"11",	"21",	"2011",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["",	"11",	"23",	"2011",	"No Confirmation Classes",						"",			"", "No Evening Service", "", "", "", "", ""],
	["",    "11",	"24",	"2011", "Thanksgiving Day Worship with Communion",		"",			"9:00 a.m.", "Elder: Scott Plopper", "Usher Team: 7", "","","",""],
	["", 	"11",	"25",	"2011",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["",	"11",	"27",	"2011",	"9:00 a.m. Worship",							"",			"Elder: Jim Bartlett", "Usher Team: 1", "", "10:15 Adult Bible Class & Sunday School","","",""],
	["",	"11",	"28",	"2011",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["", 	"11",	"29",	"2011",	"7:00 p.m.",									"",			"Elders Meeting", "", "","","","",""],	
	["",	"11",	"30",	"2011",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Advent Worship wth Communion", "Elder: Jim Bartlett/Usher Team: 1"],
	["", 	"12",	"2",	"2011",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["",	"12",	"4",	"2011",	"9:00 a.m.",									"",			"Advent Worship with Communion", "Elder: Bob Hurst/Usher Team: 2", "", "10:15 Adult Bible Class & Sunday School","","",""],
	["",	"12",	"5",	"2011",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["",	"12",	"6",	"2011",	"7:00 p.m.",									"",			"Stewardship Meeting", "", "","","","",""],	
	["",	"12",	"7",	"2011",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Advent Worship with Communion", "Elder: Bob Hurst/Usher Team: 2"],
	["", 	"12",	"9",	"2011",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["",	"12",	"11",	"2011",	"9:00 a.m.",									"",			"Advent Worship", "Elder: Dave Tulbert/Usher Team: 3", "", "Voters' Meeting following Worship", "", "10:15 Sunday School",""],
	["",	"12",	"12",	"2011",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["",	"12",	"13",	"2011",	"7:00 p.m.",									"",			"Church Council Meeting", "", "","","","",""],		
	["",	"12",	"14",	"2011",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Advent Worship", "Elder: Dave Tulbert/Usher Team: 3"],
    ["", 	"12",	"16",	"2011",	"Pastor's Day Off",								"",			"", "","","","","",""],	
	["", 	"12",	"17",	"2011",	"10:00 a.m. - Noon",							"",			"Children's Christmas Service Rehearsal", "","","","","",""],		
	["",	"12",	"18",	"2011",	"9:00 a.m.",									"",			"Children's Worship Service with Communion", "Elder: /Usher Team: 4", "", "10:15 Adult Bible Class & Sunday School","","",""],
	["",	"12",	"19",	"2011",	"9:00 a.m.",									"",			"Adult Bible Class", "", "10:15 a.m.","Card Ministry Meeting","","",""],
	["",	"12",	"21",	"2011",	"No Confirmation Classes",						"",			"", "6:30 p.m. Advent Worship with Communion", "Elder: /Usher Team: 4", "", "", "", ""],
	["", 	"12",	"23",	"2011",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["",	"12",	"24",	"2011",	"Christmas Eve",								"",			"6:00 p.m. Worship", "Elder: Roy Meinzer/Usher Team: 5", "", "","","",""],	
	["",	"12",	"25",	"2011",	"Christmas Day",								"",			"9:00 a.m. Worship with Communion", "Elder: Roy Meinzer/Usher Team: 5", "", "No Adult Bible Class or Sunday School","","",""],
	["",	"12",	"28",	"2011",	"No Confirmation Classes",						"",			"", "6:30 p.m. Worship", "Elder: Roy Meinzer/Usher Team: 5", "", "", "", ""],	
	["", 	"12",	"30",	"2011",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["", 	"1",	"1",	"2012",	"9:00 a.m.",									"",			"Worship with Communion", "Elder: Tony", "Usher Team: 6","","","",""],
	
	["", 	"1",	"3",	"2012",	"7:00 p.m.",									"",			"Stewardship Meeting", "", "","","","",""],			
	["",	"1",	"4",	"2012",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship wth Communion", "Elder: Tony, Usher Team: 6"],
	["", 	"1",	"6",	"2012",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["",	"1",	"8",	"2012",	"9:00 a.m.",									"",			"Worship", "Elder: Scott", "Usher Team: 7", "", "10:15 Adult Bible Class & Sunday School","",""],
	["", 	"1",	"9",	"2012",	"Pastor Out of Office",							"",			"", "", "","","","",""],
	["", 	"1",	"10",	"2012",	"7:00 p.m.",									"",			"Church Council Meeting", "", "","","","",""],		
	["",	"1",	"11",	"2012",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship", "Elder: Scott, Usher Team: 7"],
	["", 	"1",	"13",	"2012",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["", 	"1",	"14",	"2012",	"9:00 a.m. - 11:30 a.m.",						"",			"All Boards Meeting", "", "","","","",""],
	["",	"1",	"15",	"2012",	"9:00 a.m.",									"",			"Worship with Communion", "Elder: Jim", "Usher Team: 1", "", "10:15 Adult Bible Class & Sunday School","",""],
	["",	"1",	"16",	"2012",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["",	"1",	"18",	"2012",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship wth Communion", "Elder: Jim, Usher Team: 1"],
	["", 	"1",	"20",	"2012",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["",	"1",	"22",	"2012",	"9:00 a.m.",									"",			"Worship", "Elder: Doug", "Usher Team: 2", "", "10:15 Adult Bible Class & Sunday School","",""],
	["",	"1",	"23",	"2012",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["",	"1",	"25",	"2012",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship", "Elder: Doug, Usher Team: 2"],
	["", 	"1",	"27",	"2012",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["", 	"1",	"28",	"2012",	"9:00 a.m.",									"",			"Card Ministry Meeting", "", "","","","",""],
	["",	"1",	"29",	"2012",	"9:00 a.m.",									"",			"Worship with Communion", "Elder: Dave T.", "Usher Team: 3", "", "10:15 Adult Bible Class & Sunday School","",""],
	["",	"1",	"30",	"2012",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["", 	"1",	"31",	"2012",	"7:00 p.m.",									"",			"Elders Meeting", "", "","","","",""],	
	["",	"2",	"1",	"2012",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship wth Communion", "Elder Dave T., Usher Team: 3"],
	["", 	"2",	"3",	"2012",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["", 	"2",	"4",	"2012",	"8:00 a.m.",									"",			"Board of Evangelism", "", "","","","",""],
	["",	"2",	"5",	"2012",	"9:00 a.m.",									"",			"Worship with Communion", "Elder: Dave J.", "Usher Team: 4", "", "10:15 Adult Bible Class & Sunday School","",""],
	["", 	"2",	"6",	"2012",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["", 	"2",	"7",	"2012",	"7:00 p.m.",									"",			"Stewardship Meeting", "", "","","","",""],
	["",	"2",	"8",	"2012",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship", "Elder: Dave J., Usher Team: 4"],
	["", 	"2",	"10",	"2012",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["",	"2",	"12",	"2012",	"9:00 a.m. Worship",							"",			"Elder: Roy", "Usher Team: 5", "", "10:15 Adult Bible Class & Sunday School","","",""],
	["",	"2",	"13",	"2012",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["", 	"2",	"14",	"2012",	"7:00 p.m.",									"",			"Church Council Meeting", "", "","","","",""],	
	["",	"2",	"15",	"2012",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship wth Communion", "Elder: Roy, Usher Team: 5"],
	["", 	"2",	"17",	"2012",	"Pastor's Day Off",								"",			"", "", "","","","",""],
	["",	"2",	"19",	"2012",	"9:00 a.m.",									"",			"Worship with Communion", "Elder: Tony", "Usher Team: 6", "", "10:15 Adult Bible Class & Sunday School","",""],
	["",	"2",	"20",	"2012",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["",	"2",	"22",	"2012",	"Ash Wednesday",								"",			"", "No Confirmation Classes", "", "6:30 p.m. Worship", "Elder: Tony, Usher Team: 6", "", ""],
	["", 	"2",	"24",	"2012",	"Pastor's Day Off",								"",			"", "9:00 a.m.", "Card Ministry Meeting","","6:30 p.m.","GOF Book Club at Parsonage",""],
	["",	"2",	"26",	"2012",	"9:00 a.m. Worship",							"",			"Elder: JIm", "Usher Team: 7", "", "10:15 Adult Bible Class & Sunday School","","",""],
	["",	"2",	"27",	"2012",	"9:00 a.m.",									"",			"Adult Bible Class", "", "","","","",""],
	["", 	"2",	"28",	"2012",	"7:00 p.m.",									"",			"Elders Meeting", "", "","","","",""],	
	["",	"2",	"29",	"2012",	"4:30 p.m.",									"",			"8th Grade Confirmation Class", "", "5:30 p.m.", "7th Grade Confirmation Class", "", "6:30 p.m. Worship wth Communion", "Elder Jim, Usher Team: 7"]

	


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





