function gacha_blog_tool($owner_id)
{
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="160" height="309" id="blog_tool" align="middle">\n');
document.write('<param name="allowScriptAccess" value="always" /><param name="movie" value="http://www.fujitvkidsclub.jp/blog_tool/tool/blog_tool.swf" />\n');
document.write('<param name="FlashVars" value="owner_id='); document.write($owner_id); document.write('&amp;hostname='); document.write(window.location.hostname); document.write('&amp;pathname='); document.write(window.location.pathname); document.write('">\n');
document.write('<param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="transparent" />\n');
document.write('<embed src="http://www.fujitvkidsclub.jp/blog_tool/tool/blog_tool.swf" FlashVars="owner_id='); document.write($owner_id); document.write('&amp;hostname='); document.write(window.location.hostname); document.write('&amp;pathname='); document.write(window.location.pathname); document.write('" quality="high" bgcolor="#ffffff" width="160" height="309" name="blog_tool" wmode="transparent" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" menu="false" />\n');
document.write('</object>\n');
}