<!-- 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 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "135"		// 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('Where Are We<br></legend>');

document.write('1919 S. Rock Road<br>Wichita, KS  67207<br>(316) 686-7206<br><br><a href="http://www.mapquest.com/maps/map.adp?country=US&addtohistory=&address=1919+S+Rock+Road&city=Wichita&state=KS&zipcode=67207&homesubmit=Get+Map" target="_blank">Click HERE for map and driving directions</a><br><a target="_blank" href="http://www.mapquest.com/maps/map.adp?country=US&addtohistory=&address=1919+S+Rock+Road&city=Wichita&state=KS&zipcode=67207&homesubmit=Get+Map"><IMG SRC="picts/map.jpg" border="0" vspace="5" class="borders" alt="image"></a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<hr class="page-splits">');
document.write('</center>');
document.write('');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Worship Times<br></legend>');

document.write('<b><u>Sunday</u></b><br>&nbsp;&nbsp;9:00 AM - CCC Connection<br>&nbsp;&nbsp;9:30 AM - Sunday School<br>&nbsp;&nbsp;10:30 AM - AM Worship<br>&nbsp;&nbsp;6:00 PM - PM Worship<br><b><u>Wednesday</u></b><br>&nbsp;&nbsp;6:30 PM - Worship Service<br>&nbsp;&nbsp;6:30 PM - Awana<br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->