<!-- Begin
var pref = "";

if (lvl == 1) { pref = "../" }
if (lvl == 2) { pref = "../../" }
if (lvl == 3) { pref = "../../../" }

if (DateRange("20091201","20100207") == 1) {
document.write('<p id="norm" align="center"><a name=20100207_winter_brochure></a>'); 
document.write('<img src="' + pref + 'graphics/2010-Brochure-Cover.png" align="left" width=67 height=102>');
if (doc == "index") { document.write('<a href="' + pref + 'events/index.htm#20100207_winter_brochure" title="Click here for more information.">'); }
document.write('<b style="font-size: 20px; line-height: 22px; color: navy;">Winter/Spring Program Schedule</b></a>');
document.write('<p id=norm>');
document.write(' The <span id=what>Winter/Spring Program Schedule</span> is available! ');
if (doc != "index") { 
document.write('Worship, classes, events, fellowship, people -- it&rsquo;s all here. '); 
document.write('Look for it in the lobbies of First Church and First Place. '); 
}
document.write('<br><a href=http://www.pdfdownload.org/pdf2html/view_online.php?url=http%3A%2F%2Fwww.grandrapidsfumc.org%2Fhotline-online%2F2010%2F2010%20Winter%20Brochure%20WEB.pdf><img src=' + pref + 'graphics/More.gif border=0></a>  ');
document.write('<br clear="all"><p clear="all"><hr>');
}
// End --> 