<search function="stk">
  <name>Bloomberg Stock Quotes</name>
  <description>
    Get stock quotes by symbol.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>stk WMT S</td></tr>
  	</table>
  </description>
  <category>Finance</category>
  <link>http://www.bloomberg.com/</link>
  
  <form name="stkf"
        action="http://quote.bloomberg.com/apps/quote"
        method="get">
    <input type="hidden" name="ticker" value=""/>
  </form>
  
  <script><![CDATA[
    function stk(q)
    {
      if( nullArgs("stk",q) )
        return false;
      else
      {
        document.stkf.ticker.value = q;
        submitForm(stkf);
      }
    }
  ]]></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>

