<!-- Comienza el Script. (c) Juan Pablo Tejero Martín '98

// if (self.parent.frames.length != 0) self.parent.location=document.location.href;

today=new Date();
nombrehoy=today.getDay();diahoy=today.getDate();meshoy=(today.getMonth()+1);anohoy=today.getYear();dias=0;dias2=0;
var nm = new Array(); nm[1]="enero"; nm[2]="febrero"; nm[3]="marzo"; nm[4]="abril"; nm[5]="mayo"; nm[6]="junio"; nm[7]="julio"; nm[8]="agosto";nm[9]="septiembre";nm[10]="octubre";nm[11]="noviembre";nm[12]="diciembre";
var ds = new Array(); ds[1]="lunes"; ds[2]="martes"; ds[3]="miércoles"; ds[4]="jueves"; ds[5]="viernes"; ds[6]="sábado"; ds[0]="domingo";
if (anohoy<1900) {anohoy+=1900;}

function video(num) {
abrir('/html/download/video'+num+'.asp',450,400)}

function abrechat() {
abrir ("/chat",800,500,"yes","ventanachat");}

function noticia(id) {
abrir ("/ayllon/asp/noticia.asp?Id="+id,700,425,"yes","noticia");}

function abrir(archivo,ancho,alto,barras,nombreventana) {
var ventana;
if (document.all || document.layers || document.getElementByld){
	w=screen.availWidth; h=screen.availHeight;}
else {w=800; H=600;}
if (!barras) {var barras = "yes";} 
if (!nombreventana) {var nombreventana = "";} 
if (barras=="yes") {ancho=ancho+25;} 
ventana = window.open (archivo,nombreventana,"toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars="+barras+",resizable=yes,width="+ancho+",height="+alto);
ventana.moveTo(parseInt((w-ancho)/2),parseInt((h+40-alto)/2)-40);
ventana.focus();

}

function foto(archivo,nombreventana) {
	var ventana;
	if (!nombreventana) {var nombreventana = "";} 
	ventana = window.open ('/ayllon/asp/foto.asp?Foto='+archivo,nombreventana,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=1,height=1");
	ventana.focus();
}


function mandarCookie (nombre, valor){
	var caducidad=new Date (2999,01,01)
	document.cookie=nombre + "=" + escape(valor) + ((caducidad == null) ? "":(";expires=" + caducidad.toGMTString()))}


//-->
