<?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>Sat, 05 Sep 2026 14:56:26 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Oil spill shuts down westbound lanes of Dolphin Expressway after tractor-trailer crash]]></title><link>https://www.local10.com/traffic/2026/09/05/oil-spill-shuts-down-westbound-lanes-of-dolphin-expressway-after-tractor-trailer-crash/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/09/05/oil-spill-shuts-down-westbound-lanes-of-dolphin-expressway-after-tractor-trailer-crash/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A tractor-trailer crash has shut down the westbound lanes of the Dolphin Expressway after more than 120 gallons of fuel spilled onto the highway in Miami-Dade County on Saturday morning, according to Miami Fire Rescue officials. ]]></description><pubDate>Sat, 05 Sep 2026 14:51:35 +0000</pubDate><content:encoded><![CDATA[<p>A tractor-trailer crash has shut down the westbound lanes of the Dolphin Expressway after more than 120 gallons of fuel spilled onto the highway in Miami-Dade County on Saturday morning, according to Miami Fire Rescue officials. </p><p>Officials said MFR crews responded to the spill just after 8:30 a.m. and brought in their hazmat team to contain the spill and prevent further runoff.</p><p>They said the westbound lanes will remain closed for several hours while crews clean up the fuel and remove the truck.</p><p>No injuries were reported.</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/GEH5FEBHWFFO5LP5TZVBOBNQCI.jpg?auth=ebce9209bac6d35a293b2985b1ee9bf8fe395becf7ab5fc1cd6218ffe0706cf5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Thousands rally in Croatia demanding urgent cleanup of toxic waste from a town]]></title><link>https://www.local10.com/business/2026/09/05/thousands-rally-in-croatia-demanding-urgent-cleanup-of-toxic-waste-from-a-town/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/05/thousands-rally-in-croatia-demanding-urgent-cleanup-of-toxic-waste-from-a-town/</guid><dc:creator><![CDATA[By DARKO BANDIC, Associated Press]]></dc:creator><description><![CDATA[ZAGREB, Croatia (AP) — Tens of thousands of people rallied on Saturday in Croatia, furious that authorities for months haven't cleared a huge amount of illegally dumped hazardous waste that has triggered fears of major environmental damage in the European Union country.]]></description><pubDate>Sat, 05 Sep 2026 14:40:08 +0000</pubDate><content:encoded><![CDATA[<p>ZAGREB, Croatia (AP) — Tens of thousands of people rallied on Saturday in Croatia, furious that authorities for months haven't cleared a huge amount of illegally dumped hazardous waste that has triggered fears of major environmental damage in the European Union country.</p><p>The illegal waste scandal in the central town of Gospic has fueled criticism of conservative Prime Minister Andrej Plenkovic and his government, which has faced mounting public anger in recent weeks.</p><p>The issue first surfaced last February when Croatian police and Europol, the EU's law enforcement agency, arrested 13 people suspected of illegally importing and disposing of hazardous waste. Europol said at the time that the suspects made at least 4 million euros ($4.2 million) in illegal profit.</p><p>More than a year later, Gospic residents fear that about 37,000 metric tons (40,000 U.S. tons) of waste that is still at an abandoned industrial site — mostly buried underground — was endangering their health. It includes remains of electronic equipment, plastics, construction materials and medical waste.</p><p>An expert report published last month by Croatian anti-corruption agency USKOK says that the soil at the site contained elevated metal concentration and that PFAS compounds, known as the “forever chemicals,” have also been detected in groundwater.</p><p>Saturday's protest requested that authorities present a clear plan to urgently and completely remediate the polluted sites according to clearly defined deadlines. Protesters are also demanding an immediate ban on waste imports.</p><p>Vjekoslav Busic, from the “Gospic Is Our Home” initiative behind the protest, said that residents had been reporting what they believed was suspected illegal activity since 2023.</p><p>“The result to date: Not a single kilogram (pound) of hazardous waste has been removed from Gospic,” Busic said.</p><p>Protester Ivan Rittinger said that authorities “are talking about this as if it were a tragedy, as if it just happened out of nowhere. Rittinger said that "someone made money out of it and someone was paid to look the other way.”</p><p>“It was planned,” he said. “This is not a tragedy. This is a crime.”</p><p>USKOK said that it was investigating a Croatian company for allegedly burying illegal toxic waste at several sites across Croatia, with the largest amount found in Gospic. The government has said that the investigation is underway, as well as efforts to clear the area.</p><p>Authorities also have said that multiple water and soil tests in Gospic came out negative for contamination. The site will be temporarily covered to protect it from rainwater, one company has been chosen to clear some of the waste while a long-term plan is drafted.</p><p>Plenkovic has accused his political opponents of fueling panic for political gains.</p><p>Experts agree that the damage is at a local level. But they warn that the region’s karst terrain, loose soil and rivers could carry pollution from the site toward the Adriatic Sea.</p><p>The town of Gospic, which has around 12,000 residents, is located in a region close to a nature park and known for forests, lakes and rivers. The initial Europol report said that much of the waste that ended up in Gospic was imported from other EU nations Italy, Slovenia and Germany.</p><p>The protesters at the main square in Croatia's capital, Zagreb, shouted “Croatia, Croatia" as they carried national flags and banners reading “When if not now” or “The lungs of Croatia have trouble breathing.”</p><p>Zeljka Sikic from Gospic thanked the crowd for “coming out publicly, because it takes courage nowadays.” Sikic said "we have been handed over to eco-mafia.</p><p>Zagreb resident Suzane Maria Flander said that it's a “basic human right to have clean soil, clean water and clean air.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S4EORXVQXSIR5U4LC66HTJN6HM.jpg?auth=512ff40c0ef9c488f531132338dd5a3ecbed5ea791adfcdfbc5faad8a13204c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thousands of people rally in protest over the discovery of illegally imported and disposed waste, including hazardous and toxic materials, in downtown Zagreb, Croatia, Saturday, Sept. 5, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/E7GWN26WMQSRYB5ON7EL3NWV64.jpg?auth=b5748cc495f8ba97c07c89dbcf6fe236b2bd0952ad364fd87698a0ec899901a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thousands of people rally in protest over the discovery of illegally imported and disposed waste, including hazardous and toxic materials, in downtown Zagreb, Croatia, Saturday, Sept. 5, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/RNN5VMY6ESP4FS7HWEMEQ3WTNI.jpg?auth=9b34a3dd51f95e589e4a3bbc0457e4299f24412ba89b2958c0a19792088fc334&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thousands of people rally in protest over the discovery of illegally imported and disposed waste, including hazardous and toxic materials, in downtown Zagreb, Croatia, Saturday, Sept. 5, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/CTSC5Z25DLKOIT54C4JKSMZHYE.jpg?auth=7a166f70ccefa3980330d5da4a9745fe2ef1eed411d0e4770bb53b8bc09a8141&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thousands of people rally in protest over the discovery of illegally imported and disposed waste, including hazardous and toxic materials, in downtown Zagreb, Croatia, Saturday, Sept. 5, 2026. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Humane Society of Broward seeks ‘furever’ home for Skywalker, other furry friends]]></title><link>https://www.local10.com/pets/2026/09/05/humane-society-of-broward-seeks-furever-home-for-skywalker-other-furry-friends/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/09/05/humane-society-of-broward-seeks-furever-home-for-skywalker-other-furry-friends/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Skywalker is a little over a year old, full of personality and ready for his forever home. ]]></description><pubDate>Sat, 05 Sep 2026 14:33:11 +0000</pubDate><content:encoded><![CDATA[<p>Skywalker is a little over a year old, full of personality and ready for his forever home. </p><p>The Humane Society of Broward County says the friendly pup is great in the car, walks beautifully on a leash and is treat-motivated, making him a good candidate for obedience training and outdoor adventures.</p><p>Skywalker also happens to be one of the shelter’s most unique-looking dogs, with striking blue eyes and an adorable, playful personality.</p><p>The shelter also has two 7-week-old brothers, Romeo and Othello, who would love to find a home together.</p><p>Anyone interested in adopting can visit the Humane Society of Broward County, which opens at 11 a.m., or visit <a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">humanebroward.com</a> to see available pets and complete a pre-adoption application.</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[3 hospitalized after Sunrise crash leaves roads closed, thousands temporarily without power]]></title><link>https://www.local10.com/traffic/2026/09/05/overnight-crash-shuts-down-major-sunrise-intersection-temporarily-knocks-out-power-to-thousands/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/09/05/overnight-crash-shuts-down-major-sunrise-intersection-temporarily-knocks-out-power-to-thousands/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[Power has been restored and a major Sunrise intersection has reopened following an overnight crash involving two vehicles that left authorities said left three people hurt and temporarily knocked out electricity in the area overnight Saturday. ]]></description><pubDate>Sat, 05 Sep 2026 11:53:11 +0000</pubDate><content:encoded><![CDATA[<p>Power has been restored and a major Sunrise intersection has reopened following an overnight crash involving two vehicles that left authorities said left three people hurt and temporarily knocked out electricity in the area overnight Saturday. </p><p><a href="https://www.local10.com/espanol/2026/09/05/accidente-durante-la-madrugada-cierra-importante-interseccion-de-sunrise-y-deja-temporalmente-sin-electricidad-a-miles/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/05/accidente-durante-la-madrugada-cierra-importante-interseccion-de-sunrise-y-deja-temporalmente-sin-electricidad-a-miles/">Leer en español</a></p><p>Sunrise police said the crash happened at about 1:53 a.m. at University Drive and Northwest 25th Court. The two vehicles were badly damaged, and debris was scattered across the roadway and into the nearby Shell gas station.</p><p>According to Sunrise Fire Rescue officials, three people were transported to Broward General Medical Center as trauma alerts. Their ages, identities and current conditions weren’t immediately available.</p><p>Officials said at least one of the cars reportedly struck a utility pole, knocking out power to the surrounding area. As many as 33,700 customers were reported without electricity following the crash, according to Florida Power &amp; Light. </p><p>FPL crews restored power about 90 minutes later.</p><p>The intersection was closed for several hours as police investigated the crash and crews worked to clear the scene. The roadway has since reopened.</p><p>Sunrise police said the crash remains under investigation and that no further information was immediately available.</p><p>Drivers in the area should continue to use caution as investigators work to determine what led to the crash.</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[Siguen pendientes casos de agresión en el condado Collier contra ex guardias de Alligator Alcatraz]]></title><link>https://www.local10.com/espanol/2026/09/04/siguen-pendientes-casos-de-agresion-en-el-condado-collier-contra-ex-guardias-de-alligator-alcatraz/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/siguen-pendientes-casos-de-agresion-en-el-condado-collier-contra-ex-guardias-de-alligator-alcatraz/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description></description><pubDate>Fri, 04 Sep 2026 20:28:03 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres estaban acusados el viernes de agredir a un hombre de 42 años, mientras trabajaban como guardias y la víctima era un detenido, en Alligator Alcatraz, un ex centro de detención de las autoridades de inmigración en los Everglades de Florida.</p><p>Los casos de los fiscales del condado Collier contra Stephen Trejos y Andre Seenaraine seguían pendientes. Fueron acusados de la agresión del 25 de enero contra Rigoberto Rodriguez, un cubano que el Servicio de Inmigración y Control de Aduanas de Estados Unidos detuvo el 9 de diciembre.</p><p>Frank Rivera, un testigo, <a href="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html" target="_blank" rel="noreferrer" title="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html">dijo a WINK News</a> que él y Rodriguez formaban parte de un grupo de decenas de detenidos que golpeaban sus esposas contra un banco después de esperar desde las 6 a.m. sin acceso a comida ni agua.</p><p>Trejos, de 25 años, “lo levantó, lo lanzó contra el suelo y luego comenzó a golpearlo”, dijo Rivera, según el reporte de la periodista de WINK Olivia Jean, <a href="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html" target="_blank" rel="noreferrer" title="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html">publicado el 1 de julio</a>.</p><p>La abogada Yaritssa Plasencia, quien representó a Rodriguez, dijo a WINK que el caso salió a la luz después de que Rodriguez llegara el 25 de enero a El Paso Camp East Montana, en Texas, con un uniforme manchado de sangre, vendajes en la mano y un ojo morado.</p><p>En una moción, el abogado de Trejos alegó que un video de vigilancia mostraba a Trejos dando un “golpe de cumplimiento” después de que Rodriguez le escupiera. Rivera también dijo a WINK que los detenidos le gritaron a Trejos que se detuviera y que Seenaraine, de 30 años, posteriormente golpeó a Rodriguez en otra habitación.</p><p>El Departamento de Aplicación de la Ley de Florida investigó los casos. La jueza del Tribunal de Circuito del condado Collier, Crystal K. Kinzel, firmó las órdenes de arresto el 24 de junio.</p><p>Agentes de la Oficina del Sheriff del Condado Collier arrestaron a Trejos el 24 de junio. Trejos fue liberado bajo una fianza de $1,000 USD el 25 de junio. Seenaraine también fue liberado bajo una fianza de $1,000 USD el 27 de junio.</p><p>Agentes de la Oficina del Sheriff del Condado Marion arrestaron a Seenaraine el 26 de junio en Ocala, según muestran los registros. <a href="https://www.yahoo.com/news/us/articles/2-alligator-alcatraz-guards-charged-174243646.html" target="_blank" rel="noreferrer" title="https://www.yahoo.com/news/us/articles/2-alligator-alcatraz-guards-charged-174243646.html">El Tampa Bay Times informó</a> que los agentes identificaron al empleador de Seenaraine como Critical Response Strategies, uno de los contratistas de Florida en Alligator Alley.</p><p>Trejos y Seenaraine enfrentaban cada uno un cargo de agresión, un delito menor de primer grado, y se declararon no culpables.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WUFSBNATHRB3HIWJR3DL72B2E4.jpg?auth=e64f2a7530ae3281adf856cc533a06fd998668d161d76e34434d82f43e51fca0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Accidente durante la madrugada cierra importante intersección de Sunrise y deja temporalmente sin electricidad a miles]]></title><link>https://www.local10.com/espanol/2026/09/05/accidente-durante-la-madrugada-cierra-importante-interseccion-de-sunrise-y-deja-temporalmente-sin-electricidad-a-miles/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/05/accidente-durante-la-madrugada-cierra-importante-interseccion-de-sunrise-y-deja-temporalmente-sin-electricidad-a-miles/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[La electricidad ha sido restablecida en Sunrise después de que un accidente durante la madrugada que involucró a dos vehículos dejara sin electricidad y provocara el cierre de una importante intersección la mañana del sábado.]]></description><pubDate>Sat, 05 Sep 2026 14:03:55 +0000</pubDate><content:encoded><![CDATA[<p>La electricidad ha sido restablecida en Sunrise después de que un accidente durante la madrugada que involucró a dos vehículos dejara sin electricidad y provocara el cierre de una importante intersección el sábado.</p><p>Ocurrió en University Drive y Northwest 25th Court, donde dos vehículos resultaron gravemente dañados.</p><p>La cinta policial permanecía colocada alrededor de la intersección, con escombros esparcidos por la carretera y hasta la gasolinera Shell cercana.</p><p>Las autoridades dijeron que al menos uno de los vehículos habría impactado un poste de electricidad, dejando sin servicio eléctrico a la zona. Se reportó que hasta 33,700 clientes quedaron sin electricidad tras el accidente.</p><p>Funcionarios de Florida Power &amp; Light dijeron que las cuadrillas restablecieron la electricidad unos 90 minutos después, pero permanecían en el lugar la mañana del sábado mientras las autoridades continuaban con su investigación.</p><p>La intersección permanecía cerrada desde University Drive hacia Sunset Strip, provocando importantes congestionamientos y retrasos de tráfico. Los conductores estaban atravesando la plaza cercana para evitar el cierre.</p><p>Las autoridades instaron a los conductores en la zona a buscar rutas alternas mientras continuaban la investigación y las labores de limpieza.</p>]]></content:encoded></item><item><title><![CDATA[Coral Springs ex-school resource officer fired after probe sustains sexual battery allegation]]></title><link>https://www.local10.com/news/local/2026/09/04/coral-springs-ex-school-resource-officer-fired-after-probe-sustains-sexual-battery-allegation/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/coral-springs-ex-school-resource-officer-fired-after-probe-sustains-sexual-battery-allegation/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[An internal probe by the Coral Springs Police Department found that a now-former school resource officer behaved inappropriately with students during their time at J.P. Taravella High School ― and as adults after they graduated.]]></description><pubDate>Fri, 04 Sep 2026 21:12:44 +0000</pubDate><content:encoded><![CDATA[<p>An internal probe by the Coral Springs Police Department found that a now-former school resource officer behaved inappropriately with students during their time at J.P. Taravella High School ― and as adults after they graduated.</p><p><a href="https://www.local10.com/espanol/2026/09/05/despiden-a-ex-agente-de-recursos-escolares-de-coral-springs-tras-investigacion-que-sustenta-acusacion-de-agresion-sexual/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/05/despiden-a-ex-agente-de-recursos-escolares-de-coral-springs-tras-investigacion-que-sustenta-acusacion-de-agresion-sexual/">Leer en español</a></p><p>The department sustained several allegations against former Officer Raymond Kerner, four of which came under the internal policy violation of “failure to adhere to laws.” Those laws, according to the July 30 CSPD internal affairs report, were battery, lewd and lascivious exhibition, showing obscene material to minors and sexual battery.</p><p>While the report alleges that Kerner broke the law, he is not facing criminal charges; the report states that prosecutors couldn’t pursue them because the alleged incidents fell outside of the statute of limitations. In one case, a woman said she did not want to pursue charges for an allegation from 2025, according to the report.</p><p>CSPD announced the results of the investigation into Kerner and publicly announced his “termination” on Friday. The department said Kerner served as a full-time SRO at Taravella from 2013 to 2021, retired in 2022, then rejoined the department as a seasonal SRO at Eagle Ridge Elementary. </p><p>They said the internal probe into the officer began after reports from “several women who described inappropriate behavior and conversations of a sexual nature” while serving at Taravella. Police said he was “immediately” relieved of duty following the allegations and is “no longer employed” by CSPD.</p><p>In one case, Kerner was accused of inappropriately touching a 21-year-old former student “and placing cash inside her shirt.”</p><p>Internal investigators said he also sexually battered a young woman on an August 2025 boat outing. According the CSPD document, the woman told investigators that she “doesn’t want to press charges” and “does not think Officer Kerner should be working in a school with young females or be a police officer anymore.”</p><p>Investigators also sustained allegations that Kerner showed a student, then 15 or 16, pornography during a FaceTime call and masturbated during another FaceTime call, according to the report.</p><p>According to the report, they also sustained complaints that Kerner, who allowed students to “routinely hang out in (his) office,” once likened a student to a type of sex toy because of “how small she was,” said “she would be fun to be with (during sex)” and “physically massag(ed) her back.”</p><p>An investigator finding Kerner violated the agency’s unprofessional behavior policy concluded: “Officer Kerner engaging in criminal sexual conduct is unprofessional and is not a standard of a Coral Springs Police Officer.”</p><p>Kerner did not provide a statement during the investigation.</p><p>In Friday’s announcement, CSPD Chief Brad Mock called Kerner’s conduct “inexcusable.”</p><p>“Wearing this badge gives an officer authority, but it also places great responsibility on that officer to exercise good judgement and protect the trust placed in us,” Mock said. “That responsibility is especially important when an officer works with our youth.”</p><p>“Accountability matters. Transparency matters. We investigated these allegations, took immediate action, and now the investigation is closed. We will not hide from conduct that falls short of what this department and our community expects,” the statement continued. </p><p>Mock said that the “recognize(s) there may be others who have had similar experiences and never reported them.”</p><p>He said anyone with “information concerning inappropriate conduct involving Officer Kerner” is asked to call Sgt. Ernesto Bruna at 954-346-1234.</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/T36PW2ATWNA3LH2CZGCJ4SBFXE.jpg?auth=1df2bbc590543032a72fd0550bd1d6b10920f3545db8d2a7124ee657f736d3b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Then-Officer Raymond Kerner.]]></media:description></media:content></item><item><title><![CDATA[Despiden a ex agente de recursos escolares de Coral Springs tras investigación que sustenta acusación de agresión sexual]]></title><link>https://www.local10.com/espanol/2026/09/05/despiden-a-ex-agente-de-recursos-escolares-de-coral-springs-tras-investigacion-que-sustenta-acusacion-de-agresion-sexual/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/05/despiden-a-ex-agente-de-recursos-escolares-de-coral-springs-tras-investigacion-que-sustenta-acusacion-de-agresion-sexual/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una investigación interna del Departamento de Policía de Coral Springs determinó que un ahora ex agente de recursos escolares se comportó de manera inapropiada con estudiantes durante su tiempo en J.P. Taravella High School y, ya como adultos, después de que se graduaron.]]></description><pubDate>Sat, 05 Sep 2026 14:17:03 +0000</pubDate><content:encoded><![CDATA[<p>Una investigación interna del Departamento de Policía de Coral Springs determinó que un ahora ex agente de recursos escolares se comportó de manera inapropiada con estudiantes durante su tiempo en J.P. Taravella High School y, ya como adultos, después de que se graduaron.</p><p>El departamento sustentó varias acusaciones contra el ex agente Raymond Kerner, cuatro de las cuales correspondían a la violación de la política interna de “incumplimiento de las leyes”. Esas leyes, según el reporte de asuntos internos de CSPD del 30 de julio, eran agresión, exhibición lasciva y obscena, mostrar material obsceno a menores y agresión sexual.</p><p>Aunque el reporte alega que Kerner infringió la ley, no enfrenta cargos penales; el reporte indica que los fiscales no pudieron proceder con ellos porque los presuntos incidentes quedaron fuera del plazo de prescripción. En un caso, una mujer dijo que no quería presentar cargos por una acusación de 2025, según el reporte.</p><p>CSPD anunció el viernes los resultados de la investigación sobre Kerner y anunció públicamente su “despido”. El departamento dijo que Kerner se desempeñó como agente de recursos escolares de tiempo completo en Taravella de 2013 a 2021, se jubiló en 2022 y luego regresó al departamento como agente de recursos escolares de temporada en Eagle Ridge Elementary.</p><p>Dijeron que la investigación interna sobre el agente comenzó después de reportes de “varias mujeres que describieron comportamiento inapropiado y conversaciones de naturaleza sexual” mientras prestaba servicio en Taravella. La policía dijo que fue relevado “inmediatamente” de sus funciones tras las acusaciones y que “ya no trabaja” para CSPD.</p><p>En un caso, Kerner fue acusado de tocar inapropiadamente a una ex estudiante de 21 años “y colocar dinero en efectivo dentro de su camisa”.</p><p>Los investigadores internos dijeron que también agredió sexualmente a una joven durante un paseo en bote en agosto de 2025. Según el documento de CSPD, la mujer dijo a los investigadores que “no quiere presentar cargos” y “no cree que el agente Kerner deba seguir trabajando en una escuela con mujeres jóvenes ni ser agente de policía”.</p><p>Los investigadores también sustentaron acusaciones de que Kerner mostró pornografía a una estudiante, que entonces tenía 15 o 16 años, durante una llamada de FaceTime y se masturbó durante otra llamada de FaceTime, según el reporte.</p><p>Según el reporte, también sustentaron denuncias de que Kerner, quien permitía que los estudiantes “pasaran tiempo habitualmente en su oficina”, en una ocasión comparó a una estudiante con un tipo de juguete sexual debido a “lo pequeña que era”, dijo que “sería divertido estar con ella durante el sexo” y “le masajeó físicamente la espalda”.</p><p>Un investigador que determinó que Kerner violó la política de conducta no profesional de la agencia concluyó: “Que el agente Kerner participe en conducta sexual delictiva es poco profesional y no corresponde a los estándares de un agente de policía de Coral Springs”.</p><p>Kerner no proporcionó una declaración durante la investigación.</p><p>En el anuncio del viernes, el jefe de CSPD, Brad Mock, calificó la conducta de Kerner de “inexcusable”.</p><p>“Portar esta placa le da autoridad a un agente, pero también le impone una gran responsabilidad de ejercer buen juicio y proteger la confianza depositada en nosotros”, dijo Mock. “Esa responsabilidad es especialmente importante cuando un agente trabaja con nuestros jóvenes”.</p><p>“La rendición de cuentas importa. La transparencia importa. Investigamos estas acusaciones, tomamos medidas inmediatas y ahora la investigación está cerrada. No ocultaremos conductas que no estén a la altura de lo que este departamento y nuestra comunidad esperan”, continuó el comunicado.</p><p>Mock dijo que el departamento “reconoce que puede haber otras personas que hayan tenido experiencias similares y nunca las hayan reportado”.</p><p>Dijo que cualquier persona con “información relacionada con conducta inapropiada que involucre al agente Kerner” debe llamar al sargento Ernesto Bruna al 954-346-1234.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T36PW2ATWNA3LH2CZGCJ4SBFXE.jpg?auth=1df2bbc590543032a72fd0550bd1d6b10920f3545db8d2a7124ee657f736d3b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Then-Officer Raymond Kerner.]]></media:description></media:content></item><item><title><![CDATA[Up for Debate: Is there life beyond Earth?]]></title><link>https://www.local10.com/features/2026/09/05/up-for-debate-is-there-life-beyond-earth/</link><guid isPermaLink="true">https://www.local10.com/features/2026/09/05/up-for-debate-is-there-life-beyond-earth/</guid><dc:creator><![CDATA[Yarden Ben-David , Ryan Mackey]]></dc:creator><description><![CDATA[NASA’s launch of a new space telescope named for astronomer Nancy Grace Roman is reigniting a question humans have asked for centuries: Is there life beyond Earth?]]></description><pubDate>Sat, 05 Sep 2026 13:31:13 +0000</pubDate><content:encoded><![CDATA[<p>NASA’s launch of a new space telescope named for astronomer Nancy Grace Roman is reigniting a question humans have asked for centuries: Is there life beyond Earth?</p><p><a href="https://www.local10.com/espanol/2026/09/05/a-debate-existe-vida-extraterrestre/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/05/a-debate-existe-vida-extraterrestre/">Leer en español</a></p><p>The Nancy Grace Roman Space Telescope will study dark matter, distant galaxies and planets beyond our solar system. While scientists have found thousands of exoplanets, there is still no evidence that life exists anywhere other than Earth.</p><p>Scientists say some worlds could have conditions capable of supporting life, but they are far beyond human reach and have not been observed closely enough to determine whether life exists there.</p><p>The question becomes even more complicated when considering intelligent life. The Fermi paradox asks why, if intelligent civilizations could exist elsewhere in the vast universe, humanity has yet to detect clear signs of them.</p><p>Possible explanations range from civilizations destroying themselves to intelligent life choosing to remain hidden.</p><p>So, are humans alone in the universe? Scientists don’t yet have an answer. But as new telescopes and missions expand the search, the possibility of discovering signs of life remains one of science’s biggest unanswered questions.</p><p>Let us know what you think in the poll above or comment section below. </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[A debate: ¿Existe vida extraterrestre?]]></title><link>https://www.local10.com/espanol/2026/09/05/a-debate-existe-vida-extraterrestre/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/05/a-debate-existe-vida-extraterrestre/</guid><dc:creator><![CDATA[Yarden Ben-David , Ryan Mackey]]></dc:creator><description><![CDATA[El lanzamiento de un nuevo telescopio espacial de la NASA, que lleva el nombre de la astrónoma Nancy Grace Roman, está reavivando una pregunta que los seres humanos se han planteado durante siglos: ¿Existe vida más allá de la Tierra?]]></description><pubDate>Sat, 05 Sep 2026 14:11:37 +0000</pubDate><content:encoded><![CDATA[<p>El lanzamiento de un nuevo telescopio espacial de la NASA, que lleva el nombre de la astrónoma Nancy Grace Roman, está reavivando una pregunta que los seres humanos se han planteado durante siglos: ¿Existe vida más allá de la Tierra?</p><p>El Telescopio Espacial Nancy Grace Roman estudiará la materia oscura, galaxias distantes y planetas más allá de nuestro sistema solar. Aunque los científicos han encontrado miles de exoplanetas, todavía no hay evidencia de que exista vida en algún lugar aparte de la Tierra.</p><p>Los científicos dicen que algunos mundos podrían tener condiciones capaces de sustentar vida, pero están mucho más allá del alcance humano y no han sido observados lo suficientemente de cerca como para determinar si existe vida allí.</p><p>La pregunta se vuelve aún más complicada cuando se considera la vida inteligente. La paradoja de Fermi plantea por qué, si pudieran existir civilizaciones inteligentes en otras partes del vasto universo, la humanidad aún no ha detectado señales claras de ellas.</p><p>Las posibles explicaciones van desde civilizaciones que se destruyen a sí mismas hasta formas de vida inteligente que eligen permanecer ocultas.</p><p>Entonces, ¿estamos los seres humanos solos en el universo? Los científicos aún no tienen una respuesta. Pero a medida que nuevos telescopios y misiones amplían la búsqueda, la posibilidad de descubrir señales de vida sigue siendo una de las mayores preguntas sin respuesta de la ciencia.</p><p>Déjanos saber qué piensas en la encuesta de arriba o en la sección de comentarios a continuación.</p>]]></content:encoded></item><item><title><![CDATA[Trump keeps heralding an economic boom, but even a solid jobs report is causing problems for him]]></title><link>https://www.local10.com/business/2026/09/05/trump-keeps-heralding-an-economic-boom-but-even-a-solid-jobs-report-is-causing-problems-for-him/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/05/trump-keeps-heralding-an-economic-boom-but-even-a-solid-jobs-report-is-causing-problems-for-him/</guid><dc:creator><![CDATA[By JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump has spent 20 months promising that America was on the cusp of an economic boom. But Friday's surprisingly positive jobs report ultimately provoked frustration from Trump.]]></description><pubDate>Sat, 05 Sep 2026 14:11:18 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump has spent 20 months promising that America was on the cusp of an economic boom. But Friday's surprisingly positive jobs report ultimately provoked frustration from Trump.</p><p>The August job numbers might have been a welcome break from after months of sluggish hiring and concerns about inflation that have been weighing on Trump and his party two months from Election Day. But speaking from the Oval Office, Trump instead launched into a grievance session about inflation and interest rates. His anger was aimed at the financial markets, the Federal Reserve and U.S. trade partners. He objected to the commonly accepted notion in economics that the surprise gain of 162,000 jobs in August could contribute to inflationary pressures.</p><p>“Success does not cause inflation. Stupidity causes inflation,” Trump vented in the Oval Office, as he declared it “crazy” that the stock markets fell Friday on inflation concerns.</p><p>The combination over his second term of a drop-off in hiring and higher prices has dogged Trump and his pledge to instantly unleash historic levels of growth. “When I win the election, we will immediately begin a brand new Trump economic boom,” Trump said at an August 2024 rally in North Carolina. But so far, the economy has grown at roughly 2% annually, slower than the gains during the Biden administration.</p><p>Trump blamed his inability to deliver stronger growth on higher interest rates for U.S. government debt, saying on social media that America could retaliate by stopping trade with foreign countries. Rates have been climbing in response to persistently high inflation fueled by Trump’s tariffs and oil shortages from the Iran war. The national debt has now crossed the daunting threshold of $40 trillion and rates on the 10-year U.S. Treasury note on Friday rose to 4.79%.</p><p>Trump has lost some of his credibility on the economy</p><p>As the promised growth has yet to materialize, the president has lost some of the public's trust in his ability to steer the world's largest economy. His own policies have enabled, in part, the inflation and high interest rates that he wishes to blame on others.</p><p>“The administration’s credibility on growth, inflation, rates, debt and deficit dynamics have taken a hit given the outsized predictions that are not aligned with economic reality,” said Joe Brusuelas, chief economist at the consultancy RSM US.</p><p>If the Fed did as Trump wanted and cut its benchmark rate so that more money could flow into the U.S. economy, the potential influx of cash could make inflation even worse and only add to his political and economic headaches.</p><p>But the president disputed this foundational concept in monetary policy. He said Friday that gross domestic product would grow at “12, 13, 14, 15%" if the rates were lower as he seemed to shrug off the inflation risks.</p><p>“We could have a GDP that would break every single record,” Trump said.</p><p>The president's approval rating on the economy was a lowly 32% in the middle of the summer, according to polling by The Associated Press-NORC Center for Public Affairs Research. When Republicans were last facing midterm voters in 2018 under Trump, his economic approval rating was 50%.</p><p>Trump's threat to cut off foreign trade could endanger growth, further hurting his ratings. His recent levying of tariffs against Canada have become problems for Republicans in the Maine and Michigan Senate races.</p><p>Trump aides see a brighter future because of AI, tariffs and tax cuts</p><p>Trump officials say their policies are working as intended. They say the development of artificial intelligence will lead to more productivity to boost growth. They say that last year's tariffs should ultimately bring more factory work to America, while Trump's tax cuts will create more business investment and his administration's efforts to identify fraud will create savings for taxpayers.</p><p>“I expect higher growth," said Christopher Phelan, chairman of the White House Council of Economic Advisers. “We’re doing stuff to make good things happen.”</p><p>Phelan said recent job gains have been about two times larger than what's needed to match population growth. He considers it as entirely possible that productivity gains could push up overall growth for the next several years, even as he acknowledged that growth alone might not be enough to solve all of the country's financial challenges.</p><p>Because the costs of Social Security and Medicare are rising faster than revenues, growth alone is unlikely to meaningfully reduce budget deficits.</p><p>Growth is not enough to fix budget deficits</p><p>If U.S. economic growth could exceed 3% growth annually for the next decade, that would only be enough to stabilize the government's already high debt load, according to an analysis by Ernie Tedeschi, head of economic insights and research at Stripe, the financial technology company.</p><p>Tedeschi said he would be “thrilled” if AI could help to deliver those kinds of gains for 10 straight years, but history shows that growth that large due to advancements in computers were likely “wildly optimistic.”</p><p>“We should absolutely not be planning for the optimistic scenario," Tedeschi said.</p><p>Up until the president's comments about interest rates on Friday, the Trump administration has spent the past week trying to make voters feel more confident about the economy.</p><p>Treasury Secretary Scott Bessent specifically promoted the benefits of stronger growth at the G20 summit for finance ministers in North Carolina. Commerce Secretary Howard Lutnick did so as well as part of G20 meetings about innovation.</p><p>Still, Bessent told AP in an interview that he's also working with White House budget director Russ Vought to announce a plan to “bring down the level of the debt, deficit.”</p><p>There is political risk in trying to meaningfully reduce a year budget deficit of roughly $2 trillion that is slated to exceed $3 trillion a decade from now. Lowering the path of budget deficits would likely help with interest rates, but there could be political pain points in the form of spending cuts and tax hikes.</p><p>Brusuelas, the chief economist at RSM US, stressed that Trump would likely need to make sacrifices to meaningfully address the debt and reassure financial markets.</p><p>“We need a period of slower growth in government spending — that includes outright reduction in spending in addition to tax increases that all would reduce deficits and interest rates,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ABHT4357SJDQYJN2WRCPBYMTAQ.jpg?auth=dcef32df4a99a7620108ea68a83820c65bd4edce7849e62626c4a0dd29846cf5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hiring sign for sales professionals is displayed at a store, in Vernon Hills, Ill., Wednesday, April 15, 2026. (AP Photo/Nam Y. Huh, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EVIGO5ZIWSKWZAQDSN5BYITLW4.jpg?auth=4fb994a120b9bcb44a1de3ded4f629111537be4774d8d6abd713a6a20cb40aed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A gasoline station advertises its prices Thursday, Sept. 3, 2026, in Miami Beach, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z555NCOY6XE72FA74DUGBY7PKY.jpg?auth=612ab680a52a941c51d3226207850de000c8ca73ebb339032ff2f0b4cf6356b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The chart above shows the job gains from the latest U.S. jobs report for August. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Holm</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6X4KITW75M6BUZOYXIYBQCLPQ4.jpg?auth=26dbd74ad96756ca7efcb32353ccceb8ccc5e30a3cc93a9fbf60f4de4973bffe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The chart above shows the unemployment rate from the latest U.S. jobs report for August. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Holm</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BQZXM23J557CF3T4WE3X3RUKJ4.jpg?auth=36662d2a6568f1dd0e1ae845745018c83205ec0a65cbe35844ac6b334ef258d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The chart above shows the labor participation rate from the latest U.S. jobs report for August. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Holm</media:credit></media:content></item><item><title><![CDATA[YouTuber Jack Doherty arrested on domestic battery charge in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/09/04/youtuber-jack-doherty-arrested-on-domestic-battery-charge-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/youtuber-jack-doherty-arrested-on-domestic-battery-charge-in-fort-lauderdale/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[YouTuber Jack Doherty has had another run-in with the law in South Florida.]]></description><pubDate>Fri, 04 Sep 2026 22:31:30 +0000</pubDate><content:encoded><![CDATA[<p>YouTuber Jack Doherty has had another run-in with the law in South Florida.</p><p><a href="https://www.local10.com/espanol/2026/09/05/arrestan-al-youtuber-jack-doherty-por-cargo-de-agresion-domestica-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/05/arrestan-al-youtuber-jack-doherty-por-cargo-de-agresion-domestica-en-fort-lauderdale/">Leer en español</a></p><p>Fort Lauderdale police said they arrested the 22-year-old after a “domestic dispute” late Friday morning in the city’s Riverside Park neighborhood.</p><p>Authorities said officers responded to the 1400 block of Southwest Fifth Court just before noon and determined that Doherty “and a female victim got into a physical dispute inside a residence.”</p><p>The woman was uninjured, police said. Doherty was arrested on a misdemeanor domestic battery charge.</p><p>In November 2025, Miami Beach police <a href="https://www.local10.com/news/2025/11/15/youtuber-jack-doherty-faces-drug-charges-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/2025/11/15/youtuber-jack-doherty-faces-drug-charges-in-miami-dade/">arrested Doherty</a> on drug charges. <a href="https://www.local10.com/news/local/2025/11/16/youtube-star-jack-doherty-resumes-posting-content-following-miami-beach-arrest/" target="_self" rel="" title="https://www.local10.com/news/local/2025/11/16/youtube-star-jack-doherty-resumes-posting-content-following-miami-beach-arrest/">Body camera footage</a> showed the South Beach arrest. </p><p>In that case, Miami-Dade court records show that Doherty entered into a deferred prosecution program.</p><p>As for his latest case, Doherty was being held in the Broward Main Jail with no listed bond as of Friday evening, online records show.</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 al YouTuber Jack Doherty por cargo de agresión doméstica en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/09/05/arrestan-al-youtuber-jack-doherty-por-cargo-de-agresion-domestica-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/05/arrestan-al-youtuber-jack-doherty-por-cargo-de-agresion-domestica-en-fort-lauderdale/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[El YouTuber Jack Doherty ha tenido otro encuentro con la ley en el sur de Florida.]]></description><pubDate>Sat, 05 Sep 2026 14:08:06 +0000</pubDate><content:encoded><![CDATA[<p>El YouTuber Jack Doherty ha tenido otro encuentro con la ley en el sur de Florida.</p><p>La policía de Fort Lauderdale informó que arrestó al joven de 22 años después de una “disputa doméstica” a última hora de la mañana del viernes en el vecindario Riverside Park de la ciudad.</p><p>Las autoridades dijeron que los agentes acudieron a la cuadra 1400 de Southwest Fifth Court poco antes del mediodía y determinaron que Doherty “y una víctima femenina tuvieron una disputa física dentro de una residencia”.</p><p>La mujer no resultó herida, informó la policía. Doherty fue arrestado por un cargo menor de agresión doméstica.</p><p>En noviembre de 2025, la policía de Miami Beach <a href="https://www.local10.com/espanol/2025/11/15/youtuber-jack-doherty-enfrenta-cargos-por-drogas-tras-ser-arrestado-en-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/11/15/youtuber-jack-doherty-enfrenta-cargos-por-drogas-tras-ser-arrestado-en-miami-beach/">arrestó a Doherty</a> por cargos de drogas. <a href="https://www.local10.com/news/local/2025/11/16/youtube-star-jack-doherty-resumes-posting-content-following-miami-beach-arrest/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/11/16/youtube-star-jack-doherty-resumes-posting-content-following-miami-beach-arrest/">Imágenes de una cámara corporal </a>mostraron el arresto en South Beach.</p><p>En ese caso, los registros judiciales de Miami-Dade muestran que Doherty ingresó a un programa de procesamiento diferido.</p><p>En cuanto a su caso más reciente, Doherty permanecía detenido en la cárcel principal de Broward sin una fianza registrada hasta la noche del viernes, según muestran los registros en línea.</p>]]></content:encoded></item><item><title><![CDATA[Acusan a hombre de apuñalar mortalmente a su madre dentro de su apartamento en Brickell]]></title><link>https://www.local10.com/espanol/2026/09/05/acusan-a-hombre-de-apunalar-mortalmente-a-su-madre-dentro-de-su-apartamento-en-brickell/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/05/acusan-a-hombre-de-apunalar-mortalmente-a-su-madre-dentro-de-su-apartamento-en-brickell/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 36 años enfrenta un cargo de asesinato en segundo grado después de que la policía informara que su madre fue encontrada apuñalada mortalmente dentro de su apartamento en un edificio de gran altura en Brickell la madrugada del viernes.]]></description><pubDate>Sat, 05 Sep 2026 13:58:30 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 36 años enfrenta un cargo de asesinato en segundo grado después de que la policía informara que su madre fue encontrada <a href="https://www.local10.com/espanol/2026/09/04/apunalan-varias-veces-a-mujer-en-el-vecindario-brickell-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/apunalan-varias-veces-a-mujer-en-el-vecindario-brickell-de-miami/">apuñalada mortalmente dentro de su apartamento en un edificio de gran altura en Brickell</a> la madrugada del viernes.</p><p><a href="https://www.local10.com/news/local/2026/09/04/police-arrest-man-in-connection-with-fatal-brickell-apartment-stabbing/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/09/04/police-arrest-man-in-connection-with-fatal-brickell-apartment-stabbing/">Stefano Cremasco-Cicero</a> fue arrestado después de que la policía de Miami informara que agentes fueron enviados alrededor de las 4:47 a.m. del viernes a Solitair Brickell Apartments, ubicado en la cuadra 80 de Southwest Eighth Street, por una “solicitud desconocida de asistencia policial”, según el reporte.</p><p>Los agentes dijeron que encontraron a Cremasco-Cicero en el vestíbulo con sangre en sus zapatos, manos y ropa, indica el reporte. Según el reporte, dijo a los agentes: “Me estaba defendiendo”.</p><p>La policía identificó el viernes por la noche a la víctima como la madre de Cremasco-Cicero. Su edad e identidad aún no han sido divulgadas.</p><p>La policía dijo que cuando los agentes entraron al apartamento, vieron a una mujer detrás de la puerta de entrada. Dijeron que fue Cremasco-Cicero quien llamó al 911 después del apuñalamiento.</p><p>El reporte indica que ella estaba “acostada de lado en posición de recuperación, completamente vestida, cubierta de sangre” y presentaba múltiples heridas aparentes de arma blanca.</p><p>Equipos de Miami Fire Rescue acudieron al lugar y un teniente declaró muerta a la mujer alrededor de las 5:08 a.m., según el reporte.</p><p>El reporte indica que una testigo que había llegado al edificio para entregar comida encontró a Cremasco-Cicero en el vestíbulo. Según el reporte, él le abrió la puerta del vestíbulo desde adentro y le pidió ayuda.</p><p>Indica que la testigo dijo a la policía que Cremasco-Cicero le pidió que llamara al 911, aunque finalmente él mismo llamó al 911 y le entregó el teléfono para que pudiera proporcionar al operador la dirección del edificio.</p><p>Ella dijo a los investigadores que notó sangre en él mientras esperaban a la policía, según el reporte.</p><p>Después de la llamada, la testigo intentó devolverle el teléfono a Cremasco-Cicero, pero él se negó a recibirlo, indica el reporte. Más tarde, ella entregó el teléfono a los agentes que acudieron al lugar.</p><p>Los investigadores revisaron entonces las imágenes de vigilancia de las cámaras ubicadas dentro del vestíbulo y los ascensores del edificio, según el reporte.</p><p>El video mostró a Cremasco-Cicero entrando a un ascensor con la víctima y posteriormente regresando al edificio con ella alrededor de las 10:32 p.m. Ambos estaban solos en el ascensor, indica el reporte.</p><p>Alrededor de las 4:26 a.m., Cremasco-Cicero fue visto entrando a un ascensor con una camisa blanca, pantalones caqui y zapatos blancos con lo que parecía ser sangre, según el reporte. La policía dijo que también llevaba un cuchillo.</p><p>El reporte indica que Cremasco-Cicero salió del ascensor y dejó caer el cuchillo. Luego lo recogió, entró a otro ascensor y subió.</p><p>Los investigadores dijeron que posteriormente lo vieron entrar a un ascensor con una camisa diferente, azul y de manga larga. Dijeron que luego salió del edificio y caminó hacia el este por SW 8th Street mientras usaba su teléfono.</p><p>Alrededor de las 4:39 a.m., Cremasco-Cicero regresó al edificio y se sentó en un sofá del vestíbulo antes de hacer señas a la trabajadora de entrega de comida, indica el reporte. Llevaba los mismos zapatos blancos cubiertos de sangre que los investigadores recuperaron posteriormente en el vestíbulo, según los investigadores.</p><p>Las autoridades dijeron que personal de la escena del crimen fotografió a Cremasco-Cicero y recogió su ropa.</p><p>Según el reporte, tenía varias pequeñas laceraciones en las manos y residuos de sangre, y su ropa también tenía sangre consistente con la que se le vio usando en el video de vigilancia.</p><p>Posteriormente, detectives de la unidad de homicidios del Departamento de Policía de Miami ejecutaron una orden de registro en el apartamento. El reporte indica que los detectives encontraron varios cuchillos de cocina plateados con residuos de sangre, dos camisas blancas con salpicaduras de sangre, vidrios rotos y una botella de vino rota.</p><p>Los investigadores también encontraron dos pares de zapatos blancos cubiertos de sangre, un par de anteojos, un cargador de teléfono y un iPhone 17 naranja con una funda negra perteneciente a Cremasco-Cicero durante una inspección del vestíbulo, según el reporte.</p><p>El reporte indica que Cremasco-Cicero y su esposa han sido las únicas personas incluidas en el contrato de arrendamiento del apartamento desde el 23 de julio de 2024. También indica que tiene residencia en Miami mediante una visa de inversionista.</p><p>Alrededor de las 6:32 a.m., un detective contactó por teléfono celular a la esposa de Cremasco-Cicero, según el reporte. Ella dijo a los investigadores que estaba en Francia asistiendo a una boda.</p><p>La esposa dijo que la víctima estaba de visita desde México y se estaba hospedando con Cremasco-Cicero. También dijo a los detectives que Cremasco-Cicero y su madre tenían planes de cenar, según el reporte.</p><p>La esposa dijo a la policía que Cremasco-Cicero y su madre, quien estaba de visita desde México, no habían sido cercanos desde el divorcio de sus padres y que Cremasco-Cicero estaba bajo mucho estrés debido a la apertura de un nuevo restaurante en Coconut Grove, indica el reporte.</p><p>Un juez otorgó una orden de registro residencial para el apartamento, que posteriormente fue ejecutada por detectives de homicidios, según el reporte.</p><p>El reporte indica que las imágenes de vigilancia mostraron únicamente a Cremasco-Cicero entrando y saliendo de los ascensores alrededor de la hora del incidente. Los investigadores dijeron que las imágenes también fueron corroboradas por información del llavero electrónico del edificio.</p><p>Cremasco-Cicero invocó su derecho a un abogado, según el reporte. Fue arrestado y trasladado al Centro Correccional Turner Guilford Knight.</p><p>Residentes del edificio describieron una mañana aterradora.</p><p>“Fue súper aterrador”, dijo Zach Carson.</p><p>Carson dijo que regresó a su apartamento, cerró con llave la puerta del balcón y miró por la mirilla durante unos 10 minutos antes de bajar 47 pisos por las escaleras.</p><p>Otro residente de Brickell, Sebastian, dijo que estaba sorprendido por la presencia policial.</p><p>“Estaba conduciendo de un lado a otro por la calle. Veo policías, veo noticias y pienso, ¿qué está pasando?”, dijo. “Me siento horrible por lo que ocurrió, pero me gustaría tener más información”.</p><p>Hasta la mañana del sábado, Cremasco-Cicero permanecía detenido en TGK, donde su fianza figuraba como “por determinar”.</p><p>El motivo del apuñalamiento no está claro en este momento.</p>]]></content:encoded></item><item><title><![CDATA[Police accuse man of fatally stabbing his mother inside his Brickell apartment ]]></title><link>https://www.local10.com/news/local/2026/09/05/police-accuse-man-of-fatally-stabbing-his-mother-inside-his-brickell-apartment/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/05/police-accuse-man-of-fatally-stabbing-his-mother-inside-his-brickell-apartment/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[A 36-year-old man is facing a second-degree murder charge after police say his mother was found stabbed to death inside his Brickell high-rise apartment early Friday. ]]></description><pubDate>Sat, 05 Sep 2026 10:43:57 +0000</pubDate><content:encoded><![CDATA[<p>A 36-year-old man is facing a second-degree murder charge after police say his mother was found <a href="https://www.local10.com/news/local/2026/09/04/woman-stabbed-multiple-times-in-miamis-brickell-neighborhood/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/04/woman-stabbed-multiple-times-in-miamis-brickell-neighborhood/">stabbed to death inside his Brickell high-rise apartment</a> early Friday. </p><p><a href="https://www.local10.com/espanol/2026/09/05/acusan-a-hombre-de-apunalar-mortalmente-a-su-madre-dentro-de-su-apartamento-en-brickell/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/05/acusan-a-hombre-de-apunalar-mortalmente-a-su-madre-dentro-de-su-apartamento-en-brickell/">Leer en español</a></p><p><a href="https://www.local10.com/news/local/2026/09/04/police-arrest-man-in-connection-with-fatal-brickell-apartment-stabbing/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/04/police-arrest-man-in-connection-with-fatal-brickell-apartment-stabbing/">Stefano Cremasco-Cicero</a> was arrested after Miami police said officers were dispatched at about 4:47 a.m. Friday to the Solitair Brickell Apartments, located in the 80th block of Southwest Eighth Street, for an “unknown request for police assistance,” according to the report.</p><p>Officers said they encountered Cremasco-Cicero in the lobby with blood on his shoes, hands and clothing, the report states. He told officers, “I was defending myself,” according to the report.</p><p>Police on Friday night identified the victim as Cremasco-Cicero’s mother. Her age and identity have not yet been released. </p><p>Police said when officers entered the apartment, they saw a woman behind the entry door. They said it was Cremasco-Cicero who made the call to 911 after the stabbing. </p><p>The report states that she was “lying on her side in a recovery position, fully clothed, covered in blood” and suffering from multiple apparent stab wounds.</p><p>Miami Fire Rescue crews responded, and a lieutenant pronounced the woman dead at about 5:08 a.m., according to the report.</p><p>The report states that a witness who had arrived at the building to deliver food encountered Cremasco-Cicero in the lobby. According to the report, he opened the lobby door for her from inside and asked her for help.</p><p>It states that the witness told police Cremasco-Cicero asked her to call 911, although he ultimately called 911 himself and handed her the phone so she could provide the dispatcher with the building’s address. </p><p>She told investigators she noticed blood on him while they waited for police, according to the report.</p><p>After the call, the witness tried to return the phone to Cremasco-Cicero, but he refused to take it, the report states. She later gave the phone to responding officers.</p><p>Investigators then reviewed surveillance footage from cameras inside the building’s lobby and elevators, according to the report.</p><p>Video showed Cremasco-Cicero entering an elevator with the victim and later returning to the building with her at about 10:32 p.m. The two were alone in the elevator, the report states.</p><p>At about 4:26 a.m., Cremasco-Cicero was seen entering an elevator wearing a white shirt, khaki pants and white shoes with what appeared to be blood on them, according to the report. Police said he was also holding a knife.</p><p>The report states that Cremasco-Cicero exited the elevator and dropped the knife. He then picked it up, entered another elevator and went upstairs.</p><p>Investigators said they later saw him enter an elevator wearing a different long-sleeve shirt that was blue. They said he then exited the building and walked eastbound on SW 8th Street while using his phone.</p><p>At about 4:39 a.m., Cremasco-Cicero returned to the building and sat on a lobby couch before flagging down the food delivery worker, the report states. He was wearing the same white shoes covered in blood that investigators later recovered in the lobby, according to investigators. </p><p>Authorities said crime scene personnel photographed Cremasco-Cicero and collected his clothing. </p><p>According to the report, he had several small lacerations on his hands and blood residue, and his clothing also had blood on it consistent with what he was seen wearing in the surveillance video.</p><p>A search warrant was later executed at the apartment by detectives with the Miami Police Department’s homicide unit. The report states that detectives found several silver kitchen knives with blood residue, two white shirts with blood spatter, broken glass and a broken wine bottle.</p><p>Investigators also found two pairs of white shoes covered in blood, a pair of glasses, a phone charger and an orange iPhone 17 with a black case belonging to Cremasco-Cicero during a walkthrough of the lobby, according to the report.</p><p>The report states that Cremasco-Cicero and his wife have been the only people listed on the apartment’s lease since July 23, 2024. It also states that he has residency in Miami through an investor visa.</p><p>At about 6:32 a.m., a detective contacted Cremasco-Cicero’s wife by cellphone, according to the report. She told investigators she was in France attending a wedding.</p><p>The wife said the victim was visiting from Mexico and was staying with Cremasco-Cicero. She also told detectives that Cremasco-Cicero and his mother had dinner plans, according to the report.</p><p>The wife told police the Cremasco-Cicero and his mother, who was visiting from Mexico, had not been close since his parents’ divorce and that Cremasco-Cicero was under a lot of stress because of the opening of a new restaurant in Coconut Grove, the report states. </p><p>A judge granted a residential search warrant for the apartment, which was subsequently executed by homicide detectives, according to the report.</p><p>The report states that surveillance footage showed only Cremasco-Cicero entering and exiting the elevators around the time of the incident. Investigators said the footage was also corroborated by key-fob information from the building.</p><p>Cremasco-Cicero invoked his right to counsel, according to the report. He was arrested and transported to the Turner Guilford Knight Correctional Center.</p><p>Residents of the building described a frightening morning.</p><p>“It was super scary,” Zach Carson said.</p><p>Carson said he went back into his apartment, locked his balcony door and looked through his peephole for about 10 minutes before taking the stairs down 47 floors.</p><p>Another Brickell resident, Sebastian, said he was surprised by the police presence.</p><p>“I was driving up and down the street. I see police, I see news and I’m like, what’s going on?” he said. “I feel horrible about what happened, but I would love to have more information.” </p><p>As of Saturday morning, Cremasco-Cicero was being held at TGK, where his bond was listed as “to be set.” </p><p>A motive for the stabbing is unclear at this time. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[US military hits 3 Iranian oil tankers after saying Navy warships were targeted with missiles]]></title><link>https://www.local10.com/news/world/2026/09/05/us-military-hits-3-iranian-oil-tankers-after-saying-navy-warships-were-targeted-with-missiles/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/05/us-military-hits-3-iranian-oil-tankers-after-saying-navy-warships-were-targeted-with-missiles/</guid><dc:creator><![CDATA[By TOQA EZZIDIN and CARA ANNA, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — The U.S. military on Saturday said it struck three Iranian oil tankers after Navy warships were targeted with missiles, warning that it would “if necessary, destroy Iran’s limited and exposed oil fleet.”]]></description><pubDate>Sat, 05 Sep 2026 14:24:49 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — The U.S. military on Saturday said it struck three Iranian oil tankers after Navy warships were targeted with missiles, warning that it would “if necessary, destroy Iran’s limited and exposed oil fleet.”</p><p>The strikes — a day after President Donald Trump sought to minimize the conflict as “small potatoes” — keep up a new tilt back toward fighting after six months of on-again, off-again war that began with U.S. and Israeli attacks on Feb. 28. Both sides have sought to inflict both military and economic pain, and negotiations have collapsed.</p><p>The military’s statement said a U.S. aircraft carrier and a destroyer evaded “multiple unprovoked Iranian attacks” while patrolling in the region and no U.S. personnel were hurt. It said two Iranian oil carriers were “permanently disabled” and the third, unladen one, was destroyed.</p><p>The U.S. statement said the tankers were part of a shadow network helping to fund Iran’s powerful Revolutionary Guard and its armed proxies in the region.</p><p>Earlier, Iranian state TV had said four U.S. missiles struck a tanker about six miles (10 kilometers) from Kharg Island, home to a terminal through which the country exports most of its oil. Kharg Island been repeatedly targeted during the war, including U.S. strikes on military sites there in March.</p><p>The U.S. said one tanker was struck off Kharg Island and another was struck near Jask, east of the Strait of Hormuz. The unladen tanker was hit in the Gulf of Oman. The statement shared what it called video footage of the strikes.</p><p>“We will not hesitate to defend American forces, and if necessary, destroy Iran’s limited and exposed oil fleet,” the head of U.S. Central Command Adm. Brad Cooper said.</p><p>The strikes came nearly a week after the U.S. and Iran resumed attacks following a month of relative calm, with the strait and Iranian communities along it again being targeted. At least five people were killed earlier in the week during a U.S. bombardment of southern Iran. One strike hit a wedding.</p><p>The resumption of fighting came after new U.S. efforts to apply economic pressures on Tehran, whose hard-line new senior leaders have signaled the willingness to dig in after weathering decades of sanctions.</p><p>Meanwhile, the issue that helped lead to the war — Iran's nuclear program — was meant to be addressed in negotiations that fell apart soon after the U.S. and Iran signed a memorandum of understanding in mid-June. Instead, Tehran's new leverage focuses on the strait that is crucial to global oil and natural gas shipments and was seen as an international waterway before the war began.</p><p>The U.S. military has been helping to guide ships through the strait as Tehran asserts control and targets some vessels, but overall traffic remains low.</p><p>___</p><p>Anna reported from Jerusalem.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FFIXBYF66DZXF6NXW42DGJFMNY.jpg?auth=05feba3e77c9f06231b23fc0b4ca5fa3da2089bd83bfd930aec9aca88dd91c8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A swimmer remains near the shore as a motorboat passes commercial vessels anchored in the Strait of Hormuz off Bandar Abbas, Iran, Friday, Sept. 4, 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/UXUQJUHWN4IMAJVGYYDMQWVL2Y.jpg?auth=bd424517a709d0ff7b98a320fdfddabcdc6486660f940b7e56b3877619b92982&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A girl plays in the water with a swim ring as commercial vessels lie anchored in the Strait of Hormuz off Bandar Abbas, Iran, Friday, Sept. 4, 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/NJWUILJ3TDPOLHAF4SPLAAUG6I.jpg?auth=4f59386827ddf1845b122a088d655a26113e31f9b64158f47a9380aa131a2f9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man, woman and boy ride a motorcycle along the waterfront as commercial vessels lie anchored in the Strait of Hormuz off Bandar Abbas, Iran, Friday, Sept. 4, 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/JGACPL6V2QH3OL76Q2XOMVARCI.jpg?auth=3c4d01f78282b05a9ccde8f35332b70e4b5d1608a1d93bd8358065bfe6f796a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two people sit on rocks overlooking a beach as others swim and commercial vessels lie anchored in the Strait of Hormuz off Bandar Abbas, Iran, Friday, Sept. 4, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Oasis reunion tour documentary rocks Venice Film Festival]]></title><link>https://www.local10.com/entertainment/2026/09/05/oasis-reunion-tour-documentary-rocks-venice-film-festival/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/05/oasis-reunion-tour-documentary-rocks-venice-film-festival/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[VENICE, Italy (AP) — The Gallagher brothers brought some rock star energy to a sleepy, and sweaty, Venice Film Festival Saturday, where the documentary about their reunion tour is making its world premiere. And like true rock stars, after giving a few waves for photographers on the Lido docks, they skipped the whole “news conference” bit.]]></description><pubDate>Sat, 05 Sep 2026 13:27:59 +0000</pubDate><content:encoded><![CDATA[<p>VENICE, Italy (AP) — The Gallagher brothers brought some rock star energy to a sleepy, and sweaty, Venice Film Festival Saturday, where the documentary about their reunion tour is making its world premiere. And like true rock stars, after giving a few waves for photographers on the Lido docks, they skipped the whole “news conference” bit.</p><p>“Oasis: Don’t Look Back in Anger,” is part concert film and part exploration of the contentious relationship between Noel and Liam Gallagher, whose long-held feud led to Oasis disbanding in 2009 in spectacularly theatrical fashion after a backstage altercation moments before they were due on stage in Paris.</p><p>Noel infamously said his brother is “the angriest man you’ll ever meet. He’s like a man with a fork in a world of soup.”</p><p>Liam told the Guardian in 2018 that his brother “did me out, mate, he threw me under the (expletive) bus, and I won’t forget that. He split the band up and it meant the world to me. Just to further his career.”</p><p>The band was founded in working-class Manchester, England, in 1991, and became one of the most popular British acts of the 1990s, hitting No. 1 with their debut album “Definitely Maybe” in 1994. Their 1995 follow up, “(What’s the Story) Morning Glory?” became one of the U.K.’s bestselling albums of all time.</p><p>The film looks at the phenomenon of Oasis and the prickly personalities behind the hit songs, most of which were written by the elder Gallagher brother, Noel, from “Wonderwall” to “Live Forever.” It includes never-before-seen rehearsals (where everyone tenses as Liam walks in) and what was, then at least, their first joint interview in 25 years.</p><p>In 2025, the brothers ended a 16-year hiatus with a reunion tour that kicked off in Cardiff, Wales to an ecstatic, all-ages crowd of more than 60,000. Many worried that like in Paris in 2009, it might not actually happen. But the show went on, with former Oasis members Paul “Bonehead” Arthurs and Gem Archer on guitar, bassist Andy Bell and drummer Joey Waronker.</p><p>The Associated Press wrote at the time that songs like “Supersonic” and “Roll With It,” “sounded as thunderous as ever and sparked mass sing-alongs.”</p><p>Steven Knight, who is credited as the writer of the documentary, said he and Noel wanted to explore the question of why the music endured, not just with fans who experienced it in the 90s but with the next generation as well that culminated in such intense demand for reunion tour tickets.</p><p>Filmmakers Dylan Southern and Will Lovelace spoke to the brothers separately before the rehearsals had started, and then together while the tour was in full swing, to reflect the true progression of the relationship.</p><p>“We set out to make a film about the reconciliation of two brothers, infamous for their volatile relationship, but we also wanted to make a film about the power of music and the way Oasis’ songs have continued to have a life of their own, as the band lay dormant for 15 years,” the filmmakers said in their directors’ statement. “The documentary, like the reunion and the tour, took on a life of its own.”</p><p>The filmmakers said their goal was to make their cameras and presence invisible to the band during rehearsals. At the concerts, they wanted to make the audience feel like they were there as well. The film also focuses on various fans from around the world.</p><p>“Sometimes you might just bump into someone with a dog called Bonehead and that becomes part of the story,” Southern said.</p><p>“Oasis: Don’t Look Back in Anger” will be in theaters shortly after the festival. Disney is giving “Oasis: Don’t Look Back in Anger” an IMAX release on Sept. 11, and it’s expected to arrive on the Disney+ streaming service later this year.</p><p>___</p><p>For coverage of the 2026 Venice Film Festival, visit: https://apnews.com/hub/venice-film-festival</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5EPA3OMHIF3F4PNGWKZAN6HW64.jpg?auth=8c18ebe2c5fbc65881b27d9c5ab598c22b800210356e901ab4442d839413947e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Noel Gallagher, left, and Liam Gallagher arrive at the 83rd edition of the Venice Film Festival in Venice, Italy, on Saturday, Sept. 5, 2026. (Photo by Alessandra Tarantino/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AGTBWLRD433BQ5ENKURQTYVOGY.jpg?auth=8a78a28f79fc3703b6ad0220ab1bb0c5f2b3ab531320282b6fb1f472b7e57205&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Gallagher, left, and Noel Gallagher pose for photographers at the photo call for the film 'Oasis: Don't Look Back In Anger' during the 83rd edition of the Venice Film Festival in Venice, Italy, on Saturday, Sept. 5, 2026. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E4WUISV3UY77KVHXIBLMLAN64U.jpg?auth=42e1275130578c717d08562877e28a823d2e1ef5cf0ab2e88e19dbe80a7858ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Gallagher, left, and Noel Gallagher arrive at the 83rd edition of the Venice Film Festival in Venice, Italy, on Saturday, Sept. 5, 2026. (Photo by Alessandra Tarantino/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4LFBQBHS76HI3NUJ4WXXT5LQHA.jpg?auth=d0a97edc3c9b678a9d44f7b9c2b1ae412c740e6592e5533723aeafbb2b66ce80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Noel Gallagher signs autographs upon departure from the 83rd edition of the Venice Film Festival in Venice, Italy, on Saturday, Sept. 5, 2026. (Photo by Alessandra Tarantino/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6SI36G46EYOJB3JCVIF5VSV2QE.jpg?auth=adb49dcf1a60d0b7ff8a5cbfd766e6c2202f133935698c41ec6e309ec109c337&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Liam Gallagher, left, and Noel Gallagher of Oasis perform on Sunday, Aug. 31, 2025, in East Rutherford, N.J. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[After years of defying the odds, California's David Valadao faces new test as Latinos turn on Trump]]></title><link>https://www.local10.com/news/politics/2026/09/05/after-years-of-defying-the-odds-californias-david-valadao-faces-new-test-as-latinos-turn-on-trump/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/05/after-years-of-defying-the-odds-californias-david-valadao-faces-new-test-as-latinos-turn-on-trump/</guid><dc:creator><![CDATA[By MICHAEL R. BLOOD, Associated Press]]></dc:creator><description><![CDATA[HANFORD, Calif. (AP) — For years, Rep. David Valadao benefited from voting patterns that shifted toward Republicans in his rural, heavily Latino district in Central California, deep in the state’s farm belt where highways crisscross boundless stretches of almond groves, cornfields and dairy feed lots.]]></description><pubDate>Sat, 05 Sep 2026 13:02:38 +0000</pubDate><content:encoded><![CDATA[<p>HANFORD, Calif. (AP) — For years, Rep. David Valadao benefited from voting patterns that shifted toward Republicans in his rural, heavily Latino district in Central California, deep in the state’s farm belt where highways crisscross boundless stretches of almond groves, cornfields and dairy feed lots.</p><p>This time, that could change.</p><p>Across the country, there are signs that Latinos have grown disenchanted with President Donald Trump, especially as the price of gas, fertilizer and groceries keep climbing while funding for healthcare services is declining.</p><p>It's Republican lawmakers like Valadao that could pay the price. He's no Trump acolyte — if reelected, Valado will be the last member of his caucus who voted for Trump's impeachment after the Jan. 6 attack on the U.S. Capitol — but his fortunes are inevitably tied to the leader of his party.</p><p>Two out of three voters in Valadao’s district are Hispanic, and AP-NORC polling shows that Trump’s national approval rating among Hispanic adults fell by 18 percentage points between March 2025 and July 2026. By comparison, approval among U.S. adults overall dropped 9 points.</p><p>Valadao said he isn’t panicking.</p><p>“I’ve won in these types of races. I can win again,” he said in an interview with The Associated Press. “I think we should be fine.”</p><p>Valadao is trying to maintain a strategic distance from Trump to defy political gravity. His campaign literature says he will “put people before political parties.” At the same time, volunteers at a phone bank in his hometown of Hanford asked wavering voters if it was important to complete Trump’s agenda in Washington, a pitch clearly aimed at partisans.</p><p>Few Republicans have frustrated Democrats in election after election like Valadao, a dairyman whose family emigrated from Portugal's Azores Islands. He's routinely overcome steep voter registration deficits by honing an independent streak and focusing on local issues like water for farmers. Valadao won a congressional seat in 2012, lost it in 2018, then won it back in 2020.</p><p>Last year's redistricting made his swing district even more blue, and national organizations are pouring in money, making it one of the five most expensive races in the country in terms of advertising. Republicans have spent or booked more than $13 million of airtime and digital messaging through Election Day, while Democrats are slightly behind at $12.6 million, according to data compiled by AdImpact.</p><p>To win, Valadao is trying to portray his Democratic challenger — Randy Villegas, a progressive endorsed by Sen. Bernie Sanders — as too extreme to represent California's 22nd Congressional District. He said many of his constituents are immigrants that fled countries with socialist-leaning governments “and you are seeing him run on these same kind of policies.”</p><p>At a town hall in Bakersfield, where U.S. and Mexico flags adorned the walls, hands shot up in the audience when Villegas asked how many people used Medicaid or crossed the border to get less expensive medical care and drugs.</p><p>“This should not be happening in the richest country in the history of the world,” said Villegas, who is campaigning on Medicare for All, a universal healthcare concept popularized by Sanders. “Nobody should have to choose between groceries and seeing a doctor.”</p><p>Voters have warnings for incumbents</p><p>In a year when control of the House could come down to a single district, Valadao can’t afford to lose voters like Scott Alcoser.</p><p>A parts manager at a farm equipment retailer in Hanford, where children ride a 1930s-era carousel under towering palms and trendy coffee shops dot downtown streets, Alcoser is a Republican who has backed the Valadao in previous elections.</p><p>But this year he’s undecided. Alcoser said he wants to hear more from Valadao about how he will “care for the community” at a time when working-class families are struggling. According to census data, nearly one in four people in the district live below the poverty line.</p><p>"He can understand the times people are going through right now,” Alcoser said. “Any politician should just be really honest with you.”</p><p>Valadao has already lost Elena Van Overbeek.</p><p>Although the Republican law enforcement retiree has voted for him before, she's disappointed that prices haven't come down and she's worried that health care cuts supported by Valadao “would hurt too many people.”</p><p>She plans to cross the aisle to back Villegas.</p><p>Valadao still remains popular with some longtime voters in his hometown. Seated in a downtown salon getting her hair styled, retired nurse Margie Lopez called him “a decent man.”</p><p>“I don't trust Democrats,” said Lopez, a Trump supporter.</p><p>The salon's owner, Celestina Rodriguez, is a registered Democrat who describes herself as conservative and plans to vote for Valadao.</p><p>“He's from the area and I know some of his family," she said.</p><p>The Democratic state of play</p><p>Villegas prevailed in a caustic primary over state lawmaker Jasmeet Bains, a moderate who was backed by the Democratic Congressional Campaign Committee.</p><p>The son of Mexican immigrants who grew up on Medicaid, Villegas accuses Valadao of betraying the district by voting last year for Trump's “big beautiful bill,” which delivered $4.5 trillion in tax breaks but also cuts more than $1 trillion over a decade from federal health care and food assistance, largely by imposing work requirements on those receiving aid and by shifting certain federal costs onto the states.</p><p>Valadao's district has one of the highest Medicaid enrollment rates in the nation, and Democrats in Congress have estimated that as many as 57,000 of his constituents could lose coverage once new requirements go into effect. Valadao calls such projections “overstated.”</p><p>Democratic Rep. Ro Khanna, an outspoken progressive who is considering a 2028 presidential run, said a Villegas victory in a swing district would be a potent national statement that could ripple across the country.</p><p>“Everyone understands that the Latino vote is the swing vote," Khanna said before a rally for the candidate in Bakersfield. “We win the swing vote of the Latino vote, we win Arizona, we win Nevada, we win Georgia.”</p><p>Mike Madrid, a Republican strategist who is an expert on Latino voting trends, said the political climate might be impossible for Valadao to survive.</p><p>"That district has pretty much everything you could imagine working against the Republican,” Madrid said. “The fundamentals of the race point toward an anti-incumbent mood based off of souring economics.”</p><p>A Democratic district with Republican instincts</p><p>On paper, Valadao’s district should be a Democratic cakewalk — there is a 16-point registration edge for the party after voters in 2025 approved Gov. Gavin Newsom's blueprint for redrawing the state's congressional map.</p><p>But the region is far from the coastal metropolises that have made California synonymous with liberal governance.</p><p>The Central Valley is known as America’s salad bowl, for its vast production fruits, vegetables and nuts that stock refrigerators and kitchen tables across America. Virtually all the pistachios grown in the country come from California.</p><p>“Analysts often underestimate what the people who live and work in the Central Valley of California are about,” said Republican consultant Cathy Abernathy of Bakersfield, who thinks Valadao will prevail. “They think differently than the metropolitan Southern California and San Francisco Bay Area Democrat voters.”</p><p>While many receive government assistance, “most think about keeping the job they have, keeping their family lifestyle going and not rocking the boat just to throw their fist in the air," she wrote in an email.</p><p>Valadao didn’t support Trump in 2016, backed him 2020 and declined to say how he voted in 2024.</p><p>He demurred when asked about his impeachment vote in 2021.</p><p>“I’ll let history decide on how to interpret anything I’ve done,” he said. “I’ve got nothing more to add to that.”</p><p>Jeffrey Cummins, who teaches political science at California State University, Fresno, said Democrats will need to closely tie Valadao to Trump to defeat him in a toss-up race.</p><p>If they don't succeed this year, Cummins said, they “may lose hope of ever knocking off Valadao."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GMEQWA66KPGQC55KZSB7TAQKMY.jpg?auth=828cf949d20066029c45fec9695c98224ea067fbf430ea942bf8b672b88301de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Volunteer Jesus Hernandez carries campaign door hangers while canvassing for U.S. Rep. David Valadao, R-Calif., in Hanford, Calif., Friday, Aug. 21, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S6JI7SVUAXQ34XL53TCV5QJHUQ.jpg?auth=88c1dee32f9defd34c3369f75529583f219d62d2f0c5be24539ba05bd699e52c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Volunteers take part in phone bank training at a National Republican Congressional Committee office in Hanford, Calif., Friday, Aug. 21, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IPYMGOLZQB5QBQ2OZNFT6XJPPA.jpg?auth=e70b3fbeba84a1a79110a573bbcb5bf9ce7ab6600ba1e2dccf053b17821dff57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A billboard thanking U.S. Rep. David Valadao, R-Calif., stands near a dairy facility in Pixley, Calif., Friday, Aug. 21, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RWEDBOQYDXXYCFYW3EK2D7UNSI.jpg?auth=2ab746c6f9ef460a4ee8f5af6ada8fffc803aa21862afa5e71fe7d1f17913511&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scott Alcoser, a parts manager at a farm equipment retailer, stands for a photo in Hanford, Calif., Friday, Aug. 21, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FLPUCKBHITPKXAO4QL4RK72RGQ.jpg?auth=e5800a889c265cc395f9ca39ed28b0cbf53eaa49ab50baab4220b1664fee7fa1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mobile home park is seen in Bakersfield, Calif., Thursday, Aug. 20, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[US phases out $45M annual support for Namibia HIV program]]></title><link>https://www.local10.com/health/2026/09/05/us-phases-out-45m-annual-support-for-namibia-hiv-program/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/05/us-phases-out-45m-annual-support-for-namibia-hiv-program/</guid><dc:creator><![CDATA[By SONJA SMITH, Associated Press]]></dc:creator><description><![CDATA[WINDHOEK, Namibia (AP) — The United States will start phasing out its financial support for Namibia's HIV response programs, the latest among southern African countries to feel the effects of the withdrawal of foreign aid by the U.S. administration.]]></description><pubDate>Sat, 05 Sep 2026 13:04:41 +0000</pubDate><content:encoded><![CDATA[<p>WINDHOEK, Namibia (AP) — The United States will start phasing out its financial support for Namibia's HIV response programs, the latest among southern African countries to feel the effects of the withdrawal of foreign aid by the U.S. administration.</p><p>The U.S. will provide Namibia with $45 million for its HIV response in the 2027 fiscal year but the country will then start funding its own HIV programs, with the U.S. only providing “technical cooperation," both countries said in statement.</p><p>Namibia has received around $45 million annually through the U.S. President’s Emergency Plan for AIDS Relief in recent years. The United States says it has contributed more than $1.1 billion to Namibia’s HIV response since 2003.</p><p>While the withdrawal of the funding was expected since the Trump administration’s “America First” approach to foreign aid was announced, it follows Namibia’s rejection of proposed provisions for sharing health data and biological specimens with the United States. Namibia cited privacy, sovereignty and legal concerns for its decision.</p><p>The Trump administration has been entering into country-by-country agreements that Washington says will reduce donor dependency, increase domestic financing and safeguard American interests. The U.S. has signed agreements with about 30 countries since late last year, many of them in Africa.</p><p>But Ghana rejected a proposed agreement over access to sensitive health data, Zimbabwe withdrew from a $367 million package over similar concerns, and a court challenge has put Kenya’s $2.5 billion agreement on hold. Zambia has also objected to data-sharing demands.</p><p>Namibian officials previously said the proposed provisions in their original form were “not in compliance with Namibia’s national laws” and infringed constitutional privacy protections and national sovereignty over biological resources."</p><p>Both government are reported to be negotiating a new bilateral health agreement.</p><p>The joint statement said Namibia had surpassed UNAIDS targets by achieving a target of 96% of people living with HIV knowing their status, 98% of those diagnosed receiving treatment, and 98% of those treated having achieved viral suppression.</p><p>“Over the next year, this support will transition into a technical cooperation model as the HIV response is fully integrated into Namibia’s sustainable national health system, in line with Namibia’s national laws,” the governments said in a joint statement.</p><p>The U.S. recently announced the phasing out of more than $400 million in support annually for South Africa's HIV programs. It has also started a "phased drawdown” of the President’s Emergency Plan for AIDS Relief, a program that has supported South Africa’s battle against HIV and AIDS for the past 20 years and is widely credited with saving more than 20 million lives over that period.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WGR6RXZX375LHI3C5NLWGV64BI.jpg?auth=23f1df84c00d5025a614a767af2ec2f70df2f8015b61de9ab5ff5239f62b7670&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks to reporters in the Oval Office of the White House during a meeting with travel executives, Wednesday, Sept. 2, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Greek air force jet crashes at annual aerial show, starts fire]]></title><link>https://www.local10.com/news/world/2026/09/05/greek-air-force-jet-crashes-at-annual-aerial-show-starts-fire/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/05/greek-air-force-jet-crashes-at-annual-aerial-show-starts-fire/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ATHENS, Greece (AP) — A Greek air force jet crashed at an aerial show north of Athens, starting a fire that sent large plumes of black smoke into the air in front of several thousand spectators on Saturday.]]></description><pubDate>Sat, 05 Sep 2026 13:51:02 +0000</pubDate><content:encoded><![CDATA[<p>ATHENS, Greece (AP) — A Greek air force jet crashed at an aerial show north of Athens, starting a fire that sent large plumes of black smoke into the air in front of several thousand spectators on Saturday.</p><p>There were no injuries among the attendees following the crash of the twin-seat Phantom F4 jet that occurred during a low-altitude maneuver.</p><p>Air force officials in Greece made no immediate comment on the status of the two airmen, noting that rescue crews were hampered by the fire on the grounds of Tanagra air force base, 60 kilometers (about 40 miles) north of Athens.</p><p>Eleven water-dropping planes and helicopters assisted 85 firefighters in an effort to contain the blaze, which remained at some distance from the viewing area at Athens Flying Week, an annual air show.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UOEMTK5WTB7KXXVXFWEWWSBKNU.jpg?auth=741816c9de0c8665396976164f5eaebb470313c20ff06638c87bab2e30221015&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spectators watch as smoke rises after a Hellenic Air Force F-4 Phantom fighter jet crashed, during the Athens Flying Week airshow at Tanagra Air Force Base, north of Athens, Greece, Saturday, Sept. 5, 2026. (AP Photo/Kallista Allaway)]]></media:description><media:credit role="author" scheme="urn:ebu">Kallista Allaway</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NMV5YVW4B3NIBYKCYHNAJRQNLU.jpg?auth=a42de37b4bc8e4f371ebe1e521eb2307291da0a8d08458074d40db8d9333c8b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises after a Hellenic Air Force F-4 Phantom fighter jet crashed, during the Athens Flying Week airshow at Tanagra Air Force Base, north of Athens, Greece, Saturday, Sept. 5, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">Uncredited</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DJLZKU5OFC36TVHGLCDYWYPLFM.jpg?auth=5409920e64ab13513eeae90c0262c360c18fee08d8abc9001d4ed0b363d01a9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises after a Hellenic Air Force F-4 Phantom fighter jet crashed, during the Athens Flying Week airshow at Tanagra Air Force Base, north of Athens, Greece, Saturday, Sept. 5, 2026. (AP Photo/Kallista Allaway)]]></media:description><media:credit role="author" scheme="urn:ebu">Kallista Allaway</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5QJAPOPEPW3AB5W4K2F6HBFUXI.jpg?auth=a30cb148e6bb701ba5a80bbdd0adc139a181cfce1cdf862bb88f32fab35866a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spectators watch as smoke rises after a Hellenic Air Force F-4 Phantom fighter jet crashed, during the Athens Flying Week airshow at Tanagra Air Force Base, north of Athens, Greece, Saturday, Sept. 5, 2026. (AP Photo/Kallista Allaway)]]></media:description><media:credit role="author" scheme="urn:ebu">Kallista Allaway</media:credit></media:content></item><item><title><![CDATA[Endometriosis can elude diagnosis for years. What to know about the disease and new ways to find it]]></title><link>https://www.local10.com/health/2026/09/05/endometriosis-can-elude-diagnosis-for-years-what-to-know-about-the-disease-and-new-ways-to-find-it/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/05/endometriosis-can-elude-diagnosis-for-years-what-to-know-about-the-disease-and-new-ways-to-find-it/</guid><dc:creator><![CDATA[By LAURA UNGAR, Associated Press]]></dc:creator><description><![CDATA[When Zoë Armstrong got an ultrasound report showing signs of endometriosis, she called her mom and cried. After years of suffering and seeking help from doctors, she finally had an answer.]]></description><pubDate>Sat, 05 Sep 2026 12:01:35 +0000</pubDate><content:encoded><![CDATA[<p>When Zoë Armstrong got an ultrasound report showing signs of endometriosis, she called her mom and cried. After years of suffering and seeking help from doctors, she finally had an answer.</p><p>“To see it on paper, I was like, ‘I’m not crazy,’” the 31-year-old recalled. “I very much knew what I was feeling in my own body.”</p><p>Armstrong’s experience is not unusual. The American College of Obstetricians & Gynecologists says people can wait a decade or more after the onset of symptoms to receive a diagnosis of endometriosis. The painful condition, which causes tissue similar to the lining of the uterus to grow on other parts of the body, afflicts 1 in 10 women worldwide.</p><p>New tests being used in other countries aim to help address the issue. And while they’re raising hopes among doctors and patients, they’re not currently available in the U.S., and some experts expect them to be a useful tool but not a complete solution.</p><p>Endometriosis can cause debilitating pain</p><p>Research suggests endometriosis is a type of chronic inflammatory disease. The exact cause is unknown, although experts say genetics plays a part.</p><p>Symptoms vary depending on the extent of the disease and where the tissue appears. Usually, it’s found on organs such as the bladder, bowel or ovaries, but in rare cases it can even be outside the pelvis. Symptoms may include bloating, fatigue and infertility – and most commonly pain that can strike during periods, intercourse and bowel movements.</p><p>“It can be debilitating pain that makes you not be able to go to school or work or be in bed for days at a time,” said Dr. Drorit Or at Mount Sinai West in New York.</p><p>Armstrong’s first symptoms, at age 11, were stabbing pains on her left side that repeatedly sent her to the school nurse. As an adult, she was also wracked with severe pain as well as nausea, heavy periods, acne and rupturing ovarian cysts.</p><p>Shortly after getting married a couple of years ago, she experienced pain she likened to having a tiny fencer inside her “just stabbing me incessantly for hours at a time.”</p><p>There are many reasons for a delayed diagnosis</p><p>Armstrong was finally diagnosed at 29 by a doctor who also had the disease.</p><p>An ultrasound found an endometrioma, a fluid-filled cyst. She Googled the word, which is when she first cried with her mom. She also cried when a nurse diagnosed her verbally and when surgery formally confirmed the diagnosis.</p><p>One reason diagnoses can take so long, experts said, is that patients and doctors often normalize period pain. Symptoms also can overlap with those of other conditions, and not all health care providers have knowledge or expertise in endometriosis, said Dr. Megan Billow at the Cleveland Clinic.</p><p>One helpful step patients can take, Or suggested, is to keep a diary tracking when pain occurs, where it’s located and how intense it is.</p><p>“Then when you come to the doctor, you come prepared,” she said. “You can definitely ask: Do you think I have endometriosis?”</p><p>New endometriosis tests are used outside the U.S.</p><p>New diagnostic tests are now available in some other countries, but the U.S. Food and Drug Administration hasn't approved them.</p><p>One is a half-hour test called EndoSure, which detects endometriosis by measuring electrical signals in the gut using sensor pads on the abdomen, with results available to the physician afterward. Another, Endotest, analyzes a saliva sample for microRNAs that can indicate whether the condition is present, providing patients with results in two to three weeks.</p><p>In the United Kingdom, an institute that provides national health advice recently published draft guidance recommending both be used by the National Health Service for three years while more evidence is collected on how well they work. The goal is to speed up diagnosis in primary care.</p><p>Dr. Mark Noar, founder of Maryland-based EndoSure, said the company is in the process of submitting its application to the FDA in the U.S., seeking approval for the test to be used as an aid to help doctors make the diagnosis.</p><p>Meanwhile, the French company Ziwig is taking final steps to make Endotest available to U.S. patients through another pathway that allows lab-developed tests to be made available through certain certified laboratories without FDA approval. Ziwig's Dr. Andrew Spiers said the diagnostic test is a starting point. Once the doctor knows there's endometriosis, he said, that would be the time to do imaging if it hasn't already been done.</p><p>“I would not say that it’s the only tool that a patient would have in their diagnostic pathway,” Spiers said.</p><p>U.S. doctors agree that such tests wouldn’t replace other diagnostic tools and methods, but may be helpful. One thing they won't do, however, is solve the persistent problem of normalizing period pain.</p><p>Various endometriosis treatments are available</p><p>Armed with a diagnosis, women can work with their doctors on treatment plans.</p><p>Treatments for endometriosis pain include pain relievers such as ibuprofen and a prescription medicine specifically for endometriosis; hormone therapies such as birth control pills, progestin therapy and medications that cause periods to stop temporarily; and surgical treatments including hysterectomy in some severe cases.</p><p>Armstrong underwent excision surgery, a procedure to remove endometriosis lesions and scar tissue. She said she still sees about three doctors a week for pelvic floor therapy and other issues. She also visits middle and high schools around New York City with the Endometriosis Foundation to educate students.</p><p>“They need to know what to look out for — not just for endo, but for other women’s health conditions in general,” she said.</p><p>Or, the Mount Sinai doctor, said young women should know there's help available — and hope.</p><p>“You don’t have to live in pain,” Or said. “You can have a very, very good life managing this disease.”</p><p>___</p><p>The Associated Press’ health and science coverage receives financial support from the AP Fund for Journalism and 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/JCO6FH6JZBITGY2BXGYJGHA2FE.jpg?auth=8f1caacee1d618b255050528963597404f1ac17087124eddfa21acb76b710b1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Zoë Armstrong, an endometriosis patient, rests during her pelvic floor physical therapy appointment with physical therapist Emma Codman, standing, in New York, Friday, Aug. 14, 2026. (AP Photo/Shelby Lum)]]></media:description><media:credit role="author" scheme="urn:ebu">Shelby Lum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5RHMPW5NYWRLFHEYQ3HQ5DM6KQ.jpg?auth=54d5f0054223e794dceb30fbf4c02b1c6d98a00010ddfeb0670b4a0eeac75b73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Zoë Armstrong, an endometriosis patient, rests during her pelvic floor physical therapy appointment in New York, Friday, Aug. 14, 2026. (AP Photo/Shelby Lum)]]></media:description><media:credit role="author" scheme="urn:ebu">Shelby Lum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GZSDSSEFKYZ4EDOICIB5JB53SI.jpg?auth=6883b24d8b8ef8f3c6e47b57ce4b455f7631eefc8ac4b54a10102f62f9dd617d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Zoë Armstrong, an endometriosis patient, sits for a photo in her home in New York, Friday, Aug. 14, 2026. (AP Photo/Shelby Lum)]]></media:description><media:credit role="author" scheme="urn:ebu">Shelby Lum</media:credit></media:content></item><item><title><![CDATA[Tyler Reid’s 338-yard, 4 TD night lifts St. Thomas past Columbus]]></title><link>https://www.local10.com/sports/local/2026/09/05/tyler-reids-338-yard-4-td-night-lifts-st-thomas-past-columbus/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/09/05/tyler-reids-338-yard-4-td-night-lifts-st-thomas-past-columbus/</guid><dc:creator><![CDATA[Kacy Hintz, Ryan Mackey]]></dc:creator><description><![CDATA[This was exactly the kind of matchup expected when two of the best high school football teams in Florida — and the nation — met Friday night.]]></description><pubDate>Sat, 05 Sep 2026 11:31:48 +0000</pubDate><content:encoded><![CDATA[<p>This was exactly the kind of matchup expected when two of the best high school football teams in Florida — and the nation — met Friday night.</p><p>No. 1 St. Thomas Aquinas and No. 6 Christopher Columbus delivered a back-and-forth battle, with the Raiders ultimately pulling away for a 31-24 victory.</p><p>St. Thomas Aquinas, riding a 16-game winning streak dating to last season, struck early on its home turf. A heavy dose of the run game on the opening drive was capped by a 63-yard touchdown run up the sideline by Tyler Reid. The four-play, 80-yard drive put the Raiders ahead 7-0.</p><p>Former Hurricanes standout/ New York Giants offensive lineman Francis Mauigoa was also in attendance, cheering on family ties with Columbus.</p><p>The Explorers trailed 24-14 in the third quarter when Columbus intercepted Saint Thomas Aquinas quarterback Kelis on third down. A few plays later, Amir Sears finally got into the action when Kay Moore hit him on a slant for a touchdown, cutting the deficit to 24-21.</p><p>But on the ensuing drive, Reid broke loose again.</p><p>The Pittsburgh commit raced 80 yards for his second touchdown run of the night, giving him four touchdowns in the game and putting Saint Thomas Aquinas back in front.</p><p>Reid finished with 14 carries for 321 yards, 338 all-purpose yards and four touchdowns, helping the Raiders improve to 3-0 to start the season.</p><p>After the game, Reid said he was surprised by his performance.</p><p>“I’m shocked,” he said. ”I didn’t even know that at first. Just getting grabs. We’ve been practicing hard all week.”</p><p>High school sports are back, and Local 10 wants to help celebrate the student-athletes who make game days and championship moments special across South Florida.</p><p>High School Spotlight is a chance to showcase the athletes representing schools and communities across Miami-Dade, Broward and Monroe counties.</p><p>Whether it’s a game-winning touchdown, a big save on the soccer field, a volleyball celebration, a cheerleading routine, a cross-country finish or a memorable moment with teammates, we want to see it.</p><p><a href="https://www.local10.com/sports/local/2026/08/27/calling-all-student-athletes-submit-your-sports-photos-for-local-10s-high-school-spotlight/#/rounds/1/gallery" rel="" title="https://www.local10.com/sports/local/2026/08/27/calling-all-student-athletes-submit-your-sports-photos-for-local-10s-high-school-spotlight/#/rounds/1/gallery">Click here</a> for more information on how to submit your pictures.</p>]]></content:encoded></item><item><title><![CDATA[New Hampshire's GOP primary features two familiar names from the past, and voters are fine with that]]></title><link>https://www.local10.com/news/politics/2026/09/05/new-hampshires-gop-primary-features-two-familiar-names-from-the-past-and-voters-are-fine-with-that/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/05/new-hampshires-gop-primary-features-two-familiar-names-from-the-past-and-voters-are-fine-with-that/</guid><dc:creator><![CDATA[By HOLLY RAMER, Associated Press]]></dc:creator><description><![CDATA[BERLIN, N.H. (AP) — It’s been 24 years since a campaign commercial opened with a voter declaring “John Sununu represents the future.” His current opponent, Scott Brown, is a grandfather who says that role gives him an edge.]]></description><pubDate>Sat, 05 Sep 2026 11:22:58 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN, N.H. (AP) — It’s been 24 years since a campaign commercial opened with a voter declaring “John Sununu represents the future.” His current opponent, Scott Brown, is a grandfather who says that role gives him an edge.</p><p>Bucking national trends, the top candidates in New Hampshire’s eight-person Republican primary for U.S. Senate are both former senators whose heydays long predate the Trump era. While voters elsewhere have embraced a decidedly anti-establishment sentiment this campaign season, New Hampshire Republican voters appear content with their choices and are poised to pick a familiar name over a fresh face on Tuesday.</p><p>Paul Martino, 57, of North Hampton, said he’s supporting Sununu because he seems smart, honest and civic-minded and called him “a good guy for this moment.”</p><p>“We need more people who try to find commonalities we can work off of versus differences we can use to be divisive,” he said.</p><p>The Republicans' back-to-the-future approach will provide a stark contrast in November with Democrats, whose primary includes both younger and progressive candidates.</p><p>GOP voters are comfortable with their comeback candidates</p><p>Sununu and Brown were among 27 former members of Congress who mounted comeback campaigns this year. Only nine have advanced to the general election, including several who have been out of office just for the last two years.</p><p>Sununu, who will turn 62 this coming week, served three terms in the U.S. House and one in the Senate before being ousted in 2008 by Democrat Jeanne Shaheen, who is retiring after three terms. He hasn’t been on a ballot in 18 years — long enough for some babies born during his final year in office to reach voting age.</p><p>But just as being the son of a former governor most likely eased his entry into politics, Sununu is now benefiting from the popularity of his younger brother, Chris, whose eight years as governor ended last year.</p><p>When Sununu announced his campaign in October, Fox News broadcast a story misidentifying him as Chris, displayed multiple photos of his brother and combined their resumes. In June, a debate moderator introduced him as Chris. And late last month, a supporter at the Coos County Republican Committee BBQ snapped a selfie with him and told a reporter “I liked him as our governor.”</p><p>“Oh, there’s so many of them!” Sudie Francouer, 82, said after being informed of her mix-up.</p><p>Sununu insists he’s focused on emphasizing his own record of accomplishments.</p><p>“I’m sure when Chris ran, people thought he was me,” he said in an interview. “His independence and focus on New Hampshire is certainly something he got from me, and that I’ll try to emulate as well.”</p><p>Brown, who will turn 67 this coming week, said Sununu is running on little more than his name and said he has encountered similarly confused voters.</p><p>“They say, ’Who’s John? The father’s running again?'” he said.</p><p>While he lags behind Sununu in polls and fundraising, Brown says he believes voters will break late in his favor.</p><p>“He’s not doing anything,” Brown said of his opponent. “I’m going to outwork him.”</p><p>Trump is mostly a nonfactor in New Hampshire GOP primary</p><p>In other contested primaries, President Donald Trump’s endorsement often was the most coveted prize, but he's barely registered in the New Hampshire Senate race.</p><p>Trump endorsed Sununu in February, even though Brown was his ambassador to New Zealand and Samoa during his first term and Sununu called the president a “loser” during the 2024 GOP presidential primary.</p><p>While the endorsement allowed Sununu to skip kowtowing to Trump to win the primary, University of New Hampshire political science professor Dante Scala said he was surprised Brown didn’t make the race “all about who is the Trumpiest.”</p><p>“It makes me wonder, well, maybe that’s just not in him,” he said. “He’s from that earlier era, and it’s hard to learn the new language.”</p><p>Brown won a special election in Massachusetts after the death of Sen. Ted Kennedy in 2009, lost his seat three years later and unsuccessfully challenged Shaheen in 2014. He acknowledges that the Problem Solvers Caucus he remembers from his time in Washington has largely been replaced by a polarizing “you’re all in or you’re out” mentality. But he said his time away and lack of big endorsements make him more independent.</p><p>“John can’t break with the president. He can’t break with all those special interests,” Brown said. “I’m a freelancer. I have the ability to vote my conscience, because I read the bills. I see how they affect our state, country, debt and deficit and I vote, period.”</p><p>Even without Trump’s endorsement, Brown said he is more aligned with the current Republican landscape than his opponent. Sununu declined to discuss how the party has changed — saying “I’m not going to review 20 years of political history” — but like Brown, he cites independence as the cornerstone of his campaign.</p><p>“I don’t need to worry about reelection. I don’t need to make anyone in Washington happy,” he said. “I’ll just stand up for New Hampshire.”</p><p>Primary winners for each party will provide a contrast in November</p><p>Tuesday's primary comes just eight weeks before the general election, and it's unclear how the GOP nominee will fare when Trump is facing dismal approval ratings and voters nationally seem hungry for a course correction.</p><p>In the Democratic primary, the anti-establishment trend was evident in the rise of democratic socialist Karishma Manzur, a 52-year-old research scientist who holds a doctorate in biochemistry and molecular biology. With the endorsement of former Vice President Kamala Harris and other party leaders, four-term U.S. Rep. Chris Pappas, 46, raised far more money even as she gained on him in polls.</p><p>While both cast themselves as fighters against corruption in Washington, Manzur has argued that Pappas has long been beholden to political donors, particularly the pro-Israel lobby.</p><p>In the Republican race, voter Ed Gleason, 89, of Pelham, said he wasn't concerned with party ideology. He said he’s been familiar with Sununu and Brown for many years, but decided to support Brown.</p><p>“He’s got the background, he’s got experience, he’s got a proven, demonstrated interest in the people of New Hampshire,” he said. “We’ve got to get some stability in there, and we’ve got to get some people working for the constituents as opposed to the party.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AD3HFWTI7X5NT6W3VN7LWBC2ZM.jpg?auth=ddce1e2b7d987139e794ace29d76ee2670c8a075cbe104ba78c7c72282b35e3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Sen. John E. Sununu, who is seeking the GOP nomination for his old seat, takes a selfie with supporter Sudie Francouer, in Berlin, N.H., Saturday, Aug. 22, 2026. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OROCMUACJ72KA7D7X7Z7GTHBTE.jpg?auth=98a1a3df5528b7fa740da297b2461ebad602741692835b93f1a0cdaef4dc9d33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former U.S. Sen. Scott Brown, a Republican who previously represented Massachusetts and is making his second run for Senate in New Hampshire, addresses voters at an American Legion hall in Londonderry, New Hampshire, on Thursday, Aug. 27, 2026. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YOXCO3L62YMDCR37SQ2DSRFKJE.jpg?auth=a1e6b783d3da3f03bd1f89412d99168983e2569976b13fc67555f2ce17ae91b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A supporter snaps a photo of former Sen. John E. Sununu as he campaigns for the GOP nomination for his old seat in Berlin, N.H., Saturday, Aug. 22, 2026. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/26ZHS2F7NZ4IRHVRJ45Z6O3SNA.jpg?auth=a3c459ff3e4060c13f9332b2628a71b41b0decd388f23d98247f76713705e5ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former U.S. Sen. Scott Brown introduces himself to voters in Londonderry, New Hampshire, on Thursday, Aug. 27, 2026, as he campaigns for the GOP nomination for the state’s open Senate seat. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GKJ6P2LFEVGYBF6G3Z6F2JZM5I.jpg?auth=7cd961f9b862a692ac5e9a4e01fb8dc639b7690d8516417a510bb76336a71b34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Sen. John E. Sununu, who is running for his old seat nearly 18 years after being ousted, mingles with voters at the Coos County Republican Committee BBQ in Berlin, N.H., Saturday, Aug. 22, 2026. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RZDE7L5BZEUD3VIN5Q5WBQGS3Y.jpg?auth=cb8c8a4b383a67b764e17d87b136626a36fa152a650b6884959a57008175cc63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former U.S. Sen. Scott Brown listens to a voter in Londonderry, New Hampshire, on Thursday, Aug. 27, 2026, as he campaigns for the GOP nomination for the state’s open Senate seat. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content></item><item><title><![CDATA[Turning Point is laying the groundwork to shape Republican presidential primary in 2028]]></title><link>https://www.local10.com/news/politics/2026/09/05/turning-point-is-laying-the-groundwork-to-shape-republican-presidential-primary-in-2028/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/05/turning-point-is-laying-the-groundwork-to-shape-republican-presidential-primary-in-2028/</guid><dc:creator><![CDATA[By HANNAH FINGERHUT and MICHELLE L. PRICE, Associated Press]]></dc:creator><description><![CDATA[DES MOINES, Iowa (AP) — Alongside the familiar sounds of roosters crowing and thrill seekers screaming on rides at the Iowa State Fair, there was a chorus of boos from Turning Point Action activists who were heckling Democratic politicians making their way through the crowds.]]></description><pubDate>Sat, 05 Sep 2026 11:21:05 +0000</pubDate><content:encoded><![CDATA[<p>DES MOINES, Iowa (AP) — Alongside the familiar sounds of roosters crowing and thrill seekers screaming on rides at the Iowa State Fair, there was a chorus of boos from Turning Point Action activists who were heckling Democratic politicians making their way through the crowds.</p><p>Videos of the confrontations got hundreds of thousands of views on social media, a burst of attention for a conservative youth organization that is charting its next chapter after last year's assassination of its leader Charlie Kirk. But the true test of Turning Point Action's clout was unfolding inside the exhibition center, where staff members were registering voters, handing out buttons and signing people up for social events.</p><p>“Building the foundation for 2028,” said one of the flyers.</p><p>While Democrats have punted Iowa from the top of its presidential primary calendar, the state's caucuses will still kick off Republicans' next nominating process. Turning Point Action is positioning itself to shape that contest, a reminder that preparations for the next White House campaign are already in motion even though no candidates have announced and the midterm elections aren't over yet.</p><p>Turning Point Action wants at least one staffer in each of Iowa’s 99 counties to mobilize the conservative grassroots.</p><p>“It is important to us to see high voter participation in the caucuses,” said Tyler Bowyer, the organization's chief operating officer. “That’s your measuring stick.”</p><p>In addition to Iowa, Turning Point Action grew its footprint in New Hampshire and Nevada for this year's midterms, which could also help in 2028.</p><p>The likely beneficiary of this initiative would be Vice President JD Vance, who is widely expected to launch a campaign. Turning Point leaders including Erika Kirk, Charlie's widow, have been clear they're ready to throw their support behind Vance if he jumps in.</p><p>More than a dozen Republican officials, activists, lawmakers and strategists in Iowa said Turning Point's imprint in the state was visible but still something of a mystery, and some privately question whether the organization's impact will match the buzz that it generates online.</p><p>But others have eagerly welcomed the organization to the state.</p><p>“A year ago, Iowa was virgin — no Turning Point. And many of us complained,” said Kelley Koch, a former Dallas County Republican chair, to a gathering of MAGA Nation Iowa, the grassroots organization she founded. “Finally, Turning Point Action listened to us.”</p><p>Early state investments could benefit Vance</p><p>When asked about his 2028 ambitions, Vance demurs and says he's focused on his current job, but he's expected to be an immediate Republican frontrunner if he decides to seek the presidency. Bowyer said Turning Point Action wants to be supportive without “being pushy."</p><p>“We haven’t officially endorsed as an organization yet because no one’s announced, right? But, you know, depending on who announces and when we endorse — yeah, of course we’ll be out campaigning on behalf of who we endorse,” he said.</p><p>Bowyer said Vance can bridge the gap between the Make America Great Again movement, which Trump launched more than a decade ago, and younger voters who were attracted to Charlie Kirk's brand of conservatism.</p><p>“It’s a natural fit,” he said.</p><p>Bowyer acknowledged that Turning Point Action's growing infrastructure in early primary states could cause some agitation on the right if it is seen as throwing its weight behind one presidential candidate. But, he said “that’s not why we do it," describing the goal as boosting turnout in the Iowa caucuses to send a strong signal heading into the general election.</p><p>Other potential candidates include Marco Rubio, Trump's secretary of state. However, Rubio has said he wouldn't run against Vance.</p><p>Sen. Ted Cruz has not announced a campaign, but he has already made several visits to Iowa this year and said in a recent podcast hosted by Texas Lt. Gov. Dan Patrick that, “It's no secret that I want to be president.”</p><p>New staff on the ground in Iowa look to grow the grassroots</p><p>Although Iowa has shifted rightward over the last decade, it's considered a political battleground in this year's midterm elections because of Trump's sagging approval ratings, declining access to healthcare and tariff-driven turmoil in the agricultural industry.</p><p>Sen. Joni Ernst and Gov. Kim Reynolds, both Republicans, are retiring, and there are fiercely contested races to replace them. Democrat Josh Turek and Republican Ashley Hinson are seeking the Senate seat, while Democrat Rob Sand and Republican Zach Lahn want to be governor. Two battleground congressional districts will help determine control of the House as well.</p><p>The spotlight on Iowa this year is an opportunity for Turning Point Action to demonstrate its clout.</p><p>The organization said it hired four staffers on the ground last year. After Lahn’s surprise win over Trump-endorsed Rep. Randy Feenstra, Turning Point Action said it would double its manpower in the state before the midterms.</p><p>Young activists regularly post on social media from county fairs and Republican committee meetings. They upload selfies on sidewalks or stoops to show days spent knocking on doors.</p><p>“We’re newer in Iowa,” a Des Moines-based senior field staffer, Kylie Kloewer, told a visitor who stopped by Turning Point Action’s booth at the state fair.</p><p>The booth featured signs emphasizing that there are only two genders and one that said “men can't get pregnant,” the kind of confrontational culture war messaging that Charlie Kirk practiced on college campuses. Some people nodded and chuckled, while others raised their eyebrows as they wandered by.</p><p>Those who walked up to the table could sign up for social clubs that host events, including barbecues and volleyball games.</p><p>“Any involvement is success,” said Kelsey Newberry, who is based in the organization's Phoenix headquarters and was helping at the Iowa State Fair. “You’re bringing people together as a community. The more you talk to your neighbors, the better.”</p><p>“And even if they’re not ready to get activated now,” Newberry added, “being around like-minded people might encourage them in the future.”</p><p>___</p><p>Price reported from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IYFKHXL7O5S6H6772RPY6HV3HU.jpg?auth=f71937052263802b2149ed565ed6e3572325d3b35ffbb986765b8759ef598e4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Turning Point Action staffer gives an American flag to a voter at the Iowa State Fair in Des Moines, Iowa, Friday, Aug. 21, 2026. (AP Photo / Hannah Fingerhut)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Fingerhut</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V5TH3BSAKFDIILZLD6GT5IUYNI.jpg?auth=ba25f1c49dd615b876d62ce28ad93c134fa6175b71b2b5ea888bf27d6cddd236&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turning Point Action gives out buttons at the Iowa State Fair in Des Moines, Iowa, Friday, Aug. 21, 2026. (AP Photo / Hannah Fingerhut)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Fingerhut</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VV6EWMHVJJ6AT3SFFCPYQM625U.jpg?auth=d264a39549509bf55bdfda4e4e228765d494718df940e18a1acb9de8badc1456&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turning Point Action outlines their goals for the 2028 presidential cycle at the Iowa State Fair in Des Moines, Iowa, Friday, Aug. 21, 2026. (AP Photo/Hannah Fingerhut)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Fingerhut</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FAIRODHGW3ENCLQS2CSG4HYYSA.jpg?auth=5e79ca658a28bdb359b393445d0d2523801654e301f625809c79e95e5c9a3ae9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Erika Kirk greets Vice President JD Vance during Turning Point USA's AmericaFest 2025, Dec. 21, 2025, in Phoenix. (AP Photo/Jon Cherry, FIle)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Cherry</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O3KMGINJB5UNUI52KFVUAT6D6M.jpg?auth=0c863f8e0a6264489efa07da546ef0133a50f03f9bb65c39910fed0b8eab8dd5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks during a press briefing at the White House in Washington, Thursday, Sept. 3, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[A golf course for ‘the people’ faces a presidential makeover]]></title><link>https://www.local10.com/news/2026/09/05/a-golf-course-for-the-people-faces-a-presidential-makeover/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/05/a-golf-course-for-the-people-faces-a-presidential-makeover/</guid><dc:creator><![CDATA[By GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A pack of cyclists whisked by along the circuit at East Potomac Park while the golf course parking lot filled with luxury SUVs parked next to older, inexpensive economy cars, all with the Washington Monument in the background.]]></description><pubDate>Sat, 05 Sep 2026 11:18:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A pack of cyclists whisked by along the circuit at East Potomac Park while the golf course parking lot filled with luxury SUVs parked next to older, inexpensive economy cars, all with the Washington Monument in the background.</p><p>The scene highlighted what residents say are the park's best features: its accessibility and affordability right in the nation's capital.</p><p>The historic park, especially the golf course, has caught the eye of President Donald Trump, who wants to turn it into a world-class golf venue. It's part of his grand vision for Washington, D.C., where he has torn down storied structures, remade or renamed others and deployed the National Guard for more than a year.</p><p>But some residents fear the planned changes to the golf course — where Trump has visited with a cabinet member, a well-known golf course architect and blueprints — risk altering the character of a place that has served Washingtonians of many stripes for more than a century. Turning the park into an upscale golf course will mean costlier fees and a loss of public space, residents worry.</p><p>“It takes away the history of the links here as well as deprives people of having a reasonably inexpensive place to play that is readily accessible to everyone,” said Joe Foley, who said he was in his 70s and had just finished nine holes of golf for $36, including a cart.</p><p>A park created by Congress for ‘the people’</p><p>East Potomac Park, including the East Potomac Golf Links, was created by a congressional act in 1897, which established the park for the “recreation and the pleasure of the people.” The course opened in 1919.</p><p>Trump, who has multiple projects underway in Washington, including a $400 million White House ballroom and the soon-to-begin construction of his triumphal arch, began talking about the city’s public courses in late 2025.</p><p>Two months earlier, debris from the demolished East Wing of the White House was dumped at East Potomac, forming a three-story mound near one of its three golf courses, which remains there. The National Park Service has said that the debris tested positive for lead, chromium and other toxic metals.</p><p>“When completed, this Course will have the ability to host Major Golf Tournaments, including The U.S. Open, The Ryder Cup, The PGA Championship, and other top PGA Tour events,” Trump posted on social media in June. He said then that work was meant to begin on Sept. 1, but there were no signs of activity on the grounds this week.</p><p>An image unveiled in May by Interior Secretary Doug Burgum showed an 18-hole course that he said would deliver “championship-quality golf at affordable, highly discounted rates.”</p><p>A lawsuit challenging the golf course renovation argues that the Trump administration’s redevelopment would violate the congressional act that created the park. The government is challenging the standing of the plaintiffs to sue.</p><p>At the park, people who spoke to The Associated Press noted that in some of Trump's other Washington projects, the administration has moved to make irrevocable changes and act faster than courts can respond.</p><p>“The government currently is either playing by a different set of rules or just not playing by any rules at all,” said Jason Levitt, 54, ending an hour of high-speed laps on his bike.</p><p>At a court hearing Thursday about the park, U.S. District Judge Ana Reyes said as much, telling the government’s attorney she understood the plaintiff's wariness about changes made before they received proper approval, though she said she had not seen evidence of that in the golf course case.</p><p>The administration has already removed dozens of trees from the park, although it says that is routine maintenance work.</p><p>The park draws a broad array of visitors</p><p>On a visit this week, the park drew cyclists, as well as retirees, workers on lunch break, and a couple of people who declined to speak to The Associated Press because they were meant to be at work as they hit the links for an afternoon of recreation.</p><p>With dark clouds rolling in and patrons rushing to the clubhouse, the demographics were on full display: Men, women, black, Hispanic, and white golfers. They said they visited because of the park's location, cost and history. They were aware that the park and golf courses, as they know it, might be on borrowed time.</p><p>Foley, a retired lobbyist, said the region has many “championship caliber courses already” and said he was worried about the president's plans.</p><p>“No one knows what he’s going to do. Are the incredibly popular bike paths in jeopardy, too? Just look at how many bike riders are coming through Potomac Park and the golf course area at noon on a Wednesday,” he said.</p><p>Levitt, the cyclist, said he has been coming to the park for 20 years and rides about four times a week. A road that runs the perimeter of the park in one direction offers safe riding away from normal city traffic, but within the city.</p><p>“This is seen as a relatively safe place to come and kind of stay out of the way of traffic and everything else.”</p><p>Changes are coming, he said. “Let’s just hope that they make changes that are beneficial for everyone rather than just a certain type of golfer.”</p><p>Congress controls many of Washington's local affairs</p><p>Washington has long been at the whim of the federal government. Congress maintains significant control over the city's affairs, including approving the budget and all laws passed by the D.C. Council. The Home Rule Act of 1973 lets residents elect a mayor, a council and neighborhood commissioners.</p><p>That autonomy has only been further squeezed under Trump, who last year launched a law enforcement surge in the city that briefly federalized the local police force and deployed the National Guard through to 2029. His imprint on the city has affected not just iconic landmarks and tourist sites but also areas that locals visit frequently, such as East Potomac Park.</p><p>Outgoing Mayor Muriel Bowser said this week the city could “stand to attract world-class golf.”</p><p>But she told reporters after an event focused on using sports to draw visitors to the nation’s capital, “we still need public access.”</p><p>Ryan Bates, 44, said he took up golf as an adult and has been coming to the park weekly for three and a half years. He noted that he has a membership at a private club but prefers to golf at East Potomac, citing its convenient location.</p><p>“The most important tenet of it,” he said, packing up his clubs after a round, “is that golf should be an approachable game for people that come from all walks of life.”</p><p>___</p><p>Associated Press writer Steven Sloan contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DPJHGYIOKKTGPAA2AE5ZNST4ZE.jpg?auth=a8c6a895e71f0ba3c8d9ac1a1f7d2bb4f92479a285c71c7f1322a7d2e6154458&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Washington Monument is seen beyond the East Potomac Park Golf Course, Tuesday, Sept. 1, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SHGDJAPKYBF33GC6IYSVUZ56VY.jpg?auth=f6e5aed258bd6b0309dace350dc637ee7e3bdffe1f7653a57973817d8b856ca9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person golfs at East Potomac Park Golf Course, Tuesday, Sept. 1, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PODZ3ZU7J2UO4KRTGQVPWISBSQ.jpg?auth=fa72bacfdca74836fdd5cfb186b6bd2dd6195d793b95c9aa0e2cb7427ca9342a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The East Potomac Park Golf Course and the Thomas Jefferson Memorial are seen from the Washington Monument, Tuesday, Sept. 1, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IT6RQQFV3LZB4LJKWWHM5RVX2U.jpg?auth=db8281d26d74e641b7935f152f3ccb6926afff40aaf6b713ed0776f5f4999391&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump, right, and Interior Secretary Doug Burgum tour the East Potomac Park golf course, June 28, 2026, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OBZ6N3CY7C62RQEN2N2NYEHL7Q.jpg?auth=0a3e3b72a2348b750176cd24933c6e5c959df70cb842e0637cae3bf41aebb2be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Signs are seen at East Potomac Park Golf Course, Tuesday, Sept. 1, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Iran accuses the US of targeting a tanker near Kharg Island, and other key Mideast developments]]></title><link>https://www.local10.com/news/world/2026/09/05/iran-accuses-the-us-of-targeting-a-tanker-near-kharg-island-and-other-mideast-news/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/05/iran-accuses-the-us-of-targeting-a-tanker-near-kharg-island-and-other-mideast-news/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Iran has accused the U.S. of attacking an Iranian tanker near Kharg Island in the Persian Gulf. The U.S. did not immediately comment, and there was no sign of retaliation. The past week saw the first exchange of fire after a month of relative calm.]]></description><pubDate>Sat, 05 Sep 2026 12:58:51 +0000</pubDate><content:encoded><![CDATA[<p>Iran has accused the U.S. of attacking an Iranian tanker near Kharg Island in the Persian Gulf. The U.S. did not immediately comment, and there was no sign of retaliation. The past week saw the first exchange of fire after a month of relative calm.</p><p>Meanwhile, the U.S. ambassador to Israel has again condemned settler violence in the occupied West Bank. Iranian-backed Houthi rebels accused Yemen's government of killing three people in attacks. Israeli strikes killed three people in southern Lebanon.</p><p>Here’s a look at the news in the Middle East. Full coverage can be found here.</p><p>Iran accuses the U.S. of striking an oil tanker</p><p>Iranian state TV said four U.S. missiles struck a tanker about six miles (10 kilometers) from Kharg Island, home to a terminal through which the country exports most of its oil. It said there were no casualties.</p><p>The report did not provide evidence and did not include comment from Iranian officials. U.S. Central Command did not immediately respond to a request for comment.</p><p>Kharg Island been repeatedly targeted during the war, including U.S. strikes on military sites there in March. The latest report comes almost a week after the U.S. resumed strikes on Iranian targets following a monthlong pause, as fighting around the Strait of Hormuz has intensified.</p><p>US ambassador calls violent Israeli settlers ‘terrorists’</p><p>The U.S. ambassador to Israel has again spoken out against Israeli settler violence in the occupied West Bank, calling their behavior an “act of terror.”</p><p>Ambassador Mike Huckabee on Saturday referred to the settlers as “terrorists,” a word U.S. officials usually reserve for Palestinian militants. He was speaking to Palestinian American residents in the village of Turmus Ayya.</p><p>“If there are squatters that come in and put up their own flags and take possession of something that does not belong to them, if they burn a car, if they torch a mosque, if they go into someone’s home and vandalize it, paint graffiti on the walls, that’s a criminal act. But it extends beyond a criminal act. It’s an act of terror,” Huckabee said.</p><p>The ambassador last month spoke out sharply after weeks of unrest in the town of Qusra, where settlers surrounded several homes including one owned by a Palestinian American. Israeli Prime Minister Benjamin Netanyahu condemned the actions of a “handful of rioters” and the foreign ministry called the settlers’ actions “a disgrace.”</p><p>Netanyahu’s government, the most ultranationalist and religious in Israel’s history, has presided over a surge of settlement construction in the West Bank. Most of the international community views settlements as illegal.</p><p>Houthis accuse Yemen's government of killing three people</p><p>Iranian-backed Houthi rebels said government forces in western and southwestern Yemen killed at least three people. The attacks Friday in Hodeida and Taiz provinces came as Yemen’s military said it launched more than 15 airstrikes on the Houthis.</p><p>The Houthi authorities in Hodeida said a father and daughter were killed in an attack on their house in southern Jarahi district. In Taiz, shelling killed a man and wounded another, according to the Houthis’ al-Masirah satellite news channel.</p><p>Fighting has intensified recently along Yemen’s west coast near an important supply route.</p><p>Israeli strikes kill three people in Lebanon</p><p>Lebanon's health ministry said Israeli strikes killed three people and wounded nearly two dozen in southern Lebanon and the eastern Bekaa Valley.</p><p>Israel's army said it struck positions of the Hezbollah militant group late Friday in response to a drone launched toward Israeli forces in southern Lebanon. The drone was intercepted and no soldiers were injured, it said.</p><p>In June, Lebanon and Israel signed a U.S.-mediated framework deal under which Israeli forces are to withdraw from areas they occupy in southern Lebanon in exchange for disarmament of the Iran-backed Hezbollah, but little progress has been made. Hezbollah has vehemently opposed the direct Lebanon-Israel talks.</p><p>The latest Israel-Hezbollah war began when Hezbollah fired rockets into Israel days after Israel and the U.S. attacked Iran on Feb. 28. Israel invaded Lebanon and has since occupied a large swath of its south.</p><p>Egypt’s top diplomat discusses regional de-escalation</p><p>Egyptian Foreign Minister Badr Abdelatty on Saturday called for the U.S. and Iran to return to the negotiating table. The comments came in separate phone calls with the foreign ministers of Bahrain and of Oman, which sits across the Strait of Hormuz from Iran.</p><p>Abdelatty urged prioritizing de-escalation, the Egyptian ministry said, and called for maintaining the safety of shipping through the strait, where traffic remains at reduced levels as Iran continues to assert control over the waterway.</p><p>___</p><p>This report will be updated throughout the day as new developments emerge.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NLGVK3GOAUXEGLONSCZ6DYYSP4.jpg?auth=056e84c224a27af3a4c526ebf5b266b38930068060c4d780f34abc5a750f06af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boy plays in wet sand as others swim and commercial vessels lie anchored in the Strait of Hormuz off Bandar Abbas, Iran, Friday, Sept. 4, 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/IWI472ZSTYIB2VJJGE3M7IO22Y.jpg?auth=d3c52239bd8a71b8829b7fda029d78a4365edaa26952650f4e2a70e9111af909&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman relaxes along the rocky shoreline as commercial vessels lie anchored off Bandar Abbas, Iran, Friday, Sept. 4, 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/PX3U5RBOJNYU2LGXY4N6BRAXVA.jpg?auth=9bcf1d95b3cdf4c6138bc332cf22497078934ba1bd677c2626a11fef50535d40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tern flies over commercial vessels anchored in the Strait of Hormuz off Bandar Abbas, Iran, Friday, Sept. 4, 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/SRUBCWBVABEILYIY7C6D255UO4.jpg?auth=1f0384a84164ca7c3008f60e59bac800d171be5c609512a95d8a740a8236c89c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A general view of the school that was hit by a strike on Feb. 28, is seen in town of Minab in southern Iran, Saturday, Sept. 5, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Sept. 5: Showers and storms likely throughout holiday weekend]]></title><link>https://www.local10.com/weather/2026/09/05/sept-5-showers-and-storms-likely-throughout-holiday-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/05/sept-5-showers-and-storms-likely-throughout-holiday-weekend/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[The news isn’t good as far as our holiday weekend forecast is concerned, with showers and storms likely each day.]]></description><pubDate>Sat, 05 Sep 2026 10:09:13 +0000</pubDate><content:encoded><![CDATA[<p>The news isn’t good as far as our holiday weekend forecast is concerned, with showers and storms likely each day. If you’re looking for some dry times for your outdoor activities, I’d plan on mornings being better than the afternoon hours through the weekend.</p><p>Although no widespread severe weather is expected, I do expect several inches of rain under some of the heavier storms, mainly between 2 p.m. and 7 p.m. Saturday through Labor Day. We’ll see highs getting into the lower 90s each day before those afternoon storms roll in.</p><p>It’ll be tough to squeeze those backyard barbecues in this weekend, but hopefully, you’ll be able to enjoy some of that dry time in the morning.</p><p>We’re coming up on the statistical peak of hurricane season next week, but all is quiet in the tropics through the next seven days.</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/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Rhode Island Gov. Dan McKee faces rematch with Helena Foulkes amid turmoil over Washington Bridge]]></title><link>https://www.local10.com/news/politics/2026/09/05/rhode-island-gov-dan-mckee-faces-rematch-with-helena-foulkes-amid-turmoil-over-washington-bridge/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/05/rhode-island-gov-dan-mckee-faces-rematch-with-helena-foulkes-amid-turmoil-over-washington-bridge/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[PROVIDENCE, R.I. (AP) — Four years ago, Rhode Island Gov. Dan McKee was celebrating his narrow victory in the Democratic primary surrounded by supporters, when someone handed him phone — it was his opponent simply calling to concede.]]></description><pubDate>Sat, 05 Sep 2026 10:00:15 +0000</pubDate><content:encoded><![CDATA[<p>PROVIDENCE, R.I. (AP) — Four years ago, Rhode Island Gov. Dan McKee was celebrating his narrow victory in the Democratic primary surrounded by supporters, when someone handed him phone — it was his opponent simply calling to concede.</p><p>“That’s not going to happen," he said, waving the phone away. “Hang up on them.”</p><p>Now, the woman he dismissed, Helena Foulkes, is challenging him to a rematch. And McKee is desperate to avoid not only becoming the first U.S. governor to lose a primary since 2018 but also the first Rhode Island governor to lose a primary in more than 30 years.</p><p>Foulkes, a former executive at CVS Health, has outraised the incumbent and flooded the airwaves with campaign ads.</p><p>And unlike four years ago, Democratic voters this election year have increasingly shown a willingness to oust incumbents. McKee, 75, will also have to overcome simmering anger over a bridge repair project that has dragged on longer than expected.</p><p>“I think that what I’ve really learned in the last four years, in a deeper way, is how much people feel like state government just works with a powerful few,” Foulkes, 62, said in an interview. “They also hear the leader of the state saying ‘everything’s great’ and they’re saying, ‘I really worry about a good paying job.’”</p><p>The winner of the Sept. 9 primary in Democratic-leaning Rhode Island will be the heavy favorite to win the general election.</p><p>Bridge drama haunts the campaign</p><p>Beside Foulkes, McKee’s other nemesis in the campaign is a critical bridge in Providence, Rhode Island — New England's third-largest city.</p><p>In 2023, McKee closed the westbound side of Washington Bridge after state officials flagged a “critical failure" and announced repairs would take several months.</p><p>The partial closure quickly rippled throughout the region. The bridge carries Interstate 195 over the Seekonk River from Providence to East Providence, as well as the south coast of Massachusetts and Cape Cod. Nearly 100,000 vehicles cross it every day, which now must pass through entirely on the reconfigured eastbound side.</p><p>Repairs have since taken much longer than promised as costs have increased from initial estimates, creating plenty of material for Foulkes to criticize McKee’s leadership.</p><p>McKee has fought back that he kept people safe and that the bridge construction will be finished by 2028.</p><p>He often points to Maryland, saying the Washington Bridge will be complete ahead of the replacement of Baltimore’s Francis Scott Key Bridge, which is set to be done in 2030 after it collapsed and killed six construction workers in 2024 when a massive container ship crashed into it.</p><p>But bridge sagas have a way of haunting governors, said Adam Myers, a political scientist at Providence College. Thorny issues like crime, immigration and cost of living often can be difficult to pin down because they involve complicated systems.</p><p>“In the case of a bridge, people know that state government is responsible for that,” Myers said. “And so there appears to be a very clear place on which to put all the blame.”</p><p>McKee attacks Foulkes' work at CVS</p><p>While fending off criticisms over his handling of the bridge, McKee has gone on the attack, accusing Foulkes as an out-of-touch corporate executive trying to buy her way into the election.</p><p>Foulkes has robust political family ties. Her grandfather and uncle, Thomas and Chris Dodd, were both Democratic senators in Connecticut. She worked at CVS for 25 years, eventually becoming president of the company’s pharmacy division between 2014 and 2018. She then became chief executive officer of the Canadian retail giant Hudson’s Bay Company before leaving that job in 2020.</p><p>McKee has accused Foulkes of helping fuel the opioid crisis during her time at CVS, an allegation Foulkes denies.</p><p>“Who’s the option here? It’s a corporate person that the Democrats can’t stand,” McKee said in an interview. “She’s shown evidence that she’s put profits ahead of people over and over and over again.”</p><p>When pressed on her time at CVS, Foulkes argues that CVS reduced its opioid dispersal by 40% when she was president of CVS’ Pharmacy division. In 2022, after Foulkes had left CVS, the company agreed to pay $5 billion to settle lawsuits nationwide over the toll of opioids, without admitting wrongdoing.</p><p>Foulkes has also warned that McKee's attacks have angered the thousands of employees who work at Woonsocket, Rhode Island-based CVS, saying that his criticisms of her are often taken to be criticism of the retail giant.</p><p>"The 50 largest companies' business leaders in this state wrote a letter to you, asking you to stop criticizing CVS,” she said during an August debate. “You are going to drive them out of the state.”</p><p>McKee touts that he represents the interests of working class voters by pointing to the many labor endorsements he’s received along the campaign trail, though notably Rhode Island’s Democratic Party and the state AFL-CIO chose not to endorse in the race.</p><p>Foulkes, meanwhile, points to her growing base of supporters, which include Democrats from McKee's hometown of Cumberland — where he once served as mayor.</p><p>“It’s a great moment to be an outsider,” Foulkes said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/23JKOZ6HF6Y5PCIRJIKQOVGUH4.jpg?auth=0539f618e8dd3d2fcdc0e226c5c3d7644362b5f81f3569a7d340a739c3ab4b2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Candidate for Rhode Island governor Helena Buonanno Foulkes speaks during a Get Out the Vote event, Aug. 30, 2026, in Providence, R.I. (AP Photo/Mark Stockwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NVMXXXKMGW2FVH5VROIWMHYJC4.jpg?auth=6c36ead1fdbc76b282eaa9eef043287231bd163fbd96e22d7976b38d9ba67faf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rhode Island Gov. Dan McKee speaks at the local Democratic Party headquarters in Johnston, R.I., Nov. 7, 2022. (AP Photo/David Goldman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AFKEZKKATVFRDQW5DBKGMAYTTA.jpg?auth=8e9f8dcd75d461805aaf661e2a5be93df7ac74d804138ea4493d91c2b91e6d4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Diverted traffic passes a closed portion of Washington Bridge, March 8, 2024, in East Providence, R.I. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Chimpanzees once used for vaccine research get health checks as part of long-term care]]></title><link>https://www.local10.com/tech/2026/09/05/chimpanzees-once-used-for-vaccine-research-get-health-checks-as-part-of-long-term-care/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/05/chimpanzees-once-used-for-vaccine-research-get-health-checks-as-part-of-long-term-care/</guid><dc:creator><![CDATA[By CHINEDU ASADU, Associated Press]]></dc:creator><description><![CDATA[ABUJA, Nigeria (AP) — A group of chimpanzees once used in laboratory hepatitis B vaccine experiments has received health checks at their new home in Liberia, in hopes of giving them a second chance at a normal life.]]></description><pubDate>Sat, 05 Sep 2026 12:57:38 +0000</pubDate><content:encoded><![CDATA[<p>ABUJA, Nigeria (AP) — A group of chimpanzees once used in laboratory hepatitis B vaccine experiments has received health checks at their new home in Liberia, in hopes of giving them a second chance at a normal life.</p><p>The West African chimpanzees received checks ranging from teeth cleaning to X-rays and pedicures at the Humane World for Animals’ Second Chance Chimpanzee Refuge in central Liberia, Liliana Pacheco Ricote, director of the sanctuary, told The Associated Press.</p><p>More than 400 of the chimpanzees had been used by American researchers in Liberia in the hepatitis B vaccine experiments from the 1970s until the early 2000s, Ricote said, many of them captured in the wild as infants.</p><p>Liberia has the second-highest number of chimpanzees in West Africa, after Guinea. The West African chimpanzees are classified as a critically endangered species because of their rapidly declining numbers.</p><p>“They were used in very invasive research … (and) went through a lot of experiments and pain,” Ricote said.</p><p>Humane World for Animals said that in 2015, it assumed permanent responsibility for 60 of the chimpanzees that were remaining at the end of the research program. The chimps now mostly live at the sanctuary on a series of mangrove forest-covered islands.</p><p>The checks carried out under anesthetic gave the chimpanzees head-to-toe exams to assess their long-term health, detect any early signs of disease and tailor care plans as they age, Humane World for Animals said in a statement to the AP.</p><p>The tests included dental examinations, the heart, lungs, and nervous system, as well as blood tests. They get booster vaccinations and fingernail trims, it said, adding that plans are in place to carry out the checks on the remaining ones.</p><p>“The health checks are a vital part of caring for these chimpanzees who have been through so much,” said Belen Perez Hernando, the sanctuary’s veterinarian.</p><p>The chimpanzees’ experiences in the labs illustrate the broader risks animals face, according to Dr. Mark Ofua, a veterinarian and West Africa representative for the Wild Africa conservation group. “Animals used in research are rarely the intended beneficiaries, suffering confinement, social disruption, and lasting psychological and physical harm," he said.</p><p>Ofua called for strict regulations on animals used for experimental research, adding that reviews have found most chimpanzee experiments “made no significant contribution to developing treatments for human diseases.”</p><p>The extent of the experiments’ impact on the West African chimps, whose average age is 30 to 35, is unclear, as findings from the assessments are yet to be concluded. However, “for those who were under experiments, you could still feel the hurt and the pain that they went through,” Ricote said.</p><p>“Seeing how much they hurt about what we’ve done, it gives me a lot of pleasure … to give them this second chance to live with dignity the life that they deserve,” she added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7F2UEU3SKPVZ3B7C4ZT7TXC77M.jpg?auth=69ad84e2ed7a7f01273c4841250e56f1a349addfbac326733327d34e27636080&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this handout photo released by Humane World for Animals, a chimpanzee formerly used in research receives a comprehensive health check at a retirement sanctuary for chimpanzees, in Bapakwali, Liberia, on Aug. 25, 2026. (Humane World for Animals via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ITWPMLZR4EQWXF5C6LI2MCS3HA.jpg?auth=e9c11e45f05f0871ba8085bfdbe247b91e714bd4124101b76e293358d7dd47a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this handout photo released by Humane World for Animals, a chimpanzee formerly used in research receives a comprehensive health check at a retirement sanctuary for chimpanzees, in Bapakwali, Liberia, on Aug. 25, 2026. (Humane World for Animals via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/WFHBSIQNR2V6P2JDMECG62TFEQ.jpg?auth=2049229c8e2331d13c9491fdd601344784f6dec837ba9cc6b436780b8913b840&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this handout photo released by Humane World for Animals, a chimpanzee formerly used in research receives a comprehensive health check at a retirement sanctuary for chimpanzees, in Bapakwali, Liberia, on Aug. 25, 2026. (Humane World for Animals via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/JNQ6L4MFIMNPG44OO25QQFHUB4.jpg?auth=de9fe77f5bf793ff5dfd4c3ad6bc1958b80a7cc1738d5293ebb70509cac652d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this handout photo released by Humane World for Animals, a chimpanzee formerly used in research receives a comprehensive health check at a retirement sanctuary for chimpanzees, in Bapakwali, Liberia, Tuesday, Aug. 25, 2026. (Humane World for Animals via AP)]]></media:description></media:content></item><item><title><![CDATA[Nearly 2,000 fall ill in suspected food poisoning linked to Indonesia's free school meals program]]></title><link>https://www.local10.com/news/2026/09/05/nearly-2000-fall-ill-in-suspected-food-poisoning-linked-to-indonesias-free-school-meals-program/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/05/nearly-2000-fall-ill-in-suspected-food-poisoning-linked-to-indonesias-free-school-meals-program/</guid><dc:creator><![CDATA[By NINIEK KARMINI, Associated Press]]></dc:creator><description><![CDATA[JAKARTA, Indonesia (AP) — Nearly 2,000 people, most of them students, fell ill in suspected food poisoning outbreaks linked to President Prabowo Subianto ’s flagship Free Nutritious Meals program this week, raising fresh concerns about food safety as the government rapidly expands the multibillion-dollar initiative nationwide, officials said Saturday.]]></description><pubDate>Sat, 05 Sep 2026 09:17:33 +0000</pubDate><content:encoded><![CDATA[<p>JAKARTA, Indonesia (AP) — Nearly 2,000 people, most of them students, fell ill in suspected food poisoning outbreaks linked to President Prabowo Subianto ’s flagship Free Nutritious Meals program this week, raising fresh concerns about food safety as the government rapidly expands the multibillion-dollar initiative nationwide, officials said Saturday.</p><p>The incidents, reported between Tuesday and Thursday in East Java, Central Java, West Sumatra, Aceh and South Sulawesi, affected about 1,950 students, teachers and Islamic boarding school pupils who became sick after consuming meals distributed under the government program, known by its Indonesian acronym MBG.</p><p>The outbreaks are the latest setback for Prabowo’s signature free meals program, which has been rolled out across the archipelago despite repeated food poisoning incidents and corruption allegations.</p><p>The largest outbreak was reported in Central Java’s Rembang regency, where 752 students and 25 teachers at State Senior High School 1 Lasem, suffered diarrhea, nausea, vomiting and stomach pain after eating meals provided through the program, according to Rembang Health Office head Ali Syofi'i.</p><p>In Sidoarjo, East Java, 730 people, most of them students at the Manbaul Hikam Islamic boarding school, were affected in another suspected food poisoning incident linked to the program. Sidoarjo health office chief Lakhsmie Herawati Yuwantina said 706 victims had been discharged and were recovering at home.</p><p>Authorities also reported 276 suspected cases involving students and teachers in Agam regency, West Sumatra, where food distribution from the local nutrition service center was suspended pending an investigation. In Aceh’s Bener Meriah regency, 15 elementary school students and a school principal were treated after experiencing dizziness, nausea and other symptoms following a school meal.</p><p>Another 152 students from two junior high schools in Tana Toraja, South Sulawesi, were treated at three hospitals after developing symptoms consistent with food poisoning. Regent Zadrak Tombeq ordered hospitals and health centers to prioritize treatment for the victims.</p><p>No deaths have been reported, and authorities are investigating the causes of the outbreaks.</p><p>The latest incidents add to a growing number of food poisoning cases linked to the program since its launch in January 2025. According to Health Ministry surveillance data as of Sept. 2, food poisoning incidents associated with MBG have affected 50,059 people in 560 cases across 245 districts and cities in 36 provinces.</p><p>In a hearing with the House's Commission IX overseeing health issues, National Nutrition Agency chief Sudaryono said internal reviews found that roughly 80% to 90% of previous food poisoning incidents were linked to failures to follow food safety procedures, including rules governing food storage, receipt of ingredients, temperature control and consumption deadlines.</p><p>“The recent incidents in Sidoarjo, Agam, Rembang and other areas have been a major blow for us,” said Sudaryono, who like many Indonesians uses a single name.</p><p>He said the agency was tightening oversight of meal providers and reviewing about 27,000 meal distribution centers nationwide. Inspectors have found hundreds of allegedly fictitious facilities, while at least 833 kitchens have been shut down for failing to meet hygiene and sanitation standards.</p><p>The free meals program aims to combat malnutrition and reduce childhood stunting by providing meals to nearly 90 million students, toddlers and pregnant women. The initiative, expected to cost about $28 billion through 2029, is a cornerstone of Prabowo’s administration and one of his key campaign promises.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O4URV4GWWYSTYSZE2NRX6AQ57Y.jpg?auth=7f31f771dc9ab434411467a3300bcb5573967552cd26829f75babb220f2b157a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Students who fell ill allegedly due to food poisoning after consuming free meals at their school receive medical treatment at a hospital in Sidoarjo, East Java, Indonesia, Wednesday, Sept. 2, 2026. (AP Photo/Jusuf Aydin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jusuf Aydin</media:credit></media:content></item><item><title><![CDATA[UK government condemns masked anti-immigrant protesters who blocked Dover port]]></title><link>https://www.local10.com/news/2026/09/05/masked-men-block-traffic-to-uks-port-of-dover-in-apparent-anti-immigrant-protest/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/05/masked-men-block-traffic-to-uks-port-of-dover-in-apparent-anti-immigrant-protest/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Dozens of masked anti-immigration protesters blocked roads leading to Britain’s busiest ferry port on Saturday, clogging traffic and disrupting travelers and cargo vehicles heading for France.]]></description><pubDate>Sat, 05 Sep 2026 13:00:11 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Dozens of masked anti-immigration protesters blocked roads leading to Britain’s busiest ferry port on Saturday, clogging traffic and disrupting travelers and cargo vehicles heading for France.</p><p>The U.K. government condemned the action, saying it went beyond peaceful protest.</p><p>The Port of Dover said Saturday morning that all traffic in and out was "stopped due to an ongoing public order incident," and police said they were “engaging with the protesters.”</p><p>Video posted on social media showed several dozen men in black, their faces covered, standing across a major road near the port. One clip showed demonstrators linking arms across a main road and shouting “stop the boats.”</p><p>Chris Vinson, a Conservative Party local councilor, said the protest appeared to be “illegal migration-related.”</p><p>“I’m not aware that there’s been any violence, although clearly, having the path of your vehicle blocked by men wearing black paramilitary gear and balaclavas is extremely intimidating,” he said.</p><p>The Labour Party government said “the right to peaceful protest is fundamental to our democracy, but we condemn the behavior in Dover and the travel disruption it has caused.”</p><p>“We appreciate the frustration of those who have been impacted today," it said in a statement,</p><p>The National Highways agency said the protest blocked all routes to the port and caused a 4-mile (6.4-kilometer) traffic jam.</p><p>Police were later filmed following protesters towards Dover's railway station. P&O Ferries said just before midday that “access to the Port of Dover has now been restored.”</p><p>P&O, which runs services between Dover and Calais in France, said passengers who missed their ferry would be offered the next available crossing.</p><p>Dover, about 70 miles (110 kilometers) southeast of London, dealt with more than 9 million passengers and 2 million freight vehicles in 2025, according to the port’s website.</p><p>The town has been the site of previous anti-immigrant protests focused on migrants who cross the Channel from France in small boats. Successive U.K. governments have struggled to stop people — more than 40,000 last year — making the dangerous journey across one of the world's busiest shipping lanes. The issue has been depicted as a crisis by politicians including Nigel Farage of hard-right party Reform UK. He branded the asylum seekers “an invasion” in a Friday speech.</p><p>Prime Minister Andy Burnham's government says stepped-up law enforcement cooperation between Britain and France has helped reduce the number of people making the crossing so far this year by more than 40% compared to 2025.</p><p>Mike Tapp, a Labour lawmaker who represents Dover in Parliament, criticized “idiots coming to Dover to cause disruption.”</p><p>“I bet if you asked any one of those ‘protesters’ they wouldn’t know small boat crossing are down by 40% and we are working hard to fix the mess,” he wrote on Facebook on Saturday. “Go home, enjoy your weekend/get a job.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AYGVLK3ZDW23Z2ONDURYUA5OBE.jpg?auth=a93d00ca5280dd0d4b63c8a4ffac8ac0988c6378c72b4c6e3e736b87521b7f5e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters gather at Dover Priory train station after black-clad and masked demonstrators blocked roads during a protest, in Dover, England, Saturday, Sept. 5, 2026. (Oscar Rihll/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Oscar Rihll</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ENKRI4Q6JVTB6G534GXEWNSSPA.jpg?auth=03126a1a7886b60da0cc38caa29709080e2e89ca7c764c60aeb6056eadc29ed4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A general view of the port of Dover with the coastguard station, top left, in Dover, England, Feb. 26, 2025. (AP Photo/Kin Cheung, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Putin orders a 72-hour pause in strikes on Kyiv as US envoys visit Russia and Ukraine]]></title><link>https://www.local10.com/news/world/2026/09/05/putin-orders-a-72-hour-pause-in-strikes-on-kyiv-as-us-envoys-visit-russia-and-ukraine/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/05/putin-orders-a-72-hour-pause-in-strikes-on-kyiv-as-us-envoys-visit-russia-and-ukraine/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Russian President Vladimir Putin ordered a 72-hour pause in strikes on Kyiv, the Kremlin said Saturday, as U.S. envoys Steve Witkoff and Jared Kushner arrived in Moscow to try to revive a stalled push to end Russia’s full-scale invasion of Ukraine.]]></description><pubDate>Sat, 05 Sep 2026 12:51:19 +0000</pubDate><content:encoded><![CDATA[<p>Russian President Vladimir Putin ordered a 72-hour pause in strikes on Kyiv, the Kremlin said Saturday, as U.S. envoys Steve Witkoff and Jared Kushner arrived in Moscow to try to revive a stalled push to end Russia’s full-scale invasion of Ukraine.</p><p>“Putin has ordered that no strikes be carried out against Kyiv for three days, starting at midnight today,” presidential spokesperson Dmitry Peskov told Russia’s Tass news agency. He said the decision was tied to preparations for Witkoff and Kushner's planned visit to the Ukrainian capital, which Kyiv has said will take place on Sunday.</p><p>Peskov also confirmed that Kushner and Witkoff would meet Putin during their visit, but said there was “no talk of new ideas” to end the conflict.</p><p>The envoys' trip comes as both sides escalate aerial attacks, some 4 1/2 years after the Kremlin's invasion of its neighbor. Ukrainian President Volodymyr Zelenskyy said Friday that Ukraine would halt airstrikes during the envoys' visit and urged Moscow to do the same.</p><p>Washington’s push to end the fighting, now in its fifth year, has lost momentum as U.S. attention has been focused for the past six months on its war with Iran. The last known visit to Moscow by Witkoff and Kushner, Trump’s son-in-law, was in January, when they met Russian President Vladimir Putin in the Kremlin. They have never previously visited Kyiv.</p><p>The envoys were met at the airport in Moscow by Russian envoy Kirill Dmitriev, Tass reported. Dmitriev shared photos of him meeting the U.S. delegation as they disembarked, alongside the caption, “Welcome to Moscow Peacemakers.”</p><p>With peace efforts stalled, Russia has intensified its attacks on Kyiv and other cities with relentless bombardments recently stretching into daylight hours, taking advantage of Ukraine’s shortage of air defensive systems.</p><p>On Friday, a Russian drone hit one of the most important government buildings in Kyiv — the headquarters of Ukraine’s Security Service, known as the SBU, which is one of the agencies involved in carrying out deep-strike operations inside Russia.</p><p>The long-range strikes by Ukraine have hit Russian military facilities, oil refineries and e-commerce hubs, seeking to undermine the Kremlin’s war effort and economy, as well as make ordinary citizens feel the consequences of the war.</p><p>Zelenskyy links Russian strikes to envoys' visit</p><p>The air war between Russia and Ukraine has intensified as troops have struggled to make progress along the 1,250-kilometer (775-mile) front line. Russia has recently been using fast-flying, jet-powered drones, and the recurring wail of air-raid sirens has become part of daily life in Kyiv.</p><p>In a social media post on Saturday, Zelenskyy said that Russia had carried out overnight strikes on Kyiv and Boryspil international airports, and linked the attack to the planned U.S. visit.</p><p>“Clearly, these Russian strikes on the airports are a reaction to the discussions and preparations for the possibility of the U.S. side using an aircraft to travel to Ukraine,” he said.</p><p>“We have taken note of this Russian move, and next week we will adjust our operation accordingly regarding Russian airspace, which has become dangerous because of our drones and missiles in the sky. Of course, there are and will be no threats to diplomacy from our side.”</p><p>Strikes kill 5 at Ukrainian industrial site</p><p>Russian attacks killed five people and wounded five more at an industrial facility in Ukraine’s southern Dnipropetrovsk region, local military administration head Oleksandr Hanzha said. He described those killed as employees at the site. “A locksmith, an electrician, a plumber and a machinist. People of peaceful professions. They were simply working their shift. They were doing their job when enemy missiles cut off their lives,” he said.</p><p>A 62-year-old man was wounded and several homes and an apartment building were damaged in a separate attack on the region’s Nikopol district, Hanzha said.</p><p>In a statement Saturday, Russia’s Ministry of Defense said it had carried out strikes on two metallurgical plants in the region, describing them as “major suppliers of metal products for Ukraine’s military production.”</p><p>A further two people were wounded in an overnight Russian attack on Ukraine’s Kyiv region, said Tymur Tkachenko, head of the regional military administration. In the Boryspil district, a fire sparked by a strike partially destroyed a nine-story residential building.</p><p>Russian forces also repeatedly struck a shopping center in the southern Mykolaiv region with drones overnight, damaging retail premises and sparking fires, Ukraine’s state emergency services said. A 72-year-old man and a 17-year-old girl were hurt.</p><p>Emergency crews responding to the incident were repeatedly forced to withdraw to safety because of the threat of further strikes, returning whenever conditions allowed, the emergency services said.</p><p>Russia launched ballistic missiles from its Rostov and Voronezh regions and deployed 167 attack drones overnight, Ukraine’s air force said. The drones included Shahed-type aircraft — around half of them jet-powered — as well as Geran and decoy drones. Ukrainian air defenses shot down or suppressed 128 drones, according to the air force.</p><p>Elsewhere, Ukrainian attacks wounded three people, including a 14-year-old girl, in Russia’s border region of Belgorod, local officials said.</p><p>In a statement, Russia’s Ministry of Defense said that its forces had shot down 53 Ukrainian drones overnight.</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/KGHYHM63WMHFC43ESLBTMEFPGY.jpg?auth=79bab98dfdcd4806ecc1f3cc4974922de110880a3f64c472d540e5426e5a5f42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A local resident wears a gas mask as he rides a bicycle past a partially destroyed warehouse after a Russian drone attack in Brovary on the outskirts of Kyiv, Ukraine, Friday, Sept. 4, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[Rescuers in Nepal pull 2 people alive from the debris 10 days after devastating floods]]></title><link>https://www.local10.com/news/world/2026/09/05/rescuers-in-nepal-pull-2-people-alive-from-the-debris-10-days-after-devastating-floods/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/05/rescuers-in-nepal-pull-2-people-alive-from-the-debris-10-days-after-devastating-floods/</guid><dc:creator><![CDATA[By SHRISTI KAFLE and SHEIKH SAALIQ, Associated Press]]></dc:creator><description><![CDATA[KATHMANDU, Nepal (AP) — Rescuers in Nepal pulled out a Chinese man and a woman in separate operations Saturday, 10 days after devastating floods hit the country, as teams continued searching for thousands of missing people.]]></description><pubDate>Sat, 05 Sep 2026 14:37:57 +0000</pubDate><content:encoded><![CDATA[<p>KATHMANDU, Nepal (AP) — Rescuers in Nepal pulled out a Chinese man and a woman in separate operations Saturday, 10 days after devastating floods hit the country, as teams continued searching for thousands of missing people.</p><p>The man was rescued from a hydropower tunnel, according to a social media post by the country’s prime minister’s office, bringing the total to three workers pulled alive from the Trishuli hydropower project. Two Nepalese workers were rescued on Friday.</p><p>Nepal's army said a joint rescue team of Nepalese military personnel and South Korean disaster experts rescued the man from a 225-meter (about 740-foot) tunnel and that he was undergoing a health assessment. Images showed him being evacuated by helicopter, with an army medic checking on him during the flight.</p><p>A photo released by Chinese state broadcaster CCTV showed two rescuers carrying the man out of the tunnel.</p><p>CCTV shared audio of the man talking to an officer, saying how he repeatedly shouted whenever he saw the rescue crews’ lights, but they could not hear him.</p><p>“When they rescued me today, when they shone (the light) before my eyes, I couldn’t believe it,” he said.</p><p>The man was taken to a hospital and was in stable condition, according to CCTV.</p><p>Rescue efforts have increasingly focused on 12 hydropower projects across Nepal, where about 900 workers are missing and roughly 500 are believed to be trapped in various tunnels, authorities said. Specialized rescue ​teams from India, China, South Korea and the United States have been searching through debris, damaged structures and tunnels at the projects, hoping to find survivors.</p><p>In flood-hit Nuwakot town, a woman was rescued alive from a house, Nepal's army spokesperson said Saturday. Officials said she was airlifted to Kathmandu for treatment.</p><p>Images released by Nepal’s army showed rescuers finding the woman covered in mud inside the damaged house. They gave her bottled water before pulling her to safety, wrapped in a gray blanket.</p><p>At least 1,300 people were killed in the Aug. 26 floods, which were likely caused by a glacier collapse, and more than 5,000 remain missing, according to Nepal’s disaster management agency.</p><p>___</p><p>Saaliq reported from New Delhi. Associated Press journalist Kanis Leung in Hong Kong contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AUZLQLFSPD7A2R3ZT7COIEXWQM.jpg?auth=d0954cf5ce6ad9749215aaec6b2f071aca418724f2237299edbf53f31bdf96bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Nepal Army, a Chinese national is seen after being rescued by soldiers during an ongoing operation at the Trishuli-3A hydropower project in Nepal's Rasuwa district, Saturday, Sept. 5, 2026. (Nepal Army via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/UQ5QPF2BDVQI5MMBJJ6HOSNQE4.jpg?auth=7697961bd881b93034e942ee650e862b03d98485da8bdce751902142406bc700&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Nepal Army, a Chinese national is seen drinking water after being rescued by soldiers during an ongoing operation at the Trishuli-3A hydropower project in Nepal's Rasuwa district, Saturday, Sept. 5, 2026. (Nepal Army via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/MNZD6HDRPXSP5SH7YKTXZ3OUFI.jpg?auth=3c54723729ba9a11d1df66c4e51ad198e7534c22b797d3f36cf461adbe0f0173&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A drone view shows a damaged residential building along the swollen Trishuli River in the aftermath of flash floods in Nepal's Nuwakot district, Thursday, Sept. 3, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content></item><item><title><![CDATA[Months after ceasefire, Israel and Hezbollah battle over a strategic hill in Lebanon]]></title><link>https://www.local10.com/news/world/2026/09/05/months-after-ceasefire-israel-and-hezbollah-battle-over-a-strategic-hill-in-lebanon/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/05/months-after-ceasefire-israel-and-hezbollah-battle-over-a-strategic-hill-in-lebanon/</guid><dc:creator><![CDATA[By BASSEM MROUE, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — Since a ceasefire went into effect between Israel and Hezbollah more than two months ago, fighting has stopped in much of Lebanon, but not on a strategic hill overlooking parts of a main southern city.]]></description><pubDate>Sat, 05 Sep 2026 06:41:01 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Since a ceasefire went into effect between Israel and Hezbollah more than two months ago, fighting has stopped in much of Lebanon, but not on a strategic hill overlooking parts of a main southern city.</p><p>In recent weeks, Ali Taher hill has been the scene of daily shelling and airstrikes by Israel’s military. Hezbollah, a militant group backed by Iran, has repeatedly attacked Israeli forces in the area with drones.</p><p>The United States, which is mediating talks between Lebanon and Israel, had wanted Hezbollah to hand over the hill to the Lebanese army as part of larger plan to disarm the militant group and dismantle its infrastructure. But Hezbollah has refused.</p><p>Lebanon and Israel reached a framework agreement in June stating Israel will withdraw from Lebanon as Hezbollah is disarmed. The militant group was not a party to the negotiations and has rejected calls to disarm in areas north of the Litani river, which is where Ali Taher is located.</p><p>A full-on battle over this hill near the city of Nabatiyeh could escalate fighting across the country, and unrest in Lebanon complicates efforts to resolve the war in Iran.</p><p>On Thursday night, Israel’s military announced it had taken “operational control” of Ali Taher and a network of tunnels beneath it that Hezbollah uses to shelter its fighters and weapons. It is unclear how far Israel's control extends. Just before Israel's announcement, its air force was still targeting the hill, according to Lebanese state media.</p><p>There has been no official statement from Hezbollah since Israel's announcement.</p><p>US pushes Lebanon to pressure Hezbollah</p><p>Hezbollah firmly rejected a proposal from the Lebanese government to hand over Ali Taher to the country's army. It fears Israel would then seize control of the hill from the Lebanese army and then demand the handover of more territory.</p><p>Israel had occupied Ali Taher for 18 years before it withdrew from Lebanon in 2000.</p><p>The hill has a strategic location overlooking several villages as well as main roads leading to Nabatiyeh. Losing full control of it would disrupt Hezbollah’s presence and supply lines in the area.</p><p>The Israeli military says the site is also important to Hezbollah because of tunnels it built there, with funding from Iran.</p><p>Israel said in its statement Thursday that the hill housed underground command centers, weapons storage rooms, generators, living quarters, showers and a kitchen. Israel said it cleared Ali Taher of Hezbollah fighters and was working to “neutralize underground infrastructure sites.”</p><p>Hezbollah legislator Ihab Hamadeh questioned why the Israeli military was still attacking the hill if it was really in control of the area, according to the Arabic-language version of Russia’s state-funded news outlet Sputnik. An Associated Press photographer who visited the nearby village of Kfar Rumman on Friday saw no sign of Israeli military presence on the hill.</p><p>The hill, topped with a shrine to a Muslim scholar, sits north of the Litani river, which has become the de facto boundary of the area captured by Israel since its latest war with Hezbollah began in early March.</p><p>Fighting in the area has heated up in recent weeks</p><p>Israel has been conducting military operations around Ali Taher since July, said Nasser Khdour, a Middle East researcher at the Armed Conflict Location & Event Data Project, or ACLED, a U.S.-based group that tracks conflicts around the world.</p><p>Hezbollah official Mahmoud Qamati told a Lebanese podcaster in late August that the group’s fighters were repelling attempts by Israeli troops to take Ali Taher. But he, and others, downplayed the significance of the site should Israel take it.</p><p>“Ali Taher is important, but if it is lost it does not mean the end of Hezbollah,” Qamati said.</p><p>In mid-August, Israel carried out a series of airstrikes on southern Lebanon that it described as retaliation for a Hezbollah drone attack on Ali Taher that seriously wounded three soldiers. The Israeli strikes, which killed 11 people, including women and children, were the deadliest since the U.S.-brokered ceasefire went into effect in late June.</p><p>On Aug. 27, Israel carried out a series of airstrikes, killing one person and wounding six, after the military said Hezbollah fired two explosive drones at Israeli troops in the area. Hezbollah did not claim responsibility for any of the attacks.</p><p>Lebanon says Israel is hindering its army</p><p>Lebanon’s Deputy Prime Minister Tarek Mitri told an Arab TV station in late August that the Lebanese army was ready to take over Ali Taher.</p><p>He accused Israel of blocking the army due to its own political considerations ahead of Israeli national elections on Oct. 27.</p><p>“The problem is not in the Lebanese army’s readiness but in Israel’s stance,” he said.</p><p>Lebanese and Israeli officials are set to meet for negotiations in Rome later this month. Meanwhile, Hezbollah, which has always refused to speak directly to the U.S., appears to be changing its policy after the major setbacks it has suffered during its wars with Israel since 2024.</p><p>A Lebanese official told The Associated Press that indirect contacts are going on between the U.S. and Hezbollah, but refused to give any details. He spoke on condition of anonymity in line with regulations.</p><p>The U.S. ambassador to Lebanon, Michel Issa, said recently that Washington is ready to speak with Hezbollah if the group agrees to disarm.</p><p>Still, Hezbollah is not likely to take any move forward regarding talks with the U.S. without a green light from its main backer, Iran. While talks with the U.S. over their war have stalled, Iran has sought guarantees that Israel will halt its attacks on Hezbollah as part of any permanent deal.</p><p>Capture of Ali Taher could lead Israel to other Hezbollah strongholds</p><p>The capture of Ali Taher would open the way to Nabatiyeh and also lead to the nearby Apple Province and Rihan Mountain, where Hezbollah has been building up its presence since the late 1990s.</p><p>Israeli leaders have repeatedly pledged to leave troops in Lebanon and threatened to escalate military pressure until Hezbollah disarms.</p><p>“Israeli control of the area is an operational and military setback for Hezbollah,” said Khdour of ACLED. He said clearing these sites helps Israel protect towns in the northern part of its country, and increases pressure on Hezbollah.</p><p>“This will strengthen Israel’s position in any future negotiations over its withdrawal,” said Khdour.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6RO573VCPW6SB4AMGBRLDOYBQQ.jpg?auth=112bfe99a95ee3bbe752ab99338ce49f0d4adc970999a95c9c8814c8b26fe409&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An Israeli tank moves past a convoy of the United Nations peacekeeping forces in Lebanon (UNIFIL) in southern Lebanon, as seen from northern Israel on June 26, 2026. (AP Photo/Leo Correa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FIXOSLWMKTKRKUKATFI3ZI5R4M.jpg?auth=734d89993beaef27116446c24a2d8edcb035eeb2a0bdce166bf2aa13bfdff2c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Homes lie in ruin in the southern village of Kfar Rumman, Lebanon, Friday, Sept. 4, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YMLIHQPB2T4FEGCWRAHAX3THVA.jpg?auth=cf9db8aa3e55891f978f304cacafa5e914c65073cc7784246ffff7ab3910ff4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People drive past buildings destroyed in Israeli airstrikes in the town of Nabatiyeh, southern Lebanon, June 24, 2026. (AP Photo/Bilal Hussein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MJSIE5R3CPLRNPWD2ELSCNS7JU.jpg?auth=70d7b762291713b7494b25be91c32f1b1616da3ce0a7eaf26883cda7f27945ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Ali Taher Hill is seen in the background overlooking destroyed houses in the southern village of Kfar Rumman, Lebanon, Friday, Sept. 4, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F3YBHUXZRMWFE2UEUFN3ELHBAA.jpg?auth=af88c616dfdd1d3dcd0ef72995647a2a0089d3b6022e258858c72b62ae9c8819&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Residents drive past buildings destroyed in Israeli airstrikes in the town of Nabatiyeh, southern Lebanon, June 24, 2026. (AP Photo/Bilal Hussein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content></item><item><title><![CDATA[In 'Primetime,' Robert Pattinson takes on the 'irresistible' role of Chris Hansen]]></title><link>https://www.local10.com/entertainment/2026/09/05/robert-pattinson-and-oasis-bring-star-power-to-venice-film-festival/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/05/robert-pattinson-and-oasis-bring-star-power-to-venice-film-festival/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[VENICE, Italy (AP) — Robert Pattinson didn’t set out to play Chris Hansen in “Primetime.” But somewhere along the way, it just became “irresistible.”]]></description><pubDate>Sat, 05 Sep 2026 12:00:14 +0000</pubDate><content:encoded><![CDATA[<p>VENICE, Italy (AP) — Robert Pattinson didn’t set out to play Chris Hansen in “Primetime.” But somewhere along the way, it just became “irresistible.”</p><p>“I was trying to mold the part to be the best part to play for somebody else, and then I got more and more attached to it,” Pattinson said Saturday at the Venice Film Festival, where the film is having its world premiere.</p><p>The 40-year-old English actor started out as a producer on the film about the NBC Dateline show “To Catch a Predator.” But while he and his collaborators found that they couldn’t help but imitate Hansen while chatting about the project, he “found his accent very difficult.”</p><p>“This more than any other part that I’ve done, just grunt work,” Pattinson said.</p><p>He was also part of the reason directing duties went to Lance Oppenheim, who had only directed documentaries up until this point. Oppenheim knew of Chris Hansen and was interested in the phenomenon he’d created. However, something clicked into place when Oppenheim's wife gifted him a Cameo video and he saw Hansen performing as himself.</p><p>“To me this was a great character, a great subject,” Oppenheim said. “A person who became a persona … a person who embraced the meme of himself.”</p><p>“Primetime,” which was written by Ajon Singh, has already inspired discourse and headlines with just its trailer and subject matter. It’s based on journalist Luke Dittrich’s “Esquire” article “Tonight on Dateline This Man Will Die,” which explores a 2006 sting operation on Texas assistant district attorney Bill Conradt. He died by suicide as police officers descended on his home with the show’s television cameras outside.</p><p>Oppenheim, in his director’s statement, said that he “wanted to trace the disparate ambitions of people who existed inside this apparatus — a journalistic crusader, a mercenary TV producer and a wide-eyed Hollywood dreamer — converging into a moment of crisis.”</p><p>Hansen was not involved in the making of the movie and has made several public comments about it, including that he had always thought Denis Leary should have played him and questioning the motives of the filmmakers. He was invited to see the movie before the festival, but took issue with the NDA he was asked to sign beforehand. There are also reports that he’s bought advertising to play in front of “Primetime” theatrical showings when it’s in theaters starting Sept. 25.</p><p>When asked to comment on the ads, Pattinson said he just hopes that Hansen likes the movie.</p><p>“The more you watch the show, there’s something magnetic about his presence,” Pattinson said. “Something he’s doing is the reason why people are still talking about that show 20 years later.”</p><p>The film also marks the acting debut of singer Phoebe Bridgers, who found it challenging.</p><p>“It was certainly super intimidating,” Bridgers said. “At first when Lance asked me I was like, ‘no way dude.’”</p><p>For Pattinson, “Primetime” is one more buzzy performance in a banner year that’s already included memorable performances in hit films from “The Drama” to “The Odyssey” and with “Dune: Part Three” still to come.</p><p>With his schedule booked for about two years straight and a new baby at home, Pattinson went straight “The Drama” to “Primetime” and then to “The Odyssey.”</p><p>“I definitely can hear a little Chris Hansen in ‘The Odyssey’ when I watch it,” he laughed.</p><p>But, he added, “once you get the momentum going, it’s actually, strangely, not that hard.”</p><p>Pattinson isn’t the only famous Brit on the Lido Saturday. Oasis members Noel and Liam Gallager are also around for the world premiere of their reunion tour documentary “Oasis: Don’t Look Back in Anger.”</p><p>With many movie star moments already in the rearview, from George Clooney’s lifetime achievement award to the emotional ovation for John Malkovich’s performance in “Wild Horse Nine,” the combination of Pattinson and Oasis on the same day is shaping up to be a high-wattage pinnacle for this year’s festival.</p><p>___</p><p>For coverage of the 2026 Venice Film Festival, visit: https://apnews.com/hub/venice-film-festival</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KIDLHBR4I2OVQUOURGU2RPFCJE.jpg?auth=2e4e4f82a15052fd82d78fbf2eec2b212ffd78c003dc2bc34346f0f7b222a4c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Robert Pattinson arrives at the 83rd edition of the Venice Film Festival in Venice, Italy, on Saturday, Sept. 5, 2026. (Photo by Alessandra Tarantino/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VZ2G5QZM3LVFTGSAP56EDXGPXE.jpg?auth=ce80098dece81041c32a18c14c96c1cc017967b2e5913bd5126d859dd42cc617&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Robert Pattinson arrives at the 83rd edition of the Venice Film Festival in Venice, Italy, on Saturday, Sept. 5, 2026. (Photo by Alessandra Tarantino/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XNZ3BB3BTZTHYRQKZYDQVIZHDM.jpg?auth=091780fe43b88e7cae64f73573e31036d53a3e5a939e594df5f534b23905cdd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Robert Pattinson arrives at the 83rd edition of the Venice Film Festival in Venice, Italy, on Saturday, Sept. 5, 2026. (Photo by Alessandra Tarantino/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B36RKP33RUEG3C2SMKBXZI36G4.jpg?auth=078be063426a6c0e5c18dab1e59d378ef671b77fbac9f763936cfa2210262cc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by A24 shows Robert Pattinson, left, in a scene from the film "Primetime." (A24 via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/JPOJMMEGP7VWBB265HICNWVBUA.jpg?auth=b3d9301b18cceccbacdc440c2a7975080e3a6f0bc190d0f18e41711e70c94d68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by A24 shows Robert Pattinson, left, in a scene from the film "Primetime." (A24 via AP)]]></media:description></media:content></item><item><title><![CDATA[Mensah, Toney rewrite Miami record book in 45-6 rout of Stanford]]></title><link>https://www.local10.com/sports/local/2026/09/05/mensah-toney-rewrite-miami-record-book-in-45-6-rout-of-stanford/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/09/05/mensah-toney-rewrite-miami-record-book-in-45-6-rout-of-stanford/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Quarterback Darian Mensah and wide receiver Malachi Toney set or tied Miami single-game school records Friday night, powering the No. 7 Hurricanes to a dominant 45-6 season-opening victory over Stanford at Stanford Stadium.]]></description><pubDate>Sat, 05 Sep 2026 04:26:00 +0000</pubDate><content:encoded><![CDATA[<p>Quarterback Darian Mensah and wide receiver Malachi Toney set or tied Miami single-game school records Friday night, powering the No. 7 Hurricanes to a dominant 45-6 season-opening victory over Stanford at Stanford Stadium.</p><p>Mensah threw for a career-high 400 yards and five touchdowns — the most ever by a Miami quarterback in his first start — while Toney set the Hurricanes’ single-game receiving record with 234 yards and three touchdown catches, as the two connected for one of the most prolific performances in program history.</p><p>It took Miami less than three minutes to score its first touchdown of the season.</p><p>Mensah quickly found his favorite target from the opening drive, connecting with Toney three times for 75 yards, including a 23-yard touchdown pass to give the Hurricanes an early lead.</p><p>Stanford found some success on the ground against a Miami defensive front replacing NFL draft picks Rueben Bain Jr. and Akheem Mesidor, but the Hurricanes held the Cardinal to a field goal. Armondo Blount recorded Miami’s first sack of the game, helping force the stop.</p><p>Miami’s offense continued to move the ball on its next possession. </p><p>Mensah connected with former Duke teammate Cooper Barkate on a screen pass that went for 19 yards, while Mark Fletcher Jr. and Marty Brown helped establish the ground game.</p><p>The drive ended with Mensah overcoming a bobbled snap before finding Toney for another touchdown, giving the receiver his second score of the first quarter.</p><p>Marquise Lightfoot also made his presence felt defensively, blowing up multiple Stanford runs and helping force another Cardinal punt.</p><p>Miami continued to pull away on its next possession as Mensah connected with receiver Daylin Upshaw and Toney on downfield completions before Brown powered into the end zone to give the Hurricanes a 21-3 lead after a made extra point. </p><p>Blount continued to pressure Stanford quarterback Davis Warren, helping force another punt.</p><p>The Mensah-to-Toney connection remained nearly unstoppable throughout the first half. Toney entered halftime with 10 catches for 182 yards and two touchdowns, setting a career high in receptions and putting Miami’s single-game receiving record within reach.</p><p>Mensah added his third touchdown pass before halftime, dropping a back-shoulder throw to Upshaw. He completed 18 of 21 passes for 253 yards and three touchdowns as Miami built a 28-3 lead.</p><p>Stanford added another field goal by Emmet Kenney to cut the deficit to 28-6.</p><p>While Miami managed just 52 rushing yards in the first half, the Hurricanes piled up 306 yards of total offense as Mensah consistently found success through the air.</p><p>Miami opened the second half by finding more success on the ground, but Mensah continued to make plays when needed. On third-and-6, he connected with tight end Elijah Lofton along the sideline to extend a drive.</p><p>A few plays later, Mensah threw his fourth touchdown pass of the night, finding Barkate for a 34-yard score. Barkate finished his Miami debut with four catches for 67 yards and a touchdown.</p><p>Stanford’s front seven provided one of the few challenges for the Hurricanes, playing physically against Miami’s running game. The Hurricanes ultimately leaned heavily on their passing attack to pull away.</p><p>Starting cornerback OJ Frederick left the game with an apparent left arm injury.</p><p>Mensah and Toney added one more record-breaking connection later in the game. Mensah found Toney for a 47-yard touchdown, giving the receiver 12 catches for 234 yards and three touchdowns.</p><p>Toney’s 234 receiving yards broke Miami’s previous single-game record of 220 yards, set by Eddie Brown.</p><p>Mensah finished 27 of 30 for 400 yards and five touchdowns, completing all but three of his passes in his Hurricanes debut.</p><p>Luke Nickel replaced Mensah in the fourth quarter and was intercepted by Charlie Eckhardt after attempting a deep pass.</p><p>The Hurricanes opened the season with a convincing performance behind their new quarterback, with Mensah and Toney wasting little time establishing one of college football’s most productive connections.</p><p><b>Up next:</b></p><p>Miami (1-0) will host Florida A&amp;M (1-0) at 8 p.m. Thursday at Hard Rock Stadium.</p><p>Stanford (1-1) will travel to Duke on Sept. 19.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S3QZPJV5LZGZNGM32VHJ4KPEC4.jpg?auth=e9195eac660663278e9087568a8e53c53eb20d733c162fe448dd533ecfd0d5f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Mensah throws 5 TD passes, Toney sets record in No. 7 Miami's 45-6 win over Stanford]]></title><link>https://www.local10.com/sports/2026/09/05/mensah-throws-5-td-passes-toney-sets-record-in-no-7-miamis-45-6-win-over-stanford/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/05/mensah-throws-5-td-passes-toney-sets-record-in-no-7-miamis-45-6-win-over-stanford/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[STANFORD, Calif. (AP) — Darian Mensah and Malachi Toney took almost no time to show how lethal a combination they can be this season for Miami.]]></description><pubDate>Sat, 05 Sep 2026 05:55:59 +0000</pubDate><content:encoded><![CDATA[<p>STANFORD, Calif. (AP) — Darian Mensah and Malachi Toney took almost no time to show how lethal a combination they can be this season for Miami.</p><p>Mensah threw five touchdown passes in his Miami debut, Toney set a school-record with 234 yards receiving and the seventh-ranked Hurricanes opened their season with an 45-6 victory over Stanford on Friday night.</p><p>“I was just eager to get on the field,” said Mensah, who transferred this offseason from Duke. “It’s been a long offseason. It took a lot to get to where I’m at today so I was just was ready to go.”</p><p>Mensah and Toney connected on touchdown passes on the first two drives of the game for Miami (1-0, 1-0 Atlantic Coast Conference) and then again on a 47-yarder in the third quarter that set the school record. Eddie Brown had 220 yards receiving in 1984 against Boston College in what was known as the “Hail Flutie” game.</p><p>“It means a lot knowing how many greats played at this university,” Toney said. "For me to be the player to break that record and set a new one, it just means a whole lot.</p><p>Mensah took little time to show the impact he could have on the Hurricanes by throwing a 48-yard pass to Toney on his first snap to set the tone against Stanford (1-1, 0-1).</p><p>Mensah capped that drive with a 23-yard touchdown pass to Toney and the two connected on a 2-yard score on the next possession with Toney punctuating both TDs with a Heisman pose for the Hurricanes fans in that corner of the stadium.</p><p>“You couldn’t draw it up any better,” Mensah said. “If you got one on one, if you’re leaving No. 1 one on one, that’s a problem. So just seeing that pre-snap just made it that much easier for me. ... You want to go out and punch a team in the mouth."</p><p>Mensah added another touchdown pass to Daylyn Upshaw in the second quarter, a 34-yarder to Cooper Barkate in the third and the deep strike to Toney. He finished 27 for 30 for 401 yards, setting records for the most yards and TDs in a debut for Miami.</p><p>Mensah led all power conference quarterbacks last season with 3,973 yards passing last season and now is teamed with one of the most dynamic receivers in Toney, who had 109 catches for 1,211 yards last season as a freshman when he helped Miami reach the College Football Playoff title game.</p><p>Davis Warren threw for 214 yards for Stanford but couldn't get the Cardinal in the end zone after leading them to a 37-27 win over Hawaii in his Cardinal debut last week.</p><p>“There were spots tonight where we move the football,” coach Tavita Pritchard said. “We got down in the red zone a couple of times. We got to finish. I think that’s what that spoke to. We got to find consistency and we got to finish in the end zone.”</p><p>The takeaway</p><p>Miami: The Hurricanes figured to be one of the top offenses coming into the season and nothing they did in their opener would dissuade that thought as they scored touchdowns on six of their first seven drives. ... CB OJ Frederique left the game with an injury on the opening drive and coach Mario Cristobal had no update on his status.</p><p>Stanford: After beating Hawaii in coach Tavita Pritchard's first game, the Cardinal were unable to keep up with the Hurricanes as the level of competition rose significantly. Stanford hasn't started a season 2-0 since 2018.</p><p>Up next</p><p>Miami: Hosts Florida A&M on Thursday night.</p><p>Stanford: At Duke on Sept. 19.</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/NHDVZ7FIRF4OSVQQD4R4C3CZNU.jpg?auth=c52872a40dc8f49a7525c6346c2e28402f915b04fca0495b2e21ebc909bf9971&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami wide receiver Malachi Toney (1) reacts after scoring a touchdown against Stanford during the first half of an NCAA college football game Friday, Sept. 4, 2026, in Stanford, Calif. (AP Photo/Thien-An Troung)]]></media:description><media:credit role="author" scheme="urn:ebu">Thien-An Truong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4WO3BXLL5YAT27U4BKDFMNY46U.jpg?auth=98d184011d155fa0ee59d354c94a1828fc29f37666b9e8c8b4034f56dfe8928c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami quarterback Darian Mensah (10), right, receives a snap during the first half of an NCAA college football game against Stanford, Friday, Sept. 4, 2026, in Stanford, Calif. (AP Photo/Thien-An Troung)]]></media:description><media:credit role="author" scheme="urn:ebu">Thien-An Truong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FDN5Q5NRENDCE2ZGZXX3HTDBKQ.jpg?auth=d6ac67950f6cd578daf47d959e9772c9cc48308c88419632b135a22091915b91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami wide receiver Daylyn Upshaw (7), right, reacts with quarterback Darian Mensah (10) after scoring a touchdown against Stanford during the first half of an NCAA college football game Friday, Sept. 4, 2026, in Stanford, Calif. (AP Photo/Thien-An Troung)]]></media:description><media:credit role="author" scheme="urn:ebu">Thien-An Truong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3GRS32NNQ2BFANTPXCOIUBSDSA.jpg?auth=870ebc798be6d1820e09c763830f41ab85907bcc0a2ee145bbfd632c124541f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami wide receiver Malachi Toney (1) scores a touchdown against Stanford during the first half of an NCAA college football game Friday, Sept. 4, 2026, in Stanford, Calif. (AP Photo/Thien-An Troung)]]></media:description><media:credit role="author" scheme="urn:ebu">Thien-An Truong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OIUYW5I4CRQF37DJHXV72HIIHY.jpg?auth=17af564ba4de9ce01709a57a080b11b1b5f16957bebe64b1c1ff180641a9583f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami wide receiver Malachi Toney (1) scores a touchdown against Stanford during the first half of an NCAA college football game Friday, Sept. 4, 2026, in Stanford, Calif. (AP Photo/Thien-An Troung)]]></media:description><media:credit role="author" scheme="urn:ebu">Thien-An Truong</media:credit></media:content></item><item><title><![CDATA[Maiava passes for 349 yards, hits frosh Mosley for 2 TDs in No. 14 USC's 39-0 rout of Fresno State]]></title><link>https://www.local10.com/sports/2026/09/05/maiava-passes-for-349-yards-hits-frosh-mosley-for-2-tds-in-no-14-uscs-39-0-rout-of-fresno-state/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/05/maiava-passes-for-349-yards-hits-frosh-mosley-for-2-tds-in-no-14-uscs-39-0-rout-of-fresno-state/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Jayden Maiava passed for 349 yards and threw two of his three touchdown passes to freshman Trent Mosley, and No. 14 Southern California rolled to a 39-0 victory over Fresno State on Friday night.]]></description><pubDate>Sat, 05 Sep 2026 05:37:53 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Jayden Maiava passed for 349 yards and threw two of his three touchdown passes to freshman Trent Mosley, and No. 14 Southern California rolled to a 39-0 victory over Fresno State on Friday night.</p><p>Tanook Hines also had a TD reception, and freshman Kayden Dixon-Wyatt had six catches for 102 yards as the Trojans (2-0) followed up their Week 0 win over San Jose State by comprehensively dominating the Bulldogs (0-1).</p><p>“Pretty complete game from the team,” coach Lincoln Riley said. “Very excited about how we finished it off.”</p><p>USC’s defense gave an impressive effort under new coordinator Gary Patterson, allowing just 116 yards — a paltry 49 through three quarters — while recording two safeties and forcing two turnovers. Fresno State managed 2.6 yards per play.</p><p>“We did some great things,” Riley said. “(Patterson) makes things challenging on the other side, and I think what you saw was our belief in it was even higher than (last week).”</p><p>Maiava went 23 of 25 while playing just one series after halftime. Mosley, his new favorite target after a 118-yard debut last week, caught a 68-yard TD pass early and added a 10-yard scoring catch shortly before halftime, finishing with four catches for 104 yards.</p><p>“We're all on the same page and playing at a really high level, but obviously there are some things to clean up,” Maiava said.</p><p>Jayden Mandal passed for 77 yards and committed two turnovers for the Bulldogs, who last beat USC in 1992. Fresno State couldn't compete in its first game against a ranked opponent under head coach Matt Entz, the former USC assistant who took over the Bulldogs last season.</p><p>“I know we’re a better football team than this, and this is unacceptable," Entz said. "And we’re going to get back to work.”</p><p>Hines' TD catch capped USC's opening drive, and Mosley romped to his long TD after getting wide open down the middle. USC’s defense added its first safety when Kennedy Urlacher got to Mandal.</p><p>After Mosley's second TD catch, Urlacher forced a fumble by Mandal. Waymond Jordan rushed for a TD and a 30-0 halftime lead.</p><p>Maiava's magnificent start</p><p>USC's veteran starting quarterback has thrown just six incompletions along with five touchdown passes through the first two games. He is also making plays with his feet, escaping trouble and throwing on the run with accuracy. Maiava now has to prove he is elite against the Trojans' best opponents this fall.</p><p>Mandal's rough start</p><p>Mandal missed all of last season due to injury, and this was only his second career start in his fourth season at Fresno State. He went 7 of 15 and twice got dropped in the end zone, but Entz remained behind him.</p><p>“There was times I felt like he he looked really good in there, and then there was times I think he dropped his eyes and started watching the rush a little bit, and didn’t trust the protection," Entz said. "That’s probably a little bit of inexperience, whatever you might want to call it. Just hasn’t played a lot of football, and so that’s why we want to keep him out there all night long.”</p><p>Prophet's moment</p><p>Prophet Brown got his first career interception in the first half, and it was an unforgettable moment for the sixth-year defensive back who missed all of 2025 due to injury.</p><p>“It meant everything,” Brown said. “I did a lot of stuff behind the scenes, just worked and worked and stayed (focused).”</p><p>Urlacher stars</p><p>The son of famed Chicago Bears linebacker Brian Urlacher had a huge game, making two sacks among his three tackles and recording his safety on a blitz. The Notre Dame transfer got the honor of leading the USC band after the game.</p><p>The takeaway</p><p>The Trojans were largely excellent on both sides of the ball, with Maiava carving up the Bulldogs' secondary and the USC defense showing more capability after a vanilla opener. This matchup looks like USC's biggest test before No. 2 Oregon visits Sept. 26, and the Trojans aced it — two fumbles and a turnover on downs notwithstanding.</p><p>Up next</p><p>Fresno State: Hosts Sacramento State on Sept. 12.</p><p>USC: Hosts Louisiana on Sept. 12.</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/VDPMCUGCVGSYCERVVQDSIIJPS4.jpg?auth=35c4201f44b1a387cec377a7d71faa4566299318c2543c885ab5d85cd4c27f2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Southern California wide receiver Trent Mosley, right, scores a touchdown as Fresno State defensive back Ethan Tierney watches during the first half of an NCAA college football game, Friday, Sept. 4, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TK652XQVSINIU7ZA7GBDZIEW6A.jpg?auth=6fe0d2a1061c1cf54434638dab6b7afd416caf6222283def418ca13ea456a2b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Southern California quarterback Jayden Maiava celebrates a touchdown during the first half of an NCAA college football game against Fresno State, Friday, Sept. 4, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T7Q3C2NCMSZEEY2BNO2EV3AMZU.jpg?auth=d331001803cc50730f23e4753fa338a10eb23e73cdadcd573eca44fb04e60c56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fresno State quarterback Jayden Mandal passes during the first half of an NCAA college football game against Southern California, Friday, Sept. 4, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LMSCNQCRXPZGDF53Y2IQALGHCA.jpg?auth=c9a2e238677b35c84da2cd9a50aded15554a8cc9ffb093598424e986eefdd742&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Southern California safety Kennedy Urlacher (9) celebrates with quarterback Jayden Maiava (14) after he caused a fumble by Fresno State quarterback Jayden Mandal that was recovered by USC during the first half of an NCAA college football game, Friday, Sept. 4, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M4G3AD7RKPRNZ5YRDCOXOQD2UI.jpg?auth=8e7262aa951b0e87f4e20d73c1b2c6490cfabeb0ae7f581eb86e17d1e06b7a69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fresno State quarterback Jayden Mandal, right, his pushed out of the end zone by Southern California defensive tackle Jide Abasiri, lower left, and safety Kennedy Urlacher for a safety during the first half of an NCAA college football game, Friday, Sept. 4, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Even snakes have to audition for the opera at the Met. Princess the boa constrictor got the part]]></title><link>https://www.local10.com/entertainment/2026/09/05/even-snakes-have-to-audition-for-the-opera-at-the-met-princess-the-boa-constrictor-got-the-part/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/05/even-snakes-have-to-audition-for-the-opera-at-the-met-princess-the-boa-constrictor-got-the-part/</guid><dc:creator><![CDATA[By DAVID R. MARTIN and JEFFREY COLLINS, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Pretty much everyone on stage at the Metropolitan Opera in New York must audition — even the snake who will briefly take center stage in an upcoming adaptation of a Mozart classic.]]></description><pubDate>Sat, 05 Sep 2026 14:44:24 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Pretty much everyone on stage at the Metropolitan Opera in New York must audition — even the snake who will briefly take center stage in an upcoming adaptation of a Mozart classic.</p><p>In charge of deciding who gets the s-s-s-s-starring reptilian role is Zoe Ziegfeld, a carnival performer-turned-opera actor cast as the snake handler in the Met's version of “Così fan tutte," inspired by Coney Island in the 1950s.</p><p>Ziegfeld takes each snake, lets it slither and wrap around, then hoists the animal over their head, rehearsing what they will do under the bright lights at center stage for each performance. Ziegfeld looks each one in the eye, almost face-to-face as they evaluate the snake's demeanor.</p><p>“I need to know that the animal is comfortable with people and with what we are doing,” Ziegfeld said.</p><p>Princess slithers into her big role</p><p>In the cold-blooded competition, a boa constrictor named Princess won. She is a larger snake with a better visual presence on stage.</p><p>“We will be moving forward with Princess (the big sun-glow boa constrictor who is yellow-peach) in rehearsals on a trial basis! She is a wonderful snake, and the trial is not about her, but rather about me and my strength," Ziegfeld wrote in an email after the auditions were over.</p><p>A slightly smaller brown boa constrictor named Nala from a second audition will be Princess' understudy.</p><p>A Mozart opera set at a 1950s Coney Island carnival</p><p>This is the third time Ziegfeld has played the role of the snake charmer in the Met's adaptation of Wolfgang Amadeus Mozart's 1790 opera.</p><p>In Mozart’s original, two Italian soldiers decide to test their lovers’ fidelity by pretending to head off to war. They then disguise themselves and try to seduce each other’s girlfriends. In this version, the plot remains mostly the same, but the setting is a 1950s Coney Island carnival complete with vibrant scenery and sideshow performers.</p><p>Carnaval snake charmer turned opera performer</p><p>Ziegfeld came to the role honestly. They spent a couple of seasons on Coney Island doing eight snake-charming shows a day.</p><p>When they tried out several years ago, live snakes weren’t allowed in the audition space. So instead, Ziegfeld brought video of their snake-charming act, then hammered home their carnival sideshow bona fides by knocking a nail into their own nasal cavity in what was called the Human Blockhead act.</p><p>“The music’s different. The money is different. It’s a pleasure to entertain. And with snakes, it’s a delight to know that there are people watching who are in awe and people who are terrified. And those things happen at the Met and at Coney — so I would say they are more alike than different, to be honest,” Ziegfeld said.</p><p>Animals are important characters at some Met operas</p><p>The snakes came to their audition thanks to Nancy Novograd and her company All Tame Animals.</p><p>She got into the business when her horse appeared onstage at the Met in a production of “Carmen,” and now she provides the opera house with everything from elephants to insects.</p><p>The first two snakes to audition were a bit small. One might have clashed with Ziegfeld's top. But the key is personality, Novograd said.</p><p>“Animals have to perform as do human talent. Sometimes they have a set type of behaviors that they have to demonstrate. And sometimes they just have to get along with the talent," Novograd said. “So in this case, they have to be the right color, size, and Zoe has to like them.”</p><p>___</p><p>Collins reported from Columbia, South Carolina.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MTNLJVKXZFCP6ZFXLUN5NK355U.jpg?auth=7eb9bb65a8b6dc13b3d75d03d54fef06907f0c7f8696200e1f972c93e30ef17a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Performance artist Zoe Ziegfeld who plays the part of a snake charmer poses for a portrait with a snake during auditions to select a snake for a part in an adaptation of Mozart’s “Così fan tutte," at the Metropolitan Opera in New York, Friday, Aug. 28, 2026. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KK4CFWHUBCXEVMEOBVPOEC2WS4.jpg?auth=c985b27c729b9c3a5169c3b1bd267ed2281de56a6172f51616a7715ba92366e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A snake attends auditions to select a snake for a part in an adaptation of Mozart’s “Così fan tutte," at the Metropolitan Opera in New York, Friday, Aug. 28, 2026. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WK7YINMY437ROTP7SZB3AM6AXA.jpg?auth=e0ac4f747d10fdfe02aaa4f3f1d0c2087d7c3bfd4600b8bdf46b51236a017ecd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Animal talent expert Nancy Novograd, right, interacts with performance artist Zoe Ziegfeld, who plays the part of a snake charmer, during auditions to select a snake for a part in an adaptation of Mozart’s “Così fan tutte," at the Metropolitan Opera in New York, Friday, Aug. 28, 2026. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N7LSQXP6AXUS7VMUXAMNGY2NZQ.jpg?auth=2039865a3902e415765fabea91dc540264df3cdcf54d703034145c2c55e39371&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Performance artist Zoe Ziegfeld, who plays the part of a snake charmer, handles a snake during auditions to select a snake for a part in an adaptation of Mozart’s “Così fan tutte," at the Metropolitan Opera in New York, Friday, Aug. 28, 2026. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3DXG4BTA2DKJXUSNR457WYWTGI.jpg?auth=1fa09d583db6ec8c0163283553b8578f3ea4915077c745b1fc93556fbc25c27c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Animal talent expert Nancy Novograd poses for a portrait during auditions to select a snake for a part in an adaptation of Mozart’s “Così fan tutte," at the Metropolitan Opera in New York, Friday, Aug. 28, 2026. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content></item><item><title><![CDATA[For feminists, the deaths of Parton and Steinem days apart deliver a double dose of grief]]></title><link>https://www.local10.com/news/2026/09/05/for-feminists-the-deaths-of-parton-and-steinem-days-apart-deliver-a-double-dose-of-grief/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/05/for-feminists-the-deaths-of-parton-and-steinem-days-apart-deliver-a-double-dose-of-grief/</guid><dc:creator><![CDATA[By LAURIE KELLMAN and BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[One shaped and delivered the language of feminism. The other rejected the label but showed how feminism can be done: with a microphone dusted in rhinestones, and without apology.]]></description><pubDate>Sat, 05 Sep 2026 04:05:06 +0000</pubDate><content:encoded><![CDATA[<p>One shaped and delivered the language of feminism. The other rejected the label but showed how feminism can be done: with a microphone dusted in rhinestones, and without apology.</p><p>Gloria Steinem and Dolly Parton embodied two towering versions of the same idea: that women should know themselves well enough to make their own choices about matters intimate and societal. Their deaths eight days apart sent a double dose of grief around the world and across generations as many women (and some men!) asked who would take their places at the forefront of women's rights.</p><p>Steinem, overtly political, went undercover as a Playboy bunny to deliver an exposé, founded Ms. Magazine and spent the rest of her life urging women to support each other. Parton, on the other hand, defined herself as a larger-than-life daughter of the American South who told stories with music and included everybody — but refused to play politics or call herself a feminist.</p><p>“Dolly taught us to dream big. Gloria taught us to speak up," wrote DeMond B Nason, a New York City singer. “Both reminded us that a woman could walk into a world that told her who she was supposed to be — and simply decide to become something else.”</p><p>Animated by the same idea, even if they didn’t call it the same thing</p><p>Parton didn't say so, but Steinem insisted more than three decades ago that the pair fit together under the same feminist flag.</p><p>“If feminism means each of us finding your unique power, and helping other women do the same, Dolly Parton certainly has done both,” Steinem wrote in 1987, when Ms. Magazine named the singer one of its "Women of the Year."</p><p>Many shared the sense that Steinem and Parton belonged together.</p><p>“Both believed in women: in our ability to decide who we are, make our own choices, take care of one another and shape the world around us,” wrote Swati Narayan in a column for American Kahani, an online news outlet for Indian and South Asian Americans.</p><p>Between Parton's death on Aug. 25 and Steinem's on Sept. 2, Ms. Magazine re-ran Steinem's essay with an editor's note: “Steinem celebrated Parton not only as a gifted songwriter and magnetic performer, but as a shrewd businessperson who transformed femininity into a source of humor and power — and used her success to lift up working women, poor communities and the mountain people of her native Tennessee.”</p><p>The embrace wasn't mutual, at least not publicly. And that, Parton acknowledged, was by design.</p><p>“I don’t do politics. I have too many fans on both sides of the fence,” she said in 2019 on “Dolly Parton's America,” Radiolab's podcast. “Of course," she added, "I have my opinion about everything, but I learned years ago to keep your mouth shut about things.”</p><p>The star was asked directly whether she thought of herself as a feminist.</p><p>“No, I do not,” she said flatly, later explaining that she did not want to be associated with what she viewed as political extremes even as she advocated for women and their opportunities.</p><p>“I do not like extreme things,” she said. “I don’t believe in crucifying a whole group just because a few people have made mistakes. To me when you say just the word ‘feminist’ is like, ‘I hate all men.’”</p><p>Parton was clear, though, that her lyrics were intended to shine light on women’s hardships and the realities of a world that the superstar agreed was dominated by men. She wrote about teenage pregnancy, abortion and adoption in “Down from Dover.” She supported equal pay (See: “9 to 5,” the movie and the song). One of her most famous songs is called, “Just Because I'm a Woman.”</p><p>“People say to me, ‘Well, wasn’t it a man’s world back when you got in the business.’ I said, ‘It sure was, and honey, I had a ball,’” she said at a 2019 awards show. “I have never met a man that I didn’t like, and I’ve never met a man whose ass I couldn’t kick if he didn’t treat me with the right respect.”</p><p>She just didn’t use words like “oppression” or “patriarchy.” And unlike Steinem, Parton didn't endorse political candidates. Asked on CNN during the 2016 presidential campaign whether she preferred Republican Donald Trump or Democrat Hillary Clinton, she replied: "I think they’re both nuts."</p><p>Onstage at the 2017 Emmys, Parton demurred when fellow “9 to 5” costars Lily Tomlin and Jane Fonda took a thinly veiled shot at Trump. Parton pivoted to humor.</p><p>“They’re Lily and they’re Jane and I’m Dolly," she said later. “So they did their thing, I did mine.”</p><p>There's more than one torch-passer</p><p>Feminism splintered under the pressure of public policy debates over such issues as abortion and the rejection of Clinton in the 2016 elections, the rise of Trump and the modern-day emergence of identity politics.</p><p>Steinem's version of feminism today is more aligned with Democrats at a time when, at least for now, the country has swung Republican. Steinem lived to see the Supreme Court overturn the 1973 ruling Roe v. Wade, eliminating the constitutional right to abortion, a pillar of the 1960s feminist movement she embodied. The Equal Rights Amendment remains unratified. And Americans have yet to elect a woman president.</p><p>So if you're an opponent of abortion rights or if you voted for Trump, can you still be a feminist in 2026? And would you want to be called that in public or on social media? To the end, Steinem insisted it wasn't the label that mattered. What counted as feminist was whether a woman knew herself well enough to make her own choices rather than be defined as the daughter or wife of a man.</p><p>But partisanship surfaced even in the ritual public mourning for the two women.</p><p>Parton's passing touched off an immediate expression of grief from sources ranging from Trump to her fans in the LGBTQ+ community. Trump ordered flags to be flown at half-staff as a show of “respect” for her.</p><p>In contrast, there was no such rush to recognize Steinem beyond her liberal and centrist constituency, even from conservatives who had expressed respect for her accomplishments as an influential historical figure.</p><p>Their silence two days after Steinem's death contrasted with the outpouring of grief, thanks and respect for Steinem from leading figures on the left, particularly of her generation. Hillary Clinton, who also saluted Parton, said Steinem's activism was built on optimism despite abundant roadblocks for women.</p><p>“The lived experience became much more real and applicable to our entire society when Gloria began to point it out,” Clinton posted.</p><p>For her part, Steinem said for years that she's using her torch to light others. "If we each have a torch, there’s a lot more light,” she told the National Press Club in 2013.</p><p>Social media offered evidence that supporters of both women would pass it on. Liz Webster, an American hair and makeup artist living in Germany, called Steinem and Parton “two very different women who shaped the way I saw what a woman could be.”</p><p>“Feminism will never be just a word to me. The freedoms we have are incredibly new,” she wrote on Facebook. "So be the example. Use your freedom. Protect it. And make damn sure the women coming after us have even more.”</p><p>___</p><p>Kellman reported from London; Barrow reported from Atlanta.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJIE3ZFZ37IWV2NEIUEXHZMP5U.jpg?auth=65d2aec9d2a0c16a56928d09e9b3bed8b78168a94e154ca48f08dc9400d0f306&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dolly Parton, top, on Nov. 11, 1982 in Nashville and Gloria Steinem on Feb. 17, 1970 in New York. (AP Photo/Mark Humphrey, Anthony Camerano, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Humphrey, Anthony Camerano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U5OH2RBWZEJACJKPNESMBTSFHU.jpg?auth=8a430f392f473e7e6b219909fc61182b61561fa9ee942f9577715b0dcf3f6840&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gloria Steinman, bottom, shown on Feb. 29, 2020 in New York, and Dolly Parton, pictured in in Lexington, Ky. on Aug. 27, 2024. (AP Photo/Evan Agostini/Invision and Timothy D. Easley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini/Invision and Timot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZZCQYVZU3H7Y74OATM6XYVKC7I.jpg?auth=c89e06ca803f2fc9d6720045c04a3d4a14367942f195883ea83fa316e972be37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sunny Holiday poses for a photo near a mural of Dolly Parton on Tuesday, Aug. 25, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X23ALYQW2R6V6EPZIDEZB227YI.jpg?auth=f4a47b69e2511e181bf7acfb23bded955e45716d406b509abcb107f2734ede00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Women's rights spokeswoman Gloria Steinem attends a news conference at the American Civil Liberties Union office in New York, July 12, 1973. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Missouri asks US Supreme Court to allow use of new Trump-backed congressional districts in midterms]]></title><link>https://www.local10.com/news/2026/09/05/missouri-asks-us-supreme-court-to-allow-use-of-new-trump-backed-congressional-districts-in-midterms/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/05/missouri-asks-us-supreme-court-to-allow-use-of-new-trump-backed-congressional-districts-in-midterms/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST and DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Missouri appealed to the U.S. Supreme Court on Friday to allow the use of new congressional districts backed by President Donald Trump in the fast-approaching midterm election.]]></description><pubDate>Sat, 05 Sep 2026 04:03:02 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Missouri appealed to the U.S. Supreme Court on Friday to allow the use of new congressional districts backed by President Donald Trump in the fast-approaching midterm election.</p><p>The appeal comes after Missouri's highest court blocked the new map and ordered a statewide vote in November on whether to keep or reject it.</p><p>It's part of a national redistricting battle that Trump launched last year. Missouri’s new congressional boundaries were drawn to help Republicans win an additional seat and hold onto their slim House majority in November's midterm elections.</p><p>The Missouri Supreme Court weighed in after redistricting opponents submitted over 300,000 petition signatures seeking to put the map to a vote of the people. Republican Secretary of State Denny Hoskins rejected the petition on primary Election Day, asserting that Missouri's constitution doesn't allow referendum petitions on congressional redistricting. He successfully defended his decision in a lower court, but on Thursday lost in front of the state's highest court.</p><p>The court said the referendum petition effectively suspended the new districts, retroactive to last December, pending voter approval. Although the new districts were used in the August primary, Missouri's top court said the previous districts enacted after the 2020 census must be used in the general election.</p><p>Missouri Attorney General Catherine Hanaway said no other court has ordered congressional maps after a primary but before a general election.</p><p>“No court in American history has ever given such an extraordinary remedy, which inflicts unprecedented chaos on Missouri,” her office wrote in the appeal. “Looking forwards, the State is genuinely unsure whether it can switch its governing congressional map in time to run a timely federal election.”</p><p>She asked the Supreme Court to halt the state court's decision immediately.</p><p>State law sets a Tuesday deadline to make changes to the November ballot. Justice Brett Kavanaugh, who hears appeals of case from the region, asked critics of the new map to respond to the appeal by Monday.</p><p>Backers of the referendum have said a statewide vote would give the state's residents a voice in the process.</p><p>Missouri currently has six Republicans and two Democrats in the U.S. House. The new maps reconfigured a Kansas City-based district held by longtime Democratic Rep. Emanuel Cleaver.</p><p>Congressional districts typically are redrawn at the start of each decade, based on new census data. But Trump’s quest for a midterm election advantage triggered an unusual mid-decade redistricting battle that spread to more than a dozen states led by Democrats and Republicans.</p><p>___</p><p>Lieb reported from Jefferson City, Missouri.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J3KNZKKLXHI2W2S5XPMFJAC5WY.jpg?auth=beed8dfe616b9b51847a42d8dbe5fc8e7ed07a0bf470346e3a0507a7cddb8c27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken with a smartphone, people opposed to a congressional redistricting plan rally outside the Missouri Capitol in Jefferson City, Mo., Wednesday, Sept. 2, 2026. (AP Photo/David A. Lieb)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content></item><item><title><![CDATA[Agricultores en EEUU recurren a granos perennes como una solución ante el clima extremo]]></title><link>https://www.local10.com/espanol/2026/09/04/agricultores-en-eeuu-recurren-a-granos-perennes-como-una-solucion-ante-el-clima-extremo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/agricultores-en-eeuu-recurren-a-granos-perennes-como-una-solucion-ante-el-clima-extremo/</guid><dc:creator><![CDATA[Por JOSHUA A. BICKEL y ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[BELOIT, Kansas, EE.UU. (AP) — Bryce Black se arrodilla en un campo de trigo azotado por una sequía intensa. Sostiene dos tallos y hace énfasis en lo pequeña que es la espiga en comparación con su tamaño normal.]]></description><pubDate>Sat, 05 Sep 2026 03:43:50 +0000</pubDate><content:encoded><![CDATA[<p>BELOIT, Kansas, EE.UU. (AP) — Bryce Black se arrodilla en un campo de trigo azotado por una sequía intensa. Sostiene dos tallos y hace énfasis en lo pequeña que es la espiga en comparación con su tamaño normal.</p><p>Tras una lluvia a finales de octubre del año pasado, este agricultor de cuarta generación se sentía optimista respecto a sus 728 hectáreas (1.800 acres) de trigo de invierno. No obstante, un invierno y una primavera secos provocaron una sequía extrema cuando el trigo necesitaba humedad para arraigar. Al final cosechó unas 607 hectáreas (1.500 acres), pero el rendimiento fue el más bajo que ha obtenido desde que se hizo cargo de la granja de su familia en 2017.</p><p>“Fue una situación de esas en las que simplemente hay que apretar los dientes y aguantar”, expresó Black, quien también cultiva maíz, soya y sorgo granífero en la granja familiar de 1.821 hectáreas (4.500 acres). “Es desalentador, ¿sabes? Y resulta difícil saber qué hacer”.</p><p>Cuando ocurren estos fenómenos meteorológicos, los agricultores suelen buscar nuevas maneras de proteger sus cultivos y su rentabilidad.</p><p>Un pequeño número de ellos incorpora ahora granos perennes a sus rotaciones de cultivos para aumentar la resistencia frente a condiciones extremas, como sequías y lluvias torrenciales. Los investigadores trabajan para desarrollar versiones perennes de granos anuales comunes —como el trigo, el sorgo y el arroz—, pero el proceso avanza con lentitud. Y la adopción generalizada entre los agricultores presenta dificultades, ya que los cultivos perennes ofrecen un rendimiento menor, su cosecha puede resultar difícil y el mercado aún está en fase de desarrollo.</p><p>A pesar de los retos, Black se muestra interesado.</p><p>“Estoy en modo de supervivencia”, reconoció. “Si puedes plantar algo y no tienes que volver a hacerlo durante cuatro o cinco años ... eso ahorraría muchísimo dinero, mucha mano de obra, (mucho) de todo. Eso es lo que lo hace atractivo”.</p><p>¿Qué es un grano perenne?</p><p>Hace cinco años, David Mueller plantó un campo de 5 hectáreas (12 acres) de Kernza, el nombre comercial de un grano perenne similar a gramíneas nativas de algunas zonas de Europa y Asia occidental.</p><p>Los granos perennes no requieren las tareas anuales de siembra, cosecha y resiembra, sino que se siembran una sola vez cada pocos años.</p><p>Los investigadores explican que sus sistemas radiculares, que pueden alcanzar unos metros (varios pies) de profundidad, logran acceder al agua situada en capas más profundas del suelo. Eso les permite resistir mejor las sequías de corta duración. Y cuando hay lluvias intensas, sus estructuras radiculares de mayor tamaño absorben el exceso de agua que, de otro modo, escurriría y provocaría la erosión del suelo. Esas raíces profundas también capturan más carbono, lo que reduce la contaminación atmosférica.</p><p>La Kernza es uno de varios cereales perennes en desarrollo en The Land Institute, situado en Salina, Kansas, aproximadamente a una hora en auto al norte de la granja de Mueller. El instituto, que comenzó a domesticar formalmente la Kernza en 2001, colabora con investigadores y agricultores de todo el mundo para crear versiones perennes de trigo, arroz, sorgo y otros cereales y cultivos oleaginosos.</p><p>Algunos agricultores del sudeste asiático y de partes de África han empezado a cultivar y cosechar arroz perenne en sus campos. Pero la Kernza es el cultivo más avanzado en ese proceso: su primera cosecha en una finca agrícola se llevó a cabo en 2010.</p><p>El año pasado, en Estados Unidos se cultivó Kernza en 1.421 hectáreas (3.511 acres), frente a las 15.1 millones de hectáreas (37,2 millones de acres) de trigo de invierno, de primavera y candeal o duro cosechados o sembrados en el ciclo 2025-2026.</p><p>El campo de Kernza de Mueller forma parte de las casi 40 hectáreas (100 acres) que ha sembrado desde 2018. Ha utilizado el cultivo para recuperar suelos con problemas de drenaje o para restablecer la materia orgánica en la granja de su familia en Halstead, Kansas, donde también cultivan unas 243 hectáreas (600 acres) de maíz y otra área igual de soya.</p><p>Asimismo, Mueller expuso que la Kernza requiere aproximadamente un tercio del fertilizante que necesita el trigo y que, debido a que se siembra sólo una vez cada pocos años, no precisa utilizar con tanta frecuencia maquinaria agrícola que consume combustible.</p><p>“No sólo logramos aprovechar esos acres de forma rentable, sino que también mejoramos ese suelo y generamos beneficios que, esperamos, hagan rentable el cultivo de otras especies en esos mismos campos en el futuro”, agregó.</p><p>Un informe de Naciones Unidas de 2024 deja entrever que, para 2050, la degradación del suelo podría ocasionar a la economía mundial pérdidas superiores a los 20 billones de dólares. El cultivo de plantas perennes resulta menos perjudicial para el suelo, que captura el carbono.</p><p>El suelo funciona como un depósito que captura de la atmósfera el dióxido de carbono —un gas que contribuye al calentamiento del planeta y al cambio climático—, dicen los expertos. Los cultivos anuales, que se basan ​​en el ciclo de arar, sembrar, cosechar y repetir el ciclo, dificultan la formación de suelo —un proceso que requiere miles de años—, y provocan un rápido deterioro de las tierras agrícolas. Las raíces de las plantas perennes también pueden transportar ese carbono a capas más profundas del suelo, donde es menos probable que sufra alteraciones, explicó Laura van der Pol, la principal ecóloga de suelos en The Land Institute.</p><p>Además, los suelos con mayor contenido de carbono suelen ser más beneficiosos para las plantas.</p><p>“Incorporar plantas perennes a nuestra agricultura parece realmente ser la única opción para preservar el suelo durante generaciones si queremos seguir produciendo alimentos”, añadió Van der Pol. “Es difícil imaginar cómo podríamos conservar el suelo y obtener alimentos en abundancia sin recurrir a la opción de los cultivos perennes”.</p><p>Los rendimientos más bajos y la cosecha pueden resultar desafiantes</p><p>En todo el mundo se llevan a cabo programas piloto con cereales perennes para evaluar cómo cultivarlos en regiones, climas y suelos diversos, pero la investigación se encuentra en una etapa temprana y avanza lentamente.</p><p>Uno de los principales retos es el rendimiento de grano de estos cultivos, expuso Lee DeHaan, quien dirige el programa del instituto sobre la domesticación de la Kernza. Los agricultores de Kernza obtienen rendimientos que oscilan entre el 20% y el 40% de lo que produciría un cultivo de trigo en la misma área. Eso se debe a que un cultivo perenne debe destinar energía no sólo a producir semillas para el grano, sino también a desarrollar raíces que penetren el suelo, de forma que pueda sobrevivir más de un año. Eso contrasta con los cultivos anuales, que han sido modificados para concentrar la mayor cantidad de energía posible en la producción de semillas durante una única temporada de crecimiento.</p><p>Investigadores de la Universidad de Cornell también han encontrado que establecer un campo de Kernza puede resultar complicado debido a la competencia con las malas hierbas durante el primer año. Y además estudian cuál es la densidad de siembra óptima para maximizar el rendimiento, explicó Matthew Ryan, profesor de cultivos sostenibles en esa universidad.</p><p>Mueller refirió que las nuevas variedades de Kernza ofrecen mayores rendimientos que las anteriores, aunque la producción puede disminuir a medida que el cultivo envejece. En el caso del arroz perenne, los rendimientos son similares a los de las variedades anuales, dijeron funcionarios de The Land Institute.</p><p>La cosecha de Kernza, en particular, puede presentar dificultades. El grano es más pequeño que el del trigo, por ejemplo, y los agricultores y los investigadores aún buscan la mejor manera de adaptar la maquinaria agrícola para evitar que el grano sufra daños durante la recolección.</p><p>No obstante, Ryan expresó que los agricultores que tienen pérdidas de cosechas debido a sequías o inundaciones graves podrían sentirse motivados a buscar formas de aumentar la resistencia de sus fincas agrícolas.</p><p>“Creo que los agricultores, más que otras personas, se dan cuenta de que el clima está cambiando”, observó. “Ellos incitan a la gente a reflexionar, y siento que están impulsando a otros agricultores a adoptar estas prácticas”.</p><p>Los mercados aún están en desarrollo, a pesar de un interés cauteloso</p><p>Aunque el desarrollo de cereales perennes avanza de manera constante y cada vez más agricultores se suman a cultivarlos, todavía existen dificultades relacionadas con el interés de los consumidores, el apoyo federal y la infraestructura de investigación.</p><p>Aaron Gaeddert, propietario de Prairy —un negocio de comercio minorista, producción y servicios gastronómicos—, en Newton, Kansas, comercializa productos a base de Kernza y desarrolla nuevos alimentos en su cocina experimental. Este grano tiene un sabor más dulce que el trigo y puede encontrarse en productos como mezclas para repostería y cerveza. Generar conciencia sobre la Kernza es un reto, manifestó Gaeddert, pero confía en que el interés aumentará a medida que se desarrollen nuevos productos.</p><p>“Todavía tenemos clientes habituales que no saben qué es la Kernza, a pesar de que la hemos tenido en nuestras estanterías desde hace tres o cuatro años”, agregó. “Realmente creo que hace falta que algunos grandes actores de la industria adopten un nuevo grano como este”.</p><p>Y aunque los agricultores reciben pagos federales de transición y otras ayudas para los cultivos tradicionales ante las perturbaciones del mercado y el aumento de los costos de producción, no existe financiación federal para los granos perennes. El valor de las tierras de un agricultor y los préstamos que puede obtener para subsidiar sus operaciones están directamente relacionados con lo que cultiva.</p><p>Brandon Schlautman, científico especializado en cultivos perennes y agricultor de Sustain-a-Grain —empresa proveedora y distribuidora de Kernza—, refirió que recibe consultas constantes de agricultores interesados ​​en cultivarla, pero rechaza a casi todos porque el mercado aún no está lo suficientemente desarrollado.</p><p>“Lo que los agricultores realmente necesitan es acceso al producto o al grano en sí”, añadió Schlautman. “Y mercados estables que les permitan cultivar Kernza y venderla de manera rentable y sostenible”.</p><p>Mueller tiene un contrato con Sustain-a-Grain, empresa que le vende semillas de Kernza y le recompra la cosecha a un precio fijo. Ese precio garantizado hace que no tenga que preocuparse tanto por el riesgo que implicaría plantar un cultivo alternativo. Mueller coincide en que el mercado de la Kernza es pequeño, pero eso significa que los agricultores que la cultivan pueden recibir un sobreprecio, a veces entre 5 y 10 veces superior al valor de 454 gramos (1 libra) de trigo.</p><p>Fijar un precio lo suficientemente bajo como para abrir un mercado más amplio entre los consumidores es el principal reto.</p><p>“El hecho de que tenga potencial para ser rentable, a diferencia de otros cultivos alternativos, también resultaba atractivo”, agregó Mueller. “Porque, al fin y al cabo, las ideas son geniales, pero uno necesita ganar dinero si quiere volver a hacerlo al año siguiente”.</p><p>———</p><p>St. John informó desde Detroit. Puede contactarla en ast.john@ap.org, y a Joshua A. Bickel en jbickel@ap.org.</p><p>———</p><p>La cobertura climática y ambiental de The Associated Press recibe el apoyo económico de varias fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentre los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VUPJ4JXTEC5SKKADANW4D4OUJY.jpg?auth=8ef451d2e425bc7333fbfa5b2b1b6c97c95daf0bcbdaef68f58d2a338594d686&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[David Mueller observa su campo de grano perenne Kernza el martes 28 de julio de 2026, en su granja de Halstead, Kansas. (AP Foto/Joshua A. Bickel)]]></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/GY2EL7HGOPS7ODI3A7C7ESGXQA.jpg?auth=b4bfac6edae85d7641ba09009539442ed5dae06a8908907b65df75e11a48112e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kate Fitzsimmons, derecha, y Jacob Barefoot, centro, recolectan material vegetal en un campo de investigación de granos perennes Kernza el martes 28 de julio de 2026, en The Land Institute en Salina, Kansas. (AP Foto/Joshua A. Bickel)]]></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/JVSQDOV3A4UGNMAJ6SUEF26VDA.jpg?auth=b3267fd5c179590a7f6b2be1b5375c545e304f90489c3bd18875a3b4b627aab2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trigo sin cosechar, afectado por condiciones meteorológicas extremas, permanece en un campo el miércoles 29 de julio de 2026, en Beloit, Kansas. (AP Foto/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item><item><title><![CDATA[Police arrest man in connection with fatal Brickell apartment stabbing]]></title><link>https://www.local10.com/news/local/2026/09/04/police-arrest-man-in-connection-with-fatal-brickell-apartment-stabbing/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/police-arrest-man-in-connection-with-fatal-brickell-apartment-stabbing/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Miami police have arrested a 36-year-old man in connection with a deadly stabbing at a Brickell high-rise Friday night.]]></description><pubDate>Sat, 05 Sep 2026 03:07:12 +0000</pubDate><content:encoded><![CDATA[<p>Miami police have arrested a 36-year-old man in connection with a <a href="https://www.local10.com/news/local/2026/09/04/woman-stabbed-multiple-times-in-miamis-brickell-neighborhood/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/04/woman-stabbed-multiple-times-in-miamis-brickell-neighborhood/">deadly stabbing at a Brickell high-rise Friday night.</a></p><p>Stefano Cremasco-Cicero is charged with second-degree murder after a woman was found stabbed to death inside his apartment.</p><p>Police say the man charged and the victim knew each other, though it’s not clear what their relationship was.</p><p>Police say the victim was at his apartment when she was stabbed to death.</p><p>Cremasco-Cicero told police he was defending himself.</p><p>Police were called to the building shortly after 4:45 a.m. Investigators say Cremasco-Cicero had blood on his shoes, clothes and hands.</p><p>When officers went to the 47th floor, they said they found a woman lying on her side, fully clothed, covered in blood and suffering from multiple stab wounds.</p><p>“It was super scary,” said Zach Carson, a resident.</p><p>Carson said he went back into his apartment, locked his balcony door and looked through the peephole for about 10 minutes before taking the stairs 47 floors down.</p><p>Police used surveillance video from the building to help make the arrest.</p><p>Preliminary reports indicated the stabbing might be a domestic case.</p><p>A person who spoke with police said Cremasco-Cicero was under a lot of stress because of the opening of a new restaurant in Coconut Grove.</p><p>A Brickell resident said he was surprised by the police presence.</p><p>“I was driving up and down the street. I see police, I see news and I’m like, what’s going on?” Sebastian said.</p><p>Investigators say Cremasco-Cicero called police after the stabbing, but video evidence from the building helped lead to his arrest and charge.</p><p>The victim has not been identified.</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/YV35XOEOVBHXVKXEVRZPGBXMCQ.png?auth=712ab419cad1655c295c1a1f78a01e2808421c5c65760d2dcb7883ab846da611&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Hollywood residents frustrated over school pickup parking problems]]></title><link>https://www.local10.com/news/local/2026/09/04/hollywood-residents-frustrated-over-school-pickup-parking-problems/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/hollywood-residents-frustrated-over-school-pickup-parking-problems/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Friends and family are rallying around a father mourning the loss of his wife and 2-year-old daughter after they were struck and killed by lightning.]]></description><pubDate>Sat, 05 Sep 2026 02:27:55 +0000</pubDate><content:encoded><![CDATA[<p>Hollywood residents are fed up with parking problems they say are making it difficult to get through their neighborhood.</p><p>One homeowner even put up a sign asking drivers not to block driveways.</p><p>Local 10 spent two days watching the situation on Van Buren Street near Hollywood Academy of Arts and Science, which has middle and elementary schools.</p><p>During staggered pickup times in the morning and afternoon, cars lined the narrow two-way street, with some drivers double parked and others blocking driveways.</p><p>Residents said they often have nowhere to go.</p><p>“There’s nothing I can do. Stuck,” one driver said.</p><p>The parking situation also raised concerns about emergency access.</p><p>“If a fire truck can’t get down here, what happens?” one resident asked. “A garbage truck, huge, make it through here every day, fine.”</p><p>Local 10 saw cars parked down the street and snaking around the corner. While the crew was interviewing one woman who was double parked, a car honked and a Local 10 photographer had to step out of the way.</p><p>She said the issue was a school problem.</p><p>There are no-parking signs outside the schools, but residents say the congestion continues.</p><p>Miguel Ramos, who lives on the street, said he has had enough and that people can be rude. He also said the parking situation often makes him late for work.</p><p>“One person, well, they decided to live near a school. They should know they decided to do that,” Ramos said when asked about that argument.</p><p>Cars are forced to maneuver around each other on the two-way street, with parked cars and parents waiting for pickup leaving little room to pass.</p><p>One woman posted a sign asking drivers not to block her driveway, saying residents need to pick up their kids, too.</p><p>When asked whether the system seemed like a good one, one driver defended the setup.</p><p>“It seems perfect. Where else are we going to go?” she said. “Not in the middle of the road. Where else am I going to go?”</p><p>The school declined to comment.</p><p>Hollywood police said people should call when cars are blocking the road. Tickets will be issued, and drivers cannot block a two-lane road like this.</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[Family mourns mother and 2-year-old daughter killed by lightning strike]]></title><link>https://www.local10.com/news/local/2026/09/04/family-mourns-mother-and-2-year-old-daughter-killed-by-lightning-strike/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/family-mourns-mother-and-2-year-old-daughter-killed-by-lightning-strike/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Friends and family are rallying around a father mourning the loss of his wife and 2-year-old daughter after they were struck and killed by lightning.]]></description><pubDate>Sat, 05 Sep 2026 02:25:18 +0000</pubDate><content:encoded><![CDATA[<p>Friends and family are rallying around a father mourning the loss of his wife and 2-year-old daughter after they were struck and killed by lightning.</p><p>Kameron Glasgow is dealing with what he calls an unimaginable loss.</p><p>Last month, Glasgow’s family was heading to his aunt’s home for dinner on Northwest 1st Street in Margate when lightning struck his wife, 31-year-old Kenya Glasgow, and their 2-year-old daughter, Kennedi.</p><p>They both died at separate hospitals.</p><p>“I’m still trying to wrap my mind around it,” Glasgow said. “It’s one in a million.”</p><p>Glasgow and Kenya were high school sweethearts. He said she was his rock and inspiration.</p><p>“My wife’s biggest thing all her life since I’ve been in her life is feel your feelings and press on because you have to get those emotions out to recenter yourself,” he said. “So I got my emotions out and I’m recentered now. I’m good for right now.”</p><p>Friends and family gathered Friday night at a Fort Lauderdale funeral home for a public visitation.</p><p>“It’s just a testament to how my wife is,” Glasgow said. “Everybody’s saying how we were as a unit, just a good couple, a good family.”</p><p>Glasgow said he wants people to remember Kenya as someone who was always full of life and willing to help others.</p><p>“I pray for everyone to remember her as the life of the party, the one that always wants to help, and never wanted anything in return,” he said.</p><p>Kenya and Kennedi leave behind Kennsli, Kennedi’s twin.</p><p>“We’ve already started working on letting her know, hey mommy and sissy, they’re in heaven, so she can point up to heaven and say hi to them,” Glasgow said.</p><p>As he begins to process the loss, Glasgow has a message for others.</p><p>“Be careful, if it’s out there, just get inside pretty much,” he said. “But also don’t let this situation deter you from how you normally live your life. Be safer, but don’t walk around in fear. That’s not okay. Remain you.”</p><p>The celebration of life is set for Saturday at noon.</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[Dos magistrados brasileños chocan públicamente por la investigación sobre un banco fallido]]></title><link>https://www.local10.com/espanol/2026/09/04/dos-magistrados-brasilenos-chocan-publicamente-por-la-investigacion-sobre-un-banco-fallido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/dos-magistrados-brasilenos-chocan-publicamente-por-la-investigacion-sobre-un-banco-fallido/</guid><dc:creator><![CDATA[Por MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — El Supremo Tribunal Federal de Brasil se sumió aún más en una crisis institucional el viernes, luego de que dos de sus jueces más conocidos solicitaran fuertes sanciones el uno contra el otro.]]></description><pubDate>Sat, 05 Sep 2026 01:11:16 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — El Supremo Tribunal Federal de Brasil se sumió aún más en una crisis institucional el viernes, luego de que dos de sus jueces más conocidos solicitaran fuertes sanciones el uno contra el otro.</p><p>El magistrado Alexandre de Moraes, de 57 años, se convirtió en una persona conocida tras encabezar el caso que llevó al expresidente Jair Bolsonaro a prisión el año pasado por un intento de golpe de Estado. Su colega André Mendonça, de 53 años, es el primer miembro evangélico del tribunal, designado por Bolsonaro.</p><p>La animadversión reciente entre ambos se origina en una amplia investigación federal sobre el fraude financiero en torno al liquidado Banco Master y su desacreditado propietario, Daniel Vorcaro, un asunto que también ha salpicado a algunos políticos de cara a las elecciones de octubre.</p><p>Según se informó, Mendonça quiere que De Moraes sea suspendido mientras el tribunal decide si debe ser investigado en un posible caso de corrupción. Por su parte, De Moraes quiere que el tribunal investigue a Mendonça y que, potencialmente, el Senado lo someta a un proceso de destitución por haberlo investigado a él en un procedimiento no autorizado.</p><p>Se sientan uno al lado del otro en el tribunal, cuyos asientos se ordenan según quién fue nombrado primero.</p><p>Mendonça hizo público el martes un tramo de la investigación de la Policía Federal que revela decenas de mensajes interceptados de Vorcaro, en los que se muestra que con frecuencia le solicitaba consejo a De Moraes.</p><p>Los nuevos hallazgos se suman a las sospechas sobre De Moraes después de que la Policía Federal encontrara que su esposa le proporcionaba servicios jurídicos al Banco Master como parte de un contrato de 130 millones de reales (25 millones de dólares). Las revelaciones de esta semana desataron una ola de presión de políticos, medios de comunicación y expertos jurídicos para que De Moraes renuncie.</p><p>“Te estoy agradecido por mi vida”, dijo Vorcaro en un mensaje. “Por el amor de Dios, mira si puedes bloquear todas estas medidas malvadas (contra el Banco Master)”, afirmó el banquero en otro.</p><p>Incluso el candidato presidencial Flávio Bolsonaro, quien también ha sido implicado en el escándalo del Banco Master por recibir unos 21 millones de dólares para financiar una película sobre la vida de su padre, salió a pedir que el juez del Supremo Tribunal Federal deje su cargo.</p><p>La crisis en el máximo tribunal del país se agravó el miércoles después de que medios brasileños mostraran que Mendonça también se reunió en privado con Vorcaro el año pasado. El magistrado señaló en un comunicado que sólo escuchó lo que el entonces dueño del banco tenía que decir, en un “diálogo similar al mantenido con otros miembros del Supremo Tribunal para tratar el mismo asunto”.</p><p>Y luego Mendonça confirmó el jueves que efectivamente había tenido una reunión más reciente con Vorcaro. Previamente este mes, interrogó al banquero encarcelado sin autorización del pleno del tribunal, según se requiere para investigar a uno de sus miembros, y sin la presencia de agentes de la Policía Federal ni de fiscales.</p><p>Mendonça respondió que lo hizo porque Vorcaro alegaba que la policía lo había maltratado, una acusación que el fiscal general de Brasil ya desestimó.</p><p>El jueves por la noche, De Moraes actuó con rapidez y de manera inesperada. Le pidió al presidente del Supremo Tribunal, Luiz Edson Fachin, que investigue la conducta de su colega, calificándola de motivada políticamente, y sostuvo en su solicitud que Mendonça cometió una falta susceptible de destitución por entrevistar a Vorcaro bajo esas condiciones secretas.</p><p>El Senado, que es el órgano con autoridad para destituir a jueces del Supremo Tribunal, tiene decenas de solicitudes para iniciar procesos de destitución contra De Moraes, y por ahora sólo unas pocas contra Mendonça.</p><p>Medios brasileños reportaron el viernes que Mendonça también le pidió a Fachin que suspenda a De Moraes del tribunal debido a las revelaciones previas de esta semana.</p><p>El presidente del tribunal indicó que le pedirá aclaraciones a Mendonça, a De Moraes, al fiscal general Paulo Gonet —quien también aparece en los mensajes de Vorcaro— y al director de la Policía Federal, Andrei Rodrigues.</p><p>En una ceremonia el viernes en el palacio presidencial de Brasil junto al presidente Luiz Inácio Lula da Silva —quien también pidió que nadie quede exento de las investigaciones—, Fachin señaló que hará “lo que corresponde, en el tiempo y en la forma que el orden jurídico exige”, sin mencionar la crisis entre sus dos colegas.</p><p>“Las instituciones de la República deben ser preservadas, sobre todo en momentos de la mayor tensión”, manifestó.</p><p>De Moraes y Mendonça no intercambiaron palabras en las dos sesiones del Supremo Tribunal del miércoles y el jueves. La próxima semana volverán a reunirse.</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/SKK56YJJRWQAM55JNUM6ZL4TX4.jpg?auth=9afee4a2204465bf85e3f74807c9704639fa9c15e8b4576565a5fa14b906badc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente del Supremo Tribunal Federal, Edson Fachin, en primer plano, llega para presidir una sesión plenaria del tribunal, el miércoles 2 de septiembre de 2026, en Brasilia, Brasil. (AP Foto/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CECQJMIPTEWCL3VKDNI4ZBAO4A.jpg?auth=d3853587843e15d7892891efff04f64637ff8508725b933fbcbe0321998f1796&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La estatua de la Justicia se alza frente al edificio de la Corte Suprema antes de una sesión plenaria, el miércoles 2 de septiembre de 2026, en Brasilia, Brasil. (AP Foto/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UV6QPE7LMWHC52M7SZRMLAQITY.jpg?auth=8a74cc2b102faa53b152c0433a124541f4c56c730454a112b0233ff4b80e17d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[André Mendonça, izquierda, y Alexandre de Moraes, ambos magistrados del Supremo Tribunal Federal, participan en una sesión plenaria del tribunal, el miércoles 2 de septiembre de 2026, en Brasilia, Brasil. (AP Foto/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[Milei pasa de la amenaza a la acción sobre Malvinas. Anuncia nuevas sanciones contra petroleras]]></title><link>https://www.local10.com/espanol/2026/09/04/milei-pasa-de-la-amenaza-a-la-accion-sobre-malvinas-anuncia-nuevas-sanciones-contra-petroleras/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/milei-pasa-de-la-amenaza-a-la-accion-sobre-malvinas-anuncia-nuevas-sanciones-contra-petroleras/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — Un día después de endurecer su reclamo por la soberanía de las Islas Malvinas, el presidente argentino Javier Milei pasó a la acción y anunció el viernes el inicio de una investigación para sancionar a las compañías petroleras que operan “ilegalmente” en el archipiélago del Atlántico Sur que está bajo control del Reino Unido.]]></description><pubDate>Sat, 05 Sep 2026 01:02:25 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Un día después de endurecer su reclamo por la soberanía de las Islas Malvinas, el presidente argentino Javier Milei pasó a la acción y anunció el viernes el inicio de una investigación para sancionar a las compañías petroleras que operan “ilegalmente” en el archipiélago del Atlántico Sur que está bajo control del Reino Unido.</p><p>La medida apunta contra 45 sujetos, tanto personas humanas como jurídicas, que “estarían desarrollando actividades vinculadas a la exploración y explotación de hidrocarburos” en Malvinas, un territorio que Argentina reclama como propio desde 1833, anunció la oficina del presidente.</p><p>El procedimiento, que llevará adelante la Cancillería argentina, tiene lugar un día después que Milei modificara una postura conciliatoria hacia el Reino Unido en la causa Malvinas para anunciar la instalación de una base naval en la provincia de Tierra del Fuego, el punto continental más cercano al archipiélago, y el envío al Congreso de un proyecto para endurecer las sanciones vigentes contra compañías petroleras nacionales y extranjeras que operen en las islas.</p><p>El giro de Milei ocurrió después de que el presidente estadounidense Donald Trump, con el cual está alineado geopolíticamente, afirmara que podría reconsiderar la neutralidad histórica de Estados Unidos sobre la soberanía de las Malvinas, que en los hechos se ha traducido en un alineamiento con la administración británica de las islas.</p><p>El comunicado del gobierno argentino de este viernes no identificó las empresas, sus accionistas ni proveedores que serán objeto de sanción.</p><p>“Quienes hoy pretenden lucrar violando la soberanía encontrarán en el Estado argentino toda la firmeza de la ley para hacer valer lo que por historia y por derecho le pertenece”, indicó la nota oficial.</p><p>Las petroleras Rockhopper Exploration —británica— y Navitas Petroleum Development and Production Limited —israelí— desarrollan el yacimiento offshore Sea Lion en la Cuenca Malvinas Norte con el aval de las autoridades de las islas.</p><p>Ambas compañías petroleras ya fueron sancionadas por distintos gobiernos de centro-izquierda que antecedieron a Milei, basándose en una normativa vigente sobre explotación de hidrocarburos de las Malvinas que contempla entre otras penas la inhabilitación para operar en Argentina. Milei ha dicho que la reforma de la ley busca endurecer las sanciones y ampliar la prohibición a otras actividades.</p><p>El gobierno argentino manifestó que la medida adoptada este viernes “constituye un acto de justicia para todos aquellos que lucharon y dieron su vida por nuestra Nación”, en referencia al conflicto armado que mantuvieron Argentina y el Reino Unido en 1982, en el que el país sudamericano resultó derrotado.</p><p>“Es también un mensaje claro hacia el mundo. Argentina no resigna ni resignará jamás su soberanía sobre las islas Malvinas”, remarcó la presidencia argentina.</p><p>En este contexto, el gobierno británico reafirmó su compromiso “inquebrantable” con el archipiélago, al que los ingleses denominan Falklands. Recordó además que en 2013 los isleños votaron por su autodeterminación como territorio británico de ultramar.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QWAN6SXIFEQ53M2V65GMUOF7LQ.jpg?auth=f77f95671df986f50cae3677db26d2d715aa58a0be8183e1f0bc2e74a2d3f854&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Argentina, Javier Milei, interviene en el Foro de Madrid, celebrado en Santiago de Chile, el jueves 3 de septiembre de 2026. (Foto AP/Esteban Félix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content></item><item><title><![CDATA[A mistrial is declared in the murder case against Lindsay Clancy. Here's what could happen next]]></title><link>https://www.local10.com/news/national/2026/09/04/a-mistrial-is-declared-in-the-murder-case-against-lindsay-clancy-heres-what-could-happen-next/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/04/a-mistrial-is-declared-in-the-murder-case-against-lindsay-clancy-heres-what-could-happen-next/</guid><dc:creator><![CDATA[By REBECCA BOONE, Associated Press]]></dc:creator><description><![CDATA[The trial to decide if Lindsay Clancy was criminally responsible when she strangled her three children in 2023 ended in a mistrial Friday after jurors were unable to reach a consensus after weeks of conflicting testimony about her post-pregnancy mental health and seven days of deliberations.]]></description><pubDate>Sat, 05 Sep 2026 00:39:59 +0000</pubDate><content:encoded><![CDATA[<p>The trial to decide if Lindsay Clancy was criminally responsible when she strangled her three children in 2023 ended in a mistrial Friday after jurors were unable to reach a consensus after weeks of conflicting testimony about her post-pregnancy mental health and seven days of deliberations.</p><p>What happens now?</p><p>Clancy, a 36-year-old former labor and delivery nurse, remains charged with murder and will continue to be held in a psychiatric hospital until the case is resolved. Attorneys on both sides have a few options when it comes to the next steps.</p><p>A hearing later this month could determine the path forward</p><p>Judge William Sullivan set a hearing for Sept. 29. During that proceeding, defense attorney Kevin Reddington will likely ask the judge to declare Clancy not guilty. It’s a long shot move and very unlikely to succeed.</p><p>That hearing could also reveal whether prosecutors will move to put Clancy on trial for a second time. They could also choose to seek a plea deal or even drop the case entirely, though that option is unlikely.</p><p>Sullivan suggested that everyone involved in the case, from attorneys to witnesses to court administrators, would need to look at their calendars to find a suitable time for a new trial, if one is held.</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>Clancy doesn’t deny strangling her children at their home south of Boston, but says postpartum psychosis led to her actions. After the killings, her husband found her badly injured in the yard, where she landed after jumping from a second-story window. She was left paralyzed from the waist down.</p><p>Prosecutors argue she knew what she was doing.</p><p>Prosecutors will weigh many factors as they decide on a new trial</p><p>Plymouth County District Attorney Timothy Cruz said there would not be an immediate decision about a second trial, but he emphasized that his goal was always “getting justice for those three little babies.”</p><p>“This case was about Lindsay Clancy and what she did … the cruel and calculated killing of three innocents,” Cruz said shortly after court ended on Friday. He later continued, “Children were murdered and it’s our job to seek justice.”</p><p>Still, prosecutors typically consider a lot of things when determining whether to retry a case, said New York Law School Professor Heather Ellis Cucolo, including the potential expense and the likely outcome.</p><p>“I know the prosecutor stated openly that he would not allow public opinion to sway his decision, which is accurate, but the prosecution serves the public,” Cucolo said. “If it is believed that justice must be served by another trial, that is something the prosecutor’s office will take into account and weigh very heavily.”</p><p>A conviction could mean life in prison for Clancy, while an acquittal might lead to confinement in a mental health facility.</p><p>Clancy’s defense will likely push to drop the charges</p><p>Cucolo said the defense attorney will likely push for the charges to be dropped entirely, and might also be open to a plea deal.</p><p>“But if the prosecution chooses to move forward with a trial, there's no way to prevent that from happening,” Cucolo said.</p><p>Reddington said in court that he believed Clancy's constitutional rights were violated when the judge declined to remove one juror after the other jurors suggested that he was not following the judge's instructions on reasonable doubt. But a mistrial isn't subject to an appeal, Cucolo said, because it's not a final judgment.</p><p>The impact on family members is another consideration, said Randy Gioia, a Boston-based defense lawyer who formerly supervised public defenders across the state.</p><p>Gioia said prosecutors should not put Clancy through another trial. He said he accepts Reddington’s disclosure that Clancy was extremely close to an acquittal, based on a note presented to the judge by the jury foreperson.</p><p>“Why put everyone through the trauma again: 16 to 18 jurors, all the witnesses, Patrick Clancy,” Gioia said, referring to Lindsay Clancy’s former husband. “What’s to be served here when we’ve had a long trial and long deliberations? You don’t have a strong case. You almost lost the case.”</p><p>Attorneys on both sides could tweak their approach in a retrial</p><p>It's not clear exactly how the jury reached an impasse, but Reddington suggested that just one juror stood in the way of an acquittal, and said the other jurors were “robbed.”</p><p>“They know they were robbed by one man, for whatever his agenda was, who stole seven weeks of the life of these other jurors that were so attentive, so beautiful, so wonderful,” he said outside the courthouse. “You could see how defeated they were sitting there. I got a funny feeling they would have gone on for another week if they had to. So I hope that guy can sleep well at night.”</p><p>Jurors are under no obligation to speak to attorneys on either side of the case, but it's common for the attorneys to see if any are open to talking about their experience, Cucolo said. Prosecutors can then use any information they get to reassess and fine-tune their approach, she said, perhaps focusing more on specific evidence or witnesses.</p><p>A retrial would have rippling impacts</p><p>David Meier, a lawyer who represents Patrick Clancy in a lawsuit over her mental health treatment, released a statement about the emotional burden of the case, saying “there will never be closure” from the loss of the children.</p><p>“The prospect of reliving this tragedy through another trial is extraordinarily painful — for Patrick, for his family, and for all of us,” Meier said.</p><p>The statement didn’t indicate whether Patrick Clancy would support a second trial.</p><p>Lindsay Clancy has also filed a lawsuit over her mental health treatment. A retrial would likely force those civil cases to be put on hold, Cucolo said.</p><p>“They would not be able to move forward for now because of concerns of possible Fifth Amendment violations,” Cucolo said, because anything Clancy says in a civil case could potentially be used against her in the criminal case. That means the lawsuits could remain in legal limbo for a year or more, she said.</p><p>___ Associated Press reporters Dave Collins, Michael Casey, Ed White and Leah Willingham contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XG6OVNTRN6O2QZTXWWTOXHU6WA.jpg?auth=171b1ae658b8473101d93438d8d0472cb05aa048d954ffbf9ec4628787e0f972&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy looks at the jury after Judge William Sullivan declared a mistrial in Clancy's murder trial on Friday, Sept. 4, 2026, in Plymouth, Mass. (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/RASWJT6LNL2FOSMK4ORTIDGMW4.jpg?auth=d564bacb202cebe145bf60d0acb5e7f34a28c571d322fc14e3a18b48bf6d87df&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 reacts to the judge's decision to declare a mistrial in the Lindsay Clancy murder trial on Friday, Sept. 4, 2026, in Plymouth, Mass. (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/X4VPMRN3SBKG4WXEIM36KPAVPU.jpg?auth=60e906a01180914e8207f874e7eea81c54845c38d5939007be993945d0628745&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lawyer Kevin Reddington speaks to media after the judge declared a mistrial in Lindsay Clancy's murder trial at Plymouth County Superior Court, Friday, Sept. 4, 2026, in Plymouth, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Feeling good in return from injury, Carlos Alcaraz plans to take more long breaks from tennis]]></title><link>https://www.local10.com/sports/2026/09/04/feeling-good-in-return-from-injury-carlos-alcaraz-plans-to-take-more-long-breaks-from-tennis/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/feeling-good-in-return-from-injury-carlos-alcaraz-plans-to-take-more-long-breaks-from-tennis/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Feeling better than he expected after a four-month absence, Carlos Alcaraz is planning to take more breaks during the tennis season.]]></description><pubDate>Sat, 05 Sep 2026 00:27:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Feeling better than he expected after a four-month absence, Carlos Alcaraz is planning to take more breaks during the tennis season.</p><p>Alcaraz returned to play at the U.S. Open after being sidelined since April by a right wrist injury. The defending champion advanced to the fourth round Friday with a 6-3, 6-4, 6-1 victory over Wu Yibing.</p><p>He said his body feels good and he's had no setbacks after his matches.</p><p>“It feels like I've been competing the whole time. So I surprise myself the way that I’m feeling and the way that I’m recovering after every match,” Alcaraz said. “So I’m just really happy about it that I’m able to perform at my best after every match.”</p><p>Alcaraz said the injury that forced him to withdraw during the Barcelona Open wasn't caused by playing too much, so taking time off next year wouldn't be for physical reasons. Rather, he believes it would provide him a mental benefit.</p><p>“I’m kind of a guy that doesn’t need to play a lot of tournaments,” Alcaraz said, explaining he preferred to be “mentally healthy.”</p><p>“I just feel like you can have those moments of time to have a break," he added, "to prepare well for tournaments, to prepare well mentally.”</p><p>He debuted a new look Friday, with a white shirt underneath his sleeveless shirt, and has a new celebration, mimicking shooting an arrow.</p><p>The wardrobe change was apparently because just one shirt was moving around too much in the previous match.</p><p>“I think I saw my nipple too much lately,” he said. “I felt like, you know, I could hide it for at least once match.”</p><p>The celebration choice came from his brothers.</p><p>“They made me choose to do the arrow or dancing, so I didn’t have any doubts about choosing the arrow,” Alcaraz said. “So I will ask them what’s next if I win the next round.”</p><p>Alcaraz played 80 matches last year and was 22-3, including his seventh major championship at the Australian Open, when he was hurt this year. Like many players, he is worried about the length of the tennis season and the number of tournaments.</p><p>Unlike many of them, he doesn't have serious ranking or financial concerns if he chooses to skip some events.</p><p>“It is like it's tournament after tournament after tournament, and you don’t feel like you are well-prepared coming to some tournaments,” Alcaraz said. “So that’s why I just decided that probably in the future I’m going to take breaks because I want to feel well prepared coming to Grand Slams, Masters 1000s, whatever it is.”</p><p>Sitting out for longer periods would surely help the 23-year-old physically, and Alcaraz ultimately thinks it will make him happier.</p><p>“I just want to step on the court, have joy, have fun on the court, because sometimes playing such a long season or playing a lot of tournaments week after week, I feel like I’m not playing with joy, I don’t have fun on the court. I just want to miss the tennis sometimes, miss the tours, miss you guys,” he explained to reporters at his press conference.</p><p>“That’s why I just want to have long breaks, because it’s impossible to last the whole season playing every tournament.”</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GHPUJAG43U6SUCQFTSRMOBHDOU.jpg?auth=21ee4c246ddb618109ee729dee089d036fcf0e0eeca08536cc3b5a641767701a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carlos Alcaraz, of Spain, gestures after he won his match against Wu Yibing, of China, during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5TBWSO6YKGOJ2HOV7PNLN7XT3M.jpg?auth=06b63b3dbb672efe82f0838e7852578b6478e00b21f546f598b661e8e1a0d860&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carlos Alcaraz, of Spain, gestures after he won his match against Wu Yibing, of China, during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IVCKQHNYNKJX23DGCLFX3EJIRQ.jpg?auth=0a374d8d9e47aa0b499d228ab30dcec1f9d917c20d7493c59885295d37b5fd96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carlos Alcaraz, of Spain, gestures after he won his match against Wu Yibing, of China, during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G2H4HKC32UXULYYVL3UWAND6KQ.jpg?auth=c27ace3351407f60f2c8ec6f94c4235c07b47b2084c73d2aceb6f9d9d7f75c9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carlos Alcaraz, of Spain, reacts during the third round of the U.S. Open tennis championships against Wu Yibing, of China, Friday, Sept. 4, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Former Cowboys running back Emmitt Smith is sued by investor over wind farm project]]></title><link>https://www.local10.com/news/florida/2026/09/04/former-cowboys-running-back-emmitt-smith-is-sued-by-investor-over-wind-farm-project/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/09/04/former-cowboys-running-back-emmitt-smith-is-sued-by-investor-over-wind-farm-project/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[NFL career rushing leader Emmitt Smith is being sued by a Native American investment company over claims that the former Dallas Cowboys running back and his business partners misappropriated a $2.5 million loan that was supposed to fund a wind farm project in Texas.]]></description><pubDate>Fri, 04 Sep 2026 23:21:54 +0000</pubDate><content:encoded><![CDATA[<p>NFL career rushing leader Emmitt Smith is being sued by a Native American investment company over claims that the former Dallas Cowboys running back and his business partners misappropriated a $2.5 million loan that was supposed to fund a wind farm project in Texas.</p><p>Kituwah LLC claimed in a lawsuit filed this week in Delaware that 4 13 Solutions used the money to repay an investor from previous dealings with Smith's company. Kituwah seeks to invest in business opportunities for the Eastern Band of Cherokee Indians.</p><p>Kituwah's attorneys said Smith and the Pro Football Hall of Famer's longtime business partner, David Mosley, misrepresented their efforts to secure a U.S. Department of Energy loan that would have triggered repayment to Kituwah.</p><p>Kituwah claims the loan has accrued about $600,000 in interest and is asking a jury to determine damages. A message sent to 4 13 Solutions wasn't immediately returned. There was no information on an attorney for Smith or his company in the filing.</p><p>According to the lawsuit, Darrel Wilson of Wilson Holdings of North America LLC told Kituwah that he accepted a $2.5 million payment from Smith's company and said he didn't know what triggered the payment. Kituwah's attorneys said it was, “Essentially, like a ponzi scheme.”</p><p>Kituwah claims Wilson Holdings was supposed to be repaid only after the wind farm project between Austin and San Antonio, called Project Exodus, secured permanent financing.</p><p>“Smith and Mosley knew this was improper,” the lawsuit said. “Instead of telling the truth, they represented to Kituwah that 4 13 Solutions had used the money to acquire Project Exodus as promised, but that the acquisition had been held up for one reason or another.”</p><p>The lawsuit claims Smith and his partners never met the requirements for securing government funding and repeatedly made excuses for why the project wasn't proceeding or stopped responding to requests.</p><p>Kituwah said it delivered the funds on Sept. 1, 2023, with the expectation of being paid back within months. The lawsuit said 4 13 Solutions promised the wind farm would be operational by December 2024, but Kituwah had seen no evidence the project even existed just a month before that date.</p><p>Kituwah said Smith and his partners claimed the wind farm project was valued at $396 million and would generate nearly $14 million in net income in its first year.</p><p>The 57-year-old Smith spent the first 13 of his 15 seasons with the Cowboys, won three championships and was the MVP of Super Bowl 28. He broke Walter Payton's rushing record in 2002 and finished with 18,355 yards.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YISWENP5FMJSUPUYHJL3PNL474.jpg?auth=07dae2966392f2c39826b7b7ffdfacff3b47abf781ed29de5035882369ba624f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Emmitt Smith arrives at the premiere of "America's Team: The Gambler and His Cowboys" on Monday, Aug. 11, 2025, at The Egyptian Theatre in Los Angeles. (Photo by Richard Shotwell/Invision/AP,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content></item><item><title><![CDATA[McVay says entire Rams roster is traveling to Australia, but Aaron Donald's playing status still TBD]]></title><link>https://www.local10.com/sports/2026/09/04/mcvay-says-entire-rams-roster-is-traveling-to-australia-but-aaron-donalds-playing-status-still-tbd/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/mcvay-says-entire-rams-roster-is-traveling-to-australia-but-aaron-donalds-playing-status-still-tbd/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — The Los Angeles Rams' entire roster will travel to Australia for their regular-season opener next week, but coach Sean McVay still isn't sure whether unretired defensive tackle Aaron Donald will play.]]></description><pubDate>Fri, 04 Sep 2026 23:16:20 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — The Los Angeles Rams' entire roster will travel to Australia for their regular-season opener next week, but coach Sean McVay still isn't sure whether unretired defensive tackle Aaron Donald will play.</p><p>McVay announced his plans Friday for the Rams while they began preparations for their trip to Melbourne, where they will meet the rival San Francisco 49ers.</p><p>The Rams were initially equivocal on whether Donald would make the long trip for the NFL's first international game in Australia. The 35-year-old superstar only ended his retirement last weekend, rejoining the Rams after 2 1/2 years away.</p><p>McVay said the Rams still haven't decided whether Donald will suit up at the Melbourne Cricket Ground alongside Myles Garrett, but Donald has clearly made significant progress in his return to game shape.</p><p>“I don't have that sense quite yet,” McVay said. "I think (the ramp-up process) has been really good. He’s so intentional about his rhythm and routine. ... This week will be a big week for him in terms of how he feels, and then we’ll take it a day at a time and see where he’s at. If he feels good enough to go, great. If not, I have a lot of confidence in the other guys that’ll be ready to step up if that’s the case, that have really gotten all the reps anyway.”</p><p>Garrett is expected to play in Melbourne despite missing more than a dozen training camp workouts with soreness and a minor knee concern, while All-Pro receiver Puka Nacua is also expected to play after making significant progress in his return from a core muscle injury incurred three weeks ago.</p><p>“He’s feeling good,” McVay said. “Been hitting some high-speed yards at a really good clip, and when we get back out there, it’ll be fun to have him.”</p><p>The Rams are completing their full week of preparation for the 49ers at their training complex in Woodland Hills before flying to Australia less than 48 hours before the game, which will be played Friday morning in Melbourne and Thursday night in the U.S.</p><p>San Francisco took the near-opposite approach, flying to Australia earlier this week and doing its full week of preparation on site.</p><p>McVay strongly believes in the correctness of the Rams' approach to international games. They've honed it in previous years on trips to London and to Mexico City, yet McVay realizes that no NFL team has ever traveled as far as the Rams and 49ers for this Week 1 showdown.</p><p>“The thinking in its simplest form is, what do we deem the best for our football players, and for them to try to be at their best?” McVay asked. “There are different approaches and theories, but I do have a lot of trust in our group, and we’ll see. Hopefully it works out. I know that we’ve got a bunch of guys that I think will feel good about the plan.”</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TPZFTQPEI3VQ76XDCQ2EJHTTUI.jpg?auth=b73d27516bae05f64b5fc5a08fe8adcd44a97731a8083542d25cebc7a9528af9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aaron Donald speaks to the media at the Los Angeles Rams' training complex in Los Angeles, Sunday, Aug. 30, 2026. (AP Photo/Greg Beacham)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Beacham</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SLV5RY4FOCWELKKRU3EL53H5QY.jpg?auth=70742308e37cfe9239b3b53bd408022ad600e609757546590be29232cf652664&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aaron Donald takes the field for practice at the Los Angeles Rams' training complex in Los Angeles, Sunday, Aug. 30, 2026. (AP Photo/Greg Beacham)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Beacham</media:credit></media:content></item><item><title><![CDATA[Key moments in the Lindsay Clancy case: the 911 call, mental health care, mistrial]]></title><link>https://www.local10.com/news/2026/09/04/key-moments-in-the-lindsay-clancy-case-the-911-call-mental-health-care-mistrial/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/04/key-moments-in-the-lindsay-clancy-case-the-911-call-mental-health-care-mistrial/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — A mistrial was declared in the Lindsay Clancy murder trial on Friday after jurors failed to reach a verdict on whether she was criminally responsible for killing her three young children at her Massachusetts home.]]></description><pubDate>Fri, 04 Sep 2026 23:02:39 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — A mistrial was declared in the Lindsay Clancy murder trial on Friday after jurors failed to reach a verdict on whether she was criminally responsible for killing her three young children at her Massachusetts home.</p><p>Judge William Sullivan declared the mistrial on the seventh day of deliberations after jurors sent a note saying: “It is with a heavy heart that we report we are unable to come to a unanimous decision and will not be able to.”</p><p>The emotionally charged case has sharply divided many Americans and generated intense interest for over a month as it's drawn attention to issues around maternal mental health after childbirth.</p><p>Clancy, 36, never disputed that she killed her children. But her attorney said she had a rare condition called postpartum psychosis when she strangled her kids, the youngest just 8 months old, then tried to take her own life in 2023. Prosecutors said Clancy knew what she was doing.</p><p>Here are some key moments from the trial:</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>Her former husband made an anguished 911 call</p><p>Clancy’s former husband, Patrick Clancy, was first to take the stand.</p><p>In emotional testimony, he described the day he found his wife after she tried to kill herself.</p><p>Lindsay Clancy had sent him out to get takeout food and medication for their daughter, which prosecutors argue was an excuse to get him out of the house.</p><p>He came home to find the house unusually silent, before finding blood throughout the main bedroom and a window open.</p><p>Jurors listened to the 911 call he made after finding his wife outside in the snow. She had jumped from a second-story window. Clancy can be heard speaking with his wife, then telling the dispatcher he’s going to check on the children.</p><p>Moments later, he howls and cries after finding his children in the basement. The confused dispatcher repeatedly asks what happened.</p><p>“She killed the kids!” he yells.</p><p>Everyone knew Clancy was struggling</p><p>Clancy’s mother, mother-in-law, sister, friends and co-workers testified that Clancy struggled with her mental health after giving birth to Callan, the youngest of her three children.</p><p>Clancy’s mother-in-law, Susan Clancy, said she and her former daughter-in-law were close. Both worked as labor and delivery nurses. She described Lindsay as a wonderful mother.</p><p>But she testified that Lindsay had become anxious, paranoid and suicidal, and that the psychiatric care she was getting wasn’t helping.</p><p>“She felt unwell. She had insomnia. She was losing her appetite. She was very anxious and sad,” Susan Clancy said. “She was begging for help.”</p><p>Lindsay Clancy’s mother, Paula Musgrove, testified that her daughter was scared to sleep alone, became paranoid and believed the medications she was taking “were destroying her mind.”</p><p>The defense questioned the quality of Clancy’s medical care</p><p>Clancy saw several doctors about her declining mental health, and eventually checked herself into a psychiatric hospital.</p><p>Her lawyer, Kevin Reddington, argued that she was misdiagnosed and overmedicated.</p><p>As he cross-examined one of her psychiatrists, Dr. Jennifer Tufts, Reddington questioned her expertise, decisions about prescriptions and use of 25-minute video appointments with limited time for talk therapy.</p><p>At one point, Reddington implied that Tufts was a box-checking “robot.”</p><p>“What did you do?” he asked as they discussed an appointment about two months before the killings. “You had a woman who was telling you she felt hopeless.”</p><p>“I told her that this was something we could address, that there was hope, that there are treatments, that there are different types of programs,” Tufts said, “so she knew that she still had options and a reason to hope.”</p><p>Clancy said she heard a voice telling her to kill them</p><p>Paul Zeizel, a clinical and forensic psychologist who visited Lindsay Clancy in the hospital after she killed the children, testified that he overheard her saying that a disembodied male voice had told her she had no choice but to kill her children and then herself. Zeizel said he believed Clancy wasn’t responsible for her actions because of her deep mental illness.</p><p>Prosecutors called a rebuttal witness, forensic psychologist Kirk Heilbrun, who said he didn’t believe Clancy had hallucinated voices.</p><p>“One of the things that she said when I asked about what happened, is that in the course of strangling each child, she said, ‘Go to God, baby. Go to God,’” he testified. “That was part of her expectation — that she and the children would be together in heaven with God.”</p><p>Dr. Gregory Saathoff, a senior psychiatrist for the FBI’s Behavioral Analysis Unit, testified for prosecutors that Clancy “had the capacity to know right from wrong.”</p><p>The lawyers got the last word</p><p>After testimony was complete, each side got about an hour to make their closing argument to the jury.</p><p>Reddington showed the jury a photograph of the Clancy family, looking happy, and a second one of Lindsay Clancy in the hospital.</p><p>“How does this turn into this?” Reddington asked. “How? Because of the damn medicine and the lousy medical care that she got.”</p><p>Prosecutor Jennifer Sprague said criticizing the mental health system was “a distraction.” She said Clancy chose to kill her children because doing so would make it easier to kill herself.</p><p>“She was depressed. She was exhausted. She was done. She didn’t want to try anymore. She felt damaged,” Sprague said. “But those kids, those kids were her protective factor. Those kids were keeping her from ending her misery.”</p><p>Jurors share emotional note that they still can't reach a decision</p><p>Starting Tuesday, the fourth day of deliberations, jurors said they couldn't unanimously agree. The judge asked them to keep deliberating. On Wednesday, they told him they were still at an impasse. He told them again to keep trying.</p><p>Then, on Thursday, the jury’s foreperson told the judge that a single juror wouldn’t follow the court’s instructions about reasonable doubt.</p><p>The judge brought in each juror individually and questioned them in private. He then reread his instructions on reasonable doubt before sending them back to continue deliberating.</p><p>Jurors returned Friday for their seventh day of deliberations, but not long after resuming they told the judge again they were unable to agree.</p><p>Whiplash courtroom drama ends with a mistrial</p><p>The judge said he didn’t feel he had any choice but to declare a mistrial. That prompted an audible gasp in the courtroom.</p><p>But after several minutes, Reddington requested he be allowed to file an emergency appeal to the state’s highest court. Sullivan told Reddington he’d give him an hour.</p><p>Less than three hours later, the judge confirmed Reddington’s high court appeal had been denied and formally declared a mistrial.</p><p>Outside the courthouse, Reddington blasted the sole juror who he believed stood in the others’ way of an acquittal.</p><p>“They know they were robbed by one man, for whatever his agenda was, who stole seven weeks of the life of these other jurors that were so attentive, so beautiful, so wonderful,” he said.</p><p>The prosecutor who originally decided to charge Clancy said there would not be an immediate decision about a second trial.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7HWTU5BQP74M7GYGJA3ZBYEW2E.jpg?auth=6e1daf93fc3a679d1db58a2afa82f16031b76545be7cc876d2811645bf3a4ce3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy and attorney Kevin Reddington listen to Judge William Sullivan declare a mistrial in Clancy's murder trial on Friday, Sept. 4, 2026, in Plymouth, Mass. (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/S52G43AJPGT5Q4535MV4NASVCY.jpg?auth=277602bbb0afea37f21ccedd08219c9c56d0b420383706bb415be157a5dacdbd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Judge William Sullivan indicates he was going to declare a mistrial before changing course and giving Lindsay Clancy's defense attorney one hour to appeal as the jury in the case has indicated they they are unable to reach a verdict on Friday, Sept. 4, 2026, in Plymouth, Mass. (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/7T46QGD42OUJQWN5QKHC3ZKHOA.jpg?auth=dddc334a3d0a4df0d44328e6a635711ae2543dcbfa056cba04ba5ac46adcbbee&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, center, leaves court, flanked by media and law enforcement, after the judge declared a mistrial in Lindsay Clancy's murder trial at Plymouth County Superior Court, Friday, Sept. 4, 2026, in Plymouth, 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/D4ZLWOY5M52R6KMJVV7GF267OU.jpg?auth=189feb757c3a7fca5c9dbfb1ab510eba53bec5a8913dfb032a342d42ea3cb86d&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 holds up a picture of th Clancy family before the murders during closing arguments in the Lindsay Clancy murder trial at Plymouth Superior Court in Plymouth, Mass., Thursday, Aug. 27, 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/DPXZABKXRJNAIP3LO2PFL6DVDE.jpg?auth=67e6675dab4230e949b1a5630a9276834fc329e778d7c46b55b5a1580f74ead4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Patrick Clancy sits on the stand during the Lindsay Clancy murder trial at Plymouth Superior Court in Plymouth, Mass., on Wednesday, July 29, 2026. (David L. Ryan/The Boston Globe via AP, Pool,File)]]></media:description><media:credit role="author" scheme="urn:ebu">David L. Ryan</media:credit></media:content></item><item><title><![CDATA[ATF director says agency tackling violent crime in South Florida, beyond]]></title><link>https://www.local10.com/news/local/2026/09/04/atf-director-says-agency-tackling-violent-crime-in-south-florida-beyond/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/atf-director-says-agency-tackling-violent-crime-in-south-florida-beyond/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[In an exclusive interview with Local 10 News, the director of the Bureau of Alcohol, Tobacco, Firearms and Explosives (ATF) revealed how the agency is fighting violent crime nationwide and in South Florida. ]]></description><pubDate>Fri, 04 Sep 2026 22:45:19 +0000</pubDate><content:encoded><![CDATA[<p>In an exclusive interview with Local 10 News, the director of the Bureau of Alcohol, Tobacco, Firearms and Explosives revealed how the agency is fighting violent crime nationwide and in South Florida. </p><p>“We are the only Department of Justice agency whose primary mission is focused on violent crime,” said ATF Director Robert Cekada. </p><p>Cekada, who spent part of his law enforcement career in Plantation, said new technology is helping crack cases at a pace unlike before.</p><p>Earlier in the summer, ATF was the lead agency on Operation Hurricane in Palm Beach County. </p><p>Nearly 50 people were charged and 94 firearms were seized. One gun was allegedly linked to a murder, thanks to data from the National Integrated Ballistic Information Network, or NIBIN.</p><p>As part of the process, technicians store unique microscopic markings - like fingerprints - left on spent bullet casings or cartridges confiscated or recovered from crime scenes.</p><p>Cekada said many South Florida agencies are part of the network. </p><p>“Once we put those images into the system, it compares against other images from crime scenes across this region and frankly across the country,” he said. “And we’re able to identify if that firearm was used in another violent crime.”</p><p>Cekada also said DNA technology has improved exponentially to link a firearm to an actual shooter. </p><p>“From 2017 to today, we’ve increased our ability to collect, preserve, and use DNA in a firm analysis from 2% to almost 70%. So DNA is a critical piece,” he said. </p><p>One ongoing ATF case underway is an investigation into an apparent machine-gun-making factory at a house in Miami Gardens.</p><p>According to a federal criminal complaint, the 20-year-old resident had “a kiln, Dremel tools, jigs designed to manufacture firearms” as well as devices to render some guns fully automatic.</p><p>A pistol made from a 3D printer was also reportedly found. </p><p>“Agents also discovered multiple workstations and a test-fire apparatus in the backyard,” the complaint read. </p><p>An undercover purchase allegedly led to the arrest.</p><p>It’s not illegal to 3-D print firearms, Cekada said. But it’s illegal to sell them without proper permitting. </p><p>“We want to make sure that we support legal manufacturing, legal gun ownership,” he said. “The only way to continue doing that is to hold violent criminals accountable and bring forth the best prosecutions that can ensure that their their sentences are so severe that it holds others in fear of facing the same charges that these guys are.”</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[Florida International University police motorman injured in Miami-Dade ]]></title><link>https://www.local10.com/traffic/2026/09/04/florida-international-university-police-motorman-injured-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/09/04/florida-international-university-police-motorman-injured-in-miami-dade/</guid><dc:creator><![CDATA[Janine Stanwood, Andrea Torres]]></dc:creator><description><![CDATA[A motorman with the Florida International University Police Department was hospitalized after a crash on Friday in Miami-Dade County, according to FIU Police Chief Alexander D. Casas. ]]></description><pubDate>Fri, 04 Sep 2026 18:43:55 +0000</pubDate><content:encoded><![CDATA[<p>A motorman with the Florida International University Police Department was hospitalized after suffering a leg injury during a crash on Friday in Miami-Dade County, according to FIU Police Chief Alexander D. Casas.</p><p><a href="https://www.local10.com/espanol/2026/09/04/policia-motociclista-de-florida-international-university-resulta-herido-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/policia-motociclista-de-florida-international-university-resulta-herido-en-miami-dade/">Leer en español </a></p><p>Miami-Dade Fire Rescue personnel rushed the FIUPD motorman from Hialeah Gardens to HCA Florida Kendall Hospital in an ambulance. </p><p>The crash was along U.S. Route 27, near Frontage Road, according to MDFR. Florida Highway Patrol troopers temporarily blocked southbound traffic to make way for the ambulance on the Florida Turnpike.</p><p>The motorman appeared alert when he arrived on a gurney with MDFR personnel at the HCA Florida Kendall Hospital’s emergency room entrance. His left leg was bandaged. </p><p><i>Local 10 News Senior Assignment Editor Frine Gomez contributed to this report. </i></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d32946.050375719526!2d-80.3492318!3d25.8683254!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9bcb0accb9a01%3A0x473eaa7e0187a232!2sFrontage%20Rd%2C%20Hialeah%20Gardens%2C%20FL!5e1!3m2!1sen!2sus!4v1788547754341!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Sky owner Michael Alter calls Enes Kanter Freedom lawsuit 'meritless and frivolous']]></title><link>https://www.local10.com/sports/2026/09/04/sky-owner-michael-alter-calls-enes-kanter-freedom-lawsuit-meritless-and-frivolous/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/sky-owner-michael-alter-calls-enes-kanter-freedom-lawsuit-meritless-and-frivolous/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Chicago Sky owner Michael Alter says a lawsuit filed by former NBA center Enes Kanter Freedom is “meritless and frivolous.”]]></description><pubDate>Fri, 04 Sep 2026 22:28:57 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Chicago Sky owner Michael Alter says a lawsuit filed by former NBA center Enes Kanter Freedom is “meritless and frivolous.”</p><p>Freedom is alleging that his First Amendment rights were violated when he was ejected from the Sky's WNBA game against the Indiana Fever on Aug. 23. He is seeking damages and the removal of his ban when it comes to attending games at Wintrust Arena.</p><p>The lawsuit, filed Thursday in U.S. District Court in Illinois, names Chicago Women’s Basketball Operations, LLC, which runs the Sky, the Metropolitan Pier and Exposition Authority, the corporation that owns the arena, and the city of Chicago as defendants.</p><p>“Freedom was removed for his conduct, not his speech,” Alter said Friday in a statement released by the Sky. “We look forward to the truth prevailing in court.”</p><p>The 6-foot-10, 250-pound Freedom was removed from the game after he was confronted by Sky guard Natasha Cloud late in the third quarter.</p><p>Freedom was sitting along the baseline wearing a black shirt that read “WOMAN noun. adult human female.”</p><p>The Fever called for a timeout after Cloud scored inside with 1:22 left in the period. Cloud then did a chest bump with teammate Aicha Coulibaly before turning around and walking in Freedom’s direction.</p><p>Cloud, 34, started yelling and pointing at Freedom, 34, as she approached him. A standing Freedom held his arms out and stepped onto the court as security and a handful of Sky players moved in between the two.</p><p>Freedom stopped near the basket to plead his case to security as he was escorted from the court area. He spun around while holding his shirt out and encouraged the crowd to respond as he walked toward the front lobby.</p><p>He had a conversation with a group of police officers before departing the arena.</p><p>“The Defendants combined and conspired, and acted jointly to execute their conspiracy, to discriminate against Plaintiff based on Plaintiff’s verbal and demonstrable expression of viewpoint and gender identity when they wrongfully ejected Plaintiff from a recent WNBA game,” Freedom's lawsuit reads. “Defendants compounded and exacerbated Plaintiff’s injuries when they subsequently banned Plaintiff indefinitely from attendance.”</p><p>Alter announced on Aug. 25 that Freedom was banned from Sky games at Wintrust Arena until he is "able to prove to us to our satisfaction that he is able to abide by our rules without being a potential threat.”</p><p>In Friday's statement, Alter said Freedom's assertion that he was removed because of his speech was false.</p><p>“As his own complaint acknowledges, he wore the shirt in question for multiple hours without any contact with security,” Alter said. “Security removed Freedom only after he violated fan code of conduct by rising from his seat, gesturing at a player, and stepping toward the court.”</p><p>The WNBA has been the subject of recent debates on whether transgender women — people assigned male at birth who transition to align with their gender identity — should be allowed to participate in the league. There has never been such a player in the WNBA.</p><p>Although the league’s collective bargaining agreement says the WNBA is restricted to women, it contains no more specific language about gender identity or sex assigned at birth.</p><p>Freedom and Royce White, another former NBA player, have declared for the WNBA draft, saying they identify as women. But a person familiar with the decision told the AP that they are not eligible. The person spoke on condition of anonymity because of the sensitive nature of the situation.</p><p>“You don’t have to agree with my speech but you don’t get to silence me for it,” Freedom posted on social media on Thursday. “I will not be intimidated. I will not be silenced. I will continue to stand for women and defend free speech.”</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SWL7FOYMGDSHPE2WPJN4Q4P3YI.jpg?auth=f630cd6399cf0faa5254b79fa0354b17af8d862323e28468f35d4cda9f00a532&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NBA center Enes Kanter Freedom greets a friend before a WNBA basketball game between the Indiana Fever and the Chicago Sky, Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EVHS3CYLHFOEZTB7CP2V66OL6U.jpg?auth=cd09ccbb08b883dc4f7b2cab82dd256450450601081b7bc9bdaad4109856f996&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NBA center Enes Kanter Freedom looks on during the first half of a WNBA basketball game between the Indiana Fever and the Chicago Sky, Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2P4GYHLZFHGHVUBI7OVG6C7ITY.jpg?auth=09032192e877aa97ca2d59b8798a3dd283c820411d173d5ca1090573fdbc23d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Sky guard Natasha Cloud argues with former NBA center Enes Kanter Freedom, right, during the second half of a WNBA basketball game against the Indiana Fever, Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F37GFZDIA55NSV7XBGJE4T6NGE.jpg?auth=c8fb8e59f51a9a5a389e5dcaa2b553405f029a69f96e91ed75881b94a9384162&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans stand up as they hold signs while Chicago Sky guard Natasha Cloud argues with former NBA center Enes Kanter Freedom during the second half of a WNBA basketball game against the Indiana Fever, Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Mother arrested in Jacksonville after her baby’s death in Hollywood posts bond]]></title><link>https://www.local10.com/news/2026/09/04/mother-arrested-in-jacksonville-over-her-babys-death-in-hollywood-to-be-released-on-bond/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/04/mother-arrested-in-jacksonville-over-her-babys-death-in-hollywood-to-be-released-on-bond/</guid><dc:creator><![CDATA[Terrell Forney, Andrea Torres]]></dc:creator><description><![CDATA[A 20-year-old mother called 911 on Oct. 14 to report that her baby girl was cold, pale, and unresponsive after a nap in her bassinet at her home in Hollywood, according to police.]]></description><pubDate>Fri, 04 Sep 2026 22:23:54 +0000</pubDate><content:encoded><![CDATA[<p>A 20-year-old mother called 911 on Oct. 14 to report that her baby girl was cold, pale, and unresponsive after a nap in her bassinet at her home in Hollywood, according to police.</p><p>Fire rescue personnel responded, performed CPR, and took the 7-week-old girl to the Joe DiMaggio Children’s Hospital, where she was declared brain dead on Oct. 18 and was on a ventilator for an organ transplant on Oct. 22. </p><p>Investigators found that a pediatrician reported the baby was in good health on Oct. 8, and the baby’s parents, Gracie Tellez and Robert L. Ingram Jr., used their phones to play Call of Duty and watch YouTube before the 911 call on Oct. 14, records show. </p><p>“She has always stuck through. She has always been my right hand. She’s the one who takes care of the kids, her siblings. The smallest one is 2 years old,” Tellez’s mother, Jessica Navarro, told Broward Circuit Judge Edward H. Merrigan, Jr., on Friday in court. </p><p>During her testimony, Navarro pleaded for her daughter’s release from jail. Merrigan agreed to release her on a $15,000 bond. </p><p>The Broward County Medical Examiner ruled the baby’s cause of death to be complications of blunt head trauma and classified the manner of death as a homicide. The baby’s reported injuries included bleeding in both eyes, retinal detachments, skull fractures, and hemorrhages along her spine.</p><p>A Broward County judge issued arrest warrants for Tellez and Ingram on July 27. The U.S. Marshals <a href="https://www.usmarshals.gov/news/press-release/us-marshals-arrest-florida-parents-wanted-murder-of-7-week-old-daughter" target="_self" rel="" title="https://www.usmarshals.gov/news/press-release/us-marshals-arrest-florida-parents-wanted-murder-of-7-week-old-daughter">reported</a> arresting them on July 29 in the 1300th block of Marsh Grass Court in Jacksonville. </p><p>Broward Sheriff’s Office corrections booked Tellez and Ingram, 22, on Aug. 13. </p><p>“She is my firstborn child,” Navarro said in court about Tellez. </p><p>Tellez turned 21 on Aug. 20 and was behind bars at the North Broward Bureau, and Ingram was at the Paul Rein Detention Facility on Friday, according to inmate records. </p><p>A judge denied Tellez’s bond on a charge of child neglect with great bodily harm and set her bond at $15,000 on a charge of aggravated manslaughter of a child. A judge denied Ingram bond on both charges. </p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/local/2026/08/14/hollywood-parents-arrested-months-after-7-week-old-daughter-dies-from-blunt-force-trauma-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/14/hollywood-parents-arrested-months-after-7-week-old-daughter-dies-from-blunt-force-trauma-cops-say/">Hollywood parents arrested months after 7-week-old daughter dies from blunt force trauma, cops say</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Kristi Krueger steps away from Local 10 anchor desk after 33 years — but she’s not saying goodbye]]></title><link>https://www.local10.com/station/2026/09/04/local-10-anchor-kristi-krueger-makes-important-announcement/</link><guid isPermaLink="true">https://www.local10.com/station/2026/09/04/local-10-anchor-kristi-krueger-makes-important-announcement/</guid><description><![CDATA[After 33 years behind the anchor desk at Local 10, anchor Kristi Krueger is making a change.]]></description><pubDate>Fri, 04 Sep 2026 16:40:18 +0000</pubDate><content:encoded><![CDATA[<p>After 33 years behind the anchor desk at Local 10, Kristi Krueger is making a change.</p><p><a href="https://www.local10.com/espanol/2026/09/04/kristi-krueger-se-aleja-del-escritorio-de-presentadores-de-local-10-despues-de-33-anos-pero-no-se-despide/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/kristi-krueger-se-aleja-del-escritorio-de-presentadores-de-local-10-despues-de-33-anos-pero-no-se-despide/">Leer en español</a></p><p>But this isn’t goodbye. And it’s not exactly “see you later.”</p><p>It’s “see you part-time.”</p><p>Krueger is stepping away from her regular anchoring duties but isn’t going anywhere. She’ll continue doing what she has long been passionate about: helping South Floridians better understand their health through Kristi Krueger’s “Good Health” reports.</p><p>The move also gives Krueger something else that’s increasingly precious — more time with her family.</p><p>A mother of two, Krueger is now “Gammy” to three grandchildren.</p><p><b>More than three decades at Local 10</b></p><p>Over 33 years, Krueger has become one of Local 10’s most recognizable faces.</p><p>Her television news career began after she graduated from the University of Florida and landed her first job in Sarasota.</p><p>That first stop proved important for more than just her career. It’s also where she met her future husband, Todd.</p><p>The couple later moved to Detroit before Krueger eventually made her way to Local 10.</p><p>During her time at the station, she anchored alongside the legendary anchor Dwight Lauderdale on Local 10’s primetime newscasts for nearly a decade.</p><p>She later moved to mornings before eventually transitioning to the daytime lineup, anchoring Local 10’s noon, 3 p.m., 4:30 p.m. and 5:30 p.m. newscasts.</p><p>Along the way, she became more than a familiar face to viewers. She also became a trusted colleague to generations of Local 10 journalists.</p><p><b>A storyteller who traveled the world</b></p><p>Krueger’s career has extended far beyond the anchor desk.</p><p>A three-time Emmy winner, she was also honored with the prestigious Silver Circle Award.</p><p>Her reporting has taken her around the world, including trips to the Amazon and Antarctica.</p><p>In 2025, Krueger touched down in Australia, marking her seventh continent.</p><p>But for all the places she’s traveled and all the professional honors she’s received, family has remained her driving force.</p><p>Krueger has always shared a close relationship with her mother, Karen, crediting her with helping shape her kind heart.</p><p>She also shared a special sense of humor with her father, who died in 2020 after battling Alzheimer’s disease.</p><p>Krueger has remained involved with the Alzheimer’s Association, keeping a cause deeply connected to her family close to her heart.</p><p><b>South Florida watched her family grow</b></p><p>Local 10 viewers didn’t just watch Krueger’s career unfold. Over the years, they also watched her children, Troy and Kelsie, grow up.</p><p>“Whoever said parenting was a tough job sure got that right!” Krueger once joked.</p><p>Today, Troy and Kelsie are adults with families of their own, making Krueger a grandmother of three.</p><p>And no matter how old children get, they still need Mom.</p><p>Now, her family will get to see a little more of her.</p><p><b>‘Our matriarch, our den mother, our first lady’</b></p><p>Krueger may be stepping away from the daily anchor desk, but her Local 10 family isn’t ready to let her go, either.</p><p>“She is our biggest supporter, she is our therapist, she is also our honorary doctor and I love to come to Kristi and ask her advice when anything is wrong with my children,” fellow Local 10 anchor Nicole Perez said. “And I wouldn’t trade it for anything.”</p><p>Local 10 investigative reporter Jeff Weinsier summed up the role Krueger has come to play inside the Local 10 newsroom over more than three decades.</p><p>“She’s our matriarch, she’s our den mother, she’s our first lady,” Weinsier said. “She’s our staple.”</p><p>And that’s not changing.</p><p>South Florida may see Krueger a little less often, but she’ll still be here — telling stories, reporting on health and remaining part of the Local 10 family.</p><p>After 33 years, it’s not goodbye.</p><p>It’s simply see you part-time.</p>]]></content:encoded></item><item><title><![CDATA[Brazilian Supreme Court justices at odds as election and probe into failed bank loom]]></title><link>https://www.local10.com/news/world/2026/09/04/brazilian-supreme-court-justices-at-odds-as-election-and-probe-into-failed-bank-loom/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/04/brazilian-supreme-court-justices-at-odds-as-election-and-probe-into-failed-bank-loom/</guid><dc:creator><![CDATA[By MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — Brazil's Supreme Court plunged further into an institutional crisis on Friday, with two of its best known justices now requesting major sanctions against each other.]]></description><pubDate>Fri, 04 Sep 2026 22:22:58 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — Brazil's Supreme Court plunged further into an institutional crisis on Friday, with two of its best known justices now requesting major sanctions against each other.</p><p>Justice Alexandre de Moraes, 57, became a household name after leading the case that put former President Jair Bolsonaro in prison last year for an attempted coup. His colleague Andre Mendonca, 53, is the court's first evangelical member, appointed by Bolsonaro.</p><p>Their recent animosity stems from a sprawling federal investigation into the financial fraud surrounding the collapsed Banco Master and its disgraced owner, Daniel Vorcaro, a topic that has also ensnared some politicians ahead of October’s elections.</p><p>Mendonca reportedly wants de Moraes suspended while the court decides whether he should be investigated in a potential graft case. De Moraes wants Mendonca investigated by the court and potentially impeached by the Senate for investigating him in an unauthorized proceeding.</p><p>They sit next to each other in the court, whose benches align according to who was named first.</p><p>Mendonca on Tuesday unsealed a part of the federal police investigation revealing dozens of intercepted messages from Vorcaro showing he often sought advice from de Moraes.</p><p>The new findings added to suspicions about de Moraes after federal police found his wife provided legal services to Banco Master as part of a 130 million reais ($25 million) contract. The revelations this week triggered a wave of pressure from politicians, the media and legal experts for de Moraes to resign.</p><p>“I am grateful to you for my life,” Vorcaro said in one message. “For the love of God, see if you can block all these evil (measures against Banco Master)," the banker said in another.</p><p>Even presidential candidate Flávio Bolsonaro, who has also been implicated in the Banco Master scandal for receiving about $21 million to fund a film on his father's life, came out to urge the Supreme Court justice to leave his position.</p><p>On Wednesday, the crisis at the Supreme Court deepened after Brazilian media showed Mendonca had also privately met with Vorcaro last year. The judge said in a statement he only listened to what the then bank owner had to say, in a “similar dialogue with other members of the Supreme Court to discuss the same matter.”</p><p>And then Mendonca confirmed Thursday he had indeed had a more recent meeting with Vorcaro. Earlier this month, he questioned the jailed banker without authorization from the full court as required to investigate one of its members and without the presence of any federal police agents or prosecutors.</p><p>Mendonca replied he did so because Vorcaro claimed he had been mistreated by police, an accusation that Brazil's attorney general has already tossed out.</p><p>Late on Thursday, de Moraes took swift and unexpected action. He asked the court's Chief Justice Luiz Edson Fachin to investigate his colleague's conduct, calling it politically driven, and said in his request that Mendonca committed an impeachable offense for interviewing Vorcaro under those secretive conditions.</p><p>Brazil's Senate, which is the body that has the authority to impeach Supreme Court justices in Brazil, has dozens of requests for impeachment proceedings against de Moraes, and only a few against Mendonca for now.</p><p>Brazilian media reported Friday that Mendonca also asked Fachin to suspend de Moraes from the court due to the revelations from earlier this week.</p><p>The chief justice said Friday he will ask for clarifications from Mendonca, de Moraes, Attorney General Paulo Gonet, who also appears in Vorcaro's messages, and federal police director Andrei Rodrigues.</p><p>Fachin said Friday morning at a ceremony in Brazil's presidential palace with President Luiz Inácio Lula da Silva, who also asked for no one to be spared from investigations, that he will do “what is right, in the time and in the shape that the legal order requires,” without naming the crisis between his two peers.</p><p>“The institutions of the Republic must be preserved, overall in moments of the biggest tension,” he said.</p><p>De Moraes and Mendonca did not exchange words in the two sittings of the Brazilian Supreme Court on Wednesday and Thursday. Next week they will meet again.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N3HKTGDNY74IZ52WACSHFSVPNA.jpg?auth=dd0c52d94306e0919310be1c6a05f740a03c7951c47100770b059847741554df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supreme Court President Justice Edson Fachin, front, arrives to preside over a plenary session of the court in Brasilia, Brazil, Wednesday, Sept. 2, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZK7ECIFDBSCWDEBL642EU3XZLA.jpg?auth=bb639d13ed1a7506db37ed2a8be450539b86fda6bb436bca248f03e17769eb32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Statue of Justice stands outside the Supreme Court building ahead of a plenary session in Brasilia, Brazil, Wednesday, Sept. 2, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L2PRVXTCBQHUJRALCHEKFGL32A.jpg?auth=b66d2835ae827c6351e0d0e7db8f2a3c9ed5c8ca4423d504d9794f486ff049a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supreme Court Justice Andre Mendonca, left, and Justice Alexandre de Moraes attend a plenary session of the court in Brasilia, Brazil, Wednesday, Sept. 2, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[Sep. 4: Labor Day Weekend: off & on storms]]></title><link>https://www.local10.com/weather/2026/09/04/sep-4-labor-day-weekend-off-on-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/04/sep-4-labor-day-weekend-off-on-storms/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Outdoor plans this Labor Day weekend are likely to be interrupted by soaking storms.]]></description><pubDate>Fri, 04 Sep 2026 22:17:20 +0000</pubDate><content:encoded><![CDATA[<p>Outdoor plans this Labor Day weekend are likely to be interrupted by soaking storms.</p><p>Spotty showers or a random thunderstorm are not completely out of the question for South Florida on Friday night. Otherwise, clouds will linger over Miami-Dade and Broward counties as muggy conditions persist.</p><p>There could be spotty showers along the east coast Saturday morning, followed by more storms during the afternoon.</p><p>Sunday morning will offer some sunshine, but storms are expected to develop during the afternoon.</p><p>Labor Day also will feature off-and-on storms.</p><p>Temperatures are forecast to reach the low 90s each afternoon.</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[Judge refuses to block Pentagon from firing Stars and Stripes staffers over CBS interview]]></title><link>https://www.local10.com/entertainment/2026/09/04/judge-refuses-to-block-pentagon-from-firing-stars-and-stripes-staffers-over-cbs-interview/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/04/judge-refuses-to-block-pentagon-from-firing-stars-and-stripes-staffers-over-cbs-interview/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal judge refused Friday to block the Pentagon from firing three Stars and Stripes staff members who claim they were illegally disciplined for speaking out about the military news outlet's need to maintain its editorial independence.]]></description><pubDate>Fri, 04 Sep 2026 22:46:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge refused Friday to block the Pentagon from firing three Stars and Stripes staff members who claim they were illegally disciplined for speaking out about the military news outlet's need to maintain its editorial independence.</p><p>U.S. District Judge Trevor McFadden, who was nominated to the bench by Republican President Donald Trump. ruled that the journalists are unlikely to successfully prove that the Pentagon violated their First Amendment free speech rights. He said Stars and Stripes' editorial independence “is not at stake here.”</p><p>"Plaintiffs argue that their termination will chill the protected expression of themselves and others at Stripes," McFadden wrote. “Plaintiffs have failed to demonstrate a chill here.”</p><p>Stars and Stripes publisher Max Lederer, editor-in-chief Erik Slavin and Middle East reporter Lara Korte sued last Thursday in Washington, D.C., to challenge their firings by the Pentagon, which partially funds the news outlet.</p><p>Slavin says he was dismissed for insubordination after giving an interview to CBS News in which he objected to potential censorship by the U.S. military. Korte participated in the same interview. Their lawsuit says they were punished in retaliation for publishing a report on deteriorating conditions aboard the U.S.S. Abraham Lincoln.</p><p>McFadden, however, concluded that Slavin and Korte gave the interviews as part of their official duties as public employees and not as private citizens.</p><p>“They are being fired for giving pre-approved interviews on their paper’s behalf in which they largely toed the company line. Whatever else such a scheme may violate, it does not clearly offend the First Amendment,” the judge wrote.</p><p>Lederer was dismissed shortly after announcing his impending retirement. He said the Pentagon had installed a new deputy publisher — an active-duty service member — under him at the newspaper without his knowledge.</p><p>The Defense Department and Defense Secretary Pete Hegseth are among the lawsuit's named defendants.</p><p>The suit’s plaintiffs are represented by attorneys from Democracy Defenders Fund, Lawyers for Good Government, Government Accountability Project and a Yale Law School clinic.</p><p>Democracy Defenders Fund attorney Taryn Wilgus Null said the judge's decision emphasizes the “high burden” that plaintiffs have in seeking preliminary injunction, as the plaintiffs did in this case. She noted that the ruling wasn't the final word in the litigation.</p><p>“While we are disappointed in the decision, we fully expect to prevail after we have an opportunity to take discovery and all the facts are revealed,” Null said in a statement.</p><p>McFadden also has presided over The Associated Press' lawsuit accusing the Trump administration of retaliating against the AP for its decision not to follow the president’s executive order to rename the Gulf of Mexico. McFadden last year ordered the White House to restore the AP's full access to cover presidential events, affirming on First Amendment grounds that the government cannot punish the news organization for the content of its speech. The administration's appeal is pending.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7Q547VYPKR3ZFV5MHL7XYI3VAU.jpg?auth=5d82bc187b1f0be3f69bfb692aaccba4b4cca62dd6270864bfa246b6be1bcc1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Pentagon is seen from the air, July 15, 2026, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[South Florida dietitian turns personal loss into mission to make healthy eating accessible]]></title><link>https://www.local10.com/community/2026/09/04/south-florida-dietitian-turns-personal-loss-into-mission-to-make-healthy-eating-accessible/</link><guid isPermaLink="true">https://www.local10.com/community/2026/09/04/south-florida-dietitian-turns-personal-loss-into-mission-to-make-healthy-eating-accessible/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[For a group of South Florida children, learning about healthy eating starts with picking up a knife, chopping vegetables and getting into the kitchen.]]></description><pubDate>Fri, 04 Sep 2026 21:59:40 +0000</pubDate><content:encoded><![CDATA[<p>For a group of South Florida children, learning about healthy eating starts with picking up a knife, chopping vegetables and getting into the kitchen.</p><p>The kids recently gathered to prepare lemon pepper chicken while learning that nutritious meals can also be affordable, familiar and, most importantly, taste good.</p><p>Leading the lesson was Ashley Carter, a dietitian, wellness educator and co-founder and director of <a href="https://www.eatwellexchange.org/" target="_self" rel="" title="https://www.eatwellexchange.org/">EatWell Exchange</a>, a nonprofit working to break down financial and social barriers to healthy food.</p><p>For Carter, who grew up in Miami’s Liberty City neighborhood, the mission is deeply personal.</p><p>“Growing up, both of my parents had diabetes, and unfortunately my mom passed when I was just in high school from complications of diabetes,” Carter said.</p><p>That loss helped shape the path she would eventually take.</p><p>“Once I became a dietitian, the first thing I wanted to do was start a nonprofit that would teach you how to eat healthy, but most important, include cultural foods and foods that are familiar,” Carter said.</p><h3>Making healthy food accessible and familiar</h3><p>That nonprofit became EatWell Exchange.</p><p>Since 2017, the organization has reached more than 80,000 people, including children, adults and seniors across South Florida.</p><p>EatWell Exchange offers free cooking classes at schools, churches and community events, teaching participants that eating well doesn’t have to mean abandoning the foods and flavors they know.</p><p>The goal is to show people that good food can be accessible, affordable and appetizing.</p><p>During a recent class, children learned to prepare lemon pepper chicken and vegetables, taking an active role in making their own meals.</p><p>“It’s healthy and I love it, and it’s good,” participant Lyric Bailey said.</p><p>EatWell Exchange says children who cook their own food are 75% more likely to eat it.</p><h3>Publix volunteers join Food for Thought effort</h3><p>The class was also part of Local 10’s <a href="https://www.local10.com/topic/Food_for_Thought/" target="_self" rel="" title="https://www.local10.com/topic/Food_for_Thought/">Food for Thought</a> campaign, held during Hunger Action Month in September.</p><p>Publix donated the ingredients for the meal, while company volunteers worked alongside the children to prep and cook.</p><p>“We believe that you should understand the foods that you’re eating and you should understand the nutritional value of the different items, and that starts at a young age,” Publix Media Relations Manager Lindsey Willis said.</p><p>For Carter, teaching a child to make healthy choices can have an impact that extends well beyond one meal.</p><p>“They are learning skills that are going to protect their entire family for generations to come about healthy eating and wellness,” Carter said.</p><h3>Looking toward the future</h3><p>EatWell Exchange currently brings its classes into schools, churches and community events, but Carter has a bigger vision for the organization.</p><p>The nonprofit hopes to eventually establish a teaching kitchen where people can gather in a dedicated community space to prepare meals and continue learning about healthy eating.</p><p>The effort reflects the mission Carter began after experiencing the loss of her mother — helping others build healthier habits while ensuring that culture, familiarity and flavor still have a place at the table.</p><p>To learn more about EatWell Exchange and Local 10’s Food for Thought campaign, <a href="https://www.local10.com/topic/Food_for_Thought/" target="_self" rel="" title="https://www.local10.com/topic/Food_for_Thought/">click here. </a></p>]]></content:encoded></item><item><title><![CDATA[Federal judge extends block on Trump executive order seeking to limit mail voting in the midterms]]></title><link>https://www.local10.com/news/politics/2026/09/04/federal-judge-extends-block-on-trump-executive-order-seeking-to-limit-mail-voting-in-the-midterms/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/04/federal-judge-extends-block-on-trump-executive-order-seeking-to-limit-mail-voting-in-the-midterms/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI and LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[A federal judge on Friday extended her prohibition against the U.S. Postal Service implementing President Donald Trump’s executive order seeking to limit mail voting during the midterms, putting another major obstacle in the way of the administration as the first states begin sending out mail ballots.]]></description><pubDate>Sat, 05 Sep 2026 00:03:48 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge on Friday extended her prohibition against the U.S. Postal Service implementing President Donald Trump’s executive order seeking to limit mail voting during the midterms, putting another major obstacle in the way of the administration as the first states begin sending out mail ballots.</p><p>The preliminary injunction from U.S. District Court Judge Indira Talwani replaces a temporary order she granted blocking the Postal Service’s plan.</p><p>The Trump administration had already asked the Supreme Court to lift Talwani's temporary order, and on Friday it informed her that it would appeal her latest decision to the U.S. 1st Circuit Court of Appeals.</p><p>The administration is running out of time to make big changes in voting procedures, though. North Carolina began sending out its first mail ballots Friday and more states will swiftly follow.</p><p>The legal battle could have major ramifications for this year’s elections, when control of Congress is at stake. Nearly one-third of voters in the U.S. cast mail ballots and election officials contend there isn’t enough time to revise their systems to comply with the new Postal Service directives.</p><p>Talwani, who was appointed by President Barack Obama, pointed to the tight timeline in her ruling.</p><p>“Plaintiff States are required under state law to mail millions of ballots to voters on a prescribed timeframe. As detailed below, they are unable to pivot this late in the election cycle, nearly guaranteeing significant disenfranchisement for eligible voters,” she wrote.</p><p>The White House did not immediately respond to a message seeking comment.</p><p>The order allows states to voluntarily use the new Postal Service system. To date, not a single state has announced that it will do so.</p><p>Trump has long sought to limit mail voting, even though he himself often uses that method to cast his own ballot. He has falsely blamed mail balloting for his 2020 election loss, spreading baseless claims of fraud, but has so far been unable to change the longstanding voting procedure.</p><p>An initial executive order Trump issued last year to change election rules, including a requirement for people to show documentary proof of citizenship to register to vote, was halted by federal judges. They ruled that the Constitution gives states and, in some cases, Congress the power to set voting procedures, not the president.</p><p>After Trump issued his mail voting executive order in March, Democrats and voting rights groups filed several lawsuits. Two ended up before Talwani, who placed an initial hold on the order in June, prohibiting its implementation until after November.</p><p>But the Supreme Court late last month overturned that order. Its conservative majority pointedly did not say Trump’s move was legal but found the lawsuits were filed prematurely before the Postal Service issued its rule on how it would implement the order. The rule came out just before the Supreme Court released its ruling, and the plaintiffs re-filed their suits.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N7Y64S4V5SNWF2NFQPZ4IZI5S4.jpg?auth=98f3e48d39144c39f712e97984c43587cc8ce0fb4f88183ec7f1404bb81d2410&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A large box of pre-assembled mail-in ballots at the Wake County Board of Elections on Thursday, Sept. 3, 2026, in Raleigh, N.C. (AP Photo/Matt Ramey)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Ramey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M3KRKCAKV4FDJR7J5TSVBZATKM.jpg?auth=06e0b91e042db282b42ad3d932a06a85b7509197ce8cbb8eed3f6c8a1eb18227&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wake County Board of Elections employees prepare absentee ballots to be mailed on Thursday, Sept. 3, 2026, in Raleigh, N.C. (AP Photo/Matt Ramey)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Ramey</media:credit></media:content></item><item><title><![CDATA[Sex offender with sordid history on NYC subway now accused of groping girls outside Broward mosque]]></title><link>https://www.local10.com/news/local/2026/09/04/sex-offender-with-sordid-history-on-nyc-subway-now-accused-of-groping-girls-outside-broward-mosque/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/sex-offender-with-sordid-history-on-nyc-subway-now-accused-of-groping-girls-outside-broward-mosque/</guid><dc:creator><![CDATA[Chris Gothner, Christina Vazquez]]></dc:creator><description><![CDATA[A sex offender who authorities said was arrested three times for lewd behavior on the New York City subway now faces disturbing allegations in South Florida.]]></description><pubDate>Fri, 04 Sep 2026 21:41:57 +0000</pubDate><content:encoded><![CDATA[<p>A sex offender who authorities said was arrested three times for lewd behavior on the New York City subway now faces disturbing allegations in South Florida.</p><p>A 36-year-old man booked under the name Jose Kamruzzaman was taken into custody on Thursday in connection with the Feb. 27 incident at the Islamic Center of South Florida, a mosque at 1641 NW 15th St. in Pompano Beach.</p><p>According to the Broward Sheriff’s Office, security guards at the mosque called deputies after seeing a man later, identified as Kamruzzaman, of Boca Raton, engaging in “odd” behavior with a group of girls who were walking outside ― namely, Kamruzzaman picking one of them up. </p><p>A report states that the girls told one guard they didn’t know Kamruzzaman, whom the guards also confronted, trying to get his identification. Deputies said he instead took off in his car, but the guards were able to snap a photo of his license plate.</p><p>According to BSO, video showed Kamruzzaman beckoning one of the girls over and lifting her up. Deputies said he inappropriately touched two girls during the encounter. Their ages weren’t specified, but at least one was under 12, authorities said.</p><p>Authorities said they were able to trace the vehicle to Kamruzzaman, who had it registered under No Name Given Kamruzzaman. Deputies said in the report that Kamruzzaman only had one name, so it’s unclear whether “Jose” is a legal name, a nickname or a placeholder.</p><p>The New York Police Department has referred to Kamruzzaman as “Fnu Kamruzzaman” - “Fnu” standing for “first name unknown.”</p><p>“We don’t even know his first name,” a Broward prosecutor said in court Friday.</p><p>According to BSO, Kamruzzaman has had at least three run-ins with the NYPD for lewd subway behavior.</p><p>In 2014, they said he was arrested for “rubbing himself against a 15-year-old girl on a train.”</p><p>In August 2017, police said he rubbed himself against an off-duty female police officer on a Manhattan-bound 7 train in Queens, then “exposed himself,” then got off at a stop and fled before being captured in the Sunnyside neighborhood.</p><p>Then, in 2021, he was accused of “masturbating in front of a woman” on an E train.</p><p>Kamruzzaman, now facing Broward charges of lewd and lascivious conduct and lewd and lascivious molestation, was ordered held without bond.</p><p>He’s also behind bars on an immigration hold. His nationality wasn’t clear; arrest documents list his place of birth as Queens, which a prosecutor said in court was “clearly not accurate,” given that he has a final deportation order.</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[Real Madrid and PSG lose their first games in the domestic leagues]]></title><link>https://www.local10.com/sports/2026/09/04/real-madrid-and-psg-lose-their-first-games-in-the-domestic-leagues/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/real-madrid-and-psg-lose-their-first-games-in-the-domestic-leagues/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Real Madrid and Paris Saint-Germain were dealt their first losses in their domestic leagues on Friday when Kylian Mbappé had an injury-time penalty saved in La Liga and PSG coughed up a lead in Ligue 1.]]></description><pubDate>Fri, 04 Sep 2026 22:28:28 +0000</pubDate><content:encoded><![CDATA[<p>Real Madrid and Paris Saint-Germain were dealt their first losses in their domestic leagues on Friday when Kylian Mbappé had an injury-time penalty saved in La Liga and PSG coughed up a lead in Ligue 1.</p><p>Madrid fell at Real Betis 1-0 for its first defeat since the return of coach Jose Mourinho.</p><p>PSG fell at home to Monaco 2-1 on the same day that coach Luis Enrique agreed to stay at the European champion through 2030.</p><p>Madrid laid low in Seville</p><p>Betis stunned Madrid when newcomer Troy Parrott, an Irish striker, knocked in a ball that Thibaut Courtois did well to save from a header by a Betis teammate.</p><p>Madrid best chance to reply wasn't until Vinícius Júnior earned a penalty when he was cut down by Natan in the box in injury time. But Betis goalkeeper Álvaro Valles smothered Mbappé’s spot kick, adding to his great performance on the night.</p><p>Madrid had won its first three games in La Liga. Betis was coming off a shock 5-2 loss to Levante, after it had won twice.</p><p>Mbappé scored four goals in his previous two games but the France star was off at La Cartuja Stadium. Besides wasting the penalty, he also squandered a great setup by Vinícius in the first half when he sent back-to-back shots into the bodies of Betis defenders.</p><p>“My team played a great game, and sometime you lose and you don’t know why,” Mourinho said. “We dominated, controlling everything, lots of attacks, lots of chances. If we had drawn we would have been left frustrated, so imagine how we feel after losing.”</p><p>Next up for Madrid is a home game against Inter Milan in the opening round of the Champions League on Tuesday.</p><p>PSG falls after giving out new contracts</p><p>PSG looked to be on its way to its first win when Marquinhos put the host ahead in the 31st, but Monaco rallied with goals by Flavio Nazinho in the 58th and Stanis Idumbo in the 72nd.</p><p>Monaco leads Ligue 1 as the only team to win its first three games.</p><p>PSG had already drawn 2-2 with Rennes and Lille in its first two games. It also lost the French Super Cup to Lens 1-0 last month.</p><p>Its first league defeat came hours after the French powerhouse announced contract extensions for coach Luis Enrique and several players.</p><p>João Neves, Lucas Beraldo, Senny Mayulu and Willian Pacho all got new deals through 2031, while Fabian Ruiz had his contract extended through 2028.</p><p>U.S. striker Folarin Balogun was left out of Monaco’s squad after the collapse of his proposed transfer to Everton this week.</p><p>Liverpool gets first win</p><p>Alexander Isak scored twice and Bradley Barcola debuted as Liverpool got its first win in the Premier League under its new coach after beating Ipswich 2-0 away.</p><p>Liverpool had been held to a pair of 2-2s against Newcastle and Nottingham Forest in Andoni Iraola’s first games in charge.</p><p>But Liverpool got clicking right from kickoff at Ipswich as Isak struck twice in the sixth and ninth minutes from a pair of assists by Cody Gakpo.</p><p>Barcola went on for his first action in a Liverpool shirt as a 63rd-minute substitution. He joined from PSG on Monday in a deal worth 123 million pounds ($166 million).</p><p>Como atop Italy ahead of Champions League debut</p><p>Assane Diao scored a brace as Como rolled to a 4-1 win at Genoa in Serie A. Nico Paz and Martin Baturina also added goals.</p><p>Cesc Fabregas’ side leads the Italian standings by one point ahead of a pack of six teams that have yet to play this round.</p><p>Como will make its Champions League debut against Leipzig on Sept. 10, with Manchester United to visit in October and PSG in January.</p><p>In Germany, Stuttgart stomped Koln 4-1 in the Bundesliga.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q7GNFTJAGMEDER4E3K5L6FZX4M.jpg?auth=bea2eca037149ead424589f29f267057e12756ce8a9acc8d04ebe8dfa8c002ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's Kylian Mbappe, left, reacts after missing a penalty kick in front of Betis' goalkeeper Alvaro Valles during the Spanish La Liga soccer match between Real Betis and Real Madrid in Seville, Spain, Friday, Sept. 4, 2026. (AP Photo/Jose Breton)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Breton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NAOYOGJB6GPDTAVQ46FHVD325M.jpg?auth=547f5ab1499e5286c95c55cfcccea6eb268dde7efb6e79fdfddca1928378bed6&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 the Spanish La Liga soccer match between Real Betis and Real Madrid in Seville, Spain, Friday, Sept. 4, 2026. (AP Photo/Jose Breton)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Breton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5DF7LUY7YLBF5NLNBGHMQKJSQM.jpg?auth=b713972828b103d29657bd2ab2294e471515895de271a87fbdf57e5dda494385&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's Jude Bellingham, right, and Carlos Espi react after the Spanish La Liga soccer match between Real Betis and Real Madrid in Seville, Spain, Friday, Sept. 4, 2026. (AP Photo/Jose Breton)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Breton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PCR5I376RJXPPM5JO7CM6IU4EQ.jpg?auth=d5bc5d471f534fd6874a5735c4e6b4b40963d8771f268c2a4e9f0a0363edc0e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[PSG's Fabian Ruiz, left, challenges for the ball with Monaco's Lamine Camara during the French League One soccer match between Paris Saint-Germain, and Monaco, in Paris, France, Friday, Sept. 4, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[Atlantic basin stormless over Labor Day weekend for the third consecutive hurricane season]]></title><link>https://www.local10.com/weather/hurricane/2026/09/04/atlantic-basin-stormless-over-labor-day-weekend-for-the-third-consecutive-hurricane-season/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/09/04/atlantic-basin-stormless-over-labor-day-weekend-for-the-third-consecutive-hurricane-season/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description></description><pubDate>Fri, 04 Sep 2026 15:56:33 +0000</pubDate><content:encoded><![CDATA[<p>Of the six federal holidays that fall during the 6-month Atlantic hurricane season, the one you’re most likely to find a hurricane is on Labor Day.</p><p><a href="https://www.local10.com/espanol/2026/09/04/cuenca-del-atlantico-permanece-sin-tormentas-durante-el-fin-de-semana-del-dia-del-trabajo-por-tercera-temporada-de-huracanes-consecutiva/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/cuenca-del-atlantico-permanece-sin-tormentas-durante-el-fin-de-semana-del-dia-del-trabajo-por-tercera-temporada-de-huracanes-consecutiva/">Leer en español</a></p><p>The first Monday of September arrives right as the hurricane season is reaching its traditional peak (on or around September 10<sup>th</sup>), when the Atlantic basin is typically most active.</p><p>Some Labor Days of the not-so-distant past – like in 2023 and 1995 – featured as many as four simultaneous named storms over the holiday weekend. Labor Day weekend of 1950 was littered with 3 overlapping hurricanes – Charlie, Dog, and Easy, the last of which struck the Big Bend of Florida as a Category 3 hurricane and set a state rainfall record (45.2 inches at Yankeetown), <a href="https://www.wpc.ncep.noaa.gov/tropical/rain/tcstatemaxima.gif" rel="">which still holds today</a>.</p><p>Roughly 9 out of 10 Labor Day weekends since 1950 have featured at least one active tropical cyclone across the Atlantic basin (Gulf, Caribbean, and wider north Atlantic). Only twice in the reliable records (since 1950) have two consecutive Labor Day weekends passed with no active Atlantic systems whatsoever – 1997-1998 and 2024-2025. Never in the reliable records have we gone three consecutive Labor Day Weekends with an empty tropical Atlantic map; that is, until 2026.</p><figure><img src="https://www.local10.com/resizer/v2/MUHRNBMHPBGTXBQQVWO4PBSW3Y.png?auth=f78788dc15003732faaf0738f5f8006aaa1b2b97556e2f0da174a561452d6b6b&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>It’s a rare treat for the Atlantic hurricane season to pause the first week of September and let beachgoers enjoy the unofficial end of summer without worry of a looming hurricane. It’s even more rare to look out at our long-range computer models in early September and see absolutely no Atlantic tropical contenders on the horizon.</p><figure><img src="https://www.local10.com/resizer/v2/577GWQHLBZFAJJN67AIHIHEOEQ.PNG?auth=e76e78596dba8d84bd0e343f79a449aa53ce219eb4c6ae4ac84e7fd1de24430e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>So far the Super El Niño is doing all that we hoped it would, keeping the Atlantic hurricane season remarkably quiet, with the lowest activity to-date of the reliable hurricane records (since at least 1950).</p><h3><b>Another close call for parts of Hawaii</b></h3><p>Unlike the Atlantic, the Pacific is replete with strong hurricanes. This week Karina and Lowell attained Category 4 and Category 5 status, respectively, while Maria became a hurricane late Wednesday over the open Pacific to their east.</p><figure><img src="https://www.local10.com/resizer/v2/7QTWDK3WENFFHGWJURTNNK3KQU.png?auth=83d3f985396f5cd21c91ff8ff42e9b9eaac02734da9886e2638347db96522f57&smart=true&width=1200&height=900" alt="Hurricanes Lowell (left) and Karina (right) on Wednesday, September 2, 2026, over the eastern Pacific. Credit: NOAA/CIRA Satellite Library." height="900" width="1200"/><figcaption>Hurricanes Lowell (left) and Karina (right) on Wednesday, September 2, 2026, over the eastern Pacific. Credit: NOAA/CIRA Satellite Library.</figcaption></figure><p>Lowell is the only one of the three that could pose a direct threat to land. The forecast is not only for Category 3 Lowell to strengthen over the weekend, it could maintain its status as a major Category hurricane as it makes its closest point of approach to the westernmost main Hawaiian Islands late Monday and Monday night local time.</p><p>Officially the National Hurricane Center keeps the center of Lowell about 150 to 200 miles west of Kauaʻi at its nearest pass and models have generally trended westward and away from the state’s main islands over the past few days.</p><figure><img src="https://www.local10.com/resizer/v2/34LSRRN55BFXFIBPASBSRDF3AY.png?auth=7a67747a783dfc3959e745d1d926f65ccbfd15fc7a885e181fa96235ac8feb59&smart=true&width=1200&height=900" alt="Official NHC forecast for Hurricane Lowell as of 5 AM HST Friday. Though Lowell is currently forecast to move west of the main Hawaiian Islands early next week, dangerous and life-threatening surf will pose a threat to the entire state in the days ahead. Credit: Tomer Burg/polarwx.com." height="900" width="1200"/><figcaption>Official NHC forecast for Hurricane Lowell as of 5 AM HST Friday. Though Lowell is currently forecast to move west of the main Hawaiian Islands early next week, dangerous and life-threatening surf will pose a threat to the entire state in the days ahead. Credit: Tomer Burg/polarwx.com.</figcaption></figure><p>Google’s latest 1,000-member DeepMind ensemble run suggests low odds that Lowell’s center passes to within 75 miles of Kauaʻi.</p><figure><img src="https://www.local10.com/resizer/v2/2HTKVWMOI5FSXEMVZ4CN5NY5FY.png?auth=335ff429057b4bc95ca17cbbae470536e362df0eae672d5f81a519326938a401&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Nevertheless, residents and visitors across the state will want to continue to monitor the forecasts, as powerful waves and life-threatening surf will continue to build as Lowell approaches. The large extra-high surf will likely affect harbor entrances, channels, and coastal properties and infrastructure, including roadways, through early next week.</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/S5BO4UJK2ZFALDRJT733BUCM7M.png?auth=f22f51b15c6036813ff013346c5725ee2234895c342db8c55694f2f2baf520c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Friday morning Atlantic basin satellite showing unusually quiet conditions across the tropics to start September. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[UN nuclear agency members draft resolution reporting Iran to the UN Security Council]]></title><link>https://www.local10.com/news/world/2026/09/04/un-nuclear-agency-members-draft-resolution-reporting-iran-to-the-un-security-council/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/04/un-nuclear-agency-members-draft-resolution-reporting-iran-to-the-un-security-council/</guid><dc:creator><![CDATA[By STEPHANIE LIECHTENSTEIN, Associated Press]]></dc:creator><description><![CDATA[VIENNA (AP) — The United States, Britain, France and Germany have drafted a resolution for possible consideration by the Board of Governors of the U.N. nuclear watchdog that seeks to refer Iran to the U.N. Security Council for failure to comply with its nuclear nonproliferation obligations, diplomats say.]]></description><pubDate>Fri, 04 Sep 2026 21:20:31 +0000</pubDate><content:encoded><![CDATA[<p>VIENNA (AP) — The United States, Britain, France and Germany have drafted a resolution for possible consideration by the Board of Governors of the U.N. nuclear watchdog that seeks to refer Iran to the U.N. Security Council for failure to comply with its nuclear nonproliferation obligations, diplomats say.</p><p>Under those obligations, which are part of the Nuclear Non-Proliferation Treaty, Iran is legally bound to declare all nuclear material and activities and allow inspectors of the Vienna-based International Atomic Energy Agency to verify that none of it is being diverted from peaceful uses.</p><p>The diplomatic move has been under consideration since June 2025 when the IAEA board found Iran officially in noncompliance with its nonproliferation obligations for the first time in 20 years — one day before the U.S. and Israel launched attacks against Iran’s nuclear sites.</p><p>The possible referral of Iran to the U.N. Security Council shifts the responsibility to a higher authority that is able to enact further legally binding measures, including sanctions or asset freezes.</p><p>But specific punitive measures by the U.N. are unlikely in this case since Iran’s allies Russia and China hold a veto power on the U.N. Security Council.</p><p>The draft resolution, which was seen by The Associated Press and reported earlier by Reuters, requests the IAEA director general Rafael Grossi “to transmit this resolution and the previously adopted resolutions … to all Members of the Agency and to the Security Council and the General Assembly of the United Nations, in accordance with the relevant provisions of the IAEA Statute.”</p><p>The resolution also “stresses its support for a diplomatic solution to the challenges posed by the Iranian nuclear programme and its implications for regional peace and stability leading to an agreement that addresses all international concerns related to Iran’s nuclear activities, and encourages all parties to constructively engage in diplomacy.”</p><p>Diplomats say that the resolution is still under negotiation and has not yet been formally submitted to the board. The text of the draft resolution may therefore still change, as board members still have the opportunity to suggest amendments.</p><p>Once formally submitted, it will be put to a vote during next week’s IAEA Board of Governors meeting in Vienna.</p><p>Referring Iran to the U.N. Security Council had been stalled to allow a final push for diplomacy, according to a senior Western diplomat, who wasn’t authorized to comment about the sensitive matter and spoke on condition of anonymity. The IAEA board now has to follow its mandate and act because not only has Iran not cooperated, but even communication is no longer happening, the official said.</p><p>Since Israel and the U.S. struck Iran’s nuclear sites during the 12-day war in June 2025, Iran hasn’t given IAEA inspectors access to nuclear sites that were affected by the strikes — even though Tehran is legally obliged to cooperate with the watchdog under the Nuclear Nonproliferation Treaty.</p><p>The agency also has been unable to verify the status of the stockpile of near weapons-grade uranium since the June bombing. Of course, that has been made much more difficult by more than six months of war that the U.S. and Israel launched against Iran on Feb. 28, including strikes that have been carried out by both Washington and Tehran this week.</p><p>The IAEA warned in Tuesday’s confidential report, seen by the AP, that continued denial by Iran to allow IAEA inspectors access to its nuclear sites and to verify the nuclear material constitutes a “proliferation risk” that needed to be “addressed with the utmost urgency.”</p><p>According to the IAEA, Iran maintains a stockpile of 440.9 kilograms (972 pounds) of uranium enriched up to 60% purity — a short, technical step away from weapons-grade levels of 90%.</p><p>That stockpile could allow Iran to build as many as 10 nuclear bombs, should it decide to weaponize its program, IAEA chief Grossi warned in an interview last year with the AP. He said that it doesn’t mean that Iran has such a weapon.</p><p>The IAEA also reported in its confidential report on Tuesday that there has been no progress in its long-running investigation into uranium traces detected by inspectors at various undeclared sites in Iran.</p><p>Western officials suspect that the uranium traces could provide further evidence that Iran had a secret nuclear weapons program until 2003.</p><p>Iran says that it’s not pursuing nuclear weapons, and its program is entirely peaceful.</p><p>—- The Associated Press 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/HCEZODLS3KQYGNDWAYEYPEOEFY.jpg?auth=ef2e13d9b69eb6a75ca7038d8cf4539747936dd580178946fc199587026702cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rafael Grossi, one of the four candidates for the next UN Secretary-General, attends an event, "The Leader the UN Needs: Choosing the Next Secretary-General," in London on May 28, 2026. (AP Photo/Kin Cheung, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Man seriously injured after being stabbed in back at Miami-Dade county hall, first responders say]]></title><link>https://www.local10.com/news/local/2026/09/04/mdfr-man-seriously-injured-after-being-stabbed-in-back-at-government-center-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/mdfr-man-seriously-injured-after-being-stabbed-in-back-at-government-center-in-miami/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 32-year-old man was seriously injured after being stabbed in the back Friday afternoon at the Stephen P. Clark Government Center in downtown Miami, according to Miami Fire Rescue officials. ]]></description><pubDate>Fri, 04 Sep 2026 20:33:08 +0000</pubDate><content:encoded><![CDATA[<p>A 32-year-old man was seriously injured after being stabbed in the back Friday afternoon at the Stephen P. Clark Government Center in downtown Miami, according to Miami Fire Rescue officials. </p><p>Authorities said MFR medics responded to a stabbing call at the government center, located at 111 NW First St., at about 3:45 p.m.</p><p>They said the man was transported in serious condition to Jackson Memorial Hospital’s Ryder Trauma Center.</p><p>No other details about the victim, a possible suspect or motive 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><media:content url="https://www.local10.com/resizer/v2/YSYPM74ZYODA4W32X752GQA27Y.png?auth=dfcdd9b8b5dacebd24e6c5c389d8c2fb2daa04a411a781cc0742b40da628917f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Collier County battery cases against ex-Alligator Alcatraz guards remain pending ]]></title><link>https://www.local10.com/news/florida/2026/09/04/collier-county-battery-cases-against-alligator-alcatraz-guards-remain-pending/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/09/04/collier-county-battery-cases-against-alligator-alcatraz-guards-remain-pending/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Two men stand accused on Friday of battery on a 42-year-old man — while they worked as guards and the victim was a detainee, at Alligator Alcatraz — a former immigration law enforcement detention center in the Florida Everglades. ]]></description><pubDate>Fri, 04 Sep 2026 20:05:56 +0000</pubDate><content:encoded><![CDATA[<p>Two men stand accused on Friday of battery on a 42-year-old man — while they worked as guards and the victim was a detainee, at Alligator Alcatraz — a former immigration law enforcement detention center in the Florida Everglades. </p><p><a href="https://www.local10.com/espanol/2026/09/04/siguen-pendientes-casos-de-agresion-en-el-condado-collier-contra-ex-guardias-de-alligator-alcatraz/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/siguen-pendientes-casos-de-agresion-en-el-condado-collier-contra-ex-guardias-de-alligator-alcatraz/">Leer en español</a></p><p>Collier County prosecutors’ cases against Stephen Trejos and Andre Seenaraine remained pending. They were accused of the Jan. 25 battery against Rigoberto Rodriguez, a Cuban who U.S. Immigration and Customs Enforcement detained on Dec. 9. </p><p>Frank Rivera, a witness, <a href="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html" target="_self" rel="" title="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html">told WINK News</a> that he and Rodriguez were part of a group of dozens of detainees who were banging their handcuffs on a bench after waiting since 6 a.m. without access to food or water. </p><p>Trejos, 25, “picked him up, slammed him, and then started hitting him,” Rivera said, according to WINK Reporter Olivia Jean’s report <a href="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html" target="_self" rel="" title="https://www.winknews.com/wink_investigations/exclusive-eyewitness-says-he-watched-alligator-alcatraz-corrections-officer-assault-detainee-before-arrest/article_ecae5e7b-a4ab-43e9-a980-920ff74c4503.html">published on July 1</a>. </p><p>Attorney Yaritssa Plasencia, who represented Rodriguez, told WINK that the case surfaced after Rodriguez arrived wearing a blood-stained uniform, with bandages on his hand, and with a black eye on Jan. 25 at El Paso Camp East Montana, in Texas.</p><p>In a motion, Trejos’s attorney alleged surveillance video showed Rodriguez delivering a “compliance strike” after Rodriguez spat on him. Rivera also told WINK that detainees yelled at Trejos to stop, and Seenaraine, 30, later punched Rodriguez in another room. </p><p>The Florida Department of Law Enforcement investigated the cases. Collier County Circuit Judge Crystal K. Kinzel signed warrants for their arrest on June 24. </p><p>Collier County Sheriff’s Office deputies arrested Trejos on June 24. Trejos was released on a $1,000 bond on June 25. Seenaraine was also released on a $1,000 bond on June 27. </p><p>Marion County Sheriff’s Office deputies arrested Seenaraine on June 26 in Ocala, records show. <a href="https://www.yahoo.com/news/us/articles/2-alligator-alcatraz-guards-charged-174243646.html" target="_self" rel="" title="https://www.yahoo.com/news/us/articles/2-alligator-alcatraz-guards-charged-174243646.html">The Tampa Bay Times reported</a> deputies listed Seenaraine’s employer as Critical Response Strategies, one of Florida’s contractors at Alligator Alley.</p><p>Trejos and Seenaraine each faced a charge of first-degree misdemeanor battery and pleaded not guilty. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WUFSBNATHRB3HIWJR3DL72B2E4.jpg?auth=e64f2a7530ae3281adf856cc533a06fd998668d161d76e34434d82f43e51fca0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Argentine court clears return of Nazi-looted portrait to Jewish dealer’s heir]]></title><link>https://www.local10.com/entertainment/2026/09/04/argentine-court-clears-return-of-nazi-looted-portrait-to-jewish-dealers-heir/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/04/argentine-court-clears-return-of-nazi-looted-portrait-to-jewish-dealers-heir/</guid><dc:creator><![CDATA[By SERGIO FARELLA and ALMUDENA CALATRAVA, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES, Argentina (AP) — A long-lost Italian portrait looted from a prominent Jewish art dealer during World War II was set to be returned to his heir after an Argentine court on Friday approved a deal under which the daughter of a fugitive Nazi official agreed to give up her claim rather than face trial.]]></description><pubDate>Fri, 04 Sep 2026 20:36:58 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES, Argentina (AP) — A long-lost Italian portrait looted from a prominent Jewish art dealer during World War II was set to be returned to his heir after an Argentine court on Friday approved a deal under which the daughter of a fugitive Nazi official agreed to give up her claim rather than face trial.</p><p>The agreement paves the way for the long-sought return of “ Portrait of a Lady ” to Marei von Saher, the sole surviving heir of Dutch-Jewish art dealer Jacques Goudstikker, whose celebrated collection was sold under duress to Nazi officials after Adolf Hitler’s Germany invaded the Netherlands in 1940.</p><p>Patricia Kadgien, the daughter of the late high-ranking Nazi official Friedrich Kadgien, and her husband, Juan Carlos Cortegoso, were charged with aggravated cover-up last year after authorities said they hid the 18th-century painting despite knowing it was being sought by Argentine and international investigators.</p><p>Under the agreement, a copy of which was obtained by The Associated Press, the couple agreed to give up any claim to the work and consent to its return to von Saher in exchange for avoiding a criminal trial and spending two years under court supervision. During that time, they must make payments to a hospital in Argentina's coastal city of Mar del Plata, where they live, and keep authorities informed of their whereabouts.</p><p>The deal ends a generations-long search for the missing portrait and a yearlong legal saga that began in August 2025. Dutch reporters investigating Friedrich Kadgien, a fugitive Nazi financial official who fled to Argentina after World War II, spotted “Portrait of a Lady” hanging above a green velvet couch in an online real estate listing for his daughter’s rustic home in Mar del Plata.</p><p>The listing disappeared within hours of the Rotterdam-based newspaper Algemeen Dagblad publishing its findings. Police raided the home several times but failed to find the painting. More than a week later, Kadgien’s lawyer turned it over to authorities.</p><p>For decades, the portrait had been identified as a work by the Italian Baroque painter Giuseppe Vittore Ghislandi. It appeared under that attribution in Goudstikker’s collection records and was exhibited as a Ghislandi in Amsterdam before the war. But a court-ordered examination by Argentina’s National Academy of Fine Arts reached a different conclusion, attributing the work to the Italian artist Giacomo Antonio Melchiorre Ceruti.</p><p>Experts authenticated the painting as part of Goudstikker’s collection and estimated its value at about 250,000 euros ($290,000).</p><p>Goudstikker was one of Europe’s leading art dealers before World War II, known for a collection that included works by Rembrandt and Vermeer. He died in a shipwreck while fleeing Amsterdam with his family as German forces swept into the Netherlands in May 1940.</p><p>An estimated 1,100 works from his collection were illegally sold to Hermann Göring, known as Hitler’s right-hand man, who amassed a vast art collection during the war. It remains unclear exactly how “Portrait of a Lady” came into the possession of Kadgien, Göring’s financial adviser, who handled foreign currency, precious metals and the sale of confiscated property for the Nazi regime.</p><p>Kadgien fled Europe after Germany’s defeat, first for Switzerland and later Argentina. He died in the South American country in 1978 without having been arrested or charged with war crimes.</p><p>Lawyers for von Saher, who now lives in Greenwich, Connecticut, and spent decades trying to recover her family’s looted art, said she has agreed to let the painting be exhibited in Argentina before being returned to her.</p><p>During last year's raids on homes owned by Kadgien and her sister in Mar del Plata, Argentine police also seized two 19th-century paintings, along with other prints and engravings. Authorities are still investigating whether any of them may also have been looted during World War II.</p><p>___</p><p>Associated Press writer Isabel DeBre in Buenos Aires, Argentina, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZTUETKLFNI4BJPU2HVP2A44TYU.jpg?auth=092913682a6a8c19282bbb3dc05586cb1f8d842ca7c06e93605385b4a3099e41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The 18th-century painting "Portrait of a Lady," allegedly stolen by a Nazi officer during World War II, is displayed during a news conference in Mar del Plata, Argentina, on Sept. 3, 2025. (AP Photo/Christian Heit, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Christian Heit</media:credit></media:content></item><item><title><![CDATA[Policía motociclista de Florida International University resulta herido en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/09/04/policia-motociclista-de-florida-international-university-resulta-herido-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/policia-motociclista-de-florida-international-university-resulta-herido-en-miami-dade/</guid><dc:creator><![CDATA[Janine Stanwood, Andrea Torres]]></dc:creator><description><![CDATA[Un policía motociclista del Departamento de Policía de Florida International University fue hospitalizado después de un accidente el viernes en el condado Miami-Dade, según el jefe de la Policía de FIU, Alexander D. Casas.]]></description><pubDate>Fri, 04 Sep 2026 20:24:45 +0000</pubDate><content:encoded><![CDATA[<p>Un policía motociclista del Departamento de Policía de Florida International University fue hospitalizado después de sufrir una lesión en una pierna durante un accidente el viernes en el condado Miami-Dade, según el jefe de la Policía de FIU, Alexander D. Casas.</p><p>Personal de Bomberos y Rescate de Miami-Dade trasladó de urgencia al policía motociclista de FIUPD desde Hialeah Gardens hasta HCA Florida Kendall Hospital en una ambulancia.</p><p>El accidente ocurrió a lo largo de la U.S. Route 27, cerca de Frontage Road. Agentes de la Patrulla de Carreteras de Florida bloquearon temporalmente el tráfico en dirección sur para dar paso a la ambulancia.</p><p>Esta es una noticia en desarrollo. La editora sénior de asignaciones de Local 10 News, Frine Gomez, contribuyó a este reporte.</p><p><b>Ubicación</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d32946.050375719526!2d-80.3492318!3d25.8683254!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9bcb0accb9a01%3A0x473eaa7e0187a232!2sFrontage%20Rd%2C%20Hialeah%20Gardens%2C%20FL!5e1!3m2!1sen!2sus!4v1788547754341!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Trump calls Iran conflict 'small potatoes' and defends Vance's position that it's not a 'war']]></title><link>https://www.local10.com/news/world/2026/09/04/trump-calls-iran-conflict-small-potatoes-and-says-he-agrees-with-vance-that-its-not-a-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/04/trump-calls-iran-conflict-small-potatoes-and-says-he-agrees-with-vance-that-its-not-a-war/</guid><dc:creator><![CDATA[By AAMER MADHANI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Friday said the conflict in Iran is “small potatoes” as he defended Vice President JD Vance for asserting that months of on-and-off attacks in the Middle East are not a “war.”]]></description><pubDate>Fri, 04 Sep 2026 22:52:46 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Friday said the conflict in Iran is “small potatoes” as he defended Vice President JD Vance for asserting that months of on-and-off attacks in the Middle East are not a “war.”</p><p>Asked during an Oval Office exchange about Vance’s comments made a day earlier, Trump said U.S. strikes on Iran are now “intermittent” and “a lot of people don’t call it a war." The conflict has cost U.S. taxpayers more than $37.5 billion and left 18 U.S. service members dead.</p><p>“I can understand what he’s saying,” said Trump. He added: “I call it a military conflict because it’s small potatoes for us. It's not a big thing."</p><p>Vance, during a White House press briefing Thursday, rejected the use of the word “war” to describe the U.S. fighting with Iran and steered clear of predicting that the 6-month-old conflict would be over by November’s midterm elections, in which Republicans are trying to hang on to their narrow majorities in Congress.</p><p>“I wouldn’t call it a war,” Vance said after being asked about whether the fighting could end before voters cast their ballots in the Nov. 3 elections. “Right now, there is no active shooting.”</p><p>Vance’s assertion came even as Iran fired at U.S. Gulf ally Kuwait on Thursday in retaliation for rounds of U.S. strikes on Iran earlier in the week.</p><p>Trump in Friday's exchange with reporters added that the U.S. death toll in the Iran conflict is relatively lower than some other recent U.S. wars. The U.S. and Israel have only carried out air strikes in the Iran war, which began Feb. 28, and have not deployed troops into the country.</p><p>“We did Venezuela and we did this. In Venezuela, we lost nobody,” said Trump, referring to the January U.S. military operation to seize former Venezuelan President Nicolás Maduro and spirit him to New York City to face federal drug trafficking charges. “And this, we lost 18 people. And, in Vietnam we lost 100,000 people. And in other conflicts, we lost tens of thousands of people.”</p><p>A total of 58,220 members of the U.S. armed forces died during the Vietnam War, according to records from the U.S. National Archives.</p><p>Pressed by a reporter on describing the conflict as “small potatoes" when 18 U.S. service members have been killed, Trump responded by reiterating his argument that the conflict — one that he said at the outset of the war would last a matter of weeks — has led to the defanging of Iran's nuclear program.</p><p>“Iran will not have a nuclear weapon because if they did you probably wouldn’t be standing here,” Trump said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WWO3PNN4A6TZENOGNR3MDMJMGA.jpg?auth=9f517388adf1becb2eca54456bdf0ed7eaf4d33fc40f06df9510aed92a4b159e&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 and announces action to help farmers and ranchers with meat processing, as a group of farmers and ranchers stand behind, Friday, Sept. 4, 2026, in the Oval Office of the White House, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W7TTBJ5J64APZL4ZLICWICAMGM.jpg?auth=3637473af1abfe3cc2589426f50e5d07adba239bd1a294b34b9493336446f502&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks during a press briefing at the White House in Washington, Thursday, Sept. 3, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Apuñalan varias veces a mujer en el vecindario Brickell de Miami]]></title><link>https://www.local10.com/espanol/2026/09/04/apunalan-varias-veces-a-mujer-en-el-vecindario-brickell-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/apunalan-varias-veces-a-mujer-en-el-vecindario-brickell-de-miami/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto, Gabrielle Arzola]]></dc:creator><description><![CDATA[La policía de Miami está investigando luego de que una mujer fuera apuñalada varias veces la madrugada de este viernes en el vecindario Brickell de la ciudad, confirmaron las autoridades.]]></description><pubDate>Fri, 04 Sep 2026 13:44:34 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Miami está investigando luego de que una mujer fuera apuñalada varias veces la madrugada de este viernes en el vecindario Brickell de la ciudad, confirmaron las autoridades.</p><p>Según la policía, el apuñalamiento fue reportado alrededor de las 4:45 a.m. en el área de 86 SW Eighth St.</p><p>Se observó una gran presencia policial afuera del edificio de apartamentos Solitair, pero no está claro si el ataque ocurrió dentro o fuera del edificio.</p><p>La policía dijo que en este momento no está claro si el apuñalamiento estuvo relacionado con un incidente doméstico.</p><p>El estado de la víctima aún no ha sido divulgado.</p><p><i>Vea Local 10 News o actualice esta página para obtener más información.</i></p>]]></content:encoded></item><item><title><![CDATA[Woman dies after being stabbed multiple times inside Brickell high-rise]]></title><link>https://www.local10.com/news/local/2026/09/04/woman-stabbed-multiple-times-in-miamis-brickell-neighborhood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/woman-stabbed-multiple-times-in-miamis-brickell-neighborhood/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto, Gabrielle Arzola]]></dc:creator><description><![CDATA[Miami police are investigating after a woman was fatally stabbed early Friday morning in the city’s Brickell neighborhood, authorities confirmed.]]></description><pubDate>Fri, 04 Sep 2026 12:11:32 +0000</pubDate><content:encoded><![CDATA[<p>Miami police are investigating after a woman was stabbed multiple times early Friday morning in the city’s Brickell neighborhood, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/09/04/apunalan-varias-veces-a-mujer-en-el-vecindario-brickell-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/apunalan-varias-veces-a-mujer-en-el-vecindario-brickell-de-miami/">Leer en español</a></p><p>According to police, the stabbing was reported at about 4:45 a.m. inside the Solitair apartment building, located at 86 SW Eighth St.</p><p>A large police presence was spotted inside and outside the building throughout the morning. </p><p>Zach Karson, who lives on the same floor where the victim was found, said he stumbled upon the scene while trying to leave his building to go for a run.</p><p>“I heard some noises this morning, like 4:30, woke up to it, didn’t know what I heard, I rounded the corner. I just saw the yellow police tape and then I heard some keys, then I saw four cops and a body with a pool of blood,” Karson said. “It was super scary. I went back into my apartment, locked my balcony door, locked my door and kind of just looked in the peephole for 10 minutes until I took the stairs 47 floors down.” </p><p>Karson said only one elevator was working in the building Friday. </p><p>Miami Fire Rescue officials said the victim was pronounced dead at the scene. </p><p>Police later confirmed that the stabbing was domestic-related.</p><p>“The body remains inside. We’re waiting for a warrant, which is procedure,” Officer Kenia Fallat said shortly before noon. “We’re waiting for a warrant to make access to go back inside.”</p><p>No other details 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[Widow of airman killed in Mideast is upset she was told Iran wasn't a war while sorting out benefits]]></title><link>https://www.local10.com/news/politics/2026/09/04/widow-of-airman-killed-in-mideast-is-upset-she-was-told-iran-wasnt-a-war-while-sorting-out-benefits/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/04/widow-of-airman-killed-in-mideast-is-upset-she-was-told-iran-wasnt-a-war-while-sorting-out-benefits/</guid><dc:creator><![CDATA[By JACK BROOK and KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The widow of an airman killed on a combat mission in the Middle East said it took a viral social media post to get resolution from the Pentagon on issues related to her husband's benefits and basic pay months after his death.]]></description><pubDate>Fri, 04 Sep 2026 20:23:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The widow of an airman killed on a combat mission in the Middle East said it took a viral social media post to get resolution from the Pentagon on issues related to her husband's benefits and basic pay months after his death.</p><p>Maj. Alex Klinner, 33, was one of six crew members of a KC-135 refueling aircraft that crashed in western Iraq in March while supporting operations against Iran. He's one of 18 U.S. service members killed, along with 790 wounded, since the war began more than six months ago.</p><p>The Air Force reached out to his widow, Libby Klinner, this week to clarify that his final paycheck would include hazard pay and combat-related tax breaks. This occurred after she voiced frustration on social media at being told by a military officer assigned to support her after her husband’s death that he was ineligible for those benefits because “we were not at war.”</p><p>“My husband lost his life because we’re in a war, and then I was told that because it’s not technically a war, we lose out on something,” Klinner told The Associated Press. “It all comes down to principle.”</p><p>Trump administration is rejecting the ‘war’ label for current Iran operations</p><p>Her post, made over the weekend, gained national attention. Vice President JD Vance promised to look into her case after being asked about it during a White House briefing on Thursday.</p><p>“We want to be as helpful as we can and ensure she gets everything that she is entitled to,” Vance said. “My message to her would be, ‘We love ya, we’re grateful for the sacrifice and we very much take very seriously our commitment to get you what you need to get.’”</p><p>In response to a separate question, Vance rejected the use of the word “war” to characterize U.S. fighting in Iran, saying that “there is no active shooting.” The military has launched strikes against targets in Iran twice this week, and Iran has retaliated by firing on U.S. allies in the Gulf.</p><p>On Friday, President Donald Trump called U.S. strikes “intermittent" and defended Vance's comments.</p><p>“I call it a military conflict because it’s small potatoes for us,” Trump told reporters in the Oval Office.</p><p>In late July, the Trump administration created a new, separate category in the Pentagon's casualty count system for those killed and wounded in renewed U.S.-Iran fighting. Pentagon officials said the change was necessary because “Operation Epic Fury,” the original name for combat operations against Tehran, had ended. Since July 7, all U.S. casualties in the Middle East have been tallied under “Overseas Operations.”</p><p>Widow says the Air Force has clarified the issues about her husband's pay</p><p>Libby Klinner said Air Force officials contacted her this week to say they were initiating a review of her husband's pay. The Air Force acknowledged to her Thursday that it had initially provided inaccurate information and clarified that she was receiving the full pay and benefits her husband was owed, she said.</p><p>She said she was told that her husband's paycheck had already included but incorrectly itemized the combat-related hazard pay and tax breaks.</p><p>The pay incentives commonly known as “combat pay” are $225 per month and are not conditioned on a formal war declaration but just that the service member be in an area where there is “grave danger of physical injury” or be “killed, injured, or wounded by a hostile fire event,” according to a military website.</p><p>Alex Klinner’s final paycheck would have included half that amount since troops are paid twice per month. It is difficult to calculate how much in federal tax breaks Klinner would have been receiving without more information.</p><p>Klinner declined to specify the amount of money she was initially told her husband, an eight-year Air Force veteran from Birmingham, Alabama, would be ineligible to receive.</p><p>The Air Force says it's committed to offering information and support</p><p>The Air Force said officials spoke with Klinner this week to “ensure all her questions are fully addressed” and confirmed that “all eligible combat theater benefits were included” in her husband's pay.</p><p>“We remain committed to providing clear information and continued support to Mrs. Klinner, as well as all the families of the Airmen who died in the KC-135 crash,” the Air Force added.</p><p>Broadly, errors in pay in the military are very common because service members can often gain or lose eligibility for a variety of payments depending on their deployment status, duty location or even family factors. As a result, unlike their civilian counterparts, some troops can see their paychecks change many times a year depending on many factors — something that also increases the likelihood of errors.</p><p>A GoFundMe for Libby Klinner and her three young children, launched in the days after her husband’s death, has raised more than $1.5 million.</p><p>Klinner said she hoped that by speaking out, other grieving families receive clear information from the outset.</p><p>"I am very fortunate to have a significant support system around us and a platform to advocate for myself and for my kids. Other families may not have those resources," she said. “If I can do anything to make this awful situation a little bit easier for someone else to navigate, then I am more than willing to do so.”</p><p>___</p><p>Brook reported from New Orleans. 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/EHUWVRBT4FEP2NPV6K6MJADKP4.jpg?auth=888c9ed11dc497151b86b6401277a8af953f45cf9a9deb722bbfb52aa669990a&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 Mary Remmes shows Maj. Alex Klinner, Jan. 10, 2026. (Mary Remmes via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/QG5JYWRFH2FX2DGQL7NQI7DM3E.jpg?auth=8302796678bfdb2c4e4e1e21db9f85dbc206c02f6b4562bd5feee1fd964b6ad7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the U.S. Air National Guard, U.S. Air Force Capt. Alex Klinner, operations flight commander for the 99th Air Refueling Squadron, completes another lap during the Shell 77 Memorial Run at Sumpter Smith Joint National Guard Base, Birmingham, Ala., May 2, 2025. (Paul Mann/U.S. Air National Guard via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Mann</media:credit></media:content></item><item><title><![CDATA[Judge clears a lawsuit against Kyrsten Sinema under North Carolina's 'homewrecker' law]]></title><link>https://www.local10.com/news/politics/2026/09/04/judge-clears-a-lawsuit-against-kyrsten-sinema-under-north-carolinas-homewrecker-law/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/04/judge-clears-a-lawsuit-against-kyrsten-sinema-under-north-carolinas-homewrecker-law/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Former U.S. Sen. Kyrsten Sinema can be sued under North Carolina's homewrecker law over her relationship with a member of her security detail, a judge ruled Friday.]]></description><pubDate>Fri, 04 Sep 2026 20:23:13 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Former U.S. Sen. Kyrsten Sinema can be sued under North Carolina's homewrecker law over her relationship with a member of her security detail, a judge ruled Friday.</p><p>Sinema has acknowledged having a romantic relationship with Matthew Ammel but argued that she can't be sued in North Carolina because she has no connection to the state.</p><p>U.S. District Judge David A. Bragdon rejected that argument, saying nine text messages she sent Ammel while he was in the state give North Carolina jurisdiction over her. He found it implausible that she was unaware of Ammel's whereabouts when she texted him.</p><p>Sinema's lawyer, Steven Epstein, did not immediately respond to an email seeking comment.</p><p>The lawsuit, filed by Ammel's ex-wife, seeks financial damages from Sinema, who represented Arizona in the U.S. House and later the Senate for one term that ended early last year. North Carolina is one of a handful of states that allow jilted spouses to sue for “alienation of affection” to seek compensation from a third party responsible for the breakup of their marriage.</p><p>Matthew and Heather Ammel had “a good and loving marriage” with “genuine love and affection” before Sinema interfered, pursuing Matthew Ammel despite knowing he was married, Heather Ammel alleges in her lawsuit.</p><p>Matthew Ammel joined Sinema's security team after he retired from the Army in 2022 and accompanied her on domestic and foreign travel, according to Heather Ammel's complaint.</p><p>In early 2024, Heather Ammel discovered “romantic and lascivious” messages her husband had exchanged with Sinema over the Signal messaging app. That summer, he stopped wearing his wedding ring and Sinema gave him a job as a national security fellow in her Senate office while he continued to work for her campaign as a bodyguard, the lawsuit alleges.</p><p>Sinema described their sexual encounters during a deposition in July. She said the relationship turned sexual on May 27, 2024, during a trip to Napa, California. She said they later had sexual encounters in New York, Washington, Colorado and Arizona, but never North Carolina.</p><p>Matthew and Heather Ammel separated on Nov. 1, 2024.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VSAEXKKJJIXA5NSV2IGLKPZHNE.jpg?auth=e0851654d9f205470bd701fc1d56762aa0b4ebd051337ecd93491e12eeb6816b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Kyrsten Sinema, D-Ariz., speaks to reporters following Senate passage of the Respect for Marriage Act, at the Capitol in Washington, Nov. 29, 2022. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Supreme Court grants Republican emergency appeal on TV ad rates before midterms]]></title><link>https://www.local10.com/news/politics/2026/09/04/supreme-court-grants-republican-emergency-appeal-on-tv-ad-rates-before-midterms/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/04/supreme-court-grants-republican-emergency-appeal-on-tv-ad-rates-before-midterms/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court granted an emergency appeal from Republicans in a dispute over campaign ad prices on Friday, clearing a legal roadblock to political parties getting cheaper TV ad time ahead of the midterm elections.]]></description><pubDate>Fri, 04 Sep 2026 20:14:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court granted an emergency appeal from Republicans in a dispute over campaign ad prices on Friday, clearing a legal roadblock to political parties getting cheaper TV ad time ahead of the midterm elections.</p><p>The justices halted for now a lower-court ruling in favor of Democratic candidates who argued that cheaper broadcast ads should be limited to candidates. One justice publicly dissented from the unsigned order. It's the latest election-related appeal to come before the high court ahead of the pivotal November contests.</p><p>The Trump administration supported the emergency appeal from GOP campaign arms.</p><p>The decision comes on the heels of a June Supreme Court ruling that removed limits on parties spending money in coordination with candidates. It was seen as a boon to the GOP because the national party has a sizable cash advantage, and access to cheaper ad rates could boost that edge.</p><p>Among Democrats, meanwhile, some individual candidates have sizable fundraising advantages over their Republican opponents.</p><p>Candidates pay discounted rates for TV time around an election under federal law, and in March the Federal Communications Commission's Media Bureau said certain party-coordinated ads are entitled to those prices as well.</p><p>Four Democrats, including Sen. Jon Ossoff of Georgia and former Sen. Sherrod Brown of Ohio, challenged the finding in court. They won a victory from a divided panel of the U.S. 4th Circuit Court of appeals.</p><p>The National Republican Congressional Committee and National Republican Senatorial Committee then asked the Supreme Court to intervene. They argued that broadcasters were already charging them higher rates and upending their planned budgets after the appeals court decision.</p><p>The majority of justices agreed that the lower court had acted too soon with the order that differed from judges around the country.</p><p>“Current and future recissions will require the party committees to pay more for advertising space, thereby hampering their efforts to reach the electorate in the critical weeks leading up to the midterms,” the Supreme Court order states.</p><p>One justice, Ketanji Brown Jackson, disagreed, writing that the court likely didn't have to wait until an internal FCC review was done.</p><p>The decision halts the appeals court ruling while the Republican committees file a fuller appeal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ELEUDD5LIXD755X5U4VMVG4SXM.jpg?auth=6ad5f8c380dcd2007ea05faceff5c7b0ba4fa49671c14997b15a77569d74b1fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Supreme Court is seen on the morning after the conservative majority sided with the Trump administration in a case over President Donald Trump's executive order restricting mail-in voting, on Capitol Hill in Washington, Tuesday, Aug. 25, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Aryna Sabalenka complains about the smell of marijuana during her US Open match]]></title><link>https://www.local10.com/sports/2026/09/04/aryna-sabalenka-complains-about-the-smell-of-marijuana-during-her-us-open-match/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/aryna-sabalenka-complains-about-the-smell-of-marijuana-during-her-us-open-match/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Aryna Sabalenka finally found something that could stop her at the U.S. Open: the smell of marijuana.]]></description><pubDate>Fri, 04 Sep 2026 19:02:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Aryna Sabalenka finally found something that could stop her at the U.S. Open: the smell of marijuana.</p><p>The two-time defending champion complained to the chair umpire that it was bothering her early in her third-round victory over Kamilla Rakhimova on Friday.</p><p>Sabalenka said she had never smelled the odor so strong as she did while serving early in the match.</p><p>“I don’t know if it was, like, coming from the crowd or was from the outside because the wind blows it into the stadium,” Sabalenka said. “I don’t know. I just hope they’re going to be a bit more aware of that stuff.”</p><p>Sabalenka was serving in the third game of the match in Louis Armstrong Stadium. She tossed the ball but then let it fall to the court. She did the same thing on the next point, with something clearly bothering her.</p><p>She then approached the chair to ask for help.</p><p>“I was like, guys, you can do whatever, you can smoke whatever, you can relax as much as you can, but please, to not do it around the tennis courts,” Sabalenka said, when asked what she was thinking of the time. “It’s a bit tricky to handle that smell while you’re trying to compete at your best.”</p><p>Other players, such as Nick Kyrgios and Maria Sakkari, have complained in the past about the smell of marijuana during their matches. There is a park behind the grounds where the U.S. Open is played, which is often the expected source of the smell.</p><p>No fans were found to be smoking and ejected from the tennis grounds.</p><p>“While we can’t control what takes place off the grounds of the USTA Billie Jean King National Tennis Center, we continue to be vigilant as we maintain this facility as a smoke free environment," U.S. Tennis Association spokesman Brendan McIntyre said in a statement. "This includes enforcement by our security and guest services teams when they are made aware of any individual that may be smoking, making them aware that although it may be legal in NY, that smoking is not permitted on parks property including the tennis center.”</p><p>The top-seeded Sabalenka eventually was able to laugh off the topic during her news conference after the match, including the idea that fans just might be looking for ways to further enjoy her matches.</p><p>“Maybe it’s too fast so they want to slow down a little bit, so who knows,” she said. “I don’t know the effect from it.”</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T2DID2LV2LA7FLBCDE25D64VEI.jpg?auth=2f67c22f844b257fffd628172520fda6de83b9dacb847314f4a70db3f64eb0b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka, of Belarus, returns the ball to Kamilla Rakhimova, of Uzbekistan, during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VXXISKWYFR5C4XLD4WQO2WYUUM.jpg?auth=02a17d2a6ab112f4dcdfeb29449cdaf7cd5d35db2802392d58d2e04a456bb79d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka, of Belarus, returns the ball to Kamilla Rakhimova, of Uzbekistan, during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content></item><item><title><![CDATA[Man once linked to Russian package-stealing ring now accused of FedEx Rolex theft in Broward]]></title><link>https://www.local10.com/news/local/2026/09/04/man-once-linked-to-russian-package-stealing-ring-now-accused-of-fedex-rolex-theft-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/man-once-linked-to-russian-package-stealing-ring-now-accused-of-fedex-rolex-theft-in-broward/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Hollywood man facing a charge in Miami-Dade County in connection with a case in which authorities said he was intercepting and stealing high-value FedEx packages on behalf of a Russian fraud group is now suspected of a similar crime in Broward County.]]></description><pubDate>Fri, 04 Sep 2026 18:36:55 +0000</pubDate><content:encoded><![CDATA[<p>A Hollywood man <a href="https://www.local10.com/news/local/2026/05/21/man-accused-of-stealing-high-dollar-fedex-parcels-for-russian-fraud-group/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/21/man-accused-of-stealing-high-dollar-fedex-parcels-for-russian-fraud-group/">facing a charge</a> in Miami-Dade County in connection with a case in which authorities said he was intercepting and stealing high-value FedEx packages on behalf of a Russian fraud group is now suspected of a similar crime in Broward County.</p><p><a href="https://www.local10.com/espanol/2026/09/04/acusan-a-hombre-previamente-vinculado-a-red-rusa-de-robo-de-paquetes-de-robar-un-rolex-enviado-por-fedex-en-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/acusan-a-hombre-previamente-vinculado-a-red-rusa-de-robo-de-paquetes-de-robar-un-rolex-enviado-por-fedex-en-broward/">Leer en español</a></p><p>Authorities said the Broward crime happened on May 13 in Pompano Beach, a day before Vladimir Kudyakov, 43, was suspected of stealing a Rolex in Doral and a week before he would be arrested at a downtown Miami FedEx store as police said he attempted to “fraudulently retrieve another package.”</p><p>He had been suspected of stealing a package containing a $53,500 Rolex at a Doral FedEx Office Print &amp; Ship Center on May 14. </p><p>He initially faced multiple felony charges, though, as of Friday, Miami-Dade court records showed that only a charge of possessing or making equipment to counterfeit drivers licenses remained.</p><p>Broward Sheriff’s Office deputies said in the Pompano Beach incident, Kudyakov went to the victim’s condominium building and gave a FedEx driver fake identity documents matching the victim’s personal information in order to steal a $7,190 Rolex Datejust watch.</p><p>Hollywood police took him into custody on grand theft and identity theft charges on Wednesday, records show.</p><p>He no longer appeared in Broward jail records as of Friday.</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/FQJWMSJL2NHKDFVZ2F6IKAAJDA.jpg?auth=ed7b5526f9c6d112f4057fd120098acff97933f6dd7963b9b77b268de25b2c2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vladimir Kudyakov]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre previamente vinculado a red rusa de robo de paquetes de robar un Rolex enviado por FedEx en Broward]]></title><link>https://www.local10.com/espanol/2026/09/04/acusan-a-hombre-previamente-vinculado-a-red-rusa-de-robo-de-paquetes-de-robar-un-rolex-enviado-por-fedex-en-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/acusan-a-hombre-previamente-vinculado-a-red-rusa-de-robo-de-paquetes-de-robar-un-rolex-enviado-por-fedex-en-broward/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre de Hollywood que enfrenta un cargo en el condado Miami-Dade en relación con un caso en el que las autoridades dijeron que interceptaba y robaba paquetes de FedEx de alto valor en nombre de un grupo ruso de fraude, ahora es sospechoso de un delito similar en el condado Broward.]]></description><pubDate>Fri, 04 Sep 2026 18:55:58 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Hollywood que <a href="https://www.local10.com/espanol/2026/05/21/acusan-a-hombre-de-robar-paquetes-de-alto-valor-de-fedex-para-grupo-de-fraude-ruso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/21/acusan-a-hombre-de-robar-paquetes-de-alto-valor-de-fedex-para-grupo-de-fraude-ruso/">enfrenta un cargo</a> en el condado Miami-Dade en relación con un caso en el que las autoridades dijeron que interceptaba y robaba paquetes de FedEx de alto valor en nombre de un grupo ruso de fraude, ahora es sospechoso de un delito similar en el condado Broward.</p><p>Las autoridades dijeron que el delito en Broward ocurrió el 13 de mayo en Pompano Beach, un día antes de que Vladimir Kudyakov, de 43 años, fuera sospechoso de robar un Rolex en Doral y una semana antes de que fuera arrestado en una tienda FedEx del centro de Miami cuando, según la policía, intentaba “recuperar fraudulentamente otro paquete”.</p><p>Era sospechoso de robar un paquete que contenía un Rolex de $53,500 USD en un FedEx Office Print &amp; Ship Center de Doral el 14 de mayo.</p><p>Inicialmente enfrentó varios cargos por delitos graves, aunque, hasta el viernes, los registros judiciales de Miami-Dade mostraban que solo permanecía un cargo por poseer o fabricar equipos para falsificar licencias de conducir.</p><p>Agentes de la Oficina del Sheriff de Broward dijeron que, en el incidente de Pompano Beach, Kudyakov acudió al edificio de condominios de la víctima y entregó a un conductor de FedEx documentos de identidad falsos que coincidían con la información personal de la víctima para robar un reloj Rolex Datejust de $7,190 USD.</p><p>La policía de Hollywood lo detuvo el miércoles por cargos de hurto mayor y robo de identidad, según muestran los registros.</p><p>Hasta el viernes, ya no aparecía en los registros de la cárcel de Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FQJWMSJL2NHKDFVZ2F6IKAAJDA.jpg?auth=ed7b5526f9c6d112f4057fd120098acff97933f6dd7963b9b77b268de25b2c2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vladimir Kudyakov]]></media:description></media:content></item><item><title><![CDATA[Man arrested more than 4 years after detective accused him of stealing from woman with dementia in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/09/04/man-arrested-more-than-4-years-after-detective-accused-him-of-stealing-from-woman-with-dementia-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/man-arrested-more-than-4-years-after-detective-accused-him-of-stealing-from-woman-with-dementia-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 73-year-old man was behind bars on Friday after a detective accused him in 2022 of taking advantage of a disabled woman to try to take ownership of half of her townhome in Miami-Dade County, records show. ]]></description><pubDate>Fri, 04 Sep 2026 18:31:04 +0000</pubDate><content:encoded><![CDATA[<p>A 73-year-old man was behind bars on Friday after a detective accused him in 2022 of taking advantage of a disabled woman to try to take ownership of half of her townhome in Miami-Dade County, records show. </p><p><a href="https://www.local10.com/espanol/2026/09/04/arrestan-a-hombre-mas-de-cuatro-anos-despues-de-que-detective-lo-acusara-de-robar-a-mujer-con-demencia-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/arrestan-a-hombre-mas-de-cuatro-anos-despues-de-que-detective-lo-acusara-de-robar-a-mujer-con-demencia-en-miami-dade/">Leer en español</a></p><p>Miami-Dade Sheriff’s Office deputies arrested Andres Perez on Thursday at 7:25 a.m. at Horizons West, at 8650 SW 133 Ave., in Miami-Dade’s Kendale Lakes neighborhood, according to a deputy’s arrest report. </p><p>“The victim is an elderly female who has been diagnosed with severe vascular dementia of the alzheimers type, poor memory, anxiety disorder, and poor hearing,” a deputy wrote, according to the arrest report. </p><p>Perez also collected about $17,600 in rent from the woman’s tenant at an efficiency in her townhome, in the gated Villa Venezia, at 1331 SW 124 Court, in the Tamiami neighborhood, according to deputies. </p><p>Perez lived with the victim and was “aware” of her “cognitive impairment,” as he “exercised control and received financial benefits from the property, and participated in continuous efforts to challenge the victim’s capacity,” according to deputies. </p><p>The victim had owned the townhome since 1987 and had inherited it from her brother after his death, according to deputies who reported working with the Miami-Dade County Recorders’ Office. </p><p>Miami-Dade corrections booked Perez at 11:10 a.m. on Thursday at the Turner Guilford Knight Correctional Center, where he remained on Friday afternoon, according to inmate records. </p><p>Perez faced three charges: Exploitation of an elderly person or disabled adult for more than $100,000, first-degree grand theft, and organized scheme to defraud. A judge ordered him to prove that the bail’s funds were not the proceeds of a crime.</p><p>Miami-Dade County Circuit Judge Marisa Tinkler Mendez is set to preside over the case. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HQVC34TSTNDQLJD4M22XLTFKRE.jpg?auth=f97d83c9fa98d14614b8efcd1fbb38b1c9d6ab4d2159b92d8a23305b1613fa88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade Sheriff’s Office deputies arrested Andres Perez on Thursday in Kendale Lakes.]]></media:description></media:content></item><item><title><![CDATA[Arrestan a hombre más de cuatro años después de que detective lo acusara de robar a mujer con demencia en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/09/04/arrestan-a-hombre-mas-de-cuatro-anos-despues-de-que-detective-lo-acusara-de-robar-a-mujer-con-demencia-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/arrestan-a-hombre-mas-de-cuatro-anos-despues-de-que-detective-lo-acusara-de-robar-a-mujer-con-demencia-en-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un hombre de 73 años permanecía tras las rejas el viernes después de que un detective lo acusara en 2022 de aprovecharse de una mujer discapacitada para intentar obtener la propiedad de la mitad de su casa adosada en el condado Miami-Dade, según muestran los registros.]]></description><pubDate>Fri, 04 Sep 2026 18:49:04 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 73 años permanecía tras las rejas el viernes después de que un detective lo acusara en 2022 de aprovecharse de una mujer discapacitada para intentar obtener la propiedad de la mitad de su casa adosada en el condado Miami-Dade, según muestran los registros.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade arrestaron a Andres Perez el jueves a las 7:25 a.m. en Horizons West, en 8650 SW 133 Ave., en el vecindario Kendale Lakes de Miami-Dade, según el informe de arresto de un agente.</p><p>“La víctima es una mujer de edad avanzada que ha sido diagnosticada con demencia vascular grave del tipo Alzheimer, mala memoria, trastorno de ansiedad y problemas de audición”, escribió un agente, según el informe de arresto.</p><p>Perez también cobró cerca de $17,600 USD en alquiler al inquilino de la mujer por una vivienda tipo efficiency en su casa adosada, en la comunidad cerrada Villa Venezia, en 1331 SW 124 Court, en el vecindario Tamiami, según los agentes.</p><p>Perez vivía con la víctima y estaba “al tanto” de su “deterioro cognitivo”, ya que “ejercía control y recibía beneficios financieros de la propiedad, y participaba en esfuerzos continuos para cuestionar la capacidad de la víctima”, según los agentes.</p><p>La víctima era propietaria de la casa adosada desde 1987 y la había heredado de su hermano después de su muerte, según los agentes, quienes informaron que trabajaron con la Oficina de Registros del Condado Miami-Dade.</p><p>El Departamento de Correcciones de Miami-Dade registró a Perez a las 11:10 a.m. del jueves en el Centro Correccional Turner Guilford Knight, donde permanecía hasta la tarde del viernes, según los registros de reclusos.</p><p>Perez enfrentaba tres cargos: explotación de una persona de edad avanzada o adulto discapacitado por más de $100,000 USD, hurto mayor en primer grado y esquema organizado para defraudar. Un juez le ordenó demostrar que los fondos para la fianza no provenían de un delito.</p><p>La jueza del Tribunal de Circuito del Condado Miami-Dade, Marisa Tinkler Mendez, presidirá el caso.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HQVC34TSTNDQLJD4M22XLTFKRE.jpg?auth=f97d83c9fa98d14614b8efcd1fbb38b1c9d6ab4d2159b92d8a23305b1613fa88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade Sheriff’s Office deputies arrested Andres Perez on Thursday in Kendale Lakes.]]></media:description></media:content></item><item><title><![CDATA[Acusan a dos personas de Broward en esquema de fraude multimillonario a nivel nacional con cupones falsos]]></title><link>https://www.local10.com/espanol/2026/09/04/acusan-a-dos-personas-de-broward-en-esquema-de-fraude-multimillonario-a-nivel-nacional-con-cupones-falsos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/acusan-a-dos-personas-de-broward-en-esquema-de-fraude-multimillonario-a-nivel-nacional-con-cupones-falsos/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Dos hombres del sur de Florida fueron arrestados el jueves por cargos federales de fraude postal y lavado de dinero después de que inspectores postales dijeron que formaban parte de un esquema de fraude multimillonario a nivel nacional que involucraba cupones falsificados.]]></description><pubDate>Fri, 04 Sep 2026 18:45:14 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres del sur de Florida fueron arrestados el jueves por cargos federales de fraude postal y lavado de dinero después de que inspectores postales dijeron que formaban parte de un esquema de fraude multimillonario a nivel nacional que involucraba cupones falsificados.</p><p>Documentos judiciales muestran que los casos contra Nikolay Saukov, de 60 años y residente de Pompano Beach, y Andrei Zaretski, de 49 años y residente de Hollywood, están siendo procesados en un tribunal federal de Detroit. Las autoridades dijeron que un tercer coacusado, Oleskiy Holikov, vive en los suburbios de Detroit y dirigía allí parte del esquema.</p><h3><b>Red de cupones llama la atención de autoridades federales</b></h3><p>Según una denuncia penal federal, los tres llamaron la atención de las autoridades como parte de una investigación sobre The Weekly Coupon Service, o WCS.</p><p>Los investigadores describieron a WCS como “una conspiración criminal que involucraba la producción y venta de cupones de bienes de consumo altamente realistas, pero falsificados, con valores drásticamente inflados”, los cuales están “tan inflados que provocan pérdidas significativas para los fabricantes de productos y, en ocasiones, para las tiendas donde se venden esos productos”.</p><p>WCS enviaba correos electrónicos a clientes con enlaces a “sitios web de comercio electrónico donde los usuarios pueden seleccionar cupones para comprarlos y pagarlos a través de PayPal”, dijeron las autoridades, y luego los cupones eran enviados por correo a todo el país. Grupos comerciales de la industria habían estado monitoreando el servicio, indicaron.</p><h3><b>Investigan envíos</b></h3><p>Inspectores postales dijeron que identificaron por primera vez a Holikov, de West Bloomfield Township, Michigan, en 2024 mediante registros de PayPal y bancarios. Las autoridades dijeron que vigilaron una oficina postal en la cercana Walled Lake y vieron a Holikov depositando numerosos paquetes con cupones falsificados en buzones de recolección; sus huellas dactilares aparecieron en algunos de los paquetes.</p><p>Las autoridades dijeron que interceptaron en julio de 2024 un paquete de FedEx de 30 libras enviado desde Pompano Beach que “contenía miles de cupones”. Indicaron que fotografiaron y volvieron a empacar los artículos y permitieron que fueran entregados en una tienda UPS en Southfield, Michigan, donde Holikov posteriormente recogió el paquete.</p><figure><img src="https://www.local10.com/resizer/v2/Y7V3MROY5ZBMVN2GSOKBY5UFSE.jpg?auth=0a0811415030e9ab7d83fba704918890072078f17d4095431250dffbfa7bc0de&smart=true&width=1200&height=900" alt="Authorities said they intercepted a 30-pound FedEx package sent from Pompano Beach in July 2024 that contained “contained thousands of coupons.”" height="900" width="1200"/><figcaption>Authorities said they intercepted a 30-pound FedEx package sent from Pompano Beach in July 2024 that contained “contained thousands of coupons.”</figcaption></figure><p>Según la denuncia, los investigadores pudieron identificar la cuenta de FedEx del remitente y obtuvieron varios videos de vigilancia de los envíos, que mostraban a un hombre enviando cajas a Michigan y otros lugares, principalmente desde una tienda FedEx en Hollywood. Las autoridades dijeron que posteriormente determinaron que la persona en los videos “parecía ser Zaretski”.</p><h3><b>Identifican a sospechoso del sur de Florida</b></h3><p>Las autoridades dijeron que pudieron rastrear a Zaretski después de “obtener registros de llamadas de números telefónicos pertenecientes a personas identificadas en esta investigación”.</p><p>Uno de esos números estaba asociado con una llamada de alarma a la Oficina del Sheriff de Broward en una propiedad de Pembroke Road. Un número telefónico de una persona con acceso a la propiedad proporcionado por la compañía de alarmas, dijeron, posteriormente fue vinculado a Zaretski.</p><p>Indicaron que investigadores del Departamento de Aplicación de la Ley de Florida posteriormente vieron a Zaretski, conduciendo un BMW visto en videos de vigilancia anteriores, en la tienda FedEx de Hollywood.</p><p>Según la denuncia, Zaretski vivía en Evergreen Terrace, a poca distancia a pie de la propiedad de Pembroke Road. La vigilancia de las fuerzas del orden mostró que Zaretski “pasaba horas solo dentro” de esta última propiedad.</p><h3><b>Rastros de papel y revisiones de basura en Broward y Miami-Dade</b></h3><p>Las autoridades dijeron que en julio de 2025, investigadores del FDLE “realizaron una revisión de basura” en la casa de Zaretski en Hollywood “y encontraron números de rastreo de FedEx y recortes de papel que parecían estar relacionados con PayPal”.</p><p>Después de más vigilancia, otra revisión de basura en la propiedad de Pembroke Road, realizada en marzo de este año, reveló un cartucho de tóner para impresora, cajas de envío y cajas de papel brillante, “bolsas de tamaño industrial llenas principalmente de recortes de papel”, guantes y etiquetas de envío, según la denuncia.</p><p>Las autoridades dijeron que el 19 de marzo hablaron con una compañía de papel “sobre envíos a un buzón” en Miami Gardens Drive. Según la denuncia, representantes de la compañía dijeron que tenían un envío de cuatro cajas de papel de 55 libras cada una programado para salir ese día hacia la dirección y que la cuenta “había pedido papel varias veces desde 2022, con aproximadamente 87 envíos entregados a “Andy Zaret, Lingo Systems”” en esa dirección.</p><p>El 20 de marzo, según la denuncia, “Zaretski fue visto recogiendo el papel en la dirección de Miami Gardens Drive en su BMW” e investigadores encubiertos lo vieron llevar los envíos al interior del edificio de Pembroke Road.</p><figure><img src="https://www.local10.com/resizer/v2/VTWCJCAR75E5HKDYO5JHNQOCOU.png?auth=14cadd8b749520cd66e935d871e066d1c5c76c11191e28842ca1ab64ceb64336&smart=true&width=1200&height=900" alt="Federal investigators said they saw Andrei Zaretski bringing in a shipment of paper to a property on Pembroke Road." height="900" width="1200"/><figcaption>Federal investigators said they saw Andrei Zaretski bringing in a shipment of paper to a property on Pembroke Road.</figcaption></figure><p>Las autoridades dijeron que una reconstrucción de recortes de papel obtenidos en una revisión posterior de basura “coincidía con los cupones fraudulentos” y los investigadores determinaron que se podían imprimir 12 cupones por hoja, lo que significaba que Zaretski podía “imprimir aproximadamente 480,000 cupones” solo con ese envío.</p><p>“La mayoría de los cupones identificados hasta el momento tienen un valor de descuento de al menos $6.00 USD, lo que significa que 480,000 cupones representarían aproximadamente $2,880,000 USD en valor de cupones fraudulentos”, señala la denuncia.</p><h3><b>Más vínculos con el sur de Florida</b></h3><p>Las autoridades dijeron que identificaron a Saukov después de rastrear 15 empresas fantasma vinculadas a cuentas de PayPal utilizadas en el esquema.</p><p>Indicaron que un video de vigilancia mostró a Saukov retirando $1,500 USD de tres cuentas distintas de empresas fantasma en cajeros automáticos de bancos en Boca Raton y posteriormente realizando depósitos en efectivo en la cuenta bancaria de Holikov.</p><p>“También ha depositado decenas de cheques emitidos desde las cuentas de las empresas fantasma en varias cuentas bancarias y ha recibido múltiples paquetes pequeños de una cuenta de FedEx controlada por Zaretski”, concluyeron los agentes.</p><p>Tras sus arrestos el jueves, Saukov y Zaretski permanecían detenidos en la cárcel principal de la Oficina del Sheriff de Broward en nombre del Servicio de Alguaciles de Estados Unidos.</p><p>Los registros judiciales muestran que tenían previsto comparecer ante un tribunal federal de Fort Lauderdale el viernes por la mañana. Hasta la tarde del viernes, los registros no indicaban si ambos habían comparecido.</p><p>Tampoco estaba claro de inmediato cuándo Saukov y Zaretski serían extraditados a Michigan, ni si Holikov estaba bajo custodia.</p><p>Holikov no aparecía en los registros de la Oficina Federal de Prisiones y una búsqueda de Local 10 News en los registros de cárceles de tres condados del área metropolitana de Detroit tampoco arrojó resultados el viernes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y7L2Y643MZACXCPA4HXO2T33AI.png?auth=637eaa44e76db0ab22df4adbc118af98efc0b1980c4f0b176402238e2a722639&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Top left to right: Nikolay Saukov and Andrei Zaretski; Bottom: A reconstructed fraudulent coupon]]></media:description></media:content></item><item><title><![CDATA[Feds accuse Broward duo in multimillion-dollar nationwide fraud scheme involving fake coupons]]></title><link>https://www.local10.com/news/local/2026/09/04/feds-accuse-broward-duo-in-multimillion-dollar-nationwide-fraud-scheme-involving-fake-coupons/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/feds-accuse-broward-duo-in-multimillion-dollar-nationwide-fraud-scheme-involving-fake-coupons/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Two South Florida men were arrested on federal mail fraud and money laundering charges Thursday after postal inspectors said they were part of a multimillion-dollar nationwide fraud scheme involving counterfeit coupons.]]></description><pubDate>Fri, 04 Sep 2026 18:08:28 +0000</pubDate><content:encoded><![CDATA[<p>Two South Florida men were arrested on federal mail fraud and money laundering charges Thursday after postal inspectors said they were part of a multimillion-dollar nationwide fraud scheme involving counterfeit coupons.</p><p><a href="https://www.local10.com/espanol/2026/09/04/acusan-a-dos-personas-de-broward-en-esquema-de-fraude-multimillonario-a-nivel-nacional-con-cupones-falsos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/acusan-a-dos-personas-de-broward-en-esquema-de-fraude-multimillonario-a-nivel-nacional-con-cupones-falsos/">Leer en español</a></p><p>Court documents show the cases against Nikolay Saukov, 60, of Pompano Beach, and Andrei Zaretski, 49, of Hollywood, are being prosecuted in Detroit federal court. Authorities said a third co-defendant, Oleskiy Holikov, lives in and ran a portion of the scheme in the Detroit suburbs.</p><h3>Coupon ring hits feds’ radar</h3><p>According to a federal criminal complaint, the three got on authorities’ radar as part of an investigation into The Weekly Coupon Service, or WCS.</p><p>Investigators described WCS as “a criminal conspiracy involving the production and sale of highly realistic, but counterfeit, consumer goods coupons with drastically inflated values,” which are “so inflated that they result in a significant loss to product manufacturers and, at times, the stores at which those goods are sold.”</p><p>WCS sent out emails to customers with links to “e-commerce websites where users can select coupons for purchase and pay for them via PayPal,” authorities said, with the coupons then being mailed out nationwide. Industry trade groups had been monitoring the service, they said.</p><h3>Shipments investigated</h3><p>Postal inspectors said they first identified Holikov, of West Bloomfield Township, Michigan, in 2024 through PayPal and bank records. Authorities said they surveilled a post office in nearby Walled Lake and saw Holikov dropping numerous counterfeit coupon packages into collection boxes; his fingerprints appeared on some of the parcels.</p><p>Authorities said they intercepted a 30-pound FedEx package sent from Pompano Beach in July 2024 that “contained thousands of coupons.” They said they photographed and repackaged the items and allowed them to be delivered to a UPS Store in Southfield, Michigan, where Holikov later picked the item up.</p><figure><img src="https://www.local10.com/resizer/v2/Y7V3MROY5ZBMVN2GSOKBY5UFSE.jpg?auth=0a0811415030e9ab7d83fba704918890072078f17d4095431250dffbfa7bc0de&smart=true&width=1200&height=900" alt="Authorities said they intercepted a 30-pound FedEx package sent from Pompano Beach in July 2024 that contained “contained thousands of coupons.”" height="900" width="1200"/><figcaption>Authorities said they intercepted a 30-pound FedEx package sent from Pompano Beach in July 2024 that contained “contained thousands of coupons.”</figcaption></figure><p>According to the complaint, investigators were able to identify the shipper’s FedEx account and got multiple surveillance videos of shipments, which showed a man shipping boxes to Michigan and elsewhere, primarily from a FedEx store in Hollywood. Authorities said they later determined that the person in the videos “appeared to be Zaretski.”</p><h3>South Florida suspect identified</h3><p>Authorities said they were able to trace Zaretski after “obtain(ing) call tolls of phone numbers belonging to individuals identified in this investigation.”</p><p>One of those numbers was associated with a Broward Sheriff’s Office alarm call at a property on Pembroke Road. A keyholder phone number provided by the alarm company, they said, had a phone number that later traced back to Zaretski.</p><p>They said Florida Department of Law Enforcement investigators later saw Zaretski, driving a BMW seen in previous surveillance footage, at the Hollywood FedEx store.</p><p>According to the complaint, Zaretski lived on Evergreen Terrace, within walking distance of the Pembroke Road property. Law enforcement surveillance showed that Zaretski “spent hours alone inside” the latter property.</p><h3>Paper trails, trash pulls in Broward, Miami-Dade</h3><p>Authorities said in July 2025, FDLE investigators “conducted a trash pull” at Zaretski’s Hollywood home “and located FedEx tracking numbers and paper clippings that appeared to be connected with PayPal.”</p><p>After more surveillance, another trash pull at the Pembroke Road property ― conducted this March ― revealed a printer toner cartridge, shipping boxes and boxes for glossy paper, “construction-sized bags filled mostly with paper clippings,” gloves and shipping labels, the complaint states.</p><p>Authorities said on March 19, they spoke to a paper company “regarding shipments to a mailbox” on Miami Gardens Drive. According to the complaint, company representatives said they had a shipment of four, 55-pound boxes of paper set to go out that day to the address and the account “ordered paper multiple times since 2022, with approximately 87 shipments delivered to ‘Andy Zaret, Lingo Systems’” at the address.</p><p>On March 20, the complaint states “Zaretski was observed picking up the paper from (the) Miami Gardens Drive address in his BMW” and undercover investigators saw him bring the shipments inside the Pembroke Road building.</p><figure><img src="https://www.local10.com/resizer/v2/VTWCJCAR75E5HKDYO5JHNQOCOU.png?auth=14cadd8b749520cd66e935d871e066d1c5c76c11191e28842ca1ab64ceb64336&smart=true&width=1200&height=900" alt="Federal investigators said they saw Andrei Zaretski bringing in a shipment of paper to a property on Pembroke Road." height="900" width="1200"/><figcaption>Federal investigators said they saw Andrei Zaretski bringing in a shipment of paper to a property on Pembroke Road.</figcaption></figure><p>Authorities said a reconstruction of paper clippings from a subsequent trash pull “align(ed) with the fraudulent coupons” and investigators determined that 12 coupons could be printed per sheet, meaning Zaretski could “print approximately 480,000 coupons” from that shipment alone.</p><p>“Most of the coupons identified thus far carry a discount value of at least $6.00, meaning 480,000 coupons would represent roughly $2,880,000 in fraudulent coupon value,” the complaint states.</p><h3>More South Florida ties</h3><p>Authorities said they identified Saukov after tracing 15 shell companies linked to PayPal accounts used in the scheme.</p><p>They said surveillance video showed Saukov withdrawing $1,500 from three separate shell company accounts at bank ATMs in Boca Raton and later making cash deposits in Holikov’s bank account.</p><p>“He has also deposited dozens of checks drawn on the shell companies’ accounts into various bank accounts and has received multiple small packages from a FedEx account controlled by Zaretski,” agents concluded.</p><p>Following their arrests on Thursday, Saukov and Zaretski were being held in the BSO Main Jail on behalf of the U.S. Marshals Service. </p><p>Court records show they had been scheduled to appear in Fort Lauderdale federal court on Friday morning. The records didn’t state whether the two made those appearances as of Friday afternoon.</p><p>It also wasn’t immediately clear when Saukov and Zaretski will be extradited to Michigan, nor was it clear whether Holikov was in custody.</p><p>Holikov did not appear in Federal Bureau of Prisons records and a Local 10 News search of jail records across three counties in metropolitan Detroit also yielded no results Friday.</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/Y7L2Y643MZACXCPA4HXO2T33AI.png?auth=637eaa44e76db0ab22df4adbc118af98efc0b1980c4f0b176402238e2a722639&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Top left to right: Nikolay Saukov and Andrei Zaretski; Bottom: A reconstructed fraudulent coupon]]></media:description></media:content></item><item><title><![CDATA[Transport van crashes into pole, causing traffic closure in Hallandale Beach]]></title><link>https://www.local10.com/traffic/2026/09/04/transport-van-crashes-into-pole-causing-traffic-closure-in-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/09/04/transport-van-crashes-into-pole-causing-traffic-closure-in-hallandale-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A transport van crashed into a pole along East Hallandale Beach Boulevard Friday afternoon, prompting authorities to shut down eastbound lanes in the area.]]></description><pubDate>Fri, 04 Sep 2026 18:13:21 +0000</pubDate><content:encoded><![CDATA[<p>A transport van crashed into a pole along East Hallandale Beach Boulevard Friday afternoon, prompting authorities to shut down eastbound lanes in the area.</p><p><a href="https://www.local10.com/espanol/2026/09/04/camioneta-de-transporte-choca-contra-poste-y-provoca-cierre-de-trafico-en-hallandale-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/camioneta-de-transporte-choca-contra-poste-y-provoca-cierre-de-trafico-en-hallandale-beach/">Leer en español</a></p><p>According to Hallandale Beach police, the crash was reported in the area of East Hallandale Beach Boulevard and Northeast 10th Avenue.</p><p>As a result of the investigation, all eastbound lanes of Hallandale Beach Boulevard at Federal Highway are closed.</p><p>Police have not released information about what caused the crash, whether anyone was injured or how many vehicles were involved.</p><p>“Our priority right now is ensuring the safety of everyone involved, supporting emergency response efforts, and allowing investigators to safely and thoroughly determine the circumstances surrounding the crash,” the department said in a statement.</p><p>Authorities are asking drivers to avoid the area, use alternate routes and expect delays while the investigation remains active.</p><p>Police said additional information will be released once details have been confirmed.</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/KSD3LNG7ZZBCPC6OMOHXPWI6KI.jpeg?auth=dd3b98782e3559d267a4808fa63ffdb6a12fdc011c5928a61af277479651839e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Camioneta de transporte choca contra poste y provoca cierre de tráfico en Hallandale Beach]]></title><link>https://www.local10.com/espanol/2026/09/04/camioneta-de-transporte-choca-contra-poste-y-provoca-cierre-de-trafico-en-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/camioneta-de-transporte-choca-contra-poste-y-provoca-cierre-de-trafico-en-hallandale-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una camioneta de transporte chocó contra un poste a lo largo de East Hallandale Beach Boulevard el viernes por la tarde, lo que llevó a las autoridades a cerrar los carriles en dirección este en el área.]]></description><pubDate>Fri, 04 Sep 2026 18:34:20 +0000</pubDate><content:encoded><![CDATA[<p>Una camioneta de transporte chocó contra un poste a lo largo de East Hallandale Beach Boulevard el viernes por la tarde, lo que llevó a las autoridades a cerrar los carriles en dirección este en el área.</p><p>Según la policía de Hallandale Beach, el accidente fue reportado en el área de East Hallandale Beach Boulevard y Northeast 10th Avenue.</p><p>Como resultado de la investigación, todos los carriles en dirección este de Hallandale Beach Boulevard a la altura de Federal Highway están cerrados.</p><p>La policía no ha divulgado información sobre qué causó el accidente, si hubo personas heridas o cuántos vehículos estuvieron involucrados.</p><p>“Nuestra prioridad en este momento es garantizar la seguridad de todos los involucrados, apoyar los esfuerzos de respuesta de emergencia y permitir que los investigadores determinen de manera segura y exhaustiva las circunstancias en torno al accidente”, dijo el departamento en un comunicado.</p><p>Las autoridades piden a los conductores evitar el área, utilizar rutas alternas y anticipar demoras mientras la investigación continúa activa.</p><p>La policía dijo que se divulgará información adicional una vez que se confirmen los detalles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KSD3LNG7ZZBCPC6OMOHXPWI6KI.jpeg?auth=dd3b98782e3559d267a4808fa63ffdb6a12fdc011c5928a61af277479651839e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ecuador y Panamá afianzan cooperación en seguridad, comercio y migración en cita presidencial]]></title><link>https://www.local10.com/espanol/2026/09/04/ecuador-y-panama-buscan-afianzar-cooperacion-en-seguridad-comercio-y-migracion-en-cita-presidencial/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/ecuador-y-panama-buscan-afianzar-cooperacion-en-seguridad-comercio-y-migracion-en-cita-presidencial/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[QUITO (AP) — Con la mira puesta en la cooperación sobre seguridad regional, el presidente Daniel Noboa recibió el viernes a su homólogo panameño, Raúl Mulino, en una visita de Estado en la que, además, se trazó la ruta para avanzar hacia un tratado comercial y consolidar acciones conjuntas para enfrentar al crimen transnacional.]]></description><pubDate>Fri, 04 Sep 2026 22:54:28 +0000</pubDate><content:encoded><![CDATA[<p>QUITO (AP) — Con la mira puesta en la cooperación sobre seguridad regional, el presidente Daniel Noboa recibió el viernes a su homólogo panameño, Raúl Mulino, en una visita de Estado en la que, además, se trazó la ruta para avanzar hacia un tratado comercial y consolidar acciones conjuntas para enfrentar al crimen transnacional.</p><p>El encuentro entre los mandatarios se desarrolló en la ciudad portuaria de Guayaquil, la segunda más importante de Ecuador, ubicada 270 kilómetros al suroeste de Quito.</p><p>“Todos sabemos la difícil situación del Ecuador… tenemos una amenaza latente que cada vez se incrementa más. Tenemos que unir esfuerzos”, sostuvo Mulino a su arribo al país andino, según comunicó la presidencia panameña.</p><p>“Lo que Panamá pueda hacer para colaborar con nuestros vecinos lo vamos a hacer”, declaró el jefe de Estado panameño en relación con la violencia que asedia a Ecuador que tuvo en 2025 uno de los índices más altos de muertes violentas en la región al sobrepasar las 9.000.</p><p>Previamente, el presidente Noboa en una entrevista con radio I99 aseguró que los acuerdos que se suscribirían buscan que ambos países se complementen en los ámbitos de seguridad, laboral, comercial, energético y migratorio.</p><p>En la lucha contra “las mafias y el terrorismo que exista más información compartida entre los dos lados”, mencionó el jefe de Estado ecuatoriano y aspiró que Panamá pueda vender energía a Ecuador en momentos de superávit. “Ellos tienen excedentes a muy buen precio y nos lo pueden vender”, afirmó.</p><p>No es la primera cita entre ambos mandatarios. A mediados del año pasado mantuvieron un diálogo oficial en España durante una conferencia sobre financiación y desarrollo de las Naciones Unidas, mientras en enero coincidieron en Ciudad de Panamá durante el Foro Económico Internacional América Latina y el Caribe organizado por la CAF-Banco de Desarrollo de América Latina y el Caribe.</p><p>Al finalizar la jornada, se firmaron los Términos de Referencia para negociar el Acuerdo de Alcance Parcial de Complementación Económica entre ambos países, mientras se avanza en el intercambio de información migratoria, señaló la cancillería ecuatoriana.</p><p>“Valoramos el compromiso de la administración del presidente Mulino para fortalecer nuestra agenda bilateral” que abarca comercio, seguridad regional y cooperación multilateral declaró el canciller ecuatoriano Roberto Kury en rueda de prensa.</p><p>Su par panameño, Javier Martínez-Acha Vásquez, consideró que es tiempo de que la relación bilateral alcance una “nueva dimensión” y planteó un eventual “corredor económico” para comercializar hacia terceros mercados. “Ecuador puede ser plataforma productiva del Pacífico y Panamá la gran plataforma logística de Las Américas”, afirmó.</p><p>Recientemente, Ecuador fue incluido en una lista de “países amigos” de Panamá lo que fortalece la migración, inversión y el intercambio profesional y turístico, citó en un comunicado previo la cancillería.</p><p>El intercambio comercial bilateral es favorable a Ecuador que en 2025 exportó más de 177 millones de dólares en productos no petroleros, mientras las importaciones fueron por 122 millones, según cifras del Banco Central.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CJ5YAQ2L6F3AAYOLWR3FIYHASQ.jpg?auth=dd837d5f4a1af163c5431e0b1d6354a499a75663002653a167b1b5a6213be59b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Panamá, José Raúl Mulino, habla en un foro de la Coalición de las Américas contra los Cárteles en Ciudad de Panamá, el miércoles 12 de agosto de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Records reveal safety complaints, poor maintenance at site of deadly Washington pulp mill disaster]]></title><link>https://www.local10.com/news/national/2026/09/04/records-reveal-safety-complaints-poor-maintenance-at-site-of-deadly-washington-pulp-mill-disaster/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/04/records-reveal-safety-complaints-poor-maintenance-at-site-of-deadly-washington-pulp-mill-disaster/</guid><dc:creator><![CDATA[By MARTHA BELLISLE, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — A pulp mill in Washington state where 11 workers died after a chemical tank collapsed in May had a history of safety complaints, poor maintenance and discharges of toxic chemicals, records reviewed by The Associated Press show.]]></description><pubDate>Fri, 04 Sep 2026 19:49:39 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — A pulp mill in Washington state where 11 workers died after a chemical tank collapsed in May had a history of safety complaints, poor maintenance and discharges of toxic chemicals, records reviewed by The Associated Press show.</p><p>State inspectors had planned to visit the plant to interview workers about two unrelated safety complaints the week of the tragedy, one of the deadliest U.S. workplace accidents in decades. Those plans were disrupted when the tank failed, expelling huge amounts of a caustic liquids.</p><p>The AP reviewed government records involving inspections and safety complaints at the Nippon Dynawave Packaging Co.'s plant in Longview, Washington. Before the accident, the state Department of Ecology had issued 54 environmental violation notices against the company since 2016 and fined them $41,500 for eight serious violations.</p><p>The state’s Department of Labor and Industries investigated more than a dozen safety complaints at the plant since 2018 and issued almost $7,000 in fines for violations. Its investigation into the tank collapse is ongoing, and it has opened two new investigations since May.</p><p>More than $2.4 million in workers' compensation claims have been paid for 169 employees injured on the job since 2015, the agency reported, including for injuries related to exposure to caustic substances.</p><p>Expert calls violations a ‘red flag’</p><p>The multiple equipment failures and safety violations are a “red flag” for this company, said Stephen Kmiotek, a chemical engineering professor at the Worcester Polytechnic Institute who has closely followed the fatal accident and its aftermath.</p><p>“My impression, you put it all together, including the most recent tank collapse, is it is a site that has not been maintained, and that creates risk to employees and risk to public,” he said.</p><p>Agency says company knew tank was ‘not fit for continued service’</p><p>The U.S. Chemical and Safety Board released a report last week saying the company knew the tank was “not fit for continued service,” but they still used it. The state's Department of Ecology filed a violation notice against the company after the accident, listing 35 citations.</p><p>Sam Jefferies, a spokesperson for Nippon Dynawave, declined to comment on the records showing poor maintenance at the plant. He said they're working with regulators as the investigation into the tank failure continues.</p><p>“We believe the responsible course is to allow the full investigative process to proceed and establish a complete and accurate record before conclusions are reached,” he said.</p><p>Sheri Lynn King, the mother of two brothers who were killed, has filed a wrongful-death lawsuit against Nippon Dynawave, saying her sons were burned and crushed by the white liquor and debris. The lawsuit claims the company failed to maintain and inspect equipment, failed to properly train and supervise employees and failed to implement safety policies and emergency response procedures.</p><p>Detached valve handle on ammonia tank leads to fine</p><p>An employee complained to the state Division of Occupational Safety and Health in March, saying the handle on a valve for an ammonia clarifier tank was detached so the valve could not close, according to documents obtained by the AP. Its purpose is to prevent toxic air from getting released.</p><p>The open valve was hazardous for delivery drivers who were breathing toxic air, said the worker, whose name was not disclosed in the report. He added there was also a risk of explosion.</p><p>A state inspector, who planned to interview employees on May 26 — the day of the catastrophic tank failure — returned at a later date. The investigation concluded in August with a citation and fine, saying the plant failed to inspect and maintain pipes, hoses, and valves and the “corrosive/abrasive effect of the material handled in the system to mitigate equipment failure.”</p><p>The plant also failed to keep records of inspections and tests of the aqua ammonia tank and associated piping and valves, the citation said. Officials fined the plant $2,890 — the highest it has imposed on the plant in the last decade.</p><p>Worker falls chest-deep in sinkhole</p><p>Labor and Industries inspectors are also investigating an April 9 incident after an employee reported he had fallen into a sinkhole while trying to fix a stuck valve, and became submerged in hot stock up to his chest.</p><p>The worker told investigators that a drain valve had been plugged since last year and never closed completely. That caused displaced gravel around the drain, which created a sinkhole. The worker had to wade into the hot stock to try to close the valve, but it was stuck. As he struggled with it, he said he fell in up to his chest and was stuck for 35 to 40 seconds.</p><p>“After exiting the area, I was exhausted and unable to move for a short time,” the worker said in a complaint, adding that a coworker helped him cut off his clothing.</p><p>State inspectors requested documentation from the company and had planned to interview workers on May 27, the day after the tank collapse. The investigation is ongoing.</p><p>Federal response center received calls of toxic chemical discharges</p><p>Eight times between 2017 and 2023, the U.S. Environmental Protection Agency's National Response Center received reports of methyl mercaptan releases from the plant.</p><p>Methyl mercaptan is a colorless flammable gas. Exposure can induce headache, nausea, and death, according to the Centers for Disease Control and Prevention. Four workers were killed in a 2014 methyl mercaptan leak at a DuPont industrial plant in suburban Houston.</p><p>State ecology inspectors were notified about the September 2017 methyl mercaptan release, saying in emails that a private citizen was hospitalized due to exposure. They also investigated odor complaints.</p><p>Residents regularly reported noxious smells around the plant that sometimes made them sick and kept them inside. Ecology officials fined Nippon $4,500 in 2024 for releasing excessive amounts of sulfur dioxide, a poisonous gas with a strong smell.</p><p>A history of equipment failures</p><p>The plant had an active release of black liquor, a caustic chemical that can cause severe burns, from a storage tank in 2020. The person who reported the release said it was ongoing and they needed to drain the tank before it could be fixed.</p><p>Ecology officials were notified that 250,000 gallons (946,353 liters) of black liquor was discharging into and out of the containment area, according to emails among investigators. The company recovered much of the chemical but it contaminated some gravel. Ecology considered this a violation but didn’t take enforcement action.</p><p>“Black liquor spills are rare,” said Kmiotek, the WPI professor. “In all the years I’ve been in business I have not had any situations where there’s been a black liquor spill that went beyond the secondary containment.”</p><p>The plant has a history of other releases in recently years, including:</p><p>1. In August 2021, about 3,000 gallons of white liquor was released from a storage tank because a valve was open. The leak started during the startup and the chemical went into a containment area and then overflowed onto a gravel area. Some entered a storm drain.
                2. Fire investigators said old equipment was to blame for a fire at the paper mill in 2023 that involved a conveyor belt and burned wood chip piles. Workers had complained that the belt was old and not properly maintained.
                3. Equipment failure caused a chlorine release from a generator in 2021. The plant also had chlorine leaks in 2024 and 2025.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OHDLNKPLG55S47P76OEKRCFXVM.jpg?auth=433c0c55b7a5abe888d50f0a79c0a3e28066d889c6404c3e2e249043cbac1cc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Yellow police tape is seen on May 27, 2026 outside the Longview, Wash. paper mill where a deadly chemical tank failure occurred. (AP Photo/Claire Rush, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Claire Rush</media:credit></media:content></item><item><title><![CDATA[1 arrested after armed robbery at Opa-locka Family Dollar, cops say ]]></title><link>https://www.local10.com/news/local/2026/09/04/1-arrested-after-armed-robbery-at-opa-locka-family-dollar-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/1-arrested-after-armed-robbery-at-opa-locka-family-dollar-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[An arrest has been made after an armed robbery at a Family Dollar in Opa-locka prompted a multi-agency search Friday, police confirmed. ]]></description><pubDate>Fri, 04 Sep 2026 17:35:38 +0000</pubDate><content:encoded><![CDATA[<p>An arrest has been made after an armed robbery at a Family Dollar in Opa-locka prompted a multi-agency search Friday, police confirmed. </p><p><a href="https://www.local10.com/espanol/2026/09/04/arrestan-a-una-persona-tras-robo-a-mano-armada-en-family-dollar-de-opa-locka-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/arrestan-a-una-persona-tras-robo-a-mano-armada-en-family-dollar-de-opa-locka-dice-la-policia/">Leer en español</a></p><p>Opa-locka police said officers responded to the store, located at 14400 Northwest 27th Ave., after the robbery was reported. </p><p>Police said when they arrived at the scene, they saw the suspect fleeing the area on foot. </p><p>They said officers established a perimeter and called for additional law enforcement resources. </p><p>Sky 10 flew over the scene just before 10:30 a.m. as officers gathered next to a police car in the area. </p><p>Miami-Dade Sheriff’s Office K-9 and aviation units, along with officers from the Miami Gardens Police Department and Miami-Dade Schools Police Department, joined the search, according to investigators. </p><p>The suspect was eventually located and taken into custody without further incident, police said.</p><p>They said there is no ongoing threat to the community related to the armed robbery.</p><p>Police said the investigation remains active. They did not immediately release additional details about the suspect or what, if anything, was taken from the store.</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/CY73TWOEIRBYJN5KTKAPZRB65U.jpeg?auth=3061f6769bf585e5124cf8c6f06e5cd183173a3777ea4f62dec5e89f86b860dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a una persona tras robo a mano armada en Family Dollar de Opa-locka, dice la policía]]></title><link>https://www.local10.com/espanol/2026/09/04/arrestan-a-una-persona-tras-robo-a-mano-armada-en-family-dollar-de-opa-locka-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/arrestan-a-una-persona-tras-robo-a-mano-armada-en-family-dollar-de-opa-locka-dice-la-policia/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Arrestan a una persona después de que un robo a mano armada en un Family Dollar de Opa-locka provocara una búsqueda de varias agencias el viernes, confirmó la policía.]]></description><pubDate>Fri, 04 Sep 2026 17:50:23 +0000</pubDate><content:encoded><![CDATA[<p>Una persona fue arrestada después de que un robo a mano armada en un Family Dollar de Opa-locka provocara una búsqueda de varias agencias el viernes, confirmó la policía.</p><p>La policía de Opa-locka informó que los agentes acudieron a la tienda, ubicada en 14400 Northwest 27th Ave., después de que se reportara el robo.</p><p>La policía dijo que cuando llegaron al lugar, vieron al sospechoso huyendo a pie del área.</p><p>Indicaron que los agentes establecieron un perímetro y solicitaron recursos adicionales de las fuerzas del orden.</p><p>Sky 10 sobrevoló el lugar poco antes de las 10:30 a.m., mientras los agentes se reunían junto a un vehículo policial en el área.</p><p>Unidades K-9 y de aviación de la Oficina del Sheriff de Miami-Dade, junto con agentes del Departamento de Policía de Miami Gardens y del Departamento de Policía de las Escuelas de Miami-Dade, se unieron a la búsqueda, según los investigadores.</p><p>El sospechoso finalmente fue localizado y detenido sin más incidentes, dijo la policía.</p><p>Indicaron que no existe una amenaza activa para la comunidad relacionada con el robo a mano armada.</p><p>La policía dijo que la investigación continúa activa. No divulgaron de inmediato detalles adicionales sobre el sospechoso ni sobre qué, si algo, fue sustraído de la tienda.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CY73TWOEIRBYJN5KTKAPZRB65U.jpeg?auth=3061f6769bf585e5124cf8c6f06e5cd183173a3777ea4f62dec5e89f86b860dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Army: Man accused of causing crash killing Bahamian artist in Miami-Dade had arrest warrant since Feb. 15 for desertion in Texas ]]></title><link>https://www.local10.com/news/local/2026/09/04/army-man-accused-of-killing-bahamian-artist-in-miami-dade-had-arrest-warrant-since-feb-15-for-desertion-in-texas/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/army-man-accused-of-killing-bahamian-artist-in-miami-dade-had-arrest-warrant-since-feb-15-for-desertion-in-texas/</guid><dc:creator><![CDATA[Isabella Martin, Andrea Torres]]></dc:creator><description><![CDATA[A 21-year-old man who was behind bars on Friday in Miami-Dade County had an arrest warrant for military desertion since Feb. 15, according to the U.S. Army. ]]></description><pubDate>Fri, 04 Sep 2026 17:16:06 +0000</pubDate><content:encoded><![CDATA[<p>A 21-year-old man who was behind bars on Friday in Miami-Dade County had an arrest warrant for military desertion since Feb. 15, according to the U.S. Army. </p><p><a href="https://www.local10.com/espanol/2026/09/04/ejercito-acusan-a-hombre-de-causar-accidente-que-mato-a-artista-bahameno-en-miami-dade-tenia-orden-de-arresto-desde-el-15-de-febrero-por-desercion-en-texas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/ejercito-acusan-a-hombre-de-causar-accidente-que-mato-a-artista-bahameno-en-miami-dade-tenia-orden-de-arresto-desde-el-15-de-febrero-por-desercion-en-texas/">Leer en español</a></p><p>Luis M. Perez had an active National Crime Information Center warrant from Fort Bliss, Texas, according to Heather J. Hagan, a spokeswoman for the U.S. Army. </p><p>Miami-Dade Sheriff’s Office deputies arrested Perez after a traffic stop by deputies with a robbery intervention unit turned into a chase and ended with the crash on Wednesday in Brownsville. </p><figure><img src="https://www.local10.com/resizer/v2/DVEWZWEJ2NFIRCUBJNMV55WXR4.jpg?auth=8d5aea7523fc0c4e5c63f6fcfcd9708b307b1923ee59e9286c240942be0bcef3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Stefan Germaine<b> </b>Davis, an artist visiting Miami-Dade from the Bahamas, died after the crash at Northwest 33rd Avenue and 51st Terrace, according to deputies. He was 55. </p><p>Phillip Brave Davis, the prime minister of the Bahamas, released a statement on social media describing Davis as an artist with “a remarkable” gift.</p><p>“It was always a joy to watch him bring our stories, our culture, and our people to life through his art,” Brave Davis wrote, according to the statement. “His passing is a tremendous loss for our country and our creative community.” </p><figure><img src="https://www.local10.com/resizer/v2/5GNZ532JCZD3JBS3FXOHCZGYMM.jpg?auth=b595fb20aa6612d10bdd0df438f5a8c5fb3566fb2ae06b86b7603ce7087fab19&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Surveillance videos show the fugitive speeding and the impact, according to deputies. Norman Bradley, who was in the area, said he heard “a BOOM!”</p><p>“The car flipped on its side,” Bradley said.</p><p>Fire Rescue personnel rushed Davis, whose condition was critical, to the hospital, where he later died, according to deputies. </p><p>“Sorry to see such talent has left us in a tragic way,” said Levin Wilson, Davis’s friend in Miami-Dade County. </p><p>According to <a href="https://www.facebook.com/StefanLegend" target="_self" rel="" title="https://www.facebook.com/StefanLegend">Davis’s Facebook profile</a>, he had graduated from Government High School in Nassau, Bahamas, where he co-owned <a href="https://www.facebook.com/AIRBRUSHJUNKIESTEEZMEDESIGNS/" target="_self" rel="" title="https://www.facebook.com/AIRBRUSHJUNKIESTEEZMEDESIGNS/">Airbrush Junkies</a>, an art gallery and events venue in Nassau. Davis painted on canvas and was also a coveted tattoo artist. </p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1788542875190!6m8!1m7!1sJqGiJhIT2YHDNQtkXJRNuw!2m2!1d25.82137617198254!2d-80.25093123007828!3f79.06666359688778!4f-17.205239380406198!5f0.5047556642666006" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/local/2026/09/03/bahamas-artist-killed-in-deadly-northwest-miami-dade-crash/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/03/bahamas-artist-killed-in-deadly-northwest-miami-dade-crash/">Bahamian artist killed in deadly northwest Miami-Dade crash involving deputy, man wanted for military desertion</a></li><li><a href="https://www.local10.com/news/local/2026/09/02/1-dead-after-crash-involving-miami-dade-deputy/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/02/1-dead-after-crash-involving-miami-dade-deputy/">1 dead, 1 in custody after crash involving Miami-Dade deputy</a></li></ul><p><b>Related social media</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fphilipbravedavis242%2Fposts%2Fpfbid0qMFisargTsxh4pxY3s38Co7FobfRMSwoTitiSBH2o61WNhvuRXcRt7yEJZtXC9Dsl&show_text=true&width=500" width="500" height="297" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FStefanLegend%2Fposts%2Fpfbid0ibWzkcd6QGWRXkyDPMdyiCnYWN9nmbfJTEgYRfi9gHtdTkkmWn8pZTXQTVYjEpq4l&show_text=true&width=500" width="500" height="684" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid02soE73q7XuzPr7pPydTkj6yKtYNuWnfkXPsDnaJkerEPXUqnJMzD6h41KBn9hoeKyl%26id%3D100085820229517&show_text=true&width=500" width="500" height="610" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Ejército: Acusan a hombre de causar accidente que mató a artista bahameño en Miami-Dade; tenía orden de arresto desde el 15 de febrero por deserción en Texas]]></title><link>https://www.local10.com/espanol/2026/09/04/ejercito-acusan-a-hombre-de-causar-accidente-que-mato-a-artista-bahameno-en-miami-dade-tenia-orden-de-arresto-desde-el-15-de-febrero-por-desercion-en-texas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/ejercito-acusan-a-hombre-de-causar-accidente-que-mato-a-artista-bahameno-en-miami-dade-tenia-orden-de-arresto-desde-el-15-de-febrero-por-desercion-en-texas/</guid><dc:creator><![CDATA[Isabella Martin, Andrea Torres]]></dc:creator><description><![CDATA[Un hombre de 21 años que permanecía tras las rejas este viernes en el condado Miami-Dade tenía una orden de arresto por deserción militar desde el 15 de febrero, según el Ejército de Estados Unidos.]]></description><pubDate>Fri, 04 Sep 2026 17:48:09 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 21 años que permanecía tras las rejas el viernes en el condado Miami-Dade tenía una orden de arresto por deserción militar desde el 15 de febrero, según el Ejército de Estados Unidos.</p><p>Luis M. Perez tenía una orden de arresto activa del Centro Nacional de Información Criminal (NCIC) emitida desde Fort Bliss, Texas, según Heather J. Hagan, portavoz del Ejército de Estados Unidos.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade arrestaron a Perez después de que una parada de tráfico realizada por agentes de una unidad de intervención contra robos se convirtiera en una persecución y terminara con el accidente el miércoles en Brownsville.</p><figure><img src="https://www.local10.com/resizer/v2/DVEWZWEJ2NFIRCUBJNMV55WXR4.jpg?auth=8d5aea7523fc0c4e5c63f6fcfcd9708b307b1923ee59e9286c240942be0bcef3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Stefan Germaine Davis, un artista que visitaba Miami-Dade desde Bahamas, murió tras el accidente en Northwest 33rd Avenue y 51st Terrace, según los agentes. Tenía 55 años.</p><p>Phillip Brave Davis, primer ministro de Bahamas, publicó un comunicado en redes sociales en el que describió a Davis como un artista con un talento “extraordinario”.</p><p>“Siempre fue un placer verlo dar vida a nuestras historias, nuestra cultura y nuestra gente a través de su arte”, escribió Brave Davis, según el comunicado. “Su fallecimiento es una pérdida enorme para nuestro país y nuestra comunidad creativa”.</p><figure><img src="https://www.local10.com/resizer/v2/5GNZ532JCZD3JBS3FXOHCZGYMM.jpg?auth=b595fb20aa6612d10bdd0df438f5a8c5fb3566fb2ae06b86b7603ce7087fab19&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Videos de vigilancia muestran al fugitivo conduciendo a exceso de velocidad y el impacto, según los agentes. Norman Bradley, quien se encontraba en el área, dijo que escuchó “¡un ESTRUENDO!”</p><p>“El auto se volcó de lado”, dijo Bradley.</p><p>Personal de Bomberos y Rescate trasladó de urgencia al hospital a Davis, quien se encontraba en condición crítica y posteriormente murió, según los agentes.</p><p>“Lamento ver que tanto talento nos haya dejado de una manera trágica”, dijo Levin Wilson, amigo de Davis en el condado Miami-Dade.</p><p>Según el <a href="https://www.facebook.com/StefanLegend" target="_blank" rel="noreferrer" title="https://www.facebook.com/StefanLegend">perfil de Facebook de Davis</a>, se había graduado de Government High School en Nassau, Bahamas, donde era copropietario de <a href="https://www.facebook.com/AIRBRUSHJUNKIESTEEZMEDESIGNS/" target="_blank" rel="noreferrer" title="https://www.facebook.com/AIRBRUSHJUNKIESTEEZMEDESIGNS/">Airbrush Junkies</a>, una galería de arte y recinto para eventos en Nassau. Davis pintaba sobre lienzo y también era un cotizado artista del tatuaje.</p><p><b>Ubicación</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1788542875190!6m8!1m7!1sJqGiJhIT2YHDNQtkXJRNuw!2m2!1d25.82137617198254!2d-80.25093123007828!3f79.06666359688778!4f-17.205239380406198!5f0.5047556642666006" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/espanol/2026/09/04/muere-artista-de-bahamas-en-accidente-mortal-en-el-noroeste-de-miami-dade-que-involucro-a-agente-y-hombre-buscado-por-desercion-militar/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/muere-artista-de-bahamas-en-accidente-mortal-en-el-noroeste-de-miami-dade-que-involucro-a-agente-y-hombre-buscado-por-desercion-militar/">Artista bahameño muere en fatal accidente en el noroeste de Miami-Dade que involucró a agente y hombre buscado por deserción militar</a></li><li><a href="https://www.local10.com/espanol/2026/09/03/muere-una-persona-y-otra-queda-bajo-custodia-tras-choque-que-involucro-a-agente-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/muere-una-persona-y-otra-queda-bajo-custodia-tras-choque-que-involucro-a-agente-de-miami-dade/">Una persona muerta y una detenida tras accidente que involucró a agente de Miami-Dade</a></li></ul><p><b>Redes sociales relacionadas</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fphilipbravedavis242%2Fposts%2Fpfbid0qMFisargTsxh4pxY3s38Co7FobfRMSwoTitiSBH2o61WNhvuRXcRt7yEJZtXC9Dsl&show_text=true&width=500" width="500" height="297" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FStefanLegend%2Fposts%2Fpfbid0ibWzkcd6QGWRXkyDPMdyiCnYWN9nmbfJTEgYRfi9gHtdTkkmWn8pZTXQTVYjEpq4l&show_text=true&width=500" width="500" height="684" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid02soE73q7XuzPr7pPydTkj6yKtYNuWnfkXPsDnaJkerEPXUqnJMzD6h41KBn9hoeKyl%26id%3D100085820229517&show_text=true&width=500" width="500" height="610" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Kristi Krueger se aleja del escritorio de presentadores de Local 10 después de 33 años, pero no se despide]]></title><link>https://www.local10.com/espanol/2026/09/04/kristi-krueger-se-aleja-del-escritorio-de-presentadores-de-local-10-despues-de-33-anos-pero-no-se-despide/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/kristi-krueger-se-aleja-del-escritorio-de-presentadores-de-local-10-despues-de-33-anos-pero-no-se-despide/</guid><description><![CDATA[Después de 33 años detrás del escritorio de presentadores de Local 10, la presentadora Kristi Krueger está haciendo un cambio.]]></description><pubDate>Fri, 04 Sep 2026 17:39:53 +0000</pubDate><content:encoded><![CDATA[<p>Después de 33 años detrás del escritorio de presentadores de Local 10, Kristi Krueger está haciendo un cambio.</p><p>Pero esto no es un adiós. Y tampoco es exactamente un “hasta luego”.</p><p>Es un “nos vemos a tiempo parcial”.</p><p>Krueger se aleja de sus funciones habituales como presentadora, pero no se va a ninguna parte. Continuará haciendo lo que desde hace mucho tiempo le apasiona: ayudar a los residentes del sur de Florida a comprender mejor su salud a través de los reportes “Good Health” de Kristi Krueger.</p><p>El cambio también le da a Krueger algo más que es cada vez más valioso: más tiempo con su familia.</p><p>Madre de dos hijos, Krueger ahora es “Gammy” de tres nietos.</p><p><b>Más de tres décadas en Local 10</b></p><p>A lo largo de 33 años, Krueger se ha convertido en uno de los rostros más reconocidos de Local 10.</p><p>Su carrera en las noticias de televisión comenzó después de graduarse de la Universidad de Florida y conseguir su primer trabajo en Sarasota.</p><p>Esa primera parada resultó importante por algo más que su carrera. También fue donde conoció a su futuro esposo, Todd.</p><p>La pareja se mudó posteriormente a Detroit antes de que Krueger finalmente llegara a Local 10.</p><p>Durante su tiempo en la estación, presentó junto al legendario presentador Dwight Lauderdale los noticieros de horario estelar de Local 10 durante casi una década.</p><p>Más tarde pasó a las mañanas antes de finalmente hacer la transición a la programación diurna, presentando los noticieros de Local 10 del mediodía, 3 p.m., 4:30 p.m. y 5:30 p.m.</p><p>En el camino, se convirtió en algo más que un rostro conocido para los televidentes. También se convirtió en una colega de confianza para generaciones de periodistas de Local 10.</p><p><b>Una narradora que viajó por el mundo</b></p><p>La carrera de Krueger se ha extendido mucho más allá del escritorio de presentadores.</p><p>Ganadora de tres premios Emmy, también fue honrada con el prestigioso premio Silver Circle.</p><p>Su trabajo periodístico la ha llevado alrededor del mundo, incluidos viajes al Amazonas y la Antártida.</p><p>En 2025, Krueger llegó a Australia, marcando su séptimo continente.</p><p>Pero a pesar de todos los lugares a los que ha viajado y todos los reconocimientos profesionales que ha recibido, la familia ha seguido siendo su principal motivación.</p><p>Krueger siempre ha mantenido una relación cercana con su madre, Karen, a quien atribuye haber ayudado a formar su buen corazón.</p><p>También compartía un especial sentido del humor con su padre, quien murió en 2020 después de luchar contra la enfermedad de Alzheimer.</p><p>Krueger ha seguido involucrada con la Asociación de Alzheimer, manteniendo cerca de su corazón una causa profundamente vinculada con su familia.</p><p><b>El sur de Florida vio crecer a su familia</b></p><p>Los televidentes de Local 10 no solo vieron desarrollarse la carrera de Krueger. A lo largo de los años, también vieron crecer a sus hijos, Troy y Kelsie.</p><p>“¡Quien haya dicho que ser padre era un trabajo difícil, sin duda tenía razón!”, bromeó Krueger una vez.</p><p>Hoy, Troy y Kelsie son adultos con sus propias familias, convirtiendo a Krueger en abuela de tres nietos.</p><p>Y no importa cuánto crezcan los hijos, todavía necesitan a mamá.</p><p>Ahora, su familia podrá verla un poco más.</p><p><b>“Nuestra matriarca, nuestra madre protectora, nuestra primera dama”</b></p><p>Krueger puede estar alejándose del escritorio diario de presentadores, pero su familia de Local 10 tampoco está lista para dejarla ir.</p><p>“Ella es quien más nos apoya, es nuestra terapeuta, también es nuestra doctora honoraria y me encanta acudir a Kristi y pedirle consejo cuando algo anda mal con mis hijos”, dijo Nicole Perez, también presentadora de Local 10. “Y no lo cambiaría por nada”.</p><p>El reportero de investigación de Local 10 Jeff Weinsier resumió el papel que Krueger ha llegado a desempeñar dentro de la sala de redacción de Local 10 durante más de tres décadas.</p><p>“Ella es nuestra matriarca, es nuestra madre protectora, es nuestra primera dama”, dijo Weinsier. “Es nuestro pilar”.</p><p>Y eso no va a cambiar.</p><p>El sur de Florida podrá ver a Krueger con un poco menos de frecuencia, pero ella seguirá aquí, contando historias, informando sobre salud y siendo parte de la familia de Local 10.</p><p>Después de 33 años, no es un adiós.</p><p>Es simplemente un nos vemos a tiempo parcial.</p>]]></content:encoded></item><item><title><![CDATA[FHP revela nuevos detalles sobre accidente en la I-75 que dejó muerto a hombre que cambiaba una llanta]]></title><link>https://www.local10.com/espanol/2026/09/04/fhp-revela-nuevos-detalles-sobre-accidente-en-la-i-75-que-dejo-muerto-a-hombre-que-cambiaba-una-llanta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/fhp-revela-nuevos-detalles-sobre-accidente-en-la-i-75-que-dejo-muerto-a-hombre-que-cambiaba-una-llanta/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre murió la noche del jueves después de ser atropellado por el conductor de una SUV mientras cambiaba una llanta en la Interestatal 75 en Pembroke Pines, según la Patrulla de Carreteras de Florida.]]></description><pubDate>Fri, 04 Sep 2026 16:31:57 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre murió la noche del jueves después de ser atropellado por el conductor de una SUV <a href="https://www.local10.com/news/local/2026/09/03/driver-killed-while-changing-tire-on-i-75-near-miramar-parkway/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/09/03/driver-killed-while-changing-tire-on-i-75-near-miramar-parkway/">mientras cambiaba una llanta</a> en la Interestatal 75 en Pembroke Pines, según la Patrulla de Carreteras de Florida.</p><p>Los agentes dijeron que el accidente fue reportado alrededor de las 5:05 p.m. en la I-75 en dirección norte, justo al sur de Pines Boulevard.</p><p>Dijeron que una Honda CR-V 2026 circulaba en dirección norte por el carril exterior de incorporación cuando su conductor, de 69 años, intentó cambiarse al carril exterior.</p><p>Los investigadores dijeron que el conductor no pudo completar de manera segura el cambio de carril y circuló entre el arcén exterior y el carril exterior.</p><p>Dijeron que un hombre se encontraba en el arcén pavimentado intentando cambiar la llanta trasera izquierda de un vehículo cuando fue impactado por la parte delantera de la Honda, según funcionarios de la FHP. Dijeron que el hombre fue lanzado hacia el carril exterior y murió en el lugar.</p><p>Otro hombre de 32 años que estuvo involucrado en el incidente no resultó herido, confirmaron las autoridades. El conductor de la Honda tampoco resultó herido.</p><p>Las autoridades dijeron que todos los carriles de la I-75 en dirección norte fueron reabiertos alrededor de las 7:55 p.m. del jueves.</p><p>Las autoridades no han divulgado detalles adicionales sobre el accidente ni han identificado al fallecido, a la espera de notificar a sus familiares. Ninguna de las personas involucradas en el accidente ha sido citada hasta el momento.</p>]]></content:encoded></item><item><title><![CDATA[Arresto migratorio separa a familia que enfrenta otra dolorosa despedida en MIA]]></title><link>https://www.local10.com/espanol/2026/09/04/arresto-migratorio-separa-a-familia-que-enfrenta-otra-dolorosa-despedida-en-mia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/04/arresto-migratorio-separa-a-familia-que-enfrenta-otra-dolorosa-despedida-en-mia/</guid><dc:creator><![CDATA[Michaila Hightower, Ryan Mackey]]></dc:creator><description><![CDATA[Una familia ya separada por las autoridades migratorias enfrentó otra dolorosa despedida en el Aeropuerto Internacional de Miami. Su hijo menor se dirige a Guatemala para estar con sus padres deportados, pero la decisión significa otra separación de sus hermanos en Estados Unidos.]]></description><pubDate>Fri, 04 Sep 2026 14:33:36 +0000</pubDate><content:encoded><![CDATA[<p>Las lágrimas llegaron antes de la despedida.</p><p>Dentro del Aeropuerto Internacional de Miami este viernes, varios niños lloraron mientras observaban a familiares prepararse para partir, escenas que pusieron de relieve la dolorosa realidad que enfrentan las familias atrapadas en el sistema migratorio: incluso cuando los seres queridos se reúnen, una familia puede permanecer separada.</p><p>Para la familia Domingo, el viernes trajo otra decisión difícil.</p><p>Aiden Domingo, el hijo menor de la familia, iba a ser enviado a Guatemala para vivir con sus padres, quienes fueron deportados allí después de ser puestos bajo custodia migratoria el mes pasado.</p><p>La decisión reuniría al pequeño con sus padres, pero también lo separaría de sus cuatro hermanos en Estados Unidos.</p><p>“Nunca hemos estado separados”, dijo entre lágrimas un familiar mientras hablaba con Local 10 News en MIA. “Nuestra familia siempre ha estado unida. Siempre somos como una gran familia, pero ahora todos nos estamos separando”.</p><p><a href="https://www.local10.com/espanol/2026/08/11/discriminacion-racial-un-video-muestra-como-agentes-fronterizos-separan-a-unos-padres-guatemaltecos-de-sus-cinco-hijos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/11/discriminacion-racial-un-video-muestra-como-agentes-fronterizos-separan-a-unos-padres-guatemaltecos-de-sus-cinco-hijos/">La separación de la familia Domingo</a> comenzó a principios de agosto, cuando la familia salía de la iglesia y se dirigía a comprar ropa y zapatos para la escuela. Su hija de 18 años, Wendy Domingo, conducía el automóvil de la familia.</p><p>La familia Domingo dijo a Local 10 News el mes pasado que agentes de la Patrulla Fronteriza de Estados Unidos los detuvieron y le dijeron a Wendy Domingo, ciudadana estadounidense, que ella no había hecho nada malo. La familia dijo que un agente había escaneado la placa del vehículo, que mostraba que estaba registrado a nombre de una persona que no era ciudadana.</p><p>Los padres de Wendy Domingo, Maria Leiva Perez y Abraham Domingo, fueron puestos bajo custodia. Fuentes policiales dijeron anteriormente a Local 10 News que la pareja fue arrestada el 9 de agosto.</p><p>Los registros muestran que Leiva Perez tenía una orden final de deportación. Los registros también muestran que Domingo no tenía ningún estatus migratorio legal ni ningún trámite pendiente, incluida una solicitud de asilo o visa, según una fuente familiarizada con los registros.</p><p>La misma fuente dijo que los registros muestran que Domingo fue arrestado en enero de 2018 por un cargo de negligencia infantil y nuevamente en diciembre de 2024 por un cargo de agresión doméstica. La fuente dijo que ambos arrestos correspondían a casos de delitos graves. No quedó claro de inmediato cuál fue la resolución de ninguno de los casos.</p><p>La pareja fue posteriormente deportada a Guatemala, dejando a Wendy Domingo a cargo de ayudar a cuidar a sus cuatro hermanos menores.</p><p>Un video grabado durante la parada de tránsito inicial captó la emotiva despedida de la familia. Las imágenes, compartidas por el Guatemalan Maya Center, mostraron a los niños llorando mientras se llevaban a sus padres.</p><p>Ahora, los hijos de la familia Domingo enfrentan otra separación.</p><p>Mientras Aiden se preparaba para partir hacia Guatemala, el dolor de los niños era evidente dentro del aeropuerto. Se escuchó a un niño de unos 3 o 4 años gritando y llorando mientras pasaba por el área de seguridad, según un reportero que presenció la escena.</p><p>Los Domingo eran una de cuatro familias que enfrentaban separaciones en el aeropuerto ese día.</p><p>Se creó una página de <a href="https://www.gofundme.com/f/support-the-domingo-children-after-family-separation?attribution_id=sl:3a23c947-5512-4643-8ebe-1b35f6e45533&amp;lang=en_US&amp;ts=1786471310&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-7&amp;utm_medium=customer&amp;utm_source=copy_link" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/support-the-domingo-children-after-family-separation?attribution_id=sl:3a23c947-5512-4643-8ebe-1b35f6e45533&amp;lang=en_US&amp;ts=1786471310&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-7&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe</a> para ayudar económicamente a la familia.</p>]]></content:encoded></item><item><title><![CDATA[Serena and Venus Williams lose in a match tiebreaker in their return to the US Open]]></title><link>https://www.local10.com/sports/2026/09/04/serena-and-venus-williams-lose-in-a-match-tiebreaker-in-their-return-to-the-us-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/serena-and-venus-williams-lose-in-a-match-tiebreaker-in-their-return-to-the-us-open/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Serena and Venus Williams were once again the main attraction at the U.S. Open. Carlos Alcaraz sure wasn’t going to miss it.]]></description><pubDate>Sat, 05 Sep 2026 06:08:50 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Serena and Venus Williams were once again the main attraction at the U.S. Open. Carlos Alcaraz sure wasn’t going to miss it.</p><p>“I think there is no better plan (than) to watch the doubles, the Williamses once again, while getting a treatment,” the defending men’s champion said after winning his match. “I’m going to be ready for that.”</p><p>The match was a thriller, with the sisters battling back to force a 10-point match tiebreaker, but then blowing a 5-0 lead and losing 6-3, 6-7 (6), 7-6 (10-7) on Friday night to Hao-Ching Chan and Maya Joint.</p><p>It was the first U.S. Open match since 2022 at the Grand Slam tournament the sisters won twice. They battled back from 4-1 down in the third set to tie it, but then faltered late in front of disappointed fans desperately rooting them on.</p><p>“I think the crowd is pretty much what we expected. We expected a full stadium, everyone cheering for them, which, pretty much was that,” Joint said. “But the atmosphere is something that, yeah, it’s super special. Not really going to get again with many other players.”</p><p>Serena came back to tennis this year at 44. Venus has continued to play on tour at 46.</p><p>Perhaps it was their ages, could have been Serena's long layoff, or maybe it was nerves. But both double-faulted during the tiebreaker after they had played so brilliantly late in the third set and then in the first few points.</p><p>The U.S. Tennis Association said the sisters would not be available for comment.</p><p>Serena lost to Joint for the second time this summer. She fell to the Australian in three sets at Wimbledon in her return to singles play, and she and Venus then had to pull out of their doubles match after Serena hurt her knee.</p><p>That delayed their return to the Grand Slam stage until New York, where they won in 1999 and 2009 and are now 27-8 in their 10 appearances.</p><p>The match got a spot in the night session in Arthur Ashe Stadium — practically unheard of for first-round doubles.</p><p>The sisters were once dominant in women’s doubles, teaming to win 14 Grand Slam titles along with Olympic gold medals in 2000, 2008 and 2012. They shared the No. 1 ranking in women’s doubles for eight weeks.</p><p>It appeared a first-round loss in 2022 was their last time together, with Serena stepping away from tennis that year after winning 23 Grand Slam singles titles. She came back this summer and now has two heartbreaking defeats with her older sister. They also lost in a match tiebreaker at the Cincinnati Open.</p><p>Venus Williams also lost in the first round of singles.</p><p>The champions lead the field into the fourth round</p><p>Alcaraz won easily but two-time defending champion Aryna Sabalenka was finally challenged — by her opponent and by the smell of marijuana — in her victory.</p><p>Sabalanka beat Kamilla Rakhimova 6-3, 6-4. The No. 1 seed was pushed in a second set that lasted 54 minutes — a minute longer than her entire previous match.</p><p>Trying to become the first player to win three straight U.S. Open titles since Serena Williams from 2012-14, Sabalenka will face Taylor Townsend in the round of 16.</p><p>Alcaraz returned to the round of 16 by beating Wu Yibing 6-3, 6-4, 6-1. Back for this tournament after missing four months because of a right wrist injury, the two-time champion will face No. 20 seed Tommy Paul, who edged No. 15 Alexander Bublik in five sets.</p><p>“To be honest I’m better than I thought,” Alcaraz said.</p><p>Sabalenka smelled marijuana, Jessica Pegula struggled for tennis reasons</p><p>Sabalenka was serving in the third game of her match in Louis Armstrong Stadium when she tossed the ball but then let it fall to the court. She did the same thing on the next point, with something clearly bothering her.</p><p>She then approached the chair umpire to ask for help because she smelled marijuana.</p><p>“I was like, guys, you can do whatever, you can smoke whatever, you can relax as much as you can, but please, do not do it around the tennis courts,” Sabalenka said, when asked what she was thinking at the time. “It’s a bit tricky to handle that smell while you’re trying to compete at your best.”</p><p>Pegula, the No. 3 seed, fought back to beat 2021 runner-up Leylah Fernandez 1-6, 6-4, 6-3. Pegula, who lost to Sabalenka in the 2024 final and again last year in the semifinals, had a dismal start in which she put only 5 of 16 first serves in during the first set.</p><p>Fernandez hadn’t won a Grand Slam singles match this year until getting to New York and was trying to reach the fourth round at the U.S. Open for the first time since falling to Emma Raducanu in the final five years ago. Pegula handled her easily in their only meeting this year but said Fernandez showed her different looks that gave her trouble.</p><p>“I didn’t start off very well. It was tough,” Pegula said. “I had to dig deep there in the second to turn that around, and it very well could have not turned around.”</p><p>Pegula advanced to face Sorana Cirstea, the 36-year-old from Romania who is contemplating retirement after this season. She will have at least one more Grand Slam match after the No. 16 seed beat No. 19 Jasmine Paolini 6-3, 6-3.</p><p>Townsend reached the round of 16 for the second straight year by knocking off No. 15 seed Diana Shnaider 6-2, 6-7 (3), 6-3 and seemed eager for the matchup with Sabalenka.</p><p>“I’m so excited. I feel like I thrive in these moments,” the American said. “I’m built for these moments and so now is my time, I’m ready to take it. I’m ready to go.”</p><p>Wimbledon champion Linda Noskova and Marta Kostyuk, the No. 11 seed, advanced, setting up a rematch of their semifinal meeting at the All England Club. No. 7 seed Karolina Muchova, who lost in that final, was ousted by No. 26 Emma Navarro.</p><p>Daniil Medvedev, the 2021 champion, beat Arthur Rinderknech 6-4, 6-4, 6-4. The No. 7 seed will face No. 11 Frances Tiafoe, who topped No. 22 Valentin Vacherot 6-4, 6-2, 6-4.</p><p>A resurgent Stefanos Tsitsipas reached the fourth round of the U.S. Open for the first time by knocking off No. 18 seed Jiri Lehecka. Tsitsipas will face No. 8 Ben Shelton, a 7-6 (3), 6-7 (5), 6-3, 6-4 winner over Denis Shapovalov in a match that ended at 2:07 a.m. It was the record third match of the tournament to end after 2 a.m.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7SQLCCEXF6MTXQ4TZS3RYW2XNI.jpg?auth=8588eca912f872a6b5191a15c79eec09157c5b359d5e8d8008596915a09c0bc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Venus, right, and Serena Williams, of the United States, congratulate Maya Joint, left, of Australia, and Hao-Ching Chan, of Taiwan, after their women's doubles match at the U.S. Open tennis championships, Friday, Sept. 4, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TSZLI5TOURCJX2CR7JX5JTJJI4.jpg?auth=19bb48afc6b07407d4e97a3be6ccef6c74c7d98165c07bbf3b2f0c71829d9d4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Venus Williams, left, and Serena Williams, of the United States, confer as they play against Hao-Ching Chan, of Taiwan, and Maya Joint, of Australia, during a women's doubles match at the U.S. Open tennis championships, Friday, Sept. 4, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JR4FZGJ2T6GK7SSAI5XST2RDCY.jpg?auth=2465b5ebb82c72a5233cbdffb49d9526bdcc9d2686bb461e0ae01f2ab01f21bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka, of Belarus, left, embraces Kamilla Rakhimova, of Uzbekistan, after Sabalenka won their match during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W56C7AW3YLTCQAJDDIREHB7TBE.jpg?auth=337a5c855938c3c63ac34692d458365d19555110a3adbb9d062484d1e2c69bd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jessica Pegula, of the United States, returns the ball to Leylah Fernandez, of Canada, during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HHUTTHEGHXPLVI6BC2S4M24WKI.jpg?auth=021f0d68723dd129491a9cfc9810eb35fdaa5e6c49542a8291e0ae8b096bbee1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carlos Alcaraz, of Spain, reacts during the third round of the U.S. Open tennis championships against Wu Yibing, of China, Friday, Sept. 4, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J5BPBHNHZBOLF5KB4TH7I7D6JA.jpg?auth=d9bfe157a9005471d39289914d742a50401f8b3ba43fed7140fe4e4a7c55ab17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka, of Belarus, serves the ball to Kamilla Rakhimova, of Uzbekistan, during the third round of the U.S. Open tennis championships Friday, Sept. 4, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content></item><item><title><![CDATA[Williams sisters reunite their iconic doubles team, losing narrowly but thrilling the New York crowd]]></title><link>https://www.local10.com/sports/2026/09/04/williams-sisters-at-44-and-46-reunite-their-iconic-doubles-team-at-serenas-daughters-urging/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/williams-sisters-at-44-and-46-reunite-their-iconic-doubles-team-at-serenas-daughters-urging/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — “Welcome to the Williams Show," read one fan's sign in Arthur Ashe Stadium on Friday night, as Venus and Serena Williams took the court for their doubles match, a quarter-century after first facing each other in the 2001 U.S. Open final.]]></description><pubDate>Sat, 05 Sep 2026 03:42:24 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — “Welcome to the Williams Show," read one fan's sign in Arthur Ashe Stadium on Friday night, as Venus and Serena Williams took the court for their doubles match, a quarter-century after first facing each other in the 2001 U.S. Open final.</p><p>A quarter-century of playing pro tennis at a top level — at any level — is not a very common thing. And even more incredibly, the Williams sisters, now ages 46 and 44, showed they can still come agonizingly close to beating a top team that is cumulatively around half their age. In a three-set thriller that delighted a packed and vocal evening crowd, the sisters fell short only at the end, blowing a 5-0 lead in the final 10-point tiebreak to lose to Hao-Ching Chan of Taiwan and Maya Joint of Australia, 6-3, 6-7 (6), 7-6 (10-7).</p><p>So it was indeed quite a thrilling show — even the sisters themselves, narrowly defeated, walked off with smiles on their faces, though they declined to speak to the media afterward.</p><p>“It was an amazing match,” Joint said. “They played really well, and I think just the atmosphere on the court ... I don’t think either of us has experienced quite like that before. And playing two legends of the game is just a super special moment that we might not get again.”</p><p>The hugely entertaining evening came four years after the sisters last played doubles together at Flushing Meadows. That match came just a few weeks after Serena Williams announced, in a poignant Vogue essay, that she was “evolving away from tennis.” The headline used the dramatic word “farewell,” though Williams presciently noted she disliked the word “retirement.”</p><p>Whatever the wording, though, the message was clear: Daughter Olympia really wanted to be a big sister. And Williams knew she couldn’t accomplish that and still play tennis the way she wanted. She could not, in other words, have it all.</p><p>“Something’s got to give,” Williams wrote, in words that resonated with many women, in sports and beyond.</p><p>Well, Olympia got her little sister. And this year, her Mom was fulfilling another of Olympia’s requests: that she play doubles again at the U.S. Open with Aunt Venus.</p><p>“You need to play with Auntie VeVe,” 9-year-old Olympia told her, Serena Williams said this week on ABC's “Good Morning America.”</p><p>“She said it so clear and so calm,” Williams said. “She's like my mom, she doesn't really talk a lot, but when she does talk, you listen. And I was like, ‘OK.’”</p><p>And so the sisters returned as a team to the tournament where Serena won six singles titles, and Venus two — one of them against Serena, who returned the favor the following year. That 2001 victory for the elder sister came a full quarter-century ago — which was enough to give fans goose bumps that this partnership is alive.</p><p>“I’m happy for them,” said longtime tennis fan Nonie Green, of Arlington, Virginia, as she waited out a rain shower between matches earlier this week. “Father Time is undefeated. But I'm happy for them, even if they don’t win.”</p><p>They indeed didn't win Friday's match, but they made it a close fight — thrilling the crowd with some vintage volleys as they took the second set tiebreak to force a decider, then came close to winning that set.</p><p>The unique nature of the evening was clear before a ball was struck, during player introductions. After a fairly routine introduction for Chan and Joint, the announcer moved on to the Williamses: “They’ve transformed and elevated the sport as we know it,” he said. “They’re two of the greatest athletes of all time.”</p><p>As a doubles team, the sisters won two of their 14 Grand Slam titles at the U.S. Open — in 1999 and 2009. They last played together at Flushing Meadows in 2022, also losing in the first round. (This year, they had to scrap their appearance at Wimbledon because of Serena’s knee injury, but they played in Cincinnati last month.)</p><p>But victory or defeat does not seem, for many fans, the point. The point is that they're back in the spotlight.</p><p>Green, the fan from Virginia, recalled something a former pastor had told her: “Even the sky is not the limit. You can go beyond it.”</p><p>Which sounds just like the lesson Serena Williams now wants to teach her daughters — and why, four years after stepping away from tennis, she is back, at least in doubles and probably, she said on “Good Morning America,” in singles again soon.</p><p>“I just really want my children to see me play at a different age,” she said.</p><p>“I hope to show them that anything is possible. You can do anything at any age as long as you work hard and put some effort and dedication behind it.”</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FXG27PEE2IIARUSA5XHAOG64JU.jpg?auth=0680ca80f0c12b078fd638d5341ef01509c48b0163256d869ad305d93f0138fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams, left, first bumps Venus Williams, right, both of the United States, during a women's doubles match 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/T4QK4ZS2DPVIIMDWIV6YHID2PA.jpg?auth=d0ff864fc46b3e0e220ce8d2de1a376eda6eb3b3f660d590a78692664fd21899&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams, left, and Venus Williams, right, both of the United States, wave to the crowd at the end of a women's doubles match 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></item><item><title><![CDATA[FHP releases new details in I-75 crash that left man changing tire dead]]></title><link>https://www.local10.com/news/local/2026/09/04/fhp-releases-new-details-in-i-75-crash-that-left-man-changing-tire-dead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/fhp-releases-new-details-in-i-75-crash-that-left-man-changing-tire-dead/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man was killed Thursday evening after being struck by the driver of an SUV while he was changing a tire on Interstate 75 in Pembroke Pines, according to the Florida Highway Patrol. ]]></description><pubDate>Fri, 04 Sep 2026 16:28:13 +0000</pubDate><content:encoded><![CDATA[<p>A man was killed Thursday evening after being struck by the driver of an SUV while he <a href="https://www.local10.com/news/local/2026/09/03/driver-killed-while-changing-tire-on-i-75-near-miramar-parkway" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/03/driver-killed-while-changing-tire-on-i-75-near-miramar-parkway">was changing a tire</a> on Interstate 75 in Pembroke Pines, according to the Florida Highway Patrol. </p><p><a href="https://www.local10.com/espanol/2026/09/04/fhp-revela-nuevos-detalles-sobre-accidente-en-la-i-75-que-dejo-muerto-a-hombre-que-cambiaba-una-llanta/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/fhp-revela-nuevos-detalles-sobre-accidente-en-la-i-75-que-dejo-muerto-a-hombre-que-cambiaba-una-llanta/">Leer en español</a></p><p>Troopers said the crash was reported at about 5:05 p.m. on northbound I-75, just south of Pines Boulevard. </p><p>They said a 2026 Honda CR-V was traveling northbound in the outside merge lane when its 69-year-old driver attempted to move into the outside lane.</p><p>Investigators said the driver was unable to safely complete the lane change and traveled between the outside shoulder and the outside lane.</p><p>They said a man was on the paved shoulder attempting to change the rear left tire of a vehicle when he was struck by the front of the Honda, according to FHP officials. They said the man was then thrown into the outside lane and died at the scene.</p><p>Another 32-year-old man who was involved in the incident was not injured, authorities confirmed. The Honda driver also was not injured.</p><p>Authorities said all lanes of northbound I-75 were reopened by about 7:55 p.m. Thursday.</p><p>Authorities have not released additional details about the crash or identified the deceased, pending notification of next of kin. No one involved in the crash has been cited 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[Knife-wielding man on Brooklyn Bridge cables fatally shot after ignoring orders to drop weapon]]></title><link>https://www.local10.com/news/national/2026/09/04/knife-wielding-man-on-brooklyn-bridge-cables-fatally-shot-after-ignoring-orders-to-drop-weapon/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/04/knife-wielding-man-on-brooklyn-bridge-cables-fatally-shot-after-ignoring-orders-to-drop-weapon/</guid><dc:creator><![CDATA[By KATHY McCORMACK, Associated Press]]></dc:creator><description><![CDATA[Police fatally shot a knife-wielding man walking on the cables of New York City’s Brooklyn Bridge after he ignored orders to drop the weapon, authorities said Friday. The shooting happened when he moved within feet of an officer trying to help him climb down.]]></description><pubDate>Fri, 04 Sep 2026 23:23:25 +0000</pubDate><content:encoded><![CDATA[<p>Police fatally shot a knife-wielding man walking on the cables of New York City’s Brooklyn Bridge after he ignored orders to drop the weapon, authorities said Friday. The shooting happened when he moved within feet of an officer trying to help him climb down.</p><p>The shooting at one of the city's most famous landmarks closed the bridge and tied up traffic for part of the morning. It happened four days after a woman randomly stabbed two people in Times Square, killing one, and then was fatally shot by officers.</p><p>The man told the police rescue team that he wanted them to kill him and that he had a bomb, Gerard Dowling, commanding officer of the city's Emergency Services Unit, said at a news conference.</p><p>The officers had used a safety harness to attach themselves to the bridge and spoke to the man for about an hour, saying they wanted to help him and bring him to safety, Dowling said. They told him to drop the knife multiple times.</p><p>At one point, the man began to climb down a cable quickly. The officers were in a line below him on the same cable, Dowling said.</p><p>“The officers began to move backwards away from the male, but they were not able to move as quickly as the subject, who was approaching them,” he said.</p><p>When the man came within 3 feet (.9 meters) of one officer, he raised his arm with the knife extended toward the officer. One of the officers on the roadbed of the bridge then shot him once, Dowling said. The officers brought the man down and started rendering aid. He later died at a hospital.</p><p>Police body cameras recorded the encounter, he said.</p><p>Members of the team “are specially trained for these types of high-risk and incredibly dangerous situations,” Dowling said. “They receive extensive instruction on de-escalation and how to engage with individuals compassionately.”</p><p>The man's name was not released.</p><p>Police said in addition to a knife, they recovered a flashlight.</p><p>When a reporter asked if police found a bomb, Dowling said that was part of the ongoing investigation.</p><p>New York City Mayor Zohran Mamdani posted online that officers responded after receiving a 911 call about a man “who appeared to be attempting to jump from the bridge.”</p><p>He said the police tried to de-escalate the situation and urged the man not to jump.</p><p>“The man was holding a knife and threatened the officers. He eventually moved toward the officers, coming within close proximity to a number of responding officers. One responding officer discharged his weapon and struck the man,” Mamdani said.</p><p>The police department posted a video on social media in July about the Emergency Service Unit’s successful rescue of a woman in distress who had climbed onto the bridge. The team specializes in high-angle rescue, scuba and emergency psychological technician training, Dowling said in the video.</p><p>The Brooklyn Bridge, which opened in 1883, is a cable-supported suspension bridge that connects Manhattan and Brooklyn.</p><p>Its tower height is 276.5 feet (84 meters) above water. It's not clear how high up the man and the police officers were.</p><p>The stabbings on Monday happened near a New York Police Department substation, just outside One Times Square, the building that hosts the city’s annual New Year’s Eve ball drop celebration. It is one of the most heavily touristed and policed spots in all of New York.</p><p>A 49-year-old Queens woman pulled two knives from a shopping bag and stabbed a 68-year-old man in the abdomen, Police Commissioner Jessica Tisch said at a news conference. The man had just left the subway station and was waiting to cross the street with his wife.</p><p>Seconds later, the woman also stabbed a 32-year-old woman in the abdomen, Tisch said. The victim later died.</p><p>Officers tried to convince the woman, identified as Pamela Cisneros, to drop the knives for several minutes before using a Taser, Tisch said. The woman told them: “I’m not dropping anything, I would rather kill both of you,” according to Tisch.</p><p>A video shows the Taser failing to incapacitate Cisneros, who walks quickly toward the officers while waving the knives in front of her.</p><p>Two officers then shot the woman, according to police.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7GUBM6BO23UYOSOSVA3TZJJNIU.jpg?auth=39d0578a9c9c799789ddc6e767e07ff298edb1ba394bd44e8975591a649d7155&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The sun rises behind the Brooklyn Bridge on Oct. 11, 2023, in New York. (AP Photo/Kiichiro Sato, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kiichiro Sato</media:credit></media:content></item><item><title><![CDATA[Clark and Bueckers shine in World Cup debuts as the US women rout China 94-61]]></title><link>https://www.local10.com/sports/2026/09/04/clark-and-bueckers-shine-in-world-cup-debuts-as-the-us-women-rout-china-94-61/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/04/clark-and-bueckers-shine-in-world-cup-debuts-as-the-us-women-rout-china-94-61/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — Caitlin Clark and Paige Bueckers made the most of their World Cup debuts to help the United States rout China in the opener of the tournament.]]></description><pubDate>Fri, 04 Sep 2026 16:51:28 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — Caitlin Clark and Paige Bueckers made the most of their World Cup debuts to help the United States rout China in the opener of the tournament.</p><p>Clark had 14 points and 11 assists and Bueckers added another 14 points as the Americans topped China 94-61 on Friday.</p><p>It was the first of likely many times that Clark and Bueckers will play together in the U.S. backcourt over the next decade for the senior national team.</p><p>“It’s just organic. We know how to play well off of each other,” Bueckers said. "She draws so much defensive attention, so a lot of the defense is worried about her.”</p><p>Clark loved having so many offensive options, including Bueckers. Everywhere she turned to pass there was a teammate waiting to score.</p><p>“Obviously being around so many talented players, obviously our guards are incredible and our bigs too, but you know anybody I pass the ball to, it feels like they’re never going to miss a shot,” Clark said. “That’s one of my goals when I come into the game — to facilitate.”</p><p>Clark's 11 assists were the most by a U.S. player since Dawn Staley had 12 against Russia in 1998, which tied her for the most ever with Teresa Edwards, who had a dozen against China in 1986.</p><p>The U.S. beat China for the gold medal in the 2022 World Cup, but that Chinese team didn't have 7-foot-3 Zhang Ziyu. The 19-year-old had her own impressive debut in the World Cup, finishing with 13 points and hitting nine of her 10 free throws.</p><p>The towering Zhang had just two blocked shots, but made the Americans think twice about driving to the basket. Bueckers took a few foul line jumpers instead of attacking Zhang.</p><p>“I like to think I’m pretty smart. I thought that a layup over some 7-foot-3 center is probably not the best idea,” Bueckers said, smiling.</p><p>Clark agreed that Zhang presented a difficult challenge, but the U.S. frontcourt of Breanna Stewart, Napheesa Collier, Aliyah Boston and Angel Reese held their own, collecting a combined 24 rebounds.</p><p>“This was a different type of basketball game that I probably ever played in my entire life," Clark said. “I’ve never played against a woman of that size. She obviously presented some challenges for us, but you gotta give our post players a lot of credit.”</p><p>Reese and Boston also were making their World Cup debut. In total, nine of the 12 players on the American roster, which is full of WNBA All-Stars, were playing in their first World Cup. They were able to keep the U.S. rolling.</p><p>The win was the 31st in a row for the Americans, who have a day off Saturday before facing Italy on Sunday and the Czech Republic on Monday.</p><p>“It was great. Obviously the first one we got to shake off our rust,” Bueckers said. “Get back into game shape. Get back into game mode. And it’s our first time playing together as a team, as a unit. So we got a couple of days of practice, but there’s nothing like getting game reps, getting game experience together.”</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CNO6FXJRCH5NHUFREH2CYFACYY.jpg?auth=98f010e058c128bbdffd5e35f7051989bcb88a73a64715ac12f6fa918d61fb3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Caitlin Clark shoots a free throw during the Women's Basketball World Cup match between China and the United States in Berlin, Friday, Sept. 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GVEEHR24CMHPZYSAUNGA37OTMY.jpg?auth=36d1f9164fbfa07d6ecf803726af063d89c26adfbd2f81447570fc36988cb73b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[China's Chen Yujie guards United States' Paige Bueckers during the Women's Basketball World Cup match between China and the United States in Berlin, Friday, Sept. 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4SDFXIOMEWKQXM4PCP4STYIMIQ.jpg?auth=151248b72a029d281f6b8b5e4f2381ee6bc4a5a8ed1b3ef62d735b2ecc495d34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[China's Zhang Ziyu prepares for a free throw during the Women's Basketball World Cup match between China and the United States in Berlin, Friday, Sept. 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content></item><item><title><![CDATA[Family separated by immigration arrest faces another painful goodbye at MIA]]></title><link>https://www.local10.com/news/local/2026/09/04/family-separated-by-immigration-arrest-faces-another-painful-goodbye-at-mia/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/04/family-separated-by-immigration-arrest-faces-another-painful-goodbye-at-mia/</guid><dc:creator><![CDATA[Michaila Hightower, Ryan Mackey]]></dc:creator><description><![CDATA[A family already torn apart by immigration enforcement faced another painful goodbye at Miami International Airport. Their youngest son is heading to Guatemala to be with his deported parents, but the decision means another separation from his siblings in the U.S.]]></description><pubDate>Fri, 04 Sep 2026 14:10:23 +0000</pubDate><content:encoded><![CDATA[<p>The tears came before the goodbye.</p><p>Inside Miami International Airport Friday, several children cried as they watched family members prepare to leave, scenes that underscored the painful reality facing families caught in the immigration system: Even when loved ones are reunited, a family can remain separated.</p><p><a href="https://www.local10.com/espanol/2026/09/04/arresto-migratorio-separa-a-familia-que-enfrenta-otra-dolorosa-despedida-en-mia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/04/arresto-migratorio-separa-a-familia-que-enfrenta-otra-dolorosa-despedida-en-mia/">Leer en español</a></p><p>For the Domingo family, Friday brought another difficult decision.</p><p>Aiden Domingo, the youngest boy in their family, was being sent to Guatemala to live with his parents, who were deported there after being taken into immigration custody last month. </p><p>The decision would reunite the young boy with his parents, but it would also separate him from his four siblings in the United States.</p><p>“We’ve never been separated,” one family member said through tears while speaking to Local 10 News at MIA. “Our family has always been together. We’re always like one big family, but now we’re all just separating.”</p><p>The <a href="https://www.local10.com/news/local/2026/08/11/racially-profiled-video-shows-guatemalan-parents-separated-from-their-5-children-by-border-agents/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/11/racially-profiled-video-shows-guatemalan-parents-separated-from-their-5-children-by-border-agents/">Domingo family’s separation</a> began in early August, when the family was leaving church and heading out to shop for school clothes and shoes. Their 18-year-old daughter, Wendy Domingo, was driving the family’s car.</p><p>The Domingo family told Local 10 News last month that U.S. Border Patrol agents pulled them over and told Wendy Domingo, a U.S. citizen, that she had done nothing wrong. The family said an officer had scanned the vehicle’s license plate, which showed it was registered to a non-citizen.</p><p>Wendy Domingo’s parents, Maria Leiva Perez and Abraham Domingo, were taken into custody. Law enforcement sources previously told Local 10 News that the couple was arrested on Aug. 9.</p><p>Records show Leiva Perez had a final order of removal. Records also show Domingo did not have any legal immigration status, with nothing pending, including an asylum application or visa, according to a source familiar with the records.</p><p>The same source said records show Domingo was arrested in January 2018 on a child neglect charge and again in December 2024 on a domestic battery charge. The source said both arrests were felony cases. It was not immediately clear what the dispositions were in either case.</p><p>The couple was later deported to Guatemala, leaving Wendy Domingo to help care for her four younger siblings.</p><p>Video recorded during the initial traffic stop captured the family’s emotional goodbye. The footage, which was shared by the Guatemalan Maya Center, showed the children crying as their parents were taken away.</p><p>Now, the Domingo children are facing another separation.</p><p>As Aiden prepared to leave for Guatemala, the children’s grief was visible inside the airport. Local 10’s Michaila Hightower was at MIA when a boy as young as 3 or 4 was heard screaming and crying while moving through the security area.</p><p>“They took us from our parents, and now this is taking us from our brother,” said Jessica Domingo, Wendy and Aiden’s sister.</p><p>The Domingos were one of four families facing separations at the airport that day.</p><p>A <a href="https://www.gofundme.com/f/support-the-domingo-children-after-family-separation?attribution_id=sl:3a23c947-5512-4643-8ebe-1b35f6e45533&amp;lang=en_US&amp;ts=1786471310&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-7&amp;utm_medium=customer&amp;utm_source=copy_link" rel="" title="https://www.gofundme.com/f/support-the-domingo-children-after-family-separation?attribution_id=sl:3a23c947-5512-4643-8ebe-1b35f6e45533&amp;lang=en_US&amp;ts=1786471310&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-treatment-7&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe page</a> has been created to help the family financially.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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