<search function="pn">
  <name>plus.net</name>
  <category>Email</category>
  <contributor>Tom Corcoran</contributor>
  <link>https://webmail.plus.net/src/login.php</link>
  <email></email>
  <description>Login Plus.Net email
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>pn</td></tr>
      <tr><td>pn myid</td></tr>
      <tr><td>pn myotherid</td></tr>
    </table>
    <div class="helpboxDescLabels">Variables:</div>
    <table class="helpboxDescTable">
      <tr><td>pnid('user','pwd');</td><td>An array storing a user and password profile for Paypal.
  	You SHOULD provide the <em>pnid()</em> variable, however, you may also provide as many other 
  	profiles as necessary to account for your Plus.Net ID's. If you were to create a 'second' profile 
  	you would need only to pass the variable name on the command line: <br />
  	<strong>pn otherVariable</strong><br />
  	These variables are, however, case sensitive. If the variable passed does not exist (misspelled, 
  	incorrect case...), this search will 'default' to using the <em>pnid</em> variable.</td></tr>
    </table>
  </description>
  <form name="pnf"
        method="post"
        action="https://webmail.plus.net/src/redirect.php">
    <input type="hidden" name="login_username" value="" />
    <input type="hidden" name="secretkey" value="" />
    <input type="hidden" name="js_autodetect_results" value="1" />
    <input type="hidden" name="just_logged_in" value="1" />
    <input type="hidden" name="loginServer" value="PlusNet" />    
    <input type="hidden" name="rememberLoginServer" value="on" />
  </form>
  <script><![CDATA[
     function pn(q)
     {
      if (q=="?"){
        nullArgs("pn",q);
        return false;
      }
      var pnids = pnid;
      try{
        eval("var pnids = " + q + ";");
      }catch(e){
        var pnids = pnid;
      }
      try{
        document.pnf.login_username.value = pnids[0];
        document.pnf.secretkey.value = pnids[1];
      }catch(e){}

      submitForm(pnf);
    }
  ]]></script>
</search>