<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Sat, 25 Jul 2026 22:32:28 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><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[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 identified 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 identified 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 has been 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><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[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[A person is killed and several are injured at Berlin's LGBTQ+ event when a van drives into the crowd]]></title><link>https://www.local10.com/news/world/2026/07/25/a-person-is-killed-and-several-are-injured-at-berlins-lgbtq-march-when-a-car-drives-into-the-crowd/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/25/a-person-is-killed-and-several-are-injured-at-berlins-lgbtq-march-when-a-car-drives-into-the-crowd/</guid><dc:creator><![CDATA[By KIRSTEN GRIESHABER and FANNY BRODERSEN, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — A van drove into a crowd during Berlin’s famed LGBTQ+ event on Saturday, killing one person and injuring at least 15, prompting police to call off the celebrations and a concert in the German capital hours after it had begun.]]></description><pubDate>Sat, 25 Jul 2026 22:13:13 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — A van drove into a crowd during Berlin’s famed LGBTQ+ event on Saturday, killing one person and injuring at least 15, prompting police to call off the celebrations and a concert in the German capital hours after it had begun.</p><p>Police said some of the victims had life-threatening injuries. Firefighters and ambulances were out with many emergency staffers at the scene to attend to the victims.</p><p>In a post on X, police called on everyone to leave the site of the event immediately.</p><p>According to police, a white van had driven into the Tiergarten park, which was just off 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.” They said they were searching for suspects.</p><p>“We are conducting an intensive search for possible suspects,” police officer Florian Nath said on a short video released on the Berlin police account on X.</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>The pride event in front of the city's iconic Brandenburg Gate in the downtown, 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 the around 80 floats that participated in the parade.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XGKWXZIW3V47OVTKNTDIZRQKB4.jpg?auth=eb7f458e11d29c5bfe89a285aa34ca59aece51b5110149ba204327e74a656b94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency personnel gather following the cancellation of Christopher Street Day festivities in Berlin, on Saturday, July 25, 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/PRNOOFPL254CBKTDD26RKUYYPU.jpg?auth=0df4a2b9e80b9ca6db4b41b9afe6cb58f93c17bee64b4286b1df99e8a5e40921&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency personnel gather at an intersection following the cancellation of Christopher Street Day activities in Berlin, on Saturday, July 25, 2026. (AP Photo/Fanny Brodersen)]]></media:description><media:credit role="author" scheme="urn:ebu">Fanny Brodersen</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-juan-soto-goes-on-injured-list-with-left-calf-strain/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/25/mets-juan-soto-goes-on-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 because of a left calf strain.]]></description><pubDate>Sat, 25 Jul 2026 21:29:18 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — New York Mets slugger Juan Soto was placed on the 10-day injured list Saturday because of a left calf strain.</p><p>Soto walked twice against Los Angeles Dodgers starter Roki Sasaki in 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, Mets interim manager Andy 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 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>Soto 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>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>___</p><p>This story corrects Soto's batting average and removes an incorrect reference to Bo Bichette grounding into a double play in the second inning Friday night. Bichette grounded into a double play in the third inning.</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[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><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 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[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[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 4th 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[Associated Press]]></dc:creator><description><![CDATA[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.]]></description><pubDate>Sat, 25 Jul 2026 21:09:41 +0000</pubDate><content:encoded><![CDATA[<p>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.</p><p>Nathan Matthews, 43, of Lincoln, Nebraska, died Friday, the federal Interior Department said in a release Saturday.</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 kilometers per hour) 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>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TPSSGIK26SA24W47VOHTYSZHC4.jpg?auth=2ab9d9d20a33366ad4ed4ee01ddb01cd144b28493919b236dcaebeabfdc99ca4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flames leap above trees as the Akawa Butte fire burns 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/JYIUIT3C2U3AGTJ7C5NSZUUV6Q.jpg?auth=44a8b0c9f1d0348198bfd53b55b364f6012a3f9da8f2ef35401c27007a23032b&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 while battling 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/KV4XDP2PT3IJJTA36QQDPQNKBA.jpg?auth=24963aad457edff7eeb341691ed5e7ddaba8806038512ebf4003e7be2d6263c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters ride in a buggy while battling 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/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>Sat, 25 Jul 2026 20:58:42 +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><item><title><![CDATA[Trump administration admits grants for clean energy were canceled based on politics]]></title><link>https://www.local10.com/news/politics/2026/07/24/trump-administration-admits-grants-for-clean-energy-were-canceled-based-on-politics/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/24/trump-administration-admits-grants-for-clean-energy-were-canceled-based-on-politics/</guid><dc:creator><![CDATA[By MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration has acknowledged in court documents that it canceled $7.6 billion in grants for hundreds of clean energy projects “based solely on the political identity of the grant recipient’s state" — in this case, 16 states that voted for Democrat Kamala Harris in the 2024 presidential election.]]></description><pubDate>Sat, 25 Jul 2026 00:09:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration has acknowledged in court documents that it canceled $7.6 billion in grants for hundreds of clean energy projects “based solely on the political identity of the grant recipient’s state" — in this case, 16 states that voted for Democrat Kamala Harris in the 2024 presidential election.</p><p>The statement contradicts repeated assertions by Energy Secretary Chris Wright and other officials that the projects were canceled because they did not adequately advance the nation’s energy needs or had other problems that made them a poor investment of taxpayer dollars.</p><p>Democrats and environmental groups seized on the court filing Friday, saying the administration had “weaponized” the federal government to kill good jobs and punish working families because of their political views.</p><p>Democrats say what was ‘obvious’ has now been acknowledged</p><p>“This administration has now admitted in court what has long been obvious: it terminated nearly 300 cost-cutting energy projects for no reason other than the fact that the states they were in did not vote for the president in the 2024 election,” said Rep. Marcy Kaptur of Ohio and Sen. Patty Murray of Washington state. Both are high-ranking Democrats on the House and Senate Appropriations committees, respectively.</p><p>“Weaponizing the federal government like this is outright un-American, and it’s hardworking families already struggling with sky-high costs who are suffering the consequences of this corrupt abuse of power,” Kaptur and Murray said.</p><p>They called on congressional Republicans to join them in holding the Trump administration "accountable for the President’s failure to look out for all Americans.”</p><p>The Energy Department announced last October that 321 funding awards across 223 projects were terminated, saying that after review, they “did not adequately advance the nation’s energy needs or were not economically viable."</p><p>The cuts, part of broader attacks from President Donald Trump on climate programs and clean energy funding, slashed federal support for projects to build battery plants, develop hydrogen technology, upgrade the electric grid and capture carbon dioxide emissions.</p><p>Russell Vought, the White House budget director, highlighted the cutbacks in a social media post, saying money “to fuel the Left’s climate agenda is being cancelled.”</p><p>The Energy Department did not immediately respond to a request for comment.</p><p>Projects from many states were cut</p><p>Projects that were cut were located in California, Colorado, Connecticut, Delaware, Hawaii, Illinois, Maryland, Massachusetts, Minnesota, New Hampshire, New Jersey, New Mexico, New York, Oregon, Vermont and Washington state. All 16 targeted states supported Harris, but Wright said the cuts were “business decisions" based on whether the projects were a good use of taxpayer money or not.</p><p>The cuts were immediately challenged in court, and more than two dozen Democratic members of Congress, led by California Sens. Adam Schiff and Alex Padilla and Rep. Zoe Lofgren, wrote a letter to the Energy Department's acting inspector general requesting a formal investigation. The department's internal watchdog launched an investigation in December.</p><p>Government lawyers had p reviously confirmed in a court filing late last year that the selection of grants in fact “was influenced by whether a grantee’s address was located in a State that tends to elect ... Democratic candidates in state and national elections (so-called “Blue States”).”</p><p>That filing came in a separate suit filed by clean energy groups and the city of St. Paul, Minnesota, over the canceled funding. The most recent admission came in a case called Thakur v. Trump that’s been ongoing since last spring. Federal lawyers acknowledged that they used keywords related to diversity, gender, vaccine hesitancy and COVID-19 to screen for projects that ran afoul of the Trump administration’s priorities.</p><p>Holly Bender, chief program officer for the Sierra Club, said the latest court filing shows “the Trump administration is brazenly admitting to a vindictive approach to cancelling much-needed energy infrastructure that ignores the job losses, air pollution and increasing bills that people are experiencing everywhere.”</p><p>Instead of “building the energy projects we desperately need,” billions of American taxpayer dollars are “going to line the pockets of a small handful of fossil fuel company CEOs,” Bender said, citing nearly $3 billion pledged by the Trump administration to cancel offshore wind projects in favor of fossil fuel projects such as natural gas and coal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7SH5SEUETLTNTWSOVDU5WPZU2A.jpg?auth=2f498b16566423a2cd73a68f167ea580bef0d797ffaf4aa0faa24b26e842bcb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Turbines are visible at Sunrise Wind offshore wind farm that is under construction off the coast of Montauk Point, New York, April 23, 2026. (AP Photo/Joshua A. Bickel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YGT247NNWXK2G2MCENMYHDWMA4.jpg?auth=dc8e20005a19e1084089010b69f7f7b055b5e46efa66b0d1a9838819aa5747cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A drought-stressed stalk of wheat lies on a parched field May 16, 2026, near Macksville, Kan. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W7NVF3MD4DQTYC4E5IJCPMBUVM.jpg?auth=f48369398ec5893cb0b77f43483a97af3415646b15ba08ad803f39dccb4e8abc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dawn Spears holds heirloom seeds including, from left, Narragansett white flint corn, crookneck squash and succotash beans Tuesday, April 21, 2026, in Hopkinton, R.I. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item><item><title><![CDATA[Trump on Venezuela: ‘They are not ready yet for elections, but at some point they will be’]]></title><link>https://www.local10.com/news/world/2026/07/24/trump-on-venezuela-they-are-not-ready-yet-for-elections-but-at-some-point-they-will-be/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/24/trump-on-venezuela-they-are-not-ready-yet-for-elections-but-at-some-point-they-will-be/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[President Donald Trump talked about his policy in Venezuela on Wednesday during a news conference at the Oval Office in the White House. ]]></description><pubDate>Fri, 24 Jul 2026 23:21:49 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump talked about his policy in Venezuela on Wednesday during <a href="https://www.youtube.com/watch?v=0pswvKw76Uc" target="_self" rel="" title="https://www.youtube.com/watch?v=0pswvKw76Uc">a news conference</a> at the White House. </p><p>Trump described a mutually beneficial relationship and praised Delcy Rodríguez, who has served as the acting president since Nicolás Maduro’s capture on Jan. 3, as “doing a fantastic job.”</p><p>Trump also said that presidential elections will not happen anytime soon. </p><p>“They are not ready yet for the elections, but at some point, they will be, and we are going to be standing right on top of it,” Trump said during <a href="https://www.youtube.com/watch?v=0pswvKw76Uc" target="_self" rel="" title="https://www.youtube.com/watch?v=0pswvKw76Uc">the news conference</a> in the Oval Office. </p><figure><img src="https://www.local10.com/resizer/v2/NLUWJNWGXPKMQCNS2DLUBDY634.jpg?auth=4155808ec151278692f9c37b62daa69959d6dfa953a9ec572b6ded707b0d10a2&smart=true&width=1200&height=900" alt="In this courtroom sketch, from left, former Venezuela President Nicholas Maduro, attorneys Anna Estevao and Mark Donnelly, and Maduro's wife, Cilia Flores, stand during a pretrial hearing in a drug trafficking case for Maduro and Flores, Wednesday, July 22, 2026, at Manhattan federal court in New York. (Jane Rosenberg via AP)" height="900" width="1200"/><figcaption>In this courtroom sketch, from left, former Venezuela President Nicholas Maduro, attorneys Anna Estevao and Mark Donnelly, and Maduro's wife, Cilia Flores, stand during a pretrial hearing in a drug trafficking case for Maduro and Flores, Wednesday, July 22, 2026, at Manhattan federal court in New York. (Jane Rosenberg via AP)</figcaption></figure><p>U.S. Secretary Marco Rubio has said elections are part of a three-phase plan for stabilization, recovery, and transition. </p><p>“The amount of money being made by Venezuela now is more than they have ever made before, and we are taking a lot also, you know, for our efforts,” Trump said during the question-and-answer segment of <a href="https://www.youtube.com/watch?v=0pswvKw76Uc" target="_self" rel="" title="https://www.youtube.com/watch?v=0pswvKw76Uc">the conference</a>. </p><p>On oil sales, Rubio has said that the U.S. is committed to strict financial oversight, ensuring deposits into U.S. Treasury-controlled accounts, and disbursing only after approving monthly government budgets.</p><p>“That money will then be handled in such a way that we will control how it is disbursed in a way that benefits the Venezuelan people, not corruption, not the regime, so we have a lot of leverage to move on the stabilization front,” Rubio said in January. </p><p>Nobel Peace Prize winner María Corina Machado, the opposition leader, traveled to Panama after the 7.2 and 7.5-magnitude earthquakes struck northern Venezuela on June 24. She was unable to travel to Caracas. </p><p>“Even though I cannot be there physically, I am with each of you — with every family still grieving those they lost, and with those who continue to seek answers,” Machado said <a href="https://x.com/MariaCorinaYA/status/2080639287066759285" target="_self" rel="" title="https://x.com/MariaCorinaYA/status/2080639287066759285">in Spanish on Friday</a>. </p><figure><img src="https://www.local10.com/resizer/v2/O4ODMSVKIJF5XTPH55B66YNUEY.jpg?auth=70064851d5bcbd82f6029475a47fd5b8a7c51afa3fab2c7339cc202722aeb5dc&smart=true&width=1200&height=900" alt="Trade union members march to demand that the government announce a timetable for presidential elections in Caracas, Venezuela, Wednesday, July 8, 2026. 2026. (AP Photo/Pedro Mattey)" height="900" width="1200"/><figcaption>Trade union members march to demand that the government announce a timetable for presidential elections in Caracas, Venezuela, Wednesday, July 8, 2026. 2026. (AP Photo/Pedro Mattey)</figcaption></figure><p>The Trump administration continued to assist the Venezuelan victims of the earthquakes, as the official death toll increased to<i><b> </b></i>5,069 people on Friday, and there were 190 collapsed buildings. The World Bank recently <a href="https://www.worldbank.org/en/news/press-release/2026/07/23/world-bank-group-estimates-venezuela-earthquakes-damage?cid=ECR_TT_worldbank_EN_EXT" target="_self" rel="" title="https://www.worldbank.org/en/news/press-release/2026/07/23/world-bank-group-estimates-venezuela-earthquakes-damage?cid=ECR_TT_worldbank_EN_EXT">estimated $19.6 billion in damages</a>. </p><p>Trump said he was hopeful and “a lot of progress has been made” since “the amount of oil coming out of Venezuela, even before the big companies, you know Exxon, all the big companies there ... looking at it, they are going there.”</p><p>Trump also said he was “very popular” in Venezuela. </p><p>“For a long time, I’ve known their country and, you know, I owned the Miss Universe pageant and Miss Venezuela always did very well in that pageant, so I know something about the country,” Trump said about owning the Miss Universe organization from 1996 to 2015. </p><p>Venezuelan women won the Miss Universe crown seven times from 1979 to 2013. Trump also described Venezuelans as “great people.”</p><p><b>Related reports</b></p><figure><img src="https://www.local10.com/resizer/v2/QNRKJ3VL25IPPPAZ2IN7I5AIHQ.jpg?auth=58f7aede30cbeb0f18d49f6a8c8c60b5b462b6773946a492803821434665747f&smart=true&width=1200&height=900" alt="People affected by the earthquakes carry U.S. humanitarian aid after receiving it in La Guaira, Venezuela, Wednesday, July 8, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>People affected by the earthquakes carry U.S. humanitarian aid after receiving it in La Guaira, Venezuela, Wednesday, July 8, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/07/24/1-month-after-venezuela-earthquakes-south-florida-aid-effort-continues/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/24/1-month-after-venezuela-earthquakes-south-florida-aid-effort-continues/">1 month after Venezuela earthquakes, South Florida aid effort continues</a></li><li><a href="https://www.local10.com/health/2026/07/21/venezuela-confirms-3-people-have-died-of-hantavirus-infections-with-2-more-deaths-suspected/" target="_self" rel="" title="https://www.local10.com/health/2026/07/21/venezuela-confirms-3-people-have-died-of-hantavirus-infections-with-2-more-deaths-suspected/">Venezuela confirms 3 people have died of hantavirus infections, with 2 more deaths suspected</a></li></ul><p><b>TODAY ON WORLD NEWS</b></p><p><b>Leer en español</b></p><ul><li><a href="https://www.local10.com/espanol/2026/07/24/venezuela-anuncia-su-decision-de-retirarse-definitivamente-de-la-corte-penal-internacional/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/24/venezuela-anuncia-su-decision-de-retirarse-definitivamente-de-la-corte-penal-internacional/">Venezuela anuncia su decisión de retirarse definitivamente de la Corte Penal Internacional</a></li><li><a href="https://www.local10.com/espanol/2026/07/24/peru-y-venezuela-inician-proceso-progresivo-de-reanudacion-de-relaciones-bilaterales-rotas-en-2024/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/24/peru-y-venezuela-inician-proceso-progresivo-de-reanudacion-de-relaciones-bilaterales-rotas-en-2024/">Perú y Venezuela inician proceso progresivo de reanudación de relaciones bilaterales rotas en 2024</a></li><li><a href="https://www.local10.com/espanol/2026/07/24/a-un-mes-de-los-sismos-en-venezuela-sigue-la-busqueda-de-cuerpos-y-se-dificulta-la-reconstruccion/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/24/a-un-mes-de-los-sismos-en-venezuela-sigue-la-busqueda-de-cuerpos-y-se-dificulta-la-reconstruccion/">A un mes de los sismos, en Venezuela sigue la búsqueda de cuerpos y se dificulta la reconstrucción</a></li></ul><p><b>Related social media post</b></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">Nos tenemos. Durante ya un mes nos sostuvimos, nos alentamos, nos consolamos. Dejamos el alma y muchos, también sus manos.<br>Nos tenemos y nos levantamos. <a href="https://t.co/m86oJe1J1z">pic.twitter.com/m86oJe1J1z</a></p>&mdash; María Corina Machado (@MariaCorinaYA) <a href="https://x.com/MariaCorinaYA/status/2080639287066759285?ref_src=twsrc%5Etfw">July 24, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EH52LARDCI6LEEN44IHPLLZHA4.jpg?auth=a301940a27f333a661b759562482d9e163ac20a9372fd73adab8be15b26c89c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People affected by the earthquakes carry U.S. humanitarian aid after receiving it in La Guaira, Venezuela, Wednesday, July 8, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[New US tariffs linked to claims of foreign forced labor dismay and anger trading partners]]></title><link>https://www.local10.com/business/2026/07/24/new-us-tariffs-linked-to-claims-of-foreign-forced-labor-dismay-and-anger-trading-partners/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/24/new-us-tariffs-linked-to-claims-of-foreign-forced-labor-dismay-and-anger-trading-partners/</guid><dc:creator><![CDATA[By ELAINE KURTENBACH and CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — U.S. President Donald Trump's latest set of tariffs drew immediate objections from America's trading partners including China and Japan, with Australia's trade minister slamming them as “completely unjustified” on Friday.]]></description><pubDate>Fri, 24 Jul 2026 19:13:18 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — U.S. President Donald Trump’s latest set of tariffs drew immediate objections from America’s trading partners including China and Japan, with Australia’s trade minister slamming them as “completely unjustified” on Friday.</p><p>The administration announced tariffs of 10% to 12.5% on 60 economies late Thursday, saying the countries had failed to adequately enforce a ban on goods made with forced labor.</p><p>The new tariffs took effect just as stopgap levies Trump imposed after a stinging defeat at the Supreme Court expired at 12:01 a.m. Friday.</p><p>Countries object to what they call unfounded labor claims</p><p>Australian Trade Minister Don Farrell rejected claims linking Australia, a major exporter of beef, gold and copper, to modern slavery and raising the tariff on its exports to the U.S. to 12.5% from the 10% level imposed after Trump’s “Liberation Day” hikes last year.</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,” Farrell told reporters in Adelaide.</p><p>Australia believes the higher tariffs are “completely unjustified and we will continue to lobby the United States Trade Representative to remove all tariffs on Australian goods,” Farrell said.</p><p>New Zealand Prime Minister Christopher Luxon said the tariffs on his country, also subject to a 12.5% import duty, were “extremely disappointing,” unjustified and harmful to trade.</p><p>A U.S. investigation serving as the basis for the tariffs did not provide meaningful evidence to support allegations of forced labor.</p><p>“Tariffs are not the way — they drive up costs and uncertainty for businesses,” he wrote on X.</p><p>European Union foreign policy chief Kaja Kallas questioned the U.S. stance in comments on Channel News Asia.</p><p>“If you compare our labor laws to the ones of the United States, I mean we have, people have paid vacations, we have very good conditions, labor conditions for our employees, so it’s not really grounded,” Kallas said.</p><p>Also facing a 12.5% tariff, Singapore’s Ministry of Trade and Industry said it would “continue to engage the USTR (United States Trade Representative) to explore options.”</p><p>Some hope to forestall the new tariffs</p><p>Japan likewise protested the 12.5% tariff imposed on its exports, noting Tokyo had been reassured by the Trump administration that there would be no more tariffs on top of an earlier agreement on a 10% U.S. import duty.</p><p>“Our understanding is both sides are still committed to that,” Chief Cabinet Secretary Minoru Kihara said.</p><p>“It is regrettable that the measure imposes tariffs on the grounds of non-existence of measures banning imports of goods made by forced labor, even though Japan’s industry and trade are in line with international rules,” Kihara said.</p><p>South Korea’s trade ministry said the announcement eased some uncertainty over U.S. trade policy, but noted that a Section 301 investigation into alleged Korean excess production continues.</p><p>The combined duties on South Korean exports should not exceed 15%, the ministry said in a statement.</p><p>Thailand noted it is subject to the new 12.5% tariff by the U.S. under the forced labor provision, but the measure exempts around 2,120 items, representing more than half the value of Thai goods exported to the U.S.</p><p>China opposes unilateral tariffs in ‘all forms’</p><p>China’s Ministry of Foreign Affairs said it “opposes all forms of unilateral tariffs” in response to the new 12.5% tariffs.</p><p>“Tariff wars and trade wars do not serve any parties’ interests,” ministry spokesman Lin Jian said at a press conference.</p><p>Trade tensions have clouded relations between China and the U.S., two of the world’s biggest economies, as Trump’s hefty “Liberation Day” tariffs resulted in a sharp drop in Chinese exports to the U.S.</p><p>Trump and Chinese leader Xi Jinping, who agreed to set up new boards of trade and investment at their mid-May meeting in Beijing, are expected to meet again in September.</p><p>Some Chinese exporters say, however, the impacts are limited as the latest U.S. tariffs on China remain at lower levels than last year’s rates, which were initially 34%.</p><p>“Of course it’d be best if they (the tariffs) are not there,” said Richard Chan, manager of Golden Arts Gifts &amp; Decor, which manufactures Christmas trees and decorations in the southern Chinese city of Dongguan and supplies globally to those including Walmart.</p><p>Golden Arts’ share of sales to the U.S., however, already have fallen as U.S. tariffs added more uncertainty. They have pivoted more to Europe, which now accounts for roughly 70% of their sales, Chan said.</p><p>The latest import duties might stick</p><p>Wendy Cutler, a former senior U.S. trade official, said the latest round of tariffs involved “few surprises” since they range just between 10% and 12.5%.</p><p>The U.S. Trade Representative’s office spent four months investigating the basis for those tariffs to meet legal requirements under Section 301 of the U.S. Trade Act of 1974.</p><p>“Time will tell whether the third attempt to impose tariffs is the charm and this action stands up to legal challenges,” said Cutler, senior vice president of the Asia Society Policy Institute.</p><p>These duties are less likely than earlier ones to be overruled by U.S. courts, she said.</p><p>Further tariffs may be coming in the fall related to alleged structural excess capacity of trading partners, she noted.</p><p>Experts say these tariffs may be less disruptive</p><p>Washington has generally tended to engage in increased trade friction, William Bratton of BNP Paribas said in a research note Friday.</p><p>“On the positive side, however, these tariffs are lower than the earlier (Emergency Powers Act) ‘reciprocal’ tariffs and appear to exempt a substantial proportion of Asia’s current trade flows with the U.S.,” he said.</p><p>The Trump administration has made tariff exceptions, however, including imported goods that the U.S. does not produce, Cutler noted.</p><p>“This should reduce the impact of these duties. Nevertheless, they will contribute to higher prices both for end consumers and businesses importing inputs and machinery,” she said.</p><p>Immediate pushback, legal and political</p><p>There was immediate pushback, both legally, and politically.</p><p>The Liberty Justice Center, a libertarian advocacy group that successfully challenged earlier Trump tariffs, filed a lawsuit in the U.S. Court of International Trade in New York, challenging the double-digit import taxes that Trump imposed Friday.</p><p>The group called the new tariffs a pretext to allow Trump to maintain a wall of tariffs around the U.S. economy after the Supreme Court struck down big global taxes he’d imposed last year.</p><p>“The administration allowed one global tariff to expire and immediately replaced it with another under a different statute,” said Sara Albrecht, chair of the center. “Changing the statute doesn’t change the law. Every tariff authority has limits, and every administration must respect them.”</p><p>Her group represented businesses that successfully challenged Trump’s 2025 global tariffs.</p><p>Rep. Linda Sanchez, a California Democrat questioned the reasons for the latest slew of tariffs.</p><p>“If he was serious, he would not be applying the same tariff rate to China, one of the worst forced labor abusers in the world, as he does to countries like Australia,” she said. “Then again, unlike China, Australia doesn’t manufacture any Trump corporation products.”</p><p>Sen. Kirsten Gillibrand, D-N.Y., said Americans will be the ones paying for the new tariffs.</p><p>“Instead of continuing his disastrous tariff scheme, the president must put the American people first and revoke these harmful policies that are making everyday Americans’ lives flat-out unaffordable,” Gillibrand said. ”At home in New York and across the country, people are struggling, and they need relief.”</p><p>___</p><p>Chan reported from Hong Kong. Associated Press writers Tong-hyung Kim in Seoul, South Korea, Mari Yamaguchi in Tokyo and Eileen Ng in Kuala Lumpur, Malaysia, Grant Peck in Bangkok and Ken Moritsugu in Beijing, as well as AP Economics Writer in Washington, and AP Business Writer Michelle Chapman in New York, contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[Biden drops lawsuit seeking to block release of recordings of his interviews with a ghostwriter]]></title><link>https://www.local10.com/news/politics/2026/07/24/biden-drops-lawsuit-seeking-to-block-release-of-recordings-of-his-interviews-with-a-ghostwriter/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/24/biden-drops-lawsuit-seeking-to-block-release-of-recordings-of-his-interviews-with-a-ghostwriter/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Joe Biden on Friday dropped a lawsuit in which he sought block the release of audio recordings and transcripts of his interviews with a memoir ghostwriter before the Delaware Democrat was elected president, paving the way for the material to be released to a Republican-led congressional committee.]]></description><pubDate>Fri, 24 Jul 2026 23:03:39 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Joe Biden on Friday dropped a lawsuit in which he sought block the release of audio recordings and transcripts of his interviews with a memoir ghostwriter before the Delaware Democrat was elected president, paving the way for the material to be released to a Republican-led congressional committee.</p><p>Biden's attorneys filed the notice of voluntary dismissal less than a week after a divided panel of appeals court judges rejected his bid to block the material's release. Biden could have petitioned the Supreme Court to intervene or asked for a rehearing by the full U.S. Court of Appeals for the District of Columbia Circuit.</p><p>In a 2-1 ruling on Monday, a three-judge panel from the circuit court found a “substantial” public interest in disclosing the material that Biden wants to keep under wraps. The panel had suspended its decision until Aug. 3 to allow more time for Biden to consider his appellate options.</p><p>Circuit Judge Florence Pan wrote a dissenting opinion in which she said Biden has shown a “substantial privacy interest” in keeping the material hidden. The appeal also was heard by D.C. Circuit Chief Judge Sri Srinivasan and Judge Gregory Katsas.</p><p>Pan was nominated to the court by Biden, a Democrat. Srinivasan was nominated by President Barack Obama, also a Democrat. Katsas was nominated by President Donald Trump, a Republican.</p><p>Mark Zwonitzer, who worked with Biden on two memoirs, 2007’s “Promises to Keep” and 2017’s “Promise Me, Dad,” interviewed him at his home in 2016 and 2017. Biden’s lawyers say the conversations were candid, personal and intended to remain private.</p><p>The recordings were obtained by special counsel Robert Hur, who investigated Biden’s handling of classified documents from his time as a senator from Delaware and as Obama’s vice president. Republicans in Congress demanded the material after Hur declined to file charges against the then-president.</p><p>Biden sued and sought an injunction to prevent the Justice Department under Trump from releasing the recordings to Congress and the conservative Heritage Foundation. The department previously argued that the recordings were exempt from disclosure under public records law.</p><p>Biden appealed after U.S. District Judge Dabney Friedrich, a Trump nominee, ruled in June that the public interest in the material outweighed whatever privacy rights Biden had.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JMYSFS7TTBX5JB52SPWBEJWAQQ.jpg?auth=9cd4d8c7b3104ec51ad4bc357d1ebbb38405ae361e22564e22656517a43b1057&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Joe Biden waits to speak about foreign policy at the State Department in Washington, Jan. 13, 2025. (AP Photo/Susan Walsh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Walsh</media:credit></media:content></item><item><title><![CDATA[SpaceX launches Starship on another test flight, this time with the most advanced Starlinks]]></title><link>https://www.local10.com/business/2026/07/24/spacex-launches-starship-on-another-test-flight-this-time-with-the-most-advanced-starlinks/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/24/spacex-launches-starship-on-another-test-flight-this-time-with-the-most-advanced-starlinks/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[SpaceX’s mammoth Starship rocket blasted off Friday on another test flight stretching halfway around the world, this time releasing 20 of the most advanced Starlinks.]]></description><pubDate>Sat, 25 Jul 2026 03:26:13 +0000</pubDate><content:encoded><![CDATA[<p>SpaceX’s mammoth Starship rocket blasted off Friday on another test flight stretching halfway around the world, this time releasing 20 of the most advanced Starlinks.</p><p>Towering 407 feet (124 meters), Starship soared from the company’s base at the southern tip of Texas. NASA monitored the space-skimming flight, a critical step toward using the Starship as a lunar lander for moon crews.</p><p>The hourlong journey ended with a splashdown so soft that the spacecraft remained afloat in the Indian Ocean as the SpaceX webcast drew to a close, drawing cheers from employees back at the launch site.</p><p>Elon Musk’s SpaceX had replaced six of the 33 engines on the first-stage booster after some of them failed to ignite last week, resulting in a last-second launch abort. The previous Starship flight in May also experienced engine trouble, which prevented the booster from making a controlled return.</p><p>This time, all of the engines fired at liftoff, but not enough of them lit back up for the booster's return, causing it to descend too fast and slam into the Gulf of Mexico. The spacecraft continued soaring eastward, popping out the Starlinks one by one 124 miles (200 kilometers) up before reentering.</p><p>It was the 13th flight of the world’s biggest and most powerful rocket, and the second this year of the new version dubbed V3. Like the previous demo, neither the booster nor spacecraft was meant to be saved, instead plunging into the sea.</p><p>The stainless steel, retro-looking spacecraft hovered upright over the Indian Ocean before lowering into the water, more than 10,000 miles (16,000 kilometers) from where the flight began.</p><p>It was the best reentry yet, according to SpaceX, with the intact booster floating amid just a few flames. Previous flights ended with the spacecraft engulfed in flames and exploding at splashdown — or rupturing in midair.</p><p>“We're really pumped about this,” said SpaceX engineer Kate Tice, calling it “lucky flight 13.”</p><p>The Starlinks accomplished all their jobs before reentering over the Indian Ocean.</p><p>After being ejected from the Starship’s Pez-like dispenser, the Starlinks had just 20 minutes to communicate via lasers and radio before reentering. SpaceX said its engineers made contact and even downloaded data from each one. With more than 10,000 Starlinks currently providing internet, SpaceX boasts the world’s largest satellite constellation.</p><p>Six of the newly launched Starlinks carried cameras that photographed Starship’s heat shield at flight's end, beaming back amazingly crisp shots even as the spacecraft bobbed in the ocean. The heat shield was also equipped with sensors to measure the extreme pressure placed on the spacecraft during launch. Most of the heat shield’s thermal tiles were black, but some were deliberately painted white to simulate missing tiles, part of an experiment to test the shield’s robustness.</p><p>"We got all the heat shield data we needed and then some!" Musk said on X.</p><p>NASA Administrator Jared Isaacman offered congratulations. “Excited for what will be learned from this mission,” Isaacman noted on X.</p><p>SpaceX wants to make sure Starship’s heat shield can withstand the heat of entry before trying to return it to the Starbase launch pad near the Texas-Mexico border. The company already has used a pair of giant mechanical arms at the pad to capture a Starship booster. The company plans to do the same with the actual spacecraft, which is designed to be totally reusable.</p><p>NASA needs Starship to wrap up testing and reach orbit soon so the Artemis III astronauts — three Americans and one Italian — can practice docking their capsule with it next year.</p><p>Starship is also the vehicle with which Musk intends to build a city on Mars. He's already booking tourist trips to Mars, as well as the moon.</p><p>The latest test flight was delayed first by the July 16 launch abort, then again on Thursday by thick clouds from Tropical Storm Bertha.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4D6WZTGCXKIBKJLMFQFXQ7Q4YI.jpg?auth=be3513c88094da70666720a41426203649d2942eb4b66871a54e0cadd67aab2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[SpaceX's mega rocket Starship makes a test flight from Starbase, Texas, Friday, July 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NLHYHTGBIQ3VAEHWFO25DNWEVA.jpg?auth=45b84ca853b67b979f16c40b400610498c9abc1f5e62303c1a9eba621a677b2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[SpaceX's mega rocket Starship lifts off for a test flight from Starbase, Texas, Friday, July 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NN3FV3KTIMHSHEPKOXLBKSQSAI.jpg?auth=c2e901298759fe1441c57ffd776ca2696f2e88dd3682f3da2f54239d3ddf8c31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[SpaceX's Starship rocket lifts off for a test flight from Starbase, Texas, Friday, July 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TKTCKNSZADIIRVD2QWIOMKIXPU.jpg?auth=be7871e7861da391e43ee0faea6539a5bc7178e264eb9336d73468c223cf020c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[SpaceX's Starship rocket lifts off for a test flight from Starbase, Texas, Friday, July 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GEUCMMASASAQX52YXDZL3ZSQTQ.jpg?auth=9e644bb0ed18d3ddd8ce6a0c55043df253067943120cf687324709839910085c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[SpaceX's mega rocket Starship makes a test flight from Starbase, Texas, Friday, July 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NMI7Y5632ZAUNCKQUZ4BUWSOOY.jpg?auth=8ec525c6fd20a8206bcfff8d7957477e2219f63398d245d72a33e2f9a110c428&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sun rises behind SpaceX's mega rocket Starship as it is prepared for a test flight from Starbase, Texas, Friday, July 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Trump orders new signs outside Smithsonian saying some exhibits are inaccurate]]></title><link>https://www.local10.com/news/national/2026/07/24/trump-orders-new-signs-outside-smithsonian-saying-some-exhibits-are-inaccurate/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/24/trump-orders-new-signs-outside-smithsonian-saying-some-exhibits-are-inaccurate/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump ordered his administration Friday to install signs in front of the Smithsonian Institution 's U.S. history museum telling visitors that some of the exhibits are inaccurate, his latest move to reshape how the story of the United States is told.]]></description><pubDate>Fri, 24 Jul 2026 23:04:03 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump ordered his administration Friday to install signs in front of the Smithsonian Institution 's U.S. history museum telling visitors that some of the exhibits are inaccurate, his latest move to reshape how the story of the United States is told.</p><p>Trump's move follows a report released July 4 by his Domestic Policy Council saying leaders of the Smithsonian and its National Museum of American History don't tell history “in a way that is inspiring, unifying, and worthy of our great republic.”</p><p>The president lacks authority to quickly fire the Smithsonian leadership or to order changes to exhibits, so his executive order targets the sidewalks out front, which are maintained by the National Park Service. His executive order calls for signs telling visitors about the White House report and directing them to resources for what he calls “accurate information regarding America’s history.” It also calls for a temporary exhibit that corrects information he deems inaccurate.</p><p>Smithsonian officials declined to comment on Trump's order.</p><p>Anthea M. Hartig, director of the American history museum, pushed back on the White House report during congressional hearings this week.</p><p>“As we continue to fact check the report, we unwaveringly attest that it does not fairly or accurately characterize the full body of work at the museum,” she told lawmakers. “There is always room for improvement. But I also know the beauty and the inspiration and the expertise that lies in our collections, our exhibits, and our programming.”</p><p>The Smithsonian operates outside the executive branch and museum directors report to Secretary Lonnie Bunch, who is subject to oversight from a Board of Regents.</p><p>Trump’s escalating effort to force changes at the Smithsonian marks the Republican president’s latest move to transform cultural pillars of society, such as universities and art, that he considers out of step with conservative sensibilities. Trump had himself installed as chairman of the John F. Kennedy Center for the Performing Arts with the aim of overhauling programming, and his handpicked board voted to add his name to the building, only to have a federal judge later order the signs to be removed.</p><p>Trump has also imposed changes on historical sites beyond Washington, including in Philadelphia, where the administration won a court ruling last week allowing it to reinstall interpretive panels that critics say whitewash the history of slavery at the site of President George Washington’s home. Advocates, academics and officials have been concerned for months that the version that complies with Trump’s order could give a history that plays down the pain in the nation’s past in favor of a more triumphant view.</p><p>Trump in March revealed his intention to force changes at the Smithsonian Institution with an executive order that targeted funding for programs that advanced “divisive narratives” and “improper ideology.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2YGGZD2NF5OALJGUV374ECPYQI.jpg?auth=2127a1527a6dc13c9603d5eb8f80f7334fe0111c215a54bc571fbeb7c9cbe0cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People views displays at the Smithsonian museum a day after Independence Day celebrations honoring the nation's 250th anniversary on the National Mall in Washington, Sunday, July 5, 2026. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OXXPETS2FIRVIENDDJ3MJDJGBE.jpg?auth=99a99f79d28c274df768ae6feda78c4fcfaeb577dca852b84fa239183b5ac530&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Smithsonian Museum of American History is pictured on the National Mall in Washington, April 3, 2019. (AP Photo/Pablo Martinez Monsivais, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pablo Martinez Monsivais</media:credit></media:content></item><item><title><![CDATA[July 24: Hot and humid with afternoon storms ]]></title><link>https://www.local10.com/weather/2026/07/24/july-24-hot-and-humid-with-afternoon-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/24/july-24-hot-and-humid-with-afternoon-storms/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[The last weekend of July 2026 will be hot, humid and stormy at times for South Florida.]]></description><pubDate>Fri, 24 Jul 2026 22:36:12 +0000</pubDate><content:encoded><![CDATA[<p>The last weekend of July 2026 will be hot, humid and stormy at times for South Florida.</p><p>A stray shower is not out of the question for Miami-Dade/Broward or the Keys Friday night. </p><p>Saturday morning may feature spotty showers or storms along the east coast. More scattered showers and storms are expected to develop during the afternoon.</p><p>Sunday will get off to a mostly dry start. Daytime heating will breed afternoon storms!</p><p>Temperatures will make a run for the low and mid 90s both days -- factor in humidity and it will feel like 100+°F.</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[Police: Robber stabs man to steal his wallet in Miami’s Little River ]]></title><link>https://www.local10.com/news/local/2026/07/24/man-stabbed-during-armed-robbery-in-miami-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/24/man-stabbed-during-armed-robbery-in-miami-police-say/</guid><dc:creator><![CDATA[Terrell Forney, Amanda Batchelor]]></dc:creator><description><![CDATA[Miami police are investigating after a man in his 60s was stabbed Friday morning, authorities confirmed to Local 10 News.]]></description><pubDate>Fri, 24 Jul 2026 13:11:40 +0000</pubDate><content:encoded><![CDATA[<p>A robber stabbed a man to steal his wallet on Friday morning in Miami’s Little River neighborhood, police said. </p><p><a href="https://www.local10.com/espanol/2026/07/24/policia-apunalan-a-hombre-durante-robo-a-mano-armada-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/24/policia-apunalan-a-hombre-durante-robo-a-mano-armada-en-miami/">Leer en español</a></p><p>According to police, the incident was reported at 7:27 a.m. in the area of Northeast Miami Avenue and 80<sup>th</sup> Terrace.</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>Miami Fire Rescue personnel took the victim, who is in his 60s, to Jackson Memorial Hospital’s Ryder Trauma Center, police said.</p><p>Anyone with information about the robbery and stabbing is asked to call the Miami Police Department or Miami-Dade Crime Stoppers at 305-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></item><item><title><![CDATA[Acusan a pareja de Hollywood de causar la muerte de un bebé por negligencia y luego afirmar que nunca existió]]></title><link>https://www.local10.com/espanol/2026/07/23/acusan-a-pareja-de-hollywood-de-causar-la-muerte-de-un-bebe-por-negligencia-y-luego-afirmar-que-nunca-existio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/23/acusan-a-pareja-de-hollywood-de-causar-la-muerte-de-un-bebe-por-negligencia-y-luego-afirmar-que-nunca-existio/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Autoridades de Carolina del Norte arrestaron a una pareja buscada por la policía de Hollywood por causar la muerte de su bebé por negligencia y luego afirmar que la pequeña era un “engaño” y que nunca existió, informaron las autoridades el jueves.]]></description><pubDate>Thu, 23 Jul 2026 21:37:20 +0000</pubDate><content:encoded><![CDATA[<p>Autoridades de Carolina del Norte arrestaron a una pareja buscada por la policía de Hollywood por causar la muerte de su bebé por negligencia y luego afirmar que la pequeña era un “engaño” y que nunca existió, informaron las autoridades el jueves.</p><p>En una orden de arresto, la policía presentó un caso basado en pruebas circunstanciales contra Alejandro Leon Jr. y Samantha Angelina Feliz. Indicó que el cuerpo de su bebé, identificada como “Angelina”, aún no ha sido encontrado, pero que los indicios, incluida evidencia de ADN en manchas de sangre, apuntan a que la menor murió.</p><p>La policía de Rockingham, Carolina del Norte, arrestó el miércoles a Leon, de 21 años, y a Feliz, de 20. Ambos enfrentarán múltiples cargos, incluido homicidio involuntario, cuando sean trasladados de regreso al sur de Florida.</p><p>Las autoridades informaron que la investigación comenzó después de que un familiar se comunicó con el Departamento de Policía de Hollywood en julio de 2025 para reportar que no había visto a la niña desde febrero de ese año y que la pareja había hecho declaraciones inquietantes asegurando que Angelina “era parte de una estafa y negaban haber tenido un bebé”.</p><p>Un familiar que se reunió con Feliz en un parque de Hollywood en marzo de 2025 dijo a los investigadores que, al preguntarle por Angelina, ella respondió: “¿Qué bebé? No hay ningún bebé”.</p><p>“Desde entonces, Feliz ha afirmado que nunca hubo un bebé, que el bebé era un engaño y que estaba estafando a todos para obtener dinero”, señala la orden de arresto del Departamento de Policía de Hollywood.</p><p>Sin embargo, la policía indicó que la pareja hacía referencia a la niña en mensajes de texto anteriores y que se habían tomado fotografías en las que Feliz aparecía visiblemente embarazada. Además, las autoridades informaron que ambos tomaron fotografías y videos con Angelina después de su nacimiento, el cual se cree ocurrió en la vivienda sin que se emitiera un certificado de nacimiento.</p><p>Las autoridades señalaron que la última fotografía de Angelina fue tomada el 5 de enero de 2025. La bebé lucía “visiblemente enferma y desnutrida”.</p><p>“En esta última fotografía, la víctima no muestra signos de vida”, indicó la policía sobre la imagen.</p><p>En un momento de la investigación, agentes del Departamento de Policía de Lantana, en el condado Palm Beach, localizaron y entrevistaron a la pareja, y ambos sostuvieron que “Feliz nunca estuvo embarazada y nunca dio a luz a un bebé”.</p><p>“También afirmaron que la historia fue inventada con la esperanza de que sus familias sintieran lástima por ellos y les dieran dinero”, escribió la detective del Departamento de Policía de Hollywood, Nancie Toler. “Durante la entrevista, Feliz indicó que existían numerosos mensajes de texto entre ella, Leon y familiares hablando del embarazo y de cómo ella había inventado toda la historia”.</p><p>La policía informó que Feliz afirmó haber estado “usando un vientre falso de embarazo para aparentar que estaba embarazada” como parte de la supuesta “estafa”.</p><p>“Además, durante dichas entrevistas, tanto Feliz como Leon dijeron que las autoridades nunca encontrarían un ‘registro’ de ningún bebé”, escribió Toler. “Feliz también insinuó que la bebé pertenecía a una adicta al crack y que ellos solo la estaban cuidando”.</p><p>Las autoridades informaron que un registro en una unidad de almacenamiento en Hollywood, donde se cree que la pareja vivió en algún momento, permitió encontrar “ropa de bebé, una prueba de embarazo positiva Clearblue Easy, una pistola semiautomática negra, lo que parecía ser una toalla con manchas de sangre, tres cuadernos con anotaciones sobre una revelación de género y un baby shower, además de múltiples dispositivos electrónicos”.</p><p>Los resultados del laboratorio criminalístico “indicaron la presencia de sangre en la ropa y las toallas del bebé”, y las pruebas de ADN demostraron que “provenía de un hijo biológico de Leon y Feliz”, señala la orden.</p><p>En la orden, Toler escribió que, desde el reporte inicial, las autoridades intentaron sin éxito localizar a Feliz y Leon.</p><p>“Además, durante el curso de esta investigación, las autoridades intentaron localizar los restos de la víctima utilizando perros especializados en la detección de cadáveres en las antiguas residencias de Leon y Feliz; sin embargo, todas las búsquedas dieron resultados negativos”, escribió la detective.</p><p>Toler presentó los fundamentos de los cargos de la siguiente manera:</p><p><div class="hpd-report-box">
  <div class="hpd-report-header">
    <span class="hpd-report-label">ARREST WARRANT EXCERPT</span>
  </div>

  <div class="hpd-report-body">
    <div class="hpd-report-rule"></div>

    <blockquote>
      “Based upon the results of my initial investigation, including but not limited to, police reports, requests for welfare/missing persons checks, statements obtained, follow-up interviews, positive paternal and maternal DNA results, video’s and photographs depicting the victim in a healthy condition and the victim’s subsequent and apparent decline, and the final photographs of the victim depicting her without any signs of life coupled with the lack of human remains, there is probable cause to believe that victim ‘Angelina’ is a victim of Aggravated Manslaughter of a Child, contrary to F.S. 782.07(3). Moreover, based upon Feliz and Leon’s sworn recorded statements and the extensive evidence of A.F.’s birth and daily living obtained via numerous search warrants during the course of this long term investigation, there is probable cause to believe that Samantha Angelina Feliz failed to report A.F.’s death to the Medical Examiner’s Office, tampered with physical evidence, and provided false information to law enforcement in an effort to conceal the commission of a crime and/or prevent law enforcements efforts to locate A.F., contrary to Florida Statutes.”
    </blockquote>

    <div class="hpd-report-attribution">
      <span class="hpd-report-line"></span>
      <span>HPD Detective Nancie Toler</span>
    </div>
  </div>
