<search function="ana">
  <name>Anagrams</name>
  <description>
    List all possible anagrams for a given text string.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>ana Clint Eastwood</td></tr>
  	</table>
  </description>
  <category>Fun</category>
  <link>http://www.wordsmith.org/anagram/</link>
  <contributor>Monty Scroggins</contributor>
  
  <form name="anaf"
        action="http://www.wordsmith.org/anagram/anagram.cgi"
        method="get">
    <input type="hidden" name="anagram" value=""/>
  </form>
  
  <script><![CDATA[
  function ana(q)
  {
    if( nullArgs("ana", q) )
      return false;
    else
    {
      document.anaf.anagram.value = q;
      submitForm(anaf)
    }
  }
 ]]></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>
