<!-- 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('Sunday Morning<br></legend>');

document.write('Worship at 8am & 10:45am Sunday School at 9:15am. <a href="sunday_morning.htm">More Info...</a><br>');

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('<a href="http://www.mapquest.com/maps/map.adp?address=600%20Silvey%20St&city=Columbia&state=MO&zipcode=65203&country=US&title=%3Cspan%20style=%22margin-bottom:0px;%22%20class=%22adr%22%3E%3Cb%20class=%22fn%20org%22%3EEvangelical%20Free%20Church:%3C/b%3E%3Cspan%20style=%22margin-bottom:0px;%22%20class=%22nowrap%20phnum%20tel%20work%22%3E573-445-7206%3C/span%3E%20%3Cspan%20style=%22margin-bottom:0px;%22%20class=%22street-address%22%3E600%20Silvey%20St%3C/span%3E%20%3Cspan%20style=%22display:inline;margin-bottom:0px;%22%20class=%22locality%22%3EColumbia%3C/span%3E,%20%3Cspan%20style=%22display:inline;margin-bottom:0px;%22%20class=%22region%22%3EMO%3C/span%3E%20%3Cspan%20style=%22display:inline;margin-bottom:0px;%22%20class=%22postal-code%22%3E65203%3C/span%3E,%20%20%3Cspan%20style=%22display:inline;margin-bottom:0px;%22%20class=%22country-name%22%3EUS%3C/span%3E%3C/span%3E&cid=lfmaplink2&name=Evangelical%20Free%20Church&dtype=s%22%3EMap%20of%20Evangelical%20Free%20Church:573-445-7206%20600%20Silvey%20St%20Columbia,%20MO%2065203,%20%20US%3C/a%3E"><img src="picts/sidebar-right1.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('Subscribe<br></legend>');

document.write('<a href="http://visitor.constantcontact.com/d.jsp?m=1100519102521&p=oi"  target="_blank" style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:11px; color:#666666;">Sign up here for Email Blasts.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2









// -- END -->