(function(){
var theSwf=["flash/imagine.swf", "flash/imagine.swf"];
theSwf.sort(function() {return 0.5 - Math.random();})

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n\
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"\n\
width="820" height="310">\n\
<param name="movie" value="'+theSwf[0]+'"> \n\
<param name="quality" value="high">\n\
<param name="wmode" value="transparent">\n\
<param name="menu" value="false">\n\
<!--[if !IE]> <-->\n\
<object data="'+theSwf[0]+'"\n\
width="820" height="310" type="application/x-shockwave-flash">\n\
<param name="quality" value="high">\n\
<param name="wmode" value="transparent">\n\
<param name="menu" value="false">\n\
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">\n\
FAIL (the browser should render some flash content, not this).\n\
</object>\n\
<!--> <![endif]-->\n\
</object>\n');
})();