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

document.write(" \<p class=\"third_section\">");
document.write(" \<b>");
document.write("\<a href= \"http://www.immanuelnyc.org/upcoming_events.html\">Upcoming Events\</a>");
document.write(" \</b>");
document.write(" \<p class=\"third_section\">");
document.write(" Click above for a quick look at events that will be occurring shortly at Immanuel Lutheran Church.");
document.write(" \</p>");
document.write(" \</p>");

/*Section 2. Sunday Liturgies */

document.write(" \<p class=\"third_section\">");
document.write(" \<b>");
document.write("\<a href= \"http://www.immanuelnyc.org/visitors/pastorsgreeting.html\">Sunday Liturgies\</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 3. 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 5. Gallery */

document.write(" \<p class=\"third_section\">");
document.write(" \<b>");
document.write("\<a href= \"http://www.immanuelnyc.org/gallery.html\">Gallery\</a>");
document.write(" \</b>");
document.write(" \<p class=\"third_section\">");
document.write(" Click the link above for photos, audio and video recently added to our gallery.");
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>");

/*Section 7. 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 8. 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>");











