<search function="mwt">
  <name>Merriam-Webster Thesaurus</name>
  <description>
    Search for synonyms.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>mwt boggle</td></tr>
  	</table>
  </description>
  <category>Reference<category>Language</category></category>
  <link>http://www.m-w.com/</link>
  
  <form name="mwtf"
        action="http://www.m-w.com/cgi-bin/thesaurus"
        method="post">
    <input type="hidden" name="book" value="Thesaurus"/>
    <input type="hidden" name="va" value=""/>
  </form>
  
  <script><![CDATA[
    function mwt(q)
    {
      if( nullArgs("mwt",q) )
        return false;
      else
      {
        document.mwtf.va.value = q;
        submitForm(mwtf);
      }
    }
  ]]></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>

