<!-- Begin
var pref = "";

if (lvl == 1) { pref = "../"; }
if (lvl == 2) { pref = "../../"; }
if (lvl == 3) { pref = "../../../"; }

if (DateRange("20091101","20091226") == 1) {
document.write('<p id=norm align=center><a name=20091230_advent_devotions></a>'); 
if (doc == "index") {document.write('<a href="' + pref + 'events/index.htm#20091230_advent_devotions" title="Click here for more information.">');}
document.write('<img src=' + pref + 'graphics/Advent_2009.png align=left border=0 width=103 height=160>');
document.write('<b style="font-size: 20px; line-height: 22px; color: navy;">Advent Devotions</b></a>');
document.write('<p id=norm>');
document.write('<span id=what>Advent Devotionals</span> are available <span id=when>Sunday, November 29.</span> ');
if (doc != "index") {
document.write('There is a devotion for each day of Advent written with love and care by someone from First Church. ');
document.write('Please plan on taking one booklet per household.  ');
}
document.write('<br><a href=' + pref + 'advent/index.htm><img src=' + pref + 'graphics/More.gif border=0></a>  ');
document.write('</p><hr>');
}
// End --> 