<search function="pinp">
  <name>GeoPinpoint</name>
  <category>Computers<category>Networking</category></category>
  <contributor>Thad Kerosky</contributor>
  <link>http://www.serviceobjects.com</link>
  <description>
  Get a Physical Location to an IP address.
  <div class="helpboxDescLabels">Examples:</div> 
    <table class="helpboxDescTable">
      <tr>
        <td>pinp 207.46.230.220</td>
      </tr>
    </table>
  </description>
  <form name="pinpf"
        method="get"
        action="http://www.serviceobjects.com/products/GeoNet_demo.asp">

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

      document.pinpf.IPAddress.value = q;
      submitForm(pinpf);
    }
  ]]></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>

