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







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');
document.write('There is Hope! <br></legend>');
document.write('<a HREF="three-sons-publishing-sdm.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read Dr. Newberger&#39;s<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;new book. Click here.<br></a>');
document.write('</fieldset>');



}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<img src="picts/three-d-book-cover-one-hundred-fifty-trimmed.jpg" border="0"></a><br>');
document.write('</center>');
document.write('<br>');
document.write('<br>');
document.write;
}


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

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

document.write('<FONT COLOR="#003399">ENDORSED by<br>the President<br>of the American<br>Association of<br>Christian Counselors</FONT></legend>');

document.write ('<FONT COLOR="#000000">"Dr. Newberger articulates what he has identified as the twelve stage Judeo-Christian Model of Peacemaking. &nbsp;At the core of this model is the presence of a third party peacemaker. &nbsp;This is a natural fit for those of us who labor as marriage and family counselors. &nbsp;Under the framework of “peacemaker” we are not only treated to an integrated model of conflict resolution, but the book instructs peacemakers (e.g. counselors who work with fighting clients) what to do at each stage of a process that has reconciliation as its overall goal. &nbsp;This insightful work delves into the depths of Biblical theology in order to extract a Judeo-Christian model that finds support at each stage by modern practitioners – even among those who do not share a Judeo-Christian worldview. Illustrations are used extensively throughout the book to bring abstract thought into vivid images of reality. &nbsp;For a book that is as scholarly and content-packed as this one, it is a surprisingly easy read.<br>— &nbsp;<b>Highly recommend!</b>"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FONT COLOR="#003399"><b>Dr. Tim Clinton'); 

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



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


// -- END -->