   <!--
function show_Banner()
   {
   document.write('<center>');
   document.write('<iframe frameborder="0" height="100" marginheight="0" marginwidth="0" noResize scrolling="no" src="../BannerPage3.htm" width="468">');
   document.write('<scr'+'ipt language="javascript" src="../../js/allaboutomaha_468x60.js"></scr'+'ipt>');
   document.write('<noscr'+'ipt>');
   document.write('<a onclick="openWindow(this,\'codepage\')" href="http://www.AllAboutOmaha.com/Omaha/index.htm" target="_top">');
   document.write('<img src="../../Banners/AllAboutOmaha-468x60.gif" border="0" width="468" height="60" /></a></noscr'+'ipt>');
   document.write('</iframe>');
   document.write('</center>');
   }
   
   var hosturl = new String(document.location.hostname);
       hosturl = hosturl.toLowerCase();
   if (hosturl.indexOf("allaboutomaha.net") == -1) // Will be -1 when executed from local PC
      {
      //document.write('<p align="center"><font face="Arial,Geneva,Helvetica,Tahoma" size="1">RSS Banners 3 are not available while off-line</font></p>');      
      show_Banner();
      }
   else
      {
      show_Banner();
      }
// -->