</div>

<style>
  .hpd-report-box {
    width: 100%;
    max-width: 760px;
    margin: 24px auto;
    background:
      linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
      repeating-linear-gradient(
        0deg,
        #f3f5f7 0,
        #f3f5f7 1px,
        transparent 1px,
        transparent 28px
      );
    border: 1px solid #b8bec5;
    border-top: 5px solid #253746;
    border-radius: 3px;
    box-shadow: 0 5px 18px rgba(20, 30, 40, 0.12);
    overflow: hidden;
    color: #20262c;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
  }

  .hpd-report-box *,
  .hpd-report-box *::before,
  .hpd-report-box *::after {
    box-sizing: border-box;
  }

  .hpd-report-header {
    padding: 14px 18px 12px;
    background: #eef1f3;
    border-bottom: 1px solid #c8cdd2;
  }

  .hpd-report-label {
    color: #1f2f3c;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 1.2;
  }

  .hpd-report-body {
    position: relative;
    padding: 22px 24px 20px 31px;
  }

  .hpd-report-rule {
    position: absolute;
    top: 22px;
    bottom: 20px;
    left: 16px;
    width: 3px;
    background: #aeb7bf;
  }

  .hpd-report-body blockquote {
    margin: 0;
    color: #22282d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.68;
  }

  .hpd-report-attribution {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
    color: #4a555e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: right;
  }

  .hpd-report-line {
    width: 34px;
    height: 1px;
    background: #87939d;
  }

  @media (max-width: 600px) {
    .hpd-report-box {
      margin: 18px 0;
      border-radius: 2px;
    }

    .hpd-report-header {
      padding: 12px 14px 11px;
    }

    .hpd-report-label {
      font-size: 15px;
      letter-spacing: 0.9px;
    }

    .hpd-report-body {
      padding: 18px 17px 17px 25px;
    }

    .hpd-report-rule {
      top: 18px;
      bottom: 17px;
      left: 12px;
      width: 2px;
    }

    .hpd-report-body blockquote {
      font-size: 16px;
      line-height: 1.58;
    }

    .hpd-report-attribution {
      font-size: 12px;
    }
  }
