<search function="tweeto">
  <name>Tweeto</name>
  <category>Login</category>
  <contributor> Tom Corcoran</contributor>
  <link>http://www.tweeto.com/</link>
  <email></email>
  <description>Login to Tweeto
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>tweeto</td></tr>
    </table>
    <div class="helpboxDescLabels">Variable:</div>
    <table class="helpboxDescTable">
      <tr><td>tweetoid('user','pwd');</td><td>An array storing a user and password profile for tweeto.
  	You SHOULD provide the <em>tweetoid()</em> variable, eg in localpref.js.<br />
  	var tweeto =  Array("user","pwd")</td></tr>
  </table>  
  </description>
  <form name="tweetof"
        method="post"
        action="http://www.tweeto.com/login/">
    <input type="hidden" name="process" value="1" />
    <input type="hidden" name="process" value="1" />
    <input type="hidden" name="username" value="" />
    <input type="hidden" name="password" value="" />
  </form>
  <script><![CDATA[
    function tweeto(q)
    {
      if (q=="?"){
        nullArgs("tweeto",q);
        return false;
      }
      var tweetoids = tweetoid;
      try{
        eval("var tweetoids = " + q + ";");
      }catch(e){
        var tweetoids = tweetoid;
      }
      try{
        document.tweetof.username.value = tweetoids[0];
        document.tweetof.password.value = tweetoids[1];
      }catch(e){}   

      submitForm(tweetof);
    }
  ]]></script>
</search>