function flash1() {
		document.write('<OBJECT ');
		document.write('  CLASSID  = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
		document.write('  CODEBASE = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
		document.write('  ID = "kyozai2.swf" ');
		document.write('  WIDTH = "570" ');
		document.write('  HEIGHT = "570" ');
		document.write('  ALIGN = "" ');
		document.write('> ');
		document.write('<PARAM NAME=movie   VALUE="kyozai2.swf"> ');
		document.write('<PARAM NAME=loop    VALUE=true> ');
		document.write('<PARAM NAME=menu    VALUE=false> ');
		document.write('<PARAM NAME=quality VALUE=high> ');
		document.write('<EMBED SRC="kyozai2.swf" ');
		document.write('LOOP=true MENU=false QUALITY=high swLiveConnect=FALSE ');
		document.write('WIDTH="570" HEIGHT="570" NAME="indexSwf" ALIGN="" TYPE="application/x-shockwave-flash" ');
		document.write('PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed>');
		document.write('</OBJECT>');
}