<!-- Begin

var showimage_1		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW A SIDEBAR IMAGE
var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var topspacing		= "2"		// NUDGE SIDEBAR DOWN
var sidewidth		= "145"		// SIDEBAR WIDTH
var background      = "#999"   // Background




 


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="0" width="145px"><br>');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');

if (showimage_1 == "yes") {
document.write('<a href="jesus.htm" target="_blank"><img src="picts/jesus.jpg" align="right" width="145" border="1" class="galborder"></a>');
document.write('</td></tr>');
}

if (showimage_2 == "yes") {
document.write('<tr><td>');
document.write('<a href="stories.htm" target="_blank"><img src="picts/bethestory.jpg" align="right" width="145" border="1" class="galborder"></a>');
document.write('</td></tr>');
}

if (showimage_3 == "yes") {
document.write('<tr><td>');
document.write('<a href="makedonation.htm" target="_blank"><img src="picts/giving.jpg" align="right" width="145" border="1" class="galborder"></a>');
document.write('</td></tr>');
}

if (paragraph_1 == "yes") {
document.write('<tr><td>');
document.write('<fieldset><legend>');
document.write('<a><img src="gallery/road-signbest.gif"></a></legend>');
document.write('Keep your eyes open...look for the roadsigns that point the way home. God is already doing something new, do you not see it? Together we are building a ministry of coaching transformational faith. Join the team. Everything we do is designed to push believers out of the shallows and into the deep, transforming convictions and wonder into insight and action. Along the way we are discovering our place in the never-ending story. Each day we resonate more with that oldtimer we call Job. At the end of all his struggles he says, "I had heard of you before, but now I have seen you with my own eyes."<br>');
document.write('</fieldset>');
document.write('</td></tr>');
// document.write('<br>'); 
 }





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

