<search function="googlism">
  <name>Googlism Lookup</name>
  <category>Fun</category>
  <contributor>Dean Wilson</contributor>
  <link>http://googlism.com/</link>
  <email>dean dot wilson3 at virgin dot net</email>
  <description>
  Googlism.com will find out what Google thinks of people, places, products or periods. This lookup    defaults to people (the /who switch.)
    <div class="helpboxDescLabels">Switches:</div>
    <table class="helpboxDescTable">
      <tr><td>/who</td><td> - </td><td>What does Google think of a person?</td></tr>
      <tr><td>/what</td><td> - </td><td>Google's thoughts on a product or brand.</td></tr>
      <tr><td>/when</td><td> - </td><td>What does Google think happened on the given date?</td></tr>
      <tr><td>/where</td><td> - </td><td>Google's view of a place.</td></tr>
    </table>
    <div class="helpboxDescLabels">Examples:</div>
    <table class="helpboxDescTable">
      <tr><td>googlism steve jobs</td></tr>
      <tr><td>googlism eric raymond /who</td></tr>
      <tr><td>googlism DSQD /what</td></tr>
      <tr><td>googlism May 1945 /when</td></tr>
      <tr><td>googlism london /where</td></tr>
    </table>
  </description>

  <form name="googlismf"
        method="get"
        action="http://www.googlism.com/index.htm">

    <input type="hidden" name="ism" value="" />
    <input type="hidden" name="type" value="" />
  </form>
  <script><![CDATA[
    function googlism(q)
    {
      if( nullArgs("googlism", q) )
        return;

      var args = parseArgs(q, "who, what, when, where");

      if ( args.switches.length == 1)
      {
        switch( args.switches[0].name )
        {
          case "who":
            document.googlismf.type.value = "1";
            break;
          case "what":
            document.googlismf.type.value = "2";
            break;
          case "where":
            document.googlismf.type.value = "3";
            break;
          case "when":
            document.googlismf.type.value = "4";
            break;
          default:
            document.googlismf.type.value = "1";
            break;
        }
      } else {
        document.googlismf.type.value = "1";
      }

      document.googlismf.ism.value = args.q;
      submitForm(googlismf);
    }
  ]]></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>
    This googlism search was created on 7th June 2003.
    Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General Public License, Version 2
  </created_by>
</search>
