<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Thu, 14 May 2026 17:43:43 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Detectives search for missing Pompano Beach woman who suffers from mental illness ]]></title><link>https://www.local10.com/news/local/2026/05/14/detectives-search-for-missing-pompano-beach-woman-who-suffers-from-mental-illness/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/detectives-search-for-missing-pompano-beach-woman-who-suffers-from-mental-illness/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Detectives with the Broward Sheriff’s Office Missing Persons Unit asked for the public’s help on Thursday in locating a 38-year-old woman who they say was reported missing from Pompano Beach last week. ]]></description><pubDate>Thu, 14 May 2026 17:41:45 +0000</pubDate><content:encoded><![CDATA[<p>Detectives with the Broward Sheriff’s Office Missing Persons Unit asked for the public’s help on Thursday in locating a 38-year-old woman who they say has been missing from the Pompano Beach area for a week. </p><p>According to investigators, Tenezia Sims was last seen around 1 a.m. on May 7, near the intersection of Sample Road and Northwest 27th Avenue. </p><p>Authorities said she was last seen wearing a pink tank top, black skirt with a flower design and blue slides. She is about 5 feet 5 inches tall, weighs around 110 pounds, and has black hair and brown eyes.</p><p>They said Sims experiences mental illness. </p><p>Anyone with information on her whereabouts is urged to contact BSO Detective Leonard Charla at 954-321-4274 or the BSO non-emergency number at 954-764-4357. </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/5XBMVFMKYNDVXKZA2DP7F4IYYM.jpg?auth=1ea4d8fd9f53ca4b2153eb8bdd6d95b4eb3e3bf23fa46ea3b142f73153210c8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Landscaper shocked by live wire in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/05/14/landscaper-shocked-by-live-wire-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/landscaper-shocked-by-live-wire-in-fort-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A landscaper was hospitalized late Thursday morning after being shocked by a live wire in Fort Lauderdale, first responders confirmed to Local 10 News.]]></description><pubDate>Thu, 14 May 2026 17:25:23 +0000</pubDate><content:encoded><![CDATA[<p>A landscaper was hospitalized late Thursday morning after being shocked by a live wire in Fort Lauderdale, first responders confirmed to Local 10 News.</p><p>According to Fort Lauderdale Fire Rescue officials, the victim, who is in his 70s, was working in a tree in the 700 block of Northeast 15<sup>th</sup> Court when the incident occurred.</p><p>First responders transported the victim to Broward Health Medical Center as a trauma alert. His exact condition has not yet been released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XZB4PR57RFH3XGZOPIXB3GEFLY.jpg?auth=32b2c103ec7088b005455f9fd4dfb7fadd20ce9dcd9f63b3f0ece2f059b6729d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Saudi Arabia continues its soccer push with a World Cup deal, even after pulling out of LIV Golf]]></title><link>https://www.local10.com/sports/2026/05/14/saudi-arabia-continues-its-soccer-push-with-a-world-cup-deal-even-after-pulling-out-of-liv-golf/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/saudi-arabia-continues-its-soccer-push-with-a-world-cup-deal-even-after-pulling-out-of-liv-golf/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 17:11:22 +0000</pubDate><content:encoded><![CDATA[<p>MANCHESTER, England (AP) — Saudi Arabia’s sovereign wealth fund may have pulled back from golf, but on Thursday it deepened its investment in soccer by becoming an “official tournament supporter” of the World Cup.</p><p>The kingdom's public investment fund (PIF) announced this month that it was pulling the plug on future funding for LIV Golf, raising questions about its long-term plans for other sports after its enormous spending in recent years.</p><p>But in announcing the partnership, it said sport was a “priority sector.”</p><p>The value of the deal, which covers North America and Asia, was not disclosed, but it further strengthens ties between Saudi Arabia and world soccer's governing body.</p><p>The oil-rich kingdom has won the rights to host the 2034 edition of the World Cup and PIF was a commercial partner for last year's Club World Cup.</p><p>The PIF-owned SURJ Sports Investment also owns a stake online streamer DAZN, which broadcast the Club World Cup.</p><p>According to FIFA accounts, television broadcasting rights had contributed “the lion’s share” of its annual revenue in 2025, worth more than $1 billion.</p><p>Soccer has been a major focus for Saudi Arabia as it looks to move away from its heavy reliance on oil and look to other revenue-generating sectors.</p><p>That has included enticing some of the sport's biggest stars like Cristiano Ronaldo, Neymar and Karim Benzema to its domestic league and buying Premier League club Newcastle. Winning the right to host the World Cup is its standout achievement so far.</p><p>Investment in other sports includes hosting a number of world championship boxing matches, Formula One racing and tennis.</p><p>The launch of the contentious LIV Golf tour in 2022 was a major disruptor for the sport, luring top players like Bryson DeChambeau, Phil Mickelson, Brooks Koepka and Dustin Johnson away from the PGA. LIV Golf's spending is expected to exceed $6 billion by the end of the year.</p><p>While there has been a slowdown of top soccer players heading to the Saudi league after its earlier aggressive recruitment drive, PIF said the sport was “crucial role in the ongoing transformation of Saudi Arabia.”</p><p>“PIF continues to expand its global footprint in sport, with football at the heart of this growth," head of corporate brand Mohamed AlSayyad said.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IY6OX27HERCLO4LIEATJVC4ERU.jpg?auth=1b21e3cc810a81f76f795d15049704ed03ded5a7784d760e1d5292ca0844646a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FIFA President Gianni Infantino speaks during the match schedule reveal for the 2026 soccer World Cup in Washington, Saturday, Dec. 6, 2025. (AP Photo/Chris Carlson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4H25QHQQWZ5W5TIF2Z4YLO5W7Y.jpg?auth=e8c8d0737cf82883c7158cf529452ef1040197b5caf4eb647514bd4a3219a627&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FIFA President Gianni pauses during the draw for the 2026 soccer World Cup at the Kennedy Center in Washington, Friday, Dec. 5, 2025. (AP Photo/Chris Carlson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[U.S. Army 19-year-old soldier from Florida found dead in coastal cave in Morocco ]]></title><link>https://www.local10.com/news/florida/2026/05/14/us-army-19-year-old-soldier-from-florida-found-dead-in-coastal-cave-in-morocco/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/05/14/us-army-19-year-old-soldier-from-florida-found-dead-in-coastal-cave-in-morocco/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 19-year-old U.S. Army soldier from Florida was found dead in a coastal cave in Morocco, and her remains traveled to the United States aboard a U.S. Air Force C-130J, according to the Defense Department. ]]></description><pubDate>Thu, 14 May 2026 16:56:38 +0000</pubDate><content:encoded><![CDATA[<p>A 19-year-old U.S. Army soldier from Florida was found dead in a coastal cave in Morocco, and her remains traveled to the United States aboard a U.S. Air Force C-130J, according to the Defense Department. </p><p>Spc. <a href="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4486141/press-release-us-army-recovers-identifies-second-soldier-near-cap-draa-morocco/" target="_self" rel="" title="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4486141/press-release-us-army-recovers-identifies-second-soldier-near-cap-draa-morocco/">Mariyah Symone Collington</a>, of Taveres, Fla., and 1st Lt. <a href="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4482802/press-release-us-army-recovers-identifies-one-soldier-near-cap-draa-morocco-sea/" target="_self" rel="" title="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4482802/press-release-us-army-recovers-identifies-one-soldier-near-cap-draa-morocco-sea/">Kendrick Lamont Key Jr.</a>, of Richmond, Va., fell off a cliff during an off-duty hike on May 2, and their deaths remained under investigation on Thursday. </p><p>Collington served as an air and missile defense crewmember and was assigned to Charlie Battery, 5th Battalion, 4th Air Defense Artillery Regiment. </p><p>“The loss of Spc. Collington is a profound loss for the 10th Army Air and Missile Defense Command,” Brig. Gen. Curtis King, commanding general of the 10th Army Air and Missile Defense Command, said in a statement. </p><p>Collington and Key, 27, vanished near the Cap Draa Training Area during <a href="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4484163/news-historic-african-lion-26-concludes/" target="_self" rel="" title="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4484163/news-historic-african-lion-26-concludes/">the African Lion 26</a>, a military exercise led by the U.S. Army Southern European Task Force, Africa. Key’s remains were recovered along the shoreline <a href="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4482802/press-release-us-army-recovers-identifies-one-soldier-near-cap-draa-morocco-sea/" target="_self" rel="" title="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4482802/press-release-us-army-recovers-identifies-one-soldier-near-cap-draa-morocco-sea/">on May 9</a>, according to DOD. </p><figure><img src="https://www.local10.com/resizer/v2/HTOYHIQ6LNFBBMZISFW2KCVASY.jpg?auth=4f8ed8af59539fda88ee57a80d4ed96cd8384464b044e8359c86b3e1c6c9abcb&smart=true&width=1200&height=900" alt="U.S. Army 1st Lt. Kendrick Lamont Key Jr., 27, of Richmond, Virginia, vanished on May 2 in Morocco and was found dead in the ocean on May 9, according to DOD." height="900" width="1200"/><figcaption>U.S. Army 1st Lt. Kendrick Lamont Key Jr., 27, of Richmond, Virginia, vanished on May 2 in Morocco and was found dead in the ocean on May 9, according to DOD.</figcaption></figure><p>U.S. Air Force pararescuemen with the 406th Air Expeditionary Wing, Moroccan military mountaineers, and Moroccan Civil Protection found and recovered Collington’s remains <a href="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4486141/press-release-us-army-recovers-identifies-second-soldier-near-cap-draa-morocco/" target="_self" rel="" title="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4486141/press-release-us-army-recovers-identifies-second-soldier-near-cap-draa-morocco/">on May 12</a>, according to DOD. </p><p>Collington entered the Army’s delayed entry program in 2023 and started active-duty service in 2024. She completed basic combat training and advanced individual training at Fort Sill, Oklahoma, as a 14P air and missile defense crewmember. </p><p>Collington reported to Charlie Battery, 5th Battalion, 4th Air Defense Artillery Regiment, in Ansbach, Germany, in February 2025. </p><p>“Spc. Collington was an outstanding Soldier whose unwavering enthusiasm and positive spirit uplifted every environment she entered,” Capt. Spencer Grider, commander of Charlie Battery, 5-4 ADAR said in <a href="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4486141/press-release-us-army-recovers-identifies-second-soldier-near-cap-draa-morocco/" target="_self" rel="" title="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4486141/press-release-us-army-recovers-identifies-second-soldier-near-cap-draa-morocco/">a statement</a>. “Her infectious energy, whether in the office, in the field, or among her peers, fostered connection and camaraderie, bringing people together through her genuine warmth and heartfelt sense of humor. Her presence will be greatly missed across our formation.” </p><p>Collington was promoted to specialist on May 1, and her awards and decorations included the U.S. Army Service Ribbon. </p><p>“Spc. Collington was a bright light in this battalion. To the Soldiers who knew her best and served alongside her each day, she was a treasured friend whose loss leaves a deep and profound void on our team,” Lt. Col. Chris Couch, the 5-4 ADAR battalion commander, said in <a href="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4486141/press-release-us-army-recovers-identifies-second-soldier-near-cap-draa-morocco/" target="_self" rel="" title="https://www.europeafrica.army.mil/ArticleViewPressRelease/Article/4486141/press-release-us-army-recovers-identifies-second-soldier-near-cap-draa-morocco/">a statement</a>. “As we hold her family, friends, and teammates in our prayers, we extend our heartfelt thanks to the U.S. personnel and Moroccan partners who dedicated themselves to bringing her home.” </p><p><b>Location of soldiers’ deaths </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d10400416.235702973!2d-20.256980245132603!3d28.723634357367!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xc4aef2d662af8b1%3A0xde8a66fbbac08bfa!2sCap%20Draa!5e1!3m2!1sen!2sus!4v1778777618576!5m2!1sen!2sus" 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/OHJ6DAX6G5D3XOJ2M2OWMLGIWI.jpg?auth=ba4a37923c0ea592feda653234f14714956cca08b103ca36bdd8981b83b9f684&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Army Spc. Mariyah Symone Collington, of Taveres, Fla., was serving in Morocco when she vanished on May 2 and was found dead in an ocean cave on May 12, according to DOD.]]></media:description></media:content></item><item><title><![CDATA[Sospechoso vinculado a investigación de secuestro en Miami-Dade que provocó persecución enfrenta cargos en 3 casos: policías]]></title><link>https://www.local10.com/espanol/2026/05/14/sospechoso-vinculado-a-investigacion-de-secuestro-en-miami-dade-que-provoco-persecucion-enfrenta-cargos-en-3-casos-policias/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/sospechoso-vinculado-a-investigacion-de-secuestro-en-miami-dade-que-provoco-persecucion-enfrenta-cargos-en-3-casos-policias/</guid><dc:creator><![CDATA[Ryan Mackey, Saira Anwer]]></dc:creator><description><![CDATA[Un hombre acusado en una investigación por secuestro que terminó con un violento accidente y heridos en el condado de Miami-Dade también enfrenta cargos en otros dos casos recientes, incluyendo uno que involucra acusaciones de que huyó con un hombre atrapado en la caja de su camioneta, según múltiples informes de arresto obtenidos por Local 10 News.]]></description><pubDate>Thu, 14 May 2026 16:10:42 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre acusado en una investigación de <a href="https://www.local10.com/espanol/2026/05/14/persecucion-policial-en-miami-dade-relacionada-con-investigacion-de-secuestro-termina-con-choque-y-heridos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/persecucion-policial-en-miami-dade-relacionada-con-investigacion-de-secuestro-termina-con-choque-y-heridos/">secuestro que terminó con un violento choque</a> y heridos en el condado Miami-Dade también enfrenta cargos en otros dos casos recientes, incluyendo uno relacionado con acusaciones de que condujo mientras un hombre estaba atrapado en la cama de su camioneta, según múltiples reportes de arresto obtenidos por Local 10 News.</p><p>Las autoridades identificaron al sospechoso como Ronald Trayvon Kelly, de 29 años y residente del área de Brownsville en Miami-Dade.</p><p>Los investigadores dijeron que Kelly fue arrestado el miércoles después de que una persecución a alta velocidad que involucró a la Patrulla de Carreteras de Florida y la Oficina del Sheriff de Miami-Dade terminara con su camioneta Dodge roja volcada cerca de Northwest 86th Terrace y Northwest 18th Avenue.</p><p>Según un reporte de arresto de la FHP, los patrulleros recibieron una alerta BOLO alrededor de las 7 p.m. por un “secuestro” ocurrido en Miami Gardens.</p><p>Las autoridades dijeron que la víctima, quien presuntamente estaba siendo retenida contra su voluntad dentro de la camioneta de Kelly, llamó al 911 y proporcionó actualizaciones de ubicación en tiempo real.</p><p>Los patrulleros dijeron que Kelly aceleró a través de una zona de construcción, casi atropellando a un trabajador, condujo en dirección contraria y alcanzó velocidades de aproximadamente 80 mph en una zona de 30 mph mientras huía de las autoridades.</p><p>Las autoridades dijeron que un agente de la FHP finalmente realizó una maniobra PIT exitosa, causando que la camioneta se volcara sobre uno de sus lados. Según el reporte, la víctima fue “retirada inmediatamente del peligro”.</p><p>Indicaron que tanto Kelly como la víctima fueron trasladados al Ryder Trauma Center del Jackson Memorial Hospital como medida de precaución.</p><p>Los registros de la cárcel muestran que Kelly enfrenta un cargo de secuestro/conspiración y otro de huir agravadamente causando lesiones o muerte en ese caso.</p><p>Kelly también fue arrestado el miércoles en un caso separado en Miami Gardens relacionado con un incidente afuera del Hard Rock Stadium, según un segundo reporte de arresto.</p><p>La policía dijo que los agentes respondieron al estadio después de recibir reportes de que una Dodge Ram roja posiblemente vinculada a una investigación de robo había regresado al lugar.</p><p>Los investigadores dijeron que un hombre intentó tomar fotos de la camioneta y mirar dentro de la cama en busca de propiedad robada cuando Kelly repentinamente arrancó desde la Puerta 14 con la víctima todavía dentro de la cama de la camioneta.</p><p>Según el reporte, la camioneta ingresó a la autopista Florida’s Turnpike a alta velocidad mientras la víctima permanecía atrapada atrás.</p><p>La víctima dijo a los detectives que se subió completamente dentro de la cama de la camioneta por seguridad y se dio cuenta de que los ocupantes sabían que estaba allí después de que abrieron la ventana corrediza trasera, indica el reporte.</p><p>La víctima dijo que los ocupantes le dijeron repetidamente que saltara, pero temía sufrir “graves lesiones corporales” debido a la velocidad de la camioneta y no podía escapar de manera segura.</p><p>Después de ser informado de sus derechos, Kelly admitió que estaba en el estadio y dijo que “escuchó un golpe” proveniente de la parte trasera de la camioneta antes de alejarse, según el reporte.</p><p>Kelly dijo a los detectives que luego se dio cuenta de que la víctima estaba en la cama de la camioneta, pero no se detuvo porque temía por su seguridad después de presuntamente haber sido amenazado por la víctima.</p><p>La policía dijo que Kelly enfrenta un cargo de privación ilegal de libertad en ese caso.</p><p>Las autoridades indicaron que Kelly también enfrenta cargos en una investigación separada del Departamento de Policía de Miami derivada de una disputa doméstica en abril con la madre de su hijo.</p><p>Según ese reporte de arresto, la mujer dijo a la policía que fue a la casa de Kelly el 5 de abril para recoger a su hijo cuando Kelly la confrontó por una supuesta infidelidad pasada.</p><p>La mujer dijo a los agentes que Kelly agarró la manija de la puerta del lado del pasajero de su vehículo y saltó sobre el capó mientras ella intentaba irse, gritando: “Te voy a matar”, indica el reporte.</p><p>Posteriormente, un testigo dijo a los investigadores que vio a Kelly golpear y patear el parabrisas mientras se aferraba al vehículo en movimiento mientras la conductora maniobraba aparentemente para quitárselo del capó, según la policía.</p><p>La policía dijo que Kelly presentó un reporte contra la mujer, pero los investigadores determinaron que esas acusaciones eran falsas.</p><p>Kelly negó esas acusaciones después de renunciar a sus derechos Miranda, según el reporte.</p><p>En ese caso, enfrenta cargos de agresión agravada con intención de cometer un delito grave y de reportar falsamente un crimen a las autoridades.</p><p>Hasta el jueves, Kelly permanecía detenido en el Turner Guilford Knight Correctional Center, donde su fianza figuraba como “pendiente por establecer”.</p>]]></content:encoded></item><item><title><![CDATA[Madre e hija enfrentan cargos graves por presuntamente defraudar clínica dental donde ambas trabajaban: policías]]></title><link>https://www.local10.com/espanol/2026/05/14/madre-e-hija-enfrentan-cargos-graves-por-presuntamente-defraudar-clinica-dental-donde-ambas-trabajaban-policias/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/madre-e-hija-enfrentan-cargos-graves-por-presuntamente-defraudar-clinica-dental-donde-ambas-trabajaban-policias/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Las autoridades de Doral arrestaron a una madre y a su hija acusadas de robar en la clínica dental donde ambas trabajaban.]]></description><pubDate>Thu, 14 May 2026 16:55:47 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades de Doral arrestaron a una madre y su hija acusadas de robar de una oficina dental donde ambas trabajaban.</p><p>Según la policía, la víctima es propietaria del Doral Dentistry Specialty Center ubicado en 7902 NW 36th St.</p><p>La víctima dijo a los investigadores que las sospechosas, identificadas como Kaylyn Lopez, de 24 años, y Cynthia Joya, de 53, habían estado robando del negocio durante aproximadamente un año, desde marzo de 2025 hasta el 16 de marzo de 2026, según reportes de arresto obtenidos por Local 10 el jueves.</p><p>Los investigadores dijeron que fue en esa fecha cuando ambas mujeres renunciaron abruptamente a sus puestos sin previo aviso y no pudieron ser contactadas posteriormente.</p><p>Fue entonces cuando la víctima dijo a la policía que comenzó una revisión interna de los registros comerciales y transacciones financieras relacionadas con Lopez y Joya y descubrió que habían malversado fondos de la empresa.</p><p>Según la policía, las sospechosas aceptaban pagos en efectivo y por Zelle de clientes y se quedaban con el dinero para uso personal.</p><p>Los reportes indican que los investigadores citaron una cuenta de Bank of America “que ambas acusadas mantenían y controlaban” y descubrieron “múltiples transacciones de Zelle realizadas entre las acusadas y clientes de la clínica” que no habían sido autorizadas por los propietarios del negocio.</p><p>Los registros de la cárcel muestran que ambas mujeres fueron arrestadas el miércoles y cada una enfrenta cargos graves de hurto mayor en tercer grado y esquema organizado para defraudar.</p><p>Fueron ingresadas en el Turner Guilford Knight Correctional Center la madrugada del jueves, donde ambas permanecían detenidas hasta la tarde del jueves con fianzas individuales de $5,000 USD cada una.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ATMOH5PTHFF45BP34OTGZZDFAU.jpg?auth=736ae9ac4e3bfe80a39613b639b38340bb496221dd286c7124d66eb21aceb5b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mugshots for Kaylyn Lopez, 24, and Cynthia Joya, 53.]]></media:description></media:content></item><item><title><![CDATA[US Border Patrol chief announces his resignation in a Fox News interview]]></title><link>https://www.local10.com/news/politics/2026/05/14/us-border-patrol-chief-announces-his-resignation-in-a-fox-news-interview/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/14/us-border-patrol-chief-announces-his-resignation-in-a-fox-news-interview/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 16:57:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The head of the federal agency that patrols the borders of the United States says he is resigning.</p><p>The U.S. Border Patrol chief, Michael Banks, told Fox News in an interview Thursday that his resignation was effective immediately.</p><p>“It’s just time,” Banks was quoted as saying in a report on the Fox News website. “I feel like I got the ship back on course from the least secure disastrous chaotic border to the most secure border this country has ever seen,” he said.</p><p>The Department of Homeland Security and U.S. Customs and Border Protection did not immediately respond to a request for comment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z7A2BSCQ2HMRH7C6AKWJCKRESU.jpg?auth=64b808ea689f0b5e07e4fd97c150d286c8bf8ffd447f1b4c543159e6260d2965&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Border Patrol Chief Michael Banks speaks to reporters during the visit to the US-Mexico border by Defense Secretary Pete Hegseth in Sunland Park, N.M., Feb. 3, 2025. (AP Photo/Andres Leighton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Leighton</media:credit></media:content></item><item><title><![CDATA[Mother, daughter facing felony charges for allegedly defrauding dental clinic both worked for: Cops]]></title><link>https://www.local10.com/news/local/2026/05/14/mother-daughter-facing-felony-charges-for-allegedly-defrauding-dental-clinic-both-worked-for-cops/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/mother-daughter-facing-felony-charges-for-allegedly-defrauding-dental-clinic-both-worked-for-cops/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Authorities in Doral arrested a mother and daughter accused of stealing from a dental office they both worked at. ]]></description><pubDate>Thu, 14 May 2026 16:46:11 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Doral arrested a mother and daughter accused of stealing from a dental office they both worked at. </p><p><a href="https://www.local10.com/espanol/2026/05/14/madre-e-hija-enfrentan-cargos-graves-por-presuntamente-defraudar-clinica-dental-donde-ambas-trabajaban-policias/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/madre-e-hija-enfrentan-cargos-graves-por-presuntamente-defraudar-clinica-dental-donde-ambas-trabajaban-policias/">Leer en español</a></p><p>According to police, the victim owns the Doral Dentistry Specialty Center located at 7902 NW 36th St.</p><p>The victim told investigators that the suspects, identified as Kaylyn Lopez, 24, and Cynthia Joya, 53, had been stealing from the business for about a year, from March 2025 to March 16, 2026, according to arrest reports obtained by Local 10 on Thursday.</p><p>It was on that date the victim said both women abruptly resigned from their positions without any notice and could not be contacted afterwards, investigators said. </p><p>That’s when the victim told police he began conducting an internal review of business records and financial transactions involving Lopez and Joya and discovered they had misappropriating company funds.</p><p>According to police, the suspects would accept cash and Zelle payments from clients and retain the funds for personal use. </p><p>The reports state that investigators subpoenaed a Bank of America account “that both defendants maintained and controlled” and discovered “multiple Zelle transactions conducted between the defendants and clients of the clinic” that had not been authorized by the business owners. </p><p>Jail records show both women were taken into custody on Wednesday and are each facing felony counts of third degree grand theft and organized scheme to defraud. </p><p>They were booked into Turner Guilford Knight Correctional Center early Thursday morning, where both remained as of Thursday afternoon on individual bonds of $5,000 each. </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/ATMOH5PTHFF45BP34OTGZZDFAU.jpg?auth=736ae9ac4e3bfe80a39613b639b38340bb496221dd286c7124d66eb21aceb5b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mugshots for Kaylyn Lopez, 24, and Cynthia Joya, 53.]]></media:description></media:content></item><item><title><![CDATA[Juan Soto returns to lineup for Mets, who also get a positive progress report on Francisco Lindor]]></title><link>https://www.local10.com/sports/2026/05/14/juan-soto-returns-to-lineup-for-mets-who-also-get-a-positive-progress-report-on-francisco-lindor/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/juan-soto-returns-to-lineup-for-mets-who-also-get-a-positive-progress-report-on-francisco-lindor/</guid><dc:creator><![CDATA[By JERRY BEACH, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 16:56:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Juan Soto returned to the starting lineup Thursday for the injury-riddled New York Mets, who also learned Francisco Lindor has progressed in his recovery from a strained left calf.</p><p>Soto exited a 3-2, 10-inning win over the Detroit Tigers in the seventh inning on Wednesday night, four innings after he fouled a ball off his right foot. X-rays were negative and Soto was penciled into the lineup as the designated hitter for the matinee finale against the Tigers.</p><p>Manager Carlos Mendoza said Lindor, who was injured April 22 while scoring from first on a double hit by Francisco Alvarez, underwent an MRI Wednesday that showed “signs of healing,” though the All-Star shortstop is nowhere near a return.</p><p>Mendoza said Lindor has been cleared to do more work in the weight room before beginning a running program.</p><p>“Positive sign,” Mendoza said. “We’ve just got to let it heal.”</p><p>Mendoza said there was no timetable for Lindor to begin baseball activities. Lindor has been sidelined for the Mets’ last 18 games — four more than he missed the previous four seasons combined.</p><p>Alvarez, who suffered a torn meniscus in his right knee while fouling off a pitch in Tuesday’s 10-2 win over the Tigers, underwent surgery Thursday morning. Mendoza said the Mets expect Alvarez to miss up to eight weeks.</p><p>Alvarez is the Mets’ 12th player currently on the injured list, joining Lindor as well as right-handers Reed Garrett (Tommy John surgery), Justin Hagenman (fractured rib), Tylor Megill (sprained right elbow), Dedniel Núñez (Tommy John surgery) and Kodai Senga (lumbar spine inflammation); left-hander A.J. Minter (left lat surgery); infielders Ronny Mauricio (broken left thumb), Jorge Polanco (bruised right wrist) and Jared Young (torn left meniscus); and outfielder Luis Robert Jr. (lumbar spine disk herniation).</p><p>In addition, Soto missed 15 games last month because of a strained right calf.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TXHGVSSJ7SOAWIOSVGSV4XLFVE.jpg?auth=cd09265c30f6e3b5d8c38f23e585f583326c4ad7832339dcbdf1998a1735cfc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets designated hitter Juan Soto (22) reacts after getting hit by the ball on his ankle during the third inning of a baseball game against the Detroit Tigers, Wednesday, May 13, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KE6547SBT73HJDMULSLO3XQRVI.jpg?auth=342902a003497a96ab2cc15f9a280ef7717bb4731855ef6c303ec11800830301&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets designated hitter Juan Soto reacts after getting hit by the ball on his ankle during the third inning of a baseball game against the Detroit Tigers, Wednesday, May 13, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OBSR2T6IBFIS2ZWFRULWGUBOXU.jpg?auth=67f81c7c7a1f18a22651f3e5a96e02538e659d30bbbedade28c18d95a02e082e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets designated hitter Juan Soto is hit by the ball on his ankle during the third inning of a baseball game against the Detroit Tigers, Wednesday, May 13, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Musk, OpenAI lawyers begin closing arguments in landmark trial that could shape AI's future]]></title><link>https://www.local10.com/tech/2026/05/14/musk-openai-lawyers-begin-closing-arguments-in-landmark-trial-that-could-shape-ais-future/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/05/14/musk-openai-lawyers-begin-closing-arguments-in-landmark-trial-that-could-shape-ais-future/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY and MATT O'BRIEN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 16:55:42 +0000</pubDate><content:encoded><![CDATA[<p>OAKLAND, Calif. (AP) — Lawyers for Elon Musk and OpenAI began closing arguments Thursday in the landmark trial whose outcome could shape the future of artificial intelligence.</p><p>Musk, the world's richest man, was a co-founder of OpenAI, the company that launched in 2015 and went on to create ChatGPT. After Musk invested $38 million in its first years, his lawsuit filed in 2024 accused OpenAI CEO Sam Altman and his top deputy of shifting into a moneymaking mode behind his back.</p><p>One of the jury’s tasks is to decide if Musk filed his lawsuit in time. Much of the testimony has centered on OpenAI’s early years after its 2015 founding, but there’s a relatively short timeline to allege the claims Musk is making of breach of charitable trust and unjust enrichment.</p><p>OpenAI has argued that Musk waited too long and cannot claim harms that occurred before August 2021.</p><p>The judge wrote in a court filing last month that “if the jury finds that Musk failed to file his action within the statute of limitations, it is highly likely” that she will “accept that finding and direct verdict to the defendants.”</p><p>If the jury decides that the lawsuit was filed in time, they then have to decide if OpenAI had a “charitable trust” and that OpenAI and its executives broke that trust. Musk's other claim means jurors must determine whether Altman, Greg Brockman — co-founder and president — and OpenAI unjustly enriched themselves at Musk's expense.</p><p>For Microsoft, a co-defendant in the trial, the jury has to decide whether the company aided and abetted that breach.</p><p>Musk's attorney, Steven Molo, told jurors Thursday morning that the Tesla CEO is “sorry he could not be here.”</p><p>Musk is in China with President Donald Trump and other prominent tech executives.</p><p>___</p><p>O'Brien reported from Providence, Rhode Island.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HL537CHPC54323G5SIS4WP3UTM.jpg?auth=75fd2c5322d01365fa0c7daed19bc4c95c6acfe79dbf85cda5452d115c2b5b68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sam Altman, center, and OpenAI president Greg Brockman, right, arrive at the U.S. District Court in Oakland, Calif., Thursday, April 30, 2026. (AP Photo/Godofredo A. Vásquez)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T7HA4WWMST3BA7625CIASMLS6Q.jpg?auth=fa734bd474f4a92a53fb800f9f1f553074162bf782587a9b2e932329ebed981c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[William Savitt, attorney representing OpenAI, left, speaks during a press conference outside the U.S. District Court in Oakland, Calif., Thursday, April 30, 2026. (AP Photo/Godofredo A. Vásquez)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content></item><item><title><![CDATA[Suspect tied to Miami-Dade kidnapping investigation that led to chase faces charges in 3 cases: Cops]]></title><link>https://www.local10.com/news/local/2026/05/14/suspect-tied-to-miami-dade-kidnapping-investigation-that-led-to-chase-faces-charges-in-3-cases-cops/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/suspect-tied-to-miami-dade-kidnapping-investigation-that-led-to-chase-faces-charges-in-3-cases-cops/</guid><dc:creator><![CDATA[Ryan Mackey, Saira Anwer]]></dc:creator><description><![CDATA[A man accused in a kidnapping investigation that ended with a violent crash and injuries in Miami-Dade County is also facing charges in two other recent cases, including one involving allegations that he drove away with a man trapped in the bed of his pickup truck, according to multiple arrest reports obtained by Local 10 News.]]></description><pubDate>Thu, 14 May 2026 15:56:58 +0000</pubDate><content:encoded><![CDATA[<p>A man accused in a <a href="https://www.local10.com/news/local/2026/05/13/police-chase-in-miami-dade-involving-kidnapping-investigation-ends-with-crash-injuries/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/13/police-chase-in-miami-dade-involving-kidnapping-investigation-ends-with-crash-injuries/">kidnapping investigation that ended with a violent crash</a> and injuries in Miami-Dade County is also facing charges in two other recent cases, including one involving allegations that he drove away with a man trapped in the bed of his pickup truck, according to multiple arrest reports obtained by Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/05/14/sospechoso-vinculado-a-investigacion-de-secuestro-en-miami-dade-que-provoco-persecucion-enfrenta-cargos-en-3-casos-policias/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/sospechoso-vinculado-a-investigacion-de-secuestro-en-miami-dade-que-provoco-persecucion-enfrenta-cargos-en-3-casos-policias/">Leer en español</a></p><p>Authorities identified the suspect as 29-year-old Ronald Trayvon Kelly, of Miami-Dade’s Brownsville area.</p><p>Investigators said Kelly was arrested Wednesday after a high-speed chase involving the Florida Highway Patrol and the Miami-Dade Sheriff’s Office ended with his red Dodge pickup truck overturned near Northwest 86th Terrace and Northwest 18th Avenue.</p><p>According to an FHP arrest report, troopers received a be-on-the-lookout alert around 7 p.m. for an “abduction” that had occurred in Miami Gardens. </p><p>Authorities said the victim, who was allegedly being held against his will inside Kelly’s truck, called 911 and provided real-time location updates.</p><p>Troopers said Kelly sped through a construction zone, nearly hitting a worker, drove into oncoming traffic and reached speeds of about 80 mph in a 30 mph zone while fleeing from law enforcement.</p><p>Authorities said an FHP trooper ultimately performed a successful PIT maneuver, causing the truck to overturn onto its side. The victim was “immediately removed from danger,” according to the report.</p><p>They said both Kelly and the victim were taken to Jackson Memorial Hospital’s Ryder Trauma Center as a precaution.</p><p>On Thursday morning, Cynthia Hulett showed Local 10 what’s left of her car that Kelly smashed into </p><p>“I came outside (and) my car was all messed up,” she said. </p><p>Jail records show Kelly is facing one count each of kidnapping/conspiracy and aggravated fleeing or eluding causing injury or death in that case.</p><p>Kelly was also arrested Wednesday in a separate case out of Miami Gardens tied to an incident outside of Hard Rock Stadium, according to a second arrest report.</p><p>Police said officers responded to the stadium after receiving reports that a red Dodge Ram possibly connected to a burglary investigation had returned to the scene.</p><p>Investigators said a man attempted to photograph the truck and look into the bed for possible stolen property when Kelly suddenly drove away from Gate 14 with the victim still inside the truck bed.</p><p>According to the report, the truck entered the Florida’s Turnpike at a high rate of speed while the victim remained trapped in the back.</p><p>The victim told detectives he climbed fully into the truck bed for safety and realized the occupants knew he was there after they opened the rear sliding window, the report states.</p><p>The victim said the occupants repeatedly told him to jump out, but he feared “serious bodily injury” because of the truck’s speed and could not safely escape.</p><p>After being advised of his Miranda rights, Kelly admitted he was at the stadium and said he “heard a bang” coming from the back of the truck before driving away, according to the report. </p><p>Kelly told detectives he later realized the victim was in the truck bed but did not stop because he feared for his safety after allegedly being threatened by the victim.</p><p>Police said Kelly is facing one count of false imprisonment in that case.</p><p>They said Kelly is also facing charges in a separate Miami Police Department investigation stemming from an April domestic dispute involving the mother of his child.</p><p>According to that arrest report, the woman told police she went to Kelly’s home on April 5 to pick up their child when Kelly confronted her about alleged past infidelity.</p><p>The woman told officers Kelly grabbed the passenger-side door handle of her vehicle and jumped onto the hood as she attempted to leave, yelling, “I’m going to kill you,” the report states. </p><p>A witness later told investigators he saw Kelly strike and kick the windshield while clinging to the moving vehicle as the driver swerved in an apparent attempt to remove him from the hood, according to police. </p><p>Police said Kelly filed an incident report against the woman, but investigators determined those allegations were false.</p><p>Kelly denied those accusations after waiving his Miranda rights, according to the report.</p><p>In that case, he is charged with aggravated assault with intent to commit a felony and falsely reporting a crime to law enforcement.</p><p>As of Thursday, Kelly was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Madre sale de la cárcel bajo fianza después de que su hijo de 6 años supuestamente se disparara con su arma]]></title><link>https://www.local10.com/espanol/2026/05/14/madre-sale-de-la-carcel-bajo-fianza-despues-de-que-su-hijo-de-6-anos-supuestamente-se-disparara-con-su-arma/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/madre-sale-de-la-carcel-bajo-fianza-despues-de-que-su-hijo-de-6-anos-supuestamente-se-disparara-con-su-arma/</guid><dc:creator><![CDATA[Andrea Torres, Amanda Batchelor, Gabrielle Arzola]]></dc:creator><description><![CDATA[Una mujer de 33 años del suroeste de Miami-Dade fue arrestada el martes después de que su hijo de 6 años se disparara accidentalmente con su arma, según informaron las autoridades.]]></description><pubDate>Thu, 14 May 2026 14:07:13 +0000</pubDate><content:encoded><![CDATA[<p>Una madre de 33 años arrestada luego de que su hijo de 6 años presuntamente se disparara en el hombro con su arma en su casa en el condado Miami-Dade salió de la cárcel bajo fianza el jueves.</p><p>Leer en español</p><p>Agentes de la Oficina del Sheriff de Miami-Dade arrestaron a Myeisha Smith el martes por un cargo de negligencia infantil con grandes daños corporales, muestran los registros.</p><p>Según un reporte de arresto obtenido por Local 10, Smith admitió a los detectives que dejó su arma desatendida en su habitación junto a su hijo, quien luego tomó el arma y se disparó en el hombro, justo encima de la clavícula.</p><p>Los detectives reportaron que Smith llevó a su hijo herido desde su casa en West Perrine hasta Jackson South Medical Center. Posteriormente fue trasladado en helicóptero al HCA Florida Kendall Hospital, donde figuraba en condición estable.</p><p>Smith compareció el miércoles ante la corte de fianzas, donde el padre de la víctima le dijo al juez que su hijo se encuentra bien y que cree que el disparo fue un accidente desafortunado.</p><p>“Honestamente, esto fue un gran error. Ella es la madre perfecta para ese niño”, dijo el padre.</p><p>“¿Ustedes dos siguen juntos?”, preguntó la jueza.</p><p>“No, señora”, respondió el padre del niño.</p><p>La jueza finalmente le otorgó a Smith una fianza de $2,500 USD, la cual pagó.</p><p>Los registros judiciales muestran que el juez del circuito de Miami-Dade, Ariel Rodríguez, presidirá el caso.</p><p>Si es declarada culpable, Smith podría enfrentar hasta 15 años de prisión.</p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/espanol/2026/05/13/mdso-arrestan-a-madre-luego-de-que-su-hijo-de-6-anos-se-disparo-con-su-arma/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/13/mdso-arrestan-a-madre-luego-de-que-su-hijo-de-6-anos-se-disparo-con-su-arma/">MDSO: Arrestan a madre luego de que su hijo de 6 años se disparara con su arma</a></li><li><a href="https://www.local10.com/espanol/2026/05/12/menor-herido-es-trasladado-en-helicoptero-tras-presunta-balacera-en-west-perrine/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/12/menor-herido-es-trasladado-en-helicoptero-tras-presunta-balacera-en-west-perrine/">MDSO: Niño de 6 años se dispara en West Perrine</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Policía: Otra víctima se presenta tras acusar a hombre de abusar de niña de 12 años camino a la escuela]]></title><link>https://www.local10.com/espanol/2026/05/14/policia-otra-victima-se-presenta-tras-acusar-a-hombre-de-abusar-de-nina-de-12-anos-camino-a-la-escuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/policia-otra-victima-se-presenta-tras-acusar-a-hombre-de-abusar-de-nina-de-12-anos-camino-a-la-escuela/</guid><dc:creator><![CDATA[Isabella Martin, David Dwork]]></dc:creator><description><![CDATA[Se ha presentado una nueva acusación contra un sospechoso acusado de abusar sexualmente de una niña preadolescente en Miami Gardens.]]></description><pubDate>Thu, 14 May 2026 16:38:38 +0000</pubDate><content:encoded><![CDATA[<p>Se ha presentado una nueva acusación contra un sospechoso acusado de abusar sexualmente de una niña preadolescente en Miami Gardens.</p><p>Según los investigadores, la víctima, de 12 años, declaró que el lunes por la mañana iba caminando a la escuela cuando <a href="" rel="" title="">Carlos Jean , de 37 años y residente de Biscayne Gardens, se le acercó y la tocó de forma inapropiada.</a></p><p>Según la policía, esa interacción cerca de la escuela secundaria Carol City quedó grabada en video.</p><p>En ese caso, Jean se enfrenta a un cargo de agresión y abuso sexual lascivo contra un menor de 16 años.</p><p>El jueves, los detectives informaron que otra joven se había presentado para denunciar que había sido víctima de un delito similar.</p><p>Según el informe policial, la víctima se encontraba en casa con su madre cuando vio <a href="https://www.local10.com/espanol/2026/05/13/acusan-a-hombre-de-manosear-a-nina-de-12-anos-camino-a-escuela-en-miami-gardens/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/13/acusan-a-hombre-de-manosear-a-nina-de-12-anos-camino-a-escuela-en-miami-gardens/">la noticia sobre Jean que publicó Local 10 el miércoles</a> e inmediatamente acudió al Departamento de Policía de Miami Gardens.</p><p>Una vez allí, la joven de 15 años declaró a los detectives que el 17 de marzo, Jean se le acercó en su Kia color burdeos y “se masturbó delante de ella mientras estaba sentado en su vehículo”, según consta en el informe.</p><p>La víctima también declaró a la policía que Jean le dijo: “Nunca has visto algo así” cuando ella pasó junto a su vehículo, antes de seguirla hasta su casa y pasar varias veces en coche por delante de su vivienda, según consta en el informe de detención.</p><p>Según los registros penitenciarios, ahora enfrenta un cargo adicional por abuso sexual lascivo contra una menor de 16 años. Jean compareció nuevamente ante el tribunal el jueves por este cargo.</p><p>Permanece tras las rejas en el Centro Correccional Turner Guilford Knight, y su fianza está “por determinar”.</p>]]></content:encoded></item><item><title><![CDATA[Police: Additional victim comes forward after man charged with molesting girl, 12, on way to school ]]></title><link>https://www.local10.com/news/local/2026/05/14/police-additional-victim-comes-forward-after-man-charged-with-molesting-girl-12-on-way-to-school/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/police-additional-victim-comes-forward-after-man-charged-with-molesting-girl-12-on-way-to-school/</guid><dc:creator><![CDATA[Isabella Martin, David Dwork]]></dc:creator><description><![CDATA[A new charge has been brought against a suspect accused of molesting a preteen girl in Miami Gardens.]]></description><pubDate>Thu, 14 May 2026 16:14:57 +0000</pubDate><content:encoded><![CDATA[<p>A new charge has been brought against a suspect accused of molesting a preteen girl in Miami Gardens.</p><p><a href="https://www.local10.com/espanol/2026/05/14/policia-otra-victima-se-presenta-tras-acusar-a-hombre-de-abusar-de-nina-de-12-anos-camino-a-la-escuela/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/policia-otra-victima-se-presenta-tras-acusar-a-hombre-de-abusar-de-nina-de-12-anos-camino-a-la-escuela/">Leer en español</a></p><p>The 12-year-old victim said she was walking to school on Monday morning when <a href="https://www.local10.com/news/local/2026/05/13/man-accused-of-molesting-girl-12-on-way-to-miami-gardens-school/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/13/man-accused-of-molesting-girl-12-on-way-to-miami-gardens-school/">Carlos Jean</a>, 37, of Biscayne Gardens, approached her and touched her inappropriately, according to investigators. </p><p>That interaction near Carol City Middle School was caught on camera, police said. </p><p>Jean is facing one count of battery and lewd and lascivious molestation on a child under 16 in that case. </p><p>On Thursday, detectives said that an additional girl had come forward to report she was victimized in a similar fashion. </p><p>According to an arrest report, the victim was at home with her mother when she saw <a href="https://www.local10.com/news/local/2026/05/13/man-accused-of-molesting-girl-12-on-way-to-miami-gardens-school/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/05/13/man-accused-of-molesting-girl-12-on-way-to-miami-gardens-school/">Local 10’s Wednesday story about Jean</a> and immediately went to the Miami Gardens Police Department.</p><p>Once there, the 15-year-old girl told detectives that on March 17, Jean had approached her in his burgundy Kia and “masturbated in front of her while sitting in his vehicle,” the report states. </p><p>The victim also told police that Jean told her, “You ain’t ever seen this before” when she walked past his vehicle before following her home and driving past her house several times, according to his arrest form. </p><p>Jail records show he is now facing an additional charge of lewd and lascivious molestation on a child under 16. Jean was back in court for this charge on Thursday. </p><p>He remains behind bars at Turner Guilford Knight Correctional Center with bond listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[After the Kendrick Lamar beef, can Drake come back with 'Iceman'?]]></title><link>https://www.local10.com/entertainment/2026/05/14/after-the-kendrick-lamar-beef-can-drake-come-back-with-iceman/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/14/after-the-kendrick-lamar-beef-can-drake-come-back-with-iceman/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 16:33:52 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Drake has returned as the “Iceman.” And the stakes couldn't be higher.</p><p>His ninth studio album — and his first since his extravagant loss in a very public feud with Kendrick Lamar — arrives Friday.</p><p>The beef between two of hip-hop’s biggest stars erupted in the spring of 2024, with the pair trading a series of vitriolic tracks that culminated with Lamar’s release of “Not Like Us.” The hit song was a direct attack on Drake, spurring Drake’s defamation lawsuit against their shared label that was dismissed. Drake’s appeal of the dismissal is pending, but in hip-hop spaces, Lamar’s victory over Drake is undisputed.</p><p>The Canadian rapper is at a crossroads. He's still one of the most popular artists on the planet, and a successful entrepreneur with businesses spanning music, fashion, sports, online gambling and beyond. But he hasn't had a smash single in a few years.</p><p>In hip-hop, where reputation is central to cultural clout, where does he stand?</p><p>Drake after Lamar</p><p>“The Kendrick battle absolutely dethroned Drake. Up until then, he was considered the leader of the pack, insofar as sales and hit records,” says Sowmya Krishnamurthy, author of “The Blueprint: Inside the Business of Roc-A-Fella Records.”</p><p>“He also just hasn’t been able to recover with a hit record. I often like to say all is forgiven with a hit,” she said.</p><p>Since the feud began, Drake has had only a few modest successes: “Nokia” and “What Did I Miss?” peaked at No. 2 on the Billboard Hot 100.</p><p>Peter A. Berry, a music journalist with work in XXL and Complex, takes it a step further: “People have beefed in rap before and people have lost public rap battles. But the loss that Drake took to Kendrick Lamar on a national and global stage is probably the biggest loss any rapper has ever taken in a big rap conflict.”</p><p>He points to “Not Like Us” taking home record and song of the year at the 2025 Grammys, a first for a rap diss track. The victory lap concluded with Lamar performing the chart-topper onstage at the Super Bowl halftime show.</p><p>Not only did Drake lose the battle, but he was struck by his own weapons: “Not Like Us” is a rap song so catchy it bordered on pop, fueled by meme-able lyrics — the kind of thing Drake has long been known for. (See: “Kiki, Do you love me?” from 2018's “In My Feelings,” or even “YOLO” from 2011's “The Motto.”)</p><p>And yet, he's still one of the most popular artists of the 21st century. Just last month, Spotify named him the third-most streamed artist in the history of their platform, globally, just behind Taylor Swift and Bad Bunny.</p><p>“He remains this kind of immutable pop culture force,” says Berry, even though he hasn't had a long-lasting, multiweek No. 1 hit since 2018's “Nice for What,” “God's Plan” and “In My Feelings.”</p><p>“Drake's music hasn't evolved,” Krishnamurthy adds. The lack of innovation, she says, in addition to fractured, algorithmic listening habits has made Drake less successful than in years past.</p><p>His 2021 album, “Certified Loverboy,” is largely considered a turning point, where the ubiquitous hits and critical praise slowed.</p><p>“It just feels very sort of scattered and disorganized. It’s almost like he’s throwing things at the wall and hoping for something to stick,” says Krishnamurthy, analyzing Drake's lack of huge singles.</p><p>That's why “Iceman” feels so pivotal. “Let’s say it doesn’t perform to certain standards. It will get harder and harder to see him as a viable artist,” she said.</p><p>What does Drake need ‘Iceman’ to accomplish?</p><p>Drake's album rollout seems to reflect the pressure of the moment.</p><p>“Iceman” is no surprise release. He's been teasing it for weeks, with livestreams and themed YouTube skits. He covered his favored courtside seats at Toronto’s Scotiabank Arena in ice and turned a parking lot in downtown Toronto into a massive ice block installation. Fans used blowtorches, sledgehammers and pickaxes to reveal the album’s release date.</p><p>“Drake has been a genius-level marketer,” says Matthew Ismael Ruiz, a culture critic. “He’s masterful at commanding attention. The ice block was smart because it forced people to talk about it. It was a physical impediment to anyone in that community — and that instantly goes viral.”</p><p>“Of all the things he’s done in the last few years, this ‘Iceman’ album rollout has been unambiguously great,” says Berry. “It’s reminding people that he can be kind of unpredictable.”</p><p>But inventive promo can only do so much. Ultimately, Drake would benefit from a massive hit. “We’re about to go into the summer. If he can come out with a song of the summer, I think that would be really great for him,” says Krishnamurthy.</p><p>Reputationally, Ruiz believes the collaborations on “Iceman” will be revealing — and that keeping the track list closely guarded could be telling. “The features will be the best indication of his pull in the industry,” he says — concrete proof of who supports him after the Lamar beef.</p><p>This could be his comeback album, Krishnamurthy says — and not just in terms of streams. “Reputation, culture, these are things that cannot be quantified,” she says. “Maybe he does spectacular commercially and that is great, but that doesn’t mean that the music is good or has any lasting impact.”</p><p>Because ultimately, “Drake is very concerned with his own mythology,” says Berry.</p><p>Even if “Iceman” goes No. 1, if it doesn't stay there, if it doesn't improve Drake's reputation with hip-hop fans, if it isn't met with acclaim — it may very well be a disappointment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ONJO3OZTKUXLOPT7MYO4XA4PMQ.jpg?auth=295a7f5340de555c9c18381295d9cae45272aa75448b4b13ca3ed2552d4f36c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Drake appears at the Billboard Music Awards n Los Angeles on May 23, 2021. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Oklahoma's Richard Glossip, who was nearly executed 3 times, granted bond while awaiting retrial]]></title><link>https://www.local10.com/news/2026/05/14/oklahomas-richard-glossip-who-was-nearly-executed-3-times-granted-bond-while-awaiting-retrial/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/14/oklahomas-richard-glossip-who-was-nearly-executed-3-times-granted-bond-while-awaiting-retrial/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 17:25:31 +0000</pubDate><content:encoded><![CDATA[<p>An Oklahoma judge on Thursday allowed former death row prisoner Richard Glossip to be released on bond while awaiting retrial over a 1997 killing that put him on the brink of execution three separate times.</p><p>The decision clears the way for Glossip, 63, to leave a lockup for the first time since his arrest nearly 30 years ago. Last year, the U.S. Supreme Court threw out his conviction, and his longstanding claims of innocence have drawn support from Kim Kardashian and other prominent figures.</p><p>Judge Natalie Mai issued an order setting bond at $500,000. Glossip must wear an electronic monitoring device and will not be allowed to travel outside Oklahoma. He also must not contact any witnesses in the case, or consume any drugs or alcohol.</p><p>Glossip had been sentenced to death over the 1997 killing in Oklahoma City of his former boss, motel owner Barry Van Treese, 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 remained behind bars after Oklahoma Attorney General Gentner Drummond announced the state would seek to retry him on a murder charge but not pursue the death penalty again.</p><p>“The court fully expects that the state will rigorously prosecute its case going forward and the defense will provide robust representation for Glossip,” the judge wrote in the order. “The court hopes that a new trial, free of error, will provided all interested parties and the citizens of Oklahoma, the closure they deserve.”</p><p>During his time on death row, courts in Oklahoma set nine different execution dates for Glossip, and 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><p>But the scheduled time for his execution came and went. Behind the walls of the Oklahoma State Penitentiary, prison officials were scrambling after learning one of the lethal drugs they received to carry out the procedure didn’t match the execution protocols. The drug mix-up ultimately led to a nearly seven-year moratorium on executions in Oklahoma.</p><p>“Mr. Glossip now has the chance to taste freedom while his defense team continues to pursue justice on his behalf against a system that the United States Supreme Court has found to be guilty of serious misconduct by state prosecutors," his attorney, Donald Knight, said.</p><p>Glossip’s case attracted international attention after actress Susan Sarandon — who won an Academy Award for her portrayal of death penalty opponent Sister Helen Prejean’s fight to save a man on Louisiana’s death row in the 1995 movie “Dead Man Walking” — took up his cause in real life. Glossip's case also was featured in the 2017 documentary film titled “Killing Richard Glossip."</p><p>“Both Richard and I are grateful for the court's decision,” Glossip's wife, Lea, said in a text to The Associated Press. “We have been praying for this day.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H4G2UJMWRR3QHX4PUMHT67JHAE.jpg?auth=826b9af258a828ad5c889e519624e029dfc04a9b8c38ffba37ee066fefc24865&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Oklahoma County Sheriff's deputies lead longtime death row inmate Richard Glossip to a courtroom on June 9, 2025, at the Oklahoma County Courthouse in Oklahoma City. (AP Photo/Sean Murphy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sean Murphy</media:credit></media:content></item><item><title><![CDATA[Mother bonds out of jail after 6-year-old son allegedly shoots himself with her gun  ]]></title><link>https://www.local10.com/news/local/2026/05/14/mother-bonds-out-of-jail-after-6-year-old-son-allegedly-shoots-himself-with-her-gun/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/mother-bonds-out-of-jail-after-6-year-old-son-allegedly-shoots-himself-with-her-gun/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres, Amanda Batchelor]]></dc:creator><description><![CDATA[A 33-year-old woman from southwest Miami-Dade was arrested Tuesday after her 6-year-old son accidentally shot himself with her gun, authorities said.]]></description><pubDate>Thu, 14 May 2026 13:12:06 +0000</pubDate><content:encoded><![CDATA[<p>A 33-year-old mother arrested after her 6-year-old son allegedly shot himself in the shoulder with her gun at their home in Miami-Dade County bonded out of jail early Thursday morning.</p><p><a href="https://www.local10.com/espanol/2026/05/14/madre-sale-de-la-carcel-bajo-fianza-despues-de-que-su-hijo-de-6-anos-supuestamente-se-disparara-con-su-arma/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/madre-sale-de-la-carcel-bajo-fianza-despues-de-que-su-hijo-de-6-anos-supuestamente-se-disparara-con-su-arma/">Leer en español</a></p><p>Miami-Dade Sheriff’s Office deputies had arrested Myeisha Smith on Tuesday on a charge of child neglect with great bodily harm, records show. </p><p>According to an arrest report obtained by Local 10, Smith admitted to detectives that she left her gun unattended in her bedroom with her son, who then grabbed the gun and shot himself in the shoulder, just above the clavicle.</p><p>Detectives reported that Smith took her wounded son from their home in West Perrine to Jackson South Medical Center. He was then airlifted to HCA Florida Kendall Hospital where he was listed in stable condition. </p><p>Smith appeared in bond court Wednesday where the victim’s father told the judge his son is doing well and he believes the shooting was an unfortunate accident.</p><p>“This was honestly a big mistake. She is the perfect mom for that boy,“ the father said.</p><p>“Are you two still together?” the judge asked.</p><p>“No ma’am‚“ the boy’s father responded.</p><p>The judge ultimately granted Smith a $2,500 bond, which she posted. </p><p>Court records show Miami-Dade County Circuit Judge Ariel Rodriguez is set to preside over the case. </p><p>If convicted, Smith could face up to 15 years in prison. </p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/local/2026/05/13/mdso-mother-arrested-after-son-6-shoots-himself-with-her-gun/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/13/mdso-mother-arrested-after-son-6-shoots-himself-with-her-gun/">MDSO: Mother arrested after son, 6, shoots himself with her gun </a></li><li><a href="https://www.local10.com/news/local/2026/05/12/injured-child-airlifted-after-reported-west-perrine-shooting/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/12/injured-child-airlifted-after-reported-west-perrine-shooting/">MDSO: Boy, 6, shoots himself in West Perrine</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Responde equipo SWAT a edificio de apartamentos tras balacera en Coral Springs]]></title><link>https://www.local10.com/espanol/2026/05/14/responde-equipo-swat-a-edificio-de-apartamentos-tras-balacera-en-coral-springs/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/responde-equipo-swat-a-edificio-de-apartamentos-tras-balacera-en-coral-springs/</guid><dc:creator><![CDATA[Jackie Pascale, Andrea Torres]]></dc:creator><description><![CDATA[Un equipo SWAT acudió a un edificio de apartamentos tras un tiroteo ocurrido este jueves por la mañana en Coral Springs.]]></description><pubDate>Thu, 14 May 2026 13:53:02 +0000</pubDate><content:encoded><![CDATA[<p>Un equipo SWAT acudió a un edificio de apartamentos tras una balacera la madrugada de este jueves en Coral Springs.</p><p>Testigos dijeron que escucharon una balacera alrededor de las 3 a.m. y un helicóptero cerca de las 5 a.m. en el área de Royal Palm Boulevard y Riverside Drive.</p><p>Theresa Zuniga, quien vive en el área, dijo que sintió miedo al escuchar el helicóptero sobrevolando.</p><p>“Este lugar es muy tranquilo”, dijo Zuniga sobre su vecindario.</p><p>Una lona que la policía suele usar para cubrir un cuerpo estaba en el suelo en el estacionamiento del complejo de apartamentos Coral Park East.</p><p>El Departamento de Policía de Coral Springs anunció que la cercana Somerset Academy estará “cerrada por el día” y pidió al público “evitar el área”.</p><p><i>Esta es una noticia en desarrollo.</i></p><p><b>Reporte de la madrugada</b></p><p><b>Redes sociales relacionadas</b></p><div id="fb-root"></div>
<script async="1" defer="1" crossorigin="anonymous" src="https://connect.facebook.net/es_LA/sdk.js#xfbml=1&amp;version=v25.0"></script><div class="fb-post" data-href="https://www.facebook.com/photo.php?fbid=1432936455540975&amp;set=a.225975039570462&amp;type=3&amp;ref=embed_post" data-width="552"></div>]]></content:encoded></item><item><title><![CDATA[Police: Man dies after shooting in Coral Springs ]]></title><link>https://www.local10.com/news/local/2026/05/14/swat-team-responds-to-apartment-building-after-shooting-in-coral-springs/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/swat-team-responds-to-apartment-building-after-shooting-in-coral-springs/</guid><dc:creator><![CDATA[Jackie Pascale, Andrea Torres]]></dc:creator><description><![CDATA[A SWAT team responded to an apartment building after a shooting on Thursday morning in Coral Springs.]]></description><pubDate>Thu, 14 May 2026 12:38:19 +0000</pubDate><content:encoded><![CDATA[<p>A SWAT team responded to a residential community after a fatal shooting on Thursday morning in Coral Springs. </p><p><a href="https://www.local10.com/espanol/2026/05/14/responde-equipo-swat-a-edificio-de-apartamentos-tras-balacera-en-coral-springs/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/responde-equipo-swat-a-edificio-de-apartamentos-tras-balacera-en-coral-springs/">Leer en español</a></p><p>Witnesses said they heard a shooting shortly before 3 a.m., and a helicopter at about 5 a.m. near Royal Palm Boulevard and Riverside Drive.</p><p>Theresa Zuniga, who lives in the area, said she was scared when she heard the helicopter flying over. </p><p>“This place is very calm,” Zuniga said about her neighborhood. </p><p>A man was fatally shot, and he was pronounced dead at the scene, according to a spokesperson for the Coral Springs Police Department. </p><figure><img src="https://www.local10.com/resizer/v2/NZCQIBPCIZGQ7PEXM4GAKZCCTY.jpeg?auth=9ba8bf3e27fd1a94a6dc96461618b8471c70adfedb5622b12c776670de6523bc&smart=true&width=1200&height=900" alt="SKY 10 aerial video shows blue barries, a white tent and a white tarp in the parking lot of a town home community on Thursday in Coral Springs." height="900" width="1200"/><figcaption>SKY 10 aerial video shows blue barries, a white tent and a white tarp in the parking lot of a town home community on Thursday in Coral Springs.</figcaption></figure><p>A white tent and a tarp covered a body near the garbage area of Coral Park East, a community of townhomes. Danny Raymonvil, who lives in the area, said he saw the man dead. </p><p>“It’s just unfortunate this person had to lose their life like that,” Raymonvil said. </p><p>There was crime scene tape near the pool of a neighboring apartment building <a href="https://maps.app.goo.gl/BKngE8pTmnxUxKTE7" target="_self" rel="" title="https://maps.app.goo.gl/BKngE8pTmnxUxKTE7">at the Coral Springs Tower Club</a> community. There appeared to be an assault rifle in the water. </p><figure><img src="https://www.local10.com/resizer/v2/LNXWNVWE6NBCNNOZ7OFYKVJKCY.jpeg?auth=541ec6e1d10c482ee60c5c35f7c2001e37895ff4a46c319676c31897634fd372&smart=true&width=1200&height=900" alt="SKY 10 aerial video shows what appears to be a rifle in a pool at an apartment building on Thursday morning in Coral Springs." height="900" width="1200"/><figcaption>SKY 10 aerial video shows what appears to be a rifle in a pool at an apartment building on Thursday morning in Coral Springs.</figcaption></figure><p>The Coral Springs Police Department announced that the nearby Somerset Academy will be “closed for the day” and asked the public to “avoid the area.”</p><p><i>This is a developing story. Local 10 News Assignment Editors Mercedes Cevallos and Wilson Louis contributed to this report. </i></p><p><b>Early morning report</b></p><p><b>Related social media</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FCoralSpringsPolice%2Fposts%2Fpfbid0333bv84RQ8QLq7vV2zA4qhAx5y2oicgD2oVvJYN4qRGoggWLDpwB3BFxEeq9fBhuAl&show_text=true&width=500" width="500" height="480" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!3m2!1sen!2sus!4v1778772352525!5m2!1sen!2sus!6m8!1m7!1sIvpvVlXCM26n_r0_a9DJaQ!2m2!1d26.26182409033425!2d-80.23470795097832!3f263.0213382202464!4f-2.6705957912785863!5f1.9587109090973311" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2567.021377599933!2d-80.2375189263576!3d26.2619887877554!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9052634a9f1d1%3A0xa9296a4867d57fd!2s2583%20Riverside%20Dr%2C%20Coral%20Springs%2C%20FL%2033067!5e1!3m2!1sen!2sus!4v1778771811656!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[Senators approve withholding their own pay during government shutdowns]]></title><link>https://www.local10.com/news/politics/2026/05/14/senators-approve-withholding-their-own-pay-during-government-shutdowns/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/14/senators-approve-withholding-their-own-pay-during-government-shutdowns/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI and MARY CLARE JALONICK, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 17:19:27 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Senators unanimously approved a resolution Thursday to withhold their pay during government shutdowns, an attempt to make federal closures financially painful for lawmakers after a string of record-breaking impasses in the past year.</p><p>The bipartisan support for the measure comes at a time when federal closures have become longer and more frequent, frustrating lawmakers who say there should be punishment when Congress fails at its most basic legislative duty.</p><p>Under the resolution, senators’ pay would be withheld by the secretary of the Senate whenever a government shutdown affects one or more agencies, then released once funding is restored. It will take effect the day after the Nov. 3 general election and does not apply to the House.</p><p>“Shutting down government should not be our default solution to our refusal to work out our issues and our differences,” said Sen. John Kennedy, the bill’s sponsor, in a floor speech Wednesday.</p><p>“This is about putting our money where our mouth is,” said Kennedy, R-La.</p><p>Two shutdowns in the past year created significant financial hardship for tens of thousands of federal workers, particularly at the Department of Homeland Security. The department reopened last month after a 76-day partial shutdown, the longest agency funding lapse in history.</p><p>The DHS shutdown came just a few months after a 43-day lapse of the entire federal government, which was the longest such closure on record.</p><p>The Constitution stipulates that lawmakers must be paid so they have received salaries during shutdowns even as federal workers went without paychecks. When the full government shutdown began in October amid a dispute over health care subsidies, Sen. Lindsey Graham proposed a constitutional amendment to require members to forfeit their paychecks when the government is closed.</p><p>“If members of Congress had to forfeit their pay during government shutdowns, there would be fewer shutdowns and they would end quicker,” Graham, R-S.C., said at the time.</p><p>Graham said his legislation was the most “constitutionally sound” way to deal with the problem, but the process would have been much more laborious as three-fourths of states must ratify an amendment.</p><p>Lawmakers in previous shutdowns have often pledged to forgo their paychecks while federal workers went unpaid. Senators earn an annual salary of $174,000, but many are independently wealthy.</p><p>Kennedy told reporters Wednesday that he pushed his measure to ensure there is “shared sacrifice” during shutdowns. He added that it does not go as far as he would like, but that it’s a start.</p><p>Asked why it does not extend to the other chamber of Congress, Kennedy said “the House’s business is the House’s business” while also touching on the tensions between the Senate and House.</p><p>“There’s a very strong undercurrent of animosity among some of my friends in the House,” Kennedy said.</p><p>“It’s quickly becoming like two kids fighting in the back of a minivan,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XICJFUS2PARUVRDTRC5ORWXJKI.jpg?auth=3dfa9ad67f12bc37d7ab33ca6b5a0df8a745e9e48cf8f218d7055cc4855a8e9a&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 from Pennsylvania Avenue, Wednesday, May 13, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BUCKSABHRO6LUBBKG5IXNOQSXY.jpg?auth=b194cbca011b5b42d7dd10f8111b1f2a40820b0585726330cc63d86eae2ae929&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. John Kennedy, R-La., speaks during the Senate Subcommittee on Commerce, Justice, Science, and Related Agencies hearing on Fiscal Year 2027 Budget Request for the FBI, the Drug Enforcement Administration; the United States Marshals Service and the Bureau of Alcohol, Tobacco, Firearms and Explosives on Capitol Hill, Tuesday, May 12, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Deep, star-studded Avalanche reach the conference finals for 8th time since arriving in Denver]]></title><link>https://www.local10.com/sports/2026/05/14/deep-star-studded-avalanche-reach-the-conference-finals-for-8th-time-since-arriving-in-denver/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/deep-star-studded-avalanche-reach-the-conference-finals-for-8th-time-since-arriving-in-denver/</guid><dc:creator><![CDATA[By PAT GRAHAM, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 16:04:52 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — Jared Bednar may have put it best after the Colorado Avalanche erased a three-goal deficit to win their series on an overtime tally by a defenseman who hadn't scored since January and with a different team, no less.</p><p>“That one was,” the coach said, “something.”</p><p>Something, indeed.</p><p>The Avalanche advanced to the Western Conference final for the eighth time since relocating to Denver courtesy of a Brett Kulak goal in a 4-3 win over the Minnesota Wild in Game 5. It's just the second time in the last nine playoff appearances the Avalanche have made it past the second round.</p><p>On the other occasion, in 2022, the team went on capture the Stanley Cup championship.</p><p>With a team led by Nathan MacKinnon and Cale Makar, it's always a Cup-or-bust scenario. This team especially, given a regular season with captain Gabriel Landeskog on the ice, their depth — the Avalanche had 16 different players score in the Wild series — and the play of their stars.</p><p>Stanley Cup favorite</p><p>Among the preseason favorites, they led the NHL most of the regular season in capturing their fourth Presidents’ Trophy, which goes to the team with the best record.</p><p>Like Carolina, the Avalanche are rolling into the conference finals. The Hurricanes advanced with a pair of sweeps while the Avalanche required nine games, including a first-round sweep of the Los Angeles Kings. As of Thursday, Colorado is a slight favorite over the Hurricanes to win the Cup.</p><p>Next up for Colorado is either Vegas or Anaheim. Colorado was 2-0-1 against both the Golden Knights and the Ducks in the regular season.</p><p>Bednar understands the lofty expectations year in and out, given his talented roster. Criticism comes with the territory.</p><p>“It's hard to win,” Bednar said. "But I wouldn't want it any other way. I don't think our players would want it any other way.</p><p>“People are going to get on you because you didn't win the Cup. I'd still rather be fighting for that, having earned that type of reputation because of the way you play through the regular season and the group that you put together as an organization and the high expectations, rather than, “Let’s just try and make the playoffs.'”</p><p>Not much rattles the Avalanche these days. Not even a three-goal hole, which set up a frantic finish and the overtime winner from Kulak, who took a pinpoint pass from Martin Necas and lined it into the net to send the capacity crowd into a frenzy.</p><p>It was Kulak's first goal since Jan. 19 when he was with Pittsburgh before being traded to Colorado the following month. It was also the first time the Avalanche won a series on home ice since 2008, when they beat the Wild in Game 6 of the conference quarterfinals.</p><p>“In an environment like this, where the building felt like it was going to start shaking at any moment, it was exciting," said Landeskog, who played in his first regular season since 2022 after being sidelined with a knee injury. “Now, it’s kind of a sigh of relief.”</p><p>Banged-up Avalanche have chance to heal</p><p>The Avalanche have a few days to heal. They were without forward Artturi Lehkonen and defenseman Sam Malinski the last two games of the Wild series due to upper-body injuries. Makar momentarily left Wednesday's game after a collision, but returned.</p><p>“The playoffs are a long grind and you want to keep your focus narrow," said Kulak, who made the Stanley Cup Final with Edmonton last season. “We can get some rest.”</p><p>Colorado has a 3-4 record in the conference finals since arriving in town before the 1995-96 season. All three times the team has advanced, though, a banner has followed — 1996, 2001 and 2022.</p><p>“They’re a really good team,” Wild defenseman Quinn Hughes said.</p><p>Depth on display</p><p>A strength of Colorado has been its depth. The 16 different players to score in the second round is tied for the most in a singles series, according to NHL Stats.</p><p>“The depth is what's going to win, coming down the stretch here in the playoffs,” Landeskog said. “Guys are stepping up all over the place.”</p><p>In net, too, even if a goalie dilemma may now be a storyline.</p><p>Scott Wedgewood took over in the second period after Mackenzie Blackwood surrendered three first-period goals. Wedgewood stopped all seven shots he faced in the second and third periods (he saw none in OT).</p><p>“Just proud,” Wedgewood said of making the conference final. "Proud of our group ending it and finding a way to do that because we knew going into the series, it wasn’t going to be an easy out. There’s a long road ahead, a lot of stories to write and just preparing for that.”</p><p>___</p><p>AP NHL: https://apnews.com/hub/stanley-cup and https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6L7CVDC45J4GREVZMYH3VP4P24.jpg?auth=32111c8cb285ef56a0967ee45f7801882a513a85bdbc0f97044612a452f99653&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche center Jack Drury, center, is congratulated by, from left, center Nicolas Roy, right wing Valeri Nichushkin, and defensemen Devon Toews and Brent Burns in the third period of Game 5 of an NHL Stanley Cup hockey second-round playoff series against the Minnesota Wild Wednesday, May 13, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FMSZU6R3PDQN5F4P2UFYNFOKPY.jpg?auth=874b6529656507385cf4471f9a2f9bda891e2eebd105b603f2d2e813e634230c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche head coach Jared Bednar, center, confers with players during a timeout in the third period of Game 1 of an NHL hockey Stanley Cup second-round playoff series against the Minnesota Wild Sunday, May 3, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VZX235FVJW6S5LHGR6END7K3O4.jpg?auth=aa86a3c56069a38fa3702ba9f446704992cdd54500cfef71efcda27e57631ab0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche center Parker Kelly, center, celebrates after scoring during the third period of Game 4 in a second-round NHL hockey Stanley Cup playoff series against the Minnesota Wild, Monday, May 11, 2026, in St. Paul, Minn. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6JR43EHIUPXC6DEMJ22MWZU7YI.jpg?auth=4c9a2ba181a8c97729930624146143f03e212e9cc7e7258e25a86769aff6eb16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche center Nazem Kadri (91), left, celebrates with defenseman Cale Makar (8) after scoring a goal during the second period of Game 4 in an NHL Stanley Cup hockey second-round playoff series against the Minnesota Wild Monday, May 11, 2026, in St. Paul, Minn. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Cuba sufre caída parcial de su sistema energético]]></title><link>https://www.local10.com/espanol/2026/05/14/cuba-sufre-caida-parcial-de-su-sistema-energetico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/cuba-sufre-caida-parcial-de-su-sistema-energetico/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 15:51:26 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Las provincias orientales de Cuba, desde Guantánamo hasta Ciego de Ávila, se desconectaron el jueves del Sistema Energético Nacional, informaron las autoridades.</p><p>La caída, que ocurrió en la madrugada, se produce en el marco de una prolongada crisis energética en la isla agravada por el cerco petrolero impuesto por Estados Unidos.</p><p>La estatal Unión Eléctrica indicó que luego del colapso —que dejó sin luz a todas las provincias del oriente— los circuitos se encuentran “en proceso de restablecimiento”, pero se desconoce cuánto tardará en producirse la reconexión completa.</p><p>La víspera el presidente Miguel Díaz-Canel calificó de “tensa” la situación energética luego de que se terminara el abastecimiento de petróleo traído por un buque ruso a fines de marzo.</p><p>Los largos apagones están llegando a las 24 horas corridas en La Habana. En muchos barrios los vecinos golpearon sus cacerolas al caer la tarde del miércoles y prendieron fuego cestos de basura en señal de protesta, constató The Associated Press.</p><p>Unas horas después, en una comparecencia en la televisión cubana, el ministro de Energía y Minas, Vicente de la O Levy, aseguró que la situación energética es “crítica”.</p><p>El petrolero de bandera rusa arribó a la isla el 31 de marzo con 730.000 barriles de crudo que en los días posteriores fue descargado y refinado, lo que redujo los apagones, constató AP.</p><p>La isla produce apenas un 40% del combustible que consume y necesita unos ocho buques como el petrolero ruso al mes, según las autoridades.</p><p>Paralelamente, el canciller Bruno Rodríguez indicó en su cuenta de X que por primera vez el gobierno de Estados Unidos formalizó su oferta de ayuda a Cuba por 100 millones de dólares, aunque “sigue sin aclararse” si será en dinero o bienes y si incluirá combustible.</p><p>“Aún tomando en cuenta la incongruencia de la aparente generosidad de parte de quien somete al pueblo cubano a un castigo colectivo por medio de la guerra económica, el gobierno cubano no tiene como práctica rechazar ayuda extranjera que se ofrece de buena fe”, expresó el ministro.</p><p>Cuba reportó el año pasado pérdidas por 7.500 millones de dólares debido a las sanciones estadounidenses.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5S2TKPNA53HG3CWCRDVO33572M.jpg?auth=45826afc80d08f08bac6f4bcac2c3c076c393a661940d3471f729462a6285043&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas observan una barricada levantada por residentes que protestan contra los prolongados cortes de electricidad en La Habana, Cuba, el miércoles 13 de mayo de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FAASFEGNV7ADZMFULHPTJC4DOQ.jpg?auth=3a17af0df25ca0cd9012054b8900183ccb87671b30b6d7c0f8621aea3076fc2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas observan cómo los bomberos apagan una barricada levantada por residentes que protestaban contra los prolongados cortes de electricidad en La Habana, Cuba, el miércoles 13 de mayo de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Anticipation builds ahead of the full schedule release for the upcoming NFL season]]></title><link>https://www.local10.com/sports/2026/05/14/anticipation-builds-ahead-of-the-full-schedule-release-for-the-upcoming-nfl-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/anticipation-builds-ahead-of-the-full-schedule-release-for-the-upcoming-nfl-season/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 15:27:58 +0000</pubDate><content:encoded><![CDATA[<p>The full 2026 NFL schedule will be released Thursday night, completing the list of 272 games over 18 weeks.</p><p>The season kicks off on Sept. 9 when the Seattle Seahawks raise their Super Bowl banner. It’ll be the second time the NFL season opens on a Wednesday — the Giants hosted the Cowboys on Sept. 5, 2012.</p><p>Several games already were announced, including a record nine international games across four continents. The San Francisco 49ers face the Los Angeles Rams in Melbourne on Sept. 10 in the first international game of the season.</p><p>The Pittsburgh Steelers play the New Orleans Saints on Oct. 25 in Paris in the NFL’s first regular-season matchup in France.</p><p>Sixteen of the league’s 32 teams will play at least one of their 17 regular-season games outside the United States. The 49ers and Jacksonville Jaguars each have two international games. San Francisco also faces Minnesota in Mexico City in Week 11. The Jaguars have consecutive games in London in Weeks 5 and 6 against the Eagles and Texans. The Colts-Commanders also face off in London in Week 4.</p><p>The Dallas Cowboys and Baltimore Ravens go head-to-head in Rio de Janeiro in Week 3. The Bengals-Falcons are in Madrid in Week 8 and the Patriots-Lions play in Munich in Week 9.</p><p>Other highlights already announced include the Cowboys-Giants in the first Sunday night game and the Broncos-Chiefs in the first Monday night game.</p><p>The Packers-Rams are playing on Thanksgiving Eve and it’ll be the Lions-Bears and Eagles-Cowboys in two of the Thanksgiving Day games.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4MIPEFLCAB2E7AIDYITJ4X6OVU.jpg?auth=843f09824959d4056925f3885b2961c3bce3befb235fb722d6c3dad4c04db041&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fireworks go off at the halftime during the international friendly soccer match between Mexico and Portugal at the Estadio Barnorte in Mexico City, Saturday, March 28, 2026. (AP Photo/Eduardo Verdugo, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6NPGLX4BWW72WJIAI2T3F54UOI.jpg?auth=4157208529aed615b559e437c7341edf3047d967b217d764c060da2ca527a021&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A general view during the second rugby union test between Australia and the British & Irish Lions at the Melbourne Cricket Ground in Melbourne, Australia, Saturday, July 26, 2025. (AP Photo/Asanka Brendon Ratnayake, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Asanka Brendon Ratnayake</media:credit></media:content></item><item><title><![CDATA[Broward County Animal Care highlights Bram ahead of special adoption event]]></title><link>https://www.local10.com/pets/2026/05/14/broward-county-animal-care-highlights-bram-ahead-of-special-adoption-event/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/05/14/broward-county-animal-care-highlights-bram-ahead-of-special-adoption-event/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Broward County Animal Care is seeking a forever home for Bram and other furry friends and their shelter. ]]></description><pubDate>Thu, 14 May 2026 14:54:59 +0000</pubDate><content:encoded><![CDATA[<p>Broward County Animal Care is seeking a forever home for Bram and other furry friends at their shelter. </p><p><a href="https://www.local10.com/espanol/2026/05/14/cuidado-animal-de-broward-destaca-a-bram-antes-de-evento-especial-de-adopcion/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/cuidado-animal-de-broward-destaca-a-bram-antes-de-evento-especial-de-adopcion/">Leer en español</a></p><p>BCAC spokeperson Zachary Rinkins told Local 10 News on Thursday that Bram, a playful stray who came from Fort Lauderdale, is about 4 years old and weighs around 40 pounds. </p><p>Rinkins said he is a very affectionate dog and is well-mannered. He also confirmed that Bram has a great interaction with people and should do well around other dogs. </p><p>He also promoted the organization’s “Give Love Save Lives” event. </p><p>You can learn more about that event by <a href="https://www.facebook.com/broward.pets/photos/we-are-celebrating-national-pet-month-with-bestfriendsanimalsociety-and-walmart-/1427331939435120/" target="_self" rel="" title="https://www.facebook.com/broward.pets/photos/we-are-celebrating-national-pet-month-with-bestfriendsanimalsociety-and-walmart-/1427331939435120/">clicking here</a> or calling 954-359-1313. </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[Cuidado Animal de Broward destaca a Bram antes de evento especial de adopción]]></title><link>https://www.local10.com/espanol/2026/05/14/cuidado-animal-de-broward-destaca-a-bram-antes-de-evento-especial-de-adopcion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/cuidado-animal-de-broward-destaca-a-bram-antes-de-evento-especial-de-adopcion/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El Departamento de Cuidado de Animales del Condado de Broward está buscando un hogar definitivo para Bram y otros amigos peludos de su refugio.]]></description><pubDate>Thu, 14 May 2026 15:27:03 +0000</pubDate><content:encoded><![CDATA[<p>Cuidado Animal de Broward busca un hogar permanente para Bram y otros amigos peludos en su refugio.</p><p>El portavoz de BCAC, Zachary Rinkins, dijo a Local 10 News el jueves que Bram, un perro callejero juguetón que llegó desde Fort Lauderdale, tiene aproximadamente 4 años y pesa alrededor de 40 libras.</p><p>Rinkins dijo que es un perro muy cariñoso y de buen comportamiento. También confirmó que Bram interactúa muy bien con las personas y debería llevarse bien con otros perros.</p><p>También promovió el evento “Give Love Save Lives” de la organización.</p><p>Puede obtener más información sobre ese evento haciendo <a href="https://www.facebook.com/broward.pets/photos/we-are-celebrating-national-pet-month-with-bestfriendsanimalsociety-and-walmart-/1427331939435120/" target="_blank" rel="noreferrer" title="https://www.facebook.com/broward.pets/photos/we-are-celebrating-national-pet-month-with-bestfriendsanimalsociety-and-walmart-/1427331939435120/">clic aquí</a> o llamando al 954-359-1313.</p>]]></content:encoded></item><item><title><![CDATA[Brittany Russell, with husband Sheldon riding, could make Preakness history with Taj Mahal]]></title><link>https://www.local10.com/sports/2026/05/14/brittany-russell-with-husband-sheldon-riding-could-make-preakness-history-with-taj-mahal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/brittany-russell-with-husband-sheldon-riding-could-make-preakness-history-with-taj-mahal/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 15:25:15 +0000</pubDate><content:encoded><![CDATA[<p>Brittany Russell is the latest woman with a chance to etch her name into horse racing history.</p><p>Two weeks after Cherie DeVaux became the first woman to train a Kentucky Derby winner with Golden Tempo and after Jenna Antonucci won the 2023 Belmont with Arcangelo, Russell has the chance to complete the Triple Crown sweep of female trainers when she saddles Taj Mahal in the 151st running of the Preakness Stakes on Saturday.</p><p>“It would sort of feel probably a little fairytale-like," Russell said. "Jena opened the door just a couple years ago with Arcangelo, and Cherie got it done in the Kentucky Derby. The fact that I feel like I have a live one in the Preakness here, look, there’s some pressure and I certainly hope we can do it, but it would mean an awful lot.”</p><p>Where the race is taking place and who will be aboard could make it mean even more. The Preakness is being run at Russell's home track, Laurel Park, for the first time, and husband Sheldon is the jockey. They would be the first married couple, at least as trainer and jockey, to win a Triple Crown race.</p><p>“The dream, the goal was always to get one that would take us to one of the big races, and he’s sort of taken us there,” Sheldon Russell told The Associated Press. “Just like a normal day, really.”</p><p>Most weekends, the Russells take their children to Laurel Park, which is just off I-95 between Baltimore and Washington, D.C., and 6-year-old daughter Edy and 4-year-old son Rye are expected to be in attendance.</p><p>They were a little younger when they went to the Breeders' Cup at Del Mar in Southern California, in the fall of 2024 when Post Time, trained by their mother and ridden by their father, finished second in a world championship mile-long dirt race. It was a cross-country introduction to the sport.</p><p>“That was a big event for them,” Sheldon Russell said. “They didn’t really understand what we were doing there until we sort of got there. (This time) it’s not like we have to travel.”</p><p>And, unlike the usual Maryland-based horses who go into the Preakness as long shots, Taj Mahal is right in the mix of contenders in the wide-open field of 14 that does not include Golden Tempo. He opened at odds of 5-1, just behind morning line favorite Iron Honor.</p><p>Taj Mahal is unbeaten in three races, all at Laurel Park, including going wire to wire to win the Federico Tesio Stakes on April 18 by more then eight lengths.</p><p>“Immediately everybody started talking, just the way that horse won it,” Maryland Jockey Club president and CEO Bill Knauf said. “To have Brittany as our leading trainer for many years now here, she’s obviously one of the best in the country, and Sheldon has done an unbelievable job.”</p><p>Brittany Russell called it a dominant effort, and she hopes the home track advantage could be a major one. Her husband rides most of her horses, and that's another relationship edge they have over everyone else as they watch replays together and discuss strategy.</p><p>“Most of the time, it’s great,” Brittany said. "Now, look, does everything go to plan? Is everything always perfect? No, and it can be a little tricky. But at the end of the day, it’s horse racing and some things are out of our control. In this particular instance, I think it’s great. He knows the horse. He’s won on it three times. He knows the racetrack better than anybody. I think it’s a good thing.”</p><p>This is Brittany Russell's first Preakness horse in her eighth year of training. It's her husband's fourth chance to ride in the middle leg of the Triple Crown after finishing fifth aboard Chase the Chaos in 2023, sixth aboard Excession in 2020 and 10th aboard Concealed Identity in 2011.</p><p>This is different, though Sheldon Russell said he has not pondered the big-picture ramifications. His thoughts keep coming back to the little things, like, “We have a chance.”</p><p>“I guess if it happened, it’s going to be something,” he said. "We both know that he has a decent chance of showing up on the big day.”</p><p>___</p><p>AP horse racing: https://apnews.com/hub/horse-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3ZPQ6OC7SXYJMGEHSKWDXXLEJQ.jpg?auth=4a3b4dab0002882c79a3a4e08ea39c1333afdb23d9bbd2469d51915cbc575349&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by the The Maryland Jockey Club, husband and wife, jockey Sheldon Russell and trainer Brittany Russell, pose for a photo in the winner's circle with son Rye and daughter Edy, after Point Dume won the third race, Dec. 31, 2023, at Laurel Park in Laurel, Md. (Jim McCue/The Maryland Jockey Club via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jim McCue</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UJHOREA7ZOPEWPM3RQBDKG6SOA.jpg?auth=bdb58695577f1df09e64338888616a9030891af2c6a33528c610756fe4f13835&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Horses work out at Laurel Park during sunrise, Friday, May 8, 2026, in Laurel, Md. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/43CITQFG6P6EVGRKGTMVGSCS3U.jpg?auth=94f0481257fac64b040711b83e94dc5074f8375a9d0ac020d0878b5cb9657754&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jockeys ride horses out of the paddock during Laurel Park's Preakness Meet, Friday, May 8, 2026, in Laurel, Md. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AEZSFCQUFAIDYQ4X7X2ZOHT5CI.jpg?auth=0fc00b29c081cd031613af5c32e2e928b4f6f00333b139dbd8126820205f6a9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Horses work out at Laurel Park during sunrise, Friday, May 8, 2026, in Laurel, Md. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AP5P3YNU3SP6QFLIEKN3UQLTCU.jpg?auth=8bce44b3f2d4196bfe4853ea78aa958e78943dd4a29d21f43b401850ddbd32e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Laurel Park, set to become a training facility, spruced things up for a chance to relive its glory days by hosting its first and probably only Preakness Stakes. __ This is a photo gallery curated by AP photo editors.]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Police seek woman accused of stealing from victim’s purse inside Pembroke Pines Salvation Army store]]></title><link>https://www.local10.com/news/local/2026/05/14/police-seek-woman-accused-of-stealing-from-victims-purse-inside-pembroke-pines-salvation-army-store/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/police-seek-woman-accused-of-stealing-from-victims-purse-inside-pembroke-pines-salvation-army-store/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Authorities in Pembroke Pines are searching for a suspected thief. ]]></description><pubDate>Thu, 14 May 2026 15:16:33 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Pembroke Pines are searching for a suspected thief. </p><p><a href="https://www.local10.com/espanol/2026/05/14/policia-busca-a-mujer-acusada-de-robar-bolso-de-victima-dentro-de-tienda-del-ejercito-de-salvacion-en-pembroke-pines/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/policia-busca-a-mujer-acusada-de-robar-bolso-de-victima-dentro-de-tienda-del-ejercito-de-salvacion-en-pembroke-pines/">Leer en español</a></p><p>According to police, an unidentified woman was caught on camera stealing from another woman inside the Salvation Army store located at 888 N. University Dr. on Wednesday, April 29 at approximately 4:40 p.m. </p><p>The woman in the video is seen taking the victim’s purse out of her shopping cart and taking it with her to the bathroom, authorities said. </p><p>Officers said she then removed the contents of the purse before leaving the empty purse behind on the bathroom floor. </p><p>Police describe the suspect as a white woman in her mid-to-late 50s with blonde hair and a medium build, last seen wearing a black tank top, blue shorts and flip flops. </p><p>Anyone with information is urged to contact Pembroke Pines Detective Chris Abbey at 954-743-1267 or Broward Crime Stoppers at 954-493-8477. Police said any tips could be made anonymously. </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/ZCRXDSUBNBFDLLE2GYKWJ52NZA.jpg?auth=80a58d7f466ee0de2055cd90e471fbc77f921a792be6fe6c6b7afb20ca3f791d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía busca a mujer acusada de robar bolso de víctima dentro de tienda del Ejército de Salvación en Pembroke Pines]]></title><link>https://www.local10.com/espanol/2026/05/14/policia-busca-a-mujer-acusada-de-robar-bolso-de-victima-dentro-de-tienda-del-ejercito-de-salvacion-en-pembroke-pines/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/policia-busca-a-mujer-acusada-de-robar-bolso-de-victima-dentro-de-tienda-del-ejercito-de-salvacion-en-pembroke-pines/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Las autoridades de Pembroke Pines están buscando a un presunto ladrón.]]></description><pubDate>Thu, 14 May 2026 15:23:48 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades de Pembroke Pines buscan a una presunta ladrona.</p><p>Según la policía, una mujer no identificada fue captada en cámara robando a otra mujer dentro de la tienda Salvation Army ubicada en 888 N. University Dr. el miércoles 29 de abril aproximadamente a las 4:40 p.m.</p><p>La mujer en el video aparece tomando la cartera de la víctima de su carrito de compras y llevándola al baño, dijeron las autoridades.</p><p>Los agentes dijeron que luego sacó el contenido de la cartera antes de dejar la cartera vacía en el piso del baño.</p><p>La policía describe a la sospechosa como una mujer blanca de entre 50 y 59 años, de cabello rubio y complexión mediana, vista por última vez usando una camiseta negra sin mangas, pantalones cortos azules y sandalias.</p><p>Cualquier persona con información debe comunicarse con el detective Chris Abbey de Pembroke Pines al 954-743-1267 o con Broward Crime Stoppers al 954-493-8477. La policía dijo que cualquier pista puede ser proporcionada de manera anónima.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZCRXDSUBNBFDLLE2GYKWJ52NZA.jpg?auth=80a58d7f466ee0de2055cd90e471fbc77f921a792be6fe6c6b7afb20ca3f791d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Grammy-nominated Jordin Sparks selected to sing the national anthem at the Indianapolis 500]]></title><link>https://www.local10.com/entertainment/2026/05/14/grammy-nominated-jordin-sparks-selected-to-sing-the-national-anthem-at-the-indianapolis-500/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/14/grammy-nominated-jordin-sparks-selected-to-sing-the-national-anthem-at-the-indianapolis-500/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 15:15:07 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Grammy-nominated Jordin Sparks will sing the national anthem at next week's Indianapolis 500, race organizers announced Thursday.</p><p>The singer, songwriter and actress also performed the anthem before the 2015 and 2024 races. This year's “Greatest Spectacle in Racing” is scheduled for May 24.</p><p>“Jordin knows how important the national anthem performance is to the pre-race ceremonies of the Indianapolis 500, and we have been moved by her two previous renditions,” Indianapolis Motor Speedway President Doug Boles said in a statement released by track officials. "This year’s performance will be a special moment as we mark the 250th birthday of our nation and prepare for another incredible edition of the world’s greatest race.”</p><p>Boles announced Wednesday that reserved seats for the race have been sold out, though there are still general admission tickets available. Although race officials do not announce attendance figures, the grandstand capacity is estimated to be 275,000 and the world's largest single-day spectator sporting event typically has an estimated 350,000 fans in attendance.</p><p>Sparks became the youngest winner of “American Idol” in the television show's sixth season. Since then, her singles have generated more than 10 million digital tracks sales in the U.S. Sparks also co-wrote Ariana Grande’s smash single, “The Way.”</p><p>She has toured with superstars such as Britney Spears, Alicia Keys, The Jonas Brothers, New Kids on The Block and Backstreet Boys in addition to headlining her own tours. Sparks owns two BET Awards, one American Music Award and one People’s Choice Award and was twice nominated for Grammys.</p><p>Sparks also has performed on Broadway, made her film debut by paying the lead role in the film “Sparkle,” opposite the late Whitney Houston, and has most recently worked on network news programs.</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/QC7DGZZPVKMZN4IOOKCJKFMXTQ.jpg?auth=cb8cf7dc95029bb150cd9e9d153b042fb2079787c6ec13ee188f6efd36a0d9b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jordin Sparks arrives at the BET Awards on June 9, 2025, at the Peacock Theater in Los Angeles. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content></item><item><title><![CDATA[Harvey Weinstein back in court after feeling ill as jury deliberates in his rape retrial]]></title><link>https://www.local10.com/entertainment/2026/05/14/harvey-weinstein-back-in-court-after-feeling-ill-as-jury-deliberates-in-his-rape-retrial/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/14/harvey-weinstein-back-in-court-after-feeling-ill-as-jury-deliberates-in-his-rape-retrial/</guid><dc:creator><![CDATA[By JENNIFER PELTZ, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 16:53:19 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Harvey Weinstein returned to court and jurors resumed deliberating in his rape retrial Thursday, a day after the former movie tycoon reported chest pains while in the courthouse.</p><p>Weinstein, who's 74 and has a history of heart trouble and other health woes, looked pale but alert as he was brought into court in the wheelchair he has used for years. He said he felt “good, fine.”</p><p>The ex-studio boss was in a courthouse holding area Wednesday when jurors, after a few hours of deliberating, sent a note asking to rehear some of accuser Jessica Mann ’s testimony and to review a lengthy prosecution timeline of emails and other evidence.</p><p>After defense lawyers, prosecutors and Judge Curtis Farber convened in court to decide how to respond, Weinstein attorney Marc Agnifilo said court officers had told him Weinstein was experiencing chest pains.</p><p>Weinstein wasn't brought into court at that point, and Farber ultimately sent jurors home Wednesday a bit earlier than planned, telling them there were “unforeseen reasons” for the early dismissal.</p><p>Jurors got the requested information Thursday, revisiting testimony that Agnifilo had highlighted in his closing argument: a moment when Mann said she was “spacing out” as a defense lawyer asked why she didn’t want a friend to know that anything sexual had happened between her and Weinstein. The defense was trying to suggest that she was worried about her reputation, not an alleged rape that Weinstein says never happened.</p><p>Jurors returned to their closed-door discussions. After about an hour, they asked to rehear Mann's testimony about the alleged rape and the lead-up to it. The testimony was to be read to them Thursday afternoon.</p><p>Mann, 40, has testified that she willingly had some sexual interludes with the then-married producer, but that he subjected her to unwanted sex in a Manhattan hotel room in March 2013 after she repeatedly said no.</p><p>Weinstein's lawyers maintain that the encounter was consensual. They have emphasized that Mann subsequently continued seeing Weinstein and expressing warmth toward him. Mann has said she was mired in complicated feelings about him, herself and what had happened.</p><p>Her viewpoint changed in 2017, when a series of sexual misconduct allegations against the Oscar-winning Weinstein propelled the #MeToo campaign to hold people — especially powerful men — accountable for sexual misbehavior. Weinstein has said he “acted wrongly” but never assaulted anyone.</p><p>Some of those accusations generated criminal convictions against Weinstein in New York and California.</p><p>An appeals court overturned his 2020 New York conviction on charges that involved Mann and another accuser. At a retrial last year, jurors failed to reach a verdict on Mann's portion of the case, leading to this retrial. Weinstein is charged with one count of rape in the third degree.</p><p>The current jury heard nearly three weeks of testimony, five days of it from Mann. Weinstein did not testify.</p><p>The Associated Press generally does not identify people who say they have been sexually assaulted. Mann, however, has agreed to be named.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IH34JW6MGKKOYFLYE5BHLDD26A.jpg?auth=d3ef8816ad9b2a6f6c4220591ca203bd1917d1698c2a2a7447961ab2110012c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein appears in Manhattan criminal court, Thursday, May 14, 2026, in New York. (Spencer Platt/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Spencer Platt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IGFMLUO57ICNIP7CIEU2HFF6UE.jpg?auth=d24116adc012d747d216d0be4e79d74f57f4f0a2d830ccfd40219b96175cfcfd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein appears with attorney Marc Agnifilo in Manhattan criminal court, Thursday, May 14, 2026, in New York. (Spencer Platt/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Spencer Platt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MPBAZL6LF6GOKKPTIZUFETZCGQ.jpg?auth=6b002fd156426c9caedcb6d1a49fd98a2e7cc587c8005dde5fe63dc13cb903e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein appears with attorneys Marc Agnifilo, left, and Jacob Kaplan in Manhattan criminal court, Thursday, May 14, 2026, in New York. (Spencer Platt/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Spencer Platt</media:credit></media:content></item><item><title><![CDATA[Over 40% of Sudan's population face high levels of acute food insecurity, monitoring group warns]]></title><link>https://www.local10.com/news/world/2026/05/14/over-40-of-sudans-population-face-high-levels-of-acute-food-insecurity-monitoring-group-warns/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/14/over-40-of-sudans-population-face-high-levels-of-acute-food-insecurity-monitoring-group-warns/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 14:55:10 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — More than 40% of the population in war-torn Sudan are facing high levels of acute food insecurity through May as the conflict enters its fourth year, a global hunger monitoring group said Thursday.</p><p>The Integrated Food Security Phase Classification, or IPC, said in a new assessment that of the nearly 19.5 million people facing this level of food insecurity, 135,000 people were in Phase 5, which is characterized by “extreme food gaps, starvation, very high levels of malnutrition, and death due to disease or acute malnutrition.”</p><p>“Conditions are expected to deteriorate further in the upcoming June–September lean season,” the IPC assessment statement read. It warned that an estimated 825,000 children under 5 years old are expected to suffer from severe acute malnutrition in 2026 amid limited access to medical treatment, marking a 7% increase compared to last year and a 25% increase compared to prewar levels.</p><p>More than 98,500 children received treatment for severe acute malnutrition between January and March, according to the IPC.</p><p>The war in Sudan broke out in April 2023 after long-simmering tensions between the army and the paramilitary Rapid Support Forces erupted into a full-scale armed conflict. At least 59,000 people have been killed, some 13 million displaced, and many parts of the country have been pushed into famine. More than 30 million people are in need of humanitarian assistance.</p><p>The IPC said Thursday that it found that no area is in famine, but warned that 14 areas in the provinces of North Darfur, South Darfur, and South Kordofan are at risk of famine if conflict intensifies, food access worsens, healthcare and sanitation decline, and displacement increases.</p><p>Last year, famine was confirmed in el-Fasher, a major city in the western Darfur region, and in the town of Kadugli, in South Kordofan.</p><p>Farmers in Sudan are bracing for an expensive planting season as costs of fertilizers, gasoline to power farm equipment and diesel for irrigation pumps increase due to the conflict in the Middle East.</p><p>The Gulf region, where hundreds of commercial ships have been stranded for weeks because of Iran’s grip on the Strait of Hormuz, provides over half of Sudan’s fertilizer that’s imported by sea. Fuel prices have shot up by around 30%.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FA5M3XSDRFALQRYIZQQ52NQA6A.jpg?auth=4002e866ac5b4d2a60645a005cf2fb0b79e2cafbb18177353a8ebc6b810ef8a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Customers buy vegetables at a market in Omdurman, on the outskirts of Khartoum, Sudan, Sunday, April 26, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content></item><item><title><![CDATA[Bam Adebayo se une a “MDMotivator” para sorprender a madre soltera con auto y dinero en efectivo]]></title><link>https://www.local10.com/espanol/2026/05/13/bam-adebayo-se-une-a-mdmotivator-para-sorprender-a-madre-soltera-con-auto-y-dinero-en-efectivo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/13/bam-adebayo-se-une-a-mdmotivator-para-sorprender-a-madre-soltera-con-auto-y-dinero-en-efectivo/</guid><dc:creator><![CDATA[Clay Ferraro, Andrea Torres]]></dc:creator><description><![CDATA[El pívot de los Miami Heat, Bam Adebayo, cambió recientemente la vida de una madre soltera que trabaja para Camillus House, un refugio para personas sin hogar.]]></description><pubDate>Wed, 13 May 2026 19:25:09 +0000</pubDate><content:encoded><![CDATA[<p>El centro del Miami Heat, Bam Adebayo, recientemente ayudó a una madre soltera que trabaja para Camillus House.</p><p>Adebayo se unió al tiktoker <a href="https://www.tiktok.com/@mdmotivator#:~:text=original%20sound%20%2D%20Zachery%20Dereniowski,-Black%20Guy%20Chat&amp;text=Showing%20up%20for%20people%20who,giving%20someone%20a%20fresh%20start." target="_blank" rel="noreferrer" title="https://www.tiktok.com/@mdmotivator#:~:text=original%20sound%20%2D%20Zachery%20Dereniowski,-Black%20Guy%20Chat&amp;text=Showing%20up%20for%20people%20who,giving%20someone%20a%20fresh%20start.">Zachery Dereniowski</a>, mejor conocido como <a href="https://www.youtube.com/mdmotivator" target="_blank" rel="noreferrer" title="https://www.youtube.com/mdmotivator">MDMotivator</a>, para sorprender a Bianca con un auto nuevo y un año completo de renta pagada.</p><p>“Mi mamá, solo éramos ella, mi hermana y yo, y estuvimos sin hogar, así que ahora estoy ayudando a otras personas”, dijo Bianca sobre su trabajo en Camillus House.</p><p>Adebayo y Dereniowski la sorprendieron en una parada de autobús, le vendaron los ojos y la guiaron hacia el auto nuevo estacionado, que tenía un gran lazo rojo.</p><p>“Esto va a cambiar nuestras vidas para siempre”, dijo Bianca, quien tiene una hija de 5 años.</p><p>La <a href="https://www.thebbbfoundation.org/" target="_blank" rel="noreferrer" title="https://www.thebbbfoundation.org/">fundación BBB</a> de Adebayo se enfoca en ayudar a madres solteras en honor a su madre.</p><p><b>Vea el video de MDMotivator</b></p><p><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/reel/DYOBFecCpd4/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/reel/DYOBFecCpd4/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/reel/DYOBFecCpd4/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by 𝐙𝐚𝐜𝐡𝐞𝐫𝐲 𝐃𝐞𝐫𝐞𝐧𝐢𝐨𝐰𝐬𝐤𝐢 (@mdmotivator)</a></p></div></blockquote>
<script async src="//www.instagram.com/embed.js"></script></p>]]></content:encoded></item><item><title><![CDATA[Louisiana senators take up new US House map while South Carolina plans for extra redistricting work]]></title><link>https://www.local10.com/news/politics/2026/05/14/louisiana-senators-take-up-new-us-house-map-while-south-carolina-plans-for-extra-redistricting-work/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/14/louisiana-senators-take-up-new-us-house-map-while-south-carolina-plans-for-extra-redistricting-work/</guid><dc:creator><![CDATA[By DAVID A. LIEB, JACK BROOK and JEFFREY COLLINS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 16:46:22 +0000</pubDate><content:encoded><![CDATA[<p>Two weeks after the U.S. Supreme Court struck down Louisiana's congressional map, state senators on Thursday are considering a plan that would eliminate a majority-Black district while giving Republicans a chance to win an additional seat in the November midterm elections.</p><p>The high court's ruling has led to a flurry of redistricting efforts in Southern states as Republicans seek to capitalize on a weakened federal Voting Rights Act. While most of those efforts are voluntary, Louisiana must redraw its U.S. House map in response to the ruling that it had illegally used race to gerrymander a majority-Black district.</p><p>The debate over the shape of Louisiana's new districts is playing out as South Carolina's governor ramps up pressure on lawmakers to also redistrict ahead of the midterms. President Donald Trump has encouraged numerous Republican-led states to redraw House voting districts to their advantage in a bid to hold on to control of the closely divided chamber in November.</p><p>Republicans think they could win as many as 15 additional House seats in seven states that already have adopted new voting districts. Democrats think they could gain up to six seats from two other states because of new House districts. But there's no guarantee those seats will turn out as expected. Litigation is continuing in some states, and voters will have the ultimate say on who wins.</p><p>Louisiana map scraps snaking district</p><p>Legislation in Louisiana seeks to address the Supreme Court ruling by scrapping a district that snakes well over 200 miles (321 kilometers) northwest from the capital, Baton Rouge, to Shreveport, creating a voting bloc with a majority of Black residents. Democratic U.S. Rep. Cleo Fields represents the current 6th District.</p><p>Under the new plan, that district would instead be clustered around predominantly white communities in the Baton Rouge area and southern Louisiana.</p><p>The new plan keeps a New Orleans-based, majority-Black district represented by Democratic U.S. Rep. Troy Carter while also adding a portion of Baton Rouge to it.</p><p>Fields, a Baton Rouge resident, said he won’t decide whether to seek reelection until the maps are finalized. But he said he won’t challenge Carter in a primary.</p><p>The newly proposed House map is similar to one used in 2022 that resulted in five Republicans and one Democrat winning election. Republican state Sen. Jay Morris said the new map packs Democrats into the 2nd District held by Carter to allow Republicans to prevail elsewhere.</p><p>“These maps are drawn to maximize Republican advantage for the incumbent Republicans that we have in Congress,” Morris said as debate began on the legislation he is sponsoring.</p><p>A federal judge struck down the 2022 map for violating the Voting Rights Act. Then in 2023, the U.S. Supreme Court ruled that Alabama had to create its own second largely Black congressional district. In light of the Alabama ruling, the Louisiana Legislature passed a revised map, creating a second majority-Black district that was used in the 2024 elections. That map also was challenged, leading to an April 29 Supreme Court ruling that Louisiana’s districts relied too heavily on race.</p><p>Louisiana House primary could shift to November</p><p>After the Supreme Court ruling, Republican Gov. Jeff Landry postponed Louisiana’s U.S. House primaries that had been scheduled for Saturday.</p><p>A bill given final approval Wednesday by the Legislature would shift the election to an open primary on Nov. 3. All U.S. House candidates, regardless of their party affiliation, would be on the ballot for voters in their district. If no one wins a majority outright, the top two vote-getters would enter a run-off on Dec. 12.</p><p>A new qualifying period for U.S. House candidates would run from Aug. 5-7.</p><p>The system is similar to how Louisiana's congressional elections previously occurred. Landry pushed the Legislature to end the state’s unique jungle primary system in 2024. Closed party primaries went into effect this year.</p><p>But Rep. Beau Beaullieu, the bill’s Republican sponsor, said that with congressional redistricting, there would not be sufficient time for closed primaries and a primary run-off prior to the general election on Nov. 3.</p><p>The U.S. Senate race in Louisiana, which has not been suspended and pits incumbent Sen. Bill Cassidy against Trump-backed challenger U.S. Rep. Julia Letlow, remains a closed primary.</p><p>South Carolina likely to work overtime on redistricting</p><p>Leaders in the South Carolina House said they expect to take up a bill drawing a new congressional map Friday after Republican Gov. Henry McMaster calls them into special session. The regular legislative session is supposed to end Thursday, but McMaster's call would extend it.</p><p>It could be next week before the House can finish the redistricting bill, which would also move congressional primaries to August, Republican House Majority Leader Davey Hiott said. All primaries are currently scheduled for June 9. Early voting begins May 26, and that’s likely the deadline to finish redistricting, he said.</p><p>The redistricting work “will be long. It will be boring. It will be confrontational,” Hiott told reporters.</p><p>If the proposal passes the House, it then heads to a more skeptical Senate, where Republican Judiciary Committee Chairman Luke Rankin has said he will “demand the process” without elaborating. During the last regular redistricting at the start of the decade, Rankin’s committee held a month of meetings across the state and encouraged the public to submit its own maps.</p><p>Only one of South Carolina's seven U.S. House seats currently is held by a Democrat — longtime U.S. Rep. Jim Clyburn. Some Republicans worry it is impossible to guarantee seven GOP districts in a state where the Democratic presidential candidate has gotten more than 40% of the vote every election this century. There are also concerns about holding two statewide elections in a little over two months. South Carolina’s elections leader said it may require employees to work 24 hours a day.</p><p>___</p><p>Brook reported from Baton Rouge, Louisiana; Collins from Columbia, South Carolina; and Lieb from Jefferson City, Missouri.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XGZQC5IG2MC7ANXNN3K53AQUTM.jpg?auth=6f453ea797deaee42f54a538ff5ff81a9a7a734680da3ea09c28f7562df84c73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Carolina Democratic Rep. Keishan Scott looks at a proposed U.S. House district map during a redistricting hearing in a state House Judiciary subcommittee on Tuesday, May, 12 2026, in Columbia, S.C. (AP Photo/Jeffrey Collins)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey Collins</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HUZW3SBRRKTMRS5EC7KLL6UW5E.jpg?auth=f9ee790a581da9c6a0261129de3beebd7b9acea378820651ec22bfb9a2570763&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Republican South Carolina Gov. Henry McMaster speaks to reporters on Tuesday, May 5, 2026, in Columbia, S.C. (AP Photo/Jeffrey Collins)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey Collins</media:credit></media:content></item><item><title><![CDATA[Hombre se declarará culpable de asesinar a turista en Ocean Drive]]></title><link>https://www.local10.com/espanol/2026/05/13/hombre-se-declarara-culpable-de-asesinar-a-turista-en-ocean-drive/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/13/hombre-se-declarara-culpable-de-asesinar-a-turista-en-ocean-drive/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Un hombre de 27 años declaró el miércoles que se declarará culpable de asesinato en segundo grado por la muerte a tiros de un turista en 2021 a las afueras de un restaurante en South Beach.]]></description><pubDate>Wed, 13 May 2026 17:13:21 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 27 años dijo el miércoles que se declarará culpable de asesinato en segundo grado por la muerte a tiros de un turista en 2021 frente a un restaurante en South Beach.</p><p>Tamarius Blair Davis Jr. disparó y mató a Dustin Wakefield, de 21 años y residente de Castle Rock, Colorado, <a href="https://www.local10.com/news/local/2021/08/25/after-man-dies-while-protecting-son-mayor-says-miami-beach-cant-sustain-entertainment-district/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2021/08/25/after-man-dies-while-protecting-son-mayor-says-miami-beach-cant-sustain-entertainment-district/">mientras protegía a su hijo Eli, de 1 año</a>, el 24 de agosto de 2021, mientras estaban sentados afuera de La Cerveceria de Barrio, un restaurante mexicano ubicado en el 1412 de Ocean Drive.</p><p>Davis, quien entonces tenía 22 años y era residente de Norcross, Georgia, era un completo desconocido y se creía que estaba bajo una psicosis inducida por hongos alucinógenos en ese momento.</p><p>También se declaró culpable el miércoles de cargos por intento de asesinato y abuso infantil en relación con la balacera.</p><p>Se espera que el proceso de sentencia de Davis dure entre dos y tres días.</p><p>No se ha fijado una fecha para la audiencia de sentencia de Davis; una investigación previa a la sentencia debe realizarse antes del 12 de junio.</p><p>Davis podría enfrentar entre 25 años y cadena perpetua en prisión.</p>]]></content:encoded></item><item><title><![CDATA[Hombre enfrenta juicio por asesinato de bombero de Coral Springs en 2019]]></title><link>https://www.local10.com/espanol/2026/05/14/hombre-enfrenta-juicio-por-asesinato-de-bombero-de-coral-springs-en-2019/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/hombre-enfrenta-juicio-por-asesinato-de-bombero-de-coral-springs-en-2019/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un hombre al que los agentes de la Oficina del Sheriff del Condado de Broward acusaron de disparar mortalmente a un bombero de Coral Springs para robarle 55 dólares en efectivo, un cuchillo, zapatillas deportivas y un teléfono celular, compareció ante un tribunal el jueves en el condado de Broward.]]></description><pubDate>Thu, 14 May 2026 14:44:43 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre acusado por agentes de la Oficina del Sheriff de Broward de matar a tiros a un bombero de Coral Springs para robarle $55 USD en efectivo, un cuchillo, tenis Nike y un iPhone enfrentaba juicio el jueves en el condado Broward, muestran los registros.</p><p>Torrey Holston tenía 19 años cuando agentes de la Oficina del Sheriff de Palm Beach lo arrestaron el 3 de diciembre de 2019 por el asesinato de Christopher Randazzo el 19 de octubre de 2019 en el Southern Seas Resort en Lauderdale-by-the-Sea.</p><p>Randazzo, quien estaba fuera de servicio y había salido del Aruba Beach Cafe antes del robo a mano armada, tenía 39 años.</p><figure><img src="https://www.local10.com/resizer/v2/6QIDPXYIFRBDXF7O5WSDSZE7RQ.jpg?auth=3bc0466690a8d51bcd7e0d4838281c08619a6602dbb5048454726ce648b517ba&smart=true&width=1200&height=900" alt="Christopher Randazzo was a firefighter and paramedic for Coral Springs Fire Rescue." height="900" width="1200"/><figcaption>Christopher Randazzo was a firefighter and paramedic for Coral Springs Fire Rescue.</figcaption></figure><p>Los fiscales de Broward acusaron a Holston de asesinato en primer grado, robo a mano armada, conspiración criminal y extorsión por conspiración.</p><p>El juez del circuito de Broward, Michael Usan, preside el caso de homicidio capital.</p><p>Los detectives identificaron y arrestaron a otros dos acusados del robo a mano armada: Jose Garcia Romero, entonces de 20 años, y Marco Rico, entonces de 32 años.</p><p>La editora sénior de asignaciones de Local 10 News, Frine Gomez, contribuyó a este reporte.</p><p><b>Redes sociales relacionadas</b></p><div id="fb-root"></div>
<script async="1" defer="1" crossorigin="anonymous" src="https://connect.facebook.net/es_LA/sdk.js#xfbml=1&amp;version=v25.0"></script><div class="fb-post" data-href="https://www.facebook.com/photo.php?fbid=413176764337270&amp;set=a.155075550147394&amp;type=3&amp;ref=embed_post" data-width="552"></div>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BIYI7MLDSNBI3NMRO34FS4UT4Y.jpg?auth=ba448e601cca7d4bd10f30ac877d5092ce5ab3617316b9303f89b154dcf5fcbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Torrey Holston is standing trial on Thursday in Broward County.]]></media:description></media:content></item><item><title><![CDATA[Man stands trial for Coral Springs firefighter’s 2019 murder  ]]></title><link>https://www.local10.com/news/local/2026/05/14/man-stands-trial-for-coral-springs-firefighters-2019-murder/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/man-stands-trial-for-coral-springs-firefighters-2019-murder/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A man Broward Sheriff’s Office deputies accused of fatally shooting a Coral Springs firefighter to steal $55 in cash, a knife, sneakers, and a cellphone was on trial on Thursday in Broward County. ]]></description><pubDate>Thu, 14 May 2026 12:02:23 +0000</pubDate><content:encoded><![CDATA[<p>A man Broward Sheriff’s Office deputies accused of fatally shooting a Coral Springs firefighter to steal $55 in cash, a knife, Nike sneakers, and an iPhone was on trial on Thursday in Broward County, records show. </p><p><a href="https://www.local10.com/espanol/2026/05/14/hombre-enfrenta-juicio-por-asesinato-de-bombero-de-coral-springs-en-2019/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/hombre-enfrenta-juicio-por-asesinato-de-bombero-de-coral-springs-en-2019/">Leer en español</a></p><p>Torrey Holston was 19 when Palm Beach Sheriff’s Office deputies arrested him on Dec. 3, 2019, for Christopher Randazzo’s murder on Oct. 19, 2019, at the Southern Seas Resort in Lauderdale-by-the-Sea. </p><p>Randazzo, who was off duty and had left the Aruba Beach Cafe before the armed robbery, was 39. </p><figure><img src="https://www.local10.com/resizer/v2/6QIDPXYIFRBDXF7O5WSDSZE7RQ.jpg?auth=3bc0466690a8d51bcd7e0d4838281c08619a6602dbb5048454726ce648b517ba&smart=true&width=1200&height=900" alt="Christopher Randazzo was a firefighter and paramedic for Coral Springs Fire Rescue." height="900" width="1200"/><figcaption>Christopher Randazzo was a firefighter and paramedic for Coral Springs Fire Rescue.</figcaption></figure><p>Broward prosecutors charged Holston with first-degree murder, armed robbery, criminal conspiracy, and conspiracy extortion. </p><p>Broward County Circuit Judge Michael Usan is presiding over the capital homicide case. </p><p>Detectives identified and arrested two others accused of the armed robbery: Jose Garcia Romero, then 20, and Marco Rico, then 32. </p><p><i>Local 10 News Senior Assignment Editor Frine Gomez contributed to this report. </i></p><p><b>Related social media</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FCoralSpringsFireDepartment%2Fposts%2Fpfbid02v7P7FdjSwfTwZwYw38arCk5fyePHTHFpGLbXjW2XHAucZustFS3HC7SdXK9P9ND2l&show_text=true&width=500" width="500" height="686" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BIYI7MLDSNBI3NMRO34FS4UT4Y.jpg?auth=ba448e601cca7d4bd10f30ac877d5092ce5ab3617316b9303f89b154dcf5fcbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Torrey Holston is standing trial on Thursday in Broward County.]]></media:description></media:content></item><item><title><![CDATA[Sospechoso de robo de correo enfrenta cargos de drogas e identificación en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/05/14/sospechoso-de-robo-de-correo-enfrenta-cargos-de-drogas-e-identificacion-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/sospechoso-de-robo-de-correo-enfrenta-cargos-de-drogas-e-identificacion-en-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El jueves, el departamento penitenciario del condado de Miami-Dade tenía tras las rejas a un sospechoso de robo de correo, que también enfrentaba cargos por drogas y robo de identidad.]]></description><pubDate>Thu, 14 May 2026 14:39:08 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades correccionales de Miami-Dade mantenían detenido este jueves a un sospechoso de robo de correo que además enfrentaba cargos relacionados con drogas e identificación.</p><p>Ihab Sulaiman fue acusado de robo de correo el lunes en el condado Miami-Dade, según Michael Soto, portavoz del Servicio Postal de Estados Unidos.</p><p>Sulaiman, de 53 años, fue arrestado el miércoles cerca de Westchester y acusado de posesión ilegal de cinco o más identificaciones, según un reporte de arresto de un agente de la Oficina del Sheriff de Miami-Dade.</p><p>Los investigadores encontraron a Sulaiman dentro de un Chevrolet gris estacionado con correspondencia dirigida a diferentes personas cerca de Southwest 71 Court y 19 Street, según el reporte de arresto.</p><p>Sulaiman también enfrentaba cargos por posesión de metanfetamina cristalina “sospechosa”, Xanax, MDMA y marihuana, además de posesión de parafernalia de drogas, muestran los registros.</p><p>Un video de vigilancia muestra el reciente robo de correo en la comunidad Midway Gardens, donde ya habían robado correspondencia en febrero.</p><p>“Hemos tenido cheques robados, hemos tenido propiedad robada, hemos tenido tarjetas de crédito robadas”, dijo Arturo Abraeu, presidente de la asociación de propietarios de Midway Gardens, a Local 10 News el miércoles.</p><p>El video muestra que el ladrón no actuaba solo. Después de lanzar el correo robado dentro de una camioneta SUV blanca, se sentó en el asiento trasero y el conductor huyó.</p><p>La editora sénior de asignaciones de Local 10 News, Frine Gomez, y el reportero Roy Ramos contribuyeron a este reporte.</p><p><b>Historia relacionada:</b> <a href="https://www.local10.com/espanol/2026/05/13/video-muestra-a-hombre-buscado-por-robos-de-correspondencia-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/13/video-muestra-a-hombre-buscado-por-robos-de-correspondencia-en-miami-dade/">Video muestra a hombre buscado por robos de correo en Miami-Dade</a></p><p><b>Detalles del reporte de arresto</b></p><p>Los investigadores reportaron haber encontrado una “carta sin abrir del Servicio de Impuestos Internos”, una “carta sin abrir de Citi American Airlines AAdvantage”, una “carta sin abrir de T-Mobile”, una “carta sin abrir de solicitud de servicio electrónico de Xfinity”, una “carta sin abrir de tarjeta de crédito de Bank of America” y una “carta sin abrir de Interamerican Bank”, según el reporte de arresto.</p><p>Los investigadores también reportaron haber encontrado una “carta abierta de Fidelity Investments con información de cuenta”, una “carta abierta de Netcredit de CCBank” y una “carta abierta de fondo de inversión Pershing LLC / Janus”.</p><p>Dentro de la billetera del sospechoso, los investigadores encontraron seis tarjetas de crédito que no le pertenecían, incluyendo una tarjeta Visa Capital One con el nombre de una mujer y dos tarjetas American Express.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A3D36YYB4NH43C32MEAAO42TWA.jpg?auth=2a27ac4296e4c3a5972bafca614a721499818d24bbc460f7296ab68c93246d58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ihab Sulaiman was arrested on Wednesday and remained at the Turner Guilford Knight Correctional Center on Thursday morning.]]></media:description></media:content></item><item><title><![CDATA[Mail theft suspect faces drug and ID charges in Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/05/14/mail-theft-suspect-faces-drug-and-id-charges-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/mail-theft-suspect-faces-drug-and-id-charges-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade corrections had a mail theft suspect behind bars on Thursday, who was also facing drug and identification charges.]]></description><pubDate>Thu, 14 May 2026 14:08:48 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade corrections had a mail theft suspect behind bars on Thursday, who was also facing drug and identification charges.</p><p><a href="https://www.local10.com/espanol/2026/05/14/sospechoso-de-robo-de-correo-enfrenta-cargos-de-drogas-e-identificacion-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/sospechoso-de-robo-de-correo-enfrenta-cargos-de-drogas-e-identificacion-en-miami-dade/">Leer en español</a></p><p>Ihab Sulaiman was accused of mail theft on Monday in Miami-Dade County, according to Michael Soto, a spokesman for the United States Postal Service.</p><p>Sulaiman, 53, was arrested on Wednesday near Westchester and accused of unlawful possession of five or more identifications, according to a Miami-Dade Sheriff’s Office deputy’s arrest report. </p><p>Investigators found Sulaiman in a parked gray Chevrolet with mail addressed to different people near Southwest 71 Court and 19 Street, according to the arrest report. </p><p>Sulaiman was also facing charges of possession of “suspected” crystal meth, Xanax, MDMA, and marijuana, and of possession of drug paraphernalia, records show. </p><p>Surveillance video shows the recent mail theft at the Midway Gardens community, where mail had already been stolen back in February. </p><p>“We have had checks stolen, we have had property stolen, we have had credit cards stolen,” Arturo Abraeu, the homeowners’ association president at Midway Gardens, told Local 10 News on Wednesday. </p><p>The video shows that the thief wasn’t working alone. After throwing the stolen mail into a white sports utility vehicle, he sat in the back seat, and the driver fled. </p><p><i>Local 10 News Senior Assignment Editor Frine Gomez and Reporter Roy Ramos contributed to this report.</i></p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/05/13/video-shows-man-wanted-for-mail-thefts-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/13/video-shows-man-wanted-for-mail-thefts-in-miami-dade/">Video shows man wanted for mail thefts in Miami-Dade</a></p><p><b>Details from the arrest report </b></p><p>Investigators reported finding an “unopened letter from the Internal Revenue service,” an “unopened letter from Citi American Airlines AAdvantage.” an “unopened letter from T-Mobile,” an “unopened Xfinity electronic service request letter,” an “unopened Bank of America credit card letter,” and an “unopened Interamerican Bank letter,” according to the arrest report.</p><p>Investigators also reported finding an “opened Fidelity Investments letter containing account information,” an “opened Netcredit from CCBank letter,” and an “opened Pershing LLC / Janus investment fund letter. </p><p>In the suspect’s wallet, investigators found six credit cards that did not belong to him, including a Capital One Visa card with the name of a woman and two American Express credit cards.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A3D36YYB4NH43C32MEAAO42TWA.jpg?auth=2a27ac4296e4c3a5972bafca614a721499818d24bbc460f7296ab68c93246d58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ihab Sulaiman was arrested on Wednesday and remained at the Turner Guilford Knight Correctional Center on Thursday morning.]]></media:description></media:content></item><item><title><![CDATA[Oilers fire Kris Knoblauch after 1st-round playoff exit that followed 2 Stanley Cup Final trips]]></title><link>https://www.local10.com/sports/2026/05/14/oilers-fire-kris-knoblauch-after-1st-round-playoff-exit-that-followed-2-stanley-cup-final-trips/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/oilers-fire-kris-knoblauch-after-1st-round-playoff-exit-that-followed-2-stanley-cup-final-trips/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 14:46:12 +0000</pubDate><content:encoded><![CDATA[<p>EDMONTON, Alberta (AP) — The Edmonton Oilers fired coach Kris Knoblauch on Thursday, dismissing him after a first-round exit followed him guiding the team to consecutive trips to the Stanley Cup Final.</p><p>Knoblauch coached the Oilers to the playoffs three times since taking over as a midseason replacement when Jay Woodcroft was fired following a bad start in November 2023. They won 166 of their 286 total games behind the bench, and Knoblauch's .623 regular-season points percentage ranks sixth among active NHL coaches.</p><p>The Oilers are now set for their sixth coach since Connor McDavid entered the NHL in 2015 and became the best player in the world, skating alongside fellow MVP Leon Draisaitl. The two still have not won a championship, now going into their 12th season together.</p><p>Moving on from Knoblauch comes in the aftermath of a report earlier this week that Edmonton had sought and were denied permission from the Vegas Golden Knights to speak to Bruce Cassidy, whom they fired as coach in late March but is still under contract. Teams making offseason changes typically wait until there is a vacancy before reaching out about prospective candidates.</p><p>General manager Stan Bowman getting to make this move seems to indicate he will keep his job, along with president of hockey operations Jeff Jackson, who joined the organization in August 2023. Jackson took over control of hockey operations following the team’s first trip to the final in 2024 and hired Bowman as GM that summer. Assistant coach Mark Stuart was also fired.</p><p>“Following a thorough review of this past season, we believe these changes are needed,” Bowman said. “We are grateful for the contributions both Kris and Mark have made to our organization and we wish them the best moving forward.”</p><p>The Oilers fell behind 3-0 in their first final matchup against Florida before pushing the Panthers to a Game 7 and losing by a goal. They made it back the following year and had home-ice advantage but seemed to regress in a six-game series defeat that could be blamed on poor defense and goaltending.</p><p>Those problems continued this season, before and after Bowman made a goalie swap to get Tristan Jarry and send Stuart Skinner to Pittsburgh. It made the situation worse, as Edmonton ranked 29th out of 32 teams in the league in save percentage at .883.</p><p>McDavid late in the season heaped praise upon Tampa Bay coach Jon Cooper after the Lightning beat the Oilers 5-2. Even if it was not meant as criticism of Knoblauch, it stood out from a player who usually speaks more about taking responsibility for losses.</p><p>Edmonton was eliminated by the less-experienced Anaheim Ducks, when he was unable to find someone to stop the puck between Jarry and backup-turned-starter Connor Ingram. They combined for an .880 save percentage, worst in the playoffs, and the Oilers’ 4.33 goals allowed also ranked last.</p><p>The three-year contract extension the Oilers signed Knoblauch to in October kicks in next season and runs through 2028-29. They are obligated to pay him until another team hires him and would be on the hook for any differential in salary over that time.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MAXA7IZCWS6PBZQ5A5HDWYE6GQ.jpg?auth=0524085769a56178e42002ed3831ac3884a58bbc479b87d9ba328f4581c1ec42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Edmonton Oilers head coach Kris Knoblauch looks on from behind the bench during the third period of an NHL hockey game, Tuesday, March 10, 2026, in Denver. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Judge blocks Trump administration’s demand for Rhode Island hospital's records of transgender kids]]></title><link>https://www.local10.com/health/2026/05/14/judge-blocks-trump-administrations-demand-for-rhode-island-hospitals-records-of-transgender-kids/</link><guid isPermaLink="true">https://www.local10.com/health/2026/05/14/judge-blocks-trump-administrations-demand-for-rhode-island-hospitals-records-of-transgender-kids/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 17:17:47 +0000</pubDate><content:encoded><![CDATA[<p>PROVIDENCE, R.I. (AP) — A federal judge has blocked the Trump administration's sweeping demands for confidential transgender patient information from Rhode Island's largest hospital that provides gender-affirming care to minors.</p><p>U.S. District Judge Mary McElroy's Wednesday ruling is the latest setback for the U.S. Department of Justice, where at least seven other federal courts have agreed to quash or limit the expansive civil subpoenas sent to more than 20 doctors and hospitals last summer.</p><p>McElroy's decision also echoed similar concerns raised by judges surrounding the expansive scope of the subpoenas, describing the Justice Department as having “immense prosecutorial authority and discretion” but no longer trustworthy it will enforce its power fairly and honestly.</p><p>“DOJ has proven unworthy of this trust at every point in this case,” McElroy wrote.</p><p>A DOJ spokesperson said Thursday that they would appeal and continue with their investigations.</p><p>“The Rhode Island court’s attack on the professionalism and integrity of DOJ attorneys is outrageous and unjustified,” the department said.</p><p>According to the subpoenas, the DOJ had demanded Rhode Island Hospital hand over the birth dates, Social Security numbers and addresses of every patient who received transgender care over the past five years. It also included instructions to provide all documents detailing adverse side effects in minor patients who received gender-related care, assessments that formed the basis for prescribing puberty blockers or hormone therapy, as well as patient intake forms and guardian authorization.</p><p>The Justice Department has repeatedly argued that the information sought in the subpoenas is needed to investigate possible fraud or unlawful off-label promotion of drugs. Most recently during a hearing in Rhode Island, the DOJ said that the investigation was taking place in the Northern District of Texas, where the court's chief judge ordered Rhode Island Hospital to comply with the subpoena before McElroy's decision voided the subpoena.</p><p>Assistant U.S. Attorney Brantley Mayers told McElroy during the hearing that the DOJ is investigating potential “misbranding” of drugs approved by the U.S. Food and Drug Administration, such as puberty blockers for young people. While off-label prescribing is legal, Mayers said that the DOJ is concerned that pharmaceutical companies are providing “financial incentives” to Rhode Island doctors to prescribe the drugs.</p><p>The subpoenas were crucial in getting the names of children and their families so the DOJ could interview them.</p><p>McElroy rejected that argument.</p><p>"The administration has publicly characterized gender-affirming care for minors as abuse, directed the DOJ to bring its practice to an end, and celebrated when hospitals curtailed such programs as a result of this subpoena campaign," McElroy wrote.</p><p>The Rhode Island decision is the latest development in the fight over transgender youth health records. Earlier this week, 11 families filed a class-action lawsuit seeking to block the DOJ from obtaining the documents. The lawsuit, filed in Maryland’s federal court, is backed by families with transgender children who have received care from hospitals across the U.S.</p><p>And separately, a New York hospital announced that it received a grand jury subpoena from federal prosecutors in Texas seeking information about children who received gender-affirming care and the medical providers who administered it.</p><p>NYU Langone is the first hospital system to publicly acknowledge receiving a subpoena for such records as part of a federal criminal investigation. But the institution said in its statement Tuesday it was one of several that received a subpoena out of the Northern District of Texas on May 7. It said it was deciding on how to respond.</p><p>“The government cannot use its subpoena power to intimidate families out of seeking lawful medical care. To trans and gender-diverse children and their families, we want you to know that you are valued, you are not alone,” Kevin Love Hubbard, an attorney with the Lawyers’ Committee of Rhode Island, who represented the plaintiffs in the case, said in a statement.</p><p>Gender-affirming care includes a range of medical and mental health services to support a person’s gender identity, including when it’s different from the sex they were assigned at birth. It may include counseling, medications that block puberty, hormone therapy to produce physical changes or surgeries to transform chests and genitals, although those are rare for minors.</p><p>Most major medical groups say access to the treatment is important for those with gender dysphoria and see gender as existing along a spectrum.</p><p>At least 27 states have adopted laws restricting or banning the care for minors, while several others have adopted laws or policies protecting access to transgender health care.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7ETDRBAD3UMD3QNSSRCXXO4LTI.jpg?auth=c2506b0e114e6eac9e19b939ce8998f58825f422c6b927f4b3c9a27ce718087a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The main entrance to Rhode Island Hospital is seen in Providence, R.I., on Nov. 27, 2007. (AP Photo/Steven Senne, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[Miami police: Man shot roommate after accusing ex-wife of being ‘attracted’ to him]]></title><link>https://www.local10.com/news/local/2026/05/14/miami-police-man-shot-roommate-after-accusing-ex-wife-of-being-attracted-to-him/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/miami-police-man-shot-roommate-after-accusing-ex-wife-of-being-attracted-to-him/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 55-year-old man accused of becoming jealous over his ex-wife’s relationship with his roommate is facing an attempted murder charge after police said he shot the man inside a home in Coral Gables.]]></description><pubDate>Thu, 14 May 2026 14:24:08 +0000</pubDate><content:encoded><![CDATA[<p>A 55-year-old man accused of becoming jealous over his ex-wife’s relationship with his roommate is now facing an attempted murder charge after police said he shot the man inside their apartment in Coral Gables.</p><p><a href="https://www.local10.com/espanol/2026/05/14/policia-de-miami-hombre-le-disparo-a-companero-de-cuarto-tras-acusar-a-ex-esposa-de-sentirse-atraida-por-el/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/policia-de-miami-hombre-le-disparo-a-companero-de-cuarto-tras-acusar-a-ex-esposa-de-sentirse-atraida-por-el/">Leer en español</a></p><p>According to an arrest report from the Miami Police Department, officers arrested Ramon Lauzurique-Gonzalez on Wednesday after officers responded around 5:05 p.m. to an apartment in the 3400 block of Southwest 10th Street in Coral Gables for reports of a man who had been shot. </p><p>Police said they found the victim suffering from a gunshot wound to his right shoulder. The victim told police he lived at the apartment with his wife, Lauzurique-Gonzalez, and his ex-wife, the report states. </p><p>Investigators said Lauzurique-Gonzalez shot the victim with a handgun during an argument inside the home. </p><p>The victim told police he was able to disarm Lauzurique-Gonzalez after being shot and after the suspect struck him in the head with the gun, according to the report.</p><p>A handgun believed to have been used in the shooting was recovered near the front entrance of the apartment, police said.</p><p>They said an officer later spotted Lauzurique-Gonzalez near Southwest 34th Avenue and Southwest Seventh Street. </p><p>According to police, Lauzurique-Gonzalez “spontaneously stated” something in Spanish to the officer before he was taken into custody, though the statement was redacted from the publicly released report.</p><p>Witnesses told detectives Lauzurique-Gonzalez had been arguing with his ex-wife earlier in the day and accused her of divorcing him because she was “attracted to the victim,” the report states. </p><p>His ex-wife told investigators Lauzurique-Gonzalez left the apartment saying in Spanish, “I’m going to solve a problem,” before later returning through another entrance, the report states.</p><p>Another witness told detectives Lauzurique-Gonzalez pointed what appeared to be a black handgun at the victim and said, “I’m going to f----- kill you today,” before firing a shot, according to investigators. </p><p>Police said the victim and two witnesses later identified Lauzurique-Gonzalez in separate photo lineups.</p><p>Detectives later interviewed Lauzurique-Gonzalez after reading him his constitutional rights, according to the report, though his alleged confession was also redacted from the report. </p><p>Jail records show Lauzurique-Gonzalez is facing one count of attempted second-degree murder with a firearm or deadly weapon.</p><p>As of Thursday, the Cuban national was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E6NEGY37EZFVHJQAJAHSL6XHKA.jpg?auth=81a7b7086a7fa535d4c75c3c81bfd2c0bfca6a520adb3a9c0e57e08416fca260&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[In an era when workers are returning to offices, here’s how Dropbox is making remote jobs work]]></title><link>https://www.local10.com/business/2026/05/14/in-an-era-when-workers-are-returning-to-offices-heres-how-dropbox-is-making-remote-jobs-work/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/14/in-an-era-when-workers-are-returning-to-offices-heres-how-dropbox-is-making-remote-jobs-work/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 14:34:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Many companies ended remote work arrangements that began during the coronavirus pandemic despite resistance from employees who grew accustomed to working from home.</p><p>Dropbox has no plans to return its workers to offices. After adopting a “virtual-first” staffing model in 2020, the San Francisco technology company met all of its financial goals and remains committed to making remote work the norm for the vast majority of its employees, according to Chief People Officer Melanie Rosenwasser.</p><p>“The pandemic tested our assumption that we have to be in person in order to be productive,” she said.</p><p>Allowing employees to work from anywhere helps Dropbox retain talent, said Rosenwasser, who leads the cloud storage provider's human resources teams. Over time, the company refined scheduling practices, meeting protocols and employee well-being programs to better meet the needs of its “distributed” workforce, she said.</p><p>“It’s especially important to us to maintain this posture as so many other companies across many, many industries are mandating return to office," Rosenwasser said.</p><p>In an interview with The Associated Press, Rosenwasser reflected on the ways Dropbox thrives with remote workers and creates in-person events to build community. Her responses were edited for brevity and clarity.</p><p>AP: Why did Dropbox choose a virtual-first model?</p><p>ROSENWASSER: We are explicitly not hybrid. We think this is the worst of all worlds, where employees suffer through long commutes only to sit on Zoom because most of our colleagues are distributed. We really believed in this creation of an even playing field. The rules of that are, largely, individual work is done remotely by everyone, but we still come together in person at least quarterly for strategy setting, connection, team building and bonding.</p><p>The model is fundamentally built on this notion that flexibility and agency are these new currencies of modern work. We see benefits in recruiting, engagement, employee retention and cost savings.</p><p>AP: How does it work?</p><p>ROSENWASSER: We put a lot of intention behind how we would bring this to life. We are asynchronous by default, which means we do a lot of our communication and even decision-making in writing. We have a structure called core collaboration hours. These are four-hour blocks for meetings that overlap by time zone. The rest of the time is yours for deep work, answering emails, continuing individual work on projects.</p><p>We’re also really obsessed with meeting hygiene. When we do come together and meet, we want to be really intentional on the rules of engagement. We focus on something that we call the three D's: discuss, debate or decide. If none of those things are on the table, then a meeting is not required.</p><p>AP: Outside core collaboration hours, can people set their own schedules?</p><p>ROSENWASSER: The core collaboration hours are great because everyone knows that this is when you’re meeting with colleagues. Outside of that, you design your workday according to your preferences. Some people log off earlier in the afternoon because they have things they need to do with their children, but they log on later on at night because that is the way that they want to work. We allow for that, and every team contracts on these things so everyone knows what each other’s working schedule is and accommodates.</p><p>AP: What challenges do you face with the virtual-first model?</p><p>ROSENWASSER: The first is around burnout and the importance of setting boundaries. When you’re working from home, your personal and professional life blur, and that’s why we wanted to intentionally put into place non-linear workdays which are very much based on personal preferences.</p><p>When you’re working remotely, you’re very sedentary. We piloted a program called "Meet & Move." We took a set of employees, and all of the meetings they took for the week were on the phone and they were moving. They could take a walk outside or move throughout their house, but they were not sitting in front of a camera.</p><p>We have this companywide meeting-effectiveness initiative. It’s not actually the number of meetings that’s the problem. It’s the fragmentation of these meetings. For example, you have a couple of meetings in the morning, then you’ve got a 15-minute break, then you've got another hour-and-a-half, and you’ve got a 30-minute break. When this happens, you can’t really do anything meaningful in those 15- or 30-minute breaks between meetings.</p><p>On the HR team, we eliminated all legacy meetings that no longer served us. We built our meetings where we would batch them. Mondays and Wednesdays are for one-on-ones, Tuesdays are for team meetings, Fridays are for interviews. We all tried to adhere to the same schedule. We had more efficiently restructured meetings, more focused time. Now we’re thinking about rolling this out more broadly to the company.</p><p>AP: How do you build community?</p><p>ROSENWASSER: There’s a relationship tax when you work remotely. Because you’re not in person every day, you don’t have these natural moments of connection. Quarterly off-sites are one of the best ways to build teamwork and strengthen sense of belonging. We have an off-site team that is dedicated to helping leaders put together an agenda, guest speakers, location and hotels.</p><p>We had to be really intentional about onboarding because it takes place remotely. Everyone gets an onboarding buddy, which is somebody likely on their team. They show them the ropes, meet with them every day, and eventually it turns into weekly meetings. They also get a mentor, and this could be someone that sits within their team or outside of their team.</p><p>People who live in and around the same city come together every week, every other week, for various events. It could be a volunteer event. When we have executives in town in certain cities, we’ll do fireside chats with them and invite all the folks (who work in that area) to come. Everything is basically subsidized, and they’re not mandatory.</p><p>AP: What did Dropbox leaders need to unlearn to make this work?</p><p>ROSENWASSER: There is a perception that when you’re in the office and you can actually physically see the people on your team, you can just assume they’re doing what they’re supposed to be doing. But I think we all know from working in offices that’s not necessarily true. There are tons of distractions. You’ve got gyms and on-site yoga and all kinds of things that are distracting, let alone the number of people that can walk by your desk to start a conversation when you’re midthought.</p><p>Today, every single person at Dropbox can see what every team’s responsible for, every item on the roadmap, when things are going to be done, how those things are going to be done. We’re extremely transparent about our goals and what teams are doing.</p><p>We don’t have to micromanage their presence because we set these goals and either they hit them or they don’t hit them, so this has become a really important aspect of our operating model, is assertive goal-setting and clarity.</p><p>All of our meetings start with a written document. People will, for the first five or 10 minutes of the meeting, read it and then they come on camera, and then we discuss it. It's been really great for clarity of thought because clear writing is effectively clear thinking, so it forces you to put your thoughts and your proposal into a format that can be digested.</p><p>___</p><p>Share your stories and questions about workplace wellness at cbussewitz@ap.org. Follow AP’s Be Well coverage, focusing on wellness, fitness, diet and mental health at https://apnews.com/hub/be-well</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CC5E3J2WX6JQYV7S5CMSOTHBVY.jpg?auth=7a095ec29026f9e06ffe33d67cb44b8104617914fa31d6156c0b84e544c44db7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[Miami Beach commissioner accused of funding ‘Jew hater’ billboards targeting protesters]]></title><link>https://www.local10.com/news/local/2026/05/13/miami-beach-commissioner-accused-of-funding-jew-hater-billboards-targeting-protesters/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/13/miami-beach-commissioner-accused-of-funding-jew-hater-billboards-targeting-protesters/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[Members of Jewish Voice for Peace South Florida say they were peacefully protesting outside Miami Beach City Hall on Dec. 5 when they suddenly spotted three mobile billboards driving by with the group’s name and the words “Jew hater” displayed on them.]]></description><pubDate>Wed, 13 May 2026 21:44:36 +0000</pubDate><content:encoded><![CDATA[<p>Members of Jewish Voice for Peace South Florida say they were peacefully protesting outside Miami Beach City Hall last December when they suddenly spotted three mobile billboards driving by with the group’s name and the words “Jew hater” displayed on them.</p><p><a href="https://www.local10.com/espanol/2026/05/13/acusan-a-comisionado-de-miami-beach-de-financiar-vallas-publicitarias-de-odiador-de-judios-dirigidas-a-manifestantes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/13/acusan-a-comisionado-de-miami-beach-de-financiar-vallas-publicitarias-de-odiador-de-judios-dirigidas-a-manifestantes/">Leer en español</a></p><p>The organization alleges David Suarez paid for the billboards, spending about $4,000 on the mobile ads.</p><p>“We love being Jewish and are proud of the Jewish values that guide us to love,” said Hayley Margolis, of Jewish Voice for Peace South Florida.</p><p>Members of the organization gathered there, claiming Suarez targeted two Jewish constituents by displaying their photos and first names on the billboards alongside the phrase “Jew hater.”</p><p>“I am one of the people whose face and name was on the billboard Commissioner Suarez created and paid for,” said Donna Nevel, of Jewish Voice for Peace South Florida.</p><p>“The commissioner has targeted me and called me a Jew hater because I differ with his views on Israel,” Nevel added.</p><p>Alan Levine, another member of the organization, said seeing his face on one of the billboards was shocking.</p><p>“My first reaction was horror,” Levine said.</p><p>“As city commissioner, to call two of his constituents Jew haters -- that may or may not be protected by free speech -- but it is grossly unethical and inappropriate for a public official,” he added.</p><p>Levine is also one of the attorneys suing the city, Mayor Steven Meiner and Suarez, alleging they infringed on the organization’s First Amendment right to protest.</p><p>“I have spoken many times at the city commission and been called a Hamas lover by Mayor Meiner and an anti-Semite by him and by David Suarez,” Levine said.</p><p>The organization filed a motion Wednesday tied to its existing lawsuit seeking additional documents related to the mobile billboards. Attorneys say they obtained an invoice from the billboard company that includes Suarez’s name and what they describe as his personal email address.</p><p>“We did get the information from the billboard company. We are engaging in discovery as part of this lawsuit,” said Katherine Giannamore, an attorney representing Jewish Voice for Peace South Florida.</p><p>It remains unclear what funding source was used to pay for the billboards.</p><p>Giannamore said they have not yet heard directly from Suarez regarding the allegations.</p><p>Local 10 News has been in communication with Suarez, who said he is currently out of town. However, he has not provided a statement regarding the allegations.</p><p>Local 10 News also reached out to the mayor’s office but had not received a response at the time of publishing.</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[Policía de Miami: Hombre le disparó a compañero de cuarto tras acusar a ex esposa de sentirse “atraída” por él]]></title><link>https://www.local10.com/espanol/2026/05/14/policia-de-miami-hombre-le-disparo-a-companero-de-cuarto-tras-acusar-a-ex-esposa-de-sentirse-atraida-por-el/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/policia-de-miami-hombre-le-disparo-a-companero-de-cuarto-tras-acusar-a-ex-esposa-de-sentirse-atraida-por-el/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 55 años, acusado de sentir celos por la relación de su exesposa con su compañero de piso, se enfrenta a un cargo de intento de asesinato después de que la policía dijera que le disparó al hombre dentro de una casa en Coral Gables.]]></description><pubDate>Thu, 14 May 2026 14:31:25 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 55 años acusado de ponerse celoso por la relación de su ex esposa con su compañero de cuarto ahora enfrenta un cargo de intento de asesinato luego de que la policía dijera que le disparó al hombre dentro de su apartamento en Coral Gables.</p><p>Según un reporte de arresto del Departamento de Policía de Miami, agentes arrestaron a Ramon Lauzurique-Gonzalez el miércoles luego de responder alrededor de las 5:05 p.m. a un apartamento en la cuadra 3400 de Southwest 10th Street en Coral Gables por reportes de un hombre baleado.</p><p>La policía dijo que encontró a la víctima sufriendo una herida de bala en el hombro derecho. La víctima le dijo a la policía que vivía en el apartamento con su esposa, Lauzurique-Gonzalez y su ex esposa, indica el reporte.</p><p>Los investigadores dijeron que Lauzurique-Gonzalez le disparó a la víctima con una pistola durante una discusión dentro de la vivienda.</p><p>La víctima le dijo a la policía que logró desarmar a Lauzurique-Gonzalez después de recibir el disparo y luego de que el sospechoso lo golpeara en la cabeza con el arma, según el reporte.</p><p>La policía indicó que una pistola que se cree fue utilizada en la balacera fue recuperada cerca de la entrada principal del apartamento.</p><p>Las autoridades dijeron que posteriormente un agente vio a Lauzurique-Gonzalez cerca de Southwest 34th Avenue y Southwest Seventh Street.</p><p>Según la policía, Lauzurique-Gonzalez “de manera espontánea dijo” algo en español al agente antes de ser detenido, aunque la declaración fue censurada del reporte divulgado públicamente.</p><p>Testigos dijeron a los detectives que Lauzurique-Gonzalez había estado discutiendo con su ex esposa más temprano ese día y la acusó de divorciarse de él porque se sentía “atraída por la víctima”, indica el reporte.</p><p>Su ex esposa dijo a los investigadores que Lauzurique-Gonzalez salió del apartamento diciendo en español: “Voy a resolver un problema”, antes de regresar más tarde por otra entrada, señala el reporte.</p><p>Otro testigo dijo a los detectives que Lauzurique-Gonzalez apuntó lo que parecía ser una pistola negra hacia la víctima y dijo: “Hoy te voy a matar”, antes de disparar, según los investigadores.</p><p>La policía dijo que la víctima y dos testigos identificaron posteriormente a Lauzurique-Gonzalez en ruedas fotográficas separadas.</p><p>Los detectives entrevistaron más tarde a Lauzurique-Gonzalez después de leerle sus derechos constitucionales, según el reporte, aunque su supuesta confesión también fue censurada del documento.</p><p>Los registros de la cárcel muestran que Lauzurique-Gonzalez enfrenta un cargo de intento de asesinato en segundo grado con arma de fuego o arma mortal.</p><p>Hasta el jueves, el ciudadano cubano permanecía detenido en el Turner Guilford Knight Correctional Center, donde su fianza figuraba como “pendiente por establecer”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E6NEGY37EZFVHJQAJAHSL6XHKA.jpg?auth=81a7b7086a7fa535d4c75c3c81bfd2c0bfca6a520adb3a9c0e57e08416fca260&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Choque de 3 vehículos en Miami Gardens envía a conductora embarazada al hospital]]></title><link>https://www.local10.com/espanol/2026/05/14/choque-de-3-vehiculos-en-miami-gardens-envia-a-conductora-embarazada-al-hospital/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/choque-de-3-vehiculos-en-miami-gardens-envia-a-conductora-embarazada-al-hospital/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[La policía de Miami Gardens respondió el miércoles por la noche a un choque entre tres vehículos en el que resultó herida una mujer embarazada.]]></description><pubDate>Thu, 14 May 2026 14:24:11 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Miami Gardens respondió el miércoles por la noche a un choque de tres vehículos que dejó a una mujer embarazada herida.</p><p>Los investigadores dijeron que un Kia K5 se dirigía hacia el norte por Northwest Ninth Avenue cerca de la calle 199 cuando no se detuvo en una señal de pare y chocó contra un Lexus que viajaba hacia el este. El impacto empujó al Lexus contra un Ford Fusion que iba hacia el oeste.</p><p>La policía informó que la conductora del Lexus, una mujer embarazada, fue trasladada en helicóptero al Ryder Trauma Center del Jackson Memorial Hospital y se encuentra en condición estable.</p><p>Los conductores del Kia y del Ford fueron llevados por tierra a un hospital local para recibir tratamiento.</p><p>Las circunstancias que llevaron al choque continúan bajo investigación.</p>]]></content:encoded></item><item><title><![CDATA[3-vehicle crash in Miami Gardens sends pregnant driver to hospital]]></title><link>https://www.local10.com/news/local/2026/05/13/3-vehicle-crash-in-miami-gardens-sends-pregnant-driver-to-hospital/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/13/3-vehicle-crash-in-miami-gardens-sends-pregnant-driver-to-hospital/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Miami Gardens police responded to a three-vehicle crash Wednesday night that left a pregnant woman injured.]]></description><pubDate>Thu, 14 May 2026 03:06:58 +0000</pubDate><content:encoded><![CDATA[<p>Miami Gardens police responded to a three-vehicle crash Wednesday night that left a pregnant woman injured.</p><p><a href="https://www.local10.com/espanol/2026/05/14/choque-de-3-vehiculos-en-miami-gardens-envia-a-conductora-embarazada-al-hospital/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/choque-de-3-vehiculos-en-miami-gardens-envia-a-conductora-embarazada-al-hospital/">Leer en español</a></p><p>Investigators say a Kia K5 was heading north on Northwest Ninth Avenue near 199th Street when it failed to stop at a stop sign and hit a Lexus, which was traveling east. The impact pushed the Lexus into a Ford Fusion that was going west.</p><p>Police say the driver of the Lexus, a pregnant woman, was airlifted to Jackson Memorial Hospital’s Ryder Trauma Center and is in stable condition.</p><p>The drivers of the Kia and the Ford were taken by ground to a local hospital for treatment.</p><p>The circumstances leading up to the collision remain under investigation. </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[Supreme Court revives suit against major logistics company with potentially big effects on industry]]></title><link>https://www.local10.com/business/2026/05/14/supreme-court-says-man-who-lost-leg-can-sue-major-logistics-company-over-trucker-crash/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/14/supreme-court-says-man-who-lost-leg-can-sue-major-logistics-company-over-trucker-crash/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 17:12:17 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Thursday allowed a man to sue a major logistics company after he lost part of his leg in a semi tractor-trailer crash, a decision that could have big ripple effects across the trucking industry.</p><p>The justices ruled unanimously in favor of Shawn Montgomery, whose parked vehicle was hit by a speeding truck driver on an Illinois highway in 2017. He wants to sue C.H. Robinson, the country’s largest freight broker, over its role in putting the driver on the road despite what he called “serious red flags.”</p><p>The decision does not mean Montgomery will necessarily win the lawsuit, which the company is contesting. But the ruling opens the door to increased liability for freight brokers, a key part of the industry.</p><p>The Trump administration and companies such as Amazon had argued that letting the suit go forward would expose logistics companies to liability under a “patchwork” of state laws.</p><p>The Transportation Intermediaries Association, an industry group, said the decision was “deeply disappointing.”</p><p>“This is like asking travel agents to evaluate the safety of a given airline despite the fact that the airline has been licensed to fly by the federal government,” said Chris Burroughs, the group's president and CEO. “We are working with our members to assess potential next steps to mitigate the consequences of the Supreme Court’s decision."</p><p>Montgomery's lawyers say the trucker had been cited for careless driving in another crash months earlier and that the carrier he worked for had been involved with at least three crashes in a span of about five months. Montgomery's lawsuit said C.H. Robinson should share liability because it hired the carrier despite those problems.</p><p>Montgomery's appeal was backed by more than two dozen states. They said a win for him would help bolster safety in an industry that moves billions of tons of goods across billions of miles every year.</p><p>The company argued the suit, filed under state law, must be tossed out because brokers rely on the federal government to regulate carriers and federal law trumps state law.</p><p>But in an opinion by Justice Amy Coney Barrett, the Supreme Court disagreed. The justices found Montgomery's claims can move forward because they fall under an exception for safety regulations. The high court overturned a lower-court ruling in the company's favor.</p><p>The decision could increase insurance costs for freight brokers that eventually “cascade through the economy" and result in higher prices for consumers, Justice Brett Kavanaugh wrote in a concurrence joined by Justice Samuel Alito.</p><p>Still, “truck safety is a matter of life and death," Kavanaugh wrote.</p><p>C.H. Robinson, which is based in Eden Prairie, Minnesota, pointed to another part of his concurrence, where he said the decision does not mean brokers will be “routinely subject” to lawsuits.</p><p>“We will keep working with policymakers, advocates, carriers, our customers, and others across the industry to strengthen the national safety system and advance practices that reduce accidents on America’s roads," said Dorothy Capers, the company's chief legal officer.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MF32DL4TT4RNSVPCVYP2G43ZNM.jpg?auth=6a34eb378e47731f32bff007c9d37f9887f5f93fa8a38ed4617cf0ee8257b332&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen, Thursday, April 30, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Researchers hope to make Caribbean sargassum useful, perhaps on ice cream]]></title><link>https://www.local10.com/news/florida/2026/05/14/researchers-hope-to-make-caribbean-sargassum-useful-perhaps-on-ice-cream/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/05/14/researchers-hope-to-make-caribbean-sargassum-useful-perhaps-on-ice-cream/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[Imran Ahmad, a food scientist with Florida International University, has ideas for how the disgusting Caribbean sargassum could be turned into something delicious.]]></description><pubDate>Thu, 14 May 2026 12:57:22 +0000</pubDate><content:encoded><![CDATA[<p>Imran Ahmad, a food scientist with Florida International University, has ideas for how the disgusting Caribbean sargassum could be turned into something delicious. </p><p><a href="https://www.local10.com/espanol/2026/05/14/investigadores-esperan-hacer-util-el-sargazo-del-caribe-incluso-en-helado/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/investigadores-esperan-hacer-util-el-sargazo-del-caribe-incluso-en-helado/">Leer en español</a></p><p>There is so much of it that the <a href="https://research.noaa.gov/noaa-sargassum-tool-now-provides-daily-update-of-risk-of-seaweed-washing-up-on-beaches/" target="_self" rel="" title="https://research.noaa.gov/noaa-sargassum-tool-now-provides-daily-update-of-risk-of-seaweed-washing-up-on-beaches/">National Oceanic and Atmospheric Administration came up with a tool</a> to warn when the risk of seaweed on beaches is higher. </p><p>“Unlike other seaweeds this is not edible,” Ahmad said. </p><p>That is where processing comes in. They have to strip the heavy metals out of it and any bacteria. </p><p>“We were thinking about, ‘Can we look into in more detail what are the components and it might be something useful to utilize.’ So, thats how it started,” Ahmad said</p><p>Researchers at a food science lab are cleaning it, drying it out, grinding it, and turning it into a powder that maybe one day can be used as a thickening agent.</p><p>Ahmad said it could “be a component of soups, juices like orange juice, and even ice cream, to make things thicker, so think seaweed next time you grab that bog, bowl of cookie dough ice cream.”</p>]]></content:encoded></item><item><title><![CDATA[Investigadores esperan hacer útil el sargazo del Caribe, incluso en helado]]></title><link>https://www.local10.com/espanol/2026/05/14/investigadores-esperan-hacer-util-el-sargazo-del-caribe-incluso-en-helado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/investigadores-esperan-hacer-util-el-sargazo-del-caribe-incluso-en-helado/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[Imran Ahmad, científico de alimentos de la Universidad Internacional de Florida, tiene ideas sobre cómo el repugnante sargazo caribeño podría transformarse en algo delicioso.]]></description><pubDate>Thu, 14 May 2026 14:18:39 +0000</pubDate><content:encoded><![CDATA[<p>Imran Ahmad, científico de alimentos de la Universidad Internacional de Florida (FIU), tiene ideas sobre cómo el desagradable sargazo del Caribe podría convertirse en algo delicioso.</p><p>Hay tanto sargazo que la <a href="https://research.noaa.gov/noaa-sargassum-tool-now-provides-daily-update-of-risk-of-seaweed-washing-up-on-beaches/" target="_blank" rel="noreferrer" title="https://research.noaa.gov/noaa-sargassum-tool-now-provides-daily-update-of-risk-of-seaweed-washing-up-on-beaches/">Administración Nacional Oceánica y Atmosférica (NOAA) creó una herramienta</a> para advertir cuándo el riesgo de algas en las playas es mayor.</p><p>“A diferencia de otras algas marinas, esta no es comestible”, dijo Ahmad.</p><p>Ahí es donde entra el procesamiento. Tienen que eliminar los metales pesados y cualquier bacteria.</p><p>“Estábamos pensando: ‘¿Podemos analizar con más detalle cuáles son sus componentes y si podría ser algo útil para aprovechar?’ Así fue como comenzó”, dijo Ahmad.</p><p>Investigadores en un laboratorio de ciencias de alimentos lo están limpiando, secando, moliendo y convirtiendo en un polvo que tal vez algún día pueda ser utilizado como agente espesante.</p><p>Ahmad dijo que podría “ser un componente de sopas, jugos como el jugo de naranja e incluso helado, para hacer las cosas más espesas, así que piense en las algas marinas la próxima vez que tome ese gran tazón de helado de masa de galleta”.</p>]]></content:encoded></item><item><title><![CDATA[Persecución policial en Miami-Dade relacionada con investigación de secuestro termina con choque y heridos]]></title><link>https://www.local10.com/espanol/2026/05/14/persecucion-policial-en-miami-dade-relacionada-con-investigacion-de-secuestro-termina-con-choque-y-heridos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/persecucion-policial-en-miami-dade-relacionada-con-investigacion-de-secuestro-termina-con-choque-y-heridos/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[Una persecución policial a alta velocidad por un barrio residencial terminó el miércoles con la camioneta de un sospechoso volcada y el parabrisas destrozado.]]></description><pubDate>Thu, 14 May 2026 14:12:47 +0000</pubDate><content:encoded><![CDATA[<p>Una persecución policial a alta velocidad por un vecindario residencial de Miami-Dade terminó el miércoles con la camioneta de un sospechoso volcada y el parabrisas destrozado.</p><p>“Se podía escuchar el rechinar del carro, se podía escuchar la persecución, se podían escuchar las señales y luego se escuchó algo que sonó como ‘choque, choque, choque’”, dijo una mujer que presenció la persecución.</p><p>Los investigadores dijeron que el conductor de la camioneta Dodge roja era buscado en relación con una investigación de secuestro.</p><p>Las autoridades indicaron que la víctima estaba dentro de la camioneta durante la persecución, que involucró a la Patrulla de Carreteras de Florida y a la Oficina del Sheriff de Miami-Dade.</p><p>“Una persecución real, hombre. Vi todo tipo de carros yendo de un lado a otro y el helicóptero, y él corrió y persiguió la gran camioneta roja”, dijo el testigo James Johnson.</p><p>La persecución terminó abruptamente cerca de Northwest 86th Street y 18th Avenue cuando un agente de la FHP realizó una maniobra PIT.</p><p>Agentes y patrulleros lograron luego detener al sospechoso y rescatar de manera segura a la víctima.</p><p>Dos personas resultaron heridas durante el incidente.</p><p>Una de las personas heridas fue vista en una camilla antes de ser trasladada de urgencia al Ryder Trauma Center del Jackson Memorial Hospital. Aún no está claro cómo esa persona estaba relacionada con la escena.</p><p>Después de varias horas de investigación, una grúa llegó para poner la camioneta volcada nuevamente sobre sus ruedas y retirarla del lugar, poniendo fin a lo que los vecinos describieron como una noche caótica.</p><p>“Iban de arriba abajo por la 87 y de arriba abajo por la 18”, dijo otro testigo.</p><p>“Tenían todo tipo de policías detrás de él… no sé qué hizo, pero hombre, eso fue una locura”, dijo Johnson. “Mi corazón está latiendo rapidísimo ahora mismo. Nunca había visto algo así”.</p><p>La identidad del sospechoso aún no ha sido divulgada ni tampoco más detalles sobre el secuestro.</p>]]></content:encoded></item><item><title><![CDATA[Police chase in Miami-Dade involving kidnapping investigation ends with crash, injuries]]></title><link>https://www.local10.com/news/local/2026/05/13/police-chase-in-miami-dade-involving-kidnapping-investigation-ends-with-crash-injuries/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/13/police-chase-in-miami-dade-involving-kidnapping-investigation-ends-with-crash-injuries/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[A high-speed police chase through a residential neighborhood ended with a suspect’s truck overturned and its windshield smashed out on Wednesday.]]></description><pubDate>Thu, 14 May 2026 02:18:25 +0000</pubDate><content:encoded><![CDATA[<p>A high-speed police chase through a Miami-Dade residential neighborhood ended with a suspect’s truck overturned and its windshield smashed out on Wednesday.</p><p><a href="https://www.local10.com/espanol/2026/05/14/persecucion-policial-en-miami-dade-relacionada-con-investigacion-de-secuestro-termina-con-choque-y-heridos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/persecucion-policial-en-miami-dade-relacionada-con-investigacion-de-secuestro-termina-con-choque-y-heridos/">Leer en español</a></p><p>“You could hear the car screeching, you could hear the chase -- you could hear the signs and then you heard something that sounded like ‘crash, crash, crash,’” one woman who witnessed the pursuit said.</p><p>Investigators said the driver of the red Dodge pickup truck was wanted in connection to a kidnapping investigation.</p><p>Authorities said the victim was inside the truck during the pursuit, which involved the Florida Highway Patrol and the Miami-Dade Sheriff’s Office.</p><p>“A real live chase man. I seen all type of cars flying back and forth and the helicopter, and he ran and chased the big red truck,” witness James Johnson said.</p><p>The chase came to an abrupt end near Northwest 86th Street and 18th Avenue when an FHP trooper performed a PIT maneuver.</p><p>Deputies and troopers were then able to take the suspect into custody and safely recover the victim.</p><p>Two people were injured during the incident.</p><p>One of the injured individuals was seen on a stretcher before being rushed to the Ryder Trauma Center at Jackson Memorial Hospital. It remains unclear how that person was connected to the scene.</p><p>After several hours of investigating, a tow truck arrived to flip the overturned truck upright and haul it away, ending what neighbors described as a chaotic night.</p><p>“They were up and down 87th and up and down 18th,” another witness said.</p><p>“They had all type of police behind him ... I don’t know what he did though, but man, that was crazy,” Johnson said. “My heart (is) beating fast as hell right now. I ain’t never seen nothing like this, man.”</p><p>The suspect’s identity has not yet been released nor have further details about the kidnapping. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Video shows man wanted for mail thefts in Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/05/13/video-shows-man-wanted-for-mail-thefts-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/13/video-shows-man-wanted-for-mail-thefts-in-miami-dade/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Surveillance video shows a thief who swiftly stole mail from dozens of mailboxes on Monday in Miami-Dade County. ]]></description><pubDate>Wed, 13 May 2026 20:08:14 +0000</pubDate><content:encoded><![CDATA[<p>Surveillance video shows a thief who swiftly stole mail from dozens of mailboxes on Monday in Miami-Dade County. </p><p><a href="https://www.local10.com/espanol/2026/05/13/video-muestra-a-hombre-buscado-por-robos-de-correspondencia-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/13/video-muestra-a-hombre-buscado-por-robos-de-correspondencia-en-miami-dade/">Leer en español</a></p><p>The victims, who live in the 69 units at the Midway Gardens community, had already had their mail stolen back in February. </p><p>“We have had checks stolen, we have had property stolen, we have had credit cards stolen,” said Arturo Abraeu, the homeowners’ association president at Midway Gardens.</p><p>The video shows that the thief wasn’t working alone. After throwing the stolen mail into a white sports utility vehicle, he sat in the back seat, and the driver fled. </p><p>“I usually try to get my mail every day,” said Esther Pereira, a resident at Midway Gardens.</p><p>The U.S. Postal Service has the case. Mail theft is a federal crime punishable by up to 5 years in prison. </p><p>Abraeu had a question for the thieves: “Why would you risk your liberty over such a small reward?”</p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/05/13/miami-dade-deputies-accuse-3-of-stealing-mail-1-surrenders/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/13/miami-dade-deputies-accuse-3-of-stealing-mail-1-surrenders/">Miami-Dade deputies accuse 3 of stealing mail, 1 surrenders</a></p>]]></content:encoded></item><item><title><![CDATA[In new lawsuit, Justice Department challenges efforts to sanction Trump administration lawyers]]></title><link>https://www.local10.com/news/politics/2026/05/14/in-new-lawsuit-justice-department-challenges-efforts-to-sanction-trump-administration-lawyers/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/14/in-new-lawsuit-justice-department-challenges-efforts-to-sanction-trump-administration-lawyers/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 14:08:31 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Justice Department is challenging efforts to sanction attorneys from the first and second Trump administrations, asserting in a lawsuit that the District of Columbia Bar is unfairly playing politics with the legal disciplinary process.</p><p>The lawsuit, filed Wednesday, represents a direct challenge to the authority of the office that enforces ethics standards for attorneys in the nation’s capital where several high-profile investigations of Trump-allied lawyers are playing out.</p><p>“The D.C. Bar will no longer be permitted to probe sensitive executive branch deliberations and target executive branch officials with whom they happen to politically disagree, and federal attorneys will once again be free to share their candid legal advice with their bosses and colleagues,” Associate Attorney General Stanley Woodward, a top Justice Department official, said in a statement.</p><p>The lawsuit was filed in federal court in Washington. An email seeking comment to the D.C. Bar's Board on Professional Responsibility did not receive an immediate response.</p><p>The complaint chiefly concerns the ethics case against Jeffrey Clark, a senior lawyer in the first Trump administration Justice Department who was deeply engaged in legal efforts to undo the results of the 2020 election that President Donald Trump lost to Democrat Joe Biden.</p><p>A disciplinary panel last year recommended that Clark be stripped of his law license, but the lawsuit seeks to end those proceedings, calling them “unlawful” and tainted by politicization.</p><p>Clark, who has denied any wrongdoing, applauded the lawsuit on X on Wednesday evening, saying, “This is an important step to vindicate the separation of powers.”</p><p>In an attempt to bolster its claims of bias in the disciplinary process, the Justice Department asserted that bar authorities had treated more leniently than Clark a former FBI lawyer, Kevin Clinesmith, who pleaded guilty to doctoring an email during the investigation into ties between Russia and Trump’s 2016 campaign.</p><p>The lawsuit also backs Ed Martin, an ardent Trump loyalist who now serves as the Justice Department's pardon attorney. The Office of Disciplinary Counsel accused Martin in March of professional misconduct for a threatening letter that he sent to Georgetown Law School’s dean last year, when Martin was the top federal prosecutor for Washington.</p><p>Martin was the interim U.S. Attorney for the District of Columbia when he warned the Georgetown dean that his office wouldn’t hire the private school’s students if it didn’t eliminate diversity, equity and inclusion programs.</p><p>The Justice Department last week filed what's known as a statement of interest in support of Martin, who had earlier complained about “uneven behavior” in the disciplinary process.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7RNF6KKRVDDE3AI65MSIUBYOL4.jpg?auth=f53c0c1be750aa1046a3e4280f2a411d8b65205c19d36ad0e4c1119ce5a5eddb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Department of Justice logo is before a news conference, Monday, May 4, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Tras 6 meses en Alligator Alcatraz, padre de Miami-Dade se reúne con su familia]]></title><link>https://www.local10.com/espanol/2026/05/14/tras-6-meses-en-alligator-alcatraz-padre-de-miami-dade-se-reune-con-su-familia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/tras-6-meses-en-alligator-alcatraz-padre-de-miami-dade-se-reune-con-su-familia/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Tras seis meses de incertidumbre, lágrimas e incansable defensa por parte de su familia, Justo Bentacourt finalmente está en casa.]]></description><pubDate>Thu, 14 May 2026 13:59:18 +0000</pubDate><content:encoded><![CDATA[<p>Después de seis meses de incertidumbre, lágrimas y una lucha incansable por parte de su familia, Justo Bentacourt finalmente está en casa.</p><p>El emotivo reencuentro ocurrió la madrugada del jueves en el suroeste de Miami-Dade, donde Bentacourt abrazó a su familia por primera vez desde que el padre de tres hijos fue detenido durante una cita rutinaria de inmigración a finales del año pasado y enviado al controversial centro de detención conocido como “<a href="https://www.local10.com/topic/Alligator_Alcatraz/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Alligator_Alcatraz/">Alligator Alcatraz</a>”.</p><p>“Sabía que algún día iba a salir”, dijo Bentacourt poco después de su liberación.</p><p>Arianne Bentacourt prometió desde el principio no dejar de luchar por la libertad de su padre. Local 10 <a href="https://www.local10.com/news/local/2025/11/02/miami-sisters-fear-for-diabetic-fathers-health-after-sudden-ice-detention/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/11/02/miami-sisters-fear-for-diabetic-fathers-health-after-sudden-ice-detention/">la conoció por primera vez afuera del centro de detención en noviembre</a>, donde dejó claro que haría todo lo posible para traerlo de regreso a casa.</p><p>“No me voy a rendir”, dijo en ese momento. “Siempre he dicho que soy el tipo de persona que, si digo que voy a hacer algo, lo logro”.</p><p>Ahora, seis meses después, esa determinación parece haber dado resultado.</p><p>“Acabas de abrazar a tu papá por primera vez en seis meses”, le dijo Magdala Louissaint de Local 10 a Arianne durante el reencuentro.</p><p>“Estoy orgullosa de mí misma y feliz de tenerlo en casa”, respondió ella.</p><p>Bentacourt describió condiciones difíciles y traumáticas dentro del centro de detención en los Everglades.</p><p>“Es una locura”, dijo. “Los animales no viven como viven las personas allá adentro. Todos los días tienes que luchar por tu vida”.</p><p>Según la familia y su abogado, un juez recientemente determinó que Bentacourt había permanecido detenido por demasiado tiempo, despejando el camino para su liberación.</p><p>Aun así, Bentacourt dijo que su libertad es agridulce porque muchas otras personas siguen detenidas.</p><p>“Dejo a muchas personas adentro”, dijo. “Un anciano de 80 años, personas que desearían estar aquí. Es una locura”.</p><p>Cuando le preguntaron qué mensaje tenía para las familias con seres queridos aún detenidos en Alligator Alcatraz, Bentacourt les pidió no rendirse, “tratar de hacer lo correcto” y seguir “su habeas corpus”.</p><p>La liberación de Bentacourt ocurre mientras continúan las dudas sobre el futuro del controversial centro de detención. Un informe reciente de The New York Times afirmó que la instalación podría cerrar en junio, aunque ni el gobernador Ron DeSantis ni la administración del presidente Trump han confirmado esos reportes.</p><p>Sin embargo, proveedores dijeron a Local 10 que se les informó que las operaciones en la instalación podrían finalizar para el 1 de junio.</p>]]></content:encoded></item><item><title><![CDATA[After 6 months in Alligator Alcatraz, Miami-Dade father reunites with family]]></title><link>https://www.local10.com/news/local/2026/05/14/after-6-months-in-alligator-alcatraz-miami-dade-father-reunites-with-family/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/after-6-months-in-alligator-alcatraz-miami-dade-father-reunites-with-family/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[After six months of uncertainty, tears and relentless advocacy from his family, Justo Bentacourt is finally home.]]></description><pubDate>Thu, 14 May 2026 11:21:59 +0000</pubDate><content:encoded><![CDATA[<p>After six months of uncertainty, tears and relentless advocacy from his family, Justo Bentacourt is finally home.</p><p><a href="https://www.local10.com/espanol/2026/05/14/tras-6-meses-en-alligator-alcatraz-padre-de-miami-dade-se-reune-con-su-familia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/tras-6-meses-en-alligator-alcatraz-padre-de-miami-dade-se-reune-con-su-familia/">Leer en español</a></p><p>The emotional reunion unfolded early Thursday morning in southwest Miami-Dade, where Bentacourt embraced his family for the first time since the father of three was detained during a routine immigration check-in late last year and sent to the controversial detention facility known as “<a href="https://www.local10.com/topic/Alligator_Alcatraz/" target="_self" rel="" title="https://www.local10.com/topic/Alligator_Alcatraz/">Alligator Alcatraz</a>.”</p><p>“I knew one day I’d get out,” Bentacourt said shortly after his release.</p><p>Arianne Bentacourt had vowed from the beginning not to stop fighting for her father’s freedom. Local 10<a href="https://www.local10.com/news/local/2025/11/02/miami-sisters-fear-for-diabetic-fathers-health-after-sudden-ice-detention/" target="_self" rel="" title="https://www.local10.com/news/local/2025/11/02/miami-sisters-fear-for-diabetic-fathers-health-after-sudden-ice-detention/"> first met her outside the detention center in November, </a>where she made it clear she would do everything possible to bring him home.</p><p>“I’m not giving up,” she said at the time. “I’ve always said I’m the kind of person — if I say I’m going to do something, I’ll get it done.”</p><p>Now, six months later, that determination appears to have paid off.</p><p>“You just hugged your dad for the first time in six months,” Local 10’s Magdala Louissaint told Arianne during the reunion.</p><p>“I’m proud of myself, and I’m happy to have him home,” she replied.</p><p>Bentacourt described difficult and traumatic conditions inside the Everglades detention center.</p><p>“It’s crazy,” he said. “The animals don’t stay like how people stay over there. Every single day you have to work for your life.”</p><p>According to the family and their attorney, a judge recently agreed Bentacourt had been detained for too long, clearing the way for his release.</p><p>Still, Bentacourt said his freedom is bittersweet because many others remain behind.</p><p>“I leave a lot of people inside,” he said. “An old man, 80 years old — people wish they were here. It’s crazy.”</p><p>When asked what message he had for families with loved ones still detained at Alligator Alcatraz, Bentacourt urged them not to give up, “try to do the right thing” and follow “your habeas corpus.”</p><p>Bentacourt’s release comes as questions continue to swirl around the future of the controversial detention center. A recent report by The New York Times claimed the facility could shut down in June, though neither Gov. Ron DeSantis nor the Trump administration has confirmed those reports.</p><p>However, vendors told Local 10 they have been informed operations at the facility are expected to end by June 1.</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[May 14: Few more thunderstorms this afternoon fueled temperatures in the 90s]]></title><link>https://www.local10.com/weather/2026/05/14/may-14-few-more-thunderstorms-this-afternoon-fueled-temperatures-in-the-90s/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/05/14/may-14-few-more-thunderstorms-this-afternoon-fueled-temperatures-in-the-90s/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[Drier air up at cloud level today will make it harder for thunderstorms to develop so coverage will be down to 30%. ]]></description><pubDate>Thu, 14 May 2026 13:53:19 +0000</pubDate><content:encoded><![CDATA[<p>Drier air up at cloud level today will make it harder for thunderstorms to develop so coverage will be down to 30%. Highest chances will be in Broward County, but an isolated storm or two could move into Miami-Dade County. A couple of the storms that are able to overcome the dry air could be strong with gusty winds. We can’t rule out a rogue severe thunderstorm for a brief time. High temperatures will reach the low 90s.</p><p>The South Florida rainy season begins tomorrow. It’s no surprise we have the chance for a couple showers each day into next week, but majority of the weekend will be dry. Temperatures will stay above average in the upper 80s to near 90° every afternoon.</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[MDSO: Boy, 6, shoots himself in West Perrine]]></title><link>https://www.local10.com/news/local/2026/05/12/injured-child-airlifted-after-reported-west-perrine-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/12/injured-child-airlifted-after-reported-west-perrine-shooting/</guid><dc:creator><![CDATA[Bridgette Matter, Jenise Fernandez]]></dc:creator><description><![CDATA[Authorities responded to reports of a shooting in southwest Miami-Dade County. ]]></description><pubDate>Tue, 12 May 2026 20:52:28 +0000</pubDate><content:encoded><![CDATA[<p>A 6-year-old boy was rushed to the hospital Tuesday after he reportedly shot himself at a home in southwest Miami-Dade County. </p><p><a href="https://www.local10.com/espanol/2026/05/12/menor-herido-es-trasladado-en-helicoptero-tras-presunta-balacera-en-west-perrine/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/12/menor-herido-es-trasladado-en-helicoptero-tras-presunta-balacera-en-west-perrine/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, the shooting was reported at 3:53 p.m. in the area of Southwest 102nd Avenue and West Circle Plaza in the county’s unincorporated West Perrine area. </p><p>“According to investigators, the mother heard a loud popping sound from inside the residence and found her son suffering from an apparent self-inflicted gunshot wound to his upper extremity,” MDSO officials said in a news release.</p><p>Detectives later confirmed that the boy had shot himself in the shoulder.</p><p>They said the boy’s mother drove him to Jackson South Medical Center and he was then airlifted to HCA Florida Kendall Hospital. </p><p>The boy is in stable condition, authorities said. </p><p>Authorities have not said whether the boy’s mother will be facing any charges. </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[Israeli minister criticizes Barcelona star Lamine Yamal for waving Palestinian flag]]></title><link>https://www.local10.com/news/world/2026/05/14/israeli-minister-criticizes-barcelona-star-lamine-yamal-for-waving-palestinian-flag/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/14/israeli-minister-criticizes-barcelona-star-lamine-yamal-for-waving-palestinian-flag/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 13:27:28 +0000</pubDate><content:encoded><![CDATA[<p>BARCELONA, Spain (AP) — Israel's defense minister has criticized Barcelona’s teenage star Lamine Yamal for his waving of a Palestinian flag during celebrations of the Spanish league title win, saying the act “incites hate.”</p><p>“Lamine Yamal chose to incite hate against Israel while our soldiers combat the terrorist organization Hamas, an organization that massacred, raped and burned Jewish children, women and the elderly on Oct. 7, (2023)” minister Israel Katz wrote on X on Thursday.</p><p>The 18-year-old Yamal waved a large Palestinian flag from an open-top bus during a victory parade by Barcelona’s team through the city on Monday. The parade drew some 750,000 people to celebrate the league title clinched the previous day, local authorities said.</p><p>Yamal, who is Muslim, posted pictures of him holding the flag on his Instagram account.</p><p>Spain’s government and a large part of its population have been highly critical of Israel’s military operations that killed tens of thousands of Palestinians in Gaza in response to the 2023 Hamas surprise attack.</p><p>There has been a global backlash against Israel over the humanitarian toll of the war in Gaza, which has spread to sport and culture. Protests have been seen in soccer, cycling and basketball. Last year's Spanish Vuelta was repeatedly disrupted by protesters angry with the participation of an Israeli-backed cycling team.</p><p>Spain is also one of five countries boycotting this year’s Eurovision Song Contest to protest Israel’s inclusion.</p><p>Yamal is set to star for Spain at next month’s World Cup to be played in North America.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FMHL5WOX65P5DMUAXEACWORDBE.jpg?auth=37a7d556079c731de1f39526c400cbb714a69a46fa034eeb686c332693b6305f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FC Barcelona player Lamine Yamal holds a Palestinian flag as he celebrates with his team atop a bus after winning the Spanish La Liga title in Barcelona, Spain, Monday, May 11, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DJX2CGVNCLN3OUQFDVHXZEWCSM.jpg?auth=9ed4a5db9d2470f3d4243741cdab951adc6bf8a63b82c04fc6428456d2603de3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FC Barcelona player Lamine Yamal holds a Palestinian flag as he celebrates with his team atop a bus after winning the Spanish La Liga title in Barcelona, Spain, Monday, May 11, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XOCC4MJ4OAK7DB47D4T247UG3Q.jpg?auth=120ad3de54f6e7c600127cd13b2d19c8d13b04a4027c68a9973b7df2e2923b3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El astro del Barcelona Lamine Yamal sostiene una bandera palestina al celebrar la consagración del equipo como campeones de la Liga de España, el lunes 11 de mayo de 2026, en Barcelona. (AP Foto)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DLIJ36HOTNO2UDHP3ZNTYX5TLM.jpg?auth=4e1ee9749d47a720ad4420cbfbb3d29081599a68dacce1226c2d9db43dca15bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FC Barcelona player Lamine Yamal holds a Palestinian flag as he celebrates with his team atop a bus after winning the Spanish La Liga title in Barcelona, Spain, Monday, May 11, 2026. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[The Eagles bring ‘Long Goodbye’ tour to Hard Rock Live in South Florida]]></title><link>https://www.local10.com/news/local/2026/05/13/the-eagles-bring-long-goodbye-tour-to-hard-rock-live-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/13/the-eagles-bring-long-goodbye-tour-to-hard-rock-live-in-south-florida/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[From that first chord, you know you’re witnessing something special, timeless.]]></description><pubDate>Thu, 14 May 2026 03:15:06 +0000</pubDate><content:encoded><![CDATA[<p>From that first chord, you know you’re witnessing something special, timeless.</p><p>The Eagles, one of music’s most successful and revered bands, brought more than 50 years of hits to Hard Rock Live.</p><p>The “Long Goodbye” tour has the band playing to sold-out crowds, and South Florida got to relive the splendor of their iconic songs, like “Take it to the Limit” and “Witchy Woman,” on Wednesday. </p><p>Co-founder Don Henley took center stage and delighted the audience with his witty banter.</p><p>From Joe Walsh to Vince Gill, the band delivered, taking fans back to a time when music just felt good.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade mental health diversion facility remains stalled after decades-long debate]]></title><link>https://www.local10.com/news/local/2026/05/13/miami-dade-mental-health-diversion-facility-remains-stalled-after-decades-long-debate/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/13/miami-dade-mental-health-diversion-facility-remains-stalled-after-decades-long-debate/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[A discussion two decades in the making on whether to open a mental health facility in Miami-Dade County ended Wednesday without any action being taken. ]]></description><pubDate>Wed, 13 May 2026 21:58:31 +0000</pubDate><content:encoded><![CDATA[<p>A discussion two decades in the making on whether to open a mental health facility in Miami-Dade County ended Wednesday without any action being taken. </p><p><a href="https://www.local10.com/espanol/2026/05/13/centro-de-desvio-de-salud-mental-de-miami-dade-sigue-estancado-tras-debate-de-decadas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/13/centro-de-desvio-de-salud-mental-de-miami-dade-sigue-estancado-tras-debate-de-decadas/">Leer en español</a></p><p>Miami-Dade County’s first-of-its-kind mental health diversion facility has been sitting empty for years. </p><p>The county purchased the building at 2200 NW Seventh Ave. with bond money approved in 2004. </p><p>Retired Judge Steven Leifman has been the force behind the much-lauded facility. </p><p>“We need to build a system for that very acute population so we can break the cycle of homelessness, we can break the jail cycle, and we can break the hospitalization cycle,” Leifman said. </p><p>Commissioners largely agreed the facility is important to saving lives and freeing up jail bed space. </p><p>But board Chair Anthony Rodriguez expressed concern about keeping it open after the first two years, which are already funded. </p><p>“Are we prepared to raise property taxes to pay for this center?” he asked. </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[MDSO: Mother arrested after son, 6, shoots himself with her gun ]]></title><link>https://www.local10.com/news/local/2026/05/13/mdso-mother-arrested-after-son-6-shoots-himself-with-her-gun/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/13/mdso-mother-arrested-after-son-6-shoots-himself-with-her-gun/</guid><dc:creator><![CDATA[Amanda Batchelor, Bridgette Matter]]></dc:creator><description><![CDATA[A 33-year-old woman from southwest Miami-Dade was arrested Tuesday after her 6-year-old son accidentally shot himself with her gun, authorities said.]]></description><pubDate>Wed, 13 May 2026 13:17:05 +0000</pubDate><content:encoded><![CDATA[<p>A 33-year-old woman from southwest Miami-Dade was arrested Tuesday after her 6-year-old son accidentally shot himself with her gun, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/05/13/mdso-arrestan-a-madre-luego-de-que-su-hijo-de-6-anos-se-disparo-con-su-arma/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/13/mdso-arrestan-a-madre-luego-de-que-su-hijo-de-6-anos-se-disparo-con-su-arma/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, the <a href="https://www.local10.com/news/local/2026/05/12/injured-child-airlifted-after-reported-west-perrine-shooting/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/12/injured-child-airlifted-after-reported-west-perrine-shooting/">shooting was reported at 3:53 p.m. </a>in the area of Southwest 102nd Avenue and West Circle Plaza in the county’s unincorporated West Perrine area.</p><p>“According to investigators, the mother heard a loud popping sound from inside the residence and found her son suffering from an apparent self-inflicted gunshot wound to his upper extremity,” MDSO officials said in a news release.</p><p>Detectives said the boy’s mother, Myeisha Sharie Smith, drove him to Jackson South Medical Center and he was then airlifted to HCA Florida Kendall Hospital.</p><p>The boy is in stable condition, authorities said.</p><p>According to an arrest report obtained Wednesday by Local 10, Smith admitted to detectives that she left her gun unattended in her bedroom with her son, who then grabbed the gun and shot himself in the shoulder, just above the clavicle.</p><p>Smith was arrested on a charge of child neglect causing great bodily harm.</p><p>She appeared in bond court Wednesday where the victim’s father told the judge his son is doing well and he believes the shooting was an unfortunate accident.</p><p>“This was honestly a big mistake. She is the perfect mom for that boy,“ the father said.</p><p>“Are you two still together?” the judge asked.</p><p>“No ma’am‚“ the boy’s father responded.</p><p>The judge ultimately granted Smith bond. </p><p>If convicted, she could face up to 15 years in prison. </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[Jannik Sinner breaks Masters record to reach Italian Open semifinals. Coco Gauff back in final]]></title><link>https://www.local10.com/sports/2026/05/14/jannik-sinner-breaks-masters-record-to-reach-italian-open-semifinals-coco-gauff-back-in-final/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/jannik-sinner-breaks-masters-record-to-reach-italian-open-semifinals-coco-gauff-back-in-final/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 14:46:56 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Jannik Sinner is two victories away from becoming the first home man to win the Italian Open in half a century. And it doesn’t seem like anybody can stop him — either in Rome or at the French Open that starts in 10 days.</p><p>The top-ranked Sinner landed shots on the lines repeatedly in a 6-2, 6-4 triumph over No. 14 Andrey Rublev to reach the semifinals Thursday and move past Novak Djokovic with a record 32nd consecutive victory in Masters 1000 events — the biggest tournaments outside the Grand Slams.</p><p>“I don’t play for records. I play just for my own story. And obviously at the same time it means a lot to me,” Sinner said.</p><p>The last Italian man to raise the singles trophy on the red clay of the Foro Italico was Adriano Panatta in 1976. Panatta will present the title to this year’s champion on Sunday, with Italy President Sergio Mattarella also slated to attend the final.</p><p>“It’s a special tournament for me,” Sinner said.</p><p>With nearly everyone inside the 10,500-seat Campo Centrale cheering for Sinner, many supporters wore hats and T-shirts in orange — his theme color.</p><p>One group of fans held up a sign that said, “Sinner, Facce Sogna” — “Sinner, Make us dream.”</p><p>He lost last year’s final in Rome to Carlos Alcaraz, who is now sidelined due to a right wrist injury, while Jasmine Paolini in 2025 became the first Italian woman to raise the trophy in 40 years.</p><p>Sinner broke serve in the opening game for a third straight match and never lost control against Rublev, who was once ranked as high as No. 5.</p><p>Rublev noticed there were “many points where he played really well or close to the line or in a line. But he’s No. 1 and it’s normal. You need to force him to miss and it takes a lot of focus to be able to play at that level.”</p><p>Sinner had only one brief lapse when Rublev broke him late in the second set.</p><p>“It was a bit breezy, a bit windy, so it was very tough conditions,” Sinner said. “I felt we both didn’t play at our best today.”</p><p>Sinner said he felt fatigued toward the end.</p><p>“I’m going to be all right. It’s normal that one day in the tournament you are slightly tired,” he said. “It has been very long days for me.”</p><p>Sinner hasn’t been beaten in a Masters event since he retired with cramps in extreme heat against Tallon Griekspoor in Shanghai in October.</p><p>Djokovic won 31 straight Masters matches in 2011.</p><p>Including all tournaments, Sinner’s winning streak reached 27 matches. He was last beaten by Jakub Mensik in the Qatar Open quarterfinals on Feb. 19 — and he hasn't even dropped a set since his opening match of his previous tournament, the Madrid Open.</p><p>Sinner is also aiming to become the second man after Djokovic to triumph at all nine Masters events. Djokovic has won each event at least twice.</p><p>The Italian Open is the only Masters event that Sinner hasn’t won.</p><p>His semifinal opponent will be 2023 Rome champion Daniil Medvedev or Spanish qualifier Martina Landaluce, who were playing later.</p><p>The other semifinal will feature Casper Ruud of Norway against Luciano Darderi, an Argentine-born Italian.</p><p>Coco Gauff back in final</p><p>In the women’s tournament, Coco Gauff beat 36-year-old Sorana Cirstea 6-4, 6-3 to reach the final for a second straight year.</p><p>Gauff saved a match point in a three-set victory over Iva Jovic in the fourth round and then came back from a set down to defeat Mirra Andreeva in the quarterfinals.</p><p>Against Cirstea, Gauff got 78% of her first serves in and had only one double fault.</p><p>“I'm just happy to be through in straight sets today," Gauff said. "It's been a marathon week.”</p><p>Gauff was beaten by Paolini in the 2025 Rome final, then went on to win the French Open.</p><p>In Saturday's final, Gauff will face three-time Rome champion Iga Swiatek or two-time winner Elina Svitolina, who were playing later.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T4OBZAYYBKD5IGVAHSGUFNISL4.jpg?auth=5e3ad6e7bea696a898ce9175d804af5baa7c57ff3acd9f36e191741dd9417b77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Jannik Sinner eyes the ball as he plays Andrey Rublev, during their match at the Italian Open tennis tournament in Rome, Thursday, May 14, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/45TGJ56LWKWRRFZCNGWDWFPX34.jpg?auth=4d2b1de3a58291f50bcf9d6f93e183ac85643fc7fbbb6fd20539026308c11ab2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Jannik Sinner returns the ball to Andrey Rublev, during their match at the Italian Open tennis tournament in Rome, Thursday, May 14, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MZBP7SCOVMN6IHFU4LGH3PD7EA.jpg?auth=62cb2cdbd39e4e5eca00f20d43be91d78682f59ff7b8b51d6e1ef4e7a0e22379&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andrey Rublev reacts as he plays Italy's Jannik Sinner during their match at the Italian Open tennis tournament in Rome, Thursday, May 14, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DBXA64AKXQTF7MGXIGO452VVRA.jpg?auth=632ddd04ae360862429574b424299a5ec517c69e9414cb06d271e833b0119906&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Coco Gauff prepares to return the ball to Romania's Sorana Cirstea during their match at the Italian Open tennis tournament in Rome, Thursday, May 14, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JZCXEO3WQOHYW5QECZPFO24I5U.jpg?auth=fccac0dacc8c1e44834ca0af89a29f05559f2690f003f7dacfb00407c1151643&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Romania's Sorana Cirstea returns to United States' Coco Gauff, during their match at the Italian Open tennis tournament in Rome, Thursday, May 14, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[Centuries-old hidden treasure on Miami River finally getting new lease on life: ‘It is priceless’]]></title><link>https://www.local10.com/news/local/2026/05/13/centuries-old-hidden-treasure-on-miami-river-finally-getting-new-lease-on-life-it-is-priceless/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/13/centuries-old-hidden-treasure-on-miami-river-finally-getting-new-lease-on-life-it-is-priceless/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Tucked under rising buildings along the Miami river rests a treasure of city history.]]></description><pubDate>Wed, 13 May 2026 20:49:06 +0000</pubDate><content:encoded><![CDATA[<p>Tucked under rising buildings in downtown Miami rests a treasure of city history.</p><p><a href="https://www.local10.com/espanol/2026/05/13/tesoro-oculto-de-siglos-de-antiguedad-en-rio-miami-finalmente-recibe-nueva-oportunidad-no-tiene-precio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/13/tesoro-oculto-de-siglos-de-antiguedad-en-rio-miami-finalmente-recibe-nueva-oportunidad-no-tiene-precio/">Leer en español</a></p><p>Fort Dallas Park is a gem hidden in plain sight, located at 64 SE Fourth St. along the Miami River. </p><p>“The cottage is a fantastic story,” said Miami Commissioner Damian Pardo. “When Henry Flagler was building the railroad, his workers lived in tents, and he didn’t want them to live in tents, so he built a series of cottages for them to be able to live in. This is the last of those cottages, so it is priceless.”</p><p>The historic park ― that goes back 200 years ― is one that many in South Florida have likely never seen. </p><p>“It’s been closed for a decade and yet we are in the urban core and everyone knows the urban core from development, traffic, all these issues,” said Pardo. “People need a place to go by the water that is nice, that has canopy, that is a pleasure experience, and this is what we are trying to build here. We passed a $13 million allocation for our district. We are taking $2 million of that allocation and we are applying that to Flagler Cottage.”</p><p>Fort Dallas Park represents the birthplace of Miami. </p><p>It used to be the site of old Fort Dallas, built in 1836 to provide a U.S. military presence during the Seminole Wars. </p><p>In 1891, the city’s founder, Julia Tuttle, purchased 644 acres on the north bank of the Miami River, which included Fort Dallas. She’s who convinced Florida East Coast Railway executive Henry Flagler to come and build a railroad, and hotels nearby, sending him orange blossoms and oranges to persuade him in order to bring tourism dollars and economic prosperity to the area.</p><p>For years, Miami River Commission Chairman Horacio Stuart Aguirre said he and others have advocated for the historic structure to be restored and for that section of river front to be re-opened to the public. </p><p>“We have been working on this for maybe like 15 or 20 years,” he said. “For me, this is very, very moving.”</p><p>That’s because he’s seeing action. </p><p>“What you see happening here today is phase one,” said Pardo. “We’re adding ground cover, trees, building the canopy, and we’re giving access to the public, to the residents, to this wonderful area and the waterfront, which has been denied.”</p><p>Pardo said when they get to phase two,  officials will bring in food trucks and different kinds of activities for residents to enjoy. </p><p>“And, of course, the restoration of the cottage, which is where the money goes,” he said. </p><p>Added Aguirre: “We’ve got trees that go back several hundred years. We are going to protect and preserve those. They are unbelievably valuable, and are going to stay here.”</p><p>Most Miami commission meetings, including public comment, will come with residents expressing their frustration at the lack of green space in the city and concern that enough is not being done to preserve its history. </p><p>“This is super important,” said Aguirre. “The Miami River Commission insists that all properties on the Miami River allow public access.”</p><p>Pardo said this project aims to address both the lack of green space and preserving the city’s history. </p><p>“That’s how we retain the character and the identity of our neighborhoods, that’s why this is so important, because in the end, that’s what makes Miami interesting,” he said. “If we don’t have that, why live here?”</p><p>Built around 1897, the cottage is also one of the city’s few surviving examples of folk Victorian architecture and was added to the U.S. National Register of Historic Places in 1989.</p><p>Officials said the full restoration of the cottage is expected to be completed by mid-2028. </p><p>Below you’ll find a rendering of what the finished work should look like, along with a current photo of the cottage and a plaque placed on the historic structure in 1897.</p><p><b>RENDERING:</b></p><figure><img src="https://www.local10.com/resizer/v2/NVIFJJPDVNDVXIHZXUIQTLPXWE.jpg?auth=0670c0cedbd0074765071599694c1053b6f2d251645625fbb1d1ae9d2fa972e1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>CURRENT STATE OF COTTAGE:</b></p><figure><img src="https://www.local10.com/resizer/v2/QSGK6T7H2BF4BAMCRRIODXQMAE.jpg?auth=6867e508e4a898e094333319297dc06b605b9da15f1e7b6b05361aaac7f78c3e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>HISTORIC PLAQUE:</b></p><figure><img src="https://www.local10.com/resizer/v2/D5GVMDJIJJDYJFBOMXKORUIA2U.jpg?auth=2bbc689ea10db7ff040e0c8bbd94991f17a17f9cde9ceffc0081e0e345219903&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>RELATED LINK</b></p><p><a href="https://www.miami.gov/My-Government/Departments/Office-of-Capital-Improvements/Capital-Improvements-Projects-Construction-Notices-Per-District/District-2-Capital-Improvements-Projects-1-1/Ft.-Dallas-Park-Selective-Demo-Flagler-Worker-House-Restoration" target="_blank" rel="noreferrer" title="https://www.miami.gov/My-Government/Departments/Office-of-Capital-Improvements/Capital-Improvements-Projects-Construction-Notices-Per-District/District-2-Capital-Improvements-Projects-1-1/Ft.-Dallas-Park-Selective-Demo-Flagler-Worker-House-Restoration">Ft. Dallas Park Selective Demo &amp; Flagler Worker House Restoration</a></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Princess of Wales' Italy visit highlights progressive preschool approach that shuns standardization]]></title><link>https://www.local10.com/entertainment/2026/05/14/princess-of-wales-italy-visit-highlights-progressive-preschool-approach-that-shuns-standardization/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/14/princess-of-wales-italy-visit-highlights-progressive-preschool-approach-that-shuns-standardization/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, SILVIA STELLACCI and HEATHER HOLLINGSWORTH, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 12:50:34 +0000</pubDate><content:encoded><![CDATA[<p>REGGIO EMILIA, Italy (AP) — The Princess of Wales’ visit to Italy has put the spotlight on an Italian early childhood educational model that helped revolutionize  how toddlers learn in school.</p><p>The Reggio Approach, used in public daycare centers and preschools in the northern city of Reggio Emilia, values a child’s inherent curiosity and potential, with teachers acting as facilitators, not instructors, and parents and the surrounding community actively involved. And Princess Catherine, who has made early development her signature cause, is spending two days seeing it up close.</p><p>“I love that you put children and childhood at the heart of the community, and I’m really fascinated to learn more about it,” she said as she arrived at one of the town’s preschools on Wednesday.</p><p>Reggio partially grew out of the Montessori philosophy and both Italian approaches have spread around the world, standing as counterpoints to models in places like the U.S. and Britain that emphasize standardization and testing for children so young they haven’t begun to read.</p><p>Reggio appeals to some Italian parents who themselves received education with rote learning — but only to a point, according to Kathryn Ramsay, a longtime early-childhood educator who runs a Reggio-inspired project north of Rome.</p><p>“When the children are 3 or 4, they’re totally fine with it,” Ramsay said. “And then when they hit 5, they (the parents) start getting a little twitchy because they’re thinking about Grade 1,” when children have to sit still for longer periods and learn to read and write.</p><p>A postwar approach to childcare</p><p>The Reggio Approach was born as Italy began to rebuild after World War II and a group of mothers in hard-hit Reggio Emilia, a center of anti-Fascist resistance, banded together.</p><p>“They sold the metal from a German tank for funds and they hand-carried stones from the river to reconstruct a place for the children to be cared for while the rest of the village went about the business of putting life back together,” said Margie Cooper of the North America Reggio Emilia Alliance.</p><p>An innovative pedagogical expert, Loris Malaguzzi, built on Montessori and other educational reform movements to help articulate Reggio’s child-centered approach, which covers children aged 0-6.</p><p>His poem exploring how young children communicate and make sense of their world through drawing, painting, dancing and singing served as something of a manifesto. Valuing the capacities and experiences of children was unheard of at the time.</p><p>“The child was only an adult in formation and didn’t have things to say or competencies already realized,” said Roberta Cardarello, senior professor of didactical and special pedagogy at the University of Modena and Reggio Emilia.</p><p>The Reggio Approach spread to other towns, especially in the north’s left-leaning municipalities. But Italy’s central government in Rome — headed by conservative Christian Democrats until the 1990s — resisted promoting it widely, perhaps because of its association with Reggio Emilia’s communist history.</p><p>Today, that red scare is gone, but the model’s adoption often depends on whether cash-strapped local administrations invest in training or teachers have trained independently, according to Elisabetta Nigris, professor of didactic programs and evaluation at the University of Studies Milan-Bicocca.</p><p>How Reggio works and what are its outcomes</p><p>Reggio employs features common in high-quality programs, including a focus on adults and children in relationship that promotes social and emotional well-being, according to Sylvi Kuperman, senior researcher at the Center for the Economics of Human Development at the University of Chicago. Her 2017 study on Reggio in Italy found greater high school graduation and employment outcomes compared to kids who didn’t receive formal childcare.</p><p>Children typically spend multiple years with the same teacher, she said. They participate in meal preparation. Classrooms feature windows and natural materials, like wood. Gardens and artwork are a staple.</p><p>On Thursday, Catherine visited the “Salvatore Allende” daycare and preschool in Reggio Emilia, playing with children in the garden, using a magnifying glass to look in the grass and at one point letting a slimy newt crawl in her hand.</p><p>“In London, we have newts like this too,” she said.</p><p>Catherine’s visit is significant for Britain, since the Reggio Approach isn’t recognized in its national educational policy, and most early childhood programs are run by private organizations for profit, said Peter Moss, emeritus professor at the University College London’s Institute of Education.</p><p>But he stressed that Reggio developed in a very particular time and context that is hard to replicate.</p><p>“Reggio Emilia is a reaction to 20 years of authoritarian rule under Mussolini and, after that fell, of course a lot of places in Italy were asking the question ’How do we make sure that never happens again?’”</p><p>A Reggio-inspired center called Wild Joy</p><p>At Ramsay’s Reggio-inspired, bilingual project north of Rome, there is a large grassy garden but no typical playground equipment or bright decorative posters lining the schoolhouse walls. Rather, the tiny log cabin with a covered porch is spare and neutral-toned. Most learning takes place outside: the “mud kitchen,” where kids play at a table with dishes, a digging pitch, a big rock to climb up and slide down in the dirt. Called “Wild Gioia” (Wild Joy), it currently has five children enrolled, aged 3-6.</p><p>Ramsay points to evidence suggesting that the best preparation for reading and writing is play, because it teaches children to concentrate.</p><p>“They don’t learn to concentrate by being told what to concentrate on,” she said. “They’re learning to concentrate by having the freedom to be able to follow their own interests.”</p><p>___</p><p>Winfield reported from Rome. Hollingsworth reported from Kansas City, MO.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LNCO4POJIZUHQ3KKCXKUGSBYJQ.jpg?auth=9e55e8c3c7e270155d85c89a49b9be8fbfd4d0543b9afa9a153682eee2c27e10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, Princess of Wales sits with children during her visits the Salvador Allende preschool to observe how nature-based learning is embedded within the Reggio Emilia approach, part of a two-day trip, in Reggio Emilia, Italy, Thursday, May 14, 2026. (AP Photo/Antonio Calanni, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VGHJYS3KJV6HTWXZDP5WQEAVSQ.jpg?auth=81479024a1a7c58fd3f0f719fc5d89866f202968c0156acb7c4bdcb4337f01a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, Princess of Wales sits with children during her visits the Salvador Allende preschool to observe how nature-based learning is embedded within the Reggio Emilia approach, part of a two-day trip, in Reggio Emilia, Italy, Thursday, May 14, 2026. CORRECTION: changes the day from Tuesday to Thursday (AP Photo/Antonio Calanni, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A4GTD7TLPRF2WTQXO5ANQDMLYY.jpg?auth=03efb98065bc10a87d3e466140e1185a47db135eef715467c7b78b070bf0da72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, Princess of Wales sits with children during her visits the Salvador Allende preschool to observe how nature-based learning is embedded within the Reggio Emilia approach, part of a two-day trip, in Reggio Emilia, Italy, Thursday, May 14, 2026. (AP Photo/Antonio Calanni, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PK3OCSTE6OTWJHMQKUW5ZGMGBM.jpg?auth=91c9d33d78f5cfd41d173ad36a630d77bd61c3df94c0b33575e9b8af6b30581d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, Princess of Wales sits with children during her visits the Salvador Allende preschool to observe how nature-based learning is embedded within the Reggio Emilia approach, part of a two-day trip, in Reggio Emilia, Italy, Thursday, May 14, 2026. CORRECTION: changes the day from Tuesday to Thursday (AP Photo/Antonio Calanni, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UZNZJTHP25F7AQY3CX4AAD4B6U.jpg?auth=966e6f6a7e2f2873da327ed8a5b99e0634b7dd2d429ef17a1181037a49a997e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, Princess of Wales, takes part in an immersive clay atelier workshop at the Loris Malaguzzi International Centre, part of a two-day trip, in Reggio Emilia, Italy, Wednesday, May 13, 2026. (AP Photo/Antonio Calanni, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content></item><item><title><![CDATA[Amid closure reports, DeSantis says ‘Alligator Alcatraz’ made ‘huge difference’]]></title><link>https://www.local10.com/news/local/2026/05/13/amid-closure-reports-desantis-says-alligator-alcatraz-made-huge-difference/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/13/amid-closure-reports-desantis-says-alligator-alcatraz-made-huge-difference/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Florida Governor Ron DeSantis spoke on Wednesday about the reported soon closure of the Everglades detainment facility dubbed Alligator Alcatraz. ]]></description><pubDate>Wed, 13 May 2026 20:24:33 +0000</pubDate><content:encoded><![CDATA[<p>Florida Gov. Ron DeSantis spoke Wednesday about the reported soon closure of the Everglades detainment facility dubbed "<a href="https://www.local10.com/topic/Alligator_Alcatraz/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Alligator_Alcatraz/">Alligator Alcatraz</a>“. </p><p><a href="https://www.local10.com/espanol/2026/05/13/en-medio-de-reportes-sobre-cierre-desantis-dice-que-alligator-alcatraz-hizo-una-gran-diferencia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/13/en-medio-de-reportes-sobre-cierre-desantis-dice-que-alligator-alcatraz-hizo-una-gran-diferencia/">Leer en español</a></p><p>DeSantis defended the move to open and run the facility despite the cost to Florida taxpayers.</p><p>“It’s made a huge difference,” said DeSantis. “Now, when we opened it in the summer of 2025, it was always intended to be temporary because we were only doing it because the federal government didn’t have the resources to hold these people themselves. Well now they’ve gotten a lot of money over the last nine months, they’ve been able to work and adjust their operations accordingly.”</p><p>This comes a day after <a href="https://www.nytimes.com/2026/05/12/us/florida-alligator-alcatraz-detention-closure.html?smid=nytcore-ios-share" target="_blank" rel="noreferrer" title="https://www.nytimes.com/2026/05/12/us/florida-alligator-alcatraz-detention-closure.html?smid=nytcore-ios-share">the New York Times reported</a> Florida and the federal government were in talks regarding closing the facility for good.</p><p>It’s reportedly costing Florida $1 million a day to run the facility.</p><p>This is money the state has long said the federal government will reimburse, but that has not happened, at least not yet.</p><p>Additionally, there are new reports stating vendors the state pays to run the facility are claiming they have not gotten paid.</p><p>One vendor told the New York Times it hasn’t gotten paid in 200 days.</p><p>The Florida Senate Democratic leader, Lori Berman, of Palm Beach County, also spoke about the situation.</p><p>“I’m happy to hear reports of its impending closure, but the damage to Florida has already been done,” she said. “This kind of reckless ‘leadership’ from a rogue executive branch needs to be left in the past, and we need to return to a single-minded focus on making Florida more affordable for everyone. Damaging political stunts like this one have no place in our politics.”</p><p>All of this is happening amid critics denouncing the facility for inhumane conditions for the 1,400 immigrants being detained there, and the ongoing legal battle from environmental groups also denouncing the harm done to the Everglades.</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[Retail sales growth slowed in April from March as higher gas cost leaves less room for nonessentials]]></title><link>https://www.local10.com/business/2026/05/14/retail-sales-growth-slowed-in-april-from-march-as-higher-gas-cost-leaves-less-room-for-nonessentials/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/14/retail-sales-growth-slowed-in-april-from-march-as-higher-gas-cost-leaves-less-room-for-nonessentials/</guid><dc:creator><![CDATA[By ANNE D'INNOCENZIO, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 15:23:00 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Shoppers tempered their spending in April as higher gas prices fueled by the Iran war meant less money left over for some nonessentials like clothing and furniture. But they're still buying, thanks to more generous government tax refunds.</p><p>Still, economists worry that spending will fall off more dramatically in the coming months as benefits from the refunds dissipate, and shoppers continue to grapple with the cumulative impact of rising gas prices at the pump.</p><p>Retail sales rose 0.5% in April, a slowdown from the revised growth level of 1.6% in March, according to Commerce Department data released Thursday. March marked the largest one-month increase in retail spending in more than three years, largely because gas prices spiked higher rapidly.</p><p>Excluding sales at gas stations, retail sales in April were up 0.3%. That's a slowdown from the 0.7% pace, excluding business from gas stations, in March.</p><p>Elsewhere, shopping was uneven.</p><p>Sales at department stores fell 3.2%, while sales at furniture and home furnishings stores slipped 2%. Business at building material and garden equipment had a modest 0.1% increase. But online retailers and electronics and appliance stores both posted solid sales gains.</p><p>The snapshot offers only a partial look at consumer spending and doesn’t include things like travel and hotel stays. The lone services category – restaurants – registered a solid 0.6% increase.</p><p>The so-called control group—which excludes food services, autos, building materials and gas station sales and is used to calculate economic growth—rose 0.5%. That offered a good sign of solid spending by consumers, economists said.</p><p>The Iran war that began in late February has led to the shutdown of the Strait of Hormuz, cutting off one-fifth of the world’s daily oil supply. The average price for a gallon of regular gasoline rose again overnight to $4.53 on Thursday. That’s $1.35 more than it cost a year ago, according to motor club AAA.</p><p>Economists had believed that larger tax refunds from President Donald Trump's tax cut legislation would kick start spending at the start of the year. But soaring gas prices are taking a bigger slice out of American paychecks, leaving less for things like dining out, new clothes or other treats.</p><p>Oliver Allen, senior economist at Pantheon Macroeconomics, estimated in a report published Thursday that individual income tax refunds in April were $22 billion higher than in the same month in 2025, equivalent to around 3% of monthly retail sales and slightly bigger than the hit to households from the jump in gas prices over the same period.</p><p>“Some of this money will have been saved, but much of it has been spent,” he wrote. “But the flow of refunds will taper dramatically in May, leaving consumers far more exposed to the surge in fuel costs. ”</p><p>Allen expects a “meaningful pullback” in discretionary spending in the second half of the second quarter.</p><p>Michael Pearce, chief U.S. economist at Oxford Economics, estimates that higher tax refunds have offset the impact of gas prices by a ratio of around 2 to 1.</p><p>“With refund season behind us and gas prices still creeping higher, that will flip in the months ahead, putting downward pressure on spending growth,” he wrote Thursday.</p><p>Still, U.S. employers have so far defied the economic shock from the war and last month added a surprisingly strong 115,000 jobs. And Thursday the Labor Department reported weekly applications for unemployment benefits of 211,000, within a historically low range.</p><p>But concerning data about rising prices has arrived in waves this week.</p><p>The Labor Department reported Wednesday that the U.S. producer price index — which tracks inflation before it hits consumers — shot up 1.4% in April, the biggest monthly gain in more than four years. A day before that, the closely watched consumer price index jumped 3.8% from April 2025 — the biggest year-over-year increase in more than three years. Those price hikes, again, largely do to soaring energy prices, have begun to show up in everything from plane tickets and baggage fees, to soap and toothpaste.</p><p>A clearer picture of how inflation is impacting Americans may arrive next week when major U.S. retailers like Walmart and Target begin to release quarterly financial results.</p><p>Some companies are already seeing warning signs.</p><p>Coulter Lewis is the co-founder of Sunday Lawn and Garden, a Boulder, Colorado-based vendor of lawn care products like fertilizer. Lewis noted that from January through the end of April sales soared 70% compared to a year ago. But underneath that growth, he’s seeing growing financial strain from customers dealing with higher prices from the gas pump and elsewhere.</p><p>Its wholesale business is faring well, but shoppers are leaning away from committing to the company’s subscriptions, which cost $300 a year. At the same time, Sunday Lawn and Garden is benefiting from shoppers trading down from professional lawn services, which could cost $1,000 a year, to its products and services for do-it-yourself projects.</p><p>“They’re spending more money on fewer things,” he said. “That trade-down from pro service is like, ‘okay, well we’ve got to make room for these other increases in our life, and so I’m going to try to do this myself.’”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6PYE2RHLREMYDEQEYY4E573GKM.jpg?auth=452e08fc3e3ae4fdf881179b80baee4a27041eda301a3ce701370fd5d0bfcfec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Shoppers stop their carts to observe big-screen televisions on display in a Costco warehouse Thursday, April 30, 2026, in Timnath, Colo. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[US filings for jobless benefits hits 211,000 as the war in Iran drags on, clouding economic forecast]]></title><link>https://www.local10.com/business/2026/05/14/us-filings-for-jobless-benefits-hits-211000-as-the-war-in-iran-drags-on-clouding-economic-forecast/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/14/us-filings-for-jobless-benefits-hits-211000-as-the-war-in-iran-drags-on-clouding-economic-forecast/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 12:42:05 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The number of Americans filing for jobless aid rose last week but remains historically low despite the economic uncertainty caused by the war in Iran.</p><p>U.S. applications for unemployment benefits for the the week ending May 9 rose by 12,000 to 211,000, the Labor Department reported Thursday. That’s slightly more than the 207,000 new applications analysts surveyed by the data firm FactSet had forecast.</p><p>Weekly filings for unemployment benefits are considered a proxy for U.S. layoffs and are close to a real-time indicator of the health of the job market.</p><p>Despite relatively few layoffs, the labor market appears to be stuck in what economists call a “low-hire, low-fire” state. That has kept the unemployment rate low at 4.3%, but left many of those out of work struggling to find new employment.</p><p>Though U.S. employers delivered a surprising 115,000 new jobs in April, the Iran war has injected a large degree of uncertainty about the broader U.S. economy and labor market.</p><p>The Strait of Hormuz, where one-fifth of the world’s oil travels through, remains closed. Since the beginning of the war in late February, oil prices have spiked more than 50% and the average price for a gallon of gas in the U.S. has climbed to $4.53 from less than $3. Besides hitting consumers’ pocketbooks, those higher costs can discourage businesses from hiring.</p><p>Data from the U.S. government this week revealed that inflation at the consumer level rose 3.8% from April 2025, the biggest jump in three years. Food prices are also up, but may not yet fully reflect rising energy costs due to the Iran war, analysts say.</p><p>Another report this week showed that wholesale prices shot up 6% from a year ago, the highest point in more than three years. The Labor Department’s producer price index — which tracks inflation before it hits consumers — shot up 1.4% from March to April, the biggest monthly gain in more than four years.</p><p>This comes at a time when U.S. inflation is already above the Federal Reserve’s 2% goal. Two weeks ago, the Fed opted to leave its benchmark rate alone, citing economic uncertainty caused by instability in the Middle East and still-elevated inflation.</p><p>Lower interest rates can boost the economy and hiring, but also tend to stoke inflation, leading a number of Federal Reserve policymakers to say they are willing to consider an interest rate hike this year.</p><p>On top of that, the recent artificial intelligence boom and the investment required to develop it could alter or even replace some jobs.</p><p>A number of high-profile companies have cut jobs recently, including Verizon, UPS, Amazon, Disney and Walmart.</p><p>Weekly jobless aid applications have stabilized in a range mostly between 200,000 and 250,000 since the U.S. economy emerged from the pandemic recession. However, hiring began slowing about two years ago and tapered further in 2025 due to President Donald Trump’s erratic tariff rollouts, his purge of the federal workforce and the lingering effects of high interest rates meant to control inflation.</p><p>Employers added fewer than 200,000 jobs last year, compared with about 1.5 million in 2024, according to the data firm FactSet.</p><p>The Labor Department's report Thursday showed that the four-week moving average of jobless claims, which evens out some of the week-to-week gyrations, inched up by 750 to 203,750.</p><p>The total number of Americans filing for unemployment benefits for the previous week ending May 2 jumped by 24,000 to 1.78 million, in line with analyst forecasts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7U4NSCSRRSDA7QOJPRTUYWI3SQ.jpg?auth=69761159c984a68fcbad3699986b3d6fe4893e1793844dfe4f4b937381d39288&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person waits in a line for a prospective employer at a job fair, Aug. 29, 2024, in Sunrise, Fla. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Pope decries the rise of AI-directed warfare, saying it leads to a spiral of annihilation]]></title><link>https://www.local10.com/tech/2026/05/14/pope-decries-the-rise-of-ai-directed-warfare-saying-it-leads-to-a-spiral-of-annihilation/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/05/14/pope-decries-the-rise-of-ai-directed-warfare-saying-it-leads-to-a-spiral-of-annihilation/</guid><dc:creator><![CDATA[By NICOLE WINFIELD and PAOLO SANTALUCIA, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 13:14:59 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Pope Leo XIV on Thursday denounced how investments in artificial intelligence and high-tech weaponry were leading the world into a “spiral of annihilation,” as he called for peace in the Middle East and Ukraine during a visit to Europe’s largest university.</p><p>Leo’s speech at Rome’s La Sapienza University marked the first time a pope has visited the campus since Pope Benedict XVI called off a planned speech there in 2008 in the face of protests from faculty and students.</p><p>The American pope was warmly welcomed on Thursday, including by some of Sapienza’s newest students: Young Palestinians who arrived in Italy this week on a “humanitarian corridor” from Gaza to continue their studies at the university. The Italian government, working with Catholic organizations, has brought hundreds of Palestinians to study and receive medical care in Italy since the Israeli war against Hamas in Gaza began in 2023.</p><p>Leo met some of the Gaza students during a brief greeting at the campus chapel, and again after his speech in the main lecture hall of the university, which was founded by Pope Boniface VIII in 1303.</p><p>In his speech, Leo denounced how military spending had increased dramatically this year, especially in Europe, at the expense of education and healthcare, while “enriching elites who care nothing for the common good.”</p><p>He called for better monitoring of how AI was being developed and used in military and civilian contexts “so that it does not absolve humans of responsibility for their choices and does not exacerbate the tragedy of conflicts.”</p><p>“What is happening in Ukraine, in Gaza and the Palestinian territories, in Lebanon, and in Iran illustrates the inhuman evolution of the relationship between war and new technologies in a spiral of annihilation,” he said.</p><p>The pope said education and research must move instead in the opposite direction that values life “the lives of peoples who cry out for peace and justice!”</p><p>Leo has identified AI as one of the most critical matters facing humanity, especially its application in warfare and everyday life. They are themes he’s expected to explore more fully in his first encyclical, due to be released in the coming weeks.</p><p>Nada Rahim Jouda, 19, was one of the Gazans who met Leo, just two days after she arrived in Italy. She was still marveling at her new life studying business science in Rome, a city that she said was “like heaven for me.”</p><p>“Everything here is green and it’s not gray and troubles everywhere and miserable people in the streets,” she said.</p><p>But Jouda remains concerned for the family she left behind: her mother, recovering from leukemia, and younger sisters aged 17 and 13. Over the course of the war in Gaza, the family was forced to move four times, and her mother was unable to receive care or check-ups for her cancer.</p><p>“They all rely on me. I’m the only hope that they have,” she said.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NAOIILBHJH2AGW2IAQOLEYJRHY.jpg?auth=2a05b5f54abb4d1bf686c27e38f4bc3e9c372184a7008ff4729591c59b974967&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV visits the Città Universitaria (University City) at Sapienza University of Rome to meet with faculty and students at the institution's primary campus, one of the world's oldest and largest universities, Thursday, May 14, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VQI5Z4K3YC4REVTTEE64X22PGE.jpg?auth=c96f8c41e221f392a4f40304887e1eb1f619834441522dc661bf21b6110a7119&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV waves from his car as he leaves with his personal secretary, Monsignor Edgard Iván Rimaycuna Inga, right, after visiting the Città Universitaria (University City) at Sapienza University of Rome where he met with faculty and students at the institution's primary campus, one of the world's oldest and largest universities, Thursday, May 14, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJGYR4MGK24TCQ4KDYVSLCVDQU.jpg?auth=73f8be4e26173ea4ef2920273bec4d260b69b2f94209f9349296474e12fe8b84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV is seen behind Arturo Martini's 1935 bronze statue of Minerva during a visit to Sapienza University of Rome's Città Universitaria campus to meet with faculty and students, Thursday, May 14, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NZHAVRTHDKFJ5PCIJVAOAXF3PM.jpg?auth=8dab781d06d28b102a66d623a64616ee0ec27801cb1b71437f1ce3ca875fb9cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV visits the Città Universitaria (University City) at Sapienza University of Rome to meet with faculty and students at the institution's primary campus, one of the world's oldest and largest universities, Thursday, May 14, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3PTRFGKJJBKXAH6CWKCBLUSN4A.jpg?auth=68db2c30967e76af690d80650eb3846f944d26714027ac734d2bc955c19fbcd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV, accompanied by, from left, Prefect of the Pontifical Household Archbishop Petar Rajič, Dean Antonella Polimeni, and his vicar for the city of Rome Cardinal Baldo Reina, visits the Città Universitaria (University City) at Sapienza University of Rome to meet with faculty and students at the institution's primary campus, one of the world's oldest and largest universities, Thursday, May 14, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content></item><item><title><![CDATA[Trump administration will join a prayer gathering criticized for promoting Christian nationalism]]></title><link>https://www.local10.com/news/politics/2026/05/14/trump-administration-will-join-a-prayer-gathering-criticized-for-promoting-christian-nationalism/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/14/trump-administration-will-join-a-prayer-gathering-criticized-for-promoting-christian-nationalism/</guid><dc:creator><![CDATA[By PETER SMITH, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 14:17:07 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump and several top administration officials are joining with a cast of mostly conservative Christian clergy this Sunday on the National Mall in Washington for a prayer gathering billed as a "rededication of our country as One Nation Under God” upon America’s 250th birthday.</p><p>But some critics call the Rededicate 250 event an effort to “hijack” U.S. history with a false, Christian nationalist narrative — one they say fuses American and Christian identities and threatens a constitutional separation of church and state.</p><p>The daylong program is being organized by a nonprofit called Freedom 250. Its website describes it as a public-private partnership “leading the presidential programming for America's 250th anniversary,” which culminates with the anniversary of the Declaration of Independence on July 4.</p><p>Congressional Democrats have questioned the organization's structure and finances, which they see as a Trump-controlled end run around a separate commission charted by Congress a decade ago to prepare semiquincentennial events.</p><p>Top Republican officials promote event</p><p>Organizers expect thousands of people to attend Rededicate 250, which will include worship music, prayers and speeches from Cabinet heads and other Republican officials, along with religious leaders and others. Trump and several other speakers are addressing the crowd by video, while others will speak in person. The scheduled participants include Secretary of State Marco Rubio, Defense Secretary Pete Hegseth and House Speaker Mike Johnson, R-La.</p><p>"Our founders knew two simple truths," Hegseth said in a promotional video for the event featuring a montage of Cabinet secretaries.</p><p>"Our rights don’t come from government, they come from God. And a nation is only as strong as its faith,” added Hegseth, whose use of Christian rhetoric to justify the U.S. and Israel's war against Iran and in other official settings has drawn scrutiny.</p><p>Another promotional video for Rededicate 250 blends various Christian and American imagery — scenes of a cross laid on an American flag, a robed choir, people raising their hands in worship — along with a brief scene of a man praying while wearing a Jewish skullcap. Voices of prominent preachers are heard, one proclaiming, “Faith in God is the value that most shaped America.”</p><p>Religious leaders on the Rededicate 250 program include several longtime Christian supporters of Trump, among them evangelist Franklin Graham and pastors Paula White-Cain, who heads the White House Faith Office; Robert Jeffress; and Samuel Rodriguez. Also scheduled are Catholic Cardinal Timothy Dolan and Bishop Robert Barron and Orthodox Jewish Rabbi Meir Soloveichik, the only faith leader on the program representing a non-Christian faith.</p><p>Musicians on the program include Grammy-winning contemporary Christian artist Chris Tomlin.</p><p>Some leading participants portray Rededicate 250 as a Christian gathering.</p><p>“I believe it’s a moment when the Body of Christ, the church, comes together and will boldly declare that America still needs God,” said Georgia pastor Jentezen Franklin in a social media video posted on X. “This is an opportunity for believers to stand together as one nation under God. ... I’m honored that they’ve asked me to speak and share the Gospel.”</p><p>Johnson noted that the event comes 250 years after Congress declared May 17, 1776, a “day of Humiliation, Fasting and Prayer” on behalf of the Revolutionary cause.</p><p>Critics say event 'hijacked’ by Christian nationalism</p><p>Critics say Rededicate 250 is shaping up to promote Christian nationalism — whose adherents typically believe that the United States was founded as and should be a Christian nation.</p><p>“What should be a broadly unifying celebration has been politically hijacked and wrapped up in this MAGA narrative that tries to rewrite our history and promote the president’s agenda,” said U.S. Rep. Jared Huffman, referring to Trump’s “Make America Great Again” movement.</p><p>Huffman said the movement erases the diversity of America’s religious and nonreligious populations throughout its history and threatens the constitutional protections against government-established religion.</p><p>The event "would have the founders rolling in their graves,” said Huffman, a California Democrat. He co-chairs the Congressional Freethought Caucus, which emphasizes separation of church and state.</p><p>“They have narrowly defined what it means both to be American and to be Christian, and they are wrapping that in the official sanction of the U.S. government," Huffman said.</p><p>He said it's a movement that doesn't speak for all Christians, noting Trump's recent sparring with Pope Leo XIV.</p><p>Conservative Christians cheer multiple Trump initiatives</p><p>The Rededicate 250 event is occurring in tandem with other White House initiatives appealing to Trump’s loyal base of conservative Christians, particularly white evangelical Protestants.</p><p>Several participants — including Graham, White-Cain, Dolan, Barron and Soloveichik — also serve on the Religious Liberty Commission. That Trump-appointed panel is preparing a report on its findings after a year of hearings, many of which were focused on conservative Christian and right-leaning political grievances. Its chair, Texas Lt. Gov. Dan Patrick, a Republican, repeatedly denies that the Constitution establishes a separation of church and state.</p><p>Several participants in Rededicate 250 joined with Trump himself in a Bible-reading marathon.</p><p>And a separate Trump administration task force recently alleged discrimination against Christians under Democratic President Joe Biden — a report criticized by progressive groups as “advocacy dressed up as investigation.”</p><p>That report alleged that such a bias resulted in heavy fines imposed on two Christian colleges — Grand Canyon University for allegedly deceiving thousands of students over program costs, a decision later reversed, and Liberty University for its handling of crime statistics and sexual assault cases. Choirs from both colleges are performing at Rededicate 250.</p><p>Beliefs about Christian nationhood</p><p>About 2 in 10 U.S. adults and about one-quarter of Republicans, said the federal government should declare Christianity the official religion of the nation, according to a Pew Research Center survey conducted in April.</p><p>Some 43% said the government should not do so, but should promote Christian values, while 38% said it should do neither. The report said 13% of U.S. adults and 18% of Republicans said the government should stop enforcing the separation of church and state.</p><p>Historians generally agree that the founders’ religious beliefs varied, that the U.S. Constitution doesn’t establish an official religion and that it was significantly influenced by Enlightenment thinkers.</p><p>The Freedom From Religion Foundation, which advocates a strict separation of church and state, hopes to stage a demonstration elsewhere in Washington on the day of the rally.</p><p>“This is the government putting on a Christian nationalist event,” said Annie Laurie Gaylor, the foundation's co-president. “Even if it is accepting private money for it, it’s still putting it on. It’s outrageous.”</p><p>Brian Kaylor, a Baptist pastor and president and editor-in-chief of Word&Way, a progressive site covering faith and politics, said that while the Continental Congress did call for a day of prayer, the founders crafted the Constitution to prevent the establishment of religion. Two early presidents, Thomas Jefferson and James Madison, thought such official events were harmful to religion, he wrote.</p><p>The event "simply doesn’t represent what type of nation the founders later decided to create,” Kaylor wrote.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EUA2QCOB4X4UTGOT4JG7SQKTNM.jpg?auth=d9648336c3aa9d5dd2cb6de8f943fe21fe4fb63daede017353226689ea3143e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump speaks during the National Prayer Breakfast, at the Capitol in Washington, Feb. 6, 2025. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[NASA's Psyche spacecraft buzzing Mars on its way to a rare metal asteroid]]></title><link>https://www.local10.com/tech/2026/05/14/nasas-psyche-spacecraft-buzzing-mars-on-its-way-to-a-rare-metal-asteroid/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/05/14/nasas-psyche-spacecraft-buzzing-mars-on-its-way-to-a-rare-metal-asteroid/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 16:37:57 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — A NASA spacecraft chasing a rare metal asteroid swings past Mars this week for a gravity boost, snapping thousands of pictures as practice for the main encounter in 2029.</p><p>Named Psyche like the asteroid it’s after, the robotic explorer will slingshot past the red planet at 12,333 mph (19,848 kph) on Friday.</p><p>It will be an especially close flyby, with Psyche passing within 2,800 miles (4,500 kilometers) of Mars, equivalent to the distance between the U.S. east and west coasts. Then it will barrel toward the asteroid belt between Mars and Jupiter that is home to its enticing target.</p><p>All of the spacecraft’s science instruments will be on for the Mars pass. NASA’s two Mars rovers along with a small fleet of U.S. and European orbiters will make surface and atmospheric observations at the same time for comparison.</p><p>Psyche's cameras already are photographing Mars, appearing as a crescent on approach and a nearly full sphere once it’s in the rearview mirror. The different views will serve double duty, allowing operators to fine-tune their instruments while providing “just plain beautiful photos,” Arizona State University’s Jim Bell, the imaging team leader, said in a statement.</p><p>While the asteroid belt is swarming with millions of objects, most are made of rock or ice. Only a small percentage are thought to be metal-rich like Psyche, a potato-shaped asteroid roughly 173 miles long and 144 miles wide (278 kilometers by 232 kilometers).</p><p>Scientists suspect the asteroid may be the exposed nickel and iron core of a fledgling planet that was stripped down by cosmic collisions. Studying such an object up close can yield information about the dawn of our solar system 4.6 billion years ago, and why and how Earth spawned life.</p><p>Launched in 2023, the spacecraft is midway through its six-year roundabout journey to Psyche in the outer fringes of the asteroid belt, three times farther from the sun than Earth. It should arrive in 2029, slipping into orbit around the asteroid for two years of study. The van-sized spacecraft runs on solar electric propulsion, using xenon gas thrusters.</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/5OYHGFP4JPGFPAHF4LZS6YV4MA.jpg?auth=453b8a81c0351be89f7dc958a9c757c16fa5dab63b78bdbe88e68e494c90444e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by the NASA/JPL-Caltech/ASU from the Psyche mission spacecraft shows Mars on Wednesday, May 13, 2026. (NASA/JPL-Caltech/ASU via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/VK6LK5V6SAZY53OWNW7KFDTCV4.jpg?auth=e23e899d97c6b090397d426ba770dc7baa7b19dd4b46ded94bd5360064314670&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by the NASA/JPL-Caltech/ASU from the Psyche mission spacecraft shows Mars on Sunday, May 3, 2026.]]></media:description></media:content></item><item><title><![CDATA[Some parents don't want their kids to use tech at school. But districts are pushing back]]></title><link>https://www.local10.com/tech/2026/05/14/some-parents-dont-want-their-kids-to-use-tech-at-school-but-districts-are-pushing-back/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/05/14/some-parents-dont-want-their-kids-to-use-tech-at-school-but-districts-are-pushing-back/</guid><dc:creator><![CDATA[By SHARON LURYE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 04:05:51 +0000</pubDate><content:encoded><![CDATA[<p>ARDMORE, Pa. (AP) — For high school senior Aliyah Pack, getting distracted during school is the norm. Kids in her Pennsylvania school district use iPads starting in kindergarten, switch to Chromebooks in second grade and get their own MacBooks in eighth grade.</p><p>Aliyah has ADHD, and finds it difficult to concentrate when she’s learning from a screen. She’ll watch Netflix in class on her school laptop, hiding her earbuds behind her long, curly hair.</p><p>“It’s very hard to get into the mindset of being in school,” Aliyah said.</p><p>Aliyah’s mother saw her grades were falling and asked the school to take away her laptop. But she was told that wasn’t possible.</p><p>Across the country, parents are voicing concerns about excessive screen time in schools and lobbying educators to go back to pencil and paper. In places like Lower Merion Township, where Aliyah goes to high school, some are taking it even further. Over 600 people in the affluent Philadelphia suburb have signed a petition asking to preserve parents’ ability to opt their children out of using digital devices during the school day. The public school district has pushed back, saying it’s not feasible to let hundreds of students opt out of technology that is essential to the curriculum.</p><p>Disagreement over how tech is used in the classroom</p><p>At a meeting Monday night, school board members said they were considering many ways to respond to parental concerns about technology, but allowing opt-outs was not one of them.</p><p>“There is not an option for us to not have technology in schools,” said Lower Merion School Board member Anna Shurak.</p><p>The board was meeting to discuss updates to the district’s technology policies, including repealing a policy that allows opt outs. Over 100 people showed up to protest, many wearing buttons that said “Screens Down, Pencils Up.”</p><p>Many emphasized they’re not anti-tech — in fact, most parents agree that learning how to responsibly use computers is an essential life skill. They just don’t want tech to dominate the classroom.</p><p>“Teaching how to use technology is not the same thing as using technology to teach everything else,” said Sara Sullivan, a parent.</p><p>Technology has become inescapable at schools</p><p>The debate in Lower Merion raises the question of whether technology has become so intertwined with learning that it’s impossible to opt out. Kids use devices to play educational games, submit their homework, access online resources and write essays — but parents are questioning the value of gamified edtech software.</p><p>Subashini Subramanian said the software her second-grade daughter uses for math, DreamBox, incentivizes rushing through levels to gain points. When she encouraged her daughter to think through the problems methodically, the 8-year-old said, “If I go through all the steps, it’s slowing me down. I have to click, click, click.”</p><p>At the school board meeting, many parents said they were exhausted from battling their kids over screen time. Adam Washington says his son struggles with screen addiction, so sometimes he takes away his phone or TV — only to find him watching YouTube on the school laptop instead.</p><p>“The screen is killing him. It is killing me, and him, together with our relationship,” Washington said.</p><p>Another parent at the meeting questioned what students would do instead of using their computers.</p><p>“Opting out is not a solution. It’s avoiding the hard work of finding a solution,” Seth Ruderman said.</p><p>Parental pushback on edtech has led to change</p><p>The pushback on technology in the classroom has gained steam around the country. At least 14 states have proposed laws to limit screen time in schools, according to Ballotpedia, with four states — Alabama, Tennessee, Utah and Iowa — passing such legislation.</p><p>In Los Angeles, the nation’s second-largest school district said it will ban screens until second grade, require daily caps for screen time per grade, ban YouTube and require an audit of all education technology contracts.</p><p>In Vermont, proposed legislation would allow not just parents but also teachers to decline to use classroom tech. Democratic State Rep. Angela Arsenault, a bill co-sponsor, said she’s responding to parents’ worries about edtech.</p><p>“Parents in many districts and states just aren’t being listened to or not being heard when they ask that their students not be forced to use these products,” Arsenault said.</p><p>The Lower Merion school district said it’s listening to community concerns and has already made changes, including blocking some problematic websites flagged by parents.</p><p>“We have wonderful teachers who have continuously prioritized human interaction and relationships,” Superintendent Frank Ranelli wrote in a letter to parents. He declined to comment to the AP for this story.</p><p>The district said it is looking into possible changes, including stronger cellphone restrictions, not allowing the youngest students to take devices home and installing software to monitor students in class.</p><p>However, surveillance software can bring its own problems and poses risks to student privacy. In 2010, the Lower Merion School District paid $610,000 to settle lawsuits by two students who alleged the district had spied on them via the webcam on their school-issued laptops.</p><p>Kids want ways to hold themselves accountable</p><p>High school student Mia Tatar, 16, raised concerns at the board meeting that there’s been an unintended consequence to the anti-tech backlash. The internet filters on school computers are now so strict, she said she’s been blocked while doing research on appropriate topics for school, like breast cancer.</p><p>Mia said students need to learn how to responsibly use technology, and adding filters or getting rid of laptops won’t do that.</p><p>“It doesn’t teach kids how to hold themselves accountable and how to be responsible for regulating their own screen time once they’re in the world,” Mia said in an interview.</p><p>Her friend Elliot Campbell, 15, said there should be strict limits on screen use in the youngest grades, but students should get more freedom as they get older.</p><p>“If we lose our laptops or if we lose the partial freedom we have on them, it’s not going to prepare us for college,” Elliot told board members at the hearing.</p><p>Fellow high schooler Joaquin Imaizumi takes a different view. He said it’s “completely unfair” to expect children to regulate their usage of devices that even adults find addictive.</p><p>“This isn’t about learning to constrain yourself,” he said in an interview. “We don’t give someone drugs and say, ‘OK, now learn how to deal with this.’”</p><p>His biggest concern is that devices make it far too tempting to access AI tools like ChatGPT, which he sees eroding his classmates’ ability to think for themselves.</p><p>“I’ve seen the atrophy of my peers’ thinking, which is existentially concerning,” Joaquin said.</p><p>The influence of AI starts early. A second-grader named Lillian Keshet, who got up to speak at the board meeting, said Google Docs will give her “suggestions” about what to write in class.</p><p>“I’m a pretty good writer by myself,” Lillian said. “I don’t need your suggestions, Google!”</p><p>___</p><p>Associated Press writer Jocelyn Gecker contributed to this report from San Francisco.</p><p>___</p><p>The Associated Press’ education 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/5XGFYO5VDREXUNZA5UPBEK6PIY.jpg?auth=89da0d92a0c1102f3d0f8ff7caaa952864ad0589650af68d167db7a7de36eeb5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the Lower Merion Board of School Directors speak with a student at a school board meeting on Monday, May 11, 2026, in Ardmore, Pa. (AP Photo/Joe Lamberti)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Lamberti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S3SXRQA2FDW7WQ3RQMND3WCHEU.jpg?auth=4d611ab303fba92782b4246b110ebbd6c1be2c102c8ea5b33a464d037414ada8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An attendee wears a, "Screens down, pencils up," button during a school board meeting at the Lower Merion School District Administration Building on Monday, May 11, 2026, in Ardmore, Pa. (AP Photo/Joe Lamberti)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Lamberti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RU3S5RNLR3GD3LTGLPEZ5W3GKM.jpg?auth=7cefff7fa3861bd03ab70bd7a621a0a3d900b06b86605d2f1f3ac97f137be3d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the Lower Merion Board of School Directors speak with attendees at a school board meeting on Monday, May 11, 2026, in Ardmore, Pa. (AP Photo/Joe Lamberti)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Lamberti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K7PMFSESYVUI3UGTJK3SHZADIM.jpg?auth=2aa81fe8a0a4bde15ba2e6f449906ff7ac76b15adc7cd520a821b78a7c43d3c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees clap during a school board meeting at the Lower Merion School District Administration Building on Monday, May 11, 2026, in Ardmore, Pa. (AP Photo/Joe Lamberti)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Lamberti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KU4NRLAEE5FVEIMORF7HDW5UWY.jpg?auth=8b6be750093faa6aa3ad6d97776a28ce531b6dec7fcd275b2190372727637fee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Signs reading, "Screens down, pencils up," are seen a school board meeting at the Lower Merion School District Administration Building on Monday, May 11, 2026, in Ardmore, Pa. (AP Photo/Joe Lamberti)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Lamberti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ITWMNWAUKHQEEBEJB354WWBHDI.jpg?auth=5d414600750f075356e128fb35a5c7428456e50382fd4e9ba7cdfe30975a2f41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elliot Campbell, 15, poses for a portrait after speaking at a Lower Merion Board of School Directors meeting at the Lower Merion School District Administration Building on Monday, May 11, 2026, in Ardmore, Pa. (AP Photo/Joe Lamberti)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Lamberti</media:credit></media:content></item><item><title><![CDATA[Jeffries' job grows more difficult in race for House and speaker's gavel]]></title><link>https://www.local10.com/news/national/2026/05/14/jeffries-job-grows-more-difficult-in-race-for-house-and-speakers-gavel/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/14/jeffries-job-grows-more-difficult-in-race-for-house-and-speakers-gavel/</guid><dc:creator><![CDATA[By LISA MASCARO, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 09:20:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — House Democratic leader Hakeem Jeffries had warned Republicans they would come to regret the congressional redistricting fight, and when Democrats counterpunched last month with a redrawn Virginia map, he had made his point.</p><p>The net tally of seats gained and lost was essentially a wash.</p><p>“F— around and find out,” said Jeffries after the election victory.</p><p>But in a matter of days, the race for control of the House — and the speaker’s gavel — was dramatically reset by back-to-back court rulings that wiped out the Democratic gains in Virginia and now threaten to erode Black representation by Democrats in the Deep South.</p><p>The shifting political prospects have been a wake-up call for Democrats, who have been favored to win back the House this November, riding the wave of President Donald Trump’s dipping approval ratings, and a test for Jeffries as the party faces an enlarging map of Republican-friendly seats.</p><p>The leader’s aligned outside group has spent some $60 million, much of it on Virginia alone, a hit to the Democrats’ resources as they confront Trump’s Republicans.</p><p>“It sort of crystallizes the election is now a contest between one side that has the money and the maps, and the other that has the voters and the candidates,” said Jesse Ferguson, a Democratic strategist and former deputy director of the House Democrats’ campaign arm.</p><p>Jeffries would make history as the first Black speaker of the House</p><p>Jeffries, who is in line to make history as America’s first Black speaker of the House, acknowledged the Democrats may need to flip twice as many Republican seats — a total gain of six rather than just three — to win the majority in the aftermath of the redistricting fights.</p><p>But he insisted that Democrats were on track to pick up seats, as they did in 2018 during Trump’s first term, because Republicans are relying on redistricting — rather than policy solutions — to win elections.</p><p>Trump Republicans “don’t give a damn” about Americans’ financial struggles, Jeffries said, paraphrasing the president’s own remarks.</p><p>During a closed-door meeting on Wednesday with House Democrats, Jeffries described the work ahead in almost existential terms for the country.</p><p>He said the court rulings against the Voting Rights Act and the Virginia measure were “disgusting.” And he warned his colleagues that Republicans would proceed with “diabolical intensity” in their campaigns to regain control of the House, which Democrats will not only have to match but “we have to exceed it with righteous intensity at all times.”</p><p>“Failure is not an option,” he told the Democrats, according to a person in the room granted anonymity to disclose the private remarks. “We have to win, and we are going to win.”</p><p>Path to power depends on a handful of House seats</p><p>Never easy, the race to the House majority was also not expected to be this complicated. Republicans hold a slim majority, among the most narrow in modern House history, and midterm elections tend to favor the party out of power, as a check on the White House.</p><p>But when Trump said last summer that Republicans were “entitled” to five more GOP seats from Texas, it sparked a redistricting crusade that led Jeffries to respond in kind.</p><p>Rather than take what they call the high road, Democrats said they decided to fight back, believing they could not fully count on the nation’s institutions — in this case, the courts — to provide a check on the GOP power play.</p><p>Jeffries flew to Austin to join the Texas Democrats fighting the redistricting plan in their state and stood with those same lawmakers in Chicago where they fled to deny statehouse Republicans a quorum. He joined the private meetings of California Democrats as they launched their counter attack, a voter initiative that put five more seats in the Democratic column. The Democrats picked up a seat in Utah.</p><p>And on it went.</p><p>“We had to very quickly make a decision, set a course and take a risk,” said Rep. Jared Huffman, D-Calif., recalling the closed-door talks last summer. “There was no guarantee this was going to work out.”</p><p>The Virginia measure became a turning point, Jeffries’ biggest swing yet, putting Democrats essentially at parity, if not a potential upper hand in the number of seats gained, and shifting Old Dominion more securely into the party’s column.</p><p>He rallied some 1,000 churchgoers in Richmond ahead of Election Day as voters headed to the polls.</p><p>House Speaker Mike Johnson on Wednesday called the Democratic play for Virginia a “crazy overreach” that was rightly rejected by the state’s high court.</p><p>“Fortunately, the plan failed spectacularly,” Johnson said.</p><p>Redistricting battles push into 2028</p><p>While Democrats said they expected the Supreme Court to gut the Voting Rights Act, the Virginia Supreme Court’s decision to toss last month’s election results blindsided many of them.</p><p>Jeffries joined a call with furious Virginia Democrats over the weekend who said they were more determined than ever to win the Republican seats outright, regardless of their loss over the map changes.</p><p>The overall tally after nearly a year of redistricting battles is still shifting as Republican legislatures in the South rush to redraw their maps in the aftermath of the ruling in the Voting Rights Act case, many of them preparing to eliminate districts held by some of the most senior Black lawmakers in Congress.</p><p>Rep. James Clyburn, the veteran Democratic legislator from South Carolina whose own seat is at risk, blamed the justices, not Jeffries, for the outcome in Virginia and elsewhere.</p><p>“What the hell, he can’t control the courts,” Clyburn said, vowing to run for reelection regardless of where his district is drawn. “Don’t put that on Jeffries. We won the vote.”</p><p>Jeffries acknowledged that this year’s maps are almost set, and pivoted to 2028 when he said Democrats will redouble their efforts to confront the GOP redistricting battle ahead of the next election.</p><p>“We know this unprecedented assault on Black political representation, the likes of which we have not seen since the Jim Crow era, the ghost of the Confederacy” will continue, he said. “The challenge that is in front of us is ensuring that there is a decisive and overwhelming response in advance of 2028.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3JB7C6QKWJLWZOI4QET6POOWPE.jpg?auth=2ee93c25b85b8dbdf3a124c185f7a05710771c91536166f29a9cfaa0dfbf56c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Minority Leader Hakeem Jeffries, D-N.Y., describes the Democrats' fight to regain the House majority even as Republicans pursue redistricting efforts across the South following a U.S. Supreme Court ruling that affects majority-Black congressional districts, during a news conference at the Capitol in Washington, Wednesday, May 13, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CYIQVUMHSCORD6KGVQG2RV2PVM.jpg?auth=8d150b6156c959cd24e3afeba01b5d80a2f7d1534591a5e29327465b306cb974&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Minority Leader Hakeem Jeffries, D-N.Y., describes the Democrats' fight to regain the House majority even as Republicans pursue redistricting efforts across the South following a U.S. Supreme Court ruling that affects majority-Black congressional districts, during a news conference at the Capitol in Washington, Wednesday, May 13, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Neo-Nazi leader gets 15 years for recruiting violent attacks, including a Santa poison plot]]></title><link>https://www.local10.com/news/national/2026/05/14/neo-nazi-leader-gets-15-years-for-recruiting-violent-attacks-including-a-santa-poison-plot/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/14/neo-nazi-leader-gets-15-years-for-recruiting-violent-attacks-including-a-santa-poison-plot/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 11:40:38 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The leader of an Eastern European neo-Nazi group has been sentenced to 15 years in prison for trying to recruit others to commit violent attacks against Jews and racial minorities, including one plot that would have involved dressing as Santa Claus to hand out poisoned candy to children.</p><p>Michail Chkhikvishvili, a 22-year-old from the country of Georgia who goes by the nickname “Commander Butcher,” was sentenced by a federal judge in Brooklyn on Wednesday. He pleaded guilty in November to soliciting hate crimes and distributing information about making bombs and ricin.</p><p>“I acknowledge that my actions have brought harm by spreading hatred and violence and I’m truly sorry for that," Chkhikvishvili wrote in a letter to the judge last month.</p><p>His lawyer, Zachary Taylor, asked for a five-year sentence, citing Chkhikvishvili's mental health struggles since he was a teenager who “fell under the spell of the violent extremist content” on social media, but has since reformed. Taylor also mentioned harsh conditions during Chkhikvishvili's nearly yearlong confinement in Moldova, where he was arrested in 2024 on an international warrant, according to his letter to the judge.</p><p>Prosecutors described Chkhikvishvili as the leader of the Maniac Murder Cult, an international extremist group that adheres to a neo-Nazi ideology promoting violence intended to trigger a racial and religious war.</p><p>They said the group’s violent solicitations — promoted through Telegram channels and outlined in the “Hater’s Handbook” — appear to have inspired multiple real-life killings, including a school shooting in Nashville, Tennessee, last year that left a 16-year-old student dead.</p><p>Chkhikvishvili “repeatedly called for the murder of innocent civilians, including children, and schemed to attack and terrorize Jewish communities and racial minorities in the United States,” Assistant Attorney General for National Security John Eisenberg said in a statement. “Chkhikvishvili, for example, tried to recruit a supposed associate to dress up as Santa Claus and pass out poisoned candy to minority children.”</p><p>Since 2021, prosecutors said Chkhikvishvili distributed the “Hater’s Handbook” to members and others.</p><p>“I’m very ashamed authoring Haters Handbook, hoping one day it will disappear, I wish I never wrote it,” Chkhikvishvili wrote to the judge.</p><p>Prosecutors said Chkhikvishvili traveled to Brooklyn in 2022 and began repeatedly encouraging others to commit hate crimes and other acts of violence. They said in 2023, he solicited an undercover FBI employee to commit bombings and arsons “for the purpose of harming racial minorities, Jewish individuals and others.”</p><p>In 2024, the undercover worker was directed “to target the Jewish community, Jewish schools, and Jewish children in Brooklyn with poison,” prosecutors said in a statement.</p><p>“Chkhikvishvili sent detailed manuals about creating and mixing lethal poisons and gases, including ricin.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/45WOMX23D4QBOAMTRO4FDKNNDA.jpg?auth=3127f173d871ca5e19f3c5d67ca1b27c31c05b0f1889d678e017cec25e87b6d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An FBI seal is displayed on a podium before a news conference at the field office in Portland, Ore., Thursday, Jan. 16, 2025. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Trump and DeSantis sued over donation of Miami land for extravagant presidential library]]></title><link>https://www.local10.com/news/politics/2026/05/14/trump-and-desantis-sued-over-donation-of-miami-land-for-extravagant-presidential-library/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/14/trump-and-desantis-sued-over-donation-of-miami-land-for-extravagant-presidential-library/</guid><dc:creator><![CDATA[By SAFIYAH RIDDLE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 11:39:12 +0000</pubDate><content:encoded><![CDATA[<p>Miami residents sued President Donald Trump, Miami Dade College and Florida state officials on Wednesday, alleging that the decision to donate an iconic stretch of downtown Miami property for Trump’s future presidential library — which might also house a hotel — is unconstitutional.</p><p>The lawsuit argues that the president, his presidential library foundation and state officials — including Florida Gov. Ron DeSantis — violated the Domestic Emoluments Clause of the U.S. Constitution, which prohibits states from giving a financial benefit to a sitting president.</p><p>The White House didn’t respond to an emailed request for comment on Wednesday night.</p><p>DeSantis moved last September to transfer a 2.63-acre (1.06-hectare) parcel of land to Trump’s presidential library foundation. Since then, the president and his son Eric Trump shared extravagant plans for a skyscraper to house the library. An artificial intelligence video unveiled in March includes panning shots of the tower’s exterior and interior, with a presidential jet parked in the lobby alongside a gold escalator like the one Trump rode while launching his presidential campaign in 2015. Other shots show a giant ballroom like the one he’s planning for the White House, a replica Oval Office, rooftop gardens and a large, gold statue of Trump.</p><p>The president also suggested that there could be for-profit entities in the building.</p><p>“This concept could be an office, but it’s most likely going to be a hotel with a beautiful building underneath,” Trump said to reporters in March.</p><p>The complaint argued that means the land “is no longer available to serve MDC’s student community and Downtown Miami. Instead, the land will house a Trump hotel that brings riches to the President.”</p><p>The property that was donated to Trump’s foundation is owned by Miami Dade College and sits next to the Freedom Tower, a historic building that rises alongside the glitzy condos facing palm tree-lined Biscayne Bay. The Spanish Revival skyscraper once housed one of the city’s first newspapers, but later served as a resource center for hundreds of thousands of Cubans seeking asylum in the United States, according to Miami Dade College, which now operates the site as a museum.</p><p>The site is valued at roughly $67 million, according to a 2025 assessment by the Miami-Dade County property appraiser. Other real estate experts, including appraisers cited in the lawsuit, have wagered that the parcel could sell for hundreds of millions of dollars more.</p><p>Lawyers with the Constitutional Accountability Center in Washington, D.C., and Miami-based law firm Gelber Schachter &amp; Greenberg filed the lawsuit on behalf of a student at Miami Dade College, two people who live near the donated parcel of land and a local nonprofit organization that had hoped to use the parcel as the site of an urban farm.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ONAUEEEBPZCSRKIPTUHO3UNYOM.jpg?auth=bd3233ae70bb997c49e61106f16de0935d4fe1ca933ae8a209871e845541a549&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens as Gov. Ron DeSantis, R-Fla., speaks with reporters after arriving at Dade-Collier Training and Transition Airport, Tuesday, July 1, 2025, in Ochopee, Fla. (AP Photo/Evan Vucci)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[Honda records its first-ever annual loss on a costly EV strategy]]></title><link>https://www.local10.com/business/2026/05/14/honda-records-its-first-ever-annual-loss-on-a-costly-ev-strategy/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/14/honda-records-its-first-ever-annual-loss-on-a-costly-ev-strategy/</guid><dc:creator><![CDATA[By YURI KAGEYAMA, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 11:38:18 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Honda racked up a 423.9 billion yen ($2.7 billion) loss Thursday, the first-ever full year loss for the Japanese automaker, acknowledging heavy costs for its electric-vehicle plans, stemming from President Donald Trump’s pro-U.S. policies.</p><p>The Japanese automaker said losses related to its EV operations are estimated to total 2.5 trillion yen ($16 billion), incurred mostly in the fiscal year just ended and the current fiscal year.</p><p>Analysts say Honda Motor Co. might have been too ambitious too fast, when many markets weren’t ready. As a result, Honda abandoned many of its plans for EV models, including those in the works in a joint venture with Sony Corp.</p><p>“EV demand has declined considerably, due to the rollback of environmental regulations in the U.S. and other factors,” Honda said in a statement.</p><p>The Trump administration has pulled back on incentive programs for EVs and withheld money to states wanting to add more EV charging stations, even as gas prices have soared over the war in Iran.</p><p>Trump also blocked California’s stringent electric vehicle mandates last year, backpedaling on the shift to environmental models.</p><p>Trump’s tariffs on imported autos and auto parts, although lowered to 15% from the initial 25%, also worked to dent Honda’s profitability.</p><p>Tokyo-based Honda’s bottom line got a lift from its healthy motorcycle business, helping Honda’s overall sales for the fiscal year through March to rise 0.5% to 21.8 trillion yen ($138 billion).</p><p>Honda, which makes the Accord sedan and Super Cub motorcycles, sold 3.4 million vehicles around the world in the fiscal year through March, down from 3.7 million the previous year.</p><p>It sold 22.1 million motorcycles, up from 20 million a year before. Honda dominates some markets in motorcycles, including India.</p><p>Honda forecast a return to profit for the fiscal year through March 2027, at 260 billion yen ($1.7 billion).</p><p>Chief Executive Toshihiro Mibe outlined a new growth strategy that included a continued pursuit of carbon neutrality. But he acknowledged the need to work on hybrids and regular gasoline-engine models as well, not just electric vehicles.</p><p>When asked by a reporter whether he was considering stepping down to take responsibility for the dire results, a common response in Japan, Mibe said he wanted to carry out the revival plan first.</p><p>“We will continue our research to develop future technologies including electric vehicle batteries,” he said. “We will get back on a growth track.”</p><p>___</p><p>Yuri Kageyama is on Threads: https://www.threads.com/@yurikageyama</p>]]></content:encoded></item><item><title><![CDATA[Underwater memorial to wrecked slave ship draws pilgrims seeking to connect with their roots]]></title><link>https://www.local10.com/news/national/2026/05/14/underwater-memorial-to-wrecked-slave-ship-draws-pilgrims-seeking-to-connect-with-their-roots/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/14/underwater-memorial-to-wrecked-slave-ship-draws-pilgrims-seeking-to-connect-with-their-roots/</guid><dc:creator><![CDATA[By DEEPA BHARATH, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 11:01:34 +0000</pubDate><content:encoded><![CDATA[<p>KEY WEST, Fla. (AP) — Ruthie Browning dove into the calm, blue water off Key West, Florida, expecting to see “a big, old rock with stuff growing all over it.”</p><p>She was on a pilgrimage with other Black divers and community members, visiting sacred sites including one where a British slave ship — the Henrietta Marie — sank 326 years ago.</p><p>The vessel had delivered 200 enslaved people from West Africa to Jamaica and was heading back to Britain in 1700 — near the peak of the trans-Atlantic slave trade — when it was swallowed up in the churning waters of New Ground Reef where the Atlantic Ocean meets the Gulf of Mexico.</p><p>A concrete marker at the site memorializes the people on that ship.</p><p>As Browning and her group prepared to dive in early May, the water was calm. The marker, 20 feet (6 meters) below, was visible from the glassy surface. “I thought I’d look at it, pay my respects and that’ll be that,” she said.</p><p>But something unexpected happened. Tears filled her eyes. She gently told herself: If you can be quiet, maybe they will speak.</p><p>Staring at the monument, which is now a small living reef covered in corals and sponges, she felt her ancestors’ words: “My daughter, we’re so glad you’re here.”</p><p>Overwhelmed, Browning lingered by the marker bearing the words: “Henrietta Marie. In memory and recognition of the courage, pain and suffering on enslaved African people. Speak her name and gently touch the souls of our ancestors.”</p><p>She felt submerged in gratitude.</p><p>“Without their stamina, their spirit and survival, I wouldn’t be here today. None of us would be here today,” she said.</p><p>Pilgrimages aren’t meant to be easy</p><p>For the pilgrims in Key West, the gathering was an act of devotion, a quest for connection with their roots and for spiritually nourishing generations to come. They had tried to dive to the marker last summer, but the water was too choppy.</p><p>“The ancestors were not smiling down on us then,” said Jay Haigler, master diving instructor with Underwater Adventure Seekers, the world’s oldest Black scuba diving club. “This year was different.”</p><p>Such a pilgrimage was never meant to be easy, said Michael Cottman, who has written two books about the Henrietta Marie and was part of the National Association of Black Scuba Divers that installed the marker in 1992.</p><p>Cottman believes the site contains “spiritual turbulence.”</p><p>“Even if it wasn’t carrying enslaved people, it embodies the oppression of our people,” he said.</p><p>The group organized an annual pilgrimage in the 1990s, but it didn’t continue. The latest trip was spurred by an underwater interview project proposed by Stanford University anthropologist Ayana Omilade Flewellen, who serves on the board of Diving With a Purpose, a Black scuba diving nonprofit dedicated to documenting slave shipwrecks.</p><p>The submerged interviews also helped her connect as a pilgrim, Flewellen said. “I felt a kind of tenderness in my heart.”</p><p>The spiritual experience helped her process a traumatic history rooted in death and suffering.</p><p>“It’s hard to attach your life with this history,” she said. “The only way I could do that was turn toward what the divers were experiencing on this pilgrimage. That’s where it all bloomed and blossomed.”</p><p>Ancient ritual at African refugee cemetery</p><p>The pilgrims also gathered on land. At Higgs Beach on the south side of Key West, they visited a memorial and burial ground for 297 African refugees who died in 1860 after being rescued by the U.S. Navy from three slave ships — Wildfire, William and Bogota. Over 1,400 refugees were housed by the government in a compound and provided food and medical care, said Corey Malcom, the Florida Keys History Center’s lead historian.</p><p>While many were sent back to Africa, hundreds died due to the horrific conditions on the ships, he said.</p><p>Largely forgotten for decades, the grave site was discovered by historians and geologists using ground-penetrating radar. In 2010, a large pit containing 100 more bodies was located at a community dog park across the street. The area is now fenced off, Malcom said.</p><p>On Saturday, pilgrims met at the cemetery and held an emotional libation ceremony, a sacred, ancient ritual rooted in Afro-Caribbean spiritual tradition. One by one, group members tearfully thanked their ancestors and poured white rum on the beach. The clear spirit is believed to act as a messenger, inviting ancestral souls for their blessings.</p><p>“To honor your ancestors and the road they’ve traveled is very, very important because we’re all connected,” said Addeliar Guy, one of the elders and an avid diver.</p><p>Underwater monument represents a living history</p><p>Joel Johnson trained for weeks for his first open-water dive at the Henrietta Marie site. Johnson, the president and CEO of the National Marine Sanctuary Foundation, said what surprised him as he approached the monument was the vibrancy surrounding it. Fish darted among the corals that swayed with the currents; shells rested on the sandy bottom.</p><p>Conservation and protecting these habitats also preserve the history below the waves, Johnson said.</p><p>“This was not a place of death, but a place of life,” he said. “I didn’t feel like I was grieving for my ancestors. I felt like I was in the stream of history, recognizing that I’m a part of that. It made me happy.”</p><p>While underwater, Michael Philip Davenport, president of Underwater Adventure Seekers, was inspired to create art showing ancestors emerging from the monument.</p><p>“Their spirituality is still in that space,” he said. “I was feeling their lives and their tragedy.”</p><p>Dr. Melody Garrett, an anesthesiologist, started training with Diving With a Purpose in 2011 and has gone on missions to find the Guerrero, a Spanish pirate ship that wrecked in 1827 while carrying 561 enslaved Africans.</p><p>“A pilgrimage like this is so important now more than ever because there is an effort to cover up, rewrite and change history,” she said. She cited the Trump administration’s moves to remove references to slavery and Black history at National Park Service sites and federal museums, labeling it as divisive “anti-American propaganda.”</p><p>For Garrett, seeing these pieces of history gives her a strong sense of identity as an American, as the nation prepares to celebrate its 250th birthday.</p><p>“Black people have been here since before this country’s inception, longer than many other people have,” she said. “This is our country.”</p><p>Exhibit displays shackles used in slave trade</p><p>Remnants of the Henrietta Marie’s wooden hull are embedded at the site under layers of sand. The shipwreck was discovered in 1972 by treasure hunter Mel Fisher, but it wasn’t until 1983 that hundreds of intact items were recovered. Only a few slave ships were found out of the 35,000 used to transport over 12 million enslaved Africans; most vessels were intentionally destroyed to hide the illicit trade.</p><p>The artifacts, which occupy an entire floor of the Mel Fisher Maritime Museum in Key West, include over 80 sets of iron shackles, many of them child-size.</p><p>When Kory Lamberts first walked over wooden planks in the exhibit, they unexpectedly creaked.</p><p>“It was visceral,” he said. “It took me to a place. It also tells me that these were young people — children. These are baby shackles. There’s no sugarcoating it. The truth really hits you.”</p><p>While in Key West, Lamberts — who runs a nonprofit to make aquatics more equitable — said he brought back fish from the Henrietta Marie site, which he imagines would have absorbed the DNA of the ancestors. The group ate that fish for dinner the night after the dives — like a sacrament.</p><p>“I don’t practice a faith, but isn’t this what people are doing every Sunday at church?” he asked. “I wasn’t just bonded with this site through the experience of being there, but at this molecular level with a full circle moment of connection with myself and my history.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EXRBKFKNK5BFEMRUZTPRMOHE7U.jpg?auth=e5888ee61fbed89889b23de6bf7f72efb219faaf53fdd61aa14d5eb13ac2a7dc&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 Kory Lamberts, Black divers with the Underwater Adventure Seekers visit the wreck site of the Henrietta Marie, a British slave ship which sank in 1700 in the waters off the coast of Key West, Fla., Friday, May 8, 2026. (Kory Lamberts/Aquatic Futures Foundation via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kory Lamberts</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6AZG6VA2PE2465TNJ7BXBXRTA.jpg?auth=48bc70913bfd40431348f57df2f315d99f6ee2739d3ed4b09326576239d19740&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Corey Malcom, center, lead historian with the Florida Keys History Center, talks to Black divers from the Underwater Adventure Seekers, as they visit a memorial built on the site where hundreds of Africans who died in 1860 after being rescued from three slave ships were buried, on Higgs Beach in Key West, Fla., Saturday, May 9, 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/OOVYXWLUEBHHYBTH7ZLJSPCUWU.jpg?auth=f117ceb27e39b778a8077e9ede7a74d419953b0e7e2885068f8c1bd7fdb65d9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ankle shackles, some child-sized, recovered from the wreck of the British slave ship Henrietta Marie, are displayed at the Mel Fisher Maritime Museum in Key West, Fla., Saturday, May 9, 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/42Z7L6ENIT3CFOYEPGJSZPLQ74.jpg?auth=56078e818547674f8a1da81ee064d855f12ed13fd985c7042dbfe2f4941732da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Underwater Adventure Seekers member Ruthie Browning reacts with emotion after pouring a libation of white rum onto the sand, on the site where hundreds of Africans who died in 1860 after being rescued from three slave ships were buried, on Higgs Beach in Key West, Fla., Saturday, May 9, 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/IHDQI7BWGGST6BDXORD6QPV4Z4.jpg?auth=1dc2b6dc765d9f3ee6913e1933039a0ff04e8cb4d602766bc708efdf8adda23e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Underwater Adventure Seekers member Dr. Melody Garrett pours a libation of white rum onto the sand at a memorial on the site where hundreds of Africans who died in 1860 after being rescued from three slave ships were buried, on Higgs Beach in Key West, Fla., Saturday, May 9, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Aronimink not yielding much as PGA Championship begins with moderate scoring]]></title><link>https://www.local10.com/sports/2026/05/14/pga-championship-gets-started-with-a-wild-shot-and-a-little-uncertainty/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/pga-championship-gets-started-with-a-wild-shot-and-a-little-uncertainty/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 16:54:20 +0000</pubDate><content:encoded><![CDATA[<p>NEWTOWN SQUARE, Pa. (AP) — Aldrich Potgieter put himself in a good position on the severe greens of Aronimink and an even better position when he finished his first round Thursday at the PGA Championship.</p><p>Potgieter had six birdies in his round of 3-under 67. His name was atop the leaderboard because he was in the first group to tee off. More than anything, it was an early indication that Aronimink could yield birdies — even a hole-out eagle from fairway by Jon Rahm — but wasn't giving up much.</p><p>Among the early starters, Bryson DeChambeau already was 4 over as he headed toward the final five holes. Stephan Jaeger was the first player to reach 4 under, later joined by Min Woo Lee, as both were nearing the end of their rounds.</p><p>The damp air gave way to clearing skies by mid-morning. Some overnight rain didn't provide enough moisture to take some of the firmness out of severely contoured greens. Rory McIlroy hit one approach on the 15th that shot forward some 20 feet on its second hop.</p><p>“I think I hit it on the right spots on the golf course, especially on the greens,” Potgieter said. “I didn’t feel like I had to putt over some of these big slopes we had. So I definitely left myself in really good positions on the green.”</p><p>Ryan Gerard dropped only one shot in his round of 69.</p><p>Garrick Higgo had the worst start imaginable — a late one. The South African was late getting to the first tee, a two-shot penalty before he even hit his opening drive. His par became a double bogey on the first hole, and he finished with two big putts for a 69.</p><p>Braden Shattuck, one of 20 club pros in the field from nearby Rolling Green Golf Club who was given the honor of the first tee shot, wound up hitting two of them. He feared the first one went so far left it was out-of-bounds, so he had to hit a provisional.</p><p>The first one was next to a fence, he took a one-shot penalty to move it and made double bogey. Shattuck opened with an 81.</p><p>McIlroy was at even par playing in the same group with Jordan Spieth, who was at 1 under midway through their second nine.</p><p>Scottie Scheffler, the No. 1 player in the world, played in the afternoon.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OGDLUXE2HZRQPOGQZ4FJE6URAM.jpg?auth=effa7eb9c4c88883182721ea5247186c9d183886b79217c7e90fad0d34235cf5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aldrich Potgieter, of South Africa, watches his tee shot on the fourth hole during the first round of the PGA Championship golf tournament practice round at Aronimink Golf Club, Thursday, May 14, 2026, in Newtown Square, PA. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5OYXRMM47FK4IE46F5VIENOAJU.jpg?auth=fb82a41ea7937a465f2df4bb970985e732b83cf3ee8c46b820c4f9f57aee2b33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rory McIlroy, of Northern Ireland, retrieves his ball from the hole on the 10th green during the first round of the PGA Championship golf tournament practice round at Aronimink Golf Club, Thursday, May 14, 2026, in Newtown Square, PA. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2KH5BMNF33KDMHTEBFT65KXHIU.jpg?auth=181e8f80df5d4b1956a58ae1c6d8174d1a463714d5f40b9fca455ac10fc31c3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jordan Spieth hits from the fairway on the 10th hole during the first round of the PGA Championship golf tournament practice round at Aronimink Golf Club, Thursday, May 14, 2026, in Newtown Square, PA. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RI2IBYWKZOCMFY2L7VQAG73TWQ.jpg?auth=696a40f4a7413129cf2eeeb6a243fe1698c0e11e76bf37efa0ee258fe471a28c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bryson DeChambeau hits from the fairway on the 10th hole during the first round of the PGA Championship golf tournament practice round at Aronimink Golf Club, Thursday, May 14, 2026, in Newtown Square, PA. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OTQ7VPUDXTCQRMTLBDVLHFIUIA.jpg?auth=e2d1deada94a35d2f7918123f6b91b1b28dc1f3e6e3b7cfd07cffe384ed0cc47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Billy Horschel chips to the green during the first round of the PGA Championship golf tournament practice round at Aronimink Golf Club, Thursday, May 14, 2026, in Newtown Square, PA. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[The world's reaction to hantavirus is tinged by echoes of something else: COVID]]></title><link>https://www.local10.com/health/2026/05/14/the-worlds-reaction-to-hantavirus-is-tinged-by-echoes-of-something-else-covid/</link><guid isPermaLink="true">https://www.local10.com/health/2026/05/14/the-worlds-reaction-to-hantavirus-is-tinged-by-echoes-of-something-else-covid/</guid><dc:creator><![CDATA[By DEEPTI HAJELA, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 11:17:04 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The lingering impact of COVID-19, a few years out from the declaration that the pandemic was over, is scattered across how we live today — the work-from-home jobs, the way some have decided wearing masks is their new normal, the hand sanitizer dispensers that remain ever present.</p><p>Some of the other ripples, though, aren't as obvious. They're the ones we carry inside us — grief over lost loved ones, chronic health conditions, the sense of lives interrupted. And in recent days, another one has made itself known in the wake of a rare hantavirus outbreak aboard a cruise ship: the fear, despite official reassurances, that it might be happening again.</p><p>But the flourishing of fear, whether on a personal or societal level, can also be an indicator that something else is missing. Perhaps there's no post-pandemic reality more entrenched than the damage done, in the U.S. and globally, to the bonds that in the before times, many would have considered secure — science, government, information itself.</p><p>“COVID undermined our trust in what most of us used to trust,” said Elisa Jayne Bienenstock, a research professor and sociologist at Arizona State University. “When general trust goes down, when there’s a lot of cynicism, who are people looking to, to explain what to do and how the world works?”</p><p>What it used to be and what it is now</p><p>Before 2020, the outbreak of some illness somewhere didn't usually cause massive concern outside of the specific areas impacted, even as some epidemics caused significant numbers of deaths.</p><p>Some of that was complacency in the face of a world where widespread travel wasn't as accessible to the masses as it has become, which was a key part of COVID-19's spread.</p><p>In fact, there have been outbreaks of the current strain of hantavirus in some South American countries through the decades, like one in 1997 in Chile. Other countries have had epidemics of a range of illnesses from cholera to dengue to SARS, and the U.S. has seen West Nile, Legionnaire's and more.</p><p>But in a post-COVID-19 world, it didn't take long before questions and concerns surfaced about disease spread in the days immediately following the first reports that three people had died from hantavirus on the ship. A total of nine confirmed and two suspected cases have been identified, including the fatalities.</p><p>Health experts have repeatedly emphasized that even though the virus can cause serious illness in those infected, the risk of spread in the general public is low. Despite that, when ship passengers were taken to the Spanish island of Tenerife to disembark, residents like Samantha Aguero were concerned.</p><p>“We feel a bit unsafe. We don’t feel as there are 100% security measures in place to welcome it," she said. “This is a virus, after all, and we have lived this during the pandemic.”</p><p>Institutions are diminished for many</p><p>Bienenstock points to three institutions that have suffered from the public's loss of trust: government, media and science itself. But government officials and journalists were dealing with issues of public mistrust well before the pandemic.</p><p>The mistrust of science got ammunition not because scientists were making mistakes in their processes but because non-scientists didn't have the same understanding, she said.</p><p>“Most people don’t think of science as a process. In their mind, science is an answer, it’s a fact. And so when those facts showed that they weren’t 100% reliable and assured, it started undermining trust in the science,” she said.</p><p>“One of the problems with COVID is it undermined that confidence in science for people who don’t understand how science works. It showed the process. And it showed that scientists don’t always have the answer,” Bienenstock said. “A lot of people in crisis, when they fear things, don’t care what the answer is, as long as there’s a definitive answer. And science doesn’t provide that when it doesn’t know."</p><p>Now what?</p><p>It's not just about the issue at the forefront of people's attention at the moment. There are ripple effects as well.</p><p>“COVID ... didn’t just heighten people’s sensitivity to health threats. It did so unevenly, in ways often disconnected from actual risk,” said Michele Gelfand, professor of organizational behavior at the Stanford Graduate School of Business. “As trust in institutions has weakened, people have lost a key way to navigate uncertainty together. Without trust, people rely more on rumor, fear, and emotion, which can lead them to overreact to small risks and underreact to serious ones.”</p><p>Karlynn Morgan, a 76-year-old retired nurse-anesthetist in Winston-Salem, North Carolina, has seen that heightened attention, with more people without a medical or science background talking about health issues than before the pandemic.</p><p>She has also been disturbed by the increase in what looks to her like a lack of trust in science, as seen in falling vaccination rates and rising instances of diseases like measles.</p><p>“I think people are far less trusting because people used to take their children and just get the vaccine," she said. "When I was a kid, there was no question you were going to go get your shot.”</p><p>If trust is going to be rebuilt, Gelfand said in an email, then leaders have to get involved.</p><p>“They set the threat signal. They determine whether people get accurate information about the level of danger or distorted information that serves a political agenda. When leaders send clear, honest signals, people can calibrate in the face of threat. When leaders manipulate threat for their own purposes, norms erode and and trust collapses,” Gelfand said.</p><p>“Strong, reliable institutions have historically been our superpower as a society. They’re what allow millions of people to coordinate under uncertainty without knowing each other personally," she said. "Without that institutional backbone, we lose the very capacity for collective action that has helped human groups survive for millennia.”</p><p>___</p><p>Follow the AP's coverage of the hantavirus outbreak at https://apnews.com/hub/hantavirus.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RXO2547AUNUPDG7T6EU7MMQKAA.jpg?auth=fd3bb472927642e76d8cd6fd6774743b305c5f84c4dc924ce53cf0df6a766564&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Passengers board a plane bound for Eindhoven, after disembarking from the hantavirus-stricken cruise ship MV Hondius at the airport in Tenerife, Canary Islands, Spain, Monday, May 11, 2026. (AP Photo/Arturo Rodriguez,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Arturo Rodriguez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/47L565UIGKSCARDKMSWGGPYYKM.jpg?auth=1b12efd90743d1d3753f76656a73f05a7c141140dcf460accc0195d6f8471f83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nebraska Medicine's Davis Global Center is seen on Sunday, May 10,2026 in Omaha, Neb. where American passengers from the hantavirus-stricken cruise ship will quarantine. (AP Photo/Rebecca S. Gratz,File)]]></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/W52B4W257H4NZPPFG3LX4URBD4.jpg?auth=ea6750c04ae5ab511bdd467fdc08047c47461b5e721a445dd9e00ca02e2e7f66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Passengers are sprayed with disinfectant by Spanish government officials before boarding a plane after disembarking from the hantavirus-stricken cruise ship MV Hondius at Tenerife airport in the Canary Islands, Spain, Sunday, May 10, 2026. (AP Photo/Arturo Rodriguez,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Arturo Rodriguez</media:credit></media:content></item><item><title><![CDATA[France allows asymptomatic passengers off new cruise ship struck by stomach bug outbreak]]></title><link>https://www.local10.com/health/2026/05/14/france-allows-asymptomatic-passengers-off-new-cruise-ship-struck-by-stomach-bug-outbreak/</link><guid isPermaLink="true">https://www.local10.com/health/2026/05/14/france-allows-asymptomatic-passengers-off-new-cruise-ship-struck-by-stomach-bug-outbreak/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 14:50:57 +0000</pubDate><content:encoded><![CDATA[<p>BORDEAUX, France (AP) — Passengers unaffected by an illness outbreak on a British cruise ship have been allowed off the ship in the French port city of Bordeaux, while authorities confirmed the cause of the outbreak is norovirus, a nasty stomach bug that spreads easily.</p><p>French authorities had initially ordered over 1,700 passengers and crew on The Ambition cruise ship to remain on board, but then decided late Wednesday to let those unaffected disembark. One passenger was spotted raising his arms in triumph while leaving the vessel.</p><p>It was not immediately clear how many left the ship, but the British operator of the ship said Thursday that passengers are able to disembark “with all scheduled shore excursions operating as planned today.” As of Thursday morning, 60 passengers and four crew members were experiencing gastrointestinal illness, according to Ambassador Cruise Line.</p><p>French authorities said there is no link to a deadly hantavirus outbreak on a Dutch vessel that has put European health authorities on alert in recent weeks.</p><p>The Ambition was midway through a 14-night cruise from Belfast and Liverpool, with scheduled stops in northern Spain and along France’s Atlantic coast. It reached Bordeaux on Tuesday evening.</p><p>The boat will remain in Bordeaux overnight before continuing its journey on a revised itinerary from Friday to avoid bad weather.</p><p>“This will allow the ship to avoid forecast unsettled weather conditions in the Bay of Biscay this evening which would be less than ideal for guests and crew recovering from gastrointestinal illness while also providing valuable additional time for crew who have worked exceptionally hard in challenging circumstances over recent days,” Ambassador Cruise Line said.</p><p>Samples analyzed at Bordeaux University Hospital confirmed an outbreak of norovirus. Local authorities said at this stage no serious cases have been reported and that sick passengers were cared for onboard by the ship’s medical team.</p><p>The U.S. Centers for Disease Control and Prevention, which tracks outbreaks on voyages that call on U.S. and foreign ports, recorded 23 gastrointestinal outbreaks on cruise ships last year. Most were caused by norovirus, including a new strain.</p><p>Ambassador Cruise Line, a British operator catering to passengers over 50, was founded in 2021.</p><p>The operator said a 92-year-old male passenger died on Sunday but did not report any symptoms consistent with gastrointestinal illness.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2QRQSUZVC2DMH4CP4WGYNIVSXY.jpg?auth=cd9c338d9594c5f3543de238a11f3c36292acb245187a6a8caead6f2543ca44a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Passengers stand aboard the British cruise ship Ambition, as French authorities have ordered 1,700 passengers and crew to stay on board due to a gastrointestinal illness outbreak, in Bordeaux, southwestern France, Wednesday, May 13, 2026. (AP Photo/Caroline Blumberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Blumberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AINBQQVV5ZYXZTC7IBDFS63ZP4.jpg?auth=018685d76042b3b6554d4b89c7eed0019e6529abf1fb4a137afd2dbeb7268e7a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past the British cruise ship Ambition, as French authorities have ordered 1,700 passengers and crew to stay on board due to a gastrointestinal illness outbreak, in Bordeaux, southwestern France, Wednesday, May 13, 2026. (AP Photo/Caroline Blumberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Blumberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TOACCGQCLUQNIAH5UQB6FSTXVE.jpg?auth=5066abefe670f0ce9482eb76ff9333852ceb7fbab387603bd02644ed1df7dfbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A barrier is set in front of the British cruise ship Ambition, as French authorities have ordered 1,700 passengers and crew to stay on board due to a gastrointestinal illness outbreak, in Bordeaux, southwestern France, Wednesday, May 13, 2026. (AP Photo/Caroline Blumberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Blumberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FHA3K4QT2OBS57UBHX5PFFLZPE.jpg?auth=93b84fe317d714862bf57668a3c9a698a2d9252aaee14b5e40f59a280b14d21d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A barrier is set in front of the British cruise ship Ambition, as French authorities have ordered 1,700 passengers and crew to stay on board due to a gastrointestinal illness outbreak, in Bordeaux, southwestern France, Wednesday, May 13, 2026. (AP Photo/Caroline Blumberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Blumberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O6WS7GRIFQVULD337FGPNY6FPE.jpg?auth=035fe21ea4ce7e8e1490def6070dfa2421e9a0fe82f3a29e62187c3e39a7909e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past the British cruise ship Ambition as French authorities have ordered 1,700 passengers and crew to stay on board due to a gastrointestinal illness outbreak, in Bordeaux, southwestern France, Wednesday, May 13, 2026. (AP Photo/Caroline Blumberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Blumberg</media:credit></media:content></item><item><title><![CDATA[Small cities in big Texas metro areas lead as the fastest growing municipalities in the US]]></title><link>https://www.local10.com/news/florida/2026/05/14/small-cities-in-big-texas-metro-areas-lead-as-the-fastest-growing-municipalities-in-the-us/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/05/14/small-cities-in-big-texas-metro-areas-lead-as-the-fastest-growing-municipalities-in-the-us/</guid><dc:creator><![CDATA[By MIKE SCHNEIDER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 15:41:58 +0000</pubDate><content:encoded><![CDATA[<p>Small cities in big Texas metro areas were the fastest growing municipalities in the United States last year, as smaller communities in the South outpaced the rest of the nation, which has experienced a population slowdown since the start of the immigration crackdown last year, according to figures released Thursday.</p><p>Celina, Princeton, Melissa and Anna — all part of the Dallas-Fort Worth metroplex — were the Nos. 1, 3, 4 and 5 fastest-growing U.S. cities with populations of 20,000 residents or more from mid-2024 to mid-2025, according to population estimates released by the U.S. Census Bureau.</p><p>Fulshear, in metro Houston, was the second-fastest growing U.S. city. The five Texas cities' year-over-year growth rates ranged from almost 15% to almost 25%.</p><p>In pure numbers, Celina, with only 64,000 people, grew by more residents — 12,700 — than Seattle and Houston, cities that are 12 times and 37 times larger respectively.</p><p>Small- to medium-sized cities hit a sweet spot between the largest U.S. cities, which were most impacted by the loss of immigrants from the crackdown started last year during the second Trump administration, and anemic growth in small towns, according to Matt Erickson, a Census Bureau statistician.</p><p>Texas cities dominate</p><p>Nine out of 10 of the largest population gainers in pure numbers were cities in the South because of a healthy job market and its comparative affordability. The biggest numeric gainers were Charlotte, North Carolina; Fort Worth, Texas; San Antonio, Texas; and Celina.</p><p>Fort Worth leaped over Jacksonville last year as the 10th most populous U.S. city, putting four Texas cities in the nation's top 10 most populous, with the other cities being Houston, Dallas and San Antonio.</p><p>Austin skipped over San Jose for the 12th most populous spot, as Texas’ capital city surpassed 1 million residents for the first time. It is now one of a dozen U.S. cities with 1 million residents or more.</p><p>Seattle makes a comeback</p><p>Seattle was the only non-Southern city to crack the top 10 in numeric population gains last year, at the No. 5 spot.</p><p>Like many large cities, particularly on the coasts, Seattle lost population during the height of the pandemic a half-decade ago. But recent construction of new housing has helped ease the city's affordability, making it more attractive for residents to stay in the core city rather than move to farther out suburbs in the metro area, according to the Washington State Office of Financial Management.</p><p>The growth was driven by immigrants, particularly from China and India. International migration accounted for almost three-quarters of the area's population gains, according to county-level population estimates released in March.</p><p>Tight housing market and natural disasters drive population losses</p><p>The two cities with the greatest rates of population loss last year — Twentynine Palms, California, by Joshua Tree National Park and Key West at the southern tip of Florida — were in places with tight housing markets. Their losses ranged from -2.4% to -2.9%.</p><p>In Twentynine Palms, a large chunk of the housing stock has been converted into short-term rentals for tourists heading to the national park. Just under 40% of its housing is occupied by its owners, compared with the national average of 65%, according to Census Bureau figures.</p><p>Hemmed in on all sides by water, the limited housing stock in Key West, as well as some of the highest home insurance rates in the U.S., have driven up housing costs for the Conch Republic. The median price for a home in Key West was $1.3 million at the start of this year, according to the Federal Reserve Bank of St. Louis.</p><p>Other cities that had some of the biggest rates of population loss last year were hit by natural disasters.</p><p>Hurricanes Helene and Milton struck Florida’s Gulf Coast within weeks of each other in late 2024. Remnants of Helene blew through western North Carolina, leaving behind damaging tornadoes and flooding. Among the cities with the greatest rates of loss were Asheville, North Carolina, and several cities on Florida’s Gulf Coast, including Pinellas Park, Dunedin, Largo and Clearwater.</p><p>___</p><p>Follow Mike Schneider on the social platform Bluesky: @mikeysid.bsky.social.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J7XXY7O6J3ZVOXXBC3EUF5VYKU.jpg?auth=c86d4c6a474c8ae6771ab3ff6630af48d19ed358ceb33ab4a99a7cdc3e6d9846&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Dallas skyline is visible through the framing of Reunion Tower, Nov. 6, 2025, in Dallas. (AP Photo/Julio Cortez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[May 14: Highs to reach 90s before scattered storms develop ]]></title><link>https://www.local10.com/weather/2026/05/14/may-14-highs-to-reach-90s-before-scattered-storms-develop/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/05/14/may-14-highs-to-reach-90s-before-scattered-storms-develop/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy Friday Eve. We are waking up to temperatures in the upper 70s, with a southwest wind.]]></description><pubDate>Thu, 14 May 2026 11:01:12 +0000</pubDate><content:encoded><![CDATA[<p>Happy Friday Eve. We are waking up to temperatures in the upper 70s, with a southwest wind. After Miami-Dade tied a record high yesterday, we won’t be that warm and humid today. The forecast calls for highs to reach the 90s with heat indices reaching the upper 90s, before another round of afternoon scattered storms develop. 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[Vance touts work of his anti-fraud task force in visit to Maine ahead of primary election]]></title><link>https://www.local10.com/health/2026/05/14/vance-is-set-to-speak-in-maine-about-fraud-investigations-ahead-of-primary-election/</link><guid isPermaLink="true">https://www.local10.com/health/2026/05/14/vance-is-set-to-speak-in-maine-about-fraud-investigations-ahead-of-primary-election/</guid><dc:creator><![CDATA[By PATRICK WHITTLE and MICHELLE L. PRICE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 17:17:23 +0000</pubDate><content:encoded><![CDATA[<p>BANGOR, Maine (AP) — Vice President JD Vance highlighted the Trump administration’s efforts to combat fraud in a visit to Maine on Thursday ahead of the state’s primary elections for several high-profile races.</p><p>The vice president, who was tapped by Trump to chair an anti-fraud task force, said misuse of government social programs is not a victimless crime, but instead a harm to every American taxpayer.</p><p>“You are the first victim of fraud,” Vance told the crowd, as signs hung nearby that read “PROTECTING TAXPAYER DOLLARS” and “FIGHTING FRAUDSTERS.”</p><p>The vice president, who is seen as a potential GOP candidate for president in 2028, has been promoting the work of the task force as he has campaigned for Republican candidates in recent months.</p><p>But Thursday's visit was the first that has been expressly billed as a stop to talk about the fraud-fighting efforts rather than the economic-focused message he's delivered in other visits.</p><p>Vance's pitch on President Donald Trump's economic policies has become tougher in the wake of the Iran war, which has driven up costs of gas and other goods, including food.</p><p>The visit to Maine comes after the Centers for Medicare and Medicaid Services Administrator Dr. Mehmet Oz said earlier in the year that he was calling for corrective action on alleged fraud in government health programs in Maine, a request characterized by the state’s Democratic governor, Janet Mills, as a “political attack.” It also comes as Maine residents begin voting ahead of the state’s primary elections on June 9, when they will be selecting candidates for governor, the U.S. Senate and the U.S. House.</p><p>Mills, who is prevented by term limit laws from running for a third term, recently dropped out of the Democratic primary race to challenge Republican Sen. Susan Collins, effectively ceding the nomination to progressive activist and oyster farmer Graham Platner. The seat is considered one of the most competitive in the nation and critical to Democratic hopes of reclaiming control of the chamber.</p><p>Republicans are bullish about their chances of taking back the 2nd Congressional District, which encompasses Bangor, after Democratic Rep. Jared Golden announced he wouldn’t be seeking reelection to the seat. Former Gov. Paul LePage, a Trump ally looking to make a political comeback, is the sole Republican vying for the nomination.</p><p>Vance portrayed LePage as a partner-in-arms with his anti-fraud effort, and told the crowd Thursday that: “Fraud has festered in Maine because this guy is no longer the governor of Maine."</p><p>He also praised Collins for her independence and lack of partisanship.</p><p>“Sometimes I get frustrated with Susan Collins. I almost wish she was more partisan,” Vance said. “If she was as partisan as I wish she was, she would not be a good fit for the people of Maine.”</p><p>LePage appeared at Thursday's event, while Collins was scheduled to be in Washington.</p><p>Before Vance arrived, LePage told the crowd that if elected to represent Maine's 2nd Congressional District, he would work with the Trump administration to crack down on fraud in social safety programs, which he characterized as rampant in his state.</p><p>“The American people are done being taken for a ride. It’s time for the Maine people and the Maine taxpayer to be put front and center,” he told a crowd of a few hundred at Bangor International Airport.</p><p>In the governor's race, seven Republicans and five Democrats are vying to replace Mills, who has sparred with the Trump administration over the issue of transgender athletes in high school sports.</p><p>Some Maine Democrats have used Vance’s appearance as an opportunity to boost their own campaign messages. Progressive groups were planning a demonstration in Bangor at the time of the appearance, and Maine Secretary of State and governor candidate Shenna Bellows said she planned to speak at it.</p><p>Nirav Shah, the former Maine Center for Disease Control and Prevention director who is now running for governor, said in an email to supporters and media that Vance is visiting Maine when costs of necessities such as heating oil and gas are surging in the state.</p><p>“That is the record JD Vance is bringing to Maine on Thursday. That is the record the Maine Republicans hosting him are ‘honored’ to celebrate,” Shah said.</p><p>Maine is a largely Democratic state, but Trump has proven popular in rural areas, and he has won the 2nd District in three consecutive elections. Mills had made her opposition to Trump a focus of her Senate run against Collins until she suspended her campaign in late April, clearing a path for Platner to take the nomination.</p><p>Vance paid a visit to northern New England in March 2025, when he went to Vermont on a family vacation. The appearance attracted protests near a ski resort.</p><p>___</p><p>Price reported from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5DVTEQ36NFITIHSQ5E6MV7PLLA.jpg?auth=387b70f2750f035ab43c8b11067c6c92681b9f15e2484da5d767d781a10610de&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 arrives to deliver remarks concerning the Trump administration's efforts to combat fraud, in Bangor, Maine, Thursday, May 14, 2026. (Tierney L. Cross/The New York Times via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Tierney L. Cross/The New York Ti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YI7P264KQ3AHUEICSYEHTWM6BQ.jpg?auth=728549dbb2c05b37368b30b080b23f6e1cc5d86e56db82306ab1d9fc24095ac3&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 delivers remarks concerning the Trump administration's efforts to combat fraud, in Bangor, Maine, Thursday, May 14, 2026. (Tierney L. Cross/The New York Times via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Tierney L. Cross/The New York Ti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VIUTNLKN2FMKEYJEFCWJHWLIUU.jpg?auth=8c1b94b51ad0b58e8544b01cabccfde7c1ab7ca49deb3f76b45c274154b08114&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 delivers remarks concerning the Trump administration's efforts to combat fraud, in Bangor, Maine, Thursday, May 14, 2026. (Tierney L. Cross/The New York Times via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Tierney L. Cross/The New York Ti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QJ6SYCWH5A67KPSP47M42LPX3I.jpg?auth=4150a8b2b7624c9d8e1f6f5fc384258143a8eeed8daf033c1756a8ac7c6148b1&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 the media from the Eisenhower Executive Office Building on the White House campus, Wednesday, May 13, 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/76GAX4XBVGASGW4RZYD4XISLDQ.jpg?auth=c586908ae9b86b6ff8035890e554ed8e4985c970362b662988818ffe39b5b91b&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 arrives to speak to the media from the Eisenhower Executive Office Building on the White House campus, Wednesday, May 13, 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[Philippine senator wanted by the International Criminal Court flees from Senate]]></title><link>https://www.local10.com/news/world/2026/05/14/philippine-senator-wanted-by-the-international-criminal-court-flees-from-senate/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/14/philippine-senator-wanted-by-the-international-criminal-court-flees-from-senate/</guid><dc:creator><![CDATA[By JIM GOMEZ, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 09:44:39 +0000</pubDate><content:encoded><![CDATA[<p>MANILA, Philippines (AP) — A Philippine senator wanted by the International Criminal Court for an alleged crime against humanity has fled from the Senate, where he sought refuge to evade arrest, officials said Thursday.</p><p>Sen. Ronald dela Rosa ’s exit from the heavily guarded Senate came after volleys of gunshots were fired Wednesday night by the building's security personnel during an argument with a government agent, sparking chaos that apparently helped the senator to slip out.</p><p>President Ferdinand Marcos Jr. made a late-night TV statement to ask the public to remain calm. A police investigation was underway, including into suspicions that the incident was instigated to provide dela Rosa a cover to escape.</p><p>“There is no obstruction of justice,” Senate President Alan Cayetano said of dela Rosa’s escape while in the Senate’s protective custody.</p><p>He told a news briefing that he did not see any ICC warrant of arrest against dela Rosa and the senator was free to leave the premises.</p><p>Critics, however, said Cayetano and the Senate's security chief should be held responsible for dela Rosa's escape.</p><p>Dela Rosa, 64, served as the former national police chief of Rodrigo Duterte, who was president from 2016 to 2022. Duterte was arrested in March last year on a ICC warrant for alleged crimes against humanity in connection with deadly anti-drugs crackdowns he launched and for which he is now facing a trial in The Hague.</p><p>A warrant unsealed Monday by the ICC charges dela Rosa with the crime against humanity of murder of “no less than 32 persons” between July 2016 and the end of April 2018, when he led the national police force under Duterte and enforced his bloody crackdowns.</p><p>Dela Rosa and Duterte have separately denied authorizing extrajudicial killings although the former president has openly threatened drug suspects with death while he was in office.</p><p>Dela Rosa’s legal predicament came as political disputes escalated between the Duterte family and Marcos. Vice President Sara Duterte, the former president’s daughter, has blamed Marcos for what she said was the “kidnapping” of her father and handover to a foreign court.</p><p>The disputes reflect the deep divisions that have long plagued the rambunctious Asian democracy.</p><p>On Monday, Sara Duterte was impeached by the House of Representatives, which is dominated by Marcos’ allies, over alleged unexplained wealth, misuse of state funds and a public threat to have Marcos, his wife and the House speaker assassinated if she herself was killed in their intensifying conflict.</p><p>She has denied any wrongdoing but has refused to answer specific allegations in detail.</p><p>The Senate will convene into an impeachment court on Monday at the earliest to prepare for the trial of the vice president, Cayetano said.</p><p>Cayetano, a key ally of Rodrigo Duterte, wrested the presidency of the Senate Monday after he got the support of 13 of 24 senators. He gained the majority after dela Rosa, who has been absent for months due to fears of his possible arrest, suddenly showed up in the Senate Monday, arriving in Cayetano’s car.</p><p>National Bureau of Investigation agents tried to serve the ICC arrest warrant, but dela Rosa darted toward a narrow stairway into the Senate plenary hall and sought the help of allied senators, who took him into protective custody.</p><p>___</p><p>Associated Press journalist Joeal Calupitan contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7KFZFRIZOOBQKNMOYQUMJYQC2U.jpg?auth=5e7aeeab6d7da888eb4d5f5ec2a8ee19d4d2f285d656d8186eb5d697143d6b60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philippine Senate President Alan Peter Cayetano holds a letter addressed to Lower House Speaker Faustino Dy III, acknowledging the Senate's receipt of the resolution containing the Articles of Impeachment against Vice President Sara Duterte, during a media briefing at the Senate in Pasay City on May 14, 2026.(AP Photo/Gerard Carreon)]]></media:description><media:credit role="author" scheme="urn:ebu">GERARD CARREON</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7FQJPNX3T4YSKLOHKALBWJ7DKY.jpg?auth=b344bf88c4484b5b5cb43788027e628c56d57c9a5cdc33e9fcf8696c0e48a98d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philippine Senator Ronald dela Rosa speaks to reporters at the Philippine Senate in Pasay, Philippines on Wednesday, May 13, 2026. (AP Photo/Aaron Favila)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5V75XZ3JK3HZQ7YPOT6BVJRTNM.jpg?auth=2b8a7c48b890fde51c5788afec5ecf97514c312ad9f40c73982eebc0de78c01c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police personnel walk behind a cordoned-off area inside the Philippine Senate premises in Pasay City Thursday, May 14, 2026, where gunshots were fired Wednesday in connection with a senator who was issued a warrant of arrest by the International Criminal Court. (AP Photo/Gerard Carreon)]]></media:description><media:credit role="author" scheme="urn:ebu">GERARD CARREON</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V6LCE6M6EPR2XILE5XFDBJ4IPQ.jpg?auth=1be5058ab34ebd8216509471d3a1e39297a8a56f54eb9dc80f702e47cf9f125b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philippine Senate President Alan Peter Cayetano, center, speaks to the media during a brief press conference at the Senate of the Philippines in Pasay City Thursday, May 14, 2026. (AP Photo/Gerard Carreon)]]></media:description><media:credit role="author" scheme="urn:ebu">GERARD CARREON</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z2E3K5UFT5IA7UJJ4MFKL2SB2A.jpg?auth=8ff78137b23afc898704a892c1a038634e5828b78062a2a56ee042e896f9d0ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate security run after gunfire was heard along a hallway at the Philippine Senate in Pasay, Philippines, Wednesday, May 13, 2026. (AP Photo/Aaron Favila)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content></item><item><title><![CDATA[Hungary summons Russian ambassador after drone attack in Ukraine]]></title><link>https://www.local10.com/news/world/2026/05/14/hungary-summons-russian-ambassador-after-drone-attack-in-ukraine/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/14/hungary-summons-russian-ambassador-after-drone-attack-in-ukraine/</guid><dc:creator><![CDATA[By BELA SZANDELSZKY and SAM McNEIL, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 14:36:55 +0000</pubDate><content:encoded><![CDATA[<p>BUDAPEST (AP) — Russia's ambassador to Hungary was summoned Thursday over a massive drone attack in Ukraine, in a stark example of the about-face in relations with Moscow ushered in by the election of Prime Minister Péter Magyar after years of cozy ties under his predecessor, Viktor Orbán.</p><p>An Associated Press reporter saw Ambassador Evgeny Stanislavov leave the Hungarian Foreign Ministry less than 30 minutes after he arrived to speak with Foreign Minister Anita Orbán about strikes that hit the Ukrainian region of Transcarpathia on Wednesday. The region is home to a sizable Hungarian minority.</p><p>“I told the Russian ambassador that it was completely unacceptable for Hungary that they were now attacking Transcarpathia, home of the Hungarian minority," Anita Orbán said on social media. “I stressed that Russia should do everything for an immediate ceasefire and a peaceful and lasting end to the war as soon as possible.”</p><p>Russia fired at least 800 drones in a massive daytime barrage Wednesday targeting about 20 regions of Ukraine. At least six people were killed and dozens were wounded, including children. Lasting hours, it was one of the longest-lasting attacks by Moscow in the war now in its fifth year.</p><p>The attacks continued Thursday, killing seven in Kyiv alone including a 12-year-old girl, Mayor Vitali Klitschko said.</p><p>After the meeting, the Russian embassy issued a statement saying the Russian attack on Wednesday only targeted installations and infrastructure used by Ukraine’s army and not civilian sites.</p><p>Ukrainian President Volodymyr Zelenskyy said called the summons in Budapest an “important message” and thanked Magyar for his comments.</p><p>“Moscow has once again shown itself to be a common threat not only to Ukraine, but also to neighbouring countries and Europe as a whole,” Zelenskyy said.</p><p>The summons marks a stunning change after years of close relations between Hungary — both a member of the European Union and NATO — and Moscow, even following the Russia's full-scale invasion of Ukraine.</p><p>When the ambassador left the Foreign Ministry building on the banks of the Danube, an activist yelled at him in Hungarian, “Comrade, it’s over!”</p><p>After defeating Orbán in a historic vote in April, Magyar has vowed to undo much of the legacy built during Orbán’s 16 years in power, with a particular focus on alleged corruption.</p><p>Magyar announced Thursday that he was ending two crisis governing structures in Hungary set up in response to the war in Ukraine and the COVID pandemic.</p><p>Orbán had declared a “ state of danger ” in 2022 in the wake of Russia's full-scale invasion of Ukraine, and his Fidesz party granted him extraordinary executive power during the COVID pandemic in 2020. Both enhanced his powers and led to widespread allegations of democratic backsliding.</p><p>"We are returning to normality," Magyar said in a social media post. “As of today, after four years, the wartime state of emergency in Hungary is ending, and with it we are also putting an end to the decree-based emergency rule introduced by the Orbán government six years ago.”</p><p>___</p><p>McNeil contributed from Brussels.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MD4J3V37WECXDQKYAG2ES7XSSU.jpg?auth=d9246574e3336171c1aa4ad43f5365a01237825ca500dd76a60e52151207395b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russia's ambassador to Hungary, Evgeny Stanislavov, is surrounded by media as he leaves the Hungarian Foreign Ministry building after being summoned by Foreign Minister Anita Orban over a massive drone attack near Hungary's border with Ukraine, in Budapest, Thursday, May 14, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ZSIGRS7EX75VZWW7TT2UDA3PIE.jpg?auth=b1744c355804ed408d3a40411dc47dfb716f986149a50aecf7f36c74412da098&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russia's ambassador to Hungary, Evgeny Stanislavov, is surrounded by media as he leaves the Hungarian Foreign Ministry building after being summoned by Foreign Minister Anita Orban over a massive drone attack near Hungary's border with Ukraine, in Budapest, Thursday, May 14, 2026. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Taylor Swift, Beyoncé, Chaka Khan and Vince Gill recordings enter national registry]]></title><link>https://www.local10.com/entertainment/2026/05/14/taylor-swift-beyonce-chaka-khan-and-vince-gill-recordings-enter-national-registry/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/14/taylor-swift-beyonce-chaka-khan-and-vince-gill-recordings-enter-national-registry/</guid><dc:creator><![CDATA[By JONATHAN LANDRUM Jr., Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 09:07:17 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Albums and songs from Taylor Swift,Beyoncé,Chaka Khan and The Go-Go’s are joining America’s audio canon.</p><p>The new inductees into the National Recording Registry at the Library of Congress include Swift’s blockbuster 2014 pop album “1989,” Beyoncé’s era-defining 2008 anthem “Single Ladies (Put a Ring on It),” Khan’s genre-blending hit “I Feel for You,” Vince Gill’s emotional ballad “Go Rest High on That Mountain” and The Go-Go’s groundbreaking debut album “Beauty and the Beat.”</p><p>They were among the 25 recordings entering the archive in the class of 2026, acting Librarian of Congress Robert Newlen announced Thursday. The selections were chosen for their “cultural, historical or aesthetic importance in the nation’s recorded sound heritage.”</p><p>“Music and recorded sound are essential, wonderful parts of our daily lives and our national heritage,” Newlen said in a statement. “The National Recording Registry works to preserve our national playlist for generations to come.”</p><p>Other recordings entering the registry include Ray Charles’ groundbreaking country crossover album “Modern Sounds in Country and Western Music,” Reba McEntire’s “Rumor Has It,” Rosanne Cash’s “The Wheel” and Weezer’s self-titled debut known as “The Blue Album.”</p><p>Classic singles from Gladys Knight and the Pips, The Byrds, José Feliciano and Paul Anka also earned inclusion.</p><p>Among the more unconventional selections are the soundtrack to the influential 1993 video game "Doom" and the radio broadcast of “The Fight of the Century,” the legendary 1971 heavyweight boxing match between Muhammad Ali and Joe Frazier.</p><p>The oldest recording in this year’s class is Spike Jones and His City Slickers’ 1944 single “Cocktails for Two.” The newest is Swift’s “1989.”</p><p>This year also marks the first recordings by Swift and Beyoncé selected for the registry. The Library of Congress said more than 3,000 public nominations were submitted for consideration this year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IQLGZBDUSAGOCVAAVQ3EJILYEU.jpg?auth=b84e3d73f13ff79f462b3e6544c2b549b8a0b3c56493e2f5e9ba9e2ac0947409&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images show, from left, Beyoncé, Jose Feliciano, Vince Gill, Chaka Khan and Taylor Swift. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Tormentas de polvo y rayos causan al menos 96 muertos en el norte de India]]></title><link>https://www.local10.com/espanol/2026/05/14/tormentas-de-polvo-y-rayos-causan-al-menos-96-muertos-en-el-norte-de-india/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/tormentas-de-polvo-y-rayos-causan-al-menos-96-muertos-en-el-norte-de-india/</guid><dc:creator><![CDATA[Por BISWAJEET BANERJEE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 09:04:48 +0000</pubDate><content:encoded><![CDATA[<p>LUCKNOW, India (AP) — Tormentas de polvo, lluvias intensas y rayos dañaron viviendas y otras estructuras y causaron la muerte de al menos 96 personas en el norte de India, dijeron autoridades el jueves.</p><p>Las tormentas también dejaron más de 50 heridos cuando azotaron varios distritos en Uttar Pradesh, el estado más poblado de India, el miércoles por la noche.</p><p>Funcionarios indicaron que algunos decesos fueron provocados por la caída de árboles, el derrumbe de estructuras y los rayos. La policía y equipos de emergencias utilizaron motosierras y grúas para retirar árboles caídos de carreteras y vías ferroviarias en varios distritos.</p><p>Las tormentas son habituales en el norte de India durante la temporada de calor —que va de marzo a junio— antes de la llegada de las lluvias anuales del monzón.</p><p>Narendra N. Srivastava, un funcionario administrativo, señaló que en las zonas afectadas se movilizaron equipos de emergencia y que viviendas, cultivos e infraestructura eléctrica sufrieron daños generalizados, especialmente en distritos rurales.</p><p>En el distrito de Prayagraj, residentes describieron escenas de pánico mientras potentes vientos azotaban sus vecindarios.</p><p>“La tormenta llegó de repente y el cielo se volvió completamente oscuro en cuestión de minutos", contó Ram Kishore. "Los tejados de lámina salían volando y la gente corrió a refugiarse en el interior. Podíamos oír árboles caer durante toda la noche”.</p><p>En el vecino distrito de Bhadohi, Savitri Devi relató que su familia se salvó por poco después de que los fuertes vientos dañaran su casa de barro.</p><p>“Salimos corriendo cuando las paredes empezaron a temblar por el viento. Nuestro techo se derrumbó instantes después. Pasamos la noche en casa de un familiar”, manifestó.</p><p>El ministro principal de Uttar Pradesh, Yogi Adityanath, ordenó a los funcionarios completar las operaciones de auxilio en un plazo de 24 horas e instruyó a las autoridades a proporcionar compensaciones y ayuda de emergencia a las familias afectadas.</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/HK2MU5IUIKAOMAGTGR3AE7TH4A.jpg?auth=00f776e88914e0d5927fe13aa3632c31f34176ca9a6e0aa39bbc8223c59ed6ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un operario ata una cuerda a un árbol caído para armar un refugio temporal tras tormentas de arena y fuertes lluvias en Prayagraj, India, el 14 de mayo de 2026. (AP Foto/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content></item><item><title><![CDATA[FIFA announces Super Bowl-style World Cup final halftime show featuring Madonna, Shakira and BTS]]></title><link>https://www.local10.com/news/world/2026/05/14/fifa-announces-super-bowl-style-world-cup-final-halftime-show-featuring-madonna-shakira-and-bts/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/14/fifa-announces-super-bowl-style-world-cup-final-halftime-show-featuring-madonna-shakira-and-bts/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 14:06:26 +0000</pubDate><content:encoded><![CDATA[<p>The World Cup final will feature a star-studded halftime show headlined by Madonna, Shakira and boy-band BTS.</p><p>FIFA has announced that, for the first time, the final at the Metlife Stadium in New Jersey on July 19 will include a Super Bowl-style concert.</p><p>Soccer's governing body said the show would support the FIFA Global Citizen Education Fund, which is raising $100 million to help children access education and soccer.</p><p>FIFA president Gianni Infantino said it would bring together “music and football on the biggest stage in sport for a very special cause.”</p><p>“Every child should have the opportunity to dream, and together we can help make that possible,” he posted on Instagram.</p><p>The show will be curated by Coldplay's Chris Martin.</p><p>The Super Bowl is famed for its halftime show, attracting the world's biggest stars for spectacular performances. This year featured Puerto Rican artist Bad Bunny.</p><p>Previous headliners included Michael Jackson, Paul McCartney, the Rolling Stones, Madonna, Prince, Bruce Springsteen and Rhianna.</p><p>But halftime shows are not commonplace in soccer, with events such as the Champions League final featuring a pre-match concert. On May 30, the Killers will headline European club soccer's biggest game between Paris Saint-Germain and Arsenal in Budapest.</p><p>It is not known how long the World Cup halftime show will last, but the interval in soccer is not supposed to go beyond 15 minutes.</p><p>FIFA describes it as “a singular moment at the intersection of sport, culture and purpose, broadcast live around the world.”</p><p>The World Cup is co-hosted by the United States, Canada and Mexico and runs through June and July.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TVEDF4IJBF3IQAT7N24QETILBY.jpg?auth=4549396735dafc4680d4c0967718a77a03ccfd2dfc1e2955e78308eaffd7e324&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Colombian singer Shakira rehearses a day ahead of her free concert on Copacabana beach in Rio de Janeiro, on May 1, 2026. (AP Photo/Bruna Prado, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TXQPGK3YYMYWPQIFSRNEIRARRU.jpg?auth=84831f3e8173afa814e91577ebb14e4dbcaa1bd9b47c99bd8e849fea53286369&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Madonna arrives at The Metropolitan Museum of Art's Costume Institute benefit gala celebrating the opening of the "Costume Art" exhibition on May 4, 2026, in New York. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IY6OX27HERCLO4LIEATJVC4ERU.jpg?auth=1b21e3cc810a81f76f795d15049704ed03ded5a7784d760e1d5292ca0844646a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FIFA President Gianni Infantino speaks during the match schedule reveal for the 2026 soccer World Cup in Washington, Saturday, Dec. 6, 2025. (AP Photo/Chris Carlson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JDFDFQ3OTPFMXP6ZJ5Y7WTMLQU.jpg?auth=e9e36672dbc580d5da4a7dd6fd7527053eb4dc5fb8bb0a87721db06b4bdb13b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Argentina's Lionel Messi celebrates with the trophy in front of the fans after winning the World Cup final soccer match between Argentina and France at the Lusail Stadium in Lusail, Qatar, Sunday, Dec. 18, 2022. (AP Photo/Martin Meissner, FIle)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Latvian prime minister resigns after controversy over stray Ukrainian drones]]></title><link>https://www.local10.com/news/world/2026/05/14/latvian-prime-minister-resigns-after-controversy-over-stray-ukrainian-drones/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/14/latvian-prime-minister-resigns-after-controversy-over-stray-ukrainian-drones/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 09:41:29 +0000</pubDate><content:encoded><![CDATA[<p>RIGA, Latvia (AP) — Latvian center-right Prime Minister Evika Silina announced her resignation on Thursday, after the Progressives Party, her left-leaning coalition partner, pulled support from the government and left her without a majority.</p><p>Her resignation came after Latvia’s Defense Minister Andris Spruds, from the Progressives Party, was forced to resign last week over the government’s handling of multiple incidents involving stray drones suspected to be from Ukraine crossing into Latvian territory. Silina said at the time Spruds had lost her trust and that of the public.</p><p>The drones incidents "clearly demonstrated that the political leadership of the defense sector has failed to fulfill its promise of safe skies over our country,” Silina said on Sunday, explaining Spruds' resignation.</p><p>On May 7, two suspected Ukrainian drones entered Latvia, one of them crashing at a fuel storage facility. Spruds said they were likely Ukrainian drones targeting Russia, which ended up in Latvia by mistake.</p><p>Multiple Ukrainian drones headed for Russia had hit the territories of the three countries in the Baltic region since March. Critics say the incidents have shown weaknesses in Latvia's ability to respond to military threats.</p><p>The Latvian governing tripartite coalition, which also included an agrarian party, had been under strain for months over multiple issues.</p><p>Silina's resignation comes just months ahead of general elections due in October.</p><p>“My priority has always been, and remains, the well-being and security of Latvia’s people,” Silina wrote on X on Thursday. “Parties and coalitions change, but Latvia endures. And my responsibility to society comes above all else.”</p><p>Latvian President Edgars Rinkevics, tasked with appointing a new head of government, is set to meet with representatives of all parliamentary parties on Friday.</p><p>On Sunday, Ukraine's Foreign Minister Andrii Sybiha said the incidents in Latvia were “the result of Russian electronic warfare deliberately diverting Ukrainian drones from their targets in Russia.” He offered Ukraine's help to the Baltic states and Finland to prevent such incidents in the future.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TMWNLBFUX7YKVS5GYPGQA25SAY.jpg?auth=47132a4c6ccf6129633c5d87684d9642f928c03681ddbb74907eef0ceafedb44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Latvia's Prime Minister Evika Silina arrives for the EU Summit in Ayia Napa, Cyprus, on April 23, 2026. (AP Photo/Petros Karadjias, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Karadjias</media:credit></media:content></item><item><title><![CDATA[Alusiones de Trump a un 51º estado son recibidas casi con silencio absoluto en Venezuela]]></title><link>https://www.local10.com/espanol/2026/05/14/alusiones-de-trump-a-un-51-estado-son-recibidas-casi-con-silencio-absoluto-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/alusiones-de-trump-a-un-51-estado-son-recibidas-casi-con-silencio-absoluto-en-venezuela/</guid><dc:creator><![CDATA[Por REGINA GARCÍA CANO y JUAN PABLO ARRAEZ, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 08:28:25 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — El presidente de Estados Unidos, Donald Trump, ha manifestado dos veces esta semana interés en convertir a Venezuela en el 51º estado de su país. La más reciente fue en una publicación en Truth Social el martes, con un mapa en el que el país sudamericano aparecía cubierto por la bandera estadounidense.</p><p>Declaraciones previas que ponían en duda la soberanía de Venezuela durante los últimos 25 años han sido recibidas con burlas inmediatas por parte de altos funcionarios del gobierno, incluida la presidencia. El partido gobernante llegó a organizar manifestaciones en la capital, Caracas, tan recientemente como el 3 de enero, horas después de que el entonces presidente, Nicolás Maduro, fuera capturado por Estados Unidos, en las que se escucharon cánticos de “Gringo, váyase a casa”. Esta vez, el ejecutivo ha guardado mayoritariamente silencio, salvo por una breve declaración a reporteros de la presidenta encargada, Delcy Rodríguez, el lunes.</p><p>El enfoque demuestra el equilibrio que Rodríguez debe mantener entre la política externa e interna tras el ataque militar del Pentágono en Caracas en enero. Desde entonces, el gobierno de Trump ha implementado un plan por fases para tratar de revertir la situación del país, devastado por la crisis, y ha obligado al movimiento político de Rodríguez, el chavismo, a abandonar el sentimiento antiestadounidense que durante mucho tiempo acompañó su doctrina.</p><p>“Esta es probablemente la manifestación más pública y contundente del enfoque transaccional y de supervivencia del gobierno por encima de todo lo demás en este momento, por encima incluso de ese tipo de principio básico del chavismo”, afirmó Christopher Sabatini, investigador principal para América Latina del centro de estudios Chatham House, con sede en Londres. “Es mejor que se muerdan la lengua, que no ofendan a Estados Unidos ahora mismo. ¿Por qué reaccionar de forma exagerada a una afirmación ridícula de Donald Trump?”.</p><p>Rodríguez dijo a reporteros el lunes que el país no tenía planes para convertirse en el 51º estado de Estados Unidos, pero sus comentarios fueron mucho más comedidos que discursos presidenciales anteriores que ridiculizaban este tipo de declaraciones de Washington. Sus palabras llegaron después de que Trump dijera que estaba “considerando seriamente” la medida. El mandatario republicano ha hecho comentarios similares sobre Canadá.</p><p>“Seguiremos defendiendo la integridad, la soberanía, la independencia, nuestra historia", afirmó Rodríguez, agregando que Venezuela “no (es) una colonia, sino un país libre”.</p><p>El gobierno de Trump sorprendió a los venezolanos al optar por trabajar con Rodríguez, en lugar de con la oposición política del país, tras la salida de Maduro. Desde entonces, Rodríguez ha encabezado la cooperación con el plan por fases de la Casa Blanca, presentando a su nación rica en petróleo ante inversionistas internacionales y abriendo su sector energético al capital privado y al arbitraje internacional. Además, ha reemplazado a altos funcionarios, incluido el fiel ministro de Defensa y el fiscal general de Maduro.</p><p>Trump ha elogiado su labor, y su gobierno ha levantado las sanciones económicas contra Rodríguez y ha aliviado las sanciones al país, aunque algunas siguen vigentes. Washington la reconoce ahora como la “única” jefa de Estado de Venezuela.</p><p>Estados Unidos dejó de reconocer a Maduro como el líder legítimo del país en 2019, un año después de que proclamara su reelección en unas elecciones consideradas por muchos como un fraude, ya que se impidió la participación de partidos y candidatos de la oposición.</p><p>Maduro y su esposa, Cilia Flores, fueron trasladados a Nueva York para enfrentar cargos por narcotráfico tras su captura el 3 de enero. Ambos se han declarado inocentes y permanecen retenidos en un centro de detención de Brooklyn.</p><p>En Caracas, algunos residentes consideraban el miércoles que la respuesta del gobierno equivalía a someterse a Trump, pero también reconocieron que Rodríguez no está en posición de desatar la propaganda antiestadounidense característica del chavismo.</p><p>“Sabe que actualmente es sensato no ir al enfrentamiento directo pues sabe que las va a tener de perder sí o sí", apuntó el universitario el estudiante universitario Adonai Osoria. “Ahora, ¿que hay algunos que no estén de acuerdo, que no les guste? Bueno, sí, claro. Pero yo considero que la reacción que ha tenido ahorita es una reacción común, entendible”.</p><p>Los simpatizantes del gobierno mostraron por última vez su actitud incendiaria contra Estados Unidos en los días posteriores a la captura de Maduro, cuando quemaron banderas de estadounidenses y portaron carteles que decían “Gringo, váyase a casa".</p><p>Entre los partidarios más acérrimos del gobierno en todo el país están los grupos armados conocidos como colectivos. Su participación en las manifestaciones a favor del partido gobernante es habitual. El líder local Jorge Navas calificó los comentarios de Trump como “actos irresponsables de provocación” y elogió a Rodríguez por su respuesta diplomática.</p><p>“Nos estamos doblando, estratégicamente, pero no nos vamos a quebrar”, dijo Navas acerca del enfoque que ha adoptado el chavismo ante la presión estadounidense. “Seguimos resistiendo, o sea, de manera realista” dada la situación económica del país.</p><p>___</p><p>Garcia Cano informó desde Ciudad de México.</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/GIMOQLRKH72Q2HHZRED7NWUSBY.jpg?auth=9e121a75edf333381e754a458dee1b1029bdd62709b838cb32af9abaaf00d6a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - La presidenta encargada de Venezuela, Delcy Rodríguez, saluda tras despedirse del secretario de Energía de Estados Unidos, Chris Wright, luego de una reunión en el Palacio de Miraflores, en Caracas, Venezuela, el 11 de febrero de 2026. (AP Foto/Ariana Cubillos, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Dust storms and lightning kill at least 96 people in northern India]]></title><link>https://www.local10.com/news/2026/05/14/dust-storms-and-lightning-kill-at-least-96-people-in-northern-india/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/14/dust-storms-and-lightning-kill-at-least-96-people-in-northern-india/</guid><dc:creator><![CDATA[By BISWAJEET BANERJEE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 10:11:00 +0000</pubDate><content:encoded><![CDATA[<p>LUCKNOW, India (AP) — Dust storms, heavy rain, and lightning damaged homes and other structures and killed at least 96 people in northern India, officials said Thursday.</p><p>The storms also injured more than 50 people as they swept across several districts late Wednesday in Uttar Pradesh, India’s most populous state.</p><p>Officials said some deaths were caused by falling trees, collapsing structures and lightning. Police and disaster response teams used chainsaws and cranes to clear fallen trees from roads and railway tracks in several districts.</p><p>Storms are common in northern India during the hot season from March to June, before the annual monsoon rains arrive.</p><p>Narendra N. Srivastava, an administrative official, said emergency teams were deployed across the affected areas and that homes, crops and power infrastructure were widely damaged, particularly in rural districts.</p><p>In Prayagraj district, residents described panic as strong winds tore through neighborhoods.</p><p>“The storm came suddenly and the sky turned completely dark within minutes,” Ram Kishore said. “Tin roofs were flying and people ran indoors. We could hear trees falling throughout the evening.”</p><p>In neighboring Bhadohi district, Savitri Devi said her family narrowly escaped after strong winds damaged their mud house.</p><p>“We rushed outside when the walls started shaking because of the wind. Our roof collapsed moments later. We spent the night at a relative’s house," she said.</p><p>Uttar Pradesh's Chief Minister Yogi Adityanath ordered officials to complete relief operations within 24 hours and directed authorities to provide compensation and emergency aid to affected families.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SBH7RXYDNTR37AU5BKZI33MWZQ.jpg?auth=188239a1804b0678a3f7bbe4de17c8af13d596a679f4e4ed10d72385ff3ad8b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relatives mourn beside the body of Summit Yadav, 24, who died after the wall of his neighbor's house collapsed following dust storms and heavy rain in Prayagraj, India, Thursday, May 14, 2026. (AP Photo/Rajesh Kumar Singh) CORRECTION: Corrected to that Yadav died after the wall of his neighbor's house collapsed, not his own house's.]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RTL25MHM2U6NW7ZZNDG3VLKTMA.jpg?auth=d0e13bf4e4823d4c285e577a187b7be9b9d52e245c5934b37a1ff6c85dc6afc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relatives cry after seeing the body of Summit Yadav, 24, who died after a wall of his neighbor's house collapsed following dust storms and heavy rain in Prayagraj, India, Thursday, May 14, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7NPCEURJ5NAGB5JDKE22TKSBHQ.jpg?auth=05eb66057240a762b422b248ec8514cfa558520abe8e4206f8b8353b32ae1998&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relatives place the body of Summit Yadav, 24, who died after the wall of his neighbor's house collapsed following dust storms and heavy rain, into an ambulance at a mortuary in Prayagraj, India, Thursday, May 14, 2026. (AP Photo/Rajesh Kumar Singh) CORRECTION: Corrected to that Yadav died after the wall of his neighbor's house collapsed, not his own house's.]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DIOSCTVROTTOQNZESG5O3T3ULY.jpg?auth=ed0507aa53721b567e2c85f06201fc987732b0f5c5e15a38cfc3ecccf6812f26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Home Guard member ties a rope to a fallen tree to set up a temporary shelter following dust storms and heavy rain in Prayagraj, India, Thursday, May 14, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EFWUGLIUL47LAN2OZMQTX5OKUE.jpg?auth=c22ab994b799a316d457efc868932f02925abaf9cd9a87d6aa794f668eef1176&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shweta Yadav, 16, who was injured while trying to save her brother Summit Yadav, 24, after a wall of their neighbor's house collapsed following dust storms and heavy rain, is consoled by a relative in Prayagraj, India, Thursday, May 14, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content></item><item><title><![CDATA[Tensions flare near Strait of Hormuz as a ship is seized and another is sunk]]></title><link>https://www.local10.com/news/2026/05/14/tensions-flare-near-strait-of-hormuz-as-a-ship-is-seized-and-another-is-sunk/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/14/tensions-flare-near-strait-of-hormuz-as-a-ship-is-seized-and-another-is-sunk/</guid><dc:creator><![CDATA[By ADAM SCHRECK and MELANIE LIDMAN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 15:49:53 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — A ship anchored off the United Arab Emirates was seized and taken toward Iran and another — a cargo ship near Oman — sank after being attacked, authorities said Thursday, as tensions escalated near the Strait of Hormuz.</p><p>It wasn't immediately clear who was behind these incidents, but they happened as a senior Iranian official reiterated his country’s claim of control over the waterway and another said it had a right to seize oil tankers connected to the U.S.</p><p>The turmoil in the strait, which a fifth of the world’s oil passed through before the war, has been a sticking point for weeks in talks between the U.S. and Iran to end the conflict. Iran's grip on the vital waterway has jolted the world economy and spiked fuel prices far beyond the Middle East.</p><p>The ongoing instability in the region comes as U.S. President Donald Trump met with Chinese leader Xi Jinping in Beijing. The White House said both sides had agreed that the Strait of Hormuz must remain open.</p><p>Just last week, tensions flared in the strai t when U.S. forces fired on and disabled Iranian oil tankers that it said were trying to breach its blockade of Iran’s ports.</p><p>Seizures and attacks in Hormuz ongoing</p><p>The United Kingdom Maritime Trade Operations center said it received reports that the ship seized Thursday was taken by unauthorized personnel while anchored 38 nautical miles (70 kilometers, 44 miles) northeast of the UAE port of Fujairah, an important oil export terminal that has been repeatedly attacked during the war with Iran.</p><p>The U.K. maritime center did not name the ship seized Thursday and said it is investigating. The British military said the vessel is heading toward Iranian waters.</p><p>Indian authorities said Thursday that an Indian-flagged cargo ship sank off the coast of Oman after an attack sparked a fire aboard the vessel while it was en route from Somalia to Sharjah, another UAE port. They did not say who attacked the ship.</p><p>The attack on the Indian-flagged cargo ship Haji Ali occurred Wednesday, according to Mukesh Mangal, a senior official in India’s shipping ministry. He said all 14 Indian crew members were rescued by Oman’s coast guard and were safe.</p><p>India’s foreign ministry called the incident “unacceptable” and condemned continued attacks on commercial shipping and civilian mariners. The ministry did not identify who carried out the attack.</p><p>Seizures come at tense diplomatic moment</p><p>Iranian semiofficial news agencies reported that Chinese ships began passing through the strait Wednesday night under new Iranian protocols. According to the reports, Tehran agreed to facilitate the passage of several Chinese vessels after requests from China’s foreign minister and Beijing’s ambassador to Iran. The ships began their passage as Trump arrived in China.</p><p>The seizure of a ship off the coast of the UAE happened hours after Prime Minister Benjamin Netanyahu announced he had quietly visited the country during the Israeli-U.S. war with Iran, though the UAE swiftly denied it.</p><p>The Gulf nation normalized relations with Israel in 2020. Iran has criticized that agreement and has repeatedly suggested over the years that Israel maintained a military and intelligence presence in the UAE.</p><p>Netanyahu’s decision to go public with the sensitive meeting was likely an effort to drum up support for his flagging party ahead of Israeli elections, said Yoel Guzansky, a senior researcher at the Institute of National Security Studies in Tel Aviv.</p><p>“It’s amazing, it’s the deepest cooperation we’ve ever had … that during a war, Israel is defending an Arab state against Iran. It shows how complicated the Middle East is,” he said.</p><p>The UAE is trying to highlight its cooperation with Israel but not with Netanyahu and his government, Guzansky said, because many in the UAE are against Israel’s policies in Gaza.</p><p>“They’re trying to differentiate between security cooperation and cooperating with this government,” said Guzansky, who previously worked for the national security council within the Israeli prime minister's office.</p><p>Iran sets demands for new talks</p><p>Iran said it will not enter more talks with the United States unless five conditions are met, including paying reparations for the war and accepting Iran’s sovereignty over the Strait of Hormuz, Iran’s semiofficial Fars news agency reported, citing an informed source.</p><p>The White House is again unlikely to accept those demands, which would essentially formalize Iran's control over a waterway that was open to international traffic before the war.</p><p>Iran’s senior vice president, Mohammadreza Aref, said Thursday that the strait belongs to Iran and that Tehran would not give it up “at any price,” state TV reported. “It has always been our property,” Aref said.</p><p>Iran defends right to seize ships</p><p>Iran’s judiciary spokesperson told the state-owned Iran Daily newspaper on Thursday that Iran has the legal and judicial right to seize oil tankers in the strait that are connected to the U.S. because the U.S. has violated international maritime laws and committed piracy. The spokesperson, Asghar Jahangir, did not explicitly refer to the tanker seized on Thursday.</p><p>Iran seized a number of ships, including a tanker identified as the Ocean Koi, last week, saying it was attempting to disrupt oil exports and Iranian interests, according to the official IRNA news agency. It said the tanker was seized in the Gulf of Oman and carrying Iranian oil when it was taken to Iran’s southern coast.</p><p>The U.S. sanctioned the Ocean Koi in February as part of a “shadow fleet” transporting Iranian oil.</p><p>Top US military leader says Iran's threats impact shipping</p><p>The top U.S. commander in the Middle East said Thursday he believes Iran’s military capabilities have been “dramatically degraded,” but its leaders are impacting shipping in the strait with rhetoric alone.</p><p>“Their voice is very loud, and the threats are clearly heard by the merchant industry and the insurance industry,” Adm. Brad Cooper told lawmakers in Congress.</p><p>He said the U.S. has the military power to permanently reopen the strait and escort ships. But he deferred to policymakers about the best path forward amid a “time of sensitive negotiations.”</p><p>__</p><p>Lidman reported from Tel Aviv, Israel. Natalie Melzer in Nahariya, Israel, Sheikh Saaliq in New Delhi and Konstantin Toropin in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EFB7PU6H4F5ZCILWLTMFSKVSOU.jpg?auth=f9d21657966428c43b0dff6de1e30b0a68aa55bc6f29cec90b19d818e9103ea7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two men sit in a small boat on the water as a mix of bulk carriers, cargo ships, and service vessels line the horizon in the Strait of Hormuz off Bandar Abbas, Iran, Monday, April 27, 2026.(Razieh Poudat/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Razieh Poudat</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3MK32TPPCZF47LUHISLQQG3E3Q.jpg?auth=137b8be1f1587e10364ec4e0b0c353a0619534d40f8b3ea180390292ae63e240&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map showing where a vessel was seized off the UAE coast. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[UK health secretary resigns, setting up a potential Labour leadership challenge to Keir Starmer]]></title><link>https://www.local10.com/news/world/2026/05/14/uk-health-secretary-resigns-setting-up-a-potential-labour-leadership-challenge-to-keir-starmer/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/14/uk-health-secretary-resigns-setting-up-a-potential-labour-leadership-challenge-to-keir-starmer/</guid><dc:creator><![CDATA[By DANICA KIRKA, BRIAN MELLEY and PAN PYLAS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 17:18:53 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Efforts to unseat British Prime Minister Keir Starmer from within his party broke into open rebellion Thursday, with one potential rival resigning from the Cabinet and two others positioning themselves for a future leadership challenge.</p><p>Health Secretary Wes Streeting became the first senior minister to quit Thursday in what was seen as a precursor to challenging Starmer's leadership. He said he had lost confidence in Starmer, who should not serve out the rest of his term.</p><p>“You have shown courage and statesmanship on the world stage — not least in keeping Britain out of the war in Iran,” Streeting wrote in an excoriating resignation letter. “But where we need vision, we have a vacuum. Where we need direction, we have drift.”</p><p>But Streeting stopped short of saying he was the best candidate to lead the party at the next election due by 2029, suggesting Starmer should step aside to allow a “broad” field of candidates to debate the future of the party.</p><p>Starmer is under growing pressure to step down after disastrous results for his Labour Party last week in local and regional elections. The election drubbing cemented doubts among many party members about Starmer’s judgment, vision and leadership ability — a brutal indictment on a leader who returned Labour to power in July 2024 after 14 years in opposition.</p><p>Starmer responded in a generous letter to Streeting, saying he was “truly sorry” to see him leave the government and praised his stewardship of the state-run National Health Service.</p><p>Making no reference to Streeting's criticisms, Starmer laid out his hope the two “can work together to show that Labour in power can address the problems our opponents exploit, can install hope where they want despair, and can bring people together where they want division.”</p><p>If Starmer doesn't step down, any challenger would need support from a fifth of Labour lawmakers, or 81, to trigger a leadership contest.</p><p>For days, Streeting had been expected to launch a bid Thursday, but the wording of his statement has stoked speculation he doesn't have enough votes yet, or that he is giving Starmer a chance to announce his resignation on his own terms.</p><p>Another likely challenger, former Deputy Prime Minister Angela Rayner, said Thursday that she had reached an agreement with authorities to clear up questions about her taxes that forced her to leave the Cabinet last September. Rayner told the Guardian newspaper that Starmer should “reflect on” his position, adding that she was ready to “play my part” in any leadership election if Streeting triggered a contest.</p><p>A third rival, Greater Manchester Mayor Andy Burnham, is ineligible for the leadership because he doesn't have a seat in Parliament, but on Thursday afternoon a Labour lawmaker said he would step aside to make room and Burnham said he would seek permission from party to enter a special election. He could then mount a leadership challenge if elected.</p><p>“I grew up in this area and have lived here for 25 years,” Burnham said on X. “I care deeply about it and its people. I know they have been let down by national politics.”</p><p>Race to unseat Starmer heats up</p><p>Pressure for Starmer to step aside has intensified since Labour suffered heavy losses in local and regional elections last week, underscoring voter frustration with a government that has failed to deliver on pledges to boost economic growth and improve living standards for working people.</p><p>A stagnant economy and stubbornly high inflation have made it difficult for Starmer’s government to deliver on the promises it made when winning a landslide election victory less than two years ago.</p><p>Starmer has vowed to remain in office, warning lawmakers that any leadership contest would destabilize the government when it should be focused on issues like the cost of living crisis and war in the Middle East.</p><p>The leadership wrangles overshadowed some positive news for the government.</p><p>Official figures showed the British economy grew 0.6% in the first three months of the year — more than had been anticipated and larger than the previous quarter, despite the negative impact from the Iran war. More growth means more tax revenues to fund Labour’s priorities and potentially lower borrowing.</p><p>Treasury chief Rachel Reeves said the figures showed her policies were working and the party shouldn't put hard-won economic stability at risk “by plunging the country in chaos at a time when there is conflict in the world.”</p><p>Streeting himself hailed figures showing that waiting lines for NHS appointments — one of his signature priorities — fell for the fifth straight month, an achievement he is likely to point to if he runs for leader.</p><p>Streeting comes from a faction of the left-leaning Labour Party that sees itself as the modernizing wing, as does Starmer. Rayner is a favorite of members who think the party has strayed too far from its working-class roots and those who want the party to do more to boost the minimum wage and raise taxes on the rich.</p><p>Efforts to depose a Labour leader are relatively rare</p><p>Unlike the Conservative Party, Labour has never ousted a prime minister in midterm.</p><p>“They don’t do ruthless on their leader,’’ said Jonathan Tonge, a professor of politics at the University of Liverpool. “They don’t tend to depose their leader. The Conservatives, they readily do ruthless.’’</p><p>Even if Starmer survives this current bout of jitters, he will likely face another challenge in a few months given the level of fragmentation in British politics, he added.</p><p>“He’s got a huge parliamentary majority, he’s got more than 400 MPs, and yet his prime ministership may be on the brink of disintegration,” Tonge said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6WZ6W54JLAOZJ5HK73B3WTSYIM.jpg?auth=219c11aba740d1630fd6a31e812ea7f29c3ffbff08709e3e802fd56c42a19f5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British Health Secretary Wes Streeting walks through the House of Commons to attend the State Opening of Parliament at the Palace of Westminster, London, Wednesday, May 13, 2026. (Toby Melville/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Toby Melville</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UCTHDXES6FGW6BVTYRNSHHLNFA.jpg?auth=7f875b3eefa36ea4a9abc3e64ee534632e603f5441eec2ac54144a78b64e09d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British Prime Minister Keir Starmer, center, walks through the House of Commons to attend the State Opening of Parliament at the Palace of Westminster, London, Wednesday, May 13, 2026. (Toby Melville/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Toby Melville</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OG7I3FPH465VLOPVD4S76JIIBI.jpg?auth=1208253ab83103727ec9a78a7374adfe581dd0936fa57831c949564d74a04731&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Andy Burnham, the Mayor of Manchester, arrives a fringe meeting during the annual Labour Party conference in Liverpool, England, Sept. 29, 2025. (AP Photo/Jon Super, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HVGAZBUCNOD2RI4IW2N5PF73AY.jpg?auth=2423acc3960dbaf251b6f34e218613382a78b13438b0c5e5a50e5be6fbed9f1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Angela Rayner, Britain's Deputy Prime Minister, attends the South by SouthWest London (SXSW London), June 5, 2025, in London. (AP Photo/Kirsty Wigglesworth, Pool, 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/F6USDUNLVAH4UQEJ7TEUG2F72E.jpg?auth=2e5e78eb88398739126ef319d6c2bac46a1528b98d993b885e3caa2799447509&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Larry the cat, Chief Mouser to the Cabinet Office walks at 10 Downing Street in London, Thursday, May 14, 2026 as efforts to unseat British Prime Minister Keir Starmer are likely to break out into open rebellion on Thursday.(AP Photo/Thomas Krych)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Krych</media:credit></media:content></item><item><title><![CDATA[Trump's talk of 51st US state met with near-silence in Venezuela]]></title><link>https://www.local10.com/news/world/2026/05/14/trumps-talk-of-51st-us-state-met-with-near-silence-in-venezuela/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/14/trumps-talk-of-51st-us-state-met-with-near-silence-in-venezuela/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO and JUAN PABLO ARRAEZ, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 13:16:02 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS, Venezuela (AP) — Twice this week, U.S. President Donald Trump has expressed interest in turning Venezuela into his country’s 51st state. The latest came via a Truth Social post Tuesday with a map showing the South American country filled with the U.S. flag.</p><p>Previous statements doubting Venezuela’s sovereignty over the past 25 years have been met with immediate derision from senior government officials, including the president. The ruling party even organized demonstrations in the capital, Caracas, as recently as Jan. 3, hours after then-President Nicolás Maduro was captured by the U.S., that included chants of “Gringo go home.” This time around, however, the government has mostly kept quiet, save for a brief statement to reporters Monday from acting President Delcy Rodríguez.</p><p>The approach demonstrates the balance Rodríguez must strike between external and internal politics following the January U.S. military attack in Caracas. The Trump administration has since implemented a phased plan to try to turn around the crisis-wrecked country and has forced Rodríguez’s political movement, Chavismo, to abandon the anti-U.S. sentiment that long accompanied its teachings.</p><p>“This is probably the most public and sharp manifestation of the government’s transactional, self-survival approach above everything else right now, above even that sort of basic tenet of Chavismo,” said Christopher Sabatini, senior fellow for Latin America at the London-based Chatham House think tank. “It’s better that they hold their tongue, not offend the U.S. right now. Why overreact to a ridiculous claim by Donald Trump?”</p><p>Rodríguez on Monday told journalists that Venezuela had no plans to become the 51st U.S. state, but her comments were much more reserved than past presidential addresses deriding these types of U.S remarks. They came after Trump said he was “seriously considering” the move. Trump has made similar comments about Canada.</p><p>“We will continue to defend our integrity, our sovereignty, our independence, our history,” Rodríguez said. Venezuela, she added, is “not a colony, but a free country.”</p><p>The Trump administration stunned Venezuelans by choosing to work with Rodríguez, instead of the country’s political opposition, following Maduro's ouster. She has since led cooperation with the administration’s phased plan, pitching her oil-rich nation to international investors and opening its energy sector to private capital and international arbitration. Rodríguez has also replaced senior officials, including Maduro’s faithful defense minister and attorney general.</p><p>Trump has praised her work, and his administration has lifted economic sanctions against her personally and eased sanctions against the country, though some still remain in place. The U.S. now also recognizes her as the “sole” head of state of Venezuela.</p><p>The U.S. stopped recognizing Maduro as Venezuela’s legitimate leader in 2019, the year after he claimed reelection victory in a contest widely considered a sham as opposition parties and candidates were barred from participating.</p><p>Maduro and his wife, Cilia Flores, were taken to New York to face drug trafficking charges after their Jan. 3 capture. Both have pleaded not guilty and remain jailed at a Brooklyn detention center.</p><p>In Caracas, some residents on Wednesday viewed the government’s response as submitting to Trump, but they also acknowledged that Rodríguez is not in a position to unleash Chavismo’s characteristic anti-U.S. propaganda.</p><p>“She knows that it’s wise not to engage in direct confrontation because she knows she’s bound to lose,” college student Adonai Osoria said. “Now, are there some who disagree, who don’t like it? Well, yes, of course. But I consider her reaction right now to be a common, understandable reaction.”</p><p>Government supporters last showed their inflammatory attitude against the U.S. in the days after Maduro was captured, burning U.S. flags and carrying signs that read “Gringo go home.”</p><p>Among the government’s strongest supporters across the country are the armed groups known as colectivos. The groups are a staple of pro-ruling party demonstrations. Local leader Jorge Navas characterized Trump’s comments as “irresponsible acts of provocation” and praised Rodríguez for her diplomatic response.</p><p>“We are bending, strategically, but we will not break,” Navas said of Chavismo’s current approach to U.S. pressure. “We continue to resist, that is, realistically, given the country’s economic situation.”</p><p>___</p><p>Garcia Cano reported from Mexico City.</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/Q5LBNVQGTDAOKOMM3GUTL4WJL4.jpg?auth=6aa6213ef03b2d961b0b23c71d8689a47003ad46b6b41bc3547331f8fd366b3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Venezuela's acting President Delcy Rodriguez waves after bidding farewell to U.S. Energy Secretary Chris Wright following their meeting at Miraflores Palace in Caracas, Venezuela, Feb. 11, 2026. (AP Photo/Ariana Cubillos, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NB5TNGCLDFEIP2PYHCQTZKD2GM.jpg?auth=4b3f8fb3b2e2727e3706494477f4ba1c1217f75bb07009564a94808dedba7413&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 to reporters as he leaves the White House for travel to Beijing, Tuesday, May 12, 2026, in Washington, to meet with China's President Xi Jinping. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[No closing this game as Rangers beat Dbacks after frantic 9th inning and Jansen's walk-off hit]]></title><link>https://www.local10.com/sports/2026/05/14/no-closing-this-game-as-rangers-beat-dbacks-after-frantic-9th-inning-and-jansens-walk-off-hit/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/no-closing-this-game-as-rangers-beat-dbacks-after-frantic-9th-inning-and-jansens-walk-off-hit/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 06:10:37 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Danny Jansen chuckled after saying he didn't really want to have to catch another inning in what had already been an active game behind the plate.</p><p>Jansen didn't have to after he delivered the walk-off hit that gave the Texas Rangers a 6-5 win over the Arizona Diamondbacks on Wednesday night, when the closers for both teams gave up three runs in a frantic ninth inning.</p><p>“I feel like the game had everything. Like passed balls, a couple of wild pitches, I mean, stolen bases, threw somebody out,” said Jansen, who also blocked a few pitches with runners on base. “A bit of everything, it was kind of a wild one. ... Definitely a crazy finish.”</p><p>The Rangers had just tied the game and chased Paul Sewald (0-4), who had converted his first nine save chances, when No. 9 batter Jansen grounded a RBI single down the line into the left-field corner on the only pitch thrown by Juan Morillo.</p><p>That came after a frustrating top of the ninth for the Rangers, when Jacob Latz — their main closer since halfway through a stretch of 10 consecutive scoreless outings — failed to retire any of the four batters he faced. He was gone after Nolan Arenado had an RBI double and Ildemaro Vargas lined a two-run single into left for a 5-3 lead.</p><p>“Latz has been so good this year. He has given up next to no runs," manager Skip Schumaker said. “I pitched him two innings, day off, then back-to-back, and then running him out there, maybe not fair to him quite honestly.”</p><p>But when it was over, Latz was all smiles like every one else after the Rangers had clinched back-to-back-series wins for the first time since their first two series of the season.</p><p>“The boys picked him up in a big way,” Schumaker said. “And that’s what good teams do, and good teammates do, is they pick each other up.”</p><p>The Rangers (21-22) have won five of their last six games going into an off day Thursday.</p><p>Arizona (20-22) overcame a 3-0 deficit, finally getting even and then going ahead in the top of the ninth, handing their closer a two-run lead even after leaving 13 runners on base.</p><p>Sewald got out two of the first three batters in the ninth, starting with a strikeout of struggling shortstop Corey Seager. Josh Jung had a single in between those outs, and scored on Ezequiel Duran's double before Alejandro Osuna walked on five pitches and Jake Burger tied the game with an RBI single to chase the closer.</p><p>“I felt like they were just on every pitch,” Sewald said. “It just felt like when I threw good pitchers, it didn't matter.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7FR5KUNTHPI6N75GUNVGAGOEZU.jpg?auth=367f1ed681bddf3bf251c080226d5f6a6c329e4c5ba07a89d3d174817561daca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Rangers' Danny Jansen celebrates his run-scoring single as he rounds first in the ninth inning of a baseball game against the Arizona Diamondbacks Wednesday, May 13, 2026, in Arlington, Texas. (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/X5SX2NLTOQ2YUR7DAKACNDFYAQ.jpg?auth=26cf2473514e2f4494c5af3d8ae2dad73aa2ed2237c32690ff6fe30ce6c2cbcd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks relief pitcher Paul Sewald turns the ball over to manager Torey Lovullo, right, in the ninth inning of a baseball game against the Texas Rangers Wednesday, May 13, 2026, in Arlington, Texas. (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/BXMH3YTKA5KXWXDVUS6YRMIRZY.jpg?auth=3f3cfa1cf327fe6a404ce13cb4c343f6e439dde59bec4ff07805f3c64c5771df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Rangers' Jacob Latz looks on at Arizona Diamondbacks' Nolan Arenado's run-scoring double in the ninth inning of a baseball game Wednesday, May 13, 2026, in Arlington, Texas. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[BRICS foreign ministers meet in India as Iran war, oil prices and divisions test the bloc's unity]]></title><link>https://www.local10.com/news/world/2026/05/14/brics-foreign-ministers-meet-in-india-as-iran-war-oil-prices-and-divisions-test-the-blocs-unity/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/14/brics-foreign-ministers-meet-in-india-as-iran-war-oil-prices-and-divisions-test-the-blocs-unity/</guid><dc:creator><![CDATA[By SHEIKH SAALIQ, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 07:38:08 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — Foreign ministers from the BRICS nations began a two-day meeting in New Delhi on Thursday as the expanding bloc faces divisions over the war in Iran, rising energy prices and growing global economic uncertainty.</p><p>The meeting brings together diplomats from Brazil, Russia, India, China and South Africa along with newer member countries. It comes as the war in Iran has disrupted global energy supplies and driven up oil prices and coincides with U.S. President Donald Trump's meeting with Chinese leader Xi Jinping in Beijing.</p><p>Iranian Foreign Minister Abbas Araghchi and Russia’s top diplomat Sergey Lavrov are attending. China is represented by Ambassador Xu Feihong while Foreign Minister Wang Yi remains in the Chinese capital during Trump’s visit.</p><p>India Foreign Minister Subrahmanyam Jaishankar said the talks would focus on global and regional challenges and ways to deepen cooperation among member nations.</p><p>In opening remarks, Jaishankar said BRICS could help developing countries more effectively respond to the health and financing challenges they face as well as high prices for energy, food and fertilizer.</p><p>“We meet at a time of considerable flux in international relations,” he said, adding that emerging and developing countries increasingly expect BRICS to play a “constructive and stabilizing role.”</p><p>Iran urges BRICS to condemn U.S. and Israel</p><p>At the meeting, Araghchi urged BRICS nations to condemn the U.S. and Israel over what he called their “unlawful aggression” against Tehran. He called on the bloc members and other countries to “take practical steps to stop warmongering” and end what he described as impunity for violations of the U.N. Charter.</p><p>Araghchi also urged the bloc members to stop what he called the politicization of international institutions. He said Iran appreciated the support shown by BRICS countries but called for stronger action.</p><p>“It is necessary for all of us to intensify our efforts to end this sense of superiority and impunity on the part of the United States — a notion that has no place in today’s world,” he said.</p><p>BRICS has sought to expand its influence</p><p>Founded by Brazil, Russia, India and China, BRICS was formed as a grouping of major emerging economies seen as a counterbalance to Western-led institutions such as the G7. South Africa joined in 2010 and the bloc expanded further in 2024 with the addition of Egypt, Ethiopia, Iran and the United Arab Emirates. Indonesia became a full member in 2025.</p><p>The group has sought to expand its influence by pushing for a bigger role in a global order long dominated by the United States and its Western allies. It has gained support across parts of the Global South, where many countries have criticized Western-led financial institutions.</p><p>But BRICS nations remain divided on key issues.</p><p>India and China continue to compete for regional influence, while member countries often differ in their ties with the West. Russia’s war in Ukraine has further exposed those differences.</p><p>New divisions test global ambitions</p><p>The bloc’s expansion also has added strains. Competing regional interests have increased the difficulty of presenting a unified position.</p><p>Divisions have sharpened further during the growing conflict in the Middle East. Iran and the UAE are BRICS members despite pursuing competing interests in the region.</p><p>Iran’s deputy foreign minister said Wednesday that disagreements within BRICS over the conflict had prevented the bloc from reaching a unified position.</p><p>Kazem Gharibabadi told news agency Press Trust of India that “one member country” had pushed for language condemning Iran, complicating efforts to build consensus within the grouping.</p><p>“We want India’s BRICS chairship to be successful. It is not a good approach to send a signal to the world that the BRICS is divided. One country is insisting on condemning Iran,” Gharibabadi said.</p><p>___</p><p>Associated Press journalist Amir Vahdat in Tehran, Iran contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2D7AQYXFPAXKWOIYRECPUY4W6Q.jpg?auth=4c650108f9ab21de1e6c1dc15c888eeb05c4ad2a4b9a66199d34dcd5681ab4f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[India's Foreign Minister S.Jaishankar, right, shakes hands with Russia's Foreign Minister Sergey Lavrov as he arrives for a two-day BRICS nations meeting in New Delhi, India, Thursday, May 14, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7BHKGB4SASHOYOPG5QN5WMB6AQ.jpg?auth=9dd2f077c11a80749fd6ca5bfe1441065719e757bbc8a62dfa61da6faba7a87c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iranian Foreign Minister Abbas Araghchi arrives for a two-day BRICS nations Foreign Ministers meeting in New Delhi, India, Thursday, May 14, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4Y6CTRV5L577GZWTI232GTSYDM.jpg?auth=c3c76594f5620356b8865e212e8e635d76c5105321b5951583e90601e4d6427f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[India's Foreign Minister S.Jaishankar, right, shakes hands with Iranian Foreign Minister Abbas Araghchi as he arrives for a two-day BRICS nations meeting in New Delhi, India, Thursday, May 14, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BYXC3L6XT3K7DWBEPDQYP5TROA.jpg?auth=71cc0fb0346056c81c2acb803d09ca9b8f9e89356554ea22bb94d344e969b029&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Foreign ministers and representatives of the BRICS nations, from right, UAE's Foreign Minister of State Khalifa bin Shaheen Al Marar, Ethiopia's Minister of Foreign Affairs Gedion Timothewos, Egypt's Foreign Minister Badr Abdelatty, Brazil's Foreign Minister Mauro Vieira, India's Foreign Minister S.Jaishankar, Russia's Foreign Minister Sergey Lavrov, South Africa's Minister of Foreign Affairs Ronald Lamola, Iranian Foreign Minister Abbas Araghchi, Indonesia's Foreign Minister Sugiono and Chinese Ambassador to India Xu Feihong pose for a group photo during a two-day meeting in New Delhi, India, Thursday, May 14, 2026. (AP Photo/Manish Swarup) CORRECTION: Name and designation corrected to UAE's Foreign Minister of State Khalifa bin Shaheen Al Marar, instead of UAE's Minister of State for International Cooperation Reem Al Hashimy.]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FHIZN4UCYP7S6MJ7F23VXIZH4I.jpg?auth=731f9e826fc7bc507c1ad0600fdecb96570da9f9d0797a109cf4beb4e28dadd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[India's Foreign Minister S. Jaishankar, right, speaks with Iranian Foreign Minister Abbas Araghchi as he arrives for a two-day BRICS nations meeting in New Delhi, India, Thursday, May 14, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content></item><item><title><![CDATA[Cisco leads Wall Street toward more records and the Dow back to 50,000]]></title><link>https://www.local10.com/business/2026/05/14/cisco-leads-wall-street-toward-more-records-and-the-dow-back-to-50000/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/14/cisco-leads-wall-street-toward-more-records-and-the-dow-back-to-50000/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 17:13:41 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The U.S. stock market is rising toward more records Thursday after Cisco Systems joined the parade of U.S. companies reporting fatter profits for the start of 2026 than analysts expected.</p><p>The S&P 500 added 0.7% to its all-time high set the day before. The Dow Jones Industrial Average climbed 337 points, or 0.7%, and is on track to finish a day above the 50,000 level for the first time since the war with Iran began. The Nasdaq composite was 0.9% higher and adding to its own record, as of 1:03 p.m. Eastern time.</p><p>Cisco helped lead the market after jumping 13.3% in what could be its best day in nearly 15 years. The tech giant reported better profit and revenue for the latest quarter than analysts expected, and CEO Chuck Robbins said it saw “very strong, broad-based demand for our products.”</p><p>Big Tech behemoths in particular are pouring cash into artificial-intelligence technology, and Cisco gave a forecast for profit in the current quarter that easily topped analysts' expectations.</p><p>Such voracious demand for AI, and the big profits it's producing, have been major reasons the U.S. stock market has set records throughout this year. Cerebras Systems, an AI processor company, raised $5.55 billion after selling its stock in an initial public offering, and its shares doubled to approximately $365 shortly after it began trading on the Nasdaq Thursday.</p><p>Corporate earnings reported so far this season have “reinforced that this is still an AI-led market, but one where the impact is broadening quickly,” according to Gargi Pal Chaudhuri, chief investment and portfolio strategist at BlackRock.</p><p>“What started with a handful of companies is now driving earnings growth across semiconductors, infrastructure, and even parts of the industrial economy,” she said.</p><p>Outside of AI, other stocks rallying after delivering better-than-expected profit reports included StubHub Holdings, up 19.5%, Viking Holdings, up 7.5% and Yeti Holdings, up 6.1%.</p><p>All three companies sell products that aren’t day-to-day essentials, such as concert tickets, river cruises and insulated water bottles. Strong results from them could be an indicator that customers are still willing to spend even though U.S. consumers have been telling surveys they're feeling discouraged about the economy.</p><p>Whether U.S. households will keep spending and support the economy is a big question because pressure has been rising on them due to high oil prices and inflation created by the Iran war. A report released Thursday said that shoppers overall spent less at U.S. retailers last month than economists expected. But the deceleration after factoring out gasoline and automobile sales wasn’t quite as bad as economists thought it would be.</p><p>A separate report, meanwhile, said more U.S. workers filed for unemployment benefits last week, which could be an indication of more layoffs. The number, though, remains relatively low compared with history.</p><p>Treasury yields flitted up and down in the bond market immediately after the reports, but they largely remained steady. The yield on the 10-year Treasury edged down to 4.45% from 4.46% late Wednesday.</p><p>In stock markets abroad, indexes rose in Europe following a mixed finish in Asia. Japan's Nikkei 225 fell 1%, while South Korea's Kospi jumped 1.8% to another record thanks to gains for AI-related stocks.</p><p>Stocks were nearly flat in Hong Kong and down 1.5% in Shanghai as Chinese leader Xi Jinping met with U.S. President Donald Trump in Beijing.</p><p>Some investors hope Trump could encourage Xi to use China’s close economic ties with Iran to get it to reopen the Strait of Hormuz. The strait’s closure because of the war has kept oil tankers pent up in the Persian Gulf instead of delivering crude to customers worldwide, which has driven up crude prices.</p><p>The price for a barrel of Brent crude oil, the international standard, fell 0.3% to $105.27 Thursday, but it remains well above its price of roughly $70 from before the war.</p><p>___</p><p>AP Business Writers Chan Ho-him and Matt Ott contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RZTM6TLTI7ZAJUJM3OYJHV2EVU.jpg?auth=979f783d0188bb79a0d3e281f71b97670b3762cbaf276665d2d460dc7cb19776&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trader Michael Capolino works on the floor of the New York Stock Exchange, Wednesday, May 13, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/STRLKTLXPUWQ6KOQIZTLXJJWRE.jpg?auth=27a2a96fc02e4feeb37e359dbc64e0761df72c2f885174b9d30c50b0cf093d60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. President Donald Trump, right, and Chinese President Xi Jinping attend a welcome ceremony at the Great Hall of the People in Beijing, Thursday, May 14, 2026. (Maxim Shemetov/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Maxim Shemetov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2GP64MVNUBTMIIPPQTP5THVMGQ.jpg?auth=eba1bc52df8683ca9d2cf3a67fcf7a15e6894d150d8d04a66e68de2753b69c32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trader Patrick Casey works on the floor of the New York Stock Exchange, Wednesday, May 13, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Ohtani throws 7 scoreless innings as Dodgers beat Giants 4-0 to end 4-game losing streak]]></title><link>https://www.local10.com/sports/2026/05/14/ohtani-throws-7-scoreless-innings-as-dodgers-beat-giants-4-0-to-end-4-game-losing-streak/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/ohtani-throws-7-scoreless-innings-as-dodgers-beat-giants-4-0-to-end-4-game-losing-streak/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 04:37:09 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Shohei Ohtani tossed four-hit ball over seven shutout innings and the Los Angeles Dodgers backed the four-time MVP with his most run support of the season in a 4-0 victory over the San Francisco Giants on Wednesday night.</p><p>The Dodgers snapped their season-high skid at four games on a night when Ohtani only pitched and wasn't in the lineup as the designated hitter for the fourth time this season. The two-way superstar also won't be in the lineup Thursday to give him two days' rest from hitting.</p><p>Ohtani (3-2) struck out eight and walked two in his second consecutive seven-inning start — his first as a Dodger and first since May 2023 with the Los Angeles Angels. He lowered his ERA to 0.82 pitching with a picture of his beloved dog Decoy on the tongue of his right cleat.</p><p>The Dodgers have scored more than four runs in Ohtani's seven starts just once and the team is 3-4 in his starts overall. They had six hits or less in five of their previous seven games.</p><p>Leading 4-0, Ohtani gave up back-to-back singles to Willy Adames and Matt Chapman with one out in the seventh. Drew Gilbert flied into a double play to center. Adames was all the way around third base by the time he knew he was in trouble and got doubled off second to end the inning.</p><p>Santiago Espinal and Mookie Betts homered back-to-back in the third, giving the Dodgers a 2-0 lead. Espinal went deep for the first time as a Dodger and Betts' first since coming off the injured list earlier in the week.</p><p>The Dodgers extended their lead to 4-0 on Teoscar Hernández's RBI single and Alex Call's sacrifice fly in the fourth.</p><p>The Giants' three-game winning streak ended. Robbie Ray (3-5) gave up four runs and seven hits in 4 2/3 innings, struck out two and walked two.</p><p>Up next</p><p>Giants RHP Landen Roupp (5-3, 3.09 ERA) was scheduled to start Thursday against RHP Emmet Sheehan (2-1, 4.79) in the series finale.</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JH5D4WZ3REOXTOJA6Z56IAUS3M.jpg?auth=babbf3dfc20a220703a4fce75ad35f403248e1a87db914b8fdba12882947b8cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers two-way player Shohei Ohtani, center, reacts after striking out San Francisco Giants' Rafael Devers, left, as catcher Will Smith gets ready to throw the ball back during the sixth inning of a baseball game Wednesday, May 13, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SAEAD5PBKXQPOSJORQWV6VFEEA.jpg?auth=ecff51c9fc8d70ed10af49eb836cf7bc9dfd4c84ec22b29dd6f2344f752a1627&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Mookie Betts, right, hits a solo home run as San Francisco Giants pitcher Robbie Ray, left, and catcher Jesus Rodriguez watch during the third inning of a baseball game Wednesday, May 13, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CCWL32XP67HIHN22ZOSE5YSX2A.jpg?auth=70a12106f2adf055bc4cfa48dafa8392a8a15c95b27456af62f4af65d9d2d84a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers pitcher Shohei Ohtani throws to the plate during the first inning of a baseball game against the San Francisco Giants, Wednesday, May 13, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GD7ZPXJKNSQOMDY45OEJV6YO2I.jpg?auth=20159eec45cdeadeb2163d22e1f40c486bc63e7a79d541943e49fb5bf43ae8e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Santiago Espinal, right,heads to second after hitting a solo home run as San Francisco Giants first baseman Rafael Devers watches during the third inning of a baseball game Wednesday, May 13, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VF6PAKWP4BLNN6OD7GN2PFRUUY.jpg?auth=382bb59b20ae76c13a218a9ac42ba0878aaa48abfb95a9c79d136fedcc158f0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Mookie Betts hits a solo home run during the third inning of a baseball game against the San Francisco Giants, Wednesday, May 13, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[A Vienna cafe offers a welcome for Israel supporters as tensions brew at the Eurovision Song Contest]]></title><link>https://www.local10.com/entertainment/2026/05/14/a-vienna-cafe-offers-a-welcome-for-israel-supporters-as-tensions-brew-at-the-eurovision-song-contest/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/14/a-vienna-cafe-offers-a-welcome-for-israel-supporters-as-tensions-brew-at-the-eurovision-song-contest/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 04:07:00 +0000</pubDate><content:encoded><![CDATA[<p>VIENNA (AP) — Vienna's famed coffeehouses have embraced the Eurovision Song Contest. They have also been touched by tensions over Israel’s inclusion in the sequin-drenched pop music competition.</p><p>When officials announced a list of “Eurofan Cafes" — Vienna coffee shops offering food and music from competing countries — Israel was initially left out.</p><p>MQ Kantine, a modern café in the city’s arty museums quarter, offered to step in. Now it has falafel, bagels with lox and kosher wine on the menu, a string of small Israeli flags hanging from the ceiling — and a police officer outside the door.</p><p>Security is tight across Vienna during the international music contest, whose “United by Music” slogan rings sightly hollow this year. Five countries are boycotting because Israel is taking part. Pro-Palestinian activists are planning a protest concert — one of several Eurovision alternatives across Europe — and an anti-Israel march before Saturday’s grand final.</p><p>At MQ Kantine, volunteers take turns to monitor for potential trouble. But so far the mood has been supportive, said Daniel Kapp, a PR consultant and pro-Israel campaigner.</p><p>“It’s beautiful,” he said, as people drank coffee and beer on the café terrace in the spring sunshine, though he noted that the police officer on duty showed that all is “not entirely normal.”</p><p>“My feeling is that Austria to a certain degree has learned from its history," Kapp said, referring to the deadly antisemitism under the Nazis before and during World War II. “Which is why the support for Israel is a lot more normal than it is in other countries.”</p><p>Israel has competed in Eurovision for more than 50 years, and won four times. But its participation has been contested since it launched a war in Gaza after 1,200 people were killed in a Hamas-led cross-border attack on Oct. 7, 2023. More than 73,000 Palestinians have been killed since the war began, according to the territory’s Health Ministry, which operates under the Hamas-run government and whose detailed records are viewed as generally reliable by the international community.</p><p>Israel’s government has repeatedly defended its campaign as a response to the Oct. 7 attack. But a number of experts, including those commissioned by a United Nations body, have said that Israel’s offensive in Gaza amounts to genocide. Israel, home to many Holocaust survivors and their relatives, has vigorously denied the claim.</p><p>The latest Israel-Hezbollah war in Lebanon and the U.S.-Israeli war on Iran have driven tensions still higher.</p><p>The 2024 Eurovision contest in Malmo, Sweden, and last year’s event in Basel, Switzerland, saw pro-Palestinian protests that called for Israel to be expelled. Five countries — Iceland, Ireland, the Netherlands, Slovenia and Spain — pulled out of the 2026 contest after organizers allowed Israel to compete.</p><p>Partying amid tight security</p><p>The tensions have produced a Eurovision of two halves. An upbeat party atmosphere prevails inside the Wiener Stadthalle arena and in the separate Eurovision Village fan zone. But getting in means passing through a ring of steel, with searches, scanners and a ban on all bags inside the arena. Armed police are a very visible presence on the streets.</p><p>Awareness of risk from terror plots is high in the city after a 21-year-old Austrian man accused of pledging allegiance to the Islamic State group pleaded guilty to plotting to attack a Taylor Swift concert in Vienna in 2024.</p><p>Israeli singer Noam Bettan told Israeli media that, like last year’s Israeli competitor Yuval Raphael, he practiced performing while being booed. There were scattered shouts amid the cheers when he performed in the first Eurovision semifinal on Tuesday. He secured a spot in Saturday’s final by being one of the top 10 finishers in voting by viewers and national juries.</p><p>Organizers said four people were removed from the 10,000-strong audience for disruptive behavior.</p><p>Austrian Eurovision fan Ivo Herzl, who attended the semifinal, said “the vibe was incredibly positive.” He is showing support for Israel by making and selling Mazel Lov T-shirts — a play on “mazel tov,” a Hebrew and Yiddish phrase of congratulations.</p><p>“Vienna has always been a city of tolerance,” Herzl said. “It’s the city of music and we’ll always do everything possible for everyone to enjoy a musical event.”</p><p>Some Israeli fans said they were reassured by the tight security. Oz Yona, attending his first Eurovision, said he had experienced “no hate” and felt Austria took antisemitism seriously.</p><p>He came with friends to cheer for Israel, though he was not optimistic about Bettan’s chances — for musical rather than political reasons.</p><p>“I don’t think he will win,” Yona said. “Finland is better this year. Greece is better this year. We have a good song, but not a winning song.”</p><p>Birgitta Peterson and Kristina Nilsson, who wear matching pink bomber jackets and call themselves The Swedish Ladies, love to explore new cities and meet up each year with their “Eurovision family” of fellow fans. They plan to wave Israeli flags at Saturday’s final, after Swedish contestant Felicia said earlier this year that she didn’t think Israel should be in the contest.</p><p>They say tensions over Israel have divided a fan community long known for its friendliness and embrace of diversity.</p><p>“The wounds are very deep at the moment,” Nilsson said.</p><p>“This event should really be about ‘united by music’ and happiness,” she added. “That’s what Eurovision is all about.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MHZOB5CNDVYY3POPZR373KBTLM.jpg?auth=591d2ab56765478472e4fd119e12f1aeacf5bbbdb6dd38d7933c8a2f19481927&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli flags hang in the designated Israel "Euro Cafe" MQ Kantine during the 70th Eurovision Song Contest week in Vienna, Austria, Wednesday, May 13, 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/NFCDFIEVXROQIPBWGKFUIFEPWM.jpg?auth=ee2f332cad6dcad79222b11a715cb9a74a77c609ee5008aec60c6b7a53245d32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Noam Bettan from Israel performs the song "Michelle" uring the first semifinal of the 70th Eurovision Song Contest in Vienna, Austria, Tuesday, May 12, 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/FAM7IO6U45SKK6ESED65LQZRUE.jpg?auth=f14d59c07542a396dcd0d1a8476ddc439b03b5a9cf618733429ddaf703a67cc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli fans wave their countries flag as they wait for the start of the first semifinal of the 70th Eurovision Song Contest in Vienna, Austria, Tuesday, May 12, 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/BSMZLOKF76TYGQ2RZPQU2K3QPI.jpg?auth=0ccaad4fb81c495db31aa8e682b60eb56044862393e954a60eb6e73f0dfc6c3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli flags hang in the designated Israel "Euro Cafe" MQ Kantine during the 70th Eurovision Song Contest week in Vienna, Austria, Wednesday, May 13, 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/SNPRTGLEMDMKLJVQXYT3NEJO3I.jpg?auth=381321caba763448b6309d23405af8cb57e45987203e4c4ee92096c350d12cb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police patrols with heavy weapons at the Eurovision Village during the 70th Eurovision Song Contest week in Vienna, Austria, Wednesday, May 13, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Denver runway fatality reveals a weakness in airport security]]></title><link>https://www.local10.com/news/florida/2026/05/14/denver-runway-fatality-reveals-a-weakness-in-airport-security/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/05/14/denver-runway-fatality-reveals-a-weakness-in-airport-security/</guid><dc:creator><![CDATA[By MATTHEW BROWN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 04:06:48 +0000</pubDate><content:encoded><![CDATA[<p>In less than three minutes, an intruder exploited a security gap at one of the nation’s busiest airports and stepped into the path of an airplane hurtling down a Colorado runway with 231 people aboard.</p><p>The 41-year-old man slipped unnoticed past motion detectors in a remote corner of Denver International Airport, which sprawls across open plains and covers an area twice the size of Manhattan. He quickly scaled an 8-foot perimeter fence topped with barbed wire, then walked unobstructed onto the runway where he was fatally struck by a Frontier Airlines jet as it attempted to take off late Friday night.</p><p>Surveillance video showed the man getting pulled into an aircraft engine that instantly burst into flames, forcing the pilot to abort the takeoff and evacuate the 224 passengers and seven crewmembers. Twelve people had minor injuries.</p><p>Aviation and risk experts said the Denver runway collision represents a clear security failure. They noted it could've been far worse if the pilot didn't safely stop the aircraft that was traveling 150 miles per hour (241 kph).</p><p>“People ought to be concerned. This was really an unprecedented risk. But now there is precedent,” said Eric Chafee a law professor at Case Western Reserve University and an expert on risk, including in the aviation industry.</p><p>“The individual ended up with a bad result. But having somebody basically damage a plane is really quite concerning because of all those lives aboard any given aircraft,” Chafee added. “There ought to be new measures put into place to prevent this type of tragedy."</p><p>15 seconds to scale the fence</p><p>Some aviation experts disagreed new regulations were needed. They said installing blanket surveillance or impregnable defenses around airports was cost prohibitive, given the relative rarity of dangerous events like Friday's collision.</p><p>The Denver medical examiner ruled the intruder's death a suicide. Officials from the city-owned airport promised a review of their protocols but defended their perimeter security program and said it received “perfect scores” during federal inspections.</p><p>The Associated Press sent emails to the Transportation Security Administration seeking comment on Denver’s inspection results and documents detailing its security protocols.</p><p>“Safety is something we take very, very seriously,” Denver airport CEO Phillip Washington told reporters Tuesday.</p><p>Washington added that making the perimeter fence taller or topping it with razor wire wouldn't necessarily have made a difference, because someone who was motivated could still find a way in.</p><p>During Friday's breach, an alarm from a ground detection sensor was triggered shortly before the intruder entered the airport along its eastern boundary, about 2 miles (3.2 kilometers) from the terminal. An airport worker watching video surveillance cameras attributed the alarm to a herd of deer — and missed the intruder.</p><p>It took the man about 15 seconds to scale the fence and two minutes more to reach the runway, Washington said. Airport officials didn't know he was on the runway until the pilot notified the control tower that the plane hit somebody.</p><p>Airport perimeter breaches are a regular problem, with perhaps dozens annually nationwide, said security expert Jeff Price, who managed security at the Denver airport in the 1990s. The airport is surrounded by about 36 miles (58 kilometers) of fence, which airport officials say is patrolled by security workers and continuously inspected.</p><p>The vast majority of airport trespassers don’t pose a real threat to others, Price said. A man died at the Austin airport in 2020 after a Southwest Airlines jet struck him on a runway. Police later ruled it was a suicide.</p><p>Worries about copycats</p><p>Two law firms notified Denver officials Tuesday that they intend to sue on behalf of the Frontier passengers, seeking in excess of $10 million in damages. The firms alleged “multiple failures” in the airport perimeter security system, but did not provide specifics.</p><p>Steven Wallace, former director of accidents investigations at the Federal Aviation Administration, described the Denver fatality as a “one-off event” that would not justify costly improvements to airport perimeter security programs nationwide.</p><p>Wallace acknowledged that some perimeter fences can easily be breached. There are no set rules for their construction, and their primary role is to keep out wildlife that could interfere with flight operations, he said.</p><p>“I just don’t see how you’re going to think of and deal with every possible way a human could get into an airport,” he said.</p><p>Jim Hall, a former chairman of the National Transportation Safety Board, suggested there is now a higher likelihood for a repeat of Friday's collision given the potential for copycats. Hall said Denver should consider adding more personnel and surveillance to properly monitor its fence.</p><p>“With the amount of cameras and technology that is available, they need to address the problem,” he said. “They've had a failure and they don’t need to have another one."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZLMM7W7XN5CE72HFFWO6W4WIVI.jpg?auth=eccb9d7992eb0982baaab173ec8d8014415667ba081dfe565af24b54417bb287&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Frontier Airlines jetliner number n646fr sits outside the airlines technical operations center with other jetliners in for service north of Denver International Airport Saturday, May 9, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BYTUSTKSTCWB4MUXYOSGDCSJHY.jpg?auth=3dfbb2ff166340ae0a10a144c82d29ec8575776a19dd62fbcea46502bd6d12ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Frontier Airlines jetliner number n646fr sits outside the airlines technical operations center with other jetliners in for service north of Denver International Airport Saturday, May 9, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NGVZAJFDMNAEZ5YJI5DUPH5RXM.jpg?auth=e32728d713635a58794472b505f4b1822a0a7872b88d0023fc5e9724da25ef75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by Jack Estenssoro, passengers evacuate a airplane after a person was struck and killed by a Frontier Airlines plane during takeoff, at Denver International Airport, Friday, May 8, 2026 in Denver. (Jack Estenssoro via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/HEBF3DINQX3NI7R52XBMMYMTDU.jpg?auth=95869eff74a8752f2ccc6e883fef7465742fd2d50ba623a39d8227143646c511&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by Jack Estenssoro, passengers evacuate a airplane after a person was struck and killed by a Frontier Airlines plane during takeoff, at Denver International Airport, Friday, May 8, 2026 in Denver. (Jack Estenssoro via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XTH7QDOHCFIR3H662NUJQHHIOY.jpg?auth=0382d97cf379f21f6336a70ca17d2a04e6a19675a78f001a922efe49f67076f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Frontier Airlines jetliner number n646fr sits outside the airlines technical operations center with other jetliners in for service north of Denver International Airport Saturday, May 9, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[New Mexico politicians grapple with oil windfall from Iran war that's both 'awesome' and awkward]]></title><link>https://www.local10.com/business/2026/05/14/new-mexico-politicians-grapple-with-oil-windfall-from-iran-war-thats-both-awesome-and-awkward/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/14/new-mexico-politicians-grapple-with-oil-windfall-from-iran-war-thats-both-awesome-and-awkward/</guid><dc:creator><![CDATA[By MORGAN LEE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 15:06:37 +0000</pubDate><content:encoded><![CDATA[<p>RIO RANCHO, N.M. (AP) — The global oil bottleneck in the Strait of Hormuz has generated an enviable — and politically sensitive — financial windfall on the other side of the world in New Mexico, a rare Democratic-dominated state where fossil fuels are a bedrock of progressive social services.</p><p>New Mexico produces more oil than any other state besides Texas, and the state's revenue from taxes, royalties and lease sales helps cover the cost of college tuition, all school meals, health insurance and a new initiative for free universal child care.</p><p>Now that oil prices are surging from the conflict with Iran, money is flooding into the state treasury and creating an uncomfortable situation for Democrats who oppose the war and would rather reduce their reliance on fossil fuels.</p><p>“It’s hard for people to think about, ‘Oh great, we have this windfall,’ and children are getting killed on the other side of the world,” said Deb Haaland, the former U.S. Interior Department secretary running for governor.</p><p>Haaland is one of two Democrats running to succeed Gov. Michelle Lujan Grisham, who is wrapping up her second term in office. A former congresswoman and state party chair, Haaland worked to limit unfettered oil and gas exploration while serving in President Joe Biden's Cabinet.</p><p>Now she wants to use money amid the energy boom to increase New Mexico's child tax credit and boost the refundable working families tax credit, payouts that would most benefit people with low incomes.</p><p>“We have obligations to try to have a better world overall," said Haaland, a tribal member of Laguna Pueblo who could become the first female Native American governor in the U.S. “I think we can do that.”</p><p>Her rival for the Democratic nomination, Albuquerque-based District Attorney Sam Bregman, said he wants to offset inflation with one-time $500 checks from the state to residents making less than $200,000 a year. He also wants to waive personal income taxes on residents 65 and older.</p><p>“It is the resources of the people that’s generating that revenue,” he said. “We ought to give it back to the people."</p><p>For every $1 fluctuation in the average annual price of oil, New Mexico sees a roughly $59 million swing in state government income.</p><p>That means the state is likely to see a $850 million surge in annual state government income for the budget year ending in June alone based on war-time price changes — equivalent to 12% of annual general fund spending, according to the state Legislature’s budget and accountability office.</p><p>New Mexico sends much of its relatively heavy crude oil from its patch of the Permian Basin to Texas distribution hubs and refineries along the Gulf Coast. Prices could remain high with no end in sight for the war despite a fragile ceasefire.</p><p>A nest egg that moderates dependence on oil</p><p>In New Mexico, surges in oil income automatically flow into a series of trust accounts designed to gradually reduce the state’s reliance on fossil fuels, helping the state generate investment income to underwrite Medicaid, early childhood education, infrastructure projects and an expansion of mental healthcare.</p><p>The strategy has tempered discomfort among many Democrats with dependence on oil income, in a state with entrenched swaths of extreme poverty and the nation’s highest enrollment rate in Medicaid.</p><p>“For New Mexico and New Mexicans and especially the progressive left — which sort of controls the state — it’s always something they really don’t want to admit or talk about or get angry about,” said Lonna Atkeson, a political science professor who has analyzed voting behavior in New Mexico and directs the LeRoy Collins Institute at Florida State University. “Like, ‘We should not be funding our stuff with that money.’ I’ve heard those arguments."</p><p>The winner of this year's governor's race will take the helm of a state investment council overseeing a roughly $68 billion state nest egg, including investments that defray costs for K-12 public education.</p><p>New Mexico is not alone in reaping the financial benefits of the war. In Alaska, the state forecast an additional $1.05 billion for the current fiscal year and the one beginning July 1.</p><p>“It really is this small group of energy-reliant states like North Dakota, Alaska, New Mexico and Wyoming that are going be affected most directly,” said Justin Theal, who researches state fiscal trends as a senior officer for The Pew Charitable Trusts. He described the situation as “a double-edged sword.”</p><p>“It raises costs for households and businesses which can potentially dampen consumer spending and reduce sales taxes that almost every state relies on as well,” Theal said.</p><p>Wartime oil prices hold silver lining for New Mexico</p><p>Three contenders for the Republican nomination are advocating for even more aggressive tax relief while oil prices are riding high.</p><p>“Republicans are using the ‘e-word' — eliminate income taxes,” said Albuquerque-based pollster Brian Sanderoff, president of Research and Polling Inc. A Republican last won election to statewide office in 2016.</p><p>At the same time, they're questioning whether universal childcare will be financially sustainable.</p><p>The program is coming under direct fire in a lawsuit from cannabis entrepreneur and Republican candidate for governor Duke Rodriguez. He previously served as human service secretary under former Gov. Gary Johnson, a crusader for limited government who unsuccessfully ran for president as a Libertarian.</p><p>The lawsuit alleges the childcare program was implemented in November by Lujan Grisham without required authorization from the Legislature — though supporting legislation was passed this year. A court has ordered the administration to respond within 30 days.</p><p>Reflecting on the state’s oil income, Rodriguez says, “We don’t have a resource problem, what we have is a real results problem. We just spend and spend and spend with no accountability.”</p><p>Republican businessman Doug Turner describes wartime oil prices as an opportunity to overhaul the state tax code and wants means testing for childcare benefits. He lost the 2010 Republican primary to then-district attorney Susana Martinez, who went on to serve two terms as governor.</p><p>Gregg Hull, a former three-term mayor of Rio Rancho on the outskirts of Albuquerque, wants New Mexico to join the ranks of states with no personal income tax like Texas and Wyoming. Personal income taxes account for about $2.2 billion in annual state government income, offsetting about a fifth of annual general fund obligations.</p><p>Hull said he wants to double down on the oil economy by funneling budget surpluses to infrastructure projects in the state's main oil-production zone.</p><p>“This morning, when I was looking at a price of a barrel of oil, I said, ‘Well, that’s not great for consumers, but it’s awesome for New Mexico,'” Hull said.</p><p>___</p><p>Associated Press writer Becky Bohrer in Juneau, Alaska, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LAMHO52YY6NUC5W3CRMWTQNRJY.jpg?auth=990a8c4bab0cffdbb55b610da8728950c0b6a70dd15a4d9e540c249987d4d48f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former U.S. Interior Secretary Deb Haaland, a Democratic candidate for governor of New Mexico, greets people outside a candidate forum in Rio Rancho, N.M., on April 28, 2026, ahead of a June 2 primary election. (AP Photo/Morgan Lee)]]></media:description><media:credit role="author" scheme="urn:ebu">Morgan Lee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SPLDLV443GA2RSUGB7QSLTYXJM.jpg?auth=b37459425dcd22adfb6f1ea0da308c0a90f2e18f4aa94c9f2736b2248daeb7f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bernalillo County District Attorney Sam Bregman, one of two Democratic candidates for New Mexico governor, campaigns at Quezada's Comedy Club at Santa Ana Pueblo, N.M. on April 28, 2026, ahead of a June 2 primary election. (AP Photo/Morgan Lee)]]></media:description><media:credit role="author" scheme="urn:ebu">Morgan Lee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQSHTAYHZGSJMQPAU6QZQMT45Y.jpg?auth=a87f611635ec4016f07a9bd05d6ee6510b8534a3c7a6b487d2e442321b3a2802&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A pump jack operates at sunset in the Permian Basin near Loving, N.M., on Tuesday, May 20, 2025. (AP Photo/Susan Montoya Bryan, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QAVVYBA7YFEQQ7QAJB7CIGQMPI.jpg?auth=61fb87f2cac225e083203fa4b5e0da229f822ff794546dda11c54dd25419fadf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Candidates for governor of New Mexico participate in a public forum in Rio Rancho, N.M., on April 28, 2026, ahead of a June 2 primary election: From left to right, they are Democratic Bernalillo County District Attorney Sam Bregman, Republican businessman Doug Turner; Republican cannabis entrepreneur and health care expert Duke Rodriguez, Democratic former U.S. Interior Secretary Deb Haaland, and Republican former Rio Rancho mayor Gregg Hull. (AP Photo/Morgan Lee)]]></media:description><media:credit role="author" scheme="urn:ebu">Morgan Lee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7BSAJAXHZRHHNDOSXAYQCQ7DZ4.jpg?auth=728e37a9c0d9e98b51b69de3b71c0db960ac5e8ed52bd79e5a714f4966ee1ee6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A boat sails past a tanker anchored on the Strait of Hormuz off the coast Qeshm island, Iran, April 18, 2026. (AP Photo/Asghar Besharati, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Asghar Besharati</media:credit></media:content></item></channel></rss>