<search function="zc">
  <name>Zip Code Info</name>
  <description>Search for information on a particular zcf
  <div class="helpboxDescLabels">Examples:</div> 
  <table class="helpboxDescTable">
    <tr>
      <td>zc 74133 or zc Glen Ellyn</td>
  </tr>
  </table>
  </description>
  <link>http://www.zipinfo.com/</link>
  <category>People and Places</category>
  <contributor>Stephen Montgomery</contributor>
  <email>stephenmontgomery_at_ameritech_dot_net</email>
  <form name="zcf"
        action="http://www.zipinfo.com/cgi-local/zipsrch.exe" 
        method="get">
    <input type="hidden" name="zip"/>
    <input type="hidden" name="cnty" value="cnty"/>
    <input type="hidden" name="ac" value="ac"/>
    <input type="hidden" name="tz" value="tz"/>
    <input type="hidden" name="ll" value="ll"/>
    <input type="hidden" name="msa" value="msa"/>
  </form>
  <script><![CDATA[
    function zc(q)
    {
      if( nullArgs("zc", q) )
        return false;

      if (result = q.match(/^(\d{5})\s*(.*)/))
        document.zcf.zip.value = result[1];
      else if (result = q.match(/^(.*)/))
        document.zcf.zip.value = result[1];

      submitForm(zcf);
    }
  ]]></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>

