imglist = new Array('midnight01','midnight02','midnight03','midnight04','midnight05','midnight06');
imgName = new Array('top_midnight01','top_midnight02','top_midnight03','top_midnight04','top_midnight05','top_midnight06');
selectnum = Math.floor((Math.random() * 100)) % imglist.length;
output = "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=100% height=350 id=" + imgName[selectnum] + " align=middle><param name=allowScriptAccess value=sameDomain /><param name=movie value=\"" + imglist[selectnum] + ".swf\"><param name=quality value=high><param name=bgcolor value=#334151><embed src=\"" + imglist[selectnum] + ".swf\" quality=high bgcolor=#334151 width=100% height=350 name=" + imgName[selectnum] + " align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></object>";
document.write(output);
