<?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, 01 Aug 2026 14:51:20 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Humane Society of Broward introduces Stewie, a pup looking for a forever home]]></title><link>https://www.local10.com/pets/2026/08/01/humane-society-of-broward-introduces-stewie-a-pup-looking-for-a-forever-home/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/08/01/humane-society-of-broward-introduces-stewie-a-pup-looking-for-a-forever-home/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Stewie, a 1-year-old, 30-pound mixed-breed dog, is looking for an active family to call his own through the Humane Society of Broward County.]]></description><pubDate>Sat, 01 Aug 2026 14:50:33 +0000</pubDate><content:encoded><![CDATA[<p>Stewie, a 1-year-old, 30-pound mixed-breed dog, is looking for an active family to call his own through the Humane Society of Broward County.</p><p>The energetic pup came to the shelter from another facility, and staff say he would do best in a home without cats. Families with other dogs can schedule a meet-and-greet at the shelter to see if they are a good match.</p><p>“He’s active, he’s cute,” Humane Society of Broward County spokesperson Cherie Wachter said. “If you’re looking for an active dog to go on adventures with, Stewie could be the guy for you.”</p><p>The shelter is also looking for homes for a bonded pair of long-haired rabbits, Mischief and Angel, who need to be adopted together. The rabbits were surrendered after their previous owner was no longer allowed to keep them.</p><p>HSBC is also seeking foster families, including for a 1-pound kitten recently rescued after being found wandering on I-95 by Local 10’s Jason Carter. </p><p>For information about adopting Stewie, the rabbits or becoming a foster, <a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">click here</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Florida Turnpike crash in Broward leaves motorcyclist dead, southbound lanes closed, troopers say]]></title><link>https://www.local10.com/traffic/2026/08/01/florida-turnpike-crash-in-broward-leaves-motorcyclist-dead-southbound-lanes-closed-troopers-say/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/08/01/florida-turnpike-crash-in-broward-leaves-motorcyclist-dead-southbound-lanes-closed-troopers-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A crash on the Florida Turnpike in Broward County left a motorcyclist dead and shut down all southbound lanes overnight, according to the Florida Highway Patrol.]]></description><pubDate>Sat, 01 Aug 2026 14:39:29 +0000</pubDate><content:encoded><![CDATA[<p>A crash on the Florida Turnpike in Broward County left a motorcyclist dead and shut down all southbound lanes overnight, according to the Florida Highway Patrol.</p><p>Troopers said the crash happened at approximately 11:13 p.m. on Friday on the Florida Turnpike just south of Griffin Road. </p><p>FHP officials said a black 2001 Harley Davidson Road King motorcycle and a red 2012 Chevrolet Camaro were traveling southbound when the motorcycle moved from the outside center lane into the inside center lane, entering the Camaro’s path.</p><p>They said the front of the Camaro struck the rear of the motorcycle. The motorcycle rider, a 28-year-old Hollywood man, was thrown from the bike and suffered fatal injuries, according to investigators. His next of kin notification is still pending.</p><p>Troopers said the Camaro driver, a 22-year-old Hollywood man, was not injured.</p><p>They said all southbound Florida Turnpike lanes were closed as of 12:06 a.m. on Saturday. </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[Palestinians in Gaza hope Hamas will disarm but fear Israeli forces won't withdraw]]></title><link>https://www.local10.com/news/world/2026/08/01/palestinians-in-gaza-hope-hamas-will-disarm-but-fear-israeli-forces-wont-withdraw/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/01/palestinians-in-gaza-hope-hamas-will-disarm-but-fear-israeli-forces-wont-withdraw/</guid><dc:creator><![CDATA[By TOQA EZZIDIN, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — For Palestinians in Gaza, President Donald Trump's announcement that Hamas had agreed to disarm was a small sign of hope that Israel's attacks might end, allowing them to rebuild their lives and what remains of their homes.]]></description><pubDate>Sat, 01 Aug 2026 14:27:41 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — For Palestinians in Gaza, President Donald Trump's announcement that Hamas had agreed to disarm was a small sign of hope that Israel's attacks might end, allowing them to rebuild their lives and what remains of their homes.</p><p>But it also clashed with the reality on the ground, where Israeli strikes have continued since Trump first touted the deal late Thursday in Washington, and where few steps have been taken to advance a broader ceasefire agreement that went into effect in October.</p><p>Most of Gaza’s 2 million Palestinians are still displaced or live in tent camps, where poor conditions and overcrowding have led to rodent infestations and outbreaks of infectious diseases such as chickenpox.</p><p>“They can talk about withdrawal and disarmament," said Abdel Moneim Aboul-Roos, 24, a tuk-tuk driver who lost his leg in an Israeli airstrike. “I don’t care about any of it as long as there is no food or medicine.”</p><p>Israel and Hamas signed a U.S.-backed ceasefire plan last year that ended major combat operations, saw the return of Israeli hostages and allowed for an increase in humanitarian aid to the Palestinian enclave. It also called for the gradual withdrawal of Israeli troops, the creation of an international stabilization force and a program to decommission weapons held by Hamas.</p><p>But as each side accused the other of violating the ceasefire, negotiations stalled. Hamas held onto its weapons and the Israeli military refused to withdraw. Since October, Israel has killed more than 1,200 Palestinians in Gaza and expanded the amount of territory it controls. Five Israeli soldiers have also been killed in militant attacks.</p><p>Many Palestinians don't trust Israel or Hamas</p><p>The road map Trump announced — and that Hamas confirmed — addresses in more specific terms the type of weapons the militant group and its allies will be required to hand over to a new technocratic government. The document says Israel will not be involved in the decommission of Hamas' weapons and that it should halt all military operations in Gaza so the transition can proceed and recovery can begin.</p><p>But residents in Gaza say they have been repeatedly promised that the war will stop and their lives will improve. They see the road map as a positive development but remain skeptical that either Israel or Hamas will adhere to the terms.</p><p>“This is enough. We need improvement in our lives,” said Ayman Ahmed, a displaced Palestinian living in southern Gaza. He said he hopes Hamas gives up its arms but does not see it happening anytime soon.</p><p>“They don't care about Palestinians’ lives,” he said.</p><p>The war began when Hamas-led militants attacked southern Israel on Oct. 7, 2023, killing around 1,200 people and taking 251 others back to Gaza as hostages. Israel's retaliatory offensive has killed more than 73,300 people, according to the Gaza Health Ministry, which was part of the Hamas-run government.</p><p>The ministry maintains detailed records viewed as generally reliable by U.N. agencies and international organizations. It does not distinguish between civilians and militants, but says women and children make up around half of all fatalities.</p><p>Because of the high death toll and ongoing attacks, other Palestinians say they believe Israel will refuse to make concessions.</p><p>In southern Gaza, Ghazal Astal lives among the rubble. She said there is near-constant Israeli gunfire and that the territory has been transformed into an “indescribable battlefield.”</p><p>Ammar Kaskeen, 30, said he doesn't believe the road map will force Israeli troops to withdraw. For Israel, according to Kaskeen, the goal is not only to disarm Hamas but to also drive the Palestinian population out of Gaza.</p><p>"They will make us suffer,” he said.</p><p>Even as Israel digs in, Palestinians dream of returning home</p><p>Israel has not commented publicly on the road map but Israeli officials, speaking anonymously over the past two days, have signaled that the document does not align with the country's interests.</p><p>The officials also reiterated that Israel would not withdraw from the Yellow Line in Gaza, which divides Israeli-controlled territory in the east with the western part of the enclave.</p><p>In recent months, the military has built a massive earthen barrier roughly along the same line, developing what it described as a “security zone” adjacent to the berm, equipped with intelligence and technological assets.</p><p>Israel has also carried out controlled demolitions and clearing operations across much of the territory it controls. Palestinians who lived there have yet to return — and are unsure whether their homes are still standing.</p><p>Anas Nakla was displaced from Rafah in southern Gaza during the war. He said he knows his house has been destroyed but still wants to return home with his wife and children.</p><p>“It doesn't exist anymore," he said. "But we can return and rebuild.”</p><p>Similarly, Mohamed Hamad, who had to leave his home behind in northern Gaza, hopes that the U.S.-backed road map will pressure Israel to leave some of the areas it controls. He believes that even if only a small number of people could go back to their homes, “it will give hope to the rest that some day they may also return.”</p><p>___</p><p>Melanie Lidman and Sam Mednick contributed to this report from Tel Aviv, Israel.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T4MPPM2Z2KZW7RTHB4LBEVJ3O4.jpg?auth=cc00d7fbc2cdbef607c72f1758126907ed7d7ff5646aa7431dfa8e57983c8b03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Palestinian woman inspects the scene of an Israeli airstrike near al-Aqsa Hospital in Deir al-Balah in the central Gaza Strip, Saturday, Aug. 1, 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/QKBFAL7ECHF27JEGSEHW76WZCA.jpg?auth=9313a229116a2d1e0add47b9c2d02457044d2796c6656716cf02c7254bd14bb0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians inspect the scene of an Israeli airstrike near al-Aqsa Hospital in Deir al-Balah in the central Gaza Strip, Saturday, Aug. 1, 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/TH7OA7IP3LC5NDTEK2N7JOU45E.jpg?auth=99b9ac59c3903c77b43811bf9283b6f892528b962569ad942f2b36aa2f18a07e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians inspect the scene of an Israeli airstrike near al-Aqsa Hospital in Deir al-Balah in the central Gaza Strip, Saturday, Aug. 1, 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/3XWANTFQKT46CBMOZ2HMC2N3IU.jpg?auth=3ec0b4dfb32fb6c4fd6bbc9088267f15c496fcf4ca506c66e1611754d5515133&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian women inspect the scene of an Israeli airstrike near al-Aqsa Hospital in Deir al-Balah in the central Gaza Strip, Saturday, Aug. 1, 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[Suspect arrested after woman shot in Wilton Manors, police say ]]></title><link>https://www.local10.com/news/local/2026/07/31/man-detained-after-possible-shooting-in-wilton-manors/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/man-detained-after-possible-shooting-in-wilton-manors/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor, Bridgette Matter]]></dc:creator><description><![CDATA[A suspect fled from a Wilton Manors shopping center Friday morning after shooting a woman in the leg, police confirmed.  ]]></description><pubDate>Fri, 31 Jul 2026 11:31:02 +0000</pubDate><content:encoded><![CDATA[<p>A man has been arrested in connection with a shooting at a Wilton Manors shopping plaza that police say left a woman injured Friday morning. </p><p><a href="https://www.local10.com/espanol/2026/07/31/detienen-a-hombre-despues-de-que-una-mujer-fuera-baleada-en-wilton-manors-dice-testigo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/detienen-a-hombre-despues-de-que-una-mujer-fuera-baleada-en-wilton-manors-dice-testigo/">Leer en español</a></p><p>Wilton Manors police identified the suspect as 20-year-old Daniel Selvin Nunez Bonilla. </p><p>The shooting happened around 5:15 a.m. at the Palm Gardens shopping center near North Andrews Avenue and Northeast 26th Drive, according to investigators. </p><p>Police said surveillance video from the shopping plaza shows people running for cover as gunfire erupted and a bullet struck the ground.</p><p>According to a witness, an argument happened before several shots were fired.</p><p>Dwayne Lewis told Local 10 News he was waiting at a nearby bus stop when he heard the gunshots.</p><p>“From the car, I probably heard three or four,” Lewis said.</p><p>Police said a woman was shot in the leg and taken to the hospital. Lewis said she appeared calm and alert after the shooting.</p><p>“I think she’ll be alright,” he said.</p><p>A bullet also went through the driver’s-side window of a Honda Accord parked at the shopping center.</p><p>Lewis said he saw an argument before the shooting.</p><p>“They were just arguing and I heard a woman say, ‘Baby, no; baby, no,’ then he just let off some shots,” Lewis said. “Then the two he was shooting at just ran inside the little office area there, the tax office. The shooter turned around and went away to his car.”</p><p>Police said the suspect initially fled the scene in a white vehicle.</p><p>Officers provided aid to the injured woman before Fort Lauderdale Fire Rescue transported her to Broward Health Medical Center.</p><p>The victim remained hospitalized as of Friday afternoon. Police have not released additional details on what led detectives to identify Nunez Bonilla as the suspect.</p><p>Jail records show he is facing two counts of aggravated battery with a deadly weapon and assault with a deadly weapon without intent to kill. </p><p>As of Saturday morning, he was being held without bond at the Broward County Main Jail. </p><p>Anyone with information about the shooting is asked to contact the Wilton Manors Police Department or Broward Crime Stoppers at 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[“Today” show host Savannah Guthrie begs for "someone to come forward" in her mother's disappearance]]></title><link>https://www.local10.com/news/2026/08/01/today-show-host-savannah-guthrie-begs-for-someone-to-come-forward-in-her-mothers-disappearance/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/01/today-show-host-savannah-guthrie-begs-for-someone-to-come-forward-in-her-mothers-disappearance/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[“Today” show host Savannah Guthrie on Saturday said on social media that her family was “desperate” and “begging for help” in the disappearance of her mother, a day after authorities released two ransom notes including one saying that she had died.]]></description><pubDate>Sat, 01 Aug 2026 14:13:15 +0000</pubDate><content:encoded><![CDATA[<p>“Today” show host Savannah Guthrie on Saturday said on social media that her family was “desperate” and “begging for help” in the disappearance of her mother, a day after authorities released two ransom notes including one saying that she had died.</p><p>Authorities released an early note in the investigation into the disappearance of 84-year-old Nancy Guthrie, hoping that someone will recognize the writing style. A second note said Guthrie died shortly after she was kidnapped and “is buried in nature now.” Both notes initially were sent to a Tucson television station days after Guthrie went missing from her home outside Tucson on Feb. 1.</p><p>“We are begging for help. We are desperate. We need someone to come forward. Someone knows something. Someone suspects something. Someone recognizes the writing in the ransom demand notes,” Guthrie wrote on her Instagram account, alongside a photo of her mother.</p><p>“Someone has noticed something different, strange, troubling or just unusual - perhaps with someone they deeply love," she wrote. "Perhaps they are afraid to come forward. Perhaps they are conflicted. Perhaps they are angry or upset for being in this situation. There is a way out - to tell what you know.”</p><p>Guthrie went on to say they “wanted to find out what happened to her, so that we can give her the dignity of a proper goodbye - a celebration of her remarkable life that she so deserves.”</p><p>Saturday is the six-month mark since Guthrie disappeared. No suspects have been arrested. The investigation has been dogged by unanswered questions, such as how many people are believed to have taken part in her abduction and whether she was taken by someone who knew her.</p><p>The FBI in Washington did not respond to questions about the ransom notes, including whether both messages sent to the Tucson station have been deemed legitimate.</p><p>In releasing the notes, the Pima County Sheriff’s Department said “we believe these distinctive linguistic characteristics may be recognizable to someone who knows or has interacted with the notes’ writer.”</p><p>The first note, sent Feb. 2, said Guthrie was safe but scared and would be released unharmed once her captors received $4 million in cryptocurrency, with the ransom amount increasing if the first demand was not met. It said Guthrie would be released within 12 hours if the payment was received. It also included a threat to kill her if the ransom wasn’t paid.</p><p>“Your mother is aware of this and her life is in your hands,” the first note read. “It is in the best interest of everyone to have this completed as soon as possible.”</p><p>The second note was sent Feb. 6 and said Guthrie died shortly after she was taken. “She is buried in nature now,” it said. “Nothing you could have done could have changed the outcome.” The note ended with an apology: “We are truly sorry.”</p><p>The sheriff’s department said the notes reveal a distinctive pattern of word choices and provide insight into the writer’s mindset. The agency said someone who knows the notes’ writer may recognize the patterns.</p><p>Authorities similarly used a suspect’s own writings as a tool to apprehend Theodore “Ted” Kaczynski, branded the “Unabomber” by the FBI. Kaczynski, who killed three people and injured 23 others with mail bombs over a 17-year span, pressured The Washington Post, in conjunction with The New York Times, to publish his 35,000-word manifesto in 1995.</p><p>The sheriff’s office also said Friday that two videos recovered from Guthrie’s doorbell camera might be from two separate days and indicate an unidentified male prepared ahead of when Guthrie was taken. Authorities are seeking information on anyone who was behaving differently, changed their physical appearance, suddenly left the Tucson area, or had a noticeable or unexplained interest or disinterest in the case.</p><p>“Investigators continue to pursue every available technological and investigative lead,” the sheriff’s office said. “However, community members remain a vital resource as we seek to provide answers for Nancy’s family.”</p><p>The FBI had released surveillance videos of a masked person who authorities said appeared to tamper with a camera on Nancy Guthrie’s front porch and block it with a plant. They described the person as a male about 5 feet, 9 inches (1.75 meters) tall.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z6OWG5TTZU5TO7UC5F44RHIMV4.jpg?auth=ae594dd140fa2f9eb12f641545422375147d50f760be089edd72565f063acad3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People visit a banner for Nancy Guthrie, the missing mother of "Today" show host Savannah Guthrie, outside the KVOA Newsroom in Tucson, Ariz., on March 6, 2026. (AP Photo/Rebecca Noble, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Noble</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5E6JS7H2472YVF5LBFW5CGSPEE.jpg?auth=41736d9cf0887341b83a471995bee8ee15161056b797615d19c29db0f3872342&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Savannah Guthrie en el programa “Today”, en el Rockefeller Plaza en New York, el 5 de marzo del 2026. (Charles Sykes/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Sykes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KW6WM4BVEWVXXCGBKMAQGG2KZ4.jpg?auth=564945a3c47c2a44064d730baabd78f34c72451ae2b40a2e68b19b90430d6c7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A collection of yellow flowers and notes sit at the home of Nancy Guthrie, the missing mother of "Today" show host Savannah Guthrie, in Tucson, Ariz., March 6, 2026. (AP Photo/Rebecca Noble, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Noble</media:credit></media:content></item><item><title><![CDATA[United Way volunteers pack nearly 1K backpacks for students ahead of new school year ]]></title><link>https://www.local10.com/news/local/2026/08/01/united-way-volunteers-pack-nearly-1k-backpacks-for-students-ahead-of-new-school-year/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/01/united-way-volunteers-pack-nearly-1k-backpacks-for-students-ahead-of-new-school-year/</guid><dc:creator><![CDATA[Trent Kelly, Ryan Mackey]]></dc:creator><description><![CDATA[As the back-to-school season approaches, teachers, parents and students across South Florida are preparing for the year ahead. Several community events are underway to help families get the supplies they need before classes begin.]]></description><pubDate>Sat, 01 Aug 2026 14:10:52 +0000</pubDate><content:encoded><![CDATA[<p>As the back-to-school season approaches, teachers, parents and students across South Florida are preparing for the year ahead. Several community events are underway to help families get the supplies they need before classes begin.</p><p>At United Way Miami, dozens of volunteers gathered Saturday for the organization’s annual back-to-school drive. </p><p>Event organizers said between 75 and 100 volunteers from United Way Miami partner and sponsor organizations are packing nearly 1,000 backpacks with essential classroom supplies, including notebooks, pencils, folders, crayons and other materials.</p><p>The effort aims to help ease the financial burden many families face as school costs continue to rise. School supplies can cost up to $150 per child, making it difficult for some households to afford everything students need to start the year prepared.</p><p>The filled backpacks will be distributed next week to students across Miami-Dade County.</p><p>United Way Miami leaders said the goal is not only to provide supplies but also to give students the confidence to walk into their classrooms ready to learn on the first day of school.</p><p>“We want to make sure that parents aren’t having to make a decision between, ‘Do we buy a third meal or do I buy school supplies for the kids?’” United Way Miami vice president Ivette Diaz said. “This is our way, one of the many ways in which we support the community and the folks that we provide resources to.”</p><p>Organizers said the backpack drive is one of several back-to-school initiatives planned this month. The organization continues to work with local businesses, donors and volunteers to support students and families throughout Miami-Dade County.</p><p>The backpack assembly event will continue through the morning, with volunteers working to fill each bag with the supplies students need to begin the school year on the right foot.</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[Health officials urge mosquito precautions after dengue case confirmed in Miami-Dade County ]]></title><link>https://www.local10.com/health/2026/08/01/health-officials-urge-mosquito-precautions-after-dengue-case-confirmed-in-miami-dade-county/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/01/health-officials-urge-mosquito-precautions-after-dengue-case-confirmed-in-miami-dade-county/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Florida Department of Health in Miami-Dade County on Friday notified residents and visitors of a recently confirmed locally acquired case of dengue. ]]></description><pubDate>Sat, 01 Aug 2026 11:46:26 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Department of Health in Miami-Dade County on Friday notified residents and visitors of a recently confirmed locally acquired case of dengue. </p><p><a href="https://www.local10.com/espanol/2026/08/01/autoridades-de-salud-instan-a-tomar-precauciones-contra-los-mosquitos-tras-confirmar-caso-de-dengue-en-el-condado-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/01/autoridades-de-salud-instan-a-tomar-precauciones-contra-los-mosquitos-tras-confirmar-caso-de-dengue-en-el-condado-miami-dade/">Leer en español</a></p><p>Health officials said the agency and Miami-Dade County Mosquito Control are coordinating surveillance, prevention and control efforts.</p><p>Dengue is a mosquito-borne illness that can cause flu-like symptoms, including severe muscle and joint pain, fever and, in some cases, a rash. Respiratory symptoms are uncommon. </p><p>Health experts say symptoms typically develop within 14 days after the bite of an infected Aedes aegypti mosquito. Dengue is not spread from person to person.</p><p>The agency is urging residents to protect themselves from mosquito bites by taking basic precautions.</p><p>Officials say the agency continues statewide surveillance for mosquito-borne illnesses, including West Nile virus, eastern equine encephalitis, St. Louis encephalitis, malaria, chikungunya and dengue. Florida residents are also encouraged to report dead birds to the Florida Fish and Wildlife Conservation Commission.</p><p>For more information, visit the Department’s <a href="https://www.floridahealth.gov/individual-family-health/injury-prevention-wellness/mosquito-and-insect-borne-disease-prevention/" target="_self" rel="" title="https://www.floridahealth.gov/individual-family-health/injury-prevention-wellness/mosquito-and-insect-borne-disease-prevention/">mosquito prevention webpage</a> or view the weekly <a href="https://www.floridahealth.gov/statistics-data/population-surveillance/arbovirus-surveillance/" target="_self" rel="" title="https://www.floridahealth.gov/statistics-data/population-surveillance/arbovirus-surveillance/">mosquito-borne illness surveillance reports</a>. </p><p>Anyone experiencing symptoms should call the Florida Department of Health in Miami-Dade County at 305-324-2400.</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[Autoridades de salud instan a tomar precauciones contra los mosquitos tras confirmar caso de dengue en el condado Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/01/autoridades-de-salud-instan-a-tomar-precauciones-contra-los-mosquitos-tras-confirmar-caso-de-dengue-en-el-condado-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/01/autoridades-de-salud-instan-a-tomar-precauciones-contra-los-mosquitos-tras-confirmar-caso-de-dengue-en-el-condado-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El Departamento de Salud de Florida en el condado Miami-Dade notificó el viernes a residentes y visitantes sobre un caso de dengue adquirido localmente que fue confirmado recientemente.]]></description><pubDate>Sat, 01 Aug 2026 14:09:20 +0000</pubDate><content:encoded><![CDATA[<p>El Departamento de Salud de Florida en el condado Miami-Dade notificó el viernes a residentes y visitantes sobre un caso de dengue adquirido localmente que fue confirmado recientemente.</p><p>Las autoridades de salud informaron que la agencia y el Departamento de Control de Mosquitos de Miami-Dade están coordinando los esfuerzos de vigilancia, prevención y control.</p><p>El dengue es una enfermedad transmitida por mosquitos que puede causar síntomas similares a los de la gripe, incluidos dolor intenso en músculos y articulaciones, fiebre y, en algunos casos, sarpullido. Los síntomas respiratorios son poco comunes.</p><p>Los expertos en salud indican que los síntomas generalmente se desarrollan dentro de los 14 días posteriores a la picadura de un mosquito Aedes aegypti infectado. El dengue no se transmite de persona a persona.</p><p>La agencia insta a los residentes a protegerse de las picaduras de mosquitos tomando precauciones básicas.</p><p>Las autoridades informaron que la agencia continúa con la vigilancia estatal de enfermedades transmitidas por mosquitos, incluido el virus del Nilo Occidental, la encefalitis equina del este, la encefalitis de San Luis, la malaria, el chikunguña y el dengue. También se recomienda a los residentes de Florida reportar aves muertas a la Comisión de Conservación de Pesca y Vida Silvestre de Florida.</p><p>Para obtener más información, visite la <a href="https://www.floridahealth.gov/individual-family-health/injury-prevention-wellness/mosquito-and-insect-borne-disease-prevention/" target="_blank" rel="noreferrer" title="https://www.floridahealth.gov/individual-family-health/injury-prevention-wellness/mosquito-and-insect-borne-disease-prevention/">página web del Departamento sobre prevención de mosquitos </a>o <a href="https://www.floridahealth.gov/statistics-data/population-surveillance/arbovirus-surveillance/" target="_blank" rel="noreferrer" title="https://www.floridahealth.gov/statistics-data/population-surveillance/arbovirus-surveillance/">consulte los informes semanales de vigilancia de enfermedades transmitidas por mosquitos</a>.</p><p>Cualquier persona que presente síntomas debe llamar al Departamento de Salud de Florida en el condado Miami-Dade al 305-324-2400.</p>]]></content:encoded></item><item><title><![CDATA[Heat advisory issued for Miami-Dade, Broward as heat index tops 105 degrees]]></title><link>https://www.local10.com/weather/2026/08/01/heat-advisory-issued-for-miami-dade-broward-as-heat-index-tops-105-degrees/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/01/heat-advisory-issued-for-miami-dade-broward-as-heat-index-tops-105-degrees/</guid><dc:creator><![CDATA[Jennifer Collins, Ryan Mackey]]></dc:creator><description><![CDATA[A heat advisory is in effect on Saturday for Miami-Dade and Broward counties as dangerous heat and humidity return to South Florida to start August.]]></description><pubDate>Sat, 01 Aug 2026 10:57:43 +0000</pubDate><content:encoded><![CDATA[<p>A heat advisory is in effect on Saturday for Miami-Dade and Broward counties as dangerous heat and humidity return to South Florida to start August.</p><p><a href="https://www.local10.com/espanol/2026/08/01/emiten-aviso-de-calor-para-miami-dade-y-broward-mientras-el-indice-de-calor-supera-los-105-grados/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/01/emiten-aviso-de-calor-para-miami-dade-y-broward-mientras-el-indice-de-calor-supera-los-105-grados/">Leer en español</a></p><p>Heat index values are expected to climb above 105 degrees this afternoon, creating hazardous conditions before scattered showers and thunderstorms develop later in the day, according to the <a href="https://www.weather.gov/mfl/heat" target="_self" rel="" title="https://www.weather.gov/mfl/heat">National Weather Service</a>. </p><p>Local 10 meteorologist Jennifer Collins said temperatures were already in the low 80s early Saturday morning, with readings of 82 degrees in Miami and 81 in Fort Lauderdale by 6 a.m. She says the highest heat index values will occur during the early afternoon before storms begin developing around 3 p.m.</p><p>Collins said South Florida has recorded 51 consecutive days with temperatures at or above 90 degrees, approaching the record of 54 straight days set in 2023.</p><p>With a primarily west wind, storms are expected to form inland across Miami-Dade and Broward counties before moving toward the east coast. Some storms could produce heavy rainfall.</p><p><a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/">Click here</a> to receive the latest updates from Local 10’s Weather Authority team. </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[Emiten aviso de calor para Miami-Dade y Broward mientras el índice de calor supera los 105 grados]]></title><link>https://www.local10.com/espanol/2026/08/01/emiten-aviso-de-calor-para-miami-dade-y-broward-mientras-el-indice-de-calor-supera-los-105-grados/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/01/emiten-aviso-de-calor-para-miami-dade-y-broward-mientras-el-indice-de-calor-supera-los-105-grados/</guid><dc:creator><![CDATA[Jennifer Collins, Ryan Mackey]]></dc:creator><description><![CDATA[Un aviso de calor está en vigor este sábado para los condados Miami-Dade y Broward, mientras el calor y la humedad peligrosos regresan al sur de Florida para comenzar agosto.]]></description><pubDate>Sat, 01 Aug 2026 14:05:08 +0000</pubDate><content:encoded><![CDATA[<p>Un aviso de calor está en vigor este sábado para los condados Miami-Dade y Broward, mientras el calor y la humedad peligrosos regresan al sur de Florida para comenzar agosto.</p><p>Se espera que los valores del índice de calor superen los 105 grados esta tarde, lo que generará condiciones peligrosas antes de que se desarrollen lluvias y tormentas eléctricas dispersas más tarde en el día, según el <a href="https://www.weather.gov/mfl/heat" target="_blank" rel="noreferrer" title="https://www.weather.gov/mfl/heat">Servicio Nacional de Meteorología</a>.</p><p>La meteoróloga de Local 10, Jennifer Collins, dijo que las temperaturas ya se encontraban en los bajos 80 grados durante las primeras horas de la mañana del sábado, con registros de 82 grados en Miami y 81 en Fort Lauderdale a las 6 a.m. Señaló que los valores más altos del índice de calor se registrarán durante las primeras horas de la tarde, antes de que comiencen a desarrollarse tormentas alrededor de las 3 p.m.</p><p>Collins indicó que el sur de Florida ha registrado 51 días consecutivos con temperaturas de 90 grados o más, acercándose al récord de 54 días consecutivos establecido en 2023.</p><p>Con vientos predominantes del oeste, se espera que las tormentas se formen tierra adentro en los condados Miami-Dade y Broward antes de desplazarse hacia la costa este. Algunas tormentas podrían producir lluvias intensas.</p><p>Haga clic aquí para recibir las últimas actualizaciones del equipo de la Autoridad del Tiempo de Local 10.</p>]]></content:encoded></item><item><title><![CDATA[Arrestan a hombre de Texas en Miami Beach tras encontrar a menor bajo su cuidado con autismo corriendo entre el tráfico]]></title><link>https://www.local10.com/espanol/2026/07/31/arrestan-a-hombre-de-texas-en-miami-beach-tras-encontrar-a-menor-bajo-su-cuidado-con-autismo-corriendo-entre-el-trafico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/arrestan-a-hombre-de-texas-en-miami-beach-tras-encontrar-a-menor-bajo-su-cuidado-con-autismo-corriendo-entre-el-trafico/</guid><dc:creator><![CDATA[Amanda Batchelor, Rosh Lowe]]></dc:creator><description><![CDATA[Un hombre de Texas fue arrestado el jueves en Miami Beach después de que la Policía informó que su hijo de crianza de 12 años, quien tiene autismo, fue encontrado corriendo entre el tráfico vestido únicamente con una camiseta blanca y ropa interior, mientras el hermano menor del niño permanecía sin supervisión en una habitación de hotel.]]></description><pubDate>Fri, 31 Jul 2026 22:25:09 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Texas fue arrestado el jueves en Miami Beach después de que la Policía informó que su hijo de crianza de 12 años, quien tiene autismo, fue encontrado corriendo entre el tráfico vestido únicamente con una camiseta blanca y ropa interior, mientras el hermano menor del niño permanecía sin supervisión en una habitación de hotel.</p><p>Según un informe de arresto del Departamento de Policía de Miami Beach, Francisco Javier Lara, de 55 años, quien es maestro de Austin, Texas, fue arrestado por dos cargos de negligencia infantil sin causar lesiones corporales graves.</p><figure><img src="https://www.local10.com/resizer/v2/YSMDQZ3JAFAAHBI6DABQSAGC24.jpg?auth=d880e22f8c5a830e8f82d2b8d6e074424c9e90bd8fff48f527dc95433b57f826&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La Policía informó que los agentes respondieron a reportes sobre un menor que corría entre el tráfico cerca de 33rd Street y Pinetree Drive alrededor de las 12:15 p.m.</p><p>Las autoridades informaron que los agentes localizaron al preadolescente corriendo hacia el sur antes de que ingresara a una vivienda en la cuadra 3000 de Pinetree Drive, donde pudieron ponerlo a salvo.</p><p>Los investigadores indicaron que el menor no pudo proporcionar mucha información, pero logró dar a los agentes un número de teléfono perteneciente a su padre de crianza. Posteriormente, el niño fue trasladado al Departamento de Policía de Miami Beach mientras los agentes trabajaban para localizar a su cuidador.</p><p>Utilizando bases de datos policiales e información de ubicación del teléfono celular, los detectives rastrearon el número hasta Lara y determinaron que se hospedaba en el hotel Catalina, en Collins Avenue, indica el informe de arresto.</p><p>Según el informe, cuando los detectives tocaron la puerta de la habitación del hotel, Lara finalmente respondió y aparentemente no sabía que uno de los menores estaba desaparecido hasta que los detectives le preguntaron por el paradero de su hijo de crianza.</p><p>“Con compasión y paciencia, pudimos obtener su nombre y un número de teléfono que permitió a nuestros detectives localizar dónde se encontraba su padre”, dijo el agente Christopher Bess, del Departamento de Policía de Miami Beach, a Rosh Lowe, de Local 10.</p><p>El informe indica que los agentes detectaron un fuerte olor a alcohol en el aliento de Lara. Cuando le preguntaron qué hora era, supuestamente respondió a los detectives que creía que eran alrededor de las 7 a.m., aunque en realidad eran aproximadamente las 2 p.m.</p><p>Dentro de la habitación del hotel, los detectives también encontraron al hermano de crianza del menor, de 10 años, quien no es verbal y también tiene autismo, informaron las autoridades.</p><p>El niño fue trasladado a la estación de Policía junto con su hermano, donde defensores de víctimas proporcionaron comida y zapatos a ambos menores, señala el informe.</p><p>Según las autoridades, durante una entrevista posterior a la lectura de sus derechos Miranda, Lara dijo a los detectives que había viajado desde Texas a Miami Beach con sus dos hijos de crianza para pasar unas vacaciones y que planeaba regresar con ellos el viernes.</p><p>La Policía informó que Lara aseguró que acostó a los menores alrededor de las 9 p.m. del miércoles antes de salir de la habitación del hotel cerca de la medianoche para comer en un restaurante mexicano cercano y consumir varias bebidas alcohólicas. Dijo a los detectives que tomó entre cuatro y cinco bebidas en el restaurante antes de ir a otro bar, donde consumió dos bebidas alcohólicas adicionales, indica el informe.</p><p>Según el informe, Lara dijo a los investigadores que regresó al hotel alrededor de las 4 a.m., encontró a ambos menores dormidos y luego “se desmayó”, sin recordar nada más hasta que la Policía tocó la puerta de la habitación más tarde ese día.</p><p>Sin embargo, los detectives indicaron que las cámaras de vigilancia del hotel mostraron a Lara regresando al hotel a las 5:10 a.m., saliendo nuevamente a las 9:03 a.m. y regresando otra vez a las 10:29 a.m. La Policía informó que Lara dijo a los investigadores que no recordaba haber salido nuevamente de la habitación y admitió que fue su culpa por haber bebido demasiado y perder el conocimiento.</p><p>Según el informe, las imágenes de vigilancia captaron al niño mayor saliendo solo del hotel mientras Lara estaba fuera, antes de correr hacia el norte por Collins Avenue.</p><p>Una revisión de los registros laborales confirmó que Lara trabajó el año pasado como maestro de escuela primaria para las Escuelas Públicas del Condado Miami-Dade. Actualmente vive en Texas y estaba de visita en Miami Beach por vacaciones, informaron las autoridades.</p><p>La Policía confirmó que ambos menores quedaron bajo la custodia del Departamento de Niños y Familias de Florida mientras Lara fue detenido.</p><p>Hasta la tarde del viernes, Lara permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $2,000 USD.</p>]]></content:encoded></item><item><title><![CDATA[Acusan a cartero del USPS de robar un boleto ganador de la Lotería de Florida enviado por correo y cobrar el premio]]></title><link>https://www.local10.com/espanol/2026/07/31/acusan-a-cartero-del-usps-de-robar-un-boleto-ganador-de-la-loteria-de-florida-enviado-por-correo-y-cobrar-el-premio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/acusan-a-cartero-del-usps-de-robar-un-boleto-ganador-de-la-loteria-de-florida-enviado-por-correo-y-cobrar-el-premio/</guid><dc:creator><![CDATA[Ryan Mackey, Terrell Forney]]></dc:creator><description><![CDATA[Una empleada del Servicio Postal de Estados Unidos (USPS) enfrenta múltiples cargos graves después de que los investigadores informaran que robó del correo un boleto ganador de la Lotería de Florida y cobró fraudulentamente un premio de $2,600 USD.]]></description><pubDate>Fri, 31 Jul 2026 16:30:44 +0000</pubDate><content:encoded><![CDATA[<p>Una empleada del Servicio Postal de Estados Unidos (USPS) del condado Broward enfrenta múltiples cargos graves después de que los investigadores informaran que robó del correo un boleto ganador de la Lotería de Florida y cobró fraudulentamente un premio de $2,600 USD.</p><p>Según la Lotería de Florida, el caso surgió de una investigación conjunta entre la División de Seguridad de la agencia y la Oficina del Inspector General del Servicio Postal de Estados Unidos.</p><p>Los investigadores informaron que la investigación comenzó después de que una jugadora de la Lotería de Florida reportó que un boleto ganador de Pick 4 que había enviado por correo a través del Servicio Postal de Estados Unidos nunca llegó a su destino.</p><p>Según el informe de arresto, el boleto ganador fue comprado en una tienda Publix de Tampa y tenía un valor de $2,600 USD. Debido a que el premio superaba el límite máximo de $599 USD que puede cobrarse en un establecimiento autorizado de la lotería, el sistema indicó que el boleto debía ser devuelto a la jugadora, informaron los investigadores.</p><p>Indicaron que la ganadora posteriormente envió el boleto por correo a un familiar en Fort Lauderdale para ayudar a cubrir los gastos funerarios de otra persona, pero el boleto nunca fue entregado.</p><p>Un inspector de la Lotería de Florida determinó que el boleto fue cobrado el 19 de junio en la oficina del Distrito de Miami de la Lotería de Florida por Lekaysha Kenya Lockhart, de 28 años. Posteriormente, los investigadores identificaron a Lockhart como una cartera del USPS asignada a la oficina postal de Oakland Park.</p><p>Según el informe de arresto, Lockhart, quien tiene direcciones registradas en Lauderhill y Hollywood, “no era conocida por la propietaria del boleto ni estaba autorizada o aprobada por ella” para cobrar el premio.</p><p>Las autoridades informaron que agentes especiales de la Lotería de Florida e investigadores de la Oficina del Inspector General del USPS realizaron una operación conjunta que condujo al arresto de Lockhart el 23 de julio. Indicaron que, tras su arresto, Lockhart admitió haber robado el boleto ganador y haberlo cobrado en la oficina del Distrito de Miami.</p><p>“Nuestros jugadores merecen la confianza de que cada premio de la Lotería está protegido mediante sólidas medidas de seguridad y una supervisión rigurosa”, dijo en un comunicado el secretario de la Lotería de Florida, Reginald D. Dixon. “Reconozco el extraordinario trabajo investigativo de nuestra División de Seguridad y agradezco a nuestros socios de la Oficina del Inspector General del Servicio Postal de Estados Unidos y de la Oficina del Sheriff de Broward por su colaboración para proteger la integridad de los juegos de la Lotería de Florida y lograr una resolución exitosa de este caso”.</p><p>Los registros de la cárcel muestran que Lockhart enfrenta un cargo de hurto mayor, uno por tráfico de propiedad robada, uno por presentar un reclamo falso de pago y dos cargos por uso ilegal de un dispositivo de comunicación bidireccional y robo de correspondencia.</p><p>Funcionarios de la Lotería de Florida informaron que, debido a que los delitos ocurrieron en múltiples circuitos judiciales, los casos serán procesados por separado.</p><p>Hasta la mañana del viernes, Lockhart no figuraba como reclusa en los registros de la cárcel del condado Broward.</p><p>Local 10 solicitó una declaración al Servicio Postal de Estados Unidos sobre su arresto.</p>]]></content:encoded></item><item><title><![CDATA[Acusan a dos personas de robar equipaje valorado en más de $27,000 USD en el Aeropuerto Internacional de Miami]]></title><link>https://www.local10.com/espanol/2026/07/31/acusan-a-dos-personas-de-robar-equipaje-valorado-en-mas-de-27000-usd-en-el-aeropuerto-internacional-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/acusan-a-dos-personas-de-robar-equipaje-valorado-en-mas-de-27000-usd-en-el-aeropuerto-internacional-de-miami/</guid><dc:creator><![CDATA[Ryan Mackey, Aaron Maybin]]></dc:creator><description><![CDATA[Dos hombres están acusados de robar equipaje valorado en más de $27,000 USD de las bandas de reclamo de equipaje del Aeropuerto Internacional de Miami, según un informe de arresto de la Oficina del Sheriff de Miami-Dade.]]></description><pubDate>Fri, 31 Jul 2026 17:36:10 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres fueron arrestados el jueves después de que presuntamente robaran equipaje valorado en más de $27,000 USD de las bandas de reclamo de equipaje del Aeropuerto Internacional de Miami a principios de este año, según un informe de arresto de la Oficina del Sheriff de Miami-Dade.</p><p>Los agentes identificaron a los sospechosos como David Williams, de 44 años, de Miami, y Alexander Oscar, de 46.</p><p>Según el informe, videos de vigilancia captaron a Williams y Oscar entrando al Aeropuerto Internacional de Miami por el área de llegadas en la acera en múltiples ocasiones y caminando hasta las bandas de reclamo de equipaje, donde ambos retiraban maletas antes de salir de la terminal y abordar “vehículos que los esperaban”.</p><p>Los investigadores informaron que los robos ocurrieron en abril e involucraron múltiples casos en el aeropuerto.</p><p>Indicaron que, en uno de los casos, Williams y Oscar presuntamente robaron equipaje valorado en $6,305 USD de la banda de reclamo 26.</p><p>En otro caso, ambos presuntamente sustrajeron equipaje valorado en aproximadamente $4,000 USD de esa misma banda, según los agentes.</p><p>El informe también señala que Williams fue captado en videos de vigilancia en varios incidentes adicionales, presuntamente retirando equipaje de las bandas de reclamo 22, 23 y 25 del aeropuerto.</p><p>Los investigadores informaron que el valor total de la propiedad robada en todos los casos asciende a $27,205 USD.</p><p>Los registros de la cárcel muestran que Williams enfrenta seis cargos de hurto mayor en tercer grado, mientras que Oscar enfrenta dos cargos por el mismo delito.</p><p>Los registros también muestran que Williams había sido arrestado anteriormente por un cargo de robo a mano armada con un arma mortal en un caso no relacionado.</p><p>Hasta la tarde del viernes, ambos permanecían detenidos en el Centro Correccional Turner Guilford Knight. La fianza de Williams fue fijada en $20,000 USD y la de Oscar en $7,500 USD.</p>]]></content:encoded></item><item><title><![CDATA[Debate: ¿Deben los estudiantes tener tareas durante el verano?]]></title><link>https://www.local10.com/espanol/2026/08/01/debate-deben-los-estudiantes-tener-tareas-durante-el-verano/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/01/debate-deben-los-estudiantes-tener-tareas-durante-el-verano/</guid><dc:creator><![CDATA[Yarden Ben-David , Ryan Mackey]]></dc:creator><description><![CDATA[Es el primer día de agosto, lo que significa que algunos estudiantes enfrentan una fecha límite cercana para terminar sus tareas de verano.]]></description><pubDate>Sat, 01 Aug 2026 13:55:14 +0000</pubDate><content:encoded><![CDATA[<p>Es el primer día de agosto, lo que significa que algunos estudiantes enfrentan una fecha límite cercana para terminar sus tareas de verano.</p><p>Es posible que los padres les recuerden a sus hijos que terminen el trabajo, pero algunos estudiantes consideran que deberían tener más voz sobre cómo pasan sus vacaciones de verano.</p><p>Incluso algunos maestros no son partidarios de esta práctica.</p><p>Algunos dicen que se debería permitir que los estudiantes disfruten de su tiempo libre.</p><p>Otros dijeron que disfrutaron las asignaciones de lectura durante el verano a lo largo de los años, siempre y cuando los estudiantes no regresen el primer día de clases para enfrentar un examen sorpresa o entregar de inmediato un ensayo.</p><p>¿Y usted qué opina? ¿Las tareas de verano son útiles o las vacaciones deberían estar libres de tareas?</p>]]></content:encoded></item><item><title><![CDATA[Up for Debate: Should students have summer homework?]]></title><link>https://www.local10.com/features/2026/08/01/up-for-debate-should-students-have-summer-homework/</link><guid isPermaLink="true">https://www.local10.com/features/2026/08/01/up-for-debate-should-students-have-summer-homework/</guid><dc:creator><![CDATA[Yarden Ben-David , Ryan Mackey]]></dc:creator><description><![CDATA[It’s the first day of August, which means some students are facing a looming deadline to finish their summer homework assignments.]]></description><pubDate>Sat, 01 Aug 2026 13:36:59 +0000</pubDate><content:encoded><![CDATA[<p>It’s the first day of August, which means some students are facing a looming deadline to finish their summer homework assignments.</p><p><a href="https://www.local10.com/espanol/2026/08/01/debate-deben-los-estudiantes-tener-tareas-durante-el-verano/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/01/debate-deben-los-estudiantes-tener-tareas-durante-el-verano/">Leer en español</a></p><p>Parents may be reminding their kids to get the work done, but some students feel they should have more of a say in how they spend their summer break. </p><p>Even some teachers aren’t fans of the practice.</p><p>Some say students should be allowed to enjoy their time off.</p><p>Others said they enjoyed summer reading assignments over the years, as long as students aren’t coming back on the first day of class facing a pop quiz or an essay due immediately.</p><p>So what do you think? Is summer homework helpful or should the break be homework-free?</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[Trump's threat to push ahead on settlement fund injects new uncertainty into attorney general talks]]></title><link>https://www.local10.com/news/2026/08/01/trumps-threat-to-push-ahead-on-settlement-fund-injects-new-uncertainty-into-attorney-general-talks/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/01/trumps-threat-to-push-ahead-on-settlement-fund-injects-new-uncertainty-into-attorney-general-talks/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Saturday threatened to push forward with a fund to compensate his allies if two Republican holdouts will not support his nominee for attorney general, injecting fresh uncertainty into a Senate confirmation vote planned for next week and underscoring once more his interest in securing payouts for supporters who feel unjustly persecuted.]]></description><pubDate>Sat, 01 Aug 2026 14:19:55 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Saturday threatened to push forward with a fund to compensate his allies if two Republican holdouts will not support his nominee for attorney general, injecting fresh uncertainty into a Senate confirmation vote planned for next week and underscoring once more his interest in securing payouts for supporters who feel unjustly persecuted.</p><p>Trump asserted in his Truth Social post that he would keep acting Attorney General Todd Blanche in his current role and press ahead on the “Anti-Weaponization Fund” if Sens. John Cornyn of Texas and Thom Tillis of North Carolina refuse to back the former federal prosecutor who was key member of Trump’s defense team when the Republican battled four indictments.</p><p>The administration needs their votes but both lawmakers have protested Blanche's selection because of a lawsuit settlement that created a $1.8 billion fund to compensate people who feel mistreated by the criminal justice system and provided Trump and family members with immunity from tax audits.</p><p>In a sign of apparent progress Friday, Trump pronounced the fund “dead.” As negotiations continued into the night, the chairman of the Senate Judiciary Committee, Sen. Chuck Grassley, rescheduled a committee vote for Blanche that had been postponed earlier in the week.</p><p>A spokesperson for the committee said Grassley, R-Iowa, would like to see Blanche confirmed before the August recess and that putting the Tuesday vote on the calendar “gives more time for the White House to secure the votes for the President’s nominee.”</p><p>But by Saturday morning, those plans were in jeopardy with a new announcement from Trump that appeared to put the fund back on the table — and dinged the two senators who are leaving Capitol Hill when their terms end in January.</p><p>“If Senators Cornyn and Tillis, both upset because I wouldn’t Endorse them (they lost, and quit, respectively!), aren’t going to approve Todd Blanche, one of the most respected professionals, according to everybody, in the Country, to be the United States Attorney General, then I will keep Todd as Acting A.G., and push hard” to restore the fund. The president insisted, as he previously has, that the fund “takes care of those who have been so badly treated” during the administrations of Democratic Presidents Barack Obama and Joe Biden.</p><p>Tillis, who is retiring, took note of the president's turnabout by saying in a post on X that despite Trump's comments Friday, he “clearly intends to resurrect the payout pot for punks either by inappropriately establishing another bogus fund or pushing Congress to vote for a bill that the majority of Republicans in the Senate would be against.”</p><p>He added: “It’s unfortunate that Todd Blanche, who I consider qualified for the job, will not be confirmed because of this reversal. Hopefully, we can resolve this by Tuesday."</p><p>Blanche had said at a hearing two months ago that the anti-weaponization fund would not move forward after Republican senators revolted and held up an immigration funding bill.</p><p>But Tillis and Cornyn, who lost reelection this year after Trump endorsed his primary opponent, said they want to ensure that the White House does not reverse course, especially as Trump continues to argue that a fund is needed.</p><p>The Department of Justice has provided the senators with language that says Blanche’s May 18 order establishing the “Anti-Weaponization Fund” is “rescinded and shall have no force or effect,” according to a document reviewed by The Associated Press.</p><p>Cornyn and Tillis have said they also want some clarifications on a separate piece of the settlement that would grant Trump and members of his family immunity from tax audits. Cornyn said this week that it was his understanding that the audits could extend to more than 100 different Trump organization subsidiaries into the future.</p><p>“Todd Blanche said it was limited to the parties to the litigation — and it was retrospective, not prospective,” Cornyn said. “And all we’re doing is asking them to put that in writing.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X45BAWRXKF33KNMF2ECT7KDDPQ.jpg?auth=a57ec4cb2dc62f339636bd1567b1b3e32d732e3eb8139cbecdd5d7b31ebf3a68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, left, and CIA Director John Ratcliffe speak as they depart following a cabinet meeting at Camp David, near Thurmont, Md., Friday, July 31, 2026. (Nathan Howard/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PXNVLER2WU3VMOX4IMOGPH77ZE.jpg?auth=3c984d611090723ede4dde528338499b24b8d178cc67413cec5119cdfb180aff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Acting Attorney General Todd Blanche is sworn in as he appears before the Senate Judiciary Committee on Capitol Hill in Washington, July 15, 2026. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NYVKJ2GSKVTIYFGRMCGXUX65LA.jpg?auth=afc1705d40794985015c7f5a0628763849703c632536285fb2628c0c7d5a7e9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Thom Tillis, R-N.C., arrives for a hearing of the Senate Finance Committee on Capitol Hill, Thursday, July 30, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3FNPJLGAJAJ7MOCSZXCC4E3KK4.jpg?auth=d57b1e63bda3386390c0797ce919f0f82f57b49b21dae7b6d7c9636f1e92d708&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. John Cornyn, R-Texas, arrives for a hearing of the Senate Finance Committee on Capitol Hill, Thursday, July 30, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[BSO faces trial over 2018 Parkland school shooting response]]></title><link>https://www.local10.com/news/local/2026/08/01/bso-to-face-trial-over-parkland-school-shooting-response/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/01/bso-to-face-trial-over-parkland-school-shooting-response/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Broward Sheriff’s Office is headed to trial over its response to the 2018 Parkland school shooting.]]></description><pubDate>Sat, 01 Aug 2026 12:57:32 +0000</pubDate><content:encoded><![CDATA[<p>The Broward Sheriff’s Office is headed to trial over its response to the <a href="https://www.local10.com/topic/Parkland_School_Shooting/" target="_self" rel="" title="https://www.local10.com/topic/Parkland_School_Shooting/">2018 Parkland school shooting</a>.</p><p><a href="https://www.local10.com/espanol/2026/08/01/bso-enfrenta-juicio-por-respuesta-a-balacera-escolar-de-parkland-de-2018/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/01/bso-enfrenta-juicio-por-respuesta-a-balacera-escolar-de-parkland-de-2018/">Leer en español</a></p><p>An appeals court recently ruled that the agency is not protected by immunity and can be sued over allegations of negligence during the massacre, which left 17 students and staff members dead and 17 others injured.</p><p>The lawsuit was filed by survivors and families of the victims.</p><p>Former school resource deputy <a href="https://www.local10.com/topic/Scot_Peterson/" target="_self" rel="" title="https://www.local10.com/topic/Scot_Peterson/">Scot Peterson</a> is among the defendants named in the case. Prosecutors said Peterson stayed outside the building during the shooting and failed to confront the gunman.</p><p>Peterson was acquitted of child neglect charges in 2023.</p><p>The trial is expected to begin early next 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[BSO enfrenta juicio por respuesta a balacera escolar de Parkland de 2018]]></title><link>https://www.local10.com/espanol/2026/08/01/bso-enfrenta-juicio-por-respuesta-a-balacera-escolar-de-parkland-de-2018/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/01/bso-enfrenta-juicio-por-respuesta-a-balacera-escolar-de-parkland-de-2018/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Oficina del Sheriff de Broward (BSO) se dirige a juicio por su respuesta a la balacera escolar de Parkland de 2018.]]></description><pubDate>Sat, 01 Aug 2026 13:42:05 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Sheriff de Broward (BSO) se dirige a juicio por su respuesta a la <a href="https://www.local10.com/topic/Parkland_School_Shooting/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Parkland_School_Shooting/">balacera escolar de Parkland de 2018</a>.</p><p>Un tribunal de apelaciones dictaminó recientemente que la agencia no está protegida por inmunidad y puede ser demandada por acusaciones de negligencia durante la masacre, que dejó 17 estudiantes y miembros del personal muertos y otros 17 heridos.</p><p>La demanda fue presentada por sobrevivientes y familiares de las víctimas.</p><p>El ex agente de recursos escolares <a href="https://www.local10.com/topic/Scot_Peterson/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Scot_Peterson/">Scot Peterson</a> figura entre los demandados en el caso. Los fiscales dijeron que Peterson permaneció fuera del edificio durante la balacera y no enfrentó al atacante.</p><p>Peterson fue absuelto de los cargos de negligencia infantil en 2023.</p><p>Se espera que el juicio comience a principios del próximo año.</p>]]></content:encoded></item><item><title><![CDATA[Detienen a hombre después de que una mujer fuera baleada en Wilton Manors, dice testigo]]></title><link>https://www.local10.com/espanol/2026/07/31/detienen-a-hombre-despues-de-que-una-mujer-fuera-baleada-en-wilton-manors-dice-testigo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/detienen-a-hombre-despues-de-que-una-mujer-fuera-baleada-en-wilton-manors-dice-testigo/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor, Bridgette Matter]]></dc:creator><description><![CDATA[Un hombre fue detenido la mañana de este viernes después de que una mujer fuera baleada en Wilton Manors, dijo un testigo a Local 10 News.]]></description><pubDate>Fri, 31 Jul 2026 14:34:32 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue detenido la mañana de este viernes después de que una mujer fuera baleada en Wilton Manors, dijo un testigo a Local 10 News.</p><p>La investigación se desarrolla en el centro comercial Palm Gardens, ubicado junto a North Andrews Avenue y Northeast 26th Drive.</p><p>Michaila Hightower, de Local 10, se encontraba en el lugar cuando un hombre fue detenido y colocado en la parte trasera de una patrulla.</p><p>En el suelo del centro comercial se podían observar lo que parecía ser sangre y prendas de vestir.</p><p>Dwayne Lewis, quien presenció la balacera, dijo a Hightower que una mujer había recibido un disparo en una pierna, aunque la Policía no confirmó de inmediato esa información.</p><p>“La víctima estaba justo a mi lado. Estaba perdiendo mucha sangre”, dijo.</p><p>Lewis contó que esperaba en una parada de autobús cercana cuando ocurrió la balacera.</p><p>“Desde el auto, probablemente escuché unos tres o cuatro disparos”, dijo.</p><p>Lewis señaló que parecía haber una pelea en el centro comercial antes de la balacera.</p><p>“Solo estaban discutiendo y escuché a una mujer decir: “Cariño, no; cariño, no”. Entonces él simplemente comenzó a disparar”, dijo Lewis. “Luego, las dos personas a las que les disparaba corrieron hacia una pequeña oficina, la oficina de impuestos. El tirador se dio la vuelta y regresó a su auto”.</p><p>Además del concreto manchado de sangre, también se observó un impacto de bala en la ventana del lado del conductor de un Honda Accord.</p><p>“Lo único que decía era: “Por favor, llamen a una ambulancia”. Estaba hablándole a una joven”, dijo Lewis.</p><p>A pesar de haber recibido un disparo en una pierna, Lewis dijo que la víctima permanecía tranquila y consciente.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FWRWO7A4ZNACJMSRXALJZR3GME.jpg?auth=f99282bcc9bb7b77f8d9f210a6e59d0bb4a204947b229b294aa1853ef896004d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Japan ends rescue operation at a mall that collapsed after a strong quake]]></title><link>https://www.local10.com/news/2026/08/01/japan-ends-rescue-operation-at-a-mall-that-collapsed-after-a-strong-quake/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/01/japan-ends-rescue-operation-at-a-mall-that-collapsed-after-a-strong-quake/</guid><dc:creator><![CDATA[By MARI YAMAGUCHI, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Authorities ended a massive dayslong search-and-rescue operation Saturday at a collapsed shopping mall in southwest Japan following a powerful earthquake that killed 34 people earlier this week.]]></description><pubDate>Sat, 01 Aug 2026 14:20:48 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Authorities ended a massive dayslong search-and-rescue operation Saturday at a collapsed shopping mall in southwest Japan following a powerful earthquake that killed 34 people earlier this week.</p><p>The magnitude 7.1 earthquake hit Kumamoto Prefecture on Japan’s southern main island of Kyushu on Tuesday. The Aeon Mall, in the town of Kashima, was one of the hardest-hit sites, after an explosion that followed the quake caused the walls and a floor to collapse.</p><p>The explosion, which the company said it believes was due to a gas leak, occurred after about 3,000 shoppers had been evacuated to a parking lot following the quake, but some employees remained inside. The mall’s second floor collapsed.</p><p>Rescuers extracted five people from under mall debris and retrieved the bodies of seven others over the past five days. On Saturday, officials said all the missing were accounted for and ended the operation at the mall.</p><p>The overall number of missing in the hit prefecture remains unknown, and search operations pressed on, with thousands of Self Defense troops, police, rescue workers and sniffing dogs deployed.</p><p>Prime Minister Sanae Takaichi, at a government task force meeting Saturday, urged rescue personnel not to leave anyone behind.</p><p>At another hard-hit site in Kumamoto Prefecture, a chimney collapsed at the Nippon Paper Industries factory in Yatsushiro city, trapping 11 employees. Nine have since been confirmed dead and two were rescued, officials said.</p><p>The earthquake has left 103 people injured in Kumamoto, authorities said, and two in addition to the reported deaths are being investigated to determine if they are quake-related.</p><p>The prefecture’s main challenge is the lack of fresh water affecting nearly 70,000 homes, and fuel shortages as Japan suffers sweltering heat, stoking fears of heat-related illness. Japan Meteorological Agency said temperatures reached an “extreme heat” level of 36.6 degrees Celsius (97.8 degrees Fahrenheit) in Kumamoto city Saturday.</p><p>More than 9,000 people remain at crowded shelters, such as converted community centers, school gyms and classrooms. Many others slept in cars parked at town hall parking lots and parks, or outside of their homes, for privacy.</p><p>Experts have long criticized Japan’s crowded conditions at emergency shelters, arguing that a lack of sanitation and privacy creates additional stress and increases the risk of health problems for disaster-hit people.</p><p>Water, food and other necessities, including portable toilets, as well as air conditioners and partitions, were being delivered to improve conditions at the evacuation centers, Takaichi said Saturday.</p><p>“The government is determined to do everything we can,” Takaichi said.</p><p>The prefecture said it has received more than 1,500 reports of power loss as of Saturday, but local power company serving Kyushu said it had no immediate reports of outages.</p><p>Over 180 homes were destroyed, officials said, and nearly 3,500 buildings were damaged — nearly double the number reported on Friday — with 20 of them severely affected, according to Kumamoto prefectural assessments.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J4W537HEAERMLYH7XUXLGXYPLM.jpg?auth=e9dec48f1d8578b22740d2039e0f74d9b0821e981d284687c5e2df53e4d481b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers inspect debris of the Kinparo inn, founded in 1910, for conservation of a possible rebuilding in Yatsushiro, southern Japan, Friday, July 31, 2026, three days after an earthquake hit the area. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WPNBG424ZZ25I5BZDKJJQL374Y.jpg?auth=c6bc8b9c97ebaf8528d5de472524bb194fd964bc3f0cf3124133ec1a3fe4a874&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents receive food supply following an earthquake in Hikawa, Kumamoto Prefecture, southern Japan, Thursday, July 30, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JVPXA7Z6AHL6AOXCBBZOSVD2OI.jpg?auth=5b1cfcff9d9a6a04f626f05360c1044c1638e521a1f82c5f3b46c1be8a1d4e7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hirokazu Sato, his wife and their three children live temporarily inside their car, center left, parked at the parking lot of the Hikawa Town Hall in Hikawa, southern Japan, Thursday, July 30, 2026, two days after an earthquake hit the area. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content></item><item><title><![CDATA[Democrats see an chance to flip a US House seat as abuse claims mount against Ohio Rep. Max Miller]]></title><link>https://www.local10.com/news/politics/2026/08/01/democrats-see-an-chance-to-flip-a-us-house-seat-as-abuse-claims-mount-against-ohio-rep-max-miller/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/01/democrats-see-an-chance-to-flip-a-us-house-seat-as-abuse-claims-mount-against-ohio-rep-max-miller/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH and MIKE CATALINI, Associated Press]]></dc:creator><description><![CDATA[COLUMBUS, Ohio (AP) — Faced with a narrow path to winning control of the U.S. House, Democrats are seeing fresh opportunity in a northeast Ohio congressional seat where the Republican incumbent is facing mounting pressure over domestic abuse allegations in a bitter and drawn-out dispute with his ex-wife.]]></description><pubDate>Sat, 01 Aug 2026 14:14:25 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBUS, Ohio (AP) — Faced with a narrow path to winning control of the U.S. House, Democrats are seeing fresh opportunity in a northeast Ohio congressional seat where the Republican incumbent is facing mounting pressure over domestic abuse allegations in a bitter and drawn-out dispute with his ex-wife.</p><p>Allegations against U.S. Rep. Max Miller, a White House adviser during President Donald Trump's first term, have been public for years but have recently drawn increased media scrutiny amid an escalating legal back-and-forth with his former spouse, who is the daughter of U.S. Sen. Bernie Moreno, R-Ohio. That has Democrats sensing Miller could be vulnerable in a district he won two years ago with just over 51% of the vote.</p><p>Over the past week, they have called for Miller to resign, requested a congressional ethics investigation and suggested more help could be directed in the fall toward his Democratic opponent, union ironworker Brian Poindexter. Miller has denied the abuse allegations and filed defamation lawsuits against his ex-wife and a second accuser.</p><p>The House Majority PAC, a super political action committee aimed at electing a Democratic majority, said it is monitoring the race's dynamics as part of its strategy to push deeper into GOP territory in this year's midterm elections.</p><p>“HMP is willing to do whatever it takes to take back the House, and nothing is off the table,” spokesperson CJ Warnke said.</p><p>Republicans stick by Miller</p><p>as Trump advisers keep tabs on the situation</p><p>Republicans have so far remained in Miller’s corner, saying he has delivered for his district and is electable in November.</p><p>At the same time, the difficulties that Miller faces have not escaped the attention of the president’s inner circle as they work to retain GOP control on Capitol Hill. Trump's closest advisers are actively monitoring the situation, according to a Republican with knowledge of White House discussions who requested anonymity to discuss the politically sensitive matter.</p><p>The deadline for replacing Miller on the ballot is Wednesday, though no Republican has publicly pushed to take that step. Republican Gov. Mike DeWine told Ohio's Capital Journal that the accusations were troubling and “very serious” but that Miller's fate should be up to voters.</p><p>The tension comes Republicans are defending their narrow majority in the U.S. House in the November races.</p><p>Terry Casey, a longtime Republican consultant in Ohio, said Miller remains in a strong position to win the Republican-leaning district, which stretches south from Cleveland and was won decisively by Trump two years ago.</p><p>That is unless Poindexter, who has been endorsed by U.S. Sen. Bernie Sanders, a Vermont independent, can attract money significant enough to step up his advertising in the 7th Congressional District's multiple media markets.</p><p>“Unless serious people are willing to put in serious money, I’d say beginning around $2 million, it’s all nothing but lip exercises,” Casey said.</p><p>The National Republican Congressional Committee declined to discuss whether it would match any influx of Democratic cash. Miller has significantly outraised Poindexter, although the Democrat's campaign said it has seen a surge in social media followers in recent weeks.</p><p>Democrats call for and ethics investigation and some say Miller should resign</p><p>At issue in the couple's long-running dispute are claims leveled by Miller’s ex-wife, Emily Moreno, that he scalded, hit and threatened her while they were married. Miller has denied the allegations.</p><p>A recent article in the magazine Mother Jones revealed a new point of contention in their legal battle: a broken collarbone on their 2-year-old daughter that led Moreno to contact authorities. The pair, who were married in 2022 and finalized their divorce last year, presented different theories about how the injury occurred, according to court filings and police reports reviewed by the magazine.</p><p>Earlier this week, U.S. Rep. Shontel Brown, a Cleveland Democrat, said it “would be wise” for Miller to resign. The House Democratic Women’s Caucus called for an ethics investigation.</p><p>“The recent reports of domestic violence and child abuse against Representative Max Miller are deeply disturbing and Congress can’t ignore them," Democratic Reps. Teresa Leger Fernández of New Mexico, Emilia Sykes of Ohio and Hillary Scholten of Michigan wrote in their letter. "Allegations of violence against women and children have to be met with the utmost seriousness.”</p><p>Bernie Moreno declined to comment about the allegations raised by his daughter or Miller's response to those, but his spokeswoman issued a statement saying the senator was focused on his family.</p><p>“Senator Moreno’s top priority is the safety and well-being of his daughter and granddaughter," said the spokeswoman, Reagan McCarthy. "While he will not litigate these matters in the media or respond to baseless public attacks, he will do whatever it takes to ensure a just outcome for his family.”</p><p>Miller's controversies escalated in July and he is facing a lawsuit by an ex-girlfriend</p><p>Miller has denied all allegations of abuse. He did not respond to inquiries left with his campaign, his Washington office or on his personal cellphone.</p><p>Last spring, his spokesperson provided documentation to The Associated Press that showed several allegations that he had abused his daughter had been investigated by the Cuyahoga County Division of Children and Family Services and were deemed unsubstantiated. He has sued Emily Moreno for defamation.</p><p>The couple's dispute escalated this week.</p><p>On Thursday, lawyers for Emily Moreno asked a judge for a temporary restraining order barring Miller from contact with her attorney, Andrew Zashin. The filing alleges that Miller shouted insults at Zashin and goaded him to “Come at me!” outside a court hearing last May, then physically grabbed Zashin during a different proceeding on Tuesday.</p><p>The court filing quotes Miller’s own lawyer as saying his client “just can’t control himself.” The attorney did not return a call seeking comment.</p><p>Earlier this month, Miller’s ex-girlfriend, former White House press secretary Stephanie Grisham, filed a lawsuit against him. She accused Miller of violating terms of a confidential settlement agreement they struck to resolve his 2021 lawsuit against her.</p><p>That lawsuit alleged Grisham defamed him in her book and in a Washington Post op-ed when she said a former White House staffer — later identified as Miller — had physically abused her while they were dating. While the book is vague on the specific allegations, Politico reported at the time that Grisham and Miller’s relationship ended “when he pushed her against a wall and slapped her in the face in his Washington apartment after she accused him of cheating on her.”</p><p>Grisham alleged in the new lawsuit filed July 7 that Miller dragged her name into his dispute with Moreno and violated their agreement not to disparage each other.</p><p>A campaign distraction for Miller that could turn off some voters</p><p>For Poindexter, the Democratic candidate, the accusations against Miller provide a possible path to an upset in November if some conservative-leaning voters opt for him or enough Republican voters are turned off by the domestic abuse allegations and stay home.</p><p>“These are serious allegations and deserve the full attention of law enforcement," Poindexter said in a statement. "If all the allegations against Congressman Miller prove to be true, Max Miller should be in jail, not worried about retaining a seat in Congress.”</p><p>Jim Trakas, a former state lawmaker and GOP party chair in northeast Ohio, said Miller is not helped by the fresh developments so close to the election.</p><p>“It's a difficult year for any incumbent,” he said. “Now you have to spend time on this when you want to focus on the main event, which is the pocketbook issues.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BZJIPP27VAFLCP7676EZNGEEDQ.jpg?auth=0301945836eec6822625cafae99cdbe065c5422fec385ce1ad1b7cb8f81828b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep.-elect Max Miller, R-Ohio, arrives for new member orientation check-in and program registration with Emily Moreno in Washington, Nov. 13, 2022. (AP Photo/Amanda Andrade-Rhoades, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Andrade-Rhoades</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6B7NNKOCTG2C56K3XLR7HQWZ2Y.jpg?auth=13f864aad22c076434d840673947af30a0c42d78e5f81a9bbb7ac8cd28c1a095&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Max Miller, R-Ohio, walks out of a meeting with House Majority Leader Steve Scalise of La., on Capitol Hill, Oct. 11, 2023, in Washington. (AP Photo/Andrew Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Harnik</media:credit></media:content></item><item><title><![CDATA[Mom’s Pear Chocolate Cake]]></title><link>https://www.local10.com/soflo-taste/2026/08/01/moms-pear-chocolate-cake/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/08/01/moms-pear-chocolate-cake/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Chocolate Cake Remembered]]></description><pubDate>Sat, 01 Aug 2026 12:29:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Mom’s Pear Chocolate Cake</b></u></p><p><b>Chocolate cake recipe</b> (use your favorite recipe) </p><p>½ cup melted butter</p><p>½ cup brown sugar</p><p>1½ cups really good quality dark chocolate chips</p><p>2 large cans of good quality canned pears</p><p><b>For serving:</b></p><p>lightly sweetened whipped cream</p><p>Prepare your chocolate cake batter, stir 1 cup of the chocolate chips into the batter. And set aside.</p><p>Preheat the oven according to the instructions of the cake recipe. </p><p>Lightly grease a bundt pan with nonstick cooking spray. Drain the pears from the cans, reserving the juice. </p><p>Place pears into the bundt pan to size how big they should be to fit snugly in the bottom. Cut according to the size of your pan and set aside. </p><p>Meanwhile, melt the butter and pour into the bottom of the bundt pan. Sprinkle the brown sugar on top of the melted butter.</p><p>Pour about ¼ - ½ cup of pear juice over the sugar and place the pears back into the bottom of the pan, cut side up. Scatter a few chocolate chips around. Slowly pour the chocolate cake mixture into your cake pan above the pears. </p><p>Bake according to recipe instructions until a toothpick or cake tester inserted into the cake comes out clean. Remove the cake from the oven and cool completely on a wire rack. </p><p>When room temperature, place a large serving plate upside down over the bundt pan and carefully flip the cake over to unmold. If any pears remain in the bottom of the pan, just tuck them back into the top of the cake. </p><p>Serve with lightly sweetened whipped cream. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DXVG4M5E5VARBMYPR5EIEOTNIQ.jpeg?auth=9de3dd1cf5861a9dc9077f279974e7b07432d83f4425b74ec900b408a65a1fcf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Potato Gnocchi with Basil Cream Sauce]]></title><link>https://www.local10.com/soflo-taste/2026/08/01/potato-gnocchi-with-basil-cream-sauce/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/08/01/potato-gnocchi-with-basil-cream-sauce/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Alternative Pasta]]></description><pubDate>Sat, 01 Aug 2026 12:26:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Potato Gnocchi with Basil Cream Sauce</b></u></p><p>1 pound of gnocchi (can be purchased or use your favorite recipe) </p><p>1 tablespoon butter</p><p>1 teaspoon minced garlic</p><p>1 cup heavy cream </p><p>½ cup chicken stock or broth </p><p>zest of 1 lemon</p><p>Juice of ¼ lemon, freshly squeezed</p><p>8 basil leaves, torn in half </p><p>¾ cup grated Parmigiano Reggiano cheese</p><p>kosher salt and freshly ground black pepper, to taste</p><p>Melt the butter in a large, wide, heavy-bottomed saucepan over medium heat. Add the garlic and cook, stirring occasionally, until softened but not browned, about 3 minutes. Stir in the cream and stock, bring to a boil, and cook until reduced by half, about 8 minutes. Stir in the lemon zest and juice.</p><p>Meanwhile, bring a large pot of salted water to a boil. Add a few gnocchi at a time, and cook until they float, about 5 minutes. Use a slotted spoon to transfer them to the sauce and warm through.</p><p>Add the basil and cheese to the pan, season with salt and pepper, and toss well to combine all the ingredients. Serve immediately.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C2HMB7IKPQSUPT537O2RUKW734.jpg?auth=d22c65f79c40fb95c6134137d70531ba3e8c69e6751fe8a0ec1c923661c88d7d&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 David Cifaldi shows Cifaldi while he was being treated Monday, July 20, 2026, at St. Vincent Regional Hospital in Billings, Mont. (Jessee Ross via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jesse Ross</media:credit></media:content></item><item><title><![CDATA[Chicken Thighs with Pizza Spices]]></title><link>https://www.local10.com/soflo-taste/2026/08/01/chicken-thighs-with-pizza-spices/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/08/01/chicken-thighs-with-pizza-spices/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Chicken Goes Italian]]></description><pubDate>Sat, 01 Aug 2026 12:23:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Chicken Thighs with Pizza Spices</b></u></p><p>8 bone-in, skin-on chicken thighs</p><p>1 cup all-purpose flour</p><p>kosher salt and freshly ground black pepper, to taste</p><p>2 tablespoons olive oil</p><p>1½ cups yellow onion, minced</p><p>1 cup red bell pepper, seeded, minced</p><p>½ cup dry white wine</p><p>1 cup of your favorite tomato sauce</p><p>2 tablespoons minced garlic</p><p>1 teaspoon crushed red pepper flakes</p><p>¼ cup chopped Italian parsley leaves</p><p>1 teaspoons dried oregano</p><p>8 whole pepperoncini from a jar, drained of brine</p><p>½ cup water or chicken broth, if needed</p><p>Preheat the oven to 350°F.</p><p>Season the chicken thighs with salt and pepper and dredge them in the flour, shaking off any excess flour. &nbsp;Heat a wide, deep, heavy-bottomed braising pan or skillet over medium low heat and add the olive oil. &nbsp;Add the thighs to the pan, skin-side down, and cook until rendered, golden and crispy, about 10-15 minutes. &nbsp;Turn the thighs over and cook until for just a couple of minutes, then transfer the thighs to a large plate and set aside. </p><p>Pour out all but 2 tablespoons of fat from the skillet. &nbsp;Add the onions, peppers and garlic and cook, stirring, until softened but not browned 3 to 4 minutes. &nbsp;Add the wine and cook until the liquid has been reduced by half, about 2 minutes.&nbsp; Add the tomato sauce and cook for 3 to 4 minutes. Add the pepper flakes, parsley, and oregano, and cook, stirring, for 5 minutes. </p><p>Return the chicken to the pan, skin-side up, and spoon the sauce over it. Add the pepperoncini, and season with salt and black pepper. &nbsp;Cover the pan, transfer it to the oven and cook until the chicken is cooked through, 35 to 40 minutes, check the chicken thighs halfway through cooking, if the liquid is not at least ½ way up the thighs, add about ½ cup of water or chicken stock to the pan. &nbsp;Serve over the potato gnocchi with basil cream sauce. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X75UOX32U5HJRDKLAY6Y2PQIZM.jpeg?auth=7ea7500537e5f20269c0a165817fd5771f78e7cfe70af588a466985b42f75802&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fishing closures are becoming routine as record heat warms rivers in the US West]]></title><link>https://www.local10.com/news/national/2026/08/01/fishing-closures-are-becoming-routine-as-record-heat-warms-rivers-in-the-us-west/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/01/fishing-closures-are-becoming-routine-as-record-heat-warms-rivers-in-the-us-west/</guid><dc:creator><![CDATA[By MATTHEW BROWN and DORANY PINEDA, Associated Press]]></dc:creator><description><![CDATA[LIVINGSTON, Mont. (AP) — Trout need cool water to survive, but record heat this summer has driven water temperatures to lethal levels for fish.]]></description><pubDate>Sat, 01 Aug 2026 12:05:35 +0000</pubDate><content:encoded><![CDATA[<p>LIVINGSTON, Mont. (AP) — Trout need cool water to survive, but record heat this summer has driven water temperatures to lethal levels for fish.</p><p>Wildlife officials are banning fishing during certain hours on rivers and streams across the U.S. West, following an exceptionally dry winter and amid widespread drought. Lower water levels mean rivers can heat more rapidly.</p><p>The restrictions aim to reduce stress on species including highly-prized trout. Anglers travel from around the world to find the fish in Yellowstone National Park or Western Montana’s Blackfoot River, featured in the movie “A River Runs Through It.”</p><p>More record temperatures are forecast this weekend as a heat wave in the Southwest expands north into the Rocky Mountains and east across the High Plains.</p><p>On the Yellowstone River near Livingston, Montana, California resident Mike Wever waded into the swiftly-moving water Friday with a fly fishing rod in one hand. He dipped his free hand into the water.</p><p>“Not very cold,” said Wever, 62.</p><p>He lacked the customary waders that keep fly fishers warm. Instead, he wore shorts. Stepping carefully across a rocky side channel, Wever said he was OK with the decision to close stretches of the Yellowstone to fishing after 2 p.m. daily.</p><p>“It's great for us to have this resource,” he said. “But we have to manage it.”</p><p>Many trout anglers let their catch swim free after netting it. But temperature-stressed rainbow or cutthroat trout can die if they're out of water even briefly for a commemorative photo, experts say.</p><p>Colorado has imposed restrictions this summer on 19 rivers totaling 635.5 miles (1023 kilometers), a situation state officials say is unprecedented.</p><p>Yellowstone on Wednesday expanded afternoon fishing restrictions to the whole park.</p><p>Also Wednesday, wildlife officials in neighboring Montana broadened afternoon fishing restrictions to now cover 1,200 miles (1,931 kilometers) of rivers.</p><p>Closures “have become very common over the last decade plus, some might even say very routine from late June through early September,” said biologist Adam Strainer, administrator of the fisheries division at Montana Fish Wildlife and Parks.</p><p>That trend coincides with rising temperatures as human-caused climate change warms the planet and droughts become more frequent and severe. Yellowstone, for example, has restricted fishing due to high water temperatures during five of the past six years. That’s much more often than in the past, according to park officials.</p><p>The consequences aren’t just ecological; trout fishing is closely entwined with the economy in many Rocky Mountain communities.</p><p>Dan Gigone, who runs Sweetwater Fly Shop along the Yellowstone River in Montana, says many visitors are pushing trips to the fall to avoid low and warm summer water flows.</p><p>“People are realizing August is a crapshoot here in terms of whether you're going to be able to fish and how good the fishing will be,” Gigone said. “I’ve been here 22 years and this is the warmest stretch I remember.”</p><p>Warm water contains less oxygen, making it harder for fish to breathe. It also slows their growth.</p><p>Full reservoirs usually help buoy water levels during dry summers and low-water years, said Kirk Deeter with the conservation group Trout Unlimited. But many of those reservoirs are at near-record lows.</p><p>In Steamboat Springs where Deeter lives, drought and warm waters in the mid 70s (23 C) killed a massive number of fish on the Yampa River. “That’s a bad harbinger for the trout,” he said.</p><p>In 2016, wildlife officials closed 183 miles (295 kilometers) of the Yellowstone River to fishing, rafting and other activities to prevent a parasite suspected of killing tens of thousands of fish from spreading further in the low and warm water.</p><p>A study last year found “river heat waves" are increasingly happening in snow-dominated areas such as the northern U.S. and the Rockies, said Li Li, a professor in civil and environmental engineering at Pennsylvania State University and co-author of the study.</p><p>Climate change, she said, is changing the size and timing of the mountain snowpack, and that's contributing to river heat waves. The researchers also found more days when rivers were warm enough to stress cold-water species like bull trout.</p><p>Todd Tanner’s School of Trout in Bigfork, Montana, typically organizes fly-fishing classes from May to October in the northwest. But “the window for those trips seems to be growing narrower” as conditions get hotter, drier and more wildfire-prone, said Tanner, 65.</p><p>The school has shifted classes to avoid adverse conditions.</p><p>“I’ve been in Montana full time for the last 34 years,” he said. “This wasn’t something that we even thought about 30 years ago or 25 years ago.”</p><p>___</p><p>Pineda reported from Los Angeles.</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/VAENGZJAZPPYY36B7V6MNZJQRE.jpg?auth=1466816b567f5ae3b1af7eba41bff041e1fd8e58cfe86399f175ac942bdbbb47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A drift boat with people fly fishing floats down the Yellowstone River, Friday, July 31, 2026, near Livingston, Montana. (AP Photo/Matthew Brown)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Brown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LX226QNEIV7A2HJ6GCH53AS7DU.jpg?auth=e51d9bce4e2cd6d779d9d7e18e4c631a9d928375c635dc93cd7746729fe71aae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mike Wever is seen fishing on the Yellowstone River, Friday, July 31, 2026, near Livingston, Montana. (AP Photo/Matthew Brown)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Brown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WMYO2HZ7JPRLLCVNYK6ID73D4Y.jpg?auth=19341387c9e0fdb7d7a91530060502757c8e97ca26729f9b36ce60e80773c212&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fly fishing rod is seen on the back of a truck near the Yellowstone River, July 31, 2026, near Livingston, Montana. (AP Photo/Matthew Brown)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Brown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HFXJD6C6GX66ZOVHWSIYAVNHQM.jpg?auth=ae73fa3a7ed4526204b11b977a352e40b29624202a0840b0b95661c07b7a9e96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marek Senn fishes for trout while Jase Joslin rows their boat down the Yellowstone River, Friday, July 31, 2026, near Livingston, Montana.(AP Photo/Matthew Brown)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Brown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WSVMVMCVBYZQ7PEBWMETY75YRM.jpg?auth=b5614da14459edb895274fb08c7425648c969076e20d8227dba21786c2934312&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rich Ridgeway is seen tying a lure at Sweetwater Fly Shop, July 31, 2026, in Livingston, Montana. (AP Photo/Matthew Brown)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Brown</media:credit></media:content></item><item><title><![CDATA[Maryland Gov. Wes Moore says he's 'very concerned' Trump will interfere in the midterm elections]]></title><link>https://www.local10.com/news/politics/2026/08/01/maryland-gov-wes-moore-says-hes-very-concerned-trump-will-interfere-in-the-midterm-elections/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/01/maryland-gov-wes-moore-says-hes-very-concerned-trump-will-interfere-in-the-midterm-elections/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[OKLAHOMA CITY (AP) — Gov. Wes Moore of Maryland said he is “very concerned” that President Donald Trump will wield the power of the federal government to thwart the midterm elections this fall as the Republican tries to maintain his grip on power during the final two years of his administration.]]></description><pubDate>Sat, 01 Aug 2026 13:04:03 +0000</pubDate><content:encoded><![CDATA[<p>OKLAHOMA CITY (AP) — Gov. Wes Moore of Maryland said he is “very concerned” that President Donald Trump will wield the power of the federal government to thwart the midterm elections this fall as the Republican tries to maintain his grip on power during the final two years of his administration.</p><p>In an interview as he becomes chair of the National Governors Association, the potential 2028 Democratic presidential contender ticked through Trump's efforts to restrict voting by mail, obtain voter information from states and possibly deploy federal troops or agents to polling places. Moore said there was a role for the NGA, a bipartisan group, to ensure states are able to oversee elections as designed by the U.S. Constitution.</p><p>“I don't think that the president is trying to hide the ball on this,” Moore said. “It's not even am I concerned about what the president could do? I'm concerned about what he's already doing in broad daylight.”</p><p>Moore's national profile is expanding and so is speculation about the White House</p><p>The 47-year-old governor's national profile is rising as he assumes the top leadership post for the nation's governors on Saturday, a role once held by Bill Clinton when he was governor of Arkansas. Moore is the subject of frequent speculation that he will announce a presidential run, a prospect he rules out, saying he will not “get distracted” before the November elections.</p><p>His travel to early presidential testing grounds such as South Carolina and Nevada, though, suggests he may run. Moore is proving himself a savvy digital communicator and crafts an image as a newcomer to politics while voters demand change.</p><p>The centerpiece of his agenda as NGA chair — a national program to build communities and draw young people into the workforce through service-oriented work — could be a pillar of a future campaign.</p><p>“Service will save us as a society because I know service saved me,” he said, recalling his time in the Army.</p><p>The “Service United” campaign opens with $10 million in philanthropic support to build on similar work Moore has done in Maryland, including a $5 million expansion of an apprenticeship program in the state announced this week.</p><p>“It's an opportunity to help people with a career path,” said Bechara Choucair, the executive vice president and chief health officer at Kaiser Permanente, which is building a youth mental health corps with Service United.</p><p>Dame Louise Richardson, the president of the Andrew Carnegie Foundation, which is supporting the program, said she hopes to “see the day when you meet somebody, they don't just ask, ‘Where did you go to college?’ but they ask, ‘Where did you do your service year?’”</p><p>The contours of the initiative have drawn support from some Republicans, including Oklahoma Gov. Kevin Stitt, the outgoing NGA chair.</p><p>“One of the things I like is the apprenticeship model and getting kids out of the classroom and into more workforce learning,” Stitt said. “So I think that's brilliant.”</p><p>Divisions between parties run deep despite nods at bipartisanship</p><p>But that optimism masks the challenge facing Moore as he takes the helm of one of the few remaining political groups that bring top Republicans and Democrats together. For all the nods at bipartisanship, the divides between — and within — the parties run deep.</p><p>Even as he spoke warmly of Moore's program, Stitt warned against anything resembling a “big government program.”</p><p>Moore, meanwhile, spoke of public frustration with the government’s response to dramatic changes in the workforce, driven by advances in artificial intelligence that could erode entry-level work that has long helped young people start their careers. He said the White House has complicated the dynamic.</p><p>“We want to say that if a person goes on to a four-year college or chooses not to go to a four-year college, they still need to have pathways to long-term wages and wealth," Moore said. “What we have seen from the federal government thus far has just been simply executive orders that have told the states to stay out of it.”</p><p>Moore and Trump have sparred frequently and there's potential for more</p><p>Moore has a challenging relationship with Trump, who sought to bar him and Gov. Jared Polis, D-Colo., from a White House meeting organized by the NGA earlier this year. The president relented after Stitt intervened, though there is little to suggest that the relationship has recovered, raising the potential of another confrontation at the next NGA meeting, traditionally held February in Washington.</p><p>When asked about Trump, Moore noted his enjoyment at working with governors from both parties before saying “the president of the United States seems to consistently take an ideological view when it comes to securing the future of this country."</p><p>The White House did not comment on Moore's characterization.</p><p>But Moore also is contending with divides among his fellow Democrats.</p><p>At home in Maryland, where he is seeking reelection this fall, he has at times struggled to win over Democrats in the legislature, which reconvenes next week to consider a constitutional amendment on redistricting after an earlier effort he backed fell short.</p><p>Moore says party bosses should not rule</p><p>The Democratic National Committee is in turmoil. A string of democratic socialists has won primaries  from New York City to Denver, prompting debate over whether the party is moving too far to the left and threatening its potential victories in the fall. Upcoming elections in Michigan and Wisconsin will further tug at the divide.</p><p>Moore did not take a firm stance with either of his party's ideological wings. He batted away questions about democratic socialists potentially imperiling Democratic wins, insisting it was up to voters to decide who their nominees would be.</p><p>“Party bosses shouldn't be determining who members of the party are,” he said, without specifying whether he was referring to Senate Democratic leader Chuck Schumer of New York as one of them. “The people should be the ones to have a final say on that.”</p><p>At the same time, Moore made clear that he did not support some of the left flank's positions.</p><p>“I know where I am on issues,” he said. “I don't believe in abolishing the police. I don't believe in abolishing prisons. I don't believe in open borders.”</p><p>Democrats sound alarm about Trump role in midterms</p><p>But perhaps the biggest test for Moore will be navigating the management of this year's elections without denting the bipartisan tone that typically defines the NGA. He will be in the middle of Republicans who are calling for tougher rules, particularly around voter identification and deadlines for mail ballots, and fellow Democrats who warn of voter suppression.</p><p>Democratic Gov. Josh Stein of North Carolina, who leads one of the most politically competitive states that includes a marquee Senate race this fall, echoed Moore's concerns about federal interference.</p><p>“I don’t think you can be a clear-thinking person and not be concerned because all the signals are very worrisome,” he said in an interview. “But that said, I have confidence that if the voters come out in droves and vote the way that they want to vote, that the government will represent their wishes.”</p><p>White House spokeswoman Abigail Jackson said that "if Democrats really cared about securing our elections, they would pass the SAVE America Act,” referring to a strict proof-of-citizenship voting bill that is stalled in the Senate.</p><p>Stitt expressed confidence that states would hold elections without federal intervention while noting his support for the voting bill. But he also rejected federal intervention and said: "States should control their own elections.”</p><p>Moore said he used to associate states’ rights arguments with segregationists like Bull Connor, the infamous public safety commissioner in Birmingham, Alabama, who turned fire hoses and dogs on peaceful protesters during the Civil Rights era.</p><p>Now, Moore said, the Trump era has reshaped his views and reinforced “the importance of having actually strong governors.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EQ2QJVYMM7ZMEHWHFIAQTEHNDQ.jpg?auth=f16b186abdb37c38dfe595cf1bbe976a2d390f3797cfbf549e484b0f2abea3a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Wes Moore, governor of Maryland, speaks during the National Action Network (NAN) Convention in New York, April 9, 2026. (AP Photo/Angelina Katsanis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YNXBH5RTYKFZKALYJOQ3HZI47M.jpg?auth=26d0f89b23b7b404eb0496d89e13971d05793d763093d734670b02bb441abc92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maryland Gov. Wes Moore campaigns for Georgia Sen. Jon Ossoff, D-Ga., and Democratic gubernatorial nominee Keisha Lance Bottoms, Tuesday, July 14, 2026, in Atlanta. (AP Photo/Bill Barrow)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Barrow</media:credit></media:content></item><item><title><![CDATA[Pair accused of stealing more than $27K worth of luggage at MIA]]></title><link>https://www.local10.com/news/local/2026/07/31/pair-accused-of-stealing-more-than-27k-worth-of-luggage-at-mia/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/pair-accused-of-stealing-more-than-27k-worth-of-luggage-at-mia/</guid><dc:creator><![CDATA[Ryan Mackey, Aaron Maybin]]></dc:creator><description><![CDATA[Two men are accused of stealing more than $27,000 worth of luggage from baggage carousels at Miami International Airport, according to an arrest report from the Miami-Dade Sheriff’s Office.]]></description><pubDate>Fri, 31 Jul 2026 17:12:22 +0000</pubDate><content:encoded><![CDATA[<p>Two men were arrested Thursday after they allegedly stole more than $27,000 worth of luggage from baggage carousels at Miami International Airport earlier this year, according to an arrest report from the Miami-Dade Sheriff’s Office.</p><p><a href="https://www.local10.com/espanol/2026/07/31/acusan-a-dos-personas-de-robar-equipaje-valorado-en-mas-de-27000-usd-en-el-aeropuerto-internacional-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/acusan-a-dos-personas-de-robar-equipaje-valorado-en-mas-de-27000-usd-en-el-aeropuerto-internacional-de-miami/">Leer en español</a></p><p>Deputies identified the suspects as David Williams, 44, of Miami, and Alexander Oscar, 46.</p><p>According to the report, surveillance video captured Williams and Oscar entering MIA through the curbside arrivals area on multiple occasions and walking to baggage carousels, where the pair removed luggage before leaving the terminal and entered “waiting vehicles.”</p><p>Investigators said the thefts happened in April and involved multiple cases at MIA. </p><p>They said in one case, Williams and Oscar allegedly stole luggage valued at $6,305 from Carousel 26. </p><p>In another case, the pair allegedly took luggage valued at approximately $4,000 from that same carousel, according to deputies. </p><p>The report also states Williams was captured on surveillance video in several other incidents, allegedly removing luggage from carousels 22, 23 and 25 at MIA. </p><p>Traveler Asha Warner told Local 10’s Aaron Maybin that she wasn’t surprised to hear of the crimes at the popular airport. </p><p>“I mean that makes sense. It’s pretty easy to get right in here. People put valuables in their bag,” she said. “They put jewelry, money, whatever. It sucks and that’s unfortunate but it’s like not surprising.”</p><p>Investigators said the total value of property stolen in all cases was listed at $27,205.</p><p>Travelers are relieved detectives tracked down the men before more people became victims. </p><p>“That’s great on the airport security,” said Warner. “I’m glad they committed to that and found the people and did what’s right.” </p><p>Jail records show Williams is facing six counts of third-degree grand theft, while Oscar is facing two counts of the same charge. </p><p>Records show Williams was previously arrested on one count of armed robbery with a deadly weapon in an unrelated case. </p><p>As of Friday afternoon, both men were being held at the Turner Guilford Knight Correctional Center, with Williams’ bond set at $20,000 and Oscar’s set at $7,500.</p><p>Miami-Dade Circuit Judge Mindy Glazer also banned the pair from visiting MIA. </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[August’s total solar eclipse will sweep over Spain, Iceland and Greenland]]></title><link>https://www.local10.com/news/world/2026/08/01/augusts-total-solar-eclipse-will-sweep-over-spain-iceland-and-greenland/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/01/augusts-total-solar-eclipse-will-sweep-over-spain-iceland-and-greenland/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[For the first time in more than a century, a total solar eclipse is coming to mainland Spain with an even longer encore next summer.]]></description><pubDate>Sat, 01 Aug 2026 11:25:28 +0000</pubDate><content:encoded><![CDATA[<p>For the first time in more than a century, a total solar eclipse is coming to mainland Spain with an even longer encore next summer.</p><p>Toss in a crescendoing meteor shower and a six-planet parade on the same day, and the heavens will be overflowing with awe.</p><p>Daytime darkness will descend Aug. 12 across the Iberian Peninsula close to sunset — plus slivers of Greenland and Iceland — as the sun, moon and Earth align perfectly in the sky.</p><p>Starting near the North Pole before tracking south, totality will last up to two minutes and 18 seconds, an appetizer for an even longer solar show next year — a 6 ½-minute extravaganza that will sweep from Spain to North Africa and the Middle East.</p><p>It will take 1 ½ hours for the umbra, or moon’s sun-blocking shadow, to race along the 5,130-mile (8,260-kilometer) course, most of it over an empty Atlantic. Maximum totality will occur off Iceland’s west coast. By the time it reaches a small patch of Portugal and then Spain with its massive crowds, totality will have dwindled to a minute or so. The spectacle will end in the Mediterranean.</p><p>Eclipse chasers gear up for the solar spectacle</p><p>Hundreds of millions more on the sidelines are in for a treat as well.</p><p>A partial eclipse will delight as far away as Alaska and Siberia, enveloping Canada, the northern U.S., and much of Europe and West Africa.</p><p>The closer to totality’s course, the more the sun will vanish behind the moon – 94% coverage in Dublin and 83% in Oslo, Norway. Montreal will see an 18% bite out of the sun, tapering to 9% in New York and 2% in Norfolk, Virginia.</p><p>Special eclipse glasses are crucial. even if a morsel of sun is showing.</p><p>Adding to the cosmic wonder, the day begins with six of our neighboring planets forming an arc in the sky before dawn and end with the Perseid meteor shower peaking after nightfall under the new moon. Streaking meteors could photobomb totality, with some of the brighter planets and stars visible in the background.</p><p>Eclipse mapmaker Michael Zeiler is chasing an even more elusive interloper: the northern lights.</p><p>For his 13th total solar eclipse, Zeiler will be on a cruise ship in a Greenland fjord, sailing as a guest lecturer. He’ll point a video camera toward the north to capture any aurora forming during totality. A massive outburst from the sun would be the icing on his eclipse cake.</p><p>“What gets me excited is viewing rare phenomena,” Zeiler said in an email.</p><p>He’s not the only one revved up.</p><p>See who's hosting solar eclipse watch parties and science experiments</p><p>The European Space Agency will host a live webcast from Spain’s Astrophysical Observatory of Javalambre and a public celebration in Leon. NASA will provide its own coverage, as will the Italian-based Virtual Telescope Project and others.</p><p>“For me, it’s not just a scientific moment. It’s not just an incredible alignment of heavenly bodies. It’s also a very human moment,” said ESA’s director of science Carole Mundell. “It’s a real human connection between us with our feet planted on the Earth and the cosmos.”</p><p>Two of ESA’s space telescopes will observe the eclipsed sun and its corona, or outer atmosphere. Proba-3, the space agency’s artificial eclipse-making satellite duo, will be in the wrong part of its orbit during totality as seen from Earth, but will try to sneak in some before-and-after shots.</p><p>U.S. college research teams are also pitching in, launching more than 60 high-altitude balloons from Spain and Iceland to study Earth’s atmosphere and other changes during the eclipse when the temperature momentarily drops. They launched 10 times as many balloons during the 2024 total solar eclipse that captivated North America.</p><p>“A couple of minutes isn’t a lot of time, but it’s still plenty to affect the atmosphere and to make that cold, dark shadow of the moon on Earth,” said Montana State University’s Angela Des Jardins, who leads the NASA-funded balloon project.</p><p>Southwest Research Institute’s Amir Caspi also expects a scientific bonanza from his study aboard a NASA high-altitude plane. Four cameras will record the corona in nine wavelengths as the jet chases the eclipse at 460 mph (740 kph), extending totality to nearly three minutes in the air. Caspi anticipates thousands of images gathered from each camera during those precious 180 seconds.</p><p>"It’s true the eclipse is short, but it’s still incredibly valuable," he said.</p><p>And there's more to come</p><p>An exceptionally long total solar eclipse is in store for 2027, yielding nearly three times more observation time.</p><p>The southern tip of Spain will take center stage on Aug. 2, 2027, with up to six minutes and 23 seconds of totality extending into Morocco, Algeria, Libya, Egypt, Saudi Arabia, Yemen and Somalia.</p><p>Then on Jan. 26, 2028, a ring-of-fire eclipse will round out Spain’s celestial trifecta — “a lucky coincidence,” according to ESA’s Mundell.</p><p>It’s all the more extraordinary considering Spain’s last full solar eclipse — not counting the Canary Islands — occurred two days before the Titanic’s sinking in 1912. Because that rare hybrid eclipse toggled between a ring-of-fire and just a few seconds of totality for Spain, some consider 1905 for the country’s last pull-out-all-the-stops solar eclipse.</p><p>The Royal Observatory of Belgium’s Andrei Zhukov can’t get enough of them regardless of their length or origin. His Proba-3 science mission has created more than 60 simulated total solar eclipses over the past two years, with the longest lasting five hours and 38 minutes from two satellites flying in formation.</p><p>“We’re looking forward to more eclipses,” Zhukov said, “natural or artificial.”</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/BAXZRQDKXMYWQURDTV4VHCXKVI.jpg?auth=7d8bea37b3e932b8cddc584c45ada36b8cc7f1c57ae627f76dbf151e88218bfd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This image provided by NASA and captured by the Artemis II crew from lunar orbit, April 6, 2026, shows the Moon eclipsing the Sun. (NASA via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/PWUC2YJKPOPJZZTT7SQJ3BGKEQ.jpg?auth=63c69213e1b82b64a2c98be7fc751f59576906579d0f32293a6a692d1703e6cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this image provided by NASA the Artemis II crew, counterclockwise from top left, Mission Specialist Christina Koch, Mission Specialist Jeremy Hansen, Commander Reid Wiseman and Pilot Victor Glover pose with eclipse viewers during a lunar flyby on April 6, 2026. (NASA via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Europe’s wildfire crisis shifts as some 200,000 French return but new blazes force thousands to flee]]></title><link>https://www.local10.com/news/world/2026/08/01/europes-wildfire-crisis-shifts-as-some-200000-french-return-but-new-blazes-force-thousands-to-flee/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/01/europes-wildfire-crisis-shifts-as-some-200000-french-return-but-new-blazes-force-thousands-to-flee/</guid><dc:creator><![CDATA[By THOMAS ADAMSON and NICOLAS GARRIGA, Associated Press]]></dc:creator><description><![CDATA[LE PORGE, France (AP) — Firefighters held a vast wildfire inside its perimeter in southwestern France on Saturday, allowing about 198,000 people to return home after what may have been the country’s largest peacetime evacuation, even as renewed fires forced thousands from their homes elsewhere in France and Greece.]]></description><pubDate>Sat, 01 Aug 2026 13:55:31 +0000</pubDate><content:encoded><![CDATA[<p>LE PORGE, France (AP) — Firefighters held a vast wildfire inside its perimeter in southwestern France on Saturday, allowing about 198,000 people to return home after what may have been the country’s largest peacetime evacuation, even as renewed fires forced thousands from their homes elsewhere in France and Greece.</p><p>In the Mediterranean Var, a fire thought to have stopped advancing raced across 10 square kilometers (4 square miles) in six hours on Friday — “faster than a horse at full gallop,” the prefecture said.</p><p>The opposing movements — mass returns in France's Gironde region, renewed displacement in the Var and boat evacuations from a Greek resort — underscored how quickly days of firefighting progress can be reversed.</p><p>At their peak, fires in France and Spain alone drove a third of a million people from homes and vacation sites, stretching firefighters, aircraft and emergency services across simultaneous crises.</p><p>Europe is Earth’s fastest-warming continent, heating at more than twice the global average since the 1980s, according to the European Union’s Copernicus climate service. Rising temperatures and prolonged drought dry vegetation, allowing fires to spread faster and burn more intensely.</p><p>Cap Ferret remains evacuated</p><p>The Gironde fire has burned 420 square kilometers (162 square miles) of pine forest west of Bordeaux, an area four times the size of Paris.</p><p>Firefighters said it remained contained within that perimeter Saturday. But it had not been declared “fixed” — the point at which crews determine that a fire is no longer advancing — and active sectors and buried hot spots persisted.</p><p>Several communities remained largely deserted. Authorities kept much of the affluent, forested Cap Ferret peninsula evacuated because a nearby hot spot could flare again, cut its limited road access and trap people allowed back.</p><p>“Today, the fire is still not fixed. It is contained,” Lt. Col. Eric Pitault told reporters.</p><p>Crews used tactical burns overnight, deliberately consuming vegetation ahead of active sectors. They still faced about 240 kilometers (149 miles) of fire edges where heat can remain buried underground and erupt again.</p><p>The fire’s toll extended beyond people and property. Allain Bougrain-Dubourg, president of France’s League for the Protection of Birds, told RMC radio that animals affected already numbered in the millions.</p><p>Fire roars back in southern France</p><p>In the Var, defensive lines around the Gros Bessillon fire held overnight and no additional ground burned, Var Prefect Simon Babre told French media Saturday.</p><p>But the fire remained active. About 2,500 people were still unable to return home, and 1,300 firefighters were deployed.</p><p>The blaze’s sudden return “defies understanding,” Babre said.</p><p>Twenty French departments were under an orange heat warning Saturday, mostly in the east and southeast. Temperatures of 35 to 39 C (95 to 102 F) were forecast around the Mediterranean, while eight departments faced a high forest-fire risk.</p><p>Gale-force winds batter Greek resort</p><p>In Greece, hundreds of firefighters fought Saturday to protect Porto Germeno, a popular resort on the Gulf of Corinth, as gale-force winds drove flames through the coastal area west of Athens.</p><p>The fire broke out Friday near the neighboring village of Agios Vasileios. About 300 people were evacuated by sea, and authorities issued further evacuation orders Saturday.</p><p>Towering flames devoured thick pine forest around Porto Germeno as smoke blocked out the sun.</p><p>“A pristine forest, a paradise, was surrendered to the hands of the fire,” said Minas Tzortzanis, a 60-year-old farmer and local resident. “There are no words to explain what has happened. Destruction. Total destruction.”</p><p>Tzortzanis said homes, trees and animals in the forest had been destroyed.</p><p>Theodore Giannaros, a wildfire meteorologist at the National Observatory of Athens, estimated that 40 to 50 square kilometers (15 to 19 square miles) had been affected, although authorities had not issued an official burned-area figure.</p><p>Nearly 500 firefighters, including crews from France and Romania temporarily stationed in Greece, were backed by 19 water-dropping planes and 11 helicopters. Local authorities said homes had been destroyed, but a complete count was not immediately available.</p><p>New fires broke out elsewhere in Greece on Saturday. A blaze east of Nafpaktos prompted evacuation alerts for at least four villages.</p><p>“The very strong to gale-force winds continue to create exceptionally difficult conditions,” Climate Crisis and Civil Protection Minister Evangelos Tournas said. He said extreme turbulence was preventing some aircraft from collecting water or approaching the fires closely enough to make drops.</p><p>___</p><p>Adamson reported from Paris. Elena Becatoros in Athens, Greece, and Michael Varaklas in Porto Germeno, Greece contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EE5G2AKID5FJIUTMBIMXHRGVPQ.jpg?auth=1d6921efeab8802c706df59e4d64edaad3f31c350656003c5aee8b06b83e8b3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The light flows through a charred forest near Ares, during wildfires in southwestern France, Thursday, July 30, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WULMN3JGKOLSP4WDPSYHLQKXRY.jpg?auth=50b4edcbe4ed5d40785edbdcca4f88a8ddf2264d01eae78dabd3c0121a638915&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefirghters operate during a wildfire near Porto Germeno, north-west of Athens, Greece, Saturday, Aug. 1, 2026. (AP Photo/Michael Varaklas)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Varaklas</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GIQBNDTKM7GHTOEV7HXDO2TPRY.jpg?auth=e8b43173bba3ca3a752f2dce1658146c4b392e0e840e279a1bc63054ec645227&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters work to extinguish a fire, near Blagon, southwestern France, Friday, July 31, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OBKUGXPJ2XJ4P7N2HNIIX2CGAU.jpg?auth=f85bb32e61fd631ca39d01e223c8922e14b4ef3688cd3285e74c64fde7624cff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter works to extinguish a fire, near Blagon, southwestern France, Friday, July 31, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5E7CDHPOUSOQZ3VMJMTUVSPQYE.jpg?auth=12da543fd28c2fea23044909433cf60f05dc8efbc8e583a4083fdeaf45c8f4fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters operate near a burning forest during a wildfire near Porto Germeno, northwest of Athens, Greece, Saturday, Aug. 1, 2026. (AP Photo/Michael Varaklas)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Varaklas</media:credit></media:content></item><item><title><![CDATA[Trump stands to profit off US policy announcements by selling fast access to his social media posts]]></title><link>https://www.local10.com/business/2026/08/01/trump-stands-to-profit-off-us-policy-announcements-by-selling-fast-access-to-his-social-media-posts/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/01/trump-stands-to-profit-off-us-policy-announcements-by-selling-fast-access-to-his-social-media-posts/</guid><dc:creator><![CDATA[By BERNARD CONDON and BRIAN SLODYSKO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — President Donald Trump knows the world hangs on his every word. Now he wants you to pay for it.]]></description><pubDate>Sat, 01 Aug 2026 11:06:22 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — President Donald Trump knows the world hangs on his every word. Now he wants you to pay for it.</p><p>The social media posts of the world's most powerful man are going on sale Saturday when his Truth Social business begins offering sneak peeks of them to Wall Street traders willing to pay up. The move raises the prospect of big profits for Trump's company and big questions about insider trading and using public office for private gain.</p><p>Similar fast speed feeds are sold by other social media firms and media providers, but Truth Social doesn't just distribute the news, it makes it, regularly rattling markets as Trump posts policy changes on everything from war to central bank leadership to tariffs.</p><p>“If this was the CEO a public company, this would be jail time," said Irene Aldridge, head of Able Alpha Trading, which doesn't plan to buy the service. “We have a President of the United States who has the front seat to all the action, who makes all the decisions, and he's disclosing this ahead of time to a select group.”</p><p>Trump's company says critics just aren't capitalist enough</p><p>Asked about the propriety of the new service and whether White House lawyers had vetted it, Trump’s press office declined to comment, referring questions to Truth Social’s publicly traded parent. That company, Trump Media & Technology, issued a statement blasting Democratic critics for mischaracterizing the service “out of ideological opposition to free markets or a failure to grasp the distinction between public and nonpublic information — or, quite possibly, both.”</p><p>A prolific poster, Trump has sent stocks, bonds and currencies soaring and plunging with his online musings and threats. That presents opportunities for so-called high frequency traders that specialized in buying and selling within milliseconds, exploiting tiny, fleeting difference in prices.</p><p>Profits aplenty betting on oil, stocks and currencies</p><p>Just this month, Trump has threatened on Truth Social to slap higher tariffs on Canada, kill a nuclear deal with Saudi Arabia and widen the Iran war. With advanced knowledge, traders betting on a plunge in the Canadian dollar, a drop in nuclear energy stocks and a jump in oil futures could have raked in big profits.</p><p>“For the big guys, it’s going to be something they need,” said Joe Saluzzi, co-founder of Themis Trading, who estimates about 100 of high frequency firms might be willing to pay for the service. “It’s market-moving information.”</p><p>Dubbed Truth API, the service comes as these firms are spending more on feeds and servers that bypass slower internet connections with direct lines to news and data sources. The chance for profits is greater than ever thanks artificial intelligence’s ability to read posts and articles more accurately for market-making changes and Trump’s penchant for making news online.</p><p>When Trump makes surprise announcements, traders pounce</p><p>Traders profit when prices jump up and down, and with his taste for cliffhangers, threats and policy reversals America's first reality-TV president provides plenty of potentially market-moving content.</p><p>The reversals are especially profitable, allowing traders to win both ways — jumping ahead of stocks moving up or down to a post threatening something, then cashing out within thousands of a second, then betting the other way.</p><p>In addition to Trump, the service will include posts from other “high ranking” Truth Social contributors, including possibly his two oldest sons, Donald Jr. and Eric, who along with the father are heavily followed by users.</p><p>Truth Social has said that the information will be released to the traders and the general public at the same time so there really isn't an issue of fairness. But Themis Trading's Saluzzi, a critic of high speed trading, says that's a red herring because when the posts are received, not when they are released, is what matters.</p><p>“Somebody who buys the info and has a system built to process it will be able to act quicker than you and me,” said Saluzzi, adding in reference to everyday, small stock buyers, “The loser is always the retail investor."</p><p>Trump posts about a company he likes, and stocks jump</p><p>Aside from policy scoops, another reason to sign up has emerged in recent months: Trump is posting more about publicly traded companies, praising ones he likes in a way that sets off buying frenzies.</p><p>“The pimping of specific companies — obviously Wall Street would like to know that before other people,” said Dylan Hedler-Gaudette, a federal ethics rule expert at the watchdog Project on Government Oversight. “It's a real mess.”</p><p>In April, moments after Trump praised Palantir Technologies in a post that included its stock symbol, the price briefly jumped the most it had in an entire year. Later that month, Trump posted, “Congratulations on Intel doing such a great job,” and the stock immediately jumped in after-hours trading.</p><p>Just which firms are signing up for the feed is unclear. Asked for comment, none of the half dozen most well known high-speed traders such as Citadel Securities and XTX Markets replied. If just three sign up for the $100,000 a month fee, that would double revenue at Trump Media, which reported taking in $3.7 million last year.</p><p>Trump Media needs big money customers</p><p>The company can use their business.</p><p>Stock in the Truth Social parent has plunged 75% since Trump took office last year as the company keeps reporting hundreds of millions in losses despite the president's help driving traffic to its site by posting major decisions there.</p><p>In fact, the president breaks news on Truth Social so often that the White House press office will copy his posts into an email when responding to questions from the media seeking details on policies. If his posts aren’t available yet, journalists are sometimes told, “Wait for the Truth.”</p><p>Another problem for Truth Social is looming if the Democrats take control of Congress and launch investigations, as vowed by Massachusetts Senator Sen. Elizabeth Warren in a statement Friday specifically attacking the new service: “We will haul in those responsible for this open corruption to answer to the American people.”</p><p>If the losses keep mounting for the company, though, some predict the president will push things further, using the platform even more for policy announcements.</p><p>“That’s absolutely going to happen,” warns Craig Holman, a lobbyist for the good government group Public Citizen. “Trump knows how to sell products.”</p><p>—-</p><p>AP reporters Will Weissert and Josh Boak contributed from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/33FS26UKOB6VU4VDK3WPPMRJNI.jpg?auth=5f52dc57c9436c1fbc5c18cc5dbae81aa61699b3ef6295a0f9353a760476008c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump holds up an image taken from his Truth Social account at an event about coal, Thursday, June 4, 2026, in the Oval Office of the White House in Washington. (AP Photo/Julia Demaree Nikhinson,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DJQEEIVSIARUTB6LFWX5YZTP2U.jpg?auth=17b29c9fbc51e1088593b42c8779a66b0b20384c2a2c35cd97716155ef3af256&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The download screen for the Truth Social app is displayed on a laptop computer, March 20, 2024, in New York. (AP Photo/John Minchillo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Minchillo</media:credit></media:content></item><item><title><![CDATA[Authorities release early ransom note in Nancy Guthrie case, hoping someone recognizes it]]></title><link>https://www.local10.com/news/2026/07/31/authorities-release-early-ransom-note-in-nancy-guthrie-case-hoping-someone-recognizes-it/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/31/authorities-release-early-ransom-note-in-nancy-guthrie-case-hoping-someone-recognizes-it/</guid><dc:creator><![CDATA[By JACQUES BILLEAUD, Associated Press]]></dc:creator><description><![CDATA[Authorities released an early ransom note in the investigation into the disappearance of Nancy Guthrie in hopes that someone will recognize the writing style. A second note, also released Friday, said Guthrie died shortly after she was kidnapped and “is buried in nature now.”]]></description><pubDate>Fri, 31 Jul 2026 23:57:14 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Authorities released an early ransom note in the investigation into the disappearance of Nancy Guthrie in hopes that someone will recognize the writing style. A second note, also released Friday, said Guthrie died shortly after she was kidnapped and “is buried in nature now.”</p><p>Both notes initially were sent to a Tucson television station days after the 84-year-old mother of “Today” show host Savannah Guthrie went missing from her home outside Tucson on Feb. 1. Authorities have not said whether Nancy Guthrie is still alive.</p><p>Saturday is the six-month mark since Guthrie went missing. No suspects have been arrested in her disappearance. The investigation is dogged by unanswered questions, such as how many people are believed to have taken part in her abduction and whether she was taken by someone who knew her.</p><p>In her latest video about her mother’s disappearance, Savannah Guthrie said earlier this week that her family has been living an unending nightmare and pleaded with the kidnappers to “tell us where to look for her.”</p><p>The FBI in Washington did not immediately respond to questions about the ransom notes, including whether both messages sent to the Tucson station have been deemed legitimate.</p><p>In releasing the notes, the Pima County Sheriff’s Department said “we believe these distinctive linguistic characteristics may be recognizable to someone who knows or has interacted with the notes’ writer.”</p><p>The first note, sent Feb. 2, said Guthrie was safe but scared and would be released unharmed once her captors received $4 million in cryptocurrency, with the ransom amount increasing if the first demand was not met.</p><p>It said Guthrie would be released within 12 hours if the payment was received. It also included a threat to kill her if the ransom wasn’t paid.</p><p>“Your mother is aware of this and her life is in your hands,” the first note read. “It is in the best interest of everyone to have this completed as soon as possible.”</p><p>The second note was sent Feb. 6 and said Guthrie died shortly after she was taken. “She is buried in nature now,” it said. “Nothing you could have done could have changed the outcome.” The note ended with an apology: “We are truly sorry.”</p><p>Investigators hope the writing itself will help identify its author</p><p>The sheriff’s department said the notes reveal a distinctive pattern of word choices and provide insight into the writer’s mindset. The agency said someone who knows the notes’ writer may recognize the patterns.</p><p>Authorities similarly used a suspect’s own writings as a tool to apprehend Theodore “Ted” Kaczynski, branded the “Unabomber” by the FBI. Kaczynski, who killed three people and injured 23 others with mail bombs over a 17-year span, pressured The Washington Post, in conjunction with The New York Times, to publish his 35,000-word manifesto in 1995. Federal authorities encouraged its publication, leading Kaczynski’s brother and sister-in-law to recognize the syntax and anti-technology themes and tip off the FBI, bringing to a close the agency’s longest and costliest investigation at the time.</p><p>In a statement Friday, the sheriff’s department also appealed to people who may know something about the case, saying it may be difficult to come forward due to a personal relationship with someone involved or just for their own safety.</p><p>“We recognize relationships and loyalties change over time as do people and their perspectives,” the sheriff’s department wrote. “It is not too late to come forward.”</p><p>Authorities say new evidence suggests the kidnapping was planned</p><p>The sheriff’s office also said Friday that two videos recovered from Guthrie’s doorbell camera might be from two separate days and indicate an unidentified male prepared ahead of when Guthrie was taken. Authorities are seeking information on anyone who was behaving differently, changed their physical appearance, suddenly left the Tucson area, or had a noticeable or unexplained interest or disinterest in the case.</p><p>“Investigators continue to pursue every available technological and investigative lead,” the sheriff’s office said. “However, community members remain a vital resource as we seek to provide answers for Nancy’s family.”</p><p>The FBI had released surveillance videos of a masked person who authorities said appeared to tamper with a camera on Nancy Guthrie’s front porch and block it with a plant. They described the person as a male about 5 feet, 9 inches (1.75 meters) tall.</p><p>On Feb. 4, Savannah Guthrie and her siblings first shared a video statement saying they were aware of media reports of a purported ransom letter and that they were ready to talk and listen, but they wanted proof that their mother was alive. Camron Guthrie, the brother of the “Today” co-anchor, said the following day that the family had not heard directly from whoever took their mother.</p><p>A day after the second note was sent, Savannah Guthrie said on Feb. 7 that the siblings received a message and “understand,” without sharing details. She said they were begging for their mother to be returned to them. “We will pay,” Guthrie said.</p><p>The family has continued to share their pleas for information in videos posted to social media.</p><p>Two men who were previously detained have filed a lawsuit</p><p>Also, two men detained and released early in the investigation into Nancy Guthrie’s disappearance are seeking a combined $3 million against a southern Arizona sheriff’s department. In a legal claim, they say they were wrongfully held by law enforcement.</p><p>The claim made Thursday against Pima County Sheriff Chris Nanos’ department centers on the separate detentions of Carlos Alfredo Palazuelos and Daniel Maddow on Feb. 10. It said they were released hours later but have suffered from having been mentioned in the investigation.</p><p>Nanos’ office declined to comment on the notice of claim, a necessary precursor to filing a lawsuit against government entities.</p><p>___</p><p>Associated Press writer Hannah Schoenbaum in Salt Lake City contributed.</p>]]></content:encoded></item><item><title><![CDATA[UEFA declares no confidence in Infantino and vows accountability for failed World Cup equity plan]]></title><link>https://www.local10.com/sports/2026/08/01/uefa-says-it-has-lost-confidence-in-fifas-infantino-after-failed-private-equity-plan-for-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/01/uefa-says-it-has-lost-confidence-in-fifas-infantino-after-failed-private-equity-plan-for-world-cup/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — Successfully stopping Gianni Infantino’s FIFA plan to sell World Cup profits to private investors was the first half of a high-stakes game in global soccer politics.]]></description><pubDate>Sat, 01 Aug 2026 13:15:37 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — Successfully stopping Gianni Infantino’s FIFA plan to sell World Cup profits to private investors was the first half of a high-stakes game in global soccer politics.</p><p>The second half kicked off Saturday with what seemed a clear aim of ending Infantino’s decade-long presidency.</p><p>“No option should be off the table,” said European soccer body UEFA, whose president Aleksander Čeferin has led the fight against Infantino in a seismic week for FIFA.</p><p>“The current FIFA leadership has not only lost UEFA’s confidence but also that of many other members of the football family.”</p><p>Infantino had proposed creating a $20 billion company to run the World Cup with private investors but drew backlash that grew every day since Tuesday’s announcement.</p><p>Infantino was forced to scrap the plan early Saturday after his senior adviser who sat on a White House panel resigned and Asia’s soccer body joined Europe and North America in opposing it.</p><p>UEFA, the governing body of European soccer, issued its blistering statement hours after FIFA announced it was withdrawing its private equity plan.</p><p>“We cannot keep going on like this with secret schemes on fast-track timescales, cooked up by faceless individuals and of dubious benefit to the game," UEFA said. “We must identify those responsible and hold them to account.</p><p>“It is right that, in the coming days and weeks, UEFA will work with its associations and in close cooperation with other confederations to reflect on how this happened and devise a plan to make sure that it cannot occur again.”</p><p>Norwegian soccer federation president Lise Klaveness, an elected member of the UEFA executive committee, said steps must be taken to protect the integrity of the sport.</p><p>“The entire framework of international football cooperation was unnecessarily put at risk in pursuit of individual interests rather than the best interests of the game,” Klaveness said Saturday. ”This has been visible to many for a long time, including those of us elected to positions intended to safeguard checks and balances and provide ongoing oversight. We have to recognize that these mechanisms have not worked well enough.”</p><p>The president of the Asian soccer confederation, Sheikh Salman bin Ibrahim Al Khalifa, said “the future of global football must always be shaped through proper consultation, collective dialogue and respect for the established governance structures of our game."</p><p>Infantino' audacious bid fell apart after UEFA’s 55-member nations agreed Thursday to boycott the World Cup and all other FIFA competitions. North America’s CONCACAF and the Asian Football Confederation also said they opposed the plan.</p><p>There was also an internal revolt.</p><p>Infantino’s senior adviser, Carlos Cordeiro, a former Goldman Sachs banker who represented the soccer body on the White House Task Force for the World Cup, resigned on Friday and urged other senior FIFA staff to speak out.</p><p>Hours later, FIFA chief operating officer Kevin Lamour issued a statement to The Associated Press, saying FIFA staff were deceived by Infantino’s lack of openness in planning the sale over recent months and that the project must not continue.</p><p>“It is the project of one person,” wrote Lamour, a longtime colleague of Infantino at both FIFA and UEFA. “Not only must this project not go ahead … but the time has now come for football political leaders to ask themselves the right questions and make the right decisions.”</p><p>Infantino had proposed spinning off FIFA’s commercial businesses — including World Cups and Club World Cups for men and women — into a $20 billion subsidiary with 20% owned by private investors.</p><p>The “anchor investor,” described by FIFA, is a New York-based investment firm launched by Joshua Kushner, the younger brother of U.S. President Donald Trump’s son-in-law, Jared Kushner.</p><p>This is not Infantino's first big plan to flop</p><p>A tumultuous week in international soccer is at least the third time Infantino has rocked it with an ambitious plan many in the sport saw as reckless.</p><p>But the fallout from FIFA’s Kushner-backed plan is the first time UEFA has acted quickly to create momentum for removing the man who was its former long-time employee.</p><p>In 2018, Infantino pushed a secretive offer of $25 billion from Japan’s SoftBank to create new competitions, that posed a long-term risk to continental events for clubs and national teams.</p><p>In 2021, Infantino proposed playing World Cups every two years instead of four — an idea that also angered the International Olympic Committee where he is an elected member.</p><p>Both plans created big rifts in the sport and were eventually dropped by FIFA.</p><p>Despite the turmoil, Infantino was re-elected unopposed in 2019 and 2023.</p><p>The third time shapes to be different.</p><p>Here is the calendar for the FIFA presidency</p><p>Nov. 18 is the deadline for candidates to enter the next presidential contest, exactly four months ahead of the vote in Rabat, Morocco, where FIFA has its African headquarters.</p><p>FIFA statutes allow Infantino one more four-year term in office. The failed spinoff venture seemed like a way to create a commissioner-like role for Infantino beyond 2031, likely paying much more than his current annual salary and a bonus deal of more than $6 million.</p><p>It would take 106 votes to ensure a majority in a contested election. Continents surely do not vote uniformly en bloc, but most of Europe’s 55, plus Asia’s 46 and CONCACAF’s 35 FIFA members would be a solid base.</p><p>___</p><p>Associated Press writer Joseph Wilson contributed to this report from Barcelona, Spain.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer and AP World Cup coverage</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YZOTXV4KGIDQQIOADLOBD3JIPQ.jpg?auth=76284b1567dc98dec5416cb1e060f96c5f3ceaf722984981e3e07a1d73612ec1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FIFA President Gianni Infantino gestures as he meets the media at the FIFA World Cup closing press conference in Doha, Qatar, Friday, Dec. 16, 2022. (AP Photo/Martin Meissner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CYHRXY7YVWOD6VVMKDSWCRHQWY.jpg?auth=758737eba785efc3ab42e8cac9890fad2b469ad38423b95c0d20e54ab3ce57f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FIFA President Gianni Infantino looks on during the women's Premier League match between Al Ahli FC and Al Ittihad FC at the Al- Ahli Club stadium in Jeddah, Saudi Arabia, Thursday, Dec 14, 2023. (AP Photo/Manu Fernandez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VBBONXPO4SXEPUR6RYALEZF3BQ.jpg?auth=b6067194c5b30f2baa526ef74c9f746468b00728593d92bbcb42b4666a52c628&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - UEFA President Aleksander Ceferin, left, talks to FIFA President Gianni Infantino before a round of sixteen match between Switzerland and Italy at the Euro 2024 soccer tournament in Berlin, Germany, Saturday, June 29, 2024. (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/4KRC4RPZ2PEDJBOGW4VBZQDDYA.jpg?auth=97fdf92a9f2a1e37a4301df8497860935855695017de6142aa2ec976d796c35b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump holds up a red card during a meeting with FIFA president Gianni Infantino, center, and United States Soccer Federation president Carlos Cordeiro, left, in the Oval Office of the White House, Aug. 28, 2018, in Washington. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[Aug. 1: Heat advisory before afternoon storms]]></title><link>https://www.local10.com/weather/2026/08/01/aug-1-heat-advisory-before-afternoon-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/01/aug-1-heat-advisory-before-afternoon-storms/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[August is picking up where July left off with another Heat Advisory in effect from 11 a.m. through 6 p.m. Saturday. It’ll feel like it’s between 105 and 110 degrees before cooling thunderstorms arrive later this afternoon, so stay hydrated and spend as much time in the air conditioning as possible.]]></description><pubDate>Sat, 01 Aug 2026 10:12:28 +0000</pubDate><content:encoded><![CDATA[<p>August is picking up where July left off with another Heat Advisory in effect from 11 a.m. through 6 p.m. Saturday. It’ll feel like it’s between 105 and 110 degrees before cooling thunderstorms arrive later this afternoon, so stay hydrated and spend as much time in the air conditioning as possible.</p><p>Some of those storms, mainly between 3 p.m. and 8 p.m., could cause localized street flooding in poor-drainage neighborhoods. Similar conditions are on tap for Sunday, so plan your outdoor activities early and be prepared to spend your afternoon indoors.</p><p>In the tropics, all is quiet right now, although some models spin something up off the southeastern U.S. coast by later next week.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump threatens more strikes on Iran. Tensions from Hormuz to Kuwait and Gaza lead to more warnings]]></title><link>https://www.local10.com/news/world/2026/08/01/trump-threatens-more-strikes-on-iran-and-other-developments-in-the-middle-east/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/01/trump-threatens-more-strikes-on-iran-and-other-developments-in-the-middle-east/</guid><dc:creator><![CDATA[By SAMY MAGDY and AAMER MADHANI, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — U.S. President Donald Trump threatened more strikes on Iran as the United States presses for the reopening of the Strait of Hormuz.]]></description><pubDate>Sat, 01 Aug 2026 14:09:17 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — U.S. President Donald Trump threatened more strikes on Iran as the United States presses for the reopening of the Strait of Hormuz.</p><p>Hours later on Saturday, Kuwait said it responded to a new round of drone attacks from Iran while a tanker was struck in the strategic waterway.</p><p>Meanwhile, Israel carried out heavy strikes on the Gaza Strip after the Palestinian militant group Hamas agreed to disarm.</p><p>Here are the most important developments in the Middle East today:</p><p>US threatens new strikes in the conflict with Iran</p><p>Speaking to reporters Friday during a meeting with members of his Cabinet at the Camp David presidential retreat in Maryland, Trump said “we just want to win” in Iran and signaled that he expected U.S. military action to continue for some time.</p><p>He said the U.S. will hit Iran “very hard” until they can’t take it anymore.</p><p>Later that day, White House press secretary Karoline Leavitt expressed the U.S. administration’s frustration anew, charging that Tehran last month signed a memorandum of understanding with the U.S. on a truce but then quickly “broke it, shot at commercial ships, and killed American soldiers.”</p><p>“President Trump is not going to stand by and allow this terrorist behavior to occur,” Leavitt said in a statement on Friday evening. “Iran will continue to pay until they come to the table in, what President Trump deems, a meaningful way.”</p><p>On Saturday, the U.S. State Department issued new security alerts for Americans in 10 countries in the region to exercise heightened caution due to the escalating tensions with Iran.</p><p>The warnings — covering Bahrain, Israel, Iraq, Jordan, Kuwait, Lebanon, Oman, Qatar, Saudi Arabia, and United Arab Emirates — urged U.S. citizens to prepare for the possibility of flight cancellations, temporary airspace closures and other travel disruptions.</p><p>New attacks on Kuwait and on shipping</p><p>Kuwait’s military said Saturday that its forces were responding to drone attacks, which were part of Iran’s assaults on the country.</p><p>In a statement, Maj. Gen. Saud Abdulaziz Al-Otaibi, spokesman for Kuwait's Defense Ministry, said the drones hit “a number of vital facilities,” including a government structure in the country's north. He said there were no casualties.</p><p>The British Navy said Saturday that a tanker was struck and a separate explosion hit close to a vessel in the Strait of Hormuz off the coast of Oman. No casualties were reported in either incident, it said. The United Kingdom Maritime Trade Organization said an unknown projectile hit the vessel on Friday 11 nautical miles northeast of Lima, Oman. The attack damaged the vessel’s engine room.</p><p>The group said that on Saturday a large splash and an explosion were reported close to another tanker while it was sailing 21 nautical miles northwest of Khasab city.</p><p>Iran has repeatedly attacked vessels attempting to transit through the Strait of Hormuz without its authorization as part of its ongoing conflict with the U.S.</p><p>Israel strikes Gaza after Hamas says it will disarm</p><p>Intense Israeli strikes Friday night and Saturday killed at least four people in central and northern Gaza and wounded dozens more, according to local health officials.</p><p>The strikes overnight in Gaza followed evacuation warnings by Israel’s military, which said on Saturday that it had struck Hamas targets across the territory and dismantled five Hamas storage facilities.</p><p>The strikes came after Hamas confirmed Friday that it will disarm in a potential breakthrough for ending the war in Gaza, though major obstacles remain. Israel has not officially commented on the Hamas deal, which is part of a U.S.-brokered ceasefire announced last October.</p><p>That agreement called for Hamas to disarm and hand over power to an independent Palestinian administration. Israel was to withdraw and an International Stabilization Force was to be deployed.</p><p>In a post on X Friday, Israeli far-right lawmaker Itamar Ben-Gvir called the deal “unacceptable” and said the killings in Gaza must continue. “Israel must win,” he said.</p><p>Egypt, a key Gaza ceasefire mediator, lauded Hamas and other Palestinian groups for “their positive response” in the phased peace plan, Egyptian state-run media reported.</p><p>The Associated Press is tracking the progress of Trump’s plan to end the Israel-Hamas war.</p><p>Click here for full coverage from AP on the disarmament deal for Hamas.</p><p>Elsewhere in the region</p><p>— Houthi rebels forced eight Saudi ships to reroute from the Bab el-Mandeb strait after the Iranian-backed rebels announced a blockade on Saudi shipping in the chokepoint. Brig. Gen. Yahya Saree, the military spokesman for the Houthis, said in a statement Friday that the vessels changed route to the Cape of Good Hope around Africa to avert the blockade.</p><p>— In southern Lebanon, Israeli forces set off explosions Friday to destroy an underground tunnel network under the Crusader-built Beaufort Castle that Israel says had been used by Iran-backed Hezbollah militants as a command center. The 12th-century castle, also known as Al-Shaqif, was seized by Israeli forces in May. It was recently added to UNESCO’s World Heritage List over Israel’s objections.</p><p>— Lebanon's President Joseph Aoun said the Israeli operation sent “negative messages” ahead of upcoming talks in Rome. Israeli and Lebanese negotiating teams are set to meet again there to continue hammering out a plan under which Israel would withdraw from southern Lebanon in exchange for Hezbollah’s disarmament.</p><p>— An Israeli army officer was moderately wounded during operational activity in southern Lebanon overnight into Saturday, Israel's military said. It was not immediately clear how the officer was wounded. There was no immediate comment from Lebanese authorities or Hezbollah. Thirty-eight Israeli soldiers have been killed in Lebanon or northern Israel since that conflict reignited when Hezbollah fired at Israel shortly after the start of the Iran war.</p><p>___</p><p>Madhani reported from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TP553E4XBGNFU4RSXQBS2R4LBY.jpg?auth=7b988343e9d60d4d65d4561f1674c1e8da4c0bce1136141ca5392a0fddff2528&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Palestinian man rides his bicycle by the rubble of buildings that were destroyed during the Israel Hamas war, in Khan Younis, southern Gaza Strip, Friday, July 31, 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[Spain to put containment fence on Ceuta's border with Morocco after frontier rush that killed 67]]></title><link>https://www.local10.com/news/world/2026/08/01/spain-to-put-containment-fence-on-ceutas-border-with-morocco-after-frontier-rush-that-killed-67/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/01/spain-to-put-containment-fence-on-ceutas-border-with-morocco-after-frontier-rush-that-killed-67/</guid><dc:creator><![CDATA[By SERGIO RODRIGO RUÍZ, SUMAN NAISHADHAM and AKRAM OUBACHIR, Associated Press]]></dc:creator><description><![CDATA[CEUTA, Spain (AP) — Spain announced it was installing a 500-meter-long (1,600-foot) containment barrier on the sea border between its North African territory of Ceuta and neighboring Morocco after between 50,000 and 60,000 migrants breached the frontier earlier this week.]]></description><pubDate>Sat, 01 Aug 2026 14:21:48 +0000</pubDate><content:encoded><![CDATA[<p>CEUTA, Spain (AP) — Spain announced it was installing a 500-meter-long (1,600-foot) containment barrier on the sea border between its North African territory of Ceuta and neighboring Morocco after between 50,000 and 60,000 migrants breached the frontier earlier this week.</p><p>The death toll climbed to 67, including some who drowned and others who were killed in a stampede to cross a breakwater barrier, the Spanish government said Saturday.</p><p>Spanish Prime Minister Pedro Sánchez slammed the reaction of some other European Union leaders to the events in Ceuta, saying calls for Spain to be suspended from the EU's borderless Schengen zone were “driven by prejudice, fake news, ignorance, or political interest.”</p><p>A handful of exhausted migrants who swam to Ceuta's urban Tarajal beach Saturday morning were met by soldiers who escorted them back across the border. Spain's interior ministry says the majority of those who entered the territory have already returned to Morocco.</p><p>“We are relentless against those who break the law,” Spanish Interior Minister Fernando Grande-Marlaska told journalists in Ceuta on Saturday.</p><p>Questioned how this massive border breach could have happened given the heavy security on both sides of the border and whether Morocco posed a threat to Ceuta, Marlaska defended the government in Rabat.</p><p>“The events require an evaluation by Spain and Morocco,” he said. But it was the cooperation with its neighbors that allowed Spain “to revert the situation in 24 hours.”</p><p>“Morocco is not a threat to Ceuta, or to the rest of Spain. It is a reliable partner,” Marlaska emphasized.</p><p>EU leaders call for coordinated response</p><p>The leaders of 22 EU countries called for a coordinated response to the situation in Ceuta.</p><p>In a letter to top EU officials, released Saturday by the Danish prime minister’s office, the countries asked the EU's current Irish presidency to urgently convene an extraordinary videoconference of the bloc's interior ministers.</p><p>“We cannot allow uncontrolled mass crossings, the instrumentalization of migration or other hybrid threats to create the perception that illegal entry into the European Union is possible. That a migrant’s illegal entry can turn into legal stay,” the letter said. “Such a perception would encourage further attempts, undermine confidence in our common migration policy and have repercussions for all Member States.”</p><p>The letter was signed by the leaders of Italy, Denmark, Austria, Belgium, Bulgaria, Cyprus, Croatia, the Czech Republic, Estonia, Finland, Germany, Greece, Hungary, Latvia, Lithuania, Malta, the Netherlands, Poland, Romania, Slovenia, Slovakia and Sweden.</p><p>Sánchez, Spain's prime minister, also asked for a videoconference of EU interior ministers to “enable us to establish a common response to situations of this kind and reaffirm that the security of our external borders is a shared responsibility of all Member States, and not only of those on the Union’s front line.”</p><p>Sánchez slammed the reaction of some EU nations who he said had “chosen to attack Spain and to call for its temporary exclusion from the Schengen Area.”</p><p>Italian Premier Giorgia Meloni has threatened to suspend Italy’s open-border Schengen agreement with Spain, and Italy was reimposing border controls for people arriving from Spain by air and sea.</p><p>“In the current international context, the European Union cannot afford this kind of selfish, polarizing and unlawful reaction,” Sánchez wrote in his letter.</p><p>Migrants head back into Morocco</p><p>Hundreds of migrants who recently crossed from Morocco into the Spanish enclave of Ceuta streamed back across the border on Saturday, telling an Associated Press reporter they were returning “of their own free will” after what they described as degrading treatment on the Spanish side.</p><p>Migrants walked along a long stretch of wave breakers before slipping into Morocco through a small breach in the border fence that had become an informal entry point. Moroccan police and soldiers stood by, watching. Most of the migrants were Moroccans, while a smaller number were from sub-Saharan Africa.</p><p>Hungry and angry, some barefoot or shirtless and others nursing visible injuries, those who returned said they had “seen hell in Ceuta.”</p><p>“I decided to come back on my own,” said Ouail Lamzeiz. “I spent eight days in Ceuta, and I was about to get a bed at the migrant center, but I hadn’t eaten for days. Even the Moroccans there didn’t help,” he added, showing a document supporting his account.</p><p>His friend, Salah Eddine El Arrage, said he decided to return to Morocco after, he said, Spanish police beat him.</p><p>Migrants interviewed by The Associated Press said they spent their nights sleeping in the forests around Ceuta because they could not find shelter, and that they often fought over food.</p><p>One, Othmane El Merzoug, stopped passersby to ask for a phone call so he could reach his family and ask them to send money for the journey back to his hometown, about 189 miles (305 kilometers) from the border.</p><p>The road linking the Moroccan town of Fnideq to the border crossing bore the scars of the previous night’s unrest. Burned-out vehicles sat along the roadside, while the acrid smell of smoke still hung in the air. Police barriers channeled traffic toward the crossing, and water cannons remained stationed nearby.</p><p>“Life in this city has been disrupted as a result of the border incident,” said Ceuta’s President Juan Jesús Vivas. “The return of people has begun satisfactorily but the process must be completed.”</p><p>In the Moroccan city of Tangier, about 75 kilometers (46 miles) west of Ceuta, the main railway station was busy with people returning from Ceuta or the border. Some slept on the ground, exhausted.</p><p>“I tried to cross, but I failed. I stayed near the border with Ceuta for two days, but I couldn’t find anything to eat,” said Abdalah, an aspiring migrant who asked that his last name not be published out of fear of retaliation for trying to cross illegally.</p><p>But some who made it to Ceuta were determined to stay. Among them was Mohamed Hatri, a 23-year-old Moroccan.</p><p>“They’ve closed everything down so that we can’t buy anything to eat, to force us to return to our country,” he said. “But even if they close it down … we’re round to stay here, whether we’re hungry or not.” —— Oubachir reported from Fnideq, Morocco. Renata Brito in Barcelona, Spain and Elena Becatoros in Athens, Greece contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6DWXVM4DSFIZXMZBFS57UOGVW4.jpg?auth=c59d1fc30e3ab30dbec99d3d9756aa735dde5aeb01e5108dd509b3b029fa7f4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spanish army soldiers assist a migrant who swam from Morocco to the Spanish enclave of Ceuta, Saturday, Aug. 1, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZAIYV5SHBJCVIKJPTJXGIDKXI.jpg?auth=85cf6ada5f87513404fe5443f482f2533dd9da9e92e7de32e03260c81167daa3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants run from Spanish police officers after crossing from Morocco into the Spanish enclave of Ceuta, Friday, July 31, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OEWONRJYEH5M5XVPRMT5XNT6RM.jpg?auth=2e175e45181f875121419df92465c5ea42484d4e37e6a38a34071c0c732a1c83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants return to Morocco from the Spanish enclave of Ceuta, Saturday, Aug. 1, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F3RUWXRAYXGNWG5WHQZEL5EN6E.jpg?auth=1b69ff9579f071716327bd1be72daaddf2da9f2f9e325e15f39e0ac5dc055adf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spanish army soldiers and Guardia Civil officers stand guard as migrants return to Morocco from the Spanish enclave of Ceuta, Saturday, Aug. 1, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content></item><item><title><![CDATA[Clark has 26 points, 10 rebounds and 10 assists in the Fever's victory over the Fire]]></title><link>https://www.local10.com/sports/2026/08/01/clark-has-26-points-10-rebounds-and-10-assists-in-the-fevers-victory-over-the-fire/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/01/clark-has-26-points-10-rebounds-and-10-assists-in-the-fevers-victory-over-the-fire/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[PORTLAND, Ore. (AP) — Caitlin Clark had 26 points, 10 rebounds and 10 assists for her fourth career triple-double, and the Indiana Fever won their their fifth straight with a 112-98 victory over the Portland Fire on Friday night.]]></description><pubDate>Sat, 01 Aug 2026 04:35:00 +0000</pubDate><content:encoded><![CDATA[<p>PORTLAND, Ore. (AP) — Caitlin Clark had 26 points, 10 rebounds and 10 assists for her fourth career triple-double, and the Indiana Fever won their their fifth straight with a 112-98 victory over the Portland Fire on Friday night.</p><p>Kelsey Mitchell also had 26 points for the Fever (19-10), who have won nine of their last 11 and had five straight games with 100 points.</p><p>Bridget Carleton had 26 points for the Fire (11-18), who have lost four straight.</p><p>The Fever pulled away in the third quarter, going up by 18 points to lead 90-72 heading into the fourth quarter. Makayla Timpson hit a layup that pushed the lead to 10 points to open the fourth.</p><p>Portland closed the gap, pulling to 98-88 on Carleton's 3-pointer with 4:08 left. She had a layup that made it 100-93 to get the Fire even closer. Clark hit free throws to make it 110-96 with just a minute to go and the Fire ran out of time.</p><p>There was a pregame rally outside of the Moda Center in support of Sophie Cunningham and her recent comments about barring transgender athletes from women's and girls' sports. A similar rally was held before the Fever's 105-94 victory at the Seattle Storm on Tuesday.</p><p>Cunningham was booed by the Moda Center crowd when she came into the game midway though the first quarter. Shortly thereafter, she hit a 3-pointer that put the Fever up 14-8. Cunningham finished with 13 points.</p><p>Megan DiLeo 3-pointer put the Fire up 36-30 but the Fever clawed back a 56-47 lead at the half. Clark led the Fever with 17 first-half points.</p><p>The game was a sellout with a Fire-record 19,959 in attendance.</p><p>Up next</p><p>Fever: At Minnesota on Sunday.</p><p>Fire: Host Los Angeles on Sunday.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3PK6OB7G43Y6JNTJIG2R72RI74.jpg?auth=96d95ba438f0228cb4a064cc17dadf13c629308022278f2af0746278ea478eec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Storm guard Flau'jae Johnson, back, reaches for the ball against Indiana Fever guard Caitlin Clark, front, during the second half of a WNBA basketball game, Tuesday, July 28, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Britain's new leader shifts power from Downing Street to Manchester with 'No. 10 North']]></title><link>https://www.local10.com/news/world/2026/08/01/britains-new-leader-shifts-power-from-downing-street-to-manchester-with-no-10-north/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/01/britains-new-leader-shifts-power-from-downing-street-to-manchester-with-no-10-north/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[MANCHESTER, England (AP) — Britain has a new hub of power: a bland modern office block about 165 miles (260 kilometers) from the prime minister's official London office and residence at 10 Downing St.]]></description><pubDate>Sat, 01 Aug 2026 09:22:23 +0000</pubDate><content:encoded><![CDATA[<p>MANCHESTER, England (AP) — Britain has a new hub of power: a bland modern office block about 165 miles (260 kilometers) from the prime minister's official London office and residence at 10 Downing St.</p><p>The Manchester low-rise is home to “No. 10 North,” the flagship of new Prime Minister Andy Burnham’s pledge to be a different kind of U.K. leader. Burnham was mayor of Greater Manchester before vaulting back into national politics, and one of his first acts was to set up a branch office in the city. It’s both symbol of and engine for his pledge to give local leaders more powers and spread economic growth around the country.</p><p>Burnham calls it “a North Pole that balances the South Pole" of Westminster politics in London. Critics have called it a gimmick.</p><p>It’s certainly a novelty. While past British leaders have spent weekends in their local constituencies, or at the prime minister’s official Chequers country retreat, none in living memory has had a large-scale office outside London. Burnham plans to work there at least one day a week, alongside a full-time staff of aides, experts and civil servants.</p><p>“It’s not another office," Burnham said Friday. "It is a fundamental change to the way the country thinks about growth and investment."</p><p>The king of the north goes nationwide</p><p>Burnham believes Manchester holds the key to avoiding the fate of Keir Starmer, his predecessor as Labour Party leader and prime minister.</p><p>Starmer stepped down in July after two years in office, following missteps, policy U-turns and his failure to get Britain’s sluggish economy growing.</p><p>During nine years as Manchester mayor, Burnham was praised standing up to central government on behalf of a proud, battle-scarred northern city that gave birth to the Industrial Revolution, movements for social change and a dynamic music scene. He gained the nickname King of the North for his championing of the city — and his political ambition.</p><p>Burnham promoted what has been called “Manchesterism,” a form of business-friendly socialism that involves harnessing private investment for major projects and decentralizing government to give communities more control over housing, transport, training and public services.</p><p>The city center boomed during his mayoralty. Skyscrapers sprouted from vacant lots, service industries grew, a thousand coffee shops bloomed and a municipally run network of bright yellow buses and trams crisscrossed the city.</p><p>Now Burnham wants to replicate the approach across the country, using No. 10 North as the engine room for redistributing wealth and economic opportunities to areas blighted by shuttered industries, lost jobs and an exodus of young people.</p><p>In a first step, Burnham announced Friday that mayors will get to keep a greater share of income and business tax revenue from their areas, calling it the “biggest transfer of power, funding and responsibility from Westminster in a generation.”</p><p>Many of the details haven’t been announced, however, including how much new money mayors will be getting.</p><p>Rob Ford, professor of political science at the University of Manchester, said Burnham’s bold early moves suggest “he does mean business in terms of changing the overall mechanics of government.”</p><p>“We have one of the most centralized countries out of all developed democracies in terms of how much money and decision-making power gets hoovered into the center, how little there is for the provinces to do,” Ford said. “He does seem quite determined to change that, but that’s a huge job.”</p><p>Burnham's critics point out that Manchester’s boom hasn't spread to all its outskirts, and the anti-immigration party Reform UK has been a beneficiary of voters’ discontent.</p><p>Supporters welcome the government’s northern tilt</p><p>It’s envisioned that No. 10 North will eventually get a brand-new headquarters as part of an inner-city redevelopment project. For now, it shares a building with a chain pub, a civic register office and a branch of the cyberintelligence agency GCHQ.</p><p>It’s very different to cramped, stuffy 10 Downing St, a 350-year-old townhouse awkwardly converted into the hub of a government that has grown too big for it.</p><p>Supporters say No. 10 North is already a breath of fresh air. Rose Marley, chief executive of Cooperatives UK, an umbrella group for member-owned businesses, felt the difference when she was invited to a meeting there.</p><p>“It was so refreshing that it wasn’t us having to travel to London all the time,” she said. “Westminster might start realizing how bad the trains are and how much it costs when they have to come back the other way.”</p><p>Marley, who advised Burnham when he was mayor, likens the impact to when the BBC moved production of some programs to Salford in Greater Manchester.</p><p>“For the first time ever, the likes of me were asked onto the BBC sofa,” she said. “It meant voices like mine started to appear on the sofa and a diversity of thinking started to be heard.</p><p>“The voices that are furthest away from what you’re saying and what you believe, that’s when you need to listen the most," she said. "Westminster really does need to listen to all the parts of the country.”</p><p>Burnham urged to look beyond Manchester</p><p>Most Mancunians are proud of their city, and many support the idea of it getting more control over its own affairs.</p><p>“I think it makes sense,” said Sam Turner, a nursing lecturer. “Because the north is very different to the south, there are different house values, there’s different land values, with different salaries.”</p><p>But Ford says Burnham will need to show that he is giving power to all parts of the country, not just Manchester.</p><p>“You could go to Liverpool down the road, or Leeds, or Sheffield and they’ll say, ‘Well, you know, an office in Manchester isn’t necessarily an office for us,’” Ford said. “So that’s an argument he still has to win.”</p><p>Lesley Lebbon, visiting Manchester from Newmarket in eastern England, said No. 10 North is “a start,” but that other regions need attention, too. She’d like to see “more No. 10s, maybe an East and a West No. 10.”</p><p>Still, “I like the idea of what No. 10 North represents,” she said. “I think any progress has got to be better than no progress.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZTZBGYNO3ONWQSSJMKUMZJTZUM.jpg?auth=57678de2910f4d993fea6e88d76f18e6b03acc3e507b6e0a9567c26cc003f2d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Andy Burnham arrives to hold a National Economic Council meeting at No 10 North at Heron House in Manchester, England. Friday July 24, 2026. (Christopher Furlong/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Christopher Furlong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ON7THNEOEEC7GMN7IIGWDIZUNM.jpg?auth=6d90431efb62904f186e0bf5c71c4a49f68515b6ad97f2fca232bd1ea31bb86f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Andy Burnham during a visit to a family center in Sheffield, England, Friday, July 31, 2026. (Annabel Lee-Ellis/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Annabel Lee-Ellis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GKKTLSTHETVARXBEBQZ3BEK5SI.jpg?auth=b2f88356d5429d92516a23ecf528dc12fd94805131079bd0b2be1a655d7a9697&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Andy Burnham holds a National Economic Council meeting at No 10 North at Heron House in Manchester, England. Friday July 24, 2026. (Christopher Furlong/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Christopher Furlong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZQ3RJ5NZY2VTISBJPEHC5PWKTI.jpg?auth=26bccbdc5134a6e3618010f3095df601e51814e2b8081885422684439b7c22f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Andy Burnham, third left, holds a National Economic Council meeting at No 10 North at Heron House in Manchester, England. Friday July 24, 2026. (Christopher Furlong/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Christopher Furlong</media:credit></media:content></item><item><title><![CDATA[Breakneck pace in immigration courts is driving up deportation orders]]></title><link>https://www.local10.com/news/national/2026/08/01/breakneck-pace-in-immigration-courts-is-driving-up-deportation-orders/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/01/breakneck-pace-in-immigration-courts-is-driving-up-deportation-orders/</guid><dc:creator><![CDATA[By VALERIE GONZALEZ and CYBELE MAYES-OSTERMAN, Associated Press]]></dc:creator><description><![CDATA[HARLINGEN, Texas (AP) — The Trump administration is packing immigration courtrooms and giving less lead-time on hearings in an effort to clear a decades-long backlog. The result is a historic rise in the number of people missing court dates and being immediately ordered deported as the system struggles to keep up, new data shows.]]></description><pubDate>Sat, 01 Aug 2026 04:04:15 +0000</pubDate><content:encoded><![CDATA[<p>HARLINGEN, Texas (AP) — The Trump administration is packing immigration courtrooms and giving less lead-time on hearings in an effort to clear a decades-long backlog. The result is a historic rise in the number of people missing court dates and being immediately ordered deported as the system struggles to keep up, new data shows.</p><p>Dozens and often hundreds of immigrants' cases a day are being assigned to individual judges in courthouses across the country, in what are known as “mega” master hearings, which have seen a significant increase this year. More than 1,300 such hearings were held in June alone, a nearly threefold jump from the previous June, according to data analyzed by Mobile Pathways, a nonprofit that tracks immigration court data to help immigrants, their lawyers and other organizations.</p><p>At the same time, the data shows, courts have severely cut the length of time many people are getting to prepare for complex immigration proceedings, from about six months to often just a little more than a month.</p><p>They're subsequently missing hearings, receiving deportation orders and being told they've abandoned any asylum claims at unprecedented rates.</p><p>“The combination of collapsed lead times and packed hearing blocks is a schedule designed for people not to have their case heard,” said Bartlomiej Skorupa, chief operating officer of Mobile Pathways. “The data shows valid claims are closed before being adjudicated.”</p><p>Those who favor stricter immigration laws see the swift hearings as a course-correction for a longstanding problem.</p><p>“There’s no credibility in the system that never reaches an end,” Andrew Arthur, a fellow at the conservative Center for Immigration Studies, said.</p><p>Still, he worries that these rapid-fire hearings could affect judges’ performance.</p><p>“You don’t want to put so many cases on that the judges get burned out or that there’s a danger of denying due process to anybody,” Arthur said.</p><p>The Justice Department office that handles immigration courts said in a statement that judges were adjusting their schedules to resolve cases more quickly, while making sure all cases get handled fairly and lawfully. It said court delays harm immigrants who have valid claims, and that the public interest is served when the government deports people without legal grounds to stay.</p><p>Immigration courts are overwhelmed</p><p>Attending immigration court in Harlingen, Texas, on days where there are mega master hearings can mean waiting outside in the hot, crowded entrance for over an hour until the lobby can accommodate the next wave of people. Adults with cases often are accompanied by relatives and attorneys, and detained children are brought in with shelter case managers and legal advocates.</p><p>The courts call it a “mega” day when a judge has more than 50 cases scheduled. Although the practice is not new, it became much more frequent starting in mid-May.</p><p>On a recent day, about 90 cases were scheduled with Immigration Judge Delia Gonzalez. More than 20 people did not show up, but even so she ran out of time to hear each case and rescheduled a handful of people who had waited more than eight hours.</p><p>“There’s a real limit to how many cases a judge can hear with any care in one morning,” said former immigration judge Elizabeth Young. “When you cram that many hearings into a single docket, you’re working through a list, not holding court.”</p><p>Some immigrants requested more time before their next hearings, presenting evidence of having been defrauded by unscrupulous attorneys profiled in local news reports. Others without any attorney asked for more time to figure out the proper evidence filing procedures.</p><p>A Colombian man who submitted more than 1,500 pages as evidence in his asylum claim said he still wanted to obtain more documentation from members of the military, businesses and politicians back home.</p><p>Gonzalez declined the requests. Most cases lasted less than five minutes.</p><p>There is no leeway for no-shows</p><p>That same day in West Valley City, Utah, Immigration Judge Brock Taylor was assigned 159 cases. By noon, Taylor recited a dozen names of people from Mexico, Colombia, Peru and Venezuela who failed to show up. Without elaborating, he said each was properly notified of their hearing date and failed to appear. He ordered them removed from the United States and they would have no right to appeal.</p><p>In Chicago, attorney Peter Meinecke, a lawyer for the Resurrection Project, which runs a legal clinic for immigrants, said one of his clients was issued a removal order when he couldn’t attend a mega master hearing across the country in Seattle after a vehicle accident fractured both of his legs and confined him to a wheelchair.</p><p>At the start of the second Trump administration in January 2025, about 20% of people missed scheduled immigration court hearings nationwide, according to Mobile Pathways. As hearing notice times shrunk, that no-show rate doubled to 40% by this June, the organization said. A nonprofit group that tracks and analyzes immigration court data and gives that information to immigrants and other organizations.</p><p>Deportation orders have risen alongside the no-show rates. Almost 33,000 deportation orders were issued in January 2025. This June, there were about 79,000, according to Mobile Pathways' data. And once a deportation order is issued, an immigrant’s asylum claim is almost always considered “abandoned.”</p><p>The national rate of cases considered abandoned is now nearly five times the historical average dating back to 2009; in New York and Chicago specifically, it’s roughly six times higher, according to Mobile Pathways.</p><p>“That’s a recipe for disaster, because more people are going to be ordered removed in absentia who truly have a valid case,” said Katie Fleming, a director at Acacia Center for Justice, a network of legal service providers.</p><p>Some people have even been issued deportation orders while they were inside the building that houses the Chicago immigration court, but confused about where to go and how to get help, according to Alex McGriff, an attorney for the National Immigrant Justice Center, which runs a legal help desk there.</p><p>“The court ordered them removed despite the fact that they were not absent,” McGriff said.</p><p>The backlog is shrinking, but caseloads are not</p><p>Advocates for stricter immigration policies call the strategy a time-saver.</p><p>“It really is economizing the judge’s time,” said Arthur, the Center for Immigration Studies fellow. “It is increasing the number of final orders that are going out, so that’s decreasing the backlog entirely.”</p><p>The backlog, which grew significantly under the Biden administration, has decreased for the first time in at least 10 years. The number of pending cases with the Executive Office of Immigration Review, which oversees immigration courts, decreased from 3.7 to 3.5 million in fiscal year 2025 and continued to drop this year.</p><p>“It can be a tough job when you’re doing it at scale,” Arthur said.</p><p>Attorneys representing immigrants have similar challenges keeping up as their own caseloads intensify.</p><p>Jaime Diez, a veteran immigration attorney based in Brownsville, Texas, recently had almost 20 cases called in one day, nearly 10 times his previously normal pace.</p><p>“Due process is being thrown out of the window,” Diez said standing outside the courtroom with a six-inch thick file for one client. “It’s very worrisome, I don’t know how long it’s going to last.”</p><p>___</p><p>Mayes-Osterman reported from Chicago and is a corps member for The Associated Press/Report for America Statehouse News Initiative. Report for America is a nonprofit national service program that places journalists in local newsrooms to report on undercovered issues. Associated Press writer Elliot Spagat contributed from West Valley City, Utah.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RJR7D4DNNR37UQSIQKV4DOCLBA.jpg?auth=aab7525b4c27896f07b6730e5a3800a3c7708d59d5e4a6556ca7384d9f0e2fc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People arrive for immigration court hearings in New York, Monday, July 27, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OIX4YIY6ISU4PE6LRAWORCTCUM.jpg?auth=9439901632956d91e906006fb7cde48a28b452a38b866c8e01b00e5de0703374&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People wait in line to enter immigration courts and services in New York, Monday, July 27, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ORKBN5FP2XDFWP5SAJDPZFNH7U.jpg?auth=15c89216ab1bb6637f1124b17bd5c55fa438b2412d23fa98add2b2d234cc33c9&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 spike of immigration asylum cases considered abandoned under Trump's second term. (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/UEEC5TJQD4FPD27MVDX3LWNHNE.jpg?auth=164e77ba0f607a952bffc32d85955c92c68bc95fa86f5cf17ff0c6f8625e03d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand in line for immigration court in New York, Monday, July 27, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E2EGHYO5ZNWJZFI7W5A4OY6T7Y.jpg?auth=641542fba007ce60d2dcb467c3a6e5546c3ac137fa5b7785d048a8b5349653cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People arrive for immigration court hearings in New York, Monday, July 27, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Leave it: Dog trainers help pets avoid venomous snakes]]></title><link>https://www.local10.com/health/2026/08/01/leave-it-dog-trainers-help-pets-avoid-poisonous-snakes/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/01/leave-it-dog-trainers-help-pets-avoid-poisonous-snakes/</guid><dc:creator><![CDATA[By ANITA SNOW, Associated Press]]></dc:creator><description><![CDATA[TUCSON, Ariz. (AP) — Ripley, a medium-sized dog with a strong prey drive, curiously approached Brian, a large western diamondback rattlesnake, until she got a quick zap on the neck meant to simulate a venomous viper’s bite.]]></description><pubDate>Sat, 01 Aug 2026 11:29:35 +0000</pubDate><content:encoded><![CDATA[<p>TUCSON, Ariz. (AP) — Ripley, a medium-sized dog with a strong prey drive, curiously approached Brian, a large western diamondback rattlesnake, until she got a quick zap on the neck meant to simulate a venomous viper’s bite.</p><p>Suddenly, the 2-year-old blue heeler mix wanted nothing to do with Brian’s textured brown skin or furiously rattling tail. Ripley was never in danger because Brian had his venom glands removed years ago.</p><p>Dog trainer J.J. Belcher of Sublime Canine in Tucson, Arizona, said the single shock delivered one recent morning from an electronic training collar should be sufficient to keep Ripley away from venomous snakes that can sicken or even kill a dog. Belcher said Ripley can come back in a year for a free training session to make sure the lesson stuck.</p><p>Ripley’s owners, Amber Schneider and Wendy Timm, said they opted for the training because the dog regularly hunts small animals.</p><p>“We have an acre of natural desert and respect all the snakes, but she’s very curious about wildlife,” said Timm. “We are doing this because we want to keep our dog safe.”</p><p>How common are dog-snake interactions?</p><p>The American Society for the Prevention of Cruelty to Animals says as many as 150,000 dogs are bitten by venomous snakes each year in the United States. In the rattlesnake hot spot of Arizona, emergency veterinarian Dr. Sarah Carotenuto says the Veterinary Specialty Center of Tucson treats four to six dogs daily for rattlesnake bites, along with an occasional cat.</p><p>Training programs to protect canines from poisonous snakes are offered around the U.S., especially in the Western deserts, woods and grasslands that are home to western diamondbacks. The snakes can reach over 5 feet long (1.5 meters) and strike in less than a second when they feel threatened.</p><p>There are also classes from Illinois to Florida to guard animals against eastern diamondbacks, timber rattlers and other venomous snakes.</p><p>Carotenuto said the snakebite survival rate for pets is 94% with quick treatment, which can cost thousands of dollars depending on how much antivenom and hospitalization is needed.</p><p>“Do bring us your dog quickly, but please don’t bring us the snake!” emphasized Carotenuto. Some people have brought in the guilty snake, but it’s unnecessary to identify the exact species before administering antivenom effective against all kinds of rattlers.</p><p>Which method is best?</p><p>Carotenuto, who teaches at the University of Arizona’s College of Veterinary Medicine, said she’s participating in a research study there into whether rattlesnake-aversion training works, and which method is most effective.</p><p>Like Belcher, most trainers insist that the use of the electronic collar is necessary to ensure a dog will avoid poisonous snakes.</p><p>“It’s a very fast and effective form of training,” said Belcher, who has traveled around the Western U.S. for more than two decades teaching rattlesnake avoidance to thousands of pet and working dogs, including search-and-rescue animals and the occasional police dog.</p><p>He acknowledged the growing debate about the use of electronic training collars, a method that the American Humane Society has opposed as cruel.</p><p>The ASPCA doesn’t explicitly oppose electronic collars, but insists they be used correctly.</p><p>“This type of training can be highly effective — however, we recommend that such training be conducted only under the guidance of a trainer knowledgeable in the principles of avoidance learning,” said Pamela Reid, vice president of ASPCA's behavioral sciences team.</p><p>“It is imperative to weigh the dog’s risk of a snakebite against the potential fallout from using an electronic collar,” she said.</p><p>Training a dog to come reliably when it’s called and to “leave it” when it is interested in something dangerous “can go a long way toward keeping a dog safe,” she said.</p><p>Belcher said he has developed an alternative positive-reinforcement program for clients who are squeamish about electronic collars, but nobody has wanted to pay the $2,500 he would charge for the multiple sessions. A single visit with the collar costs $125.</p><p>Another trainer, Mike Parmley in Salt Lake City, teaches as many as 500 dogs every year, usually in small classes of four to six. He uses an electronic collar set on a low level, emphasizing, “You don’t have to shock the hell out of the dog.”</p><p>He aims to help dogs steer clear of the Salt Lake area's Great Basin rattlesnakes.</p><p>“They are a pretty big problem up here in the foothills,” said Parmley, who owns Barley’s Canine Recreation Center. “They came out a lot earlier this year because of a trend of warmer weather, and we had more than 100 dogs signed up by early June.”</p><p>Other steps to prevent encounters with snakes</p><p>Here are some tips from trainers and veterinarians for protecting your dog:</p><p>— Learn about snakes in your area. Venomous snakes exist across the U.S., with various rattler species not only in the West but as far east as New York and North Carolina.</p><p>— Clear your yard of long grass and other foliage or debris that can attract small rodents hunted by snakes. Trimming back growth can eliminate hiding places.</p><p>— Stay on well-worn trails while hiking and keep your dog on a leash.</p><p>— Don’t let your guard down even if your dog has had avoidance training. A viper can surprise and attack a person or pet without warning.</p><p>— Seek emergency care immediately if your dog is bitten because the venom will move quickly through its body, destroying tissue.</p><p>___</p><p>For more AP pet stories, go to https://apnews.com/hub/pets</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XLIGP5X6U4LS7NRT76E7APAONM.jpg?auth=6b1c23d75c87794fc787193f626552d891a6c5e9eb84642c8e542eda9d1d08fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this undated photo shows Brian the rattlesnake, which is used to train dogs to avoid dangerous vipers, in Tucson, Ariz. (J.J. Belcher via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">J.J. Belcher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K5ULC5JZXZ6B7TGPN7BP4HO5YU.jpg?auth=70991516576a3601b1e37dedd72fc67b5a03a85775e0911da29fe22062d5a4d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo shows trainer J.J. Belcher, right, using his western diamondback rattler Brian to teach a dog to avoid poisonous snakes in Tucson, Ariz. (J.J. Belcher via AP)]]></media:description></media:content></item><item><title><![CDATA[Trump wanted interest rate cuts to be 'Rocket Fuel' for the economy. He is losing that fight so far]]></title><link>https://www.local10.com/business/2026/08/01/trump-wanted-interest-rate-cuts-to-be-rocket-fuel-for-the-economy-he-is-losing-that-fight-so-far/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/01/trump-wanted-interest-rate-cuts-to-be-rocket-fuel-for-the-economy-he-is-losing-that-fight-so-far/</guid><dc:creator><![CDATA[By JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump has been losing his own battle to cut interest rates.]]></description><pubDate>Sat, 01 Aug 2026 04:00:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump has been losing his own battle to cut interest rates.</p><p>The president likes to vilify high rates as an affront to the size and strength of the U.S. economy, saying that America deserves the cheapest borrowing costs in the world. Trump for months publicly pressured the Federal Reserve to slash its benchmark rates, claiming it would be “Rocket Fuel!” for growth and make housing more affordable.</p><p>But since the war in Iran began at the end of February, borrowing money has become more expensive, meaning fewer families can afford mortgages or auto loans. The government is getting squeezed, too — as it has spent $827 billion so far this fiscal year to service the national debt, more than it has devoted to national defense.</p><p>The scope of the problem became clear this past week when Kevin Warsh, the Fed's new chair picked by Trump, said in his second press conference on the job that inflation continues to run hot but offered no clear guidance on how to fix the problem.</p><p>Interest rates are rising, even though Trump pledged they would fall</p><p>Rates on 30-year U.S. Treasury bonds hit their highest levels in nearly two decades, the exact opposite of what Trump had pledged to voters. The 10-year U.S. Treasury note saw its interest rate shoot up above 4.7% on Friday, surpassing what the president inherited when he returned to the White House last year.</p><p>But Trump has largely ignored the jump in interest rates and has portrayed the economy as booming, even though the government recently reported that the annual growth rate for the prior three months was a sluggish 1.5%.</p><p>“We have the most successful environment that we’ve ever had,” Trump told his Cabinet on Friday. “There’s never been anything like it from the standpoint of investment into our country.”</p><p>Neither Trump nor his Treasury Secretary, Scott Bessent, discussed interest rates during the public portion of the meeting. But White House spokesman Kush Desai said the end of the Iran war would ultimately reduce energy costs and allow the Fed to reduce rates. “Oil prices — and thus overall inflation — will plummet again when President Trump forces a successful resolution with Iran, further paving the way for additional interest rate cuts by the Federal Reserve,” Desai said.</p><p>Higher interest rates are weighing on voters ahead of the midterm elections</p><p>The prospect of higher borrowing costs has become troublesome for Republicans in the November elections, as Trump’s own policies helped drive the increase.</p><p>His tariffs that began last year caused rates to jump so quickly that he backed off and reformulated them. Trump has championed the construction of data centers for artificial intelligence, but the bonds financing those projects appear to have helped push up interest rates. And the war in Iran has fueled rising oil prices.</p><p>Republicans had hoped to show clear progress on affordability to voters ahead of the midterms. Trump can point to a low unemployment rate and solid consumer spending as proof that the economy remains stable, yet there are few signs that these arguments have connected with the public.</p><p>One possible reason why Trump's economic messaging has struggled is that voters care more about whether their incomes are outpacing inflation, according to research released in June by Georgetown University's Juan Felipe Riaño and the University of California, Berkeley's Francesco Trebbi.</p><p>Trump and Republicans not only promised lower interest rates in the 2024 elections, but they indicated that prices could fall outright if their policies were in place. But over the last 12 months, inflation has nearly kept pace with hourly wage gains — and that understates the extent of the problem because debt service costs are not included in the consumer price index.</p><p>“It cut against Democrats in 2024, and if prices and borrowing costs keep outrunning wages into the fall, the same logic points at Republicans now,” Riaño, the Georgetown University economist, told the AP.</p><p>Housing affordability has been a sore point for voters</p><p>Earlier this year, the Trump administration directed Freddie Mac and Fannie Mae, the two mortgage firms under government conservatorship, to buy at least $200 billion in home loans to bring down mortgage rates.</p><p>Earlier this year, Republicans had hoped to campaign on falling rates and a bipartisan bill to increase home construction to help defend their House and Senate majorities. One GOP lawmaker, who spoke on condition of anonymity to discuss strategy, said the hope was that Trump would sign the bill as mortgage rates fell below 6%, which could improve housing affordability and public sentiment toward the overall economy.</p><p>However, Trump called the bill a “big yawn” and allowed it to become law without his signature. And the mortgage company Freddie Mac said Thursday that 30-year rates were averaging 6.66%, essentially unchanged from a year ago.</p><p>Markets don't expect interest rates to drop before the election</p><p>Warsh, the Fed chair since May, has said he has been content to let the financial markets do more to set the rates, rather than the central bank. Even though the Fed has held its benchmark rate steady this year, the markets on their own have chosen to charge a premium for holding U.S. government debt.</p><p>“Markets reflect the higher inflation, policy uncertainty,” said John Silvia, the CEO of Dynamic Economic Strategy. “They are the product of events.”</p><p>Warsh on Wednesday portrayed that as a positive, even if the result goes against what Trump expected from his new Fed chair.</p><p>“Market participants are learning to play the ball, not the referee — and market prices will continue to respond in the direction and magnitude they see fit,” Warsh said. “This is, in my view, a change for the better — and we are just getting started.”</p><p>But time might not be on Trump's side for fixing high interest rates. The next Fed meeting on rates will conclude on Sept. 16. Markets currently expect Fed officials to vote to raise rates in order to reduce inflationary pressures, according to CME FedWatch.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AVKHUPRCEWVDOZZV3E6EN3SEBA.jpg?auth=782887ea5118ed366e9a1098866e5f712abf9df0b4e2f3228c11a8b79c8ed483&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens during a cabinet meeting, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Sophie Cunningham says she's not concerned about being a distraction for the Fever]]></title><link>https://www.local10.com/sports/2026/07/31/sophie-cunningham-says-shes-not-concerned-about-being-a-distraction-for-the-fever/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/sophie-cunningham-says-shes-not-concerned-about-being-a-distraction-for-the-fever/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[PORTLAND, Ore. (AP) — Sophie Cunningham says she's unconcerned that the rallies against transgender participation in women's sports that have accompanied the Indiana's Fever's recent games are a distraction for the WNBA team.]]></description><pubDate>Sat, 01 Aug 2026 04:56:43 +0000</pubDate><content:encoded><![CDATA[<p>PORTLAND, Ore. (AP) — Sophie Cunningham says she's unconcerned that the rallies against transgender participation in women's sports that have accompanied the Indiana's Fever's recent games are a distraction for the WNBA team.</p><p>Cunningham made the comments before the Fever's game Friday night against the Portland Fire. Outside, a group rallied for the second straight game in support of Cunningham and her recent comments about transgender athletes.</p><p>“I think at the end of the day, I come in and I do my job,” Cunningham said. "I think everyone who knows me personally, they know that I’m full of love. I’m bubbly. I love the people around me. I love basketball. I love inspiring the next generation and doing that in a positive light. And so that doesn’t even cross my mind. Doesn’t cross my teammates’ minds.</p><p>“And again, I’m here to play basketball, but I’m also here to be me, and I’m not gonna like shadow that or hide or, you know, dim my light just because maybe people don’t agree with that.”</p><p>Portland's rally came after a similar rally for Cunningham earlier in the week before the Fever's game at the Seattle Storm. Both rallies only attracted about two dozen participants and a bevy of onlookers.</p><p>“I have honestly had nothing to do with them,” Cunningham said. “I think it’s people just practicing their rights of freedom of speech and doing what other fans have been doing since the WNBA has started. And so props to them, props to everyone who is able to be competent and be bold and courageous enough to to speak their truths.”</p><p>Another rally was planned for Sunday in Minneapolis when the Fever play the Minnesota Lynx.</p><p>In Seattle on Tuesday, two Cunningham supporters sat courtside at Climate Change Arena holding signs. A co-owner of the Storm, Celeste Keaton was later fined an undisclosed amount and suspended for five games by the WNBA for an exchange with the two supporters.</p><p>The Storm also apologized for the incident, but did not provide details about the exchange, releasing a statement that said: “We remain committed to creating a welcoming and respectful environment for anyone who attends a Storm game.”</p><p>The Seattle rally promoted statewide ballot initiative, IL26-638, that would bar transgender students from participating in girls’ athletics at Washington schools. It also praised Cunningham, who voiced support for barring transgender athletes from girls’ and women’s sports in recent interviews.</p><p>“I am here to be a cheerleader for Sophie Cunningham, who has so bravely put her head above the parapet to protect women and girls in our sports and in our locker rooms,” said Amy Souza, who was among those at the Portland rally. “I was an organizer of this event, I was a co-organizer of the Seattle event. I’m also here, standing in solidarity with those teen girls who, unfortunately, were harassed when they were just trying to be fans of the sport, fans of Sophie Cunningham.”</p><p>Cunningham was booed by the Moda Center crowd in Portland when she entered the game midway though the first quarter. Many waved small pink, blue and white transgender flags.</p><p>The Fever downed the Fire 112-98 for their fifth straight win. Cunningham finished with 13 points and Caitlin Clark had her fourth career triple-double with 26 points, 10 rebounds and 10 assists.</p><p>Coach Stephanie White said she was concerned that the controversy was distracting from the team's play.</p><p>“You know there is a frustration, of course, because we want to we want to talk about basketball and we want to continue to work on our game and we want to continue to grow as a team.,” White said. “But I also understand this is part of our growth edge as a league, right? It’s part of our growth as a league, and we have to to be able to manage, we have to be able to insulate as much as we can, and then we have to be able to lead with conversation.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NJ6ZPNC7CITDXVP7YM6BGPLA7I.jpg?auth=a09ba5e0bcd131ba724a4d09891d4878010ce84e431328fe9cfa4833ef71cb0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Sophie Cunningham, front, runs by a fan holding a sign referencing her comments on transgender athletes and women's sports during the first half of a WNBA basketball game against the Seattle Storm, Tuesday, July 28, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P7FBCUWOQBODW6MJNTAEP2FKEU.jpg?auth=2c867d6cfbdf6b15062136d604c3a24adb29863a159c59712918c5fb1d3adf30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man dressed in a frog costume holds a sign supporting trans people during a rally to support Indiana Fever guard Sophie Cunningham after her comments on transgender athletes in women's sports before a WNBA basketball game between the Portland Fire and the Indiana Fever in Portland, Ore., Friday, July 31, 2026. (AP Photo/Craig Mitchelldyer)]]></media:description><media:credit role="author" scheme="urn:ebu">Craig Mitchelldyer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WLZ4FGFFJHDWQ6GQMS6MCQ3JTY.jpg?auth=5a5b62f5ad72b0d2c3e04080bceab4b9c0769f415bfe74ad3934a18e918a3a7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A counter protestor, left, raises her arms next to people rallying to support Indiana Fever guard Sophie Cunningham after her comments on transgender athletes in women's sports before a WNBA basketball game between the Portland Fire and the Indiana Fever in Portland, Ore., Friday, July 31, 2026. (AP Photo/Craig Mitchelldyer)]]></media:description><media:credit role="author" scheme="urn:ebu">Craig Mitchelldyer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VZSEEDRIFLGQS6V4QO2GTHKB6U.jpg?auth=796bdefcb4dca76c2dfab9e755a813617d1f0cee7ea869d8e0f7d685928e804a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People rally to support Indiana Fever guard Sophie Cunningham after her comments on transgender athletes in women's sports before a WNBA basketball game between the Portland Fire and the Indiana Fever in Portland, Ore., Friday, July 31, 2026. (AP Photo/Craig Mitchelldyer)]]></media:description><media:credit role="author" scheme="urn:ebu">Craig Mitchelldyer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GEKGIMVTMYZFL3QE32PX463SLQ.jpg?auth=e6b13fbdfafc9c9ff91654f5d5fc3f004c3dfc010b0b38c43d995f5e673d37ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People rally to support Indiana Fever guard Sophie Cunningham after her comments on transgender athletes in women's sports before a WNBA basketball game between the Portland Fire and the Indiana Fever in Portland, Ore., Friday, July 31, 2026. (AP Photo/Craig Mitchelldyer)]]></media:description><media:credit role="author" scheme="urn:ebu">Craig Mitchelldyer</media:credit></media:content></item><item><title><![CDATA[Russia hits Ukrainian capital with ballistic missiles and drones, killing at least 9]]></title><link>https://www.local10.com/news/world/2026/08/01/russia-hits-ukrainian-capital-with-ballistic-missiles-and-drones-killing-at-least-9/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/01/russia-hits-ukrainian-capital-with-ballistic-missiles-and-drones-killing-at-least-9/</guid><dc:creator><![CDATA[By VASILISA STEPANENKO, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russia launched an intense barrage of ballistic missiles and drones overnight into Saturday, killing at least nine people and wounding 33 civilians in the Ukrainian capital, Kyiv, authorities said.]]></description><pubDate>Sat, 01 Aug 2026 13:42:26 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russia launched an intense barrage of ballistic missiles and drones overnight into Saturday, killing at least nine people and wounding 33 civilians in the Ukrainian capital, Kyiv, authorities said.</p><p>The strikes follow a major Russian attack two days earlier that killed at least 10 people and wounded more than 50 others across Ukraine, as Moscow apparently looks to exploit Kyiv’s critical shortage of Western-supplied anti-ballistic missile defenses. The relentless cycle of attacks dims the potential of reaching a diplomatic end to Russia’s more than 4-year-old invasion of its neighbor.</p><p>Deaths and damage across Kyiv</p><p>A five-story residential building in the city's Solomianskyi District was damaged by falling debris and a fire broke out. Rescue workers evacuated 35 people from the upper floors of the building and two people died, with eight reported injured, including two children, according to Ukraine’s state emergency service.</p><p>In the Darnytskyi District of Kyiv, seven people were killed and another 14 injured after the attack caused fires and damage to houses, vehicles, an administrative and non-residential building, the emergency services said.</p><p>Elsewhere, emergency workers extinguished a fire in a non-residential building in the capital’s Shevchenkivskyi district. There was no additional information about earlier reports by the district mayor that people were trapped in another residential building.</p><p>Damage to commercial and residential buildings was reported in two other city districts.</p><p>Lithuania’s foreign minister said the country’s embassy in Kyiv was damaged when missiles struck nearby overnight.</p><p>Russia’s defense ministry said Saturday it had launched a “massive strike” against “Ukrainian military-industrial complex facilities and logistics centers in Kyiv.”</p><p>Zelenskyy presses for more air defense</p><p>President Volodymyr Zelenskyy has pressed the United States and other Western partners over Ukraine’s need for more Patriot anti-ballistic missile defense systems to counter missile attacks from Russia.</p><p>“Every package of ballistic missile interceptors saves the lives of our people. And every night without them results in more casualties,” he wrote on X following the latest attacks.</p><p>The Ukrainian leader late Friday said he spoke to U.S. Vice President JD Vance and discussed a meeting with President Donald Trump earlier this week in Washington, which Zelenskyy described as “positive and productive.”</p><p>“The Russian air strikes on our country continue and air defense, specifically interceptors for Patriot systems against ballistic missiles, remains a top priority,” Zelenskyy said Friday in a post on Telegram.</p><p>At a NATO summit in Ankara in July, Trump said the U.S. would give Ukraine a license to make Patriot systems, but he appeared to move away from that commitment on Friday during a Cabinet meeting at the presidential retreat in Camp David, Maryland, saying he had not yet made a final decision on the matter.</p><p>Resident describes more frequent attacks</p><p>From a basement shelter where she was taking cover as a second air alarm sounded for another wave, Liudmyla Nakonechna, 64, described how she was woken by loud explosions at 1:30 a.m.</p><p>“I ran into the corridor and was standing there when the bathroom door was blown off its hinges and struck me in the leg,” said Nakonechna, whose health is poor after undergoing cancer treatment. “I heard the sound of shattering glass. My balcony was covered in glass and it was completely blown apart, while the windows in my bedroom were also blown out.”</p><p>Nakonechna had not taken cover in a shelter since Russia’s full-scale invasion on Feb. 24, 2022, but the stress became too much, she said.</p><p>“It’s getting worse by the day,” Nakonechna said. “Whereas before there was an attack once every two weeks, or maybe once a week, now it happens practically every day. It is incredibly hard to bear this psychologically.”</p><p>In other developments</p><p>— In Russian-occupied Crimea, the Moscow-appointed head of the city of Sevastopol, Mikhail Razvozhayev, said Saturday that a 60-year-old woman was killed and two other people wounded in a drone attack on the city.</p><p>— Ukrainian drones struck three Russian oil refineries overnight in the Russian republic of Bashkortostan, Zelenskyy said Saturday. The refineries “process millions of tons of oil each year” and are located nearly 1,600 kilometers (994 miles) from Ukraine, Zelenskyy said on social media.</p><p>The Russian online news outlet Astra reported Saturday that a Ukrainian drone set an oil refinery in Ufa, the capital of Bashkortostan, ablaze. Local officials said debris from a downed drone caused “smoke” at an unnamed “industrial zone.”</p><p>Ukraine’s almost daily long-range drone and missile strikes using domestically developed weapons have battered Russian oil facilities for months. The operation has brought a fuel crisis that is embarrassing the Kremlin more than four years after Russia’s all-out invasion of its neighbor.</p><p>— A sanctioned Russian container ship, the Yanina, sank in the Black Sea after being hit by Ukrainian drones, Zelenskyy said Saturday, listing the ship as among “facilities that sustain the war effort.”</p><p>Russia’s state nuclear energy company, Rosatom, whose shipping subsidiary FESCO operates the vessel, said the ship was carrying “civilian goods” such as frozen food and construction materials.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L4XMQEY47REQSFL6M2UQKRVVWI.jpg?auth=26f96591c74d2ba80563b9e47f2a6da93c77aead0811b462483ae9b47d3df28a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency services personnel work to extinguish a fire following Russian missile attacks in Kyiv, Ukraine, Saturday, Aug. 1, 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/ZLEUEYQMX5NPZKAQNLEJN5ZE7A.jpg?auth=677622a03ac9d8862f7ccbcea0472b17c13df5096efd5219431b5297b65fb308&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency services personnel work to extinguish a fire following Russian missile attacks in Kyiv, Ukraine, Saturday, Aug. 1, 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/YTYHIEBXQTPMUFLAYFJDCV7IP4.jpg?auth=2ec51eee7699a2577bbe7c19f921cac0e43070ced40e35c8fea51afcc7c7096b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency services personnel work to extinguish a fire following Russian missile attacks in Kyiv, Ukraine, Saturday, Aug. 1, 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/RV45QBA5SKCYJ3SNB35FX2KCNY.jpg?auth=03a0bcd1309c6e749934df0b9ff700e3aa783263eff8edd961b3b2b864853e07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency services personnel work to extinguish a fire following Russian missile attacks in Kyiv, Ukraine, Saturday, Aug. 1, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content></item><item><title><![CDATA[SEC, Big Ten add long-missing support to college sports bill and revive its chances in the Senate]]></title><link>https://www.local10.com/sports/2026/07/31/sec-big-ten-add-long-missing-support-to-college-sports-bill-and-revive-its-chances-in-the-senate/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/sec-big-ten-add-long-missing-support-to-college-sports-bill-and-revive-its-chances-in-the-senate/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[The Big Ten and Southeastern Conferences agreed Friday night to support a Senate bill that seeks to regulate college sports, ending a breakneck week of negotiations and pulling the bipartisan measure out of what looked like a certain death spiral.]]></description><pubDate>Sat, 01 Aug 2026 03:26:47 +0000</pubDate><content:encoded><![CDATA[<p>The Big Ten and Southeastern Conferences agreed Friday night to support a Senate bill that seeks to regulate college sports, ending a breakneck week of negotiations and pulling the bipartisan measure out of what looked like a certain death spiral.</p><p>School presidents from both conferences voted to back the bill after receiving last-minute concessions over language regarding third-party name-image-likeness deals and the so-called “associated entities” that often broker those arrangements between players and schools.</p><p>More details need to be worked out, but the headline is that the bill still has a chance to earn the 60 votes it needs to halt debate and head to an up-or-down vote before the Senate heads for summer break next Friday.</p><p>The summer recess is increasingly looking like an intractable deadline for the Protect College Sports Act, a bipartisan effort headed by Sens. Ted Cruz, R-Texas, and Maria Cantwell, D-Wash.</p><p>After the conferences, which had balked at large sections of the bill, put out a short release announcing they supported the act “as currently drafted,” Cruz put out a short statement on social media thanking the leagues and saying: “Let's save college sports.” And Cantwell said: “Good. Now progress can be made in protecting women and Olympic athletes and moving the legislation closer to the President’s desk.”</p><p>President Donald Trump, who has also been seeking fixes for an industry that now pays its players millions, got involved late Thursday, which helped push the parties back to the negotiating table.</p><p>Cody Campbell, the Texas Tech regent who has played a big role in shaping this policy, called the SEC and Big Ten support “ a major breakthrough that moves us closer to a Senate vote — and a better future” for college sports.</p><p>Increased salary cap, new language entice holdout leagues</p><p>The most groundbreaking part of the reworked deal is the $27.5 million that schools would be allotted to retain players, in addition to the $21.3 million cap that already exists.</p><p>It could represent a major reworking of the House settlement — the groundbreaking agreement that governs paying players. The idea is that the extra money will take the place of payments from “associated entities” that were allowed above and beyond the $21.3 million cap. It was those payments that, many schools complained, obliterated any idea of a cap or controlled cost.</p><p>The SEC and Big Ten sought stronger language in the bill to guarantee that any third-party deals are truly outside deals and not coming from the schools’ multimedia-rights partners, which currently arrange the majority of those deals.</p><p>Among the questions still unanswered are whether the new cap will comport with the House settlement, which had very specific instructions about the hard cap (22% of a certain part of athletic department revenues, which equals $21.3 million this season).</p><p>Also, what would happen to the College Sports Commission, the main NIL enforcement arm that spends the bulk of its time analyzing third-party NIL deals that would be greatly reduced under this arrangement?</p><p>Even with a victory, a long road remains for bill</p><p>Even with Friday night’s victory, the bill has a long road ahead. Sen. Tommy Tuberville, R-Ala., has been a staunch opponent of the bill since the beginning. Before the latest compromise, Sen. Bill Cassidy, R-La., said that “as written today,” the act “creates chaos and eliminates opportunity for student-athletes.”</p><p>Whether the SEC’s approval is enough to get those senators and others from SEC states on board is one issue. If the bill clears the Senate, it would still then need to pass the narrowly divided House, which flailed on another college bill called the SCORE Act, for more than a year.</p><p>There’s also the matter of whether smaller conferences, long in favor of the bill, would remain so now that their bigger competition is being allowed to directly pay players more than double what was previously allowed.</p><p>Compromise comes on a day where NCAA loses two more court rulings</p><p>Almost everyone involved in college sports agrees that the status quo isn’t working.</p><p>The news broke only hours after the NCAA lost a pair of key court cases involving its new rule that would give most Division I athletes five years to complete five seasons of eligibility.</p><p>Using those losses as another chance to urge for passage of the bill, NCAA President Charlie Baker said “It is long past time leaders across college sports call for the immediate passage of the bipartisan Protect College Sports Act.”</p><p>Two-time national champion hoops coach Dan Hurley of UConn used social media to outline the stakes in more colorful terms: “Somebody please come and fix College Sports. It’s a complete (expletive) show,” he said, using an emoji where the expletive would go.</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MOTTGS3OLJ4OBAQTDGWXDDTXGQ.jpg?auth=3b01530313720b18db42c2d8acfd1322b2a3cbf893620e07cb1a2296eb495d1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Senate Commerce, Science, and Transportation Committee Chair Sen. Ted Cruz, R-Texas, left, talks with ranking member Sen. Maria Cantwell, D-Wash., right, before the start a hearing on Capitol Hill in Washington, Wednesday, Jan. 15, 2025. (AP Photo/Susan Walsh,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Walsh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AP6TX2RGP5RFVMTVUFYAX6VFKE.jpg?auth=872407b51be7e91a07e920ce837c4114be5b893fe0aa65702c95edd94ba268b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Ted Cruz, R-Texas, left, chairman of the Senate Commerce, Science and Transportation Committee, speaks with Sen. Maria Cantwell, D-Wash., right, before a hearing Wednesday, Nov. 19, 2025, on Capitol Hill in Washington. (AP Photo/Julia Demaree Nikhinson,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D6HRLBKTG65WVXFHABRKMNRVZA.jpg?auth=7525746efa7e4b852432b267abf3c47f8addfee0d8241f7a3d6b12da857b9c3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Ted Cruz, R-Texas, speaks at a Senate Judiciary Committee hearing with Acting Attorney General Todd Blanche on Capitol Hill in Washington, Wednesday, July 15, 2026. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Courts hand NCAA major loss on five-year eligibility rule]]></title><link>https://www.local10.com/sports/2026/07/31/courts-hand-ncaa-major-loss-on-five-year-eligibility-rule/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/courts-hand-ncaa-major-loss-on-five-year-eligibility-rule/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[DENVER (AP) — A federal court dealt a perhaps chaos-inducing blow to the NCAA's new eligibility rule Friday when it ruled that all high school class of 2022 athletes who exhausted their fourth season of college eligibility this spring are eligible for a fifth season this school year.]]></description><pubDate>Sat, 01 Aug 2026 01:04:51 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — A federal court dealt a perhaps chaos-inducing blow to the NCAA's new eligibility rule Friday when it ruled that all high school class of 2022 athletes who exhausted their fourth season of college eligibility this spring are eligible for a fifth season this school year.</p><p>The ruling from U.S. District Judge Charlotte Sweeney in Denver, expected to be appealed, undercuts the NCAA's plan to have the so-called “five for five” rule go into play starting with athletes who enroll in college in fall 2027.</p><p>It also has potential to wreak havoc on rosters across the country — for instance, opening the possibility that an undrafted player in an NFL training camp could decide to try to head back to college for a fifth year this upcoming season.</p><p>In granting the preliminary injunction, Sweeney said the players “will suffer irreparable harm without” it. She did not sign onto the governing body’s argument that applying the new rule retroactively would create “roster chaos.”</p><p>But NCAA President Charlie Baker said it would in responding to the rulings while referencing a bill in Congress designed to provide the NCAA antitrust protection on the eligibility issues.</p><p>“Today's rulings and the chaos they bring to college sports are exactly why it's time to pass this bill,” Baker said.</p><p>The Colorado ruling came hours after a Tennessee court granted Jalen Washington, who most recently played at Vanderbilt, and 18 other basketball players a fifth season of eligibility.</p><p>In June, the NCAA approved its new eligibility model for Division I athletes that will allow five seasons of competition over a five-year period that begins with their full-time enrollment or the academic year following their 19th birthday, whichever occurs first.</p><p>While the ruling in Tennessee applied to those 19 basketball players, the one in Colorado cast a wider net, granting the class certification the plaintiffs sought. It means the ruling applies to all Division I players who started their college careers in the 2022-23 season, not just a select list.</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M5IEHZ4BBUNYYP733OP3N4E6ZA.jpg?auth=1a90b8bec2250d1026b67b64b782f9192d7bd26fc2601e4511bd949f396bb1ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Footballs rest on the field in the second half of an NCAA college football game Nov. 28, 2020, in Boulder, Colo. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Giants suspend pay to injured outfielder Harrison Bader following scooter accident]]></title><link>https://www.local10.com/sports/2026/07/31/giants-suspend-pay-to-injured-outfielder-harrison-bader-following-scooter-accident/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/giants-suspend-pay-to-injured-outfielder-harrison-bader-following-scooter-accident/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — The San Francisco Giants are suspending payment to injured outfielder Harrison Bader after he aggravated his injured left foot during a scooter accident last weekend.]]></description><pubDate>Sat, 01 Aug 2026 01:00:13 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — The San Francisco Giants are suspending payment to injured outfielder Harrison Bader after he aggravated his injured left foot during a scooter accident last weekend.</p><p>Bader has been out since late May dealing with plantar fasciitis in his left foot. The team said the injury got worse following the accident early Sunday morning in San Francisco.</p><p>“Over the weekend, Harrison Bader was involved in an accident that has delayed Harrison’s prior treatment timeline for plantar fasciitis and, unfortunately, his return to the field,” Giants President of Baseball Operations Buster Posey said in a statement Friday. "We are still investigating the circumstances of the accident, but will be suspending payment to Harrison until he is able to resume performing services for the club.”</p><p>Bader signed a two-year, $20.5 million contract with the Giants before this season that includes a $4.5 million base salary for this season. He is owed $1.42 million for the remainder of the season.</p><p>The San Francisco Chronicle reported that Bader was involved in a vehicle collision while riding his scooter around 2 a.m. Sunday morning in San Francisco's Marina District. He was taken to a hospital for non-life-threatening injuries.</p><p>The 32-year-old Bader was batting .170 with five homers, 14 RBIs and a .557 OPS in 30 games before going on the injured list.</p><p>This isn't the first time Bader has gotten into trouble in a scooter accident. He was suspended in college at Florida in 2014 after he hit a curb and ran into a truck while driving a motorized scooter, according to a report from the Gainesville Sun. He was unresponsive on the ground and, according to the incident report cited, smelled of alcohol.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CCJQNESOCVWKVQNYSDSWIZIZYE.jpg?auth=526aab9106f4efab767846bc1837e57aed80241cf8b2b5b6f9cd18811cf9f85e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - San Francisco Giants center fielder Harrison Bader (9) bats during the eighth inning of a baseball game May 29, 2026, in Denver. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Expresidente peruano Ollanta Humala queda libre luego que Tribunal anuló juicio que lo condenó]]></title><link>https://www.local10.com/espanol/2026/07/31/expresidente-peruano-ollanta-humala-queda-libre-luego-que-tribunal-anulo-juicio-que-lo-condeno/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/expresidente-peruano-ollanta-humala-queda-libre-luego-que-tribunal-anulo-juicio-que-lo-condeno/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — El expresidente peruano Ollanta Humala abandonó el viernes una cárcel después que la víspera el Tribunal Constitucional anuló un juicio que en 2025 lo sentenció a 15 años de cárcel por lavado de activos tras recibir dinero del gobierno de Venezuela y de la brasileña Odebrecht para sus campañas electorales de 2006 y 2011.]]></description><pubDate>Sat, 01 Aug 2026 01:04:21 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — El expresidente peruano Ollanta Humala abandonó el viernes una cárcel después que la víspera el Tribunal Constitucional anuló un juicio que en 2025 lo sentenció a 15 años de cárcel por lavado de activos tras recibir dinero del gobierno de Venezuela y de la brasileña Odebrecht para sus campañas electorales de 2006 y 2011.</p><p>El exmandatario salió en un auto plateado vestido de terno azul y dijo en una desordenada y breve declaración a la prensa que “yo, mi familia y el Partido Nacionalista (el nombre de su partido político) hemos sido víctimas de una persecución política y judicial; el 15 de abril de 2025 fui secuestrado por el Estado”.</p><p>El Tribunal Constitucional indicó que Humala fue condenado en 2025 por lavado de activos en la modalidad de receptación patrimonial, una conducta que recién fue sancionada desde 2016 y que castiga a quien recibe o posee bienes de origen delictivo con conocimiento o posibilidad de conocer su procedencia ilícita.</p><p>La máxima instancia constitucional usó el mismo razonamiento por el que hace nueve meses ordenó el archivo de otra pesquisa contra la actual presidenta, Keiko Fujimori, que fue investigada por el mismo delito y para quien la fiscalía pedía 35 años de cárcel. A Humala y Fujimori se les acusaba de haber recibido dinero ilícito para sus respectivas campañas presidenciales de 2011 y 2016.</p><p>La noche del 15 de abril de 2025 la Corte Superior Nacional condenó a 15 años de prisión a Humala y a su esposa, Nadine Heredia. Humala se presentó a la Corte y, tras la sentencia, fue rodeado de policías y encarcelado de inmediato. Su esposa no asistió y se asiló en Brasil junto al hijo de 15 años de la pareja.</p><p>Humala fue enviado a una cárcel construida para expresidentes. En la actualidad alberga a Alejandro Toledo (2001-2006) condenado a 20 años por lavado de activos, Martín Vizcarra (2018-2020) sentenciado por corrupción a 14 años y Pedro Castillo (2021-2022) condenado a 11 años por conspiración para una rebelión.</p><p>La Corte Superior sostuvo que Humala y su esposa recibieron 3,6 millones de dólares de Odebrecht y del gobierno del entonces presidente venezolano Hugo Chávez (1999-2013). La pareja realizó actos para ocultar el origen del dinero, incluido el uso de más de 100 personas —varias de modestos recursos— presentados como aportantes. Algunos incluso se enteraron que fueron aportantes cuando fueron requeridos por la justicia.</p><p>Humala y su esposa estuvieron presos de forma preventiva entre 2017 y 2018 a pedido de la fiscalía para evitar una posible fuga. Keiko Fujimori también estuvo encarcelada por más de 16 meses durante la investigación de su caso en periodos que abarcaron parte de 2018, 2019 y 2020.</p><p>En septiembre de 2025, el abogado de Humala, Wilfredo Pedraza, dijo a The Associated Press que el expresidente —militar retirado de 64 años— dedicaba sus días en prisión a revisar su proceso judicial, correr en el patio y entrenar con un equipo básico de gimnasio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G7P75T7L7NBEU36N4XNZIGHHDM.jpg?auth=c575e07f508426b3e5cb615c2792f71a4ff461364e3919c991788fa3d729409f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El expresidente Ollanta Humala habla con periodistas a su salida de la prisión de Barbadillo en Lima, Perú, el viernes 31 de julio de 2026, luego de que la Corte Constitucional anulara su condena por lavado de dinero. (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[The Met’s next fashion exhibit spotlights John Galliano, and will confront his troubled past]]></title><link>https://www.local10.com/entertainment/2026/07/31/the-mets-next-fashion-exhibit-spotlights-john-galliano-and-will-confront-his-troubled-past/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/31/the-mets-next-fashion-exhibit-spotlights-john-galliano-and-will-confront-his-troubled-past/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[The next Met Gala fashion exhibit will be devoted to a designer famed for both his singular talent and the scandal that lost him one of the top posts in all of fashion: John Galliano.]]></description><pubDate>Sat, 01 Aug 2026 00:52:18 +0000</pubDate><content:encoded><![CDATA[<p>The next Met Gala fashion exhibit will be devoted to a designer famed for both his singular talent and the scandal that lost him one of the top posts in all of fashion: John Galliano.</p><p>The British designer was creative director at Christian Dior for nearly 15 years, the very pinnacle of the fashion world, before he made a series of antisemitic and racist comments in 2010 and 2011 that went viral, leading to his conviction in an antisemitism trial. Dropped by Dior, he spent several years involved in public and private efforts to rehabilitate.</p><p>He made a comeback in 2014 when he was hired by Paris fashion house Maison Margiela, where he remained for a decade.</p><p>Now, he'll become only the third living designer to be the subject of a solo show at the Costume Institute of the Metropolitan Museum of Art.</p><p>Long a red carpet favorite for his flamboyant, even fantastical style, Galliano and his creations should make for an intensely watched carpet at next May’s Met Gala — which every year launches the spring exhibit at the Costume Institute.</p><p>Not surprisingly, the museum is taking pains to emphasize that the exhibit will not shy away from the problematic aspects of Galliano’s history.</p><p>“Alongside Galliano’s extraordinary creative accomplishments, the exhibition will address the derogatory conduct that fundamentally altered his career and public reception,” said a statement issued by the museum on Friday. “In doing so, the exhibition will consider how artistic achievement should be understood alongside ethical accountability.”</p><p>The show’s main curator, Andrew Bolton, who curates nearly all the Met’s big fashion exhibits, noted that the exhibit “considers both how Galliano has remapped the world through fashion and how his conduct, its consequences, and changing cultural values have reshaped our understanding of his work.”</p><p>Even so, organizers had to tread carefully when planning the show. Preparation included meetings with Jewish community leaders in New York to gauge their feelings, the museum said, confirming a report in The New York Times. Those meetings included Bolton, Galliano and Anna Wintour, the Vogue editor who masterminds the Met Gala every year.</p><p>The show will be organized into three parts, the museum said.</p><p>The first, “Bearings," will “directly address the rupture caused by his antisemitic, racist, and anti-Asian conduct in 2010 and 2011, which resulted in his dismissal from Christian Dior and his eponymous label and his conviction by a Paris court for public insults based on race, religion, ethnicity, or origin," the museum said. It will also deal with his treatment for substance addiction and later public acknowledgment of his actions.</p><p>The second, “Horizons,” will examine the designer's sources of inspiration — such as history, geography, art, storytelling and performance. And the third, “Atlas of Transformation,” will focus on "Galliano’s creativity, craftsmanship, experimentation, and technical innovation," the museum said.</p><p>The 2024 documentary “High & Low — John Galliano” suggests Galliano was overworked and abusing alcohol and drugs when he made a series of antisemitic and racist comments in 2010 and 2011. A video of him saying “I love Hitler" in a bar went viral.</p><p>The Times quoted Jonathan Greenblatt, chief executive of the Anti-Defamation League, as saying of the planned show: “We believe John Galliano has genuinely worked through the issues that led to his antisemitic outburst years ago in Paris, and we have long since accepted his apology."</p><p>"His efforts to repair the damage his words caused and to learn from that incident should be applauded.”</p><p>The show, John Galliano: Horizons, will run from May 9, 2027, through Jan. 9, 2028.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RPOA7GJYM2N22TZIT27KQ2J4VY.jpg?auth=768526fb5d6743e8db884453e77decf409cc1cf961b6559948fca9e949612836&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fashion designer John Galliano poses at the end of the presentation of the Dior Haute Couture spring/summer 2010 fashion collection on Jan. 25, 2010, in Paris. (AP Photo/Jacques Brinon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacques Brinon</media:credit></media:content></item><item><title><![CDATA[Petro llega a Cuba para entrevistarse con Díaz-Canel, destaca apoyo de la isla en la paz en Colombia]]></title><link>https://www.local10.com/espanol/2026/07/31/petro-llega-a-cuba-para-entrevistarse-con-diaz-canel-destaca-apoyo-de-la-isla-en-la-paz-en-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/petro-llega-a-cuba-para-entrevistarse-con-diaz-canel-destaca-apoyo-de-la-isla-en-la-paz-en-colombia/</guid><dc:creator><![CDATA[Por ANDREA RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — El presidente de Colombia, Gustavo Petro, llegó a Cuba el viernes en lo que podría ser su último viaje como mandatario y en medio de un fuerte cerco energético a la isla por parte de Estados Unidos, que a su vez amenazó a las naciones y empresas que operen con el país caribeño.]]></description><pubDate>Sat, 01 Aug 2026 00:42:43 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — El presidente de Colombia, Gustavo Petro, llegó a Cuba el viernes en lo que podría ser su último viaje como mandatario y en medio de un fuerte cerco energético a la isla por parte de Estados Unidos, que a su vez amenazó a las naciones y empresas que operen con el país caribeño.</p><p>Petro aterrizó en horas de la tarde y en su agenda se incorporó una reunión con su homólogo cubano en la Plaza de la Revolución, aunque no se ofrecieron más detalles. La Cancillería cubana indicó que el líder colombiano volvería a Bogotá el sábado.</p><p>Petro defendió el viernes su visita a Cuba y resaltó el apoyo dado por la isla en los esfuerzos de paz en Colombia.</p><p>“Quiero desde Cuba oponerme a una guerra en el Caribe”, expresó el mandatario colombiano en X. “Ahora se habla de invasiones y misiles en la isla de Cuba que ha educado 2.000 médicos y médicas colombianas, que ayudó (al entonces presidente Juan Manuel) Santos a hacer la paz en Colombia con las FARC y que salvó centenares de miles de personas en el mundo con su vacuna anticovid”.</p><p>“Ni los misiles, ni la invasión ni el bloqueo son soluciones dentro de los problemas de la humanidad”, agregó el líder colombiano.</p><p>Petro comparó en abril el bloqueo económico hacia Cuba con un “genocidio” que podría “matar un pueblo de hambre”, por lo que abogó por una solución basada en el diálogo. La isla sostiene un fuerte programa de cooperación para la formación de colombianos, sobre todo en medicina.</p><p>Al iniciar su mandato en 2022, Petro dio un giro en las relaciones con Cuba al estrecharlas después que su antecesor Iván Duque (2018-2022) apoyara la inclusión de Cuba en la lista de estados patrocinadores del terrorismo en 2021, cuando Estados Unidos acusó a la isla de refugiar a “terroristas”, incluyendo a miembros de la guerrilla Ejército de Liberación Nacional (ELN) que sostenían conversaciones con representantes de la propia administración colombiana.</p><p>En la pasada década, la isla fue sede durante cuatro años de las conversaciones de paz y actuó de intermediaria para un acuerdo entre las Fuerzas Armadas Revolucionarias de Colombia (FARC) y el gobierno de ese país que llegaron a buen término y que ahora destacó Petro en sus comentarios en X.</p><p>Se espera que la relación se tense nuevamente con la llegada al poder el 7 de agosto del presidente electo de Colombia, el conservador Abelardo de la Espriella, apoyado por el presidente Donald Trump y quien anunció que romperá relaciones con Cuba y Nicaragua al considerar que son “tiranías”.</p><p>Esta semana, el gobierno cubano lamentó la decisión de De la Espriella porque dijo que “subordina” la política del país a las exigencias de Washington.</p><p>Esta será la tercera ocasión en que Petro viaje a Cuba como mandatario. Los dos viajes anteriores fueron en junio de 2023 cuando llegó para el cierre de un ciclo de diálogos con el ELN, y en septiembre del mismo año, para asistir a una Cumbre de Jefes de Estado y de Gobierno del Grupo G77 + China.</p><p>—————-</p><p>La corresponsal en Colombia, Astrid Suárez, contribuyó con este reporte.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S343V66RG7E7MWD5NEJE6PIRW4.jpg?auth=191e23229bde5a7213d9f4dec4c55e52e720c68b7192a696a47f38c195684140&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente Gustavo Petro interviene durante la inauguración de una nueva sesión del Congreso en Bogotá, Colombia, el lunes 20 de julio de 2026. (Foto AP/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[WPBL looking for longevity as players take the field amid rising popularity for women's sports]]></title><link>https://www.local10.com/sports/2026/07/31/wpbl-looking-for-longevity-as-players-take-the-field-amid-rising-popularity-for-womens-sports/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/wpbl-looking-for-longevity-as-players-take-the-field-amid-rising-popularity-for-womens-sports/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[SPRINGFIELD, Ill. (AP) — When Alli Schroder first saw “A League of Their Own” — a 1992 movie based on the All-American Girls Professional Baseball League — she saw herself in the story on the screen.]]></description><pubDate>Sat, 01 Aug 2026 14:17:48 +0000</pubDate><content:encoded><![CDATA[<p>SPRINGFIELD, Ill. (AP) — When Alli Schroder first saw “A League of Their Own” — a 1992 movie based on the All-American Girls Professional Baseball League — she saw herself in the story on the screen.</p><p>“It was kind of motivating as a kid to watch it because even though there wasn’t a platform for us to play professional baseball when I was growing up, playing Little League and youth baseball, like there was a vision that there could be,” Schroder said. “And we’re here now.”</p><p>They sure are.</p><p>The inaugural season of the Women’s Pro Baseball League begins on Saturday — weather permitting, with rain in the forecast — when Denae Benites and the New York Heights face Mo’ne Davis and the Los Angeles Queens. The other two teams in the league — the Boston Hunters and San Francisco Firebells — play on Sunday.</p><p>Each team will have 15 active players for the seven-inning games. The 15 regular-season games for each club and the playoffs will be held at Springfield's Robin Roberts Stadium, a historic ballpark that has a seating capacity of 5,200 and opened in 1925.</p><p>“What excites me most is having the chance to compete against players who have been my teammate, as well as Team USA players, and other athletes I’ve always considered rivals,” Japanese right-hander Ayami Sato, one of Los Angeles' top pitchers, said Friday through a translator. “Being able to play against them in this league is something I’ve been really looking forward to.”</p><p>The opening weekend of the WPBL marks another major moment in a scattered history for women's professional baseball in the United States. The AAGPBL, which ran from 1943-54, was the first professional women’s league in the U.S. There were at least two attempts to start a league in the 1990s, but each one was short-lived.</p><p>The WPBL was co-founded by Justine Siegal, who became the first woman to coach for an MLB team with the Athletics in 2015. And its players, taking the field in an era of unprecedented popularity for women's sports, have big dreams.</p><p>The fledgling league got a lift Thursday when it announced a media rights deal with ESPN and the Scripps Sports Network to air regular-season and postseason games in its inaugural campaign.</p><p>“We want to make this thing last forever and ever,” Los Angeles infielder Ashton Lansdell said. “We want this to become the MLB of women’s baseball.”</p><p>Lansdell, Benites, Schroder and Kelsie Whitmore were named team captains on Friday. Schroder plays for Boston, and Whitmore was selected by San Francisco with the No. 1 overall pick in the draft.</p><p>“We were talking earlier today, I was telling them we’re a family now,” Whitmore said. “This is our new team, this is our crew, all 15 of us. And my goal is just to lead them the best way that I can, both on and off the field.”</p><p>Whitmore and the Firebells will be managed by Matt Williams, a five-time All-Star during his 17 years in the major leagues. Former Boston Red Sox closer Keith Foulke is the manager of the Hunters, and former big league infielder Eric Young is the skipper for the Queens. Rachelle “Rocky” Henley, a former player with a long history in women's baseball development, rounds out the managers with the Heights.</p><p>With only 15 active players for each team, the managers and their coaching staffs are going to be busy as they execute their strategy for each game.</p><p>“When I saw them play down in (Florida) this spring, it was like, ‘Wow. These aren’t women playing baseball, these are athletes playing baseball,’” Foulke said. “And I just want to bring that passion to my club, to the league, help build this and just be able to go out there and have a good time, put on a good product.”</p><p>___</p><p>This story corrects Ayami Sato's team to Los Angeles.</p><p>___</p><p>AP Sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5QLTNHYLITXIIXVOAYKCLGFHMQ.jpg?auth=673415de9b478f830933826b38c80272662e93bd75cb6db8097659c9e93761b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ayami Sato pitches during a Women's Pro Baseball League exhibition game, Thursday, March 19, 2026, in Fort Myers, Fla. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VNPCOTK6JPHQU4OIZ7FX3O7MSA.jpg?auth=43e9e8465e75da9d44e214ba16e0b601c921db7b02608ab8dbaea61abbdb22dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mo'ne Davis watches her hit during a Women's Pro Baseball League exhibition game, Thursday, March 19, 2026, in Fort Myers, Fla. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YFO5PIZMW4CIG2HZUZANKVQLPQ.jpg?auth=5b23a4e2eeb117b463511a84b89d7fd4d9241d92ecca47f5c050c0366d87616d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kelsie Whitmore pitches during a Women's Pro Baseball League practice, Wednesday, March 18, 2026, in Fort Myers, Fla. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Infantino abandons plans to sell World Cup profits to private equity following massive pushback]]></title><link>https://www.local10.com/sports/2026/07/31/infantino-abandons-plans-to-sell-world-cup-profits-to-private-equity-following-massive-pushback/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/infantino-abandons-plans-to-sell-world-cup-profits-to-private-equity-following-massive-pushback/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — FIFA President Gianni Infantino is abandoning his divisive plan to sell World Cup profits to private equity after receiving pushback from all corners of the soccer world.]]></description><pubDate>Sat, 01 Aug 2026 07:37:32 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — FIFA President Gianni Infantino is abandoning his divisive plan to sell World Cup profits to private equity after receiving pushback from all corners of the soccer world.</p><p>Infantino’s decision came after his senior adviser who sat on a White House panel resigned  and Asia’s soccer body joined Europe and North America in opposing it.</p><p>“Having listened carefully to all the views, it has become clear that the project has created divisions of a nature that, regardless of the level of support, are no longer in the interest of the objective set out in the first place,” Infantino said in a statement early Saturday. “Our purpose has always been — and will always be — to unite and improve. As a result, this proposal will not proceed.”</p><p>Infantino had proposed creating a $20 billion company to run the World Cup with private investors including the Kushner family, but drew backlash that grew every day since Tuesday's announcement.</p><p>UEFA’s 55-member nations agreed to boycott the World Cup and all other FIFA competitions over Infantino’s plan on Thursday. North America’s CONCACAF and the Asian Football Confederation also said they opposed the plan.</p><p>“Some things are simply too important to sell,” UEFA said in a statement. “The FIFA World Cup belongs to football. It always will. And so long as Europe has a voice, it will never be for sale.”</p><p>Infantino’s senior adviser, Carlos Cordeiro, a former Goldman Sachs banker who represented the soccer body on the White House Task Force for the World Cup, resigned on Friday and urged other senior FIFA staff to speak out.</p><p>“I cannot stand by while FIFA considers selling a stake in the World Cup,” Cordeiro said in a statement, just hours after FIFA insisted: “Nobody is selling football.”</p><p>Hours later, FIFA chief operating officer Kevin Lamour issued a statement to The Associated Press, saying FIFA staff were deceived by Infantino's lack of openness in planning the sale over recent months and that the project must not continue.</p><p>“It is the project of one person,” Lamour, a longtime colleague of Infantino at both FIFA and European soccer body UEFA, wrote. “Not only must this project not go ahead … but the time has now come for football political leaders to ask themselves the right questions and make the right decisions.”</p><p>Infantino has proposed spinning off FIFA’s commercial businesses — including World Cups and Club World Cups for men and women — into a $20 billion subsidiary with 20% owned by private investors.</p><p>The “anchor investor,” described by FIFA, is a New York-based investment firm created by Joshua Kushner, the younger brother of U.S. President Donald Trump’s son-in-law, Jared Kushner.</p><p>The next FIFA competition is the Women’s Under-20 World Cup starting Sept. 5 in Poland — which UEFA members said they would boycott.</p><p>The misstep could prove costly for Infantino, particularly after the interventions by Lamour and Cordeiro.</p><p>Reelected unopposed in 2019 and 2023, Infantino is allowed one more four-year term under FIFA statutes. The deadline for the next presidential contest is Nov. 18, exactly four months ahead of the vote in Rabat, Morocco, where FIFA has its African headquarters.</p><p>Infantino's job seemed secured despite long-term unease with his style and previous attempts to force through unpopular projects, but could become more tenuous with the failed private equity proposal.</p><p>___</p><p>AP Sports Writer John Marshall contributed from Phoenix.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer and AP World Cup coverage</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CBJHZTK3MDMPXCZTFKLJ3GSFDA.jpg?auth=80d5c157ac1984b858ac29932f2301e957c5d5f58dd5ccdb25d77b79aa72cc05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Asia Football Confederation President Salman Bin Ibrahim Al-Khalifa, left, poses with FIFA President Gianni Infantino during an inauguration ceremony for the new building of the Asia Football Confederation in Kuala Lumpur, Malaysia Tuesday, Oct. 30, 2018. (AP Photo/Vincent Thian, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4KRC4RPZ2PEDJBOGW4VBZQDDYA.jpg?auth=97fdf92a9f2a1e37a4301df8497860935855695017de6142aa2ec976d796c35b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump holds up a red card during a meeting with FIFA president Gianni Infantino, center, and United States Soccer Federation president Carlos Cordeiro, left, in the Oval Office of the White House, Aug. 28, 2018, in Washington. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QEJHE4E37SXOUDWAJI6UJLXTZQ.jpg?auth=0499df44ed2a03900599c22f7f4aa4208582273a64fb57271458e5268545c7b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - UEFA's deputy general secretary Kevin Lamour, centre, looks on as he stands next to UEFA President Aleksander Ceferin, right, prior to the start of a Group F match between Turkey and Georgia at the Euro 2024 soccer tournament in Dortmund, Germany, Tuesday, June 18, 2024. K(AP Photo/Alessandra Tarantino, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[World Lung Cancer Day highlights need for early screening]]></title><link>https://www.local10.com/health/2026/07/31/world-lung-cancer-day-highlights-need-for-early-screening/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/31/world-lung-cancer-day-highlights-need-for-early-screening/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[Saturday isn’t just the first day of August — it’s also World Lung Cancer Day.]]></description><pubDate>Fri, 31 Jul 2026 23:28:39 +0000</pubDate><content:encoded><![CDATA[<p>Saturday isn’t just the first day of August — it’s also World Lung Cancer Day.</p><p>Despite survival rates steadily improving in the U.S., nearly 125,000 people are expected to die from lung cancer this year alone, making it the deadliest cancer. </p><p>Over the past five years, the lung cancer survival rate has increased by 26%, but the disease remains the leading cause of cancer deaths among both women and men.</p><p>“We still have a ways to go to draw the right awareness around this very deadly and morbid disease,” said Dr. Panagis Galiatsatos, medical spokesperson for the American Lung Association.</p><p>A new national survey by the American Lung Association reveals a critical gap. Only about one-third of those surveyed were aware that quick, low-dose CT scans are available for people at the highest risk of developing the disease.</p><p>That’s a growing concern, as catching lung cancer early significantly raises the odds of survival.</p><p>“It’s a little challenging to see that it’s so underused and so underutilized,” Galiatsatos said.</p><p>Those considered high risk and eligible for screening include smokers between the ages of 50 and 80 with a 20 pack-year smoking history — such as smoking one pack a day for 20 years or two packs a day for 10 years — as well as former heavy smokers who quit within the past 15 years.</p><p>“We have a good deal of patients who are very not forthcoming to their doctors to say that they actively still smoke, because they don’t want to be judged or shamed,” Galiatsatos said.</p><p>Experts say smoking stigma is part of the problem. They also note that lung cancer screening is relatively new, having only been recommended since 2013. The scan does not require an IV or contrast and takes less than a minute to complete.</p><p>“It probably takes longer to fill out the forms for the lung cancer screening than it does to actually get the test done,” Galiatsatos said.</p><p>While lung cancer screening is currently only recommended for current or former smokers, experts say more people who have never smoked are being diagnosed with the disease. </p><p>They say talking to a doctor about your risk factors is important, including whether you have a family history of lung cancer or have received radiation therapy for other cancers.</p><p><div style="position: relative; width: 100%; height: 0px; padding: 184.14% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/511c51df-61b2-4c50-acac-b21a0e20f5a5?src=embed&amp;embed_type=responsive_iframe" title="HealthCast " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[Chancellor grants 19 college basketball players a 5th season and orders portal open Monday]]></title><link>https://www.local10.com/sports/2026/07/31/chancellor-grants-19-college-basketball-players-a-5th-season-and-orders-portal-open-monday/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/chancellor-grants-19-college-basketball-players-a-5th-season-and-orders-portal-open-monday/</guid><dc:creator><![CDATA[By TERESA M. WALKER, Associated Press]]></dc:creator><description><![CDATA[NASHVILLE, Tenn. (AP) — A judge in Colorado and a Nashville chancellor issued rulings Friday that will give 30 basketball players a fifth season of eligibility and prevent the NCAA from keeping them out of the transfer portal.]]></description><pubDate>Sat, 01 Aug 2026 04:23:30 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tenn. (AP) — A judge in Colorado and a Nashville chancellor issued rulings Friday that will give 30 basketball players a fifth season of eligibility and prevent the NCAA from keeping them out of the transfer portal.</p><p>I’Ashea Myles of the Davidson County Chancery Court issued a temporary injunction to Jalen Washington and 18 other players to retain their eligibility.</p><p>“Defendant shall recognize Plaintiffs as eligible for the 2026–2027 basketball season and shall not deny or impede their recruitment, transfer, or certification on the basis of the challenged eligibility determination,” Myles wrote in her 33-page ruling.</p><p>A few hours later, U.S. District Court Judge Charlotte N. Sweeney in Colorado granted a preliminary injunction giving student-athletes from the high school Class of 2022 another year of eligibility for the upcoming school year. Former Minnesota basketball player Cade Tyson was among the 12 athletes named in the Colorado case.</p><p>Sweeney ruled that the injunction should cover the entire class of 2022 high school graduates facing similar circumstances.</p><p>Myles, who heard motion arguments July 22, also ordered that the transfer portal open at noon Monday until 8 a.m. on Aug. 10 for any player wanting to enter and schools wanting to reach out.</p><p>The NCAA referred The Associated Press to a statement from President Charlie Baker on X on proposed legislation to regulate college sports. Baker called the “chaos” from Friday's rulings are why it's “long past time” leaders in college sports call for the immediate passage of the Protect College Sports Act.</p><p>“Failed professionals will continue to use college sports as a fallback option — robbing the next class of young athletes of college scholarships," Baker said.</p><p>On June 23, the NCAA approved a new eligibility model for Division I athletes that will allow five seasons of competition over a five-year period that begins with their full-time enrollment or the academic year following their 19th birthday, whichever occurs first.</p><p>Washington, who played last season at Vanderbilt, was the lead plaintiff in the complaint filed July 6 by the Texas Trial Group seeking the injunction. Others include Chendall Weaver, last at Texas; A.J. Storr, Mississippi; Jason Edwards, Providence; Daniel Egbuniwe, St. Bonaventure; and Zachary Davis, Memphis.</p><p>“On the eve of congressional consideration of the Protect College Sports Act, the NCAA points to its inevitable judicial losses as evidence that Congress should grant it broader legal protections,” the Texas Trial Group said in a statement to The Associated Press.</p><p>"The timing is difficult to ignore. First create the litigation. Then point to the litigation as the reason judicial oversight should be curtailed. No one should be surprised to learn that Mr. Baker is a career politician paid millions of dollars a year to essentially running a lobbying campaign under the guise of a `voluntary association.'”</p><p>Myles wrote in her 33-page ruling granting the injunction that “the NCAA has not applied the challenged eligibility rules uniformly among similarly situated student-athletes" with a pattern of extending years of eligibility to “certain groups of players.”</p><p>She noted a waiver for the 2025-26 season for those who played at least one season at a junior college or NAIA school, and Myles wrote each plaintiff played against students who got waivers to play additional seasons or attended junior colleges.</p><p>The chancellor's order also enjoined the NCAA from enforcing its rule of restitution against the athletes and colleges they play for this season.</p><p>___</p><p>AP college basketball: https://apnews.com/hub/ap-top-25-college-basketball-poll and https://apnews.com/hub/college-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HZ3EHITE4NWMP4MVV47GPI6M6A.jpg?auth=cc9b22358493c129ea14a49988bd2a7907d1f3cc4e92bc1778fe5af76e3f51a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Vanderbilt forward Jalen Washington (13) shoots the ball past Arkansas forward Malique Ewin, right, during the first half of an NCAA college basketball game in the final of the Southeastern Conference tournament March 15, 2026, in Nashville, Tenn. (AP Photo/George Walker IV, File)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Cameron Young shares 2nd-round lead at Rocket Classic after cooling off to shoot 9-under 61]]></title><link>https://www.local10.com/sports/2026/07/31/cameron-young-shares-2nd-round-lead-at-rocket-classic-after-cooling-off-to-shoot-9-under-61/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/cameron-young-shares-2nd-round-lead-at-rocket-classic-after-cooling-off-to-shoot-9-under-61/</guid><dc:creator><![CDATA[By LARRY LAGE, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Cameron Young birdied seven of his first eight holes in the second round of the Rocket Classic and thought he had a shot at the lowest score in PGA Tour history.]]></description><pubDate>Fri, 31 Jul 2026 23:14:10 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Cameron Young birdied seven of his first eight holes in the second round of the Rocket Classic and thought he had a shot at the lowest score in PGA Tour history.</p><p>“I was thinking 55,” he said.</p><p>Young cooled off with two birdies on his back nine in a bogey-free round, closing with a Detroit Golf Club-record tying 61 to reach 10 under for the tournament to tie Patrick Cantlay (66) and Patrick Fishburn (66) atop the leaderboard Friday.</p><p>“You hate to call it a disappointing 61,” he said, lamenting missing many birdie opportunities that preventing him from breaking Jim Furyk's record 58 that has stood for a decade.</p><p>Young, the No. 3 player in the world with three wins this season, shot a 59 in 2024 at the Travelers Championship and had a chance to join Furyk with multiple sub-60 rounds on the PGA Tour.</p><p>“It felt like I had a 10-footer for birdie on pretty much every hole,” Young said.</p><p>A lot of players took advantage of one of the easiest courses on the PGA Tour.</p><p>Matt Wallace (64) and Rickie Fowler (68) were two shots back.</p><p>Fowler surged into the lead — briefly — at 11 under before falling back to the pack. He three-putted from 24 feet to bogey No. 11 and went from thigh-high fescue to a greenside bunker at No. 13, leading to his second of three bogeys on the back nine.</p><p>“Nice to finish with birdie on 18,” said Fowler, whose sixth and last win was the 2023 Rocket Classic. “A lot of good stuff today and nice to be in a good spot for the weekend.”</p><p>First-round leader Peter Malnati, who followed up his 61 on Thursday with a 71, was another stroke back in a large group that included Xander Schauffele (66).</p><p>Hideki Matsuyama (68) extended the PGA Tour’s longest active cuts streak to 30 by getting to 5 under with a slew of players, including Tony Finau (67), who is hoping to improve his positioning to be among the top 70 players in the FedEx Cup standings after next week's Wyndham Championship.</p><p>“I check it pretty much every tournament just kind of see where I’m at, even on off weeks,” said Finau, the 2022 Rocket Classic champion, who entered the tournament No. 87 in the standings.</p><p>Matt Kuchar was another stroke back, getting a boost from his seventh career ace with a 9-iron on the 156-yard, par-3 5th hole. Kuchar invited a kid to join him inside the ropes to retrieve the ball, which he signed with a black marker.</p><p>“I saw a little boy that was kind of the right age where you know they’re so excited to be out here, just very impressionable,” Kuchar said. “One of those things where it’s easy to make their day. I think anytime you get to make a kid’s day, it makes your day.”</p><p>The Rocket Classic, which is in its eighth and final year, drew a stronger than usual field and some notable names missed the cut at 3 under.</p><p>U.S. Open champion Wyndham Clark (74) was 5 over. Chris Gotterup, a three-time winner this year and ranked No. 7 in the world, was 1 over to end his streak of making the cut in 14 straight starts. Akshay Bhatia (71) — No. 12 in FedEx Cup standings — also dropped out at 1 under.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VHDJPLELH3DBEPODJDDZU55E24.jpg?auth=7268f40858e1a893fa42c1987e80dbea0f2cd0a33e16452509074d9c99889058&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cameron Young chips onto the eighth green during the first round of the Rocket Classic golf tournament at the Detroit Golf Club, Thursday, July 30, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VJUDQVSKXUTL7L3UTFYSXJBPJM.jpg?auth=f3bf2dc6fed992602680fecb4aae611f7f8834dd1b7405613bf284efb8ebb7ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick Cantlay chips onto the 18th green during the first round of the Rocket Classic golf tournament at the Detroit Golf Club, Thursday, July 30, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E365VZAYSKDRVC3VMNBC2GNKQ4.jpg?auth=158dbc70929cdee3f335ebe1cfb4a8d84b1644bb9bbbfb35b272ceb01ed94741&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rickie Fowler hits from the 11th tee during the first round of the Rocket Classic golf tournament at the Detroit Golf Club, Thursday, July 30, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IJ3UNVF36JGKLBLVCHGDHKWWW4.jpg?auth=6248988a8e0fa2f7239611518e3de774031f5ddf8ae1193a7dd85beef5fbff6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chris Kirk hits from the ninth tee during the first round of the Rocket Classic golf tournament at the Detroit Golf Club, Thursday, July 30, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2T2E5OXPYW6BNATMERLNJEUJHM.jpg?auth=9486e8f689cc1c2f05e318b817ceb0bd2f253dabfa97a16faea644714fa01095&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Xander Schauffele watches his shot from the 11th tee during the first round of the Rocket Classic golf tournament at the Detroit Golf Club, Thursday, July 30, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content></item><item><title><![CDATA[Lessons from Korey Stringer's death led to cold water immersion tubs by every NFL practice field]]></title><link>https://www.local10.com/sports/2026/07/31/lessons-from-korey-stringers-death-led-to-cold-water-immersion-tubs-by-every-nfl-practice-field/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/lessons-from-korey-stringers-death-led-to-cold-water-immersion-tubs-by-every-nfl-practice-field/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[EAGAN, Minn. (AP) — Korey Stringer's death from heat stroke in 2001 after he collapsed at practice with the Minnesota Vikings prompted many changes to safety protocols across all levels of sports.]]></description><pubDate>Fri, 31 Jul 2026 22:59:48 +0000</pubDate><content:encoded><![CDATA[<p>EAGAN, Minn. (AP) — Korey Stringer's death from heat stroke in 2001 after he collapsed at practice with the Minnesota Vikings prompted many changes to safety protocols across all levels of sports.</p><p>There's no lesson learned more vital than this: Cool first, transport second.</p><p>Almost an hour and a half passed from when Stringer exited a blocking drill during training camp and arrived by ambulance at a hospital with a core body temperature of 108.8 degrees Fahrenheit.</p><p>Though he was moved to an air-conditioned trailer by the practice field that morning in Mankato, Minnesota, the lack of effective diagnosis and treatment by the team's medical staff during that time made his outlook all the more dire. About 15 hours after he collapsed, Stringer was pronounced dead, the only known NFL player to die from exertional heat stroke.</p><p>“I’ve been an expert witness in 85 court cases of people dying from heat stroke, and in every single one the person didn’t need to die if they were properly treated and cooled,” said Douglas Casa, the executive director of the Korey Stringer Institute at the University of Connecticut that was established in 2010 as part of the settlement of the wrongful death lawsuit his family brought against the league. “With a $150 tub of ice and water, these people would still be alive.”</p><p>Casa got connected with Stringer's widow, Kelci Stringer, and agent, Jimmy Gould, through the litigation. The professor of kinesiology had a personal interest in the subject of heat safety, from his own brush with death at age 16 while running a 10-kilometer race at the Empire State Games in New York.</p><p>Casa collapsed on the final lap with 200 meters remaining, got back up and fell again with about 80 meters to go. He was unconscious for two hours.</p><p>Fortunately, a quick-thinking physician placed him in a cold water immersion tub. Though that came after he was taken to a hospital, the effective on-site care he received from an athletic trainer and in the ambulance from emergency medical technicians gave him a fighting chance to survive.</p><p>“If Korey had gone in a cold immersion tub, we would not be chatting right now,” Casa said in a recent interview. “He would’ve had dinner with his teammates that night.”</p><p>Casa, who is on the NFL's general medical committee, regularly advises the league on player safety matters. The mandatory presence of cold tubs near the practice fields for every team, one of many protocols enhanced in the 25 years since Stringer's death, can be traced to the work that's been done in his honor.</p><p>“When I tell Korey’s story, it takes it from such a sad, morbid place to a place of such action,” Kelci Stringer said. “It’s better to be proactive than reactive.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/65I4JSJGB73IEYTIT3F2R4P5QY.jpg?auth=acb21b6eb7cacc1a80e646bcb7d3fd5d9e55272807c514002e4a02dc60b51ab0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Lions running back Jabari Small drinks water to cool off from the heat during a NFL football training camp practice in Allen Park, Mich., Wednesday, July 29, 2026. (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/YCQO2GQDUOQLZE7NTYF3UIMF6M.jpg?auth=c76998f4e1875e46d681866ada281057ce95297fee908d21a880803d691f9986&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Vikings tackle Ryan Van Demark (72) hydrates during the team's NFL football training camp Wednesday, July 29, 2026, in Eagan, Minn. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JROGHBGU3MDVFCXKGPPPRZUKPM.jpg?auth=08a0b59d674c6fed3bdb95e9dbd7d885c1380821e738bb9f74eb8902ed231fa0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dr. Douglas Casa, CEO, Korey Stringer Institute, speaks during an NFL safety news conference at the NFL football meetings, March 27, 2023, in Phoenix. (AP Photo/Matt York, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BFMHGM6VJFCLB2DPK6VSYJIPWE.jpg?auth=053c0cc985a9fe0080a4863f99f3ac06c36140bbfbacb42f8e6e6136a770fb19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Minnesota Vikings offensive tackle Korey Stringer leaves the field on Nov. 12, 2000, in Minneapolis. (AP Photo/Tom Olmscheid, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Olmscheid</media:credit></media:content></item><item><title><![CDATA[George Santos agrees to $35,000 settlement in federal probe over Kalshi trades]]></title><link>https://www.local10.com/news/national/2026/07/31/george-santos-agrees-to-35000-settlement-in-federal-probe-over-kalshi-trades/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/31/george-santos-agrees-to-35000-settlement-in-federal-probe-over-kalshi-trades/</guid><dc:creator><![CDATA[By PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Disgraced former Congressman George Santos agreed Friday to pay $35,000 to settle a federal investigation into his suspicious trades on the prediction marketplace Kalshi after he bet against his own plans to attend President Donald Trump’s State of the Union.]]></description><pubDate>Fri, 31 Jul 2026 22:56:26 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Disgraced former Congressman George Santos agreed Friday to pay $35,000 to settle a federal investigation into his suspicious trades on the prediction marketplace Kalshi after he bet against his own plans to attend President Donald Trump’s State of the Union.</p><p>The onetime Republican lawmaker from New York said he settled with the federal Commodity Futures Trading Commission to “put this matter behind him,” noting that he did not admit to doing anything wrong.</p><p>“He chose a prompt, practical resolution, rather than protracted, costly litigation, and that choice should not be mistaken for admission of any wrongdoing, because it is not one,” Santos’ lawyer Joseph Murray said in a statement Santos shared on X.</p><p>The commission said Friday’s settlement represents the more than $17,000 Santos earned from the unlawful trading as well as a fine of $17,500. The agency also imposed a three-year trading ban on Santos.</p><p>Kalshi, which had reported Santos to regulators, said it will also pursue its own enforcement action and work to reimburse traders if monetary penalties are recovered.</p><p>Leading up to Trump's February speech, Santos had talked frequently about his plans to be in the crowd. But minutes into the speech, he posted on X to say that he had been waylaid at the airport and couldn’t make it to Capitol Hill.</p><p>Social media users called him out, noting that Kalshi had put the odds of Santos attending the address at close to 75%.</p><p>Santos shrugged off the complaints at the time.</p><p>“I guess people lost money,” he said on his podcast in March. “Some people made unexpected money. That’s to show you how fragile these markets are.”</p><p>But the federal probe into the Kalshi trading prompted rival online prediction platform Polymarket to cut ties with Santos in June.</p><p>Santos’ lawyer, in his statement Friday, said his client had a “genuine intention” to attend the State of the Union, even booking a hotel and plane ticket before a winter storm scuttled the plans.</p><p>“Mr. Santos concealed neither his intention to attend, nor his change of plans to not attend the SOTU, from anyone," Murray said. “There was absolutely no intent to deceive any person, nor intent to manipulate any market."</p><p>Santos, who is set to appear on Fox’s reality contest “Special Forces: World’s Toughest Test” this fall, shot to political fame after winning a seat representing parts of the New York City borough of Queens and Long Island.</p><p>But his bogus life story of being a wealthy Wall Street player with a college degree and other accomplishments quickly unraveled.</p><p>Santos was eventually expelled from Congress and charged with federal wire fraud and identity theft charges as investigators probed how he funded his campaign. He pleaded guilty and served less than three months of a more than seven-year sentence before Trump granted him clemency last year.</p><p>___</p><p>Follow Philip Marcelo at https://x.com/philmarcelo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ME7RF5CFTQ5BLC5KHTTVWSEU6Q.jpg?auth=3f3054c890a939bdfb17affbe008a601bf850ebd9c9c3f92ee4019a2d6896ba9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Rep. George Santos arrives at federal court for sentencing, April 25, 2025, in Central Islip, N.Y. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5JQMBAOMCTW5BSAXGAZXZIPICA.jpg?auth=7216d05d568125265ca908e0fdb6ac6701d36c841c2cf02cc5dbd69e00b65c2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former U.S. Rep. George Santos arrives at federal court for sentencing, April 25, 2025, in Central Islip, N.Y. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Private pharmacies coming to Cuba, government announces]]></title><link>https://www.local10.com/news/world/2026/07/31/private-pharmacies-coming-to-cuba-government-announces/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/private-pharmacies-coming-to-cuba-government-announces/</guid><dc:creator><![CDATA[Ed Augustin]]></dc:creator><description><![CDATA[On Wednesday, the Cuban government announced that the private sector will soon be able to open its own pharmacies.  ]]></description><pubDate>Fri, 31 Jul 2026 22:55:48 +0000</pubDate><content:encoded><![CDATA[<p>Galaino Street in Centro Habana plays home to all sorts of commerce: people selling bowls, rice cookers and fans. </p><p>But there’s something else that people are selling: medicines.</p><p>In 2021, due to a severe lack of medicine, the government allowed Cubans to bring pretty much as much medicine as they wanted into the country, but legally, they cannot sell it. The police turn a blind eye.</p><p>“I have a heart condition. I am on a heart transplant protocol. My medication has not come in anymore,” Havana resident Eulises Darias said. “Where do I have to buy it? On the black market, at exorbitant prices.”</p><p>That is set to change.</p><p>On Wednesday, the Cuban government announced that the private sector will soon be able to open its own pharmacies. </p><p>“There need to be more medications in the pharmacy so people do not have to buy them on the street,” Havana resident Yudisleisis Garbey said. </p><p>Shelves in many pharmacies are completely barren. But it didn’t used to be like that. </p><p>Up until 2020, pharmacies in Cuba had most of the medicines people needed and they were sold at affordable prices that regular people could afford. </p><p>“All our lives, the state accustomed us to buying medications at the pharmacy at a low price,” Havana resident Iván Miray said.</p><p>Then came the pandemic and also maximum-pressure U.S. sanctions that bankrupted the country. </p><p>The Cuban government says that state pharmacies won’t shutter; they’re going to coexist with private sector pharmacies.</p><p>Hopefully, that will mean that regular Cubans have more access to medicine. </p>]]></content:encoded></item><item><title><![CDATA[Trump hails a 'unique' Cabinet meeting at Camp David as he seizes on Spain's migration crisis]]></title><link>https://www.local10.com/news/politics/2026/07/31/trump-hails-a-unique-cabinet-meeting-at-camp-david-as-he-seizes-on-spains-migration-crisis/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/trump-hails-a-unique-cabinet-meeting-at-camp-david-as-he-seizes-on-spains-migration-crisis/</guid><dc:creator><![CDATA[By SEUNG MIN KIM, DARLENE SUPERVILLE and JACQUELYN MARTIN, Associated Press]]></dc:creator><description><![CDATA[CAMP DAVID, Md. (AP) — President Donald Trump took Friday's Cabinet meeting on the road to Camp David, using the historic rustic backdrop of the presidential retreat to boast of his administration's achievements while seizing on a migrant crisis in Spain to make his case for why voters should keep the Republican Party in power.]]></description><pubDate>Fri, 31 Jul 2026 19:17:04 +0000</pubDate><content:encoded><![CDATA[<p>CAMP DAVID, Md. (AP) — President Donald Trump took Friday’s Cabinet meeting on the road to Camp David, using the historic rustic backdrop of the presidential retreat to boast of his administration’s achievements while seizing on a migrant crisis in Spain to make his case for why voters should keep the Republican Party in power.</p><p>The Cabinet meeting, the 13th such gathering of Trump’s second term, came just three months before the November midterm elections that could serve as a check on his power if Democrats take control of one or both chambers of Congress. His warnings about Spain echoed language he used ahead of the 2018 midterms, when he warned of caravans of migrants headed to the southern U.S. border.</p><p>“You know, I saw Spain yesterday, and I watched the catastrophe that took place. It looks like an invasion of a country by hundreds of thousands of people,” Trump said. “And that same thing is going to happen to us if the Republicans don’t get elected. Except worse, much bigger.”</p><p>Some 60,000 migrants crossed from Morocco into Spain’s tiny Ceuta territory over the past 24 hours. Roughly half of them have already made their way back voluntarily, according to the Spanish government, but at least 57 have died on the journey.</p><p>Separately, he deflected blame for a series of cyberattacks that targeted 30 water systems in Minnesota on the state’s “grossly incompetent” Democratic leadership. Officials have not publicly identified who was behind the attacks, though the FBI, the Cybersecurity and Infrastructure Security Agency and other agencies warned in an advisory last week that Iranian hackers have been targeting water and wastewater systems and the operational controls of other critical infrastructure sectors.</p><p>“They blame it on Iran,” Trump said, without offering evidence. “I don’t think so. I think I blame it on Minnesota because they’re grossly incompetent.”</p><p>The president regularly convenes his Cabinet throughout his terms as a setting to promote his administration’s policies while fielding questions on the news of the day, but what made Friday’s unusual was that it was at Camp David, the government-owned retreat nestled in Maryland’s Catoctin Mountains where Trump held one Cabinet meeting during his first term.</p><p>Trump began the meeting by noting it was “something very unique.” The White House called it the first-ever televised Cabinet meeting from the presidential retreat.</p><p>“It’s Camp David, and this room is a very, very special room,” Trump said.</p><p>Secretary of State Marco Rubio and Defense Secretary Pete Hegseth were among the Cabinet officials who spoke before Trump took questions from journalists. The public portion of the meeting ended after about an hour.</p><p>Trump fields questions on Iran, Hamas deal and Blanche confirmation</p><p>In the lengthy question-and-answer session, Trump commented on the latest developments regarding the war in Iran and a deal he announced Thursday that would lead to the disarmament of the Palestinian group Hamas. He also lamented that a $1.8 billion anti-weaponization fund to compensate his allies was “dead” and appeared to back off a pledge he made earlier this month to grant Ukraine a license to manufacture Patriot air defense systems.</p><p>“I don’t think this would ever happen, but, you know, there’s people that, you give that technology, they can someday turn on you,” Trump added. “You look at war, that’s happened a couple of times over the years, right? So we have to be very careful.”</p><p>On the Hamas agreement, Trump acknowledged that the agreement that would also lead to Israel’s withdrawal from Gaza will have “ups and downs.” Still, he called it a “great breakthrough” that has been helped along by the U.S. and Israel’s war with Iran, which has served as Hamas’ prime backer.</p><p>Trump also remarked on the anti-weaponization fund that is holding up the confirmation of Todd Blanche as his attorney general, saying the pot of money is “dead” and that “I wish it weren’t, to be honest with you.”</p><p>The president continued to defend the people who could potentially benefit from the fund, mainly those who stormed the Capitol on Jan. 6, 2021, to stop the certification of Democrat Joe Biden’s victory over him.</p><p>“Their families have been ruined,” Trump said. Those people “wanted to go to a rally or an event and ended up spending the rest of their lives in horror.”</p><p>Trump said Blanche has been a “pawn in this whole thing.” Blanche, who was present, did not speak in the public portion of the Cabinet meeting.</p><p>Camp David has been a retreat for presidents since FDR</p><p>The camp’s primary purpose is to provide presidents a place to rest, relax and recharge. It was established in 1942 during Franklin Roosevelt’s presidency and has been used by every president since.</p><p>Roosevelt had enjoyed relaxing aboard a presidential yacht, but the military and the U.S. Secret Service began to worry about his safety on open water during World War II. As a result, Roosevelt asked the National Park Service to find sites within 100 miles (160 kilometers) of the White House that he could use for rest.</p><p>He chose what is now known as Camp David. He gave it the original name of Shangri-La, from James Hilton’s novel “Lost Horizon.” President Dwight Eisenhower renamed it Camp David, after his grandson and father.</p><p>Trump spent more weekends at the retreat in his first term but has visited sparingly in his second, most recently in June for Father’s Day.</p><p>In 2019, during his first term, Trump announced on social media that he had canceled a secret weekend meeting at Camp David with Taliban and Afghanistan leaders — scheduled for just days before the anniversary of the Sept. 11, 2001, attacks — after a bombing in the capital of Kabul killed a dozen people, including a U.S. soldier.</p><p>Presidents throughout history have turned to Camp David when they needed security and privacy for sensitive diplomatic talks with foreign leaders. Jimmy Carter took the leaders of Egypt and Israel there in 1978 for talks that produced the Camp David Accords, a peace agreement between the two countries.</p><p>The 180-acre (73-hectare) retreat, which is run by the Navy and guarded by Marines, has a cabin named Aspen that’s reserved for the president, plus about a dozen other cabins for guests. A main lodge has conference rooms, a dining room and an office for the president.</p><p>___</p><p>Superville and Kim reported from Washington. Associated Press writers Collin Binkley, Will Weissert and Aamer Madhani contributed to this report from Washington.</p>]]></content:encoded></item><item><title><![CDATA[End of TPS leaves Haitians considering Canada, Holocaust survivors without longtime aides]]></title><link>https://www.local10.com/news/local/2026/07/31/end-of-tps-leaves-haitians-considering-canada-holocaust-survivors-without-longtime-aides/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/end-of-tps-leaves-haitians-considering-canada-holocaust-survivors-without-longtime-aides/</guid><dc:creator><![CDATA[Christina Vazquez, Chris Gothner]]></dc:creator><description><![CDATA[Ending TPS protections for Haitians has stripped local home care aides of work permits and is pushing families to consider uncertain futures at the Canadian border.]]></description><pubDate>Fri, 31 Jul 2026 22:14:32 +0000</pubDate><content:encoded><![CDATA[<p>Through tears, Sunny Isles Beach Holocaust survivor Anna Fischbein told The Associated Press how much she will miss the Haitian health aide who worked with her every week for the past 10 years.</p><p>“She doesn’t deserve this,” Fischbein, 87, said. “She is so giving.”</p><p>Fischbein said she lost more than someone who worked for her.</p><p>“I lost, not a lady working for me, I lost a friend,” she said. “I don’t know if this is enough to describe why I did not sleep all night today.”</p><p>Miriam Singer, the CEO of Jewish Community Services of South Florida, said the agency had to terminate Fischbein’s aide and 17 others when their work permits expired after the U.S. Supreme Court cleared the path for the Trump administration to end Temporary Protected Status for Haitian nationals.</p><p>“So here is another level of trauma for a group of individuals that have already experienced horrific trauma in their lives and horrific loss,” Singer said. “Here is another separation from the person that they trust to care for them.”</p><p>Singer said two areas of work at Jewish Community Services included team members who were Haitian nationals with TPS, including home care services, “mostly serving Holocaust survivors and some other seniors.”</p><p>Also stripped from Haitians who were in the U.S. on TPS: deportation protections.</p><p>Attorney Lourna Rosembert-Joseph said immigration authorities can now enforce the fact that people no longer have protection.</p><p>“So let’s say ICE has a raid and they are looking for individuals, can they deport anyone that they arrest? Yes,” Rosembert-Joseph said. “Can they arrest you? They can. Because technically you don’t have a status inside the United States as of now.”</p><p>Leonie Hermantin, director of special projects at Sant La Haitian Neighborhood Center, said conditions have not improved in Haiti.</p><p>“Temporary is attached to the country condition,” Hermantin said. “But it is clear that in the past 10 years we have seen that, particularly in the case of Haiti, things have gotten worse — gang violence — making it unsafe to return.”</p><p>She added, “To say that it is temporary, fine, if the situation ends. But in the case of Haiti, it had not ended.”</p><p>Fearing their safety if deported to gang-riddled Haiti, some TPS Haiti advocates have told Local 10 News that families are considering a move to Canada.</p><p>The Canada Border Services Agency told World News that, as of July 26, the most asylum claimants being processed at land border ports of entry this year are from Haiti, followed by the United States.</p><p>Julia Sande, an Amnesty International Canada lawyer who specializes in refugee and migrant rights, said anyone considering a move to Canada should know there are legal mechanisms that can make that move difficult.</p><p>“Under the Safe Third Country Agreement between Canada and the U.S., unless you qualify for one of the limited exceptions — for example, you’re an unaccompanied minor or you have a close family member in Canada — Canada says that the United States is a safe third country and will send you back to the United States and tell you to make your claim there,” Sande said.</p><p>She added, “They won’t consider your refugee claim in Canada. So the only way, really, to get around the agreement, unless you qualify for one of those limited exceptions, is to cross in between a port of entry and make a claim for refugee protection after 14 days.”</p><p>But she said that still leaves Haitian asylum seekers in a difficult position.</p><p>“The problem is that for Haitian asylum seekers, if you’ve crossed in that way — or if anyone crosses in that way — their claim is deemed ineligible to be referred to the Refugee Protection Division, the administrative body that hears claims in Canada,” Sande said. “So while Canada won’t send you back to the States, your claim becomes ineligible.</p><p>“But Haiti is on the list of countries that Canada does not deport to, and so, while that’s a good thing, you would not be facing deportation to Haiti.”</p><p>Sande said people can become stuck in “legal limbo” with no real pathway to regularize their status, which can make it “difficult to reunite with family.”</p><p>“They’re outside of the Safe Third Country Agreement if they have a close family member in Canada,” she said. “They won’t be sent back to the United States. But Canada is not going to hear their claim and because they’re not actively facing deportation, they don’t have that final sort of avenue to regularize their status.”</p><p>Sande said Amnesty International is currently challenging the Safe Third Country Agreement in Canadian court.</p><p>She said Canada’s Supreme Court ruled in 2023 that the constitutionality of the agreement depended on the existence of “safety valves” being available at the border for people who could face a “real risk of unfair detention if they’re sent back to the United States.”</p><p>“Canada has failed to make any sort of safety valve available at the border, and so we launched our newest challenge to the Safe Third Country Agreement,” Sande said.</p><p>Sande said Amnesty International’s position has been that the agreement is unconstitutional and that Canada should withdraw from it.</p><p>“Given the Trump administration’s dismantling of the asylum system, the mass detention and deportation agenda, it’s abundantly clear that the United States is not safe for asylum seekers, and that Canada cannot be relying on the United States to discharge its legal obligations,” Sande said.</p><p>According to <a href="https://www.cbsa-asfc.gc.ca/security-securite/rem-ren-eng.html#s04" target="_self" rel="" title="https://www.cbsa-asfc.gc.ca/security-securite/rem-ren-eng.html#s04">Canada’s Border Services Agency</a>, the CBSA “gives serious consideration to the conditions in destination countries of removal.” If existing conditions could “endanger the lives or safety” of a person, an Administrative Deferral of Removal is imposed.</p><p>It is a temporary measure in Canada to prevent individuals from being deported to a country facing a humanitarian crisis. According to the Canadian government’s website, an Administrative Deferral of Removal is in place for certain regions and countries, including Haiti and Venezuela.</p><p><style>
  .canada-asylum-box,
  .canada-asylum-box * {
    box-sizing: border-box;
  }

  .canada-asylum-box {
    --cab-red: #d62839;
    --cab-navy: #17324d;
    --cab-blue: #356987;
    --cab-pale-blue: #edf6fa;
    --cab-pale-red: #fff3f4;
    --cab-border: #d5e0e6;
    --cab-text: #24313a;
    --cab-muted: #5e6b73;

    width: 100%;
    max-width: 760px;
    margin: 24px auto;
    overflow: hidden;
    border: 1px solid var(--cab-border);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(23, 50, 77, 0.12);
    color: var(--cab-text);
    font-family: Arial, Helvetica, sans-serif;
  }

  .canada-asylum-header {
    position: relative;
    padding: 22px 64px 21px 22px;
    overflow: hidden;
    border-bottom: 4px solid var(--cab-red);
    background: linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.99) 0%,
      rgba(255, 255, 255, 0.96) 65%,
      rgba(237, 246, 250, 0.96) 100%
    );
  }

  .canada-asylum-header::after {
    content: "✦";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(12deg);
    color: var(--cab-red);
    font-size: 38px;
    line-height: 1;
    opacity: 0.94;
  }

  .canada-asylum-title {
    margin: 0;
    color: var(--cab-navy);
    font-size: clamp(22px, 4vw, 29px);
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.12;
  }

  .canada-asylum-content {
    padding: 16px;
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      #f7fafb 100%
    );
  }

  .canada-asylum-section {
    margin: 0 0 10px;
    overflow: hidden;
    border: 1px solid var(--cab-border);
    border-radius: 8px;
    background: #ffffff;
  }

  .canada-asylum-section:last-child {
    margin-bottom: 0;
  }

  .canada-asylum-section summary {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 44px 15px 16px;
    cursor: pointer;
    list-style: none;
    color: var(--cab-navy);
    background: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    transition:
      background-color 0.18s ease,
      color 0.18s ease;
  }

  .canada-asylum-section summary::-webkit-details-marker {
    display: none;
  }

  .canada-asylum-section summary::marker {
    content: "";
  }

  .canada-asylum-section summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #ffffff;
    background: var(--cab-red);
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
  }

  .canada-asylum-section[open] summary {
    color: #ffffff;
    background: var(--cab-navy);
  }

  .canada-asylum-section[open] summary::after {
    content: "−";
    background: var(--cab-red);
  }

  .canada-asylum-section summary:hover {
    background: var(--cab-pale-blue);
  }

  .canada-asylum-section[open] summary:hover {
    background: var(--cab-navy);
  }

  .canada-asylum-section summary:focus-visible {
    outline: 3px solid rgba(53, 105, 135, 0.35);
    outline-offset: -3px;
  }

  .canada-asylum-links {
    display: grid;
    gap: 8px;
    padding: 10px;
    border-top: 1px solid var(--cab-border);
  }

  .canada-asylum-link {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 10px 11px;
    border: 1px solid transparent;
    border-radius: 7px;
    color: inherit;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition:
      transform 0.16s ease,
      border-color 0.16s ease,
      background-color 0.16s ease,
      box-shadow 0.16s ease;
  }

  .canada-asylum-link:hover,
  .canada-asylum-link:focus-visible {
    transform: translateY(-1px);
    border-color: #c6d7e0;
    outline: none;
    background: var(--cab-pale-blue);
    box-shadow: 0 3px 9px rgba(23, 50, 77, 0.08);
  }

  .canada-asylum-link.is-analysis:hover,
  .canada-asylum-link.is-analysis:focus-visible {
    border-color: #efc9cd;
    background: var(--cab-pale-red);
  }

  .canada-asylum-icon {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 7px;
    color: #ffffff;
    background: var(--cab-blue);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
  }

  .canada-asylum-icon.is-pdf {
    font-size: 9px;
    letter-spacing: -0.15px;
  }

  .canada-asylum-link.is-analysis .canada-asylum-icon {
    background: var(--cab-red);
  }

  .canada-asylum-link.is-social .canada-asylum-icon {
    background: var(--cab-navy);
  }

  .canada-asylum-link-title {
    display: block;
    color: var(--cab-navy);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
  }

  .canada-asylum-link-description {
    display: block;
    margin-top: 3px;
    color: var(--cab-muted);
    font-size: 12px;
    line-height: 1.35;
  }

  .canada-asylum-arrow {
    color: var(--cab-red);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: right;
  }

  @media (max-width: 600px) {
    .canada-asylum-box {
      margin: 16px auto;
      border-radius: 9px;
    }

    .canada-asylum-header {
      padding: 18px 50px 17px 16px;
    }

    .canada-asylum-header::after {
      right: 14px;
      font-size: 30px;
    }

    .canada-asylum-title {
      font-size: 22px;
      line-height: 1.18;
    }

    .canada-asylum-content {
      padding: 10px;
    }

    .canada-asylum-section {
      margin-bottom: 8px;
      border-radius: 7px;
    }

    .canada-asylum-section summary {
      padding: 14px 42px 14px 13px;
      font-size: 14px;
    }

    .canada-asylum-section summary::after {
      right: 13px;
    }

    .canada-asylum-links {
      gap: 6px;
      padding: 7px;
    }

    .canada-asylum-link {
      grid-template-columns: 31px minmax(0, 1fr) 14px;
      gap: 8px;
      min-height: 54px;
      padding: 9px 8px;
    }

    .canada-asylum-icon {
      width: 31px;
      height: 31px;
      border-radius: 6px;
      font-size: 13px;
    }

    .canada-asylum-icon.is-pdf {
      font-size: 8px;
      letter-spacing: -0.2px;
    }

    .canada-asylum-link-title {
      font-size: 13px;
      line-height: 1.3;
    }

    .canada-asylum-link-description {
      margin-top: 2px;
      font-size: 11px;
      line-height: 1.35;
    }

    .canada-asylum-arrow {
      font-size: 18px;
    }
  }

  @media (max-width: 380px) {
    .canada-asylum-header {
      padding-right: 44px;
    }

    .canada-asylum-header::after {
      right: 11px;
      font-size: 26px;
    }

    .canada-asylum-title {
      font-size: 20px;
    }

    .canada-asylum-link {
      grid-template-columns: 29px minmax(0, 1fr) 12px;
      gap: 7px;
      padding: 8px 6px;
    }

    .canada-asylum-icon {
      width: 29px;
      height: 29px;
    }

    .canada-asylum-icon.is-pdf {
      font-size: 7.5px;
      letter-spacing: -0.25px;
    }
  }
</style>

<section class="canada-asylum-box" aria-labelledby="canada-asylum-title">
  <header class="canada-asylum-header">
    <h2 class="canada-asylum-title" id="canada-asylum-title">
      Seeking asylum in Canada: What to know
    </h2>
  </header>

  <div class="canada-asylum-content">
    <details class="canada-asylum-section">
      <summary>Starting a refugee claim</summary>

      <div class="canada-asylum-links">
        <a
          class="canada-asylum-link"
          href="https://www.canada.ca/en/immigration-refugees-citizenship/services/asylum/border.html"
          target="_blank"
          rel="noopener noreferrer"
        >
          <span class="canada-asylum-icon" aria-hidden="true">i</span>

          <span>
            <span class="canada-asylum-link-title">
              Claiming asylum at the Canadian border
            </span>

            <span class="canada-asylum-link-description">
              Official instructions for making a refugee claim when entering Canada.
            </span>
          </span>

          <span class="canada-asylum-arrow" aria-hidden="true">›</span>
        </a>

        <a
          class="canada-asylum-link"
          href="https://canadaborderclinic.org/migrant-info/can-i-make-a-refugee-claim-at-the-canadian-land-border/"
          target="_blank"
          rel="noopener noreferrer"
        >
          <span class="canada-asylum-icon" aria-hidden="true">?</span>

          <span>
            <span class="canada-asylum-link-title">
              Can I claim asylum at a land border?
            </span>

            <span class="canada-asylum-link-description">
              Legal information from the Canada-U.S. Border Rights Clinic.
            </span>
          </span>

          <span class="canada-asylum-arrow" aria-hidden="true">›</span>
        </a>

        <a
          class="canada-asylum-link"
          href="https://www.canada.ca/en/immigration-refugees-citizenship/corporate/mandate.html"
          target="_blank"
          rel="noopener noreferrer"
        >
          <span class="canada-asylum-icon" aria-hidden="true">i</span>

          <span>
            <span class="canada-asylum-link-title">
              Immigration, Refugees and Citizenship Canada
            </span>

            <span class="canada-asylum-link-description">
              The federal agency responsible for immigration and citizenship.
            </span>
          </span>

          <span class="canada-asylum-arrow" aria-hidden="true">›</span>
        </a>
      </div>
    </details>

    <details class="canada-asylum-section">
      <summary>Border eligibility and Canadian law</summary>

      <div class="canada-asylum-links">
        <a
          class="canada-asylum-link"
          href="https://www.canada.ca/en/immigration-refugees-citizenship/corporate/mandate/policies-operational-instructions-agreements/agreements/safe-third-country-agreement.html#toc1"
          target="_blank"
          rel="noopener noreferrer"
        >
          <span class="canada-asylum-icon" aria-hidden="true">✓</span>

          <span>
            <span class="canada-asylum-link-title">
              Safe Third Country Agreement exceptions
            </span>

            <span class="canada-asylum-link-description">
              See who may qualify for an exception at the Canada-U.S. border.
            </span>
          </span>

          <span class="canada-asylum-arrow" aria-hidden="true">›</span>
        </a>

        <a
          class="canada-asylum-link"
          href="https://laws.justice.gc.ca/eng/acts/i-2.5/"
          target="_blank"
          rel="noopener noreferrer"
        >
          <span class="canada-asylum-icon" aria-hidden="true">§</span>

          <span>
            <span class="canada-asylum-link-title">
              Immigration and Refugee Protection Act
            </span>

            <span class="canada-asylum-link-description">
              The federal law governing immigration and refugee protection.
            </span>
          </span>

          <span class="canada-asylum-arrow" aria-hidden="true">›</span>
        </a>

        <a
          class="canada-asylum-link"
          href="https://www.canada.ca/en/immigration-refugees-citizenship/news/2026/03/new-immigration-and-asylum-measures-from-bill-c-12-the-strengthening-canadas-immigration-system-and-borders-act-have-become-law.html"
          target="_blank"
          rel="noopener noreferrer"
        >
          <span class="canada-asylum-icon" aria-hidden="true">C</span>

          <span>
            <span class="canada-asylum-link-title">
              New asylum rules under Bill C-12
            </span>

            <span class="canada-asylum-link-description">
              Government summary of immigration and border measures that became law.
            </span>
          </span>

          <span class="canada-asylum-arrow" aria-hidden="true">›</span>
        </a>
      </div>
    </details>

    <details class="canada-asylum-section">
      <summary>Legal challenges and possible ineligibility</summary>

      <div class="canada-asylum-links">
        <a
          class="canada-asylum-link is-analysis"
          href="https://amnesty.ca/campaign/safe-third-country-agreement/"
          target="_blank"
          rel="noopener noreferrer"
        >
          <span class="canada-asylum-icon" aria-hidden="true">A</span>

          <span>
            <span class="canada-asylum-link-title">
              Safe Third Country Agreement challenges
            </span>

            <span class="canada-asylum-link-description">
              Amnesty International’s overview of litigation and human-rights concerns.
            </span>
          </span>

          <span class="canada-asylum-arrow" aria-hidden="true">›</span>
        </a>

        <a
          class="canada-asylum-link is-analysis"
          href="https://sencanada.ca/Content/Sen/Committee/451/SOCI/briefs/SOCI_SM-C-12_Brief_AIC_e.pdf"
          target="_blank"
          rel="noopener noreferrer"
        >
          <span class="canada-asylum-icon is-pdf" aria-hidden="true">PDF</span>

          <span>
            <span class="canada-asylum-link-title">
              Amnesty International analysis of Bill C-12
            </span>

            <span class="canada-asylum-link-description">
              Senate submission addressing asylum access, Haiti and other moratorium countries.
            </span>
          </span>

          <span class="canada-asylum-arrow" aria-hidden="true">›</span>
        </a>

        <a
          class="canada-asylum-link"
          href="https://canadaborderclinic.org/wp-content/uploads/2026/04/When-a-Refugee-Claim-is-Found-Ineligible-Information-for-service-providers-April-2026.pdf"
          target="_blank"
          rel="noopener noreferrer"
        >
          <span class="canada-asylum-icon is-pdf" aria-hidden="true">PDF</span>

          <span>
            <span class="canada-asylum-link-title">
              When a refugee claim is found ineligible
            </span>

            <span class="canada-asylum-link-description">
              Possible consequences, removal procedures and other protection options.
            </span>
          </span>

          <span class="canada-asylum-arrow" aria-hidden="true">›</span>
        </a>
      </div>
    </details>

    <details class="canada-asylum-section">
      <summary>Working in Canada and becoming a citizen</summary>

      <div class="canada-asylum-links">
        <a
          class="canada-asylum-link is-social"
          href="https://x.com/citimmcanada/status/2082888994220638330?s=61&amp;t=WzG6lM9zhQB0p89ctAEo8g"
          target="_blank"
          rel="noopener noreferrer"
        >
          <span class="canada-asylum-icon" aria-hidden="true">X</span>

          <span>
            <span class="canada-asylum-link-title">
              How to legally work in Canada
            </span>

            <span class="canada-asylum-link-description">
              Guidance from Immigration, Refugees and Citizenship Canada.
            </span>
          </span>

          <span class="canada-asylum-arrow" aria-hidden="true">›</span>
        </a>

        <a
          class="canada-asylum-link is-social"
          href="https://x.com/citimmcanada/status/2082436144680054814?s=61&amp;t=WzG6lM9zhQB0p89ctAEo8g"
          target="_blank"
          rel="noopener noreferrer"
        >
          <span class="canada-asylum-icon" aria-hidden="true">X</span>

          <span>
            <span class="canada-asylum-link-title">
              Canada citizenship test
            </span>

            <span class="canada-asylum-link-description">
              Information about preparing for and taking the citizenship test.
            </span>
          </span>

          <span class="canada-asylum-arrow" aria-hidden="true">›</span>
        </a>

        <a
          class="canada-asylum-link is-social"
          href="https://x.com/citimmcanada/status/2081741297073721716?s=61&amp;t=WzG6lM9zhQB0p89ctAEo8g"
          target="_blank"
          rel="noopener noreferrer"
        >
          <span class="canada-asylum-icon" aria-hidden="true">X</span>

          <span>
            <span class="canada-asylum-link-title">
              Canadian citizenship FAQ
            </span>

            <span class="canada-asylum-link-description">
              Answers to common questions about the citizenship process.
            </span>
          </span>

          <span class="canada-asylum-arrow" aria-hidden="true">›</span>
        </a>
      </div>
    </details>
  </div>
</section></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[Broward adds arts, technology programs as district prepares for more closures]]></title><link>https://www.local10.com/news/local/2026/07/31/broward-adds-arts-technology-programs-as-district-prepares-for-more-closures/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/broward-adds-arts-technology-programs-as-district-prepares-for-more-closures/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Broward County Public Schools is making a last-minute pitch to families as the district faces declining enrollment and the possibility of more school closures.]]></description><pubDate>Fri, 31 Jul 2026 21:41:08 +0000</pubDate><content:encoded><![CDATA[<p>Broward County Public Schools is making a last-minute pitch to families as the district faces declining enrollment and the possibility of more school closures.</p><p><a href="https://www.local10.com/espanol/2026/07/31/broward-amplia-programas-de-arte-y-tecnologia-mientras-el-distrito-se-prepara-para-mas-cierres-de-escuelas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/broward-amplia-programas-de-arte-y-tecnologia-mientras-el-distrito-se-prepara-para-mas-cierres-de-escuelas/">Leer en español</a></p><p>Superintendent Howard Hepburn did not shy away from the challenges facing the district, saying enrollment is down and more schools will have to close.</p><p>“We will have to close schools again this year. We have to align ourselves to our enrollment realities and inherently align ourselves to our budget realities,” Hepburn said.</p><p>The superintendent said the district has about 50,000 vacant seats, and projections show the decline is continuing.</p><p>At the same time, Broward schools are expanding their curriculum to attract and support students.</p><p>All elementary schools will now offer at least three special courses, including art and physical education.</p><p>“These are challenging times for us financially, but we prioritize our students first and went through the budget line by line, and we did some trade-offs to make sure something like this could happen,” Hepburn said.</p><p>The district is also adding special space programs and expanding access to high-tech tools, including 3D printing and virtual reality. Technology currently available in a lab at Nova Middle School will be offered across the district.</p><p>Students using the virtual reality equipment can create 3D drawings while building skills like spatial reasoning.</p><p>Hepburn said the goal remains to provide opportunities for all students.</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[Broward amplía programas de arte y tecnología mientras el distrito se prepara para más cierres de escuelas]]></title><link>https://www.local10.com/espanol/2026/07/31/broward-amplia-programas-de-arte-y-tecnologia-mientras-el-distrito-se-prepara-para-mas-cierres-de-escuelas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/broward-amplia-programas-de-arte-y-tecnologia-mientras-el-distrito-se-prepara-para-mas-cierres-de-escuelas/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Las Escuelas Públicas del Condado Broward están haciendo un último esfuerzo para atraer a las familias mientras el distrito enfrenta una disminución en la matrícula y la posibilidad de más cierres de escuelas.]]></description><pubDate>Fri, 31 Jul 2026 22:42:35 +0000</pubDate><content:encoded><![CDATA[<p>Las Escuelas Públicas del Condado Broward están haciendo un último esfuerzo para atraer a las familias mientras el distrito enfrenta una disminución en la matrícula y la posibilidad de más cierres de escuelas.</p><p>El superintendente Howard Hepburn no evitó hablar de los desafíos que enfrenta el distrito y dijo que la matrícula ha disminuido y que será necesario cerrar más escuelas.</p><p>“Tendremos que cerrar escuelas nuevamente este año. Tenemos que ajustarnos a la realidad de nuestra matrícula y, por ende, a la realidad de nuestro presupuesto”, dijo Hepburn.</p><p>El superintendente indicó que el distrito tiene alrededor de 50,000 cupos vacantes y que las proyecciones muestran que la disminución de la matrícula continúa.</p><p>Al mismo tiempo, las escuelas de Broward están ampliando su currículo para atraer y apoyar a los estudiantes.</p><p>Todas las escuelas primarias ofrecerán ahora al menos tres cursos especiales, incluidos arte y educación física.</p><p>“Estos son tiempos financieramente difíciles para nosotros, pero nuestra prioridad son los estudiantes. Revisamos el presupuesto partida por partida e hicimos algunos ajustes para asegurarnos de que algo como esto pudiera hacerse realidad”, dijo Hepburn.</p><p>El distrito también está incorporando programas especiales de ciencias espaciales y ampliando el acceso a herramientas de alta tecnología, incluidas impresión 3D y realidad virtual. La tecnología que actualmente está disponible en un laboratorio de la escuela secundaria Nova Middle School será ofrecida en todo el distrito.</p><p>Los estudiantes que utilizan los equipos de realidad virtual pueden crear dibujos en 3D mientras desarrollan habilidades como el razonamiento espacial.</p><p>Hepburn dijo que el objetivo sigue siendo brindar oportunidades para todos los estudiantes.</p>]]></content:encoded></item><item><title><![CDATA[Labour's Bev Craig is elected Greater Manchester mayor to succeed Andy Burnham]]></title><link>https://www.local10.com/news/world/2026/07/31/labours-bev-craig-is-elected-greater-manchester-mayor-to-succeed-andy-burnham/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/labours-bev-craig-is-elected-greater-manchester-mayor-to-succeed-andy-burnham/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[MANCHESTER, England (AP) — Labour Party candidate Bev Craig was elected mayor of Greater Manchester on Friday, after a vote triggered by the departure of Andy Burnham to become Britain’s prime minister.]]></description><pubDate>Fri, 31 Jul 2026 22:42:18 +0000</pubDate><content:encoded><![CDATA[<p>MANCHESTER, England (AP) — Labour Party candidate Bev Craig was elected mayor of Greater Manchester on Friday, after a vote triggered by the departure of Andy Burnham to become Britain’s prime minister.</p><p>Craig won 66.3% of the votes in a runoff with Sian Astley from the anti-immigration party Reform UK.</p><p>“To those that voted for me, thank you,” Craig said after the result was declared. “And for those of you that didn’t vote for me, I will still be your mayor. I will defend this city region with every bone in my body and I will fight for a better life for all of us.”</p><p>Turnout in voting held Thursday was only 25%, the lowest in any of the four elections since the northwest England city got a directly elected mayor in 2017.</p><p>Voters were able to mark a first and second choice on their ballots. Since no candidate reached 50% of the votes in the first round, the top two competed in a runoff in which the second-preference choices of five eliminated candidates were added.</p><p>Craig is the outgoing leader of Manchester City Council, one of the 10 boroughs that make up Greater Manchester. She fell just short of getting 50% of the first-round votes, so didn’t match the performance of Burnham, who won three straight elections without ever facing a runoff.</p><p>But the decisive result is still a boost for the center-left Labour Party, which was trounced by Reform UK in elections for local council seats across Greater Manchester less than three months ago.</p><p>Labour’s rout in those local elections across England helped trigger the resignation of then- Prime Minister Keir Starmer and Burnham’s rapid rise to the prime minister’s office.</p><p>“Labour got an absolute pasting, a shellacking in those local elections,” said Rob Ford, professor of politics at the University of Manchester. He said Craig's rebound from that low ebb is “a really powerful moment" for the party.</p><p>Burnham was mayor of Greater Manchester for nine years until he won a special election for a seat in Parliament and was selected as Labour leader after Starmer resigned. Burnham became prime minister on July 20.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XBC45WDIRVNVI2K47RCVREGSUY.jpg?auth=e31584db76336f1bc1047dacc0a1b518b22423e62585cce1e1c8f6758051e3ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bev Craig, the Labour Party candidate, departs Broad Oak Primary in Didsbury after voting in the Greater Manchester mayoral by-election, in Manchester, England, Thursday July 30, 2026. (Annabelle Lee-Ellis/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Annabelle Lee-Ellis</media:credit></media:content></item><item><title><![CDATA[Arrestan a hombre de Texas por ataque grabado en video contra mesera del Hard Rock Cafe de Bayside, dice la Policía]]></title><link>https://www.local10.com/espanol/2026/07/31/arrestan-a-hombre-de-texas-por-ataque-grabado-en-video-contra-mesera-del-hard-rock-cafe-de-bayside-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/arrestan-a-hombre-de-texas-por-ataque-grabado-en-video-contra-mesera-del-hard-rock-cafe-de-bayside-dice-la-policia/</guid><dc:creator><![CDATA[Chris Gothner, Roy Ramos, Byron Tollefson]]></dc:creator><description><![CDATA[Una pista de Miami-Dade Crime Stoppers condujo al arresto de un hombre de Texas por un ataque grabado en video contra una mesera del Hard Rock Cafe en Bayside Marketplace, en el centro de Miami, según la Policía.]]></description><pubDate>Fri, 31 Jul 2026 16:39:04 +0000</pubDate><content:encoded><![CDATA[<p>Una pista de Miami-Dade Crime Stoppers condujo al arresto de un hombre de Texas por un <a href="https://www.local10.com/espanol/2026/07/29/video-buscan-a-sospechoso-por-impactante-ataque-contra-bartender-en-bayside-marketplace/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/video-buscan-a-sospechoso-por-impactante-ataque-contra-bartender-en-bayside-marketplace/">ataque grabado en video contra una mesera del Hard Rock Cafe</a> en Bayside Marketplace, en el centro de Miami, según la Policía.</p><p>Daniel Ramirez, de 47 años y residente de Lubbock, Texas, fue arrestado la mañana del viernes por el Departamento de Policía de Miami en una terminal de cruceros de Royal Caribbean en PortMiami. Enfrenta un cargo grave de agresión.</p><p>La Policía de Miami informó que el incidente ocurrió el domingo por la noche después de que la empleada sorprendiera a Ramirez “dentro de un área exclusiva para empleados consumiendo guarniciones” y le pidiera que dejara de hacerlo.</p><p>Las autoridades indicaron que Ramirez respondió: “Perra, ¿qué quieres que haga, que lo escupa?”, y ambos abandonaron el área del bar.</p><p>Sin embargo, según el informe de arresto del Departamento de Policía de Miami, el gerente de la mesera la llamó nuevamente después de que Ramirez presentara una queja.</p><p>“Según la víctima, (Ramirez) le dijo al gerente que ninguna mujer podía decirle qué hacer y que la víctima debía ser reprendida”, señala el informe de arresto.</p><p>La Policía informó que el gerente le pidió a la mesera que fingiera que estaba siendo reprendida.</p><p>Las autoridades indicaron que más tarde, después de que la víctima entró por la puerta principal para hablar con otro empleado, Ramirez “la empujó con fuerza, provocando que cayera contra un perchero metálico”.</p><p>“Como resultado de la caída, la víctima se golpeó la cabeza y se fracturó uno de los dientes frontales”, señala el informe.</p><p>La Policía informó que la víctima logró tomarle fotografías antes de que se marchara, pero cuando Ramirez “se dio cuenta de que ella lo estaba fotografiando, se dio la vuelta, le golpeó el teléfono celular de la mano, la empujó en el rostro y provocó que cayera al suelo” y perdiera el conocimiento. Luego, Ramirez huyó, según la Policía.</p><figure><img src="https://www.local10.com/resizer/v2/6HMJFJR2TFD3VNUU6AFE73G2JY.png?auth=af151d58239cfcae009a3c20a0a06562d3cdb9331afd0341b5ad62e26ee20c6d&smart=true&width=1200&height=900" alt="Bayside Marketplace suspect" height="900" width="1200"/><figcaption>Bayside Marketplace suspect</figcaption></figure><p>Según el informe, un agente del Departamento de Policía de Miami “intentó entrevistar a la familia que permanecía en la mesa con el acusado para obtener la identidad de (Ramirez)”, pero todos se negaron a cooperar o proporcionar información.</p><p>La Policía informó que, tras recibir la pista de Miami-Dade Crime Stoppers, logró identificar a Ramirez y la víctima lo reconoció en una rueda de reconocimiento.</p><p>Alrededor de las 6:40 a.m. del viernes, la Policía indicó que la Oficina de Aduanas y Protección Fronteriza de Estados Unidos (CBP) informó al Departamento de Policía de Miami que había detenido a Ramirez en el puerto.</p><p>Los investigadores señalaron que, al ser detenido, Ramirez “de manera espontánea manifestó que había ‘chocado con una mujer’”.</p><p>La Policía indicó que posteriormente se negó a hablar con los investigadores del Departamento de Policía de Miami.</p><p>Hasta la tarde del viernes, Ramirez permanecía detenido en el Centro Correccional Turner Guilford Knight y, según los registros de la cárcel en línea, su fianza figuraba como “pendiente de fijarse”.</p>]]></content:encoded></item><item><title><![CDATA[Early voting begins Monday in Miami-Dade County]]></title><link>https://www.local10.com/news/politics/2026/07/31/early-voting-begins-monday-in-miami-dade-county/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/early-voting-begins-monday-in-miami-dade-county/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[The clock is ticking as early voting gets ready to begin for a pivotal primary election in Miami-Dade County.]]></description><pubDate>Fri, 31 Jul 2026 20:41:43 +0000</pubDate><content:encoded><![CDATA[<p>The clock is ticking as <a href="https://www.local10.com/news/politics/2026/07/31/local-10-editorial-early-voting-begins-next-week-get-out-and-vote/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/31/local-10-editorial-early-voting-begins-next-week-get-out-and-vote/">early voting gets ready to begin for a pivotal primary election in Miami-Dade County.</a></p><p><a href="https://www.local10.com/espanol/2026/07/31/comienza-el-lunes-la-votacion-anticipada-en-el-condado-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/comienza-el-lunes-la-votacion-anticipada-en-el-condado-miami-dade/">Leer en español</a></p><p>Early voting starts Monday, and election workers spent Friday putting the finishing touches on all 23 early voting locations, including the Office of the Supervisor of Elections in Doral.</p><p>Miami-Dade Supervisor of Elections Alina Garcia said her office is focused on making the voting process smooth and efficient for voters.</p><p>“It’s five minutes, but you have to do your homework,” Garcia said. “People take long because they don’t know who their candidates are.”</p><p>Early voting will run through Aug. 16.</p><p>For specific hours and voting locations, check your county elections website or by clicking this <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/">link.</a></p>]]></content:encoded></item><item><title><![CDATA[Comienza el lunes la votación anticipada en el condado Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/07/31/comienza-el-lunes-la-votacion-anticipada-en-el-condado-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/comienza-el-lunes-la-votacion-anticipada-en-el-condado-miami-dade/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[El tiempo avanza mientras todo está listo para el inicio de la votación anticipada de una elección primaria clave en el condado Miami-Dade.]]></description><pubDate>Fri, 31 Jul 2026 22:31:56 +0000</pubDate><content:encoded><![CDATA[<p>El tiempo avanza mientras todo está listo para el inicio de la <a href="https://www.local10.com/espanol/2026/07/31/editorial-de-local-10-la-votacion-anticipada-comienza-la-proxima-semana-salga-y-vote/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/editorial-de-local-10-la-votacion-anticipada-comienza-la-proxima-semana-salga-y-vote/">votación anticipada de una elección primaria clave en el condado Miami-Dade</a>.</p><p>La votación anticipada comienza el lunes y los trabajadores electorales dedicaron el viernes a ultimar los preparativos en los 23 centros de votación anticipada, incluida la Oficina de la Supervisora de Elecciones en Doral.</p><p>La supervisora de Elecciones de Miami-Dade, Alina Garcia, dijo que su oficina está enfocada en hacer que el proceso de votación sea ágil y eficiente para los votantes.</p><p>“Son cinco minutos, pero hay que hacer la tarea”, dijo Garcia. “La gente se tarda porque no sabe quiénes son sus candidatos”.</p><p>La votación anticipada se extenderá hasta el 16 de agosto.</p><p>Para conocer los horarios específicos y los centros de votación, consulte el sitio web de elecciones de su condado o haga clic en este enlace.</p>]]></content:encoded></item><item><title><![CDATA[Texas man arrested in videoed attack on Bayside Hard Rock Cafe server, police say]]></title><link>https://www.local10.com/news/local/2026/07/31/texas-man-arrested-in-videoed-attack-on-bayside-hard-rock-cafe-server-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/texas-man-arrested-in-videoed-attack-on-bayside-hard-rock-cafe-server-police-say/</guid><dc:creator><![CDATA[Chris Gothner, Roy Ramos, Byron Tollefson]]></dc:creator><description><![CDATA[A Miami-Dade Crime Stoppers tip led to the arrest of a Texas man in a video-recorded attack on a Hard Rock Cafe server at Bayside Marketplace in downtown Miami, according to police.]]></description><pubDate>Fri, 31 Jul 2026 16:28:21 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade Crime Stoppers tip led to the arrest of a Texas man in a video-recorded <a href="https://www.local10.com/news/local/2026/07/29/video-cops-seek-suspect-in-jarring-attack-on-bartender-at-bayside-marketplace/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/29/video-cops-seek-suspect-in-jarring-attack-on-bartender-at-bayside-marketplace/">attack on a Hard Rock Cafe server</a> at Bayside Marketplace in downtown Miami, according to police.</p><p><a href="https://www.local10.com/espanol/2026/07/31/arrestan-a-hombre-de-texas-por-ataque-grabado-en-video-contra-mesera-del-hard-rock-cafe-de-bayside-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/arrestan-a-hombre-de-texas-por-ataque-grabado-en-video-contra-mesera-del-hard-rock-cafe-de-bayside-dice-la-policia/">Leer en español</a></p><p>Daniel Ramirez, 47, of Lubbock, Texas, was taken into custody by the Miami Police Department Friday morning at a Royal Caribbean cruise terminal at PortMiami. He’s facing a felony battery charge.</p><p>Miami police said the incident happened on Sunday evening after the employee spotted Ramirez “inside an employee-only area consuming garnishes” and told him not to eat them.</p><p>Authorities said Ramirez responded, “B----, what do you want me to do, spit it out?” and both left the bar area.</p><p>However, according to an MPD arrest report, the server’s manager called her back over after Ramirez made a complaint.</p><p>“According to the victim, (Ramirez) told the manager that no woman was allowed to tell him what to do and that the victim needed to be reprimanded,” the arrest report states.</p><p>Police said the manager told the server to pretend like she was being reprimanded.</p><p>Authorities said later, after the victim went inside through the front entrance to talk to another employee, Ramirez “forcefully shoved her, causing her to fall into a metal garment rack.”</p><p>“As a result of the fall, the victim struck her (head) and chipped one of her front teeth,” the report states.</p><p>She was able to snap photos of him before he left, police said, but when Ramirez “realized she was photographing him, he turned around, struck the cellular phone out of her hand, pushed her in the face and caused her to fall to the ground” and lose consciousness. Ramirez fled, police said.</p><figure><img src="https://www.local10.com/resizer/v2/6HMJFJR2TFD3VNUU6AFE73G2JY.png?auth=af151d58239cfcae009a3c20a0a06562d3cdb9331afd0341b5ad62e26ee20c6d&smart=true&width=1200&height=900" alt="Bayside Marketplace suspect" height="900" width="1200"/><figcaption>Bayside Marketplace suspect</figcaption></figure><p>According to the report, an MPD officer “attempted to interview the family who had remained at the table with the defendant in an effort to obtain (Ramirez’s) identity,” but they all refused to cooperate or provide information.</p><p>Police said after receiving the Crime Stoppers tip, they were able to identify Ramirez and the victim picked him out of a lineup.</p><p>At around 6:40 a.m. Friday, police said U.S. Customs and Border Protection informed MPD that they apprehended Ramirez at the port.</p><p>Investigators said Ramirez, upon being apprehended, “spontaneously stated that he had ‘run into a lady.’”</p><p>Police said he later declined to speak with MPD investigators.</p><p>“I’m really thankful that he was apprehended and arrested and that he’s sitting there thinking about his actions,” the server, who has asked to remain anonymous, told Local 10 News. “It’s very disgusting ― and I wonder how he would feel if it was done to somebody in his family.”</p><p>As of Friday afternoon, Ramirez was being held in the Turner Guilford Knight Correctional Center with a bond listed as “to be set” in online jail records.</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[Rare Shohei Ohtani card pulled in South Florida goes for eye-popping $11M]]></title><link>https://www.local10.com/news/local/2026/07/31/rare-shohei-ohtani-card-pulled-in-south-florida-goes-for-eye-popping-11m/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/rare-shohei-ohtani-card-pulled-in-south-florida-goes-for-eye-popping-11m/</guid><dc:creator><![CDATA[Pablo Hernandez, Samiar Nefzi]]></dc:creator><description><![CDATA[What started as a lucky pull at a South Florida card shop has become one of the biggest stories in the sports collectibles world — and beyond.]]></description><pubDate>Fri, 31 Jul 2026 22:28:10 +0000</pubDate><content:encoded><![CDATA[<p>What started as a lucky pull at a South Florida card shop has become one of the biggest stories in the sports collectibles world — and beyond.</p><p>The focus is a one-of-one Shohei Ohtani dual gold Logoman autograph card, now believed to be the third-highest sale ever for a sports trading card.</p><p>“It’s crazy to think we had a $10 million card sitting here in my store,” said David Davidov of Boca Sports Cards.</p><p>Davidov said collectors everywhere had been chasing the rare Ohtani card.</p><p>“Everybody was trying to pull this card, buying up hobby boxes, retail boxes,” he said.</p><p>Also searching for the card was Secure Collectibles, an investment group made up of three men who own some of the world’s rarest sports cards. The group’s collection is worth more than $32 million.</p><p>On July 25, Michael Allen of Miami and Secure Collectibles announced a $6.5 million bounty for the card.</p><p>Meanwhile, back at Boca Sports Cards, a loyal customer was opening multiple jumbo boxes.</p><p>“He was trying to chase the big card,” Davidov said. “He came and opened up boxes. He didn’t hit anything here.”</p><p>Before leaving for vacation, the customer bought one more jumbo box. Inside was the redemption card.</p><p>“I’m sitting having dinner. He FaceTimes me, he says, ‘You’re not gonna believe it,’” Davidov said. “I said, ‘Don’t tell me.’ He showed me the redemption card and it was just — I was so happy for him.”</p><p>The customer, who requested to remain anonymous, later connected with Secure Collectibles and sold the card for $11 million.</p><p>The sale makes it one of the most expensive sports cards ever sold, behind a Michael Jordan-Kobe Bryant card and a Mickey Mantle card.</p><p>“Ohtani is going to end up being the greatest player of all time for what he’s doing and continuing on doing,” Davidov said. “Will there be other cards? Probably.”</p><p>The excitement isn’t over. Davidov said the next big chase begins next week with the release of Topps Chrome Debut Basketball, featuring Cooper Flagg’s autograph and a patch from his NBA debut. He said that card could sell for more than $5 million.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[July 31: August to open hot with a chance for storms]]></title><link>https://www.local10.com/weather/2026/07/31/july-31-august-to-open-hot-with-a-chance-for-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/31/july-31-august-to-open-hot-with-a-chance-for-storms/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[As Friday night unfolds, lingering showers and storms over South Florida will fade, leaving mostly to partly cloudy skies for Miami-Dade and Broward counties.]]></description><pubDate>Fri, 31 Jul 2026 22:27:06 +0000</pubDate><content:encoded><![CDATA[<p>As Friday night unfolds, lingering showers and storms over South Florida will fade, leaving mostly to partly cloudy skies for Miami-Dade and Broward counties.</p><p>Saturday will feature a sun/cloud mix with the possibility of afternoon showers and storms.</p><p>A touch of Saharan dust could reach the area on Sunday and bring a hazy hue to the sun/cloud mix. There may be spotty, morning showers, followed by scattered showers and storms during the afternoon.</p><p>Temperatures will make a run for the low and mid 90s this weekend -- 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[Texas man arrested in Miami Beach after foster child with autism found running through traffic, police say]]></title><link>https://www.local10.com/news/local/2026/07/31/texas-man-arrested-in-miami-beach-after-foster-child-with-autism-found-running-through-traffic-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/texas-man-arrested-in-miami-beach-after-foster-child-with-autism-found-running-through-traffic-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Rosh Lowe]]></dc:creator><description><![CDATA[A Texas man was arrested Thursday in Miami Beach after police said his 12-year-old foster son, who has autism, was found running through traffic wearing only a white T-shirt and his underwear while the child’s younger sibling remained unattended in a hotel room.]]></description><pubDate>Fri, 31 Jul 2026 20:26:04 +0000</pubDate><content:encoded><![CDATA[<p>A Texas man was arrested Thursday in Miami Beach after police said his 12-year-old foster son, who has autism, was found running through traffic wearing only a white T-shirt and his underwear while the child’s younger sibling remained unattended in a hotel room.</p><p><a href="https://www.local10.com/espanol/2026/07/31/arrestan-a-hombre-de-texas-en-miami-beach-tras-encontrar-a-menor-bajo-su-cuidado-con-autismo-corriendo-entre-el-trafico/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/arrestan-a-hombre-de-texas-en-miami-beach-tras-encontrar-a-menor-bajo-su-cuidado-con-autismo-corriendo-entre-el-trafico/">Leer en español</a></p><p>According to an arrest report from the Miami Beach Police Department, Francisco Javier Lara, 55, who is a teacher from Austin, Texas, was arrested on two counts of child neglect without great bodily harm. </p><figure><img src="https://www.local10.com/resizer/v2/YSMDQZ3JAFAAHBI6DABQSAGC24.jpg?auth=d880e22f8c5a830e8f82d2b8d6e074424c9e90bd8fff48f527dc95433b57f826&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Police said officers responded to reports of a child running in and out of traffic near 33rd Street and Pinetree Drive at about 12:15 p.m.</p><p>Officers located the pre-teen running southbound before he entered a home in the 3000 block of Pinetree Drive, where officers were able to safely secure him, authorities said.</p><p>Investigators said the boy was unable to provide much information but was able to give officers a phone number belonging to his foster father. The child was then taken to the Miami Beach Police Department while officers worked to locate his caregiver.</p><p>Using police databases and cellphone location information, detectives traced the number to Lara and determined he was staying at the Catalina Hotel on Collins Avenue, the arrest report stated.</p><p>According to the report, when detectives knocked on the hotel room door, Lara eventually answered and appeared unaware that one of the children was missing until detectives asked about his foster son’s whereabouts.</p><p>“Utilizing compassion and patience, we were able to get his name and a phone number which allowed our detectives to get a location of where his father was at,” MBPD Officer Christopher Bess told Local 10’s Rosh Lowe. </p><p>The report states that officers detected a strong odor of alcohol on Lara’s breath. When asked what time it was, he reportedly told detectives he believed it was around 7 a.m., although it was approximately 2 p.m.</p><p>Inside the hotel room, detectives also found the child’s 10-year-old nonverbal foster brother, who also has autism, authorities said.</p><p>The boy was taken to the police station along with his brother, where victim advocates provided both children with food and shoes, the report stated.</p><p>According to authorities, during a post-Miranda interview, Lara told detectives he had traveled to Miami Beach from Texas with his two foster children for a vacation and planned to return home with them Friday. </p><p>Police said Lara claimed that he had put the children to bed around 9 p.m. on Wednesday before leaving the hotel room around midnight to eat at a nearby Mexican restaurant and have several alcoholic drinks. He told detectives he consumed four to five drinks at the restaurant before going to another bar, where he had two additional alcoholic beverages, the report stated.</p><p>According to the report, Lara told investigators he returned to the hotel around 4 a.m., found both children asleep and then “passed out,” remembering nothing else until police knocked on his hotel room door later that day.</p><p>However, detectives said hotel surveillance video showed Lara returning to the hotel at 5:10 a.m., leaving again at 9:03 a.m., and returning once more at 10:29 a.m. Police said Lara told investigators he had no recollection of leaving the room again and admitted it was his fault for drinking too much and blacking out.</p><p>According to the report, surveillance footage captured the eldest boy leaving the hotel alone while Lara was out before running north on Collins Avenue.</p><p>A review of employment records confirmed Lara worked as an elementary school teacher for Miami-Dade County Public Schools last year. He now lives in Texas and was visiting Miami Beach on vacation, authorities said.</p><p>Police confirmed that both boys were handed over to the Florida Department of Children and Families as Lara was taken into custody.</p><p>As of Friday afternoon, Lara was being held at the Turner Guilford Knight Correctional Center on a $2,000 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami Gardens cop arrested on domestic assault charge in Opa-locka, attorney says]]></title><link>https://www.local10.com/news/local/2026/07/31/miami-gardens-cop-arrested-on-domestic-assault-charge-in-opa-locka-attorney-says/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/miami-gardens-cop-arrested-on-domestic-assault-charge-in-opa-locka-attorney-says/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Miami Gardens police officer was arrested Thursday after investigators said he threatened his girlfriend with a handgun during an argument in Opa-locka, allegedly choked her and later tried to persuade her not to cooperate with detectives.]]></description><pubDate>Fri, 31 Jul 2026 21:01:38 +0000</pubDate><content:encoded><![CDATA[<p>A Miami Gardens police officer was arrested Thursday after investigators said he threatened his girlfriend with a handgun during an argument in Opa-locka, choked her and later tried to persuade her not to cooperate with detectives.</p><p><a href="https://www.local10.com/espanol/2026/07/31/abogado-arrestan-a-agente-de-miami-gardens-por-cargo-de-agresion-domestica-en-opa-locka/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/abogado-arrestan-a-agente-de-miami-gardens-por-cargo-de-agresion-domestica-en-opa-locka/">Leer en español</a></p><p>According to an Opa-locka Police Department arrest report, the suspect was identified as Kolei Kulani McKinney, 41, of northwest Miami-Dade. His attorney, Stephan Lopez, said McKinney is a Miami Gardens police officer and a U.S. Navy veteran.</p><p>The report states that McKinney and the victim had been in a romantic relationship for about eight months but maintained separate residences.</p><p>Investigators said the incident began around 5:45 a.m. July 17 after the couple, who were driving separately, stopped near Northwest 22nd Avenue and State Road 9 in Opa-locka following what the victim described as McKinney driving erratically.</p><p>According to the report, McKinney got into the passenger seat of the victim’s vehicle, where the two argued. </p><p>The victim told detectives McKinney said, “I can’t f---ing take this no more; I’m just going to end this s---,” before pulling a black handgun from his waistband, pointing and waving it toward the windshield," investigators said. </p><p>The report states the victim asked McKinney to put the firearm away. Instead, investigators said he threw it onto the dashboard, continued acting erratically and repeatedly struck the passenger-side dashboard.</p><p>According to the report, when the victim asked McKinney to leave her vehicle, he grabbed her by the neck with both hands and began choking her. Investigators said he then placed the handgun in the vehicle’s center console and told her, “Here, you want to end it, just f---ing end it.”</p><p>The victim told detectives she feared for her life because she did not know what McKinney intended to do after he pulled out a gun, according to the report.</p><p>Authorities said the victim reported the incident to the Miami Gardens Police Department on July 19, and an Opa-locka police officer completed the initial incident report.</p><p>According to investigators, McKinney was served with a temporary injunction on July 20. The victim later told detectives that McKinney contacted her and asked her to recant her statement and stop cooperating with the investigation, the report states. </p><p>The report also states that McKinney also contacted the victim by phone on July 22 while she was at work, prompting her to file a separate report with the Fort Lauderdale Police Department alleging he violated the temporary injunction.</p><p>Investigators noted they observed no visible injuries on the victim’s neck during an interview, and there were no known witnesses or surveillance video capturing the altercation.</p><p>Police said McKinney voluntarily surrendered at the Opa-locka Police Department on Thursday while accompanied by Lopez. He was taken into custody without incident and transported to the Turner Guilford Knight Correctional Center.</p><p>Jail records show McKinney is facing one count each of aggravated assault with a firearm, illegal use or display of a firearm while committing a felony and misdemeanor witness or victim tampering.</p><p>As of Friday evening, he remained jailed at TGK on a $6,000 bond.</p><p>In a statement to Local 10 News, Lopez said McKinney “vehemently denies these allegations” and alleged the claims were “manufactured by an obsessed woman” who had been stalking and harassing his client. Lopez also said McKinney previously sought, but was unable to obtain, an injunction against her for alleged stalking and harassment.</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[Abogado: Arrestan a agente de Miami Gardens por cargo de agresión doméstica en Opa-locka]]></title><link>https://www.local10.com/espanol/2026/07/31/abogado-arrestan-a-agente-de-miami-gardens-por-cargo-de-agresion-domestica-en-opa-locka/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/abogado-arrestan-a-agente-de-miami-gardens-por-cargo-de-agresion-domestica-en-opa-locka/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un agente de la Policía de Miami Gardens fue arrestado el jueves después de que investigadores informaron que presuntamente amenazó a su novia con una pistola durante una discusión en Opa-locka, supuestamente la estranguló y luego intentó convencerla de no cooperar con los detectives.]]></description><pubDate>Fri, 31 Jul 2026 22:19:12 +0000</pubDate><content:encoded><![CDATA[<p>Un agente de la Policía de Miami Gardens fue arrestado el jueves después de que investigadores informaron que amenazó a su novia con una pistola durante una discusión en Opa-locka, la estranguló y luego intentó convencerla de no cooperar con los detectives.</p><p>Según un informe de arresto del Departamento de Policía de Opa-locka, el sospechoso fue identificado como Kolei Kulani McKinney, de 41 años, del noroeste de Miami-Dade. Su abogado, Stephan Lopez, dijo que McKinney es agente de la Policía de Miami Gardens y veterano de la Marina de Estados Unidos.</p><p>El informe indica que McKinney y la víctima mantenían una relación sentimental desde hacía aproximadamente ocho meses, pero vivían en residencias separadas.</p><p>Los investigadores informaron que el incidente comenzó alrededor de las 5:45 a.m. del 17 de julio, después de que la pareja, que conducía en vehículos separados, se detuvo cerca de Northwest 22nd Avenue y State Road 9, en Opa-locka, luego de que la víctima describiera que McKinney conducía de manera errática.</p><p>Según el informe, McKinney entró al asiento del pasajero del vehículo de la víctima, donde ambos comenzaron a discutir.</p><p>La víctima dijo a los detectives que McKinney expresó: “Ya no puedo soportar esta m—; simplemente voy a acabar con toda esta m—”, antes de sacar una pistola negra de la cintura, apuntarla y agitarla hacia el parabrisas, informaron los investigadores.</p><p>El informe indica que la víctima le pidió a McKinney que guardara el arma de fuego. En cambio, los investigadores señalaron que él la arrojó sobre el tablero, continuó comportándose de manera errática y golpeó repetidamente el tablero del lado del pasajero.</p><p>Según el informe, cuando la víctima le pidió a McKinney que saliera de su vehículo, él la sujetó del cuello con ambas manos y comenzó a estrangularla. Los investigadores indicaron que luego colocó la pistola en la consola central del vehículo y le dijo: “Toma, si quieres acabar con esto, hazlo de una maldita vez”.</p><p>La víctima dijo a los detectives que temió por su vida porque no sabía qué pretendía hacer McKinney después de sacar el arma, según el informe.</p><p>Las autoridades informaron que la víctima denunció el incidente al Departamento de Policía de Miami Gardens el 19 de julio y que un agente del Departamento de Policía de Opa-locka elaboró el informe inicial del caso.</p><p>Según los investigadores, McKinney recibió una orden de protección temporal el 20 de julio. Posteriormente, la víctima dijo a los detectives que McKinney la contactó y le pidió que se retractara de su declaración y dejara de cooperar con la investigación, indica el informe.</p><p>El informe también señala que McKinney contactó a la víctima por teléfono el 22 de julio mientras ella estaba en el trabajo, lo que la llevó a presentar un informe por separado ante el Departamento de Policía de Fort Lauderdale, alegando que él violó la orden de protección temporal.</p><p>Los investigadores señalaron que no observaron lesiones visibles en el cuello de la víctima durante una entrevista y que no había testigos conocidos ni videos de vigilancia que captaran el altercado.</p><p>La Policía informó que McKinney se entregó voluntariamente el jueves en el Departamento de Policía de Opa-locka acompañado por Lopez. Fue detenido sin incidentes y trasladado al Centro Correccional Turner Guilford Knight.</p><p>Los registros de la cárcel muestran que McKinney enfrenta un cargo de agresión agravada con arma de fuego, un cargo por uso o exhibición ilegal de un arma de fuego durante la comisión de un delito grave y un cargo menor por manipulación de un testigo o una víctima.</p><p>Hasta la noche del viernes, permanecía detenido en el TGK con una fianza de $6,000 USD.</p><p>En un comunicado enviado a Local 10 News, Lopez dijo que McKinney “niega enérgicamente estas acusaciones” y aseguró que las denuncias fueron “fabricadas por una mujer obsesionada” que, según él, había estado acosando y hostigando a su cliente. Lopez también afirmó que McKinney intentó previamente, sin éxito, obtener una orden de protección contra ella por presunto acoso y hostigamiento.</p>]]></content:encoded></item><item><title><![CDATA[Justice Department moves to drop case against ex-Olympian charged with damaging Reflecting Pool]]></title><link>https://www.local10.com/news/politics/2026/07/31/justice-department-drops-criminal-case-against-ex-olympian-charged-with-damaging-reflecting-pool/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/justice-department-drops-criminal-case-against-ex-olympian-charged-with-damaging-reflecting-pool/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Justice Department moved Friday to dismiss a criminal case charging a former Olympian with deliberately damaging the Lincoln Memorial Reflecting Pool, saying evidence prosecutors had recently received refuted the idea that vandals were to blame.]]></description><pubDate>Fri, 31 Jul 2026 23:40:43 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Justice Department moved Friday to dismiss a criminal case charging a former Olympian with deliberately damaging the Lincoln Memorial Reflecting Pool, saying evidence prosecutors had recently received refuted the idea that vandals were to blame.</p><p>Government lawyers said in a 20-page court filing that additional documents provided by the Interior Department since the indictment of David Hearn show that the damage was the result of a botched installation by a contractor as well as “the rush to complete the project prior to events associated with the America 250 celebration in the weeks surrounding Independence Day 2026.” In addition, a recent visual inspection revealed damage throughout the pool, including in the middle — where prosecutors say a vandal would not likely have attempted to peel the lining.</p><p>“Given all of this newly discovered information, it is difficult to attribute the widespread damage to the Reflecting Pool to vandalism, let alone to establish that fact beyond a reasonable doubt,” said the filing from U.S. Attorney Jeanine Pirro, which asked a judge to formally dismiss the case.</p><p>Hearn's lawyers said in a statement that the case against him should never have been brought.</p><p>“Its dismissal today does not erase the abuse of government power in arresting and charging a patriotic American who did nothing wrong. The government’s approach was ready, fire, aim. The administration owes Mr. Hearn an apology,” the lawyers said.</p><p>The dismissal marks an embarrassing setback for a Justice Department that had billed the prosecution as accountability for damage at a Washington landmark where President Donald Trump had launched a massive renovation project before the country's 250th anniversary celebrations. Trump, without providing evidence, has alleged the damage was caused by vandals.</p><p>But the case has long been saddled with evidentiary problems and challenges. Hearn has for weeks maintained his innocence and his supporters have characterized the prosecution as a politically motivated attempt by the Trump administration to deflect blame and scapegoat others.</p><p>Earlier this week, Hearn's lawyers sought access to grand jury transcripts because of what they said were “irregularities” in the process. They said a National Park Service official testified that the pool already was damaged before Hearn allegedly touched it, couldn’t quantify any damage attributable to Hearn and said the same repairs would have been required regardless of his conduct.</p><p>“The witness’s testimony established that the pool had substantial preexisting damage requiring repair before any alleged conduct by Mr. Hearn,” his lawyers wrote. “According to the witness, the pool was leaking more than one million gallons of water per week; its expansion joints had exceeded their service life; and the liner already contained a rip.”</p><p>Hearn pleaded not guilty earlier this month to one felony count of property destruction and had a trial scheduled to start Sept. 28 in D.C. Superior Court. The charge, which carries a maximum prison sentence of 10 years upon conviction, accused Hearn of causing at least $1,000 in damage to the pool.</p><p>In court papers Friday, prosecutors said they had only recently received new information that undermined the basis for the prosecution.</p><p>“It was not until after these documents were produced that (prosecutors) first became aware of information showing that the damage was the result of a botched installation and not vandalism as initially represented” by the Interior Department. Prosecutors could “only rely,” they wrote, on the initial information suggesting that the damage was caused by vandals.</p><p>Hearn has told The Associated Press he was detained by National Guard troops and U.S. Park Police for five hours after stopping by the pool during a bike ride on June 19. He said he reached in to examine the pool’s newly peeled coating and briefly touched a chunk attached to the side of the pool, but said he obeyed a park worker who told him to let go of it.</p><p>Hearn, 67, of Bethesda, Maryland, competed in three Summer Olympics, earning his best finish, ninth, at the 1996 Atlanta Olympic Games, the U.S. Olympic and Paralympic Committee says on its website.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X2WNZFRDXJNV6EZ2YHHBZI2VL4.jpg?auth=4179cae46b5431256853ae2ae0c1d19b828ed7dca1584d050d5ac5d9130a2f49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Lincoln Memorial Reflecting Pool is seen from the Washington Monument, Friday, July 31, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G5WWUYBBAB3HRGJJIE7FD22D54.jpg?auth=85054b0b358020c78e7f10ec037db4595a00917769f18b6d7c6c575291719225&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Olympic canoeist David Hearn, center, and his attorney Norman Eisen, left, walk to a car following a court appearance, where he pleaded not guilty to allegedly damaging the Lincoln Memorial Reflecting Pool, Thursday, July 9, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[OnlyFans model Courtney Clenney taking plea deal in Miami murder case]]></title><link>https://www.local10.com/news/local/2026/07/31/onlyfans-model-courtney-clenney-taking-plea-deal-in-miami-murder-case/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/onlyfans-model-courtney-clenney-taking-plea-deal-in-miami-murder-case/</guid><dc:creator><![CDATA[Chris Gothner, Magdala Louissaint, Bridgette Matter]]></dc:creator><description><![CDATA[OnlyFans model Courtney Clenney is taking a plea deal in her Miami murder case, her lawyers confirmed on Friday afternoon. Specifics about the agreement weren’t immediately made available.]]></description><pubDate>Fri, 31 Jul 2026 20:49:00 +0000</pubDate><content:encoded><![CDATA[<p>OnlyFans model <a href="https://www.local10.com/topic/Courtney_Clenney/" target="_self" rel="" title="https://www.local10.com/topic/Courtney_Clenney/">Courtney Clenney</a> is taking a plea deal in her Miami murder case, her lawyers confirmed on Friday afternoon. Specifics about the agreement weren’t immediately made available.</p><p><a href="https://www.local10.com/espanol/2026/07/31/acepta-courtney-clenney-modelo-de-onlyfans-acuerdo-de-culpabilidad-en-caso-de-asesinato-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/acepta-courtney-clenney-modelo-de-onlyfans-acuerdo-de-culpabilidad-en-caso-de-asesinato-en-miami/">Leer en español</a></p><p>Clenney, 30, has been in the Miami-Dade jail since August 2022, charged with second-degree murder in the stabbing death of her boyfriend Christian Obumseli.</p><p>Miami police said the crime happened on April 3, 2022 at the One Paraiso condominium building, located at 3131 NE Seventh Ave. in the city’s Edgewater neighborhood.</p><p>Clenney ― also known as Courtney Tailor ― admitted to stabbing Obumseli, 27, after an altercation, though her attorneys claimed the then-25-year-old did so in self-defense.</p><p>Prosecutors said Obumseli was unarmed and the stabbing was not in self-defense.</p><p>Clenney was facing a possible life sentence.</p><p>Her attorneys declined to comment further on the plea deal ahead of an Aug. 10 hearing in Miami-Dade court.</p><p>Larry Handfield, the attorney for the Obumseli family, told Local 10 News that his clients were very involved in the conversations about the plea, saying all parties have agreed to a resolution and that the agreement will start their healing process.</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[Acepta Courtney Clenney, modelo de OnlyFans, acuerdo de culpabilidad en caso de asesinato en Miami]]></title><link>https://www.local10.com/espanol/2026/07/31/acepta-courtney-clenney-modelo-de-onlyfans-acuerdo-de-culpabilidad-en-caso-de-asesinato-en-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/acepta-courtney-clenney-modelo-de-onlyfans-acuerdo-de-culpabilidad-en-caso-de-asesinato-en-miami/</guid><dc:creator><![CDATA[Chris Gothner, Magdala Louissaint, Bridgette Matter]]></dc:creator><description><![CDATA[La modelo de OnlyFans Courtney Clenney aceptará un acuerdo de culpabilidad en su caso de asesinato en Miami, confirmaron sus abogados el viernes por la tarde. Los detalles específicos del acuerdo no estuvieron disponibles de inmediato.]]></description><pubDate>Fri, 31 Jul 2026 22:13:34 +0000</pubDate><content:encoded><![CDATA[<p>La modelo de <a href="https://www.local10.com/topic/Courtney_Clenney/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Courtney_Clenney/">OnlyFans Courtney</a> Clenney aceptará un acuerdo de culpabilidad en su caso de asesinato en Miami, confirmaron sus abogados el viernes por la tarde. Los detalles específicos del acuerdo no estuvieron disponibles de inmediato.</p><p>Clenney, de 30 años, ha permanecido en la cárcel del condado Miami-Dade desde agosto de 2022, acusada de asesinato en segundo grado por la muerte a puñaladas de su novio, Christian Obumseli.</p><p>La Policía de Miami informó que el crimen ocurrió el 3 de abril de 2022 en el edificio de condominios One Paraiso, ubicado en el 3131 de la avenida NE Seventh, en el vecindario de Edgewater, en la ciudad de Miami.</p><p>Clenney, también conocida como Courtney Tailor, admitió haber apuñalado a Obumseli, de 27 años, tras un altercado, aunque sus abogados afirmaron que la entonces joven de 25 años actuó en defensa propia.</p><p>Los fiscales señalaron que Obumseli estaba desarmado y que el apuñalamiento no fue en defensa propia.</p><p>Clenney enfrentaba una posible condena de cadena perpetua.</p><p>Sus abogados declinaron hacer más comentarios sobre el acuerdo de culpabilidad antes de una audiencia programada para el 10 de agosto en un tribunal de Miami-Dade.</p><p>Larry Handfield, abogado de la familia Obumseli, dijo a Local 10 News que sus clientes participaron activamente en las conversaciones sobre el acuerdo y que todas las partes han llegado a una resolución, además de que el acuerdo marcará el inicio de su proceso de recuperación.</p>]]></content:encoded></item><item><title><![CDATA[USPS carrier accused of stealing winning Florida Lottery ticket from mail, claiming prize]]></title><link>https://www.local10.com/news/local/2026/07/31/usps-carrier-accused-of-stealing-winning-florida-lottery-ticket-from-mail-claiming-prize/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/usps-carrier-accused-of-stealing-winning-florida-lottery-ticket-from-mail-claiming-prize/</guid><dc:creator><![CDATA[Ryan Mackey, Terrell Forney]]></dc:creator><description><![CDATA[A United States Postal Service employee is facing multiple felony charges after investigators say she stole a winning Florida Lottery ticket from the mail and fraudulently claimed a $2,600 prize.]]></description><pubDate>Fri, 31 Jul 2026 16:06:48 +0000</pubDate><content:encoded><![CDATA[<p>A United States Postal Service employee from Broward County is facing multiple felony charges after investigators say she stole a winning Florida Lottery ticket from the mail and fraudulently claimed a $2,600 prize.</p><p><a href="https://www.local10.com/espanol/2026/07/31/acusan-a-cartero-del-usps-de-robar-un-boleto-ganador-de-la-loteria-de-florida-enviado-por-correo-y-cobrar-el-premio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/acusan-a-cartero-del-usps-de-robar-un-boleto-ganador-de-la-loteria-de-florida-enviado-por-correo-y-cobrar-el-premio/">Leer en español</a></p><p>According to the Florida Lottery, the case stemmed from a joint investigation by the agency’s Division of Security and the U.S. Postal Service Office of Inspector General.</p><p>Investigators said the investigation began after a Florida Lottery player reported that a winning Pick 4 ticket she mailed through the U.S. Postal Service never arrived at its intended destination.</p><p>According to an arrest report, the winning ticket was purchased at a Publix store in Tampa and was worth $2,600. Because the prize exceeded the $599 maximum payout that can be claimed at a lottery retailer, the terminal instructed that the ticket be returned to the player, investigators said.</p><p>They said the winner later mailed the ticket to a relative in Fort Lauderdale to help pay for another person’s funeral expenses, but the ticket was never successfully delivered.</p><p>A Florida Lottery inspector determined the ticket was instead redeemed June 19 at the Florida Lottery’s Miami District Office by 28-year-old Lakaysha Kenya Lockhart. Investigators later identified Lockhart as a USPS letter carrier assigned to the Oakland Park post office.</p><p>According to her arrest report, Lockhart, who has listed addresses in Lauderhill and Hollywood, “was not known to, approved or authorized by the ticket owner” to redeem the winning ticket.</p><p>Authorities said Florida Lottery special agents and USPS OIG investigators conducted a joint operation that led to Lockhart’s arrest on July 23. They said Lockhart admitted after her arrest to stealing the winning lottery ticket and redeeming it at the Miami District office.</p><p>“Our players deserve confidence that every Lottery prize is protected through strong security measures and diligent oversight,” Florida Lottery Secretary Reginald D. Dixon said in a statement. “I commend our Division of Security for their outstanding investigative work and thank our partners at the United States Postal Service Office of Inspector General and the Broward County Sheriff’s Office for their collaboration in protecting the integrity of Florida Lottery games and bringing this case to a successful resolution.”</p><p>Jail records show Lockhart is facing one count of grand theft, dealing in stolen property, filing a false claim for payment, and two counts of unlawful use of a two-way communications device and mail theft.</p><p>Florida Lottery officials said that because the offenses occurred in multiple judicial circuits, the cases will be prosecuted separately.</p><p>Lockhart was not listed as an inmate in Broward County jail records as of Friday morning.</p><p>A USPS spokesperson told Local 10 News that Lockhart joined the agency on April 21, 2025, and remains employed by USPS but is currently off duty.</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[Over 100 women's college basketball players team up in unionization effort]]></title><link>https://www.local10.com/sports/2026/07/31/over-100-womens-college-basketball-players-team-up-in-unionization-effort/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/over-100-womens-college-basketball-players-team-up-in-unionization-effort/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[More than 100 women's college basketball players have teamed up to form a union for college athletes as part of their growing push to collectively bargain with their schools, an organizing group announced Friday.]]></description><pubDate>Fri, 31 Jul 2026 21:45:38 +0000</pubDate><content:encoded><![CDATA[<p>More than 100 women's college basketball players have teamed up to form a union for college athletes as part of their growing push to collectively bargain with their schools, an organizing group announced Friday.</p><p>The United College Athletes Association said as part of the push, members of the Oregon State women's team filed a petition with state regulators, marking a formal effort to seek collective bargaining rights under state law.</p><p>The announcement comes two years after a group of women's basketball players co-signed letters to Southeastern and Big Ten Conference leaders in 2024, requesting a formal collaboration process on issues affecting college athletics.</p><p>Since those efforts were denied, more than 100 female athletes have signed union authorization cards with the UCAA, agreeing to representation in collective bargaining.</p><p>The announcement comes a few days after the College Football Players Association revealed that Stanford has become the first football team to organize a player-led chapter — another effort by college athletes to unionize.</p><p>The UCAA says its mission is to represent and protect athletes through collective bargaining, ensuring that college sports are safe, fair, sustainable and that athletes have a say in decision-making.</p><p>“As interim president of the UCAA, I’m proud to help lead a movement that gives college athletes a real voice in the decisions that shape our lives and careers," University of Maryland basketball player Oluchi Okananwa said in a statement.</p><p>NCAA leaders have long opposed the idea of players becoming employees of their schools, though the idea isn't universally opposed by college leaders. Tennessee athletic director Danny White has been among those who have said collective bargaining is the only real solution to the problems that confront schools that are now paying millions to their players.</p><p>Attempts to create unions for college athletes at Dartmouth and Southern California stalled in 2024 due to the changing landscape in college sports and the then-incoming Trump administration's new National Labor Relations Board, which wasn't expected to approve the moves.</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up here. AP women’s college basketball: https://apnews.com/hub/ap-top-25-womens-college-basketball-poll and https://apnews.com/hub/womens-college-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IZUFPAO3RS3MTXDOYDC4ZJBLJ4.jpg?auth=11dbd6e229ee4ec78afffd925872695178314dcbb1e0a77dd5fdced64707a4cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maryland guard Oluchi Okananwa handles the ball during the second half of an NCAA college basketball game against UCLA, Jan. 18, 2026, in Los Angeles. (AP Photo/Jayne Kamin-Oncea, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jayne Kamin-Oncea</media:credit></media:content></item><item><title><![CDATA[Florida Department of Corrections expands hiring incentives for correctional officers]]></title><link>https://www.local10.com/news/florida/2026/07/31/florida-department-of-corrections-expands-hiring-incentives-for-correctional-officers/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/31/florida-department-of-corrections-expands-hiring-incentives-for-correctional-officers/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[The Florida Department of Corrections is expanding its recruitment incentives by offering a $1,000 hiring bonus to eligible correctional officers at 13 correctional institutions across the state.]]></description><pubDate>Fri, 31 Jul 2026 14:22:04 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Department of Corrections is expanding its recruitment incentives by offering a $1,000 hiring bonus to eligible correctional officers at 10 correctional institutions across the state.</p><p><a href="https://www.local10.com/espanol/2026/07/31/departamento-de-correcciones-de-florida-amplia-incentivos-de-contratacion-para-oficiales-penitenciarios/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/departamento-de-correcciones-de-florida-amplia-incentivos-de-contratacion-para-oficiales-penitenciarios/">Leer en español</a></p><p>According to the department, eligible new correctional officers at select institutions may also qualify for an existing $5,000 retention bonus, bringing the total available incentives to as much as $6,000. </p><p>Institutions with a $6,000 bonus include:</p><ul><li>Apalachee CI (Sneads)</li><li>Gulf CI (Wewahitchka)</li><li>Hamilton CI (Jasper)</li><li>Jackson CI (Malone)</li><li>Liberty CI (Bristol)</li><li>Northwest Florida Reception Center (Chipley)</li><li>Okeechobee CI (Okeechobee)</li><li>Santa Rosa CI (Milton)</li><li>Taylor CI (Perry)</li></ul><p>The department said officers become eligible for the bonuses after receiving certification through the Florida Criminal Justice Standards and Training Commission.</p><p>“The Florida Department of Corrections is committed to investing in the men and women who choose to serve and support Florida’s public safety mission,” Assistant Deputy Secretary of Institutions Hope Gartman said in a statement. </p><p>Gartmen added that a career in corrections offers competitive pay, employee benefits, opportunities for advancement, and the chance to make a meaningful impact on public safety. </p><p>According to the FDC, newly hired correctional officers earn a starting salary of $22 per hour and receive paid training, high-risk retirement benefits, State of Florida employee benefits, and opportunities for career advancement. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EV63O3REXNFJLFIP56FK53NJE4.jpg?auth=c2eec1c2866b78817bcef89ffb22a9759bebd00d554a306699db897e8f4603db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Zelenskyy asks Trump to help him get Elon Musk's OK to use Starlink to help with strikes on Russia]]></title><link>https://www.local10.com/news/politics/2026/07/31/zelenskyy-asks-trump-to-help-him-get-elon-musks-ok-to-use-starlink-to-help-with-strikes-on-russia/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/zelenskyy-asks-trump-to-help-him-get-elon-musks-ok-to-use-starlink-to-help-with-strikes-on-russia/</guid><dc:creator><![CDATA[By LISA MASCARO, AAMER MADHANI and COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Ukrainian President Volodymyr Zelenskyy has pitched President Donald Trump and other American officials on helping Ukraine win permission from tech titan Elon Musk to use his Starlink satellite communications system to guide strikes inside Russia.]]></description><pubDate>Fri, 31 Jul 2026 21:33:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Ukrainian President Volodymyr Zelenskyy has pitched President Donald Trump and other American officials on helping Ukraine win permission from tech titan Elon Musk to use his Starlink satellite communications system to guide strikes inside Russia.</p><p>The push for expanded use of Starlink comes as Zelenskyy looks for alternate ways to mitigate the need for U.S. Patriot air defense systems to thwart the steady barrage of Russian missile and drone attacks on Ukrainian territory. The interceptors are in shorter supply as the U.S. and Israeli war against Iran continues to rage, and Trump on Friday appeared to back away from a recent commitment to give Ukraine a license to produce them.</p><p>Zelenskyy made the request directly to Trump in an Oval Office meeting this week during his whirlwind trip to Washington, according to one person familiar with the matter. He also told lawmakers later on Capitol Hill that he wanted Starlink to help with targeting inside Russia, according to a person in the room. Both officials spoke on the condition of anonymity to discuss the sensitive private discussions. Trump did not commit to Zelenskyy’s request.</p><p>Zelenskyy has been pushing to expand Starlink use for weeks</p><p>Musk has allowed the Ukrainians to use Starlink inside their own territory, including in Ukrainian regions occupied by the Russians, but has restricted use of the satellite system inside Russia.</p><p>Zelenskyy has been making the case for expanded use of Starlink with U.S. officials for at least several weeks. The White House, the Ukrainian Embassy in Washington and officials at SpaceX, which owns Starlink, did not immediately respond to requests for comment on Zelenskyy’s request. Zelenskyy’s efforts to get Musk’s permission to use Starlink to help with Ukrainian attacks inside Russia was first reported by The Atlantic.</p><p>Granting permission for an expanded use of Starlink could come with risk for Musk. The Associated Press reported in December that two NATO-nation intelligence services suspect Russia is developing a new anti-satellite weapon to target Musk’s Starlink constellation with destructive orbiting clouds of shrapnel.</p><p>The intelligence findings were shown to the AP on condition that the services involved were not identified, and the news organization was not able to independently verify the findings’ conclusions.</p><p>Russia views Starlink as a grave threat, the findings indicate. The thousands of low-orbiting satellites have been pivotal for Ukraine’s survival against Russia’s full-scale invasion, which began in February 2022.</p><p>Ukrainian leader also pitched US lawmakers during recent visit</p><p>Zelenskyy had traveled to Washington to attend Sen. Lindsey Graham's memorial service and used the visit to check in with Trump and allies on Capitol Hill.</p><p>Zelenskyy visited the Capitol following his meeting with Trump in the White House earlier in the day. Senators said the requests the Ukrainian president made were similar to what he had told them earlier in July during a meeting at the NATO summit in Turkey.</p><p>“They need access to Starlink long term to make their longer-range and intermediate-range systems more accurate,” said Sen. Mike Rounds, a Republican from South Dakota, who is a member of the Senate Armed Services Committee.</p><p>“They prefer to be exactly on target, as opposed to, in the general area,” Rounds said. “He made that pretty clear.”</p><p>Zelenskyy spoke with lawmakers late Tuesday evening ahead of a Senate vote on a punishing new Russia sanctions package, which advanced toward a final vote expected next week.</p><p>Zelenskyy also reiterated Ukraine's need for more U.S. Patriots and the previously discussed licensing agreement so Ukraine could start producing the system in house, said Rounds, who was part of the delegation of U.S. lawmakers at the NATO conference in Ankara.</p><p>“There was a consistency from what President Zelenskyy shared with us in Turkey two weeks ago to what he shared with us again once again, in terms of what their needs are,” Rounds said. “It’s pretty straightforward.”</p><p>Trump appears to edge away from Patriots licensing commitment</p><p>But Trump appeared to edge away from the earlier commitment to give Ukraine a license to make Patriots for its military needs during a gathering of his Cabinet at the presidential retreat at Camp David, Maryland, on Friday.</p><p>Trump at the NATO summit in Turkey declared “we’ll give them the right to make Patriots” to counter missile attacks from Russia in their more than four-year war.</p><p>The president told reporters on Friday that the licensing matter remains under discussion and said he hasn't made a decision on it.</p><p>“We’re talking about it. But it’s a hard thing to give away that kind of technology,” Trump said.</p><p>Trump's relationship has improved with Zelenskyy as Ukraine has gained strength on the battlefield with Russia in recent months. And Zelenskyy has sought to portray that his war with Russia is connected to the U.S. and Israel's conflict with Iran.</p><p>U.S. intelligence has shown that Tehran provided Russia with drones to use against Ukraine. More recently, Russia has prepared to ship drones for Iran, including upgraded versions of the technology that Tehran originally supplied to Moscow after its invasion of Ukraine, according to U.S. and European officials.</p><p>Zelenskyy said ahead of this week's visit to Washington that he'd share evidence with the United States that shows Russia is assisting Iran in targeting U.S. bases in the Middle East via satellite surveillance.</p><p>Zelenskyy also has been making the case to the Trump administration that his country is well positioned to help the U.S. counter Iranian drone attacks on U.S. bases in the Middle East and Gulf allies' infrastructure.</p><p>“He has been very emphatic they are going to provide more aid to us in unmanned warfare, aerial unmanned warfare, which has been so instrumental in Iran — his people have been there, they’ve been providing technology and know-how — and they’re ready, willing and able to do it in even greater magnitude,” said Sen. Richard Blumenthal, a Democrat from Connecticut, who sits on the Armed Services Committee. “He was very emphatic on that point.”</p><p>___</p><p>AP writers John Leicester in Paris and Emma Burrows in London contributed reporting.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QA4SBVY7QZWBSKCYLRLT5JRWFQ.jpg?auth=9bf64e73ef44c8afd6096cd8043c69628ff573eabfcca44c49cab5831153e577&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, center, walks from Air Force One at Morristown Municipal Airport in Morristown, N.J., Friday, July 31, 2026, from Camp David, the presidential retreat. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q7CHD6ELV7UNCY3YSNVNEWJIKM.jpg?auth=e16004dfbc3ddb4f5daa7327d8ba63a627841dd604ba5fea270013f3cbbf2028&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth speaks alongside President Donald Trump during a cabinet meeting, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SOSUDKHBOO7PEB2LBDYBJAC6TA.jpg?auth=1077da42031ced660f74c0dc55155a9ed1d40a4ed2503a59f90e51fbbc8ce604&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 arrives to the Capitol building, Tuesday, July 28, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ELW45Z3APXNWILAM7AICYJLA7Y.jpg?auth=2507abde8c1b9b4b533cd2bb9b73d9ae777454b7b8c247dbf16d9abd32df6a9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine President Volodymyr Zelenskyy, center, is joined by from left: Sen. Richard Blumenthal, D-Conn., Sen. Katie Boyd Britt, Sen. Jeanne Shaheen, D-N.H., R-Ala., Sen. Roger Wicker, R-Miss., and Sen. James Risch, R-Idaho, as he arrives at the U.S. Capitol for a meeting of bipartisan leaders of the Lindsey O. Graham Sanctioning Russia and Iran Act of 2026, Tuesday, July 28, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[Giants running back Cam Skattebo is ready to play football and take a break from backflips]]></title><link>https://www.local10.com/sports/2026/07/31/giants-running-back-cam-skattebo-is-ready-to-play-football-and-take-a-break-from-backflips/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/giants-running-back-cam-skattebo-is-ready-to-play-football-and-take-a-break-from-backflips/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[WHITE SULPHUR SPRINGS, W.Va. (AP) — Cam Skattebo is all systems go at practice. His signature celebration is on hiatus.]]></description><pubDate>Fri, 31 Jul 2026 21:32:25 +0000</pubDate><content:encoded><![CDATA[<p>WHITE SULPHUR SPRINGS, W.Va. (AP) — Cam Skattebo is all systems go at practice. His signature celebration is on hiatus.</p><p>Skattebo declared himself nearly fully healthy at New York Giants training camp, nine months removed from his gruesome right ankle and leg injury. But after getting into some hot water with the organization for doing a backflip and landing awkwardly on that surgically repaired ankle earlier this month, he's planning to stay grounded for a while.</p><p>“Obviously, I do some dumb things here and there, but I learn from it,” Skattebo said Friday. “We’ll see when game time comes around. But right now, we’re focused on training camp, and we’ll keep the backflips off the field for now.”</p><p>Skattebo alarmed, among others, coach John Harbaugh and general manager Joe Schoen when they saw video of the backflip at Fanatics Fest in New York on July 18. He turned out to be fine, but a text message and some difficult conversations followed.</p><p>“He’s a young man that’s still getting used to the spotlight and in New York City, and you've got to be conscious of your actions, not only from a health standpoint but a perception standpoint,” Schoen said. “He knows I’d rather him not do that, especially this close to camp.”</p><p>It is not the first time Skattebo has been second-guessed for something off the field since reaching the NFL and getting hurt. He took part in a WWE show in November, weeks after surgery, took criticism from radio hosts but was not worse for the wear.</p><p>The botched backflip was a much riskier endeavor the Giants would rather he not repeat.</p><p>“The big picture message is you want to take care of yourself," Harbaugh said. "You want to take care of your team: do everything you can do to be healthy, be back, be right, be good.”</p><p>The 24-year-old running back declared in May he'd be ready for the season opener Sept. 13 against Dallas. Skattebo also told the coaching staff he'd be good for the start of camp and hit that deadline.</p><p>As a result, he has no limitations and is doing just about as well as he can.</p><p>“I've felt 99%,” Skattebo said. “I think the 100% is when I put shoulder pads on and I'm able to hit someone. That's when I tell you I'm 100%, but for now I'm 99.9% OK."</p><p>Skattebo will get that chance when the pads go on beginning Monday.</p><p>A 2025 fourth-round pick out of Arizona State, Skattebo rushed for 410 yards and five touchdowns on 101 carries before having his rookie year cut short Oct. 26 at Philadelphia. This past spring, he set a goal of playing 17-plus games and rushing for over 2,000 yards on 300 carries.</p><p>Skattebo didn't shy away from those lofty aspirations — which would give him a top-10 season in league history — but his main focus is on moving past the injury and rehab process and getting back to what he does best.</p><p>"It was a long, hard road," Skattebo said. “It’s time to play football.”</p><p>Malik Nabers did not practice Friday</p><p>After being the talk of the start of camp for getting on the field for individual drills after his own lengthy rehab from a torn ACL, Malik Nabers did not take part in practice Friday. Harbaugh called it “part of the process.”</p><p>“We’ll work through it, and every single day will be what it is that given day,” Harbaugh said. “He’s worked real hard, made a lot of progress and that’s what we decided to do today for practice.”</p><p>Neither Nabers nor the Giants have set a timetable for his return to game action.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JH7LZEMBYJEUAPBGEE2QE2NX2U.jpg?auth=25373d8e436aa954e5753c8bdb92faea185d86f5d8b8ea6d971b18bd80502699&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Giants running back Cam Skattebo practices during an NFL football training camp, Friday, July 31, 2026, in White Sulphur Springs, W.Va. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2AB54VDCWJSRFG53P4QEX3YK4Y.jpg?auth=b0bbf8c7fb7e850506089fad804f7ea1d7a8c027dff932486ad53ef2e59efcbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Giants running back Cam Skattebo practices during an NFL football training camp, Friday, July 31, 2026, in White Sulphur Springs, W.Va. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LKEULNFRUFHBK5CFLDF5RQOYBQ.jpg?auth=bde7015a6ce5e38484b0a41cd783f6c8dee383712a847ccd97d60dedcbce09a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Giants running back Cam Skattebo practices during an NFL football training camp, Wednesday, July 29, 2026, in White Sulphur Springs, W.Va. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[Seattle mayor defends ousting police chief after festival shootout]]></title><link>https://www.local10.com/news/national/2026/07/31/seattle-mayor-defends-ousting-police-chief-after-festival-shootout/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/31/seattle-mayor-defends-ousting-police-chief-after-festival-shootout/</guid><dc:creator><![CDATA[By GENE JOHNSON, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Seattle Mayor Katie Wilson on Friday defended her decision to oust the city's police chief as the “right decision at the right time,” but she declined to explain why.]]></description><pubDate>Fri, 31 Jul 2026 23:40:57 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Seattle Mayor Katie Wilson on Friday defended her decision to oust the city's police chief as the “right decision at the right time,” but she declined to explain why.</p><p>The leadership change came as police continue searching for people involved in a fatal, gang-related shootout at a food festival near the Space Needle last weekend. A 15-year-old was arrested at the scene and has been charged with assault, but charging documents say the gun he was seen firing wasn't involved in the deaths of two bystanders.</p><p>Wilson and then-Police Chief Shon Barnes faced criticism for being slow to release key information about the shootout on Sunday, including whether suspects remained at large.</p><p>Barnes, who was the city's second Black police chief, has been credited with boosting the recruitment of officers and helping reduce crime downtown. A number of Black community organizations, a major business group and several City Council members issued statements criticizing Wilson's decision to replace him Thursday.</p><p>At a news conference Friday with Andre Sayles, a Seattle deputy chief the mayor named as interim chief, Wilson credited Barnes for his service and said that as mayor she had a clearer window into the operations at the Seattle Police Department than her critics.</p><p>The lack of communication about a mass shooting at a major public event in Seattle was not the only reason she asked Barnes to resign, she said.</p><p>“There were multiple factors,” Wilson said. “The events of Sunday played into it.”</p><p>Sayles told the news conference the department would boost police staffing at public festivals for the remainder of the summer. He also said he believed investigators are close to finding and arresting additional suspects in the shootout.</p><p>The gunfire erupted in the waning hours of the Bite of Seattle, an annual three-day festival that draws hundreds of food and retail vendors and performers. Three people, including a suspect, were killed, and four people were wounded. One of the people injured was a 2-year-old boy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IYA3MM72A4YDYVHZYKOXUTNXOI.jpg?auth=96c8a313e1d032b127241bd749b84a0ac2d61b89fd138377e2b9cbe6ef4c3952&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mayor Katie Wilson holds a news conference to introduce Andre Sayles as interim police chief on Friday, July 31, 2026 in Seattle. (AP Photo/Manuel Valdes)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Valdes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7HJWXK3TJBQCI3OZASJPLC3BAY.jpg?auth=f1ef45462cf6823affdbf3005fcdba66d19a72b921cdadfa25a1ed71254f8fe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mayor Katie Wilson holds a news conference to introduce Andre Sayles as interim police chief on Friday, July 31, 2026 in Seattle. (AP Photo/Manuel Valdes)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Valdes</media:credit></media:content></item><item><title><![CDATA[FCC chairman defends actions against ABC, says broadcasters must operate 'in the public interest']]></title><link>https://www.local10.com/business/2026/07/31/fcc-chairman-defends-actions-against-abc-says-broadcasters-must-operate-in-the-public-interest/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/31/fcc-chairman-defends-actions-against-abc-says-broadcasters-must-operate-in-the-public-interest/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[Federal Communications Commission Chairman Brendan Carr on Friday defended his agency’s recent actions against ABC, saying broadcasters have a duty to “operate in the public interest” and the FCC is merely trying to restore that standard.]]></description><pubDate>Fri, 31 Jul 2026 19:58:38 +0000</pubDate><content:encoded><![CDATA[<p>Federal Communications Commission Chairman Brendan Carr on Friday defended his agency’s recent actions against ABC, saying broadcasters have a duty to “operate in the public interest” and the FCC is merely trying to restore that standard.</p><p>Broadcasters like ABC, Carr said in an interview on the Fox Business Network, “struck a deal with the American people. You broadcasters get subsidized access, free access to a valuable public resource, the airwaves, worth billions of dollars. In exchange, you have to operate in the public interest.”</p><p>“Look, as a country, we should have a trusted, respected news media, and we’re not there,” Carr told anchor Maria Bartiromo. “So I hope more broadcasters return to their public interest obligations.”</p><p>The FCC has been pushing ABC</p><p>The remarks came a day after ABC, issuing another salvo in an ever-escalating battle with President Donald Trump’s FCC, again accused the agency of a brazen attempt to chill its constitutionally protected free speech — and by extension, that of every media outlet in the country.</p><p>ABC accused the agency of retaliating against it simply because it doesn't like the political content of ABC’s shows.</p><p>The network's new comments came in its latest filing to the agency, expressing its formal opposition to the FCC's early review, launched in April, of eight ABC local broadcast licenses well before they expire.</p><p>“There is no question why the Commission is singling out these eight stations,” the filing said. “Each is owned by ABC, and the Administration has openly and repeatedly called for the revocation of ABC’s licenses, because it dislikes the content and viewpoints expressed on ABC network programs.”</p><p>“The retaliation against ABC is a signal to every media company in the country,” it continued. “Accommodate the Administration’s view of what news coverage should look like or pay the price. … The tools vary; the objective does not: a media industry too fearful of official reprisal to report the news freely. “</p><p>The license review is only one part of a long-simmering confrontation between ABC and the FCC. The network is also battling Carr’s efforts to make "The View,” a talk show whose hosts and guests have frequently angered Trump, subject to equal-time rules — a question ABC says the agency itself resolved more than two decades ago.</p><p>The rules require granting equal airtime to competing candidates for office. Bona fide news programs are exempt. The FCC qualified the show as such in a 2002 decision.</p><p>Kimmel has also been a target</p><p>Trump has also repeatedly called for late-night host Jimmy Kimmel to be fired.</p><p>When the FCC launched its early review of ABC’s licenses in April, it came amid a fight with Kimmel over a joke that offended Trump. The agency, however, cited diversity, equity and inclusion practices at the company, and Carr brought them up in the Fox interview.</p><p>Operating in the public interest, he said, “means you can’t run news distortions, broadcast hoax. You can’t be engaging in this invidious form of DEI discrimination.” He did not elaborate.</p><p>In its filing Thursday, ABC referred to over 140,000 comments from viewers, part of the public comment period on the issue, posted to the FCC website — more than 95% of which it said were supportive of ABC’s position.</p><p>“The outpouring of support for the Stations has been unprecedented for a license renewal proceeding," it said. “These supporters span the ideological spectrum but share a fundamental commitment to free speech and press freedom.”</p><p>In its lengthy filing, ABC also noted how rare it is that the FCC would call for early license renewal applications.</p><p>“Until the day before the Commission took this step, it had not called for license renewal applications ahead of schedule for more than fifty years,” ABC said. “The Commission’s departure from those norms lays bare what is really going on: the Administration is retaliating against ABC for the exercise of its First Amendment rights.</p><p>"That alone should stop these proceedings in their tracks.“</p><p>___</p><p>Jocelyn Noveck covers the intersection of media and entertainment for The Associated Press.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YOTWLYOIPZRQBFJ73FHFDNUP44.jpg?auth=b632e7648f53e3dcbdcb8b82bb1ad6f9dc54da1093f665e084e880c53762d337&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Federal Communications Commission Chairman Brendan Carr departs an event in the East Room of the White House, March 20, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RLUSH2ZSP7WNW3ZOI47CJM4SXA.jpg?auth=114455ce790c8210d825821f4b8471dfcb8e42a293edd9abfb9934f5538108ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Federal Communications Commission chairman Brendan Carr testifies before the House Committee on Energy and Commerce, Subcommittee on Communications and Technology oversight hearing of the Federal Communications Commission on Capitol Hill in Washington, Jan. 14, 2026. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Gobiernos y empresas buscan cómo combatir el sargazo, cuyo avance amenaza al Caribe]]></title><link>https://www.local10.com/espanol/2026/07/31/avance-del-sargazo-amenaza-al-caribe-gobierno-y-empresas-buscan-como-combatirlo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/avance-del-sargazo-amenaza-al-caribe-gobierno-y-empresas-buscan-como-combatirlo/</guid><dc:creator><![CDATA[Por FABIOLA SÁNCHEZ y DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[PUERTO MORELOS, México (AP) — La cantidad de extensas algas pardas que cubren parte de las aguas del Caribe ya ha superado el registro histórico del año pasado. Aunque para muchas especies marinas estas alfombras flotantes representan alimento y albergue, para los habitantes costeros el sargazo se ha convertido en un dolor de cabeza por sus efectos en el ambiente, la pesca y el turismo.]]></description><pubDate>Sat, 01 Aug 2026 04:20:39 +0000</pubDate><content:encoded><![CDATA[<p>PUERTO MORELOS, México (AP) — La cantidad de extensas algas pardas que cubren parte de las aguas del Caribe ya ha superado el registro histórico del año pasado. Aunque para muchas especies marinas estas alfombras flotantes representan alimento y albergue, para los habitantes costeros el sargazo se ha convertido en un dolor de cabeza por sus efectos en el ambiente, la pesca y el turismo.</p><p>Agobiado por el fétido olor que llega desde la orilla, el mesonero mexicano Alan Vázquez observaba desde la barra de un restaurante vacío en la turística localidad de Playa del Carmen, en el Caribe mexicano, cómo el sargazo descompuesto teñía de marrón las aguas turquesas.</p><p>“Es triste que un lugar tan bonito y tan alegre, que era para la fiesta y para brindar emociones a la gente, haya terminado así”, lamentó el mesonero de 32 años.</p><p>Vázquez admitió que teme correr la misma suerte que otros cuatro compañeros, que fueron despedidos hace dos meses ante la merma de turistas que ha golpeado a hoteles y comercios del estado de Quintana Roo, una de las joyas del turismo mexicano, donde las ventas cayeron 30% en la primera mitad del año, según estimaciones del empresariado local.</p><p>La cantidad de sargazo en las costas del Caribe mexicano se ha cuadruplicado este año en comparación con 2025, y es 27 veces mayor que el promedio histórico. Hasta junio ya se habían acumulado unas cinco millones de toneladas, según el Observatorio de Oceanografía Óptica de la Universidad de Florida.</p><p>El sargazo que está llegando al Caribe es de las especies Sargassum natans y Sargassum fluitans, originarias del Atlántico, las cuales flotan gracias a vesículas de aire.</p><p>Para María Eugenia Allende Arandía, del Laboratorio de Ingeniería y Procesos Costeros del Instituto de Ingeniería de la Universidad Nacional Autónoma de México, el sargazo se ha vuelto un “problema muy severo” para las comunidades de las costas caribeñas.</p><p>Pese a la adversidad, Vázquez afirmó que no está dispuesto a rendirse ni a retornar a su estado natal de Michoacán, de donde salió hace 12 años. “Me adoptó Playa del Carmen y no lo voy a dejar ahora; sé que las cosas van a mejorar”, expresó.</p><p>Un problema que se expande por el Caribe</p><p>En Puerto Rico el sargazo ha cubierto las aguas que rodean zonas turísticas muy frecuentadas, entre ellas La Parguera.</p><p>“No recuerdo haber tenido tanta concentración en tantos sitios a la vez”, expresó Waldemar Quiles, secretario de Recursos Naturales del territorio estadounidense.</p><p>En 2025 una cantidad récord de 40 millones de toneladas métricas de sargazo flotó a la deriva por el océano Atlántico. Gran parte acabó en la costa de Puerto Rico, lo que llevó al gobernador a declarar el estado de emergencia.</p><p>“Ya no se trata de un fenómeno aislado”, señaló Emmanuel Maldonado González, sociólogo medioambiental de la Universidad de Carolina del Este. “Se está convirtiendo en un peligro cada vez mayor”.</p><p>Aunque el sargazo proporciona un lugar de cría para animales como tortugas, peces y aves marinas, también reduce el oxígeno del agua, asfixia las raíces de los manglares e impide que la luz solar llegue a los corales y a las praderas marinas. Una vez que arriba a la costa también impide que las tortugas recién nacidas alcancen el océano, según los científicos.</p><p>La macroalga contiene altos niveles de arsénico y otros metales pesados y contaminantes orgánicos. Al descomponerse en las playas produce sulfuro de hidrógeno, un gas que huele a huevo podrido y que puede causar irritación respiratoria.</p><p>El sargazo también ha llegado a las costas de las Islas Vírgenes de Estados Unidos, donde actualmente es posible caminar unos 7 metros (22 pies) mar adentro sin mojarse los pies, según la consultora ambiental Amy Dempsey, quien considera que la situación es la peor de los últimos cinco años.</p><p>Es la primera vez que los científicos observan un crecimiento a gran escala del sargazo en zonas como el Caribe y el golfo de México. Por lo general, estas algas se reproducen de forma asexual a medida que se desplazan desde África occidental, explicó Brian Barnes, científico marino y profesor asistente de investigación de la Universidad del Sur de Florida.</p><p>El sargazo que ha comenzado a reproducirse en la región antes de lo habitual este año tiene su origen en la cifra récord de 40 millones de toneladas métricas registrada el año pasado.</p><p>“La floración de 2025 fue tan grande que, en realidad, nunca desapareció”, explicó Barnes. “Fue suficiente para dar lugar a una nueva floración a nivel local”.</p><p>Pesca del sargazo en alta mar, la estrategia mexicana</p><p>Desde hace siete años, el gobierno de México dejó en manos de la Secretaría de Marina la recolección de las miles de toneladas de sargazo que llegan a diario a sus costas en el Caribe.</p><p>Para esa operación, de la que participan unos 500 marinos, se han dispuesto 11 buques sargaceros, un buque oceánico, un sargacero anfibio, 18 embarcaciones menores y 16.000 metros (52.400 pies) de barrera de contención, que se han colocado en puntos de alta afluencia turística en las localidades de Cancún, Tulum, Puerto Morelos, Playa del Carmen y Mahahual.</p><p>Según las autoridades esta operación permite recoger aproximadamente 1.200 toneladas de sargazo por día, apenas el 30% de lo que llega al Caribe mexicano.</p><p>Ante la previsión de un aumento en el arribo de la macroalga y su consecuente efecto social, económico y ambiental, la presidenta mexicana Claudia Sheinbaum anunció la víspera una inversión de unos 115 millones de dólares para adquirir dos remolcadores, seis sargaceras costeras, barreras de contención y otros equipos, con el fin de elevar este año a 1.800 toneladas diarias la recolección y llevarla a 4.000 toneladas diarias el próximo año. La Armada mexicana construirá todas las embarcaciones.</p><p>Con las nuevas embarcaciones se busca incrementar la recolección en el mar y no en las playas, que en la actualidad concentran la mayor parte de la actividad, dijo a The Associated Press el contraalmirante Topiltzin Flores Jaramillo, coordinador de la Estrategia de Contención del Sargazo.</p><p>La reutilización es otra alternativa</p><p>Desde la iniciativa privada, la academia y el gobierno se han impulsado varias iniciativas para reutilizar el sargazo como una alternativa para enfrentar el fenómeno y garantizar una fuente de ingresos a las comunidades costeras mexicanas.</p><p>Una de esas iniciativas es impulsada por un grupo interdisciplinario de la Universidad Nacional Autónoma de México, que desde 2021 trabaja en siete escuelas de las comunidades turísticas de Cozumel, Akumal y Puerto Morelos, en Quintana Roo, con el fin de promover entre los adolescentes proyectos para la reutilización del sargazo en la elaboración de jabones, calzado y libretas, entre otros productos, indicó Allende Arandía, una de las integrantes del grupo de investigadores.</p><p>Además, diferentes empresas privadas de ese estado han desarrollado pequeñas plantas para procesar la macroalga y transformarla en biofertilizantes, ladrillos y hasta productos cosméticos.</p><p>La empresa mexicana Carbonwave se dedica a la transformación del sargazo en bioestimulantes agrícolas y emulsionantes cosméticos.</p><p>Rafael Carranza, director de Operaciones y Finanzas de Carbonwave, reconoció que, aunque el arranque de la planta en 2020 fue difícil, en los últimos años han logrado posicionar el bioestimulante agrícola en el mercado local e incluso exportarlo a Estados Unidos, Ecuador y Brasil.</p><p>El año pasado la planta procesó cerca de 300 toneladas de sargazo fresco, y este año espera superar esa meta, precisó Carranza.</p><p>En tanto, el gobierno mexicano busca coordinar los empeños internacionales para combatir el sargazo, y tiene previsto celebrar un encuentro el 1 y 2 de octubre con países del Caribe, Brasil y Japón.</p><p>La secretaria de Medio Ambiente, Alicia Bárcena, dijo la víspera que la ayuda de Brasil es fundamental, porque la falta de tratamiento del agua en el río Amazonas hace que al desembocar en el mar tenga más compuestos que alimentan el alga. Indicó también que Japón ya ha mostrado su disposición a apoyar con barcos balleneros que ya no utiliza, y que pueden ser adaptados para recolectar sargazo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BXWXVYVJGCF4YHOA2WUFMSDPWM.jpg?auth=1b957d12034fd7687a120c528c9a542b907fe11369e7f181fe62f49271338b75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El sargazo se acumula en las aguas frente a la costa de Tulum, México, el jueves 30 de julio de 2026. (AP Foto/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5H7LPMF2JRKGYCF7SB2745TVTI.jpg?auth=1b42e51507ce83d558ab770f1543c99f7378e089c0240472c0cb7a9c0276b33e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miembros de la Armada mexicana retiran sargazo de la costa de Puerto Morelos, México, el jueves 30 de julio de 2026. (AP Foto/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QGIXZJXK2FMS33YKPXOO3VBVKQ.jpg?auth=2e7b49b824a3595236811da2ce67df6c7d07ba5df2d778377c5d1ab31d54331c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El sargazo se acumula en las aguas frente a la costa de Tulum, México, el jueves 30 de julio de 2026. (AP Foto/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O5CXJN53GS377YPDAXRXKTKI5Y.jpg?auth=beec5b023a7b60b4a73c244c383b57b2442f87023782341f01a9d142de971f2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carteles publicitarios se exhiben cerca de una playa cubierta de sargazo en Tulum, México, el jueves 30 de julio de 2026. (AP Foto/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L5KHFEHJJEHW2TQDLOJ46RYB4M.jpg?auth=467dc9d1b304f8c2aeb68a4421242f5726e9ee94e0669292fc970d7488d070ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El sargazo cubre la costa de Tulum, México, el jueves 30 de julio de 2026. (AP Foto/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content></item><item><title><![CDATA[Man whose slain brother led Mexican cartel pleads guilty to drug charges in US]]></title><link>https://www.local10.com/news/politics/2026/07/31/man-whose-slain-brother-led-mexican-cartel-pleads-guilty-to-drug-charges-in-us/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/man-whose-slain-brother-led-mexican-cartel-pleads-guilty-to-drug-charges-in-us/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A man whose slain brother led one of Mexico’s most powerful and violent drug cartels pleaded guilty Friday in Washington to conspiring to traffic cocaine and methamphetamine into the U.S.]]></description><pubDate>Fri, 31 Jul 2026 19:49:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A man whose slain brother led one of Mexico’s most powerful and violent drug cartels pleaded guilty Friday in Washington to conspiring to traffic cocaine and methamphetamine into the U.S.</p><p>Antonio Oseguera Cervantes worked for cartels with his brother Nemesio Rubén Oseguera Cervantes, the drug lord known as “El Mencho” who was killed by the Mexican army in February, according to federal prosecutors.</p><p>El Mencho co-founded and led the Cartel de Jalisco Nueva Generación, known by its Spanish-language acronym CJNG. Last year, President Donald Trump’s administration designated the CJNG and other cartels as foreign terrorist organizations.</p><p>Antonio Oseguera Cervantes, 67, of Michoacán, Mexico, faces a mandatory minimum sentence of 15 years in prison. U.S. District Judge Beryl Howell is scheduled to sentence him on Nov. 13.</p><p>Besides the conspiracy charge, Oseguera Cervantes also pleaded guilty to possessing a firearm in furtherance of a drug trafficking conspiracy.</p><p>Oseguera Cervantes was transferred from Mexico to the U.S. for prosecution in February 2025. He was a member of the Milenio Cartel before his brother co-founded the CJNG.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FICEPUE2FJZASKLA7DCKKSV364.jpg?auth=749be74dc3d662c00674bc6423eb3e4679fdcea38dee031011f511656e012cee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A soldier stands guard by a charred vehicle after it was set on fire in Cointzio, Michoacán state, Mexico, Feb. 22, 2026, following the death of the leader of the Jalisco New Generation Cartel, Nemesio Oseguera, also known as "El Mencho." (AP Photo/Armando Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Solis</media:credit></media:content></item><item><title><![CDATA[Trump says anti-weaponization fund in IRS settlement is 'dead' even as he defends it]]></title><link>https://www.local10.com/news/2026/07/31/trump-says-anti-weaponization-fund-in-irs-settlement-is-dead-even-as-he-defends-it/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/31/trump-says-anti-weaponization-fund-in-irs-settlement-is-dead-even-as-he-defends-it/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, SEUNG MIN KIM and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said Friday that his $1.8 billion anti-weaponization fund is “dead” while also continuing to defend it, further complicating his administration’s negotiations with two Republican senators who are blocking his attorney general nominee in protest.]]></description><pubDate>Sat, 01 Aug 2026 03:49:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said Friday that his $1.8 billion anti-weaponization fund is “dead” while also continuing to defend it, further complicating his administration’s negotiations with two Republican senators who are blocking his attorney general nominee in protest.</p><p>Trump told reporters at Camp David on Friday morning that administration officials had “agreed not to have a fund” that compensates his political allies, yet made clear that he disagrees with that decision.</p><p>The comments came hours after an early morning social media post in which Trump said people who had been prosecuted by the Justice Department — many of them for their involvement in the violent Jan. 6, 2021, attack on the Capitol — “are suffering still, many ruined, and I felt that they should be given compensation for what has been done to them.”</p><p>Trump’s reluctant declaration that the fund won't be created came as Republican Sens. John Cornyn of Texas and Thom Tillis of North Carolina, both members of the Senate Judiciary Committee, say they won’t support Todd Blanche’s nomination for attorney general until they see that promise in writing. They have been working for weeks with the White House and Blanche, who is now the acting attorney general, to produce a document to that effect, but both senators have said they aren’t satisfied so far.</p><p>“The President made it clear today that the so-called Anti Weaponization Fund is still alive, which is exactly why we are attempting to formally end it,” Tillis said after Trump’s initial social media post.</p><p>As negotiations continued late Friday, Senate Judiciary Committee Chairman Chuck Grassley rescheduled a committee vote for Blanche that had been postponed earlier in the week.</p><p>A spokesperson for the committee said Grassley would like to see Blanche confirmed before the August recess and putting the Tuesday vote on the calendar “gives more time for the White House to secure the votes for the President’s nominee.”</p><p>Cornyn, Tillis want promises in writing</p><p>Blanche said at a hearing two months ago that the anti-weaponization fund would not move forward after Republican senators revolted and held up an immigration funding bill.</p><p>But Tillis, who is retiring when his term ends in January, and Cornyn, who lost reelection this year after Trump endorsed his primary opponent, said they want to ensure that the White House doesn’t reverse course, especially as Trump continues to argue that a fund is needed.</p><p>The Justice Department has provided the senators with language that says Blanche’s May 18 order establishing the “Anti-Weaponization Fund” is “rescinded and shall have no force or effect,” according to a document reviewed by The Associated Press.</p><p>Cornyn and Tillis have said they also want some clarifications on a separate piece of the settlement that would grant Trump and members of his family immunity from tax audits. Cornyn said this week that it was his understanding that the audits could extend to more than 100 different Trump organization subsidiaries into the future.</p><p>“Todd Blanche said it was limited to the parties to the litigation — and it was retrospective, not prospective,” Cornyn said. “And all we’re doing is asking them to put that in writing.”</p><p>Blanche nomination is delayed in the Senate</p><p>The Judiciary Committee postponed the vote on Blanche’s nomination that had been scheduled for Thursday morning after Tillis and Cornyn said they needed more from the administration before they could provide the necessary votes.</p><p>After the meeting was delayed, Trump said in a social media post that he might pull Blanche’s nomination and resubmit it after Cornyn and Tillis leave office next year. But the two sides continued to negotiate through Thursday afternoon, when Blanche, Cornyn and Tillis met on Capitol Hill.</p><p>On Friday, a person familiar with the negotiations said talks had been positive but the senators were still awaiting a new offer from the Justice Department. The person requested anonymity to discuss the private negotiations.</p><p>The two senators have repeatedly said the Justice Department seemed interested in reaching an agreement, but the White House wouldn’t budge even to aid the confirmation of Trump’s loyal former personal attorney, who has aggressively pursued the administration’s priorities as acting attorney general.</p><p>“I think as far as Blanche and the Department of Justice, we were pretty much on the same page,” Cornyn said Thursday. “But then when the president got wind of it, he wasn’t willing to go along with it.”</p><p>Tillis said Blanche “has been forthright, thoughtful and patient” but attributed the holdup to an “incompetent personal adviser” to the president, even as Trump himself continued to advocate for the fund.</p><p>Behind the scenes, Trump legal adviser Boris Epshteyn is being blamed as an obstacle to an agreement that would let Blanche move forward, according to three people who have direct knowledge of the discussions and requested anonymity to discuss them.</p><p>Saying the AP’s “sources are wrong,” White House communications director Steven Cheung said “anyone trying to assign blame to the President or his team has no earthly idea of what is going on and clearly is trying to deflect from the issue at hand — Todd Blanche will be an exceptional Attorney General and he should be confirmed immediately.”</p><p>Also on Friday, Trump’s attorneys notified a court it would appeal a judge’s scathing ruling that characterized the settlement of the president’s lawsuit against the IRS as an improper exercise in self-dealing. The judge in her order earlier this month referred one of Trump’s attorneys for potential disciplinary action and criticized Blanche’s involvement in the settlement, given his prior representation of Trump.</p><p>Blanche has said he disagrees “with the judge’s insinuations” about him.</p><p>Settlement fund could have benefited Jan. 6 rioters</p><p>Even as they are usually deferential to Trump, a number of Republican senators have expressed strong objections to the settlement.</p><p>“The criminals who assaulted police officers and defiled our nation’s Capitol are not ‘great American patriots’ who are ‘victims of government abuse,’” Tillis said, echoing Trump’s comments about the rioters who could potentially have received payouts. On his first day back in office, Trump pardoned more than 1,500 people who had been charged in the attack.</p><p>Republican Sen. John Kennedy of Louisiana said Thursday that the majority of Senate Republicans aren’t comfortable with the settlement fund.</p><p>“Blanche said it’s dead, and he testified that it’s not coming back,” Kennedy said. “But for whatever reason, somebody didn’t want to put it in writing.”</p><p>___</p><p>This story has been updated to correct the year of the Capitol riot. It was 2021, not 2001.</p><p>___</p><p>Associated Press writers Eric Tucker and Lisa Mascaro contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FO6TBY3MQ75WSYGXD3SQNS2S6E.jpg?auth=9911412e038a794d651a4a33c7dabf8f76b2d232230ebce4b3a08b9e583bb7f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens during a cabinet meeting, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MX6IUV37MG3JEVQLMK57VYTRNQ.jpg?auth=55f0b91179e8690623ed75f8fba1fbc53cf6666e105441054f064511dac99ed6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health and Human Services Secretary Robert F. Kennedy Jr., from left, acting Attorney General Todd Blanche and Vice President JD Vance attend a cabinet meeting, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Divulgan nuevos detalles tras accidente en Oakland Park que dejó una mujer muerta y un hombre herido]]></title><link>https://www.local10.com/espanol/2026/07/31/divulgan-nuevos-detalles-tras-accidente-en-oakland-park-que-dejo-una-mujer-muerta-y-un-hombre-herido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/divulgan-nuevos-detalles-tras-accidente-en-oakland-park-que-dejo-una-mujer-muerta-y-un-hombre-herido/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez]]></dc:creator><description><![CDATA[Divulgaron nuevos detalles el viernes, dos días después de que una mujer murió y un hombre resultó herido en un accidente de dos vehículos en Oakland Park.]]></description><pubDate>Fri, 31 Jul 2026 19:42:02 +0000</pubDate><content:encoded><![CDATA[<p>Divulgaron nuevos detalles el viernes, dos días después de que una mujer murió y un hombre resultó herido en un accidente de <a href="https://www.local10.com/news/local/2026/07/29/1-dead-1-injured-in-oakland-park-crash/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/29/1-dead-1-injured-in-oakland-park-crash/">dos vehículos en Oakland Park</a>.</p><p>Según la Oficina del Sheriff de Broward (BSO), agentes y equipos de Oakland Park Fire Rescue respondieron alrededor de las 6:35 p.m. del miércoles a la intersección de Northwest 44th Street y Northwest 31st Avenue tras reportes de un accidente.</p><p>Los detectives informaron que Milton Pérez, de 51 años, conducía un BMW 640i modelo 2012 en dirección sur por Northwest 31st Avenue, acercándose a Northwest 44th Street, cuando ocurrió el accidente.</p><p>Los investigadores dijeron que una mujer, cuya identidad no ha sido divulgada públicamente, giraba a la izquierda desde Northwest 31st Avenue hacia Northwest 44th Street cuando el BMW impactó su Honda Civic modelo 2014.</p><p>Según los detectives, el impacto provocó que el Civic girara en sentido contrario a las agujas del reloj. Mientras el vehículo giraba, la conductora salió expulsada por la ventana del lado del pasajero y quedó junto al vehículo.</p><p>Paramédicos de Oakland Park Fire Rescue declararon muerta a la mujer en el lugar, informaron los investigadores.</p><p>Según la BSO, Pérez fue trasladado a un hospital local con heridas que no ponen en peligro su vida.</p><p>Los detectives no han informado a quién consideran responsable de la colisión.</p><p>La investigación continúa en curso.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HKBZUVYQERCMJK6D2V5GMYQUKU.jpeg?auth=9c8f90794bb442e25605bc99dc840c182ec7b62240ce861736bb1d52ce451225&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[New details released after woman killed, man injured in Oakland Park crash]]></title><link>https://www.local10.com/news/local/2026/07/31/new-details-released-after-woman-killed-man-injured-in-oakland-park-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/new-details-released-after-woman-killed-man-injured-in-oakland-park-crash/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez]]></dc:creator><description><![CDATA[New details were released Friday, two days after a woman was killed and a man was injured in a two-vehicle crash in Oakland Park.]]></description><pubDate>Fri, 31 Jul 2026 18:24:24 +0000</pubDate><content:encoded><![CDATA[<p>New details were released Friday, two days after a woman was killed and a man was injured in a <a href="https://www.local10.com/news/local/2026/07/29/1-dead-1-injured-in-oakland-park-crash/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/29/1-dead-1-injured-in-oakland-park-crash/">two-vehicle crash in Oakland Park.</a></p><p><a href="https://www.local10.com/espanol/2026/07/31/divulgan-nuevos-detalles-tras-accidente-en-oakland-park-que-dejo-una-mujer-muerta-y-un-hombre-herido/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/divulgan-nuevos-detalles-tras-accidente-en-oakland-park-que-dejo-una-mujer-muerta-y-un-hombre-herido/">Leer en español</a></p><p>According to the Broward Sheriff’s Office, deputies and Oakland Park Fire Rescue crews responded around 6:35 p.m. Wednesday to the intersection of Northwest 44th Street and Northwest 31st Avenue following reports of a crash.</p><p>Detectives said 51-year-old Milton Perez was driving a 2012 BMW 640i southbound on Northwest 31st Avenue, approaching Northwest 44th Street when the crash occurred. </p><p>Investigators said a woman, whose identity has not been publicly released, was making a left turn from Northwest 31st Avenue onto Northwest 44th Street when the BMW struck her 2014 Honda Civic.</p><p>According to detectives, the impact caused the Civic to rotate counterclockwise. As the vehicle spun, the driver was ejected from the passenger-side window and came to rest next to the vehicle. </p><p>Paramedics with Oakland Park Fire Rescue pronounced the woman dead at the scene, investigators said. </p><p>Perez was transported to a local hospital with non-life threatening injuries, according to BSO.</p><p>Detectives have not said who they believe was at fault for the collision.</p><p>The investigation remains ongoing. </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/HKBZUVYQERCMJK6D2V5GMYQUKU.jpeg?auth=9c8f90794bb442e25605bc99dc840c182ec7b62240ce861736bb1d52ce451225&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[2 Las Vegas women accused of shipping meth to Miami-Dade in alleged drug trafficking ring]]></title><link>https://www.local10.com/news/local/2026/07/31/2-las-vegas-women-accused-of-shipping-meth-to-miami-dade-in-alleged-drug-trafficking-ring/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/2-las-vegas-women-accused-of-shipping-meth-to-miami-dade-in-alleged-drug-trafficking-ring/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Two Las Vegas women have been arrested and accused of being part of a drug trafficking organization that investigators say shipped multiple pounds of methamphetamine from Nevada to Miami-Dade County through the U.S. Postal Service.]]></description><pubDate>Fri, 31 Jul 2026 19:21:42 +0000</pubDate><content:encoded><![CDATA[<p>Two Las Vegas women have been arrested and accused of being part of a drug trafficking organization that investigators say shipped multiple pounds of methamphetamine from Nevada to Miami-Dade County through the U.S. Postal Service.</p><p><a href="https://www.local10.com/espanol/2026/07/31/acusan-a-dos-mujeres-de-las-vegas-de-enviar-metanfetamina-a-miami-dade-en-presunta-red-de-narcotrafico/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/acusan-a-dos-mujeres-de-las-vegas-de-enviar-metanfetamina-a-miami-dade-en-presunta-red-de-narcotrafico/">Leer en español</a></p><p>According to an arrest report, Maguadalupe Barajas Sandoval, 66, and Cynthia Leslie Hurtado, 35, were arrested Thursday by the Miami-Dade Sheriff’s Office following a multi-agency investigation involving the Florida Department of Law Enforcement, Homeland Security Investigations, the Drug Enforcement Administration and the U.S. Postal Inspection Service.</p><p>The report states investigators began looking into the operation in July 2025 after receiving information that Barajas Sandoval and other suspects were involved in trafficking “multi-pound quantities of crystalline methamphetamine” from Las Vegas to the Miami area.</p><p>Investigators said the organization used USPS facilities in Nevada to mail packages containing methamphetamine to Miami-Dade County. </p><p>The report states undercover agents received multiple shipments during the investigation that tested positive for methamphetamine.</p><p>According to the report, investigators in June intercepted two USPS Priority Mail Express packages addressed to undercover agents in Miami. </p><p>The report states one of those packages contained about 1,425 grams of suspected methamphetamine, or roughly 3 pounds, while another contained about 955 grams, or roughly 2 pounds.</p><p>The report also states undercover agents arranged several drug purchases from the suspects and sent payments through Zelle accounts connected to members of the alleged organization.</p><p>Investigators said Barajas Sandoval, Hurtado and other suspects communicated with undercover agents about the drug transactions, including arranging payments and shipments.</p><p>Barajas Sandoval is facing five counts each of controlled substance importation into Florida, trafficking more than 200 grams of amphetamine and unlawful use of a communications device, according to jail records. Hurtado is facing four counts each of the same charges.</p><p>As of Friday, Barajas Sandoval was being held at the Turner Guilford Knight Correctional Center on a $1.025 million bond. Hurtado was also being held at TGK on an $820,000 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UTPCJUENJVACRJA2ELQR6I2WCU.jpg?auth=4373d08140aad0f9a20b84db51bf2fa04caa7642e7f0963d89a335ede913c93c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a dos mujeres de Las Vegas de enviar metanfetamina a Miami-Dade en presunta red de narcotráfico]]></title><link>https://www.local10.com/espanol/2026/07/31/acusan-a-dos-mujeres-de-las-vegas-de-enviar-metanfetamina-a-miami-dade-en-presunta-red-de-narcotrafico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/acusan-a-dos-mujeres-de-las-vegas-de-enviar-metanfetamina-a-miami-dade-en-presunta-red-de-narcotrafico/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Dos mujeres de Las Vegas fueron arrestadas y acusadas de formar parte de una organización de narcotráfico que, según los investigadores, envió múltiples libras de metanfetamina desde Nevada hasta el condado Miami-Dade a través del Servicio Postal de Estados Unidos.]]></description><pubDate>Fri, 31 Jul 2026 19:38:24 +0000</pubDate><content:encoded><![CDATA[<p>Dos mujeres de Las Vegas fueron arrestadas y acusadas de formar parte de una organización de narcotráfico que, según los investigadores, envió múltiples libras de metanfetamina desde Nevada hasta el condado Miami-Dade a través del Servicio Postal de Estados Unidos.</p><p>Según un informe de arresto, Maguadalupe Barajas Sandoval, de 66 años, y Cynthia Leslie Hurtado, de 35, fueron arrestadas el jueves por la Oficina del Sheriff de Miami-Dade tras una investigación conjunta en la que participaron el Departamento de Cumplimiento de la Ley de Florida (FDLE), Investigaciones de Seguridad Nacional (HSI), la Administración para el Control de Drogas (DEA) y el Servicio de Inspección Postal de Estados Unidos.</p><p>El informe indica que los investigadores comenzaron a indagar sobre la operación en julio de 2025 tras recibir información de que Barajas Sandoval y otros sospechosos estaban involucrados en el tráfico de “múltiples libras de metanfetamina cristalina” desde Las Vegas hacia el área de Miami.</p><p>Los investigadores dijeron que la organización utilizaba instalaciones del Servicio Postal de Estados Unidos (USPS) en Nevada para enviar por correo paquetes que contenían metanfetamina al condado Miami-Dade.</p><p>El informe indica que agentes encubiertos recibieron múltiples envíos durante la investigación que dieron positivo a metanfetamina.</p><p>Según el informe, en junio los investigadores interceptaron dos paquetes de USPS Priority Mail Express dirigidos a agentes encubiertos en Miami.</p><p>El informe señala que uno de esos paquetes contenía aproximadamente 1,425 gramos de presunta metanfetamina, es decir, alrededor de tres libras, mientras que otro contenía aproximadamente 955 gramos, o alrededor de dos libras.</p><p>El informe también indica que agentes encubiertos coordinaron varias compras de droga con los sospechosos y enviaron los pagos a través de cuentas de Zelle vinculadas con miembros de la presunta organización.</p><p>Los investigadores dijeron que Barajas Sandoval, Hurtado y otros sospechosos se comunicaban con los agentes encubiertos sobre las transacciones de droga, incluida la coordinación de pagos y envíos.</p><p>Según los registros de la cárcel, Barajas Sandoval enfrenta cinco cargos de importación de sustancias controladas a Florida, cinco cargos de tráfico de más de 200 gramos de anfetamina y cinco cargos por uso ilegal de un dispositivo de comunicación. Hurtado enfrenta cuatro cargos por cada uno de esos mismos delitos.</p><p>Hasta el viernes, Barajas Sandoval permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza de $1,025,000 USD. Hurtado también permanecía detenida en el TGK con una fianza de $820,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UTPCJUENJVACRJA2ELQR6I2WCU.jpg?auth=4373d08140aad0f9a20b84db51bf2fa04caa7642e7f0963d89a335ede913c93c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[La ONU advierte que un inusual fenómeno de El Niño empeorará “un planeta que ya está en llamas”]]></title><link>https://www.local10.com/espanol/2026/07/31/la-onu-advierte-que-un-inusual-fenomeno-de-el-nino-empeorara-un-planeta-que-ya-esta-en-llamas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/la-onu-advierte-que-un-inusual-fenomeno-de-el-nino-empeorara-un-planeta-que-ya-esta-en-llamas/</guid><dc:creator><![CDATA[Por SETH BORENSTEIN y EDITH M. LEDERER, Associated Press]]></dc:creator><description><![CDATA[NACIONES UNIDAS (AP) — Un fenómeno meteorológico de El Niño cada vez más fuerte ya ha batido récords de intensidad en sus primeras etapas, y probablemente provocará un clima aún más extremo en todo el mundo a medida que crezca, “echando leña a un planeta que ya está en llamas”, advirtieron funcionarios de las Naciones Unidas el viernes.]]></description><pubDate>Fri, 31 Jul 2026 19:13:51 +0000</pubDate><content:encoded><![CDATA[<p>NACIONES UNIDAS (AP) — Un fenómeno meteorológico de El Niño cada vez más fuerte ya ha batido récords de intensidad en sus primeras etapas, y probablemente provocará un clima aún más extremo en todo el mundo a medida que crezca, “echando leña a un planeta que ya está en llamas”, advirtieron funcionarios de las Naciones Unidas el viernes.</p><p>Una zona clave del océano Pacífico que se usa para medir la fuerza de El Niño alcanzó esta semana su nivel más cálido e intenso jamás registrado por 15ta semana desde que se formó, lo cual es muy temprano en su ciclo de vida, informaron científicos de la Universidad de Columbia.</p><p>El Niño, un calentamiento natural del Pacífico cerca del ecuador que distorsiona los patrones meteorológicos en todo el mundo, no alcanzará su punto máximo sino hasta dentro de varios meses y debería durar hasta la primavera de 2027. La Organización Meteorológica Mundial OMM), un organismo de la ONU, advirtió el viernes que probablemente desencadenará calor extremo, sequía y lluvias intensas hasta bien entrado el próximo año.</p><p>“Hace dos meses advertí que El Niño estaba llegando a nuestra puerta. Ahora está dentro de la casa, y subiendo la temperatura”, dijo el viernes a los periodistas el secretario general de las Naciones Unidas, Antonio Guterres. “Ya hemos soportado un verano de extremos: domos de calor que rompieron récords, incendios forestales apocalípticos que arrasan España, Francia y mucho más allá, miles de vidas perdidas en condiciones abrasadoras”.</p><p>“Pero según la ciencia más reciente, esto es solo un acto de preparación”, afirmó Guterres, y añadió que, a medida que El Niño se fortalezca, estará “echando leña a un planeta que ya está en llamas”.</p><p>“Estamos en territorio desconocido”, sostuvo. “La crisis climática está a toda marcha”.</p><p>La mayoría de los modelos de pronóstico por computadora muestran que este fenómeno de El Niño probablemente romperá el récord histórico de intensidad cuando alcance su punto máximo, en algún momento hacia finales del otoño o por esas fechas, pero eso no está garantizado, señalaron los científicos.</p><p>Se avecinan extremos caóticos de lluvia, sequía y un calor nunca visto</p><p>Aún es temprano en la vida —casi de un año— de un El Niño típico como para ver muchos efectos directos, pero llegarán, indicaron los científicos, lo cual coincide con las advertencias de Guterres. Los efectos de El Niño se combinarán con el calentamiento global de largo plazo provocado por la quema de carbón, petróleo y gas.</p><p>“Estamos viendo algo que es el julio más cálido jamás registrado para esa región específica”, utilizada como indicador de El Niño, dijo Jeffrey Shaman, climatólogo de la Universidad de Columbia. “Dentro de un año, va a hacer muchísimo calor en el hemisferio norte. Y posiblemente tengamos un verano como nunca hemos experimentado a nivel mundial”.</p><p>Pero antes de eso, es probable que el potente fenómeno cause cambios en los patrones de lluvia que traerán extremos caóticos a distintas partes del mundo en otoño e invierno. Hay una alta probabilidad de sequía e incendios forestales en Indonesia, India y otras partes de Asia, el sur y el este de Australia, zonas de Sudamérica y regiones del sur de África, advirtió la OMM. Otras áreas, entre ellas, gran parte de Estados Unidos y el sur de Europa afectado por incendios, recibirán lluvias por encima del promedio.</p><p>“Este El Niño, que se desarrolla sobre el telón de fondo de un calor oceánico sin precedentes y temperaturas en aumento, brinda a los gobiernos y las comunidades una ventana de oportunidad para anticipar riesgos y actuar antes de que se desplieguen los impactos”, dijo Celeste Saulo, secretaria general de la OMM.</p><p>El Niño amplifica el calentamiento causado por el ser humano</p><p>Aunque El Niño y el cambio climático son fenómenos separados, sus efectos crean una combinación dañina, y la gente no toma este vínculo con la seriedad suficiente, dijo Guterres.</p><p>“Escuchamos mucho sobre calor, sequía e incendios forestales récord, pero no lo suficiente sobre el verdadero cambio que impulsa estos eventos: la crisis climática que se acelera, alimentada por los combustibles fósiles”, expresó Guterres.</p><p>Guterres señaló que el mundo está demasiado absorto en dramáticas guerras en Ucrania, Oriente Medio y Sudán como para notar los peligros del cambio climático. Además, “existe una campaña deliberada, en particular por parte de la industria de los combustibles fósiles y algunos países, para fingir que los problemas que estamos presenciando en realidad no existen”.</p><p>La ONU debe ser más activa y movilizar la opinión pública “para decirles a los gobiernos que es hora de reconocer esta amenaza como una amenaza existencial para todos nosotros”, declaró a los periodistas.</p><p>Gran parte del calor producido por la quema de combustibles fósiles queda atrapado en los océanos, pero “durante un El Niño el océano, en cierto sentido, puede devolver parte de las acumulaciones de calor del calentamiento global a la atmósfera”, explicó Shaman. Aunque este El Niño terminará, el calor liberado permanece en el aire, junto con las temperaturas más altas, que volverán a subir en el próximo El Niño, agregó.</p><p>Guterres pidió más sistemas de alerta temprana y sistemas de enfriamiento para afrontar el calor extremo. Afirmó que la industria y los gobiernos deben hacer que el trabajo sea más seguro, y destacó la industria de la confección, que cuenta con 90 millones de trabajadores, la mayoría mujeres. En 17 de los 23 mayores centros de fabricación de ropa, los días peligrosamente calurosos aumentaron en más de un 10% en los últimos 20 años, “y sin embargo la mayoría de las marcas globales no fija ningún estándar de calor para las fábricas que las abastecen”.</p><p>Pero, sobre todo, dijo Guterres, “el mundo debe dejar de alimentar la crisis.... Más carbón, petróleo y gas provocarán un futuro más combustible”.</p><p>___</p><p>Borenstein informó desde Washington.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TXC73727OFW2A6NJH5I2TSZRZQ.jpg?auth=e718b2541b6970fa38134d340143bb7cb8595e983ce634df1dd9478586121128&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Un bombero retira del fuego varios panales mientras combate un incendio forestal en San Martin de Valdeiglesias, al oeste de Madrid, España, el 26 de julio de 2026. (AP Foto/Manu Fernandez, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Thousands of migrant children in the US could face new deportation risks as legal aid deal expires]]></title><link>https://www.local10.com/news/world/2026/07/31/thousands-of-migrant-children-in-the-us-could-face-new-deportation-risks-as-legal-aid-deal-expires/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/thousands-of-migrant-children-in-the-us-could-face-new-deportation-risks-as-legal-aid-deal-expires/</guid><dc:creator><![CDATA[By REBECCA SANTANA and VALERIE GONZALEZ, Associated Press]]></dc:creator><description><![CDATA[HARLINGEN, Texas (AP) — Advocates warn that tens of thousands of migrant children who came to the United States alone could lose legal representation in immigration court and increase their risk of deportation as the Trump administration allows a contract with legal services providers to expire.]]></description><pubDate>Fri, 31 Jul 2026 20:09:33 +0000</pubDate><content:encoded><![CDATA[<p>HARLINGEN, Texas (AP) — Advocates warn that tens of thousands of migrant children who came to the United States alone could lose legal representation in immigration court and increase their risk of deportation as the Trump administration allows a contract with legal services providers to expire.</p><p>Friday marks the last day of a contract under which the federal government pays for legal services for children who enter the U.S. without a parent or guardian. The government contracts out those services to a network of nearly 100 legal groups across the country that provide services to roughly 20,000 children.</p><p>The Trump administration did not immediately respond to a request for comment on why it was allowing the contract to expire. But it comes as the administration has redoubled its efforts to achieve its policy of mass deportations, and after migrant children became a target for removal from the country during the first year of President Donald Trump’s second term in office.</p><p>As part of the expiring contract, the legal groups can enter government-funded shelters and give presentations to children about their legal rights, and directly represent the children as they go through immigration court proceedings.</p><p>But as that contract ends, the providers say it’s unclear what will happen come Monday or whether they'll be able to visit their clients in the shelters where they live.</p><p>“We have no understanding of what’s going to happen to those children come next week. We don’t know if they’re going to have legal representation. The government as of yet has not identified who will take over this representation,” said Melissa Lopez, the executive director of Estrella El Paso, during a news conference earlier this week. The organization currently represents 243 unaccompanied children in western Texas and New Mexico.</p><p>The providers say their ability to enter the shelters, check on their clients and give presentations to new arrivals serves as an important oversight measure for a vulnerable population. The providers warn that without a lawyer to assist them in court and help them navigate the complexities of immigration law, children will be much more likely to be deported back to countries they initially fled.</p><p>“The government is trying to eliminate our work in this program because they know that without attorneys children will be deported,” said Lopez.</p><p>Health and Human Services, which is responsible for caring for unaccompanied migrant children while they are in government care and which administers the contract, did not respond to a request for comment Friday.</p><p>In a Texas immigration court, children play with action figures as lawyer warns of future</p><p>Dozens of children and teens filed early Friday morning into the Harlingen courthouse for a hearing before an immigration judge. In the lobby, other children waiting for their hearings played with puzzles and action figures or drew in coloring books.</p><p>One 8-year-old boy walked into the courtroom holding an Etch-a-Sketch as he sat next to his attorney.</p><p>These were children who had come to the U.S. without a parent or guardian and now their cases were making their way through the immigration courts. But Lauren Fisher Flores, an attorney for the American Bar Association’s ProBar project, which is contracted to provide legal services in southwestern Texas, warned the court of the looming contract expiration.</p><p>She explained that come Monday, lawyers wouldn't be able to provide the legal information sessions that they usually give to children in shelters that let children know their rights and lawyers also would no longer be able to step in and provide the “Friend of the Court” services where they assist those children who sometimes show up in court without a lawyer. Fisher Flores said the organization didn't know what the government's plan was going forward.</p><p>“We sincerely hope there will be someone to step in next week,” she said.</p><p>The judge thanked the attorney and said she was sorry to hear the news.</p><p>Legal groups already laying off staff after months of no payments</p><p>The end of the contract comes as the legal service providers representing these children say they have not been paid for more than half a year. The organizations say that the Trump administration has been withholding payments as it demands detailed information from the providers about their clients that the providers say they have never been asked for before and that they ethically cannot provide.</p><p>“They are clearly trying to destroy the program by grinding down the financial health of nonprofits. We’ve seen layoffs and furloughs, and we will see a lot more of that if these invoices aren’t paid,” said Michael Lukens, the executive director of the Amica Center</p><p>Some groups have been trying to secure private funding to continue their work, while others have begun laying off staff and shuttering offices. ProBar in south Texas this week laid off 20% of its staff.</p><p>Mid-South Immigration Advocates is a nonprofit law firm based in Memphis, Tennessee, which helps over 400 unaccompanied minors. The organization’s legal director, Sally Joyner, said the organization is owed over $500,000 from the federal government to reimburse them for their work with the children. They've already had to lay off seven employees since 2025 and more layoffs are planned. They're closing their physical offices in Nashville and Memphis at the end of September and expect to close their law firm entirely soon.</p><p>As their budget tightens, she said they're doing everything they can to continue representing the children who are their clients. She warns that without attorneys to represent them, migrant children, including infants and teens, could be ordered deported in the coming weeks.</p><p>“These are kids who have been living in our communities, going to our schools for you know three, four, five years,” Joyner said. “Some of them they only know the United States and will have gone to high school, graduate high school just in time for ICE to send them to prison.”</p><p>Migrant children coming to the U.S. alone usually have special protections</p><p>Migrant children traveling alone are usually entrusted to U.S. government care, and there are various legal protections that apply to them once they’re in the U.S. and navigating the immigration system, including the Trafficking Victims Protection Reauthorization Act of 2008.</p><p>The law said the government should facilitate legal representation for children put into deportation proceedings.</p><p>With some limited exceptions, it requires that children be placed in the “least restrictive setting possible,” which generally means they can be released to a sponsor, such as a relative in the U.S., while their immigration proceedings play out.</p><p>The children can apply for a specially protected status if they can’t return to their home country because of abuse or neglect and they can also apply for asylum.</p><p>___</p><p>Santana reported from Sacramento. Associated Press reporter Laura Turbay in Little Rock contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NPUXJQRDDSZKRT322IWHH72NLE.jpg?auth=b21b5892d7447948a89b936857af2595204d195cdf5a7f9ad1f12bd1ce78e393&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Immigrants play soccer at a new U.S. government holding center for migrant children, in Carrizo Springs, Texas, July 9, 2019. (AP Photo/Eric Gay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Big Ten believes its reputation as a top-heavy league is unfair as it claims conference supremacy]]></title><link>https://www.local10.com/sports/2026/07/31/big-ten-believes-its-reputation-as-a-top-heavy-league-is-unfair-as-it-claims-conference-supremacy/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/big-ten-believes-its-reputation-as-a-top-heavy-league-is-unfair-as-it-claims-conference-supremacy/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[In the debate over which college football conference is strongest, the Southeastern Conference argues its superior depth makes up for the Big Ten winning the last three national titles.]]></description><pubDate>Sat, 01 Aug 2026 01:02:25 +0000</pubDate><content:encoded><![CDATA[<p>In the debate over which college football conference is strongest, the Southeastern Conference argues its superior depth makes up for the Big Ten winning the last three national titles.</p><p>The Big Ten calls its reputation as a top-heavy conference unfair.</p><p>Big Ten Commissioner Tony Petitti considers those three College Football Playoff championships — from Michigan in 2023, Ohio State in 2024 and Indiana in 2025 — testaments to the league’s strength from top to bottom.</p><p>“You cannot send your top teams out into the CFP unless they’ve played — and have them be successful, which we have been very successful — if they’re not going through a gauntlet in the regular season,” Petitti said this week. “This idea that the middle of our conference isn’t hard is just not right.”</p><p>The balance of power between college football’s heavyweight conferences has been a major talking point at the leagues’ media days.</p><p>Petitti spoke to reporters while standing beside the Big Ten’s three recent CFP trophies. Illinois coach Bret Bielema said the SEC was living in the past. Indiana coach Curt Cignetti said “there’s no doubt” the Big Ten is best.</p><p>“The numbers speak for themselves,” Cignetti said. “We don’t run a hype machine up here in the Midwest. We believe everything is earned, not given. When we fall short, we say, ‘We fell short.’ We don’t cry a river, whine and complain. That’s why we’re the best.”</p><p>SEC Commissioner Greg Sankey argued his league’s case a week earlier.</p><p>“When you look at our schedule, no one has created the kind of weekly competition that exists in the Southeastern Conference,” Sankey said.</p><p>Five different SEC schools combined to win 13 national titles from 2006-22, but no SEC team has reached any of the last three championship games.</p><p>Both have evidence to support their claims</p><p>In the first two years under a 12-team CFP format, seven different SEC schools have made a combined eight playoff appearances. The Big Ten had four schools total seven playoff berths.</p><p>Certain metrics support the idea that the 16-team SEC is stronger than the 18-school Big Ten at the bottom. ESPN’s Bill Connelly produces the SP+ rankings, a predictive measure rating each team’s efficiency while adjusting for tempo and an opponent’s strength.</p><p>The Big Ten had three of the top four teams in the 2025 season-ending SP+ rankings, while the SEC had nobody in the top five. But seven Big Ten programs ranked below the lowest SEC team on the list: No. 67 Kentucky.</p><p>Recent head-to-head results favor Big Ten</p><p>Over the last two seasons, the Big Ten went 10-7 against the SEC, including a 3-0 playoff record and a 5-2 mark in other bowl games. The Big Ten won as an underdog in all five of those non-playoff victories.</p><p>Illinois produced two of those upsets, beating South Carolina in the Citrus Bowl in 2024 and defeating Tennessee in the Music City Bowl last season. So Bielema had reason to feel good about himself and his conference this week when he commented that SEC backers “kind of want to live in 2005 forever.”</p><p>The 2005 reference was curious because Texas won the title that season when it was still a Big 12 member, a year before the SEC began a string of seven straight titles. Bielema said he chose 2005 because that’s the year before his head coaching career began at Wisconsin.</p><p>“The transfer portal and revenue share or NIL, however you want to describe it, when those two elements came into college football, the whole world changed,” said Bielema, who went 29-34 while coaching SEC school Arkansas from 2013-17. “I mean, it’s overly obvious to say that, but I think anything to predate that is just a different time in college football. It just is.”</p><p>Big Ten capitalizes on changing times</p><p>Fourteen of the 22 playoff games over the last two years have featured Big Ten teams, including two in which conference rivals faced off. No wonder even Big Ten coaches with SEC backgrounds claim bragging rights.</p><p>“I just look at what the stats are, you know, and the last three years, the national champion has come out of this conference,” said Purdue’s Barry Odom, who went 25-25 at Missouri from 2016-19. “You also look at the number of playoff wins compared to any other conference, we’ve won twice as many as the next conference in the playoffs.”</p><p>UCLA quarterback Nico Iamaleava has experience playing in both conferences after reaching the playoff with Tennessee in 2024.</p><p>“I think it’s two great leagues — two great, physical leagues,” Iamaleava said. “I think the SEC brings a lot of physicality, but over the years, it’s kind of leveled out in terms of the playing field.
I think everybody is able to get high-level athletes. ... I think there’s definitely a lot of tough SEC teams, so that every week is going to be a game, but I feel the same way in the Big Ten.”</p><p>The intensity of the debate frustrates coaches eager to settle it on the field, perhaps with more head-to-head matchups.</p><p>“You never hear in the NFL, ‘Wow, the NFC’s better than the AFC,’” Washington coach Jedd Fisch said. “You don’t ever hear, ’Check us out, we’ve won the Super Bowl the last few years.' We’ve kind of made this some competition rather than just take a step back and say, ‘Who cares?’ Let’s play.”</p><p>___</p><p>AP freelance writer Luke DeCock contributed to this report.</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OF57ZY6LTEMXZAMF7TUNJVV4DE.jpg?auth=1f161efd9f5d7af8c93c79fc686658f3c384c833c500329bf32fda9245450492&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana head coach Curt Cignetti reacts during the second half of the College Football Playoff national championship game against Miami, Jan. 19, 2026, in Miami Gardens, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TWPUEOQHJWGYEN7MFEFB5EYUIQ.jpg?auth=20a9e8e55877865c1caf080a8c02cc54f9a50f21a006c0ba3b7429c631f07069&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Big Ten Conference Commissioner Tony Petitti speaks during an news conference at the Big Ten Conference NCAA college football media days at Lucas Oil Stadium, July 26, 2023, in Indianapolis. (AP Photo/Darron Cummings, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Darron Cummings</media:credit></media:content></item><item><title><![CDATA[Marine Corps says F-35B stealth fighter crashed in California, pilot ejected safely]]></title><link>https://www.local10.com/news/2026/07/31/marine-corps-says-f-35b-stealth-fighter-crashed-in-california-pilot-ejected/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/31/marine-corps-says-f-35b-stealth-fighter-crashed-in-california-pilot-ejected/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN and GABRIELA AOUN ANGUEIRA, Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — The U.S. Marine Corps says the pilot of an F-35B stealth fighter is expected to live after ejecting from the jet before it crashed in California.]]></description><pubDate>Fri, 31 Jul 2026 22:52:43 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — The U.S. Marine Corps says the pilot of an F-35B stealth fighter is expected to live after ejecting from the jet before it crashed in California.</p><p>The jet went down Friday near the Miramar air base in San Diego. “The pilot ejected, was transported to a local medical facility in stable condition for evaluation and treatment of non-life-threatening injuries,” the Marine Corps said in an updated statement.</p><p>Aerial video from a news helicopter showed a plume of black smoke rising from the wreckage in a dirt field, with multiple military and firefighting vehicles and people standing nearby. What appeared to be white flame retardant covered the ground, and at least one person was spraying the wreckage with a fire hose.</p><p>Wade Lott saw the crash as he drove to work at a concrete company just south of the flight line.</p><p>“It just blew up, it was crazy,” said Lott, 36, who watched from his truck as two jets descended toward the runway together. The first landed without incident, but the second suddenly began slowing down, almost as if it were trying to hover, Lott said. When the jet was about 100 feet (30 m) above the ground, the pilot ejected and their parachute deployed as they rose about 200 feet (61 m) into the air just in time.</p><p>“The jet hit the ground right next to another plane,” said Lott. “It plowed into the runway and just blew up.”</p><p>Candace Hadley, a spokesperson for San Diego Fire, said firefighters were on scene to respond to a vegetation fire that sparked near the crash site. She referred additional questions to Marine Corps Air Station Miramar.</p><p>The base used to host the Navy fighter pilot training school depicted in the original “Top Gun” movie, and was known as “Fightertown USA” in its heyday. The school was relocated to Naval Air Station Fallon in Nevada in 1996 after the base was transferred to the Marine Corps.</p><p>The U.S. Marine Corps, Navy and Air Force together have more than 630 F-35s, according to a 2024 analysis by the Government Accounting Office. The F-35B is one of several versions, and has an engine designed for short takeoffs and vertical landings. A single F-35B costs about $109 million. The report estimated that the overall F-35 program will cost roughly $2 trillion after the military buys more than 1,800 more jets and operates them for decades to come.</p><p>A Marines statement called Friday’s crash a “Class A mishap.” That’s the most severe mishap category, used when the damage totals more than $2 million, an aircraft is destroyed or a service member killed. In the Air Force alone, there have been at least 17 other “Class A mishaps” involving F-35 aircraft since 2000, according to Air Force Safety Center statistics.</p><p>At least seven other military aircraft mishaps have happened in the U.S. this year, according to the Flight Safety Foundation’s Aviation Safety Network database.</p><p>The F-35s are considered the safest and most capable fighter jets the military has in its fleet, according to the Lexington Institute think tank that focuses on defense technology and national security.</p><p>There have been fewer crashes involving any of the F-35 models since the jet was adopted in 2015 compared to other fighters when those planes were new, and fatal crashes are rare in F-35s.</p><p>In five F-35 crashes, the pilots were able to eject, though at least one sustained injuries. That pilot was injured when an F-35 crashed near the international airport in Albuquerque, New Mexico, in May 2024. The jet was heading an Air Force base in California from Texas.</p><p>___</p><p>AP Transportation Writer Josh Funk contributed to this report from Omaha, Nebraska. Rebecca Boone contributed from Boise, Idaho.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S3UT6EVLTLFC2PAKM3DKDZV5QA.jpg?auth=6162852715313a1ae68d380c999692f5dd007bc6aff7b7b3e75ed30692f969ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Marine Corps F-35B stealth fighter crashed Friday near a Marine Corps base in southern California. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content></item><item><title><![CDATA[Trump administration pushes tougher English rules for Mexican train crews crossing into the US]]></title><link>https://www.local10.com/business/2026/07/31/trump-administration-pushes-tougher-english-rules-for-mexican-train-crews-crossing-into-the-us/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/31/trump-administration-pushes-tougher-english-rules-for-mexican-train-crews-crossing-into-the-us/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description><![CDATA[The Trump administration wants to make sure that the Mexican train crews who haul freight over the border can understand key safety safety information in English and that the common practice of using foreign crews to cross into America doesn't threaten U.S. jobs.]]></description><pubDate>Fri, 31 Jul 2026 21:29:38 +0000</pubDate><content:encoded><![CDATA[<p>The Trump administration wants to make sure that the Mexican train crews who haul freight over the border can understand key safety safety information in English and that the common practice of using foreign crews to cross into America doesn't threaten U.S. jobs.</p><p>Two major rail unions praised the proposed rule announced Friday that would also strengthen the standards for certifying that crews can safely operate a train.</p><p>The government had concerns after inspecting two Texas railyards near the border last fall on the two railroads directly affected by these restrictions on Mexican crews — CPKC and Union Pacific. CPKC and the Association of American Railroads trade group declined to comment while they study the rule.</p><p>“We have the same goals — safe, secure operations that keep the supply chain fluid,” Union Pacific said in a statement. “And we will continue working with our federal partners through the regulatory process.”</p><p>Inspections documented language concerns</p><p>The Federal Railroad Administration sent letters to both CPKC and UP in December after those inspections found several instances of train crews having trouble understanding English. The government urged those railroads to reexamine their practices and make sure that Mexican crews can speak English and don’t operate a train more than 10 miles (16 kilometers) inside America.</p><p>The Federal Railroad Administration said at the time the concern was that these Mexican crews bringing trains into Union Pacific’s Eagle Pass rail yard and CPKC’s facility in Laredo were having a hard time understanding operating bulletins and U.S. regulations that require information about hazardous materials and emergency responses to be maintained in English.</p><p>Both UP and CPKC have pledged to make sure they were following the existing rules, including that the Mexican crews do not travel more than 10 miles into the United States. But now the federal government wants to strengthen the rules “because railroad crews must be able to communicate fully and accurately when crossing into the United States, most notably with dispatchers and emergency responders during a crisis, as a safety-critical function.”</p><p>Rail unions and the Transportation Department worry</p><p>This rail safety effort aligns closely with the Transportation Department's efforts to ensure that truck drivers can understand English, so they can read road signs and warnings and communicate with first responders after an accident or during an inspection. The government has tried to withhold millions of dollars in highway funding from New York and California because it isn’t satisfied with the steps those states have taken to make sure the commercial driver’s licenses they issue are valid.</p><p>Mark Wallace, the national president of the Brotherhood of Locomotive Engineers and Trainmen union, has been raising concerns about this practice of using Mexican train crews for several years because of safety, security and job concerns.</p><p>The union has said that the handoffs used to happen right at the border, but now Union Pacific and CPKC routinely ask Mexican crews to bring trains several miles over the border to one of their railyards where the crew switches can be done more safely. But the firm 10-mile (16-kilometer) restriction in this rule will prevent the railroads from expanding this practice to railyards further into America like the union said UP was considering in New Mexico.</p><p>“Trains originating from Mexico, operated by foreign crews were unable to communicate with dispatchers in English and the language barrier posed a hazard in the event of a derailment or other incident,” Wallace said.</p><p>Trains started crossing the border to limit smuggling</p><p>But the railroads have said that this practice of using Mexican train crews to bring the trains into railyards in America was developed in 2018 with the approval of the first Trump administration to address smuggling concerns. When trains are stopped at the border smugglers often try to conceal drugs or other contraband aboard them and immigrants might jump aboard to get into the United States.</p><p>It is also routine for Canadian crews to bring trains a few miles over the northern border with the United States before handing off to American crews.</p><p>New rules should strengthen crew certification standards</p><p>The SMART-TD union that represents conductors and other rail workers also said the provisions of the rule that will prohibit train crews from using a system that's similar to cruise control for freight trains when they take their certification tests will help ensure they can operate a train safely.</p><p>“Railroad certifications should represent proven ability, not simply possession of a certificate,” said Jared Cassity, who is SMART-TD’s top safety expert. “When lives are on the line, the FRA must know that an engineer can safely operate a train, not just supervise a computer doing it.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5RABGF7BSSYAKBIWB6WSQT7AFM.jpg?auth=6c02eaf0d6be13489dfbaca780e00f74a0656210226ccde284879fd4e3fed0cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Union Pacific International Railroad Bridge is seen behind concertina wire, Sept. 22, 2023, in Eagle Pass, Texas. (AP Photo/Eric Gay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MSFZH7MGJIA5WIRUU5QGGCJDJQ.jpg?auth=a0a29b3db1ed203eda482ee0b83fc3e07d87957c5f30d82c112c2d64a6442cf3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Canada Pacific (CPKC) train stopped in a railyard near the CPKC offices located in Kansas City, Mo., Aug. 19, 2024. (AP Photo/Nick Ingram, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Ingram</media:credit></media:content></item><item><title><![CDATA[US to make visa bond requirements permanent, affecting mostly African countries]]></title><link>https://www.local10.com/news/world/2026/07/31/us-to-make-visa-bond-requirements-permanent-affecting-mostly-african-countries/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/us-to-make-visa-bond-requirements-permanent-affecting-mostly-african-countries/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The State Department is making permanent a pilot program under which citizens from 50 countries, mainly in Africa, are required to post bonds to apply for a U.S. visa, and it’s raising the cost as well, to as much as $20,000.]]></description><pubDate>Fri, 31 Jul 2026 18:44:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The State Department is making permanent a pilot program under which citizens from 50 countries, mainly in Africa, are required to post bonds to apply for a U.S. visa, and it’s raising the cost as well, to as much as $20,000.</p><p>A draft notice published Friday in the Federal Register says a nearly year-long review “provided sufficient data” to suggest the bond program effectively enforces compliance with visa conditions, and would be made permanent.</p><p>The notice is to be formally released on Monday, the day the program becomes permanent, and additional countries may be added to the list, which can be found here. The pilot program set the maximum bond amount at $15,000, with lower amounts of $5,000 and $10,000 based on a consular officer’s discretion. The final regulation raises the maximum to $20,000 and removes the $5,000 low-end payment.</p><p>The program requires holders of passports from the affected countries to pay the bond to be interviewed for business and tourist visas — known as B1 and B2 visas — to travel to the United States. The bond is refunded if the visa application is denied or, if granted, if the person adheres to the visa terms.</p><p>The Trump administration rolled out the program last August to crack down on visa overstays and as part of its broader efforts to curtail illegal migration. The government estimates that arresting and deporting visitors who have overstayed their visa costs about $18,000 per person.</p><p>State Department officials have hailed the program as a great success. In 2024, nearly 45,500 visitors from the 50 countries in the program overstayed their visas, according to the notice. In the first 10 months of the pilot visa bond program, the number of overstays from those countries was fewer than 50, it said.</p><p>Critics have said it imposes an unnecessarily harsh burden on people from impoverished countries to visit family members or to pursue education or business opportunities in the U.S.</p><p>According to government projections and statistics from the first year of the program, the State Department initially expected that about 2,000 visa applicants would be required to post the bond. Instead, the department found that roughly 20,000 applicants were covered by the bond requirement.</p><p>Nearly half of those applicants chose not to pay the bond and there was an 83% decline in the number of business and tourist visas issued to citizens of countries on the list.</p><p>“The department expects that this final rule will contribute to the continued reduction of demand for B1/B2 visa applications from nationals of countries subject to the program,” the notice said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TGD2YT3RHHB4WPJLAKN7JBUFS4.jpg?auth=d56988effc53b82024a21eaa29d4cd5dddc2e98a1d6f7adedb3499075bac0b16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The State Department seal is seen on the briefing room lectern at the State Department in Washington, Jan. 31, 2022. (Mandel Ngan, Pool via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mandel Ngan</media:credit></media:content></item><item><title><![CDATA[Jags 2-way player Travis Hunter returns stronger and fast after knee injury cuts short rookie year]]></title><link>https://www.local10.com/sports/2026/07/31/jags-2-way-player-travis-hunter-returns-stronger-and-fast-after-knee-injury-cuts-short-rookie-year/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/jags-2-way-player-travis-hunter-returns-stronger-and-fast-after-knee-injury-cuts-short-rookie-year/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[JACKSONVILLE, Fla. (AP) — As if two-way player Travis Hunter doesn't already have enough on his plate.]]></description><pubDate>Fri, 31 Jul 2026 18:20:25 +0000</pubDate><content:encoded><![CDATA[<p>JACKSONVILLE, Fla. (AP) — As if two-way player Travis Hunter doesn't already have enough on his plate.</p><p>The week before the Jacksonville Jaguars opened training camp, Hunter was photographed wearing a police vest posing with Sheriff T.K. Waters and members of the Jacksonville Fire Rescue Department. It had the look of a ride-along, though Hunter wasn't saying.</p><p>“I was just out there just having fun with Sheriff T.K.,” Hunter said Friday.</p><p>Hunter, the Heisman Trophy winner out of Colorado whom the Jaguars made the No. 2 pick in last year's draft, has enough to keep him occupied in training camp. Hunter is returning from injury, his rookie year ending two months into the season when he tore knee ligaments during noncontact drills.</p><p>In seven games, he played 324 snaps at receiver and 162 snaps at cornerback. The plan to use him on both sides of the ball has not changed, especially after the Jaguars shored up the core of their secondary by re-signing Montaric “Buster” Brown in March.</p><p>Hunter has been wearing a teal jersey for offense in three days of camp, with a white bib and his No. 12 he can slip on when he plays in the secondary.</p><p>“How do we balance his reps here, knowing that we’re trying to ease him in, but he also at some point needs to get double the amount that a normal player gets,” coach Liam Coen said. “And so what does that ramp-up look like? We have it all kind of mapped out ... on every single practice schedule, his reps are highlighted in here — where he’s in, what plays he’s in, where he’s at on the field. We’ve been extremely intentional about it.”</p><p>Hunter, who had surgery Nov. 11 to repair the lateral collateral ligament in his right knee, was limited during offseason workouts. But he used that time to build up some 10 pounds of muscle in his upper body and managed to get even faster.</p><p>He was clocked running at 22.6 mph at the team's facility last week.</p><p>“I was a small guy coming in. Everybody was like, ’Gain weight, gain weight,’” Hunter said. “I was scared at first. I'm like: ‘Dang, I’ve never played at this weight. I'm going to feel heavy, not going to be able to do what I do.' Training and being able to put those months in — not just on the grass but in the weight room — just putting in extra work, it made me feel lighter on my feet when I finally touched the grass.”</p><p>He looked like he was flying on grass when he ran the 22.6 mph — no pads, no one around him, not in a game — but it was another indication all was well.</p><p>“I'm trying to hit 23 now,” Hunter said. “That's the next goal.”</p><p>The Jaguars could use the production considering how much they gave up in a trade to get the second pick in 2025 — their No. 5 pick last year and No. 1 pick this year. They won nine of their last 10 games last year after Hunter was injured to win the AFC South.</p><p>For his part, Hunter feels like last year never happened in terms of his health.</p><p>“I put nine months in, so it doesn’t feel like I’m coming off an injury,” he said. "Just get the rust off right now. I’ve been gone for nine months, not able to be out here with my teammates for nine months, so finally being able to hit the grass, knock the rust off and just continue to click with the quarterbacks and click with the defense.”</p><p>Defensive coordinator Anthony Campanile said Hunter is getting back into the flow, and the added muscle in his upper body is noticeable.</p><p>“You never want to see anybody get injured, but I think he really put his best foot forward in the weight room as he was recovering from a lower-body injury,” Campanile said. “He just looks really physical in the team work and in the individual period. So he's done a good job.”</p><p>And now it's all football, though the Engine 36 B-Shift crew said in its Facebook post for Hunter to let them know when he was ready for a ride-along.</p><p>“We promise, it's just as hot as training camp,” the post said.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QTJCYTXOWSWXVHZFQPBHJSNRHU.jpg?auth=154b9b6132031636592acae358bbe54e628fbf0436aed874b1c72a12d9d0472e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jacksonville Jaguars wide receiver and cornerback Travis Hunter (12) particpates in drills during practice at the team's NFL football training camp, Thursday, July 30, 2026, in Jacksonville, Fla. (AP Photo/Kelly Jordan)]]></media:description><media:credit role="author" scheme="urn:ebu">Kelly Jordan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KMJ7UL3ZIPCQEFBGNWYC3GMK2I.jpg?auth=38f2dcf674de96f67c263e8a31c4e609332c1ed557f602dd2979509aab99598f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jacksonville Jaguars wide receiver and cornerback Travis Hunter (12) warms-up during practice at the team's NFL football training camp, Thursday, July 30, 2026, in Jacksonville, Fla. (AP Photo/Kelly Jordan)]]></media:description><media:credit role="author" scheme="urn:ebu">Kelly Jordan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N6IRBVK4UQ7VUYLIGQIM6XT2WU.jpg?auth=7b39b075335bda86f36b3fbe6d79ef7ccfc657b7f8124bb9e9d6e3b249b6d47c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jacksonville Jaguars wide receiver and cornerback Travis Hunter (12) during practice at the team's NFL football training camp, Wednesday, July 29, 2026, in Jacksonville, Fla. (AP Photo/Kelly Jordan)]]></media:description><media:credit role="author" scheme="urn:ebu">Kelly Jordan</media:credit></media:content></item><item><title><![CDATA[$5,000 reward offered for information in fatal Hallandale Beach shooting investigation]]></title><link>https://www.local10.com/news/local/2026/07/31/5000-reward-offered-for-information-in-fatal-hallandale-beach-shooting-investigation/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/5000-reward-offered-for-information-in-fatal-hallandale-beach-shooting-investigation/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[Broward Crime Stoppers is offering a reward of up to $5,000 for information leading to the arrest of the suspect or suspects responsible for the fatal shooting of Elijah Salomon.]]></description><pubDate>Fri, 31 Jul 2026 17:38:47 +0000</pubDate><content:encoded><![CDATA[<p>Broward Crime Stoppers is offering a reward of up to $5,000 for information leading to the arrest of the suspect or suspects responsible for the fatal shooting of Elijah Salomon.</p><p><a href="https://www.local10.com/espanol/2026/07/31/ofrecen-recompensa-de-5000-usd-por-informacion-sobre-investigacion-de-balacera-mortal-en-hallandale-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/ofrecen-recompensa-de-5000-usd-por-informacion-sobre-investigacion-de-balacera-mortal-en-hallandale-beach/">Leer en español</a></p><p>Hallandale Beach police said officers responded to a 911 call about a shooting at approximately <a href="https://www.local10.com/news/local/2026/07/28/neighbors-frightened-after-hearing-gunshots-in-hallandale-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/28/neighbors-frightened-after-hearing-gunshots-in-hallandale-beach/">10:39 p.m. Monday near the 1000 block of Pembroke Road.</a></p><p>Officers arrived and found the victim suffering from multiple gunshot wounds inside a vehicle, police said. </p><p>Police say they provided emergency aid until Broward Sheriff’s Office Fire Rescue personnel arrived. Salomon later died from his injuries.</p><p>Detectives said their preliminary investigation indicates the shooting occurred at 642 NW Fourth Court. </p><p>According to investigators, the vehicle travelled to Pembroke Road, where the call for help was made. </p><p>The motive for the shooting remains under investigation, with no arrests made, police said. </p><p>Detectives added that they have no information indicating there is an ongoing threat to the public.</p><p>According to the department, this case remains active, and detectives continue to work through evidence and interviews to identify those responsible. </p><p>Anyone with information is urged to contact the Hallandale Beach Police Department at 954-457-1400 or Broward Crime Stoppers at 954-493-8477. Tips to Crime Stoppers can remain anonymous and tipsters may be eligible for a reward of up to $5,000 if the tip leads to an arrest and conviction. </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/IENOJ6TP6ZCFNLBZYGVWAWS6XE.jpg?auth=2cf2dd5e078e3121111fda6e26080347b1f0a2dfd2df0e7d2b7fcfc840278848&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ofrecen recompensa de $5,000 USD por información sobre investigación de balacera mortal en Hallandale Beach]]></title><link>https://www.local10.com/espanol/2026/07/31/ofrecen-recompensa-de-5000-usd-por-informacion-sobre-investigacion-de-balacera-mortal-en-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/31/ofrecen-recompensa-de-5000-usd-por-informacion-sobre-investigacion-de-balacera-mortal-en-hallandale-beach/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[Broward Crime Stoppers ofrece una recompensa de hasta $5,000 USD por información que conduzca al arresto del sospechoso o los sospechosos responsables de la balacera mortal en la que murió Elijah Salomon.]]></description><pubDate>Fri, 31 Jul 2026 18:07:32 +0000</pubDate><content:encoded><![CDATA[<p>Broward Crime Stoppers ofrece una recompensa de hasta $5,000 USD por información que conduzca al arresto del sospechoso o los sospechosos responsables de la balacera mortal en la que murió Elijah Salomon.</p><p>La Policía de Hallandale Beach informó que los agentes respondieron a una llamada al 911 por una <a href="https://www.local10.com/espanol/2026/07/28/fuerte-presencia-policial-en-estacionamiento-de-hallandale-beach-tras-balacera-contra-vehiculo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/28/fuerte-presencia-policial-en-estacionamiento-de-hallandale-beach-tras-balacera-contra-vehiculo/">balacera aproximadamente a las 10:39 p.m. del lunes cerca de la cuadra 1000 de Pembroke Road</a>.</p><p>Los agentes llegaron al lugar y encontraron a la víctima dentro de un vehículo con múltiples heridas de bala, informó la Policía.</p><p>La Policía indicó que los agentes brindaron asistencia de emergencia hasta la llegada del personal de Broward Sheriff’s Office Fire Rescue. Posteriormente, Salomon murió a causa de sus heridas.</p><p>Los detectives informaron que la investigación preliminar indica que la balacera ocurrió en el 642 de Northwest Fourth Court.</p><p>Según los investigadores, el vehículo se desplazó hasta Pembroke Road, donde se realizó la llamada de auxilio.</p><p>La Policía informó que el motivo de la balacera continúa bajo investigación y que no se han realizado arrestos.</p><p>Los detectives agregaron que no tienen información que indique una amenaza continua para el público.</p><p>Según el departamento, el caso permanece activo y los detectives continúan analizando las pruebas y realizando entrevistas para identificar a los responsables.</p><p>Cualquier persona con información debe comunicarse con el Departamento de Policía de Hallandale Beach al 954-457-1400 o con Broward Crime Stoppers al 954-493-8477. Las denuncias a Crime Stoppers pueden hacerse de forma anónima y quienes proporcionen información podrían ser elegibles para una recompensa de hasta $5,000 USD si esta conduce a un arresto y una condena.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IENOJ6TP6ZCFNLBZYGVWAWS6XE.jpg?auth=2cf2dd5e078e3121111fda6e26080347b1f0a2dfd2df0e7d2b7fcfc840278848&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MLB trade deadline: Tarik Skubal is the big prize, but buyers have other options, too]]></title><link>https://www.local10.com/sports/2026/07/31/mlb-trade-deadline-tarik-skubal-is-the-big-prize-but-buyers-have-other-options-too/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/mlb-trade-deadline-tarik-skubal-is-the-big-prize-but-buyers-have-other-options-too/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[A trio of powerful pitching arms — including two-time Cy Young Award winner Tarik Skubal, Freddy Peralta and Mason Miller — highlight the intriguing candidates who could switch teams as Major League Baseball's trade deadline approaches.]]></description><pubDate>Fri, 31 Jul 2026 17:57:29 +0000</pubDate><content:encoded><![CDATA[<p>A trio of powerful pitching arms — including two-time Cy Young Award winner Tarik Skubal, Freddy Peralta and Mason Miller — highlight the intriguing candidates who could switch teams as Major League Baseball's trade deadline approaches.</p><p>The deadline is Monday at 6 p.m. EDT.</p><p>Skubal — a 29-year-old left-hander who will be a free agent this offseason — is in the midst of another strong year for the Detroit Tigers after winning back-to-back Cy Youngs in 2024 and 2025. The left-hander missed about five weeks earlier in the season because of surgery to remove loose bodies in his elbow, but he has bounced back quickly.</p><p>He's been excellent over his last five starts, with a 2.03 ERA and 41 strikeouts in 31 innings.</p><p>One thing complicating Skubal's availability is the Tigers have played better of late and they're hanging around the American League wild-card race, just 4 1/2 games back for the final playoff spot going into Friday's games — albeit with five teams ahead of them. But if a juicy offer is presented, it'll be hard to say no.</p><p>Detroit's uncertain playoff fate is a common problem for teams as the deadline approaches.</p><p>There is a handful of obvious buyers at the deadline like the Yankees, Rays, Brewers, Braves and Dodgers. There is also a small group of obvious sellers like the Rockies, Giants, Angels, Mets, Athletics and Royals.</p><p>But that leaves nearly 20 other teams who are in the middle and could be buyers, sellers or a combination of both.</p><p>Here's a look at some of the top trade candidates as Monday's deadline approaches.</p><p>The starting pitchers</p><p>— Peralta, Mets: The right-hander has had a disappointing season, which is a common refrain for the Mets, but his strikeout numbers are still good. He was excellent for the Brewers over the previous three seasons. If he can fix his command issues, he could help a contender.</p><p>— Joe Ryan, Twins: Another powerful arm, the right-hander has been an All-Star in each of the past two seasons. It's unclear if the Twins are buyers or sellers in a crowded American League race — they added reliever A.J. Minter from the Mets on Friday, so continued buying seems more likely. If the Twins decide to move Ryan, though, it could bring back a solid return.</p><p>— Foster Griffin, Nationals: The veteran lefty has been outstanding in his return to MLB after spending three seasons in Japan with a 12-2 record and 2.76 ERA. The Nationals are still in the mix for a playoff spot in the National League, but they will likely still be willing to listen to offers.</p><p>— Reid Detmers, Angels: The left-hander has been a bright spot in a mostly dismal season for the Angels with 145 strikeouts in 125 innings. Los Angeles will want a sizable return for the 27-year-old, who is still under team control for the next two seasons.</p><p>— Clay Holmes, Mets: The 33-year-old made a successful transition from reliever to starter in 2025 and was having another solid season before he fractured his right fibula on a comeback liner in May. The right-hander is in the midst of a minor-league rehab assignment and nearing his return.</p><p>— Robbie Ray, Giants: The two-time All-Star and 2021 Cy Young winner doesn't have the wipeout, strikeout stuff that he possessed early in his career, but he's been very good for San Francisco this season with a 10-6 record and 3.08 ERA.</p><p>The relief pitchers</p><p>— Miller, Padres: The game's most dominant closer, Miller has a jaw-dropping 85 strikeouts over 45 2/3 innings, 28 saves and an 0.79 ERA. Relievers usually don't command huge returns during trade deadline deals, but Miller is an exception, particularly because the 6-foot-5 righty is still under team control for three more years.</p><p>— Adrián Morejón, Padres: The left-handed Cuban has been a key part of the Padres' bullpen for the past three seasons. He's a free agent after the season which means he could be on the move.</p><p>— Luke Weaver, Mets: The veteran righty has found his niche after making the full-time move to the bullpen in 2024. He's not necessarily a closer, but he does have some experience in the role. He was very good for the Yankees in the playoffs during their run to the World Series in 2024.</p><p>— Jeff Hoffman, Blue Jays: The right-hander lost his job as the team's closer earlier this season, but his strikeout numbers are still excellent with 72 punchouts over 46 innings.</p><p>Position players</p><p>— Luis Arraez, Giants, 2B: The three-time batting champion and four-time All-Star is in the midst of one of his best seasons and has flashed improved defense at second base. He is an elite contact hitter who rarely strikes out and is a free agent after the season.</p><p>— Ryan Jeffers, Twins, C: Jeffers recently returned from the injured list and has a career-high .928 OPS this season. His ability to provide pop from the right side will make him a popular trade target, though the Twins might not be willing to make a deal since they're still in the playoff hunt.</p><p>— Daulton Varsho, Blue Jays, OF: The 30-year-old slugger is one of the game's better athletes and won a Gold Glove in 2024. He's an upcoming free agent, but he has playoff experience and can still provide great defense with some left-handed power.</p><p>— CJ Abrams, Nationals, SS: Washington will want a big return for the All-Star shortstop, who is in the midst of his best year and is under team control for the next two seasons. But if a contender is willing to offer a big package of prospects, the ascending Nationals will likely listen.</p><p>— Zach Neto, Angels, SS: Neto has been one of the Angels' best players over the last three seasons. He's a solid defender and provides a good amount of right-handed power, though his strikeout numbers have been high this season.</p><p>— Luis García Jr., Nationals, 1B: The left-handed slugger has quietly put together his best season with 23 homers and 76 RBIs. He doesn't walk much, but has one more year of team control and is still just 26 years old.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GP4G5ZTERT4K7AY34X5BBUKAAY.jpg?auth=468a4f9a66a61b9a9bf52347fac9e85c11093e0e8631352c284b76715031c682&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 during the seventh inning of a baseball game against the Baltimore Orioles Wednesday, July 29, 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/U3RHKGNWH4QOLIWPHXZ5Y7AJVE.jpg?auth=3225bc216cdebb508cc68933b6d9eccc683ea3c4946ddb0ed53c95527b2a7153&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets' Freddy Peralta pitches during the second inning of a baseball game against the Milwaukee Brewers, Monday, July 20, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4AVBZRULH7VPXISHPQ27ZFCC2U.jpg?auth=f2e1147296499b0feedc21428f9795e37e108623584373dfd6e72ba4c621326a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Diego Padres pitcher Mason Miller celebrates after the third out of the ninth inning of a baseball game against the Colorado Rockies Tuesday, July 28, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/47CJZ3VBF52PRL7V6XMT5NWFJQ.jpg?auth=1719c40a0ff916821c8127233dc33d5adcd35a0e355e687cf53170bed19110a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Nationals' Dylan Crews, left. celebrates his solo home run with CJ Abrams, right, during the fourth inning of a baseball game against the Toronto Blue Jays, Tuesday, July 28, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GIPI3KGHBDOVRNERTSUHQVJFXU.jpg?auth=ca6077807f28a13129ad60e43becf32ff135ab539eca21d16037a6c695b5ba81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays closing pitcher Louis Varland (77) receives a hug from Daulton Varsho after the Blue Jays defeated the Washington Nationals in a baseball game, Wednesday, July 29, 2026, in Washington. (AP Photo/John McDonnell)]]></media:description><media:credit role="author" scheme="urn:ebu">John McDonnell</media:credit></media:content></item><item><title><![CDATA[Regulators propose overhaul to law governing how banks lend to low-and-middle income communities]]></title><link>https://www.local10.com/business/2026/07/31/regulators-propose-overhaul-to-law-governing-how-banks-lend-to-low-and-middle-income-communities/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/31/regulators-propose-overhaul-to-law-governing-how-banks-lend-to-low-and-middle-income-communities/</guid><dc:creator><![CDATA[By KEN SWEET, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Trump Administration has announced an overhaul to the rules governing a critical piece of Civil Rights-era legislation, most notably a reduction in the number of banks that will need to fully comply with the law.]]></description><pubDate>Fri, 31 Jul 2026 17:54:55 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Trump Administration has announced an overhaul to the rules governing a critical piece of Civil Rights-era legislation, most notably a reduction in the number of banks that will need to fully comply with the law.</p><p>The Office of the Comptroller of the Currency and the Federal Deposit Insurance Corporation on Friday jointly announced the proposed changes to the Community Reinvestment Act, a law that requires regulators to document how well banks do in lending to low-to-middle income neighborhoods. It would be the first major revision of the law’s rules and regulations in nearly three decades.</p><p>Under the proposed revisions, bank examiners would put more weight on the lending banks do in certain communities and geographies, and less on how many branches they open or how much in deposits they take in from a local community.</p><p>The number of banks that would need to comply with the law would be reduced as well. The definition of a small bank will increase from banks with under $412 million in assets to banks with $1 billion in assets. Banks between $1 billion and $10 billion in assets will now be classified as an intermediate bank.</p><p>This would reduce the number of banks who need to comply with parts of the CRA by 800 banks. Only 86 banks, or roughly 3% of all institutions, would be subject to the full extent of CRA under the new regulations.</p><p>Another change that is likely to be fought over relates to how banks give money to community development groups. Under the CRA, banks can donate money to local organizations that do poverty or low-income housing work in their communities to show they are providing resources to a local community. The new regulations could narrow the groups and programs that banks could donate to in order to meet those obligations.</p><p>In a summary of the changes, the bank regulators said these changes would ensure community development grants “are not diverted to activist causes or consumed by excessive operating costs.” Banks would also need to collect more detailed information on who gets their community grants, including addresses, which would give more transparency to who is receiving grants from banks.</p><p>That change could negatively impact groups like the National Community Reinvestment Coalition, an umbrella group for community development groups that often receive money from banks under the CRA. The new rules discourage banks making grants to national organizations and instead focus their grants on local groups.</p><p>Jesse Van Tol, the CEO of NCRC, said that it was “unfortunate” that the bank regulators were politicizing grant making under the CRA.</p><p>“CRA was created to work for low-to-middle income people. A lot of these changes are going to discourage banks from making grants, particularly in rural areas, where I expect there will be significant drops in activity,” Van Tol said.</p><p>The proposal announced Friday by the OCC and FDIC did not include the other major bank regulator, the Federal Reserve. Banking groups had been pushing for a joint proposal from all three regulators, to make sure all three were aligned on the same requirements under the CRA.</p><p>The CRA was passed in 1977 to combat redlining, a practice whereby banks would discriminate against the poor and minorities by choosing not to lend or open branches in minority-majority neighborhoods or in poor neighborhoods.</p><p>The law is complex, requiring banks to document how they do business in the cities and areas they operate in. Banks must sit for regular examinations to see whether they are complying with the law. A bad CRA examination could restrict a bank’s ability to open new branches or merge with another bank or have other consequences. The data collected through CRA is also used by the Department of Justice in redlining cases.</p><p>The last major revision of the CRA’s regulations happened in 1995, and there have been repeated attempts by administrations of both parties to update the rules to reflect how banking and financial services have changed in the past 30 years. But those revisions have repeatedly failed, either due to opposition from other regulators, the banks, or community groups, or have been blocked by courts. The Biden administration tried its own revisions of the CRA rules but those changes were blocked by courts in Texas.</p><p>The proposed rules will now go out for a 60-day comment period where they will be finalized after banks, community groups and other parties have a chance to weigh in on the changes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KRO4VMDNQHBVIHJ6ZNFYUDHDKM.jpg?auth=c42bbd2df8ca3d6c4ad87cc6dbf74280d01c9f65fc4bb73ec88bd7a6fc0d8ce2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The official seal of the Office of the Comptroller of the Currency is seen on an office building in Washington, Feb. 13, 2026. (AP Photo/Cliff Owen, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3VOUFIOLNQIP7ABPG7PS7RT6FU.jpg?auth=eda7f5c35622ff2852f7a832e2fbd78b2a7118ae077fdbacb5011b4ddb2d0bfd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Federal Deposit Insurance Corporation seal is shown outside its headquarters, March 14, 2023. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[A blanket of seaweed smothers coastlines from the Caribbean to Mexico]]></title><link>https://www.local10.com/health/2026/07/31/a-blanket-of-seaweed-smothers-coastlines-from-the-caribbean-to-mexico/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/31/a-blanket-of-seaweed-smothers-coastlines-from-the-caribbean-to-mexico/</guid><dc:creator><![CDATA[By FABIOLA SÁNCHEZ and DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[PUERTO MORELOS, Mexico (AP) — Swaths of seaweed are blanketing the beaches and coastlines of the Caribbean and Gulf of Mexico, suffocating shorelines and snuffing out marine life while spooking visitors in areas that depend heavily on tourism.]]></description><pubDate>Fri, 31 Jul 2026 22:44:24 +0000</pubDate><content:encoded><![CDATA[<p>PUERTO MORELOS, Mexico (AP) — Swaths of seaweed are blanketing the beaches and coastlines of the Caribbean and Gulf of Mexico, suffocating shorelines and snuffing out marine life while spooking visitors in areas that depend heavily on tourism.</p><p>Some 27 million metric tons of self-sustaining sargassum have been recorded in the Atlantic, Caribbean and Gulf of Mexico in July, according to a report released Friday by the University of South Florida’s Optical Oceanography Lab.</p><p>The prickly seaweed covers miles of coastline, releasing a foul smell as it rots onshore.</p><p>This year marks the first time that scientists have observed sargassum growing in large quantities in areas including the Caribbean and Gulf of Mexico, instead of being swept into those areas by ocean currents.</p><p>The algae usually reproduces asexually as it travels from Western Africa, said Brian Barnes, a marine scientist and research assistant professor at the University of South Florida. “None of this is normal,” he said. “Every year is a little bit of a new story.”</p><p>The Great Atlantic Sargassum Belt has been growing since 2011, dumping an increasing amount of seaweed along coastlines in the Caribbean and Gulf of Mexico. Experts have said that agricultural runoff, warming waters and changes in wind, current and rain could be factors.</p><p>The sargassum that began reproducing in the region earlier than usual this year stems from a record 40 million metric tons reported last year.</p><p>“The 2025 bloom was so big it never really left,” Barnes said. “It was enough to start a new bloom locally.”</p><p>Seaweed threatens tourism</p><p>Sargassum levels in the Caribbean reached record levels in June, while the amount present in the Gulf hit 5 million metric tons in June, nearly double last year’s record, according to the University of South Florida.</p><p>Scientists expect 2026 to be the second largest amount of sargassum recorded in the Atlantic, Caribbean and Gulf of Mexico, noting that June alone saw 34 million metric tons, which was only 10% lower than the year-earlier period.</p><p>Mexico said Thursday it plans to invest $115 million to tackle the blooming algae, which poses an environmental and economic threat. The government estimates that up to 9,000 tons reach its Caribbean coastline on the worst days. Given current resources, Mexico says it can only gather 1,200 tons of sargassum a day.</p><p>On a recent evening, Alan Vázquez closed the restaurant where he works as a waiter in the popular tourist town of Playa del Carmen because there were no customers. He had resisted closing for several hours, hoping he would receive a tip and salvage the day, but vast quantities of decomposing sargassum are turning the famed turquoise waters black, driving away tourists.</p><p>“It’s sad that such a beautiful and lively place...has ended up like this,” Vázquez said.</p><p>He fears suffering the same fate as four of his colleagues who were laid off two months ago due to a drop in tourism that has devastated hotels and businesses in the state of Quintana Roo, one of Mexico’s tourism gems, where sales fell 30% in the first half of the year, according to estimates from local businesses.</p><p>In Puerto Rico, sargassum blankets the waters around popular tourist areas, including La Parguera.</p><p>“I don’t recall ever having that much concentration in so many places at once,” said Waldemar Quiles, the U.S. territory’s natural resources secretary.</p><p>Much of the record sargassum reported last year ended up along Puerto Rico’s coastline, prompting the governor to declare a state of emergency.</p><p>It surpassed the previous record set in 2022 with a peak of some 22 million metric tons.</p><p>“It’s not a one-off event anymore,” said Emmanuel Maldonado González, an environmental sociologist at East Carolina University. “It’s becoming a growing hazard.”</p><p>Experts warn proliferation will worsen</p><p>Patches of sargassum in open waters provide a healthy breeding ground for wildlife, including turtles, fish and seabirds, and can be “a bit of an oasis of life in the middle of the ocean,” Barnes said.</p><p>But once it’s closer to shore, it reduces oxygen in the water, smothers mangrove roots and blocks sunlight from reaching coral and sea grass.</p><p>Once it washes ashore it can prevent newly hatched sea turtles from reaching the ocean, while the heavy machinery used to remove it from beaches risk destroying fragile turtle nests, scientists say.</p><p>“The coastlines are not built for this,” Barnes said.</p><p>In the U.S. Virgin Islands, people are walking up to 25 feet (seven meters) on mats of seaweed before even reaching the water, according to Amy Dempsey, an environmental consultant.</p><p>“This is by far the worst I’ve seen it in the last five years,” she said. “We are getting slammed in the Virgin Islands.”</p><p>The smell of rotten eggs permeates communities where large piles of decaying sargassum emit ammonia and hydrogen sulfide.</p><p>“The effects of these gases on people can be severe,” warns the U.S. Environmental Protection Agency, noting it can cause nausea, headaches and lung irritation.</p><p>Used in composting and bioenergy production</p><p>Officials on the French Caribbean island of Martinique recently opened a shelter to temporarily house those affected by the toxic gases after residents protested.</p><p>So far this year, crews in Martinique have collected more than 11,500 tons of sargassum — including 638 tons in four days alone this month — according to government data. Sea barriers catch some of the seaweed, while crews on shore collect the remainder by hand, storing and processing it for composting and bioenergy production.</p><p>Researchers at the University of South Florida and the U.S. National Oceanic and Atmospheric Administration used artificial intelligence and found that from 2003 to 2022, macroalgae blooms increased by more than 13% per year in the tropical Atlantic and Western Pacific.</p><p>Overall, the blooms reached 16.9 million square miles (43.8 million square kilometers), according to a study published earlier this year.</p><p>___</p><p>Associated Press reporter María Verza in Mexico City contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ZFA4BGNSHFGRTS7DZNN2QD7LA.jpg?auth=ccb70e9764e675aef6021204ebe26a00b37e9c56548678006a01cd4667a5a6e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sargassum gathers in the water off the coast of Tulum, Mexico, Thursday, July 30, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZJ27GT7BK2KCP4NXCO7MMBWWOY.jpg?auth=4e58501e039a419935a6000b6f2b86daec79b77ea180f1be8bc317770532e3ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of Mexican Navy remove sargassum along the shore of Puerto Morelos, Mexico, Thursday, July 30, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/62P6SKJ2J3O3LYC2RKAGVRIO3E.jpg?auth=5ef4403018635e843c027bb74fb7559f2a7018282c057e5bbf219bcb70c7a3a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sargassum gathers in the water off the coast of Tulum, Mexico, Thursday, July 30, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4UQTECDUFA2IOX6ZZWHYZPXMOM.jpg?auth=236160fdb76f603ead0491edc703c40fae36e65431a1f50ca4fb022c93374a1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Promotional boards are displayed near to a beach covered with sargassum in Tulum, Mexico, Thursday, July 30, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H5CDT7BQJAVOE5OUGN623YRE5A.jpg?auth=b580dba1e4f66e9847190c0ffc879ba546a4646ade84e808b25d201392ab9cd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sargassum covers the coast of Tulum, Mexico, Thursday, July 30, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content></item><item><title><![CDATA[First US refueling aircraft arrive at air base in Bulgaria to support Middle East operations]]></title><link>https://www.local10.com/news/world/2026/07/31/first-us-refueling-aircraft-arrive-at-air-base-in-bulgaria-to-support-middle-east-operations/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/first-us-refueling-aircraft-arrive-at-air-base-in-bulgaria-to-support-middle-east-operations/</guid><dc:creator><![CDATA[By VESELIN TOSHKOV, Associated Press]]></dc:creator><description><![CDATA[SOFIA, Bulgaria (AP) — The first two U.S. military aircraft intended to provide support for operations in the Middle East arrived Friday at an air base in southeastern Bulgaria, drawing a complaint from Iran as Bulgarian residents have also been protesting the deployment.]]></description><pubDate>Fri, 31 Jul 2026 17:03:19 +0000</pubDate><content:encoded><![CDATA[<p>SOFIA, Bulgaria (AP) — The first two U.S. military aircraft intended to provide support for operations in the Middle East arrived Friday at an air base in southeastern Bulgaria, drawing a complaint from Iran as Bulgarian residents have also been protesting the deployment.</p><p>The Trump administration has faced pushback from some European allies over the use of air bases in support of its war with Iran.</p><p>But lawmakers in Bulgaria — a member of NATO and the European Union — voted earlier in July to allow the deployment of up to eight U.S. KC-135 refueling aircraft, as well as 250 personnel with personal weapons and ammunition and airfield equipment, at Bezmer Air Base.</p><p>Under a 2006 U.S.-Bulgaria defense agreement, the Bezmer facility, about 260 kilometers (160 miles) southeast of the capital, Sofia, is a joint-use facility. Any new use of the base requires parliamentary approval.</p><p>The deployment, requested by the U.S. Embassy in Bulgaria, is authorized until Oct. 1, 2026.</p><p>U.S. President Donald Trump thanked Bulgarian Prime Minister Rumen Radev in a Truth Social post for allowing the deployment “despite Iran’s threats.”</p><p>On Thursday, Bulgarian Foreign Minister Velislava Petrova assured her Iranian counterpart, Abbas Araghchi, that the deployment “in no way means a change in Bulgaria’s approach toward Iran." The two countries are important trade partners.</p><p>A Bulgarian Foreign Ministry statement quoted Petrova as saying “it was out of the question" that any direct military actions linked to the conflict in the Middle East would be carried out from Bulgarian territory.</p><p>The statement did not indicate what Araghchi said. But the Bulgarian state news agency, BTA, said Araghchi protested to Petrova over Bulgaria’s support for U.S. military operations against Iran during a telephone conversation initiated by the Bulgarian side. The report cited a report from Iran's state-run IRNA news agency.</p><p>Residents of the village of Bezmer and nearby settlements, including the regional capital Yambol, have staged peaceful protests in recent days against the deployment of the U.S. aircraft.</p><p>Government officials visited the region to address people’s fears, assuring them that the deployment is solely for logistical missions involving in-flight refueling outside Bulgarian airspace.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IDWUVXY5GRDQQXZTTLPVJOBNGI.jpg?auth=fd8ae0601c4f41708b464726680255259efdad190e8aa01463a6d8bb05795a7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Prime Minister Rumen Radev speaks during debated as Bulgarian Parliament approved deployment of U.S. military aircraft on Bulgarian territory in a 136-13 vote, Wednesday, July 22, 2026. (Bulgarian News Agency via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Bulgarian News Agency</media:credit></media:content></item></channel></rss>