// JavaScript Document
function headerflash()
	{
		document.write('<OBJECT height=356 width=691 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">\n');
		document.write('<PARAM NAME="movie" VALUE="files/slow.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 src="files/slow.swf" wmode=transparent quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="691" height="356">\n');
		document.write('</embed>\n');
		document.write('</object>\n');
	}