<!-- 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_1a 	= "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>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "no") {

document.write('<center>');
document.write('<FONT COLOR="#000000" Face="Arial" SIZE="3"><b>Are You Digging<br>Yourself Deeper into<br> a Hole Instead of<br>Climbing Out of It?</b><br></legend>');
document.write('</fieldset>');


}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<div style="margin-top:1px; margin-bottom:1px; "><img src="picts/iceberg-160w.jpg" border="0"></a><br>');
document.write('</center>');
document.write;
}

   if (paragraph_1a == "yes") {

document.write('<legend>');
document.write('<FONT COLOR="#333333" Face="Arial" SIZE="2"><div ALIGN="JUSTIFY"><div style="margin-top:6px;">The Judeo-Christian Model of Peacemaking provides the theological basis for the <a href="first-responders-initiative.htm">First Responders Initiative.</a> The First Responders Initiative represents the practical outworking of this biblical model of conflict resolution.</b><br><br></legend>');
document.write('</fieldset>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

document.write('<fieldset><legend>');
document.write('<FONT COLOR="#DD0000" Face="Arial" SIZE="3">Transform Your Church from the Inside Out</FONT></legend>');
document.write ('<FONT COLOR="#000000" SIZE="2" FACE="Arial"><div ALIGN="JUSTIFY"><div style="margin-top:6px;">As organizational conflict consultants, we show church leaders how to gracefully resolve conflict, prevent dysfunctional patterns from taking root, and improve performance in every area of the ministry from the inside out.<br><br>A live, online seminar for pastors and church leaders with Dr. Ken Newberger outlining his approach is <b>free</b> for the asking. &nbsp;Go to the bottom of this page to learn more.'); 
document.write('</fieldset>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
