<search function="whats">
  <name>What's That Site Running?</name>
  <category>Computers<category>Networking</category></category>
  <contributor>Thad Kerosky</contributor>
  <link>http://www.netcraft.com/</link>
  <email></email>
  <description>
  Check Netcraft's "Whats that site running?" HTTPD database for a specific web site to get information on a web server.
  <div class="helpboxDescLabels">Usage:</div>
  <table class="helpboxDescTable">
  	<tr><td>whats &lt;<i>site</i>&gt;</td></tr>
  </table>
  <div class="helpboxDescLabels">Example:</div>
  <table class="helpboxDescTable">
     <tr><td>whats apache.org</td></tr>
  </table>
  </description>
  <form name="whatsf"
        method="get"
        action="http://uptime.netcraft.com/up/graph/">
    <input type="hidden" name="site" value="" />
  </form>
  <script><![CDATA[
    function whats(q)
    {
      if( nullArgs("whats", q ) )
        return;

      document.whatsf.site.value = q;
      submitForm(whatsf);
    }
  ]]></script>
</search>
