<search function="half">
  <name>Half.com</name>
  <description>
    Search Half.com for products.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>half chaos</td></tr>
  	</table>
  </description>
  <category>Shopping</category>
  <link>http://www.half.com/</link>
  
  <form name="halff"
        action="http://www.half.com/search/search.jsp"
        method="get">
    <input type="hidden" name="product" value="all"/>
    <input type="hidden" name="keyword"/>
  </form>
  
  <script><![CDATA[
    function half(q)
    {
      if( nullArgs("half",q) )
        return false;
      else
      {
        document.halff.keyword.value = q;
        submitForm(halff);
      }
    }
  ]]></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>

