<search function="tvg">
  <name>TV Guide Online</name>
  <description>Look up TV programming by keyword.
  <div class="helpboxDescLabels">Examples:</div>
    <table class="helpboxDescTable">
      <tr><td>tvg simpsons</td></tr>
      <tr><td>tvg comedy</td></tr>
    </table>
  </description>
  <category>Entertainment</category>
  <link>http://www.tvguide.com/</link>
  <form name="tvgf"
        action="http://www.tvguide.com/search/index.asp"
        method="get">
    <input type="hidden" name="keyword" value="" />
  </form>
  <script><![CDATA[
    function tvg(q) 
    {
      if (q == "")
        openSearchWindow("http://www.tvguide.com/listings/");
      else{
        document.tvgf.keyword.value = q;
        submitForm(tvgf)
      }
    }
  ]]></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>
