<!-- Begin
var pref = "";

if (lvl == 1) { pref = "../" }
if (lvl == 2) { pref = "../../" }
if (lvl == 3) { pref = "../../../" }

<!-- Begin
if (DateRange("20090701","20091206") == 1) {
document.write('<a name=20091206_blue_xmas></a>'); 
document.write('<img src="' + pref + 'graphics/a_candle.gif" align="left">');
if (doc == "index") { document.write('<a href="' + pref + 'events/index.htm#20091206_blue_xmas" title="Click here for more information.">'); }
document.write('<b style="font-size: 20px; line-height: 22px; color: navy;">Blue Christmas Service</b></a>');
document.write('<p id=norm>');
if (doc != "index") {
document.write('Christmas can be a “blue” time for those facing a significant loss.  ');
document.write('The Pastoral Care Team invites you and your family and friends to our <span id=what>Blue Christmas service</span> to be held <span id=loc>in the chapel</span> on  ');
}
document.write('<span id=when>Sunday, December 6<sup>th</sup> at 6:00 pm.</span> ');
document.write('<br><a href=' + pref + 'health/blue_christmas.htm><img src=' + pref + 'graphics/More.gif border=0></a>');
document.write('<br clear="all"><p clear="all"><hr>');
}
// End --> 