/*****************************************************
 * File: AutomatedSundayScheduler.js
 *
 * Description: Provides Content management for the 
 *              Updates section on all site pages    
 *
 * Author: Paul Thurston, Ph.D.
 *
 *****************************************************/
 /*Section 1. Vacation Bible School */

document.write(" \<p class=\"third_section\">");
document.write(" \<b>");
document.write("\<a href= \"http://www.immanuelnyc.org/education/vbs.html\">Vacation Bible School\</a>");
document.write(" \</b>");
document.write(" \<p class=\"third_section\">");
document.write(" Join us for Vacation Bible School, this August 23rd - 27th. Click above for details.");
document.write(" \</p>");
document.write(" \</p>");

 /*Section 2. Joy & Thanksgiving */

document.write(" \<p class=\"third_section\">");
document.write(" \<b>");
document.write("\<a href= \"http://www.immanuelnyc.org/roof.html\">With Joy and Thanksgiving\</a>");
document.write(" \</b>");
document.write(" \<p class=\"third_section\">");
document.write(" Click above for more on our mission to fund a new roof for our church and steeple.");
document.write(" \</p>");
document.write(" \</p>");

 /*Section 3. Children's Choir */

document.write(" \<p class=\"third_section\">");
document.write(" \<b>");
document.write("\<a href= \"http://www.immanuelnyc.org/music/childrenchoir.html\">Join our Children's Choir!\</a>");
document.write(" \</b>");
document.write(" \<p class=\"third_section\">");
document.write(" An opportunity for children to learn and perform sacred music -- click above for details (12:30 pm each Sunday).");
document.write(" \</p>");
document.write(" \</p>");
 
/*Section 4. Sunday Morning Service */

document.write(" \<p class=\"third_section\">");
document.write(" \<b>");
document.write("\<a href= \"http://www.immanuelnyc.org/visitors/pastorsgreeting.html\">Sunday Morning Service\</a>");
document.write(" \</b>");
document.write(" \<p class=\"third_section\">");
document.write(" 11:00 am (followed by coffee hour)");
document.write(" \</p>");
document.write(" \</p>");

/*Section 5. Wednesday Evening Service */

document.write(" \<p class=\"third_section\">");
document.write(" \<b>");
document.write("\<a href= \"http://www.immanuelnyc.org/visitors/pastorsgreeting.html\">Midweek Holy Communion - Spoken Liturgy\</a>");
document.write(" \</b>");
document.write(" \<p class=\"third_section\">");
document.write(" 6:30 pm each Wednesday");
document.write(" \</p>");
document.write(" \</p>");

/*Section 6. Sunday School */

document.write(" \<p class=\"third_section\">");
document.write(" \<b>");
document.write("\<a href= \"http://www.immanuelnyc.org/education/sundayschool.html\">Sunday School\</a>");
document.write(" \</b>");
document.write(" \<p class=\"third_section\">");
document.write(" 10:00 am for ages 3 to 12");
document.write(" \</p>");
document.write(" \</p>");








