var target_swf_path = "http://www.lc-net.net/game/nurie/lc.swf";//swfファイルへのパスを書き換えてください
var width = 160;
var height = 400;

var currentScript = (function (e) { if(e.nodeName.toLowerCase() == 'script') return e; return arguments.callee(e.lastChild) })(document);


document.write('<div style="text-align:left">');
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+width+'" height="'+height+'" style="margin:auto;">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="menu" value="false">');
document.write('<param name="movie" value="'+target_swf_path+'?version=8">');
document.write('<param name="quality" value="high">');

document.write('<embed src="'+target_swf_path+'?version=8" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'" menu="false" wmode="transparent" style="margin:auto;"></embed></object>');
document.write('</div>');