function pop_alojamientos() {
    window.open("http://www.terra.com.pe/info/pop_alojamientos.htm","pop_alojamientos","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=220,height=175,left=250,top=200");
}

function pop_alojamientos_ag() {
    window.open("http://www.terra.com.pe/info/pop_alojamientos_ag.htm","pop_alojamientos","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=235,height=170,left=250,top=200");
}

function search (key) {
        key=escape(key);
	window.open("http://buscador.terra.com.pe/default.asp?lpv=1&loc=searchbox&query="+ key,"buscadorlycos","toolbar=1,location=1,directories=1,menuBar=1,scrollbars=1,resizable=1");
}

dato=document.location.hostname;

document.writeln('<LINK REL="STYLESHEET" TYPE="text/css" HREF="../../includes/js/estilocabecera.css">');
document.writeln('<table width=\"780\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr bgcolor=\"#FF7F00\"><td rowspan=\"2\" width=\"136\"><div align=\"center\">');

	if ((dato!='www.postulante.com.pe') && (dato!='postulante.com.pe') && (dato!='postulante.terra.com.pe')){
document.writeln('<a href=\"http://www.terra.com.pe/\" target=\"_top\"><img src=\"../../img/logo3.gif\" width=\"110\" height=\"40\" border=\"0\" alt=\"Terra\"></a>');
	}

document.writeln('</div></td>');
document.writeln('<td width=\"16\" align=\"left\" valign=\"middle\"><img src=\"../../img/au.gif\" width=\"16\" height=\"24\"></td><td><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"24\"><form name=\"canales\">');
document.writeln('<tr align=\"left\"><td> <font face=\"Verdana, Arial, Helvetica, sans-serif\" size=\"1\"><select name=\"opcion\" onChange=\"top.location=document.canales.opcion.options[this.form.opcion.selectedIndex].value" class="combocabpe">');
for (i=0; i<arraycanales.length; i+=3) {
	if (arraycanales[i+1] == "") {
		document.write('<option value="">');
	} else {
		document.write('<option value=' + arraycanales[i+1] + '>');
	}
document.write(arraycanales[i]);
}
document.writeln('</select>');
document.write('<script language="JavaScript">');
document.write('<!-- ');
document.write('document.canales.opcion.selectedIndex = 0;');
document.write('//-->');
document.write('</script>');
document.writeln('</font></td><td>&nbsp;&nbsp;<br></td><td> <font face=\"Verdana, Arial, Helvetica, sans-serif\" size=\"1\"><select name=\"comunidades\" onChange=\"top.location=document.canales.comunidades.options[this.selectedIndex].value" class="combocabpe">');
for (i=0; i<arrayservicios.length; i+=3) {
	if (arrayservicios[i+1] == "") {
		document.write('<option value="">');
	} else {
		document.write('<option value=' + arrayservicios[i+1] + '>');
	}
	document.write(arrayservicios[i]);
}
document.writeln('</select>');
document.write('<script language="JavaScript">');
document.write('<!-- ');
document.write('document.canales.comunidades.selectedIndex = 0;');
document.write('//-->');
document.write('</script>');
document.writeln('</font></td><td>&nbsp;&nbsp;<br></td><td> <font face=\"Verdana, Arial, Helvetica, sans-serif\" size=\"1\"><select name=\"especiales\" onChange=\"top.location=document.canales.especiales.options[this.selectedIndex].value" class="combocabpe">');
for (i=0; i<arrayespeciales.length; i+=3) {
	if (arrayespeciales[i+1] == "") {
		document.write('<option value="">');
	} else {
		document.write('<option value=' + arrayespeciales[i+1] + '>');
	}
	document.write(arrayespeciales[i]);
}
document.writeln('</select>');
document.write('<script language="JavaScript">');
document.write('<!-- ');
document.write('document.canales.especiales.selectedIndex = 0;');
document.write('//-->');
document.write('</script>');
document.writeln('</font></td></tr></form></table></td><form action=\"javascript:search(document.buscar.Claus.value)\" method=\"POST\" name=\"buscar\"><td height=\"34\" align=\"center\">');

	if (navigator.appName == "Microsoft Internet Explorer")
	{document.write('<input type=\"text\" size=\"7\" name=\"Claus\" class=\"captioncabpe\" value=\"BUSCA\" onfocus=\"if(this.value==\'BUSCA\') {this.value=\'\';}\" onblur=\"if(this.value==\'\') {this.value=\'BUSCA\';}\">')}
	else
	{document.write('<input type=\"text\" size=\"7\" name=\"Claus\" class=\"captioncabpe\" value=\"BUSCA\" onfocus=\"if(this.value==\'BUSCA\') {this.value=\'\';}\" onblur=\"if(this.value==\'\') {this.value=\'BUSCA\';}\">')}

