<search function="archi">
  <name>Way Back Machine</name>
  <category>Search the Web</category>
  <contributor>Thad Kerosky</contributor>
  <link>http://archive.org/</link>
  <email></email>
  <description>
  Look into the extensive incremental archives of the internet. Some date back to 1998.
  <div class="helpboxDescLabels">Usage:</div>
  <table class="helpboxDescTable">
  	<tr><td>archi &lt;<i>topic</i>&gt;</td></tr>
  </table>
  <div class="helpboxDescLabels">Example:</div>
  <table class="helpboxDescTable">
    <tr><td>archi voip</td></tr>
  </table>

  </description>
  <form name="wbmf"
        method="get"
        action="http://web.archive.org/archive_request_ng">
    <input type="hidden" name="collection" value="web" />

    <input type="hidden" name="url" value="" />
  </form>
  <script><![CDATA[
    function archi(q)
    {
      if( nullArgs("archi", q) )
        return;

      if( q == "" )
      {
        openSearchWindow("http://archive.org/");
        return;
      }

      // FORM variables for wbmf
      //document.wbmf.collection.value = "";

      // 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.wbmf.url.value = q;

      submitForm(wbmf);
    }
  ]]></script>
</search>