<!-- 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 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>');



{

document.write('<fieldset><legend>');

document.write('Church Office<br></legend>');

document.write('<b>(856) 478-9559');
document.write('<br>');
   document.write('<a href="../contact.htm">Email Links');
document.write('</a>');
document.write('</fieldset>');
document.write('<br><br>');

}



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Service Times<br></legend>');

document.write('<b>Sunday School - 9:30am');
document.write('<br>');
   document.write('Sunday Services');
document.write('<br>');
   document.write('&nbsp;&nbsp;&nbsp;Worship: 11:00am');
   document.write('<br>');
   document.write('&nbsp;&nbsp;&nbsp;Prayer Mtg: 6:00pm');

document.write('<br>');
   document.write('Wednesday 7:00pm');
document.write('<br>');
   document.write('&nbsp;&nbsp;&nbsp;Adult Bible Studies');
document.write('<br>');
   document.write('&nbsp;&nbsp;&nbsp;Kids Klub');
document.write('<br>');
   document.write('&nbsp;&nbsp;&nbsp;Kingdom Kids');
document.write('<br>');
   document.write('&nbsp;&nbsp;&nbsp;Youth Group Events');



document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<img src="../picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Weekly Links<br></legend>');

document.write('&nbsp;&nbsp;<a href="../bulletin.htm">Sunday Bulletin</a><br>');
document.write('&nbsp;&nbsp;<a href="../calendar.htm">Calendar</a><br>');
document.write('&nbsp;&nbsp;<a href="../audiovideolibrary.htm">Sermon Library</a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->