<!--
   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"><a onclick="openWindow(this,\'codepage\')"  href="http://www.wunderground.com/US/MO/Kansas_City.html"><img src="../images/Animations/wunderground-127x40.gif" alt="Click for Kansas City, Missouri Forecast" height="40" width="127" NATURALSIZEFLAG="0" align="bottom" border="0"></a><br />');
      document.write('<font  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/MO/Kansas_City.html"><img src="http://banners.wunderground.com/banner/gizmotimetemp/US/MO/Kansas_City.gif" alt="Click for Kansas City, MO Forecast" height="41" width="127" NATURALSIZEFLAG="0" align="bottom" border="0"></a><br /><a onclick="openWindow(this,\'codepage\')" href="http://www.wunderground.com/US/MO/Kansas_City.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>');
      }
//-->