<?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>Thu, 30 Jul 2026 21:43:41 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Former Pembroke Park town manager charged following FDLE investigation into alleged secret recordings]]></title><link>https://www.local10.com/news/local/2026/07/30/former-pembroke-park-town-manager-charged-following-fdle-investigation-into-alleged-secret-recordings/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/former-pembroke-park-town-manager-charged-following-fdle-investigation-into-alleged-secret-recordings/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Former Pembroke Park Town Manager David Lynch has been charged with a felony following a Florida Department of Law Enforcement investigation into allegations that he secretly recorded private conversations involving town officials.]]></description><pubDate>Thu, 30 Jul 2026 21:41:00 +0000</pubDate><content:encoded><![CDATA[<p>Former Pembroke Park Town Manager David Lynch has been charged with a felony following a Florida Department of Law Enforcement investigation into allegations that he secretly recorded private conversations involving town officials.</p><p>In a statement to Local 10 News, the Florida Department of Law Enforcement confirmed that “pursuant to an FDLE investigation, David Lynch was charged with interception and disclosure of wire, oral or electronic communications.”</p><p>Multiple sources familiar with the investigation told Local 10 News that a recording device was discovered attached to Lynch’s office telephone after he was terminated from the town. Those sources said the device was turned over to FDLE investigators.</p><p>Sources also told Local 10 News that Lynch allegedly recorded conversations involving senior town officials, including the town attorney and the police chief, without their knowledge.</p><p>Local 10 News reached out to Lynch by text message seeking comment. The message was marked as read, but he did not respond.</p><p>In a statement to Local 10 News, Pembroke Park Town Attorney Jacob Horowitz said the town is cooperating fully with the investigation.</p><p>“The Town of Pembroke Park is aware of the Florida Department of Law Enforcement investigation. The Town takes these matters seriously and remains committed to full cooperation with the FDLE. As this is a pending law enforcement matter, the Town is not in a position to comment at this time.”</p><p>Horowitz added that additional questions should be directed to FDLE, which is the investigating agency.</p><p>Sources told Local 10 News the recording device was found while town employees were clearing out Lynch’s second floor office after his termination.</p><p>Lynch’s departure followed a Local 10 News investigation that uncovered more than $64,000 in taxpayer funded payroll advances, described in town records as a loan, that had been issued to Commissioner William Hodgkins. Town records showed Lynch approved the loan without bringing the matter before the town commission.</p><p>Commissioners voted in March to suspend Lynch and later terminate his employment, citing financial management concerns and other issues raised during public meetings.</p><p><a href="https://www.local10.com/topic/Geoffrey_Jacobs/" target="_self" rel="" title="https://www.local10.com/topic/Geoffrey_Jacobs/">Pembroke Park Mayor Geoffrey Jacobs</a> has also filed a defamation lawsuit against Lynch. That case remains pending.</p><p>Before coming to Pembroke Park, Lynch served as mayor of Euclid, Ohio.</p><p>Ohio Supreme Court records show Lynch permanently resigned his law license in 2018 while disciplinary proceedings were pending. The court has not publicly disclosed the allegations that led to those proceedings.</p><p>The charge of interception and disclosure of wire, oral or electronic communications is a third-degree felony punishable by up to five years in prison and a $5,000 fine if convicted.</p><p>As of Thursday, Broward County jail records did not show that Lynch had been booked into custody. Sources told Local 10 News that Lynch returned to Ohio following his termination from Pembroke Park.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Family seeks release of Venezuelan woman detained by ICE]]></title><link>https://www.local10.com/news/local/2026/07/30/family-seeks-release-of-venezuelan-woman-detained-by-ice/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/family-seeks-release-of-venezuelan-woman-detained-by-ice/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Family members of a Venezuelan woman detained by U.S. Immigration and Customs Enforcement gathered outside the ICE detention facility in Pompano, calling for her release.]]></description><pubDate>Thu, 30 Jul 2026 21:36:20 +0000</pubDate><content:encoded><![CDATA[<p>Family members of a Venezuelan woman detained by U.S. Immigration and Customs Enforcement gathered outside the ICE detention facility in Pompano, calling for her release.</p><p>Claudia Caglianone’s family said she was detained earlier this month at Fort Lauderdale-Hollywood International Airport.</p><p>“When people hear about detainees, the picture that comes to mind is somebody that they’ve been told to fear,” said her cousin, Gabriel Dominguez. “When I think of that, I think of a young woman who spent the majority of her life trying to do the right thing.”</p><p>The family said Caglianone moved to the United States in 2017, applied for asylum shortly after arriving and received Temporary Protected Status in 2023 while her asylum case remains pending.</p><p>“So here we are, standing together and doing the very thing for her that she’s done for so many of us — to show up,” Dominguez said.</p><p>He also called his cousin “living proof that the reality is much more complicated than any narrative that could be painted.”</p><p>The family said Caglianone spent time at the Miramar detention facility before being transferred to the Pompano facility.</p><p>U.S. Rep. Debbie Wasserman Schultz visited the facility on behalf of the family.</p><p>She said she had no concerns about the conditions inside but remains worried about those being held there.</p><p>“I am very concerned that there are 671 people in this facility that shouldn’t be here, that should not have been detained in the first place,” Wasserman Schultz said.</p><p>“We’ll continue to show up until we bring her home,” Dominguez said.</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[Video shows FWC, federal crews rescuing 3 divers off Duck Key]]></title><link>https://www.local10.com/news/local/2026/07/30/video-shows-fwc-federal-crews-rescuing-3-divers-off-duck-key/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/video-shows-fwc-federal-crews-rescuing-3-divers-off-duck-key/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Three divers were rescued on Wednesday after becoming separated from their boat off Duck Key, according to the Florida Fish and Wildlife Conservation Commission.]]></description><pubDate>Thu, 30 Jul 2026 21:25:43 +0000</pubDate><content:encoded><![CDATA[<p>Three divers were rescued on Wednesday after becoming separated from their boat off Duck Key, according to the Florida Fish and Wildlife Conservation Commission.</p><p>FWC officials said its officers responded alongside crews from U.S. Coast Guard Station Marathon and U.S. Navy Search and Rescue Key West after the three divers became separated from their boat.</p><p>Officials said a Navy Search and Rescue helicopter located the divers within minutes. </p><p>Video captured the moments that rescue crews brought all three men and their diving gear aboard a patrol vessel before reuniting them with their boat.</p><p>Officials said no injuries were reported.</p><p>The FWC thanked its federal partners for their role in the successful rescue.</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[Indiana's Curt Cignetti is 'stalking complacency' as Hoosiers get ready to begin their title defense]]></title><link>https://www.local10.com/sports/2026/07/30/indianas-curt-cignetti-is-stalking-complacency-as-hoosiers-get-ready-to-begin-their-title-defense/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/indianas-curt-cignetti-is-stalking-complacency-as-hoosiers-get-ready-to-begin-their-title-defense/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Indiana coach Curt Cignetti says he’s “stalking complacency” as he makes sure there’s no championship hangover now that he’s orchestrated one of the most remarkable turnarounds in college football history.]]></description><pubDate>Thu, 30 Jul 2026 21:26:54 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Indiana coach Curt Cignetti says he’s “stalking complacency” as he makes sure there’s no championship hangover now that he’s orchestrated one of the most remarkable turnarounds in college football history.</p><p>Cignetti took over a program that had gone 9-27 the three years before his arrival and led it to College Football Playoff appearances in each of his first two seasons, including a 2025 national title.</p><p>He wants his program to maintain the same edge it carried while working its way up.</p><p>“We have a way of doing things,” Cignetti sad. “We’ve got guys that have been together, and all we do is win.”</p><p>Indiana’s stunning two-year run under Cignetti already has allowed the traditional Big Ten also-ran to shed its status as the Bowl Subdivision program with the most losses in history. That dubious honor now belongs to conference rival Northwestern.</p><p>The Hoosiers obviously have bigger long-term goals than that.</p><p>They want to keep it going without Heisman Trophy-winning quarterback Fernando Mendoza, who went to the Las Vegas Raiders with the top pick in this year’s draft after his lone season at Indiana. He was one of a school-record eight players drafted.</p><p>“We need to make sure that we keep the same blueprint as last year going into this year, and that includes maintaining the same work ethic,” offensive tackle Carter Smith said.</p><p>Indiana did a remarkable job of restocking its roster by getting one of the nation’s top collections of transfer portal talent. Indiana’s list of 18 transfer newcomers includes former TCU quarterback Josh Hoover and ex-Michigan State wide receiver Nick Marsh.</p><p>Marsh got an early indication of Cignetti’s no-nonsense approach, as the former Spartans player showed up for a spring practice in gold cleats and got criticized by his new coach. Cignetti has since praised the work habits of Marsh, who caught 100 passes for 1,311 yards and nine touchdowns over the last two seasons.</p><p>Indiana’s chances of earning a third straight playoff bid could depend on Hoover, who threw for 9,627 yards, 71 touchdowns and 33 interceptions over the last three years. He has rather large shoes to fill.</p><p>“What separated Fernando was when the game was on the line, those fourth-quarter wins, the last three minutes, four minutes, that’s when he played his best football,” Cignetti said.</p><p>Indiana could be on the verge of establishing itself as annual contenders as long as Cignetti sticks around, as the Hoosiers have followed up their portal success by making inroads in high school recruiting. Over the last two weeks, Indiana has gained verbal commitments from 2027 five-star wide receiver Monshun Sales and highly regarded 2028 quarterback Lukas Prock.</p><p>Cignetti is more focused now on making sure his current team is prepared for its title defense. Defensive lineman Tyrique Tucker was asked how it felt to enter a season as the hunted rather than the hunter.</p><p>“We prepare in a way we wouldn’t think we’re being hunted,” Tucker said. “We’re preparing like we’re predators and we’re hungry. We still have that chip on our shoulder, ultimately.”</p><p>Big Ten media may have given Tucker and his teammates some ammo in that regard. A Cleveland.com poll of reporters that serves as the unofficial Big Ten preseason media forecast had the defending national champions finishing third in the conference, behind Ohio State and Oregon.</p><p>Cignetti understands the challenge ahead after beating both Ohio State and Oregon on the way to the title last year. Cignetti, who worked as an assistant at Alabama from 2007-10, closed his news conference Thursday by explaining why he believes the Big Ten is college football’s best conference.</p><p>“We don’t run a hype machine up here in the Midwest,” Cignetti said. “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>___</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></item><item><title><![CDATA[Ex-Miami Edison High School football player sentenced to 13 years in prison, 3-year probation ]]></title><link>https://www.local10.com/news/local/2026/07/30/ex-miami-edison-high-school-football-player-sentenced-to-13-years-in-prison/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/ex-miami-edison-high-school-football-player-sentenced-to-13-years-in-prison/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Wilkhari Jones was a Miami Edison Senior High School football player with a full Florida Memorial University scholarship when police officers arrested him about six years ago, court records show. ]]></description><pubDate>Thu, 30 Jul 2026 19:53:05 +0000</pubDate><content:encoded><![CDATA[<p>Wilkhari Jones was a Miami Edison Senior High School football player with a full Florida Memorial University scholarship when police officers arrested him about six years ago, court records show. </p><p><a href="https://www.local10.com/espanol/2026/07/30/condenan-a-ex-jugador-de-futbol-de-miami-edison-high-school-a-13-anos-de-prision-y-tres-anos-de-libertad-condicional/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/condenan-a-ex-jugador-de-futbol-de-miami-edison-high-school-a-13-anos-de-prision-y-tres-anos-de-libertad-condicional/">Leer en español</a></p><p>On Thursday, Miami-Dade County Circuit Court Judge Laura Gonzalez-Marques sentenced Jones, 25, to 13 years in state prison for his role in the shooting of Officer Erica Socarras on April 24, 2020, in Miami. </p><p>“You are a very young man, Sir. And, I hope that you take the time in prison to reflect on the things that you have done, and come out of it differently, because you endangered an officer,” Gonzalez-Marques told Jones during the sentencing hearing. </p><p>Gonzalez-Marques also sentenced Jones to a three-year probation and ordered him to stay away from Socarras. </p><p>Jones pleaded guilty to first-degree attempted premeditated murder with a deadly weapon, throwing a deadly missile, aggravated assault with a firearm, and solicitation to commit murder.</p><p>Socarras, a tactical robbery unit detective in an unmarked Dodge Charger, wasn’t injured during the shooting in Brownsville. A round struck the Taser she had on her gun belt, according to police. </p><p>Deputy Chief of Miami Police Albert “Al” Guerra described Socarras as “incredibly courageous” and a “successful” top officer. </p><p>“As I sat next to her in the courtroom, I had asked her if the sentencing was adequate for her, and she said, ‘It is adequate,’ and she just wants it to be done already, so she is happy that it has finally come to a conclusion,” Guerra told reporters after the sentencing hearing. “It’s a good conclusion for us, and she is just in good spirits.” </p><p>In April, Gonzalez-Marques sentenced Antranard Womble, Jones’s co-defendant, to 15 years in prison for firing at Socarras during the traffic stop at the corner of Northwest 22nd Avenue and 54th Street.</p><p>“Mr. Jones unlike Mr. Womble was not in possession of a firearm nor was he identified as one of the shooters in this case,” Attorney Mayra Trinchet, who represented Jones in the case, wrote, according to the court record’s mitigation packet. </p><p>Jones, who had been in jail without bond since Aug. 20, 2020, has two pending cases on charges of battery by a detainee upon a visitor or another detainee, according to court and inmate records. </p><p><i>Local 10 News Photojournalist Tim McFarland contributed to this report. </i></p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/04/27/man-gets-prison-after-pleading-guilty-to-shooting-at-miami-police-officer/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/27/man-gets-prison-after-pleading-guilty-to-shooting-at-miami-police-officer/">Man gets prison after pleading guilty to shooting at Miami police officer</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/22AMVCIQHVEZJLILBCK65VGUAI.jpeg?auth=334776889c12d04c6bb6ec973d7b9ee2d91e67d0101fc1b16a4ad876da99ed33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wilkhari Jones stands before Miami-Dade County Circuit Court Judge Laura Gonzalez-Marques on Thursday in Miami-Dade County court.]]></media:description></media:content></item><item><title><![CDATA[Coconut Creek man arrested in armed home invasion, faces 12 felony charges]]></title><link>https://www.local10.com/news/local/2026/07/30/coconut-creek-man-arrested-in-armed-home-invasion-faces-12-felony-charges/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/coconut-creek-man-arrested-in-armed-home-invasion-faces-12-felony-charges/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[A man accused of taking part in an armed home invasion that police say turned into hours of terror for one victim was arrested on Wednesday.]]></description><pubDate>Thu, 30 Jul 2026 20:49:52 +0000</pubDate><content:encoded><![CDATA[<p>A man accused of taking part in an armed home invasion that police say turned into hours of terror for one victim was arrested on Wednesday.</p><p><a href="https://www.local10.com/espanol/2026/07/30/arrestan-a-hombre-de-coconut-creek-por-invasion-armada-a-una-vivienda-enfrenta-12-cargos-graves/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/arrestan-a-hombre-de-coconut-creek-por-invasion-armada-a-una-vivienda-enfrenta-12-cargos-graves/">Leer en español</a></p><p>Tevin Dean, 31, has been arrested and faces a dozen felony charges tied to the June 8 incident, according to an arrest warrant. </p><p>Dean is accused of acting alongside co-defendant Sheendalie Joseph, who allegedly set up the robbery by letting Dean inside the apartment while the victim was upstairs.</p><p>Once inside, police say, Dean brandished a firearm and later held a kitchen knife to the back of the victim’s head, threatening to kill him while Joseph held the phone to the victim’s face in order to gain access. The victim was allegedly forced to strip naked and was bound with duct tape while the pair rifled through his belongings.</p><p>Investigators say the two made off with more than $27,000 in cash, property and digital currency. According to the warrant, they got into the victim’s Coinbase account, sold off his cryptocurrency, and sent roughly $1,200 through Zelle to an account belonging to Joseph’s son. </p><p>They’re also accused of linking the victim’s debit card to a CashApp account that wasn’t his and attempting several fraudulent transactions, along with stealing additional credit cards from a dresser drawer.</p><p>Officials say the victim was left tied up and struggled for nearly half an hour before breaking free.</p><p>Police say the pair tried to cover their tracks afterward — deleting seven Ring camera clips just minutes after leaving the scene and factory-resetting the victim’s iPhones before pawning them, wiping out evidence investigators couldn’t recover even with a search warrant.</p><p>Dean is charged with home invasion with a firearm, armed kidnapping, aggravated battery, false imprisonment, aggravated assault, grand theft, unlawful access of an electronic device, unlawful use of a two-way communication device, criminal use of personal identification, possession of a stolen credit card, and tampering with evidence.</p><p>Dean was denied bond by a Broward County judge.</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/54AJKJJJHJHJDA4IUVSUHFWARE.jpg?auth=b6bc52aec86f77af9e2a340e3b0c71e971b1bae3fd93bedba085ab0fed2de29f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a hombre de Coconut Creek por invasión armada a una vivienda; enfrenta 12 cargos graves]]></title><link>https://www.local10.com/espanol/2026/07/30/arrestan-a-hombre-de-coconut-creek-por-invasion-armada-a-una-vivienda-enfrenta-12-cargos-graves/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/arrestan-a-hombre-de-coconut-creek-por-invasion-armada-a-una-vivienda-enfrenta-12-cargos-graves/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Un hombre acusado de participar en una invasión armada a una vivienda que, según la policía, se convirtió en horas de terror para una víctima fue arrestado el miércoles.]]></description><pubDate>Thu, 30 Jul 2026 21:07:58 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre acusado de participar en una invasión armada a una vivienda que, según la policía, se convirtió en horas de terror para una víctima fue arrestado el miércoles.</p><p>Tevin Dean, de 31 años, fue arrestado y enfrenta una docena de cargos graves relacionados con el incidente ocurrido el 8 de junio, según una orden de arresto.</p><p>Dean está acusado de actuar junto con su coacusada, Sheendalie Joseph, quien presuntamente preparó el robo al permitirle entrar al apartamento mientras la víctima estaba en el segundo piso.</p><p>Una vez dentro, la policía informó que Dean sacó un arma de fuego y luego sostuvo un cuchillo de cocina en la parte posterior de la cabeza de la víctima, amenazándola con matarla mientras Joseph le sostenía el teléfono frente al rostro para obtener acceso. La víctima presuntamente fue obligada a desnudarse y fue atada con cinta adhesiva mientras ambos revisaban sus pertenencias.</p><p>Los investigadores informaron que ambos escaparon con más de $27,000 USD en efectivo, bienes y moneda digital. Según la orden, accedieron a la cuenta de Coinbase de la víctima, vendieron sus criptomonedas y enviaron aproximadamente $1,200 USD mediante Zelle a una cuenta perteneciente al hijo de Joseph.</p><p>También están acusados de vincular la tarjeta de débito de la víctima a una cuenta de Cash App que no le pertenecía e intentar varias transacciones fraudulentas, además de robar otras tarjetas de crédito de un cajón de una cómoda.</p><p>Las autoridades informaron que la víctima quedó atada y luchó durante casi media hora antes de lograr liberarse.</p><p>La policía indicó que ambos intentaron encubrir sus acciones después del robo al eliminar siete videos de una cámara Ring apenas minutos después de abandonar el lugar y restablecer de fábrica los iPhone de la víctima antes de empeñarlos, borrando evidencia que los investigadores no pudieron recuperar ni siquiera con una orden de registro.</p><p>Dean enfrenta cargos por invasión de vivienda con arma de fuego, secuestro a mano armada, agresión agravada, privación ilegal de la libertad, asalto agravado, hurto mayor, acceso ilegal a un dispositivo electrónico, uso ilegal de un dispositivo de comunicación de dos vías, uso delictivo de identificación personal, posesión de una tarjeta de crédito robada y alteración de evidencia.</p><p>Un juez del condado Broward le negó el derecho a fianza a Dean.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/54AJKJJJHJHJDA4IUVSUHFWARE.jpg?auth=b6bc52aec86f77af9e2a340e3b0c71e971b1bae3fd93bedba085ab0fed2de29f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Plantation photographer faces judge after post-cruise arrest on child sex abuse video charges]]></title><link>https://www.local10.com/news/local/2026/07/30/plantation-photographer-faces-judge-after-post-cruise-arrest-on-child-sex-abuse-video-charges/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/plantation-photographer-faces-judge-after-post-cruise-arrest-on-child-sex-abuse-video-charges/</guid><dc:creator><![CDATA[Bridgette Matter, Chris Gothner]]></dc:creator><description><![CDATA[A well-known Plantation photographer faced a Miami federal judge on Thursday, a little less than a week after authorities said customs officers found child sexual abuse videos on his phone after he got off a cruise ship.]]></description><pubDate>Thu, 30 Jul 2026 20:33:14 +0000</pubDate><content:encoded><![CDATA[<p>A well-known Plantation photographer faced a Miami federal judge on Thursday, a little less than a week after authorities said they found child sexual abuse videos on his phone after he got off a cruise ship.</p><p><a href="https://www.local10.com/espanol/2026/07/30/fotografo-de-plantation-comparece-ante-juez-tras-ser-arrestado-despues-de-un-crucero-por-cargos-de-videos-de-abuso-sexual-infantil/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/fotografo-de-plantation-comparece-ante-juez-tras-ser-arrestado-despues-de-un-crucero-por-cargos-de-videos-de-abuso-sexual-infantil/">Leer en español</a></p><p>Steve Lawson, 45, <a href="https://www.local10.com/news/local/2026/07/28/plantation-cruise-passenger-caught-with-child-sex-abuse-videos-showing-100-victims-feds-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/28/plantation-cruise-passenger-caught-with-child-sex-abuse-videos-showing-100-victims-feds-say/">was taken into custody</a> soon after disembarking the Norwegian Getaway at PortMiami on Friday after it arrived from the Bahamas. His arrest came after customs officers searched his phone, according to court documents.</p><p>Investigators said the father of seven had more than a dozen videos of young girls being raped and sexually abused, including an hour-long video that showed more than 100 victims.</p><p>A federal criminal complaint states that Lawson, who photographs weddings and families, admitted to buying the videos using cryptocurrency while the ship was docked in the Bahamas and it states he claimed he was “enticed to do so after he observed female minors in bikinis on the cruise.”</p><p>The Daily Mail <a href="https://www.dailymail.com/travel/travel_news/article-6547061/Meet-family-NINE-packed-old-lives-travel-school-bus.html" target="_self" rel="" title="https://www.dailymail.com/travel/travel_news/article-6547061/Meet-family-NINE-packed-old-lives-travel-school-bus.html">wrote an article</a> about Lawson and his family of nine living in a converted school bus traveling across the U.S. in 2019.</p><p>That same year, Lawson was <a href="https://www.youtube.com/watch?v=MAdmBKVcW84" target="_self" rel="" title="https://www.youtube.com/watch?v=MAdmBKVcW84">seen on Local 10 News</a> after sewage flooded his family’s Plantation home.</p><p>In court on Thursday, prosecutors argued that Lawson is a danger to the community and has an addiction.</p><p>The federal judge ordered he be held on a $900,000 bond. If he posts his bond, he’ll be prohibited from using any electronics or the internet and can’t work as a photographer.</p><p>“We recognize the serious nature of the charges and are committed to working diligently through the legal process to achieve a fair and just resolution of this case,” Lawson’s attorney, Susan Lawson ― no relation ― told Local 10 News in a statement on Thursday.</p><p>But Local 10 News has learned that Steve Lawson was not the only person ― or Broward resident, for that matter ― arrested after getting off the Norwegian Getaway that day.</p><p>A separate criminal complaint states that customs officers also looked at a phone belonging to Michael William Simmons, 40, of Tamarac, after he disembarked the cruise.</p><p>Investigators said he took videos of his daughters’ friends, aged 9 to 11, showering while stationed in Anchorage, Alaska for the Air Force in 2014 and said he admitted to doing so “for his sexual gratification.”</p><p>They said he also admitted to buying child sexual abuse videos using an encrypted system designed to conceal a user’s IP address.</p><p>It’s unclear whether the two know one another.</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[Fotógrafo de Plantation comparece ante juez tras ser arrestado después de un crucero por cargos de videos de abuso sexual infantil]]></title><link>https://www.local10.com/espanol/2026/07/30/fotografo-de-plantation-comparece-ante-juez-tras-ser-arrestado-despues-de-un-crucero-por-cargos-de-videos-de-abuso-sexual-infantil/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/fotografo-de-plantation-comparece-ante-juez-tras-ser-arrestado-despues-de-un-crucero-por-cargos-de-videos-de-abuso-sexual-infantil/</guid><dc:creator><![CDATA[Bridgette Matter, Chris Gothner]]></dc:creator><description><![CDATA[Un conocido fotógrafo de Plantation compareció este jueves ante un juez federal en Miami, menos de una semana después de que las autoridades informaran que agentes de aduanas encontraron videos de abuso sexual infantil en su teléfono tras bajar de un crucero.]]></description><pubDate>Thu, 30 Jul 2026 21:05:42 +0000</pubDate><content:encoded><![CDATA[<p>Un conocido fotógrafo de Plantation compareció el jueves ante un juez federal en Miami, menos de una semana después de que las autoridades informaran que encontraron videos de abuso sexual infantil en su teléfono tras bajar de un crucero.</p><p>Steve Lawson, de 45 años, <a href="https://www.local10.com/espanol/2026/07/28/arrestan-a-pasajero-de-crucero-de-plantation-con-videos-de-abuso-sexual-infantil-que-muestran-a-mas-de-100-victimas-segun-autoridades-federales/" rel="" title="https://www.local10.com/espanol/2026/07/28/arrestan-a-pasajero-de-crucero-de-plantation-con-videos-de-abuso-sexual-infantil-que-muestran-a-mas-de-100-victimas-segun-autoridades-federales/">Leer en español</a> poco después de desembarcar del Norwegian Getaway en PortMiami el viernes, luego de que el crucero llegara desde las Bahamas. Su arresto ocurrió después de que agentes de aduanas revisaran su teléfono, según documentos judiciales.</p><p>Los investigadores informaron que el padre de siete hijos tenía más de una docena de videos en los que niñas eran violadas y abusadas sexualmente, incluido un video de una hora de duración que mostraba a más de 100 víctimas.</p><p>Una denuncia penal federal indica que Lawson, quien se dedica a fotografiar bodas y familias, admitió haber comprado los videos utilizando criptomonedas mientras el barco estaba atracado en las Bahamas y afirmó que se sintió “tentado a hacerlo después de observar a menores de edad en bikini durante el crucero”.</p><p>El Daily Mail <a href="https://www.dailymail.com/travel/travel_news/article-6547061/Meet-family-NINE-packed-old-lives-travel-school-bus.html" target="_blank" rel="noreferrer" title="https://www.dailymail.com/travel/travel_news/article-6547061/Meet-family-NINE-packed-old-lives-travel-school-bus.html">publicó un artículo </a>sobre Lawson y su familia de nueve integrantes viviendo en un autobús escolar convertido en vivienda mientras recorrían Estados Unidos en 2019.</p><p>Ese mismo año, Lawson <a href="https://www.youtube.com/watch?v=MAdmBKVcW84" target="_blank" rel="noreferrer" title="https://www.youtube.com/watch?v=MAdmBKVcW84">apareció en Local 10 News</a> después de que aguas residuales inundaran la vivienda de su familia en Plantation.</p><p>Durante la audiencia del jueves, los fiscales argumentaron que Lawson representa un peligro para la comunidad y que tiene una adicción.</p><p>El juez federal ordenó que permanezca detenido con una fianza de $900,000 USD. Si paga la fianza, tendrá prohibido usar dispositivos electrónicos o internet y no podrá trabajar como fotógrafo.</p><p>“Reconocemos la gravedad de los cargos y estamos comprometidos a trabajar diligentemente durante el proceso legal para lograr una resolución justa y equitativa de este caso”, dijo la abogada de Lawson, Susan Lawson, sin parentesco con él, en un comunicado enviado el jueves a Local 10 News.</p><p>Pero Local 10 News supo que Steve Lawson no fue la única persona, ni el único residente de Broward, arrestado tras bajar del Norwegian Getaway ese día.</p><p>Una denuncia penal por separado indica que agentes de aduanas también revisaron el teléfono de Michael William Simmons, de 40 años y residente de Tamarac, después de que desembarcó del crucero.</p><p>Los investigadores informaron que, mientras estaba asignado por la Fuerza Aérea en Anchorage, Alaska, en 2014, grabó en video a amigas de sus hijas, de entre 9 y 11 años, mientras se duchaban, y que admitió haberlo hecho “para su gratificación sexual”.</p><p>También dijeron que admitió haber comprado videos de abuso sexual infantil utilizando un sistema encriptado diseñado para ocultar la dirección IP del usuario.</p><p>No está claro si ambos se conocen.</p>]]></content:encoded></item><item><title><![CDATA[Strong iPhone sales propel Apple's fiscal Q3 results past Wall Street's expectations]]></title><link>https://www.local10.com/business/2026/07/30/strong-iphone-sales-propel-apples-fiscal-q3-results-past-wall-streets-expectations/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/30/strong-iphone-sales-propel-apples-fiscal-q3-results-past-wall-streets-expectations/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY, Associated Press]]></dc:creator><description><![CDATA[Apple posted a solid fiscal third quarter on Thursday, climbing past Wall Street's expectations thanks to strong sales of the iPhone and MacBook computers.]]></description><pubDate>Thu, 30 Jul 2026 20:54:14 +0000</pubDate><content:encoded><![CDATA[<p>Apple posted a solid fiscal third quarter on Thursday, climbing past Wall Street's expectations thanks to strong sales of the iPhone and MacBook computers.</p><p>Apple raised the prices of its Macs and iPads last month, citing a memory-chip shortage brought on by the artificial intelligence boom. The company had called the demand spike an “unprecedented challenge” for the consumer electronics industry. While it hasn't yet raised iPhone prices, analysts and consumers expect that to happen later this year.</p><p>The maker of the iPhone and iPad said Thursday it earned $29.79 billion, or $2.02 per share, in the April-June period. That is up 27% from $23.43 billion, or $1.57 per share, in the same period a year earlier.</p><p>Revenue grew 16% to $$109.42 billion from $94.04 billion.</p><p>Analysts, on average, were expecting earnings of $1.89 per share on revenue of $109 billion, according to a poll by FactSet. Tariff refunds of 11 cents per share contributed to the quarter's earnings.</p><p>“Today, Apple is proud to report our strongest June quarter ever, with double-digit revenue growth across iPhone, Mac and Services, and in every geographic segment,” said Tim Cook, Apple’s CEO.</p><p>Shares of Cupertino, California-based Apple, which recently regained its title as the world's most valuable company from Nvidia, fell $7.52, or 2.3%, to $325.91 in after-hours trading.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJ5J7T5E6JIX6RXBG34OW6WX64.jpg?auth=301381e58547d1719964882f228c65fed9437341018f388783a3b1b566c4f017&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Apple logo is illuminated at a store in Munich, April 2, 2026. (AP Photo/Matthias Schrader, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content></item><item><title><![CDATA[National Guard officer forged records and stole public money to facilitate secret second marriage]]></title><link>https://www.local10.com/news/world/2026/07/30/national-guard-officer-forged-records-and-stole-public-money-to-facilitate-secret-second-marriage/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/30/national-guard-officer-forged-records-and-stole-public-money-to-facilitate-secret-second-marriage/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, Associated Press]]></dc:creator><description><![CDATA[A National Guard officer carried out a secret second marriage to a woman he met while posted in Mongolia, using a government travel card and forged documents to facilitate the double life, U.S. prosecutors allege.]]></description><pubDate>Thu, 30 Jul 2026 20:40:07 +0000</pubDate><content:encoded><![CDATA[<p>A National Guard officer carried out a secret second marriage to a woman he met while posted in Mongolia, using a government travel card and forged documents to facilitate the double life, U.S. prosecutors allege.</p><p>Maj. Collin Welch, 40, pleaded guilty Tuesday to stealing about $54,000 in government money and inducing the Mongolian woman and her daughter to remain in the U.S. unlawfully. He’s awaiting sentencing in U.S. District Court in Washington.</p><p>Welch made a fake divorce decree to convince his second wife that he was no longer married to his first, according to a statement he signed as part of a plea agreement with prosecutors. After moving her to the United States, he forged other government records to convince her that she was in the pipeline for U.S. citizenship and legally staying in the country.</p><p>Two deployments — to Afghanistan and Djibouti — and years spent away from his family put a strain on Welch, his lawyer, Gregory Rosen, said in a statement.</p><p>“None of that changes the fact that Major Welch accepts full responsibility for his actions,” Rosen said. “That alone speaks louder about his character than any statement of offense, standing alone, ever could.”</p><p>The affair began in 2019, when Welch was with the Alaska National Guard and stationed at the U.S. Embassy in Ulaanbaatar, Mongolia. It continued after he returned to Alaska in 2021 and moved to Arkansas the next year. They were married in 2022 in Mongolia.</p><p>In 2023, Welch moved to Washington with his family for a role with the District of Columbia National Guard that required extensive foreign travel. He used his government travel card to rent hotel rooms in the Washington area for video calls with his second wife, so she wouldn't know he was living with his family.</p><p>He also submitted false reimbursement expenses and lied to his superiors to get authorization for foreign travel to visit the Mongolian woman, according to the statement filed in court.</p><p>Welch charged the government for plane tickets for the Mongolian woman and her daughter to move to the United States in 2024. He married her again in Virginia, falsely saying he had never been married before. He paid for their living arrangements in Northern Virginia until they were evicted late last year when he tried to pay the rent with forged checks.</p><p>During that time, Welch knew the woman and her daughter had expired tourist visas but faked a variety of records to convince them otherwise. Those included letters from immigration authorities, Social Security cards and a Defense Department letter purporting to say the immigrants were enrolled in military health coverage.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5QSBTNT6IWPZ36NMZDB3CS4U2M.jpg?auth=770ade7a98cb34cd086162b5913531281ac8c6ad78f2d51f576abae25c03790e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A member of the National Guard stands watch on Beale St., July 17, 2026, in Memphis, 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[Fuertes lluvias provocan inundaciones repentinas y rescates en el norte de Nueva York]]></title><link>https://www.local10.com/espanol/2026/07/30/fuertes-lluvias-provocan-inundaciones-repentinas-y-rescates-en-el-norte-de-nueva-york/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/fuertes-lluvias-provocan-inundaciones-repentinas-y-rescates-en-el-norte-de-nueva-york/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CASTLETON-ON-HUDSON, Nueva York, EE.UU. (AP) — Las labores de limpieza comenzaron el jueves en distintas partes del norte del estado de Nueva York tras dos días de fuertes lluvias que provocaron inundaciones repentinas, rescates acuáticos y la destrucción de un molino harinero de varios siglos de antigüedad.]]></description><pubDate>Thu, 30 Jul 2026 20:32:43 +0000</pubDate><content:encoded><![CDATA[<p>CASTLETON-ON-HUDSON, Nueva York, EE.UU. (AP) — Las labores de limpieza comenzaron el jueves en distintas partes del norte del estado de Nueva York tras dos días de fuertes lluvias que provocaron inundaciones repentinas, rescates acuáticos y la destrucción de un molino harinero de varios siglos de antigüedad.</p><p>Casi 30 centímetros (un pie) de lluvia cayó en distintas partes de los condados de Columbia y Rensselaer, cerca de Albany, durante un período de 48 horas que terminó la mañana del jueves, informó el Servicio Meteorológico Nacional. Albany, la capital del estado, registró 20 centímetros (8 pulgadas) de lluvia en el mismo período.</p><p>Los equipos de primera respuesta en Albany y en otras localidades informaron del rescate de varias personas de sus casas y vehículos el miércoles tras el desbordamiento de vías fluviales e inundación de calles. Las cuadrillas también bombearon sótanos anegados. No hubo reportes de muertes ni de heridos, y para el jueves, las aguas de la inundación habían empezado a retroceder.</p><p>En fotos y videos publicados en internet aparecen autos varados con el agua hasta las ventanillas de las puertas, tierras agrícolas locales inundadas por las fuertes lluvias y aguas de crecida que se movían rápidamente y se derramaban sobre las carreteras.</p><p>El propietario del molino, Andy Klein, contó que un vecino golpeó su puerta principal alrededor de las 8 de la mañana del miércoles en Castleton-on-Hudson para advertirle de la inundación. Un arroyo contiguo anegó su propiedad con aguas de 91 a 122 centímetros (3 a 4 pies) de profundidad y destruyó la parte más antigua del molino, junto a su casa.</p><p>“Es un hecho horrible”, manifestó. “El molino ha estado allí durante cientos de años, y es un hecho muy triste. Soy un gran aficionado a la historia, y acabo de ver cómo un edificio se hacía pedazos”.</p><p>La planta de agua en Castleton-on-Hudson sufrió daños durante la inundación, lo que llevó a emitir un aviso para que los residentes locales hiervan el agua y reduzcan su consumo, señalaron las autoridades.</p><p>Las fuertes lluvias de principios de esta semana también anegaron otras zonas de Nueva York, así como de Nueva Jersey y Pensilvania, inundando calles y provocando rescates acuáticos.</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/YCOHI25EWTYA7D6SBTRWZZ2OUY.jpg?auth=cd57ccade67aad0d45e6bae72c200509c5cafd7fc9b200e12a09f0e579310d9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una persona camina a través de una inundación en Central Avenue cerca de la Interestatal 90 después de que fuertes lluvias causaran daños en todo el Distrito Capital el miércoles 29 de julio de 2026 en Albany, Nueva York. (Will Waldron/The Albany Times Union vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Waldron</media:credit></media:content></item><item><title><![CDATA[Pedestrian dead after crash in central Broward]]></title><link>https://www.local10.com/news/local/2026/07/30/pedestrian-dead-after-crash-in-central-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/pedestrian-dead-after-crash-in-central-broward/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[A driver hit and killed a pedestrian who stepped out in front of his SUV on Monday morning in central Broward, deputies said. ]]></description><pubDate>Thu, 30 Jul 2026 19:46:41 +0000</pubDate><content:encoded><![CDATA[<p>A driver hit and killed a pedestrian who stepped out in front of his SUV on Monday morning in central Broward, deputies said. </p><p><a href="https://www.local10.com/espanol/2026/07/30/muere-peaton-tras-accidente-en-el-centro-de-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/muere-peaton-tras-accidente-en-el-centro-de-broward/">Leer en español</a></p><p>According to the Broward Sheriff’s Office, a call was received at 5:48 a.m. involving a crash with injuries near State Road 7 and Riverland Road. Deputies as well as Broward Sheriff Fire Rescue responded to the scene. </p><p>According to BSO, the driver was headed south on State Road 7 in the right lane when the crash occurred.</p><p>According to investigators, the pedestrian, 58-year-old Bryan Kommes, did not walk in the marked crosswalk when he attempted to cross the road and stepped into the path of the Chevrolet, where he was struck. </p><p>BSO said Kommes was rushed to Broward Health Medical Center, where he was pronounced dead. </p><p>Investigators said the driver remained at the scene and cooperated with the investigation. </p><p>At this time, detectives do not believe excessive speed or driver impairment were contributing factors in the crash, according to the sheriff’s office.</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/FJXF27YAAGHJM3Q5R5ADRGHZ2M.jpg?auth=31d822805678351e668c0e9fbae80b9e60c37c72a19d43e9ebab389a1ee056e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Broward County Sheriff's Office]]></media:description></media:content></item><item><title><![CDATA[Muere peatón tras accidente en el centro de Broward]]></title><link>https://www.local10.com/espanol/2026/07/30/muere-peaton-tras-accidente-en-el-centro-de-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/muere-peaton-tras-accidente-en-el-centro-de-broward/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[Un conductor atropelló y mató a un peatón que se cruzó frente a su SUV la mañana del lunes en el centro de Broward, informaron los agentes.]]></description><pubDate>Thu, 30 Jul 2026 20:28:13 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor atropelló y mató a un peatón que se cruzó frente a su SUV la mañana del lunes en el centro de Broward, informaron los agentes.</p><p>Según la Oficina del Sheriff de Broward (BSO), una llamada fue recibida a las 5:48 a.m. por un accidente con personas heridas cerca de State Road 7 y Riverland Road. Agentes y personal de Broward Sheriff Fire Rescue respondieron al lugar.</p><p>De acuerdo con la BSO, el conductor circulaba hacia el sur por State Road 7 en el carril derecho cuando ocurrió el accidente.</p><p>Según los investigadores, el peatón, Bryan Kommes, de 58 años, no cruzó por el paso peatonal señalizado cuando intentó atravesar la vía y se interpuso en la trayectoria de la Chevrolet, donde fue atropellado.</p><p>La BSO informó que Kommes fue trasladado de urgencia al Broward Health Medical Center, donde fue declarado muerto.</p><p>Los investigadores indicaron que el conductor permaneció en el lugar y cooperó con la investigación.</p><p>Por el momento, los detectives no creen que el exceso de velocidad o que el conductor estuviera bajo los efectos de alguna sustancia hayan sido factores que contribuyeran al accidente, según la oficina del sheriff.</p><p>La investigación continúa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJXF27YAAGHJM3Q5R5ADRGHZ2M.jpg?auth=31d822805678351e668c0e9fbae80b9e60c37c72a19d43e9ebab389a1ee056e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Broward County Sheriff's Office]]></media:description></media:content></item><item><title><![CDATA[Condenan a ex jugador de fútbol de Miami Edison High School a 13 años de prisión y tres años de libertad condicional]]></title><link>https://www.local10.com/espanol/2026/07/30/condenan-a-ex-jugador-de-futbol-de-miami-edison-high-school-a-13-anos-de-prision-y-tres-anos-de-libertad-condicional/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/condenan-a-ex-jugador-de-futbol-de-miami-edison-high-school-a-13-anos-de-prision-y-tres-anos-de-libertad-condicional/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Wilkhari Jones era jugador de fútbol de Miami Edison Senior High School y tenía una beca completa en Florida Memorial University cuando agentes de policía lo arrestaron hace unos seis años, según muestran los registros judiciales.]]></description><pubDate>Thu, 30 Jul 2026 20:24:23 +0000</pubDate><content:encoded><![CDATA[<p>Wilkhari Jones era jugador de fútbol de Miami Edison Senior High School y tenía una beca completa en Florida Memorial University cuando agentes de policía lo arrestaron hace unos seis años, según muestran los registros judiciales.</p><p>El jueves, la jueza del Tribunal de Circuito del condado Miami-Dade, Laura Gonzalez-Marques, condenó a Jones, de 25 años, a 13 años de prisión estatal por su participación en la balacera contra la agente Erica Socarras el 24 de abril de 2020 en Miami.</p><p>“Usted es un hombre muy joven, señor. Espero que aproveche el tiempo en prisión para reflexionar sobre las cosas que ha hecho y salga siendo una persona diferente, porque puso en peligro a una agente”, le dijo Gonzalez-Marques a Jones durante la audiencia de sentencia.</p><p>Gonzalez-Marques también condenó a Jones a tres años de libertad condicional y le ordenó mantenerse alejado de Socarras.</p><p>Socarras, detective de la unidad táctica contra robos que viajaba en un Dodge Charger sin identificación policial, no resultó herida durante la balacera en Brownsville. Según la policía, un proyectil impactó el taser que llevaba en el cinturón junto a su arma de fuego.</p><p>El subjefe de la Policía de Miami, Albert “Al” Guerra, describió a Socarras como “increíblemente valiente” y una destacada agente.</p><p>“Mientras estaba sentado junto a ella en la sala del tribunal, le pregunté si la sentencia era adecuada para ella, y respondió: “Es adecuada”, y que simplemente quería que todo esto terminara de una vez. Está feliz de que finalmente haya llegado a su fin”, dijo Guerra a los periodistas después de la audiencia de sentencia. “Es un buen desenlace para nosotros y ella se encuentra de buen ánimo”.</p><p>Gonzalez-Marques ya había condenado a Antranard Womble, coacusado de Jones, a 15 años de prisión por disparar contra Socarras durante la parada de tránsito en la esquina de Northwest 22nd Avenue y 54th Street.</p><p>Jones se declaró culpable de intento de asesinato premeditado en primer grado con arma mortal, lanzamiento de proyectil mortal, agresión agravada con arma de fuego y solicitud para cometer asesinato.</p><p>Jones, quien permanecía detenido sin derecho a fianza desde el 20 de agosto de 2020, tiene dos casos pendientes por cargos de agresión cometida por un detenido contra un visitante u otro detenido, según registros judiciales y penitenciarios.</p><p>El fotoperiodista de Local 10 News Tim McFarland colaboró con este reportaje.</p><p><b>Historia relacionada</b>: <a href="https://www.local10.com/espanol/2026/04/27/hombre-que-le-disparo-a-oficial-de-miami-en-liberty-city-en-2020-recibe-15-anos-de-prision/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/27/hombre-que-le-disparo-a-oficial-de-miami-en-liberty-city-en-2020-recibe-15-anos-de-prision/">Hombre recibe condena de prisión tras declararse culpable de disparar contra agente de la Policía de Miami</a>.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/22AMVCIQHVEZJLILBCK65VGUAI.jpeg?auth=334776889c12d04c6bb6ec973d7b9ee2d91e67d0101fc1b16a4ad876da99ed33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wilkhari Jones stands before Miami-Dade County Circuit Court Judge Laura Gonzalez-Marques on Thursday in Miami-Dade County court.]]></media:description></media:content></item><item><title><![CDATA[‘We want to win’: Dolphins’ Hafley rejects rebuild mindset after offseason overhaul]]></title><link>https://www.local10.com/sports/local/2026/07/30/we-want-to-win-dolphins-hafley-rejects-rebuild-mindset-after-offseason-overhaul/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/30/we-want-to-win-dolphins-hafley-rejects-rebuild-mindset-after-offseason-overhaul/</guid><dc:creator><![CDATA[Ryan Mackey, Clay Ferraro]]></dc:creator><description><![CDATA[Miami Dolphins head coach Jeff Hafley pushed back against the idea that his team is entering a rebuilding phase, saying the focus remains on improvement and winning.]]></description><pubDate>Thu, 30 Jul 2026 17:52:49 +0000</pubDate><content:encoded><![CDATA[<p>Miami Dolphins head coach Jeff Hafley pushed back against the idea that his team is entering a rebuilding phase, saying the focus remains on improvement and winning.</p><p>Hafley spoke with reporters Thursday before the Dolphins took the field for the second day of training camp, just months after a major offseason overhaul that included the releases of quarterback Tua Tagovailoa, wide receiver Tyreek Hill and linebacker Bradley Chubb. </p><p>The team also traded wide receiver Jaylen Waddle to the Denver Broncos and safety Minkah Fitzpatrick to the New York Jets.</p><p>Despite the changes, Hafley said the word “rebuild” does not fit the mindset inside the Dolphins’ locker room.</p><p>“I don’t know how you can have a conversation with a competitive player or a competitive coach and have it sit right with them where we’re just going to say, we’re just going to rebuild this year,” he said. “And I mean, it’s just not the mentality of any competitor who’s made it to this level or any coach that’s made it to this level.”</p><p>Hafley said the team’s approach is centered around getting better every day while competing.</p><p>“Whether it’s practice or whether it’s a drill, I think we all want to win it and our mindset is we need to get better, we need to develop, and everything that we do is going to be about competing to get better throughout the process and we want to win,” he added. </p><p>The Dolphins began training camp with a new coaching staff and a new quarterback in Malik Willis, who joined Miami after the offseason departure of Tagovailoa.</p><p>Hafley said it is too early to evaluate players after only a few practices and emphasized the importance of consistency over time.</p><p>“I just think, guys, it’s going to be really hard to assess anybody in these first couple of practices,” Hafley said. “I think the key to everything is going to be consistency over time.”</p><p>One of Hafley’s biggest priorities during camp has been creating more realistic game situations. The Dolphins have spent more time in 11-on-11 drills and less time in 7-on-7 work, something Hafley said better prepares players for the challenges of an actual game.</p><p>“I want to just play football,” he said. “I think that’s how you get good.” </p><p>Hafley also discussed the return of running back De’Von Achane, who is being eased back into practice after time away from football.</p><p>“Well, he (Achane) just came back, so he’s got to build up his reps just like everybody else to get ready to play in a game,” Hafley said. “But we’ve got to gradually increase it, and we’ll do that throughout camp. So it’s just (his) first day back. (He) hadn’t really played football in a while, but I am very glad that he’s back.”</p><p>The Dolphins will continue training camp as Hafley works to establish his culture heading into the new season. The first practice open to the public is set for Sunday at 9:30 a.m. </p><p>View the Dolphins’ full training camp schedule by <a href="https://www.local10.com/sports/local/2026/07/08/dolphins-training-camp-2026-dates-times-and-what-fans-need-to-know/" rel="" title="https://www.local10.com/sports/local/2026/07/08/dolphins-training-camp-2026-dates-times-and-what-fans-need-to-know/">clicking 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[Balacera accidental en Pompano Beach deja una persona herida, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/07/30/balacera-accidental-en-pompano-beach-deja-una-persona-herida-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/balacera-accidental-en-pompano-beach-deja-una-persona-herida-dicen-agentes/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una persona resultó herida la noche del miércoles en una balacera accidental en un complejo de apartamentos de Pompano Beach, informaron las autoridades.]]></description><pubDate>Thu, 30 Jul 2026 13:24:48 +0000</pubDate><content:encoded><![CDATA[<p>Una persona resultó herida la noche del miércoles en una balacera accidental en un complejo de apartamentos de Pompano Beach, informaron las autoridades.</p><p>Según la Oficina del Sheriff de Broward (BSO), la balacera fue reportada alrededor de las 10:12 p.m. cerca de la cuadra 4000 de Southwest 15th Street.</p><p>La portavoz de la BSO, Gerdy St. Louis, informó que mientras los agentes y los paramédicos de Pompano Beach Fire Rescue se dirigían al lugar, les notificaron que los padres de la víctima la habían trasladado a una estación de bomberos cercana.</p><p>Los paramédicos en el lugar brindaron asistencia a la víctima antes de que fuera trasladada a un hospital local para recibir tratamiento, informaron las autoridades.</p><p>La edad y el estado de la víctima aún no han sido divulgados.</p><p>St. Louis indicó que detectives de las unidades de Escena del Crimen y Delitos Violentos de la BSO investigan las circunstancias que rodean la balacera.</p>]]></content:encoded></item><item><title><![CDATA[Young boy critically injured in accidental shooting in Pompano Beach, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/30/1-injured-in-accidental-shooting-in-pompano-beach-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/1-injured-in-accidental-shooting-in-pompano-beach-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A young boy was critically injured Wednesday night in an accidental shooting at an apartment complex in Pompano Beach, authorities said.]]></description><pubDate>Thu, 30 Jul 2026 11:00:58 +0000</pubDate><content:encoded><![CDATA[<p>A young boy was critically injured Wednesday night in an accidental shooting at an apartment complex in Pompano Beach, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/30/balacera-accidental-en-pompano-beach-deja-una-persona-herida-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/balacera-accidental-en-pompano-beach-deja-una-persona-herida-dicen-agentes/">Leer en español</a></p><p>According to the Broward Sheriff’s Office, the shooting was reported at about 10:12 p.m. near the 4000 block of Southwest 15th Street.</p><p>BSO spokeswoman Gerdy St. Louis said as deputies and Pompano Beach Fire Rescue medics were heading to the scene, they were advised that the victim’s parents had transported the boy to a nearby fire station.</p><p>Medics there provided aid to the victim before he was transported to a local hospital for treatment, authorities said.</p><p>As of Thursday morning, the boy was listed in critical condition. </p><p>The victim’s age has not yet been released. </p><p>St. Louis said detectives with BSO’s Crime Scene and Violent Crimes units are investigating the circumstances surrounding the shooting.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Baker Mayfield feels 'disrespected' by Buccaneers ownership after failing to agree on a new contract]]></title><link>https://www.local10.com/sports/2026/07/30/baker-mayfield-feels-disrespected-by-buccaneers-ownership-after-failing-to-agree-on-a-new-contract/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/baker-mayfield-feels-disrespected-by-buccaneers-ownership-after-failing-to-agree-on-a-new-contract/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[TAMPA, Fla. (AP) — Baker Mayfield feels “disrespected” by the Tampa Bay Buccaneers and is focused on playing his best football.]]></description><pubDate>Thu, 30 Jul 2026 20:10:40 +0000</pubDate><content:encoded><![CDATA[<p>TAMPA, Fla. (AP) — Baker Mayfield feels “disrespected” by the Tampa Bay Buccaneers and is focused on playing his best football.</p><p>The two-time Pro Bowl quarterback didn’t get the contract extension he sought and plans to play out the final season of his three-year, $100 million deal.</p><p>“I’ve been pretty up front and honest about my feelings about Tampa, it being home for our family, raising kids here,” Mayfield said Thursday. “We love it here. I wanted a deal done and set the deadline and told them it was going to be all ball after that, and I did mean that. I don’t know if they thought I was gonna take some of the offers that they gave.</p><p>“I’m at the point in my career, understanding what I’ve brought to this franchise. One, I’m very thankful for the chance they gave me — do not get me wrong on that. But I also know, I really know what I’ve brought to this franchise, leadership-wise and even play-wise. It’s been some of the best years of my career, and I think it’s only going to trend upwards.”</p><p>Mayfield, who was the No. 1 overall pick in the 2018 NFL draft by Cleveland, revived his career in Tampa Bay after replacing Tom Brady in 2023. He made the Pro Bowl in each of his first two seasons while leading the Bucs to consecutive NFC South titles. He was an MVP candidate through the first half of last season when the team started 6-2 but struggled with injuries and tailed off.</p><p>“It’s disappointing in that regard, to feel disrespected a little bit,” he said. “That’s really the disappointing part to feel undervalued after thinking you’ve earned it. This is not a ‘poor me’ thing. There’s a lot of other people who have it way worse off. But I can sit here and look at other quarterbacks and peers and evaluate myself based on that and put myself in certain categories that I deserved to be compensated for that.</p><p>“I think I’m a franchise quarterback. I’ve been told I’m a franchise quarterback. It’s been said publicly from ownership down here and to not have a deal done is very disappointing.”</p><p>Mayfield had set a deadline on getting a new contract by the start of training camp. He said he addressed his teammates to let them know he won’t let the issue become a distraction. He also doesn’t need it to motivate him.</p><p>“Money should never be the motivation in football,” he said. “It’s how do I help this team win? It’s never going to be the motivation for me. When it comes to having a chip on your shoulder and all that, for me it just puts me in the mindset of betting on myself. That’s something I’m pretty familiar with, and it’s a good place to be. As a highly competitive guy, sometimes you have to put yourself backed into a corner and fight your way out. I have a lot of guys and a lot of staff around me that are with me, so I’m not alone in it. We’re fighting for the same goal, and that’s to be playing in February.”</p><p>If Mayfield plays like he did in 2024 — 4,500 yards passing, 41 touchdown passes, 71.4% completion rate, 106.8 passer rating — the Buccaneers likely will have to pay him even more than he commands now. A contract that averages between $50-55 million is considered to be Mayfield’s current range.</p><p>“Baker hasn’t missed a beat or changed one bit through anything that’s going on,” offensive lineman Ben Bredeson said. “He’s still our quarterback, he’s still the same leader, friend, guy that we all love. When he says it’s all about ball, he means it. He’s probably one of the most consistent and locked in individuals I’ve ever had the chance to play with. It’s an honor going to work with him every day and no matter what’s happening outside of the building, he has not changed one bit and is ready to go at all times.”</p><p>Two-time Pro Bowl defensive tackle Vita Vea also is unhappy with his contract situation as he enters the final year of his deal. He has missed the first two days of practice with a back injury.</p><p>“It’s all about winning here now and what we’re going to do and hopefully gets his back fixed and gets his deal done,” Mayfield said. “Vita deserves that. He’s the anchor of our defense. I hope they take care of him.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E6EHQMNUAUUNP6M4Q2VYJBZIC4.jpg?auth=c3f8cdc87f450192bf1fd2dbc0743a313228f6d5f430c4a8b84a806ae51b659d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Buccaneers quarterback Baker Mayfield takes a snap during an NFL football training camp practice Thursday, July 30, 2026, in Tampa, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CHDISTZH3EJ4HMN2WOGXJWJYSU.jpg?auth=853a59bd881b8596543d1d3f40f8301213af0ae0eae85941c02b9afe424c31b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Buccaneers quarterback Baker Mayfield walks onto the field before an NFL football training camp practice Thursday, July 30, 2026, in Tampa, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/42R5WA3C3VMKDLBM7AXXK3WLTA.jpg?auth=ad6005094bd2a54e417459d7acb7ebb932afd8ff5eb4923c3f0d0d123e5b790e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Buccaneers quarterback Baker Mayfield throws a pass during an NFL football training camp practice Thursday, July 30, 2026, in Tampa, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content></item><item><title><![CDATA[Milei faculta a Argentina a negar el ingreso o deportar a extranjeros por comentarios de odio]]></title><link>https://www.local10.com/espanol/2026/07/30/milei-faculta-a-argentina-a-negar-el-ingreso-o-deportar-a-extranjeros-por-comentarios-de-odio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/milei-faculta-a-argentina-a-negar-el-ingreso-o-deportar-a-extranjeros-por-comentarios-de-odio/</guid><dc:creator><![CDATA[Por ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES, (AP) — Después de que una dolorosa derrota en el Mundial diera paso a lo que muchos argentinos consideraron una ola generalizada de odio contra su país, el presidente argentino Javier Milei firmó el jueves un decreto de emergencia que faculta al gobierno a negar el ingreso o expulsar a extranjeros que inciten a la discriminación o la violencia contra los argentinos por su nacionalidad.]]></description><pubDate>Thu, 30 Jul 2026 19:31:51 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES, (AP) — Después de que una dolorosa derrota en el Mundial diera paso a lo que muchos argentinos consideraron una ola generalizada de odio contra su país, el presidente argentino Javier Milei firmó el jueves un decreto de emergencia que faculta al gobierno a negar el ingreso o expulsar a extranjeros que inciten a la discriminación o la violencia contra los argentinos por su nacionalidad.</p><p>La medida añade nuevos motivos a la ley migratoria de Argentina, lo que permite que las autoridades impidan el ingreso, deporten y revoquen visas a personas que se determine que han promovido el odio contra los argentinos en declaraciones orales o escritas, o que hayan profanado símbolos nacionales.</p><p>“Frente a las recientes manifestaciones de hostilidad contra la República Argentina y los argentinos, el Gobierno Nacional reafirma que la defensa de la Nación, de sus ciudadanos y de sus símbolos no es negociable”, manifestó la oficina del presidente. “Quien ataque a la República Argentina no es bienvenido en nuestro país”.</p><p>La decisión supone un marcado giro para un país que, durante mucho tiempo, se ha enorgullecido de recibir inmigrantes. La Constitución de Argentina fomenta explícitamente la inmigración y, durante décadas, el país ha ofrecido a los extranjeros amplios derechos civiles y un acceso relativamente fácil a la residencia legal, la educación pública y la atención sanitaria.</p><p>La oficina de Milei presentó el decreto como una respuesta a semanas de críticas de celebridades, aficionados rivales y usuarios de redes provocadas por decisiones arbitrales controvertidas que alimentaron la especulación de que la FIFA había inclinado el torneo a favor de los campeones vigentes y la superestrella Lionel Messi.</p><p>Las condenas a aficionados argentinos ocasionalmente agresivos y al juego brusco del equipo en el campo pronto se ampliaron hasta convertirse en ataques contra la sociedad argentina en su conjunto, lo que amplificó críticas de larga data según las cuales los argentinos se consideran cultural y económicamente superiores a sus vecinos latinoamericanos. Peticiones en línea para expulsar a Argentina del Mundial reunieron cientos de miles de firmas.</p><p>La reacción se intensificó cuando jugadores y miembros del cuerpo técnico de Argentina se vieron involucrados en una trifulca después del partido con sus rivales españoles tras la final del Mundial.</p><p>El miércoles, la FIFA, el organismo rector del fútbol mundial, inició procedimientos disciplinarios contra la Asociación del Fútbol Argentino por el altercado, así como por presuntos insultos racistas y mala conducta de aficionados. Los jugadores también enfrentaron una investigación de la FIFA por exhibir una pancarta en la que se afirmaba el reclamo de Argentina sobre las Islas Malvinas (conocidas como Falkland en inglés), controladas por Reino Unido, después de la victoria del equipo sobre Inglaterra en semifinales.</p><p>Milei, un aliado cercano del presidente de Estados Unidos Donald Trump, ha descrito el aluvión de críticas como una “campaña antiargentina”. La semana pasada, sin aportar pruebas, alegó que los gobiernos de izquierda de Brasil y México, así como el Partido Demócrata de Estados Unidos, habían financiado el esfuerzo para estigmatizar a Argentina con el fin de desacreditar a su gobierno libertario.</p><p>Sus acusaciones e insultos desencadenaron una crisis diplomática con el vecino Brasil, que retiró a su embajador en Argentina el fin de semana pasado.</p><p>En el decreto del jueves se indica que los castigos no se aplican al desacuerdo ideológico ni a la crítica política, académica o cívica protegida por la Constitución de Argentina.</p><p>Pero deja sin respuesta cómo distinguirán los funcionarios la expresión protegida del discurso de odio prohibido, si las autoridades migratorias revisarán la actividad de los extranjeros en redes sociales y con qué rigor se aplicarán las nuevas facultades contra turistas y residentes de larga data.</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/REFHF3P6BPU2DRUOQWYR5SG5ME.jpg?auth=becc6646aa4280b0f8665d24c631dbc3dae528cb9adf8ef38fc7ca91db53f076&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un aficionado argentino con una máscara de Lionel Messi fuera de las oficinas de la Asociación del Fútbol Argentino espera la llegada de la selección nacional en Ezeiza, en las afueras de Buenos Aires, el lunes 20 de julio de 2026, tras su derrota en la final del Mundial de la FIFA ante España. (AP Foto/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Royals lefty Noah Cameron has a no-hitter broken up by the Twins' Ryan Jeffers to start the 7th]]></title><link>https://www.local10.com/sports/2026/07/30/royals-lefty-noah-cameron-has-a-no-hitter-broken-up-by-the-twins-ryan-jeffers-to-start-the-7th/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/royals-lefty-noah-cameron-has-a-no-hitter-broken-up-by-the-twins-ryan-jeffers-to-start-the-7th/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[MINNEAPOLIS (AP) — Kansas City Royals left-hander Noah Cameron took a no-hitter into the seventh inning against the Minnesota Twins on Thursday before Ryan Jeffers broke it up with a leadoff single.]]></description><pubDate>Thu, 30 Jul 2026 21:15:08 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — Kansas City Royals left-hander Noah Cameron took a no-hitter into the seventh inning against the Minnesota Twins on Thursday before Ryan Jeffers broke it up with a leadoff single.</p><p>Cameron threw only 72 pitches through six innings with two walks and five strikeouts, with little solid contact by the Twins. Catcher Salvador Perez sprang forward to pick up Ryan Kreidler’s dribbler in front of the plate and make an on-target underhand toss to first base for the second out of the sixth as the 36-year-old tumbled to the grass to keep the feat alive.</p><p>But Jeffers delivered a clean single to right-center field on an 0-2 changeup from Cameron.</p><p>Cameron still stretched his consecutive scoreless innings streak to 16 by getting the next six outs for his career-long outing with a one-hitter in eight shutout innings. He threw seven shutout frames in relief last Friday after the Royals used an opener in a 2-1 loss at Detroit. This one ended even worse, when Kody Clemens hit a walk-off grand slam with two outs in the ninth inning to give Minnesota a 4-3 victory.</p><p>Former Twins right-hander Randy Dobnak pitched seven scoreless innings for the Royals on Wednesday night in a 4-0 victory.</p><p>Cameron went 9-7 with a 2.99 ERA in 24 starts last season and finished fourth in American League Rookie of the Year award voting. The 27-year-old threw 6 1/3 no-hit innings in his major league debut on April 30, 2025, for a 3-0 win at Tampa Bay.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TLRHMSQ4FJ6BH4D2SK4M3IGL74.jpg?auth=282b8e7e46cdd0d83e3e938eee2d443ab497fbe61e3d2a21c2b8f9c82ad58626&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals starting pitcher Noah Cameron (65) delivers during the second inning of a baseball game against the Minnesota Twins Thursday, July 30, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M2C6XVG2HAO67VBCVYXQLLDBHQ.jpg?auth=70366a6cca42e575e207d6f813ba80cd1d6b6f6d36283bd2f88a4f5d71d76bd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals starting pitcher Noah Cameron (65) delivers during the first inning of a baseball game against the Minnesota Twins, Thursday, July 30, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Trump-branded commemorative passports will become available across the US]]></title><link>https://www.local10.com/news/politics/2026/07/30/trump-branded-commemorative-passports-will-become-available-across-the-us/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/30/trump-branded-commemorative-passports-will-become-available-across-the-us/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Americans outside the nation's capital will soon be able to get limited-edition U.S. passports that feature a picture of President Donald Trump and celebrate America’s 250th birthday, the State Department said Thursday.]]></description><pubDate>Thu, 30 Jul 2026 19:17:54 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Americans outside the nation's capital will soon be able to get limited-edition U.S. passports that feature a picture of President Donald Trump and celebrate America’s 250th birthday, the State Department said Thursday.</p><p>The department’s 27 passport agencies nationwide will start offering the special travel documents next month. They previously had only been available at the Washington, D.C., passport office for in-person applicants.</p><p>Trump, whose stern portrait is emblazoned on an inside page, is the first living president featured in the travel document.</p><p>The passports are the latest instance of Trump having his name and likeness added to buildings, documents and other highly visible tributes. His image is on a gold-finished commemorative coin celebrating the country’s founding that the U.S. Mint has begun producing, and there are efforts to put Trump’s signature on all new U.S. paper currency, also a first for a sitting president.</p><p>“In response to overwhelming demand, the Department of State is making an additional 250,000 of the special commemorative passports available to the public,” it said in a statement. “Americans all across the country will now have the opportunity to apply for one of these additional special passports, known as the ‘Patriot Passport.’”</p><p>Passport offices in Centennial, Colorado; Chicago; Dallas; Detroit; New Orleans; New York; and Stamford, Connecticut, will offer the Trump passports at one-day special events starting Aug. 8. The list will grow to include other passport offices throughout August.</p><p>Those who want the special passport must apply in-person on the day specified on the department’s passport website. Those wanting a traditional passport must apply on different days.</p><p>The commemorative passport features Trump’s picture over a gold imprimatur of his signature to an interior page, while the cover carries the words “United States of America” in bold gold print at the top and “Passport” at the bottom — a reversal of the current standard cover.</p><p>In addition, a small gold laminate American flag, with the number 250 encircled by stars, is at the bottom of the back cover.</p><p>The only presidents featured in current U.S. passports are in a double-page depiction of Mount Rushmore in South Dakota — George Washington, Thomas Jefferson, Theodore Roosevelt and Abraham Lincoln.</p><p>Other depictions include the Statue of Liberty, the Liberty Bell and Independence Hall in Philadelphia, and scenes of the Great Plains, mountains and islands. Current passports also contain quotations from Martin Luther King Jr. as well as Presidents Washington, Jefferson, Roosevelt, John F. Kennedy and Dwight Eisenhower.</p><p>The addition of Trump’s picture and signature to the passport book is the newest step his aides have taken to increase the president’s visibility, including adding his name to the U.S. Institute of Peace building and the Kennedy Center performing arts venue, although that signage was later removed on a court order.</p><p>Trump also has made waves with his plans for a new White House ballroom and a massive arch to be built at one of the entrances to Washington from Virginia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VWHIL66DU5I5GTRK2AO5UUR4UA.jpg?auth=26c4c0c3c211478e8f0974fc1e063f00c50f2a4e304415ec1d3cc02750fa04e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sample of a limited release of a commemorative U.S. passport that celebrates America's 250th birthday and features a picture of President Donald Trump, is photographed, April 28, 2026. (AP Photo/Jon Elswick, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YVTBZHTORXADQH73DYP577TVFE.jpg?auth=807fa42fe01e50ff29c5a8810510620d8dffc727dbccff98878402aa3e3833f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sample of a limited release of a commemorative U.S. passport that celebrates America's 250th birthday and features a picture of President Donald Trump, is photographed, April 28, 2026. (AP Photo/Jon Elswick, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content></item><item><title><![CDATA[Scouting America drops diversity initiatives from event after pressure from the Pentagon]]></title><link>https://www.local10.com/news/national/2026/07/30/scouting-america-drops-diversity-initiatives-from-event-after-pressure-from-the-pentagon/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/30/scouting-america-drops-diversity-initiatives-from-event-after-pressure-from-the-pentagon/</guid><dc:creator><![CDATA[By JAMIE STENGLE, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — One of Scouting America's biggest gatherings has eliminated dedicated spaces for gay youth, women and scouts of color as the organization faces pressure from the Pentagon to pull back diversity efforts.]]></description><pubDate>Thu, 30 Jul 2026 20:14:17 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — One of Scouting America's biggest gatherings has eliminated dedicated spaces for gay youth, women and scouts of color as the organization faces pressure from the Pentagon to pull back diversity efforts.</p><p>The changes at the National Jamboree, which ends Friday, reflect shifts made by Scouting America since the organization became a target of Defense Secretary Pete Hegseth over what he calls “woke” policies. Some scouts who had planned to attend the event in West Virginia said they backed out because Scouting America scrapped the inclusion initiatives it previously celebrated.</p><p>Hegseth threatened to end the Pentagon's century-old partnership with Scouting America if it did not make changes including refocusing away from diversity initiatives. The organization, previously known as Boy Scouts of America, rebranded in 2024 to emphasize inclusion and the growing number of girls in the scouting ranks.</p><p>“Scouting fundamentally is a safe place for young people to have fun,” said Samuel J. Aronson, an assistant scoutmaster who has organized inclusive events at previous national events. “In the absence of these spaces, we’re denying all that, both the safety and the fun, to thousands of young people.”</p><p>Thousands attend the National Jamboree</p><p>This year, about 15,000 scouts, leaders and volunteers from across the country are attending the 10-day event in the mountains of West Virginia. In addition to activities including mountain biking and kayaking, the gathering hosts leadership programs and educational sessions.</p><p>A Scouting America spokesperson said the organization remains “fully committed to welcoming and serving all youth,” but did not address questions about the changes to the jamboree.</p><p>The Pentagon made a deal with Scouting America in February but the two sides have given conflicting accounts of that agreement. This month, a gay rights activist obtained the memo outlining the agreement from the Defense Department after filing a lawsuit, arguing that clarity was of public importance.</p><p>The six-page document spells out ways the Pentagon will monitor compliance, including that officials from each organization would have “periodic touchpoints and meet” as needed. It was obtained by James Dale, who was expelled from the Boy Scouts in the early 1990s for being gay and later sued over discrimination. He equated the Pentagon's tactics to the actions of a bully.</p><p>“They basically have their thumb on the organization, threatening them under constant pressure,” Dale said.</p><p>Deal preserves ties between Scouting America and Pentagon</p><p>The scouts and the military have long held close ties; The military provides logistical support for the jamboree and some scout troops meet on or near bases.</p><p>Asked about the implementation and monitoring of the deal, a Pentagon spokesperson referred to previous comments by Hegseth.</p><p>In February, Hegseth posted a video that said his department would “vigorously review” changes made by Scouting America and would cease the military’s longtime support of the organization if it failed to comply by late August.</p><p>Some scouts disappointed by changes to inclusion efforts</p><p>John Andrew Segebarth, a 21-year-old college student and Eagle Scout, has been disheartened by the agreement. He joined the scout ranks in first grade and said he had been looking forward to staffing the space for LGBTQ+ and Allied Scouts at this year’s Jamboree.</p><p>Segebarth, who is gay and was elected by peers as a national officer for scouts in 2024, said the removal of inclusive spaces is a sharp reversal for Scouting America. National scouting events in recent years included community spaces for girls, scouts of color, LGBTQ+ scouts and persons with disabilities, according to Aronson.</p><p>“Scouting’s kind of walking back on its values that they told me they believed in,” said Segebarth who, along with Aronson, decided not to attend the jamboree this year.</p><p>It was at a community tent that Layla Grace found the first place where she could talk openly about being a transgender female. Now a 21-year-old assistant scoutmaster, Grace had also planned to staff the space for LGBTQ+ and Allied Scouts in West Virginia this year.</p><p>When the spaces were canceled, Grace said she almost didn't go to the jamboree but decided she wanted to be there to help those in need. She wound up volunteering at an area dedicated to addressing issues that include mental health, food security and education.</p><p>And she's trying to fill the gap left by the removal of inclusive areas.</p><p>“I am wearing so many rainbows on me, my right hand has my nails painted in the lesbian flag and my left hand has my nails painted in the transgender flag,” she said. “I am being as loud as I can to do my best to hopefully make up for the lack of community spaces.”</p><p>___</p><p>Associated Press reporter Ben Finley contributed to this report from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XFWG62BX3IAK75IAWCHTHWUTPA.jpg?auth=ce3da59f70a9f223fdee44458cb904f49e5ea3c104f484d1a88fee4fa964cf66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Roger Krone, chief executive officer of Scouting America, describes the design of the organization's flag in Irving, Texas, Feb. 5, 2025. (AP Photo/LM Otero, File)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VBJZZYZTHUSGFLWXJETJMHCCFU.jpg?auth=d0b99180c78b4884ff9e575c6a8720a2833da8e4bf84cc099547186b6883caae&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 testifies at a Senate Appropriations Committee hearing, Tuesday, July 21, 2026, on Capitol Hill in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Dolphin Mall opens 8 new stores, with 2 more coming soon]]></title><link>https://www.local10.com/news/local/2026/07/30/dolphin-mall-opens-8-new-stores-with-2-more-coming-soon/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/dolphin-mall-opens-8-new-stores-with-2-more-coming-soon/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez]]></dc:creator><description><![CDATA[Dolphin Mall is expanding its new lineup of shopping, dining and entertainment offerings with new stores now open and more expected to arrive in the coming weeks.]]></description><pubDate>Thu, 30 Jul 2026 18:23:56 +0000</pubDate><content:encoded><![CDATA[<p>Dolphin Mall is expanding its new lineup of shopping, dining and entertainment offerings with new stores now open and more expected to arrive in the coming weeks.</p><p><a href="https://www.local10.com/espanol/2026/07/30/dolphin-mall-inaugura-8-nuevas-tiendas-y-anuncia-la-proxima-apertura-de-otras-dos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/dolphin-mall-inaugura-8-nuevas-tiendas-y-anuncia-la-proxima-apertura-de-otras-dos/">Leer en español</a></p><p>A representative for the the mall said the new stores are aimed to give visitors more reasons to enjoy the outlet shopping center.</p><p>One of the newest arrivals is Sephora, a longtime request by shoppers, the representative said. Also now open is LandShark Bar &amp; Grill by Margaritaville, the brand’s first location in Miami-Dade County. The company says it serves American fare, seafood and tropical cocktails with live music on the weekends.</p><p>Dolphin Mall also recently welcomed Eko Padel &amp; Pickle, which the company says is the brand’s first U.S. location. This indoor sports venue features professional padel and pickleball courts, lessons for players of all skill levels, an on site-cafe, and spaces for private events. Prices start at $30 for one person per hour.</p><p>Other recent openings include JD Sports, Miniso, Luli Fama, Primark, and the newly renovated CMX Cinemas Dolphin 19 &amp; IMAX.</p><p>Fabletics is expected to open in August, according to the mall, and Pop Mart, a retailer known for collectable designer toys and character collaborations, is expected to open later this year. </p><p>Dolphin Mall said the new businesses reflect continued investment in expanding the property’s mix of retail, dining and entertainment experiences for shoppers and visitors.</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/LQVZMOTNMZD4DANSE6T3FTILAQ.jpg?auth=856208168ac2e4a734acdaf22ee68682718d84fc88f95b3f37317f1673c86d0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:credit role="author" scheme="urn:ebu">Tom Hurst</media:credit></media:content></item><item><title><![CDATA[Dolphin Mall inaugura 8 nuevas tiendas y anuncia la próxima apertura de otras dos]]></title><link>https://www.local10.com/espanol/2026/07/30/dolphin-mall-inaugura-8-nuevas-tiendas-y-anuncia-la-proxima-apertura-de-otras-dos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/dolphin-mall-inaugura-8-nuevas-tiendas-y-anuncia-la-proxima-apertura-de-otras-dos/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez]]></dc:creator><description><![CDATA[Dolphin Mall amplía su oferta de compras, restaurantes y entretenimiento con nuevas tiendas ya abiertas y más establecimientos que abrirán en las próximas semanas.]]></description><pubDate>Thu, 30 Jul 2026 18:39:15 +0000</pubDate><content:encoded><![CDATA[<p>Dolphin Mall amplía su oferta de compras, restaurantes y entretenimiento con nuevas tiendas ya abiertas y más establecimientos que abrirán en las próximas semanas.</p><p>Un representante del centro comercial indicó que las nuevas tiendas buscan ofrecer a los visitantes más razones para disfrutar del centro comercial outlet.</p><p>Una de las incorporaciones más recientes es Sephora, una tienda muy solicitada por los compradores, señaló el representante. También abrió sus puertas LandShark Bar &amp; Grill by Margaritaville, la primera ubicación de la marca en el condado Miami-Dade. La empresa indicó que ofrece comida estadounidense, mariscos y cócteles tropicales con música en vivo los fines de semana.</p><p>Dolphin Mall también dio recientemente la bienvenida a Eko Padel &amp; Pickle, que, según la empresa, es la primera ubicación de la marca en Estados Unidos. Este recinto deportivo bajo techo cuenta con canchas profesionales de pádel y pickleball, clases para jugadores de todos los niveles, una cafetería y espacios para eventos privados. Los precios comienzan en $30 USD por persona por hora.</p><p>Otras aperturas recientes incluyen JD Sports, Miniso, Luli Fama, Primark y el renovado CMX Cinemas Dolphin 19 &amp; IMAX.</p><p>Según el centro comercial, Fabletics abrirá en agosto y Pop Mart, una tienda conocida por sus figuras coleccionables de diseñador y colaboraciones con personajes, abrirá más adelante este año.</p><p>Dolphin Mall indicó que estos nuevos negocios reflejan la inversión continua para ampliar la oferta de tiendas, restaurantes y entretenimiento para compradores y visitantes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LQVZMOTNMZD4DANSE6T3FTILAQ.jpg?auth=856208168ac2e4a734acdaf22ee68682718d84fc88f95b3f37317f1673c86d0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:credit role="author" scheme="urn:ebu">Tom Hurst</media:credit></media:content></item><item><title><![CDATA[Mandela Barnes drops out of the Democratic primary for Wisconsin governor]]></title><link>https://www.local10.com/news/politics/2026/07/30/mandela-barnes-drops-out-of-the-democratic-primary-for-wisconsin-governor/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/30/mandela-barnes-drops-out-of-the-democratic-primary-for-wisconsin-governor/</guid><dc:creator><![CDATA[By SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[MADISON, Wis. (AP) — Mandela Barnes dropped out of Democratic primary for Wisconsin governor on Thursday amid news that the state party had reviewed past allegations of inappropriate behavior, further shaking up the race less than two weeks before the Aug. 11 election.]]></description><pubDate>Thu, 30 Jul 2026 21:08:25 +0000</pubDate><content:encoded><![CDATA[<p>MADISON, Wis. (AP) — Mandela Barnes dropped out of Democratic primary for Wisconsin governor on Thursday amid news that the state party had reviewed past allegations of inappropriate behavior, further shaking up the race less than two weeks before the Aug. 11 election.</p><p>The former lieutenant governor made the announcement in a video posted on his Facebook page as democratic socialist Francesca Hong has garnered strong support from the liberal wing of the party.</p><p>Barnes’ decision to drop out came a day after the release of a Marquette Law School poll of Wisconsin Democratic primary voters that found Hong leading Barnes and the other candidates by a significant margin, although about one-third of primary voters remained undecided.</p><p>“It's become very clear who our nominee is going to be,” Barnes said.</p><p>Barnes’ move came on the same day that the Milwaukee Journal Sentinel reported that it had asked Barnes about allegations of inappropriate behavior lodged with the state Democratic Party, local party officials and others against him.</p><p>The Wisconsin Democratic Party received an anonymous letter in 2024 and again in 2025 making allegations against Barnes, a person with direct knowledge of the party’s actions told The Associated Press. The person was not authorized to speak publicly about the review.</p><p>The party hired a law firm in 2025 to look into claims that Barnes used his position in the party to seek out inappropriate relationships with young adult women, the person said. The review found nothing actionable because the allegations were anonymous and unspecific, the person with knowledge of the probe said.</p><p>Barnes' campaign issued a statement saying, “There are no allegations of misconduct or wrongdoing against Mandela.”</p><p>Barnes is the third Democrat to withdraw from the race. Lt. Gov. Sara Rodriguez ended her run amid a campaign finance scandal two weeks ago and former state economic development director Missy Hughes dropped out in June.</p><p>After Rodriguez ended her campaign, Milwaukee County Executive David Crowley rejoined the race with the endorsement of Gov. Tony Evers.</p><p>Crowley made a direct plea to Barnes' supporters to back him.</p><p>“There's a place for you in what we're building,” he posted on social media.</p><p>Evers told reporters Thursday that he was surprised by Barnes’ move.</p><p>“But he needs to do what he needs to do,” Evers said. “I don’t know why he’s getting out. I have to believe it’s something relatively important.”</p><p>Evers said he stuck by his endorsement of Crowley, who worked closely with Evers and Republican lawmakers on a deal to increase funding for local communities. Evers chose to endorse him over Barnes, who served as his lieutenant governor in his first term.</p><p>Evers said Crowley was the best candidate “even if Mandela was in.”</p><p>Hong did not immediately return a text message seeking comment.</p><p>Joel Brennan, a longshot candidate in the race, said “It’s unfortunate for voters that this primary has gotten more attention for chaos than the stakes of this election."</p><p>The shake-up comes after nearly 128,000 voters have already returned absentee ballots and on the third day of in-person early voting. On Wednesday, a judge rejected a lawsuit supported by the Democratic Party seeking to allow voters who have already returned their absentee ballots to cancel them and vote again.</p><p>The winner of the Democratic primary is expected to face U.S. Rep. Tom Tiffany, who faces only nominal opposition in the Republican primary. Tiffany, who has the endorsement of President Donald Trump, did not immediately return a message seeking comment.</p><p>Barnes ending his campaign comes after he benefited from other candidates dropping out in the Democratic primary race for Senate in 2022 to clear the field for him. He ended up losing by under 27,000 votes that year to Republican U.S. Sen. Ron Johnson.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OIXYO2TDDT43TZGJMCRNQXJGTI.jpg?auth=8ccd002431ee1ea9ac9bca519a8cadbfb8e0e18b646ae70fc11693db01357f57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic gubernatorial candidate Mandela Barnes talks during a primary debate in Milwaukee, Tuesday, July 28, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MF54HIJYZ67TCIKS7DF67A42Z4.jpg?auth=fc0051da2c2218c4a2e68dad853e1b78dc04fed9dbffb61764a0194167cac77a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic gubernatorial candidate Francesca Hong talks during a primary debate in Milwaukee, Tuesday, July 28, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IYJ2TUU2C2ZK6J442NMV6YPFWQ.jpg?auth=31c3b81ddd52147e5889f883000ce77586ad1eb14f6fbee2c661c5ac2b6b9ae3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic gubernatorial candidate Francesca Hong poses for a photo Friday, July 24, 2026, in Milwaukee. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Policía: Arrestan a conductor tras estrellar vehículo contra autos estacionados y fachada de cervecería en North Miami]]></title><link>https://www.local10.com/espanol/2026/07/30/policia-arrestan-a-conductor-tras-estrellar-vehiculo-contra-autos-estacionados-y-fachada-de-cerveceria-en-north-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/policia-arrestan-a-conductor-tras-estrellar-vehiculo-contra-autos-estacionados-y-fachada-de-cerveceria-en-north-miami/</guid><dc:creator><![CDATA[Amanda Batchelor, Rosh Lowe]]></dc:creator><description><![CDATA[Un conductor fue arrestado la madrugada del jueves tras estrellar su vehículo contra cinco autos estacionados y la fachada de una cervecería en North Miami, confirmaron las autoridades.]]></description><pubDate>Thu, 30 Jul 2026 13:32:28 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor fue arrestado el miércoles tras estrellar su camioneta de trabajo contra cinco autos estacionados y la fachada de una cervecería en North Miami, según confirmaron las autoridades.</p><p>Según la policía de North Miami, el accidente se reportó poco después de las 3 pm en&nbsp;<a href="https://www.lostcitybrewing.com/" rel="" title="https://www.lostcitybrewing.com/">Lost City Brewing Company</a>&nbsp;, ubicada en 12207 NE 13th Court.</p><p>Según la policía, el conductor, Eros Emanuel Gehrig, de 53 años, perdió el control del vehículo y chocó contra cinco coches antes de estrellarse contra la fachada del edificio.</p><p>“La estructura fue evaluada y se determinó que era segura y que no representaba ningún peligro para la seguridad”, dijo un portavoz del Departamento de Policía Metropolitana de Nuevo México (NMPD) a Local 10 News en un correo electrónico.</p><figure><img src="https://www.local10.com/resizer/v2/OR5GFYLNRVFPJNORAQLLVOFIZU.jpg?auth=c4ada8c919ffda2224af446ab87ad1a1ea8afddbf58cafb7204262a23f5f5fdc&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>El propietario de la cervecería, Chris Campos, declaró a Local 10 News que es un milagro que no hubiera nadie dentro del local en ese momento.</p><p>“Falta una hora para que abramos, media hora después de que estuviéramos haciendo algunas reparaciones al refrigerador que está en esta pared”, dijo Campos. “Fue un momento realmente fortuito en el que no había nadie y, la verdad, si hubiera habido gente, habría sido terrible”.</p><p>Según el informe de detención, una revisión de los registros reveló que la licencia de conducir de Gehrig en Florida había sido suspendida indefinidamente el 12 de septiembre de 2012.</p><p>Fue arrestado bajo el cargo de conducir con la licencia suspendida.</p><p>La policía informó que Gehrig fue trasladado al Hospital HCA Florida Aventura para ser evaluado antes de ser ingresado en el Centro Correccional Turner Guilford Knight.</p><p>Gehrig fue puesto en libertad el jueves por la mañana tras pagar la fianza.</p>]]></content:encoded></item><item><title><![CDATA[Appeals court rejects the Trump administration's expansion of mandatory detention for immigrants]]></title><link>https://www.local10.com/news/national/2026/07/30/appeals-court-rejects-the-trump-administrations-expansion-of-mandatory-detention-for-immigrants/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/30/appeals-court-rejects-the-trump-administrations-expansion-of-mandatory-detention-for-immigrants/</guid><dc:creator><![CDATA[By SUDHIN THANAWALA, Associated Press]]></dc:creator><description><![CDATA[The Trump administration cannot deny immigrants detained inside the United States a chance for release on bond, a federal appeals court ruled Thursday.]]></description><pubDate>Thu, 30 Jul 2026 19:57:30 +0000</pubDate><content:encoded><![CDATA[<p>The Trump administration cannot deny immigrants detained inside the United States a chance for release on bond, a federal appeals court ruled Thursday.</p><p>The 2-1 decision by the San Francisco-based 9th U.S. Circuit Court of Appeals, with a judge appointed by President Donald Trump in the majority, deepened a split between federal appeals courts over the administration's mandatory detention policy.</p><p>Four other appeals courts have also rejected it, while the Fifth Circuit in New Orleans and Eighth Circuit in St. Louis have sided with the Trump administration.</p><p>The expanding circuit split increases the likelihood that the U.S. Supreme Court will eventually take up the issue. The administration last month asked the high court to consider it.</p><p>The U.S. Department of Homeland Security said in a statement it “strongly disagrees with the Ninth Circuit panel and is confident in its legal position regarding mandatory detention.”</p><p>“President Donald Trump and Secretary Mullin are now enforcing the law as it was actually written to keep America safe,” the statement said.</p><p>Under previous administrations, most noncitizens without a criminal record who were arrested inside the U.S. were allowed to seek a bond hearing while their immigration cases were pending. Mandatory detention was generally reserved for people arrested at the border.</p><p>Last July, immigration officials issued guidance expanding mandatory detention to immigrants in the U.S. interior. The move — part of the administration's mass deportation campaign — prompted a deluge of federal lawsuits by immigrants seeking release from custody.</p><p>Some federal judges who ordered bond hearings blasted the administration for repeatedly violating their orders.</p><p>The Trump administration has argued that Congress changed immigration law in 1996 to allow mandatory detention beyond the border, but previous administrations didn't enforce that provision.</p><p>Writing for the majority in Thursday's ruling, 9th U.S. Circuit Judge Daniel Bress rejected that argument.</p><p>“Although no reading of the complicated and interrelated textual provisions at issue here is without some shortcomings, the historical understanding of the statute is the better one,” Bress, a Trump appointee, wrote.</p><p>He was joined by Judge M. Margaret McKeown, who was appointed by President Bill Clinton.</p><p>Judge Carlos Bea, who was appointed by President George W. Bush, dissented, saying the text and purpose of an amendment Congress approved in 1996 support the Trump administration's reading.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VAGQLS4VP6FC4AWE77U7LNQACQ.jpg?auth=ed559415bef1fa5522e4d5a15d1eda4a3f72b4c5c999a36397043c11f0bc3602&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A group of undocumented migrants is deported by U.S. Immigration and Customs Enforcement agents across the McAllen–Hidalgo–Reynosa International Bridge in McAllen, Texas, March 13, 2026. (AP Photo/Felix Marquez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Felix Marquez</media:credit></media:content></item><item><title><![CDATA[Ancient mummy DNA provides scientific evidence that colonization brought smallpox to the Americas]]></title><link>https://www.local10.com/tech/2026/07/30/ancient-mummy-dna-provides-scientific-evidence-that-colonization-brought-smallpox-to-the-americas/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/30/ancient-mummy-dna-provides-scientific-evidence-that-colonization-brought-smallpox-to-the-americas/</guid><dc:creator><![CDATA[By ADITHI RAMAKRISHNAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Ancient mummy DNA recovered in Chile has yielded the firmest evidence yet that European colonization brought smallpox to the Americas.]]></description><pubDate>Thu, 30 Jul 2026 18:16:41 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Ancient mummy DNA recovered in Chile has yielded the firmest evidence yet that European colonization brought smallpox to the Americas.</p><p>Smallpox was one of the deadliest diseases in human history before it was eradicated in 1980, largely thanks to vaccination. For centuries, the virus had killed about one-third of the people it infected and left most survivors with deep and sometimes disfiguring scars.</p><p>Outbreaks struck Asia and Europe and eventually spread to the Americas, where colonial writings, administrative records and missionary reports documented how it killed millions and devastated Indigenous populations who had never been exposed to the virus.</p><p>Now there's scientific evidence for the spread: An analysis of Chilean mummies provides the strongest genetic link yet to the virus as it existed outside of the Americas, and provides a better picture of how it reached remote populations through colonization, said geneticist Shigeki Nakagome with Trinity College Dublin.</p><p>In the new study, Nakagome and colleagues examined 13 bone samples previously collected from an archaeological site at Camarones, in northern Chile.</p><p>Researchers found evidence of two smallpox infections in ancient DNA from the leg bone fragments of an adult man and woman.</p><p>From dating the remains and peeking at the genes, scientists concluded the two likely died between 1492 and 1631. Scientists also compared the genes in this version of smallpox to other versions and fit it neatly between European strains from medieval times and later versions. This was important molecular evidence, suggesting that the strains of smallpox infecting people in the Americas evolved first from Europe.</p><p>“Nobody would ever question that smallpox came to this hemisphere from colonization, but this proves it,” said Patricia Foster, a biologist at Indiana University. She had no role in the new research, which was published Thursday in the journal Science.</p><p>Exactly which population brought smallpox to the Americas from the Old World remains unclear, said the study authors. European settlers came in different waves to the Americas following the explorations of Christopher Columbus in the Caribbean in 1492 and Amerigo Vespucci along the South American coast about a decade later. The disease also could have passed through Africa as part of the introduction and expansion of the slave trade.</p><p>These smallpox infections in South America were identified in an area with no previous record of the disease, opening new questions about how the virus got so far south — possibly spreading along Indigenous trading networks that had long pre-existed the arrival of Europeans.</p><p>Studying various strains of the virus also allowed scientists to pinpoint how it evolved over time, turning off certain genes to become more effective at its deadly mission.</p><p>In addition to confirming the history of smallpox, the research also shines a light on the human cost. The two sick individuals studied were between 18 and 35 years old, and the disease is likely what killed them.</p><p>The findings point to how devastating the disease was across the Americas, wiping out entire populations and leaving them vulnerable to European conquest, said study coauthor Constanza de la Fuente Castro, a biological anthropologist at the University of Chile.</p><p>“It wasn't just cultural or demographic. It's literally written into biological evidence that we can still recover and read today,” de la Fuente Castro said.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CGNFUCDB6DZHZ4JNFHVEEF236A.jpg?auth=c2b1faea13c8512f6dc8b5c4cc01258c2d8fcbe9a14cf6a90650c44da3545da2&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 Bernardo Arriaza shows the Camarones coast on Nov. 2, 2018, in Northern Chile, where scientists found evidence of ancient smallpox infections. (Bernardo Arriaza via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernardo Arriaza</media:credit></media:content></item><item><title><![CDATA[Immigrant truck drivers train at Miami Dade College amid English proficiency crackdown]]></title><link>https://www.local10.com/news/2026/07/30/immigrant-truck-drivers-train-at-miami-dade-college-amid-crackdown/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/30/immigrant-truck-drivers-train-at-miami-dade-college-amid-crackdown/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[For nearly a year, federal and state agencies have been on the hunt. Tracking, checking, and targeting commercial vehicle safety violations, criminal activity, and threats to Florida’s transportation network.   ]]></description><pubDate>Thu, 30 Jul 2026 16:35:16 +0000</pubDate><content:encoded><![CDATA[<p>For nearly a year, federal and state agencies have been on the hunt. Tracking, checking, and targeting commercial vehicle safety violations, criminal activity, and threats to Florida’s transportation network. </p><p>The crackdown set off after a truck driver, who authorities said was in the country illegally, made an illegal U-turn that caused a crash that killed three people on the Turnpike in Saint Lucie County.</p><p>Since then, the industry has been on high alert.</p><p>“There’s a lot of disruption in this industry,” said Osvaldo Canto, an instructor with the <a href="https://ce.mdc.edu/contentManagement.do?method=load&amp;code=CM000014" target="_self" rel="" title="https://ce.mdc.edu/contentManagement.do?method=load&amp;code=CM000014">Commercial Driver License program at Miami Dade College</a>. “In our opinion, it was needed because we were seeing a lot of things going on that were not supposed to be happening.”</p><p>Canto said enrollment in the program has boomed. New and experienced drivers want to comply with state and federal requirements. </p><p>“They need to have basic English,” Canto said. </p><p>The U.S. Department of Transportation has been enforcing the executive order. Transportation Secretary Sean Duffy announced states couldn’t issue commercial licenses to drivers who couldn’t speak English. Law enforcement checks the driver’s language skills during traffic stops or inspections.</p><p>Luis Garcia is a student in the program at Miami Dade College. He is taking English proficiency courses at MDC.</p><p>“I’m originally from Cuba,” Garcia said. </p><p>Critics say the increased enforcement unfairly targets immigrants, and it is to blame for a shortage of truck drivers. Canto hopes it will just make the roads safer. </p><p><b>Related story: </b><a href="https://www.local10.com/news/florida/2026/07/24/white-house-wants-veterans-to-replace-immigrant-truckers-who-lost-their-licenses-in-crackdown/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/07/24/white-house-wants-veterans-to-replace-immigrant-truckers-who-lost-their-licenses-in-crackdown/">White House wants veterans to replace immigrant truckers who lost their licenses in crackdown</a></p>]]></content:encoded></item><item><title><![CDATA[Miami Heat announce 2026-27 preseason schedule]]></title><link>https://www.local10.com/sports/local/2026/07/30/miami-heat-announce-2026-27-preseason-schedule/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/30/miami-heat-announce-2026-27-preseason-schedule/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Heat announced their 2026-27 preseason schedule on Thursday, a five-game slate that includes three home games at Kaseya Center.]]></description><pubDate>Thu, 30 Jul 2026 16:53:49 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Heat announced their 2026-27 preseason schedule on Thursday, a five-game slate that includes three home games at Kaseya Center.</p><p><a href="https://www.local10.com/espanol/2026/07/30/miami-heat-anuncia-calendario-de-pretemporada-2026-27/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/miami-heat-anuncia-calendario-de-pretemporada-2026-27/">Leer en español</a></p><p>Miami opens the preseason Oct. 3 against the Toronto Raptors at the Videotron Centre in Quebec City as part of NBA Canada Games 2026. The game marks the first NBA preseason contest ever played in Quebec City.</p><p>The Heat then return home to host the New Orleans Pelicans on Oct. 8, the Minnesota Timberwolves on Oct. 10 and the Brooklyn Nets on Oct. 14 before wrapping up the preseason on the road against the Orlando Magic on Oct. 16.</p><p>The announcement comes after one of the most eventful offseasons in franchise history, during which the Heat acquired forwards Giannis Antetokounmpo and Bobby Portis via <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">trade</a> with the Milwaukee Bucks in late June. </p><p>The pair were <a href="https://www.local10.com/sports/local/2026/07/16/miami-heat-set-to-introduce-giannis-antetokounmpo-bobby-portis-after-trade-with-bucks/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/07/16/miami-heat-set-to-introduce-giannis-antetokounmpo-bobby-portis-after-trade-with-bucks/">officially introduced by the team at Kaseya Center on July 16</a> and said they were eager to begin their new chapter in South Florida.</p><p>Miami will hold its annual media day Sept. 28 at Kaseya Center before opening training camp on Sept. 29.</p><p>And don’t forget, you can watch Miami Heat games on Local 10 next season as WPLG Local 10 and the Heat announced a newly expanded media rights agreement, making Local 10 the home of HEAT basketball across South Florida! <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" rel="">CLICK HERE</a> for more information on how to watch!</p><p>Heat fans can also call 786-777-4375 for more information on how to purchase tickets for the 2026-2027 preseason and regular season.</p><p><b>Miami Heat 2026-27 preseason schedule (locations included)</b></p><ul><li>Oct. 3: at Toronto, 7 p.m. (Videotron Centre)</li><li>Oct. 8: vs. New Orleans, 7:30 p.m. (Kaseya Center)</li><li>Oct. 10: vs. Minnesota, 8 p.m. (Kaseya Center)</li><li>Oct. 14: vs. Brooklyn, 7:30 p.m. (Kaseya Center)</li><li>Oct. 16: at Orlando, 7 p.m. (Kia Center) </li></ul><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DbbEiySEaZ4/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DbbEiySEaZ4/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U6HZBHYCSJD2NOYVVV24BFRENQ.png?auth=7311390c0d4ec4f6796813ac5be9c2218f055225ecac39001ef7b691743eec66&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[The Trump administration is ending a Medicare drug subsidy program. Here's how it could affect costs]]></title><link>https://www.local10.com/health/2026/07/30/the-trump-administration-is-ending-a-medicare-drug-subsidy-program-heres-how-it-could-affect-costs/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/30/the-trump-administration-is-ending-a-medicare-drug-subsidy-program-heres-how-it-could-affect-costs/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Millions of older adults on Medicare prescription drug coverage could face steeper monthly costs in 2027, after the Trump administration concludes a temporary subsidy program that has helped offset premiums for the past two years.]]></description><pubDate>Thu, 30 Jul 2026 21:15:51 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Millions of older adults on Medicare prescription drug coverage could face steeper monthly costs in 2027, after the Trump administration concludes a temporary subsidy program that has helped offset premiums for the past two years.</p><p>The Centers for Medicare & Medicaid Services this week announced it would wrap up the program, which was initially implemented by the Biden administration in 2024 to lower patients' Medicare Part D prescription drug costs in response to effects of the 2022 Inflation Reduction Act.</p><p>While federal officials insist the financial impact on Medicare beneficiaries will be minimal, the decision opens the Republican-led administration to potential political consequences in a high-stakes midterm election year. Voters have identified cost of living as a top concern, and many older adults, who tend to vote in high numbers, are on fixed incomes where every dollar counts. The roughly 25 million Americans with Medicare Part D plans will find out about their 2027 rates in the fall, when they are casting ballots in November's elections.</p><p>Democrats slammed CMS's move as part of a pattern of federal attacks on healthcare affordability, alongside federal Medicaid cuts and the expiration of Affordable Care Act subsidies that had reduced premium costs for working-age Americans in that program.</p><p>“The Trump administration is actively raising prescription drug costs for 25 million seniors,” Senate Minority Leader Chuck Schumer wrote on X in response to the news, which was first reported by The Wall Street Journal. “Heartless, cruel, and completely by choice.”</p><p>CMS Administrator Dr. Mehmet Oz on Tuesday said ending the subsidy program would prevent billions of taxpayer dollars from being funneled to insurance companies. It cost the agency an estimated $3.6 billion in 2026.</p><p>He said most Medicare beneficiaries would see less than a $10-per-month increase, and some would even see lower premiums than beforehand.</p><p>“Every Medicare beneficiary still has access to low-cost plans, and we will continue to lower prescription drug prices for every American patient, from more MFN deals to our policy giving seniors access to GLP-1s for $50 a month,” he wrote on social media.</p><p>The federal government also negotiates directly with pharmaceutical companies to lower the prices of some of the most expensive drugs in Medicare, through a program created by Congress in 2022.</p><p>This week's decision has no impact on the out-of-pocket cap that limits the amount that older adults with standalone Medicare drug coverage spend on their prescription drugs over the course of a year. That was set at $2,100 in 2026 and is projected to rise to $2,400 for 2027.</p><p>Part D beneficiaries paid an average of $36 a month this year for their prescription drug premiums with the subsidies in place, according to the healthcare research nonprofit KFF. The subsidies offset the average premium by $16 in 2026, according to the federal Medicare Payment Advisory Commission (MedPAC).</p><p>It's not yet known how many Americans the change will effect, or how much more they'll pay. Older Americans have the opportunity to shop for plans each year, and prices vary widely between them. CMS has said it will release information about next year's premiums in September.</p><p>AARP Executive Vice President Nancy LeaMond said her organization, which serves Americans 50 and older, had supported the temporary subsidy.</p><p>“While it’s too early to know the full impact of this change, it would be unfortunate if this decision made Part D coverage less affordable, just as we’re beginning to see billions in savings from Medicare drug price negotiation,” she said in a statement.</p><p>Juliette Cubanski, vice president and director of the program on Medicare policy at KFF, said the price increases may be marginal for some consumers but impactful for others when combined with higher prices in other areas, like groceries, gas and housing.</p><p>“What's going to matter most for consumers is how much more or less they have to pay at the end of a month, and how much they have left after the bills are paid,” she said. “This could just make it more challenging for some people to make that math work.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AXQEE6UJGI3KY5PGQHOPBP6KME.jpg?auth=8ded03f6e8d2bf4aad81443beb8ce3411311eda4bd19fb63d85ca2436fa22dba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Centers for Medicare & Medicaid Services administrator Dr. Mehmet Oz speaks before Vice President JD Vance at the Wisconsin Air National Guard facility at Milwaukee Mitchell International Airport, Wednesday, July 8, 2026, in Milwaukee. (AP Photo/Mark Schiefelbein, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Parlamento cubano trata leyes para reducir el Estado y de vivienda]]></title><link>https://www.local10.com/espanol/2026/07/30/parlamento-cubano-trata-leyes-para-reducir-el-estado-y-de-vivienda/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/parlamento-cubano-trata-leyes-para-reducir-el-estado-y-de-vivienda/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — La Asamblea Nacional del Poder Popular, el Parlamento cubano, abrió el jueves su última jornada de sesiones con una agenda que contempla la aprobación de una ley que reorganizará el Estado y reducirá sus ministerios y otra sobre vivienda.]]></description><pubDate>Thu, 30 Jul 2026 17:37:06 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — La Asamblea Nacional del Poder Popular, el Parlamento cubano, abrió el jueves su última jornada de sesiones con una agenda que contempla la aprobación de una ley que reorganizará el Estado y reducirá sus ministerios y otra sobre vivienda.</p><p>Medios de prensa oficiales indicaron que el presidente Miguel Díaz-Canel encabeza el foro y que el exlíder Raúl Castro lo sigue por teleconferencia.</p><p>La reorganización del Estado fue anunciada en junio y contempla reducir de 27 a 20 los ministerios. Se producirán algunas fusiones y desaparecerán otros cuyos contenidos serán absorbidos por los restantes. Por ejemplo, el nuevo Ministerio de Agricultura y Alimentación reunirá a los actuales de Agricultura y de la Industria Alimentaria.</p><p>En tanto, la nueva ley de vivienda permitirá que los ciudadanos tengan dos viviendas a su nombre en zonas urbanas –hasta ahora sólo se autoriza una— y una de descanso y que los emigrados no pierdan sus propiedades.</p><p>La víspera los diputados escucharon informes de varios funcionarios sobre la marcha de la economía isleña. Entre quienes comparecieron estuvo el primer ministro Manuel Marrero, quien aseguró que a raíz de la salida de las cadenas internacionales y de la caída del turismo –muchas líneas aéreas abandonaron sus rutas a la isla— se encuentran cerrados el 73% de los hoteles, informaron medios oficiales.</p><p>Además, el viceprimer ministro y titular de Comercio Exterior, Oscar Pérez-Oliva Fraga, informó que debido a las sanciones estadounidenses varias empresas navieras se vieron obligadas a dejar más de 7.000 contenedores en puertos del Caribe cargados con alimentos y medicinas para la isla.</p><p>Cuba enfrenta la casi paralización de su vida económica  por el cerco petrolero impuesto por Estados Unidos en enero que agudizó una crisis económica que ya lleva un lustro.</p><p>Las consecuencias para la población han sido apagones de más de 20 horas diarias, cortes de internet, desabastecimiento de agua y medicinas y escasez de combustible.</p><p>El Legislativo cubano —que se reúne pocas veces al año— comenzó su actividad la víspera, el mismo día en que se formalizaron normas de apertura económica inusuales para Cuba.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5NDDUTEZ4FVQXEQYTAXMVGREDM.jpg?auth=3d75ab1a2a1bd37503700698408e35d51aa788e9f7193ef47d03e625fcbc5a8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un coche antiguo pasa frente al Hotel Meliá Habana en La Habana, Cuba, el martes 21 de julio de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Social media post showing Bueckers and Reese betting on game 'missed the mark,' WNBA says]]></title><link>https://www.local10.com/sports/2026/07/30/social-media-post-showing-bueckers-and-reese-betting-on-game-missed-the-mark-wnba-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/social-media-post-showing-bueckers-and-reese-betting-on-game-missed-the-mark-wnba-says/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A social media post showing stars Paige Bueckers and Angel Reese betting $400 on the outcome of a game between their teams “missed the mark,” the WNBA said Thursday.]]></description><pubDate>Thu, 30 Jul 2026 18:01:31 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A social media post showing stars Paige Bueckers and Angel Reese betting $400 on the outcome of a game between their teams “missed the mark,” the WNBA said Thursday.</p><p>The players won't be punished for the bet, a person with direct knowledge of the matter told The Associated Press. The person spoke to the AP on condition of anonymity because of the sensitivity of the situation.</p><p>The league posted the initial video from All-Star Weekend, days before Bueckers’ Dallas Wings and Reese’s Atlanta Dream were set to play Wednesday night. The clip featured Bueckers and Reese placing what appeared to be a personal wager on the game. It was presented with the caption, “We did?” with a laughing emoji followed by, “Paige Bueckers on the bet she made with Angel Reese at All-Star Weekend on tonight’s matchup.”</p><p>The WNBA moved quickly to delete the message, but not before it was shared on social media.</p><p>“While the social media post was intended to be lighthearted, WNBA players are well aware of the league’s policies prohibiting betting on WNBA games and receive training every year reinforcing those policies,” a league spokesperson said Thursday. “We recognized that the post missed the mark, removed it shortly after it was published, and addressed the matter internally.</p><p>“We will also use this as an opportunity to reemphasize with the players involved that conversations about wagering on WNBA games, even when intended as a joke, can have negative consequences.”</p><p>The Wings and the Dream both deferred to the league statement when asked for comment.</p><p>The league’s collective bargaining agreement states that any kind of wagering is strictly prohibited and that players can be fined, suspended or even disqualified from the WNBA at the sole discretion of the commissioner.</p><p>The Dream rallied from a 15-point deficit to beat the Wings 82-81 on Wednesday, with Reese notching 22 points and 12 rebounds and Bueckers finishing with 16 points and six assists.</p><p>___</p><p>WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E6KSHDIEN5V6WGWV424ISPCW7U.jpg?auth=4bf8335f27dd3212bd600c83bfabbd81b226916f82bc1206dfd634f9237fc5c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese, center, drives against Dallas Wings guard Paige Bueckers (5) during the second half of a WNBA basketball game in Arlington, Texas, Wednesday, July 29, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BWXBIACZB7KTH625GXMQ2CRVI4.jpg?auth=f34800fc4094288173fec8518e4f259fba34a9f0b48b9b5d669292a94c88884e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[WNBA Commissioner Cathy Engelbert talks to media at a news conference before a WNBA All-Star basketball game between Team Coop and Team Spoon in Chicago, Saturday, July 25, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EDUDXCDWGP22DRJBLH47AH3MZE.jpg?auth=e4e613f88f10d31d011b3bf82628f1e4e026aba759b3344b3f21cf99ace884e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Wings guard Paige Bueckers questions a call during the first half of a WNBA basketball game against the Atlanta Dream in Arlington, Texas, Wednesday, July 29, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3BJCSZQ27FZYT4WOKI5QCR3TT4.jpg?auth=e2f2f25b7e1c04b135a7e6af0c9753528841d644860f798f2a68db8e1a2efdd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese (5) reacts to scoring with teammate Rhyne Howard (10) during the second half of a WNBA basketball game against the Dallas Wings in Arlington, Texas, Wednesday, July 29, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content></item><item><title><![CDATA[Driver arrested after crashing truck into parked cars, front of North Miami brewing company, police say]]></title><link>https://www.local10.com/news/local/2026/07/30/driver-arrested-after-crashing-vehicle-into-parked-cars-front-of-north-miami-brewing-company-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/driver-arrested-after-crashing-vehicle-into-parked-cars-front-of-north-miami-brewing-company-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Rosh Lowe]]></dc:creator><description><![CDATA[A driver was arrested Wednesday after crashing his work truck into five parked cars and the front of a brewing company in North Miami, authorities confirmed.]]></description><pubDate>Thu, 30 Jul 2026 11:14:17 +0000</pubDate><content:encoded><![CDATA[<p>A driver was arrested Wednesday after crashing his work truck into five parked cars and the front of a brewing company in North Miami, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/07/30/policia-arrestan-a-conductor-tras-estrellar-vehiculo-contra-autos-estacionados-y-fachada-de-cerveceria-en-north-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/policia-arrestan-a-conductor-tras-estrellar-vehiculo-contra-autos-estacionados-y-fachada-de-cerveceria-en-north-miami/">Leer en español</a></p><p>According to North Miami police, the crash was reported shortly after 3 p.m. at the <a href="https://www.lostcitybrewing.com/" target="_self" rel="" title="https://www.lostcitybrewing.com/">Lost City Brewing Company</a>, at 12207 NE 13th Court.</p><p>Police said the driver, Eros Emanuel Gehrig, 53, lost control of the vehicle and struck five cars before hitting the front of the building.</p><p>“The structure was assessed and determined to be safe and did not pose a safety hazard,” an NMPD spokesperson told Local 10 News in an email.</p><figure><img src="https://www.local10.com/resizer/v2/OR5GFYLNRVFPJNORAQLLVOFIZU.jpg?auth=c4ada8c919ffda2224af446ab87ad1a1ea8afddbf58cafb7204262a23f5f5fdc&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Brewery owner Chris Campos told Local 10 News that it’s a miracle no one was inside the business at the time.</p><p>“It’s an hour before we open, a half-hour after we were doing some repairs to the fridge that sits on this wall,” Campos said. “It’s really that serendipitous moment where nobody was here and, I mean, if people would have been here, it would have been awful.” </p><p>According to an arrest report, a records check revealed that Gehrig’s Florida driver’s license had been suspended indefinitely on Sept. 12, 2012. </p><p>He was arrested on a charge of driving with a suspended license.</p><p>Police said Gehrig was taken to HCA Florida Aventura Hospital to be evaluated before being booked into the Turner Guilford Knight Correctional Center. </p><p>Gehrig was released from jail Thursday morning after posting 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[Inter Miami presenta su tercer uniforme Cénit inspirado en el Nu Stadium]]></title><link>https://www.local10.com/espanol/2026/07/30/inter-miami-presenta-su-tercer-uniforme-cenit-inspirado-en-el-nu-stadium/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/inter-miami-presenta-su-tercer-uniforme-cenit-inspirado-en-el-nu-stadium/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Inter Miami CF presentó el jueves su nuevo tercer uniforme, llamado Cénit, un diseño inspirado en la nueva casa del club, el Nu Stadium, y en lo que describe como un hito en su crecimiento.]]></description><pubDate>Thu, 30 Jul 2026 15:14:33 +0000</pubDate><content:encoded><![CDATA[<p>Inter Miami CF presentó el jueves su nuevo tercer uniforme, llamado Cénit, un diseño inspirado en la nueva casa del club, el Nu Stadium, y en lo que describe como un hito en su crecimiento.</p><p>La camiseta, diseñada por adidas, presenta una base blanca con detalles en rosa, verde menta y negro. Según el club, el diseño está inspirado en la cubierta arquitectónica del Nu Stadium y refleja tanto el estilo de Miami como la nueva etapa del equipo.</p><p>Royal Caribbean aparece en la parte frontal de la camiseta como socio oficial del uniforme del club, mientras que Lowe’s continúa como patrocinador de las mangas. La empresa de tecnología financiera Nu debuta como patrocinador en la parte posterior de la camiseta.</p><p>El club celebrará el lanzamiento la noche del jueves con un evento por invitación en el Nu Stadium, que también servirá como presentación oficial del r<a href="https://www.local10.com/sports/local/2026/07/22/inter-miami-signs-5-time-champions-league-winner-casemiro/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/local/2026/07/22/inter-miami-signs-5-time-champions-league-winner-casemiro/">ecién fichado mediocampista brasileño Casemiro</a>.</p><p>Se espera que los propietarios del club, Jorge Mas y Jose Mas, participen en las actividades, que incluyen una conferencia de prensa y un encuentro con los aficionados.</p><p>Además de la camiseta, la colección Cénit incluye prendas de vestir y calzado, entre ellos chaquetas, camisetas, pantalones cortos, pantalones deportivos, zapatos y sandalias.</p><p>Está previsto que los jugadores de Inter Miami estrenen el nuevo uniforme el Sabado, cuando reciban al Columbus Crew durante la Noche de Fútbol Juvenil de Lowe’s. Los primeros 10,000 aficionados que ingresen al estadio recibirán una camiseta blanca conmemorativa del evento.</p><p>La campaña promocional de la colección, bajo el lema “We’re Home”, cuenta con Lionel Messi, Facundo Mura, Mateo Silvetti y Germán Berterame, y destaca la mudanza del club al Nu Stadium, inaugurado en abril.</p><p>La colección Cénit está disponible desde el jueves en las tiendas oficiales de Inter Miami, en distribuidores seleccionados de adidas y en MLSstore.com.</p><p>Inter Miami tiene marca de 11-4-2 en la temporada y ocupa el segundo lugar de la Conferencia Este de la MLS, detrás de Nashville (12-3-2).</p><p>El próximo partido del club contra Columbus Crew está programado para el sábado a las 7:30 p.m.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PDB76BEVOVHC7AJFEIQ6P5K4G4.jpg?auth=6f18b46c0d54a963f9fca48e3b68330f9b61fd04e18b581f64309d9f43ab302d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Inter Miami unveils Cénit 3rd kit inspired by Nu Stadium]]></title><link>https://www.local10.com/sports/local/2026/07/30/inter-miami-unveils-cenit-3rd-kit-inspired-by-nu-stadium/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/30/inter-miami-unveils-cenit-3rd-kit-inspired-by-nu-stadium/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Inter Miami CF on Thursday unveiled its new third kit, called Cénit, a design inspired by the club’s new home, Nu Stadium, and what it describes as a milestone in its growth.]]></description><pubDate>Thu, 30 Jul 2026 15:08:02 +0000</pubDate><content:encoded><![CDATA[<p>Inter Miami CF on Thursday unveiled its new third kit, called Cénit, a design inspired by the club’s new home, Nu Stadium, and what it describes as a milestone in its growth.</p><p><a href="https://www.local10.com/espanol/2026/07/30/inter-miami-presenta-su-tercer-uniforme-cenit-inspirado-en-el-nu-stadium/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/07/30/inter-miami-presenta-su-tercer-uniforme-cenit-inspirado-en-el-nu-stadium/">Leer en español</a></p><p>The adidas-designed jersey features a white base with pink, mint and black accents. According to the club, the design draws inspiration from the architectural canopy at Nu Stadium and reflects both Miami’s style and the team’s next chapter.</p><p>Royal Caribbean appears on the front of the jersey as the club’s official jersey partner, while Lowe’s remains the sleeve sponsor. Financial technology company Nu also makes its debut as the back-of-jersey sponsor.</p><p>The club will celebrate the launch Thursday night with an invitation-only event at Nu Stadium that will also serve as the official introduction of <a href="https://www.local10.com/sports/local/2026/07/22/inter-miami-signs-5-time-champions-league-winner-casemiro/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/07/22/inter-miami-signs-5-time-champions-league-winner-casemiro/">newly signed Brazilian midfielder Casemiro</a>. </p><p>Club owners Jorge Mas and Jose Mas are expected to take part in the festivities, which include a press conference and fan meet-and-greet.</p><p>In addition to the jersey, the Cénit collection includes apparel and footwear, including jackets, T-shirts, shorts, track pants, shoes and slides.</p><p>Inter Miami players are scheduled to wear the new kit for the first time Saturday when they host the Columbus Crew during Lowe’s Youth Fútbol Night. The first 10,000 fans through the gates will receive a commemorative white event T-shirt.</p><p>The promotional campaign for the collection, themed “We’re Home,” features Lionel Messi, Facundo Mura, Mateo Silvetti and Germán Berterame and highlights the club’s move into Nu Stadium, which opened in April.</p><p>The Cénit collection is available beginning Thursday at Inter Miami team stores, select adidas retailers and MLSstore.com.</p><p>Inter Miami is 11-4-2 on the season and sits behind Nashville (12-3-2) in second place in the MLS Eastern Conference. </p><p>The club’s next match against the Columbus Crew is set for Saturday at 7:30 p.m.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PDB76BEVOVHC7AJFEIQ6P5K4G4.jpg?auth=6f18b46c0d54a963f9fca48e3b68330f9b61fd04e18b581f64309d9f43ab302d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Coal mine blast in Pakistan kills at least 18 miners and traps 24 others]]></title><link>https://www.local10.com/news/world/2026/07/30/coal-mine-blast-in-pakistan-kills-at-least-11-miners-and-traps-31-others/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/30/coal-mine-blast-in-pakistan-kills-at-least-11-miners-and-traps-31-others/</guid><dc:creator><![CDATA[By ABDUL SATTAR and MUNIR AHMED, Associated Press]]></dc:creator><description><![CDATA[QUETTA, Pakistan (AP) — An explosion inside a coal mine in southwest Pakistan killed at least 18 miners Thursday and trapped 24 others underground in what officials believed to be life-threatening conditions as rescuers raced to reach them.]]></description><pubDate>Thu, 30 Jul 2026 19:52:12 +0000</pubDate><content:encoded><![CDATA[<p>QUETTA, Pakistan (AP) — An explosion inside a coal mine in southwest Pakistan killed at least 18 miners Thursday and trapped 24 others underground in what officials believed to be life-threatening conditions as rescuers raced to reach them.</p><p>The blast apparently was triggered by a buildup of methane gas and occurred on the outskirts of the Baluchistan provincial capital of Quetta, government mine inspector Ghani Baloch said.</p><p>The bodies of the seven miners initially were recovered hours after the deadly blast, and emergency responders later found 11 more bodies, officials and a provincial disaster management agency said in a statement.</p><p>Baloch said rescue operations would continue until all the trapped miners were found, but he indicated that officials believed the death toll likely would rise further.</p><p>“The chances of finding anyone alive diminish after methane gas explosions because oxygen levels drop to zero, and rescuers are also proceeding cautiously inside the mine,” Baloch said.</p><p>Authorities were handing over the bodies to their families for burial, while relatives of those still trapped waited anxiously for news, Baloch said.</p><p>Baluchistan’s Minister for Mines and Minerals Shoaib Nosherwani said the rescue teams were working under extremely difficult conditions. He pledged that the provincial government would go all-out in the continuing response.</p><p>Nosherwani expressed condolences to relatives of the victims and said the provincial government would pay compensation of 500,000 Pakistani rupees (about $1,800) to the family of each miner killed in the blast.</p><p>He said authorities would conduct a thorough investigation into the cause of the explosion, and would review mining safety measures to help prevent similar accidents.</p><p>A coal miners’ labor union said it suspected negligence led to the explosion and called for action against those responsible. In a statement, the Pakistan Central Mines Labour Federation urged the government to strictly enforce safety regulations and take tough action against companies that violate mine safety laws.</p><p>Deadly accidents are common in Pakistan’s coal mining industry, particularly in Baluchistan, where many mines lack adequate ventilation, gas monitoring systems and other basic safety measures.</p><p>Mine workers and labor groups have long accused mine owners of failing to enforce safety regulations or provide adequate protective equipment.</p><p>Despite the risks and low wages, thousands of miners depend on the coal industry for their livelihoods in Baluchistan, Pakistan’s largest but least developed province, where unemployment and poverty remain widespread.</p><p>___</p><p>Ahmed reported from Islamabad.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNHSGOA7LJ7TCRM35KVRDI5MOM.jpg?auth=274786f60947dad10108bb9cc5270db1d55c4720407bf4c37149d29e654c4aa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People place the body of a miner recovered after an explosion inside a coal mine, into an ambulance on the outskirts of Quetta, in southwest Pakistan, Thursday, July 30, 2026. (AP Photo/Fazal Tawab)]]></media:description><media:credit role="author" scheme="urn:ebu">Fazal Tawab</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AI4SYGA3JZNX2FWUAYKFH5NOQE.jpg?auth=60cca44714fb5f246c69e35230297221b6577c04ed65a829505b1c104f01eca7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man comforts a miner mourning fellow miners killed in an explosion at a coal mine on the outskirts of Quetta, in southwest Pakistan, Thursday, July 30, 2026. (AP Photo/Fazal Tawab)]]></media:description><media:credit role="author" scheme="urn:ebu">Fazal Tawab</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UZR4452EIPVOQE32MXFSL2XKQ4.jpg?auth=3008dc88abd1cf20c67c736e3bf368c63a26140c7c88082fd448d03a669204bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People transport the body of a miner recovered after an explosion inside a coal mine on the outskirts of Quetta, in southwest Pakistan, Thursday, July 30, 2026. (AP Photo/Fazal Tawab)]]></media:description><media:credit role="author" scheme="urn:ebu">Fazal Tawab</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7SGL33PXKKPQFQMN7PQYIDM7GU.jpg?auth=ac9ec73931fc5fdab145c39ddd7c0021cb099891d39e3083b6254e92f812a05a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather as rescue workers attempt to reach miners trapped in a coal mine on the outskirts of Quetta, the capital of Baluchistan province, in southwest Pakistan, Thursday, July 30, 2026. (AP Photo/Fazal Tawab)]]></media:description><media:credit role="author" scheme="urn:ebu">Fazal Tawab</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TZZFKBKAZ77HVVRORAMSGZTNV4.jpg?auth=364ee40e9f3d9c738885f5dea5beda33e4240ee182f12d4a9aeb6bac6423f6c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather as rescue workers attempt to reach miners trapped in a coal mine on the outskirts of Quetta, the capital of Baluchistan province, in southwest Pakistan, Thursday, July 30, 2026. (AP Photo/Fazal Tawab)]]></media:description><media:credit role="author" scheme="urn:ebu">Fazal Tawab</media:credit></media:content></item><item><title><![CDATA[Marathon pastor gets prison after pleading no contest to sexually assaulting girl, 15, at church]]></title><link>https://www.local10.com/news/local/2026/07/30/marathon-pastor-gets-prison-after-pleading-no-contest-to-sexually-assaulting-girl-15-at-church/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/marathon-pastor-gets-prison-after-pleading-no-contest-to-sexually-assaulting-girl-15-at-church/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Marathon pastor who briefly fled to Texas while facing charges of sexually assaulting a 15-year-old girl at his church in 2024 took a plea deal on Thursday, receiving a six-year state prison sentence.]]></description><pubDate>Thu, 30 Jul 2026 16:12:50 +0000</pubDate><content:encoded><![CDATA[<p>A Marathon pastor who <a href="https://www.local10.com/news/local/2024/04/05/fugitive-florida-keys-pastor-wanted-for-sexually-battering-teen-girl-captured-in-texas/" target="_self" rel="" title="https://www.local10.com/news/local/2024/04/05/fugitive-florida-keys-pastor-wanted-for-sexually-battering-teen-girl-captured-in-texas/">briefly fled to Texas</a> while facing charges of <a href="https://www.local10.com/news/local/2024/03/04/marathon-pastor-accused-of-sexually-battering-15-year-old-girl-at-church/" target="_self" rel="" title="https://www.local10.com/news/local/2024/03/04/marathon-pastor-accused-of-sexually-battering-15-year-old-girl-at-church/">sexually assaulting a 15-year-old girl</a> at his church in 2024 took a plea deal on Thursday, receiving a six-year state prison sentence.</p><p><a href="https://www.local10.com/espanol/2026/07/30/pastor-de-maraton-fue-encarcelado-tras-declararse-culpable-de-agredir-sexualmente-a-una-nina-de-15-anos-en-la-iglesia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/pastor-de-maraton-fue-encarcelado-tras-declararse-culpable-de-agredir-sexualmente-a-una-nina-de-15-anos-en-la-iglesia/">Leer en español</a></p><p>Preacher-turned-fugitive Monte Chitty will now have to register as a sex offender for life. Facing a judge in Marathon on Thursday, the 64-year-old pleaded no contest to sexual battery of a minor and contributing to the delinquency of a minor.</p><p>Monroe County Sheriff’s Office deputies first arrested Chitty, then 62, on March 4, 2024, one day after they said he abused the girl.</p><h3>Graphic texts, searches incriminate pastor</h3><p>Investigators said while serving as pastor of First Baptist Marathon, located at 200 62nd St., he provided alcohol to the victim ― who believed the beverage was “spiked” ― and she passed out on a couch in his church’s library, later waking up to Chitty performing oral sex on her.</p><p>Authorities said Chitty <a href="https://www.local10.com/news/local/2024/03/05/report-reveals-graphic-texts-cops-say-marathon-pastor-sent-teen-after-sexual-battery/" target="_self" rel="" title="https://www.local10.com/news/local/2024/03/05/report-reveals-graphic-texts-cops-say-marathon-pastor-sent-teen-after-sexual-battery/">sent the girl graphic text messages</a> afterward acknowledging what happened, including complimenting her genitals using a cat emoji and telling her, “I prefer you pass out after I play not before” and “You can’t even remember what I did.”</p><p>He later probed her on what she recollected and described what he did to her, went on to compliment the teen’s breasts and encouraged her to sit on the couch in a way to make it “easier” to perform oral sex on her, deputies said. </p><p>Authorities said he admitted to sending the texts.</p><p>MCSO detectives later revealed a concerning Google search history, including “how to make sex for a virgin less painful.”</p><p>They said the girl told her grandmother what happened after leaving the church and deputies arrested him the next morning.</p><h3>Escape to Texas; past ‘disturbing incident’ in Alaska</h3><p>After being bonded out of jail, Chitty skipped out on an April 2024 bond hearing and fled to the small town of Woodville, Texas. U.S. Marshals and local law enforcement captured him days later after he “reportedly approached a Texas church group that was working with the homeless,” prompting a call to police.</p><p>He’s been jailed in the Florida Keys ever since his extradition back to South Florida.</p><p>Chitty lived in several states before Florida, including Alaska, where he worked in churches and as a law enforcement officer in remote villages.</p><p>His arrest in the Keys <a href="https://www.local10.com/news/local/2024/05/06/about-time-he-got-caught-relative-of-keys-pastor-accused-of-sex-crime-fears-more-victims-out-there/" target="_self" rel="" title="https://www.local10.com/news/local/2024/05/06/about-time-he-got-caught-relative-of-keys-pastor-accused-of-sex-crime-fears-more-victims-out-there/">drew the attention</a> of Alaska media outlets, including the Anchorage Daily News, <a href="https://www.adn.com/alaska-news/crime-courts/2024/04/04/he-was-a-pastor-and-a-cop-in-small-alaska-villages-now-hes-wanted-on-charges-he-molested-a-teenager-at-his-church-in-florida/" target="_self" rel="" title="https://www.adn.com/alaska-news/crime-courts/2024/04/04/he-was-a-pastor-and-a-cop-in-small-alaska-villages-now-hes-wanted-on-charges-he-molested-a-teenager-at-his-church-in-florida/">which reported on an alleged “disturbing incident”</a> by Chitty in Cold Bay, Alaska that led parishioners at a church to chip in to fly a girl out of town. Chitty has no Alaska criminal record.</p><h3>Prosecutors sought ‘more significant’ sentence</h3><p>As part of the plea deal, prosecutors dropped charges of lewd and lascivious conduct and a failure to appear charge related to Chitty fleeing to Texas.</p><p>In a news release, a spokesperson for the Monroe County State Attorney’s Office said they had “sought a more significant prison sentence.”</p><p>But, they said, “the negotiated plea resolved the case without requiring the victim to return to Monroe County or testify at trial, consistent with her expressed wishes.”</p><p>“Holding offenders accountable is always our priority, but when justice can be achieved without forcing a victim to relive a traumatic experience in a courtroom, that is a significant consideration,” Chief Assistant State Attorney Joseph Mansfield said in the release. “This resolution accomplishes both by securing a state prison sentence, long-term supervision through sexual offender probation, and lifetime sex offender registration.”</p><p>Chitty, as part of the agreement, will spend 10 years on sex offender probation in addition to being on the registry for life. He’ll also have to pay a little more than $3,600 in fines plus court and prisoner transportation costs.</p><p>Court records indicate that Chitty plans to move to Texas after he finishes serving time in Florida.</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/LX4U7UNMANDZTK3V4UIYB5PQQA.png?auth=a617466977c18069cc5bf5fd5ab3647c0ecf31857755227ebb0ce03051cb163c&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Monte Chitty]]></media:description></media:content></item><item><title><![CDATA[Pastor de maratón fue encarcelado tras declararse culpable de agredir sexualmente a una niña de 15 años en la iglesia]]></title><link>https://www.local10.com/espanol/2026/07/30/pastor-de-maraton-fue-encarcelado-tras-declararse-culpable-de-agredir-sexualmente-a-una-nina-de-15-anos-en-la-iglesia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/pastor-de-maraton-fue-encarcelado-tras-declararse-culpable-de-agredir-sexualmente-a-una-nina-de-15-anos-en-la-iglesia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un pastor de Marathon que huyó brevemente a Texas mientras enfrentaba cargos por agredir sexualmente a una adolescente de 15 años en su iglesia en 2024 aceptó un acuerdo judicial el jueves y fue condenado a seis años de prisión estatal.]]></description><pubDate>Thu, 30 Jul 2026 17:09:41 +0000</pubDate><content:encoded><![CDATA[<p>Un pastor de Marathon que <a href="https://www.local10.com/news/local/2024/04/05/fugitive-florida-keys-pastor-wanted-for-sexually-battering-teen-girl-captured-in-texas/" rel="" title="https://www.local10.com/news/local/2024/04/05/fugitive-florida-keys-pastor-wanted-for-sexually-battering-teen-girl-captured-in-texas/">huyó brevemente a Texas</a> mientras enfrentaba cargos por <a href="https://www.local10.com/news/local/2024/03/04/marathon-pastor-accused-of-sexually-battering-15-year-old-girl-at-church/" rel="" title="https://www.local10.com/news/local/2024/03/04/marathon-pastor-accused-of-sexually-battering-15-year-old-girl-at-church/">agresión sexual a una niña de 15 años</a> en su iglesia en 2024 llegó a un acuerdo con la fiscalía el jueves y recibió una sentencia de seis años de prisión estatal.</p><p>El predicador convertido en fugitivo Monte Chitty tendrá que registrarse como delincuente sexual de por vida. El jueves, ante un juez en Marathon, el hombre de 64 años se declaró culpable de agresión sexual a un menor y de contribuir a la delincuencia de un menor.</p><p>Los agentes de la Oficina del Sheriff del Condado de Monroe arrestaron a Chitty, que entonces tenía 62 años, el 4 de marzo de 2024, un día después de que, según ellos, abusara de la niña.</p><h3>Textos explícitos, registros incriminan al pastor</h3><p>Los investigadores dijeron que, mientras ejercía como pastor de la Primera Iglesia Bautista de Marathon, ubicada en el número 200 de la calle 62, le proporcionó alcohol a la víctima, quien creía que la bebida estaba adulterada, y ella se desmayó en un sofá en la biblioteca de su iglesia, despertando más tarde con Chitty practicándole sexo oral.</p><p>Las autoridades dijeron que Chitty <a href="https://www.local10.com/news/local/2024/03/05/report-reveals-graphic-texts-cops-say-marathon-pastor-sent-teen-after-sexual-battery/" rel="" title="https://www.local10.com/news/local/2024/03/05/report-reveals-graphic-texts-cops-say-marathon-pastor-sent-teen-after-sexual-battery/">le envió a la niña mensajes de texto explícitos</a> después, reconociendo lo sucedido, incluyendo halagos a sus genitales con un emoji de gato y diciéndole: “Prefiero que te desmayes después de que juegue, no antes” y “Ni siquiera puedes recordar lo que hice”.</p><p>Posteriormente, la interrogó sobre lo que recordaba y le describió lo que le había hecho, luego elogió los pechos de la adolescente y la animó a sentarse en el sofá de una manera que le facilitara practicarle sexo oral, según informaron los agentes.</p><p>Las autoridades dijeron que admitió haber enviado los mensajes de texto.</p><p>Los detectives de la Oficina del Sheriff del Condado de Maricopa (MCSO) revelaron posteriormente un historial de búsquedas preocupante en Google, que incluía preguntas como “cómo hacer que el sexo sea menos doloroso para una virgen”.</p><p>Según informaron, la niña le contó a su abuela lo sucedido después de salir de la iglesia y los agentes lo arrestaron a la mañana siguiente.</p><h3>Escapada a Texas; pasado “incidente perturbador” en Alaska</h3><p>Tras salir de la cárcel bajo fianza, Chitty no se presentó a una audiencia de fianza en abril de 2024 y huyó al pequeño pueblo de Woodville, Texas. Los alguaciles federales y la policía local lo capturaron días después, luego de que supuestamente se acercara a un grupo religioso de Texas que trabajaba con personas sin hogar, lo que provocó una llamada a la policía.</p><p>Ha estado encarcelado en los Cayos de Florida desde su extradición de regreso al sur de Florida.</p><p>Antes de mudarse a Florida, Chitty vivió en varios estados, entre ellos Alaska, donde trabajó en iglesias y como agente del orden en aldeas remotas.</p><p>Su arresto en los Cayos <a href="https://www.local10.com/news/local/2024/05/06/about-time-he-got-caught-relative-of-keys-pastor-accused-of-sex-crime-fears-more-victims-out-there/" rel="" title="https://www.local10.com/news/local/2024/05/06/about-time-he-got-caught-relative-of-keys-pastor-accused-of-sex-crime-fears-more-victims-out-there/">atrajo la atención</a> de los medios de comunicación de Alaska, incluido el Anchorage Daily News, <a href="https://www.adn.com/alaska-news/crime-courts/2024/04/04/he-was-a-pastor-and-a-cop-in-small-alaska-villages-now-hes-wanted-on-charges-he-molested-a-teenager-at-his-church-in-florida/" rel="" title="https://www.adn.com/alaska-news/crime-courts/2024/04/04/he-was-a-pastor-and-a-cop-in-small-alaska-villages-now-hes-wanted-on-charges-he-molested-a-teenager-at-his-church-in-florida/">que informó sobre un presunto “incidente perturbador”</a> protagonizado por Chitty en Cold Bay, Alaska, que llevó a los feligreses de una iglesia a recaudar fondos para pagar el vuelo de una joven fuera de la ciudad. Chitty no tiene antecedentes penales en Alaska.</p><h3>Los fiscales solicitaron una sentencia “más severa”.</h3><p>Como parte del acuerdo con la fiscalía, se retiraron los cargos de conducta lasciva e indecente y el cargo de no comparecer ante el tribunal relacionado con la huida de Chitty a Texas.</p><p>En un comunicado de prensa, un portavoz de la Fiscalía del Condado de Monroe dijo que habían “solicitado una pena de prisión más severa”.</p><p>Pero, según indicaron, “el acuerdo negociado resolvió el caso sin que la víctima tuviera que regresar al condado de Monroe ni testificar en el juicio, de acuerdo con sus deseos expresados”.</p><p>“Nuestra prioridad siempre es exigir responsabilidades a los delincuentes, pero cuando se puede lograr justicia sin obligar a la víctima a revivir una experiencia traumática en un tribunal, eso es algo muy importante”, declaró el fiscal adjunto principal Joseph Mansfield en el comunicado. “Esta resolución logra ambos objetivos al garantizar una pena de prisión estatal, supervisión a largo plazo mediante libertad condicional para delincuentes sexuales y el registro de por vida como delincuente sexual”.</p><p>Como parte del acuerdo, Chitty cumplirá 10 años de libertad condicional por delitos sexuales, además de figurar en el registro de por vida. También deberá pagar algo más de 3600 dólares en multas, así como los costos judiciales y de transporte penitenciario.</p><p>Los registros judiciales indican que Chitty planea mudarse a Texas después de terminar de cumplir su condena en Florida.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LX4U7UNMANDZTK3V4UIYB5PQQA.png?auth=a617466977c18069cc5bf5fd5ab3647c0ecf31857755227ebb0ce03051cb163c&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Monte Chitty]]></media:description></media:content></item><item><title><![CDATA[Miami Heat anuncia calendario de pretemporada 2026-27]]></title><link>https://www.local10.com/espanol/2026/07/30/miami-heat-anuncia-calendario-de-pretemporada-2026-27/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/miami-heat-anuncia-calendario-de-pretemporada-2026-27/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El Miami Heat anunció el jueves su calendario de pretemporada 2026-27, que consta de cinco partidos, incluidos tres como local en el Kaseya Center.]]></description><pubDate>Thu, 30 Jul 2026 17:06:19 +0000</pubDate><content:encoded><![CDATA[<p>El Miami Heat anunció el jueves su calendario de pretemporada 2026-27, que consta de cinco partidos, incluidos tres como local en el Kaseya Center.</p><p>Miami abrirá la pretemporada el 3 de octubre ante los Toronto Raptors en el Videotron Centre de la ciudad de Quebec como parte de los NBA Canada Games 2026. El partido marcará el primer encuentro de pretemporada de la NBA disputado en la ciudad de Quebec.</p><p>Luego, el Heat regresará a casa para recibir a los New Orleans Pelicans el 8 de octubre, a los Minnesota Timberwolves el 10 de octubre y a los Brooklyn Nets el 14 de octubre, antes de cerrar la pretemporada como visitante frente al Orlando Magic el 16 de octubre.</p><p>El anuncio llega después de una de las temporadas bajas más movidas en la historia de la franquicia, durante la cual el Heat adquirió a los delanteros Giannis Antetokounmpo y Bobby Portis mediante un <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">canje</a> con los Milwaukee Bucks a finales de junio.</p><p>Ambos <a href="https://www.local10.com/espanol/2026/07/16/heat-de-miami-presentara-a-giannis-antetokounmpo-y-bobby-portis-tras-intercambio-con-los-bucks/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/16/heat-de-miami-presentara-a-giannis-antetokounmpo-y-bobby-portis-tras-intercambio-con-los-bucks/">fueron presentados oficialmente por el equipo en el Kaseya Center el 16 de julio</a> y afirmaron que están entusiasmados por comenzar esta nueva etapa en el sur de Florida.</p><p>Miami realizará su tradicional Día de Medios el 28 de septiembre en el Kaseya Center antes de iniciar el campamento de entrenamiento el 29 de septiembre.</p><p>Y no lo olvide, podrá ver los partidos del Miami Heat la próxima temporada por Local 10, ya que WPLG Local 10 y el Heat anunciaron un acuerdo ampliado de derechos de transmisión, convirtiendo a Local 10 en la casa del baloncesto del Heat en todo el sur de Florida. <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/">HAGA CLIC AQUÍ</a> para obtener más información sobre cómo ver los partidos.</p><p>Los aficionados del Heat también pueden llamar al 786-777-4375 para obtener más información sobre cómo comprar boletos para la pretemporada y la temporada regular 2026-2027.</p><p><b>Calendario de pretemporada del Miami Heat 2026-27 (incluye sedes)</b></p><p>3 de octubre: en Toronto, 7 p.m. (Videotron Centre)8 de octubre: vs. New Orleans, 7:30 p.m. (Kaseya Center)10 de octubre: vs. Minnesota, 8 p.m. (Kaseya Center)14 de octubre: vs. Brooklyn, 7:30 p.m. (Kaseya Center)16 de octubre: en Orlando, 7 p.m. (Kia Center)</p><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DbbEiySEaZ4/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DbbEiySEaZ4/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U6HZBHYCSJD2NOYVVV24BFRENQ.png?auth=7311390c0d4ec4f6796813ac5be9c2218f055225ecac39001ef7b691743eec66&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Long-dormant court holds its first public hearing as the US seeks to deport an Afghan woman]]></title><link>https://www.local10.com/news/national/2026/07/30/long-dormant-court-holds-its-first-public-hearing-as-the-us-seeks-to-deport-an-afghan-woman/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/30/long-dormant-court-holds-its-first-public-hearing-as-the-us-seeks-to-deport-an-afghan-woman/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN and ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration's activation of a long-dormant court to seek an Afghan woman's deportation violates her constitutional rights, a defense lawyer argued Thursday at a hearing for the first case to be heard in the obscure court since its creation 30 years ago.]]></description><pubDate>Thu, 30 Jul 2026 18:22:03 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration's activation of a long-dormant court to seek an Afghan woman's deportation violates her constitutional rights, a defense lawyer argued Thursday at a hearing for the first case to be heard in the obscure court since its creation 30 years ago.</p><p>The woman's attorney, Matthew Farley, urged the chief judge of the Alien Terrorist Removal Court to dismiss the case against Nazira Haji Zada and immediately release his client, who the government alleges is an Islamic State supporter. Judge Joan Ericksen denied Farley’s requests but said Zada's lawyers can renew them as the case proceeds in the nation's capital.</p><p>“This entire scheme is in violation of due process and unconstitutional,” said Farley, an assistant federal public defender.</p><p>The case against Zada opens a new, untested front for President Donald Trump’s aggressive deportation campaign, which has flooded the nation’s federal court system with immigration proceedings, sometimes based on novel or shaky legal foundations.</p><p>The court, established in 1996, had never received a petition until this month, when the Justice Department filed an application seeking Zada's removal. The court has a specific authority to conduct deportation proceedings for individuals whom the Department of Justice classifies as “alien terrorists.”</p><p>FBI agents arrested her Tuesday at her Fort Worth, Texas, home. She is not charged with any crimes.</p><p>“This is a runaround for bringing a criminal case,” Farley said during the court's first-ever public hearing.</p><p>Ericksen, a senior judge who sits in Minnesota and was nominated to the bench by Republican President George W. Bush, acknowledged that the court was operating without a clear blueprint.</p><p>“We probably read the same law review articles. There aren't that many,” the judge told Farley.</p><p>An FBI memo dated July 15 said it “developed information” that Zada is an IS supporter who had her children pledge their loyalty to the terrorist group. The memo says she “supported” a plot by relatives to carry out an ISIS-inspired attack in the United States.</p><p>Zada is a lawful permanent resident of the U.S. Court filings identify her as the mother and mother-in-law of two Afghan men who were convicted in Oklahoma for their roles in the 2024 Election Day plot. Her son, Abdullah Haji Zada, was sentenced in November to 15 years in prison and court records show he previously agreed to be removed from the U.S. after his release.</p><p>Her son-in-law, Nasir Ahmad Tawhedi, previously worked as a security guard for an American military installation in Afghanistan. He pleaded guilty to conspiring and attempting to provide material support to IS. Prosecutors have said he took steps to advance his attack plans by ordering AK-47 rifles, liquidating his family’s assets and buying one-way tickets for his wife and child to travel home to Afghanistan.</p><p>Zada was led into the courtroom by U.S. Marshals Service deputies. Interpreters translated the proceedings for Zada, who answered the judge's questions with head nods instead of words. The judge cautioned that the court was still in the process of building up its “infrastructure.”</p><p>“This is not a criminal matter,” the judge told her. “This is a civil matter that arises under the immigration code.”</p><p>Justice Department attorney Hayden O'Byrne read aloud a brief summary of the case but noted that the FBI's investigation of Zada involves classified information that cannot be made public. The judge assured Zada that the federal courts routinely handle cases involving classified information, even though her case is the first of its kind.</p><p>Eriksen one of five federal judges from different districts across the country who are appointed to the court by the chief justice of the United States.</p><p>Acting Attorney General Todd Blanche said in a statement that Congress created the court to deport “alien terrorists who never should have been here in the first place.”</p><p>“The allegations in this case show the matriarch of an ISIS-sympathizing family aiding in a plot to launch a mass casualty attack on American voters on Election Day. The Department’s application in this court makes clear that terrorists have no place in the United States of America,” Blanche added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NSVNTXDIM3IYXBUOCLWFHAE2UY.jpg?auth=c5f12cf7e8a1952f024e45399ec6acc7e95e52b70f0277b8ba1fc7427160fe06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Justice building is seen in Washington, Saturday, Dec. 7, 2024. (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[Here's why new fronts seem to be opening up across the Middle East]]></title><link>https://www.local10.com/news/world/2026/07/30/heres-why-new-fronts-seem-to-be-opening-up-across-the-middle-east/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/30/heres-why-new-fronts-seem-to-be-opening-up-across-the-middle-east/</guid><dc:creator><![CDATA[By SUZAN FRASER and JOSEPH KRAUSS, Associated Press]]></dc:creator><description><![CDATA[ANKARA, Turkey (AP) — Houthi rebels in Yemen said they attacked Saudi oil facilities. The Saudis blamed militias in Iraq and joined the United States in bombing them. Iran fired missiles at Jordan. Drones set ships ablaze in Egypt.]]></description><pubDate>Thu, 30 Jul 2026 19:24:34 +0000</pubDate><content:encoded><![CDATA[<p>ANKARA, Turkey (AP) — Houthi rebels in Yemen said they attacked Saudi oil facilities. The Saudis blamed militias in Iraq and joined the United States in bombing them. Iran fired missiles at Jordan. Drones set ships ablaze in Egypt.</p><p>But it’s not actually as complicated as it sounds, and it’s all related to the broader war between the United States and Iran, currently focused on the Strait of Hormuz.</p><p>Iran supports armed groups across the Middle East that allow it to project power far beyond its borders. The U.S. has thousands of troops based in allied Arab countries that have been targets of Iran's retaliation.</p><p>Here’s a look at why so many fronts seem to be heating up at once.</p><p>A struggle over the strait</p><p>The epicenter of the latest violence is the Strait of Hormuz, an elbow-shaped passage running between Iran and Oman that carried a fifth of the world's traded oil and gas before the war.</p><p>Iran says it controls the waterway and has attacked ships attempting to use an alternative route overseen by the U.S. military along the coast of Oman.</p><p>The U.S. has struck Iran in response, saying the strait should be open to all international traffic, as it was before the U.S. and Israel attacked Iran on Feb. 28. When the U.S. strikes Iran, Iran retaliates by firing missiles and drones against Arab countries hosting U.S. forces, like Jordan and Kuwait.</p><p>The exchanges of fire in recent weeks led to the collapse of an interim agreement aimed at winding down the war. That has deepened mistrust on both sides. At this point, Iran appears to be more interested in cementing its control over the strait than in making a deal with the U.S. to lift international sanctions.</p><p>Yemen's Houthis are wading in</p><p>The Iran-backed Houthis in Yemen, who stayed on the sidelines during the initial phase of the war, have declared a blockade on Saudi Arabia, threatening shipping through another major trade route leading through the Bab el-Mandeb strait and the Red Sea up to Egypt's Suez Canal.</p><p>The Houthis also claim to have attacked Saudi oil infrastructure near an East-West pipeline that the kingdom has used to ship millions of barrels of oil since the Strait of Hormuz has been effectively closed.</p><p>The Houthi-Saudi tensions are rooted in a separate but related conflict going back more than a decade that seems to be reigniting. But it also presents a new front on which Iran could pressure a key U.S. ally and potentially choke off more of the world's energy supplies, with effects far beyond the region.</p><p>Ambrey, a maritime security firm, has recorded over 10 transits that U-turned in the Red Sea and Gulf of Aden since the Houthi naval blockade against Saudi Arabia was announced. Bab al-Mandeb transits have been down 30% since July 21 compared to June, according to the latest Ambrey data.</p><p>The Saudis take aim at Iran-backed groups in Iraq</p><p>Earlier this week, Saudi Arabia accused Iran-backed militias in Iraq of launching drone attacks on its oil facilities for two straight days. In response, U.S. and Saudi fighter aircraft bombed militia sites in Iraq, killing at least 20 fighters and six Iranian advisers.</p><p>Iraq has close ties to both the U.S. and Iran and has long struggled to balance them. Since the start of the war, it has been in a literal crossfire. The government condemned the U.S.-Saudi strikes, saying they came as it was trying to investigate what had happened.</p><p>The Popular Mobilization Forces, a collection of armed groups close to Iran, are officially part of Iraq's security forces but often act autonomously, including by attacking U.S. forces stationed in Iraq.</p><p>American forces are due to finish their withdrawal from the country at the end of September, and the Iraqi government has vowed to disarm nonstate actors or incorporate them into the military. But those efforts could stall as the wider war rages.</p><p>The remaining U.S. forces are based in Iraq's semiautonomous Kurdish region, which is also home to armed Iranian Kurdish dissident groups. Iran has attacked both over the course of the war.</p><p>Drone attack on Egypt signals a possible widening of the war</p><p>On Wednesday, a drone attack on Egypt's Mediterranean port of Damietta set two natural gas vessels ablaze, including a U.S.-owned floating storage facility.</p><p>No one has claimed the attack, and the Houthis have denied responsibility.</p><p>Egypt, a close U.S. ally and regional mediator, is one of the only countries in the Middle East to have avoided military involvement in the war.</p><p>Israel is on the sidelines, for now</p><p>Israel, which took part in the initial weekslong bombardment of Iran and was repeatedly targeted by Iranian missiles earlier in the conflict, has remained on the sidelines since the interim peace deal.</p><p>The Iran-backed Hezbollah militant group fired rockets into northern Israel shortly after the outbreak of the war. Israel responded with aerial bombardment and a ground invasion. It has since occupied, depopulated and destroyed large parts of southern Lebanon, saying such measures are necessary to root out militants.</p><p>A June 20 truce has largely held. Israel and Lebanon's government are currently implementing the initial stages of an agreement in which Israeli forces would withdraw and Lebanon's army would move in. The deal also states that Hezbollah must be disarmed. The group has rejected the deal and could violently resist any attempt to forcibly disarm it.</p><p>Any attack by Iran, Hezbollah or Israel could reignite those hostilities, reopening yet another front.</p><p>___</p><p>Krauss reported from Ottawa, Ontario.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IZ6XWTEQ4NDQHFQB3RPN3QDDEY.jpg?auth=52e178756e13961e3896e7ed922c090d3d30ede7eb87c88b1b5a233d82f3a15a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A child rests his head on the coffin of a Popular Mobilization Forces fighter draped in the Iraqi flag during a funeral for Popular Mobilization Forces fighters killed in airstrikes on PMF bases in Najaf, Iraq, Thursday, July 30, 2026. (AP Photo/Anmar Khalil)]]></media:description><media:credit role="author" scheme="urn:ebu">Anmar Khalil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TLFDFIBQILCEXPOHBPSTODD5UM.jpg?auth=cd113bc0af2c36d72f4a985c46c5ed5a419fadb58505cf2b50eb44ef813047af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry a coffin draped with a cloth bearing the emblem of Iraq's Popular Mobilization Forces during a funeral for Popular Mobilization Forces fighters killed in airstrikes on PMF bases in Najaf, Iraq, Thursday, July 30, 2026. (AP Photo/Hadi Mizban)]]></media:description><media:credit role="author" scheme="urn:ebu">Anmar Khalil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EMBOVPEMETQGAVNHQYI2PTGRIM.jpg?auth=26bf0136072ab899a58f46b6d79abe1cb9ad89f1f1258f22079847aa464013d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the coffin of an Iranian adviser draped in the Iranian flag during a group funeral for Iranian advisers and Popular Mobilization Forces fighters killed in airstrikes on bases belonging to Iraq's Popular Mobilization Forces, a coalition of predominantly Shiite militias that includes Iran-backed groups, in Mosul, Iraq, Wednesday, July 29, 2026. (AP Photo/Hadi Mizban)]]></media:description><media:credit role="author" scheme="urn:ebu">Hadi Mizban</media:credit></media:content></item><item><title><![CDATA[Policía: Hallan muerto a hombre de 76 años en lago de Plantation]]></title><link>https://www.local10.com/espanol/2026/07/30/policia-hallan-muerto-a-hombre-de-76-anos-en-lago-de-plantation/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/policia-hallan-muerto-a-hombre-de-76-anos-en-lago-de-plantation/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto]]></dc:creator><description><![CDATA[El cuerpo de un hombre de 76 años fue recuperado de un lago ubicado detrás de una vivienda en Plantation la mañana del jueves, confirmaron las autoridades.]]></description><pubDate>Thu, 30 Jul 2026 13:28:48 +0000</pubDate><content:encoded><![CDATA[<p>El cuerpo de un hombre de 76 años fue recuperado de un lago ubicado detrás de una vivienda en Plantation la mañana del jueves, confirmaron las autoridades.</p><p>Según la Policía de Plantation, los agentes respondieron al área de 7800 NW 11th Court luego de que se reportara la desaparición de un hombre de 76 años.</p><p>“Durante la búsqueda, uno de los zapatos del hombre fue localizado en un lago cercano”, publicó el Departamento de Policía de Plantation (PPPD) en redes sociales. “El Equipo de Buceo del Departamento de Bomberos de Plantation y un perro K-9 Bloodhound de la Oficina del Sheriff de Broward asistieron a los agentes en la búsqueda del área”.</p><p>La Policía confirmó que el hombre finalmente fue encontrado muerto en el lago.</p><p>Los detectives ahora investigan las circunstancias que rodean la muerte de la víctima.</p><p>Su identidad aún no ha sido divulgada.</p>]]></content:encoded></item><item><title><![CDATA[Varios vehículos se incendiaron en el suroeste del condado de Miami-Dade, según informaron los servicios de emergencia]]></title><link>https://www.local10.com/espanol/2026/07/30/varios-vehiculos-se-incendiaron-en-el-suroeste-del-condado-de-miami-dade-segun-informaron-los-servicios-de-emergencia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/varios-vehiculos-se-incendiaron-en-el-suroeste-del-condado-de-miami-dade-segun-informaron-los-servicios-de-emergencia/</guid><dc:creator><![CDATA[David Dwork, Gabrielle Arzola]]></dc:creator><description><![CDATA[Equipos de bomberos acudieron la mañana de este jueves al lugar donde se reportó un incendio de vehículos en el suroeste del condado Miami-Dade.]]></description><pubDate>Thu, 30 Jul 2026 14:13:52 +0000</pubDate><content:encoded><![CDATA[<p>Equipos de bomberos acudieron la mañana de este jueves al lugar donde se reportó un incendio de vehículos en el suroeste de Miami-Dade.</p><p>Las autoridades llegaron al área de Southwest 103rd Place y 51st Street y encontraron varios vehículos en llamas.</p><p>Según funcionarios de Miami-Dade Fire Rescue, los bomberos comenzaron de inmediato las labores para extinguir el incendio tras evaluar la situación.</p><p>Indicaron que el incendio fue controlado alrededor de las 10 a.m.</p><p>Las autoridades informaron que al menos una persona fue trasladada a un hospital cercano para recibir tratamiento, pero no ofrecieron detalles sobre sus lesiones ni su condición.</p><p><i>Esta es una noticia en desarrollo y será actualizada a medida que se disponga de nueva información.</i></p>]]></content:encoded></item><item><title><![CDATA[México anuncia inversión de 115 millones de dólares para contener el sargazo en el Caribe]]></title><link>https://www.local10.com/espanol/2026/07/30/mexico-anuncia-inversion-de-115-millones-de-dolares-para-contener-el-sargazo-en-el-caribe/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/mexico-anuncia-inversion-de-115-millones-de-dolares-para-contener-el-sargazo-en-el-caribe/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — México anunció el jueves una inversión de más de 115 millones de dólares para abordar el creciente problema del sargazo, un alga marrón que este año ha cuadriplicado su presencia en el Caribe mexicano y que supone una amenaza no sólo ambiental sino para la llegada de turistas, la principal fuente económica de la región.]]></description><pubDate>Thu, 30 Jul 2026 18:26:28 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — México anunció el jueves una inversión de más de 115 millones de dólares para abordar el creciente problema del sargazo, un alga marrón que este año ha cuadriplicado su presencia en el Caribe mexicano y que supone una amenaza no sólo ambiental sino para la llegada de turistas, la principal fuente económica de la región.</p><p>“Este ha sido un año realmente difícil, atípico”, dijo la secretaria de Medio Ambiente, Alicia Bárcena, durante la conferencia presidencial. Agregó que lo que hace más de una década era un fenómeno temporal de sólo unos meses se ha convertido en un problema continuo. “Este año ha llegado a las playas del Caribe mexicano cuatro veces más (sargazo) que en 2025 y tenemos 27 veces más que el promedio histórico", explicó.</p><p>Los científicos prevén que la situación empeore porque hasta junio la cantidad total de sargazo observada en todo el mar Caribe ya casi duplicó el récord histórico y alcanzó cinco millones de toneladas, según el Observatorio de Oceanografía Óptica de la Universidad de Florida.</p><p>De todo ese sargazo el gobierno calcula que llegan a las costas caribeñas mexicanas unas 9.000 toneladas diarias en los días fuertes y unas 2.600 en los días bajos. La acumulación de esta alga, además de convertir las aguas turquesas en una interminable mancha marron, inunda las playas de un olor pestilente e impacta en la biodiversidad de la zona.</p><p>La meta: recoger más sargazo en el mar</p><p>Con los recursos actuales de 16 barcos, 18 embarcaciones menores y más de 16.000 metros de barreras sólo pueden recogerse en torno a 1.200 toneladas al día, una cifra que con la inversión prevista para este año y el próximo el gobierno confía en elevar a 1.800 toneladas en 2026 y hasta 4.000 en 2027.</p><p>El principal objetivo es recoger el sargazo en el mar y no en la playa, como mayoritariamente ocurre ahora, porque así se evitará que se erosione las playas.</p><p>Por eso la presidenta Claudia Sheinbaum dijo que los nuevos fondos serán para tener más barcos, más barreras y más equipos de recolección sustentables que eviten que al limpiar las playas se lleven la arena. Uno de los nuevos barcos prevé llegar en breve a la zona y tendrá más del triple de capacidad que el mayor actual.</p><p>Además, el gobierno quiere impulsar todos los proyectos de reciclaje de esta alga que van desde su utilización como biofertilizante a bloques para la construcción o sandalias biodegradables. Según el gobierno, ya hay 39 empresas que desarrollan este tipo de productos.</p><p>Actualmente, el 83% del sargazo se recoge en las playas y la mayoría lo hacen los municipios o los hoteles más grandes que desde hace años destinan decenas de trabajadores a limpiar sus playas cada mañana.</p><p>Organizaciones civiles llevan años pidiendo más recursos y celeridad en la recolección e impulso a una industria que recicle el sargazo.</p><p>Cita internacional en octubre</p><p>Siempre ha habido sargazo pero desde 2011 su cantidad se ha multiplicado y extendido desproporcionalmente circulando entre Africa occidental y Brasil e inundando el mar Caribe.</p><p>Según el Grupo Interdisciplinario para el Estudio del Sargazo, de la Universidad Nacional Autónoma de México, esto se debe a un cúmulo de factores exacerbados por el cambio climático, como el aumento de la temperatura del mar, las alteraciones en las corrientes oceánicas y el incremento en los océanos de sustancias provenientes de la actividad humana como fertilizantes.</p><p>Al ser un problema que trasciende fronteras, México quiere coordinar esfuerzos internacionalmente y tiene previsto celebrar un encuentro el 1 y 2 de octubre no sólo con países del Caribe, sino también con como Brasil y Japón y eventuales donantes como la Unión Europea.</p><p>Bárcena dijo que la ayuda de Brasil será importante porque la falta de tratamiento del agua en el Amazonas hace que cuando desemboca en el mar tenga más compuestos que alimentan el alga y agregó que Japón ya ha mostrado su disposición a apoyar con barcos balleneros que ya no utiliza y que pueden ser reconfigurados para recolectar sargazo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DJ2GT3RIU6UIMNOVZSA7VGHDJM.jpg?auth=bd80b62bf03b79a3140daacfb99deb9160b20d03574043e723dc7c5bd1a607f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turistas caminan por una orilla cubierta de sargazo en la playa Pelícanos en Playa del Carmen, México, miércoles 29 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/FSTU4PMFBX3CJYHESETG7QGFOQ.jpg?auth=bc395e02d27cd34f29c60af4850714d68fc38fca2fe367011a8ff50cec2c4c37&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 a lo largo de la costa cerca de un puerto deportivo en Playa del Carmen, México, el miércoles 29 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[Some robotaxis approved to operate without steering wheels and losing the brake pedal could be next]]></title><link>https://www.local10.com/business/2026/07/30/some-robotaxis-approved-to-operate-without-steering-wheels-and-losing-the-brake-pedal-could-be-next/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/30/some-robotaxis-approved-to-operate-without-steering-wheels-and-losing-the-brake-pedal-could-be-next/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description><![CDATA[Federal regulators are clearing the way for robotaxis to operate without manual controls like steering wheels or eventually even brake pedals as the rules start to catch up to the evolving technology.]]></description><pubDate>Thu, 30 Jul 2026 21:25:16 +0000</pubDate><content:encoded><![CDATA[<p>Federal regulators are clearing the way for robotaxis to operate without manual controls like steering wheels or eventually even brake pedals as the rules start to catch up to the evolving technology.</p><p>Amazon’s fully autonomous Zoox vehicles got approval Thursday to begin charging customers for rides in the specially designed cars that feature four inward-facing seats once they secure state and local approval. Zoox has already been offering free rides in Las Vegas and San Francisco since last year. At least a couple people were waiting at most stops Thursday afternoon for rides up and down the Vegas strip aboard one of the distinctive boxy-shaped vehicles.</p><p>The National Highway Traffic Safety Administration also proposed a rule last month to allow robotaxis to operate without brake pedals, but that proposal is still pending. Administrator Jonathan Morrison said his agency wants to update the regulations to fit these fully autonomous vehicles while still acting as the “cop on the beat to make sure that this is being done right.”</p><p>Most vehicle safety regulations were written decades ago, always with the assumption that there would be a human driver behind the wheel. But Morrison said that things like steering wheels, windshield wipers and side-view mirrors aren't really needed in an autonomous vehicle.</p><p>“If you’re going to be developing a standard in the 1970s, 1980s, 1990s, nobody at that time had this imagination, nobody had a crystal ball that you might have technologies that would enable the vehicle to drive itself,” Morrison said.</p><p>Questions remain about robotaxi safety</p><p>The Advocates for Highway and Auto Safety group raised concerns about Zoox’s plan to operate without a steering wheel or other standard controls because the company didn’t provide detailed evidence to show that its vehicles could operate safely on public roads.</p><p>“Lots of promises, lots of glossy language, lots of ‘We believe, we think we’ll do this.’ Yet there really was no data behind the promises, and that’s really concerning to us,” said Peter Kurdock, who is general counsel for the Advocates group.</p><p>Morrison said this technology does offer the promise of never driving distracted or drunk like human drivers do, but robotaxis have had some problems. Sometimes they're just weird behaviors like stopping in the middle of the road or struggling to get out of a parking lot. But he said NHTSA responded to the incidents of autonomous cars passing school buses or interfering with first responders, with investigations, recalls and calls to action.</p><p>“Sometimes we have seen unsafe behaviors, and we jump on that really quickly again. That’s our job at NHTSA,” Morrison said. But he said Americans shouldn't be terribly worried about the safety of these robotaxis.</p><p>“By and large we’re really excited about the promise of this technology and we want to see that promise fulfilled,” he said.</p><p>The Insurance Institute for Highway Safety said recently that the limited crash data the government requires autonomous vehicle companies to submit makes it hard to assess the safety record of these robotaxis as they continue to expand across the country.</p><p>Most companies don't report how many miles their autonomous vehicles drove, which makes it impossible to calculate a crash rate, according to the IIHS. And there isn't a clear standard for which incidents must be reported. So autonomous vehicle companies are reporting many more minor incidents than human drivers, who tend to only report a crash when there is significant damage or injuries.</p><p>Robotaxi industry is expanding quickly nationwide</p><p>Zoox and Tesla are working to catch up to the industry-leading Waymo that already operates in multiple cities. Waymo is owned by Google's parent company, Alphabet.</p><p>Zoox CEO Aicha Evans said this approval is an important milestone for autonomous vehicles.</p><p>“This achievement reflects a shared commitment to enabling innovation while maintaining the highest standards of safety,” Evans said.</p><p>Amazon hopes to eventually produce as many as 10,000 robotaxis a year at a plant near Silicon Valley as it works to challenge Waymo. Amazon paid $1.2 billion to acquire self-driving startup Zoox. Initially, Zoox will only be allowed to deploy up to 2,500 vehicles without steering wheels over the next two years as it works to prove the technology is safe. The company said that more than half a million people have already ridden in its vehicles.</p><p>___</p><p>Associated Press videographer Ty O'Neil contributed to this report from Las Vegas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U4DQREFTJ2S3LZESIZMSZYUN5M.jpg?auth=d90c30cb9d176d77ceec7d88f1142e1768c77a88f19f185e3328b4a7aad04675&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Amazon Zoox taxi with no steering wheel drives in front of The Sphere on the Las Vegas strip, Thursday, July 30, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V5RPXXEHVG7TXRK4NPPBS4VFNI.jpg?auth=36355f41e58917793fc6d2bf4dfbbe2fd9ed3882ceead345eb6ea772c90aa53a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Passengers load into an Amazon Zoox taxi with no steering wheel Thursday, July 30, 2026, in Las Vegas. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AAYELQU5UUC7ED4EX75DMU2D5M.jpg?auth=72ba4f05cb2871489a16ffa46c22b420fe01d2f65d2beb44360b210086a70331&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Zoox taxi with no steering wheel drives down the Las Vegas strip on Thursday, July 30, 2026 (AP photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EWOIKH3GBRGWVUBXISL6LQ7VSY.jpg?auth=afb455c8628553badd8b9c1819a363b731a68f40e1475f428f31e62f3dcebec6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Zoox taxi with no steering wheel drives down the Las Vegas strip on Thursday, July 30, 2026 (AP photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PBDYH3VTPLBOHWFEVW4MMZPQMA.jpg?auth=fef2ee9a93eadf96080e66e029ac550f7a9f4fad0b79b008d60567f72efe1b6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Amazon Zoox taxi with no steering wheel drives down the Las Vegas strip, Thursday, July 30, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content></item><item><title><![CDATA[Man, 76, found dead in Plantation lake, police say]]></title><link>https://www.local10.com/news/local/2026/07/30/man-76-found-dead-in-plantation-lake-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/man-76-found-dead-in-plantation-lake-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto]]></dc:creator><description><![CDATA[The body of a 76-year-old man was pulled from a lake behind a home in Plantation Thursday morning, authorities confirmed.]]></description><pubDate>Thu, 30 Jul 2026 13:20:59 +0000</pubDate><content:encoded><![CDATA[<p>The body of a 76-year-old man was pulled from a lake behind a home in Plantation Thursday morning, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/07/30/policia-hallan-muerto-a-hombre-de-76-anos-en-lago-de-plantation/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/policia-hallan-muerto-a-hombre-de-76-anos-en-lago-de-plantation/">Leer en español</a></p><p>According to Plantation police, officers responded to the area of 7800 NW 11th Court after a 76-year-old man was reported missing.</p><figure><img src="https://www.local10.com/resizer/v2/UZI3MCONMZCFFHK6XVFVFC4DIM.jpg?auth=ffc6ff9f88f5624442ce8be8a8eab1eef48f218213e6ed531b0f479bbefc7db2&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“During the search, one of the man’s shoes was located in a nearby lake,” the PPPD posted on social media. “The Plantation Fire Department Dive Team and a Broward Sheriff’s Office Bloodhound K-9 assisted officers in searching the area.”</p><p>Police confirmed that the man was ultimately found dead in the lake.</p><p>Neighbors told Local 10 News that the man who passed away lived in the area for several decades. They said he was a nice man who had a big family living with him.</p><p>Detectives are now investigating the circumstances surrounding the man’s death.</p><p>His identity has not yet been released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Expresidente Evo Morales dice que nueva orden de arresto en su contra fue una "instrucción" de EEUU]]></title><link>https://www.local10.com/espanol/2026/07/30/expresidente-evo-morales-dice-que-nueva-orden-de-arresto-en-su-contra-fue-una-instruccion-de-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/expresidente-evo-morales-dice-que-nueva-orden-de-arresto-en-su-contra-fue-una-instruccion-de-eeuu/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — El expresidente boliviano Evo Morales aseguró el jueves que la nueva orden de arresto emitida en su contra por la Fiscalía, por presunto terrorismo y otros delitos, obedece a una “instrucción” de Estados Unidos mientras que el gobierno le exigió que rinda cuentas ante la justicia.]]></description><pubDate>Thu, 30 Jul 2026 18:38:48 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — El expresidente boliviano Evo Morales aseguró el jueves que la nueva orden de arresto emitida en su contra por la Fiscalía, por presunto terrorismo y otros delitos, obedece a una “instrucción” de Estados Unidos mientras que el gobierno le exigió que rinda cuentas ante la justicia.</p><p>Morales negó las acusaciones sobre su presunta participación en las protestas con bloqueos que asfixiaron al país durante más de 50 días entre mayo y junio en reclamo de la renuncia del presidente Rodrigo Paz, quien asumió en noviembre dejando atrás casi 20 años de gobiernos de izquierda.</p><p>”¿De qué terrorismo hablan? ¿Qué es terrorismo para el Ministerio Público?… Esto obedece a la instrucción de Estados Unidos”, señaló el exmandatario, de 66 años, en su programa en la radio Kausachun Coca en el Chapare, al centro de Bolivia, donde permanece refugiado desde octubre de 2024 para evadir una primera orden de detención por el supuesto abuso de una menor cuando era presidente (2006-2019).</p><p>Según el exgobernante, el secretario de Estado de Estados Unidos, Marco Rubio, expresó hace dos semanas que se “perseguirá a grupos de izquierda como terroristas”.</p><p>El 16 de julio Rubio convocó a líderes de más de 60 países para participar en un encuentro para combatir la violencia política de izquierda.</p><p>El exmandatario, que emergió a la política luego de ser dirigente cocalero, mantuvo durante su gobierno una fuerte tensión con Estados Unidos y en 2008 expulsó al embajador de ese país en Bolivia por presuntamente realizar espionaje.</p><p>Por su parte, el vocero presidencial José Luis Gálvez dijo a los medios que todos los bolivianos deben rendir cuentas ante la ley, incluido el expresidente. “Estos son temas de seguridad y tengan la certeza de que respecto a ese tema, primero vamos a actuar y luego vamos a comunicar”, agregó en referencia a la orden de detención de Morales.</p><p>El miércoles la Fiscalía boliviana emitió una segunda orden de captura contra Morales por los presuntos delitos de instigación pública para delinquir y alzamientos armados contra la seguridad y soberanía del Estado por supuestamente alentar las protestas que ocasionaron escasez de alimentos y medicamentos, principalmente, en ciudades como La Paz y El Alto.</p><p>Los denunciantes son miembros del Comité Cívico de la región de Santa Cruz, el motor productivo de Bolivia, críticos del exmandatario.</p><p>El gobierno culpó a Morales de promover las protestas y decretó un estado de excepción en un esfuerzo por terminar con los bloqueos. Durante las manifestaciones el exmandatario incluso pidió que se adelantaran las elecciones.</p><p>Por el mismo caso se encuentra detenido un dirigente campesino.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2JIVGAP6SOWMLW2C5JAMOOUSH4.jpg?auth=dce6af607b979e1caf357f4dd14e4af37bb82d6cc70a6b8c3e3fcaac511502c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El expresidente Evo Morales saluda a sus seguidores tras votar en las elecciones en Villa 14 de Septiembre, región de Chapare, Bolivia, el domingo 17 de agosto de 2025. (AP Foto/Jorge Sáenz, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content></item><item><title><![CDATA[Multiple vehicles catch fire in southwest Miami-Dade, first responders say]]></title><link>https://www.local10.com/news/local/2026/07/30/multiple-vehicles-catch-fire-in-southwest-miami-dade-first-responders-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/multiple-vehicles-catch-fire-in-southwest-miami-dade-first-responders-say/</guid><dc:creator><![CDATA[David Dwork, Gabrielle Arzola]]></dc:creator><description><![CDATA[Fire crews rushed to the scene of a reported vehicle fire in southwest Miami-Dade County on Thursday morning. ]]></description><pubDate>Thu, 30 Jul 2026 14:07:36 +0000</pubDate><content:encoded><![CDATA[<p>Fire crews rushed to the scene of a reported vehicle fire in southwest Miami-Dade on Thursday morning. </p><p><a href="https://www.local10.com/espanol/2026/07/30/varios-vehiculos-se-incendiaron-en-el-suroeste-del-condado-de-miami-dade-segun-informaron-los-servicios-de-emergencia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/varios-vehiculos-se-incendiaron-en-el-suroeste-del-condado-de-miami-dade-segun-informaron-los-servicios-de-emergencia/">Leer en español</a></p><p>Authorities arrived at the area of Southwest 103rd Place and 51st Street and said they found several vehicles on fire. </p><p>Residents told Local 10 News they heard crackling and saw a Miami-Dade County Department of Transportation and Public Works vehicle going up in flames. </p><p>According to Miami-Dade Fire Rescue officials, firefighters quickly began working to extinguish the blaze after assessing the situation.</p><p>They said the fire was out around 10 a.m. </p><p>Authorities said at least one person was taken to a nearby hospital for treatment, but they did not elaborate on that person’s injury or condition. </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[Palestinian authorities ask Supreme Court to halt $656M judgment pending appeal]]></title><link>https://www.local10.com/news/world/2026/07/30/palestinian-authorities-ask-supreme-court-to-halt-656m-judgment-pending-appeal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/30/palestinian-authorities-ask-supreme-court-to-halt-656m-judgment-pending-appeal/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Palestinian authorities asked the U.S. Supreme Court on Thursday to halt for now a $656 million judgment in a long-running lawsuit filed by Americans killed or wounded in attacks in Israel.]]></description><pubDate>Thu, 30 Jul 2026 17:32:39 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Palestinian authorities asked the U.S. Supreme Court on Thursday to halt for now a $656 million judgment in a long-running lawsuit filed by Americans killed or wounded in attacks in Israel.</p><p>The emergency appeal comes after a lower court reinstated the damages in the wake of a Supreme Court decision that followed more than two decades of litigation.</p><p>The Palestine Liberation Organization and the Palestinian Authority said in court documents that paying the hefty judgment now would “destabilize critical government services Petitioners provide in the West Bank, injure innocent citizens, and jeopardize regional security.”</p><p>They asked the justices to pause payment as they appeal the reinstatement of the verdict.</p><p>The lawsuit was filed by victims of attacks in Jerusalem in the early 2000s that killed 33 people and wounded hundreds more. Families brought their lawsuit under the Anti-Terrorism Act, a law aimed at opening U.S. courts to victims of international terror attacks.</p><p>A federal court in New York tossed the original verdict on appeal and continued to rule in favor of the Palestine Liberation Organization and the Palestinian Authority as Congress revised the law to allow suits to go forward. In 2025, the Supreme Court sided with the families and revived the lawsuits.</p><p>The 2nd U.S. Circuit Court of Appeals agreed to reinstate the verdict in March. Attorneys for the plaintiffs said at the time that the families were pleased and relieved by the decision, saying it would allow “justice to be done.”</p><p>They declined to comment on Thursday's petition.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3BZWNXSP54GBNYXGGNJ2JFMTII.jpg?auth=9e34ccf77db37559c73f1b13969ae509782f458673685387adff79b4f16c7f49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Supreme Court is seen Monday, July 27, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[VOTER GUIDE: Here is how to prepare for Florida’s Aug. 18 primary election]]></title><link>https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[More than 1,077 positions, ranging from national, state, county, or district office, are up for election during the primary on Aug. 18 in Florida ahead of the general election on Nov. 3. ]]></description><pubDate>Wed, 18 Mar 2026 20:32:28 +0000</pubDate><content:encoded><![CDATA[<p>More than 1,077 positions, ranging from national, state, county, or district office, are up for election during the primary <a href="https://dos.fl.gov/elections/for-voters/election-dates/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/election-dates/">on Aug. 18</a> in Florida. </p><p><a href="https://www.local10.com/espanol/2026/03/19/guia-del-votante-asi-puede-prepararse-para-las-primarias-de-florida-del-18-de-agosto/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/03/19/guia-del-votante-asi-puede-prepararse-para-las-primarias-de-florida-del-18-de-agosto/">Leer en español</a></p><p>There are dozens of candidates hoping to be elected to run in the general election <a href="https://dos.fl.gov/elections/for-voters/election-dates/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/election-dates/">on Nov. 3</a> to replace Gov. Ron DeSantis, who can’t seek re-election for a third term.</p><p>The deadlines to send vote-by-mail ballots are July 4 for <a href="https://www.fvap.gov/info/laws/uocava" target="_self" rel="" title="https://www.fvap.gov/info/laws/uocava">Uniformed and Overseas Citizens Absentee Voting Act voters</a> and July 9–16 for domestic voters. July 20 is the deadline to <a href="https://registertovoteflorida.gov/home" target="_self" rel="" title="https://registertovoteflorida.gov/home">register to vote</a> or <a href="https://dos.fl.gov/elections/for-voters/voter-registration/register-to-vote-or-update-your-information/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/voter-registration/register-to-vote-or-update-your-information/">change party affiliation</a>. </p><p>The deadline to request that a ballot be mailed is Aug. 6, and <a href="https://dos.fl.gov/elections/for-voters/voting/early-voting-and-secure-ballot-intake-stations/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/voting/early-voting-and-secure-ballot-intake-stations/">early voting</a> is Aug. 8–15.</p><h3><b>How to be prepared</b></h3><p><b>SEARCH DATABASES: </b>Check that you are registered to vote, confirm your assigned voting precinct, and research your ballot</p><ul><li><a href="https://registration.elections.myflorida.com/CheckVoterStatus" target="_blank" rel="" title="https://registration.elections.myflorida.com/CheckVoterStatus">Voter information look-up database </a></li><li><a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser151187731708822" target="_self" rel="" title="https://www.miamidade.gov/global/service.page?Mduid_service=ser151187731708822">Miami-Dade voting precinct finder</a></li><li><a href="https://browardvotes.gov/voters/precinct-finder" target="_self" rel="" title="https://browardvotes.gov/voters/precinct-finder">Broward voting precinct finder</a></li><li><a href="https://www.votemonroeflkeys.gov/Where-to-Vote/Maps" target="_self" rel="" title="https://www.votemonroeflkeys.gov/Where-to-Vote/Maps">Monroe voting precinct finder</a></li><li>Research your ballot:<a href="https://www.ballotready.org/" target="_self" rel="" title="https://www.ballotready.org/"> BallotReady database</a> and <a href="https://www.vote.org/ballot-information/" target="_self" rel="" title="https://www.vote.org/ballot-information/">Vote database</a></li></ul><h3><b>Frequently asked questions </b></h3><p><b>Who can vote?</b></p><p>To be eligible to vote, the applicant for registration has to be a U.S. citizen, a legal resident, at least 18 years old, and not be mentally incapacitated, or a convicted felon without a restoration of rights.</p><p>A military member, a military family member, or an overseas citizen can register and request an absentee ballot with the <a href="https://www.fvap.gov/florida" target="_blank">online Federal Post Card Application</a>.</p><p><b>Are independents allowed to vote in the primary?</b></p><p>Florida is a closed primary election state, so only voters who are registered members of political parties may vote for respective party candidates.</p><p><b>Who can’t vote?</b></p><p>A felony conviction in Florida for murder or a sexual offense makes a person ineligible to vote unless the <a href="https://www.fcor.state.fl.us/restoration.shtml">State Clemency Board</a> restores the right to vote.</p><p><b>How do I know if I am registered to vote?</b></p><p>There is a <a href="https://registration.elections.myflorida.com/CheckVoterStatus" target="_blank">database online to look up voter information</a>.</p><p><b>Can this be done online?</b></p><p><a href="https://registertovoteflorida.gov/home" target="_blank">The voter registration process can be done online</a>. The application requires a Florida driver’s license or identification card, the date when it was issued, and the last four digits of the Social Security Number.</p><p><b>When can one pre-register to vote?</b></p><p>Florida allows 16-year-olds to pre-register, but they won’t be allowed to vote until they are 18 years old.</p><p><b>Are there any restrictions to vote in the primaries?</b></p><p>Florida is a <a href="http://dos.myflorida.com/elections/for-voters/voter-registration/closed-primary-party-affiliation/">closed primary election</a> state, so only voters who are registered members of <a href="https://dos.fl.gov/elections/candidates-committees/political-parties/">political parties</a> may vote for their party’s candidates or nominees.</p><p>Independent voters may choose which party’s primary they want to vote in.</p><p><b>Who handles the process?</b></p><p>The <a href="https://dos.elections.myflorida.com/supervisors/" target="_blank">Supervisor of Elections</a> in the county of residence.</p><p><b>Can I register by mail and cast a ballot by mail?</b></p><p>Yes, if done on time and there is access to the forms online, a printer, and a post office. In Florida, those eligible are allowed to <a href="https://files.floridados.gov/media/703131/dsde39-english-pre-7066-052120.pdf" target="_blank">register to vote </a>or <a href="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/">vote by mail</a>.</p><p>To vote: U.S. military members, military family members, and overseas citizens can <a href="https://www.fvap.gov/fpca-privacy-notice" target="_blank">register and request absentee ballot with the Federal Post Card Application</a> as soon as possible.</p><p>If done in Miami-Dade, <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser1512065909614490" target="_blank">visit this page</a>. If done in Broward, <a href="https://www.browardvotes.gov/Voting-Methods/Vote-By-Mail-Voting/Absentee-Ballot-and-Early-Voting-Instructions" target="_blank">visit this page</a>. If done in Monroe, <a href="https://www.keys-elections.org/Voter-Information/Vote-by-Mail" target="_blank">visit this page</a>.</p><p>To register: <a href="https://files.floridados.gov/media/703131/dsde39-english-pre-7066-052120.pdf" target="_blank">Download the form to print</a>, fill out, and mail.</p><p>Here are the mailing dates to remember if mailing the application to register to vote in Florida:</p><ul><li>Applications for the Aug. 18 state primary have to be postmarked by July 20.</li><li>Applications for the Nov. 5 general election have to be postmarked by Oct. 7.</li></ul><p>Here are the <a href="https://www.usa.gov/state-election-office" target="_blank">mailing addresses</a> for Monroe, Broward, and Miami-Dade counties:</p><p><b>BROWARD</b></p><p><a href="https://www.browardvotes.gov/" target="_blank"><i>Broward County Elections Office</i></a></p><p><i>4650 NW 21st Avenue</i></p><p><i>Fort Lauderdale, FL 33309.</i></p><p><b>MIAMI-DADE</b></p><p><a href="https://www.miamidade.gov/global/elections/home.page" target="_blank"><i>Miami-Dade County Elections Office</i></a></p><p><i>2700 NW 87 Ave.</i></p><p><i>Miami, Fla., 33172</i></p><p><b>MONROE</b></p><p><a href="https://www.keys-elections.org/" target="_blank"><i>Monroe County Elections Office</i></a></p><p><i>530 Whitehead Street #101</i></p><p><i>Key West, Fla., 33040-6577</i></p><p><b>What is the deadline to drop off my vote-by-mail ballot?</b></p><p>Before 7 p.m., on Aug. 18. In Miami-Dade, sign inside the red box <a href="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf" target="_blank" rel="" title="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf">on the back of the vote-by-mail envelope</a>. If you forgot to sign the envelope or the signature does not match, Florida law allows you to submit an affidavit to cure your vote-by-mail ballot. The affidavit must be completed and submitted to the Elections Department along with a copy of your identification by 5 p.m. on the second day after the election.</p><p>· <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-eng.pdf">Vote-by-Mail Ballot - Signature Cure Affidavit</a> (English)</p><p>· <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-spa-cre.pdf">Vote-by-Mail Ballot - Signature Cure Affidavit</a> (Español &amp; Kreyòl)<b> </b></p><h3><b>Useful links</b></h3><ul><li><a href="https://www.fcor.state.fl.us/restoration.shtml" target="_blank">Restoration of voting rights for convicted felons</a></li><li>For how to check your voter status, <a href="https://registration.elections.myflorida.com/CheckVoterStatus" target="_blank">visit this page</a>.</li><li>To download the online registration form, <a href="https://dos.fl.gov/elections/for-voters/voter-registration/online-voter-registration/" target="_blank">visit this page</a>.</li><li>The national 27-page voter registration application with instructions for each state is <a href="https://www.eac.gov/sites/default/files/eac_assets/1/6/Federal_Voter_Registration_ENG.pdf" target="_blank">available here</a>.</li><li>For vote-by-mail ballot information and status lookup, <a href="https://dos.fl.gov/elections/for-voters/check-your-voter-status-and-polling-place/vote-by-mail-ballot-information-and-status-lookup" target="_blank">visit this page.</a></li><li>Find your local election office by <a href="https://www.fvap.gov/search-offices?state=9" target="_blank">searching this database</a></li><li>Visit the <a href="https://dos.fl.gov/elections/" target="_blank">Florida Division of Elections page</a></li><li>For more information about federal election guidelines, <a href="https://www.fvap.gov/guide/chapter2/florida" target="_blank">visit this page</a>.</li><li>For more information about early voting and ballot intake stations, <a href="https://dos.fl.gov/elections/for-voters/voting/early-voting-and-secure-ballot-intake-stations/" target="_blank">visit this page. </a></li><li><a href="https://dos.fl.gov/elections/for-voters/election-dates/" target="_blank">Florida key election dates</a></li><li><a href="https://dos.fl.gov/elections/contacts/frequently-asked-questions/faq-voting/" target="_blank">Florida Election Day Voting FAQ </a></li><li><a href="https://www.fvap.gov/uploads/FVAP/Outreach-Materials/PrimaryElectionsFactSheet.pdf" target="_blank">The Federal Voting Assistance Program</a></li><li><a href="https://www.ballotready.org/" target="_blank">Where you go before you vote</a></li></ul><h3><b>Useful contacts</b></h3><ul><li>For more information from the Florida Division of Elections, call 1-866-308-6739 from 8 a.m. to 5 p.m., Monday to Friday.</li><li>For more information in Broward, call 954-357-7050</li><li>For more information in Miami-Dade, call 305-499-8683</li><li>For more information in Monroe, call 305-292-3416</li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7FN5RB6KYJFURG5ACK7BDSUFDU.jpg?auth=5f6458607a0019cb1e20f21a8d03cdcb6134154517cd397ca94b31ea7ffdc33a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Average 30-year US mortgage rate rises to highest level in a year at 6.66%]]></title><link>https://www.local10.com/business/2026/07/30/average-30-year-us-mortgage-rate-rises-to-highest-level-in-a-year-at-666/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/30/average-30-year-us-mortgage-rate-rises-to-highest-level-in-a-year-at-666/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[The average long-term U.S. mortgage rate rose for the fourth consecutive week to its highest level in a year, another setback for prospective homebuyers hoping for a break from elevated home loan borrowing costs.]]></description><pubDate>Thu, 30 Jul 2026 19:14:00 +0000</pubDate><content:encoded><![CDATA[<p>The average long-term U.S. mortgage rate rose for the fourth consecutive week to its highest level in a year, another setback for prospective homebuyers hoping for a break from elevated home loan borrowing costs.</p><p>The benchmark 30-year fixed rate mortgage rate rose to 6.66% from 6.58% last week, mortgage buyer Freddie Mac said Thursday. One year ago, the average rate was 6.72%.</p><p>Higher mortgage rates can add hundreds of dollars a month in costs for borrowers, limiting homebuyers’ purchasing power. As rates rise, that can lead prospective home shoppers to delay buying a home, one reason U.S. home sales have been sluggish this year.</p><p>Borrowing costs on 15-year fixed-rate mortgages, often sought by borrowers refinancing a home loan, also rose this week. That average rate increased to 6.04% from 5.96% last week. A year ago, it was at 5.85%, Freddie Mac said.</p><p>Mortgage rates are influenced by several factors, from the Federal Reserve’s interest rate policy decisions to bond market investors’ expectations for the economy and inflation. They generally follow the trajectory of the 10-year Treasury yield, which lenders use as a guide to pricing home loans.</p><p>Rates have been mostly rising this year as the Iran war has driven crude oil prices sharply higher, fueling expectations of hotter inflation. That’s pushed up long-term bond yields relative to where they were before the conflict began in late February, causing mortgage rates to trend higher.</p><p>The 10-year Treasury yield was 4.66% at midday Thursday on the bond market. It was just 3.97% in late February, before the war broke out.</p><p>The average rate on a 30-year mortgage is now the highest it’s been since July 31, 2025, when it was at 6.72%. As recently as late February, the average rate dropped slightly below 6% for the first time since late 2022.</p><p>The latest increase in mortgage rates comes a day after the Federal Reserve left its key interest rate unchanged as it wrestles with how to tame stubbornly high inflation, which has been stuck above the central bank's 2% target for more than five years.</p><p>During the central bank's two-day monetary policy meeting this week, three regional Fed bank presidents dissented in favor of higher rates to combat high prices.</p><p>That's a signal that Fed members are no longer in lockstep on inflation and that their next move is not going to be a rate cut, said Anthony Smith, senior economist at Realtor.com.</p><p>“With the Fed signaling that its next move is more likely a hike than a cut, near-term rate relief looks unlikely,” Smith said. “Because oil remains the primary channel through which the Iran conflict feeds inflation, a de-escalation and a reopening of the Strait of Hormuz remains the clearest path back toward lower rates.”</p><p>The central bank doesn’t set mortgage rates, but its decisions to raise or lower its short-term rate are watched closely by bond investors and can ultimately affect the yield on 10-year Treasurys.</p><p>While average long-term mortgage rates remain lower than they were at this time last year, their upward trajectory has weighed on home sales this year. Seasonally adjusted sales of previously occupied U.S. homes were up 0.7% from January to June compared with the same period last year, but they’re still hovering close to a 4-million annual pace far short of the historic norm that is closer to 5.2-million.</p><p>The trend has extended the national housing market slump that began in 2022, when mortgage rates began to climb from pandemic-era lows. Sales of previously occupied U.S. homes were essentially flat last year, stuck at a 30-year low.</p><p>The latest data on mortgage applications show that the upward trend in mortgage rates has given some would-be homebuyers reason to pause.</p><p>Mortgage applications, which include loans to buy a home or refinance an existing mortgage, fell 6.4% last week from the previous week, according to the Mortgage Bankers Association.</p><p>"While incoming economic data will continue to shape the outlook for interest rates, elevated borrowing costs remain a challenge this summer for many prospective homebuyers,” said MBA CEO Bob Broeksmit.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/567JHL7MWWO7QFCNV6ZRPCCLHU.jpg?auth=2ac826a00a0e5b7dae5a107f8059d37b93d0b3a909267c0e1b0fb9d153bc2cc5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign is posted for a new home for sale in Ambler, Pa., Oct. 16, 2025. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Miami-Dade Sheriff’s Office recognizes lieutenant, physical education teacher and fugitive task force for heroic actions]]></title><link>https://www.local10.com/news/local/2026/07/30/miami-dade-sheriffs-office-recognizes-lieutenant-physical-education-teacher-and-fugitive-task-force-for-heroic-actions/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/miami-dade-sheriffs-office-recognizes-lieutenant-physical-education-teacher-and-fugitive-task-force-for-heroic-actions/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern ]]></dc:creator><description><![CDATA[The Miami-Dade Sheriff's Office recognized a lieutenant, a local physical education teacher, and a specialized fugitive task force for their acts of bravery and service on Wednesday. ]]></description><pubDate>Thu, 30 Jul 2026 15:38:20 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade Sheriff’s Office recognized a lieutenant, a local physical education teacher, and a specialized fugitive task force for their acts of bravery and service on Wednesday. </p><p><a href="https://www.local10.com/espanol/2026/07/30/oficina-del-sheriff-de-miami-dade-reconoce-a-teniente-maestro-de-educacion-fisica-y-grupo-de-trabajo-de-fugitivos-por-acciones-heroicas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/oficina-del-sheriff-de-miami-dade-reconoce-a-teniente-maestro-de-educacion-fisica-y-grupo-de-trabajo-de-fugitivos-por-acciones-heroicas/">Leer en español</a></p><p>Lt. Luis F. Correa Jr. of the Homeland Security Bureau received the agency’s Silver Medal of Valor, Lifesaving Award, and Distinguished Deputy of the Month award after rescuing an injured worker during a deadly explosion. </p><p>According to the sheriff’s office, the incident occurred on June 15, where Correa was fueling his patrol vehicle at a Miami-Dade Fire Rescue logistics facility. At the same time, two civilian workers were inside a manhole when a fire and explosion erupted in the fueling area, authorities said. </p><p>According to MDSO, one worker was killed, while the other suffered critical injuries. Authorities said Correa immediately rushed to the scene, removed the injured survivor from the danger zone, and helped move the victim to a safer location where emergency medical personnel began treatment. </p><p>The sheriff’s office credited Correa’s quick actions with helping the injured worker receive medical care as well as risking his own safety. </p><p>The agency also recognized William C. Varas as the first-ever MDSO Citizen of the Month. Varas is a Physical Education Teacher at Lighthouse Ministry School, and was honored for saving the life of a student on May 8. </p><p>The sheriff’s office said the student accidentally swallowed a water bottle cap that became lodged into their throat, blocking the airway. Varas immediately began performing abdominal thrusts, eventually dislodging the cap and helping the child to breathe again, authorities said. </p><p>The sheriff’s office credited his actions, saying it was instrumental in saving the student’s life. </p><p>Along with the individual awards, the MDSO Warrants Bureau’s Florida Caribbean Fugitive Task Force was named the unit of the month. The seven-member team, consisting of six deputies and one sergeant, demonstrated the ability to conduct difficult, high-risk operations that led to the apprehension of several dangerous fugitives, according to the sheriff’s office. </p><p>Authorities commended the unit’s teamwork, professionalism and commitment to public safety. </p><p>The MDSO June Awards Ceremony will take place on July 30, from 10:00 a.m. till 11:00 a.m. at the Fred Taylor Headquarters Building in Doral.</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/VZMWRQMHPVDV5DE5U2737SJ43E.jpeg?auth=4a40c5b45fee714d38d56d5a088c8a7d92d357fe43b3b195564e79eb6d233173&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Oficina del Sheriff de Miami-Dade reconoce a teniente, maestro de educación física y grupo de trabajo de fugitivos por acciones heroicas]]></title><link>https://www.local10.com/espanol/2026/07/30/oficina-del-sheriff-de-miami-dade-reconoce-a-teniente-maestro-de-educacion-fisica-y-grupo-de-trabajo-de-fugitivos-por-acciones-heroicas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/oficina-del-sheriff-de-miami-dade-reconoce-a-teniente-maestro-de-educacion-fisica-y-grupo-de-trabajo-de-fugitivos-por-acciones-heroicas/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[La Oficina del Sheriff de Miami-Dade reconoció el miércoles a un teniente, a un maestro local de educación física y a un grupo especializado de trabajo de fugitivos por sus actos de valentía y servicio.]]></description><pubDate>Thu, 30 Jul 2026 16:00:11 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Sheriff de Miami-Dade reconoció el miércoles a un teniente, a un maestro local de educación física y a un grupo especializado de trabajo de fugitivos por sus actos de valentía y servicio.</p><p>El teniente Luis F. Correa Jr., de la Oficina de Seguridad Nacional, recibió la Medalla de Plata al Valor de la agencia, el Premio por Salvar una Vida y el reconocimiento como Agente Distinguido del Mes por rescatar a un trabajador herido durante una explosión mortal.</p><p>Según la Oficina del Sheriff, el incidente ocurrió el 15 de junio, cuando Correa abastecía de combustible su patrulla en una instalación logística de Miami-Dade Fire Rescue. Al mismo tiempo, dos trabajadores civiles se encontraban dentro de un registro subterráneo cuando se produjo un incendio y una explosión en el área de abastecimiento de combustible, informaron las autoridades.</p><p>Según la Oficina del Sheriff de Miami-Dade (MDSO), uno de los trabajadores murió, mientras que el otro sufrió heridas de gravedad. Las autoridades indicaron que Correa acudió de inmediato al lugar, sacó al sobreviviente herido de la zona de peligro y ayudó a trasladarlo a un lugar más seguro, donde el personal de emergencias médicas comenzó a atenderlo.</p><p>La Oficina del Sheriff atribuyó a la rápida actuación de Correa el haber facilitado que el trabajador herido recibiera atención médica, además de destacar que puso en riesgo su propia seguridad.</p><p>La agencia también reconoció a William C. Varas como el primer Ciudadano del Mes de la MDSO. Varas es maestro de educación física en Lighthouse Ministry School y fue homenajeado por salvar la vida de un estudiante el 8 de mayo.</p><p>La Oficina del Sheriff informó que el estudiante tragó accidentalmente la tapa de una botella de agua, que quedó atascada en su garganta y bloqueó las vías respiratorias. Varas comenzó de inmediato a realizar maniobras de compresión abdominal, logrando finalmente desalojar la tapa y ayudando al menor a respirar nuevamente, indicaron las autoridades.</p><p>La Oficina del Sheriff destacó que sus acciones fueron fundamentales para salvar la vida del estudiante.</p><p>Además de los reconocimientos individuales, el Grupo de Trabajo de Fugitivos Florida Caribbean de la Oficina de Órdenes Judiciales de la MDSO fue nombrado Unidad del Mes. El equipo, integrado por siete miembros, seis agentes y un sargento, demostró su capacidad para realizar operaciones complejas y de alto riesgo que permitieron la captura de varios fugitivos peligrosos, según la Oficina del Sheriff.</p><p>Las autoridades elogiaron el trabajo en equipo de la unidad, su profesionalismo y su compromiso con la seguridad pública.</p><p>La ceremonia de premios de junio de la MDSO se llevará a cabo el 30 de julio, de 10:00 a.m. a 11:00 a.m., en el edificio Fred Taylor Headquarters, en Doral.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VZMWRQMHPVDV5DE5U2737SJ43E.jpeg?auth=4a40c5b45fee714d38d56d5a088c8a7d92d357fe43b3b195564e79eb6d233173&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Court delays for son of Chiefs coach accused of shooting his mom delayed pending mental health check]]></title><link>https://www.local10.com/sports/2026/07/30/court-delays-for-son-of-chiefs-coach-accused-of-shooting-his-mom-delayed-pending-mental-health-check/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/court-delays-for-son-of-chiefs-coach-accused-of-shooting-his-mom-delayed-pending-mental-health-check/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description><![CDATA[ST. JOSEPH, Mo. (AP) — Two court appearances scheduled for the 27-year-old son of Kansas City Chiefs offensive coordinator Eric Bieniemy in connection with the shooting of his mother at their Virginia home have been delayed pending a mental health evaluation.]]></description><pubDate>Thu, 30 Jul 2026 15:53:01 +0000</pubDate><content:encoded><![CDATA[<p>ST. JOSEPH, Mo. (AP) — Two court appearances scheduled for the 27-year-old son of Kansas City Chiefs offensive coordinator Eric Bieniemy in connection with the shooting of his mother at their Virginia home have been delayed pending a mental health evaluation.</p><p>Elijah Bieniemy was arrested Monday in connection with the late-Sunday shooting. He has been charged with malicious wounding, use of a firearm in commission of a felony and discharge of a firearm inside a dwelling.</p><p>Bieniemy remained in the Loudoun County Adult Detention Center on Thursday. He had a court date to hear motions scheduled for later in the day, and a preliminary hearing date had been set for Aug. 31. But both appearances have been continued pending a mental health evaluation, according to records available from the Virginia judiciary system.</p><p>The sheriff's office in Loudoun County, Virginia, has said the investigation is ongoing. No motive has been provided.</p><p>Eric Bieniemy remained away from the Chiefs on Thursday as they continued with their second full-squad workout of training camp. Pass game coordinator Joe Bleymaier and offensive line coach Andy Heck have assumed most of his responsibilities, while coach Andy Reid continues to have a significant role overseeing the offensive system.</p><p>“Eric's a big part of this, and so I love having him here,” Reid said, “but right now it's important that he takes care of business, and everybody knows that. So everybody's game is picked up, and they're working hard, and Eric will be back soon enough to jump in there and do his thing. But he's got to take care of that first.”</p><p>Reid declined to provide a timetable for Bieniemy's return to the team.</p><p>Mia Bieniemy, the coach's 57-year-old wife, has been released from the intensive care unit, where she was being treated for multiple gunshot wounds. Reid said that she was “doing better, and great from where she was.”</p><p>Eric Bieniemy helped the Chiefs reach three Super Bowls and win two of them, then left to become the offensive coordinator with the Washington Commanders — the reason the Bieniemy family still has a home in Virginia. The staff there was fired after one season, though, and Bieniemy spent a season apiece at UCLA and coaching running backs with the Chicago Bears.</p><p>He was hired to replace Matt Nagy as the offensive coordinator in Kansas City earlier this year.</p><p>“We stay in touch with him and keep him abreast of everything that's going on,” Reid said. “He's got the tape (of camp practices). He can watch with whatever spare time he's got there.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OEKRGUOYMYUZ3AYNMGOCESKCA4.jpg?auth=7f1746a6e06ea2223571f690578807bf8797625055ddd262e4051248f60089a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Commanders offensive coordinator Eric Bieniemy watches from the sidelines during an NFL football game, Oct. 1, 2023, in Philadelphia. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WGR6VXQFX3P2MYSW4ZTTIZIAYU.jpg?auth=4a311c9ddc1824d8cdc463b0a6858cd479182dc3c13bba23c8189b9d299e43c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated booking photo released by the Loudoun County, Va., Sheriff's Office on Monday, July 27, 2026, shows Elijah Zion Bieniemy. (Loudoun County Sheriff's Office via AP)]]></media:description></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[The Cuban government announced this morning the elimination of 92,000 government jobs. A state worker in Cuba makes on the average $16-$18 per month.]]></description><pubDate>Thu, 02 Jul 2026 15:46:05 +0000</pubDate><content:encoded><![CDATA[<p><b>July 30: Cuban government announces elimination of 92,000 government jobs </b></p><p>The Cuban government announced this morning the elimination of 92,000 government jobs. A state worker in Cuba makes on the average $16-$18 per month.</p><p><a href="https://www.local10.com/espanol/2026/07/30/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p>Meanwhile, Cuba’s Prime Minister Manuel Marrero announced this week that Cuba was creating its first private bank under the Central Bank of Cuba, which is run by the Cuban government, and its president serves on the Council of Ministers of the government.</p><p>Why would any foreign investor want to invest&nbsp;in such a system with no protection for their money?</p><p><b>July 29 update: 5</b> <b>leading economists in Cuba release report entitled ‘A Proposal to Transform the Cuban Economy.’</b></p><p>Five leading economists in Cuba just released a report entitled “A Proposal to Transform the Cuban Economy.” The document lays out a structural diagnosis of the current economic crisis facing the nation and proposes, as a strategic goal, the creation of a social market economy underpinned by a democratic state governed by the rule of law.</p><p>While the report is good, the problem that I see is the creation of a democratic state. We must remember that Cuba did not have a democracy before the start of the Cuban Revolution in 1959. To transition a totalitarian state that has had a centralized economy for almost 68 years could take time. Time that Cuba and its population do not have given the current economic crisis.</p><p><b>July 27 update: 73 years after start of Cuban Revolution </b></p><p>Yesterday marked the 73<sup>rd</sup> anniversary since Fidel Castro, Raul Castro and their group of rebels attacked the Moncada Military Barracks in Santiago de Cuba. July 26, 1953 is considered the start of the Cuban Revolution. </p><p>Like Robert Frost’s poem, “The Road Not Taken”, the Cuban revolution took a path that destroyed the country and “never looked back.” Today, Cuba is at the end of what Fidel called its glory days.</p><p><b>July 24 update: Trump Administration announces series of new sanctions against Cuba</b></p><p>On Thursday, the Trump Administration announced a series of new sanctions against Cuba targeting the government’s military conglomerate Gaesa. However, this time it includes companies like Coral S. A. that took over operations from some sectors of GAESA to avoid U.S. sanctions and keep import operations in Cuba functioning. </p><p>The question many academics that follow Cuba like me are asking is whether the U.S. strategy moving forward is to force Cuba to eventually sell some of GAESA’s assets to the U.S.</p><p><b>July 23 update: US continues to send mixed signals as to what will be done with Cuba </b></p><p>This past Monday, the U.S. Department of State issued a 100-page report entitled “Cuba: The Capital of 21<sup>st</sup> Century Communism” that outlined why Cuba is a national security threat not only to the U.S., but to the entire world. The Cuban government reacted at once and not only criticized the report but blamed Secretary of State Marco Rubio with threatening the island nation.</p><p>On Wednesday at a press conference in the Philippines, Rubio, when asked by a reporter what the U.S. plan was for Cuba, used a much more diplomatic tone and said the U.S. is still willing to negotiate with Cuba.</p><p>Washington continues to send mixed signals as to what will be done with Cuba. What we do know is that the strategy used in Venezuela did not bring about regime change.</p><p><b>July 21 update: First humanitarian aid from US will arrive in Cuba</b></p><p>Today, the first humanitarian aid will arrive in Cuba as part of Secretary of State Marco Rubio’s offer to help the Cuban people as they experience the worst economic situation since the early 1990’s. Today’s cargo includes 700 hygiene kits and 700 food items to be distributed directly to the Cuban people by Catholic Relief Services Caritas Cuba and other faith-based organizations. </p><p>Secretary Rubio wants to let the Cuban people clearly know that the U.S. stands behind them and is willing to continue to help them as part of the U.S. commitment of $100 million in humanitarian aid.</p><p><b>July 20 update: Cuba releases artist Luis Manuel Otero Alcantara </b></p><p>This past Saturday, Cuba released artist and opposition leader Luis Manuel Otero Alcantara after serving five years in jail. Otero Alcantara was one of the leaders of the San Isidro movement that led to large protests across the island nation five years ago. </p><p>Upon arriving in Miami, Otero Alcantara thanked the Cuban American community for its support and asked Cuba to release all political prisoners in jail.</p><p><b>July 16 update: US Department of Defense pays $3 million to US personnel affected by Havana Syndrome</b></p><p>The U.S. Department of Defense has paid $3 million in compensation to U.S. personnel affected by the mysterious condition known as Havana Syndrome, making the first payment under the 2021 Havana Act.</p><p>Havana Syndrome first appeared in 2016 when U.S. diplomats and intelligence officers in Havana, Cuba reported unusual symptoms, including intense head pressure, dizziness, nausea, hearing disturbances and memory problems.</p><p><b>July 14 update: New U.S. sanctions increase pressure on Cuba’s military-run economy</b></p><p>The United States on Monday introduced new sanctions targeting companies controlled by GAESA, Cuba’s military economic conglomerate, as well as some of the military brigades responsible for suppressing protests like the ones we saw the other day.</p><p>How much longer can the Cuban government hold on? Information continues to reach U.S. officials indicating that there are sectors within the Cuban government that are increasingly concerned about how much longer they can survive without negotiating with the U.S. government before facing a complete collapse of their system.</p><p><b>July 10 update: Does Raul Castro’s grandson have the full authority to negotiate for the Cuban government?</b></p><p>As I expected, there seems to be a small crack within the inner circle of the Cuban government. Some have criticized Raulito (Raul Castro’s grandson) for offering to negotiate directly with President Trump. The criticism comes as to whether he has the full authority to negotiate for the Cuban government or is he just negotiating for the Castro family?</p><p>Yesterday, the Cuban Communist Party (PCC) backed Raulito’s efforts, but the military leadership has remained quiet.</p><p><b>July 8 update: United Nations has no legal right to lift U.S. embargo on Cuba </b></p><p>Every year, Cuba argues in front of the United Nations that the U.S. economic embargo is the cause for their economic problems. Each year, Cuba loses more support for their argument. The United Nations has no legitimate or legal right to lift the embargo. The U.S. Congress can only lift the embargo.</p><p>The Cuban government propaganda machine has failed. Most Cubans on the island, including economists on the island, blame the Cuban government for their current poor economic conditions. </p><p><b>July 6 update: Raul Castro’s grandson says Cuba is willing to negotiate with US</b></p><p>Reuters reported earlier this morning that Raul Castro’s grandson Raulito, known as “El Cangrejo,” announced that Cuba is willing to negotiate with the U.S. The question we need to ask ourselves is whether Raulito is negotiating on behalf of the Castro family or the Cuban government?</p><p>We know that Cuba has been selling some of their assets, including some belonging to the military economic conglomerate GAESA in the last couple of weeks. Cuba’s attempt to invite foreign investment has not attracted many takers for the fear of losing their money.</p><p><b>July 2 update: Cuba’s culture of fear complicates a Democratic transition</b></p><p>When we talk about Cuba, we usually concentrate on their centralized political and economic system. However, we fail to recognize that individuals that have lived under totalitarian regimes have had to survive under a culture of fear. Such system of government creates a psychological set of attitudes and values that help define the daily behavior in order to align the people’s wants and needs to the restrictions imposed by the government.</p><p>To break such behaviors could take years of psychological training and change. Therefore, transitioning a totalitarian state to support a transition to some form of a Democratic government could take time.</p><p><b>Dr. Andy S. Gomez’s June updates can be viewed by </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>clicking here. </b></a></p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5NDDUTEZ4FVQXEQYTAXMVGREDM.jpg?auth=3d75ab1a2a1bd37503700698408e35d51aa788e9f7193ef47d03e625fcbc5a8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vintage car drives past the Hotel Meliá Habana in Havana, Cuba, on Tuesday, July 21, 2026. (AP Photo/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Trump floats pulling Blanche's nomination for attorney general to avoid conceding to GOP demands]]></title><link>https://www.local10.com/news/politics/2026/07/30/trump-floats-pulling-blanches-nomination-for-attorney-general-to-avoid-conceding-to-gop-demands/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/30/trump-floats-pulling-blanches-nomination-for-attorney-general-to-avoid-conceding-to-gop-demands/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE, ALANNA DURKIN RICHER and MARY CLARE JALONICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said Thursday he may pull acting Attorney General Todd Blanche’s nomination for the full-time post to avoid conceding to Senate Republicans' demands over a sweeping tax audit immunity deal benefiting the president and members of his family.]]></description><pubDate>Thu, 30 Jul 2026 20:47:05 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said Thursday he may pull acting Attorney General Todd Blanche’s nomination for the full-time post to avoid conceding to Senate Republicans' demands over a sweeping tax audit immunity deal benefiting the president and members of his family.</p><p>After failed negotiations forced the delay of a committee vote to advance Blanche's nomination, Trump suggested he was holding firm against pressure from Republican Sens. John Cornyn and Thom Tillis. They have expressed concerns about the controversial settlement of Trump’s lawsuit against the Internal Revenue Service, which a judge denounced as an exercise in self-dealing.</p><p>The senators said the Justice Department seemed interested in reaching an agreement with them, but the White House wouldn't budge to aid the confirmation of Trump's loyal former personal attorney, who has aggressively pursued the administration's priorities as acting attorney general. Instead, 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.</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>Hours after Trump's post, however, Blanche held a meeting with Cornyn and Tillis and the two sides were back to working collaboratively, according to a person familiar with the matter who spoke on the condition of anonymity to discuss sensitive negotiations around Blanche’s confirmation.</p><p>Cornyn and Tillis have said they won't back Blanche's nomination without additional assurances in writing about the settlement, which included a deal to drop tax claims against the president and a now-scrapped plan to create a $1.776 billion “Anti-Weaponization Fund” meant to compensate Trump allies.</p><p>With all Democratic senators opposed, just one Republican holdout on the Senate Judiciary Committee could sink Blanche’s chances for confirmation. And even if Blanche makes it through the Senate Judiciary Committee, it’s unclear if he has enough Republican support to be confirmed by the full chamber.</p><p>Cornyn wrote in a social media post Thursday that the president is “mistaken if he believes concerns about the provisions in his tax lawsuit settlement are limited to me and Senator Tillis.”</p><p>While the Justice Department dropped plans for the “Anti-Weaponization Fund” after bipartisan outrage about the potential of payouts going to violent Jan. 6 rioters, officials have said that another piece of the settlement — granting Trump and members of his family immunity from tax audits — remains in place.</p><p>Though Blanche has repeatedly insisted that the “Anti-Weaponization fund” is dead, skeptical lawmakers have pushed for a commitment in writing — especially since Trump has expressed continued support for the idea. But the senators suggested the White House is resisting putting it in writing.</p><p>“The president’s getting bad advice. He should listen to Blanche and others who think if it’s dead, it should be rendered completely dead,” Tillis told reporters about the fund.</p><p>Another sticking point was the settlement's audit immunity provision that said the U.S. government is “forever barred and precluded” from scrutinizing or prosecuting Trump, his sons and the Trump Organization’s current and past tax examinations. Cornyn and Tillis have pressed the administration to modify the agreement to make clear that it covers only existing audits and does not protect the president from examination of future tax filings.</p><p>While the majority of Republican senators oppose the settlement, the main pushback to Blanche has come from Cornyn, who lost his seat earlier this year when Trump opposed him in a GOP primary. Trump has also frequently targeted Tillis, who announced last year that he would not run for re-election and has criticized the administration over the pardons of Jan. 6 rioters and other matters.</p><p>Though it would be politically embarrassing for the Trump administration, pulling Blanche’s nomination would likely have little practical impact on the management of the Justice Department.</p><p>Blanche, who took the reins of the department after Pam Bondi's firing in April, can still lead the agency as either acting attorney general or deputy attorney general, the No. 2 post to which he was confirmed last year. The deputy attorney general, who oversees the day-to-day operations of the law enforcement agency, can perform the duties of the attorney general if that post is vacant.</p><p>___</p><p>Associated Press reporter Kevin Freking and Lisa Mascaro in Washington contributed to this report.</p>]]></content:encoded><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/25QQHCG3MU3SETD4B6FMFHFS7I.jpg?auth=bf4582671c8eb39bfbfe8e699a0bedf737d73e92dc6e5f217cbacaa8a9071433&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 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[Humane Society of Broward seeks ‘furever’ homes for outgoing kitten Jinx, loveable dogs ]]></title><link>https://www.local10.com/pets/2026/07/30/humane-society-of-broward-seeks-furever-homes-for-outgoing-kitten-jinx-loveable-dogs/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/07/30/humane-society-of-broward-seeks-furever-homes-for-outgoing-kitten-jinx-loveable-dogs/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A playful 14-week-old kitten named Jinx is looking for a forever home through the Humane Society of Broward County.]]></description><pubDate>Thu, 30 Jul 2026 14:42:03 +0000</pubDate><content:encoded><![CDATA[<p>A playful 14-week-old kitten named Jinx is looking for a forever home through the Humane Society of Broward County.</p><p><a href="https://www.local10.com/espanol/2026/07/30/sociedad-protectora-de-animales-de-broward-busca-hogares-permanentes-para-la-extrovertida-gatita-jinx-y-adorables-perros/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/sociedad-protectora-de-animales-de-broward-busca-hogares-permanentes-para-la-extrovertida-gatita-jinx-y-adorables-perros/">Leer en español</a></p><p>Jinx, who recently recovered from a bad cold, is described as an affectionate and adventurous kitten who loves to climb, play and cuddle.</p><p>“She’s the most outgoing kitty cat,” Humane Society of Broward County spokesperson Cherie Wachter said. “When I opened her kennel door, she got out, crawled up on my shoulder and was sitting there.”</p><p>Wachter said Jinx has an easygoing personality and even remained calm during the ride to the TV studio, making her stand out from many other kittens.</p><p>The shelter is also caring for a large number of dogs, particularly those weighing 40 pounds or more. One of them, Angel, is a 6-year-old bully breed mix who is house-trained and gets along with children, cats and other dogs.</p><p>The Humane Society of Broward County encourages anyone considering adding a pet to their family to visit the shelter and meet the animals currently available for adoption.</p><p><a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">Click here</a> for more information on how to adopt a pet. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Sociedad Protectora de Animales de Broward busca hogares permanentes para la extrovertida gatita Jinx y adorables perros]]></title><link>https://www.local10.com/espanol/2026/07/30/sociedad-protectora-de-animales-de-broward-busca-hogares-permanentes-para-la-extrovertida-gatita-jinx-y-adorables-perros/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/sociedad-protectora-de-animales-de-broward-busca-hogares-permanentes-para-la-extrovertida-gatita-jinx-y-adorables-perros/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La juguetona gatita Jinx, de 14 semanas, busca un hogar permanente a través de la Sociedad Protectora de Animales del condado Broward.]]></description><pubDate>Thu, 30 Jul 2026 15:19:35 +0000</pubDate><content:encoded><![CDATA[<p>La juguetona gatita Jinx, de 14 semanas, busca un hogar permanente a través de la Sociedad Protectora de Animales del condado Broward.</p><p>Jinx, que recientemente se recuperó de un fuerte resfriado, es descrita como una gatita cariñosa y aventurera que disfruta trepar, jugar y acurrucarse.</p><p>“Es la gatita más extrovertida”, dijo Cherie Wachter, portavoz de la Sociedad Protectora de Animales del condado Broward. “Cuando abrí la puerta de su jaula, salió, se subió a mi hombro y se quedó sentada allí”.</p><p>Wachter dijo que Jinx tiene una personalidad tranquila e incluso permaneció calmada durante el trayecto al estudio de televisión, lo que la hace destacar entre muchos otros gatitos.</p><p>El refugio también está cuidando a una gran cantidad de perros, especialmente aquellos que pesan 40 libras o más. Uno de ellos, Angel, es un perro mestizo de seis años de raza bully que está entrenado para hacer sus necesidades fuera de la casa y se lleva bien con niños, gatos y otros perros.</p><p>La Sociedad Protectora de Animales del condado Broward invita a cualquier persona que esté considerando incorporar una mascota a su familia a visitar el refugio y conocer a los animales que actualmente están disponibles para adopción.</p><p><a href="https://humanebroward.com/" target="_blank" rel="noreferrer" title="https://humanebroward.com/">Haga clic aquí</a> para obtener más información sobre cómo adoptar una mascota.</p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade County student receives FPL’s first Drones in School Scholarship]]></title><link>https://www.local10.com/news/local/2026/07/30/miami-dade-county-student-receives-fpls-first-drones-in-school-scholarship/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/miami-dade-county-student-receives-fpls-first-drones-in-school-scholarship/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[A local Miami-Dade County student was surprised with balloons, university swag, and life-changing news Wednesday night. ]]></description><pubDate>Thu, 30 Jul 2026 14:34:35 +0000</pubDate><content:encoded><![CDATA[<p>A local Miami-Dade County student was surprised with balloons, university swag, and life-changing news Wednesday night. </p><p><a href="https://www.local10.com/espanol/2026/07/30/estudiante-de-miami-dade-recibe-la-primera-beca-drones-in-school-de-fpl/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/estudiante-de-miami-dade-recibe-la-primera-beca-drones-in-school-de-fpl/">Leer en español</a></p><p>Florida, Power &amp; Light announced in a news release that Ashley Vargas-Fonseca was selected as a recipient for FPL’s first ever Drones in School Scholarship. </p><p>The $5,000 scholarship recognizes her academic achievements and passion for drone technology. Ashley, a recent graduate at George T. Baker Aviation Technical School, completed multiple robotics competitions that boosted her team to first place at the Florida Drones in School State Championship and Drones in School National Championship. </p><p>This fall, Ashley will attend Santa Fe College in Gainesville, where she plans to major in electrical engineering. </p><p>“I’m having trouble with my tuition, as of now, but knowing that I have this scholarship in my hand will definitely be a weight off my shoulder,” Ashley said. </p><p>This scholarship is a part of FPL’s commitment to prepare and support STEAM education and prepare for the next generation of innovators. </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/JBF6GCLRUNHCHBRXKGMVIBCM2M.jpg?auth=97e5d0cc8b8dfd71ae95c465c74403190d187f1692b0cc711bb49561b89c0c65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FPL presents the first ever FPL Drones in Schools Scholarship to Ashley Vanegas-Fonseca at her alma mater, George T. Baker Aviation Technical College Wednesday July 29, 2026 in Miami, FL. (David Adame/For FPL)]]></media:description><media:credit role="author" scheme="urn:ebu">David Adame</media:credit></media:content></item><item><title><![CDATA[Estudiante de Miami-Dade recibe la primera beca Drones in School de FPL]]></title><link>https://www.local10.com/espanol/2026/07/30/estudiante-de-miami-dade-recibe-la-primera-beca-drones-in-school-de-fpl/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/estudiante-de-miami-dade-recibe-la-primera-beca-drones-in-school-de-fpl/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[Un estudiante del condado Miami-Dade fue sorprendido la noche del miércoles con globos, artículos promocionales de una universidad y una noticia que cambiará su vida.]]></description><pubDate>Thu, 30 Jul 2026 15:10:30 +0000</pubDate><content:encoded><![CDATA[<p>Un estudiante del condado Miami-Dade fue sorprendido la noche del miércoles con globos, artículos promocionales de una universidad y una noticia que cambiará su vida.</p><p>Florida Power &amp; Light (FPL) anunció en un comunicado de prensa que Ashley Vargas-Fonseca fue seleccionada como la primera beneficiaria de la beca Drones in School de FPL.</p><p>La beca de $5,000 USD reconoce sus logros académicos y su pasión por la tecnología de drones. Ashley, recién graduada de George T. Baker Aviation Technical School, participó en múltiples competencias de robótica que llevaron a su equipo a obtener el primer lugar en el Campeonato Estatal de Florida de Drones in School y en el Campeonato Nacional de Drones in School.</p><p>Este otoño, Ashley asistirá a Santa Fe College en Gainesville, donde planea especializarse en ingeniería eléctrica.</p><p>“En este momento tengo dificultades para pagar mi matrícula, pero saber que tengo esta beca definitivamente me quitará un gran peso de encima”, dijo Ashley.</p><p>Esta beca forma parte del compromiso de FPL de impulsar la educación STEAM y preparar a la próxima generación de innovadores.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JBF6GCLRUNHCHBRXKGMVIBCM2M.jpg?auth=97e5d0cc8b8dfd71ae95c465c74403190d187f1692b0cc711bb49561b89c0c65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FPL presents the first ever FPL Drones in Schools Scholarship to Ashley Vanegas-Fonseca at her alma mater, George T. Baker Aviation Technical College Wednesday July 29, 2026 in Miami, FL.   (David Adame/For FPL)]]></media:description><media:credit role="author" scheme="urn:ebu">David Adame</media:credit></media:content></item><item><title><![CDATA[Packers career rushing leader Ahman Green says he has early onset Parkinson's disease]]></title><link>https://www.local10.com/sports/2026/07/30/packers-career-rushing-leader-ahman-green-says-he-has-early-onset-parkinsons-disease/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/packers-career-rushing-leader-ahman-green-says-he-has-early-onset-parkinsons-disease/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[GREEN BAY, Wis. (AP) — Ahman Green, a four-time Pro Bowl running back and the Green Bay Packers’ career rushing leader, said he learned last year that he has early onset Parkinson’s disease.]]></description><pubDate>Thu, 30 Jul 2026 15:07:55 +0000</pubDate><content:encoded><![CDATA[<p>GREEN BAY, Wis. (AP) — Ahman Green, a four-time Pro Bowl running back and the Green Bay Packers’ career rushing leader, said he learned last year that he has early onset Parkinson’s disease.</p><p>The 49-year-old Green discussed his diagnosis this week on Tyler Dunne’s “Go Long” podcast.</p><p>“I know unfortunately there’s a day we eventually, where our clock stops ticking,” Green said. “The way I look at it, my clock is going to stop ticking when I want it to stop ticking.”</p><p>Green said it’s similar to the approach he took while running the ball during a 12-year NFL career in which he rushed for 9,205 yards and 60 touchdowns. His last season was 2009.</p><p>Green said his symptoms began when his feet started twitching in his sleep.</p><p>“I knew something was going on long before that,” he said.</p><p>Parkinson’s is a neurologic disease that robs people of control over their movements. It typically starts with tremors and is characterized by slow movement, a shuffling gait, stiff limbs, balance problems and slurred speech.</p><p>Green said he sometimes sleepwalks and has no recollection of it afterward. He called his short-term memory “trash,” but said his long-term memory is better.</p><p>He expressed optimism about his long-term outlook while pointing out he exercises regularly and has a “super clean” diet.</p><p>Green rushed for at least 1,163 yards each season from 2000-04 while playing for the Packers. He earned four straight Pro Bowl appearances from 2001-04.</p><p>He rushed for 8,322 yards as a Packers player, the highest total in the franchise’s storied history. He set a Packers single-season record by rushing for 1,883 yards in 2003.</p><p>Green’s NFL career began with the Seattle Seahawks, who selected him out of Nebraska in the third round of the 1998 draft. He spent two seasons with Seattle before getting traded to Green Bay in April 2000.</p><p>He played for the Packers from 2000-06, spent 2007-08 with the Houston Texans and returned to Green Bay for one last season.</p><p>Green’s announcement comes two years after former Packers teammate Brett Favre disclosed that he has Parkinson’s disease. Green said he spoke with Favre a couple of weeks ago to catch up but added that he planned to call the Hall of Fame quarterback to let him know “he has a brother right behind him.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JOUNW6BZYBGMQ64Z24FV5LGUD4.jpg?auth=b29a5710ed1a5bcfb7b465550b7a0c2af7d1b17ea962a60d1a4d6c16fc90a5fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Green Bay Packers' Ahman Green (34) dives for a first down in front of Arizona Cardinals' Antrel Rolle (21) during the second half of an NFL wild-card playoff football game, Jan. 10, 2010, in Glendale, Ariz. (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/UXTLDN5SMWDIK5VOIIMXXEIAP4.jpg?auth=21444c8563e8a4b53a4334c426f402d408cdea4867783458f036e0020c0d4005&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Green Bay Packers running back Ahman Green is seen after speaking at a conference in Atlantic City, N.J., Oct. 18, 2022. (AP Photo/Wayne Parry, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Wayne Parry</media:credit></media:content></item><item><title><![CDATA[Man faces felony for vandalizing Bay of Pigs monument, police say]]></title><link>https://www.local10.com/news/local/2026/07/30/man-faces-felony-for-vandalizing-bay-of-pigs-memorial-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/man-faces-felony-for-vandalizing-bay-of-pigs-memorial-police-say/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Police in Miami arrested a 27-year-old man for allegedly vandalizing a well-known South Florida monument. ]]></description><pubDate>Thu, 30 Jul 2026 14:46:34 +0000</pubDate><content:encoded><![CDATA[<p>Miami police arrested a 27-year-old man for allegedly vandalizing a well-known South Florida monument. </p><p><a href="https://www.local10.com/espanol/2026/07/30/policia-hombre-enfrenta-cargo-grave-por-vandalizar-monumento-de-bahia-de-cochinos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/policia-hombre-enfrenta-cargo-grave-por-vandalizar-monumento-de-bahia-de-cochinos/">Leer en español</a></p><p>According to the Miami Police Department, officers responded to the Bay of Pigs Monument, located at 806 SW 13th Ave. in the city’s Little Havana neighborhood, on Wednesday after a city parks employee was alerted to the monument being damaged.</p><p>The monument, which has been in place since 1971, is owned by the city. </p><p>Investigators said that after reviewing surveillance footage, they found that the vandalization occurred on Sunday night when a man was seen breaking the monument. </p><p>That man has since been identified as Jean Carlo Rojas.</p><p>Police said the impacted part of the monument, which was described as “the gray missile,” suffered damages that would cost $1,000 to repair. </p><p>As officers were retrieving the surveillance footage, they realized the suspect was still in the area, standing on the sidewalk near the monument, and quickly took him into custody. </p><p>Official documents identify Rojas as a construction worker who is currently homeless. </p><p>He is facing a felony charge of criminal mischief on a memorial or historic property. </p><p>According to jail records, Rojas was already out on felony bond for a separate case in which he was charged with battery on a police officer, firefighter or corrections officer and resisting an officer without violence. </p><p>As of Thursday morning, he was being held behind bars at the Turner Guilford Knight Correctional Center with bond listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3UP233AKRREULFKUEQKDPYOAK4.jpg?auth=e58244a334bc446f53e763bd793e567c37b2fe07dfd4bb77cc8ec9e369f02471&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Hombre enfrenta cargo grave por vandalizar monumento de Bahía de Cochinos]]></title><link>https://www.local10.com/espanol/2026/07/30/policia-hombre-enfrenta-cargo-grave-por-vandalizar-monumento-de-bahia-de-cochinos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/policia-hombre-enfrenta-cargo-grave-por-vandalizar-monumento-de-bahia-de-cochinos/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[La Policía de Miami arrestó a un hombre de 27 años por presuntamente vandalizar un conocido monumento del sur de Florida.]]></description><pubDate>Thu, 30 Jul 2026 15:06:49 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Miami arrestó a un hombre de 27 años por presuntamente vandalizar un conocido monumento del sur de Florida.</p><p>Según el Departamento de Policía de Miami, los agentes respondieron el miércoles al Monumento de Bahía de Cochinos, ubicado en 806 SW 13th Ave., en el vecindario de Little Havana, luego de que un empleado de parques de la ciudad fuera alertado sobre daños en el monumento.</p><p>El monumento, que se encuentra en ese lugar desde 1971, es propiedad de la ciudad.</p><p>Los investigadores informaron que, tras revisar los videos de vigilancia, determinaron que el acto de vandalismo ocurrió la noche del domingo, cuando un hombre fue captado dañando el monumento.</p><p>Ese hombre fue identificado como Jean Carlo Rojas.</p><p>La Policía indicó que la parte afectada del monumento, descrita como “el misil gris”, sufrió daños cuya reparación costaría $1,000 USD.</p><p>Mientras los agentes recopilaban los videos de vigilancia, se dieron cuenta de que el sospechoso aún se encontraba en el área, de pie en la acera cerca del monumento, por lo que fue arrestado de inmediato.</p><p>Los documentos oficiales identifican a Rojas como trabajador de la construcción y actualmente sin hogar.</p><p>Enfrenta un cargo grave de daños criminales contra un monumento conmemorativo o propiedad histórica.</p><p>Según los registros de la cárcel, Rojas ya se encontraba en libertad bajo fianza por otro caso en el que fue acusado de agresión contra un oficial de Policía, un bombero o un oficial correccional, y de resistirse a un agente sin violencia.</p><p>Hasta la mañana del jueves, permanecía detenido en el Centro Correccional Turner Guilford Knight, con la fianza pendiente de ser fijada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3UP233AKRREULFKUEQKDPYOAK4.jpg?auth=e58244a334bc446f53e763bd793e567c37b2fe07dfd4bb77cc8ec9e369f02471&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[No charges for Arizona parents in case of toddler who was alive after being declared dead]]></title><link>https://www.local10.com/news/national/2026/07/30/no-charges-for-arizona-parents-in-case-of-toddler-who-was-alive-after-being-declared-dead/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/30/no-charges-for-arizona-parents-in-case-of-toddler-who-was-alive-after-being-declared-dead/</guid><dc:creator><![CDATA[By ED WHITE, Associated Press]]></dc:creator><description><![CDATA[No charges will be filed against the parents of an Arizona toddler who was declared dead after being found in a family pool but was breathing hours later at a hospital morgue.]]></description><pubDate>Thu, 30 Jul 2026 15:01:11 +0000</pubDate><content:encoded><![CDATA[<p>No charges will be filed against the parents of an Arizona toddler who was declared dead after being found in a family pool but was breathing hours later at a hospital morgue.</p><p>Gilbert police had recommended negligence charges. But Maricopa County Attorney Rachel Mitchell said a conviction beyond a reasonable doubt was unlikely.</p><p>“The family had multiple childproof locks and safety measures in place, and multiple adults were present in the home, all of whom believed someone was watching the child,” Mitchell said Wednesday. “Additionally, the investigation found no evidence that the parents exhibited any obvious signs of impairment.”</p><p>First responders were dispatched to the home on Feb. 8 in response to a reported drowning. They performed life-saving measures on the 18-month-old child before taking him to a hospital where the boy was pronounced dead about an hour later.</p><p>But about five hours later, police were notified that the child was breathing, and he was flown to another hospital. The boy survived.</p><p>Earlier this month, Mercy Gilbert Medical Center, where the child was initially taken, called it “a heartbreaking situation” but declined to release further details.</p><p>The hospital said it conducted a "thorough review of all aspects of the care provided to learn what happened and to make meaningful changes to strengthen our care.”</p><p>Gilbert police officers who were at the hospital said they saw possible signs of life multiple times, but the child was still taken to a “cold room,” which serves as a morgue, according to documents obtained by The Associated Press.</p><p>The records also indicated tension between officers and a doctor who reportedly told one, “Please do your thing and let me do my thing. I went to medical school for a reason.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FLGUW64PLSHWHUJ4JTFW6CYYYI.jpg?auth=53ca10692d91e77df75c66ccab2c5df4acfc332c0b7692078c874cd3be7fec1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercy Gilbert Medical Center, shown here, where an 18-month-old toddler discovered in a backyard pool and taken to the hospital in February, was declared dead before being found breathing hours later in a room that serves as the hospital morgue, according to recently released police records, Monday, July 6, 2026, in Gilbert, Ariz. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Senate committee advances nomination of Dr. Erica Schwartz to be Trump's CDC director]]></title><link>https://www.local10.com/news/politics/2026/07/30/senate-committee-advances-nomination-of-dr-erica-schwartz-to-be-trumps-cdc-director/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/30/senate-committee-advances-nomination-of-dr-erica-schwartz-to-be-trumps-cdc-director/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A Senate committee on Thursday advanced Dr. Erica Schwartz’s nomination to be director of the nation’s top public health agency, setting aside concerns that she will not stand up to political meddling.]]></description><pubDate>Thu, 30 Jul 2026 15:33:50 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A Senate committee on Thursday advanced Dr. Erica Schwartz’s nomination to be director of the nation’s top public health agency, setting aside concerns that she will not stand up to political meddling.</p><p>If confirmed by the full Senate, the 54-year-old would become the 22nd director of the Atlanta-based Centers for Disease Control and Prevention, which is charged with protecting Americans from preventable health threats. Her resume includes medical and law degrees, a stint as deputy surgeon general, and a leadership position at the U.S. Coast Guard.</p><p>Schwartz appeared to be on shaky ground after a hearing before the Senate Health, Education, Labor and Pensions Committee this month. The chairman, Sen. Bill Cassidy, R-La., and others questioned whether she would be willing to stand up to Republican President Donald Trump's health secretary, Robert F. Kennedy Jr., if he ordered CDC to do something that was unsupported by science and good public health practice.</p><p>But when the committee met last week, Cassidy said he had spoken with Schwartz after that hearing and to others who knew her.</p><p>“I’m confident that she knows what she is doing and will stand against those who do not,” said Cassidy, whose support was necessary for the nomination to go forward.</p><p>The committee's near party-line vote Thursday moved Schwartz’s nomination ahead.</p><p>Among those who opposed her was Sen. Bernie Sanders, a Vermont independent.</p><p>“The issue at hand is not complicated," Sanders said last week. "Will we have people in the Trump administration who have the guts to stand up to people who are anti-science and into conspiracy theories?”</p><p>The CDC has faced more than a year of unrest</p><p>The CDC has been in turmoil since Trump returned to office last year.</p><p>Largely due to layoffs and resignations, the agency has lost 3,000-plus employees, more than one-quarter of its workforce. Morale has plummeted as a succession of mostly temporary leaders have come and gone. The front office has been staffed by political appointees with little or no training in medicine or public health.</p><p>When Schwartz was nominated in April, public health experts were cautiously optimistic, citing her background. They also noted she was the choice of Trump and not Kennedy, a leading voice in the anti-vaccine movement before he was tapped to oversee the CDC and other federal health agencies.</p><p>Kennedy had promised not to change the nation’s vaccination schedule but later attempted a substantial rewrite of vaccine recommendations for kids. Some of those efforts were put on hold this year by a federal judge.</p><p>Kennedy’s actions have rankled Cassidy, a physician who initially expressed doubts about Kennedy as Trump's pick to be health secretary. Cassidy ultimately signed off on Kennedy after the nominee promised not to change the nation’s childhood vaccine recommendations.</p><p>Public health groups seek reassurance</p><p>At Schwartz’s hearing, Cassidy and some other senators asked her what she would do if Kennedy or other political appointees instructed the CDC to make changes that were not supported by science. Schwartz pledged to “never betray the science,” but she repeatedly declined to dissent from some of the actions Kennedy has taken.</p><p>The National Public Health Coalition, an organization of former and current CDC workers, was not reassured by her responses and said senators should require specific written commitments from Schwartz on scientific independence, evidence-based vaccine policy, conflicts of interest and other issues.</p><p>“The public needed to hear clear commitments about how she would protect CDC guidance from political pressure," the group said in a statement. “Too often, her stated commitments were incomplete, vague, or missing.”</p><p>At the hearing, Schwartz said she was unaware that CDC programs that worked to prevent smoking and promote vaccinations had been curtailed. She declined to commit to taking down a CDC website that suggests a link between childhood vaccines and autism. She said she had not seen it, though she agreed existing medical evidence has not found a link.</p><p>Last week, Cassidy said that “as a sign of good faith” officials at the Department of Health and Human Services had modified the page. But this week, it continued to argue that “vaccines do not cause autism” is not an evidence-based claim, despite numerous studies that have found no such link.</p><p>Dr. Georges Benjamin, executive director of the American Public Health Association, interpreted Schwartz's performance as someone trying to please different factions. He disagreed with how she answered several questions, but continued to support her nomination.</p><p>Schwartz is qualified, might be able to rebuild the CDC’s depleted command structure and could start to rebuild public trust in the agency by focusing on bipartisan concerns such as foodborne disease outbreaks, he said in a recent interview.</p><p>Dr. Daniel Jernigan, a former top CDC official who resigned in August, echoed that.</p><p>If Schwartz is not confirmed, “it will mean a continued rudderless journey for CDC," he said.</p><p>For Kennedy, "having to start over is probably what he wants — many more months with no one stopping him from pursuing the same anti-science and anti-vaccine efforts he has been pursuing,” Jernigan said.</p><p>The CDC has had several leaders under Trump</p><p>Schwartz was the third Trump nominee for the office in the past 18 months.</p><p>The first was a former Florida congressman, Dr. David Weldon. His Senate hearing in March 2025 was canceled an hour before it was to begin. Weldon said at the time that he had been told not enough senators were willing to vote for him.</p><p>The White House then moved on to Susan Monarez, who had been serving as the CDC’s acting director. Monarez was confirmed by the Senate, but she was ousted in less than a month. Trump administration officials said she was not aligned with the president's agenda so they terminated her.</p><p>Since then there have been a series of HHS officials as acting CDC director.</p><p>The committee also advanced a controversial health nominee</p><p>The CDC position is one of a number of leadership vacancies among federal health agencies, including surgeon general and commissioner of the Food and Drug Administration.</p><p>Also unfilled is the job of assistant health secretary for preparedness and response. That official oversees preparations and response to public health emergencies and disasters and is involved in decisions about funding next-generation vaccines against pandemic flu or other infectious disease threats.</p><p>Trump wants Sean Kaufman in that post, and the Senate committee on Thursday approved the nomination by a party-line vote.</p><p>In LinkedIn postings, Kaufman has made comments cheered by vaccine skeptics, arguing against hepatitis B vaccinations for newborns and saying he served as an expert witness to advocate for people who refused the COVID-19 vaccine. He also supported a Trump administration decision last year to cancel projects to develop vaccines using mRNA technology.</p><p>“Mr. Kaufman has said some pretty stupid things and irresponsible things regarding immunization,” Cassidy said.</p><p>But Cassidy said he spoke to HHS officials and was assured that personnel changes are being made at the department to provide “better oversight to ensure that science, not ideology, is driving decision-making.”</p><p>Cassidy also said he has been assured that if Kaufman is confirmed, "he will not be involved in vaccine policy and nor will he be the ultimate decision-maker on certain issues.”</p><p>Sanders, who voted against Kaufman, said: “I think the American people are owed better than what President Trump has nominated.”</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/FB7XIJYESI5UMTRSO5GL3XUAEI.jpg?auth=54c45dc3985a574da2c38637df21656159201a26e87241e5e043bdf9f95f9624&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Erica Schwartz testifies during a Senate Health Education Labor and Pensions committee confirmation hearing to be the director of the Centers for Disease Control and Prevention on Capitol Hill, Wednesday, July 15, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RHC6XOLCIRK2X4UJ7SFHS7CXY4.jpg?auth=74d53492aec64313efa283677c00870473fd8ec21c89dd76afac3907424cecbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Erica Schwartz testifies during a Senate Health Education Labor and Pensions committee confirmation hearing to be the director of the Centers for Disease Control and Prevention on Capitol Hill, Wednesday, July 15, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[The Recording Academy CEO responds to BTS decision not to submit to Grammys]]></title><link>https://www.local10.com/entertainment/2026/07/30/the-recording-academy-ceo-responds-to-bts-decision-not-to-submit-to-grammys/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/30/the-recording-academy-ceo-responds-to-bts-decision-not-to-submit-to-grammys/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Recording Academy CEO Harvey Mason jr. has responded to the news that K-pop powerhouse BTSwill not submit their music for consideration at the forthcoming 2027 Grammy Awards.]]></description><pubDate>Thu, 30 Jul 2026 14:23:56 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Recording Academy CEO Harvey Mason jr. has responded to the news that K-pop powerhouse BTSwill not submit their music for consideration at the forthcoming 2027 Grammy Awards.</p><p>“I am saddened to hear that BTS has chosen not to participate in the Grammy Awards process this year, but as a music creator, I understand and respect their decision,” Mason jr. wrote on the Grammys' official Instagram page.</p><p>On Wednesday, all seven BTS members — RM, Suga, j-hope, Jimin, V, Jung Kook and Jin — shared the same note on Instagram, stating that they would not be submitting their comeback album, “ARIRANG” or its songs for Grammys.</p><p>“We hope our music can be heard and loved for what it is, rather than being divided by region or language,” they wrote, just over a month after the Recording Academy announced five new Grammy categories, which include best Asian pop music performance.</p><p>According to the rulebook, the category recognizes releases across K-pop, J-pop, C-pop and beyond. But some fans viewed it as a racialized barrier for Asian performers.</p><p>In his statement, Mason jr. stated that the new category was created in order to celebrate more voices across the Asian music industry — not to separate those artists from other awards.</p><p>“I do want to clarify something that seems to be getting lost in the conversation. The Asian Pop category was created to celebrate the depth, diversity and extraordinary growth of pop artistry coming out of Asia,” he wrote. “More categories mean more artists' work is recognized. It's never to divide, but to expand who is recognized by our 15,000 Grammy voters.”</p><p>He added a reminder that submitting in a genre category — such as the new Asian pop award — does not exclude an artist from submitting to the general field categories like album, song and record of the year.</p><p>“Recognition in a genre category and recognition in the General Field are not mutually exclusive,” Mason jr. said. “An artist can absolutely pursue both.”</p><p>BTS has never won a Grammy, though they’ve been nominated for five: three times in the best pop duo/group performance category as well as album of the year (for their contributions to Coldplay’s “Music of the Spheres”) and best music video for “Yet to Come.”</p><p>In fact, no K-pop act had ever won a Grammy before this year, when “Golden” from the Netflix animated film “KPop Demon Hunters” took home the trophy for best song for visual media. It capped a highly visible night for K-pop at the Grammys — an institution where the genre has long been undercelebrated despite its massive international following.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7DC6F2DCQLVALSBTQSVYPO6G5I.jpg?auth=905d99434d03a8e468c1e4485183ab31b5d72efa0e6b3dbd533355daf18cdbfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Korean pop band BTS attends the 2019 Variety's Hitmakers Brunch in West Hollywood, Calif., on Dec. 7, 2019.(Photo by Richard Shotwell/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content></item><item><title><![CDATA[Bill Belichick says Tar Heels adjusting duties with GM on paid leave and under school investigation]]></title><link>https://www.local10.com/sports/2026/07/30/bill-belichick-says-tar-heels-adjusting-duties-with-gm-on-paid-leave-and-under-school-investigation/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/bill-belichick-says-tar-heels-adjusting-duties-with-gm-on-paid-leave-and-under-school-investigation/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description><![CDATA[CHAPEL HILL, N.C. (AP) — North Carolina coach Bill Belichick opened his second preseason camp Thursday saying the program is adjusting internal duties with general manager Michael Lombardi on paid administrative leave and the subject of a school investigation.]]></description><pubDate>Thu, 30 Jul 2026 19:21:06 +0000</pubDate><content:encoded><![CDATA[<p>CHAPEL HILL, N.C. (AP) — North Carolina coach Bill Belichick opened his second preseason camp Thursday saying the program is adjusting internal duties with general manager Michael Lombardi on paid administrative leave and the subject of a school investigation.</p><p>“We’re working through some things,” Belichick said before the morning’s first official practice. “We’re at a particular time of year now where there are certain things that are in play and certain things that aren’t in play that won’t happen until later in the calendar year at some other point.</p><p>“Again, we’re taking it day to day, and working through the things that are on the table now.”</p><p>The school announced Monday that Lombardi had been placed on leave but didn’t provide details as to the reason, noting that employees and athletes aren’t permitted to address the topic “as is standard procedure with personnel matters.” On Thursday morning, about 30 minutes before Belichick spoke to reporters, UNC released another statement that said its Office of University Counsel was conducting an investigation — an announcement coming just shy of a month from kickoff to Year 2 of the Belichick era in Chapel Hill.</p><p>Two people with knowledge of the situation said a human resources complaint from a former employee is involved with Lombardi’s leave. The people spoke to The Associated Press on condition of anonymity because the school isn’t commenting publicly about the specific reasons of the case.</p><p>According to university policy, the length of an administrative leave shouldn't exceed 30 days but can vary based on issues under review.</p><p>“We're going to let that process play out,” athletic director Steve Newmark said Thursday morning of the investigation while declining to discuss specific details. “It's paramount for us to do what's right to make sure it's a full and fair review, and that we don't do anything to compromise the integrity of the process.”</p><p>Speaking later after a regularly scheduled morning meeting of the UNC trustees, chancellor Lee Roberts said Thursday that the school learned of “some concerns” last week.</p><p>“If something has gone wrong, we want to know about it,” Roberts said. “If something needs to be fixed, we will be sure to fix it. There’s a standard of excellence here that all of us are entrusted with adhering to.”</p><p>Roberts added later: "It’s distressing to me and everyone else in the administration entrusted with leadership at this remarkable university that this is something that we have to have to spend time on.”</p><p>Belichick didn’t specify exactly how Lombardi’s duties have been divided among the staff, including referencing “a few adjustments” when asked about his own daily tasks.</p><p>At the college level, GMs across sports generally work what amounts to front-office roles dealing with roster construction and negotiations over player compensation, with the heaviest work coming in the offseason. In that sense, the football focus centers now more on the on-field work for a roster Lombardi helped put together ahead of the Aug. 29 opener against TCU in Dublin, Ireland.</p><p>UNC hired Belichick in December 2024, hoping the man who led the New England Patriots to six Super Bowl titles could thrive as a first-time college coach.</p><p>Belichick immediately hired Lombardi, who was in attendance for Belichick's introductory news conference. Lombardi’s career as an NFL executive had included being the GM of the Cleveland Browns in 2013. And he secured a three-year deal paying him $1.5 million in base salary through the 2027 season, making him the country's highest-paid GM, according to a USA Today salary database.</p><p>A few months into Belichick’s tenure, Lombardi said the goal was running a college program in a way similar to the NFL, saying the Tar Heels “consider ourselves the 33rd (NFL) team” because of the staff connections to the pros. That confident statement didn't align with the on-field results, with the Tar Heels having more more double-digit losses (five) than total wins (four) in Belichick's debut season.</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/ZEGQGUISMVWPIDMPX4YPZONFNM.jpg?auth=820846521de4a818765d02c6059b95d1820735fa4410dcfeba3954d05e0ebf31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[North Carolina coach Bill Belichick speaks at an NCAA college football news conference before preseason camp, Thursday, July 30, 2026, in Chapel Hill, N.C. (AP Photo/Aaron Beard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Beard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XRF7V37P7FEOJDXZIVFOR4GTFE.jpg?auth=72e2a115d355decc6798b467a85cc57ebeb674f3c2d2f89506eec03abc90e626&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - North Carolina general manager Michael Lombardi on the sidelines before an NCAA college football game Saturday, against Stanford, Nov. 8, 2025, in Chapel Hill, N.C. (AP Photo/Chris Seward, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Seward</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7UZD34CAR63G5GM55B5HZCCOMY.jpg?auth=d1e12414429465cdbc3d284077d6c5cc2546b39c91a004c28158507586a2c544&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - North Carolina head coach Bill Belichick on the sidelines during the first half of an NCAA college football game against Duke, Saturday, Nov. 22, 2025, in Chapel Hill, N.C. (AP Photo/Chris Seward, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Seward</media:credit></media:content></item><item><title><![CDATA[Ex-LSU football player’s mother says son needs treatment, not jail after arrest]]></title><link>https://www.local10.com/news/local/2026/07/29/ex-lsu-football-players-mother-says-son-needs-treatment-not-jail-after-arrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/ex-lsu-football-players-mother-says-son-needs-treatment-not-jail-after-arrest/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[Sharon Byrd still lights up at the mention of her son’s name.]]></description><pubDate>Wed, 29 Jul 2026 22:08:23 +0000</pubDate><content:encoded><![CDATA[<p>Sharon Byrd still lights up at the mention of her son’s name.</p><p><a href="https://www.local10.com/espanol/2026/07/30/madre-de-ex-jugador-de-futbol-americano-de-lsu-dice-que-su-hijo-necesita-tratamiento-no-carcel-tras-su-arresto/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/madre-de-ex-jugador-de-futbol-americano-de-lsu-dice-que-su-hijo-necesita-tratamiento-no-carcel-tras-su-arresto/">Leer en español</a></p><p>“He has his Heisman trophies right here,” Byrd said. “So this is a young man that had a future and once that accident happened, everything went away.”</p><p><a href="https://www.local10.com/news/local/2026/07/28/who-wants-to-die-today-man-pulls-knife-on-fellow-bus-rider-who-told-him-to-shut-up-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/28/who-wants-to-die-today-man-pulls-knife-on-fellow-bus-rider-who-told-him-to-shut-up-cops-say/">Demetrius Byrd</a>, once a standout football player at Miami Central Senior High School who helped lead LSU to a national championship in 2005, is now in jail, accused of aggravated assault with a deadly weapon.</p><p>Demetrius Byrd’s mother blames a head injury from a car crash, just before he was set to be drafted into the NFL, for triggering mental illness.</p><p>“Everybody is against him, everybody wants to hurt my son, in his mind,” Sharon Byrd said. “Everyone wants to hurt him.”</p><p>Demetrius Byrd, 40, appeared before a judge Tuesday to answer to the charge.</p><p>“He had a silver multi-tool in his right pocket,” the judge said.</p><p>Police said Demetrius Byrd was <a href="https://www.local10.com/news/local/2026/07/28/who-wants-to-die-today-man-pulls-knife-on-fellow-bus-rider-who-told-him-to-shut-up-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/28/who-wants-to-die-today-man-pulls-knife-on-fellow-bus-rider-who-told-him-to-shut-up-cops-say/">on a Miami-Dade Transit bus Monday in Miami Beach</a>, causing a disruption near Abbott Avenue and Indian Creek Drive.</p><p>They said a male passenger tried to calm him down, but that only escalated the confrontation.</p><p>“He opened his multi-tool to a blade and asked the victim if he wanted to die and walked towards him with a blade in his hand,” the judge said.</p><p>The bus driver called police, which led to Demetrius Byrd’s arrest.</p><p>“My son don’t need jail, he needs help mentally,” Sharon Byrd said.</p><p>Despite her plea for help, Demetrius Byrd’s mother said she is not giving up on her son.</p><p>“There’s nothing vicious about him and anyone who knows him will tell you that. That’s not my son,” she said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Police describe a father's horror as he realizes then-wife Lindsay Clancy killed their 3 kids]]></title><link>https://www.local10.com/news/2026/07/30/police-describe-a-fathers-horror-as-he-realizes-then-wife-lindsay-clancy-killed-their-3-kids/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/30/police-describe-a-fathers-horror-as-he-realizes-then-wife-lindsay-clancy-killed-their-3-kids/</guid><dc:creator><![CDATA[By MICHAEL CASEY and LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — The two police officers focused first on Lindsay Clancy drifting in and out of consciousness in the snow after jumping from her Massachusetts home's second-floor window. Within minutes, they were racing into the basement after her then-husband screamed that all three of their children were dead.]]></description><pubDate>Thu, 30 Jul 2026 21:07:06 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — The two police officers focused first on Lindsay Clancy drifting in and out of consciousness in the snow after jumping from her Massachusetts home's second-floor window. Within minutes, they were racing into the basement after her then-husband screamed that all three of their children were dead.</p><p>“I can’t wake them up — I can’t get them up!” he frantically told the officers who, along with firefighters and paramedics, gave jurors firsthand accounts on Thursday of the aftermath.</p><p>The murder trial has centered on Clancy’s mental state at the time. Her lawyers do not dispute that she strangled the children with exercise bands. But they say she was in the grip of postpartum psychosis, a rare mental illness linked to the stress, sleep deprivation and hormonal changes that follow childbirth.</p><p>Prosecutors say Clancy, a former labor and delivery nurse at Massachusetts General Hospital, acted intentionally and is criminally responsible for the deaths in January 2023.</p><p>___</p><p>EDITOR’S NOTE: If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988. There is also an online chat at 988lifeline.org</p><p>___</p><p>The testimony came after jurors spent two days listening to testimony from Patrick Clancy and his anguished 911 call. He was still on the phone when he discovered the bodies of 3-year-old Dawson, 5-year-old Cora, and 8-month-old Callan, minutes after returning home from an errand his wife asked him to run.</p><p>Patrick Clancy has said in interviews that he forgives his ex-wife, whom he viewed as ill rather than evil. The trial marks the first time he has seen Lindsay Clancy since the killings.</p><p>She remains paralyzed from the waist down after using multiple methods to try to end her life that night. She says a voice told her, “This is your last chance. Kill the children so you can kill yourself,” according to her lawyer.</p><p>Officers Stephen Hall and Brian Josephine testified Thursday that they were each dispatched separately to the house in Duxbury, a coastal town south of Boston. Hall said they arrived to find Patrick Clancy yelling for help from behind the home.</p><p>Patrick Clancy testified earlier this week that his injured wife told him the kids were in the basement, but she didn't say they were dead.</p><p>When the officers followed the sound of his screams downstairs, only 8-month-old Callan had a faint pulse, Josephine testified.</p><p>“Based on my training experience from previous incidents, I knew it wasn’t going to be good,” Josephine said. They began rendering aid with help from firefighters.</p><p>PJ Hussey, a fire department supervisor, arrived in time to glimpse through a basement window as Patrick Clancy unwrapped an exercise band from his child's neck.</p><p>“It turned very chaotic very quickly” as more ambulances rushed to the house, Hussey testified. Duxbury firefighter and paramedic Jennifer Stratton said the infant never regained a pulse.</p><p>If convicted of murder, Lindsay Clancy faces life in prison without parole. If found not guilty due to a lack of criminal responsibility, she would be committed to a state mental health facility.</p><p>In opening arguments Monday, her attorney said she had bipolar disorder, and that antidepressants prescribed after the birth of her third child worsened her condition.</p><p>Patrick Clancy testified about his wife’s deteriorating mental health in the months leading up to the killings. He said she told him about intrusive thoughts of harming the children, as well as thoughts of suicide.</p><p>She sought care from experts in postpartum mood disorders and was put on multiple psychiatric medications. When nothing worked, she checked into a psychiatric hospital. She killed the children 19 days after she was discharged.</p><p>Clancy and her ex-husband accuse her medical providers of failing to properly diagnose, treat and monitor her, according to lawsuits filed earlier this year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JTJTPCYSVCETTTBAZWKATMRXLY.jpg?auth=78a7803285f9927466086406a6b5f9613851722530a94810e15e074b2c45acea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duxbury firefighter Richard Dwyer testifies during the murder trial for Lindsay Clancy at Plymouth Superior Court in Plymouth, Mass., on Thursday, July 30, 2026. (CJ Gunther/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Gunther</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PH4HUGUXRBXB7SIMWQWKNFJ56Q.jpg?auth=f03bf8bf4201677bebc44cc2f673a271fb9ff8d2640053c0564c277c231e0ef1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy listens during her murder trial at Plymouth Superior Court in Plymouth, Mass., on Thursday, July 30, 2026. (CJ Gunther/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Gunther</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YVYL2Z4IXKKDXQNZ6GHMIKQH6U.jpg?auth=fbd4c3735399a5901b09348522dc1b1747b1e4985013f5aafad1d527fd86ed64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kevin Reddington, defense attorney gestures as he cross-examines a witness during the murder trial for Lindsay Clancy at Plymouth Superior Court in Plymouth, Mass., on Thursday, July 30, 2026. (CJ Gunther/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Gunther</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HDNYMLDBOV6LM3MGQVVLNWIWAQ.jpg?auth=97963ba98d062c39f7f32cb17af66997f6e6011c488341eea44c9689b670c652&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duxbury firefighter Jennifer Stratton testifies during the murder trial for Lindsay Clancy at Plymouth Superior Court in Plymouth, Mass., on Thursday, July 30, 2026. (CJ Gunther/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Gunther</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVDEY42QAW5GNQNWBIFKWJYTPI.jpg?auth=bd7a1ec5d0eb7bed363ad11be3c90a084ab2064ff5f0808e96947f88a38b12f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A wedding photo is seen in a bin of papers during the murder trial for Lindsay Clancy at Plymouth Superior Court in Plymouth, Mass., on Thursday, July 30, 2026. (CJ Gunther/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Gunther</media:credit></media:content></item><item><title><![CDATA[Madre de ex jugador de fútbol americano de LSU dice que su hijo necesita tratamiento, no cárcel tras su arresto]]></title><link>https://www.local10.com/espanol/2026/07/30/madre-de-ex-jugador-de-futbol-americano-de-lsu-dice-que-su-hijo-necesita-tratamiento-no-carcel-tras-su-arresto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/madre-de-ex-jugador-de-futbol-americano-de-lsu-dice-que-su-hijo-necesita-tratamiento-no-carcel-tras-su-arresto/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[Sharon Byrd aún se ilumina al escuchar el nombre de su hijo.]]></description><pubDate>Thu, 30 Jul 2026 14:17:08 +0000</pubDate><content:encoded><![CDATA[<p>Sharon Byrd todavía se ilumina al oír el nombre de su hijo.</p><p>“Aquí tiene sus trofeos Heisman”, dijo Byrd. “Este joven tenía un futuro prometedor, pero tras el accidente, todo se esfumó”.</p><p><a href="https://www.local10.com/news/local/2026/07/28/who-wants-to-die-today-man-pulls-knife-on-fellow-bus-rider-who-told-him-to-shut-up-cops-say/" rel="" title="https://www.local10.com/news/local/2026/07/28/who-wants-to-die-today-man-pulls-knife-on-fellow-bus-rider-who-told-him-to-shut-up-cops-say/">Demetrius Byrd</a> , quien fuera un destacado jugador de fútbol americano en la escuela secundaria Miami Central y ayudó a LSU a ganar un campeonato nacional en 2005, ahora está en la cárcel, acusado de agresión con agravantes con un arma mortal.</p><p>La madre de Demetrius Byrd atribuye la enfermedad mental a una lesión en la cabeza sufrida en un accidente automovilístico, justo antes de que su hijo fuera seleccionado en el draft de la NFL.</p><p>“Todos están en su contra, todos quieren hacerle daño a mi hijo, en su mente”, dijo Sharon Byrd. “Todos quieren hacerle daño”.</p><p>Demetrius Byrd, de 40 años, compareció ante un juez el martes para responder a la acusación.</p><p>“Tenía una multiherramienta plateada en el bolsillo derecho”, dijo el juez.</p><p>Según la policía, Demetrius Byrd viajaba <a href="https://www.local10.com/news/local/2026/07/28/who-wants-to-die-today-man-pulls-knife-on-fellow-bus-rider-who-told-him-to-shut-up-cops-say/" rel="" title="https://www.local10.com/news/local/2026/07/28/who-wants-to-die-today-man-pulls-knife-on-fellow-bus-rider-who-told-him-to-shut-up-cops-say/">el lunes en un autobús de Miami-Dade Transit en Miami Beach</a> , provocando una interrupción del servicio cerca de la intersección de Abbott Avenue e Indian Creek Drive.</p><p>Según los informes, un pasajero intentó calmarlo, pero eso solo intensificó la confrontación.</p><p>“Abrió su multiherramienta en una hoja y le preguntó a la víctima si quería morir, y caminó hacia él con la hoja en la mano”, dijo el juez.</p><p>El conductor del autobús llamó a la policía, lo que condujo al arresto de Demetrius Byrd.</p><p>“Mi hijo no necesita ir a la cárcel, necesita ayuda psicológica”, dijo Sharon Byrd.</p><p>A pesar de su súplica de ayuda, la madre de Demetrius Byrd afirmó que no se dará por vencida con su hijo.</p><p>“No tiene nada de malo, y cualquiera que lo conozca te lo confirmará. Ese no es mi hijo”, dijo.</p>]]></content:encoded></item><item><title><![CDATA[New research reveals how hurricane hunters improve forecasts before and after landfall ]]></title><link>https://www.local10.com/weather/hurricane/2026/07/30/new-research-reveals-how-hurricane-hunters-improve-forecasts-before-and-after-landfall/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/30/new-research-reveals-how-hurricane-hunters-improve-forecasts-before-and-after-landfall/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description></description><pubDate>Thu, 30 Jul 2026 14:05:49 +0000</pubDate><content:encoded><![CDATA[<p>Hurricane hunters — aircraft crews from the U.S. Air Force and NOAA that routinely fly hundreds of missions each season (NOAA banked 63 missions in 2025 while the Air Force flew a total of 77 missions last season), piercing directly into the heart of hurricanes to collect critical data for forecasters — have been a mainstay of the U.S. hurricane warning network for over 70 years.</p><p><a href="https://www.local10.com/espanol/2026/07/30/nueva-investigacion-revela-como-los-cazahuracanes-mejoran-los-pronosticos-antes-y-despues-del-impacto-en-tierra/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/nueva-investigacion-revela-como-los-cazahuracanes-mejoran-los-pronosticos-antes-y-despues-del-impacto-en-tierra/">Leer en español</a></p><p>Over the years, studies have shown data collected by hurricane hunters, which drop thousands of instruments each year into the core of hurricanes and surveil the structure of storms by way of 3-dimensional radar, help to improve track and intensity forecasts by an average of 10 to 20 percent. </p><p>For a four- to five-day forecast, that amounts to a reduction in track error of about 25 miles. With coastal evacuations costing about $1 million per mile, this improvement from hurricane hunters alone is estimated to save taxpayers about $25 million for each hurricane impact.</p><p>Now, in <a href="https://journals.ametsoc.org/view/journals/bams/107/7/BAMS-D-25-0125.1.xml#bib19" rel="">new research published earlier this month</a>, NOAA scientists for the first time evaluated the forecast improvements from hurricane hunter data after landfall, including for predictions of catastrophic flooding. </p><p>Researchers analyzed 10 high-profile hurricanes from 2017 to 2020 — including Hurricanes Harvey (2017) and Florence (2018) which brought catastrophic and deadly inland flooding to parts of Texas and the Carolinas respectively — and found significant improvements in post-landfall rainfall forecasts from data collected by hurricane hunters before landfall when each storm was still over open water.</p><p>The research team credited improvements in the inland track forecast from data collected by hurricane hunters in ultimately improving the rainfall forecasts for the storms included. </p><p>This is consistent with preliminary results from <a href="https://journals.ametsoc.org/view/journals/wefo/38/1/WAF-D-22-0036.1.xml" rel="">other studies</a> that have examined the improvements to rainfall forecasts from aircraft reconnaissance during Atmospheric River events over the U.S. West Coast and Canada.</p><p><b>Bipartisan support for expanding the hurricane hunter fleet</b></p><p>The new research from NOAA shows just how valuable data from hurricane hunters are for forecasting potentially deadly hazards before and after landfall, and Congress is taking note.</p><p>In June, a <a href="https://www.commerce.senate.gov/wp-content/uploads/2026/06/WIL26316.pdf" rel="">bipartisan group of senators introduced a bill</a> that would authorize $2.5 billion to expand the aging fleet of NOAA hurricane hunter airplanes — <a href="https://www.omao.noaa.gov/P3-50th" rel="">50 years old this season</a> — from 3 now to a minimum of 6 and up to a maximum of 9 crewed aircraft, plus $45 million each year for routine operations and maintenance of the upgraded fleet.</p><p>Republican Senator Ted Cruz and Democratic Senator Maria Cantwell who introduced the bill both cited the need for critical data to improve forecasts and support earlier warnings in statements issued last month.</p><p>The push to expand hurricane hunters comes a year after the Trump administration proposed eliminating the scientific office of NOAA that supports the life-saving work of its hurricane hunter missions, including crucial data collection and ensuring hurricane hunter data is included in NOAA’s state-of-the-art hurricane models. </p><p>At the time the administration proposed a significant reduction in flight hours for hurricane hunter aircraft for this hurricane season — a 52% and 33% reduction from flight hours in 2023 and 2024, respectively – largely due to the elimination of its research laboratories and related goals.</p><p>Despite the request last summer from the administration to severely cut or wholly eliminate budgets for hurricane forecasting, bipartisan Congressional committees have continued to both reject and rectify NOAA’s budget during its appropriations process, providing full funding (and then some) for NOAA’s weather enterprise, including its research laboratories and cooperative institutes critical to hurricane forecasting.</p><p><b>No Atlantic candidates on the horizon</b></p><p>As we covered in <a href="https://www.local10.com/weather/hurricane/2026/07/29/clues-august-will-open-with-a-whisper-across-the-atlantic/" target="_self" rel="" title="https://www.local10.com/weather/hurricane/2026/07/29/clues-august-will-open-with-a-whisper-across-the-atlantic/">Wednesday’s newsletter</a>, the Atlantic will be dealing with historically high wind shear for at least the next week or two, which should keep things quiet to open August.</p><p>Some of the AI models — including the European AI ensemble and Google’s DeepMind ensemble — are picking up on a disturbance over the far eastern Atlantic (between Africa and the Caribbean) as we approach the middle part of the month. </p><p>For now, the signal is very weak (less than 10%), but a low signal this far out (10+ days) is worth checking back on in the weeks ahead.</p><figure><img src="https://www.local10.com/resizer/v2/OCCQO3232ZAKZAACIFHOZPISPA.jpg?auth=bcbadc737ede1d260f15bbfe1c5f0eef85d96b261557d72f04be5ac8be4ef47b&smart=true&width=1200&height=900" alt="Probability of a tropical system passing to within about 125 miles of a location through Thursday, Aug. 13 (two weeks out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble shows a low chance of development (approximately 5-10%) for a disturbance tracking through the eastern Atlantic between Africa and the Caribbean as we approach the middle part of the month. We’ll check back on the trends in the weeks ahead but for now it’s nothing we need to worry about. (Deelan Jariwala)" height="900" width="1200"/><figcaption>Probability of a tropical system passing to within about 125 miles of a location through Thursday, Aug. 13 (two weeks out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble shows a low chance of development (approximately 5-10%) for a disturbance tracking through the eastern Atlantic between Africa and the Caribbean as we approach the middle part of the month. We’ll check back on the trends in the weeks ahead but for now it’s nothing we need to worry about. (Deelan Jariwala)</figcaption></figure><p>For now, it’s nothing we need to worry about.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

    .l10-hurribox {
      --bg-deep: #0a2540;
      --bg-sky: #0e5a8a;
      --accent-red: #e6402f;
      --accent-blue: #2e63b6;
      --steel: #cfd6dd;
      --text: #f5f7fa;
      --text-dim: #e0e6ee;
      --shadow: 0 10px 30px rgba(0,0,0,.35);
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      max-width: 860px;
      margin: 1.25rem auto;
      border-radius: 14px;
      color: var(--text);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      background:
        radial-gradient(1200px 600px at 50% -10%, rgba(84,199,255,.18), rgba(84,199,255,0) 55%),
        linear-gradient(180deg, var(--bg-sky) 0%, var(--bg-deep) 60%);
    }

    .l10-inner { position:relative; z-index:1; padding: 18px 18px 72px; }

    /* Header */
    .l10-header {
      display:flex; align-items:center; gap:14px;
      background: linear-gradient(90deg, #101820, #14283d 60%, rgba(16,24,32,0));
      border: 1px solid rgba(255,255,255,.08);
      padding:14px 16px; border-radius:10px;
    }
    .l10-flag { flex:0 0 auto; width:44px; height:32px; filter: drop-shadow(0 3px 4px rgba(0,0,0,.4)); }
    .l10-title { line-height:1.2; font-weight:800; font-size: 1.2rem; color:#fff; }
    .l10-title .top { font-size: .95rem; color: var(--steel); opacity:.95; display:block; }

    /* Grid: fixed breakpoints (1 -> 2 -> 4 columns) to avoid squeeze/overlap */
    .l10-grid{
      display:grid; gap:14px; margin-top:18px;
      grid-template-columns: 1fr;
      align-items: stretch;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (min-width:900px){
      .l10-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }
    }

    /* Buttons / cards: compact + equal height */
    .l10-btn {
      display:flex; flex-direction:column;
      justify-content:flex-start;
      height:100%;
      min-height:120px;             /* smaller card height */
      padding:16px 14px;            /* tighter padding */
      border-radius:12px; text-decoration:none;
      font-size: 1rem;
      border:1px solid rgba(255,255,255,.1);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        radial-gradient(220px 120px at 110% -20%, rgba(84,199,255,.35), transparent 50%),
        linear-gradient(180deg, #14345c, #0d2745 60%, #0b213a 100%);
      color:#fff;
      box-shadow: var(--shadow);
      transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
      word-break: break-word;       /* wrap long bits safely */
      min-width: 0;
    }
    /* even more compact on very small screens */
    @media (max-width:400px){
      .l10-btn{ min-height:110px; padding:14px 12px; }
    }

    .l10-btn:hover, .l10-btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(0,0,0,.42);
      border-color: rgba(255,255,255,.22);
      outline: none;
    }

    /* Keep text white after visit */
    .l10-btn:link, .l10-btn:visited { color: #fff; }
    .l10-btn .l10-label, .l10-btn .l10-kicker, .l10-btn .l10-pill { color: inherit; }

    .l10-kicker {
      font-size:.78rem; letter-spacing:.1em; text-transform:uppercase;
      color: var(--text-dim);
      display:flex; align-items:center; gap:6px;
    }
    .l10-kicker svg { width:16px; height:16px; flex:0 0 auto; }
    .l10-label { font-size: 1.02rem; font-weight:800; line-height:1.2; margin-top:4px; }

    /* Bottom-anchored pill so rows align */
    .l10-pill {
      margin-top:auto;
      padding:5px 10px; border-radius:999px;
      background: linear-gradient(90deg, var(--accent-blue), #5c87e2);
      color:#fff; font-weight:700; font-size:.74rem;
    }

    /* Wave */
    .l10-wave { position:absolute; left:0; right:0; bottom:-1px; height:68px; z-index:0; pointer-events:none; }
    .l10-wave svg { width:100%; height:100%; display:block; }
  </style>

  <div class="l10-inner">
    <!-- Header with hurricane warning flag -->
    <div class="l10-header">
      <svg class="l10-flag" viewBox="0 0 96 72" aria-hidden="true">
        <rect x="2" y="2" width="6" height="68" rx="3" fill="#9aa7b1"/>
        <rect x="12" y="6" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="14" width="14" height="10" fill="#111"/>
        <rect x="12" y="40" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="48" width="14" height="10" fill="#111"/>
      </svg>
      <div class="l10-title">
        <span class="top">Local 10</span>
        Hurricane Resources
      </div>
    </div>

    <!-- Buttons -->
    <div class="l10-grid">
      <a class="l10-btn" href="https://www.local10.com/hurricane/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M12 3a9 9 0 1 0 9 9c0-.5-.4-.9-.9-.9s-.9.4-.9.9a7.2 7.2 0 1 1-7.2-7.2c.5 0 .9-.4.9-.9S12.5 3 12 3z"/></svg>
          Section
        </span>
        <span class="l10-label">Hurricane Section</span>
        <span class="l10-pill">Latest coverage</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/topic/Talking_Tropics/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M3 5h18v10a3 3 0 0 1-3 3H10l-5 3v-3H6a3 3 0 0 1-3-3V5z"/></svg>
          Analysis
        </span>
        <span class="l10-label">Talking Tropics</span>
        <span class="l10-pill">Daily updates</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/20/local-10s-2026-hurricane-survival-guide/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M4 4h11a3 3 0 0 1 3 3v13H7a3 3 0 0 1-3-3V4z"/><path d="M18 7h2v13h-2z" fill="#9fd0ff"/></svg>
          Guide
        </span>
        <span class="l10-label">2026 Survival Guide</span>
        <span class="l10-pill">Prep & checklists</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><circle cx="12" cy="12" r="10"/><polygon points="10,8 17,12 10,16" fill="#0b2b4a"/></svg>
          Special
        </span>
        <span class="l10-label">'It Only Takes One'</span>
        <span class="l10-pill">Watch & learn</span>
      </a>
    </div>
  </div>

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QJ6LLZ2ULNG33FUIHF7L7IHP7E.jpg?auth=c48bcb02dbf07f6de047054819074e5d748050bf3a5d7c92b7e2ea26191c3f22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Three men await the arrival of U.S Border Patrol riverine agents in an air boat to pick them up as they are evacuated from a flooded subdivision near Houston, Texas, in the wake of Hurricane Harvey on August 30, 2017. (U.S. Customs and Border Protection/Glenn Fawcett)]]></media:description></media:content></item><item><title><![CDATA[Nueva investigación revela cómo los cazahuracanes mejoran los pronósticos antes y después del impacto en tierra]]></title><link>https://www.local10.com/espanol/2026/07/30/nueva-investigacion-revela-como-los-cazahuracanes-mejoran-los-pronosticos-antes-y-despues-del-impacto-en-tierra/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/nueva-investigacion-revela-como-los-cazahuracanes-mejoran-los-pronosticos-antes-y-despues-del-impacto-en-tierra/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description></description><pubDate>Thu, 30 Jul 2026 14:10:03 +0000</pubDate><content:encoded><![CDATA[<p>Los cazahuracanes —tripulaciones aéreas de la Fuerza Aérea de EE. UU. y la NOAA que realizan habitualmente cientos de misiones cada temporada (la NOAA acumuló 63 misiones en 2025, mientras que la Fuerza Aérea voló un total de 77 misiones la temporada pasada), penetrando directamente en el corazón de los huracanes para recopilar datos cruciales para los meteorólogos— han sido un pilar fundamental de la red de alerta de huracanes de EE. UU. durante más de 70 años.</p><p>Con el paso de los años, diversos estudios han demostrado que los datos recopilados por los cazadores de huracanes, que cada año lanzan miles de instrumentos al núcleo de los huracanes y vigilan la estructura de las tormentas mediante radar tridimensional, ayudan a mejorar las previsiones de trayectoria e intensidad en un promedio del 10 al 20 por ciento.</p><p>Para un pronóstico de cuatro a cinco días, esto representa una reducción en el margen de error de trayectoria de aproximadamente 25 millas. Dado que las evacuaciones costeras cuestan alrededor de un millón de dólares por milla, se estima que esta mejora, solo gracias a los cazadores de huracanes, ahorrará a los contribuyentes unos 25 millones de dólares por cada impacto de huracán.</p><p>Ahora, en&nbsp;<a href="https://journals.ametsoc.org/view/journals/bams/107/7/BAMS-D-25-0125.1.xml#bib19" rel="">una nueva investigación publicada a principios de este mes</a>&nbsp;, los científicos de la NOAA evaluaron por primera vez las mejoras en los pronósticos a partir de los datos de los cazadores de huracanes después de que estos tocaran tierra, incluidas las predicciones de inundaciones catastróficas.</p><p>Los investigadores analizaron 10 huracanes de gran repercusión ocurridos entre 2017 y 2020, incluidos los huracanes Harvey (2017) y Florence (2018), que provocaron inundaciones catastróficas y mortales en el interior de partes de Texas y las Carolinas, respectivamente, y encontraron mejoras significativas en los pronósticos de lluvia posteriores al impacto a partir de los datos recopilados por los cazadores de huracanes antes de que cada tormenta tocara tierra, cuando aún se encontraba sobre aguas abiertas.</p><p>El equipo de investigación atribuyó la mejora en los pronósticos de precipitaciones para las tormentas incluidas a las mejoras en la trayectoria tierra adentro pronosticadas a partir de los datos recopilados por los cazadores de huracanes.</p><p>Esto coincide con los resultados preliminares de&nbsp;<a href="https://journals.ametsoc.org/view/journals/wefo/38/1/WAF-D-22-0036.1.xml" rel="">otros estudios</a>&nbsp;que han examinado las mejoras en los pronósticos de lluvia gracias al reconocimiento aéreo durante los fenómenos de ríos atmosféricos en la costa oeste de Estados Unidos y Canadá.</p><p><b>Apoyo bipartidista para ampliar la flota de cazahuracanes.</b></p><p>La nueva investigación de la NOAA demuestra lo valiosos que son los datos de los cazadores de huracanes para pronosticar peligros potencialmente mortales antes y después de que el huracán toque tierra, y el Congreso está tomando nota.</p><p>En junio, un&nbsp;<a href="https://www.commerce.senate.gov/wp-content/uploads/2026/06/WIL26316.pdf" rel="">grupo bipartidista de senadores presentó un proyecto de ley</a>&nbsp;que autorizaría 2.500 millones de dólares para ampliar la envejecida flota de aviones cazahuracanes de la NOAA —que&nbsp;<a href="https://www.omao.noaa.gov/P3-50th" rel="">esta temporada cumple 50 años—</a>&nbsp;de los 3 actuales a un mínimo de 6 y hasta un máximo de 9 aeronaves tripuladas, además de 45 millones de dólares anuales para las operaciones y el mantenimiento rutinarios de la flota modernizada.</p><p>El senador republicano Ted Cruz y la senadora demócrata Maria Cantwell, quienes presentaron el proyecto de ley, citaron la necesidad de datos cruciales para mejorar los pronósticos y respaldar las advertencias anticipadas en declaraciones emitidas el mes pasado.</p><p>El impulso para ampliar los programas de caza de huracanes se produce un año después de que la administración Trump propusiera eliminar la oficina científica de la NOAA que apoya la labor vital de sus misiones de caza de huracanes, incluida la recopilación de datos cruciales y la garantía de que los datos de los cazadores de huracanes se incluyan en los modelos de huracanes de última generación de la NOAA.</p><p>En aquel momento, la administración propuso una reducción significativa de las horas de vuelo de los aviones cazahuracanes para esta temporada de huracanes —una reducción del 52 % y del 33 % con respecto a las horas de vuelo de 2023 y 2024, respectivamente— debido en gran parte a la eliminación de sus laboratorios de investigación y los objetivos relacionados.</p><p>A pesar de la solicitud del gobierno el verano pasado de recortar drásticamente o eliminar por completo los presupuestos para la predicción de huracanes, los comités bipartidistas del Congreso han seguido rechazando y rectificando el presupuesto de la NOAA durante su proceso de asignación de fondos, proporcionando financiación completa (e incluso más) para la actividad meteorológica de la NOAA, incluidos sus laboratorios de investigación e institutos cooperativos fundamentales para la predicción de huracanes.</p><p><b>No hay candidatos atlánticos en el horizonte</b></p><p>Como ya informamos en&nbsp;<a href="https://www.local10.com/weather/hurricane/2026/07/29/clues-august-will-open-with-a-whisper-across-the-atlantic/" rel="" title="https://www.local10.com/weather/hurricane/2026/07/29/clues-august-will-open-with-a-whisper-across-the-atlantic/">el boletín del miércoles</a>&nbsp;, el Atlántico se enfrentará a una cizalladura del viento históricamente alta durante al menos la próxima semana o dos, lo que debería mantener la calma hasta la apertura de agosto.</p><p>Algunos modelos de IA, incluidos el conjunto de IA europeo y el conjunto DeepMind de Google, están detectando una perturbación en el extremo oriental del Atlántico (entre África y el Caribe) a medida que nos acercamos a mediados de mes.</p><p>Por ahora, la señal es muy débil (menos del 10%), pero una señal débil con tanta antelación (más de 10 días) hace que valga la pena volver a comprobarla en las próximas semanas.</p><figure><img src="https://www.local10.com/resizer/v2/OCCQO3232ZAKZAACIFHOZPISPA.jpg?auth=bcbadc737ede1d260f15bbfe1c5f0eef85d96b261557d72f04be5ac8be4ef47b&smart=true&width=1200&height=900" alt="Caption: Probability of a tropical system passing to within about 125 miles of a location through Thursday, August 13th (two weeks out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble shows a low chance of development (approximately 5-10%) for a disturbance tracking through the eastern Atlantic between Africa and the Caribbean as we approach the middle part of the month. We’ll check back on the trends in the weeks ahead but for now it’s nothing we need to worry about. (Deelan Jariwala)" height="900" width="1200"/><figcaption>Caption: Probability of a tropical system passing to within about 125 miles of a location through Thursday, August 13th (two weeks out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble shows a low chance of development (approximately 5-10%) for a disturbance tracking through the eastern Atlantic between Africa and the Caribbean as we approach the middle part of the month. We’ll check back on the trends in the weeks ahead but for now it’s nothing we need to worry about. (Deelan Jariwala)</figcaption></figure>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QJ6LLZ2ULNG33FUIHF7L7IHP7E.jpg?auth=c48bcb02dbf07f6de047054819074e5d748050bf3a5d7c92b7e2ea26191c3f22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Three men await the arrival of U.S Border Patrol riverine agents in an air boat to pick them up as they are evacuated from a flooded subdivision near Houston, Texas, in the wake of Hurricane Harvey on August 30, 2017. Credit: U.S. Customs and Border Protection/Glenn Fawcett]]></media:description></media:content></item><item><title><![CDATA[Últimas actualizaciones del analista de Cuba de Local 10, Dr. Andy Gomez]]></title><link>https://www.local10.com/espanol/2026/07/30/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[El primer ministro de Cuba, Manuel Marrero, anunció esta semana que Cuba está creando su primer banco privado bajo el Banco Central de Cuba, que es administrado por el gobierno cubano y cuyo presidente forma parte del Consejo de Ministros del gobierno.]]></description><pubDate>Thu, 30 Jul 2026 14:06:07 +0000</pubDate><content:encoded><![CDATA[<p><b>30 de julio: Cuba crea su primer banco privado bajo el Banco Central de Cuba, dice el primer ministro</b></p><p>El primer ministro de Cuba, Manuel Marrero, anunció esta semana que Cuba está creando su primer banco privado bajo el Banco Central de Cuba, que es administrado por el gobierno cubano y cuyo presidente forma parte del Consejo de Ministros del gobierno.</p><p>¿Por qué querría un inversionista extranjero invertir en un sistema así, sin protección para su dinero?</p><p><b>Actualización del 29 de julio: Cinco destacados economistas en Cuba publican informe titulado “Una propuesta para transformar la economía cubana”</b></p><p>Cinco destacados economistas en Cuba acaban de publicar un informe titulado “Una propuesta para transformar la economía cubana”. El documento presenta un diagnóstico estructural de la actual crisis económica que enfrenta el país y propone, como objetivo estratégico, la creación de una economía social de mercado sustentada por un Estado democrático regido por el Estado de derecho.</p><p>Aunque el informe es positivo, el problema que observo es la creación de un Estado democrático. Debemos recordar que Cuba no tenía una democracia antes del inicio de la Revolución Cubana en 1959. La transición de un Estado totalitario que ha tenido una economía centralizada durante casi 68 años podría tomar tiempo. Un tiempo que Cuba y su población no tienen debido a la actual crisis económica.</p><p><b>Actualización del 27 de julio: 73 años del inicio de la Revolución Cubana</b></p><p>Ayer se conmemoró el 73 aniversario desde que Fidel Castro, Raúl Castro y su grupo de rebeldes atacaron el Cuartel Moncada en Santiago de Cuba. El 26 de julio de 1953 es considerado el inicio de la Revolución Cubana.</p><p>Al igual que en el poema de Robert Frost, “El camino no tomado”, la Revolución Cubana tomó un rumbo que destruyó al país y “nunca miró atrás”. Hoy, Cuba se encuentra al final de lo que Fidel llamó sus días de gloria.</p><p><b>Actualización del 24 de julio: La Administración Trump anuncia una serie de nuevas sanciones contra Cuba</b></p><p>El jueves, la Administración Trump anunció una serie de nuevas sanciones contra Cuba dirigidas al conglomerado militar del gobierno, GAESA. Sin embargo, esta vez también incluye a empresas como Coral S.A., que asumieron operaciones de algunos sectores de GAESA para evitar las sanciones de Estados Unidos y mantener en funcionamiento las operaciones de importación en Cuba.</p><p>La pregunta que muchos académicos que seguimos a Cuba nos hacemos es si la estrategia de Estados Unidos en adelante es obligar a Cuba a vender eventualmente algunos de los activos de GAESA a Estados Unidos.</p><p><b>Actualización del 23 de julio: Estados Unidos continúa enviando señales contradictorias sobre lo que hará con Cuba</b></p><p>El pasado lunes, el Departamento de Estado de Estados Unidos emitió un informe de 100 páginas titulado “Cuba: La capital del comunismo del siglo XXI”, en el que expone por qué Cuba representa una amenaza para la seguridad nacional no solo de Estados Unidos, sino del mundo entero. El gobierno cubano reaccionó de inmediato y no solo criticó el informe, sino que acusó al secretario de Estado, Marco Rubio, de amenazar a la isla.</p><p>El miércoles, durante una conferencia de prensa en Filipinas, Rubio, al ser consultado por un periodista sobre cuál era el plan de Estados Unidos para Cuba, utilizó un tono mucho más diplomático y dijo que Estados Unidos sigue dispuesto a negociar con Cuba.</p><p>Washington continúa enviando señales contradictorias sobre lo que hará con Cuba. Lo que sí sabemos es que la estrategia utilizada en Venezuela no produjo un cambio de régimen.</p><p><b>Actualización del 21 de julio: Llegará a Cuba la primera ayuda humanitaria desde Estados Unidos</b></p><p>Hoy llegará a Cuba la primera ayuda humanitaria como parte del ofrecimiento del secretario de Estado, Marco Rubio, para ayudar al pueblo cubano mientras enfrenta la peor situación económica desde principios de la década de 1990. El cargamento de hoy incluye 700 kits de higiene y 700 paquetes de alimentos que serán distribuidos directamente al pueblo cubano por Catholic Relief Services Caritas Cuba y otras organizaciones religiosas.</p><p>El secretario Rubio quiere dejar claro al pueblo cubano que Estados Unidos lo respalda y está dispuesto a seguir ayudándolo como parte del compromiso de $100 millones USD en ayuda humanitaria.</p><p><b>Actualización del 20 de julio: Cuba libera al artista Luis Manuel Otero Alcántara</b></p><p>El pasado sábado, Cuba liberó al artista y líder opositor Luis Manuel Otero Alcántara tras cumplir cinco años en prisión. Otero Alcántara fue uno de los líderes del Movimiento San Isidro, que impulsó grandes protestas en toda la isla hace cinco años.</p><p>Al llegar a Miami, Otero Alcántara agradeció a la comunidad cubanoamericana por su apoyo y pidió a Cuba liberar a todos los presos políticos.</p><p><b>Actualización del 16 de julio: Departamento de Defensa de Estados Unidos paga $3 millones USD a personal afectado por el Síndrome de La Habana</b></p><p>El Departamento de Defensa de Estados Unidos ha pagado $3 millones USD en compensación al personal estadounidense afectado por la misteriosa condición conocida como Síndrome de La Habana, realizando el primer pago bajo la Ley de La Habana de 2021.</p><p>El Síndrome de La Habana apareció por primera vez en 2016, cuando diplomáticos y oficiales de inteligencia estadounidenses en La Habana, Cuba, reportaron síntomas inusuales, entre ellos intensa presión en la cabeza, mareos, náuseas, alteraciones auditivas y problemas de memoria.</p><p><b>Actualización del 14 de julio: Nuevas sanciones de Estados Unidos aumentan la presión sobre la economía controlada por los militares en Cuba</b></p><p>El lunes, Estados Unidos impuso nuevas sanciones dirigidas a empresas controladas por GAESA, el conglomerado económico militar de Cuba, así como a algunas de las brigadas militares responsables de reprimir protestas como las que vimos recientemente.</p><p>¿Cuánto tiempo más podrá resistir el gobierno cubano? Continúa llegando información a funcionarios estadounidenses que indica que hay sectores dentro del gobierno cubano cada vez más preocupados por cuánto tiempo más podrán sobrevivir sin negociar con el gobierno de Estados Unidos antes de enfrentar un colapso total de su sistema.</p><p><b>Actualización del 10 de julio: ¿Tiene el nieto de Raúl Castro plena autoridad para negociar por el gobierno cubano?</b></p><p>Como esperaba, parece haber una pequeña grieta dentro del círculo más cercano del gobierno cubano. Algunos han criticado a Raulito, el nieto de Raúl Castro, por ofrecer negociar directamente con el presidente Trump. La crítica se centra en si realmente tiene plena autoridad para negociar en nombre del gobierno cubano o si solo negocia en representación de la familia Castro.</p><p>Ayer, el Partido Comunista de Cuba (PCC) respaldó los esfuerzos de Raulito, pero la cúpula militar ha permanecido en silencio.</p><p><b>Actualización del 8 de julio: Las Naciones Unidas no tienen derecho legal para levantar el embargo de Estados Unidos a Cuba</b></p><p>Cada año, Cuba argumenta ante las Naciones Unidas que el embargo económico de Estados Unidos es la causa de sus problemas económicos. Cada año, Cuba pierde más apoyo para ese argumento. Las Naciones Unidas no tienen un derecho legítimo ni legal para levantar el embargo. Solo el Congreso de Estados Unidos puede hacerlo.</p><p>La maquinaria de propaganda del gobierno cubano ha fracasado. La mayoría de los cubanos en la isla, incluidos economistas cubanos, responsabilizan al gobierno cubano por las actuales malas condiciones económicas.</p><p><b>Actualización del 6 de julio: Nieto de Raúl Castro dice que Cuba está dispuesta a negociar con Estados Unidos</b></p><p>Reuters informó esta mañana que Raulito, nieto de Raúl Castro y conocido como “El Cangrejo”, anunció que Cuba está dispuesta a negociar con Estados Unidos. La pregunta que debemos hacernos es si Raulito negocia en nombre de la familia Castro o del gobierno cubano.</p><p>Sabemos que Cuba ha estado vendiendo algunos de sus activos, incluidos algunos pertenecientes al conglomerado económico militar GAESA, durante las últimas semanas. El intento de Cuba por atraer inversión extranjera no ha despertado mucho interés debido al temor de perder el dinero invertido.</p><p><b>Actualización del 2 de julio: La cultura del miedo en Cuba complica una transición democrática</b></p><p>Cuando hablamos de Cuba, normalmente nos concentramos en su sistema político y económico centralizado. Sin embargo, no reconocemos que las personas que han vivido bajo regímenes totalitarios han tenido que sobrevivir dentro de una cultura del miedo. Ese sistema de gobierno crea un conjunto psicológico de actitudes y valores que ayudan a definir el comportamiento diario para alinear los deseos y necesidades de la población con las restricciones impuestas por el gobierno.</p><p>Romper esos comportamientos podría requerir años de preparación y cambio psicológico. Por lo tanto, la transición de un Estado totalitario hacia alguna forma de gobierno democrático podría tomar tiempo.</p><p><b>Las actualizaciones de junio del Dr. Andy S. Gomez pueden consultarse </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>haciendo clic aquí</b></a><b>.</b></p><p><i>El Dr. Andy S. Gomez es el analista de Cuba de Local 10. Gomez es considerado uno de los principales expertos sobre Cuba. Trabajó en educación superior durante 32 años antes de retirarse de la Universidad de Miami en 2012.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5NDDUTEZ4FVQXEQYTAXMVGREDM.jpg?auth=3d75ab1a2a1bd37503700698408e35d51aa788e9f7193ef47d03e625fcbc5a8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un coche antiguo pasa frente al Hotel Meliá Habana en La Habana, Cuba, el martes 21 de julio de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Dueño de Chef Creole dice que la pérdida de trabajadores haitianos con TPS está aumentando los costos laborales]]></title><link>https://www.local10.com/espanol/2026/07/29/dueno-de-chef-creole-dice-que-la-perdida-de-trabajadores-haitianos-con-tps-esta-aumentando-los-costos-laborales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/dueno-de-chef-creole-dice-que-la-perdida-de-trabajadores-haitianos-con-tps-esta-aumentando-los-costos-laborales/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Los negocios que dependen de trabajadores haitianos con Estatus de Protección Temporal (TPS) comienzan a sentir el impacto a medida que los empleados dejan sus trabajos, lo que obliga a algunos propietarios a reemplazar personal mientras se preparan para un aumento en los costos laborales.]]></description><pubDate>Wed, 29 Jul 2026 21:17:48 +0000</pubDate><content:encoded><![CDATA[<p>Los negocios que dependen de trabajadores haitianos con Estatus de Protección Temporal (TPS) comienzan a sentir el impacto a medida que los empleados dejan sus trabajos, lo que obliga a algunos propietarios a reemplazar personal mientras se preparan para un aumento en los costos laborales.</p><p>Wilkinson Sejour, dueño de Chef Creole, dijo que recientemente perdió a cuatro empleados.</p><p>“Les dije: “Miren, lo extendieron por tres días más”. Ellos me respondieron: “Jefe, por la forma en que esta administración está manejando las cosas, no les importa el estado de derecho. Solo les importa su agenda. No voy a pasar vergüenza. No voy a parecer un criminal frente a la gente”, así que se fueron. Ya no están aquí”, dijo Sejour.</p><p>Sejour, quien es haitiano-estadounidense, dijo que comprende a los beneficiarios haitianos del TPS que llegaron a Estados Unidos en busca de mejores oportunidades mientras Haití continúa enfrentando la delincuencia y la inestabilidad.</p><p>“¿Cómo pueden enviar de regreso a alguien a un país al que la embajada de Estados Unidos está diciendo: “No vayan allí”? Esto es muy contradictorio. No lo entiendo”, dijo Sejour.</p><p>Sejour es propietario de siete restaurantes Chef Creole en Miami. Dijo que ahora está buscando contratar más trabajadores para reemplazar a los empleados que perdió recientemente.</p><p>“Mi costo laboral debería ser del 23.5%, y ahora va a subir al 27% o quizás al 28%”, dijo Sejour. “Así que mi ganancia neta será menor. ¿Cómo voy a compensar eso? Tendré que aumentar los precios de mis productos. Todos lo van a sentir”.</p>]]></content:encoded></item><item><title><![CDATA[Policía de Hollywood investiga la muerte de Frenchie después de que familia asegura que cuidadora de mascotas lo dejó durante horas en una jaula al aire libre]]></title><link>https://www.local10.com/espanol/2026/07/29/policia-de-hollywood-investiga-la-muerte-de-frenchie-despues-de-que-familia-asegura-que-cuidadora-de-mascotas-lo-dejo-durante-horas-en-una-jaula-al-aire-libre/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/policia-de-hollywood-investiga-la-muerte-de-frenchie-despues-de-que-familia-asegura-que-cuidadora-de-mascotas-lo-dejo-durante-horas-en-una-jaula-al-aire-libre/</guid><dc:creator><![CDATA[Amanda Batchelor, Samiar Nefzi]]></dc:creator><description><![CDATA[La Policía de Hollywood abrió una investigación por la muerte de un bulldog francés de 4 años cuyos dueños aseguran que una cuidadora de mascotas lo dejó durante horas en una jaula al aire libre.]]></description><pubDate>Wed, 29 Jul 2026 19:05:16 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Hollywood abrió una investigación por la muerte de un bulldog francés de 4 años cuyos dueños aseguran que una cuidadora de mascotas lo dejó durante horas en una jaula al aire libre.</p><p>La Policía confirmó que el martes se presentó un informe después de que el bulldog francés fue encontrado muerto en una vivienda ubicada en la cuadra 6600 de Atlanta Street.</p><p>Los dueños del bulldog francés, llamado Prince, dijeron que estaba al cuidado de una cuidadora de mascotas contratada a través de Rover.com cuando fue dejado en una jaula al aire libre bajo el calor del verano. Aseguraron que Prince gozaba de buena salud antes de su muerte.</p><p>La Policía de Hollywood confirmó el miércoles que los agentes se encuentran en la vivienda investigando qué provocó la muerte del perro y que también trabajan junto con el Departamento de Control Animal de la Ciudad de Hollywood.</p><p>“Entendemos la preocupación de los miembros de la comunidad y estamos trabajando para reunir la mayor cantidad de información posible para determinar exactamente lo que ocurrió”, publicó el Departamento de Policía de Hollywood (HPD) en redes sociales. “Seguimos comprometidos con esta investigación y proporcionaremos actualizaciones tan pronto como la información esté disponible”.</p><p>Rover también emitió un comunicado a Local 10 News sobre la muerte de Prince.</p><p>“La mayoría de nosotros en Rover también somos dueños de mascotas y solo podemos imaginar el dolor y el estrés que está viviendo la familia de Prince”, señala el comunicado. “Al enterarnos de este incidente, nuestro equipo de Confianza y Seguridad, disponible las 24 horas, inició una investigación exhaustiva. La cuenta de la cuidadora involucrada fue desactivada sin opción de apelar, lo que significa que no podrá comunicarse ni aceptar nuevas reservas con dueños de mascotas a través de Rover. También reembolsamos la estadía de la señora Ackeret y ofrecimos cubrir todos los gastos veterinarios y de cuidados posteriores que sean elegibles a través de la <a href="https://urldefense.com/v3/__https:/www.rover.com/rover-guarantee/__;!!FfvXB3Q!giSygTgJB7vL-QeOcIo7eAoIJCCsIY8DxccClU57BOLz7Tk3mVE6CAX3G0xNubVsiiDVHYVR4JkjJqEvDpGfh2xrCw$" target="_blank" rel="noreferrer" title="https://urldefense.com/v3/__https:/www.rover.com/rover-guarantee/__;!!FfvXB3Q!giSygTgJB7vL-QeOcIo7eAoIJCCsIY8DxccClU57BOLz7Tk3mVE6CAX3G0xNubVsiiDVHYVR4JkjJqEvDpGfh2xrCw$">Garantía Rover</a>.</p><p>“Los incidentes relacionados con la seguridad en nuestra plataforma son extremadamente poco frecuentes. Los dueños de mascotas han reservado más de medio millón de estadías en el área de Miami y más del 98% de las estadías evaluadas recibieron cinco estrellas. La muerte de Prince es realmente desgarradora y la estamos manejando con la seriedad que merece”.</p>]]></content:encoded></item><item><title><![CDATA[July 30: Another heat advisory issued ahead of record heat today]]></title><link>https://www.local10.com/weather/2026/07/30/july-30-another-heat-advisory-issued-ahead-of-record-heat-today/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/30/july-30-another-heat-advisory-issued-ahead-of-record-heat-today/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[High temperatures will reach 96 degrees in parts of South Florida Thursday afternoon with a heat index up to 105-110 degrees. This is expected to break the record high of 95 degrees from 2015. ]]></description><pubDate>Thu, 30 Jul 2026 13:42:36 +0000</pubDate><content:encoded><![CDATA[<p>High temperatures will reach 96 degrees in parts of South Florida Thursday afternoon with a heat index up to 105-110 degrees. This is expected to break the record high of 95 degrees from 2015. </p><p>We will not have much relief from rain with only a 20% chance of a stray shower or two, mainly in Broward County. Most of us will be completely dry. </p><p>Moisture starts moving back into the area Friday afternoon with spotty showers and thunderstorms developing. This will certainly be the case over the weekend, but still with plenty of dry time.</p><p>Some storms could produce frequent lightning, gusty winds, and very heavy rainfall. This rainy season pattern will last well into 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[Wildfire scorches 3,900 acres in West Broward ]]></title><link>https://www.local10.com/news/local/2026/07/30/wildfire-scorches-3900-acres-in-west-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/wildfire-scorches-3900-acres-in-west-broward/</guid><dc:creator><![CDATA[Amanda Batchelor, John Gerard]]></dc:creator><description><![CDATA[A brush fire dubbed the Holey Fire has burned about 3,900 acres so far in the Everglades in West Broward, Florida Forestry officials confirmed Thursday.]]></description><pubDate>Thu, 30 Jul 2026 11:37:11 +0000</pubDate><content:encoded><![CDATA[<p>A brush fire dubbed the Holey Fire has burned about 3,900 acres so far in the Everglades in West Broward, Florida Forestry officials confirmed Thursday.</p><p><a href="https://www.local10.com/espanol/2026/07/30/incendio-forestal-arrasa-con-3900-acres-en-west-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/incendio-forestal-arrasa-con-3900-acres-en-west-broward/">Leer en español</a></p><p>The fire is burning about 6 miles north of Interstate 75 and about 20 miles west of U.S. 27.</p><p>Video taken from Sky 10 early Thursday morning shows a line of flames coming from the area. </p><p>The fire is 20% contained.</p><p>The Holey Fire puts the statewide total to 2,908 wildfires this year, making it the worst fire season statewide since 1998 when over 500,000 acres burned. </p><p>So far, we’ve seen around 250,000 acres burned across Florida, which is the size of some large U.S. cities. Most of the fires have been sparked by what is called “dry lightning,” which is lightning from a storm that produces very little rainfall. </p><p>Other causes are manmade, however, so we need to be careful with starting sparks and any outdoor burning at places like parks and campgrounds. </p><p>Even parking your car on the street instead of on the grass could prevent a fire from starting. </p><p>It’s unusual to see such an extended fire season, but well below rainfall this rainy season has allowed fire dangers to continue. </p><p>We’re over 10 inches of rain below normal for the calendar year and we’re not making up ground so far this wet season. </p><p>We still have about 10 weeks left in our statistically rainiest part of the year, so hopefully we’ll make up some of these deficits. </p><p>Until then, expect even more fires anywhere statewide as this hot and drier than normal summer rolls on!</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Incendio forestal arrasa con 3,900 acres en West Broward]]></title><link>https://www.local10.com/espanol/2026/07/30/incendio-forestal-arrasa-con-3900-acres-en-west-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/incendio-forestal-arrasa-con-3900-acres-en-west-broward/</guid><dc:creator><![CDATA[Amanda Batchelor, John Gerard]]></dc:creator><description><![CDATA[Un incendio forestal denominado Holey Fire ha consumido alrededor de 3,900 acres hasta el momento en los Everglades de West Broward, confirmaron el jueves funcionarios del Servicio Forestal de Florida.]]></description><pubDate>Thu, 30 Jul 2026 13:36:09 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio forestal denominado Holey Fire ha consumido alrededor de 3,900 acres hasta el momento en los Everglades de West Broward, confirmaron el jueves funcionarios del Servicio Forestal de Florida.</p><p>El incendio arde a unas seis millas al norte de la Interestatal 75 y a unas 20 millas al oeste de la U.S. 27.</p><p>Un video captado por Sky 10 la madrugada del jueves muestra una línea de llamas proveniente del área.</p><p>El incendio está contenido en un 20%.</p><p>El Holey Fire eleva el total estatal a 2,908 incendios forestales este año, lo que convierte esta temporada en la peor de Florida desde 1998, cuando se quemaron más de 500,000 acres.</p><p>Hasta ahora, alrededor de 250,000 acres se han quemado en toda Florida, una superficie comparable al tamaño de algunas grandes ciudades de Estados Unidos. La mayoría de los incendios han sido provocados por lo que se conoce como “rayos secos”, descargas eléctricas de tormentas que producen muy poca lluvia.</p><p>Sin embargo, otras causas son de origen humano, por lo que es importante tener cuidado con cualquier chispa y con las quemas al aire libre en lugares como parques y campamentos.</p><p>Incluso estacionar su vehículo sobre el pavimento en lugar de hacerlo sobre el césped puede ayudar a prevenir que se inicie un incendio.</p><p>Es inusual ver una temporada de incendios tan prolongada, pero las lluvias muy por debajo de lo normal durante esta temporada lluviosa han permitido que el riesgo de incendios continúe.</p><p>En lo que va del año calendario, el déficit de lluvia supera las 10 pulgadas y, hasta ahora, no se ha recuperado durante esta temporada de lluvias.</p><p>Aún quedan unas 10 semanas de la época estadísticamente más lluviosa del año, por lo que se espera recuperar parte de ese déficit.</p><p>Hasta entonces, se prevé que continúen registrándose más incendios en cualquier parte del estado mientras persistan este verano caluroso y más seco de lo normal.</p>]]></content:encoded></item><item><title><![CDATA[Wildfires force George Clooney's family to evacuate their home in southern France]]></title><link>https://www.local10.com/entertainment/2026/07/30/wildfires-force-george-clooneys-family-to-evacuate-their-home-in-southern-france/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/30/wildfires-force-george-clooneys-family-to-evacuate-their-home-in-southern-france/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — George Clooney and his family have been forced to evacuate their home in southeastern France because of a wildfire burning nearby, his agent said Thursday.]]></description><pubDate>Thu, 30 Jul 2026 16:39:42 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — George Clooney and his family have been forced to evacuate their home in southeastern France because of a wildfire burning nearby, his agent said Thursday.</p><p>The Hollywood star behind the “Ocean’s Eleven” franchise and other films made the statement in a letter to Didier Bremond, the mayor of the town of Brignoles, some 90 kilometers (55 miles) east of Marseille, publicist Guido Gotz told The Associated Press in an email.</p><p>Addressed “Dear Didier,” the letter said Clooney and his wife Amal, a human rights lawyer, had “no idea whether our beautiful home makes it through this terrible moment." But as they evacuate Brignoles they wanted to assure Bremond that, whatever happens to the community, “we’ll be part of making it whole,” the letter said.</p><p>The fire near Brignoles broke out Wednesday afternoon and burned some 100 hectares (250 acres), local officials said. The blaze was far smaller than a vast inferno that has swept up the region around Bordeaux in southwestern France in recent days.</p><p>About 700 residents were evacuated and were allowed to return to their homes on Thursday after the fire was brought under control, they added.</p><p>Water-bombing helicopters remained deployed over the area after the evacuation order was lifted, the regional administration said. It said weather conditions remained unfavorable, with high temperatures and winds expected to pick up again in the afternoon.</p><p>The French government in December announced that the Clooneys along with their twins Ella and Alexander were awarded French citizenship.</p><p>The couple purchased their estate in France in 2021, and have been living there with their children. In an interview with Esquire last October, Clooney described their “farm in France” as their primary residence.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UKGEJC76I7TPQOG6PDE64AVUCE.jpg?auth=317052b014c3477bad1f811710658f5ec2b41ed1a43475de786c28891318fcc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - George Clooney appears at the screening of the film "The Boys In The Boat" in London on Dec. 3, 2023. (Photo by Alberto Pezzali/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content></item><item><title><![CDATA[European nations vow FIFA World Cup boycott over Infantino private equity plan as opposition spreads]]></title><link>https://www.local10.com/sports/2026/07/30/north-american-nations-reject-infantinos-world-cup-private-equity-plan-after-uefa-vows-boycott/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/north-american-nations-reject-infantinos-world-cup-private-equity-plan-after-uefa-vows-boycott/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — European nations agreed Thursday to boycott the World Cup and all other FIFA competitions to protest Gianni Infantino’s plan to sell stakes in soccer’s biggest tournament to private equity investors. The North American soccer body rejected his plan later the same day.]]></description><pubDate>Thu, 30 Jul 2026 20:08:16 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — European nations agreed Thursday to boycott the World Cup and all other FIFA competitions to protest Gianni Infantino’s plan to sell stakes in soccer’s biggest tournament to private equity investors. The North American soccer body rejected his plan later the same day.</p><p>“UEFA and its national associations will not participate in FIFA competitions,” the European soccer body said after an urgent online meeting of its 55 member nations.</p><p>The next scheduled FIFA tournament is within weeks in Europe — the Women’s Under-20 World Cup hosted by Poland from Sept. 5 — and the four British federations comprise FIFA’s only bidder to host the 2035 Women’s World Cup. That decision is due Nov. 23.</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>The strategy meeting was called to counter FIFA President Infantino’s offer of $20 million to each of FIFA’s 211 global members that has to be accepted by mid-September.</p><p>Later Thursday, the 41-member Confederation of North, Central American and Caribbean Association Football (CONCACAF) met and announced it rejected Infantino's plan.</p><p>In a statement, CONCACAF said members “expressed deep concerns about the lack of due process surrounding the proposal, the artificially short deadline imposed, and the absence of any review or approval by the relevant FIFA governance bodies.” It also questioned the need for outside investment "following the most profitable FIFA World Cup in history.”</p><p>Infantino’s secret project was revealed Tuesday to spin off its commercial operations in a new $20 billion subsidiary called FIFA Forward Enterprise (FFE) 20% owned by private investors. The core investor would be a New York investment firm created by Joshua Kushner, the brother of U.S. President Donald Trump’s son-in-law Jared Kushner.</p><p>Infantino wrote Tuesday to the 211 members — already the effective owners of FIFA as a non-profit association under Swiss law — that if they approve FFE their promised $10 million basic funding for the next four years will double to $20 million. He projected their FIFA funding through 2038 would be $86 million each, instead of about $36 million.</p><p>“This is not merely a profound failure of leadership, but an abdication of FIFA’s duty as the custodian of world football,” said UEFA, where Infantino was a long-time staffer and its CEO-like general secretary when he was first elected to lead FIFA in 2016.</p><p>Infantino’s presidency at risk?</p><p>Infantino’s high-stakes financial gambit now could threaten his previously secure 11-year presidency of FIFA as anger and frustration with him rises among soccer stakeholders including three of the six continental bodies.</p><p>FIFA has set a Nov. 18 deadline for potential candidates to declare in a presidential vote of the 211 members scheduled next March in Rabat, Morocco.</p><p>Infantino had seemed — 11 days ago after the World Cup final in East Rutherford, New Jersey — to have a clear path to being re-elected unopposed for a fourth and final term in office through 2031, despite a furor over letting United States forward Folarin Balogun play against Belgium despite a red card in his previous game.</p><p>Soccer officials have said privately Infantino has eyed a lucrative commissioner-like role at the FFE spinoff beyond 2031.</p><p>“Game over, Gianni #InfantinOUT,” the Football Supporters Europe group, which advises UEFA on fan issues such as ticket prices, posted after the boycott threat.</p><p>Soccer’s concern at investor pressure</p><p>UEFA detailed Thursday why soccer officials fear external investors owning a stake of the global game’s biggest events, including World Cups and Club World Cups for men and women.</p><p>“The moment external investors acquire ownership interests in FIFA competitions, football changes forever,” UEFA said. “Commercial return becomes a permanent obligation. Investor expectations become a daily pressure.”</p><p>Infantino has presented the private equity offer as a chance to “turbocharge” funding development of soccer across the world, where a majority of the 211 FIFA members rely on its funding.</p><p>Officials from about 40 UEFA member spoke at the urgent meeting, with anger expressed that FIFA is not using some of its multi-billion reserves to fund extra development programs.</p><p>“As a result of today’s discussion, no UEFA national teams will participate in any FIFA competition for so long as these proposals remain alive,” the European soccer body said, “unless this proposal has been abandoned in its entirety and binding assurances have been given that FIFA will never again open its governance or competitions to private ownership.”</p><p>Asia adds rare criticism of Infantino</p><p>On a seismic day in soccer politics, a traditional bedrock of support in Asia for FIFA and Infantino had earlier Thursday been shaken.</p><p>“FIFA’s unilateral actions appear to undermine the very foundations of continental football,” the Asian Football Confederation president Sheikh Salman bin Ibrahim Al Khalifa said in a letter to its 46 members of FIFA, warning of risks to their own competitions.</p><p>Sheikh Salman, an ally to Infantino since losing the FIFA presidential election to him in 2016, wrote “such an initiative will not succeed without the support of all the confederations, which is not the case now.”</p><p>In a video message published Wednesday by FIFA, Infantino insisted spinning off its money-making operations was “an offer, not an obligation.”</p><p>A FIFA presentation for its members, co-written with its banking advisors from J.P. Morgan and seen by the AP, set a goal for FFE as “commercial rigor and expertise to better capitalize on broadcast rights, sponsorships and a growing tournament portfolio.”</p><p>FIFA squeeze on continental games</p><p>That growing portfolio likely would include adding more teams to FIFA competitions like the World Cup and Club World Cup for men and women, and potentially staging them more often than every four years, including in the U.S.</p><p>FIFA adding teams, games and competitions would squeeze the value, status and space in the congested global fixture calendar for those that fund and are organized by the six continental soccer bodies like UEFA and the AFC. Those include World Cup qualifying games, continental tournaments and Champions Leagues.</p><p>“It is important that the AFC family has a complete understanding,” Sheikh Salman wrote, “of how such an initiative may affect key areas of global and Asian football, including the sustainability of confederation and (domestic) competitions, as well as the organization and commercial landscape surrounding the AFC’s activities.”</p><p>UEFA’s previous boycott threat</p><p>A threatened World Cup boycott from Europe helped derail Infantino’s plan in 2021 to play World Cups every two years instead of four.</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/A2PB7ZCF23JJGABH27T6BLLJUY.jpg?auth=9325d53afbf5d6eb61c56698e28925992294f3165b92aa826f9d6116f88b1462&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 the FIFA World Cup Winners Trophy as FIFA President Gianni Infantino looks on during an announcement in the Oval Office of the White House, Aug. 22, 2025, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N4FQGR63SP2UCQYKAVSQIUBVXA.jpg?auth=bde708c856211f2a55dd8357d09562326751c6444719853fc1de915bd956d358&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, center, walks with FIFA President Gianni Infantino, right, as they arrive for 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/HDMJQS4QLY652WKGX3SUEGDLYY.jpg?auth=2f9b9827c638ca92717e53f4812687ad5d49d81a43ed927a50fb3c23c4aa1b5a&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, right, talks to UEFA President Aleksander Ceferin during the FIFA 75th Congress at the Conmebol Convention Center in Luque, Paraguay, Thursday, May 15, 2025. (AP Photo/Fernando Calistro, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Calistro</media:credit></media:content></item><item><title><![CDATA[Taysom Hill announces the end of his time with the Saints, but not his retirement from the NFL]]></title><link>https://www.local10.com/sports/2026/07/30/taysom-hill-announces-the-end-of-his-time-with-the-saints-but-not-his-retirement-from-the-nfl/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/taysom-hill-announces-the-end-of-his-time-with-the-saints-but-not-his-retirement-from-the-nfl/</guid><dc:creator><![CDATA[By BRETT MARTEL, Associated Press]]></dc:creator><description><![CDATA[NEW ORLEANS (AP) — Taysom Hill, a former BYU quarterback who evolved into a productive multi-position player for the New Orleans Saints, has announced that he won't be returning to the team with which he spent his first nine NFL seasons.]]></description><pubDate>Thu, 30 Jul 2026 12:53:26 +0000</pubDate><content:encoded><![CDATA[<p>NEW ORLEANS (AP) — Taysom Hill, a former BYU quarterback who evolved into a productive multi-position player for the New Orleans Saints, has announced that he won't be returning to the team with which he spent his first nine NFL seasons.</p><p>Whether Hill — the only player in the NFL's Super Bowl era to amass 1,000 or more yards passing, rushing and receiving — continues to play professional football remains to be seen. He did not announce his retirement.</p><p>“I’ve taken time this offseason to think carefully about what comes next for my family and me,” Hill said in a social media post on Wednesday night. “I still don’t have a clear answer about what the future holds, but I know that returning to New Orleans is not in the cards."</p><p>Hill's announcement was largely anticipated; he sold his New Orleans-area home during the offseason and had not signed an extension with the Saints after becoming a free agent in March.</p><p>Soon after Hill's post, the Saints posted a highlight video, narrated by record-setting, Hall of Fame-bound quarterback Drew Brees, thanking Hill for his contributions to the franchise.</p><p>On the eve of training camp, Saints general manager Mickey Loomis said he had spoken to Hill, but wanted to keep those conversations private for the time being. The uncertainty surrounding those conversations lasted little more than a day.</p><p>“As training camp begins, I didn’t want my silence to be misinterpreted," Hill said. "As hard as it is to put into words, I wanted to express my gratitude. To the city of New Orleans: thank you.”</p><p>Hill's NFL career began as an undrafted free-agent QB with Green Bay during the 2017 offseason. When he was waived at the end of training camp, the Saints, then coached by Sean Payton, claimed him.</p><p>Payton, now coaching the Denver Broncos, initially planed to groom Hill as a possible successor to Brees at QB. But not wanting to let the 6-foot-2, 220-pound Hill's athleticism go to waste, the Saints decided to try him out on special teams as a returner, an upback on punts and covering kicks.</p><p>After Hill proved effective in those roles, he became a change-of-pace, running QB who also chipped in at running back, tight end and receiver, earning him the moniker of the Saints' “Swiss Army Knife.”</p><p>While Hill never won the full-time starting QB job, he started nine times because of injuries. The Saints went 7-2 in those games.</p><p>Hill now has career statistics of 2,554 yards and 34 touchdowns rushing; 2,426 yards and 12 TDs passing; and 1,034 yards and 11 touchdowns receiving. In 2023, Hill became the first NFL player in half a century to have 10 touchdowns rushing, passing and receiving.</p><p>During his final home game for the Saints, Hill surpassed the career 1,000 yard mark as a receiver and also threw a touchdown pass. He waved goodbye to fans as he left the field after the game, saying he wasn't sure if he'd play in the Superdome again.</p><p>If he does, it'll be in a different uniform.</p><p>“Taysom’s career to this point as a member of the Saints organization has been remarkable in all facets,” Loomis said in a statement. “His intelligence, unique athletic ability, versatility and unselfishness have benefited this team in many facets for the past nine seasons. Additionally, he’s been a great teammate, excellent leader and mentor."</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5LOUQAYMZFR4O7XLUKBKMR7JNU.jpg?auth=888fa1643532562f2a46449e2613312f51b870c5098d3a369b29420becfc8b0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New Orleans Saints quarterback Taysom Hill (7) reacts after an NFL football game against the New York Jets, Sunday, Dec. 21, 2025, in New Orleans. (AP Photo/Tyler Kaufman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tyler Kaufman</media:credit></media:content></item><item><title><![CDATA[US economy grows at a sluggish 1.5% in second-quarter with inflation remaining stubbornly high]]></title><link>https://www.local10.com/business/2026/07/30/us-economy-grows-at-a-sluggish-15-in-second-quarter-with-inflation-remaining-stubbornly-high/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/30/us-economy-grows-at-a-sluggish-15-in-second-quarter-with-inflation-remaining-stubbornly-high/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. economy expanded at a sluggish 1.5% pace from April through June as rising imports weighed on growth, yet consumers continued to spend. And the Federal Reserve’s favored measure of inflation grew more slowly last month. But it remained above the central bank’s 2% target at a time when Americans are frustrated about the high cost of living ahead of the midterm elections, now less than 100 days away.]]></description><pubDate>Thu, 30 Jul 2026 15:15:23 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. economy expanded at a sluggish 1.5% pace from April through June as rising imports weighed on growth, yet consumers continued to spend. And the Federal Reserve’s favored measure of inflation grew more slowly last month. But it remained above the central bank’s 2% target at a time when Americans are frustrated about the high cost of living ahead of the midterm elections, now less than 100 days away.</p><p>Growth in U.S. gross domestic product — the nation’s output of goods and services — decelerated from 2.1% in the first three months of 2026, the Commerce Department reported Thursday, coming in below economists' expectations. But consumer spending — which accounts for about 70% of U.S. economic activity — increased at a 3.2% annual clip, up from 0.5% in the January-March period.</p><p>A measure of the economy’s underlying strength – which strips out volatile government spending and trade numbers – looked good, expanding at a 3.9% annual pace, up from 1.7% from January through March.</p><p>Business investment, excluding housing, rose at an 8.4% pace, down from 10.6% from January through March but strong, reflecting a surge in investment in artificial intelligence.</p><p>Imports are subtracted from the economic figures because GDP is only supposed to count what is produced in the United States. Imports rose at an 11.5% pace, partly on a surge in shipments of computer chips and other products that support AI investment. The imports shaved 1.5 percentage off second-quarter GDP growth.</p><p>"The consumer rescued the quarter,'' said Olu Sonola, head of U.S. economics at Fitch Ratings. “AI investment remains a powerful growth story, but the import surge underpinning the buildout is a reminder that an AI boom does not automatically translate into an equally large boost to U.S. GDP.”</p><p>The Commerce Department also said Thursday that its personal consumption expenditures (PCE) price index, the one favored by the Fed, rose 3.7% last month from June 2025 , down from a 4.1% year-over-year increase in May. Excluding volatile food and energy prices, so-called core consumer prices were up 3.3% from a year earlier, little-changed from 3.4% increase in May. Prices actually fell 0.1% from May to June on a 9.2% drop in the price of gasoline and other energy products.</p><p>The PCE prices were about in line with economists' expectations. But the year-over-year increase in prices has been stuck above the Fed's 2% target for more than five years, and some Fed officials are getting impatient with progress against inflation.</p><p>The Fed on Wednesday chose to leave its benchmark interest rate unchanged for the fifth straight meeting. But three regional Fed presidents dissented, saying they wanted to raise rates to combat elevated inflation.</p><p>The American economy has been surprisingly resilient in the face of the Iran war and the spike in energy prices it caused. The job market has bounced back this year from a lackluster 2025, giving consumers the wherewithal to spend. Employers are adding an average 92,000 jobs a month this year, compared with fewer than 10,000 a month in 2025 when high interest rates and President Donald Trump’s erratic use of tariffs discouraged businesses from hiring.</p><p>Higher costs have frustrated Americans ahead of November’s midterm elections, which will determine whether President Donald Trump’s Republicans keep full control of Congress</p><p>A new AP-NORC poll found that the public is souring on the Iran war. And about 7 in 10 U.S. adults — 72% — say it’s “extremely” or “very” important for the U.S. to prevent domestic oil and gas prices from rising, up from 67% in March.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CP2BSRSKVKZJ7ZBM3L5XA4D4U4.jpg?auth=18b527fb05e13c12734c9946c59472fb880e0c272e87f9497a327ef647de3a24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A customer shops at a grocery store in Arlington Heights, Ill., Monday, July 6, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JFFR3R6PN2VDFSMWCOKW5XGAWI.jpg?auth=69e7005c54162132b2319a285560efabea603e0c501d395ef89ae9e6ce72b16a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gas prices are displayed at a Sinclair gas station along Interstate 70, Thursday, July 23, 2026, in Golden, Colo. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GQJ5NV3HF33NZBR5QAMFESECDM.jpg?auth=0f1143414c01f209b982f8d8856611d48aa5a5e5a4b12106ca0d098c72d12be6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Board Chairman Kevin Warsh speaks at a news conference at the Federal Reserve in Washington, Wednesday, July 29, 2026. (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/7UEW7DOFR7SCKGOJX4SNKF6STY.jpg?auth=aadec87ec037fb4d47945ccfb5fd25f038c3dce62a32b01a3d86b78fefbf95d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An employee checks a customer's identification card before checking out alcohol at a cash register in a grocery store in Arlington Heights, Ill., Monday, July 6, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[US filings for jobless benefits rise to 197,000 last week, but layoffs remain historically low]]></title><link>https://www.local10.com/business/2026/07/30/us-filings-for-jobless-benefits-rise-to-197000-last-week-but-layoffs-remain-historically-low/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/30/us-filings-for-jobless-benefits-rise-to-197000-last-week-but-layoffs-remain-historically-low/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The number of Americans applying for unemployment benefits rose last week but layoffs remain in the historically healthy range of the past few years.]]></description><pubDate>Thu, 30 Jul 2026 16:47:11 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The number of Americans applying for unemployment benefits rose last week but layoffs remain in the historically healthy range of the past few years.</p><p>U.S. filings for jobless aid in the week ending July 25 rose by 9,000 to 197,000, the Labor Department reported Thursday. The previous week's figure was revised up by 1,000 to 188,000 but remains the lowest in more than 50 years.</p><p>Analysts surveyed by the data firm FactSet forecast 207,000 new applications.</p><p>Weekly filings for unemployment benefits are considered representative of layoffs and are close to a real-time indicator of the health of the U.S. job market.</p><p>Despite surging oil prices resulting from the U.S.-Iran war, the American job market remains healthy. However, analysts say a prolonged war and higher than normal energy costs may eventually upend that, forcing companies to trim their costs by reducing head counts.</p><p>Following a 6.6% rise a day earlier, the price for a barrel of U.S. crude fell slightly more than 1% Thursday to $83.36 a barrel. Gas prices in the U.S. are also back up above $4 a gallon on average. Besides squeezing consumers’ budgets, it also hits businesses hard, especially those which are heavily dependent on fuel.</p><p>Also Thursday, the Federal Reserve’s preferred inflation metric, PCE, came in at 3.7%, still well above its 2% target. On top of that, the government reported Thursday that the U.S. economy grew at an unexpectedly sluggish 1.5% pace in the April-June quarter.</p><p>If inflation remains elevated, Fed officials say they are ready to raise interest rates to combat higher prices, raising costs for businesses and making them less likely to hire.</p><p>In its expansive June jobs report earlier this month, the government reported that employers pulled back on hiring, adding only 57,000 jobs. That’s less than half the previous month’s total and a sign that companies remain cautious about adding to their head counts. The unemployment rate dropped to 4.2% from 4.3% in May, though that decline is mostly because many out-of-work people gave up looking for jobs and were no longer counted as unemployed.</p><p>June’s tepid hiring comes after a relative surge in job gains the previous three months, countering concerns that the war in Iran could trip up an already wobbly labor market.</p><p>Weekly jobless aid applications have stabilized in a range mostly between 200,000 and 250,000 since the U.S. economy emerged from the pandemic recession. However, hiring began slowing about two years ago and tapered further in 2025 due to President Donald Trump’s tariffs, his purge of the federal workforce and the lingering effects of high interest rates meant to control inflation.</p><p>Among the companies that have trimmed their workforce recently are Verizon, UPS, Amazon, Disney, Starbucks, Walmart and Microsoft.</p><p>The Labor Department's report Thursday also showed that the four-week moving average of weekly jobless claims, which softens some of the weekly volatility, fell by 5,000 to 202,750.</p><p>The total number of Americans filing for unemployment benefits for the previous week ending July 18 was 1.78 million, a decline of 7,000 from the previous week.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FHFQC5YAA45YAICFGZHJ5SYG4Q.jpg?auth=8ef2d55c27114fc13ccd617cae29ffc4f2b2aa257e37121233fcd6de6e653348&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A California unemployment benefits form is shown Wednesday, July 8, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump says he may pull Todd Blanche’s attorney general nomination for now]]></title><link>https://www.local10.com/news/politics/2026/07/30/the-latest-trump-says-he-may-pull-todd-blanches-attorney-general-nomination-for-now/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/30/the-latest-trump-says-he-may-pull-todd-blanches-attorney-general-nomination-for-now/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump said Thursday he may pull Todd Blanche’s nomination for attorney general until Sens. John Cornyn and Thom Tillis leave office. The Republicans have demanded written assurances about the settlement of the president’s lawsuit against the Internal Revenue Service. Cornyn recently lost the GOP primary in Texas, and Tillis is not seeking reelection.]]></description><pubDate>Thu, 30 Jul 2026 20:22:43 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump said Thursday he may pull Todd Blanche’s nomination for attorney general until Sens. John Cornyn and Thom Tillis leave office. The Republicans have demanded written assurances about the settlement of the president’s lawsuit against the Internal Revenue Service. Cornyn recently lost the GOP primary in Texas, and Tillis is not seeking reelection.</p><p>The U.S. and Iran each fired barrages of missiles Thursday, as the pattern of back-and-forth strikes took hold again and hope dimmed for any quick resolution. After a brief respite, the risk of a return to all-out war emerged once more, with the fighting threatening to engulf even more countries. Jordan said Thursday it intercepted Iranian missiles for the second consecutive day, while Kuwait said a strike in the northern part of the country killed one person.</p><p>Most Americans say the war in Iran has not been worth fighting, and Trump’s approval rating on Iran has fallen slightly since last month, according to a new AP-NORC poll. The results are a stark repudiation of Trump’s approach to the conflict, which has dragged on far longer than he originally predicted.</p><p>Here's the Latest:</p><p>The Trump administration is ending a Medicare drug subsidy program. Here’s how it could affect costs</p><p>Millions of older adults on Medicare prescription drug coverage could face higher monthly costs in 2027.</p><p>The Trump administration said this week it has decided to end a temporary subsidy program that helped offset premiums for the past two years.</p><p>The program was initially implemented by former President Joe Biden’s administration in 2024 to lower Medicare Part D prescription drug costs in response to the 2022 Inflation Reduction Act.</p><p>While federal officials say the financial impact will be minimal, the decision opens the administration to potential political consequences in a high-stakes midterm election year.</p><p>Democrats have criticized the move, calling it an attack on healthcare affordability.</p><p>▶ Read more</p><p>RFK Jr. launches an HHS cooking show</p><p>Health Secretary Robert F. Kennedy Jr. is known for eating a “carnivore” diet of red meat and fermented foods – but he’s broadening those horizons for a new online cooking show.</p><p>He and celebrity chef Andrew Gruel prepared crispy salmon cakes and an arugula, apple and white bean salad in the first episode of “The Real Food Show,” posted Thursday with the branding of the U.S. Department of Health and Human Services.</p><p>The department says the show will provide examples of nutritious and affordable meals for Americans who want to eat healthier. It comes months after the Trump administration released new dietary guidelines at the start of this year.</p><p>Along with Kennedy’s recently launched podcast series, the show promotes some of the more popular aspects of his “Make America Healthy Again” initiative at a time when many have criticized his agenda in other areas, such as vaccines.</p><p>Bessent says US expects China to meet rare earth and agriculture commitments</p><p>After meeting on Thursday with Chinese Vice Premier He Lifeng, Treasury Secretary Scott Bessent said on social media that the Trump administration expects Beijing “to fully meet its commitments on rare earths and U.S. agricultural products.” Trade representative Greer also attended, Bessent said.</p><p>The meeting between finance and trade officials sets the stage for Trump and Chinese President Xi Jinping’s expected meeting face to face in September.</p><p>Bessent said the group also discussed implementation of the Trade and Investment Boards as a way to build more “balanced, fair, and constructive U.S.-China economic relationship.”</p><p>What to know about Trump’s nearly $1.8B fund to compensate allies claiming political targeting</p><p>Back in May, the Justice Department announced that allies of the president who believe they have been wrongly investigated and prosecuted could soon have access to a nearly $1.8 billion compensation fund.</p><p>Acting Attorney General Todd Blanche said in a statement that the “Anti-Weaponization Fund” would represent “a lawful process for victims of lawfare and weaponization to be heard and seek redress.” Blanche’s statement made no mention of how investigations and prosecutions of Trump’s political opponents under his watch have exposed the Justice Department to the same claims of politicized law enforcement that he has said he opposed.</p><p>The fund was announced as part of a deal to resolve Trump’s $10 billion lawsuit against the Internal Revenue Service over the leak of his tax returns, but was subsequently scrapped and a federal judge blocked the fund’s creation.</p><p>Trump-branded commemorative USA 250 passports to become more widely available</p><p>The State Department says its limited-edition Trump-branded commemorative USA 250 passports will soon become available to Americans outside the greater Washington, D.C., area.</p><p>Beginning next month, the department’s 27 passport agencies around the nation will start one-day events, offering the so-called “Patriot Passports” that feature a page emblazoned with a stern portrait of Trump. Previously, the commemorative passports were only available at the Washington, D.C., passport office for in-person applicants.</p><p>Starting on Aug. 8, passport offices in seven cities including Chicago, New York City and Dallas will offer the Trump passports. More passport offices will be included throughout August. Applicants wanting the special passport must apply to the selected offices in person on the day specified. Those wanting a traditional passport must apply on different days.</p><p>A total of 250,000 of the commemorative passports will be available.</p><p>Bessent says US expects China to meet rare earth and agriculture commitments</p><p>After meeting on Thursday with Chinese Vice Premier He Lifeng, Treasury Secretary Scott Bessent said on social media that the Trump administration expects Beijing “to fully meet its commitments on rare earths and U.S. agricultural products.” Trade representative Greer also attended, Bessent said.</p><p>The meeting between finance and trade officials sets the stage for Trump and Chinese President Xi Jinping’s expected meeting face to face in September.</p><p>Bessent said the group also discussed implementation of the Trade and Investment Boards as a way to build more “balanced, fair, and constructive U.S.-China economic relationship.”</p><p>Trump wants more military veterans to become commercial truckers</p><p>The president hosted an event on the White House campus where he said America’s roads had been “terrorized by unqualified illegal aliens dangerously driving big rigs” and that he would replace these immigrants with “highly qualified American veterans.”</p><p>The Trump administration has dubbed this program the “Freedom Haulers Initiative,” under which anyone who has driven a heavy truck for the military would automatically be eligible for a commercial drivers license.</p><p>Trump said that 34 states are part of the initiative.</p><p>Immigrants account for about 20% of all truck drivers, but all of these non-domiciled licenses for immigrants represent only about 5% of all commercial driver’s licenses, or about 200,000 drivers.</p><p>State Department says ‘unfortunate error’ led to badly mislabeled map of Africa at AIDS conference</p><p>The State Department is taking full responsibility for a badly mislabeled map of Africa that was presented at a global AIDS conference last week in Brazil.</p><p>It called it an “unfortunate error” that should not take away from the Trump administration’s commitment to fighting the deadly virus.</p><p>“This was an unfortunate error caused by a team member who hastily altered the slide deck immediately before the presentation at the AIDS 2026 Conference,” the State Department said Thursday after photos of the map were posted online by conference participants.</p><p>A photo of the map was shared by AIDS activist Emily Bass in a Substack post on Sunday showing six countries mislabeled. Among them, Nigeria was placed in roughly the same location as Niger; Ivory Coast, placed in southern Africa; Mozambique, placed in the Horn of Africa; and Cameroon, placed in what appeared to be the location of Ghana. The State Department confirmed that six countries had been misidentified.</p><p>Senate rejects another war powers resolution to halt Iran war</p><p>Most Senate Republicans voted against advancing the measure in the Democrats’ latest effort to end Trump’s engagement in military action without congressional approval.</p><p>“We were told this president would bring peace and lower prices,” said Democratic Sen. Kirsten Gillibrand of New Year, who sponsored the resolution. “What is President Trump doing? Pouring bills of tax dollars into an open-ended war with Iran.”</p><p>The tally was 49-50. Three Republicans, Sen. Susan Collins of Maine, Sen. Lisa Murkowski of Alaska and Sen. Rand Paul of Kentucky, joined most Democrats to advance the measure. Democratic Sen. John Fetterman of Pennsylvania joined Republicans to oppose.</p><p>Since the war began earlier this year, House and Senate Democrats have introduced more than a dozen war powers resolutions, but none has passed both chambers.</p><p>Trump administration wants veterans to replace immigrant truck drivers who lost licenses</p><p>The White House is encouraging veterans who drove large military vehicles to consider a career in trucking.</p><p>Attracting more veterans to trucking will help replace immigrant drivers who lost their commercial driver’s licenses during the crackdown over the past year. The administration enforced English-proficiency requirements and worked to ensure drivers were qualified to pilot 80,000-pound trucks.</p><p>Veterans who drove trucks or other large vehicles in the military recently will be eligible to skip the skills test when they apply for a commercial driver’s license. Trump plans to highlight the campaign Thursday afternoon at the White House.</p><p>Trucking groups like the Owner-Operator Independent Drivers Association support getting more veterans into trucking. Roughly 40% of that group’s 150,000 members are veterans.</p><p>“Military veterans have the skills to succeed in trucking, and that’s what makes them the safest operators of the 80,000-pound commercial vehicles that traverse America’s roadways,” said Todd Spencer, who is president of that trucking trade group.</p><p>Democratic senators call on Treasury to move forward with new Tubman $20 bill</p><p>Ten Democratic senators are calling on Treasury Secretary Scott Bessent to provide more details about whether a longtime effort to place Harriet Tubman’s likeness on the $20 bill has been canceled or merely delayed.</p><p>The senators are following up on comments Bessent made to Spectrum News, saying Treasury was “not at present” planning to put Tubman on the $20 bill.</p><p>The senators in their letter are calling on Bessent to immediately reconsider and resume plans to create the new bill. They are also asking for a briefing on the matter. Meanwhile, the senators noted that Treasury has prepared the design for a $250 bill featuring Trump.</p><p>The effort to place the 19th-century abolitionist leader on the $20 bill began more than a decade ago, was delayed during Trump’s first term and restarted during former President Joe Biden’s presidency.</p><p>Trump says he may delay Blanche nomination until dissenting senators leave office</p><p>Trump says he may withdraw Todd Blanche’s nomination as attorney general until Republican senators who are seeking concessions from the top prosecutor leave office next year.</p><p>Trump doubled down Thursday on choosing his former personal lawyer as the nation’s top lawman, calling him “a STAR.” He said he’ll keep Blanche as acting attorney general until Republican Sens. John Cornyn and Thom Tillis are gone.</p><p>Cornyn and Tillis have demanded additional assurances in writing that the “Anti-Weaponization Fund” is dead and have pressed for clarification on the scope of a tax immunity deal Trump secured by suing the Internal Revenue Service. Cornyn has said he wants the administration to modify that piece of the settlement to make clear that it covers only existing audits and does not protect the president from examination of future tax filings.</p><p>Trump’s comments came after the Senate Judiciary Committee postponed a planned vote on Thursday to advance Blanche’s nomination.</p><p>Senate committee advances nomination of Dr. Erica Schwartz to be Trump’s CDC director</p><p>A Senate committee on Thursday advanced Dr. Erica Schwartz’s nomination to be director of the nation’s top public health agency, setting aside concerns that she won’t stand up to political meddling.</p><p>If confirmed by the full Senate, the 54-year-old would become the 22nd director of the Atlanta-based Centers for Disease Control and Prevention, which is charged with protecting Americans from preventable health threats. Her resume includes medical and law degrees, a stint as deputy surgeon general, and a leadership position at the U.S. Coast Guard.</p><p>Schwartz appeared to be on shaky ground after Sen. Bill Cassidy, R-La., and others questioned whether she would be willing to stand up to Robert F. Kennedy Jr., if the health secretary ordered CDC to do something unsupported by science and good public health practice. But Cassidy later expressed confidence that “she knows what she’s doing.”</p><p>▶ Read more</p><p>US-Iran conflict enters new phase as Saudi Arabia helps hit proxies and diplomacy stalls again</p><p>The stop-start fighting between the United States and Iran appears to have entered a new phase with Saudi Arabia publicly joining military escalations against Tehran-backed proxies and an already untenable diplomatic effort to end the war faltering once again.</p><p>Little is clear about what strategy, if any, American or Iranian officials have for a path forward. The Republican president has vacillated for months between insisting a deal was near to end the war and Tehran’s nuclear program, and using vulgarities and threats to try to get Iran to capitulate.</p><p>The stakes for continued U.S. military action have never been higher for Trump and his party as the conflict, unpopular among many Americans, has jolted the world economy months before voters get their say in November. The renewed fighting has killed and injured more American troops and raised concerns about drawing down the stockpiles of key U.S. air defense systems.</p><p>▶ Read more</p><p>Trump touted his tariffs in Michigan despite rising costs. Even some of his supporters are worried</p><p>Flying to a rally at General Motors this week, the president declared that “car companies are doing better than they’ve ever done” thanks to his tariffs, “all because of Trump.”</p><p>“It’s amazing what tariffs will do for General Motors,” the Republican leader said before autographing a white Corvette. “Michigan is thriving,” he told cheering supporters.</p><p>That’s not exactly true, according to many metrics. Tariffs have cost businesses in Michigan and across the country billions of dollars while stoking inflation that continues to run hot. Many Americans believe tariffs have pushed prices higher and the war in Iran has increased gasoline prices, hurting consumer confidence in the economy while keeping Trump’s approval ratings low.</p><p>There are few places where Trump’s boasts and economic reality are more likely to collide ahead of November’s midterm elections than in battleground Michigan, which holds its primary on Tuesday.</p><p>▶ Read more</p><p>Opposition to FIFA’s World Cup private equity plan grows</p><p>Global opposition is growing to FIFA President Gianni Infantino’s plan for selling a stake in World Cup revenue to private investors.</p><p>The FIFA project would be underwritten by a New York investment vehicle, Thrive Eternal, created by Joshua Kushner, the brother of Trump’s son-in-law Jared Kushner. Infantino has had close ties to Jared Kushner and held secret talks with potential backers in the U.S. about creating the $20 billion FIFA Forward Enterprise subsidiary with $4.2 billion of private equity.</p><p>“FIFA’s unilateral actions appear to undermine the very foundations of continental football,” the Asian Football Confederation president Sheikh Salman bin Ibrahim Al Khalifa warned in a letter Thursday to member federations that was seen by The Associated Press.</p><p>It circulated as the 55-nation European soccer body UEFA prepared to meet Thursday to shape a resistance strategy. The 35-member North American soccer body CONCACAF, meanwhile, said it is “deeply concerned by the lack of due process” in Infantino’s project.</p><p>▶ Read more</p><p>US economy turns in sluggish 1.5% second-quarter growth and inflation remains above Fed target</p><p>The U.S. economy expanded at a sluggish 1.5% pace from April through June as rising imports weighed on growth. But consumer spending rose. And the Federal Reserve’s favored measure of inflation grew more slowly last month, by 3.7%, but remained above the central bank’s 2% target.</p><p>The Commerce Department reported Thursday that growth in U.S. gross domestic product — the nation’s output of goods and services — decelerated from 2.1% in the first three months of 2026 and came in below economists’ expectations.</p><p>The Fed on Wednesday chose to leave its benchmark interest rate unchanged for the fifth straight meeting. But three regional Fed presidents dissented, saying they wanted to raise rates to combat elevated inflation.</p><p>Higher costs have frustrated Americans ahead of November’s midterm elections, which will determine whether Trump’s Republicans keep full control of Congress.</p><p>US filings for jobless benefits rise to 197,000 last week, but layoffs remain historically low</p><p>The number of Americans applying for unemployment benefits rose last week but layoffs remain in the historically healthy range of the past few years.</p><p>U.S. filings for jobless aid in the week ending July 25 rose by 9,000 to 197,000, the Labor Department reported Thursday. The previous week’s figure was revised up by 1,000 to 188,000 but remains the lowest in more than 50 years.</p><p>Analysts surveyed by the data firm FactSet forecast 207,000 new applications.</p><p>Weekly filings for unemployment benefits are considered representative of layoffs and are close to a real-time indicator of the health of the U.S. job market.</p><p>Urban League report says Trump harms Black Americans’ chances at American Dream</p><p>The American Dream may not be dead for many Black Americans, but a National Urban League report warns that it’s further away than at any point since the Civil Rights Movement.</p><p>The 50th annual “State of Black America” report released Thursday grimly describes Black Americans ’ economic and political prospects as having worsened due to Trump’s policies. A copy obtained by The Associated Press says all Americans should be concerned.</p><p>“While they have targeted and focused on Black Americans, these attacks are going to impact broadly working Americans, poor Americans, aspirational middle-class Americans, and this is what this report points to,” said Marc Morial, the league’s president and CEO.</p><p>Morial urged concerned Americans to respond at the ballot box and with their pocketbooks. “We cannot be dejected. We cannot be cynical. We must act,” Morial said.</p><p>▶ Read more</p><p>Most say it’s important to keep gas prices down: AP-NORC poll</p><p>Many Americans continue to be concerned about the pocketbook impact of the Iran war, the new poll shows.</p><p>About 7 in 10 U.S. adults — 72% — say it’s “extremely” or “very” important for the U.S. to prevent domestic oil and gas prices from rising, up slightly from 67% in March.</p><p>A similar share, 70%, say it’s highly important for the U.S. to reach a ceasefire agreement with Iran.</p><p>Americans’ goals for the Iran war may not be fully aligned with Trump, who has repeatedly said the war was launched to keep a nuclear weapon out of Iran’s hands.</p><p>While about two-thirds of U.S. adults say it’s “extremely” or “very” important to keep Iran from gaining a nuclear weapon — with Republicans especially likely to say this — Americans are more likely to prioritize low gas prices and a permanent ceasefire with Iran.</p><p>About two-thirds say the Iran war is not worth fighting: AP-NORC poll</p><p>Most U.S. adults say the war in Iran has not been worth fighting, according to a new AP-NORC poll. About two-thirds of U.S. adults say the war with Iran, which began Feb. 28, has not been worthwhile. That includes the vast majority of Democrats and independents, as well as about 37% of Republicans.</p><p>The poll shows little appetite among Americans for a prolonged conflict.</p><p>Only about 2 in 10 U.S. adults want to continue military action in Iran, while about 3 in 10 say the U.S. should pause military action and seek a renewed ceasefire through negotiations. About 2 in 10 want to completely stop military action in Iran and roughly one-quarter don’t know enough to say.</p><p>Trump announces a $22.5B makeover of Dulles airport that will eliminate the ‘people movers’</p><p>Trump on Wednesday announced a $22.5 billion renovation of Washington Dulles International Airport that will end the use of the widely disliked “people movers,” the mobile lounges that have been used for decades to shuttle travelers to and from the main terminal.</p><p>In place of the people movers, the airport will add a new U-shaped passenger train, a central walking tunnel, more moving walkways and new concourses. An above-ground parking garage closer to the main terminal with space for 32,000 vehicles is also in the offing, according to Trump and Transportation Secretary Sean Duffy.</p><p>The airport makeover would add to a long list of renovation projects the Republican president is pursuing to leave a lasting mark on the Washington region after his term ends in January 2029. Among other undertakings, he is building a new White House ballroom and wants to build a towering triumphal arch near the Lincoln Memorial.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/25QQHCG3MU3SETD4B6FMFHFS7I.jpg?auth=bf4582671c8eb39bfbfe8e699a0bedf737d73e92dc6e5f217cbacaa8a9071433&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 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/RPQWPIGEB4DX444W5JBM64ZUCY.jpg?auth=344742f5d0cb75f1bec2ee02b4a20a16e5a0457fb00e9685799b6374b6f79c37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks about Dulles International Airport modernization, in the Oval Office of the White House, Wednesday, July 29, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IZ6XWTEQ4NDQHFQB3RPN3QDDEY.jpg?auth=52e178756e13961e3896e7ed922c090d3d30ede7eb87c88b1b5a233d82f3a15a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A child rests his head on the coffin of a Popular Mobilization Forces fighter draped in the Iraqi flag during a funeral for Popular Mobilization Forces fighters killed in airstrikes on PMF bases in Najaf, Iraq, Thursday, July 30, 2026. (AP Photo/Anmar Khalil)]]></media:description><media:credit role="author" scheme="urn:ebu">Anmar Khalil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2YG7NKSRL7B2K4YLZMC6TY6MOU.jpg?auth=b3a6b1096863f724dc6c47d853ff4fe9a3448410bc16249da6a1cc797f45b529&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man sits on a surfboard as a container ship and other commercial vessels appear anchored in the Strait of Hormuz off Bandar Abbas, Iran, Monday, July 27, 2026. (Razieh Poudat/ISNA via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Razieh Poudat</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PNT72NP32AUXNLJ5T2W7RBEAY4.jpg?auth=b81d944e03d945ebc50423e4e57f3484afa207ef4d0e9582bae6efa5702dbbbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain players, from left, cheer alongside President Donald Trump and FIFA President Gianni Infantino at the conclusion of the World Cup championship final soccer match between Spain and Argentina in East Rutherford, N.J., Sunday, July 19, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Spain deploys military to Ceuta after thousands of people breach Morocco’s border and at least 9 die]]></title><link>https://www.local10.com/news/world/2026/07/30/spain-deploys-military-to-ceuta-after-thousands-of-people-breach-moroccos-border-and-at-least-9-die/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/30/spain-deploys-military-to-ceuta-after-thousands-of-people-breach-moroccos-border-and-at-least-9-die/</guid><dc:creator><![CDATA[By RENATA BRITO and ANTONIO SEMPERE, Associated Press]]></dc:creator><description><![CDATA[CEUTA, Spain (AP) — Spain will deploy its military to restore order at its border with Morocco in Ceuta after thousands of migrants streamed into the tiny Spanish territory, with at least nine dying in the attempt.]]></description><pubDate>Thu, 30 Jul 2026 20:29:25 +0000</pubDate><content:encoded><![CDATA[<p>CEUTA, Spain (AP) — Spain will deploy its military to restore order at its border with Morocco in Ceuta after thousands of migrants streamed into the tiny Spanish territory, with at least nine dying in the attempt.</p><p>The announcement comes after local authorities in Ceuta had asked the central government in Madrid for reinforcements to manage a border crisis that had been building up before boiling over on Thursday with large crowds of people breeching the border fence.</p><p>Spain’s government said Thursday evening it would send the Armed Forces to help the Civil Guard “maintain security in the city of Ceuta.” It also announced that Spain’s Prime Minister Pedro Sánchez would join Interior Minister Fernando Grande-Marlaska in a visit to Ceuta on Friday.</p><p>“The situation is absolute chaos,” Rachid Sbihi, head of the association that represents Spain’s Civil Guard officers who police the border in Ceuta, told The Associated Press. “It’s not possible to give precise numbers, but there are thousands of migrants crossing,” he said, adding that the border had “totally collapsed.”</p><p>Achraf Maimouni, a member of the Moroccan Association for Human Rights in northern Morocco, described the situation as ’’exceptional.″</p><p>“The Tarajal border was opened under unusual circumstances this morning and people crossed,″ he said.</p><p>Video footage showed crowds of people, mainly Moroccans, walking around the breakwaters at Tarajal beach onto local roads. While the majority appeared to be young men, there were also families with women and small children.</p><p>“Viva España!” some shouted to a freelance photographer working for the AP. It was not immediately clear what prompted so many migrants to cross to Ceuta.</p><p>Spain’s government delegation in Ceuta said at least nine people died Thursday during the chaos. It did not provide details on the circumstances of the deaths but bodies could be seen floating in the water. Dozens have died this year trying to reach Ceuta, according to local authorities.</p><p>Arrivals had been increasing, but reasons still unclear</p><p>The escalation at the frontier between Spain and Morocco comes after a surge in migrants attempting to reach the small exclave, mainly by swimming, on Wednesday.</p><p>Moroccan authorities have not publicly commented on the crossings, and Morocco's Interior Ministry did not respond to requests for comment.</p><p>Spain’s Interior Ministry said the Moroccan government was “closely cooperating” with Spain to handle the situation and that Moroccan police are stopping “numerous people” who are trying to cross the border. Both countries agreed to work together “for the return, as soon as possible, of all the people who entered Ceuta illegally.”</p><p>The ministry earlier said it would guarantee the safety of citizens and the integrity of the nation’s border but that the Spanish government could not declare a national emergency - as local authorities had asked - over migration concerns.</p><p>The chaos had ripple effects in Italy, another key destination for migrants. Premier Giorgia Meloni threatened to suspend Italy's open-border Shengen agreement with Spain “to defend our borders and ensure the safety of our citizens," though Italy doesn't share a border in Spain.</p><p>Ceuta authorities had previously linked the spike to a Spanish Supreme Court decision earlier this month that migrants who arrive by sea cannot be immediately pushed back across the border without due process, unlike those who cross into Spain by land — by climbing over the border fence, for example.</p><p>But some activists in Morocco expressed doubt that the ruling was behind the surge, arguing most migrants would have been unaware of such legal decisions.</p><p>Spain is a main point of arrival into Europe for migrants seeking better economic opportunities or an escape from violence in their home countries.</p><p>To reach Ceuta, located on the northern African coast, migrants often swim from the Moroccan town of Fnideq, covering about 3.1 miles (5 kilometers) to reach Spanish territory. Others attempt the crossing from the nearby town of Belyounech, where the distance is shorter.</p><p>The scenes of people streaming across the frontier recall the border crisis of May 2021 when more than 8,000 migrants poured into Ceuta in just two days.</p><p>At the time, Morocco was accused of easing border controls and allowing migrants to cross into the Ceuta after Spain allowed Polisario Front leader Brahim Ghali to receive treatment at a Spanish hospital, triggering a diplomatic crisis between Rabat and Madrid. The pro-independence Polisario Front for decades has claimed to be the legitimate representative of the Sahrawi people of the Western Sahara, disputed with Morocco.</p><p>Ceuta authorities ask Madrid to declare emergency, send army</p><p>Juan Jesús Vivas, the head of Ceuta’s regional government, called for the national government to declare an emergency on grounds of national security, asking for more police and for the army to be deployed on the border “to guarantee the inviolability of the frontier and citizen safety.”</p><p>He had warned Wednesday that migrant reception centers were overwhelmed with hundreds of people sleeping on the streets after more than 1,500 migrants entered the territory in the past week. But thousands more crossed overnight and Thursday.</p><p>Spain’s Interior Ministry, which tracks irregular migration, would not confirm the number of migrants who had made it to Ceuta in the last few days but said it would publish its next migration report on Aug. 3. As of July 15, nearly 3,000 migrants had entered Ceuta by land or sea this year, according to ministry figures.</p><p>Legislation covering a declaration of national emergencies does not consider migration flows as a risk to national security, according to the ministry, which said government agencies are “coordinating to respond with speed and efficacy to the situation in Ceuta.”</p><p>Ceuta, which is perched on a historical isthmus, has been a Spanish possession since 1580. Its mixed population of Christians and Muslims, Spanish and Moroccan residents and day workers, live in relative harmony behind a border fence that many desperate migrants from across Africa attempt to cross for a better life in Europe.</p><p>—</p><p>Brito reported from Barcelona, Spain. AP journalists Joseph Wilson in Barcelona and Akram Oubachir in Casablanca, Morocco, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5IE5CAW7Q4SVQEV2TPCUDXYXKI.jpg?auth=635325754673ca850fcac0a5cb7f55ee57898ab62d1c02506090613b33487445&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants cross from Morocco into the Spanish enclave of Ceuta, Thursday, July 30, 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/L2TA6WJDVN7FOPUW7C3TO225BA.jpg?auth=5c632873865f72179051350d1468cfbd1f81739df642f40084bdc56df44be187&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants cross from Morocco into the Spanish enclave of Ceuta, Thursday, July 30, 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/RDYPA64CMH7YLMPUTYD76NKOQM.jpg?auth=8ddd37b7fd66f6d161a65e4b72758fb829bc8a9bed71b8dcd2a67954dc36dd00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants cross from Morocco into the Spanish enclave of Ceuta, Thursday, July 30, 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/VPQYYVEG7RL2SO3AQYZ7EXZJQY.jpg?auth=641ec3f8f60ee0106a93e08e6646dfe34c2259bbfaf8c68e9ad702498cea5325&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants cross from Morocco into the Spanish enclave of Ceuta, Thursday, July 30, 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/4EXI7RMPNABW4HLWSB72WL4TFE.jpg?auth=b46bfdd8f2f25b1023be4accbda6a59c48845a27e9aa6e4286a4302c4a3255da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Ceuta territory is seeing an influx of migrants. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content></item><item><title><![CDATA[At 60, Too $hort has no plans to stop his hip-hop voyage with new album produced fully by Lil Jon]]></title><link>https://www.local10.com/entertainment/2026/07/30/at-60-too-hort-has-no-plans-to-stop-his-hip-hop-voyage-with-new-album-produced-fully-by-lil-jon/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/30/at-60-too-hort-has-no-plans-to-stop-his-hip-hop-voyage-with-new-album-produced-fully-by-lil-jon/</guid><dc:creator><![CDATA[By JONATHAN LANDRUM Jr., Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — At 60, Too $hort is helping usher hip-hop into what he calls its senior citizen era. Just don’t expect him to rap like one.]]></description><pubDate>Thu, 30 Jul 2026 16:20:08 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — At 60, Too $hort is helping usher hip-hop into what he calls its senior citizen era. Just don’t expect him to rap like one.</p><p>The Oakland hip-hop pioneer is still recording, touring and talking slick more than four decades after he began selling homemade tapes on the streets of the Bay Area. While the genre has long treated aging like an unwritten career-ending offense, Too $hort is breaking the rule and challenging the culture’s elder statesmen to keep going with him.</p><p>His latest proof is “Sir Too $hort Vol. 2: Drink & Smoke,” his 23rd studio album, produced entirely by longtime collaborator Lil Jon. It arrives Friday, exactly 20 years after the release of his enduring hit “Blow the Whistle.”</p><p>Too $hort, whose catalog also includes classics like “The Ghetto” and “Shake That Monkey,” says he isn’t interested in slowing down anytime soon. That was certainly evident when he and E-40 performed at the NFL Honors in February.</p><p>In an interview with The Associated Press this week, Too $hort reflected on turning 60, challenging hip-hop’s age limits, preserving the legacy of Lil Jon’s late son, DJ Young Slade, the staying power of “Blow the Whistle” and why he has no plans to stop until “the wheels fall off.”</p><p>This interview has been edited for length and clarity.</p><p>AP: You recently turned 60, but you’re still releasing albums, touring and influencing the culture. When you first started selling homemade tapes on the streets of Oakland, did you ever imagine you’d still be doing this more than four decades later?</p><p>TOO $HORT: At the age of 14 or 15, my mentality was, “Let people hear this music. We’re going to rock some house parties and high school dances and sell some tapes to fans in the streets.” When I got my foot in the door, I knew this was going to be my job. It was always “till the wheels fall off.” It was never, “Let’s do this for 30 or 40 years.”</p><p>I’ve always said the day hip-hop is no longer my job is probably the day I’ll stop. But the love I have for hip-hop won’t allow me to stop recording. I’ve never taken a long break. I’ve continuously been in the studio, continuously doing shows. I just keep it going because it’s my job.</p><p>AP: Why do you think you’ve remained relevant when so many careers have come and gone?</p><p>TOO $HORT: I truly love making music. It’s never felt like work. I could have stopped after “Blow the Whistle” and been like, “Story told.” But somebody’s got to go out into these uncharted waters and blaze the trail. Look at E-40,Snoop Dogg,Fat Joe and the other guys who kept going after the kids were grown and the grandkids were on the way.</p><p>Who laid the rule down that in hip-hop you gotta stop at 40? Every milestone they said was old. First it was 30, then it was 40, then it was 50. Now we got senior citizen rappers, and this ... is real. Hip-hop is entering the place where jazz, blues and R&B have older artists who are still performing and recording. We should too.</p><p>AP: Twenty years after its release, “Blow the Whistle” is still played everywhere from NBA arenas to the Olympics. Why do you think that record has endured?</p><p>TOO $HORT: I don’t know if you could give me the ingredients and tell me how to do it again; I don’t think I could. It had to happen organically. I give Lil Jon a lot of credit because he’s made a lot of songs we’ve loved since the day they came out. We make good music together, and that’s why I’m excited for people to hear what we’re still doing 30 years after we first worked together.</p><p>AP: This album reunites you with Lil Jon, but it also features work from his late son, Slade, who died in February. What did that collaboration mean to you?</p><p>TOO $HORT: His son passed away after we finished recording. We had actually done about twice as many songs as ended up on this project. I saw how it affected Jon, and I had recently lost my brother, so I knew that feeling of loss. The whole time, Slade was producing or co-producing a lot of the tracks I was working on. The first thing that came to me was that I’d be more than proud to be part of his son’s legacy and give something to the world that would help him live forever. Jon keeps saying, “Slade’s legacy,” and I’m just trying to be a part of that and show the world we lost another good, talented person.</p><p>AP: You and E-40 celebrated Bay Area hip-hop together during your 2020 Verzuz appearance. Fans still love seeing you two together. Would you ever team up again, whether for another Verzuz, a tour or something else?</p><p>TOO $HORT: We did one in 2020, but it wasn’t a battle. We had a good time. We did a lot of laughing, a lot of togetherness. I didn’t want to battle 40 then, and I don’t want to battle him now. That’s my best friend in hip-hop. I’d sign up for me and 40 against anybody. That’d be fun. They haven’t had two groups. … I put that out there: Who wants to battle Too $hort and E-40 in Verzuz?</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IEDQROFRUYTMICRQYC3KW3YWGE.jpg?auth=1604fcd4839a2d7adf20e187862aaa53955fb89944c293c0969b8ac57da6a420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Too $hort poses for a portrait on Tuesday, July 28, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DPCNXGCLPTNRMXZQWSQWYCGXDI.jpg?auth=9e3b13c6e30e1fee72889447000af88de4a59e1d7ba8f4058a8ba4a97c8bf1ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Too $hort poses for a portrait on Tuesday, July 28, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C5TXOJM6Y72KIDT255F5SJAODY.jpg?auth=c8cfc0964bcf35a47ca09f5632c269911f326041f4a07d9d8b5d1736e8f82ad0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Too $hort poses for a portrait on Tuesday, July 28, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TXJ5EVVOWFUSMYPO3JSGQJLAW4.jpg?auth=ae81e8e14f27c22c6b15232b644fe1e658a5f66c945a7c3378dd4a3a87564885&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Too $hort poses for a portrait on Tuesday, July 28, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YXSCJMH7TQI6ZU2SBAW5GYFD6A.jpg?auth=3e00889be78e224907e995e89cca4f11804c8fe1f181adde9a2a36b46f95716d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Too $hort poses for a portrait on Tuesday, July 28, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Dolphins enter new era under Jeff Hafley as training camp begins]]></title><link>https://www.local10.com/sports/local/2026/07/29/dolphins-enter-new-era-under-jeff-hafley-as-training-camp-begins/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/29/dolphins-enter-new-era-under-jeff-hafley-as-training-camp-begins/</guid><dc:creator><![CDATA[Ryan Mackey, Clay Ferraro]]></dc:creator><description><![CDATA[The Dolphins officially opened training camp Wednesday, giving players their first chance to impress under new head coach Jeff Hafley. ]]></description><pubDate>Wed, 29 Jul 2026 17:14:37 +0000</pubDate><content:encoded><![CDATA[<p>The Dolphins officially opened training camp Wednesday, giving players their first chance to impress under new head coach Jeff Hafley. </p><p><a href="https://www.local10.com/espanol/2026/07/29/los-dolphins-inician-una-nueva-era-bajo-jeff-hafley-con-el-comienzo-del-campamento-de-entrenamiento/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/los-dolphins-inician-una-nueva-era-bajo-jeff-hafley-con-el-comienzo-del-campamento-de-entrenamiento/">Leer en español</a></p><p>With a new coaching staff and front office in place, competition is wide open as players battle for starting jobs and roster spots.</p><p>Running back De’Von Achane said it felt good to be back on the field with his teammates, calling the first day a “good start” as the team begins building chemistry in the new system.</p><p>“It was fun to get back out here with my brothers,” Achane said. “We was off a little bit but it’s exciting to get back on the field, especially just to hurry up and build that connection with each other. </p><p>One thing that stood out after practice was the effort. </p><p>Local 10’s Clay Ferraro said even after the session ended, several players stayed on the field getting extra work in, a sign of the competitive culture Hafley is trying to establish.</p><p>The rookies made a strong first impression. </p><p>Rookie linebacker Jacob Rodriguez, a second round pick from Texas Tech, broke up two passes, including a diving pass breakup over the middle, while showing impressive range in coverage, according to Dolphins reporter <a href="https://x.com/WingfieldNFL" target="_self" rel="" title="https://x.com/WingfieldNFL">Travis Wingfeld</a>. </p><p>Wide receivers Caleb Douglas and Kevin Coleman Jr. each came away with explosive plays from Malik Willis. Douglas turned a short catch into a long gain with his speed and also hauled in a tough third-down reception despite tight coverage. Coleman picked up a big gain after hauling in a strike from quarterback Willis.</p><p>Wingfeld said Willis had a solid first day overall, connecting on several throws while working behind good pass protection. He had a few off-target passes and one tipped at the line, but looked comfortable for most of the practice. Tight ends Greg Dulcich and Ben Sims were both involved in the passing game.</p><p>On defense, cornerback Chris Johnson, who was drafted with the Dolphins’ second first round selection, flashed throughout practice with his athleticism and ability to make plays.</p><p>The defense also produced several takeaways, highlighted by linebacker Willie Gay Jr.’s pick-six after jumping a pass. Rookie safety Michael Taaffe added an interception that was thrown by Quinn Ewers, and linebacker David Ojabo forced a fumble during a running play.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">That guy Taaffe 😮‍💨 <a href="https://t.co/zdu19LFtfW">pic.twitter.com/zdu19LFtfW</a></p>&mdash; Miami Dolphins (@MiamiDolphins) <a href="https://x.com/MiamiDolphins/status/2082501830903243202?ref_src=twsrc%5Etfw">July 29, 2026</a></blockquote><p>Veteran players said the intensity was evident from the opening practice.</p><p>“The energy is always there, especially day one, right?” said Dolphins defensive lineman Zach Sieler. “It’s hard to get a heartbeat on the whole team in one day, but the guys, they just want to be there. There’s no pride. No one’s mad about whatever. You take corrections.”</p><p>EDGE Chop Robinson said the urgency has increased as the regular season approaches.</p><p>“Yeah, I mean, it’s definitely more urgency compared to OTAs in camp, obviously, because we’re getting, we’re competing every day,” he said. “We’re getting close to the season and stuff like that in the real game. So everybody was just fired up and just competing out there.”</p><p>The defensive front also made its presence felt against the run. Defensive tackles Kenneth Grant, Jordan Phillips and Zeek Biggers each recorded stops, while linebacker Jordyn Brooks consistently found the football, including a tackle for loss on Achane.</p><p>Safety Dante Trader also made a quick read to shut down a running lane on the first team play of practice.</p><p>The first practice open to the public is set for Sunday. View the Dolphins’ full training camp schedule by <a href="https://www.local10.com/sports/local/2026/07/08/dolphins-training-camp-2026-dates-times-and-what-fans-need-to-know/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/07/08/dolphins-training-camp-2026-dates-times-and-what-fans-need-to-know/">clicking here</a>. </p>]]></content:encoded></item><item><title><![CDATA[El Zoo de Praga refresca a los osos polares con hielo durante una ola de calor en Europa]]></title><link>https://www.local10.com/espanol/2026/07/30/el-zoo-de-praga-refresca-a-los-osos-polares-con-hielo-durante-una-ola-de-calor-en-europa/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/el-zoo-de-praga-refresca-a-los-osos-polares-con-hielo-durante-una-ola-de-calor-en-europa/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[PRAGA (AP) — Los cuidadores del Zoológico de Praga emplearon toneladas de hielo el jueves para darles a sus animales un alivio muy necesario, mientras otra ola de calor azotaba Europa.]]></description><pubDate>Thu, 30 Jul 2026 12:05:45 +0000</pubDate><content:encoded><![CDATA[<p>PRAGA (AP) — Los cuidadores del Zoológico de Praga emplearon toneladas de hielo el jueves para darles a sus animales un alivio muy necesario, mientras otra ola de calor azotaba Europa.</p><p>Los osos polares Aleut y Gregor no perdieron tiempo y se revolcaron en montones de cubos de hielo tras salir a su recinto exterior.</p><p>Los gemelos parecían divertirse con el premio helado, que pretendía mantenerlos frescos en medio de las temperaturas extremas, que se preveía subieran hasta 38 grados Celsius (100 grados Fahrenheit) más tarde ese día.</p><p>“Los osos se refrescan con ello y, al mismo tiempo, es un enriquecimiento de su vida en el zoológico”, explicó el portavoz del zoológico, Filip Mašek.</p><p>El zoológico comenzó a proporcionar hielo a algunos de los animales hace dos años, en respuesta al cambio climático y al creciente número de días con temperaturas extremas.</p><p>Los osos polares, que nacieron en Núremberg, Alemania, hace 16 años y se han adaptado al clima europeo, fueron los que más lo disfrutaron.</p><p>Este año, el plan era encargar hielo para los animales en julio y agosto, que tradicionalmente son los meses más calurosos. Pero la primera ola de calor llegó temprano y la República Checa vivió su día más caluroso registrado, con 41,9 C (107,4 F) el 28 de junio.</p><p>“El tiempo no deja de sorprendernos”, comentó Mašek. El hielo estará listo antes el próximo año, añadió. “Hemos aprendido la lección”.</p><p>Otros animales que se han beneficiado en años anteriores del suministro de hielo para mantenerse frescos son nutrias, elefantes y loros.</p><p>Algunos animales del zoológico están acostumbrados al calor, mientras que otros pueden quedarse en la sombra o en recintos interiores y usar diversas piscinas para refrescarse. En años anteriores, a los gorilas se les dieron trozos de hielo con frutas congeladas.</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/LBW54O6YUJ4PLFOMZN46YRS3ME.jpg?auth=3ccfa40f5b96700c914fd54b96d40cf3234ed81aa4aae022d736c62961d7daab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Osos polares se refrescan en una pila de hielo colocada en su recinto en un día caluroso y soleado en el Zoo de Praga, República Checa, el jueves 30 de julio de 2026. (AP Foto/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JKQ5CYL3LA3A7LBYVOSSREZRSA.jpg?auth=cfb1acdffbff499660d6a15b975aa43a7075598cf47dce1cda310fd69df6c123&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un oso polar se refresca en una montaña de hielo trasladado a su recinto en un día soleado y caluroso en el Zoo de Praga, República Checa, el jueves 30 de julio de 2026. (AP Foto/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item><item><title><![CDATA[How views on Trump’s handling of Iran have shifted, according to a new AP-NORC poll]]></title><link>https://www.local10.com/news/politics/2026/07/30/how-views-on-trumps-handling-of-iran-have-shifted-according-to-a-new-ap-norc-poll/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/30/how-views-on-trumps-handling-of-iran-have-shifted-according-to-a-new-ap-norc-poll/</guid><dc:creator><![CDATA[By LINLEY SANDERS and MIKE CATALINI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Most Americans say the war in Iran has not been worth fighting, and President Donald Trump’s approval rating on Iran has fallen slightly since last month, according to a new AP-NORC poll.]]></description><pubDate>Thu, 30 Jul 2026 10:56:04 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Most Americans say the war in Iran has not been worth fighting, and President Donald Trump’s approval rating on Iran has fallen slightly since last month, according to a new AP-NORC poll.</p><p>The results are a stark repudiation of the Republican president’s approach to the conflict, which has dragged on far longer than he originally predicted.</p><p>About two-thirds of U.S. adults say the war with Iran, which began Feb. 28, has not been worthwhile, according to the new poll from The Associated Press-NORC Center for Public Affairs Research. That includes the vast majority of Democrats and independents, as well as about 37% of Republicans.</p><p>The poll was conducted July 23-27, as the U.S. and Iran paused attacks following a nearly two-week escalation in the war. During the escalation, the U.S. targeted Iranian military and commercial sites while Iran attacked U.S. military facilities in the Middle East, resulting in additional deaths of American service members. Since the war began, 18 U.S. service members have been killed, but the Trump administration has sought to revise those numbers.</p><p>The survey reinforces how unpopular the Iran war has become at home, a potential problem for congressional Republicans up for reelection in November who have defended Trump’s military actions. Just 28% of U.S. adults now approve of how Trump is handling Iran, a slight decline from 34% last month. Even Republicans appear to be increasingly unhappy with the prolonged conflict. Roughly 61% of Republicans approve of how Trump is handling Iran, an apparent decline from 71% in June. The margin of sampling error for Republicans is 6 points, so the decline is considered slight, but it’s still noteworthy given Republicans’ much higher approval of how Trump is handling the presidency overall.</p><p>Trump’s overall approval rating is at 33%, slightly below where he stood at this point in his first term and similar to where former President Joe Biden stood about one and a half years into his presidency, when inflation peaked.</p><p>Robert McClary, a 52-year-old Republican from Sugar Grove, Ohio, is skeptical the war could be brought to an easy conclusion and disapproves of Trump’s handling of it. McClary voted for the president once, in 2016, but recalls that during the last election, Trump campaigned on not starting new wars in the Middle East.</p><p>“I don’t have any trust in this administration at all and to why they brought us into this war, why they’re putting our soldiers at risk again,” he said.</p><p>The findings also indicate that most Americans’ goals for the conflict may not be aligned with Trump, who has repeatedly said the war was launched to keep a nuclear weapon out of Iran’s hands. While about two-thirds of U.S. adults say it’s “extremely” or “very” important to keep Iran from gaining a nuclear weapon — with Republicans especially likely to say this — even more Americans say it’s highly important for the U.S. to keep gasoline prices low or negotiate a permanent ceasefire with Iran.</p><p>McClary added: “I really don’t know what you can do now. I mean, you’ve kind of gotten yourself buried into this mess.”</p><p>Relatively few want military action against Iran to continue</p><p>There’s little appetite among Americans for a prolonged conflict.</p><p>Only about 2 in 10 U.S. adults want to continue military action in Iran, while about 3 in 10 say the U.S. should pause military action and seek a renewed ceasefire through negotiations. About 2 in 10 want to completely stop military action in Iran and roughly one-quarter don’t know enough to say.</p><p>About half of Republicans say the U.S. should continue military action against Iran, particularly those who identify as “very conservative.” Republicans who identify as MAGA — part of Trump’s Make America Great Again movement — are much likelier than non-MAGA Republicans to say the war should continue. Non-MAGA Republicans are more likely to want a ceasefire or a complete halt to the military action.</p><p>Jennifer Norton, a 71-year-old Republican from Crossville, Tennessee, supports military action in Iran but has been displeased to see prices rising for things like beef roasts and hamburgers. Norton lives on a “modest income,” and things are getting expensive.</p><p>“I am getting a little impatient, but when I start to dwell on that for a minute, I remember Mr. President Trump is a brilliant businessman,” she said. “He can’t tell us exactly what he’s doing, but I trust that he’s doing something. I mean, he is doing fine.”</p><p>Independents and Democrats are more likely than Republicans to want to stop military action against Iran immediately, although about 3 in 10 Republicans want either a pause or complete stop to military action.</p><p>Ryan Sloan, a 39-year-old Republican in Lakeland, Florida, has come to disapprove of the conflict in Iran recently because he wants a better explanation from the Trump administration about why the war intensified in late July.</p><p>“Let’s face it, not everybody’s going to be happy with him,” Sloan said. “I just wish I’d have had more transparency about why things were going on the way they were.”</p><p>Most say it’s important to keep gas prices down</p><p>Many Americans continue to be concerned about the pocketbook impact of the Iran war. About 7 in 10 U.S. adults — 72% — say it’s “extremely” or “very” important for the U.S. to prevent domestic oil and gas prices from rising, up slightly from 67% in March.</p><p>Oil topped $100 a barrel last week, ending a brief period of lower prices when hostilities between the U.S. and Iran eased in June. Gas prices rose above $4 per gallon on average, and the elevated fuel price is hitting consumers in other ways, too. Inflation cooled last month but remains elevated, and consumer spending has slowed, with signs that Americans are taking advantage of sales and other incentives.</p><p>There are also indications that fluctuating gasoline prices are an increasingly big problem for many Americans. About 4 in 10 say the cost of gas for their car is a “major source” of stress in their life right now, compared with about 3 in 10 in February.</p><p>Mikal Baker, a 47-year-old political independent in Sandy Springs, Georgia, disapproves of the war in Iran and is frustrated by the effect on gas prices.</p><p>“I don’t see the benefit. I don’t see the total benefit of the American citizen for this war,” he said. But Baker is skeptical it will ever come to an end. “I can’t say it will ever be over with.”</p><p>Some Americans may be hoping that gasoline prices could stabilize or go down. About 4 in 10 U.S. adults are “extremely” or “very” concerned about being able to afford gas in the next few months, down slightly from 45% in March.</p><p>Republicans prioritize keeping Iran from obtaining a nuclear weapon</p><p>Even as most Americans prioritize keeping gas prices from rising, a similar share say it’s “extremely” or “very” important to negotiate a permanent ceasefire with Iran.</p><p>About 7 in 10 Americans say it’s “extremely” or “very” important for the U.S. to reach a ceasefire agreement, slightly higher than the roughly two-thirds who say it’s at least “very” important to prevent Iran from obtaining a nuclear weapon. That’s also well above the 4 in 10 who say it’s “extremely” or “very” important to prevent Iran from threatening Israel.</p><p>Early in the conflict, Trump said the United States’ primary objectives were to degrade Iran’s military capability, eliminate their Navy and Air Force, keep them from gaining nuclear weapons and protect U.S. allies in the region.</p><p>Republicans, in particular, say it’s highly important to keep Iran from obtaining a nuclear weapon. About 8 in 10 say this is at least “very” important, compared with roughly 7 in 10 who say that about preventing oil and gas prices from rising and negotiating a permanent ceasefire with Iran.</p><p>Sloan, the Florida Republican, believes it’s important to keep Iran from gaining a nuclear weapon, adding: “We are most definitely their number one targets once they do have nuclear capabilities.”</p><p>___</p><p>The AP-NORC poll of 1,165 adults was conducted July 23-27 using a sample drawn from NORC’s probability-based AmeriSpeak Panel, which is designed to be representative of the U.S. population. The margin of sampling error for adults overall is plus or minus 3.7 percentage points. The margin of sampling error is plus or minus 6.0 for Republicans overall and plus or minus 5.4 for Democrats overall.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UYN4MJDHBALCXC5WRHBP2S66LM.jpg?auth=1aceb823be5645d71962e8e1124f45f8df53d941afa7fbac1cbe0b106e4d6466&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump and Secretary of Defense Pete Hegseth, salute as a U.S. Army carry team moves a transfer case containing the remains of Pvt. Isabella Gonzales of Carrollton, Texas, Wednesday, July 22, 2026, at Dover Air Force Base, Del. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WTTGP4HSUPCTWPXRE7RDR7UHZU.jpg?auth=3a6c6c1e498a28ec29883ccc3978dd1579b20dc1ac8657874c735610987db566&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump and Defense Secretary Pete Hegseth salute as a U.S. Army carry team moves a transfer case containing the remains of Pvt. Isabella Gonzales of Carrollton, Texas, Wednesday, July 22, 2026, at Dover Air Force Base, Del. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OAT4A72GPUDC76GVBR5OYBAY4I.jpg?auth=ef5f8f38ae73e17ae84e8bbc35dcfb78aa1a65778b40b98f74c2cc560060460a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump and Secretary of Defense Pete Hegseth, arrive to attend the dignified transfer of four U.S. service members recently killed in the Middle East, at Dover Air Force Base, Del., Wednesday, July 22, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PGUNR7EZHUBIJQREAZA2ECDR4Q.jpg?auth=7fbdce578ee983f8e5f411cf29589021bc8da1c31ed1bae5161c8ab8a4ad6f00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks in the Oval Office of the White House about Dulles International Airport modernization, Wednesday, July 29, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Prague zoo keeps polar bears cool with ice cubes as European summer heatwave hits]]></title><link>https://www.local10.com/news/weird-news/2026/07/30/prague-zoo-keeps-polar-bears-cool-with-ice-cubes-as-european-summer-heatwave-hits/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/07/30/prague-zoo-keeps-polar-bears-cool-with-ice-cubes-as-european-summer-heatwave-hits/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PRAGUE (AP) — Keepers at Prague Zoo used tons of ice on Thursday to give its animals some much-needed relief as yet another heat wave hit Europe.]]></description><pubDate>Thu, 30 Jul 2026 11:50:06 +0000</pubDate><content:encoded><![CDATA[<p>PRAGUE (AP) — Keepers at Prague Zoo used tons of ice on Thursday to give its animals some much-needed relief as yet another heat wave hit Europe.</p><p>Polar bears Aleut and Gregor wasted no time and were rolling in the beds of ice cubes after entering their outside enclosure.</p><p>The twins looked to have fun with the ice treat that was meant to keep them cool amid the extreme temperatures forecast to soar to 38 degrees Celsius (100.4 degrees Fahrenheit) later in the day.</p><p>“The bears cool off with it and at the same time it's an enrichment of their life in the zoo,” said zoo spokesperson Filip Mašek.</p><p>The zoo began providing ice to some of the animals two years ago in response to climate change and the increasing number of days with extreme temperatures.</p><p>The polar bears, who were born in Nuremberg, Germany, 16 years ago and have adapted to the European climate, were the ones who enjoyed it the most.</p><p>This year, the plan was to order ice for the animals in July and August, which are traditionally the hottest months. But the first heat wave struck early and the Czech Republic experienced its hottest day ever with 41.9 C (107.4 F) on June 28.</p><p>“The weather keeps surprising us,” Mašek said. He said the ice will be ready sooner next year. “We’ve been taught a lesson.”</p><p>Other animals that have benefited from the provision of ice to keep cool in previous years include otters, elephants and parrots.</p><p>Some animals in the zoo are used to heat, others could stay in the shade or inner enclosures and use various pools to keep cool. Gorillas were given pieces of ice with frozen fruits in the previous years.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GHCKSXSGGXGQ2TTKFJRFMN2N3Q.jpg?auth=efb36d85db499a0d6c6e67ff534dc712a99ecee5ebd6857cdf51806e02c7f528&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Polar bears cool down on a pile of ice that was brought to theirs enclosure on a hot and sunny day at the Zoo in Prague, Czech Republic, Thursday, July 30, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OFDBX6RAFD2GXLR7X3OTUYR35U.jpg?auth=1736416541e624d2d320fac3a48ff9977ad1be0a4648cbdc89598358c474d845&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Polar bears cool down on a pile of ice that was brought to theirs enclosure on a hot and sunny day at the Zoo in Prague, Czech Republic, Thursday, July 30, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B2YSWTI25IQDXDPAKKE3JJZD2U.jpg?auth=82a08044e255ae207d5187e688313e90a93c2c2df90d7957732ee2ab946e15f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Polar bears cool down as an ice bath and a pile of ice was brought to theirs enclosure on a hot and sunny day at the Zoo in Prague, Czech Republic, Thursday, July 30, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TQ4OAKIFQ4OVIKGZ4UMPMD7HP4.jpg?auth=ac9ec950781a360853139dee58fb7fae5d6621624a04c2f6be860c8d30338bfe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Polar bear cools down on a pile of ice that was brought to its enclosure on a hot and sunny day at the Zoo in Prague, Czech Republic, Thursday, July 30, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KTS2FKFUOHN43TSLYICQA476RI.jpg?auth=0a7c7eddfd3c217eac00d63c9edf5b5e029bd1483cb9167fcfaa502c2b8d5a43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Polar bear cools down on a pile of ice that was brought to its enclosure on a hot and sunny day at the Zoo in Prague, Czech Republic, Thursday, July 30, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item><item><title><![CDATA[1 dead, 1 injured in Oakland Park crash]]></title><link>https://www.local10.com/news/local/2026/07/29/1-dead-1-injured-in-oakland-park-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/1-dead-1-injured-in-oakland-park-crash/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[A woman was killed and a man was injured in a two-vehicle crash in Oakland Park on Wednesday evening, according to the Broward Sheriff’s Office.]]></description><pubDate>Thu, 30 Jul 2026 02:12:57 +0000</pubDate><content:encoded><![CDATA[<p>A woman was killed and a man was injured in a two-vehicle crash in Oakland Park on Wednesday evening, according to the Broward Sheriff’s Office.</p><p> </p><p>Deputies and Oakland Park Fire Rescue crews responded around 6:35 p.m. to the intersection of Northwest 44th Street and Northwest 31st Avenue following reports of a crash.</p><p>Investigators said the crash involved two cars with one person in each vehicle. The female driver of one of the vehicles died at the scene.</p><p>The male driver of the other vehicle was taken to Broward Health Medical Center for treatment of his injuries.</p><p>Detectives with BSO’s Traffic Homicide Unit are investigating the circumstances surrounding the fatal crash. 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></item><item><title><![CDATA[Miami-Dade School Board selects Rafael Villalobos as district’s next superintendent]]></title><link>https://www.local10.com/news/local/2026/07/29/search-for-new-miami-dade-schools-superintendent-down-to-final-2-candidates/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/search-for-new-miami-dade-schools-superintendent-down-to-final-2-candidates/</guid><dc:creator><![CDATA[Saira Anwer, Hannah Yechivi]]></dc:creator><description><![CDATA[The search for the next leader of the third largest school district in the country has reached the finish line.]]></description><pubDate>Wed, 29 Jul 2026 16:43:28 +0000</pubDate><content:encoded><![CDATA[<p>The search for the next leader of the third largest school district in the country has reached the finish line.</p><p><a href="https://www.local10.com/espanol/2026/07/29/junta-escolar-de-miami-dade-elige-a-rafael-villalobos-como-proximo-superintendente-del-condado/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/junta-escolar-de-miami-dade-elige-a-rafael-villalobos-como-proximo-superintendente-del-condado/">Leer en español</a></p><p>Earlier on Wednesday, the two final candidates for Miami-Dade Schools superintendent were working to convince the school board that they’re the best person for the job.</p><p>They are Ernie Lozano, the Broward County Public Schools Chief Human Resources Officer; and Rafael Villalobos, the Miami-Dade School District’s South Region Superintendent.</p><p>After hearing from both candidates, the eight board members unanimously voted for Villalobos to be the county’s next superintendent. </p><p>“He is steadfast, he is not afraid to make a tough call, he is not afraid to have a tough conversation, he is not afraid to disagree,” said board member Mary Blanco. </p><p>Rained with praise for his grit, determination and experience, Villalobos was chosen to lead the more than 330,000 students who are part of Miami-Dade’s public school system. </p><p>He spoke about the first challenges he plans to tackle.</p><p>“I think the greatest issue is lower enrollment, and making sure that parents understand that we are your best choice, that they understand that the programs that we have, the teachers that love children and the entire staff are here for them, and that undeniably we have the better programs,” said Villalobos. “They have to entrust in us, they have to know that we are ready to serve them and serve their children.” </p><p>He also spoke about taking a close look at the budget to see if he can increase the percentage of funding going toward teacher salaries.</p><p>Villalobos began his career as a teacher at South Dade Senior High School in 1994. He later became an assistant principal and then served as principal at four different public schools through 2010. </p><p>After spending several years in the private sector, he returned to Miami-Dade County Public Schools in 2015, where he has served in different leadership roles.</p><p>Wednesday’s public interviews were part of the selection and appointment process. </p><p>Interview questions were submitted by the Office of the General Counsel, with board members each taking a turn reading a question to the candidates. </p><p>A finalist was required to receive five affirmative votes from school board members in order to move forward in the appointment 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[Chef Creole owner says loss of Haitian TPS workers is raising labor costs]]></title><link>https://www.local10.com/news/local/2026/07/29/chef-creole-owner-says-loss-of-haitian-tps-workers-is-raising-labor-costs/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/chef-creole-owner-says-loss-of-haitian-tps-workers-is-raising-labor-costs/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Businesses that rely on Haitian workers with Temporary Protected Status are beginning to feel the impact as employees leave their jobs, forcing some owners to replace workers while preparing for higher labor costs.]]></description><pubDate>Wed, 29 Jul 2026 21:11:28 +0000</pubDate><content:encoded><![CDATA[<p>Businesses that rely on Haitian workers with Temporary Protected Status are beginning to feel the impact as employees leave their jobs, forcing some owners to replace workers while preparing for higher labor costs.</p><p><a href="https://www.local10.com/espanol/2026/07/29/dueno-de-chef-creole-dice-que-la-perdida-de-trabajadores-haitianos-con-tps-esta-aumentando-los-costos-laborales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/dueno-de-chef-creole-dice-que-la-perdida-de-trabajadores-haitianos-con-tps-esta-aumentando-los-costos-laborales/">Leer en español</a></p><p>Chef Creole owner Wilkinson Sejour said he recently lost four employees.</p><p>“I said, ‘Look, they extended it for three more days,’” Sejour said. “They said, ‘Boss, the way this administration is doing business, they don’t care about the rule of law. They just care about their agenda. I’m not going to be embarrassed. I’m not going to be looking like a criminal in front of people,’ so they’re out of here. They’re gone.”</p><p>Sejour, who is Haitian American, said he empathizes with Haitian TPS holders who came to the United States for better opportunities as Haiti continues to deal with crime and instability.</p><p>“How do you get sent back to a country that the American Embassy is saying, ‘Do not go over there?’” Sejour said. “This is very contradictory. I don’t understand it.”</p><p>Archbishop of Miami Thomas Wenski recently returned from Washington, D.C., where he lobbied senators to pass a House bill that would extend TPS protections for Haitian nationals for three more years.</p><p>“They were not very optimistic about the possibilities of the Senate passing the bill that was referred to them from the House. But I told them, I said, ‘Listen, that bill that came out of the House of Representatives on a discharge petition was a minor miracle. And we’re here to ask them to help make a major miracle,’” Wenski said.</p><p>While Wenski continues to push for a legislative solution, Sejour says he is already preparing for the financial impact on his business.</p><p>Sejour owns seven Chef Creole locations across Miami. He said he is now looking to hire more workers to replace the employees he recently lost.</p><p>“My cost of labor is supposed to be at 23½%, and now it’s going to go to 27% or maybe 28%,” Sejour said. “So my net profit is going to be smaller. How am I going to mitigate that? My prices on my goods are going to have to go up. Everyone is going to feel it.”</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[Hollywood police investigate Frenchie’s death after family says pet sitter left him in crate outside for hours ]]></title><link>https://www.local10.com/news/local/2026/07/29/hollywood-police-investigate-frenchies-death-after-family-says-pet-sitter-left-him-in-crate-outside-for-hours/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/hollywood-police-investigate-frenchies-death-after-family-says-pet-sitter-left-him-in-crate-outside-for-hours/</guid><dc:creator><![CDATA[Amanda Batchelor, Samiar Nefzi]]></dc:creator><description><![CDATA[Hollywood police have opened an investigation into the death of a 4-year-old French Bulldog whose owners said was left in a crate outdoors for hours by a pet sitter.]]></description><pubDate>Wed, 29 Jul 2026 18:59:39 +0000</pubDate><content:encoded><![CDATA[<p>Hollywood police have opened an investigation into the death of a 4-year-old French Bulldog whose owners said was left in a crate outdoors for hours by a pet sitter.</p><p><a href="https://www.local10.com/espanol/2026/07/29/policia-de-hollywood-investiga-la-muerte-de-frenchie-despues-de-que-familia-asegura-que-cuidadora-de-mascotas-lo-dejo-durante-horas-en-una-jaula-al-aire-libre/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/policia-de-hollywood-investiga-la-muerte-de-frenchie-despues-de-que-familia-asegura-que-cuidadora-de-mascotas-lo-dejo-durante-horas-en-una-jaula-al-aire-libre/">Leer en español</a></p><p>Police confirmed that a report was made Tuesday after the Frenchie was found dead at a home in the 6600 block of Atlanta Street.</p><p>The owners of the Frenchie named Prince said he was being watched by a pet sitter found on Rover.com when he was left in a crate outside in the summer heat. They said Prince was in good health prior to his death. </p><p>Prince’s owner, Kaylynn Ackeret, was heartbroken when she found out.</p><p>“I didn’t really know what to say,” she said. “I just started crying and I got off the phone.”</p><p>Ackeret said a friend went to pick up Prince’s body.</p><p>“They told me they left him in a kennel,” she said.</p><p>Hollywood police confirmed Wednesday that officers were at the home investigating what led to the dog’s death, and are also working with City of Hollywood Animal Control.</p><p>“We understand the concern from community members and are working to gather as much information as possible to determine exactly what occurred,” HPD posted on social media. “We remain committed to this investigation and will provide updates as soon as the information becomes available.”</p><p>Rover also released a statement to Local 10 News about Prince’s death. </p><p>“Most of us at Rover are pet parents ourselves, and we can only imagine the heartbreak and stress Prince’s family is experiencing,” the statement read. “Upon learning of this incident, our 24/7 Trust &amp; Safety team launched a thorough investigation. The account of the sitter involved has been deactivated without the option to appeal, meaning they cannot communicate or book new stays with pet parents via Rover. We have also refunded Ms. Ackeret’s stay and offered to reimburse all eligible veterinary and aftercare costs through the <a href="https://urldefense.com/v3/__https:/www.rover.com/rover-guarantee/__;!!FfvXB3Q!giSygTgJB7vL-QeOcIo7eAoIJCCsIY8DxccClU57BOLz7Tk3mVE6CAX3G0xNubVsiiDVHYVR4JkjJqEvDpGfh2xrCw$" rel="">Rover Guarantee</a>. </p><p>“Safety incidents on our platform are extremely rare — over half a million stays have been booked by pet parents in the Miami area, with more than 98% of reviewed stays receiving five stars. Prince’s death is truly heartbreaking, and it’s one we’re handling with the seriousness it deserves."</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[Bank of England keeps key rate at 3.75% for the fifth time this year]]></title><link>https://www.local10.com/business/2026/07/30/bank-of-england-keeps-key-rate-at-375-for-the-fifth-time-this-year/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/30/bank-of-england-keeps-key-rate-at-375-for-the-fifth-time-this-year/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The Bank of England kept its key interest rate on hold for the fifth time this year on Thursday after a bigger-than-expected drop in the inflation rate last month gave policymakers breathing space to assess the fallout from renewed fighting in Iran.]]></description><pubDate>Thu, 30 Jul 2026 12:40:54 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The Bank of England kept its key interest rate on hold for the fifth time this year on Thursday after a bigger-than-expected drop in the inflation rate last month gave policymakers breathing space to assess the fallout from renewed fighting in Iran.</p><p>The bank’s monetary policy committee voted 6-3 to keep the rate at 3.75%, in line with the expectations of most economists. Policymakers have kept the rate at that level since December after four rate cuts in 2025.</p><p>The split decision highlights growing tensions within central banks around the world about how to respond to stubbornly high inflation and concerns that the war in Iran will lead to another round of price increases. The U.S. Federal Reserve on Wednesday kept its key rate at a range of 3.5% to 3.75%, with Chairman Kevin Warsh saying the Fed “will not hesitate to act” to keep inflation under control.</p><p>“The impact of the energy shock on the UK economy remains uncertain,” the committee said in a summary of its deliberations. The interest rate changes required to meet the inflation target “will depend on the scale and duration of the shock, and how it propagates through the economy,” it added.</p><p>But three policymakers disagreed, saying the potential inflationary effect of the recent surge in energy prices was too great to ignore, even though price spikes earlier in the war haven't yet pushed up prices and wage demands in Britain. All three voted to raise rates by a quarter point to 4%.</p><p>“I remain concerned about more insidious second-round effects driven by catch-up dynamics in wage and price setting,” committee member Huw Pill said. “While these may be slower to emerge, they could prove more lasting and create greater intrinsic inflation persistence.”</p><p>Adjusting central bank interest rates, which serve as a benchmark for loans and credit cards, is the primary tool central banks use to control inflation. Higher rates make it more expensive to borrow money, tending to reduce spending and lower prices. Lower rates make it cheaper to borrow, tending to increase spending and boost prices.</p><p>Consumer price inflation in the U.K. slowed to 2.6% in the 12 months through June from 2.8% the previous month, according to the latest figures from the Office for National Statistics. While the drop was bigger than economists expected, inflation remained above the bank’s 2% target for a 21st consecutive month.</p><p>Renewed attacks by the United States and Iran in the Middle East sent oil prices soaring this month due to concerns about the continued disruption of traffic in the Strait of Hormuz, through which a fifth of all crude oil and natural gas traded once passed in peacetime</p><p>Brent crude, the benchmark for world oil prices, jumped to more than $100 a barrel on July 23 from less than $71 three weeks earlier as the ceasefire between the U.S. and Iran broke down. Brent crude traded for about $92 a barrel on Thursday.</p><p>In Britain, economists are also closely watching the tax and spending policies of new Prime Minister Andy Burnham to see if his efforts to shield consumers from rising prices and spur economic growth are likely to add to inflation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ELTD7YQZ43WPABLANO5AVFKSAA.jpg?auth=c70008a6d9e52f4713372077477af717ffc5772434117af4d431382ec8b6ac13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bank of England (BoE) Governor Andrew Bailey speaks during the Monetary Policy Report press conference in London, Thursday July 30, 2026. (Henry Nicholls/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Nicholls</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KSZU2UXFD7KHNAQ2CEDQKDBMKE.jpg?auth=c39e23d3881074e678fdf33afe2ee1da2974c482e2b0f95d292222c06057bfac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bank of England (BoE) Governor Andrew Bailey, right, and BoE Deputy Governor Clare Lombardelli attend the Monetary Policy Report press conference in London, Thursday, July 30, 2026. (Henry Nicholls/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Nicholls</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ISLTEYIZRLMTV7TZSHNT6VYL5I.jpg?auth=620e409709c60f6ef5491f8b4b2e6d035ffcbe0ab62d9002fce177ebe34a7a1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bank of England (BoE) Deputy Governor Clare Lombardelli speaks during the Monetary Policy Report press conference in London, Thursday, July 30, 2026. (Henry Nicholls/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Nicholls</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MYVGZLP52PENGZ5H6SWS3G42AE.jpg?auth=ae322584b8a9039f88cafbdee2e651a8f056da999708d24a81c36caf113f0bc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bank of England (BoE) Governor Andrew Bailey speaks during the Monetary Policy Report press conference in London, Thursday, July 30, 2026. (Henry Nicholls/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Nicholls</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LUQJDJN5PPSWJX4QJSTNYRYWWU.jpg?auth=d30db5361d98eaadf5adf54c3a935123490ba9901b24f9c84bd0c520d60579b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left: Bank of England (BoE) Deputy Governor Clare Lombardelli, BoE Governor Andrew Bailey, head of media Katie Martin and BoE Deputy Governor for Markets and Banking Dave Ramsden take part in the Monetary Policy Report press conference in London, Thursday, July 30, 2026. (Henry Nicholls/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Nicholls</media:credit></media:content></item><item><title><![CDATA[Lluvias monzónicas provocan el derrumbe de una casa en Lahore y matan a 9 miembros de una familia]]></title><link>https://www.local10.com/espanol/2026/07/30/lluvias-monzonicas-provocan-el-derrumbe-de-una-casa-en-lahore-y-matan-a-9-miembros-de-una-familia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/lluvias-monzonicas-provocan-el-derrumbe-de-una-casa-en-lahore-y-matan-a-9-miembros-de-una-familia/</guid><dc:creator><![CDATA[Por BABAR DOGAR, Associated Press]]></dc:creator><description><![CDATA[LAHORE, Pakistán (AP) — Las lluvias monzónicas derrumbaron el tejado de una casa de varios pisos en el este de Pakistán, lo que causó la muerte de al menos nueve miembros de una familia y dejó a varios más heridos, informaron funcionarios el jueves.]]></description><pubDate>Thu, 30 Jul 2026 10:52:03 +0000</pubDate><content:encoded><![CDATA[<p>LAHORE, Pakistán (AP) — Las lluvias monzónicas derrumbaron el tejado de una casa de varios pisos en el este de Pakistán, lo que causó la muerte de al menos nueve miembros de una familia y dejó a varios más heridos, informaron funcionarios el jueves.</p><p>Pakistán ha registrado en los últimos años precipitaciones por encima de lo normal, una tendencia que, según científicos, está vinculada al cambio climático. Aunque el país aporta menos del 1% de las emisiones mundiales de gases de efecto invernadero, las investigaciones muestran que está entre las naciones más vulnerables al cambio climático.</p><p>Los aguaceros han causado la muerte de más de 100 personas en incidentes relacionados con la lluvia desde finales de junio, incluidos 14 niños que murieron después de que se desplomara el tejado de un centro educativo.</p><p>Un fuerte estruendo despertó a los residentes del barrio de Baghbanpura, en Lahore, la capital de la provincia oriental de Punjab, la noche del miércoles, cuando la casa se vino abajo. Equipos de emergencia llegaron al lugar mientras los vecinos intentaban sacar a las víctimas de debajo de los escombros.</p><p>La operación de rescate duró casi 24 horas y los socorristas recuperaron los cuerpos de tres familias, según testigos y un comunicado del gobierno.</p><p>Varios de los sobrevivientes quedaron sepultados bajo una enorme pila de escombros, según el servicio de emergencias de Punjab. Algunos estaban en estado crítico.</p><p>Según los residentes, las persistentes lluvias monzónicas habían debilitado el techo superior del edificio, que cedió por falta de mantenimiento. Indicaron que el impacto desencadenó un colapso progresivo, que derribó los pisos inferiores y el resto de la estructura.</p><p>Las autoridades han advertido que no pueden descartar que se repita el clima extremo que provocó las catastróficas inundaciones de Pakistán en 2022. Las inundaciones sumergieron cerca de un tercio del país, causaron la muerte de 1.737 personas y desplazaron a millones.</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/YA4PSE3MAYFJQXQ663PYSXKLZI.jpg?auth=621a7f7a2f056dd1921cf40f92832bdcf978d6e2be97ec99c726ffdbb3860629&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescatistas buscan entre los escombros de una casa donde se derrumbó el tejado en Lahore, Pakistán, el jueves 30 de julio de 2026. (AP Foto/K.M. Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M. Chaudary</media:credit></media:content></item><item><title><![CDATA[July 30: Saharan dust returns to limit rain chances, highs to possibly break records]]></title><link>https://www.local10.com/weather/2026/07/30/july-30-saharan-dust-returns-to-limit-rain-chances-highs-to-possibly-break-records/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/30/july-30-saharan-dust-returns-to-limit-rain-chances-highs-to-possibly-break-records/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Thursday morning. A Heat Advisory has been issued for Broward and Miami-Dade, starting at 11 a.m.]]></description><pubDate>Thu, 30 Jul 2026 10:41:02 +0000</pubDate><content:encoded><![CDATA[<p>Good Thursday morning. A Heat Advisory has been issued for Broward and Miami-Dade, starting at 11 a.m. High temperatures will be in the mid-90s, with a possibility of breaking records. In Miami, I’m forecasting a high of 96 degrees -- the record is 95, set back in 2015. Also in Fort Lauderdale, I’m forecasting 96 -- the record high is 96, set back in 1915. Saharan dust returns to limit the rain chances and warm up the temperatures. Looking ahead rain, chances increase by the weekend. Keep it tuned to Local 10 for more. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Congo says the death toll in fastest-growing Ebola outbreak has passed 1,500]]></title><link>https://www.local10.com/news/2026/07/30/congo-says-the-death-toll-in-fastest-growing-ebola-outbreak-has-passed-1500/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/30/congo-says-the-death-toll-in-fastest-growing-ebola-outbreak-has-passed-1500/</guid><dc:creator><![CDATA[By PROSPER HERI NGORORA and MARK BANCHEREAU, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — Ebola has killed more than 1,500 people in eastern Congo in the fastest-growing outbreak of the disease, data released Thursday showed, marking a 50% increase in around a week as the emergency continues to outpace response efforts.]]></description><pubDate>Thu, 30 Jul 2026 15:05:20 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — Ebola has killed more than 1,500 people in eastern Congo in the fastest-growing outbreak of the disease, data released Thursday showed, marking a 50% increase in around a week as the emergency continues to outpace response efforts.</p><p>As of Tuesday, 3,442 cases had been recorded, with 1,521 deaths, according to the latest government update. The sharp rise since last week partly reflects a backlog of cases and deaths that had not yet been confirmed or recorded, the Africa Centers for Disease Control and Prevention said Thursday.</p><p>The outbreak, declared on May 15, has been linked to the Bundibugyo virus for which there are no approved vaccines or treatments. Delays in contact tracing, difficulties accessing affected areas, mistrust from communities and violence by armed groups and some residents have hampered the response, the Africa CDC said.</p><p>The outbreak is mostly concentrated in eastern Congo’s remote Ituri province, which accounts for nearly 90% of cases, but there have been others confirmed in five provinces, including one of the country’s largest cities, Kisangani.</p><p>Neighboring Uganda declared itself free of Ebola on Tuesday following the discharge of the country’s last patient in mid-June.</p><p>Ebola is rare, but highly contagious and can be contracted via bodily fluids such as vomit, blood or semen. The disease it causes is severe and often fatal.</p><p>Africa CDC Director-General Dr. Jean Kaseya said Thursday that 63% of confirmed deaths in the last two weeks occurred outside of treatment centers.</p><p>Kaseya said this is largely due to the “unsafe handling of infected bodies” by residents. Traditional burial practices in some communities involve touching the bodies of the deceased, which can be highly contagious.</p><p>The restrictions that health authorities have placed on such funerals, along with widespread misinformation asserting that the deadly virus isn’t real, have angered some residents and led to attacks on health facilities.</p><p>In Ituri’s Nyakunde health zone, international partners supporting the Ebola response had to temporarily relocate after a July 15 attack on a hospital and a treatment center, sparked by a patient’s death.</p><p>Officials say the relocation of these partners, including Africa CDC and Mercy Corps, has disrupted surveillance, contact tracing and supplies.</p><p>Dr. Désiré Duabo, chief medical officer for the health zone, said foreign aid groups and agencies had provided much of the supplies, equipment and operational support, and warned that the small stocks left are “almost depleted.”</p><p>Attacks such as the one in Nyakunde are causing anxiety among health workers and making it difficult for them to carry out their duties, said Pierre Akilimali, the Ebola response incident manager at the National Public Health Institute of the Democratic Republic of the Congo.</p><p>“They are working amidst risks of infection as well as risks to their personal safety,” he said.</p><p>Local health officials say security has since stabilized and are urging partners to return, with Africa CDC saying teams could redeploy as soon as next week.</p><p>The latest outbreak has killed more people at a quicker rate than any previous outbreak, including in 2014-2016 when 28,000 cases were reported, of which over 11,000 people died. That outbreak took about eight months to reach 1,000 deaths.</p><p>The World Health Organization says the global risk of spread remains low because Ebola does not travel through the air, making it much harder to spread than respiratory viruses. Cases detected outside the affected region have so far been quickly identified and contained without leading to sustained transmission, the agency said.</p><p>In Congo, however, the risk of the spread remains “very high,” according to the WHO.</p><p>——</p><p>Banchereau reported from Dakar, Senegal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LAHQ76KH5LXXCAQETYPNBWA4JQ.jpg?auth=9f1a8f50118b1a70326e30da09440c2f43e53b38cfff4e0ca72a0e0aa8efeac1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers disinfects an ambulance at Ebola Treatment Center at Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZJIUGYMC7ANTNFU3FAQUXLGQWU.jpg?auth=55dc7a6aed169d7627c011449440ed3567a71cadc8936da91bb7876d296a1fad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rubble set on fire as health and frontline workers protest at the Elikya Ebola Treatment Center in Bunia, Congo, on Saturday, July 25, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content></item></channel></rss>