// Escuchar cambios en el campo de búsqueda (búsqueda en tiempo real con debounce) document.getElementById('searchInput').addEventListener('input', debounce(searchPages, 300)); // Mantener el botón de búsqueda por si prefieres usarlo document.getElementById('searchButton').addEventListener('click', searchPages); async function searchPages() { const searchTerms = document.getElementById('searchInput').value.toLowerCase().trim().split(' ').filter(term => term.length > 0); const resultsContainer = document.getElementById('results'); resultsContainer.innerHTML = '
  • Cargando...
  • '; // Lista de páginas const pages = [ 'index.html', 'Noticias.htm', 'Noticias_001.htm', 'Noticias_002.htm', 'Noticias_003.htm', 'Noticias_004.htm', 'Noticias_005.htm', 'Noticias_006.htm', 'Noticias_007.htm', 'Noticias_008.htm', 'Noticias_009.htm', 'Noticias_010.htm', 'Noticias_011.htm', 'Noticias_012.htm', 'Noticias_013.htm', 'Noticias_014.htm', 'Noticias_015.htm', 'Noticias_016.htm', 'Noticias_16-11-16.htm', 'Noticias_017.htm', 'Noticias_018.htm', 'Noticias_019.htm', 'Noticias_020.htm', 'Noticias_021.htm', 'Noticias_022.htm', 'Noticias_023.htm', 'Noticias_024.htm', 'Noticias_025.htm', 'Noticias_026.htm', 'Noticias_027.htm', 'Noticias_028.htm', 'Noticias_029.htm', 'Noticias_030.htm', 'Noticias_031.htm', 'Noticias_032.htm', 'Noticias_033.htm', 'Noticias_034.htm', 'Noticias_035.htm', 'Noticias_036.htm', 'Noticias_037.htm', 'Noticias_038.htm', 'Noticias_039.htm', 'Noticias_040.htm', 'Noticias_041.htm', 'Noticias_042.htm', 'Noticias_043.htm', 'Noticias_044.htm', 'Noticias_045.htm', 'Noticias_046.htm', 'Noticias_047.htm', 'Noticias_048.htm', 'Noticias_049.htm', 'Noticias_050.htm', 'Noticias_051.htm', 'Noticias_052.htm', 'Noticias_053.htm', 'Noticias_054.htm', 'Noticias_055.htm', 'Noticias_056.htm', 'Noticias_057.htm', 'Noticias_058.htm', 'Noticias_059.htm', 'Noticias_060.htm', 'Noticias_061.htm', 'Noticias_Archivos.htm', 'Noticias_Archivos_AberracionesAdolescentes.htm', 'Noticias_Archivos_AberracionesBiologicas.htm', 'Noticias_Archivos_AberracionesManejoVehiculos.htm', 'Noticias_Archivos_AbusosfuerzasArmadas.htm', 'Noticias_Archivos_AbusosNegocios.htm', 'Noticias_Archivos_AccidentesParquesRecreativos.htm', 'Noticias_Archivos_AcosoSexual.htm', 'Noticias_Archivos_AcusadosLesaHumanidadMdP.htm', 'Noticias_Archivos_AdiccionCelulares.htm', 'Noticias_Archivos_AdiccionTabaco.htm', 'Noticias_Archivos_AdrianMartinez.htm', 'Noticias_Archivos_Afganistan.htm', 'Noticias_Archivos_AgujerosGigantesTierra.htm', 'Noticias_Archivos_AgustinLaje.htm', 'Noticias_Archivos_Airbus321.htm', 'Noticias_Archivos_Alacranes.htm', 'Noticias_Archivos_AlbertoFernandez.htm', 'Noticias_Archivos_AlbertoNisman.htm', 'Noticias_Archivos_AlexanderCaniggia.htm', 'Noticias_Archivos_AlexeiNavalny.htm', 'Noticias_Archivos_AlfonsoPrat-Gay.htm', 'Noticias_Archivos_AlimentacionSaludable.htm', 'Noticias_Archivos_AmadoBoudou.htm', 'Noticias_Archivos_AngelKiciloff.htm', 'Noticias_Archivos_AnibalFernandez.htm', 'Noticias_Archivos_AnimalesExtranios.htm', 'Noticias_Archivos_AnimalesExtraordinarios.htm', 'Noticias_Archivos_AnimalesZonasUrbanas.htm', 'Noticias_Archivos_AnimPeligEscapanYAparecen.htm', 'Noticias_Archivos_AnimPeligPumas.htm', 'Noticias_Archivos_Anonymous.htm', 'Noticias_Archivos_AntiguoEgipto.htm', 'Noticias_Archivos_Antropologia.htm', 'Noticias_Archivos_ArabiaSaudita.htm', 'Noticias_Archivos_ARASanJuan.htm', 'Noticias_Archivos_ARBA.htm', 'Noticias_Archivos_ArmamentoRobanYAparece.htm', 'Noticias_Archivos_ArqExtravagantesYVanguardia.htm', 'Noticias_Archivos_AsesinatosMultiples.htm', 'Noticias_Archivos_AsignacionUniversalHijo.htm', 'Noticias_Archivos_AsistenciaMenorMujerYDiscap.htm', 'Noticias_Archivos_Astronomia.htm', 'Noticias_Archivos_AtaqueEI.htm', 'Noticias_Archivos_AtaquePeces.htm', 'Noticias_Archivos_AutomovilesModernos.htm', 'Noticias_Archivos_AvionVenezolano-Irani.htm', 'Noticias_Archivos_BarackObama.htm', 'Noticias_Archivos_BaseChinaNeuquen.htm', 'Noticias_Archivos_BasesUSA.htm', 'Noticias_Archivos_Basura.htm', 'Noticias_Archivos_BasuraEspacial.htm', 'Noticias_Archivos_BateriasYCargadores.htm', 'Noticias_Archivos_BilletesYMonedaArgentina.htm', 'Noticias_Archivos_BillGates.htm', 'Noticias_Archivos_Bitcoin.htm', 'Noticias_Archivos_Bolivia.htm', 'Noticias_Archivos_BrotesPsicoticosYFuria.htm', 'Noticias_Archivos_BYCChinaEnArgentina.htm', 'Noticias_Archivos_Cabandie-Insaulrralde-Transito.htm', 'Noticias_Archivos_Cacerolazos.htm', 'Noticias_Archivos_CalentamientoGlobal.htm', 'Noticias_Archivos_Cancer.htm', 'Noticias_Archivos_CandelaRodriguez.htm', 'Noticias_Archivos_Canibalismo.htm', 'Noticias_Archivos_CarlosArroyo.htm', 'Noticias_Archivos_CarlosPerciavalle.htm', 'Noticias_Archivos_CascoMotos.htm', 'Noticias_Archivos_Caso-LanattaYSchillaci.htm', 'Noticias_Archivos_CasoSchoklender.htm', 'Noticias_Archivos_CastracionDelitosSexuales.htm', 'Noticias_Archivos_CatastrofeJapon.htm', 'Noticias_Archivos_CausasAMIAyEmbajadaIsrael.htm', 'Noticias_Archivos_CesarMilani.htm', 'Noticias_Archivos_CigarrillosElectronicos.htm', 'Noticias_Archivos_CirugiasEsteticasAberrantes.htm', 'Noticias_Archivos_Colombia.htm', 'Noticias_Archivos_ColombiaEInmigrantes.htm', 'Noticias_Archivos_CompetenciaTransgenero.htm', 'Noticias_Archivos_CompraDeDolares.htm', 'Noticias_Archivos_ConflictoArmenia-Azerbaiyan.htm', 'Noticias_Archivos_ConflictoIsraelYPalestina.htm', 'Noticias_Archivos_ConflictoRusia-Ucrania.htm', 'Noticias_Archivos_ConfusionHomosexual.htm', 'Noticias_Archivos_CongelamientoPrecios.htm', 'Noticias_Archivos_ConsecuenciasOfenderIslam.htm', 'Noticias_Archivos_ContamAguaMarMdP.htm', 'Noticias_Archivos_ContaminacionAmbiental.htm', 'Noticias_Archivos_ContaminacionPapeleras.htm', 'Noticias_Archivos_ControlAlcoholemiaMdP.htm', 'Noticias_Archivos_ControlMecanismosPensamiento.htm', 'Noticias_Archivos_ControlTransito.htm', 'Noticias_Archivos_ControlTransitoMdP.htm', 'Noticias_Archivos_CoreaDelNorte.htm', 'Noticias_Archivos_CoreaNorteYCoreaSur.htm', 'Noticias_Archivos_Coronavirus.htm', 'Noticias_Archivos_CoronavirusAislamientos.htm', 'Noticias_Archivos_CoronavirusAstraZeneca.htm', 'Noticias_Archivos_CoronavirusDiagnostico.htm', 'Noticias_Archivos_CoronavirusEquivocadaEstrategia.htm', 'Noticias_Archivos_CoronavirusFarmacoEquivocado.htm', 'Noticias_Archivos_CoronavirusMentiraChina.htm', 'Noticias_Archivos_CoronavirusNinios.htm', 'Noticias_Archivos_CoronavirusPosibleCura.htm', 'Noticias_Archivos_CoronavirusPropagacion.htm', 'Noticias_Archivos_CoronavirusReactivacion.htm', 'Noticias_Archivos_CoronavirusSintomas.htm', 'Noticias_Archivos_CorrupcionDeportes.htm', 'Noticias_Archivos_CristinaFdeKirchner.htm', 'Noticias_Archivos_CristinaFdeKirchner_02.htm', 'Noticias_Archivos_CristinaFdeKirchner-Ataque.htm', 'Noticias_Archivos_CristobalLopez.htm', 'Noticias_Archivos_CrueldadMujerISIS.htm', 'Noticias_Archivos_CrueldadNiniosISIS.htm', 'Noticias_Archivos_Cuidacoches.htm', 'Noticias_Archivos_Cyborgs.htm', 'Noticias_Archivos_DadyBrieva.htm', 'Noticias_Archivos_DanielScioli.htm', 'Noticias_Archivos_DelincuenciaJuvenil.htm', 'Noticias_Archivos_DelincuenciaSexual.htm', 'Noticias_Archivos_DemocratizacionPoderJudicial.htm', 'Noticias_Archivos_Dengue.htm', 'Noticias_Archivos_DepredacionPescaAguasArg.htm', 'Noticias_Archivos_DerechosHMusulmanes.htm', 'Noticias_Archivos_DerHumAfrica.htm', 'Noticias_Archivos_DerHumVenezuela.htm', 'Noticias_Archivos_DesaparecidosArgentina.htm', 'Noticias_Archivos_DesaparicionMalasyaAirllines.htm', 'Noticias_Archivos_DesaparicionMalaysiaAirllines.htm', 'Noticias_Archivos_DesaparicionSofia.htm', 'Noticias_Archivos_DescontrolCostaAtlantica.htm', 'Noticias_Archivos_DesocupCrisisMundial.htm', 'Noticias_Archivos_DespenalizacionMarihuana.htm', 'Noticias_Archivos_DespenalizacionMarihuanaUruguay.htm', 'Noticias_Archivos_DespidosMasivos.htm', 'Noticias_Archivos_DiegoMaradona.htm', 'Noticias_Archivos_DiscriminacionArgentina.htm', 'Noticias_Archivos_DiscrimMujerIndia.htm', 'Noticias_Archivos_DiscrimMujerPuebloMusulman.htm', 'Noticias_Archivos_DistintasFuentesInfoIran.htm', 'Noticias_Archivos_DocumentosArgentina.htm', 'Noticias_Archivos_Documentos-Padrones.htm', 'Noticias_Archivos_DonaldTrump.htm', 'Noticias_Archivos_Drones.htm', 'Noticias_Archivos_DYTCientificas.htm', 'Noticias_Archivos_Ebola.htm', 'Noticias_Archivos_Educacion.htm', 'Noticias_Archivos_EjecucionesMilitaresYPerISIS.htm', 'Noticias_Archivos_ElisaCarrio.htm', 'Noticias_Archivos_ElonMusk.htm', 'Noticias_Archivos_ElSalvador.htm', 'Noticias_Archivos_EmpresasCerraronMacrismo.htm', 'Noticias_Archivos_EmpresasQuiebranYDejanElPais.htm', 'Noticias_Archivos_EmpresasTelefoniaCelular.htm', 'Noticias_Archivos_EnfermedadesContraidasExterior.htm', 'Noticias_Archivos_EnfermedadesYPandemias.htm', 'Noticias_Archivos_EnfrentamientoCoreaNorte.htm', 'Noticias_Archivos_EnfrentamientoEEUU-Iran.htm', 'Noticias_Archivos_EscacesVenezuela.htm', 'Noticias_Archivos_EscandaloCorrupRealEspania.htm', 'Noticias_Archivos_EspectaculosGratuitos.htm', 'Noticias_Archivos_EspionajeChino.htm', 'Noticias_Archivos_EstadoCalles.htm', 'Noticias_Archivos_EstelaDeCarlotto.htm', 'Noticias_Archivos_Eudemonologicas.htm', 'Noticias_Archivos_EvoMorales.htm', 'Noticias_Archivos_ExcelenciaMedicaMdP.htm', 'Noticias_Archivos_ExcepcionesAislamientoCoronavirus.htm', 'Noticias_Archivos_ExcesivosPreciosComunales.htm', 'Noticias_Archivos_ExpansionChinaMundo.htm', 'Noticias_Archivos_ExplosionBeirut.htm', 'Noticias_Archivos_ExplosionEdificioRosario.htm', 'Noticias_Archivos_ExplotacionMineraArgentina.htm', 'Noticias_Archivos_ExplotacionPetrolera.htm', 'Noticias_Archivos_ExplotacionRecNatArg.htm', 'Noticias_Archivos_ExpropiacionYPF.htm', 'Noticias_Archivos_ExtraniaCulturaChina.htm', 'Noticias_Archivos_ExtraniaCulturaJapon.htm', 'Noticias_Archivos_Facebook.htm', 'Noticias_Archivos_FacundoAstudilloCastro.htm', 'Noticias_Archivos_FallecimientoPersonajes.htm', 'Noticias_Archivos_FaltaAguaUruguay.htm', 'Noticias_Archivos_FaltaVerdadYCorduraMacri.htm', 'Noticias_Archivos_FARC.htm', 'Noticias_Archivos_FelipePetinatto.htm', 'Noticias_Archivos_FeriadosArgentina.htm', 'Noticias_Archivos_FernandoLario.htm', 'Noticias_Archivos_FernandoPinoSolanas.htm', 'Noticias_Archivos_Ferroautomotora.htm', 'Noticias_Archivos_FidelCastro.htm', 'Noticias_Archivos_FiestasClandestinas.htm', 'Noticias_Archivos_FilantropiaYBuenasAcciones.htm', 'Noticias_Archivos_Filipinas.htm', 'Noticias_Archivos_Formosa.htm', 'Noticias_Archivos_FragataLibertad.htm', 'Noticias_Archivos_FraudesInternetYHackeos.htm', 'Noticias_Archivos_GarrafasSociales.htm', 'Noticias_Archivos_Google.htm', 'Noticias_Archivos_Gravedad.htm', 'Noticias_Archivos_Greenpeace.htm', 'Noticias_Archivos_GripeAviar.htm', 'Noticias_Archivos_GripePorcina.htm', 'Noticias_Archivos_GrupoISIS.htm', 'Noticias_Archivos_GuerraEEUU-China.htm', 'Noticias_Archivos_GuillermoMontenegro.htm', 'Noticias_Archivos_GuillermoMoreno.htm', 'Noticias_Archivos_GustavoDemarchi.htm', 'Noticias_Archivos_HabilitacionSupermercados.htm', 'Noticias_Archivos_Haiti.htm', 'Noticias_Archivos_Hantavirus.htm', 'Noticias_Archivos_HebeBonafini.htm', 'Noticias_Archivos_HezbollahEnSudamerica.htm', 'Noticias_Archivos_HienaBarrios.htm', 'Noticias_Archivos_HillaryClinton.htm', 'Noticias_Archivos_Homosexualidad.htm', 'Noticias_Archivos_HugoChavez.htm', 'Noticias_Archivos_HugoMoyano.htm', 'Noticias_Archivos_Huracanes.htm', 'Noticias_Archivos_IA.htm', 'Noticias_Archivos_IglesiaYSexo.htm', 'Noticias_Archivos_IGyLI.htm', 'Noticias_Archivos_Incendios.htm', 'Noticias_Archivos_IncongAFernandez.htm', 'Noticias_Archivos_IncongruenciaJorgeBergoglio.htm', 'Noticias_Archivos_IncongruenciasNicolasMaduro.htm', 'Noticias_Archivos_INDEC.htm', 'Noticias_Archivos_India.htm', 'Noticias_Archivos_IndigenciaArgentina.htm', 'Noticias_Archivos_IndigenciaCalles.htm', 'Noticias_Archivos_Inflacion.htm', 'Noticias_Archivos_InflacionArgentina.htm', 'Noticias_Archivos_InmigracionRusa.htm', 'Noticias_Archivos_InseguridadMexico.htm', 'Noticias_Archivos_InseguridadMexico_02.htm', 'Noticias_Archivos_Internet.htm', 'Noticias_Archivos_InventosYC-CompC.htm', 'Noticias_Archivos_InventosYCreaciones.htm', 'Noticias_Archivos_InventosYCreaciones_02.htm', 'Noticias_Archivos_IslasMalvinas.htm', 'Noticias_Archivos_IslasMalvinas_Brasil.htm', 'Noticias_Archivos_IslasMalvinas_Chile.htm', 'Noticias_Archivos_IslasMalvinas_Uruguay.htm', 'Noticias_Archivos_JairBolsonaro.htm', 'Noticias_Archivos_JavierMilei.htm', 'Noticias_Archivos_JavierMilei_DNUs.htm', 'Noticias_Archivos_JoeBiden.htm', 'Noticias_Archivos_JorgeBergoglio.htm', 'Noticias_Archivos_JorgeLanata.htm', 'Noticias_Archivos_JoseLuisEspert.htm', 'Noticias_Archivos_JoseMujica.htm', 'Noticias_Archivos_JuanDomingoPeron.htm', 'Noticias_Archivos_JuegoLaBallenaAzul.htm', 'Noticias_Archivos_JulioDeVido.htm', 'Noticias_Archivos_JusticiaExtremaPaises.htm', 'Noticias_Archivos_JusticiaManoPropia.htm', 'Noticias_Archivos_JustinBieber.htm', 'Noticias_Archivos_LaCampora.htm', 'Noticias_Archivos_LazaroBaez.htm', 'Noticias_Archivos_LegalidadAborto.htm', 'Noticias_Archivos_LeonardoFarinia.htm', 'Noticias_Archivos_L-Gante.htm', 'Noticias_Archivos_LiberacionPresos.htm', 'Noticias_Archivos_LimitieBolivia.htm', 'Noticias_Archivos_Longevidad.htm', 'Noticias_Archivos_LopezObrador.htm', 'Noticias_Archivos_Los MedicosCubanos.htm', 'Noticias_Archivos_LugaresPublicos.htm', 'Noticias_Archivos_LuisDElia.htm', 'Noticias_Archivos_LulaDaSilva.htm', 'Noticias_Archivos_Macri.htm', 'Noticias_Archivos_Maduro-Macri.htm', 'Noticias_Archivos_MafiaSupChinos.htm', 'Noticias_Archivos_MalaPraxisProfesional.htm', 'Noticias_Archivos_MaltratoAnimales.htm', 'Noticias_Archivos_MapasMyEMundiales.htm', 'Noticias_Archivos_Maras.htm', 'Noticias_Archivos_MarceloTinelli.htm', 'Noticias_Archivos_MarcosDiPalma.htm', 'Noticias_Archivos_MargaritaStolbizer.htm', 'Noticias_Archivos_MariaCash.htm', 'Noticias_Archivos_MaritaVeron.htm', 'Noticias_Archivos_MaximoYFlorenciaKirchner.htm', 'Noticias_Archivos_MegaemprendimientosChina.htm', 'Noticias_Archivos_MeghanMarkle.htm', 'Noticias_Archivos_MercadoInmobiliario.htm', 'Noticias_Archivos_Metaverso.htm', 'Noticias_Archivos_MeteoritosCometasEtc.htm', 'Noticias_Archivos_MEVidal.htm', 'Noticias_Archivos_MichaelJackson.htm', 'Noticias_Archivos_Micropaises.htm', 'Noticias_Archivos_MilagroSala.htm', 'Noticias_Archivos_MinerosChile.htm', 'Noticias_Archivos_MirthaLegrand.htm', 'Noticias_Archivos_MisilesCoreaNorte.htm', 'Noticias_Archivos_Montoneros.htm', 'Noticias_Archivos_MonumentoColon.htm', 'Noticias_Archivos_MuerteDigna.htm', 'Noticias_Archivos_NaufragiosYSupervivencias.htm', 'Noticias_Archivos_Nazismo.htm', 'Noticias_Archivos_NeonazisMdP.htm', 'Noticias_Archivos_Nicaragua.htm', 'Noticias_Archivos_NicolasMaduro.htm', 'Noticias_Archivos_NotebooksSociales.htm', 'Noticias_Archivos_Nudismo.htm', 'Noticias_Archivos_NuevasFuentesDeEnergia.htm', 'Noticias_Archivos_NuevaTV.htm', 'Noticias_Archivos_NuevoCodigoPublicidad.htm', 'Noticias_Archivos_ObrasMunicipales.htm', 'Noticias_Archivos_ObtencionAguaPotable.htm', 'Noticias_Archivos_OcupacionChinaEnArgentina.htm', 'Noticias_Archivos_Okupas.htm', 'Noticias_Archivos_OperYMedExtraordinarias.htm', 'Noticias_Archivos_OrcasYTiburones.htm', 'Noticias_Archivos_OsamaBinLaden.htm', 'Noticias_Archivos_OYME-Trasplantes.htm', 'Noticias_Archivos_PabloEcharri.htm', 'Noticias_Archivos_PagoTransporteUrbano.htm', 'Noticias_Archivos_PaisCubano.htm', 'Noticias_Archivos_Paleontologia.htm', 'Noticias_Archivos_PaqueCamet.htm', 'Noticias_Archivos_ParacaidismoSaltadoresEtc.htm', 'Noticias_Archivos_Parapentes.htm', 'Noticias_Archivos_ParkinsonYAlzheimer.htm', 'Noticias_Archivos_ParosDocentes.htm', 'Noticias_Archivos_ParticulasSubatomicas.htm', 'Noticias_Archivos_PeligroRadiacionesEM.htm', 'Noticias_Archivos_PerrosPeligrosos.htm', 'Noticias_Archivos_PerrosPitbulls.htm', 'Noticias_Archivos_Pinamar.htm', 'Noticias_Archivos_PirateríaInternet.htm', 'Noticias_Archivos_PistolasTaser.htm', 'Noticias_Archivos_PlanDesarme.htm', 'Noticias_Archivos_PlanNuclearIran.htm', 'Noticias_Archivos_PlantaEfluentes.htm', 'Noticias_Archivos_PoderJudicial.htm', 'Noticias_Archivos_PoliciaEEUU.htm', 'Noticias_Archivos_PoliciaMunicipal.htm', 'Noticias_Archivos_PosiblesPruebasCorrupcionArgentina.htm', 'Noticias_Archivos_PrecaucionesViajarAvion.htm', 'Noticias_Archivos_ProblemasParejas.htm', 'Noticias_Archivos_Programa_ACERCAR.htm', 'Noticias_Archivos_ProYDepExtremos.htm', 'Noticias_Archivos_ProYDepExtremos-AyE.htm', 'Noticias_Archivos_ProYDepExtremos-Surf.htm', 'Noticias_Archivos_PueblosAborigenes.htm', 'Noticias_Archivos_PueblosIndigenas.htm', 'Noticias_Archivos_Quemacoches.htm', 'Noticias_Archivos_QuitaDeSubsidios.htm', 'Noticias_Archivos_Racismo.htm', 'Noticias_Archivos_RafaelCorrea.htm', 'Noticias_Archivos_RAMYOtras.htm', 'Noticias_Archivos_RayoEM-Laser.htm', 'Noticias_Archivos_RecicladoBasura.htm', 'Noticias_Archivos_ReconocimientoFacial.htm', 'Noticias_Archivos_Refugiados_Europa.htm', 'Noticias_Archivos_RefugiadosAlemania.htm', 'Noticias_Archivos_Relacion_EEUU-ISIS.htm', 'Noticias_Archivos_RepresaliasControlTransito.htm', 'Noticias_Archivos_RestaurantesEtc.htm', 'Noticias_Archivos_RevistaCharlieHebdo.htm', 'Noticias_Archivos_RevolucionMundoMusulmanYAfricano.htm', 'Noticias_Archivos_RevolucionVenezuela.htm', 'Noticias_Archivos_RicardoEchegaray.htm', 'Noticias_Archivos_RicardoJaime.htm', 'Noticias_Archivos_RidiculecesCulturaChina.htm', 'Noticias_Archivos_RoboBienesViaPublica.htm', 'Noticias_Archivos_RoboDeCables.htm', 'Noticias_Archivos_Robotica.htm', 'Noticias_Archivos_RosarioViolenta.htm', 'Noticias_Archivos_Rottweiler.htm', 'Noticias_Archivos_RoturasObrasArte.htm', 'Noticias_Archivos_RuidosMolestos.htm', 'Noticias_Archivos_Rusia.htm', 'Noticias_Archivos_RutaDineroK.htm', 'Noticias_Archivos_SantiagoMaldonado.htm', 'Noticias_Archivos_Saqueos.htm', 'Noticias_Archivos_SaqueoTransporte.htm', 'Noticias_Archivos_SatelitesArgentinos.htm', 'Noticias_Archivos_Seduccion.htm', 'Noticias_Archivos_SergioBerni.htm', 'Noticias_Archivos_SergioMassa.htm', 'Noticias_Archivos_ServicioMilitar.htm', 'Noticias_Archivos_ServiciosPrimarios.htm', 'Noticias_Archivos_SiniestroCuevaTailandia.htm', 'Noticias_Archivos_SiniestrosCrucerosYExcursiones.htm', 'Noticias_Archivos_Sirenas.htm', 'Noticias_Archivos_Siria.htm', 'Noticias_Archivos_SismosChile.htm', 'Noticias_Archivos_SismosEnLaArgentina.htm', 'Noticias_Archivos_SismosYTerremotos.htm', 'Noticias_Archivos_SistemaPenitenciario.htm', 'Noticias_Archivos_SituacionCriticaArgentina2012.htm', 'Noticias_Archivos_Suicidios.htm', 'Noticias_Archivos_TecnologiaRusa.htm', 'Noticias_Archivos_TemaDolarFuturo.htm', 'Noticias_Archivos_TemporalesCABAyLaPlata.htm', 'Noticias_Archivos_TerremotoHaiti.htm', 'Noticias_Archivos_ToxicidadFumigaciones.htm', 'Noticias_Archivos_TuristasFrancesas.htm', 'Noticias_Archivos_Turquia-ISIS.htm', 'Noticias_Archivos_Twitter.htm', 'Noticias_Archivos_Uber.htm', 'Noticias_Archivos_UNMP.htm', 'Noticias_Archivos_UsoNiniosISIS.htm', 'Noticias_Archivos_UtilitariosCelulares.htm', 'Noticias_Archivos_VacunacionVip.htm', 'Noticias_Archivos_Veganismo.htm', 'Noticias_Archivos_VehiculosAutonomos.htm', 'Noticias_Archivos_VehiculosAutonomosTesla.htm', 'Noticias_Archivos_VehiculosElectricos.htm', 'Noticias_Archivos_VehiculosModernos.htm', 'Noticias_Archivos_VehiculosVoladores.htm', 'Noticias_Archivos_VendedoresAmbulantes.htm', 'Noticias_Archivos_VentaIlegalYManteros.htm', 'Noticias_Archivos_VentaRidiculaPropiedadesas.htm', 'Noticias_Archivos_VentaTierrasExtranjeros.htm', 'Noticias_Archivos_ViajarAMarte.htm', 'Noticias_Archivos_VickyXipolitakis.htm', 'Noticias_Archivos_VictimasDeVictimarios.htm', 'Noticias_Archivos_VictimasNoQuierenAcusar.htm', 'Noticias_Archivos_VictorHugoMorales.htm', 'Noticias_Archivos_VidaExtraterrestre.htm', 'Noticias_Archivos_Videocamaras-MdP.htm', 'Noticias_Archivos_Violadores.htm', 'Noticias_Archivos_ViolenciaMdP.htm', 'Noticias_Archivos_ViolenciaSociedadArgentina.htm', 'Noticias_Archivos_ViruelaMono.htm', 'Noticias_Archivos_VirusZika.htm', 'Noticias_Archivos_VladimirPutin.htm', 'Noticias_Archivos_VolcanesAfectanArgentina.htm', 'Noticias_Archivos_VolcanPuyehue.htm', 'Noticias_Archivos_VuelosLowCost.htm', 'Noticias_Archivos_VyFGuerraSiria.htm', 'Noticias_Archivos_WhatsApp.htm', 'Noticias_Archivos_Wi-Fi-Social.htm', 'Noticias_Archivos_WikiLeaks.htm', 'Noticias_CoronavirusAglom.htm', 'Noticias_FiestasClandestinas.htm' ]; // Limitar solicitudes simultáneas para no saturar el navegador const BATCH_SIZE = 10; // Procesar 10 páginas a la vez const matchingPages = []; for (let i = 0; i < pages.length; i += BATCH_SIZE) { const batch = pages.slice(i, i + BATCH_SIZE); const fetchPromises = batch.map(page => fetch(page) .then(response => { if (!response.ok) return { page, data: '' }; // Manejar 404 u otros errores return response.text().then(data => ({ page, data })); }) .catch(() => ({ page, data: '' })) // Manejar errores de red ); const results = await Promise.all(fetchPromises); results.forEach(({ page, data }) => { if (searchTerms.every(term => data.toLowerCase().includes(term))) { matchingPages.push(page); } }); } // Mostrar resultados resultsContainer.innerHTML = ''; if (matchingPages.length === 0) { resultsContainer.innerHTML = '
  • No se encontraron resultados.
  • '; } else { matchingPages.forEach(page => { const listItem = document.createElement('li'); const link = document.createElement('a'); link.textContent = page; link.href = page; listItem.appendChild(link); resultsContainer.appendChild(listItem); }); } } // Función debounce para limitar la frecuencia de búsqueda function debounce(func, wait) { let timeout; return function (...args) { clearTimeout(timeout); timeout = setTimeout(() => func.apply(this, args), wait); }; }