<!-- 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">');



// SIDEBAR IMAGES //

document.write('<a href="definition.htm"><img src="buttons/definition.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="history.htm"><img src="buttons/history.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="makeover.htm"><img src="buttons/makeover.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="electrolysis.htm"><img src="buttons/electrolysis.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');



document.write('<a href="abraham-hicks.htm"><img src="buttons/abraham.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('<a href="essays.htm"><img src="buttons/thoughts.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="heroes.htm"><img src="buttons/heroes.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="tone_cluster.htm"><img src="buttons/tone_cluster.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="pride2007.htm"><img src="buttons/pride.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="library.htm"><img src="buttons/library.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="websites.htm"><img src="buttons/friend_web.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="resources.htm"><img src="buttons/resources.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="http://samanthaperrin.blogspot.com/" TARGET="_blank"><img src="buttons/blog.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 -->