<search function="unip">
  <name>Uniplus DNS</name>
  <description>Dig on a DNS address
  <div class="helpboxDescLabels">Examples:</div> 
  <table class="helpboxDescTable">
    <tr>
      <td>unip yahoo.com</td>
    </tr>
    <tr>
      <td>unip email.com /MX</td> 
    </tr>
  </table>
  </description>
  <category>Computers<category>Networking</category></category>
  <link>http://www.uniplus.ch/cgi-bin/dig.cgi</link>
  <contributor>Bjorn Jonson</contributor>
  <email>bjornjonson2000_at_yahoo_dot_com</email>
  <form name="unipf"
    action="http://www.uniplus.ch/cgi-bin/dig.cgi">
    <input type="hidden" name="action" value="process"/>
    <input type="hidden" name="domain"/>
    <input type="hidden" name="type" value="ANY"/>
    <input type="hidden" name="atserver" value=""/>
    <input type="hidden" name="x" value="0"/>
    <input type="hidden" name="y" value="0"/>
  </form>
  <script><![CDATA[
    function unip(q)
    {
      var suffix;
      var result;

      var args = parseArgs(q, "mx");
      if (q == "")
        openSearchWindow("http://www.uniplus.ch/cgi-bin/dig.cgi");
      else if( args.switches.length == 1 )
      {
        if( args.switches[0].name == "mx" )
        {
          document.unipf.domain.value = args.q;
          document.unipf.type.value = "MX";
          submitForm(unipf);
        }
      }
      else
      {
        document.unipf.domain.value = args.q;
        document.unipf.type.value = "ANY";
        submitForm(unipf);
      }
    }
  ]]></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>

