function flash()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="700" height="260">\n');
	document.write('<param name="movie" value="img/flash.swf" />\n');
	document.write('<param name="quality" value="autohigh" />\n');
	document.write('<param name="wmode" value="opaque" />\n');
	document.write('<embed src="img/flash.swf" quality="autohigh" wmode="opaque" pluginspage="http://www.adobe.com/go/getflashplayer_jp" type="application/x-shockwave-flash" width="700" height="260"></embed>\n');
	document.write('</object>\n');
}