<?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>Sun, 26 Jul 2026 13:45:43 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Venezuelan relief efforts continue across South Florida]]></title><link>https://www.local10.com/news/local/2026/07/26/venezuelan-relief-efforts-continue-across-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/26/venezuelan-relief-efforts-continue-across-south-florida/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[This week marks one month since Venezuela’s deadliest disaster in decades.]]></description><pubDate>Sun, 26 Jul 2026 13:44:55 +0000</pubDate><content:encoded><![CDATA[<p>This week marks one month since Venezuela’s deadliest disaster in decades.</p><p>Thousands are living in tents and the search for missing loved ones is far from over after officials said 5,546 people have died following the twin earthquakes that struck the country late last month. </p><p>Thousands of people are still unaccounted for. </p><p>To help all of the people left homeless, organizations and small businesses here in South Florida continue to hold fundraisers to send aid and money back to Venezuela.</p><p>Dozens gathered Saturday at the Palace Bar and Restaurant in Miami Beach for a fundraiser featuing live DJ’s, a charity raffle, and other events, with all proceeds going to Venezuela through the Global Empowerment Mission.</p><p>Organizers said their efforts to help people in Venezuela aren’t slowing down any time soon.</p><p>Also on Saturday, the Miami Marlins announced that, along with their fans, the team raised thousands of dollars through the sale of jerseys. </p><p>The money will also go to the Global Empowerment Mission to help deliver tons of aid to Venezuela, as well as to the We Love Foundation.</p><p>In the country’s capital of Caracas, people attended a mass on Friday to pray for the victims of the earthquakes. </p><p>Interim president Delcy Rodriguez called for a moment of silence after the 7.2 and 7.5-magnitude earthquakes killed thousands of people and left many more homeless.</p><p>The world bank estimates direct physical damage at $19.6 billion but said the total cost of rebuilding could be twice that amount or even more.</p><p>These earthquakes are the country’s deadliest since 1812. They also struck at a time when Venezuela was already facing severe economic challenges.</p><p>The world bank says more than 76% of the population was living in poverty before the disaster.</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[Police seek girl, 13, reported missing in Hollywood ]]></title><link>https://www.local10.com/news/local/2026/07/25/police-seek-girl-13-reported-missing-in-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/25/police-seek-girl-13-reported-missing-in-hollywood/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Hollywood police asked for the public’s help Saturday in locating a 13-year-old girl who they say was reported missing. ]]></description><pubDate>Sat, 25 Jul 2026 18:21:15 +0000</pubDate><content:encoded><![CDATA[<p>Hollywood police asked for the public’s help Saturday in locating a 13-year-old girl who they say was reported missing.</p><p><a href="https://www.local10.com/espanol/2026/07/25/policia-busca-a-nina-de-13-anos-reportada-como-desaparecida-en-hollywood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/25/policia-busca-a-nina-de-13-anos-reportada-como-desaparecida-en-hollywood/">Leer en español </a></p><p>Elida Isabella Espinoza was last seen near the 6100 block of Fillmore Street in Hollywood, according to the Hollywood Police Department.</p><p>Police said Espinoza has brown hair and brown eyes. Her clothing description and direction of travel were unknown.</p><p>Anyone who has seen Espinoza or has information about her whereabouts is urged to contact the HPD at 954-764-4357 or 911. </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 in 2-boat crash off Bay Harbor Islands in Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/07/25/3-hospitalized-in-2-boat-crash-off-bay-harbor-islands-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/25/3-hospitalized-in-2-boat-crash-off-bay-harbor-islands-in-miami-dade/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[Three people were hospitalized after two boats collided in Biscayne Bay off Bay Harbor Islands in Miami-Dade County early Saturday, police confirmed to Local 10 News. ]]></description><pubDate>Sat, 25 Jul 2026 10:50:44 +0000</pubDate><content:encoded><![CDATA[<p>Three people were hospitalized after two boats collided in Biscayne Bay off Bay Harbor Islands in Miami-Dade County early Saturday, police confirmed to Local 10 News. </p><p><a href="https://www.local10.com/espanol/2026/07/25/hospitalizan-a-tres-personas-tras-choque-de-dos-embarcaciones-frente-a-bay-harbor-islands-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/25/hospitalizan-a-tres-personas-tras-choque-de-dos-embarcaciones-frente-a-bay-harbor-islands-en-miami-dade/">Leer en español</a></p><p>Bay Harbor Island police officers at the scene told Local 10’s Linnie Supall that three people were aboard one of the boats involved in the crash. They said all three individuals were taken to a nearby hospital with injuries. Authorities did not immediately release information about the victims or the severity of their injuries.</p><p>Authorities said crash happened around 1 a.m. near West Broadview Drive and 103rd Street.</p><p>By 9 a.m. Saturday, much of the area had been taped off as officers monitored one of the damaged boats, which remained partially submerged in Biscayne Bay. Only the boat’s overhead canopy frame was visible above the water.</p><p>The boat was tethered by a long cable to a police vehicle to help keep it afloat while crews worked at the scene.</p><p>One of the boats remained partially submerged in the bay Saturday morning, with only its overhead canopy frame clearly visible above the water. That boat has since been towed. </p><p>Police used a cable attached to the front of a patrol vehicle to stabilize the boat and keep it from sinking further while crews worked at the scene.</p><p>Officers with the Florida Fish and Wildlife Conservation Commission arrived by boat, while another investigator arrived in a pickup truck.</p><p>Police said a second boat involved in the crash ended up at nearby Haulover Marina. Authorities have not said how many people were aboard that boat or whether anyone on board was injured.</p><p>Authorities said the FWC has taken the lead in the investigation into the crash.</p><p>No other details about the crash were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Suspect arrested in connection with fatal stabbing at Miramar gas station, police say]]></title><link>https://www.local10.com/news/local/2026/07/24/suspect-identified-in-fatal-stabbing-at-miramar-gas-station-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/24/suspect-identified-in-fatal-stabbing-at-miramar-gas-station-police-say/</guid><dc:creator><![CDATA[Pablo Hernandez, Calvin Hughes, Ryan Mackey]]></dc:creator><description><![CDATA[Miramar police have arrested the suspect wanted in connection with a fatal stabbing at a gas station that happened on Wednesday.]]></description><pubDate>Fri, 24 Jul 2026 21:49:34 +0000</pubDate><content:encoded><![CDATA[<p>Miramar police have arrested the suspect wanted in <a href="https://www.local10.com/news/local/2026/07/22/man-injured-in-miramar-stabbing-police-search-for-subject/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/22/man-injured-in-miramar-stabbing-police-search-for-subject/">connection with a fatal stabbing</a> that they say occurred at a gas station on Wednesday. </p><p><a href="https://www.local10.com/espanol/2026/07/24/policia-identifican-a-sospechoso-de-apunalamiento-mortal-en-gasolinera-de-miramar/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/24/policia-identifican-a-sospechoso-de-apunalamiento-mortal-en-gasolinera-de-miramar/">Leer en español</a></p><p>Police said Jerry Saint Vil, 26, fled before officers arrived at the Mobile gas station located at 16961 Miramar Pkwy.</p><p>According to police, Saint Vil is accused of stabbing 51-year-old Teofilo Vargas Paulino after an altercation.</p><p>Police said Vargas Paulino suffered serious injuries and was taken by helicopter to a nearby hospital, where he later died.</p><p>Alan Vargas, Vargas Paulino’s son, said his father was working at a nearby car wash along Miramar Parkway near Southwest 172nd Avenue when his dad’s life was cut short. </p><p>Authorities on Saturday confirmed that Saint Vil was taken into custody thanks to what they called “outstanding investigative work” by the Miramar Police Department and their law enforcement partners. </p><p>Jail records show that he is facing one count of premeditated first-degree murder with a weapon and is being held without bond at the Broward County Main Jail.</p><p>Police have not released any details about what the victim and suspect were arguing about before the stabbing occurred. </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[Crews battle large warehouse fire in Pompano Beach]]></title><link>https://www.local10.com/news/local/2026/07/25/crews-battle-large-warehouse-fire-in-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/25/crews-battle-large-warehouse-fire-in-pompano-beach/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[A warehouse fire sent black smoke billowing over Pompano Beach on Saturday evening, prompting a large response from multiple fire departments.]]></description><pubDate>Sun, 26 Jul 2026 02:15:39 +0000</pubDate><content:encoded><![CDATA[<p>A warehouse fire sent black smoke billowing over Pompano Beach on Saturday evening, prompting a large response from multiple fire departments.</p><p>Black smoke could be seen pouring into the air as fire crews rushed to the warehouse at 120 NW 15th St.</p><p>Wesley Vincent was working next door at a dealership around 6 p.m. when he noticed something was wrong.</p><p>“It was worse than this. It was way worse. You couldn’t even stand over there,” Vincent said.</p><p>At first, he thought the smoke was coming from a car he was working on.</p><p>“I thought it was a car until I looked up and I seen the smoke coming that way,” he said. “And I walked towards it and seen it was bad.”</p><p>Cellphone video shows orange flames spreading from inside the warehouse through the doorway.</p><p>Vincent said the warehouse was closed and someone used a forklift to break it open. Video also shows someone trying to put out the flames with a hose.</p><p>“He tried to take it out with a hose, but we all knew that wasn’t gonna work,” Vincent said.</p><p>He then called 911.</p><p>Firefighters quickly responded to the warehouse.</p><p>Video shows the fire continuing to grow as thick black smoke blanketed the warehouse while a crowd gathered to watch.</p><p>“It was like black smoke everywhere,” Vincent said.</p><p>The fire prompted a large response, with firefighters from Pompano Beach, Coconut Creek, Broward Sheriff’s Fire Rescue, Fort Lauderdale and other departments responding to the scene.</p><p>The cause of the fire has not been released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[July 26: Sunday afternoon storms expected]]></title><link>https://www.local10.com/weather/2026/07/26/july-26-sunday-afternoon-storms-expected/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/26/july-26-sunday-afternoon-storms-expected/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[If you have any outdoor plans today you should be prepared to get chased indoors especially this afternoon as showers and thunderstorms become likely. ]]></description><pubDate>Sun, 26 Jul 2026 13:19:10 +0000</pubDate><content:encoded><![CDATA[<p>If you have any outdoor plans today you should be prepared to get chased indoors especially this afternoon as showers and thunderstorms become likely. </p><p>The seabreeze will trigger storms by early afternoon but instead of those storms tracking west like usual they’ll stall out nearby then head toward the east coast later today. </p><p>Due to the slow motion on these storms there could be some local street flooding especially in those poor drainage neighborhoods. Conditions are lining up for more of those east coast storms right through midweek so hopefully we’ll put a dent in our ongoing drought this week. </p><p>Highs will make it into the lower to middle 90s before those cooling storms move in. Things are quiet in the tropics through the end of the month.</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[2 dead in Ukraine from Russian attacks, 4 more in Russian-held area hit by Ukrainian drones]]></title><link>https://www.local10.com/news/world/2026/07/26/2-dead-in-ukraine-from-russian-attacks-4-more-in-russian-held-area-hit-by-ukrainian-drones/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/26/2-dead-in-ukraine-from-russian-attacks-4-more-in-russian-held-area-hit-by-ukrainian-drones/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russian ballistic missiles struck Kyiv early on Sunday, setting off fires and wounding at least three civilians, while attacks on other parts of Ukraine later killed at least two people, local officials reported.]]></description><pubDate>Sun, 26 Jul 2026 13:15:42 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russian ballistic missiles struck Kyiv early on Sunday, setting off fires and wounding at least three civilians, while attacks on other parts of Ukraine later killed at least two people, local officials reported.</p><p>The strikes come as Ukraine’s successful drone attacks have stalled the Russian army’s advances in an expanded campaign inside Russia that has been causing fuel shortages and piling pressure on Russian leader Vladimir Putin.</p><p>In Russian-occupied eastern Ukraine, Kremlin-installed authorities said a Ukrainian drone strike had killed four civilians in the city of Horlivka. According to Ivan Prikhodko, the city’s Russian-appointed mayor, the city had been under fire since the early hours of Sunday.</p><p>According to Russia’s defense ministry, Russian forces overnight struck down 133 Ukrainian drones over Russia, the Black Sea and Crimea, the peninsula that Moscow forcibly annexed from Ukraine in 2014.</p><p>Russian attacks set fire to tower block near Kyiv center</p><p>Blasts rocked Kyiv in the early hours of Sunday, with falling debris sparking a blaze in a tower block near the historic center, according to mayor Vitali Klitschko.</p><p>Elsewhere in the capital, falling debris set fire to buildings, cars and car parks, Klitschko added. He said three people had been wounded, with one needing hospital treatment.</p><p>Ukraine’s President Volodymyr Zelenskyy warned in his evening address on Friday that intelligence assessments indicated that Russia was preparing missiles for a large attack, saying there were indications that this could happen in the next 48 hours.</p><p>Russia’s defense ministry claimed on Sunday that its latest attack on Kyiv had struck sites linked to drone production.</p><p>Also Sunday, a drone strike on Kharkiv — Ukraine’s second-largest city in the east — killed one person and wounded at least six others, including two children, mayor Igor Terekhov reported.</p><p>In the southern city of Zaporizhzhia, a Russian glide bomb killed one man and wounded at least six other people, according to mayor Ivan Fedorov.</p><p>Both Kharkiv and Zaporizhzhia have been frequent targets for Russian attacks, with Zaporizhzhia — just over 20 kilometers (12.5 miles) from the front line — suffering heavy bombardment in recent months.</p><p>Tit-for-tat strikes</p><p>On Friday, a major Russian strike near Kyiv killed at least 10 people and wounded around 100 others, part of a cycle of tit-for-tat attacks that dims the potential of reaching a diplomatic end to Russia’s more than 4-year-old invasion of its neighbor.</p><p>Meanwhile, Finnish President Alexander Stubb claimed on Sunday that “Ukraine’s position is stronger than ever since the war began".</p><p>Following a call with his Ukrainian counterpart — and appearing to allude to Kyiv’s recent drone campaign that has struck major Russian energy sites and sought to choke off military supplies — Stubb wrote on X that “continued support from (Ukraine's) partners is critical to keep up the momentum."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YB464DXI772N64MUMYMQMTJTGU.jpg?auth=ebd373eba7a1dbab82f240f281f5ae06bab40626ca8e1c195f5c59070ac41c13&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 Ukraine's 93rd Kholodnyi Yar Separate Mechanized Brigade press service and taken Saturday, July 25, 2026, shows the damaged center of the frontline town of Druzhkivka, Donetsk region, Ukraine. (Iryna Rybakova/Ukraine's 93rd Mechanized Brigade via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Iryna Rybakova</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6TYUIYSDBSR2NWHNKM745QLSSY.jpg?auth=a0ed4316f373301d05685b6f5f1d2ee51c06fcaeb5615f2390e3321e4e31b163&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 Ukraine's 93rd Kholodnyi Yar Separate Mechanized Brigade press service and taken Saturday, July 25, 2026, shows the damaged center of the frontline town of Druzhkivka, Donetsk region, Ukraine. (Iryna Rybakova/Ukraine's 93rd Mechanized Brigade via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Iryna Rybakova</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FRL7QC4OI3SZLQDYV4JQXKQ32I.jpg?auth=478980f80df5b2a0b26665a2316a6eba10eda9aeba2d7d730d193383cba19c47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers search through the rubble of a private house destroyed by a Russian drone in Kharkiv, Ukraine, Sunday, July 26, 2026. (AP Photo/Andrii Marienko)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrii Marienko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KF536YKP6F3L46MYPD3BPDBU2Q.jpg?auth=577b8e6ac201f2414864cc3208d1145c74722e56cca54387f86d67622f389482&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers carry a body that they removed from under the rubble of an private house following a drone attack from Russia, in Kharkiv, Ukraine, Sunday, July 26, 2026. (AP Photo/Andrii Marienko)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrii Marienko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N4WO4GPKFYRZC2SSVVFVMVGZOM.jpg?auth=824da0922abffbffd4fec10c421ccef0407d67e5bb0e791c78fc8294273acd5f&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 Ukraine's 93rd Kholodnyi Yar Separate Mechanized Brigade press service and taken Saturday, July 25, 2026, Ukrainian servicemen repair the damaged anti-drone net in the frontline town of Druzhkivka, Donetsk region, Ukraine. (Iryna Rybakova/Ukraine's 93rd Mechanized Brigade via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Iryna Rybakova</media:credit></media:content></item><item><title><![CDATA[As Trump boosts nuclear power, regulators seek to eliminate a longstanding radiation safety rule]]></title><link>https://www.local10.com/news/national/2026/07/26/as-trump-boosts-nuclear-power-regulators-seek-to-eliminate-a-longstanding-radiation-safety-rule/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/26/as-trump-boosts-nuclear-power-regulators-seek-to-eliminate-a-longstanding-radiation-safety-rule/</guid><dc:creator><![CDATA[By JENNIFER McDERMOTT, Associated Press]]></dc:creator><description><![CDATA[The Nuclear Regulatory Commission is proposing to eliminate a foundational safety principle that has for 50 years minimized the radiation people in the United States are exposed to and that has been adopted around the world.]]></description><pubDate>Sun, 26 Jul 2026 13:00:25 +0000</pubDate><content:encoded><![CDATA[<p>The Nuclear Regulatory Commission is proposing to eliminate a foundational safety principle that has for 50 years minimized the radiation people in the United States are exposed to and that has been adopted around the world.</p><p>Currently, facilities such as nuclear plants, hospitals or academic institutions that use radioactive materials must ensure radiation exposures are kept “as low as reasonably achievable” — the ALARA principle. The NRC proposal would abandon that philosophy while keeping a separate standard on maximum radiation exposure.</p><p>The two standards have worked together in radiation safety. Dose limits set the maximum amount of radiation the public and radiation workers can be exposed to, while ALARA kept radiation exposure as low as practical under those limits. Research shows radiation exposure increases a person’s chance of getting cancer, a risk that increases as the dose increases.</p><p>The dose limits are not changing. But the NRC, which regulates civilian nuclear energy technologies and radioactive materials, now wants to replace ALARA with a “graded approach” that includes several actions facilities must take depending on the potential dose of radiation to workers. More rigorous radiation protection measures would be required when approaching dose limits to ensure they aren't exceeded.</p><p>This comes as President Donald Trump attempts to quadruple domestic nuclear energy production because of surging electricity demand amid a data center and artificial intelligence boom. Reforming the NRC is one way Trump is trying to speed up nuclear reactor development. He instructed the federal agency in an executive order last year to “ adopt science-based radiation limits.”</p><p>The Energy Department, which oversees national energy policies, has already stopped using ALARA. The NRC expects to finalize its radiation protection regulations in the coming months.</p><p>NRC Chairman Ho Nieh said the commission is not lowering the bar on safety.</p><p>“We’re just removing the ambiguity,” he said in a call with reporters. “But the standard for exposure to workers and the public, those are not changing. We’re just putting in place greater clarification.”</p><p>Nieh doesn't expect major changes within the nation's existing fleet of large, traditional reactors. But companies designing and building new, smaller reactors could move faster with a clearer picture of the radiation protection requirements, he said.</p><p>Without ALARA, could radiation doses creep closer to the limits?</p><p>The NRC said radiation exposure limits are set well below levels associated with health effects, and it expects remaining standards and industry practices to keep radiation doses far below the limits. There's incentive to do so — it's more expensive and time-consuming to work in areas with higher radiation because access must be restricted and more surveys are required.</p><p>The nuclear industry's trade association agrees with the NRC.</p><p>“We will always continue to look at what can we do to reduce the dose to workers, and maintain our doses to the off-site public as low as possible,” said Doug True, chief nuclear officer at the Nuclear Energy Institute. “It’s not like we’re just going to throw open the doors and let everything run up to the limits.”</p><p>ALARA created a “moving target” for regulation, said Justin Friedman, a nuclear energy consultant who previously spent three decades at the U.S. Department of State. Getting rid of the rule would allow NRC scientists to make more rational decisions about appropriate levels of manageable risk, he added.</p><p>Some experts question the wisdom of eliminating ALARA</p><p>Edwin Lyman, director of nuclear power safety at the Union of Concerned Scientists, cautions that some parts of the NRC proposal could raise permissible radiation doses in certain cases, while still staying below the cap. Lyman highlighted a proposed revision to radionuclide emissions standards, in particular.</p><p>Radiation exposure to the general public is limited to 100 millirem per year. A typical dose of radiation from a chest X-ray is 10 millirem.</p><p>The NRC wants to increase its radionuclide emissions standards from a conservative 10 millirem per year dose to 25 millirem per year, based on a hypothetical person living in a house at the property line for a nuclear plant.</p><p>The NRC says actual doses to the public would remain far lower because, in reality, people live farther from nuclear sites and benefit from dispersion in air and water.</p><p>The NRC should improve, rather than eliminate, ALARA, Lyman said, to protect the public and workers. ALARA has become a political target because some people mistakenly believe radiation exposures have to be as low as possible no matter the cost, Lyman said. In reality, it allows tradeoffs.</p><p>Katy Huff, a former U.S. assistant secretary for nuclear energy, said in some cases, the requirement may be challenging to regulate. Additional clarity would improve the regulatory environment without harming the public, added Huff, a professor and department chair at the University of Wisconsin-Madison.</p><p>However, Huff said, she thought the NRC was going to clarify what reasonable means in ALARA without scrapping it. She said she’s open to being convinced the graded approach will be just as effective.</p><p>Radiation protection expert says proposal is a mixed bag</p><p>The National Council on Radiation Protection and Measurements, chartered by Congress to provide independent scientific guidance, has not formally weighed in yet. Council president Kathryn Higley said she personally likes some things in the 180-page document and thinks others are problematic.</p><p>The NRC should look at the whole picture for managing risk, she said. For instance, if a worker at a nuclear power plant were to enter an area where airborne radioactive materials are present, in keeping with ALARA, they might wear full personal protective equipment with respirators, said Higley, professor emeritus at Oregon State University. That makes them move slower, potentially subjecting them to heat stress that could hurt them more than a low dose of radioactivity, she said.</p><p>A concern with the proposal, Higley said, is that it maintains the current occupational dose limit for adult radiation workers at 5 rem, or 5,000 millirem, per year. With ALARA in place, the average dose to workers has been well below that cap.</p><p>The International Commission on Radiological Protection recommends an occupational dose of 2 rem per year on average. The NRC previously found it wasn't justified to match that, because workers were exposed to less than that and changing regulations is costly.</p><p>Higley said the U.S. may need to align with the international community if ALARA is going away.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CB4XO562EKSIIO5QYPSRKSHZ3U.jpg?auth=fe3dcdd163710622a52ce9b3f57b90ede1938e0b6629c3b07fe5b376c40c15db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cooling tower three with one and two in the background operate at the nuclear reactor facility at the Alvin W. Vogtle Electric Generating Plant, May 31, 2024, in Waynesboro, Ga. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OVEQFJXTXSBAZLBMYKF47ES7CA.jpg?auth=541b69c1d69bb9f185b0cdc6b18c27a86a69191319b1e0c52814df97fd5a9326&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 holds an executive order regarding reinvigorating the nuclear industrial base in the Oval Office of the White House, May 23, 2025, in Washington. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ERL66INTJLZOESAYEYGEYMBZY.jpg?auth=338521b36706af152766922bebef960439722c17ef68bd03803f4449d445d76e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The four nuclear reactors and cooling towers operate at the Alvin W. Vogtle Electric Generating Plant, May 31, 2024, in Waynesboro, Ga. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Cori Bush and Wesley Bell's rematch sets up key test for Democrats in Missouri]]></title><link>https://www.local10.com/news/politics/2026/07/26/cori-bush-and-wesley-bells-rematch-sets-up-key-test-for-democrats-in-missouri/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/26/cori-bush-and-wesley-bells-rematch-sets-up-key-test-for-democrats-in-missouri/</guid><dc:creator><![CDATA[By MATT BROWN, Associated Press]]></dc:creator><description><![CDATA[ST. LOUIS (AP) — Gripping a microphone outside the courthouse where the infamous Dred Scott case over slavery was argued in 1847, former Rep. Cori Bush portrayed her ouster from Congress as another historic setback set to be reversed.]]></description><pubDate>Sun, 26 Jul 2026 11:37:55 +0000</pubDate><content:encoded><![CDATA[<p>ST. LOUIS (AP) — Gripping a microphone outside the courthouse where the infamous Dred Scott case over slavery was argued in 1847, former Rep. Cori Bush portrayed her ouster from Congress as another historic setback set to be reversed.</p><p>“We’re standing here saying, send back that descendant, send her back to the place that enslaved people built,” Bush said. “This is our moment.” The crowd chanted “send her back.”</p><p>A progressive firebrand who started her political career as a Black Lives Matter organizer in Ferguson, Bush served two terms before losing a primary challenge to Wesley Bell, a moderate local prosecutor.</p><p>They're now locked in an intense rematch that will serve as one of the clearest referendums on Democrats' shifting political landscape, including anger at the party establishment, rising skepticism of the U.S. alliance with Israel and the growing clout of democratic socialists.</p><p>Both candidates are Black, with political careers rooted in the modern civil rights movement that began with the police shooting of Michael Brown in 2014. But they've taken divergent paths since then, and the race will test whether voters want to reelect Bell, who has fashioned himself as a pragmatist, or return to Bush, who views legislating and activism and inseparable.</p><p>Bush lost to Bell by less than six points two years ago. She blamed her loss on the American Israel Public Affairs Committee's spending in the race and told supporters that “all they did was radicalize me.” This time, her scathing criticisms of the war in Gaza and Democratic leaders have become more commonplace within the party, and she claims to have the “moral authority” in the rematch.</p><p>“It’s not that they’re necessarily scared of me. They’re scared of what comes with me. They’re scared of y’all,” Bush told an audience of pro-Palestinian activists, Black Lives Matter organizers and democratic socialists who had traveled from across the country to canvass for her in the summer heat. Some held portable fans or poured water on themselves to cool off as they listened to hours of speeches by Bush’s allies near St. Louis’ landmark Gateway Arch.</p><p>While Bush was in the park, Bell met with senior citizens at a historic Black church. He has dismissed Bush's attacks by arguing that he has been a more effective lawmaker, and he rallied with former House Speaker Nancy Pelosi on Friday night, a sign of support from the Democratic establishment.</p><p>“She’s not a serious candidate,” Bell said in an interview. “In this election, the choices are clear. I wake up every day working for St. Louis, and the folks in St. Louis know that I’m going to wake up working for them. And then we’ve got an opponent, Cori, who wakes up thinking about Cori. And we’ve seen it over and over. And that’s why she was fired.”</p><p>A personally bitter rematch with national stakes</p><p>Early voting for the Aug. 4 primary began Tuesday, but the two candidates have been trading recriminations for months. They accuse each other of misconduct and impropriety.</p><p>Bush criticizes Bell over a lawsuit he's facing from protestors who allege they were assaulted at his town hall last year, and a settlement over employment discrimination claims made by someone who worked in Bell's office when he was a prosecutor.</p><p>Bell highlights a previous Justice Department investigation into Bush's campaign spending, including how she paid her husband as part of her security detail.</p><p>Both candidates deny any wrongdoing.</p><p>AIPAC's role has also drawn national attention to the district at a time when the organization, which advocates for a closer U.S.-Israeli relationship, has been a lightning rod within the Democratic Party.</p><p>“Cori is the knockout blow to AIPAC,” said former Rep. Jamaal Bowman, a close ally of Bush who was also defeated in 2024 by an AIPAC-backed primary challenger in a redrawn New York congressional district. Ahead of the recent rally, Bowman recorded a social media video last weekend calling on progressives “from New York to California” to help mobilize voters during early voting.</p><p>Deepening hostility toward Israel has spurred concern about antisemitism among some moderate Democrats and Jewish Americans, who believe anti-Israel rhetoric too often bleeds into prejudice. Bush's recent event included some Jewish faith leaders who share her criticism of Israel, as well as others who echoed hateful tropes.</p><p>One former union leader, Jay Ozier, condemned Israeli Prime Minister Benjamin Netanyahu as a “war monger," condemned the “Israel lobby buying elections” and declared that "we need a representative who is willing to turn over the tables of the money changers.”</p><p>The crowd, including Bush, applauded the remarks, and Ozier later defended by noting it was a biblical reference to Jesus chasing merchants out of the Jerusalem Temple.</p><p>Bush declined to directly address the comment about “money changers.”</p><p>“We condemn anti-Semitism. We condemn anti-Muslim hate, behavior and rhetoric at every chance we get," Bush said in an interview. "But will Wesley Bell call out those who won’t stand against anti-Muslim sentiment, even in our own community? Will he stand up and fight for the liberation of the Palestinian people?”</p><p>AIPAC has spent more than $1.2 million against Bush this year through United Democracy Project, its political action committee, about the same as the group spent opposing her in 2024. New Democrat Majority, which backs moderate House Democrats, has spent an additional $1 million against Bush.</p><p>“She was a terrible, ineffective member of Congress who didn’t deliver for St. Louis. We were happy to see her go,” said Patrick Dorton, spokesperson for United Democracy Project.</p><p>Bell has emphasized his positions on the House Armed Services and Foreign Affairs committees, and he has defended his support of military funding for Israel.</p><p>“I think it’s important that we stand with our allies, and there’s going to be times when we disagree and we work those out,” Bell said. “But what we’ve learned in Iraq, what we learned in Afghanistan, is that we can’t do it alone. We need our allies and we also need to be transparent with the American people.”</p><p>District's activist history is shaping campaign</p><p>Many residents said their vote would hinge on how candidates had managed issues like procuring recovery funds for a tornado that devastated the St. Louis metropolitan area last year. There was also pervasive discomfort with the role of money in the race.</p><p>Allison Johnson said that she and her husband were divided over who to back in the Democratic primary. Her husband was more moderate and liked Bell’s performance in office, but she was concerned about how AIPAC had “dumped” money into the district.</p><p>“It doesn’t seem like it should be big money should be influencing this race,” she said.</p><p>The primary is also dispiriting for some longtime residents, who watched both Bush and Bell rise as figures in the Black Lives Matter movement.</p><p>Bell was elected to the Ferguson city council and later prosecuting attorney for St. Louis County.</p><p>“He’s the best person for the job. When he was on council, he and I worked together to get the police reform done,” said Ella Jones, the former mayor of Ferguson and first Black person to hold the role in the city's history.</p><p>Bush was a pastor turned activist and triage nurse in the wake of the 2014 Ferguson protests. She won her House seat on a promise to bring her maverick persona into the halls of Congress.</p><p>“I like Cori, I think she is the best choice and has a clear commitment to St. Louis," said DeRay McKesson, an activist who gained notoriety as a lead organizer during the 2014 protests in Ferguson. “She’s not afraid to challenge power.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SKZTKD2WY7ZFMU2JIAWKYCROX4.jpg?auth=a7d38a83a9e6ee3fcd63d8555b56ddace5b127411d17bfef1a6e049fd0149441&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Rep. Cori Bush, D-Mo., speaks during a campaign rally on Saturday, July 18, 2026, in St. Louis. (AP Photo/Michael Thomas)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Thomas</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVZGRST57GMPB2IBMCXJ6QZTOA.jpg?auth=b1890d0cb146c893d247c8adac6293653746b869338c60bb29da344e9ab51f9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Wesley Bell, D-Mo., speaks at a healthcare rally hosted by Congressman Bell and Affinia Healthcare on Friday, July 24, 2026 in Ferguson, Mo. (AP Photo/Michael Thomas)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Thomas</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E23RZM7AVTSCL3ICFWTFAXP7SI.jpg?auth=7749bb45ba200b6836b0cc8bf45ed1700d23944f9422eac9f4cb6784cbb42ed6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Rep. Cori Bush, D-Mo., speaks during a campaign rally on Saturday, July 18, 2026, in St. Louis. (AP Photo/Michael Thomas)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Thomas</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LP23HSMKAONB6RTQNLC22GUHDM.jpg?auth=431798720acced4caf4598f2753254f754fe22ad1f3c2ee809d24ffea9523769&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Wesley Bell, D-Mo., embraces U.S. Rep. Nancy Pelosi, D-Calif., at a healthcare rally hosted by Bell and Affinia Healthcare on Friday, July 24, 2026 in Ferguson, Mo. (AP Photo/Michael Thomas)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Thomas</media:credit></media:content></item><item><title><![CDATA[Pogacar poised to win a record-equaling fifth Tour de France title as race enters final stage]]></title><link>https://www.local10.com/sports/2026/07/26/pogacar-poised-to-win-a-record-equaling-fifth-tour-de-france-title-as-race-enters-final-stage/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/26/pogacar-poised-to-win-a-record-equaling-fifth-tour-de-france-title-as-race-enters-final-stage/</guid><dc:creator><![CDATA[By JEROME PUGMIRE, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Tadej Pogacar is poised to win a record-equaling fifth Tour de France title when the showcase race ends with its final stage later on Sunday.]]></description><pubDate>Sun, 26 Jul 2026 10:47:13 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Tadej Pogacar is poised to win a record-equaling fifth Tour de France title when the showcase race ends with its final stage later on Sunday.</p><p>Barring mishap or a crash, the 27-year-old Slovenian star will join Belgian Eddy Merckx, Spaniard Miguel Indurain and Frenchmen Jacques Anquetil and Bernard Hinault as the only men to win five Tours.</p><p>He has a big lead of 6 minutes, 26 seconds over Belgian rider Remco Evenepoel and Pogacar's UAE Team Emirates XRG teammate Isaac Del Toro, a 22-year-old Mexican making his Tour debut, is third at nearly 10 minutes behind.</p><p>Pogacar's biggest Tour rival has been Jonas Vingegaard, but the two-time Tour champion crashed out of the race last Sunday on stage 15. Both riders had anti-doping tests in the early hours of that morning.</p><p>Pogacar had won five stages at this year’s race and 26 overall heading into Sunday’s 21st stage, an 88.7-kilometer (55-mile) loop around Paris scheduled to start just before 6 p.m. local time.</p><p>The stage again featured the hugely popular uphill climb through the Montmartre district, a sharp 1-kilometer dash which riders tackle three times before finishing on the Champs-Élysées.</p><p>It has been an incredible year for Pogacar, who has won stage races at the Tour de Suisse and the Tour de Romandie, as well as producing some stunning victories in the one-day classics.</p><p>Pogacar won the Giro d'Italia by a huge margin in 2024 but, unlike Vingegaard and Merckx, he has yet to win the Spanish Vuelta to complete the trio of Grand Tour victories. ___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BCK2RE4KQXWHIFLXUNFN3GPDAA.jpg?auth=0857a40caab7581d0d705f8b04d9c14054946648d85cce8895c3363b12091c84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Slovenia's Tadej Pogacar, wearing the overall leader's yellow jersey, celebrates on the podium after the twentieth stage of the Tour de France cycling race with start in Le Bourg d'Oisans and finish in Alpe d'huez, France, Saturday, July 25, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RREHRJA5YD5HKXGJREHZA7H4RE.jpg?auth=8a1d4cdfa7b71d2a474629a21a91086d7c7db2bd308c1a1ff97d74777f6c20b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Slovenia's Tadej Pogacar climbs the Sarenne pass ahead of Belgium's Remco Evenepoel, center, and Mexico's Isaac Del Toro, left, during the twentieth stage of the Tour de France cycling race with start in Le Bourg d'Oisans and finish in Alpe d'huez, France, Saturday, July 25, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[A forced-labor crackdown or an end-run around Congress? Dissecting Trump's new tariffs]]></title><link>https://www.local10.com/business/2026/07/26/a-forced-labor-crackdown-or-an-end-run-around-congress-dissecting-trumps-new-tariffs/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/26/a-forced-labor-crackdown-or-an-end-run-around-congress-dissecting-trumps-new-tariffs/</guid><dc:creator><![CDATA[By MAE ANDERSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Trump administration has imposed double-digit tariffs on more than 60 countries, using a legal justification that permits the president to levy import taxes and other sanctions against countries found to engage in “unjustifiable,” “unreasonable” or “discriminatory” trade practices.]]></description><pubDate>Sun, 26 Jul 2026 10:02:23 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Trump administration has imposed double-digit tariffs on more than 60 countries, using a legal justification that permits the president to levy import taxes and other sanctions against countries found to engage in “unjustifiable,” “unreasonable” or “discriminatory” trade practices.</p><p>The new tariffs announced in recent days take effect just as temporary 10% worldwide tariffs expired, and critics say they are less about cracking down on forced labor than they are a way to replace those tariffs. The expired tariffs were themselves a temporary replacement for worldwide tariffs the Supreme Court struck down in February.</p><p>The tariffs were levied on countries that the U.S. says either don't have or don't effectively enforce a forced-labor import ban. The affected countries, which account for 99% of U.S. imports, were quick to protest, calling the Trump administration's claims unfounded and arbitrary, as nations with vastly different records on forced labor received the same tariff level. The U.S. spent four months investigating but gave few details on how it arrived at the tariff rates, which are either 10% or 12.5%.</p><p>Sidestepping Congress</p><p>The tariffs were levied under Section 301 of the Trade Act of 1974 on countries that the U.S. determined had failed “to impose and effectively enforce a prohibition on the importation of goods produced with forced labor.”</p><p>During President Donald Trump 's first term, he cited Section 301 to impose sweeping tariffs on Chinese imports amid a dispute over the sharp-elbowed tactics Beijing was using to challenge America’s technological dominance. The U.S. is also using 301 powers to counter what it calls unfair Chinese practices in the shipbuilding industry.</p><p>“The 301s allow a permanent tariff without going to Congress to settle the dispute,” said Barry Appleton, a law professor and co-director of New York Law School’s Center for International Law. “That’s what all of this is about. The president doesn’t want to knock on the front door of Congress, so he’s trying every side door and every unlatched window to get in.”</p><p>Little evidence that countries failed to enforce import bans</p><p>The office of the United States Trade Representative (USTR) said it consulted with all 60 economies under investigation and held two rounds of public hearings, elicited more than 2,100 public comments, and had “engagement” with its trading partners about what they were doing to combat forced labor bans.</p><p>It didn't detail its talks with the countries, saying those were confidential. Experts say it is fairly straightforward to investigate whether a country has a ban or not, but it is difficult to determine the government's exact rationale for each country's failure to enforce import bans.</p><p>“There’s not a lot of hard evidence there,” said Scott Lincicome, vice president for general economics and trade policy at the Cato Institute, a libertarian think tank. “It’s pretty laughable on its face to think that a country like the ones in Europe or in Norway or Switzerland aren’t doing enough to police forced labor.”</p><p>And even if countries do enact and enforce the forced-labor import bans the U.S. wants, they would still need to prove that they’re enforcing them to Washington’s satisfaction before the tariffs would be removed, said lawyer Patrick Childress, a partner at Holland & Knight and a former U.S. trade official.</p><p>“This suggests that no short-term path for countrywide relief from the new Section 301 tariffs will be available,” he said.</p><p>Countries and industries reject the forced labor argument</p><p>Many countries have pushed back against the Trump administration's findings.</p><p>Brazil, which faces a 12.5% forced-labor tariff, called the U.S. move “arbitrary and unjustified.” The U.S. “chose to manipulate an issue of great importance to human rights and the struggles of workers worldwide in order to accuse 59 countries and the European Union of unfair practices,” it said in a statement.</p><p>Australia also questioned the justification for its 12.5% tariff.</p><p>“We believe that amongst all of the countries in the world, Australia does take the issue of slavery, modern slavery, seriously, and will continue to do that,” Trade Minister Don Farrell told reporters in Adelaide.</p><p>Carve-outs have riled some industries. The National Council of Textile Organizations (NCTO), which describes itself as the voice of the American textile industry, protested a mechanism that exempts the Section 301 tariffs for textile and apparel imports from Bangladesh, Cambodia, Indonesia, and Malaysia based on those countries’ imports of U.S. cotton and textiles.</p><p>“No other industry has been more disadvantaged by forced labor than the U.S. textile industry, which employs 453,000 workers and has lost 41 plants over the past two plus years,” NCTO chief executive Kim Glas said in a statement. “We remain strongly concerned that USTR’s textile mechanism will harm the very domestic manufacturers the administration seeks to help.”</p><p>US forced-labor bans don't always work</p><p>The U.S. has two major pieces of legislation related to forced-labor import bans. The Tariff Act of 1930 gave Customs and Border Protection the authority to seize shipments where forced labor was suspected and to block further imports. But it had a big carve-out: If there was “consumptive demand,” meaning there wasn't sufficient supply to meet domestic demand, imports were allowed regardless of how they were produced. The Trade Facilitation and Trade Enforcement Act that took effect in 2016 eliminated that loophole.</p><p>In 2021, the Uyghur Forced Labor Prevention Act was passed. It blocks imports from China’s Xinjiang region unless businesses can prove the items were made without forced labor.</p><p>But goods made with forced labor can still make it into the U.S. In 2015, an Associated Press investigation found that slave labor was used in the fishing industry in Southeast Asia. The seafood they caught made its way to supermarkets and pet food providers across the U.S.</p><p>An investigation by The Associated Press in 2020 into the $65 billion palm oil industry found labor abuses among an invisible workforce consisting of millions of men, women and children in Asia. The fruit they harvested made its way into the supply chains of major companies, including Unilever, L’Oreal, Nestle and Procter & Gamble.</p><p>Calls for a more comprehensive approach to combat forced labor</p><p>During hearings on the tariffs this month, National Retail Federation vice president Jonathan Gold, who was representing the business coalition the Joint Association Forced Labor Working Group at the hearing, said that in order for the import bans to work, they would have to be much more extensive.</p><p>He said there need to be “clear, measurable benchmarks” tied to tariffs for countries to hit, and that the U.S. should help countries build enforcement programs.</p><p>Kenya Davis, a partner at the Boies Schiller Flexner law firm, said an effective ban needs a “comprehensive approach” that provides transparency about what the investigations consisted of, along with programs that provide countries aid in enforcing bans.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TX3ELGVFWKOTTKLRSK7PXMTTAE.jpg?auth=a8c8de40fc5170e7abb40d25631ab9f7ea8067a494d4ee28a5a956d1621a3a16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cargo containers line a ship at the Port of Oakland on Wednesday, Aug. 6, 2025, in Oakland, Calif. (AP Photo/Noah Berger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3EAUGPYWEHWMNHBJAEU5UBG25Y.jpg?auth=5a3d784d94a1e91578d736c6be2b2546e3df6371ef17cfe33ff015b24b833cec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Where the Trump administration is imposing new tariffs on goods. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content></item><item><title><![CDATA[House Democratic leader Hakeem Jeffries kicks off 100 days till midterms with affordability agenda]]></title><link>https://www.local10.com/news/politics/2026/07/26/house-democratic-leader-hakeem-jeffries-kicks-off-100-days-till-midterms-with-affordability-agenda/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/26/house-democratic-leader-hakeem-jeffries-kicks-off-100-days-till-midterms-with-affordability-agenda/</guid><dc:creator><![CDATA[By MIKE CATALINI, Associated Press]]></dc:creator><description><![CDATA[The stage is in battleground Pennsylvania. The stakes are control of the House.]]></description><pubDate>Sun, 26 Jul 2026 10:01:38 +0000</pubDate><content:encoded><![CDATA[<p>The stage is in battleground Pennsylvania. The stakes are control of the House.</p><p>House Democratic leader Hakeem Jeffries on Sunday will unveil the party's Fighting for an Affordable America agenda, as he kicks off 100 days until the midterm elections and works to focus voter attention ahead of November.</p><p>In Pennsylvania's 7th District, tucked in the Lehigh Valley, Jeffries and Pennsylvania Gov. Josh Shapiro, a potential 2028 Democratic presidential candidate, are rallying support for Bob Brooks, a retired firefighter trying to unseat the incumbent Republican congressman as Democrats reach for the House majority.</p><p>Jeffries, D-N.Y., said the goal is “making clear to the American people that we're focused on lowering the cost of groceries and gas and housing, we're committed to a country that provides affordable heath care for every American.”</p><p>Down the road, Brooks’ rival, freshman GOP Rep. Ryan Mackenzie, is launching his own 100-day out event.</p><p>It's a symbolic start to a campaign season that's been well underway for much of a tumultuous year that's included partisan redistricting battles, contentious primaries in both parties and weighty Supreme Court rulings on campaign finance.</p><p>Midterm elections are often a referendum on the president</p><p>Midterm elections are often a referendum on the party in power, and the contests are set against the second term of President Donald Trump, whose military action against Iran and economic policies backed by the Republican majority in Congress are reshaping the political landscape.</p><p>“We gotta win the midterms,” Trump said during a visit last month to a Mack Truck plant in the district, where he promoted Mackenzie's candidacy.</p><p>Trump has made a number of visits to competitive states as GOP candidates rely on the power of the presidency to propel their campaigns. Last week he was in Georgia, a key state with a marquee Senate race, and he has a trip to battleground Michigan coming up.</p><p>While the president voices support for rank-and-file Republicans during his rallies, he also devotes much of his time on stage to a wide range of issues including the U.S.-Mexico border, opposing transgender rights and criticizing judges.</p><p>Republicans are hoping the president's signature legislation, the One Big Beautiful Bill Act of tax breaks and spending cuts, along with a measure the House passed recently aiming to limit lawmaker stock trading, will buoy them with voters.</p><p>But they're up against a historical trend that sees the president's party lose seats in midterm elections and confronting the unpopularity of the war with Iran.</p><p>Democrats are aiming to seize on voter disapproval of the war and refocus attention back to kitchen table issues like higher costs and gas prices to propel them to wins in the narrowly divided House.</p><p>A few seats will determine control of the House</p><p>Even though 435 House seats are being contested this fall, control of the House is often determined by just a handful of competitive districts. Fewer than 20 seats are among the most watched, what analysts call genuine toss-ups.</p><p>Pennsylvania's 7th District is a key battleground along with contests elsewhere in the state, reflecting significant political weight not just as a presidential swing state but as the pathway to a House majority. Democrats are also targeting House contests in Pennsylvania's 1st, 8th and 10th districts — all seats controlled by Republicans.</p><p>House Speaker Mike Johnson, R-La., is preparing to embark on his own cross-country trip to fund-raise for the GOP and stump for Republican candidates as he works to retain his majority.</p><p>Republicans have a cash edge over Democrats in the race for House control. A question hovering over the election is how the Supreme Court's June ruling affecting campaign finance could play out, with national parties now able to make direct contributions to candidate campaigns.</p><p>___</p><p>Associated Press writer Lisa Mascaro contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/43VJAQILYYYJUSFAKRB7RV53JI.jpg?auth=dae1113711f42c7b584495bb0c18e38d8f45546565aad24759ac3b61c375a3d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Minority Leader Hakeem Jeffries, D-N.Y., speaks to reporters ahead of an address by President Donald Trump, Thursday, July 16, 2026, at the Capitol in Washington. (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[Lando Norris aims to end his wait for an F1 win as he starts on pole in Hungary]]></title><link>https://www.local10.com/sports/2026/07/26/lando-norris-aims-to-end-his-wait-for-an-f1-win-as-he-starts-on-pole-in-hungary/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/26/lando-norris-aims-to-end-his-wait-for-an-f1-win-as-he-starts-on-pole-in-hungary/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MOGYOROD, Hungary (AP) — Lando Norris is seeking his first Grand Prix win as Formula 1 champion as he starts on pole position for the Hungarian Grand Prix on Sunday.]]></description><pubDate>Sun, 26 Jul 2026 08:28:05 +0000</pubDate><content:encoded><![CDATA[<p>MOGYOROD, Hungary (AP) — Lando Norris is seeking his first Grand Prix win as Formula 1 champion as he starts on pole position for the Hungarian Grand Prix on Sunday.</p><p>The McLaren driver beat Lewis Hamilton by 0.012 of a second in qualifying to end Mercedes duo Kimi Antonelli and George Russell's record of sharing all pole positions for Grand Prix races between them this season.</p><p>Norris' last win in a full race was in Brazil in November, before he was crowned champion, though he did win a sprint in Miami in May.</p><p>There was a late twist to Saturday's qualifying session as Hamilton and Antonelli were each given three-place grid penalties.</p><p>Hamilton was punished for impeding McLaren's Oscar Piastri, a big hit to Hamilton's chances of a record ninth win in Hungary, and Antonelli got his sanction for failing to slow enough for a yellow flag.</p><p>That means Charles Leclerc starts second for Ferrari alongside Norris, with Piastri elevated two places to third and Max Verstappen in fourth.</p><p>The top three title contenders start together, with Hamilton fifth, Russell sixth and Antonelli seventh.</p><p>Hungary is the last race before the mid-season break. The next race is the Dutch Grand Prix on Aug. 23.</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SWRYKBWWREOHZFRW4K4QRIL5LA.jpg?auth=d7999c4fadc793aac535f98ecdf91978f3e03bfcfb5894bd282be4b2e4f5c6a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[McLaren driver Lando Norris of Britain walks after winning the qualifying session ahead of Sunday's Formula One Hungarian Grand Prix auto race, at the Hungaroring racetrack in Mogyorod, near Budapest, Hungary, Saturday, July 25, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HOK5WJFE6VHQDW6Y2LXLQ4VSBY.jpg?auth=174da2208cded23e8e292b65f21182366115b20873f18cc8aa07c5607bc8564a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[McLaren driver Lando Norris of Britain steers his car during the third free practice ahead of Sunday's Formula One Hungarian Grand Prix auto race, at the Hungaroring racetrack in Mogyorod, near Budapest, Hungary, Saturday, July 25, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZHEQN36RQN3STW4CYZ6JTX34RM.jpg?auth=40a9894c113fefdceacf29f92e133cf1959b423f1277c7ff51ea63b0ab9f73b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ferrari driver Charles Leclerc of Monaco steers his car during the third free practice ahead of Sunday's Formula One Hungarian Grand Prix auto race, at the Hungaroring racetrack in Mogyorod, near Budapest, Hungary, Saturday, July 25, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/36AODDTEHF4YMPU6PYRMZI36L4.jpg?auth=16c41f59d9980f67321b15d8a39a42ecb606f93ddebf7bef431129774d708ec7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[McLaren driver Oscar Piastri of Australia concentrates during the third free practice ahead of Sunday's Formula One Hungarian Grand Prix auto race, at the Hungaroring racetrack in Mogyorod, near Budapest, Hungary, Saturday, July 25, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[UNESCO adds France's D-Day landing beaches, Greece's Mount Olympus to World Heritage List]]></title><link>https://www.local10.com/news/world/2026/07/26/unesco-adds-frances-d-day-landing-beaches-greeces-mount-olympus-to-world-heritage-list/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/26/unesco-adds-frances-d-day-landing-beaches-greeces-mount-olympus-to-world-heritage-list/</guid><dc:creator><![CDATA[By KIM TONG-HYUNG, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — World War II’s D-Day landing beaches in northern France and the iconic Mount Olympus in Greece were among the sites added to the World Heritage List on Sunday at a U.N. committee meeting in South Korea reviewing dozens of nominations.]]></description><pubDate>Sun, 26 Jul 2026 11:45:03 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — World War II’s D-Day landing beaches in northern France and the iconic Mount Olympus in Greece were among the sites added to the World Heritage List on Sunday at a U.N. committee meeting in South Korea reviewing dozens of nominations.</p><p>The UNESCO committee, which meets in Busan through Wednesday, also inscribed the ancient Japanese capitals of Asuka and Fujiwara and South Sudan’s Boma-Badingilo Migratory Landscape, host to one of the world’s largest land mammal migrations and the country’s first addition to the World Heritage List.</p><p>The French designation covers the five Normandy landing beaches — Omaha, Utah, Sword, Gold and Juno — where more than 150,000 Allied troops came ashore on June 6, 1944, along with the Pointe du Hoc assault site, all central to the campaign to liberate Western Europe from Nazi occupation during World War II.</p><p>International Council on Monuments and Sites, which evaluates submissions to the heritage committee, said the sites contain extensive remnants, from German fortifications and bomb-scarred landscapes to Allied harbor structures and sunken vessels, marking an “event widely perceived as having enabled the return of freedom and heralded a lasting peace on the European continent.”</p><p>ICOMOS also called for stronger monitoring and preservation efforts on the sites, citing potential threats posed by tourism, climate change and rising sea levels, and the development of wind farms near the areas.</p><p>Ahlem Gharbi, France’s permanent delegate to UNESCO, said the Normandy landings marked a turning point from global conflict toward a postwar order built on peace and security, and that the designation of the sites carries added significance at a time of escalating international crises and wars.</p><p>“It’s probably the greatest amphibious landing there’s ever been. It ought to be remembered for that alone,” historian David Edgerton said in a recent interview with The Associated Press.</p><p>The World Heritage inscription of Mount Olympus, the mythical home of the 12 Olympian gods, rewarded a 12-year effort by Greece to secure recognition for its tallest mountain as a mixed cultural and natural heritage site. Rising 2,918 meters (9,573 feet) from a base near sea level, the mountain was believed to be the throne of Zeus, king of the gods, while also harboring rich biodiversity.</p><p>Evangelos Geroliolios, mayor of Dion-Olympus, a municipality at the foot of the mountain, said in a recent interview with the AP that inclusion on the World Heritage List “places greater obligations on our part to protect this environment,” citing the potential impact of increased tourism.</p><p>“We reaffirm our unwavering commitment to safeguarding Mount Olympus for the benefit of present and future generations,” said Georgios Koumoutsakos, Greece’s delegate to UNESCO. “As Greek mythology wisely reminds us, it is always best to remain on good terms with gods.”</p><p>The designated Japanese locations in the western prefecture of Nara cover 19 archaeological sites from the 6th- to 8th-century capitals of Asuka and Fujiwara, where Japan established its first centralized state modeled after Chinese systems. The sites preserve the largely buried remains of royal palaces, government offices, Buddhist temples and tombs from capitals that influenced the later capitals of Nara and Kyoto.</p><p>Japanese Vice Culture Minister Shigeki Kobayashi thanked the committee for inscribing the Asuka-Fujiwara sites and said Japan reaffirms its commitment to “transmitting this valuable property to the future generations.” Japanese Prime Minister Sanae Takaichi, a Nara native, wrote on X that she hopes the World Heritage designation will boost tourism to the site.</p><p>Yoshiyuki Aihara, a Nara University archaeology professor, told AP the sites are significant because they show how Japan’s ancient state was formed through influences from China and the Korean Peninsula.</p><p>“If you dig underneath these rice paddies about 1 meter, you start finding a stretch of ruins in this area, though that’s not easy for ordinary visitors to understand,” said Aihara, who is continuing excavation work at the site.</p><p>South Sudan’s Boma-Badingilo site encompasses vast wetlands, flood plains and savannas shaped by seasonal rainfall and flood dynamics, with an estimated 6 million white-eared kob, tiang and Mongalla gazelles moving across the landscape in response to changing environmental conditions.</p><p>It also provides habitat for elephants, lions, cheetahs and other wildlife while supporting various ethnic communities that have lived by herding, farming and fishing for centuries, according to UNESCO.</p><p>—— AP writer Mari Yamaguchi contributed from Tokyo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MDGPI2CWEUECEUB5GY2ACQX244.jpg?auth=0ef21ccdcd057d720f5086ae6e2fa9b2921ed40ee66152fdbf6ece7a888dc820&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sun rises over Omaha Beach near Colleville-sur-Mer Normandy, Thursday, June 6, 2024. (AP Photo/Laurent Cipriani, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Laurent Cipriani</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UBISJKYXLBZ6W7N2VYO4G2T6JY.jpg?auth=bd1da77bef396ef41d705a36a52af81cc15e63270f6ed5e3a24bd53e53955e03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The morning light shines on Mytikas, Greece's highest peak, center left, and Stefani, known as the Throne of Zeus, center right, atop Mount Olympus seen from the outskirts of Litochoro in northern Greece, Wednesday, July 15, 2026. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content></item><item><title><![CDATA[Typhoon Noul weakens after making landfall, brings heavy rain to southern China]]></title><link>https://www.local10.com/news/2026/07/26/typhoon-noul-weakens-after-making-landfall-brings-heavy-rain-to-southern-china/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/26/typhoon-noul-weakens-after-making-landfall-brings-heavy-rain-to-southern-china/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — Typhoon Noul weakened to a tropical storm on Sunday as it moved inland after making landfall and bringing winds and heavy rain along the coast of southern China.]]></description><pubDate>Sun, 26 Jul 2026 07:22:48 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — Typhoon Noul weakened to a tropical storm on Sunday as it moved inland after making landfall and bringing winds and heavy rain along the coast of southern China.</p><p>Chinese weather authorities expected parts of southern Guangdong and southeastern Fujian provinces to experience heavy rain. More than 801,000 people had been relocated for safety in the Guangdong province as of Sunday, according to the official Xinhua News Agency.</p><p>In the financial hub of Hong Kong, the city’s airport authority said around 350 flights were canceled Sunday and about 2,000 passengers were stranded at the airport over the weekend. At least 21 people were injured across the city during the typhoon period, according to Hong Kong authorities.</p><p>China’s Ministry of Water Resources upgraded its flood-control emergency response, including for Guangdong province, over high risks of mountain floods, Xinhua reported.</p><p>China’s National Development and Reform Commission said it allocated 100 million yuan ($14.8 million) to support recovery efforts in the typhoon-hit Guangdong province.</p><p>Noul was the third typhoon to hit China and make landfall within a month, after Bavi and Maysak. Chinese state media said Noul is the strongest to make landfall in China so far this year.</p><p>Earlier, in the Philippines, at least three people died and many others were displaced due to flooding and rain as Noul moved across, the government’s disaster-response agency said. Noul also brought heavy rain to some parts of Taiwan as it passed south of the island without making landfall.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SXPZ6KWF3SNU2433DVQWVLO5RI.jpg?auth=4e504e41aa1f16e4ea921473102fbec5914b6433c0f85526fa311db205b3a68a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, a drone photo shows fishing boats taking shelter ahead of Typhoon Noul at a port in Shenzhen-Shanwei Special Cooperation Zone in southern China's Guangdong Province on Saturday, July 25, 2026. (Lu Hanxin/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lu Hanxin</media:credit></media:content></item><item><title><![CDATA[Wildfires in France drive 250,000 people from their homes and creep toward wine city of Bordeaux]]></title><link>https://www.local10.com/news/world/2026/07/26/wildfires-in-france-drive-250000-people-from-their-homes-and-creep-toward-wine-city-of-bordeaux/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/26/wildfires-in-france-drive-250000-people-from-their-homes-and-creep-toward-wine-city-of-bordeaux/</guid><dc:creator><![CDATA[By MARK CARLSON, EMMA DA SILVA and JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[LEGE-CAP FERRET, France (AP) — A raging wildfire in southwest France forced the evacuation of 55,000 people overnight Sunday, bringing the total forced out of their homes to a staggering 220,000 in one region alone, as flames crept ever closer to the wine region city of Bordeaux. Neighboring Spain oversaw its own fire evacuations on the country's east coast.]]></description><pubDate>Sun, 26 Jul 2026 12:36:29 +0000</pubDate><content:encoded><![CDATA[<p>LEGE-CAP FERRET, France (AP) — A raging wildfire in southwest France forced the evacuation of 55,000 people overnight Sunday, bringing the total forced out of their homes to a staggering 220,000 in one region alone, as flames crept ever closer to the wine region city of Bordeaux. Neighboring Spain oversaw its own fire evacuations on the country's east coast.</p><p>Shifting, gusting winds and arid conditions complicated massive efforts to limit the spread of the monster blaze that has burned out of control since midweek in France's Gironde region, where Bordeaux is located. Authorities issued overnight evacuation orders for five more localities southwest of the historic city.</p><p>“The situation remains very unfavorable," French Interior Minister Laurent Nunez said after what he described as “another difficult night” for fire crews battling round-the-clock against the blaze that has burned an area four times the size of Paris.</p><p>“The fire again became extremely virulent again and unpredictable, generating its own winds and advancing erratically toward the Bordeaux metropolitan area," Nunez posted on X.</p><p>“It became calmer by the end of the night," the minister added.</p><p>Pope calls for prayers for victims of the ‘devastating wildfires’</p><p>At the end of his Sunday Angelus prayer, Pope Leo XIV referenced “the devastating wildfires” in France and Spain and said: “I express my solidarity and invite everyone to pray for those affected and for the work of the rescue workers”</p><p>By Sunday morning, an estimated 42,000 hectares (162 square miles) had burned in Gironde, the region's prefecture said, much of it forests and scrubland made tinder-dry by successive heat waves. That is seven times the area of Manhattan island and four times the size of Paris.</p><p>Firefighters raced in trucks to fight flare-ups and planes that drop water and retardants rotated in the smoke-filled air.</p><p>The number of firefighters mobilized grew to 2,500, backed by 18 planes and helicopters, including from other European nations, Nunez said. Soldiers have also been called in. A giant A400M military cargo aircraft that has been converted for firefighting will also be used again, the minister said. On Saturday, it swooped low over arid, fire-threatened woodlands to drop a long plume of ochre-colored retardant.</p><p>The Gironde prefecture said 75 firefighters have been treated for injuries and that the blaze has destroyed 240 homes.</p><p>Fire creeps toward Bordeaux but the city isn't evacuating</p><p>Bordeaux Mayor Thomas Cazenave described the blaze as being "at the gates of the metropolitan area,” about 15 kilometers (9 miles) away at its closest point. The Gironde prefect ordered the partial closure of a major highway heading in and out of the city.</p><p>But Cazenave said an evacuation of Bordeaux isn’t on the cards for now. The city is home to 268,000 people.</p><p>Bordeaux has turned a giant exhibition center into an emergency shelter for evacuees, providing camp beds and food for thousands of people, including hundreds of older people evacuated from care homes.</p><p>A second fire burning farther south in the Landes region has also forced the evacuation of 36,000 people this week, driving the total number of displaced people in southwest France to more than 250,000. Nunez said 550 firefighters were still engaged Sunday against that blaze.</p><p>Fire crews have also been battling a separate blaze in the Var region of southern France on the Mediterranean. Nearly 3,000 people have been evacuated there.</p><p>Tens of thousands of people also forced out of their homes in Spain</p><p>In Spain, wildfires burned out of control around Madrid. Fire evacuations were also carried out Sunday in the Valencia region. A man was killed in a wildfire in Manises, a suburb of Valencia, that raged for four hours Saturday, the local government said, marking Spain’s first recorded death in the latest fires.</p><p>“We still have some difficult hours ahead,” Prime Minister Pedro Sánchez said Sunday, but the night was “very positive in terms of bringing the flames under control.”</p><p>A total of 76,000 people have been evacuated in Spain while 30,000 others have been confined to their homes, according to fresh government figures on Sunday.</p><p>Evacuees fretted about what they’ll find when they’re allowed to return.</p><p>“It looked like the apocalypse. You couldn’t see anything. Everything was covered in ash,” said Rocío Domínguez, who evacuated with her dog, Simba, from Chapinería, west of Madrid.</p><p>“We don’t know when we get to the town, if we’ll have half the house burned down or we’ll have it intact or we won’t have a house,” she said. “All the clothes, all the memories, everything.”</p><p>___</p><p>Leicester reported from Paris. Associated Press writers Teresa Medrano in Madrid, Alicia León in Villaviciosa de Odón, Spain, and Maria Murru in Castel Gandolfo, Vatican, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZXDAYKRPK4JKL2X6ITLZTLLNWI.jpg?auth=13638171a9fac38dc73299a18a67f2a6edf7b976824bb81c5121ee34cdecb7f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters battle a wildfire near Marcheprime, outside, Bordeaux, France, Sunday, July 26, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UEUAFMRO4J25U53FRYEZEVFCXI.jpg?auth=da9f536b443d3c920b979320edff9e2cb5d4caae51cdca804ea8ba1d3c437659&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A local resident uses a hose to put out flames burning across the road from his house near Marcheprime, outside, Bordeaux, France, Sunday, July 26, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BZESA3BSN4LMJDTDTFTVSU5H5U.jpg?auth=603d1f8eaabc66bd8ab9b94fcf3829a82beee0278e051d24c85c1990fb51ad9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters from Paris battle a wildfire near Marcheprime, outside, Bordeaux, France, Sunday, July 26, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TOITKP7AUTDYVN2IAD76JVQNOI.jpg?auth=3f9377dc8ab87186642e09ba728ea2abb07119cddce95c251f9cc9e9de524444&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters battle a wildfire in San Martin de Valdeiglesias, west of Madrid, Spain, Sunday, July 26, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SJKELHLJCGOUIYMEKEB5N7GY6Q.jpg?auth=0120a409a53cf71a79a07729cc56168f8a143365935d0393743efa080620210e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The rising sun appears through smoke from burning wildfires near Marcheprime, outside Bordeaux, France, Sunday, July 26, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content></item><item><title><![CDATA[Former President Juan Orlando Hernández returns to Honduras after arrest warrant suspended]]></title><link>https://www.local10.com/news/2026/07/26/former-president-juan-orlando-hernandez-returns-to-honduras-after-arrest-warrant-suspended/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/26/former-president-juan-orlando-hernandez-returns-to-honduras-after-arrest-warrant-suspended/</guid><dc:creator><![CDATA[By MARLON GONZÁLEZ and ANNA-CATHERINE BRIGIDA, Associated Press]]></dc:creator><description><![CDATA[TEGUCIGALPA, Honduras (AP) — Four years after being extradited to the United States for his drug trafficking trial, former Honduran President Juan Orlando Hernández returns to his country Sunday to face corruption charges that lawyers fear will be a sham process.]]></description><pubDate>Sun, 26 Jul 2026 05:05:42 +0000</pubDate><content:encoded><![CDATA[<p>TEGUCIGALPA, Honduras (AP) — Four years after being extradited to the United States for his drug trafficking trial, former Honduran President Juan Orlando Hernández returns to his country Sunday to face corruption charges that lawyers fear will be a sham process.</p><p>Hernández, once considered an ally by the U.S. in the drug war, led Honduras from 2014 to 2022, during which he boasted that he would "shove the drugs right up the noses of the gringos,” according to U.S. prosecutors.</p><p>His extradition shortly after leaving office marked a rare chance at justice for Hondurans, who feared his hold on the country's justice system would never allow a conviction on Honduran soil.</p><p>But the former leader, sentenced to 45 years in prison in the United States, was released in December, to the shock of many in the U.S. and Honduras, after receiving a presidential pardon from U.S. President Donald Trump. He said Hernández did not receive a fair trial and that it was a setup orchestrated by the Biden administration.</p><p>Hernández now returns to the country to face corruption charges amid concerns that a weak justice system and his party’s return to the presidency will ensure his impunity.</p><p>“There is a social majority that is outraged, but doesn’t speak out because of fear,” said Joaquín Mejía, lawyer and researcher for the human rights organization Reflection, Research and Communication Team. "We’re talking about the boss of all drug bosses.”</p><p>Hernández, 57, faces charges related to a case known as Pandora I, which alleges that a network of former high-ranking officials from 2010 to 2013 participated in the expansion and approval of public funds disbursements totaling more than 288 million lempiras ($10.8 million) to various foundations, according to an investigation by the country's Specialized Prosecutor’s Unit Against Corruption Networks, or UFERCO.</p><p>According to UFERCO, Hernández benefited from these disbursements, receiving at least 62 million lempiras ($2.3 million) for his political campaign through various schemes, including the creation of shell companies, the use of straw men and fictitious contracts.</p><p>Hernández has said he is innocent and that the case “lacks any legal basis.”</p><p>In June, a judge suspended his arrest warrant and the international red notice issued to Interpol at the request of Hernández’s lawyer, although the case is still pending. The former president has agreed to appear before the judge on Aug. 3 for his arraignment.</p><p>“The moment has arrived. After four years, I can finally tell you that we will see each other again,” Hernández said in a video posted on social media.</p><p>Since his release in the U.S., Hernández has expressed his intention to return to Honduras to reunite with his wife, Ana García, and their children, whose U.S. visas are currently suspended.</p><p>Other high-level officials implicated in Pandora I whose cases have been dismissed indicate the likely outcome for Hernández, according to legal experts.</p><p>“Everything points to the suspension being the first step,” said Mejía. “He’ll come, they’ll likely issue him alternative measures to imprisonment to keep up appearances, and then he’ll end up without any problem, without any sanction.”</p><p>For Luis Javier Santos, the former head of UFERCO who investigated the case against Hernández, the former leader’s return represents a failure to prosecute him for his crimes, rather than a chance for justice.</p><p>Santos was removed from his role in UFERCO in February in what he believes demonstrates attempts to stifle anti-corruption investigations by the new government of Nasry Asfura, of Hernández's National Party, which took office in January after gaining Trump's backing during elections.</p><p>“We have gone backward to an even worse point than when all the work to fight corruption began,” Santos said.</p><p>___</p><p>Brigida reported from Mexico City.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z72YM4KBL7V25PJOGBVGMLW2JU.jpg?auth=f8303e55d7dcc0684dfd883c9dc9a5f0e7af080ecab0b7fe20c2be8fe254eeab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Honduras' President Juan Orlando Hernandez speaks during the opening ceremony of the UN Climate Change Conference COP26 in Glasgow, Scotland, Monday Nov. 1, 2021. (Andy Buchanan/Pool via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Buchanan</media:credit></media:content></item><item><title><![CDATA[Germany says fatal Berlin Pride attack believed to be an act of Islamic extremist terror]]></title><link>https://www.local10.com/news/world/2026/07/26/germany-says-fatal-berlin-pride-attack-believed-to-be-an-act-of-islamic-extremist-terror/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/26/germany-says-fatal-berlin-pride-attack-believed-to-be-an-act-of-islamic-extremist-terror/</guid><dc:creator><![CDATA[By GEIR MOULSON, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — A van ramming and stabbing near Berlin’s Pride festival that left one person dead and many others injured is believed to have been an Islamic extremist terror attack, Germany’s interior minister said Sunday.]]></description><pubDate>Sun, 26 Jul 2026 13:11:27 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — A van ramming and stabbing near Berlin’s Pride festival that left one person dead and many others injured is believed to have been an Islamic extremist terror attack, Germany’s interior minister said Sunday.</p><p>The suspect in Saturday night’s attack remains at large. Authorities issued a wanted notice and warned people against approaching Abdul Ballout, a German citizen with Lebanese roots, saying that he may be armed and dangerous.</p><p>Authorities said he is believed to have injured several people after he drove a van into a crowd at a park near the Pride festival’s closing party. He then allegedly attacked other people with a weapon, suspected to be a machete.</p><p>“Everything we see here points to us dealing with an Islamic terror attack,” Interior Minister Alexander Dobrindt said.</p><p>Dobrindt put the total number of injured at 29.</p><p>German authorities have issued a wanted notice for Ballout, warning the public to avoid “direct contact” with the suspect and saying that he may be armed and dangerous.</p><p>Suspect allegedly has ties to Islamic extremism</p><p>Police had said earlier that they had identified a suspect who has ties to Islamic groups in the German capital.</p><p>Dobrindt said the suspect had come to authorities’ attention in the past because of numerous previous crimes, of which he didn’t give details, and also because of “radicalization and belonging to the Islamist scene.”</p><p>He said Ballout was born in Germany, and that his mother was naturalized in 2002 — three years before he was born.</p><p>Dobrindt said the suspect had been convicted in Berlin in the past, though he didn’t specify for what. He said that he had been given a suspended sentence of 1 year and 10 months.</p><p>Police conducted operations in the city as they searched for the suspect. Those included a search at an apartment in Berlin's Schöneberg district in the early hours of Sunday, but police said they found no one there.</p><p>Berlin's Pride festival is one of Europe's largest LGBTQ+ celebrations</p><p>According to police, a white van drove into the Tiergarten park around 10 p.m. and hit several people before colliding with a tree. The closing party at the Pride festival, known as Christopher Street Day, was ongoing at the time next to the Brandenburg Gate, a short distance away, following a parade with some 80 trucks that had made its way through downtown Berlin earlier in the day.</p><p>Dobrindt noted that the crime scene was several hundred meters from the Pride festival itself, so the people affected would either have been in the Tiergarten park or on their way to or from the festival.</p><p>Police said a woman was killed. Berlin’s fire service said that three people sustained life-threatening injuries and another eight were seriously injured.</p><p>The Pride event next to the Brandenburg Gate was called off around 10:15 p.m. and a band’s performance on stage was interrupted. People were urged to go home and to avoid taking the route through the park.</p><p>Earlier Saturday, "Berlin celebrated a great day. Berlin was colorful. Berlin showed how diverse, how open this city is. It showed once again that Berlin is the city of freedom,” Mayor Kai Wegner said on Sunday. “After 10 p.m., it got dark. Very dark.”</p><p>One of the presenters at the Pride party, Ricarda Hofmann, wrote in an Instagram post that she had been there “not just as a moderator, but as part of a community that comes together to be visible. To celebrate love. To stand up for each other.”</p><p>She said the attack left her speechless. “What happened today has changed something in me,” she wrote.</p><p>Hundreds of thousands of people had come to Berlin to celebrate on Saturday, though it’s unclear how many were still at the festival by late evening. It’s one of Europe’s largest LGBTQ+ celebrations.</p><p>The van, with its battered front resting against a tree, could still be seen at the scene Sunday morning.</p><p>Amsterdam says it will celebrate freedom in the wake of Berlin attack</p><p>Chancellor Friedrich Merz described what happened as “an attack on our society.”</p><p>“What an abhorrent act in Berlin,” Merz wrote in a post on X. He added that Germany loves freedom, “and we will preserve and defend that.”</p><p>Dobrindt said he expected security measures at other major events in Germany, including Pride events elsewhere, to be reviewed and if necessary significantly strengthened.</p><p>He pointed to concern about possible copycat crimes, adding that “this is not typical of such situations, but it also can’t be ruled out.”</p><p>In the neighboring Netherlands, Amsterdam is hosting World Pride this week and next alongside its own annual Pride celebrations. Mayor Femke Halsema said authorities and organizers “are closely monitoring the security situation” after the Berlin attack.</p><p>She said security is always high for such events and extra measures will be added where necessary, “which visitors will hopefully notice as little as possible. Because we don’t want to be scared and we want to be able to celebrate freedom and being able to be who you are and love who you want to.”</p><p>___</p><p>Associated Press reporters Kirsten Grieshaber, Fanny Brodersen, Pietro De Cristofaro and Stefanie Dazio in Berlin, and Mike Corder in The Hague, Netherlands, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FKRCZXAYNC4NBZGYRTW4TKUKWQ.jpg?auth=01d52c9157251f0c193feba748e4e3ade83e6b3544295ff50533bc4152f61d82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers stand near a vehicle crashed into a tree after driving into a crowd near Berlin's annual Pride event, in Berlin, Germany, Sunday, July 26, 2026. (AP Photo/Markus Schreiber)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2X56DKLGISBE4INFAB27DZTEFU.jpg?auth=d218d1867d60d147149b9b71361f76db01b387261720dc1c8ee31199802cdad2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two people embrace near others wearing thermal blankets as they stand near emergency personnel in Berlin, early Sunday, July 26, 2026, following the cancellation of Christopher Street Day festivities. (AP Photo/Markus Schreiber)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3C4Y36OKPS2UU6QEALS4ZPL36M.jpg?auth=d37238cf047c9a74a3e618f9f803b25da06cabf029405a6015978097a0fc1def&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency personnel and police gather in Berlin, early Sunday, July 26, 2026, following the cancellation of Christopher Street Day festivities. (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/73COYNCEWTKWO3VDYJ7C245WPY.jpg?auth=438cd35612d8c3ba7b45db7e2b6b6c67b5ffc06c9427834e26c1d1fa0f9986b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two people walk together past emergency vehicles in Berlin, early Sunday, July 26, 2026, following the cancellation of Christopher Street Day festivities. (AP Photo/Markus Schreiber)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TACXJD4JDIC5DC6SZCCKN6G6HQ.jpg?auth=c40d4e9799974ce6f0a9b6a4820547920cd4875609532d6f9028cd4159127ee4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers stand near a vehicle crashed into a tree after driving into a crowd near Berlin's annual Pride event, in Berlin, Germany, Sunday, July 26, 2026. (AP Photo/Markus Schreiber)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content></item><item><title><![CDATA[Cheaper, open and intelligent: Chinese AI models gain ground, as they make inroads in the US]]></title><link>https://www.local10.com/business/2026/07/26/cheaper-open-and-intelligent-chinese-ai-models-gain-ground-as-they-make-inroads-in-the-us/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/26/cheaper-open-and-intelligent-chinese-ai-models-gain-ground-as-they-make-inroads-in-the-us/</guid><dc:creator><![CDATA[By CHAN HO-HIM and MATT O'BRIEN, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — China has a hot new product in the United States: artificial intelligence.]]></description><pubDate>Sun, 26 Jul 2026 04:05:00 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — China has a hot new product in the United States: artificial intelligence.</p><p>San Francisco-based Raffi Krikorian, the chief technology officer at Mozilla, which runs the Firefox browser, switched to Chinese AI startup Moonshot’s Kimi K3 for many of his day-to-day activities within days of the new, powerful model’s launch more than a week ago.</p><p>“It just seems snappier,” he said of K3, comparing it to the acclaimed and more expensive Claude Fable chatbot from San Francisco company Anthropic. Earlier, he had been using another high-performing Chinese model, Z.ai's GLM-5.2, for routine tasks such as managing his calendar, documents and email.</p><p>Krikorian is one of a growing number of Americans adopting Chinese AI systems, which are gaining ground around the world because they are more affordable and increasingly efficient. U.S. companies like cryptocurrency exchange Coinbase said they're switching to Chinese AI models to help trim costs.</p><p>Their popularity has frustrated some U.S. tech giants, but short of an outright ban, they're likely to continue to appeal to independent software developers in the U.S. and elsewhere.</p><p>American-led restrictions block China from accessing some of the world’s most advanced technologies including cutting-edge AI chips and U.S. Treasury Secretary Scott Bessent has warned more sanctions could be coming to protect American intellectual property.</p><p>U.S. President Donald Trump's administration on Wednesday accused Moonshot of using “covert” but not necessarily illegal methods to build K3 off the back of Anthropic's Fable. Some U.S. politicians and AI companies including Anthropic have accused Chinese startups of illicit “distillation” of their models to extract their technologies, a claim that Beijing rejects as “groundless.”</p><p>China's AI models are cheaper and 'good enough’</p><p>The rapid rise of cutting-edge Chinese AI models this year shows the China-U.S. race in AI has moved on from early last year, when Chinese startup DeepSeek shook up the U.S. technology industry and put China on the map with an AI model that performed on par with those in the U.S. but much more cheaply.</p><p>The latest AI models launched by startups Z.ai, or Zhipu, in June, and Moonshot in July are nearly as intelligent as the frontier models from OpenAI and Anthropic, experts say. Also in July, China’s Alibaba previewed its Qwen3.8 Max AI model. In April, DeepSeek rolled out previews of its latest V4 model, challenging OpenAI’s GPT and Google’s Gemini.</p><p>Those constant advances are bearing fruit. Curt Meinhold, a Greensboro, North Carolina-based technology executive, said he increasingly prefers to use DeepSeek for tasks such as finding business leads or ways to generate sales.</p><p>“At the end of the day, most of us, the vast majority of us, 90 plus percent, don’t need (Anthropic's) Mythos or Fable,” said Meinhold, who founded digital legacy platform LilyList. “Like, we just don’t need it, we need something good enough.”</p><p>Chinese AI models are reaching a “critical stage” for wide adoption, U.S. investment bank Goldman Sachs wrote in a July research report, especially when a surge of global “agentic” AI usage, which requires the AI models to autonomously conduct multistep, complex tasks, is driving higher demand for cost effective AI models.</p><p>AI prices are calculated per million tokens for both input and output, so the use of AI “agents” is dramatically compounding cost differences, according to analysts including Alex Colville of the Australian Strategic Policy Institute.</p><p>“The Chinese models, you know, I find them to be pretty close on code and research,” said Meinhold. “If I can pay a handful of cents per million output tokens versus 30 bucks or 40 bucks or 50 bucks, then it’s good enough.”</p><p>Moonshot's Kimi K3 leads, but Chinese AI models have limits</p><p>Based on data over the past month, the top five most popular models on OpenRouter, a platform that tracks data across AI models, were Chinese.</p><p>Estimates from Sensor Tower, a market intelligence firm, showed Kimi had more than 930,000 downloads during the week after K3's July release, an increase of 200% from the week before. In the U.S. it was downloaded around 86,000 times, a 387% jump.</p><p>K3 proved so popular that Moonshot had to temporarily suspend new subscriptions after overwhelming demand pushed its capacity close to its limits.</p><p>Still, while Chinese models are becoming serious competitors to the U.S., they lag American AI leaders across their overall, full-range capabilities, said Anastasios Angelopoulos, co-founder and CEO of Arena, a platform for evaluating AI systems.</p><p>And U.S. AI firms are also looking for more options to reduce pricing, such as with cheaper alternatives of competitive models, added Yasir Atalan, with the Center for Strategic and International Studies.</p><p>US policy could boost Chinese AI models</p><p>Most Chinese AI models are open-source — meaning anyone can examine and build on them — at a time when frontier models from U.S. companies like Anthropic and OpenAI are closed-source.</p><p>Chinese model vendors are expected to leverage open-source software to promote their global usage and adoption, said Lian Jye Su, of the technology research and advisory group Omdia.</p><p>As Chinese open-source models are increasingly almost as good as closed systems made by leading U.S. companies, said Mozilla’s Krikorian, “the open frontier is becoming increasingly Chinese-built.” While the U.S. weighs restricting Chinese AI models, a group of American tech firms including Microsoft, Meta and Nvidia signed an open letter published Friday backing “open” AI models.</p><p>Other U.S. tech policies also at times give China an upper hand, some experts say. China’s Z.ai released its GLM-5.2 model in mid-June, not long after the Trump administration put export controls on Anthropic’s Fable and Mythos models, keeping them offline for more than two weeks.</p><p>"Restricting an American model can immediately create an opening for a Chinese competitor,” said Arena's Angelopoulos.</p><p>Chinese AI models look to expand globally</p><p>In China, people and businesses have rapidly embraced AI technologies that have prospered with state support. Chinese tech companies like Huawei and Tencent are also embedding AI in devices such as smartphones, AI glasses and humanoid robots.</p><p>Now China is increasingly looking to dominate AI abroad, too. At a flagship technology summit in Shanghai, Chinese President Xi Jinping championed open-source AI models and the importance of promoting greater global equity, while pledging Chinese involvement in raising AI capabilities especially in developing nations.</p><p>As is true for many other industries in China, intense competition at home is driving companies to expand globally. Leading Chinese AI startups are now raising more funding to support that effort, including through public share offerings.</p><p>Both China and the U.S. will want to “encourage widespread adoption of their AI ecosystems, while safeguarding technologies that could materially strengthen strategic rivals,” said Chelsey Tam, with investment research firm Morningstar.</p><p>“The competition is no longer simply the United States against China; the Chinese labs are also putting a lot of pressure on one another,” Angelopoulos said.</p><p>But as is the case in the U.S., huge investments in AI have also raised concerns over sustainability of these Chinese startups. Z.ai, for example, reported its revenue surged 132% to 724 million yuan ($107 million) last year, but net loss jumped 60% to 4.7 billion yuan ($694 million).</p><p>For now, Chinese AI models will likely continue to march ahead including in the U.S. “I would highly recommend anyone doing any serious AI load to at least evaluate it,” said Krikorian.</p><p>___</p><p>O’Brien reported from Providence, Rhode Island. AP Business Writer Kelvin Chan in Toronto contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ANQ5T7WCPYU2YWE5KXLX3VQUTI.jpg?auth=01086ea90de2c8cfcae2d843beb705df81c2fd9c4aa06cfc48f005d5c1ea4c21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors at the booth for Chinese AI Startup Moonshot's Kimi K3 during the World AI Conference in Shanghai, China on July 17, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EXEUFPXT4MB7N4LBVBK4GOSWNE.jpg?auth=9a0a4664c00fa6a2014cb76a7129a84be3d4dc7f4b4dbee2c0ee1cff35d53df1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker stands at the booth for Chinese AI Startup Moonshot's Kimi K3 during the World AI Conference in Shanghai, China on July 17, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y5EFACABJAK2G3QJGGMFLS43UI.jpg?auth=93c143503af900ecef450905576fd1f4ab8cede5441b98800f5c7b407a78aa45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chiense President Xi Jinping speaks during a meeting on global AI governance held on the sidelines of the World AI Conference in Shanghai, China on July 17, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YKPP3LHPESU656TAWM5S6Y5WHI.jpg?auth=a4971e48a0010948837ee581c88b32727fd33a16030590de6667b9bac3bb767b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor stands near a poster for the World AI Conference in Shanghai, China on July 17, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A7DJHSORHFJKFMRVXB6FPMPLIY.jpg?auth=a5b7e132b85632b4e9b65a74bccda48cf2c3accd14122f27f9adb457b0e04792&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors at the booth for Baidu's AI Agent Dumate during the World AI Conference in Shanghai, China on July 17, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA[Hurricane Genevieve moves through the Pacific off Mexico, but no direct threat to land is forecast]]></title><link>https://www.local10.com/news/world/2026/07/25/hurricane-genevieve-moves-through-the-pacific-off-mexico-but-no-direct-threat-to-land-is-forecast/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/hurricane-genevieve-moves-through-the-pacific-off-mexico-but-no-direct-threat-to-land-is-forecast/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Tropical Storm Genevieve has strengthened into a hurricane in the Pacific Ocean southwest of Mexico. It is forecast to pick up even more steam and become a major hurricane in the coming days but stay well out to sea on a course roughly parallel to the shore.]]></description><pubDate>Sun, 26 Jul 2026 08:59:14 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Tropical Storm Genevieve has strengthened into a hurricane in the Pacific Ocean southwest of Mexico. It is forecast to pick up even more steam and become a major hurricane in the coming days but stay well out to sea on a course roughly parallel to the shore.</p><p>Genevieve had maximum sustained winds of 90 mph (150 kph), making it a Category 1 hurricane, according to the National Hurricane Center in Miami. A major hurricane is Category 3 or higher.</p><p>Genevieve's center was located about 500 miles (810 kilometers) south-southwest of Manzanillo, and it was headed west-northwest at 17 mph (28 kph).</p><p>No coastal watches or warnings were in effect, but the hurricane center said swells from the storm — likely causing “life-threatening surf and rip current conditions” — were affecting parts of Mexico's southwestern coast on the weekend and would likely hit southern parts of the Baja California Peninsula on Sunday night or Monday.</p><p>Farther west in the Pacific, meanwhile, Hurricane Fausto weakened to a Category 1 storm as it continued on a projected path in the general direction of the Hawaiian Islands.</p><p>Forecasters said it was expected to be downgraded to a tropical storm in the coming days, but warned that it could still generate dangerous surf and said “interests in the Hawaiian Islands should monitor” its progress.</p><p>Fausto had maximum sustained winds of 90 mph (150 kph); was located about 995 miles (1,600 kilometers) east of Hilo; and was moving west at 13 mph (20 kph).</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/INAME5EKVPXZ2J65WWXHJLRXMU.jpg?auth=af260be0a0031c7a4ce735d8057e39795e52b7f9201750c1ed99a7217a326399&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This GOES-19 GeoColor satellite image provided by NOAA shows Tropical Storm Genevieve in the Eastern Pacific on Friday, July 24, 2026. (NOAA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/B3X7PLPTDKITQVUPSTVJSYVBXA.jpg?auth=feba34ddb44a20c40510d858351cfd07ade33754cf70d4b52a5fe4220c9cbd8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This NOAA satellite image taken Friday, July 24, 2026, shows Hurricane Fausto moving in the Pacific Ocean. (NOAA via AP)]]></media:description></media:content></item><item><title><![CDATA[Jones and Clark help Team Spoon beat Team Coop 129-122 in the WNBA All-Star Game]]></title><link>https://www.local10.com/sports/2026/07/25/jones-and-clark-help-team-spoon-beat-team-coop-129-122-in-the-wnba-all-star-game/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/jones-and-clark-help-team-spoon-beat-team-coop-129-122-in-the-wnba-all-star-game/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Jonquel Jones, Nneka Ogwumike and Dominique Malonga made WNBA history on Saturday night.]]></description><pubDate>Sun, 26 Jul 2026 04:21:49 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Jonquel Jones, Nneka Ogwumike and Dominique Malonga made WNBA history on Saturday night.</p><p>It was quite the All-Star party in the league's 30th season.</p><p>Jones had 22 points, 13 rebounds and eight assists, helping Caitlin Clark and Team Spoon outlast Marina Mabrey and Team Coop 129-122 in the WNBA All-Star Game.</p><p>Playing with a heavy heart after the death of an aunt, Jones was named MVP. The 32-year-old New York Liberty center became the first player to win the league, WNBA Finals, Commissioner's Cup and All-Star MVP awards.</p><p>“No matter what mood I'm in, basketball can pick me back up,” Jones said, “and so just leaning into that.”</p><p>Malonga had a first-half dunk for Team Coop, but Team Spoon had eight players score in double figures in an All-Star Game that featured 127 3-point attempts and very little defense. Allisha Gray had 19 points for Team Spoon, and Clark finished with 17.</p><p>It was the first WNBA All-Star Game in Chicago since 2022. This time, the marquee event was played in front of a record crowd of 19,783 at the United Center instead of the smaller Wintrust Arena in downtown Chicago.</p><p>“To be able to have tonight, have 19,000 people in the highest attendance ever in the All-Star Game just really shows that our league is growing and people want to be around us and want to be a part of this and understand how special it is,” Jones said.</p><p>Ogwumike scored 11 points for Team Spoon while passing Maya Moore (119) for the most career points in All-Star Game history.</p><p>Kelsey Mitchell had 28 points for Team Coop, and Mabrey scored all of her 23 points during a red-hot first half. The 20-year-old Malonga finished with 12 points and 13 rebounds.</p><p>“I got to see a few go down early,” said Mabrey, who matched the WNBA scoring record when she had 53 points for Toronto in a win over Los Angeles on June 25. “That's kind of like my thing. Get them up when they're going in.”</p><p>WNBA greats Cynthia Cooper and Teresa Weatherspoon drafted the All-Star teams from players that were either voted as starters by fans, media and fellow players or chosen as reserves by the league’s coaches. Las Vegas’ Becky Hammon coached Cooper’s team, and Minnesota’s Cheryl Reeve was in charge of Weatherspoon’s squad.</p><p>Clark went 5 for 15 from beyond the arc and had five assists in her return to the All-Star game. The Indiana Fever guard missed last year’s event in Indianapolis because of a groin injury.</p><p>“Last year really stunk being in our home city, you never want to miss that for the fans," Clark said. "I love to show up and compete.”</p><p>The 24-year-old Clark came out firing, connecting from 33 feet and 37 feet on her way to 11 points in the first 2 1/2 minutes. She buried another 3 early in the second quarter off a slick no-look pass from Minnesota Lynx guard Olivia Miles, the only rookie selected for the game.</p><p>Clark and Mabrey each put on an offensive show, but Malonga got the biggest cheer of the night. The 6-foot-6 center from the Seattle Storm ran down the lane, got a pass from Angel Reese and threw down a right-handed jam with 6:24 left in the first half.</p><p>Reese jumped up and down as Malonga finished the play, and the two exchanged a mid-air chest bump on their way back down the court.</p><p>“The way she makes it look easy, the excitement around it," said Paige Bueckers, who scored 12 points for Team Coop. "I love Dom ... really happy for her in just how easy she makes it look.”</p><p>It was the first dunk in a WNBA All-Star Game since Sylvia Fowles in 2022. Lisa Leslie (2005), Jones (2017), Brittney Griner (2019) also have accomplished the feat.</p><p>Leslie was on hand for the festivities, along with South Carolina coach and former WNBA guard Dawn Staley. Former NBA star Dwyane Wade also was courtside.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ARH662QBONH2N2H4X3UVB4ROT4.jpg?auth=13840632dfadd79537c21b05921bfdeec9b25257b9df53f88afcc11e6bb83fb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Team Spoon's Caitlin Clark, right, celebrates with Courtney Williams (10) after their team defeated Team Coop in a WNBA All-Star basketball game in Chicago, Saturday, July 25, 2026. (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/PW4TWOX5VZ675IYNUD36BQWFCQ.jpg?auth=34edd96b79a81e94fd0a95cee6d96627d0b469d6557aa52b5236cc5e80356b64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Team Spoon's Jonquel Jones smiles as she holds up the MVP trophy after Team Spoon defeated Team Cooper in a WNBA All-Star basketball game in Chicago, Saturday, July 25, 2026. (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/5WNM3DC5F7P33O5Z5HVDAMFH4Q.jpg?auth=ee66b2d8c957161eec828081b3203cd4a5d904ac0ea11d5e6f93826b01aaeecb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Team Coop's Gabby Williams, right, celebrates with Paige Bueckers after she scored a three-point basket during the first half of a WNBA All-Star basketball game against Team Spoon in Chicago, Saturday, July 25, 2026. (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/4KWMQWTZNMXO6CI6RFQEZ5JPTU.jpg?auth=cc7096f08533af1a3db0d3537b33956bb0d883cee3612cc6e43c5b39cc5a25f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Left to right; Team Spoon's Caitlin Clark, Aliyah Boston, A'Ja Wilson, Olivia Miles and Jessica Shepard greet fans before a WNBA All-Star basketball game against Team Coop in Chicago, Saturday, July 25, 2026. (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/TZH6TGY5ADDDPMAWH77SEDM5C4.jpg?auth=b6536ca9ead61f25e187bf6e00cb61118f354f9fa9ccc89de3a8fdcef00a59c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Team Spoon's Nneka Ogwumike, front, looks to pass the ball against Team Coop's Kahleah Copper, top, during the first half of a WNBA All-Star basketball game in Chicago, Saturday, July 25, 2026. (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[Whale 'supergroups' show numbers are rebounding from hunting. But Iran war holds dangers for them]]></title><link>https://www.local10.com/news/world/2026/07/25/whale-supergroups-show-numbers-are-rebounding-from-hunting-but-iran-war-holds-dangers-for-them/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/whale-supergroups-show-numbers-are-rebounding-from-hunting-but-iran-war-holds-dangers-for-them/</guid><dc:creator><![CDATA[By NEIL SHAW, Associated Press]]></dc:creator><description><![CDATA[CAPE TOWN, South Africa (AP) — A South African couple found themselves in a rare situation when they witnessed a humpback whale “supergroup” consisting of nearly 300 of the giant marine mammals gathering together.]]></description><pubDate>Sun, 26 Jul 2026 02:23:14 +0000</pubDate><content:encoded><![CDATA[<p>CAPE TOWN, South Africa (AP) — A South African couple found themselves in a rare situation when they witnessed a humpback whale “supergroup” consisting of nearly 300 of the giant marine mammals gathering together.</p><p>It's an indication, scientists say, of how some whale species numbers have strongly rebounded in the southern hemisphere oceans decades after an international whale hunting ban came into effect in 1986.</p><p>Chris and Monique Fallows said they were used to seeing bigger and bigger groups of humpback whales off the west coast of South Africa but weren't prepared for what they saw one morning last December. Plumes of whale breath and spray burst into the air one after the other from blowholes, and the husband and wife found their boat in the midst of what's known as a supergroup.</p><p>“It was extraordinary,” said Chris Fallows, a renowned fine art wildlife photographer who has documented marine animals for 35 years. "Quite quickly we realized that there must be several hundred whales coming together in one particular area.”</p><p>He said what they saw can best be described as a “Manhattan skyline” of whale breath plumes.</p><p>Chris and Monique documented 299 humpback whales in the group, they said. They count whales by taking a photograph of their tail, which is called a fluke, said Monique Fallows, an author and naturalist.</p><p>Each whale's tail is different and it's a common tactic used by scientists to identify individuals.</p><p>It appears to be the biggest group of humpback whales sighted, according to Alex Vogel, the Africa coordinator for Happywhale. That organization has a global database of whales built off photos and information sent in largely by what it calls “citizen scientists” — ordinary people who capture images of whales that are then verified.</p><p>The organization did a count of the group that the Fallows came across.</p><p>Humpback numbers have strongly recovered in the southern hemisphere from less than 10,000 at the height of whaling to more than 100,000 whales now, according to assessments by scientists and the International Whaling Commission, which monitors whale numbers.</p><p>Only a few countries still hunt whales commercially.</p><p>Humpbacks are generally solitary or move in small pods, but they sometimes gather in supergroups in food-rich areas. They feed on krill or small fish.</p><p>Sightings of humpbacks are also increasing in other parts of the Southern Hemisphere.</p><p>Els Vermeulen, the chief scientist at the University of Pretoria’s Whale Unit in South Africa, said humpback supergroups started to be seen again around 2012 and it's likely a result of their recovery from whaling.</p><p>“In general, the moratorium on whaling can be classified as one of the strongest conservation success stories in the marine environment," said Vermeulen, who has a doctorate in zoology.</p><p>Vermeulen said that humpbacks feeding in supergroups make underwater sounds that attract other whales.</p><p>While humpbacks have seen the biggest comeback from whaling, the World Wildlife Fund says the recovery has been mixed for other whale species and that various threats remain, like entanglement in commercial fishing equipment, collisions with ships and climate change.</p><p>Seven out of the 14 great whale species are classified as endangered or vulnerable by the International Union for Conservation of Nature, including the critically endangered North Atlantic right whales, which number only around 380 now.</p><p>Vermeulen also raised a new threat for whales around South Africa: the conflict in the Middle East.</p><p>She said a recent preliminary assessment she co-authored showed that shipping around the southern point of Africa had quadrupled since December 2023 — after the Israel-Hamas war broke out and Yemen's Houthi rebels began attacking ships in the Red Sea.</p><p>That is being made worse by the Iran war and the security crisis over the Strait of Hormuz, diverting more ships around Africa.</p><p>Because most whales killed by ships sink in the ocean there are no detailed statistics. But Gregg Oelofse, the coastal and environmental manager for the city of Cape Town, said more whales and more shipping clearly increase the risk.</p><p>He said some whale carcasses wash ashore with evidence they've been killed by vessels.</p><p>“We’ll see the propellor strike often through the whale’s body,” Oelofse said. “So, it’s like these big cuts in the whale’s body.”</p><p>Vermeulen said she and others are lobbying for official speed limits for ships near the South African coast to give them time to spot any whales in their path.</p><p>___</p><p>Associated Press writer Gerald Imray contributed to this story.</p><p>___</p><p>AP Africa news: https://apnews.com/hub/africa</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DEQCB2EGZL4PTOYJPMKYERBMR4.jpg?auth=a3ab4519d0cfb32ed7deb56dea4d8286d3508c75e5ee3c2c45d56c7bc1641bf3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A humpback whale breaches off the coast of Port Stephens north of Sydney, Australia, June 18, 2025. (AP Photo/Mark Baker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Baker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PTQCAS44YTHCLYWXZ7XCZCTNQY.jpg?auth=b8e86fb4fc2c4da2607297a1c3b2611e45e6f973ca8c1d3fece7ebc03a414507&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fine art wildlife photographer Chris Fallows looks out to sea from his boat near Hout Bay, in Cape Town, South Africa, July 12, 2026. (AP Photo/Neil Shaw)]]></media:description><media:credit role="author" scheme="urn:ebu">Neil Shaw</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ULRTNZFEFNY4AXX4TYLUAW6IYU.jpg?auth=5a05e36c9d8d9770a855263658b8536e15223f7cf719e96cb1d81920960c66b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Humpback whales surface near a Humpback Whale Project boat during monitoring off the coast of Rio de Janeiro, Brazil, Tuesday, June 30, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VT5PTGKVKUPRB3FT7IGY64OCIE.jpg?auth=0d2554e71e8452d0cc75a57dc8e87f5be8d4c2b4f53f96bd4f41c8f1bd6d6219&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A humpback whale dives off the coast of Rio de Janeiro, Brazil, Tuesday, June 30, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DMCNZ7PZBURYEDLWWY6JJNAP6M.jpg?auth=7fef8afb6496d09ba1168ac9a72d9f6afbb8a9eda00be3daf097318da8a7a555&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Humpback whales surface together in Bahia Solano, Colombia, Sunday, Aug. 27, 2023. (AP Photo/Ivan Valencia, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Comic-Con 2026: David Jonsson is new Black Panther, Ryan Gosling joins Marvel as Ghost Rider]]></title><link>https://www.local10.com/entertainment/2026/07/25/comic-con-2026-david-jonsson-is-new-black-panther-ryan-gosling-joins-marvel-as-ghost-rider/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/25/comic-con-2026-david-jonsson-is-new-black-panther-ryan-gosling-joins-marvel-as-ghost-rider/</guid><dc:creator><![CDATA[By LESLIE AMBRIZ, Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — Marvel Studios used its Comic-Con International presentation Saturday to announce David Jonsson as the new Black Panther — the son of Chadwick Boseman’s T’Challa — and reveal that Ryan Gosling will be playing Ghost Rider, both in films set for release in 2028.]]></description><pubDate>Sun, 26 Jul 2026 03:40:24 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — Marvel Studios used its Comic-Con International presentation Saturday to announce David Jonsson as the new Black Panther — the son of Chadwick Boseman’s T’Challa — and reveal that Ryan Gosling will be playing Ghost Rider, both in films set for release in 2028.</p><p>Jonsson joined Oscar-winning “Black Panther” franchise director Ryan Coogler on stage alongside Letitia Wright and Winston Duke, holding his hand to his chest and smiling broadly. “Black Panther III” is set for release Dec. 15, 2028.</p><p>“Thank you to this family that I have the honor and the blessing to join. I don’t want to say too much, because I want to let the screen do the talking,” said the 32-year-old actor, known for roles in “Industry,” “The Long Walk” and “Alien: Romulus.”</p><p>Boseman died in 2020, and ever since 2022's “Black Panther: Wakanda Forever” revealed that T’Challa had a son, fans have been playing a guessing game of who might take over the mantle, with Damson Idris and Wright in the mix. The original 2018 “Black Panther” became the first superhero film to earn a best picture Oscar nomination and made more than $1.3 billion worldwide, while the sequel earned $850 million.</p><p>Ryan Gosling rides into the MCU</p><p>Gosling will re-team with his “Star Wars: Starfighter” director Shawn Levy on “Ghost Rider.”</p><p>“I’m having the greatest flashback vibes being here,” said Levy in reference to his appearance at Hall H two years ago to promote “Deadpool & Wolverine," which became a massive hit. “I’ll never forget that night because it was also my real introduction to the greatest fans anywhere.”</p><p>Gosling greeted Marvel Studios chief Kevin Feige and told the crowd that he’d wanted to play the character for a long time.</p><p>Gosling’s longtime partner, Eva Mendes, starred alongside Nicolas Cage in Cage’s original standalone “Ghost Rider” film, released in 2007 — a year before “Iron Man” kicked off Marvel’s cinematic universe. A sequel was released by Sony in 2012, and film rights have since reverted to Marvel, but the character hasn’t appeared yet in the MCU.</p><p>Stars take stage for ‘Avengers: Doomsday’</p><p>Feige told the crowd that Joe and Anthony Russo’s 2019 film “Avengers: Endgame” will be re-released in theaters on Sept. 25 with new footage linking it to the Russos’ “Avengers: Doomsday,” due out Dec. 18.</p><p>A “Doomsday” trailer played during the panel showed that Robert Downey Jr.'s Victor Von Doom will have some past tie to Reed Richards (Pedro Pascal) and Sue Storm (Vanessa Kirby). Storm is seen saying that Doom is a broken person who used to be different: “Everything he loved was taken from him.” Later, Richards asks Doom if he's the one responsible for the horrors around them.</p><p>Downey Jr. joked on stage that Reed and Doom were “besties.” Fans have been curious about the connection between the two after “The Fantastic Four: First Steps” post-credit scene included a clip of Doom sitting in Reed and Storm’s living room with their baby.</p><p>“Doomsday” stars taking the stage included Wright, Duke, Chris Evans, Hayley Atwell, Simu Liu, Danny Ramirez, Anthony Mackie, James Marsden, Kelsey Grammer, Paul Rudd, Rebecca Romijn, David Harbour, Lewis Pullman and Tenoch Huerta.</p><p>Ryan Reynolds appears as gray Deadpool</p><p>Clad in a new gray Deadpool costume, Ryan Reynolds crashed the panel from the audience.</p><p>“Longtime listener. First time caller,” said Reynolds, asking Rudd why Thor was crying in the previous film. Rudd responded “He’s a Wrexham fan,” in reference to the soccer team that Reynolds co-owns.</p><p>"This seems like an awfully expensive way to announce a film. When do you start filming,” asked Reynolds.</p><p>“It’s in the can, bro! Did you bump your head?” said Downey Jr. from the stage.</p><p>Many fans waited more than a day to get inside Comic-Con’s most-anticipated panel. Marvel Studios hopes it will act as a reset for its brand, which has been diluted by an overabundance of Disney+ series and critics' disappointment in films like last year's “Captain America: Brave New World.” Though audience interest in superhero films has waned in recent years, “Spider-Man: Brand New Day” — released by Sony in coordination with Marvel — is set to dominate the summer box office when it's released July 31 and ticket pre-sales have been strong for “Doomsday.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UDLHMKTU25QJULCMCC426OH2JY.jpg?auth=35fe559acd6841f170ebea655fabb26e359bea19b516b38ff3f18aa3068f6248&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Letitia Wright, from left, Winston Duke, Ryan Coogler, David Jonsson, and Kevin Feige attend a panel for Marvel Studios during Comic-Con International on Saturday, July 25, 2026, in San Diego. (Photo by Richard Shotwell/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QP725F5CHHBDZWHZ2M5JHSYIUU.jpg?auth=8ee34c730ec792c77322d41067b312fd853d7cd7a3123d820c890b76f7b9b7bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Gosling, left, and Shawn Levy attend a panel for Marvel Studios during Comic-Con International on Saturday, July 25, 2026, in San Diego. (Photo by Richard Shotwell/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MYE6AFKCBUYA234M5OYSGT3F2E.jpg?auth=fd8fab8f7b600cc84f8f59565bf5676d8636a74620f29e00eaae046a3ae1fe32&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 atmosphere during the Marvel Studios panel at Comic-Con International on Saturday, July 25, 2026, in San Diego. (Photo by Richard Shotwell/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4YCVM7YHXJYOOS3CPIOV2HSI6I.jpg?auth=cddadf3b766b8f0591a34bfef40b2b153922f989c0c67d4eb93fa56e344d07c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pedro Pascal, from left, Chris Evans, Hayley Atwell, and Robert Downey Jr. attend a panel for Marvel Studios during Comic-Con International on Saturday, July 25, 2026, in San Diego. (Photo by Richard Shotwell/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content></item><item><title><![CDATA[Seattle police are searching for two men who parachuted from the Space Needle]]></title><link>https://www.local10.com/news/weird-news/2026/07/25/seattle-police-are-searching-for-two-men-who-parachuted-from-the-space-needle/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/07/25/seattle-police-are-searching-for-two-men-who-parachuted-from-the-space-needle/</guid><dc:creator><![CDATA[By JESSICA HILL, Associated Press]]></dc:creator><description><![CDATA[The Seattle Police Department is searching for two men who climbed over the glass wall of the city's iconic Space Needle on Friday, flipped over the edge and parachuted down from the 605-foot structure.]]></description><pubDate>Sun, 26 Jul 2026 01:32:20 +0000</pubDate><content:encoded><![CDATA[<p>The Seattle Police Department is searching for two men who climbed over the glass wall of the city's iconic Space Needle on Friday, flipped over the edge and parachuted down from the 605-foot structure.</p><p>The jumpers face trespassing charges, according to a report provided by Public Affairs Officer Brian Pritchard.</p><p>The BASE jumpers purchased tickets and entered the Space Needle at about 8:50 p.m. Friday, according to the Seattle Police Department. The popular attraction has a round observation deck surrounded by high glass windows that are open to the sky above.</p><p>They were seen on camera at the top level of the Needle then went into a restroom, coming out with helmets on, according to police.</p><p>They ran to the glass window, climbed over to the other side, and jumped off, according to police.</p><p>Security at the Space Needle were unsure where the men landed, and police could not locate the individuals. They have not been identified by authorities and were described only as white men in their late 20s.</p><p>BASE jumping is an extreme sport that involves jumping off objects and deploying a parachute. It is an acronym for the platforms parachutists leap from: buildings, antennas, spans (bridges) and Earth.</p><p>The Space Needle did not immediately return emailed requests for comment on Saturday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DNR3LNGASEJSP74ZSXFB3WVLHM.jpg?auth=ede5be2982f2dd4fed177b5baefb78172305ad026865b1bf7d10f8cdcd81f642&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The sun sets behind the Space Needle as a small plane flies by on the first day of spring, Tuesday, March 19, 2024, in Seattle. (AP Photo/Lindsey Wasson,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[WNBA to add an NBA-style replay center next season in a major officiating investment]]></title><link>https://www.local10.com/sports/2026/07/25/wnba-to-add-an-nba-style-replay-center-next-season-in-a-major-officiating-investment/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/wnba-to-add-an-nba-style-replay-center-next-season-in-a-major-officiating-investment/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — The WNBA will have a replay center similar to the NBA next season as the league continues to invest in officiating, Commissioner Cathy Engelbert announced at her state of the league press conference Saturday before the All-Star Game.]]></description><pubDate>Sun, 26 Jul 2026 00:39:14 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — The WNBA will have a replay center similar to the NBA next season as the league continues to invest in officiating, Commissioner Cathy Engelbert announced at her state of the league press conference Saturday before the All-Star Game.</p><p>Officiating has been a hot topic around the league for the last few seasons, with physical play being a major point of contention. The league put together a task force in the offseason to help clean up some of the physicality in the game.</p><p>“This is one of the most significant investments we’ve ever made in our basketball operations, this investments of tens of millions of dollars will help bring greater consistency, efficiency, and transparency to our officiating process while continuing to improve the quality of the game,” Engelbert said.</p><p>Engelbert said that a lot of the details on the replay center still need to be worked out, although she said, as of now, the last two-minute report that the NBA has won't be used in the WNBA yet.</p><p>Fouls have been up this season as there has been an emphasis to help players' freedom of movement. The increase in fouls has led to more offense as teams are averaging a record-high number of points. It has also led to longer games. Earlier this month, league gametimes were at an average of 2 hours, 8 minutes — the longest in league history.</p><p>Player safety</p><p>Engelbert said the league is continuing to work with the players to try and improve their safety off the court. The league and players' union had a virtual meeting on Tuesday night to discuss what more can be done to combat the online hate.</p><p>“(For) too many players across the WNBA, that experience is unacceptable,” she said. “Many cases, it’s disgusting. Racism, misogyny, homophobia, the harassment and threats directed to our players has no place in sport or anywhere else.”</p><p>Engelbert said the feedback from the players was helpful to her.</p><p>Las Vegas Aces investigation wraps up</p><p>The WNBA’s investigation into whether a Las Vegas Aces sponsorship deal violated the salary cap was inconclusive, Engelbert said.</p><p>“No discipline will be recommended or imposed. Of course, if new or additional evidence comes to light, we’ll continue to investigate. But, you know, the integrity of our game is number one,” the commissioner said.</p><p>The Las Vegas Convention and Visitors Authority offered in May 2024 a $100,000 sponsorship agreement to Aces players for each of the following two seasons. That amount exceeded the salaries for six of the players, according to Spotrac.</p><p>No such agreement was offered for this season, but player salaries also dramatically rose after the new collective-bargaining agreement was completed in May. Each Aces player earns at least $270,000, according to Spotrac. The initial offer prompted the league to launch a probe into whether it skirted salary-cap rules.</p><p>“We did this the right way,” LVCVA president and CEO Steve Hill said at the time. “We did something that we think works for Las Vegas and I think great for the players. We did this without the team. It was our idea and any questions they ask they’ll find that out.”</p><p>Increased communication between players and the league</p><p>Engelbert said that the league needs to do better communicating with its players, whether its through texts or emails or some other form. One of the chief complaints from players has been that they have no relationship with the commissioner. A'ja Wilson said before the game that the only time she talks to Engelbert is when she's receiving trophies.</p><p>“I’ve been talking with the players about how much they want to hear from us, how much they don’t,” Engelbert said. “We do send them a lot of email updates and things like that. They’re a generation that doesn’t check email as much. So we have to get better at a text chain. ... We have to be better at it. it’s something certainly like if a player is getting honored or players gets hurt or something like, I try to reach out to them, and, yeah. So we need to be better at it. There’s no doubt I need to be better.”</p><p>Engelbert's future</p><p>Engelbert sidestepped a question about if she planned to be the commissioner next season.</p><p>“I’m so blessed to have to be at the helm of this league during this incredible hypergrowth period. So blessed that these players are putting the product on the court,” she said. "I will just continue to, you know, do my job, execute the strategy because it has been working."</p><p>Positive metrics</p><p>Engelbert said that this is already the most-watched WNBA season of all-time, with the 117 broadcasts reaching over 73 million unique viewers. Twenty-nine of the games averaged over one million viewers — the most ever at the All-Star break. They had 11 all of last season.</p><p>There have been more than 2.2 million fans at games so far this year, which is up 16% from last season.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BWXBIACZB7KTH625GXMQ2CRVI4.jpg?auth=f34800fc4094288173fec8518e4f259fba34a9f0b48b9b5d669292a94c88884e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[WNBA Commissioner Cathy Engelbert talks to media at a news conference before a WNBA All-Star basketball game between Team Coop and Team Spoon in Chicago, Saturday, July 25, 2026. (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/N4GF4NPADIX4OQBCMSP6J5CFA4.jpg?auth=a87de8e6bb4e9874e971ac753461db67ef578f6f0e855d8d0693fc9abe514626&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[WNBA Commissioner Cathy Engelbert smiles as she talks to media at a news conference before a WNBA All-Star basketball game between Team Coop and Team Spoon in Chicago, Saturday, July 25, 2026. (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[Airstrikes have paused and talks are pressing forward. But can the US and Iran take the off-ramp?]]></title><link>https://www.local10.com/news/world/2026/07/25/airstrikes-have-paused-and-talks-are-pressing-forward-but-can-the-us-and-iran-take-the-off-ramp/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/airstrikes-have-paused-and-talks-are-pressing-forward-but-can-the-us-and-iran-take-the-off-ramp/</guid><dc:creator><![CDATA[By BEN FINLEY, SAMY MAGDY and DARLENE SUPERVILLE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. military has paused its airstrikes on Iran after nearly two weeks of intensifying bombing, while diplomatic efforts have pushed forward to try to avert a return to all-out war.]]></description><pubDate>Sun, 26 Jul 2026 05:56:31 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. military has paused its airstrikes on Iran after nearly two weeks of intensifying bombing, while diplomatic efforts have pushed forward to try to avert a return to all-out war.</p><p>But it remains to be seen whether the U.S. and Iran are at an inflection point in a mercurial conflict that will reach the five-month point Tuesday. President Donald Trump both has threatened more strikes and said talks are pressing on, all while brushing off concerns that rising gas prices tied to the fighting could hurt Republicans in November's midterm elections.</p><p>Adding to the uncertainty is the impact of Israeli Prime Minister Benjamin Netanyahu's planned visit with Trump next week in Washington. Israel, which launched the war alongside the U.S. on Feb. 28, has been notably absent from the renewed American attacks over Iran's effective closure of the Strait of Hormuz, a vital shipping corridor through which 20% of the world's oil normally flows.</p><p>“The Iranians understand that perhaps it could get worse because Israel could come into the conflict,” said Michael Singh, managing director at the Washington Institute for Near East Policy. On the other hand, Israel's lack of involvement so far “may signal to the Iranians that we’re looking to limit the conflict.”</p><p>Singh, who was senior Middle East director on the National Security Council during the George W. Bush administration, said he was hesitant to read too much into the lull in fighting.</p><p>“If it turns into a multiday pause, that’ll be something significant,” he said. “But it’s hard to know. Is it an operational pause? Is it a pause to allow for some kind of behind-the-scenes diplomacy?"</p><p>Mediators keep pressing their diplomatic efforts</p><p>A regional official involved in the mediation efforts said that concerted diplomacy was underway and that a pause in U.S. strikes and Iranian counterstrikes on neighboring countries hosting American forces was a “positive signal that helps their efforts to de-escalate.”</p><p>The official said that both the U.S. and Iran want to return to the interim ceasefire deal and that a compromise, which is being negotiated now, centers around having Iran run vessel transit through the Strait of Hormuz with fewer restrictions on ships. The official was not authorized to discuss the matter and spoke on condition of anonymity.</p><p>On Sunday, Iran's Foreign Ministry spokesperson, Esmail Baghaei, confirmed that Iran and Oman had held several rounds of technical talks about the strait in Iran over the weekend. He said that while the Omani delegation left Tehran on Saturday afternoon, talks had made progress and were continuing.</p><p>Iran put a chokehold on the narrow Persian Gulf waterway when the war began by firing on tankers and freighters. In turn, oil prices have soared during the conflict, which has been unpopular with many Americans, and could leave some Republican lawmakers vulnerable in November.</p><p>Following the signing of an interim ceasefire deal in June, a battle for control over the strait has erupted. Iran demanded that ships use a route near its coastline and said it can potentially charge fees. Ships were increasingly navigating a southern route along the coast of Oman under a U.S. overwatch operation when Iran attacked some vessels.</p><p>The U.S. renewed attacks on Iran’s coastal defenses, aiming to blunt Tehran’s ability to strike ships in the strait. The Trump administration then expanded its targets, hitting bridges and infrastructure in the south and striking deeper into the center of Iran.</p><p>Singh said the strikes appear to be an attempt to push Iran back to the negotiating table. Now, he said, "the question would be: What kind of messages, if any, is the Iranian regime sending through diplomatic channels? Have those messages changed? Do they seem more eager to return to talks?”</p><p>Among the challenges the U.S. faces is the fractured leadership in Iran, with different factions vying for control, Singh said, something that Trump administration officials have also pointed to. The people in charge in Iran may worry that compromising with the U.S. will be seen as weakness and could loosen their grip on power.</p><p>Whatever the case, both the U.S. and Iran need the strait to reopen for their own economic reasons.</p><p>“But they have very different conceptions of under what conditions, under whose control,” Singh said. “So we have to get to some kind of stable equilibrium on those questions before you’re going to see a longer period of quiet. I think this effort to negotiate with words and also to negotiate with force is going to continue until we reach that equilibrium.”</p><p>Trump issues threats but also talks up diplomacy</p><p>Despite the lull in fighting, tensions are high in the region.</p><p>Yemen’s Houthi rebels said Saturday that they fired missiles and drones at Saudi Arabia in response to Saudi airstrikes on the strategic Red Sea city of Hodeida. The Iran-backed rebels say they have closed the Bab el-Mandeb Strait, which has become even more vital for Saudi oil exports since the disruption of the Strait of Hormuz.</p><p>The U.S. military also is enforcing its naval blockade of Iranian ports, saying it disabled a Mozambique-flagged ship in the Gulf of Oman on Friday after the vessel tried to violate the blockade and ignored warnings.</p><p>Trump also has kept up the threats against Iran even as he spotlighted diplomacy. Asked about his exit strategy Friday, Trump said there are two ways.</p><p>“You can just keep doing exactly what we’re doing and take them apart piece by piece. We could do it in a more rapid fashion, which we might do,” he told reporters in the Oval Office. “Or we can negotiate with them, which we’re also doing right now.”</p><p>While Trump said he doesn’t think Iran is “ready yet” to make a deal, he also asserted that “I think they’re getting more and more serious as the days go by, for maybe the obvious reason.”</p><p>Trump met Friday with top national security aides to discuss the situation with Iran and whether the administration should maintain the current course or escalate military attacks, according to a U.S. official who spoke on condition of anonymity to discuss internal deliberations. No U.S. strikes occurred overnight in Iran after 13 consecutive nights.</p><p>Trump insisted Friday that he was “not in a hurry” to wrap things up because of the approaching elections, in which voters, angry about high food and gasoline prices, could vote his Republican Party out of control of Congress.</p><p>“Despite what everyone says about the election, I’m not in a hurry,” he said. “We have to do it right. Elections take care of themselves.”</p><p>____</p><p>Magdy reported from Cairo. Associated Press writer Matthew Lee contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XHSPBJTNDDJGU4TJ5JCSHHRO3U.jpg?auth=c12173fd37e6bfb11e22f1b103cd9e591f108c88125f6138b3a037d41334f1d5&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 in the Oval Office of the White House, Friday, July 24, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DEDWITT5I43G2HEOWUBC2DXNBM.jpg?auth=866fe97acca482ca32384066759c12f471db965f87f1833d4ae39474e9777d9d&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 in the Oval Office of the White House, Friday, July 24, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[Ty France drives in 3 as the Padres beat the Marlins 7-2, extend Miami skid to 11]]></title><link>https://www.local10.com/sports/local/2026/07/25/ty-france-drives-in-3-as-the-padres-beat-the-marlins-7-2-extend-miami-skid-to-11/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/25/ty-france-drives-in-3-as-the-padres-beat-the-marlins-7-2-extend-miami-skid-to-11/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[Ty France drove in three runs, JP Sears gave up one hit and struck out three over 3 1/3 innings, and the San Diego Padres extended the Miami Marlins’ losing streak to 11 with a 7-2 win on Saturday.]]></description><pubDate>Sun, 26 Jul 2026 00:05:09 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Ty France drove in three runs, JP Sears gave up one hit and struck out three over 3 1/3 innings, and the San Diego Padres extended the Miami Marlins’ losing streak to 11 with a 7-2 win on Saturday.</p><p>France hit a two-run single in the third inning and drove in another run with a single in the eighth inning. Gavin Sheets hit a sacrifice fly in the seventh, and Jase Bowen hit a two-run single in the eighth to increase the Padres’ lead to 6-1.</p><p>Jake Cronenworth hit a single to score Fernando Tatis Jr. in the ninth. Jackson Merrill went 3 for 4 and scored two runs as the Padres had 11 hits overall.</p><p>Sears (3-3) entered the game with two outs in the third inning and walked one.</p><p>Esteury Ruiz scored the Marlins’ first run of the game off a sacrifice fly by Otto Lopez in the third. Kyle Stowers hit an RBI single that broke through the gap and into center field with Ruiz on third in the eighth inning.</p><p>The Marlins’ last win came against the Mariners before the All-Star break.</p><p>Marlins starter Eury Pérez (5-8) pitched seven innings, giving up seven hits and three earned runs. He struck out two and walked one.</p><h4>Up next</h4><p>RHP Walker Buehler (6-5, 5.23 ERA) will start for the Padres on Sunday. RHP Janson Junk (4-6, 5.09) will start for the Marlins.</p><p>___</p><p>AP MLB: <a href="https://apnews.com/hub/mlb" rel="">https://apnews.com/hub/mlb</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TM3FXTY7KSRUNFM53ESHIN4WMM.jpg?auth=8cf992791248e987542a7f984710c72165f184b5fa286b7dc83e0344c1bb279e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Marlins pitcher Eury Pérez throws to an Athletics batter during the first inning of a baseball game Sunday, July 5, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content></item><item><title><![CDATA[Shohei Ohtani skips bullpen session and won't throw off mound until irritated left knee feels 100%]]></title><link>https://www.local10.com/sports/2026/07/25/shohei-ohtani-skips-bullpen-session-and-wont-throw-off-mound-until-irritated-left-knee-feels-100/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/shohei-ohtani-skips-bullpen-session-and-wont-throw-off-mound-until-irritated-left-knee-feels-100/</guid><dc:creator><![CDATA[By LARRY FLEISHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Shohei Ohtani skipped a tentatively scheduled bullpen session Saturday and Los Angeles Dodgers manager Dave Roberts said the two-way superstar won’t throw off a mound again until his irritated left knee feels 100%.]]></description><pubDate>Sun, 26 Jul 2026 02:56:05 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Shohei Ohtani skipped a tentatively scheduled bullpen session Saturday and Los Angeles Dodgers manager Dave Roberts said the two-way superstar won’t throw off a mound again until his irritated left knee feels 100%.</p><p>“We’re just going to kick the can,” Roberts said before his team's 4-3 victory over the New York Mets. “I think like I said yesterday, we’re not going to move forward until he feels 100% confident (and) we feel 100% confident that we should do it.”</p><p>Ohtani hasn’t pitched in a game since July 3. But the Dodgers say his knee doesn’t bother him while batting, and the four-time MVP has remained in the starting lineup regularly.</p><p>The two-time defending World Series champions began the day with the best record in the majors at 66-38 and an 11-game lead in the NL West over Arizona.</p><p>Ohtani received a lubricant injection just before the All-Star break and Roberts said last weekend it would be “some time” before Ohtani makes his next appearance as a pitcher.</p><p>The right-hander then threw about 30 pitches off a mound Wednesday during a bullpen session in Philadelphia, but Roberts said Ohtani felt a “little bit of regression.”</p><p>“It was obviously not ideal, him throwing his last bullpen and going backwards essentially,” Roberts said. “So obviously that’s disappointing because you throw a bullpen, you continue to build up. So that was disappointing, but as far as worry, concern, we don’t have any of that.”</p><p>Ohtani is 8-2 with a 1.79 ERA and 95 strikeouts in 85 2/3 innings over 14 starts on the mound this season and has won his past six decisions. He went 0 for 5 on Saturday and is hitting .282 with 22 homers, 61 RBIs and a .908 OPS.</p><p>In other injury updates, two-time Cy Young Award winner Blake Snell made a second rehab start Friday night for Triple-A Oklahoma City.</p><p>Sidelined since his season debut May 9 because of loose bodies in his pitching elbow, the left-hander threw 49 pitches and allowed one run and two hits in 2 2/3 innings. Roberts said Snell likely will progress to four innings in his third rehab outing.</p><p>Star closer Edwin Díaz (right elbow surgery) will make another rehab appearance Sunday for Oklahoma City and, if all goes well, the right-hander is expected to be activated from the injured list Wednesday.</p><p>Tyler Glasnow, on the 60-day IL since May 8 because of low back spasms, threw 25 pitches in one simulated inning Friday. Glasnow will pitch in another simulated game next week when the Dodgers return home and might start a rehab assignment after that.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FTT2EVLG2BZT57JJPA2NUXYCNU.jpg?auth=42095e8b82fd2bdde26c312462b405758cd0f992fd18d66cf5cda1b61c96aadf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani, left, throws in the outfield before the second game of a baseball doubleheader against the New York Yankees, Sunday, July 19, 2026, in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UFFVEWUDRYMA4BNHZQW3J7RWWE.jpg?auth=0a2b428700049761c777b1324d620d84f33fc629c2be090e9cfb3e09db9c1a90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani runs to first base for a single during the first inning of a baseball game against the New York Mets Friday, July 24, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DILGKXOMKPNLAVZJ2XVSFN374Y.jpg?auth=d2626afedb4732c66ad76b9261919c9ce8c9255c1a4a878261ac7e1a23703905&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani, right, stands in the outfield with trainer Albert Thomas, left, before the second game of a baseball doubleheader against the New York Yankees, Sunday, July 19, 2026, in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ROMNZYS3VX7ZC2JJHGFRL7SOSI.jpg?auth=a1ae343bcc7006b9983ab1925b4361b2ea7781863802d57202901fd49e02766f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani throws in the outfield before the second game of a baseball doubleheader against the New York Yankees, Sunday, July 19, 2026, in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WK4AITXNH7Q7TJWIWYA6KWPUFA.jpg?auth=b99376554afd43f0a37d72f2bcc5a1847b228bea31413a266356e5857139b61b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani follows through on a sacrifice fly ball to drive in a run during the seventh inning of a baseball game against the New York Mets Friday, July 24, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Koivun moves 3 strokes up at the 3M Open with a 3rd-round 61 and tournament-record back 9]]></title><link>https://www.local10.com/sports/2026/07/25/koivun-moves-3-strokes-up-at-the-3m-open-with-a-3rd-round-61-and-tournament-record-back-9/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/koivun-moves-3-strokes-up-at-the-3m-open-with-a-3rd-round-61-and-tournament-record-back-9/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[BLAINE, Minn. (AP) — PGA Tour rookie Jackson Koivun shot a 61 in the third round of the 3M Open on Saturday to take a three-stroke lead at 20-under par, setting a tournament record with a 28 on the back nine at the TPC Twin Cities.]]></description><pubDate>Sat, 25 Jul 2026 23:30:06 +0000</pubDate><content:encoded><![CDATA[<p>BLAINE, Minn. (AP) — PGA Tour rookie Jackson Koivun shot a 61 in the third round of the 3M Open on Saturday to take a three-stroke lead at 20-under par, setting a tournament record with a 28 on the back nine at the TPC Twin Cities.</p><p>Emiliano Grillo and Ben Kohles each had a 65 and are tied for second at 17 under. Michael Brennan shot a 63 and shared fourth with Chandler Phillips at 16 under. Denny McCarthy, Billy Horschel and Michael Kim were in sixth at 15 under.</p><p>Scottie Scheffler, the world's top-ranked player, was six strokes behind Koivun in a four-way tie for ninth place with Davis Thompson, Seamus Power and Brian Harman.</p><p>The 21-year-old Koivun, who was the top-ranked amateur player after a standout college career at Auburn and turned pro last month following the U.S. Open, had two eagles and six birdies to separate from the pack on a steamy and still afternoon that was ideal for low scores.</p><p>“Just got to keep the foot on the gas," Koivun said.</p><p>Koivun sank a 12-foot putt on the 12th green and a 14-footer on the 18th to eagle two of the three par-5s on the lake-filled course, which joined the tour schedule in 2019. He confidently hit his second shot from the 18th fairway over the water and landed safely on the green.</p><p>“It’s going to be definitely a test tomorrow,” Koivun said. “I’m sure some of the pins will be tucked and we’ve got a lot of great players behind me, but just going to stick to my game plan and try to smile.”</p><p>Koivun, who tied for 10th two weeks ago at the ISCO Championship in Kentucky, shot a 64 on Thursday and a 68 on Friday. He tied the 54-hole record (193) set by wire-to-wire 2023 champion Lee Hodges and became the youngest 54-hole leader on tour this season. But don't assume he's a stranger to this type of pressure.</p><p>“Playing at Auburn was so much fun. We were definitely put in some stressful situations at national championships and just collegiate play,” Koivun said. “I'm just trying to lean on those experiences.”</p><p>Kohles, who shot a 62 for the first-round lead, went bogey-free in pursuit of his first tour victory. Grillo, the 33-year-old Argentine, eagled the 18th to make up for some earlier putting misses.</p><p>“These kids are playing better every day,” Grillo said. “It’s hard to keep up with them. I’ve just got to go and shoot my lowest.”</p><p>Scheffler had an eagle and five birdies on the back nine, but his afternoon wasn't all that special. Three others matched his 64, and four players went lower than that.</p><p>Bringing a big gallery with him to watch every shot, with fans packed several rows deep along the ropes, Scheffler had the crowd going wild when he eagled the 16th by sinking a 55-footer on the par-4 hole.</p><p>“The support this week’s been tremendous. The crowd here has been great not only to myself but to the guys who've been playing well,” Scheffler said.</p><p>Kim, who took a three-stroke lead into the weekend with a second-round 59 that made him the 15th player in tour history to go below 60, lost his touch with the putter and finished with a 70.</p><p>“I’m really happy with the way I swung it today. I was pleasantly surprised at how calm I was feeling heading to the first tee,” Kim said. “Overall, I’m pretty happy with it, but a little disappointed that I’m five back.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJURGSMDJKW3DYSAEUAM4LA3GI.jpg?auth=aad646adc893a9281363e220b15188ee7eba9d8952cd98ac4843c4f86aa8940b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jackson Koivun hits from the sixth tee during the first round of the 3M Open golf tournament at the Tournament Players Club Thursday, July 23, 2026, in Blaine, Minn. (AP Photo/Bruce Kluckhohn)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruce Kluckhohn</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K3KZMT763VUJTKFDO3N5JSNYTE.jpg?auth=2b847ee9a59261d3ec8f4d5515e8fc2c87836e92a61b2a53002fced2c76a4ce5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Kohles reacts to his shot on the 16th hole during the first round of the 3M Open golf tournament at the Tournament Players Club Thursday, July 23, 2026, in Blaine, Minn. (AP Photo/Bruce Kluckhohn)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruce Kluckhohn</media:credit></media:content></item><item><title><![CDATA[Carlos Beltrán, Andruw Jones and Jeff Kent reflect on Hall of Fame road ahead of induction]]></title><link>https://www.local10.com/sports/2026/07/25/carlos-beltran-andruw-jones-and-jeff-kent-reflect-on-hall-of-fame-road-ahead-of-induction/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/carlos-beltran-andruw-jones-and-jeff-kent-reflect-on-hall-of-fame-road-ahead-of-induction/</guid><dc:creator><![CDATA[By KENNY LACY Jr., Associated Press]]></dc:creator><description><![CDATA[COOPERSTOWN, N.Y. (AP) — Carlos Beltrán was destined for the Baseball Hall of Fame even before he played a full season in the major leagues. At least that’s what Kansas City Royals great George Brett thought.]]></description><pubDate>Sat, 25 Jul 2026 22:42:11 +0000</pubDate><content:encoded><![CDATA[<p>COOPERSTOWN, N.Y. (AP) — Carlos Beltrán was destined for the Baseball Hall of Fame even before he played a full season in the major leagues. At least that’s what Kansas City Royals great George Brett thought.</p><p>On the eve of his induction, Beltrán recounted a story from 1999 when the Royals visited Cooperstown and Brett introduced him to Hall of Famer — and fellow Puerto Rican — Orlando Cepeda.</p><p>“I have a baseball and I’m approaching Cepeda for him to sign my baseball, and George said, ‘Let me introduce you to the next Hall of Famer from Puerto Rico. His name is Carlos Beltrán,’” the nine-time All-Star outfielder said Saturday. “And I’m going like, what is he doing? I haven’t played a game and you’re introducing me as a Hall of Famer. I don’t think that’s a good statement.</p><p>“George said, `Well, Carlos, everything is possible in life. If you play hard and if you continue to play good and if you continue to develop yourself, this is an opportunity and this is a chance that you could be here.”</p><p>Twenty-seven years later, Brett’s prediction came true. Beltrán will be inducted into the Hall of Fame on Sunday alongside Andruw Jones and Jeff Kent, just as Brett and Cepeda were enshrined together as part of the 1999 class.</p><p>“Never went through my mind,” Beltrán said. “But I did imagine myself as a baseball player. I did imagine myself as a professional baseball player. I come from a very humble family. I got to see my parents doing a lot of work to push us forward.”</p><p>Beltrán was the 1999 AL Rookie of the Year with Kansas City and went on to play 20 years in the majors, including seven seasons apiece with both the Royals and New York Mets. He made the Hall in his fourth year of eligibility on the Baseball Writers' Association of America ballot, securing 84.2% of the vote.</p><p>Joining him from the BBWAA ballot is former Atlanta Braves center fielder Andruw Jones, who reached 78.4% in his ninth year. Jones nearly dropped off the ballot after his 2018 debut, when he received only 7.3% of the vote — just above the 5% threshold to get another try.</p><p>For Jones, the induction represents the culmination of a patient climb that was supported by his defensive brilliance in center field, where he won 10 straight Gold Gloves from 1998-2007.</p><p>And like Beltrán, Jones’ fondest baseball memory came when he was young.</p><p>“Just getting that call to make it to the major leagues in ’96. Getting on that plane, flying into Philadelphia and walking into the clubhouse and seeing all these guys that you watch on TV who won the World Series in ‘95 and trying to win another one in ’96,” he said. “That was the best moment of my career, to be honest with you.”</p><p>Beltrán and Jones weren’t elected to the Hall immediately during their BBWAA eligibility, but their call eventually came. For Kent, it never did.</p><p>A five-time All-Star second baseman, the 2000 NL MVP fell off the BBWAA ballot in 2023 after exhausting his 10 years of eligibility and falling well short each time of the 75% needed for induction. He was elected by a much smaller panel in December 2025, the Contemporary Baseball Era Committee.</p><p>Though his path was different, after speaking with other Hall of Famers this weekend, Kent now knows he belongs just the same.</p><p>“I’m walking around, talking to guys and I’m getting hugs and I’m getting, ‘Congratulations,’ and I’m getting, ‘You should have been in a long time ago,’ and all those things,” Kent said. “And I’m seeing in their eyes that they’re not saying it just to be nice to me because they want something from me, or they’re just trying to be nice because the cameras are on and it was real. And that’s probably the first time I was able to relax.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KKOF6TEGJLRFY2Z7WUS3H2R4HA.jpg?auth=f088d55bf18c643f2ee53d769e3cc8d2d69457acad84828d9191425c0bb40652&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carlos Beltran speaks during a news conference before a baseball game between the New York Mets and the Arizona Diamondbacks Tuesday, April 7, 2026, in New York. (AP Photo/Frank Franklin II, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XJAUEI27NWOOS5HLRICFVR6SCE.jpg?auth=eab1eb1634d55d2fd19950a19c3f62fa04f3105a83305e07a65569d9be1ca4b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Atlanta Braves player Andruw Jones waves to the crowd as he is honored, Saturday, Sept. 9, 2023, in Atlanta. (AP Photo/Brynn Anderson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KSSJR67CG3PYKLKAPME5SGUO7Q.jpg?auth=4469019757d6aa4448cc382ec0f87db31b0a7ba8fba41fed528b1ead94cecde2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jeff Kent poses for photos after the announcement at a news conference that he was elected to baseball's Hall of Fame during the Major League baseball winter meetings, Monday, Dec. 8, 2025, in Orlando, Fla. (AP Photo/John Raoux, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content></item><item><title><![CDATA[Artist considers lawsuit after colorful Fort Lauderdale Beach crosswalks are painted over]]></title><link>https://www.local10.com/news/local/2026/07/24/artist-considers-lawsuit-after-colorful-fort-lauderdale-beach-crosswalks-are-painted-over/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/24/artist-considers-lawsuit-after-colorful-fort-lauderdale-beach-crosswalks-are-painted-over/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[The artist behind the colorful crosswalks on Breaker Avenue at Fort Lauderdale Beach says she’s considering legal action after discovering the artwork she created with hundreds of volunteers a decade ago had been painted over.]]></description><pubDate>Fri, 24 Jul 2026 23:18:01 +0000</pubDate><content:encoded><![CDATA[<p>The artist behind the colorful crosswalks on Breakers Avenue at Fort Lauderdale Beach says she’s considering legal action after discovering the artwork she created with hundreds of volunteers a decade ago had been painted over.</p><p>Robin Merrill said she was devastated to see the artwork, created in 2016 with a couple hundred people, replaced with gray paint.</p><p>“This is the color of their lifeless souls,” Merrill said. “Everyone who did this, that’s the color of their interior. It took away the life. It took away the color. Why? That represents them. That’s sick. And you know what? We’re coming back. You can’t do this.”</p><p>Abby Laughlin, owner of 600 Gallery, said she first noticed the changes last weekend and immediately called Merrill.</p><p>“I was very surprised to see it change so drastically,” Laughlin said. “It was a shock to the system. We kind of knew it was coming following the case that was happening.”</p><p>Last year, Gov. Ron DeSantis directed the Florida Department of Transportation to paint over colorful crosswalks across the state or risk losing state funding.</p><p>Merrill said her artwork predates the LGBTQ rainbow crosswalks that became the focus of the statewide debate. She said the project was part of a Safe Roads program funded by the Florida Department of Transportation.</p><p>“I studied that,” Merrill said. “I created these designs for that reason. Under a Bloomberg Study these came in as number three and number four in the nation for asphalt art in changing accidents, pedestrians bicycles, and cars.“</p><p>While Merrill criticized the state’s actions, she said she’s also frustrated with the City of Fort Lauderdale, accusing city leaders of failing to communicate with her.</p><p>Merrill said she is now preparing a lawsuit against the City of Fort Lauderdale and is also considering legal action against the state.</p><p>“What I would say is, you made a mistake, own it,” Merrill said. “And pay the penalty. And the penalty will be determined by law.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[July 25: South Florida dries out after soggy Saturday, more rain ahead]]></title><link>https://www.local10.com/weather/2026/07/25/july-25-south-florida-dries-out-after-soggy-saturday-more-rain-ahead/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/25/july-25-south-florida-dries-out-after-soggy-saturday-more-rain-ahead/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[After rounds of soaking showers this Saturday, we managed to dry out. The highest rainfall totals are coming out of Homestead. That is where we saw over two inches of rain today. Nonetheless, evening plans are good to go outside. ]]></description><pubDate>Sat, 25 Jul 2026 22:19:16 +0000</pubDate><content:encoded><![CDATA[<p>After rounds of soaking showers this Saturday, we managed to dry out. The highest rainfall totals are coming out of Homestead. That is where we saw over two inches of rain today. Nonetheless, evening plans are good to go outside. </p><p>Temperatures will remain warm in the middle 80s with feels like temperatures in the lower 90s.More rain is on the way come Sunday. We will watch for a few showers to start near the Keys with a better chance over the metro by the afternoon. It will be hot again with temperatures soaring into the lower 90s. Plan for unsettled conditions especially as we head into the beginning of the workweek.</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[Video shows aftermath of MDSO deputy’s shooting of teen while serving warrant in Miami Beach]]></title><link>https://www.local10.com/news/local/2026/07/25/video-shows-aftermath-of-mdso-deputys-shooting-of-teen-while-serving-warrant-in-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/25/video-shows-aftermath-of-mdso-deputys-shooting-of-teen-while-serving-warrant-in-miami-beach/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Local 10 News has exclusively obtained video from inside the bedroom where a Miami-Dade Sheriff’s Office deputy fatally shot a 17-year-old Friday morning while serving a search warrant at a Miami Beach apartment, providing the first look inside the room at the center of the deadly encounter.]]></description><pubDate>Sat, 25 Jul 2026 21:50:27 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 News on Saturday exclusively obtained video showing the aftermath inside the bedroom where authorities said a Miami-Dade Sheriff’s Office deputy <a href="https://www.local10.com/news/local/2026/07/24/at-least-1-deputy-involved-in-shooting-in-miami-beach-mdso-says/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/24/at-least-1-deputy-involved-in-shooting-in-miami-beach-mdso-says/">fatally shot a 17-year-old Friday morning</a> while serving a search warrant at a Miami Beach apartment.</p><p>The video shows the second-floor bedroom of the apartment where investigators say the teen emerged armed with a handgun before a deputy opened fire. Family members told Local 10 the room was covered in blood after the shooting.</p><p>Deputies said the shooting occurred shortly before 6 a.m. Friday at 785 81st St., where they were serving a search warrant related to alleged firearms violations involving the 17-year-old and an 18-year-old, according to MDSO. </p><p>Miami-Dade Sheriff Rosie Cordero-Stutz said her deputies repeatedly identified themselves before entering the residence.</p><p>“We knocked on the door multiple times and identified ourselves,” Cordero-Stutz said. “Our SRT made entry into the residence at which time a subject exited his bedroom armed with a firearm.”</p><p>According to the sheriff, a deputy fired after believing his life was in danger. Authorities say the teen was pronounced dead at the scene.</p><p>Neighbors reported hearing multiple gunshots.</p><p>“I heard someone then some shots,” one neighbor told Local 10.</p><p>The teen’s mother, Yvonne Warner, questioned whether deadly force was necessary.</p><p>“Tell me, did they have to do this? No, they didn’t. Tell me why. Treat him like a person, not an animal,” Warner said.</p><p>Warner acknowledged her son’s criminal history but said he had recently begun turning his life around.</p><p>“From my heart, my baby was everything to me, but he has been in trouble,” Warner said. “He ain’t no saint, but he most definitely was on a different track. He starts school Aug. 13. He just came home from boot camp he’s been doing everything I ask him (to) around the house.”</p><p>Cordero-Stutz defended the deputy’s actions, saying the teen posed an immediate threat.</p><p>“Clearly this individual who was already in violation of the law in committing multiple felonies chose to exit armed,” Cordero-Stutz said.</p><p>Yvonne Warner believes the teen was her son, Darrell Young.</p><p>Authorities said both the 17-year-old and the 18-year-old named in the search warrant were on probation, registered gang members and wearing ankle monitors. The sheriff’s office said the warrant stemmed from firearms-related violations.</p><p>Jail records show that Young had previously been arrested on an attempted murder charge in Florida City. Records also show he faced separate weapons charges in 2024.</p><p>MDSO has not identified the deputy who fired the fatal shots or the individual who was fatally shot. </p><p>The Florida Department of Law Enforcement is investigating the shooting, which is standard procedure in deputy-involved shootings.</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[South Florida partners promote water safety with free swim lessons]]></title><link>https://www.local10.com/news/local/2026/07/25/south-florida-partners-promote-water-safety-with-free-swim-lessons/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/25/south-florida-partners-promote-water-safety-with-free-swim-lessons/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[On Saturday, a community pool was packed with kids learning to swim.]]></description><pubDate>Sat, 25 Jul 2026 21:36:51 +0000</pubDate><content:encoded><![CDATA[<p>On Saturday, a community pool was packed with kids learning to swim.</p><p><a href="https://www.local10.com/espanol/2026/07/25/promueven-seguridad-en-el-agua-con-clases-gratuitas-de-natacion-en-el-sur-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/25/promueven-seguridad-en-el-agua-con-clases-gratuitas-de-natacion-en-el-sur-de-florida/">Leer en español</a></p><p>“Water safety is critical at all ages,” said Sheryl Woods, YMCA of South Florida president and chief executive officer.</p><p>The YMCA of South Florida and The Related Group, along with their partners, brought the Back to School Pool Party to a Cutler Bay neighborhood. They <a href="https://www.floridahealth.gov/individual-family-health/child-infant-youth/drowning-prevention/swimmingvouchers/" target="_self" rel="" title="https://www.floridahealth.gov/individual-family-health/child-infant-youth/drowning-prevention/swimmingvouchers/">provided swim lessons</a>, free gear and a new backpack before the start of the next school year for families in need.</p><p>“It’s really important for us to be able to provide something like this because it’s something that they are not able to go out and get and be able to pay for on their own,” said Marilyn Pascual, TRG Management co-president.</p><p>The event comes amid a tragic trend in Florida. Several children have died in drownings over the last few weeks, including two at different lakes behind Plantation homes, while two others drowned in backyard pools.</p><p>“Drowning is preventable,” Woods said. “We need adult supervision, number one. Adults should never let kids be in the pool without supervision.”</p><p>Data shows Florida leads the nation when it comes to child drownings, a statistic organizers hope to find a way to turn the tide.</p><p>“If you teach these children how to swim through attrition, they will teach their children how to swim,” Pascual said. “So it’s like an easy fix, and it’s such an easy fix. Why shouldn’t we do 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[Promueven seguridad en el agua con clases gratuitas de natación en el sur de Florida]]></title><link>https://www.local10.com/espanol/2026/07/25/promueven-seguridad-en-el-agua-con-clases-gratuitas-de-natacion-en-el-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/25/promueven-seguridad-en-el-agua-con-clases-gratuitas-de-natacion-en-el-sur-de-florida/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Este sábado, una piscina comunitaria estaba llena de niños aprendiendo a nadar.]]></description><pubDate>Sat, 25 Jul 2026 21:48:27 +0000</pubDate><content:encoded><![CDATA[<p>Este sábado, una piscina comunitaria estaba llena de niños aprendiendo a nadar.</p><p>“La seguridad en el agua es fundamental para todas las edades”, dijo Sheryl Woods, presidenta y directora ejecutiva de YMCA of South Florida.</p><p>YMCA of South Florida y The Related Group, junto con sus socios, realizaron la fiesta de piscina “Back to School Pool Party” en un vecindario de Cutler Bay. <a href="https://www.floridahealth.gov/individual-family-health/child-infant-youth/drowning-prevention/swimmingvouchers/" target="_blank" rel="noreferrer" title="https://www.floridahealth.gov/individual-family-health/child-infant-youth/drowning-prevention/swimmingvouchers/">Proporcionaron clases de natación</a>, equipo gratuito y una mochila nueva antes del inicio del próximo año escolar para familias necesitadas.</p><p>“Es muy importante para nosotros poder ofrecer algo como esto porque es algo que ellos no pueden salir a conseguir ni pagar por su cuenta”, dijo Marilyn Pascual, copresidenta de TRG Management.</p><p>El evento se realiza en medio de una tendencia trágica en Florida. Varios niños han muerto por ahogamiento durante las últimas semanas, incluidos dos en diferentes lagos detrás de viviendas en Plantation, mientras que otros dos se ahogaron en piscinas de patios traseros.</p><p>“Los ahogamientos se pueden prevenir”, dijo Woods. “Necesitamos supervisión de un adulto, ante todo. Los adultos nunca deben permitir que los niños estén en la piscina sin supervisión”.</p><p>Los datos muestran que Florida lidera la nación en ahogamientos infantiles, una estadística que los organizadores esperan revertir.</p><p>“Si les enseñas a estos niños a nadar, con el paso del tiempo ellos les enseñarán a sus hijos a nadar”, dijo Pascual. “Así que es una solución sencilla, realmente muy sencilla. ¿Por qué no hacerlo?”</p>]]></content:encoded></item><item><title><![CDATA[Van slams into crowd at Berlin Pride festival, killing 1 and injuring 16, as police identify suspect]]></title><link>https://www.local10.com/news/2026/07/26/van-slams-into-crowd-at-berlin-pride-festival-killing-1-and-injuring-16-as-police-identify-suspect/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/26/van-slams-into-crowd-at-berlin-pride-festival-killing-1-and-injuring-16-as-police-identify-suspect/</guid><dc:creator><![CDATA[By KIRSTEN GRIESHABER and FANNY BRODERSEN, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — A van slammed into people gathered for Berlin’s famed Pride festival on Saturday night, killing one person, injuring at least 16 others and prompting police to call off the celebrations and a concert in the German capital hours after they had begun.]]></description><pubDate>Sun, 26 Jul 2026 04:47:48 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — A van slammed into people gathered for Berlin’s famed Pride festival on Saturday night, killing one person, injuring at least 16 others and prompting police to call off the celebrations and a concert in the German capital hours after they had begun.</p><p>Berlin police said they have identified a suspect who has not been arrested and he has ties to Islamic groups in the German capital.</p><p>“The suspect is known to police. He is known to us as a member of Islamic circles here in Berlin, and our search for this person is proceeding at full speed,” said police spokesman Florian Nath. He did not identify the suspect by name.</p><p>Nath added that “we still have no information whatsoever regarding his specific motives, the exact sequence of events, or his role in the crime itself.”</p><p>Earlier, police said some of the victims had life-threatening injuries. In a post on X, police called on everyone to leave the site of the event immediately as ambulances and firefighters attended to the victims.</p><p>White van hit people in Tiergarten park</p><p>According to police, a white van had driven into the Tiergarten park around 10 p.m., which is next to the route that the pride march had passed along earlier, and hit several people before colliding with a tree. Police could not say how many officers had been deployed to the scene but that it was “definitely a lot of police.”</p><p>Overall, more than 2,200 police officers have been on duty in Berlin since Saturday morning to protect the pride parade and other LGBTQ+ events in the city.</p><p>Police were conducting witness interrogations at the park during the night and were investigating accounts that in addition to the crash some victims appeared to have suffered stab wounds — but that it was too early to draw any conclusion from those accounts.</p><p>Berlin Mayor Kai Wegner expressed shock, saying that “following a peaceful and vibrant pride parade, the rally for a tolerant and peaceful Berlin was attacked in the most brutal manner.”</p><p>“This is an attack on our free and cosmopolitan society,” Wegner said. “I have confidence in the police and security authorities, who will be working around the clock to investigate.”</p><p>Meanwhile, authorities called on possible witnesses to come forward and share with police any video or photos they might have taken at the scene of the attack.</p><p>The city also activated a crisis hotline for people missing friends or family members.</p><p>Hundreds of thousands of people had come to Berlin on Saturday to celebrate at Berlin’s pride parade, known in Germany as Christopher Street Day. It’s one of Europe’s largest LGBTQ+ celebrations.</p><p>Iconic pride event called off</p><p>The pride event in front of the city’s Brandenburg Gate, near Tiergarten, was called off around 10:15 p.m. and a band’s performance on stage was interrupted. People were urged to go home and to avoid taking the route through the park.</p><p>Before the incident, people had celebrated peacefully, marching through the city for hours, dancing to loud music, and cheering around 80 floats that participated in the parade.</p><p>Julian Miethig, who had attended the LGBTQ+ party at the Brandenburg Gate earlier, said he had just wanted to go to an afterparty when he heard from a friend that “something bad happened there and there are a lot of fire trucks, a lot of emergency vehicles, ambulances.”</p><p>He said he went to Tiergarten and was shocked that something like this could have happened at Berlin’s pride celebrations.</p><p>“It’s a dark day for the community,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UWPZRE53DJN7H2CBTPMW3JLVDU.jpg?auth=a0630a8ceb6a6f5461ef5f02080dce1f3981d8bb2df00c973922ec9fcc0d7bf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two people embrace near others wearing thermal blankets as they stand near emergency personnel in Berlin, early Sunday, July 26, 2026, following the cancellation of Christopher Street Day festivities. (AP Photo/Markus Schreiber)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KCB2JEHVSDYUK3CC3JHO55AO7I.jpg?auth=43851ca2d214ed0940e8d61f23f05dc200bcc16f7890c5baa92e7e0680d9bf30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mayor Kai Wegner speaks to the media in Berlin, early Sunday, July 26, 2026, following the cancellation of Christopher Street Day festivities. (AP Photo/Markus Schreiber)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OKXRWQK2GS3VK6L6XBYHISMQMU.jpg?auth=bc394730c3ed9f6bcb73bf6583b974a768ba916dbd8d8f5348710b0207d52d10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two people embrace near others wearing thermal blankets as they stand near emergency personnel in Berlin, early Sunday, July 26, 2026, following the cancellation of Christopher Street Day festivities. (AP Photo/Markus Schreiber)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content></item><item><title><![CDATA[Carson Hocevar uses late qualifying run to bump his way into top starting spot for the Brickyard 400]]></title><link>https://www.local10.com/sports/2026/07/25/carson-hocevar-uses-late-qualifying-run-to-bump-his-way-into-top-starting-spot-for-the-brickyard-400/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/carson-hocevar-uses-late-qualifying-run-to-bump-his-way-into-top-starting-spot-for-the-brickyard-400/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — Carson Hocevar used a late qualifying run to knock Tyler Reddick out of the No. 1 spot, then survived a late charge from Daniel Suarez to capture his first Brickyard 400 pole Saturday.]]></description><pubDate>Sat, 25 Jul 2026 20:25:42 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Carson Hocevar used a late qualifying run to knock Tyler Reddick out of the No. 1 spot, then survived a late charge from Daniel Suarez to capture his first Brickyard 400 pole Saturday.</p><p>Hocevar, who drives for Spire Motorsports, produced a fast lap of 186.598 mph. Suarez, his teammate, soon followed with a lap of 186.382 to give Chevrolet the top two starting spots on the 39-car starting grid. Reddick will start third in Sunday's race on Indianapolis Motor Speedway's historic 2.5-mile oval.</p><p>For Hocevar, it was another magical moment.</p><p>“I haven’t won anything at Indy, even was looking at like a marathon or something just so I can get an award here — it doesn’t matter what,” Hocevar said. “It’s just really cool to get something here. I look out to the back stretch, behind this media center and there’s a parking lot with a bunch of rubber and that’s where I grew up racing."</p><p>The 23-year-old Hocevar has now won three career poles — the other two at Texas with one coming earlier this year. The Michigan native has one career victory, in April at Talladega, in his third full season on the NASCAR circuit.</p><p>He finished 12th and 10th the last two years, his only previous Brickyard starts.</p><p>Reddick had Michael Jordan's 23XI Racing team on top of the speed charts for most of the afternoon with a lap of 186.077 one day after he told reporters his car performed so poorly in practice it felt like he “had never raced here before.”</p><p>How important is qualifying at Indy?</p><p>“It's going to be a lot of it,” said Reddick, who won the 2022 Brickyard on Indy's road course and is trying to become the first driver to win on both courses. “We have seen, though, last year, right, Denny (Hamlin) had his issue in qualifying and still had a strong day, so it's possible. But you set yourself up for more track position, more stage points with clean execution on the weekend.”</p><p>Hocevar, Suarez and Reddick were the only drivers to top 186 mph on an unusually cool, overcast afternoon that produced significantly higher speeds than in Friday's lone practice session.</p><p>Sunday's race could take place in much different conditions with temperatures expected to rise.</p><p>Defending champion Bubba Wallace, who also races for Jordan's team, will start 29th after going 183.861. Hamlin, who has won three of NASCAR's four crown jewel races, starts fifth as he tries to capture his first Brickyard title with Joe Gibbs Racing.</p><p>And Ryan Blaney got an early edge on Todd Gilliland as the two finalists chase the $1 million In-Season Challenge prize. Blaney is starting 13th while Gilliland qualified 36th.</p><p>But Hocevar hopes to cash in, too, as he leads the field across the Yard of Bricks to start the race.</p><p>“Hopefully that can get us a good advantage,” Hocevar said. “The prestige of this place raises everybody's intensity, so you know everybody's trying a little bit more because they know how much it means to everybody. So, yeah, it's super important.”</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OHYOLCJWW33VLADZCW4NKEM2QE.jpg?auth=d2c8b0b163e34f45ef07d9a5c9178517d04cbdf861d4f26820639577c94bbc28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carson Hocevar (77) drives during a NASCAR Cup Series auto race at Chicagoland Speedway in Joliet, Ill., Sunday, July 5, 2026. (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/LEEDPXTQJMS6FLJJVXJUT7LE6Q.jpg?auth=fc90e4ff14cf0298229ed10224ac01103411b1d707e2811439fe1cec2bf226cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The car of driver Carson Hocevar is rolled out of the garage area before a NASCAR Cup Series auto race at Sonoma Raceway, Sunday, June 28, 2026, in Sonoma, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[McVay says Aaron Donald is still contemplating a return to the Rams. They won't rush his decision]]></title><link>https://www.local10.com/sports/2026/07/25/mcvay-says-aaron-donald-is-still-contemplating-a-return-to-the-rams-they-wont-rush-his-decision/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/mcvay-says-aaron-donald-is-still-contemplating-a-return-to-the-rams-they-wont-rush-his-decision/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Aaron Donald is still determining whether he is ready and able to return to the Los Angeles Rams, but coach Sean McVay says the team will welcome the superstar defensive lineman if he decides to end his two-season retirement.]]></description><pubDate>Sat, 25 Jul 2026 19:37:56 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Aaron Donald is still determining whether he is ready and able to return to the Los Angeles Rams, but coach Sean McVay says the team will welcome the superstar defensive lineman if he decides to end his two-season retirement.</p><p>While the Rams reported to training camp at Loyola Marymount University on Saturday, McVay said he has no idea whether one of the greatest defensive linemen in recent NFL history will decide to resume his career.</p><p>“If that is something that he wants to do, we’re going to try to be able to make that happen,” McVay said. “But I genuinely do not have an answer on whether he is or he isn’t. I know he’s preparing himself to be able to make that decision, and I know if he feels good, he’s going to be ready to rock. If not, he doesn’t owe us anything.”</p><p>McVay said Puka Nacua is expected to practice in training camp while the Rams work on the next contract for their All-Pro receiver, who is entering the final year of his rookie deal. The coach said NFL MVP Matthew Stafford is fully healthy, but still will sit out multiple practices in training camp as part of a modified preparation schedule to keep the 38-year-old quarterback fresh for the long season ahead.</p><p>The Rams also confirmed first-round pick Ty Simpson had formally signed his four-year, $25.4 million rookie contract as he begins a training camp competition with Stetson Bennett for the backup job behind Stafford.</p><p>But McVay was eager to talk about a player who wasn't reporting to the Loyola Marymount dorms — Donald, who anchored the Rams' defense for a decade before he retired somewhat abruptly in March 2024.</p><p>Donald apparently began to entertain the idea of a comeback early last month after the Rams acquired superstar pass rusher Myles Garrett in a trade with Cleveland. The prospect of lining up next to one of his few contemporary peers compelled the now-35-year-old Donald to begin an extensive workout program aimed at returning him to football shape.</p><p>“He is going through his process, and he is putting himself in a position to make a decision,” McVay said. “He's earned the right to be able to do that. ... He's very diligent. Anything that he does, he does all-in, and so he's going through a very strict regimen and process that's similar to what he did when he played. See how his body responds and feels, and then we'll see when we have more information whether or not we're going to give it a go, or whether or not he's going to continue to enjoy what he's been doing for the last couple of years.”</p><p>Donald hung it up nearly 2 1/2 years ago after a very successful decade spent entirely with the Rams in St. Louis and Los Angeles. He racked up a team-record 111 sacks as the heart of the Rams' defense, winning the AP NFL Defensive Player of the Year three times while earning eight All-Pro selections and 10 Pro Bowl selections.</p><p>Donald led the Rams to a championship in the 2021-22 season, making the decisive defensive plays in both the NFC title game and the Super Bowl victory over Cincinnati in their home SoFi Stadium.</p><p>Donald has stayed close to the game and the Rams during his two years of retirement, living mostly in Los Angeles while regularly returning to his native Pittsburgh. The current Rams are eager to see whether they're about to add another star.</p><p>“I mean, him being the greatest of all time, I'm sure he'd have a pretty good impact, right?” defensive lineman Braden Fiske said. "It's only been two years, but if you've seen the (workout) videos, it doesn't seem like he's lost too much of where he's at. ... If that's what he chooses to do, I'm sure we'll be waiting for him. We're just letting him handle his process. That's totally on him. I don't want to be the pushy one. If it happens, great. If not, you know, we'll play some good football."</p><p>Fiske is among the linemen whose snap counts could be affected if Donald returns, but the Rams appear to be wholeheartedly excited about the prospect of adding Donald to a roster already considered to be among the Super Bowl favorites.</p><p>When asked if Donald's comeback decision might not be made until midseason, McVay reiterated that the Rams will support whatever Donald wants to do.</p><p>“I think if AD makes the decision to come back, he's going to want to play the whole year, just knowing how he is and the mindset that he has,” said left guard Steve Avila, who played with Donald as a rookie in 2023. “I don't think he'd be halfway in, halfway out with being part of the team, and that's just what you expect from someone as great as him.”</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3IHVUFCCRONHKVB7XRAXBQLKMM.jpg?auth=adfc2269f9e725a6d0609c1100698df26a817b4a688035ac25f7ddd9c4850bc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Los Angeles Rams player Aaron Donald looks on before an NFL football game between the Los Angeles Rams and the Tampa Bay Buccaneers, Nov. 23, 2025, in Inglewood, Calif. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OEHCR62V4J4RKGPXGHT7PL26SA.jpg?auth=90ac2ed5a88e1445add6f9c3c5221c1794138537d705b99f11e97ed7457ab622&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Rams head coach Sean McVay watches his players during the NFL football team's practice, June 2, 2026, in Woodland Hills, Calif. (AP Photo/Kyusung Gong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content></item><item><title><![CDATA[Mets slugger Juan Soto goes on 10-day injured list with left calf strain]]></title><link>https://www.local10.com/sports/2026/07/25/mets-slugger-juan-soto-goes-on-10-day-injured-list-with-left-calf-strain/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/mets-slugger-juan-soto-goes-on-10-day-injured-list-with-left-calf-strain/</guid><dc:creator><![CDATA[By LARRY FLEISHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — New York Mets slugger Juan Soto was placed on the 10-day injured list Saturday with a left calf strain that's expected to sideline him for at least three weeks and probably more.]]></description><pubDate>Sat, 25 Jul 2026 23:30:11 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — New York Mets slugger Juan Soto was placed on the 10-day injured list Saturday with a left calf strain that's expected to sideline him for at least three weeks and probably more.</p><p>The five-time All-Star underwent imaging that revealed a grade 2 strain, interim manager Andy Green said.</p><p>Soto missed 15 games from April 4-21 with a right calf strain and the Mets went 3-12 without him — losing their last 12 games during that stretch.</p><p>“Anticipation is right now it’s going to take longer than last time,” Green said before Saturday night's game against the Los Angeles Dodgers. “He was about three weeks last time, so it’s a little more significant than last time. It’s not what we were hoping for. He’s a guy we love having on the field. He's a guy who loves being on the field competing. We’ll be without him for a period of time.”</p><p>But at this stage, the Mets are uncertain about anything more specific.</p><p>“We have more people looking at the MRI right now,” Green said. “It’s quick and a bit presumptuous to define an exact timeline. With our organization we just check in with experts, not just in house but across the world for these types of things. So we’ll have some more people look at this, get a better handle on how long this will be and at this point in time, not going to get any more definitive on a timeline.”</p><p>The injury to Soto is the latest setback in a miserable season for the last-place Mets (43-61), who were minus star shortstop Francisco Lindor from April 23 to June 23 because of a left calf strain.</p><p>Soto walked twice against Los Angeles Dodgers starter Roki Sasaki during Friday night’s 4-2 loss at Citi Field before being replaced by pinch-hitter Jorge Polanco in the sixth inning with the score tied at 1.</p><p>After the game, Green said Soto felt discomfort pushing off when running to second base. He had been nursing the nagging injury since returning from the All-Star break last week.</p><p>Soto is hitting .283 with 21 homers, 52 RBIs and an NL-best .947 OPS in 84 games this season. He sat out Wednesday’s 4-3 loss at Milwaukee but was back in the lineup Friday after the Mets had a day off.</p><p>The lone All-Star for the last-place Mets this year, Soto exited the team’s first game after the break in the eighth inning on July 16 at Philadelphia. New York was off the following day, and he returned to the lineup as the designated hitter on Saturday and Sunday against the Phillies. He played left field Monday in Milwaukee and was the DH on Tuesday.</p><p>“Someone like him wants to be on the baseball field. He wants to play,” Green said. “And the desire to be on the field is why he’s so special in what he does. So this last week we gave him at-bats, we gave him rest at times when we felt were appropriate, and then yesterday he couldn’t get over the hump."</p><p>To replace Soto on the active roster, the Mets recalled corner infielder and outfielder Eric Wagaman from Triple-A Syracuse. Wagaman was hitting .162 with two homers and four RBIs in 21 major league games this season.</p><p>Next step for Holmes</p><p>Clay Holmes will throw a bullpen Sunday. The right-hander allowed two runs over 2 1/3 innings and threw 51 pitches Thursday in a rehab start for Triple-A Syracuse and is expected to pitch again next week in the minors.</p><p>Holmes has been on the injured list with a broken right leg since he was hit by a line drive off the bat of New York Yankees rookie Spencer Jones on May 15.</p><p>Holmes is 4-4 with a 2.39 ERA in nine starts this season and appears likely to get traded before the Aug. 3 deadline.</p><p>___</p><p>A previous version of this story corrected Soto’s batting average and removed an incorrect reference to Bo Bichette grounding into a double play in the second inning Friday night.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UKUGBHX73UYKFVMT55J2EQTJFI.jpg?auth=970bad615f71c9a034cd4ba1671f111e9f50c119fdb6b277a87caa208b41474e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets' Juan Soto hits an RBI single during the sixth inning of a baseball game against the Philadelphia Phillies, Sunday, July 19, 2026, in Philadelphia. (AP Photo/Chris Szagola)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content></item><item><title><![CDATA[Policía busca a niña de 13 años reportada como desaparecida en Hollywood]]></title><link>https://www.local10.com/espanol/2026/07/25/policia-busca-a-nina-de-13-anos-reportada-como-desaparecida-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/25/policia-busca-a-nina-de-13-anos-reportada-como-desaparecida-en-hollywood/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Policía de Hollywood pidió la ayuda del público el sábado para localizar a una niña de 13 años que, según informaron, fue reportada como desaparecida.]]></description><pubDate>Sat, 25 Jul 2026 19:00:57 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Hollywood pidió la ayuda del público el sábado para localizar a una niña de 13 años que, según informaron, fue reportada como desaparecida.</p><p>Elida Isabella Espinoza fue vista por última vez cerca de la cuadra 6100 de Fillmore Street en Hollywood, según el Departamento de Policía de Hollywood.</p><p>La Policía informó que Espinoza tiene cabello castaño y ojos marrones. Se desconoce la descripción de la ropa que vestía y la dirección en la que se dirigía.</p><p>Cualquier persona que haya visto a Espinoza o tenga información sobre su paradero debe comunicarse con el Departamento de Policía de Hollywood al 954-764-4357 o al 911.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/235Q5ACTKNBHLCSADYZCB47MLA.jpg?auth=d0583a373399ad91b9f587e5bea44c99d64a69e09c2f09774081cedfb0f3f98d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Identifican a sospechoso de apuñalamiento mortal en gasolinera de Miramar]]></title><link>https://www.local10.com/espanol/2026/07/24/policia-identifican-a-sospechoso-de-apunalamiento-mortal-en-gasolinera-de-miramar/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/24/policia-identifican-a-sospechoso-de-apunalamiento-mortal-en-gasolinera-de-miramar/</guid><dc:creator><![CDATA[Pablo Hernandez, Calvin Hughes, Ryan Mackey]]></dc:creator><description><![CDATA[La Policía de Miramar identificó al sospechoso buscado en relación con un apuñalamiento mortal ocurrido el miércoles en una gasolinera.]]></description><pubDate>Fri, 24 Jul 2026 21:56:50 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Miramar identificó al sospechoso buscado en <a href="https://www.local10.com/espanol/2026/07/23/investigan-apunalamiento-en-miramar-que-dejo-a-un-hombre-herido-policia-busca-al-sospechoso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/investigan-apunalamiento-en-miramar-que-dejo-a-un-hombre-herido-policia-busca-al-sospechoso/">relación con un apuñalamiento mortal</a> ocurrido el miércoles en una gasolinera.</p><p>La Policía informó que Jerry Saint Vil, de 26 años, huyó antes de que los agentes llegaran a la gasolinera Mobil ubicada en el 16961 de Miramar Parkway.</p><p>Según la Policía, Saint Vil está acusado de apuñalar a un hombre tras un altercado.</p><p>La víctima sufrió heridas graves y fue trasladada en helicóptero a un hospital cercano, donde posteriormente murió.</p><p>Cualquier persona que tenga información adicional debe comunicarse con el Departamento de Policía de Miramar o con Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O3JEN2ZUQZGB7E2Q2QJRIXKLBY.jpg?auth=eadd2b97a22f9648ac8658998a4a499834d84e7b1abcfb536ca19486a22f9d7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami Gardens hosts free annual back-to-school event for students]]></title><link>https://www.local10.com/community/2026/07/25/miami-gardens-hosts-free-annual-back-to-school-event-for-students/</link><guid isPermaLink="true">https://www.local10.com/community/2026/07/25/miami-gardens-hosts-free-annual-back-to-school-event-for-students/</guid><dc:creator><![CDATA[Isabella Martin, Ryan Mackey]]></dc:creator><description><![CDATA[Students in Miami-Dade County are getting help preparing for the upcoming school year through a free back-to-school physical event offering health screenings, sports exams and school supplies.]]></description><pubDate>Sat, 25 Jul 2026 16:54:44 +0000</pubDate><content:encoded><![CDATA[<p>Students in Miami-Dade County are getting help preparing for the upcoming school year through a free back-to-school physical event offering health screenings, sports exams and school supplies.</p><p><a href="https://www.local10.com/espanol/2026/07/25/miami-gardens-organiza-evento-anual-gratuito-de-regreso-a-clases-para-estudiantes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/25/miami-gardens-organiza-evento-anual-gratuito-de-regreso-a-clases-para-estudiantes/">Leer en español</a></p><p>Miami Gardens Councilwoman Michelle Powell hosted the second annual Back-to-School Physical Event Saturday at Betty T. Ferguson Recreational Complex, providing students with required physical exams for school enrollment and athletic participation.</p><p>“While supplies are amazing and kids need these tools, the most important thing is a healthy child ready to go back to school,” Powell said.</p><p>The event expanded this year to include EKG screenings for student athletes and vision screenings for children who have not had recent eye exams. Students participating in sports were able to complete athletic physicals required for competition.</p><p>Powell, a family physician, said the goal is to make sure students have access to health resources while helping families manage the costs of preparing for a new school year.</p><p>“A healthy child has a healthy mind and is the foundation for success,” she said.</p><p>Community partners, including the Black Nurses Association, Lions Club, Cultural Collective and local businesses, provided health services, supplies and resources for families. Students were also able to choose school supplies from an event “shopping mall” featuring backpacks, pencils and other items.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami Gardens organiza evento anual gratuito de regreso a clases para estudiantes]]></title><link>https://www.local10.com/espanol/2026/07/25/miami-gardens-organiza-evento-anual-gratuito-de-regreso-a-clases-para-estudiantes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/25/miami-gardens-organiza-evento-anual-gratuito-de-regreso-a-clases-para-estudiantes/</guid><dc:creator><![CDATA[Isabella Martin, Ryan Mackey]]></dc:creator><description><![CDATA[Los estudiantes del condado Miami-Dade están recibiendo ayuda para prepararse para el próximo año escolar a través de un evento gratuito de exámenes físicos de regreso a clases que ofrece evaluaciones de salud, exámenes deportivos y útiles escolares.]]></description><pubDate>Sat, 25 Jul 2026 17:23:17 +0000</pubDate><content:encoded><![CDATA[<p>Los estudiantes del condado Miami-Dade están recibiendo ayuda para prepararse para el próximo año escolar a través de un evento gratuito de exámenes físicos de regreso a clases que ofrece evaluaciones de salud, exámenes deportivos y útiles escolares.</p><p>La concejal de Miami Gardens, Michelle Powell, organizó el sábado la segunda edición anual del Evento de Exámenes Físicos de Regreso a Clases en el Complejo Recreativo Betty T. Ferguson, donde brindó a los estudiantes los exámenes físicos requeridos para la inscripción escolar y la participación en actividades deportivas.</p><p>“Aunque los útiles son increíbles y los niños necesitan estas herramientas, lo más importante es que un niño esté sano y listo para regresar a clases”, dijo Powell.</p><p>El evento se amplió este año para incluir electrocardiogramas (EKG) para estudiantes atletas y evaluaciones de la vista para niños que no se han realizado exámenes visuales recientemente. Los estudiantes que participan en deportes pudieron completar los exámenes físicos deportivos requeridos para competir.</p><p>Powell, médica de familia, dijo que el objetivo es garantizar que los estudiantes tengan acceso a recursos de salud mientras ayuda a las familias a manejar los costos de prepararse para un nuevo año escolar.</p><p>“Un niño sano tiene una mente sana y es la base del éxito”, afirmó.</p><p>Socios comunitarios, entre ellos la Asociación de Enfermeras Negras, el Lions Club, Cultural Collective y empresas locales, ofrecieron servicios de salud, útiles y recursos para las familias. Los estudiantes también pudieron elegir útiles escolares en un “centro comercial” del evento, que ofrecía mochilas, lápices y otros artículos.</p>]]></content:encoded></item><item><title><![CDATA[49ers coach Kyle Shanahan hurt in a car crash, limited as training camp opens]]></title><link>https://www.local10.com/sports/2026/07/25/49ers-coach-kyle-shanahan-hurt-in-a-car-crash-limited-as-training-camp-opens/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/49ers-coach-kyle-shanahan-hurt-in-a-car-crash-limited-as-training-camp-opens/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — San Francisco 49ers coach Kyle Shanahan suffered a concussion and other injuries in a car crash earlier this month that will limit his participation at the start of training camp, the team announced Saturday, when camp opened.]]></description><pubDate>Sat, 25 Jul 2026 20:46:32 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — San Francisco 49ers coach Kyle Shanahan suffered a concussion and other injuries in a car crash earlier this month that will limit his participation at the start of training camp, the team announced Saturday, when camp opened.</p><p>The two-car accident happened on July 14 in Palo Alto, leading to Shanahan being taken to the hospital. The other driver was not hospitalized. Palo Alto police Lt. Nicholas Martinez said there was no evidence that either driver was impaired and that both cooperated with police. No one was cited in the collision.</p><p>Niners general manager John Lynch said Shanahan sustained a concussion, along with a broken nose, broken ribs and an injured hand.</p><p>“Kyle is doing good,” Lynch said Saturday. “He’s got some bumps and bruises. He did suffer a concussion in the accident, has some lingering effects from that concussion.”</p><p>Lynch said Shanahan is going through the same type of protocol that players undergo after a concussion and that doctors would determine when he will be able to be back at full speed.</p><p>Lynch said Shanahan might be on the practice field when drills start on Sunday but won't run practice or team meetings until he is recovered.</p><p>“He’s a tremendous head coach, but this is bigger than that,” Lynch said. “This is about his well-being. We’re going to take the time necessary. And I think we’re very equipped to do that.”</p><p>The Niners will conduct their first practice on Sunday with assistant head coach/offensive line coach Chris Foerster running the team, along with coordinators Klay Kubiak, Raheem Morris and Brant Boyer.</p><p>Foerster has been on the 49ers' staff since 2019 and also worked under Shanahan in Washington as an offensive line coach when Shanahan was offensive coordinator.</p><p>Lynch didn't give a timeline for Shanahan's return but did say the team anticipates he will be back well before the season opener on Sept. 11 in Australia against the Los Angeles Rams.</p><p>Rams coach Sean McVay, who worked on the same staff as Shanahan in Washington from 2010-13, said he has talked to Shanahan since the crash and was thankful everyone involved was OK.</p><p>“I think any time that something like that happens, it shakes you up a little bit,” McVay said. "But most importantly, I’ve talked to him, my thoughts and prayers are with his family, and I know he’s got an incredible perspective on it all. Kyle is a stud. I have as much respect for him as anybody, and he’s a friend of mine and I love him, and I’m hoping that he’s going to have a great recovery.”</p><p>Shanahan is entering his 10th season as 49ers coach and is one of the most highly regarded coaches in the game for his offensive acumen. San Francisco has made two trips to the Super Bowl under his watch following the 2019 and 2023 seasons and made two additional appearances in the NFC title game in the 2021 and '22 seasons.</p><p>Shanahan has a 91-72 record in the regular season and playoffs for the 49ers, ranking third in franchise history in wins behind George Seifert (108) and Bill Walsh (102).</p><p>The team overcame significant injuries last season to finish 12-5 in the regular season and win a playoff game as Shanahan finished fifth in voting for the AP NFL Coach of the Year.</p><p>___</p><p>AP Sports Writer Greg Beacham in Los Angeles contributed to this report.</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B6JH7PANL5H2CXIQV2WU4KS4Y4.jpg?auth=e3921311191459e02f485c142439673c99f02d727744d03d14b6d46a7f0c6f49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - San Francisco 49ers head coach Kyle Shanahan speaks at a news conference after an NFL football practice Thursday, May 28, 2026, in Santa Clara, Calif. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WYVEPZHIUEXTD2RD2E7GIYERTY.jpg?auth=ff0146a96747df700a554caa50eb0275bbbceb16d676ca1608e817686a630601&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - San Francisco 49ers assistant head coach/offensive line Chris Foerster gestures during the NFL football team's rookie minicamp Friday, May 8, 2026, in Santa Clara, Calif. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[LeBron moves Philly up, but OKC and Spurs remain NBA favorites, according to books and markets]]></title><link>https://www.local10.com/sports/2026/07/25/lebron-moves-philly-up-but-okc-and-spurs-remain-nba-favorites-according-to-books-and-markets/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/lebron-moves-philly-up-but-okc-and-spurs-remain-nba-favorites-according-to-books-and-markets/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[The parity era in the NBA seems like it could continue. At least, that's what oddsmakers and bettors appear to believe after LeBron James' latest decision to join the Philadelphia 76ers.]]></description><pubDate>Sat, 25 Jul 2026 16:27:57 +0000</pubDate><content:encoded><![CDATA[<p>The parity era in the NBA seems like it could continue. At least, that's what oddsmakers and bettors appear to believe after LeBron James' latest decision to join the Philadelphia 76ers.</p><p>New York's championship run last month capped a season that extended an unprecedented run of NBA parity, with eight different franchises winning titles in the last eight seasons — Toronto in 2019, James and the Los Angeles Lakers in 2020, Milwaukee in 2021, Golden State in 2022, Denver in 2023, Boston in 2024, Oklahoma City in 2025 and now the Knicks.</p><p>There's at least a reasonable chance now that the run of new champions will continue in 2027, with reigning Western Conference champion San Antonio, Minnesota, Detroit, Cleveland, Miami — and, of course, Philadelphia now among the teams with the best odds right now of hoisting the Larry O'Brien Trophy next June.</p><p>A look at the teams and their odds, broken down by tiers:</p><p>The favorites</p><p>James' decision moved Philadelphia into the upper tier of favorites — but not the highest tier.</p><p>Most major sportsbooks and prediction markets are clear: Teams are going to have to get through Oklahoma City and San Antonio to get out of the West. The Thunder, as of Saturday — and a lot will likely change in the next 10 months or so — would still be considered a slight favorite to win the NBA title in 2027, barely ahead of the Spurs.</p><p>That shouldn't be a surprise: The Thunder are led by two-time Most Valuable Player Shai Gilgeous-Alexander and have a proven championship core, while the Spurs have unanimous Defensive Player of the Year Victor Wembanyama as the centerpiece of a young team that took huge strides in 2025-26 and should only get better.</p><p>Close to the top</p><p>This is the James impact: He's got Philadelphia right there with defending champion New York.</p><p>The Knicks and 76ers have the third- and fourth-best championship odds — in some order, depending on the site — according to most books and prediction markets.</p><p>The good news for the Knicks: They're right where they were entering last season, not quite the favorites but ahead of just about everybody in the league when it comes to title odds.</p><p>The good news for the 76ers: They're going to have their best entering-the-season odds since probably 2019-20.</p><p>At No. 5, Boston</p><p>Some of the Celtics' decisions this summer — particularly the trading of Jaylen Brown to Philadelphia — have faced serious criticism. Bettors don't seem to mind, perhaps mindful of how the Celtics exceeded many expectations last season.</p><p>Boston is firmly the No. 5 choice right now according to most books and markets, not quite there with the Thunder, Spurs, Knicks and 76ers, but leading the rest of the pack.</p><p>The next five (or six)</p><p>This is where things start to get muddled, and where books and markets tend to vary on that next tier — the teams with the sixth-best through 11th-best odds.</p><p>Denver, Toronto, Minnesota, Detroit and Cleveland are all jammed fairly close together. The only real rising team in that mix is Toronto, clearly based on the expectation that the Raptors will eventually close the trade for Kawhi Leonard and bring back the key to their 2019 title run.</p><p>The next team in the race for a top-10 preseason odds spot is Miami. Betting opinions seem to vary widely, though the one thing that is consistent is an expectation that the acquisition of Giannis Antetokounmpo to play alongside Bam Adebayo will get the Heat back into the playoffs.</p><p>The should-be-playoff-bound group</p><p>Even though the Lakers lost James, the odds still say that Luka Doncic's team will be playoff-bound next season. And bettors seem to think that 2025 NBA finalist Indiana, which played without Tyrese Haliburton this past season because of injury and plummeted to the bottom of the league, will return to the playoffs this season.</p><p>Houston and Golden State round out the top 15 in current odds, suggesting that the belief is those clubs are postseason-bound as well.</p><p>Not too far back from there: Atlanta, Orlando and Portland.</p><p>The hoping-for-play-in-berths tier</p><p>Washington will have Trae Young, Anthony Davis and Khris Middleton. Bettors expect the Wizards to be better — but aren't ready to put money on them being a playoff team yet.</p><p>The Wizards, with No. 1 pick AJ Dybantsa, are in a cluster of teams that odds point to as possible play-in candidates, along with Phoenix, Charlotte, Dallas and Utah.</p><p>The long shots</p><p>Value bettors can find some very good odds right now on the clubs that books and markets aren't loving right now.</p><p>That group: the Los Angeles Clippers, New Orleans, Chicago, Memphis, Milwaukee, Brooklyn and Sacramento.</p><p>A reminder — there's always a surprise. Charlotte was toward the bottom of most preseason odds lists this past season and won 44 games. The season before that, Detroit had some of the longest preseason odds in the league and also won 44 games.</p><p>As it stands now</p><p>Based solely on the average of where the books and markets were on Saturday — and again, none of this will matter when the games start counting in October — the playoff picture in the NBA next spring would look like this:</p><p>East playoff teams — New York, Philadelphia, Boston, Toronto, Detroit, Cleveland, Miami, Indiana.</p><p>East play-in teams (but not in playoffs) — Atlanta, Indiana.</p><p>West playoff teams — Oklahoma City, San Antonio, Denver, Minnesota, Los Angeles Lakers, Houston, Golden State, Portland.</p><p>West play-in teams (but not in playoffs) — Phoenix, Dallas.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QCPZTYCDXTCQUH5TMPWCX7ZVLU.jpg?auth=6fb5cf0e392d4815fc7fc41ab536cf5fa060537a43ae808e8f0f03c32f79ec6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers' LeBron James, center left, goes up for the shot against Philadelphia 76ers' Joel Embiid, center right, during the second half of an NBA basketball game, Dec. 7, 2025, in Philadelphia. (AP Photo/Chris Szagola, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RP4PJRFIZOQWHN5JX7326RZBTE.jpg?auth=ceaeaec8633eca63449d91e248df0b9070dbda73f4cf674d7aa7694c3d494104&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers' LeBron James, left, goes up for a shot past Philadelphia 76ers' Adem Bona during the second half of an NBA basketball game, Jan. 28, 2025, in Philadelphia. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Christian Gonzalez has been offered highest contract in team history, Patriots owner Kraft says]]></title><link>https://www.local10.com/sports/2026/07/25/christian-gonzalez-has-been-offered-highest-contract-in-team-history-patriots-owner-kraft-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/christian-gonzalez-has-been-offered-highest-contract-in-team-history-patriots-owner-kraft-says/</guid><dc:creator><![CDATA[By KYLE HIGHTOWER, Associated Press]]></dc:creator><description><![CDATA[FOXBOROUGH, Mass. (AP) — The New England Patriots are showing cornerback Christian Gonzalez how much he's valued.]]></description><pubDate>Sat, 25 Jul 2026 17:52:34 +0000</pubDate><content:encoded><![CDATA[<p>FOXBOROUGH, Mass. (AP) — The New England Patriots are showing cornerback Christian Gonzalez how much he's valued.</p><p>Team owner Robert Kraft said Saturday the star cornerback has been offered the highest contract in Patriots history.</p><p>“We love Christian Gonzalez. We love him as a player, as a person. That's why we've made an offer to him that makes him the highest-paid player ever to play that position in the NFL,” Kraft said before the team's opening training camp practice. “Coincidentally, it's the highest contract in Patriots franchise history.”</p><p>Kraft didn't provide details on the offer. But Los Angeles Rams cornerback Trent McDuffie's four-year contract currently tops NFL cornerbacks with an average yearly value of approximately $31 million.</p><p>The Patriots picked up Gonzalez's fifth-year option in April, meaning he will make just over $18 million in the final year of his rookie deal in 2027. But he entered the offseason seeking long-term security beyond that.</p><p>He apparently will soon have it with this extension offer.</p><p>For his part, Gonzalez has been confident that something would be worked out with the club, while remaining a presence around the team.</p><p>After skipping voluntary offseason workouts last month, Gonzalez was present for New England’s three-day mandatory minicamp. He was back on the field for Saturday’s first training camp workout.</p><p>Gonzalez is easily the team’s most important player in the secondary, earning his first Pro Bowl selection last season after posting 69 tackles, 10 pass breakups and one tackle for a loss in 2025.</p><p>Fellow cornerback Marcus Jones said Friday that although he hadn't discussed details of the situation with Gonzalez, he was confident Gonzalez wants to remain in New England.</p><p>“Gonzo loves it here,” Jones said. “I know that for a fact.”</p><p>Mike Vrabel not worried about recent history of Super Bowl losers</p><p>The Patriots had a dream turnaround last season, going from 4-13 in 2024 to 14-3 last season and earning a spot in the Super Bowl. They came up short in their championship bid, falling 29-13 to Seattle. But it's left high expectations in Mike Vrabel's second season in New England.</p><p>Each of the past two Super Bowl losers — Kansas City in the 2024 season and San Francisco in the 2023 season — missed the playoffs the following year. Both finished with 6-11 records after their Super Bowl runs.</p><p>But that's the furthest thing from Vrabel's mind.</p><p>“The expectations always get higher,” Vrabel said. “Our job is to recreate the things that we did really well last year — the culture, the ability to win different ways and find ways to win and understand how to win and understand how to prepare. And we’re going to have a more difficult journey. That’s just how it goes each and every year. That’s what we’re expecting.”</p><p>Drake Maye begins work with new center Jared Wilson</p><p>For the third straight year, quarterback Drake Maye is working with a new starting center in camp.</p><p>He had multiple centers as a rookie in 2024 after David Andrews suffered a season-ending shoulder injury. Maye had more continuity last season when Garrett Bradbury started all 17 regular-season games and the four playoff games.</p><p>But with Bradbury signing with Chicago this offseason, Maye will be breaking in Jared Wilson, who started 13 games at left guard as a rookie for the Patriots in 2025. It's not a huge transition for Wilson, who played 12 games at center as a junior at Georgia.</p><p>“Jared, he's natural there,” Maye said. “You get to know his little things and how he likes things, when he's going left and I'm going right — all the under center things and how he understands Mike's points. ... Me and you, it's our show. And I think he's done a great job.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ERURXFJ5APR4W2QQOG6EA3Q43A.jpg?auth=7b5aa5d41365224a01fce0629a98cec07669766410c96dc652dd55b017d0f788&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Baltimore Ravens running back Derrick Henry (22) runs against New England Patriots cornerback Christian Gonzalez during the second half of an NFL football game, Dec. 21, 2025, in Baltimore. (AP Photo/Nick Wass, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[Small businesses file lawsuits against Trump's new sweeping tariffs]]></title><link>https://www.local10.com/business/2026/07/25/small-businesses-file-lawsuits-against-trumps-new-sweeping-tariffs/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/25/small-businesses-file-lawsuits-against-trumps-new-sweeping-tariffs/</guid><dc:creator><![CDATA[By MAE ANDERSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Trump's tariffs are headed to court — again.]]></description><pubDate>Sat, 25 Jul 2026 15:38:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Trump's tariffs are headed to court — again.</p><p>Two lawsuits filed by small businesses are challenging Trump's sweeping tariffs announced Thursday that impose double-digit levies on 60 trading partners.</p><p>The tariffs, implemented under Section 301 of the Trade Act of 1974 for what the Trump administration says is countries' failure to prevent imports produced by forced labor, cover 99% of U.S. imports. Critics say the goal is less to prevent forced-labor imports and more to replace the worldwide tariffs that Trump imposed last year that were struck down by the Supreme Court in February. They came just as temporary 10% worldwide tariffs — that had also been challenged in court — expired.</p><p>Educational toy company Learning Resources, which was part of the tariff lawsuit that won in the Supreme Court, filed a new suit along with several other small businesses in the Court of International Trade on Friday over the current round of tariffs.</p><p>The second lawsuit was filed by Burlap and Barrel, a New York-based spice company, and Collective Horology, a watch retailer based in Ventura, California. They are represented by Liberty Justice Center, a libertarian advocacy group.</p><p>Both lawsuits argue that the government didn't adequately establish its case against each specific economy or spell how the tariffs will eliminate the specified practice they are being levied for, as required by Section 301.</p><p>“Forced labor is morally indefensible, but an important objective does not give the government permission to ignore the law,” said Sara Albrecht, chairman and CEO of the Liberty Justice Center. “The administration allowed one global tariff to expire and immediately replaced it with another under a different statute. Changing the statute doesn’t change the law.”</p><p>The White House did not immediately respond to a request for comment.</p><p>Experts say it might be tougher to successfully challenge the current round of tariffs than previous rounds. Trump used Section 301 to impose big tariffs on China in his first term, and they survived court challenges.</p><p>Unlike the Section 122 levies that expired Friday, “these tariffs will be with us for the long haul,’’ said lawyer Patrick Childress, a partner at Holland & Knight and a former U.S. trade official.</p><p>Even if countries enact the precise policies the U.S. wants, he said, they will still need to prove that they’re enforcing them to Washington’s satisfaction before the tariffs are removed. “This suggests that no short-term path for country-wide relief from the new Section 301 tariffs will be available.’’</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JJMOHQ2MM6HHZOBAD4EWEKW24E.jpg?auth=5fca7e3093cf58bf68b195bd91fe43bae8971338af5a71d450fb68352a4e1bce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The United States Court of International Trade is seen in front of the Jacob K. Javits Federal building in this, March 18, 2015 photo, in New York. (AP Photo/Mary Altaffer, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Altaffer</media:credit></media:content></item><item><title><![CDATA[Israel detains over 70 suspects following deadly violence in the West Bank]]></title><link>https://www.local10.com/news/world/2026/07/25/israel-detains-over-70-suspects-following-deadly-violence-in-the-west-bank/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/israel-detains-over-70-suspects-following-deadly-violence-in-the-west-bank/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NABLUS, West Bank (AP) — Israel’s military said it detained over 70 suspects across the occupied West Bank overnight and on Saturday, a day after troops deployed across the territory following violence that left two Israeli soldiers and four Palestinian villagers dead.]]></description><pubDate>Sat, 25 Jul 2026 18:42:53 +0000</pubDate><content:encoded><![CDATA[<p>NABLUS, West Bank (AP) — Israel’s military said it detained over 70 suspects across the occupied West Bank overnight and on Saturday, a day after troops deployed across the territory following violence that left two Israeli soldiers and four Palestinian villagers dead.</p><p>Soldiers remained in the village of Tell, in the northern West Bank, where Friday's clashes were centered. Palestinians described searches that included raids of a hospital in the city of Nablus, one of the territory's most violent areas.</p><p>Palestinians in the West Bank have faced violence as Israel’s hard-line government, dominated by settler leaders and supporters, has overseen a surge in settlement construction over the past four years. The international community overwhelmingly considers the Israeli settlement construction illegal and an obstacle to peace.</p><p>Soldiers make arrest during raid at West Bank hospital</p><p>“More than 50 armed soldiers and officers stormed the hospital, terrifying the patients,” Ghassan Barkat, director of Nablus Specialty Hospital, told journalists. He said soldiers on Friday detained, bound and insulted staff and patients, raided hospital departments and arrested a seriously injured man, Ali Hussein Ali Ramadan.</p><p>“This should not happen in a healthcare institution,” said Barkat, adding that women and children were present.</p><p>An Israeli military statement did not mention the hospital, but it said over 300 locations were searched and what it described as affiliates of the Hamas militant group, arms traffickers, “terrorists” and others were detained.</p><p>The circumstances of Friday's events remained unclear, but Israeli media reports and interviews with local Palestinian officials suggested a group of settlers entered Tell and were confronted by residents fearful of an attack. The village is off-limits to Israelis as part of Area B under the 1993 Oslo Accords.</p><p>The Palestinian Health Ministry said Israeli soldiers shot and killed four Palestinians in Tell, while the military reported the deaths of two soldiers, one of them a settler in a local defense squad. Two other Israelis and four more Palestinians were wounded, health officials said.</p><p>The Israeli military on Saturday said it detained 11 suspects in Tell.</p><p>Over 80 Palestinians were arrested across the territory, said Amin Shuman, president of the Palestinian higher commission for the affairs of prisoners, calling them “an attempt to impose collective punitive measures and retaliatory policies” against Palestinian citizens after Friday’s events.</p><p>On Saturday, Israel's military said Israeli civilians and Palestinians threw rocks in a confrontation in the West Bank village of Susya, and the weapon of a soldier on leave was stolen but retrieved.</p><p>More than 700,000 Israelis live in the occupied West Bank and east Jerusalem, territories captured by Israel in 1967 and sought by the Palestinians for an independent state along with the Gaza Strip.</p><p>Israeli strikes kill at least 4 in Gaza</p><p>Israeli strikes on Saturday killed at least four Palestinians and wounded at least 15 others across Gaza, according to Palestinian health officials.</p><p>In the southern city of Khan Younis, an airstrike killed a man and a woman, whose bodies were taken to Nasser Hospital, the hospital said.</p><p>In northern Gaza, a strike on a vehicle in the Jabaliya area killed one person and wounded two others, according to officials at Shifa Hospital, where the casualties were taken.</p><p>A strike on a motorbike in Gaza City’s Sheikh Radwan neighborhood killed the director of the area’s police force, according to the Interior Ministry and Shifa Hospital.</p><p>A strike in the central Gaza refugee camp of Nuseirat wounded three people, according to the Belgian field hospital, which received the casualties.</p><p>And Israeli drones struck the vicinity of Al-Aqsa Martyrs Hospital in the central city of Deir al-Balah, wounding 10 people, the hospital said. Chaotic scenes unfolded as severely wounded men covered in blood were rushed into the hospital by bystanders.</p><p>Israel's military said it struck a member of Hamas' military wing near Al-Aqsa hospital, and that it struck members of the Hamas and Palestinian Islamic Jihad military wings in the strikes on Nuseirat and Jabaliya. The military did not immediately respond to a request for comment on the other strikes. Militants have carried out shooting attacks on troops, and Israel says its strikes are in response to that and other violations.</p><p>While the heaviest fighting has subsided since a fragile ceasefire took hold in October following two years of war between Israel and Hamas, Israeli forces have carried out repeated airstrikes, killing at least 1,191 Palestinians, according to Gaza's Health Ministry.</p><p>The ministry, part of the Hamas-led government, maintains detailed casualty records that are seen as generally reliable by U.N. agencies and independent experts. It does not give a breakdown of civilians and militants but says women and children make up most of the dead.</p><p>Five Israeli soldiers have been killed since the ceasefire.</p><p>The Oct. 7, 2023 attack by Hamas-led militants on Israel killed some 1,200 people and saw 251 taken hostage, sparking the war. Israel’s retaliatory offensive in Gaza has killed more than 73,317 Palestinians, including those killed since the ceasefire, Gaza’s Health Ministry said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HSZWIW2DPVJMQE5QQVGPZ46TPM.jpg?auth=f545a22c0685be0b0d7bc23c261215dc29728e28fc32cbbd4af799e0a1392a17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Palestinian man cleans a room of a house damaged following an attack by Israeli settlers the previous day in the village of Sarra, near the West Bank city of Nablus, Saturday, July 25, 2026. (AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KU4SLTFJGZMNDY6ADZTNLWCRXE.jpg?auth=268f08f2a34616456588e5aa6755ee2a5740b2bb46b9b6f0ec8a32147959e810&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[EDS NOTE: GRAPHIC CONTENT - Palestinians evacuate an injured man following an Israeli military strike, in Deir al-Balah, central Gaza Strip, Saturday, July 25, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E2KX5WQTB5L36AHHQ5TVNMINO4.jpg?auth=02c3e33f32081526e80347092fabf7ebdb335eb8981c3e279a0bed78c468a5c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[With the Israeli settlement of Khavat Gilad in the background, a Palestinian man stands in front of a burned car following an attack by Israeli settlers the previous day in the village of Sarra, near the West Bank city of Nablus, Saturday, July 25, 2026. (AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K46WMPVICCM323LQSKXWIWPYEI.jpg?auth=01197bd0e669a44c88c443b8690da58e3843b098e8b4c87ad497082157414754&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hussein Ramadan, center left, father of two Palestinians killed by Israeli forces the previous day receives condolences from friends and neighbours in the village of Tell, near the West Bank city of Nablus, Saturday, July 25, 2026. (AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M2KTMUVU74DYFDGQCMRSSDYZYY.jpg?auth=7c09c5fa9365dbdefb70bc7ed1dc60a8457f1790a90cddf287398344fc910d59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians inspect the site of an Israeli military strike, in Deir al-Balah, central Gaza Strip, Saturday, July 25, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[Heat dome expands across the central United States, creating dangerous conditions for millions]]></title><link>https://www.local10.com/tech/2026/07/25/heat-dome-expands-across-the-central-united-states-creating-dangerous-conditions-for-millions/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/25/heat-dome-expands-across-the-central-united-states-creating-dangerous-conditions-for-millions/</guid><dc:creator><![CDATA[By MICHAEL PHILLIS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Temperatures hit sweltering highs across much of the central United States on Saturday as forecasters warned that dangerously hot weather from Dallas to North Dakota would push into next week, with roughly 80 million people facing heat advisories.]]></description><pubDate>Sat, 25 Jul 2026 20:54:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Temperatures hit sweltering highs across much of the central United States on Saturday as forecasters warned that dangerously hot weather from Dallas to North Dakota would push into next week, with roughly 80 million people facing heat advisories.</p><p>A heat dome, where atmospheric conditions trap heat, was forecast to create sustained high temperatures and accumulating discomfort. Meanwhile overnight lows were not expected to come down enough for people to have much chance to recover, allowing heat stress to build as the bad weather lingers, forecasters said. With the high humidity, it feels even worse.</p><p>The oppressive midsummer weather was forecast to affect a huge stretch of the country, from the desert Southwest to the Gulf Coast and reaching up into the Midwest and Great Plains. Some records around the Denver area could be broken, forecasters said, and temperatures were expected to be 10 F to 15 F (5.6 to 8.3 C) above normal.</p><p>“It looks like it is going to be pretty much stationary in that position as we go through the week,” said Bob Oravec, a meteorologist with the National Weather Service.</p><p>Hot weather changes plans and makes life harder for those who work outdoors</p><p>Places under a National Weather Service extreme heat warning included western Nebraska, where temperatures Saturday and Sunday were forecast to reach 108 F (42 C).</p><p>At the Museum of the Fur Trade near Chadron, Nebraska, there were fewer visitors than usual for this time of year. Fur hats and pelts in the gift shop were not selling so hot.</p><p>“I’m sure no one would be willing to wear it on a day like this,” museum employee Hannah Lovelace said. Loose-fitting, period-correct fabric shirts, on the other hand, remained popular sellers among folks headed to historical frontier reenactments called rendezvous, she said.</p><p>The region's heat was forecast to continue through the week, with temperatures topping 100 F (37 C) even in normally moderate areas of Montana and Wyoming.</p><p>Las Vegas was also expected to see near record-breaking highs. On Saturday, when temperatures reached around 114 F (45 C) in the valley, HVAC repair technician Kristian “Flaco” Santos spent hours outside fixing air conditioning units. His job involves climbing onto homeowners' roofs or in their attics, where temperatures can be 15 degrees warmer.</p><p>“It is brutal,” Santos said, adding that not everyone can work in the heat. “I’m not Superman, but I do, I do take care of myself when I’m in the heat.”</p><p>Santos wears long-sleeve shirts and hoodies to protect himself from the sun, drinks lots of water with electrolytes to stay hydrated and takes small breaks to cool down. He encouraged people who work outside to do the same.</p><p>“You want to get home to your family safe,” Santos said.</p><p>There might be some relief in the central U.S. toward next weekend, but even that might be temporary, Oravec said.</p><p>Some areas will be spared. The Mid-Atlantic and Northeast should avoid the extreme heat, as will much of the Pacific Northwest.</p><p>This is the latest miserable stretch of weather during a summer that has already had a lot of it. The eastern U.S. endured an unbearably hot early July that forced communities to cancel Independence Day celebrations and disrupted the country's 250th anniversary. Another heat wave in mid-July hit the Southwest and Great Plains.</p><p>It’s not just the United States: A June heat wave devastated Europe, with France recording at least 5,700 more deaths than usual.</p><p>On Sunday at the Indianapolis Motor Speedway, fans for the Brickyard 400 will be offered water refill stations and places to get cool, and packed coolers will be allowed. In Denver, recreation centers will set aside areas for people to get out of the heat and in front of air conditioning.</p><p>In an already hot year, heat extremes are dangerous</p><p>Authorities warned that this heat dome will be dangerous. Children and older adults, along with people with medical conditions, are especially at risk of serious conditions including heat stroke. The basics are important: Seek out air conditioning or a cooling center, and make sure to drink enough water and limit time under the direct sun.</p><p>The weather will shift somewhat through the week, with the worst pockets of heat becoming particularly severe across Texas and parts of the Gulf Coast by Wednesday.</p><p>It can be difficult to know exactly how climate change contributes to particular events in real time. But rising carbon dioxide levels from burning fossil fuels makes it more likely that hotter weather becomes more frequent and extreme, said Andy Pershing, chief program officer at Climate Central, a climate change communications nonprofit.</p><p>“We are experiencing exactly what the climate models in the 1990s said we should experience now. That is more frequent, more severe heat waves, bigger temperature anomalies, more humidity, higher overnight temperatures,” Pershing said. “These are all part and parcel of the climate story.”</p><p>The continental U.S. endured the second-hottest first half of the year on record in 2026, according to average temperature tracking by the National Centers for Environmental Information. June itself was the 18th warmest.</p><p>___</p><p>The Associated Press receives support from the Walton Family Foundation for coverage of water and environmental policy. The AP is solely responsible for all content. For all of AP’s environmental coverage, visit https://apnews.com/hub/climate-and-environment</p><p>___</p><p>Mead Gruver in Fort Collins, Colorado, and Jessica Hill in Las Vegas contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4FZBFJJVO7VXAT42VGVRSAHAZM.jpg?auth=982cb2285a3d4a67a085ffc6636237b66ffb33689b183adb80dd48bf48afd76e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Beach goers watch during the the 46th Annual California Surf Lifesaving Championships on Will Rogers State Beach Friday, July 24, 2026, in the Pacific Palisades section of 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/O2WP7AAZNFQOL23IZXTUSOPC34.jpg?auth=133116dfe9aa6a9ee7ec012b6418af5aed496ba8f55790b9ad1d856288f41d30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jake the Asian elephant takes a dip in a pool at the Denver Zoo Conservation Alliance as daytime high temperatures soared toward the triple-digit mark Friday, July 24, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Kittens looking for homes as Humane Society of Broward highlights importance of spaying, neutering]]></title><link>https://www.local10.com/pets/2026/07/25/kittens-looking-for-homes-as-humane-society-of-broward-highlights-importance-of-spaying-neutering/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/07/25/kittens-looking-for-homes-as-humane-society-of-broward-highlights-importance-of-spaying-neutering/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Humane Society of Broward County is encouraging families to consider adopting as the shelter continues to see an influx of kittens during the busy summer kitten season.]]></description><pubDate>Sat, 25 Jul 2026 14:49:20 +0000</pubDate><content:encoded><![CDATA[<p>The Humane Society of Broward County is encouraging families to consider adopting as the shelter continues to see an influx of kittens during the busy summer kitten season.</p><p><a href="https://www.local10.com/espanol/2026/07/25/buscan-hogar-para-gatitos-mientras-la-sociedad-protectora-de-animales-de-broward-destaca-la-importancia-de-esterilizar-y-castrar-mascotas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/25/buscan-hogar-para-gatitos-mientras-la-sociedad-protectora-de-animales-de-broward-destaca-la-importancia-de-esterilizar-y-castrar-mascotas/">Leer en español</a></p><p>One of the kittens currently looking for a home is Antonio, a 10-week-old kitten who was found in Broward County and brought to the shelter after the person who found him was unable to keep him.</p><p>Matthew Seligman with the Humane Society of Broward County said the shelter has many young cats available for adoption right now as community cats continue to have litters during the summer months.</p><p>Seligman also reminded residents about the importance of spaying and neutering pets to help reduce the number of homeless animals in the community. </p><p>The Humane Society of Broward County offers public spay and neuter services, though appointments are required and can fill up quickly.</p><p>Anyone interested in adopting Antonio or another kitten can visit the shelter and complete an application either in person or ahead of time. </p><p>Shelter staff say the process typically takes just a few minutes, and adopters can often take their new pet home the same day if the animal is already spayed or neutered.</p><p><a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">Click here</a> for more information on how you can adopt a pet. </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[Buscan hogar para gatitos mientras la Sociedad Protectora de Animales de Broward destaca la importancia de esterilizar y castrar mascotas]]></title><link>https://www.local10.com/espanol/2026/07/25/buscan-hogar-para-gatitos-mientras-la-sociedad-protectora-de-animales-de-broward-destaca-la-importancia-de-esterilizar-y-castrar-mascotas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/25/buscan-hogar-para-gatitos-mientras-la-sociedad-protectora-de-animales-de-broward-destaca-la-importancia-de-esterilizar-y-castrar-mascotas/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Sociedad Protectora de Animales del Condado Broward está alentando a las familias a considerar la adopción, mientras el refugio continúa recibiendo una gran cantidad de gatitos durante la activa temporada de nacimientos de verano.]]></description><pubDate>Sat, 25 Jul 2026 15:08:50 +0000</pubDate><content:encoded><![CDATA[<p>La Sociedad Protectora de Animales del Condado Broward está alentando a las familias a considerar la adopción, mientras el refugio continúa recibiendo una gran cantidad de gatitos durante la activa temporada de nacimientos de verano.</p><p>Uno de los gatitos que actualmente busca un hogar es Antonio, un gatito de 10 semanas que fue encontrado en el condado Broward y llevado al refugio después de que la persona que lo encontró no pudiera quedarse con él.</p><p>Matthew Seligman, de la Sociedad Protectora de Animales del Condado Broward, dijo que el refugio tiene muchos gatos jóvenes disponibles para adopción en este momento, ya que los gatos comunitarios continúan teniendo camadas durante los meses de verano.</p><p>Seligman también recordó a los residentes la importancia de esterilizar y castrar a las mascotas para ayudar a reducir la cantidad de animales sin hogar en la comunidad.</p><p>La Sociedad Protectora de Animales del Condado Broward ofrece servicios públicos de esterilización y castración, aunque se requiere cita previa y los espacios suelen llenarse rápidamente.</p><p>Las personas interesadas en adoptar a Antonio o a otro gatito pueden visitar el refugio y completar una solicitud, ya sea en persona o con anticipación.</p><p>El personal del refugio indicó que el proceso generalmente toma solo unos minutos y que, con frecuencia, los adoptantes pueden llevarse a su nueva mascota a casa el mismo día si el animal ya fue esterilizado o castrado.</p><p><a href="https://humanebroward.com/" target="_blank" rel="noreferrer" title="https://humanebroward.com/">Haga clic aquí </a>para obtener más información sobre cómo adoptar una mascota.</p>]]></content:encoded></item><item><title><![CDATA[Coral Gables police arrest suspect linked to at least 10 occupied home burglaries, records show ]]></title><link>https://www.local10.com/news/local/2026/07/25/coral-gables-police-arrest-suspect-linked-to-at-least-10-occupied-home-burglaries-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/25/coral-gables-police-arrest-suspect-linked-to-at-least-10-occupied-home-burglaries-records-show/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Coral Gables police arrested a 38-year-old man Saturday in connection with a series of occupied residential burglaries that investigators say occurred throughout June and July.]]></description><pubDate>Sat, 25 Jul 2026 14:37:43 +0000</pubDate><content:encoded><![CDATA[<p>Coral Gables police arrested a 38-year-old man Saturday in connection with a series of occupied home burglaries that they say occurred throughout June and July.</p><p><a href="https://www.local10.com/espanol/2026/07/25/arrestan-a-sospechoso-vinculado-con-al-menos-10-robos-a-viviendas-ocupadas-en-coral-gables-muestran-registros/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/25/arrestan-a-sospechoso-vinculado-con-al-menos-10-robos-a-viviendas-ocupadas-en-coral-gables-muestran-registros/">Leer en español</a></p><p>The Coral Gables Police Department’s Crime Suppression Team said they arrested Felix Gomez without incident at a local motel where he was staying. </p><p>Investigators allege Gomez used a crowbar to “forcibly enter occupied residential buildings to commit theft.” </p><p>Jail records show he is facing 10 counts of burglary of an occupied dwelling. </p><p>In addition to the burglary charges, Gomez is also facing multiple petit theft charges tied to 10 separate cases. </p><p>Coral Gables police credited the department’s Crime Suppression Team with identifying and apprehending the suspect following its investigation into the burglaries.</p><p>As of Saturday morning, he was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.” </p><p>Anyone with information on the case is urged to call Miami-Dade Crime Stoppers at 304-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4IHTV4GB2JEDNEFYU42SEHVHQI.jpg?auth=97a210dc50862535bbfc9f997db5762fc7dfdea5a37a8295049bfaf6e974a9e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a sospechoso vinculado con al menos 10 robos a viviendas ocupadas en Coral Gables, muestran registros]]></title><link>https://www.local10.com/espanol/2026/07/25/arrestan-a-sospechoso-vinculado-con-al-menos-10-robos-a-viviendas-ocupadas-en-coral-gables-muestran-registros/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/25/arrestan-a-sospechoso-vinculado-con-al-menos-10-robos-a-viviendas-ocupadas-en-coral-gables-muestran-registros/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Policía de Coral Gables arrestó el sábado a un hombre de 38 años en relación con una serie de robos a viviendas ocupadas que, según los investigadores, ocurrieron durante junio y julio.]]></description><pubDate>Sat, 25 Jul 2026 14:57:27 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Coral Gables arrestó el sábado a un hombre de 38 años en relación con una serie de robos a viviendas ocupadas que, según las autoridades, ocurrieron durante junio y julio.</p><p>El Equipo de Supresión del Crimen del Departamento de Policía de Coral Gables informó que arrestó a Felix Gomez sin incidentes en un motel local donde se hospedaba.</p><p>Los investigadores alegan que Gomez utilizó una palanca para “ingresar por la fuerza a viviendas ocupadas con el propósito de cometer robos”.</p><p>Los registros de la cárcel muestran que enfrenta 10 cargos por robo a vivienda ocupada.</p><p>Además de los cargos por robo a vivienda, Gomez también enfrenta múltiples cargos por hurto menor relacionados con 10 casos distintos.</p><p>La Policía de Coral Gables atribuyó al Equipo de Supresión del Crimen la identificación y captura del sospechoso tras la investigación de los robos.</p><p>Hasta la mañana del sábado, permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “pendiente de ser fijada”.</p><p>Cualquier persona con información sobre el caso debe comunicarse con Miami-Dade Crime Stoppers al 304-471-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4IHTV4GB2JEDNEFYU42SEHVHQI.jpg?auth=97a210dc50862535bbfc9f997db5762fc7dfdea5a37a8295049bfaf6e974a9e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Healthy again, Gabby Thomas explains why she's skipping US nationals — and loving it]]></title><link>https://www.local10.com/sports/2026/07/25/healthy-again-gabby-thomas-explains-why-shes-skipping-us-nationals-and-loving-it/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/healthy-again-gabby-thomas-explains-why-shes-skipping-us-nationals-and-loving-it/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[Gabby Thomas, one of the deepest thinkers in track, chose to view herself as “healing” instead of “injured" last year.]]></description><pubDate>Sat, 25 Jul 2026 20:59:37 +0000</pubDate><content:encoded><![CDATA[<p>Gabby Thomas, one of the deepest thinkers in track, chose to view herself as “healing” instead of “injured" last year.</p><p>That, in short, is how the Olympic gold medalist — slowed, then eventually stopped by an aching Achilles tendon — made it through a frustrating 2025 and turned it into a much more interesting and successful 2026.</p><p>“You are setting up to come back even better,” Thomas said of the change in mindset about being hurt. “And every time that I’ve had an injury, I’ve always come back stronger and better and faster. So that was what I was thinking, and then, just staying focused.”</p><p>The 29-year-old Thomas, who won the 200 meters at the Paris Games two years ago and is ramping up for a repeat attempt two years from now in Los Angeles, is not competing at this weekend's U.S. track championships in New York. She said it is not a signal that she is hurting.</p><p>In one of the interesting twists of 2026 — the middle year of the Olympic cycle that's always a little quirky for track — nationals did not fit into her Diamond League and international schedule. She's doing just fine there, with five sub-22 second runs this season, which gives her 20 for her career — the most by any woman at the distance.</p><p>She traveled to New York to cheer on some of her teammates sponsored by Toyota, which arranged this interview.</p><p>Among the highlights coming up for Thomas will be the World Athletics Ultimate Championships, where $150,000 first prizes are available, and more races at Athlos, the all-women league founded by Alexis Ohanian that is heading into its third year with a growing roster of runners, including Friday night's 100-meter champion, Sha'Carri Richardson.</p><p>Athlos' second meet of the year will be in October at Icahn Stadium on New York's Randall's Island, the same place where nationals are this weekend.</p><p>Thomas also is planning a wedding. Last spring, she got engaged to onetime Yale quarterback Spencer McManes (Thomas went to Harvard) and they'll get married in October at a location she did not divulge. Planning a wedding in the middle of track season?</p><p>“It’s not challenging,” she said. “I always say, you make time for what you care about and what you want to do, so if you love it, you’ll do it.”</p><p>She takes that mindset into her off-the-track life, where she still has plans for a career in women's health once the running stops. Thomas studied neurobiology and public health as an undergrad, then got a master's degree in public health at the University of Texas Health Science Center in Houston.</p><p>“As a female athlete and really understanding the gaps in women’s healthcare and how underfunded and how undersuited it is, there’s a lot of room for improvement," Thomas said. “I see myself being a part of that and narrowing that gap quite naturally. I think I will have to go back to school. I would definitely welcome that.”</p><p>Through much of 2025, Thomas was vocal about combating a growing trend of online harassment of female athletes by bettors. Earlier this week, she went on social media and doubled down on that, saying only one demographic of people harass her, “and it's never women.”</p><p>Off the track, Thomas is reading a few books by Bell Hooks, a philosopher and author who wrote extensively about race and feminism, that have reminded one of the world's greatest sprinters that there's more to life than track. In a way, it might help explain how Thomas — healthy again — can be sitting out of nationals but still loving every minute of it.</p><p>“It’s so easy to get very, very involved and tied into track and to make that your identity, especially at my level,” she said. "It’s been a nice reminder to think about who I am off the track, what I love, who I want to be.”</p><p>Around the track</p><p>World 200-meter champion Noah Lyles showed no signs of fatigue when he won his first-round heat Saturday in 20.51 seconds. Just over 18 hours earlier, he took gold in the 100. Brandon Hicklin had the fastest time in 20.43.</p><p>Reigning world champion Melissa Jefferson-Wooden posted the top time (22.50) in the opening round of the women's 200 race.</p><p>Both finals are Sunday.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BUPXLQNBJ2MZHLXVWGCO74H3IU.jpg?auth=facf835bf748e2c5867f970bbe3d5c50cdc531b93fb71355b6e1b63ce934e853&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gold medalist Gabby Thomas stands on the podium after the women's 200-meter at the 2024 Summer Olympics, Wednesday, Aug. 7, 2024, in Saint-Denis, France. (AP Photo/Matthias Schrade, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VLQJP66ZOBIHEAZPDK2IS7J6LY.jpg?auth=002c9a9e549df5755e286a18601a64ff2c006d38aa4778d845331fc22ae3905a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gabby Thomas celebrates after winning the final in the women's 200-meter run at the U.S. Olympic Track and Field Trials Saturday, June 26, 2021, in Eugene, Ore. (AP Photo/Chris Carlson, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[As job losses loom ahead of work permit deadline, TPS advocates meet in Doral]]></title><link>https://www.local10.com/news/local/2026/07/24/as-job-losses-loom-ahead-of-work-permit-deadline-tps-advocates-meet-in-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/24/as-job-losses-loom-ahead-of-work-permit-deadline-tps-advocates-meet-in-doral/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Temporary Protected Status advocates met in Doral on Friday to push for congressional action on several pieces of legislation that would provide protections for TPS recipients as work permits for Haitians with the status are set to expire Monday.]]></description><pubDate>Fri, 24 Jul 2026 22:44:09 +0000</pubDate><content:encoded><![CDATA[<p>Temporary Protected Status advocates met in Doral on Friday to push for congressional action on <a href="https://www.congress.gov/bill/119th-congress/house-bill/1589/text" target="_self" rel="" title="https://www.congress.gov/bill/119th-congress/house-bill/1589/text">several pieces of legislation</a> that would provide protections for TPS recipients as work permits for Haitians with the status are set to expire Monday.</p><p><a href="https://www.local10.com/espanol/2026/07/25/defensores-del-tps-se-reunen-en-doral-ante-posible-perdida-de-empleos-por-vencimiento-del-plazo-de-permisos-de-trabajo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/25/defensores-del-tps-se-reunen-en-doral-ante-posible-perdida-de-empleos-por-vencimiento-del-plazo-de-permisos-de-trabajo/">Leer en español</a></p><p>“We need people to call their senators,” said Paul Christian Namphy, an advocate from the Family Action Network Movement.</p><p>“This week we have been pushing a lot to get those votes. Hopefully we will get the support that we need,” said National Coordinator Arnoldo Diaz.</p><p>The advocates are urging Congress to <a href="https://www.congress.gov/bill/119th-congress/senate-bill/4814" target="_self" rel="" title="https://www.congress.gov/bill/119th-congress/senate-bill/4814">pass legislation offering protections for TPS recipients</a>, including <a href="https://www.uscis.gov/humanitarian/temporary-protected-status/temporary-protected-status-designated-country-venezuela" target="_self" rel="" title="https://www.uscis.gov/humanitarian/temporary-protected-status/temporary-protected-status-designated-country-venezuela">Venezuelan TPS</a> beneficiary Sedna Mercado, who said she recently met with lawmakers in Washington.</p><p>“It was really nice because it was bipartisan, Republicans and Democrats,” Mercado said. “We were able to tell them our stories and why we need protection from deportations.”</p><p>Advocates said uncertainty surrounding the program has left many recipients fearful.</p><p>“People have been driven underground because there is so much uncertainty,” Christian Namphy said.</p><p>“Our protection from deportation, as well as our work authorization and driver’s license privileges, are coming to an end, and it is an extremely cruel measure our administration has meted out against us with the help and complicity of the Supreme Court,” Christian Namphy said.</p><p>The Archdiocese of Miami said Friday it will have to terminate at least 40 employees at Catholic Health Services, one of its largest ministries, because of federal changes affecting TPS work authorization. Another 10 employees could also be affected pending a final review of their circumstances.</p><p>“It’s not just the Haitian community that is in fear, but the entire TPS community is in fear of losing their jobs or going to work and being arrested on the streets because everyone right now is at risk of deportation,” Diaz said.</p><p>Mercado said many families have stopped leaving their homes.</p><p>“I have a lot of friends and family that don’t go out of their houses, so they depend on DoorDash and Uber Eats to get their groceries. That is how impactful it is,” she said.</p><p>TPS provides work permits and protection from deportation after the government determines conditions in a designated country prevent its nationals from returning safely.</p><p>“You have Haiti, for instance. That country has some of the worst conditions right now in terms of crime, unemployment, everything, but they decided to terminate it,” Diaz said.</p><p>“We are working people. We strive to pay our taxes, to improve the economy and the community, and this is completely unjust. As you see what is happening to the Venezuelans today in a country facing an earthquake, it is inhuman to deport anyone to Haiti or Venezuela or any other TPS country,” Christian Namphy said.</p><p>Catholic Legal Services Managing Attorney Vanessa Joseph said the effects of the recent 6-3 Supreme Court ruling allowing the government to move forward with ending TPS for Haitians are being felt by recipients from other TPS-designated countries.</p><p>“A lot of people are going to be fearful because when the Supreme Court decided that they did not have the authority to review the government’s decision to terminate TPS, what they essentially allowed is the government to terminate people’s status, execute deportations, even while the lower court was going through its process,” Joseph said.</p><p>Asked whether the ruling makes TPS recipients from all designated countries feel under threat, Joseph responded, “Absolutely. I think everyone is feeling like they are susceptible to deportation at any point due to that decision.”</p><p>Calling the situation a “state of emergency,” advocates said Congress must act.</p><p>“What we need to do is stop those deportations and keep these families protected until conditions change in our countries,” Diaz said.</p><p>Joseph said a permanent immigration solution is needed.</p><p>“A pathway to residence is extremely important. A pathway to citizenship is even more important for many of these individuals,” she said.</p><p>Mercado said recipients also need more time.</p><p>“To make a permanent solution or even a solution for one year, because people need time to figure out what they are going to do with life,” she said.</p><p>The Archbishop of Miami plans to travel to Washington next week with a Haitian cardinal to meet with lawmakers on the issue.</p><p>Click on this <a href="https://www.uscis.gov/save/current-user-agencies/news-alerts/save-policy-news-archive/update-on-termination-of-temporary-protected-status-for-haiti-release-july-10-2026" target="_self" rel="" title="https://www.uscis.gov/save/current-user-agencies/news-alerts/save-policy-news-archive/update-on-termination-of-temporary-protected-status-for-haiti-release-july-10-2026">link</a> to see updates on Haitian TPS.</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[Defensores del TPS se reúnen en Doral ante posible pérdida de empleos por vencimiento del plazo de permisos de trabajo]]></title><link>https://www.local10.com/espanol/2026/07/25/defensores-del-tps-se-reunen-en-doral-ante-posible-perdida-de-empleos-por-vencimiento-del-plazo-de-permisos-de-trabajo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/25/defensores-del-tps-se-reunen-en-doral-ante-posible-perdida-de-empleos-por-vencimiento-del-plazo-de-permisos-de-trabajo/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Defensores del Estatus de Protección Temporal (TPS) se reunieron el viernes en Doral para impulsar una acción del Congreso sobre varios proyectos de ley que brindarían protecciones a los beneficiarios del TPS, mientras los permisos de trabajo para los haitianos con ese estatus vencerán el lunes.]]></description><pubDate>Sat, 25 Jul 2026 14:31:42 +0000</pubDate><content:encoded><![CDATA[<p>Defensores del Estatus de Protección Temporal (TPS) se reunieron el viernes en Doral para impulsar una acción del Congreso sobre <a href="https://www.congress.gov/bill/119th-congress/house-bill/1589/text" target="_blank" rel="noreferrer" title="https://www.congress.gov/bill/119th-congress/house-bill/1589/text">varios proyectos de ley</a> que brindarían protecciones a los beneficiarios del TPS, mientras los permisos de trabajo para los haitianos con ese estatus vencerán el lunes.</p><p>“Necesitamos que la gente llame a sus senadores”, dijo Paul Christian Namphy, defensor del Family Action Network Movement.</p><p>“Esta semana hemos estado impulsando con fuerza la obtención de esos votos. Esperamos conseguir el apoyo que necesitamos”, dijo el coordinador nacional Arnoldo Díaz.</p><p>Los defensores están instando al Congreso a <a href="https://www.congress.gov/bill/119th-congress/senate-bill/4814" target="_blank" rel="noreferrer" title="https://www.congress.gov/bill/119th-congress/senate-bill/4814">aprobar legislación que otorgue protecciones a los beneficiarios del TPS</a>, incluida la beneficiaria <a href="https://www.uscis.gov/humanitarian/temporary-protected-status/temporary-protected-status-designated-country-venezuela" target="_blank" rel="noreferrer" title="https://www.uscis.gov/humanitarian/temporary-protected-status/temporary-protected-status-designated-country-venezuela">venezolana del TPS</a> Sedna Mercado, quien dijo que recientemente se reunió con legisladores en Washington.</p><p>“Fue muy bueno porque fue bipartidista, con republicanos y demócratas”, dijo Mercado. “Pudimos contarles nuestras historias y explicarles por qué necesitamos protección contra las deportaciones”.</p><p>Los defensores señalaron que la incertidumbre en torno al programa ha dejado a muchos beneficiarios con temor.</p><p>“La gente se ha visto obligada a mantenerse en las sombras porque existe mucha incertidumbre”, dijo Christian Namphy.</p><p>“Nuestra protección contra la deportación, así como nuestra autorización de trabajo y los privilegios para obtener una licencia de conducir, están llegando a su fin, y es una medida extremadamente cruel que nuestra administración ha impuesto contra nosotros con la ayuda y complicidad de la Corte Suprema”, dijo Christian Namphy.</p><p>La Arquidiócesis de Miami informó el viernes que tendrá que despedir al menos a 40 empleados de Catholic Health Services, uno de sus ministerios más grandes, debido a los cambios federales que afectan la autorización de trabajo bajo el TPS. Otros 10 empleados también podrían verse afectados, a la espera de una revisión final de sus circunstancias.</p><p>“No solo la comunidad haitiana tiene miedo, sino toda la comunidad del TPS teme perder sus empleos o salir a trabajar y ser arrestada en las calles porque, en este momento, todos corren el riesgo de ser deportados”, dijo Díaz.</p><p>Mercado afirmó que muchas familias han dejado de salir de sus casas.</p><p>“Tengo muchos amigos y familiares que no salen de sus casas, así que dependen de DoorDash y Uber Eats para recibir sus alimentos. Ese es el impacto que esto tiene”, dijo.</p><p>El TPS otorga permisos de trabajo y protección contra la deportación después de que el gobierno determina que las condiciones en un país designado impiden que sus ciudadanos regresen de manera segura.</p><p>“Tenemos a Haití, por ejemplo. Ese país enfrenta algunas de las peores condiciones en este momento en términos de delincuencia, desempleo y de todo, pero decidieron poner fin al TPS”, dijo Díaz.</p><p>“Somos personas trabajadoras. Nos esforzamos por pagar nuestros impuestos, mejorar la economía y la comunidad, y esto es completamente injusto. Al ver lo que está ocurriendo hoy con los venezolanos en un país que enfrenta un terremoto, es inhumano deportar a cualquier persona a Haití, Venezuela o cualquier otro país con TPS”, dijo Christian Namphy.</p><p>La abogada gerente de Catholic Legal Services, Vanessa Joseph, dijo que los efectos del reciente fallo 6-3 de la Corte Suprema que permite al gobierno avanzar con la eliminación del TPS para los haitianos también están siendo sentidos por beneficiarios de otros países designados bajo el TPS.</p><p>“Muchas personas van a tener miedo porque, cuando la Corte Suprema decidió que no tenía autoridad para revisar la decisión del gobierno de poner fin al TPS, lo que esencialmente permitió fue que el gobierno pudiera cancelar el estatus de las personas y ejecutar deportaciones, incluso mientras el tribunal inferior continuaba con su proceso”, dijo Joseph.</p><p>Al ser consultada sobre si el fallo hace que los beneficiarios del TPS de todos los países designados se sientan amenazados, Joseph respondió: “Absolutamente. Creo que todos sienten que pueden ser deportados en cualquier momento debido a esa decisión”.</p><p>Al calificar la situación como un “estado de emergencia”, los defensores afirmaron que el Congreso debe actuar.</p><p>“Lo que necesitamos hacer es detener esas deportaciones y mantener protegidas a estas familias hasta que las condiciones cambien en nuestros países”, dijo Díaz.</p><p>Joseph señaló que se necesita una solución migratoria permanente.</p><p>“Un camino hacia la residencia es extremadamente importante. Un camino hacia la ciudadanía es aún más importante para muchas de estas personas”, dijo.</p><p>Mercado afirmó que los beneficiarios también necesitan más tiempo.</p><p>“Una solución permanente o incluso una solución por un año, porque la gente necesita tiempo para decidir qué va a hacer con su vida”, dijo.</p><p>El arzobispo de Miami tiene previsto viajar a Washington la próxima semana junto con un cardenal haitiano para reunirse con legisladores sobre este tema.</p><p><a href="https://www.uscis.gov/save/current-user-agencies/news-alerts/save-policy-news-archive/update-on-termination-of-temporary-protected-status-for-haiti-release-july-10-2026" target="_blank" rel="noreferrer" title="https://www.uscis.gov/save/current-user-agencies/news-alerts/save-policy-news-archive/update-on-termination-of-temporary-protected-status-for-haiti-release-july-10-2026">Haga clic</a> en este enlace para ver las actualizaciones sobre el TPS para Haití.</p>]]></content:encoded></item><item><title><![CDATA[Wisconsin's capital city cancels signature events, grapples with fallout from police shooting]]></title><link>https://www.local10.com/news/2026/07/25/wisconsins-capital-city-cancels-signature-events-grapples-with-fallout-from-police-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/25/wisconsins-capital-city-cancels-signature-events-grapples-with-fallout-from-police-shooting/</guid><dc:creator><![CDATA[By SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[MADISON, Wis. (AP) — A police shooting in Wisconsin’s progressive capital city this week put the spotlight on persistent and deep racial divisions, prompting cancellations and other changes to popular summertime events as protesters said they were determined to continue public pressure for change in Madison.]]></description><pubDate>Sat, 25 Jul 2026 17:58:37 +0000</pubDate><content:encoded><![CDATA[<p>MADISON, Wis. (AP) — A police shooting in Wisconsin’s progressive capital city this week put the spotlight on persistent and deep racial divisions, prompting cancellations and other changes to popular summertime events as protesters said they were determined to continue public pressure for change in Madison.</p><p>Corey Ruiz, who is identified as Black or Latino in Wisconsin court records, was shot and killed by a Madison police officer on Wednesday after a brief scuffle at an intersection in the city's most liberal neighborhood just yards away from a popular 52-year-old food co-op.</p><p>It marks the third time since 2012 that Madison police have shot and killed someone in the same neighborhood. The shooting has sparked renewed calls for police reforms and forced the city to once again reckon with calls from the Black community to address racial justice issues.</p><p>Pressure from protesters, and sympathy for their cause, has also led to the cancellation or disruption of many of Madison's signature summertime events.</p><p>“Our community has spoken loud and clear: this is NOT business as usual,” Black activist Clyde Mayberry posted on Facebook on Friday amid a string of cancellations. “Your decisions have helped ensure that this city continues to acknowledge the pain, the loss, and the call for accountability.”</p><p>Protesters took to the streets hours after the shooting, disrupting a popular Wisconsin Chamber Orchestra outdoor concert at the state Capitol that attracts about 30,000 every week in the summer.</p><p>The scene captures a familiar divide in Madison, a city that is more diverse than the state overall but still 70% white. Protesters, many of whom were Black, stood over white concert attendees sitting at tables near the stage that cost as much as $1,800 to rent for the night.</p><p>Concert organizers canceled the event.</p><p>Threats of a protest on Thursday led the city to postpone the grand opening of a new public market, just a few blocks away from where the shooting occurred. A popular neighborhood festival near the shooting called AtwoodFest, scheduled to begin on Saturday, was also canceled in the face of potential protests.</p><p>“Our community and our Marquette neighbors witnessed another horrific officer-involved shooting just blocks from our festival grounds, leaving us in deep pain and justified anger,” organizers of the festival wrote. “In acknowledgment of what has happened far too often in our community and our country as a whole, this year’s AtwoodFest, themed ‘The Heartbeat of the Neighborhood,’ is canceled.”</p><p>And on Saturday, the popular downtown farmers market that attracts about 20,000 people each week around the Capitol building, shut down nearly four hours earlier than usual in solidarity with protesters.</p><p>“We mourn with our community,” market organizers posted on social media. “And we agree - business cannot proceed as usual.”</p><p>A handful of protesters showed up at the Capitol as vendors were breaking down their booths at around 10 a.m.</p><p>“No one should be thinking this is just another Saturday,” said Reba Bergmann, who sat with Lilly Nimmer holding a sign that said “Justice for Corey.”</p><p>“It's not life as normal,” Nimmer said. “We should be more mad. We should stand up for what we believe in.”</p><p>Charles Alt, 30, supported the decision to close down early.</p><p>“It's important to keep focus on the real tragedy, which is that someone got killed," said Alt, who was shopping at the market. "Missing some market time, that's sad, but that's not what's important.”</p><p>But Rodney Hathaway, who was visiting Madison from Milwaukee, was caught off guard by the market's early closure.</p><p>“It's ridiculous,” he said. “This is peoples' livelihoods. It's just unfortunate. We have such a short summer season for these people to sell their wares.”</p><p>Investigations into the shooting continue. Civil rights attorney Ben Crump, who represents the Ruiz family, said on Friday at a new conference in the Capitol that the officer who fired the shots should face criminal charges.</p><p>Madison Police Chief John Patterson, who is white, has tried to calm tensions, even allowing protesters to overtake a news conference that he was leading along with the mayor inside the police department's downtown headquarters on Thursday.</p><p>Patterson took questions from angry protesters, one of whom held a sign just feet away from the chief that said “corrupt cops deserve to die too.” After one protester hurled an insult at Patterson, the chief calmly responded, “I appreciate you being here.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O3UUNN7FC6BVKVAMFETBMZ6LFQ.jpg?auth=a5afb0916bed8bd2ff71738e8d2f2b4bbbf68dc56132b78f1e61d75d81bdb261&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lilly Nimmer, left, and Reba Bergmann, right, hold a sign to protest the police shooting of Corey Ruiz outside of the Wisconsin state Capitol during the weekly farmers market on Saturday, July 25, 2026, in Madison, Wisconsin. (AP Photo/Scott Bauer)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6DAXZYBEHRHI7RAY2NSLD7LXEA.jpg?auth=dd76aa4e95f380d231ea3eeb388a49f3262ac300e4bdacbcbc118367d104b76e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attorney Ben Crump speaks at a news conference about Corey Ruiz, who was killed by Madison police, while his sister, Veronica Ruiz, breaks down in tears and is comforted by Wisconsin state Rep. Shelia Stubbs, D-Madison, right, Friday, July 24, 2026, in Madison, Wis. (AP Photo/Scott Bauer)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KKNPR6UUELMR27NCJFBELC7F3U.jpg?auth=6ed4013c0664eb6294e9f881984436159f0b7851f2801625d91759c5ba7b0bc3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alison Berube, left, and Charles Alt, right, are photographed at the farmers market on Saturday, July 25, 2026, in Madison, Wis. (AP Photo/Scott Bauer)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MLLV6KWZTPDKC7U3ANUGQ7MHAA.jpg?auth=b10bc73d0d9a2456f2dc55dbd44b414f6c1c0056dd93301a69cf027041212574&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shoppers line up at the farmers market outside of the Wisconsin state Capitol on Saturday, July 26, 2026, in Madison, Wis. (AP Photo/Scott Bauer)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YLNE27BJW2FOMMCMXNVF6VR74M.jpg?auth=a13cbb9b89720afe07849c4e2aeac37151b0a98d96e9c115cfb83acefd344a35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees gather at a candlelight vigil where a Madison police officer shot and killed a man Wednesday, July 22, 2026, in Madison, Wis. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content></item><item><title><![CDATA[Democratic primary: 2 candidates seek to succeed Wasserman Schultz in Florida’s newly redrawn 25th Congressional District]]></title><link>https://www.local10.com/news/politics/2026/07/24/democratic-primary-2-candidates-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/24/democratic-primary-2-candidates-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/</guid><dc:creator><![CDATA[Byron Tollefson, Andrea Torres]]></dc:creator><description><![CDATA[Two Democratic candidates are seeking to succeed U.S. Rep. Debbie Wasserman Schultz in Florida’s newly redrawn 25th Congressional District.]]></description><pubDate>Fri, 24 Jul 2026 20:34:48 +0000</pubDate><content:encoded><![CDATA[<p>Two Democratic candidates are seeking to succeed U.S. Rep. Debbie Wasserman Schultz in Florida’s newly redrawn<a href="https://www.congress.gov/member/district/debbie-wasserman-schultz/W000797" target="_self" rel="" title="https://www.congress.gov/member/district/debbie-wasserman-schultz/W000797"> 25th Congressional District</a>.</p><p><a href="https://www.local10.com/espanol/2026/07/25/primaria-democrata-dos-candidatos-buscan-suceder-a-wasserman-schultz-en-el-recien-redisenado-distrito-congresional-25-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/25/primaria-democrata-dos-candidatos-buscan-suceder-a-wasserman-schultz-en-el-recien-redisenado-distrito-congresional-25-de-florida/">Leer en español</a></p><p>The candidates are U.S. Rep. <a href="https://moskowitz.house.gov/" target="_self" rel="" title="https://moskowitz.house.gov/">Jared E. Moskowitz</a>, who represents Florida’s 23rd Congressional District, and Oliver A. Larkin. </p><p>According to <a href="https://www.fec.gov/data/elections/house/FL/25/2026/" target="_self" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">campaign finance data</a> submitted to the Federal Election Commission on June 30, Moskowitz, 45, is at the top of the list with more than $2.65 million in total receipts.</p><p>“Things are not affordable. People’s homes are not affordable,” Moskowitz said. “Their home insurance is not affordable, groceries are not affordable. Healthcare is not affordable.”</p><p>Moskowitz, who was born in Coral Springs, served as Parkland City commissioner from 2006 to 2012 and in the Florida House of Representatives from 2012 to 2019.</p><p>Gov. Ron DeSantis appointed Moskowitz as the director of the Florida Division of Emergency Management from 2019 to 2021. He has been representing Florida’s <a href="https://www.congress.gov/member/jared-moskowitz/M001217" target="_self" rel="" title="https://www.congress.gov/member/jared-moskowitz/M001217">23rd Congressional District</a> since 2023.</p><p>“The majority of Democrats want someone who can win this seat and then make Hakeem Jeffries the speaker so we can get the gavel and hold the Trump administration accountable,” said Moskowitz, who earned degrees from George Washington University and Nova Southeastern University’s law school.</p><p>Larkin, 32, a union organizer, follows Moskowitz and five Republicans with more than $541,000 in total receipts, according to the <a href="https://www.fec.gov/data/elections/house/FL/25/2026/" target="_self" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">campaign finance data</a>. </p><p>“To be clear, I voted for Congressman Moskowitz, so I have been disappointed as many South Floridians have been,” said Larkin, who was born in California, grew up in Fort Lauderdale, and earned a bachelor’s degree from the University of the South in Tennessee.</p><p> The Democratic Socialists of America, a New York-based political organization that seeks to dismantle capitalism, endorsed Larkin, who supports Medicare for All and universal childcare.</p><p>“Right now, nobody in the DSA has won a red seat. This is a red seat in the general election,” Moskowitz said about the endorsement. </p><p>The mail-in ballot request deadline is Aug. 6, the Democratic primary is Aug. 18, and the general election is Nov. 3.</p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/07/24/republicans-primary-6-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/24/republicans-primary-6-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/">Republican primary: 6 candidates seek to succeed Wasserman Schultz in Florida’s newly redrawn 25th Congressional District</a></li><li>VOTER GUIDE:&nbsp;<a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/">Here is how to prepare for Florida’s Aug. 18 primary election</a></li><li>EDITORIAL: <a href="https://www.local10.com/news/politics/2026/07/24/local-10-editorial-take-action-now-if-you-want-to-vote-by-mail/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/24/local-10-editorial-take-action-now-if-you-want-to-vote-by-mail/">Take action now if you want to vote by mail</a></li></ul><p><b>Related content on the web</b></p><ul><li>State Affairs: <a href="https://pro.stateaffairs.com/fl/elections/gop-libertarian-florida-lawsuit?ref=AAAAAAAFHIoAAKnCAA" target="_self" rel="" title="https://pro.stateaffairs.com/fl/elections/gop-libertarian-florida-lawsuit?ref=AAAAAAAFHIoAAKnCAA">Florida GOP sues to block Libertarian in key House race</a></li><li>Florida Politics: <a href="https://floridapolitics.com/archives/801924-james-uthmeier-backs-scott-singer-in-crowded-cd-25-republican-primary/" target="_self" rel="" title="https://floridapolitics.com/archives/801924-james-uthmeier-backs-scott-singer-in-crowded-cd-25-republican-primary/">Uthmeier backs Scott Singer in crowded CD 25 Republican primary</a></li></ul><p><b>Interactive graphic</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 100% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/13d6fc80-ccc5-43d5-bab6-6fdf21b0b9f2?src=embed&amp;embed_type=responsive_iframe" title="Florida's new congressional map " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[Primaria demócrata: Dos candidatos buscan suceder a Wasserman Schultz en el recién rediseñado Distrito Congresional 25 de Florida]]></title><link>https://www.local10.com/espanol/2026/07/25/primaria-democrata-dos-candidatos-buscan-suceder-a-wasserman-schultz-en-el-recien-redisenado-distrito-congresional-25-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/25/primaria-democrata-dos-candidatos-buscan-suceder-a-wasserman-schultz-en-el-recien-redisenado-distrito-congresional-25-de-florida/</guid><dc:creator><![CDATA[Byron Tollefson, Andrea Torres]]></dc:creator><description><![CDATA[Dos candidatos demócratas buscan suceder a la representante federal Debbie Wasserman Schultz en el recién rediseñado Distrito Congresional 25 de Florida.]]></description><pubDate>Sat, 25 Jul 2026 14:24:21 +0000</pubDate><content:encoded><![CDATA[<p>Dos candidatos demócratas aspiran a suceder a la representante estadounidense Debbie Wasserman Schultz en el recién rediseñado <a href="https://www.congress.gov/member/district/debbie-wasserman-schultz/W000797" rel="" title="https://www.congress.gov/member/district/debbie-wasserman-schultz/W000797">distrito congresional número 25</a> de Florida .</p><p>Los candidatos son el representante estadounidense <a href="https://moskowitz.house.gov/" rel="" title="https://moskowitz.house.gov/">Jared E. Moskowitz</a> , que representa al distrito congresional número 23 de Florida, y Oliver A. Larkin.</p><p>Según los <a href="https://www.fec.gov/data/elections/house/FL/25/2026/" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">datos de financiación de campañas electorales</a> presentados a la Comisión Federal Electoral el 30 de junio, Moskowitz, de 45 años, encabeza la lista con más de 2,65 millones de dólares en ingresos totales.</p><p>“Las cosas no son asequibles. Las casas de la gente no son asequibles”, dijo Moskowitz. “Su seguro de hogar no es asequible, los alimentos no son asequibles. La atención médica no es asequible”.</p><p>Moskowitz, nacida en Coral Springs, fue comisionada de la ciudad de Parkland desde 2006 hasta 2012 y miembro de la Cámara de Representantes de Florida desde 2012 hasta 2019.</p><p>El gobernador Ron DeSantis nombró a Moskowitz director de la División de Gestión de Emergencias de Florida desde 2019 hasta 2021. Ha representado al <a href="https://www.congress.gov/member/jared-moskowitz/M001217" rel="" title="https://www.congress.gov/member/jared-moskowitz/M001217">distrito congresional número 23</a> de Florida desde 2023.</p><p>“La mayoría de los demócratas quieren a alguien que pueda ganar este escaño y luego convertir a Hakeem Jeffries en presidente de la Cámara para que podamos tomar el control y exigirle cuentas a la administración Trump”, dijo Moskowitz, quien se graduó de la Universidad George Washington y de la facultad de derecho de la Universidad Nova Southeastern.</p><p>Larkin, de 32 años y organizador sindical, le sigue a Moskowitz y a otros cinco republicanos con más de 541.000 dólares en ingresos totales, según los <a href="https://www.fec.gov/data/elections/house/FL/25/2026/" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">datos de financiación de campañas</a> .</p><p>“Para que quede claro, voté por el congresista Moskowitz, así que estoy decepcionado, al igual que muchos residentes del sur de Florida”, dijo Larkin, quien nació en California, creció en Fort Lauderdale y obtuvo una licenciatura en la Universidad del Sur en Tennessee.</p><p>Los Socialistas Democráticos de América, una organización política con sede en Nueva York que busca desmantelar el capitalismo, respaldaron a Larkin, quien apoya la atención médica universal y el cuidado infantil universal.</p><p>“En este momento, nadie en la DSA ha ganado un escaño republicano. Este es un escaño republicano en las elecciones generales”, dijo Moskowitz sobre el respaldo.</p><p>El plazo para solicitar el voto por correo finaliza el 6 de agosto, las primarias demócratas se celebrarán el 18 de agosto y las elecciones generales el 3 de noviembre.</p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/07/24/republicans-primary-6-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/24/republicans-primary-6-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/">Primarias republicanas: 6 candidatos buscan suceder a Wasserman Schultz en el recién rediseñado distrito congresional número 25 de Florida.</a></li><li>GUÍA DEL VOTANTE:&nbsp;&nbsp;<a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/">Aquí le explicamos cómo prepararse para las elecciones primarias de Florida del 18 de agosto.</a></li><li>EDITORIAL:&nbsp;<a href="https://www.local10.com/news/politics/2026/07/24/local-10-editorial-take-action-now-if-you-want-to-vote-by-mail/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/24/local-10-editorial-take-action-now-if-you-want-to-vote-by-mail/">Actúe ahora si desea votar por correo.</a></li></ul><p><b>Contenido relacionado en la web</b></p><ul><li>Asuntos estatales:&nbsp;<a href="https://pro.stateaffairs.com/fl/elections/gop-libertarian-florida-lawsuit?ref=AAAAAAAFHIoAAKnCAA" target="_self" rel="" title="https://pro.stateaffairs.com/fl/elections/gop-libertarian-florida-lawsuit?ref=AAAAAAAFHIoAAKnCAA">El Partido Republicano de Florida demanda para bloquear a un libertario en una contienda clave por la Cámara de Representantes.</a></li><li>Política de Florida:&nbsp;<a href="https://floridapolitics.com/archives/801924-james-uthmeier-backs-scott-singer-in-crowded-cd-25-republican-primary/" target="_self" rel="" title="https://floridapolitics.com/archives/801924-james-uthmeier-backs-scott-singer-in-crowded-cd-25-republican-primary/">Uthmeier apoya a Scott Singer en las reñidas primarias republicanas del Distrito 25.</a></li></ul><p><b>Gráfico interactivo</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 100% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/13d6fc80-ccc5-43d5-bab6-6fdf21b0b9f2?src=embed&amp;embed_type=responsive_iframe" title="Florida's new congressional map " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[Republican primary: 5 candidates seek to succeed Wasserman Schultz in Florida’s newly redrawn 25th Congressional District]]></title><link>https://www.local10.com/news/politics/2026/07/24/republican-primary-5-candidates-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/24/republican-primary-5-candidates-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/</guid><dc:creator><![CDATA[Byron Tollefson, Andrea Torres]]></dc:creator><description></description><pubDate>Fri, 24 Jul 2026 19:34:36 +0000</pubDate><content:encoded><![CDATA[<p>Five Republican candidates are seeking to succeed U.S. Rep. Debbie Wasserman Schultz in Florida’s newly redrawn<a href="https://www.congress.gov/member/district/debbie-wasserman-schultz/W000797" target="_self" rel="" title="https://www.congress.gov/member/district/debbie-wasserman-schultz/W000797"> 25th Congressional District</a>. </p><p><a href="https://www.local10.com/espanol/2026/07/25/primaria-republicana-cinco-candidatos-buscan-suceder-a-wasserman-schultz-en-el-recien-redisenado-distrito-congresional-25-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/25/primaria-republicana-cinco-candidatos-buscan-suceder-a-wasserman-schultz-en-el-recien-redisenado-distrito-congresional-25-de-florida/">Leer en español</a></p><p>The candidates are Scott M. Singer, Daniel J. Franzese, George R. Moraitis, Raven Harrison, and Joe Kaufman, <a href="https://www.fec.gov/data/elections/house/FL/25/2026/" target="_self" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">according</a> to the Federal Election Commission. They had a heated debate during the <a href="https://florida.gop/republican-party-of-florida-announces-initial-speaker-lineup-for-sunshine-state-showdown-tickets-now-on-sale/" target="_self" rel="" title="https://florida.gop/republican-party-of-florida-announces-initial-speaker-lineup-for-sunshine-state-showdown-tickets-now-on-sale/">GOP’s Sunshine State Showdown</a> on June 27 in Hollywood. </p><p>Singer, 49, is the Republican at the top of the campaign finance list with more than $1.99 million in total receipts, according to <a href="https://www.fec.gov/data/elections/house/FL/25/2026/" target="_self" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">the data</a> submitted to the commission on June 30, records show. </p><p>“I’m a proud American, a proud Jewish Republican, and I’m going to appeal to swing voters that we need,” said Singer, a Georgetown Law grad who was born in Miami Beach and was a three-term Boca Raton mayor. </p><p>Franzese, who earned his MBA at the University of Pennsylvania’s Wharton School in 1989, follows Singer on the list with more than $1.47 million in total receipts, according to <a href="https://www.fec.gov/data/elections/house/FL/25/2026/" target="_self" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">the data</a>.</p><p>“I know from talking to voters that there’s a strong sentiment that that’s what they want to see this year,” Franzese, who was born in New York, said about his experience as a retired finance executive and a portfolio manager.</p><p>Moraitis, 55, a retired Lt. Comdr. in the U.S. Navy Reserve who was born in Fort Lauderdale, followed Singer and Franzese with more than $839,000 in total receipts, according to <a href="https://www.fec.gov/data/elections/house/FL/25/2026/" target="_self" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">the data</a>.</p><p>“I’m going to fight in Congress to reduce fraud, to reduce wasteful spending, and cut the size of the federal government,” said Moraitis, a real estate attorney who represented District 93 in the Florida House of Representatives from 2010 to 2018.</p><p>Harrison, a Temple University grad who was born in Texas, follows Moraitis with more than $778,000 in total receipts, according to <a href="https://www.fec.gov/data/elections/house/FL/25/2026/" target="_self" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">the data</a>.</p><p>“What’s happening is we have people who’ve been there for decades, and they kick the can down the road, which is why we need a reset and to get true representation into Congress and get things done,” said Harrison, a military spouse and mother of two. </p><p>Kaufman, a counter-terrorism expert known as the “Terrorist Hunter,” follows Harrison with more than $631,500 in total receipts, according to <a href="https://www.fec.gov/data/elections/house/FL/25/2026/" target="_self" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">the data</a>.</p><p>“My background is in national security and counterterrorism. I have been involved in the shutdown of terrorist charities and imprisoned terror-related individuals,” said Kaufman, a self-proclaimed defender of the U.S.–Israel alliance.</p><p>The mail-in ballot request deadline is Aug. 6, the Democratic primary is Aug. 18, and the general election is Nov. 3.</p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/07/24/democratic-primary-2-candidates-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/24/democratic-primary-2-candidates-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/">Democratic primary: 2 candidates seek to succeed Wasserman Schultz in Florida’s newly redrawn 25th Congressional District</a></li><li>VOTER GUIDE:&nbsp;<a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/">Here is how to prepare for Florida’s Aug. 18 primary election</a></li><li>EDITORIAL: <a href="https://www.local10.com/news/politics/2026/07/24/local-10-editorial-take-action-now-if-you-want-to-vote-by-mail/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/24/local-10-editorial-take-action-now-if-you-want-to-vote-by-mail/">Take action now if you want to vote by mail</a></li></ul><p><b>Related content on the web</b></p><ul><li>State Affairs: <a href="https://pro.stateaffairs.com/fl/elections/gop-libertarian-florida-lawsuit?ref=AAAAAAAFHIoAAKnCAA" target="_self" rel="" title="https://pro.stateaffairs.com/fl/elections/gop-libertarian-florida-lawsuit?ref=AAAAAAAFHIoAAKnCAA">Florida GOP sues to block Libertarian in key House race</a></li><li>Florida Politics: <a href="https://floridapolitics.com/archives/801924-james-uthmeier-backs-scott-singer-in-crowded-cd-25-republican-primary/" target="_self" rel="" title="https://floridapolitics.com/archives/801924-james-uthmeier-backs-scott-singer-in-crowded-cd-25-republican-primary/">Uthmeier backs Scott Singer in crowded CD 25 Republican primary</a></li></ul><p><b>Interactive graphic</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 100% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/13d6fc80-ccc5-43d5-bab6-6fdf21b0b9f2?src=embed&amp;embed_type=responsive_iframe" title="Florida's new congressional map " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[Primaria republicana: Cinco candidatos buscan suceder a Wasserman Schultz en el recién rediseñado Distrito Congresional 25 de Florida]]></title><link>https://www.local10.com/espanol/2026/07/25/primaria-republicana-cinco-candidatos-buscan-suceder-a-wasserman-schultz-en-el-recien-redisenado-distrito-congresional-25-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/25/primaria-republicana-cinco-candidatos-buscan-suceder-a-wasserman-schultz-en-el-recien-redisenado-distrito-congresional-25-de-florida/</guid><dc:creator><![CDATA[Byron Tollefson, Andrea Torres]]></dc:creator><description></description><pubDate>Sat, 25 Jul 2026 14:20:19 +0000</pubDate><content:encoded><![CDATA[<p>Cinco candidatos republicanos aspiran a suceder a la representante estadounidense Debbie Wasserman Schultz en el recién rediseñado&nbsp;<a href="https://www.congress.gov/member/district/debbie-wasserman-schultz/W000797" rel="" title="https://www.congress.gov/member/district/debbie-wasserman-schultz/W000797">distrito congresional número 25</a>&nbsp;de Florida .</p><p><a href="https://www.fec.gov/data/elections/house/FL/25/2026/" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">Según</a>&nbsp;la Comisión Federal Electoral, los candidatos son Scott M. Singer, Daniel J. Franzese, George R. Moraitis, Raven Harrison y Joe Kaufman.&nbsp;Tuvieron un acalorado debate durante el&nbsp;<a href="https://florida.gop/republican-party-of-florida-announces-initial-speaker-lineup-for-sunshine-state-showdown-tickets-now-on-sale/" rel="" title="https://florida.gop/republican-party-of-florida-announces-initial-speaker-lineup-for-sunshine-state-showdown-tickets-now-on-sale/">encuentro republicano “Sunshine State Showdown”</a>&nbsp;el 27 de junio en Hollywood.</p><p>Singer, de 49 años, es el republicano que encabeza la lista de financiación de campañas con más de 1,99 millones de dólares en ingresos totales, según&nbsp;<a href="https://www.fec.gov/data/elections/house/FL/25/2026/" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">los datos</a>&nbsp;presentados a la comisión el 30 de junio, según muestran los registros.</p><p>“Soy un estadounidense orgulloso, un republicano judío orgulloso, y voy a apelar a los votantes indecisos que necesitamos”, dijo Singer, graduado de la Facultad de Derecho de Georgetown, nacido en Miami Beach y alcalde de Boca Ratón durante tres mandatos.</p><p>Franzese, quien obtuvo su MBA en la Wharton School de la Universidad de Pensilvania en 1989, sigue a Singer en la lista con más de 1,47 millones de dólares en ingresos totales, según&nbsp;<a href="https://www.fec.gov/data/elections/house/FL/25/2026/" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">los datos</a>&nbsp;.</p><p>“Por lo que he hablado con los votantes, sé que existe un fuerte sentimiento de que eso es lo que quieren ver este año”, dijo Franzese, nacido en Nueva York, refiriéndose a su experiencia como ejecutivo financiero jubilado y gestor de cartera.</p><p>Moraitis, de 55 años, teniente comandante retirado de la Reserva de la Marina de los Estados Unidos, nacido en Fort Lauderdale, siguió a Singer y Franzese con más de 839.000 dólares en ingresos totales, según&nbsp;<a href="https://www.fec.gov/data/elections/house/FL/25/2026/" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">los datos</a>&nbsp;.</p><p>“Voy a luchar en el Congreso para reducir el fraude, para reducir el gasto superfluo y para recortar el tamaño del gobierno federal”, dijo Moraitis, un abogado de bienes raíces que representó al Distrito 93 en la Cámara de Representantes de Florida de 2010 a 2018.</p><p>Harrison, graduado de la Universidad de Temple y nacido en Texas, le sigue a Moraitis con más de 778.000 dólares en ingresos totales, según&nbsp;<a href="https://www.fec.gov/data/elections/house/FL/25/2026/" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">los datos</a>&nbsp;.</p><p>“Lo que está sucediendo es que tenemos personas que llevan décadas en el cargo y van posponiendo las cosas, por eso necesitamos un cambio radical y lograr una verdadera representación en el Congreso para que se hagan las cosas”, dijo Harrison, esposa de un militar y madre de dos hijos.</p><p>Kaufman, un experto en contraterrorismo conocido como el “Cazador de Terroristas”, le sigue a Harrison con más de 631.500 dólares en ingresos totales, según&nbsp;<a href="https://www.fec.gov/data/elections/house/FL/25/2026/" rel="" title="https://www.fec.gov/data/elections/house/FL/25/2026/">los datos</a>&nbsp;.</p><p>“Mi experiencia se centra en la seguridad nacional y la lucha contra el terrorismo. He participado en el cierre de organizaciones benéficas terroristas y en el encarcelamiento de personas relacionadas con el terrorismo”, declaró Kaufman, autoproclamado defensor de la alianza entre Estados Unidos e Israel.</p><p>El plazo para solicitar el voto por correo finaliza el 6 de agosto, las primarias demócratas se celebrarán el 18 de agosto y las elecciones generales el 3 de noviembre.</p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/07/24/democratic-primary-2-candidates-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/24/democratic-primary-2-candidates-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/">Primarias demócratas: Dos candidatos buscan suceder a Wasserman Schultz en el recién rediseñado distrito congresional número 25 de Florida.</a></li><li>GUÍA DEL VOTANTE:&nbsp;&nbsp;<a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/">Aquí le explicamos cómo prepararse para las elecciones primarias de Florida del 18 de agosto.</a></li><li>EDITORIAL:&nbsp;<a href="https://www.local10.com/news/politics/2026/07/24/local-10-editorial-take-action-now-if-you-want-to-vote-by-mail/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/24/local-10-editorial-take-action-now-if-you-want-to-vote-by-mail/">Actúe ahora si desea votar por correo.</a></li></ul><p><b>Contenido relacionado en la web</b></p><ul><li>Asuntos estatales:&nbsp;<a href="https://pro.stateaffairs.com/fl/elections/gop-libertarian-florida-lawsuit?ref=AAAAAAAFHIoAAKnCAA" target="_self" rel="" title="https://pro.stateaffairs.com/fl/elections/gop-libertarian-florida-lawsuit?ref=AAAAAAAFHIoAAKnCAA">El Partido Republicano de Florida demanda para bloquear a un libertario en una contienda clave por la Cámara de Representantes.</a></li><li>Política de Florida:&nbsp;<a href="https://floridapolitics.com/archives/801924-james-uthmeier-backs-scott-singer-in-crowded-cd-25-republican-primary/" target="_self" rel="" title="https://floridapolitics.com/archives/801924-james-uthmeier-backs-scott-singer-in-crowded-cd-25-republican-primary/">Uthmeier apoya a Scott Singer en las reñidas primarias republicanas del Distrito 25.</a></li></ul><p><b>Gráfico interactivo</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 100% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/13d6fc80-ccc5-43d5-bab6-6fdf21b0b9f2?src=embed&amp;embed_type=responsive_iframe" title="Florida's new congressional map " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[Policía: Apuñalan a hombre durante robo a mano armada en Miami]]></title><link>https://www.local10.com/espanol/2026/07/24/policia-apunalan-a-hombre-durante-robo-a-mano-armada-en-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/24/policia-apunalan-a-hombre-durante-robo-a-mano-armada-en-miami/</guid><dc:creator><![CDATA[Amanda Batchelor, Terrell Forney]]></dc:creator><description><![CDATA[La Policía de Miami investiga luego de que un hombre de unos 60 años fue apuñalado la mañana de este viernes, confirmaron las autoridades a Local 10 News.]]></description><pubDate>Fri, 24 Jul 2026 13:42:47 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Miami investiga luego de que un hombre de unos 60 años fue apuñalado la mañana de este viernes, confirmaron las autoridades a Local 10 News.</p><p>Según la Policía, el incidente fue reportado a las 7:27 a.m. en el área de Northeast Miami Avenue y la calle 80 Terrace.</p><p>La Policía informó que la víctima fue apuñalada durante un robo a mano armada en el que le robaron la cartera.</p><figure><img src="https://www.local10.com/resizer/v2/SSCMD5MR6FEJPBBBL6Q4VJ63MU.jpeg?auth=53fd531849d3df694df61b22ef53fbfa7090d30afe3b86bec50872681dfccba6&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La víctima fue trasladada por paramédicos de Miami Fire Rescue al Centro de Trauma Ryder del Hospital Jackson Memorial. Su condición aún no ha sido divulgada.</p><p>Cualquier persona con información sobre el robo y el apuñalamiento debe llamar al Departamento de Policía de Miami o a Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded></item><item><title><![CDATA[Condenan a mujer a 20 años de prisión por matar a hombre en choque por conducir en sentido contrario en la autopista Turnpike de Florida]]></title><link>https://www.local10.com/espanol/2026/07/24/realizan-audiencia-de-sentencia-para-mujer-que-mato-a-hombre-en-choque-por-conducir-en-sentido-contrario-en-la-autopista-turnpike-de-florida-en-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/24/realizan-audiencia-de-sentencia-para-mujer-que-mato-a-hombre-en-choque-por-conducir-en-sentido-contrario-en-la-autopista-turnpike-de-florida-en-broward/</guid><dc:creator><![CDATA[Amanda Batchelor, Trent Kelly, Christian De La Rosa]]></dc:creator><description><![CDATA[Sunshine Perez, quien se declaró culpable por un choque mientras conducía en sentido contrario en la autopista Turnpike de Florida que dejó muerto a un hombre de 23 años, será sentenciada el viernes.]]></description><pubDate>Fri, 24 Jul 2026 13:47:29 +0000</pubDate><content:encoded><![CDATA[<p>Sunshine Perez, quien se declaró culpable por un choque mientras conducía en sentido contrario en la autopista Turnpike de Florida que dejó muerto a un hombre de 23 años, será sentenciada este viernes.</p><p>Antes de recibir su sentencia, Perez, quien se encontraba sentada en una silla de ruedas y con grilletes en las manos y los pies, ofreció una declaración ante el tribunal.</p><p>“Antes que nada, quiero expresar mis más sinceras condolencias y disculpas a la familia de Ezequiel. Esto fue un accidente por completo, su señoría. No soy una persona que haga este tipo de cosas a propósito. Desde que ocurrió ese accidente y le quitó la vida a ese joven, lo único en lo que puedo pensar es en cómo debe sentirse su madre”, dijo Perez antes de romper en llanto.</p><p>“Le pido a Dios que, por favor, me perdone porque me cuesta perdonarme a mí misma, ya que no puedo imaginar cómo se siente su madre”, agregó Perez mientras intentaba recomponerse.</p><p>Algunos familiares de Ezequiel Urrutia lloraron en la sala mientras Perez ofrecía su declaración.</p><p>Perez, de 46 años, <a href="https://www.local10.com/espanol/2026/03/13/familia-de-hombre-muerto-en-choque-en-sentido-contrario-se-sorprende-por-declaracion-de-culpabilidad-del-sospechoso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/03/13/familia-de-hombre-muerto-en-choque-en-sentido-contrario-se-sorprende-por-declaracion-de-culpabilidad-del-sospechoso/">se declaró culpable</a> en marzo de homicidio por conducir bajo los efectos del alcohol y homicidio vehicular.</p><p>“Ella estuvo en el tribunal declarándose culpable de todos los cargos y, al hacerlo, pude ver que estaba bastante afectada y es comprensible”, dijo entonces a Local 10 News Frank Urrutia, padre de la víctima. “Seguimos devastados por la pérdida de nuestro hijo. Es algo que hemos tenido que soportar y encontrar la manera de seguir con nuestras vidas”.</p><p>Según las autoridades, Perez conducía bajo los efectos del alcohol y en sentido contrario por la autopista Turnpike de Florida, cerca de Red Road, en el condado Broward, el 9 de enero de 2025, antes de chocar contra el vehículo de Ezequiel Urrutia, lo que provocó la muerte del joven, conocido por sus amigos y seres queridos como Zeke.</p><p>Durante su declaración este viernes, Perez reconoció que había tomado medicamentos antes del choque.</p><p>Sus seres queridos dijeron que Ezequiel soñaba con convertirse en bombero y estaba a punto de terminar sus clases.</p><p>Después de que Perez hablara ante el tribunal este viernes, amigos y familiares de Ezequiel subieron al estrado para presentar sus declaraciones sobre el impacto que tuvo el crimen en las víctimas, incluida su novia, quien ofreció un emotivo testimonio sobre cómo su pérdida cambió su vida para siempre.</p><p>“No existe una sentencia que pueda devolvernos a Zeke o disminuir el dolor que llevaremos por el resto de nuestras vidas”, dijo Christina Diaz. “Pero sí existe una sentencia que puede hacer responsable a Sunshine Perez por las decisiones que tomó y ayudar a evitar que otra familia viva la misma pesadilla. Zeke merecía mucho más de lo que recibió. Merecía vivir la vida que le fue arrebatada. Siempre será recordado, profundamente amado y extrañado. Elijo creer que una parte de él sigue conmigo. Lo veo en los momentos hermosos de la vida cotidiana y eso es algo que Sunshine Perez nunca podrá quitarme”.</p><p>La familia de Ezequiel ha transformado su dolor en un propósito al crear un fondo de becas con el nombre de su hijo. Aseguran que están enfocados en ayudar a otras personas a seguir el sueño de su hijo de servir a los demás y marcar una diferencia.</p><p>Perez enfrenta una pena de hasta 34 años de prisión.</p>]]></content:encoded></item><item><title><![CDATA[Up for Debate: Red, white or rosé — Which wine is your favorite?]]></title><link>https://www.local10.com/features/2026/07/25/up-for-debate-red-white-or-rose-which-wine-is-your-favorite/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/25/up-for-debate-red-white-or-rose-which-wine-is-your-favorite/</guid><dc:creator><![CDATA[Yarden Ben-David , Ryan Mackey]]></dc:creator><description><![CDATA[It’s National Wine and Cheese Day, and we’re raising a glass to one of the biggest debates among wine lovers: Which wine is your favorite?]]></description><pubDate>Sat, 25 Jul 2026 13:38:40 +0000</pubDate><content:encoded><![CDATA[<p>It’s National Wine and Cheese Day, and we’re raising a glass to one of the biggest debates among wine lovers: Which wine is your favorite?</p><p>Whether you prefer a bold red, a crisp white or a refreshing rosé, each variety offers something different.</p><p>The primary differences come down to the types of grapes used and how long the grape skins remain in contact with the juice during fermentation. Those differences influence each wine’s color, flavor and body.</p><p>Wine is also often paired with different foods. Red wines typically complement heartier dishes, while white and rosé wines are commonly served with lighter fare such as seafood, salads and poultry.</p><p>When it comes to preferences, red wine remains the top choice for many Americans. According to Wine Business, nearly half of U.S. wine drinkers — about 49% — say red is their favorite. White wine follows at 36%, while rosé accounts for about 6% of preferences.</p><p>Of course, some wine enthusiasts prefer sparkling wines or Champagne for any occasion, proving there’s no wrong answer when it comes to what’s in your glass.</p><p>So, where do you stand? Are you reaching for a glass of red, white or rosé?</p><p>Let us know in the poll 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[Shop With A Cop: 150 adolescentes hacen compras para el regreso a clases junto a agentes locales]]></title><link>https://www.local10.com/espanol/2026/07/25/shop-with-a-cop-150-adolescentes-hacen-compras-para-el-regreso-a-clases-junto-a-agentes-locales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/25/shop-with-a-cop-150-adolescentes-hacen-compras-para-el-regreso-a-clases-junto-a-agentes-locales/</guid><dc:creator><![CDATA[Trent Kelly, Ryan Mackey]]></dc:creator><description><![CDATA[Cientos de personas acudieron de compras para el regreso a clases al Coral Ridge Mall la mañana de este sábado, pero este evento fue mucho más que comprar ropa nueva y útiles escolares.]]></description><pubDate>Sat, 25 Jul 2026 14:05:16 +0000</pubDate><content:encoded><![CDATA[<p>Cientos de personas acudieron al Coral Ridge Mall la mañana de este sábado para hacer compras de regreso a clases, pero este evento fue mucho más que ropa nueva y útiles escolares.</p><p>Alrededor de 150 adolescentes, de entre 13 y 18 años, de Handy, una organización sin fines de lucro de Fort Lauderdale que brinda apoyo a jóvenes en situación de riesgo, hicieron pareja con agentes del Departamento de Policía de Fort Lauderdale y de la Oficina del Sheriff de Broward para el evento anual “Shop With A Cop”.</p><p>Cada estudiante recibió una tarjeta de regalo de $100 USD para comprar ropa para el regreso a clases y otros artículos esenciales en TJ Maxx y Marshalls. Los participantes también recibieron mochilas llenas de útiles escolares para prepararse para el próximo año escolar.</p><p>Los organizadores señalaron que el evento está diseñado para aliviar la carga económica de las familias y, al mismo tiempo, fortalecer las relaciones entre los jóvenes y las fuerzas del orden.</p><p>Al pasar tiempo juntos haciendo compras, los agentes y los estudiantes tienen la oportunidad de generar confianza, establecer vínculos personales y fomentar interacciones positivas fuera de situaciones de emergencia.</p><p>El evento fue patrocinado por JM Family, TJ Maxx y la Community Police Relations Foundation.</p><p>Handy, una organización sin fines de lucro fundada en 1985, ha brindado apoyo a más de 50,000 jóvenes en situación de riesgo y a sus familias mediante programas enfocados en el desarrollo juvenil, la salud mental y el bienestar, la educación y el desarrollo profesional, así como la asistencia para vivienda.</p><p>Los organizadores indicaron que el objetivo es que cada estudiante comience el nuevo año escolar con confianza y preparado. Los agentes señalaron que el evento también les brinda la oportunidad de relacionarse con los jóvenes en un entorno positivo y mostrar otra faceta del trabajo policial.</p><p>Muchos de los estudiantes no perdieron tiempo en utilizar sus tarjetas de regalo de $100 USD y se fueron con ropa nueva, artículos esenciales para la escuela y mochilas llenas de útiles antes de regresar al inicio del año escolar.</p>]]></content:encoded></item><item><title><![CDATA[Shop With A Cop: 150 teens pair with local officers for back-to-school shopping event]]></title><link>https://www.local10.com/news/local/2026/07/25/shop-with-a-cop-150-teens-pair-with-local-officers-for-back-to-school-shopping-event/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/25/shop-with-a-cop-150-teens-pair-with-local-officers-for-back-to-school-shopping-event/</guid><dc:creator><![CDATA[Trent Kelly, Ryan Mackey]]></dc:creator><description><![CDATA[Hundreds of back-to-school shoppers filled Coral Ridge Mall on Saturday morning, but this event was about more than just new clothes and school supplies.]]></description><pubDate>Sat, 25 Jul 2026 13:26:30 +0000</pubDate><content:encoded><![CDATA[<p>Hundreds of back-to-school shoppers filled Coral Ridge Mall on Saturday morning, but this event was about more than just new clothes and school supplies.</p><p><a href="https://www.local10.com/espanol/2026/07/25/shop-with-a-cop-150-adolescentes-hacen-compras-para-el-regreso-a-clases-junto-a-agentes-locales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/25/shop-with-a-cop-150-adolescentes-hacen-compras-para-el-regreso-a-clases-junto-a-agentes-locales/">Leer en español</a></p><p>About 150 teenagers, ages 13 to 18, from Handy, a Fort Lauderdale nonprofit that serves at-promise youth, paired up with officers from the Fort Lauderdale Police Department and Broward Sheriff’s Office for the annual “Shop With A Cop” event.</p><p>Each student received a $100 gift card to shop for back-to-school clothing and other essentials at TJ Maxx and Marshalls. Participants also took home backpacks filled with school supplies to help prepare for the upcoming school year.</p><p>Organizers said the event is designed to ease the financial burden on families while also strengthening relationships between young people and law enforcement.</p><p>By spending one-on-one time shopping together, officers and students have the opportunity to build trust, make personal connections and foster positive interactions outside of emergency situations.</p><p>The event was sponsored by JM Family, TJ Maxx and the Community Police Relations Foundation.</p><p>Handy, a nonprofit founded in 1985, has served more than 50,000 at-promise youth and their families through programs focused on youth development, mental health and wellness, education and career development, and housing assistance.</p><p>Organizers say the goal is for every student to head into the new school year feeling confident and prepared. Officers say the event also gives them a chance to connect with young people in a positive setting and show a different side of policing.</p><p>Many of the students wasted no time putting their $100 gift cards to use, leaving with new clothes, school essentials and backpacks filled with supplies before heading back for the start of the school year.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Hospitalizan a tres personas tras choque de dos embarcaciones frente a Bay Harbor Islands en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/07/25/hospitalizan-a-tres-personas-tras-choque-de-dos-embarcaciones-frente-a-bay-harbor-islands-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/25/hospitalizan-a-tres-personas-tras-choque-de-dos-embarcaciones-frente-a-bay-harbor-islands-en-miami-dade/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[Tres personas fueron hospitalizadas luego de que dos embarcaciones chocaran en la bahía Biscayne, frente a Bay Harbor Islands, en el condado Miami-Dade, la madrugada de este sábado, confirmó la Policía a Local 10 News.]]></description><pubDate>Sat, 25 Jul 2026 13:56:47 +0000</pubDate><content:encoded><![CDATA[<p>Tres personas fueron hospitalizadas luego de que dos embarcaciones chocaran en la bahía Biscayne, frente a Bay Harbor Islands, en el condado Miami-Dade, la madrugada del sábado, confirmó la Policía a Local 10 News.</p><p>Agentes de la Policía de Bay Harbor Islands en el lugar informaron a Linnie Supall, de Local 10, que tres personas viajaban a bordo de una de las embarcaciones involucradas en el choque. Indicaron que las tres fueron trasladadas a un hospital cercano con lesiones. Las autoridades no divulgaron de inmediato información sobre las víctimas ni la gravedad de sus heridas.</p><p>Las autoridades informaron que el choque ocurrió alrededor de la 1 a.m., cerca de West Broadview Drive y la calle 103.</p><p>Para las 9 a.m. del sábado, gran parte del área permanecía acordonada mientras los agentes vigilaban una de las embarcaciones dañadas, que seguía parcialmente sumergida en la bahía Biscayne. Solo la estructura del toldo sobresalía del agua.</p><p>La embarcación estaba asegurada con un largo cable a un vehículo policial para ayudar a mantenerla a flote mientras los equipos trabajaban en el lugar.</p><p>Una de las embarcaciones permanecía parcialmente sumergida en la bahía la mañana del sábado, con solo la estructura del toldo claramente visible sobre el agua. Desde entonces, la embarcación fue remolcada.</p><p>La Policía utilizó un cable sujeto a la parte delantera de una patrulla para estabilizar la embarcación y evitar que se hundiera más mientras los equipos trabajaban en el lugar.</p><p>Agentes de la Comisión de Conservación de Pesca y Vida Silvestre de Florida (FWC) llegaron en una embarcación, mientras que otro investigador arribó en una camioneta.</p><p>La Policía informó que una segunda embarcación involucrada en el choque terminó en la cercana marina Haulover. Las autoridades no han informado cuántas personas viajaban en esa embarcación ni si alguien a bordo resultó herido.</p><p>Las autoridades indicaron que la FWC asumió la investigación del choque.</p><p>No se divulgaron de inmediato más detalles sobre el choque.</p>]]></content:encoded></item><item><title><![CDATA[Oregon fire looms near town as fourth firefighter dies weeks after Colorado blaze]]></title><link>https://www.local10.com/news/2026/07/25/oregon-fire-looms-near-town-as-4th-firefighter-dies-weeks-after-colorado-blaze/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/25/oregon-fire-looms-near-town-as-4th-firefighter-dies-weeks-after-colorado-blaze/</guid><dc:creator><![CDATA[By MEAD GRUVER, Associated Press]]></dc:creator><description><![CDATA[FORT COLLINS, Colo. (AP) — As dry, windy weather fueled a big wildfire near a city in central Oregon, a fourth firefighter died after he and several colleagues last month were overcome by a fast-moving wildfire near the Colorado-Utah border, authorities said Saturday.]]></description><pubDate>Sat, 25 Jul 2026 23:32:21 +0000</pubDate><content:encoded><![CDATA[<p>FORT COLLINS, Colo. (AP) — As dry, windy weather fueled a big wildfire near a city in central Oregon, a fourth firefighter died after he and several colleagues last month were overcome by a fast-moving wildfire near the Colorado-Utah border, authorities said Saturday.</p><p>Nathan Matthews, 43, of Lincoln, Nebraska, died Friday, the federal Interior Department said in a statement.</p><p>Meanwhile, several fierce wildfires in a summer of big ones continued burning across the western U.S.</p><p>One of the worst — and the one deemed top priority for firefighting efforts — was just a few miles (5 kilometers) north of Sisters, a central Oregon city of about 3,000 people.</p><p>Winds gusting up to 30 mph (50 kph) threatened to push flames into new areas. Firefighters made progress keeping the fire in check, however, and officials were optimistic the city would be in the clear once the worst of the wind died down Sunday.</p><p>“It's going to take a while to put it out entirely. But as long as it stops moving, I think that’ll get people to relax a little bit,” Sisters Mayor Jennifer Letz said.</p><p>As of Saturday, the lightning-caused fire had burned about 40 square miles (105 square kilometers) and was 5% contained. About 30 people evacuated from areas north of Sisters were in a shelter at the local high school, with about as many more staying in recreational vehicles parked outside, Letz said.</p><p>The city wasn't in any immediate danger, and business was carrying on like usual, Letz said.</p><p>“We’re not necessarily asking everybody to come to Sisters. But it’s safe here,” said Letz.</p><p>Months of dry weather, a record lack of snow in some areas, hot spells and erratic winds have contributed to the blazes in Oregon, Washington, California, Colorado and elsewhere this summer.</p><p>In Canada, 926 fires were burning Saturday, including 82 deemed out of control, according to the Canadian Wildland Fire Information System.</p><p>About 300 aircraft and 5,300 people were involved in fighting the fires. They included 133 in northwestern Ontario alone, according to the province's Aviation, Forest Fire and Emergency Services agency.</p><p>The biggest in Ontario had covered some 1,200 square miles (3,200 square kilometers).</p><p>The U.S. firefighter who died was among a group that had deployed tentlike emergency shelters to try to shield themselves when flames closed in June 27. Three of them died at the scene: Emily Barker, 38; Nick Hutcherson, 27; and Sydney Watson, 26.</p><p>They were part of a Helitack crew — a group that gets dropped by helicopter into remote areas to try to squelch new, rapidly expanding fires — that had been deployed in Mesa County, Colorado, west of the city of Grand Junction.</p><p>Matthews and another firefighter were taken for medical treatment. The Interior Department declined Saturday to discuss their treatment, Matthews' career or the surviving firefighter's current condition.</p><p>Watson, Hutcherson and Barker were honored at a memorial service earlier this month. Memorial arrangements for Matthews weren't yet announced.</p><p>___</p><p>Associated Press writers Jennifer Peltz in New York and Jim Morris in Vancouver, British Columbia, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NVTIMJJTJ6RW57QSULNL7W2PCA.jpg?auth=75351a46fa7e00837c516b18f0951a18d397efdcfe96733da242169c7022111d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Bench and Beachcomb fires burn on Saturday, July 25, 2026, in Jefferson County, Ore. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ATOLR22W7JZJ65FBI7JO23H2NM.jpg?auth=102d676144614cfc9547087f99167830cb9dced1a6c19ffaa567bb43d05e411f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An air tanker drops retardant while battling the Bench fire on Saturday, July 25, 2026, in Jefferson County, Ore. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZA4SVGSOHLVKGD6OVUCYHTGT7M.jpg?auth=7db982683520c56628dad61fe0c9a7990adccb012efb961f81ae4c0a291994a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Bench fire burns along the banks of the Deschutes River on Saturday, July 25, 2026, in Jefferson County, Ore. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MUKM4ME2T5OTUQXXWS57MIW2SQ.jpg?auth=73025f12a804dd2371299cded5e10bcfd77c1f3f4be44c9354eaf3144b3604b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A first responder adjusts an American flag during a procession in Grand Junction, Colo., Monday, June 29, 2026, for firefighters who died battling blazes near the Colorado-Utah border. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LSU6NROAWKMNB62JS4LZZHBUEY.jpg?auth=4c0624f4944d8f87f7f8d1f4d94408b6d2a60c5ac08a77c269c8366b7cd6ca29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises from the Snyder Fire burning near Thompson Springs, Utah, on Sunday, June 28, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Water hauling is the new chore no rancher asked for]]></title><link>https://www.local10.com/news/national/2026/07/25/water-hauling-is-the-new-chore-no-rancher-asked-for/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/25/water-hauling-is-the-new-chore-no-rancher-asked-for/</guid><dc:creator><![CDATA[By BRITTANY PETERSON, Associated Press]]></dc:creator><description><![CDATA[MONTROSE, Colo. (AP) — As water shot into an open stock tank atop a high country mesa, a trickle soaked the dusty earth below. Scott Snyder rose from the shade to fasten a hose and stop the spillage.]]></description><pubDate>Sat, 25 Jul 2026 13:11:13 +0000</pubDate><content:encoded><![CDATA[<p>MONTROSE, Colo. (AP) — As water shot into an open stock tank atop a high country mesa, a trickle soaked the dusty earth below. Scott Snyder rose from the shade to fasten a hose and stop the spillage.</p><p>“It's just so much work. I hate dropping any of it,” said Snyder, who operates Mex and Sons Ranch near Montrose, Colorado, with his family.</p><p>It took eight trips in three vehicles over nine hours in sweltering heat before the 800 cow-calf pairs finally had enough water to make it through to the next day — maybe two.</p><p>Hauling water across rugged landscapes has become a daily chore for many ranchers in the U.S. Rockies. They historically relied on snowmelt to sustain stock ponds, springs and creeks for livestock to drink throughout the summer, but this year's snowpack was the worst on record in the Upper Colorado River Basin, which includes Wyoming, Colorado, Utah and New Mexico. Human-caused climate change made the snow drought about 14 times more likely, a new study confirms.</p><p>Coping with the impacts of minimal snow and a so far lackluster monsoon season is requiring more time, money and stress from producers who are already struggling to maintain family legacies and meet America's demand for beef.</p><p>Finding water is a common challenge</p><p>Snyder and his brother Monte are adapting. Like many other ranchers, they shrunk their herd, bought hay to supplement what little they could grow, shuttled cows farther to reach grazable land, and are constantly monitoring whether wildfires are blowing their way. And now, they are hauling drinking water.</p><p>“If Mother Nature doesn't want to help out here, we're probably in a lot of trouble,” Snyder said.</p><p>Still, the Snyders count themselves lucky. A nearby landowner charges them to refill their 6,500-gallon (24,600-liter) water tanker from a reservoir. Late last week, he pulled up alongside another truck carrying a 3,000-gallon (11,360 liter) tank to water sheep.</p><p>Mark Ragsdale's phone rings off the hook with neighbors asking the same question: Where can I find water?</p><p>During the day, he works as the state's water commissioner for Norwood, where his cousin Snyder ranches. But morning, afternoon and evening, he is also hauling water to his small herd of 45 cow-calf pairs. He counts his luck that his solar-powered well is still producing and his herd is nearby.</p><p>His Dodge Ram's tires churned through a muddy depression on a dirt road on a recent morning water run — a welcome sign of the first monsoonal rain that arrived the night before.</p><p>“It's gonna take 10 years of above-normal (precipitation) to get back to what I consider normal,” Ragsdale said.</p><p>The good news about this drought</p><p>The good news is that this year's snow drought in the Upper Colorado River Basin was so severe, the odds of a repeat this bad in the near future is low, said Adrienne Marshall, assistant professor of geology at the Colorado School of Mines and lead author on the study. Still, multiple years of lesser droughts can compound, and the odds of an extreme snow drought grow each year as greenhouse gas emissions, the main driver of climate change, continue to rise, she explained.</p><p>The record-setting low snow, after years of drought, prompted the Brays to expand their water truck fleet this year. Lance Bray, who owns 500 head with his brother Zandon, bought a flatbed truck with more than 300,000 miles (482,800 kilometers) on it to haul a 2,600-gallon (9,842-liter) water tank. It's now their third flatbed dedicated for the chore.</p><p>Ranchers can apply for reimbursement from the U.S. Department of Agriculture to cover above-normal costs to transport water and feed due to drought, but there's no getting back their time.</p><p>Drought takes a toll on ranchers</p><p>“I'm gonna fight like hell this year so I can turn around and fight like hell next year,” Zandon Bray said. He and his brother restarted the cattle operation two years after the 2018 drought season prompted their dad to sell the herd.</p><p>They love ranching and are trying to operate more sustainably, running fewer head than their father did when grass was more plentiful and nutritious. But the emotional toll grows heavier as each year passes without meaningful moisture.</p><p>“Sometimes it’s by 10 o’clock in the morning or by the end of the day, you’re just like, man, I can’t do this anymore,” Zandon Bray said.</p><p>The weight of water tanks on Stanford Salazar's trailer caused a tire blowout that obliterated the rim. He was already running late to his day job at the Jicarilla Apache planning office in northern New Mexico.</p><p>It has been five years since hauling stock water became a daily chore for Salazar. Few of his 14 ponds hold any water these days.</p><p>“With the changing of weather, we’re not getting big winters. We used to get 4 to 5 feet (1.2 to 1.5 meters) of snow in winter. Now we’re lucky to get a foot,” Salazar said.</p><p>In central Utah, Jeff Christensen is drilling two 500-foot (152-meter) deep wells he hopes will reduce his hauling chores. But first they need to reach the water table, which is lower now without as much snowmelt to refill it.</p><p>"I think they’re dang close to 20 grand a well now. So if we don’t hit water, we’re in trouble,” he said.</p><p>Half the cost is being covered with a grant from Utah's Grazing Improvement Program, which invests millions annually to create more sustainable, productive ranches.</p><p>“I spend the majority of my time on water," Christensen said. "I’m either hauling it, cussing the lack of it, or trying to find more of it.”</p><p>_____</p><p>The Associated Press receives support from the Walton Family Foundation for coverage of water and environmental policy. The AP is solely responsible for all content. For all of AP’s environmental coverage, visit https://apnews.com/hub/climate-and-environment</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JR2TF5JN6HG4RYPQ3WVDNPU5SA.jpg?auth=42b389dbb1614fcae04411813736d1fe053b2e241252bb2a8ca267e78e549fb7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scott Snyder checks to see how much water his cows have, July 16, 2026 near Montrose, Colo. (AP Photo/Brittany Peterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brittany Peterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YDPBX4BCIK3UBHUR7SOAESYGH4.jpg?auth=f6dae3d938e4c3f6800556bb07170747cd54c67142167d7bf4192fee4bc3ce40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lance Bray stands in front of a truck he purchased this spring for hauling stock water, July 17, 2026 in Redvale, Colo. (AP Photo/Brittany Peterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brittany Peterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VMED6LLIYF3KLU4JHLCCCFHGEI.jpg?auth=526559db0b4dc8bc5dcddb5e624b0d7ca15002e09b0f94c9971f362525fd477e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mark Ragsdale refills a stock tank, July 17, 2026 in Redvale, Colo. (AP Photo/Brittany Peterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brittany Peterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VA5B6SBPNAZR2UQDBY6PP4QTXM.jpg?auth=fa047b6b29f51c77774903b901f75cb05ba5eaab87ed671410587863121f08c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tank overflows as Scott Snyder transfers water for his cattle, July 16, 2026 near Montrose, Colo. (AP Photo/Brittany Peterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brittany Peterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O4BXKIY3WM5C7X7TLKZ4YSYVNU.jpg?auth=1e3a60e3c752d65541a6deb7bfa1cb6a079498aa583f9f3b22a3adfc3cfd4fc5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cattle stand near stock tanks, July 16, 2026, near Montrose, Colo. (AP Photo/Brittany Peterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brittany Peterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GEMLC7WEG4VKWDK7LMIE6QNDQ4.jpg?auth=70eb66e9b759bd8980c338d613b70ba52465697f0b31556252f0fb7d35d76942&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scott Snyder looks at a dry stock pond on his grazing allotment, July 16, 2026 near Montrose, Colo. (AP Photo/Brittany Peterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brittany Peterson</media:credit></media:content></item><item><title><![CDATA[How the lighthearted social media trend of 'teen takeovers' took a serious turn]]></title><link>https://www.local10.com/news/florida/2026/07/25/how-the-lighthearted-social-media-trend-of-teen-takeovers-took-a-serious-turn/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/25/how-the-lighthearted-social-media-trend-of-teen-takeovers-took-a-serious-turn/</guid><dc:creator><![CDATA[By SAFIYAH RIDDLE and COREY WILLIAMS, Associated Press]]></dc:creator><description><![CDATA[When Damarion Spann, 18, saw an Instagram flier calling for a massive gathering on a beach near downtown Chicago, he immediately wanted to go. Thousands of others joined him that night on the sand, blasting music and dancing.]]></description><pubDate>Sat, 25 Jul 2026 13:09:53 +0000</pubDate><content:encoded><![CDATA[<p>When Damarion Spann, 18, saw an Instagram flier calling for a massive gathering on a beach near downtown Chicago, he immediately wanted to go. Thousands of others joined him that night on the sand, blasting music and dancing.</p><p>The cultural trend of so-called teen takeovers has popped up across the U.S. in recent years, influencing local policing and national politics. The events, often hyped online and captured in videos on social media, have led to shootings, theft and vandalism. City officials and police are concerned about an increase over the summer, and are under pressure to prevent similar gatherings or to punish those who participate.</p><p>Over the July 4 holiday weekend, several thousand young people converged in two spots in Raleigh, North Carolina, police said. Nine people, including an adult who was not part of the gatherings, were shot and wounded.</p><p>There were also takeovers in Pensacola, Florida, where a 19-year-old was shot and killed; and Newport Beach, California, where more than 400 were arrested after the police chief said teens launched “explosive mortars and other projectiles” at officers ordering them to disperse.</p><p>But Spann and other teens say that the events are largely misunderstood. They point to formal curfews or limits on group size at malls and movie theaters that have made it harder for teens to gather, exacerbating a feeling of disconnection they trace back to remote learning during the coronavirus pandemic.</p><p>How cities are tracking the social media trend</p><p>Communities and police across the country are trying to identify organizers, fine parents of those involved and impose curfews.</p><p>In Detroit, officials say they “thwarted" 19 gatherings so far this year by monitoring time and location changes as young people coordinated across social media, said Teferi Brent, director of the Mayor’s Office of Neighborhood and Community Safety.</p><p>“We have eyes on all the behaviors and activities of those who have expressed interest in trying to take over and we have done a good job of being way ahead of the curve and being able to prevent a lot of these things,” Brent said.</p><p>Alderperson Jessie Fuentes, who chairs the Chicago City Council’s subcommittee on Youth Employment, said her office has tried to find solutions that don't rely exclusively on police and instead coordinate with parents and community members to prevent conflict or crimes.</p><p>Blue Island, a south Chicago suburb, has taken another tact: to fine parents or guardians and use the funds to cover clean up after events. That might include debris left behind or other damages like cars dented from scores of teens clambering over them while fleeing police.</p><p>Other places have taken harsher approaches, as in Florida, where state officials said prosecutors can apply racketeering laws, typically targeting criminal gangs or organized crime, if takeovers appear to be facilitated by “an organized network.”</p><p>But some have pushed back on the idea that the threat of harsh legal punishment could prevent the gatherings in the first place.</p><p>“What we know about adolescent brain development is that the stakes are not going to be what prevents a young person from engaging in risky behavior,” said Melissa Milchman, the executive director for the nonpartisan organization the Coalition for Juvenile Justice. Milchman added that mass arrests often ensnare those who are going for innocent fun without preventing others from breaking the law.</p><p>Teens say there aren't safe spaces for them to gather</p><p>For Spann, the recent media attention on the events has largely failed to capture the appeal to young people.</p><p>“You feel like a young person who has freedom, who’s not being held to something,” said Spann, who is Black. At the event he went to, he was able to catch up with people he hadn't seen since 8th grade.</p><p>He said that the events are a direct result of a cascade of school closures across Black neighborhoods over the past couple decades in Chicago. To deter people from gathering even at basketball courts, where there were sometimes fights, officials have removed the nets. Spann said that his mom, who grew up in the same neighborhood, frequently talks about how much easier it used to be to hang out outside without a fear of gun violence.</p><p>When Spann goes to malls in more affluent areas with his mostly Black group of friends, shoppers often stare and security guards question them. To avoid scrutiny, Spann and his friends sometimes sneak into outdoor shopping centers or areas downtown in smaller groups at staggered times.</p><p>By contrast, in the same spaces, Spann said, “If I’m with my white friends, I feel like I belong."</p><p>Despite the physical dangers that come with takeovers and the threat of getting a ticket or even arrested, the allure is strong, according to Jeffrey Bernstein, a psychologist and author.</p><p>“The kids still do it because they feel like it’s their second family,” which he said “really takes over as their primary sense of connection.”</p><p>“They’re getting things from their peers that they can’t get from their parents.”</p><p>Some cities have tried to meet that need head-on, instead of cracking down with law enforcement.</p><p>In St. Louis, officers have started to bring some teens to community centers instead of jails so their parents can pick them up, and in Baltimore, officials have tried leaning on public schools to provide alternative programming. In Chicago, Spann received a $11,000 grant from the city and partnering nonprofits to host an event for his peers at the end of the summer, in an effort to give his community more places to gather.</p><p>What cities are doing to address ‘teen takeovers’</p><p>In April, Daveion Page, a 16-year-old in Detroit, was bored. He turned to his phone, creating a post on social media promoting a teen takeover. Hundreds of teens soon flocked to a site downtown and fights broke out by the end of the night. At another takeover in May, a 14-year-old was shot and wounded.</p><p>After the Detroit event in April, Page told reporters that he didn't intend for the takeover he organized to result in violence.</p><p>“I just wanted to get out of the house, have fun, enjoy time with my family and my homeboys and my homegirls, too," said Page, who was flanked by Detroit Mayor Mary Sheffield and other city officials at a news conference.</p><p>He told city officials that young people might respond if there were more safe places to gather.</p><p>Before the takeovers, there were already plans to use $1.5 million from the city’s budget for summer programming and to support violence prevention programs. In response to the takeovers, the city has launched an office of youth affairs, met and listened to students at schools, and created a youth advisory board comprised of teens and young adults.</p><p>“We have brought them to the table and made them a part of our structure in regards to identifying what the needs and concerns are of the young people in the city,” Brent said.</p><p>In Detroit, a late-night basketball league has formed as an alternative hangout spot for teens and young adults. Jerseys and sneakers are provided by the city.</p><p>“This league just helps me find something to do,” Cameron Chandler, 21, said while playing basketball at the recreation center.</p><p>He's never participated in a takeover, but recently after practice, he stumbled on one near his home.</p><p>“There were a lot of cops and some people got arrested,” Chandler said. “You just have to think, ‘that could easily be me.’”</p><p>_____</p><p>Riddle reported from Los Angeles. Williams reported from Detroit.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XTXYCBBESJO77SCLRK3YC4WVME.jpg?auth=8a7afe825c9494b1cf8ef81aef90b468115386e68b0b3f1fd50b21e8337f5f85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damarion Spann poses for a portrait in Chicago, Monday, July 13, 2026. (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/AAWTH7NFQLCGAKPQLDGTD2H6VI.jpg?auth=52a28f78c6ec71aab8d95a57729f825e0487219541246d143ff9a18faf10f865&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damarion Spann poses for a portrait in Chicago, Monday, July 13, 2026. (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/SIWBMWIJ43NLALQKK26XPC5LHU.jpg?auth=cc3b71733af93596c2f2e89e53cc03f73619e19676d05b8edd045363993cc14b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damarion Spann poses for a portrait in Chicago, Monday, July 13, 2026. (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[Rice Recipes: The Ultimate Guide]]></title><link>https://www.local10.com/soflo-taste/2026/07/25/rice-recipes-the-ultimate-guide/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/07/25/rice-recipes-the-ultimate-guide/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Rice, Rice Baby! Tips on perfect rice no matter which type of rice you’re enjoying.]]></description><pubDate>Sat, 25 Jul 2026 12:53:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Long grain Rice</b></u></p><p>Cook according to package instructions, no need to rinse or soak!</p><p><u><b>Short Grain Rice</b></u><b> </b>like Arborio or carnaroli - Never soak or rinse this rice. You need to keep every part of the starch intact for the recipes using this type of rice (like risotto). </p><p><u><b>Brown Rice</b></u><b> - </b>My favorite way to cook this rice is like pasta. Gently boil the rice in salted water until tender then drain well and let rest. Be prepared - brown rice takes a while to cook, about 35-40 minutes. </p><p><u><b>Sushi Rice</b></u></p><p>Always rinse this rice until the water runs clear then drain well. My favorite way to make Sushi Rice is in a rice cooker, according to package instructions. To serve the Sushi rice, make a mixture with rice wine vinegar, granulated sugar, and salt (ratio of 1:3:3) combine and toss the rice with the mixture. </p><p><u><b>Coconut Rice</b></u></p><p>We used jasmine rice for this recipe. You can rinse this rice and drain it well but do not soak it. To make the coconut rice, we measured the rice according to package instructions. For the liquid, we substituted half chicken stock and half coconut milk instead of water. We also added a small piece of lemongrass (you can use lemon zest instead), a star anise and a pinch of salt. Cook according to package instructions with the substituted liquids and aromatics. We love to serve this with toasted coconut toasted on top.</p><p><u><b>Spiced Rice with Basmati</b></u></p><p>Rinse and drain the basmati rice well to remove excess starch. We sauteed a little minced onion in neutral oil, then toasted the rice and added warm spices like ground cloves, cinnamon, cardamom and a bay leaf. Use the rice to water (or stock/broth) ratio listed on the package and cook according to package instructions. Make sure to salt the liquid as well! </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4ZLJDPMPVFGDFD3VMVQ3266CH4.jpeg?auth=569fa983a0f23920de034a140858081f71194aa70eb4b0469a56c877b08c6912&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[How to run for reelection in a messy Congress? It's not easy]]></title><link>https://www.local10.com/news/politics/2026/07/25/how-to-run-for-reelection-in-a-messy-congress-its-not-easy/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/25/how-to-run-for-reelection-in-a-messy-congress-its-not-easy/</guid><dc:creator><![CDATA[By LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — House leaders sent lawmakers home for summer campaigning after one of the rockiest sessions in recent memory as voters decide which party to put in power in Congress for the remainder of President Donald Trump's term.]]></description><pubDate>Sat, 25 Jul 2026 12:15:06 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — House leaders sent lawmakers home for summer campaigning after one of the rockiest sessions in recent memory as voters decide which party to put in power in Congress for the remainder of President Donald Trump's term.</p><p>For those seeking to stay in office, particularly the newest members, it can be a tough sell.</p><p>“I only know a dysfunctional Congress,” said Rep. Suhas Subramanyam, a freshman from Virginia.</p><p>The Democrat said it's best to campaign on his own record delivering for constituents, rather than on the performance of Congress, as his party tries to wrest control from the Republicans.</p><p>“It's virtually impossible to sell the performance of Congress to the American people because Congress is such an easy punching bag,” he said. “And this particular Congress has been ceding too much of its authority to the executive branch.”</p><p>He said, “I tell people to sell yourself and what you've tried to do.”</p><p>Yet Republican Rep. Brandon Gill, a freshman from Texas who has emerged as one of the party's rising figures, particularly on Trump's hard-line immigration enforcement agenda, argued there's plenty to show to voters back home.</p><p>“We've gotten a lot done,” he said</p><p>“Cutting taxes across the board, over $100 billion for border security, repealing half the Green New Deal, the biggest mandatory spending reform in history — pretty historic stuff,” he said.</p><p>“Everybody always wants Congress to move faster than it does, but we’ve been extremely productive.”</p><p>Midterm elections often become a referendum on the party in power</p><p>Control of Congress is often an afterthought in presidential election years when the White House is at stake. But in the midterms, when lawmakers face voters as they will this fall, the races largely become a referendum on the party in power.</p><p>Republicans have history against running against them, as the president's party often encounters losses during the midterm elections — a “thumping,” as George W. Bush put it, a “shellacking” as Barack Obama said — and a pendulum nation swings.</p><p>House Speaker Mike Johnson, who is about to embark on a cross-country trek to raise millions of dollars for his party and visit lawmakers' home districts, remains bullish that Republicans will not only keep their House majority control — but grow their numbers.</p><p>“This week we continued to deliver for the people, and we're going to continue that straight through the end of this year,” Johnson said after a flurry of legislating before sending lawmakers home for summer.</p><p>Republicans in a single day adopted a budget resolution seeking $95 billion for the Iran war and other priorities; advanced a $1 trillion Pentagon bill renaming it the Department of War; and approved legislation to clamp down on stock trading in Congress, all over Democratic objections.</p><p>“We're going to run through the tape,” Johnson said.</p><p>Democratic Leader Hakeem Jeffries, who is in line to become House speaker if his party wins control, will launch “100 Days of Action” on Sunday as he works to take the majority and impose a check on Trump's White House.</p><p>“It's not going to be easy, right?” Jeffries told reporters. “No one's going to give it to us. We have to take it in a way that is consistent with the values of the American people.”</p><p>Control of Congress sets the agenda for the nation</p><p>With its 435 seats being contested, control of the House often narrows to the tiniest slice of the country.</p><p>Fewer than 20 seats are considered genuine toss-ups, according to analysts. The rest are considered safer seats, drawn with map lines designed to favor one party over the other — including new maps still being drawn to eliminate Black majority districts largely in the Deep South after a landmark Supreme Court decision gutting the Voting Rights Act.</p><p>Millions of dollars are being spent that will make the difference between a return of the GOP majority eyeing more budget cuts or a new Democratic agenda that is expected to launch vast oversight and investigations into the Trump administration.</p><p>Even as he openly pines for a normal Congress, Johnson believes the country needs a steady hand at the wheel as he partners with the White House on Trump’s priorities — and fend off Democratic investigations and the threat of impeachment.</p><p>“We are increasingly confident that we will hold and grow this majority in the House — and we must,” he said.</p><p>Democrats under Jeffries make the case that Trump and the Republicans in charge have done nothing for Americans struggling with high costs of living. Instead, they say Trump waged war against Iran that sent gas prices soaring, slapped tariffs on goods that are spiking prices, deported longtime immigrants and slashed health care and food aid as part of Trump's big tax cuts bill last summer.</p><p>“They're flailing all over the place,” Jeffries said.</p><p>Jeffries vowed that Democrats “will hold the crooks accountable” on a number of issues, including the Trump family's business dealings.</p><p>A throwback to communism or forward-looking new ideas</p><p>Johnson raises the specter of a mid-20th-century-style communist threat if Democrats win control with a new generation of far-left progressive candidates, some backed by the Democratic Socialists of America.</p><p>“We have been saying that this is an election that’s shaping up as a contest between common sense and crazy,” he said. Now, he said, it's “common sense versus communism.”</p><p>Jeffries brushes past such warnings as unserious. “House Democrats aren't a cult,” he said, a criticism his party often lobs at Trump's backers in Congress. “We're a coalition of people, public servants, who are committed to getting things done.”</p><p>One of the newest lawmakers, Rep. James Gallagher, R-Calif., said he's just trying to focus on the issues important to constituents back home.</p><p>“We're in a time where there's a lot of division, unfortunately,” he said. “And I think one key is like, Hey, trying to bring people together to solve problems for Americans, right?”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PAH444ECPSLZS5JRRT4TBX7JQM.jpg?auth=315495757af961bf3b290761ca3239485bc7588c603de904c9499ce86e8896e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Darrell Issa, R-Calif., rushes up the steps at the Capitol for final votes before the House of Representatives leaves for a five-week recess, in Washington, Thursday, July 23, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6ERW2U6B252NEDIANK6XOLCCI.jpg?auth=5f70ef792429e3307d2908b9cf05312c2e01fd5c19e50eff2be461a6061d9448&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Majority Leader John Thune, R-S.D., tells reporters the Senate has a busy two weeks of work ahead before August recess, at the Capitol in Washington, Thursday, July 23, 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[At least 35 people killed after buses collide in Syria, state media reports]]></title><link>https://www.local10.com/news/world/2026/07/25/at-least-35-people-killed-after-buses-collide-in-syria-state-media-reports/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/at-least-35-people-killed-after-buses-collide-in-syria-state-media-reports/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[DAMASCUS, Syria (AP) — At least 35 people have been killed and dozens injured after two buses collided on a highway linking the Syrian capital with the eastern province of Deir el-Zour on Saturday, state media reported.]]></description><pubDate>Sat, 25 Jul 2026 12:12:03 +0000</pubDate><content:encoded><![CDATA[<p>DAMASCUS, Syria (AP) — At least 35 people have been killed and dozens injured after two buses collided on a highway linking the Syrian capital with the eastern province of Deir el-Zour on Saturday, state media reported.</p><p>Around 30 people were injured in the crash between a civilian bus and an Interior Ministry bus on the desert highway, the SANA news agency cited a health ministry official as saying.</p><p>Syrian military helicopters were reported to be involved in the operation at the scene.</p><p>The cause of the collision was not immediately known.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BBCJC5COYVHYLEJ7KIIMHM6V2I.png?auth=49b94feab66c21fad4f040b31d0e1d4f2ec3fea2d7d3131e7425e25f0d3b79aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Woman gets 20 years for killing man in wrong-way Turnpike crash]]></title><link>https://www.local10.com/news/local/2026/07/24/sentencing-hearing-to-be-held-for-woman-who-killed-man-in-wrong-way-wreck-on-floridas-turnpike-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/24/sentencing-hearing-to-be-held-for-woman-who-killed-man-in-wrong-way-wreck-on-floridas-turnpike-in-broward/</guid><dc:creator><![CDATA[Amanda Batchelor, Trent Kelly, Christian De La Rosa]]></dc:creator><description><![CDATA[Sunshine Perez, who pleaded guilty in a wrong-way wreck on Florida’s Turnpike that left a 23-year-old man dead, received a two-decade sentence on Friday.]]></description><pubDate>Fri, 24 Jul 2026 13:25:36 +0000</pubDate><content:encoded><![CDATA[<p>Sunshine Perez, who pleaded guilty in a wrong-way wreck on Florida’s Turnpike that left a 23-year-old man dead, received a two-decade sentence on Friday.</p><p><a href="https://www.local10.com/espanol/2026/07/24/realizan-audiencia-de-sentencia-para-mujer-que-mato-a-hombre-en-choque-por-conducir-en-sentido-contrario-en-la-autopista-turnpike-de-florida-en-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/24/realizan-audiencia-de-sentencia-para-mujer-que-mato-a-hombre-en-choque-por-conducir-en-sentido-contrario-en-la-autopista-turnpike-de-florida-en-broward/">Leer en español</a></p><p>Prior to her sentencing, Perez, who was sitting in a wheelchair while shackled on her hands and feet, delivered a statement in court.</p><p>“First and foremost, I would like to express my sincere condolences and apologies to Ezequiel’s family. This was a complete accident, your honor. I am not a person who does things like this on purpose. Ever since that accident happened and it took that young man’s life, all I can think about is how his mother must feel,” Perez said before breaking down in tears. </p><p>“I ask God to please forgive me because I have trouble forgiving myself because I cannot imagine how his mother feels,” Perez added as she tried to compose herself.</p><p>Some relatives of Ezequiel Urrutia cried in court as Perez delivered her statement.</p><p>Perez, 46,<a href="https://www.local10.com/news/local/2026/03/12/family-of-man-killed-in-wrong-way-wreck-surprised-by-suspects-guilty-plea/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/12/family-of-man-killed-in-wrong-way-wreck-surprised-by-suspects-guilty-plea/"> pleaded guilty </a>to DUI manslaughter and vehicular homicide charges in March. </p><p>“She was at the courthouse pleading guilty to every charge, and in doing so I did see she was pretty shaken and understandably so,” the victim’s father, Frank Urrutia, told Local 10 News at the time. “We’re still devastated by the loss of our son. It’s something we’ve had to endure and figure out how to live our lives.”</p><p>According to authorities, Perez was driving drunk and going the wrong way on the Turnpike near Red Road in Broward County on Jan. 9, 2025, before crashing into Ezequiel Urrutia’s vehicle, killing the young man known to his friends and loved ones as Zeke.</p><p>During her statement Friday, Perez acknowledged that she took medication prior to the crash. </p><p>Loved ones said Ezequiel was a rookie firefighter and also worked as a paramedic. </p><p>After Perez spoke in court Friday, friends and family of Ezequiel’s took to the stand to deliver their victim impact statements, including his girlfriend, who gave emotional testimony about how the loss of him changed her life forever.</p><p>“There is no sentence that will bring Zeke back or reduce the pain that we will carry for the rest of our lives,” Christina Diaz said. “But there is a sentence that can hold Sunshine Perez accountable for the choices she made and help prevent another family from living the same nightmare. Zeke deserves so much more than any he was given. He deserves to live a life that was stolen from him. He will always be remembered, deeply loved and missed. I choose to believe that a part of him is still with me. I see him in beautiful moments of everyday life and that is one thing that Sunshine Perez can never take away from me.”</p><p>Frank Urrutia told the court, “In a single moment, Sunshine Perez put an end to everything, everything. Absolutely no words can fully describe what it felt like when two Florida Highway Patrol detectives came knocking on my front door, oh man. It was terrible. No words can describe it. None.”</p><p>Ezequiel’s mother, Tiffany, asked the judge “with everything I have left” to give Perez the maximum sentence.</p><p>“Zeke meant the world to me, every dream for the future included him,” she said. “Every milestone in his life was tied to watching him grow to the incredible young man he became.”</p><p>Ezequiel’s family has turned their pain into purpose, <a href="https://foundation.mdc.edu/g/the-zeke-urrutia-fire-scholarship/" target="_self" rel="" title="https://foundation.mdc.edu/g/the-zeke-urrutia-fire-scholarship/">creating a scholarship fund</a> in their son’s name. They say they’re focused on helping others follow their son’s dream of serving others and making a difference.</p><p>Perez faced up to 34 years in prison. The judge sentenced her to five and 15 year consecutive sentences, with multiple special conditions afterward, including a restriction on driving.</p><p>After the judge handed down Perez’s sentence, Ezequiel’s family members told Local 10 News that they were at peace.</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[Jetting off for a summer vacation? How to eat and drink to minimize jet lag]]></title><link>https://www.local10.com/health/2026/07/25/jetting-off-for-a-summer-vacation-how-to-eat-and-drink-to-minimize-jet-lag/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/25/jetting-off-for-a-summer-vacation-how-to-eat-and-drink-to-minimize-jet-lag/</guid><dc:creator><![CDATA[By LAURA UNGAR, Associated Press]]></dc:creator><description><![CDATA[Jet lag threatens to turn even a dream vacation into a slog.]]></description><pubDate>Sat, 25 Jul 2026 20:06:34 +0000</pubDate><content:encoded><![CDATA[<p>Jet lag threatens to turn even a dream vacation into a slog.</p><p>And with peak travel season underway, millions of people may have to contend with this disorienting condition, which can cause sleep disturbances, daytime tiredness, headaches and nasty gastrointestinal symptoms.</p><p>But you can minimize the effects of jet lag — and not just by adjusting your sleep-wake schedule. What and how you eat and drink can make a difference too.</p><p>Jet lag occurs when your body’s biological clock is out of sync with the time zone you find yourself in. Usually, environmental cues such as sunrises and sunsets help set your internal clock. But when you cross time zones, it may take a few days for your body to adjust.</p><p>“I’ve personally experienced pretty severe jet lag before,” during two European trips, said Tara Schmidt, a registered dietitian at Mayo Clinic in Rochester, Minnesota. “It really kind of ruined the first few days of my vacation.”</p><p>Eat on the local schedule at your destination</p><p>While symptoms of jet lag vary, digestive problems such as bloating, constipation or diarrhea are not uncommon, said Joanne Slavin, a nutrition expert at the University of Minnesota, Twin Cities.</p><p>One way to minimize jet lag is to begin gradually shifting the timing of your meals as you get ready for travel. Schmidt suggested first moving them by 15 minutes, then a half hour, then an hour closer to the destination time zone.</p><p>Then, after you get where you're going, eat when the locals eat.</p><p>If it’s morning, have breakfast. A hearty one aligned with your new time zone can help you recover from jet lag, a 2023 study co-authored by Northwestern University researchers suggests.</p><p>As the day goes on, keep to the same schedule, having lunch and dinner at times appropriate for the location.</p><p>“Immediately go on your new schedule,” Slavin said.</p><p>To avoid stomachaches, the U.S. Centers for Disease Control and Prevention advises keeping meals smaller just before and during travel. Schmidt said this is particularly important in the early days of a trip.</p><p>“Smaller meals tend to be more easily tolerated for people, especially if you have a sensitive stomach or maybe are dealing with some of those GI discomforts,” Schmidt said.</p><p>Later in the trip, she said, you may be able to ease into eating more at one sitting. Just be mindful about foods that you might not be used to, especially greasy or high-fat items.</p><p>“Enjoying a meal abroad is so fun, especially when you’re experiencing a new culture, a new food,” she said.</p><p>Watch what you drink on vacation</p><p>It’s also best to skip that glass of wine or pint of beer.</p><p>“As fun as it is sometimes when we travel, we really do endorse avoiding alcohol because alcohol is such a huge sleep disruptor,” Schmidt said.</p><p>Another pro tip: Use caffeine strategically. If you normally have a cup of coffee or tea in the morning, it’s fine to do that while traveling. But don’t have caffeine so late in the day that it will keep you up. And be aware that both caffeine and alcohol can make you more dehydrated.</p><p>“Dehydration can certainly worsen fatigue and those perceived jet lag symptoms,” Schmidt said.</p><p>Drink water before, during and after your flight to combat the effects of dry cabin air. At your destination, eight glasses of water a day is a good, easy-to-remember goal, but keep in mind that some people may need more fluids, others less, depending on things like weather and exercise. Cleveland Clinic experts suggest choosing bottled water if you have any questions about water safety.</p><p>When the trip is over, get back to your normal schedule</p><p>Experts say how and what you consume while traveling is only part of the equation for minimizing jet lag. But these changes complement the better known tips for adjusting your sleep schedule to the new time zone.</p><p>When your vacation begins winding down, the advice is much the same for sleep and eating: Ease back into your normal schedule and try to fully resume it at home.</p><p>“The sooner you get back to it, to all of your habits,” Slavin said, “the better off you’re going to be.”</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Science and Educational Media Group and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/55MWVF7YZX2SEFEZSHSWO27ERI.jpg?auth=1f54cfe3677a694aa3c4c5c354fd3feb1d3a2f91a9368a5f67d9ca64ce400c7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A plane lands at Ronald Reagan Washington National Airport in Arlington, Va., Dec. 30, 2022. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Americans rewire their grocery shopping routines while digesting the biggest price jump in 50 years]]></title><link>https://www.local10.com/news/2026/07/25/americans-rewire-their-grocery-shopping-routines-while-digesting-the-biggest-price-jump-in-50-years/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/25/americans-rewire-their-grocery-shopping-routines-while-digesting-the-biggest-price-jump-in-50-years/</guid><dc:creator><![CDATA[By DEE-ANN DURBIN, TERRY TANG, MAGGIE SCALES, SANDY GUATIBONZA and HIKARI MAE HIDA, Associated Press]]></dc:creator><description><![CDATA[What’s for dinner? Lately, at Apral Jack’s house, it’s whatever is on sale.]]></description><pubDate>Sat, 25 Jul 2026 10:48:01 +0000</pubDate><content:encoded><![CDATA[<p>What’s for dinner? Lately, at Apral Jack’s house, it’s whatever is on sale.</p><p>Jack, 50, scouts an app for deals at her local supermarket before she buys groceries. When she reaches the store, she looks in the weekly circular for coupons she might have missed. If shelf prices look too high, she tries to find lower prices someplace else.</p><p>“The apples went up here, the ones I eat, so now I’m not going to get them here,” Jack said as she pushed a cart into a Stop & Shop near her home in Lexington, Massachusetts.</p><p>Couponing, comparison shopping and cutting back on favorite foods are new habits for her and millions of other Americans as they absorb the biggest jump in grocery prices in a half-century. Buying food to eat at home has gotten 33% more expensive since the beginning of 2019, according to government figures.</p><p>With a conflict in the Middle East creating more price pressures, the cost of filling refrigerators, freezers and pantries has made affordability a central issue in the fall midterm elections.</p><p>Residents of four urban areas where food inflation has exceeded the national average shared how steadily rising prices are changing the way they shop. They described hunting for discounts, switching to store brands and feeling grateful for food banks. Some are buying less meat and skipping nonessentials like cookies. Others are buying less food overall.</p><p>Meat becomes a luxury for a family in Texas, the nation's top beef producer</p><p>Beef epitomizes out-of-control grocery prices for many Americans. The price of a pound of ground beef reached $6.82 in June, which is 79% more than at the beginning of 2019, according to Bureau of Labor Statistics data.</p><p>Ada Torres, 60, who lives 45 miles northeast of Houston in Cleveland, Texas, is one of the people no longer buying it. She does the grocery shopping and cooking for the home she shares with her daughter and three grandchildren.</p><p>“Prices are sky-high. One hundred dollars’ worth of groceries these days is nothing,” Torres said.</p><p>Chicken and cold cuts are the family's main source of animal protein now that fresh meat is a luxury, she said. Her grandchildren, ages 12, 15 and 16, miss eating lasagna with ground beef, beef fajitas and steak with plantain chips.</p><p>Torres' daughter is the family’s main provider. Her work for a mobile car-washing service dwindles during the rainy season; the family only can afford one full meal a day, Torres said.</p><p>Shopping outside Boston takes research and multiple stores</p><p>Apral Jack, a care provider and part-time Amazon worker, has fewer mouths to feed now that her three daughters are adults. But she spends more cautiously than she once did.</p><p>Instead of shopping at Whole Foods, she builds her weekly menu around discounts and digital coupons.</p><p>“Typically, I’ll try to pick the meals based on that. So like chicken fajitas: there was a three-day sale on chicken” Jack said.</p><p>Nabisco Ginger Snaps and Nilla Wafers are off her shopping list. Jack won't buy store brand replacements. To her, they don't taste the same.</p><p>Three generations share food pantry eggs and produce to get by in San Francisco</p><p>San Francisco has a reputation as foodie city. Food preoccupies 33-year-old Jack Chang for other reasons. The self-employed barber has three young children and a partner who is unemployed.</p><p>"Since I have five mouths I have to feed, basically — and then sometimes my mom, too — it’s a lot on me financially,” Chang said.</p><p>Their family is not one that goes out for boba milk teas or artisanal ice cream. They visit a Japanese entertainment center with $1 ice cream cones. Milk is the only organic product they consume.</p><p>“I look at my credit card every month and I’m like, ‘Wow, how am I going to pay this?’ So I’m a little behind on bills, honestly,” Chang said.</p><p>When their 4-year-old daughter’s preschool has leftover meat or bread, Chang's partner, Tina Chhous, offers to take it. Chhous also receives monthly food assistance through the federal Supplemental Nutrition Assistance Program, or SNAP.</p><p>“Without that, I don’t know what I would do,” Chang said.</p><p>Chang's 77-year-old mother, Lien, receives SNAP aid, too, and visits two food banks each week. She shares the canned food, eggs and produce she gets with the rest of the family.</p><p>Prices in the Honolulu area keep a pastry chef from shopping and eating local</p><p>High grocery bills come with living in Hawaii. The state gets nearly all its food from cargo ships that have traveled thousands of miles, making prices vulnerable to oil market spikes.</p><p>Local products also got costlier this year. The cost of shipping goods between the Hawaiian Islands skyrocketed amid rising fuel prices tied to the Iran conflict.</p><p>Amanda Tabadero, 28, a pastry chef on the Hawaiian island of Oahu, remembers buying Maui-grown strawberries and blueberries for $7.99 per pound in 2024. Now that they cost $11, she buys berries from California or Mexico at Costco for $5 when she bakes.</p><p>Tabadero also doubts she will buy lychee again anytime soon. Kaimana lychee, the variety grown in Hawaii, mostly comes from the Big Island. Tabadero said an iced coffee and a bag of fruit she recently purchased in Honolulu's Chinatown came to $30.</p><p>“It makes me sad,” Tabadero said. “I want to use local stuff.”</p><p>___</p><p>This report is a collaboration between The Associated Press and The Lexington Observer in Massachusetts, La Esquina in Texas and Honolulu Civil Beat in Hawaii. AP Video Journalist Terry Chea contributed from San Francisco.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JANRS5EUHG2VIM7S3RYCRMTYQ4.jpg?auth=fffcf2f6927d6e023c376b51523fa85c393f440297903a8b557228839fd94854&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lien Chang feeds her 2-year-old grandson Cairo Miu a bowl of rice next to his dad Jack Chang in her home on Monday, July 13, 2026, in San Francisco. (AP Photo/Juliana Yamada)]]></media:description><media:credit role="author" scheme="urn:ebu">Juliana Yamada</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O3RPBLNE5ULN4FEGREQ347KXFE.jpg?auth=7459e3d8a40f2343a0e1b174caa76d210ccbc08511176624609751d69c601916&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jack Chang cuts Isaac Obamehinti's hair while holding his 2-year-old son Cairo Miu at his studio on Monday, July 13, 2026, in San Francisco. (AP Photo/Juliana Yamada)]]></media:description><media:credit role="author" scheme="urn:ebu">Juliana Yamada</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V6HO4WAVDFXI62SKS5YD25A4L4.jpg?auth=9900500fac2e075bc5e177792a912b42b4e8b1326816fbe805575cdcb90e8c54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Apral Jack orders deli meat at Stop&Shop in Lexington, Mass., Monday, July 6, 2026. (Maggie Scales/The Lexington Observer via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Maggie Scales</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CMF5NCUW72S25KCRZGEQKYBVH4.jpg?auth=cf026724c38ca88b99d6959b59426675add1f5d3b9de18984a27cda518ddfa43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ada Torres holds tomatoes while shopping for produce, Thursday, July 2, 2026, in Cleveland, Texas, about 45 miles northeast of Houston. (Sandy Guatibonza/La Esquina TX via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sandy Guatibonza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U2WKCBNYDCMV3FHRIDLEPDILCU.jpg?auth=1e0693690b0fdedc257ad2aacce2f2336dd6064ca365c6c679637826ee6872b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pastry chef Amanda Tabadero pours milk into a plastic container while preparing ingredients for maritozzi at Creature Coffeeshop in Kaneʻohe, Hawaii, Tuesday, July 7, 2026. (Hikari Mae Hida/Honolulu Civil Beat via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Hikari Mae Hida</media:credit></media:content></item><item><title><![CDATA[July 25: Hot, humid weather continues with a better chance for afternoon storms]]></title><link>https://www.local10.com/weather/2026/07/25/july-25-hot-humid-weather-continues-with-a-better-chance-for-afternoon-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/25/july-25-hot-humid-weather-continues-with-a-better-chance-for-afternoon-storms/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[The summer sizzle continues, but we’re throwing some extra thunderstorms into the mix, especially later on Saturday afternoon. Stay cool, and stay aware of lightning and heavy downpours nearby, particularly between 2 p.m. and 6 p.m.]]></description><pubDate>Sat, 25 Jul 2026 10:33:47 +0000</pubDate><content:encoded><![CDATA[<p>The summer sizzle continues, but we’re throwing some extra thunderstorms into the mix, especially later on Saturday afternoon. Stay cool, and stay aware of lightning and heavy downpours nearby, particularly between 2 p.m. and 6 p.m.</p><p>While most of the storms have missed much of South Florida over the past few weeks, we’re more likely to see them over the next several days as upper-level steering winds have shifted to the west, pushing storms toward our beaches.</p><p>A couple of inches of rain could accumulate quickly near some of the stronger storms, causing street flooding in poor-drainage neighborhoods.</p><p>We’ll see highs in the middle 90s, with the heat index approaching 105 degrees before those cooling storms arrive.</p><p>In the tropics, conditions remain quiet through the end of the month, but be prepared because we’re heading into a typically more active part of the hurricane season over the next few weeks.</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[Iran-backed Houthis fire missiles at Saudi Arabia in response to airstrikes in Yemen]]></title><link>https://www.local10.com/news/world/2026/07/25/iran-backed-houthis-fire-missiles-at-saudi-arabia-in-response-to-airstrikes-in-yemen/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/iran-backed-houthis-fire-missiles-at-saudi-arabia-in-response-to-airstrikes-in-yemen/</guid><dc:creator><![CDATA[By SAMY MAGDY and GIOVANNA DELL'ORTO, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — Yemen’s Iran-backed Houthi rebels said Saturday that they fired missiles and drones at Saudi Arabia in response to Saudi airstrikes on the strategic Red Sea city of Hodeida, in an escalation over vital shipping routes in the Middle East while the United States and Iran vie for control of the Strait of Hormuz.]]></description><pubDate>Sun, 26 Jul 2026 00:00:38 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — Yemen’s Iran-backed Houthi rebels said Saturday that they fired missiles and drones at Saudi Arabia in response to Saudi airstrikes on the strategic Red Sea city of Hodeida, in an escalation over vital shipping routes in the Middle East while the United States and Iran vie for control of the Strait of Hormuz.</p><p>Brig. Gen. Yahya Saree, the Houthis’ military spokesperson, said in a prerecorded statement that the attack targeted facilities in the Red Sea cities of Yanbu and Jizan that belong to Aramco, the world’s largest oil company.</p><p>Saudi Arabia's civil defense said alerts sounded multiple times early Saturday in both cities, but the kingdom didn't comment further.</p><p>There were no reported strikes overnight in Iran, in an apparent break from nearly two weeks of consecutive nights of U.S. attacks.</p><p>Red Sea escalation further threatens global shipping</p><p>The Houthis have said they would close the Bab el-Mandeb Strait to Saudi-linked shipping in retaliation for the kingdom’s blockade on Yemen and a recent attack on the international airport in Yemen’s rebel-held capital, Sanaa.</p><p>“Nothing short of ending the aggression and lifting the blockade, otherwise, it’s all illusion and mirage," Mahdi al-Mashat, head of the Houthi-led Supreme Political Council governing rebel-controlled territories in Yemen, said of what it would take for the Houthis to not blockade the Bab-El-Mandeb.</p><p>That strait, at the southern tip of the Arabian Peninsula, is a vital shipping chokepoint connecting the Red Sea to the Gulf of Aden. Around 12% of the world’s trade, including a quarter of its container traffic, passes through the narrows.</p><p>The Houthis targeted two Saudi oil tankers in the Red Sea this week. In response, Saudi Arabia struck Hodeida, the Saudi-led coalition opposing the rebels said Saturday. The strikes late Friday hit the port and the state-run telecommunications corporation, injuring two people, said Anees al-Asbahi, a spokesperson for the Houthi-run health ministry.</p><p>The Saudi-led coalition said it didn’t hit the port but struck “legitimate military targets” in Hodeida province that “were linked to threats to commercial vessels in the Red Sea.”</p><p>Iran's foreign minister, Abbas Araghchi, called for “diplomacy and dialogue” to solve the Yemen conflict without “military confrontations” in an interview published Saturday by the state-run newspaper called Iran.</p><p>Iran condemns Ukrainian attack on commercial vessel</p><p>“Iran had a peaceful night,” Hossein Kermanpour, a spokesperson for Iran's Health Ministry, posted on X. U.S. Central Command didn't immediately respond to a request for comment. Unlike the previous 13 nights, it didn't announce new strikes.</p><p>But Iran's foreign ministry condemned what it called a Ukrainian attack Saturday on an Iranian commercial vessel in the Caspian Sea, saying one person was killed and another was hurt and calling it an act of aggression.</p><p>In a separate statement, Araghchi said he spoke with European Union foreign policy chief Kaja Kallas about it and that Tehran demanded a response. Ukraine's diplomatic representative to Iran was summoned, Iranian state media reported.</p><p>Ukrainian President Volodymyr Zelenskyy earlier said on X that Ukraine “achieved very strong results with long‑range strikes in the Caspian Sea — including vessels used in military cargo shipments involving Iran.”</p><p>While efforts at mediation between the U.S. and Iran continue, Israeli Prime Minister Benjamin Netanyahu plans to travel to the United States next week and meet with President Donald Trump in Washington on Tuesday, his office said Friday. They last met in Washington in February, weeks before they launched the war.</p><p>Over 7,000 people have been killed, including in Lebanon</p><p>A tenuous ceasefire that halted major operations for weeks has seemed to unravel this month. The U.S. accused Iran of striking three ships in the Strait of Hormuz and responded by striking dozens of targets in Iran, which retaliated by firing at U.S.-allied Gulf Arab states.</p><p>The U.S. military has renewed its blockade of Iran’s ports. Iran’s Revolutionary Guard has advised residents of neighboring countries to stay away from bases with U.S. troops.</p><p>The war has killed more than 3,400 people in Iran, according to its Health Ministry. Eighteen U.S. service members, 24 civilians in Israel and smaller numbers of civilians including foreign workers and mariners have been reportedly killed across the region.</p><p>In Lebanon, more than 4,000 people have been killed since Iran-backed Hezbollah militants fired at Israel in support of the Islamic Republic two days after the war began and Israel responded with strikes and ground forces. Thirty-eight Israeli troops have also died.</p><p>___</p><p>Dell'Orto reported from Jerusalem. Associated Press reporter Cara Anna in Lowville, New York, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7AW34I2J7EEM5VCWELTUKLKRVM.jpg?auth=d946214bb6ed96eb9a7146c6cf03771e1540573f1933260963f21ccc02997289&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fireworks burst as Houthi supporters rally against the Saudi-led coalition in Sanaa, Yemen, Monday, July 20, 2026. (AP Photo/Osamah Abdulrahman)]]></media:description><media:credit role="author" scheme="urn:ebu">Osamah Abdulrahman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LCQGUAHSXBE66UH5TXJWPKCMZM.jpg?auth=9873e1a4f56d3bbf599b1a84f7e0ef5dc57bbab1bb303b69fe625ce52f6530e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vehicles drive past a billboard depicting the clenched fist of the late Iranian Supreme Leader Ayatollah Ali Khamenei, in Tehran, Iran, Tuesday, July 21, 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/F6AHXGA4AB2GKR3LRTYG2CFIWA.jpg?auth=3d631c38d4af3291e9dcc709a4fea13291607ed1c9528427f1d0992a6b29542f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman crosses a street with a girl in downtown Tehran, Iran, Wednesday, July 22, 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/LCIGJ3RGH253QE5QFTEFOLEL5I.jpg?auth=3d0d19484fc7a8cc0f195abfc6c5599ef75e9484b27142e8c8687694d5d52e79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The map above shows the locations of targeted US strikes in Iran against key infrastructure sites as the fighting escalates between the two sides. (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/235PWFEVI3NSJXFD47O5DXRPKM.jpg?auth=fa771ff25575a999e8187a9ae95ba1eb778e5cc32f861120fcfb69820f371c85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing Houthi-controlled territory in Yemen. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[The ICC looks ahead after the ouster of its chief prosecutor]]></title><link>https://www.local10.com/news/world/2026/07/25/the-icc-looks-ahead-after-the-ouster-of-its-chief-prosecutor/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/the-icc-looks-ahead-after-the-ouster-of-its-chief-prosecutor/</guid><dc:creator><![CDATA[By MOLLY QUELL, Associated Press]]></dc:creator><description><![CDATA[THE HAGUE, Netherlands (AP) — Supporters of the International Criminal Court were trying to chart a course forward on Saturday, a day after the global institution was plunged into uncharted territory following the ouster of its chief prosecutor over allegations of sexual misconduct.]]></description><pubDate>Sat, 25 Jul 2026 13:13:05 +0000</pubDate><content:encoded><![CDATA[<p>THE HAGUE, Netherlands (AP) — Supporters of the International Criminal Court were trying to chart a course forward on Saturday, a day after the global institution was plunged into uncharted territory following the ouster of its chief prosecutor over allegations of sexual misconduct.</p><p>A lengthy and bruising process ended swiftly and decisively on Friday, when a large majority of the court’s 125 member states voted to remove Karim Khan from his post.</p><p>The British barrister was accused of sexual misconduct with a female aide, as outlined by the AP in a series of stories, allegations he has steadfastly denied. According to documents seen by the AP, Khan engaged in a sexual relationship with the woman and tried to prevent her from pursuing her allegations.</p><p>Khan's removal comes at a time when the court is already facing daunting challenges, including a campaign by the United States to “dismantle” the ICC, which was established to prosecute people responsible for humanity’s worst crimes.</p><p>Supporters of the court are looking forward</p><p>Several countries where the ICC has open investigations met together on the sidelines of the event on Friday to discuss the ways out of any potential impasses created by Khan’s removal, according to three senior diplomatic officials familiar with the discussions.</p><p>One of the officials said a number of states began planning for how to move forward before the final votes were tallied.</p><p>“Whether Khan is removed or not, we must bring everyone back together,” the official said. They all spoke to the AP on condition of anonymity because they were not authorized to speak on the record.</p><p>The vote was surprisingly clear</p><p>A special session at U.N. headquarters in New York was scheduled to take all of Friday. Instead, a morning motion that would have made it harder to oust Khan failed and diplomats quickly moved forward to vote on removal, several hours ahead of schedule, according to three diplomats familiar with the proceedings.</p><p>Iva Vukusic, a researcher at Utrecht University who has been following the process, said she was surprised by how decisive it was. “The numbers indicate that there is more agreement than previously thought,” she told the AP.</p><p>Khan’s ouster comes at an already difficult time</p><p>The decision comes at a time when the global tribunal is under enormous pressure. U.S. Secretary of State Marco Rubio announced last week that Washington was launching a “sweeping campaign to dismantle the threat posed by the International Criminal Court to U.S. sovereignty.”</p><p>Hours after Friday’s vote, Venezuela announced it would withdraw from the court, saying its work reflects a “demonstrated geographical bias.” Félix Plasencia, the country’s foreign affairs minister, made the announcement in a statement.</p><p>Trump’s administration already has brought sanctions against Khan and a dozen other ICC staff in retaliation for investigations into Israeli officials in Gaza and U.S. military personnel in Afghanistan.</p><p>The allegations became entwined with the court’s investigation into the war in Gaza, with Khan’s supporters arguing that the warrants the court has issued for top Israeli officials, including Prime Minister Benjamin Netanyahu, were at stake.</p><p>Palestinian representatives were quick to push back on that narrative. “The vote by the Assembly of States Parties to remove the Prosecutor was not a political proxy vote on any Situation before the ICC,” Palestinian Ambassador to the Netherlands Ammar Hijazi said in a statement.</p><p>Khan’s removal will have no immediate impact on the arrest warrants which can only be withdrawn by ICC judges.</p><p>The work of the court will continue</p><p>Khan’s two deputy prosecutors have helmed the office since he stepped down in May 2025. In a statement, the office of the prosecutor said the pair will continue with its “leadership, management and administration,” until a new chief is selected.</p><p>It is not clear yet when member states will be able to decide on Khan’s replacement. His election in 2021 took nearly 18 months and drew criticism from civil society groups over the lack of stringent background checks on the candidates to ensure they met the requirement of “high moral character.”</p><p>There may be more legal proceedings to come</p><p>The removal vote may not be the end of the process for Khan. He intends to “challenge the lawfulness and fairness of the decision through all available legal mechanisms,” attorney Tayab Ali said in a statement.</p><p>There is no appeals process for his removal but all ICC staff are entitled to bring complaints to a special labor tribunal based in Geneva.</p><p>Khan’s lawyers criticized the process leading to his ouster, complaining that he was blocked from addressing the session Friday and arguing the regulations had been rewritten to disadvantage him.</p><p>On Monday, lawyers and investigators will return to the court’s headquarters in The Hague with at least some clarity about the future. “I hope now the court can move on and focus on its core work of dealing with cases,” Vukusic said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KKYLBGFS2EKZRLR2J2IQYFOLTY.jpg?auth=d468420fc47018afbe0ce223c00ded206f53ed134ce9b8b9d79362f7a3cc343e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chief Prosecutor Karim Khan talks before convening the International Criminal Court (ICC) in The Hague, Netherlands, March 14, 2025. (AP Photo/Peter Dejong, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Dejong</media:credit></media:content></item><item><title><![CDATA[The 'rockets and feathers' effect: Inflation eases but grocery bills do not]]></title><link>https://www.local10.com/business/2026/07/25/the-rockets-and-feathers-effect-inflation-eases-but-grocery-bills-do-not/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/25/the-rockets-and-feathers-effect-inflation-eases-but-grocery-bills-do-not/</guid><dc:creator><![CDATA[By DEE-ANN DURBIN, Associated Press]]></dc:creator><description><![CDATA[Economics has a term for what U.S. grocery prices have done in recent years: rockets and feathers.]]></description><pubDate>Sat, 25 Jul 2026 09:37:20 +0000</pubDate><content:encoded><![CDATA[<p>Economics has a term for what U.S. grocery prices have done in recent years: rockets and feathers.</p><p>Rockets, because the cost of food eaten at home zoomed up in the aftermath of the pandemic. Feathers, because once prices rise, they’re slow to come down.</p><p>That’s been frustrating for Americans hit with the sharpest increase in grocery prices in 50 years. While food price inflation peaked in 2022, when prices jumped 11.4%, prices have not reversed course. An acceleration in flation after the U.S. and Israel attacked Iran has prolonged the aggravation.</p><p>“I think the public is coming to grips with, ‘Well, I’m hearing inflation has slowed, but things aren’t getting any cheaper.’ It has to be deflation for prices to go down, and that’s very rare,” said Matt Hamory, who leads the global grocery practice at the consulting company AlixPartners.</p><p>Prices for food at home are expected to rise 2.7% across the country this year, the U.S. Department of Agriculture reported Friday. That's higher than the grocery inflation shoppers saw in 2024 and 2025 but close to the historical average of 2.6%.</p><p>It's the compounding effect of the post-pandemic price shocks that consumers are still feeling, and they're reacting to them in ways that could have repercussions for the U.S. economy.</p><p>A recent study by the consulting firm Bain & Co. and the market research company NielsenIQ said the number of items purchased at U.S. grocery stores declined in the second half of last year and dropped more sharply starting in February of this year. The study said high gas prices, rising GLP-1 usage and cuts in the number of people receiving government food aid are all affecting grocery spending.</p><p>Consumers are also looking for deals and shopping around to find them. In the second quarter of this year, discounters like Costco, Walmart and Aldi took market share away from traditional grocers like Kroger and Albertsons, according to Numerator, a market research firm.</p><p>Many U.S. shoppers are also replacing name-brand products with store brands to save money. Total sales of store brands at supermarkets, drugstores and other retailers grew to a record $282.8 billion last year, the Private Label Manufacturers Association said.</p><p>“Now that this option becomes available, why would I go back? You have the convenience, it’s the same, but my cost is 40% less and it’s a brand that I know and trust,” said Sean Hooper, a senior solution principal at Relex Solutions, a retail and grocery consulting firm.</p><p>Prices rocketed up for lots of reasons in the wake of the pandemic, from the war in Ukraine to a highly contagious bird flu that pushed retail egg prices to record highs last year. And when prices rocket upward — whether for food, gas or other items — consumers can count on a slow, downy descent.</p><p>For one thing, retailers are reluctant to lower prices on inventory they ordered when wholesale prices were high, said Jared Bernstein, a senior policy fellow at the Stanford Institute for Economic Policy who served as chair of President Joe Biden’s Council of Economic Advisers.</p><p>Stores and food companies also want to maximize their profits and were reluctant to give up some of the sales gains they saw after the pandemic, Bernstein said. PepsiCo hiked its prices by double-digit percentages for eight straight quarters in 2022 and 2023, for example, citing higher ingredient and packaging costs. After customer demand faltered, the company began lowering prices on some snacks last year.</p><p>Customer behavior also can contribute to prices staying elevated. When prices spike, people shop around for lower ones. But consumers often stop deal hunting when they see prices coming down, giving retailers less incentive to lower prices even further.</p><p>“There’s less competitive force on the feather side of the mountain,” Bernstein said.</p><p>In some cases, grocery inflation is the result of long-term issues with no quick fix. Consider the average price of coffee, which has risen 54% in U.S. cities since 2019, according to government data. Climate issues — including drought in Vietnam, heavy rain in Indonesia and hot, dry weather in Brazil — are blamed for reducing coffee yields and driving up global prices.</p><p>In other cases, there are clearer causes and simpler fixes. For example, U.S. consumers paid 19.5% more for fresh tomatoes in June compared to a year earlier due to a 17% import tax the Trump administration placed on fresh tomatoes from Mexico. Coffee was subject to a tariff for most of 2025 as well, but the duty was eventually removed.</p><p>Hamory said the feather may be starting to fall as big retailers invest in price cuts. In early July, Walmart said it was rolling back prices on ground beef, corn, red cherries, ice cream, potato chips and Coca-Cola and Pepsi products. Target also cut prices on some foods in March.</p><p>“If the big guys are really investing, saying, ‘That’s what I need to do to get right with my customer,' that will force others in the market to act," Hamory said. “It’s just in the process of starting, but that’s a thing we could be seeing.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YURKIWGRIYEIBPOEMFQGKSF6YA.jpg?auth=1d62c074311ba51892d09c61518873dd79b8aef4cefe8398d11125c6167d6815&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elizabeth Martínez pushes a shopping cart through a grocery store aisle on Thursday, July 2, 2026, in Cleveland, Texas. (Sandy Guatibonza/La Esquina TX via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sandy Guatibonza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BAQGNEB4LUGRJIYHWTJ5DDCSAY.jpg?auth=45c99007a77123c862bb7b2c9fcd59650cba63aecc87b5216510dbb657afd014&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sale signs of meat are displayed on a refrigerated case inside a grocery store in Chicago, Thursday, June 25, 2026. (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/CGI4DU3FQQHRSIIP5CJYXPK5HU.jpg?auth=f854595993a9d0186c6ac826a8015cb5daf1d4f80634920e37fff084675aafe0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Customers shop at a grocery store in Chicago, Thursday, June 25, 2026. (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/TNISMRRYLK5FFEFG2OIT63HRXU.jpg?auth=6cb2cfe49edaddf50ca073e16ced6bbd32e312175559f733df90a1acbdb52a4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sale information sign is displayed at a grocery store in Wheeling, Ill., Thursday, June 25, 2026. (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[More health workers strike as Ebola cases in Congo near 3,000, including over 1,300 deaths]]></title><link>https://www.local10.com/news/2026/07/25/more-health-workers-strike-as-ebola-cases-in-congo-near-3000-including-over-1300-deaths/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/25/more-health-workers-strike-as-ebola-cases-in-congo-near-3000-including-over-1300-deaths/</guid><dc:creator><![CDATA[By PROSPER HERI NGORORA and CONSTANT SAME BAGALWA, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — Health workers at an Ebola treatment center in eastern Congo went on strike on Saturday, demanding their pay. The walkout disrupted care for patients in the epicenter of the country’s rapidly growing outbreak.]]></description><pubDate>Sat, 25 Jul 2026 17:19:14 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — Health workers at an Ebola treatment center in eastern Congo went on strike on Saturday, demanding their pay. The walkout disrupted care for patients in the epicenter of the country’s rapidly growing outbreak.</p><p>The number of confirmed cases of Ebola in Congo has reached 2,973, including 1,309 deaths, according to government data released on Friday in what authorities say is the fastest-growing outbreak on record.</p><p>The Elikya Ebola Treatment Center in Bunia, Ituri province, came to a standstill after doctors, nurses and security staff stopped work.</p><p>About a hundred health workers protested outside the treatment center on Saturday. They said the unpaid bonuses were undermining morale and disrupting patient care, and called on Congolese authorities to resolve the backpay so they could resume their work.</p><p>“We need to be paid, because in the meantime the disease is spreading at the treatment center,” Martin Bolombi, one of the health workers on strike said.</p><p>“I’ve already had five people die who are still inside there. A solution must be found for us,” he added.</p><p>In a statement issued Friday, staff said they had unanimously voted to strike until “concrete solutions” were found to resolve “two months of unpaid performance bonuses.”</p><p>The strike comes a day after Congo's Prime Minister Judith Suminwa came to Ituri, touring major treatment hubs, in Rwampara and Mongbwalu, to assess the outbreak response. During her visit in Mongbwalu, she faced urgent demands from healthcare personnel protesting payment issues.</p><p>Dr. Adelard Lufungula, operations manager for the Ebola response, said Saturday the payment issue is “being resolved,” with workers now paid via mobile money instead of cash, and that the backlog “should be cleared" in the coming days.</p><p>Last week, health workers at Bunia General Hospital, the region’s largest medical center, had already gone on strike over unpaid salaries. Some told The Associated Press they had not received any payment since they started work at the onset of the outbreak.</p><p>The World Health Organization says more than 100 healthcare workers have been infected since the beginning of the outbreak.</p><p>The Central African nation has been battling the Ebola outbreak caused by the rare Bundibugyo virus since May 15. A total of 766 patients remain in isolation or in hospitals, while 540 have recovered so far, according to data from Congo’s Ministry of Health.</p><p>The eastern province of Ituri accounts for nearly 90% of confirmed cases.</p><p>The outbreak continues to spread faster than health officials can track despite an expanding response. A key challenge is that patient zero has yet to be identified in the outbreak while displacement from armed conflict and illegal mining in the region have made it difficult to trace thousands who have come in contact with infected individuals.</p><p>The response is also hampered by a funding gap, attacks on health centers, an ongoing conflict in eastern Congo and mistrust among local communities.</p><p>There is also a lack of approved vaccines or treatments for the Bundibugyo virus, unlike the more common Zaire virus for which there is a vaccine and which was responsible for most of Congo’s past 16 outbreaks of the disease.</p><p>Enrollment in a highly anticipated study of two possible Ebola treatments recently started in Ituri.</p><p>WHO says the global risk of the outbreak spreading outside Central Africa is low, noting that Ebola spreads through direct contact with the bodily fluids of an infected person rather than through the air, making it much harder to spread than respiratory viruses.</p><p>___</p><p>Associated Press writer Saleh Mwanamilongo in Bonn, Germany, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZJIUGYMC7ANTNFU3FAQUXLGQWU.jpg?auth=55dc7a6aed169d7627c011449440ed3567a71cadc8936da91bb7876d296a1fad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rubble set on fire as health and frontline workers protest at the Elikya Ebola Treatment Center in Bunia, Congo, on Saturday, July 25, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EEXZ4AIUNGDHKKAI3XMST3KRDE.jpg?auth=f68b3e725125cedab0c4e7a6eaa23db4e1833016e96b363f7141bb022b36f922&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rubble is set on fire as health and frontline workers protest at the Elikya Ebola Treatment Center in Bunia, Congo, on Saturday, July 25, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y5KS3MMVHWG7FWVGSOD7PFQVKE.jpg?auth=f1a46614cb30b894f162e81e043c6729ea366e97586bee6ad418fc0dc6360fcb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residence watch as health workers carry a coffin of an Ebola victim at Ebola Treatment Center at Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LAHQ76KH5LXXCAQETYPNBWA4JQ.jpg?auth=9f1a8f50118b1a70326e30da09440c2f43e53b38cfff4e0ca72a0e0aa8efeac1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers disinfects an ambulance at Ebola Treatment Center at Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VY2KTTZPLXOKDHZ3SEZV6QZIYE.jpg?auth=eae6f09a67d6dac078994a57d815e67b3ac8c806fb867647e564f691f1f6bcbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker, wearing protective gear, stands outside the Ebola Treatment Center at the Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content></item><item><title><![CDATA[Americans rewire their grocery shopping routines while digesting the biggest price jump in 50 years]]></title><link>https://www.local10.com/business/2026/07/25/americans-rewire-their-grocery-shopping-routines-while-digesting-the-biggest-price-jump-in-50-years/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/25/americans-rewire-their-grocery-shopping-routines-while-digesting-the-biggest-price-jump-in-50-years/</guid><dc:creator><![CDATA[By DEE-ANN DURBIN, TERRY TANG, MAGGIE SCALES, SANDY GUATIBONZA and HIKARI MAE HIDA, Associated Press]]></dc:creator><description><![CDATA[What’s for dinner? Lately, at Apral Jack’s house, it’s whatever is on sale.]]></description><pubDate>Sat, 25 Jul 2026 09:15:46 +0000</pubDate><content:encoded><![CDATA[<p>What’s for dinner? Lately, at Apral Jack’s house, it’s whatever is on sale.</p><p>Jack scouts an app for deals at her local supermarket before she buys groceries. When she reaches the store, she grabs the weekly circular to look for coupons she might have missed. If the shelf prices look too high, she scratches items off her list or tries to find lower prices someplace else.</p><p>“The apples went up here, the ones I eat, so now I’m not going to get them here. I’ll go to Market Basket, where I can get them cheaper,” Jack, 50, said as she pushed a cart into a Stop & Shop near her home in Lexington, Massachusetts.</p><p>Couponing, comparison shopping and cutting back on favorite foods are new habits for her and millions of other Americans as they absorb the biggest jump in grocery prices in a half-century. Buying food to eat at home has gotten 33% more expensive in U.S. cities since the beginning of 2019, according to government figures. In the 7 1/2 years before that, prices rose 6.4%.</p><p>The historic increase happened for numerous reasons. The coronavirus pandemic snarled supply chains and raised labor and transportation costs. Droughts, hurricanes and diseases like bird flu drove down production. Tariffs raised prices on foreign products like coffee, tomatoes and chocolate. Russia's ongoing war in Ukraine disrupted oil and fertilizer supplies.</p><p>With a fresh conflict in the Middle East accelerating food price inflation again this year, the cost of filling their refrigerators, freezers and pantries has become a frustration for Americans and made affordability a central issue in the fall midterm elections.</p><p>By some measures, Americans are better equipped to handle the higher prices, if only slightly. The average weekly earnings of people with full-time jobs job have gone up a bit faster than the cost of groceries since 2019, according to data from the U.S. Bureau of Labor Statistics.</p><p>But consumers have long memories when it comes to food shopping, and they know their dollars aren’t going as far as they used to, said Jared Bernstein, a senior policy fellow at the Stanford Institute for Economic Policy.</p><p>Wages grew much more quickly than grocery prices before the pandemic, Bernstein said. Even if a typical worker's paycheck still outpaces supermarket receipts by a small margin, consumers may feel stressed and aggrieved because other costs, like housing and electricity, have climbed significantly as well, he said.</p><p>“People have a well-honed sense of those prices, just as much as gas and maybe more so,” Bernstein, who served as chair of the Council of Economic Advisers under former President Joe Biden, said. “You need groceries to live.”</p><p>An economic indicator like median wages does not capture the capacity of family budgets to accommodate additional price hikes. Americans spent an average of 12.9% of their pretax incomes on eating out and at home in 2024, but the share was 33% for the one-fifth of U.S. households with the lowest earnings, according to the U.S. Department of Agriculture.</p><p>Prices also can vary substantially by region. In St. Louis, food for home use cost 2% more in June compared to a year earlier; in San Francisco, it was 6%, the consumer price index showed.</p><p>In interviews, residents of four urban areas where food price inflation has exceeded the national average shared how steadily rising prices are changing the way they shop. They described hunting for discounts, switching brands and feeling grateful for food banks. Some are more cautious about buying nonessentials like takeout coffee. Others are buying less meat or less food overall.</p><p>“It’s almost like a strategy, a household strategy, where financial pressure just hasn’t disappeared, so consumers are really developing their own playbook on how to navigate it,” said Sally Lyons Wyatt, a global executive vice president at market research company Circana.</p><p>Meat has become a luxury for a family in Texas, the nation's top beef producer</p><p>Beef epitomizes out-of-control grocery prices for many Americans. The price of a pound of ground beef reached $6.82 in June, which is 79% more than at the beginning of 2019, according to Bureau of Labor Statistics data. Contributing factors include a shrinking U.S. cattle herd, drought in the West, and the costs of feed and fuel.</p><p>Demand for ground beef is falling as a result, according to market research company NielsenIQ. Ada Torres, 60, is one of the people no longer buying it: with five pounds of ground beef costing almost $20, meat has become a luxury for her family of five, she said.</p><p>Torres lives 45 miles northeast of Houston in Cleveland, Texas, where she shares a home with her 36-year-old daughter and three grandchildren. Her daughter, who works for a mobile car-washing service, is the family's main provider. Torres does the grocery shopping and cooking.</p><p>“Prices are sky-high. One hundred dollars’ worth of groceries these days is nothing. Maybe you can bring home seven family-size items, if you manage to find a good deal,” she said.</p><p>Swapping Goya canned beans and Hunt’s tomato sauce for products from Walmart’s Great Value range is one way Torres tries to cut costs. Chicken and cold cuts are now the family’s main source of animal protein, she said.</p><p>Torres worries that too much deli meat will be bad for the health of her grandchildren, ages 12, 15 and 16. They miss beef dishes that were once staples on their table, like lasagna with ground beef, beef fajitas and steak with plantain chips, she said.</p><p>Torres' daughter's work dwindles during the rainy season in Texas, and the family only can afford one complete meal a day. Breakfast and dinner consist of simple fare like eggs and generic cereals.</p><p>Shopping outside Boston takes research, multiple stores and chicken recipes</p><p>Apral Jack's grocery-shopping trips included going to Whole Foods until recently. She liked the selection and has fewer mouths to feed now that her three daughters are adults.</p><p>“I don’t have to worry about buying for them anymore,” Jack said with a smile, noting that her days of loading up a cart at Costco and BJ's Wholesale Club are in the past.</p><p>But she spends more cautiously than she once did. She buys steak only if she can get it at a discount. Her weekly menu planning starts at home with an app that displays special offers and digital coupons. She builds her shopping list around what's on sale.</p><p>“Typically, I’ll try to pick the meals based on that. So like chicken fajitas: there was a three-day sale on chicken. I’ll sauté chicken with vegetables and rice,” Jack said.</p><p>Her list includes fewer canned goods. Nabisco’s Ginger Snaps and Nilla Wafers are off it completely because she thinks they cost too much. She doesn't buy store-brand replacements; to Jack, they don't taste the same.</p><p>Matt Hamory, who leads the global grocery practice at the consulting company AlixPartners, said consumers generally have an amount they’re comfortable spending on food each week. They will go to a more expensive store or splurge on a treat if prices fall below that. But if prices seem unreasonable or the economic outlook is uncertain, they’ll look for cheaper alternatives or cut back.</p><p>“I’m going to spend $250 a week, so if I’m shopping at Stop & Shop and they’re getting more expensive, then I’ll start splitting my trips with cheaper places and eventually maybe I’ll lose Stop & Shop entirely,” Hamory said.</p><p>Three generations stretch their dollars and share canned food, eggs and produce to get by in San Francisco</p><p>San Francisco has a reputation as a great city for foodies. Food preoccupies 33-year-old Jack Chang for other reasons. The self-employed barber has three young children and a partner who is unemployed. The money he makes cutting hair five or six days a week sometimes doesn't go far enough.</p><p>"Since I have five mouths I have to feed, basically — and then sometimes my mom, too — it’s a lot on me financially,” Chang said.</p><p>They are not a family that goes out for boba milk teas or artisanal ice cream, both of which abound in San Francisco. They visit Round 1 Bowling & Arcade, a Japanese entertainment center with $1 ice cream cones.</p><p>Like a lot of Bay Area residents, Chang has felt surrounded by rising costs in the last year. The rent for his barbershop increased 10% as he was losing clients laid off from their tech jobs, he said. He bought a used minivan, so now he has a monthly car payment.</p><p>“I look at my credit card every month and I’m like, ‘Wow, how am I going to pay this?’ So I’m a little behind on bills, honestly,” Chang said.</p><p>Chang and his partner, Tina Chhous, try to economize by buying generic brands of food and medicine. They buy organic milk but otherwise stick to conventional products.</p><p>When their 4-year-old daughter’s preschool has leftover lunch items like meat or bread, Chhous offers to take it. She also receives monthly food assistance through the federal Supplemental Nutrition Assistance Program, or SNAP.</p><p>“Without that, I don’t know what I would do,” Chang said.</p><p>Fewer people have the same buffer after the Trump administration tightened SNAP eligibility requirements last year. As of April, 37 million Americans were enrolled in the program, a 12% decline from a year earlier, according to the U.S. Department of Agriculture.</p><p>Chang's 77-year-old mother, Lien, receives SNAP aid, too, and visits two different food banks each week. She shares the canned food, eggs and produce she gets with the rest of the family.</p><p>Chang loves doting on his children, and acknowledges that money would be less worrisome if he were single.</p><p>“But I try to be optimistic and do what I have to do in order to support my family," he said. "Failure is not an option for me.”</p><p>Prices in the Honolulu area keep a pastry chef from shopping and eating local</p><p>High grocery bills come with living in Hawaii. The state gets nearly all its food from cargo ships that have traveled thousands of miles, making prices and the selection at stores vulnerable to oil market spikes.</p><p>Prices for local products also took an upswing this year. The cost of shipping goods between the Hawaiian Islands has skyrocketed amid rising fuel prices tied to the Iran conflict and financial instability within the company that has a near-monopoly on interisland shipping.</p><p>Amanda Tabadero, 28, a pastry chef from Kāneʻohe, a community on the Hawaiian island of Oahu, remembers buying Maui-grown strawberries and blueberries for $7.99 per pound in 2024. Now that they cost $11, she buys berries grown in California or Mexico at Costco for $5 when she needs a bulk supply for baking.</p><p>Tabadero also doubts she will buy lychee fruit again anytime soon. Kaimana lychee, the variety grown in Hawaii, mostly comes from the Big Island. Tabadero said an iced coffee and a bag of lychee she recently bought in the Chinatown section of Honolulu came to $30.</p><p>“It makes me sad,” Tabadero said. “I want to use local stuff.”</p><p>One of her favorite sweets is butter mochi, a chewy dessert made from rice flour. But even that simple recipe has gotten harder to make. One essential ingredient, milk, now costs $9 a gallon at a locally owned supermarket chain, Tabadero said.</p><p>“Foodland is not affordable” for locals, she said, referring to the chain known for its poke and which has a central Honolulu location that is popular with tourists. Tabadero has switched to shopping at Target or Times Supermarket, another Hawaii-based chain.</p><p>At home, where she lives with her parents and younger sister, three cats and a dog, making dinner has required adjustments. Chuck roast for Hawaii-style beef stew, a local staple, crept up last year to roughly $10 a pound from $7.99 or less before the pandemic. Unless she snags a $5 Friday deal at Safeway, “we do have to find substitutes, even if we’re craving it,” Tabadero said.</p><p>___</p><p>This report is a collaboration between The Associated Press and The Lexington Observer in Massachusetts, La Esquina in Texas and Honolulu Civil Beat in Hawaii. AP Video Journalist Terry Chea contributed from San Francisco.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4BNR6W5TDSLT5ZOJ2EYBW7SHWM.jpg?auth=3fb0b57a579b129896567770d26b0bf7f823a318b3a29f7ab6e92b09d3d27205&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lien Chang feeds her 2-year-old grandson Cairo Miu a bowl of rice next to his dad Jack Chang in her home on Monday, July 13, 2026, in San Francisco. (AP Photo/Juliana Yamada)]]></media:description><media:credit role="author" scheme="urn:ebu">Juliana Yamada</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/26FEGACTP6L4RLKOFSDUIVUMKA.jpg?auth=6f51477f1022f7b6bc6d445a788ee7a55b0178c7b3ba6312a7c2ba3d6d367e30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jack Chang cuts Isaac Obamehinti's hair while holding his 2-year-old son Cairo Miu at his studio on Monday, July 13, 2026, in San Francisco. (AP Photo/Juliana Yamada)]]></media:description><media:credit role="author" scheme="urn:ebu">Juliana Yamada</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G3Q2VWJBAG4B4EVG57BJTM7FCE.jpg?auth=83bb22c92747d709a629d54b96af972ec085a2c57ae31c215d3ec10d73573ddd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Apral Jack orders deli meat at Stop&Shop in Lexington, Mass., Monday, July 6, 2026. (Maggie Scales/The Lexington Observer via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Maggie Scales</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CMF5NCUW72S25KCRZGEQKYBVH4.jpg?auth=cf026724c38ca88b99d6959b59426675add1f5d3b9de18984a27cda518ddfa43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ada Torres holds tomatoes while shopping for produce, Thursday, July 2, 2026, in Cleveland, Texas, about 45 miles northeast of Houston. (Sandy Guatibonza/La Esquina TX via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sandy Guatibonza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U2WKCBNYDCMV3FHRIDLEPDILCU.jpg?auth=1e0693690b0fdedc257ad2aacce2f2336dd6064ca365c6c679637826ee6872b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pastry chef Amanda Tabadero pours milk into a plastic container while preparing ingredients for maritozzi at Creature Coffeeshop in Kaneʻohe, Hawaii, Tuesday, July 7, 2026. (Hikari Mae Hida/Honolulu Civil Beat via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Hikari Mae Hida</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SNDJSLMOPJXVIGECWDXVQR4NI4.jpg?auth=d945cf82c5c2fe2843c0b6f375fd199f545727b93a250d78081546eedd106383&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 consumer price index trend for food purchased for home use in U.S. cities. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Holm</media:credit></media:content></item><item><title><![CDATA[Brazil's Flávio Bolsonaro secures presidential bid despite challenges]]></title><link>https://www.local10.com/news/world/2026/07/25/brazils-flavio-bolsonaro-secures-presidential-bid-despite-challenges/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/brazils-flavio-bolsonaro-secures-presidential-bid-despite-challenges/</guid><dc:creator><![CDATA[By MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — Brazilian senator Flávio Bolsonaro, a son of former President Jair Bolsonaro, was confirmed as the presidential candidate of his father's Liberal Party on Saturday in a bid against incumbent President Luiz Inácio Lula da Silva, even as his campaign faces many challenges.]]></description><pubDate>Sat, 25 Jul 2026 18:18:01 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — Brazilian senator Flávio Bolsonaro, a son of former President Jair Bolsonaro, was confirmed as the presidential candidate of his father's Liberal Party on Saturday in a bid against incumbent President Luiz Inácio Lula da Silva, even as his campaign faces many challenges.</p><p>The younger Bolsonaro still seeks a running mate and does not enjoy the support of centrist parties as his father did. Few Brazilian political heavyweights were in attendance, in another sign of his troubles forming an alliance against Lula ahead of the October election .</p><p>The 45-year-old senator's popular stepmother, Michelle Bolsonaro, a leader for many evangelical voters, was one of the notable absences among about 500 people cheering him on in Sao Paulo. Recently, the two exchanged criticism in public. She spoke Saturday in a recorded video in which she mentioned the anointed candidate just once.</p><p>Milei and Netanyahu express support</p><p>Still, Flávio Bolsonaro managed to bring in Argentina's President Javier Milei, displayed a short video of support from Israeli Prime Minister Benjamin Netanyahu and now eyes more international endorsements from several members of U.S. President Donald Trump's administration.</p><p>Milei said Brazil needs to get rid of what he called “the Lula risk” of keeping progressive politics for another four years in Latin America's most powerful economy.</p><p>But absences were notable. The former president cannot make public addresses as he serves his 27-year sentence over a coup attempt, so a video featured an artificial intelligence-created version of Jair Bolsonaro.</p><p>Flávio Bolsonaro did not disclose much about his plans for the presidency if he wins. He tearfully paid tribute to his father, now under house arrest, and raised his voice against Lula.</p><p>“You are going to put this presidential sash on me next year,” said Bolsonaro, who also accused Brazil's Supreme Court of persecuting his family. “This is more than a party convention. This is the beginning of the toughest battles of our life. A fight between good and evil.”</p><p>Search for a running mate continues</p><p>Bolsonaro has failed to recruit a high-profile female running mate after attempts to lure former Agriculture Minister Tereza Cristina.</p><p>Her Popular Party, which has a stronghold in Congress and was key for Jair Bolsonaro’s presidency, was not expected to field a presidential candidate. Its distancing from the younger Bolsonaro has been surprising.</p><p>“That's not necessarily bad for us,” lawmaker Zé Trovao told journalists before the convention began. “We can have a more ideological campaign and when time comes it will be them coming to us, having to agree to our agenda if they want to get rid of Lula and the Workers Party.”</p><p>Flávio Bolsonaro “has faced a problem each week, sometimes two problems,” said political consultant Thomas Traumann, based in Rio de Janeiro. "So far he has been on the defensive, saying the campaign only starts in August.”</p><p>Lula’s Workers’ Party will confirm the 80-year-old’s reelection bid in a convention on Aug. 2, also in Sao Paulo, a key battleground in the election.</p><p>Flávio Bolsonaro faces an uphill battle</p><p>Many of the troubles Bolsonaro has faced are self-inflicted. Support to his bid started to wane in May after he admitted he had requested millions of dollars from jailed banker Daniel Vorcaro to pay for a film about his father's life. The revelation shocked many allies.</p><p>Bolsonaro then visited the White House and the U.S. State Department days later expecting to get a Trump boost, but now many voters, business leaders and politicians blame him for the U.S. government imposing new tariffs on Brazilian exports of up to 37.5% as of Friday.</p><p>Even as most of Brazil was watching the World Cup on TV, Bolsonaro faced another blow: His stepmother recorded a video to say he was being disrespectful to her in a phone conversation.</p><p>Then last week, Bolsonaro drew criticism after repeating debunked claims on the reliability of Brazil’s electronic voting system, echoing those that led the country’s top court to rule his father ineligible.</p><p>As the convention was being prepared, the senator and his stepmother made amends. Bolsonaro made the first move in a live broadcast in which he apologized and added he is being “disproportionally persecuted" by others, as his father was.</p><p>Michelle Bolsonaro accepted Sen. Bolsonaro's apology on Friday, in what could be a first move of reconciliation within the family as the campaign begins.</p><p>“Let's sit down, let's talk, let's adjust details and together we will get a big army of people who do good to rescue our Brazil," she said in a video published on Friday.</p><p>Traumann, the political analyst, said Bolsonaro at the convention will have a much tougher time appealing to moderates than he did when he started his bid in December.</p><p>“He was showing himself as the moderate Bolsonaro, the one who took COVID vaccines, who is kind to his two daughters,” Traumann said. “He has lost voters who are against the Workers' Party, but are also more moderate. Now he has the radical core of his campaign, and his attempt now is to stop that group from leaving him too.”</p><p>___ Associated Press journalist Lucas Dumphreys in Rio de Janeiro contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BG4U7P4TXHCUJA6T4MINPKTBKE.jpg?auth=877781548226af17bb334a267241d6e16770cafbc0d9bd1f04ff23eb831206f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian Sen. Flavio Bolsonaro greets supporters as he arrives to the Liberal Party convention where he was confirmed as the party's presidential candidate, in Sao Paulo, Saturday, July 25, 2026. (AP Photo/Ettore Chiereguini)]]></media:description><media:credit role="author" scheme="urn:ebu">Ettore Chiereguini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YHQMFXCPJEL5ZQVHJARHEXR2EQ.jpg?auth=102e91c73a24e52c06558848de392889328b5c4341f163a75e6be4295c4d6886&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian Sen. Flavio Bolsonaro, the son of former President Jair Bolsonaro, arrives to the Liberal Party convention where he was confirmed as the party's presidential candidate, in Sao Paulo, Saturday, July 25, 2026. (AP Photo/Ettore Chiereguini)]]></media:description><media:credit role="author" scheme="urn:ebu">Ettore Chiereguini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YST2574YGXUNWS3DVTLCKY3HCQ.jpg?auth=8debe1566c5767b6207aa678c95f5a8cc6339d12020c5404270423222d992a48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian Sen. Flavio Bolsonaro, right, handles an oversized pair of scissors, accompanied by Argentina's President Javier Milei during the Liberal Party convention where Bolsonaro was confirmed as the party's presidential candidate, in Sao Paulo, Saturday, July 25, 2026. (AP Photo/Ettore Chiereguini)]]></media:description><media:credit role="author" scheme="urn:ebu">Ettore Chiereguini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CTXBEOAIUZNO27WALBBUH6DBJM.jpg?auth=ecd5dd396331b64a925462042c5ffd5a4f55d455e53d263e457b06b88edba064&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian Sen. Flavio Bolsonaro, the son of former President Jair Bolsonaro, arrives to the Liberal Party convention where he was confirmed as the party's presidential candidate, in Sao Paulo, Saturday, July 25, 2026. (AP Photo/Ettore Chiereguini)]]></media:description><media:credit role="author" scheme="urn:ebu">Ettore Chiereguini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WC25M6SQSIIJCCVIBVQS4ACBLU.jpg?auth=c97c2d7b5e11ffc02f81899079d26b80890d0bd2d2e0d2414e7038e3a7d3fc03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian Sen. Flavio Bolsonaro, right, and Sao Paulo Gov. Tarcisio de Freitas hold up their country's national flag during the Liberal Party convention where Bolsonaro was confirmed as the party's presidential candidate in Sao Paulo, Saturday, July 25, 2026. (AP Photo/Ettore Chiereguini)]]></media:description><media:credit role="author" scheme="urn:ebu">Ettore Chiereguini</media:credit></media:content></item><item><title><![CDATA[India’s 'Cockroach' movement ends protests after education minister resigns]]></title><link>https://www.local10.com/news/world/2026/07/25/indias-education-minister-resigns-in-major-victory-for-youth-led-cockroach-movement/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/indias-education-minister-resigns-in-major-victory-for-youth-led-cockroach-movement/</guid><dc:creator><![CDATA[By SHEIKH SAALIQ and PIYUSH NAGPAL, Associated Press]]></dc:creator><description><![CDATA[NEW DELHI (AP) — India’s “Cockroach” movement called off its weeks of protests on Saturday, saying the government had accepted all of its demands after the country's education minister resigned over alleged exam paper leaks and irregularities in the education system.]]></description><pubDate>Sat, 25 Jul 2026 12:47:49 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — India’s “Cockroach” movement called off its weeks of protests on Saturday, saying the government had accepted all of its demands after the country's education minister resigned over alleged exam paper leaks and irregularities in the education system.</p><p>Dharmendra Pradhan announced his resignation in a post on X, handing a major victory to the youth movement that spearheaded nationwide demonstrations, sit-ins and hunger strikes. His resignation marks the first significant concession by Prime Minister Narendra Modi’s government to one of the most visible waves of public dissent it has faced in recent years.</p><p>The government has rarely yielded to sustained public pressure during Modi's more than 12 years in office. The most notable exception came in 2021, when it was forced to withdraw controversial farm laws after a yearlong farmers’ protest.</p><p>The "Cockroach'" movement began more than a month ago after allegations of leaks in some of India’s biggest entrance exams. It started as a call for education reforms but grew into a broader protest over unemployment, government accountability and economic opportunities. Students, professionals, families and activists joined rallies in New Delhi and other cities across India.</p><p>Following Pradhan’s resignation, movement organizers called off the protests, saying the government had accepted their remaining demands. Those included broader reforms to India’s education system, compensation for families of students who died by suicide following exam paper leaks, and a commitment that no legal action would be taken against those who participated in the protests.</p><p>“We urge everyone to peacefully withdraw from protest sites,” Ashutosh Ranka. spokesperson of the Cockroach Janta Party, which launched the protest movement, said at a news briefing in New Delhi.</p><p>News of Pradhan’s resignation sparked celebrations among the thousands of protesters who have camped at New Delhi’s protest site for more than a month. Many embraced each other and waved the Indian flag.</p><p>Prachi Kumar, a corporate employee who joined the protests, said Pradhan’s resignation was necessary to restore accountability in the education system.</p><p>“This had to be done. Someone must be held accountable,” she said.</p><p>The Cockroach Janta Party declared victory following the resignation, writing on X: “DEMOCRACY WINS!”</p><p>The demonstrations became one of the most persistent challenges to Modi’s government in recent years, with thousands returning to the streets even after police used tear gas and batons to disperse marchers.</p><p>Tensions escalated on Monday when police moved to disperse thousands of protesters marching toward Parliament. Several students were injured in the crackdown, intensifying anger among demonstrators.</p><p>Modi’s government had earlier sought to ease tensions by announcing fast-track courts for cases involving exam paper leaks and saying it would introduce legislation to strengthen measures against cheating and corruption in the examination system. The measures failed to satisfy protesters, who said they did not address government accountability.</p><p>Opposition parties, which rallied behind the protests, said Pradhan’s resignation showed the government had bowed to sustained public pressure.</p><p>Rahul Gandhi, India’s main opposition leader in Parliament, called it a “major step toward revamping our education system”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZKLHQDNJYYKOSS4HO7FKB32Z6Q.jpg?auth=a8ca7aed79f1ef7f1e57d74b6fa6bbb74eb4005423aeb0141fb9319a8a80de04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters react after India's Education Minister Dharmendra Pradhan resigned following nationwide protests as part of the Cockroach Janta Party's protest movement in New Delhi, India, Saturday, July 25, 2026. (AP Photo/Vipin)]]></media:description><media:credit role="author" scheme="urn:ebu">Vipin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BM5BV2DGHW7B67INR5FAI4YYT4.jpg?auth=b4afde15ea1093b0e5e212a6c517a5dafbc2a3b42381a37977cb3ddfd7a3ee25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- India's Petroleum Minister Dharmendra Pradhan smiles at the end of a joint press conference in New Delhi, India, Tuesday, April 17, 2018. (AP Photo/Altaf Qadri, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZTWRBIONEXOB2QZSYZ223WSMZ4.jpg?auth=8faf88133d96765618a02f001954b6921c2192d2c30701fe9f4ef08b731415d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters react after India's Education Minister Dharmendra Pradhan resigned following nationwide protests as part of the Cockroach Janta Party's protest movement in New Delhi, India, Saturday, July 25, 2026. (AP Photo/Vipin)]]></media:description><media:credit role="author" scheme="urn:ebu">Vipin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CIDEC5R4ZJC2C6JBKCSSBE3PCY.jpg?auth=dc4b414035ced4626e0ce335ea0e9ccce7811b3fdce6eae62b011f1e4368f89f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters participate in a demonstration demanding educational reforms as part of the Cockroach Janta Party's ongoing protest movement in New Delhi, India, Saturday, July 25, 2026. (AP Photo/Vipin)]]></media:description><media:credit role="author" scheme="urn:ebu">Vipin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6SMXFGMUUQBQDZEQMF4SGJA3HQ.jpg?auth=2030d0c58500592aaedb8fd38905ea70b9ed6d044586f7e2f178fba57b0340ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters participate in a demonstration demanding educational reforms as part of the Cockroach Janta Party's ongoing protest movement in New Delhi, India, Saturday, July 25, 2026. (AP Photo/Vipin)]]></media:description><media:credit role="author" scheme="urn:ebu">Vipin</media:credit></media:content></item><item><title><![CDATA[Latest Russian and Ukrainian attacks kill a total of 15 people, officials say]]></title><link>https://www.local10.com/news/world/2026/07/25/russian-and-ukrainian-officials-report-14-dead-in-latest-attacks/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/russian-and-ukrainian-officials-report-14-dead-in-latest-attacks/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Ukrainian attacks on holiday camps on Saturday in the partly Russian-occupied Zaporizhzhia region have killed 12 people, Moscow-installed officials said, while authorities in Ukraine’s northeastern Sumy region said a Russian drone strike killed three people there.]]></description><pubDate>Sat, 25 Jul 2026 15:58:23 +0000</pubDate><content:encoded><![CDATA[<p>Ukrainian attacks on holiday camps on Saturday in the partly Russian-occupied Zaporizhzhia region have killed 12 people, Moscow-installed officials said, while authorities in Ukraine’s northeastern Sumy region said a Russian drone strike killed three people there.</p><p>The strikes followed a major Russian attack on Friday near Kyiv that killed at least 10 people and wounded around 100 others, part of a relentless cycle of tit-for-tat attacks that dims the potential of reaching a diplomatic end to Russia's more than 4-year-old invasion of its neighbor.</p><p>The exchange comes as Ukraine’s successful drome attacks have stalled the Russian army’s advances in an expanded campaign by Kyiv inside Russia that has been hitting high-profile targets, causing fuel shortages and piling pressure on Russian leader Vladimir Putin.</p><p>Four children were among 12 people killed in the attack on the resorts in Zaporizhzhia, Yevgeny Balitsky, the Kremlin-installed regional head, said, adding that 19 others were wounded.</p><p>Ukraine did not immediately comment.</p><p>Sumy regional head Oleh Hryhorov said on Saturday three people were killed when a large fire broke out after a Russian drone struck a “civilian facility,” adding that the victims were drivers for private Ukrainian postal and courier service Nova Poshta.</p><p>Russia’s defense ministry said it attacked a “storage and launch site” for Ukrainian drones in the Sumy region.</p><p>In Zaporizhzhia, in southeastern Ukraine, a Russian drone attack late Friday hit a shopping center, causing a fire that spread over a 500-square-meter area and injuring several people, regional head Ivan Fedorov said.</p><p>Ukraine's President Volodymyr Zelenskyy warned in his evening address on Friday that intelligence assessments indicated that Russia was preparing missiles for a large attack, saying there were indications that this could happen in the next 48 hours.</p><p>Ukraine keeps targeting oil facilities</p><p>A Ukrainian drone attack caused a fire in the grounds of the Tyumen Oil Refinery, in western Siberia, Tyumen regional Gov. Aleksandr Moor said on Saturday.</p><p>Writing on X Saturday, Zelenskyy confirmed the hit on the Tyumen plant, along with a logistics facility in Yekaterinburg and a fuel and lubricants warehouse in Rostov-on-Don.</p><p>Ukraine’s long-range drone technology has evolved during the war, posing a problem for Russia, whose huge land mass is hard to protect fully.</p><p>Kyiv’s forces have targeted Russian oil facilities, causing fuel shortages and embarrassing President Vladimir Putin.</p><p>Zelenskyy to meet Trump in Washington</p><p>U.S. President Donald Trump and Zelenskyy plan to meet on Tuesday in Washington, a White House official said on Saturday, speaking on condition of anonymity to discuss Trump’s schedule before it is announced.</p><p>Kyiv did not immediately comment on the meeting, although Zelenskyy said in his Friday address that Kyiv was “preparing for a meeting with the President of the United States and his team.”</p><p>A memorial service in Washington for the late Sen. Lindsey Graham, one of Kyiv’s staunchest supporters, is slated for Tuesday.</p><p>Romania shoots down second drone in 2 days</p><p>Romania’s defense ministry said on Saturday its forces had “safely shot down” a drone that breached its airspace in an “unpopulated area” near the Ukrainian border. The drone was “shot down by a Romanian pilot from an F-16 aircraft,” President Nicușor Dan said in a post on Facebook.</p><p>Saturday’s interception came after a drone was shot down around Padina, northeast of the Romanian capital, Bucharest, on Friday.</p><p>A series of drone incursions by Russia and Ukraine have hit Romania and other NATO members since Moscow launched its full-scale invasion of Ukraine in February 2022.</p><p>In June, a Ukrainian maritime drone exploded at the Black Sea port of Constanta, while three other sea drones exploded outside the port. No one was hurt.</p><p>A Russian drone that was part of an attack on Ukraine in May went astray and struck an apartment building in eastern Romania, injuring two people.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/33AYQA3JRTV4ORV3TEWYOR24XE.jpg?auth=4d854934d2f84bd2f53ae763ec344d5011e173668d1236bb1ee8813cdb506108&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 the Ukrainian Emergency Service, shows the site of Russian missile strikes in Kyiv region, Ukraine, Friday, July 24, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ARI2GWVNSAD7GE4HZG4LQSWDAE.jpg?auth=f0079b3aebec36c2d42de7e307fcbc2b10bbeac59b132fa1e3c9f714b9c7b710&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 the Ukrainian Emergency Service, shows the site of Russian missile strikes in Kyiv region, Ukraine, Friday, July 24, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/NXR2HG3XATTQIDFZNLWJTK3OAQ.jpg?auth=0025a129b85dbd6f44f70a39b0b0b4a70bf2da91b7939fa9890757750954c2b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy looks on before his meeting with Ireland's Prime Minister Micheal Martin in Kyiv, Ukraine, Thursday, July 23, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content></item><item><title><![CDATA[France and Spain battle wildfires as more than 250,000 people are forced to flee homes]]></title><link>https://www.local10.com/news/world/2026/07/25/france-and-spain-battle-wildfires-as-more-than-250000-people-are-forced-to-flee-homes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/france-and-spain-battle-wildfires-as-more-than-250000-people-are-forced-to-flee-homes/</guid><dc:creator><![CDATA[By MARK CARLSON, EMMA DA SILVA and JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[LEGE-CAP FERRET, France (AP) — France sent a hulking military cargo plane to dump tons of flame retardants as it battled raging wildfires on Saturday and slashed the final stage of Tour de France to redeploy security personnel to the blazes that forced tens of thousands of people to flee their homes.]]></description><pubDate>Sat, 25 Jul 2026 20:39:15 +0000</pubDate><content:encoded><![CDATA[<p>LEGE-CAP FERRET, France (AP) — France sent a hulking military cargo plane to dump tons of flame retardants as it battled raging wildfires on Saturday and slashed the final stage of Tour de France to redeploy security personnel to the blazes that forced tens of thousands of people to flee their homes.</p><p>The latest wildfires in southern Europe this week have displaced more than 250,000 people, including some 70,000 people who were evacuated in central Spain. One man died in Manises, the municipality reported on its Facebook page, the first death so far in the blazes.</p><p>In France, the giant A400M transporter swooped in low, its long plume of ochre-colored retardant trailing over drought-hit woodlands in the southwest as fire crews on the ground fought flames that authorities feared could spread toward the wine region city of Bordeaux.</p><p>Race organizers and the Paris police department announced a truncated 21st and final stage on Sunday for the three-week Tour, France's most famous annual sporting event, reflecting the immense strain that two large fires in the southwest are causing for emergency services.</p><p>Tour riders will race Sunday inside Paris, rather than starting from Thoiry, west of the capital, on a circuit of 89 kilometers (55 miles) — down by a third from the 133-kilometer (82.5-mile) route that had been planned. Part of the race's security detail will instead “reinforce the response efforts in the areas affected by the wildfires,” according to the statement announcing the ”exceptional measures made necessary by the situation."</p><p>Shifting winds raise concerns for Bordeaux</p><p>With winds expected to shift in a west-to-east direction on Saturday afternoon, potentially driving flames closer to Bordeaux, fire crews and authorities were digging trenches, using retardants and taking other blaze-blocking steps, French Interior Minister Laurent Nunez said, predicting a “long and very difficult” battle.</p><p>He said the fire was about 30 kilometers (20 miles) west of the city and lost some of its intensity overnight. The prefect of the Gironde region that includes Bordeaux said the blaze grew into “a firestorm" on Friday after igniting earlier this week and cautioned that it “remains dangerous" even though firefighters were making progress.</p><p>The government mobilized soldiers to join fire crews and was rushing in 1.5 million face masks to protect against choking smoke.</p><p>Authorities ordered people between the fire and Bordeaux to evacuate, including from parts of the city’s western suburbs and other towns and villages.</p><p>Prime Minister Sébastien Lecornu described the fires as unprecedented and said the Gironde blaze became so strong on Friday that it had begun generating its own winds. Firefighting teams were being reinforced with the addition of hundreds of soldiers and breathing masks to filter out potentially noxious smoke particles were being rushed to those exposed, Lecornu said.</p><p>In Bordeaux, authorities took in thousands of evacuees, offering them food and shelter in an exhibition center, and the city’s mayor said it could be equipped to welcome as many as 10,000 people if that became necessary. The city's airport said it remained open but that its bus and tram services were suspended.</p><p>Evacuation orders were sent with special alerts to mobile phones, instructing people to leave, Gironde prefect Sophie Brocas said. She said the fire had destroyed about 140 homes in the region.</p><p>The magnitude of the wildfires caught authorities off guard</p><p>The French military A400M transport plane, specially converted for fire-fighting, was a heavyweight new tool in the battle. It joined at least 18 other water- and retardant-dropping aircraft and helicopters that Nunez said were deployed in the Gironde region, working in rotation in the smoke-filled skies.</p><p>The virulence of the French and Spanish wildfires, fueled by high temperatures and the long-term effects of climate change, caught fire crews and authorities off guard.</p><p>Firefighters in Spain said the blazes spread so fast and violently that they could not be tackled head on. In France, some people even fled by boat when flames swept through touristic towns on the Atlantic coast.</p><p>“We’ve never seen anything like this,” said Javier Organista, a resident of El Tiemblo, west of Madrid, where fire charred a famed chestnut grove. “When we saw the flames coming into our town, surrounding us, leaving us with practically no way out, all the neighbors joined together to try to stop its advance.”</p><p>“It’s just really sad,” he said.</p><p>Climate change supercharges fires</p><p>Spain deployed 2,600 firefighters, police and other emergency personnel to two blazes west of Madrid, backed by 19 water-dumping aircraft and helicopters.</p><p>France deployed 1,400 firefighters to the Gironde fire and hundreds of others to another wildfire further south in the Landes region. Dozens of firefighters suffered injuries, authorities said amid panic scenes with townsfolk fleeing by car and police went door to door to tell people to leave.</p><p>Successive heat waves that hit unusually early and hard this year, baking Europe with record-shattering high temperatures, have turned forests and scrublands into tinderboxes.</p><p>Fires have burned 130,000 hectares of forest already this year in Spain, up from an annual average of 100,000 hectares over the past decade, Spanish Prime Minister Pedro Sánchez said Saturday as he visited a command post west of Madrid.</p><p>He said more favorable weather Saturday offered “a window of opportunity” for fire crews to bring the blazes under control. Madrid's regional government said the fires decreased in intensity as winds and temperatures dropped.</p><p>The fatality reported on Saturday occurred in Manises, part of the wildfire-affected region of Valencia.</p><p>Other European nations were helping, with Italy, Greece, the Netherlands, Portugal, Croatia, the Czech Republic, Sweden, Slovakia, Germany and Switzerland already providing or expected to deploy water-dumping planes and helicopters to the Spanish and French fire fronts.</p><p>___</p><p>Leicester reported from Paris. Associated Press journalists Barry Hatton in Lisbon, Portugal; Manu Fernandez in El Tiemblo, Spain; and Joseph Wilson in Barcelona contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NPZC4J3SWMM7JVN77OHJDIIIOU.jpg?auth=34cf3474d46f275b1d87acab9275659ab392cf42b2167a280733f8e017eac170&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter stands on a truck on a road near Lacanau, southwestern France, Saturday, July 25, 2026, as wildfires rage in the area. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KYALYUPE5C322RRWTUXGGUXSOE.jpg?auth=ee5b970cd3cb8204032d28cae50803e6e18d33eb2a49aedec918fe09af68bebd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises as a wildfire advances near El Tiemblo, Madrid province, Spain, Saturday, July 25, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/73FTOOWBW3O6UXY6E77FNA7QQI.jpg?auth=32861a7c91f6f21ae0d017c2cbfac3b9af7acd32a6afcde934897c6f85520e23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises as a wildfire advances near Hoyo de Pinares, Madrid province, Spain, Saturday, July 25, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V47PZYVY3ENRICRJAKQ5XPDECI.jpg?auth=3f3b9b1e4ad365e389b80bbf00ddc11dd9e9ab37fe8e2b8a41b8a727db6e548b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fiirefighters spray water in a burning forest in the Lège-Cap-Ferret region, western France, Friday, July 24, 2026. (AP Photo/Caroline Blumberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Blumberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N55C54TV2VNCYZL4N7RQLD4ETQ.jpg?auth=0c0872c015b02567f66cdb9a21df459597620a15079d5ef94b0f3608bc2b2248&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of a burned house and vehicle, in Lanton, in the Lege-Cap-Ferret region, southwestern France, Saturday, July 25, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content></item><item><title><![CDATA[Japan's monkey sensation Punch gets thousands of birthday messages as he turns 1 on Sunday]]></title><link>https://www.local10.com/news/world/2026/07/25/japans-monkey-sensation-punch-gets-thousands-of-birthday-messages-as-he-turns-1-on-sunday/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/japans-monkey-sensation-punch-gets-thousands-of-birthday-messages-as-he-turns-1-on-sunday/</guid><dc:creator><![CDATA[By MAYUKO ONO and MARI YAMAGUCHI, Associated Press]]></dc:creator><description><![CDATA[ICHIKAWA, Japan (AP) — Punch, the orphaned monkey at a Japanese zoo that stole many people's hearts by clinging to an orangutan plushie, is marking his first birthday with a flood of well-wishing messages from his fans around the world — even though he now has friends and is no longer holding on to the toy.]]></description><pubDate>Sat, 25 Jul 2026 08:59:40 +0000</pubDate><content:encoded><![CDATA[<p>ICHIKAWA, Japan (AP) — Punch, the orphaned monkey at a Japanese zoo that stole many people's hearts by clinging to an orangutan plushie, is marking his first birthday with a flood of well-wishing messages from his fans around the world — even though he now has friends and is no longer holding on to the toy.</p><p>Punch was abandoned by his mother after his birth a year ago Sunday, presumably because of exhaustion. Zookeepers nursed him and gave him the toy to develop his gripping ability, something newborn macaques need to survive.</p><p>Punch is no longer a plump baby with the plushie and he's hard to distinguish from other monkeys as he mingles and plays with them at an enclosure at the Ichikawa City Zoological and Botanical Garden.</p><p>He still attracts big crowds, and has received some 2,500 birthday cards from inside and outside Japan, said Takashi Yasunaga, head of the zoo. Many of the cards and other messages fill the walls at an indoor Punch birthday exhibit where visitors can also view video chronicling Punch from his earliest days.</p><p>“As Punch was trying very hard struggling to live each day, his two keepers did everything they can while other staff watched over him,” Yasunaga said, recalling the past year. “It was extremely hot when Punch was born. The memory is still clear to me as the hot season returns."</p><p>In mid-January, after six months of special care by his keepers, Punch was placed into the zoo’s monkey enclosure to join some 50 other monkeys — a challenge that led to his fame.</p><p>In February, images of Punch with his toy posted by the zoo on social media immediately became a sensation and drove tens of thousand of visitors to the zoo, half of them from overseas, Yasunaga said.</p><p>When other monkeys shooed the baby away, Punch rushed back to the toy orangutan, hugging it for comfort. Fans cheered him with a #HangInTherePunch tag on social media.</p><p>It was not just the cuteness factor of seeing Punch with his toy, but also his lone struggle to be gradually accepted by others that struck a chord, fans say.</p><p>Kumi Ishizawa, a Kobe resident who was at the birthday exhibit, said she found Punch on social media earlier this year. From then on, overcoming her illness to come see him had become her goal.</p><p>“He moved me ... I kept on telling myself that I'm going to get well and come visit to see Punch," said Ishizawa, who has since recovered and dropped by the zoo after wrapping up a business trip. “And here I am, I made it. I'm very happy I could finally see him in person."</p><p>Yeye Lights, a longtime resident in the city, had never visited the zoo until she became a Punch fan and now has an annual visitor pass. She was hooked by Punch after her daughter in the Philippines told her about the monkey.</p><p>“I have a cake for Punch-kun, I'm celebrating with my friends,” Lights said, using an affectionate Japanese honorific for boys. She thanked the monkey's two carers for taking good care of him.</p><p>___</p><p>Yamaguchi reported from Tokyo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SDAPQSW5PGOF7T7MS6IJ4RW3Y4.jpg?auth=c0d057ce41be85e32c9bf4cf1f5c6079081df0fce1e7cf841a757880680294af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Punch, a young Japanese macaque, plays at Ichikawa City Zoological and Botanical Garden in Ichikawa, east of Tokyo, Thursday, July 23, 2026. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HFBMB2CZYXO5VHE4AKBAEPW4V4.jpg?auth=51f6a5b2bcf478d5d83634a4fd7478dc156efe92ac3c0cbb498d709d30857ebe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Punch, a young Japanese macaque, plays at Ichikawa City Zoological and Botanical Garden in Ichikawa, east of Tokyo, Thursday, July 23, 2026. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TP2VF3G2JLC6TCFFHREN4GTKEY.jpg?auth=09522751ad8be76e3aefb11e8af8a6da602e4086470d1ea611880cd9323db2ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors gather to watch Punch, a young Japanese macaque, at the Ichikawa City Zoological and Botanical Garden in Ichikawa, east of Tokyo, Thursday, July 23, 2026. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CPQ7MAM6PMS5GHGJHCZ4KE4DNM.jpg?auth=02ea64d15246c718e3b83dc0b37453270066c707c846fc89219286c4f95e76a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor reaches toward birthday messages for Punch, a young Japanese macaque, displayed ahead of his first birthday at the Ichikawa City Zoological and Botanical Garden in Ichikawa, east of Tokyo, Thursday, July 23, 2026. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2Z7HKIFOAP5X6J3WB2VJ536Z3A.jpg?auth=c99b0d5d11a53dc9ed0e7dfc628f590976525ae8f9ec4a977c960bc62be8dff8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Punch, a young Japanese macaque, plays at Ichikawa City Zoological and Botanical Garden in Ichikawa, east of Tokyo, Thursday, July 23, 2026. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[Georgia's Okefenokee Swamp among new additions to join UNESCO's World Heritage List]]></title><link>https://www.local10.com/news/world/2026/07/25/georgias-okefenokee-swamp-among-new-additions-to-join-unescos-world-heritage-list/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/georgias-okefenokee-swamp-among-new-additions-to-join-unescos-world-heritage-list/</guid><dc:creator><![CDATA[By KIM TONG-HYUNG, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — The Okefenokee Swamp in Georgia, an ornate 13th-century Buddhist temple in Thailand and tidal flats in western South Korea were among several sites added to the World Heritage List on Saturday at a U.N. committee meeting in South Korea.]]></description><pubDate>Sat, 25 Jul 2026 18:09:21 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — The Okefenokee Swamp in Georgia, an ornate 13th-century Buddhist temple in Thailand and tidal flats in western South Korea were among several sites added to the World Heritage List on Saturday at a U.N. committee meeting in South Korea.</p><p>The UNESCO meetings in Busan, which continue through next Wednesday, are reviewing dozens of other nominations, including the D-Day landing beaches in France, Mount Olympus in Greece and the ancient Japanese capitals of Asuka-Fujiwara.</p><p>The Okefenokee Swamp boasts impressive biodiversity</p><p>The Okefenokee Swamp is regarded as one of the world’s largest freshwater ecosystems, encompassing a vast network of wetlands that supports exceptional biodiversity and serves as the source of two major rivers. Its largely undisturbed peat beds preserve a 5,000-year record of environmental change, making the swamp both a globally significant natural habitat and a valuable source of information on long-term environmental change, according to a UNESCO description.</p><p>While the World Heritage designation places the Okefenokee National Wildlife Refuge alongside iconic U.S. landmarks such as the Grand Canyon, some locals have opposed the listing, fearing it would increase U.N. involvement in managing the site.</p><p>“We accept this inscription not as a finish line, but as a commitment to keep the Okefenokee wild, resilient, and thriving for generations to come,” said Kim Bednarek, executive director of the nonprofit Okefenokee Swamp Park that’s worked with the U.S. government on the refuge’s nomination package.</p><p>A Thai 13th-century Buddhist temple with unique architecture makes the list</p><p>Wat Phra Mahathat Woramahawihan, a 13th-century Buddhist temple in southern Thailand known for its 78-meter (255-foot) stupa and distinctive architecture, was also inscribed on the World Heritage List, becoming Thailand’s ninth site.</p><p>UNESCO has described the temple as an outstanding example of Theravada Buddhist architecture that remains a living place of worship, preserving religious traditions that draw large gatherings of devotees. The temple was first proposed to UNESCO in 2012, and has gone through more than a decade of preparation to meet the nomination requirements.</p><p>While the World Heritage listing is expected to dramatically increase visitors to the temple, Kanop Ketchart, mayor of Nakhon Si Thammarat City, said officials are prepared to address potential infrastructure and capacity challenges.</p><p>“We have prepared our infrastructure, buffer zoning and evacuation plan to fit all the requirements of UNESCO,” he said in an interview with The Associated Press this month. “More importantly, the people are getting used to all this process for almost 10 years. So they are very much looking forward to (it).”</p><p>Religious, environmental and historic sites join the World Heritage List</p><p>Sarnath, an ancient Buddhist site in the northern Indian city of Varanasi, was another Asian religious location newly added to the World Heritage List. Recognized as the sacred location where the Buddha delivered his first sermon, the site’s architectural and archaeological properties remain deeply significant despite periods of decline and revival, UNESCO said.</p><p>The committee also decided to expand the World Heritage listing of the South Korean “getbol” tidal flats with four additional coastal wetlands in Seosan, Goheung, Muan and Yeosu in the country’s west. UNESCO had previously inscribed four other South Korean tidal flats in 2021 for their biodiversity and crucial role as a stopover for migratory birds.</p><p>South Korea’s Foreign Ministry said the expanded designation of the tidal flats “reaffirms the importance of international cooperation for the conservation of the Yellow Sea ecosystem and the East Asian-Australasian Flyway,” a major migratory bird route that stretches from the Arctic through Asia to Australia and New Zealand.</p><p>Centuries-old handicraft porcelain industry sites in the eastern Chinese city of Jingdezhen were another new addition to the World Heritage List. The sites trace the evolution of handcrafted porcelain production in China from the 10th to the 19th centuries, showcasing innovations that helped make Jingdezhen a leading center for fine porcelain, with its blue-and-white porcelain becoming a global symbol of Chinese craftsmanship, according to UNESCO.</p><p>The Indian Ocean island nation of Comoros secured its first World Heritage listing after the committee inscribed six historic towns dating to the 11th century that later emerged as the principal urban centers of the country’s sultanates. UNESCO says the towns reflect centuries of cultural exchange through Indian Ocean trade networks while preserving distinctive urban traditions shaped by African, Arab and Islamic influences.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R43CNWQYTVAJZ2KXXW2P5IZZXU.jpg?auth=5231e4e07cef2dec6ddb85611d9177350519ff223f38a79c90a9c43bf89e7ebb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Novice monks walk in a procession near Dhamek Stupa in Sarnath, India, Sunday, July 19, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar SIngh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BTS6UKEN7JKDARX5TBEOJW7BEQ.jpg?auth=38e33e6632bc53acd7ae5d2ecfae03c0e0249a5be75b5f85d7cf51c635002df2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of Wat Phra Mahathat Woramahawihan, a 13th-century Buddhist temple in Nakhon Si Thammarat city, Thailand, Saturday, July 4, 2026. (AP Photo/Tian Macleod Ji)]]></media:description><media:credit role="author" scheme="urn:ebu">Tian Macleod Ji</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ERHA2DXZ7S7IKYE4ML2ADVQG4E.jpg?auth=798b36b295f0330863392f0d18118c0a688979cf7c575d42523d9e25468b9233&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buddhist monks pray inside a monastery in Sarnath, India, Saturday, July 18, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar SIngh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H77UL6TOAKKSYQO6NUZQSD26EU.jpg?auth=deba064370a0484adcc2799ee159266641e4710d469059e28bcd975223c2f443&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Buddhist devout reads in front of Dhamek Stupa in the ancient Buddhist site of Sarnath, India, Saturday, July 18, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar SIngh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V2LWKHQEWLAOAGUYFA6PBDZNKQ.jpg?auth=6cc8124d9babc8f503d2a59d760f1bbf3fbbef7a58f2b08ac465ebec039e8df2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Visitors return to Stephen C. Foster State Park after an overnight camping trip on the Red Trail in the Okefenokee National Wildlife Refuge in Fargo, Ga., April 6, 2022. (AP Photo/Stephen B. Morton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephen B. Morton</media:credit></media:content></item><item><title><![CDATA[India's 'Cockroach' protests take on Modi with unlikely weapons: Sharp, irreverent humor and memes]]></title><link>https://www.local10.com/news/world/2026/07/25/indias-cockroach-protests-take-on-modi-with-unlikely-weapons-sharp-irreverent-humor-and-memes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/indias-cockroach-protests-take-on-modi-with-unlikely-weapons-sharp-irreverent-humor-and-memes/</guid><dc:creator><![CDATA[By SHEIKH SAALIQ and VERDA SUBZWARI, Associated Press]]></dc:creator><description><![CDATA[NEW DELHI (AP) — India's young protesters are mocking their government. And the jokes are landing.]]></description><pubDate>Sat, 25 Jul 2026 06:00:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — India's young protesters are mocking their government. And the jokes are landing.</p><p>As thousands of demonstrators take to the streets in the Indian capital, they are waging a parallel campaign online, flooding social media with memes, parody videos and self-deprecating jokes.</p><p>In doing so, they are also beating Narendra Modi — the powerful but image-conscious prime minister — at his own game.</p><p>Modi built his political brand through social media. Now protesters are using that same platform to mock his administration, ridicule pro-government television news coverage, transform confrontation with police into viral content and seize control of the online narrative.</p><p>The campaign has taken the protests demanding accountability and education reforms beyond the streets, broadening its reach and intensifying pressure on a government wary of appearing to yield to a rapidly growing youth movement.</p><p>Humor has become a form of protest</p><p>The “Cockroach” movement’s digital campaign has been largely powered by humor.</p><p>Clashes with police have become viral content. Videos showed protesters joking about keeping their Strava streaks alive — a reference to the fitness tracking app used by runners — as they ran from police baton charges. Others edited footage of themselves dodging police barricades to mimic the popular endless runner mobile game Subway Surfers.</p><p>Some women have borrowed influencer culture, posting “get ready with me” videos before marches and “fit check” posts featuring helmets, goggles and other homemade protest gear. Other protesters have created spoof videos mocking pro-government television anchors and their dramatic style of broadcasts that have labeled the protesters “anti-national” and “foreign-funded conspirators.”</p><p>The Associated Press interviewed several protesters, who spoke on the condition of anonymity for fear of reprisals from authorities.</p><p>One 25-year-old protester said the memes are more than comic relief; they’re a way of coping. She sees them as a generational trait.</p><p>Unlike older generations, who learned to endure hardship, hers has little patience for “simply putting up with it," she said.</p><p>“If our phone data runs out, we can’t even bear that. So we’re definitely not going to tolerate this,” she said, referring to Monday’s police crackdown on protesters in the capital.</p><p>Protesters lean on meme culture</p><p>The street protests erupted a month ago, fueled by anger over a string of exam scandals, including the illegal sharing of entrance exams for the national medical program. Young people say the scandals have jeopardized their futures and eroded trust in the education system. Protesters blame Education Minister Dharmendra Pradhan and demand his resignation, but the demonstrations have since expanded into a wider anger over government accountability, spreading to other cities.</p><p>Much of that expansion has been driven by the Cockroach Janta Party, a satirical group that started the movement two months ago. Through memes, humor and satire, it has given younger Indians a new way to express their frustration with the government and helped turn a single-issue campaign into a broader youth movement.</p><p>At the main protest site in New Delhi, that influence is hard to miss.</p><p>Some protesters march in Spider-Man masks and Batman costumes, carrying tongue-in-cheek placards. Other protest signs echo the irreverent tone of social media, with memes and pop culture references woven into the demonstrations.</p><p>One poster featuring the education minister asked: “When will AI take his job?” Another captured the movement’s spirit with the slogan: “Every joke is a (tiny) revolution.”</p><p>Some slogans and posters have taken on an overtly profane and risqué tone.</p><p>A 23-year-old student said the protesters were simply speaking the language of their generation.</p><p>“We find speeches boring, we are the summary generation. We have a habit of consuming things in a short span of time, so we are using the same ways to put our message across,” she said.</p><p>The jokes now target the prime minister</p><p>For Modi, who is entering his 13th year in office, the protests present an unusual challenge. His image is built on strength and decisiveness, but he risks alienating young people if he responds too forcefully. Nearly half India’s population is under 25, making young voters one of the country’s most influential electoral groups.</p><p>But the protests have broken a long-standing taboo: mocking Modi himself.</p><p>Jokes about Modi were rare during earlier protests, when his government was criticized for suppressing dissent. But now, even he has become a target of taunts.</p><p>Modi’s gestures, pauses and mannerisms have been turned into viral edits that turn his own words into political jokes.</p><p>When Modi released a late-night, selfie-style video Thursday addressing the protesters, he promised swift legal action against those responsible for leaking academic or job exams. But many internet users edited the clip with parody voice-overs and references to his past promises they said had gone unfulfilled.</p><p>One video went particularly viral. Modi’s original address began with him referring to the protesters as “friends.” A parody video kept that opening, and abruptly cut to three young girls staring into the camera and responding: “No, we are not.”</p><p>A 21-year-old student said there is no better way to challenge Modi than by using social media that helped build his political brand.</p><p>“We’re just answering him in his language,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KVVGJHJ3AV543ENNL2OLNSYEPI.jpg?auth=6f1df4701a284e318869626db82a1634b1ca763c4b1d33e1dd2fe69810f00af3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protestor holds a placard with the message "Every Joke is a Tiny Revolution" during a demonstration demanding educational reforms as part of the Cockroach Janta Party's ongoing protest movement in New Delhi, India, Thursday, July 23, 2026. (AP Photo/Verda Sabzwari)]]></media:description><media:credit role="author" scheme="urn:ebu">Verda Sabzwari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XVYZRUA56LVOV6EKA4AZSVJA6U.jpg?auth=54077a47c441c3186b0c6b58d67e52e3fc06070ed6f518f212de6a6744d9c7f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protestor holds a placard with a portrait of Prime Minister Narendra Modi along with the text "Can't See Your Democracy, My Lashes are Too Long" during a demonstration demanding educational reforms as part of the Cockroach Janta Party's ongoing protest movement in New Delhi, India, Thursday, July 23, 2026. (AP Photo/Verda Sabzwari)]]></media:description><media:credit role="author" scheme="urn:ebu">Verda Sabzwari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4QU4XN4JGX4452EEXTMF7JP3I.jpg?auth=0ea5e0d126c8cf7532fd0b5ea20b05d2d97a00a5c9205809db407042a7012b54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protestor holds a placard with a portrait of Indian Prime Minister Narendra Modi draped in a saree, a traditional garment for women in India, during a demonstration demanding educational reforms as part of the Cockroach Janta Party's ongoing protest movement in New Delhi, India, Thursday, July 23, 2026. (AP Photo/Verda Sabzwari)]]></media:description><media:credit role="author" scheme="urn:ebu">Verda Sabzwari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WCZ52LWGAKEPWPB4LAAJAZEAYY.jpg?auth=5d23a33b787ebbf09f50b156d869e7c731202e45f45ba9e9b33fa4e8ef79ce3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protestor holds a placard with a portrait of Indian Prime Minister Narendra Modi and the text loosely translated as "Open the Door Friends, I Bring Bad Times" during a demonstration demanding educational reforms as part of the Cockroach Janta Party's ongoing protest movement in Pune, India, Friday, July 24, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/S7TMLTETK3IDDE7CKGDBDRPTXI.jpg?auth=62014f577d4a9279f25133b9d25fb8ae2f9ff876f935af0dea29f35be9d231f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protestors take part in a demonstration demanding educational reforms as part of the Cockroach Janta Party's ongoing protest movement in New Delhi, India, Thursday, July 23, 2026. (AP Photo/Verda Sabzwari)]]></media:description><media:credit role="author" scheme="urn:ebu">Verda Sabzwari</media:credit></media:content></item><item><title><![CDATA[Ukraine is still fortifying its border with Belarus years after Russia invaded from there]]></title><link>https://www.local10.com/news/world/2026/07/25/ukraine-is-still-fortifying-its-border-with-belarus-years-after-russia-invaded-from-there/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/ukraine-is-still-fortifying-its-border-with-belarus-years-after-russia-invaded-from-there/</guid><dc:creator><![CDATA[By HANNA ARHIROVA, DMYTRO ZHYHINAS and EFREM LUKATSKY, Associated Press]]></dc:creator><description><![CDATA[ALONG THE UKRAINE-BELARUS BORDER (AP) — More than four years after Russia launched its assault on Kyiv from Belarus, Ukraine is still fortifying the border it shares with Moscow's ally. What was once a busy crossing between the two countries is now a quiet, mine-laden stretch of land closed off to civilians.]]></description><pubDate>Sat, 25 Jul 2026 04:02:14 +0000</pubDate><content:encoded><![CDATA[<p>ALONG THE UKRAINE-BELARUS BORDER (AP) — More than four years after Russia launched its assault on Kyiv from Belarus, Ukraine is still fortifying the border it shares with Moscow's ally. What was once a busy crossing between the two countries is now a quiet, mine-laden stretch of land closed off to civilians.</p><p>Roads near the 1,084-kilometer-long (673-mile-long) border are covered for long distances by anti-drone netting. The surrounding landscape is dominated by rows of razor wire and concrete anti-tank barriers known as “dragon’s teeth.”</p><p>The Associated Press visited parts of the border in northern Ukraine earlier this month, following a rise in tensions between the two countries; Ukraine demanded that Belarus shut down communications relay stations Russia had installed to boost the range of its drones attacking Ukrainian cities.</p><p>Belarus obliged, according to Ukraine, and rhetoric between the two governments has eased since then. While Ukrainian officials say they see no signs of a Russian troop buildup in Belarus, they are determined to strengthen their border against any possible threat.</p><p>Belarusian President Alexander Lukashenko has repeatedly said he has no plans for his troops to enter the war unless his country is attacked. Still, people living near the border say the possibility of Belarus becoming more involved in Russia’s war remains a source of anxiety.</p><p>For many residents, the extensive defenses are both a reminder of the early days of the war and a source of reassurance that Ukraine is preparing for any future scenarios.</p><p>Ukrainian border guards patrol the area around the clock using armored vehicles, drones and other surveillance systems. Ukrainian officials say the addition of more defenses will remain a priority well into the future because Belarus is Russia's closest military ally.</p><p>___</p><p>Associated Press journalist Volodymyr Yurchuk in Kyiv, Ukraine, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KWSVLPQZO2HPFOKFL33YKSBXCE.jpg?auth=ac01125e88385489cb479cc65c1d08c56560ed74166aa6e09a0a7ba7b7fc7a44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukrainian border guards patrol Ukraine-Belarus border in an undisclosed location in Ukraine Tuesday, July 7, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/USW6MWZFPYEGJ5AGDPKJKOSCLI.jpg?auth=1a2eb6f8690763580ecca1635ce53c7a0bc2e6d1b2f3fec91c2395730c19bf0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A local resident rides a bike under an anti-drone net close to the Ukraine-Belarus border in an undisclosed location in Ukraine Tuesday, July 7, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6QGSTPXHI4LN6CO37KI6PSHOGI.jpg?auth=0bd92b395d9a2fbd627018c034195862f43974e48317c50f22b3fb1d698230a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Ukrainian border guard is on duty at the Ukraine-Belarus border in an undisclosed location in Ukraine Tuesday, July 7, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/755GYV73SIIPVGYDK32CM2FHE4.jpg?auth=138cf8f364027d42168fceb16052c43442f6f93f1e1bf8e5fcf2262ef18db915&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukrainian border guards patrol Ukraine-Belarus border in an undisclosed location in Ukraine Tuesday, July 7, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KQCIU7HTMZJUKHPBH6W3OTPAMQ.jpg?auth=380bf58df9dee3b29f7de5a729e1e812de92cf571c057f3242fd56e3b5464094&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukrainian workers install barbed wire close to the Ukraine-Belarus border in an undisclosed location in Ukraine Tuesday, July 7, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HIYW65C45XRFEOW6GMVUSIKJFM.jpg?auth=25f37d576d8f82ce3899f3da86fe9248dd72263e0b6902811ab0ba664fadcde5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukrainian workers install barbed wire close to the Ukraine-Belarus border in an undisclosed location in Ukraine Tuesday, July 7, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A3JYDSA5RUC32XHDVDNMYAE2TQ.jpg?auth=b2162901c86f447634214ea807603b5822d8114fc72d8b7404668d90cc9eb334&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukrainian workers build a strongpoint close to the Ukraine-Belarus border in an undisclosed location in Ukraine Tuesday, July 7, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content></item><item><title><![CDATA[Maine Democratic delegates choose Troy Jackson as new nominee to face US Sen. Susan Collins]]></title><link>https://www.local10.com/news/politics/2026/07/25/maine-democratic-delegates-choose-troy-jackson-as-new-nominee-to-face-us-sen-susan-collins/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/25/maine-democratic-delegates-choose-troy-jackson-as-new-nominee-to-face-us-sen-susan-collins/</guid><dc:creator><![CDATA[By PATRICK WHITTLE and KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[BANGOR, Maine (AP) — Former state lawmaker and logger Troy Jackson secured the Democratic nomination for U.S. Senate in Maine on Saturday and will face longtime GOP Sen. Susan Collins in November in a race that could decide which party controls the chamber.]]></description><pubDate>Sat, 25 Jul 2026 18:41:10 +0000</pubDate><content:encoded><![CDATA[<p>BANGOR, Maine (AP) — Former state lawmaker and logger Troy Jackson secured the Democratic nomination for U.S. Senate in Maine on Saturday and will face longtime GOP Sen. Susan Collins in November in a race that could decide which party controls the chamber.</p><p>Jackson replaces Graham Platner, who won the Democratic primary in June but withdrew from the race earlier this month following an allegation of sexual assault that Platner has denied. Maine Democrats met Saturday to choose a new Senate nominee to face Collins.</p><p>Support coalesced around Jackson, a former Maine Senate president and fifth-generation logger from rural northern Maine who campaigned alongside Platner during a failed bid for governor and was a favorite among progressives to replace him.</p><p>“When the people in power refuse to listen, you have to organize, you have to stand in solidarity, together. And you have to make them listen,” Jackson said during a speech at the last-minute nominating convention.</p><p>Democrats view Maine as the party’s best opportunity to flip a Senate seat this year because it's a competitive race in a state President Donald Trump lost in 2024. But defeating Collins won’t be easy. The five-term incumbent holds a fundraising advantage, while Jackson will have less than four months to sell himself to voters.</p><p>Republicans immediately launched an ad campaign against Jackson, accusing him of having a volatile temper and linking him to Platner. The Senate Leadership Fund, Republicans' super PAC, said it is committed to spending over $42 million against Jackson.</p><p>Collins has described Jackson as a ‘Bernie Bro’</p><p>Jackson, 58, will need to convince the state’s large independent voting bloc that it’s time to replace Collins, 73. Republicans have called Jackson too extreme for Maine voters, and Collins said earlier this week that she knows Jackson well and that his positions are “clearly” in line with socialism.</p><p>"Troy Jackson will attempt to sell Mainers a multi-trillion dollar bill of goods based on rhetoric that will make everything sound free, but in reality would be paid for by middle and lower income workers,” said Collins’ campaign spokesperson, Shawn Roderick.</p><p>Both Jackson and Collins are from northern Maine, where traditional industries such as potato farming and timber harvesting are vital parts of the economy. Both will make the case over the next few months that they are the right leader to protect those industries, along with lobster fishing and tourism.</p><p>Collins noted that Jackson ran U.S. Sen. Bernie Sanders’ first presidential campaign in Maine, adding “He’s a Bernie Bro.”</p><p>Asked by reporters about that description, Jackson said, "I don’t really care. What I am is a guy from northern Maine that’s a logger.”</p><p>He said he would attack Collins on what he described as her record of supporting tax cuts for the wealthy and failing to protect health care.</p><p>Jackson needs to scramble to make up a fundraising gulf against the incumbent, who has been raising money for months. Federal filings show she has raised more than $16 million so far. Jackson’s campaign this week said he raised more than $1 million since jumping into the Senate race.</p><p>Maine is an important piece of Democrats’ effort to win the Senate</p><p>Democrats have a narrow path to take back the Senate in November and it’s highly unlikely they can do it without a win in Maine. In addition, they need victories in competitive races in North Carolina, Alaska and Ohio, and they need to hang on to the seats they already have. That includes open Senate seats in Michigan and Minnesota, where Democratic incumbents are retiring.</p><p>Maine’s Democratic primary was one of the early contests where progressives took on establishment-backed Democrats. While Platner faced several controversies during his campaign, he easily outlasted Gov. Janet Mills, who was backed by Democratic Senate leader Chuck Schumer but dropped out before the June 9 primary.</p><p>Platner had backing from Sanders as well as Arizona Sen. Ruben Gallego and Massachusetts Sen. Elizabeth Warren. That support disintegrated after the sexual assault allegation early this month.</p><p>Republicans began making the case Saturday that Jackson is too close to Platner. Jackson is “a Platner apologist, a radical Bernie Bro, and a walking red flag displaying all the warning signs of the early days of the Platner campaign,” RNC spokesperson Kristen Cianci said in a statement.</p><p>Jackson told reporters Saturday that he has not been in touch with Platner and is building a new movement. He didn't mention Platner from the stage during his two addresses to Democratic delegates on Saturday, but said the campaign was “bigger than any one person.”</p><p>Jackson overwhelmingly won delegates' support</p><p>The Maine Democratic Party scrambled to choose a new nominee after Platner, who sailed to victory in the Democratic primary in June, was accused by a former girlfriend of sexually assaulting her in 2021. Platner denies the allegation, but quit the race after key supporters called on him to withdraw.</p><p>Maine law gave the state party authority to choose a replacement and required a new nominee to be named by Monday — 101 days before the Nov. 3 election.</p><p>Maine Democrats' never-before-used process of voting on a new nominee involved hundreds of Democratic delegates gathering in Bangor, about 130 miles (209 kilometers) north of Portland. The delegates were elected at county party meetings last weekend, and Jackson scored an easy victory over just one opponent.</p><p>He first ran for office as a Republican in 2000 when he sought a seat inside Maine’s House of Representatives. He lost, but won two years later when he ran as an independent. He switched to the Democratic Party in 2004, and eventually became the Maine Senate president before leaving the statehouse in 2024.</p><p>He came in third while running for governor in this year’s Democratic primary, but had the backing of Platner and Our Revolution, the political organization founded by Sanders. Once Platner dropped out on July 10, a flood of former governor candidates — including Jackson — jumped to try to take his place. But by July 19, most had abandoned their bids, with Jackson emerging as the clear favorite.</p><p>Jackson received early support from progressives who had backed Platner before he dropped out. Our Revolution initially backed Jackson for governor and Platner for Senate. When Platner left the race, the group rallied behind Jackson.</p><p>He has supported progressive positions such as Medicare for All. He also has called for the abolition of Immigration and Customs Enforcement, whose presence in Maine has been hotly debated since an agent killed a driver in the state earlier this month.</p><p>Jackson acknowledged the disappointment of Platner’s supporters and the need to win them over for the general election.</p><p>“I agree there are people that are still very frustrated and angry what happened. I understand that,” he said to reporters. “All I’m trying to do is explain to them that his campaign was about the issues.”</p><p>___</p><p>Associated Press writer Joey Cappelletti and video journalist Nathan Ellgren in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WNCEXZ65SYRQDLILYCNJI7H72U.jpg?auth=67a97702b979fb365b0e364ded54a14b79a45dc1df83b1d6ccc2d669a6d4029a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Jackson, Democratic candidate for U.S. Senate, speaks at the Maine Democratic Nominating Convention, Saturday, July 25, 2026, in Bangor, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SRYC74NLL4WRH2J4JDNG7D5U6Q.jpg?auth=bbfe8bc1852fcd2855c7d40093bcf198c87c5641382feb395685238dc48b1ff7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Delegates cheer for Troy Jackson, Democratic candidate for U.S. Senate, at the Maine Democratic Nominating Convention, Saturday, July 25, 2026, in Bangor, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KPSVF4NY3RN3GBQHI6DOFP37RA.jpg?auth=98d0016a90848d1016705bd6b9c5fdeae88ef9000737e3249329ea445948110d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Susan Collins, R-Maine, asks a question during a Senate Health Education Labor and Pension committee confirmation hearing for Keith Sonderling to be the Labor Secretary, on Capitol Hill, Thursday, July 16, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FF3BMZ6SZ3K7ZEIMUGD4KEUJ2U.jpg?auth=e364be3e8236a424d90e91504a9e8df3af78f215d2a7374dc0911818f90b6de6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Jackson, Democratic candidate for U.S. Senate, acknowledges supporters at the Maine Democratic Nominating Convention, Saturday, July 25, 2026, in Bangor, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2GJHD2CAPG6VF67YQRDRBDODSQ.jpg?auth=1f8c707f8a0ac8d86e6e97d26998f9e85d801398c6db9fb25558f6b278704e39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters cheer Troy Jackson, Democratic candidate for U.S. Senate, at the Maine Democratic Nominating Convention, Saturday, July 25, 2026, in Bangor, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content></item><item><title><![CDATA[LeBron James and Bryce Harper were teenage sensations. Both signed in Philly. Can they win a title?]]></title><link>https://www.local10.com/sports/2026/07/25/lebron-james-and-bryce-harper-were-teenage-sensations-both-signed-in-philly-can-they-win-a-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/lebron-james-and-bryce-harper-were-teenage-sensations-both-signed-in-philly-can-they-win-a-title/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — LeBron James and Bryce Harper spent their careers on a parallel path toward stardom.]]></description><pubDate>Sat, 25 Jul 2026 14:07:54 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — LeBron James and Bryce Harper spent their careers on a parallel path toward stardom.</p><p>They were teenage phenoms who graced the cover of Sports Illustrated (back when magazines were cool) and both prodigies were No. 1 overall draft picks straight out of high school.</p><p>When Harper earned his first chance at testing free agency, there was only one city, one contract that was right for him.</p><p>Philadelphia.</p><p>It took a few years, but Harper has some company on the short list of top elite athletes who have signed in Philadelphia.</p><p>Harper and the Phillies.</p><p>Pete Rose and Kyle Schwarber and the Phillies.</p><p>Saquon Barkley and Reggie White and the Eagles.</p><p>In the greatest July signature in Philadelphia since 1776, James has followed Harper from free agency to Philly when he rocked the NBA and signed a two-year deal for the bargain-basement price of $8 million total — only a smidge more per season than first-round pick Labaron Philon Jr. will earn — that stamped the Sixers as the most compelling team in the league this season.</p><p>Keeping tabs on the ballyhooed deal is Harper.</p><p>“He’s going to have a great couple of years here, and obviously everyone’s going to expect him to win a championship here like everywhere else," Harper said. “So nothing new for him. He’s had all the pressure since he was in high school or younger than that.”</p><p>Here's the difference between James and all the superstars in the city that played before him.</p><p>He's LeBron James.</p><p>Meaning, his reach is so beyond the court — from fame around the globe to his bank account to the cash register to pop culture — that there is no fair comparison. He is No. 4 on Forbes' real-time list of wealthiest athletes at $1.4 billon, so his pay cut may not even be noticed in the ledger book. James has commercials and movie roles, and endorsement deals that alone would outearn every single player on the Sixers.</p><p>Joel Embiid, league MVP and two-time scoring champion. He's not LeBron.</p><p>Jaylen Brown, NBA Finals MVP and champion, He's not LeBron.</p><p>Tyrese Maxey, an All-Star and the real franchise player in Philly. He's not LeBron.</p><p>“I think it’s pretty cool to have one of the greatest basketball players ever to play, in the same city,” Phillies shortstop Trea Turner said. "So I’m excited for those who haven’t gotten a chance to see him play.”</p><p>Here are the CliffsNotes:</p><p>James is a 22-time All-Star, a 21-time All-NBA selection, a four-time Most Valuable Player, a four-time NBA Finals MVP, a three-time All-Star Game MVP and a member of the NBA’s 75th anniversary team.</p><p>He also is coming off a season when he averaged 20.9 points, 6.1 rebounds and 7.2 assists per game. For his career, he has averaged 26.8 points, 7.5 rebounds and 7.4 assists in more than 1,600 games.</p><p>“He’s played in big markets before,” Harper said. “He knows exactly what he needs to do.”</p><p>Harper has largely lived up to the 13-year, $330 million contract he signed ahead of the 2019 season when he spurned the Washington Nationals for the Phillies and owned the richest contract in baseball history. He led the Phillies to the 2022 World Series, won the NL MVP in 2021 and helped win back-to-back NL East titles.</p><p>But he's 0-for-October.</p><p>Barkley rushed for more than 2,000 yards in his first season with the Eagles and led them to a Super Bowl championship.</p><p>Rose was the missing piece to help Hall of Famers Mike Schmidt and Steve Carlton win the World Series in 1980. It was the first World Series title in franchise history.</p><p>The 76ers have seemed to wait almost as long for a parade down Broad Street.</p><p>They have won titles in Philadelphia in 1967 and 1983 and have failed to advance out of the second round of the Eastern Conference playoffs since 2001.</p><p>And yet somehow, one of the most famous athletes — strike that, people! — walking and dunking on the face of the Earth decided he wanted to play in Philadelphia.</p><p>“I’m not going for money. I’m not going for family,” James wrote Friday on social media. “What am I really playing for at this point? I still want to sacrifice. I still want to work. I still want to grind. I still want to compete, to win and to have a chance at the feeling of winning.”</p><p>James celebrated his decision on Instagram with a career highlight reel set to Philadelphia rapper Meek Mill’s “Dreams and Nightmares,” the adopted sports anthem of city teams blasted ad nauseam throughout the sports complex.</p><p>The video ends with the lyric, “hold up, wait a minute. Y’all thought I was finished?” and cuts to a 76ers logo.</p><p>James isn't finished — even if his best isn't yet to come.</p><p>He won NBA titles at each of his three previous stops — Cleveland, Miami and the Los Angeles Lakers — and could become the first player ever to win a title with four teams.</p><p>The countdown to opening night is on.</p><p>The stakes have really never been higher for the franchise. If the Sixers can't win with the Beatles shirt — LeBron & Embiid & Brown & Maxey — can they ever?</p><p>Get ready, everyone.</p><p>And skip the advice.</p><p>James doesn't need any tips on surviving the deep fryer of fandom in Philly.</p><p>“He can do whatever the hell he wants,” Harper said. "But the city loves a winner. So win.”</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B23V5E7CE7EFZXJPVSLRNZWZZU.jpg?auth=674d2990b49604d847b220d021de41fd88b1f099627e07b8d7cb6087d6bc78d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers forward LeBron James stands on the court in the closing minutes of Game 4 in a second-round NBA basketball playoffs series against the Oklahoma City Thunder, May 11, 2026, in Los Angeles. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSSFSBZTSUMKUJ5EBI5IPML3WU.jpg?auth=3c4d11838b551a308acd43112afe349c535f1dd74397856c41489847f2877035&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies' Bryce Harper looks back after striking out to end the eighth inning of a baseball game against the New York Mets, Sunday, July 19, 2026, in Philadelphia. (AP Photo/Chris Szagola)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WTDXWXTIDZNEIWLDY4MVPJD2ZA.jpg?auth=bfaccb0f806c96c8cb1a0fc3494dbab22a93a9bf957047c16fd6284188288ef4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers forward LeBron James throws chalk in the air before an NBA basketball game against the Golden State Warriors in San Francisco, April 9, 2026. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SSWTXN7FCZY4JDGSTROYXVT3IU.jpg?auth=d93888b74c462a456c9e0bba2666678417bb2574a5ce3056380708d3cc9a3e79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers' LeBron James, left, talks with Philadelphia 76ers' VJ Edgecombe, right, following an NBA basketball game, Dec. 7, 2025, in Philadelphia. (AP Photo/Chris Szagola, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZWNWKVWFNB557QAVQ7IFTBQH3Y.jpg?auth=2c24e39a4f564d672c81edcc5619330657e6dab39184e84fc768d652435f5197&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cleveland Cavaliers' LeBron James, left, talks with Philadelphia 76ers' Joel Embiid, right, of Cameroon, after the second half of an NBA basketball game, April 6, 2018, in Philadelphia. (AP Photo/Chris Szagola, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content></item><item><title><![CDATA[Scrutiny of WNBA intensifies as mounting discord around the league looms over All-Star festivities]]></title><link>https://www.local10.com/sports/2026/07/25/scrutiny-of-wnba-intensifies-as-mounting-discord-around-the-league-looms-over-all-star-festivities/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/scrutiny-of-wnba-intensifies-as-mounting-discord-around-the-league-looms-over-all-star-festivities/</guid><dc:creator><![CDATA[By ALANIS THAMES, Associated Press]]></dc:creator><description><![CDATA[The WNBA has never been bigger.]]></description><pubDate>Sat, 25 Jul 2026 17:05:12 +0000</pubDate><content:encoded><![CDATA[<p>The WNBA has never been bigger.</p><p>More people are watching. More are investing. Salaries for many players are higher than ever. But mounting turmoil and discord have been a part of this transformative period that has featured a landmark collective bargaining agreement, league expansion and skyrocketing player recognition.</p><p>It seems to have reached a new flashpoint, as discussions about race, gender and sexuality made headlines ahead of Saturday’s WNBA All-Star Game. Race-driven conversations resurfaced after an incident between Indiana Fever guard Caitlin Clark and Phoenix Mercury forward Alyssa Thomas, while players continued to voice frustrations with WNBA Commissioner Cathy Engelbert and leadership over what they say is a lack of protection from social media harassment and divisive remarks.</p><p>“It is a moment to be celebrated without a doubt,” said Ketra Armstrong, sport management professor and director of the Center for Race and Ethnicity in Sport at the University of Michigan. “We want to celebrate what’s great. But sometimes, the progress can overshadow, still, where the perils are.”</p><p>Issues of race, gender and representation have been an undercurrent throughout the league's history. Debates over those issues have grown as women's sports have exploded. And they remain a challenge that shape the WNBA's — and most other pro sports leagues, for that matter — public and online discourse.</p><p>“This is what a sports league" is, said David Berri, sports economist and economics professor at Southern Utah University. He cited the NFL’s Rooney Rule as an example. “If a sports league is going to get attention, you’re going to get attention for these things as well.”</p><p>Growth has magnified broader cultural debates</p><p>Contentious conversations also spread to issues of transgender athletes and harassment.</p><p>WNBA veteran Brianna Turner said on social media this week that her former team, the Fever, fired a male employee last season for sexual harassment. Turner, who was with Indiana last season but now plays for Las Vegas, said Indiana players were encouraged not to discuss the firing.</p><p>Turner’s comments came as she defended transgender athletes days after Indiana forward Sophie Cunningham spoke on transgender athletes competing in women’s sports.</p><p>“I got a lot of negative feedback about me hating trans. And I’m like, ‘I never once said that,’” Cunningham was quoted as saying in a story published by ESPN. “I think that I am here to extend love. But I also think with that love is truth, being honest. And I want to protect young girls in a locker room, or young girls in sport who shouldn’t have to go against biological men.”</p><p>The WNBA’s conversations about race were thrust back into the spotlight after Toronto Tempo coach Sandy Brondello was suspended one game for referring to Atlanta Dream forward Angel Reese as a “protected species.”</p><p>The comment, picked up by the broadcast after Reese drew a foul on Toronto player Nyara Sabally, quickly drew criticism.</p><p>Brondello, a former player who has won two WNBA titles, is Australian. The “protected species” phrase is used in Australian sports to express frustration over a lack of calls against a player. However, in the U.S., the phrase suggests that someone isn’t human and could be seen as derogatory toward Black people. Brondello later apologized. Reese accepted, saying she appreciated the league’s swift action.</p><p>“It’s a much bigger platform now. Everything that happens is news,” Berri said. “There were hard fouls 10 years ago. Nobody paid any attention to that. It ends up being because of the coverage now, everything gets magnified ... which is good. I mean, this is what we wanted.”</p><p>‘A lot to celebrate,’ but race still matters</p><p>Clark has repeatedly attempted to downplay the noise surrounding her, but she has become a springboard for projections far beyond the game itself.</p><p>“It’s basketball," she said in a recent ESPN interview. "When I walk out of the locker room I shouldn’t be fearful of what the conversation is going to be. It’s emotionally exhausting. It’s draining. It makes your shoulders tense because people don’t want to talk about the basketball. They just want to stir it up and make something else.”</p><p>The WNBA retroactively assessed Thomas a flagrant foul and suspended her one game after the veteran made contact with her fist to Clark’s throat in a June 24 matchup.</p><p>The play, which Thomas has said was an accident, gained widespread attention and ignited debates over officiating, with coaches, pundits and lawmakers weighing in on whether the league needs to take action about physical play involving Clark.</p><p>Thomas, who is Black and in her 12th WNBA season, said after the incident she had received death threats, part of increased online vitriol players have faced in recent years. Chelsea Gray of the Las Vegas Aces recently posted a message from a man that included a racial slur. And Engelbert this week met with a pair of player committees to discuss what more can be done to protect players from online harassment.</p><p>Since she entered the league, Clark and her WNBA peers have become proxies for long-standing American issues — from race, gender and sexual orientation to who receives attention and who doesn't.</p><p>“There’s a lot to celebrate,” Armstrong said, “but race still matters. Race will always matter. It just depends on how we make it matter.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UDKGN7OP6JTGELWIJX7PUIPUHQ.jpg?auth=00a1c81dd4ddd41894d44e15e21c2df070eb304dd9285d388d10f27dbc323262&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[WNBA All Star Caitlin Clark shoots during practice at the Obama Presidential Center in Chicago, Friday, July 24, 2026. (AP Photo/Paul Beaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CS2NMHSP6YMOA3IFIEQTRPW4EA.jpg?auth=49304b9a948aab888169f37287872512bc268fb7c99af50051ebbeeb606a9f64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[WNBA All Star Caitlin Clark speaks to the media during practice at the Obama Presidential Center in Chicago, Friday, July 24, 2026. (AP Photo/Paul Beaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BG7QOALEST533C7K56B5PXQMJE.jpg?auth=d1a9ee849ad15da279f32fc8a2f9666f345665cb7a8a7dc21c9da4a1d7da0e02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Phoenix Mercury forward Alyssa Thomas (25) shoots over Indiana Fever center Aliyah Boston (7) during the second half of a WNBA basketball game, Thursday, July 9, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V7BFI5ZRG276HOG5W5GJ375WO4.jpg?auth=1b32ac20a220b5b74cc342e6c5567339367c23f9b964f72a6405f0bcefe02795&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[WNBA All Star Angel Reese shoots during practice at the Obama Presidential Center in Chicago, Friday, July 24, 2026. (AP Photo/Paul Beaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VHKZ5KLVVPX6QBHBJITT37LNBI.jpg?auth=45c8561c1edb153bace0e7e68df6fadb60cc1dca98da3ad179705abab79884dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - WNBA commissioner Cathy Engelbert speaks at the WNBA basketball draft, April 13, 2026, in New York. (AP Photo/Pamela Smith, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content></item><item><title><![CDATA[Kaepernick, Springsteen receive new ACLU award for activism in arts, business, science and sports]]></title><link>https://www.local10.com/sports/2026/07/24/kaepernick-springsteen-receive-new-aclu-award-for-activism-in-arts-business-science-and-sports/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/24/kaepernick-springsteen-receive-new-aclu-award-for-activism-in-arts-business-science-and-sports/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Former NFL quarterback Colin Kaepernick received a new award from the American Civil Liberties Union recognizing contributions to American thought and culture.]]></description><pubDate>Sat, 25 Jul 2026 03:22:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Former NFL quarterback Colin Kaepernick received a new award from the American Civil Liberties Union recognizing contributions to American thought and culture.</p><p>Kaepernick and rock star Bruce Springsteen were honored Friday night with the ACLU Ralph Ellison Award for Defenders of Civil Rights and Civil Liberties in the Arts, Business, Science and Sports. The honor comes a decade after Kaepernick knelt during the national anthem in protest against police violence and racial inequality.</p><p>“We know our civil liberties are under attack, we know humanity is under attack, education is under attack. They are trying to encroach on our rights, encroach on our dignity, encroach on the future that we want to build together,” Kaepernick said in his acceptance speech. “When we look back at this moment, it will not be the speeches that change the direction of history. It's going to be whether we decided: Are we going to build the schools or not? Are we going to defend the rights of others, or are we going to watch? Are we going to build community together, or are we going to stand in isolation?</p><p>“The consequences of these decisions are going to be the reality that the future generations inherit.”</p><p>Kaepernick was joined in protest by teammate Eric Reid and others, but he also drew criticism from politicians, team owners and other players. Kaepernick and Reid filed collusion grievances against the NFL in 2017, saying they were blacklisted. They reached a settlement in 2019.</p><p>“He demonstrated in real time the price America too often exacts from those who challenge racial injustice," said Deborah Archer, the ACLU's president. “His peaceful protest was met with extraordinary personal sacrifice. He lost the career he spent his life building. He became the target of criticism, hostility and relentless public attack, and yet he never retreated.”</p><p>Springsteen — who closed the event with a solo rendition of “Streets of Minneapolis” — and Kaepernick were honored as part of an awards ceremony hosted by actress Laverne Cox.</p><p>“It's important for us to recognize all of the people who are contributing to the fight to protect civil rights and civil liberties,” Archer said. “Those folks — actors, athletes — these folks have all shown up in incredibly powerful ways.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UY6USJVKERZP4IH6QRXCCHX5BU.jpg?auth=523999a78fda182131a3464492eed16c993e7bfb3c985f4196174532a5d27eec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colin Kaepernick speaks at the ACLU's 2026 Biennial Leadership Conference, Friday, July 24, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XWB3FVZKXZW3MBFZWXZOBEUCCQ.jpg?auth=0f01bd4291421327557b7e04e3a15ebec79b5f21fde4c4fd89ac3313685af159&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colin Kaepernick speaks at the ACLU's 2026 Biennial Leadership Conference, Friday, July 24, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E4UZDE2TJFGUWI4IWY6XSBQVRA.jpg?auth=9c2108f005f558e7a53bfc70808c2ff6646d7cc878974215476c55553e958d70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colin Kaepernick, left, is presented with the ACLU Ralph Ellison Award for Defenders of Civil Rights and Civil Liberties in the Arts, Business, Science, and Sports by Deborah Archer at the ACLU's 2026 Biennial Leadership Conference,Friday, July 24, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4MJ6G5GUO6Y64JMV4JYIVMX2IA.jpg?auth=20bb8bf220e516d03430b06baf6b4c1e70c862df38f79ab588fe1f59a4c96784&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bruce Springsteen performs on stage after recieving the ACLU Ralph Ellison Award for Defenders of Civil Rights and Civil Liberties in the Arts, Business, Science, and Sports at the ACLU's 2026 Biennial Leadership Conference,Friday, July 24, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VDOX34X4KOIGP5GSDDE4FXZGCA.jpg?auth=0df8e0ae3435c257d8dc473e19d92ac19ebf862077e5997e3ae002de205b564f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bruce Springsteen performs on stage after recieving the ACLU Ralph Ellison Award for Defenders of Civil Rights and Civil Liberties in the Arts, Business, Science, and Sports at the ACLU's 2026 Biennial Leadership Conference,Friday, July 24, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content></item><item><title><![CDATA[Oregon firefighters brace for windy and hot weather as they battle dozens of blazes]]></title><link>https://www.local10.com/news/national/2026/07/24/oregon-firefighters-brace-for-windy-and-hot-weather-as-they-battle-dozens-of-blazes/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/24/oregon-firefighters-brace-for-windy-and-hot-weather-as-they-battle-dozens-of-blazes/</guid><dc:creator><![CDATA[By OLGA R. RODRIGUEZ and NOAH BERGER, Associated Press]]></dc:creator><description><![CDATA[BEND, Ore. (AP) — Firefighters battling two of the largest blazes burning in Oregon were bracing for windy and dry conditions forecast to arrive in some areas of the state Friday and into Saturday.]]></description><pubDate>Sat, 25 Jul 2026 03:14:51 +0000</pubDate><content:encoded><![CDATA[<p>BEND, Ore. (AP) — Firefighters battling two of the largest blazes burning in Oregon were bracing for windy and dry conditions forecast to arrive in some areas of the state Friday and into Saturday.</p><p>Crews have been able to build some containment lines around the Akawa Butte Fire, which is burning near Sisters, a town about 22 miles (35 kilometers) northwest of Bend. Started by lightning on July 16, the fire has scorched 42 square miles (109 square kilometers) and destroyed two homes.</p><p>It has been designated as the nation’s top priority wildfire because of its proximity to people. The designation will allow officials to tap into resources from other states and other countries, Oregon Gov. Tina Kotek said Friday.</p><p>Strong winds and low humidity were expected later Friday and Saturday and could lead to increased fire activity, officials warned. They urged residents to be prepared to evacuate if necessary.</p><p>The National Weather Service issued a red-flag warning in central Oregon through Saturday, which means conditions such as low humidity, warm temperatures and strong winds can create an extreme wildfire risk.</p><p>The most critical period for Sisters, a town of 3,800 people about 3 miles (5 kilometers) south of the fire, will be the next 24 to 48 hours, said Sisters Mayor Jennifer Letz. She said about half of the town's population has been told to be ready to leave if needed.</p><p>“If we can get through this weekend, we will probably be in a good position moving forward. But right now, we do have the north half of the city under orders to be prepared, to have a plan, to get their things together," she said.</p><p>There are more than 1,000 firefighters battling the blaze and more are expected to join them to help strengthen and expand containment lines. The blaze has shown extreme fire behavior, including 200-foot (61-meter) flame heights and a pyrocumulus cloud that generated its own lightning, Kotek said.</p><p>“This is all-hands-on-deck here in Oregon,” she said.</p><p>It’s not Oregon’s only significant wildfire, making this an especially challenging period for emergency responders, she said.</p><p>There are dozens more fires burning across the state, choking the air in Oregon and sending smoke across the country. Kotek said every available firefighter and firefighting resource is being used in the field.</p><p>The biggest blaze is the Rowe Creek Complex which has destroyed 300 square miles (777 square kilometers) since being sparked by lightning on July 15. It was nearly 30% contained on Friday.</p><p>Firefighters have made progress on the northern portion of the blaze, where they have built containment lines, but strong winds fueled the fire and it expanded on its southern end after spot fires jumped containment lines, said Thadd Niebel, an operations chief with the U.S. Forest Service.</p><p>Crews were being reassigned to the southern portion of the blaze to strengthen containment lines and protect homes and other buildings ahead of winds forecast to reach 20 mph (32 kph), Niebel said.</p><p>___</p><p>Rodriguez reported from San Francisco.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FA4RKWZRIQYSJPE35X2LPPWSN4.jpg?auth=c691f38ffb7ff8a1906257e6d608b55a53159854633a57696bbc9ebfd5b76f91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter drops water on the Akawa Butte fire on Friday, July 24, 2026, near Sisters, Ore. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AMYQLS3JA335QAOFWSHAXKFSJQ.jpg?auth=fdf1bc0d640c608326515e30a1ebe4ace5edf1f167fad49d2e784c3ee85f8d16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter clears vegetation as the Akawa Butte fire approaches on Friday, July 24, 2026, near Sisters, Ore. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BXMCFEY3IZXGHIOF456PE2HCKE.jpg?auth=b5e983f3997711dbbd00b294fd9e1ac140f6394ce36700ef621f8c778652161a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter clears vegetation as the Akawa Butte fire approaches on Friday, July 24, 2026, near Sisters, Ore. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GL4EGBA2OOIDHTBYUJ7VRPMS3Y.jpg?auth=547bae25e9fb50ef68134b8a2c215c57865f4a85c807c6436ac2d6649645a469&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters clear vegetation as the Akawa Butte fire approaches on Friday, July 24, 2026, near Sisters, Ore. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Miami Takeover returns to Miami Beach for 18th annual weekend celebration]]></title><link>https://www.local10.com/news/local/2026/07/24/miami-takeover-returns-to-miami-beach-for-18th-annual-weekend-celebration/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/24/miami-takeover-returns-to-miami-beach-for-18th-annual-weekend-celebration/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[The 18th annual Miami Takeover kicked off Friday night in Miami Beach, bringing a weekend of urban music, social events and live entertainment to South Florida.]]></description><pubDate>Sat, 25 Jul 2026 02:57:48 +0000</pubDate><content:encoded><![CDATA[<p>The 18th annual Miami Takeover kicked off Friday night in Miami Beach, bringing a weekend of urban music, social events and live entertainment to South Florida.</p><p>The multi-day event features R&amp;B and soul performances, parties and a variety of live events throughout the weekend.</p><p>Guests arrived early at the Miami Beach Bandshell ahead of the opening night’s festivities.</p><p>Before the kickoff, Studio 10 spoke with this year’s hosts and artists, who shared why they say Miami Takeover is the place to be this weekend.</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[Rick Moranis met with standing ovation at 'Spaceballs' sequel Comic-Con panel]]></title><link>https://www.local10.com/entertainment/2026/07/24/rick-moranis-met-with-standing-ovation-at-spaceballs-sequel-comic-con-panel/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/24/rick-moranis-met-with-standing-ovation-at-spaceballs-sequel-comic-con-panel/</guid><dc:creator><![CDATA[By LESLIE AMBRIZ, Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — Rick Moranis says he finally has an answer for all of the times that “Spaceballs” fans have stopped him to ask, “When are you guys going to finally make a sequel to that thing?”]]></description><pubDate>Sat, 25 Jul 2026 02:56:13 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — Rick Moranis says he finally has an answer for all of the times that “Spaceballs” fans have stopped him to ask, “When are you guys going to finally make a sequel to that thing?”</p><p>Fans at Comic-Con International were ecstatic with his response Friday. A crowd at the expo's massive Hall H stood to cheer and applaud as the 73-year-old actor — long absent from Hollywood — joined a panel to promote his return as Dark Helmet in “Spaceballs: The New One," the long-awaited sequel to the 1987 cult classic.</p><p>When his name was first announced, Moranis hid in the crowd under his character's extra large helmet as soldiers from the film used an oversized comb to search for the actor.</p><p>“This came along at the right time,” said Moranis of the film, set for release next April. “It just felt like this is it. … It is the best decision I ever made. It’s like family to me.”</p><p>Moranis and Daphne Zuniga were joined on stage by director Josh Greenbaum, writer and actor Josh Gad, writers Dan Hernandez and Benji Samit, along with new cast members Keke Palmer and Lewis Pullman. Pullman and Palmer’s character descriptions have not been revealed.</p><p>“It was so funny that I kept being like, ‘Oh my God! Can you believe they said that?’” said Palmer about first reading the script.</p><p>Pullman says he was hesitant to join the film having grown up with it and watching his father Bill Pullman’s performance as Lone Starr.</p><p>“I read it and I was like, 'Damn it. This is so good. … This is one of the funniest scripts I’ve ever read.' I rarely laugh out loud when I’m reading scripts," Pullman said. "I would be a fool. It would be weird if I didn’t do it.”</p><p>Mel Brooks and Bill Pullman were not in attendance but greeted fans via prerecorded video.</p><p>Fans were shown behind-the-scenes footage of Brooks recording lines inside a vocal booth and reuniting with Bill Pullman and Zuniga, and a sneak peak at a teaser trailer.</p><p>Gad confirmed to fans that he was playing a mawg, but not John Candy’s character from the original, Barf. Gad said the new film would honor Candy and other original cast members who have since died, including Joan Rivers, Dom DeLuise and Dick Van Patten.</p><p>The team poked fun at the “cinematic universe” film timelines popularized by Marvel Studios with a parody displayed across Hall H's wrap-around screens showcasing imagined sequels in more than 11 phases of “The Almighty Schwartz Saga."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VFVJC26OFLBFWCVESWGX2TXUPY.jpg?auth=cede2e41931c0990ee06dbcd02682aad4907d8a4dad09b97df23ed814a3e0c1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Josh Greenbaum, from left, Josh Gad, and Rick Moranis attend a panel for "Spaceballs: The New One" during Comic-Con International on Friday, July 24, 2026, in San Diego. (Photo by Richard Shotwell/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/57DDMVHYV4FR4K3FLNNPT7KU5E.jpg?auth=6d56135c703454164c0b1508bb4918431583138caa99861c46bd091e506d85bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rick Moranis, from left, Daphne Zuniga, Keke Palmer, and Lewis Pullman attend a panel for "Spaceballs: The New One" during Comic-Con International on Friday, July 24, 2026, in San Diego. (Photo by Richard Shotwell/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OYAZGCDAJF6VAAK7DIAAWM7XUU.jpg?auth=e81fbc4335a44148bfced22de067bfc72f67da2e3e1eec8d0b9cae5826618a49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rick Moranis attends a panel for "Spaceballs: The New One" during Comic-Con International on Friday, July 24, 2026, in San Diego. (Photo by Richard Shotwell/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content></item><item><title><![CDATA[Skubal strikes out 12 in possible home finale as Tigers beat Royals 2-1]]></title><link>https://www.local10.com/sports/2026/07/24/skubal-strikes-out-12-in-possible-home-finale-as-tigers-beat-royals-2-1/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/24/skubal-strikes-out-12-in-possible-home-finale-as-tigers-beat-royals-2-1/</guid><dc:creator><![CDATA[By DAVE HOGG, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Tarik Skubal had a season-high 12 strikeouts and allowed one run in 7 1/3 innings in what could have been his last home start for Detroit, helping the Tigers to a 2-1 victory over the Kansas City Royals on Friday night.]]></description><pubDate>Sat, 25 Jul 2026 00:57:56 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Tarik Skubal had a season-high 12 strikeouts and allowed one run in 7 1/3 innings in what could have been his last home start for Detroit, helping the Tigers to a 2-1 victory over the Kansas City Royals on Friday night.</p><p>The subject of trade rumors as he approaches free agency, the two-time defending AL Cy Young winner pitched out of a seventh-inning jam before walking off the mound to a standing ovation from the sold-out crowd of 40,638.</p><p>Skubal returned for the eighth inning with 89 pitches, but was replaced by Brenan Hanifee after retiring Carter Jensen. He left to another ovation, having given up four hits and two walks in his 61st win for the Tigers.</p><p>Kenley Jansen pitched the ninth for his 12th save as the Tigers (50-54) improved to 28-16 since June 1. They are four wins away from reaching .500 for the first time since May 4.</p><p>Detroit scored twice in the first off Royals opener Beck Way (1-1), but Noah Cameron followed with seven shutout innings.</p><p>Way struggled in the first, allowing a pair of singles before hitting Dillon Dingler to load the bases. Riley Greene hit a long fly to left, but Isaac Collins reached above the fence to steal a grand slam. Colt Keith scored on the play, and Hao-Yu Lee made it 2-0 with an RBI single.</p><p>The Royals got two runners to start the third, and Tyler Tolbert bunted them to second and third. Skubal, though, struck out Carter Jensen and Lane Thomas to end the inning.</p><p>Skubal almost repeated the feat in the fourth, striking out Vinnie Pasquantino with one out and a runner on third, but Nick Loftin made it 2-1 with an RBI double to left.</p><p>A two-out double by Michael Massey gave the Royals on second and third with two out in the seventh, but Tolbert flew out to end the inning.</p><p>Salvador Perez, who needs one homer to break George Brett's franchise record of 317, couldn't make it happen on the 43rd anniversary of Brett's Pine Tar Game homer against the New York Yankees.</p><p>Up next</p><p>Tigers RHP Casey Mize (4-6. 2.79) was set to start opposite RHP Michael Wacha (5-7. 3.66) on Saturday.</p><p>___</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VYZ7QUVM45SCRNMXCAFSUUIRBA.jpg?auth=98259545122d3c4d1448a6122131a612645e50fbe909eb3e024f27a5fdb7f269&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers pitcher Tarik Skubal throws against the Kansas City Royals during the seventh inning of a baseball game Friday, July 24, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BOGOSG7FNXTIQDOD4WW3XKR2SU.jpg?auth=c1fbfe8207845fe4d9b2221ecbb4ba471869d39b0dcacb2366768a265f97ff0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans hold up K signs for Detroit Tigers pitcher Tarik Skubal strikeouts against the Kansas City Royals during the eighth inning of a baseball game Friday, July 24, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KJXZ7P72ZVOEIN3Y6FUQA6QQOM.jpg?auth=062940455e3bf490af372aa984dd54716e4d9934e5a15c87dde2874cbb941c79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers pitcher Brenan Hanifee throws against the Kansas City Royals during the eighth inning of a baseball game Friday, July 24, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/73N6UOI26PKNSVH7WARDT5KGSU.jpg?auth=4daa62454e1f4f45e495979c2e6043027f136bbfcc266d28dc78fbbdb3b7f92a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers' Gleyber Torres, left, runs around Kansas City Royals catcher Salvador Perez (13) to score during the first inning of a baseball game Friday, July 24, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6IOXSNC2K5GI5PAPA7IICCKJKU.jpg?auth=19c2ea290419313e872192fdf83cd04c0442216988b210397d4fec2972efad12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers Justin Verlander, left, sits with Tarik Skubal, right, during the eighth inning of a baseball game against the Kansas City Royals Friday, July 24, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Sha’Carri Richardson and Noah Lyles surge to 100-meter wins at US championships]]></title><link>https://www.local10.com/sports/2026/07/24/shacarri-richardson-and-noah-lyles-surge-to-100-meter-wins-at-us-championships/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/24/shacarri-richardson-and-noah-lyles-surge-to-100-meter-wins-at-us-championships/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Sha’Carri Richardson and Noah Lyles surged to 100-meter wins at the U.S. track and field championships on Friday night.]]></description><pubDate>Sat, 25 Jul 2026 03:17:21 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Sha’Carri Richardson and Noah Lyles surged to 100-meter wins at the U.S. track and field championships on Friday night.</p><p>The 26-year-old Richardson got off to a slow start but quickly made up time, finishing in 10.77 seconds to breeze past training partner Kayla White and win by 0.13 seconds at Icahn Stadium.</p><p>“It feels phenomenal to be back in a better place — healthy, mentally, physically, emotionally," Richardson, who battled injuries last year, said in an interview with Peacock after the race. “It shows that hard work pays off."</p><p>Lyles, the reigning Olympic champion, was trailing early but quickly caught up to the field — and then blew right by them. He matched his personal-best time by finishing in 9.79 seconds. The 32-year-old Ronnie Baker took second and Kenny Bednarek finished third.</p><p>“I did what I do,” Lyles said in a postrace interview. “There’s no better rush than (winning). It’s my natural high. That’s my vice. Winning, running fast, that feeling of flying, that feeling of being better than everybody in the world — you can't get that around here, only around me.”</p><p>Lyles celebrated after the race by signing a trading card with his image on it. He planned to give it to a “special fan,” he said. This was his third national title in the 100.</p><p>It's been quite a stretch for Lyles, who got married in April. He also recently attended a FIFA World Cup game, where he posed for photos with Jamaican great Usain Bolt.</p><p>Lyles is gearing up for world championships next season and then the 2028 LA Olympics.</p><p>“Shoot, I was just playing around this year," Lyles said. “I’m scared for y’all next year. I am real scared. Because you all ain’t going to have this nice Noah who goes around and just thinks that it’s all lollygagging and good. Next year I've got plans. I got places to run fast."</p><p>Richardson stuck around for the men’s race, sitting on the grass with her spikes off as her partner, Christian Coleman, competed. Coleman was fourth.</p><p>She's rounding into the form that led to a gold medal in the 100 at the 2023 world championships and silver at the 2024 Paris Games.</p><p>“Just really remembering who I am and just knowing that consistency and just being determined to be better," said Richardson, who won her third 100 national title.</p><p>Erin Marsh used a strong 800-meter race to eclipse Timara Chapman by 38 points to win the heptathlon. Marsh, the sister of Philadelphia All-Star outfielder Brandon Marsh, finished with 6,059 points.</p><p>Garrett Scantling edged Kyle Garland by 95 points to take the decathlon crown. Euphenie Andre won the women's triple jump, Tyus Wilson took the men's high jump title and Annette Echikunwoke the women's hammer throw. Nick Christie won the men's race walk half marathon and Lauren Harris the women's race.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W2YFPUCSMZ42P5ZKGJCCSGFDKU.jpg?auth=5f6b26d6ba517cd52ed160e2cdd7514f79bad37ffacc51198473d2d57eea3d2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Sha'Carri Richardson looks on after winning the gold medal in the women's 4 X 100 meters relay at the World Athletics Championships in Tokyo, Sept. 21, 2025. (AP Photo/Matthias Schrader, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARFWEEKOXEP4B2R7Y3K4KPBE54.jpg?auth=91918520e94adec92fd560f1606547a8a1d3389e42b9d04266f2707c55f35592&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Noah Lyles gold medalist celebrates after the men's 200 meters final at the World Athletics Championships in Tokyo, Sept. 19, 2025. (AP Photo/Louise Delmotte, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Louise Delmotte</media:credit></media:content></item><item><title><![CDATA[Dallas' Azzi Fudd first rookie to win 3-point shootout at WNBA All-Star weekend]]></title><link>https://www.local10.com/sports/2026/07/24/dallas-rookie-azzi-fudd-wins-3-point-shootout-at-wnba-all-star-weekend/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/24/dallas-rookie-azzi-fudd-wins-3-point-shootout-at-wnba-all-star-weekend/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Azzi Fudd had no idea she was the first rookie to win the WNBA All-Star 3-point contest. She put forth a stellar effort in the championship round to do it.]]></description><pubDate>Sat, 25 Jul 2026 01:58:12 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Azzi Fudd had no idea she was the first rookie to win the WNBA All-Star 3-point contest. She put forth a stellar effort in the championship round to do it.</p><p>Fudd, the No. 1 pick in the WNBA draft by Dallas, scored 30 points in the finals to top Portland's Bridget Carleton.</p><p>“I was shocked, that’s crazy to be the first is definitely an honor,” Fudd said of being the first rookie to win.</p><p>Fudd's 30-point effort was tied for the second-most ever, equaling Sabrina Ionescu and Allie Quigley's total. Ionescu holds the record, scoring 37 points in 2023.</p><p>Fudd hit her first six shots in the finals to get into rhythm. Carleton, from the expansion Fire, had 29 points in the opening round, but struggled in the finals, scoring 19 points.</p><p>Fresh off her victory, Fudd issued a playful request for a rematch with Golden State Warriors guard Steph Curry. The two had a 3-point competition when Fudd went to his camp when she was in high school.</p><p>“I mean Steph if you’re listening, I'm asking for a rematch,” Fudd said.</p><p>The 3-point competition capped off the Friday night festivities. Elena Delle Donne, Shakira Austin and high schooler Jezelle Banks led team Washington to the Shooting Stars championship to tipoff the action. The trio scored 31 points to edge Seattle’s three in the finals, with Banks hitting two of the 4-point shots from just inside halfcourt to put the team over the top.</p><p>“She carried. She carried,” Austin said of Banks. “You could just tell in her energy, like as soon as we started, like it was confidence and I think that showed in how she hit those tough shots.”</p><p>In the 3-point competition, Carleton had a stellar first-round, scoring 29 points. She hit 13 of her first 16 shots. Fudd also had a great opening round, scoring 24 points. She made four of her final five shots. That carried over to the finals.</p><p>Carleton’s hot shooting in the opening round brought the crowd, which included Jayson Tatum, Russell Westbrook, NBA Commissioner Adam Silver, Dwyane Wade and Sheryl Swoopes, to its feet.</p><p>Other players in 3-point contest were Atlanta’s Rhyne Howard, who scored 20 points, Golden State’s Janelle Salaun, who had 19 points; Toronto’s Marina Mabrey, who had 18 and Minnesota’s Natisha Heideman, who had 17.</p><p>In the Shooting Stars competition, Seattle had 24 points to finish as runner-up after missing all of the team’s 4-point shots.</p><p>This was the first year that the contest was conducted. A skills competition was done in previous All-Star weekends. The format was a two-round, timed shooting competition in which teams had 70 seconds to score as many points as possible from seven shooting locations around the court. The competition featured shots ranging from a layup to the 4-pointer.</p><p>Washington had the highest score in the preliminary round, posting 35 points. Once again, Banks hit 4-point shots to help her team reach the championship round.</p><p>Seattle’s squad needed to beat the 20 points that the Detroit/Dallas team put up to advance to the finals. High schooler Tatianna Griffin hit two of the 4-point shots to help Seattle reach the finals. Minnesota finished in fourth with 19 points with a team of Courtney Williams, Rebbekah Brunson and Ryan Carter.</p><p>Detroit/Dallas had former Shock great Deanna Nolan, Wings All-Star Jessica Shepard and high schooler Morghan Reckley.</p><p>The new CBA gave Fudd $20,000 for winning the 3-point contest and each participant received $10,000. That’s about eight-times last season’s prize money.</p><p>Each shooting stars winner received $15,000. Each competitor, not including the high school players, will receive $7,500. Last year, the winners of the skills contest each received $2,575 from the WNBA.</p><p>In addition Aflac, like it has the past two years, gave extra money to the winners. Fudd took home $40,000 for winning the 3-point contest. Carleton received $30,000 for finishing second and Howard got $15,000 for placing third.</p><p>Team Washington got $40,000 from Aflac with Seattle receiving $32,500 and Dallas $12,500.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5MFJEARCX2YU4FS3GC6RPCVR3A.jpg?auth=4d342684c2c88eda7bb6ea00bc304f6528a9ea7c7050817bf963afa196180f9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Wings guard Azzi Fudd dribbles during the first half of a WNBA basketball game against the Chicago Sky in Dallas, Sunday, July 12, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/476VL7DX3O4UPSGT7I2XP4QYAQ.jpg?auth=a96353cf133ebadac7935b65f748a5e8667c67589b9af235748e823116a3a533&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Wings guard Aziz Fudd walks the orange carpet during WNBA Live All-Star 2026 in Chicago, Thursday, July 23, 2026. (AP Photo/Paul Beaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content></item></channel></rss>