function IrA(seccion) {
	var q;
	var NivelOrigen = 0;
	var NivelDestino = 0;
	var dir = "rashmadrid";
	var origen = document.location.href;
	var inicio = origen.indexOf(dir) + dir.length;
	var cadena = origen.substring(inicio, origen.length);
	var ar = cadena.split("/");
	var NivelOrigen = ar.length - 1;

	if (seccion=="Portada"){
		NivelDestino = 1;
		q="";
	}	
	else if (seccion=="Chat"){
		NivelDestino = 1;
		q="foro/index.php";
	}
	else if (seccion=="Correo"){
		NivelDestino = 1;
		q="index.php?option=com_contact&catid=58&Itemid=11";
	}
	else if (seccion=="Estadisticas"){
		NivelDestino = 0;
		q="estadisticas.htm";
	}
	else if (seccion=="Foro"){
		NivelDestino = 1;
		q="foro/index.php";
	}
	else if (seccion=="Libro"){
		NivelDestino = 0;
		q="http://www.melodysoft.com/cgi-bin/gbook.cgi?ID=rashmadrid";
		window.open(q);
		//AbrirVentana("http://us.geocities.yahoo.com/gb/view?member=rashmadrid",640,450,1);
	}	
	else if (seccion=="Inicio"){
		NivelDestino = 1;
		q="index.php";
	}
	else if (seccion=="Articulos"){
		NivelDestino = 1;
		q="index.php?option=com_content&task=blogcategory&id=16&Itemid=62";
	}	
	else if (seccion=="Convocatorias"){
		NivelDestino = 1;
		q="index.php?option=com_content&task=blogsection&id=3&Itemid=4";
	}
	else if (seccion=="Enlaces"){
		NivelDestino = 1;
		q="index.php?option=com_weblinks&Itemid=10";
	}
	else if (seccion=="Entrevistas"){
		NivelDestino = 1;
		q="index.php?option=com_content&task=blogcategory&id=19&Itemid=66";
	}
	else if (seccion=="Fanzines"){
		NivelDestino = 1;
		q="index.php?option=com_content&task=blogcategory&id=57&Itemid=42";
	}
	else if (seccion=="Fotos"){
		NivelDestino = 1;
		q="index.php?option=com_content&task=blogcategory&id=39&Itemid=60";
	}
	else if (seccion=="Futbol"){
		NivelDestino = 1;
		q="index.php?option=com_content&task=blogcategory&id=50&Itemid=49";
	}
	else if (seccion=="Libros"){
		NivelDestino = 1;
		q="index.php?option=com_content&task=blogcategory&id=56&Itemid=43";
	}
	else if (seccion=="Material"){
		NivelDestino = 1;
		q="index.php?option=com_content&task=blogsection&id=5&Itemid=6";
	}
	else if (seccion=="Mp3"){
		NivelDestino = 1;
		q="index.php?option=com_content&task=category&sectionid=6&id=40&Itemid=59";
	}
	else if (seccion=="Musica"){
		NivelDestino = 1;
		q="index.php?option=com_content&task=blogcategory&id=45&Itemid=54";
	}
	else if (seccion=="Noticias"){
		NivelDestino = 1;
		q="index.php?option=com_content&task=blogsection&id=7&Itemid=8";
	}
	else if (seccion=="RASH"){
		NivelDestino = 3;
		q="RASH/ras_home.htm";
	}
	else if (seccion=="Textos"){
		NivelDestino = 1;
		q="index.php?option=com_content&task=blogcategory&id=21&Itemid=68";
	}	
	else {
		NivelDestino = 1;
		q="index.php";
	};
	
	if (NivelOrigen==1 && NivelDestino==2 ||
		NivelOrigen==1 && NivelDestino==3)	q = "htm/" + q;
	if (NivelOrigen==2 && NivelDestino==1 ||
		NivelOrigen==3 && NivelDestino==2 ||
		NivelOrigen==3 && NivelDestino==3)	q = "../" + q;
	if (NivelOrigen==3 && NivelDestino==1)	q = "../../" + q;
	if (NivelDestino!=0) document.location = q;
}

