if(flash.ver[5]) {	// if we've detected an acceptable version
	var oeTags = '<div id="trans-goose" style=" visibility: hidden; position: absolute; top: 160px; left: 0; height: '+0.09*getWidth()+';  width: 100%; "><object type="application/x-shockwave-flash" data="trans_goose.swf" width="100%" height="'+0.09*getWidth()+'">'
	+ '<param name="movie" value="/trans_goose.swf" />'
	+ '<param name="scale" value="exactfit" />'
	+ '<param name="wmode" value="transparent" />'
	+ '<embed src="/trans_goose.swf" wmode="transparent" scale="exactfit" width="100%" height="'+0.09*getWidth()+'" align="top" type="application/x-shockwave-flash" />'
	+ '</object></div>';
	document.write(oeTags);
	showTrans(1);
} 