<search function="fs">
  <name>Feedster RSS Search</name>
  <description>
    Search the Feedster Search engine at www.feedster.com<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>fs some search string</td></tr>
    </table>
  </description>
  <category>Search the Web</category>
  <link>http://www.feedster.com</link>
  <contributor>Tim Aiello</contributor>
  <email>tsaiello@kosmoNOSPAM.com</email>
  <form name="fsform"
        method="post"
        action="http://feedster.com/search.php">
    <input type="hidden" name="hl" value="en" />
    <input type="hidden" name="ie" value="ISO-8859" />
    <input type="hidden" name="btnG" value="Search" />
    <input type="hidden" name="q" value="Search" />
  </form>
  <script><![CDATA[
    function fs(q, switches)
    { 
      if( nullArgs("fs",q) )
        return false;

      if( q == "" )
        openSearchWindow("http://www.feedster.com");
      else
      {
        document.fsform["q"].value = q;
        submitForm(fsform);
      }
    }
  ]]></script>
  <copyright>
    Copyright (c) 2002 Tim Aiello
    Distributed under the terms of the
    GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
</search>
