<!-- Begin
var aux = "11";

var pref = "";

if (lvl == 1) { pref = "../" };
if (lvl == 2) { pref = "../../" };
if (lvl == 3) { pref = "../../../" };

    Low = new MakeArray(aux);
   High = new MakeArray(aux);
   What = new MakeArray(aux);
   When = new MakeArray(aux);
Feature = new MakeArray(aux);
   Evnt = new MakeArray(aux);

  Low[1] = "20100125";  High[1] = "20100217";  What[1] = "<a href=" + pref + "easter/index.htm>Ash Wednesday Service</a>"; When[1] = "Wednesday, February 17<sup>th</sup> at 7:00&nbsp;pm"; Feature[1] = ""; Evnt[1] = "I";
  Low[2] = "20100117";  High[2] = "20100220";  What[2] = "<a href=" + pref + "jazz/index.htm>Jazz Vespers</a>"; When[2] = "Saturday, February 20<sup>th</sup> at&nbsp;6:00&nbsp;pm"; Feature[2] = "<a href=http://web.mac.com/swingfactormusic/Swing_Factor_Music/Max_Home.html>Max Colley III</a>"; Evnt[2] = "J";
  Low[3] = "20100204";  High[3] = "20100303";  What[3] = "<a href=" + pref + "taize/index.htm>Taiz&eacute; Sung Prayer</a>"; When[3] = "Wednesday, March 3<sup>rd</sup> at&nbsp;7:00&nbsp;pm"; Feature[3] = ""; Evnt[3] = "T";
  Low[4] = "20100221";  High[4] = "20100320";  What[4] = "<a href=" + pref + "jazz/index.htm>Jazz Vespers</a>";  When[4] = "Saturday, March 20<sup>th</sup> at&nbsp;6:00&nbsp;pm"; Feature[4] = "<a href=http://hughdewitt.com/The_Hugh_DeWitt_Trio.html>The Hugh DeWitt Trio</a>"; Evnt[4] = "J";
  Low[5] = "20100217";  High[5] = "20100401";  What[5] = "<a href=" + pref + "easter/index.htm>Maundy Thursday</a>";  When[5] = "Thursday, April 1<sup>st</sup> at 6:00&nbsp;pm"; Feature[5] = ""; Evnt[5] = "I";
  Low[6] = "20100217";  High[6] = "20100402";  What[6] = "<a href=" + pref + "easter/index.htm>Good Friday Service</a>"; When[6] = "Friday, April 2<sup>nd</sup> from Noon to 3:00&nbsp;pm"; Feature[6] = "At Central Reformed Church<br>&ldquo;The Seven Last Words of Jesus&rdquo;"; Evnt[6] = "I";
  Low[7] = "20100217";  High[7] = "20100402";  What[7] = "<a href=" + pref + "easter/index.htm>Good Friday Service</a>"; When[7] = "Friday, April 2<sup>nd</sup> at 7:00&nbsp;pm"; Feature[7] = "Service of Scripture and Drama"; Evnt[7] = "I";
  Low[8] = "20100304";  High[8] = "20100407";  What[8] = "<a href=" + pref + "taize/index.htm>Taiz&eacute; Sung Prayer</a>"; When[8] = "Wednesday, April 7<sup>th</sup> at&nbsp;7:00&nbsp;pm"; Feature[8] = ""; Evnt[8] = "T";
  Low[9] = "20100321";  High[9] = "20100417";  What[9] = "<a href=" + pref + "jazz/index.htm>Jazz Vespers</a>"; When[9] = "Saturday, April 17<sup>th</sup> at&nbsp;6:00&nbsp;pm"; Feature[9] = "<a href=http://www.raykamalay.com>Ray Kamalay Trio</a>"; Evnt[9] = "J";
 Low[10] = "20100408"; High[10] = "20100505"; What[10] = "<a href=" + pref + "taize/index.htm>Taiz&eacute; Sung Prayer</a>"; When[10] = "Wednesday, May 5<sup>th</sup> at&nbsp;7:00&nbsp;pm"; Feature[10] = ""; Evnt[10] = "T";
 Low[11] = "20100418"; High[11] = "20100515"; What[11] = "<a href=" + pref + "jazz/index.htm>Jazz Vespers</a>"; When[11] = "Saturday,May 15<sup>th</sup> at&nbsp;6:00&nbsp;pm"; Feature[11] = ""; Evnt[11] = "J";

if ( doc == "index" || doc == "indexphp" )
    {
        document.write( '<p><table border=0 cellpadding=0 cellspacing=0 align=center width=210 class="BgColor0">' );
        document.write( '<tr><td width=7 height=7 background=graphics/tlc.png></td><td height=7></td><td width=7 height=7 background=graphics/trc.png></td></tr>' );
        document.write( '<tr><td width=7>&nbsp;</td><td>' );
        document.write( '<p id="norm" align="center"><small><b>Other Worship Opportunities:</b></small></p>' );
    }

for ( i = 1 ; i <= aux ; i++ )
    {

        var chk = 0;

        if ( doc == "index" || doc == "indexphp" ) { chk = 1; }

        if ( doc == "jazz" && Evnt[i] == "J" ) { chk = 1; }

        if ( doc == "taize" && Evnt[i] == "T" ) { chk = 1; }

        if ( DateRange( Low[i], High[i] ) == 1 && chk == 1 )
            {
                document.write( '<table border=0 cellpadding=0 cellspacing=0 align="center" width="200">' );
                document.write( '<tr><td width=7 height=7 background=' + pref + 'graphics/tlc.gif></td><td bgcolor=#FFFFFF height=7></td><td width=7 height=7 background=' + pref + 'graphics/trc.gif></td></tr>' );
                document.write( '<tr><td width=7 bgcolor=#FFFFFF>&nbsp;</td><td bgcolor=#FFFFFF>' );
                document.write( '<p align="center"><b id="tiny">' + What[ i ] + '</b><br>' );
                document.write( '<p align="center"><small id="sml">' + When[ i ] + '</small></p>' );

                if ( Feature[i].length != 0 )
                    {
                        document.write( '<p align="center"><small id="sml">' + Feature[ i ] + '</small></p>' );
                    }

                document.write( '</td><td width=7 bgcolor=#FFFFFF>&nbsp;</td></tr>' );
                document.write( '<tr><td width=7 height=7 background=' + pref + 'graphics/blc.gif></td><td bgcolor=#FFFFFF height=7></td><td width=7 height=7 background=' + pref + 'graphics/brc.gif></td></tr>' );
                document.write( '</table>' );
}
}

if ( doc == "index" || doc == "indexphp" )
    {
        document.write( '</td><td width=7>&nbsp;</td></tr>' );
        document.write( '<tr><td width=7 height=7 background=graphics/blc.png></td><td height=7></td><td width=7 height=7 background=graphics/brc.png></td></tr>' );
        document.write( '</table>' );
    }

document.write( '<p align="center">' );

// End -->
