<search function="dic">
  <name>Dictionary.com</name>
  <description>
    Search for English word definitions.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>dic lexical</td></tr>
  	</table>
  </description>
  <category>Reference<category>Language</category></category>
  <link>http://www.dictionary.com/</link>
  
  <form name="dicf"
        action="http://www.dictionary.com/search"
        method="get">
    <input type="hidden" name="q"/>
    <input type="hidden" name="db" value="*"/>
  </form>
  
  <script><![CDATA[
    function dic(q)
    {
      if( nullArgs("dic",q) )
        return false;
      else
      {
        document.dicf.q.value = q;
        submitForm(dicf);
      }
    }
  ]]></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>
