<search function="phsp">
  <name>Phone Number Speller</name>
  <description>
    Spells out phone numbers.<br/>
    <div class="helpboxDescLabels">Examples:</div>
    <table class="helpboxDescTable">
  		<tr><td>phsp 227-4332</td></tr>
      <tr><td>phsp bar-idea</td></tr>
  	</table>
  </description>
  <category>Fun</category>
  <link>http://www.phonespell.org/</link>
  <contributor>Chris Sells</contributor>
  
  <form name="phspf"
        action="http://www.phonespell.org/combo.cgi"
        method="get">
    <input type="hidden" name="n" value=""/>
  </form>
  
  <script><![CDATA[
    function phsp(q)
    {
      if( nullArgs("phsp",q) )
        return false;
      else
      {
        document.phspf.n.value = q;
        submitForm(phspf);
      }
    }
  ]]></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>

