// 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."],
	["",	"8",	"2",	"2009",	"07:55 AM",	"",	"Early Worship (Sa)",	"Early Worship (Sa)"],
	["",	"8",	"2",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"8",	"2",	"2009",	"09:15 AM",	"",	"VBS Program (Sa)",	"VBS Program (Sa)"],
	["",	"8",	"2",	"2009",	"10:30 AM",	"",	"VBS Takedown",	"VBS Takedown"],
	["",	"8",	"2",	"2009",	"11:00 AM",	"",	"VBS Program (Sa)",	"VBS Program (Sa)"],
	["",	"8",	"3",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"8",	"3",	"2009",	"12:00 PM",	"",	"YAHA's",	"YAHA's"],
	["",	"8",	"3",	"2009",	"08:00 PM",	"",	"Mom 2 Mom mtg (Sh)",	"Mom 2 Mom mtg (Sh)"],
	["",	"8",	"4",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"8",	"4",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"8",	"4",	"2009",	"10:00 AM",	"",	"Bldg Dedication Mtg (Ca)",	"Bldg Dedication Mtg (Ca)"],
	["",	"8",	"4",	"2009",	"07:00 PM",	"",	"UMW Mission Team (Sh)",	"UMW Mission Team (Sh)"],
	["",	"8",	"5",	"2009",	"05:00 PM",	"",	"Rain location for Concert",	"Rain location for Concert"],
	["",	"8",	"5",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"8",	"6",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"8",	"6",	"2009",	"07:00 PM",	"",	"SPRC (Sh)",	"SPRC (Sh)"],
	["",	"8",	"8",	"2009",	"10:30 AM",	"",	"PRAISE! Rehearsal (Sa)",	"PRAISE! Rehearsal (Sa)"],
	["",	"8",	"9",	"2009",	"07:55 AM",	"",	"Early Worship (Sa)",	"Early Worship (Sa)"],
	["",	"8",	"9",	"2009",	"09:15 AM",	"",	"Traditional Service (Sa)",	"Traditional Service (Sa)"],
	["",	"8",	"9",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"8",	"9",	"2009",	"11:00 AM",	"",	"Contemporary Worship (Sa)",	"Contemporary Worship (Sa)"],
	["",	"8",	"10",	"2009",	"10:00 AM",	"",	"Commitment Camp. (Ca)",	"Commitment Camp. (Ca)"],
	["",	"8",	"10",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"8",	"10",	"2009",	"07:00 PM",	"",	"Building Committee (Sh)",	"Building Committee (Sh)"],
	["",	"8",	"10",	"2009",	"07:00 PM",	"",	"Acolyte Training (Sa)",	"Acolyte Training (Sa)"],
	["",	"8",	"11",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"8",	"11",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"8",	"11",	"2009",	"07:00 PM",	"",	"Ministry Fair Plan (Sh)",	"Ministry Fair Plan (Sh)"],
	["",	"8",	"11",	"2009",	"07:00 PM",	"",	"S. School Planning (J)",	"S. School Planning (J)"],
	["",	"8",	"12",	"2009",	"04:00 PM",	"",	"M. School Mix (Bunny Run)",	"M. School Mix (Bunny Run)"],
	["",	"8",	"12",	"2009",	"05:00 PM",	"",	"Rain location for Concert",	"Rain location for Concert"],
	["",	"8",	"12",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"8",	"13",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"8",	"13",	"2009",	"07:00 PM",	"",	"Circle of Hope (Sh)",	"Circle of Hope (Sh)"],
	["",	"8",	"13",	"2009",	"07:00 PM",	"",	"Trustees (C)",	"Trustees (C)"],
	["",	"8",	"15",	"2009",	"04:00 PM",	"",	"New Gen. Rehearsal (Sa)",	"New Gen. Rehearsal (Sa)"],
	["",	"8",	"16",	"2009",	"07:55 AM",	"",	"Early Worship (Sa)",	"Early Worship (Sa)"],
	["",	"8",	"16",	"2009",	"09:15 AM",	"",	"Traditional Service (Sa)",	"Traditional Service (Sa)"],
	["",	"8",	"16",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"8",	"16",	"2009",	"11:00 AM",	"",	"Contemporary Worship (Sa)",	"Contemporary Worship (Sa)"],
	["",	"8",	"16",	"2009",	"07:00 PM",	"",	"UMM (Sh)",	"UMM (Sh)"],
	["",	"8",	"17",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"8",	"18",	"2009",	"08:00 AM",	"",	"Decorative Painting (FH)",	"Decorative Painting (FH)"],
	["",	"8",	"18",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"8",	"18",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"8",	"18",	"2009",	"06:00 PM",	"",	"Emily Graffeo (Ca)",	"Emily Graffeo (Ca)"],
	["",	"8",	"18",	"2009",	"07:00 PM",	"",	"Ministry Fair Mtg (Sh)",	"Ministry Fair Mtg (Sh)"],
	["",	"8",	"19",	"2009",	"08:00 AM",	"",	"Decorative Painting (FH)",	"Decorative Painting (FH)"],
	["",	"8",	"19",	"2009",	"10:00 AM",	"",	"Baldwin Kitchen (OS)",	"Baldwin Kitchen (OS)"],
	["",	"8",	"19",	"2009",	"05:00 PM",	"",	"Rain location for Concert",	"Rain location for Concert"],
	["",	"8",	"19",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"8",	"20",	"2009",	"08:00 AM",	"",	"Decorative Painting (FH)",	"Decorative Painting (FH)"],
	["",	"8",	"20",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"8",	"20",	"2009",	"10:30 AM",	"",	"Caring Cadre (Sh)",	"Caring Cadre (Sh)"],
	["",	"8",	"20",	"2009",	"07:00 PM",	"",	"Finance Committee (Sh)",	"Finance Committee (Sh)"],
	["",	"8",	"21",	"2009",	"08:00 AM",	"",	"Decorative Painting (FH)",	"Decorative Painting (FH)"],
	["",	"8",	"23",	"2009",	"07:55 AM",	"",	"Early Worship (Sa)",	"Early Worship (Sa)"],
	["",	"8",	"23",	"2009",	"09:15 AM",	"",	"Traditional Service (Sa)",	"Traditional Service (Sa)"],
	["",	"8",	"23",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"8",	"23",	"2009",	"10:15 AM",	"",	"Parish Nurse (FH)",	"Parish Nurse (FH)"],
	["",	"8",	"23",	"2009",	"11:00 AM",	"",	"Contemporary Worship (Sa)",	"Contemporary Worship (Sa)"],
	["",	"8",	"23",	"2009",	"12:00 PM",	"",	"Parish Nurse (J)",	"Parish Nurse (J)"],
	["",	"8",	"23",	"2009",	"02:00 PM",	"",	"LONC Worship",	"LONC Worship"],
	["",	"8",	"23",	"2009",	"02:00 PM",	"",	"Choir Party (McMinns)",	"Choir Party (McMinns)"],
	["",	"8",	"24",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"8",	"25",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"8",	"25",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"8",	"26",	"2009",	"05:00 PM",	"",	"Rain location for Concert",	"Rain location for Concert"],
	["",	"8",	"26",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"8",	"27",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"8",	"27",	"2009",	"07:00 PM",	"",	"Administrative Board (Sh)",	"Administrative Board (Sh)"],
	["",	"8",	"28",	"2009",	"10:30 AM",	"",	"Link Assembly (Sh)",	"Link Assembly (Sh)"],
	["",	"8",	"29",	"2009",	"09:00 AM",	"",	"Circle of Faith (Sh)",	"Circle of Faith (Sh)"],
	["",	"8",	"29",	"2009",	"10:00 AM",	"",	"Class Room Setup",	"Class Room Setup"],
	["",	"8",	"29",	"2009",	"03:00 PM",	"",	"Wedding Reception (FH)",	"Wedding Reception (FH)"],
	["",	"8",	"30",	"2009",	"07:55 AM",	"",	"Early Worship (Sa)",	"Early Worship (Sa)"],
	["",	"8",	"30",	"2009",	"09:15 AM",	"",	"Traditional Service (Sa)",	"Traditional Service (Sa)"],
	["",	"8",	"30",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"8",	"30",	"2009",	"11:00 AM",	"",	"Contemporary Worship (Sa)",	"Contemporary Worship (Sa)"],
	["",	"8",	"31",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"8",	"31",	"2009",	"07:00 PM",	"",	"Building Committee (Sh)",	"Building Committee (Sh)"],
	["",	"9",	"1",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"9",	"1",	"2009",	"07:00 PM",	"",	"Sunday School Staff",	"Sunday School Staff"],
	["",	"9",	"2",	"2009",	"07:00 PM",	"",	"SM Peer Supervision (Sh)",	"SM Peer Supervision (Sh)"],
	["",	"9",	"2",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"9",	"3",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"9",	"3",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"9",	"3",	"2009",	"07:00 PM",	"",	"SPRC (Sh)",	"SPRC (Sh)"],
	["",	"9",	"6",	"2009",	"10:00 AM",	"",	"One Service Only",	"One Service Only"],
	["",	"9",	"7",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"9",	"8",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"9",	"8",	"2009",	"09:30 AM",	"",	"Sisters in Faith (Sh)",	"Sisters in Faith (Sh)"],
	["",	"9",	"8",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"9",	"8",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"9",	"8",	"2009",	"07:00 PM",	"",	"S. School Planning (Sh)",	"S. School Planning (Sh)"],
	["",	"9",	"8",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"9",	"9",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"9",	"10",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"9",	"10",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"9",	"10",	"2009",	"07:00 PM",	"",	"Circle of Hope (Sh)",	"Circle of Hope (Sh)"],
	["",	"9",	"10",	"2009",	"07:00 PM",	"",	"Trustees (C)",	"Trustees (C)"],
	["",	"9",	"13",	"2009",	"07:55 AM",	"",	"Early Worship (Sa)",	"Early Worship (Sa)"],
	["",	"9",	"13",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"9",	"13",	"2009",	"09:15 AM",	"",	"Fall Sunday School Begins",	"Fall Sunday School Begins"],
	["",	"9",	"14",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"9",	"14",	"2009",	"07:00 PM",	"",	"Contemporary Worship (Sh)",	"Contemporary Worship (Sh)"],
	["",	"9",	"15",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"9",	"15",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"9",	"15",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"9",	"15",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"9",	"16",	"2009",	"10:00 AM",	"",	"Baldwin Kitchen (OS)",	"Baldwin Kitchen (OS)"],
	["",	"9",	"16",	"2009",	"07:00 PM",	"",	"LOGOS Parent Meeting",	"LOGOS Parent Meeting"],
	["",	"9",	"16",	"2009",	"07:00 PM",	"",	"Adult Ed. Design  (Sh)",	"Adult Ed. Design  (Sh)"],
	["",	"9",	"17",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"9",	"17",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"9",	"17",	"2009",	"10:30 AM",	"",	"Caring Cadre (Sh)",	"Caring Cadre (Sh)"],
	["",	"9",	"17",	"2009",	"07:00 PM",	"",	"Finance Committee (Sh)",	"Finance Committee (Sh)"],
	["",	"9",	"18",	"2009",	"08:00 AM",	"",	"Mom 2 Mom Sale",	"Mom 2 Mom Sale"],
	["",	"9",	"20",	"2009",	"07:00 AM",	"",	"New Bldg Dedication",	"New Bldg Dedication"],
	["",	"9",	"20",	"2009",	"07:55 AM",	"",	"Early Worship (Sa)",	"Early Worship (Sa)"],
	["",	"9",	"20",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"9",	"20",	"2009",	"10:30 AM",	"",	"Youth Min. Info Meeting",	"Youth Ministry Information Meeting for Youth and Parents"],
	["",	"9",	"21",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"9",	"22",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"9",	"22",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"9",	"22",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"9",	"22",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"9",	"23",	"2009",	"07:00 PM",	"",	"LOGOS Parent Meeting",	"LOGOS Parent Meeting"],
	["",	"9",	"24",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"9",	"24",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"9",	"24",	"2009",	"07:00 PM",	"",	"Administrative Board (Sh)",	"Administrative Board (Sh)"],
	["",	"9",	"26",	"2009",	"04:00 PM",	"",	"Wedding",	"Lesli - bride"],
	["",	"9",	"27",	"2009",	"07:55 AM",	"",	"Early Worship (Sa)",	"Early Worship (Sa)"],
	["",	"9",	"27",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"9",	"27",	"2009",	"09:15 AM",	"",	"New Member Class (Sh)",	"New Member Class (Sh)"],
	["",	"9",	"27",	"2009",	"10:15 AM",	"",	"Parish Nurse (FH)",	"Parish Nurse (FH)"],
	["",	"9",	"27",	"2009",	"10:30 AM",	"",	"S.S. ",	" Team"],
	["",	"9",	"27",	"2009",	"10:30 AM",	"",	"Youth Trip Info Meeting",	"Youth Ministry Trip Team Information Meeting for Youth and Parents"],
	["",	"9",	"27",	"2009",	"11:00 AM",	"",	"New Member Class (Sh)",	"New Member Class (Sh)"],
	["",	"9",	"27",	"2009",	"12:00 PM",	"",	"Parish Nurse (J)",	"Parish Nurse (J)"],
	["",	"9",	"28",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"9",	"29",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"9",	"29",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"9",	"29",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"9",	"29",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"9",	"29",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"9",	"30",	"2009",	"04:30 PM",	"",	"LOGOS",	"LOGOS"],
	["",	"10",	"1",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"10",	"1",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"10",	"1",	"2009",	"07:00 PM",	"",	"SPRC (Sh)",	"SPRC (Sh)"],
	["",	"10",	"4",	"2009",	"07:55 AM",	"",	"9:15 & 11:00 Worship (Sa)",	"9:15 & 11:00 Worship (Sa)"],
	["",	"10",	"4",	"2009",	"08:00 AM",	"",	"World Communion Sunday",	"World Communion Sunday"],
	["",	"10",	"4",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"10",	"4",	"2009",	"09:15 AM",	"",	"New Member Class (Sh)",	"New Member Class (Sh)"],
	["",	"10",	"4",	"2009",	"10:15 AM",	"",	"Red Bird Shower (FH)",	"Red Bird Shower (FH)"],
	["",	"10",	"4",	"2009",	"11:00 AM",	"",	"New Member Class (Sh)",	"New Member Class (Sh)"],
	["",	"10",	"4",	"2009",	"04:00 PM",	"",	"SHALOM Registration",	"Project SHALOM Registration"],
	["",	"10",	"5",	"2009",	"08:00 AM",	"",	"YAHA's",	"YAHA's"],
	["",	"10",	"5",	"2009",	"08:00 AM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"10",	"5",	"2009",	"09:00 AM",	"",	"Weight Watchers (Sa)",	"Weight Watchers (Sa)"],
	["",	"10",	"5",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"10",	"5",	"2009",	"12:00 AM",	"",	"YAHA's @ Applebee's",	"YAHA's @ Applebee's"],
	["",	"10",	"5",	"2009",	"05:00 PM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"10",	"5",	"2009",	"07:00 PM",	"",	"S.S. Planning (103A)",	"S.S. Planning (103A)"],
	["",	"10",	"6",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"10",	"6",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"10",	"6",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"10",	"6",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"10",	"6",	"2009",	"07:00 PM",	"",	"Inclusion Ministry (103A)",	"Inclusion Ministry (103A)"],
	["",	"10",	"6",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"10",	"7",	"2009",	"04:30 PM",	"",	"LOGOS",	"LOGOS"],
	["",	"10",	"7",	"2009",	"07:00 PM",	"",	"SM Peer Supervision (Ca)",	"SM Peer Supervision (Ca)"],
	["",	"10",	"8",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"10",	"8",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"10",	"8",	"2009",	"10:00 AM",	"",	"Come to the Well (Sam)",	"Come to the Well (Sam)"],
	["",	"10",	"8",	"2009",	"07:00 PM",	"",	"Circle of Hope (Ca)",	"Circle of Hope (Ca)"],
	["",	"10",	"8",	"2009",	"07:00 PM",	"",	"Trustees (FH)",	"Trustees (FH)"],
	["",	"10",	"11",	"2009",	"07:55 AM",	"",	"9:15 & 11:00 Worship (Sa)",	"9:15 & 11:00 Worship (Sa)"],
	["",	"10",	"11",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"10",	"11",	"2009",	"09:15 AM",	"",	"New Member Class (Sh)",	"New Member Class (Sh)"],
	["",	"10",	"11",	"2009",	"11:00 AM",	"",	"New Member Class (Sh)",	"New Member Class (Sh)"],
	["",	"10",	"12",	"2009",	"08:00 AM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"10",	"12",	"2009",	"09:00 AM",	"",	"Weight Watchers (Sa)",	"Weight Watchers (Sa)"],
	["",	"10",	"12",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"10",	"12",	"2009",	"05:00 PM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"10",	"13",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"10",	"13",	"2009",	"09:30 AM",	"",	"Sisters in Faith",	"Sisters in Faith"],
	["",	"10",	"13",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"10",	"13",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"10",	"13",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"10",	"13",	"2009",	"07:00 PM",	"",	"LOLA (Ca)",	"LOLA (Ca)"],
	["",	"10",	"13",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"10",	"14",	"2009",	"04:30 PM",	"",	"LOGOS",	"LOGOS"],
	["",	"10",	"15",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"10",	"15",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"10",	"15",	"2009",	"09:30 AM",	"",	"Caring Cadre (Sh)",	"Caring Cadre (Sh)"],
	["",	"10",	"15",	"2009",	"07:00 PM",	"",	"Finance Committee (Sh)",	"Finance Committee (Sh)"],
	["",	"10",	"17",	"2009",	"09:00 AM",	"",	"SHALOM Work Weekend",	"Project SHALOM Work Weekend"],
	["",	"10",	"18",	"2009",	"07:55 AM",	"",	"9:15 & 11:00 Worship (Sa)",	"9:15 & 11:00 Worship (Sa)"],
	["",	"10",	"18",	"2009",	"08:00 AM",	"",	"Red Bird Mission Trip(OS)",	"Red Bird Mission Trip(OS)"],
	["",	"10",	"18",	"2009",	"08:00 AM",	"",	"SHALOM Work Weekend",	"Project SHALOM Work Weekend"],
	["",	"10",	"18",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"10",	"18",	"2009",	"09:15 AM",	"",	"New Member Class (Sh)",	"New Member Class (Sh)"],
	["",	"10",	"18",	"2009",	"11:00 AM",	"",	"New Member Class (Sh)",	"New Member Class (Sh)"],
	["",	"10",	"19",	"2009",	"08:00 AM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"10",	"19",	"2009",	"09:00 AM",	"",	"Weight Watchers (Sa)",	"Weight Watchers (Sa)"],
	["",	"10",	"19",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"10",	"19",	"2009",	"05:00 PM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"10",	"20",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"10",	"20",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"10",	"20",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"10",	"20",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"10",	"20",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"10",	"21",	"2009",	"10:00 AM",	"",	"Baldwin Kitchen (OS)",	"Baldwin Kitchen (OS)"],
	["",	"10",	"21",	"2009",	"04:30 PM",	"",	"LOGOS",	"LOGOS"],
	["",	"10",	"22",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"10",	"22",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"10",	"22",	"2009",	"07:00 PM",	"",	"Administrative Board (Sh)",	"Administrative Board (Sh)"],
	["",	"10",	"23",	"2009",	"06:00 PM",	"",	"Euchre Night (FH)",	"Euchre Night (FH)"],
	["",	"10",	"24",	"2009",	"08:00 AM",	"",	"Ministry Fair",	"Ministry Fair"],
	["",	"10",	"25",	"2009",	"07:00 AM",	"",	"Commitment Campaign",	"Commitment Campaign"],
	["",	"10",	"25",	"2009",	"07:55 AM",	"",	"9:15 & 11:00 Worship (Sa)",	"9:15 & 11:00 Worship (Sa)"],
	["",	"10",	"25",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"10",	"25",	"2009",	"09:15 AM",	"",	"Membership Class",	"Old New Members"],
	["",	"10",	"25",	"2009",	"10:15 AM",	"",	"& 12 Parish Nurse (FH)",	"& 12 Parish Nurse (FH)"],
	["",	"10",	"25",	"2009",	"10:30 AM",	"",	"S.S. B Team",	"S.S. B Team"],
	["",	"10",	"25",	"2009",	"11:00 AM",	"",	"Membership Class (Sh)",	"Old New Members"],
	["",	"10",	"25",	"2009",	"12:00 PM",	"",	"Parish Nurse (J)",	"Parish Nurse (J)"],
	["",	"10",	"26",	"2009",	"08:00 AM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"10",	"26",	"2009",	"09:00 AM",	"",	"Weight Watchers (Sa)",	"Weight Watchers (Sa)"],
	["",	"10",	"26",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"10",	"26",	"2009",	"05:00 PM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"10",	"27",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"10",	"27",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"10",	"27",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"10",	"27",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"10",	"27",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"10",	"28",	"2009",	"04:30 PM",	"",	"LOGOS",	"LOGOS"],
	["",	"10",	"29",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"10",	"29",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"10",	"29",	"2009",	"06:30 PM",	"",	"Leadership Event (FH)",	"Leadership Event (FH)"],
	["",	"10",	"31",	"2009",	"08:00 AM",	"",	"Pancake Breakfast @ Applebee's",	"Being served by the United Methodist Men"],
	["",	"10",	"31",	"2009",	"02:00 AM",	"",	"Turn Clocks Back",	"Turn Clocks Back"],
	["",	"11",	"1",	"2009",	"07:00 AM",	"",	"All Saints Day",	"All Saints Day"],
	["",	"11",	"1",	"2009",	"07:55 AM",	"",	"9:15 & 11:00 Worship (Sa)",	"9:15 & 11:00 Worship (Sa)"],
	["",	"11",	"1",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"11",	"1",	"2009",	"10:30 AM",	"",	"Confirmation Field Trip",	"Confirmation Class Field Trip to Holocaust Memorial Center"],
	["",	"11",	"2",	"2009",	"08:00 AM",	"",	"YAHA's",	"YAHA's"],
	["",	"11",	"2",	"2009",	"09:00 AM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"11",	"2",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"11",	"2",	"2009",	"12:00 PM",	"",	"YAHA's (FH)",	"Contact person:  Sharon Waite"],
	["",	"11",	"2",	"2009",	"05:00 PM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"11",	"2",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"11",	"2",	"2009",	"07:00 PM",	"",	"Men's Study Group (112)",	"Contact person:  Jason Waite"],
	["",	"11",	"3",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"11",	"3",	"2009",	"10:00 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"11",	"3",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"11",	"3",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"11",	"3",	"2009",	"06:45 PM",	"",	"Daily Nutrition Room 105",	"Contact person:  Brenda Bullock"],
	["",	"11",	"3",	"2009",	"07:00 PM",	"",	"Stephen Min Training (SH)",	"Contact   Lisa Goyettee"],
	["",	"11",	"3",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"11",	"4",	"2009",	"04:30 PM",	"",	"LOGOS",	"LOGOS"],
	["",	"11",	"4",	"2009",	"07:00 PM",	"",	"SM Peer Supervision (Ca)",	"SM Peer Supervision (Ca)"],
	["",	"11",	"5",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"11",	"5",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"11",	"5",	"2009",	"07:00 PM",	"",	"SPRC (Sh)",	"SPRC (Sh)"],
	["",	"11",	"5",	"2009",	"07:00 PM",	"",	"LOGOS Team Meeting 110",	"LOGOS Team Meeting 110"],
	["",	"11",	"6",	"2009",	"09:00 AM",	"",	"Pasta Dinner",	"Contact person:   Sharon Keener"],
	["",	"11",	"7",	"2009",	"07:00 AM",	"",	"United Methodist Men Meeting",	"Meetings are held at CJ's, in Downtown Lake Orion"],
	["",	"11",	"7",	"2009",	"10:00 AM",	"",	"Sunday School Planning Team",	"Sunday School Planning Team, 124"],
	["",	"11",	"8",	"2009",	"07:00 AM",	"",	"Commitment Campaign",	"Commitment Campaign"],
	["",	"11",	"8",	"2009",	"07:55 AM",	"",	"9:15 & 11:00 Worship (Sa)",	"9:15 & 11:00 Worship (Sa)"],
	["",	"11",	"8",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"11",	"8",	"2009",	"10:30 AM",	"",	"Youth Trip Meeting",	"Youth Ministry Trip Team Meeting"],
	["",	"11",	"9",	"2009",	"09:00 AM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"11",	"9",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"11",	"9",	"2009",	"05:00 PM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"11",	"9",	"2009",	"06:00 PM",	"",	"Prayer & Squares (Na)",	"Contact:   Marian Middleton"],
	["",	"11",	"9",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"11",	"9",	"2009",	"07:00 PM",	"",	"Contemporay Worship (Sh)",	"Contact person:  Robin Dorey"],
	["",	"11",	"9",	"2009",	"07:00 PM",	"",	"S.S. Planning (112)",	"S.S. Planning (112)"],
	["",	"11",	"10",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"11",	"10",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"11",	"10",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"11",	"10",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"11",	"10",	"2009",	"06:45 PM",	"",	"Daily Nutrition Room 105",	"Contact person:  Brenda Bullock"],
	["",	"11",	"10",	"2009",	"07:00 PM",	"",	"LOLA (Ca)",	"LOLA (Ca)"],
	["",	"11",	"10",	"2009",	"07:00 PM",	"",	"Stephen Min Training (SH)",	"Contact person  Lisa Goyette"],
	["",	"11",	"10",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"11",	"11",	"2009",	"04:30 PM",	"",	"LOGOS",	"LOGOS"],
	["",	"11",	"12",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"11",	"12",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"11",	"12",	"2009",	"10:00 AM",	"",	"Come to the Well (os)",	"Contact:  Marian Middleton"],
	["",	"11",	"12",	"2009",	"12:00 PM",	"",	"Blood Drive",	"Blood Drive"],
	["",	"11",	"12",	"2009",	"07:00 PM",	"",	"Trustees",	"Trustees"],
	["",	"11",	"12",	"2009",	"07:00 PM",	"",	"Circle of Hope (Ca)",	"Circle of Hope (Ca)"],
	["",	"11",	"12",	"2009",	"07:00 PM",	"",	"Worship Team (sh)",	"Lynn Winter"],
	["",	"11",	"15",	"2009",	"07:00 AM",	"",	"Commitment Campaign",	"Commitment Campaign"],
	["",	"11",	"15",	"2009",	"07:55 AM",	"",	"9:15 & 11:00 Worship (Sa)",	"9:15 & 11:00 Worship (Sa)"],
	["",	"11",	"15",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"11",	"15",	"2009",	"10:15 AM",	"",	"UMW Bake Sale",	"UMW Bake Sale"],
	["",	"11",	"16",	"2009",	"09:00 AM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"11",	"16",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"11",	"16",	"2009",	"05:00 PM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"11",	"16",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"11",	"16",	"2009",	"07:00 PM",	"",	"Men's Study Group (112)",	"Contact person - Jason Waite"],
	["",	"11",	"17",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"11",	"17",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"11",	"17",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"11",	"17",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"11",	"17",	"2009",	"06:45 PM",	"",	"Daily Nutrition Room 105",	"Contact person:  Brenda Bullock"],
	["",	"11",	"17",	"2009",	"07:00 PM",	"",	"Stephen MIn Training",	"Contact person   Lisa Goyette"],
	["",	"11",	"17",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"11",	"18",	"2009",	"08:30 AM",	"",	"Well Baby Clinic ?? (OT)",	"Well Baby Clinic ?? (OT)"],
	["",	"11",	"18",	"2009",	"10:00 AM",	"",	"Baldwin Kitchen (OS)",	"Baldwin Kitchen (OS)"],
	["",	"11",	"18",	"2009",	"04:30 PM",	"",	"LOGOS",	"LOGOS"],
	["",	"11",	"19",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"11",	"19",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"11",	"19",	"2009",	"09:30 AM",	"",	"Caring Cadre (Sh)",	"Caring Cadre (Sh)"],
	["",	"11",	"19",	"2009",	"07:00 PM",	"",	"Finance Committee (Sh)",	"Finance Committee (Sh)"],
	["",	"11",	"19",	"2009",	"07:00 PM",	"",	"Annual Church Conference",	"Annual Church Conference"],
	["",	"11",	"20",	"2009",	"12:00 AM",	"",	"Prayer Vigil (Sa)",	"Prayer Vigil (Sa)"],
	["",	"11",	"20",	"2009",	"06:00 PM",	"",	"Euchre Night (FH)",	"Euchre Night (FH)"],
	["",	"11",	"21",	"2009",	"01:00 AM",	"",	"Prayer Vigil (Sa)",	"Prayer Vigil (Sa)"],
	["",	"11",	"21",	"2009",	"11:00 AM",	"",	"Wedding Shower (FH)",	"Lynn Winter"],
	["",	"11",	"21",	"2009",	"05:00 PM",	"",	"Parents Night Out",	"Parents Night Out"],
	["",	"11",	"22",	"2009",	"07:00 AM",	"",	"Commitment Campaign",	"Commitment Campaign"],
	["",	"11",	"22",	"2009",	"07:55 AM",	"",	"9:15 & 11:00 Worship (Sa)",	"9:15 & 11:00 Worship (Sa)"],
	["",	"11",	"22",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"11",	"22",	"2009",	"10:15 AM",	"",	"& 12 Parish Nurse (FH)",	"& 12 Parish Nurse (FH)"],
	["",	"11",	"22",	"2009",	"12:00 PM",	"",	"Parish Nurse (J)",	"Parish Nurse (J)"],
	["",	"11",	"22",	"2009",	"02:00 PM",	"",	"Senior Saints (FH)",	"Contact Person  Lisa Goyette"],
	["",	"11",	"23",	"2009",	"09:00 AM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"11",	"23",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"11",	"23",	"2009",	"05:00 PM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"11",	"23",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"11",	"24",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"11",	"24",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"11",	"24",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"11",	"24",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"11",	"24",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"11",	"26",	"2009",	"07:00 AM",	"",	"Thanksgiving Day",	"Thanksgiving Day"],
	["",	"11",	"26",	"2009",	"09:00 AM",	"",	"Winter Family Dinner (FH)",	"Contact person:   Lynn Winter"],
	["",	"11",	"27",	"2009",	"08:00 AM",	"",	"Office Closed",	"Office Closed"],
	["",	"11",	"29",	"2009",	"07:00 AM",	"",	"Advent Sunday",	"Advent Sunday"],
	["",	"11",	"29",	"2009",	"07:55 AM",	"",	"9:15 & 11:00 Worship (Sa)",	"9:15 & 11:00 Worship (Sa)"],
	["",	"11",	"30",	"2009",	"09:00 AM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"11",	"30",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"11",	"30",	"2009",	"05:00 PM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"11",	"30",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"11",	"30",	"2009",	"07:00 PM",	"",	"Men's Study Group (112)",	"Contact person - Jason Waite"],
	["",	"12",	"1",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"12",	"1",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"12",	"1",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"12",	"1",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"12",	"1",	"2009",	"06:45 PM",	"",	"Daily Nutrition Room 105",	"Contact person:  Brenda Bullock"],
	["",	"12",	"1",	"2009",	"07:00 PM",	"",	"Stephen Min Training (SH)",	"Contact Person  Lisa Goyette"],
	["",	"12",	"1",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"12",	"2",	"2009",	"04:30 PM",	"",	"LOGOS",	"LOGOS"],
	["",	"12",	"2",	"2009",	"07:00 PM",	"",	"SM Peer Supervision (Ca)",	"SM Peer Supervision (Ca)"],
	["",	"12",	"3",	"2009",	"07:00 PM",	"",	"Administrative Board (Sh)",	"Administrative Board (Sh)"],
	["",	"12",	"3",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"12",	"3",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"12",	"3",	"2009",	"01:00 PM",	"",	"Greens Market",	"Greens Market Delivery of Greens and Poinsettias and Set Up"],
	["",	"12",	"3",	"2009",	"07:00 PM",	"",	"SPRC (Sh)",	"SPRC (Sh)"],
	["",	"12",	"4",	"2009",	"09:00 AM",	"",	"Greens Market",	"Greens Market"],
	["",	"12",	"5",	"2009",	"09:00 AM",	"",	"Greens Market",	"Greens Market"],
	["",	"12",	"5",	"2009",	"04:00 PM",	"",	"LO Christmas Parade",	"LO Christmas Parade"],
	["",	"12",	"6",	"2009",	"07:00 AM",	"",	"Advent Sunday",	"Advent Sunday"],
	["",	"12",	"6",	"2009",	"07:55 AM",	"",	"9:15 & 11:00 Worship (Sa)",	"9:15 & 11:00 Worship (Sa)"],
	["",	"12",	"6",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"12",	"6",	"2009",	"10:15 AM",	"",	"Distribute Poinsettias",	"Distribute Poinsettia Orders to Congregation"],
	["",	"12",	"6",	"2009",	"10:30 AM",	"",	"Youth Fellowship Event",	"Youth Ministry Christmas Celebration Brunch"],
	["",	"12",	"6",	"2009",	"04:00 PM",	"",	"Light in the Darkness",	"Light in the Darkness"],
	["",	"12",	"7",	"2009",	"08:00 AM",	"",	"YAHA's",	"YAHA's"],
	["",	"12",	"7",	"2009",	"09:00 AM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"12",	"7",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"12",	"7",	"2009",	"05:00 PM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"12",	"7",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"12",	"8",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"12",	"8",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"12",	"8",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"12",	"8",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"12",	"8",	"2009",	"06:45 PM",	"",	"Daily Nutrition Room 105",	"Contact person:  Brenda Bullock"],
	["",	"12",	"8",	"2009",	"07:00 PM",	"",	"Stephen Min Training (SH)",	"Contact Person   Lisa Goyette"],
	["",	"12",	"8",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"12",	"9",	"2009",	"04:30 PM",	"",	"LOGOS",	"LOGOS"],
	["",	"12",	"10",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"12",	"10",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"12",	"10",	"2009",	"07:00 PM",	"",	"Trustees",	"Trustees"],
	["",	"12",	"12",	"2009",	"12:00 PM",	"",	"Parents Afternoon Out",	"Parents Afternoon Out"],
	["",	"12",	"13",	"2009",	"07:00 AM",	"",	"Advent Sunday",	"Advent Sunday"],
	["",	"12",	"13",	"2009",	"07:55 AM",	"",	"9:15 & 11:00 Worship (Sa)",	"9:15 & 11:00 Worship (Sa)"],
	["",	"12",	"13",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"12",	"13",	"2009",	"09:15 AM",	"",	"S.S. Christmas Program",	"S.S. Christmas Program"],
	["",	"12",	"13",	"2009",	"10:30 AM",	"",	"Youth Trip Meeting",	"Youth Ministry Trip Team Meeting"],
	["",	"12",	"13",	"2009",	"11:00 AM",	"",	"Contemporary Worship",	"Contemporary Worship"],
	["",	"12",	"13",	"2009",	"04:00 PM",	"",	"Christmas Concert",	"Annual Concert of Christmas Music by our choirs with congregational carol singing. Followed by  holiday refreshments in the Fellowship Hall."],
	["",	"12",	"14",	"2009",	"09:00 AM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"12",	"14",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"12",	"14",	"2009",	"05:00 PM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"12",	"14",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"12",	"14",	"2009",	"07:00 PM",	"",	"Men's Study Group (112)",	"Contact person - Jason Waite"],
	["",	"12",	"15",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"12",	"15",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"12",	"15",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"12",	"15",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"12",	"15",	"2009",	"06:45 PM",	"",	"Daily Nutrition Room 105",	"Contact person:  Brenda Bullock"],
	["",	"12",	"15",	"2009",	"07:00 PM",	"",	"Stephen Min Training (SH)",	"Contact Person   Lisa Goyette"],
	["",	"12",	"15",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"12",	"16",	"2009",	"10:00 AM",	"",	"Baldwin Kitchen (OS)",	"Baldwin Kitchen (OS)"],
	["",	"12",	"17",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"12",	"17",	"2009",	"09:30 AM",	"",	"Hallelujah Handbells",	"Handbell Rehearsal for advanced ringers to prepare music for Sunday Morning worship and concerts."],
	["",	"12",	"17",	"2009",	"09:30 AM",	"",	"Caring Cadre (Sh)",	"Caring Cadre (Sh)"],
	["",	"12",	"17",	"2009",	"07:00 PM",	"",	"Finance Committee (Sh)",	"Finance Committee (Sh)"],
	["",	"12",	"18",	"2009",	"06:00 PM",	"",	"Euchre Night (FH)",	"Euchre Night (FH)"],
	["",	"12",	"20",	"2009",	"07:00 AM",	"",	"Advent Sunday",	"Advent Sunday"],
	["",	"12",	"20",	"2009",	"07:55 AM",	"",	"9:15 & 11:00 Worship (Sa)",	"9:15 & 11:00 Worship (Sa)"],
	["",	"12",	"20",	"2009",	"09:15 AM",	"",	"YESS (Y)",	"Middle School & High School Sunday School Program"],
	["",	"12",	"21",	"2009",	"09:00 AM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"12",	"21",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"12",	"21",	"2009",	"05:00 PM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"12",	"21",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"12",	"22",	"2009",	"09:00 AM",	"",	"Mothers Morning Out (N)",	"Mothers Morning Out (N)"],
	["",	"12",	"22",	"2009",	"09:30 AM",	"",	"Small Group Study (Sh)",	"Small Group Study (Sh)"],
	["",	"12",	"22",	"2009",	"01:30 PM",	"",	"Wesley Choir",	"A music and fellowship event and rehearsal for senior citizens to prepare music for Sunday Morning Worship Services."],
	["",	"12",	"22",	"2009",	"06:30 PM",	"",	"Evening Handbells",	"Handbell rehearsal to prepare music for Sunday Morning Worship Services about once a month."],
	["",	"12",	"22",	"2009",	"07:30 PM",	"",	"Chancel Choir",	"Weekly Chancel Choir rehearsals to prepare for Sunday Morning Worship Services and concerts."],
	["",	"12",	"24",	"2009",	"08:00 AM",	"",	"Office closes at noon",	"Office closes at noon"],
	["",	"12",	"24",	"2009",	"08:00 AM",	"",	"4:30,7,9,11 Christmas Eve",	"4:30,7,9,11 Christmas Eve"],
	["",	"12",	"25",	"2009",	"08:00 AM",	"",	"Christmas",	"Christmas"],
	["",	"12",	"25",	"2009",	"08:00 AM",	"",	"Office Closed",	"Office Closed"],
	["",	"12",	"27",	"2009",	"10:00 AM",	"",	"Lessons & Carols",	"Lessons & Carols"],
	["",	"12",	"27",	"2009",	"11:30 AM",	"",	"Waite Baptism Recep (FH)",	"Waite Baptism Recep (FH)"],
	["",	"12",	"28",	"2009",	"08:00 AM",	"",	"Office Closed",	"Office Closed"],
	["",	"12",	"28",	"2009",	"09:00 AM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"12",	"28",	"2009",	"11:00 AM",	"",	"Bible Study (Sh)",	"Bible Study (Sh)"],
	["",	"12",	"28",	"2009",	"05:00 PM",	"",	"Weight Watchers (FH)",	"Weight Watchers (FH)"],
	["",	"12",	"28",	"2009",	"07:00 PM",	"",	"Testify Rehearsal (Sa)",	"Testify Rehearsal (Sa)"],
	["",	"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"]
	
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);
