﻿<search function="power">
  <name>Powerset</name>
  <category>Reference</category>
  <contributor>Tom Corcoran</contributor>
  <link>http://www.powerset.com/</link>
  <email>tom.corcoran@moonbade.com</email>
  <description>search wikipedia articles
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>power tindestocks</td></tr>
    </table>
  </description>
 
  <form name="powerf"
        method="get"
        action="http://www.powerset.com/explore/pset">
    <input type="hidden" name="q" value="Enter a topic, phrase or question" />
  </form>
  <script><![CDATA[
    function power(q)
    {
      if( nullArgs("power", q) )
        return;

      // FORM variables for powerf

      // The wizard assigned the search string to this form field value because
      // this field was the active element when the search file was generated.
      // Change this to args.q if the search string is parsed with parseArgs.
      document.powerf.q.value = q;

      submitForm(powerf);
    }
  ]]></script>
</search>