//text_array2(mm,dd,"Information",x)  
//where x = o means one time only
//where x = w means once every week then dd means day of week where Sunday = 0
//where x = 1 thru 5 means once every month then dd means day of week where Sunday = 0 x means 1st thru 5th week
text_array2(0,5,"Secratari's Helper <BR>9 AM","w")
text_array2(0,1,"Pastor & Karen's<br> day of rest!","w")
text_array2(0,1,"New Year's Day ","o");
//
text_array2(0,0,"MITES!<br>SS ABC 8:45 AM<br>Church Communion 10:00AM","s")
text_array2(1,0,"SS ABC 8:45 AM<br>Church  10:00AM","s")
text_array2(2,0,"SS ABC 8:45 AM<br>Church Communion 10:00AM","s")
text_array2(3,0,"SS ABC 8:45 AM<br>Church  10:00AM","s")
text_array2(4,0,"SS ABC 8:45 AM<br>Church  10:00AM","s")
text_array2(1,2,"Elders 6:00 PM<br>Council 7:00 PM","s")
text_array2(2,4,"LWML monthly meeting. <br>10:00 AM","s")
text_array2(0,6,"The Epiphany of <br>our Lord","o")
text_array2(0,7,"LWML Workshop<br>Pew Cards, etc","o")
//Lenten Activities
text_array2(1,17,"Ash Wednesday<br>4:00 & 7:00PM","o")
text_array2(1,24,"Lenten Services<br>4:00 & 7:00PM<br> Soup Supper 5:30","o")
text_array2(2,3,"Lenten Services<br>4:00 & 7:00PM<br> Soup Supper 5:30","o")
text_array2(2,10,"Lenten Services<br>4:00 & 7:00PM<br> Soup Supper 5:30","o")
text_array2(2,17,"Lenten Services<br>4:00 & 7:00PM<br> Soup Supper 5:30","o")
text_array2(2,24,"Lenten Services<br>4:00 & 7:00PM<br> Soup Supper 5:30","o")
text_array2(2,28,"Palm Sunday Services","o")
text_array2(3,1,"Maundy Thursday <br> Service 4:00 & 7:00PM","o")
text_array2(3,2,"Good Friday<br>Tenebrae Service<br>4:00 & 7:00PM","o")
text_array2(3,4,"Easter Sunday Services","o")
text_array2(3,11,"SS ABC 8:45 AM<br>Church Communion 10:00AM<br>3:00 PM<br>Ground Breaking<br>Ceremony","o")
//End Lenten Activities
//Other National Holidays
text_array2(4,31,"Memorial Day","o")
// Clear activity for the 3rd of July
text_array2(6,3,"  ","o")
text_array2(6,4,"Fourth of July","o")
text_array2(8,6,"Labor day","o")
//End Other National Holidays
// Thanskgiving Activities
text_array2(10,25,"Thanksgiving Day <br> Services 10 AM","o")
// clear any activity for the day after thanksgiving
text_array2(10,26,"   ","o")
//End Thanskgiving Activities
//Advent & Christmas Activities
text_array2(11,1,"Advent Services<br>7 PM","o")
text_array2(11,8,"Advent Services<br>7 PM","o")
text_array2(11,15,"Advent Services<br>7 PM","o")
text_array2(11,22,"Advent Services<br>7 PM","o")
text_array2(11,24,"Christmas Eve Services<br>7 PM","o")
text_array2(11,25,"Christmas Day Services<br>7 PM","o")
//End Advent & Christmas Activities
//New Years Activities
text_array2(11,31,"New Year's Eve<br>Communion 7 PM","o")
//End New Years Activities
