<?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>Tue, 23 Jun 2026 11:42:53 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Police in Boynton Beach search for missing, endangered 68-year-old man]]></title><link>https://www.local10.com/news/local/2026/06/22/police-in-boynton-beach-search-for-missing-endangered-68-year-old-man/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/police-in-boynton-beach-search-for-missing-endangered-68-year-old-man/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Boynton Beach police are asking for the public’s help in finding a missing 68-year-old man who they consider to be endangered.]]></description><pubDate>Tue, 23 Jun 2026 01:34:19 +0000</pubDate><content:encoded><![CDATA[<p>Boynton Beach police are asking for the public’s help in finding a missing 68-year-old man who they consider to be endangered.</p><p>Investigators said Walter Denahan was last seen Saturday evening near Northeast Eighth Avenue in Boynton Beach. </p><p>Police describe him as 5-foot-10, weighing around 140 pounds and bald. </p><p>According to officials, he was last seen wearing a beige striped shirt, dark blue pants, tan sneakers and a blue baseball hat.</p><p>Authorities said Denahan has been reported missing before and was previously located in Belle Glade, Indiantown and in Deerfield Beach. </p><p>Anyone with information about his whereabouts is urged to contact Boynton Beach police at 561-732-8116.</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[Pop star Hilary Duff begins Lucky Me tour in South Florida]]></title><link>https://www.local10.com/news/local/2026/06/22/pop-star-hilary-duff-begins-lucky-me-tour-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/pop-star-hilary-duff-begins-lucky-me-tour-in-south-florida/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[Global pop star Hilary Duff is on tour once again.]]></description><pubDate>Mon, 22 Jun 2026 22:34:41 +0000</pubDate><content:encoded><![CDATA[<p>Global pop star Hilary Duff is on tour once again.</p><p>Duff has just begun her Lucky Me tour, which kicked off on Sunday in South Florida. </p><p>It’s her first global tour in nearly 20 years. </p><p>But the show wasn’t just a trip down memory lane. </p><p>The 38-year-old multi-hyphenate is touring behind her critically acclaimed new album, “Luck… Or Something," blending her classic Disney-era anthems with a fresh, indie-pop sound.</p><p>She performed at the iTHINK Financial Amphitheatre in West Palm Beach on Sunday and Monday nights. </p><p>Local 10’s Jason Carter was there for all the fun on Monday, and his full report can be seen at the top of this page. </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[Pack of cat-killing wild dogs has Miami Beach neighborhood on edge: ‘What if it was a child?’]]></title><link>https://www.local10.com/news/local/2026/06/22/pack-of-cat-killing-wild-dogs-has-miami-beach-neighborhood-on-edge-what-if-it-was-a-child/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/pack-of-cat-killing-wild-dogs-has-miami-beach-neighborhood-on-edge-what-if-it-was-a-child/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[A pack of wild dogs has been terrorizing a Miami Beach neighborhood for several months.]]></description><pubDate>Mon, 22 Jun 2026 21:54:54 +0000</pubDate><content:encoded><![CDATA[<p>A pack of wild dogs has been terrorizing a Miami Beach neighborhood for several months, residents in the area told Local 10 News.</p><p> </p><p>Three cats have allegedly been killed by the roaming group. </p><p>“I have seen as many as six together at one time and running wildly as a pack,” said resident Tom Harrington. “They don’t have collars -- they seem feral.”</p><p>Nobody knows where they came from, but the group of wild dogs has been roaming the Normandy Isles area for the last six months.</p><p>“I have seen the same dogs since January, so it’s puzzling as to whether they have been dumped or they’re from a neighbor. We just don’t know,” said resident Nancy Harrington. </p><p>The streets of South Florida are filled with dumped dogs and uncared for cats, and most of those homeless animals are not sterilized, meaning more babies being born on the streets.</p><p>“Right now, we need to focus on getting these dangerous dogs off the street,” said Miami Beach Commissioner Tanya K. Bhatt. “Sometimes dogs are dangerous because they are scared and hungry.”</p><p>Bhatt was called in to help with the situation. </p><p>“It’s heartbreaking that they are damaging and killing cats,” she said. </p><p>Neighbors have reported that three cats were recently killed.</p><p>“A cat was mauled and dismembered a block away -- a pet,” said Nancy Harrington. </p><p>The first cat killed was on March 29 -- a pet named Silvie. </p><p>His owner was too distraught to speak to Local 10 News, but texted Local 10’s Jacey Birch, saying, “The violent way he was taken from us has been absolutely devastating. Our hearts are broken.”</p><p>This month, there were two more feline deaths. </p><p>“Those same dogs roaming the neighborhood from 11:30 (at night) until 4 and 5 in the morning, at which point they killed and dragged an elderly 18-year-old cat,” said Nancy Harrington. </p><p>Two pet cats and one community cat named Lucy are all dead due to unchecked feral animals fighting for survival.</p><p>“You must help us trap the loose animals so that they can be spayed because it is unsafe for everybody -- for the animals themselves, for residents, for visitors,” said Bhatt. </p><p>Some of the Normandy neighbors joined forces, successfully catching two of the dogs on June 7 after trapping them inside a construction site until animal control could arrive. </p><p>“We picked up two of the dogs that have been spotted roaming around this neighborhood and they are now in our custody,” said Gabriella Dominguez, with Miami-Dade Animal Services. </p><p>The dogs are being held while MDAS conducts their investigation and sets traps to catch the other four dogs in the pack.</p><p>Those still-wild dogs seem to roam when it’s cooler and quieter outside which has residents with cats and small dogs concerned.</p><p>“They reached out to me because they were concerned that cats were being killed and we have so many animal lovers in our community, which raises a bigger issue: What if it was a child?” said Miami Beach Cat Program Coordinator Holly Whalen. </p><p>Anyone who sees the dogs featured in this story is urged to call 311 for help from animal services, but, if it is an emergency, always call the police.</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[Victims identified following double homicide in rural Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/22/victims-identified-following-double-homicide-in-rural-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/victims-identified-following-double-homicide-in-rural-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor, Saira Anwer]]></dc:creator><description><![CDATA[The Miami-Dade Sheriff’s Office on Monday released the identities of a man and a woman who were killed last week in southwest Miami-Dade.]]></description><pubDate>Mon, 22 Jun 2026 14:56:49 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade Sheriff’s Office on Monday released the identities of a man and a woman who they said were <a href="https://www.local10.com/news/local/2026/06/19/possible-death-investigation-underway-in-southwest-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/19/possible-death-investigation-underway-in-southwest-miami-dade/">killed last week in southwest Miami-Dade.</a></p><p>The victims were identified as Esther Liontos, 58, and Roger Arredondo Gonzalez, 61.</p><p>Authorities have not disclosed how the two were killed, but confirmed that one person was detained for questioning. </p><p>According to MDSO, deputies were called to a home, located in the 26100 block of Southwest 209th Avenue, shortly after 8:30 a.m. Friday after receiving a report about an unconscious woman. </p><p>When deputies arrived, they found Liontos lying on the ground outside the home, authorities said.</p><p>She was pronounced dead at the scene by Miami-Dade Fire Rescue personnel.</p><p>Deputies said they found Arredondo Gonzalez lying on the ground nearby. He too was pronounced dead at the scene</p><figure><img src="https://www.local10.com/resizer/v2/4635QJQFF5C6PDRDNRFBIZF7MU.jpeg?auth=06eb072646591d550bf74e95ac2f0fc056843e16f8a4c84c35927756f15796b3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Authorities confirmed that a man was detained for questioning to determine whether he had any involvement in the homicide.</p><p>Detectives have not disclosed what that man said to them, but no arrests have been made at this time.</p><p>A relative of Liontos told Local 10 that the family is trying to make sense of what happened as they navigate their immense grief, confusion, anger and desire for justice.</p><p>That relative described the couple as “wonderful people who loved their family.”</p><p>Anyone with information about the double homicide is asked to call Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Giannis Antetokounmpo getting traded to Heat in blockbuster deal, AP source says]]></title><link>https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/</guid><dc:creator><![CDATA[TIM REYNOLDS AP Basketball Writer]]></dc:creator><description><![CDATA[Giannis Antetokounmpo is getting traded to the Miami Heat in a blockbuster move that will send Tyler Herro and a slew of other players and draft capital to the Milwaukee Bucks, a person with knowledge of the move said Monday night.]]></description><pubDate>Tue, 23 Jun 2026 04:17:09 +0000</pubDate><content:encoded><![CDATA[<p>Giannis Antetokounmpo wants more championships. So do the Miami Heat.</p><p>Their interests are officially aligned — and the Heat finally have another superstar.</p><p>Ending a marathon watch for the next great Miami get, the Heat landed Antetokounmpo — a two-time NBA MVP and 10-time All-Star — from the Milwaukee Bucks on Monday night in exchange for a massive haul of players and draft picks.</p><p>The terms, according to a person who spoke to The Associated Press on condition of anonymity because the move had yet to receive the required league approval: Antetokounmpo and Bobby Portis are heading to Miami for Wisconsin native Tyler Herro, Jaime Jaquez Jr., Kel’el Ware and Kasparas Jakucionis.</p><p>Milwaukee also gets the No. 13 selection that will be made in&nbsp;<a href="https://apnews.com/article/nba-draft-2026-dybantsa-peterson-wizards-white-house-e7aa5d0e0eb7c260aaf1441368bee04b" rel="">Tuesday night’s NBA draft</a>, along with a first-round pick swap in 2030, first-round picks in 2031 and 2033 and a second-rounder in 2033, the person said.</p><p>It ends a wild back-and-forth in the final days of the saga, with the Bucks considering offers from both Miami and Boston&nbsp;<a href="https://apnews.com/article/nba-offseason-giannis-antetokounmpo-lebron-james-c7f861f48bd10f9b2e0dabf00faf790e" rel="">for Antetokounmpo</a>&nbsp;— who led Milwaukee to the 2021 NBA title, was on the NBA’s 75th anniversary list of its greatest players ever, is a nine-time All-NBA selection and is coming off an injury-shortened season in which he averaged 27.6 points per game.</p><h4>Heat go star hunting again, and it pays off</h4><p>There has been no secret that this is what Miami has sought, because this is what Miami usually seeks. The Heat pulled off similar moves by landing Shaquille O’Neal in 2004 (helping lead to the 2006 NBA title) and by getting LeBron James and Chris Bosh to play alongside Dwyane Wade in 2010 (leading to four NBA Finals runs in four seasons together, along with the 2012 and 2013 NBA titles).</p><p>Now, it’s Antetokounmpo’s turn. At 31, the Heat clearly believe he still has many good years left — and it’s generally presumed that by making this deal they’ll give the Greek superstar a massive extension later this year.</p><p>He was a perennial MVP candidate in Milwaukee, getting votes for that award in nine consecutive seasons before 2025-26 when too many missed games left him ineligible.</p><p>He has averaged 24.1 points and 9.9 rebounds per game in his career, with 10 consecutive seasons of averaging at least 22.9 points — with three years in there of averaging more than 30 points per game.</p><p>Only seven active players have more points in their careers than Antetokounmpo, who has totaled 21,531 to this point.</p><h4>A trade seemed inevitable</h4><p>Antetokounmpo had been mentioned in trade talks countless times in recent years, with the Bucks always insisting — with words and actions — that they had no interest in trading their best player and one of the best players in the history of the franchise.</p><p>But this time, it seemed different.</p><p>The Bucks, who&nbsp;<a href="https://apnews.com/article/doc-rivers-milwaukee-bucks-1f75eb1abbb83984fee3bdc4198d0146" rel="">fired Doc Rivers</a>&nbsp;as coach after the season, don’t have a roster that would be considered a championship contender. By trading Antetokounmpo, they can essentially start over with four players (and the Heat were high on all of them) along with draft capital.</p><p>“I just think before the draft is a natural time, right, because if Giannis does play somewhere else we’re going to get a lot of assets. ... You’ve got to get it right,” Bucks co-owner Jimmy Haslam said in May, when the team introduced&nbsp;<a href="https://apnews.com/article/bucks-taylor-jenkins-46bd5df4e962dfbce6b4bb73a152319e" rel="">new coach Taylor Jenkins</a>&nbsp;— who was told that Antetokounmpo may or may not be with the franchise when next season starts.</p><p>Jenkins and the rest of the NBA now has the answer: Antetokounmpo won’t be there.</p><p>Antetokounmpo had spoken highly of Miami many times over the years, even when the Heat and Bucks were going head-to-head in the playoffs. He also shares an agent with Heat star center Bam Adebayo, who was the only player Miami clearly was not willing to part with in order to make this deal happen.</p><p>“They’re going to play tough and they’re not going to stop playing,” Antetokounmpo said after Milwaukee played Miami on March 12. “That’s the Miami Heat culture.”</p><p>Little did anyone know that night that those words were coming after what would be the next-to-last game for Antetokounmpo in a Bucks uniform. He played three nights later against Indiana, then was held out of Milwaukee’s final 15 games of the season.</p><p>The Bucks said that was for injury-related reasons. Antetokounmpo said he wanted to play.</p><p>He had some bouts with injuries this past season: Antetokounmpo missed four games in late November with a left&nbsp;<a href="https://apnews.com/article/bucks-giannis-antetokounmpo-cavaliers-fd1ed0fcb96ac9f74d7d4500153a8ab3" rel="">adductor strain</a>&nbsp;and sat out eight games in December with a&nbsp;<a href="https://apnews.com/article/bucks-antetokounmpo-trade-rumors-0b3e1f1ec01bb8ab7c1271765a2ce7da" rel="">right calf strain,</a>&nbsp;then he injured the&nbsp;<a href="https://apnews.com/article/nuggets-bucks-antetokounmpo-gordon-6371a0ae200d8596b2c1cedfee445f0e" rel="">right calf again</a>&nbsp;in January.</p><p>He&nbsp;<a href="https://apnews.com/article/bucks-giannis-antetokounmpo-7909d5f651b255abcf82c4193a317c8e" rel="">landed awkwardly</a>&nbsp;on a dunk in that March 15 victory over Indiana and didn’t play again due to what team officials had labeled as a left knee hyperextension and bone bruise. Antetokounmpo said the last few weeks of the season that&nbsp;<a href="https://apnews.com/article/bucks-giannis-antetokounmpo-benching-future-d49dc903ec2ca411b1ab3ca6c4def36f" rel="">he was healthy</a>&nbsp;and wanted to play, a dispute that resulted in an&nbsp;<a href="https://apnews.com/article/giannis-antetokounmpo-bucks-13a9858574bf259e16a547385198f6a6" rel="">investigation</a>&nbsp;by the league office.</p><h4>For Antetokounmpo, it’s about legacy</h4><p>Antetokounmpo said coming into the 2025-26 season that he is at the point in his career where he thinks about his legacy, and how more championships are important to him. Told he is already considered an all-time great, he bristled at the notion.</p><p>“I’m not there yet,” Antetokounmpo said that day at Bucks training camp.</p><p>That’s hard to believe, considering his resume. He’s won&nbsp;<a href="https://apnews.com/article/sports-nba-milwaukee-bucks-phoenix-suns-64e76fe1b9f0851dbcf46ad66d90d6de" rel="">a championship</a>. He’s been an MVP. He’s been an NBA Finals MVP. He’s a perennial All-Star and All-NBA pick. He’s one of only seven players born somewhere other than the 50 states of the U.S. to have reached the 20,000-point mark. In 2025, he led Greece to its first EuroBasket medal in 16 years.</p><p>“Every basketball player, every athlete, starts a career and they have this quest of what they want to accomplish and what to be remembered for,” Antetokounmpo said in that same training camp interview. “And I think at this point, I’ve accomplished everything that I’ve put my mind to.”</p><p>He said those words in Miami. And now, Miami is about to be his new home.</p><p>___</p><p>AP Sports Writer Steve Megargee in Milwaukee contributed.</p><p>___</p><p>AP NBA:&nbsp;<a href="https://apnews.com/hub/nba" rel="">https://apnews.com/nba</a></p><p><b>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! </b><a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/"><b>CLICK HERE</b></a><b> for more information on how to watch! </b></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LA2DDEI2YTY4VF7PVOMAPXDPPQ.jpg?auth=ed14eef9cb8ac125d57eed0592d470a6cf87cb49d5c8aae71548bb8f33106f0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Bucks' Giannis Antetokounmpo (34) tries to get past Denver Nuggets' Spencer Jones during the second half of an NBA basketball game Friday, Jan. 23, 2026, in Milwaukee. (AP Photo/Morry Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Morry Gash</media:credit></media:content></item><item><title><![CDATA[Federal investigators release cause of Surfside condo collapse]]></title><link>https://www.local10.com/news/local/2026/06/22/federal-investigators-release-cause-of-surfside-condo-collapse/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/federal-investigators-release-cause-of-surfside-condo-collapse/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Nearly five years after the collapse of a Surfside condo tower that killed 98 people, federal investigators have released their findings on what caused the deadly incident. ]]></description><pubDate>Mon, 22 Jun 2026 22:14:54 +0000</pubDate><content:encoded><![CDATA[<p>Nearly five years after the collapse of a Surfside condo tower that killed 98 people, federal investigators have released their findings on what caused the deadly incident. </p><p>The new technical findings report is indicating initial column failures at Champlain Towers South occurred three weeks prior to the fatal collapse, according to the National Institute of Standards and Technology’s National Construction Safety Team.</p><p>According to co-investigators, in early June 2021, connections between the garage columns and the pool deck failed.</p><p>Those failures would prove to be catastrophic, claiming 98 lives. </p><p>“Disappointed. Very disappointed. We waited five years,” said Martin Langesfeld, who lost his sister and brother-in-law in the collapse. “The federal government spent nearly $40 million, allocated every resource they needed, and they came back with pretty much nothing.” </p><p>The report finds that over a three-week period prior to the collapse, initial failures caused cracks to grow and weight to be redistributed in the pool deck, causing the weight to transfer to adjacent slab columns that were not strong enough to support the weight.</p><p>That led to part of the 12-story Champlain Towers South condo coming down during the overnight hours of June 24, 2021.</p><p>First responders immediately began working around the clock to locate survivors in a search that lasted several days. </p><p>“It’s scary, because how many other buildings could potentially be ticking time bombs as well,” said Langesfeld. </p><p>The site of the condo collapse has since been sold to Dubai-based DAMAC Properties.</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[Hot and cold therapies gain popularity for recovery and wellness, but experts urge caution]]></title><link>https://www.local10.com/health/2026/06/23/hot-and-cold-therapies-gain-popularity-for-recovery-and-wellness-but-experts-urge-caution/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/23/hot-and-cold-therapies-gain-popularity-for-recovery-and-wellness-but-experts-urge-caution/</guid><dc:creator><![CDATA[Annaliese Garcia]]></dc:creator><description><![CDATA[As more people search for ways to improve recovery, reduce stress and enhance overall wellness, therapies involving extreme temperatures — from saunas to cold plunges — are becoming increasingly popular.]]></description><pubDate>Tue, 23 Jun 2026 11:01:54 +0000</pubDate><content:encoded><![CDATA[<p>As more people search for ways to improve recovery, reduce stress and enhance overall wellness, therapies involving extreme temperatures — from saunas to cold plunges — are becoming increasingly popular. </p><p>While advocates point to a wide range of physical and mental health benefits, experts say it’s important to understand both the advantages and potential risks before diving in.</p><p>At<a href="https://www.hydrologywellness.com/" target="_self" rel="" title="https://www.hydrologywellness.com/"> Hydrology Wellness</a> in Coral Gables, Medical Director Dr. Alex Zurrarian, a board-certified plastic surgeon known as “Dr. Z,” says heat and cold therapies can offer significant benefits when used appropriately.</p><p>“What we find by the studies is that doing cold plunge and doing sauna is almost like taking an antidepressant,” Zurrarian said.</p><h3><b>The Benefits of Heat Therapy</b></h3><p>Saunas expose the body to high temperatures, causing increased circulation and sweating. According to Zurrarian, the heat triggers vasodilation, a process that widens blood vessels and directs blood flow toward the skin as the body works to cool itself down.</p><p>“Heat is more about vasodilation,” he explained. “It actually opens up blood vessels and rushes blood to your skin.”</p><p>Research has linked sauna use to cardiovascular, neurological and pulmonary benefits. Beyond physical health, many users report mental health improvements as well.</p><p>“People feel more relaxed. They have less anxiety,” Zurrarian said.</p><p>However, he cautions against one of the most common misconceptions surrounding sauna use: the belief that sweating itself detoxifies the body.</p><p>“The detoxifying doesn’t come from you sweating,” he said. “It comes from your liver and kidneys processing those toxins and eliminating them.”</p><p>The increased heart rate experienced in a sauna can resemble the effects of light cardiovascular exercise.</p><p>“Getting into the heat is almost like taking a three-mile jog, except you’re doing it in 15 minutes,” Zurrarian said.</p><p>Still, more heat isn’t always better. He advises avoiding temperatures above 185 degrees Fahrenheit for extended periods.</p><p>“If you’re going to be above 185 degrees for more than 15 minutes, (there are) no benefits,” he said.</p><h3><b>Taking the Plunge</b></h3><p>Cold plunges — immersing the body in cold water — have become a staple in many recovery and wellness routines, particularly among athletes. The practice is often used to help reduce soreness and inflammation following exercise.</p><p>Zurrarian says cold exposure causes vasoconstriction, narrowing blood vessels and redirecting blood flow toward vital organs.</p><p>“Cold exposure is something that is going to cause vasoconstriction,” he explained. “Your blood vessels get tight and they shunt all of your blood to your vital organs.”</p><p>That physiological response can leave people feeling more alert and energized. Over time, regular exposure may also help improve stress tolerance.</p><p>“If you can dominate that over time and over practice, you’re going to go into a parasympathetic response, which is more of a meditative feeling,” Zurrarian said.</p><p>He recommends cold plunges four to five times per week at approximately 55 degrees Fahrenheit for no more than 10 minutes per session.</p><p>Breathing techniques also play an important role. Controlled breathing can help users manage the initial shock of the cold, while poor breathing may increase the risk of dizziness or lightheadedness.</p><h3><b>Combining Heat and Cold</b></h3><p>While each therapy offers individual benefits, Zurrarian says using them together may provide an even greater wellness boost.</p><p>“We always start with heat and then we end with cold,” he said.</p><p>According to Zurrarian, alternating between sauna sessions and cold plunges may enhance cardiovascular function while also improving mood and overall well-being.</p><p>“It’s really the combination of the two that gives you the cardiovascular benefits and also gives you a lot of mood enhancement benefits,” he said.</p><h3><b>Not for Everyone</b></h3><p>Despite their growing popularity, experts stress that extreme temperature therapies are not appropriate for everyone. People with heart conditions, blood pressure issues or other underlying health concerns should consult a physician before trying saunas, cold plunges or contrast therapy.</p><p>As wellness trends continue to evolve, health professionals say the key is understanding both the science and the limitations behind these increasingly popular practices.</p>]]></content:encoded></item><item><title><![CDATA[George Pino found not guilty on both counts in boat crash trial]]></title><link>https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/</guid><dc:creator><![CDATA[Liane Morejon, Amanda Batchelor, Bridgette Matter]]></dc:creator><description><![CDATA[Jurors found estate mogul George Pino, accused of causing a boat crash in 2022 that killed his daughter’s 17-year-old friend and left another teen disabled, not guilty on two criminal charges Monday evening. ]]></description><pubDate>Mon, 22 Jun 2026 12:16:14 +0000</pubDate><content:encoded><![CDATA[<p>Jurors found estate mogul <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a>, accused of causing a boat crash in 2022 that killed his daughter’s 17-year-old friend and left another teen disabled, not guilty on two criminal charges Monday evening. </p><p>Pino, 55, was charged with manslaughter and vessel homicide. </p><p>He did not testify in his trial and if he had been convicted, Pino faced anywhere between 11 to 30 years in prison.</p><p>Prosecutors accused Pino, then 52, of being reckless when he lost control of his 29-foot Robalo boat in the early evening hours of Sept. 4, 2022 and slammed it into a channel marker near Boca Chita Key, killing Lucy Fernandez. Two other girls were seriously hurt, including 17-year-old Katerina Puig, who was left permanently disabled.</p><p>The teens were on his boat celebrating his daughter’s 18th birthday. </p><p>Both prosecutors and defense attorneys wrapped up their closing arguments, and, for the former, an additional rebuttal, mid-Monday afternoon.</p><p>Prosecutors argued in closing arguments that Pino was reckless and that there was no reason for him to crash his boat.</p><p>“He was reckless and negligent,” Assistant State Attorney Laura Adams said. “No one but this defendant decided the speed or path or direction of travel. No one and nothing is responsible for the death of Lucy Fernandez except that man.”</p><p>They pointed out that while it is not a BUI case, alcohol was part of the story that afternoon.</p><p>“He was going full throttle!” Adams argued. “With all these teens on board that had consumed alcohol.”</p><p>Pino’s defense team, however, argued the crash was a horrible accident and not the result of negligence.</p><p>“It’s not enough that a human failed to do everything they could in a moment in time,” attorney Howard Srebnick said. “It requires a purposeful act of indifference to his passengers.”</p><p>After closing arguments wrapped up, Judge Marisa Tinkler Mendez then read jury instructions.</p><p>Following the reading of the verdict, Miami-Dade State Attorney Katherine Fernandez Rundle released the following statement: </p><blockquote><p>“While everyone in our community and beyond recognizes the tragedy surrounding the Labor Day 2022 boating death of Lucy Fernandez and the permanent disabling of Katy Puig, I and my prosecutors have believed that the totality of George Pino’s actions on the waters of Biscayne Bay were reckless, and was a crime as defined in Florida’s criminal statutes. </p><p>Our charging and prosecuting decisions in traffic and vessel collisions resulting in fatalities are always difficult ones.  We attempt to make these decisions based on the law and the evidence and put aside emotions.  The Judge, who ruled on the sufficiency of the evidence, decided that there was sufficient evidence for the case to proceed to the jury.  Today, however, a jury of six Miami-Dade citizens, who listened to all the testimony and reviewed all the evidence, disagreed, and found George Pino not guilty of the charges. </p><p>Sadly, I know that this verdict brings no comfort to the Fernandez and Puig families who forever must live with the tragedy of what happened.  In a case like this, there are no winners or losers.  Mr. Pino must live with what he did, while the Fernandez and Puig families will grapple with the consequences of his actions.  These families and, to some extent, our community as a whole have been deeply impacted by this tragedy.  While I and my prosecutors, Assistant State Attorney Laura Adams and Assistant State Attorney Jonathon Borst, may disagree with the verdict, jury’s decisions are the cornerstone of our justice system, and we accept their decision and appreciate their service.”</p><p class="citation">Miami-Dade State Attorney Katherine Fernandez Rundle</p></blockquote><p>Speaking outside the courtroom following the trial’s conclusion, Srebnick said he believes the truth prevailed, but there are no winners. </p><p>“Lives were changed. George Pino has always been held accountable for that,” said Srebnick. “Today, thankfully, we won’t be branded a criminal for what we all know is just an accident.”</p><p>He went to say that Pino is apologetic for the incident.</p><p>“He’s deeply sorry for what happened,” said Srebnick. “We’re all grieving for what happened on that day. Let’s hope that over time, those wounds can heal.”</p><p>The Pino family released the following statement to Local 10 News.</p><blockquote><p>“We are grateful to the jurors for their careful consideration of the evidence and for reaching a just verdict. From the beginning, we have maintained that the events of September 4, 2022, were a tragic accident, not a crime. The testimony presented at trial, including unrebutted accounts from eyewitnesses who saw no signs of impairment, confirmed that Mr. Pino was not under the influence, was not operating the vessel recklessly and that he did everything he could to protect his passengers after the accident.</p><p>“We continue to mourn the loss of Lucy  Fernandez every day and to pray for all those who were affected by this maritime mishap. Our hearts remain with the families of those involved in the accident, and we hope that today’s verdict allows everyone to continue the long process of healing.”</p><p class="citation">The Pino Family </p></blockquote><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[Air quality alert issued for Miami-Dade as brush fires continue to burn]]></title><link>https://www.local10.com/news/local/2026/06/22/air-quality-alert-issued-for-miami-dade-as-brush-fires-continue-to-burn/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/air-quality-alert-issued-for-miami-dade-as-brush-fires-continue-to-burn/</guid><dc:creator><![CDATA[Amanda Batchelor, Isabella Martin]]></dc:creator><description><![CDATA[An air quality alert is in effect for Miami-Dade County Monday as two brush fires that erupted last week continue to burn.]]></description><pubDate>Mon, 22 Jun 2026 11:30:32 +0000</pubDate><content:encoded><![CDATA[<p>An air quality alert is in effect for Miami-Dade County Monday as two brush fires that erupted last week continue to burn.</p><p><a href="https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/"><b>Leer en español</b></a></p><p>A south-east wind direction has helped push the smoke and haze from the brush fires more inland so air quality has improved for much of Broward County, but there is an air quality alert in effect for Miami-Dade until 3 p.m. Tuesday.</p><p>The fire dubbed “Quarry 2,” east of Krome Avenue, has been the most widespread, burning 19,018 acres so far. It is 97% contained, while the Well fire, near Northwest 122nd Avenue, has burned 2,809 acres. It is 85% contained.</p><p>No road closures are currently in effect due to the wildfires.</p><p>Airboat operators, meanwhile, told Local 10 News Monday that water levels are now too low to reach some of the burned areas.</p><p>The low water comes after months of wildfire activity across west Miami-Dade and the Everglades.</p><p>In April, the Highway 41 fire burned more than 9,000 acres along the Tamiami Trail.</p><p>Last week, the Quarry 2 fire grew west of Doral, and the Well fire ignited a day later nearby, burning nearly 3,000 acres.</p><p>As of this weekend, crews were still working to contain the Corrections fire in west Miami-Dade.</p><p>Back in April, Local 10 was able to ride through some of the areas impacted by the Highway 41 fire.</p><p>From the airboat, you could see miles of charred sawgrass and blackened vegetation.</p><p>On Monday, operators said some of those areas are too shallow to reach.</p><p>Firefighters have repeatedly pointed to dry conditions as a challenge in recent weeks. And those who spend their days in the Everglades say they’re seeing the effects firsthand.</p><p>For now, the same dry conditions that helped fuel recent fires are now making some of those areas impossible to reach -- a reminder that in the Everglades too much fire often starts with too little water.</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[June 23: Afternoon storms will push inland]]></title><link>https://www.local10.com/weather/2026/06/23/june-23-afternoon-storms-will-push-inland/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/23/june-23-afternoon-storms-will-push-inland/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Tuesday morning. Get ready for another hot, humid day. The National Weather Service has issued a heat advisory for metro/coastal areas starting at 11 a.m.]]></description><pubDate>Tue, 23 Jun 2026 10:36:50 +0000</pubDate><content:encoded><![CDATA[<p>Good Tuesday morning. Get ready for another hot, humid day. The National Weather Service has issued a heat advisory for metro/coastal areas starting at 11 a.m. High temperatures will be in the mid-90s, but heat indices will reach 105 plus degrees. Afternoon storms are expected with the development of the sea breeze. These showers and storms will be isolated and push inland, so much of the coastal areas will stay dry and very hot. A south-east wind direction has helped push the smoke and haze from the brush fires more inland so air quality has improved for much of Broward County, but unfortunately, there is an air quality alert for Miami-Dade until 3 p.m. 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[Empresas de IA deben divulgar su impacto ambiental y usar energía limpia, dice jefe de la ONU]]></title><link>https://www.local10.com/espanol/2026/06/23/empresas-de-ia-deben-divulgar-su-impacto-ambiental-y-usar-energia-limpia-dice-jefe-de-la-onu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/empresas-de-ia-deben-divulgar-su-impacto-ambiental-y-usar-energia-limpia-dice-jefe-de-la-onu/</guid><dc:creator><![CDATA[Por ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[El secretario general de las Naciones Unidas, António Guterres, pidió el martes a las empresas de inteligencia artificial que publiquen información sobre la contaminación por dióxido de carbono que generan, junto con el agua y la tierra utilizadas para impulsar sus operaciones.]]></description><pubDate>Tue, 23 Jun 2026 09:44:39 +0000</pubDate><content:encoded><![CDATA[<p>El secretario general de las Naciones Unidas, António Guterres, pidió el martes a las empresas de inteligencia artificial que publiquen información sobre la contaminación por dióxido de carbono que generan, junto con el agua y la tierra utilizadas para impulsar sus operaciones.</p><p>En una llamada a la acción en un discurso durante la London Climate Action Week, Guterres propuso la Iniciativa de Transparencia Ambiental de la IA, y afirmó que las empresas de IA deberían medir y divulgar el impacto de su tecnología, cada vez más demandada.</p><p>Las voces críticas han señalando a ese impacto como un motivo para frenar el rápido crecimiento de los centros de datos y estas empresas han enfrentado una presión creciente, tanto de gobiernos como a nivel local en zonas con centros de datos que mantienen en marcha la IA, que reclaman más transparencia y reportes más estandarizados en toda la industria.</p><p>Guterres afirmó que las empresas de IA también deberían comprometerse a abastecer sus instalaciones con electricidad producida con tecnologías renovables, como la eólica y la solar, para 2030.</p><p>“No más costos ocultos”, expresó Guterres en la mayor conferencia climática independiente de Europa. “No más trasladar la carga a quienes menos pueden soportarla. Es hora de decir la verdad”.</p><p>Las necesidades de la IA están creciendo</p><p>Muchas grandes empresas tecnológicas han prometido abastecer sus operaciones con fuentes más limpias, algunas para finales de la década. Algunas planean hacerlo especialmente con energía solar y nuclear, incluidas las gigantes tecnológicas Amazon y Google.</p><p>Pero la carrera por desplegar la IA ha complicado esos compromisos y ha disparado las emisiones de gases de efecto invernadero, que provienen de la quema de combustibles como el petróleo, el carbón y el gas, y calientan el planeta. Las barreras regulatorias también han obstaculizado proyectos favorables al clima.</p><p>Actualmente, el carbón aporta alrededor del 30% de la electricidad consumida por los centros de datos a nivel mundial, según la Agencia Internacional de la Energía. La energía renovable —principalmente eólica, solar e hidroeléctrica— suministra cerca del 27%; el gas natural, el 26%, y la nuclear, el 15%. Se espera que las renovables cubran apenas la mitad de esa demanda durante los próximos cinco años.</p><p>A medida que la IA se expande, muchos, incluido Guterres, han destacado su capacidad para acelerar soluciones climáticas. Podría mejorar la eficiencia energética y reducir la contaminación y las emisiones.</p><p>Al mismo tiempo, la huella ambiental de los centros de datos ya rivaliza con la de algunos de los países más grandes del mundo, según un informe de la ONU publicado a principios de este mes.</p><p>Ese informe también indicó que el agua, el uso de energía y la contaminación asociados con la IA se duplicarán en apenas cuatro años. Los centros de datos necesarios para impulsar la IA suponen alrededor del 1,5% del consumo mundial de electricidad en 2025, y representarán casi el 3% del uso mundial de electricidad proyectado para 2030.</p><p>“A pesar de estas preocupaciones evidentes, a menudo se deja a las comunidades sin información sobre el impacto ambiental de la infraestructura que se levanta a su alrededor”, manifestó Guterres en sus declaraciones.</p><p>La ONU sigue dando la alarma con urgencia</p><p>El jefe de la ONU lleva mucho tiempo instando al mundo a tomar en serio la acción climática, y volverá a reunir a líderes en la Conferencia anual de las Partes, este año en Turquía, para negociar planes.</p><p>Al abordar la IA el martes, Guterres señaló que era sólo uno de varios pasos que, según dijo, deben tomarse para mantener al mundo por debajo del límite de calentamiento de 1,5 grados Celsius (2,7 grados Fahrenheit) en comparación con la era preindustrial, un objetivo fijado durante el Acuerdo de París de 2015.</p><p>El año pasado fue la primera vez que el promedio de temperatura de tres años superó ese umbral.</p><p>“Todo gran emisor debe acelerar la acción”, afirmó Guterres. “Y cada país debe superar con creces sus compromisos”.</p><p>Pidió recortar el metano, un potente gas de efecto invernadero responsable de alrededor de un tercio del calentamiento global y significativamente más potente que el dióxido de carbono, aunque comparativamente permanece menos tiempo en la atmósfera. También pidió reducir la dependencia del carbón, el petróleo y el gas.</p><p>Las renovables avanzan en todo el mundo, pero persisten desafíos</p><p>Guterres destacó en sus declaraciones avances positivos en energía renovable, a medida que la escala reduce los costos de las tecnologías y aumenta su adopción.</p><p>La generación de energía limpia —impulsada en gran medida por la solar y la eólica— superó el crecimiento total de la demanda mundial de electricidad el año pasado. La participación de las renovables también superó por primera vez un tercio de la matriz eléctrica mundial en la historia moderna en 2025, y la energía a carbón vio caer su cuota por debajo de un tercio de la generación global.</p><p>China continúa impulsando la transición mundial hacia la energía limpia y, en Europa, la generación con combustibles fósiles en general tiende a disminuir.</p><p>Pero Estados Unidos, bajo el presidente Donald Trump, ha abrazado el carbón, el petróleo y el gas y ha recortado el apoyo a las renovables y a una acción climática más amplia —todo ello en medio de la crisis energética mundial agravada por la guerra de Estados Unidos en Irán, que Guterres calificó como “la madre de todos los shocks energéticos”.</p><p>Guterres se refirió al estado actual del mundo como “Una historia de dos crisis”, trazando una metáfora con la novela de Charles Dickens, “Historia de dos ciudades”, y también como un guiño a Londres, donde se pronunció el discurso.</p><p>“Para la agenda climática, estos son en verdad los mejores tiempos y los peores tiempos”, señaló. “Los peores, porque los impactos climáticos se están intensificando, se avecinan puntos de inflexión y la crisis energética ha expuesto los profundos riesgos de la dependencia de los combustibles fósiles. Pero también los mejores, porque la revolución de las renovables está bien encaminada”.</p><p>___</p><p>Alexa St. John es reportera de clima de The Associated Press. Sígala en X: @alexa_stjohn. Puede contactarla en ast.john@ap.org.</p><p>___</p><p>Lea más cobertura climática de AP.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. AP es la única responsable de todo el contenido. Encuentre las normas de AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RGSKRLEPSOO6UJMINKII7MKIQY.jpg?auth=412ceea490c491264239ec643fd2d248c3d0323c0cae59eaadde5a258c6958b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El secretario general de Naciones Unidas, António Guterres, hace una declaración durante una conferencia de prensa en la cumbre de la UE en Buselas, el 19 de marzo de 2026. (AP Foto/Omar Havana, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Omar Havana</media:credit></media:content></item><item><title><![CDATA[AI companies should release environmental impact, commit to clean energy, says UN chief]]></title><link>https://www.local10.com/business/2026/06/23/ai-companies-should-release-environmental-impact-commit-to-clean-energy-says-un-chief/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/23/ai-companies-should-release-environmental-impact-commit-to-clean-energy-says-un-chief/</guid><dc:creator><![CDATA[By ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[United Nations Secretary-General António Guterres on Tuesday called on artificial intelligence companies to release information about the carbon pollution they create, along with the water and land used to power their operations.]]></description><pubDate>Tue, 23 Jun 2026 09:14:36 +0000</pubDate><content:encoded><![CDATA[<p>United Nations Secretary-General António Guterres on Tuesday called on artificial intelligence companies to release information about the carbon pollution they create, along with the water and land used to power their operations.</p><p>While urging action in an address at London Climate Action Week, Guterres proposed the AI Environmental Transparency Initiative, arguing AI companies should measure and disclose the impact of their increasingly in-demand technology — impact which has been cited by opponents as reasons to curb the rapid growth of data centers. These companies have faced mounting pressure, both from governments and locally in areas with data centers that support AI, for increased transparency and more standardized reporting across the industry.</p><p>Guterres said AI companies should also commit to powering their facilities with electricity produced with renewable technologies, such as wind and solar, by 2030.</p><p>“No more hidden costs,” Guterres said at Europe’s largest independent climate conference. “No more shifting the burden onto those least able to bear it. It is time to come clean.”</p><p>AI's needs are growing</p><p>Many major tech companies have vowed to power their operations using cleaner sources, some by the end of the decade. Some plan to do so especially using solar and nuclear, including tech giants Amazon and Google.</p><p>But the race to deploy AI has complicated those commitments and sent soaring greenhouse gas emissions, which come from the burning of fuels like oil, coal and gas, and heat the planet. Regulatory barriers have also hindered climate-friendly projects.</p><p>Currently, coal sources about 30% of the electricity consumed by data centers globally, according to the International Energy Agency. Renewable energy – primarily wind, solar and hydro powers – supplies about 27%, natural gas, 26%, and nuclear, 15%. Renewables are expected to meet just half of that demand over the next five years.</p><p>As AI booms, many, including Guterres, have touted its ability to accelerate climate solutions. It could improve energy efficiency, and reduce pollution and emissions.</p><p>At the same time, the environmental footprint of data centers already rivals some of the world’s largest countries, according to a U.N. report released earlier this month.</p><p>That report also said the water, energy use and pollution associated with AI will double in just four years. Data centers needed to fuel AI accounted for about 1.5% of the world’s electricity consumption in 2025, and will account for nearly 3% of the world’s projected electricity use by 2030.</p><p>“Despite these obvious concerns, communities are often left in the dark about the environmental impact of the infrastructure rising around them,” Guterres said in his remarks.</p><p>The UN continues to sound urgent alarms</p><p>The U.N. chief has long urged the world to take serious climate action, and will once again convene leaders at the annual Conference of Parties, this year in Turkey, to negotiate plans.</p><p>On Tuesday, addressing AI was just a number of steps he said needed to be taken to keep the world below the warming limit of 1.5 degrees Celsius (2.7 degrees Fahrenheit) compared to pre-industrial times, a goal set during the 2015 Paris Agreement.</p><p>Last year was the first time that the three-year temperature average broke through that threshold.</p><p>“Every major emitter must accelerate action,” Guterres said. “And every country must over-deliver on its commitments.”</p><p>He called for cutting methane, a powerful greenhouse gas responsible for around one-third of global warming and significantly more potent than carbon dioxide, though comparatively it lingers for less time in the atmosphere. He also called for a reduction in dependence on coal, oil and gas.</p><p>Renewables progress seen around th</p><p>e globe but challenges remain</p><p>Guterres noted in his remarks positive developments in renewable energy, as scale drives down the costs of the technologies and adoption increases.</p><p>Clean power generation — largely driven by solar and wind — exceeded overall global electricity demand growth last year. The share of renewables also hit more than one-third of the world’s electricity mix for the first time in modern history in 2025, and coal power saw its share fall below one-third of global generation.</p><p>China continues to drive the world's clean energy transition, and in Europe, fossil generation is generally trending down.</p><p>But the U.S. under President Donald Trump has embraced coal, oil and gas and slashed support for renewables and broader climate action — all amid the global energy crisis exacerbated by the U.S. war in Iran, which Guterres called “the mother of all energy shocks.”</p><p>Guterres referred to the current state of the world as “A Tale of Two Crises," drawing a metaphor to the Charles Dickens’ novel, “A Tale of Two Cities” — also a nod to London where the address was given.</p><p>“For the climate agenda, this is indeed the best of times and the worst of times,” he said. “The worst – because climate impacts are intensifying, tipping points are looming, and the energy crisis has exposed the deep risks of dependence on fossil fuels. But also the best – because the renewables revolution is well underway.”</p><p>___</p><p>Alexa St. John is an Associated Press climate reporter. Follow her on X: @alexa_stjohn. Reach her at ast.john@ap.org.</p><p>___</p><p>Read more of AP’s climate coverage.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YFDCCFNFHLHDFZ4P64PGSWXVHM.jpg?auth=b344e6515b08080e1ac2644d73cb7f8e8a7c5a61eac58cf3b8a570fb0e8f66ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United Nations Secretary-General Antonio Guterres delivers a statement during a media conference at the EU summit in Brussels, March 19, 2026. (AP Photo/Omar Havana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Omar Havana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NOOOLWGPQQ3QZW3KPSV2S7IOSU.jpg?auth=72eb9c01d4e5263704f17a7127d2a308006058027d95f6ba481aa1eb72534498&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Douglas County Google Data Center complex is visible, March 6, 2026, in Lithia Springs, Ga. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NH4RXE7PP2AALBRZYIA5W3VH64.jpg?auth=bb44d8376030da23b0e2579de58605d172a451b5f5a368ecb93ca77889de3789&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Wind turbines stand in various stages of completion near Deersheim, Germany, June 10, 2026. (AP Photo/Matthias Schrader, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WXEAGUA37YR74GTYGPVMDZAL5U.jpg?auth=141d746825467f9699939250d5c1ef96f09824886e882903283fdee8d35908ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A robot places solar cells on a glass panel at a ReNew manufacturing plant on the outskirts of Jaipur, India, Aug. 21, 2025. (AP Photo/Manish Swarup, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OSFLTP5JCZDKXHHMVZWN543KHM.jpg?auth=1ffe2b81a4f408cdc19b2cd45b6b4fb0d2d9f54cf720c3b05ad6dd108aec14c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Solar panels operate April 28, 2026, at a farm in Christiana, Tenn. (AP Photo/Joshua A. Bickel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item><item><title><![CDATA[Afghan Taliban to hold rare, closed-door talks with EU officials on deportations]]></title><link>https://www.local10.com/news/world/2026/06/23/afghan-taliban-to-hold-rare-closed-door-talks-with-eu-officials-on-deportations/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/23/afghan-taliban-to-hold-rare-closed-door-talks-with-eu-officials-on-deportations/</guid><dc:creator><![CDATA[By SAM McNEIL and ABDUL QAHAR AFGHAN, Associated Press]]></dc:creator><description><![CDATA[BRUSSELS (AP) — A delegation from the Afghan Taliban is traveling to Brussels on Tuesday for closed-door talks with European Union staff, expected to focus on deportations, said a Taliban official.]]></description><pubDate>Tue, 23 Jun 2026 09:43:36 +0000</pubDate><content:encoded><![CDATA[<p>BRUSSELS (AP) — A delegation from the Afghan Taliban is traveling to Brussels on Tuesday for closed-door talks with European Union staff, expected to focus on deportations, said a Taliban official.</p><p>Afghans make up one of the largest groups of migrants seeking asylum in the European Union, but a growing number of governments in the 27-nation bloc want to speed up and increase deportations for those whose claims are rejected or who commit crimes in their host countries.</p><p>Afghan authorities have imposed draconian restrictions on rights, particularly for women and girls, since the Taliban seized power in the country in 2021 in the wake of the chaotic withdrawal of U.S.-led forces.</p><p>Rights groups said Tuesday's meeting undercuts the EU’s human rights obligations and could endanger people in Europe and Afghanistan.</p><p>“Any engagement with the Taliban needs to prioritize protecting human rights and accountability — not deporting people to danger there,” said Fereshta Abbasi, a researcher at Human Rights Watch. “EU countries are undermining their credibility by condemning Taliban abuses and pursuing accountability on one hand, while cooperating with the Taliban to forcibly return Afghans on the other.”</p><p>With not a single EU nation recognizing the Taliban, the meeting in Brussels symbolizes a small crack in the group’s diplomatic isolation since seizing power five years ago.</p><p>The five-person delegation in Brussels from the Taliban — a government that none of 27 EU nations recognizes — includes Abdul Qahar Balkhi, a New Zealand-born spokesperson for the Taliban’s foreign ministry, said a Taliban official speaking on condition of anonymity.</p><p>Belgian Foreign Minister Maxime Prévot said that while Belgium doesn’t recognize the Taliban, it would comply with EU requests to grant the Taliban visas.</p><p>“Belgium cannot confer legitimacy on a regime accused of serious human rights violations,” he said in a statement referring to Belgium’s hosting of the EU institutions. “Making a meeting possible in the framework of our host-state policy does not amount to recognition, does not amount to legitimacy, and does not constitute an invitation by the Belgian government.”</p><p>Members of the Taliban delegation were issued visas after security screening with limited territorial validity, giving them 24 hours in Belgium and no access to other countries in the Schengen border-free travel zone.</p><p>Since neither Belgium nor the EU officially recognizes the Taliban government, the meeting will not take place on official buildings or sites belonging to either. The European Commission has declined repeated requests to provide additional information.</p><p>Drive to increase deportations</p><p>A spokesperson for the European Commission said Monday that the meeting is in response to pressure from a clear majority of the 27 EU nations – 20 of whom signed a letter in October calling for stronger migration policies including a ramping up of deportations.</p><p>“They had asked the Commission to coordinate such technical contacts on returns,” said spokesperson Markus Lammert. “Member states are looking into ways to return persons who have committed serious crimes and who are possibly a security threat.”</p><p>The first EU-Taliban meeting was held in Afghanistan in January when the Commission sent a mission to Kabul. It also maintains staff there.</p><p>The October letter was drafted in part by Belgian Migration Minister Anneleen Van Bossuyt, who said then that “we have sent a clear and powerful message to the European Commission: we can no longer afford a standstill. It is high time for a firm and joint approach, so that Europe can regain control over migration and security.”</p><p>Bossuyt said that across the EU, only 2% of the 22,870 Afghans told to return had done so.</p><p>Another Commission spokesperson said the meeting “does not mean by any means recognition.”</p><p>Deteriorating situation in Afghanistan</p><p>Afghanistan has been dealing with the return of about 3 million Afghans from Pakistan and Iran in the past year alone, all of whom have been pretty much been forcibly repatriated from those two countries, exacerbating a humanitarian disaster in Afghanistan, already reeling from food and economic crises including biting sanctions on the Islamic Emirate.</p><p>Afghan Taliban authorities have imposed draconian restrictions on women and girls, including bans on education beyond primary school and on working in all but very few professions, as well as strict regulations on what women are allowed to wear in public.</p><p>“The desperate scenes of people — including EU staff — fleeing Afghanistan are a recent memory. It is unconscionable that the EU would now try and deport people to Afghanistan, which has only become more dangerous in the meantime,” said Eve Geddie, Director of Amnesty International’s European Institutions Office.</p><p>Facing political pressure to toughen migration policies across the 27-nation bloc, the EU has recently passed deep reforms to its collective rules aiming to ramp up deportations -- including allowing the setting up of so-called “return hubs,” increased domestic surveillance capabilities, tighter border controls, and engagement with the Taliban government which it does not recognize because of human rights abuse allegations.</p><p>With Afghanistan facing food shortages and economic collapse, the Taliban government is in need of humanitarian aid and hopes to lessen its international economic and political isolation.</p><p>———</p><p>Afghan reported from Kabul. Associated Press writers Victoria Eastwood in Cairo, Suzan Fraser in Ankara, and Sylvain Plazy in Brussels contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IWNECMOQQ6YLEB7H7IITUTVHQQ.jpg?auth=4784216d6b0cfb213c200e9daed6399c2de0e5cafad88556ed6bdd3bce2982cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Migrants, most of them from Afghanistan, rest at an old school used as a temporary shelter on the island of Kythira, southern Greece, Oct. 7, 2022. (AP Photo/Thanassis Stavrakis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content></item><item><title><![CDATA[Andy Burnham prepares for a UK Labour leadership contest that may be a coronation]]></title><link>https://www.local10.com/news/world/2026/06/23/andy-burnham-prepares-for-a-uk-labour-leadership-contest-that-may-be-a-coronation/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/23/andy-burnham-prepares-for-a-uk-labour-leadership-contest-that-may-be-a-coronation/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Andy Burnham, Britain’s newest lawmaker and likely its next prime minister, was meeting Labour colleagues on Tuesday in preparation for a leadership contest in which he may be the only contender.]]></description><pubDate>Tue, 23 Jun 2026 08:36:27 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Andy Burnham, Britain’s newest lawmaker and likely its next prime minister, was meeting Labour colleagues on Tuesday in preparation for a leadership contest in which he may be the only contender.</p><p>Burnham is the strong front-runner to replace Prime Minister Keir Starmer, who announced Monday that he will step down within weeks after two years in office marred by missteps and judgment errors that eroded his standing with party and public.</p><p>Burnham, a former Cabinet minister who served since 2017 as mayor of Greater Manchester, won a special election last week for a seat in Parliament with the express aim of challenging Starmer for the leadership.</p><p>Burnham’s chances got a big boost on Monday when former Health Secretary Wes Streeting, who was considered his main rival, announced his support.</p><p>Britain’s parliamentary system allows governing parties to change leaders — and thus prime ministers — without the need for a national election. The next general election does not have to be held until 2029.</p><p>Nominations for the Labour leadership will open July 9 and close a week later. If Burnham is the only contender, he could be prime minister by July 17. If there is a contest, the winner should be in place by the time Parliament returns from its summer break on Sept. 1.</p><p>Burnham's economic plans are not yet known</p><p>Burnham was a popular mayor of Manchester, overseeing a period of rapid regeneration for the city where the Industrial Revolution was forged, and has pledged to repeat his signature brand of “Manchesterism” on a national scale.</p><p>Many Labour members hope Burnham’s people skills and charisma can connect with the public more than the stolid, managerial Starmer could ever do.</p><p>But his policies in many areas are unknown and untested. Some Labour lawmakers want to see a party election contest where he would face public debate and scrutiny.</p><p>Burnham is expected to make a speech next week outlining some of his economic plans.</p><p>Former Armed Forces Minister Al Carns, who quit this month to protest what he saw as inadequate defense spending, said “we need to have a clear and concise discussion about what this country wants to be.”</p><p>He has suggested he might run for the leadership but told broadcaster ITV that “I’m not ready to make a decision on this in any way, shape or form.”</p><p>Others have suggested Darren Jones, a senior Cabinet minister and Starmer ally, should run, though he has yet to comment.</p><p>Potential candidates need the support of at least 81 Labour lawmakers, a fifth of the parliamentary party, to run.</p><p>Many argue that a leadership contest will only focus attention on the party’s internal divisions and extend a period of political uncertainty.</p><p>“I think the transition should be swift and orderly,” Cabinet Office Minister Nick Thomas-Symonds told the BBC.</p><p>Starmer won a landslide but stumbled in office</p><p>Starmer resigned on Monday after a weekend considering his future, acknowledging that the Labour Party no longer thinks “I am best placed to lead us into the next general election.”</p><p>He was the sixth prime minister in a decade to stand outside No. 10 Downing St. and announce a departure. It comes as Britain marks the 10th anniversary of its vote to leave the European Union, a decision that still roils the country’s economy and politics.</p><p>After weeks of insisting he would fight to keep his job, Starmer conceded to growing pressure to hand over to a new leader who can try and revive the government’s flagging fortunes. He led Labour to a landslide election victory in July 2024, but since then his popularity and that of the party have plummeted.</p><p>Starmer has struggled to deliver promised economic growth, repair tattered public services and ease the cost of living. He has been hamstrung by repeated missteps, including his decision to appoint Peter Mandelson, a scandal-tarnished friend of Jeffrey Epstein, as U.K. ambassador to the United States.</p><p>Labour is losing liberal voters to the growing Green Party and facing a rising Reform UK, the Nigel Farage -led anti-immigration party that consistently leads in nationwide opinion polls.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3SSZEZZMRFY2SKYPW7UVKXBP3Y.jpg?auth=ee3048a3754234756c68cba86f428258f122076bef87f7199806061eae4a50e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andy Burnham with colleagues from the Parliamentary Labour Party in Westminster Hall at the Houses of Parliament in central London, as he returns to the House of Commons to take up his seat after winning the Makerfield by-election, Monday June 22, 2026. (Yui Mok/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yui Mok</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LORC5LFUCDHC5TTKNWEICRASSU.jpg?auth=0d925dac443a7d944ce3170cb2ee6115d512398592c15d17e2874f3e8ce6a81f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andy Burnham with colleagues from the Parliamentary Labour Party in Westminster Hall at the Houses of Parliament in central London, as he returns to the House of Commons to take up his seat after winning the Makerfield by-election, Monday June 22, 2026. (Yui Mok/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yui Mok</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FOBBJTCO4S5HUNOSYL4TBGJVAQ.jpg?auth=ff622249e1c1eaf4e51cb0cd90b4e37f1b45b08b563e47f89cdaf490ab3cf513&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andy Burnham, front left, is sworn-in as an MP in the House of Common in London, England, Monday, June 22, 2026. (House of Commons via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/7H2KAB2SGZZZ7ACL7J2K6TZIQM.jpg?auth=cff6a8fe3f0d593817ea933ff98dcd139bd178914c30be4684250ea8bd56072e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer speaks to the media outside 10 Downing Street to announce his resignation in London, Monday, June 22, 2026.(AP Photo/Thomas Krych)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Krych</media:credit></media:content></item><item><title><![CDATA[Alerta roja en Francia ante una ola de calor que podría reescribir los récords]]></title><link>https://www.local10.com/espanol/2026/06/23/alerta-roja-en-francia-ante-ola-de-calor-que-podria-reescribir-los-records/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/alerta-roja-en-francia-ante-ola-de-calor-que-podria-reescribir-los-records/</guid><dc:creator><![CDATA[Por SAMUEL PETREQUIN, Associated Press]]></dc:creator><description><![CDATA[PARÍS (AP) — Millones de personas en toda Francia se despertaron empapadas en sudor el martes tras otra noche de calor abrasador, con la mayor parte de la población expuesta a temperaturas extremas y excepcionales.]]></description><pubDate>Tue, 23 Jun 2026 09:36:13 +0000</pubDate><content:encoded><![CDATA[<p>PARÍS (AP) — Millones de personas en toda Francia se despertaron empapadas en sudor el martes tras otra noche de calor abrasador, con la mayor parte de la población expuesta a temperaturas extremas y excepcionales.</p><p>Las temperaturas se mantendrán altas durante todo el día y la agencia meteorológica nacional, Meteo France, puso a 54 departamentos —aproximadamente la mitad del país—bajo alerta roja por la ola de calor.</p><p>En un país donde el aire acondicionado no está muy extendido, las escuelas, los trenes y los eventos deportivos siguen viéndose afectados. Se han reportado alrededor de 20 muertes por ahogamiento desde el fin de semana.</p><p>El cambio climático causado por el hombre está ligado al aumento de los fenómenos meteorológicos extremos, y las proyecciones de la agencia climática de Naciones Unidas señalan que en los próximos cinco años se batirán más récords de calor.</p><p>“El sol sigue dominando en toda Francia, manteniendo un calor agobiante y agotador en todo el país”, indicó Meteo France. Se espera que las condiciones extremas duren al menos hasta el final de la semana, con máximas diurnas por encima de los 40 grados Celsius (104 grados Fahrenheit) en muchas localidades.</p><p>“Se esperan nuevas temperaturas récord, incluidas algunas que podrían superar todos los registros anteriores, independientemente de la época del año”, añadió la agencia.</p><p>Meteo France apuntó que la ola de calor es excepcionalmente intensa y llega muy temprano en el verano, “pero su duración sigue siendo incierta”. Ya se ha comparado con la registrada en agosto de 2003, cuando las temperaturas más altas en más de medio siglo causaron unas 15.000 muertes, muchas de ellas de personas mayores en apartamentos y residencias de ancianos sin aire acondicionado.</p><p>Francia introdujo un sistema de alerta por calor después de aquel fenómeno.</p><p>Europa es el continente que más rápido se calienta en el mundo, con temperaturas que aumentan al doble de la velocidad del promedio global desde la década de 1980, según el Servicio de Cambio Climático Copernicus de la Unión Europea.</p><p>En los últimos cuatro años, más de 200.000 personas en todo el continente fallecieron por causas relacionadas con el calor, y la mayoría de esos decesos eran evitables, señaló la oficina regional europea de la Organización Mundial de la Salud este mes. Las temperaturas por encima del promedio pueden provocar agotamiento por calor y golpes de calor potencialmente mortales.</p><p>El calor azota Reino Unido</p><p>Al otro lado del canal de la Mancha, la Met Office emitió una alerta roja por calor extremo para el miércoles y el jueves, y las previsiones sugieren que podría batirse el récord histórico de temperatura diaria de junio.</p><p>Se espera que los termómetros ronden los 37°C (98,6 F) en el sur de Inglaterra, con hasta 35°C (95 F) en el sureste de Gales. Ahora se prevé que el pico de la ola de calor sea el miércoles y el jueves, cuando las máximas podrían alcanzar al menos 39°C (102,2 F). De acuerdo con la agencia meteorológica, las condiciones podrían aliviarse el viernes.</p><p>La agencia de monitoreo de la Unión Europea determinó que, en Europa y a nivel mundial, 2024 fue el año más caluroso registrado y que el continente experimentó su segunda cifra más alta de días de “estrés térmico”.</p><p>Los científicos advierten que el cambio climático está agravando la frecuencia y la intensidad del calor y la sequía, especialmente en el sureste de Europa, lo que hace que la región más vulnerable a los efectos sobre la salud y a los incendios forestales.</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/KYBDQTH4WRQQRTBIZBGVX5TNLQ.jpg?auth=7755c7cd9993129f7aec1ed07c1ba391eba23b23282c22c8334a217a537dbdcf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El cartel de una farmacia marca 43 grados Celsius (109,4 grados Fahrenheit) en Rennes, en el oeste de Francia, el 22 de junio de 2026. (AP Foto/Jeremias Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeremias Gonzalez</media:credit></media:content></item><item><title><![CDATA[Iranian president lands in Pakistan as US-Iran teams work to finalize a war-ending deal]]></title><link>https://www.local10.com/news/world/2026/06/23/iranian-president-lands-in-pakistan-as-us-iran-teams-work-to-finalize-a-war-ending-deal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/23/iranian-president-lands-in-pakistan-as-us-iran-teams-work-to-finalize-a-war-ending-deal/</guid><dc:creator><![CDATA[By MUNIR AHMED, DAVID RISING and JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Iran’s president arrived in Pakistan for talks Tuesday with officials who have been mediating negotiations between Tehran and Washington on a permanent end to the war in the Middle East, even as discrepancies emerged on what had been agreed so far and violence broke out again in Lebanon.]]></description><pubDate>Tue, 23 Jun 2026 11:09:06 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Iran’s president arrived in Pakistan for talks Tuesday with officials who have been mediating negotiations between Tehran and Washington on a permanent end to the war in the Middle East, even as discrepancies emerged on what had been agreed so far and violence broke out again in Lebanon.</p><p>President Masoud Pezeshkian’s visit to Islamabad comes as technical teams were working on details of the deal following high-level negotiations in Switzerland on Monday led by U.S. Vice President JD Vance and Iran’s parliamentary speaker, Mohammad Bagher Qalibaf.</p><p>In Tehran, Iran's capital, Foreign Ministry spokesperson Esmail Baghaei told reporters that no visits have been scheduled for the U.N. watchdog — the International Atomic Energy Agency — to examine Iranian nuclear sites bombed by the United States last year. Vance previously said the negotiations in Switzerland won an agreement for the IAEA to inspect the sites.</p><p>The IAEA has been in and out of Iran since Israel’s 12-day war in 2025, but has not been granted access to the bombed enrichment sites targeted by the U.S. at the time.</p><p>Meanwhile, violence flared again in southern Lebanon as Israeli soldiers opened fire, killing two people. The reports of violence came after two days of calm following a ceasefire brokered on Saturday. Any renewal of heavy fighting could threaten the broader diplomatic talks, since Iran has demanded that a full truce in Lebanon be part of any comprehensive deal.</p><p>Iran's president makes his first visit to Islamabad since the war started</p><p>President Asif Ali Zardari, Prime Minister Shehbaz Sharif and other senior officials received Pezeshkian upon his arrival in Islamabad amid tight security, according to Pakistani state media. Television footage showed Pezeshkian embracing Zardari and Sharif as they welcomed him.</p><p>This is the Iranian president's first visit since the conflict started with the U.S. and Israeli attack on Iran on Feb. 28.</p><p>Pezeshkian and Sharif were to hold a joint news conference after their discussions.</p><p>In the initial talks, marking the start of a 60-day diplomatic process that seeks to reach a permanent deal to end the Iran war, Iran and the U.S. agreed to create a “de-confliction cell” to address the fighting in Lebanon between Israel and the Iranian-backed Hezbollah militant group. The U.S. said negotiators also discussed “mechanisms” to ensure that the Strait of Hormuz, a key waterway for oil transit that Iran had effectively blocked during the war, remains open.</p><p>Ahead of his meetings in Pakistan, Pezeshkian cautioned that “the effectiveness of the talks depends on full commitment to the agreed obligations and their precise implementation.”</p><p>“Progress on this path will be measured by practical adherence to accepted responsibilities,” he wrote on X. “Statements outside the agreed text do not help advance the negotiations.”</p><p>Iran says negotiation groups focused on sanctions relief, nuclear issues and more</p><p>Iran suggested that the ongoing technical talks in Switzerland have led to the creation of specific negotiation groups, including those focused on sanctions relief, nuclear issues, reconstruction, and monitoring, according to the state-run IRNA news agency.</p><p>The report quoted Kazem Gharibabadi, a deputy foreign minister leading the technical talks, saying that the countries involved also formed a contact mechanism over ships moving through the Strait of Hormuz and over the fighting in Lebanon between Israel and Hezbollah.</p><p>It remains unclear whether the deconfliction cell being created will be enough to stop fighting between the Lebanese militant group Hezbollah and Israel, which occupies part of Lebanon and insists it must maintain a free hand to attack militants launching attacks into northern Israel.</p><p>Israeli forces opened fire and killed two men in the southern Lebanese town of Nabatiyeh al-Fawqa on Tuesday, Lebanon’s state-run National News Agency reported, adding the pair were next to a bulldozer that was clearing the road at the time.</p><p>Separately, the agency said Israeli troops fired on residents on the outskirts of the town of Hadatha as they were heading to carry out a burial in the town’s ceremony with a Lebanese army escort.</p><p>There was no immediate comment from Israel.</p><p>Discrepancy on Iran's use of unfrozen funds</p><p>Following the high-level talks in Switzerland, Vance had said if Iranian financial assets were unfrozen, they would be used to buy American-grown food.</p><p>Vance said that the U.S. and Qatar would have approval over the process, but if Iranian money becomes accessible as sanctions are lifted, it “would actually go to buy American soy, American corn and American wheat for the benefit of the Iranian people.”</p><p>However, Iran has no current demand for U.S. crops and Baghaei said on Tuesday that Tehran’s decisions on what to import would be based on “prices and quality.”</p><p>“It is interesting that the philosophy and goal of the war, which was the destruction of the Iranian civilization and the collapse of Iran, has become enriching American farmers,” Baghaei said at the news conference in Tehran.</p><p>Iran’s ambassador in Geneva, Ali Bahreini, also questioned Vance’s contention that the U.S. and Qatar would have to approve how Iran uses unfrozen funds.</p><p>“Iran is the only country who decides what to do with those assets,” he told reporters.</p><p>Netanyahu raises new questions over fragile Lebanon ceasefire</p><p>Mediators Pakistan and Qatar said the cell would include the Lebanese government and would “ensure the adherence of the termination of military operations in Lebanon,” but Israeli Prime Minister Benjamin Netanyahu raised new questions late on Monday, saying his military still has “full freedom of action to thwart any direct or emerging threat to them or to the residents of the north.”</p><p>Neither Israel nor Hezbollah is a signatory to the U.S.-Iran deal, and Netanyahu has vowed to keep his forces in southern Lebanon until any threat to Israel is eliminated. Hezbollah has refused to halt attacks unless Israel commits to withdrawing.</p><p>When asked about Netanyahu’s comments, U.S. President Donald Trump later said “we’re going to take a look at it,” adding that he wouldn’t say what action he would take but that the situation would “get solved.”</p><p>“I’m a problem solver, I get problems solved real fast, including with Bibi,” he said, using a nickname for Netanyahu.</p><p>No Israeli airstrikes or shelling have been reported since Sunday, a day after a ceasefire was reached, and Hezbollah also has not claimed any attacks in what has been the longest halt in the fighting since the latest Israel-Hezbollah war erupted on March 2.</p><p>Lebanon and Israel planned another round of direct talks in Washington on Tuesday, which are expected to focus on developing a plan for an Israeli withdrawal.</p><p>___</p><p>Rising reported from Bangkok and Gambrell from Dubai, United Arab Emirates. Associated Press writers Abby Sewell in Beirut, Jamey Keaten in Geneva and Nasser Karimi in Tehran, Iran, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V5ZPJATW7SJY2JXNMKAEFGJ4U4.jpg?auth=b39ed9475825b4bb593d11461ed86c927caf2105a19c539711cd77e00597db8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman walks past a welcoming billboard featuring Iranian President Masoud Pezeshkian along a roadside in Islamabad, Pakistan, Tuesday, June 23, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V3DZHLHGCGG4B55AAXE75EGR7I.jpg?auth=77c499a2a7a489091e20cd92a1edb019250ccd7c8c6a460a6b3400ebe0c85275&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The welcoming billboard, featuring Iranian President Masoud Pezeshkian, right, with Pakistan President Asif Ali Zardari, center, and Prime Minister Shehbaz Sharif, is displayed alongside of an overhead bridge, in Islamabad, Pakistan, Tuesday, June 23, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DZWUKQRQTWBKI6XGF4ZDGLQDKE.jpg?auth=ec02c8be3443936b286e6f7ae74e6102712cfa6f7f1fb12b2d117bd158d6313d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks past a welcoming billboard featuring Iranian President Masoud Pezeshkian, center, with Pakistan President Asif Ali Zardari, right, and Shehbaz Sharif along a roadside in Islamabad, Pakistan, Tuesday, June 23, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MZJFYG2Z5COT6HSXKAUPJ3IFS4.jpg?auth=da513158446c49dfe00a0406e30fd03f38fba5ec95d27647b26dae23f05d8f07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vehicles drives past welcoming billboards featuring Iranian President Masoud Pezeshkian, right, with Pakistan President Asif Ali Zardari, center, and Shehbaz Sharif alongside an overhead bridge in Islamabad, Pakistan, Tuesday, June 23, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YKDXLFWY3525UVHKVZN2CC6SXQ.jpg?auth=03896bf7bc8473a5becaf20fb01dd0061de2877fe981f2341ac84ad189bf8098&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks past a welcoming billboard featuring Iranian President Masoud Pezeshkian along a roadside in Islamabad, Pakistan, Tuesday, June 23, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content></item><item><title><![CDATA[Europe swelters under an early heat wave as France records 40 drowning deaths]]></title><link>https://www.local10.com/news/world/2026/06/23/a-red-alert-over-france-and-heat-that-may-rewrite-the-record-books/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/23/a-red-alert-over-france-and-heat-that-may-rewrite-the-record-books/</guid><dc:creator><![CDATA[By SAMUEL PETREQUIN, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Millions of people across Europe were exposed to extreme and exceptional high temperatures on Tuesday, with 40 fatalities from drowning recorded in France in the past week as residents seek relief from the searing heat.]]></description><pubDate>Tue, 23 Jun 2026 11:33:15 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Millions of people across Europe were exposed to extreme and exceptional high temperatures on Tuesday, with 40 fatalities from drowning recorded in France in the past week as residents seek relief from the searing heat.</p><p>Temperatures will remain high around the clock in France, the European nation the most affected so far by the early summer heat wave. The national weather service, Meteo France, placed 54 departments, about half the country, under a red heat wave alert.</p><p>Italy, Spain, and Britain were also hit.</p><p>Human-caused climate change is tied to increasingly extreme weather, and U.N. climate agency projections say the next five years should shatter more heat records.</p><p>French Prime Minister Sébastien Lecornu said that the 40 people who died by drowning since last Thursday were mainly young people.</p><p>In a country without widespread air conditioning, schools, public transportation and sporting events have been impacted. Extreme conditions are expected to last at least until the end of the week, with daytime highs above 40 degrees Celsius (104 degrees Fahrenheit) in many towns.</p><p>“Further record-breaking temperatures are expected, including some that could surpass all previous records, regardless of the time of year,” Meteo France said.</p><p>The heat wave is exceptionally intense, coming very early in the summer, “but with a still uncertain duration,” the weather service said. It has already been compared to the August 2003 heat wave, when the highest temperatures in over half a century caused an estimated 15,000 deaths, many of them among older people in apartments and retirement homes without air conditioning.</p><p>Europe is the world’s fastest-warming continent, with temperatures increasing twice as fast as the global average since the 1980s, according to the European Union’s Copernicus Climate Change Service. Over the last four years, more than 200,000 people across Europe died from heat-related causes, and most of those deaths were preventable, the World Health Organization’s Europe office said this month.</p><p>The above-average temperatures can cause heat exhaustion and life-threatening heat stroke.</p><p>Heat wave hits Britain and Spain</p><p>Across the English Channel from France, many British schools said they were closing for the day and trains were disrupted as the Met Office, the U.K. weather agency, issued a red extreme heat warning for Wednesday and Thursday, with forecasts suggesting June’s all-time daily temperature record could be broken.</p><p>Temperatures of around 37 degrees C (98.6 F) are expected in southern England, with up to 35 C (95 F) in southeast Wales. The peak of the heat wave is now forecast for Wednesday and Thursday, when highs could reach at least 39 C (102.2 F). Conditions are expected to ease by Friday, the Met Office said.</p><p>On Tuesday multiple train operators across the U.K. said they were canceling train services to “ensure the safe operation of the railway.” National Rail, which operates the railway infrastructure, urged people to “only travel if absolutely necessary” on Wednesday and Thursday.</p><p>Further south on the continent, Spain is facing a heat wave across various parts of the Iberian Peninsula.</p><p>Spain’s national weather service, Aemet, issued red alerts Tuesday for temperatures of 44 C (111 F) in southern Andalusia as well as warnings of thermometers hitting 40 C (104 F) in the normally temperate Cantabria and the Basque Country regions along its northern Atlantic coast.</p><p>Aemet meteorologist Rubén del Campo said Spain, which has experienced increasingly torrid summers of late, is only going to get hotter because of climate change as heatwaves become more frequent, longer and appear outside the traditional window of July and August.</p><p>Of the dozen heatwaves Aemet has recorded in the month of June since it started tracking them in 1975, half have occurred since 2015, del Campo said.</p><p>Human-driven climate change is heating up the atmosphere, both above Spain and in the surrounding sea waters, he said.</p><p>Copernicus, the EU monitoring agency found that in Europe and globally, 2024 was the hottest year on record and the continent experienced its second-highest number of “heat stress” days.</p><p>Scientists warn that climate change is exacerbating the frequency and intensity of heat and dryness, especially in southeastern Europe, making the region more vulnerable to health impacts and wildfires.</p><p>___</p><p>The name of the body of water between France and the U.K. has been corrected to the “English Channel.”</p><p>___</p><p>Associated Press journalists Sylvia Hui in London and Joseph Wilson in Barcelona, Spain, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VD4D4ZLFBZRIAQ4FTHVJ7RER2M.jpg?auth=444bfae6f1111676412a033f9abb3c9e45a5fd2d6ffdffd397cc9ff486b2646f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A drugstore sign shows the temperature 43 degrees Celsius (109,4 degrees Fahrenheit) in Rennes, western France, Monday, June 22, 2026. (AP Photo/Jeremias Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeremias Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XHHJ4OP7MLHYFEKTJTW5WUDA3U.jpg?auth=539279b245a4a58c0989d4d9df85378bc46f98d51a19558879f665bafb2040f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists with an umbrella take a photo in Paris, as France is enduring a grueling heat wave with temperatures soaring above 40 degrees Celsius (104 Fahrenheit), Monday, June 22, 2026. (AP Photo/Christophe Ena )]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IUGAAN3XLJAOY5JVPFPZKSTZMM.jpg?auth=1fea9020bdef21ef9ebabca1d8e3b160b8113453d4c6385e77f5ca07cdfe1697&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A family walks through a cooling water spray at the Eiffel Tower in Paris, Sunday, June 21, 2026. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KFQFP556RSXFQ36IGRLXHKVIHQ.jpg?auth=db916101208395cc8c159b56f02b0f3f7cb4f46edf5cea598e94c1e71d23c34a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man keeps his legs dry as he cycles through standing water in London, as a heat wave is predicted Tuesday, June 23, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WGSSSXDQFNCYAECRAH2XEDXCFI.jpg?auth=82e8bb0ac8fa4d22532bcfdd7680bd7522268292dc35bfa33ff920b166de3f56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An African penguin cools off in a basin in Kronber zoo, near Frankfurt, Germany, Tuesday, June 23, 2026. (AP Photo/Michael Probst)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content></item><item><title><![CDATA[Turkey detains 209 in raids in the capital ahead of July's NATO summit]]></title><link>https://www.local10.com/news/2026/06/23/turkey-detains-209-in-raids-in-the-capital-of-ankara-ahead-of-julys-nato-summit/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/23/turkey-detains-209-in-raids-in-the-capital-of-ankara-ahead-of-julys-nato-summit/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ANKARA, Turkey (AP) — Security forces in the Turkish capital carried out sweeping raids on Tuesday ahead of next month’s NATO summit, and detained more than 200 people with suspected links to extremist groups, including the Islamic State group, officials said.]]></description><pubDate>Tue, 23 Jun 2026 11:19:25 +0000</pubDate><content:encoded><![CDATA[<p>ANKARA, Turkey (AP) — Security forces in the Turkish capital carried out sweeping raids on Tuesday ahead of next month’s NATO summit, and detained more than 200 people with suspected links to extremist groups, including the Islamic State group, officials said.</p><p>Some media outlets, however, reported that some of those detained were politicians or activists, leading to allegations of arbitrary detentions.</p><p>U.S. President Donald Trump is expected to join other leaders of the 32‑member alliance in Ankara for the July 7–8 summit.</p><p>Turkey is planning strict security measures for the summit, including banning demonstrations and restricting access to roads leading to airports, as well as sealing off areas around the summit venue and hotels hosting delegations.</p><p>Turkish President Recep Tayyip Erdogan's government has prioritized security and authorities regularly carry out security raids. Last month, security forces detained 324 people suspected of links to the Islamic State group in a nationwide sweep.</p><p>Early on Tuesday, Turkish prosecutors issued detention orders for 241 suspects, and 209 of them were subsequently taken into custody in police and gendarmerie raids around Ankara, according to a statement from the chief prosecutor’s office. The raids were still underway later Tuesday to take in the rest of the suspects.</p><p>Among those detained were 56 alleged Islamic State militants and 35 members of the Revolutionary People’s Liberation Party/Front, a far‑left group known for armed attacks and assassinations in Turkey, the statement said.</p><p>Birgun, an independent left-leaning newspaper, and other media reported that a politician, an LGBTQ activist and at least three lawyers allegedly close to left-wing groups were also among the detained. That lead to concerns that the government could be using security as a pretext to silence critics and prevent possible anti-NATO demonstrations during the summit.</p><p>“This arbitrary wave of detentions and arrests targeting leftist and socialist institutions once again reveals the state the country has reached,” the pro-Kurdish Peoples’ Equality and Democracy Party, DEM, said. “Turning Ankara into a giant prison with bans imposed for the NATO Summit is unacceptable.”</p><p>The Islamic State group has also carried out numerous deadly attacks in Turkey, including the 2017 New Year’s shooting at an Istanbul nightclub that killed 39 people.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/76ZBEHCOBOZN73UFDI4YAXK4FI.jpg?auth=9dc8ec381b4c8e76bc784f9ea2b653ba611b273fbd52b16f94bb348b8ae1e4e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Turkey's President Recep Tayyip Erdogan listens as Somalia's President Hassan Sheikh Mohamud speaks during a joint news conference in Istanbul, Turkey, on Dec. 30, 2025. (AP Photo/Khalil Hamra, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content></item><item><title><![CDATA[From peace talks to Pennsylvania: Trump visiting Mack Truck facility]]></title><link>https://www.local10.com/news/politics/2026/06/23/from-peace-talks-to-pennsylvania-trump-visiting-mack-truck-facility/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/from-peace-talks-to-pennsylvania-trump-visiting-mack-truck-facility/</guid><dc:creator><![CDATA[By MIKE CATALINI, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump is going to a Mack Truck facility in a battleground district in swing state Pennsylvania Tuesday, shifting attention to the U.S. economy in his first major public event beyond the capital since he signed an interim agreement to end the Iran war.]]></description><pubDate>Tue, 23 Jun 2026 04:08:48 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump is going to a Mack Truck facility in a battleground district in swing state Pennsylvania Tuesday, shifting attention to the U.S. economy in his first major public event beyond the capital since he signed an interim agreement to end the Iran war.</p><p>Trump's trip to the Allentown-area business comes as he works to try to put the conflict — and the higher gasoline prices it caused — in the rearview mirror as November midterm elections draw closer.</p><p>It's the president's fifth second-term visit to Pennsylvania, a key state whose support in 2016 and 2024 helped him to the White House. The Macungie, Pennsylvania, facility is in the 7th Congressional District, where incumbent Republican Rep. Ryan Mackenzie faces Democratic challenger Bob Brooks in November.</p><p>The visit comes amid rising prices that could color the verdict voters render on Trump's stewardship in the fall. About one-third of U.S. adults approved of Trump’s approach to the economy, according to a June Associated Press-NORC Center for Public Affairs Research poll. That’s in line with last month for Trump on the issue.</p><p>The Iran war, which began Feb. 28, has also been a politically difficult issue for the president. Most Americans continued to disapprove of his handling of Iran, according to the June AP-NORC poll, which was being fielded as Trump announced a tentative deal with Iran and concluded just before the interim agreement was signed last week. It found about two-thirds, 65%, of U.S. adults disapprove of how the president is handling issues with Iran, unchanged from May.</p><p>Still, while most Democrats and independents view Trump’s actions negatively, only about 3 in 10 of Republicans are unhappy.</p><p>Support from districts like the one he's visiting Tuesday are pivotal to Republicans holding narrow control of the House, where a loss could hobble the president's final two years in office. Mackenzie, a freshman lawmaker, is looking to hold onto a district Democrats have targeted to flip. Brooks, president of the state firefighters' union, has support from Democratic Gov. Josh Shapiro, who's also seeking reelection this year.</p><p>Trump's predecessor, Democrat Joe Biden, also visited the Mack Truck facility to highlight regulations aimed at promoting manufacturing jobs. Manufacturing employment peaked in 1979 at nearly 19.6 million jobs. It trended downward after the 2001 recession and the 2007-09 Great Recession. The figure now stands at 12.6 million as of May, according to the Bureau of Labor Statistics.</p><p>The visits underscore Pennsylvania's status as a crucial swing state.</p><p>Trump visited Mount Pocono in December to road test messages that he's addressing affordability; in July 2025, he was in Pittsburgh to tout tens of billions of dollars of recent energy and technology investments in the state; in June 2025, he was in West Mifflin to tell steelworkers he was doubling the tariff on steel imports to protect the industry; and in March 2025 he attended the NCAA wrestling championship in Philadelphia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AZUU6XI6WYS3QLGM4UBXFTGABE.jpg?auth=b1276cb5640b6116357e03d696b538c452c5c9a32c817889dcf9d71be7f41248&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 during an executive order signing about quantum computing, Monday, June 22, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Giannis Antetokounmpo getting traded to Heat in blockbuster deal, AP source says]]></title><link>https://www.local10.com/sports/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-deal-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-deal-ap-source-says/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Giannis Antetokounmpo wants more championships. So do the Miami Heat.]]></description><pubDate>Tue, 23 Jun 2026 05:06:00 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Giannis Antetokounmpo wants more championships. So do the Miami Heat.</p><p>Their interests are officially aligned — and the Heat finally have another superstar.</p><p>Ending a marathon watch for the next great Miami get, the Heat landed Antetokounmpo — a two-time NBA MVP and 10-time All-Star — from the Milwaukee Bucks on Monday night in exchange for a massive haul of players and draft picks.</p><p>The terms, according to a person who spoke to The Associated Press on condition of anonymity because the move had yet to receive the required league approval: Antetokounmpo and Bobby Portis are heading to Miami for Wisconsin native Tyler Herro, Jaime Jaquez Jr., Kel’el Ware and Kasparas Jakucionis.</p><p>Milwaukee also gets the No. 13 selection that will be made in Tuesday night’s NBA draft, along with a first-round pick swap in 2030, first-round picks in 2031 and 2033 and a second-rounder in 2033, the person said.</p><p>It ends a wild back-and-forth in the final days of the saga, with the Bucks considering offers from both Miami and Boston for Antetokounmpo — who led Milwaukee to the 2021 NBA title, was on the NBA’s 75th anniversary list of its greatest players ever, is a nine-time All-NBA selection and is coming off an injury-shortened season in which he averaged 27.6 points per game.</p><p>Heat go star hunting again, and it pays off</p><p>There has been no secret that this is what Miami has sought, because this is what Miami usually seeks. The Heat pulled off similar moves by landing Shaquille O’Neal in 2004 (helping lead to the 2006 NBA title) and by getting LeBron James and Chris Bosh to play alongside Dwyane Wade in 2010 (leading to four NBA Finals runs in four seasons together, along with the 2012 and 2013 NBA titles).</p><p>Now, it’s Antetokounmpo’s turn. At 31, the Heat clearly believe he still has many good years left — and it’s generally presumed that by making this deal they’ll give the Greek superstar a massive extension later this year.</p><p>He was a perennial MVP candidate in Milwaukee, getting votes for that award in nine consecutive seasons before 2025-26 when too many missed games left him ineligible.</p><p>He has averaged 24.1 points and 9.9 rebounds per game in his career, with 10 consecutive seasons of averaging at least 22.9 points — with three years in there of averaging more than 30 points per game.</p><p>Only seven active players have more points in their careers than Antetokounmpo, who has totaled 21,531 to this point.</p><p>A trade seemed inevitable</p><p>Antetokounmpo had been mentioned in trade talks countless times in recent years, with the Bucks always insisting — with words and actions — that they had no interest in trading their best player and one of the best players in the history of the franchise.</p><p>But this time, it seemed different.</p><p>The Bucks, who fired Doc Rivers as coach after the season, don’t have a roster that would be considered a championship contender. By trading Antetokounmpo, they can essentially start over with four players (and the Heat were high on all of them) along with draft capital.</p><p>“I just think before the draft is a natural time, right, because if Giannis does play somewhere else we’re going to get a lot of assets. ... You’ve got to get it right,” Bucks co-owner Jimmy Haslam said in May, when the team introduced new coach Taylor Jenkins — who was told that Antetokounmpo may or may not be with the franchise when next season starts.</p><p>Jenkins and the rest of the NBA now has the answer: Antetokounmpo won't be there.</p><p>Antetokounmpo had spoken highly of Miami many times over the years, even when the Heat and Bucks were going head-to-head in the playoffs. He also shares an agent with Heat star center Bam Adebayo, who was the only player Miami clearly was not willing to part with in order to make this deal happen.</p><p>“They’re going to play tough and they’re not going to stop playing,” Antetokounmpo said after Milwaukee played Miami on March 12. “That’s the Miami Heat culture.”</p><p>Little did anyone know that night that those words were coming after what would be the next-to-last game for Antetokounmpo in a Bucks uniform. He played three nights later against Indiana, then was held out of Milwaukee’s final 15 games of the season.</p><p>The Bucks said that was for injury-related reasons. Antetokounmpo said he wanted to play.</p><p>He had some bouts with injuries this past season: Antetokounmpo missed four games in late November with a left adductor strain and sat out eight games in December with a right calf strain, then he injured the right calf again in January.</p><p>He landed awkwardly on a dunk in that March 15 victory over Indiana and didn’t play again due to what team officials had labeled as a left knee hyperextension and bone bruise. Antetokounmpo said the last few weeks of the season that he was healthy and wanted to play, a dispute that resulted in an investigation by the league office.</p><p>For Antetokounmpo, it's about legacy</p><p>Antetokounmpo said coming into the 2025-26 season that he is at the point in his career where he thinks about his legacy, and how more championships are important to him. Told he is already considered an all-time great, he bristled at the notion.</p><p>“I’m not there yet,” Antetokounmpo said that day at Bucks training camp.</p><p>That’s hard to believe, considering his resume. He’s won a championship. He’s been an MVP. He’s been an NBA Finals MVP. He’s a perennial All-Star and All-NBA pick. He’s one of only seven players born somewhere other than the 50 states of the U.S. to have reached the 20,000-point mark. In 2025, he led Greece to its first EuroBasket medal in 16 years.</p><p>“Every basketball player, every athlete, starts a career and they have this quest of what they want to accomplish and what to be remembered for,” Antetokounmpo said in that same training camp interview. “And I think at this point, I’ve accomplished everything that I’ve put my mind to.”</p><p>He said those words in Miami. And now, Miami is about to be his new home.</p><p>___</p><p>AP Sports Writer Steve Megargee in Milwaukee contributed.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V7ACVUCMEIO3PBX6ZCVXTFGIJM.jpg?auth=67478920b88deae2d04dc93571a61dc0d1f91cd581c657879dbd1872087a4264&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Milwaukee Bucks forward Giannis Antetokounmpo (34) dribbles the ball during the first half of an NBA basketball game against the Miami Heat, March 12, 2026, in Miami. (AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6ZD6NGB7CX7HG2NOUGD35SUHY4.jpg?auth=d7f02d64777457215ee80571a1ce1bafcead06c7fff7e2d5623560e690e9c6c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Milwaukee Bucks forward Giannis Antetokounmpo walks off the court after an NBA basketball game against the Brooklyn Nets, Friday, April 10, 2026, in Milwaukee. (AP Photo/Jeffrey Phelps, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey Phelps</media:credit></media:content></item><item><title><![CDATA[Trump is the frontman for his own party as rival groups vie to shape America’s 250th anniversary]]></title><link>https://www.local10.com/news/politics/2026/06/23/trump-is-the-frontman-for-his-own-party-as-rival-groups-vie-to-shape-americas-250th-anniversary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/trump-is-the-frontman-for-his-own-party-as-rival-groups-vie-to-shape-americas-250th-anniversary/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The complexities of the American story aren't hard to miss.]]></description><pubDate>Tue, 23 Jun 2026 04:04:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The complexities of the American story aren't hard to miss.</p><p>Just steps into the Smithsonian's National Museum of American History, the gavel used by Nancy Pelosi when she became the first female speaker of the U.S. House sits next to a red “Make America Great Again” cap. A shirt emblazoned with a pink triangle and “Silence = Death” protesting the government's inaction during the AIDS crisis hangs alongside a campaign shirt for President Ronald Reagan, whose administration was blamed for ignoring the epidemic.</p><p>The display is part of a broader exhibit flowing throughout the museum dubbed “In Pursuit of Life, Liberty and Happiness,” commemorating the 250th anniversary of American independence. With artifacts ranging from a Revolutionary War-era gunboat to a 1970 Earth Day flag, it's a reminder that the challenges and divides gripping the U.S. in the age of President Donald Trump, while stark, are not new.</p><p>“In some of those contestations, people find the hope and the resiliency to move forward,” said Anthea M. Hartig, the museum's director. “History is filled with those moments where we think we're completely falling apart as we did in the Civil War and then we're trying to figure out how to build it back together again.”</p><p>A unifying theme is being tested</p><p>That unifying theme is being tested as the anniversary celebrations intensify in the coming weeks with Trump once again giving himself central billing. The creation of Freedom 250, an organization aligned with the White House, has come to rival America 250, a bipartisan group founded by Congress a decade ago. The different groups add to a sense that even a milestone anniversary can become the source of division.</p><p>The tumultuous aftermath is apparent on the National Mall just outside the museum, where preparations are underway for “The Great American State Fair.” A wave of artists including Martina McBride pulled out of performances at the fair, saying they didn't realize the political overtone of the event. Trump himself is now planning to speak there Wednesday.</p><p>The split screen will return on July Fourth as America 250 holds a concert in Los Angeles hosted by Queen Latifah and featuring performances from Chris Stapleton and The Smashing Pumpkins while the president returns to the National Mall for what he has described as a “Trump rally.”</p><p>Trump is not the first president to deliver a high-profile July Fourth speech. In 1986, Reagan spoke from New York Harbor marking the 100th anniversary of the Statue of Liberty. In 1976, President Gerald Ford delivered an address from Independence Hall in Philadelphia commemorating the bicentennial.</p><p>Their themes emphasized commonality and unity, framing the moment in a broader context that had little to do with the presidents themselves. Reagan joked he “wouldn't even think about trying to compete with a fireworks display” while noting “all the celebration of this day is rooted in history.”</p><p>Ford spoke of the “American adventure” as a “continuing process.”</p><p>“Liberty is for all men and women as a matter of equal and unalienable right,” he said. “The establishment of justice and peace abroad will in large measure depend upon the peace and justice we create here in our own country, where we still show the way.”</p><p>Trump tends to place the focus on himself</p><p>Trump, of course, tends to place more of the focus squarely on himself. He became the first president to host the Kennedy Center honors last year after a Trump-backed board named him chairman. The venue added his name to the building as well, prompting a federal judge to declare the move illegal and order its removal.</p><p>More recently, Trump has remade Washington in his image, demolishing the East Wing of the White House to make way for a ballroom and moving toward building a triumphal arch near Arlington National Cemetery. He's eyeing renovations at East Potomac Park even as he struggles with the return of algae at the Lincoln Memorial Reflecting Pool, which he remodeled last month. He recently hosted a UFC fight at the White House.</p><p>“Trump is putting himself at the center of the story,” said Mark Updegrove, chairman of the LBJ Foundation and a presidential historian. "Trump does not consider himself the steward of the presidency. He considers himself the embodiment of it.”</p><p>The country is in a dour mood as the anniversary approaches. Only about one-quarter of Americans say the U.S. stands above all other countries in the world, according to an April poll from The Associated Press-NORC Center for Public Affairs Research. About 3 in 10 say there are better countries than the U.S., an increase from 19% in an AP-NORC poll conducted in June 2016.</p><p>Americans are less likely to see a democratically elected government as “extremely” or “very” important to the United States’ identity as a nation than they were just a few years ago. About two-thirds of U.S. adults now say a democratically elected government is highly important to the U.S.’s identity as a nation, down from 80% in 2021.</p><p>Big cultural moments face new rivals</p><p>Against that backdrop, it's little wonder that groups dedicated to the anniversary have multiplied. Even this year's Super Bowl halftime show — typically one of the few cultural moments bringing together much of the country — contended with a rival program this year after conservatives objected to Bad Bunny performing on the main stage.</p><p>Heading into the final days before the holiday, the main groups — Freedom 250 and America 250 — are outwardly aiming to downplay any tensions.</p><p>Freedom 250 spokesperson Rachel Reisner said the organization was focused on “signature events and initiatives,” including the fair, and is “sparking a unifying movement across all 50 states.”</p><p>Rosie Rios, the chair of America 250, said her main priority is delivering programming for all Americans, whether that's eight consecutive ball drops that will unfold across the country, student competitions or a massive volunteer effort. As for other organizations that have emerged like Freedom 250, “the more celebrations, the merrier.”</p><p>“We can't be all things to all Americans,” Rios said. “But we have something for every American and the more opportunities for everyone to participate in July 4th and beyond, we're thrilled.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B5LRZS2GWDNXC5F4XPKRUEJG7U.jpg?auth=1b76e97069ecd90e0786da901a0072abfd33164a676e90ba0950dc9f8710f13f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The ferris wheel on the National Mall is lit as preparation continues for the Great American State Fair on the National Mall, Sunday, June 21, 2026, in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5M7UT6V36TFIDVZGIOBC2U4D7I.jpg?auth=0129573dc2875c21ed6115913edf32757c15b85aa2d7902b7954b630a98df145&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers build the stage for the Great American State Fair, on the National Mall in Washington, Wednesday, June 17, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4UVCDMIV7WMADESNOPIGMA7RXU.jpg?auth=d4ae1238b3d7f6d7335dd0cb4b54049a95624ca6075d7d561ef91928194cced8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is seen in the background of the ferris wheel as preparation continues for the Great American State Fair on the National Mall, Sunday, June 21, 2026, in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZSCCQN6BBXUTWXS2AQEA5TOOD4.jpg?auth=a965ad9e4656d5e97e71bbe8d6e9a32f3ab16aafa9a56e7d8dd224e3ede22352&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump waves as he arrives on Marine One at Joint Base Andrews, Md., Sunday, June 21, 2026, following a trip to Camp David. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[How Brexit broke British politics]]></title><link>https://www.local10.com/news/world/2026/06/23/britain-left-the-eu-10-years-ago-its-politics-has-been-an-unruly-mess-ever-since/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/23/britain-left-the-eu-10-years-ago-its-politics-has-been-an-unruly-mess-ever-since/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Brexit fractured the European Union, and broke British politics.]]></description><pubDate>Tue, 23 Jun 2026 07:24:45 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Brexit fractured the European Union, and broke British politics.</p><p>The U.K. is about to get its seventh prime minister since June 23, 2016, a decade ago Tuesday, when the country voted 52%-48% to leave the EU after more than four decades of membership. Conservative Prime Minister David Cameron, who called the referendum but campaigned for the U.K. to stay in the bloc, quit the next day.</p><p>His successors have all grappled, largely unsuccessfully, with the consequences of that rupture. The latest is Labour Prime Minister Keir Starmer, who announced Monday that he was stepping down after two years of a sluggish economy, malfunctioning government and a divided and jaded electorate — all legacies, at least in part, of Brexit.</p><p>Though the decision has faded from headlines, “the subterranean trace of Brexit” still runs through Britain’s increasingly unruly politics, said Chris Grey, an academic who has studied the fallout from Britain’s EU departure.</p><p>The Brexit campaign channeled discontent</p><p>Campaigners for Brexit promised that leaving the then-28 member political and economic bloc would let the U.K. “take back control” of its laws, economy and borders.</p><p>While the “remain” campaign focused largely on the economic downsides of exiting, the “leave” side was emotive.</p><p>“We can see the sunlit meadows beyond. I believe we would be mad not to take this once-in-a-lifetime chance to walk through that door,” Boris Johnson, a leading Brexit campaigner who later became prime minister, said a few weeks before the referendum.</p><p>Margaret MacMillan, emeritus professor of history at the University of Toronto, said Brexit was fueled by a bundle of motives including nostalgia “for an imagined past.”</p><p>“It was against what people saw as unrestricted immigration. It was against what they saw as EU regulations. And then there was this mix of nostalgia — ‘We fought alone in the Second World War.’ Which was of course not true.</p><p>“It was never clearly explained what Brexit might entail.”</p><p>Trying to make Brexit work made everyone unhappy</p><p>Hard reality soon collided with Brexiteers’ bold promises of immigration controls, trade deals, more money for public services and an end to complex regulations emanating from Brussels.</p><p>Acrimonious divorce talks dragged on for years. The U.K. formally left the bloc on Jan. 31, 2020, followed by an 11-month transition period until the final split.</p><p>Prime Minister Theresa May, Cameron’s successor, quit in 2019 after failing to find exit terms acceptable to a divided Parliament.</p><p>Johnson succeeded May and promised to “get Brexit done,” and managed to secure a bare-bones trade deal after negotiations that left U.K.-EU relations in the deep freeze.</p><p>He was ousted by the Conservative Party in mid-2022 after mounting financial and ethical scandals. His replacement, Liz Truss, lasted just 49 days in office. Her successor, Rishi Sunak, thawed the frosty EU relationship without making major changes.</p><p>Starmer promised a “reset, ” but refused to consider rejoining the bloc’s frictionless single market, which was free of tariffs and other trade barriers.</p><p>As he hands over power, Brexit remains unfinished business.</p><p>Political parties have fractured</p><p>Historian Anthony Seldon said Cameron called the referendum hoping it would end arguments about relations with Europe that had riven the Conservative Party. It didn’t.</p><p>“The people who obsessed about it still obsess about it. Britain’s problems have continued,” Seldon told Times Radio.</p><p>During the divorce negotiations, Conservatives who wanted a softer Brexit and closer ties with the EU were pushed out of the party by the triumphant Brexiteer faction.</p><p>Labour, though much more pro-EU, also has an internal division between those who want to get closer to the bloc or even rejoin, and senior leaders like Starmer who want to avoid reopening old wounds.</p><p>A decade on, millions of voters have deserted the two big parties for alternatives including the left-leaning Green Party and the hard-right Reform UK led by Nigel Farage.</p><p>Farage has arguably been the biggest political winner from Brexit. He campaigned for the divorce then complained it had been betrayed. His anti-immigration message has shifted from focusing on Polish plumbers to asylum seekers in dinghies. His party consistently leads opinion polls.</p><p>Cynicism and political violence have grown</p><p>The economy has struggled in the past decade, with businesses facing new barriers to trade with Britain's closest neighbors, though Brexit is not the only cause of low growth. The COVID-19 pandemic, the Russia-Ukraine war and the Iran war also played a part.</p><p>Through it all, “we just haven’t had politicians who’ve been upfront with the public about the fact that when they get into power, they won’t be able to have no increases in taxes, no increases in debt, and better public services all in the same breath,” said Hannah White, director of the Institute for Government think tank.</p><p>“And so people are disappointed.”</p><p>Brexit failed to ease debate about immigration, which has only become more heightened, regardless of the numbers. Net migration rose after Brexit to more than 900,000 in 2023 before falling to 171,000 last year.</p><p>Cynicism has grown and trust in politicians has plunged. In recent years, agitators have fueled anti-immigration street violence following crimes committed by, or falsely reported to have been committed by, immigrants.</p><p>In the past, Britain had a firm barrier “between the conventional dominant politics of talk and argument, and what was seen as beyond the pale: violence on the streets,” Grey said. “I think that boundary is being eroded. And I think that did to some large extent begin with Brexit.”</p><p>Regrets? The UK has had a few</p><p>Polls suggest a degree of “Bregret” about Britain's choice a decade ago, with a recent Ipsos survey finding 52% of people in the U.K. would like to rejoin the EU while 33% oppose it.</p><p>Hundreds of people, many waving blue and yellow EU flags, marched through London on Saturday on a “rejoin” march. It was a much smaller turnout than the mass protests on both sides at the height of the Brexit drama. Many people just want to move on.</p><p>But Brexit remains a minefield that politicians fear to enter. Even if Britain wanted to rejoin, it would be a long road back to a wary EU.</p><p>Grey said that until politicians are willing to face the legacy of Brexit, Britain faces an “undertow of low-grade crisis.”</p><p>He likened the U.K. to a person with a nagging illness that saps their energy.</p><p>“A chronic thing, in this case perhaps not incurable,” he said. “But it’s just that they don’t fancy going to the doctor because they know it’s not going to be very nice.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZHXF5P2G5OVNDQTQXNHABT5KVQ.jpg?auth=897d8a092b86f98744569a91670441f937f901253768d27fc36cc70bae598a82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Prime Minister Boris Johnson speaks during his ruling Conservative Party's final election campaign rally at the Copper Box Arena in London, Wednesday, Dec. 11, 2019. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YL2LX2USOEHT6YBR2AXZ4VA77A.jpg?auth=2f982ef9b7518e708347a9d41a293a0fdb9bf93f09a7343c00aa29a9fefef4fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - British conservative lawmaker Anna Soubry, centre, who campaigned to remain in the European Union during referendum debates, reacts with pro-Brexit protesters outside parliament in London, Thursday Jan. 10, 2019. (AP Photo/Alastair Grant, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2LGMS2XZM6ADO2JU42Z2LJ5XME.jpg?auth=e192ede1f2f987ab21c740e7288ceb798598b618492ae623c222720b6d45bbae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Prime Minister Liz Truss announces her resignation as Prime Minister and leader of the Conservative party, in Downing Street in London, Thursday, Oct. 20, 2022. (AP Photo/Alberto Pezzali, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QOBT72V4WYW6ZQMKD2NZCBR3GA.jpg?auth=9d7c819965ea13378d49fb00fbe29702e6baab8a34b84b59382b5cf4c6bec420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- Anti Brexit campaigner Steve Bray walks on the beach to pose for a photograph during the Labour Party Conference at the Brighton Centre in Brighton, England, Monday, Sept. 23, 2019. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BEI4UBZYKIT7UQJTLTT46IBBQY.jpg?auth=a21f06088109b42eb1e7e1dbbab44d29fb123434c39c0c9d2ccf3da69df1d63e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer speaks to the media outside 10 Downing Street to announce his resignation in London, Monday, June 22, 2026. (AP Photo/Thomas Krych)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Krych</media:credit></media:content></item><item><title><![CDATA[Mamdani and AI industry flex political power in New York, plus more to watch in Tuesday's primaries]]></title><link>https://www.local10.com/news/politics/2026/06/23/mamdani-and-ai-industry-flex-political-power-in-new-york-plus-more-to-watch-in-tuesdays-primaries/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/mamdani-and-ai-industry-flex-political-power-in-new-york-plus-more-to-watch-in-tuesdays-primaries/</guid><dc:creator><![CDATA[By JESSE BEDAYN and THOMAS BEAUMONT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Two opposing factions in the artificial intelligence industry square off in a Democratic primary for a U.S. House seat. New York City Mayor Zohran Mamdani tests his political clout by backing fellow democratic socialists. And President Donald Trump, after two of his chosen candidates for governor lost Republican primaries this month, ensured it won't happen again — by endorsing both candidates in a South Carolina runoff.]]></description><pubDate>Tue, 23 Jun 2026 11:30:46 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Two opposing factions in the artificial intelligence industry square off in a Democratic primary for a U.S. House seat. New York City Mayor Zohran Mamdani tests his political clout by backing fellow democratic socialists. And President Donald Trump, after two of his chosen candidates for governor lost Republican primaries this month, ensured it won't happen again — by endorsing both candidates in a South Carolina runoff.</p><p>Those are a few of the races to watch on Tuesday as voters head to the polls for primaries in Maryland, New York, South Carolina and Utah.</p><p>Manhattan House primary is a bellwether for pro-AI regulation candidates</p><p>The crowded Democratic primary became a proxy battle between two powerful camps of the artificial intelligence industry because of one candidate: New York Assemblyman Alex Bores.</p><p>Bores, a former Palantir employee who cited ethical concerns in leaving the company, pushed one of the more sweeping state-level AI regulation bills in the country. Now, Bores points to that legislation — which faced some industry pushback — as a framework for how he'd approach regulation in Congress.</p><p>So when he stepped into the race for the New York congressional district being vacated by retiring Democratic Rep. Jerry Nadler, a political group underwritten by investors in OpenAI spent more than $7 million on ads against Bores.</p><p>Then an opposing wing of the industry, one more in favor of regulation, rode to Bores' aid.</p><p>Political groups partly funded by Anthropic, which makes the chatbot Claude, spent more $10 million to boost Bores' candidacy. Anthropic was co-founded by former OpenAI employee, Dario Amodei, who left the company partly over concerns about AI safety.</p><p>The election will offer some measure of the political might of the two AI industry factions.</p><p>Mamdani flexes his political influence by endorsing progressive insurgents</p><p>The New York City mayor endorsed Democratic primary candidates hailing from his own political camp — a progressive and two democratic socialists — who are challenging more established candidates, some backed by party leadership.</p><p>U.S. Rep. Dan Goldman, whose seat extends from lower Manhattan to a chunk of Brooklyn, is up against Mamdani-backed challenger Brad Lander, the former comptroller. A central contention between the two Jewish candidates is the war in Gaza, with Lander assailing Goldman for not being critical enough of Israel.</p><p>North of that race, in upper Manhattan, Democratic U.S. Rep. Adriano Espaillat, 71, is facing off against Mamdani-endorsed Darializa Avila Chevalier, 32. The latter is a democratic socialist who hasn't held public office before and works at a public defender's office providing legal aid to victims of police brutality.</p><p>For the seat covering parts of Brooklyn and Queens, where U.S. Rep. Nydia Velázquez is retiring, Mamdani endorsed Assemblymember Claire Valdez, another self-described democratic socialist. The departing Velázquez has endorsed another contender, Brooklyn Borough President Antonio Reynoso.</p><p>The three primaries will help distinguish not just Mamdani's political clout, but the continued viability of democratic socialist platforms in New York City.</p><p>Trump hedges in South Carolina after shaky endorsement record in gubernatorial races</p><p>Trump often touts his otherwise strong record of endorsing winning candidates in Republican primaries, but his picks in gubernatorial races haven't found as much success: his choices in Georgia and Iowa lost this month.</p><p>After the defeats, Trump ensured an ironclad victory for his endorsement in South Carolina's Republican runoff for governor: he backed both candidates on the same ballot.</p><p>The president initially supported Lt. Gov. Pamela Evette in May, but on Friday, he added an endorsement for Evette’s opponent, state Attorney General Alan Wilson.</p><p>“I can’t hurt one of them by only Endorsing the other, so therefore, I am going to Endorse, for Governor of South Carolina, both Pam Evette and Alan Wilson!” he wrote in a social media post Friday. “It’s a Wealth of Riches – With either one you can’t go wrong.”</p><p>The projected winner? Trump's endorsement record.</p><p>Utah redistricting opens up a sole Democratic battleground, and a debate over the party's future</p><p>It's unusual for Utah's Democratic primaries to draw much attention, but that's because the party hasn't had much of a shot in the staunchly red state. That is until redistricting last year.</p><p>It created a lone Democratic island centered on Salt Lake City, which has a dark enough hue of blue that primary candidates have found themselves jostling for who's farther to the left. And Democratic primary voters, as in other left-leaning districts across the country, will decide how progressive they'd like their candidate.</p><p>That's an unusual tune for Utah Democrats, and for primary candidate Ben McAdams. The former U.S. representative has tried to cast off his reputation as a moderate as he runs against three opponents from his progressive flank.</p><p>When McAdams last ran in 2018, ousting a Republican, he described himself as pro-life and fashioned himself as a moderate. Now, in the new left-leaning district, he's pledged to support abortion rights and said he's only “moderate in tone."</p><p>The more progressive candidates challenging him include state Sen. Nate Blouin, who has said the electorate has grown accustomed to Democrats who will “play nice” with Republicans and who has won support from Sen. Bernie Sanders. Another is political newcomer Liban Mohamed.</p><p>Maryland Republicans seek an heir to Hogan in bid to retake governorship</p><p>Republican Larry Hogan reigned as Maryland governor for eight years, standing on a more moderate conservative platform to keep his perch in the left-leaning, East Coast state.</p><p>At Hogan's departure, Democratic Gov. Wes Moore took over in 2023, and is now seeking reelection for a second term. But so far Republicans haven't found a clear successor to Hogan as Tuesday's primary forces a decision from a field of nine candidates.</p><p>One is Dan Cox, an attorney who lost his gubernatorial bid four years ago, and who has more embraced a rightward flank, pledging to cut taxes and invest in housing affordability programs. Then there's Ed Hale, owner of the Baltimore Blast soccer team and retired banking executive, who flipped his party from Democrat to Republican for this race.</p><p>___</p><p>This story has been corrected to show Moore took office in 2023, not 2024.</p><p>___</p><p>Bedayn reported from Austin, Texas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TURGXVTVJRT6IF3KKSX4ZGI5HI.jpg?auth=3a50096586f9bdf76b6158751813fb408f7dbe9b7573978bc7433c6958e5e30a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidates, Claire Valdez, Brad Lander, and Darializa Avila Chevalier gesture on stage with Mayor Zohran Mamdani during a Get Out The Vote rally ahead of New York's primary election, Thursday, June 18, 2026, in the Brooklyn borough of New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/52TYIXXSZGFNV7CKLYUTI4G47A.jpg?auth=c6fbc3c3e6b94cd758aacacf9a535840097f9248ce530f2b7f5c2273aa69726d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Assemblymember Alex Bores campaigns for the Democratic nomination for Congress in New York City on Monday, June 22, 2026. (AP Photo/Anthony Izaguirre)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Izaguirre</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GRJHD2IRO4R5LUTGULP6QQ5MPM.jpg?auth=42f1c1e62963e6b06427f553e2721e57bd46bb2d5cb9821a2a0d96a1717fcefe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Carolina Attorney General Alan Wilson speaks to supporters at a VFW post as he campaigns in the Republican gubernatorial primary runoff, Monday, June 22, 2026, in Sumter, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6U5PVBGUPMPTHLVABKHEZKQQOU.jpg?auth=3d97e398a60be7cf5e25dc6a33bdf0f9cde7f9ba54fd82d12a2218f3c8885838&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Carolina Lt. Gov. Pamela Evette arrives to speak at an election night watch party after advancing to a GOP primary runoff in the governor's race on Tuesday, June 9, 2026, in Greenville, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LTWXLC5ZIGVWRIMFYRBPGXALNU.jpg?auth=67da2291b8a47a6556a987738783c9becc185bef17598c06e681c3c053d48195&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Wes Moore, Governor of Maryland, speaks during the National Action Network (NAN) Convention in New York, April 9, 2026. (AP Photo/Angelina Katsanis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content></item><item><title><![CDATA[In New York's primaries, progressives face the establishment, and a Kennedy scion seeks office]]></title><link>https://www.local10.com/news/politics/2026/06/23/in-new-yorks-primaries-progressives-face-the-establishment-and-a-kennedy-scion-seeks-office/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/in-new-yorks-primaries-progressives-face-the-establishment-and-a-kennedy-scion-seeks-office/</guid><dc:creator><![CDATA[By ANTHONY IZAGUIRRE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Democratic incumbents are facing spirited challenges Tuesday in at least two of New York's congressional primaries, the latest proving ground in the fight by the progressive left against the party establishment.]]></description><pubDate>Tue, 23 Jun 2026 04:01:35 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Democratic incumbents are facing spirited challenges Tuesday in at least two of New York's congressional primaries, the latest proving ground in the fight by the progressive left against the party establishment.</p><p>U.S. Rep. Dan Goldman and U.S. Rep. Adriano Espaillat are both seeking to stave off candidates backed by Mayor Zohran Mamdani, the young democratic socialist who hopes excitement over his election last year will help reshape the city's congressional delegation.</p><p>Goldman faces former city Comptroller Brad Lander while Espaillat faces another Mamdani pick, Darializa Avila Chevalier, a democratic socialist who once helped organize pro-Palestinian protests at Columbia University.</p><p>Meanwhile, Democrat Jack Schlossberg, the 33-year-old grandson of former President John F. Kennedy, is hoping to write his own chapter in Camelot lore as he competes in a crowded field for a seat being vacated by retiring U.S. Rep. Jerry Nadler. Mamdani has made no endorsement in that race.</p><p>The Kennedy scion is running in one of the country's wealthiest congressional districts — covering much of the center of Manhattan — but faces questions about his lack of work experience against more seasoned opponents.</p><p>The field includes state Assembly members Micah Lasher, a longtime government hand backed by Democratic leaders, and Alex Bores, whose proposals to regulate artificial intelligence have triggered tech industry blowback. Also in the running is George Conway, a former attorney who helped start the anti-Trump group, The Lincoln Project, and has centered his candidacy on impeaching the president.</p><p>Mamdani's insurgents</p><p>Only months into his first term, Mamdani surprised some by aggressively endorsing candidates who are challenging Democrats supported by the party leadership.</p><p>If his slate is successful, Mamdani — a registered Democrat — could emerge as a democratic socialist kingmaker with newfound support in Congress, though the play could also risk further dividing fellow Democrats and strain his relationships with party leaders.</p><p>Last month, the mayor endorsed Avila Chevalier, 32, in her race against Espaillat, 71, who was the first Dominican American elected to Congress and represents a district in upper Manhattan and the Bronx. Espaillat backed former Gov. Andrew Cuomo in last year's mayoral election but then backed Mamdani after he won the Democratic primary.</p><p>Avila Chevalier has not held political office and casts herself as an outsider, unbeholden to corporate or real estate interests.</p><p>She also has blasted the incumbent for her previous backing from the American Israel Public Affairs Committee. Espaillat's allies have called Avila Chevalier unfit for office, pointing out a history of inflammatory and profane social media posts when she was in her 20s.</p><p>Lander, a fixture of the city's progressive Democrats, got the mayor's endorsement in a race against Goldman, a progressive former federal prosecutor who served as lead counsel for Trump’s first impeachment.</p><p>The war in Gaza has become a dividing line between the two candidates, both of whom are Jewish, as Lander assails Goldman for not being tough enough on Israel over its military action against Palestinians. Goldman has consistently criticized Israel's government and condemned settler violence but has stopped short of describing the conflict as a genocide, which Lander has done.</p><p>Still, Goldman has been forced to amp up his criticism of Israel's war posture in response to Landers' barbs and shifting voter sentiments, all while seeking to keep his campaign focused on the high cost of living and such issues as opposing Trump's agenda.</p><p>Mamdani and Lander were opponents during last year's mayoral primary, but formed an alliance intended to thwart an attempted political comeback by Cuomo. At the same time, Lander's endorsement of Mamdani helped ease concerns among some Jewish voters about Mamdani's criticism of Israel.</p><p>Mamdani has also backed a democratic socialist ally, state Assembly Member Claire Valdez, over Brooklyn Borough President Antonio Reynoso, in the race to succeed retiring U.S. Rep. Nydia Velazquez in a district covering parts of Brooklyn and Queens. Velazquez backed Reynoso.</p><p>A Trump-influenced race in upstate New York</p><p>In northern New York state, a Trump acolyte with no previous political experience is facing a conservative state lawmaker in the Republican primary for a seat soon to be vacated by U.S. Rep. Elise Stefanik.</p><p>Anthony Constantino, head of the custom sticker company Sticker Mule, showcased his enthusiasm for the president by putting a massive “Vote For Trump” sign atop one of his company buildings. He also released a hip-hop album titled “Thank You President Trump," and commissioned a statue of Trump and gave it to the president in Florida. Trump has endorsed him.</p><p>Constantino's opponent, conservative state Assembly Member Robert Smullen, has strong support from local Republicans and has argued that Constantino's antics, which include regular bashing of the state GOP, make him unfit to serve in the House.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QUTE4RP3QHI5I5HMQHTODK3RFI.jpg?auth=c9f90bd4bc624e121a160ce1282c42828702332d0c1f7e55fd790e9408a6bafe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A voter completes their ballot at a voting site, in New York, Nov. 4, 2025. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TURGXVTVJRT6IF3KKSX4ZGI5HI.jpg?auth=3a50096586f9bdf76b6158751813fb408f7dbe9b7573978bc7433c6958e5e30a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidates, Claire Valdez, Brad Lander, and Darializa Avila Chevalier gesture on stage with Mayor Zohran Mamdani during a Get Out The Vote rally ahead of New York's primary election, Thursday, June 18, 2026, in the Brooklyn borough of New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MROOVD3S2RJBV7CA2YTBYLHCUM.jpg?auth=ff73af4780cee55a89bf0e9904630b916b3e0d7dc4c44014e8e18105e329b818&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Dan Goldman, D-N.Y., gets ready to enter the Delaney Hall detention center as a protest against the transfer of detainees takes place on Wednesday, May 27, 2026, in Newark, N.J. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGSQE22LVUVFKA4IZC4UAAFWM4.jpg?auth=79b03646730054520577f49379ac6eca37753d8b58486799e93f899c55e2daec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Adriano Espaillat, D-N.Y., takes part in the National Puerto Rican Day Parade, Sunday, June 14, 2026 in New York. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DI2GYJMWM22FXYLHY3PMP3E6TU.jpg?auth=231f640d4d775adcd122a2b3df6c0b488960c24f265731290565131922b59849&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jack Schlossberg, grandson of former President John F. Kennedy, addresses a gathering during the Profile in Courage Award ceremony at the John F. Kennedy Presidential Library, Sunday, May 31, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Former Oklahoma death row inmate back in court as case proceeds to retrial in 1997 murder case]]></title><link>https://www.local10.com/news/2026/06/23/former-oklahoma-death-row-inmate-back-in-court-as-case-proceeds-to-retrial-in-1997-murder-case/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/23/former-oklahoma-death-row-inmate-back-in-court-as-case-proceeds-to-retrial-in-1997-murder-case/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[OKLAHOMA CITY (AP) — A former Oklahoma death row inmate who was released from incarceration after nearly three decades is scheduled to be back in court as his case proceeds to a retrial for a 1997 killing that put him on the brink of execution three times.]]></description><pubDate>Tue, 23 Jun 2026 04:00:23 +0000</pubDate><content:encoded><![CDATA[<p>OKLAHOMA CITY (AP) — A former Oklahoma death row inmate who was released from incarceration after nearly three decades is scheduled to be back in court as his case proceeds to a retrial for a 1997 killing that put him on the brink of execution three times.</p><p>Richard Glossip's initial conviction was overturned by the U.S. Supreme Court last year, and he was released on bond by a state judge last month. Tuesday's hearing will determine whether his case goes straight to retrial or if he will be given a new hearing to determine whether there is enough evidence to proceed.</p><p>Oklahoma Attorney General Gentner Drummond has said the state would seek to retry him on a murder charge but would not pursue the death penalty again.</p><p>Glossip had been sentenced to death over the 1997 killing in Oklahoma City of his former boss, motel owner Barry Van Treese, who was beaten with a baseball bat in what prosecutors have alleged was a murder-for-hire scheme.</p><p>The Supreme Court ruled last year that prosecutors’ decision to allow a key witness to give testimony they knew to be false violated Glossip’s constitutional right to a fair trial.</p><p>Glossip has maintained his innocence and has drawn support from Kim Kardashian and other prominent figures. Van Treese’s family had asked the Supreme Court to leave Glossip’s conviction and sentence intact.</p><p>During Glossip's time on death row, Oklahoma courts set nine different execution dates for him. He came so close to being put to death that he ate three separate last meals. In 2015, he was even held in a cell next to Oklahoma’s execution chamber, waiting to be strapped to a gurney and die by lethal injection.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZBUPV76MT46WRHJMCMGPF4GCWM.jpg?auth=18d9313aa333898aa47e416a7add058e4dd409637fafe46875589fcb2f0f6db8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former death row prisoner Richard Glossip, left, speaks to media after exiting a detention facility after being granted bond while awaiting retrial, May 14, 2026, in Oklahoma City. (AP Photo/Nick Oxford, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Oxford</media:credit></media:content></item><item><title><![CDATA[The Strait of Hormuz's future is unsettled even as more ships venture through]]></title><link>https://www.local10.com/news/2026/06/23/the-strait-of-hormuzs-future-is-unsettled-even-as-more-ships-venture-through/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/23/the-strait-of-hormuzs-future-is-unsettled-even-as-more-ships-venture-through/</guid><dc:creator><![CDATA[By WYATTE GRANTHAM-PHILIPS and MAE ANDERSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Ship traffic has picked up in the Strait of Hormuz since Iran and the U.S. signed an interim deal to end a war that constricted global oil supplies and fueled inflation, but questions surrounding control of the vital waterway and whether vessels will be charged tolls to cross it could interfere with negotiations to forge a lasting peace.]]></description><pubDate>Tue, 23 Jun 2026 04:01:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Ship traffic has picked up in the Strait of Hormuz since Iran and the U.S. signed an interim deal to end a war that constricted global oil supplies and fueled inflation, but questions surrounding control of the vital waterway and whether vessels will be charged tolls to cross it could interfere with negotiations to forge a lasting peace.</p><p>Tehran and Washington clashed over the Strait of Hormuz again this past weekend. Citing Israel's latest attacks on Lebanon, Iran declared that it reclosed the strait. The U.S. was quick to contest that. Maritime tracking data showed that dozens of ships passed through on Saturday and Sunday, though far fewer than the daily average before the war.</p><p>President Donald Trump suggested the U.S. might impose its own tolls on strait crossings if a final deal with Iran was not reached during the countries’ 60-day negotiating period. Passage was free before the war, but Iran last month established a new governmental authority to collect money from ships and has said it still expects vessels to register with the Persian Gulf Strait Authority.</p><p>No one country owns the Strait of Hormuz, which borders both Iran and Oman. Last week's memorandum of understanding allowed Iran to manage the strait for now while holding discussions with Oman and six other Gulf states “to define the future administration and maritime services” of the waterway. Iran agreed not to charge transiting vessels tolls for 60 days.</p><p>Legal experts and maritime associations have repeatedly stressed that a toll regime would upend decades of international trade precedent involving the world's waters. If the U.S. and Iran cement a final deal, analysts say it could take months for the flow of oil, natural gas, fertilizer and other commodities to return to prewar levels.</p><p>Here's a closer look at the status of the Strait of Hormuz:</p><p>Ships are moving but not at the prewar pace</p><p>Data and analytics company Kpler said its tracking confirmed 71 ships traveled through the strait between Friday and Sunday, with a peak of 35 crossings Saturday. In contrast, about 100 to 130 vessels a day made the journey before the U.S. and Israel launched strikes on Iran in late February, and Tehran responded with its own attacks and effective closure of the waterway.</p><p>As part of the provisional Iran-U.S. framework, Iran said it would conduct demining work within 30 days and remove “technical and military obstacles” to shipping. Iran's lead negotiator and parliament speaker, Mohammad Bagher Qalibaf, told Iranian state media Monday that his country would manage the strait in accordance with international maritime law.</p><p>The main central route of the Strait of Hormuz is still mined and remains closed. Ships have been using the smaller northern route, which goes through Iranian waters, and the southern route, which goes through Omani waters. But “caution is still clear” in the many vessels either sticking to Iran's prescribed route or trying to conceal their positions and identities by keeping their transponders off, Kpler said.</p><p>Both Iran and US have threatened tolls</p><p>Early in the war, Iran threatened to attack ships that tried to use the Strait of Hormuz without its approval and began vetting vessels in a pay-to-pass scheme that shipping analysts dubbed the “tollbooth.” Iran also demanded in early April the right to collect tolls as a precondition for relinquishing its chokehold on the strait.</p><p>Although the Trump administration imposed sanctions on the Persian Gulf Strait Authority late last month to oppose what Treasury Secretary Scott Bessent described as Tehran's attempt to extort global maritime trade, the president on Saturday suggested the U.S. could impose its own tolls for “services rendered as the Guardian Angel to the countries of the Middle East.”</p><p>The administration has not provided details on how the U.S. would apply any charges on ships if talks with Iran do not yield a completed agreement. Shipping analysts have expressed surprise at how much control over the strait the inital agreement gave Iran.</p><p>“Almost all the power goes into Iran to determine the arrangements going forward in the future. This is what we really need clarity on,” said Philip Belcher, marine director of Intertanko, a trade group for independent tanker owners, said Thursday.</p><p>Experts say tolls would violate maritime law</p><p>Collecting tolls in the strait could violate an enduring principle of international maritime trade: freedom of peaceful navigation. The concept was codified by the United Nations’ Convention on the Law of the Sea, which took effect in 1994.</p><p>The treaty provides ships the right of unimpeded “transit passage” through more than 100 straits worldwide, including the Strait of Hormuz. It only applies to natural waterways, so authorities can charge fees for ships to traverse man-made waterways such as the Panama Canal and the Suez Canal.</p><p>Oman is among the more than 170 countries that have ratified the U.N. convention, but the U.S. and Iran are not. Maritime associations have argued that all nations remain subject to the treaty's provisions.</p><p>James Kraska, a U.S. Naval War College professor of international maritime law, notes that the U.S. and Iran are both members of the International Maritime Organization, the U.N. agency that oversees safety and security measures in international shipping. Both countries also are parties to the International Convention for the Safety of Life at Sea, a treaty that governs standards for building and operating ships.</p><p>In straits like Hormuz, fees can only be applied at established ports of entry or for services specifically requested by a ship, such as specialized navigation aid through hazardous areas, according to Kraska, who is also a visiting professor at Harvard Law School..</p><p>“If Iran wants to apply those to everybody, then it has to adjust the traffic separation scheme rules, and that can only be done through the member states of the International Maritime Organization,” he said.</p><p>“You can't impose fees for a ship exercising its right of transit passage,” Kraska added. “So the bottom line is, no — fees in this context are just not lawful.”</p><p>Countries sometimes have joined forces to share the costs of maintaining of a strait, he noted. For example, Indonesia, Malaysia, and Singapore worked with the International Maritime Organization and later other countries to develop such an agreement for the Strait of Malacca, but it involved negotiated contributions from the states using the passage, not fees on individual ships.</p><p>Disruptions could continue for months ahead</p><p>Conditions in the Strait of Hormuz have escalated or deteriorated quickly over the course of the war. While the outlook for shipping has improved since the U.S. and Iran pledged to extend their ceasefire, “there is a degree of nervousness around the situation,” said Marcus Baker, the global head of marine, cargo and logistics at insurance brokerage and risk management company Marsh.</p><p>“As far as the insurance position is concerned, there’s a good deal of support for ship owners that are trying to move out” during this period, but the interim deal between Iran and the U.S. does not include language for keeping the strait toll-free beyond the negotiating window, Baker said.</p><p>“We’ll see what the next six weeks brings us,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FV3E2NNLDMMDJ4NH3Y74SXIRS4.jpg?auth=390f097678990de57bb5349ea04de9ce6b24bbfdf9decf9f06c79a8488520239&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Delegation staff members meet in the lobby on the first day of a quadrilateral meeting between the U.S., Iran, Pakistan, and Qatar at the Buergenstock Resort Lake Lucerne, near Stansstad, Switzerland, Sunday, June 21, 2026. (Nathan Howard/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZCHFBCXME7ZDKUCWBPSJYH3YY.jpg?auth=0ed3949be4ef7edf5153d946d6bee58d4f1fe273fe01d25fc3916a5f60334e57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks to members of the media after the U.S. and Iran held high-level talks at the Bürgenstock Resort in Obbuergen, near Lucerne, in Switzerland, Monday, June 22, 2026. (Nathan Howard/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GRJBW2C2U27ZBWTOBYI4UKTEVY.jpg?auth=b70739398fa174ec30d22beb0db5d4076faad2216220153bf76ecebc64b3a339&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tankers and cargo vessels are seen in the Gulf of Oman, along shipping routes linking the Strait of Hormuz and the Arabian Sea, Tuesday, June 16, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/H2466C4NRBVSIFWQAL4YENP2BA.jpg?auth=52f9a287eda47ffc33c46df85d4305e4bcd8af10cf90d7ea6e761666295d19b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A small motorboat passes anchored vessels in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, June 17, 2026.(Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content></item><item><title><![CDATA[Oklahoma rolls past Tar Heels 13-2 for 1st national championship since 1994 and SEC's 7th in a row]]></title><link>https://www.local10.com/sports/2026/06/22/oklahoma-rolls-past-tar-heels-13-2-for-1st-national-championship-since-1994-and-secs-7th-in-a-row/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/oklahoma-rolls-past-tar-heels-13-2-for-1st-national-championship-since-1994-and-secs-7th-in-a-row/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description><![CDATA[OMAHA, Neb. (AP) — The way its regular season unfolded, a national championship for Oklahoma would have seemed impossible.]]></description><pubDate>Tue, 23 Jun 2026 04:28:05 +0000</pubDate><content:encoded><![CDATA[<p>OMAHA, Neb. (AP) — The way its regular season unfolded, a national championship for Oklahoma would have seemed impossible.</p><p>The way the postseason unfolded, well, there was no stopping the Sooners.</p><p>OU completed the improbable run to its first national championship since 1994 with a 13-2 victory over North Carolina in the winner-take-all Game 3 of the College World Series finals Monday night, a performance that featured the prodigious offensive production and clutch pitching the Sooners rode through the NCAA Tournament.</p><p>“I think we knew the talent was always in the room,” said Jaxon Willits, named the CWS most outstanding player. “We got hot at the right time, and now we’re national champions.”</p><p>The Sooners (43-23) won the Southeastern Conference's seventh straight title, quite an accomplishment for a team picked 14th in the 16-team conference in the preseason, finished 11th and entered the postseason off losses in seven of nine games.</p><p>To get to Omaha, they beat No. 2 national seed Georgia Tech twice on the road in regionals and swept upstart Kansas on the road in super regionals. To get to the finals, they beat No. 3 Georgia twice in bracket play.</p><p>“They got really confident the last month,” OU coach Skip Johnson said. “They care about each other. They didn't want to give in. They were selfless.”</p><p>North Carolina (54-14-1) was runner-up for the third time since 2006 and now has 13 CWS appearances without a title. Only Florida State, with 24, has more without winning it all.</p><p>The Sooners were back in top form offensively after managing only four singles in a 6-2 loss in Game 2 and handed the Tar Heels their most lopsided loss of the season.</p><p>“We ran out of gas when all is said and done,” Carolina coach Scott Forbes said.</p><p>When Jackson Cleveland struck out Jake Schaffner to end the game, he and catcher Deiten Lachance embraced and then headed to the dogpile that formed near third base. Players waving national championship towels rushed back toward their dugout to salute the celebrating Sooner faithful on the first-base line, football greats Barry Switzer and Brian Bosworth among them.</p><p>Kyle Branch, the No. 9 batter who came into the game 1 of 16 (.063) in the CWS, drove in six runs with a pair of singles and home run. His homer came on his last at-bat, just as brother Kolby's did for Georgia last Wednesday.</p><p>“Pure joy. Pure joy for our team,” Branch said. “I had a teammate tell me I was going to do something special, and for him to tell me that with the way things have been going, it has to be a God thing.”</p><p>He joined Dayton Tockey as the seventh and eighth OU players to homer in Omaha. Willits had three hits, reached base five times and finished the CWS 13 of 25 (.520).</p><p>The pitching matchup of Carolina's Jackson Rose (5-1) and Oklahoma's Nick Wesloski was the first between freshmen in a CWS winner-take-all game since 1993. Neither got out of the third inning.</p><p>LJ Mercurius (7-7) turned in another strong performance out of the bullpen, shutting down a threat when OU led 3-1 in the third and holding the Tar Heels to one run in 5 2/3 innings. He allowed just two runs in 12 1/3 over four CWS appearances.</p><p>The Tar Heels' pitching staff, which had the best ERA in the Atlantic Coast Conference, had been good and occasionally great in the CWS. It was neither Monday, with eight pitchers combining to allow 14 hits, issue eight walks, throw three wild pitches and hit a batter.</p><p>ACC freshman of the year Caden Glauber, who had given up just one run in 10 1/3 innings in four CWS appearances, was called on for a fifth one day after he threw 65 pitches in five shutout innings. It was apparent coach Forbes went to the well one time too many.</p><p>Glauber was called for a clock violation before he even threw his first pitch. He issued a four-pitch bases-loaded walk and Willits followed with a two-run single to make it 6-1 in the fourth. That was all for Glauber, who threw seven pitches, five of them balls. The Tar Heels had won all 29 games in which Glauber had pitched before Monday.</p><p>“This group loved each other all season and took us on a ride and came up just short,” Forbes said. “I’d take that ride every day of the year. While we’re sad, the sadness will go away. We talk about joy. Joy doesn’t go away. These guys have given me, our coaching staff, our fans, administration, everybody, a ton of joy and a ton to be proud of.”</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ISHJV2HBKT5HVHCVZWPG567ZQI.jpg?auth=e8d93b2f558bb859d37d379af2bfa11bbf85902b4e95353254da1d1a315afe41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma players celebrate after defeating North Carolina in Game 3 of the NCAA College World Series baseball finals in Omaha, Neb., Monday, June 22, 2026. (AP Photo/Rebecca S. Gratz)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D7VLZJKWSAJGVJMA4V62IQ4I5U.jpg?auth=6563d8d3aa895c330763142ac22a4e7ee1ed00cbf2abec6f4a1be1e4ec27e2f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma's LJ Mercurius pitches against North Carolina in the third inning of Game 3 of the NCAA College World Series baseball finals in Omaha, Neb., Monday, June 22, 2026. (AP Photo/Rebecca S. Gratz)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YIM2ZAVFN6PJ3DLRLSZ4BW5FTA.jpg?auth=2ec9ebed56ed64b171552c832c73a0e3cea5ba7c31a930c9080978fd11643b25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jack Diesing Jr., right, chairman and president of the Board College World Series of Omaha, Inc., and his daughter, vice president Lisa Diesing, left, present the John D. Diesing Sr. award to Oklahoma's Jaxon Willits following Oklahoma's win against North Carolina in Game 3 of the NCAA College World Series baseball finals in Omaha, Neb., Monday, June 22, 2026. (AP Photo/Rebecca S. Gratz)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NAI7D6R6LLIYZGCIMFQE5L2TTU.jpg?auth=f9acc776df72306f872bcd125a95b24540ccae7bcf40a880043159fdf9256369&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, North Carolina undergraduate assistant coach Kyle Datres, Macon Winslow and Olin Johnson sit in the dugout following their loss to Oklahoma in Game 3 of the NCAA College World Series baseball finals in Omaha, Neb., Monday, June 22, 2026. (AP Photo/Rebecca S. Gratz)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VQY2BWK7BM6A3NLJU4JUWF5GGA.jpg?auth=1da0c2a41edd9ae9483354bac8a6aa112fd39eb76ec5845b2137c740416e941f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma head coach Skip Johnson, front left, hands the championship trophy to Jason Walk, center, as they celebrate after their victory over North Carolina in Game 3 of the NCAA College World Series baseball finals in Omaha, Neb., Monday, June 22, 2026. (AP Photo/Rebecca S. Gratz)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content></item><item><title><![CDATA[Timberwolves trading Julius Randle to Nets as part of 3-team deal, AP source says]]></title><link>https://www.local10.com/sports/2026/06/22/timberwolves-trading-julius-randle-to-nets-as-part-of-3-team-deal-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/timberwolves-trading-julius-randle-to-nets-as-part-of-3-team-deal-ap-source-says/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[The Minnesota Timberwolves are trading Julius Randle and a first-round pick to the Brooklyn Nets as part of a three-team deal that also includes the Chicago Bulls, a person with knowledge of the terms said Monday night.]]></description><pubDate>Tue, 23 Jun 2026 03:56:06 +0000</pubDate><content:encoded><![CDATA[<p>The Minnesota Timberwolves are trading Julius Randle and a first-round pick to the Brooklyn Nets as part of a three-team deal that also includes the Chicago Bulls, a person with knowledge of the terms said Monday night.</p><p>The Timberwolves are sending the 28th pick in Tuesday's draft to the Nets and will be receiving the No. 33 pick that will be made in the second round on Wednesday night, said the person who spoke to The Associated Press on condition of anonymity because the deal has not received the required approvals from the league office.</p><p>ESPN, which first reported the deal, also said the Bulls would be receiving Nic Claxton from Brooklyn in the trade.</p><p>For Minnesota, the trade opens up a slew of financial possibilities. It creates a $33 million trade exception, plus gave the Timberwolves room they can use to re-sign Ayo Dosunmu — which ESPN said later Monday would happen in the form of a five-year deal that could be worth $112 million — and target more players in free agency.</p><p>Dosunmu had a 43-point game off the bench during the opening round of this year's playoffs, when Minnesota ousted Denver.</p><p>Randle, a three-time All-Star, will be moving to his fifth team after stints with New York, the Los Angeles Lakers, New Orleans and the Timberwolves. He averaged 21.1 points this past season, though shot just 39% from the field and 24% from 3-point range in Minnesota's 12 playoff contests.</p><p>Claxton just finished his seventh NBA season, all with Brooklyn. He averaged 11.7 points this past season.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TZ4VPWE5KSEWENTM7WN5B3DHIA.jpg?auth=534cb7f88a6af5bf36b07a8ff8bde971d9a7f948ef0754d70eb0ea2d7d7c405e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Minnesota Timberwolves forward Julius Randle shoots during the first half of Game 3 of a NBA basketball second-round playoff series against the San Antonio Spurs, May 8, 2026, in Minneapolis. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Global shares mostly slip amid caution about the war in Iran]]></title><link>https://www.local10.com/news/2026/06/23/asian-shares-mostly-slip-amid-caution-about-the-war-in-iran/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/23/asian-shares-mostly-slip-amid-caution-about-the-war-in-iran/</guid><dc:creator><![CDATA[By YURI KAGEYAMA, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Global shares mostly declined on Tuesday as recent enthusiasm cooled and markets faced uncertainty about efforts to end the war in Iran.]]></description><pubDate>Tue, 23 Jun 2026 09:47:50 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Global shares mostly declined on Tuesday as recent enthusiasm cooled and markets faced uncertainty about efforts to end the war in Iran.</p><p>France's CAC 40 dipped 1.0% in early trading to 8,313.86, while the German DAX fell 1.6% to 24,746.63. Britain's FTSE 100 declined 0.6% to 10,379.26. U.S. shares were set to drift lower with Dow futures down 0.7% at 51,774.00. S&P 500 futures fell 1.5% to 7,429.25.</p><p>Earlier in Asia, Japan's benchmark Nikkei 225 lost 3.6% to finish at 69,788.38.</p><p>“We’ve had eight days of strong markets,” said Neil Newman, head of strategy at Astris Advisory Japan. “Now it has cooled off a bit.”</p><p>Australia's S&P/ASX 200 was down 0.3% at 8,787.00. South Korea's Kospi tumbled 10.0% decline to 8,203.84, dropping from previous record highs due to a sell-off in major technology issues. Signs of greater regulatory scrutiny in the country's semiconductor sector also added to the hand-wringing.</p><p>Hong Kong's Hang Seng slipped 1.8% to 23,336.28, while the Shanghai Composite shed 1.4% to 4,106.25.</p><p>In the oil market, prices fell following talks over the weekend between the United States and Iran on their war. U.S. Vice President JD Vance said they created a “good foundation for a successful final deal.”</p><p>An end to the war could open the Strait of Hormuz for oil tankers and allow for the full resumption of deliveries from the Persian Gulf. Iran’s military said Saturday that it had closed the strait again, though U.S. Central Command has disputed that.</p><p>On Tuesday, benchmark U.S. crude fell 73 cents to $73.58 a barrel. Brent crude, the international standard, lost 43 cents to $77.47 a barrel.</p><p>In currency trading, the U.S. dollar edged down to 161.43 Japanese yen from 161.52 yen. The euro cost $1.1407, down from $1.1431.</p><p>___</p><p>AP Senior Producer Mayuko Ono in Tokyo contributed to this report.</p><p>___</p><p>Yuri Kageyama is on Threads: https://www.threads.com/@yurikageyama</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D6SYIQ6EFD6ATDR6YT36EGNZ3Q.jpg?auth=23b474c8f147137be6664e99ab34438e72a6cbbbbe980fe9e14965ebb70b028f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks past a monitor showing Japan's Nikkei 225 index at a securities firm in Tokyo, Tuesday, June 23, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content></item><item><title><![CDATA[Erling Haaland scores 2 more goals and Norway beats Senegal 3-2 to reach World Cup round of 32]]></title><link>https://www.local10.com/sports/2026/06/23/erling-haaland-scores-2-more-goals-and-norway-beats-senegal-3-2-to-reach-world-cup-round-of-32/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/erling-haaland-scores-2-more-goals-and-norway-beats-senegal-3-2-to-reach-world-cup-round-of-32/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[EAST RUTHERFORD, N.J. (AP) — Erling Haaland and Norway rowed their way into the World Cup's round of 32.]]></description><pubDate>Tue, 23 Jun 2026 07:00:36 +0000</pubDate><content:encoded><![CDATA[<p>EAST RUTHERFORD, N.J. (AP) — Erling Haaland and Norway rowed their way into the World Cup's round of 32.</p><p>Haaland scored twice to raise his World Cup goals total to four, and the Vikings clinched advancement to the knockout rounds with a 3-2 win over Senegal on Monday night that was more of a slog than a sail.</p><p>“It’s my specialty to score goals,” Haaland said. “I’m just really good at scoring goals.”</p><p>After the final whistle, Norway's players and staff gathered tightly in a 10-row formation just inside the penalty area at MetLife Stadium's north end, facing their red-shirted supporters, Haaland sitting in front as teammate Martin Ødegaard banged on a bongo drum. They alternated with the fans performing the Viking Row — chanting “Ro!” while mimicking oarsmen.</p><p>“We’ve all seen it online and it’s been going completely viral, so Martin told me before the game, `What do you think? Should we join in?'" Haaland recalled.</p><p>“`If we win, let’s do it. So why not? Let’s go for it,'" Haaland said he responded. "So it was a perfect moment I think to do that."</p><p>Back in Norway, parliamentarians did the Viking Row last week in a show of support.</p><p>“It was fun,” Norway coach Ståle Solbakken said through an interpreter. “We will not be rowing after the World Cup but this can be a gimmick during the tournament.”</p><p>Marcus Pederson put the Vikings ahead in the 43rd minute after replacing an injured teammate, and Haaland kept up his incredible goals streak in the 48th and 58th minutes to build a 3-1 lead.</p><p>“He's very efficient,” Senegal coach Pape Thiaw said through an interpreter.</p><p>Haaland ran onto Ødegaard's pass and put a left-footed shot past the outstretched left hand of goalkeeper Édouard Mendy, capping an end-to-end counterattack for a 2-0 lead.</p><p>For his second goal, Haaland tunneled through the defense and 8 yards out raised his weaker right foot to volley in Patrick Berg’s pass. Haaland raised a hand to an ear to inspire the Norway supporters.</p><p>Haaland has 24 goals in his last 12 international games — scoring at least once in every match — and 59 goals in 52 international appearances. The 25-year-old striker joined England's Harry Kane in 2018 as the only players in the last 50 years with two-goal games in both of their first two World Cup appearances.</p><p>Haaland is second in the Golden Boot race, one behind Argentina's Lionel Messi and tied with France's Kylian Mbappé. Haaland nearly got another in first-half stoppage time, hitting a post after Mendy lost control of the ball.</p><p>“He did miss an open goal. He could have scored even four,” Solbakken said. “He is the best striker — he is not playing for France or Argentina. He scores for Norway.”</p><p>Ismaïla Sarr got both goals for the Lions of Teranga, in the 53rd minute and in the third minute of second-half stoppage time.</p><p>“If we had just played slightly worse, then we would be in trouble,” Solbakken said.</p><p>Making its first World Cup appearance since 1998, Norway (2-0) is assured of advancing from Group I along with France. The Vikings need to beat Les Bleus on Friday for first place and what would appear to be an easier path in the knockout bracket.</p><p>Senegal is 0-2 in a World Cup for the first time and needs a win over Iraq (0-2) to have any chance of advancing as a third-place team.</p><p>“We've got everything left to play for,” Thaw said.</p><p>Pederson entered in the 13th minute for his World Cup debut after Julian Ryerson couldn't play through what Solbakken said was a nagging injury, and Pederson put the Vikings ahead with the help of mistakes by Senegal captain Kalidou Koulibaly and Mendy.</p><p>Ødegaard made a centering pass that Koulibaly cleared straight to Pedersen at the top of the arc. Pederson took two touches and sent a savable shot inside the near post that glanced off Mendy’s left hand and into the goal.</p><p>Mendy left in the 63rd minute because of an injury.</p><p>While there had been storm warnings, a downpour stopped more than 3 1/2 hours before kickoff. The skies opened again after the final whistle, causing announcements for fans to leave the stadium bowl for sheltered space.</p><p>“Let’s be happy,” Haaland said, “every single Norwegian on the planet today.”</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P26KJTRTURQ3XJFIHJI4HODJGE.jpg?auth=0138b022779bf807562c6df713aa126c4bbd85170453ad1fcc9926ffb74f5fe4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's players perform a rowing ritual during the World Cup Group I soccer match between Norway and Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H6JLD7EKRY233TVQAEVTXKGI2U.jpg?auth=7d82d5c4438256fd180e7068d7a905c4b937c27c6784c6ab80af5130e35661fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway players celebrate after the World Cup Group I soccer match against Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4SFIW7NHVARIY2C5T5E5XUQ55I.jpg?auth=2f648b033f486d8e41f55f969c62dae078fa28de6bda383b3944e5f455bfedb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's players perform a rowing ritual during the World Cup Group I soccer match between Norway and Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LWDE6TKME6Z4JB4CFDBRVKA6NY.jpg?auth=26bd405ee9d9b6819069991a42d1311b3dbe4f7509b697d42c07fabfbb672cdc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Martin Oedegaard, right, bangs the drum as he the team salutes fans with a row chant after the World Cup Group I soccer match between Norway and Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AMCAC6RCSGJEECTIPTLYWISEUQ.jpg?auth=6b915a9c2a2fba2abc7660614885b0f2cbce31802add7d00197cf1a11cfae401&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland (9) celebrates after scoring their third goal during the World Cup Group I soccer match between Norway and Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content></item><item><title><![CDATA[Lionel Messi, Kylian Mbappé and Erling Haaland dazzle on same day at the World Cup]]></title><link>https://www.local10.com/sports/2026/06/22/lionel-messi-kylian-mbappe-and-erling-haaland-dazzle-on-same-day-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/lionel-messi-kylian-mbappe-and-erling-haaland-dazzle-on-same-day-at-the-world-cup/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[EAST RUTHERFORD, N.J. (AP) — After Lionel Messi scored two goals to set the World Cup record and Kylian Mbappé kept pace in the career chase, Erling Haaland delivered another dazzling performance on a showcase day for the tournament's top stars.]]></description><pubDate>Tue, 23 Jun 2026 04:25:15 +0000</pubDate><content:encoded><![CDATA[<p>EAST RUTHERFORD, N.J. (AP) — After Lionel Messi scored two goals to set the World Cup record and Kylian Mbappé kept pace in the career chase, Erling Haaland delivered another dazzling performance on a showcase day for the tournament's top stars.</p><p>Haaland scored twice for Norway in the first 15 minutes of the second half of a 3-2 win over Senegal on Monday night, making up for clanking a shot off the post and getting denied on a header just before halftime. His performance came hours after Messi scored two for Argentina and Mbappé did the same for France.</p><p>Teammate Kristian Thorstvedt called Haaland a big-game player who lives for these moments. Roughly a month away from his 26th birthday, Haaland is showing he can keep up with some of soccer's more experienced stars while playing on a team without the same pedigree or championship history.</p><p>“He is the best striker,” coach Ståle Solbakken said through an interpreter. “He is not playing for France or Argentina. He scores for Norway.”</p><p>The three have combined to score 13 goals in the World Cup: five for Messi and four each for Mbappé and Haaland in the race for the Golden Boot, which Iraq coach Graham Arnold predicted will be a very good competition between them.</p><p>“It’s easier to win the Golden Boot when you play for France and Argentina,” Solbakken said. “But we’ll try to give Erling more games and more help in the next games.”</p><p>Messi became the World Cup’s career scoring leader with 18 goals when he and Argentina beat Austria in Arlington, Texas. Mbappé is now at 16, tied with former record holder Miroslav Klose, after he and France beat Iraq 3-0 in Philadelphia.</p><p>Playing in his first World Cup, Haaland is at four. Norway last qualified in 1998 — two years before he was born.</p><p>“Let’s be happy, every single Norwegian on the planet,” Haaland said. “I’m part of something special. Norway’s part of something special. We’re making history.”</p><p>The 6-foot-5 Manchester City striker has now scored in 12 consecutive competitive matches for Norway. He has 24 goals over that stretch, and the last time Haaland did not score for Norway in a game that mattered was Oct. 13, 2024.</p><p>“He’s on fire,” Solbakken said. “I’m very happy for him that he can score on the biggest stage.”</p><p>Haaland had the fewest touches of anyone on either team in the first half, getting guarded tightly by an opponent that knew just how important it was to contain him. Still, Solbakken pointed out that Haaland missed an open net and “could have scored even four.”</p><p>“He’s one of the best strikers in the world,” Senegal's Ismail Jakobs said. “We used part of the game making some things very difficult to start with (for him), as you could see.”</p><p>Then Haaland found his footing on a wet surface at the Meadowlands that had been deluged by rain.</p><p>He scored his first goal on a 4-on-2 rush, putting behind him the frustration from earlier. After getting his second by banking a right-footed shot off the crossbar and in, Haaland held his left hand up to his left ear to encourage cheers of a large contingent of red-clad fans who chanted, “Nor-ge! Nor-ge!” and performed their signature Viking rowing celebration in the stands.</p><p>Asked how he was doing it, Haaland struggled to come up with an explanation.</p><p>“I don't know,” Haaland said. “It’s my specialty to score goals. It’s like many other things: I’m just really good at scoring goals, and I’m quite lucky. I don’t know what I’m doing, but yeah. That’s just how it is.”</p><p>___</p><p>AP Soccer Writer James Robson in Atlanta and AP Sports Writer Dan Gelston in Philadelphia contributed to this report.</p><p>___</p><p>AP World Cup: https://apnews.com/FIFA-World-Cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X4AKBJE7HLUHO4FKIMRRMBW4DY.jpg?auth=3bf07f91c64b0ba0610e290c447415a148af545ce7cf68e34faf99e2c06af056&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland, left, celebrates with David Moeller Wolfe after scoring their third goal during the World Cup Group I soccer match between Norway and Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KNJO46IFLVTLSBAKBJBRNRPASA.jpg?auth=b77404be6d5d17ad122c554d2c21bf5efb163e3acd97ff302485e57a26e26d68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland (9) celebrates after scoring his side's third goal during the World Cup Group I soccer match between Norway and Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AMCAC6RCSGJEECTIPTLYWISEUQ.jpg?auth=6b915a9c2a2fba2abc7660614885b0f2cbce31802add7d00197cf1a11cfae401&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland (9) celebrates after scoring their third goal during the World Cup Group I soccer match between Norway and Senegal in East Rutherford, N.J., near New York, Monday, June 22, 2026. (AP Photo/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/STLMNB6QIDKMJ5O6ZV2XAMVOC4.jpg?auth=60eca7ef6a41b4c96fbdc4e4d37ea49f1492a6c936b7cc7cfccd70d408d0ad0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) and his teammates gesture to fans following the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 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[MLB Commish: Giants botched Pride Night cap guidance, leaving players unclear on opt-out]]></title><link>https://www.local10.com/sports/2026/06/22/mlb-commish-giants-botched-pride-night-cap-guidance-leaving-players-unclear-on-opt-out/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/mlb-commish-giants-botched-pride-night-cap-guidance-leaving-players-unclear-on-opt-out/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — MLB Commissioner Rob Manfred said in a letter to Missouri Republican Sen. Josh Hawley that the San Francisco Giants failed to properly explain to players that they were allowed to decline to wear rainbow-themed caps during the club's annual Pride Night earlier this month.]]></description><pubDate>Tue, 23 Jun 2026 02:00:28 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — MLB Commissioner Rob Manfred said in a letter to Missouri Republican Sen. Josh Hawley that the San Francisco Giants failed to properly explain to players that they were allowed to decline to wear rainbow-themed caps during the club's annual Pride Night earlier this month.</p><p>Several members of the Giants, including starting pitcher Landen Roupp, added Bible verses to the themed cap, prompting a warning from the league that writing on the caps is a violation of league policy.</p><p>Hawley penned a letter to Manfred in which he expressed "grave concern” over the warning to the players. Hawley called the warning “dubious” because he feels MLB is already promoting a political viewpoint by having Pride-themed uniforms.</p><p>Hawley posted Manfred's response to his letter on social media Monday.</p><p>In it, Manfred noted that because some players aren't comfortable wearing Pride-themed uniforms or caps, the league adopted a policy in 2023 of prohibiting clubs from using special uniforms, caps or equipment in their celebration days except under very narrow circumstances, such as special patches honoring deceased members of the baseball community.</p><p>That same year, the Giants and the Los Angeles Dodgers, who have some of the largest LGBTQ+ communities in the U.S., were granted an exemption from the new rule and were permitted use of pride emblems on caps and uniforms on Pride Night “provided that no players or uniformed staff would be required to wear them, and that the team would speak to the players to make sure they were comfortable with the apparel.”</p><p>“Unfortunately, this year the Giants' communication with players was inadequate and not clear,” Manfred wrote in his letter to Hawley. "Some players apparently did not understand that they had the option to wear their normal uniform and elected to add messages to their hats bearing the pride logo as a result.</p><p>“The Giants players were allowed to wear the hats with biblical references for the entire game. After the game had concluded, my office issued a routine oral warning about the uniform policy violation — unfortunately, it was issued before we became aware of the Giants' lapse in communication,” Manfred added. “The players were neither fined nor disciplined, nor will they ever be.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q77GWHLK6YEJQFWN5PWSWRTEJY.jpg?auth=8528ce17491a9181dbd992cf1d93703f6387b2216234c21b708d3538bc253685&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco Giants pitcher Landen Roupp throws to a Chicago Cubs batter during the first inning of a baseball game Friday, June 12, 2026, in San Francisco, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content></item><item><title><![CDATA[Video shows boat being destroyed by fire in Marathon]]></title><link>https://www.local10.com/news/local/2026/06/22/video-shows-boat-being-destroyed-by-fire-in-marathon/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/video-shows-boat-being-destroyed-by-fire-in-marathon/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A boat went up in flames on Monday in Marathon. ]]></description><pubDate>Tue, 23 Jun 2026 01:52:06 +0000</pubDate><content:encoded><![CDATA[<p>A boat went up in flames on Monday in Marathon. </p><p>According to officials, the fire sparked in a trap yard near the Marlin Bay Resort and Marina late Monday morning. </p><p>When crews arrived, they said the boat, which was on a trailer in the trap yard behind the RaceTrac gas station located at 3896 Overseas Highway, was fully engulfed in flames. </p><p>Firefighters said they quickly rushed into action so the flames wouldn’t spread to nearby lobster traps. </p><p>No injuries were reported, but the boat was destroyed, authorities said. </p><p>Investigators are working to determine the cause of the blaze. </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[Man charged in killing of actor James Handy found mentally incompetent for prosecution]]></title><link>https://www.local10.com/entertainment/2026/06/22/man-charged-in-killing-of-actor-james-handy-found-mentally-incompetent-for-prosecution/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/man-charged-in-killing-of-actor-james-handy-found-mentally-incompetent-for-prosecution/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A judge found Monday that a man charged with murder in the stabbing of actor James Handy is not mentally competent for criminal court proceedings.]]></description><pubDate>Tue, 23 Jun 2026 02:40:54 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A judge found Monday that a man charged with murder in the stabbing of actor James Handy is not mentally competent for criminal court proceedings.</p><p>Los Angeles Superior Court Judge Maria Cavalluzzi ruled that 44-year-old Michael Gledhill cannot understand the case against him and cannot rationally assist his lawyer in his own defense.</p><p>Handy, the 81-year-old actor whose credits include “Jumanji” and “Top Gun: Maverick,” was in a relationship with Gledhill's mother, and was found stabbed in the chest and lying unconscious outside her home on June 3, police and prosecutors said. He was taken to a hospital where he was pronounced dead.</p><p>Gledhill was arrested after telling police he was the person they were looking for. Officers had responded to the home after a 911 caller said, “I am the son of man, I just killed the man of sin,” police said.</p><p>Gledhill has not entered a plea and has not appeared in court in the case. At his scheduled arraignment on June 5, a judge paused his prosecution and sent the case to a court that specializes in mental health evaluation.</p><p>That court ruled promptly after psychiatric evaluations that he was not competent. Cavalluzzi also found at a hearing Monday that Gledhill cannot make proper medication decisions. She signed an order saying he could be involuntarily medicated for one year, citing a psychiatrist's determination that his mental health could be hugely helped by proper drugs.</p><p>She ordered him to appear in court on July 14 for a hearing on his long-term placement. His case will head to trial if he is later found to be competent.</p><p>Emails seeking comment from attorneys for both sides were not immediately answered.</p><p>Brian Delate, a longtime friend and fellow actor of Handy, told The Associated Press soon after Handy was killed that Gledhill's mother had fixed up her garage so her son could live there. Handy had his own home, but spent much of his time there, his friend said. Delate said Handy had mentioned in passing that his girlfriend's son had mental health problems.</p><p>Handy, a ubiquitous character actor, appeared in films and TV shows for decades.</p><p>He was known for his role as an exterminator in the 1995 film “Jumanji” and more recently as the bartender Jimmy in the 2022 film “Top Gun: Maverick.” He also appeared in many of TV's top crime dramas, including “NCIS: Los Angeles,” “The Closer” and “Cold Case.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EIMS2WFPUDVUBVWWMIXKNCVVRQ.jpg?auth=6f672eef0114f000d91c5155ff0a7579dd5a41e484d64e0d2e43755c70426b62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flowers sit outside a home on June 5, 2026, in Los Angeles, where authorities found actor James Handy with stab wounds. (AP Photo/Andrew Dalton)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Dalton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UK4WYH46EGR3M2XHAB5NDNPH4A.jpg?auth=4118c17dad922e931218de09ab2732730e60854133f78d52a9fe116069ecf7ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flowers sit outside a home on June 5, 2026, in Los Angeles, where authorities found actor James Handy with stab wounds. (AP Photo/Andrew Dalton)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Dalton</media:credit></media:content></item><item><title><![CDATA[Kylian Mbappé scores 2 goals to lead France to 3-0 win over Iraq and into World Cup knockout stage]]></title><link>https://www.local10.com/sports/2026/06/22/kylian-mbappe-scores-2-goals-to-lead-france-to-3-0-win-over-iraq-and-into-world-cup-knockout-stage/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/kylian-mbappe-scores-2-goals-to-lead-france-to-3-0-win-over-iraq-and-into-world-cup-knockout-stage/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Neither rain, nor lightning, nor a swampy field — and certainly not overmatched Iraq — could stop Kylian Mbappé.]]></description><pubDate>Tue, 23 Jun 2026 03:01:09 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Neither rain, nor lightning, nor a swampy field — and certainly not overmatched Iraq — could stop Kylian Mbappé.</p><p>Yeah, it got a bit messy on the pitch.</p><p>Weather aside, this game — as so many do for France — belonged to Mbappé as he tries to keep pace on the World Cup career goals list with new record holder Lionel Messi.</p><p>Mbappé scored twice to move into a tie for second in World Cup goals with 16, and France played through the tournament's first rain delay to beat Iraq 3-0 on Monday and advance to the knockout stage.</p><p>“I’m only thinking about helping my team,” Mbappé said. “By helping my team, I score goals, and when you score goals, of course, you get closer to that kind of level.”</p><p>Ballon d’Or winner Ousmane Dembélé also scored for Les Bleus, giving fans who stuck out a rainy night in Philadelphia a reason to cut loose.</p><p>Mbappé scored in the 14th and 54th minutes to cap a momentous and soggy 100th international appearance for one of the best players in the world. Fans of all ages wore his jersey, either walking around Philadelphia earlier in the afternoon or in the rows of seats at Lincoln Financial Field, which had a sellout crowd of 68,234.</p><p>Mbappé's first goal gave France a 1-0 lead at halftime, when heavy rain and an incoming thunderstorm prompted a delay of just over two hours. Grounds crews used squeegees to push water off the swampy Kentucky bluegrass at the home of the NFL's Philadelphia Eagles.</p><p>“It was very difficult, because we had to stay focused, we had to stay engaged in the locker room,” Mbappé said.</p><p>Scoreboard messages directed the crowd to take shelter in the stadium’s covered areas, warning that a severe storm was on the way. Sheets of rain continued to fall through halftime as fans wrapped themselves in ponchos and huddled in the concourse and under balconies.</p><p>Iraq coach Graham Arnold wrestled with a poncho for a few seconds before he pulled it over his head and returned to the covered dugout. France fans who stayed in their seats in the last few covered rows of the top of the stadium waved the country’s flag, and many splashed around the concourse to pass time.</p><p>Others fled for the exits — at the same stadium where last season's Eagles opener was delayed 65 minutes in the third quarter because of lightning — as the delay dragged on, giving overseas spectators a triple dose of American sports nuisances: rain delays, overpriced concessions and TV timeouts in the form of hydration breaks. There was no second-half hydration break in this game after the long, wet pause in the action.</p><p>Playing in his third World Cup, the 27-year-old Mbappé matched Miroslav Klose of Germany on the goals list and moved one ahead of Brazil great Ronaldo.</p><p>Messi scored twice for Argentina earlier Monday to set the tournament record at 18. He had equaled Klose with his first World Cup hat trick in Argentina’s 3-0 win over Algeria last Tuesday night in Kansas City, Missouri.</p><p>Mbappé scored his third goal of the tournament with a left-footed strike — his supposed weaker foot — from the edge of the box that got past Iraq goalkeeper Ahmed Basil, who got his first start in the tournament after captain Jalal Hassan allowed all four goals in Iraq’s 4-1 loss to Norway.</p><p>For his second goal, Mbappé took advantage of a poor pass to the goalkeeper by Iraq defender Zaid Tahseen. Dembele controlled the loose ball and passed to Mbappé, who tapped it in with his right foot.</p><p>Mbappé had a chance at the hat trick on a late breakaway, but missed before he was subbed out at the 90-minute mark.</p><p>“He can take Messi, he can take Ronaldo,” France coach Didier Deschamps said. “He does have the capacity to up his ante.”</p><p>Mbappé helped France win the World Cup in 2018 and reach the final in 2022, when he was awarded the Silver Ball as the second-best player. Joined up front by Désiré Doué and Dembélé, France entered this year’s tournament as a co-favorite with Spain.</p><p>France could return to Philadelphia to play Germany on July 4.</p><p>“We’re going to try to analyze it in the coming days, see what we can improve, because I think there are two or three things we could have avoided,” Mbappé said.</p><p>Iraq striker Aymen Hussein was subbed out with an apparent injury in the 26th minute of the first half and replaced by Ali Al-Hamadi. Hussein scored his 34th international goal in Iraq’s World Cup opener.</p><p>Iraq is playing in the World Cup for just the second time after debuting in 1986.</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CD5TKANJFX5B65HLOQAUNBUIVQ.jpg?auth=6d94d5e232f3d37b3a4676f2b7cc4c847ecd339cf1800a4e219ca2dfa6c8eac6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) celebrates after scoring his team's first goal during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 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/W4ATRBXJK3TARYAESOBSKC5FXM.jpg?auth=4bd4113585d90635eb04357083330913c8e623ce9812007912529ab6d06adb88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) reacts during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 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/DGPUOTLH3JU7LLNBVPXXFAYB4E.jpg?auth=1c74f62fb71743f0705448904805d9347b51e8551190af5254917118f3891f48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Jules Kounde (5) kicks the ball as water splashes on the pitch following a weather delay in the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZBM3H43ORPRDIBQ6SDSKO7R5I.jpg?auth=945b8432f947144a6158c72dc236f1a5e5fb392109825b966c130dbb6e1f96b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans react after a weather delay during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 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/4HMCNKEA5MB6SIPVSDNC46PNTI.jpg?auth=b87ff07ed2eaa42656ea865dc0624ef8f4c9d49fbbf98e85177cc7d5441ceed0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iraq's Hussein Ali, bottom, challenges France's Kylian Mbappe during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Venezuelan migrant workers in Colombia breathe sigh of relief after De la Espriella’s narrow win ]]></title><link>https://www.local10.com/news/world/2026/06/22/venezuelan-migrant-workers-in-colombia-breathe-sigh-of-relief-after-de-la-espriella-wins/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/venezuelan-migrant-workers-in-colombia-breathe-sigh-of-relief-after-de-la-espriella-wins/</guid><dc:creator><![CDATA[Cody Weddle, Andrea Torres]]></dc:creator><description><![CDATA[Fernando Bermudez was among the Venezuelan migrants who live in Colombia who breathed a sigh of relief after Abelardo De la Espriella’s narrow presidential victory on Sunday’s runoff election. ]]></description><pubDate>Mon, 22 Jun 2026 22:44:03 +0000</pubDate><content:encoded><![CDATA[<p>Fernando Bermudez was among the Venezuelan migrants who live in Colombia who breathed a sigh of relief after Abelardo De la Espriella’s narrow presidential victory on Sunday’s runoff election. </p><p>Bermudez, who works as an Uber driver in Bogotá, said that although he couldn’t vote, he felt strongly that the right-wing candidate who campaigned as “El Tigre” was best for him and his family. </p><p>Bermudez said following Colombian President Gustavo Petro’s aggressive pursuit of a constitutional reform to bypass legislative gridlock felt like a traumatic déjà vu. Petro supported Sen. Iván Cepeda as his successor.</p><p>“They were talking about a constitutional change,” Bermudez said on Monday morning in Spanish. </p><p>Venezuelan migrant workers who lived through the decline after Hugo Chávez and his successor Nicolás Maduro altered their country’s constitution to circumvent the legislature felt fear.</p><p>“That was the first thing Chávez did in 1999,” Bermudez said. </p><p>There are about 8 million Venezuelan refugees and migrants worldwide. Nearly 2.84 million are living in Colombia, <a href="https://portal.migracioncolombia.gov.co/planeacion-y-estadistica/observatorio-om3/dinamicas-migratorias/dinamica-migratoria/agenda-migcol/comunicaciones-y-prensa/informe-de-caracterizacion-socioeconomica-y-balance-demografico-de-la-poblacion-migrante-venezolana-en-colombia-1" target="_self" rel="" title="https://portal.migracioncolombia.gov.co/planeacion-y-estadistica/observatorio-om3/dinamicas-migratorias/dinamica-migratoria/agenda-migcol/comunicaciones-y-prensa/informe-de-caracterizacion-socioeconomica-y-balance-demografico-de-la-poblacion-migrante-venezolana-en-colombia-1">according</a> to Colombian officials. Bermudez is among the more than 590,000 Venezuelans who call Bogotá their home.</p><p>While some Venezuelans have found stability through entrepreneurship and employment in Colombia, many of them are forced into Bogotá’s informal economy. The undocumented remain vulnerable to exploitation.</p><p>De la Espriella, a criminal defense attorney who campaigned as “El Tigre,” a law-and-order candidate, vowed to cut social spending. </p><p>As of Monday evening, De la Espriella stood to become the president-elect after winning some 250,830 more votes than Cepeda, <a href="https://resultados.registraduria.gov.co/v2/territorios/0/88/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/territorios/0/88/">according</a> to the national registry. </p><p>“I think Colombia is in a bed of dry tinder,” said Sergio Guzmán, the co-founder and director of <a href="https://www.colombiariskanalysis.com/en/%C3%ADndice-de-riesgos-regional" target="_self" rel="" title="https://www.colombiariskanalysis.com/en/%C3%ADndice-de-riesgos-regional">Colombia Risk Analysis</a>, who keeps a portrait of slain Colombian political satirist <a href="https://latamjournalismreview.org/news/before-the-iachr-colombian-state-acknowledges-its-responsibility-for-murder-of-journalist-jaime-garzon/" target="_self" rel="" title="https://latamjournalismreview.org/news/before-the-iachr-colombian-state-acknowledges-its-responsibility-for-murder-of-journalist-jaime-garzon/">Jaime Garzón</a> in his office. </p><p>Petro’s term ends on Aug. 7, when De la Espriella, who had the endorsement of U.S. President Donald Trump, expects to be sworn in to become Colombia’s 48th president. </p><p>“Petro will try to inflame social unrest against De La Espriella,” Guzmán said. </p><p><b>More related stories</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/22/colombia-gripped-by-fear-cepeda-refuses-to-concede-after-de-la-espriella-claims-victory/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/22/colombia-gripped-by-fear-cepeda-refuses-to-concede-after-de-la-espriella-claims-victory/">Colombia’s left gripped by fear: Cepeda refuses to concede after De la Espriella claims victory</a></li><li><a href="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/">Colombians’ vote in U.S.: 80.57% vote for De La Espriella, 18.43% for Cepeda</a></li><li><a href="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/">Colombia’s preliminary vote count showing De La Espriella’s narrow victory is ‘accurate,’ registrar says</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/">Trump on Colombian presidential election: Abelardo De la Espriella ‘won BIG’</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Election in Colombia: Iván Cepeda reacts to ‘not official or binding’ preliminary vote count</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul><p><i>Torres contributed to this report from Miami. </i></p>]]></content:encoded></item><item><title><![CDATA[Colombia’s left gripped by fear: Cepeda refuses to concede after De la Espriella claims victory ]]></title><link>https://www.local10.com/news/world/2026/06/22/colombia-gripped-by-fear-cepeda-refuses-to-concede-after-de-la-espriella-claims-victory/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/22/colombia-gripped-by-fear-cepeda-refuses-to-concede-after-de-la-espriella-claims-victory/</guid><dc:creator><![CDATA[Cody Weddle, Andrea Torres]]></dc:creator><description><![CDATA[Fernando Bermudez was among the Venezuelan migrants who live in Colombia who breathed a sigh of relief after Abelardo De la Espriella’s narrow presidential victory on Sunday’s runoff election. ]]></description><pubDate>Tue, 23 Jun 2026 00:18:43 +0000</pubDate><content:encoded><![CDATA[<p>María Susana Muhamad said on Monday that some Colombians were gripped by fear after the deeply polarized presidential runoff election on Sunday. </p><p>Muhamad, a prominent member of the left-wing Historic Pact political party, served as the country’s environmental minister from 2022 to 2025.</p><p>After the national registry published <a href="https://resultados.registraduria.gov.co/v2/territorios/0/88/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/territorios/0/88/">the preliminary vote count</a>, Abelardo De la Espriella claimed victory on Sunday night in Barranquilla. </p><p>“A lot of people in Colombia are very scared with this new government,” said Muhamad, 49, who stands behind De la Espriella’s rival Iván Cepeda, who had not conceded on Monday.</p><p>De La Espriella, who campaigned as “El Tigre,” planned to restart oil exploration and allow fracking, which alarmed environmentalists in Colombia.</p><p>“I hope it will not become a government of retaliation towards people who have been moving another different type of agenda,” said Muhamad, whose paternal grandfather was Palestinian. </p><p>De la Espriella, a law-and-order candidate who supports Israel, also pledged to end peace talks to disarm armed groups and vowed to build mega prisons for narco terrorists.</p><p>“From this moment on, the election campaign ends—as do the slogans, the divisions, and the political confrontations — and the supreme hour of service to the nation begins,“ De La Espriella said during his victory speech at the <a href="https://maps.app.goo.gl/G1TLodz3mNkTRj96A" target="_self" rel="" title="https://maps.app.goo.gl/G1TLodz3mNkTRj96A">Ventana al Mundo monument</a>. </p><p>During a news conference on Monday in Bogotá, Cepeda said that “once all the claims” have been verified and “all the doubts” have been resolved, he will announce his recognition of the election results. </p><p>Cepeda, who has served in the Colombian Senate since 2014, said he wasn’t going anywhere after acknowledging that De la Espriella sent him a message: “Pack your bags!” </p><p>Although De la Espriella also promised to cut welfare spending, some Venezuelan migrants said they breathed a sigh of relief because the left’s push for constitutional changes to bypass the legislature felt like déjà vu.</p><p>Sergio Guzmán, the co-founder and director of <a href="https://www.colombiariskanalysis.com/en/%C3%ADndice-de-riesgos-regional" target="_self" rel="" title="https://www.colombiariskanalysis.com/en/%C3%ADndice-de-riesgos-regional">Colombia Risk Analysis</a>, described the political environment as highly flammable. </p><p>“I think Colombia is in a bed of dry tinder,” said Guzmán, who keeps a portrait of slain Colombian political satirist <a href="https://latamjournalismreview.org/news/before-the-iachr-colombian-state-acknowledges-its-responsibility-for-murder-of-journalist-jaime-garzon/" target="_self" rel="" title="https://latamjournalismreview.org/news/before-the-iachr-colombian-state-acknowledges-its-responsibility-for-murder-of-journalist-jaime-garzon/">Jaime Garzón</a> in his office. </p><p>After winning just about 250,830 more votes than Cepeda, De la Espriella also vowed to be a president to “all Colombians.” Cepeda and President Gustavo Petro aren’t convinced. </p><p>“Petro will try to inflame social unrest against De La Espriella,” Guzmán said. </p><p>Petro’s term ends on Aug. 7, when De la Espriella, who had the endorsement of U.S. President Donald Trump, expects to be sworn in to become Colombia’s 48th president. </p><p><b>More related stories</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/22/venezuelan-migrant-workers-in-colombia-breathe-sigh-of-relief-after-de-la-espriella-wins/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/22/venezuelan-migrant-workers-in-colombia-breathe-sigh-of-relief-after-de-la-espriella-wins/">Venezuelan migrant workers in Colombia breathe sigh of relief after De la Espriella’s narrow win</a></li><li><a href="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/">Colombians’ vote in U.S.: 80.57% vote for De La Espriella, 18.43% for Cepeda</a></li><li><a href="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/">Colombia’s preliminary vote count showing De La Espriella’s narrow victory is ‘accurate,’ registrar says</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/">Trump on Colombian presidential election: Abelardo De la Espriella ‘won BIG’</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Election in Colombia: Iván Cepeda reacts to ‘not official or binding’ preliminary vote count</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul><p><i>Torres contributed to this report from Miami. </i></p>]]></content:encoded></item><item><title><![CDATA[Investigadores federales revelan la causa del colapso del condominio en Surfside]]></title><link>https://www.local10.com/espanol/2026/06/22/investigadores-federales-revelan-la-causa-del-colapso-del-condominio-en-surfside/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/investigadores-federales-revelan-la-causa-del-colapso-del-condominio-en-surfside/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[El peso de la plataforma de la piscina se redistribuyó hacia columnas que terminaron colapsando en la madrugada del 24 de junio de 2021.]]></description><pubDate>Tue, 23 Jun 2026 00:23:49 +0000</pubDate><content:encoded><![CDATA[<p>Casi cinco años después del colapso de la torre de condominios de Surfside que cobró la vida de 98 personas, investigadores federales han publicado sus conclusiones sobre las causas del mortal incidente.</p><p>El nuevo informe de hallazgos técnicos indica que las fallas iniciales en las columnas de Champlain Towers South ocurrieron tres semanas antes del colapso fatal, según el Equipo Nacional de Seguridad en la Construcción del Instituto Nacional de Estándares y Tecnología (NIST).</p><p>De acuerdo con los coinvestigadores, a principios de junio de 2021 fallaron las conexiones entre las columnas del estacionamiento subterráneo y la plataforma de la piscina.</p><p>Esas fallas iniciales demostrarían ser catastróficas, cobrándose finalmente un saldo de 98 vidas humanas.</p><p>El informe revela que, durante un período de tres semanas previo al derrumbe, las fallas iniciales provocaron que las grietas se expandieran y el peso de la estructura se redistribuyera en la plataforma de la piscina. Esto causó que la carga se transfiriera hacia las columnas de losas adyacentes, las cuales no eran lo suficientemente fuertes como para soportar dicho peso.</p><p>Eso llevó a que una parte del condominio Champlain Towers South, de 12 pisos, se viniera abajo durante las horas de la madrugada del 24 de junio de 2021.</p><p>Los equipos de primera respuesta comenzaron a trabajar de inmediato y contrarreloj para localizar a los sobrevivientes en una operación de búsqueda que se extendió por varios días.</p><p>Un monumento en memoria de las víctimas ha permanecido en el lugar desde entonces, mientras los funcionarios y los desarrolladores inmobiliarios han debatido qué destino darle a la propiedad.</p>]]></content:encoded></item><item><title><![CDATA[Contratista de FedEx es arrestado por robo masivo de zapatillas Nike en Medley]]></title><link>https://www.local10.com/espanol/2026/06/22/contratista-de-fedex-es-arrestado-por-robo-masivo-de-zapatillas-nike-en-medley/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/contratista-de-fedex-es-arrestado-por-robo-masivo-de-zapatillas-nike-en-medley/</guid><description><![CDATA[El cargamento ilegal, valuado en 36,000 dólares, era desviado de las rutas de entrega y comercializado en el mercado negro.]]></description><pubDate>Tue, 23 Jun 2026 00:28:08 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre del sur de Florida fue arrestado en Miami Beach bajo la acusación de comercializar con zapatillas Nike robadas.</p><p>El arresto de Reinier Sanchez Hurtado, de 46 años, fue capturado por las imágenes de un dron del Departamento de Policía de Miami Beach.</p><p>“Esta es una nueva tecnología que la mayoría de las agencias policiales están utilizando ahora”, señaló el sargento de la Policía de Medley, Luis Rivera.</p><p>La detención de Hurtado fue el resultado de una extensa investigación criminal iniciada por los detectives de Medley sobre el robo de calzado de la marca Nike.</p><p>“El cargo principal es comercio de propiedad robada”, afirmó Rivera. “Estamos hablando de posiblemente unos 36,000 dólares en mercancía que fue sustraída”.</p><p>El caso comenzó en un centro de distribución de Medley, donde el personal de seguridad de FedEx rastreó un patrón recurrente de robos que se remontaba a 2024.</p><p>De acuerdo con las autoridades, calzado Nike de alta gama destinado a tiendas minoristas del área de Miami terminaba en la vivienda de Sanchez Hurtado. Los investigadores descubrieron que el sospechoso trabajaba para un contratista terrestre de FedEx y era “responsable de supervisar a los conductores asignados a las rutas de entrega afectadas”, según su formulario de arresto.</p><p>La policía detalló que utilizó dispositivos de rastreo GPS en algunos de los paquetes para ubicar el destino de los artículos robados.</p><p>La empresa FedEx informó a la policía que los tenis estaban siendo vendidos a través del mercado negro.</p><p>“Parecía haber un esquema de fraude”, declaró Rivera.</p><p>FedEx se puso en contacto con la Policía de Medley, la cual actuó con rapidez emitiendo una alerta de arresto por causa probable contra Sanchez Hurtado.</p><p>Poco después, los detectives supieron que el sospechoso acababa de ser liberado tras una parada de tráfico de rutina en Miami Beach.</p><p>Los investigadores de Medley se coordinaron con el Centro de Inteligencia en Tiempo Real de Miami Beach y la Unidad Táctica de Robos de la Policía de Miami para localizar a Sanchez Hurtado cerca de la intersección de la calle 14 y la avenida Drexel.</p><p>“Eso es lo hermoso del condado de Miami-Dade”, expresó Rivera. “Todas las agencias trabajan juntas para poner a los sujetos bajo custodia con los cargos que se ganan”.</p><p>La investigación en torno a Sanchez Hurtado y el calzado robado permanece activa y en curso, añadió el sargento.</p><p>A continuación se presenta la declaración emitida por la compañía FedEx:</p><p>“Estamos al tanto del arresto de un conductor de un proveedor de servicios por parte del Departamento de Policía de Miami Beach, y esta persona ya no presta servicios en nombre de FedEx. Las preguntas adicionales deben dirigirse a las autoridades policiales”. — Asesor Estratégico de Comunicaciones de FedEx, Adam Snyder.</p>]]></content:encoded></item><item><title><![CDATA[Pelea en partido de sóftbol en Aventura termina con un jugador herido a batazos]]></title><link>https://www.local10.com/espanol/2026/06/22/pelea-en-partido-de-softbol-en-aventura-termina-con-un-jugador-herido-a-batazos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/pelea-en-partido-de-softbol-en-aventura-termina-con-un-jugador-herido-a-batazos/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[El agresor fue captado por cámaras de seguridad y permanece tras las rejas bajo cargos de agresión agravada. ]]></description><pubDate>Mon, 22 Jun 2026 17:39:07 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Miami enfrenta un cargo por delito grave luego de que la policía informara que atacó a un compañero de sóftbol con un bate, enviándolo a un centro de trauma durante una pelea que estalló en un partido en Aventura durante el fin de semana.</p><p>La policía de Aventura detalló que el incidente ocurrió el domingo por la mañana durante un juego de la liga de sóftbol en el Waterways Park, ubicado en el 3310 de la calle Northeast 213.</p><p>Las autoridades indicaron que alrededor de las 9:30 a.m. se desató una disputa verbal entre los equipos, lo que provocó empujones entre “múltiples jugadores”.</p><p>La policía señaló que durante la riña, Roberto Araujo, de 41 años y residente de Allapattah, agarró un bate de metal y golpeó a la víctima en la parte posterior de la cabeza.</p><p>Los paramédicos trasladaron a la víctima al Hospital HCA Florida Aventura bajo alerta de trauma, de acuerdo con el informe de arresto.</p><p>Las autoridades informaron que las imágenes de las cámaras de seguridad (CCTV) mostraron a Araujo balanceando el bate e impactando a la víctima, lo que provocó que la gorra de béisbol de esta última saliera volando.</p><p>Los oficiales arrestaron a Araujo bajo el cargo de agresión agravada con un arma mortal.</p><p>Hasta la tarde de este lunes, el acusado permanecía recluido en el Centro Correccional Turner Guilford Knight con una fianza catalogada como “por determinar” en los registros en línea.</p>]]></content:encoded></item><item><title><![CDATA[Identifican a víctimas de doble homicidio en zona rural de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/22/identifican-a-victimas-de-doble-homicidio-en-zona-rural-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/identifican-a-victimas-de-doble-homicidio-en-zona-rural-de-miami-dade/</guid><description><![CDATA[Un sospechoso permanece bajo interrogatorio por parte de los detectives, mientras la comunidad aporta pistas de forma anónima.]]></description><pubDate>Mon, 22 Jun 2026 17:22:54 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Alguacil de Miami-Dade dio a conocer este lunes las identidades de un hombre y una mujer que, según informaron, fueron asesinados la semana pasada en el suroeste de Miami-Dade.</p><p>Las víctimas fueron identificadas como Esther Liontos, de 58 años, y Roger Arredondo Gonzalez, de 61 años.</p><p>Las autoridades aún no han revelado la forma en que murieron ambas personas, pero confirmaron que un individuo fue retenido para ser interrogado.</p><p>Según la Oficina del Alguacil, los oficiales acudieron a una vivienda ubicada en la cuadra 26100 de la avenida Southwest 209 poco después de las 8:30 a.m. del viernes, tras recibir un reporte sobre una mujer inconsciente.</p><p>Al llegar al lugar, los oficiales encontraron a Liontos tendida en el suelo fuera de la casa, indicaron las autoridades.</p><p>El personal del Cuerpo de Bomberos de Miami-Dade declaró su fallecimiento en la escena.</p><p>Los oficiales informaron que también hallaron a Arredondo Gonzalez tendido en el suelo a poca distancia. Él también fue declarado muerto en el lugar.</p><figure><img src="https://www.local10.com/resizer/v2/4635QJQFF5C6PDRDNRFBIZF7MU.jpeg?auth=06eb072646591d550bf74e95ac2f0fc056843e16f8a4c84c35927756f15796b3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Las autoridades confirmaron que un hombre permanece bajo custodia con fines de interrogatorio para determinar si tuvo alguna participación en el homicidio.</p><p>Los detectives no han divulgado las declaraciones que hizo este individuo y, hasta el momento, no se han efectuado arrestos formalmente.</p><p>Cualquier persona que posea información sobre el caso puede comunicarse con la línea de Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded></item><item><title><![CDATA[Alertan a padres por mariguana empacada en bolsas de golosinas]]></title><link>https://www.local10.com/espanol/2026/06/22/alertan-a-padres-por-mariguana-empacada-en-bolsas-de-golosinas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/alertan-a-padres-por-mariguana-empacada-en-bolsas-de-golosinas/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Un operativo encubierto desmanteló una vivienda utilizada para la venta ilegal de sustancias en un vecindario residencial]]></description><pubDate>Tue, 23 Jun 2026 00:22:20 +0000</pubDate><content:encoded><![CDATA[<p>Oficiales de la policía de Homestead incautaron más de 70 libras de marihuana, cerca de 1,000 cartuchos de vaporizadores y golosinas y bocadillos adulterados con drogas tras un operativo encubierto.</p><p>Los detectives de Homestead informaron que una “casa trampa” en un vecindario residencial era el centro de operaciones para la venta ilegal de sustancias.</p><p>Lo que resultó más preocupante sobre los hallazgos para el jefe de la policía, Mario Knapp, fue el empaque engañoso que claramente está comercializado para atraer a los niños.</p><p>“Es el mismo logotipo, las mismas fuentes, los mismos colores”, señaló Knapp sobre las bolsas que aparentaban ser Cheetos o Doritos, pero que detalló estaban adulteradas con 600 miligramos de THC.</p><p>“La persona que es el consumidor sabe lo que está comprando”, afirmó Knapp. “El problema es que dejas eso tirado en la casa y cualquier niño puede agarrarlo”.</p><p>Otros cigarrillos de marihuana preforjados y productos comestibles estaban empaquetados con logotipos de tipo caricatura. Knapp indicó que un laboratorio se encuentra procesando las drogas.</p><p>Los detectives comunicaron que ejecutaron una orden de registro y arrestaron a un sospechoso la madrugada del jueves en la vivienda, y la investigación continuaba en curso este lunes.</p><p>Knapp agregó que las casas de drogas ilegales a menudo están vinculadas con otras actividades delictivas y armas de fuego. El departamento no revelará la identidad del sospechoso mientras la investigación se mantenga activa.</p>]]></content:encoded></item><item><title><![CDATA[Pentagon seeks $80 billion from Congress for Iran war]]></title><link>https://www.local10.com/news/politics/2026/06/22/pentagon-seeks-80-billion-from-congress-for-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/pentagon-seeks-80-billion-from-congress-for-iran-war/</guid><dc:creator><![CDATA[By KEVIN FREKING and LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Pentagon has told senators it needs roughly $80 billion, mostly to cover the cost of the U.S. war against Iran, adding to what is already a sizable military spending boost being sought by President Donald Trump.]]></description><pubDate>Tue, 23 Jun 2026 00:10:16 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Pentagon has told senators it needs roughly $80 billion, mostly to cover the cost of the U.S. war against Iran, adding to what is already a sizable military spending boost being sought by President Donald Trump.</p><p>The White House Office of Management and Budget has yet to make a formal request to Congress. But Defense Secretary Pete Hegseth has been making the rounds on Capitol Hill, including Monday evening. A top deputy defense secretary told senators about the Iran funding request last week, according to two people familiar with the situation but not authorized to discuss it publicly.</p><p>The Wall Street Journal first reported on the developments.</p><p>Push for Pentagon money faces skeptical lawmakers</p><p>The push for billions of dollars in Iran war funding comes at a fraught political moment. Lawmakers are skeptical of the deal Trump struck with Iran to bring an end to the war, and wary of next steps. The White House has requested a remarkable $1.5 trillion for the Pentagon — a nearly 50% increase over the current fiscal year's funding levels.</p><p>Senate Majority Leader John Thune said he’s expecting a supplemental spending request from the administration for the war, and when it arrives, “we’ll work through it and see where the votes are.”</p><p>“We need to make sure we’re doing everything we can to replenish, resupply a lot our munitions that have been depleted — not only just with what’s happening with Iran, but prior to that,” said Thune, R-S.D.</p><p>Deputy Defense Secretary Stephen Feinberg spoke to several senators about the proposal in calls last week and he notified congressional committees that the $80 billion request had been sent to the Office of Management and Budget. The Pentagon did not immediately respond to a request for comment.</p><p>However, the funding package will almost certainly run into trouble from lawmakers who refuse to support Trump's decision to go to war and are reluctant to give the Pentagon more money at a time of high costs of living for Americans at home.</p><p>“You’re spending families’ hard-earned tax dollars on a war that many strongly oppose,” Democratic Sen. Patty Murray told Hegseth in a hearing last month.</p><p>Trump seeks a record $1.5 trillion for Defense this year</p><p>In addition to the Iran funding, Republicans hope to secure about $1.1 trillion through the regular appropriations process, which typically requires support from both parties for approval. Then, they hope to secure an additional $350 billion through a mostly party-line vote later this summer.</p><p>The amount being sought by the Pentagon is far higher than the $29 billion estimate of war costs that Hegseth gave Congress during his testimony last month. The bulk of that amount was related to replacing munitions and repairing equipment but also included operational costs to keep forces deployed. That estimate did not include the cost to repair or rebuild U.S. military sites damaged in the region.</p><p>It's also far lower than the initial $200 billion the Pentagon floated as the costs at the start of the war. An early estimate put the cost of the first week of the war at $11.3 billion.</p><p>Sen. Brian Schatz of Hawaii, a member of Democratic party leadership, said he expects the actual price tag could be much higher than the $80 billion being proposed.</p><p>Schatz said he hasn't done any counting of Democrats about whether there is support for an Iran-focused bill, “but I haven't found anyone who wants to do this.”</p><p>But Republican Sen. Jim Banks of Indiana said, "To me it’s less about the war, it’s more about the stockpiles.”</p><p>Banks said, “I would sell it to my state as an investment in our defense industrial base, reshoring defense production to Indiana.”</p><p>Sen. Jack Reed, the top Democrat on the Senate Armed Services Committee, said funding for an Iran supplemental can't be done in isolation. It has to be done after lawmakers from both parties have agreed to a total spending amount for both defense and non-defense programs, “then the rest of this would follow pretty quickly,” Reed said.</p><p>And Sen. John Hoeven of North Dakota, a member of the Appropriations subcommittee on Defense, said he has been working with the administration to broaden the package to include funds for disaster aid for California, Hawaii and other states hard hit by fires and weather problems, as well as agricultural aid for farmers.</p><p>“I think that’s the kind of combination that could pass,” Hoeven said.</p><p>Hegseth declined to answer questions from reporters late Monday as he strode around the Capitol.</p><p>But on the issue of the cost of the war, Hegseth responded rhetorically during a Senate hearing last month, asking, “What is the cost of Iran obtaining a nuclear weapon?"</p><p>He acknowledged the president's decision to confront the threat of a nuclear Iran "comes with cost — and we recognize that.”</p><p>___</p><p>Associated Press writers Konstantin Toropin and Ben Finley contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5EFIBVAKQTBMG5K6SHU5UNRDKY.jpg?auth=8a48a119dc9b5f61f29780a7e967c8ed43b64532d320fc55697053f252b5f7ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth speaks in the Oval Office of the White House during an executive order signing about quantum computing with President Donald Trump, Monday, June 22, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QD2R3U2NS2OLBNAEJ4WWT4XMDA.jpg?auth=785a4b37eb69420d629017f52885a4cfd9d57f961da4d2041ea1f9d4316fc1d4&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 listens as President Donald Trump speaks in the Oval Office of the White House during an executive order signing about quantum computing, Monday, June 22, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Comedian Carlos Mencia pleads not guilty to 12 felony charges of failure to pay taxes]]></title><link>https://www.local10.com/entertainment/2026/06/22/comedian-carlos-mencia-pleads-not-guilty-to-12-felony-charges-of-failure-to-pay-taxes/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/comedian-carlos-mencia-pleads-not-guilty-to-12-felony-charges-of-failure-to-pay-taxes/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Comedian Carlos Mencia has pleaded not guilty to 12 felony charges alleging he failed to report or pay taxes on more than $8 million in earnings.]]></description><pubDate>Mon, 22 Jun 2026 23:50:52 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Comedian Carlos Mencia has pleaded not guilty to 12 felony charges alleging he failed to report or pay taxes on more than $8 million in earnings.</p><p>The 58-year-old Mencia appeared behind glass in a custody area of a Los Angeles County court at his arraignment on Monday, when a judge also reduced his bail from $250,000 to $50,000.</p><p>Mencia had been in jail since his arrest on Thursday. Court documents show that he has now posted bail, but it's not clear whether he has been released.</p><p>Emails seeking comment from an attorney representing the comedian were not immediately answered.</p><p>He was charged with six felony counts of failure to file personal income tax with the intent to evade taxes — one each for the years 2019 to 2024 — and six similar counts for corporate taxes.</p><p>When he announced the charges, District Attorney Nathan Hochman called Mencia “one of California’s biggest tax scofflaws," saying he owes more than $300,000 in state taxes on income totaling $8.7 million.</p><p>If he’s convicted of all 12 counts he could get more than 11 years in prison.</p><p>The charges are the first filed under the district attorney's new Business Tax Fraud Unit that was established in May by Hochman, a former longtime prosecutor of tax cases.</p><p>Born Ned Arnel Holness in Honduras and raised in East Los Angeles, Mencia began doing stand-up in LA clubs in the late 1980s. By the early 2000s, he became one of the most popular comics in the U.S. and also did some acting in film and television. He had his own TV series, “Mind of Mencia,” combining stand-up with sketches on Comedy Central from 2005 to 2008.</p><p>Mencia still does regular stand-up shows, touring clubs and small theaters. He missed a series of Southern California shows while he was in jail.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PBZTDT4TAZD5APEB4KVBARROAA.jpg?auth=5f538347d821f10b0f8dee8cf60447be5f28c55b480a53e98649c9abf5d4283d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Actor and comedian Carlos Mencia arrives at the 23rd Annual Imagen Awards, Aug. 21, 2008, in Beverly Hills, Calif. (AP Photo/Gus Ruelas, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gus Ruelas</media:credit></media:content></item><item><title><![CDATA[10 songs to memorialize Clive Davis, the larger-than-life music executive]]></title><link>https://www.local10.com/entertainment/2026/06/22/10-songs-to-memorialize-clive-davis-the-larger-than-life-music-executive/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/10-songs-to-memorialize-clive-davis-the-larger-than-life-music-executive/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — No music executive has ever been so powerful as to become synonymous with the whole of the music industry itself. But if anyone came close, it was Clive Davis.]]></description><pubDate>Tue, 23 Jun 2026 00:53:21 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — No music executive has ever been so powerful as to become synonymous with the whole of the music industry itself. But if anyone came close, it was Clive Davis.</p><p>The record company lawyer who became one of the music industry’s most powerful figures, launching or resurrecting the careers of such superstars as Janis Joplin, Whitney Houston, Carlos Santana and Alicia Keys, has died, it was announced Monday. He was 94.</p><p>The greatest way to celebrate the “man with the golden ears,” as he was colloquially known, is to listen to the musicians and songs he was instrumental in turning into career artists and timeless hits, from starting his career at Columbia Records in the 1960s to today.</p><p>Read on below and then listen to all 10 songs on The Associated Press' Spotify playlist here.</p><p>“I Will Always Love You,” Whitney Houston (1992)</p><p>The story is the stuff of music industry legend. Apparently, Davis and producer David Foster fought bitterly over the arrangement for Whitney Houston’s all-time hit, a cover of Dolly Parton’s “I Will Always Love You.” Davis wanted the final version of the song to feature its iconic 40-second a cappella intro, an experiment suggested by Houston's “Bodyguard” co-star Kevin Costner. Foster did not. Davis won out in the end.</p><p>“Smooth,”Santana ft. Rob Thomas (1999)</p><p>It was Davis who conceived of Santana's 1999 album, “Supernatural,” which paired guitar virtuoso Carlos Santana with some of the day’s hottest talents. The record won eight Grammys and gave Santana more success than he had ever enjoyed in his decades-long career. At its center is “Smooth” with Matchbox Twenty singer Rob Thomas, a track Santana originally hated but Davis convinced him otherwise — as he was wont to do.</p><p>“Freeway of Love,” Aretha Franklin (1985)</p><p>Aretha Franklin had long been a star before joining Davis at Arista Records later in her career. But by the early '80s, as her commercial success had faded amid changing musical tastes, he helped revitalize her career. “Freeway of Love,” an R&B-pop track from her 1985 record “Who’s Zoomin' Who?” brought her back to the top of conversation. Their partnership was one for the books; it's no wonder she once referred to him as “the greatest record man of all time.”</p><p>“Piece of My Heart,” Big Brother & the Holding Company featuring Janis Joplin (1967)</p><p>As the story goes, attending the Monterey International Pop Festival in 1967 was pivotal for a young Davis, who became so enamored with the performances that they transformed his approach to running Columbia Records. He'd just been named president of the label and used his power to bring a counterculture spirit to a company that had resisted rock ’n’ roll. But of the lineup, no act resonated with Davis quite like Big Brother, and in particular, the soulful singer Janis Joplin. Their partnership began then, when he took “Piece of My Heart” and suggested adding a chorus and shortening its run time and instrumentals — turning it into a No. 1 hit.</p><p>“Blinded by the Light,” Bruce Springsteen (1973)</p><p>Davis was an early adopter of Springsteen, as he was of many artists across his career. He gave the young singer-songwriter from New Jersey a chance in his early 20s and inspired him to write the everlasting single, “Blinded by the Light,” from his 1973 debut album, “Greetings from Asbury Park, N.J.” It would sound like the stuff of mythology if it weren’t true.</p><p>“Fallin,’” Alicia Keys (2001)</p><p>It's not so much that Davis had a role in the debut single from the nascent, big-voiced Alicia Keys — but he was one of her first and most ardent supporters. He signed her to his J Records and helped make her the star she is today. He saw her greatness immediately and at the very beginning.</p><p>“Mandy,” Barry Manilow (1974)</p><p>Over 50 years ago, Davis threw a party to celebrate the release of Arista Records’ first Grammy record of the year nominee: Barry Manilow’s “Mandy.” Stevie Wonder showed up. So did John Denver and Elton John. What was a one-off celebration morphed into one of the best-known and most exclusive parties of the year: the annual pre-Grammy fundraising event hosted by Davis, including four months before his death. But his fabulous gala was not the only reason this song is included here: It is evidence of Davis’ ability to identify a hit and pair it with the right artist. He gave “Mandy” to Manilow, and the rest is history.</p><p>“Piano Man,” Billy Joel (1973)</p><p>Billy Joel shared a tribute to Davis on his Instagram account on Monday, writing, “Clive Davis convinced me to sign with Columbia Records many years ago. He recognized the talent of great musicians and understood the power of contemporary music.” The album that he released immediately after said signing? “Piano Man.” Not bad work, Davis.</p><p>“Blame It on the Rain,” Milli Vanilli (1989)</p><p>Like every major music exec, Davis' aim wasn't 100% all the time — though he was a lot more accurate than most. His Arista label had huge success with country superstars Brooks & Dunn, R&B group TLC, singer-songwriter and producer Babyface, Houston, Franklin and more. He also initially knocked it out of the park with Milli Vanilli, the male pop duo, which had a huge hit with “Blame It On the Rain.” The pair would soon become the embarrassment of the industry when, after winning a Grammy the next year, it was revealed that they weren’t actually singing their songs.</p><p>“Since U Been Gone,” Kelly Clarkson (2004)</p><p>Davis and Kelly Clarkson had a complicated relationship. Davis found “Since U Been Gone,” one of the biggest songs of her career, for Clarkson but wrote in his memoir that she didn’t want to record it originally. Clarkson says it is because she was told she would cowrite the song, but by the time she got to Sweden to work with producers and songwriters Max Martin and Dr. Luke, it had already been completed. It’s both yet another example of Davis’ keen ear — and his fallibility.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LL4KSSWM3ITA2X6XCMLE2BYSGU.jpg?auth=c821a150ad1f175919fc181aafba3d4855a7cc6b6c6b22c31666957c0217ce7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Aretha Franklin, left, and Clive Davis, attend Keep a Child Alive's 2014 Black Ball in New York on Oct. 30, 2014. (Photo by Andy Kropa/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/INWO73LHWQ5TTO4JRM735QRJWQ.jpg?auth=992d93d8782f7233257fc806ff7ae0cc59492a45aad80a8ada84986c93e77397&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alicia Keys, left, and Clive Davis attend the "Hell's Kitchen" Broadway musical opening night performance in New York on April 20, 2024. (Photo by CJ Rivera/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Rivera</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BC3ZRS7RRJITYMCCDGBXF2HTXQ.jpg?auth=42e3e905f67bd90532987c7f31253269fe6def48bcbcbf8305d7b47e107505c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Barry Manilow, left, and Clive Davis attend Clive Davis' 90th birthday celebration in New York on April 6, 2022. (Photo by Greg Allen/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Allen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZCVU4QVW5ISYK37MSPM6QVGWKM.jpg?auth=cfbb882a42a981475c5c015d549177ce6d8b3dd2206199a9bbea02a67829e220&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Record mogul Clive Davis is pictured in his New York office, Sept. 10, 1980. (AP Photo/Marty Reichenthal, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marty Reichenthal</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YCJ3OP42DUKOA6XFLAJJPA54YU.jpg?auth=3fe3ddcb2fe157ef2236d420b6cfb16fde783fc5bb90ab8fca32cdabd8517e9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Music producer Clive Davis attends the special screening of "Western Stars" at Metrograph in New York on Oct. 16, 2019. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[Top auto regulator opens special probe after a Tesla slams into a Texas home, killing a 76-year-old]]></title><link>https://www.local10.com/business/2026/06/22/top-auto-regulator-opens-special-probe-after-a-tesla-slams-into-a-texas-home-killing-a-76-year-old/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/top-auto-regulator-opens-special-probe-after-a-tesla-slams-into-a-texas-home-killing-a-76-year-old/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The top U.S. auto regulator opened an investigation Monday after a Tesla using an automated driving feature slammed into a Texas home at high speed and killed a 76-year-old woman standing inside.]]></description><pubDate>Mon, 22 Jun 2026 23:55:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The top U.S. auto regulator opened an investigation Monday after a Tesla using an automated driving feature slammed into a Texas home at high speed and killed a 76-year-old woman standing inside.</p><p>The National Highway Traffic Safety Administration said it's opening a special investigation into the Tesla Model 3 crash on Friday near Houston, a significant probe because the car was using technology that Elon Musk considers key to the company's future.</p><p>The Tesla CEO is rolling out robotaxis using automated software in several U.S. cities this year and plans to invite Tesla owners to put their cars into the fleet using the same system across the country.</p><p>The driver told the Harris County Sheriff's Office that he was using the technology, according to a police report on the crash, but it's not clear what role, if any, it played in the incident.</p><p>The police report also noted that the driver was not drunk and is cooperating. It identified the woman killed as Martha Avila.</p><p>Video obtained by KHOU-TV shows the car traveling at top speed over the front lawn of a brick home in Katy, then ramming into a front room. The next shot shows the car encased in the home amid piles of crumbling plaster, split beams and bits of furniture.</p><p>Tesla did not respond immediately to a request for comment.</p><p>The auto safety regulator, known as NHTSA, has launched several investigations into Tesla, including one late last year into 58 incidents in which Teslas reportedly violated traffic safety laws while using self-driving technology, leading to more than a dozen crashes and fires and nearly two dozen injuries.</p><p>A few months earlier, the NHTSA opened an investigation into why Tesla apparently had not been reporting crashes promptly as required.</p><p>As for special crash investigations, the NHTSA has opened 46 involving Teslas using self-driving or driver-assistance technology over the past decade, according to the agency's records. In more than a dozen of those crashes, at least one person — a driver, passenger or pedestrian — was killed.</p><p>Tesla stock fell sharply early last year as car sales plunged amid a boycott of Musk after he waded into politics, leading President Donald Trump's budget-cutting Department of Government Efficiency initiative and embracing European extremist candidates.</p><p>Musk has since shifted the Tesla story to one less about car sales and more about AI and robotaxis, and done so successfully. The stock is up 16% in the past year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YAYOOOMJ2SIZ2WL23QFYF7FQC4.jpg?auth=ab5299fa9fdb614a1f9c0d399b7d402482419bcb3988c4c9edf4fecc204a255d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tesla vehicles line a parking lot at the company's Fremont, Calif., factory on Aug. 5, 2025. (AP Photo/Noah Berger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Aumenta el número de gobiernos conservadores en Latinoamérica]]></title><link>https://www.local10.com/espanol/2026/06/22/aumenta-el-numero-de-gobiernos-conservadores-en-latinoamerica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/aumenta-el-numero-de-gobiernos-conservadores-en-latinoamerica/</guid><dc:creator><![CDATA[Por MANUEL RUEDA, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Abelardo de la Espriella, un candidato ajeno al sistema y respaldado por el presidente estadounidense Donald Trump, parece haber ganado las elecciones presidenciales de Colombia, lo que convierte al país en el más reciente de América Latina en haber elegido un liderazgo más conservador.]]></description><pubDate>Mon, 22 Jun 2026 22:56:49 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Abelardo de la Espriella, un candidato ajeno al sistema y respaldado por el presidente estadounidense Donald Trump, parece haber ganado las elecciones presidenciales de Colombia, lo que convierte al país en el más reciente de América Latina en haber elegido un liderazgo más conservador.</p><p>De la Espriella encabezaba la contienda frente a su rival Iván Cepeda por cerca de un punto porcentual —unos 251.000 votos—, luego de que casi todos los sufragios habían sido contabilizados el lunes. Las autoridades aún no han declarado un ganador. Cepeda ha impugnado los resultados, pero es poco probable que esa revisión modifique el desenlace.</p><p>De la Espriella hizo campaña con un enfoque de mano dura contra el crimen, lo que incluye el cancelar las conversaciones de paz con grupos insurgentes colombianos y construir megaprisiones, como la de El Salvador. Trump dijo que este candidato —un abogado y empresario apodado “El Tigre"— era el que podía restablecer el orden público en Colombia.</p><p>A continuación presentamos un vistazo a los países de América Latina que han elegido presidentes conservadores en los últimos años:</p><p>Argentina elige a un libertario para enfrentar la inflación</p><p>Javier Milei, economista y comentarista de televisión apodado “El León”, ganó las elecciones presidenciales de Argentina en noviembre de 2023, luego de prometer recortar el gasto público y enfrentar el problema inflacionario que arrastra la nación sudamericana desde hace décadas. El libertario derrotó al movimiento peronista gobernante.</p><p>Durante su mandato, Milei ha impedido que el banco central del país imprima dinero para financiar el déficit del gobierno y ha recortado el gasto público, medida que ha incluido despedir empleados del Estado y frenar la inversión en programas de infraestructura pública, al igual que una reducción en los subsidios a las facturas de servicios públicos.</p><p>La inflación de Argentina ha descendido de 211% en 2023 a 32% en 2025. Sin embargo, algunos han responsabilizado a las políticas de austeridad de Milei de reducir el nivel de vida de muchos argentinos, incluidos los trabajadores del sector público.</p><p>Ecuador reelige a un gobernante que favorece a los militares</p><p>Daniel Noboa, integrante de una de las familias más ricas de Ecuador, fue reelegido para un mandato de cuatro años en abril de 2025, al ganar la elección con 56% de los votos. El gobernante conservador les ha dado a las fuerzas armadas un papel más destacado en el suministro de seguridad a ciudades costeras asoladas por grupos de narcotraficantes, los cuales se disputan el control de puertos y de rutas de tráfico de drogas.</p><p>Pero la estrategia no ha reducido de manera sustancial las tasas de homicidios. El gobierno también ha sido acusado de cometer violaciones a los derechos humanos, tales como ejecuciones extrajudiciales.</p><p>Durante la gestión de Noboa, las fuerzas armadas de Ecuador han comenzado a realizar operaciones conjuntas con Estados Unidos para combatir el narcotráfico. El mandatario también impulsó la reapertura de una base militar estadounidense en territorio ecuatoriano, pero la propuesta fue rechazada en un referendo el año pasado.</p><p>Honduras vuelve al partido conservador</p><p>Nasry Asfura, inversionista inmobiliario y exalcalde del Partido Nacional, ganó por estrecho margen las elecciones presidenciales en Honduras en noviembre, al derrotar a su rival más cercano por menos de un punto porcentual.</p><p>Asfura, que pertenece al mismo partido que el expresidente Juan Orlando Hernández —indultado por Trump tras ser declarado culpable de narcotráfico—, recibió el respaldo del presidente de Estados Unidos, quien amenazó con cortar la ayuda al pequeño país centroamericano si Asfura no era elegido. En el gobierno de Asfura, Honduras ha recibido a decenas de deportados de terceros países mediante un acuerdo que firmó con Washington en 2025, la mayoría de ellos ciudadanos guatemaltecos.</p><p>El Kast de Chile derrota al movimiento progresista</p><p>José Antonio Kast, conservador y católico practicante, ganó las elecciones presidenciales de Chile en diciembre con 58% de los votos, al vencer a un gobierno progresista que estuvo en el poder durante los cuatro años previos.</p><p>En sus campañas, Kast aprovechó los temores por el aumento de las tasas de criminalidad en Chile, y dijo que expulsaría a migrantes de países como Venezuela y Haití que habían estado trabajando en territorio chileno sin permisos de residencia. Una de sus primeras medidas tras asumir el cargo ha sido ampliar una zanja a lo largo de las fronteras con Perú y Bolivia, en un intento —según dice su gobierno— de frenar el narcotráfico y la migración.</p><p>Recientemente, el gobierno de Kast ha enfrentado protestas por el incremento del desempleo y los recortes presupuestarios, que han afectado a empleados públicos.</p><p>Costa Rica propone mano dura contra el crimen</p><p>Laura Fernández, ministra de Economía durante el gobierno del expresidente conservador Rodrigo Chaves, ganó las elecciones de Costa Rica en febrero con 48% de los votos, venciendo a su rival más cercano por 15 puntos porcentuales y superando el 40% de los sufragios necesarios para evitar una segunda vuelta.</p><p>Durante su campaña, Fernández propuso medidas de mano dura contra el crimen, incluido un estado de excepción que le permitiría a la policía detener a sospechosos sin órdenes judiciales, y dijo que construiría una megaprisión inspirada en el notorio Centro de Confinamiento del Terrorismo de El Salvador.</p><p>El gobierno de Fernández ha recibido varios vuelos con migrantes de terceros países deportados por Estados Unidos, en cumplimiento de un acuerdo que firmó su antecesor el año pasado. En junio, uno de esos vuelos transportó a migrantes de China, Vietnam, Colombia y Azerbaiyán.</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/CK7JT6SG2RN4LO2Q3FTDYMNXRI.jpg?auth=743da2c81b3b5da96795d04b10017149143be3ee93cad48de087555ad40e0fd6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Simpatizantes del candidato presidencial Abelardo de la Espriella sostienen un tigre de peluche durante un mitin de campaña, el domingo 14 de junio de 2026, en Buga, Colombia. (AP Foto/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XAAJWOOSCUIH67DNA7R5G7LQ6I.jpg?auth=e65d0687cd22640323b60e306ebfa10e892f811990ef4ba9028e3fe78221363a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente Daniel Noboa pronuncia su discurso sobre el estado de la nación en la Asamblea Nacional, el domingo 24 de mayo de 2026, en Quito, Ecuador. (AP Foto/Dolores Ochoa)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVHVNJA4Y7WFTODVMGTKI2GFY4.jpg?auth=694f559bea38519258cf0a43851ee4aafbefa0851e28807179fbedfa574c2585&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Javier Milei, aspirante a la presidencia por la coalición La Libertad Avanza, blande una motosierra durante un mitin el 12 de septiembre de 2023, en La Plata, Argentina. (AP Foto/Natacha Pisarenko, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Authorities arrest 2 more suspects in planned attack on Trump's UFC show]]></title><link>https://www.local10.com/news/2026/06/22/authorities-arrest-2-more-suspects-in-planned-attack-on-trumps-ufc-show/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/22/authorities-arrest-2-more-suspects-in-planned-attack-on-trumps-ufc-show/</guid><dc:creator><![CDATA[By REBECCA BOONE and ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Two more people in Missouri and Washington state have been arrested in connection with what authorities say was a planned attack targeting President Donald Trump's UFC cage-fighting show at the White House earlier this month.]]></description><pubDate>Tue, 23 Jun 2026 00:18:00 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Two more people in Missouri and Washington state have been arrested in connection with what authorities say was a planned attack targeting President Donald Trump's UFC cage-fighting show at the White House earlier this month.</p><p>Law enforcement officials disrupted the plan a few days before the June 14 White House event, according to court documents.</p><p>William Lee Spartacus Falkner of Belfair, Washington, was arrested Friday and charged with conspiracy to commit murder, according to court documents filed Monday in the Western District of Washington. Jordan W. Rincker, 28, was arrested Sunday and charged with conspiracy to commit murder in the Western District of Missouri. A defense attorney appointed to represent Falkner did not immediately respond to an email requesting comment, and court records do not reveal if Rincker has obtained an attorney. Neither man has had the opportunity to enter a plea.</p><p>“Law enforcement continues to do what it does — move to disrupt and hold accountable those allegedly plotting to do harm on the White House Grounds on June 14,” Acting Attorney General Todd Blanche said in a news release.</p><p>Law enforcement officials learned about the possible threat on June 10, four days before the mixed martial arts extravaganza on the White House’s South Lawn. The Justice Department last week announced federal charges against five people from states including Ohio, Missouri, Nebraska and California. The latest arrests bring the number of people known to be facing federal charges to seven.</p><p>Officials say the group members harbored fringe conspiracy theories and hoped the attack would destabilize the government.</p><p>The investigation began after the mother of an Ohio man contacted police because she was concerned about her son's recent firearms purchases and online communications, according to an FBI affidavit filed in the case.</p><p>The man, 19-year-old Tycen Proper, told investigators that he was part of a group that wanted to trigger a revolution and target members of the government, and that they planned to fly explosive-laden drones into the event and then shoot panicked crowd members as they fled, according to the affidavit. Proper is charged with firearms offenses and crimes including attempted murder of an officer or employee of the United States.</p><p>“Mr. Proper appreciates the serious nature of the charges currently pending against him and will address them appropriately in court at the right time," Proper’s attorney, Joe Patituce, said Monday. "For now, we are going to move the case forward one step at a time."</p><p>Investigators recovered high-powered firearms from several of the suspects and reviewed encrypted text messages between roughly 20 participants who shared detailed maps and aerial photographs of the area and discussed the need for a “safe house” and escape routes after the intended attack, the documents show.</p><p>But it’s unclear from the court records how close the would-be attackers could have come to being able to carry out the plan had it not been thwarted.</p><p>Several suspects or co-conspirators who were questioned by the authorities said they did not intend themselves to carry out violence but planned to instead observe others. One said he would have traveled to the UFC event as a protester but had to return home after his vehicle malfunctioned. And though the participants spoke of using drones rigged with explosives, charging documents suggest they were still looking to acquire such equipment when the plot was interrupted.</p><p>Prosecutors say Rincker distributed cash to some of the conspiracy members, and that he accepted goods including weapons, a 3D printer, a computer and other items and agreed to produce drone parts. Rincker told an investigator that he didn't actually intend to help build the drones suing the printer, according to an FBI affidavit, and just wanted the printer so he could make and sell crafts.</p><p>An FBI affidavit says Falkner communicated with other group members about his ability to procure and operate drones as well as what tactics and explosives to use in the plot. After news broke that the plan had been disrupted, Falkner texted another group member to say, “Work trip is canceled. My boss got picked up,” and sent a link to an article detailing the initial arrests, according to the affidavit.</p><p>___ Boone reported from Boise, Idaho.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3Z6YOZBI2GKA6QJZSTWTQAM5OM.jpg?auth=41a4c6dd74c2fbc3d179b3c80d15073a94fb1be34aebae83c8a251633237e22e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker on a lift uses a sledge hammer as crews work to disassemble the structure that was built for UFC Freedom 250 at the White in Washington, Sunday, June 21, 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/QJGB772W2CRBBP4C5LH2EZGFHM.jpg?auth=aae76d89316bd67c9300d9391e26225acb068174ded7232de8f0f877d5fa77cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump applauds after Justin Gaethje defeated Ilia Toupruia in the lightweight championship bout at UFC Freedom 250 on the South Lawn of the White House, Monday, June 15, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[World Cup sees first weather delay, with France-Iraq game in Philadelphia paused for 2 hours]]></title><link>https://www.local10.com/sports/2026/06/22/world-cup-sees-first-weather-delay-with-france-iraq-game-in-philadelphia-paused-for-2-hours/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/world-cup-sees-first-weather-delay-with-france-iraq-game-in-philadelphia-paused-for-2-hours/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Heavy rain and thunderstorms prompted a rare World Cup weather delay on Monday, when the halftime break during a match between France and Iraq lasted 2 hours, 10 minutes.]]></description><pubDate>Tue, 23 Jun 2026 02:15:45 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Heavy rain and thunderstorms prompted a rare World Cup weather delay on Monday, when the halftime break during a match between France and Iraq lasted 2 hours, 10 minutes.</p><p>It was the first rain delay of the tournament and the first time in at least several decades that a World Cup match was delayed midgame because of inclement weather. Halftime began at 5:50 p.m. EDT and the game resumed at 8 p.m. — 1 hour, 55 minutes longer than the scheduled 15-minute halftime break.</p><p>France played through the rain and muck to beat Iraq 3-0 behind two goals from Kylian Mbappé.</p><p>“It’s a question of safety,” France coach Didier Deschamps said. “You can’t fight against rain and lightning. We will stick to the local laws. We have to adapt. These are very special circumstances, and I do hope they will not happen again.”</p><p>There was also heavy rain ahead of Monday night’s game between Norway and Senegal in East Rutherford, New Jersey, which started on time.</p><p>With France leading 1-0 at halftime, scoreboard messages directed the crowd at Lincoln Financial Field to take shelter in the stadium’s covered areas, warning that a severe storm was on the way. Sheets of rain fell through halftime as thousands of fans huddled in the concourse and under balconies.</p><p>The stoppage was initially expected to extend the halftime break by 15 minutes. As the delay dragged on, stadium officials announced that “the game will resume when deemed safe.”</p><p>The teams returned to the field to warm up after about 1 hour, 40 minutes, prompting cheers from the crowd. Crews used squeegees to push standing water toward the sideline of the swampy field.</p><p>A rule used by FIFA pauses games for 30 minutes if lightning is detected within 8 miles. Each strike resets the clock.</p><p>France and Iraq played through a downpour that started in the 37th minute. Fans donned ponchos and most stayed in their seats until they were told to find shelter at halftime.</p><p>“I think that’s out of our control, so we just needed to adapt, and I think we did that pretty well,” French defender Jules Kounde said.</p><p>France scored twice in the second half, which did not include the much-debated hydration break that was added for this tournament.</p><p>“I think it’s the first time I experienced it in football as a coach or a player,” Iraq coach Graham Arnold said of the delay. “It obviously made it much harder for the players. I told the players, who’s going to switch on mentally?”</p><p>FIFA long had a reputation for continuing matches even through extreme weather. A 2014 game between the U.S. and Germany continued in Brazil even after torrential downpour that flooded parts of the surrounding city.</p><p>World Cup regulations do not specify weather conditions that would prompt a delay to the start of matches or an interruption. However, the regulations say “in the case of a match being abandoned as a result of force majeure after it has already kicked off … the match shall recommence at the minute at which play was interrupted rather than being replayed in full, and with the same scoreline.”</p><p>___</p><p>AP Sports Writer Dan Gelston contributed to this report.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JWQ3R3XHKM4XXP54LZLDKDQ6MA.jpg?auth=5df5742f892138a6712524a504f1169ff4a0c727c2c70177ea961a382de53d79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign advising fans of a weather delay is displayed during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HLNSKPZASURPPPHRXO5ZQSPG3I.jpg?auth=68a122381d716024c220ef1a143426a2ede175a6660492eafdbef8acfd7d6069&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A general view of the stadium during a storm delay in the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 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/5Z6I47LWYKRVSIMCYACROLI7MY.jpg?auth=d28ea22b4bfe4ec9ab9495a0d0dc27b060969a8dcce227a3b124897e68f36149&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans wait in a sheltered area of the stadium as bad weather halts play during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 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/A6GMN7R7DRQY65UM2BUKYUBYEM.jpg?auth=eb9046c141c03509a0a439414c1d9e82bc6608e5938d78a09162eecc20d074ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A photographer shelters from the rain as play is suspended during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 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/5TMVONGMKMDJCB4DKIGHLDFQXE.jpg?auth=906ba8b5e206cc6a1faf109735d661dc2e9233a57989ecd2182264bda96a8902&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign advising fans of a weather delay is displayed during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Tucker Carlson says he'll no longer support the Republican Party]]></title><link>https://www.local10.com/entertainment/2026/06/22/tucker-carlson-says-hell-no-longer-support-the-republican-party/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/tucker-carlson-says-hell-no-longer-support-the-republican-party/</guid><dc:creator><![CDATA[By JESSE BEDAYN, Associated Press]]></dc:creator><description><![CDATA[Longtime conservative commentator Tucker Carlson said on a podcast that “there's no chance I would support the Republican Party" ahead of the November midterm elections, dismissing the political affiliation he's defended as a pundit for decades, including as one of Fox News Channel's most popular hosts.]]></description><pubDate>Mon, 22 Jun 2026 22:39:46 +0000</pubDate><content:encoded><![CDATA[<p>Longtime conservative commentator Tucker Carlson said on a podcast that “there's no chance I would support the Republican Party" ahead of the November midterm elections, dismissing the political affiliation he's defended as a pundit for decades, including as one of Fox News Channel's most popular hosts.</p><p>“Not gonna support the Democratic Party,” Carlson was quick to add, speaking late last week on the show “Can't Be Censored.” “I don't know what I'm going to do.”</p><p>Carlson, who has amassed a large following on his own podcast since being fired from Fox News in 2023, has more recently diverged from the party, a disillusionment supercharged by President Donald Trump's decision to go to war with Iran in February.</p><p>Carlson supported Trump in 2024. After the war began, he apologized for supporting the then-presidential candidate and “misleading people," saying it wasn't intentional.</p><p>He's repeatedly criticized the war as being at the behest of Israel at the expense of Americans, and attacked the party for failing to represent its own voters, citizens and nation.</p><p>“They are making decisions on the basis of other criteria, what’s best for this company, what’s best for Israel, what’s best for our donors,” he said. “That’s not just, like, they are off in the wrong direction, like, that is unacceptable, that’s treasonous, it’s immoral, it can’t continue."</p><p>“I’ve been a consistent defender for 35 years of the Republican Party, I mean very consistent defender, but there’s no defending this," he said. “So no, I’m out. And if I’m out, then I think a lot of other people are out.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SGGQC2XAQBZTSYARJQZW72HUMA.jpg?auth=983721c202afa88fb917440c8296889b9ec03edf52ea51e84ed0f1178ddbd42a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tucker Carlson attends a meeting with President Donald Trump and oil executives in the East Room of the White House, Jan. 9, 2026, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Colombians’ vote in U.S.: 80.57% vote for De La Espriella, 18.43%  for Cepeda]]></title><link>https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Abelardo De La Espriella won 80.57% of the votes from Colombians in the U.S. during the presidential runoff election on Sunday, according to data published by the Colombian National Registry. ]]></description><pubDate>Mon, 22 Jun 2026 18:36:14 +0000</pubDate><content:encoded><![CDATA[<p>The vast majority of Colombians who cast their ballots on Sunday in the U.S. during the presidential runoff election voted for Abelardo De La Espriella, <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">according</a> to data published by the Colombian National Registry. </p><p>The preliminary count showed 80.57%, or 179,841 Colombians who cast their ballots in the U.S., voted for De La Espriella, 47, a former Miami-Dade resident who has both U.S. and Colombian citizenship. </p><p>The count also showed 41,142, or 18.43% of Colombians who cast their ballots in the U.S., voted for left-wing candidate Iván Cepeda, who has lived in Bulgaria, Cuba, and the Czech Republic.</p><p>There were <a href="https://puestosdevotacionexterior.cancilleria.gov.co/" target="_self" rel="" title="https://puestosdevotacionexterior.cancilleria.gov.co/">more than 250</a> precincts for the <a href="https://www.economist.com/the-americas/2026/06/18/the-colombian-diaspora-is-overwhelmingly-right-wing" target="_self" rel="" title="https://www.economist.com/the-americas/2026/06/18/the-colombian-diaspora-is-overwhelmingly-right-wing">Colombian diaspora</a> worldwide. In South Florida, Colombian voters cast their ballots in Coral Gables, Kendall, Hialeah, Coral Springs, and Weston. </p><p>As of Monday afternoon, De La Espriella, a criminal defense attorney who campaigned as “El Tigre,” a law-and-order candidate, stood to become the president-elect after winning 250,830 more votes than Cepeda. </p><p>With information from 99.99% of the polling stations, 122,017 out of 122,020, the <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">data</a> showed 49.66%, or 12,959,542, voted for De La Espriella, and 48.7%, or 12,708,712, voted for Cepeda. </p><p>U.S. President Donald Trump endorsed De La Espriella, a fan of Salvadoran President Nayib Bukele, who wants to open mega prisons, cut corporate taxes, restart oil exploration and fracking, and cut social spending. </p><p>Colombian President Gustavo Petro supported Cepeda, 63, a rival of former Colombian President Álvaro Uribe, who wants to continue negotiations with armed groups for their surrender, prioritize welfare programs, and protect the environment. </p><p>Petro’s four-year term ends on Aug. 7, when De La Espriella plans to be sworn in as Colombia’s 48th president.</p><p>During the presidential election’s first round <a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">on May 31</a>, De la Espriella had 43.73% of the votes when he qualified for the runoff against Cepeda, who had 40.91% of the votes. About 70% of the voters in the U.S. also chose De La Espriella <a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">on May 31</a>. </p><p><b>Related reporting</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/">Colombia’s preliminary vote count showing De La Espriella’s narrow victory is ‘accurate,’ registrar says</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/">Trump on Colombian presidential election: Abelardo De la Espriella ‘won BIG’</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Election in Colombia: Iván Cepeda reacts to ‘not official or binding’ preliminary vote count</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2KZYM3H76UWEXHEWEZMIOBSK4U.jpg?auth=fd0551abe376aefd149d1042d152217e4f1d0d45a87f9d8a182c53f0e3344454&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement arrives to vote in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. ((AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[June 22: Summer sizzle]]></title><link>https://www.local10.com/weather/2026/06/22/june-22-summer-sizzle/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/22/june-22-summer-sizzle/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Showers and storms over parts of interior South Florida will diminish Monday evening. ]]></description><pubDate>Mon, 22 Jun 2026 22:35:48 +0000</pubDate><content:encoded><![CDATA[<p>Showers and storms over parts of interior South Florida will diminish Monday evening. Miami-Dade and Broward counites can expect partly cloudy skies with smoke lingering over parts of Dade, especially near brushfire areas. Temperatures will drop to 80°F overnight.</p><p>Tuesday will feature a sun/cloud mix, haze and southeast winds. There may be a few showers in the morning. During the afternoon, one or two inland storms could develop. Temperatures will make a run for the low and mid-90s. Factor in the humidity and will feel like the triple digits.</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[Safety alert: Homestead bust nets drug-laced snacks and candy marketed to kids  ]]></title><link>https://www.local10.com/news/local/2026/06/22/homestead-undercover-bust-nets-70-pounds-of-marijuana/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/homestead-undercover-bust-nets-70-pounds-of-marijuana/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Homestead Police have confiscated more than 70 pounds of marijuana, nearly 1,000 vape cartridges, and drug-laced snacks after an undercover bust at a home in a residential neighborhood. ]]></description><pubDate>Mon, 22 Jun 2026 21:31:34 +0000</pubDate><content:encoded><![CDATA[<p>Homestead police officers seized more than 70 pounds of marijuana, nearly 1,000 vape cartridges, and drug-laced gummies and snacks after an undercover bust.</p><p>Homestead detectives said a “trap house” in a residential neighborhood was at the center of a setup for the illegal sale of drugs. </p><p>What was most disturbing about the findings for Chief Mario Knapp was the deceptive packaging that clearly marketed to kids. </p><p>“It’s the same logo, the same fonts, the same colors,” Knapp said about bags that appeared Cheetos or Doritos, but he said were laced with 600 milligrams of THC.</p><p>“The person who’s the consumer knows what they’re buying,” Knapp said. “The problem is you leave that around in the house, and any child can pick that up.” </p><p>Other pre-rolled marijuana joints and edibles were packaged with cartoon-like logos. Knapp said a lab was processing the drugs.</p><p>Detectives said they served a search warrant and arrested a suspect early Thursday morning at the house, and the investigation was ongoing on Monday. </p><p>Knapp said illegal drug houses often are connected to other criminal activity and firearms. The department will not disclose the identity of the suspect as long as the investigation remains ongoing. </p>]]></content:encoded></item><item><title><![CDATA[A win over Saudi Arabia would send Cape Verde to the round of 32 at the World Cup]]></title><link>https://www.local10.com/sports/2026/06/22/a-win-over-saudi-arabia-would-send-cape-verde-to-the-round-of-32-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/a-win-over-saudi-arabia-would-send-cape-verde-to-the-round-of-32-at-the-world-cup/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — Here's something that very few could have reasonably expected coming into this World Cup: Cape Verde controls its own destiny with one match left in group play.]]></description><pubDate>Mon, 22 Jun 2026 20:44:07 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — Here’s something that very few could have reasonably expected coming into this World Cup: Cape Verde controls its own destiny with one match left in group play.</p><p>That’s right. With a win on Friday against Saudi Arabia, the tiny nation of about 500,000 people and about 15 million new Instagram followers will be headed to the round of 32. Even a draw might be — should be — enough to earn a spot in the knockout round.</p><p>The Blue Sharks were long shots entering the World Cup; some books had them at no better than 12% to advance from the group stage. They’re currently favored to move on.</p><p>“It’s in our hands,” defender Roberto Lopes said. “We have to go and take it.”</p><p>A pair of draws — first against Spain to begin group play, then rallying for a 2-2 result against Uruguay on Sunday — has Cape Verde still searching for its first win in its initial World Cup appearance. Still, the team is in an ideal position.</p><p>Spain leads Group H with four points. Uruguay and Cape Verde are next with two points each, while Saudi Arabia is last with one point. The top two teams from each group advance to the round of 32 along with the top eight third-place teams in the 12 groups.</p><p>A win over Saudi Arabia by Cape Verde would give it five points; it would then be mathematically certain to be no worse than second in the group. A draw would give the team three points; that, combined with a Spain win over Uruguay, would also assure a second-place finish in group play.</p><p>“One game at a time,” Cape Verde backup goalkeeper CJ dos Santos said. “This is just another challenge for us.”</p><p>There is a real chance that if Cape Verde beats Saudi Arabia, its reward would be a round of 32 game against Lionel Messi and defending World Cup champion Argentina.</p><p>And the interest in that game would be overwhelming, if it happened. On one side, there would be Messi, the biggest draw in the sport and possibly the biggest draw right now in any sport. On the other, there would be a team that the world seems to have adopted — the improbable story, replete with a 40-year-old goalkeeper whose mother needed help just to obtain a visa and fly to the U.S. to watch her son play on soccer’s grandest stage.</p><p>More than half of the team was born somewhere other than Cape Verde; Kevin Pina, who scored against Uruguay, spent part of his youth living in Massachusetts, which has the largest concentration of the Cape Verdean diaspora in the U.S.</p><p>That stems from how in the 1800s, Cape Verdeans found work on American whaling vessels in the Atlantic and eventually settled in port cities in states like Massachusetts and Rhode Island.</p><p>“We come from a country of immigrants,” Cape Verde coach Bubista said. “We want every child and every young person to feel proud to represent their country. We want our success to make them want to represent Cape Verde.”</p><p>At Luanda Restaurant in Brockton, Massachusetts, Cape Verde’s first World Cup match became an afternoon of nervous cheering as customers gathered around televisions; some fans even brought laptops so they could work remotely from the restaurant without missing the game against Spain.</p><p>Every save by 40-year-old goalkeeper Vozinha — whose stardom has risen immeasurably during this tournament — drew louder reactions inside the restaurant. Owner Amélia Goncalves said she tried to work while screaming, laughing and nearly crying, noting that Vozinha’s story resonates with the Cape Verdean community.</p><p>“If you work hard, it’s possible,” Goncalves said.</p><p>The team has worked hard. The round of 32 is very possible now. A tiny country with big hopes is poised for its biggest sports moment.</p><p>“Now nobody can ask, ‘Where is Cape Verde?’” said 22-year-old Micaelle Nunes, one of the soccer revelers in Brockton. “The whole world will know.”</p><p>The players are aware of the celebrations. They know that, in some ways, they have become a sentimental favorite all over the globe. Their story is easy to appreciate and the way they play has drawn applause even from fans in opposing jerseys.</p><p>A 12% chance is on the brink of coming through.</p><p>“We had a big journey here,” Lopes said. “Now that we’re here, we can’t change.”</p><p>___</p><p>Associated Press writer Leah Willingham in Brockton, Massachusetts, and Zach Pascuzzi in Miami Gardens, Florida, contributed to this story. Pascuzzi is a student at the University of Georgia’s Carmical Sports Media Institute.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/FIFA-World-Cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KOB3K3PQ3RFEQXOXG7NCJUSHDQ.jpg?auth=18292e3bda01d5fb5445576e930dd00eb5f6e004abc0d1502c220ec427f7abfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde supporters celebrate their side's second goal as they watch the World Cup Group H soccer match between Uruguay and Cape Verde at a restaurant at a Cape Verde community in Brockton, Mass. near Boston, Sunday, June 21, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H52V36RDH5LN3REVIKOXS7GMWU.jpg?auth=c2e5b9e9facd1fec8cc33c6fd76ee4c580ddccb6fe86f8452aa8c4a9ce77b1a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde's Diney Borges (3) and Uruguay's Brian Rodriguez (18) battle for the ball during the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HCE7WMMXIR5EJLR4T4ICGKRYKI.jpg?auth=3db665e268b1de5f6efbb28e8b6f8fb8ae911240e93e1213905f9a0731c54993&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde supporters celebrate after they watched the World Cup Group H soccer match between Uruguay and Cape Verde at a restaurant at a Cape Verde community in Brockton, Mass. near Boston, Sunday, June 21, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N6YE5DAEGE6XOLOUDHIMY7676U.jpg?auth=4243f490aa92231ce0ce79708e4ad3ab2537997879798c0d81b823489713fcc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde fans react following the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G55WB24V7EIQQYGUQENOKV32YE.jpg?auth=98194ea9d962f71abb1cd0eacb1756db96265d68d92dd1ab24c2f73afec9ff9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde players celebrate after the World Cup Group H soccer match against Uruguay in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[FedEx contractor accused of expensive Nike shoe theft in Medley]]></title><link>https://www.local10.com/news/local/2026/06/22/fedex-contractor-accused-of-expensive-nike-shoe-theft-in-medley/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/fedex-contractor-accused-of-expensive-nike-shoe-theft-in-medley/</guid><description><![CDATA[A South Florida man was arrested in Miami Beach accused of dealing in ]]></description><pubDate>Mon, 22 Jun 2026 21:50:23 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida man was arrested in Miami Beach accused of dealing in stolen Nike shoes.</p><p>The arrest of Reinier Sanchez Hurtado, 46, was captured by Miami Beach Police Department drone footage. </p><p>“This is new technology that most police agencies are using now,” said Medley Police Department Sgt. Luis Rivera. </p><p>Hurtado’s arrest was the result of Medley police detectives launching an extensive criminal investigation into the theft of Nike shoes. </p><p>“The main charge is dealing in stolen property,” said Rivera. “We’re talking about possibly $36,000 of merchandise that was taken.”</p><p>The case starts at a medley distribution facility where FedEx security says it tracked a vexing pattern of thefts dating back to 2024. </p><p>According to officials, some high-end Nike footwear that was destined for Miami-area retail stores ended up at the Miami home of Sanchez Hurtado, who authorities learned was employed by a FedEx ground contractor “responsible for supervising drivers assigned to the affected delivery routes,” per his arrest form. </p><p>Police said they used GPS tracking devices in some of the packages to track where the stolen goods were taken. </p><p>FedEx told police the shoes were being sold through the black market.</p><p>“There appeared to be a scheme of fraud,” said Rivera. </p><p>FedEx contacted Medley police, who moved swiftly, issuing a probable cause arrest alert for Sanchez Hurtado. </p><p>Detectives learned soon after that he had just been released from a routine traffic stop in Miami Beach.</p><p>Medley detectives then coordinated with MBPD’s Real Time Intelligence Center and the Miami Police Department’s Tactical Robbery Unit to track Sanchez Hurtado down near the intersection of 14th Street and Drexel Avenue. </p><p>“That is the beautiful thing about Miami-Dade County,” said Rivera. “All agencies work together to bring subjects into custody and the charges that they earn.”</p><p>The investigation into Sanchez Hurtado and the stolen shoes remains active and ongoing, he said. </p><p>A statement from FedEx can be read below: </p><blockquote><p><i>We are aware of the arrest of a service provider driver by the Miami Beach Police Department, and this individual is no longer providing service on behalf of FedEx. Further questions should be directed to law enforcement.</i></p><p class="citation">FedEx Communications Strategic Advisor Adam Snyder</p></blockquote><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[Bat attack during Aventura softball brawl leaves 1 hurt, 1 jailed, cops say]]></title><link>https://www.local10.com/news/local/2026/06/22/bat-attack-during-aventura-softball-brawl-leaves-1-hurt-1-jailed-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/bat-attack-during-aventura-softball-brawl-leaves-1-hurt-1-jailed-cops-say/</guid><dc:creator><![CDATA[Rosh Lowe, Chris Gothner]]></dc:creator><description><![CDATA[A Miami man is facing a felony charge after police said he attacked a fellow softball player with a bat, sending him to a trauma center during a brawl that broke out during a game in Aventura over the weekend.]]></description><pubDate>Mon, 22 Jun 2026 16:30:56 +0000</pubDate><content:encoded><![CDATA[<p>A Miami man is facing a felony charge after police said he attacked a fellow softball player with a bat, sending him to a trauma center during a brawl that broke out during a game in Aventura over the weekend.</p><p>Aventura police said it happened during a softball league game at Waterways Park, located at 3310 NE 213th St., on Sunday morning.</p><p>Authorities said at around 9:30 a.m., a verbal dispute broke out between the teams, which led to pushing and shoving between “multiple players.”</p><p>Police said during the brawl, Roberto Araujo, 41, of Allapattah, grabbed a metal bat and and hit the victim in the back of the head.</p><p>Medics took the victim to HCA Florida Aventura Hospital as a trauma alert patient, according to an arrest report.</p><p>Authorities said CCTV footage showed Araujo swinging the bat and hitting the victim, causing the latter’s baseball cap to pop off.</p><p>Officers arrested Araujo on a charge of aggravated battery with a deadly weapon.</p><p>As of Monday afternoon, he was being held in the Turner Guilford Knight Correctional Center with a bond listed as “to be set” in online records.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Kylian Mbappé of France scores 2 goals to reach 16 in World Cup career, tying for 2nd most]]></title><link>https://www.local10.com/sports/2026/06/22/kylian-mbappe-of-france-scores-2-goals-to-reach-16-in-world-cup-career-tying-for-2nd-most/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/kylian-mbappe-of-france-scores-2-goals-to-reach-16-in-world-cup-career-tying-for-2nd-most/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Mbappé is coming for Messi.]]></description><pubDate>Tue, 23 Jun 2026 02:41:55 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Mbappé is coming for Messi.</p><p>Kylian Mbappé of France scored two goals on Monday to reach 16 for his World Cup career, moving into a tie for second most in tournament history as he tries to keep pace with new record holder Lionel Messi.</p><p>“If I want to keep up with what Leo is doing,” Mbappé said after France beat Iraq 3-0 to reach the knockout stage, “I’ll have to do even more.”</p><p>France is counting on it as Mbappé tries to lead Les Bleus to their second World Cup title in the last three tournaments. Mbappé would consider it a bonus if he could win it all and pass Messi for the World Cup goals record.</p><p>The 27-year-old Mbappé is 11 years younger than Messi and should have at least two or three more World Cups to secure the record — at least until the next young superstar comes around to challenge him.</p><p>“He's here to score goals and that’s something he’s been doing,” France coach Didier Deschamps said. “He’s somebody that has a worldwide aura.”</p><p>Playing in his third World Cup, Mbappé scored in the 14th minute against Iraq, giving Les Bleus a 1-0 lead in his 100th international game. After a weather delay that extended the halftime break to more than two hours, Mbappé found the net again in the 54th minute to move into a tie with Miroslav Klose of Germany, who had the goals record before this high-scoring World Cup began.</p><p>Messi scored twice for Argentina earlier Monday to set the tournament record at 18. He had equaled Klose with his first World Cup hat trick in Argentina’s 3-0 win over Algeria last Tuesday night in Kansas City, Missouri.</p><p>“Leo always scores,” Mbappé said.</p><p>Mbappé sent a left-footed strike from about 20 yards out past Iraq goalkeeper Ahmed Basil, who got his first start in the tournament after captain Jalal Hassan allowed all four goals in Iraq’s 4-1 loss to Norway.</p><p>For his second goal, Mbappé took advantage of a poor pass to the goalkeeper by Iraq defender Zaid Tahseen. France's Ousmane Dembele controlled the loose ball and passed to Mbappé, who tapped it in with his right foot.</p><p>The Real Madrid forward had a chance at the hat trick on a late breakaway but missed before he was subbed out at the 90-minute mark. He is one of two men with a hat trick in a World Cup final.</p><p>“I've seen enough criticism on his egotistical side,” Deschamps said. “But that’s not who he is. I reiterate, he’s the team captain. And he’s a bright example for the rest of the group.”</p><p>Mbappé helped France win the World Cup in 2018 and reach the final in 2022, when he was awarded the Silver Ball as the second-best player. Joined up front by Désiré Doué and reigning Ballon d’Or winner Ousmane Dembélé, France entered this year's tournament as a co-favorite with Spain.</p><p>Dembélé also scored in the second half to complete a dominant performance for France. Les Blues won in 1998 and 2018, then lost the 2022 final to Argentina on penalty kicks.</p><p>Mbappé, one of two men to have a hat trick in a World Cup final, scored his 13th and 14th World Cup goals in France’s 3-1 tournament-opening victory over Senegal. He now has 59 international goals, two more than Oliver Giroud for the most in France's rich history.</p><p>His World Cup goals include four this year; eight in 2022, when he won the Golden Boot as the top scorer; and four in 2018.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IRKG4LAX7FFQKOZLFMF6X6O6SU.jpg?auth=c43f16ef596b3f7415ee52ca228ffd0947a1cbf4546211578fbcd822b80295f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) celebrates after scoring their second goal as Iraq's Zaid Tahseen (4) reacts during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2NXMTO2MMEQTFRKLRRL5LL5HEY.jpg?auth=86cd24a454049154c4b2dccf27e68a5a283314e657090f9c22e483b3c58c6f38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Ousmane Dembele (7) celebrates with Kylian Mbappe (10) after scoring their third goal during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GKEUOLSAUJWXICUMKIMS4PS63U.jpg?auth=4ad715da7a26fa618513f9b287135e1e46c1c837c77291b551b9a059e547f20d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) celebrates after scoring his team's first goal during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 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/SETC5GSK5M7L2O4A725GNYNTMY.jpg?auth=85c39f4051d036c40d17263a0d9d45f2ab0fdcc4001799a0b52fc49c04c23f50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) scores his team's first goal during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 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/O6GLLIORREYT6JUEWA4FO3OGSQ.jpg?auth=f6a3bdcb11cf6bba3a3742b5e8a9a2c70e1b0a05d5fed3d2e96a8726822be85c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe scores his side's opening goal against Iraq during the World Cup Group I soccer match in Philadelphia, Monday, June 22, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Detectives arrest 2 men accused of using master keys to steal mail in Davie ]]></title><link>https://www.local10.com/news/local/2026/06/22/detectives-arrest-2-men-accused-of-stealing-mail-in-davie/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/detectives-arrest-2-men-accused-of-stealing-mail-in-davie/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Detectives accused Rashad Sattar and Shon Filsaime of using two master keys to steal from hundreds of mailboxes in Davie, records show. ]]></description><pubDate>Mon, 22 Jun 2026 21:25:39 +0000</pubDate><content:encoded><![CDATA[<p>Detectives accused Rashad Sattar and Shon Filsaime of using two master keys to steal from hundreds of mailboxes in Davie, records show. </p><p>Sattar, 29, and Filsaime, 46, appeared in Broward County court on Friday after detectives arrested them on Thursday in Davie. </p><p>Detectives found the duo at a gas station in a black BMW with hundreds of pieces of mail that included credit cards, checks, and an identification. </p><p>Sattar was out on bond for another case. </p><p>Detectives reported the duo had been stealing from mailboxes at the Crexent Business Centers, at 12555 Orange Drive, in Davie.</p><p>Flamingo Commons Office Park tenants at 12401-12555 Orange Drive also suspected thieves had broken into their mailboxes. </p><p>Shirley Vasquez said she took precautions. </p><p>“I don’t leave the checks overnight.</p><p>Sattar and Filsaime both faced charges of burglary on an unoccupied structure, grand theft, and fraudulent use of ID. The U.S. Postal Inspector was also investigating. </p>]]></content:encoded></item><item><title><![CDATA[Goals are being scored at a record pace at the World Cup. The ball is one reason for the surge]]></title><link>https://www.local10.com/sports/2026/06/22/goals-are-being-scored-at-a-record-pace-at-the-world-cup-the-ball-is-one-reason-for-the-surge/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/goals-are-being-scored-at-a-record-pace-at-the-world-cup-the-ball-is-one-reason-for-the-surge/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[GUADALAJARA, Mexico (AP) — It’s been goals galore so far at the World Cup.]]></description><pubDate>Tue, 23 Jun 2026 01:17:56 +0000</pubDate><content:encoded><![CDATA[<p>GUADALAJARA, Mexico (AP) — It’s been goals galore so far at the World Cup.</p><p>The tournament has been one of the highest-scoring in history so far and produced nearly 25% more scoring than the same span of games in the previous World Cup.</p><p>One reason for the increase in scoring might be the ball that FIFA is using for this tournament.</p><p>FIFA says the ball has been designed with deep seams to produce “optimal in-flight stability,” and players and coaches say it has been rocketing toward goalkeepers at a high velocity. There is also added grip to help striking and dribbling in wet or humid conditions.</p><p>“This ball is as fast as a cannonball. I think today and the last couple of days, you saw if you kick the ball in the right position, it’s extremely difficult to save,” Austria coach Ralf Rangnick said.</p><p>The games are also running longer because of increased stoppage time related to hydration breaks that are new for this tournament, allowing more scoring opportunities. And the tournament has a bigger talent gap because of the expanded 48-team field that debuted this year.</p><p>Colombia coach Néstor Lorenzo said he was not surprised by the number of goals considering the talent of the players at the World Cup. He said also said attackers are more protected by officials than they used to be.</p><p>“They didn’t have this protection some 20, 30 years ago, when they were hit a lot more, when rough play was a lot more common,” he said Monday. “Today, any team that defends well and uses counterattacks and tries to play, can manage to do well.”</p><p>The result: Fans were treated to 121 goals in the first 40 games of the tournament, and many of them came from internationally known players.</p><p>Premier League players are scoring the most</p><p>More than half the goals scored so far in the tournament were by players from the top three professional leagues in England, Germany and Spain. The English Premier League leads the way.</p><p>The trend was on full display over the weekend in the match between the Netherlands and Sweden, a 5-1 triumph for the Dutch. All six goals were scored by players who competed in the Premier League in the 2025-26 season.</p><p>“I think the Premier League is more intense than this World Cup,” said Gabriel Martinelli, a Brazil player from Arsenal. “But it’s certainly still a very beautiful World Cup, with high-quality and intense matches.”</p><p>Real Madrid, Inter Miami of Major League Soccer and Liverpool were the clubs whose players have produced the most goals. Miami, of course, is all because of one man — Lionel Messi, who has five goals in two games.</p><p>In addition to the nearly 30 goals from English clubs, 16 came from the German league, 11 from the Spanish league, seven from the French league and five from the Italian league.</p><p>MLS saw its players score eight times. Messi had a hat trick in Argentina’s opening match and another two on Monday. The other MLS goals came from FC Dallas’ Petar Musa of Croatia, Atlanta United’s Matías Galarza of Paraguay and the Portland Timbers’ Finn Surman of New Zealand.</p><p>When FIFA announced the official squads, there were 200 players based in England at the club level, nearly two times more than the 109 players based in Germany.</p><p>The tallies for the goals were made based on the players’ clubs when the official squad announcements were made.</p><p>Real Madrid and Liverpool at the top</p><p>Real Madrid players scored seven times — four from France’s Kylian Mbappé, two from Brazil’s Vinícius Júnior and one from England’s Jude Bellingham.</p><p>Madrid did not have any players called up for Spain’s national team for the first time. It signed Marc Cucurella from Chelsea during the tournament, though, making one of its own a part of the World Cup with La Roja.</p><p>Liverpool got three goals from Dutch players — two by Cody Gapko and one by Virgil van Dijk. Another goal came from Sweden’s Alexander Isak, and the other was scored by Egypt's Mohamed Salah, who was still listed as a Liverpool player when the squads were announced.</p><p>Bayern Munich had four goals — two by England’s Harry Kane and one each by Germany’s Jamal Musiala and Colombia’s Luis Díaz.</p><p>Bayern was the team with the second-most players called up for the tournament with 18. Manchester City was the first with 19, though its only four goals at the World Cup so far came from Norway's Erling Haaland.</p><p>How many goals are we talking about?</p><p>With 121 goals scored by 88 players in the first 40 games of the tournament, the average per game was at three goals. There were only three 0-0 draws, and eight of the goals were own-goals.</p><p>The tournament is on pace to shatter the 172-goal record from Qatar in 2022. The records aren't an apples-to-apples comparison because the 2022 edition only had 64 matches compared with 104 this year.</p><p>But the pace for 64 matches this year is at almost 194 goals, well beyond the record from four years ago.</p><p>The trend in scoring goes beyond the World Cup. The Champions League has set records in the past two seasons: 3.27 goals per game in 2024-2025 and then 3.47 goals per game in 2025-2026.</p><p>___</p><p>AP World Cup: https://apnews.com/FIFA-World-Cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HSKJW7Z3QTV44SJHWAAJ6XO2QY.jpg?auth=ce4310c8b10010eeb0e87f6782999bbd5f951bb9c36ee0f8e95a877a61323388&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) celebrates after scoring the opening goal during the World Cup Group J soccer match between Argentina and Algeria in Kansas City, Mo., Tuesday, June 16, 2026. (AP Photo/Ed Zurga)]]></media:description><media:credit role="author" scheme="urn:ebu">Ed Zurga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TD3Q7HAXLMQDIKBL4QEFSTLHWA.jpg?auth=cab4f2ea684693f177c37f11a244f1a254856e5611653ed5b91fd9a29c581b2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Jonathan David (10) celebrates after scoring their second goal during the World Cup Group B soccer match between Canada and Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Emma Peterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Peterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OCE4OLXL2SDACCID32DSHNX6NE.jpg?auth=8236a887a93f1c03a43955b2ed55c5587fc8358f3d9d95e00cc43a541ae96a0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Cody Gakpo celebrates scoring his side's third goal against Sweden during a World Cup Group F soccer match in Houston, Saturday, June 20, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UDBQFJ47QOV3X26NNRIZPWWBVU.jpg?auth=6056ef0d027a5e656dc1652207a47079d349502fb5f12fa95318893d81551947&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vinicius Junior (7) celebrates after scoring his side's third goal during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 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[Trump on Colombian presidential election: Abelardo De la Espriella ‘won BIG’]]></title><link>https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/21/trump-backed-abelardo-de-la-espriella-wins-with-4966-of-colombian-votes/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[U.S. President Donald Trump congratulated Abelardo De la Espriella, Colombia’s new president-elect, during a phone call on Sunday, according to De La Espriella’s campaign. ]]></description><pubDate>Mon, 22 Jun 2026 03:22:56 +0000</pubDate><content:encoded><![CDATA[<p>U.S. President Donald Trump congratulated Abelardo De la Espriella, Colombia’s new president-elect, during a phone call on Sunday, according to De La Espriella’s campaign.</p><p><a href="https://www.local10.com/espanol/2026/06/22/trump-celebra-triunfo-de-el-tigre-de-la-espriella-en-colombia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/22/trump-celebra-triunfo-de-el-tigre-de-la-espriella-en-colombia/"><b>Leer en español</b></a></p><p>De la Espriella, a defense attorney who campaigned as the law-and-order candidate “El Tigre,” or “The Tiger,” and José Manuel Restrepo, a former finance minister and the vice president-elect, celebrated in Barranquilla.</p><p>“He Won, BIG,” Trump wrote <a href="https://truthsocial.com/@realDonaldTrump/posts/116791057884875243" target="_self" rel="" title="https://truthsocial.com/@realDonaldTrump/posts/116791057884875243">on Truth Social</a> about De la Espriella on Sunday night.</p><p>About 41 million Colombians were eligible to vote, 26.3 million cast their ballots in the runoff election, including 12.9 million who voted for De la Espriella, according to Colombia’s National Registry.</p><p>With 99.99% of the polling stations’ ballots tallied, 49.66% voted for De La Espriella, 47, and 48.7% for Cepeda, 63, according to the <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">runoff election’s results</a> released by Colombia’s National Registry on Sunday.</p><figure><img src="https://www.local10.com/resizer/v2/AETGA2W2M3ARWVRHGNTWKUU7YM.jpg?auth=61ddddd1fb8c87b1f2b2f0b7e2bed04c00b16c42bc61bcf24ac22f4e67c90922&smart=true&width=1200&height=900" alt="Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement and his vice-presidential running mate, Jose Manuel Restrepo, ride in a bulletproof booth toward a celebration rally after election results showed him leading in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)" height="900" width="1200"/><figcaption>Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement and his vice-presidential running mate, Jose Manuel Restrepo, ride in a bulletproof booth toward a celebration rally after election results showed him leading in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)</figcaption></figure><p>As Colombian judges scrutinized the preliminary results of the runoff presidential election, Colombian President Gustavo Petro and Iván Cepeda, the left-wing presidential candidate, did not recognize the results.</p><p>“As of today, there is no elected president until the electoral commissions deliver their results,” Petro wrote in a statement released on X on Sunday night. “As I said this morning, I will accept the result that the judges declare because that is what the law orders.”</p><p>Once Colombia’s independent electoral authorities review and announce the legally binding result, De La Espriella plans to be sworn into office for his four-year term as the country’s 48th president on Aug. 7. </p><figure><img src="https://www.local10.com/resizer/v2/4AHLOQGF7CVKAR52QIF5HETWJI.jpg?auth=0627f9ec7cda76ea49f64ddeb12afd1b498ab9869e4704bfb7938e4433687ceb&smart=true&width=1200&height=900" alt="A supporter of presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement light a flare at a celebration rally after polls closed in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)" height="900" width="1200"/><figcaption>A supporter of presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement light a flare at a celebration rally after polls closed in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)</figcaption></figure><p>U.S. Secretary of State Marco Rubio released a statement saying he had also congratulated De la Espriella during a conversation over the phone. </p><p>“The Trump Administration looks forward to working closely with your incoming administration to advance regional security cooperation, end illegal immigration to the United States, and strengthen our economic ties,” Rubio wrote to De La Espriella <a href="https://x.com/SecRubio/status/2068851809440116849" target="_self" rel="" title="https://x.com/SecRubio/status/2068851809440116849">on X</a>. “Colombia’s best days are ahead.”</p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="es" dir="ltr">.<a href="https://x.com/POTUS?ref_src=twsrc%5Etfw">@POTUS</a> Trump: ¡Felicitaciones a El Tigre, Abelardo de la Espriella, el nuevo Presidente de Colombia! <a href="https://t.co/Qnm22tJT04">pic.twitter.com/Qnm22tJT04</a></p>&mdash; US Embassy Bogota (@USEmbassyBogota) <a href="https://x.com/USEmbassyBogota/status/2069160143858655313?ref_src=twsrc%5Etfw">June 22, 2026</a></blockquote> <script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Iván Cepeda reacts to ‘not official or binding’ preliminary vote count</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win</a></li></ul><ul><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul>]]></content:encoded></item><item><title><![CDATA[Christian Pulisic returns to training with US after missing last World Cup match with injury]]></title><link>https://www.local10.com/sports/2026/06/22/christian-pulisic-returns-to-training-with-us-after-missing-last-world-cup-match-with-injury/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/christian-pulisic-returns-to-training-with-us-after-missing-last-world-cup-match-with-injury/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[IRVINE, Calif. (AP) — Christian Pulisic returned to training with his U.S. teammates on Monday after missing their most recent match of the World Cup with a calf injury.]]></description><pubDate>Mon, 22 Jun 2026 20:13:37 +0000</pubDate><content:encoded><![CDATA[<p>IRVINE, Calif. (AP) — Christian Pulisic returned to training with his U.S. teammates on Monday after missing their most recent match of the World Cup with a calf injury.</p><p>Pulisic participated in warmups and ball drills during the 15 minutes of practice open to the media in Orange County. The team gave no formal update on the status of the AC Milan midfielder, who has been limited to one dynamic half of play in the unbeaten Americans’ home World Cup.</p><p>Pulisic didn’t play in the Americans’ 2-0 victory over Australia in Seattle last Friday. He played the first half of their tournament-opening victory over Paraguay, catalyzing two of the U.S. team’s three goals in the first half of a historic 4-1 win before coming off at halftime with stiffness from the injury incurred the previous week in training.</p><p>Pulisic trained apart from his teammates during the workouts between the first two games, so his return to the full squad was obviously encouraging. He had been limited to gym workouts, resistance training and light ball work during his absence.</p><p>“It’s a tough situation when you’re going through a small, little knock,” U.S. teammate Alex Zendejas said Monday. “It’s an important tournament where obviously everyone wants to be able to get out there 100%, but (we don’t) talk about the injury or talk about the moment (Pulisic) is going through. (We) talk about other stuff, try to get his mind off of it. Just be there for him.”</p><p>The U.S. finishes group play on Thursday night at SoFi Stadium against Turkey in a meaningless game for the group-winning Americans and the already-eliminated Turks.</p><p>The Americans’ first knockout match is on July 1 in Santa Clara, California.</p><p>U.S. coach Mauricio Pochettino still didn’t have his entire roster on the field at Great Park. Midfielder Cristian Roldan missed practice with a strained muscle.</p><p>___</p><p>AP World Cup: https://apnews.com/FIFA-World-Cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P2W4OWPMB64A4UVNWBFLRPWCTE.jpg?auth=94a46f5e75b45e2adac2507f7c771d8006de59ccfc9d90365c1c1c9544972e0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/54WQAZUZYVQQ42TFRT74IQM4YQ.jpg?auth=62dbab5a8654d86ef562ceee8e862048007137057acc87b86a3f27a4dae62c8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) acknowledges fans during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Maddy Grassy)]]></media:description><media:credit role="author" scheme="urn:ebu">Maddy Grassy</media:credit></media:content></item><item><title><![CDATA[Perú instala escáneres donados por EEUU en megapuerto clave de capitales chinos en el Pacífico]]></title><link>https://www.local10.com/espanol/2026/06/22/peru-instala-escaneres-donados-por-eeuu-en-megapuerto-clave-de-capitales-chinos-en-el-pacifico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/peru-instala-escaneres-donados-por-eeuu-en-megapuerto-clave-de-capitales-chinos-en-el-pacifico/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — Perú inauguró el lunes dos escáneres donados por Estados Unidos para detectar “mercancías ilícitas” en contenedores en tiempo real y sin necesidad de abrirlos en el estratégico puerto de Chancay, situado sobre el Pacífico y controlado por una empresa estatal china.]]></description><pubDate>Mon, 22 Jun 2026 21:03:09 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Perú inauguró el lunes dos escáneres donados por Estados Unidos para detectar “mercancías ilícitas” en contenedores en tiempo real y sin necesidad de abrirlos en el estratégico puerto de Chancay, situado sobre el Pacífico y controlado por una empresa estatal china.</p><p>La agencia estatal de aduanas peruana dijo en sus redes sociales que los “escáneres de rayos x de alta energía” permitirán además “optimizar los tiempos del control aduanero, los costos logísticos, así como fortalecer la seguridad de la cadena de suministro internacional”.</p><p>En la inauguración de los equipos estuvo presente el embajador de Estados Unidos en Perú, Bernie Navarro, quien vestía una gorra de béisbol con las siglas en inglés DEA, de la agencia antidrogas estadounidense. La embajada de Estados Unidos precisó luego en un comunicado que los escáneres fueron donados por la Oficina de Asuntos Internacionales de Narcóticos y Aplicación de la Ley, del Departamento de Estado.</p><p>La embajada estadounidense añadió que los escáneres detectarán “mercancías ilícitas”, agilizarán el comercio y garantizarán la “transparencia en las operaciones portuarias”. Estados Unidos también capacitará a funcionarios peruanos para operar los escáneres de manera independiente.</p><p>Perú es uno de los principales productores mundiales de cocaína, según la DEA, y el segundo cultivador global de hoja de coca —materia prima de esa sustancia prohibida—después de Colombia, según la Oficina de las Naciones Unidas contra la Droga y el Delito.</p><p>En 2023 el gobierno peruano admitió ante el Parlamento el aumento “exponencial” del narcotráfico. Las áreas de la Amazonía donde se siembra la hoja de coca sumaron 89.755 hectáreas en 2024, mientras que en 2014 alcanzaron las 42.900 hectáreas, según datos oficiales.</p><p>El puerto de Chancay, inaugurado el 14 de noviembre de 2024 por el presidente chino Xi Jinping durante una visita a Perú, tiene como accionista mayoritaria a COSCO Shipping, una empresa estatal china que es la operadora de puertos, buques y logística más grande del mundo.</p><p>Un día después de la inauguración, Estados Unidos anunció la donación a Perú de los escáneres por un valor superior a los 8,5 millones de dólares. La Casa Blanca indicó en esa fecha que los escáneres iban a garantizar que la carga que transita por el puerto “no represente una amenaza para la seguridad de Perú”.</p><p>El puerto —con una inversión de más de 1.300 millones de dólares— es el más profundo de Latinoamérica con 17,8 metros, lo que permite la llegada de los barcos cargueros más grandes del mundo.</p><p>El jueves pasado el embajador de China en Perú, Song Yang, dijo en una ceremonia en el puerto de Chancay que en poco más de un año se han habilitado tres rutas marítimas principales y cuatro rutas alimentadoras que llegan a los principales puertos de China, "así como a puertos de Colombia, Ecuador, Chile y Panamá”.</p><p>China es el primer socio comercial de Perú por más de una década, con inversiones claves en diversos rubros como la electricidad y la minería, además del puerto de Chancay.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N36BLW5ZPZJ2DXQDPISNDGEMUQ.jpg?auth=485304554dbb2a697b30b15d38bd54de0fc12d73eccf43177bd5a769e80a0d48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Un buque de carga atracado en un puerto financiado por China en Chancay, Perú, el 12 de noviembre de 2024. (Foto AP/Silvia Izquierdo, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content></item><item><title><![CDATA[Miami chop shop suspect faces 77 charges in 4 new cases ]]></title><link>https://www.local10.com/news/2026/06/22/miami-chop-shop-suspect-faces-77-charges-in-4-new-cases/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/22/miami-chop-shop-suspect-faces-77-charges-in-4-new-cases/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 34-year-old man faced 77 charges on Monday after Miami detectives accused him of working at a “chop shop” in Model City, records show. ]]></description><pubDate>Mon, 22 Jun 2026 20:49:53 +0000</pubDate><content:encoded><![CDATA[<p>A 34-year-old man faced 77 charges on Monday after Miami detectives accused him of working at a “chop shop” in Model City, records show. </p><p>Detectives arrested Diego Ceden, also known as Diego Cedenflorimon, on June 18 at 6807 NW 7th Ave., in Model City, records show. </p><p>Detectives reported finding “rooms filled floor-to-ceiling with Honda vehicle parts wrapped in black plastic and staged for storage, distribution, and sale.” </p><p>There was a blue Honda CR-V that “had been cut into multiple large sections,” and a white Honda CR-V “shell that had been cut apart,” according to the detectives’ reports. </p><p>Ceden, who lived at the commercial property, “knowingly possessed, stored, concealed, dismantled, or trafficked in stolen motor vehicle parts,” a detective wrote, according to an arrest report. </p><p>A gray Honda Civic had the VIN of a 2022 Honda and the engine of a 2025 Honda that had been reported stolen on May 6 in Miami, according to detectives. </p><p>There were engines from a white 2026 Honda Civic that was stolen on May 28 in Miami-Dade, a white 2025 Honda CR-V that was stolen on June 12 in Broward, and a blue 2025 Honda CR-V that was stolen on June 12 in Miami-Dade, according to detectives’ reports. </p><p>A passenger airbag was from a 2021 Honda Accord that had been reported stolen on March 17, 2024, in Philadelphia, Pennsylvania, according to detectives. </p><p>A complete dashboard assembly with an attached airbag was from a white Honda CR-V that was stolen on May 10, in Sanford, Fla., according to detectives. </p><p>Detectives found 56 airbags, eight catalytic converters, body panels, a hood, bumpers, a trunk lid, and a book bag with Ceden’s U.S. passport, car keys, Honda CR-V titles, and ownership documents associated with FG Auto Sales, according to reports. </p><p>Ceden was at the Metrowest Detention Center on Monday after Miami-Dade corrections booked him shortly before 7 p.m. on June 18, according to county inmate records. </p><p>Miami-Dade prosecutors filed three new cases against Ceden on June 20 and one new case on June 19, according to court records. </p><p>The list of the 77 charges he faces includes 55 counts of knowingly possessing, selling, or installing stolen, uninstalled airbags, or salvaged airbags; and eight counts of possessing, purchasing, selling, or installing a stolen catalytic converter. </p><p>The list also includes three counts of grand theft auto; two counts of criminal mischief; and two counts of possessing a vehicle with an altered, removed, or obscured Vehicle Identification Number. </p><p>Ceden also faced charges of resisting arrest without violence; operating a business without a local business tax receipt; operating, owning, or aiding and abetting a chop shop; possession, sale, installation, alteration, or removal of airbags; grand theft; criminal mischief; and dealing in stolen property. </p><p>Miami-Dade County Circuit Judge Cristina Miranda was set to preside on the three June 20cases, and Judge Ritamaria Gonzalez was set to preside on the June 19 case, according to court records. </p><p><b>Location</b> </p><p><iframe src="https://www.google.com/maps/embed?pb=!3m2!1sen!2sus!4v1782159075338!5m2!1sen!2sus!6m8!1m7!1sAMb8-SOa5Uqvrc-vzSsytQ!2m2!1d25.836775036203!2d-80.20864465873412!3f359.9619016079274!4f1.1041367329273726!5f0.7820865974627469" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/33OIM2ANXVGP7H6Q25JP32AXUM.jpg?auth=7780a27adb9be7a57fe44072ef9c9f465fe42e124474ea0d2c08942b4b66d036&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami detectives arrested Diego Ceden, also known as Diego Cedenflorimon, on June 18 in Model City and he was at the Metrowest Detention Center on Monday in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Trae Young agrees to a 4-year extension with Washington Wizards, AP source says]]></title><link>https://www.local10.com/sports/2026/06/22/trae-young-agrees-to-a-4-year-extension-with-washington-wizards-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/trae-young-agrees-to-a-4-year-extension-with-washington-wizards-ap-source-says/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[Trae Young has agreed to a four-year extension with the Washington Wizards, one that would be worth about $212 million if he picks up the final year of the deal, a person with knowledge of the agreement told The Associated Press on Monday.]]></description><pubDate>Mon, 22 Jun 2026 20:46:19 +0000</pubDate><content:encoded><![CDATA[<p>Trae Young has agreed to a four-year extension with the Washington Wizards, one that would be worth about $212 million if he picks up the final year of the deal, a person with knowledge of the agreement told The Associated Press on Monday.</p><p>The fourth year of the agreement is at Young's option, said the person who spoke to the AP on condition of anonymity because the Wizards had not revealed the terms. Young will make around $49 million this coming season.</p><p>The deal is part of what could be a big week for the Wizards, who hold the No. 1 pick in the NBA draft that starts Tuesday night.</p><p>Young is a four-time All-Star who was sidelined by injuries for most of this past season, averaging just 17.9 points — more than seven points per game below his career average — in only 15 games with Atlanta and Washington. He made five appearances with the Wizards after getting traded to them by the Hawks, who had Young for his first 7 1/2 NBA seasons.</p><p>The dollar total that the sides agreed upon for this extension essentially matches the most that Young could have made on the free agent market if he signed somewhere other than Washington.</p><p>Young is averaging 25.1 points and 9.8 assists per game for his career. The only other player to average at least 25 points and nine assists for the entirety of an NBA career is Oscar Robertson.</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BJAY5Y7ZEUBTHMMCTAPCNOOYJI.jpg?auth=200c2d913a5c9bfbcf61ee11071fef00a43c0c6e4bf70462df8ae086eb3a45d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Wizards guard Trae Young attempts a technical foul free throw against the New Orleans Pelicans in the second half of an NBA basketball game in New Orleans, March 8, 2026. (AP Photo/Peter Forest, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Forest</media:credit></media:content></item><item><title><![CDATA[Coast Guard helicopter crashes on a training mission in Alaska and four crew members are injured]]></title><link>https://www.local10.com/news/national/2026/06/22/coast-guard-helicopter-crashes-on-a-training-mission-in-alaska-and-four-crew-members-are-injured/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/22/coast-guard-helicopter-crashes-on-a-training-mission-in-alaska-and-four-crew-members-are-injured/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description><![CDATA[Four crew members sustained minor injuries Monday when a Coast Guard helicopter crashed during a routine training flight in southeast Alaska, officials said.]]></description><pubDate>Tue, 23 Jun 2026 00:53:58 +0000</pubDate><content:encoded><![CDATA[<p>Four crew members sustained minor injuries Monday when a Coast Guard helicopter crashed during a routine training flight in southeast Alaska, officials said.</p><p>The MH-60 Jayhawk helicopter crashed several miles outside Sitka in a sparsely populated area near Harbor Mountain. The coastal town sits on Baranof Island. The surrounding Pacific Ocean currents limit extreme temperatures but deliver roughly 100 inches (254 centimeters) of rain every year.</p><p>Rescuers arrived around 11 a.m., about an hour after the crash, and took all four crew members to Mt. Edgecumbe Medical Center, a statement from the Coast Guard said.</p><p>“We are incredibly relieved our crew members survived with only minor injuries,” Rear Adm. Bob Little, commander of the Coast Guard’s Arctic District, said in a statement.</p><p>The Coast Guard will investigate the crash. It's not clear what caused it.</p><p>This helicopter crash followed a string of three major plane crashes this month.</p><p>A business jet crashed on a highway in Laredo, Texas, Tuesday night, killing one person on board. A B-52 crashed on June 15 during a test flight at Edwards Air Force Base in California and killed all eight people aboard. And on June 14, 12 people were killed when a plane on a skydiving outing in Missouri crashed.</p><p>___</p><p>Associated Press writer Becky Bohrer contributed to this report from Juneau, Alaska.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7WPDJVXN56AZIFQSIKQO5L4KEY.jpg?auth=f914879cec74c6649b833ae85320ad2c39843c4ad525468fa6f8dc6d4d7ab680&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A view of the United States Coast Guard headquarters building in Washington, June 21, 2019. (AP Photo/Susan Walsh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Walsh</media:credit></media:content></item><item><title><![CDATA[Judge blocks use of federal database to check citizenship, saying it could wrongly purge voters]]></title><link>https://www.local10.com/news/politics/2026/06/22/judge-blocks-use-of-federal-database-to-check-citizenship-saying-it-could-wrongly-purge-voters/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/judge-blocks-use-of-federal-database-to-check-citizenship-saying-it-could-wrongly-purge-voters/</guid><dc:creator><![CDATA[By ALI SWENSON and FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal judge on Monday ruled that a recently revamped version of a federal tool central to the Trump administration’s efforts to nationalize elections can no longer be used.]]></description><pubDate>Mon, 22 Jun 2026 23:36:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge on Monday ruled that a recently revamped version of a federal tool central to the Trump administration’s efforts to nationalize elections can no longer be used.</p><p>U.S. District Court Judge Sparkle L. Sooknanan sided with advocacy groups that argued the recent upgrades to the program, called Systematic Alien Verification for Entitlements, or SAVE, aggregated Americans’ sensitive personal data in a way that could result in voters being wrongly purged from voter rolls.</p><p>“All in all, the federal government has knowingly trampled on the privacy rights of American citizens in a manner that threatens the sacred right to vote,” Sooknanan said in an order explaining the decision. “This Court cannot stand idly by while that happens.”</p><p>She said Congress had expressly prohibited the government from centralizing Americans’ personal identifying information and that the federal agencies that created the SAVE program “knew that the database violates those statutory protections.”</p><p>The decision is a major legal setback for President Donald Trump in his efforts to use federal agencies to encourage a nationwide crackdown on having noncitizens illegally on state voter rolls. The modified SAVE system, which critics had referred to as an unlawful centralized federal database of voter information, had been a key pillar of the second election executive order the Republican president signed earlier this year. The ruling leaves its future uncertain.</p><p>“It’s amazing how hard the Left will fight to stop us from solving problems they insist do not exist,” James Percival, general counsel at the Department of Homeland Security, said of the ruling in a social media post.</p><p>The department referred to his post as its comment on the ruling. The Department of Justice did not immediately return a request for comment.</p><p>Voting by noncitizens was already rare</p><p>The executive order seeking to create a national voter list is among numerous steps Trump has taken during his second term to try to overhaul the way elections are run. He also has tried to force voters to provide documentary proof of citizenship to register to vote, ban mail ballots from counting if they are received after Election Day and prohibit the Postal Service from mailing ballots to people not on an approved list of voters. Most of those steps have been blocked by various courts, in part because the Constitution gives states and Congress the authority to set election rules, but provides no such power to the president.</p><p>Voting by noncitizens is already illegal and punishable as a potential felony that could lead to deportation. It also is rare, accounting for just a tiny fraction of those on state voter rolls,</p><p>The SAVE program was created under an immigration law mandating that DHS help federal, state and local agencies prevent government benefits from going to noncitizens. At least 25 states used it to check their voter rolls since April 2025, after the Trump administration significantly expanded its search abilities. Since then, at least 67 million registrations have been scanned through the program, but critics worry it could end up purging valid voters from the rolls.</p><p>Anthony Nel was one of those whose registrations were wrongly flagged. The South Africa native became a U.S. citizen more than a decade ago but had his voter registration in Denton, Texas, north of Dallas, cancelled temporarily last year after Texas ran its voter file through SAVE. The check wrongly identified him as a potential noncitizen.</p><p>“I hope others can see this fight and not take their right to vote for granted,” he said in a text message.</p><p>Right to keep Americans' data private is at heart of the case</p><p>The plaintiffs, including the League of Women Voters, the Electronic Privacy Information Center and five unnamed U.S. citizens, had alleged the revamped SAVE program violated Americans’ privacy and voting rights. The groups also alleged the Trump administration violated federal privacy laws by ignoring transparency requirements about the changes to the system.</p><p>“The agencies were scrambling to comply with an Executive Order aimed at reshaping federal elections, which directed them to create a system for mass voter verification,” the judge wrote. “So they haphazardly combined and repurposed the private information of millions of Americans, including citizenship data that they knew to be unreliable.”</p><p>Plaintiffs attorney Nikhel Sus told the court during the October hearing that naturalized citizens face a greater risk of unlawfully being purged from voter rolls.</p><p>“They are uniquely vulnerable to errors in the database,” said Sus, an attorney for Citizens for Responsibility and Ethics in Washington.</p><p>Sus said Monday he sees Sooknanan’s ruling as an “across the board victory” and noted the plaintiffs were pleased the judge’s ruling reinforced their argument that the federal government doesn’t have implied authority to freely share sensitive data across agencies.</p><p>Mark Johnson, who teaches at the University of Kansas law school and regularly pursues lawsuits over election laws, said “it couldn’t be more clear” that the SAVE program violates federal privacy laws.</p><p>He said an executive order from Trump cannot override a federal law.</p><p>“It’s an illegal idea. Plus it’s a bad idea,” he said.</p><p>Elon Musk's DOGE effort was crucial for updating the SAVE system</p><p>During the 2024 presidential campaign, as Trump pushed false claims of widespread noncitizen voting, Republican secretaries of state began requesting improvements to the SAVE system to make it more efficient for catching noncitizens on their rolls. One limitation was that the system had been able to check just a single individual at a time.</p><p>DHS, Citizenship and Immigration Services, and Elon Musk’s Department of Government Efficiency delivered on those requests in 2025, according to public announcements. They made SAVE free for election officials, allowed agencies to search voters by the thousands and began permitting queries using names, birthdays and Social Security numbers, as opposed to requiring DHS-issued identification numbers.</p><p>Several secretaries of state have said the SAVE overhaul improved its value as one of multiple tools they use to assess voter citizenship. But in her ruling, Judge Sooknanan said the plaintiffs had shown that the updated system had indeed been identifying some lawful voters as noncitizens and that states using it “are actively removing United States citizens from voter rolls based on inaccurate information.”</p><p>___</p><p>Swenson reported from New York. Associated Press writer John Hanna in Topeka, Kansas, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2TT3J2UFSB37OEBNTPI4ZJ3RKQ.jpg?auth=54ba99ef0898c1f8705b504a50cd107c5e44c1576dec87262e098c5172535649&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voting booths are set up at a polling location inside St. Luke's Methodist Church, Tuesday, June 16, 2026, in Oklahoma City. (AP Photo/Nate Billings)]]></media:description><media:credit role="author" scheme="urn:ebu">Nate Billings</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5QBIAKNKU3KYQFP4UWJ4M2G4LA.jpg?auth=47e5dbfad8ec32a15a71dc0a356c502781a10ab14ba4454a3edbfb81a38fb8b7&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 during an executive order signing about quantum computing, Monday, June 22, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[A plan to sell artifacts from the Titanic faces US government opposition]]></title><link>https://www.local10.com/news/weird-news/2026/06/22/a-plan-to-sell-artifacts-from-the-titanic-faces-us-government-opposition/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/06/22/a-plan-to-sell-artifacts-from-the-titanic-faces-us-government-opposition/</guid><dc:creator><![CDATA[By PATRICK WHITTLE and JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[A plan to auction more than 100 artifacts salvaged from the wreckage of the Titanic — including personal belongings, currency, kitchen items and decor — is facing pushback from the U.S. government, according to newly unsealed court documents.]]></description><pubDate>Mon, 22 Jun 2026 21:36:59 +0000</pubDate><content:encoded><![CDATA[<p>A plan to auction more than 100 artifacts salvaged from the wreckage of the Titanic — including personal belongings, currency, kitchen items and decor — is facing pushback from the U.S. government, according to newly unsealed court documents.</p><p>RMS Titanic Inc., the company that owns exclusive salvage rights to the famous wreck in the North Atlantic, wants to sell the artifacts for the first time despite previous agreements to only display them at museums and traveling exhibitions.</p><p>Georgia-based RMS Titanic proposed auctioning the artifacts and displaying them on a global tour in four cities, although those locations haven't been publicly revealed. Court documents filed in the U.S. referenced the company's plan to sell artifacts including a bronze cherub, a necklace of gold nuggets and a heart-shaped pendant.</p><p>The National Oceanic and Atmospheric Administration represents U.S. interests and oversight in the wreck site. The agency contends such a sale would violate RMS Titanic's legal obligations to the site, according to documents a judge ordered unsealed earlier this month.</p><p>In arguing that the auction should be prohibited, the government wrote that the company “does not seek the Court’s approval, does not believe that approval is required, and asserts that it is not restricted in its ability to sell” the artifacts.</p><p>Representatives for RMS Titanic did not respond to requests for comment Monday. Its attorneys previously said in a federal court filing that the proposed auction arrangement wouldn’t violate existing court orders and agreements about the artifacts.</p><p>This is the latest attempt to sell Titanic artifacts</p><p>Since 1987, salvage operations have retrieved thousands of items and even chunks of the Titanic’s hull. RMS Titanic makes money by exhibiting them.</p><p>Over the decades, the company has tried to sell artifacts to fund future explorations and as it faced financial trouble. But those efforts were roundly opposed by U.S. courts along with preservation groups and relatives of the victims. Some of the salvaged items belonged to passengers aboard the ship.</p><p>However, items saved by survivors or plucked from the water by rescuers can be sold and often fetch big sums. A life jacket worn by a passenger went for just over $900,000 in April, while a gold pocket watch given to the ship captain who rescued the survivors was sold for nearly $2 million in 2024.</p><p>Auctioneers say the unending fascination with the Titanic — which sank in 1912 after hitting an iceberg on its maiden voyage from Europe to New York, killing more than 1,500 people — and the rarity of artifacts adds up to high demand and exorbitant prices.</p><p>A trans-Atlantic dispute over the artifacts</p><p>RMS Titanic wants to auction some of the first artifacts salvaged from the wreck. Those items were taken to France, which awarded ownership of them to the salvager. French oceanographic institute IFREMER partnered with Woods Hole Oceanographic Institution on the discovery of the wreck.</p><p>The rest of the collection was retrieved during subsequent expeditions, and the salvage claim was made in a U.S. District Court in Norfolk, Virginia.</p><p>NOAA argues that all of the roughly 5,000 items — regardless of whether they were claimed in France or the U.S. — must remain in one collection based on conditions set by the U.S. court. NOAA also maintains on its website that a French court’s conditions required that the artifacts not be sold individually and be kept together as a single collection.</p><p>The company has argued, among other things, that the U.S. court lacks jurisdiction over the items claimed in France.</p><p>Representatives for the French government did not respond to requests for comment late Monday.</p><p>Pieces of history for all to see</p><p>Some undersea explorers have pushed back at the idea of selling Titanic artifacts, which they argue should be displayed in the public interest.</p><p>“I don’t have a problem with people recovering artifacts from the Titanic as long as it’s done careful, with proper archaeological techniques,” said Greg Stone, a veteran ocean explorer and ocean scientist. “I’d feel better if it was a nonprofit enterprise.”</p><p>Richard Daynard, a law professor at Northeastern University School of Law in Boston who specializes in public interest advocacy, said rules on the display and sale of Titanic artifacts are intended to preserve the wreckage for the benefit of the public, and so it can't be “picked up by billionaires for further display of their wealth and power.”</p><p>“If it’s something where someone can walk through their house and say ‘Yes, I bought this for $5 million and it’s original from the Titanic,’ that’s not a good thing,” he said.</p><p>___</p><p>Associated Press writers Ben Finley in Washington D.C. and Angela Charlton in Paris contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O5MT2RTRXBJ2LD2PID6C2ZZVZ4.jpg?auth=5459a080386c2dd3f058347a173e68a23c09b2a2154b056c37fc8aba8281ccc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Titanic leaves Southampton, England, April 10, 1912, on her maiden voyage. The company that owns the salvage rights to the Titanic is undertaking its first expedition to the wreckage of the ship in 14 years, and those involved in the mission said they have both heavy hearts and lofty goals for the trip. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[Senate passes a bipartisan housing bill aimed at increasing supply and lowering prices]]></title><link>https://www.local10.com/business/2026/06/22/senate-is-set-to-pass-a-bipartisan-housing-bill-aimed-at-increasing-supply-and-lowering-prices/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/senate-is-set-to-pass-a-bipartisan-housing-bill-aimed-at-increasing-supply-and-lowering-prices/</guid><dc:creator><![CDATA[By MICHAEL CASEY and MARY CLARE JALONICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Senate passed a bipartisan housing bill on Monday that aims to reduce federal regulations and expand local control, one of the most sweeping efforts in recent decades to increase supply and bring down prices.]]></description><pubDate>Mon, 22 Jun 2026 22:38:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Senate passed a bipartisan housing bill on Monday that aims to reduce federal regulations and expand local control, one of the most sweeping efforts in recent decades to increase supply and bring down prices.</p><p>The bill, which passed 85-5 and now heads to the House, has been the focus of intense negotiations in recent weeks as lawmakers in both parties try to address housing costs in an election year. The final version of the legislation bans corporate investors from buying single-family homes but doesn’t include a Senate provision that would have required investors to sell newly constructed homes within seven years.</p><p>The measure was the result of years of work to “lower costs, expand housing supply, cut red tape, protect taxpayers, and help more Americans achieve the dream of homeownership," said Senate Banking Committee Chairman Tim Scott, R-S.C., who worked with Democrats to get the bill passed.</p><p>Massachusetts Sen. Elizabeth Warren, the top Democrat on the banking panel, said it is the most significant housing bill to pass Congress since 1990, when the average home in America was sold for $150,000. Now it costs more than $500,000, she said.</p><p>The bill “acknowledges that the federal government has a role to play in lowering housing prices,” Warren told The Associated Press. "For the first time ever, private equity will be blocked from buying up single-family homes and trying to turn housing into one more Wall Street investment.”</p><p>Senate passage of the bill shapes up as a rare bipartisan legislative achievement when much of Republicans' agenda has stalled. The House is expected to give final approval later this week and send the bill to President Donald Trump, who has signaled his support.</p><p>Democratic Rep. Maxine Waters of California, who helped negotiate the legislation, said it was a “huge step toward finally addressing the affordable housing and homelessness crises in this country.”</p><p>Housing costs are a concern for both parties</p><p>Republicans and Democrats have embraced the bill as a way to show they are addressing the nation’s affordability crisis, driven in part by rising home prices due to a shortage of affordable housing. The U.S. housing market has been in a slump dating back to 2022, when mortgage rates began to climb from pandemic-era lows.</p><p>Sales of previously occupied U.S. homes have been hovering close to a 4-million annual pace going back to 2023 — well short of the 5.2-million annual pace that’s historically been the norm. Sales slowed last year to a 30-year low and have remained sluggish so far this year, declining in January and February versus a year earlier.</p><p>The Economic Report of the President in April found a shortage of 10 million homes, while a report this month from the Joint Center For Housing Studies at Harvard University found sales of existing homes were at three-decade lows and inventories were rising due to high home buying costs. “Cost burdens for both renters and owners continue to climb, while assistance remains profoundly underfunded,” the report said.</p><p>While the median U.S. monthly rent has been declining for nearly three years, it was still 17.2% higher in May than it was before the pandemic, according to data from Realtor.com.</p><p>Changes for grants, Section 8 and manufactured housing</p><p>To increase the supply of housing, the bill would streamline environmental reviews and speed up the construction process.</p><p>It would offer funding to local governments that build more housing, including Community Development Block Grant money to places exceeding the median rate of homebuilding. It would also provide new dollars for communities to turn abandoned infrastructure into housing, and offers a framework for communities that want to reform outdated zoning regulations, which often limit larger housing developments.</p><p>The legislation would allow banks to invest more in affordable housing and raise limits on the number of public housing units that can receive private financing through Section 8 funding to rehabilitate properties. And it would remove outdated requirements and expand federal financing to make manufactured homes more affordable.</p><p>“Manufactured housing produces some of the most cost-effective housing in America, but access to financing has been tightly restricted,” Warren said. “This creates the opportunity for more manufactured housing and, at the same time, creates a structure for people living in manufactured housing communities to organize and protect their investment in their homes.”</p><p>Lawmakers compromised on a disaster program</p><p>One of the sticking points between the two chambers was over a federal disaster recovery program.</p><p>An earlier Senate bill had permanently authorized block grant recovery funds, a change intended to ensure that funding requests aren't needed after every disaster. House lawmakers opposed that provision because of concerns over how the program was run, so they agreed on a three-year authorization instead.</p><p>The final bill has received widespread support in the housing community, both from organizations representing landlords and large property owners as well as groups that advocate for tenants and low-income renters.</p><p>“There is no magic wand that will fix this crisis overnight, and no single piece of legislation is perfect,” said David Dworkin, chief executive of the National Housing Conference, the nation’s oldest housing coalition.</p><p>“Compromise demands that. But this bill is a significant down payment on a long-term effort to make housing more affordable for all Americans.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4UVCDMIV7WMADESNOPIGMA7RXU.jpg?auth=d4ae1238b3d7f6d7335dd0cb4b54049a95624ca6075d7d561ef91928194cced8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is seen in the background of the ferris wheel as preparation continues for the Great American State Fair on the National Mall, Sunday, June 21, 2026, in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KT3N4YDOIL6I6XNWFBELCTARTA.jpg?auth=579b73918cd355fc3e7215f48ecd785e35cd16774116ecc9538b30f3f81f0bc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Tim Scott, R-S.C., asks questions following Treasury Secretary Scott Bessent's testimony before the Senate Committee on Finance hearing to examine the President's proposed budget request for fiscal year 2027, Wednesday, June 3, 2026 in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/66VJMTNMLH5BYTA5YF25OMCCZI.jpg?auth=df0f494087233b20e38e11697f40a58fc5047efd8e3ab62ad36f018d62fb5a2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Elizabeth Warren, D-Mass., asks questions following Treasury Secretary Scott Bessent's testimony before the Senate Committee on Finance hearing to examine the President's proposed budget request for fiscal year 2027, Wednesday, June 3, 2026 in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Jailers find cocaine pipe in woman’s vagina after Miami arrest for theft, kicking cop: Police]]></title><link>https://www.local10.com/news/local/2026/06/22/jailers-find-cocaine-pipe-in-womans-vagina-after-miami-arrest-for-theft-kicking-cop-police/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/jailers-find-cocaine-pipe-in-womans-vagina-after-miami-arrest-for-theft-kicking-cop-police/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A woman is facing multiple felony charges after authorities said an arrest for shoplifting led to her kicking a Miami police officer and to corrections officers finding a suspected cocaine pipe in her vagina.]]></description><pubDate>Mon, 22 Jun 2026 20:18:04 +0000</pubDate><content:encoded><![CDATA[<p>A woman is facing multiple felony charges after authorities said an arrest for shoplifting led to her kicking a Miami police officer and to corrections officers finding a suspected cocaine pipe in her vagina.</p><p>According to the Miami Police Department, an officer near the Target at 3825 NW Seventh St. in the city’s Flagami neighborhood was flagged down about a theft at around 4 p.m. on Saturday.</p><p>Police said they found a shopping cart with several items stolen from a nearby Bath &amp; Body Works and identified Christina Teresa Renne, 39, as the suspect “responsible for multiple retail theft incidents at several stores.”</p><p>Arrest reports state that she also had a baggie of suspected cocaine powder and said that when officers tried to put her in a cruiser, she kicked an MPD officer in the knee.</p><p>Authorities said that while being booked and searched at the Turner Guilford Knight Correctional Center, body-scanner images showed that Renne had “what appeared to be contraband inside of her vaginal area.”</p><p>An arrest report states that while in a secure area, Renne “removed a pipe with suspected cocaine residue from inside her vagina.”</p><p>Renne, alternatively listed in arrest reports as either homeless or residing in Miami Beach or Miami’s Little Haiti neighborhood, now faces charges of retail theft with a prior conviction, battery on a law enforcement officer, cocaine possession and introducing a controlled substance into a jail facility.</p><p>Jail records show she also had multiple probation warrants and remained at TGK as of Monday afternoon.</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/ELKQFBLXEJGLHJQRTFUDBGNNQE.jpg?auth=e41ef5d41939043accc357781507db5522bd4a089a23280068e312a2ce4e17e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christina Renne]]></media:description></media:content></item><item><title><![CDATA[First-time NASCAR Cup winner Corey Heim reaffirms Denny Hamlin’s shrewd eye for talent]]></title><link>https://www.local10.com/sports/2026/06/22/first-time-nascar-cup-winner-corey-heim-reaffirms-denny-hamlins-shrewd-eye-for-talent/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/first-time-nascar-cup-winner-corey-heim-reaffirms-denny-hamlins-shrewd-eye-for-talent/</guid><dc:creator><![CDATA[By NATE RYAN, Associated Press]]></dc:creator><description><![CDATA[The oldest and winningest active driver in the NASCAR Cup Series, as well as a shrewd team owner, Denny Hamlin has become a sounding board for his sage counsel.]]></description><pubDate>Mon, 22 Jun 2026 20:16:49 +0000</pubDate><content:encoded><![CDATA[<p>The oldest and winningest active driver in the NASCAR Cup Series, as well as a shrewd team owner, Denny Hamlin has become a sounding board for his sage counsel.</p><p>So he was a little surprised when protege Corey Heim went radio silent ahead of the inaugural race at Naval Base Coronado.</p><p>“I asked Corey before the race, ‘This is the first week you haven’t called me for advice, you didn’t think I’d bring anything to the table?’” Hamlin said with a smile. “Apparently, he was good.”</p><p>Indeed, Heim proved he had it handled with his upset win Sunday. By winning in only his 13th career start, the rising star reaffirmed that Hamlin has a keen eye for spotting talent while taking risks in building 23XI Racing with NBA legend Michael Jordan, his co-owner.</p><p>Four years ago, Hamlin and Jordan showed faith in Tyler Reddick by signing him more than 18 months before his Richard Childress Racing contract expired. Reddick escaped the deal’s final year and validated Hamlin’s faith with a championship round appearance.</p><p>Reddick opened this season by winning five of the first nine races (including the Daytona 500). The Cup Series points leader was on his way to a sixth win Sunday on the street course south of downtown San Diego before he got outdueled by Heim, who will move into Cup full time in 2027 as a teammate of Reddick and Bubba Wallace.</p><p>“Really surprised,” Hamlin said about Heim’s breakout performance. “Now if you would have asked me in the middle of the race, I wouldn’t have been that surprised. I got to race around him enough to know he had plenty of speed.”</p><p>As a top-level driver with 64 victories ( four this season ), the 45-year-old Hamlin has an edge over other team owners because he can scout prospects with a firsthand perspective while also speaking their language behind the wheel.</p><p>After winning the truck series championship last year, Heim passed on full time with other Cup teams and chose to race a partial schedule while waiting for the 2027 ride to open at 23XI Racing.</p><p>“I always just had a gut feeling that 23XI was where I wanted to be,” Heim said. “Just so much support from Denny and MJ. I talk to them on a very regular basis, and I’ve always felt like family. Their preparation is the best in the industry. It probably would have been advantageous to be full time as soon as possible, but my gut just told me to stay with it.”</p><p>Street race successes</p><p>A sellout crowd of 50,000 fans gathered on the active military base to witness the third first-time Cup winner this season.</p><p>NASCAR chief operating officer Ben Kennedy, who previously took the Cup Series to inaugural events in downtown Chicago and Los Angeles, said 67% of the attendees were NASCAR first-timers.</p><p>Though it’s unclear if Naval Base Coronado will be on the 2027 schedule, Kennedy vowed to stay aggressive in the future by scheduling at least one annual street race with an eye toward new metropolitan areas and military bases.</p><p>“There are a lot of strategic markets across the country that we would love to be in that have large military bases as well,” Kennedy said. “So we’ve talked about the Pacific Northwest, Colorado, the Northeast.”</p><p>San Diego drawbacks</p><p>There were some first-year hiccups for the Coronado track. Because of crashes in the truck, O’Reilly Auto Parts and Cup series races, the red flag was displayed on three consecutive days for repairs to the temporary walls.</p><p>The San Diego event weekend drew 125,000 over three days, but NASCAR limited capacity because of concerns about traffic on Coronado Island. After fan complaints Friday and Saturday, NASCAR summoned extra food trucks and staff on Sunday to help with concession stands and bathroom access.</p><p>“One of the things we’re most mindful of is the amount of people that you can frankly get on and off the base and still have a good fan experience,” Kennedy said. “We want to make sure that ingress and egress was palpable.”</p><p>Contentious debut</p><p>Front Row Motorsports driver Noah Gragson confronted Kevin Magnussen after being spun by the Formula One veteran who made his NASCAR debut. A heated discussion ended without resolution for Gragson and Magnussen, who collided multiple times.</p><p>“He was playing it a bit stupid out there,” said Magnussen, who joined his father, Jan, as the second Danish driver to make a Cup start. “He could have had a good race. He chose not to. I felt like I was in a fistfight the whole race through. Everyone was driving so well. It’s tough racing, but people have respect. You can’t mess around. I like that kind of racing. Big respect to everyone except that one guy, but I’ll deal with that.”</p><p>Magnussen, who races for BMW’s top sports car team, turned the fastest lap of the race in a 27th-place finish.</p><p>“I learned so much about the car,” he said. “I felt so much more confident toward the end of the race. The pace was there, the car was really good. Just super happy to get the opportunity to race in NASCAR. If I get a chance, I’ll be here. I loved every second of it.”</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P5T337HIK52SBU5NJRLBUU2EDQ.jpg?auth=08c250e04b5d9ad06e9331667074d86e063524cd95017083d20650522a92e310&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cory Heim, center, celebrates in Victory Lane after winning a NASCAR Cup Series auto race, Sunday, June 21, 2026, in Coronado, Calif. (AP Photo/Denis Poroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NNRBPN5KXORDABTUIUVXSGZH6E.jpg?auth=49783ef6f9ac75411cfd99f471e5ae7447b5cc0ae9af1da5f71eb208c740c7f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cory Heim, front right, celebrates with a teammate in Victory Lane after winning a NASCAR Cup Series auto race, Sunday, June 21, 2026, in Coronado, Calif. (AP Photo/Denis Poroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VISZR3LOWXNQ4RG2LHIZALVFVM.jpg?auth=e7e22cf6c8b3afa46a7f38108f52f992ef9f336f86214b85aa7c8cba0e35b034&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cory Heim competes in a NASCAR Cup Series auto race, Sunday, June 21, 2026, in Coronado, Calif. (AP Photo/Denis Poroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content></item><item><title><![CDATA[Georgia Democrats blast requirement to recount votes by hand in bill that would keep ballot QR codes]]></title><link>https://www.local10.com/news/politics/2026/06/22/georgia-democrats-blast-requirement-to-recount-votes-by-hand-in-bill-that-would-keep-ballot-qr-codes/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/georgia-democrats-blast-requirement-to-recount-votes-by-hand-in-bill-that-would-keep-ballot-qr-codes/</guid><dc:creator><![CDATA[By SUDHIN THANAWALA, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Legislation to keep Georgia's embattled vote-counting method in place for this year’s midterm elections faced strong opposition from state Democrats on Monday after Republicans in the Georgia Senate approved an amendment that would require a hand recount of ballots.]]></description><pubDate>Mon, 22 Jun 2026 19:58:34 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Legislation to keep Georgia's embattled vote-counting method in place for this year’s midterm elections faced strong opposition from state Democrats on Monday after Republicans in the Georgia Senate approved an amendment that would require a hand recount of ballots.</p><p>Georgia’s governor, Republican Brian Kemp, had called lawmakers into a special session in part to address a July 1 deadline that was set to ban the QR codes used for the official vote count. Legislators passed a law two years ago that set that deadline, but then failed to find a replacement for tabulating votes.</p><p>Some voting rights activists had warned that any changes so close to the midterm elections could create confusion at polling sites. Georgia is a political swing state where voters will decide high-profile races for U.S. Senate and governor in the fall.</p><p>State lawmakers last week appeared to have reached a deal on a bill to push the July 1 deadline back to 2028. But Republicans in the Senate approved an amendment over the weekend that would require a full hand recount of the two races at the top of ballot. In November, that would be the governor’s contest and a U.S. Senate election.</p><p>The amended bill passed the Senate on a party line vote, but the House did not immediately schedule it for a vote on Monday.</p><p>Georgia Democrats say a hand recount in November would create chaos that could sow doubt about the results. Research has shown that hand-counting is more prone to error, costlier and likely to delay results. It has gained traction, however, with Republican lawmakers in some states amid President Donald Trump’s repeated false claims about a stolen 2020 election.</p><p>“What we are experiencing is a Republican Senate who’s acting extraordinarily irresponsibly with Georgia’s elections and people’s votes,” state Rep. Saira Draper, a Democrat, said Monday.</p><p>Republican state Sen. Max Burns defended the Senate bill, saying hand counts and machine counts can “coexist and confirm each other’s ultimate results.”</p><p>“This amendment to a good bill is to strengthen it so that the voters have confidence in election security,” he said.</p><p>Georgia's current election system uses a QR code printed on ballots to tally the votes. It has drawn the ire of Trump, who claimed without evidence that voting machines in Georgia deleted or switched votes in the 2020 election. He narrowly lost the state to Democrat Joe Biden that year.</p><p>Georgia voting machines have been the subject of conspiracy theories, which manufacturer Dominion Voting Systems fought vigorously in court. But election integrity advocates also have raised concerns about the machines, arguing that they are vulnerable to hacking and that voters cannot be sure their selections are accurately reflected because people can’t read QR codes.</p><p>The Georgia Senate bill would extend the July 1 deadline to Jan. 1, 2028. It also would create a committee to recommend requirements for a new voting system. The committee would have until Jan. 31, 2027, to report its findings. State lawmakers would be responsible for funding, buying and implementing the new system for the 2028 election cycle.</p><p>The special session also was supposed to redraw Georgia’s congressional and legislative districts for the 2028 election, but state lawmakers postponed those plans.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MZFVTB5773XILEBJ7E6ZQ46YEI.jpg?auth=75c0d6625325af41d1aca389a75b3f331578c67720323f9d7a23309600800cfe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voting machine is seen as people vote in a runoff election at the C.T. Martin Recreation Center, Tuesday, June 16, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V7AO5HOVTKEMUNU636KHVVAXYQ.jpg?auth=5e4319bcd5e120e92c6443b8918cfcbcc2e5667ffac13acef3d58dd9b2ef5783&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voting machine is seen as people vote in a runoff election at the C.T. Martin Recreation Center, Tuesday, June 16, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Barry Manilow, Patti Smith, Carlos Santana and more mourn the death of Clive Davis]]></title><link>https://www.local10.com/entertainment/2026/06/22/barry-manilow-patti-smith-carlos-santana-and-more-mourn-the-death-of-clive-davis/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/22/barry-manilow-patti-smith-carlos-santana-and-more-mourn-the-death-of-clive-davis/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Music artists mourned the death of Clive Davis, one of the industry's most powerful figures who launched or resurrected the careers of artists ranging from Whitney Houston to Carlos Santana.]]></description><pubDate>Mon, 22 Jun 2026 21:04:27 +0000</pubDate><content:encoded><![CDATA[<p>Music artists mourned the death of Clive Davis, one of the industry's most powerful figures who launched or resurrected the careers of artists ranging from Whitney Houston to Carlos Santana.</p><p>Santana on Monday called Davis “a visionary.” Barry Manilow said music wasn't just business to Davis, “it was family.” Michael Bublé said the music executive “believed in people and their dreams.” Patti Smith thanked Davis for a half century of “love and support.”</p><p>Davis died Monday in his Manhattan apartment. A statement from the family says Davis “discovered, mentored, and championed the greatest artists in modern music history, leaving an indelible mark on culture that will endure for generations.”</p><p>Davis was 94.</p><p>Here's some reaction to Davis' death and his legacy.</p><p>Barry Manilow</p><p>“My heart is heavy with the loss of my friend Clive Davis. For fifty years we worked together, created together, argued together, and celebrated together. Yes, some would say it was business. But to Clive, it never was. It was family. And I was honored to be a part of his.” — on X.</p><p>Alicia Keys</p><p>“To Clive Davis, the visionary who transformed dreams into reality, leaving an indelible mark on music and lives worldwide.” — on Instagram.</p><p>Carlos Santana</p><p>“Clive Davis was a visionary. He could hear the intangible before anyone else could see it. He believed in Santana from the beginning, and years later he believed in us again. That kind of faith is a beautiful blessing, and I will always be grateful.</p><p>“Clive understood that music is more than entertainment. Music is a healing force. It brings people together beyond fear, beyond separation, beyond borders. He dedicated his life to championing artists and helping them share their gifts with the world.</p><p>“Clive recognized the light in people. He encouraged artists to trust their own voice and step into their destiny. Because of his vision, countless musicians were able to reach hearts across the planet.” — in a statement.</p><p>Patti Smith</p><p>“This is thanking Clive Davis for transforming music, and on a very personal note, for believing in me, shepherding my efforts and a half century of your love and support.” — on Instagram.</p><p>Rod Stewart</p><p>“I owe Clive so much. The force behind J Records, he was the only one who believed a rock singer could sing the standards with conviction. Other labels rejected the idea, and so The Great American Songbook was born, selling close to 40 million copies.” — on Instagram.</p><p>Bruce Springsteen</p><p>At 22 years old, he changed my life when he signed me to Columbia Records. He treated me with the same respect and kindness as a 22-year-old nobody as he did after all my success. A great man. — on Instagram.</p><p>Dionne Warwick</p><p>"I can think of no other record man that seemed to have that magical ability to know a hit when he heard a song. The entire music industry I'm sure will mourn his passing. He was one of a kind." — in a statement.</p><p>Michael Bublé</p><p>“Heartbroken to hear of the passing of Clive Davis. Clive wasn’t just a music legend, he was a champion of artists and someone who believed in people and their dreams. Forever grateful for his guidance, his generosity, and the opportunities he gave so many of us.” — on Instagram.</p><p>Paul Stanley</p><p>“The music world and all those who have loved music for 6 decades have lost the visionary and champion of so many artists in so many genres. A one of a kind genius.” — on X.</p><p>Stephen Bishop, songwriter and guitarist</p><p>“Clive did so much for artists and for the music business as a whole. He was truly one of a kind and lived an incredibly full and remarkable life. If you knew him, you knew he genuinely cared about artists. He could be tough, but he was always fair.” — on X.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6FYHQ35Y5CXTEBAEMY3BYOCQ7M.jpg?auth=757915a6a322bcabf3ce2cfe0ec6d4e172c3a752aa7a32a17b1e09b5fe9ac965&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Music producer Clive Davis, left, and recording artist Patti Smith embrace onstage at the Clive Davis Pre-Grammy Gala in Beverly Hills, Calif., on Feb. 9, 2013. (Photo by Chris Pizzello/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Longtime felon pepper-sprays employee in Aventura Nordstrom Rack robbery, cops say]]></title><link>https://www.local10.com/news/local/2026/06/22/longtime-felon-pepper-sprays-employee-in-aventura-nordstrom-rack-robbery-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/longtime-felon-pepper-sprays-employee-in-aventura-nordstrom-rack-robbery-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A woman with a long criminal history in Miami-Dade County dating back nearly three decades is now facing four more felony charges after Aventura police said she pepper-sprayed a loss prevention employee during a robbery at a Nordstrom Rack store on Friday.]]></description><pubDate>Mon, 22 Jun 2026 19:44:39 +0000</pubDate><content:encoded><![CDATA[<p>A woman with a long criminal history in Miami-Dade County dating back nearly three decades is now facing four more felony charges after Aventura police said she pepper-sprayed a loss prevention employee during a robbery at a Nordstrom Rack store on Friday.</p><p>Authorities said Pappy Tina Miller, 57, of Miami Beach, committed her latest crime while on probation. </p><p>Investigators said Miller began stealing items from the Nordstrom Rack at 20669 Biscayne Blvd. just after 2:40 p.m. and, about 10 minutes later, walked out with nearly $1,800 in concealed goods in a shopping cart. </p><p>An arrest report states that the loss prevention officer tried to detain Miller and recover the stolen items but she “immediately resisted his efforts to recover the stolen merchandise by maintaining control of the shopping cart and actively struggling with him.”</p><p>She then “forcefully” pushed him away, pepper-sprayed him and fled, the report states. </p><p>Police said they determined Miller’s identity and found her just after 4:10 p.m. in the area of a nearby Best Buy store.</p><p>According to police, she identified herself as “Anna” and “denied being Pappy Tina Miller.” But authorities said they were able to prove it was her.</p><p>The report states that “Miller denied stealing any items and claimed she had paid for everything in her possession” and denied pepper-spraying the worker. She had discarded the pepper-spray canister, police said. </p><p>Police arrested Miller on charges including armed robbery, armed grand theft, evidence tampering and felon in possession of a weapon.</p><p>It adds to Miller’s long history of criminal conduct in Miami-Dade.</p><p>Records show her first criminal conviction in Miami-Dade County was in 2001 for child neglect or abuse following an arrest in Sunny Isles Beach.</p><p>Miller, known by aliases including “Peppy Miller,” “Pappy Stevens” and “Renee Morales,” has <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=IR" target="_self" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=IR">spent time in state prison</a> after various Miami-Dade convictions, including for grand theft, credit card fraud and organized fraud.</p><p>She was <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=AO" target="_self" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L39859&amp;TypeSearch=AO">on probation</a> for a 2025 grand theft conviction at the time of her latest arrest on Friday, records show.</p><p>As of Monday afternoon, Miller was being held without bond in the Turner Guilford Knight Correctional Center.</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/FHYBA2HGPVAAZE6ORYPIUB4UB4.jpg?auth=9258241a63a04edbb54870ae3ed03e0ef70be125228d498af1ee8d762dbd6e70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pappy Miller]]></media:description></media:content></item><item><title><![CDATA[Inundaciones en Michigan exponen falta de información y preparación en zonas rurales]]></title><link>https://www.local10.com/espanol/2026/06/22/inundaciones-en-michigan-exponen-falta-de-informacion-y-preparacion-en-zonas-rurales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/inundaciones-en-michigan-exponen-falta-de-informacion-y-preparacion-en-zonas-rurales/</guid><dc:creator><![CDATA[Por TAMMY WEBBER y M.K. WILDEMAN, Associated Press]]></dc:creator><description><![CDATA[ONAWAY, Michigan, EE.UU. (AP) — Tom y Diane Peterman intentaron comprar un seguro contra inundaciones cuando se mudaron a su casa de retiro a orillas de Black Lake hace 14 años, pero les dijeron que no estaba disponible. A John Solum le dijeron que no estaba en una zona inundable cuando su familia compró allí una cabaña de la década de 1940.]]></description><pubDate>Mon, 22 Jun 2026 19:32:37 +0000</pubDate><content:encoded><![CDATA[<p>ONAWAY, Michigan, EE.UU. (AP) — Tom y Diane Peterman intentaron comprar un seguro contra inundaciones cuando se mudaron a su casa de retiro a orillas de Black Lake hace 14 años, pero les dijeron que no estaba disponible. A John Solum le dijeron que no estaba en una zona inundable cuando su familia compró allí una cabaña de la década de 1940.</p><p>Luego llegaron las históricas y devastadoras inundaciones de esta primavera en el norte de Michigan —en algunas zonas, por primera vez que alguien recuerde—, que anegaron viviendas, llevaron represas al borde del colapso y arrasaron carreteras. Decenas de condados quedaron bajo estado de emergencia.</p><p>El nivel de Black Lake aumentó tanto que el hielo flotante destrozó terrazas y se estrelló contra ventanas.</p><p>“Nunca habíamos visto algo así. Nunca”, afirmó Solum, quien sufrió inundaciones a menudo cuando vivía en Houston. El agua, que les llegaba hasta las rodillas, los obligó a arrancar pisos, paneles de yeso, muebles, ropa de cama y electrodomésticos.</p><p>En todo Michigan, miles se quedaron sin protección financiera luego que las lluvias récord de abril cayeran sobre la nevada récord de marzo. Peor aún, muchos no tenían idea de que estaban en riesgo pese a años de precipitaciones cada vez más intensas.</p><p>Su experiencia deja al descubierto vulnerabilidades en todo el país, según expertos, porque los mapas de llanuras de inundación no cubren todas las zonas. Además, el método de cartografía del gobierno federal es, posiblemente, anticuado y no toma en cuenta los riesgos reales a medida que el cambio climático aumenta las probabilidades de fenómenos meteorológicos más extremos.</p><p>La Agencia Federal para el Manejo de Emergencias (FEMA, por sus siglas en inglés) elabora y actualiza mapas que determinan quién está en una llanura de inundación y debe comprar seguro, y que ayudan a las comunidades a planificar. Pero no ha elaborado mapas en muchas zonas menos pobladas, incluidos algunos condados de Michigan que sufrieron inundaciones sin precedentes.</p><p>Black Lake, por ejemplo, se extiende por dos condados: Cheboygan, que tiene un mapa de llanura de inundación de la FEMA de 2012, y Presque Isle, donde la mayoría de las zonas nunca han sido cartografiadas. Este destino de verano y de jubilados desde hace mucho tiempo está rodeado de pequeñas cabañas y algunas casas más grandes.</p><p>Otro problema: los mapas de la FEMA se basan en los riesgos de que ríos, arroyos y otras vías fluviales se desborden. Pero no contemplan las inundaciones causadas estrictamente por lluvias cada vez más intensas que sobrepasan la infraestructura de drenaje pluvial en zonas urbanas e inundan pueblos rurales donde el agua no tiene adónde ir.</p><p>First Street, una empresa que investiga las implicaciones financieras del cambio climático, encontró más del doble de propiedades con un riesgo significativo de inundación en todo el país tras incorporar esos datos de precipitaciones a sus propios modelos y al cartografiar todo el país, incluidos arroyos más pequeños que la FEMA no incluye.</p><p>Eso incluye cuatro veces más propiedades en Michigan.</p><p>“No podía creerlo cuando empezamos a construir nuestro modelo: qué tan diferentes éramos de la FEMA”, declaró Jeremy Porter, economista jefe de First Street, quien sostiene que a los mapas federales “les falta toda una fuente de inundaciones”.</p><p>La FEMA utiliza esos datos adicionales de precipitaciones para ayudar a fijar las tarifas de los seguros, afirman expertos. Pero no está claro si intenta incorporarlos a la cartografía de llanuras de inundación.</p><p>La Oficina de Responsabilidad Gubernamental (GAO, por sus siglas en inglés), un organismo federal de supervisión, expresó hace cinco años su preocupación de que los mapas de peligros de inundación de la FEMA no reflejaran la mejor ciencia climática disponible ni las lluvias intensas.</p><p>La FEMA rechazó una solicitud de entrevista, pero señaló en un comunicado que el 95% de la población de Estados Unidos vive en zonas con mapas, los cuales son “instantáneas en el tiempo”. No respondió a preguntas sobre si las inundaciones de este año añaden urgencia a la cartografía de zonas menos pobladas o si está actualizando sus métodos de mapeo.</p><p>Cambio climático prepara el escenario para inundaciones devastadoras</p><p>Michigan vivió “realmente una inundación monumental” que en muchas zonas superó lo que se conoce como una inundación de 100 años —es decir, con un 1% de probabilidad de ocurrir en un año determinado—, dijo Matthew Occhipinti, coordinador estatal del Programa Nacional de Seguro contra Inundaciones.</p><p>Pero no fue una casualidad, indicaron expertos.</p><p>Una atmósfera más cálida retiene más humedad durante períodos más prolongados, lo que puede provocar fuertes lluvias o nevadas cuando se acumula lo suficiente. Y esta primavera, un Golfo de México “extraordinariamente cálido” propició tanto nieve como lluvia en la zona superior de la parte norcentral del país, explicó Richard Rood, científico climático de la Universidad de Michigan.</p><p>Una enorme tormenta de nieve en marzo dejó hasta 61-122 centímetros (2-4 pies) en el norte de Michigan. Luego, las lluvias récord de abril generaron más escorrentía de la que podían manejar las vías fluviales, las represas y las alcantarillas.</p><p>“Llamamos históricas a estas tormentas; eso sólo es cierto en comparación con el pasado”, dijo Rood, y añadió que Michigan y el vecino Wisconsin registraron el período del 1 de marzo al 15 de abril más húmedo del que se tenga registro. “Creo que es más apropiado considerarlo típico del clima del futuro”.</p><p>Por eso es importante actualizar los mapas de inundación y que las comunidades estén preparadas, señalaron expertos.</p><p>“Nunca deberían caer en la complacencia de pensar: ‘Caramba, acabamos de tener la gran inundación, así que estamos bien por otros 100 años o 500 años’”, advirtió Chad Berginnis, director ejecutivo de la Asociación de Administradores Estatales de Llanuras de Inundación. “La Madre Naturaleza no obedece los promedios estadísticos”.</p><p>Avance del mapeo de la FEMA es lento en zonas rurales</p><p>La FEMA ha estado trabajando para actualizar mapas existentes de llanuras de inundación —algunos con décadas de antigüedad—, pero ha logrado poco progreso en la creación de nuevos mapas en zonas rurales donde podría haber desarrollo, pese a un mandato del Congreso de 2012, subrayó Berginnis.</p><p>Históricamente, la agencia ha priorizado los lugares con mayor población y riesgo, lo cual tiene sentido por las limitaciones presupuestarias, explicó Berginnis, pero también deja sin cartografiar cerca de dos tercios de los arroyos, ríos y costas del país. Algunas de esas áreas son tierras federales deshabitadas que probablemente no serán mapeadas.</p><p>Su organización estima que cuesta entre 4.000 millones y 12.000 millones de dólares cartografiar por completo el país, pero la FEMA nunca ha tenido los fondos para hacerlo, afirmó.</p><p>Los administradores de llanuras de inundación temen que la agencia se quede aún más rezagada debido a importantes pérdidas de personal durante el gobierno del presidente Donald Trump.</p><p>La FEMA perdió cerca del 20% de su fuerza laboral total en 2025, según un informe de la GAO. Eso incluye alrededor del 25% de su personal permanente y más veterano, dijo Christopher Currie, quien audita a la FEMA para la GAO.</p><p>“Estamos muy preocupados”, expresó Currie, y añadió que la FEMA ya sufría una falta crónica de personal incluso antes del segundo mandato de Trump. Ahora tendría que desviar recursos de muchos programas, incluido el mapeo, para responder a múltiples desastres.</p><p>Algunas comunidades no entienden sus riesgos</p><p>Lograr que la información precisa sobre el riesgo de inundación llegue a las comunidades es un desafío incluso más allá del mapeo de llanuras de inundación.</p><p>Las comunidades deben participar en el Programa Nacional de Seguro contra Inundaciones antes que los propietarios puedan comprar pólizas respaldadas por la FEMA y vendidas por compañías privadas. Pero muchas —incluidas varios cientos en Michigan, según Occhipinti— nunca se han incorporado.</p><p>Las comunidades pueden participar sin un mapa. Pero los expertos dicen que aquellas que no lo han hecho quizá nunca hayan sufrido inundaciones dañinas o no entienden el programa de seguros.</p><p>También podrían no darse cuenta de que tienen un riesgo elevado si se basan en el Índice Nacional de Riesgo de la FEMA, una herramienta separada del mapeo. El índice asigna una sola puntuación al riesgo general de una comunidad ante cualquier tipo de desastre natural, y asume que no hay riesgos de inundación si la comunidad no tiene un mapa de llanura de inundación, dijo Berginnis.</p><p>Eso significa que una comunidad con una puntuación baja podría en realidad tener riesgos elevados de inundación, señaló, lo que “les da a las personas una sensación de seguridad absolutamente equivocada”.</p><p>Pero incluso la participación en el programa no garantiza que los propietarios reciban información precisa.</p><p>Diane Peterman, quien evacuó cuando el espacio bajo su casa se llenó de agua, contó que intentó comprar seguro tres veces, pero le dijeron que no podía, aunque su municipio participa en el Programa Nacional de Seguro contra Inundaciones.</p><p>“Me dijeron: ‘Usted no está en una zona inundable’, y yo respondí: ‘Pero vivo en un lago’”, relató Peterman, quien después se enteró de que su vecino sí tenía seguro.</p><p>En Michigan, una póliza promedio cuesta alrededor de 1.000 dólares por 250.000 dólares de cobertura, aunque esa tarifa puede variar ampliamente según factores como el valor de la vivienda y la ubicación, dijo Occhipinti. Algunas compañías venden seguros privados contra inundaciones, aunque es raro, añadió.</p><p>Berginnis señaló que los propietarios y las comunidades deberían buscar información más allá de lo que proporciona la FEMA.</p><p>“Los mapas de inundación de la FEMA siempre deberían ser el comienzo del camino y no el final”, sostuvo. “Tal vez los estados y las comunidades deban dar un paso al frente y liderar un poco más”.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Consulte las normas de la AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PUKWH44KT3WXQRJSDQUINLTORE.jpg?auth=aea6eeb0fc74031d956434fa5aefbb04253802a173707f0c297b695095fff8e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Peterman limpia los destrozos del exterior de su casa tras las recientes inundaciones en Black Lake, el miércoles 29 de abril de 2026, en Grant Township, Michigan. (Foto AP/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[De la Espriella: el abogado que conquistó las urnas en Colombia al margen de la política tradicional]]></title><link>https://www.local10.com/espanol/2026/06/22/de-la-espriella-el-abogado-que-conquisto-las-urnas-en-colombia-al-margen-de-la-politica-tradicional/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/de-la-espriella-el-abogado-que-conquisto-las-urnas-en-colombia-al-margen-de-la-politica-tradicional/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ y REGINA GARCÍA CANO, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El conservador Abelardo de la Espriella logró ser el más votado en la segunda vuelta presidencial de Colombia con su imagen de outsider al margen de los partidos tradicionales, una tendencia que se abrió paso en América Latina en los últimos años.]]></description><pubDate>Mon, 22 Jun 2026 20:09:50 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El conservador Abelardo de la Espriella logró ser el más votado en la segunda vuelta presidencial de Colombia con su imagen de outsider al margen de los partidos tradicionales, una tendencia que se abrió paso en América Latina en los últimos años.</p><p>Con casi el 100% de las mesas electorales informadas, el conteo preliminar de la Registraduría ubica a De la Espriella con 49,66% de apoyo y al progresista Iván Cepeda con 48,70%. La diferencia entre ambos es de más de 250.000 votos.</p><p>Cepeda no reconoció el conteo e impugnó 33.000 mesas de votación esperando que sean revisadas en el escrutinio que realizarán en los próximos días jueces y en base al cual será declarado el ganador.</p><p>Los casos de El Salvador, Ecuador y Argentina</p><p>Glaeldys González, analista del International Crisis Group para los Andes, dijo a The Associated Press que lo que representa De la Espriella “va muy de la mano" con lo que simboliza Nayib Bukele en El Salvador o Daniel Noboa en Ecuador. "Ese tipo de liderazgos que están ofreciendo una alternativa a las clases políticas tradicionales o conocidas en el país... para Colombia sería una situación inédita”.</p><p>Son líderes impulsados por electores inconformes con gobiernos anteriores y que quieren soluciones para los problemas económicos y la inseguridad.</p><p>Noboa, quien asumió la presidencia en 2023, es el heredero de un emporio que incluye el negocio de las bananas. Entró a la contienda electoral de Ecuador con solo meses de experiencia como asambleísta nacional y se convirtió en la sorpresa.</p><p>Bukele rompió con el bipartidismo que rigió en El Salvador por tres décadas, aunque tenía experiencia como alcalde de Nuevo Cuscatlán y de San Salvador, la capital.</p><p>Otro caso es el de Javier Milei, un economista que se hizo famoso en Argentina como comentarista de televisión y en las redes sociales. Armó un partido y fue diputado poco antes de llegar a la presidencia a fines de 2023 prometiendo terminar con la acelerada inflación y los vicios de la “casta política”.</p><p>En Colombia, De la Espriella logró vencer en primera vuelta a políticos conservadores más experimentados como la senadora Paloma Valencia, miembro del opositor Centro Democrático que lidera el influyente expresidente Álvaro Uribe Vélez (2002-2010).</p><p>Para Yann Basset, profesor de Ciencia Política de la Universidad del Rosario, De la Espriella marca una “nueva etapa de la derecha colombiana” que en el pasado estuvo muy marcada por el liderazgo de Uribe Vélez, quien apadrinó a dos de sus sucesores.</p><p>“De la Espriella hoy día es el que ocupa un poco este espacio que deja vacío el uribismo, al ya no ser una referencia tan obvia para las generaciones jóvenes de derecha y los sectores populares”, explicó Basset a AP. “Hay de pronto un desgaste del personal político que lleva al éxito de este populismo de los outsider en contra de la clase política”.</p><p>Basset resaltó que Colombia ya había mostrado un cansancio por figuras tradicionales en 2022, cuando la sorpresa de la primera vuelta electoral fue el empresario Rodolfo Hernández —quien sólo había sido alcalde de una ciudad intermedia a sus 77 años— gracias a su discurso centrado en la lucha contra la clase política “corrupta”. Hernández fue vencido en un balotaje por Petro.</p><p>Colombia polarizada</p><p>Sin posibilidades de ser reelegido, Petro quería continuar su legado progresista con el experimentado Cepeda, un filósofo con una banca en el Senado y facilitador de diálogos de paz con armados. El mandatario saliente instó a los ciudadanos a rechazar “el fascismo” con el que identificaba a De la Espriella, un empresario y abogado apoyado por el presidente estadounidense Donald Trump.</p><p>Trump felicitó de nuevo el lunes a “El Tigre”, como se apoda De la Espriella, señalándolo como el “nuevo presidente de Colombia” y recalcó que fue un “gran honor” apoyarlo. Agregó en su cuenta de Truth Social que espera trabajar en conjunto para construir una relación bilateral sólida que traiga grandeza a ambos países.</p><p>Cepeda llamó el lunes a sus partidarios a esperar el escrutinio en calma, tras protestas focalizadas en Bogotá y Cali, en el suroeste del país, en medio de la incertidumbre por los estrechos resultados. Además exigió a De la Espriella a no amenazarlo en sus discursos: “No nos asustan ni sus rugidos ni sus alaridos”, dijo a la prensa.</p><p>Los resultados mostraron una ciudadanía polarizada entre dos propuestas antagónicas.</p><p>“No me gusta ninguno de los dos, pero le tengo pánico a la continuidad”, aseguró a la AP María del Rosario Villaveces, de 66 años, tras votar en el balotaje en un barrio acomodado de Bogotá.</p><p>Con una participación de más de 26 millones de personas, más de 426.800 mostraron su disconformidad con los dos candidatos al votar en blanco.</p><p>Villaveces, pensionada y dedicada a actividades artísticas, dijo que le inquieta que De la Espriella “no tenga ni idea de la política”, pero aseguró que le da “un poquito de tranquilidad” su fórmula vicepresidencial, José Manuel Restrepo, porque “sí conoce y tiene una buena estructura”.</p><p>Restrepo ha sido directivo de varias universidades y en el gobierno del conservador Iván Duque (2018-2022) fue ministro de Industria y Comercio y luego de Hacienda.</p><p>De la Espriella centró su propuesta en la mano dura contra el “narcoterrorismo” y acabar de tajo con los esfuerzos de diálogo con grupos armados ilegales que llevó a cabo Petro, una política muy cuestionada por su falta de resultados.</p><p>Las elecciones se celebraron una década después de la histórica firma del acuerdo de paz con la guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC), pero la violencia resurgió con fuerza por la disputa entre los armados por acaparar rentas ilegales a partir del narcotráfico y la minería ilegal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HOHYVDWVDRFXOPGRIKDR43QMUQ.jpg?auth=3d9a3db7cef0fe87183b474567babf780d0be8d893de180c4262be234d853e04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Abelardo de la Espriella, del movimiento opositor Defensores de la Patria, se dirige a sus seguidores desde el interior de una cabina blindada en un mitin de celebración tras conocerse los resultados de la segunda vuelta, que le situaban en cabeza en Barranquilla (Colombia), el domingo 21 de junio de 2026. (Foto AP/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ZP7DBYH6AQHME3JLR4JRYAETA.jpg?auth=58a60f2a7798dae92676217efffb9ac5b323b0f4cf562aaffefae31e2b443c05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El senador Iván Cepeda, candidato presidencial de la coalición gobernante Pacto Histórico, ofrece una rueda de prensa al día siguiente de la segunda vuelta de las elecciones presidenciales en Bogotá, Colombia, el lunes 22 de junio de 2026. (Foto AP/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Colombia’s preliminary vote count showing De La Espriella’s narrow victory is ‘accurate,’ registrar says]]></title><link>https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/colombias-preliminary-vote-count-showing-de-la-espriellas-narrow-victory-is-accurate-registrar-says/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[After judges’ certification, Hernán Penagos, Colombia’s national registrar, announced on Monday that the preliminary vote count after the runoff presidential election was “accurate.” ]]></description><pubDate>Mon, 22 Jun 2026 17:43:11 +0000</pubDate><content:encoded><![CDATA[<p>After judges’ certification, Hernán Penagos, Colombia’s national registrar, announced on Monday that the preliminary vote count after the runoff presidential election was “accurate.” </p><p>More than 41.4 million Colombians were eligible to vote, and over 26.3 million cast their ballots on Sunday, <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">according</a> to the Colombian National Registry. </p><p>Abelardo De La Espriella, the right-wing candidate, was the president-elect after winning 250,830 votes more than Iván Cepeda, the left-wing candidate, according to the national registry’s <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">latest report</a>. </p><p>U.S. President Donald Trump endorsed De La Espriella, 47, a criminal defense attorney and entrepreneur, and Colombian President Gustavo Petro supported Cepeda, 63, a senator and human rights advocate. </p><p>With information from 99.99% of the polling stations, 122,017 out of 122,020, the <a href="https://resultados.registraduria.gov.co/v2/resultados/0/00/" target="_self" rel="" title="https://resultados.registraduria.gov.co/v2/resultados/0/00/">data</a> showed 49.66%, or 12,959,542, voted for De La Espriella, and 48.7%, or 12,708,712, voted for Cepeda. </p><p>There were <a href="https://puestosdevotacionexterior.cancilleria.gov.co/" target="_self" rel="" title="https://puestosdevotacionexterior.cancilleria.gov.co/">more than 250</a> precincts for the <a href="https://www.economist.com/the-americas/2026/06/18/the-colombian-diaspora-is-overwhelmingly-right-wing" target="_self" rel="" title="https://www.economist.com/the-americas/2026/06/18/the-colombian-diaspora-is-overwhelmingly-right-wing">Colombian diaspora</a> worldwide. In South Florida, Colombian voters cast their ballots in Coral Gables, Kendall, Hialeah, Coral Springs, and Weston. </p><p>Related story:<a href="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/22/de-la-espriella-wins-8057-of-runoff-election-votes-from-colombians-in-us-data-shows/"> Colombians’ vote in U.S.: 80.57% vote for De La Espriella, 18.43% for Cepeda</a></p><p>De La Espriella, a father of five who campaigned as “The Tiger,” a law-and-order candidate, and a fan of Salvadoran President Nayib Bukele, celebrated with supporters on Sunday night in Barranquilla.</p><p>Cepeda, who is a political rival of former Colombian President Álvaro Uribe, met with supporters in Bogotá to say that the preliminary results needed to be scrutinized. </p><p>Cepeda campaigned as the candidate who wants to protect the environment, continue negotiations with armed groups for their surrender, and prioritize welfare programs. </p><p>De La Espriella said he planned to open mega prisons, cut corporate taxes, restart oil exploration and fracking, increase spending on law enforcement, and cut social spending. </p><p>During the presidential election’s first round <a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">on May 31</a>, De la Espriella had 43.73% of the votes when he qualified for the runoff against Cepeda, who had 40.91% of the votes. About 70% of the voters in the U.S. chose De La Espriella <a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">on May 31</a>. </p><p>Petro’s four-year term ends on Aug. 7, when De La Espriella plans to be sworn in as Colombia’s 48th president. </p><p><b>Related reporting</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/ivan-cepeda-reacts-to-not-official-or-binding-preliminary-vote-count-in-colombia/">Election in Colombia: Iván Cepeda reacts to ‘not official or binding’ preliminary vote count</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-trump-backed-de-la-espriella-heads-for-narrow-presidential-win/">Historic day for Colombians: Trump-backed De la Espriella heads for narrow presidential win</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/historic-day-for-colombians-polls-close-after-polarized-runoff-to-elect-48th-president/">Polls close in South Florida</a></li><li><a href="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/21/polls-open-for-colombia-runoff-election-including-in-south-florida/">Polls open in South Florida</a> </li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AETGA2W2M3ARWVRHGNTWKUU7YM.jpg?auth=61ddddd1fb8c87b1f2b2f0b7e2bed04c00b16c42bc61bcf24ac22f4e67c90922&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement and his vice-presidential running mate, Jose Manuel Restrepo, ride in a bulletproof booth toward a celebration rally after election results showed him leading in Barranquilla, Colombia, Sunday, June 21, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Keith Tkachuk is elected to the Hockey Hall of Fame after his sons become NHL teammates]]></title><link>https://www.local10.com/sports/2026/06/22/keith-tkachuk-is-elected-to-the-hockey-hall-of-fame-after-his-sons-become-nhl-teammates/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/keith-tkachuk-is-elected-to-the-hockey-hall-of-fame-after-his-sons-become-nhl-teammates/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[Keith Tkachuk waited more than a decade and a half from the end of his NHL playing career to get the call from the Hockey Hall of Fame. Not known for his patience, Tkachuk was so overcome with emotion that he waited 45 minutes to tell his family.]]></description><pubDate>Mon, 22 Jun 2026 21:34:53 +0000</pubDate><content:encoded><![CDATA[<p>Keith Tkachuk waited more than a decade and a half from the end of his NHL playing career to get the call from the Hockey Hall of Fame. Not known for his patience, Tkachuk was so overcome with emotion that he waited 45 minutes to tell his family.</p><p>“I said, ‘Hey, you guys want to have a beer together?’” Tkachuk recalled. “And I told them and broke the news to them there.”</p><p>The timing gave them even more reason to celebrate. Tkachuk was elected to the Hall of Fame on Monday, less than 24 hours after his sons became teammates when Brady was traded from Ottawa to Florida, joining older brother Matthew, during a weekend that also included a U.S. Olympic gold medal celebration and a baptism.</p><p>“It's been a great weekend for the Tkachuks,” Keith said. “It’s been a crazy weekend, but this tops it off. ... This is the ultimate, for sure.”</p><p>The patriarch nicknamed “Walt” Tkachuk is part of a player class that includes center Patrice Bergeron, who won the Stanley Cup with Boston in 2011 and the Selke Trophy as the league's top defensive forward six times, and goaltenders Carey Price from Montreal and Pekka Rinne from Nashville.</p><p>U.S. women’s hockey pioneer Cindy Curley and executive Brian Burke in the builder category also are set to be inducted on Nov. 9 at a ceremony in Toronto.</p><p>Tkachuk was one of the premier power forwards of his era, playing in the 1990s and 2000s as part of the first great generation of American pro players. He recorded 1,121 points in 1,290 games, counting the playoffs, with Winnipeg, Phoenix, St. Louis and Atlanta, and was part of the U.S. team that won the 1996 World Cup of Hockey.</p><p>Bergeron, who spent his entire career with the Bruins, was chosen in his first year of eligibility. Price and Rinne were selected in their second, with Henrik Zetterberg and Rod Brind'Amour among those passed over again.</p><p>“You knew what you were going to get every single time you played against him: You had to dig in,” Tkachuk said of Brind'Amour, fresh off coaching Carolina to the Stanley Cup two decades after captaining the Hurricanes to a championship. “Hats off to him. He’ll be here, there’s no doubt in my mind, as a player and as a builder.”</p><p>Price and Bergeron played together on Canada's 2014 Olympic gold medal-winning team. That was during Price's prime, which included winning the Hart Trophy as NHL MVP, Vezina as top goalie and the Lester B. Pearson as the most outstanding player as voted by his peers following a dominant 2014-15 season with the Canadiens.</p><p>“During Carey's heyday, every goalie wanted to play like him,” said Rinne, who is the first player to make the Hall of Fame after spending his entire career with the Predators and is ranked in the top 25 in wins, save percentage and shutouts in league history.</p><p>Curley skated in the first International Ice Hockey Federation Women's World Championship in 1990. Her 11 goals, 12 assists and 23 points in five games remain single-tournament records, and she'll be the 15th women's player to go in the Hall at a peak of the sport with the PWHL thriving.</p><p>“When I was playing, I was I hopeful I could play on a girls team at some point,” Curley said. “Seeing it progress to Olympics and now the professional (level) and seeing how great the players are, it’s just wonderful.”</p><p>Burke won the Stanley Cup as Anaheim's general manager in 2007, one of several front-office stops for him, along with time spent as the NHL's director of hockey operations. Burke also took on a leading role in hockey's Pride efforts and was a longtime advocate of the women's game, including a stint as executive director of the PWHL Players Association.</p><p>“They’re on the same level for me,” Burke said of the Cup and his off-ice advocacy. “That was just as important as anything else I’ve ever worked on.”</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BXBG636G5TCBTFMSF6CGARNCHA.jpg?auth=e35276990c7b951cce0201a3d55b61060c7db81d41b2c43d8b097651d28bff04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - St. Louis Blues' Keith Tkachuk skates during the first period of an NHL hockey against the Anaheim Ducks game, April 9, 2010, in St. Louis. (AP Photo/Jeff Roberson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F5J63ZKCI5YQWZXWLVVXRFF7NM.jpg?auth=7849dec2944fdc2abf8a29a8219bd5f8ce1847aa1625fad18caf4056518bddc7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boston Bruins' Patrice Bergeron plays against the Tampa Bay Lightning during the second period of an NHL hockey game, March 25, 2023, in Boston. (AP Photo/Michael Dwyer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Dwyer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RCTPJPT5RUODMQQL2GS3WNCUQU.jpg?auth=7fdac33d3ff6b422ad5345288dcc487622bbaf0577f16d857c2aaf0d8c19195b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cindy Curley addresses the media before her induction into the United States Hockey Hall of Fame in Detroit, Dec. 2, 2013. (AP Photo/Carlos Osorio, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carlos Osorio</media:credit></media:content></item><item><title><![CDATA[Messi sets World Cup scoring record as defending champion Argentina advances to knockout stage]]></title><link>https://www.local10.com/news/2026/06/22/messi-sets-world-cup-scoring-record-as-defending-champion-argentina-advances-to-knockout-stage/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/22/messi-sets-world-cup-scoring-record-as-defending-champion-argentina-advances-to-knockout-stage/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Lionel Messi set a World Cup record with his 17th and 18th goals, and defending champion Argentina advanced to the knockout stage with a 2-0 victory over Austria on Monday.]]></description><pubDate>Tue, 23 Jun 2026 05:25:09 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Lionel Messi set a World Cup record with his 17th and 18th goals, and defending champion Argentina advanced to the knockout stage with a 2-0 victory over Austria on Monday.</p><p>Messi had a golden opportunity to break the record in the ninth minute, but went wide to the right on a penalty kick. Almost 30 minutes later, Messi caught Alexander Schlager leaning the wrong way after Thiago Almada let Facuno Medina's pass go by him directly onto Messi's left foot.</p><p>“There were moments when I was really angry about missing the penalty, but I was able to make up for it,” Messi said.</p><p>In the waning seconds of injury time, Messi extended his record by sending a shot through several defenders after Schlager turned away his first attempt. He entered the game even with Germany striker Miroslav Klose, who scored 16 goals over four World Cups from 2002-14.</p><p>“Beyond anything I’m so happy for the win,” Messi said. “It was huge, tough and difficult. It would allow us to be relaxed to what’s ahead. All matches in this World Cup are very even, very intense. I’m enjoying this moment and craving to enjoy with my teammates.”</p><p>Two days before his 39th birthday and with an ailing father back home, Messi celebrated twice with teammates to the delight of the decidedly pro-Argentine crowd at the sold-out home of the NFL’s Dallas Cowboys.</p><p>Most of those fans were wearing Messi’s familiar No. 10 jersey with white and blue stripes, dwarfing the small pockets of red-clad Austrian supporters under the retractable roof that offered air-conditioned comfort on the second day of what is sure to be another hot Texas summer.</p><p>The scoring record came 40 years to the day since the late Diego Maradona’s “goal of the century” — another No. 10 who made a solo run from the other side of midfield to give Argentina a two-goal lead in a 2-1 victory over England in the 1986 World Cup quarterfinals in Mexico City. Argentina went on to win the title.</p><p>Messi joined Just Fontaine and Jairzinho as the only players to score in six straight World Cup games, and he's second among men all-time with 122 international goals to Cristiano Ronaldo's 143.</p><p>Argentina extended its winning streak in the tournament to eight since a shocking loss to Saudi Arabia in its 2022 opener in Qatar.</p><p>La Albiceleste clinched the top spot in Group J with Jordan's 2-1 loss to Algeria on Monday night. Messi's playing status will be in question with nothing at stake when Argentina returns to AT&T Stadium to face Jordan in a group-stage finale Saturday night. Jordan has already been eliminated.</p><p>Messi has scored all five of Argentina goals in the tournament and has 12 World Cup goals since turning 35. The eight-time Ballon d’Or winner as soccer’s best player in Europe had his first World Cup hat trick in Argentina’s 3-0 win over Algeria in its Group J opener last week in Kansas City.</p><p>Trailing by a goal early in second-half injury time, Austria winger Patrick Wimmer went just wide on a header after Kevin Danso had sent a header his direction off a free kick.</p><p>“I think that we were in possession of the ball more than other people expected,” Austria coach Ralf Rangnick said through an interpreter. “Unfortunately, we weren’t able to nullify every counter attack.”</p><p>Austria, which opened with a 3-1 victory over Jordan, can advance with a win over Algeria on Saturday in Kansas City.</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6QC7JGGCG7NLW7WUBFXXRM4TSQ.jpg?auth=8f9df9523d1402fbec52efd2e5a5b319cc68131b4f61352e18cb022e8c532599&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) celebrates scoring his side's first goal against Austria with teammates during the World Cup Group J soccer match in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XFLCYND36YDMSTG63X7BAZRBVY.jpg?auth=09f3dcfd554155ac25ebbc7521ea0ab0121a223c702e5e82dea79830336f2174&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KTK3KXTMJ2C44W525MODTRIA4Y.jpg?auth=bb97f99ade9fffeb7a36fefccd14bb9a480ff1e5ddf328dacedb22da5995fe8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi, bottom, attempts a shot on goal during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZYZ5DUOSAVZL2NLZWT6LKQABQY.jpg?auth=c7ba230746b5d4c14f6a513254a584da96d5c3a34ad580df60155361ef008811&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi falls during the World Cup Group J soccer match against Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NDCD4DA2HKF6NCGPP5NZ4FTM6I.jpg?auth=6bd9ba795cc2fd00679083a59814295eebad3ea4f3a861b66a0904b99b9ffb17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austria's Michael Gregoritsch (11) and Argentina's Valentin Barco battle for the ball during the World Cup Group J soccer match in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Dolphins training camp dates announced Monday]]></title><link>https://www.local10.com/sports/local/2026/06/22/dolphins-training-camp-dates-announced-monday/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/22/dolphins-training-camp-dates-announced-monday/</guid><dc:creator><![CDATA[Brandon Liguori]]></dc:creator><description><![CDATA[The NFL announced training camp reporting dates for all 32 teams Monday as the countdown to football’s return in South Florida continues.]]></description><pubDate>Mon, 22 Jun 2026 19:07:22 +0000</pubDate><content:encoded><![CDATA[<p>The NFL announced training camp reporting dates for all 32 teams Monday as the countdown to football’s return in South Florida continues.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Here are the 2026 Training Camp reporting dates: <a href="https://t.co/0UHOrM0kud">pic.twitter.com/0UHOrM0kud</a></p>&mdash; Ian Rapoport (@RapSheet) <a href="https://x.com/RapSheet/status/2069090619180433538?ref_src=twsrc%5Etfw">June 22, 2026</a></blockquote><p>Miami Dolphins rookies are scheduled to report to the Baptist Health Training Complex in Miami Gardens on July 21.</p><p>Veterans will report July 28, one week after the rookies.</p><p>There will be plenty of new faces, including general manager Jon-Eric Sullivan, head coach Jeff Hafley and quarterback Malik Willis, whom the Dolphins signed in March to a three-year, $67.5 million contract that includes $45 million guaranteed.</p><p>As Hafley noted during an offseason news conference, the Dolphins will hold two joint practices, and the dates for those sessions were also released Monday.</p><p>Miami will travel to Ashburn, Virginia for a joint practice with the Washington Commanders on Aug. 12, two days before the teams open their exhibition slate against each other.</p><p>The Dolphins will then host the New York Giants at the Baptist Health Training Complex on Aug. 20, two days before the teams meet at Hard Rock Stadium for their second preseason game.</p><p>Miami is expected to release its full training camp schedule, including dates and times, in the coming days.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GFJHY2SBP5EJRD2UTADQNPELBY.jpg?auth=be58f8d9c7ac260e78372e821717f1e44dcd6430e950ca714d4d95b57a22113c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Dolphins head coach Jeff Hafley, center, watches players during an NFL football practice, Tuesday, June 9, 2026, in Miami Gardens, Fla. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Quarantine comes to an end for the last of the hantavirus ship passengers in Nebraska]]></title><link>https://www.local10.com/news/national/2026/06/22/quarantine-comes-to-an-end-for-the-last-of-the-hantavirus-ship-passengers-in-nebraska/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/22/quarantine-comes-to-an-end-for-the-last-of-the-hantavirus-ship-passengers-in-nebraska/</guid><dc:creator><![CDATA[By JOSH FUNK and MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[OMAHA, Nebraska (AP) — The last eight American passengers who endured 42 days in a specialized hospital quarantine unit after exposure to an unusual hantavirus outbreak on a cruise ship that killed three people have left the Nebraska facility.]]></description><pubDate>Mon, 22 Jun 2026 19:06:13 +0000</pubDate><content:encoded><![CDATA[<p>OMAHA, Nebraska (AP) — The last eight American passengers who endured 42 days in a specialized hospital quarantine unit after exposure to an unusual hantavirus outbreak on a cruise ship that killed three people have left the Nebraska facility.</p><p>U.S. Department of Health and Human Services officials on Monday confirmed the end of the quarantine.</p><p>“Through close collaboration among federal, state, and local partners, HHS helped protect the American people, contain potential risks, and bring this response effort to a successful conclusion,” HHS spokesperson Emily Hilliard said in an email.</p><p>More than 120 people were evacuated from the MV Hondius in Spain’s Canary Islands early last month — including the 18 Americans who wound up in the National Quarantine Unit in Omaha — though most were from other countries.</p><p>In addition to those people evacuated by health officials in full protective suits, at least 30 other passengers had left the ship earlier before the outbreak was documented. That included seven Americans, who were allowed to monitor for any symptoms at home. When the ship eventually docked in the Netherlands, 25 crew members and two medical personnel were on board and had to quarantine.</p><p>The World Health Organization didn't immediately respond Monday to questions about the status of all the other people who had to quarantine around the globe. A total of 13 cases of the virus, including the three who died, were identified among people who were on the ship.</p><p>Most Americans returned home but some were forced to quarantine</p><p>One of the American passengers, Angela Perryman, had been held against her will and against the recommendation of a government medical expert. She said in an interview Monday passengers were told that the quarantine monitoring period ended Sunday at 2pm. She left on a flight that evening. Others were flying out Monday, she said.</p><p>“We were locked in our rooms until 1:55. And at 2 o’clock, ‘OK, well, everybody walk out and go home,’” Perryman said, speaking from her Florida home.</p><p>Some stayed the night elsewhere in Omaha, but Perryman pushed for a flight home that evening. The government paid for the flights, she said.</p><p>Seven of the last remaining patients remained there voluntarily, but Perryman was forced to stay as the result of a controversial quarantine order that was deemed unnecessary even by some health officials.</p><p>Perryman and seven others spent six weeks at the National Quarantine Unit at the University of Nebraska Medical Center. That monitoring period was set because symptoms of hantavirus have taken as long as 42 days to appear in previous outbreaks. None were reported to have develop the illness. The seven remained there voluntarily, but Perryman was forced to stay as the result of the controversial quarantine order.</p><p>Ten others who were at the facility were allowed to leave earlier under an agreement that they would be closely monitored in their home states.</p><p>Outbreak developed on a small cruise ship</p><p>The passengers were on a Dutch cruise ship, the MV Hondius, traveling in the South Atlantic that became the setting of a hantavirus outbreak that killed three people, including a Dutch couple who health officials believe were the first exposed to the virus while visiting South America.</p><p>Hantaviruses usually spread when people inhale contaminated residue of rodent droppings, but the hantavirus that caused the outbreak, called the Andes virus, may be able to spread between people in rare cases, health officials say.</p><p>Some 25 Americans were on the ship, including about seven who disembarked in April and 18 who remained on board. Sixteen were evacuated to the Nebraska quarantine unit in Omaha on May 11, and two other Americans joined them a few days later.</p><p>Passengers staying in Omaha enjoyed Nebraska hospitality</p><p>During the passengers’ stay, local Omaha restaurants and food trucks delivered special meals for them to enjoy almost daily. And the nurses sometimes made Starbucks runs to deliver some of the passengers’ favorite drinks.</p><p>The rooms they stayed in are like hotel rooms equipped with a desk, television, internet connection and exercise equipment to help the passengers pass the time.</p><p>One of the passengers, Jake Rosmarin, on Monday morning posted an "I’m finally coming home" video that showed him leaving his room at the quarantine center, hauling two suitcases and a backpack and turning out the lights as he walked out the door. Later Monday, he posted a video of the Omaha skyline shot out the window of his plane as he headed home to his fiance in Boston and his family.</p><p>Rosmarin, who is a travel blogger, posted a tearful video Sunday thanking the staff of the quarantine unit, the Omaha community and his family and friends who helped him get through quarantine.</p><p>“I want to thank the Omaha, Nebraska, community for welcoming us with open arms and showing us complete kindness and generosity. And a big thanks to all of you who have helped me get through this because I really don’t know if it would have been as easy without the support from strangers,” he said while wearing a Nebraska Huskers sweatshirt that someone sent him.</p><p>Florida wouldn't agree to monitor passenger round the clock</p><p>Perryman had a darker take. She was forced to stay after Florida officials refused a federal demand that the state provide round-the-clock surveillance on her if she were returned home. This even as they had started making travel arrangements for the passengers weeks ago, she said.</p><p>“Nobody actually expected anybody to get sick at that point,” she said. “Everybody was well aware that we were all going home on commercial flights.”</p><p>She called the six-week quarantine “a political stunt.”</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/BTR47FKPH6RTZKEEPHPUIIF6Y4.jpg?auth=e38b899ba9511b026cb62479a886e202dbcd54bdd38c69fb4621a4209f10a254&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The MV Hondius cruise ship arrives at the Port of Rotterdam, Netherlands, Monday, May 18, 2026. (AP Photo/Patrick Post)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Post</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R3GOJEWN3BPKJSUECB3ADBLJAI.jpg?auth=6e493f08658bb315fafbf17232aaa2e8ccc88c1a96bff16d7cb250aafbc7dd8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Passengers are being disembarked from the hantavirus-stricken cruise ship MV Hondius at the port of Granadilla in Tenerife, Canary Islands, Spain, Sunday, May 10, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/BWVJUFYN6M77LSZSJYAPFXV7PE.jpg?auth=f21f2d067be39a8656f459ab66934e3944aff4b62d86b18d7dd8216f23aaa17e&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 Angela Perryman shows her on South Georgia Island in April 2026. (Courtesy Angela Perryman via AP)]]></media:description></media:content></item><item><title><![CDATA[Patrols and nanobubbles on display at the Reflecting Pool as Trump looks for a renovation do-over]]></title><link>https://www.local10.com/news/politics/2026/06/22/patrols-and-nanobubbles-on-display-at-the-reflecting-pool-as-trump-looks-for-a-renovation-do-over/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/22/patrols-and-nanobubbles-on-display-at-the-reflecting-pool-as-trump-looks-for-a-renovation-do-over/</guid><dc:creator><![CDATA[By NATHAN ELLGREN and BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — National Guard members and U.S. Park Police patrolled the deck around the Lincoln Memorial Reflecting Pool on Monday as President Donald Trump's administration faces a self-imposed deadline to fix a botched renovation before the nation's 250th anniversary celebration.]]></description><pubDate>Tue, 23 Jun 2026 01:32:34 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — National Guard members and U.S. Park Police patrolled the deck around the Lincoln Memorial Reflecting Pool on Monday as President Donald Trump's administration faces a self-imposed deadline to fix a botched renovation before the nation's 250th anniversary celebration.</p><p>The patrols came two days after Trump said authorities had made “multiple arrests” of people he insisted were responsible for damage to the peeling coating after an algae bloom occurred. The liner was installed as part of his $14 million-plus project.</p><p>The president has confirmed the problems most likely require draining the pool again for liner repairs and he promised a quick fix. Without offering substantiation, he also said vandals dumped fertilizer in the pool and slashed the coating with a box cutter.</p><p>But the timeline was not clear Monday, with the White House saying damaged areas are still being assessed. Contractors and federal workers in recent days have been using chemicals and ozone nanobubbles to combat the algae.</p><p>Trump pitched the original improvements as intended to clean, beautify and reinforce an iconic site that he said had become dilapidated and dirty because of previous presidents' neglect. Algae has plagued the pool for a century, and Trump insisted that a newly installed “American flag blue” coating, which he selected himself, would turn the pool into a gleaming expanse along the National Mall.</p><p>Yet within weeks of Trump declaring the rehabilitation completed in time for Independence Day, the water was plagued by a vivid green algae bloom that clouded the pool's coating. A piece of liner, about 4 square feet, was observed Friday partially floating in the pool. The Associated Press saw additional pieces in the water Monday.</p><p>Via social media, the president has blamed the problems on “SICK, DERANGED PEOPLE!” He asserted Monday on Truth Social that intentional damages include a “300 foot long gash” and that “chemicals have been illegally placed in the water.” A day earlier, Trump posted, “Work will begin immediately on fixing the seriously vandalized Reflecting Pool.”</p><p>At an executive order signing on Monday, the president said five people had been arrested and five more were under suspicion, and he deflected blame for the pool's maintenance issues: “I can’t help it if somebody goes in with a knife and starts hacking it up.” He has not backed up those claims, and even if anyone has deliberately peeled or cut the lining, that would not explain the algae bloom that appeared more intensely than what typically occurred before the renovation.</p><p>Images showing that Trump's project apparently backfired boomeranged across social media last week, drawing crowds of onlookers eager to see the effects themselves. An unknown number ended up being detained by federal authorities.</p><p>One man arrested was David Hearn, 67, of Bethesda, Maryland. A former Olympic canoe racer, Hearn told The Associated Press that he reached into the pool because he wanted to examine the peeling new coating. He said he briefly touched a chunk that was still attached to the side of the pool, then let go shortly after a park worker told him to. Hearn said he was then detained by National Guard troops and Park Police for five hours before being released Friday night.</p><p>“I’m a curious citizen,” Hearn said in a telephone interview. “I reached down to see what it felt like. It was very rubbery.”</p><p>The Park Police did not immediately respond Monday to AP's questions about how many arrests were made and whether any charges had been filed. Washington's Metropolitan Police Department said Monday that the agency is not involved.</p><p>The White House said Monday that any arrests have been made only by the U.S. Park Police.</p><p>It was not immediately apparent what criminal or civil violation someone might commit reaching into the pool. Trump, in one of his Truth Social posts, cited laws against defacing monuments as grounds for imprisoning anyone harming the pool.</p><p>___</p><p>Barrow reported from Atlanta. Katie Vogel contributed reporting from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S52NLGCIWQFLXQZCPOKA3SA3Q4.jpg?auth=60b6e1b912e155ddec653973a4bc85c7838cf492491a875ab5807fa7af382854&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Guard members look at the Lincoln Memorial Reflecting Pool, Monday, June 22, 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/DU3K7LASPO7XJGZUSYVVPKETMA.jpg?auth=5b3c9f73747d299208339424166e54aeb6b073848bf83892845623c5efb66fc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bubbles emanate from a hose in the Lincoln Memorial Reflecting Pool, Monday, June 22, 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/3DASJ2IZQCCSUULRQDGHBGYSPQ.jpg?auth=bcd0600a202c2ab88e253e8dfc957ba6135069f9c76008fb4211679a96cb3a06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors look into the Lincoln Memorial Reflecting Pool as National Park Service employees work in the background,Sunday, June 21, 2026, on the National Mall in Washington. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YWCJ4C5QHJHUG7ECNPUDVWORRQ.jpg?auth=5f99b0c0ef8be39db72800170c18d03359083f565bdfc56d6b0b24ff1d7bed07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A piece of the blue coating floats among algae at the Lincoln Memorial Reflecting Pool Sunday, June 21, 2026, on the National Mall in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UYV5CMTNFYAJRSEHD5EIVKT6Y4.jpg?auth=d0e90b37804b2ff81971819f9324567b1e42bd301e3a91dc49d9d73585821174&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor takes a photo as National Park Service employees work to clean the Lincoln Memorial Reflecting Pool Sunday, June 21, 2026, on the National Mall in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content></item><item><title><![CDATA[Egypt’s Mo Salah adds to list of accolades in World Cup against New Zealand]]></title><link>https://www.local10.com/sports/2026/06/22/egypts-mo-salah-adds-to-list-of-accolades-in-world-cup-against-new-zealand/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/egypts-mo-salah-adds-to-list-of-accolades-in-world-cup-against-new-zealand/</guid><dc:creator><![CDATA[By CONNOR JOYCE, Associated Press]]></dc:creator><description><![CDATA[VANCOUVER, British Columbia (AP) — While Mohamed Salah's club career is still undecided, he's building his legacy with Egypt.]]></description><pubDate>Mon, 22 Jun 2026 05:39:20 +0000</pubDate><content:encoded><![CDATA[<p>VANCOUVER, British Columbia (AP) — While Mohamed Salah’s club career is still undecided, he’s building his legacy with Egypt.</p><p>Salah scored his 68th goal in international play, a total now just one goal shy of current Egypt coach Hossam Hassan’s career record for the Pharaohs, in a 3-1 World Cup victory Sunday night over New Zealand.</p><p>It was his third World Cup goal after he netted two at the 2018 tournament in Russia. Three goals at the World Cup gives the 34-year-old Salah the most ever for an Egyptian player.</p><p>Salah played for Liverpool for nine seasons, winning two Premier League titles and becoming the league’s leading foreign goal scorer. But he had a dip in form this season and amid tensions, announced his contract with the squad would be ended a year early.</p><p>His departure from Anfield sparked discussion as to where the striker would be going next. For now, he plays for Egypt with his future plans still uncertain.</p><p>While between clubs, Mo Salah has etched his name further into the history books as the captain of the first Egyptian team to win a World Cup match.</p><p>“What happened today is history for us as Egyptians,” Salah said. “We see a lot of teams win games, but for us as Egyptian, it doesn’t happen often, first time in history.”</p><p>Fans would have to wait to see the Salah they grew to expect at Liverpool. He started slow in the first half, missing wide left on a direct free kick and watching New Zealand take an early lead, but he would not be denied for long.</p><p>Salah scored Sunday on a pass from Mostafa Ziko in the 67th minute. The ball slid underneath a defender and past New Zealand goalkeeper Max Crocombe to give the Pharaohs a 2-1 lead.</p><p>Salah wasn’t done adding to his resume quite yet, getting an assist in the 82nd minute on the Pharaohs’ final goal, his second assist of this game. He also had an assist on Egypt’s lone goal in its 1-1 draw against Belgium earlier in the tournament.</p><p>“He’s a good player,” New Zealand captain Chris Wood said. “You have to keep an eye on him.”</p><p>The four-time Premier League Golden Boot winner scored nine goals in 10 matches to qualify the Pharaohs for this World Cup. Salah became the career scoring leader in African World Cup qualifying history.</p><p>Salah should have his share of clubs interested in his talents after a strong start to the World Cup.</p><p>“Salah worked hard on the pitch,” Egypt manager Hossam Hassan said. “I am sure we are going to see more from him.”</p><p>___</p><p>Connor Joyce is a student in the University of Georgia’s Carmical Sports Media Institute.</p><p>___</p><p>AP World Cup: https://apnews.com/FIFA-World-Cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2D47FS3DMXYUIYHWHG2TG3QIIE.jpg?auth=e807264230ac97707fb02e9f13eafb07da372b03c086a4c70338b433690fc981&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Mohamed Salah (10) celebrates after scoring his side's second goal during the World Cup Group G soccer match between New Zealand and Egypt in Vancouver, British Columbia, Sunday, June 21, 2026. (AP Photo/Emma Peterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Peterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VMEGQ5F7XAG6YUFXPQTB5G3DJQ.jpg?auth=997c159a064e845eef9971e40b55687049f6b3e5c2dd9a1bceee64c39274ed9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Trezeguet (7) celebrates with Mohamed Salah (10) and Marawan Attia (19) after scoring his side's third goal during the World Cup Group G soccer match between New Zealand and Egypt in Vancouver, British Columbia, Sunday, June 21, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Young Washington Mystics on rise after road wins over Liberty and Lynx]]></title><link>https://www.local10.com/sports/2026/06/22/young-washington-mystics-on-rise-after-road-wins-over-liberty-and-lynx/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/young-washington-mystics-on-rise-after-road-wins-over-liberty-and-lynx/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Washington Mystics have really grown on their recent road trip after suffering some tough lessons early in the season.]]></description><pubDate>Mon, 22 Jun 2026 18:20:22 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Washington Mystics have really grown on their recent road trip after suffering some tough lessons early in the season.</p><p>Washington has won three straight games on the road, including closing out victories late over New York and Minnesota.</p><p>“I think it takes time to get to where you want to go,” said Washington forward Kiki Iriafen, who scored the go-ahead basket in the wins over both the Liberty and Lynx. “And that’s something that our coaches have stressed to us. Like the first month of May was kind of hard having back to back losses and even this month, as well. But our coaches told us, like, playoff contending teams don’t happen in May.”</p><p>The three consecutive road wins — Washington also won at Connecticut last week — were the first time the team has done that since 2024. The victory at New York on Friday night snapped a 10-game regular season losing streak to the Liberty.</p><p>“You just want to get better each and every month. So kind of looking at the season as month to month to month rather than we lost X amount of games or we have this many more games to go," Iriafen said. "I think it’s just a comfortability. We’re all getting more comfortable with each other.”</p><p>Coach Sydney Johnson feels that his young team bought in during training camp by putting in the work to get better. The Mystics have the youngest roster in league history.</p><p>“I think it’s a combination that we understood we were fielding one of the youngest teams in the history of the league. At the same time, having really competitive players from winning programs,” Johnson said. “We also know that it’s really, really hard to win in this league. Really, really hard. And so we’ve learned some tough lessons, and we’re taking some of that learning and transferring it to future performances.”</p><p>Washington returns home to face Minnesota on Wednesday.</p><p>Power poll rankings</p><p>Las Vegas and Minnesota sit tied atop the power poll this week. The two teams were followed by Atlanta and New York. Dallas was fifth and Golden State sixth. Washington moved up four spots to seventh. Indiana, Los Angeles and Portland were next. Toronto, Phoenix and Chicago came after the Fire. Seattle and Connecticut rounded out the poll.</p><p>Player of the week</p><p>Sonia Citron of Washington was the AP player of the week. She averaged 21 points, 6.7 rebounds, 4.7 assists to help the Mystics win their three games last week. Olivia Miles of Minnesota, Jordin Canada of Atlanta, Jessica Shepard of Dallas and Marina Mabrey of Toronto also received votes.</p><p>Game of the week</p><p>New York at Las Vegas, Tuesday. The Liberty and Aces will meet for the first time this season with the next matchup taking place in New York on June 30 with the Commissioner's Cup championship at stake. The Liberty have dropped their last two games, blowing fourth quarter leads in both contests. Las Vegas is coming in off a dominating win over Golden State.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XTORMS36TZI5YHGTBPBYNZXDME.jpg?auth=fb7765f4d8b0090a1020294e5d8797745efac1bf39a9ee5fc29801e537a7ecf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Mystics forward Kiki Iriafen dribbles during the first half of a WNBA basketball game against the Dallas Wings in Arlington, Texas, May 18, 2026. (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/BR5TH66JDICDO2H33Z6NLEGAAE.jpg?auth=4c6b314d3bacde6f92adce60e78f371ff2afefce23ec919aa458b6051eec1977&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Mystics guard Sonia Citron (22) takes a shot during the second half of a WNBA basketball game against the New York Liberty, May 10, 2026, in Washington. (AP Photo/Daniel Kucin Jr., File)]]></media:description><media:credit role="author" scheme="urn:ebu">Daniel Kucin Jr.</media:credit></media:content></item><item><title><![CDATA[Family of 1-year-old killed by police at a Walmart in Mississippi wants video released]]></title><link>https://www.local10.com/news/national/2026/06/22/family-of-1-year-old-killed-by-police-at-a-mississippi-walmart-wants-video-released/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/22/family-of-1-year-old-killed-by-police-at-a-mississippi-walmart-wants-video-released/</guid><dc:creator><![CDATA[By RUSS BYNUM, Associated Press]]></dc:creator><description><![CDATA[A Mississippi family whose 1-year-old child was killed when police fired into a moving vehicle said Monday they want authorities to release video showing whether officers were in danger of being struck when one of them opened fire.]]></description><pubDate>Mon, 22 Jun 2026 19:01:04 +0000</pubDate><content:encoded><![CDATA[<p>A Mississippi family whose 1-year-old child was killed when police fired into a moving vehicle said Monday they want authorities to release video showing whether officers were in danger of being struck when one of them opened fire.</p><p>The shooting has sparked outrage in the small city of Senatobia, where some say it’s the latest in a series of troubling encounters between police and Black residents.</p><p>Kohen Wiley was riding with his mother and another woman in a Walmart parking lot on June 14 when police responded to a shoplifting call. The family says they were driving away, while the officers say the car was heading toward them.</p><p>“I watched my baby take his first breath, and I watched my baby take his last breath,” Vellesiya Wiley said at a news conference Monday.</p><p>The other woman in the car, whose name has not been released, suffered “critical injuries,” according to the Mississippi Bureau of Investigation, which is handling the inquiry.</p><p>Standing alongside Kohen’s parents and grandparents at a local church, civil rights attorney Ben Crump told reporters Monday that the best way to determine whether the officers were at risk is to publicly release any body camera, dash camera or Walmart security camera video.</p><p>“If that is the truth, then show us that,” Crump said. “The longer you delay releasing the video, the more distrustful we become.”</p><p>The Mississippi Bureau of Investigation declined to comment on what videos investigators have or whether they would be released, agency spokesperson Bailey Martin said Monday.</p><p>“This case has been made a top priority,” Martin said in an emailed statement, “and we currently have multiple agents working tirelessly to ensure every aspect of the investigation is thoroughly examined.”</p><p>The agency says the officers weren’t hurt. Senatobia Police Chief Harold Vanderford did not return a phone message seeking comment Monday.</p><p>State investigators gave an initial account of the shooting last week, saying that when Senatobia police arrived at the Walmart, they found two women and a child getting into a car and driving away.</p><p>“Officers attempted to stop the vehicle, but the driver drove in the direction of the officers, almost striking one. An officer then discharged their weapon and the vehicle fled the scene,” the agency statement said.</p><p>Kohen's mother has said the shoplifting call was over a box of diapers that her friend was carrying — and that she believes her friend had paid for the diapers. State investigators declined to comment on those details.</p><p>Crump questioned why police didn't let the car go and take down the license plate number.</p><p>“They were called over a box of diapers and a family now has to bury their baby,” Crump said Monday. “You cannot put those two things next to each other and call it reasonable policing.”</p><p>Crump also said an independent autopsy would be performed.</p><p>While there's no question the child was shot by police, he said, details about the angles at which any bullets struck the child could yield clues as to whether the officer fired from in front of the car or off to the side — and therefore whether that officer was in any danger.</p><p>Policing expert Ian Adams, who teaches criminal justice at the University of South Carolina, told The Associated Press last week that police should know that “shooting into a moving vehicle is a very bad idea and one to be avoided at almost all costs,” noting the danger to passengers and other bystanders.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BONOQG2PA463YACWY36Q37UYYY.jpg?auth=994b71b0759946e0ce1074f3529fc193dfa01b4675c7cf45927d087b08a337ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by Veronica Roberson in June 2026 shows her grandson, Kohen Wiley, of Senatobia, Miss. (Veronica Roberson via AP) CORRECTION: Corrects to grandson sted of granddaughter]]></media:description><media:credit role="author" scheme="urn:ebu">Veronica Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MFUYQK3UU3UCKFWOFDV4G7BMYU.jpg?auth=935d7ae3af1dbeef37836d91d722b60776fe89eea7df6b874be60db10c661d9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Marquell Bridges, a group of mourners attend a makeshift memorial for 1-year old Kohen Wiley, outside the Walmart where the boy was shot by police in Senatobia, Miss., on Wednesday, June 17, 2026. (Courtesy Marquell Bridges via AP)]]></media:description></media:content></item><item><title><![CDATA[Humo de masivos incendios forestales asfixia a Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor, Julie Durda]]></dc:creator><description><![CDATA[Casi 22,000 acres de vegetación terminaron calcinados tras una semana de intensos fuegos que ahora amenazan la salud respiratoria de los residentes locales.]]></description><pubDate>Mon, 22 Jun 2026 11:38:22 +0000</pubDate><content:encoded><![CDATA[<p>Una alerta por mala calidad del aire está en vigor para el condado de Miami-Dade este lunes, mientras dos incendios forestales que estallaron la semana pasada continúan ardiendo.</p><p>La dirección del viento desde el sureste ha ayudado a empujar el humo y la neblina hacia el interior del territorio, lo que mejoró las condiciones atmosféricas en gran parte del condado de Broward; sin embargo, Miami-Dade mantiene el aviso de alerta hasta las 3 p.m.</p><p>El incendio denominado “Quarry 2”, ubicado al este de Krome Avenue, ha sido el más extenso tras arrasar 19,018 acres hasta el momento y se encuentra contenido en un 97%. </p><p>Por su parte, el incendio “Well Fire”, cerca de Northwest 122nd Avenue, ha devorado 2,749 acres y registra un 85% de contención.</p><p>Actualmente no se reportan cierres de carreteras a causa de estos incendios forestales.</p>]]></content:encoded></item><item><title><![CDATA[Lionel Messi becomes top scorer in World Cup history with 2 more goals for Argentina]]></title><link>https://www.local10.com/sports/2026/06/22/lionel-messi-becomes-top-scorer-in-world-cup-history-with-two-more-goals-for-argentina/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/lionel-messi-becomes-top-scorer-in-world-cup-history-with-two-more-goals-for-argentina/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Scoring goals and breaking records is what Lionel Messi does, and he is already doing that again in his sixth World Cup.]]></description><pubDate>Tue, 23 Jun 2026 02:07:01 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Scoring goals and breaking records is what Lionel Messi does, and he is already doing that again in his sixth World Cup.</p><p>The Argentina captain has the World Cup scoring record all to himself after another standout performance, one that began with frustration after missing a penalty kick and ended in pure elation with another victory.</p><p>Messi, who many consider the greatest player of all time, scored both goals in his team’s 2-0 victory over Austria on Monday. That gave him 18, six days after his first-ever hat trick in the tournament had matched Germany striker Miroslav Klose's previous record for World Cup goals. Later Monday, Kylian Mbappé matched Klose's mark of 16 with two goals in France's 3-0 win over Iraq.</p><p>“Beyond anything I’m so happy for the win,” Messi said. “It was huge, tough and difficult. It would allow us to be relaxed to what’s ahead. All matches in this World Cup are very even, very intense. I’m enjoying this moment and craving to enjoy with my teammates.”</p><p>The first goal against Austria came in the 38th minute and two days before his 39th birthday, and amid the concern of an ailing father back at home. It was the sixth consecutive World Cup game in which Messi has scored — joining France striker Just Fontaine and Brazil great Jairzinho as only players to do so.</p><p>That was about a half-hour after he missed a penalty kick with a chance to match the record.</p><p>“There were moments when I was really angry about missing the penalty, but I was able to make up for it,” said Messi, who has won a record eight Ballon d'Or awards as the best player in Europe.</p><p>Argentina advanced to the knockout round by winning its first two Group J games. Messi also scored all the goals in a 3-0 win over Algeria in Kansas City.</p><p>Messi added his 18th World Cup goal in the waning seconds of stoppage time when he shot one through several defenders after his first attempt was turned away by goalkeeper Alexander Schlager.</p><p>“I knew it wasn’t going to be easy,” Messi said in translated remarks. “The way things are going in the World Cup, the way it’s being played, it’s a very even game. No one is giving away anything.”</p><p>The goal record became Messi's alone in the first half when he caught Schlager leaning the wrong way after Thiago Almada let Facuno Medina’s pass go by him and directly onto Messi's left foot from about 20 yards.</p><p>“I have no more words to talk about Leo,” Argentina coach Lionel Scaloni said through an interpreter.</p><p>As the ball went into the net on the record 17th goal, Messi ran toward a corner and thrust his right arm into the air to celebrate the mark with the decidedly pro-Argentina crowd among the 70,649 fans in the sold-out home of the NFL’s Dallas Cowboys.</p><p>“Someone who is 39 years old and can score two goals, and five goals overall at the beginning of the World Cup, well, that makes a difference,” Austria coach Ralf Rangnick said through an interpreter. “We knew that he is on a level of his own, and Lionel Messi showed us today that he’s one of the best, and he is the best.”</p><p>There had been a gasp from those same fans when Messi missed the penalty in the ninth minute.</p><p>His left-footed attempt went just wide of the right post. He is now 4 of 7 on penalty kicks in regulation play at the World Cup, with misses in three consecutive tournaments.</p><p>Klose played in 24 World Cup matches for Germany, which wrapped up his fourth tournament by winning the 2014 final 1-0 in extra time over Messi and Argentina.</p><p>In an interview published on June 12, Klose said he expected Messi to break the scoring record.</p><p>“With the larger field of competing teams there are more games and so more chances to score goals. And I assume Argentina and France will go far,” Klose told German newspaper Sueddeutsche Zeitung. “That’s perfectly OK, the record will be broken eventually anyhow and Messi is welcome to be the one who does it. I’m a big fan of Messi, always have been. Messi is a genius.”</p><p>Messi’s hat trick in the previous game, in his 200th international appearance, came 20 years to the date of his World Cup debut in Germany, when he also scored. Monday was his FIFA-record 28th match in the tournament.</p><p>The penalty kick came after Lautaro Martinez was running free in the box and was tackled from behind by Xaver Schlager and Stefan Posch, the defender playing with a broken jaw.</p><p>Play continued for more than a minute with Martinez still on the ground near the goal. When the game was stopped for him, officials reviewed the play and called the penalty.</p><p>Messi’s father has been undergoing medical treatment for an undisclosed illness, the family said in a statement last week while not providing any specific details. The 68-year-old Jorge Messi has played a key role in his third son’s soccer career, acting as his agent and managing his business affairs off the field.</p><p>Lionel Messi was overcome with emotion after scoring his first goal against Algeria, and said after that match his tears followed some tough days not related to soccer.</p><p>___</p><p>AP Sports Writer James Ellingworth in Duesseldorf, Germany, contributed to this report.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7H45KUQNE5LNONLQHLPZ7GRQGU.jpg?auth=bfc41eb18d4eb511af064119abc6d25daf8c19e6048d35a0a8f48315a0b8823f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi, center, scores the opening goal during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/24RSTMJMDOJPKYVJMQHM3LJ7JA.jpg?auth=fa3c35ff73728d49478253626014d5c13ae6e2f9d392f838c8354f373b8c0a46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi, front, celebrates with Leandro Paredes after scoring his side's second goal during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4CNGBPL4EVLJB3S4W7RLBNYHE.jpg?auth=7fc63a841979d7242a776ecc670ddd70cff492e0b9ac53451415efcefce6f641&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina players celebrate after Lionel Messi scored their second goal during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Sam Hodde)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Hodde</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BGNVFAG6OODN3EUVVIMQQ5Z5V4.jpg?auth=d104bb016964ae236f775b7b7ee3b21a563654c3d7c6f61828bcd9d868c02464&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi, left, is congratulated by Leandro Paredes after scored during the World Cup Group J soccer match between Argentina and Austria in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I3QJUNZ4JIVGDBGOV4WRXTX22M.jpg?auth=5fe48465158782f8240461c43d1b57cd67b4c775c8cfc51e56c3d7c386a1d637&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi celebrates scoring his side's second goal against Austria during the World Cup Group J soccer match in Arlington, Texas, near Dallas, Monday, June 22, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Ya confesó el conductor de Uber cómo secuestró y violó a su pasajera en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/22/ya-confeso-el-conductor-de-uber-como-secuestro-y-violo-a-su-pasajera-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/ya-confeso-el-conductor-de-uber-como-secuestro-y-violo-a-su-pasajera-en-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un juez le negó el derecho a fianza debido a la gravedad de los cargos y enfrenta una orden de retención migratoria.]]></description><pubDate>Mon, 22 Jun 2026 17:37:11 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer que despertó adolorida en la sala de emergencias del HCA Florida Palm Lakes en Hialeah declaró a los investigadores que recordaba haber salido el 3 de junio y haber abandonado un club nocturno el 4 de junio en Miami Beach, según muestran los registros.</p><p>La víctima se entrevistó con los detectives de la Oficina del Alguacil de Miami-Dade (MDSO) tras recuperar el conocimiento en el centro médico.</p><p>“Ella cree que fue drogada... como resultado, perdió el conocimiento y solo recuerda haber salido del club nocturno local... cree que fue violada”, escribió un oficial de la MDSO en el informe de arresto.</p><p>Los detectives informaron el hallazgo de videos de vigilancia que muestran a Yusel Perez-Leyva cargando a la mujer hacia su apartamento, ubicado en el 7220 de la calle Northwest 179, cerca de Miami Lakes.</p><p>Las autoridades detuvieron a Perez-Leyva, de 42 años, el 18 de junio y lo trasladaron a la oficina de víctimas especiales en Doral para ser interrogado, de acuerdo con los registros oficiales.</p><p>Perez-Leyva declaró a los detectives que estaba trabajando como conductor de Uber cuando recogió a la mujer en Miami Beach.</p><p>El detenido confesó a los oficiales que había mantenido relaciones sexuales con la víctima mientras ella se encontraba en estado de ebriedad, según detalló un oficial en el reporte de la detención.</p><p>Los detectives arrestaron formalmente a Perez-Leyva poco después de las 5 p.m. del 18 de junio en Doral, y el personal penitenciario lo ingresó a la 1:10 a.m. del 19 de junio en el Centro Correccional Turner Guilford Knight.</p><p>Perez-Leyva compareció en la corte de fianza el 20 de junio, donde un juez le ordenó mantenerse alejado de la víctima, le negó la fianza y dictó su detención preventiva.</p><p>El acusado enfrenta dos cargos por delitos graves de primer grado: secuestro punible con cadena perpetua y agresión sexual contra una víctima físicamente incapacitada o indefensa.</p><p>Perez-Leyva, originario de Cuba, también enfrenta una orden de retención por parte del Servicio de Inmigración y Control de Aduanas (ICE) de EE. UU.</p><p>El juez de la corte de circuito del condado de Miami-Dade, Alberto Milian, fue designado para presidir el caso. La lectura formal de cargos contra Perez-Leyva quedó programada para el 9 de julio a las 9:30 a.m.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZAEGZRMDW5E6LCZPFDCIO5SYNQ.jpg?auth=b86453d1c2812436a6db86d65122d406a9b4e03cb2896d4c77f265dd6e26024a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade deputies arrested Yusel Perez-Leyva on June 18 in Doral and corrections booked him on June 19 at the Turner Guilford Knight Correctional Center, where he remained on Monday without bond.]]></media:description></media:content></item><item><title><![CDATA[Video capta el momento en que un policía balea a un hombre en Miami Shores]]></title><link>https://www.local10.com/espanol/2026/06/22/video-capta-el-momento-en-que-un-policia-balea-a-un-hombre-en-miami-shores/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/video-capta-el-momento-en-que-un-policia-balea-a-un-hombre-en-miami-shores/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[El individuo fue trasladado en estado crítico a un centro de trauma mientras agencias estatales investigan el uso de la fuerza.]]></description><pubDate>Mon, 22 Jun 2026 17:32:24 +0000</pubDate><content:encoded><![CDATA[<p>Un testigo compartió un video que muestra el momento en que un oficial de policía le dispara a un hombre que corría hacia él el domingo en Miami Shores.</p><p>El tiroteo ocurrió cerca de la intersección de Biscayne Boulevard y la calle Northeast 86, de acuerdo con el Departamento de Policía de Miami Shores.</p><p>El personal del Cuerpo de Bomberos de Miami-Dade trasladó al hombre herido al Centro de Trauma Ryder del Hospital Jackson Memorial, según informaron las autoridades.</p><p>Antes de los disparos, el hombre portaba “dos armas de filo grande” cuando causó “un disturbio” en el concesionario Tropical Chevrolet en Miami Shores, detalló la policía.</p><p>Los oficiales de policía respondieron al concesionario de autos poco después de las 2:10 p.m. en el 8880 de Biscayne Boulevard, pero el individuo ya se había retirado del lugar.</p><p>En la escena del crimen, detrás de la cinta policial, quedaron abandonados una mochila negra, un machete y casquillos de bala. El Departamento de Aplicación de la Ley de Florida (FDLE) quedó a cargo de investigar el tiroteo policial.</p>]]></content:encoded></item><item><title><![CDATA[Le dio hachazos, espadazos y cuchilladas a su padrastro: no paró hasta matarlo]]></title><link>https://www.local10.com/espanol/2026/06/22/le-dio-hachazos-espadazos-y-cuchilladas-a-su-padrastro-no-paro-hasta-matarlo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/le-dio-hachazos-espadazos-y-cuchilladas-a-su-padrastro-no-paro-hasta-matarlo/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El sospechoso de origen colombiano enfrenta cargos de homicidio en primer grado y permanece recluido sin fianza.]]></description><pubDate>Mon, 22 Jun 2026 17:29:53 +0000</pubDate><content:encoded><![CDATA[<p>Un joven de 18 años fue arrestado durante el fin de semana bajo la acusación de haber apuñalado mortalmente a su padrastro apenas un día antes del Día del Padre, confirmó la Oficina del Alguacil de Miami-Dade.</p><p>De acuerdo con el informe de arresto obtenido este lunes por Local 10 News, el apuñalamiento se reportó poco después de las 3 a.m. del sábado en la cuadra 1500 de la calle Northeast 148.</p><p>Los oficiales llegaron al lugar y encontraron a la víctima inconsciente en la entrada principal de su vivienda, con múltiples heridas de arma blanca. El personal del Cuerpo de Bomberos de Miami-Dade declaró su fallecimiento en la escena.</p><p>Las autoridades informaron que el sospechoso, Juan Andres Gonzalez, se había encerrado en un baño después del ataque, pero salió luego de que los oficiales se lo ordenaran.</p><p>Según el reporte, los detectives descubrieron que la víctima se había quedado dormida en la mesa del comedor antes de que Gonzalez lo apuñalara repetidamente con “múltiples objetos punzantes”.</p><p>Los oficiales señalaron que la madre de Gonzalez no presenció el ataque, pero escuchó ruidos en la sala familiar. Ella relató a las autoridades que su hijo le informó que había dejado a la víctima inconsciente.</p><p>De acuerdo con el informe, los siguientes elementos fueron recolectados en la vivienda como evidencia: un cuchillo manchado de sangre, una espada manchada de sangre y un hacha manchada de sangre.</p><p>Las autoridades indicaron que Gonzalez invocó su derecho a permanecer en silencio, por lo que no se ha revelado un posible motivo del crimen.</p><p>Gonzalez fue arrestado bajo un cargo de asesinato en primer grado y trasladado al Centro Correccional Turner Guilford Knight.</p><p>Hasta este lunes, Gonzalez permanecía tras las rejas. Los registros carcelarios en línea muestran que, además del cargo de asesinato, el ciudadano de nacionalidad colombiana también se encuentra retenido bajo una orden de custodia de inmigración.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MK6HMXHEZ5C57MS4YZNNOWHWGI.jpg?auth=887f9ee7dcb0ccc652597af812ffe50952ff939faee99d39378d3e6b0fdc11ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Mexico's president seeks to restart oil shipments to Cuba as island's crises deepen]]></title><link>https://www.local10.com/business/2026/06/22/mexicos-president-seeks-to-restart-oil-shipments-to-cuba-as-islands-crises-deepen/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/22/mexicos-president-seeks-to-restart-oil-shipments-to-cuba-as-islands-crises-deepen/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Mexican President Claudia Sheinbaum said Monday that her country seeks to restart oil shipments to Cuba soon, a move that could provide much-needed relief as the island’s crises deepen given a lack of petroleum.]]></description><pubDate>Mon, 22 Jun 2026 17:29:12 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Mexican President Claudia Sheinbaum said Monday that her country seeks to restart oil shipments to Cuba soon, a move that could provide much-needed relief as the island’s crises deepen given a lack of petroleum.</p><p>Sheinbaum said her administration would seek to send the oil via commercial and privately owned firms instead of state-owned companies as it has done in the past.</p><p>Mexico became a key fuel supplier to Cuba after the U.S. attacked Venezuela in early January and halted critical oil shipments. But those shipments, which had already been reduced, were completely suspended after U.S. President Donald Trump threatened tariffs on any country that provides or sells oil to the island.</p><p>Since the attack on Venezuela, only one oil shipment has reached Cuba, courtesy of a Russian tanker carrying 730,000 barrels of oil that were used up in one month.</p><p>The lack of fuel has worsened an energy crisis on the island that produces only 40% of the petroleum it needs, leading to severe power outages, reduced work hours, water shortages, suspended surgeries and spoiled food.</p><p>Sheinbaum said she wants to take advantage of a package of free-market reforms that Cuba’s government recently approved, leveraging Mexican business owners who are already on the island.</p><p>“The mechanism would be through private companies that have permits to transport fuel to Cuba,” she stated without providing further details. “We hope that commercial transport can resume soon,” she added, without specifying when it might happen.</p><p>Sheinbaum said Mexico also would continue sending humanitarian aid.</p><p>___</p><p>Follow AP’s Latin America coverage at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GRFDKGDRC74DOU2R3PXJON32UI.jpg?auth=5130579567e5825a55ca5dfbcaf75191d70e47c29cd21048c495dcb55e3a053b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks past a gas station that has run out of fuel, located near the U.S Embassy, pictured in the background, in Havana, Cuba, Feb. 7, 2026. (AP Photo/Ramon Espinosa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Lo arrestan al bajar de crucero en Port Everglades: traía videos de abuso sexual infantil]]></title><link>https://www.local10.com/espanol/2026/06/22/pasajero-de-crucero-es-arrestado-en-port-everglades-con-videos-de-abuso-sexual-infantil/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/pasajero-de-crucero-es-arrestado-en-port-everglades-con-videos-de-abuso-sexual-infantil/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[El detenido confesó poseer más material en su vivienda y comparecerá ante un tribunal federal de Fort Lauderdale.]]></description><pubDate>Mon, 22 Jun 2026 17:24:45 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Pittsburgh enfrenta cargos federales en el sur de Florida luego de que agentes federales informaran que fue sorprendido con videos de abuso sexual infantil en su teléfono celular, tras desembarcar de un crucero en Port Everglades durante el fin de semana.</p><p>Las autoridades detuvieron a Joseph Samuel Doria el sábado. Los registros judiciales muestran que está programado para comparecer en una corte federal de Fort Lauderdale este lunes por la mañana, el día de su cumpleaños número 28.</p><p>De acuerdo con la denuncia penal federal, Doria fue remitido a una inspección secundaria en el puesto de control de la Oficina de Aduanas y Protección Fronteriza de EE. UU. (CBP) en el puerto, luego de bajar del barco Regal Princess.</p><p>Los oficiales de aduanas que revisaron el teléfono celular de Doria descubrieron “múltiples imágenes y videos” en su carpeta de “Eliminados recientemente”, los cuales mostraban el abuso sexual y la violación de niñas, incluyendo menores de edad en etapa de la primera infancia, según detalla la denuncia.</p><p>Las autoridades señalaron que Doria admitió haber visto los videos y declaró que lo ha hecho desde que tenía 13 años. Asimismo, informaron que el acusado confesó haber distribuido el material ilícito en internet y poseer un dispositivo en su hogar con “un mínimo de 100 videos e imágenes” de material de abuso sexual infantil.</p><p>Los agentes arrestaron a Doria bajo cargos relacionados con la posesión y el transporte de material de abuso sexual infantil.</p><p>Hasta este lunes, los registros carcelarios indicaban que el sujeto permanecía bajo custodia en la Cárcel Principal de la Oficina del Alguacil de Broward en representación del Servicio de Alguaciles de EE. UU.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HVLUR3GY7BHI3AL7PWCOVWG7UM.jpg?auth=449133120430f12c4207624804302bb7afc62bca0fd5e7ea9035c72733e3e8e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joseph Doria]]></media:description></media:content></item><item><title><![CDATA[June 22: Highs will reach low-90s, but it will feel like 105 or higher]]></title><link>https://www.local10.com/weather/2026/06/22/june-22-highs-will-reach-low-90s-but-it-will-feel-like-105-or-higher/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/22/june-22-highs-will-reach-low-90s-but-it-will-feel-like-105-or-higher/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[Temperatures are heating up once again. Today, highs will reach the lower 90s but it will feel like 105° or higher.]]></description><pubDate>Mon, 22 Jun 2026 17:11:03 +0000</pubDate><content:encoded><![CDATA[<p>Temperatures are heating up once again. Today, highs will reach the lower 90s but it will feel like 105° or higher. Lingering smoke from west Miami-Dade continues to burn. An air quality alert will remain in place until Tuesday at 3 p.m. Rain chances will remain low today. Isolated showers and storms will develop inland over the Everglades. We won’t rule out the chance of a few showers across some of our western communities. The heat is on again Tuesday. Highs will reach the lower 90s and it will feel like triple digits. We are tracking Saharan dust that could stream into the area Tuesday. This could limit thunderstorm activity, reduce the air quality and cause haze in the sky.</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[Federal judge halts Trump administration effort to subpoena Walz in immigration enforcement probe]]></title><link>https://www.local10.com/news/2026/06/22/federal-judge-halts-trump-administration-effort-to-subpoena-walz-in-immigration-enforcement-probe/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/22/federal-judge-halts-trump-administration-effort-to-subpoena-walz-in-immigration-enforcement-probe/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER, ERIC TUCKER and SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[A federal judge has blocked an attempt by the Trump administration to subpoena Minnesota Gov. Tim Walz and other state officials, accusing the Justice Department of using its investigatory powers to retaliate against state officials for not cooperating with federal efforts to crack down on illegal immigration.]]></description><pubDate>Mon, 22 Jun 2026 18:33:55 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge has blocked an attempt by the Trump administration to subpoena Minnesota Gov. Tim Walz and other state officials, accusing the Justice Department of using its investigatory powers to retaliate against state officials for not cooperating with federal efforts to crack down on illegal immigration.</p><p>In a ruling unsealed Monday, U.S. District Judge Patrick Schiltz found the “dominant purpose” of the subpoenas was to “coerce Minnesota officials into assisting the federal government with enforcing civil immigration law and to harass and retaliate against them for failing to do so.”</p><p>Tensions between the Trump administration and Minnesota’s Democratic leaders escalated in January as federal immigration officers clashed with protesters in the Minneapolis-St. Paul area, especially after officers’ fatal shootings of Renee Good and Alex Pretti.</p><p>President Donald Trump even threatened to invoke the Insurrection Act to quell protests and accused Walz, who was Democratic presidential nominee Kamala Harris’ running mate in 2024, and others of encouraging protesters to disrupt Immigration and Customs Enforcement activity.</p><p>Judge finds ‘weak to nonexistent’ reasons for subpoenas</p><p>The subpoenas seeking records were served in January as part of an investigation into whether Walz and other officials obstructed or impeded law enforcement actions. They were sent to the offices of Walz, Attorney General Keith Ellison, Minneapolis Mayor Jacob Frey, St. Paul Mayor Kaohly Her and officials in Ramsey and Hennepin counties.</p><p>The ruling is the latest rebuke by the federal judiciary of Justice Department efforts to aggressively implement the Trump administration agenda in courts and target the president’s political adversaries through subpoenas and similar demands.</p><p>The judge ruled that there appeared to be “extremely weak to nonexistent” connections between the information sought in the subpoenas and any possible criminal violation. The subpoenas seek materials “that largely if not entirely relate to constitutionally protected conduct,” the judge wrote, noting that Minnesota has the legal right not to devote its resources to enforcing federal immigration law.</p><p>The Justice Department “is not conducting a criminal investigation,” the judge wrote, “but is instead using the grand jury process for other (unlawful) purposes.”</p><p>The evidence that the subpoenas were issued for unlawful reasons is overwhelming, the judge said, arguing that the Justice Department “has struggled — without success — to identify a single plausible investigatory justification” for them.</p><p>The Justice Department said in a statement that it “takes the unlawful obstruction of federal law enforcement operations extremely seriously and will continue to act in full compliance with the law to investigate these matters.”</p><p>Targets hail the judge's decision</p><p>Walz, in a statement, called the ruling “a victory for the rule of law and our democracy.”</p><p>“The U.S. Justice Department is pursuing criminal investigations into the President’s political opponents,” said Walz, the 2024 Democratic nominee for vice president. “This case was just one example of that, but we are seeing daily reminders of this administration’s lawlessness — in Minnesota and around the country. We all must continue to seek justice and uphold the rule of law.”</p><p>Ellison said “it should disturb every American that Donald Trump is weaponizing the criminal justice system against people he disagrees with.”</p><p>The subpoenas are “a politically motivated retaliation against our city for lawfully standing up to ICE and fighting for our residents,” Her said in a statement.</p><p>Frey said the investigation was “never about justice, law, and order, but the absence of it.”</p><p>“Subpoenaing political opponents because they spoke on behalf of their constituents violates the core tenets of our democracy and human decency,” he said.</p><p>Frey also observed that criticizing government action is not a crime.</p><p>“One of the defining strengths of our democracy is the ability to challenge those in power without fear of retribution. Elected officials have both the right and the responsibility to speak honestly about how government decisions affect the people they serve,” he said.</p><p>Subpoenas were among many federal actions against Minnesota officials</p><p>Over the last year, judges have dismissed indictments against two prominent Trump foes, former FBI Director James Comey and New York Attorney General Letitia James, and grand juries have repeatedly refused to return indictments sought by the Justice Department.</p><p>The moves reflect mounting public concerns that the Justice Department, an institution meant to make investigative and prosecution decisions independent of the White House, is being politicized under the current Trump administration.</p><p>Vice President JD Vance has separately called on the Justice Department to investigate Walz and Ellison over allegations they failed to stop widespread social services fraud, though the department has not said whether it will open an investigation. Walz and Ellison have described those allegations as politically motivated and defended their efforts to combat fraud in Minnesota.</p><p>Meanwhile, other legal battles related to the immigration surge continue. The federal government has suggested Minnesota prosecutors don’t have jurisdiction to investigate federal officers.</p><p>Hennepin County Attorney Mary Moriarty in March sued the administration for access to evidence in the Good and Pretti killings, accusing the administration of withholding evidence from state investigators. Moriarty also has pursued criminal charges against ICE officers in two other incidents, including the nonfatal shooting of a Venezuelan man, and suggests her office is investigating several other cases as well.</p><p>___</p><p>Associated Press writer Hannah Fingerhut in Des Moines, Iowa, contributed to this report.</p><p>___</p><p>This story has been corrected to show the federal judge's name is Patrick Schiltz, not Schlitz.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/73WUAYAM2VZWHZSSIAZHRSRFD4.jpg?auth=be8489daf83b757c8ee93041903e5c262908049d233bbadd35fbef0db119f34b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Federal immigration officers deploy tear gas at protesters after a shooting Jan. 24, 2026, in Minneapolis. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MVU6PS5TMH3AA4F2WHOE6645NM.jpg?auth=0064e5c9b6e453f84a39dd338511c6e9f72f5983862f6f950664a4925a3df27a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[CORRECTS PRETTY TO PRETTI - Minnesota Gov. Tim Walz, right, and Attorney General Keith Ellison discuss the shooting of Alex Pretti during a news conference in Blaine, Minn., Sunday, Jan. 25, 2026. (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/SWC4CA7HEFA52YGYVYOIAOVIEY.jpg?auth=1333da0824ffb5fcef6ebdcf35e0f5249ef5eec095f5ebbccfd832fd0e5a0625&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Minneapolis Mayor Jacob Frey speaks during the 94th Winter Meeting of the U.S. Conference of Mayors, Jan. 29, 2026 in Washington. (AP Photo/Kevin Wolf, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A2BNHSDUGPQGCZUD3ZF6FXIHWY.jpg?auth=2e8ad8ac3c971f5268dc3c778caeb5321433ec91033b743546273d7837762f53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Protesters demonstrate against Immigration and Customs Enforcement (ICE) after Renee Good, who was fatally shot by an ICE officer earlier, Jan. 12, 2026, in Minneapolis. (AP Photo/Jen Golbeck, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content></item><item><title><![CDATA[México quiere retomar pronto el envío de petróleo a Cuba a través de empresas privadas]]></title><link>https://www.local10.com/espanol/2026/06/22/mexico-quiere-retomar-pronto-el-envio-de-petroleo-a-cuba-a-traves-de-empresas-privadas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/mexico-quiere-retomar-pronto-el-envio-de-petroleo-a-cuba-a-traves-de-empresas-privadas/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — México quiere reiniciar pronto el envío de petróleo a Cuba, pero no a través de compañías estatales sino de manera comercial y con empresas privadas, dijo el lunes la presidenta Claudia Sheinbaum durante su conferencia matutina.]]></description><pubDate>Mon, 22 Jun 2026 17:56:41 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — México quiere reiniciar pronto el envío de petróleo a Cuba, pero no a través de compañías estatales sino de manera comercial y con empresas privadas, dijo el lunes la presidenta Claudia Sheinbaum durante su conferencia matutina.</p><p>Tras el ataque de Estados Unidos a Venezuela y la captura del entonces presidente Nicolás Maduro el 3 de enero, el presidente estadounidense Donald Trump amenazó con imponer aranceles a cualquier nación que envíe combustible a Cuba, lo que agravó la crisis energética que venía sufriendo la isla.</p><p>México —que había sido un proveedor histórico de combustible a la isla junto con Venezuela y Rusia— paralizó varios cargamentos de combustible previstos por la empresa estatal Petróleos Mexicanos (Pemex).</p><p>El único barco petrolero que ingresó a la isla fue un buque ruso que atracó a fines de marzo en la costa norte, cargado con 730.000 barriles de petróleo.</p><p>Ahora Sheinbaum quiere aprovechar las nuevas leyes de apertura económica aprobadas por La Habana la semana pasada para retomar el abastecimiento a través de empresarios mexicanos que están en la isla.</p><p>“El mecanismo sería a través de empresas particulares que tienen el permiso para llevar el combustible a Cuba”, indicó sin dar más detalles. “Esperamos que se pueda reanudar pronto de manera comercial”, agregó sin precisar cuándo podría hacerse realidad. En paralelo, añadió, México seguiría mandando ayuda humanitaria.</p><p>Cuba produce apenas el 40% del combustible que necesita y depende de las importaciones para sostener su deteriorada red eléctrica.</p><p>El bloqueo energético estadounidense ha deteriorado profundamente la situación económica de los cubanos con apagones cada vez más prolongados, recortes al sistema estatal de racionamiento de alimentos y escasez de agua y medicinas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UJJUKYSWENGEMWRSUIKTJUQ7ZY.jpg?auth=d7bc6b8e0039d8d3e988890eaf8221959a9544821757a01d8a7d664eeae0f6f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Un hombre pasa junto a una gasolinera que se ha quedado sin combustible, situada cerca de la embajada de Estados Unidos, que se divisa al fondo, el 7 de febrero de 2026, en La Habana, Cuba. (Foto AP/Ramón Espinosa, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Former Miami-Dade Schools Superintendent Alberto Carvalho resigns from LA job amid FBI probe ]]></title><link>https://www.local10.com/news/national/2026/06/22/former-miami-dade-schools-superintendent-alberto-carvalho-resigns-from-la-job-amid-fbi-probe/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/22/former-miami-dade-schools-superintendent-alberto-carvalho-resigns-from-la-job-amid-fbi-probe/</guid><dc:creator><![CDATA[Amanda Batchelor, Associated Press]]></dc:creator><description><![CDATA[Former Miami-Dade County Public Schools Superintendent Alberto Carvalho has resigned from his job as the superintendent for the public school district in Los Angeles following an FBI raid at his home earlier this year, the Los Angeles Unified Board of Education confirmed.]]></description><pubDate>Mon, 22 Jun 2026 11:09:30 +0000</pubDate><content:encoded><![CDATA[<p>Former Miami-Dade County Public Schools Superintendent Alberto Carvalho has resigned from his job as the superintendent for the public school district in Los Angeles following an FBI raid at his home earlier this year, the Los Angeles Unified Board of Education<b> </b>confirmed.</p><p><a href="https://www.local10.com/espanol/2026/06/22/escandalo-por-chatbot-de-ia-tumba-a-alberto-carvalho-en-los-angeles/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/22/escandalo-por-chatbot-de-ia-tumba-a-alberto-carvalho-en-los-angeles/"><b>Leer en español</b></a></p><p>According to the<a href="https://www.latimes.com/california/story/2026-06-21/carvalho-resigns-as-lausd-superintendent-amid-federal-investigation" target="_self" rel="" title="https://www.latimes.com/california/story/2026-06-21/carvalho-resigns-as-lausd-superintendent-amid-federal-investigation"> Los Angeles Times</a>, Carvalho resigned Sunday evening.</p><p>“Placing students first has always guided my work,” Carvalho wrote in his resignation letter. “Because I believe our schools must remain focused on students and learning without distraction, I am resigning as Superintendent of LAUSD effective today, June 21, 2026.”</p><p>The school board confirmed that it received a letter of resignation from Carvalho, noting that his resignation took effect on Sunday.</p><p>“The Board remains steadfast in its commitment to ensuring stability, continuity, and continued progress through strong leadership,” the school board said in a statement. “Our focus remains unchanged: providing every student with a high-quality education, supporting our dedicated workforce, and maintaining the trust of the communities we serve.”</p><p>The school said Andrés Chait would remain acting superintendent “until a permanent decision is made.”</p><p>The LA Times reported that it’s unclear whether Carvalho negotiated a settlement with the district as his “contract sets a minimum of a 12-month payout were the district to terminate his employment without cause.”</p><p>Following the <a href="https://www.local10.com/news/national/2026/02/25/fbi-serving-search-warrants-at-los-angeles-school-district-headquarters-home-of-former-miami-dade-public-schools-superintendent/" target="_self" rel="" title="https://www.local10.com/news/national/2026/02/25/fbi-serving-search-warrants-at-los-angeles-school-district-headquarters-home-of-former-miami-dade-public-schools-superintendent/">Feb. 25 raid</a>, the district said in a statement that it “is cooperating with the investigation and we do not have further information at this time.” The FBI also searched a third location Southwest Ranches. </p><p>Rukelt Dalberis, a spokesperson for the FBI’s Los Angeles field office, confirmed that agents were at the properties to serve warrants but declined to comment further because affidavits laying out details for the basis for the searches were under seal.</p><p>According to the LA Times, law enforcement sources later confirmed that the investigation was “tied at least in part to Carvalho’s interaction with a subcontractor that brought a failed AI chatbot venture to the district.”</p><p>Through attorneys, Carvalho issued a public statement after the raids, claiming that he committed no wrongdoing.</p><p>His attorneys released another statement to Local 10 News Monday, which Carvalho addressed to those affected by his departure.</p><blockquote><p>“To the students, families, teachers, staff, and community of LAUSD: </p><p>It has been a great honor to serve you. Over the past four years, together, we have made historic progress — gains that belong to our students, our educators, staff, and our communities. We have: </p><p>• <b>raised academic performance on the Smarter Balanced Assessment to the </b></p><p><b>highest levels in our district’s history; </b></p><p>• <b>surpassed pre-pandemic achievement levels; </b></p><p>• <b>achieved our highest graduation rate ever; </b></p><p>• <b>expanded Advanced Placement participation and success; </b></p><p>• <b>increased the number of LAUSD magnet programs nationally recognized for excellence; </b></p><p>• <b>significantly reduced chronic absenteeism and increased daily attendance; </b></p><p>• <b>secured the largest school modernization bond in the nation’s history; and, </b></p><p>• <b>negotiated responsible workforce agreements while preserving free healthcare access for our employees. </b></p><p>Most importantly, our progress has been equitable. Low-income students, students with disabilities, foster youth, and Black and Latino students all exceeded their pre-pandemic performance — an outcome that reflects the hard work and commitment of so many across this District. As the School Board stated, when it unanimously reappointed me late last year, our District’s executive leadership team valued achievement and equity and placed our most vulnerable students at the heart of our agenda. During challenging times, we did so in a protective manner that benefited and honored all students. </p><p>Placing students first has always guided my work. Because I believe our schools must remain focused on students and learning without distraction, I am resigning as Superintendent of LAUSD effective today, June 21, 2026. </p><p>I leave grateful — to our students and families, whose protection we prioritized, for trusting us, to our exceptional and hard-working teachers, leaders, and staff at every level for their tireless dedication, to our valued partners, and to the community for the privilege of serving. The successes we have achieved belong to you. I will miss all of you and will continue to pray for the success, health, and wellbeing of every student and family in our District. </p><p>To every student: work hard to realize your dreams and to live up to the promise of our nation. Never let anyone limit what you can accomplish." </p><p>With deep gratitude, </p><p>Alberto Carvalho</p></blockquote><p>Before taking the helm of the Los Angeles district in 2022, Carvalho oversaw Miami-Dade County Public Schools, Florida’s largest school district, from 2008 to 2021. During his tenure, he was credited with improving graduation rates and academic performance. The national superintendents association named him Superintendent of the Year in 2014, and Spain knighted the Portugal-born administrator in 2021 for his work in expanding Spanish-language programs for Miami-Dade County schools.</p><p>In California, Carvalho has stood out as a harsh critic of the Trump administration’s aggressive immigration crackdown, especially following raids in Los Angeles last year. When its 500,000 students returned to classes in the fall, Carvalho urged immigration authorities not to conduct enforcement activity within a two-block radius of schools.</p><p>Carvalho arrived in Los Angeles at a critical moment, as the district found itself flush with funding from state and federal COVID-19 relief money but still struggling with the impacts of the pandemic, including learning losses and declining enrollment. He previously sparred with Florida Republican Gov. Ron DeSantis over his order that schools not require masks during the pandemic.</p><p>Officials with the Miami-Dade school system have not confirmed whether the FBI or other federal agencies have contacted them regarding Carvalho.</p><p>A spokesperson for Miami-Dade County Public Schools told Local 10 News in February that they were aware of the investigation and “have no comment” at this time.</p><p>The Feb. 25 search was the second time in a week that the Justice Department had taken action against the LA school district. On Feb. 19, the Trump administration joined a lawsuit alleging that the district discriminates against white students under its decades-old desegregation policy.</p>]]></content:encoded></item><item><title><![CDATA[Estudio: México, Italia y otros sufren hasta 2 meses más de estrés por calor que en década de 1970]]></title><link>https://www.local10.com/espanol/2026/06/22/estudio-mexico-italia-y-otros-sufren-hasta-2-meses-mas-de-estres-por-calor-que-en-decada-de-1970/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/22/estudio-mexico-italia-y-otros-sufren-hasta-2-meses-mas-de-estres-por-calor-que-en-decada-de-1970/</guid><dc:creator><![CDATA[Por ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[México, Kenia, Italia y otras naciones de todo el mundo están experimentando entre uno y dos meses más de estrés térmico que hace varias décadas, según una nueva investigación publicada el lunes, y en algunas zonas el aumento es incluso mayor. Regiones que antes no se veían afectadas por el estrés térmico ahora también lo están sintiendo.]]></description><pubDate>Mon, 22 Jun 2026 16:48:50 +0000</pubDate><content:encoded><![CDATA[<p>México, Kenia, Italia y otras naciones de todo el mundo están experimentando entre uno y dos meses más de estrés térmico que hace varias décadas, según una nueva investigación publicada el lunes, y en algunas zonas el aumento es incluso mayor. Regiones que antes no se veían afectadas por el estrés térmico ahora también lo están sintiendo.</p><p>Las temperaturas extremas de “sensación térmica”, los días de estrés térmico y las noches tropicales se han vuelto de forma drástica más frecuentes, prolongados y severos en las últimas seis décadas a medida que se intensifica el calentamiento del planeta —resultado de la quema de combustibles fósiles como carbón, petróleo y gas—, de acuerdo con un nuevo estudio publicado el lunes en la revista Nature Climate Change.</p><p>Los investigadores fueron más allá de la temperatura, que se estudia con frecuencia, y utilizaron temperaturas de sensación térmica para comprender mejor el impacto en las personas. Evaluaron el estrés térmico en seres humanos individuales, influido por la temperatura, la humedad, la velocidad del viento y otros factores. Usaron lo que se conoce como el Índice Climático Térmico Universal para analizar esos elementos y modelar la respuesta del cuerpo humano al entorno.</p><p>La combinación de calor y humedad puede ser peligrosa para los seres humanos, porque la humedad afecta la forma en que el sudor se evapora, y ese es un mecanismo de enfriamiento. Las olas de calor húmedas pueden ser más mortales que las olas de calor seco, ya que las personas no se enfrían con la misma facilidad.</p><p>Empeora estrés térmico en regiones ya cálidas, y más allá</p><p>Estudios anteriores han analizado hasta qué punto el cambio climático impulsado por la actividad humana ha disparado las temperaturas, especialmente en años recientes.</p><p>Un estudio indica que las personas en todo el mundo sufrieron un promedio de 41 días adicionales de calor peligroso en 2024. Algunas investigaciones señalan que el mundo se enfila a sumar casi dos meses de días extremadamente calurosos cada año para finales de siglo.</p><p>En este caso, los investigadores examinaron el estrés térmico en tres niveles: fuerte (temperaturas del índice mayores o iguales a 32 grados Celsius, o 89,6 grados Fahrenheit); muy fuerte (temperaturas del índice mayores o iguales a 38 grados Celsius, o 100,4 grados Fahrenheit); y extremo (temperaturas del índice mayores o iguales a 46 grados Celsius, o 114,8 grados Fahrenheit).</p><p>Entre los lugares que podrían registrar alrededor de 50 días más al año de al menos estrés térmico fuerte en comparación con la década de 1970 figuran partes del África austral, como en Namibia y Angola; África oriental, incluidas zonas de Tanzania, Kenia y Uganda; y partes de México y Centroamérica.</p><p>En el sur de España, Italia, Grecia y Turquía, algunas áreas verán hasta 40 días adicionales con estrés térmico fuerte en comparación con la década de 1970. Gran parte del sur de Europa está registrando casi un mes completo adicional de días de estrés térmico fuerte respecto de hace décadas.</p><p>En Estados Unidos, gran parte del país registra 15 o más días de al menos estrés térmico fuerte, y las zonas del sur, incluidas Texas y Florida, están viendo cerca de 25 o más días con estrés térmico muy fuerte.</p><p>Esas temporadas de estrés térmico también están durando más.</p><p>La autora principal del estudio, Rebecca Emerton, también científica sénior del Centro Europeo de Pronósticos Meteorológicos a Medio Plazo en el Reino Unido, manifestó que fue llamativo “ver que el estrés térmico no sólo se intensifica en esos lugares que ya consideramos calurosos o acostumbrados a experimentar olas de calor... sino también ver lo que llamamos una huella en expansión del estrés térmico, que se extiende a regiones donde históricamente ha sido raro o inexistente”.</p><p>Según el estudio, las temperaturas de sensación térmica en las 10 noches más cálidas de cada año también han aumentado más rápido —0,32 grados Celsius (0,58 grados Fahrenheit) por década— que en los 10 días más cálidos, 0,27 grados Celsius (0,49 grados Fahrenheit) por década.</p><p>Para las noches tropicales, los investigadores consideraron una temperatura mínima de 20 grados Celsius (68 grados Fahrenheit). Esto significa que las personas podrían no estar recuperándose adecuadamente del calor diurno durante las horas nocturnas.</p><p>Y ahora, 1.000 millones de personas más enfrentan al menos un día de estrés térmico extremo cada año que en la década de 1970.</p><p>Impacto futuro depende de la acción</p><p>El mundo sabe desde hace tiempo que añadir gases que atrapan el calor a la atmósfera al quemar combustibles fósiles y talar bosques calentará el planeta, señaló Jennifer Francis, científica del clima del Woodwell Climate Research Center en Cape Cod, quien no participó en la investigación.</p><p>“Este estudio aporta detalles contundentes sobre los peligros crecientes para miles de millones de seres humanos", afirmó Francis. "Este análisis muestra que no sólo está aumentando la temperatura, sino también la humedad, lo que hace que las altas temperaturas sean más mortales porque el sistema de aire acondicionado de nuestro cuerpo —la sudoración— tiene dificultades para seguir el ritmo”.</p><p>Emerton indica que el trabajo subraya la necesidad urgente de mitigar el calentamiento futuro y garantizar que existan estrategias de adaptación, planes de acción sanitaria ante el calor, sistemas de alerta temprana y evaluaciones del riesgo climático.</p><p>___</p><p>Alexa St. John es reportera de clima de The Associated Press. Sígala en X: @alexa_stjohn. Puede contactarla en ast.john@ap.org.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Consulte las normas de AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TS42TLGM6E6Q77MRCG6AT4DMXM.jpg?auth=525876b68a1b009707b10ef90103cf98e05078d4e0521c3d7bac73d50aff0ce7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Jorge Moreno bebe agua saborizada para sobrellevar la ola de calor durante su jornada laboral en una obra de construcción en Veracruz, México, el 17 de junio de 2024. (Foto AP/Félix Márquez, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Felix Marquez</media:credit></media:content></item><item><title><![CDATA[Video shows police officer shoot man running toward him in Miami Shores]]></title><link>https://www.local10.com/news/local/2026/06/22/video-shows-police-officer-shoot-man-running-toward-him-in-miami-shores/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/22/video-shows-police-officer-shoot-man-running-toward-him-in-miami-shores/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[A witness shared video showing a police officer shoot a man who was running toward him on Sunday in Miami Shores.   ]]></description><pubDate>Mon, 22 Jun 2026 16:48:06 +0000</pubDate><content:encoded><![CDATA[<p>A witness shared video showing a police officer shoot a man who was running toward him on Sunday in Miami Shores. </p><p>The shooting was near the intersection of Biscayne Boulevard and Northeast 86th Street, according to the Miami Shores Police Department. </p><p>Miami-Dade Fire Rescue personnel took the wounded man to Jackson Memorial Hospital’s Ryder Trauma Center, according to police. </p><p>Before the shooting, the man had “two large-edged weapons” when he caused “a disturbance” at the Tropical Chevrolet in Miami Shores, according to police. </p><p>Police officers responded to the full-service auto dealership shortly after 2:10 p.m. at 8880 Biscayne Boulevard, but the man had left, according to police.</p><p>There was an abandoned black book bag, a machete, and bullet casings behind crime scene tape. The Florida Department of Law Enforcement was investigating the police shooting.</p><p><b>Related report</b>: <a href="https://www.local10.com/news/local/2026/06/21/police-miami-shores-officer-shoots-man-after-disturbance-at-car-dealership/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/21/police-miami-shores-officer-shoots-man-after-disturbance-at-car-dealership/">Police: Officer shoots man after ‘disturbance’ at car dealership in Miami Shores</a></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2575.9306797289587!2d-80.18545499999999!3d25.8560451!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b22a2800f91d%3A0x46fa5cd455c9d191!2s8880%20Biscayne%20Blvd%2C%20Miami%20Shores%2C%20FL%2033138!5e1!3m2!1sen!2sus!4v1782086969010!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Merlin the duck steals the spotlight at President Sheinbaum's news briefing]]></title><link>https://www.local10.com/news/weird-news/2026/06/22/merlin-the-duck-steals-the-spotlight-at-president-sheinbaums-news-briefing/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/06/22/merlin-the-duck-steals-the-spotlight-at-president-sheinbaums-news-briefing/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Wearing the green jersey of Mexico’s national soccer team and a FIFA tie, he waddled into the room ahead of President Claudia Sheinbaum, took a seat facing reporters and quickly became the star of her Monday morning news briefing.]]></description><pubDate>Mon, 22 Jun 2026 18:12:35 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Wearing the green jersey of Mexico’s national soccer team and a FIFA tie, he waddled into the room ahead of President Claudia Sheinbaum, took a seat facing reporters and quickly became the star of her Monday morning news briefing.</p><p>Merlín the duck — Mexico’s unofficial World Cup mascot — didn’t take any questions; his owner, Carla Gómez, did that for him.</p><p>Gómez, a street vendor who sells water and soft drinks, introduced her family with pride and determination, presenting them as representative of countless other working-class Mexicans. “We are the working part” of Mexico, she said.</p><p>Sitting beside the lectern, with Merlín at the center, were her sons, Carlos, 22, and Cristian, 14, who “doesn’t rest after school” and helps her every day by selling goods and carrying packages.</p><p>Merlín, he said, is “the boss of our little business. He’s the one who follows behind us, making sure we’re working and doing things the right way.”</p><p>The family takes great care with his diet, feeding him small fish, crickets and, on Sundays, even a meat taco.</p><p>Gómez said she was moved by the way Merlín captured the hearts of World Cup fans.</p><p>“It has been the best thing that has happened to us in this life,” she said, though she noted that other ducks the family had owned also became local celebrities in Mexico City’s historic center, including Bruna, who wore tennis shoes.</p><p>Gómez said she believes the family went viral because people saw in them “a hard-working family, a family that gets up every day to make ends meet.”</p><p>The president eventually had to cut off questions to move the news conference along, but not before trying to pet Merlín and posing for a photo with the family.</p><p>The scene had barely ended when social media filled with criticism of the president’s decision to welcome the duck while relatives of missing persons — who have been demonstrating and seeking a face-to-face meeting with her since the start of the World Cup — remained unheard.</p><p>Wildlife advocates also warned that the popularity of pets like Merlín can have unintended consequences. In a Facebook post, the Wildlife Rehabilitation Unit of Pachuca, a city about 90 kilometers (55 miles) north of Mexico City, cautioned that fame can fuel “impulse purchases and abandonment.”</p><p>“Animals do not need owners for fashion; they need responsible caretakers,” the government-run agency wrote.</p><p>Merlín, at least, appears to have found them.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4E5NBWP55YPM3RISA7FY7L4ZI4.jpg?auth=2161151e0b27548a516532f62c37b7f595ff97e20a1b29887054f1d55591b753&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Merlin the duck, dressed in a Mexican national soccer team jersey, attends the daily press conference by Mexican President Claudia Sheinbaum, second from left, along with his caretakers Carla Gomez and her sons Carlos, and Christian who holds Merlin, at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CRLFKQFTYOG5TG45BMBRXIPQGE.jpg?auth=2fc01bcbb88c25806bf58d12a0ed1998b815ff16b239b59a68d82ed7090df119&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Merlin the duck, dressed in a Mexican national soccer team jersey, bottom right, enters the daily press conference by Mexican President Claudia Sheinbaum, left, with his caretakers, brothers Carlos and Christian Gomez, at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5SS2IPBRTDYQUUJ4YXLZVMKV2M.jpg?auth=fccf9818b3998b90b1604663322d5a520f72bd3d0e2b372990ebc46c70eb3e45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christian Gomez interacts with his duck Merlin, dressed in a Mexican national soccer team jersey, as they attend the daily press conference by Mexican President Claudia Sheinbaum at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RI5ZCTNSTBAD4UEKESP5TD3Y2Y.jpg?auth=f06e4ee8ba245d51e96958f697df090c2724a00720b547594da042ffd7cbfe64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexican President Claudia Sheinbaum interacts with Merlin the duck, dressed in a Mexican national soccer team jersey, during her morning press conference at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRK35PFATOUPRLUGHBIFNFBLC4.jpg?auth=5a55c72df396741cb6dcd219fd60d243db11cfe174a54d835bc86719fa9b314a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Merlin the duck, dressed in a Mexican national soccer team jersey, attends the daily press conference by Mexican President Claudia Sheinbaum, left, along with his caretakers Carla Gomez and her sons Carlos and at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[Mike Boynton promoted to interim coach at Michigan as Dusty May leaves for the NBA, AP sources say]]></title><link>https://www.local10.com/sports/2026/06/22/mike-boynton-promoted-to-interim-coach-at-michigan-as-dusty-may-leaves-for-the-nba-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/22/mike-boynton-promoted-to-interim-coach-at-michigan-as-dusty-may-leaves-for-the-nba-ap-source-says/</guid><dc:creator><![CDATA[By LARRY LAGE, Associated Press]]></dc:creator><description><![CDATA[ANN ARBOR, Mich. (AP) — Michigan, coming off a national championship in basketball, suddenly had a coaching search no one seemed to see coming.]]></description><pubDate>Mon, 22 Jun 2026 19:46:58 +0000</pubDate><content:encoded><![CDATA[<p>ANN ARBOR, Mich. (AP) — Michigan, coming off a national championship in basketball, suddenly had a coaching search no one seemed to see coming.</p><p>Athletic director Warde Manuel didn't take much time to make a move.</p><p>Mike Boynton was promoted to interim coach to replace Dusty May, a person familiar with the situation told The Associated Press on Monday. The person spoke to the AP on condition of anonymity because the decision had not been announced.</p><p>May and the Dallas Mavericks are finalizing a contract for him to make the jump to the NBA, another person with knowledge of the deal told the AP. That person spoke on condition of anonymity because the deal wasn’t completed.</p><p>Who is Mike Boynton?</p><p>Manuel chose to give Boynton, a two-year assistant under May and a former Oklahoma State coach, another chance to lead a program.</p><p>The school is hoping continuity will help convince players on the roster to stay out of the transfer portal.</p><p>Boynton recruited Cade Cunningham to play for the Cowboys in 2020 even though they were facing NCAA penalties from rule violations under a former assistant coach.</p><p>“There’s not a lot of coaches that would say, 'Do what you want to do, I’m going to help you if you want to leave,'" Cunningham said at the time. He went on to be drafted No. 1 by the Detroit Pistons in 2021.</p><p>Two years ago, Boynton was fired with a 119-109 record over seven seasons.</p><p>May said during the NCAA Tournament that his top assistant should get another shot.</p><p>“He’s an elite basketball coach,” May said in April. “He did a really good job at Oklahoma State, especially considering the circumstances."</p><p>The 44-year-old Boynton, who is from New York, previously was an assistant with the Cowboys and Stephen F. Austin under current Illinois coach Brad Underwood.</p><p>Freedom of movement</p><p>Just days after winning the national championship, Manuel said during a celebration at the school that he reached an agreement with May that would keep him under contract for many years to come.</p><p>Two months later, May bounced.</p><p>And, no one seemed to see it coming.</p><p>“I was shocked,” All-America forward Yaxel Lendeborg said, a day before he was expected to be a first-round pick in the NBA draft. “I almost fell to my knees.”</p><p>Sign of the times?</p><p>Even though May seemed to embrace the new era of college athletics that features freedom of movement with the transfer portal and the ability for athletes to make money on their name, image and likeness, he might have been drawn to the NBA where his role is to coach while others handle the business side of the franchise.</p><p>Manuel made a deal with May shortly after the season ended in part to keep him away from suitors such as North Carolina, which fired Hubert Davis and hired former Denver Nuggets coach Michael Malone.</p><p>“I think for all of those Michigan fans, they have nothing to worry about," May said on “The Rich Eisen Show" in April.</p><p>What’s next for Michigan?</p><p>May previously planned to reload for next season with nine newcomers, including three from the portal, but those newcomers along with returning players will now have an opportunity to transfer because he left.</p><p>In addition to losing May after two seasons, Michigan will be without three players projected to be first-round picks in the NBA draft on Tuesday night.</p><p>If Michigan does not name a permanent head coach within 30 days, players on the roster will have a 15-day window to transfer.</p><p>May leaves big sneakers to fill</p><p>Manuel hired May away from Florida Atlantic in 2024 and he quickly turned around a program that lost a school-record 24 games two years ago, leading to former Fab Five player Juwan Howard getting fired.</p><p>May successfully leveraged opportunities in the transfer portal in each of his two years, looking for players who loved to pass because they usually make good teammates. He also made the most of his players’ talents with spacing on offense and a swarming style on defense.</p><p>He helped make Michigan a place Lendeborg, Aday Mara and Morez Johnson Jr. wanted to be last season. The trio of transfers helped the team win a school-record 37 games and its second national title while improving their NBA stock.</p><p>Little did they know, May would also be working in the league next season.</p><p>“I’m happy for him,” Mara said. “Obviously, I don’t think anyone expected it or knew about it. I had no idea.”</p><p>May is leaving to lead the Mavs, a team that features reigning Rookie of the Year Cooper Flagg and nine-time All-Star Kyrie Irving. He succeeds Jason Kidd, who was let go two weeks after Masai Ujiri was hired as president of basketball operations and alternate governor.</p><p>___</p><p>AP Basketball Writers Tim Reynolds and Brian Mahoney in Miami and New York and AP Sports Writer Schuyler Dixon in Dallas contributed to this report.</p><p>___</p><p>AP college basketball: https://apnews.com/hub/ap-top-25-college-basketball-poll and https://apnews.com/hub/college-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OJOWYFN52JXDD5KDQFEWFOYFNY.jpg?auth=4f6fa3258e20bf9674325fb1deaebdb565b2b21b13baa5d160b9c964a018bb53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Oklahoma State head coach Mike Boynton watches from the bench during the first half of an NCAA college basketball game against Iowa State, Jan. 13, 2024, in Ames, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGBKFL7MNIOGZ2ZLZQU523OMN4.jpg?auth=bdc13a476445e228b8f542d351911fcb979d5152adc6f058d6e08fe0d546244b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michigan head coach Dusty May celebrates after defeating UConn in the NCAA college basketball tournament national championship game at the Final Four, April 7, 2026, in Indianapolis. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MT3WA2LJ74GEH7QS47DNJPEG7E.jpg?auth=5b9369d933ccec3b0b333563906728aa9f907418afa1b74c99dab7115c30d3f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michigan head coach Dusty May talks with the media following their a win over Michigan State after an NCAA college basketball game in Ann Arbor, Mich., March 8, 2026. (AP Photo/Lon Horwedel, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Lon Horwedel</media:credit></media:content></item><item><title><![CDATA[Restaurant at 1 of the Florida Keys’ most popular tourist attractions ordered shut. Plus, rodent issues remain inside 1 restaurant]]></title><link>https://www.local10.com/food/dirty-dining/2026/06/22/restaurant-at-1-of-the-florida-keys-most-popular-tourist-attractions-ordered-shut-plus-rodent-issues-remain-inside-1-restaurant/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/06/22/restaurant-at-1-of-the-florida-keys-most-popular-tourist-attractions-ordered-shut-plus-rodent-issues-remain-inside-1-restaurant/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[The Hungry Tarpon Restaurant at the popular Robbie’s Marina in Islamorada was ordered shut by state inspectors last week following an investigation based on a complaint.]]></description><pubDate>Mon, 22 Jun 2026 16:33:25 +0000</pubDate><content:encoded><![CDATA[<p>The Hungry Tarpon Restaurant at the popular Robbie’s Marina in Islamorada was ordered shut by state inspectors last week following an investigation based on a complaint.</p><p>The closure was one of several temporary shutdowns ordered by the Florida Department of Business and Professional Regulation during recent restaurant inspections across South Florida and the Florida Keys.</p><p>Inspectors cited a wide range of issues, including rodent droppings, live mice, roaches, flies, mold-like buildup, improper food temperatures and other sanitation concerns. Among the more troubling findings were reports of a live mouse running through a kitchen, flies landing on ready-to-eat food, rodent-contaminated storage areas and dishwashing equipment that failed to properly sanitize utensils.</p><p>The establishments listed below were ordered to close until the violations were addressed. Nick’s Caribbean Restaurant remains closed. All other establishments were allowed to reopen after completing a required cleanup and passing a follow-up inspection.</p><p><b>**HUNGRY TARPON RESTAURANT</b></p><p><b>ROBBIE’S OF ISLAMORADA</b></p><p><b>77522 OVERSEAS HIGHWAY</b></p><p><b>ISLAMORADA</b></p><p><b>INSPECTION BASED ON COMPLAINT </b></p><p><b>ORDERED SHUT 6/18</b></p><p><b>9 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed 7 rodent dropping on the window sill in the kitchen area. Observed approximately 12-15 rodent dropping on top of dish machine that were cleaned off during inspection.”</p><p>“Observed approximately 10 Live, small flying insects found in the kitchen and prep area above lift lid unit on shelving holding take out containers . Observed approximately 6 flies in the dry storage area. Observed approximately 10 flies in the dish room on shelving.”</p><p>“Presence of insects, rodents, or other pests observed 4 dead flies on sheet pans in the walk-in cooler Trays with dead flies were removed and put in dish area for cleaning.”</p><p>“Floor soiled/has accumulation of debris.”</p><p>“Grease on the ground and/or pad around grease receptacle.”</p><p>“Food-contact surfaces not sanitized after cleaning, before use. Do not use equipment/utensils not properly sanitized. Dish machine is not sanitizing , chlorine @0 ppm.”</p><p>“Dish machine chlorine sanitizer not at proper minimum strength. 0 ppm chlorine Discontinue use of dish machine for sanitizing and set up manual sanitization until dish machine is repaired and sanitizing properly. Triple sink is set up to sanitize with quaternary at 200 ppm.”</p><p><b>**TEE JAY THAI SUSHI</b></p><p><b>2254 WILTON DRIVE</b></p><p><b>WILTON MANORS</b></p><p><b>ORDERED SHUT 6/17</b></p><p><b>11 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 40 rodent droppings in the dry storage area on the floor, approximately 10 on boxes of single service items and approximately 20 on the outside of large plastic containers of rice.”</p><p>“Objectionable odor in dry storage area where rodent droppings were found.”</p><p>“Food stored on floor. Observed several food items stored in the floor in the walk in cooler.”</p><p>“Cardboard used to line food-contact shelves in the dry storage area and in the kitchen.”</p><p>“Raw animal food stored over or with ready-to-eat food in a freezer - not all products commercially packaged. Observed raw steak not in its commercial packaging stored over ready to eat spring rolls and raw masago stored over ready to eat berries in the walk in cooler.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Observed raw steak stored over ready to eat sauce in the walk in cooler.”</p><p>“Toxic substance/chemical improperly stored. Observed medicine stored over ready to eat sauces and garlic in the storage area in the kitchen.” </p><p><b>**SORIANO BROTHERS CUBAN CUISINE</b></p><p><b>2393 WEST 78TH ST.</b></p><p><b>HIALEAH</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 6/17</b></p><p><b>21 VIOLATIONS FOUND</b></p><p>“Live, small flying insects found, observed one live fly landing on slice of ham, 3 live flies flying on cafeteria station. Also 3 lives flies flying on main kitchen, one live fly landing on cooked pork.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin.”</p><p>“Cooked/heated time/temperature control for safety food not cooled from 135 degrees Fahrenheit to 41 degrees Fahrenheit within 6 hours. Observed cooked pork (52/49F - Cooling) in walk in cooler, from the day before as per operator.”</p><p>“Dented/rusted cans present. See stop sale. Red peppers strips. Antojos.”</p><p>“Insect control device installed over food preparation area. Over coffee station.”</p><p>“Food being cooled by nonapproved method as evidenced by inadequate rate of cooling during time of inspection. Observed beans (59/55F - Cooling); soup (133/130F - Cooling) covered during cooling process.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed double reach in cooler cooked beef (46F - Cold Holding); Fish (46F - Cold Holding) Reach in cooler cheese cake (50F - Cold Holding); for less than 4 hours as per operator. Operator placed the food items in another reach in cooler.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Observed croquettes (119F - Hot Holding); tequenos (120F - Hot Holding); empanadas (120F - Hot Holding); in hot holding equipment located in cafeteria station. Also tilapia (122F - Hot Holding); cooked chicken (102F - Hot Holding); pork (113F - Hot Holding)in steam table, operator increased equipment temperature. Repeat Violation.”</p><p><b>**NICK’S CARIBBEAN RESTAURANT</b></p><p><b>1430 WEST DIXIE HIGHWAY</b></p><p><b>NORTH MIAMI</b></p><p><b>ORDERED SHUT 6/16</b></p><p><b>27 VIOLATIONS FOUND</b></p><p>“Live rodent present. Observed a live mouse behind a storage cabinet located on a hallway on the back of the kitchen.”</p><p>“Roach activity present as evidenced by live roaches found. Observed 10 plus live roaches on pipes and electrical outlets next to fryers located in the cook line, observed 10 plus live roaches behind wooden shelves located in dry storage room, observed 10 plus live roaches around water heater located in the kitchen area, observed 20 plus live roaches behind shelves located on top of three compartment sink, observed 20 plus lives roaches located behind signs posted on the walls all throughout the kitchen, observed 10 plus live roaches on the floor inside a walk in cooler that out of order.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin.”</p><p>“Buildup of food debris/soil residue on equipment door handles. Repeat Violation.”</p><p>“Cardboard used on floor as anti-slip measure not replaced every day or when heavily soiled, whichever comes first. Inside walk in cooler.”</p><p>“Cutting board has cut marks and is no longer cleanable.”</p><p>“Floor not cleaned when the least amount of food is exposed. Observed floors under cooking equipment heavily soiled with grease all around kitchen area. Repeat Violation.”</p><p>“Interior of oven/microwave has accumulation of black substance/grease/food debris. Repeat Violation.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed walls heavily soiled throughout the kitchen area Repeat Violation.”</p><p>“Exhaust system operated with filters removed. No means to capture grease and/or condensation to prevent dripping. Observed one filter missing in the hood system.”</p><p>“Employee handled soiled equipment or utensils and then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands.”</p><p>“Operating with an expired Division of Hotels and Restaurants license. Repeat Violation.”</p><p>“No probe thermometer provided to measure temperature of food products.”</p><p>“Food manager certification expired.”</p><p>“No proof of required state approved employee training provided for any employees.”</p><p><b>FOLLOW-UP INSPECTION 6/18</b></p><p>“Observed live rodent activity in the kitchen area, specifically one live mouse running through the establishment.”</p><p>“Observed 2 plus live roaches on top of wooden shelving units located in the dry storage room. Observed 2 plus live roaches on shelving near the three compartment sink. Observed 2 live plus roaches on the floor inside an out of service walk in cooler. Additionally, observed 3 plus live roaches crawling on the floor in the dining room area.”</p><p><b>FOLLOW-UP INSPECTION 6/19</b></p><p>“Observed a case with plantains bitten by rodents.”</p><p>“Observed 8 live roaches inside the paper holder device above ha washing sink in kitchen area.”</p><p><b>**SONIC DRIVE IN</b></p><p><b>2660 NW 199TH ST.</b></p><p><b>MIAMI GARDENS </b></p><p><b>ORDERED SHUT 6/15</b></p><p><b>31 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed in back storage area on top of boxes of to go items and syrups, 10 droppings. Observed 4 rat droppings on rack where soda syrups are stored. Observed on countertop at front counter where tea dispenser is, 3 droppings inside kitchen area. Observed 2 droppings inside of white sugar box stored under tea dispenser in main kitchen area.. Observed 2 droppings on top of sauces box near hot dog warmer in kitchen area. Observed 10 droppings in cabinet under prep table where power outlet is, in kitchen area.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed reach in across hot dog warmer with ambient temp of 47F. The following tcs foods stored inside for more than 4 hours: lettuce shredded (47F - Cold Holding). Manager discarded lettuce.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed throughout kitchen ceiling tiles and vents soiled with dust, food debris , and some tiles soiled with mold like substance.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed throughout kitchen.”</p><p>“Objectionable odors in bathroom or other areas of the establishment. Observed in the kitchen and near mop sink.”</p><p>“Floor soiled/has accumulation of debris. Observed floor in dining area with sticky residue.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B3SMNKUBJBHS3FQMHDFAVVF5FI.jpg?auth=c2db12a29129699142c0132615019e5dc9672d83c0e61255ddf36f52cc10e840&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item></channel></rss>