<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Wed, 01 Jul 2026 20:45:03 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Massachusetts man assaults woman, 62, at Aventura bus stop for refusing sex, cops say]]></title><link>https://www.local10.com/news/local/2026/07/01/massachusetts-man-assaults-woman-62-at-aventura-bus-stop-for-refusing-sex-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/massachusetts-man-assaults-woman-62-at-aventura-bus-stop-for-refusing-sex-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Massachusetts man has been arrested months after police said he punched a 62-year-old woman in the face at an Aventura bus depot earlier this year. ]]></description><pubDate>Wed, 01 Jul 2026 20:41:12 +0000</pubDate><content:encoded><![CDATA[<p>A man from the Boston area has been arrested months after police said he punched a 62-year-old woman in the face at an Aventura bus depot earlier this year. </p><p>According to an arrest report, the Aventura Police Department arrested Wetsmy Louicius, 25, of Lynn, Massachusetts, on a charge of aggravated battery.</p><p>Police said the attack happened on Feb. 4 at the Aventura Mall Transit Bus Depot, located at 19501 Biscayne Blvd.</p><p>According to the report, officers arrived to find the victim sitting on a bus bench surrounded by Aventura Mall security personnel, holding paper towels to her face as they observed “a significant amount of blood on the ground.” </p><p>The report states she was taken by Miami-Dade Fire Rescue medics to HCA Florida Aventura Hospital as a trauma alert.</p><p>Medical staff later determined the woman had multiple facial fractures and were concerned about her airway, according to the report.</p><p>Police said the victim told hospital staff on Feb. 6 that she was waiting for a bus when Louicius, who was sitting next to her, asked if she wanted to have sex. They said after she replied “no,” he “punched her in the face without warning,” according to the report. </p><p>Investigators reviewed surveillance video from the bus depot, which they said showed Louicius sitting beside the woman before she stood near the curb to look for an approaching bus. </p><p>Police said the video shows Louicius punching her, which caused her to fall off the curb into the roadway before fleeing on foot.</p><p>Detectives said they tracked Louicius using surveillance footage from nearby businesses, including a Citibank branch, a Total Wine store and a Marathon gas station, where they obtained a clear image of his face.</p><p>Authorities said detectives with the New Jersey Transit Police Department also identified Louicius from surveillance images and advised Aventura detectives that the Boston Police Department also had probable cause to arrest him in “similar” incidents.</p><p>Investigators said Louicius has also been linked to other alleged attacks. According to <a href="https://www.wcvb.com/article/suspect-who-attacked-3-women-back-bay-station-arrested/42310213" target="_self" rel="" title="https://www.wcvb.com/article/suspect-who-attacked-3-women-back-bay-station-arrested/42310213">WCVB in Boston</a>, he was arrested in December 2022 after Boston police accused him of assaulting three women near the Back Bay MBTA station.</p><p>As of Tuesday, he was being held at the Turner Guilford Knight Correctional Center after being transferred from Broward County, where his bond was listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y662TW3OTZFWFN2K4KJOH7ROYA.jpg?auth=6e55d74435fb5f0389b389597986d09e26330c0c7358f336aafc93ccfb9b4a64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Los Topos, la legendaria brigada de rescate de México, va a Venezuela; hay más de 2.200 fallecidos]]></title><link>https://www.local10.com/espanol/2026/07/01/los-topos-la-legendaria-brigada-de-rescate-de-mexico-va-a-venezuela-hay-mas-de-2200-fallecidos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/los-topos-la-legendaria-brigada-de-rescate-de-mexico-va-a-venezuela-hay-mas-de-2200-fallecidos/</guid><dc:creator><![CDATA[Por FERNANDA PESCE y JUAN ARRÁEZ, Associated Press]]></dc:creator><description><![CDATA[Un hombre vestido de pies a cabeza con un llamativo color naranja apila con cuidado una docena de cajas de cartón en un carrito de equipaje en el aeropuerto internacional de Ciudad de México. No es un viajero común. Y estas no son cajas comunes.]]></description><pubDate>Wed, 01 Jul 2026 20:07:03 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre vestido de pies a cabeza con un llamativo color naranja apila con cuidado una docena de cajas de cartón en un carrito de equipaje en el aeropuerto internacional de Ciudad de México. No es un viajero común. Y estas no son cajas comunes.</p><p>Contienen bolsas para cadáveres.</p><p>El hombre es Germán Bello, un voluntario de 39 años de la Brigada Internacional de Rescate Topos Azteca, una de las organizaciones civiles de búsqueda y rescate más conocidas de México. Fundada tras el devastador terremoto de 1985 en Ciudad de México, la brigada sin fines de lucro opera de manera independiente y se ha ganado una reputación internacional por desplegarse ante grandes desastres dentro y fuera del país.</p><p>La noche del martes, Bello se dirigía a uno de los desastres naturales más mortíferos de Venezuela en la historia moderna. Casi una semana después de que dos potentes terremotos devastaran la costa caribeña del país, las autoridades informaron el miércoles que más de 2.200 personas han muerto y más de 11.000 han resultado heridas.</p><p>Las esperanzas de encontrar sobrevivientes se desvanecen</p><p>Los equipos internacionales de rescate continúan buscando en edificios de apartamentos y viviendas derrumbadas en La Guaira, el estado más afectado, aun cuando las esperanzas de hallar más sobrevivientes se desvanecen y la misión se desplaza cada vez más hacia la recuperación de cuerpos.</p><p>Bello no sabe cuándo regresará a casa. Además del equipo de rescate, lleva bolsas para cadáveres y otros implementos que podrían utilizarse para recuperar a quienes murieron en los terremotos.</p><p>Ingeniero electricista y dueño de un pequeño taller de reparación de autos, Bello es conocido dentro de la brigada como “La Secre” —abreviatura de secretario— porque funge como la mano derecha del fundador del grupo, el veterano rescatista Héctor “El Chino” Méndez.</p><p>Méndez, de 80 años, ayudó a organizar los esfuerzos espontáneos de rescate civil tras el terremoto de 1985 en Ciudad de México y ha encabezado misiones de los Topos en todo el mundo durante cuatro décadas. Ya está en La Guaira, ayudando a buscar a los pocos sobrevivientes que aún podrían estar atrapados bajo edificios colapsados.</p><p>“Los más difícil es decirle a alguien que ha fallecido su familiar”, afirma Bello.</p><p>Rescatistas de su equipo señalan que deben mantener a raya sus emociones una vez que llegan a la zona del desastre, donde mantenerse concentrados puede significar la diferencia entre la vida y la muerte.</p><p>La voluntaria Merry Valencia, que ha pasado 14 años en la brigada, recitó parte del código de conducta del grupo: “No hay hambre, no hay calor, no hay sueño. No hay miedo”.</p><p>Una vez que evalúan la estabilidad de las estructuras colapsadas, los rescatistas se dividen en pequeños equipos asignados a distintas secciones de los escombros. Se arrastran por aberturas estrechas y huecos dentro de edificios derrumbados, una práctica que les valió el apodo de “Topos”. A menudo usan cámaras térmicas y otros equipos especializados para buscar señales de vida.</p><p>Armados con palas, martillos y otras herramientas, retiran lentamente los escombros, centímetro a centímetro, tratando de evitar provocar nuevos derrumbes.</p><p>Un llamado al silencio se propaga rápidamente</p><p>“¡Somos rescatistas mexicanos, si hay alguien vivo, hagan ruido, o griten. ¡Ahora!”, gritó el sábado un rescatista del Ejército mexicano mientras buscaba entre las ruinas de un edificio colapsado en La Guaira.</p><p>Momentos después, levantó un puño cerrado en el aire.</p><p>El gesto indica una orden de silencio total, una técnica de búsqueda que surgió durante el terremoto de 1985 en Ciudad de México y que más tarde fue formalizada por los Topos. Hoy, equipos de rescate en todo el mundo utilizan versiones del protocolo.</p><p>La señal se extiende al instante por la zona del desastre. Rescatistas, soldados, voluntarios y periodistas tienen que dejar de hablar. Durante varios segundos, lo único que se oye es el silencio.</p><p>Luego, los rescatistas esperan con atención cualquier indicio de vida, usando micrófonos sensibles, cámaras telescópicas o simplemente pegando el oído a los escombros, con la esperanza de detectar una voz, un golpe o el más leve movimiento.</p><p>El equipo puede llevar un rayo de esperanza</p><p>De vuelta en el aeropuerto de Ciudad de México, un joven con gafas se acerca a Bello tras enterarse de que se dirige a Venezuela. Le pregunta si él y su colega forman parte de la misión de rescate.</p><p>Cuando Bello responde que sí, el hombre rompe en llanto.</p><p>“Gracias por venir, mi familia está en Caracas”, dice el ingeniero venezolano Diego Bejarano</p><p>Bello lo abraza con fuerza. Es probable que sea el primero de muchos abrazos en los días por venir, mientras se suma a otros equipos internacionales de rescate en la zona del desastre en Venezuela.</p><p>Después de que Bejarano se aleja, Bello se seca las lágrimas de los ojos y explica por qué sigue ofreciéndose como voluntario para misiones como esta.</p><p>“Esa es mi recompensa: poder darle un rayito de esperanza a alguien”.</p><p>___</p><p>Arráez informó desde La Guaira, Venezuela.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4UADT3EALZXJAJYMOKNHX6B4CA.jpg?auth=d13cb3db6ba0784a9553bde704f245fa96075f7df0c6fdb3ee56fec5707f570e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[German Bello, derecha, voluntario de la brigada mexicana de búsqueda y rescate Topos Azteca, abraza a un venezolano que se acercó al equipo para agradecerles mientras salían para Venezuela desde el Aeropuerto de Ciudad de México, el martes 30 de junio de 2026. (AP Foto/Fernanda Pesce)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernanda Pesce</media:credit></media:content></item><item><title><![CDATA[CDC urges people to prevent mosquito bites as West Nile virus season hits a strong, early start]]></title><link>https://www.local10.com/health/2026/07/01/cdc-urges-people-to-prevent-mosquito-bites-as-west-nile-virus-season-hits-a-strong-early-start/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/01/cdc-urges-people-to-prevent-mosquito-bites-as-west-nile-virus-season-hits-a-strong-early-start/</guid><dc:creator><![CDATA[By DEVI SHASTRI, Associated Press]]></dc:creator><description><![CDATA[Health officials are encouraging people to use bug spray and mosquito-control efforts as West Nile virus season is off to its earliest and worst start in over two decades.]]></description><pubDate>Wed, 01 Jul 2026 20:29:40 +0000</pubDate><content:encoded><![CDATA[<p>Health officials are encouraging people to use bug spray and mosquito-control efforts as West Nile virus season is off to its earliest and worst start in over two decades.</p><p>The Centers for Disease Control and Prevention said Wednesday that it had confirmed at least 48 cases — 38 of them severe — as of June 30. Since 2004, the average number of cases reported to the CDC by the end of June is around 10. Federal health officials said 23 states have reported finding West Nile virus, the most in 10 years.</p><p>“These findings serve as an important reminder that mosquito season is well underway,” said Dr. Erin Staples, a CDC expert on insect-borne diseases. “As families gather outdoors to celebrate Independence Day, we encourage everyone to enjoy their holiday while taking simple steps to protect themselves and their loved ones from mosquito bites.”</p><p>Most of the cases have been in Arizona. Of the state's 32 total cases, 29 are in Maricopa County. The county, which includes Phoenix, has also recorded four deaths from the virus so far this year.</p><p>Officials there asked people to wear bug spray containing DEET, patch up broken window screens and get rid of standing water, where mosquitoes often breed.</p><p>“Even an overturned bottle cap can hold enough water for mosquitoes to breed,” said Melissa Kretschmer, a county health department official. “It’s important that we remove these breeding sources that can form after rain or watering plants.”</p><p>The CDC also recommends people wear long, loose-fitting clothes when outside to make it harder for mosquitoes to bite them. Experts also suggest people avoid being outdoors around dusk and dawn, when the mosquitoes that carry the virus are most active.</p><p>West Nile virus was first reported in the United States in 1999 in New York, and then gradually spread across the country. It peaked in 2003, when nearly 10,000 cases were reported.</p><p>Scientists say many people — perhaps tens of thousands each year — are infected but don’t know it because they have no symptoms, or only mild ones such as headaches, body aches, joint pain, vomiting, diarrhea and rashes.</p><p>In severe cases, damage to the central nervous system causes potentially deadly inflammation of the brain or spinal cord. Adults older than 60 and people with underlying medical conditions or weakened immune systems face the highest risk of such complications.</p><p>In the last decade, health officials have fielded reports of 2,000 cases annually on average, including 1,200 life-threatening neurological illnesses and about 100 deaths.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RKMEZLDVB7FEN4QL4EF52ZSK24.jpg?auth=2a8a2bc47ba81cb845ace77a7804dab3d25fdbf5eca5833d6c5275b973f4282a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A municipal biologist examines a mosquito in Salt Lake City, Aug. 26, 2019. (AP Photo/Rick Bowmer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Bowmer</media:credit></media:content></item><item><title><![CDATA[DeSantis recommends Muslim group CAIR be labeled a ‘terrorist’ organization]]></title><link>https://www.local10.com/news/politics/2026/07/01/desantis-recommends-muslim-group-cair-be-labeled-a-terrorist-organization/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/desantis-recommends-muslim-group-cair-be-labeled-a-terrorist-organization/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[On its website, the Council on American-Islamic Relations describes itself as “America’s largest Muslim civil liberties organization” and a “grassroots civil rights and advocacy group.”]]></description><pubDate>Wed, 01 Jul 2026 20:12:30 +0000</pubDate><content:encoded><![CDATA[<p>On its website, the <a href="https://www.cair.com/about_cair/about-us/" rel="">Council on American-Islamic Relations</a> describes itself as “America’s largest Muslim civil liberties organization” and a “grassroots civil rights and advocacy group.”</p><p><a href="https://www.local10.com/espanol/2026/07/01/desantis-recomienda-que-grupo-musulman-cair-sea-catalogado-como-organizacion-terrorista/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/desantis-recomienda-que-grupo-musulman-cair-sea-catalogado-como-organizacion-terrorista/">Leer en español</a></p><p>Florida Gov. Ron DeSantis on Tuesday announced his intent to recommend CAIR be formally designated on a state list as a terrorist organization.</p><p>“We have to draw a very strong line in the sand here,” DeSantis said.</p><p><a href="https://www.local10.com/news/politics/2026/04/07/council-on-american-islamic-relations-reacts-to-new-desantis-bill-today-is-a-dark-day/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/04/07/council-on-american-islamic-relations-reacts-to-new-desantis-bill-today-is-a-dark-day/">Signed in April</a>, the governor’s office says HB 1471 allows the state to designate terrorist organizations, announcing an “intent to designate” list that includes CAIR, which DeSantis said would prevent “foreign and extremist influence from taking root in the state.”</p><p>“This is, I think, what the people of Florida expected when I signed this law, which took effect today,” DeSantis said.</p><p>Back in April, representatives for CAIR Florida told Local 10 News they opposed the law.</p><p>“Today is a dark day for the Florida Constitution and the United States Constitution,” Wilfredo Ruiz, the communications director for CAIR Florida, said at the time.</p><p>Omar Saleh, an attorney for CAIR Florida, said in April that “people don’t become a security risk just because you don’t like them and you don’t agree with them.”</p><p>The governor said organizations designated under Florida law may also be subject to dissolution as provided by statute.</p><p>DeSantis said upon confirmation by the Florida Cabinet, individuals who “knowingly” provide material support or resources to organizations designated under the new statutory authority as terrorist organizations could face criminal penalties.</p><p>State and local governments will be prohibited from providing the groups taxpayer funding and contracts.</p><p>Public schools and colleges will also be prohibited from using public resources to support or promote the organizations.</p><p>“It will impact Florida’s K-12 school choice scholarship,” DeSantis said. “I am not sending scholarships to schools that are in cahoots with groups like CAIR. That is not going to happen.”</p><p>“Florida is not the free state that it says it is, especially when you look at laws like this,” Saleh said in April. “It’s baloney.”</p><p>In December, DeSantis signed <a href="https://x.com/govrondesantis/status/1998156452377293228?s=61&amp;t=WzG6lM9zhQB0p89ctAEo8g" rel="">an executive order</a> that resulted in litigation. </p><p>Court records show a bench trial has been scheduled to start this upcoming January.</p><p>An attorney from the Southern Poverty Law Center, which is representing CAIR, said in a statement to Local 10 News that it, the American Civil Liberties Union and other groups “look forward to responding in court.”</p><p>“Regardless of what Gov. DeSantis thinks, the U.S. Constitution is supreme across our nation, including in Florida,” Scott McCoy, the SPLC’s deputy legal director, said. “Gov. DeSantis is seeking to unilaterally silence a leading American civil rights nonprofit and punish those who support it.“ </p><p><b>Court filings:</b></p><p> <iframe class="scribd_iframe_embed" title="CAIR filings" src="https://www.scribd.com/embeds/1057205479/content?start_page=1&view_mode=scroll&access_key=key-jWtkUbuZzGbwXkBwOrbR" tabindex="0" data-auto-height="true" data-aspect-ratio="1.293791574279379" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> <p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;"> <a title="View CAIR filings on Scribd" href="https://www.scribd.com/document/1057205479/CAIR-filings#from_embed" style="color: #098642; text-decoration: underline;"> CAIR filings </a> by <a title="View Chris Gothner's profile on Scribd" href="https://www.scribd.com/user/619489581/Chris-Gothner#from_embed" style="color: #098642; text-decoration: underline;" > Chris Gothner </a> </p> </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WHXDCPUWIBAGRBSJFEWO4AV4ZU.jpg?auth=d31d0d831ffc10d700e6c587b4f28bfc3d685a9250d2475db6e1f104f6de5d20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florida Gov. Ron DeSantis speaks during a news conference, Aug. 12, 2025, in Tampa, Fla. (AP Photo/Chris O'Meara, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content></item><item><title><![CDATA[Sweeping review of grand jury presentations underway in Chicago following misconduct revelations]]></title><link>https://www.local10.com/news/politics/2026/07/01/sweeping-review-of-grand-jury-presentations-underway-in-chicago-following-misconduct-revelations/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/sweeping-review-of-grand-jury-presentations-underway-in-chicago-following-misconduct-revelations/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Justice Department officials are conducting a sweeping review of more than 1,000 grand jury presentations made by Illinois prosecutors following the dismissal of a high-profile case over misconduct, the top federal prosecutor for Chicago said on Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 20:19:05 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Justice Department officials are conducting a sweeping review of more than 1,000 grand jury presentations made by Illinois prosecutors following the dismissal of a high-profile case over misconduct, the top federal prosecutor for Chicago said on Wednesday.</p><p>Andrew Boutros, the U.S attorney for the Northern District of Illinois, said the massive review will include all pending grand jury proceedings in his district as well as other presentations by prosecutors going back almost 20 years. It was sparked by revelations of grand jury misconduct that forced prosecutors to abandon a closely watched case against four activists who protested outside a federal building during last year’s immigration crackdown in the city.</p><p>“It’s going to be a massive review, a comprehensive review and it is underway,” said Boutros, who was in Washington for an unrelated news conference. Boutros said the process is meant to ensure that his prosecutors have “acted ethically” and to provide “assurances and confidence" that other pending cases have not been tainted by similar issues.</p><p>The Justice Department dropped charges against the activists in May after a judge scrutinized allegations of misconduct, which included a prosecutor meeting with a grand juror outside proceedings and other jurors who disagreed with the case being dismissed prevented from participating.</p><p>When the case was dismissed, Boutros told a judge that the conduct was upsetting, adding that: “No one acted with the intent to mislead, your honor.”</p><p>The judge overseeing the case took the extraordinary step last month of releasing the transcripts of the presentation made by prosecutors, who were seeking to secure an indictment against the activists in the most high-profile cases to come out of the crackdown that rippled across the nation’s third-largest city and its suburbs last year.</p><p>The transcripts showed that one of the grand jurors called the case a “crock of (expletive)." The grand juror was subsequently excused from the proceedings.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPI64WOL3IYVY3IMAP75DBS6I4.jpg?auth=17c8f55d51a08a71adcc4a6577e45b9c81f9a5393908f4cf4f6a194890abb04a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Justice logo is seen on a podium before a news conference, May 4, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[DeSantis recomienda que grupo musulmán CAIR sea catalogado como “organización terrorista”]]></title><link>https://www.local10.com/espanol/2026/07/01/desantis-recomienda-que-grupo-musulman-cair-sea-catalogado-como-organizacion-terrorista/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/desantis-recomienda-que-grupo-musulman-cair-sea-catalogado-como-organizacion-terrorista/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[En su sitio web, el Consejo de Relaciones Islámico-Estadounidenses (CAIR) se describe como “la mayor organización musulmana de libertades civiles de Estados Unidos” y como un “grupo de base dedicado a la defensa y promoción de los derechos civiles”.]]></description><pubDate>Wed, 01 Jul 2026 20:17:09 +0000</pubDate><content:encoded><![CDATA[<p>En su sitio web, el <a href="https://www.cair.com/about_cair/about-us/" target="_blank" rel="noreferrer" title="https://www.cair.com/about_cair/about-us/">Consejo de Relaciones Islámico-Estadounidenses (CAIR)</a> se describe como “la mayor organización musulmana de libertades civiles de Estados Unidos” y como un “grupo de base dedicado a la defensa y promoción de los derechos civiles”.</p><p>El gobernador de Florida, Ron DeSantis, anunció el martes su intención de recomendar que CAIR sea designado formalmente en una lista estatal como organización terrorista.</p><p>“Tenemos que trazar una línea muy firme aquí”, dijo DeSantis.</p><p>La oficina del gobernador informó que la HB 1471, <a href="https://www.local10.com/espanol/2026/04/07/council-on-american-islamic-relations-cair-reacciona-a-nueva-ley-de-desantis-hoy-es-un-dia-oscuro/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/07/council-on-american-islamic-relations-cair-reacciona-a-nueva-ley-de-desantis-hoy-es-un-dia-oscuro/">firmada en abril</a>, permite al estado designar organizaciones terroristas, al anunciar una lista de “intención de designar” que incluye a CAIR, lo que, según DeSantis, evitará que “la influencia extranjera y extremista eche raíces en el estado”.</p><p>“Creo que esto es lo que la gente de Florida esperaba cuando firmé esta ley, que entró en vigor hoy”, dijo DeSantis.</p><p>En abril, representantes de CAIR Florida dijeron a Local 10 News que se oponían a la ley.</p><p>“Hoy es un día oscuro para la Constitución de Florida y la Constitución de Estados Unidos”, dijo en ese momento Wilfredo Ruiz, director de comunicaciones de CAIR Florida.</p><p>Omar Saleh, abogado de CAIR Florida, dijo en abril que “las personas no se convierten en un riesgo para la seguridad solo porque a uno no le agraden o no esté de acuerdo con ellas”.</p><p>El gobernador dijo que las organizaciones designadas bajo la ley de Florida también podrían estar sujetas a disolución según lo establecido por la legislación.</p><p>DeSantis dijo que, tras la confirmación por parte del Gabinete de Florida, las personas que “a sabiendas” proporcionen apoyo material o recursos a organizaciones designadas como terroristas bajo la nueva autoridad legal podrían enfrentar sanciones penales.</p><p>Los gobiernos estatales y locales tendrán prohibido proporcionar fondos públicos y contratos a esos grupos.</p><p>Las escuelas públicas y las universidades también tendrán prohibido utilizar recursos públicos para apoyar o promover a esas organizaciones.</p><p>“Esto afectará el programa de becas de libre elección escolar K-12 de Florida”, dijo DeSantis. “No voy a enviar becas a escuelas que estén asociadas con grupos como CAIR. Eso no va a suceder”.</p><p>“Florida no es el estado libre que dice ser, especialmente cuando se observan leyes como esta”, dijo Saleh en abril. “Es una tontería”.</p><p>En diciembre, DeSantis firmó una <a href="https://x.com/govrondesantis/status/1998156452377293228?s=61&amp;t=WzG6lM9zhQB0p89ctAEo8g" target="_blank" rel="noreferrer" title="https://x.com/govrondesantis/status/1998156452377293228?s=61&amp;t=WzG6lM9zhQB0p89ctAEo8g">orden ejecutiva</a> que dio lugar a un litigio.</p><p>Los registros judiciales muestran que un juicio sin jurado está programado para comenzar en enero próximo.</p><p><b>Documentos judiciales:</b></p><p> <iframe class="scribd_iframe_embed" title="CAIR filings" src="https://www.scribd.com/embeds/1057205479/content?start_page=1&view_mode=scroll&access_key=key-jWtkUbuZzGbwXkBwOrbR" tabindex="0" data-auto-height="true" data-aspect-ratio="1.293791574279379" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> <p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;"> <a title="View CAIR filings on Scribd" href="https://www.scribd.com/document/1057205479/CAIR-filings#from_embed" style="color: #098642; text-decoration: underline;"> CAIR filings </a> by <a title="View Chris Gothner's profile on Scribd" href="https://www.scribd.com/user/619489581/Chris-Gothner#from_embed" style="color: #098642; text-decoration: underline;" > Chris Gothner </a> </p> </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WHXDCPUWIBAGRBSJFEWO4AV4ZU.jpg?auth=d31d0d831ffc10d700e6c587b4f28bfc3d685a9250d2475db6e1f104f6de5d20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florida Gov. Ron DeSantis speaks during a news conference, Aug. 12, 2025, in Tampa, Fla. (AP Photo/Chris O'Meara, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content></item><item><title><![CDATA[Alibaba to pay US $600M to settle allegations it allowed illegal drug and equipment sales]]></title><link>https://www.local10.com/business/2026/07/01/alibaba-to-pay-us-600m-to-settle-allegations-it-allowed-illegal-drug-and-equipment-sales/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/alibaba-to-pay-us-600m-to-settle-allegations-it-allowed-illegal-drug-and-equipment-sales/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Chinese tech giant Alibaba will pay $600 million to resolve a dispute with the U.S. government over allegations that the Hangzhou-based firm sold and imported illegal pharmaceuticals, controlled substances, regulated chemicals, and pill-making equipment into the U.S.]]></description><pubDate>Wed, 01 Jul 2026 20:14:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Chinese tech giant Alibaba will pay $600 million to resolve a dispute with the U.S. government over allegations that the Hangzhou-based firm sold and imported illegal pharmaceuticals, controlled substances, regulated chemicals, and pill-making equipment into the U.S.</p><p>Alibaba operates some of the world's largest e-commerce platforms, including Alibaba.com and AliExpress.com.</p><p>The U.S. alleges that Alibaba’s U.S.-based payment processor, AUS Merchant Services, violated federal law by failing to prevent merchants from selling and importing illegal products into the U.S. through Alibaba.com and AliExpress.com.</p><p>Alibaba acknowledges in an agreement with the Justice Department that between January 2016 and December 2024, it failed to stop roughly 80,000 product sales involving unlawful imports that violated the Federal Food, Drug, and Cosmetic Act and other federal laws.</p><p>A news release on the settlement resolution says that Alibaba employees raised concerns that the company’s compliance controls were inadequate and failed to prevent the sale of illegal products — and, in some instances, merchants used Alibaba’s messaging service to direct buyers to third-party messaging platforms to facilitate illegal sales.</p><p>Law enforcement officers across the FDA, FDIC, IRS-CI, and other agencies conducted more than 40 undercover purchases of pharmaceuticals and equipment that were illegal to import into the U.S., according to the news release. A non-prosecution agreement was crafted between Alibaba and the Justice Department.</p><p>IRS Criminal Investigations' Chief Jarod Koopman said the resolution "underscores IRS Criminal Investigation’s commitment to following the money and ensuring that companies operating in the United States comply fully with federal law.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SFBYB5E4DOMPM3ITJML3JZCAVU.jpg?auth=9ea12bbeeee7a40634afb7acbe2712cf28887180bea8bc2735ca9861b48c5650&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The logo of Chinese technology firm Alibaba is seen at its office in Beijing, Aug. 10, 2021. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Doral-based nonprofit dispatches over $1 million in aid from community ]]></title><link>https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/</link><guid isPermaLink="true">https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[A week after the 7.2- and 7.5-magnitude earthquakes in Venezuela, the Global Empowerment Mission had dispatched more than $1 million in aid, according to the Doral-based nonprofit’s representatives. ]]></description><pubDate>Wed, 01 Jul 2026 19:04:04 +0000</pubDate><content:encoded><![CDATA[<p>A week after the 7.2- and 7.5-magnitude earthquakes in Venezuela, the <a href="https://www.globalempowermentmission.org/" target="_self" rel="" title="https://www.globalempowermentmission.org/">Global Empowerment Mission</a> had dispatched more than $1 million in aid, according to the Doral-based nonprofit’s representatives. </p><p><a href="https://www.local10.com/espanol/2026/07/01/ayudando-a-venezuela-organizacion-sin-fines-de-lucro-con-sede-en-doral-envia-mas-de-1-millon-usd-en-ayuda-de-la-comunidad/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/ayudando-a-venezuela-organizacion-sin-fines-de-lucro-con-sede-en-doral-envia-mas-de-1-millon-usd-en-ayuda-de-la-comunidad/">Leer en español</a></p><p>A team of donors, volunteers, and GEM’s staff moved some 235,000 pounds of donations in a logistics-heavy operation that includes two warehouses in Doral and Valencia, operating as a distribution center.</p><p>“It’s the worst disaster that we have ever experienced,” said Doral Councilman Rafael Pineyro, a GEM volunteer who was born in Caracas.</p><p>GEM had the support of the U.S. State Department, the agency President Donald Trump tasked with running the U.S. response in Venezuela. The U.S. Southern Command has deployed every branch of the military. </p><figure><img src="https://www.local10.com/resizer/v2/UIWQT5REN2DDKJTYNYA37ANIHY.jpg?auth=6d24f47a92a9972d18811ec9f5613081a70d039e817ee62c80580ced717a153d&smart=true&width=1200&height=900" alt="Rescuers search through the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Rescuers search through the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><p>The State Department also activated the Florida Task Forces from Miami and Miami-Dade County. They joined two other highly-trained search-and-rescue teams from Fairfax, Virginia, and California. </p><p>Hassel Mendoza, a Venezuelan engineer who lives in Tampa, traveled to La Guaira to search for his mother, sister, nephew, and brother-in-law in the ruins of a collapsed nine-story apartment building. </p><p>“We lost a lot of time trying to figure out new tools to use for a specific activity, like to cut steel,” <a href="https://www.cnn.com/2026/07/01/americas/venezuela-earthquake-search-rescue-anger-latam-intl" target="_self" rel="" title="https://www.cnn.com/2026/07/01/americas/venezuela-earthquake-search-rescue-anger-latam-intl">Mendoza told CNN</a>, adding that the government teams and volunteers didn’t have equipment such as drills or sensors. </p><figure><img src="https://www.local10.com/resizer/v2/DBCP35VSS2LHNCIDBZXEXKCZSI.jpg?auth=f005d68fb802be7f5b7baa199f2c7c7191ce60f0983ee6817e3261b9fa36fa09&smart=true&width=1200&height=900" alt="Rescue workers stand on the rubble of a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. Houses in the Caribe neighborhood are seen at the top. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Rescue workers stand on the rubble of a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. Houses in the Caribe neighborhood are seen at the top. (AP Photo/Matias Delacroix)</figcaption></figure><p>On Tuesday, Diosdado Cabello, a former Venezuelan military officer who serves as the minister of justice, <a href="https://www.cicpc.gob.ve/" target="_self" rel="" title="https://www.cicpc.gob.ve/">announced</a> the arrests of law enforcement personnel who were accused of looting in La Guaira. </p><p>Cabello, who is <a href="https://www.state.gov/diosdado-cabello-rondon" target="_self" rel="" title="https://www.state.gov/diosdado-cabello-rondon">wanted in the U.S. </a>for narcotrafficking, identified the four suspects as Maya Aguilar Reyes, an officer; Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez. </p><p>A witness recorded and shared a <a href="https://www.facebook.com/watch/?v=1940694919968502" target="_self" rel="" title="https://www.facebook.com/watch/?v=1940694919968502">video</a> that went viral. It showed Aguilar Reyes, his identification, and a woman in tears who confronted him, took a bag he was holding full of U.S. dollars, and ripped the bills into pieces over the rubble near a collapsed building. </p><figure><img src="https://www.local10.com/resizer/v2/RCFU6EJ4AFATRLPIPEETDOG4NM.jpg?auth=a12142c2cd0661fa4873289dcd2109d45d1364ca9ab0ff047d31e54d9f933bde&smart=true&width=1200&height=900" alt="Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez, all members of Venezuela's top law enforcement agency, the Cuerpo de Investigaciones Científicas, Penales y Criminalísticas, were arrested on Tuesday after they were accused of looting in La Guaira." height="900" width="1200"/><figcaption>Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez, all members of Venezuela's top law enforcement agency, the Cuerpo de Investigaciones Científicas, Penales y Criminalísticas, were arrested on Tuesday after they were accused of looting in La Guaira.</figcaption></figure><p>“I know that many Venezuelans are feeling pain and frustration; I deeply share those sentiments,” <a href="https://www.facebook.com/reel/1037629792290152" target="_self" rel="" title="https://www.facebook.com/reel/1037629792290152">said Delcy Rodríguez</a>, Venezuela’s interim president since the U.S. military captured Nicolás Maduro. </p><p>Rodríguez’s brother Jorge Rodríguez, the president of the National Assembly, announced on Wednesday that the death toll had increased to 2,295. </p><p>The U.S. Geological Survey estimates fatalities in the tens of thousands, and the United Nations announced the procurement of 10,000 body bags.</p><p>GEM staff and partners asked the public for cash donations to be made<a href="https://www.globalempowermentmission.org/donate/?gem_ga_client_id=1197701428.1782400422&amp;gem_ga_session_id=1782935402" target="_self" rel="" title="https://www.globalempowermentmission.org/donate/?gem_ga_client_id=1197701428.1782400422&amp;gem_ga_session_id=1782935402"> online at this page</a>. The GEM warehouse at 1850 NW 84th Ave., in Doral, still needs volunteers to help sort and pack donations, and there is <a href="https://www.globalempowermentmission.org/volunteer/#events" target="_self" rel="" title="https://www.globalempowermentmission.org/volunteer/#events">a signup page online.</a> </p><p>The warehouse, open daily from 9 a.m. to 5 p.m., was one of the many drop-off locations in South Florida. The high-priority needs included hygiene products, non-perishable foods, and first-aid items. </p><p><b>Helpful list: </b><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Aid drop-off locations in South Florida</a></p><p><b>More on </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> </b> </p><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins, Dolphins join relief efforts</a></li><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">NFL star joins Global Empowerment Mission’s team; his message to South Floridians, ‘Do what you can’</a><b> </b></li><li><a href="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/">More than 100 Venezuelans who were deported from the US hours before the earthquakes are missing</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OQWAZ3LJKZXM4L4YXAR7YACHFY.jpg?auth=9abb79f15a3ca10baf3516333c71c7c70ae6173eae73fec19c0caad20d38e1f7&smart=true&width=1200&height=900" alt="A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/">Food for the Poor welcomes investments in reconstruction </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Physicians in Miami-Dade collect donations of medical supplies near Doral </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Ayudando a Venezuela: Organización sin fines de lucro con sede en Doral envía más de $1 millón USD en ayuda de la comunidad]]></title><link>https://www.local10.com/espanol/2026/07/01/ayudando-a-venezuela-organizacion-sin-fines-de-lucro-con-sede-en-doral-envia-mas-de-1-millon-usd-en-ayuda-de-la-comunidad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/ayudando-a-venezuela-organizacion-sin-fines-de-lucro-con-sede-en-doral-envia-mas-de-1-millon-usd-en-ayuda-de-la-comunidad/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[Una semana después de los terremotos de magnitud 7.2 y 7.5 en Venezuela, la Global Empowerment Mission había enviado más de $1 millón USD en ayuda, según representantes de la organización sin fines de lucro con sede en Doral.]]></description><pubDate>Wed, 01 Jul 2026 20:04:20 +0000</pubDate><content:encoded><![CDATA[<p>Una semana después de los terremotos de magnitud 7,2 y 7,5 en Venezuela, la <a href="https://www.globalempowermentmission.org/" rel="" title="https://www.globalempowermentmission.org/">Misión de Empoderamiento Global</a> había enviado más de un millón de dólares en ayuda, según representantes de la organización sin fines de lucro con sede en Doral.</p><p>Un equipo formado por donantes, voluntarios y personal de GEM trasladó unos 235.000 libras de donaciones en una operación logística compleja que incluyó dos almacenes en Doral y Valencia, que funcionaban como centro de distribución.</p><p>“Es el peor desastre que jamás hayamos vivido”, dijo Rafael Pineyro, concejal de Doral y voluntario de GEM, nacido en Caracas.</p><p>GEM contó con el apoyo del Departamento de Estado de EE. UU., la agencia a la que el presidente Donald Trump encargó la respuesta estadounidense en Venezuela. El Comando Sur de EE. UU. desplegó todas las ramas de las fuerzas armadas.</p><figure><img src="https://www.local10.com/resizer/v2/UIWQT5REN2DDKJTYNYA37ANIHY.jpg?auth=6d24f47a92a9972d18811ec9f5613081a70d039e817ee62c80580ced717a153d&smart=true&width=1200&height=900" alt="Rescuers search through the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Rescuers search through the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><p>El Departamento de Estado también activó los grupos de trabajo de Florida, procedentes de Miami y del condado de Miami-Dade. Estos se unieron a otros dos equipos de búsqueda y rescate altamente capacitados de Fairfax, Virginia, y California.</p><p>Hassel Mendoza, un ingeniero venezolano que vive en Tampa, viajó a La Guaira para buscar a su madre, hermana, sobrino y cuñado entre las ruinas de un edificio de apartamentos de nueve pisos que se derrumbó.</p><p>“Perdimos mucho tiempo tratando de encontrar nuevas herramientas para una actividad específica, como cortar acero”, <a href="https://www.cnn.com/2026/07/01/americas/venezuela-earthquake-search-rescue-anger-latam-intl" rel="" title="https://www.cnn.com/2026/07/01/americas/venezuela-earthquake-search-rescue-anger-latam-intl">dijo Mendoza a CNN</a> , y agregó que los equipos gubernamentales y los voluntarios no contaban con equipos como taladros o sensores.</p><figure><img src="https://www.local10.com/resizer/v2/DBCP35VSS2LHNCIDBZXEXKCZSI.jpg?auth=f005d68fb802be7f5b7baa199f2c7c7191ce60f0983ee6817e3261b9fa36fa09&smart=true&width=1200&height=900" alt="Rescue workers stand on the rubble of a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. Houses in the Caribe neighborhood are seen at the top. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Rescue workers stand on the rubble of a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. Houses in the Caribe neighborhood are seen at the top. (AP Photo/Matias Delacroix)</figcaption></figure><p>El martes, Diosdado Cabello, un ex oficial militar venezolano que funge como ministro de Justicia, <a href="https://www.cicpc.gob.ve/" rel="" title="https://www.cicpc.gob.ve/">anunció</a> la detención de miembros de las fuerzas del orden acusados ​​de saqueo en La Guaira.</p><p>Cabello, buscado <a href="https://www.state.gov/diosdado-cabello-rondon" rel="" title="https://www.state.gov/diosdado-cabello-rondon">en Estados Unidos</a> por narcotráfico, identificó a los cuatro sospechosos como Maya Aguilar Reyes, una oficial; Fredy Rafael Lugo Oliveros, Roger Andrés Omaña y Josue Jhonatan Burgos Sánchez.</p><p>Un testigo grabó y compartió un <a href="https://www.facebook.com/watch/?v=1940694919968502" rel="" title="https://www.facebook.com/watch/?v=1940694919968502">video</a> que se hizo viral. En él se veía a Aguilar Reyes, su identificación y a una mujer llorando que lo confrontó, le quitó una bolsa llena de dólares estadounidenses y rompió los billetes en pedazos sobre los escombros cerca de un edificio derrumbado.</p><figure><img src="https://www.local10.com/resizer/v2/RCFU6EJ4AFATRLPIPEETDOG4NM.jpg?auth=a12142c2cd0661fa4873289dcd2109d45d1364ca9ab0ff047d31e54d9f933bde&smart=true&width=1200&height=900" alt="Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez, all members of Venezuela's top law enforcement agency, the Cuerpo de Investigaciones Científicas, Penales y Criminalísticas, were arrested on Tuesday after they were accused of looting in La Guaira." height="900" width="1200"/><figcaption>Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez, all members of Venezuela's top law enforcement agency, the Cuerpo de Investigaciones Científicas, Penales y Criminalísticas, were arrested on Tuesday after they were accused of looting in La Guaira.</figcaption></figure><p>“Sé que muchos venezolanos sienten dolor y frustración; comparto profundamente esos sentimientos”, <a href="https://www.facebook.com/reel/1037629792290152" rel="" title="https://www.facebook.com/reel/1037629792290152">dijo Delcy Rodríguez</a> , presidenta interina de Venezuela desde que el ejército estadounidense capturó a Nicolás Maduro.</p><p>El hermano de Rodríguez, Jorge Rodríguez, presidente de la Asamblea Nacional, anunció el miércoles que el número de muertos había aumentado a 2.295.</p><p>El Servicio Geológico de Estados Unidos estima que el número de víctimas mortales asciende a decenas de miles, y las Naciones Unidas anunciaron la adquisición de 10.000 bolsas para cadáveres.</p><p>El personal y los colaboradores de GEM solicitan donaciones en efectivo al público <a href="https://www.globalempowermentmission.org/donate/?gem_ga_client_id=1197701428.1782400422&amp;gem_ga_session_id=1782935402" rel="" title="https://www.globalempowermentmission.org/donate/?gem_ga_client_id=1197701428.1782400422&amp;gem_ga_session_id=1782935402">a través de esta página web</a> . El almacén de GEM, ubicado en 1850 NW 84th Ave., en Doral, aún necesita voluntarios para clasificar y empacar las donaciones. Para inscribirse, hay <a href="https://www.globalempowermentmission.org/volunteer/#events" rel="" title="https://www.globalempowermentmission.org/volunteer/#events">una página web disponible.</a></p><p>El almacén, abierto todos los días de 9:00 a 17:00, era uno de los muchos puntos de recogida en el sur de Florida. Entre las necesidades prioritarias se encontraban productos de higiene, alimentos no perecederos y artículos de primeros auxilios.</p><p><b>Lista útil: </b><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Lugares para entregar ayuda en el sur de Florida</a></p><p><b>Más información sobre </b><a href="https://www.local10.com/topic/Helping_Venezuela/" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>cómo ayudar a Venezuela.</b></a></p><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins y Dolphins se suman a los esfuerzos de ayuda.</a></li><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">Una estrella de la NFL se une al equipo de Global Empowerment Mission; su mensaje para los habitantes del sur de Florida es: “Hagan lo que puedan”.</a></li><li><a href="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/">Más de 100 venezolanos que fueron deportados de Estados Unidos horas antes de los terremotos están desaparecidos.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OQWAZ3LJKZXM4L4YXAR7YACHFY.jpg?auth=9abb79f15a3ca10baf3516333c71c7c70ae6173eae73fec19c0caad20d38e1f7&smart=true&width=1200&height=900" alt="A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/">Food for the Poor celebra las inversiones en reconstrucción.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Médicos del condado de Miami-Dade recolectan donaciones de suministros médicos cerca de Doral.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Les presentamos al capitán German Leal del Departamento de Bomberos y Rescate de Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Agentes de policía de Pembroke Pines anuncian una campaña de recolección de donaciones.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb se asocia con la organización sin fines de lucro CADENA para proporcionar alojamiento de emergencia.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi tiene como objetivo proteger a los niños vulnerables.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">El equipo de la Fundación Grey Bull Rescue llega a Caracas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Las autoridades clausuran La Guaira y exigen que los voluntarios se registren en Caracas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon realiza donaciones a Airlink para ayudar a organizaciones benéficas con la logística.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">El equipo de búsqueda y rescate de Miami se prepara para desplegarse.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE organiza campaña de recolección en Miami-Dade</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Una organización benéfica con sede en Weston se asocia con una farmacia local.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">El proyecto DYNAMO, liderado por veteranos, entrega 20.000 libras de ayuda en las primeras 48 horas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">El altruismo en El Arepazo alimenta el esfuerzo del equipo de Global Empowerment Mission.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Rescatistas salvadoreños trabajan para liberar a un sobreviviente de 15 años en Caraballeda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor incluye en sus kits de ayuda humanitaria notas escritas a mano con mensajes de esperanza.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">El Comando Sur de Estados Unidos se centra en los daños en los aeropuertos.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">El Departamento de Estado despliega un equipo de búsqueda y rescate en Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach abre 4 nuevos puntos de entrega de ayuda.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar mantendrá abiertos 6 puntos de entrega de ayuda las 24 horas del día, los 7 días de la semana.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">El recaudador de impuestos de Miami-Dade abre 11 puntos de entrega.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral abre 4 puntos de entrega de ayuda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Se abre un punto de entrega de ayuda en Homestead.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink ofrece servicio gratuito hasta el 25 de julio, pero un kit cuesta 470 dólares.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps despliega personal y necesita donaciones.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children solicita donaciones para su fondo de emergencia.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse se centra en los “hospitales de campaña de emergencia”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision solicita donaciones para su “fondo de ayuda en casos de desastre”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen solicita donaciones para comidas frescas.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami lanza la ‘Operación Manos Amigas’.</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Crypto, real estate, watches: How Trump made over $1 billion last year]]></title><link>https://www.local10.com/business/2026/07/01/crypto-real-estate-watches-how-trump-made-over-1-billion-last-year/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/crypto-real-estate-watches-how-trump-made-over-1-billion-last-year/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The real estate mogul has become the billion-dollar crypto man.]]></description><pubDate>Wed, 01 Jul 2026 20:01:49 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The real estate mogul has become the billion-dollar crypto man.</p><p>President Donald Trump's latest financial disclosure report showed he took in about $1.2 billion last year from various crypto holdings, overshadowing a real estate business that brought him fame and helped propel him to the nation's top office.</p><p>Whereas it took decades for Trump to amass his various properties, the rise of crypto in his portfolio was done in just over a year, a stunning development sped along by his own friendly policies toward the industry and help from billionaires and other actors with important business before the presidency.</p><p>Running over 900 pages, the mandatory annual report showed Trump struck several other new veins of wealth last year, raising questions about whether he is profiting from his high office.</p><p>He took in tens of millions from new property holdings in foreign countries eager to please a man with power over where to deploy the U.S. military and how much to charge in tariffs. And he got tens of million more suing media companies worried they could lose their broadcast licenses or not get deals approved by his regulators.</p><p>Ever the salesman, Trump even made big money off the smallest of things, pulling in millions by slapping his name on Bibles, guitars and watches — the latter alone bringing in $4.7 million.</p><p>Hail the new crypto king</p><p>Trump got more than $500 million from his World Liberty Financial business selling “governance tokens" and “stablecoins” and other crypto assets. Another crypto business, CIC Digital LLC, took in more than $600 million from sales of souvenir-type “meme” coins stamped with his face.</p><p>Both the tokens and the meme coins have plunged in value since his sales, partly because they are so difficult to value. Governance tokens, for instance, confer to holders only the power to vote on certain management policies at a company, not equity stakes, and so typical valuation measures don't apply.</p><p>Buyers pounced on Trump crypto anyway, including a Chinese billionaire who spent $75 million on the tokens and $200 million on the souvenir coins. In February 2025, a federal lawsuit charging the billionaire, Justin Sun, with duping investors was paused before being settled for a $10 million fine.</p><p>Sun has denied his spending on Trump businesses had anything to do with his federal case, while World Liberty has dismissed the notion of a conflict of interest.</p><p>Separately, a company linked to the United Arab Emirates government bought a stake in World Liberty for $500 million shortly before Trump's inauguration. The disclosure says nothing about the deal explicitly, but notes Trump received his share of a “capital contribution” amounting to nearly $200 million.</p><p>Subsequently, the UAE got access to advanced U.S. chips that it had been previously banned from importing because of national security concerns.</p><p>The White House has repeatedly said that Trump has acted only in the public interest, never gets involved in a family business run by his two oldest sons and has zero conflicts of interest.</p><p>His real estate business is booming, too</p><p>Trump took in tens of millions in fees from a flurry of new hotel, resort and condo deals overseas, amounting to the biggest property expansion ever in the century since the family business was founded.</p><p>Many of those countries were negotiating with the U.S. over tariffs, military aid and other important matters while the family business was striking the deals.</p><p>A property in the UAE generated $10.4 million for the Trump business last year. One in Saudi Arabia being built by a real estate developer close to the ruling family sent the president’s company $9 million. And one in Bucharest, Romania, and another in Qatar sent him $5 million each.</p><p>Trump's Winter White House is hot</p><p>A big winner last year was Trump's Mar-a-Lago club in Florida, generating $77 million as heads of state and business people flocked to what Trump has dubbed his Winter White House. That's up 50% from a year earlier when Trump was just another citizen.</p><p>His golf club in Bedminster, New Jersey, also is doing well from the glow of the presidency. Trump got $38 million from his so-called Summer White House, up nearly 20%.</p><p>In total his 16 golf courses and clubs around the world brought in more than $470 million in fees and licensing income.</p><p>The president's MAGA book sold more than the Bible</p><p>Trump took in millions last year from selling Trump books and various other Trump-branded goods in another unprecedented move for the presidency.</p><p>Trump Bibles made $208,486, but the word of God didn't sell as well as a trio of other literary offerings. His “Save America” book took in $1,893,965, “Letters to Trump” generated $590,730, and “A MAGA Journey,” $552,685.</p><p>His brand of guitars generated $35,920. Trump sneakers and fragrances took in $67,634.</p><p>Trump sued a lot, and made a lot of money</p><p>It's anyone's guess why exactly various media companies decided to settle Trump lawsuits alleging fraud and defamation, but settle they did — and paid up.</p><p>Lawsuits against ABC, CBS, Meta, and others took in more than $80 million, much of which went to Trump's planned Miami library.</p><p>Where Trump hasn't prevailed so far is with E. Jean Carroll, the advice columnist who won millions accusing Trump of sexual abuse and defamation. The disclosure says Trump owes her $50 million, pending appeal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VUCZLW3736C7M2AQAMBKL7T2SQ.jpg?auth=e2bb6e6d40e501d11f9d7d3db770590f28055ba809105fde97478d45bd9c7d88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Donald Trump holds a Playboy magazine and gold Trump sneakers at Sneaker Con Philadelphia, an event popular among sneaker collectors, in Philadelphia, Feb. 17, 2024. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QNUAA74OH7MYO6SJDRWQ4MW6ZY.jpg?auth=3e2d9cece4c3fa99d7445bf3536bad6791967bfaa7acda21f76f51b1fc9174f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The front cover of Republican presidential nominee former President Donald Trump's "God Bless the USA" Bible in Washington, Oct. 8, 2024. (AP Photo/Ben Curtis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Curtis</media:credit></media:content></item><item><title><![CDATA[Taylor Swift and Travis Kelce to host their wedding Friday at Madison Square Garden, AP source says]]></title><link>https://www.local10.com/news/2026/07/01/taylor-swift-and-travis-kelce-will-celebrate-wedding-friday-at-madison-square-garden-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/01/taylor-swift-and-travis-kelce-will-celebrate-wedding-friday-at-madison-square-garden-ap-source-says/</guid><dc:creator><![CDATA[By JAKE OFFENHARTZ and KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Taylor Swift and Travis Kelce will have their wedding at Madison Square Garden on Friday night, according to a law enforcement official briefed on the security plans.]]></description><pubDate>Wed, 01 Jul 2026 20:34:04 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Taylor Swift and Travis Kelce will have their wedding at Madison Square Garden on Friday night, according to a law enforcement official briefed on the security plans.</p><p>The festivities will kick off with a smaller rehearsal dinner planned for Thursday night, the official said. The person spoke to The Associated Press on the condition of anonymity because they were not authorized to publicly discuss the events.</p><p>Speculation about the superstar singer and football player’s nuptials has built to a frenzy in recent days, following weeks of unconfirmed reports that it would take place over July Fourth weekend at one of New York’s iconic landmarks.</p><p>New York City Mayor Zohran Mamdani said on Wednesday that a permit had been filed for a “large event” at Madison Square Garden.</p><p>“We are fully prepared,” he added. “There isn’t anything to share beyond that.”</p><p>New York Police Commissioner Jessica Tisch said police “will of course have a detail in place," but also declined to go into further detail.</p><p>This week, crews have been unloading equipment from trucks outside the Manhattan arena. A large carpet was briefly unveiled outside one entrance and then promptly removed.</p><p>Nothing has been publicly confirmed by the couple, despite multiple requests from The Associated Press to Swift’s representative for comment, including on Wednesday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YANH2PZ6MKXQZ7WXI4MOBNWXTM.jpg?auth=348a8b65b821ab06a2b85e866f9d865400d65fed01bd6e3060c2c0347be386e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Travis Kelce, left, and Taylor Swift pose after the AFC Championship NFL football game against the Buffalo Bills, Jan. 26, 2025, in Kansas City, Mo. (AP Photo/Ashley Landis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MLMFKCPPX7DHBDXNCOBO2PJOHY.jpg?auth=c9cdd714514451cf22ad4c96e7e80941e840b857bdfca813a29681ec664e7a12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker holds "No Parking" signs prior to posting as trucks fill the loading dock outside New York's Madison Square Garden, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3KF56MIUT2AGAPRQUUMD7Q2TOQ.jpg?auth=a9be099fcfd4adb221e97aff2c77deb89a432467109896c116242d293eeaf860&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A truck is unloaded outside New York's Madison Square Garden, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WCANFDXOGB5DBKPFSCKCP2CQJM.jpg?auth=5c90210b3ca3d2fcee5af94165c3444193be81e703f44815d4c4e7c8063fe1a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trucks are moved into position to block photographer's view of the loading dock at New York's Madison Square Garden, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WX5VANUWZQGMEWLGRDFPZNPQRQ.jpg?auth=d5e39883a7e1c7ba2864993e2106bae5c391b6df0d9237c80de90428bf32822a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers stand in the loading dock at New York's Madison Square Garden, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Staying home: Eetu Luostarinen agrees to 8-year extension with Panthers]]></title><link>https://www.local10.com/sports/local/2026/07/01/staying-home-eetu-luostarinen-agrees-to-8-year-extension-with-panthers/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/01/staying-home-eetu-luostarinen-agrees-to-8-year-extension-with-panthers/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Florida Panthers are keeping another key member of their championship core in South Florida.]]></description><pubDate>Wed, 01 Jul 2026 16:59:52 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Panthers are keeping another key member of their championship core in South Florida.</p><p><a href="https://www.local10.com/news/local/2026/07/01/se-queda-en-casa-eetu-luostarinen-acuerda-extension-de-contrato-por-ocho-anos-con-panthers/" target="_blank" rel="" title="https://www.local10.com/news/local/2026/07/01/se-queda-en-casa-eetu-luostarinen-acuerda-extension-de-contrato-por-ocho-anos-con-panthers/">Leer en español</a></p><p>The team announced Tuesday that center Eetu Luostarinen has agreed to an eight-year contract extension that will begin with the 2027-28 season. Financial terms were not immediately disclosed. </p><p>“Eetu has been a key piece of our two Stanley Cup championships, and we’re thrilled he’ll continue his career with the Panthers,” President of Hockey Operations and General Manager Bill Zito said in a statement. “His commitment to playing a strong two-way game and contributing on the penalty kill has been critical to our success.”</p><p>Luostarinen, 27, appeared in 73 games during the 2025-26 season, recording 11 goals and 22 assists for 33 points — the second-highest point total of his NHL career. </p><p>He led Florida’s forwards in shorthanded ice time with nearly 140 minutes, blocked 57 shots and averaged a career-best 16:34 of ice time per game. He also ranked fifth on the team with 121 hits.</p><p>Since joining the Panthers in 2020, Luostarinen has become one of the club’s most reliable defensive forwards. Over 447 career NHL games with Florida and the Carolina Hurricanes, he has totaled 61 goals and 101 assists for 162 points.</p><p>His impact has also carried into the postseason. Luostarinen has recorded 34 points in 73 playoff games with the Panthers and played a significant role in both of the franchise’s Stanley Cup-winning runs. </p><p>During Florida’s 2025 championship run, he set career highs with five goals, 14 assists and 19 points in 23 playoff games. He also owns the franchise record for most points in a road playoff game after tallying a goal and three assists against Tampa Bay in Game 5 of the opening round on April 30, 2025.</p><p>Internationally, the Finland native won a bronze medal at the 2026 Winter Olympics, collecting four assists in six games. He also captured gold at the 2019 IIHF World Championship and represented Finland at the 2025 4 Nations Face-Off.</p><p><b>Gudas, Petrovic return </b></p><p>The Panthers are bringing back two familiar faces on the blue line, agreeing to a six-year contract with veteran defenseman Radko Gudas and a two-year-deal with Alexander Petrovic, according to <a href="https://thehockeynews.com/nhl/florida-panthers/latest-news/panthers-sign-radko-gudas-to-long-term-nhl-contract-extension" target="_self" rel="" title="https://thehockeynews.com/nhl/florida-panthers/latest-news/panthers-sign-radko-gudas-to-long-term-nhl-contract-extension">multiple reports</a>. </p><p>Gudas’ deal is worth $9 million, carrying an average annual value of $1.5 million. </p><p>Gudas, 36, returns to Florida after serving as captain of the Anaheim Ducks for the past two seasons. The Panthers acquired his negotiating rights earlier this week in a trade that sent the rights to forward A.J. Greer to Anaheim, allowing the two sides to reach an agreement before free agency opened.</p><p>Petrovic, 34, played in 54 regular-season games with the Dallas Stars during the 2025-26 season, totaling two goals and eight assists for 10 points. He also ranked second among the team’s defensemen with 88 hits.</p><p>The exact terms of his deal were not disclosed. </p><p>“Alex is a stalwart shutdown defenseman who brings size and depth to our blueline,” said Zito. “We are excited to welcome him back to our organization.”</p><p>The 6-foot-5, 215-pound Edmonton, Alberta, native has appeared in 323 NHL games over 10 seasons with the Panthers, Edmonton Oilers and Stars. Across his career, he has recorded seven goals, 53 assists and 60 points, while adding 411 penalty minutes, 731 hits and 384 blocked shots.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CFYFD2SHWFB7HCCKHVUNAOI57E.jpg?auth=91536067207f0598f52d4861ea52e4b737cd40a56e130d4f7b0300764acc2a60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Florida Panthers center Eetu Luostarinen (27) passes the puck during the third period of an NHL hockey game against the Philadelphia Flyers Thursday, Oct. 9, 2025, in Sunrise, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Sightings of humpback whales surge in Rio de Janeiro, fueling demand for whale-watching trips]]></title><link>https://www.local10.com/news/weird-news/2026/07/01/sightings-of-humpback-whales-surge-in-rio-de-janeiro-fueling-demand-for-whale-watching-trips/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/07/01/sightings-of-humpback-whales-surge-in-rio-de-janeiro-fueling-demand-for-whale-watching-trips/</guid><dc:creator><![CDATA[By DIARLEI RODRIGUES and ELÉONORE HUGHES, Associated Press]]></dc:creator><description><![CDATA[RIO DE JANEIRO (AP) — Sightings of humpback whales off Rio de Janeiro’s coast are surging as they recover from decimation due to commercial whaling, prompting an acceleration in the demand for whale-watching excursions to spot the huge marine creatures during their annual migration.]]></description><pubDate>Wed, 01 Jul 2026 19:45:03 +0000</pubDate><content:encoded><![CDATA[<p>RIO DE JANEIRO (AP) — Sightings of humpback whales off Rio de Janeiro’s coast are surging as they recover from decimation due to commercial whaling, prompting an acceleration in the demand for whale-watching excursions to spot the huge marine creatures during their annual migration.</p><p>The species' population has jumped from around 2,000 to around 35,000 in approximately 40 years, close to their population before whaling, said Enrico Marcovaldi, co-founder of the Humpback Whale Project. That means they are increasingly being spotted in Rio’s postcard Guanabara Bay.</p><p>“It’s wonderful. It shows that the whales are making a recovery, are healthy and thriving, and hopefully they’ll continue to do so,” said Marcovaldi.</p><p>In 1982, the International Whaling Commission decided that there should be a pause in commercial whaling on all whale species and populations from the 1985/1986 season onward.</p><p>Louise Raulais, who runs the Rio Ocean Club with her partner Theo Andrade, is among those who see the tourism opportunities in the whales' resurgence.</p><p>This year, the company began offering sailboat trips for between five and 10 people to observe the whales. Raulais said they always have a biologist onboard to share information, which can stimulate a desire to protect the whales and the ocean.</p><p>“These animals are so iconic and charismatic that they have the power to transform people, to change the way they see the world,” said Raulais.</p><p>Humpback whales are known for roaming long distances across major oceans in predictable patterns, typically following migration routes learned from their mothers. They feed on krill and small fish in the warmer months and breed in tropical waters over winter.</p><p>Between June and November, thousands of humpback whales migrate through Brazilian waters, traveling roughly 2,500 miles (4,000 kilometers) from their feeding grounds in the Southern Ocean to breeding and calving grounds off northeastern Brazil.</p><p>Most gather around the Abrolhos Bank, a coral reef region spanning the coasts of Bahia and Espirito Santo that is one of the South Atlantic’s most biodiverse marine environments.</p><p>The Humpback Whale Project set up a scientific expedition, scheduled to run from June 26 to July 9, to study the humpback whales’ behavior, size and health, as well as identify their travel route, key gathering areas, and to measure how far offshore the whales pass.</p><p>“They’re exploring this area," said Pedro Fróes, a biologist for the Humpback Whale Project who is part of the expedition. "They want to find out whether, in the future, it could become a place for them to rest, to mate, or to give birth to a calf,” Fróes said.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJTHOJWAKWAGDN52DSOKNPEIY4.jpg?auth=49d184efe4e661f2e6662eab4250ee5afe7715e434e6750a46d1941bc58ca54b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A humpback whale breaches off the coast of Rio de Janeiro, Brazil, Tuesday, June 30, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y7M7UQKJOVFEVH7PSWCOKRKEXI.jpg?auth=efc05f5f943dc3d9abee1cb6aa68442eed646b7d459a2d16a4bd3e453a0e73e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A humpback whale surfaces off the coast of Rio de Janeiro, Brazil, Tuesday, June 30, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VT5PTGKVKUPRB3FT7IGY64OCIE.jpg?auth=0d2554e71e8452d0cc75a57dc8e87f5be8d4c2b4f53f96bd4f41c8f1bd6d6219&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A humpback whale dives off the coast of Rio de Janeiro, Brazil, Tuesday, June 30, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NFMSYVDMCM2RHWD7FAAWI4NDKI.jpg?auth=a23f67be5219e69a1c2398abdfbbd9a48a03a4dfda871df9b3ab8cce9c6f3139&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A humpback whale breaches off the coast of Rio de Janeiro, Brazil, Tuesday, June 30, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ULRTNZFEFNY4AXX4TYLUAW6IYU.jpg?auth=5a05e36c9d8d9770a855263658b8536e15223f7cf719e96cb1d81920960c66b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Humpback whales surface near a Humpback Whale Project boat during monitoring off the coast of Rio de Janeiro, Brazil, Tuesday, June 30, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content></item><item><title><![CDATA[NYC police are bracing for July 4, World Cup action, searing heat -- and maybe a pop star's wedding]]></title><link>https://www.local10.com/news/national/2026/07/01/nyc-police-are-bracing-for-july-4-world-cup-action-searing-heat-and-maybe-a-pop-stars-wedding/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/nyc-police-are-bracing-for-july-4-world-cup-action-searing-heat-and-maybe-a-pop-stars-wedding/</guid><dc:creator><![CDATA[By ANTHONY IZAGUIRRE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The New York Police Department will deploy thousands of officers to handle security for a slew of huge Independence Day celebrations and a World Cup match that will make the July 4 weekend especially challenging, even for one of the world's largest police forces.]]></description><pubDate>Wed, 01 Jul 2026 19:29:00 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The New York Police Department will deploy thousands of officers to handle security for a slew of huge Independence Day celebrations and a World Cup match that will make the July 4 weekend especially challenging, even for one of the world's largest police forces.</p><p>Police Commissioner Jessica Tisch said Wednesday that there are no known specific or credible threats to this year’s celebrations, which will include parades of sailing ships and naval vessels on the Hudson and East rivers, jet flyovers and a massive fireworks show — all happening during a heat wave that could also tax emergency medical personnel.</p><p>Plus, police may also be dealing with another expected event that remains under wraps — the reported wedding of pop star Taylor Swift and football player Travis Kelce.</p><p>“In a briefing about major events happening this weekend in New York City, I would be remiss not to mention an event that we are tracking at Madison Square Garden on Friday night," Tisch said in a winking reference to the expected nuptials. "The NYPD will, of course, have a detail in place, but I am not going to go into more specifics on that at this time."</p><p>Uniformed officers, K-9 units and heavy weapons teams will be out in force along the city's waterfronts for the Sail 250 festivities, which will bring around 100 vessels and about 27,000 sailors, crew members and dignitaries to the city for events Friday, Saturday and beyond.</p><p>Attendees will be required to go through security checkpoints as they head to waterfront viewing areas Saturday, officials said.</p><p>In the evening, the Macy’s Fourth of July fireworks show will draw thousands of eyes upward as 85,000 shells are launched from six barges and a laser show beams up from the Brooklyn Bridge.</p><p>Also in the sky: the police department's aviation unit and drone teams, which will be monitoring the city and looking out for illegal drones hovering in the restricted flight area around the show.</p><p>“The message is clear: If there is any illegal drone activity that violates our temporary flight restrictions, your drone will be seized," Tisch said.</p><p>The department will also deploy counterterrorism resources, explosive detection K-9s, bomb squad personnel and heavy weapons teams, along with plain clothes officers and a harbor unit for the waterways.</p><p>Meanwhile, the city will again have special security restrictions in place at its busiest rail hub, Penn Station, on Sunday to accommodate thousands of fans headed across the Hudson to see Brazil take on Norway in the World Cup. Only people with a ticket to the match will be allowed into some parts of the station.</p><p>Police have already been setting up crowd-control barriers and hanging “no parking” signs near Madison Square Garden, which sits atop Penn Station, in anticipation of possible crowds of Swift fans and other gawkers hoping to catch a glimpse of something related to the reported wedding.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DXU3QJJ7ORZNBNLKQKHLW4OKLI.jpg?auth=7d738fc75cacb0b9d6581167dead1117d764e32c8e8860e0269f8b3ba631dc4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Security personnel meet outside New York's Madison Square Garden, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MLMFKCPPX7DHBDXNCOBO2PJOHY.jpg?auth=c9cdd714514451cf22ad4c96e7e80941e840b857bdfca813a29681ec664e7a12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker holds "No Parking" signs prior to posting as trucks fill the loading dock outside New York's Madison Square Garden, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VFEMBN42GNCMB45BEP5MQUJ6GQ.jpg?auth=744488d31e7ab4e0b10dc31ad763f0b59ea8b8169410b888b0d5ed8868766d4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fork lifts work outside New York's Madison Square Garden, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[New autopsy of a baby killed by police in Mississippi deepens outrage]]></title><link>https://www.local10.com/news/national/2026/07/01/new-autopsy-of-a-baby-killed-by-police-in-mississippi-deepens-outrage/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/new-autopsy-of-a-baby-killed-by-police-in-mississippi-deepens-outrage/</guid><dc:creator><![CDATA[By HANNAH FINGERHUT, Associated Press]]></dc:creator><description><![CDATA[A Mississippi family whose 1-year-old child was killed when police fired into a moving car offered evidence on Wednesday that they say challenges the officers' account that they were in danger when one opened fire.]]></description><pubDate>Wed, 01 Jul 2026 19:25:56 +0000</pubDate><content:encoded><![CDATA[<p>A Mississippi family whose 1-year-old child was killed when police fired into a moving car offered evidence on Wednesday that they say challenges the officers' account that they were in danger when one opened fire.</p><p>A second autopsy requested by the family of Kohen Wiley showed the baby was shot from the side of the car, not the front, civil rights attorney Ben Crump said. Wiley's mother, who is Black and was in the passenger seat, says her friend was driving away from the officers, while the officers initially said the car was heading toward them.</p><p>The June 14 shooting has outraged community members and prompted protests in the small town of Senatobia, where residents point to a string of troubling encounters with police in recent years. Crump said the child was killed after police were called to a Walmart parking lot about diapers that may have been shoplifted.</p><p>“We are here because the lack of transparency, and we’re going to try to continue to demand transparency,” Crump said. He spoke from the pulpit of Senatobia Church of Christ, surrounded by more than a dozen people, including the baby's grandparents, some of them holding “Justice for Baby Kohen” signs.</p><p>On display were photos of Wiley's body provided to the family-retained pathologist and a photo of the vehicle with the passenger window shattered and what an apparent bullet hole in the windshield on the passenger side.</p><p>“They (the officers) reported they witnessed two adults and this child getting into the vehicle but yet he saw fit to shoot into a moving vehicle when he knew a baby was there,” Crump said. The woman was critically wounded, authorities have said.</p><p>“They want us to believe that it was a life or death situation,” he added. “They told us that, but they have not showed us that.”</p><p>The family is demanding that police body camera and dashcam video, as well as Walmart surveillance video, be made public.</p><p>A spokesperson for the Mississippi Bureau of Investigation, which is handling the inquiry, declined to comment Wednesday, saying in an email that the case remains an open and ongoing investigation.</p><p>In an initial account of the shooting, state investigators said: “Officers attempted to stop the vehicle, but the driver drove in the direction of the officers, almost striking one. An officer then discharged their weapon and the vehicle fled the scene.”</p><p>Kohen’s mother has said she believes her friend paid for the diapers. The killing has drawn comparisons to other instances of other Black people who lost their life in cases of accusations of petty criminal offenses, such as the murder of George Floyd.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BONOQG2PA463YACWY36Q37UYYY.jpg?auth=994b71b0759946e0ce1074f3529fc193dfa01b4675c7cf45927d087b08a337ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by Veronica Roberson in June 2026 shows her grandson, Kohen Wiley, of Senatobia, Miss. (Veronica Roberson via AP) CORRECTION: Corrects to grandson sted of granddaughter]]></media:description><media:credit role="author" scheme="urn:ebu">Veronica Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MFUYQK3UU3UCKFWOFDV4G7BMYU.jpg?auth=935d7ae3af1dbeef37836d91d722b60776fe89eea7df6b874be60db10c661d9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Marquell Bridges, a group of mourners attend a makeshift memorial for 1-year old Kohen Wiley, outside the Walmart where the boy was shot by police in Senatobia, Miss., on Wednesday, June 17, 2026. (Courtesy Marquell Bridges via AP)]]></media:description></media:content></item><item><title><![CDATA[California to institute Bruce Lee Day, a first for a Chinese American in the state's history]]></title><link>https://www.local10.com/entertainment/2026/07/01/california-to-institute-bruce-lee-day-a-first-for-a-chinese-american-in-the-states-history/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/01/california-to-institute-bruce-lee-day-a-first-for-a-chinese-american-in-the-states-history/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — Martial arts icon Bruce Lee, who was born in San Francisco, will become the first Chinese American in California history with an annual namesake day.]]></description><pubDate>Wed, 01 Jul 2026 19:25:19 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — Martial arts icon Bruce Lee, who was born in San Francisco, will become the first Chinese American in California history with an annual namesake day.</p><p>Gov. Gavin Newsom signed a law Tuesday afternoon officially designating May 17 as Bruce Lee Day, according to the office of state Assemblymember Matt Haney, who represents San Francisco.</p><p>An 18-year-old Lee returned to San Francisco on May 17, 1959, after spending his childhood in Hong Kong.</p><p>Lee's daughter, Shannon, who is CEO of the Bruce Lee Foundation, said the honor is a testament to her father's enduring legacy as a bridge between cultures.</p><p>“From young people who found confidence and possibility in his philosophy, to families who finally saw themselves represented on screen, to athletes who still draw on his teachings of discipline and inner strength, his reach is profound," Shannon Lee said in a statement.</p><p>Haney called Lee the epitome of the best of California.</p><p>“At a time when Asian Americans were too often absent from or stereotyped on screen, Bruce Lee helped generations see themselves represented with strength and dignity,” he said in a statement.</p><p>The foundation and various Asian American organizations hope Lee will be celebrated every year with voluntary commemorative activities around the state such as cultural exhibits, public events and classroom lessons.</p><p>Born in 1940 to Chinese parents who were touring with an opera, Lee was allowed to have birthright citizenship. A few months later, the family returned to Hong Kong where Lee became a child actor and began learning Chinese kung fu. He moved back to the U.S. in 1959 and enrolled in the University of Washington in Seattle two years later. He dropped out and threw himself into practicing and teaching martial arts.</p><p>In the ‘60s, Lee found work in Hollywood, most notably as Kato in the TV series “The Green Hornet,” but studios wanted him to play racist stereotypes and paid him less than his white counterparts.</p><p>He pivoted back to Hong Kong and soon became a megastar of martial arts flicks, including “The Big Boss” and “Fist of Fury.” Lee died in 1973 at 32 after an allergic reaction to pain medication.</p><p>Lee's name and likeness remain popular. Fans gather on his birthday. A treatment for a proposed TV action series he wrote inspired the HBO Max show “Warrior.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IZ7PUQ437YS7Q32C6K74AWVHWQ.jpg?auth=93a2d7e747fd148c2dbad9176a6f69af63507658f870f8156b6f7646beb3fea1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A cardboard cutout of martial artist Bruce Lee is displayed at Oracle Park before a baseball game between the San Francisco Giants and the San Diego Padres in San Francisco, July 30, 2020. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZO4HBD52IC2HO5K7YJUOG3BEI.jpg?auth=2824f17394b995da77cac4a5672fc8081175d14ac0b5cea778869e5c820681b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks past a mural showing Bruce Lee and a dragon in San Francisco, Dec. 30, 2020. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Panthers lose fan favorite Sergei Bobrovsky to Maple Leafs, reports say]]></title><link>https://www.local10.com/sports/local/2026/07/01/panthers-lose-fan-favorite-sergei-bobrovsky-to-maple-leafs-reports-say/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/01/panthers-lose-fan-favorite-sergei-bobrovsky-to-maple-leafs-reports-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Florida Panthers are reportedly losing a fan favorite in net. ]]></description><pubDate>Wed, 01 Jul 2026 18:53:42 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Panthers are reportedly losing a fan favorite in net. </p><p><a href="https://www.local10.com/espanol/2026/07/01/panthers-pierden-al-favorito-de-la-aficion-sergei-bobrovsky-quien-se-va-a-los-maple-leafs-segun-reportes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/panthers-pierden-al-favorito-de-la-aficion-sergei-bobrovsky-quien-se-va-a-los-maple-leafs-segun-reportes/">Leer en español</a></p><p>Veteran goaltender Sergei Bobrovsky has signed with the Toronto Maple Leafs, according to multiple reports. </p><p>Bobrovsky agreed to a three-year, $21 million contract with Toronto, ESPN’s <a href="https://x.com/KevinWeekes/status/2072379990901985623" target="_self" rel="" title="https://x.com/KevinWeekes/status/2072379990901985623">Kevin Weekes</a> and SportsNet’s <a href="https://www.sportsnet.ca/nhl/article/sergei-bobrovsky-agrees-to-three-year-21m-deal-with-maple-leafs/" target="_self" rel="" title="https://www.sportsnet.ca/nhl/article/sergei-bobrovsky-agrees-to-three-year-21m-deal-with-maple-leafs/">Elliotte Friedman</a> confirmed Wednesday. </p><p>Bobrovsky spent seven seasons with the Panthers, helping the franchise win back-to-back Stanley Cups while becoming one of the most beloved players in team history. </p><p>The two-time Vezina Trophy winner also helped Florida eliminate Toronto in the playoffs twice over the last four seasons.</p><p>The move comes after a difficult 2025-26 season for Bobrovsky, who finished with a .877 save percentage, the worst mark of his Panthers career.</p><p>Toronto has reportedly added the 37-year-old after trading goalie Joseph Woll to the Philadelphia Flyers. </p><p>Bobrovsky’s reported departure comes shortly after the Panthers announced an eight-year contract extension for forward <a href="https://www.local10.com/sports/local/2026/07/01/staying-home-eetu-luostarinen-agrees-to-8-year-extension-with-panthers/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/07/01/staying-home-eetu-luostarinen-agrees-to-8-year-extension-with-panthers/">Eetu Luostarinen and the signing of veteran defenseman Radko Gudas</a>, who played for the Panthers from 2020-2023. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X43YF4OCZBUEWFX5LYURFYP7SE.jpg?auth=13e4acfabdaac04461e928520f13d172ea343d9a8217518cb8b5daab81e5cf15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florida Panthers goaltender Sergei Bobrovsky lifts the Stanley Cup after defeating the Edmonton Oilers in Game 6 of the NHL hockey Stanley Cup Final June 17, 2025, in Sunrise, Fla. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Panthers pierden al favorito de la afición Sergei Bobrovsky, quien se va a los Maple Leafs, según reportes]]></title><link>https://www.local10.com/espanol/2026/07/01/panthers-pierden-al-favorito-de-la-aficion-sergei-bobrovsky-quien-se-va-a-los-maple-leafs-segun-reportes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/panthers-pierden-al-favorito-de-la-aficion-sergei-bobrovsky-quien-se-va-a-los-maple-leafs-segun-reportes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Según reportes, los Florida Panthers perderán a uno de los favoritos de la afición bajo los tres palos.]]></description><pubDate>Wed, 01 Jul 2026 19:19:32 +0000</pubDate><content:encoded><![CDATA[<p>Según reportes, los Florida Panthers perderán a uno de los favoritos de la afición bajo los tres palos.</p><p>El veterano portero Sergei Bobrovsky firmó con los Toronto Maple Leafs, según múltiples reportes.</p><p>Bobrovsky acordó un contrato de tres años y $21 millones USD con Toronto, confirmaron el miércoles <a href="https://x.com/KevinWeekes/status/2072379990901985623" target="_blank" rel="noreferrer" title="https://x.com/KevinWeekes/status/2072379990901985623">Kevin Weekes</a>, de ESPN, y <a href="https://www.sportsnet.ca/nhl/article/sergei-bobrovsky-agrees-to-three-year-21m-deal-with-maple-leafs/" target="_blank" rel="noreferrer" title="https://www.sportsnet.ca/nhl/article/sergei-bobrovsky-agrees-to-three-year-21m-deal-with-maple-leafs/">Elliotte Friedman</a>, de SportsNet.</p><p>Bobrovsky pasó siete temporadas con los Panthers, ayudando a la franquicia a ganar dos Copas Stanley consecutivas mientras se convertía en uno de los jugadores más queridos en la historia del equipo.</p><p>El dos veces ganador del Trofeo Vezina también ayudó a Florida a eliminar a Toronto de los playoffs en dos ocasiones durante las últimas cuatro temporadas.</p><p>El movimiento se produce después de una difícil temporada 2025-26 para Bobrovsky, quien terminó con un porcentaje de atajadas de .877, la peor marca de su carrera con los Panthers.</p><p>Según reportes, Toronto incorporó al portero de 37 años después de traspasar al guardameta Joseph Woll a los Philadelphia Flyers.</p><p>La salida de Bobrovsky, según los reportes, ocurre poco después de que los Panthers anunciaran una extensión de contrato por ocho años para el delantero <a href="https://www.local10.com/news/local/2026/07/01/se-queda-en-casa-eetu-luostarinen-acuerda-extension-de-contrato-por-ocho-anos-con-panthers/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/01/se-queda-en-casa-eetu-luostarinen-acuerda-extension-de-contrato-por-ocho-anos-con-panthers/">Eetu Luostarinen y la firma del veterano defensor Radko Gudas</a>, quien jugó para los Panthers entre 2020 y 2023.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X43YF4OCZBUEWFX5LYURFYP7SE.jpg?auth=13e4acfabdaac04461e928520f13d172ea343d9a8217518cb8b5daab81e5cf15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florida Panthers goaltender Sergei Bobrovsky lifts the Stanley Cup after defeating the Edmonton Oilers in Game 6 of the NHL hockey Stanley Cup Final June 17, 2025, in Sunrise, Fla. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[EEUU emite advertencias a la ciudadanía debido a calor extremo]]></title><link>https://www.local10.com/espanol/2026/07/01/eeuu-emite-advertencias-a-la-ciudadania-debido-a-calor-extremo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/eeuu-emite-advertencias-a-la-ciudadania-debido-a-calor-extremo/</guid><dc:creator><![CDATA[Por ED WHITE y ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[Nueva York, Boston y Filadelfia emitieron el miércoles alertas por calor extremo para los próximos días, mientras las altas temperaturas agobian a la zona justo antes de las celebraciones del 4 de Julio.]]></description><pubDate>Wed, 01 Jul 2026 19:17:07 +0000</pubDate><content:encoded><![CDATA[<p>Nueva York, Boston y Filadelfia emitieron el miércoles alertas por calor extremo para los próximos días, mientras las altas temperaturas agobian a la zona justo antes de las celebraciones del 4 de Julio.</p><p>Se pronostican temperaturas de más de 30 grados Celsius (90 Fahrenheit) para el noreste; Filadelfia y Boston podrían superar los 100°F el jueves. Si se suma la humedad, la sensación térmica real será aún mayor en algunos momentos, informó el Servicio Meteorológico Nacional.</p><p>Una cúpula de calor —sistemas de alta presión sobre una región que atrapan el calor y la humedad— ha estado sofocando partes del territorio norteamericano desde el Medio Oeste hasta la Costa Este. Esto añadirá mucha incomodidad en medio de desfiles por el 250.º aniversario, flotillas de barcos, conciertos al aire libre y, en Boston, una lectura pública de la Declaración de Independencia desde un balcón histórico el sábado.</p><p>El alcalde de Nueva York, Zohran Mamdani, aconsejó a los residentes mantenerse frescos en interiores y evitar “temperaturas extraordinarias”.</p><p>“Que se llegue a tres dígitos a lo largo de estos próximos días es motivo de enorme preocupación, dado que con demasiada frecuencia el calor es algo que se subestima”, declaró Mamdani.</p><p>El concreto y el acero agravan el calor</p><p>La humedad no es inusual en el noreste. Pero el doctor Alexander Azan, de NYU Langone Health en Nueva York, señaló que las altas temperaturas del aire y la humedad son una combinación peligrosa.</p><p>“Su cuerpo no tiene ese nivel de aclimatación para responder adecuadamente al calor, y por eso el estrés térmico en forma de lo que llamamos agotamiento por calor, y en casos más graves, golpe de calor, puede ocurrir a temperaturas mucho más bajas de las que vemos en personas que viven en el sur”, explicó Azan.</p><p>Las ciudades, en particular, corren un mayor riesgo, según expertos.</p><p>“La concentración de concreto, asfalto, acero, todos esos materiales ayudan a retener el calor. La cifra en tu teléfono puede que en realidad no refleje el verdadero perfil de temperatura al que vas a salir”, señaló Vijay Limaye, científico climático del Natural Resources Defense Council.</p><p>La ciudad de Nueva York informó que más de 200 empleados buscarán a personas sin hogar y las animarán a entrar en interiores. Habrá cientos de centros de enfriamiento, desde el centro de convenciones Javits Center hasta furgonetas y espacios al aire libre con ventiladores nebulizadores.</p><p>Alivio para niños —y mascotas</p><p>El Museum of the Dog del American Kennel Club en Nueva York está permitiendo que los visitantes lleven a sus perros para refrescarse. El director ejecutivo, Christopher Bromson, comentó que se le ocurrió la idea al ver a su propio terranova despatarrado sobre el piso fresco del museo.</p><p>“Pensé que todos los perros deberían tener acceso a esto”, comentó Bromson.</p><p>En Washington, D.C., donde la temperatura máxima fue de 35° C (95 F), niños sedientos tomaban botellas frías de agua de la Policía de Parques mientras esperaban en la fila para la rueda de la fortuna en el National Mall.</p><p>En el Medio Oeste, mientras tanto, persistían los riesgos por el calor. Taylor Harnist, cuyo negocio en Cincinnati instala y repara aires acondicionados, contó que intentaba mantener cómodos a sus empleados con descansos, agua y bebidas con electrolitos.</p><p>“Cuando te toca un trabajo en un ático con este calor, los hacemos, pero es extenuante. Hace tanto calor que los áticos alcanzan temperaturas de 145 grados (°F)", declaró Harnist.</p><p>Jeff Schlegelmilch, profesor asociado de la Columbia University Climate School, afirmó que el calor es una de las cosas más fáciles de atribuir al cambio climático.</p><p>“Hemos visto un aumento continuo de veranos más largos, temperaturas más altas, temperaturas más altas más temprano, más evaporación de la humedad, mayor humedad: efectos así”, indicó Schlegelmilch.</p><p>___________________________________</p><p>Contribuyeron a esta nota los corresponsales Jennifer Peltz en Nueva York y Scott Bauer en Madison, Wisconsin.</p><p>__________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S2E7MV6JQZ4CZBLNT3A32PVIJQ.jpg?auth=700e4b051c05c4e637181a73ee722d0e19357ce15938b887eb70f15c154f1633&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer y su nieta con un pequeño ventilador portátil en el National Mall de Washington, el 1 de julio del 2026. (AP foto/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Much more than a piece of furniture, the president's Resolute Desk has echoed through history]]></title><link>https://www.local10.com/news/national/2026/07/01/much-more-than-a-piece-of-furniture-the-presidents-resolute-desk-has-echoed-through-history/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/much-more-than-a-piece-of-furniture-the-presidents-resolute-desk-has-echoed-through-history/</guid><dc:creator><![CDATA[By JACK AURESTO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Franklin D. Roosevelt toiled over paperwork there during the World War II's darkest days. George W. Bush sat behind it to address the nation on 9/11. Beneath it, John F. Kennedy Jr. once crawled and peeked out from behind its front panel while his father worked above, an image so etched into American history that President Joe Biden recreated it with his grandson.]]></description><pubDate>Wed, 01 Jul 2026 19:11:55 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Franklin D. Roosevelt toiled over paperwork there during the World War II's darkest days. George W. Bush sat behind it to address the nation on 9/11. Beneath it, John F. Kennedy Jr. once crawled and peeked out from behind its front panel while his father worked above, an image so etched into American history that President Joe Biden recreated it with his grandson.</p><p>The Resolute Desk is one of the most recognizable pieces of furniture in the White House — and probably in the entire nation. As the president’s desk, it’s been at the center of American history for nearly 150 years.</p><p>That famous front panel has its own story. Many accounts claim it was added during FDR’s presidency to conceal his wheelchair and leg braces, but some historians dispute that. They argue Roosevelt used the desk in his private study, away from the public eye, and that the panel itself was not installed until after his death.</p><p>The desk’s origins extend far beyond the Oval Office. In fact, it's not American; it’s British.</p><p>The desk is crafted of timbers from the HMS Resolute, a British naval vessel that set off for the Arctic in the early 1850s in search of Sir John Franklin, who disappeared while seeking the Northwest Passage. During that mission, the Resolute became trapped in ice and was abandoned by its crew. Years later, it was discovered drifting through Arctic waters by an American whaling vessel.</p><p>The United States repaired it and returned it to Queen Victoria. The vessel resumed service for many years before eventually being retired.</p><p>Once decommissioned, Queen Victoria expressed her gratitiude to the United States by ordering the timbers of Resolute to be transformed into several pieces of furniture. One of them was a large desk that she presented to President Rutherford B. Hayes in 1880.</p><p>The desk spent much of its early White House history out of public view until 1961, when first lady Jacqueline Kennedy moved it into the Oval Office.</p><p>Every president since Jimmy Carter has used the Resolute desk in the Oval Office, with the exception of President George H.W. Bush, who instead placed it in the Treaty Room. The desk has also become the place where recent presidents leave a letter for their successor on Inauguration Day.</p><p>The Resolute Desk stands not only as a symbol of the American presidency, but also as a reminder of the enduring friendship between the United States and Britain.</p><p>___</p><p>Part of a recurring series, “American Objects,” marking the 250th anniversary of the United States. For more American objects, click here. For more stories on the anniversary, click here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UCFEQALZGI2CMCU2SNOYM4PWLI.jpg?auth=20a9eba9dee3515a8bc0a4dd50a5879b8efb0e59beb41675451b4d4b58ace161&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President John F. Kennedy gestures from behind a richly carved desk, made from the timbers of a British sailing ship, as he talks, Feb. 6, 1961 in his White House office in Washington with Mongi Slim, right, Tunisian Ambassador to the U.S., and G. Mennen Williams, Assistant Secretary of State for African Affairs. (AP Photo/HB, File)]]></media:description><media:credit role="author" scheme="urn:ebu">HB</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MVFALCQRVLROQ3BHJCN2GBLO7I.jpg?auth=c5150c5db7d17240066e01ece130a643673498f34906ab1fedd48cacde9bd830&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- A view of the Resolute desk in President John F. Kennedy's Oval Office at the White House in Washington, Feb. 5, 1961. (AP Photo/Bob Schutz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">BOB SCHUTZ</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GTDG5TQL4FUS6KHGBBISOCX2MI.jpg?auth=203dd2dec79fb3cf5160a2b3bbf7242aea8495dafe7e441b9fd1ed5e4de2af13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The private study of President Franklin D. Roosevelt at the White House on the second floor is shown on May 10, 1933. (AP Photo/File)]]></media:description></media:content></item><item><title><![CDATA[BSO: Man dies after being shot by woman in North Lauderdale Walmart parking lot]]></title><link>https://www.local10.com/news/local/2026/07/01/bso-man-dies-after-being-shot-by-woman-in-north-lauderdale-walmart-parking-lot/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/bso-man-dies-after-being-shot-by-woman-in-north-lauderdale-walmart-parking-lot/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 62-year-old man has died after he was shot in the parking lot of a Walmart in North Lauderdale on Tuesday, authorities announced Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 16:48:25 +0000</pubDate><content:encoded><![CDATA[<p>A 62-year-old man has died after he was shot in the parking lot of a Walmart in North Lauderdale on Tuesday, authorities announced Wednesday.</p><p><a href="https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/">Leer en español</a></p><p>The man was identified by the Broward Sheriff’s Office as Bart Diguglielmo, of Lauderhill.</p><p>According to BSO,<a href="https://www.local10.com/news/local/2026/06/30/bso-1-injured-1-detained-following-shooting-outside-north-lauderdale-walmart/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/30/bso-1-injured-1-detained-following-shooting-outside-north-lauderdale-walmart/"> the shooting was reported just before 12:30 p.m. Tuesday</a> in the parking lot of the Walmart, located at 7900 W. McNab Road.</p><p>Deputies and North Lauderdale Fire Rescue medics responded to the scene and found Diguglielmo suffering from a gunshot wound, authorities said.</p><p>Deputies said paramedics transported Diguglielmo to Broward Health Medical Center, where he died.</p><p>According to BSO, Diguglielmo and a woman had gotten into an argument over a parking space prior to the shooting.</p><p>Deputies said the woman remained at the scene after the shooting and claimed she shot Diguglielmo in self-defense.</p><p>Detectives confirmed that the woman was detained for questioning and is cooperating in the investigation.</p><p>They said upon the completion of the investigation, the case will be presented to the Broward County State Attorney’s Office to determine whether criminal charges will be filed against the woman.</p><p>The woman’s identity has not been released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NEARE6OJZZGR7GHVEMTT2QXN5A.jpeg?auth=e846c5cc331a06aa4551966e54140eddea3617f76820f9c183dd10d4b9fe5507&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Couple climbs Empire State Building in NYC; man appears to propose after installing flag at top ]]></title><link>https://www.local10.com/news/national/2026/07/01/couple-climbs-empire-state-building-in-nyc-man-appears-to-propose-after-installing-flag-at-top/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/couple-climbs-empire-state-building-in-nyc-man-appears-to-propose-after-installing-flag-at-top/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A couple climbed to the top of the iconic Empire State Building in New York City Wednesday, flying a banner at the top of the skyscraper. ]]></description><pubDate>Wed, 01 Jul 2026 17:12:39 +0000</pubDate><content:encoded><![CDATA[<p>A couple climbed to the top of the iconic Empire State Building in New York City Wednesday, flying a banner at the top of the skyscraper. </p><p><a href="https://www.local10.com/espanol/2026/07/01/pareja-escala-el-empire-state-building-en-nueva-york-hombre-aparentemente-le-propone-matrimonio-tras-colocar-una-bandera-en-la-cima/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/pareja-escala-el-empire-state-building-en-nueva-york-hombre-aparentemente-le-propone-matrimonio-tras-colocar-una-bandera-en-la-cima/">Leer en español</a></p><p>The banner read, “When the power of love beats the love of power the world knows peace.”</p><p>The incident happened around noon Wednesday and local news outlets reported that the observation deck was later cleared.</p><p>According to various news outlets, the two began descending from the top of the building at about 12:35 p.m., and at one point, the man appeared to propose to the woman, who then removed her mask and kissed him.</p><p>The couple has since been identified as <a href="https://www.instagram.com/p/DaQhEGbjbHT/?hl=en&amp;img_index=2" target="_self" rel="" title="https://www.instagram.com/p/DaQhEGbjbHT/?hl=en&amp;img_index=2">Angela Nikolau</a> and <a href="https://www.instagram.com/beerkus/?hl=en" target="_self" rel="" title="https://www.instagram.com/beerkus/?hl=en">Ivan Beerkus</a> who star in Netflix’s “Skywalkers A love Story” and have performed similar stunts.</p><p>At 1,454 feet tall, the Empire State Building is the eighth tallest building in New York City. The tallest building is One World Trade Center, which stands at 1,776 feet tall.</p>]]></content:encoded></item><item><title><![CDATA[AOL's owner, Bending Spoons, hits Wall Street with $1.7 billion IPO]]></title><link>https://www.local10.com/business/2026/07/01/aols-owner-bending-spoons-hits-wall-street-with-17-billion-ipo/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/aols-owner-bending-spoons-hits-wall-street-with-17-billion-ipo/</guid><dc:creator><![CDATA[By DAMIAN J. TROISE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The owner of AOL and other tech businesses hit Wall Street with a $1.7 billion initial public offering Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 20:25:35 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The owner of AOL and other tech businesses hit Wall Street with a $1.7 billion initial public offering Wednesday.</p><p>Bending Spoons priced 58 million shares at $29 apiece. The company is getting $1 billion in proceeds, while the rest is going to shareholders. The stock surged 39.7% in its first day of trading under the symbol “BSP” on the Nasdaq, giving it a market value of $25.2 billion.</p><p>Among the company's well-known holdings are the event creation and ticketing company Eventbrite, and the video hosting service Vimeo. AOL, formerly America Online, is a more recent acquisition for the company. The email and search engine service dates back to the dawn of the internet age.</p><p>AOL itself went public in 1992 and was a vanguard of technology and communication. It reached a market value of $164 billion in 2000 shortly before merging with Time Warner. It then crashed along with the rest of the industry following the bursting of the dot-com bubble. It has been bought and sold several times over the last two decades.</p><p>Bending Spoons' key focus is acquiring troubled tech companies and overhauling them. The company takes its name from the fictional concept of bending spoons with the mind, as portrayed in the dystopian AI-focused “The Matrix” films. The company's founders say the name is meant to evoke focus and dedication, as well as some humor.</p><p>“We were about to attempt to create a world-class company with $40,000, a team of five, and a track record that read 0 for 1," the company wrote in its prospectus. “A touch of irony seemed appropriate.”</p><p>The Italy-based company was founded by three friends in 2013 following the failure of their first attempt at building a technology startup. It has since grown by buying more than 50 companies.</p><p>The acquired companies are reorganized, and AI technology is often a key tool in the redesign. The focus remains on subscription-based revenue from the portfolio of businesses.</p><p>The company said it had net income of $27.5 million on revenue of $601 million during the first three months of 2026. It had more than 500 million monthly active users and 9 million monthly paying customers as of March.</p><p>The company has debt of just under $4.4 billion. It plans to use proceeds from the offering to invest in new acquisitions.</p><p>The Bending Spoons offering comes amid a resurgence in the IPO market this year, highlighted by the record-setting market debut of SpaceX last month.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UBTZARQKENOLOALL6BLC5PFRZI.jpg?auth=fa9271d01e8626242b3f9d33df94223e29b0ac1f4019bdb5e697025b40417a72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - AOL's home page is shown on a computer screen, Aug. 4, 2006, in New York. (AP Photo/Mark Lennihan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Lennihan</media:credit></media:content></item><item><title><![CDATA[More than 130 new Florida laws go into effect. Here is a look at 16: ]]></title><link>https://www.local10.com/news/2026/07/01/more-than-130-new-florida-laws-go-into-effect-today-here-is-a-look-at-16/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/01/more-than-130-new-florida-laws-go-into-effect-today-here-is-a-look-at-16/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Florida Gov. Ron DeSantis has signed about 220 bills into law this year, and more than half went into effect on Wednesday. ]]></description><pubDate>Wed, 01 Jul 2026 17:42:58 +0000</pubDate><content:encoded><![CDATA[<p>Florida Gov. Ron DeSantis has signed about 220 bills into law this year, and more than half went into effect on Wednesday. </p><p>The list of more than 130 new Florida laws includes legislation to rename an airport and a highway after President Donald Trump. </p><p>The new<b> </b><a href="https://www.flsenate.gov/Session/Bill/2026/919" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/919"><b>Commercial Service Airports</b></a><b> </b>law<b> </b>renames the Palm Beach International Airport to the President Donald J. Trump International Airport.</p><figure><img src="https://www.local10.com/resizer/v2/3BJKCBYT24YBT4JTPYZ3VKWWGA.jpg?auth=3f3f062b77ee7253bf80f766b355a215ec3a9f67749b35205b3d53e9969ec350&smart=true&width=1200&height=900" alt="President Donald Trump speaks to reporters before boarding Air Force One, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)" height="900" width="1200"/><figcaption>President Donald Trump speaks to reporters before boarding Air Force One, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)</figcaption></figure><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/628" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/628"><b>Transportation Facility Designations</b></a> law defined the new President Donald J. Trump Highway as State Road 870, from State Road A1A or South Ocean Boulevard in Palm Beach County, continuing westward through Hendry and Lee counties, and Commercial Boulevard in Broward County. It also designates a portion of State Road 985, or Southwest 107th Avenue, in Miami-Dade County as the Charlie Kirk Memorial Avenue.</p><p><b>MORE NEW LAWS</b></p><p>The list also included legislation related to terrorist organizations, the environment, new technology, education, and safety. </p><h3><b>Terrorism </b></h3><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/905" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/905"><b>Foreign Influence</b></a><b> </b>law limits ties with “foreign countries of concern,” expands criminal penalties related to “foreign terrorist organizations,” and bans pre-planned adoption agreements or surrogate contracts involving “countries of concern.” </p><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/1471" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1471"><b>Systems of Law and Terrorist Organizations</b></a> law allows the Florida Department of Law Enforcement’s chief of domestic security to designate “terrorist organizations.” </p><h3><b>Public safety </b></h3><figure><img src="https://www.local10.com/resizer/v2/CXNX74HOMZGGLGEZVZ32RVIXPA.jpg?auth=42af682475f290ec63b2321cca5bc2b6d087e9de50861c5351f4d4c303d32c0e&smart=true&width=1200&height=900" alt="Five-year-old Melissa "Missy" Mogle died on May 19, 2025,  in Tallahassee. Her mother, Chloe Spencer, and stepfather, Daniel Spencer,  who was free on bond for another case, faced charges for her abuse and murder." height="900" width="1200"/><figcaption>Five-year-old Melissa "Missy" Mogle died on May 19, 2025,  in Tallahassee. Her mother, Chloe Spencer, and stepfather, Daniel Spencer,  who was free on bond for another case, faced charges for her abuse and murder.</figcaption></figure><p>The new <a href="https://www.flsenate.gov/Committees/BillSummaries/2026/html/445" target="_self" rel="" title="https://www.flsenate.gov/Committees/BillSummaries/2026/html/445"><b>Dangerous Crimes</b></a> law, better known as Missy’s Law after 5-year-old murder victim <a href="https://www.myfloridalegal.com/newsrelease/attorney-general-james-uthmeier-proposes-missys-law-after-brutal-murder-tallahassee" target="_self" rel="" title="https://www.myfloridalegal.com/newsrelease/attorney-general-james-uthmeier-proposes-missys-law-after-brutal-murder-tallahassee">Missy Mogle</a>, includes “any violation related to computer pornography or child exploitation” and requires pre-trial detention regardless of the defendant’s plea. </p><p>The new<a href="https://www.flsenate.gov/Session/Bill/2026/1159" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1159"> <b>Sexual Offenses</b></a> law revises mandatory minimum sentences for convicted sex offenders, and increases penalties for knowingly soliciting, possessing, controlling, or intentionally viewing and creating child sexual abuse material.</p><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/35" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/35"><b>Habitual Traffic Offender Designation</b></a> law, better known as Isaiah’s Law, creates a new designation for drivers who get three or more convictions of driving without a valid license within five years.</p><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/35" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/35"><b>Domestic Violence and Protective Injunctions</b></a> law reclassifies penalties for committing a domestic violence offense if a person has a prior conviction for domestic violence.</p><p>The new<b> </b><a href="https://www.flsenate.gov/Session/Bill/2026/428" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/428"><b>Drowning Prevention</b></a><b> </b>law expands the Swimming Lesson Voucher Program and directs the Florida Department of Health to develop educational materials.</p><h3><b>Education</b></h3><p>The new<b> </b><a href="https://www.flsenate.gov/Session/Bill/2026/824" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/824"><b>School District Unimproved Real Property</b></a><b> </b>law<b> </b>requires an annual inventory of “unimproved” or vacant property for the Florida Department of Education. Without an agreement by July 1, 2027, the law requires districts to offer such properties to charter schools.</p><p>The new<b> </b><a href="https://www.flsenate.gov/Committees/BillSummaries/2026/html/178" target="_self" rel="" title="https://www.flsenate.gov/Committees/BillSummaries/2026/html/178"><b>Athletics in Public K-12</b></a><b> </b>law allows athletic coaches in high schools to make personal contributions of up to $15,000 annually to help support their players’ transportation, food, and recovery. </p><h3><b>Environment</b></h3><p>The new<b> </b><a href="https://www.flsenate.gov/Session/Bill/2026/1217" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1217"><b>Prohibited Governmental Policies Regulating Greenhouse Gas Emissions</b></a><b> </b>law<b> </b>bans “net-zero” greenhouse gas emission policies.</p><p>The new<b> </b><a href="https://www.flsenate.gov/Session/Bill/2026/1019" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/1019"><b>Perfluoroalkyl and Polyfluoroalkyl Substances</b></a><b> </b>law directs the Florida Department of Environmental Protection to regulate Aqueous Film-Forming Foam, or AFFF, which is used for fire suppression.</p><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/302" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/302"><b>Coastal Resiliency</b></a><b> </b>law bans cruise ship operations and dredging or filling within the Terra Ceia Aquatic Preserve near Manatee County, and it directs DEP to issue new permitting processes by Jan. 1. </p><h3><b>New tech</b></h3><p>The new <a href="https://www.flsenate.gov/Committees/BillSummaries/2026/html/1093" target="_self" rel="" title="https://www.flsenate.gov/Committees/BillSummaries/2026/html/1093"><b>Vertiports</b></a> law allows the Florida Department of Transportation to fund 100% of the cost of projects at public vertiports that don’t have federal funds and 80% when federal funds are available.</p><p>The new <a href="https://www.flsenate.gov/Session/Bill/2026/484" target="_self" rel="" title="https://www.flsenate.gov/Session/Bill/2026/484"><b>Data Centers</b></a><b> </b>law empowers local governments with more control over the planning and land development of large-scale data centers, and it prohibits passing on the utility costs to residents or small businesses. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QKNVC5WO6BF2PA654PZ77FRWYY.jpg?auth=1edc99aa08062df4edf89c8435806ee0618dcd4d1d925ce9f7b37d726e6d9943&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Se queda en casa: Eetu Luostarinen acuerda extensión de contrato por ocho años con Panthers]]></title><link>https://www.local10.com/news/local/2026/07/01/se-queda-en-casa-eetu-luostarinen-acuerda-extension-de-contrato-por-ocho-anos-con-panthers/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/se-queda-en-casa-eetu-luostarinen-acuerda-extension-de-contrato-por-ocho-anos-con-panthers/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los Florida Panthers mantendrán en el sur de Florida a otro integrante clave del núcleo de su equipo campeón.]]></description><pubDate>Wed, 01 Jul 2026 18:02:46 +0000</pubDate><content:encoded><![CDATA[<p>Los Florida Panthers mantendrán en el sur de Florida a otro integrante clave del núcleo de su equipo campeón.</p><p>El equipo anunció el martes que el centro Eetu Luostarinen acordó una extensión de contrato por ocho años que comenzará en la temporada 2027-28.</p><p>“Eetu ha sido una pieza clave en nuestros dos campeonatos de la Copa Stanley y estamos encantados de que continúe su carrera con los Panthers”, dijo en un comunicado Bill Zito, presidente de Operaciones de Hockey y gerente general. “Su compromiso con un sólido juego en ambos extremos de la pista y su aporte en situaciones de inferioridad numérica han sido fundamentales para nuestro éxito”.</p><p>Luostarinen, de 27 años, disputó 73 partidos durante la temporada 2025-26, en los que registró 11 goles y 22 asistencias para un total de 33 puntos, la segunda cifra más alta de su carrera en la NHL.</p><p>Lideró a los delanteros de Florida en tiempo sobre el hielo en situaciones de inferioridad numérica con casi 140 minutos, bloqueó 57 disparos y promedió 16:34 minutos por partido, la mejor marca de su carrera. También ocupó el quinto lugar del equipo con 121 golpes.</p><p>Desde que se unió a los Panthers en 2020, Luostarinen se ha convertido en uno de los delanteros defensivos más confiables del club. En 447 partidos de temporada regular de la NHL con los Panthers y los Carolina Hurricanes, suma 61 goles y 101 asistencias para un total de 162 puntos.</p><p>Su impacto también se ha extendido a los playoffs. Luostarinen ha registrado 34 puntos en 73 partidos de postemporada con los Panthers y desempeñó un papel importante en las dos conquistas de la Copa Stanley de la franquicia.</p><p>Durante la conquista de la Copa Stanley por parte de Florida en 2025, estableció marcas personales con cinco goles, 14 asistencias y 19 puntos en 23 partidos de playoffs. También posee el récord de la franquicia de más puntos en un partido de playoffs como visitante tras registrar un gol y tres asistencias contra Tampa Bay en el quinto partido de la primera ronda el 30 de abril de 2025.</p><p>A nivel internacional, el finlandés ganó una medalla de bronce en los Juegos Olímpicos de Invierno de 2026, donde sumó cuatro asistencias en seis partidos. También conquistó la medalla de oro en el Campeonato Mundial de la IIHF de 2019 y representó a Finlandia en el torneo 4 Nations Face-Off de 2025.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CFYFD2SHWFB7HCCKHVUNAOI57E.jpg?auth=91536067207f0598f52d4861ea52e4b737cd40a56e130d4f7b0300764acc2a60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Florida Panthers center Eetu Luostarinen (27) passes the puck during the third period of an NHL hockey game against the Philadelphia Flyers Thursday, Oct. 9, 2025, in Sunrise, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[MIA honors military service members, unveils new sculpture ahead of Independence Day]]></title><link>https://www.local10.com/news/local/2026/07/01/mia-honors-military-service-members-unveils-new-sculpture-ahead-of-independence-day/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/mia-honors-military-service-members-unveils-new-sculpture-ahead-of-independence-day/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Miami International Airport marked the upcoming Independence Day holiday Wednesday with a patriotic ceremony honoring military service members and celebrating the nation’s 250th anniversary.]]></description><pubDate>Wed, 01 Jul 2026 17:12:17 +0000</pubDate><content:encoded><![CDATA[<p>Miami International Airport marked the upcoming Independence Day holiday Wednesday with a patriotic ceremony honoring military service members and celebrating the nation’s 250th anniversary.</p><p><a href="https://www.local10.com/espanol/2026/07/01/mia-rinde-homenaje-a-miembros-del-servicio-militar-e-inaugura-nueva-escultura-antes-del-dia-de-la-independencia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/mia-rinde-homenaje-a-miembros-del-servicio-militar-e-inaugura-nueva-escultura-antes-del-dia-de-la-independencia/">Leer en español</a></p><p>The event began with 70 service members raising 70 American flags across the airport, symbolizing freedom and commemorating 250 years of American pride, sacrifice and resilience.</p><p>Miami-Dade Mayor Daniella Levine Cava said the display serves as a visible tribute for the millions of travelers who pass through the airport.</p><p>“I am so proud that during this month of our America semi-quincentennial, all 70 flagpoles, all 70 here at MIA, will have our nation’s flag flying proudly for all of our visitors to see,” Levine Cava said.</p><p>As part of the celebration, airport officials also unveiled the “Renaissance of Towers,” a 20-foot-tall, three-ton stainless steel sculpture installed at MIA’s Central Boulevard entrance.</p><p>The new monument is intended to serve as a landmark welcoming travelers while commemorating the nation’s milestone anniversary and honoring those who have served in the U.S. Armed Forces.</p><p>The ceremony comes just days before Independence Day, as airports across the country prepare for one of the busiest travel periods of the year.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[MIA rinde homenaje a miembros del servicio militar e inaugura nueva escultura antes del Día de la Independencia]]></title><link>https://www.local10.com/espanol/2026/07/01/mia-rinde-homenaje-a-miembros-del-servicio-militar-e-inaugura-nueva-escultura-antes-del-dia-de-la-independencia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/mia-rinde-homenaje-a-miembros-del-servicio-militar-e-inaugura-nueva-escultura-antes-del-dia-de-la-independencia/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[El Aeropuerto Internacional de Miami conmemoró este miércoles la próxima celebración del Día de la Independencia con una ceremonia patriótica en honor a los miembros del servicio militar y para celebrar el 250.º aniversario de la nación.]]></description><pubDate>Wed, 01 Jul 2026 17:57:05 +0000</pubDate><content:encoded><![CDATA[<p>El Aeropuerto Internacional de Miami conmemoró este miércoles la próxima celebración del Día de la Independencia con una ceremonia patriótica en honor a los miembros del servicio militar y para celebrar el 250.º aniversario de la nación.</p><p>El evento comenzó con 70 miembros del servicio militar izando 70 banderas estadounidenses en todo el aeropuerto, como símbolo de la libertad y en conmemoración de 250 años de orgullo, sacrificio y resiliencia de Estados Unidos.</p><p>La alcaldesa del condado Miami-Dade, Daniella Levine Cava, dijo que la exhibición sirve como un homenaje visible para los millones de viajeros que pasan por el aeropuerto.</p><p>“Me siento muy orgullosa de que durante este mes de nuestro semiquincentenario de Estados Unidos, los 70 mástiles, los 70 aquí en el MIA, tendrán ondeando con orgullo la bandera de nuestra nación para que todos nuestros visitantes la vean”, dijo Levine Cava.</p><p>Como parte de la celebración, funcionarios del aeropuerto también inauguraron “Renaissance of Towers”, una escultura de acero inoxidable de 20 pies de altura y tres toneladas instalada en la entrada de Central Boulevard del MIA.</p><p>El nuevo monumento está destinado a servir como un punto de referencia para dar la bienvenida a los viajeros, al tiempo que conmemora el aniversario histórico de la nación y rinde homenaje a quienes han servido en las Fuerzas Armadas de Estados Unidos.</p><p>La ceremonia se realiza apenas unos días antes del Día de la Independencia, mientras los aeropuertos de todo el país se preparan para uno de los períodos de mayor actividad de viajes del año.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Call about man masturbating in Nissan Altima spurs AR-15, cocaine discovery in Miami Springs: Police]]></title><link>https://www.local10.com/news/local/2026/07/01/call-about-man-masturbating-in-nissan-altima-spurs-ar-15-cocaine-discovery-in-miami-springs-police/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/call-about-man-masturbating-in-nissan-altima-spurs-ar-15-cocaine-discovery-in-miami-springs-police/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A South Florida man with a gun in his pocket had his hand elsewhere on Tuesday, according to police. Authorities said a call about the 30-year-old publicly masturbating in a Nissan Altima outside of a Miami Springs hotel led officers to discover cocaine and a second weapon.]]></description><pubDate>Wed, 01 Jul 2026 17:41:12 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida man with a gun in his pocket had his hand elsewhere on Tuesday, according to police. Authorities said a call about the 30-year-old publicly masturbating in a Nissan Altima outside of a Miami Springs hotel led officers to discover cocaine and a second weapon.</p><p><a href="https://www.local10.com/espanol/2026/07/01/policia-llamada-por-hombre-masturbandose-en-un-nissan-altima-lleva-al-hallazgo-de-un-ar-15-y-cocaina-en-miami-springs/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/policia-llamada-por-hombre-masturbandose-en-un-nissan-altima-lleva-al-hallazgo-de-un-ar-15-y-cocaina-en-miami-springs/">Leer en español</a></p><p>Authorities said it all happened just before 2:30 p.m. outside of the Red Roof Plus at 3401 NW Le Jeune Road.</p><p>Miami Springs police said a woman saw Kenton Torrell Williams “watching porn on his cellphone while having his penis exposed and masturbating” while in the burgundy sedan; she told him she was going to tell the front desk.</p><p>Police said she came back 30 minutes later and saw Williams, of Miami Gardens, still at it.</p><p>According to an arrest report, she then told him “she was going to call the police on him.”</p><p>That apparently did not deter Williams, according to police.</p><p>The report states that Williams got out of his car when an officer arrived and the officer saw him “with his pants below his groin area, exposing his underwear and with a black sock wrapped around his penis.”</p><p>As the officer handcuffed him, Williams said “I have a gun in my pocket,” leading the officer to find a small pistol, according to the report.</p><p>Police said after the officer asked if there were any more guns, Williams replied, “There is a rifle in the passenger seat but everything is clean, you can look anywhere you want.”</p><p>Everything was not clean, police said. Besides the AR-15, they said the officer found “a purple Crown Royal bottle bag containing a small clear Ziploc baggie” of powder cocaine. They said they also found a scale “and packaging materials consistent with the sale of narcotics.”</p><p>“I asked (Williams) why was he masturbating inside of his vehicle, to which he responded, ‘everybody has their kinks and I was molested as a child,’” the arresting officer wrote in the report. “I then questioned (him) on the narcotics located in his vehicle to which he responded, ‘I don’t sell drugs; I’m an addict.’”</p><p>Police arrested Williams on charges of armed drug possession, possession of drug paraphernalia and indecent exposure.</p><p>As of Wednesday, he was being held in the Turner Guilford Knight Correctional Center on an $8,500 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2VDMGYLWF5BUPBPQDBHMAVCUJI.png?auth=708d5311653e24da6068f451a20889be02d9c5f7a3bba7a188a4be4fc6c538ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Kenton Williams]]></media:description></media:content></item><item><title><![CDATA[Policía: Llamada por hombre masturbándose en un Nissan Altima lleva al hallazgo de un AR-15 y cocaína en Miami Springs]]></title><link>https://www.local10.com/espanol/2026/07/01/policia-llamada-por-hombre-masturbandose-en-un-nissan-altima-lleva-al-hallazgo-de-un-ar-15-y-cocaina-en-miami-springs/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/policia-llamada-por-hombre-masturbandose-en-un-nissan-altima-lleva-al-hallazgo-de-un-ar-15-y-cocaina-en-miami-springs/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre del sur de Florida que llevaba un arma en el bolsillo tenía la mano ocupada en otra cosa el martes, según la Policía. Las autoridades informaron que una llamada sobre un hombre de 30 años que se estaba masturbando públicamente dentro de un Nissan Altima frente a un hotel de Miami Springs llevó a los agentes a descubrir cocaína y una segunda arma.]]></description><pubDate>Wed, 01 Jul 2026 17:54:32 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre del sur de Florida que llevaba un arma en el bolsillo tenía la mano ocupada en otra cosa el martes, según la Policía. Las autoridades informaron que una llamada sobre un hombre de 30 años que se estaba masturbando públicamente dentro de un Nissan Altima frente a un hotel de Miami Springs llevó a los agentes a descubrir cocaína y una segunda arma.</p><p>Las autoridades informaron que todo ocurrió poco antes de las 2:30 p.m. frente al hotel Red Roof Plus, ubicado en el 3401 de Northwest Le Jeune Road.</p><p>La Policía de Miami Springs informó que una mujer vio a Kenton Torrell Williams “viendo pornografía en su teléfono celular mientras tenía el pene expuesto y se estaba masturbando” dentro del sedán color vino, y le dijo que iba a informar al personal de la recepción.</p><p>La Policía indicó que ella regresó 30 minutos después y vio que Williams, residente de Miami Gardens, seguía haciendo lo mismo.</p><p>Según el informe de arresto, entonces le dijo que “iba a llamar a la Policía”.</p><p>Al parecer, eso no disuadió a Williams, según la Policía.</p><p>El informe indica que Williams salió de su vehículo cuando llegó un agente, quien lo vio “con los pantalones por debajo de la entrepierna, dejando expuesta su ropa interior y con un calcetín negro envuelto alrededor del pene”.</p><p>Mientras el agente le colocaba las esposas, Williams dijo: “Tengo un arma en el bolsillo”, lo que llevó al agente a encontrar una pistola pequeña, según el informe.</p><p>La Policía informó que, después de que el agente le preguntó si había más armas, Williams respondió: “Hay un rifle en el asiento del pasajero, pero todo está limpio, puede revisar donde quiera”.</p><p>Pero no todo estaba limpio, informó la Policía. Además del rifle AR-15, el agente encontró “una bolsa morada de Crown Royal que contenía una pequeña bolsa transparente tipo Ziploc” con cocaína en polvo. También encontró una balanza “y materiales de empaque compatibles con la venta de narcóticos”.</p><p>“Le pregunté a Williams por qué se estaba masturbando dentro de su vehículo, a lo que respondió: “Todo el mundo tiene sus fetiches y fui víctima de abuso sexual cuando era niño””, escribió el agente que realizó el arresto en el informe. “Luego le pregunté sobre los narcóticos encontrados en su vehículo, a lo que respondió: “No vendo drogas; soy adicto””.</p><p>La Policía arrestó a Williams por cargos de posesión de drogas estando armado, posesión de parafernalia de drogas y exhibición indecente.</p><p>Hasta el miércoles, permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $8,500 USD.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2VDMGYLWF5BUPBPQDBHMAVCUJI.png?auth=708d5311653e24da6068f451a20889be02d9c5f7a3bba7a188a4be4fc6c538ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Kenton Williams]]></media:description></media:content></item><item><title><![CDATA[Demonstrators decry overcrowding, overheating at Miramar ICE field office]]></title><link>https://www.local10.com/news/local/2026/07/01/demonstrators-decry-overcrowding-overheating-at-miramar-ice-field-office/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/demonstrators-decry-overcrowding-overheating-at-miramar-ice-field-office/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Protestors gathered outside the Miramar Immigration and Customs Enforcement field office on Wednesday weeks of alarming reports about conditions inside the facility.]]></description><pubDate>Wed, 01 Jul 2026 17:22:53 +0000</pubDate><content:encoded><![CDATA[<p>Protestors gathered outside the Miramar Immigration and Customs Enforcement field office on Wednesday weeks of alarming reports about conditions inside the facility.</p><p><a href="https://www.local10.com/espanol/2026/07/01/manifestantes-denuncian-hacinamiento-y-calor-extremo-en-oficina-de-ice-en-miramar/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/07/01/manifestantes-denuncian-hacinamiento-y-calor-extremo-en-oficina-de-ice-en-miramar/">Leer en español</a></p><p>Immigrant rights and faith groups have decried conditions at the facility for years and organize Wednesday protests.</p><p>They said detainees are subject to overcrowding and overheating.</p><p>Protester Luis Rivera said he has a close family friend who had a required appointment at the office. He said he’s scared and worried.</p><p> “You have people, your family, your friends (who) you love,” he said. “It’s hard.”</p><p>Arianne Betancourt said her father was detained at the facility for six months. She now works full time to make sure people have humane conditions when held in detention.</p><p>“They’re going to spread the cruelty,” she said.</p><p>Betancourt added, “I talk to people who tell me that before they got to ‘Alligator Alcatraz’ (in Collier County), they were able to walk and now they require a wheelchair and at these centers they don’t give wheelchairs, so these elders are bed-bound now.”</p><p>A Local 10 News crew saw a fire truck and ambulance go inside and get escorted out by authorities.</p><p>Rivera said he wants to protect his friend’s identity, but described him as a 20-year-old who came to the U.S. three years ago.</p><p>He said his friend is OK “for the moment, but he continued in the line, so I don’t know when he go inside they’re going to remove (his) phone.”</p><p>Rivera said they live in Orlando, but he drove his friend to the Miramar office, because that’s where his appointment was.</p><p>Protesters said they plan to continue the weekly protests.</p><p>Local 10 News contacted ICE seeking comment.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Nats' Cade Cavalli apologizes for telling Willson Contreras to 'sit down, boy']]></title><link>https://www.local10.com/sports/2026/07/01/nats-cade-cavalli-apologizes-for-telling-willson-contreras-to-sit-down-boy/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/nats-cade-cavalli-apologizes-for-telling-willson-contreras-to-sit-down-boy/</guid><dc:creator><![CDATA[By KEN POWTAK, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Washington Nationals pitcher Cade Cavalli apologized Wednesday for shouting “sit down, boy” at Boston Red Sox first baseman Willson Contreras while instigating a benches' clearing scrum a night earlier.]]></description><pubDate>Wed, 01 Jul 2026 17:51:26 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Washington Nationals pitcher Cade Cavalli apologized Wednesday for shouting “sit down, boy” at Boston Red Sox first baseman Willson Contreras while instigating a benches' clearing scrum a night earlier.</p><p>“I’m extremely torn up about the way that things were perceived," Cavalli said. "Obviously, there was no ill intention behind that.”</p><p>Cavalli shouted at Contreras after striking him out looking with a full-count pitch in the fourth inning of the Nationals’ 8-1 victory over the Red Sox.</p><p>The term “boy” has a racist history in the U.S. Contreras, who is Venezuelan, demurred when asked after the game if he felt there was a racial component to Cavalli’s word choice.</p><p>“My teammates know me, my family knows me, this organization knows me,” Cavalli said. “I couldn’t sleep because of it. It hurt my heart, knowing that, if there’s a 13-year-old Black kid in D.C. that sees that — that looked up to me and thinks that he perceived it in a way that wasn’t intended the way that it came out, and then he’s not looking up to me anymore — that hurts my heart.”</p><p>When asked, he said he understands the meaning behind the word used.</p><p>“There’s a history behind that word, and that’s just something that as a competitor, like in football or basketball, playing whiffle ball with my brother, you don’t understand it,” Cavalli said. “And then it gets perceived in a way that was not my intention, and then you learn from that. It’ll never happen again.”</p><p>The 27-year-old right-hander said he didn’t realize the public outcry on social media until he got back to his hotel room.</p><p>“I looked at my phone, and I saw what people were saying about me. Saw how torn up my wife was. It hurt my heart,” he said. “I couldn’t believe it. I really couldn’t. Because I know that people know me, and they know my character, and that’s not me. So, it was hard. I truly didn’t sleep last night.”</p><p>Contreras was walking back to the dugout after striking out and yelled back at Cavalli: "Are you talking to me?” A few words were exchanged, and he charged the mound. He was stopped before he got to the pitcher. He tried to throw his helmet over a group of players at the righty.</p><p>Things settled down quickly after that, though the brief dustup ended with Contreras, Boston interim manager Chad Tracy, Red Sox outfielder Nate Eaton and Washington pitcher Miles Mikolas being ejected.</p><p>Cavalli said he hadn’t apologized to Contreras yet, but he hopes he hears his explanation.</p><p>“I have not reached out to him. I know that we’re both competitors, I hope that he hears this and he understands that was not what was intended at all,” Cavalli said. “I think he knows that. But if I see him, I want to make sure that he knows that.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C5QYJJW65ESSCS5ZV2U3BCFWJ4.jpg?auth=93dada7b61ea6bb381ad6cc3c377efd4cc5238c9657cb5fac6d1fe4525b12c7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Nationals' Cade Cavalli, front right, is held back as tempers flare during the fourth inning of a baseball game against the Boston Red Sox, Tuesday, June 30, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QPWXNNIKZTO43OSIBJF4CFCOOU.jpg?auth=dc864c55b15ae13ab3b0363de2853c28472fdab1663c887d4ad5febccc633485&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Nationals starting pitcher Cade Cavalli delivers during the first inning of a baseball game against the Boston Red Sox, Tuesday, June 30, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KXWGLMGR7FKB4RDVYF6QKFQJAQ.jpg?auth=6cbfc810bfea4de196c64e8459a306dccc285b191db328705f870f9ebad78499&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Willson Contreras (40) is held back as tempers flare during the fourth inning of a baseball game against the Washington Nationals, Tuesday, June 30, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Manifestantes denuncian hacinamiento y calor extremo en oficina de ICE en Miramar]]></title><link>https://www.local10.com/espanol/2026/07/01/manifestantes-denuncian-hacinamiento-y-calor-extremo-en-oficina-de-ice-en-miramar/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/manifestantes-denuncian-hacinamiento-y-calor-extremo-en-oficina-de-ice-en-miramar/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Manifestantes se congregaron este miércoles frente a la oficina de campo del Servicio de Inmigración y Control de Aduanas (ICE) en Miramar tras semanas de alarmantes reportes sobre las condiciones dentro de la instalación.]]></description><pubDate>Wed, 01 Jul 2026 17:49:20 +0000</pubDate><content:encoded><![CDATA[<p>Manifestantes se congregaron este miércoles frente a la oficina de campo del Servicio de Inmigración y Control de Aduanas (ICE) en Miramar tras semanas de alarmantes reportes sobre las condiciones dentro de la instalación.</p><p>Grupos defensores de los derechos de los inmigrantes y organizaciones religiosas han denunciado durante años las condiciones en la instalación y organizan protestas todos los miércoles.</p><p>Aseguran que los detenidos están sometidos a hacinamiento y calor extremo.</p><p>El manifestante Luis Rivera dijo que un amigo cercano de su familia tenía una cita obligatoria en la oficina. Afirmó que siente miedo y preocupación.</p><p>“Hay personas, tu familia y tus amigos a quienes quieres. Es difícil”, dijo.</p><p>Arianne Betancourt dijo que su padre estuvo detenido en la instalación durante seis meses. Ahora trabaja a tiempo completo para garantizar que las personas detenidas sean tratadas en condiciones humanas.</p><p>“Van a extender la crueldad”, dijo.</p><p>Betancourt agregó: “Hablo con personas que me dicen que antes de llegar a “Alcatraz de los Caimanes” (en el condado Collier), podían caminar y ahora necesitan una silla de ruedas, y en estos centros no les proporcionan sillas de ruedas, por lo que estos adultos mayores ahora permanecen postrados en cama”.</p><p>Un equipo de Local 10 News vio un camión de bomberos y una ambulancia entrar a la instalación y luego salir escoltados por las autoridades.</p><p>Rivera dijo que quiere proteger la identidad de su amigo, pero lo describió como un joven de 20 años que llegó a Estados Unidos hace tres años.</p><p>Dijo que su amigo está bien “por el momento, pero siguió en la fila, así que no sé si cuando entre le van a quitar el teléfono”.</p><p>Rivera dijo que viven en Orlando, pero que llevó a su amigo en automóvil hasta la oficina de Miramar porque allí tenía su cita.</p><p>Los manifestantes dijeron que planean continuar con las protestas semanales.</p><p>Local 10 News se comunicó con ICE para solicitar comentarios.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[From Chocolate Avenue to the World Cup, how Hershey, Pennsylvania, shaped Christian Pulisic]]></title><link>https://www.local10.com/sports/2026/07/01/from-chocolate-avenue-to-the-world-cup-how-hershey-pennsylvania-shaped-christian-pulisic/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/from-chocolate-avenue-to-the-world-cup-how-hershey-pennsylvania-shaped-christian-pulisic/</guid><dc:creator><![CDATA[By LUIS ANDRES HENAO, Associated Press]]></dc:creator><description><![CDATA[HERSHEY, Pa. (AP) — Hershey may be known as the “Sweetest Place on Earth,” thanks to its chocolate-drenched origins, but the Pennsylvania community is also home to Christian Pulisic — the most accomplished and famous player on a U.S. national team that's dreaming big as it co-hosts the World Cup.]]></description><pubDate>Wed, 01 Jul 2026 17:47:30 +0000</pubDate><content:encoded><![CDATA[<p>HERSHEY, Pa. (AP) — Hershey may be known as the “Sweetest Place on Earth,” thanks to its chocolate-drenched origins, but the Pennsylvania community is also home to Christian Pulisic — the most accomplished and famous player on a U.S. national team that's dreaming big as it co-hosts the World Cup.</p><p>“Hershey to me is everything -- it’s where my family is from, it’s where I grew up,” Pulisic recently said on his Instagram account as he promoted limited-edition Pulisic’s Milk Chocolate Bars by the Hershey Company that feature custom wrappers with his signature. “It’s where I learned how to play. It’s just home.”</p><p>Pulisic grew up in this south-central Pennsylvania community surrounded by farms and rolling countryside, where even the streetlights along Chocolate Avenue are shaped like Hershey’s Kisses. The community was founded in 1903 by Milton S. Hershey, the American businessman and philanthropist who also built homes for workers, a hotel and a theme park that Pulisic often visited with family.</p><p>More than 120 years later, the Hershey Company is still the economic engine of Chocolatetown, USA. But the “Man Behind the Chocolate Bar” now shares the hometown hero honor with the soccer player nicknamed “Captain America.”</p><p>Pulisic inspires young soccer players in Hershey</p><p>Pulisic’s hometown roots run deep, and during the World Cup, his community has rallied around him as the U.S. plays some of its most exciting soccer ever.</p><p>“It’s pretty amazing that he came from Hershey and played for my club,” said Hershey High School rising freshman Cecelia Stefanelli who, on a recent afternoon, kicked a ball to score a goal on her father at a field where Pulisic played.</p><p>The Americans will attempt to win their first World Cup elimination game in 24 years on Wednesday evening, when they face Bosnia-Herzegovina in the round of 32 in Santa Clara, California. They should have a healthy Pulisic after the star missed the second group-stage game with a calf injury and played only 33 minutes as a sub in the final group match against Turkey.</p><p>“I’d love if USA won the World Cup; it’d make me happy,” said Stefanelli, a center back who also plays for the Pennsylvania Classics soccer club. Pulisic often credits the structure and coaches at PA Classics, where he played for eight years, with helping develop his skills. In 2021, he returned to the club for a ribbon-cutting ceremony for new fields that he financed and helped design. It's now known as the Pulisic Stomping Grounds.</p><p>The club is located in Lancaster County, surrounded by chicken and dairy farms that give off a pungent odor of fermenting feed and manure.</p><p>On a recent day, Liam Gustafson and Moussa Oumarou juggled a soccer ball and passed it back and forth as they warmed up for training in front of a huge collage of photos of Pulisic that trace from his childhood training to starring for the U.S. at the World Cup.</p><p>“It’s really special to see someone from around here, where we live, playing in the World Cup,” said Gustafson, a 17-year-old forward who dreams of playing pro soccer and calls Pulisic his role model. “It’s really inspiring to see someone who paved the way, so that we can do that someday.”</p><p>Pulisic's path to USMNT stardom ran through Hershey</p><p>The road to soccer was paved early as Pulisic followed in the footsteps of his parents. He was born in Hershey on Sept. 18, 1998, to Kelley and Mark Pulisic, both former collegiate soccer players at George Mason University. His father went on to play pro indoor soccer for the Harrisburg Heat. The family moved to England for a year while Pulisic’s mother completed a Fulbright Program teacher exchange and their 7-year-old rising star played for the Brackley Town youth team.</p><p>“Mark and Kelley could write a playbook on how to raise a humble, smart, kind superstar, while maintaining family relationships,” said Tara Seymour, a family friend and retired health and physical education teacher at Hershey Middle School. She met the family at a soccer camp and became close friends with Pulisic’s mother.</p><p>“She just quietly said to me one time, ‘We have never seen anything like this.’ This is a kid who could juggle the soccer ball hundreds of times when he was in elementary school,” Seymour said. Pulisic, she said, would practice in his backyard for hours, trying to emulate the moves of pros he saw on TV.</p><p>“He has an intensity that couldn’t be taught,” she recalled. “I think he had the opportunity to go pro earlier or go to Europe earlier and they held back just to make sure emotionally and maturity-wise he was ready.”</p><p>When the family returned to Hershey, Pulisic joined PA Classics at the age of 10. The club's president and co-founder Doug Harris said Pulisic's talent allowed him to play with older age groups, and he was often the smallest player on the field.</p><p>“I think if you were to pull kids in the world who want to achieve the level of Christian Pulisic, you’d have millions that would step up, raise their hand. They’re all gifted; they all can play,” Harris said. “But there’s something fundamental about what Christian has been able to do and I’d credit Mark and Kelley Pulisic with a lot of that.”</p><p>Looking forward to the future of American soccer</p><p>The Americans' only World Cup knockout win came on June 17, 2002, when they defeated Mexico 2-0 in the round of 16 in South Korea. Pulisic has said the team's approach won't change in this round and the mood remains light despite the high stakes.</p><p>“It’s just special to be here,” he said. “You just don’t want it to end.”</p><p>Ahead of the game against Bosnia-Herzegovina, PA Classics coaches Brittney Jakobson and Nick Jakobson took their children, Declan and Camden, to kick a ball at Pulisic’s former club. The Americans, they said, have a shot at winning the tournament. But their legacy goes beyond the trophy.</p><p>“Their goal is to inspire a generation and it’s really fun to see that happening in real time … to hear people going out and watching the games, to see people buying the jerseys,” Brittney Jakobson said.</p><p>“Pulisic, obviously, in the short term is a great kind of figure to follow,” said Nick Jakobson. “But he does very much encourage that it’s not just about him. It’s not about just these four years. It’s about the next eight, 12, 16. It’s forward-thinking, and they’re laying a good foundation for what we can build on.”</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SWER4BAB6VEPEVKMWHH7ZNFT4U.jpg?auth=a4d7d0875ec97ca2b394947d7ffbfd5e5d91ba598ca4f38fda6e5ac4841e1219&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pennsylvania Classic co-founder and president, Doug Harris, looks at a banner of U.S. national team soccer player, Christian Pulisic, who was born in nearby Hershey, and honed his skills at the club in Manheim, Pa., on Monday, June 29, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ECLRPDAU5T5DSRYQBLKK47MWBE.jpg?auth=7986b793ce3634561a8ae6a471676f6b33bf3e18c2de7ca7d8574751156576cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pennsylvania Classic players Moussa Oumarou, left, and Liam Gustafson, right, juggle the ball before training at the club were U.S. national team soccer player, Christian Pulisic, honed his skills in Manheim, Pa., on Monday, June 29, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5TL4X3R7Z6IENOEFDLSIFJ6A6A.jpg?auth=fe9220bdd029b27df272eafe6e34d237566f1d08a753160a9a34e8b57c16e458&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[HOLD FOR STORY -- A billboard featuring U.S. soccer player Christian Pulisic is pictured on the side of the Hotel Figueroa, Monday, June 29, 2026, in Los Angeles. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZGQDNINWBKOWLRCGSYJU6FN5DM.jpg?auth=9337780347d39e9154283116595be6d7d3fe2bc6f7cce234a6baebeea788ed7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cecelia Stefanelli, a rising freshman at Hershey High School, kicks a ball to score a goal against father, Justin Stefanelli, at a field where U.S. soccer national team star, Christian Pulisic, played when he was in school, in Hershey, Pa., on Tuesday, June 30, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TQIMVLSAWYJDM5RK2MAJPO6S7Q.jpg?auth=a79fe8447d336bdcaf0c6ecf7ca978585753ab040bc0dfc1a5a08748579b1d85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pennsylvania Classic coaches, Brittney Jakobson, left, and Nick Jakobson, right, look at a banner of U.S. national team soccer player Christian Pulisic with their children, Declan Jakobson, who wears an Argentina jersey, and Camden Jakobson, wearing a Portugal jersey, at the club were Pulisic honed his skills in Manheim, Pa., on Monday, June 29, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content></item><item><title><![CDATA[Video de cámara corporal muestra las secuelas de balacera en Liberty City que dejó dos hermanos muertos]]></title><link>https://www.local10.com/espanol/2026/07/01/video-de-camara-corporal-muestra-las-secuelas-de-balacera-en-liberty-city-que-dejo-dos-hermanos-muertos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/video-de-camara-corporal-muestra-las-secuelas-de-balacera-en-liberty-city-que-dejo-dos-hermanos-muertos/</guid><dc:creator><![CDATA[Trent Kelly, Ryan Mackey]]></dc:creator><description><![CDATA[El video de la cámara corporal de la Policía de Miami divulgado en relación con una balacera mortal que dejó dos personas muertas en Liberty City muestra a agentes y paramédicos entrando apresuradamente a un edificio de apartamentos e intentando desesperadamente salvar a una de las víctimas momentos después de que se desataran los disparos.]]></description><pubDate>Wed, 01 Jul 2026 17:42:58 +0000</pubDate><content:encoded><![CDATA[<p>El video de la cámara corporal de la Policía de Miami divulgado en relación con <a href="https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-matar-a-los-hermanos-de-su-novia-en-liberty-city-policia-dice-que-fue-captado-en-video/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-matar-a-los-hermanos-de-su-novia-en-liberty-city-policia-dice-que-fue-captado-en-video/">una balacera mortal que dejó dos personas muertas en Liberty City</a> muestra a agentes y paramédicos entrando apresuradamente a un edificio de apartamentos e intentando desesperadamente salvar a una de las víctimas apenas momentos después de que se desataran los disparos.</p><p>Un video de vigilancia obtenido recientemente de una cámara ubicada en el exterior del complejo de apartamentos también capta una rápida ráfaga de disparos antes de que los residentes comenzaran a reaccionar a la violencia.</p><p>Un vecino llamó al 911 y les dijo a los operadores que tenía demasiado miedo de salir de su vivienda después de escuchar los disparos.</p><p>La Policía informó que la balacera ocurrió el 2 de mayo en un edificio de apartamentos cerca de Northwest 17th Avenue y 54th Street.</p><p>Según los investigadores, Antwan Carter, de 31 años, discutía con su novia durante un incidente de violencia doméstica cuando los dos hermanos de ella, Jahiem y Gianni Pierre, llegaron al apartamento para protegerla.</p><p>La Policía informó que, después de que la pelea se tornó física, Carter tomó un arma de su vehículo, regresó al apartamento y abrió fuego, matando a ambos hermanos.</p><p>Posteriormente, los detectives arrestaron a Carter después de que, según informaron, confesara el doble homicidio.</p><p>Carter permanece detenido en el Centro de Detención Metrowest, donde enfrenta dos cargos de asesinato en primer grado. Permanece detenido sin derecho a fianza y tiene previsto regresar a la corte a principios de agosto.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Bodycam video shows aftermath of Liberty City shooting that killed 2 brothers]]></title><link>https://www.local10.com/espanol/2026/07/01/bodycam-video-shows-aftermath-of-liberty-city-shooting-that-killed-2-brothers/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/bodycam-video-shows-aftermath-of-liberty-city-shooting-that-killed-2-brothers/</guid><dc:creator><![CDATA[Trent Kelly, Ryan Mackey]]></dc:creator><description><![CDATA[Miami police body camera video released in connection with a deadly double shooting in Liberty City shows officers and paramedics rushing into an apartment building and desperately trying to save one of the victims moments after gunfire erupted.]]></description><pubDate>Wed, 01 Jul 2026 16:57:31 +0000</pubDate><content:encoded><![CDATA[<p>Miami police body camera video released in connection with a <a href="https://www.local10.com/news/local/2026/05/06/man-accused-of-killing-girlfriends-brothers-in-liberty-city-captured-on-video-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/06/man-accused-of-killing-girlfriends-brothers-in-liberty-city-captured-on-video-police-say/">deadly double shooting in Liberty City</a> shows officers and paramedics rushing into an apartment building and desperately trying to save one of the victims just moments after gunfire erupted.</p><p><a href="https://www.local10.com/espanol/2026/07/01/video-de-camara-corporal-muestra-las-secuelas-de-balacera-en-liberty-city-que-dejo-dos-hermanos-muertos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/video-de-camara-corporal-muestra-las-secuelas-de-balacera-en-liberty-city-que-dejo-dos-hermanos-muertos/">Leer en español</a></p><p>Newly obtained surveillance video from a camera outside the apartment complex also captures a rapid burst of gunfire before residents begin reacting to the violence. </p><p>One neighbor called 911, telling dispatchers they were too afraid to leave their home after hearing the shots.</p><p>Police said the shooting happened on May 2 at an apartment building near Northwest 17th Avenue and 54th Street.</p><p>According to investigators, 31-year-old Antwan Carter had been arguing with his girlfriend during a domestic violence incident when her two brothers, Jahiem and Gianni Pierre, came to the apartment to protect her.</p><p>Police said that after a fight turned physical, Carter retrieved a gun from his car, returned to the apartment and opened fire, killing both brothers.</p><p>Detectives later arrested Carter after they said he confessed to the double murder. </p><p>Carter remains jailed at the Metrowest Detention Center on two counts of first-degree murder. He is being held without bond and is scheduled to return to court in early August.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[BSO: Hombre muere tras ser baleado por mujer en estacionamiento de Walmart en North Lauderdale]]></title><link>https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 62 años murió después de que una mujer le disparó en el estacionamiento de un Walmart en North Lauderdale el martes, informaron las autoridades el miércoles.]]></description><pubDate>Wed, 01 Jul 2026 17:40:32 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 62 años murió después de que una mujer le disparó en el estacionamiento de un Walmart en North Lauderdale el martes, informaron las autoridades el miércoles.</p><p>La Oficina del Sheriff de Broward identificó al hombre como Bart Diguglielmo, de Lauderhill.</p><p>Según la BSO, <a href="https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/">la balacera fue reportada poco antes de las 12:30 p.m. del martes</a> en el estacionamiento del Walmart, ubicado en el 7900 de West McNab Road.</p><p>Agentes y paramédicos de North Lauderdale Fire Rescue respondieron al lugar y encontraron a Diguglielmo con una herida de bala, informaron las autoridades.</p><p>Los agentes informaron que los paramédicos trasladaron a Diguglielmo al Broward Health Medical Center, donde murió.</p><p>Según la BSO, Diguglielmo y una mujer habían discutido por un espacio de estacionamiento antes de la balacera.</p><p>Los agentes informaron que la mujer permaneció en el lugar después de la balacera y aseguró que le disparó a Diguglielmo en defensa propia.</p><p>Los detectives confirmaron que la mujer fue detenida para ser interrogada y que está cooperando con la investigación.</p><p>Indicaron que, una vez concluya la investigación, el caso será presentado ante la Fiscalía Estatal del Condado Broward para determinar si se presentarán cargos penales contra la mujer.</p><p>La identidad de la mujer no ha sido divulgada.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NEARE6OJZZGR7GHVEMTT2QXN5A.jpeg?auth=e846c5cc331a06aa4551966e54140eddea3617f76820f9c183dd10d4b9fe5507&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Pareja escala el Empire State Building en Nueva York; hombre aparentemente le propone matrimonio tras colocar una bandera en la cima]]></title><link>https://www.local10.com/espanol/2026/07/01/pareja-escala-el-empire-state-building-en-nueva-york-hombre-aparentemente-le-propone-matrimonio-tras-colocar-una-bandera-en-la-cima/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/pareja-escala-el-empire-state-building-en-nueva-york-hombre-aparentemente-le-propone-matrimonio-tras-colocar-una-bandera-en-la-cima/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una pareja escaló hasta la cima del emblemático Empire State Building en la ciudad de Nueva York el miércoles, donde desplegó una bandera en lo alto del rascacielos.]]></description><pubDate>Wed, 01 Jul 2026 17:30:44 +0000</pubDate><content:encoded><![CDATA[<p>Una pareja escaló hasta la cima del emblemático Empire State Building de la ciudad de Nueva York el miércoles y desplegó una bandera en lo alto del rascacielos.</p><p>La bandera decía: “Cuando el poder del amor vence al amor por el poder, el mundo conoce la paz”.</p><p>El incidente ocurrió alrededor del mediodía del miércoles y medios locales informaron que posteriormente fue desalojado el mirador.</p><p>Según varios medios de comunicación, ambos comenzaron a descender desde la cima del edificio alrededor de las 12:35 p.m. y, en un momento, el hombre aparentemente le propuso matrimonio a la mujer, quien luego se quitó la máscara y lo besó.</p><p>Con una altura de 1,454 pies, el Empire State Building es el octavo edificio más alto de la ciudad de Nueva York. El edificio más alto es el One World Trade Center, que mide 1,776 pies de altura.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Extraordinary heat in US Northeast arrives to clash with Fourth of July revelry]]></title><link>https://www.local10.com/news/2026/07/01/extraordinary-heat-in-us-northeast-arrives-to-clash-with-fourth-of-july-revelry/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/01/extraordinary-heat-in-us-northeast-arrives-to-clash-with-fourth-of-july-revelry/</guid><dc:creator><![CDATA[By ED WHITE and ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[Multiday warnings of extreme heat landed in New York, Boston and Philadelphia on Wednesday as sultry weather pushed east just ahead of Fourth of July celebrations in a region that revels in its role as a historic hub of U.S. independence.]]></description><pubDate>Wed, 01 Jul 2026 18:19:58 +0000</pubDate><content:encoded><![CDATA[<p>Multiday warnings of extreme heat landed in New York, Boston and Philadelphia on Wednesday as sultry weather pushed east just ahead of Fourth of July celebrations in a region that revels in its role as a historic hub of U.S. independence.</p><p>Temperatures in the high 90s Fahrenheit (30 degrees Celsius) were forecast for the Northeast; Philadelphia and Boston could top 100 by Thursday. Throw in humidity, and the real-feel heat index will be even higher at times, the National Weather Service said.</p><p>A heat dome — high-pressure systems above a region that trap heat and humidity — has been smothering parts of the U.S., from the Midwest to the East Coast. It will add much discomfort amid 250th birthday parades, ship flotillas, outdoor concerts and, in Boston, a public reading of the Declaration of Independence from a historic balcony Saturday.</p><p>New York Mayor Zohran Mamdani advised residents to stay cool inside and avoid “extraordinary temperatures.”</p><p>“To be breaking into triple digits over the course of these many next days — it is of immense concern given that too often the heat is something that is underestimated,” Mamdani said.</p><p>Concrete and steel aggravate hot weather</p><p>Humidity is not uncommon in the Northeast. But Dr. Alexander Azan of NYU Langone Health in New York said high air temperatures and humidity are a dangerous combination.</p><p>“Their body doesn’t have that level of acclimatization to respond appropriately to the heat, and so heat stress in the form of what we call heat exhaustion, and in more severe cases, heat stroke, can occur at much lower temperatures than we see in people who live in the South,” Azan said.</p><p>Cities in particular are at greater risk, experts say.</p><p>"The concentration of concrete, asphalt, steel, all of those materials help to retain heat,” said Vijay Limaye, a climate scientist at the Natural Resources Defense Council. “The number on your phone may actually not reflect the true temperature profile that you’re going out into.”</p><p>New York City said more than 200 teams of government workers and volunteers will check on homeless people and encourage them to get inside. There will be hundreds of cooling centers, from the Javits Center convention hall to vans to outdoor spots with misting fans.</p><p>Relief for kids — and pets</p><p>The American Kennel Club’s Museum of the Dog in New York is allowing visitors to bring their dogs to cool off, through Sunday. Executive Director Christopher Bromson said he got the idea from seeing his own Newfoundland sprawled on the museum’s cool floor.</p><p>“I thought every dog should have access to this,” he said.</p><p>In Washington, D.C. where the high temperature was 95 F (35 C), thirsty children reached for cold bottles of water from U.S. Park Police as they waited in line for the Ferris wheel on the National Mall.</p><p>In the Midwest, meanwhile, heat risks remained. Taylor Harnist, whose Cincinnati business installs and repairs air conditioners, said he was trying to keep his employees comfortable with breaks, water and electrolyte drinks.</p><p>“You get an attic job when it’s this hot, we do them but it’s strenuous,” Harnist said. “It’s so hot the attics will reach temperatures of 145 degrees.”</p><p>Jeff Schlegelmilch, associate professor at Columbia University Climate School, said heat is one of the easiest things to attribute to climate change.</p><p>“We have seen a continued increase in longer summers, hotter temperatures, hotter temperatures earlier on, more evaporation of moisture, higher humidity — effects like that,” he said.</p><p>___</p><p>Associated Press writers Jennifer Peltz in New York and Scott Bauer in Madison, Wisconsin, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z4SPOJ325FHS67V73R2IW4AR6A.jpg?auth=9269545d881edbfad54ac4236eee0eb2d5bc433620e3705b89f41adee9452371&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children reach for cold bottles of water from U.S. National Park Police Officer R. Douglass as they wait in line for the ferris wheel at the Great American State Fair on the National Mall, Wednesday, July 1, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FOJ5V3UDBJGWUCBK3AS74ZZ3ZE.jpg?auth=21c83d2c042009eaaafffb1ec63184fb925f70e8926106b0b0deb35bdd4911dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cross 15th Street Northwest as a National Guard Humvee blocks the roadway, Wednesday, July 1, 2026, in Washington. (AP Photo/Tom Brenner)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PF3S6KZ6D46SSMVKZX2APCOT7Q.jpg?auth=4d6a5d73752a048e2074f954293bacbb68bf2b7530e64d902bd6c124e1740483&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors wait to enter the Washington Monument, Wednesday, July 1, 2026, in Washington. (AP Photo/Tom Brenner)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DOLXMMZDWLTIY2DJXEG4DLATXY.jpg?auth=7136fcf594e3026670db20c94feeac1765729cbb07296dc6a46dcfc5f817b8b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stephanie McCallister holds a cold bottle of water to her husband Don McCallister's neck as they wait in line for the ferris wheel at the Great American State Fair on the National Mall, Wednesday, July 1, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content></item><item><title><![CDATA[Twin brothers just won’t stop dumping sewage on property near Everglades, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/01/twin-brothers-just-wont-stop-dumping-sewage-on-property-near-everglades-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/twin-brothers-just-wont-stop-dumping-sewage-on-property-near-everglades-deputies-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Deputies say a pair of twin brothers completed a pre-trial diversion program after they were caught allowing recreational vehicles to dump raw sewage on their property near the Everglades in 2023. But, according to arrest reports, it doesn’t seem like Juan Gonzalez-Osorio and Justo Gonzalez-Osorio learned much from it.]]></description><pubDate>Wed, 01 Jul 2026 15:20:42 +0000</pubDate><content:encoded><![CDATA[<p>Deputies say a pair of twin brothers completed a pre-trial diversion program after they were caught allowing recreational vehicles to dump raw sewage on their property near the Everglades in 2023. But, according to arrest reports, it doesn’t seem like Juan Gonzalez-Osorio and Justo Gonzalez-Osorio learned much from it.</p><p><a href="https://www.local10.com/espanol/2026/07/01/agentes-hermanos-gemelos-siguen-vertiendo-aguas-residuales-en-propiedad-cerca-de-los-everglades/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/agentes-hermanos-gemelos-siguen-vertiendo-aguas-residuales-en-propiedad-cerca-de-los-everglades/">Leer en español</a></p><p>Authorities said they were tipped off that there were still RVs on their property, located at 15600 SW 212th Ave. in Miami-Dade County’s rural Redland area, and aerial surveillance on Jan. 20 showed it “was in substantially the same condition” as it was three years ago. Miami-Dade Sheriff’s Office deputies executed a search warrant on the property two days later.</p><p>MDSO deputies went back to the property, which directly abuts the Everglades, on Tuesday to take the 47-year-old twins into custody on felony charges of willful disregard for the environment and willful disregard of water pollution laws.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d19534.679165729933!2d-80.54525326554662!3d25.622666672923263!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9e948e29a4bf1%3A0xb75740516883cff3!2s15600%20SW%20212th%20Ave%2C%20Miami%2C%20FL%2033187!5e1!3m2!1sen!2sus!4v1782918393684!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p>According to arrest documents, their January search, “revealed multiple modular structures and RVs” connected to unapproved sewage treatment and disposal systems, “some of which contained overflow pipes and/or pumps to allow the liquid effluent to be piped into the surrounding wetlands.”</p><p>“There were pipes from two of the RVs that went directly into the wetlands without any storage, including one on the western portion of the premises that was leaking and pooling within the premises and was also being piped directly into the neighboring wetlands,” it states.</p><p>Deputies said they also found a pond on the property filled with algae overgrowth and “dead animals,” saying that “testing of the pond revealed very high levels of bacteria, and tested positive for E. coli.”</p><p>But, according to MDSO, that’s not all deputies found.</p><p>They said that investigators found four mares “in a small corral without access to water” or shelter and a pig “in an elevated crate without access to food or water” or the ability to exercise.</p><p>Because of that, Juan Gonzalez-Osorio is facing five additional counts of animal abandonment.</p><p>Records show they were being held in the Turner Guilford Knight Correctional Center with bonds of $5,000 as of Wednesday. Juan Gonzalez-Osorio faces an additional $500 bond on the animal abandonment charge.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LHP3BH35XNEC5FQT73YQBRWHDE.png?auth=4e40bdd025c2c9b9c4f0052ba5642c3b5c3f809aec390cc0f04fc3c413ae3925&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Juan Gonzalez-Osorio and Justo Gonzalez-Osorio]]></media:description></media:content></item><item><title><![CDATA[No bond for suspect accused of fatally stabbing 2 men in Lauderhill]]></title><link>https://www.local10.com/news/local/2026/07/01/no-bond-for-suspect-accused-of-fatally-stabbing-2-men-in-lauderhill/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/no-bond-for-suspect-accused-of-fatally-stabbing-2-men-in-lauderhill/</guid><dc:creator><![CDATA[Jeff  Derderian , Ryan Mackey]]></dc:creator><description><![CDATA[A 26-year-old man is being held without bond after prosecutors say he fatally stabbed two men during an attack at a Lauderhill apartment complex Tuesday morning.]]></description><pubDate>Wed, 01 Jul 2026 16:26:58 +0000</pubDate><content:encoded><![CDATA[<p>A 26-year-old man is being held without bond after prosecutors say he fatally stabbed two men during an <a href="https://www.local10.com/news/local/2026/06/30/lauderhill-stabbing-leaves-man-dead-another-hospitalized-first-responders-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/30/lauderhill-stabbing-leaves-man-dead-another-hospitalized-first-responders-say/">attack at a Lauderhill apartment complex, and assaulted a third person Tuesday morning.</a></p><p><a href="https://www.local10.com/espanol/2026/07/01/niegan-fianza-a-sospechoso-acusado-de-apunalar-mortalmente-a-dos-hombres-en-lauderhill/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/niegan-fianza-a-sospechoso-acusado-de-apunalar-mortalmente-a-dos-hombres-en-lauderhill/">Leer en español</a></p><p>Gregory DaSilva appeared in Broward bond court Wednesday morning, where a judge ordered him held without bond on two counts of premeditated murder. </p><p>Jail records show he is also facing one count of aggravated assault with a deadly weapon.</p><p>Lauderhill police said the stabbings happened around 11:15 a.m. Tuesday in the 5300 block of Northwest 19th Street.</p><p>Investigators said an officer was initially flagged down by a man who reported that someone armed with a knife had tried to attack him. </p><p>Officers then located a suspect matching the description, but police said he ran into a nearby residential neighborhood.</p><p>As officers searched the area, investigators said they received a 911 call about a man suffering from apparent stab wounds. While canvassing the neighborhood, officers confirmed that they found a second stabbing victim.</p><p>Police said one victim was pronounced dead at the scene, while the other died after being taken to a nearby hospital.</p><p>Neighbors told Local 10 that one of the victims, a man in his 20s, had been reading a Bible moments before he was attacked. Neighbors also said the second victim used a wheelchair and was unable to escape.</p><p>“When I came inside, (he) got blood all over his stomach, ears and nose,” one neighbor said.</p><p>Authorities have not identified a motive for the killings, and investigators have not said whether DaSilva knew either victim.</p><p>Following the attack, police officers and deputies from multiple agencies, including the Broward Sheriff’s Office and Sunrise Police Department, joined the search. A K-9 unit eventually located DaSilva, who was taken into custody without further incident, authorities said.</p><p>The violence prompted a lockdown at the Broward County Boys &amp; Girls Club located across the street from the apartment complex, where more than 200 children were inside at the time, according to police. </p><p>“The first and foremost thing is to make sure the kids are safe and that we lock down all the doors, make sure no one can get in or out, and we are accounting for all the kids,” said Chris Gentile, CEO of the Broward County Boys &amp; Girls Club. </p><p>In addition to ordering DaSilva held without bond on the murder charges, the judge imposed a $15,000 bond on the aggravated assault charge. </p><p>The judge also ordered that DaSilva have no contact with the surviving victim, prohibited him from possessing any weapons, and ordered a mental health screening.</p><p>Authorities said the investigation is ongoing, and anyone with information is urged to call Broward Crime Stoppers at 954-493-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Ex-CIA Director John Brennan seeks court order requiring records from investigations be preserved]]></title><link>https://www.local10.com/news/politics/2026/07/01/ex-cia-director-john-brennan-seeks-court-order-requiring-records-from-investigations-be-preserved/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/ex-cia-director-john-brennan-seeks-court-order-requiring-records-from-investigations-be-preserved/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Former CIA Director John Brennan sued the Trump administration Wednesday, demanding a court order that would require officials to preserve records from investigations that he says are targeting him for “what amounts to phantom criminal conduct.”]]></description><pubDate>Wed, 01 Jul 2026 20:22:03 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Former CIA Director John Brennan sued the Trump administration Wednesday, demanding a court order that would require officials to preserve records from investigations that he says are targeting him for “what amounts to phantom criminal conduct.”</p><p>The lawsuit says the records would shed light on the motivations of government officials who are investigating Brennan and would form the basis of defense efforts to dismiss any eventual indictment on grounds that it constitutes a vindictive prosecution.</p><p>Such an argument, his lawyers said, would be supported by the more than 100 verbal or written statements that President Donald Trump has made since 2017 lambasting Brennan. as well as by the Republican president's directives to his Department of Justice to initiate investigations of Brennan “without regard to factual or legal justification.”</p><p>“To fully consider those motions, the reviewing judge would need to scrutinize the motivations of the Justice Department officials who directed, oversaw, or undertook those actions to determine whether they violated Director Brennan’s rights, and specifically whether they were motivated by a desire to vindictively prosecute him as an act of retribution,” Brennan's lawyers wrote in the lawsuit filed in federal court in Washington.</p><p>Without an order, the lawsuit contends, the records are at risk of being lost or intentionally deleted.</p><p>The lawsuit amounts to a preemptive strike of sorts on months-long investigations into Brennan and other perceived adversaries of the president, and represents another effort by Brennan's legal team to sound the alarm on inquiries they believe are part of a pattern of politically motivated probes driven by the White House. It asserts that Brennan is being targeted in a vindictive and selective prosecution arising from Trump's "obsession with punishing him for his lawful conduct as CIA Director and for his constitutionally protected criticism of the President and the President’s policies.</p><p>“That is the reason he is being singled out for investigation of concocted theories of criminal activity, and that will be the dominant reason for any criminal charges resulting from that investigation. That is also why Director Brennan will have an extremely strong basis to challenge those charges as the product of vindictive and selective prosecution,” the lawsuit says.</p><p>Investigators based in Florida are examining whether he made a false statement to Congress in 2023 related to an assessment by intelligence agencies documenting Russian interference in the 2016 presidential election, when Trump defeated Democrat Hillary Clinton. The other investigation aims to determine whether former law enforcement and intelligence officials conspired to undermine Trump, including during the course of the Russian interference investigation.</p><p>Brennan has denied any wrongdoing.</p><p>The complaint seeks a court order requiring the preservation of all government records relevant to the investigations, including emails, calendar entries and communications — whether public or private — from Trump or other White House officials about the inquiries and efforts to advance them.</p><p>“Given these strong indicia of vindictiveness, Director Brennan expects that he will forcefully challenge any eventual indictment as the product of an unconstitutionally vindictive and selective prosecution,” the lawsuit says, adding that the judge presiding over any criminal case would look to those records for a glimpse of the government's motives.</p><p>“Given the government’s questionable recent history with respect to its record preservation and other legal obligations, however, Director Brennan has a well-founded concern that those records and communications will not be preserved until such time as the court can review them for evidence of unconstitutional vindictiveness,” Brennan's lawyers wrote.</p><p>The lawsuit names as defendants Trump and other top officials from his administration, including acting Attorney General Todd Blanche, FBI Director Kash Patel, White House chief of staff Susie Wiles and CIA Director John Ratcliffe.</p><p>Other defendants include Jason Reding Quiñones, the U.S. attorney for the Southern District of Florida, and Joe diGenova, a Reagan administration prosecutor who returned to the Justice Department in April to serve as a special counselor to the attorney general and help oversee the investigations.</p><p>Brennan's lawyer, Ken Wainstein, wrote in December to the chief judge of the federal court in Florida asking that the Justice Department be prevented from steering the investigations to a “favored” Trump administration judge, Aileen Cannon, who in 2024 dismissed the classified documents prosecution against Trump.</p><p>Asked about Brennan's lawsuit, Justice Department spokeswoman Emily Covington said, “While we cannot comment on the existence, or lack thereof, of an investigation, it is certainly rich that John Brennan is accusing anyone of a ‘retribution campaign.’”</p><p>____</p><p>Associated Press writer Alanna Durkin Richer in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VDMKPF4IUTVVFPCQVUIRKFY36U.jpg?auth=078462dd49376a2d1e760510a4d8c123472872183c0f3e5e2464ff834422b714&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this June 16, 2016 file photo, former CIA Director John Brennan testifies on Capitol Hill in Washington. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Harry Kane sends England into the round of 16 of the World Cup after 2-1 win against Congo]]></title><link>https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — England handled the pressure and is now headed to Mexico City.]]></description><pubDate>Wed, 01 Jul 2026 20:35:13 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — England handled the pressure and is now headed to Mexico City.</p><p>Harry Kane ensured England avoided an early exit from the inaugural 48-team World Cup by scoring two second-half goals in a come-from-behind 2-1 win over Congo in the round of 32 on Wednesday.</p><p>The late victory, England's second ever at the World Cup after conceding the first goal, earned the 1966 champions a spot in the round of 16 and a match against co-host Mexico.</p><p>“It was just about pounding the rock, keep pounding the rock and our moment would come,” Kane said after scoring his fourth and fifth goals of the tournament. “We spoke about people having hero moments. It can be anyone in the team … Whoever it is, we have hero moments, and for me it was the day.”</p><p>That team's next match will be played at the Azteca Stadium, the site of Argentina great Diego Maradona’s infamous “Hand of God” goal that eliminated England from the 1986 World Cup quarterfinals.</p><p>Getting there didn’t come easy against a Congo team that nearly pulled off one of the biggest upsets in World Cup history.</p><p>England's only other World Cup victory after trailing 1-0 came in the 1966 final against West Germany at Wembley Stadium.</p><p>“That’s a good sign. It just shows you the level of determination and the level of belief and also the level of focus," England coach Thomas Tuchel said. “I didn’t feel the weight on their shoulders and I found that we played it with the exactly right attitude and we trusted our spirit.</p><p>“The goalkeeper kept on saving incredible saves ... but this team today did not accept a defeat as an outcome.”</p><p>Kane made sure the early deficit wasn't a problem Wednesday at Mercedes-Benz Stadium by extending his record as his country’s leading scorer in tournament history to 13. He has a record 84 goals for the national team in total.</p><p>His first goal came in the 75th minute. Substitute Anthony Gordon lifted a cross from the left and despite Congo goalkeeper Lionel Mpasi getting a hand to Kane’s header, he didn't stop it from nestling into the bottom corner.</p><p>Eleven minutes later, Kane sent his shot into the top corner to put the thoughts of an upset to rest.</p><p>“When you get to the knockouts, the pressure and the risks are so much higher. But from an attacking point of view, that was easily our best game of the tournament,” Kane said. “Sometimes you just have to grind wins out and we did exactly that today. I told the boys to enjoy it. We’re through, and we go again in four days.”</p><p>Brian Cipenga had put Congo in the lead in the seventh minute after collecting a cross on the left of the box and shooting low past England goalkeeper Jordan Pickford at the near post.</p><p>Mpasi did his best to keep that 1-0 lead alive. He denied Jude Bellingham on three occasions — blocking two close-range headers before halftime and then clawing away another deflected effort after the break.</p><p>Kane nearly made a breakthrough late in the first half, but Mpasi blocked a powerful shot at the near post. And the keeper was also caught up in a collision with Kane in the box. England thought it should have been awarded a penalty, but referee Adham Makhadmeh waved away appeals.</p><p>Congo had a chance to double its lead when Yoane Wissa hit the post in the first half.</p><p>“We’re disappointed because we really believed we could do it,” Congo coach Sébastien Desabre said. “We played well. Towards the end of the match, we conceded two chances and one of the world’s best players scored two goals against us. It’s a shame.”</p><p>England’s only major soccer title came in that 1966 tournament at home. But the team has been getting closer to another in recent years, reaching back-to-back European Championship finals and the semifinals of the 2018 World Cup in Russia.</p><p>Tuchel has been hired to end that winless run. As a German, his appointment was a controversial choice given England’s long-standing rivalry with his country. So anything other than a deep run in this year's tournament would likely reignite questions over the wisdom of that decision.</p><p>Despite winning Group L with two wins and a draw at this year's World Cup, there has been a mixed response to England’s performances.</p><p>And in a tournament that has seen traditional powers like Germany and the Netherlands eliminated early, the fear was that England could follow that trend against a Congo team that already held Portugal to a 1-1 draw in the group stage.</p><p>The 46th-ranked Congo team had already made history with its first goal, point and win at a World Cup, 52 years after its only previous appearance when competing as Zaire at the 1974 tournament in West Germany.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H7O2BWXJI2HRHWKT4KU5P7K5EQ.jpg?auth=d93c0f70545480fec517e27ab3103f6a4161c042c0d5ad0d688c315ab8efb310&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Harry Kane (9) celebrates after scoring his side's first goal next to his teammate Jude Bellingham (10) and Anthony Gordon (18) during the World Cup round of 32 soccer match between England and Congo in Atlanta, Wednesday, July 1, 2026. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DOGZL5HUHZ2JXIRGT7V6MGV5E4.jpg?auth=9ee9712440f609a51eb0a8cac7656cfdc61643b201df5c52d56e9cdc92370b20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Brian Cipenga (9) celebrates with teammates after scoring their first goal during the World Cup round of 32 soccer match between England and Congo in Atlanta, Wednesday, July 1, 2026. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/URDLFEZHGKWVIAMUADMCQ62VG4.jpg?auth=f2af58a49fb0f3c269cf0b5efd76a5156c8b7b6a55cb5a02c63ede5f234ccf5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Brian Cipenga (9) celebrates after scoring their first goal during the World Cup round of 32 soccer match between England and Congo in Atlanta, Wednesday, July 1, 2026. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GXJSX27RVKMIPAGQMV2MIF5ZLQ.jpg?auth=c5e253cfc629a20d1df6a4284adc7dfdf1f27471bb3d7254d7bf5d37daff180e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England goalkeeper Jordan Pickford lies on the pitch after Congo's Brian Cipenga scored his side's first goal during the World Cup round of 32 soccer match in Atlanta, Wednesday, July 1, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HVN5E2YSIXUUJFMZB4SQ3LMY3A.jpg?auth=c93560681e09d2ca8cf2b6b71529c9e74b10c71dfaeb0e547845a518e1c7eb76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Harry Kane (9) scores his side's first goal against Congo during the World Cup round of 32 soccer match in Atlanta, Wednesday, July 1, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content></item><item><title><![CDATA[Authorities charge 4 adults after 16 children rescued from dilapidated Ohio home]]></title><link>https://www.local10.com/news/2026/07/01/children-found-in-deplorable-ohio-home-were-part-of-same-family/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/01/children-found-in-deplorable-ohio-home-were-part-of-same-family/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH and JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[HAMDEN, Ohio (AP) — Sixteen children from the same family who were rescued from a dilapidated home in rural Ohio were living in wretched conditions with human waste all around, confined to just one room over much of the past four years, authorities said Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 19:56:58 +0000</pubDate><content:encoded><![CDATA[<p>HAMDEN, Ohio (AP) — Sixteen children from the same family who were rescued from a dilapidated home in rural Ohio were living in wretched conditions with human waste all around, confined to just one room over much of the past four years, authorities said Wednesday.</p><p>Some of the children discovered Tuesday were unable to speak and one — an 18-year-old who was developmentally disabled — could not even write her name, investigators said.</p><p>“Most of our livestock was kept in better conditions than the children,” said Vinton County Sheriff Ryan Cain. “Just a disgusting scene.”</p><p>The children's parents and two grandparents were charged with felony child endangerment, a prosecutor said. Officials emphasized the case involved one family.</p><p>Authorities found the children while carrying out a search warrant in an unrelated investigation, Ohio Attorney General Andy Wilson said Wednesday at a news conference.</p><p>“We didn’t know there were going to be 16 kids there,” said Wilson, who was nearly at a loss for words in describing what officials found in the tiny village of Hamden that sits in one of Ohio's poorest counties.</p><p>“It’s the type of thing that we’re not used to seeing here in America,” he said.</p><p>Rescued children looked like “feral animals”</p><p>The sheriff said it appears the children spent most of their time in a room that was roughly 12 feet by 12 feet (3.5 meters by 3.5 meters). He didn’t disclose how the kids were kept inside the home, but said authorities didn’t find any cages in the house.</p><p>The children ranged in age from 1 1/2 years to 18 years old and included both boys and girls, officials said. Seven were transported to hospitals in Columbus and two were flown by helicopters. One was in critical condition on Tuesday, Wilson said.</p><p>“They looked like almost feral animals,” Wilson said. “It was terrible.”</p><p>Vinton County prosecuting attorney William Archer said the four adults were charged with second-degree felony child endangering because it involves “serious physical harm.”</p><p>Gary Siders Jr., Gary Siders Sr., Christina Siders and Elizabeth Siders appeared in court Wednesday where a judge entered not guilty pleas on their behalf. They have not yet been assigned lawyers.</p><p>Neighbor saw “no kids at all”</p><p>The house where the children were found sits on a road tucked away alongside a steep railroad embankment, where tracks carry rumbling trains through Hamden.</p><p>Investigators said members of the family had moved around southern Ohio over the past two decades and that it looks like they avoided setting up medical and government records.</p><p>They said it seemed as if no one outside the family knew about the children.</p><p>“These folks were pretty good at hiding these kids,” Wilson said.</p><p>Neighbor Joseph Stewart, 60, said he saw “no kids at all” since the family moved in.</p><p>“It’s a sad situation,” he said. Stewart has lived on the street for six years and called it “a quiet neighborhood.”</p><p>On Wednesday, the home's doors and windows stood open to the sweltering heat. A tangle of discarded children’s items -- two busted bicycles, a plastic play table, a beach pail and two infant carriers -- stood in a pile in the yard.</p><p>Hamden has a population of less than 1,000 people and is about 60 miles (97 kilometers) southeast of Columbus.</p><p>The discovery of the children is reminiscent of past horrific cases of family abuse.</p><p>In 2019, David and Louise Turpin pleaded guilty to torture and years of abuse that included shackling some of their 13 children at their home in California, starving them and providing only a minimal education.</p><p>They were sentenced to life in prison with the possibility of parole after 25 years. The couple were arrested in 2018 after their 17-year-old daughter escaped from the home and called 911.</p><p>___</p><p>Seewer reported from Toledo, Ohio. Associated Press writer Julie Watson contributed from San Diego.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AGLNPTKJ7L5JEXBASPGCGYIG2A.jpg?auth=731bc57cd0682b7086164de4c7c5e8e1238efd3dd58257d6c31b7ce29b5ce3f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The dilapidated home where authorities say they removed 16 children and arrested four adults remains blocked off by crime scene tape on Wednesday, July 1, 2026 in Hamden, Ohio. (AP Photo/Julie Carr Smyth)]]></media:description><media:credit role="author" scheme="urn:ebu">Julie Carr Smyth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6VO27HOCXWXIRUEBOWBMO4T2N4.jpg?auth=28f89f5b3f2283910342016cc5e7538fdf37540d20ad17cc5b9bc96c12ba6cdd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The dilapidated home where authorities say they removed 16 children and arrested four adults remains blocked off by crime scene tape on Wednesday, July 1, 2026 in Hamden, Ohio. (AP Photo/Julie Carr Smyth)]]></media:description><media:credit role="author" scheme="urn:ebu">Julie Carr Smyth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TU2VXJ55P4HN2QZW545YYMKZDY.jpg?auth=8300f88b445e9702bf8bdd65939957259723f5138f45dc598a679b8d7378f7ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The dilapidated home where authorities say they removed 16 children and arrested four adults remains blocked off by crime scene tape on Wednesday, July 1, 2026 in Hamden, Ohio. (AP Photo/Julie Carr Smyth)]]></media:description><media:credit role="author" scheme="urn:ebu">Julie Carr Smyth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3UAKGA73IKLOSHACVIAEAXQDVA.jpg?auth=d2c952e2dd89c083eacf4ef59b7227ff89afa66c85860feeaa08ace087fb3aa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video released by the Office of Ohio Attorney General Andy Wilson shows Wilson speaks during a press conference Tuesday, June 30, 2026. (Office of Ohio Attorney General Andy Wilson via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/GQHOCYB5M7K6TGOIPMBZWM37WE.jpg?auth=c8aa0f836e42e620cb35026033e0c496d748bf1bccfea8affec1c8c0997a93e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign marks the city's limits Wednesday, July 1, 2026 in Hamden, Ohio. (AP Photo/Julie Carr Smyth)]]></media:description><media:credit role="author" scheme="urn:ebu">Julie Carr Smyth</media:credit></media:content></item><item><title><![CDATA[2 people arrested after hanging a banner about 'the power of love' on Empire State Building antenna]]></title><link>https://www.local10.com/news/2026/07/01/2-people-arrested-after-hanging-a-banner-about-the-power-of-love-on-empire-state-building-antenna/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/01/2-people-arrested-after-hanging-a-banner-about-the-power-of-love-on-empire-state-building-antenna/</guid><dc:creator><![CDATA[By ROBERT BUMSTED and JENNIFER PELTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Two people got to the top of the Empire State Building's antenna and unfurled a banner about “the power of love” at midday Wednesday, before descending, embracing, taking selfies and ultimately being arrested.]]></description><pubDate>Wed, 01 Jul 2026 20:17:54 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Two people got to the top of the Empire State Building's antenna and unfurled a banner about “the power of love” at midday Wednesday, before descending, embracing, taking selfies and ultimately being arrested.</p><p>Dressed in black and wearing masks — but not tethers, it appeared — the two balanced on a narrow ledge and appeared to kiss atop the New York skyscraper's antenna, which rises 1,454 feet (443 meters) above midtown Manhattan, news helicopter video showed. The banner, reading “when the power of love beats the love of power the world knows peace,” waved in the wind.</p><p>Just after 12:30 p.m., they began to climb down, efficiently picking their way along the latticework of metal to a wider ledge, where one seemed to set up a piece of electronic equipment and got down on one knee. After the two kissed again and hugged, the other person took selfies with an outstretched left hand, as if examining a ring.</p><p>Police took the two climbers into custody after 1 p.m.; their names weren’t immediately released. No one was injured, police said.</p><p>Onlookers gaped from the sidewalks near the Art Deco office tower.</p><p>“It's crazy — it's like being in the movies,” said Jonathan Roman, a tourist visiting from the Scottish city of Glasgow. He and his 15-year-old son had tickets to go up to one of the observation platforms but arrived to find the building blocked off because of the antenna activity.</p><p>Still, the spectacle was “probably more exciting than going up to the viewing platform for the second time,” Roman reasoned.</p><p>Office workers wondered how the pair managed to get to the antenna of a high-profile building where visitors are screened and told not to bring large packages, sports equipment, costumes or masks, among other items.</p><p>“I just can’t believe they made it through security,” said Jessica Kaplan, who works at a company with offices in the building.</p><p>It wasn't clear how the pair gained access to the antenna, which rises well above public areas of the 102-story building. The building's management said in a statement that the episode was “unauthorized” and posed no danger to anyone in the building. But the management didn't immediately address questions about how the two reached the antenna and what interactions, if any, they had with security workers.</p><p>Daredevils have previously climbed the antenna and other parts of the Empire State Building. Those ascents have largely been unauthorized, but actor and musician Jared Leto was allowed to climb up to the base of the antenna from the 86th floor in 2023 to promote a tour.</p><p>___ This story has been corrected to show that the incident happened Wednesday, not Tuesday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S4PX536EJCNXKPSV7FPN3FXQGQ.jpg?auth=3e788c5d83dbef2848ec152f01201cf0e364f26504974671cb2d6ff468ef3624&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person is shown atop the spire of the Empire State Building, in New York, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GUOIXNV3DSZWXFUPAJMWFO47OQ.jpg?auth=b0680a4706e8936f40eb3266e352f2221d982181c6b14f555137399adf6560a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two people descend the spire of the Empire State Building, in New York, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TE6R4QT5IRQPE5SUBHZKNAD7VU.jpg?auth=0cacea6c1159ac66db167c6e13e3a521cb8618cdd5d65bf8e83a81b92ebbad1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two people stand on the tip of the antenna of the Empire State Building while holding a banner on Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Niegan fianza a sospechoso acusado de apuñalar mortalmente a dos hombres en Lauderhill]]></title><link>https://www.local10.com/espanol/2026/07/01/niegan-fianza-a-sospechoso-acusado-de-apunalar-mortalmente-a-dos-hombres-en-lauderhill/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/niegan-fianza-a-sospechoso-acusado-de-apunalar-mortalmente-a-dos-hombres-en-lauderhill/</guid><dc:creator><![CDATA[Jeff  Derderian , Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 26 años permanece detenido sin derecho a fianza después de que los fiscales informaran que apuñaló mortalmente a dos hombres durante un ataque ocurrido el martes por la mañana en un complejo de apartamentos de Lauderhill.]]></description><pubDate>Wed, 01 Jul 2026 16:43:45 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 26 años permanece detenido sin derecho a fianza después de que los fiscales informaran que apuñaló mortalmente a dos hombres <a href="https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/">durante un ataque en un complejo de apartamentos de Lauderhill y agredió a una tercera persona el martes por la mañana</a>.</p><p>Gregory DaSilva compareció este miércoles por la mañana ante un tribunal de fianzas de Broward, donde un juez ordenó que permanezca detenido sin derecho a fianza por dos cargos de asesinato premeditado.</p><p>Los registros de la cárcel muestran que también enfrenta un cargo de agresión agravada con un arma mortal.</p><p>La Policía de Lauderhill informó que los apuñalamientos ocurrieron alrededor de las 11:15 a.m. del martes en la cuadra 5300 de Northwest 19th Street.</p><p>Los investigadores informaron que inicialmente un agente fue abordado por un hombre que denunció que una persona armada con un cuchillo había intentado atacarlo.</p><p>Luego, los agentes localizaron a un sospechoso que coincidía con la descripción, pero la Policía indicó que este huyó hacia un vecindario residencial cercano.</p><p>Mientras los agentes registraban el área, los investigadores informaron que recibieron una llamada al 911 sobre un hombre con aparentes heridas de arma blanca. Mientras recorrían el vecindario, los agentes confirmaron que encontraron a una segunda víctima de apuñalamiento.</p><p>La Policía informó que una de las víctimas fue declarada muerta en el lugar, mientras que la otra falleció después de ser trasladada a un hospital cercano.</p><p>Vecinos dijeron a Local 10 que una de las víctimas, un hombre de unos 20 años, estaba leyendo una Biblia momentos antes de ser atacado. También dijeron que la segunda víctima utilizaba una silla de ruedas y no pudo escapar.</p><p>“Cuando entré, tenía sangre por todo el estómago, las orejas y la nariz”, dijo un vecino.</p><p>Las autoridades no han identificado un motivo para los homicidios y los investigadores no han informado si DaSilva conocía a alguna de las víctimas.</p><p>Tras el ataque, agentes de Policía y de varias agencias, incluida la Oficina del Sheriff de Broward y el Departamento de Policía de Sunrise, participaron en la búsqueda. Una unidad K-9 finalmente localizó a DaSilva, quien fue arrestado sin que se registraran más incidentes, informaron las autoridades.</p><p>La violencia provocó el cierre preventivo del Broward County Boys &amp; Girls Club, ubicado frente al complejo de apartamentos, donde había más de 200 niños en ese momento, según la Policía.</p><p>“Lo primero y más importante es asegurarnos de que los niños estén a salvo, cerrar todas las puertas, garantizar que nadie pueda entrar o salir y verificar que todos los niños estén presentes”, dijo Chris Gentile, director ejecutivo del Broward County Boys &amp; Girls Club.</p><p>Además de ordenar que DaSilva permanezca detenido sin derecho a fianza por los cargos de asesinato, el juez fijó una fianza de $15,000 USD por el cargo de agresión agravada.</p><p>El juez también ordenó que DaSilva no tenga contacto con la víctima sobreviviente, le prohibió poseer armas y ordenó que se le practique una evaluación de salud mental.</p><p>Las autoridades informaron que la investigación continúa y exhortaron a cualquier persona con información a llamar a Broward Crime Stoppers al 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Heat lose Norman Powell as guard agrees to deal with Bulls, report says ]]></title><link>https://www.local10.com/sports/local/2026/07/01/heat-lose-norman-powell-as-guard-agrees-to-deal-with-bulls-report-says/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/01/heat-lose-norman-powell-as-guard-agrees-to-deal-with-bulls-report-says/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Heat continued to reshape their roster Wednesday, but they’ll be moving forward without one of last season’s top scorers.]]></description><pubDate>Wed, 01 Jul 2026 15:31:08 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Heat continued to reshape their roster Wednesday, but they’ll be moving forward without their leading scorer last season. </p><p><a href="https://www.local10.com/espanol/2026/07/01/heat-pierde-a-norman-powell-tras-acordar-el-escolta-un-contrato-con-los-bulls-segun-reporte/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/heat-pierde-a-norman-powell-tras-acordar-el-escolta-un-contrato-con-los-bulls-segun-reporte/">Leer en español</a></p><p>Free agent guard Norman Powell has agreed to a two-year, $45 million contract with the Chicago Bulls, according to ESPN’s <a href="https://x.com/ShamsCharania/status/2072311773592506453" target="_self" rel="" title="https://x.com/ShamsCharania/status/2072311773592506453">Shams Charania</a>. </p><p>Powell, 33, earned his first career NBA All-Star selection with Miami last season after averaging 21.7 points, 3.5 rebounds and 2.5 assists per game. </p><p>Over the past two seasons, he averaged nearly 22 points per contest.</p><p>The move comes after Miami decided to lock up another key piece of their roster.</p><p>Charania also <a href="https://x.com/ShamsCharania/status/2071636097675719043" target="_self" rel="" title="https://x.com/ShamsCharania/status/2071636097675719043">reported on Monday</a> that forward Andrew Wiggins plans to remain in Miami by opting into the final year of his current contract for the 2026-27 season before signing a two-year, $64 million extension. </p><p>The new agreement would keep Wiggins, 31, with the Heat through the 2028-29 season.</p><p>According to NBA insider Chris Haynes, the Heat are alos adding free agent swingman <a href="https://www.local10.com/sports/local/2026/06/30/miami-heat-to-sign-tim-hardaway-jr-per-report/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/miami-heat-to-sign-tim-hardaway-jr-per-report/">Tim Hardaway Jr.</a> to their roster. </p><p>Hardaway Jr. is the son of former Heat star shooter Tim Hardaway.</p><p>Last season with Denver, Hardaway averaged 13.5 points, 2.6 rebounds and 1.4 assists while shooting 44.7% from the field and 40.7% from downtown.</p><p>Miami is also bringing back forward Simone Fontecchio on a one-year contract, according to Charania. The veteran shooter averaged 8.5 points per game while making 37.5% of his 3-point attempts last season.</p><p>In addition, the Heat announced last week that they have exercised their team option on guard <a href="https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/">Pelle Larsson</a>. </p><p>Larsson, 35, appeared in 70 games during his second NBA season, averaging 11.4 points, 3.5 rebounds and 3.4 assists in 26.4 minutes per game while shooting 49.6% from the field and 79.7% from the free-throw line.</p><p>The moves come after Miami acquired superstar <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">Giannis Antetokounmpo</a> from the Milwaukee Bucks in a blockbuster trade that sent Tyler Herro, Kel’el Ware, Jaime Jaquez Jr. and multiple draft picks to Milwaukee.</p><p><i>Local 10 digital journalist David DWork contributed to this story. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FZDNWZD43ERXOVMUTTJQQ4WXOE.jpg?auth=439c87b14b92c2f6d1a40c79dabcf74d302a46eee756ea383741cb31136869e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miami Heat guard Norman Powell (24) drives to the basket against Charlotte Hornets forward Miles Bridges during the second half of an NBA play-in tournament basketball game in Charlotte, N.C., April 14, 2026. (AP Photo/Nell Redmond, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nell Redmond</media:credit></media:content></item><item><title><![CDATA[Monaco authorities detain then release a person in their probe of this week's explosion]]></title><link>https://www.local10.com/news/world/2026/07/01/monaco-authorities-detain-then-release-a-person-in-their-probe-of-this-weeks-explosion/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/monaco-authorities-detain-then-release-a-person-in-their-probe-of-this-weeks-explosion/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MONACO (AP) — Monaco authorities said a person was arrested but later released Wednesday as they “very actively” pursue their probe of an explosion that reportedly wounded a Ukrainian tycoon with ties to Russia and two other people.]]></description><pubDate>Wed, 01 Jul 2026 17:06:51 +0000</pubDate><content:encoded><![CDATA[<p>MONACO (AP) — Monaco authorities said a person was arrested but later released Wednesday as they “very actively” pursue their probe of an explosion that reportedly wounded a Ukrainian tycoon with ties to Russia and two other people.</p><p>A statement from the Mediterranean principality’s prosecutor general said the person is a foreign national and was detained in Monaco in the morning.</p><p>They were held in police custody “as further checks were deemed necessary” before being released in the afternoon, it said, giving no further information about the person or why they aroused suspicion.</p><p>The explosion at an apartment building entrance in Monaco occurred late Monday. Monaco authorities haven’t identified any of the injured but said they were a family and that they appeared to have been specifically targeted.</p><p>Media reports identified Ukrainian construction tycoon Vadym Yermolaiev as being among the injured. He has said he renounced his Ukrainian citizenship nearly a decade ago, and he was targeted by Ukrainian sanctions in 2023 for ties to Russia. A woman and a child were also hurt.</p><p>The prosecutor’s statement said the child has been interviewed in neighboring France but that the other two victims are still not in a condition to be questioned. One of them is critically injured and their life remains in danger, it said.</p><p>It described the blast as an attempted assassination and said French authorities are assisting the investigation. Analysis of the explosive device and work to identify the bomber is ongoing, it said.</p><p>It was not clear why the family was targeted or by whom.</p><p>Russia has a long history of targeting its enemies abroad, and Western intelligence officials have recently said that a campaign of targeted killings has ramped up since Russian President Vladimir Putin’s 2022 invasion of Ukraine.</p><p>Ukraine is also believed to have carried out attacks and targeted killings of Russian figures in the course of the war, although those attacks have largely been confined to Ukrainian or Russian territory.</p><p>The attack shocked the country on the Mediterranean coast, one of the world’s smallest sovereign states known for its high concentration of wealthy residents. Monaco’s Prince Albert II described it as “an odious act” and said all public services were mobilized to ensure security.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EWS5AV5UYVJBWSAZUX7YIWPQHA.jpg?auth=911a24f45259d99a49bc974c9c4d6a56eaa8334bd8c5decab270cf3f64d6876e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of a hospital where, according to reports, three people injured by an an explosive device in Monaco a day before, are being treated, in Nice southern France, Tuesday, June 30, 2026. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content></item><item><title><![CDATA[Why are World Cup refs giving red cards to players covering their mouths when confronting opponents?]]></title><link>https://www.local10.com/news/florida/2026/07/01/why-are-world-cup-refs-giving-red-cards-to-players-covering-their-mouths-when-confronting-opponents/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/01/why-are-world-cup-refs-giving-red-cards-to-players-covering-their-mouths-when-confronting-opponents/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description><![CDATA[World Cup players were warned before the tournament about a new rule that would result in an immediate red card for anyone covering their mouth when verbally confronting another player.]]></description><pubDate>Wed, 01 Jul 2026 16:29:47 +0000</pubDate><content:encoded><![CDATA[<p>World Cup players were warned before the tournament about a new rule that would result in an immediate red card for anyone covering their mouth when verbally confronting another player.</p><p>Officials are actively enforcing that rule change.</p><p>The latest incident came on Tuesday night when Ecuador defender Piero Hincapié was sent off in second-half stoppage time of his team's 2-0 loss to Mexico in the round of 32. The red card didn't impact the outcome of the match, which ended moments later.</p><p>Hincapié's red card came after an exchange with Mexico forward Santi Giménez.</p><p>Why did FIFA establish the new rule?</p><p>FIFA established the new rule to prevent players from hiding abusive, discriminatory or offensive language while on the field.</p><p>Nicknamed the “Prestianni Law,” rules for red cards to players at the World Cup were added because of a controversy in international soccer this year.</p><p>FIFA president Gianni Infantino pushed for changes after Benfica winger Gianluca Prestianni tried to hide verbal insults toward Real Madrid forward Vinícius Júnior in a Champions League match. Soccer’s rule-making panel, the International Football Association Board, agreed that players can be penalized with a red card if they cover their mouths when verbally confronting another player.</p><p>The rule is not mandatory within the Laws of the Game but gives tournament organizers like FIFA the option to use it at their discretion.</p><p>The rule change was unanimously approved by IFAB, which includes officials from FIFA and the four British soccer federations, at a special meeting ahead of the FIFA Congress. FIFA’s proposal followed Vinícius, backed by Real Madrid teammate Kylian Mbappé, accusing Prestianni of making a racially charged insult while raising his jersey to cover his mouth during the game in February.</p><p>Is Piero Hincapié the only player who has received a red card at the World Cup?</p><p>No. Paraguay midfielder Miguel Almirón was the first player to be punished under the new rule when he was sent off in a group match against Turkey for covering his mouth during a confrontation with defender Mert Mulder.</p><p>Paraguay won 1-0, but Almiron missed Paraguay’s final group game against Australia. FIFA said that decision was not subject to appeal.</p><p>What does it mean when a player receives a red card at the World Cup?</p><p>If a player is shown a red card by an official, he is ejected from the match and must serve a one-game suspension in the following match.</p><p>The team is forced to play the remainder of the match with 10 players — putting them at a huge disadvantage — but is allowed to start the following match at full strength with 11 players, just not the suspended player. ___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q3PA7UWM3WON57I5PBCJPEM3CA.jpg?auth=4fcdbd93a6ec27619f3cfe2031a2a0382ae94b0e92548ce68660ef35242d9503&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Slavko Vincic of Slovenia speaks to Ecuador's Piero Hincapie (3) before sending him from the field during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JUT7SCLVAWFZYWOWL4ZKKCJA24.jpg?auth=bc1cc2422547db822e64abeb0478f34ba55539b86538bd9d96497296a1c97575&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Slavko Vincic of Slovenia shows a red card to Ecuador's Piero Hincapie (3) during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OFV4MXD435I2PY3C77QHJHRRC4.jpg?auth=fcc1dd7783651615de9b5bfa7dba95bba55537bc562364cdb982047364dd1486&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Slavko Vincic, of Slovenia, talks to Ecuador's Piero Hincapie (3) during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WGHR343SCPJQYOHSOIKWOXEK4Q.jpg?auth=77f901767a4863f87555896962c371f01f62cc67c12745195acca3c5f750bccd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Slavko Vincic of Slovenia speaks to Ecuador's Piero Hincapie (3) before sending him from the field during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Doral-based Global Empowerment Mission runs distribution center in Valencia]]></title><link>https://www.local10.com/community/2026/06/29/helping-venezuela-global-empowerment-mission-leads-aid-distribution-effort/</link><guid isPermaLink="true">https://www.local10.com/community/2026/06/29/helping-venezuela-global-empowerment-mission-leads-aid-distribution-effort/</guid><dc:creator><![CDATA[Byron Tollefson, Christina Vazquez, Andrea Torres, Caroline Coles]]></dc:creator><description><![CDATA[After they stopped accepting donations on Monday afternoon in Doral, dozens of Global Empowerment Mission volunteers clapped because more help was on the way to the devastated coastal towns of Venezuela.]]></description><pubDate>Tue, 30 Jun 2026 00:04:51 +0000</pubDate><content:encoded><![CDATA[<p>On Monday afternoon in Doral, dozens of <a href="https://www.globalempowermentmission.org/" target="_self" rel="" title="https://www.globalempowermentmission.org/">Global Empowerment Mission</a> volunteers clapped to encourage a grieving pilot who was on FaceTime after landing with aid in Maiquetía, Venezuela. </p><p>In northern Venezuela’s state of La Guaira, there was also applause after search-and-rescue teams pulled someone out alive from the rubble five days after the 7.2- and 7.5-magnitude earthquakes. </p><p>The displaced from Caracas to Catia La Mar, Macuto, and Caraballeda were in fear after a 4.6-magnitude aftershock on Monday morning. In Doral, the GEM team had them in mind with every victory. </p><p>“GEM will be the distribution center and coordinator throughout Venezuela,” said Michael Kesti, a lobbyist with the <a href="https://www.governmentrelationsgroup.us/" target="_self" rel="" title="https://www.governmentrelationsgroup.us/">Government Relations Group</a> who leads GEM’s government relations efforts. </p><p><a href="https://michaelcapponi.com/" target="_self" rel="" title="https://michaelcapponi.com/">Michael Capponi</a>, a former nightlife entrepreneur who founded GEM to send aid to Haiti after the <a href="https://www.globalempowermentmission.org/about/our-story/" target="_self" rel="" title="https://www.globalempowermentmission.org/about/our-story/">2010</a> earthquake, shared updates from a warehouse in Valencia, the third-largest city in Venezuela. </p><p>From the cars at a drop-off drive-thru area outside the GEM warehouse, at <a href="https://maps.app.goo.gl/JdNwSHuKW6yUuW7C9" target="_self" rel="" title="https://maps.app.goo.gl/JdNwSHuKW6yUuW7C9">1850 NW 84th Ave</a>., in Doral, to the sorting and packing areas inside, groups of GEM donors and volunteers kept the aid flowing. </p><p> “All of these supplies are getting directly to families in Venezuela without any interference of the Venezuelan government,” said Doral Mayor Christi Fraga, who partnered with GEM to run <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">drop-off locations</a> that feed the warehouse in Doral. </p><p>The U.S. State Department and the U.S. Southern Command were working with the administration of Delcy Rodríguez, Venezuela’s acting president since Jan. 5, to keep the aid from the U.S. flowing. </p><p>“It’s really that leadership role in coordinating flights with the humanitarian supplies, making sure they can get in, they can get unloaded, and on the ground,” said Mignon Houston, a spokeswoman for the U.S. State Department.</p><p>The <a href="https://x.com/usembassyve/status/2071746844112162923" target="_self" rel="" title="https://x.com/usembassyve/status/2071746844112162923">USS Fort Lauderdale</a> was delivering aid in La Guaira. NASA <a href="https://gis.earthdata.nasa.gov/portal/apps/mapviewer/index.html?webmap=0c3d77dd5aae46e4829d9a282477615c" target="_self" rel="" title="https://gis.earthdata.nasa.gov/portal/apps/mapviewer/index.html?webmap=0c3d77dd5aae46e4829d9a282477615c">released a map </a>showing a satellite view of the estimated 58,870 buildings that the earthquakes either damaged or destroyed. Rescue teams were still asking for silence as they searched.</p><p>“With every hour that passes, we feel our hopes fading. Many tell us that we’re searching in places where there are no longer any possibilities of finding people alive. However, many Venezuelans have asked us not to give up, and we haven’t,” Salvadoran President Nayib Bukele wrote in <a href="https://x.com/nayibbukele/status/2071746108443767278" target="_self" rel="" title="https://x.com/nayibbukele/status/2071746108443767278">a statement on Monday night</a>. </p><p>Gianluca Rampolla, a United Nations coordinator, <a href="https://news.un.org/en/story/2026/06/1167837" target="_self" rel="" title="https://news.un.org/en/story/2026/06/1167837">reported</a> the UN had agreed to procure 10,000 body bags for the Venezuelan government. </p><p>“I have my sister over there,” said <a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">NFL star Andrés Borregales</a>, a GEM volunteer in Doral. “Thank God, she is OK, but a lot of families aren’t.”</p><p>To keep the community effort going in South Florida, Borregales had a message for anyone who hasn’t been able to help: “If all you can donate is a box of soap, that is enough. Do what you can.”</p><p>The Trump administration committed $300 million in aid to Venezuela. The Miami Marlins <a href="https://www.mlb.com/marlins/tickets/offers/venezuela-earthquake-relief" target="_self" rel="" title="https://www.mlb.com/marlins/tickets/offers/venezuela-earthquake-relief">announced</a> a $100,000 donation to GEM on Monday. </p><p>Miami-Dade Mayor Daniela Levine Cava, who has volunteered at GEM in Doral, released <a href="https://x.com/MayorDaniella/status/2071757429444952540" target="_self" rel="" title="https://x.com/MayorDaniella/status/2071757429444952540">a statement</a> on Monday to thank LATAM Airlines and GEM after <a href="https://x.com/MayorDaniella/status/2071757429444952540/photo/3" target="_self" rel="" title="https://x.com/MayorDaniella/status/2071757429444952540/photo/3">she and Kesti</a> witnessed the departure of a cargo plane. </p><p>“Tonight, I was at Miami International Airport as one of the first major humanitarian aid shipments departed for Venezuela,” Levine Cava said in a statement. “Our community has shown extraordinary generosity and humanity in response to this tragedy.” </p><p>Venezuelan opposition leader María Corina Machado, the 2025 Nobel Peace Prize-winner, <a href="https://x.com/MariaCorinaYA/status/2071701667699990571" target="_self" rel="" title="https://x.com/MariaCorinaYA/status/2071701667699990571">released a video on Monday</a> saying that she was in Panama City working on her return to Venezuela. “I ​am willing to do whatever it takes, speak to whoever I ​need to ⁠speak to, in order to coordinate and serve our people,” Machado said in Spanish. “I am ready and close to Venezuela, and I will do what needs to be done so we meet up there.”</p><p><b>Helpful list: </b><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Aid drop-off locations in South Florida</a></p><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">NFL star joins Global Empowerment Mission’s team; his message to South Floridians, ‘Do what you can’</a><b> </b></li><li><a href="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/">More than 100 Venezuelans who were deported from the US hours before the earthquakes are missing</a></li></ul><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><figure><img src="https://www.local10.com/resizer/v2/OQWAZ3LJKZXM4L4YXAR7YACHFY.jpg?auth=9abb79f15a3ca10baf3516333c71c7c70ae6173eae73fec19c0caad20d38e1f7&smart=true&width=1200&height=900" alt="A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/">Food for the Poor welcomes investments in reconstruction </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Physicians in Miami-Dade collect donations of medical supplies near Doral </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded></item><item><title><![CDATA[In Mideast and around the world, everyone's talking 'ceasefire.' But what does it really mean?]]></title><link>https://www.local10.com/news/world/2026/07/01/in-mideast-and-around-the-world-everyones-talking-ceasefire-but-what-does-it-really-mean/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/in-mideast-and-around-the-world-everyones-talking-ceasefire-but-what-does-it-really-mean/</guid><dc:creator><![CDATA[By LAURIE KELLMAN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — A ceasefire sounds straightforward: Fighting stops. Negotiations ensue. Ordinary citizens get a break from fighting — and some time to rebuild.]]></description><pubDate>Wed, 01 Jul 2026 16:11:20 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — A ceasefire sounds straightforward: Fighting stops. Negotiations ensue. Ordinary citizens get a break from fighting — and some time to rebuild.</p><p>That's not what's happening in the volatile Mideast, where ongoing fighting still resembles a war long after ceasefire agreements were announced and President Donald Trump declared victory.</p><p>Israel is lately carrying out daily attacks on Gaza. The deal in Lebanon is a ceasefire in name only. As for Iran, low-level talks are continuing in Qatar this week under a 60-day deadline — a long way from a peace deal. People on the ground in the region, as well as some analysts and journalists, are increasingly objecting to anyone describing the state of the conflict as a “ceasefire.”</p><p>The shooting and periodic closures of the Strait of Hormuz, they point out, have never stopped for long.</p><p>“There is no ceasefire between the United States and Iran," said Fawaz A. Gerges, professor of international relations at the London School of Economics and Political Science, “Iran has zero trust in the Trump administration, so they are making the U.S. fulfill its obligations step by step. This tells me we are living in a new era where the ceasefire no longer really means what it used to.”</p><p>Ceasefires don't necessarily mean the shooting stops</p><p>Ceasefires are almost as old as conflict, an ancient way of formally calling a halt to hostilities. Also known as a truce, such an agreement is commonly understood to be a period between war and peace, in which the combatants agree to pause fighting while negotiations take place.</p><p>Beyond that, a truce means whatever the negotiators will tolerate as long as none backs out of talks. Breaches are common and have been used strategically to set a standard, tit-for-tat style, of acceptable lower-level hostilities during the sensitive period. The idea is to allow for accidents, miscommunications or misunderstandings that the participants agree should not scuttle talks.</p><p>Some ceasefires end up operating as long-term peace deals that can withstand violations in the absence of a formal treaty. Exhibit A: the Korean Armistice Agreement, which halted the fighting of the Korean War on July 27, 1953.</p><p>No formal treaty was ever signed, so the peninsula technically remains at war. Nonetheless, the deal halted hostilities and established the DMZ, a 4,000-meter (2.5-mile) buffer zone between North and South Korea. Breaches over the years have been commonplace.</p><p>In contrast, negotiators in the Mideast are still getting started, with the midterm U.S. elections looming and Trump eager to end the unpopular war.</p><p>Two U.S. envoys arrived in Qatar on Tuesday for talks with mediators about the an initial deal to end the war in Iran. The visit by Steve Witkoff, Trump’s special Mideast envoy, and Jared Kushner, his son-in-law, comes after a weekend of crossfire in the Persian Gulf over efforts to reopen the Strait of Hormuz to shipping traffic.</p><p>Defining a ceasefire in 2026 is complex</p><p>The terms of ceasefires can be vague or highly specific. They can cover troop withdrawals, cessation of hostilities, limits on where fighting can happen, humanitarian aid, buffer zones and timing. Violence levels have a good chance of dropping during a declared ceasefire.</p><p>Technically, ceasefires of varying durability exist between Israel and Hamas in the Gaza Strip, between Israel and Hezbollah in Lebanon and between the United States and Iran. But that has not meant an end to fighting.</p><p>Trump said it's all relative. “It’s a different part of the world, you know," he told reporters last month. "I’d say in that part, a ceasefire is when you’re shooting in a more moderate manner.”</p><p>Instead of halting fighting, the agreements have “paved the way for a new conflict in which the various parties are fighting over the postwar strategic reality and the acceptable rules of the game,” according to analyst Daniel Sobelman of Hebrew University in Jerusalem.</p><p>In the Mideast, “so-called 'rules' emerge through a process of violent bargaining over what is acceptable and what is a violation," said Sobelman, director of the graduate program in international security and diplomacy. Thus, the dissonance between the calm many people expect from a ceasefire and near-daily reports of ongoing fighting.</p><p>Does it work? Consider, Sobelman said in an email, that the U.S. and Iran have exchanged fire several times since the ceasefire went into effect, “and nonetheless the war has not erupted again because these upticks in violence are limited in time and scope.”</p><p>Institutions, from the United Nations to the U.S. Department of Defense and many news outlets like The Associated Press have broadly defined ceasefires as political instruments designed to take the pressure off the conflict as long as the sides consent to talking.</p><p>On the U.S.-Iran conflict, the AP advised its writers June 10 to include details about what’s happening on the ground, consider qualifying the deal with such terms as “tenuous” and referring to a "‘ceasefire deal,’ which speaks to the political process and not just the military/security dynamic.”</p><p>Over the weekend as fighting in the region flared again, Sen. Roger Marshall, R-Kan., tried more colorful imagery. Asked on NBC's “Meet the Press” whether the war is really over, he described the ceasefire talks as “almost just a mop-up operation." Then he described some of the terms. “We have to press them if they strike us. We have to strike them back by 10.”</p><p>He added: “This is a ceasefire, and yeah, they broke the ceasefire.”</p><p>‘Ceasefires are changing character’</p><p>On the ground in the region it can feel like a war, and there's a rising resistance in some quarters to calling this period anything else.</p><p>“It is not a ceasefire when it applies only to Hezbollah, Hamas or Iran, but not to Israel and the United States,” Kathy Gannon, who reported from Pakistan and Afghanistan for the AP for 35 years before retiring, wrote on Substack June 7.</p><p>Much of the objection to using the term comes from Israel's ongoing attacks in Lebanon and Gaza despite ceasefires. Israeli leaders make references to deals and agreements. But they stress the country’s freedom to operate against what they say are violations and existential threats.</p><p>“Continued Israeli strikes are treated as compatible with the truce; comparable actions by others are treated as its collapse,” said H.A. Hellyer, senior associate fellow of Middle Eastern studies and geopolitics at the Royal United Services Institute and the Center for American Progress. “A word that once implied mutual restraint now serves to legitimize profoundly unequal restraint."</p><p>Israel continues to occupy large swaths of Lebanon's south while battling Hezbollah fighters, causing civilian casualties and damage to infrastructure. More than 4,000 people in Lebanon have been killed in Israeli strikes since March, when Hezbollah fired at Israel two days after the Iran war began. Thirty-eight soldiers and three civilians have died on the Israeli side.</p><p>Here's what a ceasefire looks like in Gaza, where Israeli strikes have never really ended after the ceasefire agreement with Hamas in October. On Monday, Israeli strikes in southern and central Gaza killed at least eight people, including two children, and wounded at least 20 others, according to health officials and emergency services.</p><p>More than 1,000 people in Gaza have been killed since the Israel-Hamas ceasefire in October, Palestinian authorities say.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3SXMQTG6NDUJFIMQO536HAZVWU.jpg?auth=22da32bfa3f5cb6807c72456b4495cf057d506c1bc2574e3be2ba3d6122fc863&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Resident Samih Haidar, right, inspects his burned apartment damaged in Israeli strikes in the southern port city of Tyre, Lebanon, Thursday, June 18, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EBXDMCIYAIMDOJ7JIY7ZC5JMAE.jpg?auth=8694eb60b7f5234c88ed47b2dd5cfd8648c0e9930e62401697525ec3d0f5cd5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barber Ali Sbouri grooms a client's beard inside his shop damaged in previous Israeli airstrikes in the town of Nabatiyeh, southern Lebanon, Wednesday, June 24, 2026, after a ceasefire between Israel and Hezbollah. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KPK5BEFKLX6LWZ4OVWW37TT774.jpg?auth=a3f599b16fbcffb1e962ccd64d5fca1715113cd8bc731922c51f3fe1356bc1ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vendor looks on from the window of his shop at a local street market following air raid sirens warning of incoming Iranian missiles in Haifa, northern Israel, Monday, June 8, 2026. (AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GRJBW2C2U27ZBWTOBYI4UKTEVY.jpg?auth=b70739398fa174ec30d22beb0db5d4076faad2216220153bf76ecebc64b3a339&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tankers and cargo vessels are seen in the Gulf of Oman, along shipping routes linking the Strait of Hormuz and the Arabian Sea, Tuesday, June 16, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/55XLX75EZPF6JSPUTLTSILKNAM.jpg?auth=de382e5fbbb6fa9aaaf2afd3c1287d866d966605d6562389cb9ab06bbb814ac7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mohammed Matar, 11, participates in a psychological support session using a virtual reality headset in a tent operated by a medical technology team in Zawaida, central Gaza Strip, Wednesday, June 17, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[Heat pierde a Norman Powell tras acordar el escolta un contrato con los Bulls, según reporte]]></title><link>https://www.local10.com/espanol/2026/07/01/heat-pierde-a-norman-powell-tras-acordar-el-escolta-un-contrato-con-los-bulls-segun-reporte/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/heat-pierde-a-norman-powell-tras-acordar-el-escolta-un-contrato-con-los-bulls-segun-reporte/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El Miami Heat continuó reestructurando su plantilla el miércoles, pero seguirá adelante sin uno de sus principales anotadores de la temporada pasada.]]></description><pubDate>Wed, 01 Jul 2026 15:56:43 +0000</pubDate><content:encoded><![CDATA[<p>El Miami Heat continuó reestructurando su plantilla el miércoles, pero seguirá adelante sin su máximo anotador de la temporada pasada.</p><p>El escolta agente libre Norman Powell acordó un contrato de dos años y $45 millones USD con los Chicago Bulls, según informó <a href="https://x.com/ShamsCharania/status/2072311773592506453" target="_blank" rel="noreferrer" title="https://x.com/ShamsCharania/status/2072311773592506453">Shams Charania</a>, de ESPN.</p><p>Powell, de 33 años, obtuvo la primera selección al Juego de Estrellas de la NBA de su carrera con Miami la temporada pasada, tras promediar 21.7 puntos, 3.5 rebotes y 2.5 asistencias por partido.</p><p>En las últimas dos temporadas, promedió casi 22 puntos por encuentro.</p><p>El movimiento se produce después de que Miami decidiera asegurar la continuidad de otra pieza clave de su plantilla.</p><p>Charania también <a href="https://x.com/ShamsCharania/status/2071636097675719043" target="_blank" rel="noreferrer" title="https://x.com/ShamsCharania/status/2071636097675719043">informó el lunes</a> que el alero Andrew Wiggins planea permanecer en Miami al ejercer la opción del último año de su contrato actual para la temporada 2026-27, antes de firmar una extensión de dos años y $64 millones USD.</p><p>El nuevo acuerdo mantendría a Wiggins, de 31 años, con el Heat hasta la temporada 2028-29.</p><p>Miami también traerá de regreso al alero Simone Fontecchio con un contrato de un año, según Charania. El veterano tirador promedió 8.5 puntos por partido, con un 37.5% de efectividad en tiros de tres puntos la temporada pasada.</p><p>Además, el Heat anunció la semana pasada que ejerció la opción del equipo sobre el escolta <a href="https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/">Pelle Larsson</a>.</p><p>Larsson, de 35 años, disputó 70 partidos durante su segunda temporada en la NBA, con promedios de 11.4 puntos, 3.5 rebotes y 3.4 asistencias en 26.4 minutos por juego, además de lanzar para un 49.6% de efectividad en tiros de campo y un 79.7% desde la línea de tiros libres.</p><p>Estos movimientos se producen después de que Miami adquiriera a la superestrella <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">Giannis Antetokounmpo</a> procedente de los Milwaukee Bucks en un canje de gran impacto que envió a Tyler Herro, Kel’el Ware, Jaime Jaquez Jr. y múltiples selecciones del draft a Milwaukee.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FZDNWZD43ERXOVMUTTJQQ4WXOE.jpg?auth=439c87b14b92c2f6d1a40c79dabcf74d302a46eee756ea383741cb31136869e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miami Heat guard Norman Powell (24) drives to the basket against Charlotte Hornets forward Miles Bridges during the second half of an NBA play-in tournament basketball game in Charlotte, N.C., April 14, 2026. (AP Photo/Nell Redmond, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nell Redmond</media:credit></media:content></item><item><title><![CDATA[Toronto Maple Leafs land prized player in free agency, signing Bobrovsky to 3-year, $21 million deal]]></title><link>https://www.local10.com/sports/2026/07/01/nhl-free-agency-opens-with-stuart-skinner-heading-to-winnipeg-as-goalie-carousel-starts-spinning/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/nhl-free-agency-opens-with-stuart-skinner-heading-to-winnipeg-as-goalie-carousel-starts-spinning/</guid><dc:creator><![CDATA[By JOHN WAWROW and STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[Two-time Stanley Cup champion goalie Sergei Bobrovsky agreed to a three-year, $21 million contract with the Maple Leafs on Wednesday, leaving Florida behind and filling a long-unaddressed need for Toronto hours into the NHL’s free agent signing period.]]></description><pubDate>Wed, 01 Jul 2026 20:07:17 +0000</pubDate><content:encoded><![CDATA[<p>Two-time Stanley Cup champion goalie Sergei Bobrovsky agreed to a three-year, $21 million contract with the Maple Leafs on Wednesday, leaving Florida behind and filling a long-unaddressed need for Toronto hours into the NHL’s free agent signing period.</p><p>At 37, Bobrovsky joins an Auston Matthews-led team seeking to transition on the fly under a new coach and new general manager, and coming off a draft in which it selected Gavin McKenna with the No. 1 pick. The Leafs bottomed out last year by finishing last in the Atlantic Division following a nine-year playoff run.</p><p>Though nearly a decade removed from winning the Vezina Trophy for a second time as the NHL’s top goalie with Columbus in 2017, Bobrovsky is regarded as an upgrade for a Leafs team that’s gone through a carousel of goalies, including five alone last season. He reunites with Anthony Stolarz, after the tandem helped the Panthers win the Cup in 2024.</p><p>Bobrowsky spent the past seven years in Florida, where his production dropped last season in part due to a rash of injuries depleting the Panthers' lineup. With a 27-23-1 record, his 27 wins were the third-fewest in a season he appeared in 50 or more games, and his 3.07 goals-against average matched the second-highest of his 16-year career.</p><p>He was regarded as one of the top prized players available in a thin pool of free agents, and wasn't the only goalie on the move.</p><p>Stuart Skinner is heading to Winnipeg after agreeing on a two-year contract worth $7.5 million with the Jets, who have been listening to trade offers for three-time Vezina Trophy winner Connor Hellebuyck. Skinner helped Edmonton reach the Stanley Cup Final in 2024 and '25 before losing to Florida each time, and spent the end of last season in Pittsburgh.</p><p>With Bobrovsky set to depart, the Panthers earlier this week traded for goalies Jacob Markstrom and Akira Schmid.</p><p>They also signed rugged defenseman Radko Gudas, who just turned 36, to a six-year deal worth $1.5 million annually for a total of $9 million. The 36-year-old Gudas played in Florida for three seasons from 2020-23 and spent last season with Anaheim.</p><p>The fast-improving Sharks are suddenly a destination, with San Jose adding veteran depth by signing forward Mason Marchment to a five-year, $33.75 million contract, and defenseman Jacob Trouba to a four-year, $33 million deal. After the Sharks enjoyed a 19-win jump in the standings and barely missing the playoffs, Trouba called being part of a team on the rise one of the biggest reasons he signed in the Bay Area.</p><p>“You want a team that you feel like you can grow with and make an impact and help these young guys,” Trouba said on a video call with reporters. “It’s important to get into where everybody wants to be is on a contending team, and I think we have a good opportunity in San Jose to do that.”</p><p>The Los Angeles Kings landed forwards Erik Haula (Nashville) and Mats Zuccarello (Minnesota). Haula agreed to a two-year, $7.2 million contract, according to a person with knowledge of the deal. Zuccarello’s contract is worth $1 million in base salary plus bonuses, according to another person with knowledge of that agreement.</p><p>Chicago got veteran defenseman Ian Cole (Utah) for next season at $4.75 million, according to a third person, also with knowledge of the deal. Division rival Colorado is bringing in winger Jaden Schwartz (Seattle) on a three-year, $9.75 million deal, according to a fourth person familiar with the contract. The people spoke to The Associated Press on condition of anonymity because the contracts had not been announced.</p><p>Washington, which is still waiting on winger Alex Ovechkin’s decision about whether to return for a 22nd NHL season, signed defenseman Vincent Desharnais to a four-year, $16.8 million contract.</p><p>Detroit signed Swedish winger Viktor Arvidsson to a two-year contract worth $10 million.</p><p>Trades</p><p>Many teams are going the trade route to try to improve this summer. The New York Rangers got their backup goalie that way, sending minor leaguer Kalle Vaisanen and a 2028 fourth-round pick to Boston for Joonas Korpisalo.</p><p>Nashville acquired pending restricted free agent forward Mavrik Bourque from Dallas. The Predators sent a 2027 second- and a 2028 third-round pick to the Stars for Bourque and defenseman Ilya Lyubushkin.</p><p>“Mavrik Bourque is a quality, two-way player who will fit perfectly with what we are trying to build here in Nashville,” general manager Chris MacFarland said. “At just 24 years old, his age and style of play fits in with the type of players we are looking to bring in to help make us better.”</p><p>Dallas clearing salary cap space could allow the team to sign Jason Robertson, another restricted free agent who is ticketed for a long-term, lucrative contract. Robertson turns 27 this month and led the Stars in scoring with 96 points on 45 goals and 51 assists last season.</p><p>His younger brother, Nick, is going to Pittsburgh after the Penguins got him from Toronto for a fourth-rounder in '28.</p><p>Staying put</p><p>The Blackhawks signed Bowen Byram to a six-year, $75 million contract extension in a deal that makes him the NHL’s top-paid defenseman in average annual salary and secures him through 2032-33.</p><p>The signing comes a week after Chicago acquired the sixth-year player by trading the No. 4 pick in the NHL draft to the Buffalo Sabres. Byram had one year remaining on his current contract, and his $12.5 million average salary surpasses Penguins blue liner Erik Karlsson ($11.5 million).</p><p>New Jersey locked up captain Nico Hischier for the long term, signing the Swiss center to a five-year extension worth $58.5 million with an annual cap hit of $11.7 million from 2027 through 2032.</p><p>“When I took this job, I knew that Nico was one of the core pieces that I definitely wanted as part of our future,” new Devils GM Sunny Mehta said. “The way he plays the game, his leadership and selflessness are qualities we value for this team.”</p><p>— Montreal agreed to re-sign Ivan Demidov to an eight-year, $73 million contract after the 20-year-old Russian forward led all NHL rookies with 62 points (19 goals, 43 assists) last season.</p><p>— Philadelphia got two extensions done, signing young forward Tyson Foerster to an eight-year, $56.8 million contract (2027-28 through 2035). The Flyers extended goalie Dan Vladar for five years at $27.5 million.</p><p>— The Buffalo Sabres signed newly acquired defenseman Olen Zellweger to a three-year, $9.3 million contract. Zellweger was a pending restricted free agent and acquired in a trade with Anaheim.</p><p>___</p><p>AP Sports Writer Tim Reynolds contributed to this report.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X43YF4OCZBUEWFX5LYURFYP7SE.jpg?auth=13e4acfabdaac04461e928520f13d172ea343d9a8217518cb8b5daab81e5cf15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florida Panthers goaltender Sergei Bobrovsky lifts the Stanley Cup after defeating the Edmonton Oilers in Game 6 of the NHL hockey Stanley Cup Final June 17, 2025, in Sunrise, Fla. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DJFNQQKGUTHDQTOLC53G5UC6NY.jpg?auth=c0cd2cc176f96bec1efe7e08245e0625973f67673f95ecaf31afc67a955e8571&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pittsburgh Penguins goaltender Stuart Skinner takes a timeout during the first period of an NHL hockey game against the Dallas Stars in Pittsburgh, March 28, 2026. (AP Photo/Gene J. Puskar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CBGXS7GT6MJICRI4ICNEEPOPCQ.jpg?auth=6ec4ebc8a44afeb801c7b9c14592ea268fe10fa59a69003be0271cb86500cf35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Anaheim Ducks defenseman Radko Gudas skates during an NHL hockey game against the Winnipeg Jets, Feb. 27, 2026, in Anaheim, Calif. (AP Photo/Kyusung Gong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2RVJOWYQOIKKLZYZI43NQBAFJI.jpg?auth=bd1d739cd2bf726245f13035b89adb7821914cb273799893f2321a7a0ae9e54c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Buffalo Sabres defenseman Bowen Byram (4) looks on during the second period in Game 5 of a second-round NHL hockey Stanley Cup playoff series against the Montreal Canadiens Thursday, May 14, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 16 qualifications]]></title><link>https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Mon, 29 Jun 2026 21:16:15 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">12 group winners, 12 runners-up, and the 8 best third-place teams</a>.</p><p><a href="https://www.local10.com/espanol/2026/07/01/mundial-fifa-2026-sigue-la-clasificacion-a-los-octavos-de-final/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/mundial-fifa-2026-sigue-la-clasificacion-a-los-octavos-de-final/">Leer en español</a></p><p>After 16 single direct-knockout matches, the winning teams will advance to the tournament’s Round of 16, which begins on the Fourth of July. </p><p><b>Here is the list of the teams that have advanced to the Round of 16:</b></p><ol><li><b>Canada</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up, qualified after a 1-0 <a href="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/">victory on June 28</a> against Canada. The team’s Round of 16 match is at 1 p.m. on July 4 against Morocco. </li><li><b>Brazil</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> winner, qualified after a 2-0 <a href="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/">victory on June 29</a> against Japan. The team’s Round of 16 match is at 4 p.m. on July 5 against Norway. </li><li><b>Paraguay</b>, the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, qualified after a 1-1 draw that ended with <a href="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/">a 4-3 victory on penalties</a> against Germany on June 29. The team’s Round of 16 match is at 5 p.m. at Philadelphia Stadium. </li><li><b>Morocco</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up, qualified after a <a href="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/">1-1 draw that ended with a 3-2 victory on penalties</a> against the Netherlands on June 30. The team’s Round of 16 match is at 1 p.m. on July 4 against Canada. </li><li><b>France</b>, the<b> </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> winner, qualified after <a href="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/">a 3-0 victory again Sweden</a> on July 1. The team’s Round of 16 match is at 5 p.m. on July 4 against Paraguay. </li><li><b>Norway</b>,<b> </b>the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up, qualified after <a href="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/">a 2-1 victory against the Ivory Coast</a> on July 1. The team’s Round of 16 match is at 4 p.m. on July 5 against Brazil. </li><li><b>Mexico</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> winner, qualified after <a href="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/">a 2-0 victory against Ecuador</a> on July 1. The team’s Round of 16 match is at 8 p.m. on July 5.</li></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"><b>Eliminations during Round of 32</b></a></li><li><a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/"><b>Round of 32 teams</b></a></li><li><a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><p><b>July 1</b></p><ul><li>England vs. DR Congo is at noon at the Atlanta Stadium.</li><li>Belgium vs. Senegal is at 4 p.m. at the Seattle Stadium.</li><li>United States vs. Bosnia and Herzegovina is at 8 p.m. at the San Francisco Bay Area Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b> </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4</b></p><ul><li>Canada vs. Morocco is at 1 p.m. at the Houston Stadium</li><li>Paraguay vs. France is at 5 p.m. at the Philadelphia Stadium</li></ul><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b></p><ul><li>Brazil vs. Norway at 4 p.m. at the New York/New Jersey Stadium</li><li>Mexico<b> </b>at 8 p.m. at the Mexico City Stadium</li></ul><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNTTQTYNOWD62B57ZXKKBKZDYY.jpg?auth=3b446ef3deca592aee4434ea13ecd3c3b25910f98693e22f3e97a472d1c1c1e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe, left, celebrates their first goal with head coach Didier Deschamps, second from left, and teammates during the World Cup round of 32 soccer match between France and Sweden in East Rutherford, N.J., near New York, Tuesday, June 30, 2026. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[Tras sismos en Venezuela, el problema más urgente son infecciones por heridas, dicen médicos]]></title><link>https://www.local10.com/espanol/2026/07/01/tras-sismos-en-venezuela-el-problema-mas-urgente-son-infecciones-por-heridas-dicen-medicos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/tras-sismos-en-venezuela-el-problema-mas-urgente-son-infecciones-por-heridas-dicen-medicos/</guid><dc:creator><![CDATA[Por REGINA GARCIA CANO, MEGAN JANETSKY e ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — Una semana después de los históricos terremotos gemelos en Venezuela, los médicos dicen que los mayores peligros que enfrentan ahora los sobrevivientes son las heridas sin tratar y las enfermedades infecciosas.]]></description><pubDate>Wed, 01 Jul 2026 18:14:18 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — Una semana después de los históricos terremotos gemelos en Venezuela, los médicos dicen que los mayores peligros que enfrentan ahora los sobrevivientes son las heridas sin tratar y las enfermedades infecciosas.</p><p>Miles de venezolanos desplazados duermen en refugios abarrotados o a la intemperie, sin acceso a agua potable, en medio de pésimas condiciones sanitarias tras los terremotos del 24 de junio. Trabajadores humanitarios señalaron que las consecuencias se han convertido en una gran crisis médica que, a menos que se controle con rapidez, cobrará más vidas en los próximos días y semanas.</p><p>“Ahorita es realmente el tema que vemos ya prácticamente en puerta es las infecciones que puedan traer consigo los pacientes que más tiempo tienen expuestos a a al vamos a decir el desastre”, declaró Eugenio Cova, jefe de la unidad de traumatología del Hospital del Oeste Dr. José Gregorio Hernández en Caracas, la capital.</p><p>El hospital ha atendido a decenas de personas con lesiones graves desde el terremoto, pese a la escasez de equipo médico crucial. Cova explicó que el hospital público, cuyas partes ahora son inaccesibles por posibles daños del sismo, carece de tornillos y placas necesarios para cirugías ortopédicas y de gasas medicadas para prevenir infecciones. Según el gobierno, los terremotos dañaron o comprometieron de algún modo 38 hospitales en todo el país.</p><p>“Ya pasamos el período de los traumas complejos —que van a seguir llegando— pero ahora vienen complicados con infecciones”, añadió Cova.</p><p>Mientras se agota el tiempo para hallar sobrevivientes atrapados bajo los escombros, equipos especializados de más de dos docenas de países continuaron el miércoles con las operaciones de rescate. Contra todo pronóstico —la ventana de supervivencia cuando se está atrapado bajo los escombros suele ser de 48 a 72 horas—, los equipos siguen encontrando a un pequeño número de sobrevivientes, incluido un niño pequeño que había estado atrapado durante seis días el martes.</p><p>Estados Unidos, que tomó el control de la industria petrolera de Venezuela tras capturar en enero al entonces presidente Nicolás Maduro, ha incrementado su asistencia en los últimos días, con 900 efectivos militares que actualmente apoyan las labores de socorro y rescate hasta el miércoles, dijo a The Associated Press Steven McLoud, portavoz del Comando Sur de Estados Unidos. Además, se desplegó a otras 100 personas del Departamento de Estado para ayudar con el trabajo de asistencia sobre el terreno, indicó.</p><p>Las autoridades venezolanas han contabilizado más de 1.900 muertes por los terremotos hasta el martes, una cifra que aumenta a diario. Muchos miles más siguen desaparecidos, lo que añade incertidumbre al saldo total de los temblores y deja a las familias en un limbo angustiante mientras esperan durante días junto a edificios colapsados, con la esperanza de que aparezcan los cuerpos de sus seres queridos.</p><p>Una base de datos digital no gubernamental donde las familias pueden registrar a sus seres queridos desaparecidos mostraba que más de 40.600 personas seguían sin ser localizadas hasta el miércoles.</p><p>___________________________________</p><p>Janetsky reportó desde Ciudad de México y Debre desde Buenos Aires.</p><p>__________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4DK7NXDNS62OCOY26Q7WVZZSH4.jpg?auth=4d94eb8523ee3b3db16c63bcdef48d728d52cfe28ee3f96831bc20b4a4dc7cd5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miembros del ejército de Venezuela patrullan un área afectada tras los sismos ocurridos en La Guaira, Venezuela, el viernes 26 de junio de 2026. (AP Foto/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AK6SIGFO6XRXX66BUVMCHSQ2RE.jpg?auth=7a113963b3529748bff52be75be6fd4be94433bbb6b8587323cd14538806411b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescatistas españoles se movilizan por el área afectada por los terremotos en La Guaira, Venezuela, el martes 30 de junio de 2026. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Mundial FIFA 2026: Sigue la clasificación a los octavos de final]]></title><link>https://www.local10.com/espanol/2026/07/01/mundial-fifa-2026-sigue-la-clasificacion-a-los-octavos-de-final/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/mundial-fifa-2026-sigue-la-clasificacion-a-los-octavos-de-final/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Los dieciseisavos de final de la Copa Mundial de la FIFA comenzaron el 28 de junio, tras la clasificación de los 12 primeros de grupo, los 12 segundos y los 8 mejores terceros clasificados.]]></description><pubDate>Wed, 01 Jul 2026 15:38:13 +0000</pubDate><content:encoded><![CDATA[<p>Los dieciseisavos de final de la Copa Mundial de la FIFA comenzaron el 28 de junio, tras la clasificación de <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">los 12 primeros de grupo, los 12 segundos y los 8 mejores terceros clasificados</a> .</p><p>Tras 16 partidos individuales de eliminación directa, los equipos ganadores avanzarán a los octavos de final del torneo, que comienzan el 4 de julio.</p><p><b>Aquí está la lista de los equipos que han avanzado a los octavos de final:</b></p><ol><li><b>Canadá</b>&nbsp;,&nbsp;subcampeona del&nbsp;<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B , se clasificó tras una&nbsp;</a><a href="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/">victoria por 1-0 el 28 de junio</a>&nbsp;contra Canadá. Su partido de octavos de final se disputará el 4 de julio a la 13:00 contra Marruecos.</li><li><b>Brasil</b>&nbsp;, ganador del&nbsp;<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a>&nbsp;, se clasificó tras vencer a Japón por 2-0&nbsp;<a href="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/">el 29 de junio</a>&nbsp;. Su partido de octavos de final se disputará el 5 de julio a las 16:00 contra Noruega.</li><li><b>Paraguay</b>&nbsp;, tercero del&nbsp;<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a>&nbsp;, se clasificó tras un empate 1-1 que culminó con&nbsp;<a href="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/">una victoria por 4-3 en la tanda de penaltis</a>&nbsp;contra Alemania el 29 de junio. El partido de octavos de final de la selección se disputará a las 17:00 en el Estadio Filadelfia.</li><li><b>Marruecos</b>&nbsp;,&nbsp;subcampeón del&nbsp;<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C , se clasificó tras un&nbsp;</a><a href="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/">empate 1-1 que culminó con una victoria por 3-2 en la tanda de penaltis</a>&nbsp;contra los Países Bajos el 30 de junio. Su partido de octavos de final se disputará el 4 de julio a la 13:00 contra Canadá.</li><li><b>Francia</b>&nbsp;,&nbsp;ganadora del&nbsp;<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I , se clasificó tras&nbsp;</a><a href="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/">vencer a Suecia por 3-0</a>&nbsp;el 1 de julio. Su partido de octavos de final se disputará el 4 de julio a las 17:00 contra Paraguay.<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/"></a><a href="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/"></a></li><li><b>Noruega</b>&nbsp;,&nbsp;subcampeona&nbsp;del&nbsp;<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I , se clasificó tras&nbsp;</a><a href="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/">vencer a Costa de Marfil por 2-1</a>&nbsp;el 1 de julio. Su partido de octavos de final se disputará el 5 de julio a las 16:00 contra Brasil.</li><li><b>México</b>&nbsp;,&nbsp;ganador del&nbsp;<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A , se clasificó tras&nbsp;</a><a href="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/">vencer a Ecuador por 2-0</a>&nbsp;el 1 de julio. Su partido de octavos de final se jugará el 5 de julio a las 20:00 horas.</li></ol><p><b>SEGUIMIENTO DEL PROGRESO</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Octavos de final de clasificación</b></a></li><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"><b>Eliminaciones durante la Ronda de 32</b></a></li><li><a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/"><b>Equipos de la ronda de 32</b></a></li><li><a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>Consulta el cuadro de eliminatorias</b></a></li></ul><p><b>CALENDARIO DEL TORNEO</b></p><h3><b>Partidos de dieciseisavos de final</b></h3><p><b>1 de julio</b></p><ul><li>El partido entre Inglaterra y la República Democrática del Congo se disputará al mediodía en el estadio de Atlanta.</li><li>El partido entre Bélgica y Senegal se disputará a las 16:00 horas en el estadio de Seattle.</li><li>El partido entre Estados Unidos y Bosnia y Herzegovina se jugará a las 8 pm en el Estadio del Área de la Bahía de San Francisco.</li></ul><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 11:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>2 de julio</b></p><ul><li>España contra Austria a las 15:00 en el Estadio de Los Ángeles.</li><li>Portugal contra Croacia a las 19:00 en el Estadio de Toronto.</li><li>Suiza contra Argelia a las 23:00 en el BC Place de Vancouver.</li></ul><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>3 de julio</b></p><ul><li>El partido entre Australia y Egipto se jugará a las 2 de la tarde en el estadio de Dallas.</li><li>El partido Argentina vs Cabo Verde se jugará a las 6 pm en el Estadio de Miami.</li><li>El partido Colombia vs Ghana se jugará a las 9:30 pm en el Estadio de Kansas City.</li></ul><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><h3><b>Comienza la ronda de octavos de final.</b></h3><p><b>4 de julio</b></p><ul><li>El partido entre Canadá y Marruecos se jugará a la 1 pm en el Estadio de Houston.</li><li>Paraguay contra Francia se juega a las 5 pm en el Estadio de Filadelfia.</li></ul><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>5 de julio</b></p><ul><li>Brasil contra Noruega a las 4 pm en el Estadio de Nueva York/Nueva Jersey.</li><li>México&nbsp;a las 8 pm en el Estadio de la Ciudad de México</li></ul><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas el último día de 15:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>6 de julio</b> : Hay dos partidos a las 15:00 y a las 20:00.</p><p><b>7 de julio</b> : Hay dos partidos a las 12:00 y a las 16:00.</p><h3><b>Comienzan los cuartos de final</b></h3><p><b>9 de julio</b> : Hay un partido de cuartos de final a las 16:00.</p><p><b>10 de julio</b> : Hay un partido de cuartos de final a las 15:00.</p><p><b>11 de julio</b> : Hay dos partidos de cuartos de final a las 17:00 y a las 21:00.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver el partido a las 17:00 horas del 11 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada . El aparcamiento es gratuito.</a></p><h3><b>Comienzan las semifinales</b></h3><p><b>14 de julio</b> : El festival de aficionados ha finalizado. Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 14 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><p><b>15 de julio</b> : Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 15 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><h3><b>Comienzan las finales</b></h3><p><b>18 de julio</b> : El partido por el tercer puesto se jugará a las 17:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a las 3 pm del 18 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final de bronce de las 5 pm.</p><p><b>Viaje al amanecer al estadio</b> : El Amerant Bank Arena ofrece estacionamiento gratuito para los poseedores de entradas para la Copa Mundial de la FIFA que utilicen <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">el servicio de autobús exprés gratuito</a> del condado de Broward para llegar al Miami Stadium, también conocido como Hard Rock, en Miami Gardens.</p><p><b>19 de julio</b> : El partido final es a las 15:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a la 1 pm del 19 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final que comienza a las 3 pm.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver la final el 19 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para los poseedores de entradas</a> . El estacionamiento es gratuito.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNTTQTYNOWD62B57ZXKKBKZDYY.jpg?auth=3b446ef3deca592aee4434ea13ecd3c3b25910f98693e22f3e97a472d1c1c1e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe, left, celebrates their first goal with head coach Didier Deschamps, second from left, and teammates during the World Cup round of 32 soccer match between France and Sweden in East Rutherford, N.J., near New York, Tuesday, June 30, 2026. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[French shipping company CMA CGM Group to buy FedEx' logistics arm for $1.4B]]></title><link>https://www.local10.com/business/2026/07/01/french-shipping-company-cma-cgm-group-to-buy-fedex-logistics-arm-for-14b/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/french-shipping-company-cma-cgm-group-to-buy-fedex-logistics-arm-for-14b/</guid><dc:creator><![CDATA[By MAE ANDERSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — French container shipping company CMA CGM Group said Wednesday it will buy FedEx Supply Chain, the third-party logistics subsidiary of FedEx for $1.4 billion, as it works to expand in the U.S.]]></description><pubDate>Wed, 01 Jul 2026 15:35:11 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — French container shipping company CMA CGM Group said Wednesday it will buy FedEx Supply Chain, the third-party logistics subsidiary of FedEx for $1.4 billion, as it works to expand in the U.S.</p><p>CMA CGM Group said the acquisition will triple the size of its own logistics arm, CEVA Logistics and help build its presence as a contract logistics provider in North America.</p><p>In 2025, CMA CGM pledged to invest $20 billion in its U.S. warehousing, air cargo and logistics over four years.</p><p>The two companies said they expected to enter into multiyear air and ocean freight commercial agreements as well.</p><p>Rodolphe Saadé, CEO of CMA CGM Group, said the deal will "reinforce our long-term commitment to investing in the United States and supporting the resilience and efficiency of its supply chain.”</p><p>FedEx, based in Memphis, Tennessee, has been spinning off some businesses to focus on its delivery business, focusing on higher-margin business-to-business deliveries for the healthcare, automotive, aerospace and data center industries. It completed its spinoff of FedEx Freight, which transports heavy and bulky shipments, on June 1.</p><p>The acquisition is expected to close later this year, subject to regulatory approvals.</p><p>The air cargo and ocean freight deals are expected to be ironed out in different phases between 2026 and 2028.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M7UBYMQKQEURZBUWHQMI2XVVII.jpg?auth=ccc9f02c3cd3d45fa2ddb903119aa262e22b9a336eed0e7dca1cd2b525e83cee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Fed Ex truck sits during a delivery June 26, 2019, in Chapel Hill, N.C. (AP Photo/Gerry Broome, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerry Broome</media:credit></media:content></item><item><title><![CDATA[Petro no logró heredar su legado en Colombia: entre el desgaste del gobierno y la campaña digital]]></title><link>https://www.local10.com/espanol/2026/07/01/petro-no-logro-heredar-su-legado-en-colombia-entre-el-desgaste-del-gobierno-y-la-campana-digital/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/petro-no-logro-heredar-su-legado-en-colombia-entre-el-desgaste-del-gobierno-y-la-campana-digital/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El saliente presidente colombiano Gustavo Petro no logró que su proyecto político continuara en el poder a través del candidato progresista Iván Cepeda por la combinación de un “voto castigo” a su gobierno y las dificultades en la estrategia digital de la campaña, según analistas.]]></description><pubDate>Wed, 01 Jul 2026 15:28:55 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El saliente presidente colombiano Gustavo Petro no logró que su proyecto político continuara en el poder a través del candidato progresista Iván Cepeda por la combinación de un “voto castigo” a su gobierno y las dificultades en la estrategia digital de la campaña, según analistas.</p><p>En el balotaje con la segunda diferencia más estrecha de las últimas tres décadas, fue electo el conservador Abelardo de la Espriella, un férreo opositor a Petro que promete dar un vuelco en la agenda política progresista que dominó en los últimos cuatro años.</p><p>“Es una derrota significativa para Petro porque la campaña se presidencializó... seguramente si Petro no se hubiese metido en la campaña el chance de Cepeda hubiera podido ser mayor”, aseguró a The Associated Press el consultor en comunicación política Carlos Arias Orjuela.</p><p>Petro, como presidente en funciones, no podía hacer proselitismo, según las leyes electorales. Sin embargo, durante la campaña fue cuestionado por su presunta participación indebida en política tras referirse a los candidatos en redes sociales.</p><p>Para Arias Orjuela fue clave en la derrota que Petro desconociera el conteo preliminar de la Registraduría en la primera vuelta presidencial —y sugiriera que había habido irregularidades sin mostrar pruebas— porque terminó por “generar más miedo en la campaña”.</p><p>El “antipetrismo”</p><p>Cuando Petro, exmilitante guerrillero, fue elegido presidente en 2022 lo hizo derrotando la resistencia que tenía un país tradicionalmente inclinado por gobiernos conservadores o moderados.</p><p>Petro ha defendido que su gobierno le cumplió al “pueblo” al reducir la pobreza al 28%, la cifra más baja desde 2012 según el último dato oficial disponible para 2025. También al sacar adelante reformas al sistema laboral y de pensiones con beneficios para los trabajadores.</p><p>Pero Cepeda, quien prometía continuar y profundizar la agenda de Petro, tuvo que lidiar con los cuestionamientos al gobierno, especialmente a la política de “paz total” de Petro que impulsó diálogos paralelos con grupos armados ilegales y que sólo logró desarmar a un centenar entre miles.</p><p>“La elección se convirtió en un referendo sobre el gobierno Petro, es decir, la candidatura de Cepeda no logró la autonomía que lo desligara de los errores del gobierno en temas muy sensibles para la gente”, aseguró a AP la senadora Jennifer Pedraza, quien ha sido independiente en el gobierno Petro y votó por Cepeda en el balotaje.</p><p>A pocos días de la segunda vuelta presidencial Cepeda intentó eludir una de las críticas más fuertes al gobierno de Petro al desmontar el proceso ciudadano que buscaba convocar una Asamblea Nacional Constituyente para modificar la carta magna. Pero se trató de una decisión tardía que no logró convencer a los más moderados, especialmente luego de que Petro prometiera en el pasado que no promovería una constituyente, explicó Yann Basset, profesor de Ciencia Política de la Universidad del Rosario.</p><p>La campaña digital</p><p>Arias Orjuela resaltó que De la Espriella apostó a una “campaña digital poderosa” con imágenes de “El Tigre”, como se apoda, algunas generadas con inteligencia artificial y moviendo emociones con propuestas concisas como la de mano dura contra los grupos armados ilegales y los narcotraficantes.</p><p>Mientras tanto, Cepeda dio prioridad a los discursos leídos en plazas públicas y a los recorridos por los territorios, asegurando que su campaña sería austera y tranquila.</p><p>Cepeda decidió “hablarle a una audiencia del siglo XXI con fórmulas del siglo XX”, explicó a AP Manuel Camilo González, profesor del Departamento de Relaciones Internacionales de la Universidad Javeriana. Mientras la campaña de De la Espriella fue efectiva al llegar a sus electores a través de uis teléfonos celulares.</p><p>“La idea del partido político es una idea que está empezando a ser sobrevalorada, quedó en el siglo pasado. Ahora las redes sociales le permiten al candidato aquello que antes daba un partido. Eso lo entendió muy tarde la campaña de Cepeda”, indicó González.</p><p>Sin embargo, Cepeda ha señalado que su derrota estuvo ligada a la “abierta interferencia” del presidente estadounidense Donald Trump, quien respaldó a De la Espriella, en el proceso electoral. “Él mismo (Trump) afirmó que fue definitiva para la elección de su candidato en Colombia”, indicó el martes a la prensa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UN4XLFBAE7U5NXESU3ETWZEWMI.jpg?auth=fb192c8dc5390ba8f0ec4c12c7ecc62367fe565251e40b90da7071b5508942fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente colombiano Gustavo Petro muestra una papeleta de votación durante la segunda vuelta de las elecciones en Bogotá, Colombia, el domingo 21 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FG6USJNMHDDWDOOX5EW72MY35Y.jpg?auth=8cccf4d2132d7831832f735436b68ea5f336e2dfa1ce07cda9ce5bcc0421a440&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iván Cepeda reconoce su derrota en las elecciones presidenciales en una conferencia de prensa en Bogotá, Colombia, el miércoles 24 de junio de 2026. (AP Foto/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Agentes: Hermanos gemelos siguen vertiendo aguas residuales en propiedad cerca de los Everglades]]></title><link>https://www.local10.com/espanol/2026/07/01/agentes-hermanos-gemelos-siguen-vertiendo-aguas-residuales-en-propiedad-cerca-de-los-everglades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/agentes-hermanos-gemelos-siguen-vertiendo-aguas-residuales-en-propiedad-cerca-de-los-everglades/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Los agentes informaron que un par de hermanos gemelos completó un programa de desvío previo al juicio después de que fueron sorprendidos permitiendo que vehículos recreativos vertieran aguas residuales sin tratar en su propiedad cerca de los Everglades en 2023. Pero, según los informes de arresto, al parecer Juan Gonzalez-Osorio y Justo Gonzalez-Osorio no aprendieron mucho de esa experiencia.]]></description><pubDate>Wed, 01 Jul 2026 15:28:08 +0000</pubDate><content:encoded><![CDATA[<p>Los agentes informaron que un par de hermanos gemelos completó un programa de desvío previo al juicio después de que fueron sorprendidos permitiendo que vehículos recreativos vertieran aguas residuales sin tratar en su propiedad cerca de los Everglades en 2023. Pero, según los informes de arresto, al parecer Juan Gonzalez-Osorio y Justo Gonzalez-Osorio no aprendieron mucho de esa experiencia.</p><p>Las autoridades informaron que recibieron una denuncia de que todavía había vehículos recreativos en su propiedad, ubicada en el 15600 de la avenida Southwest 212, en la zona rural de Redland, en el condado Miami-Dade, y que una vigilancia aérea realizada el 20 de enero mostró que “estaba prácticamente en las mismas condiciones” que hacía tres años. Agentes de la Oficina del Sheriff de Miami-Dade ejecutaron una orden de allanamiento en la propiedad dos días después.</p><p>Los agentes de la MDSO regresaron el martes a la propiedad, que colinda directamente con los Everglades, para arrestar a los hermanos gemelos de 47 años por cargos de delitos graves de desprecio deliberado por el medio ambiente y desacato deliberado a las leyes de contaminación del agua.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d19534.679165729933!2d-80.54525326554662!3d25.622666672923263!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9e948e29a4bf1%3A0xb75740516883cff3!2s15600%20SW%20212th%20Ave%2C%20Miami%2C%20FL%2033187!5e1!3m2!1sen!2sus!4v1782918393684!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p>Según los documentos de arresto, el allanamiento realizado en enero “reveló múltiples estructuras modulares y vehículos recreativos” conectados a sistemas no autorizados de tratamiento y eliminación de aguas residuales, “algunos de los cuales contenían tuberías de desbordamiento y/o bombas que permitían canalizar el efluente líquido hacia los humedales circundantes”.</p><p>“Había tuberías de dos de los vehículos recreativos que iban directamente a los humedales sin ningún sistema de almacenamiento, incluida una en la parte oeste de la propiedad que tenía una fuga y estaba formando acumulaciones dentro del terreno, además de descargar directamente en los humedales vecinos”, indica el informe.</p><p>Los agentes informaron que también encontraron un estanque en la propiedad cubierto por una proliferación de algas y con “animales muertos”, y señalaron que “las pruebas realizadas al estanque revelaron niveles muy altos de bacterias y dieron positivo para E. coli”.</p><p>Pero, según la MDSO, eso no fue todo lo que encontraron los agentes.</p><p>Indicaron que los investigadores encontraron cuatro yeguas “en un corral pequeño sin acceso a agua” ni refugio, y un cerdo “en una jaula elevada sin acceso a comida ni agua” ni posibilidad de ejercitarse.</p><p>Por ello, Juan Gonzalez-Osorio enfrenta cinco cargos adicionales por abandono de animales.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LHP3BH35XNEC5FQT73YQBRWHDE.png?auth=4e40bdd025c2c9b9c4f0052ba5642c3b5c3f809aec390cc0f04fc3c413ae3925&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Juan Gonzalez-Osorio and Justo Gonzalez-Osorio]]></media:description></media:content></item><item><title><![CDATA[AP's long-time Supreme Court reporter Mark Sherman reflects on front row seat to legal history]]></title><link>https://www.local10.com/news/politics/2026/07/01/aps-long-time-supreme-court-reporter-mark-sherman-reflects-on-front-row-seat-to-legal-history/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/aps-long-time-supreme-court-reporter-mark-sherman-reflects-on-front-row-seat-to-legal-history/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — At the end of my first term covering the Supreme Court, Justice Stephen Breyer departed from his prepared remarks to offer a sharp courtroom rebuke of his conservative colleagues.]]></description><pubDate>Wed, 01 Jul 2026 18:02:39 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — At the end of my first term covering the Supreme Court, Justice Stephen Breyer departed from his prepared remarks to offer a sharp courtroom rebuke of his conservative colleagues.</p><p>“It is not often in the law that so few have so quickly changed so much,” Breyer said, dissenting in a school integration case.</p><p>The moment was instructive to me as a new reporter on the Supreme Court beat. It encapsulated a term in which a new conservative majority had prevailed in one 5-4 case after another. But more than that, it was a very human reaction from a frustrated justice whose black robe was meant to convey a certain dull sobriety.</p><p>I would be on the lookout for such departures for the rest of my 20 years at the court.</p><p>___</p><p>EDITOR’S NOTE: Mark Sherman has covered the Supreme Court for The Associated Press for 20 years during some of the most momentous decisions in history. He retired on Tuesday, the last day of the court term, and reflects on his experience. He has witnessed how by both happenstance and design the court has moved to the ideological right.</p><p>___</p><p>In that time, almost by happenstance more than design, the court has marched to the ideological right. Unexpected vacancies, brute force political maneuvers and the rise of Donald Trump all combined to give the court a conservative supermajority, and with that change the direction of the country.</p><p>The Supreme Court has marched to the right</p><p>When I started covering the Supreme Court in 2006, the center of gravity had just shifted slightly to the right, from Sandra Day O’Connor to Anthony Kennedy.</p><p>Together they had helped preserve abortion rights in 1992, then been part of a five-justice majority to insure George W. Bush’s election in 2000 in Bush v. Gore.</p><p>Kennedy is lionized in some quarters for his opinions in favor of gay rights, including the landmark decision that declared same-sex marriage a constitutional right. In different settings, it’s his majority opinion in Citizens United that comes in for high praise, which enabled a flood of independent spending in political campaigns.</p><p>Scalia’s unexpected death presented Democrats with an opportunity. Republicans blocked them</p><p>But a larger change was afoot. It started when Antonin Scalia died suddenly of a heart attack, in February 2016.</p><p>Liberals salivated at the prospect of a court that might pivot left, rolling back gun rights and reimposing campaign finance limits that had recently been overturned.</p><p>Certainly abortion and affirmative action would be safe, as Justice Ruth Bader Ginsburg assured me when we spoke that summer.</p><p>Sitting across from me in her court office filled with modern art and mementos, Ginsburg seemed confident that the next occupant of the White House would be a woman, Democrat Hillary Clinton. The next president, “whoever she may be,” Ginsburg said, might get to fill three vacancies, not just Scalia’s seat. At least two other justices in their 80s or nearing that milestone might retire, herself included.</p><p>I broke the spell. What if Clinton were to lose, I asked. “I don’t want to think about that possibility, but if it should be, then everything is up for grabs,” she said.</p><p>Ginsburg was more right than wrong. She was incorrect about the outcome. Clinton lost the election, in part because of conservative voters’ worries about the future of the Supreme Court.</p><p>Senator Mitch McConnell, the Majority Leader at the time, had maneuvered to keep Scalia’s seat open until after the election, even after Obama nominated the well-respected federal appeals court judge Merrick Garland, who had previously won broad bipartisan support.</p><p>But she nailed just about everything else. The next president, Donald Trump, did appoint three justices. And everything was on the table, including abortion and affirmative action.</p><p>Instead of writing about a new liberal court majority, one on which more moderate justices like Breyer and Elena Kagan would play decisive roles, I have reported on the triumph of the conservative legal project, decades in the making, and to the great satisfaction of Republicans who wanted to reverse liberal rulings from previous decades.</p><p>Lifetime tenure gives justices a say in who succeeds them</p><p>It has become commonplace for justices to time their retirements so that they can be replaced by someone with the same judicial philosophy.</p><p>Ginsburg, having decided to remain on the court, died less than two months before the 2020 election and her deathbed wish that her seat not be filled before then was ignored.</p><p>The last two justices who retired, Anthony Kennedy, appointed by Ronald Reagan and Stephen Breyer, appointed by Bill Clinton, were replaced by people who once served as their law clerks.</p><p>It’s not a criticism of Brett Kavanaugh and Ketanji Brown Jackson, each with a sterling legal resume. Instead, it’s telling that the effort to coax a justice into retirement might be more likely to succeed if a former clerk is in the running for the seat.</p><p>The country accepts that the direction of the court turns not just on who the president is, but the late-in-life decisions of the justices themselves.</p><p>Justices object to being described as political</p><p>There are no Trump judges or Obama judges, only an independent judiciary, Chief Justice John Roberts told me several years ago after I asked whether he’d have any comment on President Donald Trump’s criticism of an “Obama judge.”</p><p>Roberts was right in one respect. Judges, justices included, don’t vote robotically in favor of the president who appointed them. In just one example, two Trump-appointed justices voted against the president’s unilateral, global tariffs, for which Trump criticized them in harsh, personal terms.</p><p>But Trump clearly was right, too. In this era, presidents nominate justices because their records show they can be counted on.</p><p>Since 2010, the conservative justices all have been appointed by Republican presidents. The liberals, by Democrats. The consistent message from both sides is that too much is at stake to risk a selection mistake.</p><p>Would you mind snapping a photo, a tourist in front of the Supreme Court once asked Justice Anthony Kennedy?</p><p>One of the advantages of zealously keeping cameras from the courtroom is how little known most justices are. Some of that has changed as seven of the nine justices have written or are writing books which they then go on tour to promote. They have collectively earned millions of dollars.</p><p>It’s remarkable how unobtrusively justices used to move around town. It was not uncommon to run into Ginsburg and her family at a movie or a play, see Thomas making his way to and from Mass most mornings, bump into Kagan at a supermarket or get in line behind Sotomayor at a weekend farmer’s market on Capitol Hill.</p><p>The justices drove themselves to work most days. Scalia once got a traffic ticket for a minor fender-bender on his way into work.</p><p>Early in my time in Washington, I recall walking past the court and seeing a Volkswagen with New Hampshire plates parked on Maryland Avenue. The dry cleaning lying in the back erased any doubt about whose car it was. “Souter,” the label said, as in Justice David Souter of New Hampshire.</p><p>Security concerns have grown exponentially over the years. By the time Kavanaugh joined the court, security was much tighter. Federal agents were stationed outside Kavanaugh's house in suburban Maryland when a would-be attacker armed with a pistol, knife and zip ties showed up there late one night in 2022 and eventually pleaded guilty to trying to assassinate the justice.</p><p>Covering the court has changed dramatically</p><p>Until the COVID-19 pandemic, I felt strongly that the world, as it were, was waiting for my assessment of what had happened in the courtroom on any given morning. I was among a handful of reporters who hurried downstairs after arguments ended to bat out a first take on where the court appeared to be headed in its biggest cases.</p><p>News organizations regularly asked for live access to big arguments and the response was always, No. Then the pandemic shut down the world and institutions scrambled to figure out how to cope. For the court, that meant remote argument sessions, with no choice but to allow the public to listen in, live.</p><p>That experiment produced the occasional embarrassing moment, including an audible and unexplained toilet flush. But mostly it worked, and Americans could hear the court in action. Even when the justices returned to the courtroom in 2021, the livestream remained.</p><p>Selfishly, my coverage feels less vital because anyone who cares can listen and assess what is being said. Decisions post quickly to the court's website. No one is hanging on my words.</p><p>The growth of emergency appeals also has changed covering the court, and not for the better. In years past, I could know from a glance at the calendar when I’d be very busy. But emergency appeals can pop up any time (and did with alarming frequency during Trump’s second term) and decisions on those appeals also could come at any time, during the regular workday or even after midnight.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FSX4XPHWSFDLX723B3UPC3Z4HM.jpg?auth=ca4ba92bb8be743a309d3553d0370d0d62613c2f1778e805523b282e5dcc0256&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mark Sherman poses for a photograph outside of the Supreme Court Tuesday, June 30, 2026, on the last day of the Court term on Capitol Hill, Tuesday, June 30, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AZJAYEZBWTLFA5OXK6SGDWSBPY.jpg?auth=cc4fcdd045941dea909c7dfe0996d20b63247c7a0246a764511644c89d116e88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supreme Court Justice Ruth Bader Ginsburg is interviewed by Associated Press writer Mark Sherman in her chambers in Washington, Aug. 3, 2010. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NCZVWG35JRRFMXFVSLRA7LU5TA.jpg?auth=3b5e2b29563f423b02f2b7c2cd916384aabcfd8588611cbc67271bf37e444b94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Supreme Court is seen as the Justices release opinions, in Washington, Monday, June 29, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HN62DKHF52YQ6VJ2IAQUXWDEBU.jpg?auth=2679e4c4531321c3d45b06e8b1d19276818c26fd59602110a3dba89a0ddb0865&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A group prays outside of the Supreme Court ahead of the court's ruling on whether transgender girls and women can play on school athletic teams, Tuesday, June 30, 2026, on Capitol Hill in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5U54S5D2WSO5PU25Q2AGBIBXEY.jpg?auth=6ee495231e900d5d0bfe989121e5839dbfc18cee24a3b7616122df562525a2b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Interns run to deliver documents to the media after a Supreme Court ruling outside the Supreme Court on Capitol Hill, Tuesday, June 30, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Venezuelan medics fear infections from quake injuries as search for untold dead continues]]></title><link>https://www.local10.com/news/world/2026/07/01/venezuelan-medics-fear-infections-from-quake-injuries-as-search-for-untold-dead-continues/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/venezuelan-medics-fear-infections-from-quake-injuries-as-search-for-untold-dead-continues/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO, MEGAN JANETSKY and ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[CARACAS, Venezuela (AP) — A week after Venezuela’s devastating twin earthquakes, doctors on Wednesday said the biggest dangers now facing survivors are untreated injuries and infectious diseases.]]></description><pubDate>Wed, 01 Jul 2026 19:41:02 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS, Venezuela (AP) — A week after Venezuela’s devastating twin earthquakes, doctors on Wednesday said the biggest dangers now facing survivors are untreated injuries and infectious diseases.</p><p>Thousands of displaced Venezuelans are sleeping in crowded shelters or outside without access to clean water amid dismal sanitary conditions following the June 24 earthquakes which officials say killed at least 2,295 and left more than 11,000 injured.</p><p>Aid workers said the aftermath of the quakes has become a major medical crisis that, unless quickly controlled, would take more lives in the days and weeks ahead. The emergency has laid bare Venezuela's chronic shortage of doctors, the result of years of economic crisis, underfunding and emigration.</p><p>“The issue we foresee just around the corner is the infections that patients who have been exposed to the disaster for the longest time might bring,” said Eugenio Cova, the head of the trauma unit at Hospital del Oeste Dr. José Gregorio Hernández in Caracas, the capital. “We’ve already gone through the period of complex trauma — which will continue to occur — but now it’s complicated by infections."</p><p>Aid workers also warn that the extensive damage to infrastructure is turning hard-hit communities into petri dishes for disease.</p><p>“It’s very hot and there’s a lot of concern about potential vector-borne diseases,” said Veronique Durroux, the U.N. humanitarian agency spokesperson for Latin America and the Caribbean. “Waste management is an issue. Debris management, when you see the scale of devastation, it’s very concerning.”</p><p>US military deploys 900 personnel to aid Venezuela</p><p>The United States had 900 military personnel currently on the ground to support relief and rescue operations as of Wednesday, Steven McLoud, a U.S. Southern Command spokesperson, told The Associated Press.</p><p>The military has repaired an earthquake-damaged runway at the main international airport that serves Caracas to allow for the arrival of humanitarian assistance and stationed naval assets off the coast to receive airlifted survivors. An additional 100 people from the U.S. State Department have been sent to aid those efforts, McLoud said.</p><p>So far, the Trump administration has offered Venezuela $300 million in assistance channeled through aid groups and the United Nations. But that remains just a fraction of the post-earthquake aid the country needs: Material damage from the quakes is estimated at over $6.7 billion, according to satellite analysis by the U.N. Development Program.</p><p>Fifty other international teams have arrived in recent days to help with search-and-rescue operations, including from countries like Ecuador and Israel that don't have diplomatic relations with Venezuela. Against the odds — the time period for survival when trapped under rubble is typically 48 to 72 hours — rescuers are continuing to find a small number of survivors, including on Tuesday, a toddler who had been trapped for six days.</p><p>Underequipped hospitals face a surge</p><p>Long before the earthquakes, Venezuela's public hospitals were strained by shortages of water, energy, critical medical equipment and highly trained staff.</p><p>Among the 8 million people who fled the country's economic crisis in recent years are many specialized doctors and nurses.</p><p>“Doctors between the ages of 35 and 55 have left and taken with them a ton of experience,” said Jaime Lorenzo, director of United Doctors of Venezuela, a nonprofit network of medical professionals.</p><p>Those who remain now confront the overwhelming prospect of treating thousands of grievous injuries from crushed and caved-in concrete structures. The government on Wednesday raised the number of people injured in the quakes to 11,267.</p><p>Hospital del Oeste Dr. José Gregorio Hernández in Caracas lacks screws and plates needed for orthopedic surgery and medicated gauze to prevent infections, said Cova, who conducts surgery on crushed limbs in makeshift operating rooms because possible earthquake damage has made parts of the building inaccessible. According to the government, the earthquakes damaged or otherwise compromised 38 hospitals nationwide.</p><p>There's also a nationwide shortage of ambulances that forces most injured Venezuelans to arrive to hospitals in the backs of pickup trucks, said Lorenzo. That's just one of the ways that ordinary citizens, feeling abandoned by the government, say they've been forced to shoulder much of the rescue effort.</p><p>When the chaos and trauma of this first week after the quake starts to subside, Lorenzo said he fears a new wave of patients will hit hospitals: Venezuelans, who, rendered suddenly homeless after the earthquakes, have gone all week without medication for chronic diseases such as asthma, diabetes and high blood pressure.</p><p>Questions over government response</p><p>The government of acting President Delcy Rodriguez — who served as deputy to President Nicolás Maduro until he was ousted by the United States in January and who became interim leader with the backing of the Trump administration — has faced growing criticism over its handling of the disaster.</p><p>Videos circulating on social media in recent days appear to show security officers picking through the rubble of fallen buildings and making off with U.S. dollars, appliances and other personal belongings and sparking widespread anger among Venezuelans. The videos could not be verified by the AP.</p><p>In response to the videos, the the Interior Ministry on Wednesday said it dismissed and detained four police officials for “deviating from their duties and taking advantage of the rescue and humanitarian aid efforts."</p><p>Rodríguez announced seven days of national mourning on Wednesday to honor victims.</p><p>Many thousands remain missing, adding ambiguity to the temblors' complete toll and leaving families in an agonizing limbo as they wait days by collapsed buildings, hoping for the bodies of their loved ones to surface.</p><p>One non-governmental digital database where families can register missing loved ones showed over 40,600 people still unaccounted for as of Wednesday.</p><p>___</p><p>This story has been corrected to show the U.S. Southern Command spokesperson's name is Steven McLoud, not Steven McCloud, and the hospital name is Hospital del Oeste Dr. José Gregorio Hernández, not Hospital del Oeste Dr. José Gregor Hernández.</p><p>___</p><p>Janetsky reported from Mexico City and DeBre reported from Buenos Aires, Argentina.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KJYBW4ISYXHYRWUVDTUT4YJYKA.jpg?auth=219d2474bc18318dc5c7893c0ea111b0b85f78cd2d3ab7f6cf3682e68ae9342c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UK ISAR (International Search and Rescue) are pictured in Caraballeda, La Guaira, Venezuela Tuesday, June 30, 2026, following two powerful earthquakes. (Miguel Medina/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Medina</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HUB7CK5ZZBL4ANRHBMR477LAKM.jpg?auth=c421d81e04c28374846553c7b33341b56dbb69dd0c43524cddcd01832f949502&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Volunteers and rescuers help to find survivors in a collapsed building in Caraballeda, La Guaira state, Venezuela, on June 30, 2026, following the June 24 twin earthquakes. (Miguel Medina/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Medina</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RA4FTJIX44DDXZURBACT3MW7UE.jpg?auth=d2a2d302406c1561ed5744c705308960ef59616cd4f37c338b43d6bda9cf9d50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Volunteers and a Mexican rescuer help to find survivors in a collapsed building in Caraballeda, La Guaira state, Venezuela, on June 30, 2026, following the June 24 twin earthquakes. (Miguel Medina/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Medina</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DBCP35VSS2LHNCIDBZXEXKCZSI.jpg?auth=f005d68fb802be7f5b7baa199f2c7c7191ce60f0983ee6817e3261b9fa36fa09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers stand on the rubble of a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. Houses in the Caribe neighborhood are seen at the top. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Suspect turns herself in after shooting another woman in Miami Gardens, cops say]]></title><link>https://www.local10.com/espanol/2026/07/01/suspect-turns-herself-in-after-shooting-another-woman-in-miami-gardens-cops-say/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/suspect-turns-herself-in-after-shooting-another-woman-in-miami-gardens-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Miami Gardens woman is facing multiple felony charges after investigators said she shot another woman earlier this year. ]]></description><pubDate>Wed, 01 Jul 2026 14:57:04 +0000</pubDate><content:encoded><![CDATA[<p>A Miami Gardens woman is facing multiple felony charges after investigators said she allegedly shot another woman earlier this year. </p><p><a href="https://www.local10.com/espanol/2026/07/01/arrestan-a-sospechosa-que-se-entrega-tras-balacera-contra-otra-mujer-en-miami-gardens/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/arrestan-a-sospechosa-que-se-entrega-tras-balacera-contra-otra-mujer-en-miami-gardens/">Leer en español</a></p><p>Authorities said Milagros De La Caridad Navarro, 35, was arrested Tuesday by the Miami Gardens Police Department after surrendering herself in connection with the Feb. 22 shooting.</p><p>According to an arrest report, officers responded to the 100 block of Northwest 202nd Terrace just after 1 a.m. on that day after receiving reports about a shooting. </p><p>Miami Gardens police said they were notified about 30 minutes later that a gunshot victim had arrived at HCA Florida Aventura Hospital. </p><p>The report states the driver who took the victim to the hospital told officers she was unfamiliar with the area because she was visiting from Georgia. </p><p>The driver said she heard multiple gunshots while driving before realizing her mother-in-law had been struck and then took her to the nearest hospital, according to the report. </p><p>The driver told investigators she did not know who was responsible for the shooting, the report states. </p><p>Investigators said they later interviewed the victim after her breathing tube was removed. </p><p>According to the report, the victim had difficulty speaking and recalling the events, but remembered leaving Hollywood Beach with another woman, returning home to shower and cook, and later leaving a home where a woman identified as “Caridad” had been present. </p><p>The report states that the victim told detectives her next memory was waking up in the hospital. </p><p>Police said the investigation included witness interviews, photo lineups and surveillance video.</p><p>According to the report, a witness identified Navarro during a photo lineup conducted on March 3. Another witness later identified Navarro in a separate lineup after telling investigators she had left her home in Navarro’s care while she was away, the report states. </p><p>Detectives also obtained surveillance video from a neighbor that, according to the arrest report, showed Navarro “shooting multiple shots in the direction of the victim.”</p><p>Investigators said a separate witness later told investigators that she saw Navarro pulling a handgun from a black fanny pack before the group got into a vehicle. They said that witness claimed she did not see the gun being fired, but saw Navarro holding the gun in her right hand as they drove away.</p><p>Jail records show Navarro is facing two counts of aggravated assault with a deadly weapon and one count of aggravated battery with a weapon causing great bodily harm.</p><p>As of Wednesday, Navarro was being held without bond at the Turner Guilford Knight Correctional Center. </p><p>A motive for the shooting remains unclear at this time. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W5X57OLONJEE5P4Z3DATOFV43U.jpg?auth=d35fee13a9fb5d1157685d925ba2d4de71eba112f94d684ede9d613610b3e675&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Democratic congressman asks the CFPB to investigate 'rent now, pay later' companies]]></title><link>https://www.local10.com/business/2026/07/01/democratic-congressman-asks-the-cfpb-to-investigate-rent-now-pay-later-companies/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/democratic-congressman-asks-the-cfpb-to-investigate-rent-now-pay-later-companies/</guid><dc:creator><![CDATA[By KEN SWEET, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A Democratic member of Congress is calling for the federal government to investigate the growing “rent now, pay later” industry, saying Americans may not understand the fees and cost structure of these products as the services become more widely available.]]></description><pubDate>Wed, 01 Jul 2026 16:56:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A Democratic member of Congress is calling for the federal government to investigate the growing “rent now, pay later” industry, saying Americans may not understand the fees and cost structure of these products as the services become more widely available.</p><p>Rep. Maxwell Frost, D-Florida, sent a letter to Consumer Financial Protection Bureau Acting Director Russell Vought urging the bureau to investigate rent now, pay later companies and hold them accountable for potential violations of federal consumer financial protection laws. In the letter, obtained by The Associated Press, Frost also asked the bureau to explain what it is doing to protect renters and whether landlords are steering tenants toward rent-financing products.</p><p>“Rent now, pay later” companies allow renters to split their monthly rent into smaller payments over the course of a month. A renter with a $1,000 monthly rent bill might pay in four weekly payments of $250 or two payments of $500.</p><p>First elected to Congress in 2022 at the age of 25, Frost said he frequently used buy now, pay later services to furnish his first apartment in Washington, which put him heavily into debt. In an interview, Frost said it was only because he made a healthy salary as a member of Congress that he was recently able to pay those debts off. He said he believes his experience is likely the same as other young Americans.</p><p>“Americans should know they have rights when using these buy now, pay later products,” Frost said. “This is why the CFPB was created in the first place.”</p><p>Frost looked into using his credit card to pay rent, but “thank God that didn't happen,” he added.</p><p>Companies such as Flex and Livble say breaking rent into multiple payments can help renters manage cash flow. The buy now, pay later company Affirm has also done limited trials that allow its customers to split rent into multiple payments. But several of these payment plans can come with high fees and finance charges. In February, the AP reported on how users of these services were paying as much as $50 a month to split their rent.</p><p>These RNPL companies differ from companies like Bilt, which allows some renters to pay rent through its credit card and rewards platform. Bilt says it has more than 5 million members, and its customers have historically used its service to earn rewards points on rent payments. RNPL companies are more focused on allowing customers to finance large rent payments across multiple payments.</p><p>Frost says there should be more disclosure to consumers around the products as they become more popular.</p><p>“While many of these companies market their loans as ‘innovative’ products that can help struggling cash-strapped renters, including by allegedly boosting their credit scores, many of these products more closely resemble repackaged payday loans,” Frost said in his letter.</p><p>A February report by Protect Borrowers and Toward Justice argued that some RNPL companies should comply with Truth in Lending Act requirements based on how they structure their products. The industry strongly disagreed with the groups’ findings at the time.</p><p>“In addition to structural reforms to drive down the cost of housing, lawmakers, policymakers, and law enforcement at every level of government need to wake up to the reality that a broad array of companies are cashing in, at working people’s expense, on the massive burden of rent in Americans’ lives,” the groups said in the report.</p><p>The Consumer Financial Protection Bureau has sharply curtailed its work under the second Trump administration. Under Vought, the bureau has rolled back regulations and guidance, dropped enforcement actions and moved to rescind previous agency activity. Other calls by members of Congress for bureau investigations have largely gone unanswered. The bureau did not immediately respond to a request for comment on Frost’s letter.</p><p>Vought’s tenure at the CFPB will end this summer. President Trump has nominated Brian Johnson, an executive formerly with Capital One, to be the next permanent director of the bureau. Johnson previously held a high-ranking position at the bureau during Trump’s first term in office.</p><p>Frost said that if the bureau does not act on buy now, pay later and rent now, pay later companies, he hopes to use information gathered from this letter and other resources to propose legislation next year if Democrats take control of Congress.</p><p>“I’m not holding my breath for the Trump administration to do the right thing, but this is the first step of many we can take to make sure these products are used correctly and Americans are protected,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TL5B6QSWSRKMYFEJXSIEOZIZZY.jpg?auth=f7fa6370fc03ab5c31d4583ba1ce30526154de4f4bf6556454ac580fec545c86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Maxwell Frost, D-Fla., speaks during a field hearing by House Oversight Committee Democrats focused on the Epstein Investigation, May 12, 2026, in West Palm Beach, Fla. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Actor and activist Danny Glover says he has Alzheimer’s disease]]></title><link>https://www.local10.com/entertainment/2026/07/01/actor-and-activist-danny-glover-says-he-has-alzheimers-disease/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/01/actor-and-activist-danny-glover-says-he-has-alzheimers-disease/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Actor and activist Danny Glover, best known for starring as an easygoing police officer in the “Lethal Weapon” franchise, has revealed he has Alzheimer’s disease.]]></description><pubDate>Wed, 01 Jul 2026 17:24:58 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Actor and activist Danny Glover, best known for starring as an easygoing police officer in the “Lethal Weapon” franchise, has revealed he has Alzheimer’s disease.</p><p>The four-time Emmy Award nominee, who turns 80 on July 22, told “Today” and People magazine that he was diagnosed with the progressive, memory-destroying disease three years ago.</p><p>“I’m still not accepting in my mind all parts of it,” he told People magazine. “There are the moments that you keep remembering that validate the fact that you can remember stuff. And there are moments I’ll never forget.”</p><p>More than 6 million people in the United States and millions more around the world have Alzheimer’s, the most common form of dementia.</p><p>Glover earned four Emmy Award nominations and an honorary Oscar in 2022. Other awards came from the NAACP and Black Entertainment Television, and he received nominations from the Screen Actors Guild.</p><p>Glover also served as a goodwill ambassador for the United Nations Development Program from 1998 to 2004. It focuses on poverty, disease and economic development in Africa, Latin America and the Caribbean.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W6ZXAXMBSVMCVU2XPX5WDMQHCU.jpg?auth=140011e459d527193a7e592e6fddbbb910ca5c4b4575cb99cff7ae3e874b21b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Danny Glover arrives at the Governors Awards on Friday, March 25, 2022, at the Dolby Ballroom in Los Angeles. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content></item><item><title><![CDATA[Arrestan a sospechosa que se entrega tras balacera contra otra mujer en Miami Gardens]]></title><link>https://www.local10.com/espanol/2026/07/01/arrestan-a-sospechosa-que-se-entrega-tras-balacera-contra-otra-mujer-en-miami-gardens/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/arrestan-a-sospechosa-que-se-entrega-tras-balacera-contra-otra-mujer-en-miami-gardens/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una mujer de Miami Gardens enfrenta múltiples cargos por delitos graves después de que los investigadores informaran que le disparó a otra mujer a principios de este año.]]></description><pubDate>Wed, 01 Jul 2026 15:06:44 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de Miami Gardens enfrenta múltiples cargos por delitos graves después de que los investigadores informaran que presuntamente le disparó a otra mujer a principios de este año.</p><p>Las autoridades informaron que Milagros De La Caridad Navarro, de 35 años, fue arrestada el martes por el Departamento de Policía de Miami Gardens después de entregarse en relación con la balacera del 22 de febrero.</p><p>Según el informe de arresto, los agentes respondieron a la cuadra 100 de Northwest 202nd Terrace poco después de la 1 a.m. de ese día tras recibir reportes sobre una balacera.</p><p>La Policía de Miami Gardens informó que aproximadamente 30 minutos después fue notificada de que una víctima de un disparo había llegado al Hospital HCA Florida Aventura.</p><p>El informe indica que la conductora que llevó a la víctima al hospital les dijo a los agentes que no conocía el área porque estaba de visita desde Georgia.</p><p>La conductora dijo que escuchó múltiples disparos mientras conducía antes de darse cuenta de que su suegra había sido alcanzada por un disparo y luego la llevó al hospital más cercano, según el informe.</p><p>La conductora les dijo a los investigadores que no sabía quién era responsable de la balacera, según el informe.</p><p>Los investigadores informaron que posteriormente entrevistaron a la víctima después de que le retiraran el tubo de respiración.</p><p>Según el informe, la víctima tenía dificultades para hablar y recordar los hechos, pero recordó haber salido de Hollywood Beach con otra mujer, regresar a casa para bañarse y cocinar, y posteriormente salir de una vivienda donde estaba presente una mujer identificada como “Caridad”.</p><p>El informe indica que la víctima les dijo a los detectives que su siguiente recuerdo fue despertar en el hospital.</p><p>La Policía informó que la investigación incluyó entrevistas con testigos, ruedas de reconocimiento fotográfico y videos de vigilancia.</p><p>Según el informe, un testigo identificó a Navarro durante una rueda de reconocimiento fotográfico realizada el 3 de marzo. Posteriormente, otro testigo identificó a Navarro en una rueda de reconocimiento distinta después de decirles a los investigadores que había dejado su casa al cuidado de Navarro mientras estaba fuera, según el informe.</p><p>Los detectives también obtuvieron un video de vigilancia de un vecino que, según el informe de arresto, muestra a Navarro “disparando múltiples veces en dirección de la víctima”.</p><p>Los investigadores informaron que otro testigo les dijo posteriormente que vio a Navarro sacar una pistola de una riñonera negra antes de que el grupo subiera a un vehículo. Indicaron que ese testigo afirmó que no vio cuando se disparó el arma, pero sí vio a Navarro sosteniendo la pistola en la mano derecha mientras se alejaban en el vehículo.</p><p>Los registros de la cárcel muestran que Navarro enfrenta dos cargos de agresión agravada con un arma mortal y un cargo de agresión agravada con un arma que causó lesiones corporales graves.</p><p>Hasta el miércoles, Navarro permanecía detenida sin derecho a fianza en el Centro Correccional Turner Guilford Knight.</p><p>Por el momento, el motivo de la balacera sigue sin estar claro.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W5X57OLONJEE5P4Z3DATOFV43U.jpg?auth=d35fee13a9fb5d1157685d925ba2d4de71eba112f94d684ede9d613610b3e675&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[NBA free agency: Norman Powell to Chicago in another All-Star move as teams continue shaping rosters]]></title><link>https://www.local10.com/sports/2026/07/01/nba-free-agency-norman-powell-to-chicago-in-another-all-star-move-as-teams-continue-shaping-rosters/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/nba-free-agency-norman-powell-to-chicago-in-another-all-star-move-as-teams-continue-shaping-rosters/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Add Norman Powell to the list of this past season's All-Stars who are changing addresses this summer in NBA free agency.]]></description><pubDate>Wed, 01 Jul 2026 19:43:11 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Add Norman Powell to the list of this past season's All-Stars who are changing addresses this summer in NBA free agency.</p><p>Powell has agreed to a two-year deal that could be worth up to $45 million with the Chicago Bulls, a person with knowledge of the talks said Wednesday. Powell also had received some interest from the Detroit Pistons, said the person, who spoke to The Associated Press on condition of anonymity because the contract cannot be finalized until July 6 at the earliest.</p><p>ESPN and Chicago Sports Network were among those who first reported the agreement between Powell and the Bulls, who will hold a team option for 2027-28. Powell spent this past season in Miami, where he became an All-Star for the first time and averaged 21.7 points in 58 games with the Heat.</p><p>Miami will have a very different look this coming season, after the acquisition of Giannis Antetokounmpo in a trade that sent Tyler Herro and others to Milwaukee. Powell will be joining his fifth team, after past stints with Portland, the Los Angeles Clippers, Toronto and the Heat.</p><p>All-Stars on the move</p><p>Powell is among five — and there likely will be more — All-Star selections from 2026 alone to be on the move this offseason.</p><p>He joins Antetokounmpo (Milwaukee to Miami), Kawhi Leonard and Brandon Ingram (the headliners of a trade that brings Leonard back to Toronto and sends Ingram to the Los Angeles Clippers), and LeBron James (who is leaving the Los Angeles Lakers for a yet-to-be-decided team).</p><p>Of the 62 players with at least one All-Star selection in the last five years, just over half — 32 of them — have changed teams at least once in that span.</p><p>Nikola Vucevic returns to Orlando</p><p>Nikola Vucevic is headed back to the Orlando Magic, agreeing on a one-year deal for just under $4 million, a person with knowledge of those talks confirmed.</p><p>Vucevic is second all-time on the Magic list in rebounds, third in points and fourth in games played. The 35-year-old center has been in the league for 15 seasons, nine of those with Orlando — and now joins a young core led by Paolo Banchero and Franz Wagner.</p><p>Orlando needed another post option after losing Moritz Wagner in free agency to Brooklyn — and Vucevic, who still has a home in central Florida, was the natural fit.</p><p>Moritz Wagner, the brother of Franz Wagner, is signing a two-year deal with the Nets.</p><p>Vucevic averaged 15.1 points this past season for Chicago and Boston.</p><p>Mitchell Robinson, Mike Conley Jr. to Boston</p><p>Mitchell Robinson just won a title with New York, and now the center will chase another in Boston.</p><p>The Celtics agreed to a $47.4 million, three-year deal with Robinson, a person with knowledge of that agreement told the AP. And veteran guard Mike Conley Jr. also is headed to the Celtics on a one-year deal, a second person with knowledge of that agreement said.</p><p>Robinson's deal includes a third-year option. Conley is set to play a milestone 20th season in the NBA.</p><p>Marcus Smart to Houston</p><p>Marcus Smart, the NBA's defensive player of the year in 2022, is about to join his fourth team in a span of 17 months after agreeing with the Houston Rockets on a two-year deal worth about $12.7 million, a person with knowledge of those talks told the AP.</p><p>Smart was with Memphis as recently as February 2025, then was sent to Washington to complete that season and spent this past season with the Lakers.</p><p>He averaged 9.3 points and started 54 games for the Lakers in 2025-26.</p><p>John Collins to Detroit</p><p>Forward John Collins is changing teams again, after agreeing to a three-year contract with the Pistons, a person with knowledge of those negotiations told the AP.</p><p>ESPN reported the deal is worth $51 million.</p><p>The Pistons will be Collins' third team in as many seasons. He started his career in Atlanta, then spent two seasons in Utah (until 2024-25) and played for the Clippers last season.</p><p>Lakers reload</p><p>The Lakers are thoroughly retooling their roster following James’ decision and Smart’s departure. After agreeing to a major trade to acquire center Walker Kessler from Utah, they added forward Sandro Mamukelashvili and guards Quentin Grimes and Collin Sexton in free agency, a person with knowledge of those talks told the AP.</p><p>Mamukelashvili, a bulky power forward with an outside shooting touch, played his way into a multiyear deal with the Lakers by scoring a career-high 11.2 points per game and hitting 38.9% of his 3-point attempts for Toronto last season and then opting out of his contract.</p><p>Grimes is a former Dallas teammate of Luka Doncic who provides strong on-ball defense and versatile offensive skills. Grimes posted a photo of himself as a child wearing Lakers gear on social media Wednesday.</p><p>Sexton has been a consistent scorer throughout his first eight NBA seasons with four teams. He averaged 15.4 points and 3.3 assists per game last season for Charlotte and Chicago.</p><p>___</p><p>AP Sports Writers Kyle Hightower in Boston and Greg Beacham in Los Angeles contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P7D5MJB3HZEZJWV7MUH7HEM5IU.jpg?auth=eddf12a98f5f548a71efa1180d83489df35604dcea94393b7e6ee2a23b836141&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - LA Clippers forward John Collins, right, shoots as Golden State Warriors forward Gui Santos defends during the first half of an NBA play-in tournament basketball game April 15, 2026, in Inglewood, Calif. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZDNWZD43ERXOVMUTTJQQ4WXOE.jpg?auth=439c87b14b92c2f6d1a40c79dabcf74d302a46eee756ea383741cb31136869e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miami Heat guard Norman Powell (24) drives to the basket against Charlotte Hornets forward Miles Bridges during the second half of an NBA play-in tournament basketball game in Charlotte, N.C., April 14, 2026. (AP Photo/Nell Redmond, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nell Redmond</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YYRH5ML3JPWJWRG6GM4EGUPPSI.jpg?auth=7b2114571e00e60f8dfc6d309aad55d85c56cb0166af4d8f38d869f91496662c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Houston Rockets guard Josh Okogie, left, controls the ball against Los Angeles Lakers guard Marcus Smart, right, during the second half in Game 4 of a first-round NBA basketball playoffs series, April 26, 2026, in Houston. (AP Photo/Karen Warren, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Karen Warren</media:credit></media:content></item><item><title><![CDATA[Checking in on the health of the Atlantic]]></title><link>https://www.local10.com/weather/hurricane/2026/07/01/checking-in-on-the-health-of-the-atlantic/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/01/checking-in-on-the-health-of-the-atlantic/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Typically by July we begin to get a better sense of the overall health of the Atlantic basin and how it’ll affect the peak months of the season in August, September, and October. This July the skies and seas of the Atlantic look beaten, bruised, and battered, which bodes well for curtailing overall hurricane activity in the months ahead.]]></description><pubDate>Wed, 01 Jul 2026 14:40:12 +0000</pubDate><content:encoded><![CDATA[<p>Typically by July we begin to get a better sense of the overall health of the Atlantic basin and how it’ll affect the peak months of the season in August, September and October. This July, the skies and seas of the Atlantic look beaten, bruised and battered, which bodes well for curtailing overall hurricane activity in the months ahead.</p><p><a href="https://www.local10.com/espanol/2026/07/01/revisan-la-salud-del-oceano-atlantico/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/revisan-la-salud-del-oceano-atlantico/">Leer en español</a></p><p>First off, the Main Development Region of the tropical Atlantic – where most our strongest hurricanes form during the season – just recorded its coolest June in 5 years.</p><figure><img src="https://www.local10.com/resizer/v2/UZV45SOJVJGZJCPRVQXN2QQXE4.png?auth=209be7c845907b0bbd8ffe7fd2b8eac68705f31b869858b721cfeb9d3ec8380e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The warmth of the eastern part of the Main Development Region – the band of waters between Africa and the Caribbean – is one of our most reliable predictors for seasonal hurricane activity. The cooler the waters, the lower tropical activity we should expect.</p><p>While waters here are still slightly above the 30-year average, the trend is down, and the easterly trade winds – prevailing winds that blow from Africa toward the Caribbean throughout the year – that help to regulate the Atlantic’s temperature are forecast to be much stronger than average through at least mid-July. The stronger east-to-west flowing winds mix up the Atlantic and cool it, so I don’t see the Atlantic rebounding to a warmer place as August approaches.</p><p>The other bellwether we look to in July for what the cards might hold for August and September is the amount of wind shear through the Caribbean Sea. While wind shear – the change in wind strength and direction with altitude – doesn’t tell us much in June, come July it tends to be one of our best predictors for future hurricane activity.</p><figure><img src="https://www.local10.com/resizer/v2/ZVBGTDORLFASBGXRNLMCKLHMIE.png?auth=7432bfc889c5de24e07f4857bca80e0ab2eae2fa0671f75f8b28a7c4d9b854c1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>For June, shear was running well above average, but more importantly, the trend for above-average wind shear across the Caribbean is headed even higher for July courtesy of an increasingly strong El Nino in the eastern Pacific.</p><figure><img src="https://www.local10.com/resizer/v2/ILPNVLXVRFCORBGI4ITWPPRBME.png?auth=dea3ddf18baac45d18ee1e4e99c39fcd68e848140cf9a533ba513cf842e7ec1c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Higher wind shear suggests would-be storms will have a tougher time organizing, and it’s the Caribbean and western Atlantic that are most affected during El Niño years like this one.</p><p>Lastly, we look to global upper-air patterns to assess the health of the Atlantic basin. One of the telltale signs of a healthy Atlantic are global circulation patterns supporting rising air over the North Indian Ocean and sinking air over the eastern and central Pacific. This year, we have the exact opposite pattern, with impressive subsidence, or sinking air, centered squarely over the North Indian Ocean, and reams of rising air over the Pacific, indicating things just aren’t right in the Atlantic.</p><figure><img src="https://www.local10.com/resizer/v2/54ECZKOT7FA4PD6ZC62EJBLKUI.png?auth=ed4bdbcf7d70fbefcbfc353f9720d2070e7695071dab98f95180d8814d38bf84&smart=true&width=1200&height=900" alt="Forecast through middle July from the European model ensemble system showing regions of rising and sinking air (as inferred from 200 mb velocity potential anomalies). The forecast shows abnormally strong sinking air over the North Indian Ocean and rising air over the central and eastern Pacific, a pattern that is very unfavorable for Atlantic hurricane activity. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Forecast through middle July from the European model ensemble system showing regions of rising and sinking air (as inferred from 200 mb velocity potential anomalies). The forecast shows abnormally strong sinking air over the North Indian Ocean and rising air over the central and eastern Pacific, a pattern that is very unfavorable for Atlantic hurricane activity. Credit: TropicalTidbits.com.</figcaption></figure><p>The upshot is the tropical Atlantic isn’t looking ripe for a big storm season. That of course doesn’t mean we can’t (and won’t) see strong hurricanes this year, but they’ll be fewer and have a much tougher time than in any year since at least 2015. We’ll be looking more to the subtropics – the region to the north of the traditional tropical belt that runs from Africa through the Caribbean – for activity this season than in seasons of the recent past. We’ll also not want to sleep on the Gulf, which is running well above average, for tropical seedlings that might slip through the shear-laced cracks this fall.</p><p>But for now, the Atlantic is fast asleep. The low pressure area we’ve been tracking off the Carolina coast is nothing but an innocuous low-level cloud swirl absent any thunderstorms, and development isn’t expected anywhere across the Atlantic basin for at least the first few weeks of July.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

    .l10-hurribox {
      --bg-deep: #0a2540;
      --bg-sky: #0e5a8a;
      --accent-red: #e6402f;
      --accent-blue: #2e63b6;
      --steel: #cfd6dd;
      --text: #f5f7fa;
      --text-dim: #e0e6ee;
      --shadow: 0 10px 30px rgba(0,0,0,.35);
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      max-width: 860px;
      margin: 1.25rem auto;
      border-radius: 14px;
      color: var(--text);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      background:
        radial-gradient(1200px 600px at 50% -10%, rgba(84,199,255,.18), rgba(84,199,255,0) 55%),
        linear-gradient(180deg, var(--bg-sky) 0%, var(--bg-deep) 60%);
    }

    .l10-inner { position:relative; z-index:1; padding: 18px 18px 72px; }

    /* Header */
    .l10-header {
      display:flex; align-items:center; gap:14px;
      background: linear-gradient(90deg, #101820, #14283d 60%, rgba(16,24,32,0));
      border: 1px solid rgba(255,255,255,.08);
      padding:14px 16px; border-radius:10px;
    }
    .l10-flag { flex:0 0 auto; width:44px; height:32px; filter: drop-shadow(0 3px 4px rgba(0,0,0,.4)); }
    .l10-title { line-height:1.2; font-weight:800; font-size: 1.2rem; color:#fff; }
    .l10-title .top { font-size: .95rem; color: var(--steel); opacity:.95; display:block; }

    /* Grid: fixed breakpoints (1 -> 2 -> 4 columns) to avoid squeeze/overlap */
    .l10-grid{
      display:grid; gap:14px; margin-top:18px;
      grid-template-columns: 1fr;
      align-items: stretch;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (min-width:900px){
      .l10-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }
    }

    /* Buttons / cards: compact + equal height */
    .l10-btn {
      display:flex; flex-direction:column;
      justify-content:flex-start;
      height:100%;
      min-height:120px;             /* smaller card height */
      padding:16px 14px;            /* tighter padding */
      border-radius:12px; text-decoration:none;
      font-size: 1rem;
      border:1px solid rgba(255,255,255,.1);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        radial-gradient(220px 120px at 110% -20%, rgba(84,199,255,.35), transparent 50%),
        linear-gradient(180deg, #14345c, #0d2745 60%, #0b213a 100%);
      color:#fff;
      box-shadow: var(--shadow);
      transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
      word-break: break-word;       /* wrap long bits safely */
      min-width: 0;
    }
    /* even more compact on very small screens */
    @media (max-width:400px){
      .l10-btn{ min-height:110px; padding:14px 12px; }
    }

    .l10-btn:hover, .l10-btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(0,0,0,.42);
      border-color: rgba(255,255,255,.22);
      outline: none;
    }

    /* Keep text white after visit */
    .l10-btn:link, .l10-btn:visited { color: #fff; }
    .l10-btn .l10-label, .l10-btn .l10-kicker, .l10-btn .l10-pill { color: inherit; }

    .l10-kicker {
      font-size:.78rem; letter-spacing:.1em; text-transform:uppercase;
      color: var(--text-dim);
      display:flex; align-items:center; gap:6px;
    }
    .l10-kicker svg { width:16px; height:16px; flex:0 0 auto; }
    .l10-label { font-size: 1.02rem; font-weight:800; line-height:1.2; margin-top:4px; }

    /* Bottom-anchored pill so rows align */
    .l10-pill {
      margin-top:auto;
      padding:5px 10px; border-radius:999px;
      background: linear-gradient(90deg, var(--accent-blue), #5c87e2);
      color:#fff; font-weight:700; font-size:.74rem;
    }

    /* Wave */
    .l10-wave { position:absolute; left:0; right:0; bottom:-1px; height:68px; z-index:0; pointer-events:none; }
    .l10-wave svg { width:100%; height:100%; display:block; }
  </style>

  <div class="l10-inner">
    <!-- Header with hurricane warning flag -->
    <div class="l10-header">
      <svg class="l10-flag" viewBox="0 0 96 72" aria-hidden="true">
        <rect x="2" y="2" width="6" height="68" rx="3" fill="#9aa7b1"/>
        <rect x="12" y="6" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="14" width="14" height="10" fill="#111"/>
        <rect x="12" y="40" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="48" width="14" height="10" fill="#111"/>
      </svg>
      <div class="l10-title">
        <span class="top">Local 10</span>
        Hurricane Resources
      </div>
    </div>

    <!-- Buttons -->
    <div class="l10-grid">
      <a class="l10-btn" href="https://www.local10.com/hurricane/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M12 3a9 9 0 1 0 9 9c0-.5-.4-.9-.9-.9s-.9.4-.9.9a7.2 7.2 0 1 1-7.2-7.2c.5 0 .9-.4.9-.9S12.5 3 12 3z"/></svg>
          Section
        </span>
        <span class="l10-label">Hurricane Section</span>
        <span class="l10-pill">Latest coverage</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/topic/Talking_Tropics/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M3 5h18v10a3 3 0 0 1-3 3H10l-5 3v-3H6a3 3 0 0 1-3-3V5z"/></svg>
          Analysis
        </span>
        <span class="l10-label">Talking Tropics</span>
        <span class="l10-pill">Daily updates</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/20/local-10s-2026-hurricane-survival-guide/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M4 4h11a3 3 0 0 1 3 3v13H7a3 3 0 0 1-3-3V4z"/><path d="M18 7h2v13h-2z" fill="#9fd0ff"/></svg>
          Guide
        </span>
        <span class="l10-label">2026 Survival Guide</span>
        <span class="l10-pill">Prep & checklists</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><circle cx="12" cy="12" r="10"/><polygon points="10,8 17,12 10,16" fill="#0b2b4a"/></svg>
          Special
        </span>
        <span class="l10-label">'It Only Takes One'</span>
        <span class="l10-pill">Watch & learn</span>
      </a>
    </div>
  </div>

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HKMDC4PPNZGNRILPYANGYNHDVI.PNG?auth=8119da2e7d89a19ed4807c4bcc3213c6cd35e769fe178153ea8cbeedf9374f9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Entre escombros y desesperación, familias de La Guaira acusan al gobierno venezolano de abandono]]></title><link>https://www.local10.com/espanol/2026/07/01/entre-escombros-y-desesperacion-familias-de-la-guaira-acusan-al-gobierno-venezolano-de-abandono/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/entre-escombros-y-desesperacion-familias-de-la-guaira-acusan-al-gobierno-venezolano-de-abandono/</guid><dc:creator><![CDATA[Por REGINA GARCIA CANO, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Angelica Mundrain quiere que los cuerpos de su hijo, su sobrina y su sobrino sean recuperados de entre los escombros de su apartamento, que se derrumbó frente a la playa. Ha pasado cada minuto de los últimos seis días esperando la maquinaria pesada que se requiere para retirar las losas de concreto y el metal retorcido en los que quedaron atrapados.]]></description><pubDate>Wed, 01 Jul 2026 18:52:40 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Angelica Mundrain quiere que los cuerpos de su hijo, su sobrina y su sobrino sean recuperados de entre los escombros de su apartamento, que se derrumbó frente a la playa. Ha pasado cada minuto de los últimos seis días esperando la maquinaria pesada que se requiere para retirar las losas de concreto y el metal retorcido en los que quedaron atrapados.</p><p>Otros sobrevivientes del terremoto en Venezuela también esperan.</p><p>Ellos, como otros en todo el estado norteño de La Guaira, tienen la misma pregunta: ¿quién está al mando? El gobierno, que se autodefine como socialista y durante mucho tiempo se enorgulleció de ser protector y proveedor, no ha sido ni lo uno ni lo otro cuando más importaba, dijeron muchos.</p><p>Los potentes terremotos consecutivos del 24 de junio han puesto en primer plano la incapacidad del partido que ha gobernado el país durante 27 años, ahora con la presidenta interina Delcy Rodríguez al frente, para llevar a cabo funciones básicas del Estado.</p><p>“Nos sentimos abandonados”, dijo Mundrain el martes, sentada en una silla en la calle frente a lo que quedaba del edificio de 11 pisos que alguna vez fue su hogar. “Nos sentimos desamparados. Lo que hemos visto es una falta de organización, de empatía, de todo”.</p><p>En las críticas 72 horas posteriores a que edificios residenciales, locales de comida, farmacias, hoteles y tiendas de conveniencia se derrumbaran en el estado de La Guaira, Caracas y regiones aledañas, la respuesta sobre el terreno se centró, principalmente, en dirigir el tráfico, con agentes de policía, de inteligencia y miembros de las fuerzas armadas apostados en las intersecciones.</p><p>Los residentes asumen tareas de rescate y recuperación ante el fracaso del gobierno</p><p>Los civiles, en su mayoría solos y algunos con ayuda de rescatistas extranjeros, buscaban a sus seres queridos entre montones de escombros. Las ambulancias quedaron atrapadas en atascos de tráfico de varios kilómetros (millas) de longitud. Los hospitales carecían de suministros y de personal. El personal de emergencia respondió con poco o ningún equipo.</p><p>Una semana después, muchos residentes de comunidades costeras de La Guaira atribuían la mayoría de los rescates y recuperaciones a otros venezolanos y a equipos extranjeros con conocimientos y dispositivos como cámaras térmicas y detectores de sonido, además de perros entrenados. También señalaron que, mientras civiles y rescatistas extranjeros trabajaban, hombres y mujeres con uniformes venezolanos se quedaban mirando y trabajadores del Estado se tomaban selfis.</p><p>El profesor David Smilde, de la Universidad de Tulane, que ha estudiado Venezuela durante tres décadas, dijo que la tragedia ha dejado claro que la impactante captura del 3 de enero del entonces presidente Nicolás Maduro por fuerzas de Estados Unidos no fue un hecho aislado “en el que el Estado venezolano no fue capaz de defenderse en absoluto”.</p><p>“Tampoco puede hacer algo tan básico como empezar a excavar para sacar a la gente”, señaló, y añadió que eso debería ser un motivo de preocupación para Rodríguez, quien asumió el cargo después de que Maduro fuera depuesto y trasladado a Nueva York para enfrentar cargos de narcotráfico.</p><p>Smilde dijo que la pésima respuesta está vinculada a la enorme cantidad de personas que han abandonado el sector público debido a los salarios extremadamente bajos, así como a la corrupción, como la de muchas personas que figuran en la nómina del gobierno pero que no han trabajado en meses o años. En un gobierno funcional, agregó, las personas tienen deberes específicos para diseñar protocolos donde se detallen los procedimientos en caso de emergencias, incluidos los terremotos.</p><p>“Es como intentar tener un equipo de béisbol con tres personas en el campo. No sabes quién va a ser el lanzador, quién va a estar como receptor y quién va a ser jardinero”, dijo, refiriéndose a la falta de organización del gobierno.</p><p>La riqueza y las conexiones con el gobierno hacen que solo algunos reciban ayuda</p><p>La riqueza y las conexiones con el gobierno también influyeron en la respuesta oficial, y algunos lugares recibieron un trato preferencial.</p><p>Cuando muchos policías y estudiantes de una escuela militar llegaron a un edificio derrumbado, la gente dedujo acertadamente que allí debían haber vivido funcionarios o personas con conexiones políticas. En efecto, los policías de un estado vecino buscaban a un capitán, mientras que los estudiantes y algunos miembros de la Guardia Nacional esperaban localizar a un mayor general.</p><p>Una grúa telescópica, como la que Mundrain necesita para recuperar a su familia, estuvo estacionada durante varias horas en lo que era la entrada de ese edificio. Los familiares de las familias acomodadas que vivían allí pudieron alquilarla. Mundrain no puede.</p><p>“Yo creo que, si en cada uno de estos apartamentos hubiera alguien con posición, aquí estuviese una máquina trabajando como lo han hecho en otras residencias”, afirmó Mundrain, señalando su edificio.</p><p>La indignación de la gente por la respuesta también ha provocado altercados entre residentes y operadores de maquinaria. En un caso, cuando una excavadora proporcionada por el gobierno intentó abandonar el lugar de un edificio de vivienda pública aplastado, la gente bloqueó el tráfico para mantenerla allí e incluso sacó al operador de la cabina.</p><p>El gobierno ha reportado 2.295 muertos y más de 11.000 heridos por los terremotos de magnitud 7,2 y 7,5 ocurridos el 24 de junio. Se ha reportado que miles de personas más están desaparecidas.</p><p>"Seguimos acompañando a las familias afectadas y supervisando directamente las labores de atención y recuperación en La Guaira", publicó Rodríguez en X el miércoles. "Sé que muchos venezolanos sienten dolor y frustración; comparto profundamente esos sentimientos".</p><p>El martes, los rescatistas seguían liberando a algunos sobrevivientes de entre montañas de escombros, ofreciendo a las angustiadas familias una pizca de esperanza, aun cuando la probabilidad de encontrar personas con vida disminuía con cada hora que pasaba. La desesperación llevó a dos mujeres a pelear tarde en la noche, y una arrastró a la otra hacia el lodo justo al lado de un edificio derrumbado después de que una de ellas se negara a guardar silencio mientras los rescatistas intentaban escuchar señales de vida entre los escombros.</p><p>Las primeras 48 a 72 horas después de un desastre natural son cruciales para las labores de rescate, aunque la supervivencia puede prolongarse si las personas tienen acceso a comida y agua.</p><p>El electricista Daniel Castillo pudo sacar con vida a su madre y a su hijo de su apartamento en el segundo piso de un edificio de vivienda pública que se derrumbó en La Guaira, apenas unas horas después de que se produjera el terremoto. El cuerpo de su hermano permaneció enterrado un día más, hasta que pudo llegar a él.</p><p>El martes, Castillo criticó la respuesta del gobierno mientras esperaba en una fila para recibir gratis una bolsa de productos de higiene, incluidos papel higiénico y jabón, en una carpa atendida por las fuerzas armadas venezolanas.</p><p>“Tú los guardias los ves y los uniformes intachables, nada sucios”, señaló Castillo, contrastando a miembros de la Guardia Nacional de Venezuela con civiles y rescatistas extranjeros cubiertos de polvo que han excavado entre los escombros durante días. “El gobierno no hizo nada”.</p><p>__________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BPHNJLEFULRZ5VXDAVZMDVBEPY.jpg?auth=62fbeaabace1d92bcbc96d1cdaa41f7b3459f701e652aa82e7bfe7fbeca20e83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Grupos de rescatistas buscan entre los escombros de un edificio que se derrumbó en los terremotos ocurridos en La Guaira, Venezuela, el martes 30 de junio de 2026. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Revisan la salud del océano Atlántico  ]]></title><link>https://www.local10.com/espanol/2026/07/01/revisan-la-salud-del-oceano-atlantico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/revisan-la-salud-del-oceano-atlantico/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Por lo general, para julio comenzamos a tener una mejor idea del estado general de la cuenca del Atlántico y de cómo afectará los meses pico de la temporada en agosto, septiembre y octubre. Este julio, los cielos y mares del Atlántico lucen golpeados, magullados y castigados, lo que es una buena señal para limitar la actividad general de huracanes en los próximos meses.]]></description><pubDate>Wed, 01 Jul 2026 14:59:38 +0000</pubDate><content:encoded><![CDATA[<p>Normalmente, en julio empezamos a tener una mejor idea del estado general de la cuenca del Atlántico y de cómo afectará a los meses de mayor actividad de la temporada: agosto, septiembre y octubre. Este julio, el cielo y el mar del Atlántico se ven maltrechos y devastados, lo que augura una menor actividad de huracanes en los próximos meses.</p><p>En primer lugar, la principal región de desarrollo del Atlántico tropical, donde se forman la mayoría de nuestros huracanes más fuertes durante la temporada, acaba de registrar el mes de junio más frío en 5 años.</p><figure><img src="https://www.local10.com/resizer/v2/UZV45SOJVJGZJCPRVQXN2QQXE4.png?auth=209be7c845907b0bbd8ffe7fd2b8eac68705f31b869858b721cfeb9d3ec8380e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La temperatura cálida de la parte oriental de la Región Principal de Desarrollo —la franja de aguas entre África y el Caribe— es uno de los indicadores más fiables de la actividad ciclónica estacional. Cuanto más frías sean las aguas, menor será la actividad tropical que cabe esperar.</p><p>Si bien las aguas en esta zona aún se encuentran ligeramente por encima del promedio de los últimos 30 años, la tendencia es a la baja, y se prevé que los vientos alisios del este —los vientos predominantes que soplan desde África hacia el Caribe durante todo el año—, que ayudan a regular la temperatura del Atlántico, sean mucho más fuertes de lo normal al menos hasta mediados de julio. Estos vientos más fuertes, que fluyen de este a oeste, remueven el Atlántico y lo enfrían, por lo que no creo que el Atlántico vuelva a calentarse a medida que se acerca agosto.</p><p>Otro indicador clave que consideramos en julio para predecir lo que nos depara agosto y septiembre es la intensidad de la cizalladura del viento en el mar Caribe. Si bien la cizalladura del viento —el cambio en la fuerza y ​​dirección del viento con la altitud— no nos aporta mucha información en junio, en julio suele ser uno de nuestros mejores predictores de la actividad de huracanes en el futuro.</p><figure><img src="https://www.local10.com/resizer/v2/ZVBGTDORLFASBGXRNLMCKLHMIE.png?auth=7432bfc889c5de24e07f4857bca80e0ab2eae2fa0671f75f8b28a7c4d9b854c1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>En junio, la cizalladura del viento se situó muy por encima de la media, pero, lo que es más importante, la tendencia a una cizalladura del viento superior a la media en el Caribe se intensificará aún más en julio gracias a un fenómeno de El Niño cada vez más fuerte en el Pacífico oriental.</p><figure><img src="https://www.local10.com/resizer/v2/ILPNVLXVRFCORBGI4ITWPPRBME.png?auth=dea3ddf18baac45d18ee1e4e99c39fcd68e848140cf9a533ba513cf842e7ec1c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Una mayor cizalladura del viento sugiere que las posibles tormentas tendrán más dificultades para organizarse, y son el Caribe y el Atlántico occidental las zonas más afectadas durante los años de El Niño como este.</p><p>Por último, analizamos los patrones globales de la atmósfera superior para evaluar la salud de la cuenca del Atlántico. Uno de los indicadores clave de un Atlántico saludable son los patrones de circulación global que favorecen el ascenso del aire sobre el norte del océano Índico y el descenso del aire sobre el Pacífico oriental y central. Este año, observamos el patrón opuesto, con un descenso del aire notable, centrado directamente sobre el norte del océano Índico, y un gran flujo de aire ascendente sobre el Pacífico, lo que indica que algo no anda bien en el Atlántico.</p><figure><img src="https://www.local10.com/resizer/v2/54ECZKOT7FA4PD6ZC62EJBLKUI.png?auth=ed4bdbcf7d70fbefcbfc353f9720d2070e7695071dab98f95180d8814d38bf84&smart=true&width=1200&height=900" alt="Forecast through middle July from the European model ensemble system showing regions of rising and sinking air (as inferred from 200 mb velocity potential anomalies). The forecast shows abnormally strong sinking air over the North Indian Ocean and rising air over the central and eastern Pacific, a pattern that is very unfavorable for Atlantic hurricane activity. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Forecast through middle July from the European model ensemble system showing regions of rising and sinking air (as inferred from 200 mb velocity potential anomalies). The forecast shows abnormally strong sinking air over the North Indian Ocean and rising air over the central and eastern Pacific, a pattern that is very unfavorable for Atlantic hurricane activity. Credit: TropicalTidbits.com.</figcaption></figure><p>En resumen, el Atlántico tropical no parece estar en condiciones óptimas para una gran temporada de tormentas. Esto, por supuesto, no significa que no podamos (ni vayamos a) ver huracanes fuertes este año, pero serán menos numerosos y tendrán mucha más dificultad que en cualquier año desde al menos 2015. Esta temporada, la actividad se concentrará más en las zonas subtropicales —la región al norte del cinturón tropical tradicional que se extiende desde África hasta el Caribe— que en temporadas recientes. Tampoco debemos subestimar el Golfo de México, cuyas precipitaciones están muy por encima del promedio, ya que podría haber plántulas tropicales que se filtren entre las zonas afectadas este otoño.</p><p>Pero por ahora, el Atlántico está en calma. La zona de baja presión que hemos estado siguiendo frente a la costa de Carolina no es más que un inofensivo remolino de nubes bajas sin tormentas eléctricas, y no se espera que se desarrolle en ninguna parte de la cuenca del Atlántico durante al menos las primeras semanas de julio.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HKMDC4PPNZGNRILPYANGYNHDVI.PNG?auth=8119da2e7d89a19ed4807c4bcc3213c6cd35e769fe178153ea8cbeedf9374f9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[NFL player Calais Campbell's brother is charged with murder after mother found dead]]></title><link>https://www.local10.com/sports/2026/07/01/nfl-player-calais-campbells-brother-is-charged-with-murder-after-mother-found-dead/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/nfl-player-calais-campbells-brother-is-charged-with-murder-after-mother-found-dead/</guid><dc:creator><![CDATA[By KATE BRUMBACK, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — A brother of NFL player Calais Campbell has been charged with murder after police found their 71-year-old mother dead at her home in Atlanta during a welfare check. His family told police he struggled with mental illness.]]></description><pubDate>Wed, 01 Jul 2026 19:42:32 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — A brother of NFL player Calais Campbell has been charged with murder after police found their 71-year-old mother dead at her home in Atlanta during a welfare check. His family told police he struggled with mental illness.</p><p>Arrest warrants say Nateal Campbell’s throat was cut and Ciarre Campbell was found with a knife. Officers found her unresponsive when they arrived at around 12:30 p.m. Tuesday, according to a police statement.</p><p>Ciarre Campbell, 41, was booked into the Fulton County Jail, where he was being held without bond, and waived his initial court hearing Wednesday on charges including aggravated assault and murder. A lawyer listed for him in online court records did not immediately return an email and voicemail seeking comment on the charges.</p><p>In a 911 call released by police, an unidentified man can be heard asking for a wellness check. He tells the dispatcher that he is trying to get inside his mother's house with his brother and sister-in-law. He says they can see another brother, who is “mentally ill” and lives with their mom, inside the home. The caller says the brother inside had said their mother left, but a neighbor's camera footage shows she didn't.</p><p>Police records show that before Tuesday, officers had received at least nine calls for service to that address since September for a variety of reasons, including a fight in progress, a suspicious person and an earlier welfare check.</p><p>According to a police incident report, a sister of Ciarre Campbell called police on April 24 and said her brother was inside the home and had “started a fire to rid the house of the demons.” The sister told an officer that her mother lived there but had not been at the house for a week because Ciarre Campbell “has overtaken the home.”</p><p>Neighbors called the police on multiple occasions to report disturbances, and Nateal Campbell told an officer in mid-April that her son had not been taking medication prescribed to treat schizophrenia, reports show.</p><p>The Campbell family issued a statement asking for privacy while they deal with “overwhelming grief.”</p><p>“We are devastated to share that the Campbell Family has lost its matriarch, Mrs. Nateal Campbell,” the family statement said. “While the details of her passing are still being investigated, we take comfort in knowing she is reunited with our father, her beloved Chuck, and in the arms of our Lord and Savior, Jesus Christ.”</p><p>A defensive lineman for the Baltimore Ravens, Calais Campbell is entering his 19th NFL season after signing a one-year, $5.5 million contract in April. He is the oldest active defensive player in the NFL going into the 2026 season. He will be 40 on Sept. 1.</p><p>The 2017 first-team AP All-Pro selection has been voted to the Pro Bowl six times in a career that started as a second-round pick in 2008 with the Arizona Cardinals.</p><p>The former Miami Hurricane spent 10 seasons with the Cardinals and also played in Jacksonville, Atlanta and Miami.</p><p>Campbell has 117 career sacks in 278 games, including 259 starts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZS4VLYH6WAZAGPWZM3YFSGJYFM.jpg?auth=062d41bac5a82159c55e20b10ad9bd1c6c98d201c24b3cd60395a788598f5636&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Arizona Cardinals defensive tackle Calais Campbell (93) during an NFL football game against the Jacksonville Jaguars on Nov. 23, 2025, in Glendale. (AP Photo/Rick Scuteri, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FOCN5R3JYEZJI646SRYYBDB564.jpg?auth=3cba5419135c2b2e386c52f552d5087db49738f812fed046a3205a9470f99e62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated booking photo provided by the Fulton County Sheriff's Office on Wednesday, July 1, 2026, shows Ciarre Campbell. (Fulton County Sheriff's Office via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Tukes</media:credit></media:content></item><item><title><![CDATA[Trump administration lifts restrictions on Anthropic's Claude models after cybersecurity alarm]]></title><link>https://www.local10.com/business/2026/07/01/trump-administration-lifts-restrictions-on-anthropics-claude-models-after-cybersecurity-alarm/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/trump-administration-lifts-restrictions-on-anthropics-claude-models-after-cybersecurity-alarm/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — The Trump administration has lifted restrictions on artificial intelligence company Anthropic's latest versions of its Claude chatbot, ending a weekslong ban tied to cybersecurity concerns.]]></description><pubDate>Wed, 01 Jul 2026 15:23:30 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — The Trump administration has lifted restrictions on artificial intelligence company Anthropic's latest versions of its Claude chatbot, ending a weekslong ban tied to cybersecurity concerns.</p><p>Anthropic said Tuesday night that its AI model called Claude Fable 5 is now widely available. It's also restoring access to its most powerful model, Mythos 5, but only to a select group of U.S.-based organizations approved by the federal government.</p><p>The Commerce Department blocked foreign nationals from using both AI models on June 12, a move that San Francisco-based Anthropic said forced the company to immediately take the products down for all users just days after it unveiled them.</p><p>Anthropic said in a blog post this week that the government's concerns were sparked by a report from cybersecurity researchers at Amazon, Anthropic's primary cloud computing provider. The company “had found a method of bypassing Fable 5’s safeguards” that enabled it to discover and potentially exploit software vulnerabilities, Anthropic said.</p><p>Officials have grown increasingly concerned since Anthropic warned earlier this year that its Mythos model was adept at finding software flaws in a way that could be weaponized by malicious hackers and threaten critical computer networks around the world.</p><p>Anthropic's chief rival, ChatGPT maker OpenAI, also said Friday it is restricting the release of its new artificial intelligence model at the request of President Donald Trump’s administration.</p><p>OpenAI said its new AI product, called GPT-5.6 Sol, would be accessible only to a select group of government-approved customers for a temporary period.</p><p>Trump last month signed an executive order on AI oversight that established a framework for the federal government to vet the national security risks of the most advanced AI systems for up to 30 days before their public release. The order described participation by AI developers as voluntary, but the framework has not yet been fully developed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3UBK4KMKYKQLXAZX6OIFXEVIK4.jpg?auth=394cd2d9c319bcd6b626590ea43d8737aed34de37dc0c4c27e5d1bf1b7deb062&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pages from the Anthropic website and the company's logo are displayed on a computer screen in New York, Feb. 26, 2026. (AP Photo/Patrick Sison, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Sison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N6MWWLJXPSOLHVQVOYTI7HZ33Y.jpg?auth=bdf439e5a31e1acccff443aa60af30f44314508bbb8e712ee1d869eed5adc8d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks before signing a presidential memo to the EPA on pollution control in vehicles, in the Oval Office of the White House, Monday, June 29, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[4 people die in Mexico City during celebrations after World Cup win]]></title><link>https://www.local10.com/sports/2026/07/01/4-people-die-in-mexico-city-during-celebrations-after-world-cup-win/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/4-people-die-in-mexico-city-during-celebrations-after-world-cup-win/</guid><dc:creator><![CDATA[By MARÍA VERZA, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Mexican health authorities said Wednesday that four people died during massive celebrations in downtown Mexico City after the national team’s victory over Ecuador secured a place in the World Cup Round of 16.]]></description><pubDate>Wed, 01 Jul 2026 20:28:53 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Mexican health authorities said Wednesday that four people died during massive celebrations in downtown Mexico City after the national team’s victory over Ecuador secured a place in the World Cup Round of 16.</p><p>Two women and one man were found unconscious on streets near the iconic Angel of Independence monument, where thousands had gathered Tuesday night to celebrate, Mexico City's Health Secretariat said on the social platform X. The victims, who authorities said died of asphyxiation, were 48, 44 and 19 years old. Authorities did not provide additional details about the circumstances of the deaths.</p><p>Later Wednesday, Mexico City Health Secretary Nadine Gasman, told a news conference that another man, about 30, was treated by emergency personnel after suffering an epileptic seizure, convulsions, and gastrointestinal bleeding. He died shortly afterward at a hospital of cardiorespiratory arrest.</p><p>Mexico City Mayor Clara Brugada said on social media that emergency crews responded immediately after receiving reports of the three unconscious people, but they had already died.</p><p>Brugada also urged the public to celebrate “responsibly, carefully and with empathy.”</p><p>Fireworks lit up the sky around the Independence Monument — popularly known as “El Ángel” — on Tuesday night as thousands of Mexicans celebrated along the 5-kilometer (3-mile) Paseo de la Reforma, which links the capital’s main square, the Zócalo, with Chapultepec Park.</p><p>In a video posted Tuesday on social media, Brugada said about 1.4 million people were celebrating in the streets and urged the public to stop heading to the city center to ease overcrowding. Instead, she encouraged people to attend a concert by a popular cumbia band in the eastern part of the city.</p><p>All of Mexico City seemed overwhelmed Tuesday night. Improvised bands sprang up on street corners, while carts loaded with rockets known as “toritos” inched through streets so packed that people could barely move.</p><p>Bottles of alcohol were passed from hand to hand among young revelers as hundreds more tried to push closer to the city center, some succeeding, many others turned back by the crush of the crowd.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZPRNQBA7KGX6DQWYNLTSVYDDQI.jpg?auth=d1f953ac6395484c847579e8b0a5813c16b211d85bac442bf7c37a91e9a32cd5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexican fans wave flags as they watch the World Cup round of 32 soccer match between Mexico and Ecuador near the Angel of Independence monument in Mexico City, Tuesday, June 30, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ESN4P3BLOTHJ3JIMWE5GKHTRXE.jpg?auth=0258350de357fbd7a26cc62947887a48b7d9cb29dcf42540dde2831d8a34da87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer fans gather for a watch party for the World Cup soccer match between Mexico and Ecuador, at the base of the Angel of Independence monument in Mexico City, Tuesday, June 30, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/44MBJRZRQX2EGTZC43EKEZDBYE.jpg?auth=64bc4ecc210d111dd1cf7f713afcb0807f8c6dc537796dcd6f818329a126f315&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer fans gather for a watch party for the World Cup soccer match between Mexico and Ecuador, at the base of the Angel of Independence monument in Mexico City, Tuesday, June 30, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X4NACOIJMYIEGZTAMLUP72WHSA.jpg?auth=0658824e9b102a95a4dca40bb6bb9b25965272d552ecdd0dbbc00158c0df0856&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer fans get revved up at a watch party on Reforma Ave., near the Angel of Independence monument, for the World Cup soccer match between Mexico and Ecuador, in Mexico City, Tuesday, June 30, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[Victor Willis, who co-founded the Village People and co-wrote 'Y.M.C.A.,' dies at 74]]></title><link>https://www.local10.com/entertainment/2026/07/01/victor-willis-who-co-founded-the-village-people-and-co-wrote-ymca-dies-at-74/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/01/victor-willis-who-co-founded-the-village-people-and-co-wrote-ymca-dies-at-74/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Victor Willis, who co-founded the Village People, co-wrote the disco group's classic hits “Y.M.C.A.,” ″Macho Man” and “In the Navy,” and delighted crowds while dressed as the band's helmeted and mustachioed police officer, has died. He was 74.]]></description><pubDate>Wed, 01 Jul 2026 16:51:59 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Victor Willis, who co-founded the Village People, co-wrote the disco group's classic hits “Y.M.C.A.,” ″Macho Man” and “In the Navy,” and delighted crowds while dressed as the band's helmeted and mustachioed police officer, has died. He was 74.</p><p>“We are profoundly sad to announce the death of Victor Willis, lead singer of Village People," the group posted on its official Facebook page. The cause was identified as “a short but aggressive illness.”</p><p>Willis was a musician-actor who, among other things, had appeared on Broadway in “The Wiz” when he decided to cash in on the disco craze in 1977 by joining a group made up of beefy, macho-looking guys dressed as a biker, a construction worker, a cop, a cowboy and a Native American chief.</p><p>With producer Jacques Morali and Henri Belolo, Morali’s business partner, Willis founded the six-member Village People. The idea came to them while partying at an after-hours gay nightclub in the West Village of Manhattan. The group’s self-titled debut album was released in 1977.</p><p>In 1978, the group released two albums, “Macho Man” and “Cruisin’” — which featured the international hit “Y.M.C.A.,” a song that peaked at No. 2 on the Billboard chart. A year later, Village People released the album “Go West,” which included “In the Navy,” a song that peaked at No. 3 on the chart. “Macho Man” peaked at No. 25 in 1978.</p><p>In 2020, Congress described “Y.M.C.A.” — with its infectious chorus of “It’s fun to stay at the Y.M.C.A.” and an accompanying dance spelling out the letters — as “an American phenomenon” and added the song to the National Recording Registry. In 2021, it was inducted into the Grammy Hall of Fame.</p><p>Willis also starred in the 1980 movie “Can’t Stop the Music,” a widely ridiculed comedy starring the Village People and Steve Guttenberg and directed by Nancy Walker. Critic Rex Reed called it "one of the silliest movies ever made."</p><p>Village People music is the backbone of pool parties, high school dances, weddings, proms, bar mitzvahs, games and whenever an uplifting mood is needed. The songs also played at gay marches and the White House.</p><p>“We will think of Victor every time ‘Y.M.C.A.’ is played, like today, and all throughout this July Fourth Birthday week,” President Donald Trump wrote on social media Wednesday. “My condolences to his wonderful family and group, Victor Willis will be sorely missed.”</p><p>While musicians like Neil Young, John Fogerty, Phil Collins, Panic! At The Disco and the estates of Leonard Cohen, Tom Petty and Prince sent cease-and-desist letters to stop Trump from using their music, Willis said he didn't feel he was endorsing Trump when the song played.</p><p>Willis was born in Texas and grew up in the Haight-Ashbury neighborhood of San Francisco. When he moved to New York, he went to a YMCA on West 63rd Street in Manhattan, which inspired the hit song.</p><p>The ownership of Village People's songs came into doubt decades after the hits, and in 2015, a federal jury ruled that Willis was entitled to 50% copyright ownership in the United States of 13 of the group’s songs, including “Y.M.C.A.”</p><p>After a series of arrests on drug-related charges that resulted in a rehab stint, Willis told The Associated Press in 2012 that his life had turned around. “Life is fine. I went through whatever I went through, but everything is going great now,” he said.</p><p>In May, Willis and the Village People — he was the only original member — sang “Happy Birthday” and “Y.M.C.A.” for Secretary of State Marco Rubio during an event in India.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DWR3262TVKA4IJA7HTANQV6IIQ.jpg?auth=36a50fcb193e911de70e77eefc2ef5c0a87ec3dc115501fd27365b249ac137fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Victor Willis, a member of the disco group The Village People, appears during a Halloween party in Los Angeles on Oct. 31, 1979. (AP Photo/George Brich, File)]]></media:description><media:credit role="author" scheme="urn:ebu">George Brich</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WZNAADL4LYK7DMWG6IQ5H2IM24.jpg?auth=ef5f675a09db295a90dc7bc942709db498e95cd92a36d9e16f7a872d7e856b53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Victor Willis, of the Village People, performs during the Festival d'ete de Quebec in Quebec City, Canada on July 11, 2019. (Photo by Amy Harris/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amy Harris</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 32 teams]]></title><link>https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Sun, 21 Jun 2026 02:43:17 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.</p><p>The World Cup’s daily group-stage matches ended on June 27 after 16 teams were eliminated. </p><p>The 48 qualifying teams started the tournament with matches within 12 groups of four on June 11. </p><p>As the tournament continues, the single direct-knockout matches to advance into the Round of 16 are set to end on July 3.</p><h3><b>The list of 32 </b></h3><p><b>Here is the list of the teams in order of group-stage placement, points earned, and FIFA ranking: </b></p><ol><li><b>Argentina</b> (1) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 9 points. The match is at 6 p.m. on July 3 against Cape Verde.</li><li><b>France</b> (2) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 9 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Mexico</b> (14) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> with 9 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Spain</b> (3) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> with 7 points. The match is at 3 p.m. on July 2 against Austria. </li><li><b>England</b> (4) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 7 points. The match is at noon on July 1 against Congo. </li><li><b>Brazil</b> (6) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>The Netherlands</b> (8) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 7 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 29. </li><li><b>Belgium</b> (9) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> with 7 points. The match is at 4 p.m. on July 1 against Senegal. </li><li><b>Colombia</b> (11) wins <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 7 points. The match is at 9:30 p.m. on July 3 against Ghana. </li><li><b>Switzerland</b> (17) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 7 points. The match is at 11 p.m. on July 2 against Algeria. </li><li><b>Germany</b> (10) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 6 points. The team was<a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"> eliminated</a> on June 29.</li><li><b>United States </b>(15) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 6 points. The match is at 8 p.m. on July 1 against Bosnia and Herzegovina. </li><li><b>Morocco</b> (7) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Ivory Coast</b> (30) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up with 6 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 30. </li><li><b>Norway</b> (31) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up with 6 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Portugal</b> (5) is the <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> runner-up with 5 points. The match is at 7 p.m. on July 2 against Croatia. </li><li><b>Japan</b> (18) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up with 5 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 29. </li><li><b>Egypt</b> (26) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> runner-up with 5 points. The match is at 3 p.m. on July 3 against Australia. </li><li><b>Australia</b> (27) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> runner-up with 4 points. The match is at 3 p.m. on July 3 against Egypt. </li><li><b>Canada</b> (32) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up with 4 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>. </li><li><b>South Africa</b> (54) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up with 4 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 28. </li><li><b>Cape Verde</b> (64) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> runner-up with 3 points. The match is at 6 p.m. on July 3 against Argentina. </li><li><b>Austria</b> (22) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> runner-up with 4 points. The match is at 7 p.m. on July 2 against Spain. </li><li><b>Croatia</b> (11) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> runner-up with 6 points. The match is at 7 p.m. on July 2 against Portugal. </li><li><b>Senegal</b> (18) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 4 points. The match is at 4 p.m. on July 1 against Belgium. </li><li><b>Algeria</b> (29) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 4 points and a minus two goal difference. Game day: July 2</li><li><b>Ecuador</b> (32) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 4 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 30. </li><li><b>Paraguay</b> (37) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 4 points and a minus two goal difference. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Sweden</b> (38) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 4 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 30. </li><li><b>Congo</b> (46) classifies after placing third in <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 4 points plus one goal difference. The match is at noon on July 1 against England. </li><li><b>Bosnia and Herzegovina</b> (64) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 4 points and a minus one goal difference. The match is at 8 p.m. on July 1 against the U.S. </li><li><b>Ghana</b> (65) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 4 points. The match is at 9:30 p.m. on July 3 against Colombia. </li></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"><b>Eliminations during Round of 32</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><p><b>July 1</b></p><ul><li>England vs. DR Congo is at noon at the Atlanta Stadium.</li><li>Belgium vs. Senegal is at 4 p.m. at the Seattle Stadium.</li><li>United States vs. Bosnia and Herzegovina is at 8 p.m. at the San Francisco Bay Area Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3> </h3>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3ZDFFLPTVWB4KDL6ONPSJD3KG4.jpg?auth=b9dea1717dd0acdac46cd692f9feebdfbe1186ea8f3b128fdd9f934620d2f4cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay goalkeeper Orlando Gill (12) makes a save from Germany's Kai Havertz (7) during a penalty shootout during the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 32 eliminations]]></title><link>https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Mon, 29 Jun 2026 21:17:48 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">12 group winners, 12 runners-up, and the 8 best third-place teams</a>.</p><p>After 16 single direct-knockout matches, the winning teams will advance to the <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">tournament’s Round of 16</a>, which begins on the Fourth of July. </p><p>Here is the list of <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">the Round of 32</a> teams eliminated:</p><ol><li><b>South Africa</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up with 4 points, was eliminated on June 28 after <a href="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/">Canada won 1-0</a>. </li><li><b>Japan</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up with 5 points, was eliminated on June 29 after <a href="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/">Brazil won 2-1</a>. </li><li><b>Germany</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> winner with 6 points, was eliminated on June 29 after <a href="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/">a 1-1 draw ended with a 4-3 defeat on penalties</a> against Paraguay. </li><li><b>The Netherlands, </b>the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> winner with 7 points, was eliminated on June 29 after a <a href="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/">1-1 draw ended with a 3-2 defeat on penalties</a> against Morocco. </li><li><b>Ivory Coast, </b>the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up with 6 points, was eliminated on June 30 after <a href="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/">Norway won 2-1</a>. </li><li><b>Ecuador</b>, the<b> </b>third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 4 points, was eliminated on June 30 after <a href="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/">Mexico won 2-0</a>. </li><li><b>Sweden</b>, the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 4 points, was eliminated on June 30 after <a href="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/">France won 3-0</a>.</li></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"><b>Eliminations during Round of 32</b></a></li><li><a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/"><b>Round of 32 teams</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><p><b>July 1: </b>Matches at noon, 4 p.m., and 8 p.m. </p><ul><li>England vs. DR Congo is at noon at the Atlanta Stadium.</li><li>Belgium vs. Senegal is at 4 p.m. at the Seattle Stadium.</li><li>United States vs. Bosnia and Herzegovina is at 8 p.m. at the San Francisco Bay Area Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4</b></p><ul><li>Canada vs. Morocco is at 1 p.m. at the Houston Stadium</li><li>Paraguay vs. France is at 5 p.m. at the Philadelphia Stadium</li></ul><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b></p><ul><li>Brazil vs. Norway at 4 p.m. at the New York/New Jersey Stadium</li><li>Mexico<b> </b>at 8 p.m. at the Mexico City Stadium</li></ul><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><h3><b>Track group-stage</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YOWVVUH4KHJK6UUK7KRGFFFT3E.jpg?auth=a8e740278794178cda44b727e13161fa1f38e685fa098621462b70c596ab1dfb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Kaishu Sano (24) celebrates after scoring the opening goal of his team during the World Cup round of 32 soccer match between Brazil and Japan in Houston, Monday, June 29, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[México derrota 2-0 a Ecuador y se coloca en los octavos de final de la Copa del Mundo que coorganiza]]></title><link>https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — México derrota 2-0 a Ecuador y se coloca en los octavos de final de la Copa del Mundo que coorganiza.]]></description><pubDate>Wed, 01 Jul 2026 14:18:56 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — México derrota 2-0 a Ecuador y se coloca en los octavos de final de la Copa del Mundo que coorganiza.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OFV4MXD435I2PY3C77QHJHRRC4.jpg?auth=fcc1dd7783651615de9b5bfa7dba95bba55537bc562364cdb982047364dd1486&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Slavko Vincic, of Slovenia, talks to Ecuador's Piero Hincapie (3) during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content></item><item><title><![CDATA[Investiga FBI tras hallazgo de mujer fallecida en Biscayne Bay y vista por última vez en clubes de striptease en el sur de Florida ]]></title><link>https://www.local10.com/espanol/2026/06/30/investiga-fbi-tras-hallazgo-de-mujer-fallecida-en-biscayne-bay-y-vista-por-ultima-vez-en-clubes-de-striptease-en-el-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/investiga-fbi-tras-hallazgo-de-mujer-fallecida-en-biscayne-bay-y-vista-por-ultima-vez-en-clubes-de-striptease-en-el-sur-de-florida/</guid><dc:creator><![CDATA[Liane Morejon, Ryan Mackey]]></dc:creator><description><![CDATA[El FBI está investigando tras el hallazgo del cuerpo de una mujer, mientras su familia busca respuestas.]]></description><pubDate>Tue, 30 Jun 2026 22:34:07 +0000</pubDate><content:encoded><![CDATA[<p>El FBI está investigando luego de que informara que el cuerpo de una mujer fue encontrado en las aguas frente a Biscayne Bay, mientras su familia busca respuestas sobre lo que ocurrió en los días previos a su muerte.</p><p>Se cree que un video de vigilancia publicado por los investigadores muestra algunos de los últimos momentos de vida de Keisha Jones, de 31 años.</p><p>Los investigadores dijeron que el video fue grabado la mañana del viernes afuera de Scarlett’s Cabaret, cerca de Hallandale Beach Boulevard.</p><p>Indicaron que esa misma mañana, alrededor de las 6 a.m., Jones también fue vista en Dean’s Gold, en la 163rd Street en North Miami Beach.</p><p>Tres días después, el cuerpo de Jones fue encontrado en las aguas frente a Biscayne Bay cerca de un edificio de investigación de la NOAA en Virginia Key, informaron fuentes a Local 10 News.</p><p>El FBI ahora investiga las circunstancias que rodean su muerte.</p><p>La familia de Jones, en su mayoría de Michigan, dijo que está en estado de incredulidad y busca respuestas sobre con quién estuvo por última vez y cómo terminó muerta.</p><p>Los investigadores trabajan para reconstruir la cronología mientras intentan determinar qué le ocurrió a Jones.</p><p>Cualquier persona con información sobre el caso es instada a llamar al FBI al 1-800-225-5324.</p>]]></content:encoded></item><item><title><![CDATA[FBI investigates after woman last seen at South Florida strip clubs found dead off Biscayne Bay]]></title><link>https://www.local10.com/news/local/2026/06/30/fbi-investigates-after-woman-last-seen-at-south-florida-strip-clubs-found-dead-off-biscayne-bay/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/fbi-investigates-after-woman-last-seen-at-south-florida-strip-clubs-found-dead-off-biscayne-bay/</guid><dc:creator><![CDATA[Liane Morejon, Ryan Mackey]]></dc:creator><description><![CDATA[The FBI is investigating after they said a woman’s body was found in the waters off Biscayne Bay, as her family searches for answers about what happened in the days leading up to her death.]]></description><pubDate>Tue, 30 Jun 2026 22:17:56 +0000</pubDate><content:encoded><![CDATA[<p>The FBI is investigating after they said a woman’s body was found in the waters off Biscayne Bay, as her family searches for answers about what happened in the days leading up to her death.</p><p><a href="https://www.local10.com/espanol/2026/06/30/investiga-fbi-tras-hallazgo-de-mujer-fallecida-en-biscayne-bay-y-vista-por-ultima-vez-en-clubes-de-striptease-en-el-sur-de-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/investiga-fbi-tras-hallazgo-de-mujer-fallecida-en-biscayne-bay-y-vista-por-ultima-vez-en-clubes-de-striptease-en-el-sur-de-florida/">Leer en español</a></p><p>Surveillance video provided to Local 10 by Keisha Jones’s family member purportedly show her outside of Scarlett’s Cabaret off Hallandale Beach Boulevard. They believe it shows some of the last moments of the 31-year-old’s life. </p><p>A missing person’s flyer first issued by North Miami Beach police states that Jones was last seen at 6 a.m. Friday at Dean’s Gold off 163rd Street in North Miami Beach. </p><p>NMBPD investigators said they believe she then booked a rideshare and went to Scarlett’s. It was the last place she was seen. </p><p>Three days later, Jones’ body was found in the waters off Biscayne Bay near a NOAA research building on Virginia Key, sources told Local 10 News.</p><p>The FBI is now investigating the circumstances surrounding her death.</p><p>Jones’ family, who is mostly from Michigan, said they are in disbelief and are looking for answers about who she was last with and how she ended up dead.</p><p>Investigators are working to piece together the timeline as they try to determine what happened to Jones.</p><p>Anyone with information on the case is urged to call the FBI at 1-800-225-5324.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Federal Reserve Chair Warsh emphasizes political independence, signals focus on inflation]]></title><link>https://www.local10.com/business/2026/07/01/federal-reserve-chair-warsh-emphasizes-political-independence-signals-focus-on-inflation/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/federal-reserve-chair-warsh-emphasizes-political-independence-signals-focus-on-inflation/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — New Federal Reserve Chair Kevin Warsh said Wednesday that the central bank would remain independent and seek to bring down inflation, likely foreclosing the rate cuts President Donald Trump has sought.]]></description><pubDate>Wed, 01 Jul 2026 19:16:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — New Federal Reserve Chair Kevin Warsh said Wednesday that the central bank would remain independent and seek to bring down inflation, likely foreclosing the rate cuts President Donald Trump has sought.</p><p>In remarks at a central bank conference in Sintra, Portugal, Warsh said that if businesses or households thought the Fed would accept inflation above 2%, “I guess they'd be disappointed. We're going to deliver price stability.”</p><p>The Fed typically combats inflation by raising borrowing costs. When asked about Trump's oft-repeated desire for lower rates, Warsh underscored the Fed's independence from day-to-day politics.</p><p>“We’ve been an independent central bank for a very long time," he said. "We’re going to be an independent central bank at this moment and you’re going to see no changes to that.”</p><p>Such comments suggest that Warsh has shifted his views since replacing Jerome Powell as chair May 22. He called for lower rates last year as he essentially campaigned for the job. Since becoming chair, however, Warsh has appeared to move away from that stance and instead has signaled a focus on getting inflation down.</p><p>But on Wednesday he declined to say what steps the Fed would take to achieve that goal, consistent with his opposition to so-called “forward guidance,” in which central bank leaders foreshadow their next policy moves.</p><p>“I'm not going to make a judgment now," he said during the panel discussion with other central bankers. "The tactics, the strategy, and the rest, that's still to come,” he later added.</p><p>At his first news conference last month, Warsh also emphasized his goal of getting inflation back down to target. Wall Street investors expect the Fed could hike its key interest rate as soon as in September, from its current level of about 3.6% to roughly 3.9%.</p><p>When the Fed last met June 16-17, nearly half of the 19 policymakers signaled that they supported higher rates this year, while eight supported no change and one penciled in a cut. Warsh did not submit a forecast because of his opposition to providing guidance.</p><p>The economy has shifted since Trump first nominated Warsh in January, with inflation rising to a three-year high of 4.2% in May, pushed higher by the Iran war's impact on gas prices. Yet as a peace agreement has been reached, gas prices have declined, suggesting inflation may have peaked. Fed officials may very well wait to see where inflation settles if oil and gas prices continue to fall back to prewar levels.</p><p>On Wednesday, Warsh also said there are signs that the threat of persistent inflation has moderated. He specifically cited inflation expectations, or where the public and financial markets think inflation will head next, as measured by surveys and bond prices. Both have showed declining expectations in the past month.</p><p>Yet a key question facing Warsh is whether he will have to raise rates in the next few meetings to underscore his commitment to fighting inflation. If gas prices keep falling and inflation declines, he may be try to avoid doing so.</p><p>At the same time, hiring has picked up in recent months and economists forecast the government will issue a solid jobs report on Thursday that will likely show the unemployment rate remains a low 4.3%. Such a report would reduce pressure on the Fed to lower borrowing costs.</p><p>Warsh also reiterated his view that over time, artificial intelligence will expand the economy's ability to produce goods and services and reduce inflationary pressures. Yet many economists think it could take an extended period of time for those trends to take hold.</p><p>In the short term, economists say, the breakneck investment in AI infrastructure is pushing up prices for semiconductor and computing equipment, fueling inflation.</p><p>Warsh declined to comment specifically on whether AI spending is inflationary, and often noted that he has set up five task forces at the Fed to study a range of issues, including AI and its impact on productivity.</p><p>“This is as exciting a time and also as consequential a time to be a central banker that I can think of at any point, maybe outside of a crisis, in my adult lifetime,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZDYPPL7HRVRU4OY5RRNTOYR4RA.jpg?auth=6019e347ac5d70fdb68b20632e841d7ec46efda465cefdb9f1bbcf938696f905&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Kevin Warsh speaks during a news conference following the Federal Open Market Committee meeting, Wednesday, June 17, 2025, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[LO ÚLTIMO: México envía material de primeros auxilios y plantas generadoras a Venezuela]]></title><link>https://www.local10.com/espanol/2026/07/01/lo-ultimo-presidente-de-asamblea-nacional-dice-que-cifra-de-muertos-por-sismos-asciende-a-2295/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/lo-ultimo-presidente-de-asamblea-nacional-dice-que-cifra-de-muertos-por-sismos-asciende-a-2295/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Se cumple una semana de los devastadores sismos que sacudieron Venezuela dejando al menos 2.295 muertos y más de 11.000 heridos y centenares de rescatistas continúan buscando a sobrevivientes bajo los escombros.]]></description><pubDate>Wed, 01 Jul 2026 20:08:00 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Se cumple una semana de los devastadores sismos que sacudieron Venezuela dejando al menos 2.295 muertos y más de 11.000 heridos y centenares de rescatistas continúan buscando a sobrevivientes bajo los escombros.</p><p>Aquí los últimos acontecimientos sobre Venezuela:</p><p>México envía ayuda en un avión militar</p><p>México envió a Venezuela un avión militar con material de primeros auxilios de la Cruz Roja Mexicana y cinco plantas generadoras de energía eléctrica, dijo en un comunicado la Secretaría de la Defensa. En las próximas horas saldrá una segunda aeronave militar con otras tres plantas eléctricas, insumos médicos y material para las labores de ayuda humanitaria.</p><p>Presidente de Asamblea Nacional informa nueva cifra de muertos</p><p>La cifra de fallecidos se elevó a 2.295 y los heridos suman 11.267, dijo el presidente de Asamblea Nacional de Venezuela, Jorge Rodríguez, en una declaración difundida por la estatal Venezolana de Televisión.</p><p>El legislador --hermano de la presidenta encargada— agregó que se han contabilizado 12.841 personas damnificadas.</p><p>Delcy Rodríguez declara siete días de duelo</p><p>La presidenta encargada Delcy Rodríguez declara siete días de duelo a partir de esta tarde en homenaje a las víctimas.</p><p>En una publicación en su cuenta de X agrega que “en estos momentos de profunda tristeza, abrazamos a quienes sufren esta tragedia”.</p><p>Ecuador anuncia envío de más ayuda</p><p>La Secretaría de Gestión de Riesgos de Ecuador anuncia en su cuenta de X la salida de un avión militar, el segundo en esta semana, llevando 11 toneladas de ayuda humanitaria para los damnificados por los terremotos en Venezuela.</p><p>La víspera Ecuador envió otras 14 toneladas que se sumaron a los 47 bomberos especializados en rescate urbano que están en Venezuela desde el 26 de junio.</p><p>Ecuador y Venezuela no tienen relaciones diplomáticas.</p><p>Cuatro policías detenidos por presuntamente apropiarse de dinero encontrado en escombros</p><p>Las autoridades venezolanas informan que cuatro agentes de la policía judicial fueron detenidos por presuntamente apropiarse de dinero encontrado entre los escombros de edificios colapsados en La Guaira.</p><p>“Se constató que un grupo de funcionarios, desviándose de sus deberes y aprovechándose de las labores de rescate y asistencia humanitaria, actuaron de manera indecorosa al apropiarse de valores económicos hallados entre los escombros”, indicó en un comunicado el Ministerio de Relaciones Interiores.</p><p>Los implicados fueron “separados definitivamente de sus cargos y se inició su destitución, tras una investigación impulsada por denuncias de ciudadanos”, agregó. Varios videos divulgados en redes sociales por habitantes de La Guaira mostraron a agentes de seguridad presuntamente apropiándose de dinero y objetos de valor localizados entre los escombros.</p><p>900 militares de EEUU apoyan las labores humanitarias en Venezuela</p><p>El ejército estadounidense cuenta con unos 900 militares apoyando las labores de ayuda humanitaria en Venezuela, declaró Steven McCloud, portavoz del Comando Sur de Estados Unidos, a The Associated Press.</p><p>McCloud añadió que también hay alrededor de 100 personas del Departamento de Estado colaborando en las labores de ayuda y socorro.</p><p>Médico dice que faltan insumos específicos, teme un “campo infeccioso”</p><p>El doctor Eugenio Cova, jefe de la unidad de Traumatología del Hospital General del Oeste “Dr. José Gregorio Hernández” en Caracas, afirmó que los primeros días tras el terremoto fueron caóticos y que su equipo tuvo que improvisar dos quirófanos ya que no se pueden usar los ascensores ni acceder a las zonas dañadas por el sismo.</p><p>Al igual que muchos hospitales públicos del país, que sufren una escasez crónica de suministros médicos esenciales, el hospital ha recibido una avalancha de donaciones. Sin embargo, ha tenido dificultades para conseguir insumos más específicos como tornillos y placas para cirugías ortopédicas y gasas medicadas para prevenir infecciones.</p><p>Ha tratado a pacientes con fracturas pélvicas por aplastamiento, casos de rabdomiólisis —una afección potencialmente mortal en la que el tejido muscular se descompone tras una herida por aplastamiento— y pacientes con una combinación de lesiones potencialmente mortales.</p><p>Dijo que dada la enorme cantidad de fallecidos él y otros médicos temen que se cree un “campo infeccioso”.</p><p>“El tema que vemos ya prácticamente en puerta es las infecciones que puedan traer consigo los pacientes que más tiempo tienen expuestos al desastre. Ya pasamos el periodo de los traumas complejos que van a seguir llegando, pero ahora vienen complicados con infecciones”, dijo.</p><p>Japón envía equipo de profesionales sanitarios</p><p>Japón anuncia el miércoles que enviará un equipo de ayuda de emergencia de 42 miembros a Venezuela para brindar asistencia médica en la zona afectada por el terremoto. Se espera que el equipo, compuesto por médicos, enfermeros y otros profesionales de la salud, parta en los próximos días para unirse a un pequeño equipo de avanzada que ya opera en Venezuela desde el 26 de junio, informa el Ministerio de Relaciones Exteriores.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3J5RSLBNWR7ILHULKBN6DJGC2U.jpg?auth=6ba41548d01080f36265f4fa6d584d4c54c9e2a424bf8adcac1a1a10093d903b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre camina entre los escombros de un edificio que se derrumbó durante los terremotos en La Guaira, Venezuela, el miércoles 1 de julio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CNZ56Z25MBYHVW2UWWFCPW5YTI.jpg?auth=da24ed0f7d4b0628b0bf41ed12427c67bb8be34bd436598cb96c0c562ee22236&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Agentes de policía que participan en las labores de rescate tras el terremoto duermen en La Guaira, Venezuela, el miércoles 1 de julio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M55CEV4FDDYPVJDALNKADDTIWQ.jpg?auth=2634a58fe5efea435496e38f3a5e71a74173e10f6198460020060336dd274bdc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Khaterine Roa llora mientras miembros del Departamento de Bomberos del Condado de Los Ángeles buscan sobrevivientes en un edificio que se derrumbó durante los terremotos que azotaron La Guaira, Venezuela, el martes 30 de junio de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5DDDYABA34XNQBITDB2FJNHXMU.jpg?auth=2a738859b00e14224f559c55e3b0c9e717b8dfd6da3241950c67c67d7106f52e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vista aérea de edificios destruidos en Caraballeda, en La Guaira, Venezuela, el 29 de junio de 2026, tras dos grandes terremotos. (Miguel Medina/pool photo vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Medina</media:credit></media:content></item><item><title><![CDATA[Eurovision, eh? Canada will compete at the glitzy song contest in 2027]]></title><link>https://www.local10.com/entertainment/2026/07/01/eurovision-eh-canada-will-compete-at-the-glitzy-song-contest-in-2027/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/01/eurovision-eh-canada-will-compete-at-the-glitzy-song-contest-in-2027/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The Eurovision Song Contest is expanding across the Atlantic, with Canada set to compete at next year’s edition of the glitter-drenched pop music competition.]]></description><pubDate>Wed, 01 Jul 2026 13:45:58 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The Eurovision Song Contest is expanding across the Atlantic, with Canada set to compete at next year’s edition of the glitter-drenched pop music competition.</p><p>Contest organizer the European Broadcasting Union and Canadian public broadcaster CBC announced that Canada will send an act to the 2027 contest in Bulgaria in May. Canada is the first new country to join Eurovision since Australia entered in 2015.</p><p>The announcement was made on the Canada Day national holiday. It comes shortly after Canada joined the EBU, an association of national public broadcasters that oversees Eurovision.</p><p>A campy, colorful contest that has been likened to the World Cup with songs instead of soccer, Eurovision has given the world the perfect pop of ABBA’s “Waterloo” – the winning song in 1974 – and a host of Euro-pop party anthems.</p><p>CBC President Marie-Philippe Bouchard said participation “will allow Canadian talent to be showcased on one of the most storied music stages in the world.”</p><p>Founded in 1956, Eurovision brings together musical acts from dozens of mostly European countries to compete for the votes of professional jurors and international viewers.</p><p>Eurovision Director Martin Green said Canada’s accession is “a further sign that, while born in Europe, the Contest continues to welcome the world.”</p><p>The CBC said it will announce details of how Canada’s entry will be selected later this year. Some Eurovision countries choose their competitors through televised national selections. In others, competitors are picked by the national broadcaster.</p><p>Canadians have entered Eurovision before under different flags — most famously Quebecoise chanteuse Celine Dion, who won the 1988 contest competing for Switzerland.</p><p>The 70th Eurovision contest in May featured 35 countries and was won by Bulgarian singer Dara, so next year’s competition will take place in the southeast European country.</p><p>Eurovision has been roiled in recent years by protests over the participation of Israel, a competitor since 1973.</p><p>Five longtime participants — Spain, the Netherlands, Ireland, Iceland and Slovenia — boycotted this year after organizers declined to kick Israel out over its conduct of the war against Hamas in Gaza and violence against Palestinians in the West Bank.</p><p>The 2026 Eurovision final was watched by 130 million viewers around the world, organizers say, down from 160 million in 2025.</p><p>Despite the blows to Eurovision’s finances and viewership from the boycott, the contest is eyeing expansion, with a spinoff Eurovision Song Contest Asia due to take place in Bangkok in November.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SWG5ABDTKEX6FIGX4SERZBENDU.jpg?auth=59f92bf249a5a9697930d2e73227363cfaac32b6c06acaac5670afa741016a0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - 3000 drones depicts the logo sign in preparation for the upcoming Eurovision Song Contest in front of castle Schonbrunn in Vienna, Austria, on April 27, 2026. (AP Photo/Matthias Schrader, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content></item><item><title><![CDATA[Nueva ley de Florida permite que voluntarios capacitados porten armas en lugares de culto  ]]></title><link>https://www.local10.com/espanol/2026/07/01/nueva-ley-de-florida-permite-que-voluntarios-capacitados-porten-armas-en-lugares-de-culto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/nueva-ley-de-florida-permite-que-voluntarios-capacitados-porten-armas-en-lugares-de-culto/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Una nueva ley de Florida que entra en vigor el miércoles otorga a iglesias, sinagogas y mezzquitas la opción de autorizar a voluntarios calificados para portar armas como parte de sus equipos de seguridad.  ]]></description><pubDate>Wed, 01 Jul 2026 13:29:10 +0000</pubDate><content:encoded><![CDATA[<p>Aquí tienes la traducción completa:</p><p>Una nueva ley de Florida que entra en vigor el miércoles otorga a iglesias, sinagogas y mezquitas la opción de autorizar a voluntarios calificados para portar armas como parte de sus equipos de seguridad.</p><p>Los partidarios afirman que la medida proporciona una capa adicional de protección para las congregaciones, especialmente para los lugares de culto más pequeños que no pueden costear seguridad profesional. Sin embargo, otros expresan preocupación por la introducción de más armas de fuego en lugares destinados a la oración y la paz.</p><p>El representante estatal Omar Blanco, republicano y coautor de la legislación, dijo que la ley permite que miembros de una congregación que ya están legalmente autorizados para portar un arma de fuego se ofrezcan como voluntarios para formar parte de un equipo de seguridad después de cumplir con los requisitos establecidos por la ley.</p><p>“Esta ley permite que haya seguridad armada voluntaria para proteger los lugares de culto”, dijo Blanco.</p><h3>La ley busca mejorar la seguridad</h3><p>Los legisladores dijeron que la legislación fue impulsada por una serie de ataques mortales en lugares de culto en todo Estados Unidos durante las últimas dos décadas.</p><p>Blanco dijo que hubo 379 incidentes violentos en lugares de culto en todo el país entre 2000 y 2024, que dejaron 487 personas muertas y cientos de personas heridas.</p><p>La ley tiene como objetivo complementar, no reemplazar, a las fuerzas del orden al proporcionar una respuesta inmediata si se desata un hecho violento antes de que lleguen los agentes.</p><p>“Especialmente para aquellas congregaciones más pequeñas que no cuentan con el presupuesto para tener seguridad armada”, dijo Blanco.</p><p>Para calificar, los voluntarios deben ser miembros de la congregación, estar legalmente autorizados para portar un arma de fuego conforme a la ley de Florida y completar el proceso de evaluación y capacitación requerido.</p><p>“Tienes que estar legalmente autorizado para portar un arma conforme al porte constitucional”, dijo Blanco.</p><p>El ex jefe de la Policía de Miami, Manny Morales, dijo que la capacitación y la coordinación con las fuerzas del orden locales serán fundamentales para cualquier congregación que decida participar.</p><p>“Alentaría a cualquier persona que esté pensando en tener voluntarios en su institución religiosa, o a cualquier individuo que vaya a formar parte de este nuevo proceso, a capacitarse de manera exhaustiva”, dijo Morales.</p><h3>Las reacciones varían entre los líderes religiosos del sur de Florida</h3><p>Los líderes religiosos de todo el sur de Florida están divididos sobre si planean participar.</p><p>En la Escuela Islámica de Miami, en Kendall, las medidas de seguridad ya incluyen portones de acceso controlado, cámaras de vigilancia y puntos de entrada monitoreados.</p><p>“Tenemos cámaras por todas partes, tenemos letreros por todas partes, tenemos monitores en vivo para poder ver quién entra desde el portón hasta aquí”, dijo Bilal Karakira, de la Escuela Islámica de Miami.</p><p>A pesar de esas precauciones, Karakira dijo que la mayoría de los miembros de la congregación se opone a permitir voluntarios armados.</p><p>“Según mi investigación entre los miembros de la congregación, hombres y mujeres, les digo que más del 90% dijo que no”, afirmó. “No quieren eso. No quieren armas en las instalaciones”.</p><p>En la Iglesia Bautista Misionera Antioch, en Miami Gardens, los fieles ya pasan por detectores de metales antes de ingresar a los servicios religiosos, mientras agentes de policía uniformados y encubiertos brindan seguridad dentro de la iglesia.</p><p>El pastor Arthur Jackson dijo que su iglesia cuenta con los recursos para mantener un plan integral de seguridad, pero cree que la ley podría beneficiar a las congregaciones más pequeñas.</p><p>“Permite que congregaciones más pequeñas y con menos recursos, que no pueden mantener un equipo de seguridad o un equipo de seguridad de tiempo completo, tengan feligreses y voluntarios que sirvan como su personal de seguridad”, dijo Jackson. “Y creo que es una buena idea”.</p><p>El rabino Mak Kushner también expresó su apoyo a la ley, enfatizando que cualquier voluntario debe ser seleccionado cuidadosamente.</p><p>“Alguien con buen juicio, alguien que obviamente tenga capacitación y alguien que sea capaz de hacer el trabajo”, dijo Kushner. “Y no dejarlo en manos de cualquiera”.</p><h3>La participación es opcional</h3><h3>Blanco dijo que la legislación busca, en última instancia, garantizar que los floridanos puedan practicar su fe sin miedo.</h3><p>“Creo que, al final del día, este proyecto de ley busca que cada floridano que quiera practicar su fe pueda sentirse seguro, protegido y libre de hacerlo”, dijo.</p><p>La ley no exige que los lugares de culto creen equipos de seguridad voluntarios. La decisión queda completamente en manos de cada congregación.</p><p>Algunas instituciones religiosas del sur de Florida dijeron que no tienen planes de participar, mientras que otras ya comenzaron a evaluar a posibles voluntarios. Independientemente de su enfoque, los líderes religiosos afirman que el objetivo compartido es mantener seguros a los fieles.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Estrella global Ariana Grande inicia su nueva gira en el sur de Florida ]]></title><link>https://www.local10.com/espanol/2026/06/30/inicia-la-estrella-global-ariana-grande-su-nueva-gira-en-el-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/inicia-la-estrella-global-ariana-grande-su-nueva-gira-en-el-sur-de-florida/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[la superestrella global del pop comenzará una nueva gira en su ciudad natal al sur de Florida.]]></description><pubDate>Tue, 30 Jun 2026 22:51:25 +0000</pubDate><content:encoded><![CDATA[<p>Ariana Grande está de regreso donde todo comenzó.</p><p>El martes, la superestrella global del pop comenzará una nueva gira aquí mismo en su ciudad natal, en el sur de Florida.</p><p>Grande inaugurará su Eternal Sunshine Tour, su primera gira en siete años, en el Amerant Bank Arena en Sunrise.</p><p>Los fanáticos llegaron temprano al arena este martes, emocionados por ver a la estrella de “Wicked” presentarse.</p><p>Jason Carter de Local 10 estuvo allí, y su reportaje completo puede verse en la parte superior de esta página.</p>]]></content:encoded></item><item><title><![CDATA[Habla testigo tras balacera en la que muere un hombre y participan agentes de la BSO y un policía de Plantation ]]></title><link>https://www.local10.com/espanol/2026/06/30/habla-testigo-tras-balacera-en-la-que-muere-un-hombre-y-participan-agentes-de-la-bso-y-un-policia-de-plantation/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/habla-testigo-tras-balacera-en-la-que-muere-un-hombre-y-participan-agentes-de-la-bso-y-un-policia-de-plantation/</guid><dc:creator><![CDATA[Linnie Supall, Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre murió el lunes tras un enfrentamiento con agentes de la BOS y agente de Plantation, testigos dicen haber escuchado una rápida ráfaga de disparos durante el enfrentamiento.]]></description><pubDate>Tue, 30 Jun 2026 17:46:19 +0000</pubDate><content:encoded><![CDATA[<p>Según investigadores, un <a href="https://www.local10.com/espanol/2026/06/30/bso-muere-sospechoso-tras-balacera-en-la-que-participaron-agentes-y-agente-de-plantation/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/bso-muere-sospechoso-tras-balacera-en-la-que-participaron-agentes-y-agente-de-plantation/">hombre murió el lunes tras un enfrentamiento</a> con agentes de la Oficina del Sheriff de Broward y un agente de policía de Plantation en Davie.</p><p>El tiroteo tuvo lugar cerca del McDonald’s situado en la esquina de Stirling Road y Davie Road Extension, después de que los agentes intentaran detener al sospechoso, quien, según las autoridades, iba armado y huyó de ellos.</p><p>Los testigos dicen haber escuchado una rápida ráfaga de disparos durante el enfrentamiento.</p><p>«No paraban de decirle que levantara las manos: “Déjame ver tus manos”», explicó el testigo Gregory Jackson. “Supongo que el tipo no respondió. Lo siguiente que recuerdo es que oí casi 30 disparos. Se me cayó el móvil y eché a correr”.</p><p>Jackson contó que corrió a ponerse a cubierto mientras se desarrollaba el tiroteo.</p><p>“En cuanto oí esos disparos, tío, me puse a cubierto”, dijo. “Fui a ponerme a cubierto debajo de mi coche y, al hacerlo, me hice unos rasguños”.</p><p>El martes, los investigadores regresaron al lugar de los hechos y centraron su atención en los arbustos y en el servicio de drive-thru del restaurante de comida rápida mientras buscaban pruebas adicionales.</p><p>“Fue una escena de locos, horrible, la que vi ayer#, dijo Jackson. ”Nunca había visto nada igual".</p><p>Según el sheriff de Broward, Gregory Tony, los agentes se encontraron inicialmente con el sospechoso en el aparcamiento de un Wawa al otro lado de la calle mientras intentaban ejecutar una orden de detención vigente. Explicó que el sospechoso huyó de los agentes mientras empuñaba un arma.</p><p>Los agentes persiguieron al hombre durante unos 100 pies antes de derribarlo en un intento por detenerlo, explicó Tony.</p><p>Según el sheriff, el sospechoso era buscado por huir para evadir a la policía y los detectives creían que evidencia de ADN podría vincularlo con otros delitos. No ofreció detalles sobre esas investigaciones.</p><p>El sheriff también dijo que los investigadores contaban con información de inteligencia que indicaba que el sospechoso había dicho anteriormente a otras personas que, si las autoridades intentaban arrestarlo, pretendía provocar una confrontación de “suicidio por policía”.</p><p>No está claro si el sospechoso disparó su propia arma durante el enfrentamiento.</p><p>El Departamento de Cumplimiento de la Ley de Florida (FDLE) investiga la balacera. Las autoridades aún no han revelado la identidad del sospechoso.</p>]]></content:encoded></item><item><title><![CDATA[Policía: Arrestan a sospechoso en relación con balacera que dejó dos personas muertas en Lauderhill ]]></title><link>https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/</guid><dc:creator><![CDATA[Ryan Mackey, Roy Ramos]]></dc:creator><description><![CDATA[Un hombre falleció y otro fue hospitalizado tras un apuñalamiento ocurrido en Lauderhill, según confirmaron servicios de emergencia a Local 10 News.]]></description><pubDate>Tue, 30 Jun 2026 17:33:38 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres murieron y un sospechoso fue arrestado tras un apuñalamiento que, según la policía, ocurrió la mañana del martes en Lauderhill.</p><p>La policía de Lauderhill informó que el incidente ocurrió alrededor de las 11:15 a.m. en la cuadra 5300 de Northwest 19th Street.</p><p>Según los investigadores, un agente fue alertado por una persona que dijo que un hombre intentó atacarlo armado con un cuchillo.</p><p>La policía dijo que los agentes localizaron rápidamente a una persona que coincidía con la descripción del sospechoso, pero este huyó a pie hacia un vecindario residencial cerca de la cuadra 1700 de Northwest 55th Avenue.</p><p>Los agentes informaron que establecieron rápidamente un perímetro y comenzaron a buscar en el área.</p><p>La policía dijo que posteriormente recibió una llamada al 911 de un transeúnte que reportó que un hombre estaba tendido en el suelo con aparentes heridas de arma blanca.</p><p>La policía indicó que, mientras recorrían el área, encontraron a un segundo hombre con aparentes heridas de arma blanca.</p><p>Informaron que una de las víctimas fue trasladada a un hospital local, donde posteriormente fue declarada muerta. La segunda víctima fue declarada muerta en el lugar.</p><p>Un hombre identificado como Nelson dijo a Roy Ramos, de Local 10, que una de las víctimas mortales era su vecino, quien utilizaba una silla de ruedas.</p><p>“Era un hombre muy, muy bueno”, dijo Nelson. “Este hombre era realmente una buena persona. No le hacía daño a nadie. Tenía una sola pierna y era una persona con discapacidad”.</p><p>Los investigadores dijeron que la búsqueda continuó con la ayuda de la Oficina del Sheriff de Broward y del Departamento de Policía de Sunrise. La policía de Lauderhill informó que unidades K-9 finalmente localizaron al sospechoso, quien fue puesto bajo custodia sin más incidentes.</p><p>La hermana de una de las víctimas dijo a Ramos que cree que su hermano no conocía a la persona que lo atacó.</p><p>Por el momento, las autoridades no han divulgado más detalles sobre las víctimas ni sobre el sospechoso.</p><p>Cualquier persona con información debe comunicarse con el Departamento de Policía de Lauderhill al 954-497-4700 o con Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Florida’s Flower Force — inside the Flamingo Gardens Orchidteers ]]></title><link>https://www.local10.com/features/2026/07/01/floridas-flower-force-inside-the-flamingo-gardens-orchidteers/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/01/floridas-flower-force-inside-the-flamingo-gardens-orchidteers/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[South Florida has its own special forces. They’re organized, mission-driven and spread out across the front lines every week. Their assignment? Orchids.]]></description><pubDate>Wed, 01 Jul 2026 11:03:18 +0000</pubDate><content:encoded><![CDATA[<p>South Florida has its own special forces. They’re organized, mission-driven and spread out across the front lines every week. Their assignment? Orchids.</p><p>Meet the <a href="https://flamingogardens.org/clubs-classes/orchidteers-club/" target="_self" rel="" title="https://flamingogardens.org/clubs-classes/orchidteers-club/">Orchidteers.</a></p><p><a href="https://www.local10.com/espanol/2026/07/01/la-fuerza-floral-de-florida-dentro-de-los-orchidteers-de-flamingo-gardens/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/la-fuerza-floral-de-florida-dentro-de-los-orchidteers-de-flamingo-gardens/">Leer en español</a></p><p>At Flamingo Gardens in Davie, this volunteer force has transformed a single mounted orchid into a collection of thousands blooming across the 60-acre property.</p><p>“We have over 5,000 orchids mounted here and we started with 1 — and now we’re over 5,000,” said Lucy Matos Lodato, <a href="https://www.facebook.com/share/14rMR5amKac/?mibextid=wwXIfr" target="_self" rel="" title="https://www.facebook.com/share/14rMR5amKac/?mibextid=wwXIfr">Flamingo Gardens</a>’ Chief Orchidteer.</p><p>Their battlefield stretches from tree trunks to winding garden paths, where volunteers spend each week mounting, protecting and rehabilitating orchids throughout the grounds.</p><p>Before the work begins, <a href="https://flamingogardens.org/clubs/" target="_self" rel="" title="https://flamingogardens.org/clubs/">the group </a>gathers to talk strategy. Then they fan out across the gardens, each heading to a different section with a mission to tend the collection.</p><p>“We’re really a community of orchid lovers that come together for the purposes of making flamingo gardens an orchid destination. It’s conservation. Education. And community,” Lodato said.</p><p>Some volunteers head into the gardens. Others report to the facility where newly arrived or struggling orchids are cared for before returning to the landscape — part headquarters, part hospital for plants.</p><p>“I’ve been growing orchids for decades so it’s, like, fantastic to work on something special like that with other people that have that interest and learn more,” said Cindy Ransing, who joined the group in January.</p><p>Every Orchidteer has a different story about what first drew them to the flower. Some are lifelong growers. Others are beginners looking to learn. What connects them is a shared appreciation for the plant — and for the people who care for it alongside them.</p><p>“First of all, it’s beautiful. Breathtaking. It’s more like the orchid teaches you how to grow it. The orchid is in charge. You have to make it happy, what does it need?” Lodato said.</p><p><i>To submit an idea for What Connects Us, email </i><a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>. </i></p>]]></content:encoded></item><item><title><![CDATA[La Fuerza Floral de Florida: dentro de los Orchidteers de Flamingo Gardens  ]]></title><link>https://www.local10.com/espanol/2026/07/01/la-fuerza-floral-de-florida-dentro-de-los-orchidteers-de-flamingo-gardens/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/la-fuerza-floral-de-florida-dentro-de-los-orchidteers-de-flamingo-gardens/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[El sur de Florida tiene sus propias fuerzas especiales. Están organizadas, tienen una misión clara y se despliegan en la primera línea cada semana. ¿Su misión? Las orquídeas.]]></description><pubDate>Wed, 01 Jul 2026 13:37:40 +0000</pubDate><content:encoded><![CDATA[<p>Aquí tienes la traducción completa:</p><p>El sur de Florida tiene sus propias fuerzas especiales. Están organizadas, tienen una misión clara y se despliegan en la primera línea cada semana. ¿Su misión? Las orquídeas.</p><p>Conozca a los <a href="https://flamingogardens.org/clubs-classes/orchidteers-club/" target="_blank" rel="noreferrer" title="https://flamingogardens.org/clubs-classes/orchidteers-club/">Orchidteers</a>.</p><p>En Flamingo Gardens, en Davie, este grupo de voluntarios ha transformado una sola orquídea montada en una colección de miles que florecen en toda la propiedad de 60 acres.</p><p>“Tenemos más de 5,000 orquídeas montadas aquí. Comenzamos con una y ahora tenemos más de 5,000”, dijo Lucy Matos Lodato, jefa de los Orchidteers de <a href="https://www.facebook.com/share/14rMR5amKac/?mibextid=wwXIfr" target="_blank" rel="noreferrer" title="https://www.facebook.com/share/14rMR5amKac/?mibextid=wwXIfr">Flamingo Gardens</a>.</p><p>Su campo de trabajo se extiende desde los troncos de los árboles hasta los senderos sinuosos del jardín, donde los voluntarios dedican cada semana a montar, proteger y rehabilitar orquídeas en todo el recinto.</p><p>Antes de comenzar el trabajo, <a href="https://flamingogardens.org/clubs/" target="_blank" rel="noreferrer" title="https://flamingogardens.org/clubs/">el grupo</a> se reúne para hablar de la estrategia. Luego se distribuyen por los jardines, cada uno dirigiéndose a una sección diferente con la misión de cuidar la colección.</p><p>“Realmente somos una comunidad de amantes de las orquídeas que se une con el propósito de convertir a Flamingo Gardens en un destino para las orquídeas. Se trata de conservación. Educación. Y comunidad”, dijo Lodato.</p><p>Algunos voluntarios se dirigen a los jardines. Otros trabajan en la instalación donde las orquídeas recién llegadas o que necesitan cuidados son atendidas antes de regresar al paisaje, un lugar que funciona en parte como sede y en parte como hospital para plantas.</p><p>“He cultivado orquídeas durante décadas, así que es fantástico trabajar en algo tan especial con otras personas que comparten ese interés y aprender más”, dijo Cindy Ransing, quien se unió al grupo en enero.</p><p>Cada Orchidteer tiene una historia diferente sobre lo que primero lo atrajo a esta flor. Algunos las han cultivado toda la vida. Otros son principiantes que buscan aprender. Lo que los une es la admiración compartida por la planta y por las personas que la cuidan junto a ellos.</p><p>“Antes que nada, es hermosa. Impresionante. Es como si la orquídea te enseñara cómo cultivarla. La orquídea es la que manda. Tienes que hacerla feliz. ¿Qué necesita?”, dijo Lodato.</p><p>Para enviar una idea para What Connects Us, envíe un correo electrónico a <a href="whatconnectsus@wplg.com" target="_blank" rel="noreferrer" title="whatconnectsus@wplg.com">whatconnectsus@wplg.com</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[July 1: A pattern change brings strong thunderstorms back to the forecast starting today]]></title><link>https://www.local10.com/weather/2026/07/01/july-1-a-pattern-change-brings-strong-thunderstorms-back-to-the-forecast-starting-today/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/01/july-1-a-pattern-change-brings-strong-thunderstorms-back-to-the-forecast-starting-today/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[After the 3rd driest June on record in parts of South Florida, we are starting July with a return to our more typical rainy season pattern.]]></description><pubDate>Wed, 01 Jul 2026 13:36:11 +0000</pubDate><content:encoded><![CDATA[<p>After the 3<sup>rd</sup> driest June on record in parts of South Florida, we are starting July with a return to our more typical rainy season pattern. Showers and thunderstorms will start developing between noon-2 p.m. The highest chance of thunderstorms will be 2 p.m-7 p.m. Some storms could be strong or severe with frequent lightning, strong wind gusts, small hail, and heavy rain that leads to pockets of flooding. Temperatures will be warmer than average in the low 90s with a triple digit heat index, but storms will quickly bring some heat relief this afternoon.</p><p>Each day this week into the holiday weekend will have the potential for scattered afternoon storms. Everyone will not get the rain every day since they will be hit or miss, but expect some decent downpours at times.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[New Florida law allows trained volunteers to carry guns at houses of worship]]></title><link>https://www.local10.com/news/local/2026/07/01/new-florida-law-allows-trained-volunteers-to-carry-guns-at-houses-of-worship/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/new-florida-law-allows-trained-volunteers-to-carry-guns-at-houses-of-worship/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[A new Florida law taking effect Wednesday gives churches, synagogues and mosques the option to authorize qualified volunteers to carry guns as part of their security teams.]]></description><pubDate>Wed, 01 Jul 2026 12:57:46 +0000</pubDate><content:encoded><![CDATA[<p>A new Florida law taking effect Wednesday gives churches, synagogues and mosques the option to authorize qualified volunteers to carry guns as part of their security teams.</p><p><a href="https://www.local10.com/espanol/2026/07/01/nueva-ley-de-florida-permite-que-voluntarios-capacitados-porten-armas-en-lugares-de-culto/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/nueva-ley-de-florida-permite-que-voluntarios-capacitados-porten-armas-en-lugares-de-culto/">Leer en español</a></p><p>Supporters say the measure provides an added layer of protection for congregations, particularly smaller houses of worship that cannot afford professional security. Others, however, worry about introducing more firearms into places meant for prayer and peace.</p><p>State Rep. Omar Blanco, a Republican who co-sponsored the legislation, said the law allows members of a congregation who are already legally permitted to carry a firearm to volunteer as part of a security team after meeting the law’s requirements.</p><p>“This law allows there to be volunteer armed security to protect the places of worship,” Blanco said.</p><h3><b>Law aims to improve security</b></h3><p>Lawmakers said the legislation was prompted by a series of deadly attacks at houses of worship across the United States over the past two decades.</p><p>Blanco said there were 379 violent incidents at houses of worship nationwide between 2000 and 2024, resulting in 487 deaths and hundreds of injuries.</p><p>The law is intended to supplement—not replace—law enforcement by providing an immediate response if violence breaks out before officers arrive.</p><p>“Especially for those of smaller congregations that don’t have the budgets to allow for armed security,” Blanco said.</p><p>To qualify, volunteers must be members of the congregation, be legally allowed to carry a firearm under Florida law and complete the required screening and training.</p><p>“You have to be legally able to constitutionally carry a weapon,” Blanco said.</p><p>Former Miami Police Chief Manny Morales said training and coordination with local law enforcement will be critical for any congregation choosing to participate.</p><p>“I would encourage anyone who is thinking about having volunteers at their religious institution, or any individual themselves that are going to be taking part of this new process, to train themselves thoroughly,” Morales said.</p><h3><b>Reactions vary among South Florida faith leaders</b></h3><p>Religious leaders across South Florida are divided on whether they plan to participate.</p><p>At the Islamic School of Miami in Kendall, security measures already include controlled-access gates, surveillance cameras and monitored entry points.</p><p>“We have cameras everywhere, we have signs everywhere, we have live TVs so we can see who came in from the gate up to here,” said Bilal Karakira, of the Islamic School of Miami.</p><p>Despite those precautions, Karakira said most members of the congregation oppose allowing armed volunteers.</p><p>“With my research with the congregants, male and female, I’m telling you, more than 90% said no,” he said. “They don’t want that. They don’t want guns on the premises.”</p><p>At Antioch Missionary Baptist Church in Miami Gardens, worshippers already pass through metal detectors before entering services, while uniformed and undercover police officers provide security inside the church.</p><p>Pastor Arthur Jackson said his church has the resources to maintain a comprehensive security plan but believes the law could benefit smaller congregations.</p><p>“It allows smaller congregations and less affluent congregations that can’t staff a security team or have a full-time security team to have parishioners and volunteers to serve as their quasi-security staff,” Jackson said. “And I think it’s a good idea.”</p><p>Rabbi Mak Kushner also expressed support for the law, emphasizing that any volunteers should be carefully selected.</p><p>“Someone that’s level-headed, someone that obviously has training, and someone that is capable of doing the job,” Kushner said. “And not just leaving it up to anybody.”</p><h3><b>Participation is optional</b></h3><p>Blanco said the legislation is ultimately about ensuring Floridians can worship without fear.</p><p>“I think at the end of the day, this bill is so that every Floridian who wants to practice their faith can feel safe, protected and free to do so,” he said.</p><p>The law does not require houses of worship to create volunteer security teams. The decision is left entirely to each congregation.</p><p>Some South Florida religious institutions said they have no plans to participate, while others have already begun evaluating potential volunteers. Regardless of their approach, faith leaders say the shared goal is keeping worshippers safe.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Retrofitted Qatari jet takes flight as Air Force One for Trump's trip to North Dakota]]></title><link>https://www.local10.com/news/politics/2026/07/01/retrofitted-qatari-jet-takes-flight-as-air-force-one-for-trumps-trip-to-north-dakota/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/retrofitted-qatari-jet-takes-flight-as-air-force-one-for-trumps-trip-to-north-dakota/</guid><dc:creator><![CDATA[By JULIA DEMAREE NIKHINSON and JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Wednesday took his maiden voyage on a new Air Force One — a retrofitted Boeing 747 worth $400 million gifted by Qatar that embeds his personality more deeply into the institution of the American presidency.]]></description><pubDate>Wed, 01 Jul 2026 17:40:04 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Wednesday took his maiden voyage on a new Air Force One — a retrofitted Boeing 747 worth $400 million gifted by Qatar that embeds his personality more deeply into the institution of the American presidency.</p><p>Gone is the trademark light blue hull that helped Air Force One blend into the sky. The refurbished jet is painted to Trump’s preferred color scheme of a navy blue belly and red and gold stripes. It has the luxury features that the president believes a commander-in-chief’s entourage should have — plush carpets, lie-flat seats, wood paneling and a presidential seal on the seat belts, according to reported tours of the plane.</p><p>Trump told reporters that he was proud of the luxurious plane. “You can do two things: You can low-key it, or you can show it,” he said.</p><p>Reporters are generally not permitted to take photos on the plane unless Trump is present. But on Wednesday, Trump administration staffers posted images of the plane's interior on social media.</p><p>White House communications director Steven Cheung posted a photo of aides gathered around a circular table that had off-white place mats and leather captain's chairs. Monica Crowley, the chief of U.S. protocol, posted a picture of herself perched on a leather couch between a pair of Air Force One throw pillows. Mounted on the wall behind her was a framed photo of the Thomas Jefferson Memorial.</p><p>The jet carried Trump to North Dakota to see the Theodore Roosevelt Presidential Library, its first official visitor ahead of its opening on the nation’s 250th anniversary.</p><p>The gift from the Middle Eastern power raised ethical concerns, but Trump saw the plane as a necessary replacement to the 35-year-old planes that had previously ferried him as president.</p><p>“This is a gift from a country that has treated us very well,” Trump said.</p><p>The new jet will only temporarily be in the nation’s service, as Boeing is expected to deliver in 2028 long-delayed planes that will permanently serve as Air Force One. Trump, a Republican, has said in the past that the Qatar plane would end up in a presidential library.</p><p>The Air Force has said that it did little to change the cabin layout of the plane and that it spent less than $400 million on security upgrades.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HID2TPVYTR6PSZNASXJMKQWOSU.jpg?auth=32667966c29bf9c04c2dc79961bb5150ef8c1a83d64a72dc27a3915ea5fbae75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks to reporters before boarding Air Force One, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSQ3L4CPVO7Q5HGYTKW2XIG5AI.jpg?auth=efbb0f63ffd347019e27f36ec6a5cb968c2a8b26c7f8df0b7499e938536fbf53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The newly designated Air Force One is ready as President Donald Trump arrives to board, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RD4X753KF4HDAETUWPQ7PPJL5Y.jpg?auth=bded62b9a3d74bf0555c39246b21c6f0818a5fd0638ca22f95571cfae5381846&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump boards Air Force One, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XP5V7HTU3OHQ6SKSR5GZXUTV7Q.jpg?auth=517deb24b11422a2b06f8ec4f3ed248d30039029e9537f576550d5c4f2e709b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The presidential limousine, with President Donald Trump inside, arrives in front of the new Air Force One, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5JX3X32WP62XCDL64RKDQDUS6U.jpg?auth=e865d201e2935fb890616dda074995e05a394671a7b225a745c9b6cba56f2ae5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The newly designated Air Force One, left, with president Donald Trump on board, takes off on the runway as the old version of the plane is in the foreground, at Joint Base Andrews, Md., Wednesday, July 1, 2026 (AP Photo/Luis M. Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis M. Alvarez</media:credit></media:content></item><item><title><![CDATA[Judge orders Pentagon to lift policy that journalists be accompanied by an escort]]></title><link>https://www.local10.com/news/politics/2026/07/01/judge-orders-pentagon-to-lift-policy-that-new-york-times-journalists-be-accompanied-by-an-escort/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/judge-orders-pentagon-to-lift-policy-that-new-york-times-journalists-be-accompanied-by-an-escort/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[A federal judge has ordered the Defense Department to temporarily halt a requirement that journalists be accompanied by an official escort, another legal setback for the Trump administration’s efforts to restrict media access at the Pentagon. It was not immediately clear whether the order applied only to reporters from The New York Times, which filed the lawsuit, or to the entire press corps.]]></description><pubDate>Wed, 01 Jul 2026 15:19:16 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge has ordered the Defense Department to temporarily halt a requirement that journalists be accompanied by an official escort, another legal setback for the Trump administration’s efforts to restrict media access at the Pentagon. It was not immediately clear whether the order applied only to reporters from The New York Times, which filed the lawsuit, or to the entire press corps.</p><p>U.S. District Judge Paul L. Friedman in Washington said that policy violated the First Amendment. He issued a preliminary ruling Tuesday barring the requirement while the Times continues its protracted legal battle against the department's restrictions.</p><p>While the order's language suggested the judge's decision was directed only at the Times, the escort policy itself applies to all journalists.</p><p>The newspaper in May sued the Defense Department for the second time in five months. The lawsuits have played into an escalating tension between the U.S. media and the Republican administration, both in the public arena and the courts.</p><p>The Times hailed Friedman’s ruling.</p><p>“Today’s well-reasoned decision reaffirms the First Amendment rights of the press to cover the Pentagon without restrictions designed to prevent the public from knowing what the military is doing,” said Charlie Stadtlander, a spokesperson. “The court recognized that the Pentagon’s hastily implemented new policy was a clear violation of the Constitution.”</p><p>Pentagon spokesman Sean Parnell posted on X late Tuesday that the department “strongly disagrees” with Friedman's decision. "This ruling strips away reasonable security measures and will make it easier for sensitive and classified information to reach our adversaries.”</p><p>Parnell argued further that “unescorted access to the Pentagon allowed journalists to observe activity patterns and develop relationships that contributed to repeated unauthorized disclosures of operational plans and intelligence. The court’s order effectively restores that risky environment at a time when protecting our military’s secrets is more critical than ever.”</p><p>The Times first sued in December over rules imposed by Defense Secretary Pete Hegseth seeking to limit media access.</p><p>The escort policy was implemented in March after a ruling by Friedman that had struck down earlier restrictions. He said they violated the rights of Times reporter Julian E. Barnes and the paper.</p><p>The following month, the judge ruled that the interim policy violated his March order. But the escort policy remained in place when an appeals court stayed part of Friedman’s ruling while the government appealed. The appeals process is ongoing.</p><p>The Times and other outlets walked out of the Pentagon in October rather than agree to Hegseth's restrictions. They continue to cover the U.S. military from outside the building. A new press corps approved by the department currently occupies the Pentagon space.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PSTWUGCJY5EBUJTIHKJLP5MJ4Y.jpg?auth=72c0a75d2e94510fa9967864bd1acdc3ba21de3f8bdf7f85dc88cd289fd14151&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Pentagon is viewed from the window of an airplane Aug. 27, 2023, in Washington. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QD2R3U2NS2OLBNAEJ4WWT4XMDA.jpg?auth=785a4b37eb69420d629017f52885a4cfd9d57f961da4d2041ea1f9d4316fc1d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth listens as President Donald Trump speaks in the Oval Office of the White House during an executive order signing about quantum computing, Monday, June 22, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[A marine heat wave caused seabird deaths off California. El Nino could worsen the die-off]]></title><link>https://www.local10.com/news/national/2026/07/01/a-marine-heat-wave-caused-seabird-deaths-off-california-el-nino-could-worsen-the-die-off/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/a-marine-heat-wave-caused-seabird-deaths-off-california-el-nino-could-worsen-the-die-off/</guid><dc:creator><![CDATA[By JULIE WATSON, Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — Within minutes of walking on a San Diego beach, marine ornithologist Tammy Russell found the feathered carcasses — one after another.]]></description><pubDate>Wed, 01 Jul 2026 17:25:12 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — Within minutes of walking on a San Diego beach, marine ornithologist Tammy Russell found the feathered carcasses — one after another.</p><p>Some were mixed in with washed up kelp. Others were under rocks.</p><p>Each month, scientists and volunteers conduct surveys of dead seabirds and find what Russell describes as a grim assessment of the impact of a massive marine heat wave that has lingered for months off parts of the California coast.</p><p>The surveys that have been carried out by various organizations for decades help build a baseline of information on beached sea life to detect threats and their impact.</p><p>Many seabirds, including California brown pelicans, loons and grebes, starved to death in recent months as record-setting ocean temperatures decreased the band of cold, nutrient-rich surface water where krill, anchovies and sardines thrive near the shore, said Russell, a postdoctoral scholar at the University of California, San Diego, Scripps Institution of Oceanography.</p><p>“We’ve been seeing cormorants walk to shore and then just die within the hour. I mean one time it happened within 15 minutes, and I’ve never seen that before,” Russell said. “That has been heartbreaking for me and we’re seeing this happening across the whole coast.”</p><p>Scientists fear the die-off could worsen with the recently formed El Nino, the natural warming of parts of the central Pacific that alters weather worldwide and spikes global temperatures.</p><p>Die-offs of seabirds is happening more with warming oceans</p><p>The U.S. National Oceanic and Atmospheric Administration in June confirmed an El Nino formed and it is expected to grow to historic strength.</p><p>Die-offs of seabirds occur periodically, and not all the seabird deaths off California this year are tied to the marine heat wave, scientists and wildlife officials say.</p><p>But such die-offs are becoming more frequent as the planet warms and oceans heat up.</p><p>‘We don't know how bad this is going to get'</p><p>Already a marine heat wave has persisted off parts of the West Coast for the past year, marking only the third time on record that such a large section of coastal waters stayed warm for so long, according to NOAA.</p><p>Scripps measures daily ocean temperatures at 10 coastal stations along the California coast, where their records stretch back over a century. This year, saw three stations break records for 40 days or more, said the director Melissa Carter, who runs the program. The samples are taken in a variety of ways, including off piers by dropping an insulated bucket, or by lifeguards in the early morning surf or researchers off rocky shorelines.</p><p>Robotic underwater gliders with sensors operating out at sea also recorded high temperatures offshore and at depth during the spring. Dan Rudnick, who runs the Scripps glider program, said the warm temperature anomaly off Southern California this spring was comparable to that during the last El Nino in 2023.</p><p>And that was before the formation of this year's El Nino, which could stretch into 2027.</p><p>As cold-water species move deeper and farther north, the marine heat wave coupled with El Nino could further disrupt food webs for sea life from gray whales to seabirds. A similar pattern happened a decade ago.</p><p>“We don’t know how bad this is going to get,” said Russell, who has written about five species of Booby that are now common off California because of warming ocean temperatures.</p><p>Seabirds are seeking food in unusual places</p><p>Wildlife rehabilitation facilities treated hundreds of emaciated birds this spring when the marine heat wave intensified.</p><p>“It’s not abnormal to see dead birds on the beach, but the quantity of dead birds is unusual,” J.D. Bergeron, the CEO of ⁠International Bird Rescue, a global wildlife conservation organization that runs two aquatic bird rehabilitation centers in California, said in an interview in May.</p><p>Brown pelicans are turning up in inland lakes, Bergeron said.</p><p>“When birds starve, especially the pelicans, they start to look in unusual places for food,” he said. “They will chase fishing boats, they will go to piers and you end up with birds with fishing line and fish hook injuries.”</p><p>Many dead or debilitated seabirds examined this year have been young and emaciated, and most have tested negative for avian flu, according to the California Department of Fish and Wildlife. Some had opportunistic infections linked to malnourishment.</p><p>Krysta Rogers, a senior state environmental scientist, said there may be factors besides warm ocean temperatures. High mortality rates among young Brandt’s cormorants and common murres began after a robust 2025 breeding season, peaking post-winter, and appeared to coincide with the marine heat wave. Those deaths may be mostly due to chicks simply not surviving on their own, she said.</p><p>But she does not discount the marine heat wave affecting some seabirds, considering an increase this spring in reported deaths from other species and not just young ones.</p><p>The U.S. Fish and Wildlife Service, which collects data from the dead seabird surveys and others, said they do not have a comprehensive report ready yet.</p><p>Only a fraction of birds that die at sea wash ashore</p><p>In 2013, a warm water mass nicknamed “the blob” developed off Alaska and stretched south, lingering for years as it wreaked havoc on marine ecosystems all the way to Mexico’s Baja California peninsula. One of the strongest El Ninos on record overlapped with it in 2015.</p><p>Carcasses of emaciated common murres showed up on beaches in what biologists say was the largest seabird die-off recorded in the world’s oceans.</p><p>Common murres look like thin penguins. They can fly miles in search of schools of finger-length fish and can dive and swim nearly 600 feet (183 meters) deep to capture them. However, the birds’ high metabolism means they have to eat a lot. If they don’t eat prey matching 10% to 30% of their body mass daily, they can use up fat reserves and drop to a critical threshold for starvation within three days.</p><p>Studies show that only a fraction of birds that die at sea wash ashore. It took years for scientists to confirm that more than half of Alaska’s population of common murres, an estimated 4 million birds, died during “the blob,” according to a 2024 study in the journal Science.</p><p>The species is still struggling to recover.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T3GPOH226RG7VQIXRVJUQYXZDE.jpg?auth=90ced00d165c1b748c9a08bb381cb4cafd661ff8b510530c6acc37d70a7a0e10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Beachgoers pass a dead common murre on a beach near Scripps Pier during a survey for dying seabirds Wednesday, May 6, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TSCTWKA5QRVD7NUWMQJBAMLBOA.jpg?auth=545117286b1a005edb415241738d131dd4eb055caf4d2ff70b417536a114581e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A common murre lies on a beach near Scripps Pier during a survey for dying seabirds Wednesday, May 6, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RSUV54EJ6PLZBWJG7PSKBMDYEQ.jpg?auth=090457e10813738840f3f1f07a52af5dad248cc0399faa5b64991d24559177d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marine ornithologist Tammy Russell, left, looks at a dead seabird near a beach goer during a survey along Blacks Beach on Wednesday, May 6, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5YNFG2Y3TVW3UNQRH355BT5LYQ.jpg?auth=f12018d43b20d027c328d61cfd2743a872bf0e74c1c43d15824a985636753bd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brooke Lafrenz takes a drink of water as she shares a rock with a seabird along Blacks Beach on Wednesday, May 6, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OS2AFGGXJCEYR6W4WEIY4HZNXM.jpg?auth=28ccb519269ef9b3c396cace075030aa01574e32b4fb1198b63f9567d6500272&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jeni Smith, Rescue Supervisor at SeaWorld, passes an enclosure for rehabilitating seabirds at the SeaWorld Animal Rescue Center on Thursday, May 14, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4QGPDQOWIPCQ5ECLKMNTQBN4MU.jpg?auth=e1277e2370b78d4539dda08468ca8c1388460072fdf37ad1c4f1e6f7324d274f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jeni Smith, Rescue Supervisor at SeaWorld, passes an enclosure for rehabilitating seabirds at the SeaWorld Animal Rescue Center on Thursday, May 14, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J7WPR4VWDSBCEQJIOVQOKMMRWU.jpg?auth=d3160438ba720ebd877a57243bcc4270466b84429f7700861e33e67f6a0f4063&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A veterinarian holds an ailing pelican before surgery at SeaWorld on Thursday, May 14, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6LYBKX6PAPFBEXACIJH7GM3JLQ.jpg?auth=a83abe1fe974a11fbf8ce25ee50fc35947e333b5ab126b5d4f512fa1598028b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A common murre spreads its wings in a rehabilitation tank at the SeaWorld Animal Rescue Center on Thursday, May 14, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3WKLJVSZHU3HIIYCG2VRMXP2RM.jpg?auth=f58acda5320e152c5e084ca02ec570b171b23022d4b3ae87e981249b80c0e782&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Veterinarian Dr. Jennifer Russell holds the wing of a pelican during surgery at SeaWorld on Thursday, May 14, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BC7SOGK6D75SSEEFE5LE2OSFZA.jpg?auth=667d03d2a4f88a317c7eb7b5763ba06a0faa7171e3da68417655db8220f76fe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marine ornithologist Tammy Russell, right, and Alex Rubenstein search for dead seabirds under Scripps Pier during a survey Wednesday, May 6, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[Kroger buying regional grocer Giant Eagle in a deal valued at $1.65 billion]]></title><link>https://www.local10.com/business/2026/07/01/kroger-buying-regional-grocer-and-pharmacy-retailer-giant-eagle-in-deal-valued-at-165-billion/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/kroger-buying-regional-grocer-and-pharmacy-retailer-giant-eagle-in-deal-valued-at-165-billion/</guid><dc:creator><![CDATA[By MICHELLE CHAPMAN and DEE-ANN DURBIN, Associated Press]]></dc:creator><description><![CDATA[Kroger said Wednesday it plans to buy regional grocer and pharmacy retailer Giant Eagle in a deal valued at $1.65 billion.]]></description><pubDate>Wed, 01 Jul 2026 19:11:29 +0000</pubDate><content:encoded><![CDATA[<p>Kroger said Wednesday it plans to buy regional grocer and pharmacy retailer Giant Eagle in a deal valued at $1.65 billion.</p><p>Giant Eagle, which is privately held, has 197 supermarkets and 11 standalone pharmacies across northern Ohio, western Pennsylvania, West Virginia, Maryland and Indiana. They would continue to operate under the Giant Eagle name under the terms of the deal.</p><p>Kroger, which is the largest U.S. supermarket chain, has 2,685 stores in 35 states and the District of Columbia. Its stores operate under various brand names, including Ralphs, King Soopers, Smith’s and Fred Meyer.</p><p>The transaction includes $1.25 billion in cash and the assumption of approximately $400 million in outstanding liabilities, the companies said Wednesday.</p><p>“Giant Eagle is a well-run, high-quality regional grocer with a strong reputation for fresh products, pharmacy, private label and customer loyalty,” Kroger CEO Greg Foran said in a statement. “We evaluated the opportunity carefully and the strategic fit is clear."</p><p>Foran, a former Walmart executive, was named Kroger's CEO in February.</p><p>Kroger and other traditional grocers have been squeezed in recent years as consumers do more of their food shopping at big retailers like Walmart, Costco and Amazon and discount chains like Aldi.</p><p>In 2022, Kroger announced a plan to merge with rival Albertsons, arguing that a larger chain would be better able to compete against rivals. But the Federal Trade Commission and two states — Washington and Colorado — sued to block the merger in 2024, saying it would raise prices and lower workers’ wages by eliminating competition. The proposed merger was scrapped in late 2024 after judges overseeing two separate cases both halted the deal.</p><p>Burt Flickinger, a longtime grocery industry analyst and managing director of Strategic Resource Group, a market research company, called Kroger's acquisition of Giant Eagle “a master stroke” that gives Kroger a gateway to the mid-Atlantic, the Northeast and New England.</p><p>“There should be no antitrust concerns because Kroger consistently lowers prices when it makes acquisitions," Flickinger said.</p><p>The deal, which is subject to regulatory approval, is expected to close next year. Kroger and Giant Eagle said they anticipate having to divest a limited number of Giant Eagle stores in order to receive the necessary regulatory clearance.</p><p>Kroger's shares were flat in afternoon trading Wednesday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NBNOXM2TWEFD6EQISZ6WCO2RYI.jpg?auth=740bb079a79961e3460e64755b73a5cab1aab942b750be631d69d5e15001bf57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks out of the Giant Eagle grocery store Thursday, Nov. 17, 2011, in Mayfield Heights, Ohio. (AP Photo/Tony Dejak, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Dejak</media:credit></media:content></item><item><title><![CDATA[Award-winning Miami chef expands culinary vision with gourmet baguette delivery service]]></title><link>https://www.local10.com/food/2026/06/29/award-winning-miami-chef-expands-culinary-vision-with-gourmet-baguette-delivery-service/</link><guid isPermaLink="true">https://www.local10.com/food/2026/06/29/award-winning-miami-chef-expands-culinary-vision-with-gourmet-baguette-delivery-service/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Chef Olivia Ostrow has already earned a reputation for elevating kosher fine dining in South Florida. Now, the award-winning restaurateur is taking her signature flavors beyond the dining room and directly to customers’ doors.]]></description><pubDate>Mon, 29 Jun 2026 11:04:00 +0000</pubDate><content:encoded><![CDATA[<p>Chef Olivia Ostrow has already earned a reputation for elevating kosher fine dining in South Florida. Now, the award-winning restaurateur is taking her signature flavors beyond the dining room and directly to customers’ doors.</p><p>Recently named “Best Chef in Miami” by <i>Aventura Magazine</i>, Ostrow is the founder and executive chef of <a href="https://maisonostrow.com/" target="_self" rel="" title="https://maisonostrow.com/">Maison Ostrow</a>, a French kosher restaurant in North Bay Village. Her newest venture, <a href="https://www.maisonbaguette.com/" target="_self" rel="" title="https://www.maisonbaguette.com/">Maison Baguette</a>, delivers handcrafted gourmet sandwiches inspired by cuisines from around the world.</p><p>For Ostrow, the journey began long before she opened her Miami restaurant.</p><p>“I’m the happiest when I’m around food,” she said.</p><p>Growing up in France, she developed her love of cooking at her grandparents’ country home, where large family gatherings revolved around the kitchen table.</p><p>“My grandparents had a country house where everybody would meet on the weekend — all the cousins, the uncles and everyone,” Ostrow recalled. “It was like a constant revolving door of food.”</p><p>Inspired by those family meals, Ostrow trained under some of France’s most accomplished chefs before eventually relocating to South Florida.</p><p>Determined to bring authentic French cuisine to Miami’s kosher dining scene, she opened Maison Ostrow, assembling a kitchen staff trained in France under Michelin-starred chefs.</p><p>“For me to open a restaurant that was kosher and French, I needed to have a real kitchen,” Ostrow said. “The guys with me in my kitchen were trained in France under Michelin-star chefs. They know their stuff.”</p><p>The restaurant’s menu features dishes including smoked salmon crêpes, caramelized miso black cod, homemade pastas, risottos, veal, lamb and duck.</p><p>But despite her extensive fine-dining menu, Ostrow admits one food has always been her favorite.</p><p>“I’m obsessed with a sandwich,” she said. “I can eat sandwiches every day. If you want to invite me over for dinner, just tell me you’re making a sandwich. I’m coming.”</p><p>That passion inspired Maison Baguette, a delivery-only concept centered around freshly baked French bread filled with globally inspired recipes.</p><p>Rather than creating traditional deli sandwiches, Ostrow designed a menu featuring about 25 different combinations inspired by favorite dishes from around the world.</p><p>“We picked dishes, not sandwiches, from all over the world that we love,” she said. “It can be sweet-and-sour sesame chicken representing Asia, a Greek salad with chicken, or steak frites with peppercorn sauce.”</p><p>Each sandwich is served on homemade baguettes developed specifically for delivery.</p><p>Perfecting the bread took months of testing.</p><p>“The work was literally five full months to perfect that baguette,” Ostrow said. “We imported flour from all over the globe, and we made it happen. Now we’re open, we’re thriving, and I couldn’t be prouder of my little baguette.”</p><p>Customers can also order VIP meal boxes that include fries, a dessert and a drink.</p><p>With Maison Ostrow continuing to serve diners in North Bay Village and Maison Baguette expanding her reach across South Florida, Ostrow hopes to continue sharing the French culinary traditions that first inspired her around her grandparents’ kitchen table.</p><p>Maison Baguette sandwiches can be ordered online through the company’s <a href="https://www.maisonbaguette.com/" target="_self" rel="" title="https://www.maisonbaguette.com/">website</a> or mobile app.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Serena Williams wins praise from fellow pros at Wimbledon after 1st singles match in nearly 4 years]]></title><link>https://www.local10.com/sports/2026/07/01/serena-williams-tweaked-her-knee-during-wimbledon-return-at-age-44-but-still-aims-to-play-doubles/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/serena-williams-tweaked-her-knee-during-wimbledon-return-at-age-44-but-still-aims-to-play-doubles/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — There were still serves beyond 120 mph. Plenty of heavy groundstrokes landing within inches of the baseline, too.]]></description><pubDate>Wed, 01 Jul 2026 20:13:01 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — There were still serves beyond 120 mph. Plenty of heavy groundstrokes landing within inches of the baseline, too.</p><p>Serena Williams won plenty of praise about her game from her fellow players at Wimbledon a day after her first singles match in nearly four years.</p><p>The 44-year-old Williams was beaten 6-3, 6-7 (6), 6-3 by 20-year-old Maya Joint of Australia in the first round on Tuesday but showed she could be competitive after being away for so long.</p><p>Coco Gauff ended her dinner early to find somewhere to watch Williams.</p><p>“I think Serena’s level was insane," Gauff said Wednesday. "It proves even more how she’s the GOAT despite age and all that. I don’t know how she can play that level not playing for four years. I was already nervous not playing two weeks before this tournament. I couldn’t imagine four years.</p><p>“I just love her. I love her fight. And the serve is unbelievable,” Gauff added after her second-round win. “You just look at her and you think, ’This is like 10 years ago.' It’s really insane. I think it was cool for the sport.”</p><p>The 87th-ranked Joint was in the top 30 earlier this year.</p><p>“Maya played top-10, top-5 tennis. Obviously she’s a great player,” Gauff said. “She seems like an even, chill girl. I do think if anyone was ready for the moment, it would be her.”</p><p>Williams announced on Wednesday that she tweaked her right knee toward the end of the first set but said she still hopes to play doubles with sister Venus later in the week.</p><p>Serena, a 23-time Grand Slam singles champion who won seven of her titles at Wimbledon, did not ask for medical treatment during the match and did not meet with media afterward.</p><p>“Serena tweaked her right knee at the end of the first set and was therefore excused from her media obligations by the Wimbledon and WTA medical teams,” said Jill Smoller, Williams’ agent. “She left site that night unaided and is doing everything she can to be ready for her doubles match later this week.”</p><p>Williams confirmed the injury on Instagram and added, “It felt so good to be back on the grass (at) Wimbledon. I’m incredibly thankful for the wild card — and even more grateful my daughters got to see that it’s never too late to chase something you love.</p><p>“Congratulations to Maya Joint on a great match, and thank you to everyone who showed up and showed me so much love. That feeling will never get old,” Williams added.</p><p>Serena received wild card invitations from Wimbledon organizers to play both singles and doubles with Venus.</p><p>Serena has said that having her two daughters off from school inspired her comeback and it marked the first time that her youngest daughter, Adira, who is almost 3, saw her play singles. Adira sat next to her 8-year-old sister, Olympia in the front row of Serena’s players’ box.</p><p>Alexis Ohanian, Williams' husband, wrote on social media: “Our little family is so proud of you (at)serenawilliams — even though it wasn’t the outcome you wanted, you’re an inspiration. We love you” He added that the kids “are also happy they got to stay up a bit past their bedtime.”</p><p>Four-time Grand Slam champion Naomi Osaka also paid tribute on social media: “I really wonder if Serena and Venus know how much they mean to us,” Osaka posted.</p><p>Then after winning her second-round match, Osaka discussed watching Serena play.</p><p>“The montages that they had before the match started made me really emotional because I feel like I’ve watched her growing up,” Osaka said. “Now I feel like I’m grown up and I get the privilege of watching her again. So it was really cool.”</p><p>Fellow American Tommy Paul watched, too.</p><p>“It’s pretty impressive at her age,” Paul said. “She was striking the ball pretty well, returning pretty well. I thought she was going to go after it a little bit more. ... I think it would have helped her a lot to have maybe a match of singles before coming out to Wimbledon. But she’s Serena. She can do whatever she wants.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3G4TP4DRQ4TLC4URWAVCYVWQDI.jpg?auth=fabdace9fa2f992ebf8f4f873c11cadfbdee42b6c43fee99eb92363f67d101cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States plays a forehand against Maya Joint of Australia in their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z44YASXOLMZ4Y76KMUVB3KSHBE.jpg?auth=972289822f4d857777260013f05acc9303bb4843e28e3e997d2981a616e05170&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States celebrates winning a point against Maya Joint of Australia in their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SVU2FJH2IJ2S5MUH445BCAPD2I.jpg?auth=4d56efaf898e48d950857adce30e91c74c38c1271f663a917e1a88a1c47f538a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena's William husband Alexis Ohanian and their daughters Olympia and Adira watch the first round women's singles match between Serena Williams of the United States and Maya Joint of Australia, at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P4E2TUQNPHGPE5VPNZVEHZUNX4.jpg?auth=d9cc86acee785211780229819847b1ca6f38a8cd41a1ca2001b0520af0be4ba1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States sits during a changeover in her first round women's singles match against Maya Joint of Australia, at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I7WZ3NPXD2K53GMUZTZ54SOGNM.jpg?auth=ba82ea602ef651bf05cde430695c2f21e2178bb94748217ac7d6b0c26f29281f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States reacts after a point against Maya Joint of Australia in their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content></item><item><title><![CDATA[Un muerto en Rumania por una fuerte tormenta durante una intensa ola de calor]]></title><link>https://www.local10.com/espanol/2026/07/01/un-muerto-en-rumania-por-una-fuerte-tormenta-durante-una-intensa-ola-de-calor/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/un-muerto-en-rumania-por-una-fuerte-tormenta-durante-una-intensa-ola-de-calor/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BUCAREST, Rumanía (AP) — Una fuerte tormenta que azotó la capital de Rumania durante la noche del martes al miércoles tras una intensa ola de calor causó la muerte de una persona y provocó inundaciones en 20 condados.]]></description><pubDate>Wed, 01 Jul 2026 12:17:55 +0000</pubDate><content:encoded><![CDATA[<p>BUCAREST, Rumanía (AP) — Una fuerte tormenta que azotó la capital de Rumania durante la noche del martes al miércoles tras una intensa ola de calor causó la muerte de una persona y provocó inundaciones en 20 condados.</p><p>La tormenta torrencial golpeó 60 localidades, y los servicios de emergencia extrajeron agua de más de 350 viviendas y 100 calles, según el Inspectorado General para Situaciones de Emergencia, o IGSU.</p><p>Las zonas más afectadas fueron el municipio de la capital, Bucarest, y el vecino condado de Ilfov, donde una persona murió cuando un árbol cayó sobre su automóvil. Los servicios de emergencia recibieron más de 2.200 solicitudes de ayuda. Se desplegaron rescatistas y recursos como camiones, bombas de agua y motosierras desde otros condados.</p><p>Durante la tormenta cayeron 988 árboles y 495 automóviles resultaron dañados, señaló el IGSU.</p><p>Al igual que gran parte de Europa, Rumania ha estado bajo el azote de una ola de calor esta semana, con temperaturas que en algunas zonas se prevé que superen los 40 grados Celsius (104 grados Fahrenheit).</p><p>La Administración Nacional de Meteorología advirtió el miércoles que la “inestabilidad atmosférica” traería lluvias torrenciales y tormentas eléctricas a las zonas occidentales y meridionales del país.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5MT6XWBTQYFMYWIY37VLCSWVYE.jpg?auth=3318db479ff0bfede558f373eb9e5e4a08bee4e3606c900a482fa34dd5547e09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer pasa junto a un árbol caído en Bucarest, Rumanía, el miércoles 1 de julio de 2026 después de que una tormenta eléctrica golpeara la capital rumana la noche anterior. (AP Foto/ Andreea Alexandru)]]></media:description><media:credit role="author" scheme="urn:ebu">Andreea Alexandru</media:credit></media:content></item><item><title><![CDATA[The Latest: Federal filing shows Trump took in about $1.2 billion from crypto businesses last year]]></title><link>https://www.local10.com/news/politics/2026/07/01/the-latest-federal-filing-shows-trump-took-in-about-12-billion-from-crypto-businesses-last-year/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/the-latest-federal-filing-shows-trump-took-in-about-12-billion-from-crypto-businesses-last-year/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump took in nearly $1.2 billion from his crypto businesses last year, a federal filing released Tuesday shows, locking in profits while his investors were socked with losses.]]></description><pubDate>Wed, 01 Jul 2026 20:26:31 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump took in nearly $1.2 billion from his crypto businesses last year, a federal filing released Tuesday shows, locking in profits while his investors were socked with losses.</p><p>Mere startups when he took the oath of office, the new ventures have now eclipsed in revenue much of his vast property portfolio that took him decades to accumulate.</p><p>Also, the House leadership on Tuesday abruptly canceled votes and sent lawmakers home early for the holiday recess, Speaker Mike Johnson ’s majority once again ground to a standstill by a Republican revolt over their own party’s agenda. In this case, it’s a standoff blocking the annual defense bill as Republicans push to include Trump’s own priority, the SAVE America Act, a strict voter ID bill.</p><p>Here's the latest:</p><p>Crypto, real estate, watches: How Trump made over $1 billion last year</p><p>The latest disclosure report listing Trump’s financial holdings shows he took in about $1.2 billion last year from crypto holdings, overshadowing a real estate business that first brought him fame.</p><p>It’s a stunning development, sped along by his own friendly policies toward the industry and help from billionaires and others with business before the presidency.</p><p>The report, which is over 900 pages, also shows Trump took in tens of millions from new properties in countries beholden to the U.S. for military support or seeking tariff relief. He got tens of millions more suing media companies.</p><p>The White House says the president has no financial conflicts with his government role and only acts in the public interest.</p><p>▶ Read more</p><p>Americans step out for their nation’s 250th in a proud moment sown with division and doubt</p><p>America has come to a landmark moment of pride and patriotism — and a time of division and doubt.</p><p>As the country turns 250 on Saturday, Americans are stepping out for celebrations in a big way. Thousands of events are unfolding from every corner of the country.</p><p>But tears in the national fabric are seen everywhere, too.</p><p>And belief in American exceptionalism has declined.</p><p>An Associated Press-NORC Center for Public Affairs Research poll shows more people in the U.S. think there are better countries than those who think the United States is the best.</p><p>Still, the party’s on.</p><p>▶ Read more</p><p>Trump talks Panama Canal with AI Teddy Roosevelt</p><p>Given a chance to talk with an artificial intelligence version of Roosevelt, Trump asked a pointed question: “Do you consider the Panama Canal your greatest achievement?”</p><p>A digital rendering of Roosevelt said the canal’s construction was one of his proudest feats, but he added that greatness is measured by lives improved. He rattled off other achievements involving parks, medicine and his Square Deal.</p><p>But with the canal, AI Roosevelt said he believed he had “left a mark that would last.”</p><p>“OK,” Trump said. “You did. Thank you.”</p><p>The exchange was shared in a video posted online by The White House as Trump toured the new Theodore Roosevelt Presidential Library. Trump has previously suggested the U.S. might seek to take back the waterway from Panama to curb China’s influence.</p><p>As the Pentagon stays quiet, AP reconstructs a US strike that killed over 100 Iranian children</p><p>The Feb. 28 attack on a primary school in southeastern Iran was the deadliest reported strike in the U.S.-Israeli war against Iran. Most of the victims were children.</p><p>In almost any other conflict, these haunting truths would be seared into national memory. Yet more than 120 days since at least one U.S. missile struck the school in Minab, there remains no final accounting of what happened.</p><p>The rapid pace of U.S. bombing and chaotic death tolls have left families without resolution. President Donald Trump has denied U.S. involvement, while Iran blames the U.S. The Pentagon’s investigation remains incomplete.</p><p>The Associated Press has reconstructed the story of the attack, beginning in the schoolyard on the morning of Feb. 28, drawing from open-source information, video footage, human rights reports and interviews with researchers and civilians inside and outside Iran to reveal previously unreported details about the bombing in Minab, including the diversity of children killed.</p><p>▶ Read more</p><p>Navy helicopter makes emergency landing in Arabian Sea</p><p>A U.S. Navy helicopter made an emergency water landing in the Arabian Sea, leaving one sailor missing, the Navy’s 5th Fleet said in a statement Wednesday.</p><p>According to the Navy, an MH-60S Sea Hawk helicopter assigned to USS George H.W. Bush went into the water at 3:30 a.m. on Wednesday, but the statement noted that “there is no indication the emergency was caused by hostile action.”</p><p>The statement went on to say that three of the helicopter’s four crew members were recovered, but one aircrewman was still missing.</p><p>The USS George H.W. Bush is one of two aircraft carriers deployed in the waters off Iran.</p><p>Ex-CIA Director John Brennan seeks court order requiring records from investigations be preserved</p><p>Former CIA Director John Brennan sued the Trump administration on Wednesday, demanding a court order that would require officials to preserve records from investigations that are targeting him.</p><p>Brennan said in the lawsuit that the records would be essential for him to defend himself against any eventual indictment and make the case that it was a vindictive prosecution by the Republican administration.</p><p>▶ Read more</p><p>Vance says Doha talks are focused on Strait of Hormuz, not yet on nuclear issues</p><p>The vice president told reporters as he was leaving Virginia Beach on Wednesday that it was still “pretty early” in talks that U.S. negotiators were having with Iranian and Qatari officials.</p><p>Vance said they were discussing details related to commercial traffic through the Strait of Hormuz and “really just ensuring that we continue to make the progress on that, and that’s what they’re focused on.”</p><p>“Obviously, we’re worried about the nuclear issue. We’re going to start talking about that,” he said.</p><p>Trump highlights chipmaker Micron for plans to invest $250 million in ‘Trump Accounts’</p><p>The president has promoted his eponymous investment accounts for children, highlighting a planned $250 million contribution from Micron, a computer memory chip maker.</p><p>“This incredible gesture, made by Micron’s fantastic CEO, Sanjay Mehrotra, will make many children extremely happy some day in the not-too-distant future,” Trump posted on social media.</p><p>The accounts created by Trump’s 2025 tax cut extension include government seed stock index accounts for newborn children and allow private contributions to accounts for other children.</p><p>Micron will provide a $1,000-per-child matching benefit for employees and a one-time $250 deposit into accounts for children in the states where it operates: Idaho, New York, Virginia, California, Colorado, Minnesota and Texas</p><p>Micron estimates its commitments will benefit up to 1 million children.</p><p>Vance uses speech celebrating 250 years of ‘military excellence’ to slam Iran critics</p><p>The vice president visited Naval Air Station Oceana in Virginia and began his speech joking that he reminded himself while taking the stage, “Don’t fall and bust your ass.”</p><p>The vice president noted former President Joe Biden having infamously tripped in the past, adding, “If I did it one time, it would be a major, major story.”</p><p>Vance also slammed critics who he said want the U.S. military “to just keep going and keep going” in Iran and “attack the president of the United States for using the leverage that you gave him to engage in negotiations.”</p><p>Vance said unnamed people had similarly suggested the U.S. do more during past wars in Iraq and Afghanistan.</p><p>Such critics, he said, “Encouraged us to just go a little bit further and just drop a few more bombs.”</p><p>Trump gives condolences after death of musician who co-wrote ‘Y.M.C.A.’</p><p>Victor Willis, who co-founded the Village People and helped write the disco group’s classic hits, has died at age 74.</p><p>The song “Y.M.C.A.” is a favorite of Trump’s and is often played at his events.</p><p>“We will think of Victor every time ‘Y.M.C.A.’ is played, like today, and all throughout this July Fourth Birthday week,” Trump wrote on social media Wednesday. “My condolences to his wonderful family and group, Victor Willis will be sorely missed.”</p><p>Nealy 1,000 US military personnel are helping with Venezuela earthquake relief</p><p>The U.S. military now has about 900 military personnel supporting relief efforts in Venezuela following a pair of powerful back-to-back earthquakes that struck the country June 24, Steven McCloud, a U.S. Southern Command spokesperson said.</p><p>The statement comes as U.S. Southern Command continues to utilize a host of military aircraft and ships to move supplies and equipment into the country and U.S. Marines have joined search and rescue teams. The Marine Corps has also brought military transport trucks, highly mobile off-road vehicles and military ambulances to “further accelerate the movement of critical supplies and equipment,” a Southern Command statement said Wednesday.</p><p>McCloud added that there are also about 100 people from the State Department supporting aid and relief work.</p><p>The Venezuelan government has reported more than 1,400 deaths from the quakes over the weekend as well as thousands more that have been reported missing.</p><p>Trump administration moves to deport Cubans legally living in the US for alleged espionage</p><p>It comes accusations they were working as spies for Cuba’s socialist government.</p><p>The State Department said Tuesday that it had revoked the legal status of Carlos Antonio Lloga Dominguez, his wife and son, all of whom are now in federal custody awaiting deportation. The department said Lloga Dominguez had worked for more than a decade in the U.S. as an agent of the Cuban Institute of Friendship with the People, which it said was an “influence and intelligence front group” for Cuba.</p><p>“Under the Trump Administration, America will never become home for Cuban Communist regime thugs who peddle propaganda, run foreign influence operations, or seek to wage revolution against American civilization,” the department said in a statement.</p><p>Trump visits Theodore Roosevelt Presidential Library in North Dakota</p><p>The president is visiting North Dakota on Wednesday to see the newly built Theodore Roosevelt Presidential Library, a massive facility exploring the life of America’s 26th president. The 96,000-square-foot library is in the rugged, lonely landscape where the young Easterner built his conservation values while ranching and hunting in the 1880s.</p><p>Saturday’s official opening coincides with July Fourth celebrations honoring the 250th anniversary of the signing of the Declaration of Independence.</p><p>Trump is coming early to see the $450 million project, a boost for Interior Secretary Doug Burgum, a former governor of North Dakota, while also bringing the nation’s birthday festivities to a region synonymous with its westward expansion.</p><p>▶ Read more</p><p>Retrofitted Qatari jet takes flight as Air Force One for Trump’s trip to North Dakota</p><p>President Trump is taking his maiden voyage on a new Air Force One — a retrofitted Boeing 747 worth $400 million gifted by Qatar that embeds his personality more deeply into the institution of the American presidency.</p><p>Gone is the trademark light blue hull that helped Air Force One blend into the sky. The refurbished jet is painted to Trump’s preferred color scheme of a navy belly and red and gold stripes. It has the luxury features the president believes a commander-in-chief’s entourage should have — plush carpets, lie-flat seats, wood paneling and a presidential seal on the seat belts, according to reported tours of the plane.</p><p>Trump told reporters he was proud of the luxurious plane. “You can do two things: You can low-key it, or you can show it,” he said.</p><p>▶ Read more</p><p>Trump says Pulte can declassify what he wants as acting director of national intelligence</p><p>The president said federal housing finance regulator Bill Pulte, who Trump named as the acting director of national intelligence, “can declassify whatever” he wants.</p><p>Pulte’s elevation to the position has been a source of tension because of his lack of national security credentials. But he’s been given free reign to force job cuts at the Office of the Director of National Intelligence.</p><p>“Bill is there just for a fairly short period of time, but while he’s there, I said, ‘You can declassify whatever you want,’” Trump told reporters before boarding Air Force One.</p><p>The president estimated that Pulte could hold the job for one or two months. There’s been a push inside Trump’s movement to release documents to back up Trump’s claims that the 2020 presidential election was stolen from him, despite electoral results that show a clear loss to Democrat Joe Biden.</p><p>Trump has nominated Jay Clayton, the U.S. attorney for the Southern District of New York, to be the permanent DNI.</p><p>The president said Clayton will have a Senate hearing on his nomination in two weeks, after having canceled Clayton’s initial hearing.</p><p>Trump claims stock market gains are behind his rising fortune</p><p>Financial disclosures show Trump made roughly $1.2 billion off his crypto currency ventures last year, but the president claimed he’s not directing his investments.</p><p>“We have funds that run my money,” Trump said. “I made a lot of money before I became president, and they invest my money, and I don’t talk to them. I never, I don’t even speak to them.”</p><p>Trump claimed his financial gains largely came from a rising stock market and that those profits help the country as a whole.</p><p>“We’re all profiting,” Trump said. “I’m profiting because I have a lot of money and a lot of cash.”</p><p>But not all Americans have access to the stock market.</p><p>Treasury Secretary Scott Bessent has said that 38% of Americans don’t have exposure to the stock market.</p><p>Trump boards new Air Force One, saying Boeing’s answers to questions led him to approach Qatar</p><p>Trump beamed with pride about the new Air Force One before its initial voyage, telling reporters pictures of the Boeing 747 given to him by Qatar would win the Pulitzer Prize.</p><p>The plane was given to the U.S. by Qatar and Trump relayed how the exchange happened. He said he asked Boeing — which is set to deliver new planes for the presidential jet in 2028 — if there were any counties that had potential substitutes in the interim.</p><p>“I said, ‘Who has the best one?’ They said, ‘Qatar. There’s no, there’s never been a plane like it.’ Frankly, we couldn’t build a plane like this because we wouldn’t be willing to spend the kind of money necessary. They spent top dollar,” Trump said.</p><p>The president said he went to Qatar and asked to use its plane for a period of time and the emir said he would instead give the plane to Trump. The president described the plane as “a gift from a country that has treated us very well.”</p><p>“You’re going to get a kick out of it,” Trump said to reporters about the plane. “There’s just nothing like it.”</p><p>How the Supreme Court became a pivotal force in Trump’s immigration agenda</p><p>President Trump’s administration looked to the Supreme Court to greenlight its sweeping hard-line immigration agenda and, by and large, it got the backing it was looking for with one key exception — birthright citizenship.</p><p>After lower courts repeatedly ruled against the Trump administration, the nation’s top court allowed it to terminate temporary protections for people fleeing war or strife. It gave immigration officers greater leeway in dealing with green card holders returning from abroad, and it allowed the government to limit the number of people who can apply for asylum.</p><p>In being asked to serve as an enabler of the Republican president’s contentious immigration crackdown, the Supreme Court showed deference to constitutional guardrails in the key case of birthright citizenship that would have redefined who can be an American. In ruling against the administration, the court upheld the idea that people who are born in the United States, regardless of their parents’ immigration status, are Americans.</p><p>▶ Read more</p><p>Trump’s actions signal a move toward institutionalizing people with disabilities, advocates warn</p><p>For decades, disabled people have fought for their rights to go to school and live alongside peers without disabilities — rights that some fear could be losing ground under the Trump administration.</p><p>Last month, the Education Department announced it would offload oversight of special education to the Department of Health and Human Services, led by Robert F. Kennedy Jr., whose comments on the limits of disabilities such as autism have drawn sharp rebukes from advocates and lawmakers.</p><p>Meanwhile, following a White House push to police homelessness, the Department of Justice released guidance that lowered the barrier to institutionalizing any person with a disability.</p><p>Taken together, the actions signal a worrying return to a reality where people with disabilities are pushed to the margins of society, advocates said.</p><p>“It’s a direct, frontal assault on the rights of people with disabilities to live their lives the way that people who are nondisabled live their lives,” said Selene Almazan, legal director for the Council of Parent Attorneys and Advocates. “I can’t imagine that as a country, that would be something that we would agree we should go back to.”</p><p>▶ Read more</p><p>Writer E. Jean Carroll calls for Trump to pay $5.8M after high court appeal fails</p><p>Advice columnist E. Jean Carroll asked a judge Tuesday to require President Donald Trump to pay her $5 million from a jury verdict that concluded Trump sexually abused her in the 1990s and defamed her after she publicly described the attack in 2019.</p><p>Lawyers for Carroll filed papers in Manhattan federal court to say Trump is unjustly trying to further delay release of the money after the Supreme Court refused Monday to hear an appeal of the 2023 civil jury verdict.</p><p>The amount has grown to nearly $5.8 million with interest and should be required by the court to be disbursed, the lawyers wrote, saying Trump has resumed his defamatory attacks against Carroll as his lawyers considered asking the high court to reconsider its decision.</p><p>The jury reached its verdict in a trial that Trump did not attend after Carroll testified that she was sexually abused by Trump in spring 1996 in the dressing room of a midtown Manhattan luxury department store after a flirtatious and friendly chance encounter between them turned violent.</p><p>▶ Read more</p><p>Trump to visit newly built Theodore Roosevelt Presidential Library in North Dakota’s Badlands</p><p>Trump will visit North Dakota on Wednesday to see the Theodore Roosevelt Presidential Library, a massive facility exploring the 26th president’s life, built in the rugged, lonely landscape where the young easterner built his conservation values while ranching and hunting in the 1880s.</p><p>The 96,000-square-foot library opens over the weekend on July 4, the pinnacle date of celebrations this year honoring the 250th anniversary of the signing of the Declaration of Independence. But Trump is coming early to see the $450 million project, a push of Interior Secretary Doug Burgum from when he was governor of North Dakota, and bringing the official celebrations of the nation’s birth to a region synonymous with its westward expansion.</p><p>All living presidents were invited to the grand opening of the library, which joins more than a dozen such libraries throughout the country examining the lives and legacies of U.S. presidents from Ronald Reagan in California, to Franklin D. Roosevelt in New York to Herbert Hoover in Iowa. The Obama Presidential Center recently opened in Chicago, bringing together four former presidents for the occasion.</p><p>▶ Read more</p><p>Harvard professor with polarizing alien theories is picked to lead new White House UFO council</p><p>A polarizing Harvard astronomer known for splashy theories about alien visits has been tapped by the White House to lead a team of outside scientists to study the national security risks posed by UFOs.</p><p>Avi Loeb, a cosmologist who studied black holes and served as head of Harvard’s astronomy department until 2020, was recently appointed to helm a new scientific advisory council tasked with investigating the origins of mysterious orbs and other objects reported by military personnel in recent years. It’s part of President Donald Trump’s push to declassify more information about the issue.</p><p>Loeb’s team will report to a new White House panel focused on UFOs, now often referred to as unidentified anomalous phenomena, or UAP.</p><p>For the last decade, Loeb has been scanning the skies and seas for evidence of intelligent alien life. He began the quest in 2017 as scientists puzzled over an interstellar object soaring by Earth. While others proposed it was a comet or ice chunk, Loeb said it could be a thin “light sail” detached from an alien spacecraft.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/56WOIKFBKYXV5HANR4ZZEKLGGM.jpg?auth=7b3135fe707fde1e9bff0d9bbfb02ee1e5ad8fdaa6541608971a1a6926e350b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks before signing a presidential memo to the EPA on pollution control in vehicles, in the Oval Office of the White House, Monday, June 29, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H6B4F52C3ALJMDO4ALEHTJXGDQ.jpg?auth=37a8a61db974e7ba543137945ee3167d5f632f359749594a35602bba99618c93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lafayette Park and the White House are seen Tuesday, June 30, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QBJUI5VMMK563QHGLZS2WMUVRY.jpg?auth=33435ce7ab0d204993c079ab5e2bd0a2a77bfac084b4d7ab70fd6a3b950bc6dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks before signing a presidential memo to the EPA on pollution control in vehicles, in the Oval Office of the White House, Monday, June 29, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[EU issues new steel and e-commerce regulations to reduce trade imbalance with China]]></title><link>https://www.local10.com/tech/2026/07/01/eu-issues-new-steel-and-e-commerce-regulations-to-reduce-trade-imbalance-with-china/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/01/eu-issues-new-steel-and-e-commerce-regulations-to-reduce-trade-imbalance-with-china/</guid><dc:creator><![CDATA[By SAM McNEIL and CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[BRUSSELS (AP) — The European Union rolled out two measures to protect its steel industry and limit e-commerce small parcels on Wednesday as the 27-nation bloc grapples with its staggering trade imbalance with China.]]></description><pubDate>Wed, 01 Jul 2026 12:05:22 +0000</pubDate><content:encoded><![CDATA[<p>BRUSSELS (AP) — The European Union rolled out two measures to protect its steel industry and limit e-commerce small parcels on Wednesday as the 27-nation bloc grapples with its staggering trade imbalance with China.</p><p>“Today’s change is about restoring fairness for European businesses and better protecting our consumers,” European Commission President Ursula von der Leyen said in an online post praising a new 3 euro ($3.42) customs duty on small packages. “The surge in low-value online imports has put our retailers at an unfair disadvantage. Too many of these products also fail to meet EU safety standards, putting consumers at risk.”</p><p>The Commission said new rules on steel imports are designed to protect EU plants and jobs from “the damaging impacts of global overcapacity” on “a strategically crucial European industry.” China’s subsidies for steel production have led critics in Brussels and beyond to charge that policy undercuts steel industries from Germany's Ruhr valley to Kyushu Island in Japan.</p><p>The EU's trade deficit with China widened in 2025 to around 360 billion euros ($410 billion) — or roughly 1 billion euros a day — and is rising in 2026.</p><p>China’s annual global trade surplus reached a near-record $1.2 trillion last year even after higher tariffs introduced by the Trump administration, and despite China’s dependency on Persian Gulf energy, the war in Iran has not destabilized China’s export-led economy with sales of high-tech goods and vehicles abroad having jumped.</p><p>Flood of small packages has destabilized main street</p><p>From Wednesday, the EU will remove an customs duty exemption called “de minimis” for parcels valued at under 150 euros. Chinese firms like the e-commerce giants Temu and Shien control about 90% of this type of trade, according to the Commission. The U.S. made a similar move last year.</p><p>The Commission said 5.9 billion small packages were imported into the EU in 2025, compared with about 1.4 billion in 2022. At roughly 16 million a day, that’s 97% of the traffic, but represents just 2% of import value. A majority of the packages were said to have failed safety tests and triggered environmental concerns on overuse of plastic.</p><p>“Europe finally shows teeth against flood of cheap package deals,” said Bernd Lange, the head of the European Parliament’s trade committee in a post online.</p><p>Yet the 3 euro tax might “not affect the big picture” as it's minimal compared to the price gap between Europe and China for goods like e-commerce, according to Gary Ng, a research fellow at the Central European Institute of Asian Studies.</p><p>While it may be effective in reducing small orders and impulse purchases, Ng said that customers and e-commerce platforms can still make group orders.</p><p>EU steel under threat</p><p>The new rules set tariff-free quotas at 18.3 million metric tons annually and imposes an out-of-quota duty of 50% on 26 types of steel imports. It also requires more transparency from importers to trace where the so-called “melt and pour” stage of production takes place to ensure countries like China will not circumvent protections by shipping products to the EU via third countries. The EU had put in new steel tariffs in October to protect the bloc from a flood of steel imports diverted by new U.S. trade policy under Trump.</p><p>Europe's steel industry is in crisis, with crude steel output falling to a “historic low” in 2026, according to the European Steel Association.</p><p>“Europe’s steel production is shrinking while imports as a share of the EU market are rising,” said the trade group’s director-general Axel Eggert in March. “EU policymakers must therefore agree the new steel trade measure quickly without it being weakened otherwise Europe risks losing more industrial capacity.”</p><p>While China producers more than half of the world's steel, the EU imports mostly from trade partners like the U.K., Ukraine, India, Taiwan, Turkey, Japan and South Korea. The new tariffs could trigger penalties in free trade agreements with nations like Japan but some exemptions have been granted to Ukraine as it battles Russia.</p><p>“We will remain open to engage — call it a club, call it an alliance, call it whatever you like — but the idea that we come together with like-minded partners on this global challenge of overcapacity in the market," said a Commission official tasked with communicating policy but not authorized to be named. "In an ideal world there is fair competition and level playing fields. Unfortunately, we don’t seem to live in an ideal world.”</p><p>Beijing will oppose the new rules even if they do not directly target China, said Alicia García-Herrero, a chief economist for Asia Pacific and Middle East at the French bank Natixis.</p><p>“The Chinese do not want this instrument to work. This could be a springboard for more," she said. “It opens the door to the overall overcapacity instruments to see how it works.”</p><p>China’s Ministry of Commerce in May warned the EU against new steel import regulations and said China would firmly respond to “discriminatory measures” against its companies and products.</p><p>'Wolf pack effect'</p><p>Some experts in China have raised the alarm over growing backlash to mass exports.</p><p>In a recent report, the Center for International Security and Strategy at Tsinghua University in Beijing identified “ China Shock 2.0 ” — a massive surge of highly subsidized, advanced Chinese manufacturing exports flooding global markets — as one of the top 10 perceived security risks for China. It warned that the EU would likely impose additional tariffs on China that, together with protectionist sentiment in the U.S., might inspire other nations to follow suit with “steep tariff hikes and investment screening” targeting Chinese firms.</p><p>"What makes this risk distinctive is that it does not originate from a single adversary. It is the ‘wolf pack effect’ of multiple countries acting in concert, inflicting not only direct economic losses on China but, more profoundly, degrading its strategic environment and international business reputation," the report stated.</p><p>Beijing has hit back at the concept of “China Shock 2.0,” defending it instead as an “opportunity” which brings the world wider shared benefits from China's tech innovations.</p><p>While the EU has not been as combative with China as the Trump administration, “the direction of travel is clearly shifting in Brussels,” HSBC economists Frederic Neumann and Justin Feng wrote in a research note on Tuesday.</p><p>In June, leaders from the Group of Seven nations issued a joint call to develop independent supply chains for critical minerals so crucial for defense and high-tech industries.</p><p>'Status quo is not an option'</p><p>“China and the EU are partners, not rivals,” Guo Jiakun, a spokesperson for the Chinese Ministry of Foreign Affairs, said on Tuesday. “The root cause of the EU’s problems does not lie with China.”</p><p>China’s recent success handling Trump’s escalated tariff threats last year suggests it “can withstand external pressure,” according to Neumann and Feng, who said Beijing leveraged its control of rare earth supply chains to forge a truce on trade with Washington.</p><p>“If China managed a U.S. tariff ramp-up and the global energy shock during the U.S.-Iran conflict, it may show less inclination to make concessions to the EU,” the economists said. “The near-term outlook points to limited progress towards a comprehensive China-EU settlement.”</p><p>García-Herrero said that despite the importance of the EU’s common market to China — 90% of battery and 60% of its electrical vehicles exports go to the bloc — there is a perception in Beijing that they can successfully dissuade common action by lobbying national capitals in the EU.</p><p>“China thinks Europe has no leverage,” she said. “They do think they have the upper hand, by all means.”</p><p>China's Minister of Commerce Wang Wentao met with the EU’s trade representative Maroš Šefčovič in Brussels on Monday.</p><p>“The EU remains open for business but we need to defend our industrial base and keep pushing for a level playing field globally, so our industries get a fair shot at competing,” Šefčovič said after the talks. “That is why today’s talks – and the ones to follow – matter."</p><p>He has set an October deadline for meaningful results in rebalancing trade during a visit to Beijing.</p><p>“The status quo is not an option.”</p><p>___</p><p>Chan reported from Hong Kong.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CPDIXQNQHTX4U7IENWD3PDRX6A.jpg?auth=78488b7dc6f56dc4b23acce7d19a793684c528e80738840c0b906535b67e5958&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The ArcelorMittal steel plant sits in Fos-sur-Mer, southern France, Monday, Nov. 7, 2022.(AP Photo/Daniel Cole, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Daniel Cole</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UCNYMPOGFDRAPTVTYOZODKLWAQ.jpg?auth=ee356097758b251f0a9a8d06f3b86e3841559dd62cbfecd04b736651598501a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pages from the Shein website, left, and from the Temu site, right, are shown in this photo, in New York, June 23, 2023. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Zelenskyy says Ukraine has hit a Russian oil refinery for the second time in a week]]></title><link>https://www.local10.com/news/world/2026/07/01/zelenskyy-says-ukraine-has-hit-a-russian-oil-refinery-for-the-second-time-in-a-week/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/zelenskyy-says-ukraine-has-hit-a-russian-oil-refinery-for-the-second-time-in-a-week/</guid><dc:creator><![CDATA[By SAMYA KULLAB and ILLIA NOVIKOV, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Ukrainian forces struck Russia's major Ufa oil refinery for the second time in a week, Ukrainian President Volodymyr Zelenskyy said Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 15:26:19 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Ukrainian forces struck Russia's major Ufa oil refinery for the second time in a week, Ukrainian President Volodymyr Zelenskyy said Wednesday.</p><p>Almost daily long-range attacks on Russian oil facilities have created a fuel crisis and heaped political pressure on the Kremlin as its all-out invasion of Ukraine stretches into its fifth year.</p><p>The Ufa refinery is one of Russia’s largest producers of lubricants and is located more than 1,000 kilometers (600 miles) from Ukraine, Zelenskyy said on social media.</p><p>Ukraine also struck a plant producing missile components in Russia’s Penza region southeast of Moscow, some 500 kilometers (300 miles) from Ukraine, Zelenskyy said.</p><p>Russian officials did not confirm the strikes, which could not be independently verified. The Russian Defense Ministry reported intercepting 179 Ukrainian drones over 16 Russian regions, the annexed Crimea and waters of the Azov and the Black Sea.</p><p>Penza regional Gov. Oleg Melnichenko said that Ukrainian drones struck two industrial plants in the city of Penza, injuring two people at one of them. He didn’t name the plants or describe the damage.</p><p>The explosions shattered windows in two apartment buildings in Penza, Melnichenko said, while downed drone debris damaged a power line and fell on a building under construction.</p><p>Ukraine says drone strikes slow Russian advance</p><p>Ukraine’s domestically developed and manufactured drones and missiles have been hammering Russian oil facilities, including refineries, terminals, storage depots and pipeline pumping stations, for months.</p><p>Many regions of Russia, one of the world’s biggest energy producers, have introduced fuel rationing.</p><p>Ukraine has developed new weaponry and in recent months has gained an edge, according to Western officials. Its strikes on supply routes behind the front line have robbed the Russian army of momentum on the battlefield, officials and analysts say.</p><p>“Russians now have great problems with delivering infantry to the front line and supplying it,” Ukrainian Minister of Defense Mykhailo Fedorov said Wednesday.</p><p>Ukraine sees growing interest in its military technology</p><p>Ukraine has become a provider of military technology sought by countries around the world, especially drones.</p><p>With European countries fearing what Moscow’s territorial ambitions might lie beyond Ukraine, leaders have described Kyiv as a bulwark against Russian advances.</p><p>Ukraine is “becoming a security provider for the whole of Europe,” Swedish Minister of Defense Paul Jonsson said in Kyiv, where he held talks with Fedorov.</p><p>Ukraine signed an agreement on Tuesday for Sweden to provide Kyiv with Gripen fighter jets. They will help Ukraine stop Russian aircraft carrying powerful glide bombs, Fedorov said.</p><p>Jonsson said European countries want Ukraine to be integrated into Euro-Atlantic defenses, although Ukraine’s NATO membership has been a contentious issue and likely will be discussed at an alliance summit in Turkey next week.</p><p>“The sooner it happens, the better it is for you, the better it is for our security and prosperity as well,” Jonsson told a press conference.</p><p>Ukraine also wants to join the European Union, though the process could take years. Zelenskyy arrived Wednesday in Ireland, which currently holds the EU's rotating presidency.</p><p>“Ukraine proves every day that it deserves to be an equal partner of our common European home. And we hope that during Ireland’s presidency of the EU Council, we will be able to achieve tangible progress on the path to membership and open all negotiations clusters,” Zelenskyy said.</p><p>Russian attacks kill five Ukrainian civilians, injure 35</p><p>Russian long-range attacks on Ukraine continued, with at least five civilians reported killed Wednesday.</p><p>A Russian drone struck a bus in the southern Kherson region, killing two people and injuring six others, regional head Oleksandr Prokudin said.</p><p>Glide bombs hit the northeastern city of Kharkiv, Ukraine's second largest, killing two people, including a 15-year-old boy, Mayor Ihor Terekhov said. At least 26 people were wounded, including a 1-year-old, he added.</p><p>A 43-year-old woman was killed and three were injured, including a 35-year-old pregnant woman, when Russia attacked five gas stations in the central Dnipropetrovsk region overnight, according to regional authorities.</p><p>Russian forces have increasingly targeted Ukrainian gas stations.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G7CKSGEXSJI3WIEFH7NU3DCCLU.jpg?auth=4c49cf5166be6c6637760936cad6778d2ae6e1c6be97ba43c3619dc2104b4e14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image made from video provided by Russian Defense Ministry Press Service on Tuesday, June 30, 2026, Russian TOS-1 Solntsepyok heavy flamethrower rocket launcher fires towards the Ukrainian positions. (Russian Defense Ministry Press Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DEO47WPLY2L2XQGGK2JCE3RDUU.jpg?auth=61f83bd8aeb1147bcab9f36b77c4e4e0dc738fda9199ab82550e1477edade349&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's Defense Minister Mykhailo Fedorov, left, and Sweden's Defense Minister Pal Jonson hold a press conference in Kyiv, Ukraine, Wednesday, July 1, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content></item><item><title><![CDATA[How the Supreme Court became a pivotal force in Trump's immigration agenda]]></title><link>https://www.local10.com/news/politics/2026/07/01/how-the-supreme-court-became-a-pivotal-force-in-trumps-immigration-agenda/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/how-the-supreme-court-became-a-pivotal-force-in-trumps-immigration-agenda/</guid><dc:creator><![CDATA[By REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump's administration looked to the Supreme Court to greenlight its sweeping hard-line immigration agenda and, by and large, it got the backing it was looking for with one key exception — birthright citizenship.]]></description><pubDate>Wed, 01 Jul 2026 12:05:51 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump's administration looked to the Supreme Court to greenlight its sweeping hard-line immigration agenda and, by and large, it got the backing it was looking for with one key exception — birthright citizenship.</p><p>After lower courts repeatedly ruled against the Trump administration, the nation's top court allowed it to terminate temporary protections for people fleeing war or strife. It gave immigration officers greater leeway in dealing with green card holders returning from abroad, and it allowed the government to limit the number of people who can apply for asylum.</p><p>In being asked to serve as an enabler of the Republican president's contentious immigration crackdown, the Supreme Court showed deference to constitutional guardrails in the key case of birthright citizenship that would have redefined who can be an American. In ruling against the administration, the court upheld the idea that people who are born in the United States, regardless of their parents' immigration status, are Americans.</p><p>Each decision could have far-reaching consequences for foreigners seeking to live in the country and could help shape public perceptions over whether America remains a beacon for migrants.</p><p>Birthright citizenship is upheld, prompting calls for more restrictions</p><p>The Trump administration had sought to prevent children born to people who are in the United States illegally or temporarily from being entitled to American citizenship at birth.</p><p>A divided Supreme Court upheld the concept of birthright citizenship, with a bare majority of five justices saying that with very limited exceptions the long-settled understanding of the 14th Amendment, adopted after the Civil War, grants citizenship to anyone born in the U.S.</p><p>It was a blow to Trump's immigration agenda, a centerpiece of his second administration. The president signed the order seeking to restrict birthright citizenship on his first day in office, although it never went into effect due to legal challenges.</p><p>The court's decision was praised by advocates but led to calls by some Republicans to try to restrict birthright citizenship by other means.</p><p>Mark Krikorian, who heads the Center for Immigration Studies, which advocates for less immigration, said the decision makes the president's push for large-scale deportations “all the more urgent,” with the goal of removing people in the country illegally before they have children.</p><p>Krikorian said the decision means policies governing programs that allow foreigners to come to the U.S. to work or study at university need to be “tightened up” to prevent people from coming to the U.S. and having children who then become citizens. He also suggested the State Department could add a pregnancy question to visa applications of foreigners seeking to get a tourist or other visa to come to the U.S.</p><p>“I think it’s going to have real policy impact," Krikorian said.</p><p>Temporary protections for Haitians and Syrians removed</p><p>The court allowed the Trump administration to end legal protections for migrants who have fled violence and natural disaster in Haiti and Syria. The 6-3 decision announced June 25 potentially leaves hundreds of thousands of more people unable to work in the U.S. and vulnerable to deportation by Immigration and Customs Enforcement.</p><p>Since Trump returned to the White House in January 2025, the Department of Homeland Security has moved to end the protections, including some that had been in place for more than a decade, for people from 13 countries.</p><p>Republican critics have said that these temporary protections effectively become permanent. But immigration lawyers said countries such as Haiti and Syria remain dangerous.</p><p>The court’s conservative majority found that the law doesn’t allow courts to question the process that immigration authorities use to revoke the protections. The high court sided with the administration before and allowed the end of the program for people from Venezuela.</p><p>It's unclear how quickly the court's ruling could translate into ICE trying to remove affected Haitians and Syrians from the country although fear of potential deportation has already ricocheted around the Haitian community.</p><p>David Bier, director of immigration studies at the Cato Institute, a libertarian think tank that advocates for more immigration, said the court's decision has a far wider impact than just the 350,000 Haitians and 6,000 Syrians covered by the case. Roughly 1 million others are covered by temporary protected status, or TPS, decisions, and Bier said the ruling leaves them without any meaningful way to challenge the administration's moves.</p><p>“It just fully closed the door to any challenges," Bier said.</p><p>Limits on asylum applicants allowed</p><p>Under U.S. law, migrants who set foot on American soil can apply for asylum. Although the number of migrants coming to the southern border has fallen dramatically during the Trump administration, the numbers of asylum seekers had ballooned under previous administrations.</p><p>Started under Democrat Barack Obama's administration and then expanded under Trump's first term, asylum-metering limited how many people could apply for asylum every day at the southern border with Mexico.</p><p>The ruling cleared the way for the Trump administration to potentially revive the policy, which isn't in place now, should it choose to do so.</p><p>The administration argued that asylum-metering was an important tool and that people turned away at the border could come back later. But advocates argued that at the time the asylum-metering was in place it led to chaos and a humanitarian crisis in Mexico as thousands of people waited for days and months in makeshift shelters in Mexico.</p><p>Court allows administration greater leeway with some green card holders</p><p>In another 6-3 decision, the court sided with the Trump administration in giving greater power to immigration officers when deciding how to treat green card holders returning to the country from abroad.</p><p>In 2012, Customs and Border Protection officers put lawful permanent resident Muk Choi Lau on immigration parole when he returned from a short trip to China and took away his green card. He had been accused of a counterfeiting crime, although not convicted.</p><p>Lau argued that the officer overstepped their authority and that when he eventually pleaded guilty to selling counterfeit clothes in New Jersey, the decision gave Homeland Security, then under the Obama administration, an easier path to remove him from the country.</p><p>Justice Ketanji Brown Jackson, in her dissent, wrote that she was worried that the court had given the government a “massive blank check” in dealing with millions of other lawful permanent residents who want to travel abroad.</p><p>The American Immigration Council, an advocacy group, wrote in an analysis after the court's decision that Congress gave lawful permanent residents special protections when they travel that make it harder to detain and remove them from the country.</p><p>There are exceptions that limit the special protections that green card holders have, including if the person has committed certain crimes in the U.S., the council wrote.</p><p>The council said there were still a lot of questions as to the effect of the court's decision but that it expects the government to argue that the decision can be applied more broadly.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JN637QAD32SGGKXGQOJIPUT4PI.jpg?auth=93c2dced662a6ae1c7390bd0e59a3e4bb32ada31fd90a6c09313813b8c2573c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activists celebrate the Supreme Court's birthright citizenship ruling outside of the Supreme Court on Capitol Hill, Tuesday, June 30, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5X2MRCTC6ESF2BR6MMJGBI4D74.jpg?auth=2c29df4efb43a36980f43999d69137ad05a87ddbd674789fc9608125d76e60ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congressional Hispanic Caucus Chairman Adriano Espaillat, D-N.Y., center, and other Democratic House members react to the Supreme Court's decision to uphold birthright citizenship at the Capitol in Washington, Tuesday, June 30, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XDYLIMCZBEF2HSWVHPGHQGMGS4.jpg?auth=4ee47ab33680a4b34baab6461fc4b442e3f9bcc8248445e20a4c51a85ad5aaed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks with reporters in the Oval Office of the White House, Monday, June 29, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[BSO: 1 injured, 1 detained following shooting outside North Lauderdale Walmart]]></title><link>https://www.local10.com/news/local/2026/06/30/bso-1-injured-1-detained-following-shooting-outside-north-lauderdale-walmart/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/bso-1-injured-1-detained-following-shooting-outside-north-lauderdale-walmart/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Authorities in Broward County are investigating a shooting.]]></description><pubDate>Tue, 30 Jun 2026 19:23:15 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Broward County are investigating a shooting.</p><p><a href="https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/">Leer en español</a></p><p>It happened Tuesday afternoon in the parking lot of the Walmart located at 7900 W. McNabb Rd. in North Lauderdale.</p><p>According to officials, Broward Sheriff’s Office deputies and North Lauderdale Fire Rescue crews responded to the scene after receiving reports about a shooting. </p><p>Upon arrival, deputies said they found a man who had been shot, and that man was rushed by paramedics to a nearby hospital with injuries that were considered life-threatening. </p><p>Authorities said a woman was detained for questioning, but no arrests have been made. </p><p>One Walmart shopper told Local 10 News that he heard screaming after the shooting.</p><p>“She became fearful and distraught, and then after she shot him, they were screaming and someone called police and the police came out,” the shopper said.</p><p>Walmart shoppers told Local 10 that the shooting happened during a dispute over a parking space, but authorities have not yet confirmed that information. </p><p>Detectives from BSO’s Violent Crimes Unit are investigating the circumstances that led up to the shooting. </p><p>Anyone with information is asked to call Broward Crime Stoppers at 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item></channel></rss>