<!-- Begin

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




var sidewidth		= "175"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "100"		// ADD HEIGHT TO ALL PAGES

var imagewidth		= "152"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "28"		// HEIGHT OF THE SIDEBAR IMAGES - was 32
var spacerheight	= "0"		// SPACING BETWEEN IMAGES




document.write('<br>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');



// HISTORY SIDEBAR IMAGES //

document.write('<a href="early_years.htm"><img src="buttons/teens.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="middle_years.htm"><img src="buttons/fifties.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="epiphany.htm"><img src="buttons/epiphany.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="worst.htm"><img src="buttons/worst.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="recent_past.htm"><img src="buttons/sixty.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="stupid.htm"><img src="buttons/stupid.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="present.htm"><img src="buttons/beyond.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="dinner.htm"><img src="buttons/dinner.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="church.htm"><img src="buttons/church.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="pedicure.htm"><img src="buttons/pedicure.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="newlife.htm"><img src="buttons/newlife.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="bank.htm"><img src="buttons/bank.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<br>');



// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

//document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" //border="0"><br>');

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


//  End -->
