function header()
{
     document.write('<object\n');
	 document.write('type="application/x-shockwave-flash"');
	 document.write('data="http://www.advantagecny.com/advantage/flash/advantage.swf"');
	 document.write('width="754" height="192">\n');
	 document.write('<param name="loop" value="true" />\n');
	 document.write('<param name="movie" value="http://www.advantagecny.com/advantage/flash/advantage.swf" />\n');
	 document.write('...');
	 document.write('<p>This is alternative content</p>\n');
	 document.write('</object>\n');
}