<search function="gnote">
  <name>Google notebook</name>
  <category>Login</category>
  <contributor>Tom Corcoran</contributor>
  <link>https://www.google.com/accounts/ServiceLogin?service=notebook</link>
  <email></email>
  <description>Login to google notebook
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>gnote</td></tr>
    </table>
    <div class="helpboxDescLabels">Variable:</div>
    <table class="helpboxDescTable">
      <tr><td>This uses the same gmid('user','pwd'); array as defined for your gmail account</td></tr>
    </table>
  </description>
  <form name="gnotef"
        method="post"
        action="https://www.google.com/accounts/ServiceLoginAuth">
    <input type="hidden" name="service" value="notebook" />
    <input type="hidden" name="Email" value="" />
    <input type="hidden" name="Passwd" value="" />
    <input type="hidden" name="PersistentCookie" value="yes" />
    <input type="hidden" name="rmShown" value="1" />
    <input type="hidden" name="null" value="Sign in" />
  </form>
  <script><![CDATA[
    function gnote(q)
    {
      if (q=="?"){
        nullArgs("gnote",q);
        return false;
      }
      var gmids = gmid;
      try{
        eval("var gmids = " + q + ";");
      }catch(e){
        var gmids = gmid;
      }
      try{
        document.gnotef.Email.value = gmids[0];
        document.gnotef.Passwd.value = gmids[1];
      }catch(e){}

      submitForm(gnotef);
    }
  ]]></script>
</search>