<?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>Tue, 25 Aug 2026 16:52:31 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Police: Man drives car into canal during chase from Lauderhill to Plantation]]></title><link>https://www.local10.com/news/local/2026/08/25/police-man-drives-car-into-canal-during-chase-from-lauderhill-to-plantation/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/police-man-drives-car-into-canal-during-chase-from-lauderhill-to-plantation/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[A large police presence was observed Monday night in Plantation following a pursuit that ended on the edge of a canal in a residential neighborhood. ]]></description><pubDate>Tue, 25 Aug 2026 16:41:04 +0000</pubDate><content:encoded><![CDATA[<p>Darius Parrish refused to stop on Monday night in Broward County, drove off the road, over grass, and into a shallow canal, according to police. </p><p>Lauderhill police officers were searching for a suspect who was wearing a blue Nike shirt and blue jeans, according to police scanner traffic. </p><p>With the car partially submerged in murky water, Parrish, 30, jumped out and ran away near Hiatus Road and Sunrise Boulevard in Plantation, according to police. </p><p>“It never happened here before ... For us, it was a big surprise,” said John Bell, who saw a Broward Sheriff’s Office helicopter with a spotlight searching his neighborhood. </p><p>Plantation police officers searched for Parrish in the area of North University Drive and Cleary Boulevard. A witness said police officers ordered area residents to stay inside. </p><p>Parrish attempted to break into a house while he was trying to get away from BSO deputies and Plantation police officers, according to police officers. </p><p>According to inmate records, Plantation police officers arrested Parrish, who faced four charges: Two counts of unarmed burglary of an occupied dwelling, third-degree grand theft of property valued between $40 and $750, and resisting arrest without violence. </p><p><b>Related report: </b><a href="https://www.local10.com/news/local/2026/08/24/suspect-in-custody-following-police-chase-that-ended-at-edge-of-plantation-canal-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/24/suspect-in-custody-following-police-chase-that-ended-at-edge-of-plantation-canal-cops-say/">Suspect in custody following police chase that ended at edge of Plantation canal, cops say</a></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Byron Donalds names Bryan Ávila as his pick for Florida lieutenant governor]]></title><link>https://www.local10.com/news/politics/2026/08/25/byron-donalds-names-bryan-avila-as-his-pick-for-florida-lieutenant-governor/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/25/byron-donalds-names-bryan-avila-as-his-pick-for-florida-lieutenant-governor/</guid><dc:creator><![CDATA[Jackie Pascale, Ryan Mackey]]></dc:creator><description><![CDATA[State Sen. Bryan Ávila will be on the ballot alongside Republican gubernatorial candidate Byron Donalds as his pick for lieutenant governor.]]></description><pubDate>Tue, 25 Aug 2026 16:26:15 +0000</pubDate><content:encoded><![CDATA[<p>State Sen. Bryan Ávila will be on the ballot alongside Republican gubernatorial candidate Byron Donalds as his pick for lieutenant governor.</p><p>The 42-year-old veteran and Hialeah lawmaker joins Donalds with a shared goal of keeping Florida red in November.</p><p>Ávila has touted himself as the “most conservative member of the Legislature” and has served as a captain in the Florida Army National Guard for nearly a decade.</p><p>Donalds says that military service is among the reasons he selected Ávila, pointing to what he described as Ávila’s record as a warrior for the country and for conservative values.</p><p>The announcement was made at Miami’s Freedom Tower — a fitting backdrop for Ávila, whose parents fled communist Cuba.</p><p>The historic tower now serves as a museum, but it was once used to process Cuban refugees escaping communist rule.</p><p>“My parents fled communist Cuba and left behind home and business. They knew what happens when government takes over. Socialism turns opportunity into misery,” Ávila said. “I’m honored to be in Freedom Tower. This is the peak of freedom.”</p><p>Donalds echoed that message as he introduced Ávila as his choice for lieutenant governor.</p><p>Both Donalds and Ávila also took aim at their Democratic opponents, David Jolly and his lieutenant governor running mate, Gwen Graham, accusing them of pushing socialist ideals.</p><p>Jolly responded almost immediately after the announcement, congratulating Ávila while arguing that the race would ultimately be about Donalds’ relationship with President Donald Trump.</p><p>“I wish him well. But, let’s be honest: this race won’t come down to Byron Donalds’ relationship with Avila, it will come down to Byron’s relationship with Donald Trump,” Jolly said in a statement.</p><p><a href="https://x.com/rondesantis/status/2092274072046424381?s=48&amp;t=UALJYVgxuKiAWdUvF0gjYA" target="_self" rel="" title="https://x.com/rondesantis/status/2092274072046424381?s=48&amp;t=UALJYVgxuKiAWdUvF0gjYA">In a post on X Tuesday</a>, Gov. Ron DeSantis also called Avila “a good dude” and stated that he “appreciated his service in the National Guard.” </p><p>Miami-Dade County went for Trump in the 2024 presidential election and for DeSantis in the 2022 gubernatorial race.</p><p>But the county remains a key battleground heading into November, amid debates over immigration enforcement and affordability.</p><p>With 1.28 million registered voters, Miami-Dade is Florida’s most populous county — making its vote count significant in a statewide race.</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 accused of causing crash, pulling out gun in southwest Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/08/25/man-accused-of-causing-crash-pulling-out-gun-in-southwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/man-accused-of-causing-crash-pulling-out-gun-in-southwest-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 54-year-old man was arrested Monday after deputies said he caused a traffic crash in southwest Miami-Dade and then pulled a gun out in front of another driver.]]></description><pubDate>Tue, 25 Aug 2026 16:36:59 +0000</pubDate><content:encoded><![CDATA[<p>A 54-year-old man was arrested Monday after deputies said he caused a traffic crash in southwest Miami-Dade and then pulled a gun out in front of another driver.</p><p>According to an arrest report from the Miami-Dade Sheriff’s Office, the incident happened at about 9:10 a.m. Monday along Southwest 137<sup>th</sup> Avenue near Southwest 120<sup>th</sup> Street.</p><p>The victim told deputies he was traveling north on Southwest 137th Avenue and attempting to change lanes when traffic caused his vehicle to become stopped at an angle in front of the suspect’s vehicle. </p><p>According to the report, the suspect, Carlos Mario Acosta drove extremely close to the rear driver’s side of the victim’s vehicle. When the traffic light turned green, Acosta attempted to pass the victim and sideswiped another vehicle, authorities said.</p><p>The victim told investigators he was unsure whether his own vehicle had been involved in the collision, so he looked through the side mirror to check for damage.</p><p>According to the report, Acosta then approached the victim’s vehicle and began pulling on the door handle. </p><p>Investigators said Acosta then ran in front of the victim’s vehicle, lifted his shirt and revealed a handgun while gripping the weapon. He then returned to his vehicle and put the gun back inside, according to the report.</p><p>After being read his Miranda rights, Acosta agreed to speak with investigators and provided a different account of how the confrontation began, the report stated.</p><p>According to the report, Acosta told deputies that after the crash, the victim approached his vehicle, so he had his gun ready because he did not know the victim’s intentions.</p><p>The report stated that Acosta claimed the victim then returned to his vehicle and attempted to drive away. Acosta said he positioned himself in front of the vehicle to prevent the man from leaving, authorities said.</p><p>Investigators also noted in the arrest report that Acosta told responding deputies that he had gripped the gun over his shirt while standing in front of the victim’s car.</p><p>Acosta was arrested on a charge of aggravated assault with a firearm and transported to the Turner Guilford Knight Correctional Center.</p><p>His vehicle, meanwhile, was turned over to his wife, Yezenia Acosta, deputies confirmed.</p><p>As of Tuesday afternoon, Carlos Acosta remained held at TGK on a $3,000 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IMBGCIZBLZCZNANVZF3ZDV5X6M.jpg?auth=7cb57c4dee7d3040d373c2e61e77b69961daacf4ce426133f263f56fcf116083&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Louisiana National Guard ends deployment in New Orleans after eight months patrolling French Quarter]]></title><link>https://www.local10.com/news/national/2026/08/25/louisiana-national-guard-ends-deployment-in-new-orleans-after-eight-months-patrolling-french-quarter/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/25/louisiana-national-guard-ends-deployment-in-new-orleans-after-eight-months-patrolling-french-quarter/</guid><dc:creator><![CDATA[By JACK BROOK, Associated Press]]></dc:creator><description><![CDATA[NEW ORLEANS (AP) — The Louisiana National Guard is ending its eight-month deployment patrolling the streets of New Orleans, and troops will be withdrawn from the city by the end of the month.]]></description><pubDate>Tue, 25 Aug 2026 16:31:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW ORLEANS (AP) — The Louisiana National Guard is ending its eight-month deployment patrolling the streets of New Orleans, and troops will be withdrawn from the city by the end of the month.</p><p>The 120 remaining troops completed their final patrol Monday and are set to conclude their mission in the city on Aug. 31, said Lt. Col. Noel Collins, a guard spokesperson.</p><p>In late December, 350 troops were deployed to the city to boost public safety in the French Quarter as part of a heavy security presence for New Year’s celebrations a year after an attack on revelers on Bourbon Street killed 14 people. While the troops were initially set to withdraw from the city following Mardi Gras festivities in February, a slimmed-down deployment was extended through August.</p><p>The deployment, requested by Republican Gov. Jeff Landry, was authorized by President Donald Trump following high-profile National Guard missions his administration launched in other Democrat-led cities last year, including in Washington and Memphis, Tennessee. But the sight of National Guard troops was not unusual in New Orleans, where troops had already been deployed briefly to bolster security for the Super Bowl and Mardi Gras earlier that year.</p><p>According to the Louisiana National Guard, troops conducted more than 4,000 patrols and assisted law enforcement with 171 arrests. They were mainly present in the city's historic French Quarter, a tourist hot spot.</p><p>Mayor Helena Moreno, a Democrat who initially opposed the guard's deployment, said in a statement that she was “incredibly grateful to the men and women of the Louisiana National Guard.”</p><p>Louisiana's governor, a staunch Trump ally, said the troops' presence had improved safety in the city.</p><p>“This mission, though temporary, allowed our great soldiers readiness training that they otherwise would not have experienced,” Landry said in a statement provided by the guard.</p><p>Violent crime in New Orleans has been declining for several years in parallel with national trends, according to data compiled by the city's police department.</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/YMGUPBT2FDO7EMAZBEIVS3DJXI.jpg?auth=354a2a952167d1f5b7675ddd5e851dbba94dbbdf361925a6fbcacb32868b96a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The National Guard and other uniformed members of law enforcement from federal, state, and local agencies patrol as New Year's Eve revelers walk on Bourbon Street in New Orleans, Dec. 31, 2025. (AP Photo/Matthew Hinton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content></item><item><title><![CDATA[A Chinese humanoid robot sets a new 100-meter sprint record at Beijing Games]]></title><link>https://www.local10.com/business/2026/08/25/a-chinese-humanoid-robot-sets-a-new-100-meter-sprint-record-at-beijing-games/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/25/a-chinese-humanoid-robot-sets-a-new-100-meter-sprint-record-at-beijing-games/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — A Chinese humanoid robot set a new 100-meter sprint record of 8.86 seconds in Beijing on Tuesday, beating its robot competitors — and the fastest recorded human time.]]></description><pubDate>Tue, 25 Aug 2026 16:32:21 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — A Chinese humanoid robot set a new 100-meter sprint record of 8.86 seconds in Beijing on Tuesday, beating its robot competitors — and the fastest recorded human time.</p><p>The race was part of China’s World Humanoid Robot Games, an Olympic-style competition now in its second year in Beijing. The event is also a showcase for China’s rapid advances in robotics amid an intensifying technology rivalry with the U.S.</p><p>The previous robot record of 9.39 seconds had been set just three days earlier, on Saturday.</p><p>For comparison, the men’s 100-meter world record is 9.58 seconds, set by Jamaican sprinter Usain Bolt in 2009.</p><p>The record-breaking robot fell after crossing the finish line and crashing into a padded barrier, with sparks flying from its waist.</p><p>The Games features over 1,300 competitions include more than 2,000 robots in 51 events like running, long jump and table tennis, as well as ballroom dancing.</p><p>Unlike the traditional Olympics, the robots also compete in teams in real-world scenarios, including household tasks, hotel services and emergency response.</p><p>“'Housekeeper' and ‘caregiver’ robots are still in the pilot and validation phase,” China's official newspaper People's Daily said on Monday, “(but) challenges are precisely where the focus of development lies … China's robotics industry is evolving toward higher quality and innovation.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I73S6V4VJ4Q6M2F52KX37HPNK4.jpg?auth=b62e652bd638eeb9a9db7eb9232eebc9dcfdae9571a01e23172325451c9516c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Humanoid robots are carried off the track after competing in the 100m race during the World Humanoid Robot Games in Beijing, Tuesday, Aug. 25, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UTHXPBIXF3WALH2H3GWCUNNW4I.jpg?auth=dc0218062708285de3532854724862ea2d08958e8d32e7af916d61a70cae0f2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Official extinguish the fire to a Humanoid robot after hitting the barrier at the end of the 100m race during the World Humanoid Robot Games in Beijing, Tuesday, Aug. 25, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KLQBF2NN4ASDYP3GOA2VEO56PI.jpg?auth=9d7e159019765399ce32ac767b5a72637b4d525dc523764299382c874157ce05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Humanoid robots are carried off the track after competing in the 100m race during the World Humanoid Robot Games in Beijing, Tuesday, Aug. 25, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FAQFZLZABKRPKAEZFB3DU3MD2A.jpg?auth=bb90039849b189fe58777b29be26e2ad9418323a68deb3ddfc82ba08f984b2a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A humanoid robot competes in the breakdance during the World Humanoid Robot Games in Beijing, Tuesday, Aug. 25, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FXRGSVP7Q2HDAXGNHHBUKB4YJY.jpg?auth=17983e46332733df8becdd6203630053e025a20835e17b1fb444a9229776b57b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Humanoid robots compete in the tug of war during the World Humanoid Robot Games in Beijing, Tuesday, Aug. 25, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content></item><item><title><![CDATA[Big Ten plans to address eligibility after TE waived by NFL team intends to join LSU, AP source says]]></title><link>https://www.local10.com/sports/2026/08/25/big-ten-plans-to-address-eligibility-after-te-waived-by-nfl-team-intends-to-join-lsu-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/big-ten-plans-to-address-eligibility-after-te-waived-by-nfl-team-intends-to-join-lsu-ap-source-says/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description><![CDATA[Big Ten administrators were scheduled to meet Tuesday to discuss player eligibility a day after the agent for a player waived by the Cleveland Browns announced his client planned to go to LSU to use his fifth season of eligibility, The Associated Press has learned.]]></description><pubDate>Tue, 25 Aug 2026 16:30:56 +0000</pubDate><content:encoded><![CDATA[<p>Big Ten administrators were scheduled to meet Tuesday to discuss player eligibility a day after the agent for a player waived by the Cleveland Browns announced his client planned to go to LSU to use his fifth season of eligibility, The Associated Press has learned.</p><p>A person familiar with the situation said it was likely a vote would be taken on whether to bar such players from returning to play in the conference, though it was unclear whether athletic directors or school presidents would be voting. The person spoke on condition of anonymity because the Big Ten had not formally announced its plans for addressing the matter.</p><p>Former Mississippi tight end Dae’Quan Wright could be heading to LSU thanks to a state-level court order that is creating havoc throughout college sports by allowing Wright and others an unexpected fifth year of eligibility despite a NCAA rule change in June impacting players who graduated from high school in 2022.</p><p>Wright’s agent, Drew Rosenhaus, told the AP on Monday that the tight end had been waived by the Cleveland Browns and, if he clears waivers, will join Lane Kiffin’s roster at No. 11 LSU. Wright played two seasons for Kiffin at Ole Miss.</p><p>Wright was among a group of players who sued in a Louisiana court, saying the new NCAA rule granting five years of eligibility to most athletes should apply to him and others who were not “grandfathered” into the rule, which did not include the high school Class of 2022.</p><p>The Southeastern Conference said it firmly opposes professional athletes returning to play college sports.</p><p>“College athletes, not professional athletes, have been at the heart of the Southeastern Conference,” according to the SEC statement late Monday. “Individuals who choose to leave college athletics, sign professional playing contracts, and compete professionally should not then be permitted to return to college competition. Allowing that to occur will blur the line between college and professional sports, create significant competitive equity concerns and reduce opportunities for high school and current college athletes.”</p><p>The SEC concluded its statement by calling on Congress to pass a bill regulating college sports.</p><p>Earlier this summer, a Texas judge cleared the way for quarterback Brendan Sorsby to play at Texas Tech despite admitting to gambling in what usually means an NCAA ban. Other members of the Big 12 Conference and the Big 12 itself indicated strong opposition to the planned move and Sorsby eventually decided against trying to play again in college.</p><p>___</p><p>Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full college football coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TWPUEOQHJWGYEN7MFEFB5EYUIQ.jpg?auth=20a9e8e55877865c1caf080a8c02cc54f9a50f21a006c0ba3b7429c631f07069&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Big Ten Conference Commissioner Tony Petitti speaks during an news conference at the Big Ten Conference NCAA college football media days at Lucas Oil Stadium, July 26, 2023, in Indianapolis. (AP Photo/Darron Cummings, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Darron Cummings</media:credit></media:content></item><item><title><![CDATA[There are gas lines in Iran, but no sign yet that its leaders will bow to US sanctions]]></title><link>https://www.local10.com/business/2026/08/25/there-are-gas-lines-in-iran-but-no-sign-yet-that-its-leaders-will-bow-to-us-sanctions/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/25/there-are-gas-lines-in-iran-but-no-sign-yet-that-its-leaders-will-bow-to-us-sanctions/</guid><dc:creator><![CDATA[By DAVID RISING, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Lines have grown outside gas stations across Tehran in recent weeks as the United States has tightened its blockade and threatened more severe sanctions, with some people waiting for two hours or more to fill up.]]></description><pubDate>Tue, 25 Aug 2026 16:29:24 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Lines have grown outside gas stations across Tehran in recent weeks as the United States has tightened its blockade and threatened more severe sanctions, with some people waiting for two hours or more to fill up.</p><p>The uncertainty deepened on Tuesday, after U.S. Treasury Secretary Scott Bessent vowed to fully sever the country from the global economy. In recent days, Iranian officials have spoken of a possible reduction in heavy gas subsidies as they seek to endure the tightening blockade.</p><p>“Maybe we will face a shortage of fuel,” said Hashem Abadi, a 34-year-old barber. “I rush to the filling stations whenever my tank is down to half or so.”</p><p>The latest U.S. measures are aimed at wringing concessions from the Islamic Republic nearly six months into the war launched by President Donald Trump and Israel. The war has already battered Iran's economy and inflicted mounting pain on ordinary people. But there's no sign yet that it has brought Iran's leaders to their knees, or that it will reignite the anti-government protests that convulsed the country in January.</p><p>Shelves are full but pockets are empty</p><p>The lines had been growing longer well before Bessent's announcement, amid shortages caused by the American blockade and existing sanctions. And with double-digit inflation and the rial currency at a record low, Iranians are struggling to afford more than just fuel.</p><p>“I'm filling my car as much as possible since soon it will be sold at higher prices,” said 51-year-old taxi driver Mahmoud Chavoshi. “Everything I buy has grown more expensive over the last week, from milk to pasta.”</p><p>There were no such lineups outside banks, and grocery stores and pharmacies are still well-stocked, but customers complained about being able to afford less. Inflation has soared during the war, and the currency hit a record low ahead of Bessent's announcement.</p><p>“Some of our regular customers buy now and pay later, since their pockets are not as full as before,” said Morteza Daryani, who runs a grocery store in Tehran.</p><p>Iran's President Masoud Pezeshkian accused the U.S. of resorting to economic pressure after failing to defeat Iran militarily. He said it was trying to create “social problems and economic dissatisfaction in order to throw Iran into chaos.”</p><p>“Should we bow down to the problems and surrender? Absolutely not,” he was quoted as saying by the semiofficial Fars and Tasnim news agencies.</p><p>No signs of unrest, but resilience has its limits</p><p>There are no signs yet that the economic discontent has translated into protests in Iran, where authorities violently crushed demonstrations at the start of the year, killing thousands.</p><p>Iran has been under heavy international sanctions for decades due to its nuclear program and support for armed groups. Oil sales to China have long provided a lifeline, and it's unclear if the U.S. can cut them off.</p><p>Still, there are “always limits to resistance and resilience,” said Mohammad Farzanegan, a professor of Middle Eastern economics at the University of Marburg in Germany.</p><p>“People are losing their purchasing power every day,” he said. “All of this, combined with worsening diplomatic prospects and the psychological burden of mounting pressures, could push frustration to a point where it can no longer be effectively managed by the state.”</p><p>Esfandyar Batmanghelidj, who heads the Bourse & Bazaar Foundation, a think tank focused on Iran’s economy, said the sectors that Bessent threatened to target “are not lifelines for the Iranian state, they are lifelines for the Iranian people.”</p><p>In an analysis posted on X, Batmanghelidj said digital assets and gold are how Iranians protect their savings, technology keeps them connected with the world, aviation allows them to travel, and shipping is how food and medicine reach Iran.</p><p>UAE decision to cut trade ties could hit hard</p><p>At the moment, the most effective economic pressure has come from the naval blockade.</p><p>But last week's announcement from the United Arab Emirates that it was cutting off all trade and financial transactions with Iran could have longer-term effects if the country follows through, said Sascha Bruchmann, an analyst with the International Institute of Strategic Studies' Middle East office in Bahrain.</p><p>Bessent, who on Monday threatened secondary American sanctions on countries doing business with Iran, suggested it was pressure from Washington that led the UAE to its decision.</p><p>“Actions that they took last week were not coincident but likely causal, and I would expect that we would see a broad array of countries taking similar actions as we continue our engagement,” he said.</p><p>Iran is exerting pressure of its own by largely closing the Strait of Hormuz, a vital waterway that carried a fifth of the world's oil and gas before the war. It's betting that the impact on the global economy — and U.S. gas prices ahead of midterm elections — will force Trump to back down.</p><p>“Trump is betting that their time runs out first due to the naval blockade,” Bruchmann said. “Both clocks are ticking, and no one knows which clock is right.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EUTMO7WMPIBJBM7UTYWR35QCE4.jpg?auth=6dfe8d5a7b4ebfe8c8473722490e45f1a550f25b70e607ce60ef4ce3c5e75a1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars line up outside a gas station in Tehran, Iran, Tuesday, Aug. 25, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M5HX5YDXAVVNBZHIZS3RYUZX3M.jpg?auth=5db9cd0c6d294aff3c6d6c47485a0a627cf9cd457a803b08d49d446c1b4d557f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man is filling up his car at a gas station in Tehran, Iran, Tuesday, Aug. 25, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WKUTO4B7VQLW4ZR4XNJKPHMTCQ.jpg?auth=c8e951fd25e3111e58ec5ac324f78272343d495c381d66b06675f4e15b7dd780&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man is filling up his car at a gas station in Tehran, Iran, Tuesday, Aug. 25, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RQI6XYKMJKMJZFMCSN5IAUHCDM.jpg?auth=cf24ca01c2803813587e422fb003f19f00e922a279e6d608eace2d9d7bc30761&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorcycles and cars line up outside a gas station in Tehran, Iran, Tuesday, Aug. 25, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AEVX3J3LIGNOOXESHEXDWKRO5I.jpg?auth=121d3c1b8e7e65c393825bb7d58ae6fa22a0e052eca3af1e4f47801a848cc17e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorcycles and cars line up outside a gas station in Tehran, Iran, Tuesday, Aug. 25, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OZDQAYGY4XWOCKNTAYL5M33OXE.jpg?auth=fcf07ee1e9d065898989c63464a469ec5e9b7a09c2e7cb425168193b29940896&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars line up outside a gas station in Tehran, Iran, Tuesday, Aug. 25, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NEGWMH4KEVPQFENNAWFNXYQOXA.jpg?auth=73c2e46ee4621df6e8ae6c1e6ef8cff987e9a092fba20255b29254a4b28ae13f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man is filling up his car at a gas station in Tehran, Iran, Tuesday, Aug. 25, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/633AGV3QXC663ATYMN6Z3VGQIM.jpg?auth=0ff0e9ca063ee566afcbc98646de529d300e333f50607e32209d999c40cf4be3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars line up outside a gas station in Tehran, Iran, Tuesday, Aug. 25, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UOUJUI5T4HO7F2QNVMGHCRTRHM.jpg?auth=820b59787db86bcfcec25ffb7dbaa3fae284d1e23be9d2e2a4f257daf17c5ef3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man is filling up his car at a gas station in Tehran, Iran, Tuesday, Aug. 25, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Construction worker dies after being pulled from retention pond following excavator mishap in Davie]]></title><link>https://www.local10.com/news/local/2026/08/25/construction-worker-identified-after-being-pulled-from-retention-pond-following-excavator-mishap-in-davie/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/construction-worker-identified-after-being-pulled-from-retention-pond-following-excavator-mishap-in-davie/</guid><dc:creator><![CDATA[Amanda Batchelor, Chris Gothner, Hannah Yechivi]]></dc:creator><description><![CDATA[A 66-year-old construction worker has died after he was pulled from a retention pond in Davie Monday following a mishap with an excavator, authorities confirmed.]]></description><pubDate>Tue, 25 Aug 2026 12:39:19 +0000</pubDate><content:encoded><![CDATA[<p>A 66-year-old construction worker has died after he was<a href="https://www.local10.com/news/local/2026/08/24/rescuers-pull-man-from-retention-pond-in-critical-condition-after-davie-excavator-mishap/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/24/rescuers-pull-man-from-retention-pond-in-critical-condition-after-davie-excavator-mishap/"> pulled from a retention pond in Davie</a> Monday following a mishap with an excavator, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/25/muere-trabajador-de-construccion-tras-ser-sacado-de-estanque-de-retencion-luego-de-accidente-con-excavadora-en-davie/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/muere-trabajador-de-construccion-tras-ser-sacado-de-estanque-de-retencion-luego-de-accidente-con-excavadora-en-davie/">Leer en español</a></p><p>According to Davie police, Tyrone Smith died after being transported to Broward Health Medical Center Monday afternoon.</p><p>Police said the incident occurred at a construction site in the 2200 block of Shotgun Road, east of the I-75 interchange with Royal Palm Boulevard.</p><p>Officer Julia Ross, a DPD spokesperson, said the agency responded to reports of a “possible drowning,” saw the excavator “submerged” in the pond, and rescuers were able to pull the man from the water.</p><p>Officials from Davie Fire Rescue told Local 10 News that the operator was in cardiac arrest when rescuers found him; he was taken to Broward Health Medical Center where he died.</p><p>Police said Tuesday that the incident appeared to be accidental. OSHA is now investigating, along with police. </p><p>A representative for Downright Engineering confirmed to Local 10 News that Smith was an employee of theirs and was married. They told Local 10 News reporter Hannah Yechivi that the company is also conducting its own investigation into the tragic accident and does not wish to comment further at this time. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Más de 50 secuestrados tras ataque de pandillas en Haití que dejó 47 muertos]]></title><link>https://www.local10.com/espanol/2026/08/25/mas-de-50-secuestrados-tras-ataque-de-pandillas-en-haiti-que-dejo-47-muertos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/mas-de-50-secuestrados-tras-ataque-de-pandillas-en-haiti-que-dejo-47-muertos/</guid><dc:creator><![CDATA[Por PIERRE-RICHARD LUXAMA, DÁNICA COTO y EVENS SANON, Associated Press]]></dc:creator><description><![CDATA[PUERTO PRÍNCIPE, Haití (AP) — Naciones Unidas informó que hombres armados atacaron una comunidad que antes era pacífica cerca de la capital de Haití a principios de esta semana, lo que dejó al menos 47 muertos y más de 50 personas secuestradas, dijeron el martes.]]></description><pubDate>Tue, 25 Aug 2026 16:23:30 +0000</pubDate><content:encoded><![CDATA[<p>PUERTO PRÍNCIPE, Haití (AP) — Naciones Unidas informó que hombres armados atacaron una comunidad que antes era pacífica cerca de la capital de Haití a principios de esta semana, lo que dejó al menos 47 muertos y más de 50 personas secuestradas, dijeron el martes.</p><p>Se cree que se trata del mayor secuestro masivo en Haití en años recientes, y un líder de pandilla amenaza con matar a los rehenes si las autoridades matan a algún integrante de la banda mientras intentan asegurar la comunidad, enclavada en las colinas sobre Puerto Príncipe.</p><p>El ataque del domingo en Kenscoff rompió la creencia de que la seguridad en el atribulado país caribeño estaba mejorando.</p><p>“Esta es una gran prueba política y de seguridad, tanto para el gobierno como para la policía y también para la misión internacional”, señaló Romain Le Cour, jefe del Observatorio de Haití en la Iniciativa Global contra el Crimen Organizado Transnacional.</p><p>Indicó que la amenaza de ejecutar a los rehenes es una trampa: si las fuerzas no actúan, habrán fracasado en protegerlos; si actúan y mueren rehenes, las pandillas culparán al Estado.</p><p>En un video publicado en redes sociales, el líder de la pandilla amenazó a Vladimir Paraison, director de la Policía Nacional, y le advirtió que debía abstenerse de usar drones para repeler a las pandillas en la zona.</p><p>“Paraison, si alguno de nuestros soldados resulta herido, los mataré a todos”, expresó, en referencia a los rehenes.</p><p>El pandillero solo se identificó como Izo 2, una referencia a Izo, o Johnson André, uno de los miembros de pandillas más poderosos de Haití.</p><p>Le Cour indicó que Izo 2 también es conocido como “Didi” y que encabeza el grupo armado en Kenscoff en nombre de, y en coordinación con, Izo y otros líderes de pandillas.</p><p>“Dirige una especie de célula franquiciada para otras pandillas”, explicó Le Cour.</p><p>Añadió que el objetivo del ataque del domingo podría ser obligar a la policía de Haití y a la fuerza antipandillas respaldada por la ONU a dispersar aún más sus limitados recursos.</p><p>“No tienen suficiente personal”, sostuvo Le Cour. “Si los obligas a desplegar más tropas, inevitablemente será a costa de otras zonas”.</p><p>El ataque también podría ser simplemente una demostración de fuerza y un mensaje al gobierno y a la policía de Haití, mientras el país se prepara para celebrar elecciones generales el 13 de diciembre por primera vez en más de una década.</p><p>“Este es un mensaje al gobierno y a la policía de que sus afirmaciones de protección no coinciden con la realidad”, dijo Le Cour. “Las pandillas están diciendo: cuando decidimos atacar, podemos hacerlo, y tendremos éxito”.</p><p>El primer gran ataque contra Kenscoff ocurrió en enero de 2025 y, desde entonces, se han registrado ataques esporádicos en las montañas que rodean el centro de la ciudad.</p><p>Pero el ataque del domingo fue el mayor hasta ahora. Al menos cinco de las 47 personas asesinadas eran niños, de acuerdo con la Oficina Integrada de las Naciones Unidas en Haití, conocida como BINUH.</p><p>El alcalde de Kenscoff, Jean Massillon, dijo a The Associated Press el martes que entre los fallecidos hay dos empleados del gobierno, incluido su primo, quien formaba parte de su equipo de seguridad.</p><p>Indicó que integrantes de Viv Ansanm, una poderosa coalición de pandillas que Estados Unidos ha designado como organización terrorista extranjera, también incendiaron 25 viviendas.</p><p>La información sobre el ataque sigue llegando a cuentagotas, y Massillon advirtió que las pandillas aún merodeaban la periferia de Kenscoff.</p><p>“La atrocidad de este crimen nos recuerda que tenemos que seguir trabajando con más fuerza cada día para llevar la paz a la comunidad”, manifestó Massillon. “Soy optimista en que el Estado seguirá trabajando para erradicar a las pandillas en Kenscoff”.</p><p>Algunos sobrevivientes acusaron al gobierno de no haber brindado suficiente protección antes del ataque, acusaciones que la Policía Nacional de Haití rechazó.</p><p>Le Cour señaló que, si efectivamente había policías y vehículos blindados apostados en Kenscoff antes del ataque, entonces esa afirmación resulta preocupante: “¿Dejaron que las pandillas entraran aun cuando tenían todo dispuesto?”.</p><p>Hombres armados controlan aproximadamente el 70% de Puerto Príncipe y extensas franjas de territorio en la región central de Haití y más allá.</p><p>La violencia de las pandillas ha desplazado a una cifra récord de 1,5 millones de personas en todo Haití, donde se reportó la muerte de más de 3.100 personas de enero a junio y otras 1.189 resultaron heridas, según estadísticas de la ONU.</p><p>________</p><p>Coto informó desde San Juan, Puerto Rico.</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/PDJE763MOBHGEGGHX2UJ5ZZPGQ.jpg?auth=ec6e4b4499a770b8ba675adbc3569f44c8cda5b8c07232e8896a47061c4947e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas se reúnen junto a los cuerpos de quienes, según dijeron, eran sus familiares y fueron asesinados en un ataque de pandillas en el barrio de Kenscoff, el lunes 24 de agosto de 2026, en Puerto Príncipe, Haití. (AP Foto/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N46JUJYJWVAT2XYD3EQXBCCE2Y.jpg?auth=4b822765364413ff57bc3680fe60f6dbc83edef9ad13b9a0df1490ca1f89e204&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias mujeres se lamentan en el lugar donde sus familiares fueron asesinados durante un ataque de pandillas en el barrio de Kenscoff, el lunes 24 de agosto de 2026, en Puerto Príncipe, Haití. (AP Foto/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Man accused of causing mayhem in Brickell just days after his release from Miami-Dade jail, records show ]]></title><link>https://www.local10.com/news/local/2026/08/25/police-officers-arrest-a-man-accused-of-mayhem-in-brickell-just-days-after-his-release-from-jail-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/police-officers-arrest-a-man-accused-of-mayhem-in-brickell-just-days-after-his-release-from-jail-records-show/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 29-year-old man was back behind bars on Tuesday after police officers arrested him over an alleged violent breakdown in Miami’s Brickell neighborhood just days after he was released from jail, records show. ]]></description><pubDate>Tue, 25 Aug 2026 14:59:32 +0000</pubDate><content:encoded><![CDATA[<p>A 29-year-old man was back behind bars on Tuesday after police officers arrested him over an alleged violent breakdown in Miami’s Brickell neighborhood — just days after he was released from jail, records show. </p><p><a href="https://www.local10.com/espanol/2026/08/25/acusan-a-hombre-de-causar-caos-en-brickell-pocos-dias-despues-de-salir-de-carcel-de-miami-dade-segun-registros/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/acusan-a-hombre-de-causar-caos-en-brickell-pocos-dias-despues-de-salir-de-carcel-de-miami-dade-segun-registros/">Leer en español</a></p><p>Witnesses reported that an “irate” man caused mayhem on a busy Monday morning at the Starbucks at Mary Brickell Village, at 901 Southeast Miami Ave.</p><p>The man was “yelling at customers inside the store, scaring the employees, as he threw merchandise on the floor ... jumped onto the countertop ... grabbed a chair from inside the property and smashed the front glass door,” a police officer wrote in an arrest report. </p><p>A security guard injured his arm while trying to stop the man, who police officers later identified as Erickwoody Charles, of Downtown Miami, according to the report. </p><p>“Upon my arrival, [Charles] was ... lying on the roof of a passersby car ... a nearby truck owner reached me and showed me his truck bed’s cover was broken ... and had footsteps caused by [Charles] climbing on his truck,” a police officer wrote in the report. </p><p>Police officers arrested Charles at 8 a.m. on Monday at Southeast Ninth Street and Brickell Plaza, and fire rescue personnel took him to the hospital, according to the arrest report.</p><p>Miami-Dade County corrections booked Charles shortly after 1:20 p.m. on Monday at the Turner Guilford Knight Correctional Center near Doral, according to inmate records. </p><p>Charles, also known as Erick Charles, faced charges of battery and two counts of criminal mischief, and he had been out on a felony bond on a warrant case for grand theft and burglary, according to county inmate and court records. </p><p>Miami police officers had previously arrested Charles on July 19. Miami-Dade prosecutors filed the grand theft and burglary case on July 20, a judge set his bond at $5,000, and he was released on his own recognizance on Aug. 21, according to court records. </p><p>Charles has an arrest record in Miami-Dade that goes back to a marijuana possession case when he was 19 years old. Court records also show he had convictions for misdemeanor battery, disorderly conduct, trespassing and resisting arrest in Miami Beach when he was 27. </p><p>Miami-Dade County Circuit Judge Miguel M. de la O was presiding over this year’s two pending cases. </p><p><b>Court docket record in grand theft and burglary case </b></p><figure><img src="https://www.local10.com/resizer/v2/XWCNA57GEVB3TMQPVJ44UYB23I.jpg?auth=8dfc5b31b998904d34311ae91ea22e2f391562246cb277dc8cc9f8e269f0e776&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Witness shares video after violence at Starbucks in Miami (Courtesy of Majo.gdz) <a href="https://t.co/d7SpL7fOiX">pic.twitter.com/d7SpL7fOiX</a></p>&mdash; WPLG Local 10 News (@WPLGLocal10) <a href="https://x.com/WPLGLocal10/status/2091991517418176809?ref_src=twsrc%5Etfw">August 24, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OMDKVVD4INEH3OXHXBUHWJYWBI.jpg?auth=8dc883453ff7964d3504b1b007f98707741cd2929e685d88264ffd1e916729de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Erickwoody Charles on Monday after witnesses accused of causing mayhem in the Brickell neighborhood.]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de causar caos en Brickell pocos días después de salir de cárcel de Miami-Dade, según registros]]></title><link>https://www.local10.com/espanol/2026/08/25/acusan-a-hombre-de-causar-caos-en-brickell-pocos-dias-despues-de-salir-de-carcel-de-miami-dade-segun-registros/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/acusan-a-hombre-de-causar-caos-en-brickell-pocos-dias-despues-de-salir-de-carcel-de-miami-dade-segun-registros/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un hombre de 29 años volvió a estar tras las rejas el martes después de que agentes de la policía lo arrestaran por un presunto episodio violento en el vecindario Brickell de Miami, pocos días después de que fuera liberado de la cárcel, según registros.]]></description><pubDate>Tue, 25 Aug 2026 16:13:39 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 29 años volvió a estar tras las rejas el martes después de que agentes de la policía lo arrestaran por un presunto episodio violento en el vecindario Brickell de Miami, pocos días después de que fuera liberado de la cárcel, según registros.</p><p>Testigos reportaron que un hombre “furioso” causó caos durante la concurrida mañana del lunes en el Starbucks de Mary Brickell Village, ubicado en 901 Southeast Miami Ave.</p><p>El hombre estaba “gritando a los clientes dentro del establecimiento, asustando a los empleados, mientras arrojaba mercancía al suelo, saltó sobre el mostrador, agarró una silla del interior del establecimiento y rompió la puerta frontal de vidrio”, escribió un agente de la policía en un reporte de arresto.</p><p>Un guardia de seguridad se lesionó un brazo mientras intentaba detener al hombre, a quien los agentes identificaron posteriormente como Erickwoody Charles, de Downtown Miami, según el reporte.</p><p>“A mi llegada, [Charles] estaba acostado sobre el techo del automóvil de un transeúnte, el propietario de una camioneta cercana se acercó a mí y me mostró que la cubierta de la caja de su camioneta estaba rota y tenía huellas causadas por [Charles] al subirse a su camioneta”, escribió un agente en el reporte.</p><p>Los agentes arrestaron a Charles a las 8 a.m. del lunes en Southeast Ninth Street y Brickell Plaza, y personal de Fire Rescue lo trasladó al hospital, según el reporte de arresto.</p><p>El Departamento de Correcciones de Miami-Dade ingresó a Charles poco después de la 1:20 p.m. del lunes en el Turner Guilford Knight Correctional Center, cerca de Doral, según los registros de reclusos.</p><p>Charles, también conocido como Erick Charles, enfrentaba un cargo de agresión y dos cargos de daños a la propiedad, y se encontraba en libertad bajo fianza por un caso con orden de arresto por hurto mayor y robo, según registros judiciales y de reclusos del condado.</p><p>Agentes de la policía de Miami habían arrestado previamente a Charles el 19 de julio. Fiscales de Miami-Dade presentaron el caso por hurto mayor y robo el 20 de julio, un juez fijó su fianza en $5,000 USD y fue liberado bajo palabra el 21 de agosto, según registros judiciales.</p><p>Charles tiene antecedentes de arrestos en Miami-Dade que se remontan a un caso de posesión de marihuana cuando tenía 19 años. Los registros judiciales también muestran que tuvo condenas por agresión menor, conducta desordenada, entrada ilegal y resistencia al arresto en Miami Beach cuando tenía 27 años.</p><p>El juez Miguel M. de la O, del Tribunal de Circuito del condado Miami-Dade, presidía los dos casos pendientes de este año.</p><p><b>Registro del expediente judicial en el caso de hurto mayor y robo</b></p><figure><img src="https://www.local10.com/resizer/v2/XWCNA57GEVB3TMQPVJ44UYB23I.jpg?auth=8dfc5b31b998904d34311ae91ea22e2f391562246cb277dc8cc9f8e269f0e776&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Redes sociales relacionadas</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Witness shares video after violence at Starbucks in Miami (Courtesy of Majo.gdz) <a href="https://t.co/d7SpL7fOiX">pic.twitter.com/d7SpL7fOiX</a></p>&mdash; WPLG Local 10 News (@WPLGLocal10) <a href="https://x.com/WPLGLocal10/status/2091991517418176809?ref_src=twsrc%5Etfw">August 24, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OMDKVVD4INEH3OXHXBUHWJYWBI.jpg?auth=8dc883453ff7964d3504b1b007f98707741cd2929e685d88264ffd1e916729de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Erickwoody Charles on Monday after witnesses accused of causing mayhem in the Brickell neighborhood.]]></media:description></media:content></item><item><title><![CDATA[Pair accused of locking senior relative’s thermostat as heat reached 112 degrees in Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/08/25/pair-accused-of-locking-senior-relatives-thermostat-as-heat-reached-112-degrees-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/pair-accused-of-locking-senior-relatives-thermostat-as-heat-reached-112-degrees-in-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Two Miami-Dade men are accused of locking the thermostat while a 76-year-old relative remained inside the home as temperatures reached as high as 112 degrees, according to an arrest report.]]></description><pubDate>Tue, 25 Aug 2026 15:33:04 +0000</pubDate><content:encoded><![CDATA[<p>Two Miami-Dade men were arrested Monday after authorities said they allegedly locked the thermostat inside their home while their 76-year-old relative remained inside as temperatures reached as high as 112 degrees on Friday. </p><p><a href="https://www.local10.com/espanol/2026/08/25/acusan-a-dos-personas-de-bloquear-termostato-de-familiar-adulto-mayor-mientras-temperatura-alcanzaba-los-112-grados-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/acusan-a-dos-personas-de-bloquear-termostato-de-familiar-adulto-mayor-mientras-temperatura-alcanzaba-los-112-grados-en-miami-dade/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office said Federico Caso, 45, is the victim’s son, and Peter Sevastopoulos, 44, is her son-in-law and Caso’s brother-in-law.</p><p>Deputies said the three lived together in a Miami-Dade home, though its location was not disclosed in the agency’s publicly released arrest report. </p><p>The victim told investigators that Caso and Sevastopoulos “intentionally” set the home’s air conditioning to 80 degrees whenever they left for work.</p><p>The men also placed a remote lock on the thermostat that prevented the woman from lowering the temperature, according to the report.</p><p>The report states that the Department of Children and Families described their living situation as an “environmental hazard.”</p><p>Deputies said that while the thermostat was locked at 80 degrees and the woman was inside the home, a National Weather Service advisory was in effect for Miami-Dade County.</p><p>They said temperatures were expected to reach as high as 112 degrees, with “peak hours of heat spanning from 11 a.m. to 7 p.m.” </p><p>The woman told investigators she does not have a vehicle and cannot drive, leaving her at home for most of the day, according to the report.</p><p>The report states that the woman claimed she was not allowed to use kitchen appliances, including the refrigerator, microwave, stove or oven. She said she was limited to a small mini refrigerator and a shelf in her bedroom closet for dry food, according to the report.</p><p>The woman told investigators that surveillance cameras throughout the home were monitored by Caso and Sevastopoulos, the report states.</p><p>She said she would be “scolded loudly” and cursed at if they saw her doing something they did not allow, according to deputies.</p><p>Investigators said the woman also claimed that she feared leaving her bedroom.</p><p>Deputies said the woman told them that Caso and Sevastopoulos threatened to evict her if she did not begin paying rent. The report states there was no legal lease and that the home had once been owned by the woman.</p><p>An investigator attempted to interview the men, however, Sevastopoulos said both had retained attorneys and wanted to invoke their Miranda rights before they were arrested, according to the report.</p><p>Investigators said the men “intentionally committed acts that could reasonably be expected to cause physical and/or psychological injury to the woman.” </p><p>Jail records show both suspects are each facing one count of physical or psychological abuse of an elderly or disabled adult.</p><p>As of Tuesday morning, they were being held at the Turner Guilford Knight Correctional Center, where their bonds were listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PHMMUHOIJBATFALSXUAQSZ4RWI.jpg?auth=48429b4f61b77bcec689d266d82f2a805ec28677563dac0d32255d6396f61fef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a dos personas de bloquear termostato de familiar adulto mayor mientras temperatura alcanzaba los 112 grados en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/25/acusan-a-dos-personas-de-bloquear-termostato-de-familiar-adulto-mayor-mientras-temperatura-alcanzaba-los-112-grados-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/acusan-a-dos-personas-de-bloquear-termostato-de-familiar-adulto-mayor-mientras-temperatura-alcanzaba-los-112-grados-en-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Dos hombres de Miami-Dade están acusados de bloquear el termostato mientras un familiar de 76 años permanecía dentro de la vivienda cuando las temperaturas alcanzaron hasta 112 grados, según un reporte de arresto.]]></description><pubDate>Tue, 25 Aug 2026 16:10:08 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres de Miami-Dade fueron arrestados el lunes después de que las autoridades indicaran que presuntamente bloquearon el termostato dentro de su vivienda mientras su familiar de 76 años permanecía en el interior, cuando las temperaturas alcanzaron hasta 112 grados el viernes.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade indicaron que Federico Caso, de 45 años, es hijo de la víctima, y Peter Sevastopoulos, de 44 años, es su yerno y cuñado de Caso.</p><p>Los agentes indicaron que los tres vivían juntos en una vivienda de Miami-Dade, aunque su ubicación no fue revelada en el reporte de arresto divulgado públicamente por la agencia.</p><p>La víctima dijo a los investigadores que Caso y Sevastopoulos “intencionalmente” ajustaban el aire acondicionado de la vivienda a 80 grados cada vez que se iban a trabajar.</p><p>Los hombres también colocaron un bloqueo remoto en el termostato que impedía que la mujer bajara la temperatura, según el reporte.</p><p>El reporte indica que el Departamento de Niños y Familias describió sus condiciones de vivienda como un “peligro ambiental”.</p><p>Los agentes indicaron que mientras el termostato estaba bloqueado a 80 grados y la mujer se encontraba dentro de la vivienda, estaba vigente un aviso del Servicio Nacional de Meteorología para el condado Miami-Dade.</p><p>Indicaron que se esperaba que las temperaturas alcanzaran hasta 112 grados, con “las horas de mayor calor entre las 11 a.m. y las 7 p.m.”.</p><p>La mujer dijo a los investigadores que no tiene vehículo y no puede conducir, por lo que permanece en la vivienda durante la mayor parte del día, según el reporte.</p><p>El reporte indica que la mujer afirmó que no se le permitía utilizar los electrodomésticos de la cocina, incluidos el refrigerador, el microondas, la estufa o el horno. Dijo que estaba limitada a un pequeño minirrefrigerador y un estante en el clóset de su dormitorio para alimentos secos, según el reporte.</p><p>La mujer dijo a los investigadores que las cámaras de vigilancia instaladas en toda la vivienda eran monitoreadas por Caso y Sevastopoulos, indica el reporte.</p><p>Dijo que era “reprendida a gritos” y recibía insultos si la veían haciendo algo que no le permitían, según los agentes.</p><p>Los investigadores indicaron que la mujer también afirmó que temía salir de su dormitorio.</p><p>Los agentes indicaron que la mujer les dijo que Caso y Sevastopoulos amenazaron con desalojarla si no comenzaba a pagar alquiler. El reporte indica que no existía un contrato legal de alquiler y que la vivienda había pertenecido anteriormente a la mujer.</p><p>Un investigador intentó entrevistar a los hombres; sin embargo, Sevastopoulos dijo que ambos habían contratado abogados y querían invocar sus derechos Miranda antes de ser arrestados, según el reporte.</p><p>Los investigadores indicaron que los hombres “cometieron intencionalmente actos que razonablemente podrían causar lesiones físicas y/o psicológicas a la mujer”.</p><p>Los registros de la cárcel muestran que ambos sospechosos enfrentan un cargo cada uno de abuso físico o psicológico de un adulto mayor o discapacitado.</p><p>Hasta la mañana del martes, permanecían detenidos en el Turner Guilford Knight Correctional Center, donde sus fianzas figuraban como “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PHMMUHOIJBATFALSXUAQSZ4RWI.jpg?auth=48429b4f61b77bcec689d266d82f2a805ec28677563dac0d32255d6396f61fef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Krome ICE facility security guard stole more than $5,000 from detainee, deputies say]]></title><link>https://www.local10.com/news/local/2026/08/25/krome-ice-facility-security-guard-stole-more-than-5000-from-detainee-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/krome-ice-facility-security-guard-stole-more-than-5000-from-detainee-deputies-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A security guard at a South Florida Immigration and Customs Enforcement facility was caught on camera stealing more than $5,000 from a detainee, authorities said.]]></description><pubDate>Tue, 25 Aug 2026 15:19:29 +0000</pubDate><content:encoded><![CDATA[<p>A security guard at a South Florida Immigration and Customs Enforcement facility was caught on camera stealing more than $5,000 from a detainee, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/08/25/guardia-de-seguridad-de-centro-de-ice-en-krome-robo-mas-de-5000-usd-a-detenido-segun-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/guardia-de-seguridad-de-centro-de-ice-en-krome-robo-mas-de-5000-usd-a-detenido-segun-agentes/">Leer en español</a></p><p>Miami-Dade Sheriff’s Office deputies said they were called out to the Krome Service Processing Center, located at 18201 SW 12th St., on Monday afternoon after receiving a report about the theft.</p><p>An MDSO arrest report states that while staff members were preparing deportation documents, the detainee told them that he was missing $5,382.</p><p>Authorities said they reviewed surveillance footage that showed Matthew Christian Torres, a 31-year-old security guard employed by Akima Protective Services, placing the man’s money inside a log book, never logging it and instead “concealing the money inside his black jacket and enter(ing) a employee restroom.”</p><p>“(Torres) then returns to the property common area and removes the clear plastic bag containing the money from the inside of his chest area,” a deputy wrote in the report, describing the video. “(He) then places the money inside the right pocket in beige cargo pants. It should be noted that (Torres) never advised a supervisor of the money belonging to the victim.”</p><p>Deputies took Torres, of Palmetto Bay, into custody on a third-degree grand theft charge.</p><p>As of Tuesday morning, Torres was being held in the Turner Guilford Knight Correctional Center on a $2,500 bond.</p><p>Local 10 News has contacted ICE and Akima seeking comment on the case.</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/UXESGKHC6FCGTH5LBEACD33IJ4.jpg?auth=7467b0fa0f1dec662f2cab5fa08aaa998f1c96cd16e5da9651b8791098649bb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matthew Torres]]></media:description></media:content></item><item><title><![CDATA[Guardia de seguridad de centro de ICE en Krome robó más de $5,000 USD a detenido, según agentes]]></title><link>https://www.local10.com/espanol/2026/08/25/guardia-de-seguridad-de-centro-de-ice-en-krome-robo-mas-de-5000-usd-a-detenido-segun-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/guardia-de-seguridad-de-centro-de-ice-en-krome-robo-mas-de-5000-usd-a-detenido-segun-agentes/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un guardia de seguridad de un centro del Servicio de Inmigración y Control de Aduanas del sur de Florida fue captado en cámara robando más de $5,000 USD a un detenido, indicaron las autoridades.]]></description><pubDate>Tue, 25 Aug 2026 16:06:11 +0000</pubDate><content:encoded><![CDATA[<p>Un guardia de seguridad de un centro del Servicio de Inmigración y Control de Aduanas del sur de Florida fue captado en cámara robando más de $5,000 USD a un detenido, indicaron las autoridades.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade dijeron que acudieron al Krome Service Processing Center, ubicado en 18201 SW 12th St., la tarde del lunes después de recibir un reporte sobre el robo.</p><p>Un reporte de arresto de MDSO indica que, mientras miembros del personal preparaban documentos de deportación, el detenido les dijo que le faltaban $5,382 USD.</p><p>Las autoridades indicaron que revisaron imágenes de vigilancia que mostraban a Matthew Christian Torres, un guardia de seguridad de 31 años empleado por Akima Protective Services, colocando el dinero del hombre dentro de un libro de registro, sin registrarlo y, en cambio, “ocultando el dinero dentro de su chaqueta negra y entrando a un baño de empleados”.</p><p>“(Torres) luego regresa al área común de pertenencias y saca de la parte interior del área del pecho la bolsa de plástico transparente que contenía el dinero”, escribió un agente en el reporte al describir el video. “(Él) luego coloca el dinero dentro del bolsillo derecho de un pantalón cargo beige. Cabe señalar que (Torres) nunca informó a un supervisor sobre el dinero perteneciente a la víctima”.</p><p>Los agentes arrestaron a Torres, de Palmetto Bay, por un cargo de hurto mayor de tercer grado.</p><p>Hasta la mañana del martes, Torres permanecía detenido en el Turner Guilford Knight Correctional Center con una fianza de $2,500 USD.</p><p>Local 10 News se comunicó con ICE y Akima para solicitar comentarios sobre el caso.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UXESGKHC6FCGTH5LBEACD33IJ4.jpg?auth=7467b0fa0f1dec662f2cab5fa08aaa998f1c96cd16e5da9651b8791098649bb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matthew Torres]]></media:description></media:content></item><item><title><![CDATA[Fire destroys Fort Lauderdale mobile home, first responders say ]]></title><link>https://www.local10.com/news/local/2026/08/25/fire-destroys-fort-lauderdale-mobile-home-first-responders-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/fire-destroys-fort-lauderdale-mobile-home-first-responders-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A mobile home was destroyed by a fire Tuesday morning in Fort Lauderdale, fire rescue officials confirmed. ]]></description><pubDate>Tue, 25 Aug 2026 16:00:21 +0000</pubDate><content:encoded><![CDATA[<p>A mobile home was destroyed by a fire Tuesday morning in Fort Lauderdale, fire rescue officials confirmed. </p><p><a href="https://www.local10.com/espanol/2026/08/25/incendio-destruye-casa-movil-en-fort-lauderdale-segun-socorristas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/incendio-destruye-casa-movil-en-fort-lauderdale-segun-socorristas/">Leer en español</a></p><p>Fort Lauderdale Fire Rescue officials said they received multiple calls shortly after 9:45 a.m. reporting a mobile home on fire in the 1000 block of Northeast 63rd Court.</p><p>They said firefighters arrived to find the home engulfed in flames. One adult who was inside at the time safely evacuated, while a second resident was away when the fire started, according to FLFR officials. </p><p>Officials said first responders extinguished the fire after about 20 minutes, using water and firefighting foam. They said no injuries were reported.</p><p>According to FLFR officials, neighbors told firefighters that a pet cat may have been inside the home, but crews were unable to locate the animal. Its status is unknown at this time. </p><p>A fire investigator was at the scene working to determine what caused the fire, according to authorities. </p><p>No other details about the fire 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[Incendio destruye casa móvil en Fort Lauderdale, según socorristas]]></title><link>https://www.local10.com/espanol/2026/08/25/incendio-destruye-casa-movil-en-fort-lauderdale-segun-socorristas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/incendio-destruye-casa-movil-en-fort-lauderdale-segun-socorristas/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una casa móvil fue destruida por un incendio la mañana del martes en Fort Lauderdale, confirmaron funcionarios de Fire Rescue.]]></description><pubDate>Tue, 25 Aug 2026 16:03:27 +0000</pubDate><content:encoded><![CDATA[<p>Una casa móvil fue destruida por un incendio la mañana del martes en Fort Lauderdale, confirmaron funcionarios de Fire Rescue.</p><p>Funcionarios de Fort Lauderdale Fire Rescue dijeron que recibieron múltiples llamadas poco después de las 9:45 a.m. reportando el incendio de una casa móvil en la cuadra 1000 de Northeast 63rd Court.</p><p>Indicaron que los bomberos llegaron y encontraron la vivienda envuelta en llamas. Un adulto que se encontraba en el interior en ese momento evacuó de manera segura, mientras que un segundo residente estaba fuera cuando comenzó el incendio, según funcionarios de FLFR.</p><p>Los funcionarios indicaron que los socorristas extinguieron el incendio después de unos 20 minutos, utilizando agua y espuma contra incendios. Indicaron que no se reportaron heridos.</p><p>Según funcionarios de FLFR, vecinos dijeron a los bomberos que un gato podría haber estado dentro de la vivienda, pero los equipos no pudieron localizar al animal. Su estado se desconoce en este momento.</p><p>Un investigador de incendios se encontraba en el lugar trabajando para determinar qué causó el incendio, según las autoridades.</p><p>No se divulgaron de inmediato más detalles sobre el incendio.</p>]]></content:encoded></item><item><title><![CDATA[Veterans’ fundraiser draws Bruce Springsteen, Hasan Minhaj and Jon Stewart]]></title><link>https://www.local10.com/entertainment/2026/08/25/veterans-fundraiser-draws-bruce-springsteen-hasan-minhaj-and-jon-stewart/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/25/veterans-fundraiser-draws-bruce-springsteen-hasan-minhaj-and-jon-stewart/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Stand Up for Heroes will celebrate its 20th anniversary this fall in New York City with a performance by Bruce Springsteen and jokes by Hasan Minhaj and Jon Stewart.]]></description><pubDate>Tue, 25 Aug 2026 16:03:05 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Stand Up for Heroes will celebrate its 20th anniversary this fall in New York City with a performance by Bruce Springsteen and jokes by Hasan Minhaj and Jon Stewart.</p><p>The fundraiser, which benefits injured veterans and their families, will also feature The Resilient, Alex Warren and Josh Johnson of “The Daily Show.”</p><p>This year’s event will take place Nov. 9 at David Geffen Hall at the Lincoln Center for the Performing Arts. Since its inception, Stand Up for Heroes has raised $117 million to help veterans and military families.</p><p>Stand Up for Heroes was first held in 2007 and is produced by the New York Comedy Festival and the Bob Woodruff Foundation. Woodruff was nearly killed during a 2006 attack in Iraq while embedded with U.S. troops for ABC News.</p><p>“When we started this way back in 2007 we thought it would just be a one-time concert. But it’s become one of the most meaningful nights of the year," Woodruff said in a statement.</p><p>Tickets for Stand Up for Heroes are available now.</p><p>The annual event has attracted such celebrities as Stephen Colbert, Jim Gaffigan, Ricky Gervais, John Mayer, Seth Meyers, John Mulaney, John Oliver, the Red Hot Chili Peppers, Jeff Ross, Ray Romano and Jerry Seinfeld.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CFA6DWIYXRQLYKQP4GXMP53URY.jpg?auth=199dfa6cec705ba4492d7d05e39844156d188b916225bee73243298e0be16549&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bruce Springsteen performs at a campaign rally supporting Democratic presidential nominee Vice President Kamala Harris, Oct. 28, 2024, in Philadelphia. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[ICE arrests jumped to nearly 50,000 in July, the highest monthly total of Trump’s second term]]></title><link>https://www.local10.com/news/florida/2026/08/25/ice-arrests-jumped-to-nearly-50000-in-july-the-highest-monthly-total-of-trumps-second-term/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/25/ice-arrests-jumped-to-nearly-50000-in-july-the-highest-monthly-total-of-trumps-second-term/</guid><dc:creator><![CDATA[By REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. Immigration and Customs Enforcement arrested nearly 50,000 people during July, the highest single monthly arrest total during the second Trump administration, according to new figures.]]></description><pubDate>Tue, 25 Aug 2026 16:08:28 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. Immigration and Customs Enforcement arrested nearly 50,000 people during July, the highest single monthly arrest total during the second Trump administration, according to new figures.</p><p>The spike in immigration arrests shows that the administration has continued to advance its mass deportations agenda despite a shift in approach earlier this year from high-profile operations in large American cities that sparked a public outcry to arrests that have garnered less attention but have nonetheless been disruptive.</p><p>The July arrest tally of 49,571 marks a 15% jump from 43,021 arrests a month earlier and a 70% increase from 29,241 in February, in the aftermath of the Trump administration’s enforcement surge in Minnesota, according to government data that was provided by ICE to the University of California, Berkeley’s Deportation Data Project and analyzed by The Associated Press.</p><p>Immigration arrests the month before Trump entered office hovered a little over 8,000 a figure largely made up of immigrants transferred from city or state jails and prisons and turned over to ICE to remove from the country. During Trump’s first year in office the numbers started climbing as the administration loosened restrictions on where and who ICE could arrest while it also infused the agency with billions of dollars.</p><p>By December, the number of arrests jumped to more than 40,177, according to the data, which was obtained through a Freedom of Information Act lawsuit.</p><p>In the aftermath of two fatal shootings in Minnesota in January that sparked protests and an uproar from Democratic lawmakers, arrests began to fall to nearly 30,000 in February. After remaining stagnant for months, the numbers of people arrested in June jumped to more than 43,000 and then to roughly 49,500 in July.</p><p>In his confirmation hearing earlier this year, Homeland Security Secretary Markwayne Mullin pledged to keep ICE out of the headlines, suggesting that the administration’s immigration crackdown might take a softer approach. But his tenure has been marred by a number of fatal shootings of immigrants in encounters with ICE officers. And the figures show Mullin hasn’t shifted the agency from President Donald Trump’s vision for mass deportations.</p><p>Texas and Florida accounted for nearly 20,000 of the July arrests, in a sign of how important those states have become to the Trump administration’s mass deportation agenda. Both states have leaned heavily into cooperation agreements with ICE called 287g agreements that allow local and state law enforcement to essentially operate as arms of federal immigration enforcement.</p><p>The spike in arrests comes as the agency, infused with billions of dollars last summer by Congress, has also hired 12,000 new deportation officers and investigative agents.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LRNSLSO6KI6EVFGBEVA6Z2E3T4.jpg?auth=48dd1e386569c8c8d14e402fc8705d89e6c292b939663da23f1d63393e42c9d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A federal agent wears an Immigration and Customs Enforcement badge in New York, June 10, 2025. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Tropical Storm Iselle expected to absorb Tropical Storm Julio in the Pacific Ocean]]></title><link>https://www.local10.com/news/national/2026/08/25/tropical-storm-iselle-expected-to-absorb-tropical-storm-julio-in-the-pacific-ocean/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/25/tropical-storm-iselle-expected-to-absorb-tropical-storm-julio-in-the-pacific-ocean/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Tropical Storm Julio in the Pacific Ocean was on track Tuesday to be absorbed by the stronger Tropical Storm Iselle, which is churning to the north.]]></description><pubDate>Tue, 25 Aug 2026 15:12:36 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Tropical Storm Julio in the Pacific Ocean was on track Tuesday to be absorbed by the stronger Tropical Storm Iselle, which is churning to the north.</p><p>The National Hurricane Center based in Miami announced early Tuesday morning that Julio had formed. It was centered about 675 miles (1,086 kilometers) west-southwest of the southern tip of the Baja California peninsula of Mexico. Julio has maximum sustained winds of about 50 mph (80 kph).</p><p>Forecasters said Julio would be absorbed by Iselle later Tuesday. There are no coastal watches or warnings in effect for either storm.</p><p>Iselle was about 730 miles (1,175 kilometers) west of the Baja California peninsula and had winds of 70 mph (113 kph).</p><p>In the Central Pacific, Tropical Storm Lala continued to churn with 50 mph (80 kph) winds but wasn’t threatening land. Earlier this month as a hurricane, the outer bands of Lala battered Hawaii and caused destructive flooding.</p><p>And Moke was no longer considered a tropical cyclone after skirting Hawaii as a tropical storm, the center said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WJRXT2YPQMEY7K2G2NF2BRMRAE.jpg?auth=b2aaf0ad9b3c4d1d56d223351e29967d56a758ae439f10a9f3766a66bdad960a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image released by NOAA shows the Tropical Storms Iselle, top, and Julio, bottom, over the Pacific Ocean, Tuesday, Aug. 25, 2026. (NOAA via AP)]]></media:description></media:content></item><item><title><![CDATA[Evacuations ordered in rural Texas as wildfire mushrooms within hours]]></title><link>https://www.local10.com/news/2026/08/25/evacuations-ordered-in-rural-texas-as-wildfire-mushrooms-within-hours/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/25/evacuations-ordered-in-rural-texas-as-wildfire-mushrooms-within-hours/</guid><dc:creator><![CDATA[By JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[Evacuations were being ordered Tuesday in rural Texas where a wildfire has ballooned in size, burning through ranchland and forcing schools to delay or cancel classes.]]></description><pubDate>Tue, 25 Aug 2026 15:56:59 +0000</pubDate><content:encoded><![CDATA[<p>Evacuations were being ordered Tuesday in rural Texas where a wildfire has ballooned in size, burning through ranchland and forcing schools to delay or cancel classes.</p><p>The fire that began early Monday afternoon has ripped through more than 78 square miles (200 square kilometers) across lightly populated areas in two counties in north central Texas.</p><p>Perfect fire conditions allowed the fire to shoot up in a matter of hours, said officials with Palo Pinto County’s emergency services district. “We’ve thrown everything at this, and we’re still having minimal effect,” said Danny Watkins, the fire chief.</p><p>Wildfires have been popping up across the South and western U.S. in recent days as extremely dry conditions persist. A dozen new large fires were reported on Sunday alone, the National Interagency Fire Center said.</p><p>Nationwide, there have been more than 50,000 wildfires so far this year, the most over the past 10 years covering the same time period, according to the center.</p><p>Firefighters in Nevada were making progress in slowing a fire that forced thousands to evacuate in Reno over the weekend after flames spread dangerously close to densely populated neighborhoods.</p><p>The Hawk Fire has destroyed more than 30 homes across about 23 square miles (60 square kilometers). Authorities in Nevada said on Monday that the fire was 27% contained.</p><p>The number of residents in the Reno area under evacuation orders and warnings dropped to about 63,000, down from more than 90,000 people. The fire near the California state line began Saturday and rapidly grew in size on Sunday. At least seven people — three first responders and four civilians — were injured.</p><p>Fire officials in Reno blame human activity for the Hawk Fire, saying it was either intentionally set or accidental.</p><p>In Texas, the Ross Fire was only slightly contained as it churned through ranchland about 60 miles (96 kilometers) west of Fort Worth. At least five structures have been destroyed, according to officials in Palo Pinto County.</p><p>Authorities opened evacuation centers and some schools were closed Tuesday. Ranchers and a livestock commission were offering barns to temporarily hold animals that need to be evacuated.</p><p>Emergency officials expect the fire to keep growing Tuesday as temperatures increase through the day.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JQCXYE2WHCDRRNRQGVS76H734Q.jpg?auth=662087fb46595719de1cf956746c09c88e69d1d9d46046570fda463dd5d063b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Ross Fire burns in Palo Pinto County, Texas, on Monday, Aug. 24, 2026. (Texas A&M Forest Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/GNQRU43IIV2WIDMBZ3R4SGKC5U.jpg?auth=d3a78ee89dc81a7a1eb55ce79c91ffa4aa381052dc020006f18ff6da33bd6c9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Ross Fire burns in Palo Pinto County, Texas, on Monday, Aug. 24, 2026. (Texas A&M Forest Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DMWPNUYZLWISN55K5BBNSWUEDY.jpg?auth=dcbdfed31c994c6dc4f33814bd80f7aaa73298dcd349b459bf9b2af82d4dfb17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Ross Fire burns in Palo Pinto County, Texas, on Monday, Aug. 24, 2026. (Texas A&M Forest Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/RDPD7CEIV5V5ZZKX73PWYHSUJU.jpg?auth=5fdd8bfebee794052ebc28d03f8cfc0542edf9bfd59453e58b983b569aa740bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows a charred neighborhood following wildfires Saturday, Aug. 22, 2026, in Reno, Nevada. (Tim Walton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CUQVJKFYK6NY576TAUTON7USLM.jpg?auth=90f1237508a187e0d91e7c46a38d9354e097317362aeac06e0113adce52ee989&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo shows Crystal Hallock's property on Aug. 23, 2026, in northwest Reno, Nevada, after the Hawk Fire destroyed her home. (Brenda Means via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brenda Means</media:credit></media:content></item><item><title><![CDATA[Pennsylvania reports first 2 measles deaths in the US this year, both people unvaccinated]]></title><link>https://www.local10.com/health/2026/08/25/pennsylvania-reports-first-2-measles-deaths-in-the-us-this-year-both-people-unvaccinated/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/25/pennsylvania-reports-first-2-measles-deaths-in-the-us-this-year-both-people-unvaccinated/</guid><dc:creator><![CDATA[By JONATHAN POET, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Two unvaccinated Pennsylvania residents have died from measles, state health officials said Tuesday, the first measles-related deaths in the U.S. this year.]]></description><pubDate>Tue, 25 Aug 2026 15:09:20 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Two unvaccinated Pennsylvania residents have died from measles, state health officials said Tuesday, the first measles-related deaths in the U.S. this year.</p><p>Officials did not reveal any details about the people who died, other than that they lived in Lancaster County, west of Philadelphia.</p><p>“My deepest sympathies are with the loved ones who are facing this unimaginable loss,” said state Health Secretary Dr. Debra Bogen. “Because measles was largely eliminated in the Commonwealth for more than three decades, people are not familiar with this disease and don’t fully understand the potential severity of the illness.”</p><p>The U.S. is enduring its worst year for measles since 1991. Earlier this summer, it surpassed 2025's record-breaking measles count, with 2,777 cases as of Thursday, according to the Centers for Disease Control and Prevention. The nation had 2,289 cases in 2025, the worst year for measles in more than three decades. Three people died last year.</p><p>In November, international health officials will meet to determine if the U.S. and Mexico have lost their measles-free status. The U.S. eliminated local measles spread in 2000 by maintaining high vaccination rates, which have fallen in recent years to below the 95% coverage needed to prevent outbreaks.</p><p>Overall U.S. kindergarten vaccination rates inched down last year and the share of children with exemptions rose to an all-time high, according to federal data posted last week.</p><p>Lancaster County is known as the heart of Pennsylvania's Amish community, a religious group that is sometimes reluctant to embrace modern medical interventions such as vaccines. About 88% of kindergartners in the county were up to date on their measles vaccines during the last school year, according to state data.</p><p>Pennsylvania has counted nearly 400 measles cases this year, state officials said.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L3SKD5DU5GYHAE3RATP5QNAW74.jpg?auth=bf292ac4a75b157893c9892eea79266790b868a166bf2d15d0972fcce1b7694c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dr. Jessica Early holds a vial of the combination measles, mumps and rubella vaccine at Prisma Health Pediatrics in Greer, S.C., March 18, 2026. (AP Photo/Mary Conlon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Conlon</media:credit></media:content></item><item><title><![CDATA[BSO deputy facing charges stemming from domestic incident in Miramar, police say]]></title><link>https://www.local10.com/news/local/2026/08/24/bso-deputy-facing-charges-stemming-from-domestic-incident-in-miramar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/bso-deputy-facing-charges-stemming-from-domestic-incident-in-miramar/</guid><dc:creator><![CDATA[David Dwork, Trent Kelly]]></dc:creator><description><![CDATA[A deputy with the Broward Sheriff’s Office is facing charges stemming from a domestic incident, authorities confirmed Monday. ]]></description><pubDate>Mon, 24 Aug 2026 23:10:49 +0000</pubDate><content:encoded><![CDATA[<p>A deputy with the Broward Sheriff’s Office is facing charges stemming from a domestic incident, authorities confirmed Monday. </p><p><a href="https://www.local10.com/espanol/2026/08/25/agente-de-bso-enfrenta-cargos-derivados-de-incidente-domestico-en-miramar-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/agente-de-bso-enfrenta-cargos-derivados-de-incidente-domestico-en-miramar-segun-la-policia/">Leer en español</a></p><p>Online jail records show that Isaiah Williams, 27, was taken into custody on Monday. </p><p>According to the Miramar Police Department, officers responded to an apartment complex along the 11000 block of Southwest 45th Court at approximately 2:05 a.m. Monday after receiving reports of a domestic battery. </p><p>Officers said that Williams had already left the scene when they arrived. </p><p>After detectives arrived and investigated the incident, police said an arrest warrant was completed for Williams. </p><p>Later Monday, Williams surrendered himself to police, according to Miramar PD. </p><p>He is facing charges of simple battery, domestic battery by strangulation, robbery by sudden snatching with a firearm and tampering/altering evidence. </p><p>In a statement, BSO officials told Local 10 News that Williams was placed on administrative leave without pay as a result of his arrest. </p><p>Authorities did not provide any additional information regarding the circumstances that led to Williams’ charges.</p><p>As of Monday evening, Williams was being held at the Broward County Main Jail. He is expected to appear before a judge sometime Tuesday. </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[Agente de BSO enfrenta cargos derivados de incidente doméstico en Miramar, según la policía]]></title><link>https://www.local10.com/espanol/2026/08/25/agente-de-bso-enfrenta-cargos-derivados-de-incidente-domestico-en-miramar-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/agente-de-bso-enfrenta-cargos-derivados-de-incidente-domestico-en-miramar-segun-la-policia/</guid><dc:creator><![CDATA[David Dwork, Trent Kelly]]></dc:creator><description><![CDATA[Un agente de la Oficina del Sheriff de Broward enfrenta cargos derivados de un incidente doméstico, confirmaron las autoridades el lunes.]]></description><pubDate>Tue, 25 Aug 2026 15:04:51 +0000</pubDate><content:encoded><![CDATA[<p>Un agente de la Oficina del Sheriff de Broward enfrenta cargos derivados de un incidente doméstico, confirmaron las autoridades el lunes.</p><p>Los registros de la cárcel en línea muestran que Isaiah Williams, de 27 años, fue arrestado el lunes.</p><p>Según el Departamento de Policía de Miramar, agentes acudieron a un complejo de apartamentos en la cuadra 11000 de Southwest 45th Court aproximadamente a las 2:05 a.m. del lunes después de recibir reportes de una agresión doméstica.</p><p>Los agentes indicaron que Williams ya había abandonado el lugar cuando llegaron.</p><p>Después de que los detectives llegaron e investigaron el incidente, la policía indicó que se emitió una orden de arresto contra Williams.</p><p>Más tarde el lunes, Williams se entregó a la policía, según el Departamento de Policía de Miramar.</p><p>Enfrenta cargos de agresión simple, agresión doméstica por estrangulamiento, robo por arrebato con arma de fuego y manipulación o alteración de evidencia.</p><p>En un comunicado, funcionarios de BSO dijeron a Local 10 News que Williams fue puesto en licencia administrativa sin sueldo como resultado de su arresto.</p><p>Las autoridades no proporcionaron información adicional sobre las circunstancias que llevaron a los cargos contra Williams.</p><p>Hasta la noche del lunes, Williams permanecía detenido en la cárcel principal del condado Broward. Se espera que comparezca ante un juez en algún momento de este martes.</p>]]></content:encoded></item><item><title><![CDATA[Aug. 25: Few thundershowers Tuesday afternoon as rainy season pattern continues]]></title><link>https://www.local10.com/weather/2026/08/25/aug-25-few-thundershowers-tuesday-afternoon-as-rainy-season-pattern-continues/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/25/aug-25-few-thundershowers-tuesday-afternoon-as-rainy-season-pattern-continues/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[Showers and an isolated storm will continue through the early afternoon with highs in the upper 80s and lower 90s across South Florida. ]]></description><pubDate>Tue, 25 Aug 2026 15:02:40 +0000</pubDate><content:encoded><![CDATA[<p>Showers and an isolated storm will continue through the early afternoon with highs in the upper 80s and lower 90s across South Florida. Expect an isolated shower chance into the evening, otherwise it will be partly cloudy and warm early tonight with lows near 80 degrees by Wednesday morning. </p><p>Coastal showers will remain possible again Tuesday morning with the chance for inland storms by the afternoon. Temperatures will remain in the lower 90s through the end of the week. </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[Family of USS Lincoln sailor ‘stressed’ after CBP arrests father in Key West, brother says]]></title><link>https://www.local10.com/news/local/2026/08/24/family-of-uss-lincoln-sailor-stressed-after-cbp-arrests-father-in-key-west-brother-says/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/family-of-uss-lincoln-sailor-stressed-after-cbp-arrests-father-in-key-west-brother-says/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[A South Florida family is reacting Monday after the father of a U.S. Navy sailor was arrested by U.S. Customs and Border Protection agents in Key West.]]></description><pubDate>Mon, 24 Aug 2026 22:43:03 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida family is reacting Monday after <a href="https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/">the father of a U.S. Navy sailor was arrested by U.S. Customs and Border Protection agents</a> in Key West.</p><p><a href="https://www.local10.com/espanol/2026/08/25/familia-de-marinero-del-uss-lincoln-esta-preocupada-tras-arresto-de-su-padre-por-cbp-en-key-west-dice-su-hermano/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/familia-de-marinero-del-uss-lincoln-esta-preocupada-tras-arresto-de-su-padre-por-cbp-en-key-west-dice-su-hermano/">Leer en español</a></p><p>Luis Manuel Aviles, 48, was arrested after leaving his house to take his car to the mechanic, according to his wife, Argelia Aviles. </p><p>She said her husband, who works as a handyman in Key West, has a permit to work in the United States. Originally from Nicaragua, he has lived in the U.S. for 19 years.</p><p>Federal authorities told Local 10 News that a work permit doesn’t grant legal immigration status, and that Aviles came to the country illegally in 2006 from Nicaragua. </p><p>Aviles’ son, Joshua, posted to Facebook that he got the news while aboard the USS Lincoln while on a nine-month deployment in the Middle East. </p><p>He wrote: “This is heartbreaking for me…He is a hardworking, humble man.”</p><p>Aviles’ younger son, also named Luis, told Local 10 News on Monday that the family has been “stressed.”</p><p>“He’s a good father. He doesn’t deserve it,” Aviles Jr. said. </p><p>“Having a family member in the military is not a free pass to violate our nation’s laws,” a U.S. Department of Homeland Security spokesperson said in a statement to Local 10, adding that the Trump administration “does not pick and choose which laws to enforce.”</p><p>There is a military program known as “parole in place” to obtain legal status, but not everyone is eligible, and it’s not granted automatically, according to DHS.</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[Familia de marinero del USS Lincoln está “preocupada” tras arresto de su padre por CBP en Key West, dice su hermano]]></title><link>https://www.local10.com/espanol/2026/08/25/familia-de-marinero-del-uss-lincoln-esta-preocupada-tras-arresto-de-su-padre-por-cbp-en-key-west-dice-su-hermano/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/familia-de-marinero-del-uss-lincoln-esta-preocupada-tras-arresto-de-su-padre-por-cbp-en-key-west-dice-su-hermano/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Una familia del sur de Florida reaccionó el lunes después de que el padre de un marinero de la Marina de Estados Unidos fuera arrestado por agentes de Aduanas y Protección Fronteriza de Estados Unidos en Key West.]]></description><pubDate>Tue, 25 Aug 2026 14:59:13 +0000</pubDate><content:encoded><![CDATA[<p>Una familia del sur de Florida reaccionó el lunes después de que <a href="https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/">el padre de un marinero de la Marina de Estados Unidos fuera arrestado por agentes de Aduanas y Protección Fronteriza de Estados Unidos en Key West</a>.</p><p>Luis Manuel Aviles, de 48 años, fue arrestado después de salir de su casa para llevar su automóvil al mecánico, según su esposa, Argelia Aviles.</p><p>Ella dijo que su esposo, quien trabaja como handyman en Key West, tiene un permiso para trabajar en Estados Unidos. Originario de Nicaragua, ha vivido en Estados Unidos durante 19 años.</p><p>Las autoridades federales dijeron a Local 10 News que un permiso de trabajo no otorga estatus migratorio legal y que Aviles ingresó ilegalmente al país desde Nicaragua en 2006.</p><p>El hijo de Aviles, Joshua, publicó en Facebook que recibió la noticia mientras se encontraba a bordo del USS Lincoln durante un despliegue de nueve meses en Medio Oriente.</p><p>Escribió: “Esto es desgarrador para mí, Él es un hombre trabajador y humilde”.</p><p>El hijo menor de Aviles, también llamado Luis, dijo a Local 10 News el lunes que la familia ha estado “preocupada”.</p><p>“Es un buen padre. No se merece esto”, dijo Aviles Jr.</p><p>“Tener un familiar en las fuerzas armadas no es un pase libre para violar las leyes de nuestra nación”, dijo un portavoz del Departamento de Seguridad Nacional de Estados Unidos en un comunicado a Local 10, y agregó que la administración del presidente Trump “no elige qué leyes hacer cumplir”.</p><p>Existe un programa militar conocido como “parole in place” para obtener estatus legal, pero no todos son elegibles y no se otorga automáticamente, según el DHS.</p>]]></content:encoded></item><item><title><![CDATA[Identifican al joven asesinado tras choque de scooters en Gladeview]]></title><link>https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/</guid><dc:creator><![CDATA[Chris Gothner, Jeff  Derderian ]]></dc:creator><description><![CDATA[La víctima, residente de Liberty City, murió en plena calle. Los investigadores aún no establecen si ambos hombres se conocían antes del encontronazo.]]></description><pubDate>Mon, 24 Aug 2026 15:23:32 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Alguacil de Miami-Dade informaron que un hombre de 24 años, residente de Miami, fue la víctima de un <a href="https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/" rel="">tiroteo mortal ocurrido el fin de semana</a> que se originó por un choque entre scooters eléctricos.</p><p>Según la MDSO, Darryl Frankders Johnson Jr. conducía un scooter eléctrico poco antes de las 5:25 p.m. del domingo, cerca de Northwest 75th Street y 22nd Court, en el área no incorporada de Gladeview, cuando chocó con el sospechoso, lo que derivó en una discusión.</p><p>Los agentes dijeron que el sospechoso sacó un arma y le disparó a Johnson, residente de Liberty City, antes de darse a la fuga.</p><p>Los paramédicos de Miami-Dade Fire Rescue declararon muerto a Johnson en el lugar.</p><p>Un vocero de la MDSO informó el lunes que el sospechoso estaba acompañado de un menor al momento del tiroteo.</p><p>No estaba claro de inmediato si los dos hombres se conocían antes del choque y del tiroteo.</p><p>Se pidió a cualquier persona con información sobre el caso que llame a los investigadores.</p>]]></content:encoded></item><item><title><![CDATA[Cinco incendios mantienen en “moderada” la calidad del aire en el oeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/</guid><dc:creator><![CDATA[Hannah Yechivi, Jennifer Collins, Andrea Torres, Brett Knese]]></dc:creator><description><![CDATA[Shark Valley vuelve a abrir sus puertas este lunes a la 1 p.m. Mientras tanto, las cuadrillas siguen conteniendo focos que ya suman más de 23,000 acres quemados en el condado.
]]></description><pubDate>Mon, 24 Aug 2026 17:23:47 +0000</pubDate><content:encoded><![CDATA[<p>Cinco <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" rel="">incendios forestales seguían activos</a> el lunes en el condado de Miami-Dade, según autoridades estatales y federales.</p><p><a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" rel="">La calidad del aire</a> era moderada en las zonas del oeste, cerca de Kendall y Homestead, <a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" rel="">de acuerdo</a> con el Departamento de Protección Ambiental de Florida.</p><p>Eso significa que el aire es aceptable para la mayoría, aunque puede representar un riesgo leve para las personas sensibles a la contaminación, <a href="https://www.epa.gov/ozone-pollution-and-your-patients-health/patient-exposure-and-air-quality-index" rel="">según</a> la Agencia de Protección Ambiental de Estados Unidos.</p><p>El incendio “Chipmunk” era el más grande. Había consumido más de 15,505 acres en el condado de Miami-Dade y estaba contenido en un 50%, <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" rel="">según</a> el portal geoespacial del National Interagency Wildfire Enterprise.</p><p>El incendio “Movie Dome” había quemado más de 6,200 acres y estaba contenido en un 60%.</p><p>El incendio “22 (13)” había arrasado 880 acres y estaba contenido en un 40%, según el <a href="https://ffs.firesponse.com/public/" rel="">mapa de respuesta a incendios</a> del Servicio Forestal de Florida. La unidad de campo de los Everglades del FFS trabajaba en ese foco.</p><p>El incendio “Vulture” había quemado más de 345 acres y estaba contenido en un 80%.</p><p>El incendio “Tower Point” consumió tres acres.</p><p>El incendio “Radio Tower” quemó 700 acres y ya estaba contenido.</p><p>Shark Valley tenía previsto reabrir a la 1 p.m. del lunes, según un vocero del Servicio de Parques Nacionales.</p><figure><img src="https://www.local10.com/resizer/v2/Z5BUFET4EFCKJFMRXKMZMROGVA.jpg?auth=af8e9bba1879827b5ccf9d652f38d274c436d5ace37beec71d86f628821be81a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><a href="https://ffs.firesponse.com/public/" rel="">Las cuadrillas del FFS</a> contuvieron un incendio que ardía el domingo en el condado de Collier y seguían combatiendo el lunes el fuego “H2 (50)” en el suroeste del condado de Palm Beach, que estaba contenido en un 85%.</p><p>Para más información sobre los incendios forestales en Florida, <a href="https://www.fdacs.gov/Forest-Wildfire/Wildland-Fire/Current-Wildfire-Information" rel="">visite esta página</a>.</p><p>Cinco incendios forestales seguían activos el lunes en el condado de Miami-Dade, según autoridades estatales y federales.</p><p>La calidad del aire era moderada en las zonas del oeste, cerca de Kendall y Homestead, de acuerdo con el Departamento de Protección Ambiental de Florida.</p><p>Eso significa que el aire es aceptable para la mayoría, aunque puede representar un riesgo leve para las personas sensibles a la contaminación, según la Agencia de Protección Ambiental de Estados Unidos.</p><p>El incendio “Chipmunk” era el más grande. Había consumido más de 15,505 acres en el condado de Miami-Dade y estaba contenido en un 50%, según el portal geoespacial del National Interagency Wildfire Enterprise.</p><p>El incendio “Movie Dome” había quemado más de 6,200 acres y estaba contenido en un 60%.</p><p>El incendio “22 (13)” había arrasado 880 acres y estaba contenido en un 40%, según el mapa de respuesta a incendios del Servicio Forestal de Florida. La unidad de campo de los Everglades del FFS trabajaba en ese foco.</p><p>El incendio “Vulture” había quemado más de 345 acres y estaba contenido en un 80%.</p><p>El incendio “Tower Point” consumió tres acres.</p><p>El incendio “Radio Tower” quemó 700 acres y ya estaba contenido.</p><p>Shark Valley tenía previsto reabrir a la 1 p.m. del lunes, según un vocero del Servicio de Parques Nacionales.</p><p>Las cuadrillas del FFS contuvieron un incendio que ardía el domingo en el condado de Collier y seguían combatiendo el lunes el fuego “H2 (50)” en el suroeste del condado de Palm Beach, que estaba contenido en un 85%.</p><p>Para más información sobre los incendios forestales en Florida, visite esta página.</p>]]></content:encoded></item><item><title><![CDATA[Auto se estrella contra edificio en Opa-locka]]></title><link>https://www.local10.com/espanol/2026/08/24/auto-se-estrella-contra-edificio-en-opa-locka/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/auto-se-estrella-contra-edificio-en-opa-locka/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Sky 10 sobrevoló el lugar poco antes de las 2 p.m., cuando una grúa retiraba el vehículo destrozado. Los bomberos trasladaron a un adulto a un hospital cercano.]]></description><pubDate>Mon, 24 Aug 2026 19:01:43 +0000</pubDate><content:encoded><![CDATA[<p>Una persona resultó herida cuando un auto se estrelló contra el costado de un edificio en Opa-locka el lunes, confirmaron los socorristas.</p><p>El accidente fue reportado en la cuadra 13200 de Northwest 32nd Avenue.</p><figure><img src="https://www.local10.com/resizer/v2/ORO2UAXJPZFBRJOXWYDDBI5LGE.jpeg?auth=a95bbc8feaa429c7dd0457ffae1a4d270cfd70c22b7fc32b764efff14dd8fc59&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Sky 10 sobrevoló la escena poco antes de las 2 p.m., mientras una grúa se llevaba un Mustang convertible con daños. En el edificio quedó un gran boquete, y en la acera, escombros de la pared y restos del vehículo.</p><p>Funcionarios de Miami-Dade Fire Rescue confirmaron que un adulto fue trasladado a un hospital de la zona.</p><p>No se dieron a conocer otros detalles de inmediato.</p>]]></content:encoded></item><item><title><![CDATA[Un rayo le arrebató a su esposa y a una de sus mellizas en Margate]]></title><link>https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor, Byron Tollefson, Christina Vazquez]]></dc:creator><description><![CDATA[La familia acababa de llegar a casa de una tía para cenar. Corrían hacia la puerta bajo la lluvia cuando cayó el rayo. Ahora él debe explicarle a una niña de 2 años la ausencia de su melliza.]]></description><pubDate>Mon, 24 Aug 2026 16:32:37 +0000</pubDate><content:encoded><![CDATA[<p>Un padre del sur de Florida llora a su esposa y a su hija de 2 años, quienes, según la policía, murieron alcanzadas por un rayo el domingo, cuando llegaban a una cena familiar en Margate.</p><p>Para Kameron Glasgow, un pedazo de grama frente a la casa de su tía, en la cuadra 7900 de Northwest First Street, guardará para siempre uno de sus últimos recuerdos de su esposa, Kenya Glasgow, y de su hija Kennedi.</p><p>“No hay palabras para describir lo que uno siente”, dijo Kameron Glasgow.</p><p>La policía de Margate informó que Kenya, de 31 años, y Kennedi fueron alcanzadas por un rayo alrededor de las 2:30 p.m. del domingo.</p><p>La familia de cuatro acababa de llegar a la casa e intentaba entrar antes de que se desatara la tormenta que se acercaba.</p><p><i>Kennedi (izquierda) abraza a su hermana melliza, Kensli.</i></p><p>“Vimos que la lluvia estaba arreciando y dijimos: ‘Oye, hay que meter a las niñas’”, recordó Glasgow.</p><p>Entonces cayó el rayo.</p><p>Glasgow contó que sintió la descarga.</p><p>“Me llegó el remezón desde el suelo”, dijo. “Por la gracia de Dios, todavía estoy aquí”.</p><p>Pero al voltearse, se encontró con una escena devastadora.</p><p>“Voltearse y ver a tu esposa y a tu hija ahí, sin vida, es todavía peor”, dijo Glasgow.</p><p>A Kenya y a Kennedi les sobreviven Glasgow y Kensli, la hermana melliza de Kennedi.</p><p>Glasgow dijo que ahora enfrenta no solo su propio duelo, sino lo que la pérdida significará para la hija que le queda.</p><p>“Que ella pierda a su hermana melliza... no hay palabras, porque sé que ni siquiera lo puede entender ahora mismo”, dijo entre lágrimas.</p><p>Glasgow describió a su esposa como alguien que siempre estaba ahí para los suyos.</p><p>“Mi esposa: el corazón más grande del mundo”, dijo. “El corazón más grande del mundo. Ponía a todos antes que a ella misma”.</p><p>Dijo que Kenya, su novia desde el último año de secundaria, era una de sus heroínas, junto con su padre, ya fallecido.</p><figure><img src="https://www.local10.com/resizer/v2/6A7OQCEEXNCLPIV3KRE7DJB3ZA.jpg?auth=201aea437996f4abfc63cabe1b386388676bce5758bd69dae50361b9934c2624&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Ella me ayudó a convertirme en el hombre que soy hoy”, dijo Glasgow.</p><p>De Kennedi dijo que era un “conejito Energizer” enamorado de la música, sobre todo de las canciones de Benson Boone.</p><p>“Nunca había visto a una niña de 2 años cantar a Benson Boone en un karaoke con micrófono, palabra por palabra”, contó. “Dos años, y clarito. ‘Beautiful Things’, esa era su canción favorita”.</p><p>Glasgow dijo que la pérdida duele aún más porque vivió el nacimiento de sus mellizas como una bendición tras la muerte de su padre.</p><p>“Pensé que mi bendición más grande había sido que Dios me mandara a mis dos hijas después de que murió mi papá”, dijo. “Y que ahora una ya no esté, es duro”.</p><p>Dijo que también le costará asimilar la pérdida de la mujer con la que compartió la mitad de su vida.</p><p>Pese al dolor, Glasgow dijo que sabe que tiene que salir adelante por Kensli.</p><p>“Todo va a estar bien porque tengo que estarlo, porque tengo otra hija hermosa que está adentro”, dijo.</p><p>Por ahora, se aferra a su fe.</p><p>“Dios no le pone a nadie una prueba que no pueda soportar”, dijo Glasgow.</p><p><!-- GRÁFICO DE SERVICIO — Seguridad ante rayos. Pegar en el módulo de HTML. Sin scripts.
     COLORES DE MARCA: reemplazar los dos valores de abajo con los del manual de Local 10.
       Acento (barra superior y numeración):  #003C71
       Texto de titulares:                    #16181d
     Buscar y reemplazar esos hex en todo el bloque.
-->
<div style="max-width:720px;margin:24px auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#16181d;border:1px solid #d8dade;">

  <div style="background:#003C71;padding:14px 20px;">
    <p style="margin:0;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:#ffffff;">Qué hacer ante una tormenta eléctrica</p>
  </div>

  <div style="padding:22px 20px 6px;">
    <p style="margin:0 0 4px;font-size:21px;line-height:1.3;font-weight:700;">Si escucha un trueno, ya está a distancia de impacto</p>
    <p style="margin:0 0 22px;font-size:16px;line-height:1.5;color:#5f646d;">Un rayo puede caer a 10 millas de donde está lloviendo, incluso con el cielo despejado sobre usted.</p>

    <table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="border-collapse:collapse;">
      <tr>
        <td width="42" valign="top" style="padding:0 0 18px;font-size:22px;font-weight:700;color:#003C71;line-height:1.2;">1</td>
        <td valign="top" style="padding:0 0 18px;">
          <p style="margin:0 0 2px;font-size:17px;font-weight:700;line-height:1.35;">Entre de inmediato</p>
          <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Al primer trueno, no cuando empiece la lluvia. Tenga en cuenta el tiempo que le tomará llegar al refugio.</p>
        </td>
      </tr>
      <tr>
        <td width="42" valign="top" style="padding:0 0 18px;font-size:22px;font-weight:700;color:#003C71;line-height:1.2;">2</td>
        <td valign="top" style="padding:0 0 18px;">
          <p style="margin:0 0 2px;font-size:17px;font-weight:700;line-height:1.35;">Busque un techo cerrado</p>
          <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Un edificio con electricidad y plomería, o un auto de techo duro con las ventanas cerradas.</p>
        </td>
      </tr>
      <tr>
        <td width="42" valign="top" style="padding:0 0 18px;font-size:22px;font-weight:700;color:#003C71;line-height:1.2;">3</td>
        <td valign="top" style="padding:0 0 18px;">
          <p style="margin:0 0 2px;font-size:17px;font-weight:700;line-height:1.35;">Espere 30 minutos</p>
          <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Contados desde el último trueno. Que pare la lluvia no significa que haya pasado el peligro.</p>
        </td>
      </tr>
    </table>

    <div style="border-top:1px solid #d8dade;padding:16px 0 0;margin:0 0 16px;">
      <p style="margin:0 0 2px;font-size:15px;font-weight:700;line-height:1.4;">No sirven de refugio</p>
      <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Cocheras abiertas, garajes sin cerrar, patios techados, quioscos y árboles. Tampoco los convertibles.</p>
    </div>

    <div style="border-top:1px solid #d8dade;padding:16px 0 0;margin:0 0 4px;">
      <p style="margin:0 0 2px;font-size:15px;font-weight:700;line-height:1.4;">A la víctima se le puede auxiliar de inmediato</p>
      <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Quien recibe un impacto no queda cargado de electricidad. Se le puede tocar sin riesgo y practicarle RCP mientras llega la ayuda.</p>
    </div>
  </div>

  <div style="border-top:1px solid #d8dade;padding:12px 20px;background:#f6f6f4;">
    <p style="margin:0;font-size:13px;line-height:1.5;color:#5f646d;">Fuente: Servicio Nacional de Meteorología (National Weather Service), <a href="https://www.weather.gov/safety/lightning-espanol" style="color:#003C71;">guía de seguridad ante rayos</a>. Gráfico: Local 10 News.</p>
  </div>

</div></p>]]></content:encoded></item><item><title><![CDATA[‘Everyone at MDC dies today’ Instagram post leads to 21-year-old’s arrest, cops say]]></title><link>https://www.local10.com/news/local/2026/08/25/everyone-at-mdc-dies-today-instagram-post-leads-to-21-year-olds-arrest-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/everyone-at-mdc-dies-today-instagram-post-leads-to-21-year-olds-arrest-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Police arrested a 21-year-old Hialeah man on Monday after they said he made a post on Instagram threatening a “mass act of terrorism” at Miami Dade College.]]></description><pubDate>Tue, 25 Aug 2026 14:47:45 +0000</pubDate><content:encoded><![CDATA[<p>Police arrested a 21-year-old Hialeah man on Monday after they said he made a post on Instagram threatening a “mass act of terrorism” at Miami Dade College.</p><p><a href="https://www.local10.com/espanol/2026/08/25/arrestan-a-joven-de-21-anos-por-publicacion-en-instagram-que-decia-todos-en-mdc-mueren-hoy-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/arrestan-a-joven-de-21-anos-por-publicacion-en-instagram-que-decia-todos-en-mdc-mueren-hoy-segun-la-policia/">Leer en español</a></p><p>According to the Hialeah Police Department, officers were called out to the MDC campus at 1780 W. 49th St. on Monday morning after someone reported a post that stated, “Everyone at MDC dies today.”</p><p>Police said they were able to identify Jose Santos as the “owner of the Instagram handle” and they found him at a home on West 31st Street, near First Avenue.</p><p>A statement Santos allegedly made to detectives was redacted from the HPD report, which doesn’t state whether he attends the institution.</p><p>Police arrested Santos on a written threats charge. As of Tuesday morning, he was being held in the Turner Guilford Knight Correctional Center with a bond listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TDKFBBJSANCA5FLVYXDAA7GGXQ.jpg?auth=b4880f83d3e74bb6621a6e857f5576e4b72fa08ff9687accfca15445e69b1606&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jose Santos]]></media:description></media:content></item><item><title><![CDATA[Arrestan a joven de 21 años por publicación en Instagram que decía “Todos en MDC mueren hoy”, según la policía]]></title><link>https://www.local10.com/espanol/2026/08/25/arrestan-a-joven-de-21-anos-por-publicacion-en-instagram-que-decia-todos-en-mdc-mueren-hoy-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/arrestan-a-joven-de-21-anos-por-publicacion-en-instagram-que-decia-todos-en-mdc-mueren-hoy-segun-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[La policía arrestó el lunes a un hombre de Hialeah de 21 años después de que, según dijeron, hizo una publicación en Instagram amenazando con un “acto masivo de terrorismo” en Miami Dade College.]]></description><pubDate>Tue, 25 Aug 2026 14:49:58 +0000</pubDate><content:encoded><![CDATA[<p>La policía arrestó el lunes a un hombre de Hialeah de 21 años después de que, según dijeron, hizo una publicación en Instagram amenazando con un “acto masivo de terrorismo” en Miami Dade College.</p><p>Según el Departamento de Policía de Hialeah, agentes acudieron al campus de MDC en 1780 W. 49th St. la mañana del lunes después de que alguien reportara una publicación que decía: “Todos en MDC mueren hoy”.</p><p>La policía indicó que pudo identificar a Jose Santos como el “propietario de la cuenta de Instagram” y lo encontró en una vivienda en West 31st Street, cerca de First Avenue.</p><p>Una declaración que Santos presuntamente hizo a los detectives fue censurada del reporte de HPD, que no indica si asiste a la institución.</p><p>La policía arrestó a Santos por un cargo de amenazas por escrito. Hasta la mañana del martes, permanecía detenido en el Turner Guilford Knight Correctional Center con una fianza que figuraba como “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TDKFBBJSANCA5FLVYXDAA7GGXQ.jpg?auth=b4880f83d3e74bb6621a6e857f5576e4b72fa08ff9687accfca15445e69b1606&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jose Santos]]></media:description></media:content></item><item><title><![CDATA[Invest 96L likely to form, but will it survive into next week?]]></title><link>https://www.local10.com/weather/hurricane/2026/08/25/invest-96l-likely-to-form-but-will-it-survive-into-next-week/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/25/invest-96l-likely-to-form-but-will-it-survive-into-next-week/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The first Cabo-Verde-style storm is taking shape over the eastern Atlantic – a strong disturbance designated Invest 96L by the National Hurricane Center – and could become the Atlantic’s next named storm in the days ahead.]]></description><pubDate>Tue, 25 Aug 2026 14:36:22 +0000</pubDate><content:encoded><![CDATA[<p>The first Cabo-Verde-style storm is taking shape over the eastern Atlantic – a strong disturbance designated Invest 96L by the National Hurricane Center – and could become the Atlantic’s next named storm in the days ahead.</p><p><a href="https://www.local10.com/espanol/2026/08/25/es-probable-que-invest-96l-se-forme-pero-sobrevivira-hasta-la-proxima-semana/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/es-probable-que-invest-96l-se-forme-pero-sobrevivira-hasta-la-proxima-semana/">Leer en español</a></p><p>96L will be the first system of the peak part of the season to run the gauntlet through El Niño’s staunch central Atlantic wall of wind shear. Forecast models are divided on whether it survives its passage through the teeth of 2026’s formidable shear zone this weekend but if it can, the surviving scenarios show the possibility of more earnest strengthening over the western Atlantic later next week.</p><p>This is over a week out and 96L is still in its infancy. With high uncertainty ahead, we’ll need to stay patient and let this one play out.</p><h3><b>96L showing signs of organization</b></h3><p>Satellite-derived wind estimates over 96L around daybreak Tuesday showed a sharp turning of winds and improving circulation.</p><figure><img src="https://www.local10.com/resizer/v2/P7IFUH7GARG2NMSEOWPTJIBF3Q.png?auth=17ced86f0e340de877845a67a4fb6ee1d828abc674c02bb3c16e34a218ed46c2&smart=true&width=1200&height=900" alt="Surface wind estimates over Invest 96L from around 6 AM ET Tuesday from the Advanced Scatterometer or ASCAT instrument aboard the European MetOp-B polar-orbiting satellite showing a sharp turning of winds southeast of the Cabo Verde islands off the west coast of Africa. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Surface wind estimates over Invest 96L from around 6 AM ET Tuesday from the Advanced Scatterometer or ASCAT instrument aboard the European MetOp-B polar-orbiting satellite showing a sharp turning of winds southeast of the Cabo Verde islands off the west coast of Africa. Credit: cyclonicwx.com.</figcaption></figure><p>Though the circulation isn’t fully closed yet, the satellite pass gave the National Hurricane Center confidence to bump up the short term development odds to high. Though thunderstorm activity remains scattered and disorganized, 96L is by no means starved of convection like its deep Atlantic predecessors 92L and 94L.</p><p>Statistical guidance shows <a href="https://ftp.nhc.noaa.gov/atcf/stext/26082512AL9626_ships.txt" rel="">an environment with ample moisture and decreasing wind shear</a> over the next few days, which should position 96L for gradual development into early Friday.</p><p>By the weekend, 96L will begin to hit some obstacles – both in terms of higher wind shear and drier mid-level air – as it draws near and north of the easternmost Caribbean islands for early next week. The question is how organized it gets before then and whether it can survive beyond that point into next week.</p><h3><b>Next week’s wildcards</b></h3><p>The first question is whether 96L survives. The second question is where it lands on the other side of the shear zone.</p><p>A weaker system would favor a track farther south and west and perhaps into the Caribbean where wind shear will stay high and prohibitive to future development.</p><p>On the other hand, if 96L, or what forms from it, rides north of the islands, there’s an opportunity for a second act middle to later next week.</p><p>There are exceptionally wide bookends on this one, so take each modeling camp with a grain of salt beyond the next few days.</p><p>The American suite of forecast models, like the GFS, and its high-resolution hurricane counterparts, like the HAFS, strengthen 96L into a hurricane and turn it quickly into the open Atlantic over the weekend.</p><figure><img src="https://www.local10.com/resizer/v2/NABB277KY5DVBAHUBKZBBG6XGU.png?auth=02c292ffe44ab3bf583d0eb15f4e9a5b0ba288eaf77a7120e3f0207513e31fb4&smart=true&width=1200&height=900" alt="Early Tuesday (August 25th) models for Invest 96L, showing the main American models like the GFS (red) and the GFS Ensembles (GEFS, brown color), along with the high resolution American-based hurricane models like HAFS-A (green) and HAFS-B (also red) which show 96L quickly strengthening and turning northward into the open Atlantic." height="900" width="1200"/><figcaption>Early Tuesday (August 25th) models for Invest 96L, showing the main American models like the GFS (red) and the GFS Ensembles (GEFS, brown color), along with the high resolution American-based hurricane models like HAFS-A (green) and HAFS-B (also red) which show 96L quickly strengthening and turning northward into the open Atlantic.</figcaption></figure><p>This fast-strengthening scenario seems like an outlier based on what we’re seeing in the early stages.</p><p>Google’s DeepMind 1,000-member machine learning-based ensemble system, on the other hand, is advertising little in the way of development this week, keeping 96L weak or undeveloped, with a better chance of development east of Florida and near the Bahamas next week (orange dots in the plot below).</p><figure><img src="https://www.local10.com/resizer/v2/O3NEKWAM6VERPHYJNMASQRXETQ.png?auth=bfbf8974346707510e5ac49df465279199403b2a89c52596690c3e43a441e959&smart=true&width=1200&height=900" alt="Probability of the center of 96L passing to within about 75 miles of a given location from Google’s 1,000-member DeepMind ensemble system over the next few weeks. The model indicates no development this week but better chances with the undeveloped system developing over the southwestern Atlantic east of the Bahamas next week. The dots indicate genesis points, with warmer colors farther out in time (orange dots are over a week out)." height="900" width="1200"/><figcaption>Probability of the center of 96L passing to within about 75 miles of a given location from Google’s 1,000-member DeepMind ensemble system over the next few weeks. The model indicates no development this week but better chances with the undeveloped system developing over the southwestern Atlantic east of the Bahamas next week. The dots indicate genesis points, with warmer colors farther out in time (orange dots are over a week out).</figcaption></figure><p>It’s worth noting the model is showing low odds of development at this time frame for next week but we’ll want to keep an eye to the trends to see how those long-range odds evolve. DeepMind has lower development odds than yesterday, primarily because it dropped development odds this week east of the islands.</p><p>The European modeling system effectively splits the difference between the GFS and DeepMind, advertising a weak system riding farther west and near or north of the islands into next week, with a turn northward next week and the possibility of a second act over the subtropics east of the U.S.</p><figure><img src="https://www.local10.com/resizer/v2/J2ST6ZDEJRD6JF2NSAYL73T2VU.png?auth=7656f1331d6ff661c52dd840a8ba40a5a876193f1de4659e8fa77acea53e598e&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through early next Thursday (September 3, 2026) from the traditional, physics-based European model ensemble system (top) and the newer AI-based European ensembles (bottom). Both modeling systems keep 96L weak or undeveloped this week and moving westward into early next week. The models show it turning northward into the subtropics next week, where it could organize or strengthen if it survives the shear gauntlet. Credit: Weathermodels.com." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through early next Thursday (September 3, 2026) from the traditional, physics-based European model ensemble system (top) and the newer AI-based European ensembles (bottom). Both modeling systems keep 96L weak or undeveloped this week and moving westward into early next week. The models show it turning northward into the subtropics next week, where it could organize or strengthen if it survives the shear gauntlet. Credit: Weathermodels.com.</figcaption></figure><p>The bottom line is it’s way too soon to know where this will head or even if it survives into next week. As with most systems of Cabo Verde origin, this could bring lots of drama. Best case scenario is 96L doesn’t pull itself together and falls flat in the face of the shear this weekend, a credible scenario to be sure.</p><p>That said, given that the time of year (late August/early September), we’ll need to babysit this one for a little bit before we feel comfortable that it won’t break through next week. For now, it’s one to monitor and periodically check back in on in the coming days.</p><h3><b>Invest 95L’s development window quickly closing</b></h3><p>Invest 95L – an area of low-pressure a few hundred miles northeast of Bermuda over the open North Atlantic – continued to struggle early Tuesday. Wind shear is expected to pick up notably later today and on Wednesday as the system accelerates northward.</p><figure><img src="https://www.local10.com/resizer/v2/QHNWP2EZY5EZRM3JW6LMMUMFWE.png?auth=e6b42ce32e10bd8662d1f5862ef4973ade120c5dd7929c73e0dbe74b17fc4d73&smart=true&width=1200&height=900" alt="Probability of Invest 95L or its remnants passing to within about 100 miles of a given location. Forecast models show a narrow development window that will close later today as 95L is torn apart by wind shear and whisked out to sea. Credit: Tomer Burg/Polarwx.com." height="900" width="1200"/><figcaption>Probability of Invest 95L or its remnants passing to within about 100 miles of a given location. Forecast models show a narrow development window that will close later today as 95L is torn apart by wind shear and whisked out to sea. Credit: Tomer Burg/Polarwx.com.</figcaption></figure><p>If anything forms, it’ll be weak and very short-lived. Regardless, the system poses no organized threat to land this week and will get swept into the north Atlantic graveyard by Thursday.</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/2PWWBVFMAVDTRL6AMKYTP5BTDI.PNG?auth=e415c5dacb65b83f2871b0055d6ca1fd7710182ea1afb33236b29a34fc19dab0&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Es probable que Invest 96L se forme, pero ¿sobrevivirá hasta la próxima semana?]]></title><link>https://www.local10.com/espanol/2026/08/25/es-probable-que-invest-96l-se-forme-pero-sobrevivira-hasta-la-proxima-semana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/es-probable-que-invest-96l-se-forme-pero-sobrevivira-hasta-la-proxima-semana/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Los modelos están divididos sobre si la onda tropical más saludable de la temporada hasta ahora podrá sobrevivir a la zona de cizalladura del Atlántico central este fin de semana]]></description><pubDate>Tue, 25 Aug 2026 14:46:55 +0000</pubDate><content:encoded><![CDATA[<p>La primera tormenta al estilo de Cabo Verde está tomando forma sobre el Atlántico oriental, una fuerte perturbación designada Invest 96L por el Centro Nacional de Huracanes, y podría convertirse en la próxima tormenta con nombre del Atlántico en los próximos días.</p><p>96L será el primer sistema de la parte más activa de la temporada en atravesar el desafío de la firme barrera de cizalladura del viento de El Niño en el Atlántico central. Los modelos de pronóstico están divididos sobre si sobrevivirá a su paso por la intensa zona de cizalladura de 2026 este fin de semana, pero si lo logra, los escenarios en los que sobrevive muestran la posibilidad de un fortalecimiento más significativo sobre el Atlántico occidental a finales de la próxima semana.</p><p>Esto está a más de una semana de distancia y 96L todavía está en sus primeras etapas. Ante la alta incertidumbre que existe, tendremos que ser pacientes y dejar que este sistema evolucione.</p><h3><b>96L muestra señales de organización</b></h3><p>Las estimaciones de viento derivadas de satélite sobre 96L alrededor del amanecer del martes mostraron un marcado giro de los vientos y una circulación que está mejorando.</p><figure><img src="https://www.local10.com/resizer/v2/P7IFUH7GARG2NMSEOWPTJIBF3Q.png?auth=17ced86f0e340de877845a67a4fb6ee1d828abc674c02bb3c16e34a218ed46c2&smart=true&width=1200&height=900" alt="Surface wind estimates over Invest 96L from around 6 AM ET Tuesday from the Advanced Scatterometer or ASCAT instrument aboard the European MetOp-B polar-orbiting satellite showing a sharp turning of winds southeast of the Cabo Verde islands off the west coast of Africa. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Surface wind estimates over Invest 96L from around 6 AM ET Tuesday from the Advanced Scatterometer or ASCAT instrument aboard the European MetOp-B polar-orbiting satellite showing a sharp turning of winds southeast of the Cabo Verde islands off the west coast of Africa. Credit: cyclonicwx.com.</figcaption></figure><p>Aunque la circulación aún no está completamente cerrada, el paso del satélite dio al Centro Nacional de Huracanes suficiente confianza para elevar a altas las probabilidades de desarrollo a corto plazo. Aunque la actividad de tormentas eléctricas permanece dispersa y desorganizada, 96L de ninguna manera carece de convección como sus predecesores del Atlántico profundo, 92L y 94L.</p><p>La guía estadística muestra <a href="https://ftp.nhc.noaa.gov/atcf/stext/26082512AL9626_ships.txt" target="_blank" rel="noreferrer" title="https://ftp.nhc.noaa.gov/atcf/stext/26082512AL9626_ships.txt">un ambiente con abundante humedad y una disminución de la cizalladura</a> del viento durante los próximos días, lo que debería favorecer el desarrollo gradual de 96L hasta las primeras horas del viernes.</p><p>Para el fin de semana, 96L comenzará a encontrar algunos obstáculos, tanto por una mayor cizalladura del viento como por aire más seco en los niveles medios, a medida que se acerque y pase al norte de las islas más orientales del Caribe a principios de la próxima semana. La pregunta es qué tan organizado estará para entonces y si podrá sobrevivir más allá de ese punto hasta la próxima semana.</p><h3><b>Las incógnitas de la próxima semana</b></h3><p>La primera pregunta es si 96L sobrevivirá. La segunda es dónde terminará una vez que atraviese la zona de cizalladura.</p><p>Un sistema más débil favorecería una trayectoria más hacia el sur y el oeste, y quizás hacia el Caribe, donde la cizalladura del viento se mantendrá alta e impedirá un mayor desarrollo.</p><p>Por otro lado, si 96L, o lo que se forme a partir de este, pasa al norte de las islas, existe la posibilidad de una segunda etapa de desarrollo entre mediados y finales de la próxima semana.</p><p>Existe un rango excepcionalmente amplio de posibilidades para este sistema, por lo que hay que tomar con cautela cada grupo de modelos más allá de los próximos días.</p><p>El conjunto estadounidense de modelos de pronóstico, como el GFS, y sus equivalentes de alta resolución para huracanes, como el HAFS, fortalecen a 96L hasta convertirlo en huracán y lo desvían rápidamente hacia el Atlántico abierto durante el fin de semana.</p><figure><img src="https://www.local10.com/resizer/v2/NABB277KY5DVBAHUBKZBBG6XGU.png?auth=02c292ffe44ab3bf583d0eb15f4e9a5b0ba288eaf77a7120e3f0207513e31fb4&smart=true&width=1200&height=900" alt="Early Tuesday (August 25th) models for Invest 96L, showing the main American models like the GFS (red) and the GFS Ensembles (GEFS, brown color), along with the high resolution American-based hurricane models like HAFS-A (green) and HAFS-B (also red) which show 96L quickly strengthening and turning northward into the open Atlantic." height="900" width="1200"/><figcaption>Early Tuesday (August 25th) models for Invest 96L, showing the main American models like the GFS (red) and the GFS Ensembles (GEFS, brown color), along with the high resolution American-based hurricane models like HAFS-A (green) and HAFS-B (also red) which show 96L quickly strengthening and turning northward into the open Atlantic.</figcaption></figure><p>Este escenario de rápida intensificación parece ser atípico según lo que estamos observando en las primeras etapas.</p><p>Por otro lado, el sistema de conjunto de 1,000 miembros de Google DeepMind, basado en aprendizaje automático, muestra poco desarrollo esta semana, manteniendo a 96L débil o sin desarrollar, con una mayor probabilidad de desarrollo al este de Florida y cerca de las Bahamas la próxima semana (puntos naranjas en el gráfico a continuación).</p><figure><img src="https://www.local10.com/resizer/v2/O3NEKWAM6VERPHYJNMASQRXETQ.png?auth=bfbf8974346707510e5ac49df465279199403b2a89c52596690c3e43a441e959&smart=true&width=1200&height=900" alt="Probability of the center of 96L passing to within about 75 miles of a given location from Google’s 1,000-member DeepMind ensemble system over the next few weeks. The model indicates no development this week but better chances with the undeveloped system developing over the southwestern Atlantic east of the Bahamas next week. The dots indicate genesis points, with warmer colors farther out in time (orange dots are over a week out)." height="900" width="1200"/><figcaption>Probability of the center of 96L passing to within about 75 miles of a given location from Google’s 1,000-member DeepMind ensemble system over the next few weeks. The model indicates no development this week but better chances with the undeveloped system developing over the southwestern Atlantic east of the Bahamas next week. The dots indicate genesis points, with warmer colors farther out in time (orange dots are over a week out).</figcaption></figure><p>Cabe señalar que el modelo muestra bajas probabilidades de desarrollo en este momento para la próxima semana, pero habrá que estar atentos a las tendencias para ver cómo evolucionan esas probabilidades a largo plazo. DeepMind muestra probabilidades de desarrollo más bajas que ayer, principalmente porque redujo las probabilidades de desarrollo esta semana al este de las islas.</p><p>El sistema de modelos europeo prácticamente se sitúa en un punto intermedio entre el GFS y DeepMind, mostrando un sistema débil que avanzaría más hacia el oeste y cerca o al norte de las islas hasta la próxima semana, con un giro hacia el norte la próxima semana y la posibilidad de una segunda etapa de desarrollo sobre las zonas subtropicales al este de Estados Unidos.</p><figure><img src="https://www.local10.com/resizer/v2/J2ST6ZDEJRD6JF2NSAYL73T2VU.png?auth=7656f1331d6ff661c52dd840a8ba40a5a876193f1de4659e8fa77acea53e598e&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through early next Thursday (September 3, 2026) from the traditional, physics-based European model ensemble system (top) and the newer AI-based European ensembles (bottom). Both modeling systems keep 96L weak or undeveloped this week and moving westward into early next week. The models show it turning northward into the subtropics next week, where it could organize or strengthen if it survives the shear gauntlet. Credit: Weathermodels.com." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through early next Thursday (September 3, 2026) from the traditional, physics-based European model ensemble system (top) and the newer AI-based European ensembles (bottom). Both modeling systems keep 96L weak or undeveloped this week and moving westward into early next week. The models show it turning northward into the subtropics next week, where it could organize or strengthen if it survives the shear gauntlet. Credit: Weathermodels.com.</figcaption></figure><p>La conclusión es que es demasiado pronto para saber hacia dónde se dirigirá este sistema o incluso si sobrevivirá hasta la próxima semana. Como ocurre con la mayoría de los sistemas originados en Cabo Verde, este podría generar mucho drama. En el mejor de los casos, 96L no logra organizarse y se debilita ante la cizalladura este fin de semana, un escenario ciertamente posible.</p><p>Dicho esto, dada la época del año, finales de agosto y principios de septiembre, tendremos que vigilar este sistema durante un tiempo antes de sentirnos seguros de que no logrará superar estas condiciones la próxima semana. Por ahora, es un sistema que hay que monitorear y revisar periódicamente durante los próximos días.</p><h3><b>La ventana de desarrollo de Invest 95L se cierra rápidamente</b></h3><p>Invest 95L, un área de baja presión a unos cientos de millas al noreste de Bermuda sobre las aguas abiertas del Atlántico Norte, continuó teniendo dificultades a primeras horas del martes. Se espera que la cizalladura del viento aumente notablemente más tarde hoy y el miércoles a medida que el sistema acelere su desplazamiento hacia el norte.</p><figure><img src="https://www.local10.com/resizer/v2/QHNWP2EZY5EZRM3JW6LMMUMFWE.png?auth=e6b42ce32e10bd8662d1f5862ef4973ade120c5dd7929c73e0dbe74b17fc4d73&smart=true&width=1200&height=900" alt="Probability of Invest 95L or its remnants passing to within about 100 miles of a given location. Forecast models show a narrow development window that will close later today as 95L is torn apart by wind shear and whisked out to sea. Credit: Tomer Burg/Polarwx.com." height="900" width="1200"/><figcaption>Probability of Invest 95L or its remnants passing to within about 100 miles of a given location. Forecast models show a narrow development window that will close later today as 95L is torn apart by wind shear and whisked out to sea. Credit: Tomer Burg/Polarwx.com.</figcaption></figure><p>Si algo llega a formarse, será débil y de muy corta duración. En cualquier caso, el sistema no representa una amenaza organizada para tierra esta semana y será arrastrado hacia el cementerio del Atlántico Norte para el jueves.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2PWWBVFMAVDTRL6AMKYTP5BTDI.PNG?auth=e415c5dacb65b83f2871b0055d6ca1fd7710182ea1afb33236b29a34fc19dab0&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a hombre acusado de abrir fuego contra ciclistas en Cutler Bay]]></title><link>https://www.local10.com/espanol/2026/08/25/arrestan-a-hombre-acusado-de-abrir-fuego-contra-ciclistas-en-cutler-bay/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/arrestan-a-hombre-acusado-de-abrir-fuego-contra-ciclistas-en-cutler-bay/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Homestead de 40 años fue arrestado el lunes por agentes de la Oficina del Sheriff de Miami-Dade después de que, según dijeron, abrió fuego contra ciclistas en Cutler Bay el pasado fin de semana.]]></description><pubDate>Tue, 25 Aug 2026 14:35:31 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Homestead de 40 años fue arrestado el lunes por agentes de la Oficina del Sheriff de Miami-Dade después de que, según dijeron, <a href="https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/">abrió fuego contra ciclistas en Cutler Bay el pasado fin de semana</a>.</p><p>Según un reporte de arresto, el incidente ocurrió alrededor de las 7:30 a.m. del sábado cerca de la intersección de Southwest 87th Avenue y 184th Street.</p><p>El reporte indica que Raimiero Rios conducía una SUV negra hacia el sur por Southwest 87th Avenue cuando comenzó a tocar la bocina a dos ciclistas que también se dirigían hacia el sur.</p><p>Rios luego desvió la SUV hacia los ciclistas, obligando a uno de ellos a salirse de la carretera, según el reporte.</p><p>Los agentes indicaron que Rios luego atropelló al segundo ciclista con la SUV.</p><p>Después de la colisión, Rios sacó un arma y disparó en dirección al ciclista, según el reporte.</p><p>El incidente fue captado en video.</p><p>Los agentes que respondieron al lugar indicaron que encontraron un agujero de bala en el suelo. No se reportaron heridos.</p><p>El reporte indica que Rios fue trasladado a la estación del Distrito Municipal de Cutler Bay de la Oficina del Sheriff de Miami-Dade para ser interrogado, donde invocó sus derechos Miranda.</p><p>Los registros de la cárcel muestran que enfrenta un cargo de agresión agravada con arma de fuego, un cargo de agresión física agravada con arma mortal y un cargo por disparar un arma de fuego desde un vehículo.</p><p>Hasta la mañana del martes, permanecía detenido en el Turner Guilford Knight Correctional Center, donde su fianza figuraba como “por determinar”.</p>]]></content:encoded></item><item><title><![CDATA[Hospitalizan a una persona y evalúan a varias más en el lugar tras accidente en Lauderhill que involucró a ciclista y varios vehículos]]></title><link>https://www.local10.com/espanol/2026/08/25/hospitalizan-a-una-persona-y-evaluan-a-varias-mas-en-el-lugar-tras-accidente-en-lauderhill-que-involucro-a-ciclista-y-varios-vehiculos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/hospitalizan-a-una-persona-y-evaluan-a-varias-mas-en-el-lugar-tras-accidente-en-lauderhill-que-involucro-a-ciclista-y-varios-vehiculos/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La policía de Lauderhill está investigando un accidente que involucró a varios vehículos y un ciclista ocurrido la mañana del martes, que dejó a una persona hospitalizada y afectó el tráfico a lo largo de West Sunrise Boulevard.]]></description><pubDate>Tue, 25 Aug 2026 14:31:08 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Lauderhill está investigando un accidente que involucró a varios vehículos y un ciclista ocurrido la mañana del martes, que dejó a una persona hospitalizada y afectó el tráfico a lo largo de West Sunrise Boulevard.</p><p>Según la policía, agentes y personal de Lauderhill Fire Rescue respondieron al área de West Sunrise Boulevard cerca de Northwest 31st Avenue tras reportes del accidente.</p><p>La policía indicó que varios vehículos y un ciclista estuvieron involucrados. Uno de los vehículos se salió de la carretera y terminó entre unos arbustos, indicaron las autoridades.</p><p>Equipos de Fire Rescue tuvieron que sacar a una persona de uno de los vehículos tras el accidente, indicó la policía.</p><p>Cuatro personas fueron evaluadas o atendidas en el lugar y al menos una persona fue trasladada a un hospital para recibir tratamiento médico adicional, indicaron las autoridades.</p><p>La policía no proporcionó detalles sobre la gravedad de las lesiones.</p><p>El accidente afectó los carriles en dirección oeste de Sunrise Boulevard mientras los equipos de emergencia trabajaban en el lugar. También se reportaron restricciones adicionales de tráfico en el área circundante.</p><p>Las circunstancias en torno al accidente continúan bajo investigación. Se recomienda a los conductores que transitan por el área tener precaución y anticipar demoras.</p>]]></content:encoded></item><item><title><![CDATA[Deputies arrest man accused of opening fire on cyclists in Cutler Bay ]]></title><link>https://www.local10.com/news/local/2026/08/25/deputies-arrest-man-accused-of-opening-fire-on-cyclists-in-cutler-bay/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/deputies-arrest-man-accused-of-opening-fire-on-cyclists-in-cutler-bay/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 40-year-old Homestead man was arrested Monday by Miami-Dade Sheriff’s Office deputies after they said he opened fire on cyclists in Cutler Bay this past weekend.]]></description><pubDate>Tue, 25 Aug 2026 14:28:10 +0000</pubDate><content:encoded><![CDATA[<p>A 40-year-old Homestead man was arrested Monday by Miami-Dade Sheriff’s Office deputies after they said he <a href="https://www.local10.com/news/local/2026/08/24/deputies-search-for-suspect-who-opened-fire-on-cyclists-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/24/deputies-search-for-suspect-who-opened-fire-on-cyclists-in-miami-dade/">opened fire on cyclists in Cutler Bay this past weekend</a>.</p><p><a href="https://www.local10.com/espanol/2026/08/25/arrestan-a-hombre-acusado-de-abrir-fuego-contra-ciclistas-en-cutler-bay/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/arrestan-a-hombre-acusado-de-abrir-fuego-contra-ciclistas-en-cutler-bay/">Leer en español</a></p><p>According to an arrest report, the incident happened at about 7:30 a.m. Saturday near the intersection of Southwest 87th Avenue and 184th Street.</p><p>The report states Raimiero Rios was driving a black SUV south on Southwest 87th Avenue when he began honking at two cyclists who were also traveling south.</p><p>Rios then swerved the SUV toward the cyclists, forcing one of them off the roadway, according to the report.</p><p>Deputies said Rios then struck the second cyclist with the SUV. </p><p>After the collision, Rios pulled out a gun and fired a round in the direction of the cyclist, according to the report.</p><p>The incident was captured on video. </p><p>Deputies who responded to the scene said they found a bullet hole in the ground. No injuries were reported.</p><p>The report states Rios was taken to MDSO’s Cutler Bay Municipal District Station for questioning, where he invoked his Miranda rights. </p><p>Jail records show he is facing one count each of aggravated assault with a firearm, aggravated battery with a deadly weapon and discharging a firearm from a vehicle. </p><p>As of Tuesday morning, he was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.” </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[1 hospitalized, several others checked out at scene following Lauderhill crash involving bicyclist, multiple vehicles]]></title><link>https://www.local10.com/news/local/2026/08/25/1-hospitalized-several-others-checked-out-at-scene-following-lauderhill-crash-involving-bicyclist-multiple-vehicles/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/1-hospitalized-several-others-checked-out-at-scene-following-lauderhill-crash-involving-bicyclist-multiple-vehicles/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Lauderhill police are investigating a multi-vehicle crash involving a bicyclist that occurred Tuesday morning, sending one person to the hospital and impacting traffic along West Sunrise Boulevard.]]></description><pubDate>Tue, 25 Aug 2026 12:18:14 +0000</pubDate><content:encoded><![CDATA[<p>Lauderhill police are investigating a multi-vehicle crash involving a bicyclist that occurred Tuesday morning, sending one person to the hospital and impacting traffic along West Sunrise Boulevard.</p><p><a href="https://www.local10.com/espanol/2026/08/25/hospitalizan-a-una-persona-y-evaluan-a-varias-mas-en-el-lugar-tras-accidente-en-lauderhill-que-involucro-a-ciclista-y-varios-vehiculos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/hospitalizan-a-una-persona-y-evaluan-a-varias-mas-en-el-lugar-tras-accidente-en-lauderhill-que-involucro-a-ciclista-y-varios-vehiculos/">Leer en español</a></p><p>According to police, officers and Lauderhill Fire Rescue personnel responded to the area of West Sunrise Boulevard near Northwest 31st Avenue following reports of the crash.</p><p>Police said multiple vehicles and a bicyclist were involved. One of the vehicles left the roadway and came to rest in bushes, authorities said.</p><p>Fire Rescue crews had to extricate one person following the crash, police said.</p><p>Four people were evaluated or treated at the scene, and at least one person was transported to a hospital for further medical treatment, authorities said. </p><p>Police did not provide details about the severity of the injuries.</p><p>The crash impacted the westbound lanes of Sunrise Boulevard as emergency crews worked at the scene. Additional traffic restrictions were also reported in the surrounding area.</p><p>The circumstances surrounding the crash remain under investigation. Drivers traveling through the area are being advised to use caution and expect delays.</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[Suspect in custody following police chase that ended at edge of Plantation canal, cops say]]></title><link>https://www.local10.com/news/local/2026/08/24/suspect-in-custody-following-police-chase-that-ended-at-edge-of-plantation-canal-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/suspect-in-custody-following-police-chase-that-ended-at-edge-of-plantation-canal-cops-say/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[A large police presence was observed Monday night in Plantation following a pursuit that ended on the edge of a canal in a residential neighborhood. ]]></description><pubDate>Tue, 25 Aug 2026 01:21:20 +0000</pubDate><content:encoded><![CDATA[<p>A large police presence was observed Monday night in Plantation following a pursuit that ended on the edge of a canal in a residential neighborhood. </p><p><a href="https://www.local10.com/espanol/2026/08/25/arrestan-a-sospechoso-tras-persecucion-policial-que-termino-al-borde-de-canal-en-plantation-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/arrestan-a-sospechoso-tras-persecucion-policial-que-termino-al-borde-de-canal-en-plantation-segun-la-policia/">Leer en español</a></p><p>Officers were seen in the area of Hiatus Road near Sunrise Boulevard. </p><p>The suspect’s vehicle could be seen at the edge of the water. </p><p>According to authorities, the chase began in the area of North University Drive and Cleary Boulevard when the driver, identified as Darius Amartei Parrish, 30, did not listen to commands to pull over. </p><figure><img src="https://www.local10.com/resizer/v2/RX5TVTMRORCSHDDUNF5PCMOL4Q.jpg?auth=9783bba41b821a6bc2b98e67b7497b58e3fccf60e242b3aa322f947a95b17245&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>At some point, Parrish bailed out of his car, which led to the vehicle’s front end being partially submerged in the canal, authorities said. </p><p>Assisting in the search were K9 officers and a helicopter unit from the Broward Sheriff’s Office, police said. </p><p>Eventually, Parrish was taken into custody. He faces charges of burglary of an occupied dwelling, grand theft and resisting an officer without violence. </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[Arrestan a sospechoso tras persecución policial que terminó al borde de canal en Plantation, según la policía]]></title><link>https://www.local10.com/espanol/2026/08/25/arrestan-a-sospechoso-tras-persecucion-policial-que-termino-al-borde-de-canal-en-plantation-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/arrestan-a-sospechoso-tras-persecucion-policial-que-termino-al-borde-de-canal-en-plantation-segun-la-policia/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[Una gran presencia policial fue observada la noche del lunes en Plantation tras una persecución que terminó al borde de un canal en un vecindario residencial.]]></description><pubDate>Tue, 25 Aug 2026 14:27:18 +0000</pubDate><content:encoded><![CDATA[<p>Una gran presencia policial fue observada la noche del lunes en Plantation tras una persecución que terminó al borde de un canal en un vecindario residencial.</p><p>Agentes fueron vistos en el área de Hiatus Road cerca de Sunrise Boulevard.</p><p>El vehículo del sospechoso podía verse al borde del agua.</p><p>Según las autoridades, la persecución comenzó en el área de North University Drive y Cleary Boulevard cuando el conductor, identificado como Darius Amartei Parrish, de 30 años, no obedeció las órdenes de detenerse.</p><figure><img src="https://www.local10.com/resizer/v2/RX5TVTMRORCSHDDUNF5PCMOL4Q.jpg?auth=9783bba41b821a6bc2b98e67b7497b58e3fccf60e242b3aa322f947a95b17245&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>En algún momento, Parrish abandonó su vehículo, lo que provocó que la parte delantera quedara parcialmente sumergida en el canal, indicaron las autoridades.</p><p>Agentes K9 y una unidad de helicóptero de la Oficina del Sheriff de Broward ayudaron en la búsqueda, indicó la policía.</p><p>Finalmente, Parrish fue detenido. Enfrenta cargos de robo en una vivienda ocupada, hurto mayor y resistencia a un agente sin violencia.</p>]]></content:encoded></item><item><title><![CDATA[PGA Tour moving to match play for two-week Tour Championship at two courses]]></title><link>https://www.local10.com/sports/2026/08/25/pga-tour-moving-to-match-play-for-two-week-tour-championship-at-two-courses/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/pga-tour-moving-to-match-play-for-two-week-tour-championship-at-two-courses/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — The PGA Tour is reshaping its postseason for 2028 by ending the year with a Tour Championship played over two weeks at different golf courses involving match play.]]></description><pubDate>Tue, 25 Aug 2026 14:18:44 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — The PGA Tour is reshaping its postseason for 2028 by ending the year with a Tour Championship played over two weeks at different golf courses involving match play.</p><p>PGA Tour CEO Brian Rolapp announced the changes Tuesday before the Tour Championship, which currently is 72 holes of stroke play for the top 30 players. Whoever wins the tournament is declared the FedEx Cup champion and earns $10 million in official money from the $40 million purse.</p><p>Starting in 2028, the BMW Championship — the only postseason event that rotates is being held that year at Olympia Fields near Chicago — will be for the leading 90 players on the points list. Points from the season continue, and the leader will be the season champion and bonus money distributed accordingly.</p><p>The top 32 after the BMW Championship will be broken into eight groups of four-player pools. The leading two players from each pool advance to the final event, which will be match play over four days. Even players eliminated early will play through Sunday to determine final positions.</p><p>That means the BMW Championship will offer three trophies — the BMW Championship, the Western Golf Association and the PGA Tour Championship Series Finale.</p><p>And the second week of the postseason will have no trophy at all — it's all about being among the 16 players who advance to the last event.</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/44KJ2ZJZCLILYHCL4PYZU3DO3U.jpg?auth=c416dc21db6ecdd945b47a8d13ff233cce09cc661ed675ad71d379abc84a4eb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - PGA Tour CEO Brian Rolapp speaks before a practice round of the Tour Championship golf tournament, Wednesday, Aug. 20, 2025, in Atlanta. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Muere trabajador de construcción tras ser sacado de estanque de retención luego de accidente con excavadora en Davie]]></title><link>https://www.local10.com/espanol/2026/08/25/muere-trabajador-de-construccion-tras-ser-sacado-de-estanque-de-retencion-luego-de-accidente-con-excavadora-en-davie/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/muere-trabajador-de-construccion-tras-ser-sacado-de-estanque-de-retencion-luego-de-accidente-con-excavadora-en-davie/</guid><dc:creator><![CDATA[Amanda Batchelor, Chris Gothner, Hannah Yechivi]]></dc:creator><description><![CDATA[Un trabajador de construcción de 66 años murió después de ser sacado de un estanque de retención en Davie el lunes tras un accidente con una excavadora, confirmaron las autoridades.]]></description><pubDate>Tue, 25 Aug 2026 14:15:27 +0000</pubDate><content:encoded><![CDATA[<p>Un trabajador de construcción de 66 años murió después de ser <a href="https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/">sacado de un estanque de retención en Davie</a> el lunes tras un accidente con una excavadora, confirmaron las autoridades.</p><p>Según la policía de Davie, Tyrone Smith murió después de ser trasladado al Broward Health Medical Center la tarde del lunes.</p><p>La policía indicó que el incidente ocurrió en una obra de construcción en la cuadra 2200 de Shotgun Road, al este del intercambio de la I-75 con Royal Palm Boulevard.</p><p>La agente Julia Ross, portavoz del Departamento de Policía de Davie (DPD), dijo que la agencia respondió a reportes de un “posible ahogamiento”, vio la excavadora “sumergida” en el estanque y los rescatistas lograron sacar al hombre del agua.</p><p>Funcionarios de Davie Fire Rescue dijeron a Local 10 News que el operador estaba en paro cardíaco cuando los rescatistas lo encontraron; fue trasladado al Broward Health Medical Center, donde murió.</p><p>La policía indicó el martes que el incidente parecía haber sido accidental. OSHA está investigando ahora, junto con la policía.</p><p>Un representante de Downright Engineering confirmó a Local 10 News que Smith era empleado de la compañía y estaba casado. Indicó a la reportera de Local 10 News Hannah Yechivi que la compañía también está llevando a cabo su propia investigación sobre el trágico accidente y no desea hacer más comentarios en este momento.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4SU3RPLCVJGSRDX5OGKGW3A4WU.jpeg?auth=a5dcc3147c5679e9b65098830ba4eb3ef30a9d580544a1f61012669ef1c8dee7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Excavator incident]]></media:description></media:content></item><item><title><![CDATA[US consumer confidence falls to lowest level in 7 months with gas stuck above $4]]></title><link>https://www.local10.com/business/2026/08/25/us-consumer-confidence-falls-to-lowest-level-in-7-months-with-gas-stuck-above-4/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/25/us-consumer-confidence-falls-to-lowest-level-in-7-months-with-gas-stuck-above-4/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Americans’ confidence in the economy declined again this month as the ongoing conflict in Iran has steadily pushed gasoline prices above $4 per gallon in the U.S.]]></description><pubDate>Tue, 25 Aug 2026 14:28:34 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Americans’ confidence in the economy declined again this month as the ongoing conflict in Iran has steadily pushed gasoline prices above $4 per gallon in the U.S.</p><p>The Conference Board said Tuesday that its consumer confidence index dipped to 89.4 in August from 90.2 in July. That’s the lowest level in seven months but essentially in the same lukewarm range its been in since the beginning of the year. In late 2024 and early 2025 the readings were consistently above 100.</p><p>Respondents’ views of their present situation improved, but their outlook for the near-term future soured.</p><p>Americans remain frustrated with the economy after five years of elevated inflation, potentially posing a risk to President Donald Trump and Republicans in the midterm elections, which are less than 70 days away.</p><p>Write-in responses to the board’s survey, which were collected from Aug. 3 to Aug. 16, were slightly more pessimistic this month. References to prices in general, specifically oil and gas specifically, remain elevated. Comments about war and geopolitics, food prices, trade, and jobs rose in August.</p><p>Trump continues to blame the high prices on his predecessor, Democrat Joe Biden, yet inflation has risen since Trump’s inauguration last year.</p><p>The government’s measure of inflation that the Federal Reserve prefers — personal consumption expenditures — came in at 3.7% in June, down from May’s year-over-year increase of 4.1%, but up from 2.8% before the Iran war began Feb. 28. It was 2.5% when Trump was inaugurated in January 2025.</p><p>The government issues its July PCE data on Wednesday.</p><p>Consumers’ views of the current labor market improved in August, with 27% of consumers saying jobs were “plentiful,” up from 24.4% in July. However, they were more negative about the labor market going forward in the next six months, with just 14.6% of respondents expecting more jobs to be available. That’s down from 16.4% last month.</p><p>The U.S. job market stalled unexpectedly in July as employers cut 23,000 jobs. To make matters worse, Labor Department revisions slashed 103,000 jobs from May and June payrolls.</p><p>The unemployment rate fell to 4.1%, but for the wrong reason: Thousands of people dropped out of the labor market, so fewer people were competing for work.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SHDKKWNBGPT23KGRG2WZTRLPWY.jpg?auth=48214a5fbbf33ba4aff45bab5e63f506461dac30005c9751dce918659d704196&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shoppers choose a backpack at a Target store, Thursday, Aug. 13, 2026, in Woodbury, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SN5DTSR3WZUX6IOTXZULI6VIYM.jpg?auth=0d0550b9c33ff2130d99245b561874f44590ca2fd3c0bf0831cec48bc356c0f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A shopper browses the frozen aisle at a Target store, Thursday, Aug. 13, 2026, in Woodbury, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R3TIWZFJEGCW4OAT53LVH4HZKY.jpg?auth=75f0fb39c27f42a082e23ad575c994bc6c58586fd9deef0ddb7b6a002c2069c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person loads groceries in plastic bags into their vehicle, May 18, 2026, at a grocery store in Cincinnati. (AP Photo/Joshua A. Bickel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AIK3YFUS4LYENTZFX5KWHSTJMY.jpg?auth=8d5d7d984a89188280566873db668624c0529c6181a873687c7d322f540afd75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shoppers browse the produce section at a Target store, Thursday, Aug. 13, 2026, in Woodbury, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content></item><item><title><![CDATA[A former Armenian president is detained in a corruption investigation]]></title><link>https://www.local10.com/news/world/2026/08/25/a-former-armenian-president-is-detained-in-a-corruption-investigation/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/25/a-former-armenian-president-is-detained-in-a-corruption-investigation/</guid><dc:creator><![CDATA[By AVET DEMOURIAN, Associated Press]]></dc:creator><description><![CDATA[YEREVAN, Armenia (AP) — Former Armenian President Robert Kocharyan and his eldest son were detained Tuesday after law enforcement officers raided businesses linked to the family, the country’s Anti-Corruption Committee said.]]></description><pubDate>Tue, 25 Aug 2026 14:35:43 +0000</pubDate><content:encoded><![CDATA[<p>YEREVAN, Armenia (AP) — Former Armenian President Robert Kocharyan and his eldest son were detained Tuesday after law enforcement officers raided businesses linked to the family, the country’s Anti-Corruption Committee said.</p><p>A case was opened against Kocharyan, 71, who leads parliament’s second-largest opposition bloc, on charges of abuse of authority, bribery and large-scale money laundering, according to Armenia’s Prosecutor General’s Office.</p><p>Besides Kocharyan and his eldest son, Sedrak, four other people were detained as part of the investigation, the office said.</p><p>The raids came less than 24 hours after Prime Minister Nikol Pashinyan clashed with Kocharyan’s younger son, Levon, in a fiery exchange in parliament.</p><p>Armenia’s Anti-Corruption Committee said it was investigating allegations that state assets had been illegally sold to private companies for under market value during Kocharyan’s time in office from 1998 to 2008.</p><p>Former President Serzh Sargsyan, who served under Kocharyan before taking office himself from 2008 to 2018, also is facing charges as part of the case, the committee said.</p><p>Bagrat Mikoyan, who heads his office, described the detentions as “yet another attack on President Kocharyan and his family” by authorities. He added that Kocharyan felt ill after his detention and was taken to a hospital.</p><p>Kocharyan's son accused prime minister of political pressure</p><p>During a parliamentary question-and-answer session, Levon Kocharyan accused Pashinyan of pressuring the courts and law enforcement agencies to open investigations against individuals.</p><p>Pashinyan responded by asking Levon Kocharyan the source of his family’s wealth, saying that any assets acquired at public expense should be returned to the state.</p><p>In a social media post Tuesday, Robert Kocharyan's Armenia Alliance said the case was one of personal vengeance and “another cynical manifestation of a regime that has lost its legitimacy."</p><p>"This is not a legal process; this is the open subjugation of the state apparatus," it said.</p><p>Robert Kocharyan went on trial in 2019, accused of ordering the illegal use of force by security officers against demonstrators protesting alleged fraud in the 2008 presidential election. At least 10 people were killed in the clashes. The charges were later dropped, and the legal proceedings ended in 2021.</p><p>Analyst Alexander Iskandaryan, director of the Caucasus Institute in Yerevan, told The Associated Press that critics have long accused Kocharyan of corruption while in power.</p><p>He said the case will intensify the conflict between the pro-Russian opposition, where Kocharyan is a key figure, and Pashinyan's government, which is pursuing a pro-Western course and prioritizing closer ties with the European Union.</p><p>“Of course, this is a signal to the Kremlin," Iskandaryan said. “Kocharyan effectively positions himself as a Russian proxy, and we see a trend where the authorities have begun to fight — intensively and by all possible means — against political forces aligned with Russia.”</p><p>___</p><p>Yuras Karamanau in Tallinn, Estonia, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C5VOCRNQO4PRZLFSP253KPB6LU.jpg?auth=57d6dc5b987e4f9735cf109299e55167c812dbdfbefa013d02016330a4b89d7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former President Robert Kocharyan speaks during a news conference in Yerevan, Armenia, on June 22, 2021. (AP Photo/Sergei Grits, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sergei Grits</media:credit></media:content></item><item><title><![CDATA[Federal judge rejects Ghislaine Maxwell's 'miscarriage of justice' claims and bid for prison release]]></title><link>https://www.local10.com/news/2026/08/25/federal-judge-rejects-ghislaine-maxwells-miscarriage-of-justice-claim-and-bid-for-prison-release/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/25/federal-judge-rejects-ghislaine-maxwells-miscarriage-of-justice-claim-and-bid-for-prison-release/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK and LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Ghislaine Maxwell's bid to overturn her sex trafficking conviction and be freed from prison was rejected by a federal judge Tuesday who said the claims by Jeffrey Epstein’s former girlfriend and longtime associate that new evidence had emerged were “demonstrably meritless.”]]></description><pubDate>Tue, 25 Aug 2026 15:07:54 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Ghislaine Maxwell's bid to overturn her sex trafficking conviction and be freed from prison was rejected by a federal judge Tuesday who said the claims by Jeffrey Epstein’s former girlfriend and longtime associate that new evidence had emerged were “demonstrably meritless.”</p><p>Maxwell filed a habeas petition last December seeking to set aside her conviction and free her from a 20-year prison sentence, claiming exonerating information was withheld and false testimony presented at her trial, resulting in a “complete miscarriage of justice.”</p><p>Judge Paul A. Engelmayer rejected her arguments, saying in his written ruling they “all or almost all are frivolous” and that she had presented nothing that could upend the outcome of her trial.</p><p>“Nearly all its claims are procedurally barred; the overwhelming testimonial and documentary evidence adduced at trial conclusively established her guilt; and her petition’s claims are demonstrably meritless, and generally based on speculation, distortions, and/or outright falsehoods,” Engelmayer wrote.</p><p>A request for comment was sent to lawyers who represented Maxwell in the past.</p><p>Habeas petitions are often filed as a last resort and to protect against unlawful confinement after appeals are exhausted, as happened after Maxwell’s conviction and sentencing.</p><p>Epstein, a millionaire financier, was arrested in July 2019 on sex trafficking charges. Ordered detained until trial, he was found dead in his cell at a New York federal jail in August 2019 and his death was ruled a suicide.</p><p>Maxwell, a British socialite, was arrested a year later and was convicted of sex trafficking in December 2021. She was moved from a Florida prison to a prison camp in Texas last year, shortly after she was interviewed by the Justice Department’s then second-in-command, Todd Blanche, President Donald Trump's former criminal defense attorney and now U.S. attorney general.</p><p>The judge noted that many of Maxwell's claims of “new evidence” stem from documents released under the Epstein Files Transparency Act.</p><p>As a result of that law, the Justice Department over the last eight months has released 18 categories of investigative materials gathered in the massive sex trafficking probe, including search warrants, financial records, notes from interviews with victims and data from electronic devices.</p><p>Engelmayer said that material is “largely irrelevant to the charges against Maxwell and does not support her claims of error.”</p><p>“On the contrary, to the extent it is relevant, far from exculpating her, it incriminates her or reinforces the correctness of the legal rulings Maxwell challenges,” he wrote.</p><p>The judge also rejected Maxwell's claim that she was selectively prosecuted and made a “scapegoat” when the Justice Department did not indict four co-conspirators named in a government document or 25 men who settled with victims.</p><p>Engelmayer said she could have raised that claim on appeal after her trial, but he found it to be frivolous nonetheless.</p><p>Among the recently released Justice Department documents, “she does not cite any that reveals the existence of an uncharged confederate, let alone one as instrumental as she in facilitating Epstein’s horrific crimes,” the judge said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2E5GHZ6THP3XXWQ3JVYCW3FH6I.jpg?auth=8cc03b4bb89b96eda7e9b9f25a36f5ad65ff0174d4f1d6c4a97688f0b6ef8adf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Audrey Strauss, acting U.S. attorney for the Southern District of New York, points to a photo of Jeffrey Epstein and Ghislaine Maxwell during a news conference in New York on July 2, 2020. (AP Photo/John Minchillo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Minchillo</media:credit></media:content></item><item><title><![CDATA[Serena Williams is back at the US Open, playing mixed doubles with Carlos Alcaraz]]></title><link>https://www.local10.com/sports/2026/08/25/serena-williams-is-back-at-the-us-open-playing-mixed-doubles-with-carlos-alcaraz/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/serena-williams-is-back-at-the-us-open-playing-mixed-doubles-with-carlos-alcaraz/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Serena Williams is back at the U.S. Open for her first match at the Grand Slam tournament since 2022, playing mixed doubles alongside defending men's singles champion Carlos Alcaraz.]]></description><pubDate>Tue, 25 Aug 2026 13:09:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Serena Williams is back at the U.S. Open for her first match at the Grand Slam tournament since 2022, playing mixed doubles alongside defending men's singles champion Carlos Alcaraz.</p><p>Williams and Alcaraz are facing one half of the reigning women’s doubles champions, Erin Routliffe, and Lloyd Glasspool in the first round later Tuesday. They are one of the star-studded duos in the second year of the new-looked mixed doubles event, with Aryna Sabalenka and Novak Djokovic also participating together.</p><p>Returning to tennis earlier this year at 44, Williams is not planning to play singles at the U.S. Open. Nevertheless, she and Alcaraz have an opportunity to add another title at Flushing Meadows to their respective resumes.</p><p>Williams has 10 U.S. Open championships: six in women's singles, two in women's doubles with sister Venus and one in mixed doubles — with Max Mirnyi in 1998. Alcaraz has won the men's singles tournament twice, including four years ago when Serena initially stepped away from the sport.</p><p>Following the first round and quarterfinals Tuesday, the mixed doubles semifinals and final are Wednesday night, with the winners getting a $1 million prize.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/72I5XLPGFUADMX3QCH7XF3OKBM.jpg?auth=4b5576f95218477e23e0041cec9bad398bf6714affdbd9226f87566a9980db4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams, of the United States, reacts to a winning point during a women's doubles match against Marta Kostyuk, of Ukraine, and Peyton Stearns, of the United States, at the Cincinnati Open tennis tournament, Monday, Aug. 17, 2026, in Mason, Ohio. (AP Photo/Kareem Elgazzar)]]></media:description><media:credit role="author" scheme="urn:ebu">Kareem Elgazzar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YIS4KRMAFRVLZGVPIT3TTPUNBU.jpg?auth=424e4e6876c038442eb8a05c22b54cded6130fd1afd972ef1f9b04fade562584&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams, of the United States, returns a shot during a women's doubles match with her sister Venus Williams against Marta Kostyuk, of Ukraine, and Peyton Stearns, also of the United States, at the Cincinnati Open tennis tournament, Monday, Aug. 17, 2026, in Mason, Ohio. (AP Photo/Kareem Elgazzar)]]></media:description><media:credit role="author" scheme="urn:ebu">Kareem Elgazzar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OF3ZKRH7HMYIBO4IUKTA6WFH5A.jpg?auth=e9f85f5d9aab6c4f7ccb50bbc840914bba9d9a24fd12c66b95d52b07559c406d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carlos Alcaraz, of Spain, returns a shot against Daniil Medvedev, of Russia, during a semifinal match at the BNP Paribas Open tennis tournament, March 14, 2026, in Indian Wells, Calif. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[A lush knee-high jungle grows in the Arctic, but warming is changing Earth's mini-greenhouse]]></title><link>https://www.local10.com/tech/2026/08/25/a-lush-knee-high-jungle-grows-in-the-arctic-but-warming-is-changing-earths-mini-greenhouse/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/25/a-lush-knee-high-jungle-grows-in-the-arctic-but-warming-is-changing-earths-mini-greenhouse/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[TOOLIK LAKE, Alaska (AP) — With no tall trees reaching to the sky, Alaska's North Slope tundra can look desolate — especially to outsiders from the Lower 48 who are used to in-your-face greenery.]]></description><pubDate>Tue, 25 Aug 2026 13:04:32 +0000</pubDate><content:encoded><![CDATA[<p>TOOLIK LAKE, Alaska (AP) — With no tall trees reaching to the sky, Alaska's North Slope tundra can look desolate — especially to outsiders from the Lower 48 who are used to in-your-face greenery.</p><p>But up close, “the tundra's kind of like the jungle,” said Adam Bloom, a Florida Atlantic University plant biology student. Except this lush Arctic jungle tops out at about 10 inches (25 centimeters).</p><p>Together with Jake Francis, a professor at the university, Bloom walked through the spongy soil that was frozen solid a few weeks earlier. They towered over the knee-high dwarf birch trees. Showy rhododendrons didn't reach the backs of their shoes as they walk in the North Slope, a vast and sparsely populated treeless area stretching from the Brooks mountain range to the Arctic Ocean.</p><p>For centuries, Arctic cold has kept plant life small, a sort of dollhouse of Earth's miniatures. The extreme environment has long given researchers a unique perspective on what makes plants grow, insight that would be hard to obtain elsewhere. Now it offers them one of the world’s most useful windows on how climate change affects plant life, with the Arctic warming four times faster than the rest of Earth, especially in the winter. For example, researchers at the Toolik Field Station, 200 miles (320 kilometers) north of the Arctic Circle, are studying whether plants facing these harsh conditions evolve to compete or cooperate with one another.</p><p>Studies show that the colder and further north in the Arctic, the smaller the plant life. There are several reasons, but the main one is that life is rough in the winter. Anything that protrudes above the shallow, insulating snow cover is more prone to being damaged by the cold and wind or eaten by wildlife, said plant ecologist Anne Bjorkman of the University of Gothenburg in Sweden.</p><p>Plus the frozen permafrost doesn't allow roots to grow too deep, she said.</p><p>Earth's miniatures are growing</p><p>But the cold is weakening and the miniatures are stretching. This part of Alaska is about 4.8 degrees (2.7 degrees Celsius) warmer than it was 40 years ago mostly because of the burning of coal, oil and gas.</p><p>“Plants that are already there are growing taller,” Bjorkman said, adding that they're likely to grow even taller in the future.</p><p>And they are getting greener. Some of the long-term studies here are “trying to understand what controls how much plants grow, what controls how green it is,” and how all that is changing, said Columbia University ecologist Duncan Menge.</p><p>Meanwhile, taller plants that previously couldn't survive the cold are moving in, Bjorkman said.</p><p>This process, called shrubification, can accelerate warming because of how the plants trap heat, said University of Colorado plant ecologist Sarah Elmendorf. Canopies of the taller, darker shrubs stick out of the snow and absorb more energy from the sun than the blanket of white snow, which reflects heat back.</p><p>“It's certainly a major fingerprint of change that we can see,” she said.</p><p>Darker tundra absorbing more radiation is “one of the main reasons for what we call arctic amplification, which causes climate change to accelerate” especially in the Arctic, Menge said.</p><p>The shrubs also trap more snow. That snow warms the ground below and allows microbes during the winter to release more of the heat-trapping gas methane, Elmendorf said. The added greenery from the taller plants and shrubs could compensate somewhat by absorbing more carbon dioxide, she said.</p><p>Expanding stands of willows seem to be providing more shade to streams and changing the ecology of fish, insects and birds, according to Chris Neill and Linda Deegan of the Woodwell Climate Research Center. They are conducting a multiyear study to see if an ecosystem adapts and even genetically evolves to handle the stress of climate change. If that is happening, it offers hope for the survival of some of the most fragile Arctic ecosystems, Deegan said.</p><p>Using a magnifying lens to appreciate tiny plants</p><p>During a foray around Toolik Lake, Francis carried a knuckle-sized magnifying lens around his neck like a locket, using it to reveal the wonder of the tiny flora at his feet.</p><p>“Tiny changes in a tiny jungle make a big difference,” said Francis, an Arctic newcomer.</p><p>Big trees in Francis' home base of Florida are showy and amaze people because they're so easy to see, he said. But here on the spongy tussocks — clumps of plants that jut upward, making walking an ankle-turning adventure — Francis said, “we have three or four different species of flowering plants growing. We have mosses. We have liverworts and it's the same thing. Layers growing on top of plants on top of plants on top of plants. But it's not yelling at us.”</p><p>“You have to get down there and stop and look,” Francis said. “You could walk right past it and not even see it. And so this is what to me is cool.”</p><p>What helps survival, competition or cooperation?</p><p>These plants are competing for sun, nutrients, water and especially pollination in this harsh environment of limited but intense sunlight. Francis and his students are examining if it's more cooperative than the long assumed life-or-death competition. Francis' team focuses on a specific parasitic plant — the Arctic lousewort — that they think is getting a bad rap. The Arctic lousewort taps into the roots of nearby plants to suck out nutrients.</p><p>Sure, it's a vampire, siphoning resources from its neighbors. But doctoral student Jonathan Carcache theorizes that the lousewort is helping its neighbors as much as stealing from them. That's because its dramatic shaft of purple flowers catches the attention of the not-so-plentiful bumblebees here “like a billboard that advertises pollination,” he said. And once that sought-after bee arrives, everyone gets pollinated.</p><p>To test their theory, Carcache and Bloom play bee. It's a painstaking, difficult task that they split between them. Bloom uses tweezers to remove a plant's male parts, and back at the lab he uses a mechanical device to shake out the pollen. It takes several hours each night to produce less than a teaspoon full of microscopic pollen grains.</p><p>Then Carcache finishes the job, belly-first on the ground and trying not to crush any of the plants they have come to study. Wearing a net over his head and nitrile gloves to protect him from swarming mosquitoes, he takes a paintbrush to dip grains of pollen on just the right female parts of neighboring heather blossoms.</p><p>By doing the bees' job, Carcache and Bloom hope to figure out whether the plants around the parasite are pollinated more than those further away. If so, there's a fair trade taking place, rather than one plant simply taking advantage of others.</p><p>Amid the stresses of the Arctic, scientists are rethinking the idea that all life is a cutthroat competition with winners and losers. It might be more about mutualism, with plant species cooperating so that everybody survives, like the lousewort and its neighbors, Francis said.</p><p>“It would be wonderful if humans were the same way,” Francis said.</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/U2S46ERBVL6E6IM6TXBCNOXJ2U.jpg?auth=65e589f9f164b77730a80459ee3dfb914119ddd2c35ca10ee41898e9c6c78a13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Onion Portage, a critical migration route for the Western Arctic Caribou Herd along the Kobuk River near Ambler, Alaska, is visible, Sept. 30, 2025. (AP Photo/Annika Hammerschlag, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RJM7YQ7LNQURAJRGT2IXZ4FIJA.jpg?auth=aa366561611383634e8965e73f794180445802e5415b303372eae56bef406d41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Snow covers the mountains of the Brooks Range in the Arctic National Wildlife Refuge, Oct. 14, 2024, near Kaktovik, Alaska. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3IIARVMNZB5XQQJP3VJ7QEVMQY.jpg?auth=e232f9f8df9f3b891c2bf8335c8879b2d0742d337339504f94cd6283d4251e63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jørgen Kristensen rides with his sled dogs in Ilulissat, Greenland, Jan. 27, 2026. (AP Photo/Evgeniy Maloletka, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evgeniy Maloletka</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XLSZCTOKXK44SZTWTGNKMUXZYA.jpg?auth=09afa63f046b9a6e504073b1c9d481f37ef6fe1631e8231811a2142ea165e8e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Kaktovik Lagoon and the Brooks Range mountains of the Arctic National Wildlife Refuge are visible in the distance, Tuesday, Oct. 15, 2024, in Kaktovik, Alaska. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[The Latest: Canada announces retaliatory tariffs against the US]]></title><link>https://www.local10.com/news/politics/2026/08/25/the-latest-canada-announces-retaliatory-tariffs-against-the-us/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/25/the-latest-canada-announces-retaliatory-tariffs-against-the-us/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Canada has announced retaliatory tariffs against the United States as relations sharply deteriorate, after President Donald Trump mused about renaming Lake Ontario “Lake America” and insulted Canada’s Prime Minister Mark Carney by calling him “Governor Carney.” More than 700 U.S.-made products are on Canada's tariffs list, hitting everyday purchases such as seafood, cheese, clothing, cosmetics and toilet paper with duties as high as 50%.]]></description><pubDate>Tue, 25 Aug 2026 16:18:11 +0000</pubDate><content:encoded><![CDATA[<p>Canada has announced retaliatory tariffs against the United States as relations sharply deteriorate, after President Donald Trump mused about renaming Lake Ontario “Lake America” and insulted Canada’s Prime Minister Mark Carney by calling him “Governor Carney.” More than 700 U.S.-made products are on Canada's tariffs list, hitting everyday purchases such as seafood, cheese, clothing, cosmetics and toilet paper with duties as high as 50%.</p><p>The Supreme Court on Monday cleared the way for Trump to move ahead with his executive order restricting mail-in voting, though it remains unclear how much his administration can implement before the fast-approaching midterm elections. Mail balloting has long been a favorite target for Trump, who has claimed that it breeds fraud despite strong evidence to the contrary and his own use of the voting method.</p><p>Treasury Secretary Scott Bessent announced a new round of sanctions aimed at Iran on Monday and warned every country that does business with the Islamic Republic to sever those financial ties or face retaliation from the U.S. The announcement follows Trump’s pledge last week to unleash an “economic D-Day” against Iran, in an effort to sever it from the rest of the global economy.</p><p>Here's the Latest:</p><p>ICE arrests jumped to nearly 50,000 in July, the highest monthly total of Trump’s second term</p><p>U.S. Immigration and Customs Enforcement arrested nearly 50,000 people during July, the highest single monthly arrest total during the second Trump administration, according to new figures.</p><p>The spike in immigration arrests shows that the administration has continued to advance its mass deportations agenda despite a shift in approach earlier this year from high-profile operations in large American cities that sparked a public outcry to arrests that have garnered less attention but have nonetheless been disruptive.</p><p>The July arrest tally of 49,571 marks a 15% jump from 43,021 arrests a month earlier and a 70% increase from 29,241 in February, in the aftermath of the Trump administration’s enforcement surge in Minnesota, according to government data that was provided by ICE to the University of California, Berkeley’s Deportation Data Project and analyzed by The Associated Press.</p><p>▶ Read more</p><p>Finance minister: ‘This is a Team Canada moment’</p><p>“This a moment to stand up,” François-Philippe Champagne also said.</p><p>Canada will not accept restrictions on its ability to choose its trading partners, he said.</p><p>“Maintaining our economic sovereignty is non-negotiable. That’s what we did, and that’s what we’ll do,” Champagne said.</p><p>Canadian minister of jobs spells out economic impact of US tariffs</p><p>The “unjust tariffs” and “economic warfare” have consequences, said Patty Hajdu at the press conference, noting that the impact of tariffs has been felt before, though not at this level.</p><p>The unknowns of what comes next — how big a dent tariffs will make in people’s pocketbooks — causes “worry and anxiety” that makes it challenging to plan for the future, she said.</p><p>“It has an effect of sort of freezing people in place: Should I make that investment? Should I buy that new house? Should I take that vacation? Should I add on to my businesses? Should I add a product line?” Hajdu said.</p><p>Canada aims to cushion blow to its economy and consumers</p><p>Canada also announced a support package for workers and businesses affected by the dispute worth $7.5 billion in Canadian dollars (US$5.4 billion). They said the counter tariffs will raise costs for some businesses and consumers, but expect the overall economic effects to be moderate.</p><p>They said the government has provided more than $30 billion Canadian dollars (US$21.7 billion) in tariff-related support since the beginning of 2025 — far more than it has collected in retaliatory duties — as it tries to cushion the blow.</p><p>The two countries have deeply integrated supply chains across autos, energy, agriculture and manufacturing, making a prolonged trade fight potentially costly for businesses and workers on both sides of the border.</p><p>Industry Minister Mélanie Joly urged Canadians to buy Canadian products as they “launch this movement of resistance to what is happening to us.”</p><p>Canada is matching US tariffs ‘dollar for dollar, rate for rate’</p><p>Canadian officials led by Finance Minister François-Philippe Champagne announced the retaliatory tariffs, which they said would go into effect on Sept. 8.</p><p>Trump’s tariffs “will have real consequences for Canadian workers, businesses and communities across our nation. Canada must respond, and today we are,” Champagne said.</p><p>“We did not choose this conflict, but when our economic integration is used as a weapon rather than the foundation for a win-win partnership, we need to stand up,” Champagne added in French.</p><p>Canada strikes back with retaliatory tariffs on about $20 billion in American goods</p><p>Canada is targeting more than 700 U.S.-made products as the trade war escalates. The list extends well beyond industrial goods, hitting everyday purchases such as seafood, cheese, clothing, cosmetics and toilet paper, with some facing duties as high as 50%.</p><p>The tariffs on American steel, dairy products, appliances, farm equipment, pulp and paper and electronics take effect Sept. 8 at rates of 15%, 25% and 50%, with Canada matching the corresponding U.S. tariff rate on each product.</p><p>Canadian officials said the goal is not to raise revenue but to protect Canadian companies and reduce U.S. imports. Goods facing 50% tariffs also include some aluminum products, furniture, clothing and apparel. Appliances, dairy products including cheese, fish and seafood, and certain steel and aluminum derivatives will face 25% tariffs. Existing Canadian countertariffs on U.S. autos will remain in place.</p><p>Trump’s trade war with Canada could rattle economies in states with key Senate races</p><p>Trump’s trade war threatens Republican efforts to address voters’ economic concerns as control of the U.S. Senate hinges on states along the border.</p><p>“Imposing new tariffs on Canada is a mistake,” Republican Sen. Susan Collins of Maine, one of Democrats’ top targets this year, said while campaigning Monday.</p><p>The issue also puts pressure on Republicans in the border states of Michigan, Ohio and Alaska, and in Iowa, whose main trading partner is Canada.</p><p>“Trump is escalating a trade war with Canada for his own vanity,” Michigan’s Democratic nominee Abdul El-Sayed said on social media, adding that his Republican opponent, former Rep. Mike Rogers, is a “rubber stamp” for such policies.</p><p>▶ Read more</p><p>Ontario premier, after trading insults with Trump, wants to dial it down</p><p>Doug Ford, who traded personal insults with Trump a day earlier, struck a more conciliatory tone Tuesday, dismissing the president’s Lake Ontario threat as “a lot of rhetoric” and urging the two countries to resume negotiations.</p><p>Ford acknowledged in a CNN interview that the dispute had “got a little personal” and agreed it’s time to lower the temperature. He said the trade fight is hurting both countries and that Canada and the United States should “get back to the table” and negotiate a fair deal.</p><p>US consumer confidence falls to lowest level in 7 months as gas prices remain elevated</p><p>Americans’ confidence in the economy declined again this month as the ongoing conflict in Iran keeps pump prices over $4 a gallon.</p><p>The Conference Board said Tuesday that its consumer confidence index dipped to 89.4 in August from 90.2 in July. That’s the lowest in seven months and essentially in the same lukewarm range its been in since the beginning of the year. In late 2024 and early 2025 the readings were consistently above 100.</p><p>Respondents’ views of their present situation improved, but their outlook for the near-term future soured. Americans remain frustrated with the economy after five years of elevated inflation, potentially posing a risk to Trump and Republicans with fewer than 70 days to go before Election Day.</p><p>Businesses and consumers are caught in the middle, facing uncertainty about price increases</p><p>Michael Howard II, owner of a furniture business in Warren, Michigan, outside Detroit, said the tariffs will hamper the “ability for us to put food on the table for our family, but also impacts the ability for us to give back to our community.”</p><p>Howard and his wife started their business a decade ago. They make and sell everything from dining room tables to bookcases.</p><p>“To say that we don’t need Canada is just disingenuous,” he said. “It’s dishonest. And it’s just absolutely not truthful. We need our neighbor, but also they need us.”</p><p>Canadians warn that trade war could harm US automakers</p><p>Ontario Premier Doug Ford told The Associated Press in an exclusive interview Monday that “everything is on the table,” noting his province would be ready to cut off electricity and critical minerals to the U.S. if the trade war worsens. Trump “underestimates Canada. We’re all in,” Ford said.</p><p>Cars and auto parts, as well as energy products, were excluded from Trump’s latest round of tariffs — but remained key sticking points in negotiations that crumbled over the weekend, and Carney said Monday that Washington’s auto-sector proposals would “gradually dismantle” Canadian production.</p><p>Canada is the largest customer for U.S. automobiles, Carney noted — and he questioned what Trump’s latest move would mean for workers in states such as Ohio, Kentucky and Alabama who depend on that demand.</p><p>US households face higher prices on more than 550 Canadian products</p><p>Here are just some of the many items specified by the White House that are subject to Trump’s 50% import tax:</p><p>1. Natural honey
                2. Bulbs for plants such as tulips and lilies, as well as some fresh cut flowers
                3. Seeds for beets, onions and other vegetables
                4. Horsehair, tortoise shells, antlers and various animal products
                5. Alcohol such as beer, vermouth and cider
                6. Furniture knobs, wallpaper and lighting fixtures
                7. Plates, cups, bowls and other kitchen or tableware
                8. Paints, varnishes, vinyl tile floor coverings and various plywood sheets
                9. Ice skates, golf equipment, fishing rods and other sports accessories
                10. Perfumes, makeup and manicure preparations
                11. Suitcases, bags, gloves and coats
                12. Toys and certain “articles for Christmas festivities”
                13. Digital cameras and recording equipment
                14. Smartphones and video game consoles
                15. Envelopes, cigarette paper and toilet or facial tissue</p><p>Carney: Netflix in French is not a joke</p><p>“There is a huge gap between the American perspective and the Canadian perspective. That’s the first point,” Carney added. “In the final hours of the negotiations, it was a question of — you mentioned Netflix — discoverability on platforms, the streamers. You can see whether, if you want to watch some television, it is easy or not to find French-language and Quebec programs. Because of legislation here in Quebec, it is easier now. But for the Americans, that is an irritant. No, it is a law.”</p><p>Labeling is another example, he said: “That is also on the list of irritants the Americans mention. And the government says each time: No, no, no. The joke is over. It’s not amusing. It’s not a ‘funny fact.’ It’s a right.”</p><p>Here’s what Carney said about the US position on French-language content and labels</p><p>Carney said Monday that U.S. negotiators had raised the discoverability of French-language content on streaming platforms, along with French-language labeling rules, as trade irritants.</p><p>And he rejected the idea that such protections were negotiable, saying in French: “For the Americans, questions about the French language, Quebec culture, francophone culture and Canadian culture are irritants. Here in Quebec, here in Canada, they are rights — fundamental rights.”</p><p>Trump denies attempting to interfere with Canadians’ right to speak French</p><p>“I love French Canadians,” the president said in a follow-up social media post.</p><p>Trump appeared to be responding to assertions by Carney that the United States had proposed measures he deemed unacceptable that would hurt French language protections.</p><p>Trump accused Carney of telling a “lie” and disparaged the prime minister as “weak” and “ineffective.”</p><p>“I would never interfere with Canadians speaking French! In fact, I have never even thought of doing such a stupid thing,” he said, asserting the claim was made up by Carney in a bid to boost his political standing at home.</p><p>Jeffries says he took the meeting with Kushner to address the affordability crisis</p><p>The Democratic leader said affordability is not a hoax as Trump has said, but very real — “People are drowning in this failed economy.”</p><p>The meeting between Jeffries and Kushner, the president’s son-in-law and top outside adviser, was seen as an overture from the administration before the midterms elections.</p><p>Speaker Mike Johnson, a close Trump ally, had bristled that Kushner better not be hedging his bets against Republicans.</p><p>Democratic leader Jeffries fires back at critics after meeting with Jared Kushner</p><p>“He asked for a meeting and I took it,” says Rep. Hakeem Jeffries in a defiant video posted to social media.</p><p>Wearing a New York Yankees cap and looking straight into the camera, Jeffries, who is in line to become House speaker if Democrats seize majority control of the House, leveled a follow-up warning: “I shouldn’t have to say it but I am: No one is going to get a pass.”</p><p>“We are going to hold every single member of the Trump cartel accountable — from day one,” Jeffries said, foreshadowing a robust oversight agenda.</p><p>Trump says he’s considering renaming Lake Ontario as ‘Lake America’ as trade war with Canada escalates</p><p>Such a change would be reminiscent of the Republican president’s unilateral action last year by executive order to rename the Gulf of Mexico to the Gulf of America.</p><p>The United States and Canada are locked in a trade dispute, with Canada expected to announce retaliatory measures Tuesday. That’s in response to the Trump administration enacting 50% tariffs on $20 billion of Canadian goods over the weekend after talks between the countries broke down.</p><p>“The United States is giving serious consideration to changing the name of Lake Ontario to Lake America in that we don’t expect to doing much business with Ontario any longer,” Trump said Tuesday on social media.</p><p>The U.S.-Canadian border runs through the middle of the lake on the shore of New York state. Ontario is Canada’s most populous province and is home to the country’s auto industry.</p><p>▶ Read more</p><p>Canada set to announce retaliatory tariffs as Trump tells its leaders to ‘fall in line’</p><p>Canada will announce retaliatory tariffs against the United States on Tuesday after relations deteriorated sharply Monday, with President Donald Trump telling Canadian leaders to “fall in line” or face consequences “far WORSE” than existing tariffs and Prime Minister Mark Carney accusing Washington of trying to subordinate Canada.</p><p>Trump also threatened new 50% tariffs on Canadian vehicles, auto parts and steel, while Carney said U.S. trade demands showed Washington wanted to “destroy our major industries,” including autos, steel and aluminum.</p><p>Finance Minister François-Philippe Champagne and three other Cabinet ministers are also expected Tuesday morning to share details of supports for workers affected by tariffs. Carney said earlier Monday that Canada may need to move away from matching U.S. tariffs dollar for dollar and instead use more targeted retaliation aimed at protecting Canadian workers and businesses.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EDYEQEYGGUNBJB6XC75BBDIRRE.jpg?auth=79550ee2a660c6ea0e1b17f81932aa21264b66cd31c73e958e17aa427ae96a3b&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 back to school event in the Rose Garden of the White House, Monday, Aug. 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ERUPEXHGFNR2TOUG3XUFI3B6I.jpg?auth=d6535cc30db5a4fcc12b7291ab039aadc529ae333851b7a05a7dc4e20a158828&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorcyclists pass a billboard depicting U.S. President Donald Trump underwater amid explosions, with the words "Great Victory! Strait of Hormuz," in Tehran, Iran, Monday, Aug. 24, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[How Dania Beach will elect their new mayor and vice mayor during midterm elections]]></title><link>https://www.local10.com/news/local/2026/08/24/how-dania-beach-will-elect-their-new-mayor-and-vice-mayor-during-midterm-elections/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/how-dania-beach-will-elect-their-new-mayor-and-vice-mayor-during-midterm-elections/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Dania Beach has an at-large election for mayor and vice mayor at five precincts on Nov. 3rd, according to the office of Broward County’s supervisor of elections.]]></description><pubDate>Mon, 24 Aug 2026 15:41:32 +0000</pubDate><content:encoded><![CDATA[<p>Dania Beach has an <a href="https://ballotpedia.org/By-district_vs._at-large_election_boundaries" target="_self" rel="" title="https://ballotpedia.org/By-district_vs._at-large_election_boundaries">at-large election</a> for mayor and vice mayor at five precincts on Nov. 3rd, <a href="https://browardvotes.gov/results-information/municipal-election" target="_self" rel="" title="https://browardvotes.gov/results-information/municipal-election">according</a> to the office of Broward County’s supervisor of elections. </p><p>The Dania Beach commission candidate who receives the most votes will be elected to a two-year term as mayor and succeed <a href="https://www.floridamayors.org/joyce-davis-2/" target="_self" rel="" title="https://www.floridamayors.org/joyce-davis-2/">Joyce Davis</a>, who was elected in 2020 and re-elected in 2024. </p><p>The Dania Beach candidate who gets the second-highest number of votes will be elected to a two-year term as vice mayor and succeed <a href="https://www.facebook.com/msalvinosr1/" target="_self" rel="" title="https://www.facebook.com/msalvinosr1/">Marco Salvino</a>, who was elected in 2024.</p><p>The city <a href="https://www.daniabeachfl.gov/city-elections" target="_self" rel="" title="https://www.daniabeachfl.gov/city-elections">listed</a> six qualified commission candidates who are campaigning for office: Maoz Druskin, Diana Fahmie, Aaron Hollis, Kevin Johnson, Colman Ryan, and Kristof Von Anderson. </p><p>Druskin filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100466&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100466&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on May 27. The Israeli Times <a href="https://blogs.timesofisrael.com/author/maoz-druskin/" target="_self" rel="" title="https://blogs.timesofisrael.com/author/maoz-druskin/">described Druskin, 45, </a> as an Israeli-born entrepreneur and writer. He <a href="https://maozdruskin.com/" target="_self" rel="" title="https://maozdruskin.com/">identifies</a> as a candidate committed to safety and supporting local businesses. </p><p>Fahmie filed her <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100606&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100606&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on June 8. Fahmie, who has experience in real estate, <a href="https://4d1c06dd.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=b4ae5a87-97ff-4741-baf6-94d9117d2a94&amp;region=cle&amp;tenant=40bc5949890e&amp;user=73844e695ae211bce059734e880c8e511f346a857384086079c5064444a91d42&amp;original_url=https%3A%2F%2Fdianafordania.com%2Fabout-me&amp;key=sh-1&amp;hmac=d651b0945d96b76e1c91228d53c826a623b6e97bb1153386e414cc22a0a4136f" target="_self" rel="" title="https://4d1c06dd.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=b4ae5a87-97ff-4741-baf6-94d9117d2a94&amp;region=cle&amp;tenant=40bc5949890e&amp;user=73844e695ae211bce059734e880c8e511f346a857384086079c5064444a91d42&amp;original_url=https%3A%2F%2Fdianafordania.com%2Fabout-me&amp;key=sh-1&amp;hmac=d651b0945d96b76e1c91228d53c826a623b6e97bb1153386e414cc22a0a4136f">identifies</a> as a business owner, ecology advocate and proud mother and grandmother who will prioritize protecting the city’s charm and coastal areas. </p><p>Hollis filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100950&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100950&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on June 1. He founded KidsAlways1st, a nonprofit that focuses on crime prevention, <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=PreviousList&amp;searchNameOrder=KIDSALWAYS1ST%20N190000024510&amp;aggregateId=domnp-n19000002451-27e8ea6a-e515-4cca-9735-9c9147a51754&amp;searchTerm=THE%20KIDS%20ACADEMY%20PRESCHOOL%2C%20LLC&amp;listNameOrder=KIDSAGAINSTHUNGERFLORIDA%20N130000077770" target="_self" rel="" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=PreviousList&amp;searchNameOrder=KIDSALWAYS1ST%20N190000024510&amp;aggregateId=domnp-n19000002451-27e8ea6a-e515-4cca-9735-9c9147a51754&amp;searchTerm=THE%20KIDS%20ACADEMY%20PRESCHOOL%2C%20LLC&amp;listNameOrder=KIDSAGAINSTHUNGERFLORIDA%20N130000077770">in 2019</a>. He <a href="https://www.facebook.com/photo?fbid=3413694608801456&amp;set=a.115513028619647" target="_self" rel="" title="https://www.facebook.com/photo?fbid=3413694608801456&amp;set=a.115513028619647">identifies</a> as someone whose work experience includes being an ice cream man and a diversion program facilitator.</p><p>Johnson filed his statement of candidacy on March 9. He earned a doctorate in business administration and sports administration from St. Thomas University and works at Florida Memorial University. He <a href="https://drkevinjohnson.com/" target="_self" rel="" title="https://drkevinjohnson.com/">identifies</a> as a candidate who wants the city to increase community engagement. </p><p>Ryan filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100465&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100465&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on May 26. Ryan <a href="https://colmanryan2026.com/" target="_self" rel="" title="https://colmanryan2026.com/">identifies </a>as the president of the <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=OfficerRegisteredAgentName&amp;directionType=ForwardList&amp;searchNameOrder=RYANCOLMAN%20N960000019571&amp;aggregateId=domnp-n96000001957-b37e45fc-9a00-40a6-9c20-c85d562cf01d&amp;searchTerm=Ryan%20Coleman&amp;listNameOrder=RYANCOLLINJ%20L250003755311" target="_self" rel="" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=OfficerRegisteredAgentName&amp;directionType=ForwardList&amp;searchNameOrder=RYANCOLMAN%20N960000019571&amp;aggregateId=domnp-n96000001957-b37e45fc-9a00-40a6-9c20-c85d562cf01d&amp;searchTerm=Ryan%20Coleman&amp;listNameOrder=RYANCOLLINJ%20L250003755311">Dania Improvement Committee</a>, a civic organization. </p><p>Von Anderson filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100751&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100751&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on June 1. The U.S. Army veteran is a construction project manager who <a href="https://www.votekristof.com/" target="_self" rel="" title="https://www.votekristof.com/">identifies</a> as a father and a “fresh voice.” </p><p><i>Local 10 News Assignment Planner Abby Lawing contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JGVCITZ745AZFOHFLPT3XNIELU.png?auth=aa25807f2b410e591a1eeea9673e8ca37c9e0b3fb388512ff922f4c85c2f991f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Sentencing set for polygamous leader convicted of abuse in Arizona after girls discovered in trailer]]></title><link>https://www.local10.com/news/national/2026/08/25/sentencing-set-for-polygamous-leader-convicted-of-abuse-in-arizona-after-girls-discovered-in-trailer/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/25/sentencing-set-for-polygamous-leader-convicted-of-abuse-in-arizona-after-girls-discovered-in-trailer/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[FLAGSTAFF, Ariz. (AP) — A polygamous sect leader already serving a 50-year federal prison sentence for orchestrating sex involving children is scheduled to be sentenced Tuesday on separate state convictions for hauling girls through a community in northern Arizona in an unventilated trailer.]]></description><pubDate>Tue, 25 Aug 2026 12:02:53 +0000</pubDate><content:encoded><![CDATA[<p>FLAGSTAFF, Ariz. (AP) — A polygamous sect leader already serving a 50-year federal prison sentence for orchestrating sex involving children is scheduled to be sentenced Tuesday on separate state convictions for hauling girls through a community in northern Arizona in an unventilated trailer.</p><p>Samuel Bateman, 50, was convicted of three child abuse counts stemming from an August 2022 traffic stop in Flagstaff that led to the discovery of three girls, ages 11 to 14, in the trailer. It had a makeshift toilet, sofa and camping chairs and lacked air conditioning and seat belts. Someone tipped off authorities about the trailer after seeing small fingers reaching through gaps in the doors.</p><p>Each count carries a mandatory sentence between four and eight years. A judge will have discretion to run the counts consecutively or concurrently.</p><p>Bateman, whose small group was an offshoot of the polygamous sect once led by Warren Jeffs, is currently serving 50 years in federal prison for coercing girls as young as 9 to submit to sex acts with him and other adults and for scheming to kidnap girls from protective custody.</p><p>Bateman, a self-proclaimed prophet, previously claimed to have more than 20 “spiritual wives,” including 10 girls under the age of 18.</p><p>In the state case, Bateman acknowledged he knew the girls were in a hot trailer for hours and that the ventilation wasn’t good, but he downplayed the conditions.</p><p>Bateman, who isn’t a lawyer yet represented himself at trial, claimed he thought the girls had gotten out when they stopped. He said he was as “shocked as could possibly be” when he learned that they were still inside when he was pulled over.</p><p>Federal authorities said Bateman traveled extensively between Arizona, Utah, Colorado and Nebraska as he built an offshoot network of the Fundamentalist Church of Jesus Christ of Latter-day Saints, which historically has been based in the neighboring communities of Colorado City, Arizona, and Hildale, Utah.</p><p>He and his followers practiced polygamy, a legacy of the early teachings of the mainstream Church of Jesus Christ of Latter-day Saints, which abandoned the practice in 1890 and now strictly prohibits it.</p><p>Bateman was one of the trusted followers of Jeffs, who previously led the sect and is serving a life sentence in Texas for sexual assault of children.</p><p>The influence of the polygamous sect has waned significantly over time in the towns where the sect has historically been based. In 2017, a court order placed the towns under supervision, excising the church from their governments and shared police department.</p><p>The area has since transformed so quickly that the towns were released from court-ordered supervision last summer, almost two years earlier than expected. Practicing sect members are now believed to account for only a small percentage of the towns’ populations.</p><p>Bateman was the focus of the Netflix series “Trust Me: The False Prophet.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AVEF3T6YBATS5MAA6PRACYQ6EM.jpg?auth=0e420a6ce05d69eb6a641145439cd1b54b50fc083ce749adbc199bc0fb20595a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo shows Hildale, Utah, sitting at the base of Red Rock Cliff mountains, with its sister city, Colorado City, Ariz., in the foreground, Dec. 16, 2014. (AP Photo/Rick Bowmer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Bowmer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MED4NAROAFDDYVYPAQS32IVWNE.jpg?auth=02f1c40046df1224979e931e12e0ece41241631e7e0630c8c227898adfbd099b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This undated photo provided by the Coconino County, Ariz., Sheriff's Office shows Samuel Bateman, the leader of a small polygamous group near the Arizona-Utah border. (Coconino County Sheriff's Office via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Secret Service confirms awareness of Iranian state media video threatening Barron Trump's life]]></title><link>https://www.local10.com/news/politics/2026/08/25/secret-service-confirms-awareness-of-iranian-state-media-video-threatening-barron-trumps-life/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/25/secret-service-confirms-awareness-of-iranian-state-media-video-threatening-barron-trumps-life/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. Secret Service has confirmed it is aware that Iranian state media has aired a video that appears to threaten the life of Barron Trump, President Donald Trump's youngest son.]]></description><pubDate>Tue, 25 Aug 2026 11:57:27 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. Secret Service has confirmed it is aware that Iranian state media has aired a video that appears to threaten the life of Barron Trump, President Donald Trump's youngest son.</p><p>“The U.S. Secret Service is aware of the video and investigates anything that can be perceived as a threat toward our protectees,” Secret Service spokesman Nate Herring said in a statement. “Out of concern for operational security, we do not discuss matters of protective intelligence.”</p><p>Since the U.S. assassination of Iran's Ayatollah Ali Khamenei, Iranian media have on multiple occasions circulated content threatening the president and family members. The assassination came at the start of the war in Iran that Trump launched alongside Israel.</p><p>CNN previously reported that the Secret Service had knowledge of the Barron Trump threat.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IRYBUB74U23PNVEYE332YJHCTE.jpg?auth=87108eeda782cb2509cd3c227932524d229e13b75942c1beea95516ab09b990a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Barron Trump watches as his father, President Donald Trump attends an indoor Presidential Inauguration parade event at Capital One Arena, in Washington, Jan. 20, 2025. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[Mourinho says Vinícius Júnior is unfairly targeted but wants him to manage his emotions better]]></title><link>https://www.local10.com/sports/2026/08/25/mourinho-says-vinicius-junior-is-unfairly-targeted-but-wants-him-to-manage-his-emotions-better/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/mourinho-says-vinicius-junior-is-unfairly-targeted-but-wants-him-to-manage-his-emotions-better/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[MADRID (AP) — José Mourinho, once known for his fiery personality and frequent touchline outbursts, wants to help Vinícius Júnior control his emotions better.]]></description><pubDate>Tue, 25 Aug 2026 11:55:56 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — José Mourinho, once known for his fiery personality and frequent touchline outbursts, wants to help Vinícius Júnior control his emotions better.</p><p>Mourinho, looking much calmer at the start of his second stint as Real Madrid coach, said Tuesday that he thinks Vinícius is being unfairly targeted, but the star forward can do better when reacting to provocations.</p><p>The Brazilian was involved in several incidents with opposing fans and players in the team's opening Spanish league match at Espanyol on Saturday. Madrid hosts Real Sociedad for its second match on Wednesday.</p><p>“There is on the field and off the field,” Mourinho said. “The reaction to fans and insults, obviously if they are not racist or homophobic insults, but the typical insults by fans, then I think he can control it better. His relationship with the opposing fans, I think he can do better. In the game, when it comes to the fouls and the accumulation of frustration that he feels, that’s the responsibility of the referees, or the judges, as I like to call them, in terms of their responsibility to protect the players and the game.”</p><p>Mourinho said it's harder to help Vinícius when it comes to the in-game incidents, but when it's about his relationship with the opposing fans, then “it's something that we can work on.”</p><p>Last year, Mourinho was criticized for attacking Vinícius' character after the player accused an opponent of racially insulting him during a Champions League match against Benfica. The coach in charge of Benfica at the time suggested that the Brazil forward incited opposing players with his celebrations after scoring.</p><p>“When I was Benfica's coach, I was only interested about Benfica,” Mourinho said Tuesday.</p><p>The veteran Portuguese coach said it's become obvious the difference in the treatment on the field toward Vinícius and toward other players.</p><p>“It's gone into a spiral in which the opponents know what they can do and what they can't do,” he said. “If the players can provoke and pressure Vini, either physically or with words, if the yellow card is only shown after 10 fouls, if there can be violence, then it’s a type of treatment that I don’t like.”</p><p>Mourinho, returning to Madrid after a stint at the club from 2010 to 2013, said he would likely be quickly sent off if he was in Vinícius' shoes in some of the situations that he faces.</p><p>The coach noted, though, that his own behavior has changed significantly over the years and is not as fiery as he once was.</p><p>“I'm think I'm calmer,” Mourinho said. “And it's not just now, I've been like that over the last few years. I feel calmer, with more control of my emotions.”</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZUFSM642ZVJHCFK5MKS4FISHFM.jpg?auth=94ca9a784260390e666c9ca32aa69918b5acec083d74ac6507cd7e27e1f61357&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's head coach Jose Mourinho talks with his player Real Madrid's Jude Bellingham during a Spanish La Liga soccer match between Espanyol and Real Madrid in Barcelona, Spain, Saturday, Aug. 22, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OD2ZTFZCUFACRREBGGWN4CHRMM.jpg?auth=bd7eed89d356cdece86bf9894c94d800e1fa4519cea8e2c1e7cd1510281e233a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's Vinicius Junior, left, vies for the ball with Espanyol's Carlos Romero during a Spanish La Liga soccer match between Espanyol and Real Madrid in Barcelona, Spain, Saturday, Aug. 22, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MW3R32DOPBBCR5LGN2BUOLX4IU.jpg?auth=c66b7cb072193962c0d52d75d8351e4b20fd7cb115251305dd1e7124bff601c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's head coach Jose Mourinho gestures during a Spanish La Liga soccer match between Espanyol and Real Madrid in Barcelona, Spain, Saturday, Aug. 22, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CDZNOHTVKW27RKT3N7IISKFMLA.jpg?auth=5e93ffdc0d3082010f7a283b642774ccd7a03b32f769e96d175dee9784f751b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's Vinicius Junior, right, vies for the ball with Espanyol's Omar El Hilali during a Spanish La Liga soccer match between Espanyol and Real Madrid in Barcelona, Spain, Saturday, Aug. 22, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FQEAPBYDDGFUCBWB5STISALS4I.jpg?auth=667bf7b2be772cdbbaad519c5367301ac494d9836ea05d107fcbfe1b98628f1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's head coach Jose Mourinho gestures during a Spanish La Liga soccer match between Espanyol and Real Madrid in Barcelona, Spain, Saturday, Aug. 22, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/08/03/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Washington, D.C. keeps sanctioning the Cuban government and members of the elite. The Cuban government has shown their capability to survive at the cost of the Cuban people. The question I ask myself is what will happen when Raul Castro dies?]]></description><pubDate>Mon, 03 Aug 2026 12:48:08 +0000</pubDate><content:encoded><![CDATA[<p><b>Aug. 25: What will happen when Raul Castro dies? </b></p><p>Washington, D.C. keeps sanctioning the Cuban government and members of the elite. The Cuban government has shown their capability to survive at the cost of the Cuban people. The question I ask myself is what will happen when Raul Castro dies?</p><p>Will those Cuban military officers that have not benefited from the economic corruption within the government be willing to support someone Castro picks to succeed him? Or will they challenge the new leadership?</p><p><b>Aug. 21: CEPAL releases economic performance indicators for 2026, predicting Cuba’s economy will slow down 10.3%</b></p><p>The Economic Commission for Latin America and the Caribbean (CEPAL) just came out with their economic performance indicators for 2026. It predicts that Cuba’s economy will slow down 10.3%, which is the worse performance in all of Latin America.</p><p>How much more will the Cuban people be able to take is anybody’s guess.</p><p><b>Aug. 20: Cuba’s president says health system on verge of total collapse</b></p><p>Cuban President Miguel Díaz-Canel admitted earlier this week that the health system, one of the so-called “great accomplishments” of the Cuban revolution, is on the verge of total collapse. There are thousands of Cubans on the island waiting for surgeries that cannot be performed due to the lack of doctors, medicines, equipment and poor hospital conditions.</p><p>For years, Cuba has been sending medical brigades around the world to help pay-off their debt and export the ideals of their revolution. The U.S. government has accused Cuba of human trafficking for these actions.</p><p><b>Aug. 18: Trump’s Cuba strategy: Is there really a plan?</b></p><p>Does the Trump administration really have a plan for Cuba?</p><p>After months of rhetorical back-and-forth, you begin to wonder whether the Trump administration really knows what to do with Cuba. We keep hearing that Secretary of State Marco Rubio was given the responsibility to deal with Cuba and the rest of Latin America, which he knows extremely well. But from what I hear, White House senior staff keeps getting in the way.</p><p>Continuing to sanction operations and individuals in Cuba will not bring down the government. Now we hear from Secretary Rubio and members of our Cuban-American congressional delegation that the target date has been moved back, and they hope that by 2029, changes in Cuba will have taken place, which is absolutely ridiculous.</p><p><b>Aug. 14: Cuba turns to global investors as US sanctions and property claims raise risks</b></p><p>The Cuban government has realized that efforts to attract investment from U.S. and Cuban-American businesses have largely failed because of the many sanctions imposed by the United States and the fact that the risks still outweigh the opportunities.</p><p>However, the Cuban government is trying very hard to attract companies from around the world to take over many operations and businesses in Cuba. With many European hoteliers and other companies having recently left Cuba, it will still be a challenge to attract new investors.</p><p>One thing these companies should keep in mind before starting operations in Cuba is that they could be operating in properties that were confiscated by the Cuban government in the early 1960s. They could potentially face legal challenges in the future as a result.</p><p>For American companies alone, there are 5,913 businesses and properties that were confiscated and registered with the U.S. Department of the Treasury.</p><p><a href="https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>Aug. 13: Fidel Castro’s 100th birthday prompts reflection on his legacy in Cuba</b></p><p>Thursday marks the 100th anniversary of the birth of Fidel Castro, a man whose narcissistic personality took control of Cuba after overthrowing Fulgencio Batista on Jan. 1, 1959. He made promises to the Cuban people that he later betrayed for his own selfish ambitions and thirst for power.</p><p>At his trial on Oct. 16, 1953, following the failed attack on the Moncada military barracks in Santiago de Cuba, he famously said, “History will absolve me.”</p><p>In the end, history will judge him as a ruthless dictator who destroyed Cuba, impoverished its people and inflicted tremendous suffering on an entire nation.</p><p><b>Aug. 12: Cuba poses a tough foreign policy challenge for Rubio</b></p><p>“Who is on first, what is on second, I don’t know is on third.”</p><p>The famous comedy routine by Abbott and Costello can be compared to the Trump administration’s foreign policy strategies these days. Diplomatic negotiations are complex and complicated, especially when dealing with countries, governments, and individuals with whom the United States has not had good relationships.</p><p>Reliable sources tell me there are tremendous differences between the staffs at the White House and the Department of State over how to handle negotiations involving Ukraine, Russia, Israel-Gaza, Iran, Venezuela, and Cuba. It does not help when those negotiating on behalf of the United States have limited to no diplomatic experience.</p><p>For now, let’s stay within the area of expertise: Cuba. While President Trump thinks Cuba can be resolved in two months, Secretary of State Marco Rubio knows very well, as does his senior staff, that negotiating with Cuba is not easy.</p><p>The Cuban government is willing to continue introducing cosmetic changes to its moribund economy without relinquishing political control. The United States can continue to sanction everyone on the island, and the Cuban government could not care less. All the while, the people of Cuba continue to suffer tremendous hardships. Yet the people are unlikely to turn against the government. The consequence of doing so can mean spending years in jail.</p><p>Meanwhile, in Miami, the guessing game continues over who will replace Raúl Castro when he dies, along with preparations for possible transition plans for Cuba. A transition to a democratic system of government in Cuba will take time. A civil society cannot be built overnight. It is also important to remember that Cuba did not have a democratic government before 1959.</p><p>For Rubio, expectations from the Cuban American community are high. Yet most in the community understand that it will not be easy to get the Cuban government to make political changes short of a U.S. military invasion. However, Rubio needs a win, especially if he is considering another presidential run. The failures of the Trump administration’s foreign policies around the world could affect Rubio’s future presidential campaign.</p><p>So, what will be Rubio’s next step on Cuba? The clock is ticking. </p><p><b>Aug. 10: Will the cat catch the mouse this time?</b></p><p>While U.S. Secretary of State Marco Rubio continues to put pressure on the Cuban government to change, Cuban President Miguel Díaz-Canel went on Cuban television this past weekend and announced to the Cuban people that the government was making major “transformational changes” to the economy.</p><p>Díaz-Canel also told the Cuban people that it would take time and patience -- two things the Cuban people do not have anymore. Díaz-Canel went on to say that the benefits of these changes will begin to show by 2029. </p><p>Sources in Washington, D.C. have told me that the Trump administration is looking to see if there is someone in the Cuban government, like Delcy Rodriguez in Venezuela, to hand over Raul Castro or even take over the current government and be willing to negotiate with the U.S. </p><p>The <a href="https://www.miamiherald.com/news/nation-world/world/americas/cuba/" target="_self" rel="" title="https://www.miamiherald.com/news/nation-world/world/americas/cuba/">Miami Herald</a> reported this weekend that General Lazaro Alberto Alvarez Casas, currently the Cuban Minister of the Interior, may be acceptable to the U.S. General Casas is considered a hardliner and therefore unlikely to break with the Cuban leadership.</p><p>As I have said before, the case of Venezuela is quite different than Cuba. While Raul Castro is alive, I believe the Cuban government will continue in power and make promises to the Cuban people they cannot keep.</p><p><b>Aug. 8: Cuban opposition leader says Cuba’s transformation must include those on the island</b></p><p>According to Cuban opposition leader Jose Daniel Ferrer, any plans to transform Cuba must include Cubans on the island.</p><p>But do Cubans on the island have the capacity and capabilities to participate in such a process? After living for almost 68 years under a totalitarian system that has shaped the population’s personal values and attitudes, it could take time not only to change it but, more importantly, to sustain those changes.</p><p>Democracies are not built in one day. It will take time and patience. Let’s also remember that before the Cuban Revolution, Cuba had a dictatorship under Batista.</p><p><b>Aug 6: US announces new set of economic sanctions against Cuba; 2 of Cuba’s top generals also sanctioned </b></p><p>The U.S. State Department announced a new set of economic sanctions against Cuba on Thursday. At the same time, two of Cuba’s top generals were also sanctioned, Alvaro Lopez Miera, Minister of Defense; and General Roberto Sotolongo, head of the armed forces.</p><p><b>Aug. 5: CIA Task Force on Cuba created, per report</b></p><p>The New York Times has reported the creation of a CIA Task Force on Cuba with the purpose of putting additional pressure on the Cuban government to make political and economic changes to their system.</p><p>This news will probably be received by Cuba as an additional threat by the U.S.</p><p><b>Aug. 5: Cuban president confirms ongoing conservations between Havana, US</b></p><p>Cuban President Miguel Diaz-Canel confirmed today that there are ongoing conversations between Havana and DC for the purpose of avoiding a military confrontation and trying to find solutions to the issues between both nations.</p><p>The Cuban government understands that they are running out of options and most likely will need to reach an agreement with the U.S. Will it include regime change?</p><p><b>Aug. 3 update: Rubio speaks about Cuba’s ongoing espionage activities in the US </b></p><p>This past weekend, in an interview with Fox News, U.S. Secretary of State and National Security Advisor Marco Rubio spoke about Cuba’s ongoing espionage activities in the U.S. </p><p>Rubio went on to say that Cuban spies continue to infiltrate the U.S. government, financial institutions, organizations, and academic institutions. Rubio claimed that Cuba continues to be a national security threat to the U.S. </p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6H2TJDTKSKK3MKBHSLKUVDCM4Q.jpg?auth=9272f4eb4bd859743ed9d3defae5f06104f4ca26a192e3c47e852dc1ebb05104&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man carries a pig at the entrance of a market, decorated with a mural of Fidel Castro, in Havana, Cuba, Wednesday, Aug. 12, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Deputies search for suspect who opened fire on cyclists in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/08/24/deputies-search-for-suspect-who-opened-fire-on-cyclists-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/deputies-search-for-suspect-who-opened-fire-on-cyclists-in-miami-dade/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Authorities in Miami-Dade County are searching for the person they said opened fire on a group of cyclists. ]]></description><pubDate>Mon, 24 Aug 2026 21:12:47 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Miami-Dade County are searching for the person they said opened fire on a group of cyclists. </p><p><a href="https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/"><b>Leer en español</b></a></p><p>The incident was captured on video. </p><p>It happened just after 7:30 a.m. Saturday along Southwest 87th Avenue near 184th Lane. </p><p>In the video, the driver of a black SUV is heard honking his horn as he appeared to try and pass the cyclists. </p><p>The video then shows the SUV coming to an abrupt stop, cutting off a cyclist who was then seen banging on the passenger door of the vehicle. </p><p>It then shows someone from inside the vehicle appearing to open fire before the driver took off. </p><p>Deputies arrived at the scene to find a bullet hole in the ground.</p><p>No injuries were reported. </p><p>Anyone with information about the shooting is urged to contact Miami-Dade Crime Stoppers at 305-471-TIPS. </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[Thousands of dollars in cinnamon rolls stolen during courier ride, small business owner says]]></title><link>https://www.local10.com/news/local/2026/08/24/thousands-of-dollars-in-cinnamon-rolls-stolen-after-courier-ride/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/thousands-of-dollars-in-cinnamon-rolls-stolen-after-courier-ride/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A South Florida woman who makes a living selling cinnamon rolls is out quite a bit of money after an order went missing. ]]></description><pubDate>Mon, 24 Aug 2026 20:49:01 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida woman who makes a living selling cinnamon rolls is out quite a bit of money after an order went missing. </p><p><a href="https://www.local10.com/espanol/2026/08/24/le-roban-3000-dolares-en-rollos-de-canela-a-joven-repostera/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/le-roban-3000-dolares-en-rollos-de-canela-a-joven-repostera/"><b>Leer en español</b></a></p><p>Roll and Dough Bakery, run by 21-year-old Julie Pierre, has become a hit. </p><p>She has hundreds of thousands of followers on social media, and over the weekend <a href="https://www.instagram.com/therollanddough/reel/DcY388sP18e/?hl=en" target="_self" rel="" title="https://www.instagram.com/therollanddough/reel/DcY388sP18e/?hl=en">she told them that someone stole $3,000 worth of her cinnamon rolls</a>. </p><p>The crime happened on Saturday morning, she said. </p><p>Pierre said she sells the rolls at a farmers market and used Uber’s courier service to deliver them to the market.</p><p>But the order she sent off never arrived at their intended destination. </p><p>“A lot of people are speculating that he’s selling them on Facebook Marketplace,” she said of the assailant. </p><p>Uber sent Local 10 News a statement regarding the incident, which read: </p><blockquote><p>“This report is very troubling, and not the experience we want users to have. We’re continuing to look into this so we can take appropriate action.”</p><p class="citation">Uber Spokesperson</p></blockquote><p>Uber added that they are continuing to look into the report and removed the driver’s access to the platform during the investigation.</p><p>A police report was filed with the Sunrise Police Department. </p><p>Additionally, a <a href="https://www.gofundme.com/f/help-roll-dough-build-whats-next" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/help-roll-dough-build-whats-next">GoFundMe page</a> was set up to help with the lost expenses. </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[Canada strikes back at US with retaliatory tariffs as trade war escalates]]></title><link>https://www.local10.com/business/2026/08/25/canada-strikes-back-at-us-with-retaliatory-tariffs-as-trade-war-escalates/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/25/canada-strikes-back-at-us-with-retaliatory-tariffs-as-trade-war-escalates/</guid><dc:creator><![CDATA[By ROB GILLIES, Associated Press]]></dc:creator><description><![CDATA[TORONTO (AP) — Canada struck back at the United States on Tuesday with retaliatory tariffs on about $20 billion worth of American goods, including steel, dairy products, appliances and farm equipment, as the trade war between the once-friendly neighbors escalated sharply.]]></description><pubDate>Tue, 25 Aug 2026 15:55:07 +0000</pubDate><content:encoded><![CDATA[<p>TORONTO (AP) — Canada struck back at the United States on Tuesday with retaliatory tariffs on about $20 billion worth of American goods, including steel, dairy products, appliances and farm equipment, as the trade war between the once-friendly neighbors escalated sharply.</p><p>The tension threatened one of the world’s largest trading relationships. The new tariffs extended well beyond industrial goods, hitting everyday purchases such as seafood, cheese, clothing, cosmetics and toilet paper, with some facing duties as high as 50%.</p><p>“We did not choose this conflict, but when our economic integration is used as a weapon rather than the foundation for a win-win partnership, we need to stand up,” Finance Minister François-Philippe Champagne said in French, calling the situation "an unprecedented challenge imposed on Canada.”</p><p>Industry Minister Mélanie Joly urged Canadians to buy Canadian products, saying doing so would help protect jobs and launch a “movement of resistance.”</p><p>Canada's retaliation came after the Trump administration imposed 50% tariffs over the weekend on Canadian goods following the collapse of trade negotiations. Canadian Prime Minister Mark Carney accused Washington of trying to subordinate Canada and said U.S. demands during the failed talks showed that Americans wanted to “destroy our major industries."</p><p>Trump told Canadian leaders to ‘fall in line’</p><p>President Donald Trump intensified the confrontation Monday, telling Canadian leaders to “fall in line” or face consequences “far WORSE” than existing tariffs and threatening new 50% tariffs on Canadian vehicles, auto parts and steel.</p><p>Trump added another provocation Tuesday, saying the United States was giving “serious consideration” to renaming Lake Ontario “Lake America” in a feud with Ontario Premier Doug Ford. Such a change would be reminiscent of the Republican president’s unilateral action last year by executive order to rename the Gulf of Mexico to the Gulf of America.</p><p>In the hours before Canada's announcement, Trump went on a social media tear against the country, accusing it of ripping off American farmers and driving American companies out of business.</p><p>“I deal with many countries, and Canada is easily the most difficult and unreasonable,” Trump wrote in one post. “They feel entitled, but they are not a State, and will be entitled no longer!”</p><p>Tariffs on many US products would double</p><p>The tariffs will take effect Sept. 8 at rates of 15%, 25% and 50%, with Canada matching the corresponding U.S. tariff rate on more than 700 products such as pulp and paper and electronics. The tariffs on many American products would double from 25% to 50%, with the largest share of the new measures affecting steel and aluminum.</p><p>Canadian officials said the goal is not to raise revenue but to protect Canadian companies and reduce U.S. imports.</p><p>U.S. steel imports, for example, have already fallen 30% since Canada imposed a 25% tariff, and the new 50% rate is expected to cut them further, Canadian officials said.</p><p>Goods facing 50% tariffs include some steel and aluminum products, furniture and clothing. Appliances, dairy products including cheese, fish and seafood, and certain steel and aluminum derivatives will face 25% tariffs. Existing Canadian countertariffs on U.S. autos will remain in place.</p><p>Canada also announced a support package for workers and businesses affected by the dispute worth $7.5 billion in Canadian dollars ($5.4 billion in U.S. dollars).</p><p>Canadian officials acknowledged the counter tariffs will raise costs for some businesses and consumers but said they expect the overall economic effects to be moderate.</p><p>They said the government has provided more than $30 billion Canadian dollars (US$21.7 billion) in tariff-related support since the beginning of 2025 — far more than it has collected in retaliatory duties — as it tries to cushion the blow from the trade fight.</p><p>Countries have integrated supply chains</p><p>Canada and the United States have deeply integrated supply chains across autos, energy, agriculture and manufacturing, making a prolonged trade fight potentially costly for businesses and workers on both sides of the border.</p><p>Businesses and consumers are caught in the middle, facing uncertainty about how much prices may increase.</p><p>Michael Howard II, owner of a furniture business in Warren, Michigan, outside Detroit, said the tariffs will hamper the “ability for us to put food on the table for our family" and affect "the ability for us to give back to our community.”</p><p>Howard and his wife started their business a decade ago. They make and sell everything from dining room tables to bookcases.</p><p>“To say that we don’t need Canada is just disingenuous,” he said. “It’s dishonest. And it’s just absolutely not truthful. We need our neighbor, but also they need us.”</p><p>On Monday, Carney said U.S. negotiators had raised the discoverability of French-language content on streaming platforms, along with French-language labeling rules, as trade irritants. He rejected the idea that those protections were negotiable, saying in French: “For the Americans, questions about the French language, Quebec culture, francophone culture and Canadian culture are irritants. Here in Quebec, here in Canada, they are rights."</p><p>In a social media post early Tuesday, Trump wrote: “I would never interfere with Canadians speaking French! In fact, I have never even thought of doing such a stupid thing. This lie was made up by a weak and ineffective Prime Minister in an attempt to gain political support, which he has totally lost, from the people of Quebec. I love French Canadians!”</p><p>___</p><p>Associated Press writers Seung Min Kim in Washington and Mike Householder in Warren, Michigan, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DLCE3CK3J5AS7AAUH3XK5MLLZI.jpg?auth=a263e9c7a51a28e972e5836b8ff1598a0a5416b93babffa84a29a24c1278bc8e&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 back to school event in the Rose Garden of the White House, Monday, Aug. 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[La tormenta tropical Julio se forma en el Pacífico, pero no amenaza a tierra]]></title><link>https://www.local10.com/espanol/2026/08/25/la-tormenta-tropical-julio-se-forma-en-el-pacifico-pero-no-amenaza-a-tierra/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/la-tormenta-tropical-julio-se-forma-en-el-pacifico-pero-no-amenaza-a-tierra/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — La tormenta tropical Julio se formó el martes en el océano Pacífico y no representa una amenaza en tierra, indicaron los meteorólogos.]]></description><pubDate>Tue, 25 Aug 2026 13:05:57 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — La tormenta tropical Julio se formó el martes en el océano Pacífico y no representa una amenaza en tierra, indicaron los meteorólogos.</p><p>El meteoro se encontraba a unos 1.312 kilómetros (815 millas) al suroeste del extremo sur de la península de Baja California, México, y tenía vientos máximos sostenidos de 72 kilómetros/hora (45 mph), dijo el Centro Nacional de Huracanes de Estados Unidos (NHC, por sus siglas en inglés), con sede en Miami.</p><p>Se pronostica que Julio ganará fuerza ligeramente antes de ser absorbido por la tormenta tropical Iselle, más potente, que se encuentra más al norte, dijo el centro. No hay alertas ni avisos costeros activos por ninguna de las dos tormentas.</p><p>Iselle se encontraba a unos 1.062 kms (660 millas) al oeste de la península de Baja California y tenía vientos de 113 km/h (70 mph).</p><p>En el Pacífico Central, la tormenta tropical Lala seguía avanzando con vientos de 8m km/h (50 mph), pero no amenaza a tierra. A principios de mes, cuando tenía categoría de huracán, las bandas exteriores de Lala azotaron Hawaii y provocaron destructivas inundaciones.</p><p>Moke ya no es considerado un ciclón tropical después de bordear Hawaii como tormenta tropical, señaló el centro.</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/DPDMWIAOPFM7THGSLIKBQBXP4Q.jpg?auth=4c6679946e4668577ddcefc1fdf69357fb663ec3ad4d2586c571b59d4c1e563d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esta imagen satelital publicada por la Oficina Nacional de Administración Oceánica y Atmosférica de EEUU (NOAA) muestra las tormentas tropicales Iselle, arriba, y Julio, abajo, sobre el océano Pacífico, el 25 de agosto de 2026. (NOAA vía AP)]]></media:description></media:content></item><item><title><![CDATA[UN and Red Cross step up call for international rules on 'killer robot' weapons systems]]></title><link>https://www.local10.com/business/2026/08/25/un-and-red-cross-step-up-call-for-international-rules-on-killer-robot-weapons-systems/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/25/un-and-red-cross-step-up-call-for-international-rules-on-killer-robot-weapons-systems/</guid><dc:creator><![CDATA[By JAMEY KEATEN, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — The United Nations and the International Committee of the Red Cross on Tuesday ratcheted up a joint call for countries to adopt bans and restrictions on use of autonomous weapons systems — often known as “killer robots” — warning that “the risks have intensified.”]]></description><pubDate>Tue, 25 Aug 2026 12:39:16 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — The United Nations and the International Committee of the Red Cross on Tuesday ratcheted up a joint call for countries to adopt bans and restrictions on use of autonomous weapons systems — often known as “killer robots” — warning that “the risks have intensified.”</p><p>Building on an initial appeal three years ago and international talks on the issue for years, the appeal stops short of calling for a blanket ban, but notes that such weapons systems are being developed — though the U.N. and Red Cross haven't confirmed their use on the battlefield.</p><p>The organizations said, however, that civilians need to be protected for when that day may come.</p><p>“We are now dangerously close to crossing a moral red line: The autonomous targeting of humans by machines,” said U.N. Geneva spokesperson Alessandra Vellucci, reading a joint statement by U.N. Secretary-General António Guterres and ICRC President Mirjana Spoljaric.</p><p>“Today, we renew this call with even greater urgency,” the statement said. “The fundamental concerns remain unchanged, but the risks have intensified.”</p><p>The two international organizations say the development of weapons technology at “record speed” has strained the international rules system, and widened the gap between technological capacities and regulatory constraints.</p><p>“Autonomous weapons systems are not part of a distant future — a race toward greater autonomy in weapons systems is already well underway,” the joint statement said.</p><p>The call comes as negotiators are set to meet in Geneva in November on ways of strengthening the existing Convention on Conventional Weapons, with the U.N. and ICRC saying the conference “offers the clearest path available” to move toward binding legal rules on the use of such autonomous systems.</p><p>The yearslong effort to rein in the use of autonomous weapons systems has struggled to produce limits. The new push comes against the backdrop of drones and other technologies used in conflicts as diverse as the Russia-Ukraine war, the Middle East, Sudan and others.</p><p>Ground robotic vehicles have so far been used on the Ukrainian battlefield primarily to ferry supplies to infantry and carry out evacuations, because of Ukraine’s need to preserve manpower amid the growing prevalence of drones.</p><p>Kyiv is now seeking to scale up armed robotic systems to reduce the pressure on increasingly outnumbered infantry by equipping them with firing power, but those efforts have been limited so far.</p><p>“Scientists and engineers developing these systems have themselves raised the alarm,” the organizations said. “When the architects of this technology are calling for limits, states cannot afford to remain passive.”</p><p>“This year must mark a turning point,” the statement said.</p><p>___</p><p>Samya Kullab contributed to this report from Kyiv, Ukraine.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LGTMCINW4JSJVLPT6HC3I73KNE.jpg?auth=81c1bea420a8bcc3f5c199e97f6a8ea43e8231dcf913fef95932c2b121e18fd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Ukrainian FP-1 long-range attack drone is launched at an undisclosed location in Ukraine, Sunday, Aug. 16, 2026. (AP Photo/Efrem Lukatsky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content></item><item><title><![CDATA[Aug. 25: Highs in the lower 90s with rain this afternoon]]></title><link>https://www.local10.com/weather/2026/08/25/aug-25-highs-in-the-lower-90s-with-rain-this-afternoon/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/25/aug-25-highs-in-the-lower-90s-with-rain-this-afternoon/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Tuesday morning. Lows this morning are in the upper 80s. ]]></description><pubDate>Tue, 25 Aug 2026 10:56:26 +0000</pubDate><content:encoded><![CDATA[<p>Good Tuesday morning. Lows this morning are in the upper 80s. High temperatures will be in the lower 90s, but heat indices will reach 100 degrees. Grab the rain gear, showers and storms return again after midday and early evening hours thanks to the sea breeze. 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[Florida, hard-hit by Obamacare drop-off, feels the squeeze of rising healthcare costs]]></title><link>https://www.local10.com/news/florida/2026/08/25/florida-hard-hit-by-obamacare-drop-off-feels-the-squeeze-of-rising-healthcare-costs/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/25/florida-hard-hit-by-obamacare-drop-off-feels-the-squeeze-of-rising-healthcare-costs/</guid><dc:creator><![CDATA[By ALI SWENSON and JACQUELYN MARTIN, Associated Press]]></dc:creator><description><![CDATA[ST. CLOUD, Fla. (AP) — Florida chef Elijah Button was chopping onions in June when his knife slipped and sliced his middle finger to the bone.]]></description><pubDate>Tue, 25 Aug 2026 10:41:38 +0000</pubDate><content:encoded><![CDATA[<p>ST. CLOUD, Fla. (AP) — Florida chef Elijah Button was chopping onions in June when his knife slipped and sliced his middle finger to the bone.</p><p>It was his worst kitchen accident to date. But having given up his Affordable Care Act health insurance plan in January because of a $100 monthly premium hike he couldn’t afford, the 21-year-old in St. Cloud didn’t have the money for emergency care.</p><p>“Going to the hospital for it wasn’t even an option,” he said, gesturing toward his finger before preparing a pot roast for his aunt and uncle in their suburban home. “My first thought was, ‘how am I going to fix this?’”</p><p>After Republicans in Congress let enhanced federal subsidies for Affordable Care Act health plans expire in January, millions of Americans including Button had to decide whether to keep insurance that often doubled or tripled in cost — or risk going without it.</p><p>Months later, with no action from lawmakers to replace the lost funds, they’re facing the consequences. Some are dealing with strained budgets and exorbitant medical bills, while others avoid the doctor in fear of the cost.</p><p>Florida, whose large population of gig workers, entrepreneurs and small business owners relies heavily on the federal health insurance marketplace, has become one of the nation’s most visible epicenters of that impact.</p><p>Figures first reported by The Associated Press showed that about 440,000 Floridians dropped their Affordable Care Act plans this year — more than in any other state. Thousands more who kept coverage are struggling to get by, as prices of necessities like groceries and gasoline remain steep, and health insurers project another year of double-digit premium hikes.</p><p>While Florida had the most affected residents, its struggles are reflective of broader nationwide concerns over rising healthcare costs and a lack of meaningful policy to address them.</p><p>In the deep-red state where congressional districts were recently redrawn to strongly favor Republicans, the cost of healthcare is a major campaign issue. Republican midterm candidates have been promoting fraud crackdowns to protect federal health programs, while Democrats have been urging voters to help Congress change hands so they can restore subsidies.</p><p>Button, who is estranged from his parents, asked his uncle for help with his bloodied finger. With a butterfly bandage, splint and daily cleanings and dressings, it healed. But the scar still gnaws at Button as a symbol of what else could go wrong.</p><p>“It just feels like I’m living in a house of cards,” he said.</p><p>Florida’s population and politics make it ground zero for ACA fallout</p><p>Last fall, debate over the expiring subsidies consumed Congress, resulting in a record 43-day government shutdown as Democrats insisted on extending the COVID-era assistance and most Republicans refused.</p><p>Fast forward almost a year and lawmakers rarely reference the topic anymore. The administration says it is addressing affordability with fraud-busting efforts and deals with drug companies, but Congress hasn't passed any significant legislation to lower health costs.</p><p>In part due to its large number of construction, hospitality and small business workers — and also because its Republican-led legislature never expanded the Medicaid safety-net health program — Florida has the largest Affordable Care Act enrollment in the country. At just over 3.8 million enrollees, it represents about a fifth of the nation’s total enrolled population.</p><p>Of the roughly 443,000 Floridians who left the marketplace, most are likely going without insurance, according to Cynthia Cox, a vice president at the healthcare research nonprofit KFF. She said that’s because it is typically a “place of last resort” to get coverage.</p><p>The data doesn’t tell the stories of those who kept insurance. Tracy Rand, a licensed mental health counselor in Leesburg, Florida, is one of them.</p><p>Ever since getting her ovaries removed last year due to benign but painful tumors, she has had severe menopause symptoms that require medication, including an overactive bladder and hot flashes that cause piercing headaches.</p><p>She uses clear plastic containers to organize the more than 30 medicines and supplements she takes daily, their bottles crammed into a living-room drawer and a tray on her kitchen counter.</p><p>The 51-year-old’s Affordable Care Act plan was going to surge in price this year from $55 a month to $1,100 a month, so she downgraded. Her new plan, with higher deductibles and copays, costs $160 a month.</p><p>To make that work in her budget, Rand quit a doctoral program she was working toward, started buying groceries at cheaper stores, gave up once-monthly dinners out with her husband and stopped meeting friends regularly at a paint-your-own pottery studio.</p><p>It’s been a difficult adjustment, but a necessary one for her health.</p><p>Rand said the prospect of insurers raising rates again fills her with dread.</p><p>“I don’t know what else we can get rid of,” she said, covering her face with her hands. “I don’t know if we’re going to have to file bankruptcy.″</p><p>Clinics for the uninsured are a saving grace — but they can’t take everyone</p><p>In Orlando's leafy, brick-paved neighborhood of Colonialtown South, Tarsha Watson found her lifeline. A clinic there called Grace Medical Home provides low-income, uninsured Floridians with comprehensive care for a $5 per-visit fee.</p><p>Watson, 54, has a master’s degree in business administration, but she hasn’t been able to find work since losing her job two years ago. That means she doesn't have health insurance. When she explored Affordable Care Act coverage, she was quoted $600 per month, far out of her reach.</p><p>At Grace, Watson learned her blood sugar is high and that she needed to lose weight. Now, she walks laps around her backyard pool and does Tai Chi YouTube tutorials to focus on fitness. She said she wishes everyone could have her experience.</p><p>“It's very hard out here,” she said. “It's not enough.”</p><p>At the clinic, patients cycle in and out of a wide hallway lined with appointment rooms as doctors scan supply shelves for complimentary over-the-counter medications. The expansive building has separate areas for dental, mental health, vision and pediatric care.</p><p>CEO Stephanie Garris said it’s one of 110 free or charitable clinics in Florida, but that’s not enough to handle demand. To treat more people in response to the Affordable Care Act changes, it recently started hosting a mobile acute care clinic for walk-in patients.</p><p>Garris said Grace Medical Home treated about 1,350 people last year. Every year, they take about 350 new patients.</p><p>“Would I love to double that, triple that? Of course,” Garris said. “I just think in the reality, with the huge number of uninsured that we have, it’s just not possible.”</p><p>Health costs become an issue in midterm campaigns</p><p>For U.S. Rep. Darren Soto, a Democrat defending his seat in a sprawling — and now much redder — redrawn district south of Orlando, health costs are a campaign focal point.</p><p>He said his district, which is near various theme parks, had the second-largest Affordable Care Act enrollment in the nation, in part because many small tourism businesses can’t offer employees health insurance.</p><p>“I just hear it everywhere I go,” he said. His Republican opponent, Navy veteran and former Trump administration official Dan Green, did not answer emailed questions about the subsidies but has emphasized affordability of groceries and property insurance as campaign priorities.</p><p>Soto voted with Democrats and some Republicans — including a few from Florida — to save the subsidies last year. The Republican majority declined and suggested other ideas, including funding Americans' health savings accounts. No law along those lines has passed yet.</p><p>Button, a Democrat in Soto’s district, said he is open to different reforms for health costs, but said politicians aren't acting fast enough.</p><p>“They keep trying to make excuse after excuse,” he said. “I don’t have six months to a year to wait for you guys to pass this through the hoops that you need to.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3ADCZVY4GCKFJO75XVWN46P6WM.jpg?auth=12f0f1156128b2e8b02360170adad9f7a761c35abb9269e0f5350b8be27c4a6c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elijah Button, 21, poses for a portrait in St. Cloud, Fla., Thursday, Aug. 13, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VTXPDNGOMT7UD56KEU3YCB436I.jpg?auth=325db2fe5611a13afafe771791ae5ecbb367f974b5fce1899c4b00f8e9f6294f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elijah Button, 21, shows a scar on his middle fingers caused by a knife wound that he was unable to seek medical help for, in St. Cloud, Fla., Thursday, Aug. 13, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZRVIAJ7BDVZMM4NNEYCX42OYCU.jpg?auth=e14bba894626d8f3e43a896d9f4dd8981ce90d23a7eaadd718d5d0769e86b810&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tracy Rand uses a fan to help with her severe menopause symptoms, brought on after a surgery to remove her ovaries, at her home in Leesburg, Fla., Friday, Aug. 14, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZA43DIQWOVBS2HYUGJ4J6EDFI4.jpg?auth=1880557f9125589ae8a979ab4485d6189e94036591b5ea69d8a63b32b86e15a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tarsha Watson, 54, of Orlando, Fla., is interviewed at her home, in Orlando, Wednesday, Aug. 12, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UEPJNITOAU4643QBPQGSDPGRP4.jpg?auth=c46d22e30bc27f2c964779d48fb600c82b14824222307af3719c4ec6b3f34886&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Doctor Kirsten Carter, attends a chronic care appointment for Ana Bautista, and Cesar Granda, of Orlando, Fla., during an appointment at Grace Medical Home in Orlando, Wednesday, Aug. 12, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[English cricket and its drinking problem: Another nightclub incident leaves Root 'hacked off']]></title><link>https://www.local10.com/sports/2026/08/25/english-cricket-and-its-drinking-problem-another-nightclub-incident-leaves-root-hacked-off/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/english-cricket-and-its-drinking-problem-another-nightclub-incident-leaves-root-hacked-off/</guid><dc:creator><![CDATA[By STEVE DOUGLAS, Associated Press]]></dc:creator><description><![CDATA[It was a telling remark, especially when revisited two months later.]]></description><pubDate>Tue, 25 Aug 2026 12:58:23 +0000</pubDate><content:encoded><![CDATA[<p>It was a telling remark, especially when revisited two months later.</p><p>“I probably won’t be real happy and smiley,” then-England cricket captain Ben Stokes told reporters after beating New Zealand in a hard-fought test match at Lord’s in June, “until I get up there and share a proper beer with the boys.”</p><p>After all, having a post-match drink with teammates and sometimes rivals in the dressing room is a cricketing tradition as old as time.</p><p>Is English cricket taking it to the extreme?</p><p>The off-field conduct and drinking habits of England's men's squad are back under scrutiny this week after another nightclub incident involving one of its players.</p><p>This time it was Brydon Carse, a 31-year-old fast bowler and one of the team’s success stories in recent years. The images of him outside a club in the early hours of Sunday in handcuffs and surrounded by police officers were hard to ignore, especially as the saga came days after a plea by newly appointed England captain Joe Root.</p><p>“Ultimately you’re grown adults,” said Root, speaking after England's leadership opted to scrap a midnight curfew that had been imposed on the men's team following a string of controversial late-night incidents.</p><p>“You know what it takes to play for England, you know what your responsibilities are off the field, and we need to make sure we don’t find ourselves with any little situations off the field.”</p><p>Seems the message didn't get across to his players.</p><p>“If I’m being brutally honest, I’m really hacked off. I’m really disappointed,” Root said in a news conference on Tuesday.</p><p>“It’s not the isolated incident itself,” Root added. “It’s the fact we continually keep making stupid mistakes away from the game and it’s detracting from what we’re doing on the field.”</p><p>And so, with England's Cricket Regulator getting down to work investigating another off-the-field issue, it's back to square one.</p><p>Is it time for a cultural reset? In this age of sports science and ultra-professionalism, there are wider questions over whether cricketers should have a beer after a match. Or do players just need to be a bit smarter?</p><p>“Just have some kind of brain cells amongst you, seeing what’s just gone on,” former England captain Alastair Cook said on the Stick to Cricket podcast released Tuesday. “Surely someone says either don’t go to that place, or at 12 a.m. or 1 a.m. say, 'Let’s go and find ourselves somewhere quieter if we want to carry on.”</p><p>Here's a look at the late-night incidents that have brought shame on English cricket:</p><p>Brook hit by a bouncer</p><p>Before going to Australia for what proved a humiliating Ashes series, England traveled to New Zealand in October for a white-ball tour.</p><p>A day before the third and final one-day international, team captain Harry Brook was hit by a bouncer after being denied entry to a club in Wellington. Teammates Jacob Bethell and Josh Tongue also were present on the night out.</p><p>Brook was fined about 30,000 pounds ($40,300) at the time and given a final warning about his future conduct — sanctions not made public until months later, after the Ashes series that England lost 4-1.</p><p>“I want to apologize for my actions,” Brook said. “I fully accept that my behavior was wrong and brought embarrassment to both myself and the England team.”</p><p>Disorientated Duckett's night out in Noosa</p><p>Between the second and third tests in the Ashes series against Australia in December, England visited the resort town of Noosa on the Sunshine Coast for some downtime in the midst of a long tour.</p><p>While there, footage was taken of England opening batter Ben Duckett looking disorientated as he talked to a group of people on a night out and saying he was unable to remember how to get back to his hotel.</p><p>“I am sorry for that incident, it was not professional and shouldn’t have happened,” Duckett later said. “There is no hiding away from it.”</p><p>Rob Key, England managing director of men’s cricket, said he would investigate the drinking habits of the England team.</p><p>Stokes' post-Lord's night out leads to retirement</p><p>Chastened by the Ashes hammering in the winter, England began its so-called “reset” with a home series against New Zealand in June.</p><p>After winning the first test, Stokes and fast bowler Gus Atkinson continued their post-match celebrations at Lord's by going on a night out in London, during which a member of England’s security staff was reportedly struck by a rugby player from English club Saracens.</p><p>The fallout was huge: Stokes and Atkinson were left out of the second test amid an investigation that ultimately found that no “regulatory breach” had occurred. Stokes then returned for the third match, only to announce his retirement from international cricket midway through it, saying the past few months had “taken its toll.” Brendon McCullum then was fired as test coach, while Key said the England and Wales Cricket Board was considering imposing an alcohol ban on the team.</p><p>Carse in cuffs outside nightclub as Stokes watches on</p><p>Strictly speaking, Carse's night out wasn't while he was on England duty. It came after his club side, Durham, completed a big win over Derbyshire in the domestic County Championship on Saturday.</p><p>Carse was among the players selected in the England squad for the first test against Pakistan last week, but wasn't picked to play in the match and was released to feature for Durham.</p><p>Ahead of his ill-fated night out, Carse had been retained in England's squad for the second test starting Thursday. He was dropped on Monday because an investigation was ongoing into the incident, which saw Carse held in handcuffs by police after, according to Britain's Press Association, being briefly arrested.</p><p>England bowler Matthew Potts was with Carse on the night out, while footage that circulated on social media showed Stokes watching on as Carse was in handcuffs.</p><p>With Carse yet to comment on the incident, it was left to Root to say his teammate is “very upset, has been very apologetic, and understands his actions.</p><p>“I don’t think it has been a very good look, the recent past, if I’m being brutally honest,” Root said. “At all.”</p><p>___</p><p>See AP’s full cricket coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YYHFR42H453PS7UEE44RSPOQYE.jpg?auth=17911586fa25618e0eca03f59811c2e752600c0777c84b4998eb7ad821ff6aee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - England's Brydon Carse appeals unsuccessfully for the wicket of Australia's Travis Head during play on the last day of the fifth and final Ashes cricket test between England and Australia in Sydney, Thursday, Jan. 8, 2026. (AP Photo/Mark Baker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Baker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LDUX4UT7GRJN4IIVDCQUD377RE.jpg?auth=73deaaa53529e6b761efeb2ecfcdaa623107ef5f7253775419a69703a152953a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - England's Joe Root leaves the pitch after losing his wicket during the second day of the test match between England and New Zealand at Lord's cricket ground in London, Friday, June 5, 2026. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/73SYC4BWPS2D62WE2BWMBMEE7U.jpg?auth=9057a10a07ab0012bb4196a77b2ac588fc71aae2d82f8f9b7dbb1cea8a96d2a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - England's captain Ben Stokes walks onto the field before the start of play on the fourth day of the Test match between England and New Zealand at Lord's cricket ground in London, Sunday, June 7, 2026. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NOJ66UZZJHGPQ2Z7TKWL5IDDI4.jpg?auth=ddc4dae575ea45df90b98080366e8fa845b2ceef721860c90a6960e9d7210280&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - England's captain Harry Brook,plays a shot during the second T20 cricket match between England and India in Manchester, England, Saturday, July 4, 2026. (AP Photo/Dave Thompson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dave Thompson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HXMF3QRKXFKIHA5YHDQR2LJCJM.jpg?auth=39dd96c59241f1a7b186586d020da5d34a71597ccfaf4f791edbc97c5805f829&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - England's Ben Duckett leaves the pitch after losing his wicket during the first day of the test match between England and New Zealand at Lord's cricket ground in London, Thursday, June 4, 2026. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Putin decree lets Russia take control of infrastructure damaged in Ukrainian drone attacks]]></title><link>https://www.local10.com/news/2026/08/25/putin-decree-lets-russia-take-control-of-infrastructure-damaged-in-ukrainian-drone-attacks/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/25/putin-decree-lets-russia-take-control-of-infrastructure-damaged-in-ukrainian-drone-attacks/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Russian President Vladimir Putin has decreed that the state can temporarily seize control of critical infrastructure facilities if private owners fail to protect them from Ukrainian drone attacks or rebuild them after the strikes.]]></description><pubDate>Tue, 25 Aug 2026 15:21:09 +0000</pubDate><content:encoded><![CDATA[<p>Russian President Vladimir Putin has decreed that the state can temporarily seize control of critical infrastructure facilities if private owners fail to protect them from Ukrainian drone attacks or rebuild them after the strikes.</p><p>The move came Monday amid growing economic pressure and public frustration being felt in Russia after months of escalating Ukrainian attacks on oil refineries and e-commerce hubs that have caused nationwide disruptions.</p><p>Ukraine also is reeling from relentless aerial attacks that have smashed its power grid ahead of winter and heavily damaged homes as Russia’s invasion stretches into its fifth year.</p><p>The decree may pressure owners to undertake repairs</p><p>The Kremlin's exact intentions with the decree are unclear. However, it applies to various sectors, including energy infrastructure, as well as industrial, communications, transportation and logistics facilities.</p><p>Kremlin spokesman Dmitry Peskov said Tuesday that “often business owners do not pay enough attention to taking measures to ensure safety, anti-drone safety.”</p><p>Given the threat to vital economic infrastructure, “we must take measures, we must ensure our own safety,” he said.</p><p>Deputy Prime Minister Denis Manturov said in a statement the decree doesn’t imply the nationalization of companies or a change of ownership — only “involvement of the state in the management of an enterprise to solve specific security problems.”</p><p>He added that the decree “doesn’t imply widespread use," and that "targeted, carefully considered decisions will be made at the highest level.”</p><p>Analysts say Putin wants companies to boost defenses</p><p>Russian political analyst Abbas Gallyamov said the measure might be a “tactical” step designed to force the owners of repeatedly damaged oil refineries into making repairs.</p><p>“Given the fact that the same refinery has already been hit three to five times, it’s safe to assume that the owners are now reluctant to invest in restoring what’s been destroyed,” he said on the Telegram messaging app.</p><p>“Why spend billions if they’re going to get hit again tomorrow?” said Gallyamov, a former speechwriter for Putin.</p><p>He said the government is giving companies an ultimatum: “If you don’t finance the restoration of the refineries, we’ll take them away from you.”</p><p>Chris Weafer, the CEO of Macro-Advisory Ltd. Consultancy, said the Kremlin is trying to compel companies to spend more on drone protection and reduce the number of successful, high-profile Ukrainian attacks.</p><p>“This is an effort to force companies to look at their own security, to take measures and to spend their own money on security measures and not just be relying on the state,” Weafer told The Associated Press.</p><p>The war is increasing costs for businesses, he noted, but added: “The state doesn’t want any additional budget burdens and having to repair businesses or having to provide security. They want the companies to do it themselves.”</p><p>Ukraine says it hit more Russian refineries</p><p>In the latest attacks, Ukraine’s General Staff said Tuesday its forces struck facilities at Russia’s Afipsky oil refinery in the Krasnodar region overnight, causing a fire. Krasnodar Gov. Veniamin Kondratyev said a fire broke out at an oil refinery in the town of Afipsky.</p><p>A Ukrainian attack also damaged the Novoshakhtinsk oil refinery in southern Russia’s Rostov region overnight and halted operations, Rostov Gov. Yuri Slyusar said, without elaborating.</p><p>It was the eighth time in a year that Ukrainian drones have targeted the Afipsky refinery and the fourth time in the past year they have aimed at Novoshakhtinsk, according to data from Ukraine’s General Staff.</p><p>Russian businesses face fundamental economic challenges as the costly war drags on. The government has raised taxes and increased domestic borrowing to keep its budget deficit under control, and taking over major companies could potentially bring in revenue.</p><p>At the same time, seizing damaged assets could bring another financial burden. The Kremlin may intend the measure as a way to pressure companies to shoulder more responsibility for air defense, as Russia’s vast territory is hard to protect.</p><p>Russia also is offering more help for its biggest online retailer, Wildberries, and businesses selling goods through it. The company and thousands of sellers working with it have been hit hard by repeated Ukrainian strikes on warehouses. The Finance Ministry proposed Monday extending deadlines for tax and insurance payments to give Wildberries and its sellers some financial breathing space.</p><p>On Saturday, Putin told state television that Russia “must and will improve the air defense system and enhance its capabilities.”</p><p>“We need to streamline coordination between defense, law enforcement and civilian agencies at all levels, and to leverage the capabilities of state‑run enterprises and private businesses,” he said.</p><p>In May, following deep strikes that unsettled Moscow, Russian lawmakers approved a bill that allowed the Central Bank, state-controlled Sberbank and other financial services to fend off drone attacks by installing air defenses on their premises.</p><p>News outlet RBC, citing anonymous sources in and close to the Defense Ministry, reported that month that a mechanism had been established for businesses to procure weapons and equipment to protect themselves from drone attacks, something Russian officials and lawmakers have said companies should do.</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/M5C74XGEHESR6V5UHIZCRP4WBA.jpg?auth=527004b1ac41482d7143012926fa63bb653e6269ed0180b5cd97c6a204607897&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin, right, listens to Stavropol region governor Vladimir Vladimirov during their meeting at the Kremlin in Moscow, Tuesday, Aug. 25, 2026. (Mikhail Metzel/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mikhail Metzel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LR2M755AP4LEBKUOZ74YZJQKBI.jpg?auth=e90234f1cb3caff29d9aecb47321149daf6715540e608a08a206f6a19e9d137f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People enjoy a nice view on rainbow, backdropped by the GUM state shop, left, the St. Basil's Cathedral, center, and the Spasskaya Tower, right, walking in Red Square during the golden hour in Moscow, Russia, on Monday, Aug. 24, 2026. (AP Photo/Alexander Zemlianichenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexander Zemlianichenko</media:credit></media:content></item><item><title><![CDATA[An attack disables a ship in the Strait of Hormuz and other news from around the Middle East]]></title><link>https://www.local10.com/news/world/2026/08/25/ship-disabled-by-attack-in-strait-of-hormuz-and-other-news-from-around-the-middle-east/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/25/ship-disabled-by-attack-in-strait-of-hormuz-and-other-news-from-around-the-middle-east/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[An oil tanker was hit with a projectile off the coast of Oman in the Strait of Hormuz, according to a report on Tuesday that underscored the ongoing dangers for shipping companies attempting to use the waterway while it's under Iranian control.]]></description><pubDate>Tue, 25 Aug 2026 16:23:18 +0000</pubDate><content:encoded><![CDATA[<p>An oil tanker was hit with a projectile off the coast of Oman in the Strait of Hormuz, according to a report on Tuesday that underscored the ongoing dangers for shipping companies attempting to use the waterway while it's under Iranian control.</p><p>The attack came as a high-level delegation from Pakistan, which has been a main mediator between the United States and Iran, was wrapping up meetings in Tehran aimed at bringing a negotiated end to the nearly six-month war.</p><p>Here’s a look at the latest developments in the Iran war and the wider Middle East. Full coverage can be found here.</p><p>Tanker hit and disabled off Oman's eastern coast</p><p>The oil tanker was hit on Monday night a few miles off Oman, the British military's United Kingdom Maritime Trade Organization reported.</p><p>The strike disabled the ship's engine, but all crew were reported safe, the UKMTO said. There were no immediate reports of any environmental impact.</p><p>About a fifth of the world's traded oil passed through the Strait of Hormuz before the U.S. and Israel attacked Iran on Feb. 28.</p><p>Iran periodically fires at vessels attempting to transit the strait to enforce its stranglehold on the waterway, though there was no immediate claim for Monday's attack. The U.S. has also fired on vessels while imposing a blockade of Iranian ports.</p><p>Pakistani officials say ‘highly positive’ talks held with Iran</p><p>A delegation from Pakistan led by army chief Field Marshal Asim Munir departed from Tehran on Tuesday after talks with Iran’s president and other senior officials on reopening the Strait of Hormuz and reviving negotiations to end the Iran-U.S. conflict, the Pakistani military said.</p><p>Pakistan has sought to mediate a resolution between Iran and the U.S., maintaining contacts with officials in both countries. Pakistani Interior Minister Mohsin Naqvi said a meeting with Iranian President Masoud Pezeshkian had been “very positive and productive.”</p><p>Iran and Oman, located on the opposite side of the strait from Iran, are finalizing their own proposal for managing the waterway. Oman’s foreign minister was to meet with Iranian authorities Tuesday.</p><p>No answers a year after Israeli soldiers kill 22 Palestinians, including journalists and rescuers</p><p>Tuesday marked one year since Israeli soldiers killed 22 Palestinians, including journalists and rescue workers, in a double strike on a hospital in Gaza that provoked global outrage. No one has been held accountable.</p><p>Israeli officials said the target was a suspected Hamas camera on the roof of Nasser Hospital. Among those killed were Reuters cameraman Hussam al-Masri and Mariam Dagga, a visual journalist who worked for The Associated Press and other news organizations.</p><p>Despite repeated requests by the AP, the army has not provided details about the investigation or a timeline for when it could be completed. Rights groups say Israel rarely holds troops accountable for killing Palestinians, pointing to long investigations that rarely lead to prosecution.</p><p>China warns about US sanctions threat disrupting Iran cooperation</p><p>China's Foreign Ministry says it is closely following plans announced by U.S. Treasury Secretary Scott Bessent to expand sanctions to entities and individuals linked to Iran, including some based in China.</p><p>Foreign Ministry spokesperson Lin Jian said China-Iran cooperation “should not be disrupted or undermined,” noting that it has conformed with international law.</p><p>China is one of Iran's biggest trading partners and purchases the majority of its total oil exports.</p><p>The Treasury Department on Monday said it was imposing sanctions on nearly 60 Iran-linked entities, including several based in China. It stopped short of imposing secondary sanctions on countries that trade with Iran.</p><p>Deadly Israeli strike hits southern Gaza</p><p>An Israeli airstrike on Tuesday killed at least one Palestinian and wounded four others in southern Gaza, hospital officials said.</p><p>The strike hit a group of people northwest of the city of Khan Younis, according to the city’s Nasser hospital. The Israeli military said it struck a suspected militant in the area.</p><p>The death was the latest among Palestinians in Gaza since an October ceasefire attempted to halt more than two years of war between Israel and Hamas.</p><p>Israeli forces seize vocational school run by UN agency</p><p>Israel on Tuesday seized a U.N.-run facility housing a vocational school on the outskirts of Jerusalem, advancing its campaign against the U.N. agency that provides humanitarian services to millions of Palestinian refugees across the Mideast.</p><p>Israel’s Foreign Ministry said the agency, known as UNRWA, does not own the land. Israel cited similar reasoning when its forces demolished the agency’s former East Jerusalem headquarters in January.</p><p>The U.N. interim Mideast coordinator, Ramiz Alakbarov, called the seizure unlawful and said it deprived 340 Palestinian refugees of educational services.</p><p>Israel has accused UNRWA of anti-Israel bias and at times of employing Palestinian militants. The United Nations and UNRWA have denied the accusations and say they investigate credible allegations and act quickly to purge suspected militants among staff.</p><p>Video shows Israeli lawmaker destroying Palestinian monument</p><p>A far-right Israeli lawmaker smashed a Palestinian memorial in the occupied West Bank on Tuesday after entering the village of Madama with an Israeli military escort.</p><p>Video showed Tzvi Succot, a Knesset member from the Religious Zionism party, destroying the monument with a hammer while Israeli soldiers stood nearby. Succot said the monument glorified terrorism.</p><p>The Israeli military said it authorized and provided security for Succot’s trip, but did not grant him permission to demolish the monument.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FL5OIREAD2RIP4CQ7WM2QKHGIQ.jpg?auth=f8ff2f85b6edce5d995f83d60a714ce5cf349a7fc09e0b0009ad40e05a09ac29&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 Iranian Presidency Office, President Masoud Pezeshkian, right, meets Pakistan's Army Chief Field Marshal Gen. Asim Munir in Tehran, Iran, Monday, Aug. 24, 2026. (Iranian Presidency Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/M7ABCBW6EVXU5OAKZ756HYJKY4.jpg?auth=4d1aea2b3ffe2fd5ef9adbeade52645f46f159ec1add1c2e0828290cefb5e7a4&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 Islamic Consultative Assembly News Agency, ICANA, Iran's Parliament Speaker and top negotiator Mohammad Bagher Qalibaf, right, shakes hands with Pakistan's Army Chief Field Marshal Gen. Asim Munir during their meeting in Tehran, Iran, Monday, Aug. 24, 2026. (Mahmoud Hosseini/ICANA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Hosseini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XNXB4R43IWT33F7XE7XYF5YLDM.jpg?auth=fcaca78f286071d66895e1010d62a34edc6a14ef83fdcc68c17c43a5d6ed9623&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 Islamic Consultative Assembly News Agency, ICANA, Iran's Parliament Speaker and top negotiator Mohammad Bagher Qalibaf, right, speaks with Pakistan's Army Chief Field Marshal Gen. Asim Munir during their meeting in Tehran, Iran, Monday, Aug. 24, 2026. (Mahmoud Hosseini/ICANA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Hosseini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LAFYCXPN5UBNCEETCCJCTHZSGA.jpg?auth=cdf0e753d483ce9ca7d5a5d1db957a041f1e4a8845247c2dffbe57d3a4925471&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks at a news conference, Monday, Aug. 24, 2026, at the Treasury Department in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IENDOBRONNALGCOJCM6B3SM3RU.jpg?auth=3ec396fcf5e8df282ab88f57f0bd28e9c7ae458f7a1f86bcb642b34a128c776f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riyad Abu Dagga, 69, visits the grave of his daughter, Mariam Dagga, a freelance journalist who worked with The Associated Press and other news outlets during the Gaza war and was killed in an Israeli airstrike on the Nasser Hospital building in Khan Younis on Aug. 25, 2025, at a cemetery in Khan Younis, Gaza Strip, Aug. 16, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[TURN ON TV NOW: LOCAL 10 NEWS AT 6:00]]></title><link>https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</link><guid isPermaLink="true">https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</guid><description><![CDATA[Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.]]></description><pubDate>Sat, 14 Oct 2023 02:34:01 +0000</pubDate><content:encoded><![CDATA[<p>Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.</p><ul><li><a href="https://www.local10.com/news/local/2026/08/24/suspect-in-custody-following-police-chase-that-ended-at-edge-of-plantation-canal-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/24/suspect-in-custody-following-police-chase-that-ended-at-edge-of-plantation-canal-cops-say/">Suspect in custody following police chase that ended at edge of Plantation canal, cops say</a></li><li><a href="https://www.local10.com/news/local/2026/08/24/bso-deputy-facing-charges-stemming-from-domestic-incident-in-miramar/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/24/bso-deputy-facing-charges-stemming-from-domestic-incident-in-miramar/">BSO deputy facing charges stemming from domestic incident in Miramar</a></li><li>Meeting to be held today about potential school closures for next fall as BCPS enrollment declines</li></ul><p>You can watch a live feed of our news broadcast at <a href="https://www.local10.com/live/" target="_blank" rel="noreferrer" title="https://www.local10.com/live/">Local10.com/Live</a>. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Local 10 News]]></media:description></media:content></item><item><title><![CDATA[A tornado tears through a village in southern France, wrecking 300 homes]]></title><link>https://www.local10.com/news/world/2026/08/25/a-tornado-tears-through-a-village-in-southern-france-injuring-39-and-wrecking-300-homes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/25/a-tornado-tears-through-a-village-in-southern-france-injuring-39-and-wrecking-300-homes/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — A tornado ripped through a small village in southern France, damaging about 300 homes, destroying several cars and injuring dozens of people, authorities said Tuesday.]]></description><pubDate>Tue, 25 Aug 2026 15:24:16 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — A tornado ripped through a small village in southern France, damaging about 300 homes, destroying several cars and injuring dozens of people, authorities said Tuesday.</p><p>The tornado struck Pomas, a village of about 1,000 people, on Monday and rescue teams continued their search through ruins on Tuesday, though no people were immediately reported missing.</p><p>Authorities said that 39 people were injured. Alain Bucquet, the head of the local government office, later said 20 of them were hospitalized, with none of them in critical condition as of Tuesday evening. Authorities opened emergency accommodation centers to house displaced residents.</p><p>Bucquet said the Pomas school was partially destroyed, but assured residents that the town's children would be able to attend classes in surrounding municipalities starting on the first day of the school year in September.</p><p>In the broader Aude department, about 1,400 households were still without electricity on Tuesday morning, officials said.</p><p>The region was under a thunderstorm alert at the time of the tornado, with wind gusts exceeding 100 kilometers per hour (60 miles per hour) recorded at a nearby meteorological station. The third stage of the Vuelta a Espana bike race, which was held in southern France on Monday, was halted because of hail.</p><p>According to Meteo France, the national weather agency, a few dozen tornadoes occur each year in mainland France, most of them of low intensity.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/64YWPMGXTOOJ42EJ5GPYJIPX74.jpg?auth=6da19728b01b4d34edc273452d65ef910b2631ed90e6a4fd0a4ec22f33ec9da8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A resident stands outside a damaged home after a tornado ravaged the small village of Pomas in southern France, Tuesday Aug. 25, 2026. (AP Photo/Frederic Lancelot)]]></media:description><media:credit role="author" scheme="urn:ebu">Frederic Lancelot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5QXNJHEI2GQNLKVBPTJK7TZYAY.jpg?auth=d989a5da2943aecaea591f34f07b5104d9d4fd9c5a13118adbe2ed073365dc11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Resident watch damaged houses after a tornado ravaged the small village of Pomas in southern France, leaving dozens injured, Tuesday Aug. 25, 2026. (AP Photo/Frederic Lancelot)]]></media:description><media:credit role="author" scheme="urn:ebu">Frederic Lancelot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R3STHPVM23QBIRGEDIZ3VN42AU.jpg?auth=eef74f63534e1c843442a7a7e950923a1aff504860b067cab136cd67dcf1f73e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People leave with luggage after a tornado ravaged the small village of Pomas in southern France, leaving dozens injured, Tuesday Aug. 25, 2026. (AP Photo/Frederic Lancelot)]]></media:description><media:credit role="author" scheme="urn:ebu">Frederic Lancelot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WOGXGJUGIC4INH7KE4X63UIYOQ.jpg?auth=6d1a968075ce09ea1824830c7c5f51eab2c3d6bfa2c63e412b36d6aed8e6a244&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged houses are pictured after a tornado ravaged the small village of Pomas in southern France, leaving dozens injured, Tuesday Aug. 25, 2026. (AP Photo/Frederic Lancelot)]]></media:description><media:credit role="author" scheme="urn:ebu">Frederic Lancelot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UBSOKSEBIETREDLSNTXJW63UZA.jpg?auth=7462a4ce72d70969307a2b1716352f30e8bc5ce3f9916c8522dc0a1f5a08a4f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars and a damaged house are pictured after a tornado ravaged the small village of Pomas in southern France, leaving dozens injured, Tuesday Aug. 25, 2026. (AP Photo/Frederic Lancelot)]]></media:description><media:credit role="author" scheme="urn:ebu">Frederic Lancelot</media:credit></media:content></item><item><title><![CDATA[A year after Israeli strikes killed journalists at a hospital, no one has been held accountable]]></title><link>https://www.local10.com/news/world/2026/08/25/a-year-after-israeli-strikes-killed-journalists-at-a-hospital-no-one-has-been-held-accountable/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/25/a-year-after-israeli-strikes-killed-journalists-at-a-hospital-no-one-has-been-held-accountable/</guid><dc:creator><![CDATA[By SAM MEDNICK, Associated Press]]></dc:creator><description><![CDATA[TEL AVIV, Israel (AP) — It’s been a year since Israeli soldiers killed 22 Palestinians, including journalists and rescue workers, in a double strike on a hospital in Gaza. No one has been held accountable.]]></description><pubDate>Tue, 25 Aug 2026 15:06:04 +0000</pubDate><content:encoded><![CDATA[<p>TEL AVIV, Israel (AP) — It’s been a year since Israeli soldiers killed 22 Palestinians, including journalists and rescue workers, in a double strike on a hospital in Gaza. No one has been held accountable.</p><p>Israeli officials said the target was a suspected Hamas camera on the roof of Nasser Hospital. Among those killed were Reuters cameraman Hussam al-Masri and Mariam Dagga, a visual journalist who worked for The Associated Press and other news organizations.</p><p>Despite repeated requests by AP, the army hasn't provided details about the investigation or a timeline for when it could be completed. Rights groups say Israel rarely holds troops accountable for killing Palestinians, pointing to long investigations that rarely lead to prosecution.</p><p>As global outrage over the Aug. 25, 2025, strikes grew, the Israeli military said that in addition to taking out the camera, six of those killed were linked to Hamas, without providing evidence.</p><p>But an Israeli soldier, speaking on condition of anonymity for fear of retribution, now says the military could find no evidence linking the camera, which belonged to al-Masri, to Hamas. The soldier, who was privy to discussions surrounding the military’s response, said none of the six was the intended target of the strikes.</p><p>AP sent detailed questions to the military about the allegations, as well as other questions about the strikes. The military didn't address the questions but said the incident is being examined and findings will be transferred to the Military Advocate General’s Corps to reach a verdict on whether to open a criminal investigation. It didn’t provide a timeline.</p><p>The army said it would not comment on details while the incident was under review.</p><p>AP reported at the time that one of the six Israel said was linked to Hamas wasn't on the hospital's list of casualties and two others were medical or emergency personnel. That, along with the soldier’s account, raises serious questions about Israel’s rationale for the strikes.</p><p>Why did troops fail to identify the cameraman as al-Masri, even though journalists were known to film at the hospital? Why did they strike a second time, causing most of the deaths and raising accusations of a “double tap” attack on first responders, which would be a war crime?</p><p>AP and Reuters released a statement Tuesday calling again for Israel to provide a full explanation of the strikes. The news organizations also called on Israel to give journalists access to Gaza to support colleagues who have covered the war from the beginning.</p><p>“A year later, we remain devastated by their deaths and are still searching for answers from the Israeli authorities about what happened,” the statement read.</p><p>Nasser Hospital was a vital location for journalists</p><p>News agencies like Reuters and AP supplied live video footage to newsrooms around the world from the hospital, one of the few functioning in Gaza at the time. AP repeatedly informed the army that its journalists were there.</p><p>The first strike killed al-Masri and another person. As other journalists, including Dagga, and rescue workers rushed up an external staircase to help the wounded and document what happened, the military struck again, killing 20. Based on footage and eyewitnesses, none was armed. In all, Israel struck the hospital four times using high-explosive tank shells.</p><p>Israeli officials afterward said Hamas was using the camera to observe nearby troops. They alleged “suspicious behavior” around the camera, but the only example they gave was that a towel draped over the camera and the person filming appeared to be an effort at concealment.</p><p>Al-Masri routinely covered equipment with a white cloth to protect it from the sun and dust, a common practice among journalists in Gaza and other hot climates.</p><p>Last week, the army announced criminal investigations into two other high-profile attacks by its troops in Gaza — the 2024 killing of 5-year-old Hind Rajab and her family, and the 2025 killing of 15 paramedics. It cleared troops in three other attacks that killed international aid group workers.</p><p>Soldier details an attempt at damage control</p><p>The soldier was connected to AP through Breaking the Silence, a group founded over two decades ago by Israeli veterans that collects testimony from soldiers and is critical of Israel's actions in the Palestinian territories.</p><p>The soldier said after high-profile strikes that kill civilians without clear military purpose, army officials search for militant links among those killed.</p><p>Breaking the Silence said its testimonies show there is a “retroactive incrimination process” in which Palestinians who are killed are automatically counted as militants, even when unarmed.</p><p>Retroactive incrimination is used as a “near automatic justification for every bullet, shell or missile fired, and as a tool used to avoid carrying out real investigations,” Nadav Weiman, the group’s executive director, said.</p><p>AP confirmed some details of the soldier's account, which is consistent with the military's public response. Breaking the Silence said it corroborated the account with its own sources.</p><p>The Israeli military has raided or laid siege to hospitals throughout the war, accusing Hamas of using them as command centers and to hide fighters, though it's provided evidence for only some of its claims.</p><p>Hamas security men have been seen in hospitals during the war, controlling access to certain areas. Earlier this year, Doctors Without Borders suspended some operations at Nasser Hospital for several months after patients and staff reported seeing armed, masked men roaming parts of the building.</p><p>Tank shells were fired after a drone failed</p><p>The soldier, and a former military official with knowledge of the situation, said a high-ranking army official initially approved use of a precision weapon to take down the camera, but an attempt by drone failed for unknown reasons. The former official spoke on condition of anonymity because they weren't authorized to talk to the media.</p><p>The division commander then approved an alternative method, said the soldier, without saying what the method was. It's unclear who made the decision to fire tank rounds, which can cause more damage than drone strikes.</p><p>Oded Ailam, former head of the counterterrorism division in Israel's Mossad spy service, said while commanders on the ground have a degree of freedom, they don’t have a “blank check.”</p><p>“If the change is significant, particularly where it may affect the risk to civilians, it must remain within the authority, rules and intent of the original order, or require renewed approval,” he said.</p><p>Israeli troops have killed over 200 journalists in the war</p><p>Israeli troops have killed 207 Palestinian reporters in Gaza since Hamas' Oct. 7, 2023, attack ignited the war, according to the New York-based Committee to Protect Journalists. Israel has barred foreign journalists from entering Gaza, giving Palestinian journalists a critical role.</p><p>Sara Qudah, CPJ’s Middle East and North Africa regional director, said Israel has a responsibility to conduct a prompt, transparent investigation. “When journalists can be killed without credible accountability, it becomes harder and more dangerous for the press to document conflicts and for the public to know what is happening,” she said.</p><p>The lack of answers has been agonizing for families.</p><p>Ezz al-Din al-Masri said he doesn’t understand why his brother, Hussam, was killed. “Unfortunately, we found that the blood of journalists in Gaza is cheap … as if the rules protecting journalists do not apply,” he said.</p><p>Dagga, 33, had just taken her last photos before rushing up the stairs. Whenever her father, Riyad Abu Dagga, visits her grave, he carries her phone and camera — she always had them with her. He visits her apartment near Nasser Hospital and cries.</p><p>“Had any of the daughters of the soldiers been killed unjustly, they would not have stayed silent,” he said of the Israelis. “They would want to know why.”</p><p>___</p><p>AP reporter Wafaa Shurafa in Deir al-Balah, Gaza Strip, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PPQRTT4OEAJRCDPQEVSWWYKYE4.jpg?auth=2a8ffd6164a6b5183644242c133385fadbbeaab7a73f1b14ef16f2673a515985&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Freelance journalist Mariam Dagga, 33, who had been working with the Associated Press and other outlets during the Gaza war, poses for a portrait in Khan Younis, southern Gaza Strip, on June 14, 2024. (AP Photo/Jehad Alshrafi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IENDOBRONNALGCOJCM6B3SM3RU.jpg?auth=3ec396fcf5e8df282ab88f57f0bd28e9c7ae458f7a1f86bcb642b34a128c776f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riyad Abu Dagga, 69, visits the grave of his daughter, Mariam Dagga, a freelance journalist who worked with The Associated Press and other news outlets during the Gaza war and was killed in an Israeli airstrike on the Nasser Hospital building in Khan Younis on Aug. 25, 2025, at a cemetery in Khan Younis, Gaza Strip, Aug. 16, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UD5LYG6DZNIL32RJ6E6EFEYQNA.jpg?auth=09abf5133036693cd30068a95788d0fa1e75533aab9ced2ae86df6ae58196a21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Nasser Hospital building, which was hit by an Israeli strike on Aug. 25, 2025, killing journalists Mariam Dagga and Hussam al-Masri, among others, is seen in Khan Younis, Gaza Strip, Aug. 16, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3DDWS4D52HXQTGT44MPMBZN6EU.jpg?auth=616eb52f0f6f3e5cde6b23d7cd1f50a0f37e4a6c8213267acba49232ec9325d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riyad Abu Dagga, 69, displays the camera and phone belonging to his slain daughter, Mariam Dagga, a freelance journalist who worked with The Associated Press and other news outlets during the Gaza war and was killed in an Israeli airstrike on the Nasser Hospital building in Khan Younis on Aug. 25, 2025, in Khan Younis, Gaza Strip, Aug. 16, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XPLTSNQHNCYDOAV5VKWHNZU6VA.jpg?auth=149f9ad63c7480cc4265d8c4e6ef20a0045749fc616e4b54319c586e8463f89b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Family members of Palestinian journalist Hussam al-Masri, who worked as a freelance journalist for Reuters and was killed in an Israeli airstrike targeting the Nasser Hospital building in Khan Younis on Aug. 25, 2025, look at his photos in Khan Younis, southern Gaza Strip, Aug. 16, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[La Tierra hierve con récord de temperatura del agua, una mala noticia para peces y humanos]]></title><link>https://www.local10.com/espanol/2026/08/25/la-tierra-hierve-con-record-de-temperatura-del-agua-una-mala-noticia-para-peces-y-humanos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/la-tierra-hierve-con-record-de-temperatura-del-agua-una-mala-noticia-para-peces-y-humanos/</guid><dc:creator><![CDATA[Por SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[Los océanos del mundo alcanzaron sus temperaturas más altas jamás registradas durante el fin de semana y es probable que se calienten aún más en los próximos meses, lo que somete a estrés la vida tanto en el agua como en la tierra, dijo el lunes el servicio climático europeo Copernicus.]]></description><pubDate>Tue, 25 Aug 2026 06:51:36 +0000</pubDate><content:encoded><![CDATA[<p>Los océanos del mundo alcanzaron sus temperaturas más altas jamás registradas durante el fin de semana y es probable que se calienten aún más en los próximos meses, lo que somete a estrés la vida tanto en el agua como en la tierra, dijo el lunes el servicio climático europeo Copernicus.</p><p>Impulsadas por un fenómeno natural de El Niño que sigue creciendo, pero que ya ha alcanzado proporciones gigantescas, y por el cambio climático causado por el ser humano, las temperaturas oceánicas mundiales llegaron a 21,1 grados Celsius (70 grados Fahrenheit) el viernes y el sábado, superando por poco el récord diario medio establecido en marzo de 2024, indicó Samantha Burgess, responsable estratégica de clima en Copernicus.</p><p>“Esta es otra señal más de que nuestro sistema climático está bajo tensión y de que el océano está sometido a una presión inmensa”, indicó Burgess.</p><p>Jane Lubchenco, oceanógrafa y exdirectora de la Administración Nacional Oceánica y Atmosférica de Estados Unidos (NOAA, por sus siglas en inglés), calificó el récord como “muy preocupante”.</p><p>“Un océano tan cálido desestabiliza los patrones meteorológicos y amenaza la seguridad alimentaria, la prosperidad económica y la vida marina", escribió Lubchenco en un correo electrónico. "Un océano más cálido no es nuestro amigo”.</p><p>Agua más cálida supone peores tormentas, noches más calurosas</p><p>De acuerdo con Burgess, cuando el océano se calienta, se vuelve más ácido y contiene menos oxígeno, lo que perjudica a las industrias alimentarias que dependen del mar. También cambia las corrientes oceánicas y los patrones meteorológicos, aportando más potencia a las tormentas para que dejen más lluvia y para que las marejadas ciclónicas sean mayores, añadió.</p><p>“Cuando tenemos un océano más cálido, como el que hemos tenido en Europa este verano, se amplifica el impacto de las olas de calor porque no se alcanzan las temperaturas nocturnas más frescas con la brisa marina que llega desde el océano cuando este está muy caliente”, apuntó.</p><p>Normalmente, como la mayor parte del hemisferio sur es océano, la temperatura global de la superficie del mar alcanza su punto máximo en marzo y abril, cuando el verano austral llega a su fin. Pero este año el récord se estableció en agosto, dijo Burgess. Así pues, los océanos seguirán calentándose hasta que el actual El Niño —un calentamiento natural y temporal de partes del Pacífico que luego distorsiona el clima y eleva las temperaturas a nivel global— alcance su apogeo, que se espera en algún momento entre noviembre y enero, precisó.</p><p>El Niño tiene ya la misma magnitud que los recientes y sigue creciendo; se espera que en su punto máximo alcance niveles sin precedentes. Es responsable de una buena parte del calor en los océanos, y el calentamiento a largo plazo por la quema de carbón, petróleo y gas ha elevado la temperatura de las aguas en 0,8º C (1,4º F), indicó Burgess.</p><p>“Lo que me hunde el corazón es que esto empiece tan temprano y esté tan fuera de lo normal que sabes que, cuando llegue a su pico, no va a tener precedentes", dijo Boris Worm, profesor de biología en la Universidad Dalhousie de Canadá. "No se supone que el océano haga esto”.</p><p>“Es que lo normal ya no existe”, agregó.</p><p>El agua caliente mata corales, anchovetas</p><p>“Da miedo", manifestó John Bruno, ecólogo marino de la Universidad de Carolina del Norte. "Ni siquiera estamos en octubre. Por lo general, el Caribe alcanza su pico hacia finales de septiembre, principios de octubre. Y creo que el año que viene en el Océano Austral, la Gran Barrera de Coral… sí, me preocupa mucho lo que va a pasar en el hemisferio sur en febrero y marzo”.</p><p>La cantidad de coral sensible al calor que sigue vivo hoy es aproximadamente una quinta parte de los niveles de la década de 1990, señaló Bruno. Pero últimamente los científicos han descubierto que algunas especies de coral —sobre todo las de tipo “herbáceo”, no las icónicas y longevas como el coral cuerno de ciervo— se están adaptando al agua más caliente y no se está dando el evento de aniquilación que se temía, explicó.</p><p>Bruno y Worm advirtieron sobre el colapso de las pesquerías y la escasez de alimentos.</p><p>Ambos mencionaron la mayor pesca del mundo, la de anchoveta peruana. Suele colapsar durante El Niño y el fenómeno es especialmente probable con este calor, dijo Worm. Eso altera la red alimentaria porque peces más grandes, mamíferos marinos y aves marinas se alimentan de ellas.</p><p>Worm explicó que, cuando el agua se calienta, las criaturas más grandes pueden nadar hacia aguas más frías, recorriendo medio océano, pero “las anchovetas no pueden irse, así que simplemente no se reproducen o se mueren de hambre”. Y esto afecta a las aves marinas e incluso a los seres humanos que dependen de ellas.</p><p>Con aguas más calientes, “no a todo el mundo le afecta por igual, obviamente, pero todo el sistema colapsa", sostuvo Worm. "Es como cuando le quitas la estabilidad a una economía. Es como que todo se derrumba. Algunos sectores pueden ir un poco mejor, pero en general todos sufren”.</p><p>Burgess dijo que, a medida que las aguas se calientan frente a Europa, la gente está avistando más medusas y, según Bruno, lo mismo podría estar ocurriendo en la costa este de Estados Unidos.</p><p>“Las medusas suelen ser oportunistas y les gustan las aguas cálidas", dijo Worm. "Así que sí, esperaría que les fuera un poco mejor”.</p><p>Otro exdirector de la NOAA, Rick Spinrad, dijo que el océano es el termostato del planeta, por lo que “mientras dependamos de un océano saludable para nuestra seguridad, prosperidad y bienestar, estas temperaturas récord de la superficie del mar presagian desafíos aún mayores para todos nosotros”.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. AP es la única responsable de todo el contenido. Consulte las normas de AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</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/Z7JF2H2F4JTDUGUMCUV7KCGZD4.jpg?auth=1ef9d375b2da30484cd1caf4820c7bfdfe8690b0607d61e5090dd3abacb330da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Una tortuga marina nada entre turistas que hacen snorkel en la playa de Piskado, en Westpunt, Curaçao, el 15 de mayo de 2026 (AP Foto/Matías Delacroix, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Australia's music industry bans AI-generated tracks from official charts]]></title><link>https://www.local10.com/business/2026/08/25/australias-music-industry-bans-ai-generated-tracks-from-official-charts/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/25/australias-music-industry-bans-ai-generated-tracks-from-official-charts/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — Australia’s recorded music industry will bar tracks wholly generated by artificial intelligence from official charts as burgeoning generative technologies threaten artists’ livelihoods, a representative said on Tuesday.]]></description><pubDate>Tue, 25 Aug 2026 16:45:53 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Australia’s recorded music industry will bar tracks wholly generated by artificial intelligence from official charts as burgeoning generative technologies threaten artists’ livelihoods, a representative said on Tuesday.</p><p>The crackdown comes as a variation of Madonna’s pop hit “Like a Prayer” created by an Australian producer using AI-generated vocals and drums has spent 16 weeks in the Australian top 20, stoking debate about generative AI’s place in music. It peaked at number two on the Australian Record Industry Association’s top 20 Australian singles chart in May and remained in fourth place on Tuesday.</p><p>Wholly AI-generated tracks will be banned from the ARIA charts from Monday next week, but some AI-assisted music will remain eligible, an ARIA statement said.</p><p>Tracks can be eligible only if “humans wrote the song and performed the lead vocal and the primary instruments,” among other requirements, the statement said.</p><p>AI-generated music would also be ineligible for the Australian industry’s prestigious ARIA awards.</p><p>ARIA chief executive Annabelle Herd said: “These changes reflect our intent to remain dynamic and promote the human nature of artistry in what is — to say the least — a rapidly developing space.”</p><p>“The ARIA Charts will always remain a transparent measurement of the music Australia consumes, but a chart that rewards unlicensed AI output would undercut the very basis of the recorded music we exist to represent,” Herd added.</p><p>Eligible music must also be produced using legal AI services. Music was appearing on streaming services that had apparently been developed with AI tools trained on artists’ music without authorization.</p><p>The Australian rules are in step with new principles released in July by the London-based International Federation of the Phonographic Industry. The federation represents the recording industry worldwide.</p><p>The international guidelines state that to qualify for official music charts, a track must be “substantially human made.”</p><p>Sydney Conservatorium of Music composer and lecturer Alexis Weaver told Australian Broadcasting Corp. the debate around AI in music was “exceptionally fraught and very emotional for a lot of musicians and so everyone will have a different opinion.”</p><p>Weaver applauded ARIA’s move as a “wonderful step forward” that sent a message ARIA wanted to “prioritize and value human creativity.”</p><p>“It can be quite hard to avoid AI tools in the current landscape,” Weaver said. “There is a way to use it while you’re still steering the ship and making the main creative choices.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AIJGKYPFBH5KALQ3GA7V5QE2GU.jpg?auth=a594592ef757f64f58762c867e965c8c092d2e914c6eb734bf07bbe8051e6bdc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Madonna poses before the Saint Laurent Spring/Summer 2026 collection presented in Paris, on Sept. 29, 2025. (AP Photo/Aurelien Morissard, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[Indonesios desafían el humo asfixiante para pedir lluvias mientras el país lucha contra incendios]]></title><link>https://www.local10.com/espanol/2026/08/25/indonesios-desafian-el-humo-asfixiante-para-pedir-lluvias-mientras-el-pais-lucha-contra-incendios/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/indonesios-desafian-el-humo-asfixiante-para-pedir-lluvias-mientras-el-pais-lucha-contra-incendios/</guid><dc:creator><![CDATA[Por MUHAMMAD HATTA, Associated Press]]></dc:creator><description><![CDATA[PALEMBANG, Indonesia (AP) — Las autoridades de Sumatra Meridional, la provincia indonesia, recurrieron el martes a medidas espirituales, mientras enormes fuegos en regiones central y occidental arrasaban amplias zonas de bosque y turberas, creando una neblina asfixiante que cubrió algunas ciudades del país de mayoría musulmana más poblado del mundo.]]></description><pubDate>Tue, 25 Aug 2026 09:21:09 +0000</pubDate><content:encoded><![CDATA[<p>PALEMBANG, Indonesia (AP) — Las autoridades de Sumatra Meridional, la provincia indonesia, recurrieron el martes a medidas espirituales, mientras enormes fuegos en regiones central y occidental arrasaban amplias zonas de bosque y turberas, creando una neblina asfixiante que cubrió algunas ciudades del país de mayoría musulmana más poblado del mundo.</p><p>El acto de oración en una de las regiones más afectadas por la temporada de incendios forestales de este año se produce mientras la provincia enfrenta una prolongada sequía que ha elevado el riesgo de incendios en bosques y turberas.</p><p>Los datos satelitales más recientes del Ministerio de Medio Ambiente mostraron que Kalimantan Occidental registró el mayor número de focos, con 3.120, seguida de Kalimantan Central con 2.314 y Sumatra Meridional con 1.500. De acuerdo con los datos del Ministerio de Silvicultura, solo en julio ardieron casi 940 kilómetros cuadrados (363 millas cuadradas), incluyendo más de 20 kilómetros cuadrados (8 millas cuadradas) en la provincia de Sumatra Meridional.</p><p>Unos 3.000 residentes se reunieron en Palembang, la capital de la región, para realizar una oración islámica especial para pedir lluvias, conocida como “salat istisqa”. Rezaron hombro con hombro en el patio de la oficina del gobernador mientras el humo espeso envolvía carreteras, edificios e instalaciones públicas, reducía la visibilidad y obligaba a los automovilistas a conducir con las luces encendidas durante el día.</p><p>“Hemos hecho todo lo que podemos y trabajado estrechamente con todas las partes pertinentes", afirmó el gobernador, Herman Deru, antes de la oración. "Como personas de fe, también estamos rezando a Dios para que envíe lluvia y la vida pueda volver a la normalidad”.</p><p>Además, apuntó que la oración pública complementaría las medidas en curso para combatir los incendios y mitigar la sequía, y serviría como un momento de unidad para los residentes frente a los desafíos medioambientales que afronta la provincia.</p><p>Los servicios de emergencia han estado combatiendo contra los fuegos impulsados por un patrón de El Niño cada vez más intenso y una estación seca prolongada, lo que ha generado un humo denso que cruzó hacia Malasia y Brunéi, según la Agencia Nacional de Gestión de Desastres.</p><p>Indonesia intensificó las operaciones de modificación del clima para ayudar a los más de 24.000 bomberos desplegados en las islas de Sumatra y Borneo para combatir los incendios forestales, al inducir lluvias mediante la dispersión de partículas de sal en las nubes adecuadas, con 30 aeronaves para operaciones de siembra de nubes y lanzamiento de agua sobre Kalimantan, y otros 22 helicópteros cubren Sumatra.</p><p>Mientras los incendios seguían propagándose, el Ministerio de Silvicultura anunció el martes sanciones a seis titulares de concesiones forestales tras determinar que ardieron más de 15 kilómetros cuadrados (5,8 millas cuadradas) de bosque y tierra dentro de áreas bajo su gestión en las provincias de Kalimantan Occidental, Central y Oriental, en la isla de Borneo.</p><p>Se ordenó a cinco empresas reforzar las medidas de control de incendios y rehabilitar las tierras quemadas, mientras que a una sexta se le suspendió el permiso porque los incendios en su concesión eran generalizados y recurrentes.</p><p>El director general de aplicación de la ley forestal, Dwi Januanto Nugroho, dijo que las autoridades podrían presentar cargos penales si las investigaciones descubren pruebas de que empresas o individuos causaron incendios deliberadamente los fuegos o no cumplieron con sus obligaciones de prevenirlos.</p><p>La policía indonesia ha detenido a 72 personas sospechosas de iniciar algunos de los incendios en bosques y turberas.</p><p>Los propietarios de plantaciones y los agricultores tradicionales suelen prender incendios para despejar tierras para el cultivo, lo que genera una neblina peligrosa que reduce la visibilidad, interrumpe el transporte terrestre y aéreo y amenaza la salud pública.</p><p>Los incendios son un problema recurrente durante la estación seca en Indonesia, un vasto archipiélago de más de 17.000 islas, y la neblina que generan ha provocado quejas diplomáticas periódicas de países vecinos del sudeste asiático.</p><p>___</p><p>Las periodistas de Associated Press Niniek Karmini y Edna Tarigan, en Yakarta, Indonesia, 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/FFN2T3336FXHSG4D5AVJ4CGGKU.jpg?auth=2f0e3c4525f2c130aaad15b88f96929b6d4d62c82d940e4f35a0738b7ce13a75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Musulmanes indonesios asisten a una oración para pedir lluvia tras los incendios registrados eb varias regiones en las regiones de Sumatra y Kalimantan, en Palembang, Sumatra del Sur, Indonesia, el 25 de agosto de 2026. (AP Foto/Muhammad Fajri)]]></media:description><media:credit role="author" scheme="urn:ebu">Muhammad Fajri</media:credit></media:content></item><item><title><![CDATA[Falling oil prices help calm the stock and bond markets]]></title><link>https://www.local10.com/business/2026/08/25/falling-oil-prices-help-calm-the-stock-and-bond-markets/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/25/falling-oil-prices-help-calm-the-stock-and-bond-markets/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Oil prices are falling again on Tuesday, which is helping to ease worries in the bond market and support stock prices.]]></description><pubDate>Tue, 25 Aug 2026 15:56:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Oil prices are falling again on Tuesday, which is helping to ease worries in the bond market and support stock prices.</p><p>The S&P 500 rose 0.2% and edged a bit closer to its all-time high set earlier this month. The Dow Jones Industrial Average was up 52 points, or 0.1%, as of 11:30 a.m. Eastern time, and the Nasdaq composite was 0.6% higher.</p><p>Some of the strongest action was in the oil market, where the price for a barrel of Brent crude fell 3.1% to $87.74 and was heading for a second decline following 13 gains in 14 days. The drop came even though tensions between the United States and Iran seemed to ratchet higher after the Trump administration announced new sanctions to further hurt Iran’s economy.</p><p>Brent’s price zigzagged between $72 and $102 last month as hopes rose and fell that the United States and Iran could reach a deal that would allow oil tankers to freely exit the Persian Gulf again.</p><p>A delegation from Pakistan left Iran Tuesday after talks with Iran’s president and other senior officials on reopening the Strait of Hormuz and reviving negotiations to end the Iran-U.S. conflict, the Pakistani military said. Pakistan Interior Minister Mohsin Naqvi said a meeting with Iranian President Masoud Pezeshkian had been “very positive and productive.”</p><p>Tuesday's drop in oil prices tempered the worries about high inflation that helped drive Treasury yields in the bond market higher through the summer. Yields had gotten so high that the U.S. Treasury Department announced a surprise move last week to increase its repurchases of longer-term Treasury notes and bonds.</p><p>High yields make borrowing more expensive for everyone and can slow the economy’s growth while undercutting prices for stocks, cryptocurrencies and other investments.</p><p>The yield on the 10-year Treasury fell to 4.65% from 4.70% late Monday and from 4.74% at the end of last week. That’s a significant move for the bond market, though the 10-year yield remains firmly above its 3.97% level from before the war with Iran sent oil prices and worries about inflation much higher.</p><p>On Wall Street, Nvidia and other winners of the boom in artificial-intelligence technology helped lead the way. Nvidia rose 1.3%, a day after its drop of 2.9% was the heaviest weight on the S&P 500.</p><p>AI stocks have veered up and down through the summer on worries that their prices shot too high and that the AI boom may not be sustainable if it doesn’t produce enough profits for companies. Nvidia will report its latest quarterly results on Wednesday, which could help steer the next move for AI-related stocks.</p><p>The gains for chip stocks helped offset a 27.9% drop for Dick’s Sporting Goods, which reported weaker results for the latest quarter than analysts expected. Executive Chairman Ed Stack said the retailer cut prices on some of its footwear and apparel to remain competitive, while launches for some footwear during the quarter ended up being weaker than it expected.</p><p>The company cut is forecast for an underlying measure of profit in 2026 for both its Dick’s and Foot Locker businesses. Its stock is potentially heading toward its worst day in history.</p><p>Worries have been rising about how strong spending can remain generally for U.S. households, which is the main engine of the economy. They're facing higher prices on everything from food to clothes and a job market that suddenly looks iffier after employers cut more jobs last month than they added.</p><p>A report from the Conference Board on Tuesday said that confidence among U.S. consumers weakened by more than economists expected.</p><p>In stock markets around the world, many indexes drifted modestly higher. South Korea’s Kospi, which is dominated by two AI winners, added 0.7% for one of the world’s biggest moves. It’s been steadying since plunging 22.2% in July.</p><p>___</p><p>AP Business Writers Matt Ott and Elaine Kurtenbach contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZC6EY5T4GB7ASXUI2VSQZWQAE4.jpg?auth=25e9ac0581c4c89b98901952ced3cdf4c06447aa44edb6f578011e99d07b2e2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trader Robert Charmak works on the floor of the New York Stock Exchange in New York, Friday, Aug. 21, 2026. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HBZ45ZCUMC4A33EQRUCBNXAFX4.jpg?auth=4ef59b208ecf5699234f970850cb141af99eaec8c979a446fff21fd1a78df0f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options traders work on the floor of the New York Stock Exchange in New York, Friday, Aug. 21, 2026. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DZF4YRTZO65ZNP3YZACEUK2CCY.jpg?auth=7ca4696c26f7ba4051560bc91a13e6e5b06ea9116eb583f11ac4d6b9bca5a2a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A surveyor works in front of a stock market chart Monday, Aug. 24, 2026 in Tokyo. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[A women's shelter for refugees in Poland fights for survival as anti-Ukrainian sentiment rises]]></title><link>https://www.local10.com/news/world/2026/08/25/a-womens-shelter-for-refugees-in-poland-fights-for-survival-as-anti-ukrainian-sentiment-rises/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/25/a-womens-shelter-for-refugees-in-poland-fights-for-survival-as-anti-ukrainian-sentiment-rises/</guid><dc:creator><![CDATA[By CLAUDIA CIOBANU, Associated Press]]></dc:creator><description><![CDATA[KRAKOW, Poland (AP) — When Nastya Podorozhnya's relatives fled the war in Ukraine for neighboring Poland, volunteers welcomed them with open arms.]]></description><pubDate>Tue, 25 Aug 2026 05:03:37 +0000</pubDate><content:encoded><![CDATA[<p>KRAKOW, Poland (AP) — When Nastya Podorozhnya's relatives fled the war in Ukraine for neighboring Poland, volunteers welcomed them with open arms.</p><p>Podorozhnya, 29, was already living in Poland when the war began. But days before Russia’s full-scale invasion on Feb. 24, 2022, she rushed back to Ukraine to help her sister and nieces get out.</p><p>As she returned to Poland alongside an influx of refugees in the war’s first days, she witnessed the outpouring of support from Polish volunteers. But she also spotted a risk: Ukrainian women accepting help from strangers could become vulnerable to human traffickers.</p><p>That was when she decided to found Martynka, a helpline and support group for female Ukrainian refugees escaping gender-based violence.</p><p>Four years later, she is struggling to keep the organization afloat. Funding for refugee support is drying up, hostility toward Ukrainians is growing, and Poland still lacks a long-term integration strategy. As war fatigue deepens, politicians are increasingly exploiting anti-refugee sentiment for political gain.</p><p>The shift is being felt by groups such as Martynka. While fundraising was relatively easy in the first months of the war, international donors have since turned their attention to other global crises.</p><p>Martynka's shelter, located in an inconspicuous two-bedroom apartment in central Krakow, has hosted more than 100 women and children. Women receive help to escape abusers and access medical care, psychological support, jobs and housing.</p><p>“It often starts with me having tea in this very kitchen with the women and they tell me what happened to them and I say ‘girl, same,’” Podorozhnya told The Associated Press during an interview in the Krakow shelter, referring to her own experience of a man trying to rape her on a street in Poland in 2016.</p><p>As Podorozhnya and her colleagues struggle to raise enough money to keep the shelter open, she says calls for donations frequently trigger a torrent of online abuse.</p><p>“It's because I’m Ukrainian,” she said.</p><p>Ukrainian refugees contribute to Poland’s economy</p><p>Around 3.5 million Ukrainians fled to Poland in the first weeks of the war, according to the U.N. Poles greeted them at train stations and opened their homes to them, while the government granted refugees access to jobs and social security benefits.</p><p>The two countries share a long history of brutality at the hands of Russia, and Poland remains a key ally to Ukraine in the war.</p><p>By the end of 2022, the number of Ukrainian refugees in Poland had stabilized at around 1 million. Those who stayed were rapidly absorbed into the labor market: More than 70% found employment, and a Deloitte study estimated that they contributed 2.7% of Poland’s gross domestic product in 2024.</p><p>In addition to the refugees, most of whom are women and children, more than 1 million Ukrainians were already living in Poland before the war, primarily as economic migrants.</p><p>Historical grievances resurface</p><p>The refugees have increasingly become targets of anti-Ukrainian rhetoric. In research published this year, Ukrainian migrants interviewed by Olena Babakova, a researcher at Warsaw’s Vistula University, identified the 2025 Polish presidential campaign as the period when anti-Ukrainian feeling intensified, as it became a common theme for all parties, not just the far right.</p><p>Karol Nawrocki, representing the national-conservative camp and who eventually won the presidency, promised legislation that would prioritize Polish citizens over Ukrainians when accessing public services. Rafał Trzaskowski, the liberal candidate, proposed restricting child welfare benefits for Ukrainians.</p><p>As tensions increased, historical grievances between the countries resurfaced.</p><p>In June, Ukrainian President Volodymyr Zelenskyydecided to name a military unit after a Ukrainian paramilitary organization accused of massacring Poles during World War II, causing outrage in Poland. Nawrocki responded by withdrawing a state honor awarded to Zelenskyy, further escalating the tensions.</p><p>“And it's not only negative feelings, Ukrainians really experience hostile conversations and attacks,” Babakova told the AP.</p><p>According to data from the Polish police, 180 Ukrainian citizens were victims of prejudice-motivated crimes by mid-July, a significant increase compared with 275 for the whole of 2025 and 267 in 2024.</p><p>In response to multiple media reports of Ukrainians beaten on Polish streets over the summer, Prime Minister Donald Tusk said in late July that “we must wage war on violence and hatred.”</p><p>Help for vulnerable refugees is decreasing</p><p>The Polish government has been steadily cutting support for Ukrainian refugees, saying that many have stabilized their situation.</p><p>Poland’s ombudsman has warned that the changes disproportionately affect the most vulnerable groups, including single mothers with several children, older people and those with chronic illnesses or disabilities. Because most Ukrainian men of military age, between 23 and 60, are prohibited from leaving the country, single mothers are overrepresented among the refugees.</p><p>Yuliia Repenko from the Ukrainian House said that her nongovernmental organization, which provides help to Ukrainians, was “increasingly supporting people who are particularly vulnerable to exclusion.”</p><p>The Polish government has defended its decision to cut back aid to Ukrainian refugees. Katarzyna Nowakowska, Poland's deputy minister for family, labor and social policy, told the AP that the most vulnerable applicants still receive direct help from the state and any other refugees needing support should turn to social workers.</p><p>As the Polish government has been scaling back its support, international aid has also declined, further limiting options. Data from the U.N. refugee agency shows a steady drop since 2022 in the funding provided by international donors for Ukrainians, with only half the agency’s identified needs financed this year, compared with 94% in 2022.</p><p>“Financial supporters have moved on from helping Ukrainian refugees, but the war is still ongoing,” said Sonia Novytska, a Martynka helpline worker. “If anything, it has become deadlier since the start.”</p><p>Martynka received about 1,800 requests for help last year, and staff expect that number to increase, Novytska said. Not only victims of violence contact the helpline now, but also mothers struggling to provide food and shelter for their children.</p><p>“What Poles need to understand is that we are helping the people that could otherwise become homeless in their neighborhoods, the people who might start abusing substances out of despair they can’t make ends meet,” Podorozhnya said.</p><p>“Martynka does the job of the Polish state,” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CMJUA7ETHZXNSIS45PWBRYE37M.jpg?auth=219d76fdc945f8b40004df93e175d26f45da68322cc42697a252e68bdb3ac541&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nastya Podorozhnya stands in the kitchen of the shelter which the Martynka non-profit is running in Krakow, Poland, Thursday, July 2, 2026. (AP Photo/Claudia Ciobanu)]]></media:description><media:credit role="author" scheme="urn:ebu">Claudia Ciobanu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QCUQUOCVGBBVLBPV5B2I4KC2YI.jpg?auth=e12b0b215489d401ec58430c4f2abcf036ff18203a654264f9671b60469fbcdc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nastya Podorozhnya stands in one of the two bedrooms of the shelter which the Martynka non-profit is running in Krakow, Poland, Thursday, July 2, 2026. (AP Photo/Claudia Ciobanu)]]></media:description><media:credit role="author" scheme="urn:ebu">Claudia Ciobanu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UG2OPRA2XMQ4M5Q33SJHJOVGQM.jpg?auth=0f6cf825a1fce32fe7e7104c9e6fffe2a7f6b33f805ab031711d4136057a2a39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Refugees fleeing the conflict in neighboring Ukraine arrive to in Przemysl, Poland, Sunday, Feb. 27, 2022. (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/RXM46T3ETMG4KIWWRBAA5YURNM.jpg?auth=7eece63738100478451f631e79cf7ab1b7cd3e4c0f2e4236ed241ac19ab18761&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Family members hug as they reunite, after fleeing conflict in Ukraine, at the Medyka border crossing, in Poland, Sunday, Feb. 27, 2022. (AP Photo/Visar Kryeziu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Visar Kryeziu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5KQK3CPY4NFZX6RKGGJYJRSO5Q.jpg?auth=b5dba66478952ac098cfebe040545e487eea97cde2aada5d3696fa721c3fc409&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A refugee fleeing conflict in neighboring Ukraine arrives to Przemysl, Poland, Saturday, Feb. 26, 2022. (AP Photo/Petr David Josek, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item><item><title><![CDATA[Angel Reese breaks WNBA record with 26 rebounds against Sparks, sets single-season record as well]]></title><link>https://www.local10.com/sports/2026/08/25/angel-reese-breaks-wnba-record-with-26-rebounds-against-sparks-sets-single-season-record-as-well/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/angel-reese-breaks-wnba-record-with-26-rebounds-against-sparks-sets-single-season-record-as-well/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Angel Reese rebounded her way into the record books not once, but twice in one night.]]></description><pubDate>Tue, 25 Aug 2026 04:53:55 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Angel Reese rebounded her way into the record books not once, but twice in one night.</p><p>Reese set a WNBA record with 26 rebounds in the Atlanta Dream's 78-71 win over the Los Angeles Sparks on Monday, pushing her past the season record in the same game.</p><p>“Last time I was here, I didn’t miss any shots. Tonight I couldn’t hit (anything) so I knew I was going be able to get them on the rebounding side," Reese told the postgame show. "I just want to be there for my team. Offensively, defensively, whatever it takes to win.”</p><p>Reese surpassed Chamique Holdsclaw’s record of 24 rebounds, set on May 23, 2003 for Washington. She now has 458 rebounds on the season, seven more than A’ja Wilson’s mark set in 2024.</p><p>Reese secured her WNBA-leading 27th double-double of the season on a basket with 13.9 seconds left in the game that gave her 11 points.</p><p>“That's a talent,” Dream guard Allisha Gray said. “I'm just in awe watching her rebound.”</p><p>A three-time WNBA All-Star, Reese set a WNBA rookie record with 13.1 rebounds per game and the all-time league record with 15 straight double-doubles with Chicago in 2024. She led the league in rebounding her first two seasons and is leading again this season at 12.0 per game.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3YJA2O7TEJU5C3QDWQAQETPLA4.jpg?auth=6f64d1884a37acee74517f1619e70948ec5ae0787ede87b6b96bcc865fbba947&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese (5) and guard Allisha Gray (15) react in the second half of an WNBA basketball game Sunday, Aug. 16, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EYG32AIPUDNB2DKZWKAUQK3G3A.jpg?auth=aae0c4ac3358663bcbdb63ef5a1a30e4730d56088bad67888708eaaf0e33d902&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese (5) reacts in the second half of an WNBA basketball game Sunday, Aug. 16, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YUXVGNSUSNVO6I52V55KVSZVHM.jpg?auth=8f13f703a709048ac3cd6f84dc40555b284adc6bdb6af018cf6474d95bcc0c46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese gestures after scoring a basket during the first half of a WNBA basketball game against the Dallas Wings in Arlington, Texas, Wednesday, July 29, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content></item><item><title><![CDATA[Cal Raleigh hits career-high 3 homers for the Mariners against the Phillies]]></title><link>https://www.local10.com/sports/2026/08/25/cal-raleigh-hits-career-high-3-homers-for-the-mariners-against-the-phillies/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/cal-raleigh-hits-career-high-3-homers-for-the-mariners-against-the-phillies/</guid><dc:creator><![CDATA[By SHANE LANTZ, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Cal Raleigh busted out of a season-long slump with the first three-homer game of his career Monday night.]]></description><pubDate>Tue, 25 Aug 2026 05:59:04 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Cal Raleigh busted out of a season-long slump with the first three-homer game of his career Monday night.</p><p>The switch-hitting catcher capped a five-run first inning with a two-run shot off struggling Philadelphia Phillies ace Zack Wheeler. Raleigh and Cole Young opened the fifth with back-to-back homers, chasing Wheeler, and Raleigh connected for another solo shot off reliever Chase Shugart in the seventh to give him 17 home runs this season.</p><p>“I had never done that before — at any level. So, hard to fathom, and it was a fun night,” Raleigh said.</p><p>It was the first multihomer game of the year for Raleigh, who finished 3 for 3 with a walk in a 9-2 victory and raised his batting average from .159 to .167. He began the night with a strikeout rate of 31.2%.</p><p>“I’ve been feeling better in the box,” Raleigh said. “Physically, trying to just get my hands back sooner and I feel like I’ve done a better job of that. And then mentally, it’s just been about that belief and just having that hope and that optimism every single day. Not getting too down, not getting too up and, you know, trying to just be ready and prepared for the game.”</p><p>Raleigh pulled all three homers to right field from the left side of the plate, becoming the 13th player in franchise history to hit three home runs in a game. The previous one was teammate Dominic Canzone on Sept. 16 last year.</p><p>The only other Seattle catcher to accomplish the feat was current Mariners manager Dan Wilson in April 1996.</p><p>Raleigh was runner-up for the AL MVP award last year, when he led the majors with 60 home runs and added 125 RBIs. He helped the Mariners reach the American League Championship Series, where they lost in seven games to Toronto.</p><p>“Finding the barrel more often, taking his walks more often, swinging at better pitches more often. Tonight was just a combination of all of that again,” Wilson said. “To get up there and do it left-handed like he did tonight, I think all of us love to see it and love to see the smile and just all the work that he’s put in. So, a big night for him.”</p><p>Mariners starting pitcher Logan Gilbert was thrilled to see it, too.</p><p>“That’s just huge I think for confidence and for (getting) rolling,” Gilbert said. “You know how this team does when he gets hot and gets rolling, so I think we’re in a good spot.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EIMT3IFIHSTRYKMBU7XY2XXRSI.jpg?auth=0b3ac1646427313257a4ed9757d82e85c67ef65b573f9e22b174ab0fc85533f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners' Cal Raleigh hits a two-run home run against the Philadelphia Phillies during the first inning of a baseball game, Monday, Aug. 24, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VE2SIALD7CX72PKVWOBJAUY5I4.jpg?auth=995b4355199f4f574b540690add20a4aadfead6e319a9d2b01c5761cce2281ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners' Cal Raleigh follows through on a solo home run against the Philadelphia Phillies during the seventh inning of a baseball game, Monday, Aug. 24, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6D43O6OY7Q7N2IFAM4A73OUQZA.jpg?auth=403f031c0c8dbe19018ca3b7fcef48b14fbec195b1287136ac2f69ee879a6270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners' Cal Raleigh jogs the bases after hitting a solo home run against the Philadelphia Phillies during the fifth inning of a baseball game, Monday, Aug. 24, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PDFJFFM4MPA6YN3DJHW474VPRQ.jpg?auth=e7340dbcb32e165d0276d987675b39a4c32a3131f688d230f1d0b92b57c1f8fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners' Cal Raleigh, center, reacts after accidentally jumping into the ceiling of the dugout while celebrating his solo home run with pitcher Bryce Miller, left, during the seventh inning of a baseball game against the Philadelphia Phillies, Monday, Aug. 24, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HYLUCSRFEEYRZNNINDOYLHOAKM.jpg?auth=f516188d0a0f93e4fa73cbefc062e6c8f8f7b2f410842b1ffe429d99fc1f62ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners' Cal Raleigh (29) is greeted by teammate Weston Wilson after hitting a solo home run against the Philadelphia Phillies during the fifth inning of a baseball game, Monday, Aug. 24, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Angel Reese breaks WNBA single-game and season rebounding records as Dream beat Sparks 78-71]]></title><link>https://www.local10.com/sports/2026/08/25/angel-reese-breaks-wnba-single-game-and-season-rebounding-records-as-dream-beat-sparks-78-71/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/angel-reese-breaks-wnba-single-game-and-season-rebounding-records-as-dream-beat-sparks-78-71/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Angel Reese broke the WNBA single-game rebounding record with 26 while also breaking the league's season record for rebounds as the Atlanta Dream beat the Los Angeles Sparks 78-71 on Monday night.]]></description><pubDate>Tue, 25 Aug 2026 04:50:15 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Angel Reese broke the WNBA single-game rebounding record with 26 while also breaking the league's season record for rebounds as the Atlanta Dream beat the Los Angeles Sparks 78-71 on Monday night.</p><p>Reese surpassed Chamique Holdsclaw's record of 24 rebounds, set on May 23, 2003 for Washington.</p><p>The Dream star has 458 rebounds this season, seven more than A'ja Wilson's mark set in 2024. Atlanta still has six games remaining in the regular season.</p><p>“I’m just in awe watching her rebound,” teammate Allisha Gray said after the game. “That’s a talent.”</p><p>Reese finished with 11 points. She secured her WNBA-leading 27th double-double of the season on a basket with 13.9 seconds left in the game.</p><p>The Dream have won four straight games — all on the road.</p><p>Gray led Atlanta (25-13) with 20 points. Rhyne Howard added 18 points to eclipse 3,000 for her career. Gray set an Atlanta record for field goals in a season with 247.</p><p>Nneka Ogwumike had 27 points and 16 rebounds for Los Angeles (13-25), which has lost nine straight games in the series. Dearica Hamby and Cameron Brink each scored 15 points.</p><p>Atlanta trailed 37-36 at halftime before starting the third quarter on a 9-2 run. The Dream also began the fourth on a 9-2 run to make it 71-57 with 6:57 left.</p><p>Up next</p><p>Dream: Host Portland on Friday.</p><p>Sparks: Host Washington on Friday.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EYG32AIPUDNB2DKZWKAUQK3G3A.jpg?auth=aae0c4ac3358663bcbdb63ef5a1a30e4730d56088bad67888708eaaf0e33d902&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese (5) reacts in the second half of an WNBA basketball game Sunday, Aug. 16, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Conforto and Kelly hit back-to-back HRs, lift the Cubs over the Diamondbacks 7-0]]></title><link>https://www.local10.com/sports/2026/08/25/conforto-and-kelly-hit-back-to-back-hrs-lift-the-cubs-over-the-diamondbacks-7-0/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/conforto-and-kelly-hit-back-to-back-hrs-lift-the-cubs-over-the-diamondbacks-7-0/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Michael Conforto and Carson Kelly hit back-to-back homers, Kevin Gausman gave up just three hits over seven innings and the Chicago Cubs beat the Arizona Diamondbacks 7-0 on Monday night.]]></description><pubDate>Tue, 25 Aug 2026 04:24:25 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Michael Conforto and Carson Kelly hit back-to-back homers, Kevin Gausman gave up just three hits over seven innings and the Chicago Cubs beat the Arizona Diamondbacks 7-0 on Monday night.</p><p>The Cubs moved to 5 1/2 games behind the Milwaukee Brewers for the NL Central lead. The Brewers were off Monday.</p><p>Conforto and Kelly hit their homers off reliever Taylor Clarke with two outs in the sixth, breaking open a tight game. Conforto's two-run shot to right field made it 4-0 and then Kelly — who played 4 1/2 seasons with the Diamondbacks — hurt his former team with a solo smash to left.</p><p>That was plenty of support for Gausman (2-1), who cruised through the D-backs' lineup, needing just 94 pitches to complete his seven innings. The right-hander gave up three hits and a walk while striking out six in his best outing for the Cubs since being acquired at the trade deadline from the Toronto Blue Jays.</p><p>The Cubs took a 1-0 lead in the second when Pedro Ramírez smacked a triple down the right-field line that scored Ian Happ. They pushed the advantage to 2-0 in the fifth when Seiya Suzuki's double off the left-field wall brought home Conforto.</p><p>Conforto reached base four times, hitting a single, double and homer while also drawing a walk. Happ and Ramírez both had two hits.</p><p>D-backs right-hander Merrill Kelly (8-12) gave up three runs on five hits and three walks over 5 2/3 innings. He struck out four.</p><p>Arizona managed just five hits — all of them singles. Corbin Carroll stole two bases.</p><p>Up next</p><p>The D-backs send RHP Brandon Pfaadt (7-1, 3.39 ERA) on Tuesday against Cubs RHP Clay Holmes (5-6, 2.49).</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SNIXLS2IKWL5VC46DTGQRFHEXI.jpg?auth=980c526a4fd0c9f14508c07095230ac8d920f3e67c7b775e86cf2208e88474ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Michael Conforto, right, celebrates his two-run home run against the Arizona Diamondbacks with Cubs' Pedro Ramírez during the sixth inning of a baseball game, Monday, Aug. 24, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></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/MXK6LLYJZ77DIPGS7NID5O4OSA.jpg?auth=fb6654f219ecbfc8526642e5814e5d89c1edcb495d39b93880f4928b4e0b22eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Corbin Carroll, right, steals third base as Chicago Cubs third baseman Alex Bregman (3) makes a late tag during the fourth inning of a baseball game, Monday, Aug. 24, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></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/QQUYK62CRB23ZHPCNTTARSP5CM.jpg?auth=abb6eb782b1dc7556ded9710ca1bbad3e1ed2b03b715ea4892d75b49ecac264d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs starting pitcher Kevin Gausman throws against the Arizona Diamondbacks during the first inning of a baseball game, Monday, Aug. 24, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></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/BF3L4S44KKMJR3B47KQ7BTL4YA.jpg?auth=c7c37d4e2bbf21c04cccbd7370c5cf6dc13c2dae97e84c7ebd94655af2362555&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Tim Tawa, left, is tagged out by Chicago Cubs starting pitcher Kevin Gausman (12) during a rundown during the third inning of a baseball game, Monday, Aug. 24, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></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/6B73CBVP6GVSL4NWUABULOQC7Y.jpg?auth=be040051ecfe534202e6e04d0bd2dc87cb58692f300fe49b7ce43e64a3c6fca2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks starting pitcher Merrill Kelly throws against the Chicago Cubs during the first inning of a baseball game, Monday, Aug. 24, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Nothing changes yet with the Supreme Court's order on elections. But it could open door to 'chaos']]></title><link>https://www.local10.com/news/politics/2026/08/25/nothing-changes-yet-with-the-supreme-courts-order-on-elections-but-it-could-open-door-to-chaos/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/25/nothing-changes-yet-with-the-supreme-courts-order-on-elections-but-it-could-open-door-to-chaos/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI, Associated Press]]></dc:creator><description><![CDATA[The Supreme Court's decision giving preliminary approval for President Donald Trump's order restricting mail voting may not lead to a single election procedure changing during the November midterms, but it has already thrown into uncertainty the method that nearly one-third of the country uses to vote.]]></description><pubDate>Tue, 25 Aug 2026 13:44:37 +0000</pubDate><content:encoded><![CDATA[<p>The Supreme Court's decision giving preliminary approval for President Donald Trump's order restricting mail voting may not lead to a single election procedure changing during the November midterms, but it has already thrown into uncertainty the method that nearly one-third of the country uses to vote.</p><p>Rather than saying that Trump's order is legal, the high court said Monday it was too early for Democratic-run states to challenge it in June, when they convinced a federal judge in Boston to freeze the order for November's election. That effectively restarts the legal fight over the order in an incredibly compressed timeline, with initial ballots scheduled to be sent to North Carolina's overseas and military voters in just over a week, on Sept. 4.</p><p>A second injunction barring the U.S. Postal Service from making changes to comply with Trump's directive remains in effect. Still, the administration late Monday filed a motion asking that the second hold be removed, and has posted new regulations from the Postal Service that would go into effect Tuesday if the legal pathway is fully cleared.</p><p>That new rule requires specific formatting for envelopes containing mail ballots — which may force some jurisdictions to completely revise theirs — and makes states use an electronic system to identify to the Postal Service who is voting by mail. If states don't comply with the rule, their mail ballots won't get sent.</p><p>The prospect of such a potential sweeping overhaul in mere days boggled critics' minds. In her dissent, Justice Ketanji Brown Jackson warned that the decision “needlessly injects chaos and uncertainty into the upcoming midterm elections.”</p><p>David Becker, executive director of the Center for Election Innovation & Research, agreed, saying the majority “seemed to create complete chaos leading up to the midterm elections” and it'd be “impossible” for states to comply with the new rules at this late date.</p><p>Some ballots for the November election are set to go out within days</p><p>Jesse Salinas, the registrar of Yolo County in California and president of that state's association of election officers, noted that ballots in his state start going out in 11 days and his county already printed its envelopes.</p><p>“You look at the timeline, and it's a bit chaotic,” Salinas said, noting he doesn't know precisely which envelope designs comply with the new rules.</p><p>He dismissed the idea of a last-minute revision in procedures. “The capacity to do that, I just don't see it,” Salinas said.</p><p>Tammy Patrick, chief program officer at the Elections Center, an association of 2,500 election officers, warned that it's impossible for any state to comply with the rule and that no one she talked to has tried.</p><p>“There isn't a single state that does their elections in a way that this postal rule lays out,” Patrick said in an interview. “There has been this assumption that this is not going to happen because it could not happen the way it's laid out, because no one does it this way.”</p><p>Cisco Aguilar, the Democratic Secretary of State in Nevada, where every registered voter gets a mail ballot, noted the post office had already misdelivered three dozen mail ballots from his state's June primary.</p><p>“They're going to come in within seven days and build a massive database that has 100% accuracy?” Aguilar said in disbelief. “It is impossible to implement this system in that time frame.”</p><p>Trump votes by mail, but has sought to curb it for others</p><p>Trump has long sought to make voting by mail largely impossible, though he himself has repeatedly cast his ballots by mail.</p><p>Trump falsely blamed his 2020 loss on mail voting and spun up baroque conspiracy theories that he's tried to prove while back in office. Judges blocked him from creating new voting restrictions by executive order last year, and he only issued his latest order after his bill to revamp voting procedures stalled in the Senate amidst Democratic opposition.</p><p>The Election Assistance Commission found that 29% of voters in 2024 cast their ballots through the mail. Democrats are more likely to use mail voting than Republicans, a reflection of how the process has become polarized since Trump began attacking it in 2020. Still, the president has to date been unable to make the sweeping changes he's sought because the Constitution grants control of voting rules to states, and in federal elections, to Congress — not the president.</p><p>Legal experts stressed that's why they view it as unlikely Trump's order will actually be implemented. Not only did the majority in the Supreme Court's unsigned order note that it hasn't determined whether the measure is constitutional, but every victory the administration has won so far has only been because it's argued that it's premature to talk about its constitutionality. Opponents are already weighing new lawsuits since the final rule was published Friday night.</p><p>More litigation is expected</p><p>Becker, a former Department of Justice lawyer who co-wrote a book debunking Trump's 2020 election lies, added that he expects the next round of litigation to keep the order from being implemented in November. Rick Hasen, a UCLA law professor, said after the ruling: “This doesn't necessarily mean anything in terms of November.”</p><p>Derek Muller, a Notre Dame law professor, said the Supreme Court still ensured a fraught court battle in the coming days.</p><p>“It puts courts in a terrible place, because whatever happens is super close to the election,” Muller said. “If it permits it, it creates super disruption for the states. If it suspends it, it visibly angers the administration.”</p><p>Hasen said it's inconceivable that the regulation will impact voters in November.</p><p>“Both legal and practical reasons make this practically impossible to enforce,” he said of Trump's mail voting order.</p><p>Elections are run by local officials in thousands of scattered offices, many of which don't even have a full-time employee. Patrick said that those who work in the field have been left reeling.</p><p>“Election officials just feel like punching bags at this moment because they plan one way of conducting their elections, and have contingency plans if a fire breaks out, or one location loses power,” Patrick said. “But how do you plan for something that affects one-third, one half, or all of your voters?”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DJW4W7S5MUG6CW7NVT4S4K4YTI.jpg?auth=97a1642aff3f97db7d350fcb3889d0f83101ea241f79fae38bd15cf543f122a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An election worker sorts vote-by-mail ballots at the Miami-Dade County Supervisor of Elections Office for the Florida primary election in Doral, Fla., Tuesday, Aug. 18, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FG3HTY5AVQKY2KJ5RP4LKPXEEI.jpg?auth=c066a0d5163d7544a559f34030101f6b66d9a2a7ed92e20bf3d504a5b89da20b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Election workers sort vote-by-mail ballots at the Miami-Dade County Supervisor of Elections Office for the Florida primary election in Doral, Fla., Tuesday, Aug. 18, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T4ZEPOMSWJXFW25HZYTA3QHJ54.jpg?auth=c29d5b672fe7e0431501649a0d5e3325ac78367ba205ea28c635eb8b152557b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Election workers sort vote-by-mail ballots at the Miami-Dade County Supervisor of Elections Office for the Florida primary election in Doral, Fla., Tuesday, Aug. 18, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Darline Graham, Ralph Norman go head-to-head in South Carolina's GOP Senate runoff]]></title><link>https://www.local10.com/news/politics/2026/08/25/darline-graham-ralph-norman-go-head-to-head-in-south-carolinas-gop-senate-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/25/darline-graham-ralph-norman-go-head-to-head-in-south-carolinas-gop-senate-runoff/</guid><dc:creator><![CDATA[By MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[COLUMBIA, S.C. (AP) — U.S. Sen. Darline Graham and U.S. Rep. Ralph Norman face South Carolina voters yet again Tuesday in a special Republican primary runoff to replace the late Lindsey Graham in the Senate, one month after his sudden death.]]></description><pubDate>Tue, 25 Aug 2026 11:35:35 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBIA, S.C. (AP) — U.S. Sen. Darline Graham and U.S. Rep. Ralph Norman face South Carolina voters yet again Tuesday in a special Republican primary runoff to replace the late Lindsey Graham in the Senate, one month after his sudden death.</p><p>The two-week runoff window since the two Republicans were the top vote-getters in an Aug. 11 primary has been a slugfest. Darline Graham — a political newcomer serving as interim replacement for her late brother — has struggled to define herself to voters who routinely backed Lindsey Graham in the heavily Republican state. Norman, who's served the better part of two decades in state and federal elected office, has stressed his experience to voters already aware of him from his years in Congress, plus an unsuccessful run for governor earlier this year.</p><p>In the background of all of this is President Donald Trump, the longtime Lindsey Graham ally who endorsed Darline Graham's candidacy to replace her brother in the November general election before she even entered the race, stumped for her in the state days ahead of the runoff and held a runoff-eve tele-rally with Graham.</p><p>On Monday, MAGA Inc., the super PAC that supports Trump and aligned Republicans — but has spent little thus far on Trump's picks in this year's midterms — infused nearly $830,000 into Graham's campaign for voter calls and text message blasts.</p><p>Among the unknowns is whether Trump's backing is enough to boost the novice candidate with the famous last name, but whose political positions were previously unknown, across the finish line to the nomination. Also yet to be determined is whether Norman's hard-line conservatism has an appeal statewide, two months after he finished third in the Republican governor's primary.</p><p>Will Trump's backing be enough for Graham?</p><p>After losing a top Senate advocate when Lindsey Graham died July 11, Trump has angled to play a role in picking his successor.</p><p>Trump heralded the selection of Darline Graham to serve as her brother’s interim replacement as “a fabulous tribute.” He also urged her to run in the special primary, endorsing her before she’d made her candidacy official.</p><p>On Friday in Myrtle Beach, Trump reiterated that sentiment to a crowd of several thousand, encouraging people to vote for Graham to preserve tax cuts, among other things.</p><p>“I want it to happen,” he said. “Good luck, Darline.”</p><p>In forging a relationship with her, Trump could be angling to develop another ally to help steer his agenda through the Senate.</p><p>Throughout her brief campaign, Graham did just that. She repeatedly stressed to voters her intent to support Trump’s policy positions and often referenced in particular her co-sponsorship of a voting bill that’s become a key priority for the president.</p><p>Casting his ballot for Graham at an early voting location near Trump's rally site, Robert Tropiano said Friday that the president's backing for the candidate was enough to win his support.</p><p>“Trump wants her, he's doing a great job and I believe we should give him what he wants,” Tropiano said.</p><p>In the primary's opening days, when she was largely absent from candidate events due to her obligations as a sitting senator, Graham reminded voters via video messages that she remained in Washington “working hard for you” and decried the notion of congressional recess breaks.</p><p>Norman promotes legislative know-how over Graham's inexperience</p><p>Fresh off his unsuccessful primary run for governor, Norman entered the Senate contest as one of several politicians more familiar to South Carolina voters. He snapped up endorsements from the likes of Sens. Rick Scott of Florida and Mike Lee of Utah, as well as former South Carolina Sen. Jim DeMint and Turning Point Action, the conservative youth movement founded by the late Charlie Kirk.</p><p>During the sprint to the runoff, Norman — one of the most conservative U.S. House members — frequently touted his experience in Washington and willingness to take unpopular stances. That includes at times challenging Trump, whose policies Norman has routinely supported in Congress. But Norman campaigned against Trump in the early part of the 2024 presidential primary, siding instead with former South Carolina Gov. Nikki Haley.</p><p>A wealthy developer before he entered politics, Norman has put some of his own fortune toward the campaign, including more than $1 million in the closing week.</p><p>In the head-to-head with Graham, he's stressed what he characterized as the highly managed nature of Graham's campaign. He portrayed her during an interview with The Associated Press as beholden to “Washington elite” special interests that, by way of funneling money to her campaign, were “dictating the terms and giving her the political answers.”</p><p>Will Graham's debate flub come back to haunt her?</p><p>Graham and Norman met for a single runoff debate, and there was one moment from the hourlong face-off that lived on.</p><p>Graham stumbled over a question about foreign policy — a signature issue of her late brother — when asked whether the U.S. has a national security interest in Taiwan and the South China Sea, a longstanding contention of both Democratic and Republican administrations.</p><p>She struggled to answer before admitting “national security is not my thing” and “I’m not that informed on national security.”</p><p>Graham avoided a direct response and instead mentioned her brother’s wealth of experience and her desire to focus on more domestic issues like affordability. Norman called Taiwan “a definite ally” when posed the same question, applauding Trump for “enabling Taiwan to defend themselves against China.” Afterward, he suggested Graham's answer showed her lack of qualifications for the office.</p><p>The Democratic nominee was chosen months ago</p><p>Annie Andrews, a Charleston physician, won her party’s primary in June outright. Having set up her entire campaign based around challenging Lindsey Graham, Andrews has been forced to pivot to a broader critique of the Republican contenders.</p><p>No Democrat has won a U.S. Senate seat in South Carolina in decades. When Graham last ran in 2020, he defeated his Democratic opponent by a 10 percentage point margin.</p><p>That contest was the most expensive in state history, and among the country’s most expensive congressional races ever.</p><p>___</p><p>Kinnard can be reached at http://x.com/MegKinnardAP</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DICQWEM3ELM6MUH5PJGHA7SV7I.jpg?auth=36c8bdb0a603e1609a9b6f9349950bc41277d4096d38bd2c1e27a211ebef978f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., left, looks on as Sen. Darline Graham, R-S.C., speaks during a debate ahead of the special GOP Senate runoff election to replace the late Sen. Lindsey Graham, R-S.C., in Newberry, S.C., Tuesday, Aug. 18, 2026. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D6I3TVOJFCUHLTMWGV5ICWGPUY.jpg?auth=944b4d398ad80ba1578af0bc3d98bce3a60404beb052a2deabbbd413e0e3d3cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Darline Graham, R-S.C., takes a photo with an attendee during her campaign rally at the Myrtle Beach Convention Center in Myrtle Beach, S.C., Friday, Aug. 21, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YFP4JEOFYOIOAE4QGH2ZJC6MHY.jpg?auth=2f5c205cc004a767ccc77ee4f770734c75b6f9aaa7b1c1a2818559602bd7ab4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., speaks with attendees at the South Carolina Republican Party's Silver Elephant Gala on Saturday, Aug. 15, 2026, in Columbia, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3LMFOIKOBDSO7YH33IOGZLEKMI.jpg?auth=b68a543af9c5afe72762c96aa16c2c0325d04e937f137df48eba6f956b64aeda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens as Sen. Darline Graham, R-S.C., speaks during her campaign rally at the Myrtle Beach Convention Center in Myrtle Beach, S.C., Friday, Aug. 21, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BCRNX5RPSFCYQDAXSBSDWXGTEM.jpg?auth=75495e5d0ba48e6ef2892ea36f040585c12a021e29860f28fe14ce9972009420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., speaks with reporters after special GOP Senate runoff debate with U.S. Sen. Darline Graham, R-S.C., to replace the late Sen. Lindsey Graham, R-S.C., on Tuesday, Aug. 18, 2026, in Newberry, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content></item><item><title><![CDATA[FBI sets $25,000 minimum reward for dozens of unsolved Indian Country cases]]></title><link>https://www.local10.com/news/national/2026/08/25/fbi-sets-25000-minimum-reward-for-dozens-of-unsolved-indian-country-cases/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/25/fbi-sets-25000-minimum-reward-for-dozens-of-unsolved-indian-country-cases/</guid><dc:creator><![CDATA[By SARAH RAZA, Associated Press]]></dc:creator><description><![CDATA[SIOUX FALLS, S.D. (AP) — The Federal Bureau of Investigation has established a minimum reward of $25,000 in cases where people went missing or were killed in Indian Country, part of a broader effort to address high rates of violence affecting Native American communities.]]></description><pubDate>Tue, 25 Aug 2026 14:04:55 +0000</pubDate><content:encoded><![CDATA[<p>SIOUX FALLS, S.D. (AP) — The Federal Bureau of Investigation has established a minimum reward of $25,000 in cases where people went missing or were killed in Indian Country, part of a broader effort to address high rates of violence affecting Native American communities.</p><p>The new minimum applies to more than 50 unsolved homicides and missing-person cases in tribal communities. Most of the cases are less than 10 years old, though a dozen have been unsolved for more than two decades, an AP analysis found.</p><p>Victims’ families and experts are unsure the higher amounts will be enough to get tipsters to come forward, citing people's fears and distrust of the federal government.</p><p>“Everybody’s scared in Oglala,” said Lisa Carlow, whose father Patrick Carlow Sr. was found dead in his Pine Ridge Reservation home in 2023. “So to me it’s like, OK, what do you guys know that you’re not saying?”</p><p>The FBI investigates federal crimes on nearly 200 Native American reservations, along with the U.S. Bureau of Indian Affairs. At the end of 2025, the FBI’s National Crime Information Center recorded just under 1,500 active cases involving missing Native Americans, though not all become federal cases.</p><p>The FBI cited several cases in its recent announcement, including that of 8-year-old Maleeka Boone, who it said was likely struck by a vehicle on the Navajo Nation, and San Carlos Apache teenager Emily Pike, whose body was found after she disappeared from an Arizona group home.</p><p>Higher rewards could stir new interest</p><p>Mary Kathryn Nagle, a citizen of the Cherokee Nation of Oklahoma and an attorney who advocates for families of missing Native Americans, said federal investigators often “parachute in” to investigate crimes in tight-knit communities where witnesses may stay silent because of distrust and fear of retribution.</p><p>Still, she said, larger rewards could provide an incentive for people to talk, and show families their loved ones’ cases are being taken seriously.</p><p>“We have people in Indian Country who know what happened to our relatives,” she said.</p><p>Luana Ross, who is Bitterroot Salish and a co-director of the Native Voices program at the University of Washington, said cash rewards could boost interest but often aren't paid out.</p><p>“It is my opinion that in reservation communities, people would be extremely reluctant to turn a friend or relative into a criminal justice system that hasn’t served them well,” she said.</p><p>Lisa Foster's longtime friend Mona Renee Vallo was found dead after a suspected hit-and-run along historic Route 66 in Laguna Pueblo, New Mexico, in 2022. Foster hopes the higher reward money will renew interest in the investigation.</p><p>Foster described Vallo as a positive, bubbly friend who could have fun no matter what. She was a member of the Confederated Tribes and Bands of the Yakama Nation.</p><p>“Someone knows something there,” Foster said. “They have to. I mean, it's weird that she went to work and then all of a sudden this happened to her.”</p><p>Frustration mounts as families seek answers</p><p>The reward in Carlow's case was increased to $25,000 in July, up from $10,000.</p><p>Carlow's family says the 73-year-old rancher was respected in the Oglala community. He mowed the grass for others and spent time with his grandchildren. The family said more calls started coming in after the reward was increased, but the wait for answers continues.</p><p>Meanwhile, the FBI declined to provide The Associated Press an update on the case.</p><p>“It’s so hard to get your hopes up like that and think, ‘This is it, we finally got dad’s killer.’ And then nothing comes of it,” Lisa Carlow said.</p><p>She said fear keeps community members who may have information from contacting authorities.</p><p>“I think that’s like deep-rooted within our people,” said her sister, JoDee Carlow. “It's not just on Pine Ridge. It's on every reservation.”</p><p>Relatives don't want cases to be forgotten</p><p>The FBI initially offered $5,000 for information in the deaths of two brothers from Ohio, Matthew and Philip Reagan. The reward was later doubled and now will hit $25,000. Though not Native Americans, they were killed on the Navajo Nation and are featured on the FBI’s Indian Country cases website.</p><p>The brothers planned to visit Canyon de Chelly National Monument during a trip to California. Authorities believe their SUV got stuck in mud after GPS sent them off course near Sawmill. They were shot multiple times while walking to seek help, authorities said.</p><p>Matthew Reagan’s wife, Faye Wurstner-Reagan, said she doubts a $25,000 reward will persuade anyone in the small community to come forward.</p><p>“You would have to promise someone, like, actual protection,” she said. “I mean, they brutally murdered two men.”</p><p>She suggested the FBI instead put resources toward law enforcement to keep the cases from going cold and for liaisons to keep families informed.</p><p>FBI spokesperson Brooke Brennan in Phoenix said investigating crimes in Indian Country often is complex because of the remoteness, limited resources and extensive workload.</p><p>Wurstner-Reagan hopes that families united in pain and grief over missing loved ones and unsolved killings might one day see justice.</p><p>“We're just getting forgotten, like no one is remembering any of us, and we're just told it's an active investigation,” she said.</p><p>___</p><p>Associated Press writers Felicia Fonseca in Flagstaff, Arizona, and Savannah Peters in Albuquerque, New Mexico, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q5EGN2B3G7HCB5C6OEBVIQ5EAM.jpg?auth=5b6035bc2aaefbffce8a8977ff4e64e6ccd549fd03284267f3d387097798fd3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tize W. Clark, right and his son, Zion Clark, participate in a walk to honor Native American and Indigenous relatives who have gone missing or have been killed as Missing and Murdered Indigenous Persons Awareness Day is marked in Albuquerque, New Mexico, on May 5, 2025. (AP Photo/Susan Montoya Bryan,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3FRVTRIUDMANSBHBGO3RS25DNA.jpg?auth=3940368762cbfa7b53f2c75b88a40c4103bb1651c1c7d0d775d5216fb6044508&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick Carlow, Sr. with his daughter Lisa Carlow on August 31, 2022 outside a restaurant in Rapid City, S.D. (Lisa Carlow via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lisa Carlow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7G4PS3YQHRDBMWSMEEMOE2COCM.jpg?auth=862a690e2a67a34f2b5083f8434363f472dba53fa3f626f73ec23201a6ed8068&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick Carlow, Sr. leading a horse on Pine Ridge Reservation, S.D. on June 11, 2022. (Rhonda Akers via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Rhonda Akers</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XN3WE3NYZ6MS2IO2XKXQJFSSJE.jpg?auth=5e3e673aa5b3045f0f33c9c6bd7ea7e14002bd145e2cceab80b337cf51df990b&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 Faye Wurstner-Reagan shows her husband, Matthew Reagan, left, and her brother-in-law, Philip Reagan, during a stop at a Conoco Service Station in Shamrock, Texas, while the brothers journeyed to California in March of 2020. (Faye Wurstner-Reagan via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Faye Wurstner-Reagan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5PZW7U6LFG6WRGC6UFPU5EVYUM.jpg?auth=bf3c18a6c43e38f1357c7de973cdb0f961ae777b79431cd7b9f088dc8169eabd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dennis Willard, of Bellevue, Wash., carries a sign that reads "Where Is She" as he marches in support of missing and murdered indigenous women during a rally to mark Indigenous Peoples' Day in downtown Seattle, on Oct. 14, 2019. (AP Photo/Ted S. Warren, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content></item><item><title><![CDATA[Trump's trade war with Canada could rattle economies in states with key Senate races]]></title><link>https://www.local10.com/news/national/2026/08/25/trumps-trade-war-with-canada-could-rattle-economies-in-states-with-key-senate-races/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/25/trumps-trade-war-with-canada-could-rattle-economies-in-states-with-key-senate-races/</guid><dc:creator><![CDATA[By BILL BARROW and PATRICK WHITTLE, Associated Press]]></dc:creator><description><![CDATA[PORTLAND, Maine (AP) — President Donald Trump’s trade war with Canada is escalating as the midterm elections approach, threatening Republican efforts to address voters' economic concerns in a year when control of the U.S. Senate hinges on states along the border between the United States and its northern neighbor.]]></description><pubDate>Tue, 25 Aug 2026 04:04:31 +0000</pubDate><content:encoded><![CDATA[<p>PORTLAND, Maine (AP) — President Donald Trump’s trade war with Canada is escalating as the midterm elections approach, threatening Republican efforts to address voters' economic concerns in a year when control of the U.S. Senate hinges on states along the border between the United States and its northern neighbor.</p><p>The dispute flared over the weekend after negotiations broke down, leading Trump to raise tariffs on $20 billion in Canadian imports. Canada plans to announce tariffs of its own on Tuesday, and the spiraling conflict could lead to higher prices and scrambled supply chains for Americans already aggravated at the president’s management of the economy.</p><p>Republican Sen. Susan Collins of Maine, one of Democrats' top targets this year, warned that fallout from Trump's approach would hurt U.S. businesses and consumers.</p><p>“Imposing new tariffs on Canada is a mistake,” Collins said while campaigning Monday, and she mentioned lobsters, blueberries, lumber and other Maine products that end up in Canadian markets.</p><p>The issue also puts pressure on Republicans in Michigan, Ohio and Alaska, states where Canada is an important trading partner. Many Democrats seem eager to capitalize on the matter as they try to regain the Senate majority, despite the party's own history with protectionist sentiments.</p><p>“Trump is escalating a trade war with Canada for his own vanity,” Michigan's Democratic nominee Abdul El-Sayed said on social media, adding that his Republican opponent, former Rep. Mike Rogers, is a “rubber stamp” for such policies. A third of the state's exports go north of the border.</p><p>Marc Short, a top adviser to then-Vice President Mike Pence during the first Trump presidency, said the issue is a political trap for Republicans.</p><p>“It’s hard, obviously, because you don’t want to incur the wrath of the president," he said. “But at the same time, I think if you’re representing agricultural states, especially, your voters are probably anxious to have somebody representing their interests in Washington right now.”</p><p>Trump charges forward on tariffs</p><p>It's possible that Trump will change course or delay his plans. But for now, the president is making no apologies for the economic turmoil.</p><p>“Canada has been ripping off the United States for years,” Trump blasted on his Truth Social platform Monday, adding that he will raise tariffs on all Canadian automobiles and auto parts and steel to 50% in 2027. He added, “WE DON’T NEED CANADA, THEY NEED US!”</p><p>Trump's top trade official more calmly downplayed the dispute. “This is something where we don’t actually expect a huge impact,” U.S. Trade Representative Jamieson Greer told reporters outside the West Wing.</p><p>Vice President JD Vance visited Maine on Monday, where he praised “our very independent friend Susan Collins” and assured voters “we’re very mindful of the fact that Maine is a border state with Canada.” He said the administration is trying to make sure Maine “gets a fair deal.”</p><p>Collins did not appear with Vance on Monday or during his last trip to Maine. She campaigned on her own as she tries to hold off a challenge from Democratic nominee Troy Jackson, a former state legislative leader.</p><p>Jackson, a logger before going into politics, said tariffs are another example of how Collins does not do enough to stand up to the president.</p><p>“Troy spent most of his life working along the Canadian border, so he knows how important this relationship is to Maine’s economy,” Jackson spokesman Dan Gottlieb said.</p><p>Republicans are trying to defend Senate control</p><p>Trump made no secret of his affection for tariffs during his comeback campaign, promising that higher taxes on imports would generate a windfall for the U.S. Treasury and boost domestic manufacturing. But concerns about inflation and affordability have not receded, including in states with key races this year.</p><p>Maine, Ohio, Michigan and Alaska boast industries including fisheries, auto parts, lumber and produce that export items across the northern border, while Canadian imports are sold by a range of U.S. retailers.</p><p>Iowa, which also has a competitive Senate race, does not border Canada or its waters, but also exports more goods to Canada than any other nation.</p><p>Majority Forward, a political action committee tied to Senate Democrats, already ran television advertisements against Republican Sen. Dan Sullivan of Alaska during last year's partial government shutdown.</p><p>“The tariffs are hitting Alaska the hardest,” the ad said. “Call Dan Sullivan and tell him … stop raising our costs.”</p><p>Trade is a key issue in Ohio</p><p>Former Ohio Sen. Sherrod Brown is trying to return to Washington by unseating Republican Sen. Jon Husted. Brown has long been a union-friendly protectionist Democrat. But he’s argued against Trump’s approach, saying it’s one thing to get aggressive with an adversarial economic powerhouse like China but another to impose uneven, unpredictable tariffs on neighboring nations.</p><p>Husted signed a bipartisan letter earlier this year urging the administration to proceed carefully while renegotiating a trade agreement with Canada and Mexico. But he's also embraced the White House's economic policies, recently appearing with Vance at an Ohio steel plant to praise the administration's economic agenda.</p><p>“Today is a new day, it truly is," Husted said. "It’s a new day because of the ‘America First’ agenda.”</p><p>Brown has not yet criticized Husted on Canadian tariffs, concentrating instead on the senator's support for data centers and Trump’s war with Iran. But Senate Majority PAC spokeswoman Lauren French said the Canada tariffs fight fits seamlessly into the broader case that Brown and other Democrats are making about Trump and his allies.</p><p>“It’s another proof point for the argument that this is a guy who continues to raise your costs for no reason at all,” she said.</p><p>Vance says Trump wants ‘fairness’</p><p>Short said Trump's first-term protectionism was easier to defend because it was more focused on China. In the second Trump presidency, Short said, “we’ve so alienated our normal trading partners that part of their retaliation has been not to buy agricultural products,” thus cutting off replacement markets for any lost trade with Beijing.</p><p>In Maine, Vance insisted Trump only wants to level the playing field with Canada.</p><p>“They don’t expect anybody to fight back,” Vance said. “We’re sick of that.”</p><p>He also criticized Canada as treating China more fairly than the U.S. in trade negotiations.</p><p>“It’s over,” Vance said. “We expect fairness in our trade policy.”</p><p>Collins shared a different goal.</p><p>“I really want us to go back to the very friendly, economically beneficial relationship that we have with our Canadian neighbors," she said.</p><p>___ Barrow reported from Atlanta. Associated Press writers Julie Carr Smyth in Columbus, Ohio, and Seung Min Kim in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NB3TJD2GHQLYFFUBTS3EFLSK3E.jpg?auth=64d4ab736e4512595126b2fd5ce9d8a37df3df6dcdd25ae7cf93abeb05d88479&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks with Nebraska Gov. Jim Pillen after a back to school event in the Rose Garden of the White House, Monday, Aug. 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3UPEC3VCTQA37BC7U5SAKJABEY.jpg?auth=182e095539be04d82edf9ebdb74be7551b1476d755ba6ca21c4a0da5d8dfbc9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Sen. Susan Collins, R-Maine, responds to reporters at the Capitol in Washington, July 14, 2026. (AP Photo/J. Scott Applewhite, File)]]></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/SJG2Z74DOYFCDVQG4JJ7HK4LPU.jpg?auth=d00346cf6c51b75a7b141d860fe2d249b23251e857a11ce7c39bcb44829bcd3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Jon Husted, R-Ohio, speaks ahead of Vice President JD Vance's speech at the Cleveland Cliffs Middletown Works, Friday, Aug. 21, 2026, in Middletown, Ohio. (AP Photo/Jon Cherry)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Cherry</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MZ2Y5BEKKHCIL5EC2EWPOZCX2Q.jpg?auth=c1fffdee33a0142df35f72d2d999bd9cd0e79a2687899cc99309fd0b7f819d77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Trade Representative Jamieson Greer speaks to reporters outside the White House, Monday, Aug. 24, 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[Psychologist testifies Lindsay Clancy was criminally responsible for killing her 3 children]]></title><link>https://www.local10.com/news/national/2026/08/25/the-last-few-witnesses-in-the-lindsay-clancy-murder-trial-are-set-to-testify/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/25/the-last-few-witnesses-in-the-lindsay-clancy-murder-trial-are-set-to-testify/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[After nearly a month of testimony, jurors in the Lindsay Clancy murder trial are hearing Tuesday from the final witnesses in a case that has largely been about her mental state when she strangled her three young children.]]></description><pubDate>Tue, 25 Aug 2026 16:36:46 +0000</pubDate><content:encoded><![CDATA[<p>After nearly a month of testimony, jurors in the Lindsay Clancy murder trial are hearing Tuesday from the final witnesses in a case that has largely been about her mental state when she strangled her three young children.</p><p>Testimony resumed from a forensic psychologist hired by prosecutors to evaluate Clancy's psychiatric history and assess the defense claim that she had acute postpartum psychosis when she killed Callan, Dawson and Cora Clancy in January 2023 in the basement of their Massachusetts home. The rare mental illness can follow childbirth.</p><p>___</p><p>EDITOR’S NOTE: This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988.</p><p>___</p><p>Kirk Heilbrun told jurors that he didn’t believe Clancy’s claim that she hallucinated a voice telling her to kill her children, who ranged from 8 months to 5 years old. He said he instead believed she took their lives so they wouldn’t “suffer” after she killed herself.</p><p>“Everything I did as part of this evaluation, the evidence much more strongly, in my opinion, supported the second explanation, which was the serious suicide attempt accompanied by killing the children out of love,” Heilbrun said.</p><p>Clancy’s lawyer, Kevin Reddington, challenged Heilbrun about his conclusions, including whether he had made up his mind before he interviewed Clancy this year at the state hospital in Tewksbury where she stays.</p><p>“Would you agree with me, sir, that before you met with Lindsay in Tewksbury, you pretty much had an idea this woman was a beast, killed her three kids didn’t you?” Reddington asked.</p><p>Heilbrun disagreed with that characterization, adding that he “did his best to have an open mind.”</p><p>Reddington also highlighted earlier testimony from Clancy’s friends and family, including her former husband, Patrick, that she was “an incredible mother taking care of her kids.”</p><p>“Bringing her life experience, which you’ve testified yesterday, that she never had any abuse in her life, was raised by loving mother and father, good student, hard worker, great mother, good friend, wonderful wife,” Reddington said. “She then randomly decides to kill her children by strangling them. Those are the facts we’re dealing with?”</p><p>In the months before killing her children, Clancy had sought treatment for mental health problems from multiple providers and admitted herself to a psychiatric hospital.</p><p>Heilbrun told jurors that Clancy had bipolar disorder and depression, conditions made worse by her insomnia and adverse reaction to medications she was prescribed. But he concluded that Clancy was “criminally responsible” for the killings.</p><p>“She retained an awareness of the illegality of killing others, including her children,” he said. “Her moral awareness of this killing was influenced by her strong desire to die and, if she was dead, not to leave her children behind.”</p><p>Prosecutors say the former labor and delivery nurse planned the killings and contrived to get her husband out of the house by sending him to pick up medicine for one of their children and dinner for the family.</p><p>Heilbrun said Clancy's actions involved a set of choices that she had to make and ran counter to her claim that they involved no decision-making on her part.</p><p>“This is difficult but important to say. There are many ongoing decisions that have to be made to accomplish a killing like this in 18 to 20 minutes,” Heilbrun said. “For example, why the basement? Who among the children goes first? What do you say to the kids to keep them from panicking.”</p><p>Prosecutors are expected to call at least one more expert witness Tuesday. That will be followed by closing arguments, likely no earlier than Wednesday.</p><p>Clancy, 36, has pleaded not guilty to murder charges.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M57AKUEADEFJGUUBKQLHCBH5CM.jpg?auth=ba620f1e760049da6efd2fb9ed7cf78f46877b0d937e9fc5e2a7695a02fe681d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy wipes away tears as she listens to testimony during the Lindsay Clancy murder trial in Plymouth Superior Court, Plymouth, Mass., on Tuesday, Aug. 25, 2026. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H5YCORNEWLON2DLWSUICOOIKTE.jpg?auth=b99a0604987bf2b9a94d195d3b6fc3ecb5929a94d17326c1f044f035bde1563e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rebuttal witness Dr. Kirk Heilbrun during the Lindsay Clancy murder trial in Plymouth Superior Court, Plymouth, Mass., on Tuesday, Aug. 25, 2026. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RGX5GQNP6K763AMBGNVHPWVXCM.jpg?auth=0b9587c88c198a4eec2a4e9992171b44508e747465ea8d2b4559bcd4da0749eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Kevin Reddington expresses frustration during his cross examination of rebuttal witness Dr. Kirk Heilbrun during the Lindsay Clancy murder trial in Plymouth Superior Court, Plymouth, Mass., on Tuesday, Aug. 25, 2026. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FROOO65WKVKZ5BGJPAQ6GERZP4.jpg?auth=9048f6239053bb12df00b2979c33bcb032277fc7bf340bcf4baf1a742c057f7a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy wipes away tears as she listens to testimony during the Lindsay Clancy murder trial in Plymouth Superior Court, Plymouth, Mass., on Tuesday, Aug. 25, 2026. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content></item><item><title><![CDATA[Local 10 catches up with stars of new ‘Coyote vs. Acme’ film]]></title><link>https://www.local10.com/entertainment/2026/08/24/local-10-catches-up-with-stars-of-new-coyote-vs-acme-film/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/24/local-10-catches-up-with-stars-of-new-coyote-vs-acme-film/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[The ultimate showdown between the cunning genius Wile E. Coyote and his constant nemesis Acme has finally arrived in the live action animated film “Coyote vs. Acme”.
]]></description><pubDate>Tue, 25 Aug 2026 01:49:20 +0000</pubDate><content:encoded><![CDATA[<p>The ultimate showdown between the cunning genius Wile E. Coyote and his constant nemesis Acme has finally arrived in the live action animated film “Coyote vs. Acme”.</p><p>This time Wile is done with the shenanigans and lawyering up, taking Acme court. </p><p>So who does he recruit? </p><p>None other than the slapstick master Will Forte, who plays attorney Kevin, a role that was unique for Forte but also a breeze to step into.</p><p>Lana Condor plays Paige, who joins Forte to help represent the intrepid Looney Toon.</p><p>For decades, Wile E. Coyote has always enjoyed the chase, but now we get to see the softer side of the beloved character.</p><p>Local 10’s Jason Carter caught up with the two stars of the film, and his report can be seen at the top of this page. </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[Zandalasini scores 18 as the Valkyries beat the Lynx for 1st time in franchise history, 80-66]]></title><link>https://www.local10.com/sports/2026/08/24/zandalasini-scores-18-as-the-valkyries-beat-the-lynx-for-1st-time-in-franchise-history-80-66/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/zandalasini-scores-18-as-the-valkyries-beat-the-lynx-for-1st-time-in-franchise-history-80-66/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MINNEAPOLIS (AP) — Cecilia Zandalasini scored eight of her 18 points in the fourth quarter, Gabby Williams added 15 points, and the Golden State Valkyries beat the Minnesota Lynx for the first time in franchise history, 80-66 on Monday night.]]></description><pubDate>Tue, 25 Aug 2026 02:33:28 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — Cecilia Zandalasini scored eight of her 18 points in the fourth quarter, Gabby Williams added 15 points, and the Golden State Valkyries beat the Minnesota Lynx for the first time in franchise history, 80-66 on Monday night.</p><p>Golden State (26-11) entered 0-9 against Minnesota in the regular season and playoffs since joining the WNBA in 2025.</p><p>Golden State led 63-57 early in the fourth quarter before going on a 14-1 run to make it 77-58. Zandalasini made her first 3-pointer of the game with 4:39 left and she added another on Minnesota’s next possession for a 16-point lead.</p><p>Veronica Burton had 14 points and nine assists, and Tiffany Hayes also scored 14 for Golden State. Janelle Salaun added 12 points off the bench.</p><p>Minnesota (31-8) was without starting guard Courtney Williams (right ankle injury) in a regular-season game for the first time since she joined the team in 2024, a streak of 122 games.</p><p>Natasha Howard led Minnesota with 13 points and Kayla McBride added 12. Napheesa Collier was held to nine points on 4-of-10 shooting. Olivia Miles moved past Ticha Penicheiro for the second-most assists by a rookie in WNBA history with 225.</p><p>The Lynx had won 15 of their last 16 games, including a 77-66 victory over the Valkyries last Wednesday.</p><p>Up next</p><p>Valkyries: At Connecticut on Wednesday.</p><p>Lynx: At Atlanta on Sunday.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ABHJLRBMZPOXRHARPKP4VB73GI.jpg?auth=3e8c269a3ee7c00b95bbbd96f8481c3f4dcad385e3c2f4105939017c527dd8a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Golden State Valkyries forward Gabby Williams (1) works toward the basket as Minnesota Lynx forward Nia Coffey (12) defends during the second half of a WNBA basketball game Monday, Aug. 24, 2026, in Minneapolis. (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/MIVV5MEUHWUIK6PD4QN4N3Z6NQ.jpg?auth=dad5241e7fa2a8d3f96ec1c4725423fcd74b1dda1dee098f27531a4e8c626187&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lynx forward Napheesa Collier, center front, controls the ball as Golden State Valkyries guard Veronica Burton, center top, defends during the first half of a WNBA basketball game Monday, Aug. 24, 2026, in Minneapolis. (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/BDZDXE4GLYCZVVTHB72R4SNMQQ.jpg?auth=4d763ef85630f5aee8e10dbe63befbb5c3e422bf0fa7d70a927458295063639f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lynx guard Olivia Miles (5) goes up to shoot during the first half of a WNBA basketball game against the Golden State Valkyries, Monday, Aug. 24, 2026, in Minneapolis. (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/GVWTONMNTFC2HJMF2ZBZ7CTDCE.jpg?auth=5c71a63fe91d7528a5415a9fe22fe2287f56e41ee2bff21d3e5379fc9b3687fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lynx forward Napheesa Collier, center right, and Golden State Valkyries guard Tiffany Hayes (15) get into an altercation during the first half of a WNBA basketball game Monday, Aug. 24, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[RJ Luis Jr. cleared by judge to play for LSU after spending time with 2 NBA teams]]></title><link>https://www.local10.com/sports/2026/08/24/rj-luis-jr-cleared-by-judge-to-play-for-lsu-after-spending-time-with-2-nba-teams/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/rj-luis-jr-cleared-by-judge-to-play-for-lsu-after-spending-time-with-2-nba-teams/</guid><dc:creator><![CDATA[By BRETT MARTEL, Associated Press]]></dc:creator><description><![CDATA[BATON ROUGE, La. (AP) — RJ Luis Jr., a former St. John's standout who recently signed with LSU after spending time with two NBA clubs, was cleared by a court Monday evening to start practicing and potentially play for the Tigers this season.]]></description><pubDate>Tue, 25 Aug 2026 03:01:34 +0000</pubDate><content:encoded><![CDATA[<p>BATON ROUGE, La. (AP) — RJ Luis Jr., a former St. John's standout who recently signed with LSU after spending time with two NBA clubs, was cleared by a court Monday evening to start practicing and potentially play for the Tigers this season.</p><p>Luis, who briefly was under contract with the Utah Jazz and Boston Celtics but never played in an NBA game, hugged LSU coach Will Wade after the ruling by East Baton Rouge Parish District Court judge Ronald R. Johnson.</p><p>After a five-hour hearing, Johnson granted the player's request for a preliminary injunction against the NCAA, which had argued Luis was unlikely to win reinstatement after leaving college to turn pro in 2025.</p><p>“This is precedent. It's monumental,” said Baton Rouge-based attorney Tony Clayton, who represented Luis along with Elliot Abrams of Raleigh, North Carolina. “This allows him to go practice, go play and we'll let the legal process work itself out.”</p><p>The timeline for that process was not immediately clear.</p><p>“I don't know, but there's a lot of discovery that Elliot and I have to obtain,” Clayton said. “We've got a lot of questions.”</p><p>Luis' attorneys noted that the NCAA had granted exceptions allowing numerous players from overseas professional leagues to join college basketball programs, and argued that American players must be afforded the same opportunity.</p><p>They stressed that Luis not only had never played in an NBA game, but also had not played for the Celtics' G League affiliate because of an injury, and had far less of a professional basketball resume than numerous college players who'd been recruited from abroad.</p><p>NCAA attorney Taylor Askew argued that Luis' situation was not comparable to those who played for the developmental squads of pro organizations overseas because Luis chose to leave college for the NBA.</p><p>Askew noted that the only player in a similar situation to Luis was Alabama's Charles Bediako, who won a temporary retraining order allowing him to play five games for Alabama last season before an Alabama judge ultimately sided with NCAA assertions that he was ineligible.</p><p>“I understand Mr. Luis is disappointed that he was not drafted and did not play in the NBA as much as he would have liked,” Askew said. “Actions have consequences. Decisions have outcomes and they're not always the right ones or the ones that you want.”</p><p>As he made his ruling, Johnson said, “In the court's mind, (Luis) did not actually play professional basketball,” and that whether Luis was properly advised of his options at the time he left college “lingers heavily before this court.”</p><p>___</p><p>Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full men’s basketball coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7GJTJ4LWYBWFDDDU74RUVNZ2WM.jpg?auth=82fc7a5d579d9c04ecdd8818ea42863389996a076789fa9dda88c38f3dda3284&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - St. John's RJ Luis Jr. looks toward the basket during the first half of an NCAA college basketball game against Creighton in the championship of the Big East Conference tournament, March 15, 2025, in New York. (AP Photo/Frank Franklin II, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Cincinnati Reds infielder/outfielder Michael Toglia to have season-ending right shoulder surgery]]></title><link>https://www.local10.com/sports/2026/08/24/cincinnati-reds-infielderoutfielder-michael-toglia-to-have-season-ending-right-shoulder-surgery/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/cincinnati-reds-infielderoutfielder-michael-toglia-to-have-season-ending-right-shoulder-surgery/</guid><dc:creator><![CDATA[By JANIE McCAULEY, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — Cincinnati Reds infielder/outfielder Michael Toglia will undergo season-ending surgery Tuesday on his right shoulder after he was injured Friday making a diving catch against Arizona.]]></description><pubDate>Tue, 25 Aug 2026 02:02:11 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — Cincinnati Reds infielder/outfielder Michael Toglia will undergo season-ending surgery Tuesday on his right shoulder after he was injured Friday making a diving catch against Arizona.</p><p>Manager Terry Francona made the announcement Monday before the opener of a three-game series at San Francisco. Team orthopedist Dr. Tim Kremchek will perform the surgery to repair a torn labrum and Toglia will do his rehabilitation in San Diego to be close to family, Francona said.</p><p>The switch-hitting Toglia suffered a dislocated shoulder on the play in the first inning of the 9-0 loss at Chase Field when, playing left field, he caught the ball by Geraldo Perdomo.</p><p>“That kid, he swore he was going to play. I saw him in the training room the next day, he was trying to do stuff,” Francona said. “That's pretty amazing to me.”</p><p>Toglia was placed on the 10-day injured list Sunday, a move retroactive to Saturday. The 28-year-old Toglia batted .115 with an RBI over 10 games with eight starts. He was a top prospect with Colorado after the Rockies selected him 23rd overall in the first round of the 2019 draft out of UCLA.</p><p>To fill the roster spot, the Reds brought up infielder/outfielder Ivan Johnson from Triple-A Louisville.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AWTKFFJKG4FMFEZ472FBGXMVRM.jpg?auth=bf41750d210328a6f62bc20e7e78d9c5110f946d0c30d2d2e7faa59973ad45f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An injured Cincinnati Reds left fielder Michael Toglia (48) holds his shoulder as Reds center fielder Dane Myers (17) looks on during the first inning of a baseball game against the Arizona Diamondbacks, Friday, Aug. 21, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></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/7VNUA75JO6YL52ICZQODVPTQXI.jpg?auth=7da76aeec09a387e3d5aabcf0ac50d9322fea3d565858705e3bb5f33755e873d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Injured Cincinnati Reds left fielder Michael Toglia, right, is helped off the field by a member of the Reds training staff during the first inning of a baseball game against the Arizona Diamondbacks, Friday, Aug. 21, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Peru court hands lengthy prison terms in killing of Indigenous Amazon defender]]></title><link>https://www.local10.com/news/world/2026/08/24/peru-court-hands-lengthy-prison-terms-in-killing-of-indigenous-amazon-defender/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/peru-court-hands-lengthy-prison-terms-in-killing-of-indigenous-amazon-defender/</guid><dc:creator><![CDATA[By STEVEN GRATTAN, Associated Press]]></dc:creator><description><![CDATA[BOGOTA, Colombia (AP) — A Peruvian court on Monday evening convicted four men of murder-for-hire and sentenced them to between 15 and 35 years in prison for the 2023 killing of Indigenous rainforest defender Quinto Inuma Alvarado, in a closely watched case seen as a test of accountability for violence against Indigenous and environmental defenders in the Amazon.]]></description><pubDate>Tue, 25 Aug 2026 01:52:21 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA, Colombia (AP) — A Peruvian court on Monday evening convicted four men of murder-for-hire and sentenced them to between 15 and 35 years in prison for the 2023 killing of Indigenous rainforest defender Quinto Inuma Alvarado, in a closely watched case seen as a test of accountability for violence against Indigenous and environmental defenders in the Amazon.</p><p>Genix Saboya Saboya and Limber Ríos Ruiz were each sentenced to 35 years in prison. Segundo Juan Villalobos Guevara, a timber operator whom prosecutors accused of ordering Inuma’s killing, was sentenced to 28 years and four months. Jerly Saboya Saboya, who was convicted as an accomplice, was sentenced to 15 years.</p><p>Inuma, a 50-year-old Kichwa leader, was shot and killed on Nov. 29, 2023, as he traveled by boat back to his community, Santa Rosillo de Yanayacu, in Peru ’s northern Amazonian region of San Martin. He was returning from a national meeting of environmental and land defenders. A woman traveling with him was also shot and wounded.</p><p>The ruling came nearly 1,000 days after Inuma’s killing. Tom Younger, Peru program coordinator at the Forest Peoples Programme, called the sentences a “decisive step towards justice” and said they showed that impunity for killings of Indigenous defenders “is not inevitable.”</p><p>Prosecutors said Inuma was targeted because of his efforts to stop illegal logging on his community’s land. They accused Villalobos, whom Inuma had denounced over illegal logging, of ordering the killing and the other men of planning and carrying out the attack.</p><p>Cristina Gavancho, a lawyer with the Lima-based Legal Defense Institute who has accompanied Indigenous organizations and the victims’ families since Inuma’s killing, called the ruling an “exemplary sentence” and said the lengthy prison terms could set an important precedent for other cases involving environmental defenders in Peru.</p><p>Gavancho said it was the first case in Peru involving the killing of an Indigenous defender to result in sentences this severe.</p><p>Inuma had repeatedly warned authorities of threats</p><p>The trial began Jan. 20 and continued for nearly eight months. In March, judges traveled from Lima to the Amazonian city of Tarapoto for three days of hearings, where they heard testimony from Inuma’s relatives, other witnesses and a survivor of the attack.</p><p>Inuma had spent years denouncing illegal logging, drug trafficking and encroachment on his community’s territory. Between 2016 and 2023, members of Santa Rosillo de Yanayacu filed 13 complaints with prosecutors over environmental crimes and drug trafficking, according to the Legal Defense Institute.</p><p>Peru’s Justice Ministry classified Inuma as being at high risk in 2021 and ordered police protection for him and his brother. Local authorities also granted him protection measures against illegal logging groups. But police later acknowledged they were unable to carry out preventive patrols in the remote territory because they lacked money for boats and faced difficult geography, according to documents cited by the Legal Defense Institute.</p><p>Kevin Arnol Inuma, the murdered leader’s 30-year-old son, said his family received the verdict with a mixture of happiness and sadness after waiting nearly three years for justice.</p><p>“Before, there was no response from the state, so they were not afraid to kill,” he told The Associated Press on a phone call just after the verdict. “Now this sets a precedent for Indigenous peoples, a precedent for environmental defenders.”</p><p>Another Indigenous leader killed a day before verdict</p><p>Inuma’s death became emblematic of the dangers faced by Indigenous people protecting forests and ancestral lands in Peru’s Amazon, where illegal logging, drug trafficking, mining and land grabbing have pushed into remote territories with limited state presence.</p><p>Those dangers were underscored again just a day before Monday’s verdict. Américo Pascuala Tomisha, a 57-year-old Ashéninka Indigenous leader and former head of the Onconashari Indigenous community, was shot dead Sunday while patrolling his community’s territory in Peru’s Amazonian Ucayali region, according to the regional Indigenous organization ORAU.</p><p>ORAU said Pascuala encountered outsiders allegedly extracting oil from copaiba trees inside the community’s territory and was shot after a confrontation. The organization said he had previously reported incursions by settlers and other outsiders and called on authorities Monday to investigate his killing and strengthen protection for Indigenous leaders.</p><p>Pascuala’s killing came weeks after Asháninka communities along the Peru-Brazil border raised alarms about armed incursions into Indigenous territories. In July, Indigenous leaders in neighboring Brazil sought government protection after five men carrying machine guns entered their territory, threatened families and searched for community leaders. Brazil and Peru subsequently agreed to increase cooperation to protect Indigenous territories along their shared Amazonian border.</p><p>Family says risks remain despite convictions</p><p>The court also ordered 750,000 soles (about $223,500) in compensation for Inuma’s legal heirs and 250,000 soles (about $74,500) for Axeldina Barbarán Tapullima, who was wounded in the attack. The payments would take effect only if the ruling, which can be appealed, becomes final, Gavancho said. The defendants have five days after receiving the court’s full written judgment to file an appeal.</p><p>For Gavancho, the ruling was significant not only because of the prison terms but also because of the compensation the court recognized for Inuma’s family and the woman who survived the attack.</p><p>“I think this emblematic case can serve as a precedent for other cases involving environmental defenders in Peru,” Gavancho said.</p><p>But Inuma said his family still does not feel safe and fears what could happen if those convicted were eventually freed.</p><p>His father, he said, had spent years defending the territory that earlier generations had left to the community, and that responsibility had now passed to his family and others.</p><p>He said he hoped other families of murdered defenders would not have to wait as long for their cases to move through Peru’s justice system.</p><p>“Although they can no longer give us our family members back, we want justice for the other defenders whose cases are still going on,” he said. “Now my father can rest in peace because justice has been done.”</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/HGEIF56Q6OBECEB2FRHCQRDFXA.jpg?auth=ee83a7d50ac846817e303e540debcbbcd7e2927070f16708e46e3fab69f3172a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This image provided by the Forest Peoples Programme shows Indigenous Kichwa tribal leader Quinto Inuma Alvarado in Tarapoto, Peru, Oct. 11, 2019. Alvarado was shot and killed on Nov. 29, 2023. (Vicki Brown/Forest Peoples Programme via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vicki Brown</media:credit></media:content></item><item><title><![CDATA[Florida Keys fishing captain released from hospital following lightning strike]]></title><link>https://www.local10.com/news/local/2026/08/24/florida-keys-fishing-captain-released-from-hospital-following-lightning-strike/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/florida-keys-fishing-captain-released-from-hospital-following-lightning-strike/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A Florida Keys fishing captain who was struck by lightning last week has been released from the hospital.]]></description><pubDate>Mon, 24 Aug 2026 23:35:35 +0000</pubDate><content:encoded><![CDATA[<p>A Florida Keys fishing captain <a href="https://www.local10.com/news/local/2026/08/20/charter-captain-airlifted-after-lightning-strike-off-islamorada/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/08/20/charter-captain-airlifted-after-lightning-strike-off-islamorada/">who was struck by lightning last week</a> has been released from the hospital.</p><p>Rick Stanczyk, 44, was on the water early Thursday morning when he was struck. </p><p>Members of his crew immediately jumped in to help Stanczyk, performing CPR until Islamorada paramedics arrived, officials said.</p><p>He was rushed by helicopter to HCA Florida Kendall Hospital. </p><p>Officials now say Stanczyk is expected to make a full recovery.</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-Dade deputies ID victim in e-scooter crash that escalated to fatal shooting]]></title><link>https://www.local10.com/news/local/2026/08/24/miami-dade-deputies-id-victim-in-e-scooter-crash-that-escalated-to-fatal-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/miami-dade-deputies-id-victim-in-e-scooter-crash-that-escalated-to-fatal-shooting/</guid><dc:creator><![CDATA[Chris Gothner, Jeff  Derderian ]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies say a 24-year-old Miami man was the victim of a deadly weekend shooting that stemmed from an e-scooter crash.]]></description><pubDate>Mon, 24 Aug 2026 14:44:49 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies say a 24-year-old Miami man was the victim of a <a href="https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/">deadly weekend shooting</a> that stemmed from an e-scooter crash.</p><p><a href="https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/"><b>Leer en español</b></a></p><p>According to the MDSO, Darryl Frankders Johnson Jr. was riding an e-scooter just before 5:25 p.m. Sunday near Northwest 75th Street and 22nd Court, in the county’s unincorporated Gladeview area, when he and the suspect crashed, leading to an argument.</p><p>Deputies said the suspect pulled out a gun and shot Johnson, of Liberty City, before fleeing.</p><p>Miami-Dade Fire Rescue medics pronounced Johnson dead at the scene.</p><p>Johnson’s mother, Stacy Bernard, spoke to Local 10 News.</p><p>“He’s a wonderful, awesome son,” she said. “He makes me proud every day. He wasn’t on the street selling drugs. He was on his way to work.”</p><p>Meanwhile, a nearby homeowner told Local 10 News that two of the bullets punctured her house.</p><p>An MDSO spokesperson said Monday that the suspect was with a child at the time of the shooting.</p><p>It was not immediately clear whether the two men knew each other prior to the crash and shooting.</p><p>Anyone with information on the case was asked to call investigators.</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[Aumenta a 6.509 la cifra de fallecidos por los dos terremotos del 24 de junio en Venezuela]]></title><link>https://www.local10.com/espanol/2026/08/24/aumenta-a-6509-la-cifra-de-fallecidos-por-los-dos-terremotos-del-24-de-junio-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/aumenta-a-6509-la-cifra-de-fallecidos-por-los-dos-terremotos-del-24-de-junio-en-venezuela/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — La cifra de decesos por los dos poderosos terremotos que sacudieron el norte de Venezuela el 24 de junio se incrementó a 6.509 al localizarse otros 71 cuerpos recuperados entre los escombros, anunciaron las autoridades.]]></description><pubDate>Tue, 25 Aug 2026 01:24:23 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — La cifra de decesos por los dos poderosos terremotos que sacudieron el norte de Venezuela el 24 de junio se incrementó a 6.509 al localizarse otros 71 cuerpos recuperados entre los escombros, anunciaron las autoridades.</p><p>El gobierno de la presidenta encargada, Delcy Rodríguez, señaló el lunes en su informe semanal que dos meses después de los terremotos de 7,2 y 7,5 de magnitud se han recogido más de 600.000 toneladas de escombros, 28,61% del total estimado en las zonas afectadas, entre los cuales continúan apareciendo personas fallecidas.</p><p>En las labores de remoción de escombros participan equipos locales, técnicos internacionales y especialistas de las Naciones Unidas, indicó la presidenta en funciones, en un breve mensaje televisado. La mandataria destacó que se está “haciendo este trabajo con respeto y dignidad".</p><p>“Esos escombros no son simplemente materiales que hay que retirar. Allí estuvieron hogares, recuerdos y en algunos casos, la historia entera de una familia”, agregó.</p><p>Las autoridades también contabilizaron que 6.462 personas fueron rescatadas tras los terremotos.</p><p>El número de heridos se mantiene en 16.740 desde el 1 de julio. Otros datos fueron omitidos por tercera semana consecutiva, entre ellos la cifra de personas sin vivienda. El 24 de julio se reportaron 17.900 ciudadanos sin viviendas por el colapso de 190 edificios.</p><p>Desde que ocurrieron los sismos, el gobierno de Rodríguez no ha publicado una cifra estimada de desaparecidos.</p><p>El gobernador del estado costanero de La Guaira, José Alejandro Terán, por su parte, ha dicho que de manera preliminar en su jurisdicción la cifra consolidada de desaparecidos por denuncias directas de familiares, asciende a 1.603 personas.</p><p>La mayoría de las muertes ocurrieron en La Guaira, la zona más afectada por los sismos, que está ubicada a unos 20 kilómetros al norte de Caracas.</p><p>Los sismos fueron los más fuertes registrados en el país sudamericano en más de un siglo y ocurrieron con 39 segundos de diferencia a lo largo de la cordillera de la costa, donde se encuentran los mayores centros poblados del país sudamericano.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LDZPLPRPLOWW6YN3HP6XTKBVBQ.jpg?auth=f1918897eff254b65730e25c005e64d324a65d45ac2d84a469a883b0c04f5724&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miembros de la familia Medina Álvarez portan urnas con las cenizas de sus seres queridos fallecidos en los terremotos durante un funeral en La Guaira, Venezuela, el lunes 17 de agosto de 2026. (Foto AP/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[21-year-old charged after starting fight at Chuck E. Cheese with underage teen who fathered child with his ex]]></title><link>https://www.local10.com/news/local/2026/08/24/21-year-old-charged-with-starting-fight-at-chuck-e-cheese-with-underage-teen-who-fathered-child-with-his-ex/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/21-year-old-charged-with-starting-fight-at-chuck-e-cheese-with-underage-teen-who-fathered-child-with-his-ex/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A 21-year-old Pompano Beach man is facing a child abuse charge after getting into a fight with an underage teenager. ]]></description><pubDate>Tue, 25 Aug 2026 00:07:27 +0000</pubDate><content:encoded><![CDATA[<p>A 21-year-old Pompano Beach man is facing a child abuse charge after getting into a fight with an underage teenager.</p><p>The incident occurred around 6 p.m. Saturday inside the Chuck E. Cheese located at 2201 N. Federal Hwy. </p><p>According to an arrest form, the victim was working inside the establishment when the suspect, identified as Vincent Evans, came inside with another woman.</p><p>Deputies said Evans approached the victim from behind and dragged him down before the two started fighting, after which Evans and the woman he was with fled the scene. </p><p>According to officials, the entire ordeal was captured on surveillance footage. </p><p>Additionally, investigators said the victim is the boyfriend of Evans’ ex-girlfriend, who is the mother a child shared with Evans, and that she is currently pregnant with a child belonging to the victim. </p><p>Deputies said they took Evans into custody shortly after midnight, later that evening in Fort Lauderdale. </p><p>He is facing a charge of child abuse without great bodily harm and as of Monday evening was being held at the Broward Main Jail on a $1,000 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Rescuers pull worker from retention pond in critical condition after Davie excavator mishap]]></title><link>https://www.local10.com/news/local/2026/08/24/rescuers-pull-man-from-retention-pond-in-critical-condition-after-davie-excavator-mishap/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/rescuers-pull-man-from-retention-pond-in-critical-condition-after-davie-excavator-mishap/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man was pulled from a retention pond in critical condition after an excavator mishap at a construction site off Interstate 75 in Davie on Monday.]]></description><pubDate>Mon, 24 Aug 2026 20:32:55 +0000</pubDate><content:encoded><![CDATA[<p>A worker was pulled from a retention pond in critical condition after an excavator mishap at a construction site off Interstate 75 in Davie on Monday.</p><p><a href="https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/"><b>Leer en español</b></a></p><p>According to the Davie Police Department, the incident happened Monday afternoon at a site in the 2200 block of Shotgun Road, east of the I-75 interchange with Royal Palm Boulevard.</p><p>Officer Julia Ross, a DPD spokesperson, said the agency responded to reports of a “possible drowning,” saw the excavator “submerged” in the pond, and said rescuers were able to pull the man from the water.</p><p>Officials from Davie Fire Rescue told Local 10 News that the operator was in cardiac arrest when rescuers found him; he was taken to Broward Health Medical Center.</p><p>Video from Sky 10 showed first responders, including divers, at the scene.</p><p>Ross said DPD is investigating the incident.</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 mourns wife, 2-year-old daughter killed by lightning strike in Margate]]></title><link>https://www.local10.com/news/local/2026/08/24/man-mourns-wife-2-year-old-daughter-killed-by-lightning-strike-in-margate/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/man-mourns-wife-2-year-old-daughter-killed-by-lightning-strike-in-margate/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor, Byron Tollefson, Christina Vazquez]]></dc:creator><description><![CDATA[A grieving South Florida father is remembering his wife and 2-year-old daughter after police said they were struck and killed by lightning Sunday while arriving for a family dinner in Margate.]]></description><pubDate>Mon, 24 Aug 2026 16:22:20 +0000</pubDate><content:encoded><![CDATA[<p>A grieving South Florida father is remembering his wife and 2-year-old daughter after police said they were struck and killed by lightning Sunday while arriving for a family dinner in Margate.</p><p><a href="https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/"><b>Leer en español</b></a></p><p>For Kameron Glasgow, a patch of grass outside his aunt’s home in the 7900 block of Northwest First Street will forever hold one of his final memories of his wife, Kenya Glasgow, and their daughter, Kennedi.</p><figure><img src="https://www.local10.com/resizer/v2/6A7OQCEEXNCLPIV3KRE7DJB3ZA.jpg?auth=201aea437996f4abfc63cabe1b386388676bce5758bd69dae50361b9934c2624&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Words can’t describe that feeling,” Kameron Glasgow said.</p><p>Margate police said Kenya, 31, and Kennedi were struck by lightning at about 2:30 p.m. Sunday.</p><p>The family of four had just arrived at the home and were trying to get inside ahead of an approaching storm.</p><p>“We saw that the rain was picking up and we just said, ‘Hey, we got to get the girls inside,’” Glasgow recalled.</p><p>Then, lightning struck.</p><p>Glasgow said he felt the electricity shock him. </p><p>“I got the aftershock from the ground,” he said. “By the grace of God, I’m still here.”</p><p>But when he turned around, he was confronted with a devastating sight.</p><p>“To turn around and see your wife and your daughter there lifeless is even worse,” Glasgow said.</p><p>Kenya and Kennedi are survived by Glasgow and Kennedi’s twin sister, Kensli.</p><p>Glasgow said he is now grappling not only with his own grief, but with what the loss will mean for his surviving daughter.</p><p><b>6 p.m. report:</b></p><p>“For her to lose her twin sister, words can’t describe that feeling because I know she can’t even fathom it right now,” he said through tears.</p><p>Glasgow described his wife as someone who was always there for the people she loved.</p><p>“My wife -- the biggest heart in the world,” he said. “The biggest heart in the world. Puts everybody before herself.”</p><p>He called Kenya, who was his high school sweetheart who he met senior year, one of his heroes, alongside his late father.</p><p>“She helped me make me into the man that I am today,” Glasgow said.</p><p>He described Kennedi as an “Energizer Bunny” with a love of music, particularly songs by Benson Boone.</p><p>“I’ve never seen a 2-year-old sing Benson Boone on a karaoke with a mic word for word,” he said. “Two years old and as clear as day. ‘Beautiful Things’, that’s her favorite song.”</p><p>Glasgow said the loss is especially painful after he viewed the birth of his twin daughters as a blessing following the death of his father.</p><p>“I thought my biggest blessing was God sending me my two daughters once my dad passed,” he said. “Just for one of them to be gone now, it’s tough.”</p><p>He said losing the woman he had spent half his life with will also be difficult to comprehend.</p><p>Despite his grief, Glasgow said he knows he must find a way forward for Kensli.</p><p>“It’s going to be OK because I have to be, because I have another beautiful daughter that’s inside,” he said.</p><p>For now, he is leaning on his faith.</p><p>“God gives no challenges to people that can’t handle it,” Glasgow said.</p><p>Family members have set up a <a href="https://www.gofundme.com/f/love-support-for-kensli-jade?attribution_id=sl:c3232b84-ea14-417a-bb3b-3a6654011f24&amp;lang=en_US&amp;ts=1787605558&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-control&amp;utm_medium=customer&amp;utm_source=copy_link" target="_self" rel="" title="https://www.gofundme.com/f/love-support-for-kensli-jade?attribution_id=sl:c3232b84-ea14-417a-bb3b-3a6654011f24&amp;lang=en_US&amp;ts=1787605558&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-control&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe page</a> to help with expenses.</p><p>Meanwhile, doctors are warning the public to be mindful of lightning.</p><p>Dr. Adam Rubin, the medical director of Memorial Regional Hospital’s emergency department, said if you are stuck outside, seek any kind of shelter.</p><p>“Ideally you want to get down on the ground as low as possible,” Rubin said. “Lightning tends to hit the highest points first, so if there’s a ditch or something like that that’s something you could ideally be into.”</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[Wife of active-duty Army sergeant is deported to Honduras under Trump's immigration crackdown]]></title><link>https://www.local10.com/news/national/2026/08/24/wife-of-active-duty-army-sergeant-is-deported-to-honduras-under-trumps-immigration-crackdown/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/24/wife-of-active-duty-army-sergeant-is-deported-to-honduras-under-trumps-immigration-crackdown/</guid><dc:creator><![CDATA[By JACK BROOK, Associated Press]]></dc:creator><description><![CDATA[The wife of an active-duty U.S. soldier was deported Monday to her native Honduras, according to her family and the U.S. Department of Homeland Security.]]></description><pubDate>Tue, 25 Aug 2026 00:55:24 +0000</pubDate><content:encoded><![CDATA[<p>The wife of an active-duty U.S. soldier was deported Monday to her native Honduras, according to her family and the U.S. Department of Homeland Security.</p><p>Cristy Maryori Villafranca-Trejo is at least the seventh spouse or parent of an active-duty U.S. military service member to be deported under President Donald Trump's immigration crackdown.</p><p>The Associated Press has found more than 50 cases in which immediate family members of U.S. troops were placed in federal immigration detention after the Trump administration rolled back protections for military families. In some instances, DHS has released military spouses following media attention and advocacy by congressional leaders.</p><p>Villafranca-Trejo's husband, Army Sgt. Hedar Leonel Turcios Juarez, said he has been struggling to manage his military duties since she was detained July 11 outside a Walmart near Fort Bliss, Texas, where he is stationed. Since then, he's had to care for their 6-year-old daughter without his wife's help. Instead of training in the mornings, he takes his daughter to first grade, and he said he has already had to postpone a planned assignment at another base.</p><p>“I don’t know if I will be able to continue with this,” Turcios Juarez told AP of his Army career. “I have to make a plan to make sure I can still fulfill my military responsibilities — but also take care of my family.”</p><p>DHS confirmed Villafranca-Trejo's deportation, saying she had “received due process.”</p><p>Villafranca-Trejo, who has no known criminal record and entered the U.S. in 2016 at age 18, was issued a final order of removal by an immigration judge in 2017 after failing to appear at a hearing, according to DHS. Villafranca-Trejo's husband said she had not received a notice for the hearing she missed and did not realize she had been ordered deported until they went to apply for her green card after marrying in 2022.</p><p>Originally from Honduras, Turcios Juarez became a U.S. citizen in 2024 after enlisting two years earlier.</p><p>Villafranca-Trejo's motion to reopen her case was denied last May and an appeal before the Board of Immigration Appeals remained pending, according to her attorney. She had also been waiting for about a year for a decision on her application for military parole-in-place, a program that allows the immediate family of U.S. troops to remain in the country to apply for a green card.</p><p>“We were following the rules -- we did everything we could on our side to fix this problem,” Turcios Juarez told the AP.</p><p>Prior to Trump's second administration, U.S Immigration and Customs Enforcement would typically allow immediate family members of U.S. troops to adjust their legal status even if they had been issued a final order of removal, according to Dan Gividen, who served as ICE deputy chief counsel from 2016 to 2019 under Trump.</p><p>“If you've got an active-duty military member that's married to someone now, and that's going to give her the opportunity to get a green card, you wouldn't detain them, much less execute the removal order,” Gividen said.</p><p>JP Caballero, a spokesperson for U.S. Rep. Veronica Escobar, a Democrat representing El Paso, said Escobar had opened a congressional inquiry into Villafranca-Trejo's case and visited her at the Camp East Montana detention facility in Texas earlier this month.</p><p>“My heart breaks for her, her children and the soldier who must feel so betrayed by the country he is sacrificing for,” Escobar told AP in a statement. “There are far too many families like theirs who are being targeted instead of supported.”</p><p>Turcios Juarez said he is unsure how he will care for his daughter without his wife. He still hasn’t figured out how to tell his daughter what has happened. But he says he still wants to keep serving his country.</p><p>“I love what I do, I want to keep doing this," he said of the Army. “I just don’t know how I am going to keep doing this.”</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/HK5TARRMGMETLYUPMHCQEPBR64.jpg?auth=39c1d848c8f6720b96eaf3e5b433d389c92e727ebf6dd829350629d9f7f76b0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Army Sgt. Hedar Leonel Turcios Juarez holds a picture of himself with with his wife Cristy at home in El Paso, Texas, July 21, 2026. (AP Photo/Ryan Romero, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Romero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6KTAWEUUJWZJCG6DYHRURAYCJU.jpg?auth=5edfebf44b60afd0619af3d71cfd97ef7e5547dac466a96496d46118e075f91a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Army Sgt. Hedar Leonel Turcios Juarez holds a picture of himself with with his wife Cristy at home in El Paso, Texas, July 21, 2026. (AP Photo/Ryan Romero, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Romero</media:credit></media:content></item><item><title><![CDATA[Ketel Marte could return to Diamondbacks roughly 2 weeks after strange disappearance]]></title><link>https://www.local10.com/sports/2026/08/24/ketel-marte-could-return-to-diamondbacks-roughly-2-weeks-after-strange-disappearance/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/ketel-marte-could-return-to-diamondbacks-roughly-2-weeks-after-strange-disappearance/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — The Arizona Diamondbacks hope three-time All-Star Ketel Marte will return to their lineup next week, roughly two weeks after his unexpected disappearance from the team before a game in Boston.]]></description><pubDate>Tue, 25 Aug 2026 00:03:52 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — The Arizona Diamondbacks hope three-time All-Star Ketel Marte will return to their lineup next week, roughly two weeks after his unexpected disappearance from the team before a game in Boston.</p><p>Diamondbacks manager Torey Lovullo said Monday the team's plan is for the second baseman to return for a home series against the Philadelphia Phillies, which starts on Aug. 31. Marte was initially put on the restricted list after his disappearance, but then moved to the 10-day injured list with mild inflammation in his left knee.</p><p>“That's what we're thinking about,” Lovullo said. “I think that will be the 10th day or the 11th day, so there is definitely a strategy to get him back on the field, get him healthy.”</p><p>Lovullo said Marte started taking batting practice Monday at the team's facility in Scottsdale and hitting coach Joe Mather was encouraged by the veteran's progress.</p><p>The 32-year-old Marte still hasn't addressed his teammates about why he left them in the middle of a playoff race. The D-backs came into Monday's game against the Chicago Cubs with a 69-62 record, two games behind the San Diego Padres for the final National League wild-card spot.</p><p>It's the second straight year Marte has gone AWOL from the team. Last season, he went on the restricted list when his home in Arizona was broken into during the All-Star break. He missed three games after flying back to his home in the Dominican Republic and later apologized for his absence.</p><p>Lovullo said Marte is very private and the team would figure out the right time for him to address his teammates.</p><p>“We're trying to create the softest space for him to re-emerge back in this environment,” Lovullo said. "That's up to him however he wants to do it. I cannot force a human being to do something that I want to do, or anybody in this room wants to do, or a fan wants to do.</p><p>“One of the things that makes Ketel such an extraordinary player is he goes to the beat of his own drum. I respect that.”</p><p>Lovullo also addressed the concern that Marte might receive a less-than-warm reception from D-backs fans when he returns.</p><p>“Ketel is a very loving young man,” Lovullo said. “I don't want (booing) to happen. I understand it's a possibility it could happen, but we'll all rally around him.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WCOGN4YRA2CTMRSEYA4PAWB2GM.jpg?auth=a9fac164dd2db37a6728ffe15875370f05680cb7b593012a1ec7368f5669b406&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ketel Marte watches his double off Cleveland Guardians starting pitcher Parker Messick during the fourth inning of a baseball game, Saturday, Aug. 1, 2026, in Cleveland. (AP Photo/Phil Long)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Long</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YHGJ46A5KHD43WJPR4TSBOTE54.jpg?auth=4b4d5d02c0199d707983a283fc0a5e24f29feede72bbe935ae3b40ce8273fe6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks second baseman Ketel Marte (4) against the Los Angeles Dodgers in the first inning of a baseball game, Friday, Aug 7, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ZOZRTWF4M7PPFORS2Q7QMKAQ4.jpg?auth=3efd45aa7be5e85b1c154404df39d9cbfd5fd75f16e5def58a39653163094067&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ketel Marte reacts after hitting a two-run home run against the Los Angeles Dodgers in the first inning of a baseball game, Sunday, Aug 9, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VTQ5BUIV6UL42OPBDPFCPUPR6U.jpg?auth=35e47278ee96ae8f54454c79bf642ca855dd5ed8607c1ab14d579ff0b7bc9673&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ketel Marte throws out Cleveland Guardians' Travis Bazzana during the sixth inning of a baseball game, Saturday, Aug. 1, 2026, in Cleveland. (AP Photo/Phil Long)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Long</media:credit></media:content></item><item><title><![CDATA[Texas police reveal no criminal findings and close case into death of Bills' DT Ed Oliver's son]]></title><link>https://www.local10.com/sports/2026/08/24/texas-police-reveal-no-criminal-findings-and-close-case-into-death-of-bills-dt-ed-olivers-son/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/texas-police-reveal-no-criminal-findings-and-close-case-into-death-of-bills-dt-ed-olivers-son/</guid><dc:creator><![CDATA[By JOHN WAWROW, Associated Press]]></dc:creator><description><![CDATA[BUFFALO, N.Y. (AP) — A police investigation into the death of Buffalo Bills defensive tackle Ed Oliver’s 1-year-old son has resulted in no criminal findings and the case is now considered closed, the Harris County Sheriff’s Office in Texas announced on Monday.]]></description><pubDate>Mon, 24 Aug 2026 23:28:00 +0000</pubDate><content:encoded><![CDATA[<p>BUFFALO, N.Y. (AP) — A police investigation into the death of Buffalo Bills defensive tackle Ed Oliver’s 1-year-old son has resulted in no criminal findings and the case is now considered closed, the Harris County Sheriff’s Office in Texas announced on Monday.</p><p>The closing of the case comes after the child's death on June 28 was first confirmed on Saturday in a statement from Bills GM Brandon Beane expressing condolences to Oliver.</p><p>Police say the toddler, who was a few days shy of his second birthday, was found unresponsive in the swimming pool of a home in a neighborhood community just north of Houston. The boy was transported to the hospital where he was pronounced dead.</p><p>“The incident was thoroughly investigated by detectives, and their finding were no criminal findings. The case is now closed,” the police statement said.</p><p>Oliver has asked for privacy and prayers while still mourning his son, who was also named Ed.</p><p>“Obviously, very unfortunate what happened and as a teammate of him, as someone in this locker room, all we can do is love on him,” quarterback Josh Allen said following Buffalo’s 31-7 preseason win at Cleveland on Saturday.</p><p>“There’s nothing that you can say to make the situation any better except being there in whatever ways he needs,” Allen added. “I can’t imagine what he’s going through. But the way that he’s dealt with it has been unbelievable.”</p><p>The 28-year-old Oliver is entering his eighth NFL season since being selected by Buffalo in the first round of the 2019 draft out of Houston. He has been with the team since reporting for the start of training camp.</p><p>Oliver appeared with the starters in the Bills’ preseason-opening 29-14 win over Carolina, but has missed the past week of practice due to an undisclosed injury.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F2N3ZYIVML4WPP6AU447ALSLOM.jpg?auth=514060e1bfe4a254f4afa8f9816acbb49a0b26616b7b9712d58c4cbd57603247&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Buffalo Bills defensive tackle Ed Oliver arrives for an NFL football game against the Houston Texans, Nov. 20, 2025, in Houston. (AP Photo/Maria Lysaker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Maria Lysaker</media:credit></media:content></item><item><title><![CDATA[Minnesota's kicking competition muddied by NCAA eligibility court ruling]]></title><link>https://www.local10.com/sports/2026/08/24/minnesotas-kicking-competition-muddied-by-ncaa-eligibility-court-ruling/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/minnesotas-kicking-competition-muddied-by-ncaa-eligibility-court-ruling/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[MINNEAPOLIS (AP) — The eligibility chaos across college football has seeped into depth charts for several programs with the regular season fast approaching.]]></description><pubDate>Mon, 24 Aug 2026 23:11:52 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — The eligibility chaos across college football has seeped into depth charts for several programs with the regular season fast approaching.</p><p>The competition at Minnesota for the place kicking job has sure become complicated.</p><p>Brady Denaburg handled that job last year for the Gophers after spending his first three college seasons at Syracuse, and he was out of the picture until a federal judge in Denver ruled on July 31 that athletes from the 2022 high school class were eligible for a fifth year.</p><p>The NCAA had previously excluded that class from the new “five-for-five” rule that was designed to add clarity and fairness to college sports in the wild era of the transfer portal, revenue sharing and name, image and likeness earnings.</p><p>The Denver ruling was then temporarily halted on Friday by an appeals court injunction, putting thousands of athletes nationwide, like Denaburg, back in the lurch.</p><p>“Playing’s in limbo,” Gophers coach P.J. Fleck said after practice on Monday, just 10 days before his team's opener against Eastern Illinois. “I do hope that we come to some resolution at some point about what we’re going to do with all these players, because at the end of the day, if all we say is it’s about the student-athlete, then we have to make the decisions for them. Right, wrong or indifferent, legal cases, all those things, let’s get some direction of exactly what they’re going to be able to do. Because it’s lawsuit after lawsuit, just a ping-pong match that goes back and forth.”</p><p>The confusion also has spilled into Indiana's national championship title defense.</p><p>Following the initial ruling, sixth-ranked Indiana welcomed back two starting defensive linemen — Stephen Daley, who was the Big Ten's co-leader in tackles for loss (19) last season despite getting injured during the conference championship game celebration, and Kellan Wyatt, who missed the final nine games last season with a knee injury in mid-October.</p><p>Daley and Wyatt were practicing, for now, and Indiana coach Curt Cignetti threw his full support behind them on Monday.</p><p>“I think in their case, you’re creating opportunities,” Cignetti said. "You look at Wyatt, he started less than half the games last year and got hurt. Then, Daley started six out of 16 games, got hurt. Both had pro potential, but because of injury didn’t end up in NFL camp. We’d have to make no roster cuts if they’re eligible to play. We’re going to support them in their quest to be eligible to play.”</p><p>For the Gophers, it's even more nuanced than that.</p><p>The federal ruling from Denver was clarified three days later to exclude athletes who'd already signed professional contracts, which prompted a countersuit filed in Louisiana state court that gained a temporary restraining order on Wednesday. Former New Mexico kicker Luke Drzewiecki, who was in rookie minicamp with the Baltimore Ravens this spring, was in that group.</p><p>Drzewiecki entered the transfer portal and picked Minnesota, following special teams coordinator Daniel Da Prato, who'd jumped from the Lobos to Gophers this offseason.</p><p>With sophomore Daniel Jackson and Michigan transfer Beckham Sunderland, who has begun his third college season, the Gophers now have four kickers in the mix in practice. Anywhere between two and four of them will be eligible to play in the opener, which has obviously complicated the decision for Fleck and Da Prato.</p><p>“It kind of reminds you of the 2020 season with COVID. You didn’t know who was going to play. You didn’t know who passed the test right before the game or who wouldn’t pass the test,” Fleck said. “You’d have no idea, so you had to prepare for all of it. In that small scale, it’s kind of a little bit what we’re preparing for.”</p><p>With four kickers rotating, the Gophers have spent more time on field goal drills in fall camp than they have in the past. Sunderland also had Da Prato as a special teams coordinator at Texas State in 2024. He has never attempted a kick in a college game, only kickoffs. Jackson took two extra points and three kickoffs last season.</p><p>Denaburg was 33 for 33 on extra points last year and 14 for 21 on field goals, missing three of five attempts from 40-plus yards. Drzewiecki sparkled for New Mexico during his senior season, making 36 of 36 extra points and 18 of 19 field goals.</p><p>“We don’t know what will happen and who will be eligible and who won’t be eligible. You’d love some answers as soon as possible,” Fleck said. “We’re preparing for some of those guys to be eligible and we’re also preparing for everybody to be eligible, and that’s why this kicking competition continues to go through all the way."</p><p>___</p><p>AP Sports Writer Mike Marot in Indianapolis contributed to this report.</p><p>___</p><p>Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full college football coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2VZ5CT4QM32CISS2NDX57YDOQ4.jpg?auth=06ad8e083e9b32a4752dd197214e4ed61611edc9794f8d483300be01361a4770&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Minnesota kicker Brady Denaburg attempts a field goal during the first half of an NCAA college football game against Wisconsin Nov. 29, 2025, in Minneapolis. (AP Photo/Tom Baker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Baker</media:credit></media:content></item><item><title><![CDATA[Cubans turn to solar to keep lights on during fuel blockade — if they can afford it]]></title><link>https://www.local10.com/news/world/2026/08/24/cubans-turn-to-solar-to-keep-lights-on-during-fuel-blockade-if-they-can-afford-it/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/cubans-turn-to-solar-to-keep-lights-on-during-fuel-blockade-if-they-can-afford-it/</guid><dc:creator><![CDATA[Ed Augustin]]></dc:creator><description><![CDATA[In Cuba, the U.S. fuel blockade and the country’s aging power grids barely provide more than two hours of electricity a day. Solar panels have become the popular alternative, but at a very big price.]]></description><pubDate>Mon, 24 Aug 2026 21:17:21 +0000</pubDate><content:encoded><![CDATA[<p>In Cuba, the U.S. fuel blockade and the country’s aging power grids barely provide more than two hours of electricity a day. Solar panels have become the popular alternative, but at a very big price. </p><p>Seven months into the effective blockade, long power outages were widespread before — now many people get just one hour a day. But in Havana’s wealthier Playa municipality, people are installing their own electricity systems.</p><p>Resident Esther Torres had solar panels installed in the spring.</p><p>“It’s gone well with the panels because we spend too many hours without electricity and it’s an alternative you have to pay for to have power, to conserve food, and to be able to sleep better,” Torres said.</p><p>Her daughter, who lives in Chile, paid around $4,000 for the panels, the battery and everything needed to connect them.</p><p>“My mom is 80 years old and it was necessary for her quality of life,” Torres said. “It’s not a luxury, it’s a necessity.”</p><p>The Cuban government is pursuing the same strategy on a much bigger scale: expanding solar power — not so much to save the environment, as to keep the lights on.</p><p>In just one year, Cuban imports of Chinese solar panels increased 34-fold — the fastest growth anywhere in the world.</p><p>More than 50 solar parks have already been built. With China’s help, more are under construction.</p><p>Panels have also been installed on hospitals.</p><p>But on an island where the average state salary is just $11 a month, solar power remains out of reach for the vast majority.</p><p>“I have a neighbor who has it, but he has people outside the country who help financially,” one resident said. “I make the basic salary, so how could I afford it?”</p><p>Looking around a working-class neighborhood in Centro Habana, there are very few solar panels on the roofs of residential buildings. </p><p>The Cuban Revolution of 1959 promised people equality — but these days, one of the fault lines between rich and poor is who has electricity. The Trump administration is making a bad situation worse: sanctions this May hit shipping companies, leaving thousands of containers destined for Cuba stranded in Caribbean ports. </p><p>Fewer solar panels are getting into the country, and the price of solar has doubled. And that affects regular people desperate to get a little bit more electricity.</p>]]></content:encoded></item><item><title><![CDATA[US urges new UN sanctions to spur rivals in Sudan to negotiate an end to war]]></title><link>https://www.local10.com/news/world/2026/08/24/us-urges-new-un-sanctions-to-spur-rivals-in-sudan-to-negotiate-an-end-to-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/us-urges-new-un-sanctions-to-spur-rivals-in-sudan-to-negotiate-an-end-to-war/</guid><dc:creator><![CDATA[By EDITH M. LEDERER, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — The United States is urging beefed-up U.N. sanctions against the warring parties in Sudan to build pressure on them to negotiate an end to the fighting that has killed at least 59,000 people, displaced some 13 million and pushed many parts of the African nation into famine.]]></description><pubDate>Mon, 24 Aug 2026 22:44:06 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — The United States is urging beefed-up U.N. sanctions against the warring parties in Sudan to build pressure on them to negotiate an end to the fighting that has killed at least 59,000 people, displaced some 13 million and pushed many parts of the African nation into famine.</p><p>President Donald Trump’s senior adviser for Arab and African affairs, Massad Boulos, told the U.N. Security Council on Monday that financial, military and political support given to either the government forces or the rival paramilitary group, Rapid Support Forces, remains a driver of the conflict, now in its fourth year.</p><p>Boulos did not name any countries providing that support. Egypt has been a vocal supporter of Sudan’s military, while the United Arab Emirates is accused by U.N. experts and human rights groups of providing arms to the RSF, which it has repeatedly denied.</p><p>He said the Security Council has the tools to curtail the provision of “a tremendous and increasing amount of military support to both warring parties” from “numerous external actors.”</p><p>U.N.-backed human rights investigators two years ago called for the expansion of an arms embargo on Sudan’s long-restive western Darfur region — scene of mass atrocities between 2003 and 2005 — to cover the entire country.</p><p>Boulos said a proposed U.S. resolution before the U.N. Security Council would expand the arms embargo throughout Sudan. It also would apply “to all parties operating in the territory” and reaffirm that drones and related technologies are part of the arms embargo.</p><p>Experts say Sudan's army and the RSF are competing to obtain new drone models. Rights groups have said the use of unmanned aircraft has become increasingly common in the northeast African nation’s war.</p><p>The U.S. draft resolution, obtained by The Associated Press, deplores “the continuous influx of external military assistance, weapons, and ammunition to the warring parties, which is prolonging the conflict and undermining mediation efforts,” including launching drones and unmanned aerial systems from third countries.</p><p>The proposed resolution demands that all countries “cease any direct or indirect support to the warring parties, be it logistical, financial or military, which enables conflict to continue.”</p><p>The conflict exploded from a power struggle that emerged following Sudan’s transition to democracy after an uprising forced the military ouster of longtime autocratic President Omar al-Bashir in April 2019.</p><p>Tensions boiled over three years later between Sudan’s military chief Gen. Abdel-Fattah Burhan, who chairs the ruling sovereign council, and RSF commander Gen. Mohamed Hamdan Dagalo, who was Burhan’s deputy.</p><p>Burhan said Monday that new sanctions would not deter his troops from carrying on with their war until all RSF-controlled areas are captured, according to the army-controlled SUNA news agency.</p><p>“Our souls and destiny are in God’s hands,” he said while attending the graduation ceremony of new police officers in the capital, Khartoum. “Our message to those staying in hotels abroad and cheering at sanctions that are meant to subjugate the Sudanese people is the following: The people will not be broken, but we will break and defeat you.”</p><p>U.N. political chief Rosemary DiCarlo told the Security Council that despite numerous diplomatic efforts to get government and paramilitary leaders to start negotiations and end hostilities, “the parties remain locked in a zero-sum military logic.”</p><p>"Greater international attention and action are urgently needed for them to change that calculus,” she said.</p><p>___</p><p>Associated Press writer Noha Elhennawy in Cairo contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7SXXXQN3MPIAFUCPZNLQFTH6LI.jpg?auth=ed22aaad2ee80c8099a1e9b30c822910a5c745483096cf59f187567c63939510&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fighters of armed defectors from the paramilitary Rapid Support Forces (RSF) celebrate, as they are believed to be surrendering to the Sudanese army, in the west of Omdurman, just outside Khartoum, Sudan, Wednesday, Aug. 19, 2026. (AP Photo/Mohnd Blal)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohnd Blal</media:credit></media:content></item><item><title><![CDATA[Trump's 'economic D-Day' threats become warnings for countries to sever financial ties with Iran]]></title><link>https://www.local10.com/news/world/2026/08/24/trumps-economic-d-day-threats-become-warnings-for-countries-to-sever-financial-ties-with-iran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/trumps-economic-d-day-threats-become-warnings-for-countries-to-sever-financial-ties-with-iran/</guid><dc:creator><![CDATA[By FARNOUSH AMIRI, CHRISTOPHER RUGABER, AAMER MADHANI and DIDI TANG, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Treasury Secretary Scott Bessent announced a new round of sanctions aimed at Iran on Monday and warned every country that does business with the Islamic Republic to sever those financial ties or face retaliation from the United States.]]></description><pubDate>Mon, 24 Aug 2026 21:41:00 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Treasury Secretary Scott Bessent announced a new round of sanctions aimed at Iran on Monday and warned every country that does business with the Islamic Republic to sever those financial ties or face retaliation from the United States.</p><p>President Donald Trump’s pledge last week to unleash an “economic D-Day” against Tehran turned out to be new warnings to cut off Iran from the rest of the global economy. Asked why the U.S. was not imposing secondary sanctions on Iran’s trading partners, Bessent told reporters he wanted countries to have an opportunity to shift away from Iran before it was too late.</p><p>“Why would I want to blow up the global financial system?” Bessent said.</p><p>The Trump administration is struggling to find an off-ramp nearly six months into an unpopular war with an increasingly obstinate Iran. Diminishing stockpiles of key weapons appear to have forced U.S. officials to pivot to economic warfare, though Defense Secretary Pete Hegseth said later Monday that he was not ruling out resuming strikes to hit Iran during a lull in hostilities.</p><p>Washington had promised new sanctions would put even more pressure on an Iranian economy already battered by previous penalties and a U.S. naval blockade.</p><p>But the announcement Monday provided little detail and did not name which countries could face secondary sanctions. China, Turkey and the United Arab Emirates are Iran’s largest trade partners.</p><p>“We are level-setting with every country to tell them our expectations. We know who they are. They know who they are,” Bessent said. “So when the hammer of U.S. Treasury actions falls upon them, they will have no one to blame but themselves.”</p><p>Dubbing the campaign “Operation Economic Outcast,” Bessent said Trump has been “making phone calls to world leaders with specific requests to cease their interactions” with Iran and has already seen results.</p><p>The UAE announced last week that it was suspending all trade, commercial exchanges and financial transactions with Iran until further notice after a reported missile attack on the Gulf country. Bessent said the UAE decision was “not a coincidence.”</p><p>Shortly before the announcement, Iranian parliamentary Speaker Mohammad Bagher Qalibaf said the U.S. is not in an economic position to further restrict Tehran’s relations with other countries.</p><p>“Iran’s trading partners, both in the media and through messages sent to us, have made it clear that they don’t take these statements into account anywhere,” Qalibaf, who has been Iran’s lead negotiator over the past six months, posted on X.</p><p>Bessent is pressed on what the new campaign means for China</p><p>Asked whether the U.S. would target China, Bessent said that “no one is above the reach of U.S. sanctions,” despite the fragile trade truce in place between the world’s two largest economies.</p><p>“If they facilitate transactions and are part of the ecosystem that turns Iranian oil into money, into repression, they will be targeted,” he added.</p><p>Experts say the U.S. is likely to carefully calibrate its actions on China, just a month before Chinese leader Xi Jinping is expected to visit the U.S.</p><p>How much the announcement matters “depends on the aggressiveness with which President Trump is willing to enforce it,” said Ali Wyne, senior research and advocacy adviser for U.S.-China relations at the International Crisis Group. “Thus far, despite threatening severe economic consequences for countries that do business with Iran, he has largely given China a pass.”</p><p>The Treasury Department said Monday that it was imposing sanctions on nearly 60 Iran-linked entities, accusing them of roles in Iran’s nuclear and missile programs, cyber activities and oil shipments.</p><p>That includes Hong Kong-based Sweet Ocean Industrial Limited and associated people and businesses, which were accused of helping Iran acquire sensitive goods such as laser optics equipment. Also penalized was China-based Shenzhen Huamei, which is a service provider for the Iran-based logistics company BRE Line, as well as BRE Line’s branch in Hong Kong, for allegedly supporting the missile and nuclear programs.</p><p>Iranian currency falls to a record low</p><p>Hours before Bessent’s announcement, Iran’s currency hit a record low.</p><p>The rial dropped to 2.02 million to the U.S. dollar as trading opened on currency markets. Iran’s official Central Bank rate stood at around 1.5 million rials to the dollar, but the market rate is what most Iranians pay.</p><p>The currency had already been under pressure before the U.S. and Israel attacked Iran on Feb. 28, as Iran faced double-digit inflation and negative growth. The rial has repeatedly hit new lows as nearly six months of war have taken an even greater toll.</p><p>Iranians find daily staples increasingly unaffordable. Since the war began, rice is up some 60% and beef prices are more than 150% higher. The International Monetary Fund forecasts that gross domestic product will contract more than 5%.</p><p>Still, economic pressure has not yet translated into political pressure. Iran retains a key strategic advantage: Its attacks and threats on ships in the Strait of Hormuz have brought traffic in the vital waterway to a near halt, damaging the world economy and heaping pressure on U.S. President Donald Trump ahead of congressional elections.</p><p>The war, as a result, has devolved into a fight over who controls the strait, through which a fifth of the world’s traded oil transited before the conflict. Iran is now refusing to fully reopen it unless it can charge ships.</p><p>Iran and Oman, which is on the opposite side of the strait, are reportedly in the final stages of agreeing on a plan for joint management of the waterway. Oman’s foreign minister is set to visit Iran on Tuesday.</p><p>Pakistani delegation visits Iran</p><p>Pakistan, which played a key role in brokering a 60-day ceasefire in June, sent a high-level delegation to Iran on Monday to encourage the U.S. and Iran to return to negotiations, two senior officials said. The officials spoke on condition of anonymity because they were not authorized to speak to the media.</p><p>The military confirmed only Field Marshal Asim Munir’s visit, saying it was aimed at de-escalating tensions in the region.</p><p>Trump spoke with Munir ahead of the army chief’s visit to Iran, according to a person familiar with the discussion who spoke on condition of anonymity to confirm a private conversation. Reuters, citing Pakistani sources, first reported the call.</p><p>Munir met Iranian Interior Minister Eskandar Momeni in Tehran, according to the two senior officials. Munir was accompanied by Pakistani Interior Minister Mohsin Naqvi and other officials. Munir was expected to remain in Iran overnight and meet the Iranian president and other senior officials before returning to Pakistan.</p><p>His previous visit to Tehran in May helped pave the way for a memorandum of understanding signed by the U.S. and Iran in June.</p><p>In downtown Tehran, 73-year-old Sadegh Mahmoudi did not hold out hope for a resolution. He joined a line of about a dozen people to purchase U.S. dollars with his remaining savings to hedge against further declines.</p><p>“There is no hope for a deal and peace,” he said.</p><p>___</p><p>Amiri reported from New York. Associated Press writers Nasser Karimi in Tehran, Iran; David Rising in Dubai, United Arab Emirates; Seung Min Kim and Konstantin Toropin in Washington; and Munir Ahmed in Islamabad contributed.</p>]]></content:encoded></item><item><title><![CDATA[Texans acquire WR Kayshon Boutte from Patriots to fill void after Jayden Higgins' injury]]></title><link>https://www.local10.com/sports/2026/08/24/texans-acquire-wr-kayshon-boutte-from-patriots-to-fill-void-after-jayden-higgins-injury/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/texans-acquire-wr-kayshon-boutte-from-patriots-to-fill-void-after-jayden-higgins-injury/</guid><dc:creator><![CDATA[By KRISTIE RIEKEN, Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — The Houston Texans acquired wide receiver Kayshon Boutte from the New England Patriots on Monday.]]></description><pubDate>Mon, 24 Aug 2026 22:40:43 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — The Houston Texans acquired wide receiver Kayshon Boutte from the New England Patriots on Monday.</p><p>Boutte confirmed the deal on social media before either team announced it. According to multiple reports, Houston sent safety Jaylen Reed and a 2028 seventh-round draft pick to the Patriots.</p><p>The move comes after No. 2 receiver Jayden Higgins tore an ACL in a joint practice with the Las Vegas Raiders Tuesday.</p><p>Boutte, a sixth-round pick in the 2023 NFL draft, had 33 receptions for 551 yards and six touchdowns last season.</p><p>The Patriots had a logjam at the position after trading for receiver A.J. Brown in June and signing Romeo Doubs to a four-year, $68 million contract in March.</p><p>The Texans also signed veteran receivers Zay Jones and Sterling Shepard this weekend as they look to fill the void left by Higgins' injury.</p><p>Higgins, who was expected to start alongside star Nico Collins, had 41 receptions for 525 yards and six touchdowns as a rookie last year.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R4KHIEW6O6LQCPO6G3QYNQBN3U.jpg?auth=700a38a0ad8658a4dbd6176daf255e6c38e1d0a8516a6263b730f9be957a7b89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New England Patriots wide receivers A.J. Brown (1) and Kayshon Boutte (9) wait their turn on a drill during the team's NFL football training camp, Monday, Aug. 10, 2026, in Foxborough, Mass. (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/XMLIHUTJQAB2IX3SQ6OKGDIY5I.jpg?auth=a4433e1e902c035c1bfb656b75c84a8ddd48025697cb52aafbf46d488a02a655&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New England Patriots head coach Mike Vrabel, left, talks with wide receiver Kayshon Boutte (9) during a NFL football training camp, Tuesday, Aug. 11, 2026, in Foxborough, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item></channel></rss>