// ----------------------------- //
// --- index.html --- inputs --- //
// ----------------------------- //


// --- Monthly Memory Verse Info --- //
var memoryMonth = "August";
var memoryVerse = "Isaiah 53:4-6";
var memoryText = "Surely he took up our infirmities and carried our sorrows, yet we considered him stricken by God, smitten by him, and afflicted. But he was pierced for our transgressions, he was crushed for our iniquities; the punishment that brought us peace was upon him, and by his wounds we are healed. We all, like sheep, have gone astray, each of us has turned to his own way; and the LORD has laid on him the iniquity of us all";

// --- Last Updated Date goes here --- format is Month (full) Date, Year --- //
var lastUpdated = "August 2, 2008";


// ------------------------------- //
// --- special.html --- inputs --- //
// ------------------------------- //


// --- total sections on page --- //
var titleCount = 5;
var titleSub = new Array();
var title = new Array();
var titleSubCount = new Array();

// --- section 1 --- //
title[1] = "SUMMER EVENING SERVICES";
titleSubCount[1] = 1;

titleSub[1] = new Array();

titleSub[1][1] = "We will once again be combining with Meadowlands Fellowship CRC for our evening services in July and August. We will begin with services held at MFCRC in July and conclude them with services held here in August. All services will be at 6 pm.";
titleSub[1][2] = "";
titleSub[1][3] = "";
titleSub[1][4] = "";
titleSub[1][5] = "";
titleSub[1][6] = "";


// --- section 2 --- //
title[7] = "FISH";
titleSubCount[7] = 2;

titleSub[7] = new Array(); 

titleSub[7][1] = "<a class=dark href='http://www.ancastercrc.org/fish'>Click here to see the FISH website</a>";
titleSub[7][2] = "Meets this Wednesday night at 7:30pm for the ''Police Check'' event . . . for those of us who are 16 years or older, please have your 'police check reports' completed. In order to serve those members of the congregation who are also coming for the 'Police Check' night, each student is asked to bring 3 baked pies. We will be serving refreshments to those who come for a free-will offering that will go to benefit next year's mission trip.";
titleSub[7][3] = "";  
titleSub[7][4] = "";
titleSub[7][5] = "";

// --- section 3 --- //
title[3] = "SAVE THE DATE";
titleSubCount[3] = 1;

titleSub[3] = new Array();

titleSub[3][1] = "Outdoor service and BBQ will be held on Sunday, September 7th at Mount Mary. More details to follow.";
titleSub[3][2] = "";
titleSub[3][3] = ""; 

// --- section 4 --- //
title[2] = "ANCASTER PRAISE CHOIR";
titleSubCount[2] = 1;

titleSub[2] = new Array();

titleSub[2][1] = "Starting September of this year, choir practises will be held on Monday evenings, 7 pm to 8:45 pm. Mondays will stay in effect until further notice. We especially need more sopranos and altos, so please consider making this choir season your time to join us and be blessed with the joy of singing four part harmony. EVERYONE is welcome!";
titleSub[2][2] = "";
titleSub[2][3] = "";
titleSub[2][4] = "";

// --- section 5 --- //
title[4] = "SEA TO SEA CELEBRATION RALLY";
titleSubCount[4] = 1;

titleSub[4] = new Array(); 

titleSub[4][1] = "will take place in Niagara Falls on August 24. The location is Queenston Heights Park. There will be opportunity to meet and greet the cyclists at 2 pm followed with a celebration rally at 4 pm. Dr Brian Walsh CRC chaplain at the University of Toronto will be the speaker. The rally will be followed by a peach social. Plan now to attend.";
titleSub[4][2] = "";
titleSub[4][3] = ""; 
titleSub[4][4] = "";
titleSub[4][5] = "";

// --- section 6 --- //
title[5] = "SEE YOU IN SEPTEMBER!";
titleSubCount[5] = 1;

titleSub[5] = new Array();

titleSub[5][1] = "Before you begin your well-earned summer vacations, please mark your calendars for Thursday, September 25th... the annual Carpenteros’ Christian Sport Celebrity Dinner and Auction. Our featured guest this year will be Michael ''Pinball'' Clemons, former running back, coach and now CEO of the Toronto Argos. Inspirational music will be provided by Diane Clemons, gospel recording artist and Michael’s wife. Plan to come out and enjoy a delicious dinner, vie for the wonderful items in the silent and live auctions and support the micro-credit cooperatives in Honduras and El Salvador. Cost for the evening is $75 each ($50 pp is tax deductible) or a table of 10 for $750. Tickets will be available soon, so please contact Audrey or Jim Bezemer (905-648-3460 or abezemer@sympatico.ca) or Ken Vanderlaan (905- 628-9666 or kvanderlaan@ipcc.org) or your local Carpentero";
 

