id			=	new Array("");

html  = '<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="938" height="528" align="middle">\n';
html += '<param name="allowScriptAccess" value="sameDomain" />\n';
html += '<param name="movie" value="/swf/sq_top.swf" />\n';
html += '<param name="quality" value="high" />\n';
html += '<param name="bgcolor" value="#ffffff" />\n';
html += '<embed src="/swf/sq_top.swf" quality="high" bgcolor="#ffffff" width="938" height="528" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n';
html += '</object>\n<noembed>FLASHが無効です。</noembed>';

function cap_event2(){
	if(document.getElementById("Flash")){
		document.getElementById("Flash").innerHTML = html;
	}
	else{
		id[2] = setTimeout("cap_event2();",100);
	}
}

cap_event2();