<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "no"		// SHOW THE 3RD PARAGRAPH

var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Worship Times...<br></legend><br>');

document.write('<B><center><font color="black">Sunday 8:00 a.m.</font></center></b>');
document.write('<B><center><font color="black">Classes 9:00 a.m.</font></center></b>');
document.write('<B><center><font color="black">Sunday 10:15 a.m.</font></center></b>');
document.write('<B><center><font color="black">Sunday Evenings-Various Care Groups</font></center></b>');
document.write('<B><center><font color="black">Wednesday 6:30 p.m.</font></center></b>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Looking Ahead...<br></legend><br>');

document.write('<B><center><font color="black">WinterFest</font></center></b>');
document.write('<center><font color="black">February 17-19</font></center>');
//document.write('<center><font color="black">8:30a.m.</font></center>');
document.write('<HR>');

document.write('<B><center><font color="black">FootPrints 5K Run</font></center></b>');
//document.write('<center><font color="black">February 25th</font></center>');
//document.write('<center><font color="black">8:30a.m.</font></center>');
document.write('<HR>');

document.write('<B><center><font color="black">Sweetheard Banquet</font></center></b>');
//document.write('<B><center>March 10th</center>');
//document.write('<center><font color="black">1:30-3:30 p.m.</font></center>');
document.write('<HR>');

document.write('<B><center><font color = "black">Women's Retreat</font></center></b>');
document.write('<center>March 2-3</center>');
document.write('<HR>');

document.write('<B><center><font color = "black">Ash Wednesday Service</font></center></b>');
document.write('<center>February 22nd</center>');
document.write('<center><font color="black">6:30a.m.</font></center>');
document.write('<HR>');

//document.write('<B><center><font color="black">AGAPE Coin Cans</font></center></b>');
//document.write('<B><center><font color="black">November 5-6</font></center></b>');
//document.write('<center><font color="black">May 7</font></center>');
//document.write('<HR>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<img src="picts/sidebar-right.jpg" border="0" class="borders"><br>');

//document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Word This Week<br></legend><br>');

//document.write('<B><center><font color="black">Preparation for</center></font></b>');
//document.write('<B><center><font color="black">April 17-23</center></font></b>');
//document.write('<B><center>Acts 9:1-9:31</center></b>');
//document.write('<B><center>Acts 13:1-14:28</center></b>');
//document.write('<B><center>Acts 15:1-15:41</center></b>');
//document.write('<B><center>Acts 16:1-20:38</center></b>');
//document.write('<B><center>Acts 25:1-28:31</center></b>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3





document.write('</td></tr></table>');


// -- END -->
