<search function="ia">
  <name>Internet Archive</name>
  <description>
    Look at copies of web pages archived at periodic intervals.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>ia cnet.com</td></tr>
  	</table>
  </description>
  <category>Fun</category>
  <link>http://web.archive.org/</link>
  
  <script><![CDATA[
    function ia(q)
    {
      if( nullArgs("ia",q) )
        return false;
      else if (q.indexOf("://") >= 0)
        openSearchWindow("http://web.archive.org/web/*/" + q);
      else
        openSearchWindow("http://web.archive.org/web/*/http://" + q);
    }
  ]]></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>

