<!-- Begin
var how_many_ads = 3;
var ad = Math.round(Math.random() * how_many_ads);
if (ad==0) {
banner="http://www.dischounds.com/flash/posters.swf";
width="100";
height="130";
}
if (ad==1) {
banner="http://www.dischounds.com/flash/posters.swf";
width="100";
height="130";
}
if (ad==2) {
banner="http://www.dischounds.com/flash/posters.swf";
width="100";
height="130";
}
if (ad==3) {
banner="http://www.dischounds.com/flash/posters.swf";
width="100";
height="130";
}
document.write('<center>');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width=')
document.write(width + ' height=' + height + '> ');
document.write('<param name="movie" value=\"' + banner + '\"> ');
document.write('<param name="quality" value="high">');
document.write('<embed src=\"' + banner + '\"  quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width=')
document.write(width + ' height=' + height + '> </embed></object>')
document.write('</center>');
// JavaScript Document