function sacaAlerta()
	{
		var strDir =  central.location.href;
		var strAux  = strDir.substring(  strDir.lastIndexOf("/") + 1,  strDir.length );
		if (  strAux == "bio.htm")
		{
			superior.location.replace('../imagenes/fotos_sup/foto_06.jpg');
		}
		else if (  strAux == "noticias.htm")
		{
			superior.location.replace('../imagenes/noticias/fotosupdisco.jpg');
		}
		else if (  strAux == "grupo.htm")
		{
			superior.location.replace('../imagenes/fotos_sup/foto_02.jpg');
		}
		else if (  strAux == "frames_fotos.htm")
		{
			superior.location.replace('../imagenes/fotos_sup/foto_02.jpg');
		}
		else if (  strAux == "frames_argazkiak.htm")
		{
			superior.location.replace('../imagenes/fotos_sup/foto_02.jpg');
		}
		else if (  strAux == "letras_frames.htm")
		{
			superior.location.replace('../imagenes/fotos_sup/foto_00.jpg');
		}
		else if (  strAux == "conciertos.htm")
		{
			superior.location.replace('../imagenes/fotos_sup/foto_16.jpg');
		}
		else if (  strAux == "frames_multimedia_cast.htm")
		{
			superior.location.replace('../imagenes/fotos_sup/foto_23.jpg');
		}
		else if (  strAux == "frames_multimedia_eusk.htm")
		{
			superior.location.replace('../imagenes/fotos_sup/foto_23.jpg');
		}
		else if (  strAux == "tienda.htm")
		{
			superior.location.replace('../imagenes/fotos_sup/foto_24.jpg');
		}
		else if (  strAux == "denda.htm")
		{
			superior.location.replace('../imagenes/fotos_sup/foto_24.jpg');
		}
		else if (  strAux == "contacto.htm")
		{
			superior.location.replace('../imagenes/fotos_sup/foto_25.jpg');
		}
		else if (  strAux == "prensa.htm")
		{
			superior.location.replace('../imagenes/fotos_sup/foto_08.jpg');
		}
	
	}
