document.open();
document.writeln('<div id="flash2img" style="position:absolute; background-repeat: no-repeat; background-image: url(\'top_img.gif\'); opacity: 0; width:685px; height:260px;" alt="櫻本カスミ園トップ画像"></div>');
document.writeln('<object style="z-index:100; position:relative;" classid="clsid:D27CDB6E- AE6D-11cf-96B8-444553540000" codebase="http:// download.macromedia.com/pub/shockwave/cabs/flash/ swflash.cab#version=6,0,29,0" width="685" height="260">\
<param name="movie" value="http://www.sakuramoto1978.co.jp/file/00/1s_sakuramoto.swf" />\
<param name="quality" value="high" />\
<param name="wmode" value="transparent" />\
<embed src="http://www.sakuramoto1978.co.jp/file/00/1s_sakuramoto.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width="685" height="260"></embed>\
</object>');
setTimeout('delaytop(0)',1000);

/**/
document.close();
function delaytop(n){
	n++;
	flash2img.style.opacity = n/10;
	if(n<10){
		setTimeout('delaytop('+n+')',20);
	}
}

