// JavaScript Document
function headerflash()
	{
		document.write('<object height="322" width="500" align="middle" id="flash3" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">\n');
		document.write('<PARAM NAME="movie" VALUE="flash3.swf">\n');
		document.write('<PARAM NAME="allowScriptAccess" VALUE="sameDomain" />\n');
		document.write('<PARAM NAME="quality" VALUE="high">\n');
		document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
		document.write('<embed style="vertical-align: middle;" src="flash3.swf" quality="high" wmode="transparent" name="flash3" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="500" height="322">\n');
		document.write('</embed>\n');
		document.write('</object>\n');
	}
	
