<search function="aw">
  <name>AccuWeather Forecast</name>
  <description>
    Search for weather forecasts by zip code.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>aw 98052</td></tr>
  	</table>
  </description>
  <category>News</category>
  <link>http://www.accuweather.com/</link>
  
  <form name="awf"
        action="http://www.accuweather.com/adcbin/local_index"
        method="get">
    <input type="hidden" name="nav" value="home"/>
    <input type="hidden" name="thisZip"/>
  </form>
  
  <script><![CDATA[
    function aw(q)
    {
      if( nullArgs("aw", q) )
        return false;
      else
      {
        document.awf.thisZip.value = q;
        submitForm(awf);
      }
    }
  ]]></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>  
