var swfname = ["./img/igetatop.swf"];
swfname = swfname[Math.floor(Math.random() * swfname.length)];
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
document.write(' codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"');
document.write(' width="765" height="450">');
document.write('<param name="movie" value="' + swfname + '" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="loop" value="false" />');
document.write('<embed src="' + swfname + '" quality="high" loop="false"');
document.write(' width="765" height="450"');
document.write(' type="application/x-shockwave-flash"');
document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
