if(document.all){
	// Internet Explorer
	document.write ('<object type=application/x-shockwave-flash width=401 height=13 id=cyl>');
	//alert('ie');
}else{
	// FireFox
	document.write ('<object data=multcast.swf type=application/x-shockwave-flash width=401 height=13 id=multcast>');
	//alert('firefox');
}

document.write('<param name=movie value=multcast.swf>'); 
document.write('<param name=quality value=high>'); 
document.write('<param name=wmode value=transparent>'); 
document.write('<embed src=multcast.swf quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width=401 height=13></embed>'); 
document.write('</object>');