<!-- Begin

// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR AREA



var imagewidth		= "50"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "50"		// HEIGHT OF THE SIDEBAR IMAGES
var sidealign		= "center"	// ALIGN SIDEBAR - left | center | right
var pageheight		= "250"		// CHANGE TOTAL HEIGHT OF ALL PAGES



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+sidealign+'" valign="top">');

document.write('<a href="pdf/Excerpts.pdf" target="pdf">Click here for Excerpts.</a><br></td></tr>');

document.write('<tr height="20"><td>&nbsp;</td></tr>');


document.write('<tr><td align="'+sidealign+'" valign="top"><img src="picts/discography.gif" width="121" height="56" border="0">');



document.write('<br>');

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

document.write('<br>');

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

document.write('<br>');

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

document.write('<br>&nbsp;');
document.write('<br>&nbsp;');
document.write('<br>&nbsp;');
document.write('<br>&nbsp;');
/*
document.write('<form target="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">');
document.write('<input type="hidden" name="cmd" value="_s-xclick">');
document.write('<input type="hidden" name="hosted_button_id" value="AGY7BX49HT2V8">');
document.write('<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">');
document.write('<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">');
document.write('</form>');
*/


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



// PAGE SPACER

document.write('<img src="picts/spacer.gif" border="0" width="2" height="'+pageheight+'"><br>');




//  End -->

