<!-- Begin
var pref = "";

if (lvl == 1) { pref = "../" }
if (lvl == 2) { pref = "../../" }
if (lvl == 3) { pref = "../../../" }

if (DateRange("20091001","20091219") == 1) {
document.write('<p id="norm" align="center"><a name=20091219_jazz_vespers></a>'); 
document.write('<img src=' + pref + 'graphics/JazzVespers_sm.gif align=left border=0>');
if (doc == "index") {document.write('<a href="' + pref + 'events/index.htm#20091219_jazz_vespers" title="Click here for more information.">');}
document.write('<b style="font-size: 20px; line-height: 22px; color: red;">Jazz Vespers</b></a>');
document.write('<p id="norm">');
document.write('Join us for <a href=' + pref + 'jazz/index.htm>Jazz Vespers</a> at <span id=when>6:00 pm on Saturday, December 19<sup>th</sup>!</span>  ');
if (doc != "index") {
document.write('<i>&ldquo;What we play is life.&rdquo; - <b>Louis Armstrong</b></i> ');
document.write('<img src="' + pref + 'photos/MacNaughton Blvd.png" align=right border=0>');
document.write('<br><b>Featuring: <a href=http://rogermacnaughton.com/>MacNaughton Boulevard</a></b> ');
document.write('<br><a href=' + pref + 'jazz/index.htm><img src=' + pref + 'graphics/More.gif border=0></a>  ');
}
document.write('<br clear="all"><p clear="all"><hr>');
}
// End --> 