<search function="tm">
  <name>Teoma Search</name>
  <description>Teoma search using Subject Specific Popularity
  <div class="helpboxDescLabels">Example:</div> 
  <table class="helpboxDescTable">
    <tr>
      <td>tm denali</td>
    </tr>
  </table>
  </description>
  <category>Search the Web</category>
  <link>http://www.teoma.com/</link>
  <form name="tmf"
        action="http://www.teoma.com/search.asp"
        method="get">
    <input type="hidden" name="t" value=""/>
    <input type="hidden" name="qcat" value="1"/>
  </form>
  <script><![CDATA[
    function tm(q)
    {
      if( nullArgs("tm", q) )
        return;

      document.tmf.t.value=q;
      document.tmf.qcat.value=1;
      submitForm(tmf);
    }
  ]]></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>

