function search (key) {
key=escape(key);
window.open("http://buscador.terra.com.pe/default.asp?lpv=1&ca=l&loc=searchbox&query="+ key,"buscadorlycos","toolbar=1,location=1,directories=1,menuBar=1,scrollbars=1,resizable=1");
}
document.writeln('<table border="0" cellpadding="0" width="530" height="44" cellspacing="0" background="http://www.terra.com.pe/img/franja-nar.gif">');
document.writeln('<form action="javascript:search(document.buscar.Claus.value)" method="POST" name="buscar">');
document.writeln('<tr>');
document.writeln('<td width="14"><img src="http://www.terra.com.pe/img/transp.gif" width="14" height="1" border="0"></td>');
document.writeln('<td width="93" valign=top>');
document.writeln('<img src="http://www.terra.com.pe/img/transp.gif" width="1" height="9" border="0"><br>');
document.writeln('<a href="http://www.terra.com.pe/"><img src="http://www.terra.com.pe/img/terra.gif" width="93" height="27" border="0"></a><br>');
document.writeln('</td>');
document.writeln('<td width="130"><img src="http://www.terra.com.pe/img/transp.gif" width="130" height="1" border="0"></td>');
document.writeln('<td width="152" valign=top>');
document.writeln('<img src="http://www.terra.com.pe/img/transp.gif" width="1" height="13" border="0"><br>');
if (navigator.appName == "Microsoft Internet Explorer")
{document.write('<input type=\"text\" name=\"Claus\" class=\"captioncabpe\" value=\"Buscar en Internet\" onfocus=\"if(this.value==\'Buscar en Internet\') {this.value=\'\';}\" onblur=\"if(this.value==\'\') {this.value=\'Buscar en Internet\';}\" style="font-family: verdana; width: 100%; font-size: 10px; height: 20px; border: 1px solid #808080;"><br>')}
else
{document.write('<input type=\"text\" name=\"Claus\" class=\"captioncabpe\" value=\"Buscar en Internet\" onfocus=\"if(this.value==\'Buscar en Internet\') {this.value=\'\';}\" onblur=\"if(this.value==\'\') {this.value=\'Buscar en Internet\';}\" style="font-family: verdana; width: 100%; height: 20px; border: 1px solid #808080;"><br>')}
document.writeln('</td>');
document.writeln('<td width="5"><img src="http://www.terra.com.pe/img/transp.gif" width="5" height="1" border="0"></td>');
document.writeln('<td width="86" valign=top>');
document.writeln('<img src="http://www.terra.com.pe/img/transp.gif" width="1" height="13" border="0"><br>');
document.writeln('<input type="image" src="http://www.terra.com.pe/img/google.gif" width="86" height="22" border="0"><br>');
document.writeln('</td>');
document.writeln('<td width="50"><img src="http://www.terra.com.pe/img/transp.gif" width="50" height="1" border="0"></td>');
document.writeln('</tr>');
document.writeln('</form>');
document.writeln('</table>');




