// banner.js

function header_flash()
{
	document.write('<object class="mainhead" type="application/x-shockwave-flash" data="flash/raqoone_img.swf" width="760" height="177">\n');
		
	document.write('<param name="movie" value="flash/raqoone_img.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="loop" value="false" />\n');
	document.write('<img src="images/header_image.jpg" width="760" height="177" alt="らく〜ね大網店イメージ" />');
	document.write('</object>\n');
}