function AbrirVentana(url,width,height,scrollbars) {
	window.open(url,null,"top=40,left=40,width="+width+",height="+height+",toolbar=0,location=0,status=0,menubar=0,scrollbars="+scrollbars+",resizable=0");
}

function mOvr(src,clrOver) {
	if (!src.contains(event.fromElement)) {
		src.style.cursor = 'default';
		src.bgColor = clrOver;
	}
}

function mOut(src,clrIn) {
	if (!src.contains(event.toElement))	{
		src.style.cursor = 'default';
		src.bgColor = clrIn;
	}
}

function esVacio(cadena) {
   return (cadena.length != 0)?false:true
}

function field_error(msg,campo) {
	alert(msg);
 	campo.focus();
	if (campo.type != "select-one" && campo.type != "select-multiple") campo.select();	
	return false;
}

function esMail(mail) {
	var re = /^[a-z0-9_]{1,}([.|-][a-z0-9_]{1,})*@[a-z0-9_]{1,}([.|-][a-z0-9_]{1,})*\.[a-z0-9]{2,3}$/
	return (re.test(mail))?true:false;
}

var mov = new Array("swf/anarquistas.swf", "swf/comunistas.swf");

function Aleatorio() {
	var num = Math.round (1 * Math.random());
	return num;
}

function Comprobar(){
	if (!window.pelicula.IsPlaying()) {
		if (n == 0)
			n = 1
		else if (n == 1)
			n = 0;
		window.pelicula.Movie = mov[n];
		window.pelicula.Loop = "false";
		window.pelicula.Play();
	};
}

function right(e) {
	var mensaje = "© Copyright RASH Madrid";
	if (navigator.appName == 'Netscape' && (e.which==3 || e.which==2))
		return false
	else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button==2 || event.button==3)) {
		alert(mensaje);
		return false;
	}
	return true;
}

function AddOption(Valor,Texto,Seleccionado){
	var oOption = document.createElement("OPTION");
	oOption.value=Valor;
	oOption.text=Texto;
	oOption.selected = Seleccionado;
	document.all.Talla.add(oOption);	
}
	
function checkTalla() {
// Netscape no reconoce remove
	var f = document.forms[1];
	var r = f.Referencia[f.Referencia.selectedIndex].value.split("|")[0];
	var l = f.Talla.options.length;
	if (r == "RM-001-KM") {
		for (var i = 0; i < l; i++) f.Talla.options.remove(0);
		AddOption("","",false);
		AddOption("Tirantes","Tirantes",false);
		AddOption("Niño 9-11 años","Niño 9-11 años",false);
		AddOption("Niño 12-14 años","Niño 12-14 años",false);
		AddOption("M","M",false);
		AddOption("L","L",false);
		AddOption("XL","XL",false);
	}
	else if (r == "RM-004-KM" || r == "RM-005-KM" || r == "RM-006-KM") {
		for (var i = 0; i < l; i++) f.Talla.options.remove(0);
		AddOption("","",false);
		AddOption("Niño 9-11 años","Niño 9-11 años",false);
		AddOption("Niño 12-14 años","Niño 12-14 años",false);
		AddOption("M","M",false);
		AddOption("L","L",false);
		AddOption("XL","XL",false);
		AddOption("XXL","XXL",false);
	}
	else if (r == "RM-007-KM") {
		for (var i = 0; i < l; i++) f.Talla.options.remove(0);
		AddOption("","",false);
		AddOption("Niño 9-11 años","Niño 9-11 años",false);
		AddOption("Niño 12-14 años","Niño 12-14 años",false);
		AddOption("M","M",false);
		AddOption("L","L",false);
		AddOption("XL","XL",false);
	}
	else {
		for (var i = 0; i < l; i++) f.Talla.options.remove(0);
		AddOption("","",false);
	}
}

