function header()
{
     document.write('<object\n');
	 document.write('type="application/x-shockwave-flash"');
	 document.write('data="http://'+document.location.host+'/brannock/Flash/brannock_sub.swf"');
	 document.write('width="765" height="137">\n');
	 document.write('<param name="loop" value="true" />\n');
	 document.write('<param name="movie" value="http://'+document.location.host+'/brannock/Flash/brannock_sub.swf" />\n');
	 document.write('...');
	 document.write('<p>This is alternative content</p>\n');
	 document.write('</object>\n');
}