Mike, and anyone else with a valid opinion to this problem.
I edited the text and ended up with the following code. Everything worked fine, and then the flash header just disappears more than half the time. It seems like once in awhile when I open a new browser it's there and then.... gone. Any ideas?
<script src="../js/AC_RunActiveContent.js" type="text/javascript"></script>
<div class="container">
<div class="header">
<div class="headerflash" id="HeaderPane" runat="server" visible="true">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1000','height','260','title','Golf Club of Illinois - Algonquin, IL','src','gci_flash','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','gci_flash' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1000" height="260" title="Golf Club of Illinois - Algonquin, IL">
<param name="movie" value="gci_flash.swf" />
<param name="quality" value="high" />
<embed src="gci_flash.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1000" height="260"></embed>
</object></noscript></div>
</div>