<html>
<body bgcolor="#000000" text="#FFFFFF" link="#000080"
vlink="#800080" alink="#FF0000">

<head>
<title>Search 1</title>
<script language="javascript">

<!-- Start hiding --
/*
#######################################################################
#       Script by: Jack Litka    E-mail: dajackster@hotmail.com       #
#    Homepage: http://www.angelfire.com/ak/JackL/             #
#---------------------------------------------------------------------#
#           If you would like to use this on your page,      #
#                please keep this header intact.        #
#######################################################################
*/
function getit(form){
engine=
document.search.engine.options[document.search.engine.selectedIndex].value;

 if (engine == "infoseek") engine =
"http://www.infoseek.com/Titles?col=WW&sv=IS&lk=noframes&nh=10&qt=";
 if (engine == "excite") engine =
"http://www.excite.com/search.gw?trace=1&search=";
 if (engine == "aolnetfind") engine =
"http://netfind.aol.com/search.gw?c=web&lk=netfind&src=1&search=";
 if (engine == "yahoo") engine =
"http://search.yahoo.com/bin/search?p=";
 if (engine == "webcrawler") engine =
"http://www.webcrawler.com/cgi-bin/WebQuery?searchText=";
 if (engine == "lycos") engine =
"http://www.lycos.com/cgi-bin/pursuit?matchmode=and&cat=lycos&x=232&y=111&query=";

 if (engine == "hotbot") engine =
"http://www.search.hotbot.com/?SW=web&SM=MC&DC=10&DE=2&act.search.x=115&act.search.y=167&MT=";

 if (engine == "looksmart") engine =
"http://www.looksmart.com/r?look=mp&search=1&key=";
 if (engine == "startingpoint") engine =
"http://www.stpt.com/cgi-bin/pwrsrch/searchDirect.cgi?S=Find&search=web&query=";

keywords = convert(document.search.keywords.value);
location= engine +keywords
}
function convert(input) {
    var output = "";
    for (var i = 0; i < input.length; ++i) {
     var temp = input.charAt(i); if (temp == " ") temp = "+";
     output += temp;
    }
    return output;
   }

// -->


</script>
</head>

<body>
<div align="center"><center>

<table border="1" cellpadding="0" cellspacing="0" width="98%" bordercolor="#0000FF" bordercolorlight="#00FFFF" bordercolordark="#0000FF" bgcolor="#000000">
  <tr>
    <td width="66%"><p align="center"><font face="Arial" color="#FFFFFF"><big><strong>Search 1</strong></big></font></td>
    </strong></small></font></td>
  </tr>
</table>
</center></div>

<p align="center">&nbsp;</p>

<p align="center">&nbsp;</p>

<p align="center">&nbsp;</p>

<form method="post" name="search">
  <div align="center"><center><table border="0" cellspacing="0" cellpadding="5" bgcolor="#0000FF">
    <tr align="center">
      <td><select name="engine" size="1">
        <option selected value="infoseek">Infoseek </option>
        <option value="excite">Excite </option>
        <option value="aolnetfind">AOL Netfind </option>
        <option value="yahoo">Yahoo </option>
        <option value="webcrawler">Web Crawler </option>
        <option value="lycos">Lycos </option>
        <option value="hotbot">Hot Bot </option>
        <option value="looksmart">Look Smart </option>
        <option value="startingpoint">Starting Point </option>
      </select></td>
      <td><input type="text" size="35" name="keywords"></td>
      <td><input type="button" value="Procurar" onclick="getit(this.form)"></td>
    </tr>
  </table>
  </center></div>
</form>
</body>
</html>
