<!-- Begin

// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR AREA



var imagewidth		= "100"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "100"		// 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('<img src="picts/discography.gif" width="121" height="56" border="0">');



document.write('<br>');

document.write('<a href="merchandise.htm"><img src="picts/this_life_label.jpg" alt="Ryan Donn - This Life" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Galborder"></a><br>');

document.write('<br>');

document.write('<a href="merchandise.htm"><img src="picts/causewayend_label.jpg" alt="Ryan Donn - Causewayend" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Galborder"></a><br>');

document.write('<br>');


<!--document.write('<a href="bc_games.htm"><img src="picts/yeah_yeah.png" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Galborder"></a><br>');

<!--document.write('<br>');

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

<!--document.write('<br>');


<!--document.write('<a href="video_frame.htm"><img src="picts/vid-button copy.png" alt="Ryan Donn Promptional Video" width="150" height="150" border="0" class="Galborder"></a><br>');

<!--document.write('<br>');


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



// PAGE SPACER

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




//  End -->