<!--
   var hosturl = new String(document.location.hostname);
       hosturl = hosturl.toLowerCase();
   if (hosturl.indexOf("allaboutomaha.net") == -1) // Will be -1 when executed from local PC
      {
      if (hosturl.indexOf("allaboutomaha.net") == -1) // Will be -1 when executed from local PC
         {
         document.write('<p align="center"><a onclick="openWindow(this,\'codepage\')" href="http://www.wunderground.com/US/NE/Omaha.html"><img src="images/Animations/wunderground-127x40.gif" alt="Click for Omaha, Nebraska Forecast" height="40" width="127" NATURALSIZEFLAG="0" align="bottom" border="0"></a><br />');
         document.write('<font color="#FFFFFF" face="Arial,Geneva,Helvetica,Tahoma" size="1">Weather information is not available while off-line</font></p>');
         }
      else
         {
         document.write('<p align="center"><a onclick="openWindow(this,\'codepage\')" href="http://www.wunderground.com/US/NE/Omaha.html"><img src="http://banners.wunderground.com/banner/gizmotimetemp/US/NE/Omaha.gif" alt="Click for Omaha, Nebraska Forecast" height="41" width="127" NATURALSIZEFLAG="0" align="bottom" border="0"></a><br /><a onclick="openWindow(this,\'codepage\')" href="http://www.wunderground.com/US/NE/Omaha.html"><em><font face="Arial,Geneva,Helvetica,Tahoma" size="2"><strong>Omaha Weather</strong></font><br /><font color="#FFFFFF" face="Arial,Geneva,Helvetica,Tahoma" size="1">Click for full info</font></em></a></p>');
         }
      }
   else      
      {
      document.write('<p align="center"><a onclick="openWindow(this,\'codepage\')" href="http://www.wunderground.com/US/NE/Omaha.html"><img src="http://banners.wunderground.com/banner/gizmotimetemp/US/NE/Omaha.gif" alt="Click for Omaha, Nebraska Forecast" height="41" width="127" NATURALSIZEFLAG="0" align="bottom" border="0"></a><br /><a onclick="openWindow(this,\'codepage\')" href="http://www.wunderground.com/US/NE/Omaha.html"><em><font face="Arial,Geneva,Helvetica,Tahoma" size="2"><strong>Omaha Weather</strong></font><br /><font color="#FFFFFF" face="Arial,Geneva,Helvetica,Tahoma" size="1">Click for full info</font></em></a></p>');
      }
//-->