var swf_url01 = "http://www.fagiano-okayama.com/old/parts.swf?bID=";



function writeJS(Txt){

	var html ="";
	html += '<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="160" height="320" id="ticker" align="middle">';
	html += '<param name="allowScriptAccess" value="always" />';
	html += '<param name="movie" value="' + swf_url01 + '' +Txt + '" />';
	html += '<param name="menu" value="false" />';
	html += '<param name="scale" value="noscale" />';
	html += '<param name="quality" value="high" />';
	html += '<param name="wmode" value="transparent" />';
	html += '<param name="bgcolor" value="#000000" />';
	html += '<embed src="' + swf_url01 + '' +Txt + '" menu="false" quality="high" wmode="transparent" bgcolor="#000000" width="160" height="320" name="ticker" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
	html += '</object>';


	document.write(html);

}