<!-- 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"></span><br>');
document.write('<br>');


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


document.write('<a href="step-in-the-name-of-love.htm"><img src="picts/disk-2.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');


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



// NOTE: COPY AND PASTE THE NEXT 2 LINES ABOVE OR BELOW TO ADD A LINK



document.write('<a href="rnb-instrumentals.htm"><img src="picts/disk-4.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

document.write('<a href="hip-hop-rnb-beats.htm"><img src="picts/disk-5.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

document.write('<a href="jazz-instrumentals.htm"><img src="picts/disk-6.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

document.write('<a href="funky-beat.htm"><img src="picts/disk-7.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

document.write('<a href="new-rnb-beats.htm"><img src="picts/disk-8.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

document.write('<a href="gospel-instrumental.htm"><img src="picts/disk-9.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

document.write('<a href="reggaeton-beats.htm"><img src="picts/disk-10.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

document.write('<a href="copy-music.htm"><img src="picts/disk-11.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

document.write('<a href="downloadable-rnb-ringtones.htm"><img src="picts/disk-12.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

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



//  End -->