<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR IMAGES USE lowercase FOR ALL OPTIONS



var imagewidth		= "100"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "120"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "8"		// SPACING BETWEEN IMAGES
var showimages		= "yes"		// SHOW THE 3 IMAGES







// COPYRIGHT 2008 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE




   if (showimages == "yes") {

document.write('<a href="High in the Andes.htm"><img src="picts/sidebar-1.jpg" border="0" class="sidebarborder" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="The Transforming Power of Illness.htm"><img src="picts/sidebar-2.jpg" border="0" class="sidebarborder" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="An Exploration of Truth.htm"><img src="picts/sidebar-3.jpg" border="0" class="sidebarborder" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');

}

//  End -->