<search function="ac">
  <name>Area Code Info</name>
  <description>
    Search for information on a North American telephone area code.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>ac 741</td></tr>
  	</table>
  </description>
  <category>People and Places</category>
  <link>http://www.getzips.com/</link>
  <contributor>Stephen Montgomery</contributor>
  <email>stephenmontgomery_at_ameritech_dot_net</email>
  
  <form name="acf" 
        method="get" 
        action="http://www.getzips.com/CGI-BIN/ziplook.exe">
    <input type="hidden" name="What" value="4"/>
    <input type="hidden" name="Area"/>
  </form>
  
  <script><![CDATA[
    function ac(q)
    {
      if( nullArgs("ac", q) )
        return false;
      else
      {
        if (result = q.match(/^(\d{3})\s*(.*)/))
          document.acf.Area.value=result[1];
        submitForm(acf);
      }
    }
  ]]></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>
