if(FlashDetect) {
	var oeTags = '<div id="trans-goose" style="display: none; position: absolute; top: 150px; left: 0; height: '+0.06*getTransWidth()+';  width: 100%; "><object style="z-index:99; " type="application/x-shockwave-flash" data="trans_goose.swf" width="100%" height="'+0.06*getTransWidth()+'">'
	+ '<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.06*getTransWidth()+'" align="top" type="application/x-shockwave-flash" />'
	+ '</object></div>';
	document.write(oeTags);
	showTrans(1);
}

