<!-- Begin
var pref = "";

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

if (DateRange("20090301","20090531") == 1) {
if (doc == "index") {
document.write('<p><table border=0 cellpadding=0 cellspacing=0 align=center width=210 class="BgColor0">');
document.write('<tr><td width=7 height=7 background=graphics/tlc.png></td><td height=7></td><td width=7 height=7 background=graphics/trc.png></td></tr>');
document.write('<tr><td width=7>&nbsp;</td><td>');
}
document.write('<p id="norm" align="center"><a name=20090531_adult_classes></a>'); 
//document.write('<img src="' + pref + 'graphics/2009-03 book club.bmp" align="left" width=50% height=50%>');
if (doc == "index") { document.write('<a href="' + pref + 'events/index.htm#20090531_adult_classes" title="Click here for more information.">'); }
if (doc == "index") { 
document.write('<b style="font-size: 16px; line-height: 16px; color: red;">Sunday Adult Classes</b></a>'); 
} else {
document.write('<b style="font-size: 20px; line-height: 22px; color: navy;">Sunday Adult Classes</b></a>');
}
document.write('<p id=norm>');
if (doc != "index") { document.write('New Adult Church School classs are here!'); }
document.write('<ul id=tiny>');
if (DateFind("20090510") == 1) {
document.write('<li><a href=' + pref + 'classes/adult_ed.htm#death title="A historical look at the crucifixion. - Room 3110">The Death & Resurrection of Christ</a>');
}
document.write('<li><a href=' + pref + 'classes/adult_ed.htm#saving title="Explore the relevance of Jesus Christ for the third millennium. - Room 3108">Saving Jesus</a>');
document.write('<li><a href=' + pref + 'classes/adult_ed.htm#menu title="Learn more about modern food systems. - Room 3109">Menu for the Future</a>');
document.write('<li><a href=' + pref + 'classes/adult_ed.htm#stress title="Enjoy the moment, feel peaceful and blessed. - Parlor">Stress Less</a>');
document.write('</ul>');
document.write('<b>Sundays 9:30 am, </b> No sign-up necessary ');
document.write('<br><a href=' + pref + 'classes/adult_ed.htm><img src="' + pref + 'graphics/More.gif" border=0></a> ');

if (doc == "index") {
document.write('</td><td width=7>&nbsp;</td></tr>');
document.write('<tr><td width=7 height=7 background=graphics/blc.png></td><td height=7></td><td width=7 height=7 background=graphics/brc.png></td></tr>');
document.write('</table>');
}
if (doc != "index") { document.write('<br clear="all"><p clear="all"><hr>'); }
}
// End --> 