/* intro.swf の外部読み込み */
md = new Date();
document.open();
document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="800" height="456">');
document.writeln('<param name="movie" value="img/intro.swf?fleshtime='+md.getTime()+'">');
document.writeln('<param name="quality" value="high">');
document.writeln('<embed src="img/intro.swf?fleshtime='+md.getTime()+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="456"></embed>');
document.writeln('</object>');
document.close();
