<search function="anon">
  <name>Anonymizer</name>
  <description>
    Anonymous browsing through the Anonymizer proxy.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>anon amazon.com</td></tr>
  	</table>
  </description>
  <category>Functions</category>
  <link>http://www.anonymizer.com/</link>
  <contributor>David Bau</contributor>
  
  <form name="anonf"
        action="http://util.anonymizer.com/cgi-bin/freeaction.cgi"
        method="post">
    <input type="hidden" name="message" value="free_redirect"/>
    <input type="hidden" name="go" value="go"/>
    <input type="hidden" name="url"/>
  </form>
  
  <script><![CDATA[
    function anon(q)
    {
      if (nullArgs("anon",q))
        return false;
      else
      {
        document.anonf.url.value = q;
        submitForm(anonf);
      }
    }
  ]]></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>
