var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1
var flash=new Array()
flash[0]="boundless_flash.html"
flash[1]="accelerate_flash.html"
flash[2]="metropolis_flash.html"

if (ie||dom)
document.write('<iframe id="flashmov" src="" width=800 height=352 marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>')

function random_flashmov(){
	if (ie||dom){
	var flashobj=document.getElementById? document.getElementById("flashmov") : document.all.flashmov
	flashobj.src=flash[Math.floor(Math.random()*flash.length)]
	}
}

window.onload=random_flashmov