</style></p><p>Después de que las autoridades emitieran una orden de arresto, la pareja enfrentará cargos por homicidio involuntario agravado de un menor, alteración o fabricación de evidencia física, no reportar una muerte a la oficina del médico forense, proporcionar información falsa sobre un menor desaparecido y presentar denuncias falsas ante las autoridades durante una investigación.</p><p>La policía solicita a cualquier persona con información sobre el caso que se comunique con Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Taller elabora por décadas las bandas presidenciales en Perú, incluida la que usará Keiko Fujimori]]></title><link>https://www.local10.com/espanol/2026/07/24/taller-elabora-por-decadas-las-bandas-presidenciales-en-peru-incluida-la-que-usara-keiko-fujimori/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/24/taller-elabora-por-decadas-las-bandas-presidenciales-en-peru-incluida-la-que-usara-keiko-fujimori/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — Dentro de su pequeño taller muy cerca del Palacio de Gobierno de Perú, Dante Grados borda la banda que vestirá Keiko Fujimori cuando asuma la presidencia el 28 de julio. El negocio que inició su padre hace más de medio siglo ha confeccionado ese símbolo de poder para casi dos decenas de mandatarios.]]></description><pubDate>Fri, 24 Jul 2026 22:03:24 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Dentro de su pequeño taller muy cerca del Palacio de Gobierno de Perú, Dante Grados borda la banda que vestirá Keiko Fujimori cuando asuma la presidencia el 28 de julio. El negocio que inició su padre hace más de medio siglo ha confeccionado ese símbolo de poder para casi dos decenas de mandatarios.</p><p>Grados, de 65 años, nació dentro de una familia dedicada al bordado de banderas peruanas de colores rojo y blanco, pero también de mantos para vírgenes católicas populares, sombreros que usan los obispos en la semana santa y vestimentas de los sacerdotes durante la misa.</p><p>“Mi papá ha hecho bandas para 11 presidentes” durante 66 años, recordó Grados mientras ensartaba un hilo dorado dentro de una aguja.</p><p>Desde 2016, cuando reemplazó a su padre, Grados ha elaborado bandas para casi una decena de mandatarios. “Los presidentes no eran reemplazables como ahora”, comentó en referencia a la extensa crisis política que ha generado el cambio frecuente de mandatarios y que no cesó ni con la pandemia del coronavirus que mató a 217.000 en Perú.</p><p>Fujimori —de perfil conservador e hija del fallecido y condenado expresidente Alberto Fujimori (1990-2000)— se convertirá en la segunda mujer en gobernar Perú, pero la primera en llegar al poder en unas elecciones. El 7 de junio venció en un ajustado balotaje al progresista Roberto Sánchez por casi 50.000 votos.</p><p>La dirigente política llega al poder en medio del alza del crimen, que es la mayor preocupación social, y el hartazgo de los peruanos por la crónica inestabilidad política en el país sudamericano.</p><p>Desde 2016, cuando asumió la presidencia Pedro Kuczynski (2016-2018), Perú ingresó en una crisis política por el enfrentamiento entre el Congreso —liderado por el partido de Fujimori— y los diversos líderes del Ejecutivo que nunca obtuvieron una mayoría parlamentaria.</p><p>En esta década han gobernado ocho presidentes, en vez de los dos que fueron los elegidos en comicios democráticos.</p><p>El último a cargo del gobierno es el presidente interino José María Balcázar, un parlamentario al que el Congreso colocó en febrero y entregará el poder a Fujimori.</p><p>En ese intermedio de casi una década han gobernado Pedro Pablo Kuczynski (2016-2018) quien renunció en medio de una investigación por presunta corrupción, Martín Vizcarra (2018-2020) destituido en 2020, Manuel Merino que dimitió tras seis días por protestas en 2020 que dejaron dos muertos y Francisco Sagasti quien encabezó un gobierno de transición (2020-2021).</p><p>La inestabilidad continuó con Pedro Castillo (2021-2022), destituido tras intentar disolver el Congreso en 2022, Dina Boluarte (2022-2025), cuyo gobierno estuvo marcado por protestas con 50 civiles muertos y terminó con su destitución, José Jerí (2025-2026) que gobernó cuatro meses y Balcázar.</p><p>Todos estos cambios de presidentes han provocado días febriles de labor en el taller de Grados. La banda que cuelga desde el hombro izquierdo de cada presidente hasta su muslo derecho se confecciona con satén de seda rojo y blanco, así como hilos metálicos bañados en oro. “Una de las cosas que más nos enorgullece es hacer este símbolo del poder”, comentó Grados quien estudió psicología, pero se dedicó al bordado.</p><p>La banda que el presidente saliente Balcázar entregará a Fujimori será una que ha sido prestada por el Parlamento para la ocasión debido a que cada mandatario se lleva su propia banda a casa, indicó Grados.</p><p>En 1950 su padre, que también se llamaba Dante, recibió el primer encargo de elaborar una banda presidencial para Manuel Odría (1948-1956), un militar que gobernaba desde 1948 tras ejecutar un golpe de estado, pero que en 1950 convocó y ganó las elecciones presidenciales luego de apresar al único candidato rival.</p><p>Desde esa época, la familia Grados comenzó a elaborar esos símbolos presidenciales en su taller ubicado en el casco urbano y más antiguo de Lima, fundado en 1532 por el español Francisco Pizarro y que casi tres siglos después se transformó en la capital de Perú, cuando empezó la república en 1821.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QXZVIYWOOPT5R637YDJFFDF7JQ.jpg?auth=6f5ef845a66056451ec407e247c557e89a6d1e17fd05587d7a03b14e850f31d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El maestro bordador Dante Grados trabaja en la banda presidencial que está confeccionando para la presidenta electa Keiko Fujimori, en Lima (Perú), el viernes 24 de julio de 2026. (Foto AP/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M7ULNK64RYXBMPGQE6ZDR6XH6E.jpg?auth=fe87494ae43f52dc8800a38146f18eebba31fadcbd96a37a61ba35bd96c407cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El maestro bordador Dante Grados trabaja en la banda presidencial que está confeccionando para la presidenta electa Keiko Fujimori, en Lima (Perú), el viernes 24 de julio de 2026. (Foto AP/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NVBRMDKL6S46GS2MUNDBIGJC2U.jpg?auth=b6456af4f00ffec7f383deda90ed971b406a6d4a099613664a1cd95caa3013bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El maestro bordador Dante Grados trabaja en la banda presidencial que está confeccionando para la presidenta electa Keiko Fujimori, en Lima (Perú), el viernes 24 de julio de 2026. (Foto AP/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[NYC stabbings suspect arrested on hate crime charges in both attacks]]></title><link>https://www.local10.com/news/national/2026/07/24/nyc-stabbings-suspect-arrested-on-hate-crime-charge-in-1-attack-but-not-a-2nd/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/24/nyc-stabbings-suspect-arrested-on-hate-crime-charge-in-1-attack-but-not-a-2nd/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A suspect in two separate stabbings on New York City streets was arrested Friday on attempted murder and charged with hate crimes relating to both victims, a Jewish man and an Asian man.]]></description><pubDate>Sat, 25 Jul 2026 04:04:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A suspect in two separate stabbings on New York City streets was arrested Friday on attempted murder and charged with hate crimes relating to both victims, a Jewish man and an Asian man.</p><p>Raul Morales, 51, allegedly yelled the Arabic phrase “Allahu akbar” while attacking the two men Thursday on Manhattan's Upper West Side, according to police accounts of what witnesses told them.</p><p>Morales was initially arrested Friday on hate crime charges related to the Jewish man but not the other. He was arraigned later that day and charged with attempted murder and assault as hate crimes related to both victims.</p><p>As Morales was led out of a police station Friday evening, he shouted about seeking justice for someone. When reporters asked about the stabbings, he responded that he was “gonna talk about it” as he was ushered into a police car.</p><p>Morales' court-appointed attorney did not immediately respond to an emailed request for comment late Friday.</p><p>The stabbings happened about two blocks apart Thursday afternoon, police said. Both victims were taken to a hospital and were expected to survive. They were in stable condition Friday, state Attorney General Letitia James said at a morning news conference with other officials and community leaders.</p><p>According to the Manhattan District Attorney's Office, Morales approached the Asian man from behind and stabbed him with a knife “without provocation." Then, after walking four blocks away, he stabbed the Jewish man wearing a kippah with a screwdriver, prosecutors said.</p><p>A witness followed Morales as he fled to the apartment he was staying at, prosecutors said.</p><p>The Jewish victim was attacked just after leaving a nearby synagogue, called the Jewish Center, Rabbi Yosie Levine said.</p><p>“He was just trying to pray at his synagogue, and now we’re the ones praying for his recovery,” Levine said.</p><p>The Asian American Foundation, a New York-based advocacy group, said in a statement the attacks “underscore the persistent safety challenges” and mistreatment — from harassment to physical assault — facing Asian Americans in the city.</p><p>“We demand continued, meaningful investment in community safety and hate prevention that protects everyone,” the group said in a statement.</p><p>The charges Morales faces carry a consecutive total of 40 years in prison, prosecutors said. His next court appearance is scheduled for July 30.</p><p>Hate crimes in New York City have been on the rise in recent years, while overall violent crime rates have dropped, according to police data. Tisch said in April that more than half of all confirmed hate crimes in the city so far this year targeted Jewish people. Estimates of the size of the city's Jewish community vary, but it's far less than half the overall population.</p><p>“We are undeniably being disproportionately targeted, again and again and again,” City Comptroller Mark Levine said at the Friday morning news conference, where he also told Asian Americans: “We stand in outrage with you.”</p><p>James and Levine are Democrats.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DS27EV3TXN6Q77KHZM6RVGBCPU.jpg?auth=b77179f5039feafa78b1494a972c2c4ecd4e7dee4dc0d2f03f6c42b39f810957&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Raul Morales, a 51-year-old man who is accused of stabbing two people on the Upper West Side in Manhattan on Thursday afternoon is escorted out of the NYPD 20th Precinct by police officers in New York, Friday, July 24, 2026. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GLZJFGBW5ED5NWP2NTWISNFIWA.jpg?auth=29207530a0f3a0177a54fd31276b767ce083657f2741d507af994afcb7b5e962&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Raul Morales, a 51-year-old man who is accused of stabbing two people on the Upper West Side in Manhattan on Thursday afternoon is escorted out of the NYPD 20th Precinct by police officers in New York, Friday, July 24, 2026. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7S6FF7XBMIQU5XLTVRM2TKWWBM.jpg?auth=a8ae5756940eff48805e62389cb37c16b869686f41391826409528935121cd8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Raul Morales, a 51-year-old man who is accused of stabbing two people on the Upper West Side in Manhattan on Thursday afternoon is escorted out of the NYPD 20th Precinct by police officers in New York, Friday, July 24, 2026. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B5PNARCFPHC7IWURFL277CZPT4.jpg?auth=82f3f387bc19e6c82e2909b00dff58341f1738fd1c26c35f33af9baeee166e89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Raul Morales, center, a 51-year-old man who is accused of stabbing two people on the Upper West Side in Manhattan on Thursday afternoon is escorted out of the NYPD 20th Precinct by police officers in New York, Friday, July 24, 2026. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content></item><item><title><![CDATA[Agente del Sheriff mata a muchacho en Miami Beach]]></title><link>https://www.local10.com/espanol/2026/07/24/mdso-al-menos-un-agente-involucrado-en-balacera-en-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/24/mdso-al-menos-un-agente-involucrado-en-balacera-en-miami-beach/</guid><dc:creator><![CDATA[Amanda Batchelor, Jeff  Derderian , Roy Ramos]]></dc:creator><description><![CDATA[Los agentes ejecutaban una orden de registro por violaciones a las leyes de armas de fuego. El Departamento de Policía de Florida (FDLE) se encargará de investigar lo ocurrido el viernes.]]></description><pubDate>Fri, 24 Jul 2026 13:39:01 +0000</pubDate><content:encoded><![CDATA[<p>Un agente de la Oficina del Sheriff de Miami-Dade (MDSO) mató a tiros a un joven de 17 años la mañana del viernes mientras ejecutaba una orden de registro en un apartamento en Miami Beach, confirmó la sheriff Rosie Cordero Stutz.</p><p>Según MDSO, el tiroteo ocurrió en el 785 de 81st Street.</p><p>La sheriff confirmó a los periodistas que los agentes ejecutaban una orden de registro en la residencia en relación con violaciones a las leyes de armas de fuego por parte de un joven de 17 años y otro de 18.</p><p>Cordero Stutz dijo que el joven de 17 años salió de una habitación cuando llegaron los agentes, blandiendo un arma, momento en el que un agente le disparó y lo mató.</p><p>“Estos dos sujetos tienen amplios antecedentes penales por violaciones a las leyes de armas de fuego. Actualmente están en libertad condicional, son pandilleros registrados y llevan grilletes electrónicos en el tobillo”, dijo Cordero Stutz. “Las órdenes de registro son siempre una de las acciones más peligrosas que enfrentamos nosotros y todas las fuerzas del orden”.</p><p>Los agentes no identificaron de inmediato a los dos sospechosos ni al agente involucrado en el tiroteo.</p><p>“El joven negro de 17 años que falleció fue procesado como adulto y tiene múltiples delitos graves en su historial criminal”, afirmó la sheriff.</p><p>Se espera que el Departamento de Policía de Florida (FDLE) investigue el tiroteo.</p>]]></content:encoded></item><item><title><![CDATA[Condenan nuevamente a pena de muerte a trabajador de mantenimiento por el asesinato en 2005 de mesera de La Carreta]]></title><link>https://www.local10.com/espanol/2026/07/24/condenan-nuevamente-a-pena-de-muerte-a-trabajador-de-mantenimiento-por-el-asesinato-en-2005-de-mesera-de-la-carreta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/24/condenan-nuevamente-a-pena-de-muerte-a-trabajador-de-mantenimiento-por-el-asesinato-en-2005-de-mesera-de-la-carreta/</guid><dc:creator><![CDATA[Liane Morejon, Amanda Batchelor]]></dc:creator><description><![CDATA[Un trabajador de mantenimiento condenado por el asesinato de una mesera de La Carreta fue sentenciado nuevamente a pena de muerte el viernes por un juez del condado Miami-Dade, luego de que su sentencia original fuera anulada.]]></description><pubDate>Fri, 24 Jul 2026 17:13:36 +0000</pubDate><content:encoded><![CDATA[<p>Un trabajador de mantenimiento condenado por el asesinato de una mesera de La Carreta fue sentenciado nuevamente a pena de muerte el viernes por un juez del condado Miami-Dade, luego de que su sentencia original fuera anulada.</p><p>Rafael Andres, de 61 años, fue declarado culpable en 2014 por el asesinato de Yvette Farinas, de 31 años, ocurrido en 2005.</p><p>Los detectives dijeron que Andres golpeó, apuñaló y estranguló a Farinas con un cable eléctrico antes de incendiar su vivienda.</p><p>Según <a href="https://www.miamiherald.com/news/local/crime/article312901529.html" target="_blank" rel="noreferrer" title="https://www.miamiherald.com/news/local/crime/article312901529.html">The Miami Herald</a>, Andres había sido contratado para realizar trabajos de remodelación en el efficiency donde Farinas vivía con su novio.</p><p>En 2015, Andres fue condenado a pena de muerte, pero un fallo de la Corte Suprema de Florida anuló esa sentencia.</p><p>Durante el último año, un jurado escuchó los argumentos de la fase de sentencia y nuevamente recomendó la pena de muerte.</p><p>El juez del condado Miami-Dade Zachary James tuvo la decisión final este viernes y podía optar por no seguir la recomendación del jurado. Sin embargo, el juez respaldó la recomendación y condenó nuevamente a Andres a la pena de muerte.</p>]]></content:encoded></item><item><title><![CDATA[MDSO deputy fatally shoots teen while serving warrant in Miami Beach, sheriff says ]]></title><link>https://www.local10.com/news/local/2026/07/24/at-least-1-deputy-involved-in-shooting-in-miami-beach-mdso-says/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/24/at-least-1-deputy-involved-in-shooting-in-miami-beach-mdso-says/</guid><dc:creator><![CDATA[Amanda Batchelor, Jeff  Derderian , Roy Ramos]]></dc:creator><description><![CDATA[A Miami-Dade Sheriff’s Office deputy fatally shot a 17-year-old Friday morning while serving a search warrant at an apartment unit in Miami Beach, Sheriff Rosie Cordero Stutz confirmed.]]></description><pubDate>Fri, 24 Jul 2026 13:19:54 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade Sheriff’s Office deputy fatally shot a 17-year-old Friday morning while serving a search warrant at an apartment unit in Miami Beach, Sheriff Rosie Cordero Stutz confirmed.</p><p><a href="https://www.local10.com/espanol/2026/07/24/mdso-al-menos-un-agente-involucrado-en-balacera-en-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/24/mdso-al-menos-un-agente-involucrado-en-balacera-en-miami-beach/">Leer en español</a></p><p>According to MDSO, the shooting happened at 785 81<sup>st</sup> St.</p><p>The sheriff confirmed to reporters that deputies were serving a search warrant at the residence in connection with possession of firearms violations by a 17-year-old and an 18-year-old.</p><p>Cordero Stutz said the 17-year-old came out of a bedroom when deputies arrived, waving a gun, at which time a deputy fired at the teen, killing him.</p><p>“These two subjects have extensive criminal pasts for firearms violations. They are currently on probation, they are registered gang members and are wearing ankle monitors,” Cordero Stutz said. “Search warrants are always one of our most dangerous actions that we and all law enforcement face.”</p><p>Deputies did not immediately identify the two suspects or the deputy involved in the shooting.</p><p>“The 17-year-old Black male who is deceased is an adjudicated adult with multiple felonious histories on his criminal record,” the sheriff said. </p><p>Yvonne Warner believes the teen was her son, Darrell Young.</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>The Florida Department of Law Enforcement is expected to investigate the shooting. </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[Handyman convicted in 2005 killing of La Carreta waitress sent back to death row ]]></title><link>https://www.local10.com/news/local/2026/07/24/handyman-convicted-in-2005-killing-of-la-carreta-waitress-sent-back-to-death-row/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/24/handyman-convicted-in-2005-killing-of-la-carreta-waitress-sent-back-to-death-row/</guid><dc:creator><![CDATA[Liane Morejon, Amanda Batchelor]]></dc:creator><description><![CDATA[A handyman convicted in the killing of a La Carreta waitress was re-sentenced to death Friday by a Miami-Dade County judge after having his initial sentence overturned.]]></description><pubDate>Fri, 24 Jul 2026 17:08:01 +0000</pubDate><content:encoded><![CDATA[<p>A handyman convicted in the killing of a La Carreta waitress was re-sentenced to death Friday by a Miami-Dade County judge after having his initial sentence overturned.</p><p><a href="https://www.local10.com/espanol/2026/07/24/condenan-nuevamente-a-pena-de-muerte-a-trabajador-de-mantenimiento-por-el-asesinato-en-2005-de-mesera-de-la-carreta/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/24/condenan-nuevamente-a-pena-de-muerte-a-trabajador-de-mantenimiento-por-el-asesinato-en-2005-de-mesera-de-la-carreta/">Leer en español</a></p><p>Rafael Andres, 62, was convicted in 2014 of the 2005 murder of Yvette Farinas, 31. </p><p>Detectives said Andres beat, stabbed and strangled Farinas with an electrical cord before setting her home on fire. </p><p>According to <a href="https://www.miamiherald.com/news/local/crime/article312901529.html" target="_self" rel="" title="https://www.miamiherald.com/news/local/crime/article312901529.html">The Miami Herald</a>, Andres had been hired to do renovations at the efficiency Farinas lived in with her boyfriend.</p><p>In 2015, Andres was sentenced to death, but a Florida Supreme Court ruling overturned his sentence. </p><p>Within the last year, a jury heard sentencing phase arguments and once again recommended the death penalty. </p><p>Miami-Dade County Judge Zachary James on Friday had the final say and could have chosen to override the jury’s recommendation. But the judge followed the jury’s recommendation and sent Andres back to death row. </p><p>For Rene Azcarreta, the journey to this punishment goes back decades. </p><p>Andres killed his mother, Linda Azcarreta, back in 1987 -- a killing Andres only served 18 months in prison for.</p><p>“I was 7 years old. So I come home and I see her and she had already passed on,” Rene Azcarreta said.</p><p>The judge cited Linda Azcarreta’s death as an important aggravating factor to justify his death sentence for Farinas’s murder.</p><p>“The aggregator reflects the prior conviction. The defendant served his sentence and then committed the new felony decades later,” James said.</p><p>As Andres awaits his execution date, the families of his two victims will live on, forever linked.</p><p>“I love the Farinas (family). They’re the best people,” Rene Azcarreta said. “They lost a daughter, but gained a son. So we have that connection.”</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[LeBron James listened to Joel Embiid's 76ers' pitch, 12 years later. The East is in for a shakeup]]></title><link>https://www.local10.com/sports/2026/07/24/lebron-james-listened-to-joel-embiids-76ers-pitch-12-years-later-the-east-is-in-for-a-shakeup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/24/lebron-james-listened-to-joel-embiids-76ers-pitch-12-years-later-the-east-is-in-for-a-shakeup/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — The social media pitch to bring LeBron James to Philadelphia was an almost naive one from Joel Embiid.]]></description><pubDate>Fri, 24 Jul 2026 21:45:18 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — The social media pitch to bring LeBron James to Philadelphia was an almost naive one from Joel Embiid.</p><p>“ @KingJames hey bro hope you’re having a good day...... Want to join us in philly?? Peace," Embiid wrote.</p><p>His recruitment skills were on point and James — the four-time NBA champion and career scoring leader — will join Embiid in a startling turn of events on the Philadelphia 76ers.</p><p>Ok, fine, just a short 12 years after the July 1, 2014, post.</p><p>The 76ers expect James to be worth the wait and hope he can win an NBA championship in Philadelphia much as he did in his previous three stops in Cleveland, Miami and with the Los Angeles Lakers.</p><p>The 76ers are used to playing the long game. The franchise hasn't won an NBA championship since 1983, when Julius Erving still soared and a year before James was born.</p><p>Certainly not as dominant as he was in his MVP heyday, LeBron James is still, well LeBron James and his addition should lift any team mired in the NBA mucky middle such as the Sixers into contention.</p><p>Throw him into in a lineup that includes a league MVP in Embiid, All-Stars Tyrese Maxey and Jaylen Brown, and promising second-year standout VJ Edgecombe, and it's no shock the Sixers moved up few a few pegs Friday on the betting board and into the short list of favorites for an NBA title.</p><p>Just not the favorite.</p><p>James is again chasing a ring and his arrival on a two-year deal for the veterans' minimum of about $3.9 million per season shook up the Sixers and put the Eastern Conference on notice — yes, even the NBA champion Knicks — that a real championship contender might finally emerge in Philly.</p><p>The 76ers won the offseason</p><p>Here they come, team of the year?</p><p>The Sixers earned straight A's on their summer school report card even before James said he would sign with team.</p><p>The Sixers fired team president Daryl Morey and replaced him with longtime Cleveland executive Mike Gansey, who came out swinging for the fences in his first month on the job. He pulled off the shocker of a trade with Boston that landed them Brown — the 2024 NBA Finals MVP, a five-time All-Star and the league’s fourth-leading scorer this past season.</p><p>It's difficult to fathom that an oft-injured Embiid — who won Olympic gold with James — and Maxey alone would have been enough to coax James to Philadelphia.</p><p>But adding a stud like Brown?</p><p>Brown surely played a key deciding factor in James' decision — his “last” one, he says — and now the Sixers boast perhaps the top starting five in the NBA.</p><p>And boy, what a bargain.</p><p>There are some caveats, of course.</p><p>James turns 42 in December and there are a lot of miles on those legs. James battled injuries last season and played in only 60 games. Embiid has never been reliable with only 57 combined games played the last two seasons, and the Sixers have churned through a slew of imported stars over the last decade — James Harden, Jimmy Butler, Paul George — and still haven't advanced out of the second round since 2001.</p><p>There's only one ball and a lot of talent that has the resume to command it.</p><p>But with apologies to Wilt Chamberlain, many, many apologies, James becomes the most accomplished player to ever wear a 76ers uniform.</p><p>He won't be alone in that No. 23 uniform — Fanatics sold out almost instantly of his jerseys on Friday.</p><p>It’s also a big win for front office boss Bob Myers, who openly pitched for James to sign in Philadelphia on his agent’s podcast and won four championships as a Golden State Warriors executive.</p><p>The balance of power shifts in the East. Not by much</p><p>The Sixers ended their season with a second-round sweep to Jalen Brunson, Josh Hart and the NBA champion Knicks.</p><p>The Knicks are still the team to beat. By talent, by virtue of winning it all and, at least out of the East, the betting favorite to again reach the NBA Finals.</p><p>The Knicks have largely stayed pat while other hopeful contenders went for major moves.</p><p>The Heat — hey, when exactly is that presser? — like their chances after they traded with Milwaukee for Giannis Antetokounmpo. The two-time MVP was the latest on a long list of superstar acquisitions made since Pat Riley arrived to take over as team president in 1995.</p><p>Much like the Sixers before they acquired Brown, the Heat are a two-star team with Antetokounmpo and Bam Adebayo. Antetokounmpo, Adebayo and James would have made them a new Big 3, much like when James won titles in Miami with Dwyane Wade and Chris Bosh.</p><p>Toronto is hopeful for a resolution to their held-up trade with the Los Angeles Clippers that should land them Kawhi Leonard. The trade is on hold pending the outcome of the NBA’s investigation into whether the Clippers circumvented salary cap rules.</p><p>It's a bad day for Cleveland</p><p>The Cavaliers would have loved a sentimental third tour with James and have the franchise's greatest player eventually retire in Cleveland.</p><p>James instead left the Cavaliers in a lurch, and they have to hope they can re-sign 36-year-old James Harden as part of a lineup that includes Jarrett Allen, Evan Mobley and Donovan Mitchell.</p><p>They will be projected to finish behind the Knicks and 76ers in the East.</p><p>Don't forget, Detroit won 60 games last season and would like to prove its early playoff exit was a part of the growing pains of a contender.</p><p>LeBron's legacy</p><p>Look, James' legacy is set and not even a flameout in Philly is going to change his indelible stamp on the game from the court to the cash register.</p><p>There is one major mark he could hit should he send the Sixers on a parade route down Broad Street. He would become the first player to win NBA titles with four teams.</p><p>Sixers coach Nick Nurse turned 59 on Friday and there's no better professional gift he could have received than LeBron James.</p><p>Purchased on a discount rack.</p><p>Look for LeBron on opening night in New York. Look for LeBron on a Christmas game in Philadelphia. Look for LeBron to keep Sixers' tickets sky high on the secondary market even on nights when Embiid sits.</p><p>Look for the ride of a lifetime in Philadelphia where the franchise wants to reach the sky again just like it did with Dr. J.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><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><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/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><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/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></item><item><title><![CDATA[502 students lose spots at Howard University over tuition payments just weeks before classes start]]></title><link>https://www.local10.com/news/2026/07/24/502-students-lose-spots-at-howard-university-over-tuition-payments-just-weeks-before-classes-start/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/24/502-students-lose-spots-at-howard-university-over-tuition-payments-just-weeks-before-classes-start/</guid><dc:creator><![CDATA[By COREY WILLIAMS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A'Zariah Miles' dream of attending Howard University was a few weeks from being realized. Then it all came crashing down.]]></description><pubDate>Fri, 24 Jul 2026 21:53:05 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A'Zariah Miles' dream of attending Howard University was a few weeks from being realized. Then it all came crashing down.</p><p>Miles, 17, of Knoxville, Tennessee, is one of more than 500 incoming first-year students at Howard who learned this week that they have been unenrolled from the prestigious, historically Black Washington, D.C., university and no longer have spots for the upcoming fall semester that begins Aug. 17.</p><p>Many have taken to social media — some in tears — to share their stories. Some posts have gone viral.</p><p>After Miles learned she had been unenrolled, her mother, Kendra Miles, said the school's automated system would not allow the family to enroll in a payment plan because the amount that was owed made them ineligible to sign up.</p><p>“I’ve reached out since we got the email (Wednesday). I've emailed, literally, everybody," Kendra Miles said. “I emailed her adviser. He responded and said it wasn't a mistake and there was nothing they could do.”</p><p>On Friday, Howard confirmed in an email that the school sent notifications to “502 first-time-in-college students whose accounts did not reflect the required enrollment and financial obligations by the previously communicated deadlines."</p><p>Starting in March, the unenrolled students began receiving specific communications about enrollment requirements, payment expectations and deadlines via email and orientation sessions, the school said.</p><p>“The university recognizes that timing differences may have occurred between when financial aid was reflected and when charges were finalized,” Howard said in the email. “Students who believe their account did not accurately reflect their financial standing at the deadline should contact the Bursar’s Office. Each case will be reviewed individually to determine whether adjustments or reinstatement are appropriate.”</p><p>Howard, one of about 100 historically Black colleges and universities in the United States, had an undergraduate enrollment last fall of about 11,000. The average annual tuition for undergraduate students living on campus is about $38,000. Housing costs are about $13,600.</p><p>Colleges try to walk a fine line</p><p>Robert Kelchen, a professor of higher education at the University of Tennessee, Knoxville, said colleges generally try to walk a fine line in making sure students can enroll, but also making sure students pay their bills.</p><p>Howard “either had students who owed a lot of money and they didn’t think a lot of students would pay, or potentially, they have a really big incoming class and they can replace those students,” Kelchen said.</p><p>Laverne Mickens coaches students and their families on how to apply for college scholarships. Mickens said that she answered more than 400 emails Wednesday and Thursday from students and families impacted by the enrollment situation at Howard. She said most of them were strangers and they were “frantic and crying.”</p><p>Students and parents are upset</p><p>“People are devastated,” said Mickens who runs The Scholarship College Mama LLC, which is not affiliated with Howard. “Parents are saying: ‘Can you help us? Howard unenrolled us.’ ”</p><p>A'Zariah Miles, who plans to major in biology, chose Howard over other schools that accepted her. Now, she is worried that it is too deep into the summer to enroll elsewhere.</p><p>“Everybody’s housing is booked, or I can’t enroll because it’s too late or I missed orientation,” she said. “I've been trying to continue to have hope with Howard, but I don't really have that much time before school starts and I don't really want to have a gap year.”</p><p>Like Miles and others, Saniah Collins learned Wednesday that she no longer was enrolled at Howard.</p><p>“My mom is part of a parent group chat,” said Collins, 17, of Atlanta. “That day we learned that a lot of students were getting unenrolled."</p><p>Collins received an email from the school Wednesday afternoon that said a July 10 deadline to pay her tuition balance or make payment arrangements had passed and the school no longer could hold her place.</p><p>But Collins said she was also told by an adviser that most of her balance for the fall semester was paid. She's not giving up.</p><p>“I worked like crazy to get into this school,” Collins said. “Howard has been my everything. My whole senior year, my whole summer I worked consistently on scholarships. We tried to make ourselves 10 steps ahead to make sure we were on the right page.”</p><p>Given that HBCUs are seen as caring and nurturing places for Black students, the mass removal of students from Howard’s fall enrollment is a bad look for the school, said Marybeth Gasman, an expert in higher education at Rutgers University.</p><p>“If it were me and it was over 500 students, I wouldn’t have done it in one day,” Gasman said. “I would have also done the due diligence of going through each one. Now, they are going to have to go back and do that.”</p><p>___</p><p>Williams is as member of AP’s Race & Ethnicity team. He reported from Detroit.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CRTY26RB2TABY4ND6AIFBAQMFU.jpg?auth=17c00c47a8d6c2e73c69accd691ecde63216f497033e9cd6dfc6a9a1df93c7c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign welcomes people to the Howard University campus in Washington on July 6, 2021. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Patrick Mahomes cleared with no limits for the start of Chiefs training camp after knee surgery]]></title><link>https://www.local10.com/sports/2026/07/24/patrick-mahomes-cleared-with-no-limits-for-the-start-of-chiefs-training-camp-after-knee-surgery/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/24/patrick-mahomes-cleared-with-no-limits-for-the-start-of-chiefs-training-camp-after-knee-surgery/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description><![CDATA[ST. JOSEPH, Mo. (AP) — Chiefs quarterback Patrick Mahomes has been cleared to participate in the start of training camp, checking off one of the major goals that the two-time MVP set for himself when he underwent surgery late last year to repair torn ligaments in his left knee.]]></description><pubDate>Fri, 24 Jul 2026 21:25:40 +0000</pubDate><content:encoded><![CDATA[<p>ST. JOSEPH, Mo. (AP) — Chiefs quarterback Patrick Mahomes has been cleared to participate in the start of training camp, checking off one of the major goals that the two-time MVP set for himself when he underwent surgery late last year to repair torn ligaments in his left knee.</p><p>Mahomes said Friday he visited earlier this week with Dr. Dan Cooper, the Dallas-based orthopedic surgeon who performed the operation, and that he met all the benchmarks necessary to report to Missouri Western State University on time.</p><p>The Chiefs begin practice Saturday for rookies, quarterbacks and players coming off injuries. Full-squad work begins next week.</p><p>None of those players is more important than Mahomes, who hurt his knee late in a loss to the Chargers in December. He underwent surgery immediately afterward, and rather than spend the offseason at his Texas home like usual, Mahomes toiled away at the Chiefs' practice facility, pushing forward with his rehab so he would be ready to go by the late-July start of camp.</p><p>“It was always the goal to be able to practice when I got to training camp. We kind of hit that step," Mahomes said. “Now, it's about building and keep getting better and better, so when the regular season comes around, I can be available.”</p><p>Chiefs coach Andy Reid said Mahomes was fully cleared — no limitations at all — but that he would evaluate the cornerstone of the franchise on a daily basis. Whether he participates in any of the Chiefs' preseason games remains to be seen.</p><p>The preseason opener against the Rams is Aug. 15. But the far more important date is Sept. 14, when the Chiefs welcome the AFC West-champion Broncos to Arrowhead Stadium for a marquee Monday night showdown in Week 1.</p><p>“We'll see about games and all that once we get there,” Reid said, “but right now, we're just taking it day by day.”</p><p>Mahomes, who signed a lucrative restructured contract in June that will tie him to the Chiefs through the 2033 season, plans to wear a brace on his left knee, much like he did while recovering from an injury in college, in part because it doesn't really bother him.</p><p>But other than that, he plans to participate in camp just like he has for the past decade.</p><p>“Like, I'm a competitor,” Mahomes said, “so gameday, I'm going to want to be out there. But I understand the process of getting myself ready to play in the regular season is more important (than the preseason). But we'll see. I mean, the coaches and doctors will kind of make that decision for me, but I'll prepare myself like I'm going to play. And then if I'm just doing a very hard warmup, I'll take that as serious as playing in the preseason game. It's just a couple of weeks away, but it feels like a long ways away.”</p><p>Not nearly as long as it probably felt in December, when Mahomes was rehabbing largely by himself. He got some advice from Tom Brady and former teammate Tyrann Mathieu, who overcame similar injuries in their careers, about how to proceed, and then he found an unexpected virtual workout buddy in Eagles tight end Zach Ertz.</p><p>Ertz also tore his ACL last December, and the two would send each other videos of themselves doing deadlifts, sprints and agility, each trying to upstage the other as they progressed through the long, difficult days of the rehab process.</p><p>“They all said, ‘Stay on top of it,’” Mahomes said. “I mean, it's a long process. I remember sitting on the table and watching us play those last few games, how much it hurt me. But I knew that if I continue to work, I can be at this spot where I get cleared for practice, and now I'm trying to get to that spot where I'm cleared to play for the regular season.”</p><p>Notes: DT Omarr Norman-Lott is likely to begin camp on the physically unable-to-perform list after tearing his right ACL in October, Reid said. “Big guys with ACLs, it takes a little time to come back," he said. ... WR Rashee Rice was cleared to practice after surgery in May to clean up debris in his right knee. ... CB Mansoor Delane, the Chiefs' first-round pick, was undergoing physicals Friday and Reid is hopeful that he will be on the practice field soon. He hurt his shoulder during offseason workouts.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4HLVMPVG7NUYKKV4F7DBSK3BNA.jpg?auth=73659d71cb02051a466ce60dbde0c8c16b9661d12b3237019856d69aca7153c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kansas City Chiefs quarterback Patrick Mahomes hands off the ball during the second half of an NFL football game against the Los Angeles Chargers, Dec. 14, 2025, in Kansas City, Mo. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/36A244K46X7B3YEQBHJTGLL6AY.jpg?auth=a5404e6c4250ce498bce022ef29f22db37e85ff4a00b8f1314e33f223bed314e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kansas City Chiefs quarterback Patrick Mahomes directs his team against the Los Angeles Chargers during an NFL football game, Dec, 14, 2025, in Kansas City, Mo. (AP Photo/Ed Zurga, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ed Zurga</media:credit></media:content></item><item><title><![CDATA[Supreme Court litigator gets 6 years in prison for tax evasion case after gambling millions on poker]]></title><link>https://www.local10.com/news/national/2026/07/24/supreme-court-litigator-gets-6-years-in-prison-for-tax-evasion-case-after-gambling-millions-on-poker/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/24/supreme-court-litigator-gets-6-years-in-prison-for-tax-evasion-case-after-gambling-millions-on-poker/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A prominent Supreme Court litigator was sentenced on Friday to six years in prison for evading a multimillion-dollar IRS tax debt and engaging in mortgage fraud, a case that cast a spotlight on his secretive lifestyle as a high-stakes poker player and featured trial testimony from a Hollywood movie star.]]></description><pubDate>Fri, 24 Jul 2026 21:13:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A prominent Supreme Court litigator was sentenced on Friday to six years in prison for evading a multimillion-dollar IRS tax debt and engaging in mortgage fraud, a case that cast a spotlight on his secretive lifestyle as a high-stakes poker player and featured trial testimony from a Hollywood movie star.</p><p>Thomas Goldstein, who also published a popular blog about the nation's highest court, had asked U.S. District Judge Lydia Kay Griggsby to spare him from a prison sentence. Instead, the judge sentenced Goldstein to five years of supervised release after his prison term and ordered him to pay over $3.1 million in restitution, according to a spokesperson for the U.S. Attorney's Office in Maryland.</p><p>Goldstein, 56, of Chevy Chase, Maryland, co-founded SCOTUSblog and argued over 40 cases before the Supreme Court before retiring in 2023 at age 52. He was a member of Democrat Al Gore's legal team in the Supreme Court litigation over the 2000 election ultimately won by Republican President George W. Bush.</p><p>Many friends and colleagues didn’t know the extent of Goldstein’s gambling until his January 2025 indictment, which sent shock waves through the legal community in Washington, D.C.</p><p>A jury found Goldstein guilty of 12 of 16 counts, including eight felonies, after a six-week trial that ended in February. Jurors convicted him of one count of tax evasion, four counts of aiding and assisting in the preparation of false tax returns, four counts of willfully failing to pay taxes and three counts of mortgage fraud.</p><p>The trial in Greenbelt, Maryland, included testimony by “Spider-Man” star Tobey Maguire, an avid poker player who enlisted Goldstein’s help in recovering a gambling debt from a billionaire.</p><p>Prosecutors recommended a prison sentence of just over eight years for Goldstein. They say he concealed more than $25 million in income between 2016 and 2023, depriving the federal government of over $9.5 million in unpaid taxes.</p><p>“His motivation was singular: pure, unrelenting greed,” prosecutors wrote. “Whether funneling gambling income through offshore bank accounts, shaving millions off his true law firm income, or lying to his lenders, Goldstein’s crimes always sought to advance and maintain his exorbitant lifestyle, replete with Bentleys, globe-trotting vacations, and a $200,000 watch.”</p><p>Goldstein's attorneys argued that sparing him from prison would allow him to repay debts and address his severe addiction to gambling. He maintains that his conduct, while self-destructive, wasn't illegal.</p><p>“He should be retiring with significant life savings or, if he wanted to, continuing to practice law at the highest levels," defense lawyers wrote. "Instead, he has spent many years gambling with money he didn’t have, and gambling away money that he won, to the detriment of himself and his loved ones.”</p><p>Prosecutors say Goldstein diverted money from his law firm to pay gambling debts and falsely deducting gambling debts as business expenses. Goldstein also was accused of lying to IRS agents and hiding his gambling debts from his accountants, employees and mortgage lenders. He omitted a $15 million gambling debt from mortgage loan applications while looking for a new home in Washington, D.C., with his wife in 2021, his indictment alleges.</p><p>Goldstein, who testified at his trial, said he repeatedly instructed his law firm’s staff and accountants to correctly characterize his personal expenses. In a 2014 email, he told a firm employee that “we always play completely by the rules.”</p><p>Goldstein spent years gambling money he didn’t have, his lawyers say.</p><p>“He is not wealthy enough to sustain the losses of the billionaires he has played against, and he is not good enough at poker to win at the rate of professionals,” they wrote.</p><p>Prosecutors say Goldstein's crimes were motivated by “pure, uninhibited greed” and his “obvious disdain for the tax system.”</p><p>“We can and should expect more from every attorney and officer of the court — let alone one of Goldstein’s status,” they wrote.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KCRO3DHPTAMPHBY6EGS3ABJ4P4.jpg?auth=b9b5f121bf50cb38041f87f449ce1a4b5c8ef3b1b0fe750fb9572472123507aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tom Goldstein, who writes SCOTUSblog.com, poses for a photograph in front of the Supreme Court, Oct. 31, 2013, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Salmonella outbreak tied to eggs has sickened 98 people since November]]></title><link>https://www.local10.com/business/2026/07/24/salmonella-outbreak-tied-to-eggs-has-sickened-98-people-since-november/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/24/salmonella-outbreak-tied-to-eggs-has-sickened-98-people-since-november/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Nearly 100 people in 17 states have been sickened in a salmonella outbreak tied to recalled eggs, federal health officials said Friday.]]></description><pubDate>Fri, 24 Jul 2026 21:06:56 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Nearly 100 people in 17 states have been sickened in a salmonella outbreak tied to recalled eggs, federal health officials said Friday.</p><p>The 98 people had illnesses that started between Nov. 21 and June 30, according to the U.S. Food and Drug Administration. No deaths have been reported, but 26 people have been hospitalized.</p><p>Investigators have determined that shell eggs recalled by Midwest Poultry Services are a likely source of the germ, but the Indiana-based company doesn’t account for all the illnesses.</p><p>Midwest Poultry previously recalled eggs produced and distributed from farms in Texas between June 6 and July 3. The eggs were sold under several brand names and have sell-by or best-by dates between July 20 and Aug. 17.</p><p>Among the stores that received the recalled eggs were Kroger stores in Texas and Louisiana and Brookshire Grocery stores in Texas, Oklahoma, Arkansas, Louisiana, New Mexico and Mississippi.</p><p>Samples collected by Midwest Poultry at farms in Texas tested positive for salmonella, and genetic testing showed that some samples match the bacteria strain that sickened people, federal officials said.</p><p>Consumers should check their refrigerators for recalled eggs and throw them away or return them to stores for a refund.</p><p>Symptoms of salmonella poisoning include diarrhea, fever, severe vomiting, dehydration and stomach cramps. Most people who get sick recover within a week. Infections can be severe in young children, older adults and people with weakened immune systems, who may require hospitalization.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F7OMMEEMYDUV5XQLIC4Y76WKQY.jpg?auth=e68d9457ccd35b1821abc8129be545d21f68c47a76d3836b0424ae104b9043df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A carton of eggs is pictured in Farmers Branch, Texas, on Oct. 21, 2025. (AP Photo/Tony Gutierrez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Moldy pork and contaminated chicken. 7 restaurants ordered shut!]]></title><link>https://www.local10.com/food/dirty-dining/2026/07/20/moldy-pork-chops-and-contaminated-chicken-7-restaurants-ordered-shut/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/07/20/moldy-pork-chops-and-contaminated-chicken-7-restaurants-ordered-shut/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[This week’s Dirty Dining takes us to North Miami Beach, Oakland Park, Sunrise, North Lauderdale, Pompano Beach and Cutler Bay, where seven restaurants were temporarily ordered shut by state inspectors. ]]></description><pubDate>Mon, 20 Jul 2026 15:18:30 +0000</pubDate><content:encoded><![CDATA[<p>This week’s Dirty Dining takes us to North Miami Beach, Oakland Park, Sunrise, North Lauderdale, Pompano Beach and Cutler Bay, where seven restaurants were temporarily ordered shut by state inspectors. </p><p>Among the violations: mold growing on food, cooked chicken contaminated by flies, rodent and roach activity, food kept at unsafe temperatures, mold-like buildup inside an ice machine, unsanitary kitchen conditions, and one business operating without running water. </p><p>No restaurants in the Florida Keys were ordered shut last week. All of the establishments later reopened after an ordered cleanup and passing a follow-up inspection. </p><p><b>**ANDREAS CAFETERIA &amp; COFFEE SHOP</b></p><p><b>16679 NE 19TH AVENUE</b></p><p><b>NORTH MIAMI BEACH </b></p><p><b>ORDERED SHUT 7/13</b></p><p><b>11 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed 20+ rodent droppings on the floor at the front counter behind hand washing sink.”</p><p>“Dead roaches on premises. Observed 1 dead roach on the floor by the entrance of the bathroom in the kitchen.”</p><p>“Worn, torn and/or soiled floors/carpeting. Observed floor soiled in the kitchen hallway. Observed floor around the hot water heater and bathroom soiled. Observed front counter floor behind handwashing sinks heavily soiled.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed raw shell egg (52F - Cold Holding) stored in the walk in cooler overnight. Stop sale issued. Repeat Violation.”</p><p>“Required employee training expired for some employees.”</p><p><b>**QUATES MEXICAN RESTAURANT</b></p><p><b>3701 NORTH ANDREWS AVE.</b></p><p><b>OAKLAND PARK</b></p><p><b>ORDERED SHUT 7/16</b></p><p><b>14 VIOLATIONS FOUND</b></p><p>“Food with mold-like growth. Cooked pork stored in walk in cooler with mold like growth. Stop Sale”</p><p>“Roach activity present as evidenced by live roaches found. Observed approximately 1 live roach behind wall mounted internet router on wall in ware washing area. Observed approximately 3 live roaches inside of gasket of cook line flip top cooler on cook line in kitchen. Observed approximately 2 live roaches inside of control panel on top of dish machine in ware washing area. Observed 1 live roach on ground under three compartment sink in kitchen.”</p><p>“Roach excrement and/or droppings present. Observed accumulation of roach excrement around wall mounted internet router on wall in ware washing area.”</p><p>“Dead roaches on premises. Observed 3 dead roach on ground in prep area next to kitchen area. Observed 1 dead roach in hand wash sink in prep area Observed 3 dead roaches on ground in walk in cooler. Observed 2 dead roaches on ground under storage rack in kitchen Observed approximately 10 dead roaches in control device located behind ansul tank on wall on cook line in kitchen Observed 1 dead roach on ground at front counter not in kitchen Observed 1 dead roach inside of 2 door stainless reach in cooler in kitchen. Observed 2 dead roaches inside of door frame/on hinge at 2 door stainless reach in cooler in kitchen. Observed approximately 5 dead roaches inside of control panel on top of dish machine.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. cooked beef (47F); cooked rice (49F); refried beans (48F); cooked white rice (48F); raw chicken (47F). Per operator items have been in unit overnight.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. oven: cooked rice (120F-130F - Hot Holding) being held inside of oven with no temperature control. Operator states rice was reheated approximately 1.5 hours ago, operator reheated to 165F and put in steam table. Repeat Violation.” </p><p>“Cutting board has cut marks and is no longer cleanable. Cook line cutting board has cut marks and is no longer cleanable Repeat Violation.”</p><p>“Interior of microwave has accumulation of black substance/grease/food debris.”</p><p>“Food manager certification expired.”</p><p>“Handwash sink not accessible for employee use at all times. Multiple items stored in prep area hand wash sink.”</p><p><b>RE-INSPECTION 7/17</b></p><p>“Observed approximately 9 live roaches in establishment.”</p><p>“Observed approximately 5 dead roaches in establishment.”</p><p><b>**ASAHI RESTAURANT</b></p><p><b>9240 WEST COMMERCIAL BLVD.</b></p><p><b>SUNRISE</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 7/15</b></p><p><b>20 VIOLATIONS FOUND</b></p><p><b>ALSO ORDERED SHUT 4/28/25 (ROACH ISSUE)</b></p><p>“Food contaminated by live flying insects . See stop sale. Observed 4 live flying insects at food preparation station landing on precooked chicken.”</p><p>“Live, small flying insects found. -Observed 4 live flying insects at food preparation station landing on precooked chicken. -Observed approximately 10 live flying insects in dishwashing area landing on clean food containers and food preparation table. -Observed 5 live flying insects in storage area landing on container with cornstarch. -Observed 2 live flying insects at cook line landing on in-used cutting board.”</p><p>“Accumulation of dead or trapped birds, insects, rodents, or other pests, in control devices. Observed accumulation of dead flying insects on fly traps in kitchen.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed walls throughout kitchen soiled with accumulation of black mold like substances and old food residues.”</p><p>“Employee washed hands with no soap.”</p><p>“Employee washed hands in a sink other than an approved handwash sink. Observed employee wash his hands at dishwashing machine sprayer and then continue to engage in food preparation without changing.”</p><p>“Handwash sink used for purposes other than handwashing. Observed food container stored inside hand wash sink next to cook line.”</p><p><b>**EL RANCHO BAKERY AND RESTAURANT</b></p><p><b>6023 KIMBERLY BLVD.</b></p><p><b>NORTH LAUDERDALE </b></p><p><b>ORDERED SHUT 7/15</b></p><p><b>19 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. 1 live roach on dry storage rack next to cans of corn at end of cook line next to exit door. 5 live roaches seen crawling in the crease of wall behind chest freezer in ware washing area. 1 live roach under shelf where dry beans are stored at the end of cook line next to exit door.”</p><p>“Dead roaches on premises. One dead roach under dry storage rack next to exit door.”</p><p>“Cooked/heated time/temperature control for safety food not cooled from 135 degrees Fahrenheit to 41 degrees Fahrenheit within 6 hours. Observed in walk in cooler , two buckets of black beans cooling covered overnight in deep bucket , cooked beans container #1 (51F - Cooling ),container #2 (52F - Cooling). Per operator items were held in unit overnight exceeding 6 hours. See stop sale.”</p><p>“Cooked/heated time/temperature control for safety food not cooled from 135 degrees Fahrenheit to 70 degrees Fahrenheit within two hours and from 135 degrees Fahrenheit to 41 degrees Fahrenheit within six hours. See stop sale. Cooked/heated time/temperature control for safety food not cooled from 135 degrees Fahrenheit to 41 degrees Fahrenheit within 6 hours. Observed in walk in cooler , two deep buckets of black beans cooling covered overnight cooked beans container #1 (51F - Cooling ), container #2 (52F - Cooling). Per operator items were held in unit overnight exceeding 6 hours.”</p><p>“Employee began working with food, handling clean equipment or utensils, or touching unwrapped single-service items without first washing hands. Observed operator came to work, put on gloves and went to cook line to start making orders without washing hands. Educated operator on proper hand washing procedures . Operator washed hands and put on new pair of gloves.”</p><p>“No currently certified food service manager on duty with four or more employees engaged in food preparation/handling.”</p><p>“Proof of required state approved employee training not available for some employees.”</p><p><b>**LAS CARNITAS LATIN CUISINE</b></p><p><b>3305 NORTH FEDERAL HIGHWAY</b></p><p><b>POMPANO BEACH </b></p><p><b>ORDERED SHUT 7/17</b></p><p><b>12 VIOLATIONS FOUND</b></p><p>“Dead roaches on premises. 1. One dead roach observed under clean utensil rack in ware washing area. 2. Approximately 30 dead roaches observed on glue board monitor under microwave at front counter.”</p><p>“Live, small flying insects found 1. Observed approximately 20 live, small flying insects resting on wall around dish machine in ware washing area. 2. Observed 2 live, small flying insects resting on breadcrumbs container at storage rack in kitchen. 3. Observed 2 live, small flying insects resting on wall next to cookline in kitchen. 4. Observed 1 live, small flying insects resting on cup stored on top of microwave at front counter. 5. Observed 4 live, small flying insects resting on shelf and on single service Styrofoam food containers in kitchen. 6. Observed 6 live, small flying insects resting inside cabinet space for and on bottled drink mixes at front counter.”</p><p>“Interior of microwave has accumulation of black substance/grease/food debris opposite cookline in kitchen.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine.”</p><p>“Ceiling tiles and vents soiled with accumulated food debris, grease, dust, or mold-like substance in kitchen.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. 1. Observed on door gaskets at both three door reach in coolers opposite cookline in kitchen. Repeat Violation.”</p><p><b>**SWEET BUBBLE</b></p><p><b>20505 S. DIXIE HIGHWAY</b></p><p><b>CUTLER BAY</b></p><p><b>ORDERED SHUT 7/16</b></p><p><b>11 VIOLATIONS FOUND</b></p><p>“Live, small flying insects found observed 5 live flies flying around the booth and landing on 3 compartment sink and clean equipment.”</p><p>“Food-contact surfaces not sanitized after cleaning, before use. Do not use equipment/utensils not properly sanitized. At the time of the inspection there is not running water at the 3 compartment sink. As per employee they run out of water since last week. Establishment has been closed since Monday.”</p><p>“Floor soiled/has accumulation of debris. Observed under 3 compartment sink.”</p><p>“Establishment operating with no potable running water. Observed establishment does not have water at the time of the inspection. As per employee the establishment has not running water since last Sunday.”</p><p>“No running water at three-compartment sink. Observed not running water at the time of the inspection. As per operator since last Sunday. Establishment has been closed since Sunday. They opened today.”</p><p>“Water with a temperature of least 85 degrees Fahrenheit not provided/shut off at employee handwash sink. Observed there is not cold neither hot water at the hand wash sink at the time of the inspection.”</p>]]></content:encoded></item><item><title><![CDATA[Venezuela anuncia su decisión de retirarse definitivamente de la Corte Penal Internacional]]></title><link>https://www.local10.com/espanol/2026/07/24/venezuela-anuncia-su-decision-de-retirarse-definitivamente-de-la-corte-penal-internacional/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/24/venezuela-anuncia-su-decision-de-retirarse-definitivamente-de-la-corte-penal-internacional/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — El gobierno de la presidenta encargada de Venezuela, Delcy Rodríguez, anunció el viernes su decisión “firme y definitiva” de retirarse de la Corte Penal Internacional (CPI).]]></description><pubDate>Fri, 24 Jul 2026 20:43:15 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — El gobierno de la presidenta encargada de Venezuela, Delcy Rodríguez, anunció el viernes su decisión “firme y definitiva” de retirarse de la Corte Penal Internacional (CPI).</p><p>El canciller venezolano, Félix Plasencia, indicó en X que el país sudamericano comunicó al secretario general de Naciones Unidas, António Guterres, la decisión de “denunciar el Estatuto de Roma e iniciar su retiro definitivo de la CPI, conforme al Artículo 127”.</p><p>El anuncio se produjo más de siete meses después que la Asamblea Nacional de Venezuela, de abrumadora mayoría oficialista, aprobó por unanimidad una ley para derogar el instrumento legal que hace casi 26 años ratificó la adhesión al Estatuto de Roma —constitutivo de la CPI— en un primer paso para retirar al país de ese tribunal.</p><p>“Venezuela considera que la actuación de la Corte responde a un sesgo geográfico demostrado, que ha concentrado su labor de manera desproporcionada en países africanos y latinoamericanos, en detrimento del Sur Global”, dijo Plasencia en un comunicado. “Este patrón revela una justicia internacional que, lejos de aplicarse con equidad, ha sido instrumentalizada para profundizar las desigualdades entre los pueblos y desconocer su derecho a la autodeterminación y a la soberanía”.</p><p>El canciller consideró que el tribunal “ha puesto sus mecanismos al servicio de intereses ajenos a la justicia y a los pueblos que dice proteger”. Sostuvo que Venezuela rechaza “esta dimensión de lawfare” —en alusión al uso mal intencionado de las leyes y de los tribunales como arma política— “que perpetúa la persecución contra el pueblo venezolano y agrava las desigualdades que la justicia internacional debería corregir”.</p><p>Además reafirmó el compromiso del gobierno con una justicia equitativa y “respetuosa de la soberanía”.</p><p>Venezuela ratificó el Estatuto de Roma en junio de 2000 durante el mandato del entonces presidente Hugo Chávez (1999-2013). La CPI ejerce jurisdicción sobre los crímenes cometidos en el territorio de Venezuela o por sus nacionales a partir del 1 de julio de 2002.</p><p>La CPI es un tribunal de última instancia que investiga crímenes de guerra, de lesa humanidad y otros delitos graves cuando las naciones no pueden o no quieren hacerlo, un sistema conocido como complementariedad.</p><p>El artículo 127 del Estatuto de Roma establece los pasos que un Estado miembro debe seguir si desea retirarse de ese tribunal. Debe informar al secretario general de las Naciones Unidas y el retiro entra en vigor un año después de la recepción de la notificación. Anunciar la retirada, sin embargo, no libera al país de sus deberes bajo el tratado.</p><p>Cruces de Maduro con la fiscalía de la CPI</p><p>El ahora depuesto presidente Nicolás Maduro (2013-2026) acusó a la Fiscalía de la CPI de “desentenderse” de sus deberes luego de que el fiscal adjunto de La Haya, Mame Mandiaye Niang, anunciara en diciembre pasado el cierre de su oficina en Caracas.</p><p>En 2023 el gobierno de Maduro y la Fiscalía de la CPI acordaron abrir una oficina en Venezuela con el propósito de facilitar la investigación de presuntos crímenes de lesa humanidad que pesa sobre la administración de Maduro por la actuación de la fuerza pública en las protestas de 2017.</p><p>El fiscal adjunto de la CPI indicó que se tomó la decisión de cerrar la oficina por una falta de “progreso real” en la “complementariedad” con el gobierno venezolano. Ese recinto permitía a la organización trabajar de manera más cercana con las autoridades del país.</p><p>La Fiscalía de la CPI resaltó que la investigación “permanece activa” y un equipo de esa instancia judicial seguirá trabajando desde La Haya.</p><p>La CPI tiene una investigación abierta sobre la violencia que siguió a los comicios venezolanos de 2017, pero por ahora no ha emitido ninguna orden de detención.</p><p>El ahora exfiscal jefe del tribunal mundial, Karim Khan, anunció a fines de 2021 que abriría una investigación tras una prolongada pesquisa preliminar y una solicitud de investigación formal presentada en 2018 por Argentina, Canadá, Colombia, Chile, Paraguay y Perú.</p><p>Khan, también el viernes, fue destituido de su cargo. Fue la primera vez que un fiscal jefe es removido de su puesto.</p><p>Khan fue apartado temporalmente de sus funciones en la CPI en junio pasado, a la espera de la votación del viernes, después de que un informe del comité ejecutivo del órgano de supervisión del tribunal concluyera que había incurrido en “conducta indebida grave”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7YAIMVPOLPJQ4LHDHMBN4PTCAQ.jpg?auth=cf86f07ebb3e7eeacb4e743afcb45fb556b0292e2d0a6a0a8eda61c6388f6ddb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta encargada de Venezuela, Delcy Rodríguez, habla en una conferencia de prensa sobre la respuesta del gobierno ante los sismos consecutivos, en Caracas, Venezuela, el jueves 2 de julio de 2026. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Attorney for family of man killed by Madison police says the officer should be criminally charged]]></title><link>https://www.local10.com/news/2026/07/24/the-family-of-a-man-who-was-shot-and-killed-by-madison-police-says-he-was-exceptional/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/24/the-family-of-a-man-who-was-shot-and-killed-by-madison-police-says-he-was-exceptional/</guid><dc:creator><![CDATA[By SCOTT BAUER and REBECCA BOONE, Associated Press]]></dc:creator><description><![CDATA[MADISON, Wis. (AP) — The Madison police officer who shot and killed Corey Ruiz should face criminal charges, civil rights attorney Ben Crump said Friday, after protests erupted in anger over videos of their struggle.]]></description><pubDate>Fri, 24 Jul 2026 22:08:20 +0000</pubDate><content:encoded><![CDATA[<p>MADISON, Wis. (AP) — The Madison police officer who shot and killed Corey Ruiz should face criminal charges, civil rights attorney Ben Crump said Friday, after protests erupted in anger over videos of their struggle.</p><p>“They not only tackled him, not only tased him, not only kicked him, but you saw they shot him three times in his head and other parts of his body,” Crump said.</p><p>He spoke at an emotional news conference with Ruiz's mother, siblings and 13-year-old daughter, Kah’liyah Aliomar.</p><p>Ruiz, 38, was killed on a busy city street Wednesday, just a couple of blocks away from his daughter's home and along the route she walks to school. Police say Ruiz pulled a knife during a struggle with four officers, injuring one of them. That officer then fired the shots, according to police. All four officers have been placed on administrative leave pending a state investigation, and the officer who fired the shots has not yet been identified.</p><p>Aliomar cried as she described learning of her father’s death.</p><p>“My heart was broken and hurt so much knowing I can’t see my father anymore,” she said.</p><p>His mother Elsa Ruiz said she never imagined she would have to bury her son.</p><p>“He was my love. He loved his daughter, he loved his family. He did not deserve to be taken out like that. They took my baby from me,” she said, sobbing.</p><p>The family promised to seek justice for Ruiz’s death, which Crump called an unjustified “execution.”</p><p>“Anytime there is excessive use of force, there should be accountability,” Crump said. He said it was “shocking on every level.”</p><p>The shooting was captured on cellphone video that was widely shared online, though Madison Police Chief John Patterson cautioned Thursday that the video did not show the altercation from the police officers’ perspective.</p><p>But unlike nearly every other similarly sized city, Madison doesn’t require its police to use body-worn cameras, so there is no footage from the officers’ perspective. Over the last decade city officials have repeatedly debated adopting the cameras — at times creating subcommittees and doing studies on the idea — but local officials have primarily blamed budget concerns and political inertia for the ongoing stalemate.</p><p>Another common source of opposition, identified in a 2021 feasibility study, came from community groups worried the cameras would be used to surveil and criminalize marginalized groups. Madison Mayor Satya Rhodes-Conway said Thursday that she expects the new budget that takes effect in January to include funding for body-worn cameras.</p><p>“Thank God there was video,” Crump said. “If there wasn’t video, imagine what the narrative would have been.”</p><p>Wisconsin court records show Ruiz had been in and out of jail over the past decade for mostly misdemeanor offenses including disorderly conduct, drug possession, auto theft, battery and invasion of privacy. He was also convicted of felonies including possession of cocaine and marijuana, robbery, strangulation, resisting an officer and causing bodily harm.</p><p>“People are saying he’s a criminal. So what? He had a family, he had me,” Aliomar said, breaking down into tears.</p><p>Police said they were at the street to investigate reports that someone was trying to enter parked cars, something Crump said amounted to only the suspicion of a low-level property crime.</p><p>“I need somebody to help me understand why they felt it was OK to execute my brother based on no facts at all,” Veronica Ruiz said. “I hope everyone continues to support and come together and find justice for him.”</p><p>The police chief has released few details about the shooting. Patterson said Thursday that a Wisconsin Division of Criminal Investigation probe must run its course. A separate investigation by the city’s independent police monitor is also underway.</p><p>“The situation was clearly dangerous,” Patterson said, and that he did not know the extent of the knife injuries sustained by the officer. He also said he wanted transparency and accountability in the investigation.</p><p>The killing sparked protests, calls for justice from elected officials and anger from a community where police have killed three people in the same neighborhood since 2012.</p><p>___</p><p>This story has been updated to correct that Corey Ruiz's daughter's last name is Aliomar, not Ruiz.</p><p>___</p><p>Boone reported from Boise, Idaho.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WJKKHJMOY4ZC7MNKATZ3RKXIYU.jpg?auth=a4ec8a7e59eb1274b2f58e71cf291073c2925db771258c6a0c4518b306ccad4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kah'liyah Aliomar, the daughter of Corey Ruiz, who was shot and killed by a Madison police officer, wipes away tears as attorney Ben Crump speaks at a news conference on 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/BV5BEOWQNPYCUUJBD34MZHQFFE.jpg?auth=f14fc391713158b3f5de2a758dd2b928e8513e80c9f3f9d88e833b58affed634&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Veronica Ruiz, the sister of Corey Ruiz, who was killed by Madison police, 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/6DLYMVE3T5XD5JUJRHRS2Q7QPA.jpg?auth=b08baae31befe38d7a11c82479106ad3181cf8db5dab21280f49906dd40d3b05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters march past the Capitol, Thursday, July 23, 2026, in Madison, Wis., after a Madison police officer shot and killed Corey Durell Ruiz on Wednesday. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KG4W65K5O4SNGWQQ5N7G7FF5JM.jpg?auth=1df28b865cdcccf259956b843db623634b91d861af17193f0ac78e80fc933942&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 alongside family members of Corey Ruiz, who was shot and killed by police, 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/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></item><item><title><![CDATA[Perú y Venezuela inician proceso progresivo de reanudación de relaciones bilaterales rotas en 2024]]></title><link>https://www.local10.com/espanol/2026/07/24/peru-y-venezuela-inician-proceso-progresivo-de-reanudacion-de-relaciones-bilaterales-rotas-en-2024/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/24/peru-y-venezuela-inician-proceso-progresivo-de-reanudacion-de-relaciones-bilaterales-rotas-en-2024/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — Perú y Venezuela informaron el viernes en un comunicado conjunto que iniciaron “un proceso progresivo de reanudación integral de las relaciones bilaterales" las cuales estaban rotas desde el 30 de julio de 2024.]]></description><pubDate>Fri, 24 Jul 2026 20:25:16 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Perú y Venezuela informaron el viernes en un comunicado conjunto que iniciaron “un proceso progresivo de reanudación integral de las relaciones bilaterales" las cuales estaban rotas desde el 30 de julio de 2024.</p><p>Ambas cancillerías acordaron que en una primera etapa reactivarán las relaciones consulares, como paso inicial a la reanudación plena de los vínculos bilaterales y para “asegurar la protección y los servicios consulares en favor de sus connacionales que residen en ambos países hermanos”.</p><p>El 30 de julio de 2024, Venezuela rompió relaciones con Perú porque Lima reconoció al entonces candidato opositor Edmundo González como presidente electo en los comicios de ese mes frente al entonces mandatario Nicolás Maduro, quien fue depuesto a inicios de año por fuerzas militares de Estados Unidos y llevado a ese país para enfrentar acusaciones de narcotráfico. Su vicepresidenta, Delcy Rodríguez, asumió como mandataria interina del país sudamericano.</p><p>El canciller peruano de esa época, Javier González-Olaechea, había indicado que Maduro deseaba “por la vía de una dictadura perpetuarse en el poder” tras realizar un “fraude” en los comicios de ese año.</p><p>Perú informó en 2024 que, tras la ruptura de relaciones con Venezuela, Brasil se iba a encargar de proteger los intereses de Perú en Venezuela así como la cooperación consular para los peruanos en ese país además de custodiar los locales diplomáticos peruanos, sus bienes y archivos.</p><p>La agencia de las Naciones Unidas para los Refugiados (ACNUR) dijo en 2022 que los venezolanos en Perú constituyen casi el 3,5% de la población de unos 33 millones y que Lima —donde hay 1,1 millón de venezolanos— es la primera ciudad del mundo en cantidad de personas venezolanas desplazadas.</p><p>El representante de ACNUR en Perú, Federico Agusti, señaló en abril de 2022 que “si Lima estuviera en Venezuela sería la tercera ciudad de Venezuela con el mayor número de venezolanos”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7YAIMVPOLPJQ4LHDHMBN4PTCAQ.jpg?auth=cf86f07ebb3e7eeacb4e743afcb45fb556b0292e2d0a6a0a8eda61c6388f6ddb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta encargada de Venezuela, Delcy Rodríguez, habla en una conferencia de prensa sobre la respuesta del gobierno ante los sismos consecutivos, en Caracas, Venezuela, el jueves 2 de julio de 2026. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Paramount delays closing Warner buyout while judge considers states' challenge]]></title><link>https://www.local10.com/business/2026/07/24/paramount-delays-closing-warner-buyout-while-judge-considers-states-challenge/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/24/paramount-delays-closing-warner-buyout-while-judge-considers-states-challenge/</guid><dc:creator><![CDATA[By WYATTE GRANTHAM-PHILIPS, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Paramount and Warner Bros. Discovery have agreed to delay closing their $81 billion merger well into next year, a stunning move that arrives as a judge continues to consider a challenge from 12 states seeking to block the deal altogether.]]></description><pubDate>Fri, 24 Jul 2026 22:42:41 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Paramount and Warner Bros. Discovery have agreed to delay closing their $81 billion merger well into next year, a stunning move that arrives as a judge continues to consider a challenge from 12 states seeking to block the deal altogether.</p><p>Paramount said in a filing Friday that it won't close its Warner buyout until either a court ruling is made on the states' claims or June 1, 2027. The agreement comes just days after U.S. District Judge Araceli Martínez-Olguín granted a temporary restraining order to freeze the transaction for weeks, noting that the states had raised some “serious questions” and made a strong case about the merger's potential to “substantially lessen competition.”</p><p>Paramount and the states have also agreed to cancel an preliminary injunction hearing that was set for Aug. 3. The states’ case in now headed down the path toward a larger antitrust trial.</p><p>Both sides touted the delay as a victory.</p><p>The result was “exactly what we have sought from the outset: a direct path to a trial based on the evidence," Paramount said in a statement. The company, which was bought by Skydance just last year, added that it looked forward to proving its transaction is “good for competition, good for consumers, and good for creators.”</p><p>Meanwhile, California Attorney General Rob Bonta — who is leading the states' case — called the delay great news for audiences, movie theaters and entertainment and media workers nationwide.</p><p>“Our argument against this illegal merger is straightforward: When too few corporations have too much power in markets central to American life, it makes things more expensive, and it makes things worse,” Bonta said in a statement. He added that the states were eager to see their challenge through court and ensure the Paramount-Warner combo "never sees the light of day.”</p><p>The Writers Guild of America has also filed a lawsuit seeking to block the merger, arguing that the deal would cause specific harm to movie and TV writers. The delay will give more time for that case to make its way through court, too.</p><p>States argue merger would harm Hollywood competition</p><p>A Warner-Paramount tie-up would bring together two of the last five legacy studios in Hollywood and a host of TV networks that include CNN. Warner’s HBO Max streaming service and fan favorite titles like “Harry Potter” would come under the same roof as Paramount-owned CBS and the Paramount+ streaming service, which includes titles like “Top Gun."</p><p>Last week, the 12 states — which, beyond California, also include entertainment heavyweights like New York — sued to block the buyout, alleging that such a combination would “extinguish competition” in Hollywood and lead to fewer choices for consumers, particularly moviegoers and cable customers.</p><p>Paramount has repeatedly called the states' claims meritless and not reflective of the current industry. The company points to tech and streaming giants’ growing reach across the entertainment industry and argues the merger would help it compete with bigger rivals like Netflix (which once wanted to buy much of Warner’s business itself) and others “who have harmed the market for theatrical exhibition.”</p><p>The states' complaint doesn’t focus specifically on streaming. It alleges that the merger violates the Clayton Act — a key federal antitrust law — due to anticipated reach across three markets: theatrical movie distribution, theater releases of bigger blockbusters and the licensing of basic cable channels.</p><p>Trump administration says deal would benefit consumers</p><p>The challenge by the states — all of which have Democratic attorneys general — notably contrasts with the Trump administration’s effective greenlight of the deal. The U.S. Justice Department announced in June that it wouldn’t challenge the merger, and instead released an unusually long statement ruling that a Paramount-Warner tie up would bring “benefits for American consumers and workers.”</p><p>The Justice Department maintained that its review wasn’t political. But critics have raised their eyebrows — and pointed to Republican President Donald Trump’s close relationship with the billionaire family of Paramount CEO David Ellison. Many eyes are also on Warner assets like CNN, a network that has long attracted ire from Trump and members of his administration, particularly in light of editorial turmoil at Paramount-owned CBS following Skydance's takeover.</p><p>Friday's delay “materially reduces the near-term concern that a politicized Paramount would control CNN during the 2026 midterms,” noted Mike Proulx, vice president and research director at Forrester.</p><p>Still, there is uncertainty farther down the road.</p><p>“I’ve said from the start that anyone who thinks they know how this deal ends should think again," Proulx wrote. “What we know is that the path to either outcome just got longer, messier, and likely more expensive.”</p><p>The now monthslong delay could become very costly for Paramount. The company previously pledged to start paying Warner shareholders added “ticking fee” compensation amounting to about $7 million per day if the deal wasn’t closed by Sept. 30.</p><p>Including billions of dollars in debt, Paramount’s proposed purchase of Warner is currently valued at nearly $111 billion based on outstanding shares.</p><p>Beyond the U.S., Paramount has also touted regulatory clearances in countries like Canada, China and Australia. The European Union also gave the deal its blessing, conditional on company commitments to adjust film distribution partnerships there. Meanwhile, ongoing reviews continue in the U.K., which has separately suggested it may intervene.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T3IELY7PDOECFZK7UWD25J36F4.jpg?auth=1c22613eaba618117a40bd17ef2f9d7604f735089c3ec4fcfce81c48fbfdd020&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Paramount Pictures water tower is seen in Los Angeles, Dec. 18, 2025, with the Hollywood sign in the distance. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YNYWYBCPW7BGIADNG6I5YUDFKA.jpg?auth=604fe5941139159a1a965fe4614631b760a0606977481f63b75f11e7623f64e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Warner Bros. water tower appears at Warner Bros. Studios in Burbank, Calif., on Dec. 5, 2025. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HA53R5D7K3SSTLSS7DQVDE5FVY.jpg?auth=14813360826f91317614f779da7587506c66c6082bd54b551eb58cc3eea81d21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - California Attorney General Rob Bonta speaks at the 2026 California Democratic Party State Convention, Feb. 21, 2026, in San Francisco. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Ryan Blaney, Todd Gilliland ready for Brickyard 400 balancing act with $1 million prize at stake]]></title><link>https://www.local10.com/sports/2026/07/24/ryan-blaney-todd-gilliland-ready-for-brickyard-400-balancing-act-with-1-million-prize-at-stake/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/24/ryan-blaney-todd-gilliland-ready-for-brickyard-400-balancing-act-with-1-million-prize-at-stake/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — Ryan Blaney faces a high-stakes weekend in Indianapolis.]]></description><pubDate>Fri, 24 Jul 2026 20:18:52 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Ryan Blaney faces a high-stakes weekend in Indianapolis.</p><p>He's hoping to put Roger Penske back in victory lane at Indianapolis Motor Speedway, and he'd like to add a second crown jewel win to his resume. At the same time, he's chasing a $1 million pay day — if he finishes ahead of surprise finalist Todd Gilliland in NASCAR's second In-Season Challenge.</p><p>Blaney's solution is to simplify matters by sweeping both titles Sunday with one amazing Brickyard 400.</p><p>“We obviously understand what we're going for with the In-Season Challenge,” Blaney said before Friday's short practice. “But at the same time, you're trying to win the race. That's the big one here — and trying to win for Roger at this place is incredibly important in our race shop and to everyone on this team. So I've looked at it as like, just go try to run the best race you can and focus on that.”</p><p>Blaney heads into race weekend as the favorite in the final round of the challenge. The 2023 Cup champion has strung together 11 consecutive finishes of 11th or better, a feat he's achieved in 17 of 21 races this season. Two weeks ago in Atlanta he captured his second win of the year.</p><p>Now the Ohio-born Blaney returns to the Midwest ranked third in points, 19 behind Tyler Reddick, the 2022 Brickyard 200 champ who is trying to become the first Cup driver to win on the track's road course and the historic 2.5-mile oval that will be used Sunday.</p><p>Reddick said he wasn't sure if team owner Michael Jordan would attend the race.</p><p>Gilliland, meanwhile, has struggled lately. His eighth-place finish at North Wilkesboro, North Carolina, was his first top 10 in 13 races, and the 26-year-old enters the weekend 23rd in points, though he's continued to do just enough to keep advancing through the challenge rounds.</p><p>But facing his toughest test yet, Gilliland seems to be adopting a “Hoosiers”-like attitude.</p><p>“We've caught a lot of lucky breaks. We've barely been skating by all these rounds,” the Front Row Motorsports driver said. “But now that we're here, yeah, it feels a bit more real and you never know, right? Four hundred miles, anything can happen. So we're just going to go give our best effort and try not to think about what it would be like if we won.”</p><p>Neither finalist was near the top of Friday's leaderboard, though.</p><p>Christopher Bell of Joe Gibbs Racing posted the fastest lap of the day at 183.512 mph, leading Toyota to a top-five sweep. John Hunter Nemechek of Legacy Motor Club was second at 183.180, followed by Ty Gibbs, Bell's teammate; Erik Jones, Nemechek's teammate; and Denny Hamlin of JGR, who still needs a Brickyard win to capture the fourth and final crown jewel title with time running shot on the 45-year-old's career.</p><p>“I've got a couple shots in this left, so I think more desperate," Hamlin said when asked about his level of desire to win at Indy. “I'm certainly willing to take a small risk here on a restart, whatever it might be, on strategy, something to give us a real shot to win because this is like the Daytona 500.”</p><p>Gilliland and Blaney, who sat side by side at microphones Friday, view the Brickyard similarly even though they know fans will be watching the race inside the race just as closely as the final charge across the Yard of Bricks.</p><p>In practice, Blaney also had the advantage. He was ninth on the speed chart at 182.526, the top speed of the Ford drivers. Gilliland, who also drives a Ford, was 28th at 180.712.</p><p>Will that make a difference Sunday?</p><p>“We beat them here last year so I don't know why we can't do it again,” said Gilliland, who finished sixth — one spot ahead of Blaney in 2025 at Indy. “But, yeah, overall, I think it's fair to say we're big underdogs. At the same time, anything can happen.”</p><p>Even, perhaps, Blaney's highly coveted sweep.</p><p>“I got knocked out in the first round last year in Atlanta so it was nice to kind of go be part of it, see you racing every single week and go through the gauntlet,” he said. “So nice to end it here at Indy. I think it's a great place to end it, an amazing race track. It will be exciting.”</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/5623OFM3BMJOUQ7EJOQUS3STHY.jpg?auth=4ab4a99b7c23c63b33f90e9726e9186627e367754ec6ffc80d9a6e3c89a4b538&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Blaney celebrates after winning a NASCAR Cup Series auto race, Sunday, July 12, 2026, in Hampton, Ga. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/76MUSRF5QULIYUXPXJZ4I6XGD4.jpg?auth=f0eddbf6ae7a209e40dd6d97cff07ee871620d53b64601f8f50111d5ba18120b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Blaney (12) moves during a NASCAR Cup Series auto race, Sunday, July 12, 2026, in Hampton, Ga. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7GOAVV5LDLEECGDCHWGUNAYIWE.jpg?auth=7baee1b9f905e91c5c75e029a5a56deb5ea3dac0f8d472a9f1d66a46bd037064&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Blaney celebrates after winning a NASCAR Cup Series auto race, Sunday, July 12, 2026, in Hampton, Ga. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7NXYBOH6J23DNZ33LGYXRQ3PLA.jpg?auth=f227060b58e3521efc843ec042a0d425a0b9fa17dc695f50549f4dfaad573fb0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Drivers perform a pit stop on driver Todd Gilliland's car during a NASCAR Cup Series auto race in North Wilkesboro, N.C., Sunday, July 19, 2026. (AP Photo/Chuck Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Chuck Burton</media:credit></media:content></item><item><title><![CDATA[Sons of man shot and killed by ICE in Houston demand accountability at congressional hearing]]></title><link>https://www.local10.com/news/national/2026/07/24/sons-of-man-shot-and-killed-by-ice-in-houston-demand-accountability-at-congressional-hearing/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/24/sons-of-man-shot-and-killed-by-ice-in-houston-demand-accountability-at-congressional-hearing/</guid><dc:creator><![CDATA[By CLAIRE GALOFARO and SUDHIN THANAWALA, Associated Press]]></dc:creator><description><![CDATA[Two sons of a man shot by immigration officers in Houston testified at a congressional hearing Friday, describing the horror and confusion of learning their father had been killed and demanding a transparent investigation into how he died and why.]]></description><pubDate>Fri, 24 Jul 2026 23:00:09 +0000</pubDate><content:encoded><![CDATA[<p>Two sons of a man shot by immigration officers in Houston testified at a congressional hearing Friday, describing the horror and confusion of learning their father had been killed and demanding a transparent investigation into how he died and why.</p><p>Lorenzo Salgado Araujo was killed July 7 when Immigration and Customs Enforcement officers chased his white work van through the streets, then shot him through the window in front of his work crew, including his brother.</p><p>Salgado Araujo’s sons read from prepared remarks at a Houston hearing with Democratic members of Congress. The sons' voices often choked with emotion as they described their father as a humble and hardworking family man. He lived without legal status in the U.S. for 35 years, ran a homebuilding business and had never been in trouble with the law.</p><p>“He didn’t need anybody to know his name,” Lorenzo Salgado Araujo Jr. told the hearing, held by the Congressional Hispanic Caucus. “He worked hard to protect and provide for our family, to put me and my siblings through college. He taught us that good things come to those that work hard.”</p><p>The Department of Homeland Security said shortly after the shooting that Salgado Araujo had rammed his van into the immigration vehicles chasing him, then “weaponized his vehicle in an attempt to run over an ICE law enforcement officer,” and that the officer fired in self-defense. The officers were not wearing body cameras.</p><p>Passengers in Salgado Araujo’s van describe a different version of events</p><p>At least two of the passengers in the van have disputed the government's account, saying the officers crashed into the van and were safely on the sides of the vehicle, never in danger of being struck, when the officer fired. All three passengers in the van were arrested and remain in immigration detention. One of them is Salgado Araujo’s brother, Victor, whose account of the killing is not public because his petition for release is sealed.</p><p>Harris County District Attorney Sean Teare told the hearing that DHS, which oversees ICE, has ignored his requests for information and evidence, including the name of the officer who fired the fatal shot.</p><p>Nevertheless, he said, his office was making “significant progress.” He declined to discuss specific evidence or speculate on when his office’s investigation would end.</p><p>Salgado Araujo’s sons said their father would have never run from officers, who were driving unmarked vehicles, if he’d known who they were. They had talked as a family about what they would do if he encountered ICE, and they said he believed he would find a way to get back home to them.</p><p>Salgado Araujo’s sons describe an excruciating wait for information</p><p>They said he was a man of routine. The day he was killed started as most did: He woke up before dawn, his wife cooked him a hearty breakfast, then he said goodbye to her and their dog. He got into his white van, said a prayer and left before 6 a.m. to pick up his crew.</p><p>Ronaldo Salgado said his mother called him around 7 a.m. to say something bad had happened. He saw a Facebook post about an encounter with immigration officers and rushed to the scene. He was there for hours, he said, begging officers and neighbors for information, even asking one homeowner to climb onto her roof to survey the scene.</p><p>Then a Facebook video appeared.</p><p>“I learned again from a Facebook post that our dad had been shot,” he told the hearing. “Not because I could see him, but because I could hear his voice on videos posted online crying for help.”</p><p>He rushed to the hospital. More hours passed before Democratic U.S. Rep. Sylvia Garcia demanded answers, and they learned he was dead.</p><p>Garcia said the Democratic delegation has sent multiple letters to DHS and ICE about the shooting and has received no response. The delegation also invited representatives of the department and the administration to attend the hearing, and they declined.</p><p>An email sent to DHS by The Associated Press seeking comment Friday was not immediately returned.</p><p>The FBI executed a search warrant on the van, alleging that officers saw several small bags inside filled with a white substance that appeared to be methamphetamine. Salgado Araujo's sons said the insinuation that their father was involved in drug trafficking was “absurd.” The substance, the family said, was a salt mixture that the crew used as electrolytes to stay hydrated while working under the blazing sun.</p><p>Teare, the district attorney, said later Friday on the social platform X that the substance tested negative for any illegal drugs.</p><p>Lorenzo Salgado Araujo Jr. called what happened to them “a kafkaesque nightmare.” They said they mourned not only for their father but also for the families of others killed by immigration officers, including Johan Sebastián Durán Guerrero, a 26-year-old who was shot in Maine days after their father.</p><p>The sons say they want justice</p><p>The sons called on Congress to make sure justice is served.</p><p>Salgado Araujo Jr. asked people to imagine what the brothers were experiencing by picturing a loved one “pinned to the ground in pain and yelling out in desperate need of help.”</p><p>“Picture the anger and helplessness of watching that person bleed out through a video on your phone. What would you do after?” he said. “How would you cope with the feeling of losing your protector, your role model, your mother’s loving partner, your grandmother’s little boy?”</p><p>He added, “That feeling you feel right now is only a fraction of what my family and I have felt these past 17 days.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ZKTJ7GJ4R5XIWND5H2RDZLBZE.jpg?auth=6f6840e62eda46f4fb2495ac8f9b67f74a28f19b8cba61a30503fa035a6eea13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ronaldo Salgado speaks during an oversight forum on Friday, July 24, 2026, in Houston, about the death of his father, Lorenzo Salgado Araujo, who was shot and killed by an ICE officer. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QBJ4PINHUHWPTG3IZNYFSYPLHI.jpg?auth=0a9e0c1631dc523fc73506210a1e9d44bfa815c2d4ad635ad486486044c0e2f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lorenzo Salgado Araujo, Jr., right, and Ronaldo Salgado, left, listen during an oversight forum on Friday, July 24, 2026, in Houston, about the death of their father, Lorenzo Salgado Araujo, who was shot and killed by an ICE officer. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2GLBDIWR4GEBLGO2UCQPVWJCII.jpg?auth=347a32ea467d0f82bcf61d212ad44352639946ebd954d7e73fd6d9e5c31f4a49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People react during an oversight forum on Friday, July 24, 2026, in Houston, about the death of Lorenzo Salgado Araujo, who was shot and killed by an ICE officer. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H7J4VREL33I5MNE3IZ3TOQAWDM.jpg?auth=ece0298b30395ed9ae709a005289610782eb577d0e9c12ce4a154e694d5e6f76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Rep. Joaquin Castro, D-Texas, Rep. Al Green, D-Texas, and Rep. Bennie Thompson, D-Ala. react during an oversight forum on Friday, July 24, 2026, in Houston, about the death of Lorenzo Salgado Araujo, who was shot and killed by an ICE officer. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4Q77XMI3VHBXYDR6TI4HPGTXQY.jpg?auth=f63f6012f5d893643e0ddc841b4da62e1d8ea719d1d4374e324fb0067206d7b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harris County District Attorney Sean Teare speaks during an oversight forum on Friday, July 24, 2026, in Houston, about the death of Lorenzo Salgado Araujo, who was shot and killed by an ICE officer. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item></channel></rss>