function ID(id,color,width){
	if(!color) color="0";
	if(!width) width="180";
	var height=Math.round(width*375/240);


var sr='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
sr+='			id="miraiscope" width="'+width+'" height="'+height+'" ';
sr+='			codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">';
sr+='			<param name="movie" value="http://www.anisen.tv/contents/bandai/miraiscope/miraiscope.swf" />';
sr+='			<param name="FlashVars" value="id='+id+'&color='+color+'" />';
sr+='			<param name="wmode" value="transparent" />';
sr+='			<param name="quality" value="high" />';
sr+='			<param name="bgcolor" value="#000000" />';
sr+='			<param name="allowScriptAccess" value="sameDomain" />';
sr+='			<embed src="http://www.anisen.tv/contents/bandai/miraiscope/miraiscope.swf" quality="high" bgcolor="#000000"';
sr+='				width="'+width+'" height="'+height+'" name="miraiscope" align="middle"';
sr+='				FlashVars="id='+id+'&color='+color+'"';
sr+='				wmode="transparent"';
sr+='				play="true"';
sr+='				loop="false"';
sr+='				quality="high"';
sr+='				allowScriptAccess="sameDomain"';
sr+='				type="application/x-shockwave-flash"';
sr+='				pluginspage="http://www.adobe.com/go/getflashplayer">';
sr+='			</embed>';
sr+='	</object>';
sr+='	<noscript><span style="font-size:10px"><a href="http://miraiscope.anisen.tv/" target="_blank">ミライスコープ</a>のブログパーツを表示するには、JavaScriptが動作する環境が必要です。</span></noscript>';
document.write(sr);
}