function main(){
document.write('<object data="/swf/main.swf" type="application/x-shockwave-flash" width="555" height="200">');
document.write('<param name="movie" value="/swf/main.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="play" value="true">');
document.write('<param name="loop" value="true">');
document.write('<embed pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="/swf/main.swf" type="application/x-shockwave-flash" width="555" height="200" quality="best" play="true" wmode="transparent"></emded>');
document.write('<img src="/img/takarabune.jpg" width="555" height="200">');
document.write('</object>');
}