function Validar() {
	var f = document.forms[1];
	var re = /[\D]/;		//Debe ser numério
	with (f) {
		if (esVacio(Nombre.value))		return field_error("El campo 'Nombre' es obligatorio", Nombre);
		if (esVacio(Apellido1.value))	return field_error("El campo 'Apellido 1' es obligatorio", Apellido1);
		if (esVacio(Apellido2.value))	return field_error("El campo 'Apellido 2' es obligatorio", Apellido2);
		if (esVacio(Direccion.value))	return field_error("El campo 'Dirección' es obligatorio", Direccion);
		if (esVacio(Localidad.value))	return field_error("El campo 'Localidad' es obligatorio", Localidad);
		if (esVacio(Provincia.value))	return field_error("El campo 'Provincia' es obligatorio", Provincia);
		if (esVacio(CP.value))			return field_error("El campo 'CP' es obligatorio", CP);
		if (re.test(CP.value))			return field_error("El campo 'CP' debe ser numérico", CP);
		if (CP.value.length != 5)		return field_error("El campo 'CP' debe tener 5 dígitos", CP);
		if (esVacio(Telefono.value))	return field_error("El campo 'Teléfono' es obligatorio", Telefono);
		if (re.test(Telefono.value))	return field_error("El campo 'Teléfono' debe ser numérico", Telefono);
		if (Telefono.value.length != 9)	return field_error("El campo 'Teléfono' debe tener 9 dígitos", Telefono);
		if (esVacio(Pedido.value))		return field_error("El campo 'Pedido' es obligatorio", Pedido);
	};
	return true;
}

function Anadir_click() {
	var f = document.forms[1];
	var re = /[\D]/;		//Debe ser numério
	var sValorReferencia;
	var sReferencia;
	var sDescripcion;
	var sTalla;
	var ped;
	with (f) {
		sValorReferencia = Referencia[Referencia.selectedIndex].value;
		sReferencia = sValorReferencia.split("|")[0];
		sDescripcion = sValorReferencia.split("|")[1];
		sTalla = Talla[Talla.selectedIndex].value;
		if (esVacio(sReferencia))		return field_error("El campo 'Referencia' es obligatorio", Referencia);
		if (sReferencia == "RM-001-KM" ||
			sReferencia == "RM-004-KM" ||
			sReferencia == "RM-005-KM" ||
			sReferencia == "RM-006-KM" ||
			sReferencia == "RM-007-KM")
			if (esVacio(sTalla))		return field_error("El campo 'Talla' es obligatorio", Talla);
		
		//Agotados	
		if (sReferencia == "RM-002-KM" ||
			sReferencia == "RM-003-KM" ||			
			sReferencia == "RM-001-SD")
			return field_error("La Referencia '" + sReferencia + "' está agotada", Referencia);

		// Tallas
		if ((sReferencia == "RM-002-KM" && (sTalla == "Niño" || sTalla == "S")) || 
			(sReferencia == "RM-001-SD" && (sTalla == "Niño" || sTalla == "S" || sTalla == "M" || sTalla == "XXL")))
			return field_error("No hay Talla '" + sTalla + "' para la Referencia '" + sReferencia + "'", Talla);
		
		if (esVacio(Cantidad.value))	return field_error("El campo 'Cantidad' es obligatorio", Cantidad);
		if (re.test(Cantidad.value))	return field_error("El campo 'Cantidad' debe ser numérico", Cantidad);
			
		ped  = "Referencia: " + sReferencia + "   ";
		if (sReferencia == "RM-001-KM" ||
			sReferencia == "RM-004-KM" ||
			sReferencia == "RM-005-KM" ||
			sReferencia == "RM-006-KM" ||
			sReferencia == "RM-007-KM")
			ped += "Descripción: " + sDescripcion + "   ";
			ped += "Talla: " + sTalla + "   ";
		ped += "Cantidad: " + Cantidad.value + "\n";
		Pedido.value = Pedido.value + ped;
	};
}

function ValidarBuscar() {
	var f = document.forms[0];
	with (f) {
		if (esVacio(words.value))	return field_error("Debe introducir una frase o palabra de búsqueda", words);
	};
	return true;
}

/*
function Fecha(f) {
	var s, d = new Date(f);
	s =  Cero(d.getDate()) + "-";
	s += Cero(d.getMonth() + 1, 2) + "-";
	s += d.getFullYear();
	return s;
}
*/

function Cero (valor) {
	var aux = valor;
	if (valor >= 0 && valor <= 9) aux = "0" + aux;
	return aux;
}

