// 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=Thursday, 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",	"1:00 AM",	"12:00 PM",	"New Year's Day",	""],
	["F",	"1",	"3",	"2",	"1:00 AM",	"12:59 PM",	"Martin Luther King Day",	"Honors civil rights leader Rev Martin Luther King."],
	["Y",	"2",	"14",	"2005",	"1:00 AM",	"12:59 PM",	"Valentine's Day",	"Traditional celebration of love."],
	["F",	"3",	"0",	"0",	"1:00 AM",	"12:59 PM",	"Easter",	"Celebration of the resurrection of Jesus Christ."],
	["Y",	"3",	"17",	"2005",	"1:00 AM",	"12:59 PM",	"St. Patrick's Day",	"A celebration of Irish heritage and culture."],
	["F",	"5",	"2",	"1",	"1:00 AM",	"12:59 PM",	"Mother's Day",	"Honors mothers and motherhood."],
	["F",	"5",	"3",	"7",	"1:00 AM",	"12:59 PM",	"Armed Forces Day",	"Celebrates the United States Army, Navy, Air Force and Marine Corps."],
	["F",	"5",	"4",	"2",	"1:00 AM",	"12:59 PM",	"Memorial Day",	""],
	["Y",	"6",	"14",	"2005",	"1:00 AM",	"12:59 PM",	"Flag Day.",	""],
	["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",	"Celebrate our Independence."],
	["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."],
	["Y",	"11",	"11",	"2005",	"1:00 AM",	"12:59 PM",	"Veteran's Day",	"Honors all veterans of the United States armed forces. A traditional observation is a moment of silence at 11 AM remembering those who fought for peace."],
	["F",	"11",	"4",	"5",	"1:00 AM",	"12:59 PM",	"Thanksgiving",	"A day to give thanks for your many blessings - traditionally for the Autumn harvest, and it marks the beginning of the 'holiday season'."],
	["Y",	"12",	"25",	"2005",	"1:00 AM",	"12:59 PM",	"Christmas",	"Celebration of Jesus' birth - God was made flesh and dwelt among us."],
	["",	"1",	"16",	"2010",	"09:00 AM",	"",	"Usher and Greeter Team Training (Sa)",	""],
	["",	"1",	"16",	"2010",	"01:00 PM",	"",	"Project Team Training (Sa)",	""],
	["",	"1",	"16",	"2010",	"03:00 PM",	"",	"High School Youth Fellowship",	""],
	["",	"1",	"17",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"1",	"17",	"2010",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"1",	"17",	"2010",	"10:00 AM",	"",	"Adult Bible Study",	"Catacombs"],
	["",	"1",	"17",	"2010",	"11:00 AM",	"",	"Contemporary Worship",	"Contemporary Worship"],
	["",	"1",	"17",	"2010",	"10:30 AM",	"",	"Cub Scout Meeting",	"Shalom"],
	["",	"1",	"18",	"2010",	"",	"",		"Office Closed",	"Office Closed in observation of MLK Day; Building will remain open for various activities"],
	["",	"1",	"18",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"1",	"18",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"1",	"18",	"2010",	"4:00 PM",	"",	"Quilting Class",	"Nazareth"],
	["",	"1",	"18",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"1",	"18",	"2010",	"7:00 PM",	"",	"Testify Rehearsal",	"Sanctuary"],
	["",	"1",	"18",	"2010",	"7:00 PM",	"",	"Sunday School Team",	"Shalom"],
	["",	"1",	"18",	"2010",	"7:00 PM",	"",	"Worship Leader Team",	"Shalom"],
	["",	"1",	"19",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"1",	"19",	"2010",	"10:00 AM",	"",	"Small Group Study",	""],
	["",	"1",	"19",	"2010",	"1:30 PM",	"",	"Wesly Choir",	""],
	["",	"1",	"19",	"2010",	"6:30 PM",	"",	"Evening Handbells",	""],
	["",	"1",	"19",	"2010",	"6:45 PM",	"",	"Daily Nutirition",	"RM 105"],
	["",	"1",	"19",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"1",	"19",	"2010",	"7:30 PM",	"",	"Stephen Ministry Training",	"RM 204"],
	["",	"1",	"20",	"2010",	"10:00 AM",	"",	"Baldwin Kitchen",	""],
	["",	"1",	"20",	"2010",	"4:30 PM",	"",	"LOGOS",	"Birthday Party"],
	["",	"1",	"21",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"1",	"21",	"2010",	"9:30 AM",	"",	"Hallelujah Handbells",	""],
	["",	"1",	"21",	"2010",	"9:30 AM",	"",	"Caring Cadre",	"Shalom"],
	["",	"1",	"21",	"2010",	"7:00 PM",	"",	"Finance Committee",	"Shalom"],
	["",	"1",	"23",	"2010",	"5:00 PM",	"",	"Parents Night Out",	""],
	["",	"1",	"24",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"1",	"24",	"2010",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"1",	"24",	"2010",	"09:15 AM",	"",	"3rd Grade Bible Presentations",	""],
	["",	"1",	"24",	"2010",	"10:00 AM",	"",	"Adult Bible Study",	"Catacombs"],
	["",	"1",	"24",	"2010",	"10:15 AM",	"",	"Parish Nurse",	"Fellowship Hall"],
	["",	"1",	"24",	"2010",	"11:00 AM",	"",	"Contemporary Worship",	"Contemporary Worship"],
	["",	"1",	"24",	"2010",	"10:30 AM",	"",	"Cub Scout Meeting",	"Shalom"],
	["",	"1",	"24",	"2010",	"12:00 PM",	"",	"Girl Scout Bakeoff",	"Fellowship Hall"],
	["",	"1",	"25",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"1",	"25",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"1",	"25",	"2010",	"4:00 PM",	"",	"Quilting Class",	"Nazareth"],
	["",	"1",	"25",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"1",	"25",	"2010",	"7:00 PM",	"",	"Testify Rehearsal",	"Sanctuary"],
	["",	"1",	"25",	"2010",	"7:00 PM",	"",	"Mens Study Group",	"RM 112"],
	["",	"1",	"25",	"2010",	"7:00 PM",	"",	"Circle of Hope",	"RM 110"],
	["",	"1",	"25",	"2010",	"7:00 PM",	"",	"Attacking Anxiety",	"RM 105"],
	["",	"1",	"26",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"1",	"26",	"2010",	"10:00 AM",	"",	"Small Group Study",	""],
	["",	"1",	"26",	"2010",	"1:30 PM",	"",	"Wesly Choir",	""],
	["",	"1",	"26",	"2010",	"6:30 PM",	"",	"Evening Handbells",	""],
	["",	"1",	"26",	"2010",	"6:45 PM",	"",	"Daily Nutirition",	"RM 105"],
	["",	"1",	"26",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"1",	"26",	"2010",	"7:30 PM",	"",	"Stephen Ministry Training",	"RM 204"],
	["",	"1",	"27",	"2010",	"4:30 PM",	"",	"LOGOS",	"All Smiles Night"],
	["",	"1",	"28",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"1",	"28",	"2010",	"9:30 AM",	"",	"Hallelujah Handbells",	""],
	["",	"1",	"28",	"2010",	"7:00 PM",	"",	"Administrative Board",	"Shalom"],
	["",	"1",	"29",	"2010",	"6:30 PM",	"",	"Euchre Night",	"Fellowship Hall"],
	["",	"1",	"30",	"2010",	"10:00 AM",	"",	"Rehearsal Youth Sunday",	""],
	["",	"1",	"31",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"1",	"31",	"2010",	"11:00 AM",	"",	"Youth Ministry Sunday",	""],
	["",	"1",	"31",	"2010",	"10:00 AM",	"",	"Adult Bible Study",	"Catacombs"],
	["",	"1",	"31",	"2010",	"10:30 AM",	"",	"Cub Scout Meeting",	"Shalom"],
	["",	"2",	"1",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"2",	"1",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"2",	"1",	"2010",	"12:00 PM",	"",	"YAHA's lunch",	"Lake Orion Applebees"],
	["",	"2",	"1",	"2010",	"4:00 PM",	"",	"Quilting Class",	"Nazareth"],
	["",	"2",	"1",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"2",	"1",	"2010",	"7:00 PM",	"",	"Testify Rehearsal",	"Sanctuary"],
	["",	"2",	"1",	"2010",	"7:00 PM",	"",	"Maunday Thursday Mtg",	"Shalom"],
	["",	"2",	"2",	"2010",	"8:30 AM",	"",	"Fitness Fellowship",	"RM 203"],
	["",	"2",	"2",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"2",	"2",	"2010",	"10:00 AM",	"",	"Tuesday Morning Study","Shalom"],
	["",	"2",	"2",	"2010",	"1:30 PM",	"",	"Wesly Choir",	""],
	["",	"2",	"2",	"2010",	"5:30 PM",	"",	"Karate",	"RM 203 and 204"],
	["",	"2",	"2",	"2010",	"6:00 PM",	"",	"Girl Scouts",	"Fellowship Hall"],
	["",	"2",	"2",	"2010",	"6:30 PM",	"",	"Evening Handbells",""],
	["",	"2",	"2",	"2010",	"6:45 PM",	"",	"Daily Nutirition",	"RM 105"],
	["",	"2",	"2",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"2",	"2",	"2010",	"7:30 PM",	"",	"Stephen Ministry Training",	"RM 204"],
	["",	"2",	"3",	"2010",	"10:00 AM",	"",	"Career Club",	"Catacombs"],
	["",	"2",	"3",	"2010",	"4:30 PM",	"",	"LOGOS",	"Game Night"],
	["",	"2",	"3",	"2010",	"7:00 PM",	"",	"Stephen Ministry Peer Supervision",	"Catacombs"],
	["",	"2",	"4",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"2",	"4",	"2010",	"9:30 AM",	"",	"Hallelujah Handbells",	""],
	["",	"2",	"4",	"2010",	"5:30 PM",	"",	"Karate",	"RM 203 and 204"],
	["",	"2",	"4",	"2010",	"7:00 PM",	"",	"SPRC Meeting",	"Shalom"],
	["",	"2",	"6",	"2010",	"7:30 AM",	"",	"Girl Scouts CPR Training",	"RM 203"],
	["",	"2",	"6",	"2010",	"10:30 AM",	"",	"Youth Trip Meeting",	""],
	["",	"2",	"6",	"2010",	"11:30 AM",	"",	"Super Bowl Sub Assembly",	""],
	["",	"2",	"7",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"2",	"7",	"2010",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"2",	"7",	"2010",	"10:15 AM",	"",	"Super Bowl Sub Distribution",	""],
	["",	"2",	"7",	"2010",	"10:30 AM",	"",	"Middle School Band",	"RM 204 and 205"],
	["",	"2",	"7",	"2010",	"11:00 AM",	"",	"Adult Bible Study",	"Catacombs"],
	["",	"2",	"7",	"2010",	"6:00 PM",	"",	"New Generation Band",	"Sanctuary"],
	["",	"2",	"8",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"2",	"8",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"2",	"8",	"2010",	"4:00 PM",	"",	"Quilting Class",	"Nazareth"],
	["",	"2",	"8",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"2",	"8",	"2010",	"6:00 PM",	"",	"Prayers and Squares",	"Nazareth"],
	["",	"2",	"8",	"2010",	"7:00 PM",	"",	"Testify Rehearsal",	"Sanctuary"],
	["",	"2",	"8",	"2010",	"7:00 PM",	"",	"Mens Study Group",	"Catacombs"],
	["",	"2",	"9",	"2010",	"8:30 AM",	"",	"Fitness Fellowship",	"RM 203"],
	["",	"2",	"9",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"2",	"9",	"2010",	"9:30 AM",	"",	"Sisters in Faith","Shalom"],
	["",	"2",	"9",	"2010",	"1:30 PM",	"",	"Wesly Choir",	""],
	["",	"2",	"9",	"2010",	"5:30 PM",	"",	"Karate",	"RM 203 and 204"],
	["",	"2",	"9",	"2010",	"6:30 PM",	"",	"Evening Handbells",""],
	["",	"2",	"9",	"2010",	"6:45 PM",	"",	"Daily Nutirition",	"RM 105"],
	["",	"2",	"9",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"2",	"9",	"2010",	"7:00 PM",	"",	"Stephen Ministry Training",	"RM 204"],
	["",	"2",	"10",	"2010",	"10:00 AM",	"",	"Career Club",	"Catacombs"],
	["",	"2",	"10",	"2010",	"4:30 PM",	"",	"LOGOS",	"Valentines Night"],
	["",	"2",	"11",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"2",	"11",	"2010",	"9:00 AM",	"",	"FISH",	"Shalom"],
	["",	"2",	"11",	"2010",	"9:30 AM",	"",	"Hallelujah Handbells",	""],
	["",	"2",	"11",	"2010",	"10:00 AM",	"",	"Come Well Circle",	"RM 105"],
	["",	"2",	"11",	"2010",	"5:30 PM",	"",	"Karate",	"RM 203 and 204"],
	["",	"2",	"11",	"2010",	"6:00 AM",	"",	"Downtown Development Auth Meeting",	"Fellowship Hall"],
	["",	"2",	"11",	"2010",	"7:00 PM",	"",	"Trustees Meeting",	"RM 105"],
	["",	"2",	"14",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"2",	"14",	"2010",	"10:15 AM",	"",	"Super Bowl Sub Distribution",	""],
	["",	"2",	"14",	"2010",	"6:00 PM",	"",	"New Generation Band",	"Sanctuary"],
	["",	"2",	"15",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"2",	"15",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"2",	"15",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"2",	"15",	"2010",	"7:00 PM",	"",	"Testify Rehearsal",	"Sanctuary"],
	["",	"2",	"16",	"2010",	"8:30 AM",	"",	"Fitness Fellowship",	"RM 203"],
	["",	"2",	"16",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"2",	"16",	"2010",	"10:00 AM",	"",	"Tuesday Morning Study","Shalom"],
	["",	"2",	"16",	"2010",	"1:30 PM",	"",	"Wesly Choir",	""],
	["",	"2",	"16",	"2010",	"3:00 PM",	"",	"M.S. Youth Fellowship",""],
	["",	"2",	"16",	"2010",	"5:30 PM",	"",	"Karate",	"RM 203 and 204"],
	["",	"2",	"16",	"2010",	"6:30 PM",	"",	"Evening Handbells",""],
	["",	"2",	"16",	"2010",	"6:45 PM",	"",	"Daily Nutirition",	"RM 105"],
	["",	"2",	"16",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"2",	"16",	"2010",	"7:00 PM",	"",	"Stephen Ministry Training",	"RM 204"],
	["",	"2",	"17",	"2010",	"10:00 AM",	"",	"Career Club",	"Catacombs"],
	["",	"2",	"17",	"2010",	"10:00 AM",	"",	"Baldwin Soup Kitchen",	"OS"],
	["",	"2",	"17",	"2010",	"",	"",		"No LOGOS Tonight",	""],
	["",	"2",	"17",	"2010",	"7:30 PM",	"",	"Ash Wednesday Service",	""],
	["",	"2",	"18",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"2",	"18",	"2010",	"9:30 AM",	"",	"Hallelujah Handbells",	""],
	["",	"2",	"18",	"2010",	"9:30 AM",	"",	"Caring Cadre",	"Shalom"],
	["",	"2",	"18",	"2010",	"5:30 PM",	"",	"Karate",	"RM 203 and 204"],
	["",	"2",	"18",	"2010",	"7:00 PM",	"",	"Finance Committee Meeting",	"RM 108"],
	["",	"2",	"19",	"2010",	"9:00 AM",	"",	"LINK Assembly",	"Shalom"],
	["",	"2",	"21",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"2",	"21",	"2010",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"2",	"21",	"2010",	"11:00 AM",	"",	"Adult Bible Study",	"Catacombs"],
	["",	"2",	"22",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"2",	"22",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"2",	"22",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"2",	"22",	"2010",	"7:00 PM",	"",	"Testify Rehearsal",	"Sanctuary"],
	["",	"2",	"22",	"2010",	"7:00 PM",	"",	"Mens Study Group",	"RM 112"],
	["",	"2",	"23",	"2010",	"8:30 AM",	"",	"Fitness Fellowship",	"RM 203"],
	["",	"2",	"23",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"2",	"23",	"2010",	"10:00 AM",	"",	"Tuesday Morning Study","Shalom"],
	["",	"2",	"23",	"2010",	"1:30 PM",	"",	"Wesly Choir",	""],
	["",	"2",	"23",	"2010",	"5:30 PM",	"",	"Karate",	"RM 203 and 204"],
	["",	"2",	"23",	"2010",	"6:30 PM",	"",	"Evening Handbells",""],
	["",	"2",	"23",	"2010",	"6:45 PM",	"",	"Daily Nutirition",	"RM 105"],
	["",	"2",	"23",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"2",	"23",	"2010",	"7:00 PM",	"",	"Stephen Ministry Training",	"RM 204"],
	["",	"2",	"24",	"2010",	"10:00 AM",	"",	"Career Club",	"Catacombs"],
	["",	"2",	"24",	"2010",	"4:30 PM",	"",	"LOGOS",	"Hawaii Luau"],
	["",	"2",	"25",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"2",	"25",	"2010",	"9:30 AM",	"",	"Hallelujah Handbells",	""],
	["",	"2",	"25",	"2010",	"5:30 PM",	"",	"Karate",	"RM 203 and 204"],
	["",	"2",	"25",	"2010",	"7:00 PM",	"",	"Administrative Board Meeting",	"Shalom"],
	["",	"2",	"26",	"2010",	"5:00 PM",	"",	"30 Hour Famine",	""],
	["",	"2",	"27",	"2010",	"5:00 PM",	"",	"30 Hour Famine",	""],
	["",	"2",	"28",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"2",	"28",	"2010",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"2",	"28",	"2010",	"10:15 AM",	"",	"Parish Nurse",	"Parish nurse will be available after the 9:15 and 11:00 services"],
	["",	"2",	"28",	"2010",	"10:30 AM",	"",	"Sunday School B Team",	""],
	["",	"2",	"28",	"2010",	"11:00 AM",	"",	"Adult Bible Study",	"Catacombs"],
	["",	"3",	"1",	"2010",	"8:00 AM",	"",	"YA-HA's",	""],
	["",	"3",	"1",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"3",	"1",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"3",	"1",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"3",	"1",	"2010",	"7:00 PM",	"",	"Testify Rehearsal",	"Sanctuary"],
	["",	"3",	"2",	"2010",	"8:30 AM",	"",	"Fitness Fellowship",	"RM 203"],
	["",	"3",	"2",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"3",	"2",	"2010",	"10:00 AM",	"",	"Tuesday Morning Study","Shalom"],
	["",	"3",	"2",	"2010",	"1:30 PM",	"",	"Wesly Choir",	""],
	["",	"3",	"2",	"2010",	"6:00 PM",	"",	"Girl Scouts",	"Fellowship Hall"],
	["",	"3",	"2",	"2010",	"6:30 PM",	"",	"Evening Handbells",""],
	["",	"3",	"2",	"2010",	"6:45 PM",	"",	"Daily Nutirition",	"RM 105"],
	["",	"3",	"2",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"3",	"2",	"2010",	"7:00 PM",	"",	"Stephen Ministry Training",	"RM 205"],
	["",	"3",	"3",	"2010",	"10:00 AM",	"",	"Career Club",	"Catacombs"],
	["",	"3",	"3",	"2010",	"4:30 PM",	"",	"LOGOS",	"Oh the Places You'll Go (Travel Night)"],
	["",	"3",	"3",	"2010",	"10:00 AM",	"",	"Stephen Ministry; Peer Supervision",	"Shalom"],
	["",	"3",	"4",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"3",	"4",	"2010",	"7:00 PM",	"",	"LOGOS Team",	"112"],
	["",	"3",	"4",	"2010",	"7:00 PM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"3",	"4",	"2010",	"7:00 PM",	"",	"SPRC Meeting",	"Shalom"],
	["",	"3",	"6",	"2010",	"7:00 AM",	"",	"United Methodist Men Breakfast Meeting",	"CJ's"],
	["",	"3",	"7",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"3",	"7",	"2010",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"3",	"7",	"2010",	"11:00 AM",	"",	"Adult Bible Study",	"Catacombs"],
	["",	"3",	"7",	"2010",	"4:00 PM",	"",	"Talent Show Dinner",	"Pizza and Salad in the Fellowship Hall preceding the Talent Show"],
	["",	"3",	"7",	"2010",	"5:00 PM",	"",	"Talent Show",	"Sanctuary"],
	["",	"3",	"7",	"2010",	"6:00 PM",	"",	"New Member Training",	"Shalom"],
	["",	"3",	"7",	"2010",	"6:00 PM",	"",	"New Generation Band",	"Sanctuary"],
	["",	"3",	"8",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"3",	"8",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"3",	"8",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"3",	"8",	"2010",	"7:00 PM",	"",	"Testify Rehearsal",	"Sanctuary"],
	["",	"3",	"8",	"2010",	"7:00 PM",	"",	"Mens Study Group",	"RM 112"],
	["",	"3",	"9",	"2010",	"8:30 AM",	"",	"Fitness Fellowship",	"RM 203"],
	["",	"3",	"9",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"3",	"9",	"2010",	"9:30 AM",	"",	"Sisters in Faith","Shalom"],
	["",	"3",	"9",	"2010",	"1:30 PM",	"",	"Wesly Choir",	""],
	["",	"3",	"9",	"2010",	"6:30 PM",	"",	"Evening Handbells",""],
	["",	"3",	"9",	"2010",	"6:45 PM",	"",	"Daily Nutirition",	"RM 105"],
	["",	"3",	"9",	"2010",	"7:00 PM",	"",	"LOLA",	"Catacombs"],
	["",	"3",	"9",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"3",	"9",	"2010",	"7:00 PM",	"",	"Stephen Ministry Training",	"RM 205"],
	["",	"3",	"10",	"2010",	"10:00 AM",	"",	"Career Club",	"Catacombs"],
	["",	"3",	"10",	"2010",	"4:30 PM",	"",	"LOGOS",	"Mickey Mouse Night"],
	["",	"3",	"11",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"3",	"11",	"2010",	"9:00 AM",	"",	"FISH Foodbank",	"Shalom"],
	["",	"3",	"11",	"2010",	"9:30 AM",	"",	"Hallelujah Handbells",	"Fellowship Hall"],
	["",	"3",	"11",	"2010",	"11:00 AM",	"",	"Blood Drive",	"Fellowship Hall"],
	["",	"3",	"11",	"2010",	"11:00 AM",	"",	"Come to the Well Circle",	"105"],
	["",	"3",	"11",	"2010",	"7:00 PM",	"",	"Trustees",	"105"],
	["",	"3",	"13",	"2010",	"2:00 AM",	"",	"Turn clocks ahead 1 hour",	""],
	["",	"3",	"13",	"2010",	"8:00 AM",	"",	"Bishop's day in Lapeer",	""],
	["",	"3",	"14",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"3",	"14",	"2010",	"08:00 AM",	"",	"One Great Hour of Sharing",	""],
	["",	"3",	"14",	"2010",	"09:15 AM",	"",	"YESS (203)",	"Middle School & High School Sunday School Program"],
	["",	"3",	"14",	"2010",	"10:30 AM",	"",	"Youth Trip Meeting",	""],
	["",	"3",	"14",	"2010",	"11:00 AM",	"",	"Adult Bible Study",	"Catacombs"],
	["",	"3",	"14",	"2010",	"6:00 PM",	"",	"New Generation Band",	"Sanctuary"],
	["",	"3",	"15",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"3",	"15",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"3",	"15",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"3",	"15",	"2010",	"7:00 PM",	"",	"Testify Rehearsal",	"Sanctuary"],
	["",	"3",	"16",	"2010",	"8:30 AM",	"",	"Fitness Fellowship",	"RM 203"],
	["",	"3",	"16",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"3",	"16",	"2010",	"10:00 AM",	"",	"Tuesday Morning Study","Shalom"],
	["",	"3",	"16",	"2010",	"1:30 PM",	"",	"Wesly Choir",	""],
	["",	"3",	"16",	"2010",	"6:30 PM",	"",	"Evening Handbells",""],
	["",	"3",	"16",	"2010",	"6:45 PM",	"",	"Daily Nutirition",	"RM 105"],
	["",	"3",	"16",	"2010",	"7:00 PM",	"",	"Stephen Ministry Training",	"RM 205"],
	["",	"3",	"17",	"2010",	"10:00 AM",	"",	"Baldwin Kitchen",	"Catacombs"],
	["",	"3",	"17",	"2010",	"10:00 AM",	"",	"Career Club",	"Catacombs"],
	["",	"3",	"17",	"2010",	"4:30 PM",	"",	"LOGOS",	"St. Patty's Night"],
	["",	"3",	"18",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"3",	"18",	"2010",	"9:30 AM",	"",	"Hallelujah Handbells",	"Fellowship Hall"],
	["",	"3",	"18",	"2010",	"9:30 AM",	"",	"Caring Cadre",	"Shalom"],
	["",	"3",	"18",	"2010",	"7:00 PM",	"",	"Finance Committee",	"108"],
	["",	"3",	"19",	"2010",	"5:00 AM",	"",	"Youth Fellowship Event",	""],
	["",	"3",	"20",	"2010",	"1:00 PM",	"",	"Sunday School Teachers Day Apart",	""],
	["",	"3",	"20",	"2010",	"5:00 PM",	"",	"Parents Night Out",	""],
	["",	"3",	"21",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"3",	"21",	"2010",	"09:15 AM",	"",	"YESS (203)",	"Middle School & High School Sunday School Program"],
	["",	"3",	"21",	"2010",	"11:00 AM",	"",	"Adult Bible Study",	"Catacombs"],
	["",	"3",	"21",	"2010",	"6:30 PM",	"",	"LOGOS Revue",	"Sanctuary"],
	["",	"3",	"22",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"3",	"22",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"3",	"22",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"3",	"22",	"2010",	"7:00 PM",	"",	"Testify Rehearsal",	"Sanctuary"],
	["",	"3",	"22",	"2010",	"7:00 PM",	"",	"Men's Group Study",	"112"],
	["",	"3",	"22",	"2010",	"7:00 PM",	"",	"UMW Mission Team",	"110"],
	["",	"3",	"23",	"2010",	"8:30 AM",	"",	"Fitness Fellowship",	"RM 203"],
	["",	"3",	"23",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"3",	"23",	"2010",	"10:00 AM",	"",	"Tuesday Morning Study","Shalom"],
	["",	"3",	"23",	"2010",	"1:30 PM",	"",	"Wesly Choir",	""],
	["",	"3",	"23",	"2010",	"6:30 PM",	"",	"Evening Handbells",""],
	["",	"3",	"23",	"2010",	"6:45 PM",	"",	"Daily Nutirition",	"RM 105"],
	["",	"3",	"23",	"2010",	"7:00 PM",	"",	"Stephen Ministry Training",	"RM 205"],
	["",	"3",	"23",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"3",	"24",	"2010",	"10:00 AM",	"",	"Career Club",	"Catacombs"],
	["",	"3",	"24",	"2010",	"4:30 PM",	"",	"LOGOS",	"Camping Night"],
	["",	"3",	"25",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"3",	"25",	"2010",	"9:30 AM",	"",	"Hallelujah Handbells",	""],
	["",	"3",	"25",	"2010",	"7:00 PM",	"",	"Admininstrative Board",	"Shalom"],
	["",	"3",	"26",	"2010",	"6:30 PM",	"",	"Euchre Night",	"Fellowship Hall"],
	["",	"3",	"27",	"2010",	"12:00 PM",	"",	"Girl Scouts Workshop",	""],
	["",	"3",	"28",	"2010",	"7:00 AM",	"",	"Palm Sunday",	""],
	["",	"3",	"28",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"3",	"28",	"2010",	"09:15 AM",	"",	"YESS (203)",	"Middle School & High School Sunday School Program"],
	["",	"3",	"28",	"2010",	"10:15 AM",	"",	"Parish Nurse",	"Parish nurse will be available after the 9:15 and 11:00 services"],
	["",	"3",	"28",	"2010",	"11:00 AM",	"",	"Adult Bible Study",	"Catacombs"],
	["",	"3",	"29",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"3",	"29",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"3",	"29",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"Fellowship Hall"],
	["",	"3",	"29",	"2010",	"7:00 PM",	"",	"Testify Rehearsal",	"Sanctuary"],
	["",	"3",	"30",	"2010",	"8:30 AM",	"",	"Fitness Fellowship",	"RM 203"],
	["",	"3",	"30",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"3",	"30",	"2010",	"1:30 PM",	"",	"Wesly Choir",	""],
	["",	"3",	"30",	"2010",	"6:30 PM",	"",	"Evening Handbells",""],
	["",	"3",	"30",	"2010",	"6:45 PM",	"",	"Daily Nutirition",	"RM 105"],
	["",	"3",	"30",	"2010",	"7:00 PM",	"",	"Stephen Ministry Training",	"RM 205"],
	["",	"3",	"30",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"6",	"15",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"6",	"15",	"2010",	"10:00 AM",	"",	"Summer Study Group",	"RM 105"],
	["",	"6",	"15",	"2010",	"7:00 PM",	"",	"SS Planning Team","103B"],
	["",	"6",	"15",	"2010",	"7:30 PM",	"",	"Choir Women Rehearsal for Father's Day",	""],
	["",	"6",	"16",	"2010",	"10:00 AM",	"",	"Baldwin Kitchen",	""],
	["",	"6",	"17",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"6",	"17",	"2010",	"9:00 AM",	"",	"Yoga",	"203-4"],
	["",	"6",	"17",	"2010",	"9:30 AM",	"",	"Caring Cadre",	"Shalom"],
	["",	"6",	"17",	"2010",	"7:00 PM",	"",	"Finance Committee",	"108"],
	["",	"6",	"18",	"2010",	"6:30 PM",	"",	"Euchre Night",	"FH"],
	["",	"6",	"20",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"6",	"20",	"2010",	"09:15 AM",	"",	"YESS @ LO McDonalds",	"Middle School & High School Sunday School Program"],
	["",	"6",	"20",	"2010",	"11:00 AM",	"",	"Adult Bible Study",	"Catacombs"],
	["",	"6",	"20",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"6",	"20",	"2010",	"12:00 PM",	"",	"Rummage Sale Drop-off",	"Fellowship Hall"],
	["",	"6",	"21",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"6",	"21",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"6",	"21",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"6",	"21",	"2010",	"7:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"6",	"22",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"6",	"22",	"2010",	"9:00 AM",	"",	"Rummage Sale Drop-off",	"Fellowship Hall"],
	["",	"6",	"22",	"2010",	"10:00 AM",	"",	"Summer Study Group",	"RM 105"],
	["",	"6",	"23",	"2010",	"5:00 PM",	"",	"Rummage Sale - Church Members Only",	""],
	["",	"6",	"24",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"6",	"24",	"2010",	"9:00 AM",	"",	"Yoga",	"203-4"],
	["",	"6",	"24",	"2010",	"9:00 AM",	"4:00 PM",	"Rummage Sale",	""],
	["",	"6",	"24",	"2010",	"7:00 PM",	"",	"Administrative Board",	"Shalom"],
	["",	"6",	"24",	"2010",	"7:00 PM",	"",	"Circle of Hope",	"103b"],
	["",	"6",	"25",	"2010",	"9:00 AM",	"4:00 PM",	"Rummage Sale",	""],
	["",	"6",	"25",	"2010",	"10:00 AM",	"",	"LINK Assembly",	"Shalom"],
	["",	"6",	"26",	"2010",	"9:00 AM",	"12:00 PM",	"Rummage Sale",	"FH"],
	["",	"6",	"27",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"6",	"27",	"2010",	"10:15 AM",	"",	"Parish Nurse",	"Parish nurse will be available after the 9:15 and 11:00 services"],
	["",	"6",	"27",	"2010",	"11:00 AM",	"",	"Adult Bible Study",	"Catacombs"],
	["",	"6",	"27",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"6",	"27",	"2010",	"6:00 PM",	"",	"Choir Picnic",	"Stony Creek Park"],
	["",	"6",	"28",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"6",	"28",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"6",	"28",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"6",	"28",	"2010",	"7:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"6",	"29",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"6",	"29",	"2010",	"10:00 AM",	"",	"Summer Study Group",	"RM 105"],
	["",	"7",	"1",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"7",	"1",	"2010",	"7:00 PM",	"",	"SPRC",	"Shalom"],
	["",	"7",	"4",	"2010",	"9:00 AM",	"",	"American Music Concert",	"Sanctuary"],
	["",	"7",	"4",	"2010",	"10:00 AM",	"",	"10:00 Worship",	"Only one service today (Sa)"],
	["",	"7",	"4",	"2010",	"11:00 AM",	"",	"Adult Bible Study",	"Catacombs"],
	["",	"7",	"4",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"7",	"4",	"2010",	"6:00 PM",	"",	"New Generations Band",	"Sanctuary"],
	["",	"7",	"5",	"2010",	"",	"",	"OFFICE CLOSED",	"Closed to observe the 4th of July holiday"],
	["",	"7",	"5",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"7",	"5",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"7",	"5",	"2010",	"7:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"7",	"6",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"7",	"6",	"2010",	"10:00 AM",	"",	"Summer Study Group",	"RM 105"],
	["",	"7",	"7",	"2010",	"7:00 PM",	"",	"Peer Supervision",	"RM 203-4"],
	["",	"7",	"8",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"7",	"8",	"2010",	"9:00 AM",	"",	"FISH",	"Shalom"],
	["",	"7",	"8",	"2010",	"12:00 PM",	"",	"Come to the Well",	"RM 105"],
	["",	"7",	"8",	"2010",	"7:00 PM",	"",	"Trustees",	"RM 108"],
	["",	"7",	"11",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"7",	"11",	"2010",	"9:15 AM",	"",	"YESS",	"RM 203"],
	["",	"7",	"11",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"7",	"12",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"7",	"12",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"7",	"12",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"7",	"12",	"2010",	"5:30 AM",	"",	"Community Meals Program",	"Fellowship Hall"],
	["",	"7",	"12",	"2010",	"7:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"7",	"13",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"7",	"13",	"2010",	"10:00 AM",	"",	"Summer Study Group",	"RM 105"],
	["",	"7",	"13",	"2010",	"7:00 PM",	"",	"LOLA",	"Catacombs"],
	["",	"7",	"15",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"7",	"15",	"2010",	"9:30 AM",	"",	"Caring Cadre",	"Shalom"],
	["",	"7",	"15",	"2010",	"7:00 PM",	"",	"Finance Committee",	"108"],
	["",	"7",	"17",	"2010",	"8:00 AM",	"",	"UMM 2nd Annual Golf Outing",	"Mulberry Hills Golf Club"],
	["",	"7",	"18",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"7",	"18",	"2010",	"09:15 AM",	"",	"YESS",	"Middle School & High School Sunday School Program"],
	["",	"7",	"18",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"7",	"19",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"7",	"19",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"7",	"19",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"7",	"19",	"2010",	"7:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"7",	"20",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"7",	"20",	"2010",	"9:30 AM",	"",	"AM VBS Leader Training",	"Fellowship Hall"],
	["",	"7",	"20",	"2010",	"10:00 AM",	"",	"Summer Study Group",	"RM 105"],
	["",	"7",	"20",	"2010",	"7:00 PM",	"",	"PM VBS Leader Training",	"Fellowship Hall"],
	["",	"7",	"21",	"2010",	"10:00 AM",	"",	"Baldwin Kitchen",	""],
	["",	"7",	"22",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"7",	"22",	"2010",	"7:00 PM",	"",	"Administrative Board",	"Shalom"],
	["",	"7",	"23",	"2010",	"10:00 AM",	"",	"LINK Assembly",	"Shalom"],
	["",	"7",	"25",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa) -Parish Nurse availble after 9:15 & 11:00 services"],
	["",	"7",	"25",	"2010",	"09:15 AM",	"",	"YESS",	"Middle School & High School Sunday School Program"],
	["",	"7",	"25",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"7",	"25",	"2010",	"11:00 AM",	"",	"VBS Set-up",	""],
	["",	"7",	"26",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"7",	"26",	"2010",	"9:00 AM",	"",	"Vacation Bible School",	"Morning Session"],
	["",	"7",	"26",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"7",	"26",	"2010",	"5:45 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"7",	"26",	"2010",	"6:15 PM",	"",	"Vacation Bible School",	"Evening Session"],
	["",	"7",	"26",	"2010",	"7:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"7",	"27",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"7",	"27",	"2010",	"9:00 AM",	"",	"Vacation Bible School",	"Morning Session"],
	["",	"7",	"27",	"2010",	"10:00 AM",	"",	"Summer Study Group",	"RM 105"],
	["",	"7",	"27",	"2010",	"6:15 PM",	"",	"Vacation Bible School",	"Evening Session"],
	["",	"7",	"28",	"2010",	"9:00 AM",	"",	"Vacation Bible School",	"Morning Session"],
	["",	"7",	"28",	"2010",	"6:15 PM",	"",	"Vacation Bible School",	"Evening Session"],
	["",	"7",	"29",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"7",	"29",	"2010",	"9:00 AM",	"",	"Vacation Bible School",	"Morning Session"],
	["",	"7",	"29",	"2010",	"6:15 PM",	"",	"Vacation Bible School",	"Evening Session"],
	["",	"7",	"30",	"2010",	"9:00 AM",	"",	"Vacation Bible School",	"Morning Session"],
	["",	"7",	"30",	"2010",	"6:15 PM",	"",	"Vacation Bible School",	"Evening Session"],
	["",	"8",	"1",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa) -VBS program at 9:15 & 11:00 services"],
	["",	"8",	"1",	"2010",	"09:15 AM",	"",	"YESS",	"Middle School & High School Sunday School Program"],
	["",	"8",	"1",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"8",	"1",	"2010",	"11:00 AM",	"",	"VBS Teardown",	""],
	["",	"8",	"1",	"2010",	"3:00 PM",	"",	"Election Setup",	""],
	["",	"8",	"1",	"2010",	"6:00 PM",	"",	"PRAISE Rehearsal",	"Sanctuary"],
	["",	"8",	"2",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"2",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"8",	"2",	"2010",	"5:45 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"2",	"2010",	"7:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"2",	"2010",	"7:00 PM",	"",	"Young Adult Bible Study",	"Shalom"],
	["",	"8",	"3",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"8",	"3",	"2010",	"10:00 AM",	"",	"Summer Study Group",	"RM 105"],
	["",	"8",	"3",	"2010",	"7:00 PM",	"",	"Testify Practice",	"Sanctuary"],
	["",	"8",	"4",	"2010",	"7:00 PM",	"",	"Stephen Ministry",	"OS"],
	["",	"8",	"5",	"2010",	"9:00 AM",	"",	"Mothers Morning Out",	"Nursery"],
	["",	"8",	"5",	"2010",	"7:00 PM",	"",	"SPRC",	"Shalom"],
	["",	"8",	"5",	"2010",	"7:00 PM",	"",	"Audit Committee",	"RM 108"],
	["",	"8",	"7",	"2010",	"7:00 AM",	"",	"UMM Breakfast",	"Cj's Cafe, Downtown L.O."],
	["",	"8",	"8",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"8",	"8",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"8",	"9",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"9",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"8",	"9",	"2010",	"5:30 PM",	"",	"Community Meals",	"Fellowship Hall"],
	["",	"8",	"9",	"2010",	"5:45 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"9",	"2010",	"7:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"9",	"2010",	"7:00 PM",	"",	"Young Adult Bible Study",	"Shalom"],
	["",	"8",	"10",	"2010",	"10:00 AM",	"",	"Summer Study Group",	"RM 105"],
	["",	"8",	"10",	"2010",	"7:00 PM",	"",	"UMW Meeting",	"Shalom"],
	["",	"8",	"10",	"2010",	"7:00 PM",	"",	"Contemporary Worship Team Mtg",	"RM 108"],
	["",	"8",	"10",	"2010",	"7:00 PM",	"",	"LOLA",	"Catacombs"],
	["",	"8",	"12",	"2010",	"9:00 AM",	"",	"FISH Foodbank",	"Shalom"],
	["",	"8",	"12",	"2010",	"11:30 AM",	"",	"Come to the Well",	"RM 105"],
	["",	"8",	"12",	"2010",	"7:00 PM",	"",	"Trustees",	"RM 108"],
	["",	"8",	"15",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"8",	"15",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"8",	"16",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"16",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"8",	"16",	"2010",	"5:30 PM",	"",	"Community Meals",	"Fellowship Hall"],
	["",	"8",	"16",	"2010",	"5:45 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"16",	"2010",	"7:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"16",	"2010",	"7:00 PM",	"",	"Young Adult Bible Study",	"Shalom"],
	["",	"8",	"17",	"2010",	"10:00 AM",	"",	"Summer Study Group",	"RM 105"],
	["",	"8",	"17",	"2010",	"7:00 PM",	"",	"Sunday School Planning Team",	"Shalom"],
	["",	"8",	"18",	"2010",	"10:00 AM",	"",	"Baldwin Kitchen",	""],
	["",	"8",	"19",	"2010",	"7:00 PM",	"",	"Finance Committee ",	"RM 108"],
	["",	"8",	"20",	"2010",	"5:00 PM",	"",	"Wedding Rehearsal",	"Sanctuary"],
	["",	"8",	"21",	"2010",	"5:00 PM",	"",	"Wedding",	"Sanctuary"],
	["",	"8",	"22",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa) -visit the Parish Nurse after the 9:15 and 11:00 services"],
	["",	"8",	"22",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"8",	"22",	"2010",	"1:00 PM",	"",	"LOUMC Family Picnic",	""],
	["",	"8",	"23",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"23",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"8",	"23",	"2010",	"5:30 PM",	"",	"Community Meals",	"Fellowship Hall"],
	["",	"8",	"23",	"2010",	"5:45 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"23",	"2010",	"7:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"23",	"2010",	"7:00 PM",	"",	"Young Adult Bible Study",	"Shalom"],
	["",	"8",	"24",	"2010",	"10:00 AM",	"",	"Summer Study Group",	"RM 105"],
	["",	"8",	"25",	"2010",	"7:30 AM",	"",	"Strength & Cardio Fitness",	"Parking Lot"],
	["",	"8",	"25",	"2010",	"6:00 PM",	"",	"Staff/Parish Picnic",	"Pastor Marge's house"],
	["",	"8",	"26",	"2010",	"7:00 PM",	"",	"Ad Board ",	"Shalom"],
	["",	"8",	"27",	"2010",	"7:00 PM",	"",	"Wedding Rehearsal",	"Sanctuary"],
	["",	"8",	"28",	"2010",	"8:00 AM",	"",	"Dragon on the Lake",	"Lake Orion"],
	["",	"8",	"28",	"2010",	"10:00 AM",	"5:00 PM",	"LOUMC Ministry Fair",	""],
	["",	"8",	"28",	"2010",	"4:00 PM",	"",	"Wedding",	"Sanctuary"],
	["",	"8",	"29",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"8",	"29",	"2010",	"8:00 AM",	"",	"Dragon on the Lake",	"Lake Orion"],
	["",	"8",	"29",	"2010",	"10:00 AM",	"5:00 PM",	"LOUMC Ministry Fair",	""],
	["",	"8",	"29",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"8",	"30",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"30",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"8",	"30",	"2010",	"5:30 PM",	"",	"Community Meals",	"Fellowship Hall"],
	["",	"8",	"30",	"2010",	"5:45 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"30",	"2010",	"7:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"8",	"30",	"2010",	"7:00 PM",	"",	"Young Adult Bible Study",	"Shalom"],
	["",	"8",	"30",	"2010",	"7:00 PM",	"",	"Sunday School Staff",	"RM 103"],
	["",	"9",	"1",	"2010",	"7:00 PM",	"",	"Stephen Ministry",	""],
	["",	"9",	"2",	"2010",	"7:00 PM",	"",	"SPRC",	"Shalom"],
	["",	"9",	"5",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"9",	"5",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"9",	"6",	"2010",	"8:00 AM",	"",	"Office Closed Today",	""],
	["",	"9",	"6",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"9",	"6",	"2010",	"10:30 AM",	"",	"Red Bird Baby Shower",	"Fellowship Hall"],
	["",	"9",	"6",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"9",	"6",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"9",	"7",	"2010",	"1:30 PM",	"",	"Wesley Choir",	""],
	["",	"9",	"7",	"2010",	"7:00 PM",	"",	"Peer Supervision",	"RM 203-4"],
	["",	"9",	"7",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"9",	"9",	"2010",	"8:00 AM",	"",	"Hallelujah Handbells",	""],
	["",	"9",	"12",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"9",	"12",	"2010",	"9:15 AM",	"",	"YESS",	""],
	["",	"9",	"12",	"2010",	"9:15 AM",	"",	"Fall Sunday School Begins",	""],
	["",	"9",	"12",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"9",	"13",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"9",	"13",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"9",	"13",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"9",	"13",	"2010",	"5:30 PM",	"",	"Community Meals",	"Fellowship Hall"],
	["",	"9",	"14",	"2010",	"9:00 AM",	"",	"FISH",	"Shalom"],
	["",	"9",	"14",	"2010",	"1:30 PM",	"",	"Wesley Choir",	""],
	["",	"9",	"14",	"2010",	"7:00 PM",	"",	"L.O.L.A.",	"Catacombs"],
	["",	"9",	"14",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"9",	"15",	"2010",	"7:00 PM",	"",	"LOGOS Parent Meeting",	"Fellowship Hall"],
	["",	"9",	"16",	"2010",	"8:00 AM",	"",	"Hallelujah Handbells",	""],
	["",	"9",	"16",	"2010",	"7:00 PM",	"",	"Finance Committee",	"RM 108"],
	["",	"9",	"17",	"2010",	"8:00 AM",	"",	"Mom-2-Mom Sale",	""],
	["",	"9",	"18",	"2010",	"8:00 AM",	"",	"Mom-2-Mom Sale",	""],
	["",	"9",	"19",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa)"],
	["",	"9",	"19",	"2010",	"9:15 AM",	"",	"YESS",	""],
	["",	"9",	"19",	"2010",	"10:30 AM",	"",	"Youth Ministry Parent Meeting",	"RM 203"],
	["",	"9",	"19",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"9",	"20",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"9",	"20",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"9",	"20",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"9",	"20",	"2010",	"5:30 PM",	"",	"Community Meals",	"Fellowship Hall"],
	["",	"9",	"21",	"2010",	"10:00 AM",	"",	"Tuesday Morning Study",	""],
	["",	"9",	"21",	"2010",	"1:30 PM",	"",	"Wesley Choir",	""],
	["",	"9",	"21",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"9",	"22",	"2010",	"7:00 PM",	"",	"LOGOS Parent Meeting",	"Fellowship Hall"],
	["",	"9",	"23",	"2010",	"8:00 AM",	"",	"Hallelujah Handbells",	""],
	["",	"9",	"23",	"2010",	"7:00 PM",	"",	"Administrative Board",	"Shalom"],
	["",	"9",	"26",	"2010",	"07:55 AM",	"",	"7:55 9:15 & 11:00 Worship (Sa)",	"7:55 9:15 & 11:00 Worship (Sa) -visit the Parish Nurse after the 9:15 and 11:00 services"],
	["",	"9",	"26",	"2010",	"9:15 AM",	"",	"YESS",	""],
	["",	"9",	"26",	"2010",	"10:30 AM",	"",	"Project Shalom Registration",	"Fellowship Hall"],
	["",	"9",	"26",	"2010",	"11:00 AM",	"",	"Mom's Support",	"RM 205"],
	["",	"9",	"26",	"2010",	"11:00 AM",	"",	"Youth Ministry Trip Team Meeting",	"RM 203"],
	["",	"9",	"27",	"2010",	"9:00 AM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"9",	"27",	"2010",	"11:00 AM",	"",	"Bible Study",	"Shalom"],
	["",	"9",	"27",	"2010",	"5:00 PM",	"",	"Weight Watchers",	"RM 203-4"],
	["",	"9",	"27",	"2010",	"7:00 PM",	"8:30 PM",	"Life Application Bible Study",	"RM 105"],
	["",	"9",	"28",	"2010",	"10:00 AM",	"",	"Tuesday Morning Study",	""],
	["",	"9",	"28",	"2010",	"1:30 PM",	"",	"Wesley Choir",	""],
	["",	"9",	"28",	"2010",	"7:30 PM",	"",	"Chancel Choir",	""],
	["",	"9",	"29",	"2010",	"4:30 PM",	"",	"LOGOS",	""],
	["",	"9",	"30",	"2010",	"8:00 AM",	"",	"Hallelujah Handbells",	""]
	
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);
