<?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, 22 Jul 2026 20:36:17 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Man injured after gunfire erupts in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/07/22/man-injured-after-gunfire-erupts-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/man-injured-after-gunfire-erupts-in-fort-lauderdale/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Police in Fort Lauderdale are investigating a shooting.]]></description><pubDate>Wed, 22 Jul 2026 20:29:13 +0000</pubDate><content:encoded><![CDATA[<p>Police in Fort Lauderdale are investigating a shooting.</p><p>It happened at approximately 1:53 p.m. Wednesday along the 800 block of Northwest 10th Terrace. </p><p>According to police, responding officers arrived to the scene and found one man who had been shot. </p><p>Fort Lauderdale Fire Rescue crews rushed the man to Broward Health Medical Center with injuries that were considered to be life-threatening, police said. </p><p>Regarding the shooting, investigators said it appeared to be an isolated incident between two people.</p><p>Police said that there was nobody in custody, but their investigation remains active and ongoing. </p><p>Anyone with information on the shooting 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[Triolo, Mangum lift Pirates over Yankees 5-3 in doubleheader opener after Cole strikes out 11]]></title><link>https://www.local10.com/sports/2026/07/22/triolo-mangum-lift-pirates-over-yankees-5-3-in-doubleheader-opener-after-cole-strikes-out-11/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/22/triolo-mangum-lift-pirates-over-yankees-5-3-in-doubleheader-opener-after-cole-strikes-out-11/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Jared Triolo and Jake Mangum hit run-scoring singles against Fernando Cruz in the 10th inning, Jacob Gonzalez and Nick Gonzales homered off Gerrit Cole and the Pittsburgh Pirates beat the New York Yankees 5-3 Wednesday in the opener of a day-night doubleheader.]]></description><pubDate>Wed, 22 Jul 2026 20:25:23 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Jared Triolo and Jake Mangum hit run-scoring singles against Fernando Cruz in the 10th inning, Jacob Gonzalez and Nick Gonzales homered off Gerrit Cole and the Pittsburgh Pirates beat the New York Yankees 5-3 Wednesday in the opener of a day-night doubleheader.</p><p>Ben Rice tied the score with his 30th home run, a three-run drive in the seventh inning off Carmen Mlodzinski.</p><p>Triolo and Mangum drove in runs off Cruz (4-4), who allowed two hits and two walks while getting just one out.</p><p>Mason Montgomery (3-3) pitched 1 1/3 scoreless innings and Gregory Soto got three straight outs for his 13th save in 18 chances.</p><p>Cole retired his first 14 batters before allowing Nick Gonzales' single and Jacob Gonzalez's two-run homer. Nick Gonzales added a solo homer in the seventh off Cole, who in his previous start gave up Max Muncy's two-run, eighth-inning homer that lifted the Los Angeles Dodgers to a 2-1 win.</p><p>Cole struck out 11, his most since Aug. 25, 2023, and extended his Yankees record for double-digit strikeouts games with 29. He allowed three runs and four hits with no walks.</p><p>Pittsburgh starter Mitch Keller gave up three hits in five scoreless innings.</p><p>New York went 1 for 10 with runners in scoring position.</p><p>Yankees hitting coach James Rowson was ejected in the sixth inning for arguing after José Caballero was called for a pitch clock violation for not for engaging Mlodzinski with more than eight seconds remaining. Caballero took an inning-ending called strike and Yankees manager Aaron Boone continued arguing with plate umpire Quinn Wolcott during the break.</p><p>Brent Headrick struck out the side in the eighth and extended his home scoreless streak to 35 innings, the longest for the Yankees since Allie Reynolds' 36 innings rom Sept 16, 1953, to June 2, 1954, according to STATS.</p><p>Up Next</p><p>New York LHP Max Fried (4-3) and Pittsburgh RHP Bubba Chandler (3-8, 4.77) were to start the night game.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MKS7BXLVQX6ORF4DO2K7B24AKE.jpg?auth=ca831b843be0ceab2968fb664d1f4d73679275d772836f0e8397ba63b1aa62e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates pitcher Carmen Mlodzinski reacts after giving up a three-run home run to New York Yankees' Ben Rice in the seventh inning during the first baseball game of a doubleheader, Wednesday, July 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DJPBSTZF4L6VQFT74NVVZEY5PU.jpg?auth=4a65e16826d5f0905b39d98c14af7759c1ee235eb6518934c5607ee9fbfd52b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates pitcher Carmen Mlodzinski reacts after giving up a three-run home run to New York Yankees' Ben Rice in the seventh inning during the first baseball game of a doubleheader, Wednesday, July 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HOSZL573ZRM37KFRZ2EXFJFUAE.jpg?auth=a9e21aa44b7a67d561926b9f1f8fb7deeee7fddd2e345d490a346e90e9021b86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Ben Rice reacts after hitting a three-run home run in the seventh inning during the first baseball game of a doubleheader against the Pittsburgh Pirates, Wednesday, July 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7MCL3STCUWEDKHOQXDDTPCNVOQ.jpg?auth=9fb212bd932e2d0045e5a49a4de14dc4a0d57a2483f8a2d2a6370d5f950cd876&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Ben Rice watches his three-run home run in the seventh inning during the first baseball game of a doubleheader against the Pittsburgh Pirates, Wednesday, July 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HGNQCV2DOMZ3R3C64NGULVZN3M.jpg?auth=f7e31c2467e1beb935e0f607eef73e87cade8fde575c8601bbdaccaa1443f610&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees pitcher Gerrit Cole reacts after giving up a two-run home run to Pittsburgh Pirates' Jacob Gonzalez (26) in the fifth inning during the first baseball game of a doubleheader, Wednesday, July 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[Making recess more routine — inside the 40+ Double Dutch Club, SoFlo ]]></title><link>https://www.local10.com/features/2026/07/21/making-recess-more-routine-inside-the-40-double-dutch-club-soflo/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/21/making-recess-more-routine-inside-the-40-double-dutch-club-soflo/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[No men. No kids. No pets. No stress. Those are the house rules of the 40+ Double Dutch South Florida subclub, where your age is your ticket in. ]]></description><pubDate>Tue, 21 Jul 2026 10:43:40 +0000</pubDate><content:encoded><![CDATA[<p>No men. No kids. No pets. No stress.</p><p>Those are the house rules of the <a href="https://www.40plusdoubledutchclub.org" target="_self" rel="" title="https://www.40plusdoubledutchclub.org">40+ Double Dutch South Florida </a>subclub, where your age is your ticket in.</p><p><a href="https://www.local10.com/espanol/2026/07/22/haciendo-del-recreo-una-rutina-dentro-del-club-de-double-dutch-para-mayores-de-40-anos-soflo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/haciendo-del-recreo-una-rutina-dentro-del-club-de-double-dutch-para-mayores-de-40-anos-soflo/">Leer en español<b> </b></a></p><p>The group meets every Thursday in Sunrise — indoors at 7 p.m. at the Village Multipurpose Center, located at 2240 NW 68th Ave., and every Saturday at 9 a.m. at City Park, located at 6600 Sunset Strip.</p><p>Growing older gets you access. Growing old is optional. The club is part of an international sisterhood that’s turning a childhood pastime into something much bigger.</p><p>“We take care of everyone. We continuously pour out into others,” said South Florida subclub captain Adrienne “Asia” Philpart. “Our kids, our pets, our spouses, our significant others. We need a time and a place where we can get poured back into us.” </p><p>“Take that break from adulting and let go of the cares,” she continued. </p><p><a href="https://docs.google.com/document/d/e/2PACX-1vSMeilI7NWDdvI77Xj3X1pb7J5Kq1f8D2zRbyJ-TCAo-5WYSsEpUn0X2RTKX1lNcPmDf7FsXUWc9xGO/pub" target="_self" rel="" title="https://docs.google.com/document/d/e/2PACX-1vSMeilI7NWDdvI77Xj3X1pb7J5Kq1f8D2zRbyJ-TCAo-5WYSsEpUn0X2RTKX1lNcPmDf7FsXUWc9xGO/pub"><b>CLICK HERE</b></a><b> to find a subclub near you.</b></p><p>That need is what sparked the global movement in the first place. Women 40 years and older can walk into any group and start jumping right away. </p><p>Founder Pamela Robinson launched the <a href="https://www.facebook.com/40plusDDC?mibextid=wwXIfr&amp;rdid=ZCzKgOYeMhZ2uk8N&amp;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2F14qUVaTX9rx%2F%3Fmibextid%3DwwXIfr#" target="_self" rel="" title="https://www.facebook.com/40plusDDC?mibextid=wwXIfr&amp;rdid=ZCzKgOYeMhZ2uk8N&amp;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2F14qUVaTX9rx%2F%3Fmibextid%3DwwXIfr#">40+ Double Dutch Club</a> in Chicago in 2016 while searching for the woman she was before adulthood took over. She returned to the game she loved as a child — one that reminded her of life before responsibilities consumed it. Nearly a decade later, that personal journey has grown tremendously into an international sisterhood with more than 100 chapters in place.</p><p><a href="https://www.instagram.com/40plus_doubledutchclub?igsh=MXV2OGVsNjUwN2t3eA==" target="_self" rel="" title="https://www.instagram.com/40plus_doubledutchclub?igsh=MXV2OGVsNjUwN2t3eA=="><b>CLICK HERE</b></a><b> to find the 40+ Double Dutch Club on Instagram.</b></p><p>“We have women that are taking care of parents with Alzheimer’s, special needs children,” said Philpart. </p><p>Philpart learned of the movement through social media and worked fast to bring that energy to South Florida, launching the subclub in 2019 with a few close friends. </p><p>Membership has since grown quickly, jumping rope at community events and getting together twice a week to practice and “play.” </p><p>For co-captain Natasha “T Boogie” Hendricks, joining the chapter in 2020 came at exactly the right time.</p><p>“There were a lot of times where I just felt I was losing myself,” Hendricks said. “We know exactly who we are when we’re young. When we’re in our 20s. But then we get married and it’s not that we don’t love our families, but we do so much - we’re running here, we’re running there and we never take time out for ourselves.”</p><p>While balancing work, family and caring for her nonverbal daughter, Hendricks said the club became an opportunity to make connections while staying sharp and active.</p><p>Today, members proudly wear their ages across their backs — the club’s favorite humble brag.</p><p>Ages range across all groups from women starting in their 40s and jumping well into their 90s.</p><p>Double Dutch may be the draw, but hula hoops, jacks and plenty of laughter are all part of the experience. Philpart said women can simply walk up and join. Before long, they’re part of a sisterhood built on friendship, fitness and fun.</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[Haciendo del recreo una rutina: dentro del Club de Double Dutch para mayores de 40 años, SoFlo]]></title><link>https://www.local10.com/espanol/2026/07/22/haciendo-del-recreo-una-rutina-dentro-del-club-de-double-dutch-para-mayores-de-40-anos-soflo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/haciendo-del-recreo-una-rutina-dentro-del-club-de-double-dutch-para-mayores-de-40-anos-soflo/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[Nada de hombres. Nada de niños. Nada de mascotas. Nada de estrés. Esas son las reglas del Club de Double Dutch del Sur de Florida para mayores de 40 años, donde tu edad es tu boleto de entrada.]]></description><pubDate>Wed, 22 Jul 2026 20:23:30 +0000</pubDate><content:encoded><![CDATA[<p>Nada de hombres. Nada de niños. Nada de mascotas. Nada de estrés.</p><p>Esas son las reglas del Club de <a href="https://www.40plusdoubledutchclub.org/" target="_blank" rel="noreferrer" title="https://www.40plusdoubledutchclub.org/">Double Dutch del Sur de Florida para mayores de 40 años</a>, donde tu edad es tu boleto de entrada.</p><p>El grupo se reúne todos los jueves en Sunrise, bajo techo a las 7:00 p.m. en el Village Multipurpose Center, ubicado en el 2240 de NW 68th Ave., y todos los sábados a las 9:00 a.m. en City Park, ubicado en el 6600 de Sunset Strip.</p><p>Cumplir más años te da acceso. Envejecer es opcional. El club forma parte de una hermandad internacional que está convirtiendo un pasatiempo de la infancia en algo mucho más grande.</p><p>“Nos encargamos de todos. Constantemente damos de nosotros a los demás”, dijo la capitana del subclub del Sur de Florida, Adrienne “Asia” Philpart. “Nuestros hijos, nuestras mascotas, nuestros cónyuges, nuestras parejas. Necesitamos un momento y un lugar donde también podamos recibir ese apoyo.”</p><p>“Tómate un descanso de las responsabilidades de la vida adulta y deja ir las preocupaciones”, continuó.</p><p><a href="https://docs.google.com/document/d/e/2PACX-1vSMeilI7NWDdvI77Xj3X1pb7J5Kq1f8D2zRbyJ-TCAo-5WYSsEpUn0X2RTKX1lNcPmDf7FsXUWc9xGO/pub" target="_blank" rel="noreferrer" title="https://docs.google.com/document/d/e/2PACX-1vSMeilI7NWDdvI77Xj3X1pb7J5Kq1f8D2zRbyJ-TCAo-5WYSsEpUn0X2RTKX1lNcPmDf7FsXUWc9xGO/pub"><b>HAZ CLIC AQUÍ</b></a> <b>para encontrar un subclub cerca de ti</b>.</p><p>Esa necesidad fue lo que dio origen al movimiento mundial. Mujeres de 40 años o más pueden llegar a cualquier grupo y comenzar a saltar de inmediato.</p><p>La fundadora Pamela Robinson creó el <a href="https://www.facebook.com/40plusDDC?mibextid=wwXIfr&amp;rdid=ZCzKgOYeMhZ2uk8N&amp;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2F14qUVaTX9rx%2F%3Fmibextid%3DwwXIfr#" target="_blank" rel="noreferrer" title="https://www.facebook.com/40plusDDC?mibextid=wwXIfr&amp;rdid=ZCzKgOYeMhZ2uk8N&amp;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2F14qUVaTX9rx%2F%3Fmibextid%3DwwXIfr#">Club de Double Dutch para mayores de 40 años</a> en Chicago en 2016 mientras buscaba reencontrarse con la mujer que era antes de que la vida adulta se apoderara de todo. Volvió al juego que amaba de niña, uno que le recordaba la vida antes de que las responsabilidades la consumieran. Casi una década después, ese recorrido personal se ha convertido en una hermandad internacional con más de 100 capítulos.</p><p><a href="https://www.instagram.com/40plus_doubledutchclub?igsh=MXV2OGVsNjUwN2t3eA==" target="_blank" rel="noreferrer" title="https://www.instagram.com/40plus_doubledutchclub?igsh=MXV2OGVsNjUwN2t3eA=="><b>HAZ CLIC AQUÍ</b></a><b> para encontrar al Club de Double Dutch para mayores de 40 años en Instagram</b>.</p><p>“Tenemos mujeres que cuidan de padres con Alzheimer, de hijos con necesidades especiales”, dijo Philpart.</p><p>Philpart conoció el movimiento a través de las redes sociales y rápidamente trabajó para llevar esa energía al Sur de Florida, donde lanzó el subclub en 2019 junto a unas amigas cercanas.</p><p>Desde entonces, la membresía ha crecido rápidamente, participando en eventos comunitarios, saltando la cuerda y reuniéndose dos veces por semana para practicar y “jugar”.</p><p>Para la co capitana Natasha “T Boogie” Hendricks, unirse al capítulo en 2020 llegó en el momento indicado.</p><p>“Hubo muchas veces en las que sentía que me estaba perdiendo a mí misma”, dijo Hendricks. “Sabemos exactamente quiénes somos cuando somos jóvenes, cuando tenemos 20 años. Pero luego nos casamos y no es que no amemos a nuestras familias, sino que hacemos muchísimo, corremos de un lado a otro y nunca nos damos tiempo para nosotras mismas.”</p><p>Mientras equilibraba el trabajo, la familia y el cuidado de su hija no verbal, Hendricks dijo que el club se convirtió en una oportunidad para crear vínculos mientras se mantenía activa y ágil.</p><p>Hoy, las integrantes llevan con orgullo su edad en la espalda, el detalle favorito del club para presumir con humildad.</p><p>Las edades abarcan desde mujeres de 40 años hasta participantes de más de 90 años.</p><p>El Double Dutch puede ser el principal atractivo, pero los aros, el juego de las jacks y muchas risas también forman parte de la experiencia. Philpart dijo que las mujeres pueden simplemente acercarse y unirse. En poco tiempo pasan a formar parte de una hermandad basada en la amistad, el ejercicio y la diversión.</p><p>Para enviar una idea para “What Connects Us”, envía un correo electrónico a <a href="whatconnectsus@wplg.com" target="_blank" rel="noreferrer" title="whatconnectsus@wplg.com">whatconnectsus@wplg.com</a>.</p>]]></content:encoded></item><item><title><![CDATA[Madonna, BTS and more World Cup halftime performers see jump in song streams, Justin Bieber up 110%]]></title><link>https://www.local10.com/business/2026/07/22/madonna-bts-and-more-world-cup-halftime-performers-see-jump-in-song-streams-justin-bieber-up-110/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/22/madonna-bts-and-more-world-cup-halftime-performers-see-jump-in-song-streams-justin-bieber-up-110/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — It was the 11-minute performance heard around the world. Madonna, Justin Bieber, BTS and Shakira each brought abridged hits to the World Cup’s first halftime show in a whirlwind performance Sunday just outside New York. And it has resulted in some noteworthy streaming bumps.]]></description><pubDate>Wed, 22 Jul 2026 20:22:07 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — It was the 11-minute performance heard around the world. Madonna, Justin Bieber, BTS and Shakira each brought abridged hits to the World Cup’s first halftime show in a whirlwind performance Sunday just outside New York. And it has resulted in some noteworthy streaming bumps.</p><p>Luminate, the industry data and analytics company that provides insight into changing behaviors across music listenership, examined streams of each song performed by each musician two days before the final (Friday and Saturday) and compared those figures to the final and the day afterward (Sunday and Monday.)</p><p>They found:</p><p>1. Global streams of Justin Bieber's “Everything Hallelujah” more than doubled, rising 110% from 592,000 streams to 1.25 million.</p><p>2. Global streams of Madonna's “Music” rose 66%, from 193,000 streams to 321,000.</p><p>3. BTS' “Dynamite” also grew in terms of global streams, from 2.14 million to 3.05 million for an increase of 43%.</p><p>4. And Shakira and Burna Boy's official anthem for the 2026 World Cup, “Dai Dai,” also saw a slight bump for an addition of 3.48 million new global streams. That's a 24% increase, from 14.78 million to 18.27 million. In the U.S. alone, streams of “Dai Dai” rose 52%, from 1.68 million streams to 2.55 million.</p><p>Luminate also found that the aforementioned artists only saw considerable jumps in the songs they performed on the field last weekend as opposed to their full catalogs. That phenomenon is more common for Super Bowl halftime performers.</p><p>Take Bad Bunny for example: After his record-breaking performance this year, streams of his catalog jumped 175% in the U.S. on the day after the Super Bowl, when compared to the previous Monday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ROLBEGGGTAZYN2WHHCL6KMVNFM.jpg?auth=4a41fec373e2b8660b38771b6a357f35fc022a57ba5bb328eb2e0f0a9311d4da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Justin Bieber leaves the pitch after performing at halftime during the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RCDD22OVLO45QDSBCMW2A7OQ2A.jpg?auth=dc89674c245f1175e4cc0affd7ba85e55fdecd33508cf0fadfa28eb4ab7a62bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ronaldinho and Ronaldo perform with Madonna during the halftime show in the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M3K73N4UD3RLBEGX47KO7PTMHM.jpg?auth=b5f0fb2052368272a8268e8f45794e5a2664978ee95ec0916e3b15607e1b2af2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El grupo masculino surcoreano BTS actúa durante el espectáculo del descanso de la final de la Copa del Mundo de fútbol entre España y Argentina en East Rutherford, Nueva Jersey, cerca de Nueva York, el domingo 19 de julio de 2026. (Foto AP/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CSB63BGQISG4CF7QNMZREIYMCM.jpg?auth=915e344a609e1427fd8cecbe6f289d7bc1245f7b0bd26099459b5512d6545289&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shakira performs during halftime during the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Miami Beach police: Video shows crime against 13-year-old girl in South Beach ]]></title><link>https://www.local10.com/news/local/2026/07/22/miami-beach-police-video-shows-man-abuse-13-year-old-girl-in-south-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/miami-beach-police-video-shows-man-abuse-13-year-old-girl-in-south-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A surveillance video shows a 38-year-old man kissing a 13-year-old girl in South Beach, according to a Miami Beach Police Department officer’s report.]]></description><pubDate>Wed, 22 Jul 2026 19:49:52 +0000</pubDate><content:encoded><![CDATA[<p>A surveillance video shows a 38-year-old man kissing a 13-year-old girl in South Beach, according to a Miami Beach Police Department officer’s report.</p><p><a href="https://www.local10.com/espanol/2026/07/22/policia-de-miami-beach-video-muestra-delito-contra-nina-de-13-anos-en-south-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/policia-de-miami-beach-video-muestra-delito-contra-nina-de-13-anos-en-south-beach/">Leer en español</a></p><p>A surveillance camera recorded the video of Guillermo Mayorga at 8:15 p.m. on Thursday near Washington Avenue and Eighth Street, according to police. </p><p>The video shows Mayorga “forcibly kissed her on the lips” and she “screamed and jumped,” according to the police officer’s report. </p><p>Police officers arrested Mayorga at 10:30 p.m. on Tuesday in the parking lot of Duffy’s Sports Grill in North Miami Beach, according to the arrest report. </p><p>Miami-Dade corrections booked Mayorga at 3:10 a.m. on Wednesday at the Turner Guilford Knight Correctional Center, inmate records show. </p><p>Mayorga, also known as Guillermo Mayorgaprado, faced a charge of lewd or lascivious conduct on a child under 16, a third-degree felony, court records show. </p><p>Mayorga appeared in bond court, and a judge ordered him to stay away from the girl. His bond was $7,500. Miami-Dade County Circuit Judge Andrea Ricker Wolfson was set to preside over the case. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKOUNRTPRFFXVIM66RAYB6PF4U.jpg?auth=a3b0e615b9dfcefb08011515a85106bb283a8e4dae1378c6f681d3cfde9a6009&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Guillermo Mayorga on Tuesday in North Miami Beach and corrections booked him on Wednesday near Doral.]]></media:description></media:content></item><item><title><![CDATA[Policía de Miami Beach: Video muestra delito contra niña de 13 años en South Beach]]></title><link>https://www.local10.com/espanol/2026/07/22/policia-de-miami-beach-video-muestra-delito-contra-nina-de-13-anos-en-south-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/policia-de-miami-beach-video-muestra-delito-contra-nina-de-13-anos-en-south-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un video de vigilancia muestra a un hombre de 38 años besando a una niña de 13 años en South Beach, según el informe de un agente del Departamento de Policía de Miami Beach.]]></description><pubDate>Wed, 22 Jul 2026 20:17:44 +0000</pubDate><content:encoded><![CDATA[<p>Según el informe de un agente del Departamento de Policía de Miami Beach, un vídeo de vigilancia muestra a un hombre de 38 años besando a una niña de 13 años en South Beach.</p><p>Según la policía, una cámara de vigilancia grabó el vídeo de Guillermo Mayorga a las 20:15 del jueves cerca de la intersección de Washington Avenue y Eighth Street.</p><p>Según el informe policial, el vídeo muestra cómo Mayorga la “besó a la fuerza en los labios” y ella “gritó y saltó”.</p><p>Según el informe policial, los agentes detuvieron a Mayorga a las 22:30 del martes en el aparcamiento del restaurante Duffy’s Sports Grill en North Miami Beach.</p><p>Según los registros penitenciarios del condado de Miami-Dade, Mayorga fue ingresado en el Centro Correccional Turner Guilford Knight a las 3:10 de la madrugada del miércoles.</p><p>Mayorga, también conocido como Guillermo Mayorgaprado, se enfrentó a un cargo de conducta lasciva o indecente con un menor de 16 años, un delito grave de tercer grado, según consta en los registros judiciales.</p><p>Mayorga compareció ante el juez para la fijación de la fianza, quien le ordenó mantenerse alejado de la menor. La fianza se fijó en 7.500 dólares. La jueza del circuito del condado de Miami-Dade, Andrea Ricker Wolfson, presidiría el caso.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKOUNRTPRFFXVIM66RAYB6PF4U.jpg?auth=a3b0e615b9dfcefb08011515a85106bb283a8e4dae1378c6f681d3cfde9a6009&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Guillermo Mayorga on Tuesday in North Miami Beach and corrections booked him on Wednesday near Doral.]]></media:description></media:content></item><item><title><![CDATA[Hombre se entrega tras múltiples robos a vehículos reportados en Miami-Dade, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/07/22/hombre-se-entrega-tras-multiples-robos-a-vehiculos-reportados-en-miami-dade-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/hombre-se-entrega-tras-multiples-robos-a-vehiculos-reportados-en-miami-dade-dicen-agentes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Miami-Dade se entregó a las autoridades y fue arrestado la madrugada de este miércoles en relación con una serie de robos a vehículos, según los investigadores.]]></description><pubDate>Wed, 22 Jul 2026 20:03:13 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre se entregó a las autoridades y fue arrestado la madrugada de este miércoles tras una serie de robos a vehículos reportados en el condado Miami-Dade durante la última semana, según los investigadores.</p><p>Los registros de la cárcel muestran que Isaac Alexander Jiron, de 23 años, fue detenido por la Oficina del Sheriff de Miami-Dade después de presentarse en el Centro Correccional Turner Guilford Knight.</p><p>Los agentes indicaron que el caso se deriva de una investigación sobre robos a vehículos que comenzó alrededor de las 2:00 a.m. del 14 de julio en la cuadra 7700 de Northwest 200 Lane, en el área de Country Club, en el noroeste de Miami-Dade.</p><p>El informe indica que Jiron fue captado por cámaras de vigilancia mientras intentaba robar dos vehículos estacionados en una vivienda unifamiliar ocupada al jalar las manijas de las puertas. Los agentes dijeron que los intentos no tuvieron éxito porque los vehículos estaban cerrados con llave.</p><p>Indicaron que Jiron luego fue a una vivienda vecina y robó dos vehículos estacionados en esa propiedad. Uno de los vehículos presuntamente contenía alrededor de $14,000 USD que la víctima había guardado dentro de la consola central, según el informe de arresto.</p><p>Los agentes dijeron que las víctimas estaban dormidas dentro de su vivienda al momento de los robos.</p><p>Los investigadores informaron que detuvieron a Jiron e intentaron entrevistarlo después de leerle sus derechos Miranda. El informe señala que Jiron hizo uso de sus derechos y se negó a hablar con los detectives sin la presencia de un abogado.</p><p>Los registros de la cárcel muestran que enfrenta dos cargos por robo a vivienda ocupada, dos cargos por robo a vehículo ocupado, dos cargos por intento de robo a vehículo ocupado y dos cargos por ingresar ilegalmente a una estructura o vehículo desocupado. También enfrenta un cargo por hurto mayor en tercer grado en una vivienda o sus alrededores.</p><p>Hasta la tarde del miércoles, Jiron permanecía detenido en TGK, donde su fianza figuraba como “pendiente de establecerse”.</p><p>Los registros muestran que fue colocado bajo una orden Nebbia, una disposición judicial que exige al acusado demostrar que el dinero o los bienes utilizados para pagar la fianza provienen de una fuente legítima y legal antes de poder ser liberado.</p>]]></content:encoded></item><item><title><![CDATA[Cardinals sign QB Carson Beck to rookie deal as they prepare to open training camp]]></title><link>https://www.local10.com/sports/2026/07/22/cardinals-sign-qb-carson-beck-to-rookie-deal-as-they-prepare-to-open-training-camp/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/22/cardinals-sign-qb-carson-beck-to-rookie-deal-as-they-prepare-to-open-training-camp/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TEMPE, Ariz. (AP) — The Arizona Cardinals have agreed to a four-year rookie deal with quarterback Carson Beck on Wednesday, one day before the team has its first practice of training camp.]]></description><pubDate>Wed, 22 Jul 2026 20:06:12 +0000</pubDate><content:encoded><![CDATA[<p>TEMPE, Ariz. (AP) — The Arizona Cardinals have agreed to a four-year rookie deal with quarterback Carson Beck on Wednesday, one day before the team has its first practice of training camp.</p><p>The 24-year-old Beck looks as if he’ll be part of a three-man quarterback competition when training camp begins on Thursday, facing off against veterans Jacoby Brissett and Gardner Minshew. Kedon Slovis is also on the roster. The Cardinals are led by first-year coach Mike LaFleur.</p><p>Beck was drafted in the third round out of Miami after leading the Hurricanes to a runner-up finish in the College Football Playoff last season.</p><p>The Cardinals have now signed all of the players in their most recent draft class.</p><p>Also on Wednesday, the team announced it signed defensive lineman Coziah Izzard and placed rookie defensive lineman Kaleb Proctor on injured reserve. Proctor injured his knee during offseason workouts.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V6SE3FDPJ5KCNWPUVSADWDDPCY.jpg?auth=70123475ee4a7bf00ea2acdc20a844a140fb21a1c294621c705ea3489a34adad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Arizona Cardinals quarterback Carson Beck (19) throws during the NFL football team's rookie minicamp on May 8, 2026, in Tempe, Ariz. (AP Photo/Ross D. Franklin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YJN4OIHCEBIDDG2KVJLXKFNKB4.jpg?auth=24ffab02a77990dda387ce08dd3909daaa4cd3264792264d0c30c461c1cd8951&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Arizona Cardinals quarterback Carson Beck smiles as he listens to a question during a news conference at the team's NFL football training facility on June 17, 2026, in Tempe, Ariz. (AP Photo/Ross D. Franklin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Man turns himself in after multiple vehicle burglaries reported in Miami-Dade, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/22/man-turns-himself-in-after-multiple-vehicle-burglaries-reported-in-miami-dade-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/man-turns-himself-in-after-multiple-vehicle-burglaries-reported-in-miami-dade-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Miami-Dade man turned himself in to authorities and was arrested early Wednesday in connection with a series of vehicle burglaries, according to investigators. ]]></description><pubDate>Wed, 22 Jul 2026 18:53:02 +0000</pubDate><content:encoded><![CDATA[<p>A man turned himself in to authorities and was arrested early Wednesday following a series of vehicle burglaries that were reported in Miami-Dade County over the past week, according to investigators. </p><p><a href="https://www.local10.com/espanol/2026/07/22/hombre-se-entrega-tras-multiples-robos-a-vehiculos-reportados-en-miami-dade-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/hombre-se-entrega-tras-multiples-robos-a-vehiculos-reportados-en-miami-dade-dicen-agentes/">Leer en español</a></p><p>Jail records show Isaac Alexander Jiron, 23, was taken into custody by the Miami-Dade Sheriff’s Office after he arrived at the Turner Guilford Knight Correctional Center. </p><p>Deputies said the case stems from an investigation into vehicle burglaries that began around 2 a.m. on July 14 in the 7700 block of Northwest 200 Lane in the Country Club area of northwest Miami-Dade.</p><p>The report states Jiron was captured on surveillance video attempting to burglarize two vehicles parked at an occupied single-family residence by pulling on the door handles. Deputies said the attempts were unsuccessful because the vehicles were locked.</p><p>They said Jiron then went to a neighboring residence and burglarized two vehicles parked on that property. One of the vehicles reportedly contained about $14,000 that the victim had secured inside the center console, according to the arrest report.</p><p>The victims were inside their home asleep at the time of the burglaries, deputies said.</p><p>Investigators said they took Jiron into custody and attempted to interview him after advising him of his Miranda rights. The report states Jiron invoked his rights and declined to speak with detectives without an attorney. </p><p>Jail records show he is facing two counts each of burglary of an occupied dwelling, burglary of an occupied conveyance, attempted burglary of an occupied conveyance, and trespassing of an unoccupied structure or conveyance. He is also facing one count of third-degree grand theft of a dwelling or curtilage.</p><p>As of Wednesday afternoon, Jiron remained at TGK, where his bond was listed as “to be set.” </p><p>Records show he was placed on a Nebbia hold, a court order that requires the defendant to prove that the money or assets used to pay the bond come from a legitimate, lawful source before they can be 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></item><item><title><![CDATA[Red Sox win 15th straight, matching longest in club history, with 6-3 victory over Orioles]]></title><link>https://www.local10.com/sports/2026/07/22/red-sox-win-15th-straight-matching-longest-in-club-history-with-6-3-victory-over-orioles/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/22/red-sox-win-15th-straight-matching-longest-in-club-history-with-6-3-victory-over-orioles/</guid><dc:creator><![CDATA[By KEN POWTAK, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — The Boston Red Sox won their 15th straight game to match a club record for the longest winning streak in team history from 80 years ago, beating the Baltimore Orioles 6-3 in the opener of a split doubleheader on Wednesday afternoon.]]></description><pubDate>Wed, 22 Jul 2026 20:03:35 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — The Boston Red Sox won their 15th straight game to match a club record for the longest winning streak in team history from 80 years ago, beating the Baltimore Orioles 6-3 in the opener of a split doubleheader on Wednesday afternoon.</p><p>They equaled the 1946 American League champs, who were led by future Hall of Famer Ted Williams.</p><p>Jarren Duran had a two-run triple and a sacrifice fly, and Caleb Durbin — who hit a tiebreaking homer when they posted their 14th straight victory on Monday — chipped in with a two-run single.</p><p>Ceddanne Rafaela added a solo home run for Boston in a makeup from Tuesday’s rainout.</p><p>Christian Encarnacion-Strand had a solo homer for Baltimore, his second in two games.</p><p>Red Sox rookie left-hander Jake Bennnett (6-3) worked 5 2/3 innings, giving up three runs — one coming on a sun-aided RBI double by Tyler O’Neill — on nine hits.</p><p>He took a 102.8 mph liner off the stomach from Taylor Ward in the fifth, but remained in the game after being checked by a trainer, interim manager Chad Tracy and first baseman Willson Contreras, who appeared to make him breath while telling him to lift his arms.</p><p>Aroldis Chapman got the final three outs for his 23rd save and 390th of his career, tying Hall of Famer Dennis Eckersley for ninth all-time.</p><p>The Red Sox jumped out to a 4-0 lead against Dean Kremer (1-3) in the first on Durbin’s line single and Duran’s two-out hit.</p><p>Encarnacion-Strand hit his homer into the batter’s eye to make it 5-2 in the fourth but Rafaela hit his over the Green Monster in the bottom half.</p><p>Kremer lasted six innings, allowing six runs.</p><p>Up next</p><p>Orioles: RHP Kyle Bradish (6-9, 3.61 ERA) is set to start the nightcap.</p><p>Red Sox: LHP Ranger Suárez (4-3, 3.15) could come off the injured list or they’ll go with a bullpen game.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A2RUAETSHNLLWJ5ZRABWLAD5EM.jpg?auth=f182b103341e5f1932c6ed70feddb101de47d296737302afac3075a714cbb148&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 Ceddanne Rafaela, right, is congratulated by Wilyer Abreu after hitting a solo home run in the fourth inning during the first baseball game of a doubleheader against the Baltimore Orioles, Wednesday, July 22, 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/7V4OGHIVQTPX4BCRHOF344KXYQ.jpg?auth=eeaf38170ac6ed171ee458abd36f07467a7a4936bb79fad7fdffa151ff274596&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox starting pitcher Jake Bennett delivers in the first inning during the first baseball game of a doubleheader against the Baltimore Orioles, Wednesday, July 22, 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/RVOWWCUENMHSE65TAHUUF5E2RI.jpg?auth=c718093738d7a55e10203464011a3621d5c282289af632cdfe259d0ede1d6cba&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 Ceddanne Rafaela is congratulated after his solo home run in the fourth inning during the first baseball game of a doubleheader against the Baltimore Orioles, Wednesday, July 22, 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/ENDQJV5RPA7V6OCPSUSWI2E3SE.jpg?auth=ad1318bd22c7a994631eaa60a9f45634e923b684e7e8fafe504c641d411d7731&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 Jarren Duran watches the flight of his sacrifice fly, which scored Caleb Durbin, in the third inning during the first baseball game of a doubleheader against the Baltimore Orioles, Wednesday, July 22, 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/ZNJQYNLFPJPRQQEEFA3QSIY52Y.jpg?auth=cf39110b5f01d86e96c091709b65520a249b7d92c647642405bfdd1da9d33815&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 Ceddanne Rafaela scores on a two-rn single by Caleb Durbin in the first inning during the first baseball game of a doubleheader against the Baltimore Orioles, Wednesday, July 22, 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[Demand for critical minerals fuels conflict but could help resource-rich nations, WTO says]]></title><link>https://www.local10.com/news/world/2026/07/22/demand-for-critical-minerals-fuels-conflict-but-could-help-resource-rich-nations-wto-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/22/demand-for-critical-minerals-fuels-conflict-but-could-help-resource-rich-nations-wto-says/</guid><dc:creator><![CDATA[By EDITH M. LEDERER, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — Surging global demand for critical minerals should be “a once-in-a-lifetime chance” for resource-rich countries in Africa and elsewhere to harness wealth and improve life for millions — but it has too easily triggered violence and poverty, the head of the World Trade Organization said Wednesday.]]></description><pubDate>Wed, 22 Jul 2026 19:59:15 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — Surging global demand for critical minerals should be “a once-in-a-lifetime chance” for resource-rich countries in Africa and elsewhere to harness wealth and improve life for millions — but it has too easily triggered violence and poverty, the head of the World Trade Organization said Wednesday.</p><p>WTO Director-General Ngozi Okonjo-Iweala warned the U.N. Security Council that “critical minerals are increasingly viewed as strategic assets, not just commodities, and a major source of interstate competition.”</p><p>Major economies are racing to get supplies of the minerals needed for technology from smartphones to fighter jets to use as leverage, she said. That means a real risk that conflicts will rise and developing economies will find themselves locked into the lowest level of production, while “the highest value jobs, technologies and profits go elsewhere,” she said.</p><p>U.N. Secretary-General Antonio Guterres said competition for lithium, cobalt, nickel and rare earths has seen armed groups reap the benefits of illegal mining and mineral smuggling in eastern Congo — “and civilians have paid the price of ongoing conflict.”</p><p>In Sudan, he told the council, the bitter fight between government and paramilitary forces for political and territorial dominance has been fueled by the exploitation of natural resources, especially gold and gum arabic used in printing, paints, glues, cosmetics and other industries, "leading to atrocities and displacing millions.”</p><p>“The minerals beneath Africa or any developing region’s soil should never help to finance the conflicts above it,” Okonjo-Iweala said.</p><p>She said a real opportunity exists to create “a more diversified, inclusive, and win-win global economy” where mineral wealth is not just extracted and shaped abroad but is a catalyst for economic transformation.</p><p>She proposed three priorities:</p><p>1. Resource-rich developing countries should demand more local processing, refining and “value addition.”</p><p>2. The international rule of law should be strengthened.</p><p>3. Most important, resource-rich countries should work together and use the leverage they have to reverse the export of raw materials and import of finished goods as well as promote investment.</p><p>“The world cannot achieve energy security, the green transition or digital transformation without them," Okonjo-Iweala said. “Africa alone has roughly 30% of the world’s critical minerals, and less than half of its mineral reserves have been explored.”</p><p>Congo accounts for over 70% of global cobalt production, South Africa holds the world’s largest reserves of platinum and manganese, and Zambia and Congo are major copper producers, she said. Between 10 and 12 African countries have commercially exploitable reserves of lithium, and 15 to 20 have commercially exploitable deposits of rare earths.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WKQMASEJYKJGAZFRR43A6U4NUI.jpg?auth=3602d25b165806bc2e3a1886e747d41ca9b89b51d8695b5deb6f2e0038339a85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The United Nations logo is seen at the General Assembly hall at U.N. headquarters, Sept. 21, 2021. (Eduardo Munoz/Pool Photo via AP, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz</media:credit></media:content></item><item><title><![CDATA[Child therapist accused of abusing boy, 5, at southwest Miami-Dade clinic]]></title><link>https://www.local10.com/news/local/2026/07/22/child-therapist-accused-of-abusing-boy-5-at-southwest-miami-dade-clinic/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/child-therapist-accused-of-abusing-boy-5-at-southwest-miami-dade-clinic/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A child occupational therapist is accused of physically abusing a 5-year-old boy during a therapy session at a clinic in the Three Lakes neighborhood of southwest Miami-Dade, according to investigators. ]]></description><pubDate>Wed, 22 Jul 2026 15:46:02 +0000</pubDate><content:encoded><![CDATA[<p>A child occupational therapist is accused of abusing a 5-year-old boy during a therapy session at a clinic in the Three Lakes neighborhood of southwest Miami-Dade, investigators said. </p><p><a href="https://www.local10.com/espanol/2026/07/22/acusan-a-terapeuta-infantil-de-abusar-de-nino-de-5-anos-en-clinica-del-suroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/acusan-a-terapeuta-infantil-de-abusar-de-nino-de-5-anos-en-clinica-del-suroeste-de-miami-dade/">Leer en español</a></p><p>Jail records show Leonardo Daniel Rivas, 42, was arrested Tuesday on a charge of child abuse without great bodily harm. </p><p>Deputies with the Miami-Dade Sheriff’s Office said the boy was attending his daily occupational therapy session at Florida Kids Therapy Medley at 13335 SW 124th St. on Thursday when Rivas, who was serving as his occupational therapist, “squeezed the victim’s cheeks together” and repeatedly forced a speech therapy device known as a Whisper Phone into the victim’s mouth, “covering his mouth several times.”</p><p>An arrest report states that the boy became upset, after which Rivas “began holding the victim down forcefully to the chair” and “firmly pushed the victim’s legs down.”</p><p>Investigators said the boy suffered “numerous abrasions” to both shoulder blades and his chest. According to the report, he was treated for his injuries at Nicklaus Children’s Hospital.</p><p>Authorities later arrested Rivas, who told investigators he did not want to speak with them without an attorney present, the report states.</p><p>As of Wednesday morning, Rivas was being held at the Turner Guilford Knight Correctional Center, where his bond was set at $2,500. A judge ordered him to have no contact with the alleged victim but allowed him to continue practicing while the case is pending. </p><p>Florida licensing authorities will determine whether any disciplinary action, including the possible suspension or revocation of his license, is warranted.</p><p>The clinic released a statement following Rivas’ arrest, which you can read here: </p><p><blockquote style="border-left: 4px solid #ccc; background-color: #f8f8f8; padding: 16px 20px; margin: 20px 0; font-style: italic; font-size: 0.9em; line-height: 1.7; color: #333;">
  <p style="margin: 0 0 1em 0;">
    "We are deeply saddened by the incident involving one of our contracted therapists and a minor receiving services at our center. The safety, dignity, and well-being of every child in our care are, and always will be, our highest priority.
  </p>

  <p style="margin: 0 0 1em 0;">
    The conduct observed in this incident is completely contrary to our values, our standards of care, and the way therapy is provided at Florida Kids Therapy Medley. We do not tolerate any form of physical aggression, mistreatment, or abuse toward the children we serve," the statement read
  </p>

  <p style="margin: 0 0 1em 0;">
    As soon as the incident was brought to our attention, we immediately reviewed the available information, removed the therapist from all patient care responsibilities, preserved the relevant evidence, and notified the appropriate authorities. We are fully cooperating with law enforcement and all regulatory agencies as the investigation continues.
  </p>

  <p style="margin: 0 0 1em 0;">
    Out of respect for the minor and because the investigation remains ongoing, we cannot comment further on the specific details of the case at this time.
  </p>

  <p style="margin: 0;">
    Our commitment remains to provide a safe, compassionate, and professional environment for every child and family we serve, to cooperate fully with the authorities, and to continue strengthening all necessary measures to ensure the protection and well-being of the children in our care." 
  </p>
</blockquote></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/KOQC7E7MW5GYHPV4BCUXOW6V6Y.jpg?auth=7203606c037ff34593d94cf3c6a7d03fa8f4e4156f6bb9f8ca8d4c58b8ca31bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[José Ramírez returns to Guardians after missing 5 weeks following left hand surgery]]></title><link>https://www.local10.com/sports/2026/07/22/jose-ramirez-returns-to-guardians-after-missing-5-weeks-following-left-hand-surgery/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/22/jose-ramirez-returns-to-guardians-after-missing-5-weeks-following-left-hand-surgery/</guid><dc:creator><![CDATA[By TOM WITHERS, Associated Press]]></dc:creator><description><![CDATA[CLEVELAND (AP) — Cleveland Guardians third baseman José Ramírez was activated from the injury list on Wednesday after missing five weeks following left hand surgery.]]></description><pubDate>Wed, 22 Jul 2026 19:23:07 +0000</pubDate><content:encoded><![CDATA[<p>CLEVELAND (AP) — Cleveland Guardians third baseman José Ramírez was activated from the injury list on Wednesday after missing five weeks following left hand surgery.</p><p>The seven-time All-Star has been sidelined since getting hurt against Detroit on June 13 and having an operation to remove the hamate bone in his left hand. The return of Cleveland's best player gives the club a major boost as it defends its AL Central title.</p><p>The Guardians managed to stay afloat without Ramírez, going 15-15 and keeping pace with the division leaders. Cleveland entered Wednesday's game against Minnesota in a virtual tie for first place with the Chicago White Sox.</p><p>Ramírez is in the starting lineup, batting second and playing third in Wednesday's game.</p><p>Ramírez did not go on a minor league rehab assignment before being activated. The Guardians trusted him throughout his recovery. He had a similar injury to his right hand in 2019, the only other time he's been on the injured list.</p><p>To make room for Ramírez, the Guardians optioned outfielder Kahlil Watson to Triple-A Columbus.</p><p>The 33-year-old Ramírez, who owns numerous offensive club records, was batting .239 with 10 home runs and 33 RBIs in 72 games before getting hurt. The Guardians aren't the same without him in the lineup, and his mere presence should help a team that has struggled to score.</p><p>Watson played well in his stint with Guardians, batting .239 with one homer and 11 RBIs in 27 games. On Tuesday night, he made a game-ending leaping catch down the right-field line before crashing into the padded wall.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q2DM4XUL4727IK4KF74YAXNMXE.jpg?auth=a75306a087840be7f86b4d69deaf13d9c2fa04567fa738116e37cb3876103cc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cleveland Guardians' José Ramírez stands on deck during a baseball game against the Texas Rangers in Arlington, Texas, June 7, 2026. (AP Photo/Tony Gutierrez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Parlamento de Nicaragua avanza para abolir elecciones por orden de Ortega]]></title><link>https://www.local10.com/espanol/2026/07/22/parlamento-de-nicaragua-avanza-para-abolir-elecciones-por-orden-de-ortega/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/parlamento-de-nicaragua-avanza-para-abolir-elecciones-por-orden-de-ortega/</guid><dc:creator><![CDATA[Por MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — Los legisladores de Nicaragua afirmaron que llevarán a cabo el plan del presidente Daniel Ortega para abolir las elecciones en el país centroamericano, lo que provocó nuevas críticas el miércoles por parte de la comunidad internacional.]]></description><pubDate>Wed, 22 Jul 2026 19:39:52 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — Los legisladores de Nicaragua afirmaron que llevarán a cabo el plan del presidente Daniel Ortega para abolir las elecciones en el país centroamericano, lo que provocó nuevas críticas el miércoles por parte de la comunidad internacional.</p><p>La medida fue anunciada en un comunicado el martes por la Asamblea Nacional, que está firmemente en manos de Ortega y de su esposa y copresidenta Rosario Murillo. La Asamblea señaló que la más reciente reforma constitucional asegurará "la paz, la seguridad y la estabilidad" del país.</p><p>El Legislativo daba seguimiento al anuncio que Ortega hizo el fin de semana de que “aquí no volverá a haber elecciones”, lo que refleja tanto su esfuerzo por prolongar su gobierno de casi 20 años como por eliminar cualquier posibilidad de que la oposición llegue al poder.</p><p>Bajo Ortega, el gobierno ha llevado a cabo una amplia represión contra la disidencia tras la violenta sofocación de las protestas de 2018. Las autoridades han encarcelado a políticos opositores, líderes religiosos y otras personas, y también han clausurado miles de organizaciones de la sociedad civil.</p><p>La Asamblea Nacional ha modificado repetidamente la Constitución para concentrar el poder en manos de Ortega y eliminar cualquier vestigio de independencia democrática y de disidencia en el país.</p><p>Las declaraciones de Ortega el domingo, durante un discurso con motivo del aniversario de la Revolución Sandinista, cancelaron de hecho las próximas elecciones. La votación estaba programada originalmente para noviembre de 2027, después de que la Asamblea Nacional votó en enero de 2025 para ampliar en un año el mandato presidencial de cinco años.</p><p>Volker Türk, alto comisionado de las Naciones Unidas para los derechos humanos, condenó enérgicamente el miércoles los acontecimientos en Nicaragua y manifestó que “todas las personas, de todas las posturas políticas, deben poder votar y postularse a cargos públicos”.</p><p>“Estos últimos acontecimientos profundizan aún más las severas restricciones a las libertades fundamentales, el desmantelamiento del espacio cívico y la erosión constante del Estado de derecho”, expresó Türk en un comunicado.</p><p>El gobierno de Nicaragua declinó comentar las críticas y dijo en un comunicado: “Gracias por su interés”.</p><p>Marco Rubio, secretario de Estado de Estados Unidos, declaró el martes que la medida de Ortega y Murillo “deja al descubierto su verdadera naturaleza autoritaria”.</p><p>“Estados Unidos insta a la comunidad internacional a unir fuerzas para demostrarle a la dictadura Murillo-Ortega que no puede mantener relaciones como si nada con otras naciones mientras frustra los principios básicos de nuestro hemisferio democrático”, escribió Rubio en un comunicado.</p><p>El gobierno del presidente estadounidense Donald Trump —pese a las duras palabras, las sanciones y las críticas reiteradas— ha tomado pocas medidas importantes contra Managua. En el cercano El Salvador, donde el presidente Nayib Bukele, aliado de Trump, también ha ido debilitando los contrapesos democráticos y ha arremetido contra críticos, Washington en gran medida ha elogiado al mandatario.</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/Q47TOOAPB3TTYM24PKBZZ5HKNM.jpg?auth=57b6cd4682bad3447ea5830b4b41615f22e4e4c33c8873eb03aaa0cd32efe3c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Policías nicaragüenses se toman una foto con el presidente Daniel Ortega en Masaya, Nicaragua, el 13 de julio del 2018. (AP foto/Cristobal Venegas)]]></media:description><media:credit role="author" scheme="urn:ebu">Cristobal Venegas</media:credit></media:content></item><item><title><![CDATA[Arizona Cardinals offensive lineman Isaiah Adams arrested in Canada on gun charges]]></title><link>https://www.local10.com/sports/2026/07/22/arizona-cardinals-offensive-lineman-isaiah-adams-arrested-in-canada-on-gun-charges/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/22/arizona-cardinals-offensive-lineman-isaiah-adams-arrested-in-canada-on-gun-charges/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[TEMPE, Ariz. (AP) — Arizona Cardinals offensive lineman Isaiah Adams was arrested in Canada recently on four weapons charges.]]></description><pubDate>Wed, 22 Jul 2026 19:17:55 +0000</pubDate><content:encoded><![CDATA[<p>TEMPE, Ariz. (AP) — Arizona Cardinals offensive lineman Isaiah Adams was arrested in Canada recently on four weapons charges.</p><p>Adams, 25, was charged with possession of a firearm obtained in a crime, possession of a restricted/prohibited firearm, no license while in possession of a loaded firearm and possessing a prohibited device, according to an online release from the Durham Regional Police Service in Ontario.</p><p>Adams was one of four people arrested.</p><p>“Isaiah is completely innocent in this matter,” Adams’ attorney Adam Weisberg said in a statement. “He had no knowledge of any firearm, and he will be fully exonerated.”</p><p>The report says that on Friday, police concluded an investigation into a male believed to be in possession of a firearm and involved in drug trafficking. Two of the other people arrested were charged with possession of fentanyl with intent to distribute.</p><p>The Cardinals are scheduled to have their first practice of training camp on Thursday. A person familiar with the situation told The Associated Press that Adams was expected to be in camp Thursday. The person spoke on condition of anonymity because the team is not commenting on the details of Adams' situation.</p><p>“We are aware of the situation involving Isaiah Adams,” the Cardinals said in a statement. “Out of respect for the process, we will refrain from commenting further at this time.”</p><p>Adams — who was born in Ajax, Ontario — is a third-year player for the Cardinals and in the mix for a starting job. He was a third-round pick out of Illinois in 2024.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JACH2MXBLGMQLEZ7SJ65DUOUKI.jpg?auth=7e49476a59511b00febf917bbd8c0e024f9ff37f1280a8a37702d3e881c00509&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Arizona Cardinals guard Isaiah Adams walks off the field after an NFL football game against the Seattle Seahawks, Sept. 25, 2025, in Glendale, Ariz. (AP Photo/Ross D. Franklin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Judge bars deportation of witness in fatal ICE shooting of Mexican homebuilder]]></title><link>https://www.local10.com/news/2026/07/22/judge-bars-deportation-of-witness-in-fatal-ice-shooting-of-mexican-homebuilder/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/22/judge-bars-deportation-of-witness-in-fatal-ice-shooting-of-mexican-homebuilder/</guid><dc:creator><![CDATA[By JACK BROOK, Associated Press]]></dc:creator><description><![CDATA[A federal judge has barred the deportation of a witness in the fatal shooting of a Mexican homebuilder by federal immigration officers during a traffic stop in Houston.]]></description><pubDate>Wed, 22 Jul 2026 19:09:15 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge has barred the deportation of a witness in the fatal shooting of a Mexican homebuilder by federal immigration officers during a traffic stop in Houston.</p><p>Jose Trinidad Rojas Pliego was one of three passengers in a van driven by Lorenzo Araujo Salgado when Araujo Salgado was shot by a U.S. Immigration and Customs Enforcement officer on July 7 while they were driving to work at a construction site.</p><p>Araujo Salgado’s killing sparked protests and calls for an independent investigation. Within the next week, a federal immigration officer in Maine fatally shot a Colombian man, and a Mexican man in Florida died after being hit by a truck while fleeing immigration officers.</p><p>Rojas Pliego must remain in the Southern District of Texas while his habeas petition is pending, U.S. District Judge Keith Ellison wrote in an order on Monday. Rojas Pliego says he is being held unconstitutionally in ICE custody, court records show.</p><p>The U.S. Department of Homeland Security, which oversees ICE, said the agency “will comply with the court order.”</p><p>Rojas Pliego had entered the U.S. decades ago and had not gained legal status, according to his stepdaughter, Griselda Silva.</p><p>Rojas Pliego and the two other passengers, also currently in ICE custody, have disputed DHS’ account of the shooting, according to their attorneys. DHS has said that Araujo Salgado was attempting to run over an ICE officer. A federal prosecutor in Texas has said that ICE officers were targeting two Guatemalan men who were potentially subject to deportation and driving a van similar to Araujo Salgado’s.</p><p>Araujo Salgado, a 52-year-old father of three, had been living in the country for 35 years and was close to obtaining legal status, according to his family, and has no known criminal record.</p><p>The Harris County District Attorney’s Office has said it is helping Araujo Salgado’s three passengers apply for a special visa, known as a U visa, for witnesses who are assisting law enforcement with an investigation. It remains unclear if U.S. Citizenship and Immigration Services, overseen by DHS, will grant visas for the three men.</p><p>One of the other men, Daniel Tirado Pantoja, also filed a habeas petition Monday, according to federal court records.</p><p>Araujo Salgado’s brother, Victor Salgado, is scheduled to appear for an immigration hearing later this week, according to his attorney, Ruby Powers. She requested that his habeas petition, which has not yet been filed, remain sealed due to a threat of “retaliation or intimidation” to his family and friends, court records show.</p><p>The FBI executed a search warrant to investigate possible illicit substances in Araujo Salgado’s vehicle and alleged that several small bags inside the van were filled with a white substance that appeared to be methamphetamine.</p><p>Victor Salgado’s attorney said the white substance was a salt mixture that the men used as electrolytes to stay hydrated while doing manual labor in the grueling Texas heat.</p><p>Hugo Balderas-Ibarra, an attorney for Rojas Pliego and Tirado Pantoja, did not respond to a request for comment.</p><p>___</p><p>Brook is a corps member for The Associated Press/Report for America Statehouse News Initiative. Report for America is a nonprofit national service program that places journalists in local newsrooms to report on undercovered issues.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NGR3GCUQHBEYRFMK76FG7RGGVA.jpeg?auth=c19e56c60d007273dc7776d940cb8eab527d70909f85690d43e44abdf4a97bd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Rubio: ‘We’re prepared to do what we can do to effectuate a positive change in Cuba’]]></title><link>https://www.local10.com/news/world/2026/07/22/rubio-were-prepared-to-do-what-we-can-do-to-effectuate-a-positive-change-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/22/rubio-were-prepared-to-do-what-we-can-do-to-effectuate-a-positive-change-in-cuba/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[U.S. Secretary of State Marco Rubio talked about Cuba during a news conference on Wednesday in the Philippines.]]></description><pubDate>Wed, 22 Jul 2026 18:15:49 +0000</pubDate><content:encoded><![CDATA[<p>U.S. Secretary of State Marco Rubio talked about Cuba during a news conference on Wednesday in the Philippines.</p><p>Rubio said the leaders of the one-party communist state’s priorities were to hold onto power and not to lose control of the people. </p><p>“The biggest problem Cuba has is that the regime is a disaster, their economic model doesn’t work, and the people who run the country don’t know what the hell they’re doing,” <a href="https://www.state.gov/releases/office-of-the-spokesperson/2026/07/secretary-of-state-marco-rubio-remarks-to-the-press-14/" target="_self" rel="" title="https://www.state.gov/releases/office-of-the-spokesperson/2026/07/secretary-of-state-marco-rubio-remarks-to-the-press-14/">Rubio said</a>. </p><figure><img src="https://www.local10.com/resizer/v2/NA7VZK7TOAV332KFS3JHBQSVRY.jpg?auth=709980932b8ab510a6fcfee4630f3a934abec9e6c00afe0afe0da01f53342e5e&smart=true&width=1200&height=900" alt="Children cool off in their doorway during a blackout in Havana, Cuba, Tuesday, July 14, 2026. (AP Photo/Ramon Espinosa)" height="900" width="1200"/><figcaption>Children cool off in their doorway during a blackout in Havana, Cuba, Tuesday, July 14, 2026. (AP Photo/Ramon Espinosa)</figcaption></figure><p><b>Related report</b>: <a href="https://www.local10.com/news/world/2026/07/20/trump-administration-accuses-cuba-of-promoting-left-wing-terrorism/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/20/trump-administration-accuses-cuba-of-promoting-left-wing-terrorism/">Trump administration accuses Cuba of promoting left-wing terrorism and ‘subversion’ </a></p><p>The Trump administration intends to continue talks with Cuban officials, according to Rubio. </p><p>“This is a government that has spent, a regime that has spent, the better part of 30, 40, 50 years destabilizing the region in the movements that they’ve supported,” <a href="https://www.state.gov/releases/office-of-the-spokesperson/2026/07/secretary-of-state-marco-rubio-remarks-to-the-press-14/" target="_self" rel="" title="https://www.state.gov/releases/office-of-the-spokesperson/2026/07/secretary-of-state-marco-rubio-remarks-to-the-press-14/">Rubio said</a>. </p><figure><img src="https://www.local10.com/resizer/v2/P3QXS7OA7GZD3246AW6MYJ5NLQ.jpg?auth=47ffc3ed4fb340b30c90fe07868951a311a4b24177d455115040a19130808598&smart=true&width=1200&height=900" alt="Children run past a pile of trash accumulated on a street during a blackout in Havana, Cuba, Monday, July 6, 2026. (AP Photo/Ramon Espinosa)" height="900" width="1200"/><figcaption>Children run past a pile of trash accumulated on a street during a blackout in Havana, Cuba, Monday, July 6, 2026. (AP Photo/Ramon Espinosa)</figcaption></figure><p><b>Related report</b>: <a href="https://www.local10.com/news/local/2026/07/22/american-museum-of-the-cuban-diaspora-hosts-forum-on-islands-transition-to-democracy/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/22/american-museum-of-the-cuban-diaspora-hosts-forum-on-islands-transition-to-democracy/">American Museum of the Cuban Diaspora hosts forum on island’s ‘transition to Democracy’</a></p><p>The Trump administration is focused on threats by Cuba’s allies and mass migration, according to Rubio. </p><p>“We’re prepared to do what we can do to effectuate a positive change in Cuba because it directly impacts our national security,” <a href="https://www.state.gov/releases/office-of-the-spokesperson/2026/07/secretary-of-state-marco-rubio-remarks-to-the-press-14/" target="_self" rel="" title="https://www.state.gov/releases/office-of-the-spokesperson/2026/07/secretary-of-state-marco-rubio-remarks-to-the-press-14/">Rubio said</a>. “Cuba matters to us because it’s 90 miles from our shores.”</p><figure><img src="https://www.local10.com/resizer/v2/TDWTC6LONPIEVBKJ4DTQDJ2HBM.jpg?auth=d8b1456eef456a00bc23bae6ffa0f0cb9c29c7cb714ca33271cbd4f11f80cfed&smart=true&width=1200&height=900" alt="A child walks with a bottle of oil past a solar panel set up on the street to charge batteries during a blackout in Havana, Cuba, Monday, July 6, 2026. (AP Photo/Ramon Espinosa)" height="900" width="1200"/><figcaption>A child walks with a bottle of oil past a solar panel set up on the street to charge batteries during a blackout in Havana, Cuba, Monday, July 6, 2026. (AP Photo/Ramon Espinosa)</figcaption></figure><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/07/22/house-republicans-push-95-billion-package-for-the-iran-war-and-trumps-priorities/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/22/house-republicans-push-95-billion-package-for-the-iran-war-and-trumps-priorities/">House Republicans push $95 billion package for the Iran war and Trump’s priorities</a></li><li><a href="https://www.local10.com/news/world/2026/07/17/trump-a-lot-of-things-are-going-to-happen-in-cuba/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/17/trump-a-lot-of-things-are-going-to-happen-in-cuba/">Trump: ‘A lot of things are going to happen in Cuba’</a></li><li><a href="https://www.local10.com/news/local/2026/07/21/state-department-catholic-relief-services-send-1st-humanitarian-flight-to-cuba-from-mia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/21/state-department-catholic-relief-services-send-1st-humanitarian-flight-to-cuba-from-mia/">US State Department, Catholic Relief Services send 1st humanitarian flight to Cuba from MIA</a> </li></ul><p><b>Analysis: </b><a href="https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/">Andy Gomez’s July 21st update </a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BWCUM3ROF6QBQEDLYSYS5E72VA.jpg?auth=52965ddec46d9fafc7ea5d4740ecea335c532589c3725f41a73d37388c245e10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio speaks during a press conference on the sidelines of the Association of Southeast Asian Nations (ASEAN) Foreign Ministers' Meeting in Pasay, Metro Manila, Philippines Wednesday, July 22, 2026. (Brendan Smialowski/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brendan Smialowski</media:credit></media:content></item><item><title><![CDATA[American Museum of the Cuban Diaspora hosts forum on island’s ‘transition to Democracy’]]></title><link>https://www.local10.com/news/local/2026/07/22/american-museum-of-the-cuban-diaspora-hosts-forum-on-islands-transition-to-democracy/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/american-museum-of-the-cuban-diaspora-hosts-forum-on-islands-transition-to-democracy/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Attorney Marcell Felipe welcomed a group of experts on Wednesday to the American Museum of the Cuban Diaspora in Miami. ]]></description><pubDate>Wed, 22 Jul 2026 18:58:09 +0000</pubDate><content:encoded><![CDATA[<p>Attorney Marcell Felipe welcomed a group of experts on Wednesday to the American Museum of the Cuban Diaspora in Miami. </p><p>Felipe, the chairman of the museum, co-hosted a forum that focused on “Rebuilding Cuba’s infrastructure as part of the transition to Democracy.”</p><p>The list of experts included Sebastián Arcos, of Florida International University’s Institute for Cuban Studies; Helena Solo-Gabriele, an engineer and University of Miami professor; and Jorge Piñón, of the University of Texas at Austin’s Energy Institute.</p><p>Felipe is the founder of the <a href="https://www.inspireamerica.com/" target="_self" rel="" title="https://www.inspireamerica.com/">Inspire America Foundation</a>, which supports The <a href="https://panthernow.com/2020/01/13/ideas-for-cuban-democracy-discussed-at-state-of-the-world-panel/" target="_self" rel="" title="https://panthernow.com/2020/01/13/ideas-for-cuban-democracy-discussed-at-state-of-the-world-panel/">Initiative for Democratic and Economic Alternatives (IDEAs) for Cuba</a>.</p><p><b>Related reports</b></p><figure><img src="https://www.local10.com/resizer/v2/RMNYO7EBFIPJ3ACZTEPCSIOGKA.jpg?auth=6334a5140c9bd97e698938cb3791eb307a986a22aa410d6776e134903ad96a55&smart=true&width=1200&height=900" alt="A man pushes a cart of empty containers to fill with water in Havana, Cuba, Friday, June 12, 2026. (AP Photo/Ramon Espinosa)" height="900" width="1200"/><figcaption>A man pushes a cart of empty containers to fill with water in Havana, Cuba, Friday, June 12, 2026. (AP Photo/Ramon Espinosa)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/07/22/rubio-were-prepared-to-do-what-we-can-do-to-effectuate-a-positive-change-in-cuba/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/22/rubio-were-prepared-to-do-what-we-can-do-to-effectuate-a-positive-change-in-cuba/">Rubio: ‘We’re prepared to do what we can do to effectuate a positive change in Cuba’</a></li><li><a href="https://www.local10.com/news/politics/2026/07/22/house-republicans-push-95-billion-package-for-the-iran-war-and-trumps-priorities/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/22/house-republicans-push-95-billion-package-for-the-iran-war-and-trumps-priorities/">House Republicans push $95 billion package for the Iran war and Trump’s priorities</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ABDNRXGUDB6GO2J6KMHPP3IVFA.jpg?auth=c7b74b1ad311c7dffc7f9beafc07e41f431adaae9f3d042e7b7601f12e5b6ce1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People collect water from a street tap during a blackout in Havana, Cuba, Tuesday, July 14, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[AP Exclusive: A boater's photo may be 'the last picture' of group drowned in an Ohio river]]></title><link>https://www.local10.com/news/2026/07/22/the-last-picture-a-passing-boaters-photograph-may-be-the-5-adults-who-drowned-in-ohio/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/22/the-last-picture-a-passing-boaters-photograph-may-be-the-5-adults-who-drowned-in-ohio/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH AND PATRICK AFTOORA-ORSAGOS, Associated Press]]></dc:creator><description><![CDATA[COLUMBUS, Ohio (AP) — Marcus L. Martin felt instant trepidation Sunday when he saw five adults wading thigh- and waist-deep in the Scioto River. A frequent boater on the Ohio waterway, the Baptist pastor knew the area where they were standing to be treacherous. He believes the people he captured in a photo to be the ill-fated group that drowned that day.]]></description><pubDate>Wed, 22 Jul 2026 20:20:29 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBUS, Ohio (AP) — Marcus L. Martin felt instant trepidation Sunday when he saw five adults wading thigh- and waist-deep in the Scioto River. A frequent boater on the Ohio waterway, the Baptist pastor knew the area where they were standing to be treacherous. He believes the people he captured in a photo to be the ill-fated group that drowned that day.</p><p>“I just remember being taught that area was kind of dangerous, in the sense of there being steep slopes” and a quick drop-off into the river, he told The Associated Press. A few years earlier, Martin had warned a pair of young people playing in the water at that same spot to “be very careful.”</p><p>He saw five adults in the water and two children playing on the grassy bank nearby, tracking the description of the group provided by Delaware County authorities after the drownings.</p><p>Pastor may have taken ‘the last picture’ of the group</p><p>Martin and his family floated away to enjoy a beautiful summer evening. But when they returned past the spot about two hours later and saw the group still wading in the river, Martin thought to snap a photo.</p><p>“I don't know what it was. I said, I just need to capture this picture,” he said.</p><p>Martin said he knows the area well from 10 years of boating there and considered warning the people of the potential danger. But, unlike when he'd warned the two people earlier, there were two or three boats between him and them and he didn't want to cross between them and cause too many waves in the water.</p><p>He's been losing sleep over the decision since news broke of five people drowning that afternoon. It feels “surreal,” he said.</p><p>“I believe the picture I took may have been the last picture of them being alive,” he said.</p><p>The image didn't catch authorities' initial interest</p><p>Delaware County Sheriff Jeffrey Balzer has said authorities believe one of the adults began struggling to swim and the others successively went to that person's aid. All five were swept under and died. The two women’s bodies were recovered Sunday and the three other bodies a day later.</p><p>Neither Balzer's office nor the local EMS agency immediately responded to requests for verification of the photo and those who appear in it.</p><p>Martin said he feels certain the group he photographed is of the five people who perished Sunday; it's rare to see people fishing or swimming in that stretch of the river. He said he attempted to share the picture with both law enforcement and a news reporter at the scene the day after the drownings, but no one seemed interested.</p><p>Honduran authorities confirmed Tuesday that four of the five adults were Honduran citizens. One was Jose Mario Pineda Dias, 33, another his wife Marina Suyapa Regalado, 28. The names of the other couple and the fifth individual would be released once their families could be notified of their deaths, a spokesperson for Balzer said Wednesday.</p><p>U.S., Honduras still working to identify victims, help children</p><p>A Honduran embassy said the government is in contact with the victims' families and assisting local authorities in verifying their identities. In a statement, it added that Honduras stands ready to repatriate any of the victims should relatives request that — a process that could take six weeks.</p><p>An 8-year-old and a 10-year-old, children of one of the couples, were orphaned by the tragedy. A boy shouting for his mother was spotted by a passing driver on the day of the accident and reported to 911.</p><p>Scott Varner, a spokesman for Franklin County Children Services, said the youngsters have been in the agency's care since Monday and that they are working with relatives and family friends in Columbus who are providing them with a temporary home. The children were provided with therapy dogs as they coped with the trauma, he said.</p><p>The Honduran embassy statement said the consulate has checked in with family members about their well-being and stands ready to help once relatives make a decision on next steps for the children.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WJWKTR7V23CCDLEDOGWCXLGKQY.jpg?auth=064158d1544509928541f21b35ce33b03b70fbd14b38339dbcaad3bc0fcb6e45&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 Pastor Marcus L. Martin, a group of people he believes were those who died in a recent drowning accident, are shown fishing along the Scioto river in Powell, Ohio, Sunday, July 19, 2026. (Pastor Marcus L. Martin via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Marcus L. Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RC5RVPPBMSE4E2G4KVDPGXRR4Y.jpg?auth=59510910c409fba41e91637ffda3dda3362fe35be2530cd44659b2f4e2e32b04&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 Pastor Marcus L. Martin, a group of people he believes were those who died in a recent drowning accident, are shown fishing along the Scioto river in Powell, Ohio, Sunday, July 19, 2026. (Pastor Marcus L. Martin via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Marcus L. Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7ER7JEDCVRYWSBV44Q5PO4GMHI.jpg?auth=8b9caec240a931d0f834c87bded2a9defe73d7133061846f7bbd425f0951044d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Signs are posted inside the Riverside Dr Scioto Fishing Area on Tuesday, July 21, 2026, in Powell, Ohio. (AP Photo/Patrick Aftoora-Orsagos)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Aftoora-Orsagos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EOEOHLG25Y2XBMC2LYDPPSA4UQ.jpg?auth=b63a57bbe04c7ada2913a248797147ee34855ef5573728e00d88ca3b405480d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Scioto River is seen near Hayden Falls Reserve on Tuesday, July 21, 2026, in Dublin, Ohio. (AP Photo/Patrick Aftoora-Orsagos)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Aftoora-Orsagos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IOL4PMKFRCDMC2FDIDGI7QLDOA.jpg?auth=733c040d31b99402acef0a82729d54c7b041a4be8e319abae2e4308568455702&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The map above shows the location along the Scioto River in Ohio where five people died in an attempt to rescue a struggling swimmer. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Holm</media:credit></media:content></item><item><title><![CDATA[Muertos por fuertes lluvias en Chile ascienden a 13; autoridades empiezan a contabilizar daños]]></title><link>https://www.local10.com/espanol/2026/07/22/muertos-por-fuertes-lluvias-en-chile-ascienden-a-13-autoridades-empiezan-a-contabilizar-danos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/muertos-por-fuertes-lluvias-en-chile-ascienden-a-13-autoridades-empiezan-a-contabilizar-danos/</guid><dc:creator><![CDATA[Por NAYARA BATSCHKE, Associated Press]]></dc:creator><description><![CDATA[SANTIAGO (AP) — Las autoridades evaluaban el miércoles los estragos provocados por los fuertes temporales que azotan Chile, una de las peores tragedias climáticas registradas en el país en las últimas décadas que ha dejado al menos 13 muertos, 16 heridos y miles de personas afectadas.]]></description><pubDate>Wed, 22 Jul 2026 18:37:47 +0000</pubDate><content:encoded><![CDATA[<p>SANTIAGO (AP) — Las autoridades evaluaban el miércoles los estragos provocados por los fuertes temporales que azotan Chile, una de las peores tragedias climáticas registradas en el país en las últimas décadas que ha dejado al menos 13 muertos, 16 heridos y miles de personas afectadas.</p><p>Una de las situaciones más graves se registra en el norte del país, en especial en las regiones del Atacama y Coquimbo, donde las intensas lluvias, inundaciones y vientos han generado una crisis sanitaria, con cortes del agua potable y de la energía eléctrica que siguen golpeando a los residentes.</p><p>De acuerdo con el último balance del Servicio Nacional de Prevención y Respuesta ante Desastres (Senapred), la gran mayoría de las casi 65.000 personas que siguen aisladas a raíz de la emergencia están en estas dos regiones.</p><p>Al menos cuatro personas permanecen desaparecidas, otras 3.469 han resultado damnificadas en algún grado por la catástrofe, mientras que 1.552 están refugiadas en albergues debido a las alertas meteorológicas vigentes. Un centenar de viviendas han sido completamente destruidas, al paso que casi 25.000 han sufrido daños de diferentes magnitudes.</p><p>Por otro lado, los servicios de búsqueda han localizado y rescatado con vida a tres individuos, dos mujeres y un hombre, que estaban desaparecidos desde el pasado jueves en un rocoso cañón en plena cordillera de los Andes.</p><p>Esta semana, el presidente chileno, José Antonio Kast, decretó el estado de excepción en partes del norte del país a fin de acelerar la respuesta a la tragedia. Poco después, el Ministerio de Salud decretó el alerta sanitaria en las mismas áreas para “responder con mayor rapidez a las necesidades de salud de la comunidad afectada”.</p><p>Tras registrar lluvias de manera ininterrumpida por casi una semana, las precipitaciones finalmente dieron una tregua el miércoles en las 10 regiones castigadas por los temporales. En el norte, donde los ríos se han desbordado, los cauces empiezan a volver a los niveles de agua habituales.</p><p>“Estamos viendo que, gracias a Dios, en el norte ya están bajando un poco los cauces, lo que ha permitido abrir caminos. Esto significa que vamos a poder llegar más prontamente con la ayuda”, afirmó la ministra de Salud, May Chomalí, tras una reunión el miércoles.</p><p>La noche del martes, un segundo avión con unas nueve toneladas de ayuda humanitaria aterrizó en la región del Atacama, con lo que ya son más de 150 toneladas de auxilio enviadas al norte chileno desde el inicio de la emergencia climática, precisó por su lado la directora de Senapred, Alicia Cebrián.</p><p>El Ministerio de Educación mantuvo las clases suspendidas para la jornada en tres de las 16 regiones del país. Y, mientras que las autoridades apenas comienzan a calcular los estragos, distintos sectores empresariales calculan unas pérdidas por cerca de 400 millones de dólares dejadas por el severo sistema frontal que según pronósticos volverá a golpear con fuerza a partir de mañana y hasta el fin de semana en gran parte de la nación.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T7Y5XP5BPILPHOW34KFTPWY5SY.jpg?auth=8901c657b8d0f2627193698b8c66187434e16da5e05ea8fd6981cf9edef975dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer espera el autobús durante un chaparrón en Santiago de Chile, a primera hora del lunes 20 de julio de 2026. (Foto AP/Esteban Félix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content></item><item><title><![CDATA[Inter Miami signs 5-time Champions League winner Casemiro — but did they tamper?]]></title><link>https://www.local10.com/sports/local/2026/07/22/inter-miami-signs-5-time-champions-league-winner-casemiro/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/22/inter-miami-signs-5-time-champions-league-winner-casemiro/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Inter Miami CF on Wednesday announced the signing of Brazilian midfielder Carlos Henrique Casemiro, adding one of soccer’s most experienced and successful players to its roster.]]></description><pubDate>Wed, 22 Jul 2026 17:11:31 +0000</pubDate><content:encoded><![CDATA[<p>Inter Miami CF on Wednesday announced the signing of Brazilian midfielder Carlos Henrique Casemiro, adding one of soccer’s most experienced and successful players to its roster.</p><p>Casemiro joins the club as a free agent and is under contract through the 2027 MLS Sprint Season, with an option to extend the deal through June 2029. The club stated that the move is pending approval of his P-1 Visa.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Midfield, reinforced. Bem-vindo, <a href="https://x.com/Casemiro?ref_src=twsrc%5Etfw">@Casemiro</a>! 🇧🇷<a href="https://t.co/1GW3A40qvD">https://t.co/1GW3A40qvD</a> <a href="https://t.co/ZmM0IXUXux">pic.twitter.com/ZmM0IXUXux</a></p>&mdash; Inter Miami CF (@InterMiamiCF) <a href="https://x.com/InterMiamiCF/status/2079963784722944066?ref_src=twsrc%5Etfw">July 22, 2026</a></blockquote><p>The 34-year-old midfielder arrives in Miami after a decorated career that includes five UEFA Champions League titles, three LaLiga championships, and multiple international trophies with Real Madrid. </p><p>He also spent the past three seasons playing for Manchester United in the English Premier League.</p><p>“I’m motivated by winning and continuing to grow,” Casemiro said in the team’s <a href="https://www.intermiamicf.com/news/inter-miami-cf-signs-five-time-uefa-champions-league-winning-midfielder-casemiro" target="_self" rel="" title="https://www.intermiamicf.com/news/inter-miami-cf-signs-five-time-uefa-champions-league-winning-midfielder-casemiro">news release on Wednesday</a>. “I can’t wait to get started and give everything I have to repay the trust the club has shown me.”</p><p>Inter Miami owners praised the signing, calling Casemiro a player who brings leadership and a winning mentality to the team. </p><p>Co-owner David Beckham said he was excited to welcome the midfielder after watching his successful career with Real Madrid and Manchester United.</p><p>“I’m very proud to welcome Casemiro and his family to Inter Miami,” he said in part. “He is a person and a player that I have admired for a long time.”</p><p>Casemiro is considered one of the top defensive midfielders of his generation and joins Inter Miami as the club continues to build a stronger roster for the present and future. </p><p>According to MLS insider <a href="https://x.com/tombogert" target="_self" rel="" title="https://x.com/tombogert">Tom Bogert</a>, the league has opened an investigation into possible tampering violations during Casemiro’s signing process. </p><p>Bogert said the Los Angeles Galaxy reportedly held Casemiro’s discovery rights, and MLS is reviewing whether any league rules were broken.</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/OCFMXKIP5TFDT2CW5JYZJ5EUOI.jpg?auth=7756956e6d002830b515a60924b3020da24ea4b99746af40668047b9154aa50a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Casemiro (5) celebrates after scoring his side's first goal 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[Prosecutor focuses on who knew about singer D4vd’s relationship with teen girl before her killing]]></title><link>https://www.local10.com/entertainment/2026/07/22/prosecutor-focuses-on-who-knew-about-singer-d4vds-relationship-with-teen-girl-before-her-killing/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/22/prosecutor-focuses-on-who-knew-about-singer-d4vds-relationship-with-teen-girl-before-her-killing/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A money manager for D4vd testified Wednesday that he had heard only the first name of Celeste Rivas Hernandez, the 14-year-old girl the singer is charged with killing, before her dismembered body was found in the trunk of a car.]]></description><pubDate>Wed, 22 Jul 2026 19:26:13 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A money manager for D4vd testified Wednesday that he had heard only the first name of Celeste Rivas Hernandez, the 14-year-old girl the singer is charged with killing, before her dismembered body was found in the trunk of a car.</p><p>The testimony from Benjamin Gregor came on the second day of a preliminary hearing in a Los Angeles court to determine whether there is enough evidence to put D4vd, whose legal name is David Burke, on trial on charges of murder, continuous sexual abuse of a child under the age of 14 and mutilation of a body.</p><p>“I knew her first name,” Gregor said.</p><p>The prosecutor, Deputy District Attorney Beth Silverman, later asked Gregor where he had heard the name Celeste. He said from Rob Morgenroth, D4vd's manager.</p><p>“Did he tell you she was his girlfriend?” Silverman asked, but objections prevented an answer.</p><p>Burke’s lawyers have said he did not cause Rivas Hernandez’s death, and he has pleaded not guilty to the charges. Prosecutors allege Burke fatally stabbed Rivas Hernandez to prevent her from revealing their relationship and ruining his career.</p><p>Hearing got heated as relationship explored</p><p>Gregor was one of two witnesses called to discuss Burke’s finances, to indicate how much he had to lose, and whether the killing could have meant financial gain.</p><p>But the questioning, which got increasingly heated, swerved into who among the people around Burke knew he was in a sexual relationship with the teen.</p><p>Silverman asked Gregor if he knew Burke had taken Rivas Hernandez to London with him, and to Texas to meet his family. He said he had heard about the London trip.</p><p>The prosecutor asked if he had heard about Burke taking Rivas Hernandez to nightclubs, with both of them using fake IDs. Burke only recently turned 21.</p><p>This drew angry objections from Burke's attorney, Marilyn Bednarski.</p><p>“Counsel is testifying!” she said.</p><p>Judge Charlaine F. Olmedo, who will decide whether there is probable cause for trial, cut off the line of questioning.</p><p>Prosecutors are seeking to prove that Burke, an indie-pop singer whose music and online presence brought him a huge following, met Rivas Hernandez when she was 11 and began a sexual relationship with her when she was 13 and he was 18.</p><p>They said in a court filing that she had grown jealous of his relationships with other women and threatened to expose him.</p><p>Officer details finding girl's passport in area where Burke had been</p><p>The court filing said Burke sent a car to pick up Rivas Hernandez on April 23, 2025, from her hometown of Lake Elsinore, California, some 80 miles (129 km) outside Los Angeles. They exchanged messages until she arrived at his home, after which her phone went dead. Prosecutors say he stabbed her when she arrived.</p><p>A California Highway Patrol officer testified Wednesday that a road worker in January had found Rivas Hernandez’s passport in a brushy dirt area in a rural section of Santa Barbara County, about 95 miles (150 km) northwest of Burke’s Hollywood home.</p><p>Prosecutors have said Burke made two trips to the area, once in April 2025 immediately after the killing and again about six weeks later, where data shows he was at the spot where the passport was found.</p><p>On Tuesday, the lead investigator, Los Angeles police homicide detective Joshua Byers, testified that records showed Burke had ordered a body bag, chain saws, an inflatable pool and a shovel online, and most of the items were found in Burke's garage when a search warrant was served.</p><p>Prosecutors say he dismembered her body in the garage, and kept it in the front trunk of his Tesla, where it was found after the car was towed 4 1/2 months later in September.</p><p>Byers testified that when he was called to the Hollywood tow yard, a body bag matching the one Burke had ordered contained a head and torso, with arms and legs underneath in garbage bags.</p><p>Photos of the body in the open trunk were shown in court as her parents, Jesus Rivas and Mercedes Martinez, sat in the audience. The two were back in the courtroom on Wednesday. They are not expected to testify at the hearing.</p><p>The defendant, who has been held without bail since his arrest, appeared in court in his orange jail clothes and glasses.</p><p>D4vd made millions between 2023 and 2025</p><p>The financial witnesses testified that Burke's music had earned him at least $10 million between 2023 and 2025.</p><p>Under the name D4vd (pronounced “David”), he began writing and recording songs for YouTube videos he created of the video game Fortnite as a teen.</p><p>The music was a blend of indie rock, R&B and lo-fi pop. The music made him a phenomenon on TikTok, Soundcloud and Spotify, where his top songs, including his 2022 breakthrough “Romantic Homicide,” have more than a billion plays.</p><p>In 2023, he released two EPs and opened for SZA on tour. Last year, he performed at the Coachella music festival and released a full album that he was on tour promoting when the body was discovered.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CNWH7XMIN7POSB77KMVEXVFDUU.jpg?auth=f5fa65a1a90eebef2c9d3db98340390386ddc7ab87cddfa3940caf64dff8dc02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this courtroom sketch, David Anthony Burke, who is known as D4vd, is seen in court Tuesday, July 21, 2026, in Los Angeles. (Bill Robles via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Robles</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSDLGHQ4XMXRGWVAMEGWEHV7P4.jpg?auth=d6b57c15acd2c3cc999c31cc66df5781f353ea0c5c5447324e8bc18a9d44ce5e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this courtroom sketch, David Anthony Burke, also known as D4vd, far right, is seen in court Tuesday, July 21, 2026, in Los Angeles, during his trial for the killing of Celeste Rivas Hernandez. (Bill Robles via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Robles</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/476DQTAIBPWJIAJOXOCJLAISH4.jpg?auth=23146c29216d28a46e60bd58ed7d58bc5cf0d2aaca2cb9ff8626103657e82b20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A makeshift Memorial for Celeste Rivas Hernandez, who was killed and found inside a vehicle owned by singer D4vd, is placed outside her home in Lake Elsinore, Calif., on April 21, 2026. (AP Photo/Damian Dovarganes, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKKKPBIUOZA63JE2RCQCEYZLVU.jpg?auth=736dd150db96802c5efc5cbd9b33a517574eb7d862879c08a34a29278479308e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A makeshift memorial for Celeste Rivas Hernandez, whose body was found inside a vehicle owned by singer D4vd, is displayed outside her home in Lake Elsinore, Calif., on April 21, 2026. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3YJHULGIFMIVLQEGS6HY4SXWXU.jpg?auth=6b8eea3da5633a2abb40fffccdb294a56028625b366a1a40d70c7005cdb6f4f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - D4vd appears at Variety's Power of Young Hollywood in Los Angeles on Aug. 8, 2024. (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[House Republicans push $95 billion package for the Iran war and Trump's priorities]]></title><link>https://www.local10.com/news/politics/2026/07/22/house-republicans-push-95-billion-package-for-the-iran-war-and-trumps-priorities/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/22/house-republicans-push-95-billion-package-for-the-iran-war-and-trumps-priorities/</guid><dc:creator><![CDATA[By LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — House Speaker Mike Johnson will try to advance a Republican-only $95 billion budget proposal Wednesday, a long-shot effort to fund the Iran war and other White House priorities over Democratic objections as a GOP priority before the midterm elections.]]></description><pubDate>Wed, 22 Jul 2026 18:23:06 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — House Speaker Mike Johnson will try to advance a Republican-only $95 billion budget proposal Wednesday, a long-shot effort to fund the Iran war and other White House priorities over Democratic objections as a GOP priority before the midterm elections.</p><p>House Republicans are divided over the plan, with conservatives wary because there are no offsetting budget cuts. But the GOP leadership is pushing ahead, viewing the go-it-alone process as the best chance to usher President Donald Trump's priorities through the split Congress, despite skepticism in the Senate.</p><p>“Just bullets and bombs to finish the job,” said Rep. Jodey Arrington, R-Texas, the chairman of the Budget Committee.</p><p>Democrats argued the money should be spent at home, particularly on efforts to lower costs for Americans.</p><p>“Republicans plan to spend tens of billions of dollars on Trump’s failed war in Iran,” said Rep. Pete Aguilar of California, chairman of the House Democratic caucus, this week. “Think about what we could spend with these resources instead.”</p><p>The Congress is at a standstill over the U.S. war against Iran — unable to stop Trump's military strikes, but not having authorized the use of American military force — and politically torn over having to provide billions of taxpayer dollars to pay for it. Most Americans disapprove of Trump's Iran strategy, according to a recent AP-NORC poll.</p><p>The budget battle comes as Trump attended the dignified transfer of four service members killed in the Middle East, bringing the military death toll to 18. Defense Secretary Pete Hegseth told senators at a fiery hearing this week that the Pentagon is running short of cash, despite a massive $150 billion one-time allotment in last year's big budget bill.</p><p>Even if the House hauls the budget resolution forward, Johnson’s strategy faces uncertainty in the Senate.</p><p>The package has $60 billion for the Pentagon and $13 billion for other national security needs, $12 billion for farmers struggling under Trump’s tariffs and $10 billion for voting law changes aligned with the SAVE America Act and proof of citizenship requirements that are Trump’s top priority.</p><p>A once rare budget tool is now the norm in split Congress</p><p>Republicans are relying on the budget reconciliation process, which enables approval on a majority vote in Congress, bypassing the Senate's ability to filibuster the measure t o stall or kill it.</p><p>Once rare, the reconciliation process is now Johnson's preferred strategy for pushing proposals through Congress. It's the way Republicans approved Trump's big tax breaks and spending cuts bill last summer and funded Homeland Security this year over Democrats' refusal to fund Trump's mass deportation agenda.</p><p>“No matter how you feel about current events, these funds are necessary to ensure our fighting forces remain ready, our troops are paid and our nation is safe," said Rep. Mike Rogers of Alabama, the Republican chairman of the Armed Services Committee.</p><p>But House Democratic Leader Hakeem Jeffries said, “Republicans have literally ripped. food from the mouths of hungry children, seniors and veterans to sustain the Trump war machine.”</p><p>This is the third time GOP leaders have relied on reconciliation, dubbing this version 3.0, and it's a lengthy process. If the House approves the budget resolution, it next goes to the Senate for a round-the-clock session to consider politically tough amendments — something senators would rather avoid in an election year.</p><p>The budget resolution sets out instructions for the various committees to draft legislation, which Johnson hopes could be done this summer, with final voting on the package once lawmakers return after the August recess.</p><p>Senators pan House's budget and have their own ideas</p><p>Senate Majority Leader John Thune has been noncommittal on the House package that also divides his own GOP majority, with some Republican senators preferring more money for the military and others demanding the costs be offset with cuts elsewhere.</p><p>“We’ll see,” Thune said this week.</p><p>Thune's focus, at the moment, is avoiding another government shutdown. He wants the Senate to approve a stopgap funding measure, called a continuing resolution, to provide routine government funding before lawmakers leave for the summer break.</p><p>If senators are unable to reach agreement on government funding, Thune has said he may hold onto the House's budget resolution and use it later in the fall as a way to push the resolution through the Senate over objections. He wants to prevent a federal shutdown when current funds expire, Sept. 30.</p><p>“It’s a possibility that, if necessary, we could pull that budget resolution passed by the House and use it to fund government,” Thune said. “I hope that’s not necessary.”</p><p>Thune has also clashed with Trump over the president's push for the SAVE America Act, which would require proof of citizenship for voting. The measure, while popular among Trump's most ardent supporters, does not have enough support among Senate Republicans for passage.</p><p>It's already against the law for noncitizens to vote in federal elections and experts warn the proposed new rules could make it more difficult for eligible Americans to cast ballots. Estimates are that some 9% of U.S. citizens of voting age, or 21.3 million people, do not have proof of their citizenship readily available. Almost half of Americans do not have a U.S. passport.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GQAJ377554EVVYNTMFX2BIRNOM.jpg?auth=b0e229c1b53f865cb8078efd1f5c798a955a71677729518f06af63b776a100fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Speaker of the House Mike Johnson, R-La., leaves the chamber as members debate a series of measures including a continuing resolution to fund the government and a spending package for the Iran war, at the Capitol in Washington, Tuesday, July 21, 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/27NGMG2PJL2X34LRUA4V37WA24.jpg?auth=b94f4068f72631f206a1de0ca808045a041108480cae391448057841a85be1d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Hoyle, speaker of the House of Commons, left, is welcomed by Speaker of the House Mike Johnson, R-La., as they meet at the Capitol in Washington, Tuesday, July 21, 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/5LWZKUDAYWQPQZVXDEIP23OER4.jpg?auth=7f4266c24007a32055ac25e80bcc4fa83df69ada7d745e5911f4d5d20733b918&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Anna Paulina Luna, R-Fla., is pursued by reporters as she leaves the chamber, at the Capitol in Washington, Tuesday, July 21, 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/7YR64IK6HWTINEU64J33IIPYZY.jpg?auth=5579eb923a09b8f2303798b23748d61c93d95f659d2b2a0ac6d6bfe9641baf2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is seen from the Cannon House Office Building as Republican lawmakers passed a bill to fund the federal government through Dec. 4, in Washington, Wednesday, July 22, 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/C3G3KUEJNOIFETMKLASHVZ7AFE.jpg?auth=4a2055252d67e7e65a92a57ab24957270fdc0cf29593dd91077edeff2c0b0489&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is seen from the Cannon House Office Building as Republican lawmakers passed a bill to fund the federal government through Dec. 4, in Washington, Wednesday, July 22, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Presidente Trump: “Van a pasar muchas cosas en Cuba” ]]></title><link>https://www.local10.com/espanol/2026/07/17/presidente-trump-van-a-pasar-muchas-cosas-en-cuba-diccionario-local10txt/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/presidente-trump-van-a-pasar-muchas-cosas-en-cuba-diccionario-local10txt/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El presidente Donald Trump habló recientemente con Fox News sobre su intervención en Cuba y Venezuela.]]></description><pubDate>Fri, 17 Jul 2026 20:26:15 +0000</pubDate><content:encoded><![CDATA[<p>El presidente Donald Trump habló recientemente con Fox News sobre su intervención en Cuba y Venezuela.</p><p>Trump dijo que Venezuela tenía “mucho” petróleo, oro, rubíes y que era mucho más grande que Cuba, que había dependido de la riqueza de Venezuela.</p><p>“Van a pasar muchas cosas en Cuba durante los próximos, quizás, dos meses, pero no creo que sea como Venezuela”, dijo el presidente Trump al corresponsal de <a href="https://www.foxnews.com/category/world/world-regions/cuba" target="_blank" rel="noreferrer" title="https://www.foxnews.com/category/world/world-regions/cuba">Fox News</a> Trey Yingst el 14 de julio.</p><figure><img src="https://www.local10.com/resizer/v2/ABDNRXGUDB6GO2J6KMHPP3IVFA.jpg?auth=c7b74b1ad311c7dffc7f9beafc07e41f431adaae9f3d042e7b7601f12e5b6ce1&smart=true&width=1200&height=900" alt="People collect water from a street tap during a blackout in Havana, Cuba, Tuesday, July 14, 2026. (AP Photo/Ramon Espinosa)" height="900" width="1200"/><figcaption>People collect water from a street tap during a blackout in Havana, Cuba, Tuesday, July 14, 2026. (AP Photo/Ramon Espinosa)</figcaption></figure><p><b>Apagón en Cuba</b> Personas recogen agua de una toma en la calle durante un apagón en La Habana, Cuba, el martes 14 de julio de 2026. (Foto AP/Ramón Espinosa) (Copyright 2026 The Associated Press. Todos los derechos reservados)</p><p>Trump no descartó la posibilidad de una intervención militar en Cuba.</p><p>“Podríamos hacer eso con Cuba”, dijo Trump. “No sería difícil para nosotros hacerlo”.</p><p>Trump suspendió los envíos de petróleo de Venezuela a Cuba después de que las fuerzas de Estados Unidos capturaran a Nicolás Maduro y a su esposa, Cilia Flores, el 3 de enero en Caracas.</p><p>Trump también amenazó con imponer aranceles a cualquier país que venda o suministre petróleo a la isla comunista, donde una crisis energética ha provocado apagones.</p><p><b>Historia relacionada:</b> <a href="https://www.local10.com/news/world/2026/07/14/cuba-plunged-into-3rd-nationwide-blackout-in-2-weeks-as-fuel-runs-low/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/07/14/cuba-plunged-into-3rd-nationwide-blackout-in-2-weeks-as-fuel-runs-low/">Cuba sufre un tercer apagón nacional en dos semanas mientras se agotan los suministros de combustible</a></p><p><b>Publicación relacionada en redes sociales</b></p><p>El presidente Trump habló sobre Cuba durante su entrevista con Fox News.</p><p>Presidente Trump: “Van a pasar muchas cosas en Cuba durante los próximos, quizás, dos meses, pero no creo que sea como Venezuela.” <a href="https://t.co/E5I3exBsaq" target="_blank" rel="noreferrer" title="https://t.co/E5I3exBsaq">https://t.co/E5I3exBsaq</a></p><p>— Embajada de los Estados Unidos en Cuba (@USEmbCuba) 17 de julio de 2026</p>]]></content:encoded></item><item><title><![CDATA[Colombia retoma venta de energía a Ecuador tras guerra comercial entre ambos países]]></title><link>https://www.local10.com/espanol/2026/07/22/colombia-retoma-venta-de-energia-a-ecuador-tras-guerra-comercial-entre-ambos-paises/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/colombia-retoma-venta-de-energia-a-ecuador-tras-guerra-comercial-entre-ambos-paises/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — La autoridad energética de Colombia anunció el miércoles que habilitó la venta de energía a Ecuador, suspendida a inicios de año en medio de diferencias entre los dos países que desencadenaron una guerra comercial con la imposición mutua de altos aranceles.]]></description><pubDate>Wed, 22 Jul 2026 18:20:06 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — La autoridad energética de Colombia anunció el miércoles que habilitó la venta de energía a Ecuador, suspendida a inicios de año en medio de diferencias entre los dos países que desencadenaron una guerra comercial con la imposición mutua de altos aranceles.</p><p>La medida llegó a poco más de un mes de que comience el estiaje en el territorio ecuatoriano, un fenómeno climático que debido al menor abastecimiento de agua afecta su generación hidroeléctrica. El país vecino afrontó en 2024 una de las peores crisis energéticas en más de seis décadas, lo que provocó apagones de hasta 14 horas diarias.</p><p>“Cuando llegan las sequías y el Fenómeno de El Niño, Colombia y Ecuador siempre han tendido la mano del otro lado de la frontera”, escribió en X el ministro de Energía de Colombia, Edwin Palma, al anunciar que “quedó en firme” la resolución que habilita la comercialización.</p><p>La transacción internacional de energía se restablecerá en los próximos días, añadió Palma sin precisar una fecha ni un volumen.</p><p>“La energía no puede ser un rehén de las diferencias políticas”, aseguró el ministro colombiano, quien puntualizó que la medida se ejecutará “garantizando siempre la soberanía energética y el interés nacional de Colombia”.</p><p>The Associated Press solicitó un pronunciamiento al ministerio de Energía de Ecuador, pero no recibió respuesta de inmediato.</p><p>El gobierno del presidente colombiano Gustavo Petro suspendió en enero la venta de energía a Ecuador en respuesta a la imposición de aranceles de entre el 30% y 75% por parte de su homólogo ecuatoriano Daniel Noboa a las importaciones colombianas.</p><p>La denominada tasa de seguridad se fijó alegando una supuesta falta de control de la seguridad fronteriza desde el lado colombiano, lo cual fue rechazado por Bogotá.</p><p>Posteriormente, la Comunidad Andina resolvió que los dos países eliminaran dichos aranceles por afectar al comercio bilateral y contradecir la normativa regional. Aunque Ecuador levantó los impuestos, Noboa afirmó que la decisión obedeció a un acuerdo con el presidente electo de Colombia, el conservador Abelardo de la Espriella, quien asumirá el poder el 7 de agosto.</p><p>Está previsto que en septiembre comience en Ecuador el período de estiaje que provoca severas sequías en la zona austral disminuyendo los caudales de los ríos que alimentan sus centrales hidroeléctricas.</p><p>En ese contexto la compra de energía a Colombia resulta fundamental para suplir la demanda ecuatoriana, que consume por día un promedio de 4.500 megavatios.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JRNCUKIRIMOFQ4EGAYZSYW6OXY.jpg?auth=d011b530448b71da34247c9f1e5019869aa86f38662364ea3a3cc2e837e1eb51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente Gustavo Petro interviene durante la inauguración de una nueva sesión del Congreso en Bogotá, Colombia, el lunes 20 de julio de 2026. (Foto AP/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Advertise with WPLG and Local10.com]]></title><link>https://www.local10.com/station/2021/11/24/advertise-with-wplg-and-local10com/</link><guid isPermaLink="true">https://www.local10.com/station/2021/11/24/advertise-with-wplg-and-local10com/</guid><description><![CDATA[With a powerful partnership that is the source for news and information in South Florida, Local10.com and WPLG-TV Local 10 have developed a cutting-edge presence that delivers breaking local news and information 24 hours a day.]]></description><pubDate>Wed, 24 Nov 2021 18:59:47 +0000</pubDate><content:encoded><![CDATA[<p>With a powerful partnership that is the source for news and information in South Florida, Local10.com and WPLG-TV Local 10 have developed a cutting-edge presence that delivers breaking local news and information 24 hours a day.</p><p>With up-to-the-minute reporting, the innovative use of online video and in-depth resources, we are setting the standard for breaking news coverage and community information for the people of South Florida.</p><p>Local10.com offers news, sports and weather produced in South Florida, for South Florida. Team news coverage, on-air to online referrals and relevant online resources all work together to create an important audience.</p><p>Local10.com and WPLG now present a unique 21st century opportunity to reach the South Florida area audience online. And we offer the tools to succeed to getting your message in front of the people you want to see it -- with a wide array of choices tailored to your needs.</p><p>You owe it to the future of your business to explore the powerful new ways Local10.com and WPLG-TV can work together to deliver this premium audience to you.</p><p>For further information and specifics please contact:</p><p><b>GENERAL SALES MANAGER</b></p><ul><li>Paul Wasserman</li><li><a href="mailto:pwasserman@wplg.com?subject=Advertising%20Question%20for%20Local%2010%20%2F%20Local10.com">pwasserman@wplg.com</a></li></ul><p><b>DIGITAL ADVERTISING</b></p><ul><li>Alex Price</li><li><a href="mailto:aprice@wplg.com?subject=Advertising%20Question%20for%20Local%2010%20%2F%20Local10.com" target="_blank">aprice@wplg.com</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GLEL5YIN22LZAXXPQ5RRKRMQQI.png?auth=a65b10f83ed071f5b8db0242dd5f66b91cf485d644063d74b35f71271ca0bdff&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Miami FBI agents accuse man in North Korean money laundering scheme]]></title><link>https://www.local10.com/news/local/2026/07/22/miami-fbi-agents-accuse-man-in-north-korean-money-laundering-scheme/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/miami-fbi-agents-accuse-man-in-north-korean-money-laundering-scheme/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Federal authorities in Miami say a Venezuelan-Italian civil engineer helped launder hundreds of thousands of dollars generated by North Korean information technology workers evading U.S. sanctions. Their earnings, authorities allege, ultimately benefitted the totalitarian regime.]]></description><pubDate>Wed, 22 Jul 2026 17:03:25 +0000</pubDate><content:encoded><![CDATA[<p>Federal authorities in Miami say a Venezuelan-Italian civil engineer helped launder hundreds of thousands of dollars generated by North Korean information technology workers evading U.S. sanctions. Their earnings, authorities allege, ultimately benefitted the totalitarian regime.</p><p><a href="https://www.local10.com/espanol/2026/07/22/agentes-del-fbi-en-miami-acusan-a-hombre-en-esquema-de-lavado-de-dinero-de-corea-del-norte/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/agentes-del-fbi-en-miami-acusan-a-hombre-en-esquema-de-lavado-de-dinero-de-corea-del-norte/">Leer en español</a></p><p>Victor Jose Tomassoni, 38, is scheduled to appear in Miami federal court for a bond hearing on Wednesday afternoon. He faces charges of conspiracy to commit money laundering and concealment money laundering.</p><p>FBI special agents accuse him of operating as a middleman as part of the global scheme.</p><h3>Feds: Scheme involved fake identities, shell companies</h3><p>According to a federal criminal complaint, North Korea, as it seeks to evade sanctions over its nuclear weapons program, “has sponsored various subterfuge schemes to earn money for the regime” ― one of which is dispatching thousands of IT workers “around the world to generate revenue that contributed to North Korea’s weapons programs.”</p><p>“These North Korean IT workers posed as non-North Korean foreign and U.S.-based remote workers and surreptitiously obtained contracts for remote IT work from companies around the world, including in the United States,” the complaint states.</p><p>FBI investigators said the workers “have their wages paid to shell companies set up by Sri Lankan nationals” and financial records showed that Tomassoni’s companies ― Delfinx Capital LLC and Mightylift Logistics LLC ― received more than $550,000 from the network, with much of the money transferred onward. Prosecutors allege that Tomassoni got a 3% cut on the transactions.</p><p>“Given that Delfinx and Mightylift are companies in the construction industry and that (Tomassoni) is a civil engineer, it would be inconsistent with (his) line of work to receive salary payments for IT workers,” the complaint states. “This inconsistency shows probable cause that (Tomassoni) and his companies are involved in layering illicitly earned funds from IT workers.”</p><p>Authorities said they initially questioned Tomassoni on July 2 after he arrived at Miami International Airport on a flight from Panama.</p><p>Agents said he had traveled to the U.S. to pick up a $30,000 check from a bank that had closed his account due to a transfer he received from one of the co-conspirators. They said Tomassoni claimed he “conducted cryptocurrency trades” on behalf of that co-conspirator, as well as the co-conspirator’s friends.</p><h3>‘Are they North Korean hackers or what’</h3><p>Authorities said a search of Tomassoni’s phone last Wednesday revealed several incriminating WhatsApp messages sent between June 20, 2025 and July 1.</p><p>They said they showed that he discussed creating contracts and invoices describing transactions as engineering or software work after his bank “ask(ed) about some transactions.”</p><p>On Oct. 28, the complaint states that the co-conspirator told Tomassoni his clients were in China, using U.S. identities to join U.S. companies.</p><p>Authorities said after the co-conspirator told Tomassoni that there were issues with the names passing “know your customer” requirements, Tomassoni replied, “but why lol ... are they north korean hackers or what.”</p><p>According to the complaint, Tomassoni, after learning about the “Chinese” workers using U.S. identities, said “he did not want to be involved in something like that” and that he “would just be limited to providing the service of selling” Tether cryptocurrency to the companies.</p><p>Nevertheless, authorities said Tomassoni continued to work on their behalf.</p><p>Authorities said the WhatsApp chats also referenced ties to Miami-Dade: A message, they said, referenced a Wyoming-registered LLC with an address at the Toscano at Dadeland condominium complex at 7350 SW 89th St., which they said was “associated with” Tomassoni.</p><h3>Potentially stiff penalties</h3><p>Records show Tomassoni was arrested and made an initial appearance in Miami federal court on Monday.</p><p>Federal Bureau of Prisons records show he remained behind bars in the Federal Detention Center in downtown Miami as of Wednesday morning, ahead of his 2 p.m. scheduled bond hearing.</p><p>In an email to Local 10 News on Wednesday, Tomassoni’s Miami-based attorney, Frank Gaviria, said his “office is still reviewing the government’s complaint and conducting our own investigation.”</p><p>“These are allegations only, and Mr. Tomassoni will respond at the appropriate time,” he said.</p><p>Filings show he’s set to be arraigned on Aug. 3. The two money laundering charges each carry potential two-decade federal prison terms if convicted.</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/QA5BU236WBEZRELNRXQTEVTEQA.jpg?auth=2e13aa8e03a4f82ad5b21f520db45cac66eae2c3f9afed3a40d9e7101b4ce275&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Victor Jose Tomassoni]]></media:description></media:content></item><item><title><![CDATA[King-sized ‘mistake’? Heat accident sparks LeBron frenzy]]></title><link>https://www.local10.com/sports/local/2026/07/22/king-sized-mistake-heat-accident-sparks-lebron-frenzy/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/22/king-sized-mistake-heat-accident-sparks-lebron-frenzy/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[Social media erupted on Tuesday after what appeared to be a major clue about LeBron James’ future sent NBA fans into a frenzy — but the Miami Heat say it was simply a mistake.]]></description><pubDate>Wed, 22 Jul 2026 16:23:41 +0000</pubDate><content:encoded><![CDATA[<p>Social media erupted on Tuesday after what appeared to be a major clue about LeBron James’ future sent NBA fans into a frenzy — but the Miami Heat say it was simply a mistake.</p><p><a href="https://www.local10.com/espanol/2026/07/22/error-de-proporciones-gigantes-accidente-del-heat-desata-frenesi-por-lebron/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/error-de-proporciones-gigantes-accidente-del-heat-desata-frenesi-por-lebron/">Leer en español</a></p><p>The speculation began after the Heat’s social media account briefly posted a link to a YouTube livestream titled “LeBron James Introductory Press Conference” scheduled for July 27.</p><figure><img src="https://www.local10.com/resizer/v2/SESRWMHOWFEC5JCO4XXSAVNKJQ.jpg?auth=6fd9db8df1475377c9e8a20d05bdff4202f5a9f52fafe3f0de401cfb5d8bd417&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The post was quickly deleted, but not before fans captured screenshots and began sharing them across social media, fueling speculation that James could be headed back to South Beach.</p><p>The so-called “mistake post” only added to the growing buzz surrounding one of the biggest names in basketball.</p><p>Online betting markets are also reflecting the uncertainty surrounding James’ next move. A chart from Kalshi showed Miami as the current favorite among fans and bettors, with the Heat leading the way at 50 percent.</p><p>The “Magic City” has quickly become the fan favorite destination, though James is also believed to be considering a return to the Cleveland Cavaliers or a move to the Philadelphia 76ers.</p><p>The Heat addressed the situation, telling <a href="https://x.com/espn/status/2079903293371781558" target="_self" rel="" title="https://x.com/espn/status/2079903293371781558">ESPN</a> that the team’s social media department was preparing for the possibility of James signing with Miami and accidentally published the link.</p><p>For Heat fans, the possibility of another James era in Miami brings back memories of one of the most successful stretches in franchise history.</p><p>James, 41, first joined the Heat in 2010, creating a championship contender alongside Dwyane Wade and Chris Bosh. </p><p>During his four seasons in Miami, the team reached the NBA Finals every year from 2011 through 2014, winning back-to-back championships in 2012 and 2013. The Heat became only the third team in NBA history to make four-consecutive Finals appearances. </p><p>The 2012 title marked the first championship of James’ career, and the 2013 Heat became one of the league’s most dominant teams, winning 27 consecutive games during the regular season before defeating the San Antonio Spurs in a dramatic seven-game Finals series. </p><p>James left Miami in 2014 and returned to Cleveland, where he later delivered the Cavaliers their first NBA championship in 2016.</p><p>Now, more than a decade later, even a mistaken social media post has been enough to reignite memories of James’ championship run in South Florida — and Heat Nation is watching closely to see what comes next.</p><p>The Heat say the post was accidental. But for fans, the possibility of another James chapter and teaming up with <a href="https://www.local10.com/topic/Giannis_Antetokounmpo/" target="_self" rel="" title="https://www.local10.com/topic/Giannis_Antetokounmpo/">Giannis Antetokounmpo</a>, Bam Adebayo and company has the entire basketball world paying attention.</p><p>And don’t forget, you can watch Miami Heat games on Local 10 next season as WPLG Local 10 and the Heat announced a newly expanded media rights agreement, making Local 10 the home of HEAT basketball across South Florida! <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" rel="">CLICK HERE</a> for more information on how to watch!</p><p>Heat fans can also call 786-777-4375 for more information on how to purchase tickets for the 2026-2027 season.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IRPQVSFPTBHODLFIG5SV6W56SM.jpg?auth=801019db6fd76d95242968441dff4c7a03f43afb16aafeb83272486882c40f58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Agentes del FBI en Miami acusan a hombre en esquema de lavado de dinero de Corea del Norte]]></title><link>https://www.local10.com/espanol/2026/07/22/agentes-del-fbi-en-miami-acusan-a-hombre-en-esquema-de-lavado-de-dinero-de-corea-del-norte/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/agentes-del-fbi-en-miami-acusan-a-hombre-en-esquema-de-lavado-de-dinero-de-corea-del-norte/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Los fiscales federales en Miami afirman que un ingeniero civil venezolano-italiano ayudó a lavar cientos de miles de dólares estadounidenses generados por trabajadores de tecnología de la información de Corea del Norte que evadían las sanciones de Estados Unidos. Según las autoridades, esas ganancias terminaron beneficiando al régimen totalitario.]]></description><pubDate>Wed, 22 Jul 2026 17:09:33 +0000</pubDate><content:encoded><![CDATA[<p>Los fiscales federales en Miami afirman que un ingeniero civil venezolano-italiano ayudó a lavar cientos de miles de dólares estadounidenses generados por trabajadores de tecnología de la información de Corea del Norte que evadían las sanciones de Estados Unidos. Según las autoridades, esas ganancias terminaron beneficiando al régimen totalitario.</p><p>Victor Jose Tomassoni, de 38 años, tiene previsto comparecer la tarde del miércoles ante un tribunal federal de Miami para una audiencia de fianza. Enfrenta cargos de conspiración para cometer lavado de dinero y lavado de dinero con ocultamiento.</p><p>Agentes especiales del FBI lo acusan de actuar como intermediario dentro del esquema internacional.</p><h3><b>Federales: El esquema involucraba identidades falsas y empresas fantasma</b></h3><p>Según una denuncia penal federal, Corea del Norte, en un intento por evadir las sanciones relacionadas con su programa de armas nucleares, “ha patrocinado diversos esquemas de engaño para generar dinero para el régimen”, uno de los cuales consistía en enviar a miles de trabajadores de tecnología de la información “por todo el mundo para generar ingresos que contribuyeran a los programas de armas de Corea del Norte”.</p><p>“Estos trabajadores de tecnología de la información de Corea del Norte se hacían pasar por trabajadores remotos extranjeros y con sede en Estados Unidos que no eran norcoreanos y obtenían de manera encubierta contratos para trabajos remotos de tecnología de la información con empresas de todo el mundo, incluidas compañías en Estados Unidos”, señala la denuncia.</p><p>Los investigadores del FBI informaron que los trabajadores “recibían sus salarios a través de empresas fantasma creadas por ciudadanos de Sri Lanka”, y que los registros financieros mostraban que las empresas de Tomassoni, Delfinx Capital LLC y Mightylift Logistics LLC, recibieron más de $550,000 USD de la red, y gran parte del dinero fue transferido posteriormente a otros destinos. Los fiscales alegan que Tomassoni obtenía una comisión del 3% por las transacciones.</p><p>“Dado que Delfinx y Mightylift son empresas del sector de la construcción y que (Tomassoni) es ingeniero civil, sería incompatible con su actividad profesional recibir pagos de salarios para trabajadores de tecnología de la información”, señala la denuncia. “Esa inconsistencia demuestra causa probable de que (Tomassoni) y sus empresas participan en el proceso de ocultamiento de fondos obtenidos ilícitamente por trabajadores de tecnología de la información”.</p><p>Las autoridades informaron que inicialmente interrogaron a Tomassoni el 2 de julio, después de que llegara al Aeropuerto Internacional de Miami en un vuelo procedente de Panamá.</p><p>Los agentes dijeron que había viajado a Estados Unidos para recoger un cheque por $30,000 USD de un banco que había cerrado su cuenta debido a una transferencia recibida de uno de los co conspiradores. Indicaron que Tomassoni afirmó haber realizado operaciones con criptomonedas en nombre de ese co conspirador y de los amigos de este.</p><h3><b>”¿Son hackers norcoreanos o qué?”</b></h3><p>Las autoridades informaron que una revisión del teléfono de Tomassoni realizada el miércoles pasado reveló varios mensajes incriminatorios de WhatsApp enviados entre el 20 de junio de 2025 y el 1 de julio.</p><p>Indicaron que los mensajes mostraban que discutía la creación de contratos y facturas describiendo las transacciones como trabajos de ingeniería o desarrollo de software después de que su banco “preguntara sobre algunas transacciones”.</p><p>El 28 de octubre, según la denuncia, el co conspirador le dijo a Tomassoni que sus clientes estaban en China y utilizaban identidades estadounidenses para incorporarse a empresas de Estados Unidos.</p><p>Las autoridades informaron que, después de que el co conspirador le dijera a Tomassoni que había problemas para que los nombres cumplieran con los requisitos de “conozca a su cliente”, Tomassoni respondió: “¿Pero por qué, jaja…? ¿Son hackers norcoreanos o qué?”.</p><p>Según la denuncia, después de enterarse de que los trabajadores “chinos” utilizaban identidades estadounidenses, Tomassoni dijo que “no quería involucrarse en algo así” y que “simplemente se limitaría a prestar el servicio de vender” la criptomoneda Tether a las empresas.</p><p>No obstante, los fiscales afirman que Tomassoni continuó trabajando en nombre de ellos.</p><p>Las autoridades informaron que las conversaciones de WhatsApp también hacían referencia a Miami-Dade. Un mensaje, según dijeron, mencionaba una LLC registrada en Wyoming con una dirección en el complejo de condominios Toscano at Dadeland, ubicado en el 7350 de Southwest 89th Street, que, según las autoridades, estaba “asociada con” Tomassoni.</p><h3><b>Posibles penas severas</b></h3><p>Los registros muestran que Tomassoni fue arrestado y realizó su comparecencia inicial ante un tribunal federal de Miami el lunes.</p><p>Los registros de la Oficina Federal de Prisiones muestran que permanecía detenido en el Centro Federal de Detención, en el centro de Miami, hasta la mañana del miércoles, antes de su audiencia de fianza programada para las 2 p.m.</p><p>En un correo electrónico enviado el miércoles a Local 10 News, el abogado de Tomassoni en Miami, Frank Gaviria, dijo que su “oficina aún está revisando la denuncia del gobierno y realizando su propia investigación”.</p><p>“Estas son únicamente acusaciones y el señor Tomassoni responderá en el momento apropiado”, afirmó.</p><p>Los documentos judiciales muestran que su lectura formal de cargos está programada para el 3 de agosto. Cada uno de los dos cargos de lavado de dinero conlleva una posible pena de hasta 20 años de prisión federal en caso de ser declarado culpable.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QA5BU236WBEZRELNRXQTEVTEQA.jpg?auth=2e13aa8e03a4f82ad5b21f520db45cac66eae2c3f9afed3a40d9e7101b4ce275&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Victor Jose Tomassoni]]></media:description></media:content></item><item><title><![CDATA[Casemiro signs with Inter Miami, but MLS investigating the club for possible tampering]]></title><link>https://www.local10.com/sports/2026/07/22/casemiro-signs-with-inter-miami-but-mls-investigating-the-club-for-possible-tampering/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/22/casemiro-signs-with-inter-miami-but-mls-investigating-the-club-for-possible-tampering/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Inter Miami announced the signing of Brazil midfielder and five-time Champions League winner Casemiro on Wednesday, and Major League Soccer is now investigating whether the reigning league champion engaged in tampering to get that deal done.]]></description><pubDate>Wed, 22 Jul 2026 17:08:13 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Inter Miami announced the signing of Brazil midfielder and five-time Champions League winner Casemiro on Wednesday, and Major League Soccer is now investigating whether the reigning league champion engaged in tampering to get that deal done.</p><p>The 34-year-old Casemiro — who appeared in all five of Brazil’s matches at this year’s World Cup, scoring one goal — is under contract with Inter Miami through the end of next year’s sprint season, with an extension option through June 2029.</p><p>Casemiro’s discovery rights were held by the LA Galaxy, and by league rule that would have prevented Inter Miami from negotiating with him. The teams reached a settlement that allowed Inter Miami to get the long-awaited signing done, but the league is still probing the tampering allegation.</p><p>“The league is gathering all relevant information and will refrain from further comment until the review is complete,” MLS said in a statement. “While Inter Miami CF and the LA Galaxy have reached a settlement for the Discovery Priority to sign Casemiro, the terms will be released upon conclusion of the tampering investigation.”</p><p>It’s unclear when Casemiro will debut for Inter Miami. The team said he is still waiting on the necessary visa.</p><p>Casemiro spent the past four seasons with Manchester United, and the bulk of his professional career prior to that with Real Madrid.</p><p>“He is a winner who has achieved so much in the game and after such an incredible career with Real Madrid and Manchester United I’m delighted that he’s decided to make Miami his next home,” Inter Miami co-owner David Beckham said.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RJAAOI3LWMSJD2CPIFZLQXDLHY.jpg?auth=89cb3bd43fa4a58d12e28f7f55f338d95dc6057634fdb584cacd29539e9f0e6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Brazil's Casemiro (5) kicks the ball in the first half during the World Cup Group C soccer match between Brazil and Morocco in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Adam Hunger, File(]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B5FC3MM6J3JZVIM5KQSRYSVE6E.jpg?auth=4e0fe60b735fea1edf07454f75a583e2c6063449d4aa8414f3d7727b7433aa58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Brazil's Casemiro (5) celebrates his side's second goal by Matheus Cunha (9) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Petr David Josek, File]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SCKZ6HOW33W6Q6EW3Z6VP5UW3I.jpg?auth=9b7a17f4fb851ae5d811a7fb2035dd0993714091325e47dbec53b9e78e1074a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Casemiro (5) walks off the field after the World Cup round of 16 soccer match between Brazil and Norway in East Rutherford, N.J., near New York, Sunday, July 5, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Miami-Dade deputies: Mother and son pretend to sell jewelry to steal from Synchrony]]></title><link>https://www.local10.com/business/2026/07/22/miami-dade-deputies-mother-and-son-pretended-to-sell-jewelry-to-steal-from-synchrony/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/22/miami-dade-deputies-mother-and-son-pretended-to-sell-jewelry-to-steal-from-synchrony/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 54-year-old mother and her 28-year-old son faced felony charges on Wednesday in Miami-Dade County after detectives identified an online bank fraud of more than $670,000.]]></description><pubDate>Wed, 22 Jul 2026 16:43:09 +0000</pubDate><content:encoded><![CDATA[<p>A 54-year-old mother and her 28-year-old son faced felony charges on Wednesday in Miami-Dade County after detectives accused them of an online bank fraud of more than $670,000, records show. </p><p><a href="https://www.local10.com/espanol/2026/07/22/agentes-de-miami-dade-madre-e-hijo-fingen-vender-joyas-para-robar-a-synchrony/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/agentes-de-miami-dade-madre-e-hijo-fingen-vender-joyas-para-robar-a-synchrony/">Leer en español</a></p><p>Detectives estimate Yuman Malpica and Jose Fernandez stole more than $671,175 from Synchrony by exploiting the Connecticut-based bank’s partnership with jewelry retailers for consumer financing, records show.</p><p>“They used victim identities to purchase jewelry on credit,” a Miami-Dade Sheriff’s Office deputy wrote, according to an April 23 report.</p><p>During their investigation, deputies followed the duo to their three-bedroom townhouse in the Neovita gated community in Doral, where Fernandez had a Mercedes-Benz and Malpica had a Porsche Macan, records show. </p><p>According to the deputies’ arrest reports, the fraudulent transactions were done on the bank’s online merchant portal through five companies registered in Florida: Jasny Jewelry, Kate Jewelry, Lissy Gold Jewelry, and Rocky Jewelry. </p><p>The transactions for Lissy Gold and Rocky resulted in over $507,000 in payments from Synchrony to a JPMorgan Chase bank account registered under Fernandez’s Doral-based <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=Initial&amp;searchNameOrder=JMSOLUTIONS97%20L260000132020&amp;aggregateId=flal-l26000013202-a0fef836-317f-4a16-b7f3-df272eb93e08&amp;searchTerm=JM%20Solutions%2097%20LLc&amp;listNameOrder=JMSOLUTIONS97%20L260000132020" target="_self" rel="" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=Initial&amp;searchNameOrder=JMSOLUTIONS97%20L260000132020&amp;aggregateId=flal-l26000013202-a0fef836-317f-4a16-b7f3-df272eb93e08&amp;searchTerm=JM%20Solutions%2097%20LLc&amp;listNameOrder=JMSOLUTIONS97%20L260000132020">JM Solutions 97 LLC</a>, according to deputies’ reports. </p><p>On Tuesday, deputies arrested Fernandez and Malpica, who were born in Venezuela, and they remained behind bars on Wednesday with a U.S. Immigration and Customs Enforcement hold, records show. </p><p>Miami-Dade corrections booked Fernandez, also known as Jose Manuel Fernandezmalpica and Jose Fernandez-Malpica, shortly before 4:30 p.m. on Tuesday at the Turner Guilford Knight Correctional Center, according to county inmate records. </p><p>Miami-Dade corrections booked Malpica, also known as Yuman Coromotomalpica, at 4:15 p.m. on Tuesday at the TGKCC, according to inmate records. </p><p>Fernandez and Malpica each faced four charges: Organized scheme to defraud, grand theft, fraudulent use of identification, and unlawful possession of five or more identifications. Their bond was $120,000 each. </p><p>A judge ordered Fernandez and Malpica to prove that the money or assets used to post bail are not criminal proceeds, records show. </p><p><i>Local 10 News Assignment Editor Mercedes Cevallos contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3D6SNTWWYZDNLNZHIOYOBLKO6Y.jpg?auth=8aba290d6699554407cf1a74d4bab15efe779d9ad04d6fac959a08bfd710c727&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Yuman Malpica and Jose Fernandez on Tuesday in Miami-Dade County, records show.]]></media:description></media:content></item><item><title><![CDATA[Agentes de Miami-Dade: Madre e hijo fingen vender joyas para robar a Synchrony]]></title><link>https://www.local10.com/espanol/2026/07/22/agentes-de-miami-dade-madre-e-hijo-fingen-vender-joyas-para-robar-a-synchrony/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/agentes-de-miami-dade-madre-e-hijo-fingen-vender-joyas-para-robar-a-synchrony/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Una madre de 54 años y su hijo de 28 enfrentaron cargos por delitos graves el miércoles en el condado Miami-Dade, después de que detectives identificaran un fraude bancario en línea por más de $670,000 USD.]]></description><pubDate>Wed, 22 Jul 2026 17:05:12 +0000</pubDate><content:encoded><![CDATA[<p>Una madre de 54 años y su hijo de 28 enfrentaron cargos por delitos graves el miércoles en el condado Miami-Dade, después de que detectives los acusaran de un fraude bancario en línea por más de $670,000 USD, según muestran los registros.</p><p>Los detectives estiman que Yuman Malpica y Jose Fernandez robaron más de $671,175 USD a Synchrony al explotar la alianza del banco, con sede en Connecticut, con minoristas de joyería para ofrecer financiamiento a consumidores, según los registros.</p><p>“Utilizaban las identidades de las víctimas para comprar joyas a crédito”, escribió un agente de la Oficina del Sheriff de Miami-Dade, según un informe del 23 de abril.</p><p>Durante la investigación, los agentes siguieron a ambos hasta su casa adosada de tres habitaciones en la comunidad cerrada Neovita, en Doral, donde Fernandez tenía un Mercedes-Benz y Malpica un Porsche Macan, según los registros.</p><p>El martes, los agentes arrestaron a Fernandez y Malpica, ambos nacidos en Venezuela, y el miércoles permanecían detenidos con una retención del Servicio de Inmigración y Control de Aduanas de Estados Unidos (ICE), según los registros.</p><p>Según los informes de arresto de los agentes, las transacciones fraudulentas se realizaron a través del portal en línea para comerciantes del banco mediante cinco empresas registradas en Florida: Jasny Jewelry, Kate Jewelry, Lissy Gold Jewelry y Rocky Jewelry.</p><p>Las transacciones realizadas por Lissy Gold y Rocky generaron más de $507,000 USD en pagos de Synchrony a una cuenta bancaria de JPMorgan Chase registrada a nombre de <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=Initial&amp;searchNameOrder=JMSOLUTIONS97%20L260000132020&amp;aggregateId=flal-l26000013202-a0fef836-317f-4a16-b7f3-df272eb93e08&amp;searchTerm=JM%20Solutions%2097%20LLc&amp;listNameOrder=JMSOLUTIONS97%20L260000132020" target="_blank" rel="noreferrer" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=Initial&amp;searchNameOrder=JMSOLUTIONS97%20L260000132020&amp;aggregateId=flal-l26000013202-a0fef836-317f-4a16-b7f3-df272eb93e08&amp;searchTerm=JM%20Solutions%2097%20LLc&amp;listNameOrder=JMSOLUTIONS97%20L260000132020">JM Solutions 97 LLC</a>, empresa de Fernandez con sede en Doral, según los informes de los agentes.</p><p>El Departamento Correccional de Miami-Dade registró el ingreso de Fernandez, también conocido como Jose Manuel Fernandezmalpica y Jose Fernandez-Malpica, poco antes de las 4:30 p.m. del martes en el Centro Correccional Turner Guilford Knight, según los registros de reclusos del condado.</p><p>El Departamento Correccional de Miami-Dade registró el ingreso de Malpica, también conocida como Yuman Coromotomalpica, a las 4:15 p.m. del martes en el Centro Correccional Turner Guilford Knight, según los registros de reclusos.</p><p>Fernandez y Malpica enfrentan cada uno cuatro cargos: esquema organizado para defraudar, hurto mayor, uso fraudulento de identificación y posesión ilegal de cinco o más identificaciones. A cada uno se le fijó una fianza de $120,000 USD.</p><p>Un juez ordenó a Fernandez y Malpica demostrar que el dinero o los bienes utilizados para pagar la fianza no provienen de actividades delictivas, según los registros.</p><p><i>La editora de asignaciones de Local 10 News, Mercedes Cevallos, contribuyó a este informe.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3D6SNTWWYZDNLNZHIOYOBLKO6Y.jpg?auth=8aba290d6699554407cf1a74d4bab15efe779d9ad04d6fac959a08bfd710c727&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Yuman Malpica and Jose Fernandez on Tuesday in Miami-Dade County, records show.]]></media:description></media:content></item><item><title><![CDATA[¿Error de proporciones gigantes? Accidente del Heat desata frenesí por LeBron]]></title><link>https://www.local10.com/espanol/2026/07/22/error-de-proporciones-gigantes-accidente-del-heat-desata-frenesi-por-lebron/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/error-de-proporciones-gigantes-accidente-del-heat-desata-frenesi-por-lebron/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[Las redes sociales estallaron el martes después de que lo que parecía ser una pista importante sobre el futuro de LeBron James desatara un frenesí entre los aficionados de la NBA, pero el Miami Heat aseguró que simplemente se trató de un error.]]></description><pubDate>Wed, 22 Jul 2026 17:01:26 +0000</pubDate><content:encoded><![CDATA[<p>Las redes sociales estallaron el martes después de que lo que parecía ser una pista importante sobre el futuro de LeBron James desatara un frenesí entre los aficionados de la NBA, pero el Miami Heat aseguró que simplemente se trató de un error.</p><p>La especulación comenzó después de que la cuenta de redes sociales del Heat publicara brevemente un enlace a una transmisión en vivo de YouTube titulada “Conferencia de prensa de presentación de LeBron James”, programada para el 27 de julio.</p><figure><img src="https://www.local10.com/resizer/v2/SESRWMHOWFEC5JCO4XXSAVNKJQ.jpg?auth=6fd9db8df1475377c9e8a20d05bdff4202f5a9f52fafe3f0de401cfb5d8bd417&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La publicación fue eliminada rápidamente, pero no antes de que los aficionados capturaran capturas de pantalla y comenzaran a compartirlas en las redes sociales, alimentando las especulaciones de que James podría regresar a South Beach.</p><p>La llamada “publicación por error” solo aumentó el creciente revuelo en torno a uno de los nombres más importantes del baloncesto.</p><p>Los mercados de apuestas en línea también reflejan la incertidumbre sobre el próximo paso de James. Un gráfico de Kalshi mostró a Miami como el favorito actual entre aficionados y apostadores, con el Heat encabezando las preferencias con un 50%.</p><p>La “Ciudad Mágica” se ha convertido rápidamente en el destino favorito de los aficionados, aunque también se cree que James está considerando un regreso a los Cleveland Cavaliers o un traslado a los Philadelphia 76ers.</p><p>El Heat abordó la situación y dijo a ESPN que el departamento de redes sociales del equipo se estaba preparando para la posibilidad de que James firmara con Miami y publicó accidentalmente el enlace.</p><p>Para los aficionados del Heat, la posibilidad de otra etapa de James en Miami trae recuerdos de uno de los periodos más exitosos en la historia de la franquicia.</p><p>James, de 41 años, llegó por primera vez al Heat en 2010, formando un contendiente al campeonato junto a Dwyane Wade y Chris Bosh.</p><p>Durante sus cuatro temporadas en Miami, el equipo llegó a las Finales de la NBA todos los años entre 2011 y 2014, ganando campeonatos consecutivos en 2012 y 2013. El Heat se convirtió en apenas el tercer equipo en la historia de la NBA en disputar cuatro Finales consecutivas.</p><p>El título de 2012 marcó el primer campeonato de la carrera de James, y el Heat de 2013 se convirtió en uno de los equipos más dominantes de la liga, al ganar 27 partidos consecutivos durante la temporada regular antes de derrotar a los San Antonio Spurs en una dramática serie final de siete partidos.</p><p>James dejó Miami en 2014 y regresó a Cleveland, donde posteriormente le dio a los Cavaliers su primer campeonato de la NBA en 2016.</p><p>Ahora, más de una década después, incluso una publicación errónea en redes sociales ha sido suficiente para reavivar los recuerdos de la etapa campeona de James en el sur de Florida, y la Nación Heat observa de cerca qué sucederá después.</p><p>El Heat afirma que la publicación fue accidental. Pero para los aficionados, la posibilidad de otro capítulo de James y de formar equipo con Giannis Antetokounmpo, Bam Adebayo y compañía tiene a todo el mundo del baloncesto pendiente.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IRPQVSFPTBHODLFIG5SV6W56SM.jpg?auth=801019db6fd76d95242968441dff4c7a03f43afb16aafeb83272486882c40f58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[BSO: Un peatón fallece y un conductor resulta herido en  accidente que causa cierre de tramo en la US 1 en Pompano Beach]]></title><link>https://www.local10.com/espanol/2026/07/21/accidente-provoca-cierre-de-un-tramo-de-la-us-1-en-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/accidente-provoca-cierre-de-un-tramo-de-la-us-1-en-pompano-beach/</guid><dc:creator><![CDATA[Ryan Mackey, Roy Ramos, Jolena Esperto]]></dc:creator><description><![CDATA[Las autoridades informaron que una investigación preliminar determinó que un conductor atropelló a un peatón que se encontraba en una acera]]></description><pubDate>Tue, 21 Jul 2026 18:38:57 +0000</pubDate><content:encoded><![CDATA[<p>Un peatón murió y un conductor resultó herido en un choque ocurrido la tarde del martes en Pompano Beach, según la Oficina del Sheriff de Broward (BSO).</p><p>Funcionarios de la BSO informaron que agentes y paramédicos de Pompano Beach Fire Rescue respondieron a un choque ocurrido poco antes de la 1 p.m. en la cuadra 1000 de la U.S. 1.</p><p>Las autoridades informaron que una investigación preliminar determinó que un conductor atropelló a un peatón que se encontraba en una acera. Indicaron que los agentes lo declararon muerto al peatón en el lugar de los hechos, quien por el momento no ha sido identificado.</p><p>Testigos dijeron a Roy Ramos, de Local 10, que el conductor perdió el control del vehículo y chocó contra una banca de una parada de autobús donde el peatón estaba sentado.</p><p>“De repente llegaron los policías, cerraron la carretera y me hicieron dar la vuelta y conducir cinco millas por otra ruta”, dijo el testigo Bill McKain. “No sé qué tan rápido se puede conducir realmente por esta carretera con semáforos entre un tramo y otro”.</p><p>Las autoridades informaron que el conductor del vehículo fue trasladado a un hospital cercano con lesiones.</p><p>El choque también dañó otros vehículos en un concesionario de autos cercano y dejó la banca de la parada de autobús destruida sobre la vía.</p><p>“Mi corazón está con ellos y con su familia”, dijo McKain. “Ni siquiera puedo imaginar estar allí y que ocurra algo así”.</p><p>Indicaron que la Unidad de Homicidios de Tránsito de la BSO investiga las circunstancias del choque.</p><p>Según Carey Codd, portavoz de la BSO, los carriles en dirección sur de U.S. 1 entre Southeast Ninth Street y 12th Street permanecieron cerrados mientras continuaba la investigación. Se pidió a los conductores evitar el área.</p><p>No se divulgaron de inmediato más detalles sobre el choque.</p>]]></content:encoded></item><item><title><![CDATA[Home healthcare aide accused of stealing jewelry from elderly Broward woman who has since died]]></title><link>https://www.local10.com/news/local/2026/07/22/home-health-aide-accused-of-stealing-jewelry-from-elderly-broward-woman-who-has-since-died/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/home-health-aide-accused-of-stealing-jewelry-from-elderly-broward-woman-who-has-since-died/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 60-year-old home healthcare aide was arrested Tuesday, nearly a year after thousands of dollars’ worth of jewelry was stolen from an elderly woman she cared for in Broward County, authorities said.]]></description><pubDate>Wed, 22 Jul 2026 16:10:40 +0000</pubDate><content:encoded><![CDATA[<p>A 60-year-old home healthcare aide was arrested Tuesday, nearly a year after thousands of dollars’ worth of jewelry was stolen from an elderly woman she cared for in Broward County, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/22/acusan-a-asistente-de-atencion-medica-domiciliaria-de-robar-joyas-a-mujer-mayor-de-broward-que-ya-fallecio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/acusan-a-asistente-de-atencion-medica-domiciliaria-de-robar-joyas-a-mujer-mayor-de-broward-que-ya-fallecio/">Leer en español</a></p><p>According to an arrest report from the Broward Sheriff’s Office, the victim’s daughter first noticed that jewelry was missing from her mother’s home on Sept. 18, 2025.</p><p>The missing items included:</p><ul><li>A white gold diamond and ruby necklace, worth $3,850</li><li>A diamond heart bracelet, worth $3,000</li><li>A yellow gold Bengal bracelet with rubies and opals, worth $4,000</li><li>A gold and diamond bracelet with heart links, worth $3,000</li><li>A golf chain with a “V” shape attached charm, worth $1,000</li><li>A yellow gold “H-shaped” diamond ring, valued at $2,000</li></ul><p>Deputies said the daughter suspected that her mother’s home healthcare aide, Christine Rolle, of Sunrise, had stolen the jewelry and she confronted her in September and October, but Rolle denied taking the items.</p><p>According to the report, Rolle’s daily tasks included bathing and dressing the victim and she frequently placed different jewelry on the victim at the victim’s request.</p><p>Detectives said they initially didn’t find any local pawn shop transactions conducted by Rolle, however when searching pawn databases at a later date, detectives found a long history of Rolle pawning items, including several items that matched the description of the stolen jewelry.</p><p>Authorities said the jewelry had been pawned at Richie’s Pawn Shop in Tamarac.</p><p>According to the arrest report, the victim’s mother died during the investigation, however her daughter had obtained power of attorney over her prior to her death and told detectives that she wished to pursue charges against Rolle on behalf of her deceased mother.</p><p>Deputies said Rolle was located Tuesday and arrested on charges of grand theft larceny, fraud by providing false owner information to pawn items, exploitation of an elderly person and dealing in stolen property.</p><p>As of Wednesday afternoon, Rolle was being held at the Broward County Main Jail on a $12,500 bond.</p><p>The arrest report did not state whether any of the stolen jewelry was recovered. </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/GH5LYDALZVBONDOVDHH6BPVTOM.jpg?auth=20698db3f142d788aa2d4b7327eb65f87bd18f41b93ebe19460a3e28d7d30aa9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Rei Ami from 'KPop Demon Hunters' and comedian Ken Jeong take a bite out of 'Shark Week']]></title><link>https://www.local10.com/entertainment/2026/07/22/rei-ami-from-kpop-demon-hunters-and-comedian-ken-jeong-take-a-bite-out-of-shark-week/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/22/rei-ami-from-kpop-demon-hunters-and-comedian-ken-jeong-take-a-bite-out-of-shark-week/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Rei Ami, whose voice helped fuel the hit movie “KPop Demon Hunters,” recently found herself facing plenty of real hunters — watching from the ocean floor as about 16 reef sharks went on a feeding frenzy.]]></description><pubDate>Wed, 22 Jul 2026 16:59:35 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Rei Ami, whose voice helped fuel the hit movie “KPop Demon Hunters,” recently found herself facing plenty of real hunters — watching from the ocean floor as about 16 reef sharks went on a feeding frenzy.</p><p>She was scared, sure. But more than that, she was brought to tears.</p><p>“I thought I’d be a bit more petrified, but I was enamored. I was in awe. It was witnessing nature,” she says. “You can’t put it into words the emotions and the feelings that you experience.”</p><p>Viewers can watch Rei Ami — and hear her sing a new K-pop song inspired by her experience with sharks while off the Korean Peninsula — as Discovery Channel’s “Shark Week” kicks off Sunday.</p><p>Twenty new, hourlong shows leap deep into the world of the ancient predators, from a record-setting dive attempt into shark-infested waters to trying to find out what triggers giant bull sharks to confront humans.</p><p>“Growing up, I always watched ‘Shark Week,’” says Rei Ami. “You see those epic commercials, with the great white jumping out and eating the chum and the tuna. That’s ingrained in my brain forever.”</p><p>Actor-comedian Ken Jeong joins her to start the week off with the show “K-Pop Shark Heroes” on Sunday. But while she went on two cage dives and two free dives with hammerheads and reef sharks and bull sharks, he preferred to stay out of the water.</p><p>“I’m more of the Christopher Nolan of the shark ‘Odyssey’ — just overseeing it,” Jeong jokes. “Just overlooking everything. High and dry. That’s when I do my best work.”</p><p>It’s a shark-a-thon</p><p>The seven nights of new shows ends Aug. 1 with a look at how great whites are moving further up the East Coast and an examination of how thresher sharks use their tails to stun and kill prey.</p><p>One highlight is watching high diver Molly Carlson leap 50 feet (15 meters) from a helicopter into a Plexiglas cage in the ocean surrounded by circling reef sharks. She's OK with jumping from enormous heights, but sharks terrify her.</p><p>“There was zero chances of me ever swimming with sharks. This was just not on my radar,” she says. “That’s always been my thing, and so for me to be invited to be on ‘Shark Week,’ I was like 'Why me?'”</p><p>Viewers will see Carlson, who has been frank about her struggles with anxiety, overcome her lifelong fear of sharks. Carlson hopes she can motivate others.</p><p>“If I can inspire that next 16-year-old girl who wants to just hide in her room and never come out because she’s scared of so many things, then I’m absolutely going to find a way to do this,” she says. “You’re allowed to be scared and do it anyways. And so I think that was the big purpose behind this project for me.”</p><p>This year’s highlights also include an attempt to locate a rumored 15-foot (4-meter) mako off the coast of Southern California, which would make it the largest ever documented.</p><p>Marine biologist Kendyl Berna, a “Shark Week” veteran who co-founded the ecology group Beyond the Reef, says her team of scientists were betting on the fact that a marine heat wave has made mako prey in those waters abundant, allowing the sharks to get bigger.</p><p>“Sharks are the cockroaches of the sea because they’ve been around for 450 million years. They’re older than dinosaurs, they’re older than trees. Sharks have just been around, but the form that they’re taking constantly changes,” she says.</p><p>‘Shark Week’ is fun but also educational</p><p>“Shark Week” has become a key part of the summer holiday TV schedule, a place where humans safe on land can see ancient apex predators unnervingly glide into view and snap open their jaws, fueling nightmares.</p><p>As always, there is a deep respect for the creatures and strong science beneath the amusing titles, sharky puns, dramatic music and racy titles like “Chum Island: Catching a Killer” and “Sharkzilla Takes New York.”</p><p>“While ‘Shark Week’ is very entertaining and thrilling, it is at the core very educational. And I think there’s still so much misinformation regarding sharks and how they behave,” says Rei Ami.</p><p>“Through these episodes, people can understand, there’s really no reason to fear them, you know? And I hope that message gets received.”</p><p>Discovery’s “Shark Week” has a rival — National Geographic’s “SharkFest,” which also has hours of sharky content. And there's Amazon Studios’ new movie “The Devil’s Mouth,” which has bull sharks terrorizing college students in a flooded cave system.</p><p>“Shark Week” also has practical advice about what to do when you find yourself face-to-snout with a shark, a rising concern from Korea to Brooklyn as interactions increase. The advice is clear: Stop splashing.</p><p>“It’s even more imperative that humans know how to act and react in a situation when they are in the waters and they see a shark,” says Rei Ami. “It would really, I think, help the public to understand how these apex predators work and behave.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C3QKMEYWLB6S5WJ2P5TTP25FVI.jpg?auth=397d68709d73bdaf2d3c19567a2d4126e1e0a0773ec75352b3afcfa647f9d960&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Discovery Channel shows KPop singer Rei Ami, left, and actor-comedian Ken Jeong who appear in “K-Pop Shark Heroes," kicking off Discovery's annual "Shark Week." (Tito Herrera/Discovery Channel via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tito Herrera</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KJD2MVBH3A5STYVV3R3GANYTFY.jpg?auth=12eed41602e99ae4ef39c98bf43d7d062d18d92fcb0b91cca378d651d92716e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Discovery Channel shows a great white shark in “Chum Island: Catching a Killer," an episode for Discovery's annual "Shark Week." (Discovery Channel via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XVXV3QRKI4G34TQ6P3CNPO54VY.jpg?auth=e03b241764b0e7c78f0b9a0ebdabc591400298b389607756c602098a85362205&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Discovery Channel shows high diver Molly Carlson preparing to leap 50 feet from a helicopter into a cage surrounded by reef sharks in an episode for Discovery's annual "Shark Week." (Tito Herrera/Discovery Channel via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tito Herrera</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DO74PCMTHTIFYTGOX6FER7WXBM.jpg?auth=6aa91355d098632dec6483244b605c65b101f8b73c5651bf3d217fc1a08c321b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Discovery Channel shows a great white shark in a scene from the "Shark Week" special "Secrets of the Great White Kill." (Discovery Channel via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/F2ZG4BL54Q573YEWHIWC55TKCY.jpg?auth=9f536b3f66b11793fa0299464e7ac1a20db1bdc150bfb8471c496d39dd73a60a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Discovery Channel shows actor-comedian Ken Jeong who appears in “K-Pop Shark Heroes," kicking off Discovery's annual "Shark Week." (Tito Herrera/Discovery Channel via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tito Herrera</media:credit></media:content></item><item><title><![CDATA[Acusan a asistente de atención médica domiciliaria de robar joyas a mujer mayor de Broward que ya falleció]]></title><link>https://www.local10.com/espanol/2026/07/22/acusan-a-asistente-de-atencion-medica-domiciliaria-de-robar-joyas-a-mujer-mayor-de-broward-que-ya-fallecio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/acusan-a-asistente-de-atencion-medica-domiciliaria-de-robar-joyas-a-mujer-mayor-de-broward-que-ya-fallecio/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una asistente de atención médica domiciliaria de 60 años fue arrestada el martes, casi un año después de que joyas valoradas en miles de dólares estadounidenses fueran robadas a una mujer mayor a la que cuidaba en el condado Broward, informaron las autoridades.]]></description><pubDate>Wed, 22 Jul 2026 16:56:38 +0000</pubDate><content:encoded><![CDATA[<p>Una asistente de atención médica domiciliaria de 60 años fue arrestada el martes, casi un año después de que joyas valoradas en miles de dólares estadounidenses fueran robadas a una mujer mayor a la que cuidaba en el condado Broward, informaron las autoridades.</p><p>Según un informe de arresto de la Oficina del Sheriff de Broward (BSO), la hija de la víctima notó por primera vez que faltaban joyas de la vivienda de su madre el 18 de septiembre de 2025.</p><p>Las joyas desaparecidas incluían:</p><ul><li>Un collar de oro blanco con diamantes y rubíes, valorado en $3,850 USD.</li><li>Una pulsera de corazón con diamantes, valorada en $3,000 USD.</li><li>Una pulsera Bengal de oro amarillo con rubíes y ópalos, valorada en $4,000 USD.</li><li>Una pulsera de oro y diamantes con eslabones en forma de corazón, valorada en $3,000 USD.</li><li>Una cadena tipo golf con un dije en forma de “V”, valorada en $1,000 USD.</li><li>Un anillo de oro amarillo con diamantes en forma de “H”, valorado en $2,000 USD.</li></ul><p>Los agentes informaron que la hija sospechaba que la asistente de atención médica domiciliaria de su madre, Christine Rolle, de Sunrise, había robado las joyas y la confrontó en septiembre y octubre, pero Rolle negó haber tomado los artículos.</p><p>Según el informe, las tareas diarias de Rolle incluían bañar y vestir a la víctima, y con frecuencia le colocaba diferentes joyas a petición de la propia víctima.</p><p>Los detectives informaron que inicialmente no encontraron transacciones realizadas por Rolle en casas de empeño locales. Sin embargo, al revisar posteriormente las bases de datos de casas de empeño, encontraron un extenso historial de Rolle empeñando artículos, incluidos varios que coincidían con la descripción de las joyas robadas.</p><p>Las autoridades informaron que las joyas fueron empeñadas en Richie’s Pawn Shop, en Tamarac.</p><p>Según el informe de arresto, la víctima falleció durante la investigación. Sin embargo, su hija había obtenido un poder legal para representarla antes de su muerte y dijo a los detectives que deseaba presentar cargos contra Rolle en nombre de su madre fallecida.</p><p>Los agentes informaron que Rolle fue localizada el martes y arrestada por los cargos de hurto mayor, fraude al proporcionar información falsa sobre el propietario para empeñar artículos, explotación de una persona mayor y tráfico de propiedad robada.</p><p>Hasta la tarde del miércoles, Rolle permanecía detenida en la cárcel principal del condado Broward con una fianza de $12,500 USD.</p><p>El informe de arresto no indica si alguna de las joyas robadas fue recuperada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GH5LYDALZVBONDOVDHH6BPVTOM.jpg?auth=20698db3f142d788aa2d4b7327eb65f87bd18f41b93ebe19460a3e28d7d30aa9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[BSO: Pedestrian killed, driver injured in crash that left portion of US 1 closed in Pompano Beach ]]></title><link>https://www.local10.com/traffic/2026/07/21/crash-shuts-down-part-of-us-1-in-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/07/21/crash-shuts-down-part-of-us-1-in-pompano-beach/</guid><dc:creator><![CDATA[Ryan Mackey, Roy Ramos, Jolena Esperto]]></dc:creator><description><![CDATA[A pedestrian was killed and a driver was injured in a crash at a bus stop Tuesday afternoon in Pompano Beach, according to the Broward Sheriff’s Office.]]></description><pubDate>Tue, 21 Jul 2026 18:14:32 +0000</pubDate><content:encoded><![CDATA[<p>A pedestrian was killed and a driver was injured in a crash at a bus stop Tuesday afternoon in Pompano Beach, according to the Broward Sheriff’s Office.</p><p><a href="https://www.local10.com/espanol/2026/07/21/accidente-provoca-cierre-de-un-tramo-de-la-us-1-en-pompano-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/accidente-provoca-cierre-de-un-tramo-de-la-us-1-en-pompano-beach/">Leer en español</a></p><p>BSO officials said deputies and Pompano Beach Fire Rescue medics responded to a crash that occurred shortly before 1 p.m. in the 500 block of U.S. 1.</p><p>Authorities said a preliminary investigation found that a driver struck a pedestrian who was on a sidewalk. They said deputies pronounced the pedestrian, who has not been identified at this time, dead at the scene.</p><p>According to detectives, the driver of a 2024 BMW M240i, who they identified as Jo Anne Llera, was traveling southbound on South Federal Highway when she was involved in a rear-end collision with a 2017 Honda Accord. </p><p>Investigators said Llera maneuvered around the Honda and continued southbound.</p><p>They said the BMW later drifted into the swale along the west side of the roadway in the 900 block of South Federal Highway before crashing into a covered Broward County bus bench where a pedestrian was located.</p><p>Authorities said it is unclear whether the pedestrian was sitting on the bench or standing when he was struck. BSO deputies pronounced the pedestrian dead at the scene.</p><p>After striking the bus bench, detectives said the BMW continued traveling and hit two light poles, a tree and several unoccupied vehicles at a nearby auto dealership.</p><p>Paramedics with Pompano Beach Fire Rescue transported Llera to Broward Health North with injuries that are not expected to be life-threatening.</p><p>Authorities said debris from the crash also struck a 2010 Lincoln Town Car traveling southbound on South Federal Highway. They said nine unoccupied vehicles at the dealership were damaged.</p><p>Witnesses told Local 10’s Roy Ramos that the driver lost control of the car and crashed into a bench at the bus stop where the pedestrian, who was covered with a yellow tarp at the scene, had been sitting.</p><p>“All of a sudden cops flew in, roped off the road and made me turn around and drive five miles the other way,” witness Bill McKain said. “I don’t know how fast you can really get on this road with stop lights in between.”</p><p>Authorities said the driver of the vehicle was taken to a nearby hospital with injuries.</p><p>The crash also damaged other vehicles at a nearby car dealership and left the destroyed bus bench in the roadway.</p><p>“My heart goes out to them and their family,” McKain said. “I couldn’t even image being there and having something like that happen.” </p><p>A man named Mark told Local 10’s Jolena Esperto that he was passing through the area with his son when the bus bench was thrown about 100 feet, scattering pieces across the sidewalk.</p><p>“We gotta keep an eye on him,” he said. “There’s so many cars going so fast lately the speed limit should be a lot less than it is.” </p><p>Amanda Nicholas, who rides the bus and often gets off at that stop, said the incident has made her thankful for life.</p><p>“You never know what’s going to happen. You never know, so you just have to be thankful for each day because it could have been me. I come off at this bus stop, and just seeing it this morning, it hit me like, ‘Whoa, that’s my bus stop,’” she said.</p><p>Authorities said BSO’s Traffic Homicide Unit is investigating the circumstances surrounding the crash. The BMW involved in the crash was towed away. </p><p>They said the southbound lanes of U.S. 1 between Southeast Ninth Street and Southeast 12th Street were temporarily closed during the investigation but have since reopened.</p><p>No other details about the crash were immediately 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></item><item><title><![CDATA[Man on bond for voyeurism, child sex abuse videos exposes self to girl, 12, outside home: MDSO]]></title><link>https://www.local10.com/news/local/2026/07/22/man-on-bond-for-voyeurism-child-sex-abuse-videos-exposes-self-to-girl-12-outside-home-mdso/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/man-on-bond-for-voyeurism-child-sex-abuse-videos-exposes-self-to-girl-12-outside-home-mdso/</guid><dc:creator><![CDATA[Janine Stanwood, Chris Gothner]]></dc:creator><description><![CDATA[A Cutler Bay man once accused of recording a woman changing inside of a Miami Beach Target ― and possessing videos of young girls being sexually abused ― is now accused of yet another disturbing crime.]]></description><pubDate>Wed, 22 Jul 2026 16:31:21 +0000</pubDate><content:encoded><![CDATA[<p>A Cutler Bay man once accused of recording a woman changing inside of a Miami Beach Target ― and possessing videos of young girls being sexually abused ― is now accused of yet another disturbing crime.</p><p><a href="https://www.local10.com/espanol/2026/07/22/hombre-en-libertad-bajo-fianza-por-voyeurismo-y-videos-de-abuso-sexual-infantil-se-exhibe-ante-una-nina-de-12-anos-fuera-de-su-casa-mdso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/hombre-en-libertad-bajo-fianza-por-voyeurismo-y-videos-de-abuso-sexual-infantil-se-exhibe-ante-una-nina-de-12-anos-fuera-de-su-casa-mdso/">Leer en español</a></p><p>Fabian Izaguirre Cepero, 26, is accused of lingering outside of the bedroom of a 12-year-old girl and touching himself outside of a home in Cutler Bay overnight on Monday. Miami-Dade Sheriff’s Office deputies took him into custody on Tuesday.</p><p>Deputies said it all started at around 3 a.m., when the girl ran to her father after hearing a knock on the window.</p><p>The girl’s father then saw Izaguirre Cepero exposing himself and masturbating outside of the girl’s window, an arrest report states. Detectives said he “returned to the victim’s residence on five separate occasions.”</p><p>In February 2025, Miami Beach police accused him of going into the Target at 1045 Fifth St. on South Beach and placing a phone on the floor of a dressing room to watch a woman try on bathing suits.</p><p>At the time of his latest arrest, deputies noted that he was out on bond for 17 charges related to the possession of child sexual abuse material.</p><p>According to a report from the Miami Beach Police Department, investigators reviewing his phone for evidence related to the Target case stumbled upon more than a dozen images and videos of girls as young as “2 to 4 years old” being sexually abused.</p><p>As for his latest case, Izaguirre Cepero was set to face a judge Wednesday morning on charges of voyeurism and indecent exposure; the hearing was later scheduled for Wednesday afternoon.</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[Hombre en libertad bajo fianza por voyeurismo y videos de abuso sexual infantil se exhibe ante una niña de 12 años fuera de su casa: MDSO]]></title><link>https://www.local10.com/espanol/2026/07/22/hombre-en-libertad-bajo-fianza-por-voyeurismo-y-videos-de-abuso-sexual-infantil-se-exhibe-ante-una-nina-de-12-anos-fuera-de-su-casa-mdso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/hombre-en-libertad-bajo-fianza-por-voyeurismo-y-videos-de-abuso-sexual-infantil-se-exhibe-ante-una-nina-de-12-anos-fuera-de-su-casa-mdso/</guid><dc:creator><![CDATA[Janine Stanwood, Chris Gothner]]></dc:creator><description><![CDATA[Un hombre de Cutler Bay que anteriormente fue acusado de grabar a una mujer mientras se cambiaba dentro de una tienda Target en Miami Beach y de poseer videos de abuso sexual de menores ahora está acusado de otro delito perturbador.]]></description><pubDate>Wed, 22 Jul 2026 16:53:37 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Cutler Bay, que en su momento fue acusado de grabar a una mujer cambiándose dentro de una tienda Target en Miami Beach y de poseer vídeos de niñas siendo abusadas sexualmente, ahora está acusado de otro delito perturbador.</p><p>Fabian Izaguirre Cepero, de 26 años, está acusado de merodear fuera de la habitación de una niña de 12 años y de masturbarse frente a una casa en Cutler Bay la noche del lunes. Agentes de la Oficina del Sheriff de Miami-Dade lo detuvieron el martes.</p><p>Según los agentes, todo comenzó alrededor de las 3 de la madrugada, cuando la niña corrió hacia su padre tras oír que llamaban a la ventana.</p><p>El padre de la niña vio entonces a Izaguirre Cepero exhibiéndose y masturbándose fuera de la ventana de la menor, según consta en el informe policial. Los detectives indicaron que Cepero “regresó a la residencia de la víctima en cinco ocasiones distintas”.</p><p>En febrero de 2025, la policía de Miami Beach lo acusó de entrar en la tienda Target ubicada en el número 1045 de la Quinta Calle en South Beach y colocar un teléfono en el suelo de un probador para observar a una mujer mientras se probaba trajes de baño.</p><p>En el momento de su última detención, los agentes señalaron que se encontraba en libertad bajo fianza por 17 cargos relacionados con la posesión de material de abuso sexual infantil.</p><p>Según un informe del Departamento de Policía de Miami Beach, los investigadores que revisaban su teléfono en busca de pruebas relacionadas con el caso de Target se toparon con más de una docena de imágenes y vídeos de niñas de tan solo “2 a 4 años” que estaban siendo abusadas sexualmente.</p><p>En cuanto a su último caso, Izaguirre Cepero debía comparecer ante un juez el miércoles por la mañana acusado de voyeurismo y exhibicionismo; la audiencia se programó posteriormente para la tarde del miércoles.</p>]]></content:encoded></item><item><title><![CDATA[Victor Wembanyama, Caitlin Clark and Derrick Rose tabbed as NBA 2K cover athletes]]></title><link>https://www.local10.com/entertainment/2026/07/22/victor-wembanyama-caitlin-clark-and-derrick-rose-tabbed-as-nba-2k-cover-athletes/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/22/victor-wembanyama-caitlin-clark-and-derrick-rose-tabbed-as-nba-2k-cover-athletes/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Victor Wembanyama of the San Antonio Spurs, Caitlin Clark of the Indiana Fever and former NBA MVP Derrick Rose were revealed Wednesday as the cover athletes for NBA 2K27.]]></description><pubDate>Wed, 22 Jul 2026 16:32:09 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Victor Wembanyama of the San Antonio Spurs, Caitlin Clark of the Indiana Fever and former NBA MVP Derrick Rose were revealed Wednesday as the cover athletes for NBA 2K27.</p><p>Wembanyama is on the cover of the Standard Edition, Clark is on the Deluxe Edition and Rose will appear on the limited-time Ultra Edition.</p><p>The Standard Edition launches widely on Sept. 4. Deluxe and Ultra editions launch with early access on Aug. 28.</p><p>Wembanyama said being on the cover was “a dream come true,” and Clark said being on a cover "is special because this game reaches fans all over the world.”</p><p>Rose was also on the cover of NBA 2K13.</p><p>“This is a chance to inspire young athletes to stay obsessed with the game,” Rose said. “To show them that when you put in the countless hours of hard work, it rewards you.”</p><p>___</p><p>AP sports: https://apnews.com/hub/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CTOQ5IR5RMYMRUNXUOPK33BKSI.jpg?auth=4893e91ed9882723f9f79450595037c621a9596f8a8f7b75090e5a694fa52525&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Victor Wembanyama arrives for the Louis Vuitton men's Spring Summer 2027 collection presented in Paris, France, Tuesday, June 23, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[Francia registra 5.700 muertes más de lo habitual durante histórica ola de calor]]></title><link>https://www.local10.com/espanol/2026/07/22/francia-registra-5700-muertes-mas-de-lo-habitual-durante-historica-ola-de-calor/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/francia-registra-5700-muertes-mas-de-lo-habitual-durante-historica-ola-de-calor/</guid><dc:creator><![CDATA[Por JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[PARÍS (AP) — Francia registró 5.700 muertes más de lo habitual durante una histórica ola de calor el mes pasado, informó el miércoles la agencia de salud pública, lo que incrementa de forma marcada sus estimaciones sobre el temido saldo de unas temperaturas que batieron récords.]]></description><pubDate>Wed, 22 Jul 2026 17:38:24 +0000</pubDate><content:encoded><![CDATA[<p>PARÍS (AP) — Francia registró 5.700 muertes más de lo habitual durante una histórica ola de calor el mes pasado, informó el miércoles la agencia de salud pública, lo que incrementa de forma marcada sus estimaciones sobre el temido saldo de unas temperaturas que batieron récords.</p><p>Salud Pública Francia indicó que las regiones afectadas por el calor del 17 de junio al 2 de julio registraron 21.674 muertes por todas las causas. Pero, sin una ola de calor, se habría esperado que esas mismas regiones registraran unos 15.910 decesos, según un modelo estadístico basado en datos de años anteriores, señaló.</p><p>Por lo tanto, la diferencia entre las muertes esperadas y las reales —un total de 5.764— se considera “mortalidad excesiva” durante la ola de calor, explicó la agencia.</p><p>La entidad precisó que esa mortalidad excesiva, con un 36% más de muertes de las que normalmente se habrían esperado, fue la más alta de cualquier ola de calor desde 2003. Una histórica ola de calor ese año causó un estimado de 15.000 muertes en Francia.</p><p>Francia registró sus días más calurosos de la historia el 24 y el 25 de junio de este año —con un promedio nacional de 30 °C (86 °F)—, además de calor récord por la noche y temperaturas máximas que se dispararon muy por encima de los 40 °C (104 °F) en muchos lugares.</p><p>La agencia de salud pública señaló que poco más de la mitad de las muertes inesperadas ocurrieron durante y en el inmediato periodo posterior a ese tramo más caluroso, a lo largo de tres días, del 25 al 27 de junio.</p><p>“Este episodio sin precedentes, caracterizado por su inicio temprano, intensidad y duración, expuso a casi toda la población a un calor extremo durante un periodo en el que las actividades escolares y laborales aún estaban en pleno apogeo”, señaló la agencia.</p><p>En total, en toda Europa, las temperaturas extremas que golpearon de forma excepcionalmente temprana y fuerte este año registraron bastante más de 10.000 muertes más en el punto álgido de la ola de calor de las que normalmente se habrían esperado, según cifras que aún están surgiendo en todo el continente.</p><p>En Francia, la región de París parece ser la más afectada, con 1.999 muertes no previstas, casi un 80% más de lo calculado sin una ola de calor, según la agencia de salud francesa.</p><p>Directores de servicios funerarios en París dijeron que tuvieron dificultades para encontrar lugares para almacenar cuerpos antes del entierro o la cremación, y algunas morgues dijeron que estaban llenas y que tenían que rechazar cuerpos.</p><p>Casi la mitad de las más de 21.600 personas que fallecieron, fue en hospitales, que lidiaron con aumentos de pacientes que sufrían dolencias relacionadas con el calor. Aproximadamente un tercio murió en domicilio y el resto mayormente en residencias de ancianos, según la agencia.</p><p>El último saldo estimado de muertes, que la agencia dijo que se actualizará más adelante en el año con datos más completos, fue marcadamente más alto que las cifras iniciales que había dado. Anteriormente había reportado alrededor de 2.000 muertes adicionales por todas las causas para la semana del 22 al 28 de junio, el pico en Francia de la ola de calor que también batió récords de temperatura en muchas otras partes de Europa.</p><p>Los expertos advierten que se necesita un tiempo para que surja un panorama completo, y que muchas muertes relacionadas con el calor nunca se registrarán formalmente como tales. Por ejemplo, un ataque al corazón, que puede ser desencadenado por la exposición a un calor extremo, especialmente en personas mayores o con problemas de salud subyacentes, puede figurar en un certificado de defunción simplemente como un paro cardíaco.</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/ERULNCOLHMFCZQZFS62GF63RKQ.jpg?auth=c564a1384dd8f33e75409a8298a8b4268999c584e73e41ba69642847cba76a14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre se protege del sol mientras camina por el jardín del Palacio de Versalles, a las afueras de París, durante una ola de calor con temperaturas que superan los 40 grados Celsius (104 Fahrenheit), el lunes 22 de junio de 2026. (Foto AP/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[Cinerama Dome, an iconic Hollywood theater shuttered by COVID pandemic, will reopen]]></title><link>https://www.local10.com/business/2026/07/22/cinerama-dome-an-iconic-hollywood-theater-shuttered-by-covid-pandemic-will-reopen/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/22/cinerama-dome-an-iconic-hollywood-theater-shuttered-by-covid-pandemic-will-reopen/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — The Cinerama Dome, a landmark Hollywood theater shuttered during the COVID-19 pandemic, will be restored and reopen.]]></description><pubDate>Wed, 22 Jul 2026 18:49:28 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — The Cinerama Dome, a landmark Hollywood theater shuttered during the COVID-19 pandemic, will be restored and reopen.</p><p>Alamo Drafthouse Cinema will operate the massive 86-foot-wide curved dome theater and an adjacent 14-theater complex. Alamo's owner, Sony Pictures Entertainment, announced the plan to restore the Dome and reopen it in early 2028.</p><p>Alamo's plan will preserve the distinctive Cinerama Dome's geodesic exterior and large logo that have been a Hollywood landmark since the theater opened in 1963. The dome will not have in-theater dining, as is common in other Drafthouse theaters.</p><p>“There is no moviegoing destination anywhere in the world that commands the affection, history, and cultural significance of the Cinerama Dome. It represents the kind of singular experience we value and champion,” said Ravi Ahuja, Chairman and CEO, Sony Pictures Entertainment. Alamo Drafthouse CEO Michael Kustermann said the dome would be its new West Coast flagship theater.</p><p>The dome's massive screen supports 70 mm projection, which is having a moment thanks to Christopher Nolan's “The Odyssey.”</p><p>It was commissioned in 1963 by Pacific Theatres founder William R. Forman as a state-of-the-art way to see movies using three projectors for its custom curved screen. When the dome closed in April 2021, it was one of only three theaters in the world with that capability. Its operator, Pacific Theaters, announced the closing was caused by the COVID-19 pandemic.</p><p>Michael O’Leary, the president and CEO of the movie theater trade group Cinema United, applauded the news.</p><p>“The Cinerama Dome has been a treasured and important landmark for movie fans and the entire film community for over six decades,” O’Leary said in a statement. “The timing could not be better with moviegoers making clear this year that they love the unique experience of seeing a movie on the big screen.”</p><p>Alamo Drafthouse will also reopen a 14-theater complex next to the dome that used to be operated by ArcLight Cinemas, which also shut down in 2021. Those theaters will have in-theater dining, although the chain has faced backlash recently for its pivot to an in-seat ordering operation that requires use of personal phones.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JX7VXTRRMB5HCUTX4KE35T7HLQ.jpg?auth=be8f9cf41eb857444d2a6f8c5cf1f207a678a9b70f1d43be36bf2544aad78723&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A motorist drives past the Cinerama Dome movie theater in Los Angeles on April 25, 2021. (AP Photo/Richard Vogel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Vogel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OHMYYJYOVKP5HCHOU243UEYSYA.jpg?auth=43b33b18b2c19823123abd9ded282bb3911ba5996ecbab12ab154817047491f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pedestrians walk past the boarded up and closed Cinerama Dome movie theater in Los Angeles on April 12, 2021. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[The latest thing in cocktails is spicy and savory. Tips and recipes for home bartenders]]></title><link>https://www.local10.com/entertainment/2026/07/22/the-latest-thing-in-cocktails-is-spicy-and-savory-tips-and-recipes-for-home-bartenders/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/22/the-latest-thing-in-cocktails-is-spicy-and-savory-tips-and-recipes-for-home-bartenders/</guid><dc:creator><![CDATA[by LOUISE DIXON, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Spicy drinks are having a moment, and it’s no longer just standard spicy margs and bloody marys. Bartenders are getting experimental to create the perfect combination with a kick.]]></description><pubDate>Wed, 22 Jul 2026 16:15:22 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Spicy drinks are having a moment, and it’s no longer just standard spicy margs and bloody marys. Bartenders are getting experimental to create the perfect combination with a kick.</p><p>“The same way that you want to season a steak or a pork chop, you want to add multiple layers. And I think spice does that if you do it the right way," says Turner Greaves, bartender at New York’s Sip and Guzzle.</p><p>He makes a tequila highball called Doctor Green which he describes as “super-herbaceous, vegetal, a little bitter. It’s got tomatillo, green apple, shiso, horseradish, and then you can make it spicier with a little serrano pepper on the side.”</p><p>Customers get to add more spice with a little spice dropper delivered with their serve.</p><p>Cocktail tastes are changing from sweet to savory</p><p>James Stevenson, co-founder of Brutes of Mayfair cocktail bar in London, says drinks were very sweet when he started out 20 years ago, and now consumers' tastes have shifted.</p><p>“I think there’s a real movement toward savory cocktails," he says. "Every drink we put on the menu that is more savory or has a pickled element or spice element tends to be our bestseller.”</p><p>Stevenson makes a mezcal-based Bagheera which he describes as a turbo-spiced margarita.</p><p>“We juice (blend) rather than shaking the drink, with fresh chile and coriander," he says. They make a fresh syrup, adding tequila and freshly squeezed lime, and finish off the drink with a house-made tajin salt rim.</p><p>Agave spirits are a good match for spicy and savory</p><p>It's no coincidence both bartenders picked agave-based spirits — tequila and mezcal — for their spicy offerings.</p><p>Stevenson explains that a lot of the flavor profiles you get from agaves are fresher, more vegetal than other spirits. “They’re just very akin to chiles" he says. Noting that tequila pairs well with salt, he adds, "Spice and savory flavors are just a natural kinship.”</p><p>Alex Lyoness, bar manager at London’s FlipDog, makes his Late Night cocktail with a hint of an after-hours kebab and pickles. He uses a white tequila and a Raicilla (an agave similar to mezcal). Soy sauce brings a deep flavor, he says, and a homemade chile tincture spices things up.</p><p>He then adds an onion and olive brine “like the ultimate dirty martini,” and garnishes with a bright pink pickled turnip.</p><p>Looking for a tingly feeling</p><p>But chiles aren't the only way to add spice. Lyoness says you're looking to create a “mouthfeel.” He uses Sichuan peppercorns and the Timur berry, which he says has a cool, numbing quality. “What you’re looking for is that tingling across the palate,” he says.</p><p>Greaves recommends bringing a little classic cooking into your drinks.</p><p>“You can add ginger, you can add garlic cloves, and star anise and fennel into these drinks, and it adds so many different elements of pepper, of spice. Go home and then throw cayenne into a margarita,” he says.</p><p>How hot is too hot?</p><p>To judge the heat, try to read it on your palate, says Greaves: “If it starts creeping all the way down to your esophagus, I think that’s definitely a spice level that you can loosen up a bit.”</p><p>A good spicy drink should “give you the itches on the sides of your mouth” but not overwhelm, he says.</p><p>And don’t forget that no two chiles are the same.</p><p>“It’s all about tasting, trying and tweaking,” Anderson says.</p><p>Adding a spicy rim to your glass is an easy way to get extra kick</p><p>For a spicy rim, mix any spices from your cupboard with a good rock salt, says Anderson. (You can freshly grind the spices for a more aromatic and vibrant mix.)</p><p>He recommends coriander seed for a more citrusy mix, and black pepper or cardamom powder for a savory feel. You can even try adding fruit powders.</p><p>“Something like a freeze-dried strawberry, freeze-dried raspberry, with a little bit of spice. It’s great,” Anderson says.</p><p>Then, simply run a lemon or lime wedge along the rim of your glass and gently roll it in a shallow plate of the salt mix.</p><p>___</p><p>Recipes:</p><p>___</p><p>Late Night – from FlipDog London</p><p>Ingredients</p><p>1 oz. Tapatio blanco (tequila)</p><p>34 oz. La Venenosa Costa Raicilla</p><p>34 oz. Gonzalez Byass Tio Pepe Fino (dry sherry)</p><p>0.66 oz. brine mix (onion, olive, sivri pepper)</p><p>2 drops chile tincture(asterisk)</p><p>Directions: Stir together all the ingredients with ice. Serve in a chilled martini glass. Add a pickled turnip to garnish</p><p>(asterisk)Chile tincture: Submerge chiles in a sealed jar with a high-proof neutral alcohol like vodka (approx. 1-2 small chiles per 3.5 oz. of alcohol) and leave to steep for up to two weeks, shaking the jar occasionally. Then strain and transfer the contents into an eyedropper bottle.</p><p>—-</p><p>Bagheera - from Brutes of Mayfair, London</p><p>Ingredients</p><p>1.75 oz. Lost Explorer mezcal</p><p>0.75 oz. fresh lime juice</p><p>68 oz. Bagheera syrup(asterisk)</p><p>Small pinch of salt</p><p>Directions: Combine all ingredients in a cocktail shaker with ice. Shake well until chilled. Strain into a rocks glass over cracked ice. Rim the glass with Tajin</p><p>(asterisk)Bagheera Syrup:</p><p>Ingredients</p><p>7.5 oz. simple sugar syrup</p><p>½ supermarket bunch of fresh cilantro, including stalks</p><p>1 small Thai green chile</p><p>3 jalapeño chiles</p><p>1/4 teaspoon of ascorbic acid (vitamin C powder), to stop the cilantro from turning brown</p><p>1/2 teaspoon green cardamom powder</p><p>1 thumb-size piece of peeled fresh ginger</p><p>Directions: Combine all ingredients in a large container or blender. Blend until the coriander and chiles have completely broken down and the mixture is well combined. Strain through a fine mesh strainer bag or muslin cloth. Transfer to a clean container and refrigerate.</p><p>___</p><p>Doctor Green - (Sip & Guzzle, New York)</p><p>Ingredients</p><p>34 oz. green apple juice</p><p>34 oz. tomatillo juice</p><p>24 oz. green tequila(asterisk)</p><p>6 oz. Sauternes</p><p>Directions: Juice tomatillo and green apple and whisk in 2 grams ascorbic powder and 4 grams pectinase powder per liter of juice until dissolved.</p><p>Rest at room temperature or in the fridge for at least one to two hours until the juice splits into clear liquid and sediment layers. Combine all ingredients and strain through a fine mesh strainer until clear. Carbonate using a specialist drinks carbonator.</p><p>(asterisk)To make the green tequila</p><p>68 oz. Patron tequila</p><p>0.25 oz. shiso</p><p>0.25 oz. fennel</p><p>0.25 oz. horseradish</p><p>2 pcs star anise</p><p>Method: Combine the ingredients and allow to infuse at room temperature for 24 hours.</p><p>___</p><p>5 songs to drink spicy cocktails to:</p><p>“Hot Stuff” – Donna Summer</p><p>“Hot in Herre”– Nelly</p><p>“Spice up your Life” – The Spice Girls</p><p>“Feeling Hot, Hot, Hot” – The Merrymen</p><p>“Drop it like its Hot” - Snoop Dogg feat. Pharrell</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5K7JHK7N3YAMIOJJ4TYO5MK4UQ.jpg?auth=f195cf380b91bab59c72a00f3bb6b6a56c23563adf3dfb263b4df33bc1ff549d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images shows various spicy cocktails, from left, Bagheera, Doctor Green, and Late Night. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/I3HJHD4KK6Z66CTNBWHTAXA3PI.jpg?auth=a85555e7ef98b0dc0fbc29b90fb0695c811726c420b60e26ea983162d581d5ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A spicy cocktail called Green Doctor, made with tomatillo, green apple, shiso, and horseradish, is displayed in New York on June 23, 2026. (AP Photo/Guido Neira)]]></media:description><media:credit role="author" scheme="urn:ebu">Guido Neira</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CS4TISBASHNCCIGBOUL4SJ6W7U.jpg?auth=bcdc001a69f06f137b6fb534e72ea980e88ae46fed10a114c9b10d4d94c0abbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A spicy cocktail called Late Night, made with a brine mix of onion, olive, and sivri pepper, is displayed in London on June 24, 2026. (AP Photo/Louise Dixon)]]></media:description><media:credit role="author" scheme="urn:ebu">Louise Dixon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G4VUTLYBH36HYFZADPYNJWVDWE.jpg?auth=ecc809faeec6ccfee6c4482e3e4849187093ea397ede0348760d0799f135b2ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Bagheera spicy cocktail is displayed in London on June 24, 2026. (AP Photo/Louise Dixon)]]></media:description><media:credit role="author" scheme="urn:ebu">Louise Dixon</media:credit></media:content></item><item><title><![CDATA[Houston Astros ship Nate Pearson to Kansas City after DFA, landing prospect Max Martin]]></title><link>https://www.local10.com/sports/2026/07/22/houston-astros-ship-nate-pearson-to-kansas-city-after-dfa-landing-prospect-max-martin/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/22/houston-astros-ship-nate-pearson-to-kansas-city-after-dfa-landing-prospect-max-martin/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — The Houston Astros traded right-hander Nate Pearson to Kansas City for pitching prospect Max Martin on Wednesday.]]></description><pubDate>Wed, 22 Jul 2026 16:15:18 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — The Houston Astros traded right-hander Nate Pearson to Kansas City for pitching prospect Max Martin on Wednesday.</p><p>The move comes after Pearson was designated for assignment by the Astros on Sunday. He went 1-0 with a 3.60 ERA in 16 games this season.</p><p>The veteran is 10-6 with a 4.99 ERA in 139 career games over six MLB seasons that included stops in Toronto and with the Chicago Cubs.</p><p>The 22-year-old Martin is 6-2 with a 2.01 ERA in 26 relief appearances across two levels of Class-A ball this season. The right-hander was a 10th-round pick in the 2025 draft.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MMGFLLUF5WJOT3ODXHQ3AZ3WAQ.jpg?auth=29669a91bc04ffa42abf5b4a2ffa4a493e77bcc78d237dbdbc872c49b81e9e61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros pitcher Nate Pearson delivers during the seventh inning of a baseball game against the Minnesota Twins in Houston, Monday, June 29, 2026. (AP Photo/Jon Shapley)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Shapley</media:credit></media:content></item><item><title><![CDATA[Special prosecutor drops all felony criminal charges against Louisiana Attorney General Murrill]]></title><link>https://www.local10.com/news/national/2026/07/22/louisiana-attorney-general-murrill-says-prosecutor-dropped-all-felony-charges-against-her/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/22/louisiana-attorney-general-murrill-says-prosecutor-dropped-all-felony-charges-against-her/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[A special prosecutor on Wednesday dismissed felony criminal charges against Louisiana Attorney General Liz Murrill, who was indicted on accusations of threatening the jobs of New Orleans officials who fought a Republican-led overhaul of courts in the heavily Democratic city.]]></description><pubDate>Wed, 22 Jul 2026 16:54:11 +0000</pubDate><content:encoded><![CDATA[<p>A special prosecutor on Wednesday dismissed felony criminal charges against Louisiana Attorney General Liz Murrill, who was indicted on accusations of threatening the jobs of New Orleans officials who fought a Republican-led overhaul of courts in the heavily Democratic city.</p><p>The case was put on hold almost immediately after the July 2 indictment, when the Louisiana Supreme Court said the local court and special prosecutor did not follow procedures surrounding the indictment. The dismissal by special prosecutor Laurie White came a day after New Orleans District Attorney Jason Williams, Mayor Helena Moreno and five City Council members sent a letter urging her to drop the case.</p><p>“This case should have NEVER been started because there was NO crime,” Murrill, a Republican, said in a statement posted on social media. “This outcome will not deter my efforts to get to the bottom of this. The irresponsible and illegal actions that led to this abuse of the criminal justice system need to never happen again.”</p><p>Orleans Parrish online court records showed White submitted the letters from the City Council members and the prosecutor to a judge before dismissing each county. The case against Murrill was then ordered “closed.” White did not immediately response to an emailed request for comment sent to her office.</p><p>At the center of the case are deepening rifts between leaders of a state that is heavily Republican and Democrats who control Louisiana's most prominent city.</p><p>Republican Gov. Jeff Landry had promised a swift pardon, saying Murrill would not have her reputation tarnished by an “Orleans Kangaroo court.”</p><p>Moreno, a Democrat, was among those who had accused the state’s top law enforcement official in May of making threats against public officials.</p><p>The initial 16-count indictment handed up by a New Orleans grand jury accused Murrill, the state’s first female attorney general, of intimidation and malfeasance.</p><p>For months, political tensions intensified between Louisiana Republicans and New Orleans officials over a new law that abolished a court clerk office won by an exoneree, Calvin Duncan, who spent nearly three decades in prison. The change consolidated that job with another clerk’s office, which Republican supporters said would make the local judicial system more efficient.</p><p>New Orleans leaders opposed the change. In May, the City Council set a special election that would have given Duncan a chance to win the newly combined job. Murrill responded by warning local officials in letters that they could lose their offices for violating state “usurper” laws, which forbid support for an unauthorized officeholder.</p><p>___</p><p>Associated Press reporter Jack Brook contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4XGEOOUYDFUTXZDJJOTI6ORW4E.jpg?auth=dea92a404821dba1ec138e9be1bfd76593c83f5c6fb1d22d21d029a08e7abc35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Louisiana Attorney General Liz Murrill speaks with attendees during an election night watch party for U.S. Senate candidate Rep. Julia Letlow, R-La., May 16, 2026, in Baton Rouge, La. (AP Photo/Matthew Hinton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content></item><item><title><![CDATA[France recorded 5,700 more deaths than usual during its historic June heat wave]]></title><link>https://www.local10.com/news/world/2026/07/22/france-recorded-5700-more-deaths-than-usual-during-its-historic-june-heatwave/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/22/france-recorded-5700-more-deaths-than-usual-during-its-historic-june-heatwave/</guid><dc:creator><![CDATA[By JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — France recorded at least 5,700 more deaths than usual during a historic heat wave last month, the public health agency said Wednesday, sharply increasing its estimates of the feared toll from record-shattering temperatures.]]></description><pubDate>Wed, 22 Jul 2026 17:19:04 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — France recorded at least 5,700 more deaths than usual during a historic heat wave last month, the public health agency said Wednesday, sharply increasing its estimates of the feared toll from record-shattering temperatures.</p><p>Public Health France said regions hit by the heat from June 17 to July 2 recorded 21,674 deaths from all causes. But without a heat wave, those same regions would have been expected to have seen far fewer deaths, or 15,910, based on statistical modeling using data from previous years, it said.</p><p>The difference between expected and actual deaths — a total of 5,764 — are therefore considered to be “excess” deaths during the heat wave, the agency said.</p><p>It said the excess mortality, with 36% more deaths that would normally have been expected, was the highest from any heat wave since 2003. A historic heat wave that year caused an estimated 15,000 deaths in France.</p><p>France registered its hottest-ever days on June 24 and June 25 this year — with a national average of 30 C (86 F) — as well as record heat at night and peak temperatures that soared well above 40 C (104 F) in many places.</p><p>Just over half of the unexpected deaths occurred during and in the immediate wake of that hottest period, over three days from June 25 to June 27, the public health agency said.</p><p>“This unprecedented episode, characterized by its early onset, intensity, and duration, exposed nearly the entire population to extreme heat during a period when school and work activities were still in full swing,” the agency noted.</p><p>All told, across Europe, extreme temperatures that hit exceptionally early and hard this year saw well over 10,000 more deaths at the height of the heat wave than would normally have been expected, according to figures that are still emerging across the continent.</p><p>In France, the Paris region appears to have been hardest hit, recording 1,999 unexpected deaths — around 80% more than would otherwise have been anticipated without a heat wave, the French health agency said.</p><p>Funeral service directors in Paris said they struggled to find places to store bodies before burial or cremation, with some mortuaries saying they were full and having to turn bodies away.</p><p>Nearly half of the more than 21,600 people who died passed away in hospitals, which wrestled with surges of patients suffering from heat-related ailments. About a third died at home and the rest were mostly deaths in care homes for older people, the agency said.</p><p>The latest estimated death toll, which the agency said will be updated later in the year with more complete data, was sharply higher than initial figures it had given. It had previously reported around 2,000 additional deaths from all causes for the week of June 22 to June 28, the peak in France of the heat wave that also broke temperature records in many other parts of Europe.</p><p>Experts caution that it takes a while for a full picture to emerge, and that many heat-related deaths will never formally be recorded as such. For example, a heart attack, which can be triggered by extreme heat exposure, especially in people who are older or have underlying health issues, may be listed on a death certificate simply as a heart attack.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HG5UN6LMEMSLRIKFR4WBHPW34A.jpg?auth=32485227a65e74f73724fb0bc396af5b96b1417afa8220e793ea019d18ea849c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists enjoy cooling off at a public water fountain In Paris, Friday, June 26, 2026. (AP Photo/Christophe Ena )]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/75LKK6BZFZDU2T2WNV2PBDZTD4.jpg?auth=22255d71e1a7a35ff32ee82372e3037db583394759952cfbf830fec10165b4ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists cool off at a public water fountain In Paris, Friday, June 26, 2026. (AP Photo/Christophe Ena )]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VGY4NOZ54ZULPHG2BK4LXIUS6I.jpg?auth=febfd424b1e63ebf1e659155adea67ceb6e5095093f1e8260c0aa598641c1e85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two women cool off under misting sprayers in Paris during a heat wave, Saturday, July 11, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[Acusan a terapeuta infantil de abusar de niño de 5 años en clínica del suroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/07/22/acusan-a-terapeuta-infantil-de-abusar-de-nino-de-5-anos-en-clinica-del-suroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/acusan-a-terapeuta-infantil-de-abusar-de-nino-de-5-anos-en-clinica-del-suroeste-de-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un terapeuta ocupacional infantil está acusado de abusar físicamente de un niño de 5 años durante una sesión de terapia en una clínica del vecindario Three Lakes, en el suroeste de Miami-Dade, según los investigadores.]]></description><pubDate>Wed, 22 Jul 2026 15:54:15 +0000</pubDate><content:encoded><![CDATA[<p>Un terapeuta ocupacional infantil está acusado de abusar de un niño de 5 años durante una sesión de terapia en una clínica del vecindario Three Lakes, en el suroeste de Miami-Dade, informaron los investigadores.</p><p>Los registros de la cárcel muestran que Leonardo Daniel Rivas, de 42 años, fue arrestado el martes por un cargo de abuso infantil sin causar lesiones corporales graves.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade informaron que el niño asistía a su sesión diaria de terapia ocupacional en Florida Kids Therapy Medley, ubicada en el 13335 de Southwest 124th Street, el jueves, cuando Rivas, quien era su terapeuta ocupacional, “apretó las mejillas de la víctima” y le introdujo repetidamente en la boca un dispositivo de terapia del habla conocido como Whisper Phone, “cubriéndole la boca en varias ocasiones”.</p><p>Un informe de arresto indica que el niño se alteró, tras lo cual Rivas “comenzó a sujetar a la víctima con fuerza contra la silla” y “empujó firmemente hacia abajo las piernas de la víctima”.</p><p>Los investigadores informaron que el niño sufrió “numerosas abrasiones” en ambos omóplatos y en el pecho. Según el informe, fue atendido por sus lesiones en el Hospital de Niños Nicklaus.</p><p>Posteriormente, las autoridades arrestaron a Rivas, quien dijo a los investigadores que no quería hablar con ellos sin la presencia de un abogado, señala el informe.</p><p>Hasta la mañana del miércoles, Rivas permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “pendiente de fijarse”.</p><p>Local 10 solicitó una declaración a la clínica tras el arresto de Rivas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KOQC7E7MW5GYHPV4BCUXOW6V6Y.jpg?auth=7203606c037ff34593d94cf3c6a7d03fa8f4e4156f6bb9f8ca8d4c58b8ca31bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Journalists urge correspondents' association to stand up to Trump at rescheduled press dinner]]></title><link>https://www.local10.com/news/politics/2026/07/22/journalists-urge-correspondents-association-to-stand-up-to-trump-at-rescheduled-press-dinner/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/22/journalists-urge-correspondents-association-to-stand-up-to-trump-at-rescheduled-press-dinner/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Hundreds of former or retired journalists and eight press freedom groups are asking the White House Correspondents’ Association to stand up to the Trump administration’s recent attacks on the media at its rescheduled dinner this week — a dinner President Donald Trump says he'll attend.]]></description><pubDate>Wed, 22 Jul 2026 15:50:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Hundreds of former or retired journalists and eight press freedom groups are asking the White House Correspondents’ Association to stand up to the Trump administration’s recent attacks on the media at its rescheduled dinner this week — a dinner President Donald Trump says he'll attend.</p><p>The first dinner was cut short in April when a gunman, who prosecutors say was trying to assassinate Trump, opened fire at the Washington Hilton. The much smaller rescheduled dinner will take place Friday, with enhanced security precautions, at the capital's Waldorf Astoria Hotel, formerly the Trump International Hotel.</p><p>The letter expands on a similar one issued in April, before the first dinner. It notes that since then, “the administration’s attacks on journalists and press freedom have become even more egregious.”</p><p>The letter, organized by former ABC News correspondent Lisa Stark and producer Ian Cameron, cites in particular the recent subpoenas by the Justice Department to New York Times journalists who reported on security concerns over the president's Qatari-gifted Air Force One jet. Additional subpoenas of the journalists' phone records have included even the mother of one reporter, and two spouses.</p><p>They want the association to stand up ‘forcefully’</p><p>The letter also cites threats by Trump to revoke licenses of broadcasters “who refuse to acquiesce to his demands.”</p><p>“Our message to the White House Correspondents’ Association is now more urgent: forcefully stand up for freedom of the press in front of the President, publicly defend the journalists he attacks, and vow to resist his administration’s concerted effort to undermine the First Amendment,” the letter says.</p><p>It notes that the association's president, Weijia Jiang, has defined the dinner’s purpose as being “to celebrate the First Amendment and the hard daily work of the journalists who defend it.”</p><p>“We believe it is hypocritical to celebrate the First Amendment in front of the man who relentlessly attacks it," the letter says. "We urge the WHCA to condemn the administration’s actions from the podium and pledge to fight all attempts by his administration to undermine this core pillar of a functioning democracy.”</p><p>There are multiple signatories</p><p>The groups signing on to the letter are the Society of Professional Journalists, the Committee to Protect Journalists, the National Association of Black Journalists, the National Press Photographers Association, the Freedom of the Press Foundation, the Coalition for Women in Journalism, the Radio Television Digital News Association and the Media and Democracy Project.</p><p>There are also about 520 individual signatories, mainly retired journalists. Almost all of them signed the April letter as well.</p><p>Trump has said he would be attending Friday's rescheduled dinner, calling the plan to go ahead with the event “a sign of Strength and Fortitude.”</p><p>“This announcement is a very good thing in that we cannot allow Lunatics to change our way of life, or even its scheduling,” Trump wrote on his Truth Social platform.</p><p>He added that he hadn’t decided whether to give his originally intended speech, in which he was widely expected to attack the press. “I don’t know whether or not I will give the same rather nasty statements, at least as it concerns certain people, but we will soon find out,” he wrote. “In any event, it will be a ‘HOT’ ticket!”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4QG4BCQC2675JA5GKITTDTSUKE.jpg?auth=9d5068ef21c2d7216760bb9d6fa6394b900dc8b893d1271a2cc50bf87942a7cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump is seen speaking from the East Room of the White House on a television screen in the James Brady Press Briefing Room of the White House, Thursday, July 16, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Jasper Philipsen wins stage 17 of Tour de France, Tadej Pogačar protects lead]]></title><link>https://www.local10.com/sports/2026/07/22/jasper-philipsen-wins-stage-17-of-tour-de-france-tadej-pogacar-protects-lead/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/22/jasper-philipsen-wins-stage-17-of-tour-de-france-tadej-pogacar-protects-lead/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[VOIRON, France (AP) — Jasper Philipsen capped a fine team performance Wednesday to win stage 17 of the Tour de France, where defending champion Tadej Pogačar protected his overall lead.]]></description><pubDate>Wed, 22 Jul 2026 17:32:47 +0000</pubDate><content:encoded><![CDATA[<p>VOIRON, France (AP) — Jasper Philipsen capped a fine team performance Wednesday to win stage 17 of the Tour de France, where defending champion Tadej Pogačar protected his overall lead.</p><p>Mathieu van der Poel led his Alpecin-Premier Tech teammate Philipsen to his first stage victory of this Tour by controlling the pace and containing counterattacks through the last kilometers.</p><p>Philipsen finished just ahead of Mauro Schmid and Olav Kooij.</p><p>The Belgian rider described a “a rollercoaster of emotions” after what had been a disappointing Tour for him personally.</p><p>“I prepared very, very well. I was in the shape of my life, I think, and the first stages, the first 12 days were just horrible. I couldn’t find myself, couldn’t find the feeling I was hoping for,” said Philipsen, who thanked his team colleagues.</p><p>“I was like an angry bird at the table. I was just disappointed in myself, angry that I couldn’t take (a) stage win, that I didn’t find my feeling. And the team, they had to deal with it, not only the riders, the staff. This one is for them to keep on believing,” Philipsen said.</p><p>Pogačar plays it safe</p><p>Pogačar, who is chasing a third straight Tour title and fifth overall, maintained his lead of just over 4½ minutes over Remco Evenepoel, the winner of the previous two stages.</p><p>But it was a bad day for Pogačar’s UAE Emirates XRG teammate Adam Yates, who struggled and only made it back within the time limit. The British rider slumped over his handlebars, clearly exhausted.</p><p>The race ends Sunday in Paris.</p><p>Sprinters’ last chance</p><p>The relatively flat 174.7-kilometer (108.5-mile) route from Chambery to Voiron was the last favorable stage for sprinters before the Tour takes to the Alps, and it led to a day of attempted breakaways with many riders vying to put themselves in contention.</p><p>Van der Poel was among the leaders after Côte de Saint-Jean d’Arvey, the last significant climb, and they were joined by others before Yates’ problems began in the peloton.</p><p>Mads Pedersen was next to attack the leaders with 65 kilometers remaining, and the green jersey-holder invigorated the group when he joined them.</p><p>More sprinters broke away, swelling the group to 30 riders, before Pedersen, Ben Healy, Michal Kwiatkowski, Felix Engelhardt, Ed Planckaert and Jasper Stuyven struck out 57 kilometers from the finish.</p><p>Stuyven attacked on his own 26 kilometers from the line, leaving his five former co-leaders to chase or wait for the main bunch. They were caught. The only question was whether the 34-year-old Stuyven had the stamina to claim his first Tour stage win.</p><p>The Belgian rider was caught with less than 4 kilometers remaining, and Van der Poel did the rest for Philipsen.</p><p>Race for green jersey heats up</p><p>Philipsen's stage win moved him just behind Pedersen in the contest for the green jersey awarded to the rider with the most points.</p><p>With four stages remaining, Pedersen of Lidl-Trek had 452 points, followed by Philipsen on 445. Biniam Girmay of Eritrea was next with 361 points.</p><p>Doping test concerns</p><p>Cycling’s governing body, the UCI, responded to criticism of unannounced anti-doping controls after Pogačar and his main rival Jonas Vingegaard were woken in the early hours of Sunday for tests by the Swiss-based International Testing Agency.</p><p>Vingegaard subsequently crashed during Sunday’s stage and had to abandon the race.</p><p>The UCI said it acknowledged the night-time testing “can disrupt riders’ rest and recovery” and said it remained an exceptional measure.</p><p>“While fully aware of how onerous such a measure is for riders, the UCI nevertheless underscores that these controls serve an overriding interest: the fight against doping,” the body said in a statement.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6SQNKANLGNEK4CCTOTCJKILJNY.jpg?auth=d7143092bfe0d3d3b0e1e9fbc1cbf2d6fbda615fbec0baf75501927525b2c7ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium's Jasper Philipsen reacts after winning the seventeenth stage of the Tour de France cycling race, with start in Chambery and finish in Voiron France, Wednesday, July 22, 2026. (Gonzalo Fuentes/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gonzalo Fuentes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6Y7ON4DUYIQGXMURFYLZLFIGLQ.jpg?auth=7a6a427d65a09b97ac4b660dc2398192dbc4ac4f4c895c1cacc5b61d8d203d52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium's Jasper Philipsen cools off after winning the seventeenth stage of the Tour de France cycling race, with start in Chambery and finish in Voiron France, Wednesday, July 22, 2026. (Gonzalo Fuentes/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gonzalo Fuentes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OR7PSMRKLF7UFASMGI4KDG76VE.jpg?auth=cc1d2916c72a31cba7edf6fc6f7120d6706efa0e18ed6b3a08b4e4c2e3ec5750&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium's Jasper Philipsen reacts after winning the seventeenth stage of the Tour de France cycling race, with start in Chambery and finish in Voiron France, Wednesday, July 22, 2026. (Gonzalo Fuentes/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gonzalo Fuentes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UTLVGXM6RI3DVY3ELD7ZMTUZQI.jpg?auth=8a32f57cce396cdb13e9d71673258a7b3e7234efedddcd4e98dda80b447d7133&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium's Jasper Philipsen crosses the finish line to win the seventeenth stage of the Tour de France cycling race, with start in Chambery and finish in Voiron France, Wednesday, July 22, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q3H3KVZN6HH4BJGHG4NZJXI4DM.jpg?auth=669d8d6441e516f673ea9eb33664968794718be143a00cc7633b859af1a200fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Slovenia's Tadej Pogacar, wearing the overall leader's yellow jersey arrives on the podium after the seventeenth stage of the Tour de France cycling race, with start in Chambery and finish in Voiron France, Wednesday, July 22, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[Bertha skims across the northern Gulf Coast with little fanfare]]></title><link>https://www.local10.com/weather/hurricane/2026/07/22/bertha-skims-across-the-northern-gulf-coast-with-little-fanfare/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/22/bertha-skims-across-the-northern-gulf-coast-with-little-fanfare/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Bertha remained a weak, disorganized and lopsided tropical storm Wednesday morning, with its largely innocuous center swirl — absent any organized thunderstorms – sliding westward toward southeastern Louisiana.]]></description><pubDate>Wed, 22 Jul 2026 14:37:53 +0000</pubDate><content:encoded><![CDATA[<p>Bertha remained a weak, disorganized and lopsided tropical storm Wednesday morning, with its largely innocuous center swirl — absent any organized thunderstorms – sliding westward toward southeastern Louisiana.</p><p><a href="https://www.local10.com/espanol/2026/07/22/bertha-roza-la-costa-norte-del-golfo-con-escaso-impacto/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/bertha-roza-la-costa-norte-del-golfo-con-escaso-impacto/">Leer en español</a></p><p>The local National Weather Service office in New Orleans may have summed up Bertha best early Wednesday, as one of its meteorologists wrote in <a href="https://forecast.weather.gov/product.php?site=LIX&amp;issuedby=LIX&amp;product=AFD&amp;format=CI&amp;version=1&amp;glossary=1" rel="">its area forecast discussion</a>:</p><p>“Abnormal tropical storm conditions is putting it lightly. I for one have never seen a tropical storm warning and a heat advisory/warning for the same time frame in the same area. But here we are.”</p><p>Despite a track that takes the center through parts of south Louisiana Wednesday, a sunny start to the day with mostly dry conditions and breaks in the clouds — even as the center of Bertha passes through — will allow temperatures to soar, with feels-like temperatures climbing to nearly 115 degrees for much of southern Louisiana and parts of coastal Mississippi. </p><p>As a result, extreme heat warnings are in effect alongside tropical storm warnings on Wednesday. </p><figure><img src="https://www.local10.com/resizer/v2/GNVLVB4PKRACHMXEN2UVXI4YBI.png?auth=7ebba85c7a74fc5dccab2ac810369eebdd8caa941cabaf31a82a77342b62789e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>It’s an unusual paradox but for a very unusual storm. While tropical storm warnings indicate the likelihood of winds exceeding 38 mph, in this case that’ll be mostly in gusts, and areas in South Louisiana under a tropical storm warning will mostly see a breezy day without any consequential rain.</p><p>The exception could be areas farther south and along the immediate coast – such as in the long finger of Plaquemines Parish that juts into the Gulf – where minor, localized flooding is possible, especially with higher than usual tides. </p><p>The overall impact from Bertha will be minimal at best today and Thursday as it scrapes along the northern Gulf Coast, with its remnants moving inland over eastern Texas later Thursday.</p><p><b>Copious rainfall … over water</b></p><p>Bertha has been a prolific rainmaker, but over water. As we’ve discussed all week (and last), relentless wind shear has blown off all of Bertha’s organized storminess to the south of its center and over the Gulf.</p><figure><img src="https://www.local10.com/resizer/v2/RSBKUUGU75ECTB66XD3XYJQHKM.png?auth=bec7bf7d680e92ecb3467283ef3a1438b0af4223ebd96c9d6bf1213e51526fca&smart=true&width=1200&height=900" alt="Two-day rainfall estimates from the Multi-Radar Multi-Sensor (MRMS) system that merges radar estimates with observations and computer model data. Estimates suggest totals nearing two feet (20+ inches) in localized areas of the northeastern and north-central Gulf. (NOAA National Severe Storms Laboratory)" height="900" width="1200"/><figcaption>Two-day rainfall estimates from the Multi-Radar Multi-Sensor (MRMS) system that merges radar estimates with observations and computer model data. Estimates suggest totals nearing two feet (20+ inches) in localized areas of the northeastern and north-central Gulf. (NOAA National Severe Storms Laboratory)</figcaption></figure><p>Radar estimates indicate rain totals topping nearly two feet over parts of the northern Gulf, and a marine station atop an oil platform located about 140 miles south of Grand Isle, Louisiana, <a href="https://www.weather.gov/wrh/timeseries?site=KATP&amp;hours=72" rel="">has reported almost 11 inches of rain</a> since Tuesday morning.</p><p>Over land, however, and near and to the north of Bertha’s center, rainfall totals have been unremarkable and manageable, with only a few inches at most reported so far.</p><p>This will continue to be the case today and tomorrow, perhaps even more so as wind shear ramps up further and pushes thunderstorms farther offshore. </p><p>The National Weather Service forecasts only a low (aka marginal) risk of flash flooding in isolated spots (flash flood threat level 1 of 4) through Thursday for southern Louisiana and areas east, with only spotty bands of showers expected around Bertha’s center.</p><figure><img src="https://www.local10.com/resizer/v2/GFDAUAN6DVB47KCLV3A5K75SC4.png?auth=80548e0b699c28738f970a52242d213bbb068e666a0996c73b750570fd36d0b5&smart=true&width=1200&height=900" alt="Flash flood forecast from the National Weather Service showing only a low (aka marginal) threat of flash flooding (flash flood threat 1 of 4) for parts of southern Louisiana and areas east today through Thursday. (NOAA)" height="900" width="1200"/><figcaption>Flash flood forecast from the National Weather Service showing only a low (aka marginal) threat of flash flooding (flash flood threat 1 of 4) for parts of southern Louisiana and areas east today through Thursday. (NOAA)</figcaption></figure><p><b>What are the chances Bertha reforms farther south and strengthens en route to Texas?</b></p><p>Slim to none. </p><p>While there’s an outside chance Bertha’s exposed center unravels and reforms farther south, where it might be less affected by the firehose of shear, even in that case it’s unlikely to have the room it’d need to re-strengthen much before moving inland over Texas on Thursday.</p><figure><img src="https://www.local10.com/resizer/v2/CMD2YLMRNFHRVIGBVQFPDGRYTU.jpg?auth=3ad781ce30c41321c63ba1710bbca50423c8906030be706c0559379a506779b5&smart=true&width=1200&height=900" alt="Probability of the center of Bertha or its remnants passing to within about 100 miles of any given location from all global forecast models. Though Bertha’s center will be moving through the Louisiana marsh today and could re-emerge south of Louisiana later today, it’s unlikely we’ll see appreciable re-strengthening before moving inland over Texas on Thursday. (Tomer Burg)" height="900" width="1200"/><figcaption>Probability of the center of Bertha or its remnants passing to within about 100 miles of any given location from all global forecast models. Though Bertha’s center will be moving through the Louisiana marsh today and could re-emerge south of Louisiana later today, it’s unlikely we’ll see appreciable re-strengthening before moving inland over Texas on Thursday. (Tomer Burg)</figcaption></figure><p>The odds of it surviving and making a run as a hurricane is less than 1%, according to Google DeepMind’s 1,000-member ensemble system. In other words, don’t bet the farm on it.</p><p>Far and away, the most likely scenario is a gradual weakening as Bertha’s center gradually disassembles Wednesday and Thursday.</p><p><b>Mum’s the word elsewhere through July</b></p><p>Elsewhere, we’re seeing nothing on the horizon across the Atlantic basin through July and into the first week of August.</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/WMNG2COIIJH4JDABYMP6TEBIXA.jpg?auth=3caccb4ddc933485d090df0d2bbc63206234b76cb534e9b1843781b27a69167c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Clean Plate: South Florida restaurants with zero violations]]></title><link>https://www.local10.com/food/dirty-dining/2026/07/22/clean-plate-south-florida-restaurants-with-zero-violations/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/07/22/clean-plate-south-florida-restaurants-with-zero-violations/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[The restaurants below earned a well-deserved Clean Plate award after passing recent routine, unannounced state food safety inspections with zero violations. ]]></description><pubDate>Wed, 22 Jul 2026 14:20:40 +0000</pubDate><content:encoded><![CDATA[<p>The restaurants below earned a well-deserved Clean Plate award after passing recent routine, unannounced state food safety inspections with zero violations. </p><p><a href="https://www.local10.com/espanol/2026/07/22/plato-limpio-restaurantes-del-sur-de-florida-con-cero-infracciones/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/plato-limpio-restaurantes-del-sur-de-florida-con-cero-infracciones/">Leer en español</a></p><p>These were not first-time licensing inspections, follow-up inspections, callbacks, or complaint investigations—just regular surprise inspections where inspectors found no violations.</p><p>We applaud these establishments for making food safety and cleanliness a priority every day, not just when someone is watching.</p><p>At Local 10 News, we’re constantly searching state inspection records to recognize restaurants that go above and beyond to protect their customers, and these businesses have earned that recognition.</p><p>These are permanent, brick-and-mortar restaurants with customer seating, not mobile vendors, caterers, commissaries, or temporary operations.</p><p><b>*EVERTON MANDEVILLE DELIGHT</b>, 6445 PEMBROKE ROAD, HOLLYWOOD, 7/17</p><p><b>*FIVE GUYS BURGERS AND FRIES</b>, 1700 NE 23RD ST., POMPANO BEACH, 7/17</p><p><b>*FIREHOUSE SUBS</b>, 10800 PINES BLVD., PEMBROKE PINES, 7/16</p><p><b>*FIVE GUYS BURGERS AND FRIES</b>, 801 SOUTH UNIVERSITY DR., PLANTATION, 7/15</p><p><b>*OAKBERRY ACAI ATLANTIC VILLAGE</b>, 801 NORTH FEDERAL HIGHWAY, HALLANDALE BEACH, 7/13</p><p><b>*G’S KITCHEN &amp; BAR</b>, 4877 COCONUT CREEK PARKWAY, MARGATE, 7/9</p><p><b>*PIZZA HUT</b>, 3396 SW 22ND ST., MIAMI, 7/10</p><p><b>*MCDONALDS</b>, 1400 SW 8TH ST, MIAMI, 7/7</p><p><b>*SALON TROPICAL BANQUET HALL</b>, 5350 WEST 16TH AVE., HIALEAH, 7/1</p><p><b>*KING’S SEAFOOD</b>, 10925 OVERSEAS HIGHWAY, MARATHON, 7/16</p><p><b>*MARY JANE’S CLOSET</b>, 22864 OVERSEAS HIGHWAY, CUDJOE KEY, 7/14</p><p><b>*PAUL’S BEACH BAR &amp; GRILL</b>, 84801 SOUTH OLD HIGHWAY, ISLAMORADA, 7/1</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ET5TRY7FWRDFPIFSGROAUCMIJE.png?auth=d09961d07316577a4558d47e3ce86a760654775e243af53aadcaadacb1cbfa91&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Plato Limpio: Restaurantes del sur de Florida con cero infracciones]]></title><link>https://www.local10.com/espanol/2026/07/22/plato-limpio-restaurantes-del-sur-de-florida-con-cero-infracciones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/plato-limpio-restaurantes-del-sur-de-florida-con-cero-infracciones/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Los restaurantes que aparecen a continuación recibieron el merecido reconocimiento Plato Limpio tras aprobar recientes inspecciones rutinarias y sin previo aviso de seguridad alimentaria del estado con cero infracciones.]]></description><pubDate>Wed, 22 Jul 2026 14:50:39 +0000</pubDate><content:encoded><![CDATA[<p>Los restaurantes que se mencionan a continuación obtuvieron un merecido premio “Plato Limpio” tras superar las recientes inspecciones estatales de seguridad alimentaria, realizadas de forma rutinaria y sin previo aviso, sin detectar ninguna infracción.</p><p>No se trataba de inspecciones iniciales para la obtención de licencias, inspecciones de seguimiento, revisiones de casos ni investigaciones de quejas, sino simplemente de inspecciones sorpresa rutinarias en las que los inspectores no encontraron ninguna infracción.</p><p>Felicitamos a estos establecimientos por hacer de la seguridad alimentaria y la limpieza una prioridad diaria, no solo cuando alguien los observa.</p><p>En Local 10 News, buscamos constantemente en los registros de inspección estatales para reconocer a los restaurantes que se esfuerzan al máximo por proteger a sus clientes, y estos negocios se han ganado ese reconocimiento.</p><p>Se trata de restaurantes permanentes, con local físico y mesas para los clientes, no de vendedores ambulantes, empresas de catering, cocinas centrales ni operaciones temporales.</p><p><b>*EVERTON MANDEVILLE DELIGHT</b>, 6445 PEMBROKE ROAD, HOLLYWOOD, 7/17</p><p><b>*FIVE GUYS BURGERS AND FRIES</b>, 1700 NE 23RD ST., POMPANO BEACH, 7/17</p><p><b>*FIREHOUSE SUBS</b>, 10800 PINES BLVD., PEMBROKE PINES, 7/16</p><p><b>*FIVE GUYS BURGERS AND FRIES</b>, 801 SOUTH UNIVERSITY DR., PLANTATION, 7/15</p><p><b>*OAKBERRY ACAI ATLANTIC VILLAGE</b>, 801 NORTH FEDERAL HIGHWAY, HALLANDALE BEACH, 7/13</p><p><b>*G’S KITCHEN &amp; BAR</b>, 4877 COCONUT CREEK PARKWAY, MARGATE, 7/9</p><p><b>*PIZZA HUT</b>, 3396 SW 22ND ST., MIAMI, 7/10</p><p><b>*MCDONALDS</b>, 1400 SW 8TH ST, MIAMI, 7/7</p><p><b>*SALON TROPICAL BANQUET HALL</b>, 5350 WEST 16TH AVE., HIALEAH, 7/1</p><p><b>*KING’S SEAFOOD</b>, 10925 OVERSEAS HIGHWAY, MARATHON, 7/16</p><p><b>*MARY JANE’S CLOSET</b>, 22864 OVERSEAS HIGHWAY, CUDJOE KEY, 7/14</p><p><b>*PAUL’S BEACH BAR &amp; GRILL</b>, 84801 SOUTH OLD HIGHWAY, ISLAMORADA, 7/1</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ET5TRY7FWRDFPIFSGROAUCMIJE.png?auth=d09961d07316577a4558d47e3ce86a760654775e243af53aadcaadacb1cbfa91&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Bertha roza la costa norte del Golfo con escaso impacto]]></title><link>https://www.local10.com/espanol/2026/07/22/bertha-roza-la-costa-norte-del-golfo-con-escaso-impacto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/bertha-roza-la-costa-norte-del-golfo-con-escaso-impacto/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Bertha permanecía como una tormenta tropical débil, desorganizada y asimétrica la mañana del miércoles, con su centro de circulación, en gran medida inofensivo y sin tormentas eléctricas organizadas, desplazándose hacia el oeste en dirección al sureste de Luisiana.]]></description><pubDate>Wed, 22 Jul 2026 14:46:22 +0000</pubDate><content:encoded><![CDATA[<p>El miércoles por la mañana, Bertha seguía siendo una tormenta tropical débil, desorganizada y asimétrica, con su centro en espiral, en gran medida inofensivo y sin tormentas eléctricas organizadas, desplazándose hacia el oeste, en dirección al sureste de Luisiana.</p><p>La oficina local del Servicio Meteorológico Nacional en Nueva Orleans tal vez resumió mejor la situación de Bertha a primera hora del miércoles, como escribió uno de sus meteorólogos en <a href="https://forecast.weather.gov/product.php?site=LIX&amp;issuedby=LIX&amp;product=AFD&amp;format=CI&amp;version=1&amp;glossary=1" rel="">su análisis del pronóstico del área</a> :</p><p>Decir que se trata de condiciones de tormenta tropical anormales es quedarse corto. Personalmente, nunca había visto una alerta de tormenta tropical y un aviso/alerta de calor para el mismo período de tiempo en la misma zona. Pero aquí estamos.</p><p>A pesar de que la trayectoria de la tormenta llevará el centro a través de partes del sur de Luisiana el miércoles, un comienzo de día soleado con condiciones mayormente secas y claros entre las nubes, incluso mientras el centro de Bertha pasa por la zona, permitirá que las temperaturas se disparen, con una sensación térmica que alcanzará casi los 115 grados en gran parte del sur de Luisiana y partes de la costa de Misisipi.</p><p>Como consecuencia, el miércoles estarán vigentes avisos por calor extremo, además de los avisos por tormenta tropical.</p><figure><img src="https://www.local10.com/resizer/v2/GNVLVB4PKRACHMXEN2UVXI4YBI.png?auth=7ebba85c7a74fc5dccab2ac810369eebdd8caa941cabaf31a82a77342b62789e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Es una paradoja inusual, pero para una tormenta muy inusual. Si bien las alertas de tormenta tropical indican la probabilidad de vientos que superen los 61 km/h, en este caso se tratará principalmente de ráfagas, y las zonas del sur de Luisiana bajo alerta de tormenta tropical experimentarán en su mayoría un día ventoso sin lluvias significativas.</p><p>La excepción podrían ser las zonas más al sur y a lo largo de la costa inmediata, como en la larga franja de tierra de la parroquia de Plaquemines que se adentra en el Golfo, donde son posibles inundaciones menores y localizadas, especialmente con mareas más altas de lo habitual.</p><p>El impacto general de Bertha será mínimo en el mejor de los casos hoy y el jueves, mientras avanza lentamente a lo largo de la costa norte del Golfo de México, y sus remanentes se desplazan tierra adentro sobre el este de Texas más tarde el jueves.</p><p><b>Abundantes lluvias… sobre el agua</b></p><p>Bertha ha provocado lluvias torrenciales, pero sobre el agua. Como hemos comentado durante toda la semana (y la anterior), la implacable cizalladura del viento ha dispersado toda la actividad tormentosa organizada de Bertha hacia el sur de su centro y sobre el Golfo.</p><figure><img src="https://www.local10.com/resizer/v2/RSBKUUGU75ECTB66XD3XYJQHKM.png?auth=bec7bf7d680e92ecb3467283ef3a1438b0af4223ebd96c9d6bf1213e51526fca&smart=true&width=1200&height=900" alt="Caption: 2-day rainfall estimates from the Multi-Radar Multi-Sensor (MRMS) system that merges radar estimates with observations and computer model data. Estimates suggest totals nearing two feet (20+ inches) in localized areas of the northeastern and north-central Gulf. (NOAA National Severe Storms Laboratory)" height="900" width="1200"/><figcaption>Caption: 2-day rainfall estimates from the Multi-Radar Multi-Sensor (MRMS) system that merges radar estimates with observations and computer model data. Estimates suggest totals nearing two feet (20+ inches) in localized areas of the northeastern and north-central Gulf. (NOAA National Severe Storms Laboratory)</figcaption></figure><p>Las estimaciones del radar indican acumulaciones de lluvia que superan casi dos pies en algunas zonas del norte del Golfo, y una estación marítima situada en la cima de una plataforma petrolífera ubicada a unas 140 millas al sur de Grand Isle, Luisiana, <a href="https://www.weather.gov/wrh/timeseries?site=KATP&amp;hours=72" rel="">ha reportado casi 11 pulgadas de lluvia</a> desde el martes por la mañana.</p><p>Sin embargo, en tierra firme, y cerca y al norte del centro de Bertha, las precipitaciones han sido insignificantes y manejables, con apenas unos pocos centímetros registrados hasta el momento.</p><p>Esto seguirá siendo así hoy y mañana, e incluso puede que se acentúe aún más a medida que la cizalladura del viento aumente y empuje las tormentas eléctricas mar adentro.</p><p>El Servicio Meteorológico Nacional pronostica un riesgo bajo (o marginal) de inundaciones repentinas en puntos aislados (nivel de amenaza de inundaciones repentinas 1 de 4) hasta el jueves para el sur de Luisiana y las áreas al este, con solo bandas dispersas de chubascos previstas alrededor del centro de Bertha.</p><figure><img src="https://www.local10.com/resizer/v2/GFDAUAN6DVB47KCLV3A5K75SC4.png?auth=80548e0b699c28738f970a52242d213bbb068e666a0996c73b750570fd36d0b5&smart=true&width=1200&height=900" alt="Flash flood forecast from the National Weather Service showing only a low (aka marginal) threat of flash flooding (flash flood threat 1 of 4) for parts of southern Louisiana and areas east today through Thursday. (NOAA)" height="900" width="1200"/><figcaption>Flash flood forecast from the National Weather Service showing only a low (aka marginal) threat of flash flooding (flash flood threat 1 of 4) for parts of southern Louisiana and areas east today through Thursday. (NOAA)</figcaption></figure><p><b>¿Qué probabilidades hay de que Bertha se reforme más al sur y se fortalezca en su camino hacia Texas?</b></p><p>Escaso o nulo.</p><p>Si bien existe una remota posibilidad de que el centro expuesto de Bertha se deshaga y se reforme más al sur, donde podría verse menos afectado por la intensa fuerza de cizallamiento, incluso en ese caso es improbable que tenga el espacio necesario para reforzarse significativamente antes de adentrarse en el territorio de Texas el jueves.</p><figure><img src="https://www.local10.com/resizer/v2/CMD2YLMRNFHRVIGBVQFPDGRYTU.jpg?auth=3ad781ce30c41321c63ba1710bbca50423c8906030be706c0559379a506779b5&smart=true&width=1200&height=900" alt="Probability of the center of Bertha or its remnants passing to within about 100 miles of any given location from all global forecast models. Though Bertha’s center will be moving through the Louisiana marsh today and could re-emerge south of Louisiana later today, it’s unlikely we’ll see appreciable re-strengthening before moving inland over Texas on Thursday. (Tomer Burg)" height="900" width="1200"/><figcaption>Probability of the center of Bertha or its remnants passing to within about 100 miles of any given location from all global forecast models. Though Bertha’s center will be moving through the Louisiana marsh today and could re-emerge south of Louisiana later today, it’s unlikely we’ll see appreciable re-strengthening before moving inland over Texas on Thursday. (Tomer Burg)</figcaption></figure><p>Según el sistema de predicción de Google DeepMind, compuesto por 1000 miembros, la probabilidad de que sobreviva y se convierta en huracán es inferior al 1%. En otras palabras, no apuestes todo a ello.</p><p>Sin duda, el escenario más probable es un debilitamiento gradual a medida que el centro de Bertha se vaya desmoronando poco a poco entre el miércoles y el jueves.</p><p><b>En otros lugares, el silencio se mantiene hasta julio.</b></p><p>En otras zonas, no se vislumbra ningún fenómeno meteorológico en el horizonte de la cuenca atlántica durante el mes de julio y la primera semana de agosto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WMNG2COIIJH4JDABYMP6TEBIXA.jpg?auth=3caccb4ddc933485d090df0d2bbc63206234b76cb534e9b1843781b27a69167c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man in custody after fleeing car crash scene in Margate, police say ]]></title><link>https://www.local10.com/news/local/2026/07/22/man-in-custody-after-fleeing-car-crash-scene-in-margate-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/man-in-custody-after-fleeing-car-crash-scene-in-margate-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man was taken into custody Wednesday morning following a car crash in Margate, authorities confirmed.]]></description><pubDate>Wed, 22 Jul 2026 14:00:56 +0000</pubDate><content:encoded><![CDATA[<p>A man was taken into custody Wednesday morning following a car crash in Margate, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/07/22/hombre-bajo-custodia-tras-huir-de-la-escena-de-un-choque-en-margate-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/hombre-bajo-custodia-tras-huir-de-la-escena-de-un-choque-en-margate-dice-la-policia/">Leer en español</a></p><p>According to Margate police, the crash occurred in the 5400 block of West Atlantic Boulevard.</p><p>Police said the suspect crashed his vehicle and then fled the scene. </p><p>According to authorities, the suspect was captured a short time later and it was discovered that he had active arrest warrants for narcotics-related charges.</p><p>The suspect’s identity was not immediately released and it’s unclear whether the crash only involved the suspect’s vehicle.</p><p>The car -- a silver sedan -- has since been towed from the scene. </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/ARLOWQQELNGGDHG7NAQ25UTOBU.jpeg?auth=d909a15a75ab8d60810da98110ad63d90cbe74fcf69f2ea2910b6387f7457b4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hombre bajo custodia tras huir de la escena de un choque en Margate, dice la policía]]></title><link>https://www.local10.com/espanol/2026/07/22/hombre-bajo-custodia-tras-huir-de-la-escena-de-un-choque-en-margate-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/hombre-bajo-custodia-tras-huir-de-la-escena-de-un-choque-en-margate-dice-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre fue puesto bajo custodia la mañana de este miércoles tras un choque vehicular en Margate, confirmaron las autoridades.]]></description><pubDate>Wed, 22 Jul 2026 14:38:25 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue puesto bajo custodia la mañana de este miércoles tras un choque vehicular en Margate, confirmaron las autoridades.</p><p>Según la Policía de Margate, el choque ocurrió en la cuadra 5400 de West Atlantic Boulevard.</p><p>La Policía informó que el sospechoso chocó su vehículo y luego huyó de la escena.</p><p>Según las autoridades, el sospechoso fue capturado poco tiempo después y se descubrió que tenía órdenes de arresto activas por cargos relacionados con narcóticos.</p><p>La identidad del sospechoso no fue divulgada de inmediato y no está claro si el choque involucró únicamente el vehículo del sospechoso.</p><p>El vehículo, un sedán plateado, ya fue remolcado de la escena.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ARLOWQQELNGGDHG7NAQ25UTOBU.jpeg?auth=d909a15a75ab8d60810da98110ad63d90cbe74fcf69f2ea2910b6387f7457b4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man dies after fiery single-vehicle crash in northwest Miami-Dade, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/22/man-dies-after-fiery-single-vehicle-crash-in-northwest-miami-dade-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/man-dies-after-fiery-single-vehicle-crash-in-northwest-miami-dade-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office Traffic Homicide detectives are investigating a single-vehicle crash that they said left a man dead early Wednesday in northwest Miami-Dade.]]></description><pubDate>Wed, 22 Jul 2026 14:11:20 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office Traffic Homicide detectives are investigating a single-vehicle crash that they said left a man dead early Wednesday in northwest Miami-Dade.</p><p><a href="https://www.local10.com/espanol/2026/07/22/hombre-muere-tras-choque-e-incendio-de-vehiculo-en-el-noroeste-de-miami-dade-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/hombre-muere-tras-choque-e-incendio-de-vehiculo-en-el-noroeste-de-miami-dade-dicen-agentes/">Leer en español</a></p><p>Authorities said the crash happened just after 5:30 a.m. at the intersection of Northwest 103rd Street and Northwest 17th Avenue in the county’s Westview area.</p><p>Deputies arrived to find the vehicle engulfed in flames, authorities said.</p><p>Miami-Dade Fire Rescue firefighters extinguished the fire, but the driver, who was the vehicle’s sole occupant, was pronounced dead at the scene, according to investigators.</p><p>Sky 10 flew over the scene around 9:35 a.m., where crime scene tape remained up, a damaged car was covered with a yellow tarp. </p><p>Deputies said the crash closed all lanes on Northwest 103rd Street from Northwest 17th Avenue to Northwest 21st Avenue. Drivers are urged to avoid the area, use alternate routes and expect delays.</p><p>Authorities have not released the victim’s identity or said what caused the vehicle to crash.</p><p>No other details about the crash were immediately 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></item><item><title><![CDATA[Hombre muere tras choque e incendio de vehículo en el noroeste de Miami-Dade, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/07/22/hombre-muere-tras-choque-e-incendio-de-vehiculo-en-el-noroeste-de-miami-dade-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/hombre-muere-tras-choque-e-incendio-de-vehiculo-en-el-noroeste-de-miami-dade-dicen-agentes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Detectives de Homicidios de Tránsito de la Oficina del Sheriff de Miami-Dade investigan un choque de un solo vehículo que, según informaron, dejó a un hombre muerto la madrugada del miércoles en el noroeste de Miami-Dade.]]></description><pubDate>Wed, 22 Jul 2026 14:34:31 +0000</pubDate><content:encoded><![CDATA[<p>Detectives de Homicidios de Tránsito de la Oficina del Sheriff de Miami-Dade investigan un choque de un vehículo que, según informaron, dejó a un hombre muerto la madrugada del miércoles en el noroeste de Miami-Dade.</p><p>Las autoridades informaron que el choque ocurrió poco después de las 5:30 a.m. en la intersección de Northwest 103rd Street y Northwest 17th Avenue, en el área de Westview del condado.</p><p>Los agentes llegaron al lugar y encontraron el vehículo envuelto en llamas, informaron las autoridades.</p><p>Bomberos de Miami-Dade Fire Rescue extinguieron el incendio, pero el conductor, quien era el único ocupante del vehículo, fue declarado muerto en la escena, según los investigadores.</p><p>Sky 10 sobrevoló la escena alrededor de las 9:35 a.m., donde la cinta de la escena del crimen permanecía colocada y un vehículo dañado estaba cubierto con una lona amarilla.</p><p>Los agentes informaron que el choque obligó al cierre de todos los carriles de Northwest 103rd Street desde Northwest 17th Avenue hasta Northwest 21st Avenue. Se recomienda a los conductores evitar el área, utilizar rutas alternas y prever demoras.</p><p>Las autoridades no han divulgado la identidad de la víctima ni han informado qué provocó el choque del vehículo.</p><p>No se dieron a conocer de inmediato más detalles sobre el choque.</p>]]></content:encoded></item><item><title><![CDATA[New report indicates it’s now pricier to live in Miami than New York City]]></title><link>https://www.local10.com/news/local/2026/07/21/new-report-indicates-its-now-pricier-to-live-in-miami-than-new-york-city/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/new-report-indicates-its-now-pricier-to-live-in-miami-than-new-york-city/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[For decades now, New Yorkers have fled to South Florida, not just for the sunshine but for other perks like spacious homes and no state income tax.]]></description><pubDate>Tue, 21 Jul 2026 20:48:46 +0000</pubDate><content:encoded><![CDATA[<p>For decades now, New Yorkers have fled to South Florida, not just for the sunshine, but for other perks like spacious homes and no state income tax.</p><p><a href="https://www.local10.com/espanol/2026/07/22/nuevo-informe-indica-que-ahora-es-mas-caro-vivir-en-miami-que-en-la-ciudad-de-nueva-york/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/nuevo-informe-indica-que-ahora-es-mas-caro-vivir-en-miami-que-en-la-ciudad-de-nueva-york/">Leer en español</a></p><p>More recently though, <a href="https://www.bloomberg.com/news/features/2026-07-20/miami-s-metro-area-is-now-more-expensive-than-new-york" target="_blank" rel="noreferrer" title="https://www.bloomberg.com/news/features/2026-07-20/miami-s-metro-area-is-now-more-expensive-than-new-york">Bloomberg’s latest dive into the topic</a> cites research claiming for the first time on record, the Miami area is pricier than the Big Apple, saying South Florida’s consumer price index has jumped 36% since 2019.</p><p>“Cost of living is going up everywhere and the New Yorkers are coming down here, so I guess it is what it is,” said South Florida resident Robert Nordling. “The cost of living, the cost of anything from sandwiches to gas, it’s up one day, down the next.” </p><p>It’s hard not to notice that many things are more expensive now than in 2019, no matter where you live.</p><p>“And it’s only gonna keep climbing from here,” said Miami resident Mario Torres. </p><p>The Bloomberg piece goes on to say Miami’s private-school tuition, insurance costs and how much people are spending at restaurants are higher now than they were a year ago. </p><p>So what does all of this mean? Will people start choosing New York over Miami? </p><p>“Always an appeal here -- everybody wants to be in Miami,” said Nordling. “New York and Miami. I guess they’re dancing together now.”</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[Nuevo informe indica que ahora es más caro vivir en Miami que en la ciudad de Nueva York]]></title><link>https://www.local10.com/espanol/2026/07/22/nuevo-informe-indica-que-ahora-es-mas-caro-vivir-en-miami-que-en-la-ciudad-de-nueva-york/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/nuevo-informe-indica-que-ahora-es-mas-caro-vivir-en-miami-que-en-la-ciudad-de-nueva-york/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[Durante décadas, los neoyorquinos se han mudado al sur de Florida, no solo por el sol, sino también por otras ventajas como viviendas espaciosas y la ausencia de un impuesto estatal sobre la renta.]]></description><pubDate>Wed, 22 Jul 2026 13:59:43 +0000</pubDate><content:encoded><![CDATA[<p>Durante décadas, los neoyorquinos se han mudado al sur de Florida, no solo por el sol, sino también por otras ventajas como viviendas espaciosas y la ausencia de un impuesto estatal sobre la renta.</p><p>Más recientemente, sin embargo, <a href="https://www.bloomberg.com/news/features/2026-07-20/miami-s-metro-area-is-now-more-expensive-than-new-york" target="_blank" rel="noreferrer" title="https://www.bloomberg.com/news/features/2026-07-20/miami-s-metro-area-is-now-more-expensive-than-new-york">el más reciente análisis de Bloomberg sobre el tema</a> cita una investigación que afirma que, por primera vez de la que se tenga registro, el área de Miami es más cara que la Gran Manzana, al señalar que el índice de precios al consumidor del sur de Florida ha aumentado un 36% desde 2019.</p><p>“El costo de vida está subiendo en todas partes y los neoyorquinos se están mudando aquí, así que supongo que es lo que hay”, dijo Robert Nordling, residente del sur de Florida. “El costo de vida, el precio de todo, desde los sándwiches hasta la gasolina, sube un día y baja al siguiente”.</p><p>Es difícil no notar que muchas cosas son más caras ahora que en 2019, sin importar dónde se viva.</p><p>“Y solo va a seguir aumentando a partir de ahora”, dijo Mario Torres, residente de Miami.</p><p>El artículo de Bloomberg agrega que las matrículas de las escuelas privadas en Miami, los costos de los seguros y el dinero que la gente gasta en restaurantes son ahora más altos que hace un año.</p><p>Entonces, ¿qué significa todo esto? ¿La gente comenzará a elegir Nueva York en lugar de Miami?</p><p>“Siempre habrá atractivo aquí; todo el mundo quiere estar en Miami”, dijo Nordling. “Nueva York y Miami. Supongo que ahora están bailando juntas”.</p>]]></content:encoded></item><item><title><![CDATA[2 women reported missing from same location in northwest Miami-Dade, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/22/2-women-reported-missing-from-same-location-in-northwest-miami-dade-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/2-women-reported-missing-from-same-location-in-northwest-miami-dade-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The Miami-Dade Sheriff’s Office is asking for the public’s help finding two women who they said were reported missing from the same location.]]></description><pubDate>Wed, 22 Jul 2026 11:10:32 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade Sheriff’s Office is asking for the public’s help finding two women who they said were reported missing from the same location.</p><p><a href="https://www.local10.com/espanol/2026/07/22/reportan-desaparecidas-a-dos-mujeres-del-mismo-lugar-en-el-noroeste-de-miami-dade-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/reportan-desaparecidas-a-dos-mujeres-del-mismo-lugar-en-el-noroeste-de-miami-dade-dicen-agentes/">Leer en español</a></p><p>According to deputies, Lissette Morazan Peralta, 52, and Bacilia Peralta Escobar, 85, were last seen at about noon Tuesday, leaving a place in the 1300 block of Northwest 132<sup>nd</sup> Street.</p><p>Deputies said neither woman has tried to contact relatives and they may be in need of services. Their relation to each other was not released by authorities.</p><p>According to deputies, Peralta Escobar was last seen wearing a white and black striped shirt and black leggings, while Morazan Peralta was last seen wearing a black shirt and a beige skirt.</p><p>Anyone with information about their whereabouts is asked to call Deputy A. Madrigal at 305-715-3300 or 305-715-3214. Tipsters may also email u307222@mdso.com or call Miami-Dade Crime Stoppers at 305-471-TIPS (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><media:content url="https://www.local10.com/resizer/v2/WLSYH6SZWJFIPCGM3LU2GDP7MM.jpg?auth=1ee801b999c10a430401eb6fcbd26fabad0425c6444497565381ae9cf657d784&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left: Lissette Morazan Peralta, 52, and Bacilia Peralta Escobar, 85.]]></media:description></media:content></item><item><title><![CDATA[Reportan desaparecidas a dos mujeres del mismo lugar en el noroeste de Miami-Dade, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/07/22/reportan-desaparecidas-a-dos-mujeres-del-mismo-lugar-en-el-noroeste-de-miami-dade-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/reportan-desaparecidas-a-dos-mujeres-del-mismo-lugar-en-el-noroeste-de-miami-dade-dicen-agentes/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La Oficina del Sheriff de Miami-Dade solicita la ayuda del público para encontrar a dos mujeres que, según informó, fueron reportadas como desaparecidas del mismo lugar.]]></description><pubDate>Wed, 22 Jul 2026 13:55:10 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Sheriff de Miami-Dade solicita la ayuda del público para encontrar a dos mujeres que, según informó, fueron reportadas como desaparecidas del mismo lugar.</p><p>Según los agentes, Lissette Morazan Peralta, de 52 años, y Bacilia Peralta Escobar, de 85, fueron vistas por última vez alrededor del mediodía del martes, cuando salían de un lugar ubicado en la cuadra 1300 de Northwest 132nd Street.</p><p>Los agentes informaron que ninguna de las dos mujeres ha intentado comunicarse con sus familiares y que podrían necesitar asistencia. Las autoridades no divulgaron la relación entre ambas.</p><p>Según los agentes, Peralta Escobar fue vista por última vez con una camisa de rayas blancas y negras y leggings negros, mientras que Morazan Peralta fue vista por última vez con una camisa negra y una falda beige.</p><p>Cualquier persona que tenga información sobre su paradero debe llamar al agente A. Madrigal al 305-715-3300 o al 305-715-3214. También puede enviar un correo electrónico a u307222@mdso.com o llamar a Miami-Dade Crime Stoppers al 305-471-TIPS (8477).</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WLSYH6SZWJFIPCGM3LU2GDP7MM.jpg?auth=1ee801b999c10a430401eb6fcbd26fabad0425c6444497565381ae9cf657d784&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left: Lissette Morazan Peralta, 52, and Bacilia Peralta Escobar, 85.]]></media:description></media:content></item><item><title><![CDATA[Drunken driver crashes into vehicle stopped at red light in Coral Springs, killing occupant, police say]]></title><link>https://www.local10.com/news/local/2026/07/22/drunken-driver-crashes-into-vehicle-stopped-at-red-light-in-coral-springs-killing-occupant-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/drunken-driver-crashes-into-vehicle-stopped-at-red-light-in-coral-springs-killing-occupant-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[An alleged drunken driver was arrested Monday following a fatal rear-end crash in Coral Springs, authorities said.]]></description><pubDate>Wed, 22 Jul 2026 11:44:46 +0000</pubDate><content:encoded><![CDATA[<p>An alleged drunken driver was arrested Monday following a fatal rear-end crash in Coral Springs, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/22/policia-conductor-ebrio-choca-contra-vehiculo-detenido-en-semaforo-en-rojo-en-coral-springs-y-mata-a-su-ocupante/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/policia-conductor-ebrio-choca-contra-vehiculo-detenido-en-semaforo-en-rojo-en-coral-springs-y-mata-a-su-ocupante/">Leer en español</a></p><p>According to an arrest report from the Coral Springs Police Department, the crash occurred just after 4:45 p.m. Monday at the intersection of West Sample Road and Turtle Run Boulevard.</p><p>Police said the suspect, Joseph Adam Callejo, 42, of Margate, was driving his 2017 blue Toyota Tundra pickup truck at a high rate of speed while traveling westbound on West Sample Road before he switched lanes and crashed into the back of a 2022 silver Toyota that was stopped at a red light.</p><p>According to the report, an occupant in that car was transported by Coral Springs Fire Rescue medics to Broward Health North, where he or she died a short time later.</p><p>Police did not confirm in the report whether the victim was the driver or a passenger.</p><p>According to the report, Callejo exited his truck after the crash and was observed by a responding officer to have bloodshot, watery eyes; incoherent speech; was stuttering while talking; was swaying side to side while standing and had an odor of an alcoholic beverage emitting from his breath.</p><p>Police said Callejo refused to speak with officers or perform a field sobriety test. </p><p>According to the report, a warrant was obtained to draw Callejo’s blood at the hospital, and the blood samples were later submitted to CSPD’s Evidence Unit.</p><p>Callejo was arrested on charges of DUI manslaughter, DUI with damage to property or a person, DUI-first offense, DUI-failure to submit to breath/blood/urine test, vehicular homicide and reckless driving.</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/IKJ6IWGDHBB3HD4QSSBZ2XLBTM.jpg?auth=e67d1310eac7db7f6d4a73c78fdbd793ab26329d4f1840716df89939dff72da9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[July 22: Few showers return for the rest of the work week, but don’t expect much]]></title><link>https://www.local10.com/weather/2026/07/22/july-22-few-showers-return-for-the-rest-of-the-work-week-but-dont-expect-much/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/22/july-22-few-showers-return-for-the-rest-of-the-work-week-but-dont-expect-much/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[After a dry start to the week, we’re finally picking up some spotty showers off the Atlantic this morning. ]]></description><pubDate>Wed, 22 Jul 2026 13:51:54 +0000</pubDate><content:encoded><![CDATA[<p>After a dry start to the week, we’re finally picking up some spotty showers off the Atlantic this morning. Most of this will shift into the Everglades as thunderstorms this afternoon and we will be drier on the east coast. This drier weather for the afternoon will allow our temperatures to soar above average again to the low/mid 90s. The heat index will peak between 100°-105° at times.</p><p>Only a few showers are expected the next couple days, but the normal rainy season pattern returns starting this weekend. Spotty afternoon thunderstorms each day could slow down the drought that we are slipping deeper into.</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[Policía: Conductor ebrio choca contra vehículo detenido en semáforo en rojo en Coral Springs y mata a su ocupante]]></title><link>https://www.local10.com/espanol/2026/07/22/policia-conductor-ebrio-choca-contra-vehiculo-detenido-en-semaforo-en-rojo-en-coral-springs-y-mata-a-su-ocupante/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/policia-conductor-ebrio-choca-contra-vehiculo-detenido-en-semaforo-en-rojo-en-coral-springs-y-mata-a-su-ocupante/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un presunto conductor ebrio fue arrestado el lunes tras un choque fatal por alcance en Coral Springs, informaron las autoridades.]]></description><pubDate>Wed, 22 Jul 2026 13:51:27 +0000</pubDate><content:encoded><![CDATA[<p>Un presunto conductor ebrio fue arrestado el lunes tras un choque fatal por alcance en Coral Springs, informaron las autoridades.</p><p>Según un informe de arresto del Departamento de Policía de Coral Springs, el choque ocurrió poco después de las 4:45 p.m. del lunes en la intersección de West Sample Road y Turtle Run Boulevard.</p><p>La Policía informó que el sospechoso, Joseph Adam Callejo, de 42 años y residente de Margate, conducía su camioneta Toyota Tundra azul modelo 2017 a alta velocidad mientras circulaba hacia el oeste por West Sample Road, antes de cambiar de carril y chocar contra la parte trasera de un Toyota plateado modelo 2022 que estaba detenido en un semáforo en rojo.</p><p>Según el informe, un ocupante de ese vehículo fue trasladado por paramédicos de Coral Springs Fire Rescue al Broward Health North, donde murió poco tiempo después.</p><p>La Policía no confirmó en el informe si la víctima era el conductor o un pasajero.</p><p>Según el informe, Callejo salió de su camioneta después del choque y un agente que respondió a la escena observó que tenía los ojos enrojecidos y llorosos, hablaba de forma incoherente, tartamudeaba al hablar, se balanceaba de un lado a otro mientras estaba de pie y tenía olor a bebida alcohólica en el aliento.</p><p>La Policía informó que Callejo se negó a hablar con los agentes o a realizar una prueba de sobriedad en el lugar.</p><p>Según el informe, se obtuvo una orden judicial para extraer una muestra de sangre de Callejo en el hospital, y posteriormente las muestras fueron entregadas a la Unidad de Evidencia del Departamento de Policía de Coral Springs.</p><p>Callejo fue arrestado por los cargos de homicidio por conducir bajo la influencia del alcohol, conducir bajo la influencia del alcohol con daños a la propiedad o lesiones a una persona, conducir bajo la influencia del alcohol en una primera infracción, negarse a someterse a una prueba de aliento, sangre u orina, homicidio vehicular y conducción temeraria.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IKJ6IWGDHBB3HD4QSSBZ2XLBTM.jpg?auth=e67d1310eac7db7f6d4a73c78fdbd793ab26329d4f1840716df89939dff72da9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Rubio says any nuclear agreement the US signs will not lead to nuclear proliferation]]></title><link>https://www.local10.com/news/world/2026/07/22/rubio-says-any-nuclear-agreement-the-us-signs-will-not-lead-to-nuclear-proliferation/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/22/rubio-says-any-nuclear-agreement-the-us-signs-will-not-lead-to-nuclear-proliferation/</guid><dc:creator><![CDATA[By AAMER MADHANI, MICHELLE L. PRICE, MATTHEW DALY and DARLENE SUPERVILLE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration is expected to sign an agreement with Saudi Arabia as early as Wednesday that could potentially provide the kingdom with uranium enrichment capability for its civilian nuclear program. Secretary of State Marco Rubio says any deal signed by the U.S. would not lead to proliferation.]]></description><pubDate>Wed, 22 Jul 2026 19:46:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration is expected to sign an agreement with Saudi Arabia as early as Wednesday that could potentially provide the kingdom with uranium enrichment capability for its civilian nuclear program. Secretary of State Marco Rubio says any deal signed by the U.S. would not lead to proliferation.</p><p>The deal — confirmed to The Associated Press by two people familiar with the decision who were not authorized to discuss details and spoke on condition of anonymity — could allow the building of a uranium enrichment facility in Saudi Arabia after a joint U.S.-Saudi study.</p><p>Though he wouldn’t confirm the deal, Rubio sought to head off emerging criticism of the decision under questioning by reporters about the risk that helping the Saudis fulfill their long-standing desire to enrich their own uranium could lead to new rounds of nuclear proliferation and competition in a volatile region.</p><p>“The U.S. is not going to reach any agreement with any country in the world that leads to the risk of proliferation,” said Rubio, who was traveling in the Philippines on Wednesday.</p><p>The agreement is not expected to include the International Atomic Energy Agency 's Additional Protocol, which would allow for more monitoring, inspections and verification, according to one of the people familiar with the decision.</p><p>The deal, which would last 30 years and involve U.S. firms in developing the program, is expected to be submitted for review to Congress, where it could face opposition.</p><p>The expected announcement comes during the war against Iran launched by the U.S. and Israel, in part, to wipe out Tehran’s ability to develop a nuclear weapon. Iran has insisted its nuclear enrichment program is peaceful.</p><p>The White House and Saudi officials in Riyadh did not immediately respond to multiple requests for comment on the decision, which was first reported by The Wall Street Journal.</p><p>Alexander Bollfrass, a nuclear expert at the International Institute for Strategic Studies in London, called the deal “a revolutionary new approach” to nuclear nonproliferation policy.</p><p>“The revolutionary aspect of this agreement is that the United States is not asking Saudi Arabia to abide by the highest possible safeguards, internationally monitored safeguards that are standard and are available today, but instead is willing to at least theoretically transfer highly sensitive technology without the same level of oversight that one would expect,” Bollfrass said.</p><p>Both President Donald Trump and former President Joe Biden tried to reach a nuclear deal with the kingdom to share American technology.</p><p>Enrichment could open the door to weaponization</p><p>Nonproliferation experts warn any spinning centrifuges within Saudi Arabia could open the door to a possible weapons program for the kingdom, something its assertive de facto leader, Crown Prince Mohammed bin Salman, has suggested he could pursue if Tehran obtains an atomic bomb.</p><p>Energy Secretary Chris Wright traveled to Saudi Arabia last year shortly before Trump visited and discussed building out the kingdom’s commercial nuclear power industry with his Saudi counterpart. The U.S. Department of Energy has not responded to multiple requests for comment.</p><p>Already, Saudi Arabia and nuclear-armed Pakistan signed a mutual defense pact after Israel launched an attack on Qatar targeting Hamas officials. Pakistan’s defense minister then said his nation’s nuclear program “will be made available” to Saudi Arabia if needed, something seen as a warning for Israel, long believed to be the Middle East’s only nuclear-armed state.</p><p>Some lawmakers are hesitant about giving Saudis enrichment capability</p><p>Enrichment isn’t an automatic path to a nuclear weapon — a nation also must master other steps, including the use of synchronized high explosives, for instance. But it does open the door to weaponization, which has fueled the West's concerns over Iran’s program.</p><p>The United Arab Emirates, a neighbor to Saudi Arabia, signed what is referred to as a “123 agreement” with the U.S. to build its Barakah nuclear power plant with South Korean assistance. But the UAE did so without seeking enrichment, something nonproliferation experts have held up as the “gold standard” for nations wanting atomic power.</p><p>Rubio, as a Republican senator representing Florida, backed a bipartisan 2018 proposal that called for requiring Congress to approve any 123 agreement with Saudi Arabia. The bill was reintroduced by a group of Democratic lawmakers in March but has not passed into law.</p><p>Typically, 123 agreements — which authorize U.S. companies to sell nuclear technology abroad — go into effect unless veto-proof majorities of Congress pass joint resolutions of disapproval.</p><p>Rosemary Kelanic, the Middle East director at Defense Priorities, a Washington think tank, said that uranium enrichment capability could give Saudi Arabia “a potent source of leverage to extract future concessions from Washington, including new security guarantees, by threatening to weaponize its program unless the United States promises enhanced military protection.”</p><p>“Giving Riyadh uranium enrichment could functionally enmesh the United States with the Kingdom of Saudi Arabia forever,” Kelanic added.</p><p>US firms could be winners in expected deal</p><p>Rep. Brad Sherman, a California Democrat, predicted the expected deal would benefit U.S. nuclear giant Westinghouse, which builds the large light-water reactors Saudi Arabia is seeking.</p><p>The Trump administration said last month it is providing $17.5 billion in loans to speed development of 10 new large nuclear reactors designed by Westinghouse to meet skyrocketing power demand from massive data centers. The new reactors could use the same design, Westinghouse’s AP1000, in the planned Saudi deal.</p><p>Sherman said the U.S. military is “bombing Iran because they insist upon enriching and reprocessing” nuclear material.</p><p>Now it appears that U.S. officials “are entering into an agreement with Saudi Arabia, giving them the green light to reprocess and to enrich, and the only difference I see here is that Westinghouse stands to make an awful lot of money on this deal, whereas the Iranians were not enriching American companies,” Sherman said at a House Foreign Affairs Committee hearing Wednesday.</p><p>___</p><p>Price reported from Manila, Philippines. Associated Press writers Danica Kirka in London and Will Weissert contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5O652OKFCR5QTW66NBTTOSIU2A.jpg?auth=895eb85c637810f2180c004d0c23906ceef12dd526b080b38476b4471b071d8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio speaks during a press conference on the sidelines of the Association of Southeast Asian Nations (ASEAN) Foreign Ministers' Meeting in Pasay, Metro Manila, Philippines Wednesday, July 22, 2026. (Brendan Smialowski/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brendan Smialowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I2ODVQE7ZGA3K5E3S3SOHKQ624.jpg?auth=2ea3228f4f14897d858353618ad3186f6fe64cb7762a37204aa008b724d66f4a&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 while meeting with Lebanese President Joseph Aoun in the Oval Office at the White House, Tuesday, July 21, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Video shows Miami-Dade Transit bus crashing into building in Miami Beach]]></title><link>https://www.local10.com/news/local/2026/07/21/video-shows-miami-dade-transit-bus-crash-into-building-in-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/video-shows-miami-dade-transit-bus-crash-into-building-in-miami-beach/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[New video has been released showing a Miami-Dade Transit bus crashing into a building this week.]]></description><pubDate>Wed, 22 Jul 2026 03:15:08 +0000</pubDate><content:encoded><![CDATA[<p>New video has been released showing <a href="https://www.local10.com/news/local/2026/07/20/public-bus-crashes-into-building-in-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/20/public-bus-crashes-into-building-in-miami-beach/">a Miami-Dade Transit bus crashing into a building</a> this week.</p><p><a href="https://www.local10.com/espanol/2026/07/22/video-muestra-autobus-de-miami-dade-transit-estrellandose-contra-edificio-en-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/video-muestra-autobus-de-miami-dade-transit-estrellandose-contra-edificio-en-miami-beach/">Leer en español</a></p><p>It happened just after 4 a.m. Monday near 86th Street and Harding Avenue in Miami Beach. </p><p>The collision left gas pipes damaged and forced evacuations in the area. </p><p>Two people were taken to Mount Sinai Medical Center due to respiratory problems related to the gas leak, authorities said. </p><p>Crews shut down several streets in the area while working to repair the leak. </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[Video muestra autobús de Miami-Dade Transit estrellándose contra edificio en Miami Beach]]></title><link>https://www.local10.com/espanol/2026/07/22/video-muestra-autobus-de-miami-dade-transit-estrellandose-contra-edificio-en-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/video-muestra-autobus-de-miami-dade-transit-estrellandose-contra-edificio-en-miami-beach/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un nuevo video muestra un autobús de Miami-Dade Transit estrellándose contra un edificio esta semana.]]></description><pubDate>Wed, 22 Jul 2026 13:47:35 +0000</pubDate><content:encoded><![CDATA[<p>Un nuevo video muestra un <a href="https://www.local10.com/news/local/2026/07/20/public-bus-crashes-into-building-in-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/20/public-bus-crashes-into-building-in-miami-beach/">autobús de Miami-Dade Transit estrellándose contra un edificio esta semana</a>.</p><p>Ocurrió poco después de las 4 a.m. del lunes, cerca de la calle 86 y Harding Avenue, en Miami Beach.</p><p>La colisión dañó tuberías de gas y obligó a realizar evacuaciones en el área.</p><p>Dos personas fueron trasladadas al Mount Sinai Medical Center debido a problemas respiratorios relacionados con la fuga de gas, informaron las autoridades.</p><p>Las cuadrillas cerraron varias calles del área mientras trabajaban para reparar la fuga.</p>]]></content:encoded></item><item><title><![CDATA[Se desata incendio dentro de edificio comercial de dos pisos en Fort Lauderdale Beach]]></title><link>https://www.local10.com/espanol/2026/07/22/se-desata-incendio-dentro-de-edificio-comercial-de-dos-pisos-en-fort-lauderdale-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/se-desata-incendio-dentro-de-edificio-comercial-de-dos-pisos-en-fort-lauderdale-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Bomberos acudieron a la escena de un incendio en un edificio comercial la mañana del miércoles en Fort Lauderdale Beach, confirmaron los equipos de emergencia a Local 10 News.]]></description><pubDate>Wed, 22 Jul 2026 13:38:02 +0000</pubDate><content:encoded><![CDATA[<p>Bomberos acudieron a la escena de un incendio en un edificio comercial la mañana de este miércoles en Fort Lauderdale Beach, confirmaron los equipos de emergencia a Local 10 News.</p><p>Según funcionarios de Fort Lauderdale Fire Rescue, el incendio fue reportado poco antes de las 7 a.m. en un edificio comercial de dos pisos ubicado en la cuadra 3000 de East Las Olas Boulevard.</p><figure><img src="https://www.local10.com/resizer/v2/75CX42HVCBABZBYJRDK3CKOJQM.jpeg?auth=dd3b518699a9f0a18ad5115cfc3c326e3f065feffdd44654120f1ab82fc2d167&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Los bomberos informaron que las unidades llegaron en menos de cinco minutos y encontraron humo saliendo del área del techo.</p><p>“Los bomberos ingresaron a la estructura y encontraron humo llenando el segundo piso”, dijo un portavoz del departamento de bomberos. “Se determinó que el incendio se originaba en un espacio vacío entre el primer y el segundo piso que era utilizado para almacenamiento”.</p><p>Funcionarios de FLFR informaron que el incendio fue extinguido en aproximadamente 40 minutos.</p><p>No se reportaron personas heridas.</p><p>La causa del incendio está bajo investigación.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZL6YFBSI3VDPRNBGRRL2BIMJAY.jpeg?auth=b9e3897c0130317ef3df81e31214efeca8c8705e1d2c61fb7a890166acbc1983&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fire erupts inside 2-story commercial building on Fort Lauderdale Beach ]]></title><link>https://www.local10.com/news/local/2026/07/22/fire-erupts-inside-2-story-commercial-building-on-fort-lauderdale-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/22/fire-erupts-inside-2-story-commercial-building-on-fort-lauderdale-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Firefighters responded to the scene of a commercial building fire Wednesday morning on Fort Lauderdale Beach, first responders confirmed to Local 10 News.]]></description><pubDate>Wed, 22 Jul 2026 12:36:56 +0000</pubDate><content:encoded><![CDATA[<p>Firefighters responded to the scene of a commercial building fire Wednesday morning on Fort Lauderdale Beach, first responders confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/07/22/se-desata-incendio-dentro-de-edificio-comercial-de-dos-pisos-en-fort-lauderdale-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/22/se-desata-incendio-dentro-de-edificio-comercial-de-dos-pisos-en-fort-lauderdale-beach/">Leer en español</a></p><p>According to Fort Lauderdale Fire Rescue officials, the fire was reported just before 7 a.m. at a two-story commercial building along the 3000 block of East Las Olas Boulevard.</p><figure><img src="https://www.local10.com/resizer/v2/75CX42HVCBABZBYJRDK3CKOJQM.jpeg?auth=dd3b518699a9f0a18ad5115cfc3c326e3f065feffdd44654120f1ab82fc2d167&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Firefighters said crews arrived in under five minutes and found smoke coming from the roof area.</p><p>“Firefighters entered the structure to find smoke filling the second floor,” a spokesperson for the fire department said. “The fire was found to be burning in a void space between the first and second stories that was being used for storage.”</p><p>FLFR officials said the fire was extinguished in about 40 minutes.</p><p>No injuries were reported.</p><p>The cause of the fire is under investigation.</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/ZL6YFBSI3VDPRNBGRRL2BIMJAY.jpeg?auth=b9e3897c0130317ef3df81e31214efeca8c8705e1d2c61fb7a890166acbc1983&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[South Korean singer Lim Kim traces a decade of self-discovery on new album ‘Exit to Nowhere’]]></title><link>https://www.local10.com/entertainment/2026/07/22/south-korean-singer-lim-kim-traces-a-decade-of-self-discovery-on-new-album-exit-to-nowhere/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/22/south-korean-singer-lim-kim-traces-a-decade-of-self-discovery-on-new-album-exit-to-nowhere/</guid><dc:creator><![CDATA[By JUWON PARK, Associated Press]]></dc:creator><description><![CDATA[SEOUL (AP) — Lim Kim has spent the past decade figuring out where she fits — in the music industry, in adulthood, in the rooms she found herself in. Her new album, “Exit to Nowhere,” traces that search across seven tracks.]]></description><pubDate>Wed, 22 Jul 2026 13:56:34 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL (AP) — Lim Kim has spent the past decade figuring out where she fits — in the music industry, in adulthood, in the rooms she found herself in. Her new album, “Exit to Nowhere,” traces that search across seven tracks.</p><p>The 32-year-old South Korean singer's second full-length album looks back on a decade of change as she moves from the uncertainty of her early 20s.</p><p>“It has seven tracks, and they reflect the emotions and feelings I’ve experienced from my early 20s until now — like a chronicle of my life,” Kim told The Associated Press.</p><p>The album, released seven years after her last major project, the 2019 EP “GENERASIAN,” marks a return for an artist who has spent her career shifting between genres and exploring questions of identity, belonging and self-discovery. It arrives 13 years after her debut full-length album, “A Voice.”</p><p>When Kim released “GENERASIAN,” she said global interest in South Korea and its music, including K-pop, was still developing. She said the album came from a desire to speak about her own identity and perspective as an Asian woman born in South Korea.</p><p>“That was a period when no one had really told that story properly,” she said. “I wanted to show that perspective properly — not through the way it’s usually seen from abroad, but from my own point of view.”</p><p>Kim said her new album represents a move away from the broader cultural questions of “GENERASIAN” and toward a more personal reflection.</p><p>“After I finished ‘GENERASIAN,’ I thought about my next step for a long time,” she said. “Each album feels like a record of what I was feeling at that time, and then I move on. This time, I wanted to focus more on my own individual story.”</p><p>Kim broke through in 2011 as part of South Korean folk-pop duo Togeworl before launching her solo career in 2013. She won two Korean Music Awards in 2020.</p><p>The singer said the album’s title reflects the uncertainty she felt during the years it covers — a period she described as moving through a “wasteland” while searching for direction.</p><p>The album’s title track, “Never Gonna Be Alone,” begins at a wedding and explores the paradox of feeling most alone when surrounded by a bride and her guests. Kim said that feeling became more familiar as she entered her 30s and attended more weddings. The song’s warm, string-laden sound belies its unsettling lyrical undertone.</p><p>“INSA” — the Korean word for “greeting” — features rapper Bree Runway and plays on the formality of everyday exchanges Kim encountered when she entered the music industry. She said she often felt a sense of distance from the people and glamour around her.</p><p>“It wasn’t that I felt like one of them, but more this strange sense that I was somehow separate,” she recalled.</p><p>Kim said she hopes listeners who are also navigating uncertain futures can find something familiar in her journey. The album draws inspiration from South Korean novelist Yang Gui-ja, American writer Joan Didion and Studio Ghibli film “Spirited Away” — works that similarly explore self-identity and transformation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/34YKM5D2SINAVN2ZW6N3C2IXDQ.jpg?auth=5f612475f638f491f8ea6d0ad49eac034e008458ee316b0450f50d2c0e710f50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Singer Lim Kim speaks during an interview with The Associated Press in Seoul, South Korea, Monday, July 20, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UOJXOQGM7LSZKZSP432ZTT44S4.jpg?auth=b5f2f9f8ab9835545816450014196d834402b2f7dd1164a467358774b330fc9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Singer Lim Kim speaks during an interview with The Associated Press in Seoul, South Korea, Monday, July 20, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NOEMWU5Z3O4QMOKE4SERHFVAUU.jpg?auth=b032de771eeaf7e8041906199702a3efb94593c4d48f917c965502aa2110f81c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Singer Lim Kim speaks during an interview with The Associated Press in Seoul, South Korea, Monday, July 20, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content></item><item><title><![CDATA[El capitán de un remolcador se declara culpable por el accidente ocurrido en la bahía de Biscayne en el que murieron tres niñas que navegaban en un velero ]]></title><link>https://www.local10.com/espanol/2026/07/21/el-capitan-de-un-remolcador-se-declara-culpable-del-accidente-ocurrido-en-el-campamento-de-vela-en-la-bahia-de-biscayne-en-el-que-murieron-tres-menores/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/el-capitan-de-un-remolcador-se-declara-culpable-del-accidente-ocurrido-en-el-campamento-de-vela-en-la-bahia-de-biscayne-en-el-que-murieron-tres-menores/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres, Liane Morejon, Terrell Forney]]></dc:creator><description><![CDATA[Lopez Insua había sido acusado de homicidio involuntario marítimo tras la colisión que privó de la vida a menores del campamento juvenil de vela.]]></description><pubDate>Tue, 21 Jul 2026 16:58:33 +0000</pubDate><content:encoded><![CDATA[<p>Un capitán de remolcador de 46 años se declaró culpable el martes de un cargo federal derivado de la <a href="https://www.local10.com/espanol/2025/07/28/victimas-sacadas-de-la-bahia-de-biscayne-5-ninos-desaparecidos-despues-de-que-un-velero-se-hundiera-frente-a-miami-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2025/07/28/victimas-sacadas-de-la-bahia-de-biscayne-5-ninos-desaparecidos-despues-de-que-un-velero-se-hundiera-frente-a-miami-beach/">colisión en Biscayne Bay</a> que mató a las tres menores en Miami.</p><p><a href="https://www.local10.com/espanol/2026/04/04/capitan-de-remolcador-se-declara-no-culpable-de-homicidio-involuntario-por-choque-en-biscayne-bay-que-dejo-tres-ninas-muertas/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/04/capitan-de-remolcador-se-declara-no-culpable-de-homicidio-involuntario-por-choque-en-biscayne-bay-que-dejo-tres-ninas-muertas/">Yusiel Lopez Insua </a>no irá a juicio en el caso de las muertes de <a href="https://www.local10.com/espanol/2025/07/29/nina-fallecida-en-accidente-entre-botes-era-nieta-de-productores-de-tv-argentinos/" target="_self" rel="" title="https://www.local10.com/espanol/2025/07/29/nina-fallecida-en-accidente-entre-botes-era-nieta-de-productores-de-tv-argentinos/">Mila Yankelevich,</a> de 7 años; <a href="https://www.local10.com/espanol/2025/08/03/muere-tercera-nina-tras-accidente-naval-en-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2025/08/03/muere-tercera-nina-tras-accidente-naval-en-miami/">Arielle Buchman</a>, de 10 años; y <a href="https://www.local10.com/espanol/2025/07/31/padre-de-adolescente-ahogada-en-choque-nautico-exige-respuestas-sobre-tragedia/" target="_self" rel="" title="https://www.local10.com/espanol/2025/07/31/padre-de-adolescente-ahogada-en-choque-nautico-exige-respuestas-sobre-tragedia/">Erin Ko</a> Han, de 13 años.</p><p>“Vamos a permitir que el proceso judicial siga su curso, ver qué ocurre en octubre y dejar que la justicia haga su trabajo”, dijo en un comunicado Alvin Wu, tío de Erin Ko Han, tras la audiencia.</p><p>Lopez Insua tiene prevista la lectura de su sentencia el 13 de octubre y podría enfrentar hasta 10 años de prisión. Walter Reynoso, abogado que lo representa, dijo que su cliente estaba arrepentido.</p><p>Lopez Insua había sido<a href="https://www.local10.com/espanol/2026/03/31/acusan-a-capitan-de-remolcador-por-choque-en-campamento-de-vela-en-biscayne-bay-que-dejo-tres-ninos-muertos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/03/31/acusan-a-capitan-de-remolcador-por-choque-en-campamento-de-vela-en-biscayne-bay-que-dejo-tres-ninos-muertos/"> acusado de homicidio involuntario marítimo</a> tras la colisión del 28 de julio de 2025 frente a Hibiscus Island, mientras las niñas participaban en un campamento juvenil de vela.</p><p>“Nuestros pensamientos siguen hoy con cada una de las familias”, dijo Reynoso.</p><p>“Mi cliente no someterá a las familias a un juicio y las expondrá a revivir esta terrible tragedia”, dijo Reynoso.</p><p>Lopez Insua utilizaba su teléfono celular alrededor del momento de la colisión y los datos “indicaron actividad en mercados de internet, incluso en el momento en que ocurrió la colisión”.</p><p>Los fiscales también alegaron que la vista desde la cabina del remolcador estaba obstruida por una caseta y una grúa en la barcaza, también que la embarcación carecía de sistemas adecuados de vigilancia, como cámaras o radar.</p><p>Documentos judiciales indicaron previamente que Lopez Insua había operado la embarcación durante años y tuvo anteriores “casi accidentes” en la misma zona.</p><p>La colisión también es objeto de al<a href="https://www.local10.com/espanol/2025/08/08/demanda-identifica-al-propietario-de-la-barcaza-en-mortal-choque-en-bahia-de-viscaina-con-un-bote-de-campamento-juvenil-de-vela/" target="_self" rel="" title="https://www.local10.com/espanol/2025/08/08/demanda-identifica-al-propietario-de-la-barcaza-en-mortal-choque-en-bahia-de-viscaina-con-un-bote-de-campamento-juvenil-de-vela/"> al menos una demanda </a> del condado Miami-Dade.</p>]]></content:encoded></item><item><title><![CDATA[Residentes de Miami se oponen a planes de desarrollo que eliminarían decenas de árboles ]]></title><link>https://www.local10.com/espanol/2026/07/21/residentes-de-miami-se-oponen-a-planes-de-desarrollo-que-eliminarian-decenas-de-arboles/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/residentes-de-miami-se-oponen-a-planes-de-desarrollo-que-eliminarian-decenas-de-arboles/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Trabajadores de la construcción avanzan en un nuevo desarrollo llamado Adella 3 que Acre Developments, ante oposición residentes para eliminar decenas de árboles maduros cerca de Legion Memorial Park.]]></description><pubDate>Tue, 21 Jul 2026 20:32:26 +0000</pubDate><content:encoded><![CDATA[<p>En un vecindario de Miami continúa una disputa entre desarrolladores y defensores de la conservación.</p><p>Los residentes se oponen a un plan para eliminar decenas de árboles maduros cerca de Legion Memorial Park.</p><p>Los trabajadores de la construcción ya avanzan en un nuevo desarrollo llamado Adella 3 que Acre Developments planea construir en el lugar.</p><p>Pero primero, para que el proyecto pueda levantarse, tendrán que talar árboles. Un total de 46, incluidos cinco grandes robles.</p><p>Algunos residentes, entre ellos Peter Ehrlich, están indignados y han presentado apelaciones ante la ciudad.</p><p>“Cada árbol es crucial”, dijo. “El arquitecto del desarrollador debería trabajar diligentemente para salvar esos árboles, no simplemente para talarlos, porque algunos de los robles tienen 120 o 150 años”.</p><p>El abogado David Winker representa a un grupo ambientalista que también presentó una apelación.</p><p>“Creemos firmemente que deben permanecer y también que no se han cumplido los requisitos del código, que exigen demostrar que no existe una alternativa, que no pueden construir su edificio debido a estos árboles que están en un parque público”, dijo Winker.</p><p>El tema ha generado fuertes emociones entre decenas de residentes que afirman que preservar la cobertura arbórea ayuda a reducir el calor, proporciona sombra, mejora la calidad del aire y protege la vida silvestre.</p><p>“Es crucial, pero desafortunadamente los desarrolladores, en un intento desesperado por construir lo más rápido posible para ayudar a sus contratistas generales a tener terrenos sin árboles, y funcionarios de la ciudad que reciben contribuciones de campaña de los desarrolladores, hacen todo lo posible por talar árboles lo más rápido que pueden”, dijo Ehrlich.</p><p>Como medida de mitigación por la pérdida de árboles, el desarrollador acordó plantar 103 árboles nuevos dentro y alrededor de la propiedad una vez que concluya la construcción.</p><p>“Tenemos ocho apelaciones esta noche, es algo sin precedentes”, dijo Winker. “Esta noche simplemente será así, tenemos muchísimas apelaciones en curso y algunas personas han expresado frustración por la cantidad de apelaciones, pero en realidad la pregunta es: ¿por qué están ocurriendo? Porque la ciudad no debería estar aprobando estos proyectos desde el principio”.</p><p>Local 10 News se comunicó con el abogado que representa al desarrollador, pero hasta el momento de la publicación de esta nota no había recibido respuesta.</p><p> <iframe class="scribd_iframe_embed" title="Snapshot 98474" src="https://www.scribd.com/embeds/1064640589/content?start_page=1&view_mode=scroll&access_key=key-BE6NcFeCQS20678pgjVQ" tabindex="0" data-auto-height="true" data-aspect-ratio="1.7790927021696252" scrolling="no" width="100%" height="600" frameborder="0" ></iframe></p>]]></content:encoded></item><item><title><![CDATA[La Guardia Nacional se despliega ante fuertes inundaciones en Virginia Occidental]]></title><link>https://www.local10.com/espanol/2026/07/22/la-guardia-nacional-se-despliega-ante-fuertes-inundaciones-en-virginia-occidental/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/la-guardia-nacional-se-despliega-ante-fuertes-inundaciones-en-virginia-occidental/</guid><dc:creator><![CDATA[Por JOHN RABY, Associated Press]]></dc:creator><description><![CDATA[CHARLESTON, Virginia Occidental, EE.UU. (AP) — Las lluvias torrenciales provocaron inundaciones repentinas que anegaron viviendas y negocios, arrasaron puentes y derivaron en numerosos rescates acuáticos en zonas de Virginia Occidental, informaron las autoridades. El gobernador dijo que hasta el miércoles no había reportes de muertes ni de personas desaparecidas.]]></description><pubDate>Wed, 22 Jul 2026 18:02:07 +0000</pubDate><content:encoded><![CDATA[<p>CHARLESTON, Virginia Occidental, EE.UU. (AP) — Las lluvias torrenciales provocaron inundaciones repentinas que anegaron viviendas y negocios, arrasaron puentes y derivaron en numerosos rescates acuáticos en zonas de Virginia Occidental, informaron las autoridades. El gobernador dijo que hasta el miércoles no había reportes de muertes ni de personas desaparecidas.</p><p>El gobernador Patrick Morrisey envió a 100 miembros de la Guardia Nacional a las áreas más afectadas en la parte norte del estado y declaró el estado de emergencia para los 55 condados la noche del martes. Otros 200 elementos fueron desplegados el miércoles.</p><p>“Las agencias estatales y locales permanecerán sobre el terreno el tiempo que sea necesario para ayudar a las comunidades afectadas”, manifestó Morrisey en un comunicado.</p><p>La División de Recursos Naturales del estado ha participado en 85 rescates, dijo, y 19 helicópteros de la Guardia Nacional y de la policía estatal estaban en misiones de rescate o en espera si era necesario. Funcionarios locales también informaron de numerosos rescates.</p><p>Bob Pfister comentó que la electricidad seguía funcionando en el hotel donde se hospedaba en Weston, aunque el primer piso estaba inundado con agua color café. La mayoría de las personas planeaba quedarse allí hasta la mañana del miércoles.</p><p>Pfister escribió en Facebook: “Ahora mismo esta opción es mucho mejor que un refugio y un bote salvavidas. ¡Si se va la luz, eso puede cambiar mucho!”.</p><p>Los meteorólogos indicaron que en algunos lugares cayeron hasta 18 centímetros (7 pulgadas) de lluvia. No se reportaron muertes de inmediato.</p><p>La oficina del Servicio Meteorológico Nacional en Charleston advirtió anoche sobre condiciones de inundación que ponían en peligro la vida en algunas comunidades, y pidió a la gente: “¡BUSQUE TERRENO MÁS ALTO AHORA!”.</p><p>Videos y fotos publicados en redes sociales mostraban vehículos sumergidos en estacionamientos, incluso en un Walmart en Weston, donde el agua lodosa se adentró con fuerza hasta el interior de la tienda.</p><p>Los equipos de emergencia informaron de decenas de rescates de personas atrapadas en vehículos inundados. Sin embargo, algunos rescatistas no pudieron llegar a lugares donde las aguas habían cortado el acceso.</p><p>Funcionarios de algunas comunidades aún esperaban el miércoles a que las aguas retrocedieran antes de determinar dónde el público puede dejar suministros donados.</p><p>“Ahora mismo, ese es nuestro problema”, dijo en redes sociales el alcalde de Buckhannon, Robbie Skinner. “Nuestra ciudad está dividida de tal manera por las aguas de la inundación que simplemente no hay un lugar centralizado al que todos puedan acceder en este momento”.</p><p>Las fuertes lluvias formaron parte de tormentas de gran alcance — que también generaron reportes de tornados— desde el área de Cincinnati, atravesando Nueva Jersey, hasta los suburbios de la ciudad de Nueva York. Se reportaron daños por un posible tornado en el área de St. Marys y Belmont, en Virginia Occidental.</p><p>El terreno ya estaba saturado después de que las tormentas descargaran más de 5 centímetros (2 pulgadas) de lluvia en todo el estado el sábado.</p><p>Aunque la lluvia había cesado el miércoles, seguían vigentes advertencias de inundación en varios condados por ríos, arroyos y zonas bajas. Se emitieron vigilancias de inundación para una amplia franja desde el este de Tennessee, Virginia y Carolina del Norte.</p><p>Los canales de comunicación de los servicios de emergencia estaban llenos de actividad a última hora de la noche del martes en los condados de Lewis y Upshur, que en conjunto tienen unos 40.000 residentes.</p><p>Los equipos de socorro realizaron rescates acuáticos durante horas desde la noche del martes hasta el miércoles, señaló la comisionada del condado Lewis, Agnes Quinn Queen.</p><p>“La devastación en todo nuestro condado es extensa”, publicó Queen en redes sociales.</p><p>Anoche, el gobernador Morrisey instó a los residentes a quedarse en casa. Las aguas obligaron al cierre de tramos de la Interestatal 79, la Ruta 48 y numerosas carreteras secundarias. Un socavón provocado por la tormenta se tragó un vehículo en un bar la noche del martes en Fayetteville, en el sur de Virginia Occidental.</p><p>Las tormentas del martes ocurrieron una década después de que 23 personas murieron tras horas de intensas lluvias sobre las mismas zonas.</p><p>Datos de un medidor de agua del Servicio Geológico de Estados Unidos mostraron que un afluente de un arroyo, Sand Run, subió a un nivel récord cerca de Buckhannon, superando la marca establecida durante una inundación de noviembre de 1985 que dejó 47 muertos en todo el estado.</p><p>_______</p><p>Dave Collins, en Hartford, Connecticut, contribuyó a este informe.</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/KZJMEM75CJT4P2USSCP3UJREX4.jpg?auth=74f9ca32d45c59e27dc49d18efcb0f037b161010ec47809557a1812fce9dca9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta foto proporcionada por Alexis Wood, se muestra un estacionamiento de Walmart inundado debido a las fuertes tormentas, el 21 de julio de 2026 en Weston, Virginia Occidental. (Foto, Alexis Wood vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexis Wood</media:credit></media:content></item><item><title><![CDATA[U.S. and Pakistan condemn Houthi Red Sea threats to shipping and Saudi Arabia]]></title><link>https://www.local10.com/news/world/2026/07/22/us-and-pakistan-condemn-houthi-red-sea-threats-to-shipping-and-saudi-arabia/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/22/us-and-pakistan-condemn-houthi-red-sea-threats-to-shipping-and-saudi-arabia/</guid><dc:creator><![CDATA[By MUNIR AHMED, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — The United States and Pakistan on Wednesday condemned Yemen’s Houthi rebels for threatening commercial shipping in the Red Sea after the group announced a naval blockade against Saudi Arabia earlier this week.]]></description><pubDate>Wed, 22 Jul 2026 13:10:23 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — The United States and Pakistan on Wednesday condemned Yemen’s Houthi rebels for threatening commercial shipping in the Red Sea after the group announced a naval blockade against Saudi Arabia earlier this week.</p><p>U.S. Secretary of State Marco Rubio blamed Iran for the Houthi rebel group's naval blockade against Saudi Arabia but hoped it could be de-escalated.</p><p>The Houthis are armed and significantly influenced by Iran but are independent of Iran’s supreme leader, unlike the Lebanese militant Hezbollah group and several Iran-backed Iraqi militias.</p><p>“Anything that restricts shipping through the Red Sea would be problematic for the same reasons that the Strait of Hormuz is problematic,” Rubio said on the sidelines of a regional summit in the Philippines. The U.S. is closely monitoring the situation, he said, and has contacted Saudi Arabia a number of times over the last week about the threats.</p><p>The Strait of Hormuz, through which a fifth of the world's oil passes in peacetime, has been fully or partially closed since the war in Iran started on Feb. 28 with U.S. and Israeli attacks.</p><p>“It’s not a new threat, but it’s one that’s manifested itself in the past, but at the gist of that issue is the fact that, again, Iran is in the middle of it. Talking about the troublemaker in the region, it’s Iran,” he added.</p><p>Meanwhile, Pakistan on Wednesday condemned the Houthi threats and said they violate established principles of international law.</p><p>The Houthis opened a new front against Saudi Arabia by declaring a naval blockade of the kingdom, threatening the flow of global oil supplies and trade. With the Strait of Hormuz blocked, Saudi Arabia has relied on a pipeline to the Red Sea to get millions of barrels of oil out to market.</p><p>Three Houthi officials said the group warned international shipping companies on Monday to avoid transiting through the Bab el-Mandeb Strait, the gateway to the Red Sea on the opposite side of the Arabian Peninsula from the Strait of Hormuz. The officials spoke on condition of anonymity because they were not authorized to speak to journalists.</p><p>A news agency in Yemen run by the Houthis, SABA, said Tuesday that six ships in the Red Sea were forced to reroute after they received warnings from the rebel group. The Associated Press could not immediately confirm the claim but tracking data from MarineTraffic.com showed at least three tankers appeared to make U-turns on Tuesday.</p><p>Pakistan’s Foreign Ministry on Wednesday warned that the actions “threaten regional security, undermine freedom of navigation, challenge the rules-based maritime order and jeopardize uninterrupted flow of global commerce.”</p><p>The Foreign Ministry in Islamabad said Pakistan was “particularly concerned by reports of threats directed against vessels engaged in lawful commercial trade with the Kingdom.”</p><p>The ministry warned that “any hostile act against Pakistani-flagged vessels or Pakistani maritime interests will be regarded as a grave threat to Pakistan’s national security and sovereign interests.”</p><p>Pakistan and Saudi Arabia are longtime allies, and the kingdom is one of Pakistan’s largest oil suppliers.</p><p>Last year, the two countries signed a mutual defense pact defining an attack on either nation as an attack on both. The agreement followed Israeli attacks on the neighboring Gulf state of Qatar. Pakistan has also repeatedly condemned Iranian attacks on Arab countries, including Saudi Arabia.</p><p>Pakistan brokered an interim peace deal between the U.S. and Iran in June and is currently mediating between the two sides after they resumed attacks on each other earlier this month.</p><p>Pakistan and Saudi Arabia have maintained close defense ties for decades, in part because of Islamabad’s longstanding commitment to help defend Islam’s holiest sites, Mecca and Medina, in the kingdom. Pakistani troops were first deployed to Saudi Arabia in the late 1960s amid concerns over the war in Yemen involving Egypt.</p><p>———</p><p>Associated Press writers Fatma Khaled in Cairo and Michelle Price in Manila contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3QAF4PIOPHAIFVEU6LD2FBG4DE.jpg?auth=d1228cf5ee4cb26b314187ff19ca39f8c33941c1c5124686f83cbda008586579&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houthi supporters hold a rally in Sanaa, Yemen, Friday, July 17, 2026, against the Saudi-led coalition. Banner in Arabic reads, "All Saudi oil facilities are targets to our missiles and drones." (AP Photo/Osamah Abdulrahman)]]></media:description><media:credit role="author" scheme="urn:ebu">Osamah Abdulrahman</media:credit></media:content></item><item><title><![CDATA[FBI chief hold talks in Cambodia over closer security cooperation to combat online scam crimes]]></title><link>https://www.local10.com/tech/2026/07/22/fbi-chief-hold-talks-in-cambodia-over-closer-security-cooperation-to-combat-online-scam-crimes/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/22/fbi-chief-hold-talks-in-cambodia-over-closer-security-cooperation-to-combat-online-scam-crimes/</guid><dc:creator><![CDATA[By SOPHENG CHEANG, Associated Press]]></dc:creator><description><![CDATA[PHNOM PENH, Cambodia (AP) — FBI Director Kash Patel held talks with Cambodian Prime Minister Hun Manet on Wednesday on joint efforts to combat international online scam operations that cheat victims out of billions of dollars each year.]]></description><pubDate>Wed, 22 Jul 2026 13:23:49 +0000</pubDate><content:encoded><![CDATA[<p>PHNOM PENH, Cambodia (AP) — FBI Director Kash Patel held talks with Cambodian Prime Minister Hun Manet on Wednesday on joint efforts to combat international online scam operations that cheat victims out of billions of dollars each year.</p><p>A report issued Tuesday by the United Nations Office of Drugs and Crime estimated that scams caused estimated losses in the Asia-Pacific region alone of as much as $114 billion in 2025. It warned that even as authorities conduct raids on industrial-sized scam centers mostly located in border regions of Myanmar, Laos, and Cambodia, criminals have responded by shifting to other parts of the world or operating on a smaller scale.</p><p>Patel arrived in Cambodia from neighboring Thailand which co-hosted a two-day summit with the U.S. this week on scam centers that was attended by representatives of nearly 20 countries and hundreds of law enforcement officials.</p><p>The head of the top U.S. law enforcement agency met with Thai Prime Minister Anutin Charnvirakul for talks on joint cooperation to tackle scam centers and other transnational crimes, such as human trafficking and drug trafficking, particularly through information sharing and intelligence exchanges.</p><p>Cybercrime has flourished in Southeast Asia where law enforcement is weak, particularly in Cambodia and Myanmar. Scam centers are also linked to human trafficking. Thousands of foreign nationals who are employed to run “romance” and cryptocurrency scams to swindle victims are often recruited with false job offers and then forced to work in conditions of near-slavery.</p><p>Cambodia this year claims to have accelerated a crackdown on the scam operations, whose proliferation there is “a top priority for the U.S. government,” according a U.S. Embassy statement. Washington appreciates Hun Manet’s pledge to counter this problem and is coordinating closely with the Cambodian government to battle the problem, it said.</p><p>The embassy said Patel’s visit “reinforces the need for strong, joint efforts to combat transnational cybercrime, including increased efforts to hold high-level scam bosses accountable and for improved information sharing regarding complicit officials and scam compound owners.”</p><p>The U.S. also “fully supports efforts to ensure justice for victims and criminal accountability for online scam operators, those who enable or protect them, and those complicit in related human trafficking crimes,” it added.</p><p>Cambodia will host an international conference on combating cyber scams in September, Hun Manet said in a post on his Telegram social media account.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6U7D2ZTCEW2CA6GN3QZKDFFZME.jpg?auth=c76165d4201a669f44db274b54212fbb3e23eb24c5ca138d78508b3ee8847f9c&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 Agence Kampuchea Press (AKP), U.S. FBI director Kash Patel, left, meets Cambodian Prime Minister Hun Manat at his offices in Phnom Penh, Cambodia on Thursday, July 22, 2026. (AKP via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/NANJ6EB2GNAPT5D3FFG3OIC3NE.jpg?auth=58917bda4d569359f400105689901507157e6fa2010794c465fd790ee3339f3c&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 Agence Kampuchea Press (AKP), U.S. FBI director Kash Patel, left, meets Cambodian Prime Minister Hun Manat at his offices in Phnom Penh, Cambodia on Thursday, July 22, 2026. (AKP via AP)]]></media:description></media:content></item><item><title><![CDATA[As Lake Powell shrinks, marinas are having to adapt to dwindling water levels]]></title><link>https://www.local10.com/news/national/2026/07/22/as-lake-powell-shrinks-marinas-are-having-to-adapt-to-dwindling-water-levels/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/22/as-lake-powell-shrinks-marinas-are-having-to-adapt-to-dwindling-water-levels/</guid><dc:creator><![CDATA[By DORANY PINEDA and JOHN LOCHER, Associated Press]]></dc:creator><description><![CDATA[PAGE, Ariz. (AP) — Matt Barrett has seen Lake Powell drop nearly every year since 2013 or so, when he started making annual treks to the reservoir on the Utah-Arizona border. Some very snowy winters helped it rebound quickly, but this year was far from that.]]></description><pubDate>Wed, 22 Jul 2026 13:08:27 +0000</pubDate><content:encoded><![CDATA[<p>PAGE, Ariz. (AP) — Matt Barrett has seen Lake Powell drop nearly every year since 2013 or so, when he started making annual treks to the reservoir on the Utah-Arizona border. Some very snowy winters helped it rebound quickly, but this year was far from that.</p><p>“We need another one of those fast,” he said recently. “A few of those fast.”</p><p>The severely depleted lake has made it harder for people like him to access the water because “all the other boat ramps are dried up,” said Barrett, who planned to spend some days with his wife boating and camping around the lake. “So it's kind of a big deal when the water is low, especially for loading and unloading.”</p><p>The Colorado River's Lake Powell, the second largest reservoir in the U.S., is shrinking. A record-dry winter and extreme heat — as well as decades of overuse, chronic drought and climate change — are threatening to pummel the lake to near historic lows. Low water levels have forced marinas in this important tourist destination to adapt. Boat ramps have closed or moved, new ones are being added and marinas have been temporarily relocated to deeper waters.</p><p>“The Colorado River is in full-blown crisis mode,” said John Berggren, regional policy manager with Western Resource Advocates, an environmental nonprofit.</p><p>But there's still enough water on Lake Powell for recreation, marina managers say.</p><p>Lake Powell levels approaching historic lows</p><p>Lake Powell is currently about 23% full and is about 33 feet (10 meters) from reaching water levels so low that hydropower can't be produced. The reservoir could break its all-time record low in early September.</p><p>Together with U.S.'s largest reservoir Lake Mead downstream, the two bodies of water are the lowest they've been in nearly 70 years. The last time their combined storage was this small was in May 1957 when Glen Canyon Dam that holds back Powell was being built, according to a recent paper published by a group of academics and retired water officials. Powell began to fill in 1963.</p><p>“There’s less water in the two reservoirs than there has ever been at any time in the history of Lake Powell even existing,” said Jack Schmidt, the paper’s lead author and director for the Center for Colorado River Studies at Utah State University. Combined, Mead and Powell hold slightly less than 60% of all water stashed in the basin. “It is a reminder that we are significantly failing in our ability to control and reduce our basin-wide consumptive use.”</p><p>The authors warn the reservoirs will continue to deplete until this winter's snowpack begins melting in the spring. “Every day going forward ... a record low will likely be set,” they wrote. “This is a significant moment in the evolving Colorado River water supply crisis.”</p><p>The Colorado River feeding these reservoirs is relied upon by farmers, industries, wildlife, hydropower and more than 40 million people in seven U.S. states, tribal nations and Mexico. Up to 1 million acre-feet (1.23 billion cubic meters) of water is being delivered from Flaming Gorge Reservoir upstream through next April to keep Powell above critical elevations, and the federal government is expected to soon announce its preferred short-term plan for how the states — California, Nevada, Arizona, Colorado, New Mexico, Wyoming and Utah — should share the river's dwindling resources. Current guidelines expire this year, and states haven't reached a long-term agreement.</p><p>At Lake Powell near Page, Arizona, a bathtub ring of light minerals on the canyon wall shows the reservoir's high water mark. People ride a golf cart some 20 feet (about 6 meters) below a dock used during higher water levels.</p><p>Other Western reservoirs are also struggling</p><p>Lake Powell is among eight western reservoirs the Bureau of Reclamation has flagged for being at or near-record lows.</p><p>Elephant Butte State Park in New Mexico — the largest reservoir along the Rio Grande, which is not connected to the Colorado River — is at about 2% capacity. Critically low water levels forced two boat ramps to close in June, and heavy equipment is now needed daily to clear sediment at the main ramp so boats can launch.</p><p>Richard Holcomb, mayor of Elephant Butte, said the county is seeing fewer tourists and regular visitors.</p><p>“Many of our weekend homeowners have decided to look elsewhere for water opportunities,” he said. “This hits our gross receipts tax, which is a major source of our revenue” that helps pay for infrastructure improvements.</p><p>New Mexico water managers will be under pressure for meeting delivery obligations to Texas under a settlement recently approved by the U.S. Supreme Court.</p><p>Researchers have warned unsustainable use of the Rio Grande — which originates in Colorado and extends into Mexico — threatens water security for millions of people.</p><p>As water dwindles, marinas keep adapting</p><p>The National Park Service warns visitors that low water levels have created new navigation hazards, from newly exposed shorelines to submerged obstacles to narrower or shifting channels. Its current elevation is so low that it's not safe for houseboats and small motorized vehicles to launch from most ramps, some of which have had to close. And fewer ramps generally mean longer lines and more congestion.</p><p>Various projects are being developed or are underway to enable water access as levels dwindle.</p><p>At the Antelope Point Marina, there are plans to spend about $81 million to extend a ramp to allow lake access when water levels are as low as 3,520 feet (1,073 meters). Kenneth Runnels, chief administrator with Antelope Point Holdings, said it'll be built and ready for use next year. “We'll be able to launch no matter what.”</p><p>Elsewhere, a marina on the lake at Bullfrog Bay is being moved to deeper waters and a new boat ramp and marina access will be built at an estimated $73.4 million price tag. And the Wahweap Stateline ramp is being continually extended. “As the water goes down, they continue to pour concrete to make it go deeper and deeper,” said Runnels.</p><p>The low waters at Lake Powell are having an impact on business, Runnels said. Boat owners and families that visit the reservoir annually are still coming, but new tourists aren't, which “doesn't just affect us. That affects the whole town of Page.”</p><p>Water levels are an issue, he admits, but the Antelope Point Marina currently sits at 338 feet (103 meters) of water.</p><p>“There’s plenty of water to recreate. The problem isn’t the recreation. The problem is the access, which is going to get fixed by the improvements in the ramp.”</p><p>___</p><p>Pineda reported from Los Angeles. Associated Press reporter Susan Montoya Bryan contributed from Albuquerque, New Mexico.</p><p>___</p><p>The Associated Press receives support from the Walton Family Foundation for coverage of water and environmental policy. The AP is solely responsible for all content. For all of AP’s environmental coverage, visit https://apnews.com/hub/climate-and-environment</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZWSA4VMZ4J7424LJHGGW2JNXA4.jpg?auth=bb1e19614a8689cedf8c46d674c27bf9d7d1e47ae5983fa1839a0b116c15144e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person stands at an overlook near the Wahweap Marina on Lake Powell at the Glen Canyon National Recreation Area, Tuesday, July 14, 2026, near Page, Ariz. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FXPN643WBLLO6KZ2M7ZLTBKIQQ.jpg?auth=0a189e53220ee3edbf3a1fbe40376995bdae7628852d270bbfb4619cce674f1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mark Budzko rubs his eyes as he wakes up while camping beside Lake Powell at the Glen Canyon National Recreation Area, Wednesday, July 15, 2026, near Big Water, Utah. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TY2MAZNFYCZ4M7XH3U3G5JYMGE.jpg?auth=b03a3c8e8ae3bcfc3e5e79e6f572f03efb9849f52311c87dcb20c1f8039df5d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maria Max rests while camping along Lake Powell at the Glen Canyon National Recreation Area, Wednesday, July 15, 2026, near Big Water, Utah. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3S5C77WFR5TIWGTILBHG7ISDRA.jpg?auth=e1df90ec41b50a23316a15df5331c55b369ce919fa27e2daa64567b2281eeca3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People ride a golf cart beneath a protruding dock used during higher water levels at the Antelope Point Marina on Lake Powell at the Glen Canyon National Recreation Area, Tuesday, July 14, 2026, near Page, Ariz. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VAB43ITEU7MOKCQAT2P7Z55NU4.jpg?auth=c8036b102468a101e7fc6cb4845256b04a1e29901cc364c6a6e6a3498e7c1eaa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People paddle through a canyon on Lake Powell at the Glen Canyon National Recreation Area, Wednesday, July 15, 2026, near Page, Ariz. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BUB2WJPYAZPLRRZZ2Y45IUNJLI.jpg?auth=420679a86612673b36b5fec0526582fb2ba7bd177708baae25daf7e4118beb50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boaters swim in a canyon on Lake Powell at the Glen Canyon National Recreation Area, Wednesday, July 15, 2026, near Page, Ariz. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z5YBFVU732AVHP3STEEK2LL36E.jpg?auth=e5cc6774451d4961ef2cf25d8f384992020a4b9b072c12c6052c8c1d40919402&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People look at the Glen Canyon Dam, Tuesday, July 14, 2026, near Page, Nev. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VJ5JHPPCODORX5KDQDLN7ELKTA.jpg?auth=24a3edcda60ae78136bd3c1a032af3d33f9e98d9f39591df84deacb46f950989&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People view the Glen Canyon Dam from a viewpoint above the Colorado River, Tuesday, July 14, 2026, in Page, Ariz. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HFGYGSK5GMC53VCCHO2HT22WFQ.jpg?auth=0579026b2ed4068deb7dc6ea2f3637151f05e22c0ea4a6ec93b2374a42d23164&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Wahweap Marina floats on Lake Powell at the Glen Canyon National Recreation Area, Wednesday, July 15, 2026, near Page, Ariz. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/746H42HZP36UUSCF4JL2A56NXI.jpg?auth=53a78fe41874e52db569835fa4d92077518e5eed629de79043175b8f5cb8ee8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vitalii Volna drives a jet ski on Lake Powell at the Glen Canyon National Recreation Area, Wednesday, July 15, 2026, near Big Water, Utah. A bathtub ring of light minerals on Lone Rock behind shows the high water mark of the lake. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R45H7JE2IQEHKW55FUSJRWCEMU.jpg?auth=f630098697bc34f33e9d154771f026df5cf043355dbfab97e30b546f28042d80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houseboats are moored at the Antelope Point Marina on Lake Powell at the Glen Canyon National Recreation Area, Wednesday, July 15, 2026, near Page, Ariz. A bathtub ring of light minerals on the canyon walls show the high water mark of the reservoir. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AXXTGEENME5YAW2Q4VRMOUZLUM.jpg?auth=8084d9ff6b270f2fdc13282faeb06acf9449d01a62bc1bc7eac175d503b0dc38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person takes a picture during a tour on Lake Powell at the Glen Canyon National Recreation Area, Wednesday, July 15, 2026, near Page, Ariz. A bathtub ring of light minerals on the canyon wall shows the high water mark of the reservoir. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E2DCC3JTL5HDAE6N5MUMV42PH4.jpg?auth=2bf358530cd2db4c110e083a907cf9d8f4f8d7809d29c147889756211377fc79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A formerly floating buoy now sits high and dry above Lake Powell at the Glen Canyon National Recreation Area, Wednesday, July 15, 2026, near Page, Nev. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump attends dignified transfer of 4 more US service members killed in action]]></title><link>https://www.local10.com/news/politics/2026/07/22/the-latest-trump-attends-dignified-transfer-of-4-more-us-service-members-killed-in-action/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/22/the-latest-trump-attends-dignified-transfer-of-4-more-us-service-members-killed-in-action/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The United States and Iran exchanged fire across the Middle East on Wednesday, overshadowing diplomatic efforts in Pakistan to salvage an interim ceasefire deal that has collapsed.]]></description><pubDate>Wed, 22 Jul 2026 20:32:11 +0000</pubDate><content:encoded><![CDATA[<p>The United States and Iran exchanged fire across the Middle East on Wednesday, overshadowing diplomatic efforts in Pakistan to salvage an interim ceasefire deal that has collapsed.</p><p>President Donald Trump on Wednesday attended the dignified transfer of four more service members who were killed in action. Republicans are pushing a $95 billion package to fund the military, pay farmers and restrict voting after Defense Secretary Pete Hegseth faced fiery questions and protests over his management of the U.S. war with Iran, which he estimated which has cost $37.5 billion so far. Democrats and Republicans alike questioned whether Hegseth has an exit strategy.</p><p>Later Wednesday, the president spoke at a Georgia high school to promote his Trump Accounts, investment accounts that offer $1,000 in seed money to every child born during his second term. Some parents say they’re still waiting for the money to arrive.</p><p>Also, Trump has reportedly approved a deal that could potentially provide Saudi Arabia with uranium enrichment capability. The agreement would be reviewed by Congress, where it could face headwinds among lawmakers who fear it would open new rounds of nuclear proliferation and competition.</p><p>The Latest:</p><p>Jackson promises state match for Trump Accounts seed money</p><p>Rick Jackson, the state’s GOP nominee for governor, said Wednesday that he will push for Georgia legislators to approve a state match for the $1,000 in seed money that the federal government is giving to some holders of Trump Accounts.</p><p>Babies born from 2025 to 2028 currently receive $1,000 from the federal government in their accounts.</p><p>Jackson, a wealthy businessman and CEO of a health care company, said he believes Georgia lawmakers will support that, but “if they don’t, I will personally donate it myself.”</p><p>“It changed my life when I got a $100 Christmas gift in an orphanage,” he said.</p><p>Trump accuses Georgia senator and other Democrats of being communists</p><p>“The United States of America will never be a communist country,” Trump said, drawing big applause and a chant of “USA, USA.”</p><p>“The blue states are all going bad” because communism is a loser, he said. “It’s a loser and it always has been and it always will be.”</p><p>The crowd booed enthusiastically when Trump mentioned “your terrible Sen. Jon Ossoff”</p><p>“Jon Ossoff and the Democrat communists want to let the Marxists into power, bankrupt your families and leave you totally undefended with wide open borders,” Trump said.</p><p>Trump jokes about running for a third term, again</p><p>The president opened his Georgia rally with a joke about running for a third term.</p><p>“Well, thank you very much, everybody. It’s a special place, and I am here to announce my candidacy,” the president said at the start of his speech, pausing as the crowd cheered.</p><p>After a few seconds, he held up his hand and waved it in front of him slightly. “I’m only kidding,” Trump added.</p><p>The president is constitutionally barred from running again in 2028, but has repeatedly suggested he might somehow do so anyway. Sometimes Trump suggests he’s joking, but he’s also said he might lead a constitutional movement to rewrite the Constitution in his favor.</p><p>Trump finally gets to Trump Accounts</p><p>After a nearly half-hour riff on unrelated topics, the president began talking about the subject of Wednesday’s event in Georgia.</p><p>“It’s hot as a pistol,” Trump said of Trump Accounts.</p><p>He then gave a brief description of how the accounts work, including the $1,000 in seed money that the government awards babies born from 2025 to 2028.</p><p>After that initial investment, the value of the account “goes up, and up, and up,” Trump said.</p><p>Trump wants credit on lower inflation in June due to lower oil prices that have since climbed</p><p>The U.S. president is tweaking his pitch to voters on inflation — wanting credit for the monthly dip in the consumer price index that was caused by energy prices falling due to a ceasefire in the Iran war.</p><p>But the ceasefire has failed to endure and oil prices have since jumped, with average gasoline prices at $4.06 a gallon. That’s up 4.3% over the past week and prices at the pump have jumped nearly 29% from a year ago, according to AAA.</p><p>Speaking in Georgia, Trump claimed the monthly drop had more to do with his management of the U.S. economy. That claim carries a political risk if the rising energy prices cause inflation to rise this month.</p><p>“It was announced just last week that inflation dropped by the largest amount in more than six years,” Trump said. “Because we’re doing it right. We’re running the country properly.”</p><p>Trump says his White House ballroom is actually a ‘military facility’</p><p>He told the rally crowd in Georgia, “We’re building a tremendous military facility at the White House. It’s a ballroom, but it’s also a big military facility.”</p><p>The president said it would feature a “drone port on top and tremendous things underneath.”</p><p>Trump originally said the project, which is expected to cost at least $400 million, would be paid for by himself and wealthy donors. But Trump now says the ballroom is supposed to include White House security upgrades like the drone port.</p><p>However, $1 billion in federal funding proposed for White House security upgrades has stalled in Congress.</p><p>The president also said crews building the ballroom are working from around 6 a.m. until late in the night, sometimes 11 p.m., and working Sundays.</p><p>Trump says dignified transfers are ‘the toughest thing I do’</p><p>The president said his visit to Dover Air Force Base on Wednesday for the dignified transfer of four service members was particularly difficult.</p><p>“It’s very tough to watch, to be honest with you,” Trump said. “I think it’s the toughest thing I do.”</p><p>Trump said he invited the family of 1st Lt. Tyler Feehan to join him on Air Force One on his trip to Georgia, where the family lives.</p><p>“We will carry Tyler’s memory in our hearts forever,” Trump said, describing him as a “flawless” person.</p><p>Trump shouts out Republican candidate for Georgia governor, Rick Jackson</p><p>“Gonna be your next governor, right here,” Trump said, gesturing toward Jackson, who was right next to the stage.</p><p>Trump had endorsed Lt. Gov. Burt Jones in the Republican primary, but was quick to praise Jackson after he won a fiercely fought Republican primary.</p><p>Trump congratulated Jackson on social media the day after the primary runoff in June, saying he “very successfully campaigned on being ‘TRUMP,’ and won.”</p><p>Trump is about to give remarks in Marietta, Georgia</p><p>Leading up to Trump’s arrival, the crowd gathered in a suburban Atlanta high school gym heard from several candidates for statewide office.</p><p>They also heard from U.S. Treasurer Brandon Beach, a former Georgia state senator; U.S. Secretary of Education Linda McMahon; Small Business Administration Administrator Kelly Loeffler, a former U.S. senator from Georgia; and Treasury Secretary Scott Bessent.</p><p>Friend says soldier killed in the Middle East ‘always made people feel seen’</p><p>A friend of Angel Rampersad says the 28-year-old Army sergeant genuinely cared about people and made them feel important and seen.</p><p>Deonne Jinkins and Rampersad met in 2024 in Germany, where they served together and became good friends.</p><p>On Wednesday, the 22-year-old Jinkins recalled how Rampersad jumped in and set up a weekend celebration for Jinkins’ birthday within weeks of their first meeting.</p><p>“The fact that we had barely known each other, yet she showed up for me in such a big way, spoke volumes about the kind of person she was,” Jinkins said over Facebook Messenger. “I’ll never forget what she did for me that weekend.”</p><p>Jinkins said her friend “loved deeply, cared genuinely, and always made people feel seen and important.”</p><p>Rampersad’s family said in a brief statement she was a “gentle giant” who “stood up for those who couldn’t fight for themselves.”</p><p>“She loved her family fiercely and will live on in the hearts of everyone she touched,” the statement said.</p><p>Trump pays respects to four service members killed in Middle East</p><p>The president saluted as four cases draped with American flags were escorted off an airplane during a dignified transfer at Dover Air Force Base in Delaware.</p><p>He was joined by administration officials including Defense Secretary Pete Hegseth and Gen. Dan Caine, chairman of the Joint Chiefs of Staff.</p><p>Trump was scheduled to meet privately with grieving family members.</p><p>The White House said one of the families will be joining on Air Force One later on Wednesday when Trump flies to an event in Georgia, where the family lives.</p><p>Senate committee moves nomination forward for FEMA administrator</p><p>The Senate Committee on Homeland Security and Governmental Affairs voted 8-4 Wednesday morning to advance Trump’s pick to lead the Federal Emergency Management Agency, Cameron Hamilton.</p><p>Hamilton is a former Navy SEAL who briefly led FEMA in a temporary role last year before being fired after defending the agency’s existence. His potential return marks a shift in the Trump administration’s stance toward the disaster agency, after Trump said early in his second term that he was considering eliminating it altogether.</p><p>If approved by the Senate, Hamilton would be the first permanent FEMA administrator in Trump’s second term. The agency has seen four temporary leaders and been roiled by upheaval, including the departure of thousands of staff.</p><p>Journalists urge correspondents’ association to stand up to Trump at rescheduled press dinner</p><p>Hundreds of former or retired journalists and eight press freedom groups are asking the White House Correspondents’ Association to stand up to the Trump administration’s recent attacks on the media at its rescheduled dinner this week — a dinner President Donald Trump says he’ll attend.</p><p>The first dinner was cut short in April when a gunman, who prosecutors say was trying to assassinate Trump, opened fire at the Washington Hilton. The much smaller rescheduled dinner will take place Friday, with enhanced security precautions, at the capital’s Waldorf Astoria Hotel, formerly the Trump International Hotel.</p><p>The letter expands on a similar one issued in April, before the first dinner. It notes that since then, “the administration’s attacks on journalists and press freedom have become even more egregious.”</p><p>▶ Read more</p><p>Iran war energy shock hits Southeast Asia hard</p><p>Australian Foreign Minister Penny Wong raised her country’s concern over renewed attacks by the U.S. and Iran in the Middle East, warning that “the situation could deteriorate further without much warning.”</p><p>“We want to see an end to this war. We want to see a ceasefire. We want to see negotiations and we want the strait to be opened,” Wong told reporters at the ASEAN summit. The war’s impact on global energy markets has had a direct and personal impact on people, she said.</p><p>Southeast Asia’s reliance on fossil fuel imports from the Mideast has made the region particularly vulnerable, according to the International Energy Agency. Asian markets imported about 80% of the crude oil and almost 90% of the liquefied natural gas, or LNG, transiting through the Strait of Hormuz in 2025, the IEA said.</p><p>Rubio says US willing to be ‘patient’ with pace of change in Cuba</p><p>Asked whether the Trump administration’s goal is regime change in Cuba, Rubio told reporters that the U.S. is prepared to be “very realistic” and “patient” about a process of ensuring that the Cuban people “can experience prosperity, safety, security and a better life moving forward.”</p><p>Rubio insisted the country’s socialist economic model doesn’t work and that the Cuban government is most interested in holding on to power, not making reforms.</p><p>But he said that “we’ll keep talking to them about the kind of changes they can make” because it affects U.S. national security.</p><p>“It’s a failed state. But I’ve never laid out any timeline as to what change would look like or when it would happen,” Rubio said.</p><p>A plane was carrying food and hygiene kits to Cuba on Tuesday, part of U.S. efforts to directly aid residents.</p><p>Oil prices rise another 3%</p><p>A barrel of Brent crude, the international standard, was trading at $93.83 at midday Wednesday after briefly topping $95 to touch its highest price in six weeks as the war with Iran continues.</p><p>Rising oil prices threaten to reaccelerate inflation, which could push the Federal Reserve and other central banks to raise interest rates, which would slow economies and undercut prices for stocks and other investments.</p><p>The yield on the 10-year Treasury rose to 4.65%, helping to bring long-term U.S. mortgage rates to their highest levels in nearly a year. The yield was 3.97% before the war.</p><p>The auto club AAA said Wednesday that the average price for a gallon of regular gas in the U.S. jumped again overnight to $4.06. It had been below $3 before the United States and Israel attacked Iran.</p><p>The soldiers whose remains are being returned to their families</p><p>The four U.S. service members were identified by the Defense Department:</p><p>1. 1st Lt. Tyler James Feehan, 25, of Ewa Beach, Hawaii
                2. Pvt. Isabella Gonzales, 19, of Carrollton, Texas
                3. Sgt. Angel Rampersad, 28, of Ozone Park, New York
                4. Army Sgt. Michael Emmanuel Swinton, 30, of Spring Lake, North Carolina</p><p>Since the war began on Feb. 28, 18 U.S. service members have been killed.</p><p>Trump to tell families of service members fallen in the Middle East, ‘we love your child’</p><p>Trump is at Dover Air Force Base, participating in the return of the remains of four U.S. service members killed in the Middle East.</p><p>Asked for his message to their families before he departed Joint Base Andrews, Trump said, “All I’m going to say is, ‘we love you. We love your child.’”</p><p>“All you can do is throw out your heart,” he said.</p><p>Canada cancels joint US bridge-opening event after another Trump tariff threat</p><p>The Friday ceremony celebrating the opening of the Gordie Howe International Bridge connecting Detroit and Windsor, Ontario, is no longer expected to take place after Trump announced a pending 50% tariff on most Canadian goods.</p><p>“In light of trade action threatened by the United States earlier this week, it would be inappropriate to proceed,” emailed Jenna Ghassabeh, a spokesperson for Canadian Infrastructure Minister Gregor Robertson.</p><p>U.S. and Canadian officials had reached an agreement to open the $4.4 billion bridge, which Canada financed under an agreement allowing it to recover the cost through toll revenue. Canada now plans its own ceremony Friday.</p><p>Two U.S. officials who spoke on the condition of anonymity to discuss internal deliberations said they still expect the bridge to open to traffic July 27 but are less certain than they were before.</p><p>— By Joey Capelletti</p><p>Rubio says any nuclear agreement the US signs will not lead to nuclear proliferation</p><p>Rubio was asked about the risk of the U.S. signing an agreement with a Middle Eastern country that does not include the “gold standard” promise to refrain from enriching or reprocessing uranium.</p><p>Rubio said he would not “opine directly on that agreement” with Saudi Arabia, but then said “the U.S. is not going to reach any agreement with any country in the world that leads to the risk of proliferation.”</p><p>Rubio is pressed on Trump’s reported nuclear deal with Saudi Arabia</p><p>When asked by reporters on Wednesday in the Philippines about the nuclear deal with Saudi Arabia, the secretary of state didn’t deny the approval was coming and instead said, “I’ll let the White House officials sort of put out an official statement about anything in regards to that.”</p><p>Stumbling a bit in his response, Rubio also said: “I’d prefer it be, you know, put out when there is something to say that we will say through official channels.”</p><p>Rubio points to Iran’s remaining capabilities even though ‘diminished’</p><p>Rubio said Iran’s missiles and drones being used in strikes now are “exactly the conventional shield that they were going to hide behind to pursue a nuclear program.”</p><p>He said that capacity is “greatly diminished” but that a year from now, Iran would have had so many missiles and drones serving as a shield that it “would have given them immunity to do whatever they wanted.”</p><p>He kept some hope alive for renewed talks, saying the U.S. remains open to negotiations, “but right now they don’t seem to be serious about that” so instead the focus is on protecting shipping.</p><p>“We think other countries should join us in that endeavor. We don’t need them to, but they should because they’re more impacted by it than we are.”</p><p>Rubio is asked whether China and Russia are helping Iran find targets</p><p>Rubio, who doubles as Trump’s national security advisor, was asked Wednesday whether China and Russia are giving targeting information to Iran.</p><p>“All I would say is that, you know, anytime you’re in a combat zone like that, there’s danger associated with it,” Rubio said. “At the end, this actually proves the point that this is what Iran has been investing its money in.”</p><p>When pressed again by a reporter, Rubio said, “I’m not going to discuss that, other than to say that nothing that’s happened, nothing that China has done has in any way changed the trajectory of the outcome, of what you’re seeing in terms of the conflict that we’re having with Iran.”</p><p>Rubio said China has been quite cooperative in some ways, such as publicly opposing what Iran is trying to do in the Strait of Hormuz.</p><p>Rubio says Iran controlling Strait of Hormuz would set dangerous precedent</p><p>Marco Rubio warned Asian leaders Wednesday that Iran’s demand to control and collect tolls in the Strait of Hormuz would threaten the world’s economy.</p><p>“If we create a precedent in the Middle East where a nation state can decide that they are going to control an international waterway, charge a toll and if you don’t pay them, blow up your ships, we have created a very dangerous precedent which will repeat itself in other parts of the world, including in this region,” the U.S. Secretary of State said.</p><p>Rubio’s counterparts at the annual meeting of the Association of Southeast Asian Nations have expressed alarm over the resurgent Iran war that has battered their economies. Despite Washington’s preoccupation with the war, Rubio said “we’re with ASEAN 100%.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ELJWCV47M42AXKQ7IF7EV24VIY.jpg?auth=4897516511023ae054f8030b73c2b3c0fede1228390fe5a4c470f47755e12cef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, left, is escorted by Air Force Col. Christopher M. Robinson, Commander, 89th Airlift Wing, right, from Marine One to Air Force One, Wednesday, July 22, 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/BJUALLQYQFIWHUIK7SJ4LLEFGU.jpg?auth=78b7a9763636744fbdcba35303a78fc65ab4b0ba4c088186f7ddb96290738abe&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 the U.S. Army Space and Missile Defense Command on Tuesday, July 21, 2026, shows Army Sgt. Michael Emmanuel Swinton. (U.S. Army Space and Missile Defense Command via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/JLUI4S2AGUPINYBMGEI66WMQBE.jpg?auth=f211d8c6e1e26723aca47dfe492ce87e853e468975c6db6e834842690f741122&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated image provided by the U.S. Army shows Sgt. Angel Rampersad of Ozone Park, N.Y, (U.S. Army via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/AFRMFQMDELEQHXWJAYZFHM4PHA.jpg?auth=ad358fc9639ccb9b14f2e754968e545ecdd032e1b28e8872e910fe2820440657&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 the U.S. Army Space and Missile Defense Command shows 1st Lt. Tyler James Feehan. (U.S. Army Space and Missile Defense Command via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/MX6BHKUHSGYPJKN5BKD3WJM6H4.jpg?auth=e752896e82c6aef4bbc342d1d203e72438bb03960bfa0f0b046b0a54760f262f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated image provided by the U.S. Army shows Pvt. Isabella Gonzales, 19, of Carrollton, Texas. (U.S. Army via AP)]]></media:description></media:content></item><item><title><![CDATA[On 'Little Miss Twain,' Shania Twain reflects on her humble beginnings and her late mother]]></title><link>https://www.local10.com/entertainment/2026/07/22/on-little-miss-twain-shania-twain-reflects-on-her-humble-beginnings-and-her-late-mother/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/22/on-little-miss-twain-shania-twain-reflects-on-her-humble-beginnings-and-her-late-mother/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Before Shania Twain became Shania Twain, she was a child performing in Canadian bars, singing to miners, lumberjacks, fishermen and hunters drinking the night away.]]></description><pubDate>Wed, 22 Jul 2026 13:11:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Before Shania Twain became Shania Twain, she was a child performing in Canadian bars, singing to miners, lumberjacks, fishermen and hunters drinking the night away.</p><p>“It was a bit more of a rugged crowd. And they were small crowds,” she says in a recent interview with The Associated Press. “I could only enter after the bar closed. That was after midnight because I was underage. And as long as the bar wasn’t still serving, then I could go in and play while everybody was finishing up their last call.”</p><p>It was “character building,” she says, painting an image of a bygone era of her life in Northern Ontario and one dramatically opposed to the glitz and glamour associated with the five-time Grammy Award winning country musician. But those days were instrumental to what became her career. “I spent a lot of years dreaming about things that would eventually come but took a little while,” she says.</p><p>As Twain describes it, her latest album, “Little Miss Twain,” out Friday, is the period of her life from her earliest performances at age 8 all the way to her late-20s, when she inked her major label record deal.</p><p>“There’s this whole gap of life that I’ve never written,” she says. “I wanted to fill in story wise, personal story wise. … It’s a phase of my life that not a lot of my fans would know about.”</p><p>Revisiting the past — in more ways than one</p><p>A number of the songs on “Little Miss Twain” have been sitting with the singer for many years. “'Rockstars' I was writing probably 10 years ago now, and ‘Northern Town' is one that’s been around for a long time,” she says.</p><p>The title track of the record, “Little Miss Twain,” is its emotive heart — a song for her mother, who died in a car crash in 1987, alongside her stepfather, and never got to experience her success. For Shania, it was an opportunity to reflect on “my mother being my manager and my agent, my driver and my coach, even though she couldn’t sing a note,” she said. “She would drive me around to all these stages, underage in the bars, and that’s where I got my experience.”</p><p>The song was one of the last ones to make the collection, she says, but “it was this missing piece that came to me.” That's at least partially due to the inclusion of Tanya Tucker, who duets with Twain on the track.</p><p>On the chorus, Twain sings “According to my mother / I'm the next Tanya Tucker.”</p><p>Twain says of having Tucker on the record: “I don’t know if I would ever really be able to explain in words what it meant and what it would have meant to my mother.”</p><p>The song also features her son Eja D’Angelo Lange on background vocals; he appears on a few of the album's tracks. “I get to fulfill a lot of things that my mother would not have been able to share with me,” she says about working with her son. “It’s really beautiful.”</p><p>Genre explorations from a country music giant</p><p>Pulling from her early years allowed Twain to focus on some of her musical loves in and outside of country music. Listen closely and you'll hear “Motown, the country and western that my grandparents used to play like Marty Robbins” she says. “There’s a lot of rock edge stuff in there. ‘Faded Blue Jeans’ is very much a bluesy rock song” — it features Queens of the Stone Age's Josh Homme.</p><p>The multi-genre moments on the album, with credits that also include Ronnie Wood, work for Twain's current voice, which now features a wizened rasp. “I don’t have the little sweet sound I had years ago, but I have a new sound that I actually like,” she says. “And I think I write songs a bit differently because of it.”</p><p>A number of years ago, Twain contracted Lyme disease, which affected her voice. In 2018, she had implants placed in her larynx. “It’s a very unusual procedure to have for a singer,” she says. “I had damaged nerves in my larynx. So the vocal cords were perfectly fine.” The surgery worked, and the continued result is a kind of gravelly tone, a vocal fry, and additional distinction to her already unmistakable voice.</p><p>When her audience listens to “Little Miss Twain” for the first time, Twain hopes they will leave the experience with “a sense and a feeling of the atmosphere that I grew up in, the environment that shaped me, the experiences that developed me as a person and as an artist,” she says.</p><p>She wants them to get to know the cover singer at the local bar, the woman who didn't have childhood success. “I hope they learn,” she takes a beat, “about the missing chapter of who I am.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AY6HOM3NARDITW5ZNWV2FGDRSY.jpg?auth=b789da7485a2b69505d96d66500100fe48109d5024314ab779ebda0a8464d326&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Shania Twain performs during the Calgary Stampede in Calgary, Alberta, Canada on July 5, 2025. (Photo by Amy Harris/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amy Harris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2RFJU6S5IRG2KZ2QMOOY2VJJHQ.jpg?auth=e65178051c42ac317850fc45201d2e8d9b47a4374e7c67d7dc64276a7eb7652e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This album cover image released by Republic Records shows "Little Miss Twain" by Shania Twain. (Republic Records via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/EQW3MCU5FPO5CT35JC3XK6R74E.jpg?auth=c34dd778a68aa377c8a1b7a4503a3d1274753bc839890b752092bab2c02d6c4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This album cover image released by Republic Records shows "Little Miss Twain" by Shania Twain. (Republic Records via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/PD334N5M5OF4S2N6VH64JPCUJ4.jpg?auth=12057b60161123924392e067d17a30319aafb3322ddad3a95235933854fd5620&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Shania Twain hosts the 61st annual Academy of Country Music Awards in Las Vegas on May 17, 2026. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Need backup power? Automakers want you to look no further than their vehicles in your driveway]]></title><link>https://www.local10.com/business/2026/07/22/need-backup-power-automakers-want-you-to-look-no-further-than-their-vehicles-in-your-driveway/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/22/need-backup-power-automakers-want-you-to-look-no-further-than-their-vehicles-in-your-driveway/</guid><dc:creator><![CDATA[By ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Winter Storm Uri, the multiday freeze that slammed Texas in February 2021 and pummeled the state's power grid, has been on Kenneth Kovar's mind ever since. Though the resident of New Braunfels, northeast of San Antonio, didn't lose power at the time, he wasn't able to run his septic tank — it is independent from local systems. He had to fill his toilets with water from his backyard pool.]]></description><pubDate>Wed, 22 Jul 2026 18:55:52 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Winter Storm Uri, the multiday freeze that slammed Texas in February 2021 and pummeled the state's power grid, has been on Kenneth Kovar's mind ever since. Though the resident of New Braunfels, northeast of San Antonio, didn't lose power at the time, he wasn't able to run his septic tank — it is independent from local systems. He had to fill his toilets with water from his backyard pool.</p><p>So when Kovar, 64, bought a Ford F-150 last fall, his hope was to be better prepared for any new crisis.</p><p>“I was interested in trying to find some sort of power backup situation,” he said.</p><p>Now, Kovar has a setup from Ford that allows drivers of certain F-150 models to plug their vehicle directly into their electric meter to power parts of their home during an outage.</p><p>It is the latest example of automakers broadly adapting their electrification technologies to the home energy business, especially as demand on the grid increases and sales of electric vehicles slow. Car companies are looking to leverage their multibillion dollar EV investments to tap into a promising market in vehicle, home and grid technology, both for backup power and for supporting electrical grid resiliency.</p><p>“They’re trying to look for other businesses that they might sell into,” said Parth Vaishnav, assistant professor of sustainable systems at the University of Michigan.</p><p>Ford's latest connects F-150 drivers to their meter</p><p>Drivers of the F-150 PowerBoost hybrid and F-150 Lightning electric pickup trucks can now plug in a one-foot long adapter to a 240-volt outlet onboard. That adapter — which Ford made with company Global Power Products — makes the vehicle compatible to plug into a longer, separate cable. That cable connects to a transfer switch installed directly on one's electric meter.</p><p>Through the adapter and cable series, homeowners can connect their vehicle essentially right to their home’s breaker box. The homeowner simply turns on and off which breaker switches they want for which devices they want powered.</p><p>“The way we think about it, especially for customers who already have a compatible vehicle is, you already own the power source, it’s in your driveway,” said Amanda Roraff, Ford's grid and energy services business acceleration lead.</p><p>The Lightning might provide power for two to three days, depending on what home devices are being used, and the PowerBoost Hybrid, up to five days on a single tank of gas.</p><p>The automaker says its solution is a less expensive way to supply backup power. Conventional, diesel-powered portable generators and full-home standby setups require expensive installation, costing several thousands of dollars. This solution, which also requires professional installation at the meter, starts around $1,100.</p><p>The setup only applies to about 200,000 vehicles so far, and it is also exclusively for outages. Ford also offers its Home Integration System for bidirectionality, sending power both from the vehicle to the home and from the home to the vehicle, while also being able to feed the grid.</p><p>Other automakers are boosting their energy solutions</p><p>Over 630,000 U.S. vehicles already have this functionality, estimates say, and automakers are rapidly expanding their available options with the goal of full vehicle-to-grid support in the long run.</p><p>South Korean auto brand Kia and Wallbox, an EV charging company, have teamed up so that drivers of eligible compatible vehicles can have home power backup during outages or during periods of high demand, to cut their utility use. They can send power back to the grid.</p><p>Tesla’s technology is similar — allowing drivers of equipped vehicles to connect to their home using additional Tesla hardware. The Cybertruck provides full vehicle-to-home capability, where other Tesla models can only connect to and power specific devices or appliances.</p><p>General Motors is also in the energy space.</p><p>A recent partnership with WeaveGrid, for instance, allows homeowners who drive certain GM EVs — and have the automaker’s home system and a proper grid interconnection — to enroll in some grid reliability utility programs. Once an outage is detected, GM’s vehicle-to-home tech has the capability to disconnect one's home from the grid and start supplying power from their GM EV.</p><p>“If you can imagine the future as we go forward, it's having the ability — now that we have this single platform — that allows our customer to experience our system,” said Wade Sheffer, vice president of GM energy, “but also can have the full control of the energy.”</p><p>The capability is an important lifeline amid EV sales slowdown</p><p>Not only is this business critical amid growing grid demand and increasing power outages, experts say automakers need to pivot with the EV market less active under current U.S. federal policy. Pure EV sales in the U.S. year-over-year are down 23.8%, according to a July Cox Automotive report on the first half of 2026. This demonstrates what an asset that EV and hybrid ownership can be.</p><p>The tech is not without challenges.</p><p>On the industry side, these systems have to undergo third-party testing to ensure they meet safety standards, and the vehicle and the charger need to be programmed to communicate. It also requires the approval of the utility where the capability is being used. It could take years to get an interconnect agreement.</p><p>On the customer side, homeowners need to understand their vehicles' abilities and how to self-manage their system. It also just brings another generator of power into the home mix.</p><p>Still, experts see opportunity, especially with interest in EV sales high outside of the U.S.</p><p>“We already know during an outage, its impact, providing electricity to the home,” said Scott Samuelsen, engineering professor emeritus at the University of California, Irvine. “This is going to become very, very popular.”</p><p>___</p><p>Alexa St. John is an Associated Press climate reporter. Follow her on X: @alexa_stjohn. Reach her at ast.john@ap.org.</p><p>___</p><p>Read more of AP’s climate coverage.</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/W42YWSXHDY2SMQPVXCWOQYPLPI.jpg?auth=6351e4442fceb5bcb284b03c1815f59e0c1d509bc0b8b90f5602f20fc8c49ece&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A one-foot long adapter is shown connected to a 240-volt outlet onboard a Ford F-150 King Ranch, Wednesday, July 22, 2026, in Southgate, Mich. The adapter makes the vehicle compatible to plug into a longer, separate cable that connects to a transfer switch installed directly on one's electric meter. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XC3BBBQBK5BJ7B74UHELAIXAU4.jpg?auth=49f34cd16b774c79288a87794d75721e7438c1caf3dbd9df8c3f9ee7eeb03309&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A one-foot long adapter is shown connected to a 240-volt outlet onboard a Ford F-150 King Ranch on Wednesday, July 22, 2026, in Southgate, Mich. The adapter makes the vehicle compatible to plug into a longer, separate cable that connects to a transfer switch installed directly on one's electric meter. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NZXI4QXJTY4FJR4FEHSMHTB344.jpg?auth=9300b1901da816163ed3a3edd68075d8679d3f6cc3494df16bbb6296e6a231fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Pro Power onboard information screen is displayed on a Ford F-150 King Ranch, Wednesday, July 22, 2026, in Southgate, Mich. An available adapter makes the vehicle compatible to plug into a longer, separate cable that connects to a transfer switch installed directly on one's electric meter. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EQGP6FVFFFU72B7ELMMDHB3VNM.jpg?auth=1f6f3a7cd1e164b333318da1269a220d8b862ccec238e43cc334930ddd4e1b17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Unsold 2026 F-150 pickup trucks sit in a long line outside a Ford agency April 12, 2026, in Centennial, Colo. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Judge hears testimony in lawsuit seeking to remove Fishback from Florida governor’s race]]></title><link>https://www.local10.com/news/florida/2026/07/21/judge-hears-testimony-in-lawsuit-seeking-to-remove-fishback-from-florida-governors-race/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/21/judge-hears-testimony-in-lawsuit-seeking-to-remove-fishback-from-florida-governors-race/</guid><dc:creator><![CDATA[Sanela Sabovic, Ryan Mackey]]></dc:creator><description><![CDATA[A judge on Tuesday began hearing testimony in an evidentiary hearing over whether Republican gubernatorial candidate James Fishback should remain on Florida’s 2026 ballot.]]></description><pubDate>Tue, 21 Jul 2026 22:15:42 +0000</pubDate><content:encoded><![CDATA[<p>A judge on Tuesday began hearing testimony in an evidentiary hearing over whether Republican gubernatorial candidate James Fishback should remain on Florida’s 2026 ballot.</p><p>The hearing stems from a lawsuit filed by Republican opponent and Lt. Gov. Jay Collins, who alleges Fishback falsely certified on his candidate paperwork that he met the state’s requirements to run for governor, including Florida’s seven-year residency requirement.</p><p>Tuesday’s proceedings began with a heated confrontation between Fishback, his supporters and members of Collins’ campaign before testimony got underway.</p><p>Collins’ attorneys argued that Fishback’s voting, mortgage, tax and homestead records in Washington, D.C., show he established his primary residence there, making him ineligible to run for governor.</p><p>During the hearing, Collins’ legal team presented D.C. voter registration, mortgage, tax and homestead records, along with testimony from a handwriting expert who said Fishback signed the disputed voter registration form.</p><p>Fishback later took the stand in his own defense. He acknowledged signing mortgage documents for a home in Washington, D.C., but testified that he signed the paperwork without carefully reading it.</p><p>“We were off to lunch, really hungry, and I was just kind of signing through stuff,” Fishback said.</p><p>Fishback also admitted registering to vote and casting a ballot in Washington, D.C., during the 2020 election, saying he was stranded there during the COVID-19 pandemic. He testified that he had a Florida driver’s license and voted for President Donald Trump.</p><p>“On Nov. 3 on Election Day, I inadvertently registered and voted in that election,” Fishback said.</p><p>Fishback spent hours testifying that the Washington, D.C. condo was a lightly used investment property near his parents. He pointed to low utility bills, Florida business filings, deliveries, vehicle records and his statewide debate nonprofit as evidence that Florida remained his primary residence.</p><p>Judge David Frank is expected to issue a ruling by Monday.</p><p>If Collins prevails, Fishback’s name could still appear on the ballot, but any votes cast for him would not be counted.</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[National Guard deploys as flash floods in West Virginia inundate homes and businesses]]></title><link>https://www.local10.com/news/2026/07/22/national-guard-deploys-as-flash-floods-in-west-virginia-inundate-homes-and-businesses/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/22/national-guard-deploys-as-flash-floods-in-west-virginia-inundate-homes-and-businesses/</guid><dc:creator><![CDATA[By JOHN RABY, Associated Press]]></dc:creator><description><![CDATA[CHARLESTON, W.Va. (AP) — Torrential rains caused flash floods that inundated homes and businesses, washed out bridges and led to numerous water rescues in portions of West Virginia, authorities said.]]></description><pubDate>Wed, 22 Jul 2026 15:06:21 +0000</pubDate><content:encoded><![CDATA[<p>CHARLESTON, W.Va. (AP) — Torrential rains caused flash floods that inundated homes and businesses, washed out bridges and led to numerous water rescues in portions of West Virginia, authorities said.</p><p>Gov. Patrick Morrisey sent 100 National Guard members to the hardest-hit areas in the northern part of the state, and declared a state of emergency for all 55 counties Tuesday night. An additional 200 National Guard members were expected to arrive by late Wednesday morning.</p><p>“State and local agencies will remain on the ground for as long as it takes to help affected communities,” Morrisey said in a statement.</p><p>Forecasters said up to 7 inches (18 centimeters) of rain fell in some places. No deaths were immediately reported.</p><p>The National Weather Service in Charleston warned of life-threatening flooding conditions in some communities Tuesday night, telling people to “SEEK HIGHER GROUND NOW!”</p><p>Bob Pfister said the power remained on at the hotel where he was staying in Weston, even though the first floor was inundated, and most people planned to stay put until Wednesday morning.</p><p>“Right now this option is much better than a shelter and a life boat,” Pfister posted on Facebook. “If the power goes out that may change a whole lot!”</p><p>Video and photos on social media showed submerged vehicles in parking lots, including at a Walmart in Weston where muddy water surged far into the store.</p><p>Emergency crews reported dozens of rescues of people stuck in submerged vehicles. However, some rescuers were unable to get to locations where floodwaters had cut off access.</p><p>Flash flood warnings in the state expired by Wednesday morning. Other warnings were issued for parts of neighboring Virginia.</p><p>The heavy rains were part of wide-ranging storms — which also produced reports of tornadoes — stretching from the Cincinnati area across New Jersey to the New York City suburbs. Damage from a possible tornado was reported in the area of St. Marys and Belmont in West Virginia.</p><p>Emergency service communication channels were buzzing with activity late Tuesday night in Lewis and Upshur counties, which have about 40,000 residents combined.</p><p>First responders were performing water rescues for hours Tuesday night into Wednesday, Lewis County Commissioner Agnes Quinn Queen said.</p><p>“The devastation across our county is extensive,” she said in a social media post.</p><p>A sinkhole caused by the storm swallowed a vehicle at a bar Tuesday night in Fayetteville, in southern West Virginia.</p><p>Morrisey urged residents to stay at home and said travel conditions remained hazardous Tuesday night. Floodwaters forced the closure of portions of Interstate 79, U.S. Route 48 and numerous secondary roads. The ground was already saturated after storms dumped more than 2 inches (5 centimeters) of rain throughout the state on Saturday.</p><p>Tuesday’s storms occurred a decade after 23 people died after heavy rains fell for hours over the same areas.</p><p>Data from a U.S. Geological Survey water gauge showed one creek tributary, Sand Run, rose to a record level near Buckhannon, topping the mark set during a November 1985 flood event that resulted in 47 deaths statewide.</p><p>___</p><p>Associated Press writer Dave Collins in Hartford, Connecticut, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VHBV5T55XHTLOB2AON4FIGFY5E.jpg?auth=2062cca0f9f8952e28e6cd875cb28e18b51c2946c6510a818e49098a47b50781&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 Alexis Wood, a flooded Walmart parking lot is shown Tuesday, July 21, 2026, in Weston, W.Va. (Alexis Wood via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexis Wood</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BNRUDKEMDB5XMT3G5SVLGTKJQQ.jpg?auth=bb24418d1c6b235b5ee2b3414f3f221449117d9b74ed26bd057cd9a87cc4a0dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Joe Kinzer shows flash flooding Tuesday, July 21, 2026, in Buckhannon, W.Va. (Joe Kinzer via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Kinzer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IHZKUOUAPL3ZT4HEZRPZWY4BRM.jpg?auth=537bad09443c3617e03e35a9b705d4f81787d50cc1119ed09591e18b5e5d3bb5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Joe Kinzer shows flash flooding Tuesday, July 21, 2026, in Buckhannon, W.Va. (Joe Kinzer via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Kinzer</media:credit></media:content></item><item><title><![CDATA[Southampton coach Eckert charged by FA over spying scandal that shocked English soccer]]></title><link>https://www.local10.com/sports/2026/07/22/southampton-coach-eckert-charged-by-fa-over-spying-scandal-that-shocked-english-soccer/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/22/southampton-coach-eckert-charged-by-fa-over-spying-scandal-that-shocked-english-soccer/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[MANCHESTER, England (AP) — Southampton coach Tonda Eckert has been charged by the English Football Association for his part in the spying scandal that shocked English soccer last season.]]></description><pubDate>Wed, 22 Jul 2026 16:11:23 +0000</pubDate><content:encoded><![CDATA[<p>MANCHESTER, England (AP) — Southampton coach Tonda Eckert has been charged by the English Football Association for his part in the spying scandal that shocked English soccer last season.</p><p>The FA said Wednesday that Eckert had been charged for three incidents that came to light during the end of season playoffs.</p><p>Southampton was expelled from the Championship playoff final in May after admitting to spying on other teams, including semifinal opponent Middlesbrough.</p><p>The FA said it was alleged Eckert acted in an “improper manner and/or brought the game into disrepute” by authorizing the observation of opponents' training sessions.</p><p>Southampton was charged by the English Football League with the unauthorized filming of Middlesbrough’s practice sessions ahead of their two-legged semifinal, which it went on to win and go within one game of promotion to the Premier League.</p><p>It was expelled from the final after admitting to spying on Oxford United and Ipswich earlier in the season. The EFL also imposed a four-point deduction for next season, while Middlesbrough was reinstated to the final, which it lost 1-0 to Hull City.</p><p>An arbitration panel laid bare the influence of Eckert in the scandal, saying it was “a contrived and determined plan from top down to gain a competitive advantage” and analysts who carried out the unauthorized filming “felt pressurised to do the observations that Mr. Eckert and the senior coaches wished them to do.”</p><p>Expulsion from the playoffs deprived Southampton of the chance of promotion to the top flight and a guaranteed windfall of at least $270 million in future earnings.</p><p>Despite the controversy Southampton said it was sticking by its coach.</p><p>“As a board, we are fully behind him,” owner Dragan Šolak said in June, “and together we only have one objective — we want promotion back to (the) Premier League.”</p><p>Eckert also said in June that he had “made a mistake” and took “full responsibility.”</p><p>Eckert has until July 28 to respond to the FA charges.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O3Y4APYJ2NXCLY3CQ4UKESVQPE.jpg?auth=e404034f3a6987241de79aa2f3c9186e19bd27b2662610701eb3239d1dc7c194&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Southampton's coach Tonda Eckert reacts during the FA Cup semifinal soccer match between Manchester City and Southampton in Manchester, England, April 25, 2026. (AP Photo/Kin Cheung, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Firefighters battle one of Spain's biggest-ever wildfires during heat wave across the Mediterranean]]></title><link>https://www.local10.com/news/world/2026/07/22/firefighters-battle-one-of-spains-biggest-ever-wildfires-during-heat-wave-across-the-mediterranean/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/22/firefighters-battle-one-of-spains-biggest-ever-wildfires-during-heat-wave-across-the-mediterranean/</guid><dc:creator><![CDATA[By JOSEPH WILSON, Associated Press]]></dc:creator><description><![CDATA[BARCELONA, Spain (AP) — Firefighters in central Spain battled a wildfire on Wednesday that has burned over 32,000 hectares (79,000 acres) in one of the country's largest blazes on record.]]></description><pubDate>Wed, 22 Jul 2026 17:28:35 +0000</pubDate><content:encoded><![CDATA[<p>BARCELONA, Spain (AP) — Firefighters in central Spain battled a wildfire on Wednesday that has burned over 32,000 hectares (79,000 acres) in one of the country's largest blazes on record.</p><p>The fire in rural Guadalajara comes less than two weeks after a deadly blaze devastated a small expat community in southern Spain. That small but extremely virulent fire killed 13 people, including several foreigners, in one of the southern European country's deadliest wildfires.</p><p>Spanish Prime Minister Pedro Sánchez on Wednesday visited the fire-ravaged area in Guadalajara, and called for a pact between political parties to fight climate change.</p><p>“Year after year we clearly see how climate change kills and destroys wealth in our communities,” Sánchez said in the village of Tamajón, located less than two hours by car northeast of Madrid. “This isn’t politics. It is science, it’s about facts.”</p><p>Some 34 villages have been evacuated in the area but there are no reported serious injuries or deaths. Over 200 firefighters were supported by land vehicles and aircraft on Wednesday.</p><p>Spain this year has already suffered 22 major forest fires, defined as a fire that burns over 500 hectares (1,235 acres.)</p><p>The Socialist leader said over 100,000 hectares (247,000 acres) had already been scorched through the first half of the year, matching the total yearly average for Spain over the last decade.</p><p>Spain’s Minister for Ecological Transition, Sara Aagesen, described the Guadalajara fire as “one of the largest in the recent history of our country” and the largest ever for the region of Castilla La Mancha.</p><p>The Guadalajara blaze is the second-largest on record in Spain’s history after some 37,000 hectares (91,000 acres) were burned last year in the northwest of the country, according to data from the ecological transition ministry, as cited by EFE news agency.</p><p>Regional authorities said firefighters supported by water-dumping aircraft had so far protected homes in all 40 villages in the burned area, 90% of which belongs to a national park. Firefighters hope to have the nearly week-old fire under control by Friday, said Emiliano García-Page, regional president of Castilla La Mancha.</p><p>Miguel Ángel Moreno, mayor of the village of Zarzuela de Jadraque, said its 100 residents were evacuated Friday, with 14 taking refuge at a Red Cross shelter.</p><p>Moreno said that the firefighters should receive as much admiration as the soccer players who won the World Cup on Sunday.</p><p>The firefighters “had to run from one side of the village to the other putting out fires,” Moreno told Spanish national television TVE. “Besides the heroes who won the World Cup, we have other heroes who remain nameless.”</p><p>New heat wave could complicate firefighting efforts</p><p>Spain’s weather agency said a heat wave that began Tuesday was expected to reach its peak between Wednesday and Thursday, with temperatures pushing 40 degrees Celsius (104 Fahrenheit) in several inland areas and crossing 42 Celsius (108 Fahrenheit) in parts of Andalusia, in southern Spain.</p><p>Guadalajara and large areas of Spain were under alert for high temperatures.</p><p>Like many other European countries, Spain is experiencing extreme heat, which is combining with wind and limited rainfall to create ideal conditions for small wildfires to grow unchecked.</p><p>Europe is the world’s fastest-warming continent, with temperatures increasing twice as quickly as the global average since the 1980s, according to the European Union’s Copernicus Climate Change Service.</p><p>Globally, 2025 was the third-hottest year on record, bringing severe heat waves across Europe. Scientists warn that climate change is exacerbating the frequency and intensity of heat and dryness especially in southeastern Europe, making the region more vulnerable to health impacts and wildfires.</p><p>Europe facing hot, dry weather</p><p>In Sicily, firefighters said they had carried out more than 1,000 operations since Saturday and have put all the Italian island’s fire departments on double shifts to cope with the blazes.</p><p>The latest was a wildland-urban blaze in Agrigento, in central western Sicily that required the evacuation of 100 people from homes and a clinic, with 22 patients transferred to other facilities, the national service said. Firefighters were particularly concerned about an oxygen storage plant nearby.</p><p>For days, Italy’s Civil Protection agency has declared all of Sicily at the highest risk for wildfires. Winds and temperatures near or above 40C (100F) have fueled blazes from near Palermo on the northern coast to Catania in the east and now Agrigento in the west.</p><p>Greece was sweltering under what was forecast to be the last of a four-day heat wave. Temperatures were predicted to top 42 C (107 F), while several regions in southern and central Greece, including the wider Athens area, were on the highest alert level for wildfire danger.</p><p>Cyprus, meanwhile, issued a warning for high temperatures expected to reach 43 C (109 F).</p><p>In Britain, it hasn’t rained in more than a month in some areas, and much of the southern half of England is in a state of “prolonged dry weather,” one step before a drought. Thames Water, the country’s biggest water company, has banned its 10 million customers from using hoses to water lawns or wash cars starting Thursday.</p><p>France's public health agency on Wednesday said the country recorded at least 5,700 more deaths than usual during a historic heatwave last month, sharply increasing its estimates of the feared toll from record-shattering temperatures.</p><p>Public Health France said regions hit by the heat between June 17 and July 2 recorded 21,674 deaths from all causes. But without a heatwave, those same regions would have been expected to have seen far fewer deaths, or 15,910, based on statistical modeling using data from previous years, it said.</p><p>___</p><p>Nicole Winfield in Rome, Elena Becatoros in Athens, Menelaos Hadjicostis in Nicosia, Cyprus, Jill Lawless in London and John Leicester in Paris contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CJOKRWNX75UCY6O6YDK4H2GB64.jpg?auth=c668f03258d322b54a9a793e179a56c0e33cdfaaab2aeb25c272be03b90f23ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wildfire advances near Condemios de Arriba, Guadalajara province, Spain, Wednesday, July 22, 2026, after a wildfire scorched tens of thousands of hectares in one of Spain's largest wildfires in recent years. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E6DGTK7NO7O4F77N3Q4FXTSPW4.jpg?auth=ae7aa3b666d9418a69d96ede6896ed0740721ca3ec6890d8ae8b56bf9e9b6561&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighting helicopter drops water on the flames as a wildfire advances near Condemios de Arriba, Guadalajara province, Spain, Wednesday, July 22, 2026, after a wildfire scorched tens of thousands of hectares in one of Spain's largest wildfires in recent years. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UNTIVX7UVHNZTXRNBKNUDW5NVM.jpg?auth=abf56410f86c8706a2a4c25ea9226bebc1922a6a9b603ee79005f21ecef3976a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forest rangers take a break before returning to work on the fire near Condemios de Arriba, Guadalajara province, Spain, Wednesday, July 22, 2026, after a wildfire scorched tens of thousands of hectares in one of Spain's largest wildfires in recent years. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OOGHFYCTAHYJS5ICFDOC5ZFVKM.jpg?auth=21cbe594489181694ca9a37e5edbdb7042d2b5b2f1dc7f76aeada3a5660bb007&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises above the horizon as wildfire advances near Condemios de Arriba, Guadalajara province, Spain, Wednesday, July 22, 2026, after a wildfire scorched tens of thousands of hectares in one of Spain's largest wildfires in recent years. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OJZIO4ZQHHOHEQNYYXJIHANI5Q.jpg?auth=16f2f6b2b6e3eb271bbfefe512417b151f077dd7a38395ae7527ad14200a56f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises above the horizon as wildfire advances near Condemios de Arriba, Guadalajara province, Spain, Wednesday, July 22, 2026, after a wildfire scorched tens of thousands of hectares in one of Spain's largest wildfires in recent years. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Muere mujer en Fort Lauderdale tras saltar sobre el techo de la SUV de un hombre y caer, dice la policía ]]></title><link>https://www.local10.com/espanol/2026/07/21/muere-mujer-en-fort-lauderdale-tras-saltar-sobre-el-techo-del-auto-de-un-hombre-y-caer-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/21/muere-mujer-en-fort-lauderdale-tras-saltar-sobre-el-techo-del-auto-de-un-hombre-y-caer-dice-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer murió luego de haber saltado sobre el techo del auto de un hombre después de que ambos protagonizaran un altercado físico ]]></description><pubDate>Tue, 21 Jul 2026 13:44:36 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer murió luego de haber saltado sobre el techo del auto de un hombre la madrugada del martes, después de que ambos protagonizaran un altercado físico en un hotel de Fort Lauderdale, confirmó la policía.</p><p>Según la Policía de Fort Lauderdale, alrededor de las 2 a.m., agentes respondieron al llamado en el 400 de Southeast 32nd Street, tras recibir un reporte sobre un accidente de tránsito que involucraba a un peatón.</p><p>La policía indicó que los agentes llegaron al lugar y descubrieron que el conductor y la peatón se conocían y habían protagonizado un altercado físico en un hotel de la zona.</p><p>Según la policía, el hombre intentó salir del hotel en su vehículo, pero la mujer saltó sobre el capó del auto y cayó mientras el vehículo estaba en movimiento.</p><p>La policía informó que la mujer sufrió heridas de gravedad, mientras el hombre detuvo su vehículo y llamó al 911.</p><p>La mujer fue trasladada por paramédicos de Fort Lauderdale Fire Rescue al Broward Health Medical Center, donde murió, informaron las autoridades.</p><p>La policía indicó que los detectives investigan el incidente y que la identidad de la mujer no ha sido divulgada por el momento trabajan para notificar a sus familiares.</p><p>Las autoridades no confirmaron por qué ambos presuntamente comenzaron a pelear.</p><p>Cualquier persona que haya presenciado algún hecho relacionado con el caso debe comunicarse con el Departamento de Policía de Fort Lauderdale.</p>]]></content:encoded></item><item><title><![CDATA[Woman dies after jumping on hood of man’s SUV, falling off in Fort Lauderdale, police say ]]></title><link>https://www.local10.com/news/local/2026/07/21/woman-dies-after-jumping-on-hood-of-mans-car-falling-off-in-fort-lauderdale-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/woman-dies-after-jumping-on-hood-of-mans-car-falling-off-in-fort-lauderdale-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A woman has died after she jumped on the hood of a man’s SUV early Tuesday morning after the two got into a physical altercation at a hotel in Fort Lauderdale, police confirmed.]]></description><pubDate>Tue, 21 Jul 2026 12:55:49 +0000</pubDate><content:encoded><![CDATA[<p>A woman has died after she jumped on the hood of a man’s SUV early Tuesday morning after the two got into a physical altercation at a hotel in Fort Lauderdale, police confirmed.</p><p><a href="https://www.local10.com/espanol/2026/07/21/muere-mujer-en-fort-lauderdale-tras-saltar-sobre-el-techo-del-auto-de-un-hombre-y-caer-dice-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/muere-mujer-en-fort-lauderdale-tras-saltar-sobre-el-techo-del-auto-de-un-hombre-y-caer-dice-la-policia/">Leer en español</a></p><p>According to Fort Lauderdale police, at about 2 a.m., officers responded to the 400 block of Southeast 32<sup>nd</sup> Street after receiving a report about a car accident involving a pedestrian.</p><p>Police said officers arrived at the scene and discovered that the driver and pedestrian knew each other and had gotten into a physical altercation at a local hotel.</p><p>According to police, the man attempted to leave the hotel in his vehicle, but the woman jumped on the hood of the SUV and fell off as the vehicle was in motion.</p><p>Police said the woman was critically injured and the man stopped his car and called 911.</p><p>The woman was then transported by Fort Lauderdale Fire Rescue medics to Broward Health Medical Center, where she died, authorities said.</p><p>Police said detectives are investigating the incident and the woman’s identity is being withheld as they work to notify her next of kin.</p><p>They did not confirm why the two were allegedly fighting to begin with. </p><p>Anyone who witnessed anything related to the case is urged to call the Fort Lauderdale Police Department.</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[Miami residents pushing back against development plans that would remove dozens of trees]]></title><link>https://www.local10.com/news/local/2026/07/21/miami-residents-pushing-back-against-development-plans-that-would-remove-dozens-of-trees/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/miami-residents-pushing-back-against-development-plans-that-would-remove-dozens-of-trees/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[In one Miami neighborhood there is an ongoing battle between developers and preservationists. ]]></description><pubDate>Tue, 21 Jul 2026 19:48:27 +0000</pubDate><content:encoded><![CDATA[<p>In one Miami neighborhood, there is an ongoing battle between developers and preservationists. </p><p><a href="https://www.local10.com/espanol/2026/07/21/residentes-de-miami-se-oponen-a-planes-de-desarrollo-que-eliminarian-decenas-de-arboles/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/residentes-de-miami-se-oponen-a-planes-de-desarrollo-que-eliminarian-decenas-de-arboles/">Leer en español</a></p><p>Residents are pushing back against a plan to remove dozens of mature trees near Legion Memorial Park. </p><p>Construction workers are already hard at work on a new development called Adella 3 that Acre Developments plans to build on the site.</p><p>But first, for it to go up, trees have to come down -- a total of 46 of them, including five large oaks.</p><p>Some residents, including Peter Ehrlich, are livid and have filed appeals with the city.</p><p>“Every tree is crucial,” he said. “The developer’s architect should work diligently to save those trees, not to just kill them, because some of the oak trees are 120 or 150 years old.”</p><p>Attorney David Winker represents an environmental group that has also filed an appeal.</p><p>“We feel strongly that they should stay, and also that they haven’t met the code requirements, which are to show that there’s no alternative, that they can’t build their building because of these trees that are on a public park,” said Winker. </p><p>The issue has sparked strong emotions among dozens of residents who say preserving the tree canopy helps reduce heat, provides shade, improves air quality, and protects wildlife.</p><p>“It’s crucial, but unfortunately, developers in such a desperate bid to build as quickly as they can to help their general contractors to have sites with no trees and city officials who receive campaign contributions from developers bend over backwards to kill trees as quickly as they possibly can,” said Ehrlich. </p><p>As mitigation for the tree loss, the developer has agreed to plant 103 new trees in and around the property once construction is complete.</p><p>“We’ve got eight appeals tonight -- it’s unprecedented,” said Winker. “We have so many appeals going on and some people have expressed frustration with the number of appeals, but it really is, why are the appeals happening? Because the city shouldn’t be approving these in the first place.”</p><p>Local 10 News reached out to the attorney representing the developer but has not heard back as of the time of this story’s publication. </p><p> <iframe class="scribd_iframe_embed" title="Snapshot 98474" src="https://www.scribd.com/embeds/1064640589/content?start_page=1&view_mode=scroll&access_key=key-BE6NcFeCQS20678pgjVQ" tabindex="0" data-auto-height="true" data-aspect-ratio="1.7790927021696252" scrolling="no" width="100%" height="600" frameborder="0" ></iframe></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[Adolf Hitler’s birthplace in Austria reopens as a police station to deter Nazi pilgrimages]]></title><link>https://www.local10.com/news/world/2026/07/22/adolf-hitlers-birthplace-in-austria-reopens-as-a-police-station-to-deter-nazi-pilgrimages/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/22/adolf-hitlers-birthplace-in-austria-reopens-as-a-police-station-to-deter-nazi-pilgrimages/</guid><dc:creator><![CDATA[By PHILIPP JENNE, Associated Press]]></dc:creator><description><![CDATA[BRAUNAU AM INN, Austria (AP) — Adolf Hitler's birthplace in Austria was officially inaugurated as a police station on Wednesday in an effort to destroy the building's appeal as a site of pilgrimage for people who glorify the Nazi dictator.]]></description><pubDate>Wed, 22 Jul 2026 11:29:46 +0000</pubDate><content:encoded><![CDATA[<p>BRAUNAU AM INN, Austria (AP) — Adolf Hitler's birthplace in Austria was officially inaugurated as a police station on Wednesday in an effort to destroy the building's appeal as a site of pilgrimage for people who glorify the Nazi dictator.</p><p>A memorial stone is to remain in place outside the house in Braunau am Inn near the German border with the inscription, “For freedom, democracy and liberty. Never again fascism. Millions of dead remind us.”</p><p>Hitler was born in the building on April 20, 1889. His family moved to another residence in Braunau am Inn after only a few months, before settling temporarily in Passau in southern Germany.</p><p>Fueled by racial fanaticism, Hitler's Nazi regime killed approximately 6 million Jews and other minorities and groups during the Holocaust. The dictator unleashed World War II in which at least 60 million people died. He committed suicide in April 1945, shortly before the end of the war.</p><p>“The Republic of Austria, the state, the county is facing up to this heritage, the terrible heritage of this time, and commits itself to deal with it,” Austria's Interior Minister Gerhard Karner said during the opening ceremony of the police station on Wednesday. “This entails this house and this address.”</p><p>The renovation of the building took several years and cost around 20 million euros ($22.8 million), Austrian news agency APA reported. It was preceded by a yearslong back-and-forth over the ownership of the house.</p><p>The ownership question was resolved in 2017 when Austria’s highest court ruled the government was within its rights to expropriate the building after its owner refused to sell. A suggestion it might be demolished was dropped.</p><p>The building had been rented by Austria’s Interior Ministry since 1972 to prevent its misuse and was sublet to various charitable organizations. The structure stood empty after a care center for adults with disabilities moved out in 2011.</p><p>The Austrian government has said the best use for the building would be the presence of the police as guardians of civil liberties. But critics said the building in its current presentation lacks historical context.</p><p>A commission of experts came out against turning the building into a museum, advocating instead for a redesign that would not be easily recognizable.</p><p>The building's ochre-yellow was turned white, the arched windows were replaced by simple rectangular shapes and the facade has been extended upward toward the roof. Debris from the construction was disposed at a secret location to ensure it would not become a new source for Nazi memorabilia, APA reported.</p><p>In the past, far-right extremists repeatedly paid homage to the “Führer,” photographing the building, taking stones as souvenirs and laying flowers and wreaths. In 2024, four Germans were caught laying white roses in the building's window recesses and posing for photos, including a woman giving the stiff-armed Hitler salute.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R4IUWJPJAOJVRKXZ25QY3I7TQQ.jpg?auth=5e1b90e034242f32e49461773641b7d4c521ddeff4a0ee86dc7ba7c7b6a04912&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austrian police officers stand in front of a new police station which is located in Adolf Hitler's birth house in Braunau am Inn, Austria, Wednesday, July 22, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MO23WDGS3NWMFPK5HRXETNLY2U.jpg?auth=6b2eaba5e9ca76fd8d3b1adbc7abdb63c574ea9cc0b0eead56281521160d3e38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A new police station with a memorial stone reading "for peace, freedom and democracy, never again fascism, million dead remind" is located and will be officially opened in Adolf Hitler's birth house in Braunau am Inn, Austria, Wednesday, July 22, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3Q7HRTAE5MHNWJCUDYQHHF65DA.jpg?auth=0d922ad0d853209853f33fba634cb462fbe777d2357efd37c759853ad47c9a96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A new police station is located and will be officially opened in Adolf Hitler's birth house in Braunau am Inn, Austria, Wednesday, July 22, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EEQF37IGG3GPYMEA4LT43FQ3K4.jpg?auth=1f144a4df35b59d8239ca9605de2dae10f9d8143a093ee520b65ec53b503466c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A new police station is located and will be officially opened in Adolf Hitler's birth house in Braunau am Inn, Austria, Wednesday, July 22, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RE6LUXZHEYNAFHOY4E56MH2TVE.jpg?auth=0d77fdf81ebf25bf9875ca67dc0c6a42aae3ca6b9615721cdcad95a3b273c5fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houses are pictured in Braunau am Inn, Austria, Wednesday, July 22, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content></item><item><title><![CDATA[Messy primaries plague both major political parties, causing chaos and confusion in the midterms]]></title><link>https://www.local10.com/news/politics/2026/07/22/messy-primaries-plague-both-major-political-parties-causing-chaos-and-confusion-in-the-midterms/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/22/messy-primaries-plague-both-major-political-parties-causing-chaos-and-confusion-in-the-midterms/</guid><dc:creator><![CDATA[By JILL COLVIN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — When midterm campaigning began, each major political party had a clear game plan. Republicans would emphasize border security and an economy that was finally shaking off years of high inflation. Democrats would focus attention on a deeply unpopular President Donald Trump to energize their voters.]]></description><pubDate>Wed, 22 Jul 2026 14:17:08 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When midterm campaigning began, each major political party had a clear game plan. Republicans would emphasize border security and an economy that was finally shaking off years of high inflation. Democrats would focus attention on a deeply unpopular President Donald Trump to energize their voters.</p><p>It hasn't worked out that way. With a little more than three months to go, both parties are grappling with self-inflicted wounds and messy missteps that have complicated their paths to victory in key races.</p><p>Trump steered the country into a war against Iran with no end in sight, disrupting the global flow of oil and spiking prices at the pump. He remains fixated on purging his party of dissent and relitigating his election defeat six years ago.</p><p>On the other side of the aisle, Democrats are in the throes of an internal civil war between moderates and progressives, as democratic socialists successfully oust incumbents. Some candidates have imploded in spectacular fashion, jeopardizing races the party had expected to win.</p><p>The drama has turned existential as each party faces a moment of reckoning. Democrats remain shaken by Trump being elected again and are desperately searching for a path back to power. Republicans are beginning to contemplate a post-Trump era even as the president maintains an iron grip on the party.</p><p>Frank Luntz, a longtime pollster, said the year has been consumed by “a sense of chaos and confusion.”</p><p>“We really do not know what’s going to happen in November," he said.</p><p>Candidates have been rocked by scandal</p><p>Democrats' latest turmoil has unfolded in Wisconsin, one of the most narrowly divided battleground states.</p><p>Lt. Gov. Sara Rodriguez abandoned her bid for governor after a campaign finance scandal just as she seemed to be consolidating support. Now the party establishment is concerned her departure will elevate Francesca Hong, a democratic socialist who's viewed by party leaders as a potentially weak opponent against U.S. Rep. Tom Tiffany, the likely Republican nominee.</p><p>“If we lose, Trump’s most loyal lackey in Congress takes control of Wisconsin, and that’s turned regular Democratic angst into flop sweats,” said longtime Wisconsin liberal activist Scot Ross. Still, he predicted that once the focus moves past the primary fight, Democratic voters would unite behind the party's candidate.</p><p>Then there's Maine, where the party is eager to defeat Republican Sen. Susan Collins as part of a nationwide push to regain control of the chamber.</p><p>Graham Platner, an oyster farmer and political outsider, rode a wave of grassroots energy to the Democratic nomination, only to drop out after an allegation of sexual assault, which he denies.</p><p>Supporters had hoped Platner would be the kind of candidate who could win white working-class voters back to the party, despite controversies including a tattoo widely recognized as a Nazi symbol and a history of inflammatory social media posts. Democrats are holding a convention this weekend to choose a replacement candidate.</p><p>Celinda Lake, a Democratic pollster and consultant, said activists and voters have been willing to overlook potential vulnerabilities while supporting outsiders for office.</p><p>“There is something in the air that has made these candidates incredibly reckless and thinking that they can get away with it," she said, pointing to the president as a potential explanation. “I think Trump has kind of created a high-risk environment."</p><p>Marc Short, the former chief of staff to Trump's first-term vice president, Mike Pence, said the dynamic was reminiscent of 2010 when the tea party ushered in a wave of unvetted Republican candidates who famously beat establishment figures in primaries but lost in November, costing Republicans the Senate even as they made gains in the House.</p><p>The shoe, he said, is now on the other foot.</p><p>“I feel like when there is a lot of energy on one side that you can tend to nominate candidates that create hurdles for you and limit what your gains could be,” he said.</p><p>Divisions between Democrats are on display in key races</p><p>Other races are forcing Democrats to confront some of their deepest divisions.</p><p>In Michigan, Senate candidate and progressive favorite Abdul El-Sayed has worried party leaders like Senate Democratic leader Chuck Schumer who fear he's too far left to win in the seat, which Democrats will need to hold onto if they want a shot at winning the majority this year. Supporters point to the enthusiasm he's garnered as a way forward for the party.</p><p>The primary also highlights a schism over Israel. El-Sayed has described Israel’s military campaign in Gaza as a genocide, an accusation rejected by Israel and the White House. In response, the American Israel Public Affairs Committee, or AIPAC, and its affiliated groups have spent close to $30 million backing primary rival Haley Stevens.</p><p>Adam Green, co-founder of the Progressive Change Campaign Committee, said it's clear voters across the country are rebelling against a political system they see as rigged and are yearning for candidates willing to fight on their behalf.</p><p>He said candidates like El-Sayed would serve as proof of concept going into 2028 that “bold, shake-up-the system economic fighters" are more electable in purple and red states than "stale, status quo corporate-aligned Democrats.”</p><p>In Washington, Sen. Chris Murphy, D-Conn., downplayed the idea the ideological divisions would endanger Democrats.</p><p>“A healthy party is a party that has arguments," he said. “I think our party should be debating ideas. We should be having hotly contested primaries."</p><p>Republicans rocked by retirements and ousted incumbents</p><p>Republicans are facing their own challenges as they try to buck historical precedent and maintain congressional control.</p><p>Trump reshaped this year’s Senate map by sidelining some Republican incumbents and promoting loyalists to replace them. That includes in Texas, where he ousted longtime Sen. John Cornyn and endorsed Ken Paxton, a fiery conservative with a lengthy history of corruption allegations.</p><p>Republican leaders had warned his nomination would put the state in play and force the party to spend millions of dollars defending what would have otherwise been a safe seat.</p><p>Others chose to leave the party. In North Carolina, Sen. Thom Tillis declined to run for reelection after feuding with Trump. Democrats hope to flip the seat with former Gov. Roy Cooper.</p><p>Whit Ayres, a longtime Republican pollster and strategist, said Trump “has exacerbated the problem” of a political culture that has produced more extreme candidates on both sides of the aisle thanks to closed primaries.</p><p>Trump can boost candidates — or hold them back</p><p>Republicans have historically struggled when Trump isn't on the ballot. But he also risks weighing candidates down.</p><p>Just 37% of U.S. adults approve of how he's handling the presidency, according to the most recent AP-NORC poll, which shows deep dissatisfactions over his handling of the economy and other issues.</p><p>But instead of staying focused on lowering prices, Trump has continued his bombardment of Iran in a struggle for control over the Strait of Hormuz, a critical waterway for global oil supplies. He also delivered a primetime address in which he continued to dispute his 2020 loss in an appeal for more restrictive voting laws.</p><p>“Trump is our biggest ally," said Lake, the Democratic pollster and consultant. “He’s the best things that Democrats have going. And it’s the gift that keeps on going."</p><p>But Jenny Beth Martin, chair of the grassroots conservative group Tea Party Patriots Action, disagreed.</p><p>“President Trump is the single greatest advantage Republicans have in the midterm elections," she said in a statement. “The energy and enthusiasm he generates is incomparable, and we’re counting on him to motivate his supporters to go to the polls.”</p><p>___</p><p>Associated Press writers Scott Bauer in Madison, Wis., and Steven Sloan in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UKFN4N7233W4XR4LRYFWKG7T6Y.jpg?auth=df05a565ba67980a1aab0839d120a0feca56c7f7a35bafb92643ae708c865fb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Campaign flyers for former Democratic candidate for U.S. Senate Graham Platner are seen at his headquarters Thursday, July 9, 2026, in Ellsworth, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RPRWJV76IZ62UVHWX67D3ICLMM.jpg?auth=fded8acbb0816202927b8370c4837185a01c4112aec89b4c9b2053ab0c95832b&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 during a media conference, flanked by U.S. Defense Secretary Pete Hegseth and U.S. Secretary of State Marco Rubio, at the NATO summit in Ankara, Turkey, Wednesday, July 8, 2026. (AP Photo/ Emrah Gurel)]]></media:description><media:credit role="author" scheme="urn:ebu">Emrah Gurel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RBRKIOFEMPITROUHXT52L2DWMA.jpg?auth=9a1ac1360c565a12aca856a37ec7eeecb957ee84e6564824abc438dfc630bed4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The per-gallon prices are illuminated electronically above the three grades of fuel available at a Shell gasoline station Monday, June 22, 2026, in Englewood, Colo. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BRDOQ5HMUMATDLD5NJVINYMQ6E.jpg?auth=8b08680990f8351864ef96bd4374a76c35a729cbf0bd25398736c65e059466c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan Democratic U.S. Senate primary candidate Abdul El-Sayed addresses the crowd during a campaign rally, Saturday, July 18, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L43D2GTP4XCXBW22KED25QFBFM.jpg?auth=fc23a1d7133b0b65dee4e4a7603cead47b52ad3d7ccc13b4b1ad95bc2d416279&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic candidate for Wisconsin governor Sara Rodriguez speaks to supporters, Monday, July 13, 2026, in Madison, Wis. (AP Photo/Scott Bauer)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content></item><item><title><![CDATA[Miami-Dade teacher accused of attacking boyfriend with knife, snatching his cellphone]]></title><link>https://www.local10.com/news/local/2026/07/21/miami-dade-teacher-accused-of-attacking-boyfriend-with-knife-snatching-his-cellphone/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/21/miami-dade-teacher-accused-of-attacking-boyfriend-with-knife-snatching-his-cellphone/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Miami-Dade County teacher was arrested over the weekend in connection with a domestic violence incident involving her boyfriend, who she has been dating for about a year, authorities said.]]></description><pubDate>Tue, 21 Jul 2026 12:41:46 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade County teacher was arrested over the weekend in connection with a domestic violence incident involving her boyfriend, who she has been dating for about a year, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/21/acusan-a-maestra-de-miami-dade-de-atacar-a-su-novio-con-un-cuchillo-y-arrebatarle-el-celular/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/21/acusan-a-maestra-de-miami-dade-de-atacar-a-su-novio-con-un-cuchillo-y-arrebatarle-el-celular/">Leer en español</a></p><p>According to an arrest report by the Miami-Dade Sheriff’s Office, Ada Caballero, 44, of Homestead, was arrested Sunday on charges of armed robbery with a deadly weapon, aggravated assault with a deadly weapon and battery.</p><p>St. John’s Episcopal School’s website lists Caballero as a first-grade teacher at the Homestead school, who has more than 10 years of experience working in education and “loves to teach and shape young minds with love.”</p><p>Deputies said she didn’t show any love to her boyfriend, however, on Saturday when she allegedly attacked him.</p><p>According to her arrest report, Caballero and the victim got into an argument and the victim began recording with his cellphone, at which time Caballero grabbed her boyfriend by the shirt and reached for his cellphone, scratching his chest in the process.</p><p>Deputies said a struggle ensued for the victim’s phone and Caballero eventually snatched it from his hand.</p><p>The victim then “bear-hugged” Caballero to stop her from attacking him, but she pulled out a knife and “took a swipe at the victim but missed,” the report stated.</p><p>According to the report, the victim pushed Caballero away from him, and his phone and the knife fell to the floor.</p><p>Deputies said another brief struggle ensued for the victim’s cellphone, but the victim was able to take his phone back and call 911 for assistance.</p><p>According to the report, Caballero invoked her rights and did not make any statements to detectives.</p><p>Details about what she and her boyfriend were initially arguing about were not mentioned in the arrest report. </p><p>As of Tuesday morning, Caballero was being held at the Turner Guilford Knight Correctional Center on a $6,000 bond.</p><p>A spokesperson for St. John’s Episcopal School told Local 10 News in a statement, “We are aware of the incident and the individual’s employment has been terminated.”</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/VC4XU6AQGJCMBETBZWUMHGDFZM.jpg?auth=f5b9baa97a89b4c695365aae243f7637f2c5e73e3b4e35b4588f1811ddc0416d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[July 22: Few early showers this morning]]></title><link>https://www.local10.com/weather/2026/07/22/july-22-few-early-showers-this-morning/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/22/july-22-few-early-showers-this-morning/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy half way through the week. Lows this morning are in the mid-80s, with heat indices already in the 90s.]]></description><pubDate>Wed, 22 Jul 2026 10:49:01 +0000</pubDate><content:encoded><![CDATA[<p>Happy half way through the week. Lows this morning are in the mid-80s, with heat indices already in the 90s. High temperatures will be in the low 90s, but heat indices will reach 100-105 degrees. Besides a few early showers this morning, we stay mostly dry this afternoon. Tropical Strom Bertha spinning in the Gulf is bringing coastal concerns for the Gulf Coast states. Keep it tuned to Local 10 for more. </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[Lexus ES vs Mercedes CLA, an electric luxury sedan comparison from Edmunds]]></title><link>https://www.local10.com/business/2026/07/22/lexus-es-vs-mercedes-cla-an-electric-luxury-sedan-comparison-from-edmunds/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/22/lexus-es-vs-mercedes-cla-an-electric-luxury-sedan-comparison-from-edmunds/</guid><dc:creator><![CDATA[By JAMES RISWICK of Edmunds, Associated Press]]></dc:creator><description><![CDATA[The Lexus ES and Mercedes-Benz CLA are two luxury sedans you might be familiar with. The ES is Lexus’ comfort-oriented midsize sedan, while the CLA is a relatively affordable entry point to getting a new Mercedes. Notably, both are redesigned for 2026 and come in both gas-powered and fully electric versions. These new EVs represent the latest in electric technology and are significantly less expensive than other luxury EVs. But which one should you choose? Edmunds’ auto experts compared them to find out.]]></description><pubDate>Wed, 22 Jul 2026 10:18:51 +0000</pubDate><content:encoded><![CDATA[<p>The Lexus ES and Mercedes-Benz CLA are two luxury sedans you might be familiar with. The ES is Lexus’ comfort-oriented midsize sedan, while the CLA is a relatively affordable entry point to getting a new Mercedes. Notably, both are redesigned for 2026 and come in both gas-powered and fully electric versions. These new EVs represent the latest in electric technology and are significantly less expensive than other luxury EVs. But which one should you choose? Edmunds’ auto experts compared them to find out.</p><p>Space and comfort</p><p>The choice is clear if interior space is a priority. The ES is not only larger than the CLA; it’s also longer and taller than relatively big electric sedans like the BMW i5 and Lucid Air. That space allows for a massive amount of rear legroom. You can even get reclining rear seats with adjustable footrests if you want. The ES also has a larger trunk.</p><p>You’ll also prefer the ES if you want a cushy ride. It glides more smoothly over bumps and ruts in the road than the CLA does. Edmunds drivers found the CLA’s front seats to be a little more comfortable than those in the ES, but overall the ES is the literal and figurative big winner here.</p><p>Winner: Lexus ES</p><p>Range and charging</p><p>The CLA 250+, which has a single electric motor, gets an EPA-estimated 374 miles of range on a single charge. It traveled a whopping 434 miles in its Edmunds’ real-world testing. The dual-motor all-wheel-drive CLA 350 has an EPA-estimated range of 312 miles, and it went an outstanding 385 miles in Edmunds’ testing.</p><p>The Lexus ES is also available in two models of differing performance and range. The single-motor ES 350e gets an EPA-estimated range of up to 307 miles. The dual-motor all-wheel-drive ES 500e has an estimated range of up to 276 miles. Edmunds’ testing of an ES 350e basically matched its EPA estimates.</p><p>Charging is a similar situation. DC fast-charging capability for the Lexus tops out at 150 kW, whereas the CLA can accept twice as much power as long as you’re connected to an appropriate fast-charging station. In Edmunds’ testing, the ES needed 13 minutes to add 100 miles of range, while the CLA needed just seven minutes.</p><p>Winner: Mercedes CLA</p><p>Performance and driving</p><p>While the Mercedes’ compact dimensions and sportier tuning hurt it in the space and comfort category above, they become a benefit here. The ES is pleasant to drive and composed around turns, but the CLA is far more engaging and feels more like a sport sedan.</p><p>The 221-horsepower ES 350e is also slow by electric sedan standards. In Edmunds’ testing, it needed 7.6 seconds to get from zero to 60 mph. The ES 500e is more powerful, but you’ll still like the CLA more if you want quick acceleration. Edmunds tested the CLA 350 and found that it could get 60 mph in just 4.5 seconds.</p><p>Winner: Mercedes CLA</p><p>In-car technology</p><p>While our results thus far have been quite clear, this category is more likely to come down to personal preference. At first glance, the Mercedes may seem to have a landslide advantage. The entire dashboard is basically one gigantic screen housing. The touchscreen graphics are beautiful and responses are lightning quick.</p><p>It can certainly be overwhelming, though — both from a usability and visual standpoint. Those who are less technically inclined may prefer the relative simplicity provided by the ES, which, to be fair, features the latest Lexus infotainment system. It’s not as flashy as the Mercedes setup, but it’s also easy to use and hard to fault.</p><p>Winner: Mercedes CLA</p><p>Price and value</p><p>The Lexus ES and Mercedes CLA are very similarly priced — even their more powerful dual-motor versions align. By electric luxury vehicle standards, they’re surprisingly affordable. The electric 2026 Lexus ES 350e starts at $48,895, including destination fees, while the electric 2027 CLA starts at $49,400.</p><p>Ultimately, it comes down to where you see the most value. The ES is much bigger and comes with a few more standard features, such as ventilated seats and a wireless phone charger. For most shoppers, that probably means the ES is the better value. Still, the CLA has superior electric vehicle specs, and not just in comparison to the ES. Its tech, styling and driving experience are pretty compelling too.</p><p>Winner: Lexus ES</p><p>Edmunds says</p><p>Both of these electric luxury sedans received high ratings from Edmunds, but it’s the Mercedes that ultimately comes out on top with an Excellent score versus the Lexus’ Very Good. The overwhelming strength of its range, charging, and driving experience scores ultimately tipped the scales.</p><p>_____</p><p>This story was provided to The Associated Press by the automotive website Edmunds. James Riswick is a contributor at Edmunds.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M6E55WEVEZPKWSCCNFXI7BES74.jpg?auth=c729e45f6ffc01b792c375a611b8bbfeb580b453d1129b075f5ca326457589df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Lexus shows the 2026 ES 350e. This new electric ES will impress you with its spacious and comfortable interior that's packed with standout technology features. (Courtesy of Toyota Motor Sales U.S.A. via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/AQMC4MBHKJGN7KGDAVACPRYJ24.jpg?auth=2e9ab452ec0338aa284680e16006da6e3c91702b94e6618dd6224be6b588419f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Mercedes-Benz shows the 2027 CLA 250+. The electric version of the new CLA is the least expensive car Edmunds has tested that has more than 400 miles of real-world range. (Courtesy of Mercedes-Benz USA via AP)]]></media:description></media:content></item><item><title><![CDATA[Congo's Ebola outbreak has killed over 1,000 people]]></title><link>https://www.local10.com/news/world/2026/07/22/congos-ebola-outbreak-has-killed-over-1000-people/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/22/congos-ebola-outbreak-has-killed-over-1000-people/</guid><dc:creator><![CDATA[By PROSPER HERI NGORORA and CHINEDU ASADU, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — More than 1,000 people have died in the Ebola outbreak in Congo, according to Africa's top health body, a grim toll in the fastest Ebola outbreak in history, as conflict, community resistance and an uneven response fuel its spread.]]></description><pubDate>Wed, 22 Jul 2026 19:07:36 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — More than 1,000 people have died in the Ebola outbreak in Congo, according to Africa's top health body, a grim toll in the fastest Ebola outbreak in history, as conflict, community resistance and an uneven response fuel its spread.</p><p>Speaking at a health summit in Ghana on Wednesday, Dr. Jean Kaseya, director-general of the Africa Centres for Disease Control and Prevention, said 1,031 deaths have been confirmed.</p><p>“These are people dying. They are dying because we don’t have vaccines, we don’t have medicine, we don’t have funding,” he added.</p><p>The latest update from Congo’s Ministry of Health showed that as of Monday, 2,473 cases had been recorded in the latest outbreak. At least 737 patients were in isolation or hospitalized, it said.</p><p>The outbreak, which was declared on May 15, is unlike most previous Ebola outbreaks because the Bundibugyo virus responsible for it has no approved vaccines or treatments. It has also killed more people at a faster rate than any outbreak on record, including the 2013-2016 outbreak that is considered the worst on record with over 11,000 deaths out of at least 28,000 cases. That outbreak took about eight months from the first case to reach 1,000 deaths.</p><p>Conflict and community resistance are complicating the response</p><p>The World Health Organization has said the true scale of the outbreak could be ⁠two to four times larger than official figures indicate. Some communities at its epicenter also remain difficult to reach, mainly because of fighting involving rebel groups.</p><p>Ebola is rare, but highly contagious and can be contracted through contact with bodily fluids such as vomit, blood or semen. It can cause severe illness and is often fatal.</p><p>Officials have warned that 80% of new cases have emerged outside known chains of transmission, a sign the outbreak is spreading faster than health officials can track it even as they step up their response in Ituri province, the epicenter of the outbreak, and four other provinces where cases have been recorded.</p><p>Community resistance to Ebola teams, particularly those carrying out safe burials, has also hampered the response. Robert Ndjalonga, head of civil protection in Ituri province, said some communities have refused to allow burial teams to operate because they prefer traditional burials, increasing the risk of further transmission.</p><p>“The biggest challenge remains resistance from or outright refusal by some communities to accept response teams," Ndjalonga said. "On several occasions, burial teams have had to be escorted by security forces to ensure that safe and dignified burials could be carried out without incident.”</p><p>Shortages of burial supplies have delayed responses to reported deaths, while some affected health zones still lack operational burial teams, Ndjalonga said.</p><p>Attacks on health facilities and response teams have also forced front-line workers and aid groups out of some areas. Some health workers have gone on strike, saying they haven’t been paid since the outbreak started.</p><p>A member of a team carrying out safe Ebola burials was recently injured when assailants threw stones at the team’s vehicle following a burial in Bunia last week, according to provincial civil protection authorities.</p><p>The attack highlighted the challenges facing the response in eastern Congo. In Ituri’s Irumu territory, the local military administrator recently described Ebola as a greater threat than the Islamic State-affiliated Allied Democratic Forces insurgency and urged residents to support, rather than attack, health workers.</p><p>Containment efforts are faltering</p><p>A humanitarian worker involved in the response, speaking on condition of anonymity because he was not authorized to speak publicly, cited poor coordination between response agencies, delays in transferring patients to treatment centers and waits of more than four days for some Ebola test results.</p><p>“At times, it’s unclear who is doing what and where,” the worker said.</p><p>The delays have led some patients to leave health facilities before they can be diagnosed, increasing the risk of further transmission, the worker said.</p><p>Africa CDC head Kaseya called for intensified efforts to slow the outbreak on the first day of the health summit in Ghana Tuesday.</p><p>“If we do not stop this outbreak today, it could become one of the worst Ebola outbreaks the world has ever documented,” Kaseya said.</p><p>Less than 9% of the contacts of confirmed patients who are expected to be traced are currently being monitored, far below the level needed to contain the outbreak, according to Africa CDC. More than 60% of deaths are occurring in the community before patients can receive care.</p><p>Pierre Akilimali, the Ebola response incident manager at the National Public Health Institute of the Democratic Republic of the Congo, said the high number of community deaths suggests many infections are not being detected or isolated in time, allowing the virus to continue spreading.</p><p>Experts warn of a worsening crisis</p><p>Last month, researchers at the U.S. Centers for Disease Control and Prevention used computer modeling to estimate how the outbreak could evolve. In a worst-case scenario, they said it could approach the scale of the 2014-2016 West Africa epidemic.</p><p>“There’s never been an Ebola outbreak that started with so many cases because it was so late to be identified,” said Trish Newport, emergency program manager for Doctors Without Borders, who has been working in Congo.</p><p>“It’s like the outbreak is outrunning the response,” Newport said.</p><p>University of Pittsburgh epidemiologist Dr. Jean Nachega, who is advising African health authorities, said he does not expect the outbreak to reach the CDC’s worst-case scenario but cautioned that the challenges remain “huge.”</p><p>___</p><p>Asadu reported from Abuja, Nigeria. Constant Same Bagalwa in Bunia, Congo, Mike Stobbe in New York and Naa Adorkor Cudjoe in Accra, Ghana, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GYHZXZKYHCCR2VRJGHPZQ7LY5I.jpg?auth=7c5b60bda0767a10aeec97fc07875e73201632c9a2d620d9e97ecfab2286b8b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers disinfect a coffin of an Ebola victim at Ebola Treatment Center at Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y5KS3MMVHWG7FWVGSOD7PFQVKE.jpg?auth=f1a46614cb30b894f162e81e043c6729ea366e97586bee6ad418fc0dc6360fcb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residence watch as health workers carry a coffin of an Ebola victim at Ebola Treatment Center at Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJVVJN3VOF2HQ4WOTULZFOIL3I.jpg?auth=3ea79383ee40e4488c22296b206a5e10e02a08616eacfa5c46502a640651d86c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers disinfects an ambulance at Ebola Treatment Center at Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V6U4KALM7DQUYSO4UKHOYYA5CU.jpg?auth=b211a06a28d36c6cf3cf8789536aacebdc23567ba8620169d58877b9eee63632&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers disinfects an ambulance at Ebola Treatment Center at Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7JCPLSS26M7QMCJRCV72BF6PNM.jpg?auth=4cdb2f44549aa71f789f5e23a131348d7adcaa937215149d7b930d68329021b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker stands outside at Ebola Treatment Center at Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content></item><item><title><![CDATA[Louvre reopens Apollo Gallery after a brazen heist, but no jewels are on display]]></title><link>https://www.local10.com/news/2026/07/22/louvre-reopens-apollo-gallery-after-a-brazen-heist-but-no-jewels-are-on-display/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/22/louvre-reopens-apollo-gallery-after-a-brazen-heist-but-no-jewels-are-on-display/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — The Louvre's Apollo gallery on Wednesday reopened to the public for the first time since 88 million euros ($102 million) worth of crown jewels were stolen in a dramatic daytime heist.]]></description><pubDate>Wed, 22 Jul 2026 14:40:11 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — The Louvre's Apollo gallery on Wednesday reopened to the public for the first time since 88 million euros ($102 million) worth of crown jewels were stolen in a dramatic daytime heist.</p><p>The public can tour the majestic room and view its gilded ceilings and Greek frescoes en route to the nearby Mona Lisa, but they won’t see any crown jewels or empty display cases. The collections and precious jewels once displayed there have been removed, as the museum said the gallery is returning to its 17th-century original ceremonial purpose.</p><p>The stolen jewels remain unrecovered nine months later.</p><p>The gallery's former exhibits will be relocated elsewhere in the museum, said Christophe Leribault, the Louvre's director. “It’s also an opportunity to rediscover the splendid architecture and decor of this gallery,” he said.</p><p>Leribault was named to lead the Louvre in February after previous director Laurence des Cars resigned after the October crown jewels heist and a string of failures that battered confidence in the leadership of the world’s most-visited museum.</p><p>“That sinister day, when iconic pieces were taken, cannot be forgotten, and indeed, I believe, should not be,” said French Culture Minister Catherine Pegard. “It was a trauma for the entire world, which, for several days, expressed its shock and sadness in every language. It was a trauma for us, discovering the fragility of a place we thought unshakeable, and which, like so many others, proved vulnerable.”</p><p>Security at the Paris museum has been boosted with the addition of new surveillance cameras and anti-intrusion systems.</p><p>On the day of the heist, thieves took less than eight minutes to force their way through a window into the Apollo Gallery and steal crown jewels valued at 88 million euros ($102 million), in a weekend operation that stunned visitors and exposed glaring security vulnerabilities.</p><p>Security improvement is a priority of the decade-long “Louvre New Renaissance” plan launched last year, with an estimated cost of up to 800 million euros ($933 million) to modernize infrastructure, ease crowding and give the Mona Lisa a dedicated gallery by 2031.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YYL6Z2XM2KFR6TCX6ZLBTIIZ4A.jpg?auth=2050f55ff50ae3b2f34a7d4ade264d91b2e30f88e137f91de751179121cca369&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor looks on during the reopening to the public of the Apollo Gallery, at the Louvre museum in Paris, Wednesday, July 22, 2026. (Lou Benoist/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lou Benoist</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4N4BIECSHDPDDFLBOTLIT3IXQ.jpg?auth=fc4e4919bf1a2d5f0c5fb258ccd740727c324aec7e66b9754f61cd083313581e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors arrive during the reopening to the public of the Apollo Gallery, at the Louvre museum in Paris, Wednesday, July 22, 2026. (Lou Benoist/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lou Benoist</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LITVLHRC6I5HCASQBYJZST46IE.jpg?auth=c53eb9c3d74a7ac013fe0760a2ec3030ac2e755532ef55e21d81dd68fde048e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors take a picture of the window which was broken during the reopening to the public of the Apollo Gallery, at the Louvre museum in Paris, Wednesday, July 22, 2026. (Lou Benoist/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lou Benoist</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NAPAMT3IW5MMDOOOL7TVOLIFNY.jpg?auth=e7f38b78a15b47efdb4ec8883f8e84f9865853290e8cfd42424b4f0292c15c32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Culture Minister Catherine Pegard speaks to the press during the reopening to the public of the Apollo Gallery, at the Louvre museum in Paris, Wednesday, July 22, 2026. (Lou Benoist/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lou Benoist</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E3MVR4O4ENPBSZT2ONUTYO6FG4.jpg?auth=5a0135ec68d9546d1a7f87eccb54fac8e383cf0c842a880d0911d9359293d809&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors take a picture of the window which was broken during the reopening to the public of the Apollo Gallery, at the Louvre museum in Paris, Wednesday, July 22, 2026. (Lou Benoist/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lou Benoist</media:credit></media:content></item><item><title><![CDATA[Trump says US will destroy a bridge or power plant for each Iranian attack in the Strait of Hormuz]]></title><link>https://www.local10.com/news/world/2026/07/22/trump-says-us-will-destroy-a-bridge-or-power-plant-for-each-iranian-attack-in-the-strait-of-hormuz/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/22/trump-says-us-will-destroy-a-bridge-or-power-plant-for-each-iranian-attack-in-the-strait-of-hormuz/</guid><dc:creator><![CDATA[By JON GAMBRELL and COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — U.S. President Donald Trump warned Wednesday that the U.S. will destroy one bridge or power plant each time Iran shoots at a ship in the Strait of Hormuz.]]></description><pubDate>Wed, 22 Jul 2026 20:06:29 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — U.S. President Donald Trump warned Wednesday that the U.S. will destroy one bridge or power plant each time Iran shoots at a ship in the Strait of Hormuz.</p><p>Trump’s latest threat to target civilian infrastructure came as the unpopular war spirals with no clear off-ramp, threatening further worldwide economic disruption and sending fuel prices up ahead of midterm U.S. elections this fall. Both sides have dug in on their dispute over the strait, a crucial waterway for global energy that remains largely closed because of Iranian attacks.</p><p>Seyed Abbas Araghchi, Iran’s foreign minister, said his country would adopt an “eye for an eye” defense doctrine.</p><p>“Any aggression against Iran, including our infrastructure, will compel a powerful and decisive response,” he posted Wednesday on X.</p><p>The U.S. carried out another wave of strikes on Iran overnight into Wednesday, and air defenses opened fire over the capital, Tehran. Iran launched a missile attack on a Jordanian city on Israel’s doorstep, and alerts were issued in Bahrain and Saudi Arabia.</p><p>With negotiations largely stalled, both sides have sought leverage by targeting civilian infrastructure. Iran has responded to U.S. attacks by targeting energy infrastructure and desalination plants that provide drinking water in parched neighboring Gulf countries.</p><p>International law generally prohibits such attacks unless the infrastructure is being used for military purposes. United Nations Secretary-General Antonio Guterres decried such attacks as “unacceptable” on Tuesday.</p><p>The costs of war are mounting</p><p>The closure of the strait, through which a fifth of the world’s traded oil and gas passed during peacetime, has jolted the world economy with effects far beyond the Middle East. A new threat by Iran-backed Houthi rebels in Yemen to target Saudi shipping in the Red Sea puts another trade chokepoint at risk.</p><p>“From this point forward, any time the Islamic Republic of Iran shoots at a ship in the Strait of Hormuz, whether it be by Missile, Rocket, Drone, or any other device or weapon, the United States will bomb and destroy ONE BRIDGE OR POWER PLANT,” Trump wrote on social media.</p><p>Trump traveled to Dover Air Force Base on Wednesday for the arrival of the remains of four U.S. service members. A day earlier, his defense secretary, Pete Hegseth, estimated in a fiery Senate hearing that the U.S. had spent $37.5 billion on the war so far.</p><p>Benchmark Brent crude oil rose to more than $93 a barrel in trading. That's up from less than $72 early this month, which is roughly where it was before the war. Gasoline prices are also climbing.</p><p>Iran says it has the right to manage traffic and potentially charge fees in the strait, which was open to all and toll-free before the war. It has attacked ships using a route through the strait that is overseen by U.S. forces and intended to be outside Tehran's control.</p><p>Iran's parliament speaker, Mohammad Bagher Qalibaf, who has led negotiations with the U.S., appeared to brush off Trump's threats.</p><p>“If our security is not ensured, no infrastructure will be safe, and the security of the strait is in the absence of American forces,” he wrote on social media. “We have repeatedly said that the situation of the strait will not return to prewar conditions.”</p><p>Attacks shake Iran and Jordan</p><p>Jordan’s military said it intercepted four Iranian missiles over Aqaba, while two others fell in “uninhabited areas.” Plumes of smoke could be seen overhead in videos filmed by people in the nearby Israeli city of Eilat. Jordan said it also intercepted four Iranian drones.</p><p>Iran has avoided striking Israel since hostilities resumed last month, apparently hoping to keep it from reentering the war. But the attack on Aqaba, within sight of Israel’s Eilat, raised concerns over a further widening of the conflict after an agreement to halt hostilities collapsed.</p><p>Another missile alert sounded in Bahrain, and Saudi Arabia warned residents of the Persian Gulf city of Dammam to seek shelter. Saudi authorities later said the danger had passed, without elaborating.</p><p>The U.S. military said earlier Wednesday that it had completed an 11th night of strikes on Iran, with targets including aircraft hangars and drone storage sites.</p><p>Iran's state-run IRNA news agency reported explosions across several provinces. Iran's Health Ministry says U.S. strikes over the past 11 days have killed 53 people, including six women and three children, and wounded nearly 600 people.</p><p>Iran's paramilitary Revolutionary Guard insisted its retaliatory attacks would continue.</p><p>Diplomatic efforts show no signs of progress</p><p>Before the latest strikes, Iranian Interior Minister Eskandar Momeni visited Pakistan, a key mediator in the conflict, seeking to revive diplomacy. But it was unclear what new arrangement might be reached to end the war, which lately has become a battle for control over the Strait of Hormuz.</p><p>Iran's Interior Ministry spokesman Ali Zeinivand said “diplomacy isn’t called off” and that messages were still being exchanged, without elaborating, according to IRNA.</p><p>An Arab diplomat said Gulf states are increasingly pessimistic about finding an off-ramp for escalating hostilities and are particularly concerned about the latest round of threats in which the two sides have warned they may attack civilian infrastructure.</p><p>The diplomat said countries in the region, in addition to Pakistan and Turkey, are continuing to push for de-escalation. But, he said the chances for any improvement currently appear bleak. The diplomat spoke on condition of anonymity due to the sensitivity of the situation.</p><p>At a regional summit in the Philippines, U.S. Secretary of State Marco Rubio denounced Iran’s actions in the strait.</p><p>“If we create a precedent in the Middle East where a nation state can decide that they are going to control an international waterway, charge a toll and if you don’t pay them, blow up your ships, we have created a very dangerous precedent which will repeat itself in other parts of the world, including in this region,” he said.</p><p>Rubio said the U.S. remains open to negotiations with Iran, “but right now they don’t seem to be serious about that” so instead the focus is on protecting shipping.</p><p>In response to Iran’s attacks, the U.S. re-imposed a blockade on Iranian ports.</p><p>Trump signals US may attack underground nuclear site</p><p>Speaking from the Oval Office on Tuesday, Trump gave a dim view on possible talks, saying the U.S. had “no interest in meeting.”</p><p>He signaled that U.S. forces could soon target an under-construction Iranian nuclear site buried deep under a mountain.</p><p>The site, known as Pickaxe Mountain, lies on the south side of Iran’s Natanz nuclear enrichment site, which was bombed by the U.S. during the 12-day war between Iran and Israel in 2025. But Pickaxe Mountain has remained untouched as Iran continues to dig at the site.</p><p>Iran has always insisted its nuclear program is peaceful, while resuming the enrichment of uranium to near weapons-grade levels since Trump scrapped a 2015 nuclear deal during his first term. The U.S. and others believe Iran had a nuclear weapons program until 2003 and may reconstitute it in the future.</p><p>___</p><p>Binkley reported from Washington. Contributing were Associated Press writers Bassem Mroue in Beirut; Michelle L. Price and Jim Gomez in Manila, Philippines; and Christopher Weber in Los Angeles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LCNTCYVSBAPQNQTXN2NN74WOOY.jpg?auth=0e786da0db0ddd6e5ac1108ca718824d7a4e5f58f0187d977099499a76db5d39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing strikes in and around Iran early Wednesday. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BWCUM3ROF6QBQEDLYSYS5E72VA.jpg?auth=52965ddec46d9fafc7ea5d4740ecea335c532589c3725f41a73d37388c245e10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio speaks during a press conference on the sidelines of the Association of Southeast Asian Nations (ASEAN) Foreign Ministers' Meeting in Pasay, Metro Manila, Philippines Wednesday, July 22, 2026. (Brendan Smialowski/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brendan Smialowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DY7O2SOZA4G7LLDRNQWQFCC5MA.jpg?auth=be767ba111365e9d89ae5ec6f78824a0ab2e5fae05b5e22beaec6177e0ec176a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the coffins containing additional remains of victims identified through DNA testing during funeral ceremonies in Minab, Iran, Tuesday, July 22, 2026, nearly five months after they were killed in the Feb. 28 strike on the Shajareh Tayyebeh School.(Razieh Poudat/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Razieh Poudat</media:credit></media:content></item><item><title><![CDATA[Lebanon’s prime minister visits shattered border village as deal with Israel begins]]></title><link>https://www.local10.com/news/world/2026/07/22/lebanons-prime-minister-visits-shattered-border-village-as-deal-with-israel-begins/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/22/lebanons-prime-minister-visits-shattered-border-village-as-deal-with-israel-begins/</guid><dc:creator><![CDATA[By KAREEM CHEHAYEB, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — Lebanon's prime minister visited Wednesday a battered southern village as the implementation of a Washington-brokered Lebanese-Israeli agreement began, following months of war between Israel and the Iran-backed Hezbollah.]]></description><pubDate>Wed, 22 Jul 2026 12:15:03 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Lebanon's prime minister visited Wednesday a battered southern village as the implementation of a Washington-brokered Lebanese-Israeli agreement began, following months of war between Israel and the Iran-backed Hezbollah.</p><p>The latest conflict started March 2, when the Lebanese militant group fired rockets toward Israel after the U.S.-Israeli February attacks that set off the Iran war. In response, Israel launched an aerial campaign and ground invasion in Lebanon, killing more than 4,000 people and displacing 1.2 million others.</p><p>The two sides, technically in a state of war nearly 80 years after Israel’s establishment, started rare direct talks championed by Washington.</p><p>They reached an agreement by late June, setting a plan for the deployment of Lebanese military forces in areas in southern Lebanon, where Hezbollah had a military presence and influence, and the withdrawal of Israeli forces, while disarming the militant group.</p><p>Hezbollah has refused the talks and disarmament calls.</p><p>Lebanese government vows to rebuild and take control</p><p>Nawaf Salam’s visit to Zawtar Al Gharbieh came a day after President Joseph Aoun’s landmark White House meeting with U.S. President Donald Trump, who made a surprise announcement, allowing American carriers to resume direct flights to Lebanon for the first time in 40-plus years.</p><p>Salam, alongside Lebanon’s defense minister and senior military officials, pitched a Lebanese flag near a destroyed building in the town, vowing the government will start rebuilding destroyed homes and infrastructure.</p><p>“We have insisted since the beginning that our goal is the complete Israeli withdrawal from all our territory,” Salam said. “What we are seeing today is just the beginning, but we remain determined and steadfast, and will continue to mobilize all political and diplomatic efforts to secure a full withdrawal from all of Lebanese territory.”</p><p>The army did not immediately allow civilians to enter as they cleared unexploded ordnance. Residents tried to storm the barrier in a desperate bid to enter the village and check on their homes and properties.</p><p>Some expressed frustration, downplaying the army’s deployment.</p><p>“The prime minister should have informed people that he was going to Zawtar and he should have taken the people, who have been waiting for the past two days, with him,” said Zaynab Ismail, a resident.</p><p>The agreement’s implementation begins with ‘pilot zones’</p><p>Lebanon and Israel agreed to establish two “pilot zones” in a series of villages in southern Lebanon where the Israeli military is to turn over control to the Lebanese army after clearing the areas of any Hezbollah presence.</p><p>Israel hasn’t occupied any of the newly assigned zones in the latest conflict, though it has struck them and conducted ground operations. The Lebanese army has a limited presence there.</p><p>Trump, in his meeting with Aoun, did not address the “pilot zones” entering their implementation phase, but pledged to support Lebanon without going into details.</p><p>Aoun and the Lebanese government have urged the international community to invest in the Mediterranean country and its army to help rebuild its infrastructure and military capacity.</p><p>Lebanon’s top political leadership has criticized the group for dragging the country into another war, but also condemned Israel for its widespread bombing and ground invasion.</p><p>Hezbollah has condemned the government for holding direct talks with Israel and rejected the agreement, but the militant group has not tried to sabotage it through military means. Its leadership believes Israel cannot be pressured to withdraw its troops by diplomatic means only, and that Lebanon lacks the leverage of its key ally Iran in negotiations.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/COCUMUGY5VRT6ZWPAR5VPIVSOU.jpg?auth=1f23bac5ab9bcb9bb68b39e7c893e415f7da00d6acf87683fddd11df03a36bc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the Lebanese Government press office, Lebanese Prime Minister Nawaf Salam, center, raises a Lebanese flag during a visit to the southern village of Zawtar Al Gharbieh, Lebanon, Wednesday, July 22, 2026. (Lebanese Government press office via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Uncredited</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GTAUXEZ524LBHTRG2QNCYSPEU4.jpg?auth=c08a952a3b02b7632dfb90e1951c83e302314516f6f99373a78960fc834cd9ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lebanese army soldiers stand near a woman after preventing her from entering the southern village of Zawtar Al Gharbieh, Lebanon, Wednesday, July 22, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IXPBAJBUO2P7QYVLDYRCHNFRZQ.jpg?auth=2412d88a5a591872df8db360f8ac0e6a98c1031e4fb88b887c99f6d4c9596152&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lebanese army soldiers prevent residents from entering the southern village of Zawtar Al Gharbieh while deploying at the village entrance, Lebanon, Wednesday, July 22, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NWRLOWTCYEEGGF7HV4YQAE5J2U.jpg?auth=dfd5416a141115d435be30fe7288dd0c92ee10283d81599bf5f339bb85e09dbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lebanese army soldiers prevent residents from entering the southern village of Zawtar al-Gharbiyeh while deploying at the village entrance, Lebanon, Wednesday, July 22, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XEKGU35KFOHGDFJO4PRF6KP2Z4.jpg?auth=098b5e4565faf063b7bda47bebeb995c137f584aba8c07d6e8dae2dcadbf7a10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Lebanese army armored personnel carrier deploys at the entrance to the southern village of Zawtar Al Gharbieh, Lebanon, Wednesday, July 22, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content></item><item><title><![CDATA[La tormenta tropical Bertha toca tierra en el sur de Luisiana con vientos amenazantes]]></title><link>https://www.local10.com/espanol/2026/07/22/playas-cerradas-y-sacos-de-arena-mientras-la-tormenta-bertha-se-acerca-a-florida-y-luisiana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/22/playas-cerradas-y-sacos-de-arena-mientras-la-tormenta-bertha-se-acerca-a-florida-y-luisiana/</guid><dc:creator><![CDATA[Por JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[La tormenta tropical Bertha avanzaba lentamente sobre el extremo sur de Luisiana el miércoles, tocando tierra con fuertes vientos lejos de su centro después de ocasionar el cierre de playas desde de Florida hasta Misisipi.]]></description><pubDate>Wed, 22 Jul 2026 19:51:21 +0000</pubDate><content:encoded><![CDATA[<p>La tormenta tropical Bertha avanzaba lentamente sobre el extremo sur de Luisiana el miércoles, tocando tierra con fuertes vientos lejos de su centro después de ocasionar el cierre de playas desde de Florida hasta Misisipi.</p><p>El Centro Nacional de Huracanes (NHC) informó que Bertha tocó tierra en la parroquia de St. Bernard, a unos 65 kilómetros (40 millas) al este de Nueva Orleans y 72 kilómetros (45 millas) al suroeste de Biloxi, Misisipi.</p><p>El viento y la marejada ciclónica eran las principales amenazas para los estados del sur de Estados Unidos. Se cerraron parques y muelles a lo largo de la costa, al igual que algunas carreteras bajas. Había un aviso por tormenta tropical desde la frontera entre Alabama y Florida hacia el oeste hasta Luisiana, incluyendo el área metropolitana de Nueva Orleans y el lago Pontchartrain, informó el centro de huracanes.</p><p>Los vientos con fuerza de tormenta tropical se extienden a más de 160 kilómetros (100 millas) del centro de Bertha. Se prevé una marejada ciclónica de hasta 1 metro (3 pies) en Luisiana, así como fuertes lluvias en algunas zonas, según los meteorólogos. Se pronosticaron acumulados de lluvia de entre 5 y 10 centímetros (de 2 a 4 pulgadas), con cantidades mayores posibles en zonas aisladas.</p><p>Se espera que Bertha continúe perdiendo fuerza durante los próximos días a medida que avance hacia Texas, después de pasadr lentamente por el Panhandle de Florida, en el noroeste, y los extremos de Alabama y Misisipi. Al tocar tierra, los vientos máximos sostenidos de la tormenta eran de alrededor de 72 kilómetros por hora (45 millas).</p><p>Habilitan centros de ayuda</p><p>Las autoridades de Misisipi, Luisiana y Florida habilitaron sitios para distribuir sacos de arena a los residentes que podrían verse afectados por la tormenta tropical Bertha. Se colocaban avisos de bandera roja doble a lo largo de algunas playas, cerrándolas al baño.</p><p>“Para los locales, esto es solo otra tormenta”, apuntó Candice Henderson, gerente de Crab Trap, un restaurante junto a la playa que estuvo lleno el martes en Perdido Key, Pensacola, Florida . “Cuando estás de vacaciones y está lloviendo, o vas de compras o sales a comer”.</p><p>En otras partes de Estados Unidos esta semana, una línea de tormentas generó reportes de tornados desde Cincinnati hasta Nueva Jersey. Lluvias torrenciales provocaron inundaciones repentinas el martes por la noche que anegaron viviendas, destruyeron puentes y llevaron a rescates por inundaciones en Virginia Occidental, informaron las autoridades.</p><p>Bertha en el Atlántico y Fausto en el Pacífico</p><p>Bertha es la segunda tormenta tropical de la temporada de huracanes en el Atlántico. Arthur, otra tormenta tropical registrada en junio, dejó lluvias intensas en el sureste de Estados Unidos.</p><p>Bertha podría descargar fuertes precipitaciones en zonas costeras de Misisipi que aún se recuperan de las inundaciones causadas por Arthur, que destruyó y dañó viviendas.</p><p>En el Pacífico oriental, el huracán Fausto se movía lejos de tierra el miércoles. El huracán estaba a cientos de millas al oeste-suroeste del extremo sur de Baja California con vientos máximos sostenidos de 130 km/h (80 mph).</p><p>Según los pronósticos, ganará fuerza gradualmente, y el centro de huracanes advirtió que el oleaje generado por Fausto podría causar condiciones de resaca y corrientes de resaca potencialmente mortales en la costa de Baja California.</p><p>_______</p><p>Julie Walker en Nueva York y Kim Chandler en Montgomery, Alabama, contribuyeron a este despacho.</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/RAFP7BCGLCMZFQQAGGOII6HEZA.jpg?auth=c7a16ebea9935eb796f6bc2d00d24dbb0db834eaa0b8db0d385b561671317f88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christian Mosley-Richardson (izquierda) ayuda a Johnisha West a llenar sacos de arena antes de la llegada de la tormenta tropical Bertha, en Morris FX Jeff Sr. Park en Algiers, Nueva Orleans, el 20 de julio de 2026. (David Grunfeld/The Times-Picayune/The New Orleans Advocate via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">David Grunfeld</media:credit></media:content></item><item><title><![CDATA[Toxic gas slows efforts to rescue 13 workers trapped in India hydropower tunnel]]></title><link>https://www.local10.com/news/world/2026/07/22/toxic-gas-slows-efforts-to-rescue-13-workers-trapped-in-india-hydropower-tunnel/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/22/toxic-gas-slows-efforts-to-rescue-13-workers-trapped-in-india-hydropower-tunnel/</guid><dc:creator><![CDATA[By WASBIR HUSSAIN, Associated Press]]></dc:creator><description><![CDATA[GUWAHATI, India (AP) — Toxic gas prevented rescuers from reaching 13 workers trapped in a collapsed hydropower tunnel in India on Wednesday after a gas explosion two days earlier killed 12 workers.]]></description><pubDate>Wed, 22 Jul 2026 08:56:25 +0000</pubDate><content:encoded><![CDATA[<p>GUWAHATI, India (AP) — Toxic gas prevented rescuers from reaching 13 workers trapped in a collapsed hydropower tunnel in India on Wednesday after a gas explosion two days earlier killed 12 workers.</p><p>The blast triggered by a buildup of methane gas tore through the tunnel Monday at the 500-megawatt Teesta Hydroelectric Project in northeastern Sikkim state in the Himalayas. Authorities have recovered the bodies of 12 workers who died inside the tunnel about 40 kilometers (25 miles) south of the state capital Gangtok.</p><p>Rescue teams equipped with specialized breathing equipment and night-vision gear were having difficulty entering the tunnel because of the gas and a buildup of water, administrative official Anupama Tamling said.</p><p>Gandura Oraon, 38, said he and other workers were eating lunch inside the tunnel when a loud explosion forced them to run for the exit.</p><p>“Luckily, we found the vehicle that had delivered lunch to us sometime earlier. We got into it and drove out,” he said.</p><p>As they escaped, Oraon said, they came across their supervisor and urged him to leave with them as well. Instead, he headed toward the site of the blast to see what had happened and was later found dead, Oraon said.</p><p>The Teesta River basin, where the hydropower project is being built, lies in a seismically active region marked by young, fragile rock formations riddled with fractures and underground pockets that can trap ancient gases. Fragile mountains, seismic activity and unpredictable underground conditions make tunnel projects especially risky in the region, according to experts.</p><p>A February explosion in a coal mine in neighboring Meghalaya state killed 18 workers. A tunnel section collapsed in 2023 in northern Uttarakhand state, trapping 41 workers for 17 days before they were rescued.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N4CSHNBCFEIDK3HKFWW5XYTM6I.jpg?auth=9527e9c7c23c16b1747d7564399ec8e1816f3a46d56f92d359e6d2bad34bd750&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the rescue team carry oxygen cylinders outside the entrance to an under-construction tunnel at a hydropower project in Samardung village, about 40 kilometers (25 miles) from Gangtok, India, Tuesday, July 21, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3PURJKBMGH44ZN22ND2UE4U47U.jpg?auth=025e2685ebdfa92f8316a2d8df603c27dd062e923211f3787bd53f25f3d1954c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry the body of a victim into an ambulance outside the entrance to an under-construction tunnel at a hydropower project in Samardung village, about 40 kilometers (25 miles) from Gangtok, India, Tuesday, July 21, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JYSCNUP24CAO47S4ALZZWX6D5M.jpg?auth=fe4d955bafacef3984fd60e89ea0b085bb8b5b25b08625ea7cb62327f88ec309&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry the body of a victim into an ambulance outside the entrance to an under-construction tunnel at a hydropower project in Samardung village, about 40 kilometers (25 miles) from Gangtok, India, Tuesday, July 21, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6W6ELQ5JGZXWB552GKLGA3QN5Y.jpg?auth=7f115632f7771c0277bf964b6fd4b7ad1de4c78b5b8a56062b3ef2627f182573&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by the Information and Public Relations Department, Government of Sikkim, an ambulance moves through an under-construction tunnel at a hydropower project in Samardung village, about 40 kms. (25 miles) from Gangtok, India, late Monday, July 20, 2026. (Government of Sikkim via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/J55Y3GPP4GOAOYMPZLKEDR4NG4.jpg?auth=b06666d0d30d710dd45b2ea0ce4987ccf378cf7242d2401555575164043f5da4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by the Information and Public Relations Department, Government of Sikkim, National Disaster Response Force personnel prepare for a rescue operation at the site of an under-construction tunnel at a hydropower project in Samardung village, about 40 kilometers (25 miles) from Gangtok, India, late Monday, July 20, 2026. (Government of Sikkim via AP)]]></media:description></media:content></item><item><title><![CDATA[Ukraine overhauls its military top brass for the fight against Russia]]></title><link>https://www.local10.com/news/world/2026/07/22/ukraine-overhauls-its-military-top-brass-for-the-fight-against-russia/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/22/ukraine-overhauls-its-military-top-brass-for-the-fight-against-russia/</guid><dc:creator><![CDATA[By HANNA ARHIROVA and ILLIA NOVIKOV, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Ukraine pushed on with its fight against Russia’s invasion under new military leadership Wednesday, after President Volodymyr Zelenskyy bowed to public pressure and fired his commander-in-chief.]]></description><pubDate>Wed, 22 Jul 2026 17:15:12 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Ukraine pushed on with its fight against Russia’s invasion under new military leadership Wednesday, after President Volodymyr Zelenskyy bowed to public pressure and fired his commander-in-chief.</p><p>Ukraine has made significant progress in the war this year, and a rift between the country’s outgoing army chief and its defense minister threatened to derail its efforts. Both men lost their jobs following Zelenskyy’s major government reshuffle last week.</p><p>The top-level changes late Tuesday were intended to draw a line under an unwelcome spasm of political turmoil that lasted almost a week and prompted rejoicing in Russia. It was not clear whether Zelenskyy's measures would achieve that goal.</p><p>The new army chief, 43-year-old Maj. Gen. Mykhailo Drapatyi, belongs to a new generation of Ukrainian generals who have come up through the ranks during the battle against Russian aggression. He became known for his daring and courage in 2014, the year that Russia seized and illegally annexed Ukraine's Crimean Peninsula — eight years before Moscow's all-out invasion.</p><p>Zelenskyy said Drapatyi and other commanders must present an updated defense strategy, including continued reform of the corps system, faster weapon and drone deliveries, stronger air defense against Russian strikes and a clearer mobilization plan.</p><p>Russia says the changes in Kyiv won't alter the front line</p><p>There is no sign that the two countries are any closer to a peace settlement, despite U.S.-led diplomatic efforts.</p><p>Kremlin spokesman Dmitry Peskov said Wednesday that Moscow is sticking to its previous demands. They include Kyiv withdrawing its forces from the four eastern regions that Russia has seized but doesn’t fully control, renouncing any aspirations to NATO membership and sharply cutting the size of its army.</p><p>Peskov told reporters that the Ukrainian political and military changes reflect strains in Kyiv.</p><p>“Kyiv’s regime is trembling from within. It can be seen with the naked eye,” Peskov said.</p><p>Nor will the top-level alterations change the front line, he told reporters, claiming that Russian forces are on the offensive.</p><p>With the war’s roughly 1,250-kilometer (800-mile) front line mostly off-limits to independent observers, Russia and Ukraine have also engaged in a propaganda battle.</p><p>Fedorov's future is still uncertain</p><p>Zelenskyy met separately Tuesday with outgoing defense minister Mykhailo Fedorov, a 35-year-old tech-savvy entrepreneur credited with swiftly developing Ukraine’s drone technology that has given it a battlefield edge.</p><p>Fedorov locked horns with outgoing commander-in-chief Gen. Oleksandr Syrskyi, a 60-year-old veteran trained in the Soviet Union before Ukraine’s independence.</p><p>Street protests in Kyiv and other cities demanded Fedorov’s return, viewing him as a key military modernizer, and urged Zelenskyy to fire Syrskyi, regarded as part of the old guard.</p><p>The demonstrations looked set to continue on Friday, despite Syrskyi's exit.</p><p>“It is good that the dialogue is working. At the same time, we should not forget the protesters’ second demand — to reinstate Mykhailo Fedorov as defense minister,” Dmytro Koziatynskyi, a veteran and former combat medic who has emerged as an informal voice of the protests, wrote on Threads.</p><p>Zelenskyy offered Fedorov what he called a respected position in the government that would unify the country’s technology sector. It wasn’t clear if Fedorov accepted the offer -- or whether the latest moves would satisfy protesters and calm the streets.</p><p>Fedorov said after his dismissal last week that he had been offered jobs by some global defense tech companies.</p><p>Fedorov supported Drapatyi's appointment, calling it a “new hope in the fight of free people for freedom and justice” and “a voice for change that could not go unheard.”</p><p>Fedorov had criticized Syrskyi publicly before his dismissal, saying the general was blocking his reform efforts and needed to be replaced for Ukraine not to fail in its resistance against Russia.</p><p>Outgoing military chief points to recent battlefield achievements</p><p>Syrskyi defended his wartime record in a statement Wednesday.</p><p>Among other things, he claimed Ukrainian forces had clawed back 743 square kilometers (287 square miles) of Russian-occupied Ukrainian territory this year and said he was handing his successor an army that was not only defending but also conducting offensive operations.</p><p>It was not possible to independently verify his claim.</p><p>Fedorov called Syrskyi to thank him for his military triumphs, including defending the Kyiv region at the time of Russia's February 2022 full-scale invasion, the Kharkiv counteroffensive operation later that year and other battles, calling them “already an important part of Ukraine’s history.” But he added that the country must “move even faster and write new chapters, correcting all previous mistakes.”</p><p>The political crisis began last Thursday, when Zelenskyy overhauled his wartime government, replacing his prime minister and firing Fedorov after just six months in the post.</p><p>The reshuffle immediately drew thousands of protesters into the streets of Kyiv and other cities, framing Fedorov’s removal as Zelenskyy siding with an entrenched military old guard over a reformer.</p><p>Zelenskyy said Wednesday that he’s also appointing Maj. Gen. Ihor Skybiuk as chief of the General Staff as part of the overhaul.</p><p>Russia and Ukraine keep up their long-range strikes</p><p>The political maneuvers took place against a backdrop of continued deadly strikes by Russia and Ukraine on each other's soil.</p><p>Ukrainian drones overnight struck two more sprawling warehouses of Russia’s major online retailer, Wildberries, in Russia’s southern regions of Krasnodar and Stavropol, Wildberries founder Tatyana Kim and Russian officials said Wednesday.</p><p>The strikes came four days after Ukraine’s long-range drones hit massive Wildberries warehouses in the Moscow region and in the Tambov region, killing eight people and wounding dozens, according to officials.</p><p>Zelenskyy said, without naming the facilities, that they were used by Russia to supply sanctioned components for the production of drones and navigation equipment.</p><p>Russian attacks, meanwhile, have also struck several major Ukrainian logistics hubs and retail facilities over the past week.</p><p>Russia attacked Ukraine with four missiles of various types and 216 long-range strike drones overnight from Tuesday to Wednesday, according to the Ukrainian air force.</p><p>In the southern Odesa region, a Russian drone killed a woman when it struck a two-story apartment building, regional military administration head Oleh Kiper said.</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/OXKKCN3SKNK73NMSJIHLLIZR3U.jpg?auth=c0e98edc2267e019ff6dfb4556ef497447fc1188cefd6693761d7149ad8e5b6e&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 the Ukrainian Presidential Press Office, from left, acting Minister of Defense Major General Yevhen Khmara, former Commander-in-Chief of the Ukrainian Armed Forces Oleksandr Syrskyi, Ukrainian President Volodymyr Zelenskyy and new commander-in-chief of Ukraine's Armed Forces Mykhailo Drapatyi, pose for a photo during their meeting in Kyiv, Ukraine, Wednesday, July 22, 2026. (Ukrainian Presidential Press Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/NNGXSFAYEZCUVS5SJAPK252DOU.jpg?auth=504acb7e45a22deec96ff40887c72c4304e28d192ecee9938117aea316fffd80&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 the Ukrainian Presidential Press Office, Ukrainian President Volodymyr Zelenskyy, center, shakes hands with new commander-in-chief of Ukraine's Armed Forces Mykhailo Drapatyi during their meeting in Kyiv, Ukraine, Monday, July 20, 2026. (Ukrainian Presidential Press Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/2AZSDJBYVNNFJ2QCZCJP3QU3YE.jpg?auth=2c5fd5ada672f1e8e776d911e69bcf2eab2214cd332f0a4306a0c04d22a4c8e8&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 the Ukrainian Presidential Press Office, new commander-in-chief of Ukraine's Armed Forces Mykhailo Drapatyi looks on during his meeting with Ukrainian President Volodymyr Zelenskyy in Kyiv, Ukraine, Monday, July 20, 2026. (Ukrainian Presidential Press Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/OD7NTP2IVX2Z6UDVYOVIUTRBRE.jpg?auth=f370f00cffb292931dc49d99d25585111494337c2293270a8bf1bcb2a664b56e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers try to put out a fire of a residential building burning after a Russian air guided bomb strike in Zaporizhzhia, Ukraine, Tuesday, July 21, 2026. (AP Photo/Kateryna Klochko)]]></media:description><media:credit role="author" scheme="urn:ebu">Kateryna Klochko</media:credit></media:content></item></channel></rss>