function Fecha() {
	var l = document.location.href;
	// Inicio
	if (l.indexOf("/index.htm") >= 0)				return "19-06-2006";
	
	// Chat
	if (l.indexOf("/chat.htm") >= 0)				return "09-03-2003";
	
	// Artículos
	if (l.indexOf("/art_home.htm") >= 0)			return "08-04-2006";
	if (l.indexOf("/art_antifascismo_1.htm") >= 0)	return "13-03-2005";
	if (l.indexOf("/art_hoja_0.htm") >= 0)			return "28-03-2002";
	if (l.indexOf("/art_hoja_1.htm") >= 0)			return "28-03-2002";
	if (l.indexOf("/art_hoja_2.htm") >= 0)			return "02-10-2002";
	if (l.indexOf("/art_hoja_3.htm") >= 0)			return "22-10-2002";
	if (l.indexOf("/art_hoja_4.htm") >= 0)			return "23-11-2002";
	if (l.indexOf("/art_hoja_5.htm") >= 0)			return "21-12-2002";
	if (l.indexOf("/art_hoja_6.htm") >= 0)			return "26-01-2003";
	if (l.indexOf("/art_hoja_7.htm") >= 0)			return "28-02-2003";
	if (l.indexOf("/art_hoja_8.htm") >= 0)			return "27-03-2003";
	if (l.indexOf("/art_hoja_9.htm") >= 0)			return "30-04-2003";
	if (l.indexOf("/art_hoja_10.htm") >= 0)			return "07-06-2003";
	if (l.indexOf("/art_hoja_11.htm") >= 0)			return "31-07-2003";
	if (l.indexOf("/art_hoja_12.htm") >= 0)			return "08-09-2003";
	if (l.indexOf("/art_hoja_13.htm") >= 0)			return "18-10-2003";
	if (l.indexOf("/art_hoja_14.htm") >= 0)			return "01-01-2004";
	if (l.indexOf("/art_hoja_15.htm") >= 0)			return "20-03-2004";
	if (l.indexOf("/art_hoja_16.htm") >= 0)			return "13-05-2004";
	if (l.indexOf("/art_hoja_17.htm") >= 0)			return "13-07-2004";
	if (l.indexOf("/art_hoja_18.htm") >= 0)			return "06-03-2005";
	if (l.indexOf("/art_hoja_19.htm") >= 0)			return "17-04-2005";
	if (l.indexOf("/art_hoja_20.htm") >= 0)			return "01-11-2005";
	if (l.indexOf("/art_hoja_21.htm") >= 0)			return "08-04-2006";
	if (l.indexOf("/art_hoja_22.htm") >= 0)			return "19-06-2006";
	if (l.indexOf("/art_politica_1.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/art_politica_2.htm") >= 0)		return "01-06-2002";
	if (l.indexOf("/art_politica_3.htm") >= 0)		return "16-02-2003";
	if (l.indexOf("/art_politica_4.htm") >= 0)		return "06-06-2005";
	if (l.indexOf("/art_skins_1.htm") >= 0)			return "28-03-2002";
	if (l.indexOf("/art_skins_2.htm") >= 0)			return "19-08-2002";
	
	// Convocatorias
	if (l.indexOf("/con_home.htm") >= 0)			return "01-11-2005";
	if (l.indexOf("/con_antifascismo_1.htm") >= 0)	return "28-03-2002";
	if (l.indexOf("/con_antifascismo_2.htm") >= 0)	return "28-03-2002";
	if (l.indexOf("/con_antifascismo_3.htm") >= 0)	return "17-11-2002";
	if (l.indexOf("/con_antifascismo_4.htm") >= 0)	return "06-03-2005";
	if (l.indexOf("/con_antifascismo_5.htm") >= 0)	return "01-11-2005";
	if (l.indexOf("/con_musica_1.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/con_musica_2.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/con_musica_3.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/con_musica_4.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/con_musica_5.htm") >= 0)		return "18-05-2002";
	if (l.indexOf("/con_musica_6.htm") >= 0)		return "31-12-2002";
	if (l.indexOf("/con_musica_7.htm") >= 0)		return "03-03-2003";
	if (l.indexOf("/con_musica_8.htm") >= 0)		return "01-08-2003";
	if (l.indexOf("/con_musica_9.htm") >= 0)		return "13-05-2004";
	if (l.indexOf("/con_musica_10.htm") >= 0)		return "25-08-2005";
	if (l.indexOf("/con_musica_11.htm") >= 0)		return "19-06-2006";
	if (l.indexOf("/con_politica_1.htm") >= 0)		return "26-01-2003";
	
	// Enlaces
	if (l.indexOf("/enl_home.htm") >= 0)			return "06-08-2005";
	if (l.indexOf("/enl_comunicacion_1.htm") >= 0)	return "06-01-2004";
	if (l.indexOf("/enl_musica_1.htm") >= 0)		return "06-08-2005";
	if (l.indexOf("/enl_musica_2.htm") >= 0)		return "06-08-2005";
	if (l.indexOf("/enl_politica_1.htm") >= 0)		return "06-08-2005";
	if (l.indexOf("/enl_skins_1.htm") >= 0)			return "06-08-2005";

	// Entrevistas
	if (l.indexOf("/ent_home.htm") >= 0)			return "19-04-2004";
	if (l.indexOf("/ent_musica_1.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/ent_musica_2.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/ent_musica_3.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/ent_musica_4.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/ent_musica_5.htm") >= 0)		return "19-04-2004";
	if (l.indexOf("/ent_politica_1.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/ent_politica_2.htm") >= 0)		return "28-03-2002";

	// Fanzines
	if (l.indexOf("/fan_home.htm") >= 0)			return "24-12-2002";
	if (l.indexOf("/fan_coleccion_1.htm") >= 0)		return "24-12-2002";
	if (l.indexOf("/fan_coleccion_2.htm") >= 0)		return "24-12-2002";
	if (l.indexOf("/fan_coleccion_3.htm") >= 0)		return "24-12-2002";
	if (l.indexOf("/fan_coleccion_4.htm") >= 0)		return "24-12-2002";
	if (l.indexOf("/fan_coleccion_5.htm") >= 0)		return "24-12-2002";

	// Fotos
	if (l.indexOf("/fot_home.htm") >= 0)			return "05-06-2005";
	if (l.indexOf("/fot_galeria_1.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/fot_galeria_2.htm") >= 0)		return "01-06-2002";
	if (l.indexOf("/fot_galeria_3.htm") >= 0)		return "30-09-2002";
	if (l.indexOf("/fot_galeria_4.htm") >= 0)		return "30-09-2002";
	if (l.indexOf("/fot_galeria_5.htm") >= 0)		return "30-09-2002";
	if (l.indexOf("/fot_galeria_6.htm") >= 0)		return "30-09-2002";
	if (l.indexOf("/fot_galeria_7.htm") >= 0)		return "28-08-2003";
	if (l.indexOf("/fot_galeria_8.htm") >= 0)		return "05-06-2005";

	// Fútbol
	if (l.indexOf("/fut_home.htm") >= 0)			return "16-04-2003";
	if (l.indexOf("/fut_breves_1.htm") >= 0)		return "16-04-2003";
	if (l.indexOf("/fut_bukaneros_1.htm") >= 0)		return "17-12-2002";
	if (l.indexOf("/fut_introduccion_1.htm") >= 0)	return "17-12-2002";
	if (l.indexOf("/fut_pauli_1.htm") >= 0)			return "17-12-2002";
	if (l.indexOf("/fut_segovirras_1.htm") >= 0)	return "16-04-2003";

	// Libros
	if (l.indexOf("/lib_home.htm") >= 0)			return "10-10-2003";

	// Material
	if (l.indexOf("/mat_home.htm") >= 0)			return "08-04-2006";
	if (l.indexOf("/mat_pegatinas_1.htm") >= 0)		return "01-02-2003";

	// Mp3
	if (l.indexOf("/mp3_home.htm") >= 0)			return "08-04-2006";

	// Música
	if (l.indexOf("/mus_home.htm") >= 0)			return "08-04-2006";
	if (l.indexOf("/mus_politica_1.htm") >= 0)		return "19-06-2002";
	if (l.indexOf("/mus_politica_2.htm") >= 0)		return "10-10-2003";
	if (l.indexOf("/mus_punks_1.htm") >= 0)			return "25-12-2002";
	if (l.indexOf("/mus_punks_2.htm") >= 0)			return "15-05-2003";
	if (l.indexOf("/mus_skins_1.htm") >= 0)			return "28-03-2002";
	if (l.indexOf("/mus_skins_2.htm") >= 0)			return "17-04-2003";
	if (l.indexOf("/mus_skins_3.htm") >= 0)			return "17-04-2003";
	if (l.indexOf("/mus_skins_4.htm") >= 0)			return "25-12-2002";
	if (l.indexOf("/mus_skins_5.htm") >= 0)			return "06-08-2005";
	if (l.indexOf("/mus_skins_6.htm") >= 0)			return "08-04-2006";

	// Noticias
	if (l.indexOf("/not_home.htm") >= 0)			return "26-09-2003";
	if (l.indexOf("/not_antifascismo_1.htm") >= 0)	return "03-07-2002";
	if (l.indexOf("/not_antifascismo_2.htm") >= 0)	return "28-03-2002";
	if (l.indexOf("/not_antifascismo_3.htm") >= 0)	return "24-07-2002";
	if (l.indexOf("/not_antifascismo_4.htm") >= 0)	return "26-10-2002";
	if (l.indexOf("/not_antifascismo_5.htm") >= 0)	return "11-08-2003";
	if (l.indexOf("/not_laboral_1.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/not_laboral_2.htm") >= 0)		return "24-07-2002";
	if (l.indexOf("/not_laboral_3.htm") >= 0)		return "24-07-2002";
	if (l.indexOf("/not_laboral_4.htm") >= 0)		return "24-07-2002";
	if (l.indexOf("/not_laboral_5.htm") >= 0)		return "16-10-2002";
	if (l.indexOf("/not_laboral_6.htm") >= 0)		return "24-10-2002";
	if (l.indexOf("/not_laboral_7.htm") >= 0)		return "03-01-2003";
	if (l.indexOf("/not_laboral_8.htm") >= 0)		return "03-01-2003";
	if (l.indexOf("/not_laboral_9.htm") >= 0)		return "16-02-2003";
	if (l.indexOf("/not_laboral_10.htm") >= 0)		return "11-08-2003";
	if (l.indexOf("/not_laboral_11.htm") >= 0)		return "12-08-2003";
	if (l.indexOf("/not_laboral_12.htm") >= 0)		return "28-08-2003";
	if (l.indexOf("/not_laboral_13.htm") >= 0)		return "28-08-2003";
	if (l.indexOf("/not_laboral_14.htm") >= 0)		return "23-09-2003";
	if (l.indexOf("/not_laboral_15.htm") >= 0)		return "25-09-2003";
	if (l.indexOf("/not_laboral_16.htm") >= 0)		return "26-09-2003";
	if (l.indexOf("/not_okupacion_1.htm") >= 0)		return "11-08-2003";
	if (l.indexOf("/not_politica_1.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/not_politica_2.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/not_politica_3.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/not_politica_4.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/not_politica_5.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/not_politica_6.htm") >= 0)		return "03-08-2002";
	if (l.indexOf("/not_politica_7.htm") >= 0)		return "01-11-2002";
	if (l.indexOf("/not_politica_8.htm") >= 0)		return "01-11-2002";
	if (l.indexOf("/not_politica_9.htm") >= 0)		return "03-01-2003";
	if (l.indexOf("/not_politica_10.htm") >= 0)		return "12-08-2003";
	if (l.indexOf("/not_politica_11.htm") >= 0)		return "26-09-2003";

	// RASH
	if (l.indexOf("/ras_home.htm") >= 0)			return "28-09-2002";
	
	// Textos
	if (l.indexOf("/tex_home.htm") >= 0)			return "19-08-2002";
	if (l.indexOf("/tex_cultura_1.htm") >= 0)		return "28-03-2002";
	if (l.indexOf("/tex_historia_1.htm") >= 0)		return "19-08-2002";

	return "28-03-2002";
}

// FIRMAR LIBRO: http://www.melodysoft.com/cgi-bin/gbook.cgi?ID=rashmadrid&do=sign
// VER LIBRO: http://www.melodysoft.com/cgi-bin/gbook.cgi?ID=rashmadrid
// FORO: http://www.melodysoft.com/cgi-bin/foro.cgi?ID=rashmadrid 
