<search function="bugmenot">
  <COMMENT>
    Even though this XML search will probably load and is a good start
    toward a completed search, please be aware that this search will probably
    not work as is and will probably require some changes.
  </COMMENT>
  <name>Free Registaration Avoidance</name>
  <category>Computers</category>
  <link></link>
  <contributor>Ryan Carpenter</contributor>
  <email>ryan_carpenter at comcast dot net</email>
  <description>
    Use BugMeNot.com<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
    <tr><td>bugmenot nytimes.com</td></tr>
   </table>
  </description>
  <script><![CDATA[
    function bugmenot(url)
    {
      bmnWin = window.open('http://www.bugmenot.com','bmnWin') 
      if( nullArgs("bugmenot",url) )  {
        //goto bugmenot.com
        return false;
      }
      docbody = document.getElementsByTagName("body").item(0);
      bugmenotf = document.createElement("form");
      bugmenotf.setAttribute("target","bmnWin");
      bugmenotf.setAttribute("action","http://www.bugmenot.com/view.php");
      bugmenotf.setAttribute("method","get");
      site = document.createElement("input");
      site.setAttribute("type","hidden");
      site.setAttribute("name","url");
      site.setAttribute('value',url);
      bugmenotf.appendChild(site);
      docbody.appendChild(bugmenotf);
      bugmenotf.submit();
    }

  ]]></script>
  <copyright>
    The following applies if this file is included and distributed with Dave"s Quick Search Deskbar:
    Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
  <created_by>
    Ryan Carpenter 9/10/04
  </created_by>
</search>