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('<div align="center"><a onclick="openWindow(this,\'codepage\')" class="x" 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" 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></div>');
      }
   else
      {
      document.write('<div 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" align="bottom" border="0" /></a><br /><a onclick="openWindow(this,\'codepage\')" class="x"  href="http://www.wunderground.com/US/NE/Omaha.html"><em><strong>Omaha Weather</strong><br /><font color="#FFFFFF" face="Arial,Geneva,Helvetica,Tahoma" size="1">Click for full info</font></em></a></div>');
      }
   }
else      
   {
   document.write('<div 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" align="bottom" border="0" /></a><br /><a onclick="openWindow(this,\'codepage\')" class="x" href="http://www.wunderground.com/US/NE/Omaha.html"><em><strong>Omaha Weather</strong><br /><font color="#FFFFFF" face="Arial,Geneva,Helvetica,Tahoma" size="1">Click for full info</font></em></a></div>');
   }

