<search function="wug">
  <name>Weather Underground</name>
  <description>Search for weather forecasts by zip code
  <div class="helpboxDescLabels">Examples:</div> 
  <table class="helpboxDescTable">
    <tr>
      <td>wug 75287</td>
    </tr>
  </table>
  </description>
  <category>News</category>
  <link>http://www.weatherunderground.com/</link>
  <contributor>Monty Scroggins</contributor>
  <form name="wugf"
        action="http://www.weatherunderground.com/cgi-bin/findweather/getForecast"
        method="get">
    <input type="hidden" name="query" value=""/>
  </form>
  <script><![CDATA[
    function wug(q)
    {
      if (q == "")
        openSearchWindow("http://www.weatherunderground.com/");
      else
      {
        document.wugf.query.value=q;
        submitForm(wugf);
      }
    }
  ]]></script>

  <copyright>
	Copyright (c) 2002 David Bau
	Distributed under the terms of the
	GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
</search>

