function header()
{
   document.write('<object\n');
	 document.write('type="application/x-shockwave-flash"');
	 document.write('data="http://'+document.location.host+'/brannock/Flash/brannock_test.swf"');
	 document.write('width="429" height="489">\n');
	 document.write('<param name="loop" value="true" />\n');
	 document.write('<param name="movie" value="http://'+document.location.host+'/brannock/Flash/brannock_test.swf" />\n');
	 document.write('<param name="allowScriptAlways" value="always" />\n');
	 document.write('</object>\n');
}