// FLASH(index.html)
function swf() {
	tag='<object type="application/x-shockwave-flash" data="index.swf" width="100%" height="295" id="flash-sample" />'
	tag+='<param name="movie" value="index.swf" />'
	tag+='<param name="wmode" value="transparent" />'
	tag+='</object>'
	document.write(tag);
}

