// 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(
	["W",   "",     "1",    "",     "8:15am, 10:00am, 11:45am",     "9:45am, 11:30am,  1:15pm","Worship & Youth Sunday School", "Time of Worship and Study of the Word"],
	["W",   "",     "2",    "",     "7:00pm",       "9:00pm",       "Free Indeed", "Weekly Christ Centered Recovery Meeting"], 
	["W",   "",     "6",    "",     "7:00pm",       "9:00pm",       "Free Indeed", "Weekly Christ Centered Recovery Meeting"], 
	["W",   "",     "4",    "",     "7:00pm",       "8:30pm",       "Bible Study", "Mid-Week Worship and Bible Study"],
	["W",   "",     "4",    "",     "7:00pm",       "8:30pm",       "Youth Meetings", "Pioneer Clubs and Junior and Senior High Youth Groups"],
	["W",  "",      "7",    "",     "10:00am",     "",     "Grappling Class", "Grappling led by Pastor Harry"],
    	["F",   "1",    "1",    "7",    "8:30am",      "",     "Men's Breakfast", "Devotional, Breakfast, and Fellowship"],
	["F",   "2",    "1",    "7",    "8:30am",      "",     "Men's Breakfast", "Devotional, Breakfast, and Fellowship"],
	["F",   "3",    "1",    "7",    "8:30am",      "",     "Men's Breakfast", "Devotional, Breakfast, and Fellowship"],
	["F",   "4",    "1",    "7",    "8:30am",      "",     "Men's Breakfast", "Devotional, Breakfast, and Fellowship"],
	["F",   "5",    "1",    "7",    "8:30am",      "",     "Men's Breakfast", "Devotional, Breakfast, and Fellowship"],
	["F",   "6",    "1",    "7",    "8:30am",      "",     "Men's Breakfast", "Devotional, Breakfast, and Fellowship"],
	["F",   "7",    "1",    "7",    "8:30am",      "",     "Men's Breakfast", "Devotional, Breakfast, and Fellowship"],
	["F",   "8",    "1",    "7",    "8:30am",      "",     "Men's Breakfast", "Devotional, Breakfast, and Fellowship"],
	["Y",   "9",    "1",    "7",    "8:30am",      "",     "Men's Breakfast", "Devotional, Breakfast, and Fellowship"],
	["F",   "10",   "1",    "7",    "8:30am",      "",     "Men's Breakfast", "Devotional, Breakfast, and Fellowship"],
	["F",   "11",   "1",    "7",    "8:30am",      "",     "Men's Breakfast", "Devotional, Breakfast, and Fellowship"],
	["F",   "12",   "1",    "7",    "8:30am",      "",     "Men's Breakfast", "Devotional, Breakfast, and Fellowship"],
	["F",   "9",    "3",    "4",    "10:00am",     "",     "Women's Bible Study & Fellowship","New Fall Study"],
	["F",   "9",    "3",    "5",    "7:00pm",      "",     "Women's Bible Study & Fellowship","New Fall Study"],
	["F",   "10",   "1",    "4",    "10:00am",     "",     "Women's Bible Study & Fellowship","New Fall Study"],
	["F",   "10",   "1",    "5",    "7:00pm",      "",     "Women's Bible Study & Fellowship","New Fall Study"],
	["F",   "10",   "3",    "4",    "10:00am",     "",     "Women's Bible Study & Fellowship","New Fall Study"],
	["F",   "10",   "3",    "5",    "7:00pm",      "",     "Women's Bible Study & Fellowship","New Fall Study"],
	["F",   "11",   "1",    "4",    "10:00am",     "",     "Women's Bible Study & Fellowship","New Fall Study"],
	["F",   "11",   "1",    "5",    "7:00pm",      "",     "Women's Bible Study & Fellowship","New Fall Study"],
	["F",   "11",   "3",    "4",    "10:00am",     "",     "Women's Bible Study & Fellowship","New Fall Study"],
	["F",   "11",   "3",    "5",    "7:00pm",      "",     "Women's Bible Study & Fellowship","New Fall Study"],
	["F",   "12",   "1",    "4",    "10:00am",     "",     "Women's Bible Study & Fellowship","New Fall Study"],
	["F",   "12",   "1",    "5",    "7:00pm",      "",     "Women's Bible Study & Fellowship","New Fall Study"],
	//["F",   "12",   "3",    "4",    "10:00am",     "",     "Women's Bible Study & Fellowship","New Fall Study"],
	//["F",   "12",   "3",    "5",    "7:00pm",      "",     "Women's Bible Study & Fellowship","New Fall Study"],
	// ["F",   "2",    "2",    "7",    "8:30am",      "",     "Women's Breakfast", "Devotional, Breakfast, and Fellowship"],
	// ["F",   "3",    "2",    "7",    "8:30am",      "",     "Women's Breakfast", "Devotional, Breakfast, and Fellowship"],
	// ["F",   "4",    "2",    "7",    "8:30am",      "",     "Women's Breakfast", "Devotional, Breakfast, and Fellowship"],
	// ["F",   "5",    "2",    "7",    "8:30am",      "",     "Women's Breakfast", "Devotional, Breakfast, and Fellowship"],
	// ["F",   "6",    "2",    "7",    "8:30am",      "",     "Women's Breakfast", "Devotional, Breakfast, and Fellowship"],
	// ["F",   "7",    "2",    "7",    "8:30am",      "",     "Women's Breakfast", "Devotional, Breakfast, and Fellowship"],
	// ["F",   "8",    "2",    "7",    "8:30am",      "",     "Women's Breakfast", "Devotional, Breakfast, and Fellowship"],
	// ["F",   "9",    "2",    "7",    "8:30am",      "",     "Women's Breakfast", "Devotional, Breakfast, and Fellowship"],
	// ["F",   "10",   "2",    "7",    "8:30am",      "",     "Women's Breakfast", "Devotional, Breakfast, and Fellowship"],
	// ["F",   "11",   "2",    "7",    "8:30am",      "",     "Women's Breakfast", "Devotional, Breakfast, and Fellowship"],
	// ["F",   "12",   "2",    "7",    "8:30am",      "",     "Women's Breakfast", "Devotional, Breakfast, and Fellowship"],
	["F",   "1",    "2",    "7",    "10:00am",     "",     "Hospitality Ministry", "Casserole cooking to provide meals for those in need"],
	["F",   "2",    "2",    "7",    "10:00am",     "",     "Hospitality Ministry", "Casserole cooking to provide meals for those in need"],
	["F",   "3",    "2",    "7",    "10:00am",     "",     "Hospitality Ministry", "Casserole cooking to provide meals for those in need"],
	["F",   "4",    "2",    "7",    "10:00am",     "",     "Hospitality Ministry", "Casserole cooking to provide meals for those in need"],
	["F",   "5",    "2",    "7",    "10:00am",     "",     "Hospitality Ministry", "Casserole cooking to provide meals for those in need"],
	["F",   "6",    "2",    "7",    "10:00am",     "",     "Hospitality Ministry", "Casserole cooking to provide meals for those in need"],
	["F",   "7",    "2",    "7",    "10:00am",     "",     "Hospitality Ministry", "Casserole cooking to provide meals for those in need"],
	["F",   "8",    "2",    "7",    "10:00am",     "",     "Hospitality Ministry", "Casserole cooking to provide meals for those in need"],
	["F",   "9",    "2",    "7",    "10:00am",     "",     "Hospitality Ministry", "Casserole cooking to provide meals for those in need"],
	["F",   "10",   "2",    "7",    "10:00am",     "",     "Hospitality Ministry", "Casserole cooking to provide meals for those in need"],
	["F",   "11",   "2",    "7",    "10:00am",     "",     "Hospitality Ministry", "Casserole cooking to provide meals for those in need"],
	["F",   "12",   "2",    "7",    "10:00am",     "",     "Hospitality Ministry", "Casserole cooking to provide meals for those in need"],
	["F",   "1",    "2",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "1",    "4",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "1",    "2",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "1",    "4",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "2",    "2",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "2",    "4",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "2",    "2",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "2",    "4",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],	
	["F",   "3",    "4",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "3",    "4",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "4",    "2",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "4",    "4",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "4",    "2",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "4",    "4",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "5",    "2",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "5",    "4",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "5",    "2",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "5",    "4",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "6",    "2",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "6",    "4",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "6",    "2",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "6",    "4",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "7",    "2",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "7",    "4",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "7",    "2",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "7",    "4",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "8",    "2",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "8",    "4",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "8",    "2",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "8",    "4",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "9",    "2",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "9",    "4",    "6",    "7:00pm",       "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "9",    "2",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "9",    "4",    "6",    "7:30pm",       "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "10",    "2",    "6",    "7:00pm",      "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "10",    "4",    "6",    "7:00pm",      "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "10",    "2",    "6",    "7:30pm",      "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "10",    "4",    "6",    "7:30pm",      "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "11",    "2",    "6",    "7:00pm",      "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	//["F",   "11",    "4",    "6",    "7:00pm",      "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "11",    "2",    "6",    "7:30pm",      "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	//["F",   "11",    "4",    "6",    "7:30pm",      "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",   "12",    "2",    "6",    "7:00pm",      "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	//["F",   "12",    "4",    "6",    "7:00pm",      "",             "Haddonfield Home Fellowship", "Hosted by Oliva & Matt Bealor. Study of II Samuel"],
	["F",   "12",    "2",    "6",    "7:30pm",      "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	//["F",   "12",    "4",    "6",    "7:30pm",      "",             "Clayton Home Fellowship", "Hosted by Bill & Autumn Heckman. Book of Hebrews"],
	["F",    "1",    "4",   "1", "7:00pm", "", "Prayer Night", "Gathering together to lift up prayer concerns of the Church"],
	["F",    "2",    "4",   "1", "7:00pm", "", "Prayer Night", "Gathering together to lift up prayer concerns of the Church"],
	["F",    "3",    "4",   "1", "7:00pm", "", "Prayer Night", "Gathering together to lift up prayer concerns of the Church"],
	["F",    "4",    "4",   "1", "7:00pm", "", "Prayer Night", "Gathering together to lift up prayer concerns of the Church"],
	["F",    "5",    "4",   "1", "7:00pm", "", "Prayer Night", "Gathering together to lift up prayer concerns of the Church"],
	["F",    "6",    "4",   "1", "7:00pm", "", "Prayer Night", "Gathering together to lift up prayer concerns of the Church"],
	["F",    "7",    "4",   "1", "7:00pm", "", "Prayer Night", "Gathering together to lift up prayer concerns of the Church"],
	["F",    "8",    "4",   "1", "7:00pm", "", "Prayer Night", "Gathering together to lift up prayer concerns of the Church"],
	["F",    "9",    "4",   "1", "7:00pm", "", "Prayer Night", "Gathering together to lift up prayer concerns of the Church"],
	["F",    "10",   "4",   "1", "7:00pm", "", "Prayer Night", "Gathering together to lift up prayer concerns of the Church"],
	["F",    "11",   "4",   "1", "7:00pm", "", "Prayer Night", "Gathering together to lift up prayer concerns of the Church"],
	["F",    "12",   "4",   "1", "7:00pm", "", "Prayer Night", "Gathering together to lift up prayer concerns of the Church"],
  	[ "",   "2",   "1",  "2009",    "2:00pm", "", "Calvary Bowl 2009", "Football, Fellowship, and Food. Sign up Sheet at Church"],
	["Y",	"1",	"1",	"2006",	"1:00 AM",	"12:00 PM",	"New Year's Day",	"New Year's Day will be ushered in with great joy and celebration. Come as you are."],
	["F",	"3",	"0",	"0",	"8:15am, 10:00am, 11:45am",	"9:45am, 11:30am,  1:15pm",	"Resurrection Day (Easter)",	"Celebration of the Resurrection of Jesus Christ."],
	["F",	"5",	"2",	"1",	"1:00 AM",	"12:59 PM",	"Mother's Day",	"Honors mothers and motherhood."],
	["F",	"5",	"4",	"2",	"1:00 AM",	"12:59 PM",	"Memorial Day",	"Honors the nation's war dead, and those we love who have passed away."],
	["F",	"6",	"3",	"1",	"1:00 AM",	"12:59 PM",	"Father's Day",	"Honors all Fathers and fatherhood."],
	["Y",	"7",	"4",	"2005",	"1:00 AM",	"12:59 PM",	"Independence Day",	"Celebrates our Declaration of Independence from England in 1776, usually called the Fourth of July."],
	["F",	"9",	"1",	"2",	"1:00 AM",	"12:59 PM",	"Labor Day",	"Celebrates the achievements of workers, giving them a day of rest - marks traditional end of summer."],
	["F",	"11",	"4",	"5",	"1:00 AM",	"12:59 PM",	"Thanksgiving",	"A day to give thanks to God for your many blessings - traditionally for the Autumn harvest, and it marks the beginning of the 'holiday season'."],
	["Y",	"12",	"25",	"2008",	"All Day",	"12:59 PM",	"Christmas",	"Celebrating the Birth of Our God and Savior, Jesus Christ. God was made flesh and dwelt among us."]
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);





