
noCache = Math.round(1000*Math.random());
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="468" height="60">');
document.write('<param name="movie" value="images/banners/flash/bannerDB.swf?noCache=' + noCache + '" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#000000" />');
document.write('<embed src="images/banners/flash/bannerDB.swf?noCache=' + noCache + '" quality="high" bgcolor="#000000"  width="468" height="60" type="application/x-shockwave-flash" />');
document.write('</embed>');
document.write('</object>');
