// 背景の色
var bgcolor = "000000";

// SWFファイルの置き場所
var swfFilePath = "http://www.dialoginthedark.com/contents/item/did_blogparts.swf";

// Flashオブジェクトの配置
document.write('<object id ="didblogparts" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="180" height="300">');
document.write('<param name="movie" value="' + swfFilePath + '" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#' + bgcolor + '" />');
document.write('<embed  NAME="didblogparts" src="' + swfFilePath + '" quality="high" bgcolor="#' + bgcolor + '" width="180" height="300" type="application/x-shockwave-flash" /></embed> ');
document.write('</object>');
