<search function="whitl">
  <name>WhittleBit</name>
  <category>Search the Web</category>
  <contributor>Tom Corcoran</contributor>
  <link>http://whittlebit.com/index.php</link>
  <email></email>
  <description>
    Search, and rate the results.
  <div class="helpboxDescLabels">Usage:</div>
  <table class="helpboxDescTable">
  	<tr><td>whitl &lt;<i>topic</i>&gt;</td></tr>
  </table>
  <div class="helpboxDescLabels">Example:</div>
  <table class="helpboxDescTable">
    <tr><td>whitl dean kamen</td></tr>
  </table>

  </description>
  <form name="whittlef"
        method="post"
        action="http://whittlebit.com/index.php">
    <input type="hidden" name="query" value="" />
  </form>
  <script><![CDATA[
    function whitl(q)
    {
      if( nullArgs("whitl", q) )
        return;

      document.whittlef.query.value = q;
      submitForm(whittlef);
    }
  ]]></script>
</search>
