document.writeln('<!-- fechas y horas --><table width="778" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr><td rowspan="2" width="16" align="right"><img src="../images/esquina1.gif" width="16" height="16"></td>');
document.writeln('<td colspan="4" bgcolor="#104F6F" height="1"><img src="../images/transp.gif" border="0" width="1" height="1"></td>');
document.writeln('<td rowspan="2" width="16" align="right" bgcolor="#FFFFff"><img src="../images/esquina3.gif" width="16" height="16"></td>');
document.writeln('<td bgcolor="#ffffFF" height="1"><img src="../images/transp.gif" border="0" width="1" height="1"></td>');
document.writeln('<td rowspan="2" width="16" align="right" bgcolor="#FFFFff"><img src="../images/esquina4.gif" width="16" height="16"></td>');
document.writeln('<td bgcolor="#104F6F" height="0"><img src="../images/transp.gif" border="0" width="1" height="1"></td>');
document.writeln('<td rowspan="2" width="16" align="right"><img src="../images/esquina2.gif" width="16" height="16"></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td class="texto1" valign="center" width="16" bgcolor="#104F6F"><A class="texto1" href="../index.asp" target="_top" title="Ir al Inicio."><img src="../images/inicio.gif" border="0" width="15" height="15" vspace="0" hspace="0"></a></td>');
document.writeln('<td class="texto1" valign="center" width="30" bgcolor="#104F6F"><A class="texto1" href="../index.asp" target="_top" title="Ir al Inicio.">Inicio</a></td>');
document.writeln('<td class="texto1" valign="center" width="17" bgcolor="#104F6F"><a class="texto1" href="../mapadelweb/index.htm" target="_top" title="Mapa del Web."><img src="../images/mapaweb.gif" border="0" width="15" height="15" vspace="0" hspace="0"></a></td>');
document.writeln('<td class="texto1" valign="center" width="70" bgcolor="#104F6F"><a class="texto1" href="../mapadelweb/index.htm" target="_top" title="Mapa del Web.">Mapa del Web</a></td>');
document.writeln('<td class="texto1" valign="center" align="center" width="*" bgcolor="#FFFFff"><span class="textomapa"></span><!-- <marquee scrolldelay="100" scrollamount="3"></marquee> --><!-- <span class="textotitu1">&nbsp;</span> --></td>');
document.writeln('<td class="texto1" align="right" width="208" bgcolor="#104F6F">');
var days = new Array(8);
days[1] = "Domingo";
days[2] = "Lunes";
days[3] = "Martes";
days[4] = "Miércoles";
days[5] = "Jueves";
days[6] = "Viernes";
days[7] = "Sábado";
var months = new Array(13);
months[1] = "Enero";
months[2] = "Febrero";
months[3] = "Marzo";
months[4] = "Abril";
months[5] = "Mayo";
months[6] = "Junio";
months[7] = "Julio";
months[8] = "Agosto";
months[9] = "Septiembre";
months[10] = "Octubre";
months[11] = "Noviembre";
months[12] = "Diciembre";
var dateObj = new Date()
var wday = days[dateObj.getDay() + 1]
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var fyear = dateObj.getYear()
if (fyear < 2000)
fyear = fyear + 1900
document.write("Perú, " + wday + " " + date + " de " + lmonth + " del " + fyear)
document.writeln('</td></tr>');
document.writeln('</table><!-- fin de fechas y horas -->');