<search function="dp">
  <name>Dogpile</name>
  <description>
    Parallel search via the popular Dogpile metasearch.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>dp travel</td></tr>
  	</table>
  </description>
  <category>Search the Web</category>
  <link>http://www.dogpile.com/</link>
  <contributor>David Bau, Brian Ross</contributor>
  
  <form name="dpf"
        action="http://search.dogpile.com/texis/search"
        method="get">
    <input type="hidden" name="fs" value="web"/>
    <input type="hidden" name="geo" value="no"/>
    <input type="hidden" name="q"/>
  </form>
  
  <script><![CDATA[
    function dp(q)
    {
      if( nullArgs("dp",q) )
        return false;
      else
      {
        document.dpf.q.value = q;
        submitForm(dpf);
      }
    }
  ]]></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>

