jpSipoSwfVars = "chacheVar=" + chacheVar;

var hash = location.hash.substring(1);
hash = hash.replace(/[^0-9a-zA-Z_=&]/g, '');
if (hash != ""){
		location.hash = "";
}


if (jpSipoSwfVars == undefined) {
	jpSipoSwfVars = hash;
}else if (hash == ""){
	jpSipoSwfVars = jpSipoSwfVars;
}else{
	jpSipoSwfVars = jpSipoSwfVars + "&" + hash;
}

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,12"');
document.write('width="700" height="450"');
document.write('id="external_flashcontent" align="middle">');
document.write('<param name="allowScriptAccess" value="always" />');
document.write('<param name="allowFullScreen" value="false" />');
document.write('<param name="movie" value="./dotwar.swf?v='+ chacheVar +'" />');
document.write('<param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />');
document.write('<param name="FlashVars" value="'+ jpSipoSwfVars +'">');
document.write('<embed src="./dotwar.swf?v='+ chacheVar + '"');
document.write('quality="high" bgcolor="#ffffff"');
document.write('width="700" height="450"');
document.write('name="external_flashcontent" align="middle"');
document.write('allowScriptAccess="always" allowFullScreen="false"');
document.write('FlashVars="'+ jpSipoSwfVars +'"');
document.write('type="application/x-shockwave-flash"');
document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
