<search function="newsau">
  <name>news.com.au</name>
	<contributor>Steve Lin</contributor>
	<email>stephen@intense.com.au</email>
  <description>
    Search for news topics at news.com.au plus links to all other News Corp newspapers.
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>newsau Rugby</td></tr>
    </table>
  </description>
  <category>News</category>
  <link>http://www.news.com.au/</link>

  <form name="newsf"
        action="http://search.news.com.au/search"
        method="get">
    <input type="hidden" name="q" value=""/>
  </form>

  <script><![CDATA[
    function newsau(p)
    {
      if( nullArgs("newsau",p) )
        return false;
      else
      {
        document.newsf.q.value = p;
        submitForm(newsf);
      }
    }
  ]]></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>

