<!--	// Flash movie write in	var the_flash = '';		the_flash += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="690" height="550" id="noahWeb" align="center">\n';	the_flash += '<param name="allowScriptAccess" value="sameDomain" />\n';	the_flash += '<param name="movie" value="05.swf" />\n';	the_flash += '<param name="quality" value="high" />\n';	the_flash += '<param name="scale" value="noscale" />\n';	the_flash += '<param name="wmode" value="opaque" />\n';	the_flash += '<param name="bgcolor" value="#FFFFFF" />\n';	the_flash += '<embed src="05.swf" quality="high" scale="noscale" wmode="opaque" bgcolor="#FFFFFF" width="690" height="550" name="noahWeb" align="center" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n';	the_flash += '</object>\n';		document.write(the_flash);-->