<search function="lf">
  <name>lyricsfind.com</name>
  <description>Search for song lyrics by title.
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>lf fight the power</td></tr>
    </table>
  </description>
  <category>Entertainment</category>
  <link>http://www.lyricsfind.com/</link>
  <contributor>Steven J. Heil</contributor>
  <email>sjheil_at_hotmail_dot_com</email>
  <form name="lff"
        action="http://www.lyricsfind.com/search.php"
        method="get">
    <input type="hidden" name="q" value=""/>
  </form>
  <script><![CDATA[
    function lf(q)
    {
      if( nullArgs("lf", q) )
        return false;

      var args = parseArgs(q, "artist, title");

      if( q == "" )
        openSearchWindow("http://www.lyricsfind.com/");

      else if( args.switches.length > 1 )
        nullArgs("lf","?");
      else
      {
        document.lff.q.value = q;
        submitForm(lff);
      }
    }
  ]]></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>

