<!-- 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



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+sidealign+'" valign="top">');


document.write('<span class="smalltitle">CDs</span><br>');


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>');

document.write('<a href="samples4.htm"><img src="picts/sidebar-4.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Galborder"></a><br>');

document.write('<br>');

document.write('</td></tr></table>');



//  End -->
