<search function="wfb">
  <name>World Fact Book</name>
  <description>Search the CIA's world fact book. Uses Google.
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>wfb somalia</td></tr>
    </table>
  </description>
  <link>http://www.odci.gov/cia/publications/factbook/index.html</link>
  <category>Reference<category>General</category></category>
  <contributor>David Bau</contributor>
  
  <form name="wfbf" action="http://www.google.com/search" method="get">
    <input type="hidden" name="q"/>
    <input type="hidden" name="meta" value=""/>
    <input type="hidden" name="btnI" value="I'm Feeling Lucky"/>
  </form>

  <script><![CDATA[
    function wfb(q)
    {
      if( nullArgs("wfb",q) )
        return false;
      else
      {
        document.wfbf.q.value=q + " site:www.odci.gov inurl:factbook";
        submitForm(wfbf);
      }
    }
  ]]></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>

