<!-- Begin
var pref = "";

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

if (DateRange("20091001","20091206") == 1) {

document.write('<p id=norm align="center"><a name=20091206_annual_conference></a> ');

if (doc == "index") { document.write('<a href="' + pref + 'events/index.htm#20091206_annual_conference" title="Click here for more information.">'); }

document.write('<b style="font-size: 20px; line-height: 22px; color: navy;">Annual Conference</b></a> ');
document.write('<p id=norm> ');

document.write('Our yearly <span id=what>Church Conference</span> will be held on <span id=when>Sunday, December 6th at 12:15 pm</span> in <span id=loc>Wesley Hall</span>. ');
 

if (doc != "index") {

document.write('Our Fellowship Committee has graciously offered to serve a free dinner prior to the Conference, which means that reservations will be a necessity. ');
document.write('Watch for information in upcoming Hotlines and use the Sunday sign-up sheet to reserve space. ');
//document.write('Learn more about Mike: <a href=http://www.undertheoverpass.com><img src="' + pref + 'graphics/Link.gif" border=0></a> ');
}
document.write('<br clear="all"><p clear="all"><hr>');
}
// End --> 