<!-- Begin
var how_many_ads = 1;
var ad = Math.round(Math.random() * how_many_ads);
if (ad==0) {
url="";
alt="";
banner="http://www.dischounds.com/flash/package.jpg";
width="100";
height="140";
}
if (ad==1) {
txt="";
url="";
alt="";
banner="http://www.dischounds.com/flash/package.jpg";
width="100";
height="140";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + '</small></a>');
document.write('</center>');
// End -->
// JavaScript Document