document.writeln('<img src=\"../../img/au.gif\" width=\"2\" height=\"1\" border=\"0\"><input type=\"image\" src=\"../../img/lupa3.gif\" align=\"absmiddle\" width=\"22\" height=\"15\" vspace=\"3\" border=\"0\"><img src=\"../../img/au.gif\" width=\"8\" height=\"1\"><br></td></form><td align=\"right\"><img src=\"../../img/tln.gif\" width=\"94\" height=\"34\" border=\"0\" alt=\"Terra Lycos\"><br></td></tr><tr><td colspan=\"4\" align=\"left\" bgcolor=\"#FF7F00\">');
document.writeln('<table width=\"644\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td rowspan=\"2\" width=\"16\" align=\"right\"><img src=\"../../img/esq_gris.gif\" width=\"16\" height=\"16\"></td><td colspan=\"2\" bgcolor=\"#FFFFFF\" height=\"1\"><img src=\"../../img/au.gif\" width=\"1\" height=\"1\"></td>');
document.writeln('</tr><tr><td width=\"329\" bgcolor=\"#5F5F7F\"><font face=\"Arial, Helvetica, sans-serif\" size=\"1\" color=\"#FFFFFF\">Perú, ');
 meses = new Array("enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre");
 dias = new Array("domingo","lunes","martes","mi&eacute;rcoles","jueves","viernes","s&aacute;bado");
 var curdate=new Date();
 var mes=curdate.getMonth();
 var mes2 = mes+1;
 var dia_num=curdate.getDate();
 var dia_sem=curdate.getDay();
 var anio=curdate.getYear();
 if(anio < 2000) anio = 1900 + anio;
document.writeln( dias[dia_sem]+" "+dia_num+" de "+meses[mes]+" de "+anio);
document.writeln('</font></td><td bgcolor=\"#5F5F7F\"  align=\"right\" height=\"15\" width=\"299\"><table width=\"229\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#5F5F7F\"><tr>'); 
document.writeln('<td width=\"15\" height=\"15\"></td><td width=\"56\"></td>');

if ((document.location.pathname.indexOf('comidaperu')>0) || (document.location.pathname.indexOf('mascotas')>0) || (document.location.pathname.indexOf('segurosyfinanzas')>0) || (document.location.pathname.indexOf('tierraadentro')>0) || (document.location.pathname.indexOf('decideya')>0) || (document.location.pathname.indexOf('religion')>0) || (document.location.pathname.indexOf('sexalud')>0) || (document.location.pathname.indexOf('bonus')>0) || (document.location.pathname.indexOf('adfp')>0) || (document.location.pathname.indexOf('ayaldepe')>0) || (document.location.pathname.indexOf('casino_atlantis')>0) || (document.location.pathname.indexOf('sunatpdt2002')>0) || (document.location.pathname.indexOf('vuelos')>0) || (document.location.pathname.indexOf('costumbres')>0)){
	document.writeln('<td width=\"15\" height=\"15\"></td><td width=\"34\"></td>');
	document.writeln('<td width=\"15\" height=\"15\"><img src=\"../../img/inclinada.gif\" width=\"15\" height=\"15\" align=\"absmiddle\"></td><td width=\"94\">');
        document.writeln('<a href=\"javascript:pop_alojamientos()\" class=\"enlacecabpe\"><font face=\"Arial, Helvetica, sans-serif\" size=\"1\" color=\"#FFFFFF\">Aviso Importante</font></a></td>');
        }
else
	{
	if ((dato=='etece.terra.com.pe') || (dato=='olasperu.terra.com.pe') || (dato=='miramifoto.terra.com.pe') || (dato=='inmuebles.terra.com.pe') || (dato=='www.postulante.com.pe') || (dato=='postulante.com.pe') || (dato=='postulante.terra.com.pe') || (dato=='radio1160.terra.com.pe') || (dato=='cine.terra.com.pe')){
		document.writeln('<td width=\"15\" height=\"15\"></td><td width=\"34\"></td>');
		document.writeln('<td width=\"15\" height=\"15\"><img src=\"../../img/inclinada.gif\" width=\"15\" height=\"15\" align=\"absmiddle\"></td><td width=\"94\">');
	        document.writeln('<a href=\"javascript:pop_alojamientos()\" class=\"enlacecabpe\"><font face=\"Arial, Helvetica, sans-serif\" size=\"1\" color=\"#FFFFFF\">Aviso Importante</font></a></td>');
	        }
	else
		{
		if (dato=='almasgemelas.terra.cl'){
			document.writeln('<td width=\"15\" height=\"15\"></td><td width=\"34\"></td>');
			document.writeln('<td width=\"15\" height=\"15\"><img src=\"../../img/inclinada.gif\" width=\"15\" height=\"15\" align=\"absmiddle\"></td><td width=\"94\">');
			document.writeln('<a href=\"javascript:pop_alojamientos_ag()\" class=\"enlacecabpe\"><font face=\"Arial, Helvetica, sans-serif\" size=\"1\" color=\"#FFFFFF\">Aviso Importante</font></a></td>');
			}
		else
			{
			document.writeln('<td width=\"15\" height=\"15\"></td><td width=\"64\"></td>');
			document.writeln('<td width=\"15\" height=\"15\"><img src=\"../../img/inclinada.gif\" width=\"15\" height=\"15\" align=\"absmiddle\"></td><td width=\"64\">');
			document.writeln('<a href=\"http://www.terra.com.pe/\" class=\"enlacecabpe\" target=\"_top\"><font face=\"Arial, Helvetica, sans-serif\" size=\"1\" color=\"#FFFFFF\">Portada</font></a></td>');
			}
		}
	}

document.writeln('</tr></table></td></tr></table></td></tr><tr bgcolor=\"#FFFFFF\"><td colspan=\"5\" height=\"1\"><img src=\"../../img/au.gif\" width=\"1\" height=\"1\"></td></tr></table>');

