document.open();
//document.writeln('<CENTER>');
//document.writeln('<OBJECT width="859px" height="200px" DATA="flash/top.swf">');
//document.writeln('<param name=movie value="flash/top.swf">');
//document.writeln('<PARAM NAME=loop VALUE=false>');
//document.writeln('<PARAM NAME=quality VALUE=high>');
//document.writeln('</OBJECT>');
//document.writeln('</CENTER>');

document.writeln('<embed src="flash/top.swf"');
document.writeln('type="application/x-shockwave-flash"');
document.writeln('width="859" height="200" bgcolor="#ffffff"');
document.writeln('loop="false"');
document.writeln('pluginspage="http://www.adobe.com/go/getflashplayer_jp" />');
document.close();
