<?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>Fri, 15 May 2026 13:39:37 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Muere conductor en choque entre camión de plataforma y camión de carga en Okeechobee Road]]></title><link>https://www.local10.com/espanol/2026/05/15/muere-conductor-en-choque-entre-camion-de-plataforma-y-camion-de-carga-en-okeechobee-road/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/15/muere-conductor-en-choque-entre-camion-de-plataforma-y-camion-de-carga-en-okeechobee-road/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un conductor falleció este viernes por la mañana en un accidente en Okeechobee Road en Hialeah, según confirmó la Patrulla de Carreteras de Florida.]]></description><pubDate>Fri, 15 May 2026 13:37:18 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor murió la mañana de este viernes en un choque en Okeechobee Road en Hialeah, confirmó la Patrulla de Carreteras de Florida.</p><p>Según el teniente de la FHP Alex Camacho, el choque entre el camión de plataforma y un camión de carga ocurrió en los carriles en dirección sur de Okeechobee Road, en la intersección con Krome Avenue.</p><p>Camacho dijo que el camión de carga estaba detenido en una luz roja cuando un camión de plataforma amarillo se estrelló contra la parte trasera.</p><p>Las autoridades informaron que el conductor del camión de plataforma fue declarado muerto en la escena, mientras que el otro conductor no resultó herido.</p><p>Dos carriles en dirección sur de Okeechobee Road fueron cerrados tras la colisión.</p><p>Las identidades de las personas involucradas en el choque no fueron divulgadas de inmediato.</p>]]></content:encoded></item><item><title><![CDATA[Driver killed in crash involving flatbed truck, box truck on Okeechobee Road ]]></title><link>https://www.local10.com/traffic/2026/05/15/driver-killed-in-crash-involving-flatbed-truck-box-truck-on-okeechobee-road/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/05/15/driver-killed-in-crash-involving-flatbed-truck-box-truck-on-okeechobee-road/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A driver died Friday morning in a crash on Okeechobee Road in Hialeah, the Florida Highway Patrol confirmed.]]></description><pubDate>Fri, 15 May 2026 12:39:01 +0000</pubDate><content:encoded><![CDATA[<p>A driver died Friday morning in a crash on Okeechobee Road in Hialeah, the Florida Highway Patrol confirmed.</p><p><a href="https://www.local10.com/espanol/2026/05/15/muere-conductor-en-choque-entre-camion-de-plataforma-y-camion-de-carga-en-okeechobee-road/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/15/muere-conductor-en-choque-entre-camion-de-plataforma-y-camion-de-carga-en-okeechobee-road/">Leer en español</a></p><p>According to FHP Lt. Alex Camacho, the crash between the flatbed truck and a box truck occurred in the southbound lanes of Okeechobee Road, at the intersection with Krome Avenue.</p><p>Camacho said the box truck was stopped at a red light when a yellow flatbed truck crashed into the back of it.</p><p>The driver of the flatbed truck was pronounced dead at the scene, while the other driver was not injured, authorities said.</p><p>Two southbound lanes on Okeechobee Rd were closed after the collision. </p><p>The identities of those involved in the crash were not immediately released. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Rapper Kodak Black arrested in Broward, accused of trying to evade law enforcement]]></title><link>https://www.local10.com/news/local/2026/05/15/rapper-kodak-black-arrested-in-broward-accused-of-trying-to-evade-law-enforcement/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/15/rapper-kodak-black-arrested-in-broward-accused-of-trying-to-evade-law-enforcement/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[South Florida-based rapper Kodak Black is behind bars once again, this time in Broward County.]]></description><pubDate>Fri, 15 May 2026 11:15:32 +0000</pubDate><content:encoded><![CDATA[<p>South Florida-based rapper <a href="https://www.local10.com/topic/Kodak_Black/" target="_self" rel="" title="https://www.local10.com/topic/Kodak_Black/">Kodak Black</a> is behind bars once again, this time in Broward County.</p><p>Online jail records show Kodak, whose real name is Bill Kapri, was arrested Thursday on charges of attempting to flee/elude law enforcement and resisting an officer without violence.</p><p>Kodak’s arrest comes a week after he was <a href="https://www.local10.com/news/florida/2026/05/07/rapper-kodak-black-arrested-in-orange-county-on-drug-trafficking-charge/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/05/07/rapper-kodak-black-arrested-in-orange-county-on-drug-trafficking-charge/">arrested in central Florida on a drug trafficking charge</a>, stemming from a 2025 investigation.</p><p>It’s unclear why he allegedly fled from authorities in Broward, but Local 10 News has requested a copy of his arrest report.</p><p>In the central Florida case, Kodak, 28, faces a felony charge of trafficking in MDMA.</p><p>The arrest stems from a November 2025 investigation by Orlando police after officers responded to reports of gunfire near Children’s Safety Village on Fairvilla Road in Orlando.</p><p>According to the warrant, officers arrived to find several people gathered around two vehicles, including a BMW SUV and a Lamborghini SUV.</p><p>Police said officers smelled burnt cannabis coming from the BMW and conducted a search of the vehicle, where they found cannabis and a pink pill that tested positive for MDMA. During the investigation, Kodak, 28, who is currently living in Fort Lauderdale, approached officers and watched the search, the warrant states.</p><p>Investigators later searched the Lamborghini SUV and reported finding suspected narcotics, cash and firearms inside the vehicle.</p><p>According to the warrant, officers discovered a pink bag containing a substance later identified by the Florida Department of Law Enforcement as MDMA, along with about $37,000 in cash and documents bearing Kodak’s name.</p><p>The warrant states investigators also compared items found inside the vehicle, including a bag and lighter, to images posted on Kodak’s Instagram accounts.</p><p>Authorities said FDLE officials later confirmed the substance recovered from the bag was MDMA, weighing approximately 25 grams.</p><p>The rapper and others at the scene denied that the bag was theirs, however when he was informed that there was money in the bag, Kodak tried multiple times to have officers hand him the cash, saying it belonged to his business, the warrant stated.</p><p>Based on the investigation, Orlando police sought a warrant charging Kodak with trafficking in MDMA between 14 and 200 grams.</p><p>As of Friday morning, Kodak was being held at the Broward County Main Jail. </p><p>He appeared in bond court later in the morning where a judge ordered that he be held on a $3,500 bond. If he posts bond, he will not be allowed to possess any firearms, weapons or ammunition. </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/F2APXPMFPBD25NSOUCKVZ5VFUA.jpg?auth=e5d50c005016d8c3d581bcf03e0e6e980ae35063e7359e4567685caf11070af3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Starbucks to lay off 300 US corporate workers and close regional offices]]></title><link>https://www.local10.com/business/2026/05/15/starbucks-to-lay-off-300-us-corporate-workers-and-close-regional-offices/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/15/starbucks-to-lay-off-300-us-corporate-workers-and-close-regional-offices/</guid><dc:creator><![CDATA[By DEE-ANN DURBIN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 13:29:04 +0000</pubDate><content:encoded><![CDATA[<p>Starbucks said Friday it’s laying off 300 corporate employees and closing some U.S. offices as part of its ongoing turnaround.</p><p>No coffeehouse employees are affected, the company said. The cuts will impact employees in support functions like marketing, human resources and supply chain management. No international employees are affected for now, but Starbucks said it is also reviewing its corporate structure outside the U.S.</p><p>Starbucks said it’s also closing underused offices in Atlanta, Dallas, Chicago and other cities. The Seattle-based company recently announced that it's opening a corporate office in Nashville, Tennessee, that will employ up to 2,000 people within five years.</p><p>Starbucks expects to the moves to result in $400 million in restructuring charges, including $120 million in employee separation benefits.</p><p>Starbucks has been trying to reduce costs and complexity under Chairman and CEO Brian Niccol, who joined the company in 2024. Last year, the company laid off 2,000 corporate employees and closed hundreds of stores in the U.S., Canada and Europe.</p><p>Niccol said last month that the simplified structure is helping the company innovate more quickly. Starbucks is also investing in its remaining stores to improve customers' experience. It plans to redesign 1,000 U.S. stores this year to give them a cozier, more comfortable feel, and it's also hiring baristas to ensure faster service during busy times.</p><p>The efforts appear to be paying off. In the January-March period, Starbucks said its U.S. same-store sales, or sales at locations open at least a year, jumped 7%. Niccol called the quarter “the turn in our turnaround.”</p><p>“Our focus now is on sustaining our momentum and making our results repeatable and durable, all while delivering a healthy cost structure that supports profitable growth,” Niccol said during a conference call with investors. “It’s how we turn progress into consistent results.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RH4OYDU76I2NOU2TQZEYVR5SBE.jpg?auth=fa62863cc6626059ff9c7d6558a227da670d51be99aa0153eec1a41111ca785c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Starbucks global corporate headquarters building is seen Monday, May 11, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Lauderdale Lakes home sustains significant damage in fire ]]></title><link>https://www.local10.com/news/local/2026/05/15/lauderdale-lakes-home-sustains-significant-damage-in-fire/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/15/lauderdale-lakes-home-sustains-significant-damage-in-fire/</guid><dc:creator><![CDATA[Brett Knese, Amanda Batchelor]]></dc:creator><description><![CDATA[A fire erupted Friday morning at a home in Lauderdale Lakes.]]></description><pubDate>Fri, 15 May 2026 12:59:59 +0000</pubDate><content:encoded><![CDATA[<p>A fire erupted Friday morning at a home in Lauderdale Lakes.</p><p>Local 10 News was outside the home in the 2300 block of Northwest 34<sup>th</sup> Avenue as black soot covered the front entrance to the home.</p><p>A man who owns the home with his wife told Local 10’s Brett Knese that the fire erupted around 4:30 a.m.</p><figure><img src="https://www.local10.com/resizer/v2/LUKJ3KZGJJGQXDVHMLHVK7CTQE.jpeg?auth=d70d0fee07b6c82734b6f68a402cc90006dd00365699daa05d6e90e0fa9ae660&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“At about 4:30, 4:45, my wife heard a ‘pop,’” the homeowner said. “She said she had just went to the restroom and she heard a ‘pop.’ Of course, we didn’t think nothing about it. I said, ‘Let me go check it out.’ Walked in the den, the printer was the only thing burning. I tried to throw water on it. It did not help. Within five minutes, (all I saw) was flames and black smoke.” </p><p>Broward Sheriff Fire Rescue officials said firefighters got the blaze under control about 20 minutes after arriving. </p><p>The homeowner said they have lived there for over 20 years and just finished some renovations to the interior of their home.</p><p>He said they are grateful to be able to walk away safe, but are devastated about the damage left behind.</p><p>The official cause of the fire remains under investigation by the State Fire Marshal’s Office.</p><p>The Red Cross is now assisting the displaced couple. </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[FBI offers $200,000 reward to catch ex-Air Force specialist wanted on espionage charges in Iran]]></title><link>https://www.local10.com/news/national/2026/05/15/fbi-offers-200000-reward-to-catch-ex-air-force-specialist-wanted-on-espionage-charges-in-iran/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/15/fbi-offers-200000-reward-to-catch-ex-air-force-specialist-wanted-on-espionage-charges-in-iran/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 13:21:39 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The FBI is offering a $200,000 reward for information leading to capture and prosecution of a former U.S. Air Force counterintelligence specialist who defected to Iran in 2013 and was later charged with revealing classified information to the Tehran government.</p><p>Monica Elfriede Witt, 47, was indicted by a federal grand jury in February 2019 on charges of espionage, including transmitting national defense information to the government of Iran. She remains at large.</p><p>Witt “allegedly betrayed her oath to the Constitution more than a decade ago by defecting to Iran and providing the Iranian regime National Defense Information and likely continues to support their nefarious activities,” Daniel Wierzbicki, special agent in charge of the FBI Washington Field Office’s Counterintelligence and Cyber Division, said in a news release Wednesday.</p><p>“The FBI has not forgotten and believes that during this critical moment in Iran’s history, there is someone who knows something about her whereabouts.”</p><p>It wasn't immediately known why the FBI was bringing attention to Witt's case. The United States and Iran have been at war since Feb. 28.</p><p>Witt served in the Air Force between 1997 and 2008, where she was trained in the Farsi language and was deployed overseas on classified counterintelligence missions, including to the Middle East. She later found work as a Defense Department contractor.</p><p>The Texas native defected to Iran in 2013 after being invited to two all-expense-paid conferences in the country that the Justice Department says promoted anti-Western propaganda and condemned American moral standards.</p><p>Before that, Witt had been warned by the FBI about her activities, but told agents that she would not provide sensitive information about her work if she returned to Iran, prosecutors said.</p><p>According to the indictment, Witt placed at risk "sensitive and classified U.S. national defense information and programs,” the news release said.</p><p>“Witt allegedly intentionally provided information endangering U.S personnel and their families stationed abroad. She also allegedly conducted research on behalf of the Iranian regime to allow them to target her former colleagues in the U.S. government,” it said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MRDF2DGWIYGBTRU6Z4Q64IXQUY.jpg?auth=29cb2a0af01b5287bbf56042bac65da2979a07804fe870dfbadc358f94408382&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., Jan. 16, 2025. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FL7CAEEO4OYADFFCI3N4CEDMC4.jpg?auth=32f420f6eea588b6c07fa399bc586070d159e4a49790fe634900b8c46ec58ab2&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 FBI on Thursday, May 14, 2026 shows the wanted poster for Monica Elfriede Witt. (FBI via AP)]]></media:description></media:content></item><item><title><![CDATA[Bayskate returns to Coconut Grove with 6-week roller skating residency]]></title><link>https://www.local10.com/features/2026/05/15/bayskate-returns-to-coconut-grove-with-6-week-roller-skating-residency/</link><guid isPermaLink="true">https://www.local10.com/features/2026/05/15/bayskate-returns-to-coconut-grove-with-6-week-roller-skating-residency/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Roller skating, Miami bass music and late-night bites are rolling back into Coconut Grove as Bayskate Miami returns for a six-week residency at The Hangar.]]></description><pubDate>Fri, 15 May 2026 12:29:23 +0000</pubDate><content:encoded><![CDATA[<p>Roller skating, Miami bass music and late-night bites are rolling back into Coconut Grove as <a href="https://www.instagram.com/bayskatemiami/\" target="_self" rel="" title="https://www.instagram.com/bayskatemiami/\">Bayskate Miami</a> returns for a six-week residency at <a href="https://thehangarcoconutgrove.com/" target="_self" rel="" title="https://thehangarcoconutgrove.com/">The Hangar</a>.</p><p>The pop-up skating experience is taking over the venue through June 14, offering themed nights, food and cocktails, and a mix of old-school and modern Miami culture.</p><p>“What we wanted to do was keep the authentic feel of a skating rink and keep it classic with the music,” said Alex Macis, chief operative creative for Bayskate Miami. “It’s how we grew up, it’s a culture that’s really dear to us.”</p><p>Bayskate co-founder Marcos Macis said the concept began a decade ago in Bayfront Park as a way to activate public spaces.</p><p>“It was an idea to activate public spaces,” he said. “For those who don’t understand the Miami skate culture, there is a deep-rooted skate culture in Miami. So it’s not a disco themed experience. It’s actually a Miami experience.”</p><p>The 20,000-square-foot air-conditioned space features rotating themes each night, including TropiBass on Thursdays, disco nights on Fridays, Miami freestyle on Saturdays and open-format skating on Sundays.</p><p>“So Thursday nights we have TropiBass, which is a Latin fusion and Miami bass type thing. On Fridays we have our disco night, on Saturday we have our Miami freestyle night and on Sunday it’s kind of an open format,” Marcos Macis said.</p><p>Organizers said the experience also includes food and drinks, including wood-fired pizza and margarita flights.</p><p>“You’re going to have quality food, quality cocktails, we have margarita flights, wood oven fired pizza,” Alex Macis said. “We’ve got a mix of old school and new school so it’s going to be a good experience.”</p><p>Bayskate runs Thursday through Sunday, with ticket prices starting around $25, according to organizers. A $100 season skate pass is also available.</p><p>“Ticket prices start at around $25, $15 for kids during the day,” Marcos Macis said.</p><p>The founders say the goal is to keep skating accessible for all ages and skill levels.</p><p>“The thing is roller skating when we grew up is always something that is so inclusive, regardless of age or gender everybody was enjoying themselves in the same spot,” Alex Macis said.</p><p>“Bring your family, friends, date night, couples, families. I think we have a little bit for everybody. Hope to see you soon,” he added.</p><p><a href="https://bayskatemiami.com/" target="_self" rel="" title="https://bayskatemiami.com/">Click here</a> for more information on how you can purchase tickets or book a party. </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[Beef Sir Fry with Ramen Noodles]]></title><link>https://www.local10.com/soflo-taste/2026/05/15/beef-sir-fry-with-ramen-noodles/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/05/15/beef-sir-fry-with-ramen-noodles/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Beef & Noodles]]></description><pubDate>Fri, 15 May 2026 12:19:30 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Beef Sir Fry with Ramen Noodles</b></u></p><p>1 package beef ramen</p><p>neutral oil for sauteing, like grapeseed or canola, as needed</p><p>6 ounce skirt steak, cut into thin strips</p><p>½ cup snow peas, ends trimmed, cut into 1/3rds</p><p>½ cup snap peas, ends trimmed, cut into 1/3rds</p><p>3 scallions, whites and light green, thinly sliced </p><p><b>For the sauce:</b></p><p>¼ cup Oyster sauce</p><p>¼ cup Soy sauce</p><p>1 teaspoon granulated sugar</p><p>1 tablespoon Sesame oil</p><p>Cook the noodles in water until al dente, about 1 minute less than package instructions. Drain.</p><p>While the noodles cook, heat a drizzle of oil over medium-high heat in a wok or tall-sided, large sauté pan. Sauté the beef for 1-2 minutes until it begins to caramelize. Add in the snow peas and snap peas and the cooked noodles. Stir to combine then add in the sauce. You can add a little of the flavoring packet to boost the flavor if desired. Sauté for 1-2 minutes to marry flavors. Add in the scallions and serve immediately.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6CGSFABJPRGW5KDW7BXFZCMKNI.jpg?auth=dec9d1a46525f9f6fd33ffcc4fcb64058bcd69197dbfc84f6b607a5d0a8d5a34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Jimmy Graham honored at SEED School Miami as students celebrate achievements]]></title><link>https://www.local10.com/news/local/2026/05/14/jimmy-graham-honored-at-seed-school-miami-as-students-celebrate-achievements/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/jimmy-graham-honored-at-seed-school-miami-as-students-celebrate-achievements/</guid><dc:creator><![CDATA[Clay Ferraro, Will Manso]]></dc:creator><description><![CDATA[Former Miami Hurricanes star Jimmy Graham got to live out his dream of becoming an NFL player, and on Thursday night, he was honored at a South Florida school where students are overcoming tough challenges while chasing dreams of their own.]]></description><pubDate>Fri, 15 May 2026 03:34:10 +0000</pubDate><content:encoded><![CDATA[<p>Former Miami Hurricanes star Jimmy Graham got to live out his dream of becoming an NFL player, and on Thursday night, he was honored at a South Florida school where students are overcoming tough challenges while chasing dreams of their own.</p><p>The annual Legacy Ceremony was held at SEED School of Miami, a tuition-free boarding school with a 24-hour learning environment.</p><p>Graham was recognized for his work helping guide students in future projects. The SEED School is now 12 years old and has a 100% college acceptance rate.</p><p>Graham, who overcame many challenges growing up, said he quickly recognized how special the school is.</p><p>Meanwhile, on Thursday, Local 10 News’ Clay Ferraro was at Miami Dade College’s North Campus for the first-ever Champions Gala.</p><p>The event honored middle school and lower school athletes with an awards show that had the feel of the Oscars.</p><p>Ferraro also delivered a speech to the athletes about the importance of youth sports in his life and the life of his family.</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[Shrimp “Pad Thai” Ramen]]></title><link>https://www.local10.com/soflo-taste/2026/05/15/shrimp-pad-thai-ramen/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/05/15/shrimp-pad-thai-ramen/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Shrimp & Noodles]]></description><pubDate>Fri, 15 May 2026 12:17:53 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Shrimp “Pad Thai” Ramen</b></u></p><p>1 package shrimp ramen</p><p>neutral oil for sauteing, like grapeseed or canola, as needed</p><p>½ pound 16/20 shrimp, peeled and deveined</p><p>½ block firm tofu, drained and cubed</p><p>1 cup bean sprouts</p><p>4 scallions, whites and light green, thinly sliced</p><p>¼ cup salted roasted peanuts, lightly chopped</p><p><b>For the Pad Thai sauce:</b></p><p>¾ cup tamarind concentrate</p><p>¾ cup palm sugar, finely chopped</p><p>¾ cup brown sugar</p><p>¼ cup fish sauce</p><p>½ cup water</p><p><b>Prepare the Pad Thai sauce:</b></p><p>In a small bowl, combine all ingredients for the sauce and mix well.</p><p><b>Cooking the Pad Thai:</b></p><p>Cook the noodles according to package instructions, however, cook 1 minute less than advised.</p><p>While the noodles cook, heat a drizzle of oil over medium-high heat in a wok or tall-sided, large sauté pan. Add the shrimp and sauté for 1-2 minutes until they start to turn pink. Add the cooked noodles, tofu, and bean sprouts into the wok. Stir to combine, add as much Pad Thai sauce as desired and stir fry for 1-2 minutes. You can add a little of the flavoring packet to boost the flavor if desired. Top the scallions and chopped peanuts. Serve immediately.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/465I22EH7BEDFFP3KQ7NPTSNPU.jpg?auth=d4ece1cd087fa7605bd091394ab2aa5dc44f30e37d6a6ea86fac54225aa9762d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Isn’t It Ramen-tic ]]></title><link>https://www.local10.com/soflo-taste/2026/05/15/isnt-it-ramen-tic/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/05/15/isnt-it-ramen-tic/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[A Cheesy Way To Serve Ramen]]></description><pubDate>Fri, 15 May 2026 12:16:13 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Dressed-Up Cheesy Chicken Ramen</b></u></p><p>1 package chicken ramen</p><p>1-2 slices American cheese</p><p>scallions, thinly sliced, for garnish </p><p>jammy poached eggs, for serving (see recipe below)</p><p>Following the package of chicken ramen, cut cooking time by 1 minute. When ready, add 2 slices of American cheese and the scallions just after adding the chicken flavor packet and mix together. Add the jammy eggs cut in half (recipe below) and serve while piping hot.</p><p><b>For the jammy eggs:</b></p><p>4 eggs</p><p>large ice bath</p><p>Bring a large saucepan of water to a rapid boil. Carefully add the eggs to the boiling water. Set your timer for 7 minutes.</p><p>While the eggs are boiling, prepare your ice bath. Fill a large bowl with ⅔ ice and cover it with cold tap water. Set aside.</p><p>At the 7-minute mark exactly, carefully remove the eggs one by one with a slotted spoon. Transfer each egg immediately to the ice bath and allow the eggs to sit in the ice bath for about 5 minutes.</p><p>Carefully peel each egg.</p><p>Slice the peeled eggs in half. Marinate in the recipe below for up to an hour.</p><p><b>Optional marinade for the eggs:</b></p><p>2 tablepsoons soy sauce</p><p>2 tablespoons granulated sugar</p><p>Mix together until sugar is dissolved.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NPMGKWA4KRFHXGJGGYF75CZ3TA.jpg?auth=8ac6a36c6d230fb8f738dbb4d7a622def8dc760f3cdbbc866890855513bdd778&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></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, Christian De La Rosa]]></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>Another resident, Samiir Syne, said it’s usually a safe area.</p><p>“It’s bizarre, I think it’s a safe area, and the fact that it was right there,” she said.</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>According to neighbors, it took SWAT a few hours to find the possible shooter.</p><p>“They were pretty much trying to see if he’s in the building still, if he’s in this area,” said neighbor Storm Whittaker.</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>Police told Local 10 News it has notified the family but has yet to release the man’s identity.</p><p>The victim’s family declined to speak.</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[DeSantis responds to questions about future of Alligator Alcatraz]]></title><link>https://www.local10.com/news/local/2026/05/14/desantis-responds-to-questions-about-future-of-alligator-alcatraz/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/desantis-responds-to-questions-about-future-of-alligator-alcatraz/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[For weeks, rumors have been circulating that Alligator Alcatraz, the controversial immigration detention facility in the Everglades, is set to close in June. The facility is costing Florida taxpayers about $1 million a day.]]></description><pubDate>Thu, 14 May 2026 22:08:03 +0000</pubDate><content:encoded><![CDATA[<p>For weeks, rumors have been circulating that Alligator Alcatraz, the controversial immigration detention facility in the Everglades, is set to close in June. The facility is costing Florida taxpayers about $1 million a day.</p><p>On Thursday, Gov. Ron DeSantis answered more questions about the future of the detention center, though he still did not give a definitive yes or no on whether it will shut down.</p><p>DeSantis defended Florida’s involvement in hosting the immigration facility in the middle of the Everglades.</p><p>“We did it because we were asked to do it and I’m happy that we saved Floridians from having to face 22,000, many of whom would have done, I think, some bad things,” DeSantis said. “Well, they may not always keep them. We always said it was going to be temporary. They haven’t told us they don’t want it anymore.”</p><p>The governor also made it clear he would prefer the federal government handle immigration enforcement entirely.</p><p>“I would rather not have anything to do with this,” DeSantis said. “I’d rather just have our laws enforced, our border secure and have the federal government handle 100% of it. That would be fine with me. I know if Florida didn’t stand up, this job wasn’t going to get done the way it needed to get done.”</p><p>Earlier Thursday morning, Local 10 News was exclusively there as detainee <a href="https://www.local10.com/news/local/2026/05/14/after-6-months-in-alligator-alcatraz-miami-dade-father-reunites-with-family/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/14/after-6-months-in-alligator-alcatraz-miami-dade-father-reunites-with-family/">Justo Bentacourt reunited with his family</a> after spending six months at the detention center.</p><p>Bentacourt said he has heard from staff inside the facility that the detention center will shut down.</p><p>“That’s what he said,” Bentacourt said. “I have to see it first before I say it’s closed and it never closes.”</p><p>Attempts to deport Bentacourt to both Cuba and Mexico failed because of his health condition. This week, a judge granted his release after he spent more than 180 days in detention.</p><p>“January 23rd, they were supposed to send me home,” Bentacourt said. “Cuba didn’t accept me. Mexico didn’t accept me. Why are you letting me stay over there -- for what? For nothing.”</p><p>Vendors paid by the state confirmed to Local 10 News that they have been notified the detention center will close next month to allow time for logistics and related operations to wrap up, with the goal of shutting it down before hurricane season.</p><p>Local 10 News reached out to the Federal Emergency Management Agency and received a statement attributed to a Department of Homeland Security spokesperson.</p><p>“FEMA is working closely with the Florida Division of Emergency Management and the State of Florida,” the statement said. “Reimbursement requests are in process. Updates will be provided as the process continues.”</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[HealthCast: New gene therapy helping children with rare genetic disorder]]></title><link>https://www.local10.com/health/2026/05/14/healthcast-new-gene-therapy-helping-children-with-rare-genetic-disorder/</link><guid isPermaLink="true">https://www.local10.com/health/2026/05/14/healthcast-new-gene-therapy-helping-children-with-rare-genetic-disorder/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[There is a new game changer for children with a certain form of muscular dystrophy.]]></description><pubDate>Thu, 14 May 2026 22:07:26 +0000</pubDate><content:encoded><![CDATA[<p>There is a new game changer for children with a certain form of muscular dystrophy.</p><p>Now, a child who was destined to end up in a wheelchair with possible heart and respiratory problems has the chance to be able to run and play.</p><p>That dream is a reality thanks to an innovative gene therapy, and one South Florida hospital is leading the way.</p><p>Nine-year-old Ka’Lee loves to climb and run and play outdoors, but when he was just a toddler, his mother, Carmen Stinnett, knew something wasn’t quite right. </p><p>“I knew because I have four children and they always met their milestones,” she said. “So I knew something was different. I knew something was wrong.”</p><p>That mother’s intuition led to a frightening diagnosis. </p><p>Ka’Lee has duchenne muscular dystrophy, a potentially deadly genetic disorder that causes patients, as they get older, to become weaker and lose their ability to walk.</p><p>But now there is hope for children like Ka’Lee in the form of a new therapy that restores some of the genes these children are missing.</p><p>It’s called ELEVIDYS, a one-time infusion with big results.</p><p>“With gene therapy, you are trying to correct the underlying gene problem,” said Dr. Migvis Monduy, of Nicklaus Children’s Hospital. “It’s not a cure for this particular disease, because the dystrophin gene is one of the bigger ones in the body. It’s too big to replace altogether.”</p><p>The gene therapy has been approved for children 4 years and older.</p><p>For Stinnett and Ka’Lee, a mother’s intuition, an early diagnosis, and innovative medical technology has been a winning combination.</p><p>“Before, he didn’t run. He runs now,” Stinnett said. “He walks a lot better; he has more stability. It’s really helped him a lot.</p><p>“I am happy and blessed. I was so happy he got the gene therapy. I was worried and concerned, but this has been life changing.”</p><p>Nicklaus Children’s Hospital was one of the first hospitals in the country to offer the therapy.</p><p>Monduy also said that because early diagnosis is vital, starting in 2027 in Florida, newborns will be tested for duchenne muscular dystrophy in the hospital.</p><p><div style="position: relative; width: 100%; height: 0px; padding: 184.14% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/511c51df-61b2-4c50-acac-b21a0e20f5a5?src=embed&amp;embed_type=responsive_iframe" title="HealthCast " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[Officials look to educate public about trafficking dangers ahead of World Cup]]></title><link>https://www.local10.com/news/local/2026/05/14/officials-look-to-educate-public-about-trafficking-dangers-ahead-of-world-cup/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/officials-look-to-educate-public-about-trafficking-dangers-ahead-of-world-cup/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Amanda Altma, the CEO of Kristi House, knows from experience how traffickers leverage large sporting events.]]></description><pubDate>Thu, 14 May 2026 21:45:45 +0000</pubDate><content:encoded><![CDATA[<p>Amanda Altma, the CEO of Kristi House, knows from experience how traffickers leverage large sporting events.</p><p><a href="https://www.local10.com/espanol/2026/05/14/funcionarios-buscan-educar-al-publico-sobre-peligros-de-trata-de-personas-antes-del-mundial/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/funcionarios-buscan-educar-al-publico-sobre-peligros-de-trata-de-personas-antes-del-mundial/">Leer en español</a></p><p>Kristi House is a Miami-based non-profit that provides trauma-informed care to trafficking victims. </p><p>Miami-Dade County’s law enforcement community and prosecutors are gearing up for the FIFA World Cup and launching an awareness campaign.</p><p>“(We are) getting people to literally care about one another in society,” said Philippa King, Deputy CEO of <a href="https://www.instagram.com/its_apenalty/" target="_self" rel="" title="https://www.instagram.com/its_apenalty/">It’s a Penalty</a>.</p><p>Passengers flying into Miami International Airport on major carriers, including American Airlines, will see a video on their flight regarding trafficking safety. </p><p>“A young boy saw the film and called out,” said King. “One life we helped.”</p><p>A spokesperson for Uber said they are rolling out in-app resources and education material for drivers, another key group who can help in this multi-agency effort that includes front line workers from TSA, hotel and hospitality workers to stadium staff. </p><p>“Hotels can be exploited by traffickers who want to hide in the shadows,” said Glenn Sampert, general manager of InterContinental Miami by IHG.</p><p>Officials spoke about some of the signs to look out for, including women who defer to a man and seem overall attached to them and who don’t have access to paperwork or money to purchase items.</p><p><b>HOW TO REPORT SUSPICIOUS ACTIVITY</b></p><p>Call: 305-349-7867 (305-FIX-STOP)</p><p>If you are in immediate danger, please call 911.</p><p>National Human Trafficking Hotline: 1-888-373-7888</p><p>Text: 233733 (BEFREE)</p><p><a href="https://humantraffickinghotline.org/en" target="_self" rel="" title="https://humantraffickinghotline.org/en">humantraffickinghotline.org</a></p><p>National Center of Missing and Exploited Children</p><p>1-800-THE-LOST (1-800-843-5678)</p><p>Cyber tip line: <a href="https://itsapenalty.org/na2026/usa/miami/" target="_self" rel="" title="https://itsapenalty.org/na2026/usa/miami/">itsapenalty.org</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[Concerned family searching for missing 18-year-old autistic man]]></title><link>https://www.local10.com/news/local/2026/05/14/concerned-family-searching-for-missing-18-year-old-autistic-man/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/concerned-family-searching-for-missing-18-year-old-autistic-man/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Relatives of Jonathan Torres, an 18-year-old autistic man from Texas, say he loved the idea and the allure of Miami. ]]></description><pubDate>Thu, 14 May 2026 21:04:07 +0000</pubDate><content:encoded><![CDATA[<p>Relatives of Jonathan Torres, an 18-year-old autistic man from Texas, say he loved the idea and the allure of Miami. </p><p><a href="https://www.local10.com/espanol/2026/05/14/familia-preocupada-busca-a-joven-autista-de-18-anos-desaparecido/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/familia-preocupada-busca-a-joven-autista-de-18-anos-desaparecido/">Leer en español</a></p><p>Now they believe he is missing somewhere in the city, or nearby. </p><p>Miami Beach police have issued a missing persons advisory for Torres, who was believed to have stayed at a hotel near Harding Avenue and 73rd Street last week. </p><p>“He’s absolutely enamored with Miami,” said grandmother Michelle Lowe-Christensen. “As an autistic person, he becomes very fixated.”</p><p>Lowe-Christensen has been posting videos that have gone viral on TikTok about her missing grandson. She is now in South Florida to look for him. </p><p>She told Local 10 News that Torres left his job at a car wash early last week and booked a last-minute flight to Miami, after a layover in Denver. </p><p>When Torres did not arrive home where he lives with his father in Austin, and never answered phone calls, the family began tracking his phone. They said they also have access to his iMessages and his bank account. </p><p>The 18-year-old is high-functioning but trusting, the family said. </p><p>“He does not see fear. He sees all people as friendly,” Lowe-Christensen said. </p><p>They believe he went to Dadeland Mall on Friday and said bank records show he bought clothing.</p><p>Later in the evening, his phone pinged in the Brickell area, then in downtown Miami Saturday morning, Lowe-Christensen said.</p><p>The tracking apps then went dark. </p><p>Miami Beach police are asking anyone in the community who might have seen Torres to call them at 305-673-7900.</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[Victim recovering after North Miami machete attack]]></title><link>https://www.local10.com/news/local/2026/05/14/victim-recovering-after-north-miami-machete-attack/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/victim-recovering-after-north-miami-machete-attack/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Newly released video shows police arriving to the scene of an alleged machete attack. ]]></description><pubDate>Thu, 14 May 2026 20:52:01 +0000</pubDate><content:encoded><![CDATA[<p>Newly released video shows police arriving to the scene of an alleged machete attack. </p><p><a href="https://www.local10.com/espanol/2026/05/14/victima-se-recupera-tras-ataque-con-machete-en-north-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/victima-se-recupera-tras-ataque-con-machete-en-north-miami/">Leer en español</a></p><p>It happened Sunday afternoon in the area of Northeast 142nd Street and Sixth Avenue in North Miami.</p><p>Police said they arrived to the scene to find one man bleeding profusely from his hand while holding another man against a fence.</p><p>According to authorities, the man bleeding, Bryant Toletino, is the victim in this case. </p><p>He is even heard telling the suspect, 31-year-old Ariel Alvarez, not to act like the victim. </p><p>Police said Toletino was attacked by Alvarez with a machete.</p><p>Authorities said the victim was visiting a friend and Alvarez was outside the apartment. They knew each other from the neighborhood, cops said. </p><p>The two men were engaged in a conversation, and then, Toletino said Alvarez just lost it.</p><p>Police said Alvarez told them he was acting in self-defense, but they said surveillance video told another story. </p><p>Jail records show Alvarez is facing a felony charge of aggravated battery with a deadly weapon. </p><p>As of Thursday, he was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.” He was also placed on an immigration hold. </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[Authorities investigate after man rushed to hospital after being shot in Broward ]]></title><link>https://www.local10.com/news/local/2026/05/14/authorities-investigate-after-man-rushed-to-hospital-after-being-shot-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/authorities-investigate-after-man-rushed-to-hospital-after-being-shot-in-broward/</guid><dc:creator><![CDATA[Samiar Nefzi, Ryan Mackey]]></dc:creator><description><![CDATA[A man was hospitalized Thursday after he was shot in Broward County. ]]></description><pubDate>Thu, 14 May 2026 19:46:39 +0000</pubDate><content:encoded><![CDATA[<p>A man was hospitalized Thursday after he was shot in Broward County, according to investigators. </p><p><a href="https://www.local10.com/espanol/2026/05/14/autoridades-investigan-despues-de-que-hombre-fuera-trasladado-al-hospital-tras-ser-baleado-en-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/autoridades-investigan-despues-de-que-hombre-fuera-trasladado-al-hospital-tras-ser-baleado-en-broward/">Leer en español</a></p><p>Authorities said 911 dispatchers received a call around 11:45 a.m. reporting that a man had been shot and was on his way to a hospital.</p><p>Deputies responded and located the victim north of Sheridan Street and 56th Avenue in Hollywood. Officials said the man was indeed suffering from a gunshot wound.</p><p>Broward Sheriff Fire Rescue personnel transported the victim to a local hospital with injuries that were not considered life-threatening, authorities said.</p><p>According to investigators, the shooting may have occurred near Mary Saunders Park in West Park.</p><p>“It’s surprising. A very quiet neighborhood. BSO is already around here,” said a mother who was picking up her child from an afterschool program at the park hours after the incident.</p><p>Detectives with BSO’s Violent Crime Unit are investigating the circumstances surrounding the shooting.</p><p>No other details about the victim were immediately released. </p><p>Anyone with information about the shooting is urged to call Broward Crime Stoppers at 654-493-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Winner pays $9 million in charity auction for a private lunch with Warren Buffett and Stephen Curry]]></title><link>https://www.local10.com/news/weird-news/2026/05/15/winner-pays-9-million-in-charity-auction-for-a-private-lunch-with-warren-buffett-and-stephen-curry/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/05/15/winner-pays-9-million-in-charity-auction-for-a-private-lunch-with-warren-buffett-and-stephen-curry/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 11:52:28 +0000</pubDate><content:encoded><![CDATA[<p>Someone paid more than $9 million to have lunch with basketball player Stephen Curry and Warren Buffett, and the legendary investor also promised to match the winning bid so both their favorite charities will benefit.</p><p>The auction on eBay was intended to revive an event that Buffett hosted for more than two decades that raised $53 million for the GLIDE Foundation homeless charity in San Francisco. This year's auction that wrapped up Thursday night also raised month for Curry's Eat.Learn.Play. Foundation that he established with his wife, Ayesha.</p><p>The anonymous winner paid $9,000,100 to win a private lunch with Buffett and the Currys in the 95-year-old investor's hometown of Omaha, Nebraska, next month.</p><p>"We’re overwhelmed with gratitude for this opportunity, which reflects a shared belief that when different generations and institutions come together with purpose, we can create deeper and more lasting impact for the people who need it most,” the Currys said in a statement.</p><p>The Buffett auctions started in 2000 and continued every year until the pandemic prompted a couple years off. Starting in 2008, every winning bid for lunch with the investing giant topped $1 million. He discontinued the event after someone paid $19 million for a lunch in 2022.</p><p>A follow-up auction in 2024 raised $1.5 million for a lunch with software titan Marc Benioff, but that version of the event didn't last.</p><p>Buffett reached out to the Currys earlier this year to ask them to join the lunch auction this year. Curry missed 27 games this year before returning to help the Golden State Warriors down the stretch.</p><p>Buffett stepped down as CEO of Berkshire Hathaway in January after six decades of leading the conglomerate. He remains chairman, but just sat through his first annual shareholder meeting — sitting in the audience instead of leading the event from stage.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BM34YSQSZPFVZRTGDCP3QMI44I.jpg?auth=fe89c4f5a18464b8feff1a0a281fc3e5ba39f5feee477e5846a2e9a6eb8bc8b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Berkshire Hathaway shareholder takes a selfie in front of a Pilot truck stops semi truck with pictures of Berkshire's top two executives behind the wheel: new CEO Greg Abel and Chairman Warren Buffett on Friday, May 1, 2026 in Omaha, Neb. (AP Photo/Josh Funk)]]></media:description><media:credit role="author" scheme="urn:ebu">Josh Funk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4IUABK6FSKCQINJ7466NXRSDOM.jpg?auth=0696bd6c0ead2a05519c40b16afdae36605d315b0c7d668e880b7ee652a5e9d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Berkshire Hathaway shareholders line up to buy products at the Pampered Chef booth behind a cutout of longtime CEO Warren Buffett who stepped down in January on Friday, May 1, 2026 in Omaha, Neb. (AP Photo/Josh Funk)]]></media:description><media:credit role="author" scheme="urn:ebu">Josh Funk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6GDL243UKG6T7NPRE46O3CWQEI.jpg?auth=b51bf78477ba354e43a742cb2f5186a5c0d52924410ac4219c99aad13ac8cb1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ayesha Curry, left, and Stephen Curry arrive at The Metropolitan Museum of Art's Costume Institute benefit gala celebrating the opening of the "Costume Art" exhibition on Monday, 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></item><item><title><![CDATA[Weekday Recap: Trending Stories on Local10.com]]></title><link>https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</link><guid isPermaLink="true">https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</guid><description><![CDATA[Here are the Top 10 stories that were trending on Local10.com this week.]]></description><pubDate>Fri, 01 Aug 2025 12:38:57 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/">Local10.com</a> this week. </p><p><a href="https://www.local10.com/espanol/2026/05/08/resumen-de-la-semana-historias-de-tendencia-en-local10com/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/08/resumen-de-la-semana-historias-de-tendencia-en-local10com/">Leer en español</a></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">MDSO: Mother arrested after son, 6, shoots himself with her gun</a></li><li><a href="https://www.local10.com/news/local/2026/05/13/miami-gardens-man-busted-after-depositing-stolen-checks-worth-over-50k">Miami Gardens man busted after depositing stolen checks worth over $50K</a></li><li><a href="https://www.local10.com/news/local/2026/05/14/after-6-months-in-alligator-alcatraz-miami-dade-father-reunites-with-family">After 6 months in Alligator Alcatraz, Miami-Dade father reunites with family</a></li><li><a href="https://www.local10.com/news/local/2026/05/13/man-accused-of-molesting-girl-12-on-way-to-miami-gardens-school">Man accused of molesting girl, 12, on way to Miami Gardens school</a></li><li><a href="https://www.local10.com/news/local/2026/05/14/mother-daughter-facing-felony-charges-for-allegedly-defrauding-dental-clinic-both-worked-for-cops">Mother, daughter facing felony charges for allegedly defrauding dental clinic both worked for: Cops</a></li><li><a href="https://www.local10.com/news/local/2026/05/11/residents-say-theyre-trapped-in-construction-zone-as-memorial-regional-expansion-grows">Residents say they’re trapped in construction zone as Memorial Regional expansion grows</a></li><li><a href="https://www.local10.com/news/florida/2026/05/11/south-florida-officers-sue-ben-affleck-and-matt-damon-claiming-details-in-the-rip-are-too-real">South Florida officers sue Ben Affleck and Matt Damon, claiming details in ‘The Rip’ are too real</a></li><li><a href="https://www.local10.com/news/local/2026/05/11/driver-arrested-following-fatal-crash-on-i-75-in-weston">Driver arrested following fatal crash on I-75 in Weston</a></li><li><a href="https://www.local10.com/news/local/2026/05/11/miami-dade-teacher-accused-of-kissing-groping-male-student">Miami-Dade teacher accused of kissing, groping male student</a></li><li><a href="https://www.local10.com/health/2026/05/11/one-evacuated-passenger-tests-positive-for-hantavirus-and-another-develops-symptoms-on-flight-home/" target="_self" rel="" title="https://www.local10.com/health/2026/05/11/one-evacuated-passenger-tests-positive-for-hantavirus-and-another-develops-symptoms-on-flight-home/">One evacuated passenger tests positive for hantavirus and another develops symptoms on flight home</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRFY3TGIJJFCTHOPV7ITXPYVHM.png?auth=e9a67cf5fb2dc899eeb0bc14cfb588292199632c1d46fc8b9db7d827acb0fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[DOJ reportedly preparing indictment against Cuba’s Raúl Castro ]]></title><link>https://www.local10.com/news/2026/05/15/doj-reportedly-preparing-indictment-against-cubas-raul-castro/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/15/doj-reportedly-preparing-indictment-against-cubas-raul-castro/</guid><dc:creator><![CDATA[Magdala Louissaint, Amanda Batchelor]]></dc:creator><description><![CDATA[The U.S. Department of Justice is reportedly preparing to indict Raúl Castro, the 94-year-old brother of Fidel Castro, in connection with the 1996 shootdown of two Brothers to the Rescue planes, according to a Reuters report published Thursday night.]]></description><pubDate>Fri, 15 May 2026 11:39:14 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Department of Justice is reportedly preparing to indict Raúl Castro, the 94-year-old brother of Fidel Castro, in connection with the 1996 shootdown of two Brothers to the Rescue planes, according to a <a href="https://www.reuters.com/legal/government/us-plans-indict-cubas-raul-castro-us-doj-official-says-2026-05-15/" target="_self" rel="" title="https://www.reuters.com/legal/government/us-plans-indict-cubas-raul-castro-us-doj-official-says-2026-05-15/">Reuters</a> report published Thursday night.</p><p>The report surfaced the same day CIA Director John Ratcliffe and other U.S. government delegates <a href="https://www.local10.com/news/world/2026/05/14/cia-director-john-ratcliffe-met-with-raul-castros-grandson-in-havana-us-and-cuban-officials-say/" target="_self" rel="" title="https://www.local10.com/news/world/2026/05/14/cia-director-john-ratcliffe-met-with-raul-castros-grandson-in-havana-us-and-cuban-officials-say/">traveled to Cuba for a high-level meeting with Cuban officials.</a></p><p>Photos posted on the CIA’s X account showed Ratcliffe meeting with Cuban officials during the visit. Cuban authorities said they agreed to the meeting to reassure U.S. leaders that Cuba does not pose a threat to the United States.</p><p>For many in South Florida’s Cuban exile community, the reported indictment represents a long-awaited step toward accountability for the 1996 attack, which killed four members of the Miami-based humanitarian organization Brothers to the Rescue after Cuban military jets shot down two civilian aircraft over international waters.</p><p>“That’s a good step, but at the same time it doesn’t reconcile politically speaking that they are trying to engage with a regime at the same time that they are trying to indict their leader,” Cuban exile Ramon Saul Sanchez said.</p><p>Sanchez also urged caution until more details emerge about the U.S. delegation’s discussions with Cuban officials.</p><p>“Until we know all the details about the meeting, what was proposed to the given regime, what they answered -- we cannot categorically say this is going to be good,” Sanchez said.</p><p>The diplomatic outreach comes amid continued tension between Washington and Havana. Secretary of State Marco Rubio recently accused the Cuban government of blocking humanitarian aid efforts.</p><p>“We’ve offered to distribute $100 million of humanitarian aid to the people through the church and the regime has denied it,” Rubio said in a recent interview with <a href="https://www.foxnews.com/video/6395145552112" target="_self" rel="" title="https://www.foxnews.com/video/6395145552112">Fox News.</a></p><p>Cuban President Miguel Díaz-Canel responded by saying Cuba would not reject legitimate humanitarian assistance from the United States.</p><p>“If there is truly a willingness on the part of the United States government to provide aid in the amounts it announces, it will encounter no obstacles or ingratitude from Cuba,” Díaz-Canel said.</p><p>The developments also unfold as Cuba faces deepening economic and energy crises. Residents across the island continue to endure widespread blackouts and fuel shortages, prompting renewed protests in several communities.</p><p>Cuba’s Minister of Energy and Mining warned the country’s fuel reserves have nearly disappeared.</p><p>“Crude oil, fuel oil, of which we have absolutely none; diesel, of which we have absolutely none,” the minister said in remarks translated from Spanish. “The only thing we have is gas from our wells.”</p><p>Cuban officials said an oil shipment sent by Russia last month was the island’s only major fuel lifeline since January, but those reserves have now run out.</p>]]></content:encoded></item><item><title><![CDATA[AP Decision Notes: What to expect in Louisiana's primaries]]></title><link>https://www.local10.com/news/politics/2026/05/15/ap-decision-notes-what-to-expect-in-louisianas-primaries/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/15/ap-decision-notes-what-to-expect-in-louisianas-primaries/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 12:19:03 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Louisiana voters will participate in a revamped and stripped-down state primary Saturday and decide the political fate of an embattled Republican U.S. senator targeted for defeat by President Donald Trump.</p><p>Sen. Bill Cassidy is running for a third term but first must overcome a Republican primary field that includes state Treasurer John Fleming and U.S. Rep. Julia Letlow, who was endorsed by Trump in January.</p><p>The primary is the president’s latest opportunity to exact retribution from his perceived political enemies, including fellow Republicans he considers disloyal. Cassidy has been near the top of that list since his vote more than five years ago to convict Trump in his second impeachment trial following the insurrection by his supporters at the U.S. Capitol on Jan. 6, 2021. Trump was acquitted.</p><p>Louisiana is not among the states Democrats are targeting in their effort to retake the U.S. Senate. A Cassidy defeat in the primary would likely result in a Senate GOP caucus even more unified behind Trump and further demonstrate the strength of the president’s grip on the party.</p><p>Voters will also decide primary contests for state Supreme Court, Public Service Commission and state school board, along with five proposed state constitutional amendments.</p><p>Louisiana’s primaries for U.S. House were postponed after the U.S. Supreme Court struck down the state’s current congressional map, which includes a majority Black district that favors Democrats. U.S. House races will still appear on ballots, but any votes cast in those contests will not be counted.</p><p>In another key departure from previous Louisiana primaries, contenders in Saturday’s contests will run in separate party primaries, rather than in one jungle primary in which all candidates appear on the same ballot. State lawmakers adopted the new system for certain offices in 2024, but the law didn’t go into effect until 2026.</p><p>U.S. House races were originally slated to use the new primary system under the 2024 law, but state Republicans on Thursday adopted legislation to reinstate the jungle primary for U.S. House races, citing a compressed schedule after the Supreme Court decision. Just as in previous cycles, the jungle primary will be held on Nov. 3 alongside the general election.</p><p>East Baton Rouge Parish, home to Baton Rouge, and Jefferson and Orleans Parishes in the New Orleans area are the most populous in the state, but St. Tammany Parish, north of New Orleans along the Mississippi border, contributed the most votes in the 2016 and 2024 Republican presidential primaries.</p><p>Caddo Parish in the northwest, home to Shreveport, and Lafayette Parish also tend to play a bigger role in Republican primaries than in Democratic ones.</p><p>Trump narrowly won a four-way primary in 2016, powered in part by a large margin in Jefferson Parish and overcoming losses in East Baton Rouge and Caddo Parishes to Texas U.S. Sen. Ted Cruz. He swept the state eight years later in the 2024 primary against former United Nations Ambassador Nikki Haley, who had dropped out of the race by the time of the primary but was still posting stronger-than-expected showings in other states.</p><p>Cassidy’s previous victories in 2014 and 2020 were under the old primary system, in which his main opposition on the ballot came from Democrats.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. local time (CT), which is 9 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate, state Supreme Court, state Public Service Commission and state school board, as well as five statewide ballot measures.</p><p>Who gets to vote?</p><p>Registered party members may vote only in their own party’s primary. In other words, Democrats can’t vote in the Republican primary or vice versa. Independent or unaffiliated voters may participate in either primary. Voters registered with other parties may only vote on nonpartisan contests.</p><p>How many voters are there?</p><p>As of May 1, there were about 3 million registered voters in Louisiana. Registered Democrats and Republicans numbered about 1.1 million each, with registered Democrats at a slight advantage. About 813,000 voters were not registered with any party. The remainder were registered with other parties.</p><p>How many people actually vote?</p><p>Louisiana’s new primary system is closer in format to the 2024 presidential primaries than to previous state primaries. About 192,000 votes were cast in the Republican primary and about 167,000 in the Democratic contest. Each primary represented about 6% of registered voters.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 41% of the Republican primary vote and about 45% of the Democratic primary vote in 2024 was cast before primary day.</p><p>As of Thursday, about 255,000 ballots had already been cast in Saturday’s election, about 44% from Democrats and about 41% from Republicans.</p><p>When are early and absentee votes released?</p><p>Results from early and absentee voting are usually released by each parish in the first vote update, as separate totals from in-person Election Day vote results.</p><p>How long does vote-counting usually take?</p><p>In the 2024 general election, the AP first reported results at 9:32 p.m. ET, or 32 minutes after polls closed. The last vote update of the night was at 11:56 p.m. ET, with more than 99% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>There are no automatic recounts in Louisiana, but a candidate may request and pay for a recount of absentee and early votes. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Saturday, there will be 42 days until the June 27 primary runoff if needed, 171 days until Nov. 3 general election and the rescheduled U.S. House jungle primaries and 210 days until the Dec. 12 runoff.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G2FVREK2X4H24KIWHO3IR3GKYU.jpg?auth=b7d1a7c3a7494d0774555c776a349c8f86f74024e75ed68836796d772afe96b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Sen. Bill Cassidy, R-La., greets supporters at a campaign stop at Drago's Restaurant Tuesday, May 5, 2026, in Metairie, La. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KW77IJ5KWSQYMADQ757YVFGLM.jpg?auth=2b0f9da623fa1cdececba0b147c6e31a8ba8f78f87b0bf2e6ff0a95da197573c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Senate candidate Julia Letlow greets supporters at a campaign stop at Hammond Northshore Regional Airport in Hammond, La., Wednesday, May 6, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content></item><item><title><![CDATA[CIA Director John Ratcliffe met with Raul Castro's grandson in Havana, US and Cuban officials say]]></title><link>https://www.local10.com/news/world/2026/05/14/cia-director-john-ratcliffe-met-with-raul-castros-grandson-in-havana-us-and-cuban-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/14/cia-director-john-ratcliffe-met-with-raul-castros-grandson-in-havana-us-and-cuban-officials-say/</guid><dc:creator><![CDATA[By ANDREA RODRÍGUEZ and ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[CIA Director John Ratcliffe met with Cuban officials including Raúl Castro’s grandson during a high-level visit to the island Thursday, Cuban and U.S. officials said.]]></description><pubDate>Fri, 15 May 2026 01:50:04 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA (AP) — CIA Director John Ratcliffe met with Cuban officials including Raúl Castro’s grandson during a high-level visit to the island Thursday, Cuban and U.S. officials said.</p><p>Ratcliffe met with Raúl Guillermo Rodríguez Castro, Interior Minister Lázaro Álvarez Casas and the head of Cuban intelligence services, and discussed intelligence cooperation, economic stability and security issues. A CIA official confirmed the meetings to the AP.</p><p>Ratcliffe was there “to personally deliver President Donald Trump’s message that the United States is prepared to seriously engage on economic and security issues, but only if Cuba makes fundamental changes,’’ the CIA official said.</p><p>An official statement from Cuba’s government noted that Thursday’s meeting “took place ... against a backdrop of complex bilateral relations.”</p><p>While the U.S. stressed that Cuba cannot continue to be a “safe haven for adversaries in the Western Hemisphere,” the Cuban delegation insisted that the island presents no threat to U.S. security. Cuban officials also took issue with the nation’s continued inclusion on the U.S. list of state sponsors of terrorism.</p><p>Rodríguez Castro previously secretly met with U.S. Secretary of State Marco Rubio on the sidelines of a Caribbean Community summit in St. Kitts in February. While he’s never occupied a government post, he served as his grandfather’s bodyguard and later as head of Cuba’s equivalent of the Secret Service.</p><p>U.S. and Cuban officials also met earlier this year in Cuba. The ongoing meetings between U.S. and Cuban officials mark the first U.S. government flights to land in Cuba other than at the U.S. Naval Base at Guantanamo Bay since 2016.</p><p>Thursday’s meeting comes weeks after the Cuban government confirmed that it had recently met with U.S. officials on the island as tensions between the two sides remain high over the U.S. energy blockade of the Caribbean country and as Cuba’s power grid has collapsed and energy to its eastern provinces has been cut. The U.S. blockade of fuel to the island has heightened its economic woes, with reduced work hours and food spoilage as refrigerators stop working.</p><p>Earlier this week, the U.S. State Department reiterated that the U.S. will provide Cuba with $100 million in humanitarian assistance and support for satellite internet “if the Cuban regime will permit it.”</p><p>In late January, Trump threatened tariffs on any country that sells or supplies oil to Cuba. Though Trump also has threatened to intervene in the country, and Cuban President Miguel Díaz-Canel said recently that his country was prepared to fight if that should happen, sources told the AP earlier this month that military action is not imminent.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p><p>___</p><p>Tucker reported from Washington, D.C.</p><p>___</p><p>This version is corrected to show that the U.S. aid offer is $100 million.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BFBVDB6DEB5J542W4IMFCYZDRM.jpg?auth=8f2b272818ee74811cf784bedff4e7d8aea26158a432038f5d0d1d6daf13d9c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - CIA Director John Ratcliffe, accompanied by President Donald Trump, speaks with reporters in the James Brady Press Briefing Room at the White House in Washington, April 6, 2026, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RYBNPYJ23JWKZWQHHO3GNJGTGY.jpg?auth=c4d0da21e5ddafa1d3a8947a0894e8b93830b7bc387d652cec86281760275b9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - CIA Director John Ratcliffe listens during a Cabinet meeting at the White House in Washington, March 26, 2026. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[May 15: Rainy season officially begins, but today will be dry ]]></title><link>https://www.local10.com/weather/2026/05/15/may-15-rainy-season-officially-begins-but-today-will-be-dry/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/05/15/may-15-rainy-season-officially-begins-but-today-will-be-dry/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Friday morning. Drier air continues to move into the region which has lowered the dew points and temperatures this morning. ]]></description><pubDate>Fri, 15 May 2026 11:03:18 +0000</pubDate><content:encoded><![CDATA[<p>Good Friday morning. Drier air continues to move into the region which has lowered the dew points and temperatures this morning. Once the sun rises, temperatures will warm up but it won’t be nearly as humid as the previous few days. Enjoy this fabulous Friday. The rainy season begins today until October 15<sup>th</sup> so there is an increase in rain chances beginning this weekend, especially Sunday. Easterly surface flow through next week will result in the greatest shower &amp; thunderstorm coverage across SW Florida each afternoon and evening with overnight &amp; morning showers &amp; storms possible along the east coast of South Florida. Have a great weekend. Keep it tuned to Local 10.</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[Such great heights: They're tall, they're proud — and they're getting together]]></title><link>https://www.local10.com/news/weird-news/2026/05/15/such-great-heights-theyre-tall-theyre-proud-and-theyre-getting-together/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/05/15/such-great-heights-theyre-tall-theyre-proud-and-theyre-getting-together/</guid><dc:creator><![CDATA[By ANNIKA HAMMERSCHLAG, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 11:01:45 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — This story has legs. Very long ones.</p><p>At a Seattle sports bar on a recent Saturday night, hundreds of very tall people got to experience something rare: blending in. Women in their highest heels craned their necks to look at someone taller. Men who usually duck under doorways looked ordinary. For once, nobody had to explain why they don’t play basketball.</p><p>Welcome to Tall Tour, a traveling meetup drawing thousands across the United States to celebrate the one physical trait that has made them stand out — for good and ill. Since launching last summer, the tour has visited 19 cities, with crowds swelling from an initial 30 people in Tampa, Florida to some 4,000 in Orlando, according to organizers. Seattle drew around 750, they said.</p><p>“You’re walking around and there’s people your height and people taller than you when you thought you were just this giant freak,” said Tyler Bergantino, the tour’s 6-foot-9 founder who wears a size-16 shoe. “That’s something that I think is very healing for tall people.”</p><p>The concept emerged almost accidentally. Bergantino, 32, a former software salesman turned TikTok creator, posted a casual invitation on social media while traveling through Texas. He wanted content. Instead, he sparked a movement.</p><p>“It created itself,” he said. “I can’t really take credit for it.”</p><p>Each stop follows a similar format: Tall people gather, take photos, share recommendations for shoe shopping and swap stories about hitting their heads on door frames and cramming into airplanes.</p><p>For many women, the night’s biggest draw is the speed dating component and the hope of meeting someone comfortable dating a taller woman — whether that means matching their height, exceeding it or simply being open to it. Many bonded over the shared challenge of navigating a dating culture that still favors petite women.</p><p>“Dating as a tall woman, you feel like you’re intimidating to people,” said 25-year-old Ksenia Protasenko, who's 6 feet tall. “There’s this association with you being a warrior type, but it’s not true. It’s tough to have your height as the first thing people notice about you because it feels like people are not really seeing any vulnerable parts of you.”</p><p>Protasenko said men often ask whether she plays basketball. She usually has a reply ready.</p><p>“I tell them, ‘Yeah, sure,’ even though I don’t,” she said. “Then I ask them if they play mini golf. That seems to straighten them right up.”</p><p>Crowning the royalty of the tall</p><p>The highlight comes when organizers crown the tallest man and woman in attendance. In Seattle, those titles went to a mother and son. Susan Mullendore, 44 and 6-foot-5, stood beside her son Grayson, 19 and 7 feet tall, as the crowd erupted.</p><p>“As a mom, just seeing Grayson having this experience meant the world to me,” Susan said. “To be able to be crowned with him was really special. It was nice to have our height celebrated.”</p><p>For Grayson, a college freshman, the evening offered something rare: a feeling of normalcy. When in public, he said, strangers make comments and photograph him without asking. “People think that because we’re tall they can say whatever they want or do whatever they want, like we’re zoo animals almost,” he said.</p><p>At Tall Tour, the dynamic flipped.</p><p>“It was insane to feel small for once,” he said, noting the event's 7-foot-3 and 7-foot-4 co-hosts known as the Tall Boys. “It was so surreal to be able to have a conversation and look people in the eyes.”</p><p>That commonality runs deeper than shoe size. Attendees describe a lifetime of social hyper vigilance — raising their voices a few pitches to sound less intimidating, slowing down around corners so they do not startle strangers, slouching to fit in.</p><p>“You’re hyper-fixated on making sure that people don’t see you as a threat,” Bergantino said.</p><p>Tall people often feel isolated and out of place, particularly around puberty he said, noting he reached 6-foot-9 at age 16. But at Tall Tour, people can finally feel what it’s like to fit in.</p><p>“It heals a portion of your inner child,” he said. “Everyone’s walls come down, and it’s like we’re all one family.”</p><p>Susan knows the feeling.</p><p>“Sometimes you just want to go through the airport and be left alone. And that doesn’t happen for us. We usually get a lot of whispers,” she said. “We get it. It’s shocking to see tall people. But sometimes it does get old.”</p><p>The challenges extend beyond social awkwardness. Finding clothes and shoes that fit can be a mission. Susan, who wears a size-14 shoe, orders clothes from a specialty brand in the United Kingdom. To fit in his dorm bed, Grayson added a mattress extender and three sheets of plywood for support. He still hangs off the edge.</p><p>What began as a meetup has become a fast-growing business</p><p>Bergantino quit his sales job two years ago and now runs Tall Tour full time with a small team that includes his brother, who handles video and social media, a chief executive officer and a chief operating officer.</p><p>Even celebrities have taken notice. Seven-foot-6 basketball player Mamadou Ndiaye attended the Los Angeles event and the team has been in contact with 7-foot-1 NBA legend Shaquille O’Neal.</p><p>Future plans include expanding speed dating, launching a fashion show featuring height-inclusive brands and models, and adding spinoffs such as Tall Tour at Sea. International stops in Canada, Dubai, London, Australia, the Netherlands and Japan are also on the wish list. Bergantino says he wants to build “the tall-person ecosystem” — advocacy for exit row seating, better clothing options and even a phone app.</p><p>For now, the reward comes in smaller moments, like watching women in heels celebrate the height that once caused shame.</p><p>“The most joy of the day comes from the Tall Queen when she gets her crown and everyone’s going crazy,” he said. “It gets me every time.”</p><p>___</p><p>Tall Tour will run through May with two more stops in Houston and Dallas, Texas. Follow Annika Hammerschlag on Instagram.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XWCWLFMO2DL3F46US2GVAIOYCA.jpg?auth=db341ec96e8ad516c0a64159ea46e8fb6627231f53dfb0e34eae087472bbba23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alex Schamonin, standing at 6 feet, 6 inches tall looks over the crowd during a Tall Tour event Saturday, May 9, 2026, in Austin, Texas. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3VUM4RUZJWIFAQFGXFRRARLJ6Y.jpg?auth=293d07758e85935e40d8c08bf113e5eded4af8af116c3c35bc4d1f99afe44e22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alexandria Ruiz, left, standing at 5 feet, 6 inches tall, looks up to her boyfriend Sage Penner, who is 6 feet, 10 inches tall while attending a Tall Tour event Saturday, May 9, 2026, in Austin, Texas. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4KBXJ5OSMOSZGEQ4UBZNUTCGAI.jpg?auth=2b573bc5888e3db78b7425e08954f61fcfa851b1688a22322ed6420d44d87ec8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Zoe Raabe ducks as she passes through a doorway during a Tall Tour event Saturday, May 9, 2026, in Austin, Texas. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OTNOY7BIQKE6EZOQUUODD4VQM4.jpg?auth=959c61dcce9dc545e538b5246cdd7f0b8af65a9938769c7cfd72ee639b40cbae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sam Koban, who is 7 feet, 3 inches tall stands outside during a Tall Tour event Saturday, May 9, 2026, in Austin, Texas. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKTM5N7VSC7KIVCQIPRCOCWAWI.jpg?auth=dd634278dfad6fafb66ccfc13dae15a8d1c69e7b095a827c183b8f191561950f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Celina Vilcinskas, center left, who is 6 feet, 8 inches tall, waits in line to enter a Tall Tour event Saturday, May 9, 2026, in Austin, Texas. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QBYIURR2YF236QCXESMNKMUJZU.jpg?auth=4b47e9547960b0a346033bd08b16961af0e95a9b1ed17276c369aef64c1b0541&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Celina Vilcinskas raises her arms to celebrate being the tallest woman at 6 feet, 8 inches tall in attendance during a Tall Tour event Saturday, May 9, 2026, in Austin, Texas. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W63HOSGO2FU7BGYNYNZTCGQG4E.jpg?auth=2442d9f77d67784802ab17560b4d37a25a3627aac08e9a2933e29ba149ebe69a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carter Blab, left, and Weston Borghesi, stand back-to-back to see who is the tallest man attending a Tall Tour event Saturday, May 9, 2026, in Austin, Texas. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QSFFFRC2U6UZOUD4XZOLPT6DQU.jpg?auth=2367fa96c256e6255bcd8446e353297205494eab7d7176fc147ccbea0df1fba4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees cheer during a Tall Tour event Saturday, May 9, 2026, in Austin, Texas. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LYHSMPNVA75DB7N6T3XRGV7ZZA.jpg?auth=807f8aef5e6b9d2d1d0db3a056f9cf30f9dd85289afcbd577242aa912ddd119f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seven-foot tall Weston Borghesi, back left, celebrates after winning the Tall King award while attending the Tall Tour event Saturday, May 9, 2026, in Austin, Texas. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[North America’s largest commuter rail system faces a potential shutdown]]></title><link>https://www.local10.com/news/national/2026/05/15/strike-deadline-nears-for-new-york-area-train-system-with-250000-daily-commuters/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/15/strike-deadline-nears-for-new-york-area-train-system-with-250000-daily-commuters/</guid><dc:creator><![CDATA[By PHILIP MARCELO, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 11:52:57 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — North America’s largest commuter rail system is facing a potential shutdown as a deadline nears to reach a deal with unionized workers to avert a strike.</p><p>The Long Island Rail Road that serves New York City’s eastern suburbs has been negotiating for months on a new contract with labor officials representing locomotive engineers, machinists, signalmen and other train workers.</p><p>A strike was temporarily averted in September when President Donald Trump’s administration agreed to help. Those efforts ended without a deal, giving both sides 60 days — ending 12:01 a.m. Saturday — to again try to resolve their differences before the union was legally allowed to go on strike or the agency could lock out workers.</p><p>Five labor unions representing about half the train system’s 7,000-person workforce warned this week that Saturday’s deadline was approaching.</p><p>The LIRR is the busiest commuter railroad in North America, carrying about 250,000 customers each weekday. LIRR workers last went on strike in 1994, for about two days. Workers nearly walked out in 2014 before then-Gov. Andrew Cuomo reached a deal with unions.</p><p>The Metropolitan Transportation Authority, which oversees the LIRR and other area transit systems, has said it will provide free but limited shuttle buses during the morning and afternoon rush hours. The agency says the shuttles will depart from designated LIRR train stations to subway stops in the New York City borough of Queens.</p><p>Gov. Kathy Hochul has urged LIRR riders to work from home, if possible, as the free shuttles are meant for essential workers and those who cannot telecommute. The Democrat, months earlier, slammed the LIRR unions for “greedy asks” that threaten to “destabilize the local economy.”</p><p>But there have been signs of progress in negotiations this week.</p><p>Months ago, the MTA had proposed to the unions a 9.5% wage increase over three years, in line with what the system’s other unionized workers have already agreed to. The unions, however, held out for another yearly salary increase of 6.5%, for a total raise of 16% over four years.</p><p>But following Wednesday’s closed door meetings, Gary Dellaverson, the MTA’s chief negotiator, said the agency offered the unions what it said would effectively amount to a 4.5% raise in the fourth year of the contract. That offer, he said, was in line with what federal officials had recommended and would come in the form of lump sum payments rather than wage increases, as the union sought.</p><p>“The difference between those two positions is not unbridgeable,” Dellaverson said in a news conference. “It is describable simply in terms of money. There are no longer any complexities involved with the parties.”</p><p>Kevin Sexton, a spokesperson for the unions, acknowledged Wednesday that there was “positive movement” toward a settlement but dismissed the notion that a deal was close as “far-fetched.”</p><p>“We would like to reach an agreement that reflects the rising cost of living,” he said. “Anything short of that amounts to a cut in real wages.”</p><p>Spokespersons for MTA didn’t immediately respond to emails seeking comment Thursday, but the union said the two sides were expected to continue talks later that night and reconvene Friday if there was still no deal.</p><p>Susanne Alberto, a personal trainer from Long Island, said she’s already made plans with her Manhattan clients to hold virtual sessions in the event of a shutdown.</p><p>She said the union likely has the upper hand, even if she believes raises should be based on job responsibilities and not made across the board.</p><p>“The MTA is going to cave, and they know that,” Alberto said. “Why don’t they just do it now instead of waiting until virtually millions of people get inconvenienced?”</p><p>Rob Udle, an electrician who takes the LIRR at least five days a week, said he’ll likely use his vacation days rather than navigate the “nightmare” of commuting into Manhattan if the rail service shuts down.</p><p>A union member, he sympathized with the unions’ affordability concerns, but said he didn’t agree with their strongarm tactics.</p><p>“I get it, the cost of living is going up and stuff like that,” Udle said while waiting at Penn Station for a train home. “But they shouldn’t hold everybody hostage to do it. There’s a better way. You’re affecting a lot of other people.”</p><p>___</p><p>The first reference to the rail system has been updated to correct to Long Island Rail Road, from Long Island Railroad.</p><p>___</p><p>Follow Philip Marcelo at https://x.com/philmarcelo</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M7DXXZRHFGJR3ROOW5QIELLPYM.jpg?auth=9878fb1b249470cc9445447ced56d1ceaa7327dc09a883e1cc31b339c3b3a02f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign warns commuters of a potential Long Island Rail Road strike at Penn Station in New York, Thursday, May 14, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6A5TISRVO7MRWK5L6HVRXNLHEI.jpg?auth=50e4b02a8d75e95ccfc1058844b0ba6926d1b4bf43f62d1d4964fef375b3eaa3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign warns commuters of a potential Long Island Rail Road strike at Penn Station in New York, Thursday, May 14, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JCNPBTZ2NVPVSJAUKMVQZOQQXE.jpg?auth=78f6c3805782c3c67690bb87ffa9a0dc78ed1ff8f3bca85a9c95a896407a84c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign warns commuters of a potential Long Island Rail Road strike at Penn Station in New York, Thursday, May 14, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KR6XKJUDO55ZJWX4MGP5PUAECY.jpg?auth=8b73f281869630dba0778f88ae8754a8b4c9753e41516b33e11e9c1c3a276895&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign warns commuters of a potential Long Island Rail Road strike at Penn Station in New York, Thursday, May 14, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Authorities search waters in the Maldives for 4 Italians killed in a cave dive after 1 body found]]></title><link>https://www.local10.com/news/world/2026/05/15/authorities-search-waters-in-the-maldives-for-4-italians-killed-in-a-cave-dive-after-1-body-found/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/15/authorities-search-waters-in-the-maldives-for-4-italians-killed-in-a-cave-dive-after-1-body-found/</guid><dc:creator><![CDATA[By MOHAMED SHARUHAN and GIADA ZAMPANO, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 12:03:36 +0000</pubDate><content:encoded><![CDATA[<p>MALE, Maldives (AP) — Maldivian authorities conducted a high-risk search Friday for the bodies of four Italian divers who died in a scuba accident in a deep underwater cave a day before.</p><p>The body of a fifth diver was recovered on Thursday, officials said.</p><p>The five divers, including an instructor, were believed to have been exploring the cave when they went missing, according to Maldivian presidential spokesperson Mohamed Hussain Shareef.</p><p>“The cave is so deep that divers even with the best equipment do not try to approach,” he said.</p><p>Italy’s Foreign Ministry said the five divers “apparently died while attempting to explore caves at a depth of 50 meters (164 feet)” in the Vaavu Atoll on Thursday. It added the circumstances of their death remain under investigation.</p><p>Maldivian authorities launched a major rescue operation after the incident on Thursday, deploying boats, aircraft and dive teams to search the area.</p><p>Rescuers recovered one body from about 60 meters (200 feet) below the surface on Thursday, and a first round of searches failed to locate the remaining four divers, who were thought to be inside the same cave, Maldivian officials said.</p><p>Search teams were preparing for a second dive Friday, and the Maldivian government was keeping Italian authorities informed. Italy’s ambassador was on a search vessel, and the Maldives may seek international assistance if needed.</p><p>The Italian foreign ministry did not provide information on the recovery of bodies. It said an Italian expert was assisting the coast guard and Maldivian vessels in the search operation on Friday.</p><p>It said officials planned a dive to evaluate access to the underwater cave, but rough weather conditions could delay the recovery.</p><p>The group had been on a morning dive near Alimathaa, and was reported missing after failing to surface by midday Thursday, according to initial reports. Conditions were described as unfavorable at the time, with a yellow weather alert in effect.</p><p>The Italian Embassy was in contact with the victims’ families and providing assistance.</p><p>___</p><p>Zampano reported from Rome. Sheikh Saaliq in New Delhi and Krishan Francis in Colombo contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CPUASZSZ5SHFBL7RKNSAQUVJAE.jpg?auth=63e9b874c71c4b72a664ebc4da52c770b4937727a586904ba922a91268d8c15a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A jetty is seen on a resort on Male Attol in Maldives, Thursday, Feb. 16, 2012. (AP Photo/Gemunu Amarasinghe, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Gemunu Amarasinghe</media:credit></media:content></item><item><title><![CDATA[UK government faces weeks of uncertainty over the prime minister's future]]></title><link>https://www.local10.com/news/world/2026/05/15/uk-government-faces-weeks-of-uncertainty-over-the-prime-ministers-future/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/15/uk-government-faces-weeks-of-uncertainty-over-the-prime-ministers-future/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 11:52:02 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Britain’s government faces a prolonged period of uncertainty after a week of maneuvering within the governing Labour Party failed to oust Prime Minister Keir Starmer but started the clock on a leadership contest that could last well into the summer.</p><p>Although Starmer vowed to fight on after a bruising week in which one Cabinet member resigned, dozens of lawmakers called for the prime minister to quit and his new policy proposals were largely ignored, some observers believe it’s only a matter of time before he steps aside.</p><p>The message of the past week “is that Labour seems to have made up its mind that Keir Starmer is going to have to go,” said Tim Bale, a professor of politics at Queen Mary University of London. “And he’s going to have to go reasonably quickly, and he’s going to have to be replaced by someone who can, unlike him, connect with the public.”</p><p>Cabinet resignation adds pressure on Starmer</p><p>Weeks of speculation about Starmer ’s future broke into open rebellion Thursday when Health Secretary Wes Streeting resigned in preparation for a possible a leadership bid and the mayor of Greater Manchester, Andy Burnham, declared his intention to seek the top job. Former Deputy Prime Minister Angela Rayner announced she had cleared up a tax issue that forced her to resign from the Cabinet last year, thus freeing her up as well.</p><p>Starmer is under growing pressure to step down after Labour pe rformed dismally in local and regional elections last week, hemorrhaging votes to both the anti-immigrant Reform UK party on the right and Green Party on the left. The electoral drubbing cemented doubts among many party members about Starmer’s judgment, vision and leadership less than two years after he led Labour to a landslide victory.</p><p>But the potential contest to unseat him is on hold for now as Labour leaders wait to see if Burnham can win a special election for a seat in Parliament that would allow him to enter the race. That seat became available on Thursday when a Labour lawmaker resigned to make way for Burnham.</p><p>That election will be held in about five weeks. After that, Labour’s National Executive Committee will set the timetable for any leadership election. The most recent contest lasted three months.</p><p>The government’s borrowing costs rose Friday and the pound weakened on investor concern about continued disarray in Westminster. The pound has dropped 1.3% against the U.S dollar this week.</p><p>Starmer's supporters urge rivals to think again</p><p>Housing Secretary Steve Reed on Friday appealed to party members to step back from the brink of a divisive leadership contest that he said would prevent the government from tackling issues like the cost of living crisis and bolster the prospects of Reform UK.</p><p>“This weekend people just need to take a breath, look at what’s gone wrong this week, and come back next week ready to do what we said we’d do — country first, party second — and focus on delivering the change we were elected to deliver,” he told the BBC.</p><p>That plea came after a week of political jockeying that overshadowed everything else in Westminster.</p><p>The infighting reached a crescendo on Thursday morning when Streeting resigned. While praising Starmer’s “courage and statesmanship” in international affairs, Streeting said he had lost confidence in the prime minister’s leadership because of missteps on domestic issues.</p><p>“Where we need vision, we have a vacuum. Where we need direction, we have drift,” Streeting wrote in a stinging resignation letter.</p><p>“Leaders take responsibility, but too often that has meant other people falling on their swords,” he added. “You also need to listen to your colleagues, including backbenchers, and the heavy-handed approach to dissenting voices diminishes our politics.”</p><p>Opportunity knocks for the popular mayor of Greater Manchester</p><p>Streeting stopped short of putting himself forward as the best candidate to lead the party at the next general election, suggesting Starmer should step aside to allow a “broad” field of candidates to debate the future of the party.</p><p>That seemed to be a nod to Burnham, a former Cabinet minister who left Parliament in 2017 to run for mayor of Greater Manchester. Burnham has been looking for a way to return to the House of Commons so he can challenge Starmer for the top job.</p><p>Josh Simons, a Labour lawmaker from Northern England, provided that opening on Thursday by resigning his seat explicitly to make way for Burnham. But that was only the first step for Burnham. Before he can return to Westminster, Burnham must win a special election to represent Makerfield, a community where Reform UK posted strong results in last week’s local elections.</p><p>Burnham acknowledged those challenges on Thursday when he announced his candidacy for the seat.</p><p>“I truly do not take a single vote for granted and will work hard to regain the trust of people in the Makerfield constituency, many of whom have long supported our party but lost faith in recent times,” he said in a statement.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ANSJFJXNLQ73P6R4PDNUXHKF3A.jpg?auth=1d582c595d8687ab128187887a02c51c174a4e6f995138f5bb37d6faffb5de7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Prime Minister Keir Starmer, left, former deputy prime minister Angela Rayner and Manchester Mayor Andy Burnham meet with school children at a primary school in Ashton-under-Lyne, north-west England, Monday April 13, 2026. (Paul Ellis/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Ellis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V3S2FTZEWCSGUTTQJDZ3ZMLZWQ.jpg?auth=5e211aafe172fff7b396e40f598789c4468b4a0f8b8af259eed639e543446fea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Prime Minister Keir Starmer, left, listens to Commander Clair Haynes during a meeting police officers to discuss operational planning, in London, Friday, May 15, 2026. (Peter Nicholls/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Nicholls</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DRI2NQZGNME2FIODS4OB2GRKBY.jpg?auth=1df40aee77e277fe8c50c3a165c262c3005288e6d313eb85040334f411c8210f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Mayor of London Sadiq Khan, Prime Minister Keir Starmer, Commander Clair Haynes, and Commissioner Mark Rowley meet police officers to discuss operational planning, in London, Friday, May 15, 2026. (Peter Nicholls/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Nicholls</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GRPP6IKLU44RITJLPCB7PEB3UU.jpg?auth=240934456b2694c138263abd0f85bf455b64ccc26eeab16845f229e6a7bfe0bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Commander Clair Haynes, Prime Minister Keir Starmer and Mayor of London Sadiq Khan meet police officers to discuss operational planning, in London, Friday, May 15, 2026. (Peter Nicholls/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Nicholls</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJJFDEC65ECBZME3RAP6VGCSFM.jpg?auth=f912bb31b4a5949dd4afe1b4f38e48f9dd6feef6a832be11e52c8d735bbba98d&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 meets police officers to discuss operational planning, in London, Friday, May 15, 2026. (Peter Nicholls/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Nicholls</media:credit></media:content></item><item><title><![CDATA[Claudine Longet, singer and actor at center of a notorious manslaughter trial, dies at 84]]></title><link>https://www.local10.com/entertainment/2026/05/15/claudine-longet-singer-and-actor-at-center-of-a-notorious-manslaughter-trial-dies-at-84/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/15/claudine-longet-singer-and-actor-at-center-of-a-notorious-manslaughter-trial-dies-at-84/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 09:10:45 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Claudine Longet, the French singer and actor who was at the center of a highly publicized manslaughter trial after she was charged with the fatal shooting of her boyfriend, Olympic skier Vladimir “Spider” Sabich, has died at age 84.</p><p>Longet's nephew, Bryan Longet, announced her death in a social media post on Thursday. “You have been a true inspiration in my life and you will always be," he wrote. "Another star in the sky. Thank you for everything, my aunt.”</p><p>Reached by phone by The Associated Press, he confirmed Longet had died but did not reveal the cause of her death.</p><p>Longet was a native Parisian who had been acting since childhood. She appeared in numerous TV shows, recorded such hit albums as “Claudine” and was widely known for the bossa nova-style ballad “Nothing to Lose,” a highlight of the 1968 movie “The Party” that starred Longet and Peter Sellers.</p><p>At the time, she was married to singer Andy Williams, whom she had met in the early '60s while dancing in a Las Vegas revue. But by the mid-1970s, she and Williams were divorced and she was living near Aspen, Colorado, with Sabich, who had competed for the United States in the 1968 Olympics.</p><p>On March 21, 1976, a day that would long be scrutinized, she shot him at their home with a Luger pistol that she would contend he had been showing her and fired accidentally. Sabich, 31, died of a single shot to his abdomen; Longet had accompanied him in the ambulance to the hospital.</p><p>Her trial in Aspen attracted worldwide attention. Williams was among those present, escorting her to and from the courthouse, paying for her legal fees and otherwise supporting his former wife and the mother of their three children.</p><p>“I thought it was unfair, I thought she was innocent, I thought it was an accident,” Williams told “CBS This Morning” in 2009.</p><p>Longet had been charged with reckless manslaughter, but law enforcement officials made such critical errors as taking a blood sample from Longet without a warrant. After four days of deliberation in January 1977, the jury found her guilty of negligent homicide. She was given two years’ probation, fined $250 and sentenced to 30 days in jail, eventually served on dates of her choosing.</p><p>Longet's career in entertainment was effectively over, though, and for a time she was the subject of mockery in popular culture, from a skit on “Saturday Night Live” to the Rolling Stones rocker “Claudine,” which featured a taunting refrain, “Claudine's back in jail again.” (The song was unreleased for decades).</p><p>Longet later married her defense attorney, Ron Austin, and lived with him in Aspen. After Sabich's family filed a $1.3 million lawsuit in 1977 against her, the two sides reached a settlement that barred Longet from ever discussing Sabich or the trial.</p><p>___</p><p>Associated Press writer Samuel Petrequin in London contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ALDXVJSZIURVHSWJG72JNBHDWA.jpg?auth=8c086f439b0310f3099119051a0f9f3ddcc7cd552487263b2b0e1966970fd3f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Claudine Longet and Vladimir "Spider" Sabich, right, appear at the Benson and Hedges Slalom Classic ski meet at Mount Snow in West Dover, Vt., on Jan. 6, 1974. (AP Photo/J. Walter Green, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Walter Green</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4IDRIVIJLCKWCHKCWEHOHQIW24.jpg?auth=317cf7d3fab5332d2036c45d291f0fc4b79bb2acd5988a312416ca245101c242&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Claudine Longet and Vladimir "Spider" Sabich, right, appear at the Benson and Hedges Slalom Classic ski meet at Mount Snow in West Dover, Vt., on Jan. 6, 1974. (AP Photo/J. Walter Green, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Walter Green</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S4QW62H4VTISQ56LPGRFE3AX4Q.jpg?auth=f47066235146a4369b78bde13e16e25ceecc02ec59c268c1e04bc32cdc840d34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Claudine Longet, left, and Andy Williams appear at the premiere of "My Fair Lady" in Los Angeles on Oct. 28, 1964. (AP Photo/Harold Matosian, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Harold Matosian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RCB6J2F2HRLBINDYYFSZFZWOWY.jpg?auth=9000065f2554c2ec5be3cbf3ee68bab3c4fb841b8f71c05ba8e1c08b8ae9bf4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Claudine Longet, left, and Andy Williams arrive at Pitkin County Courthouse in Aspen, Colo., Jan. 3, 1977, for jury selection Longet's manslaughter trial. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[Kyiv mourns as death toll from Russian attack in the Ukrainian capital rises to 24]]></title><link>https://www.local10.com/news/world/2026/05/15/death-toll-in-attack-on-kyiv-apartment-building-now-stands-at-24/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/15/death-toll-in-attack-on-kyiv-apartment-building-now-stands-at-24/</guid><dc:creator><![CDATA[By SAMYA KULLAB, HANNA ARHIROVA and BARRY HATTON, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 12:44:38 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — The death toll from a Russian missile attack that flattened a Kyiv apartment building rose Friday to 24, including three teenagers, Ukrainian President Volodymyr Zelenskyy said as he led the mourning for one of the deadliest attacks on the capital in the 4-year-old war.</p><p>The cruise missile hit the nine-story corner apartment block Thursday during what the Ukrainian air force said was Russia’s biggest barrage on the country of the full-scale invasion. Emergency workers finished digging through the rubble searching for victims after more than a day, Zelenskyy said on X.</p><p>Crowds of grieving people — many of them children — streamed toward a makeshift memorial beneath a tree near the destroyed building.</p><p>Teenagers clutching bouquets arrived in groups and broke into tears as they approached the growing mound of flowers and stuffed toys beside photographs of the dead. A portrait of a girl in a school uniform, posed against a bright yellow backdrop, was among the photos.</p><p>Zelenskyy and other top government officials visited the site to pay tribute to the dead, as did Kyiv-based foreign diplomats.</p><p>Russia has hammered Ukraine with large-scale aerial attacks in the days since a May 9-11 ceasefire that U.S. President Donald Trump said he asked Zelenskyy and Russian President Vladimir Putin to observe. Fighting continued over those 72 hours, although reportedly on a lesser scale.</p><p>This week’s attacks ran counter to recent suggestions from Trump and Putin that the war is close to ending.</p><p>The assault mostly targeted the Ukrainian capital, where 48 people were wounded, including two children, Zelenskyy said.</p><p>He said Moscow had launched more than 1,560 drones against Ukrainian population centers since Wednesday, adding that about 180 sites across the country were damaged, including more than 50 residential buildings.</p><p>Previously, the biggest Russian drone attack was on March 23-24 when Moscow’s forces fired nearly 1,000 drones and missiles at Ukraine. Thursday's death toll in Kyiv approached one from July 2024 that killed 32 civilians and injured another 85.</p><p>Russia reports a Ukrainian attack on Ryazan</p><p>Ukraine has also built up significant long-range capabilities, and Russia’s Defense Ministry said Friday that its air defenses downed 355 Ukrainian drones overnight in one of the largest barrages of the war. Several airports suspended flights overnight because of the attacks.</p><p>A Ukrainian drone struck Ryazan, a city about 100 kilometers (60 miles) southeast of Moscow, killed four people, including a child, regional Gov. Pavel Malkov said. Massive plumes of black smoke rose from a fire at an oil refinery. Ukraine has targeted Russian oil facilities to try to deny vital revenue for Moscow and rattle the Kremlin.</p><p>Ukrainian officials made no immediate comment on the Ryazan strike.</p><p>The cruise missile that hit the Kyiv apartment building was built in the second quarter of this year, Zelenskyy said, apparently after Ukrainian experts analyzed the wreckage.</p><p>“This means Russia is still importing the components, resources and equipment necessary for missile production in circumvention of global sanctions,” he said in another post on X late Thursday. “Stopping Russia’s sanctions evasion schemes must be a genuine priority for all our partners.”</p><p>Also on Friday, Russia and Ukraine swapped 205 prisoners of war, one of an occasional exchange.</p><p>Zelenskyy said it was the first phase of a planned swap of 1,000 POWs from each side. Some of the Ukrainians have been held by Russia since 2022 and fought in some of the war’s fiercest battles, he added.</p><p>Russia’s Defense Ministry confirmed the exchange and thanked the United Arab Emirates for helping to broker it.</p><p>___</p><p>Hatton reported from Lisbon, Portugal.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MPXUU5LHF6FAEV3QN4TOYAZMGE.jpg?auth=044d63c7dc25f345ed877c3393adf1c0ac42bd8e2245ac463689e9bb619bfc50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A women cries as she lays down flowers in front of a house heavily damaged after a Russian strike on residential neighbourhood in Kyiv, Ukraine, Friday, May 15, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LSHI42TCCER3A3QSDL5MV7H75Q.jpg?auth=3f228b0363eeebe383e4611e5b2f2b4b58c4eb343e1bf17a8e7c003bf900036e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People lay flowers in front of a house heavily damaged after a Russian strike on residential neighbourhood in Kyiv, Ukraine, Friday, May 15, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WJADIIYHIZODNGBJVFQEJCOZZ4.jpg?auth=17ec3f28048df28c35e1d18d1779f2ab28414e9b8ebf7c9b559559c0cb2f5c4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People lay flowers in front of a house heavily damaged after a Russian strike on residential neighbourhood in Kyiv, Ukraine, on Friday, May 15, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NWHIZ5SIXNVSV277IG3I2ZOW3I.jpg?auth=274b7ee879d665e3c32612ce0a59d8b27810afcc39e1023416356edeae993f43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's Prime Minister Yuliia Svyrydenko, left, and Ukraine's Interior Minister Ihor Klymenko, right, walk in the yard of an apartment building heavily damaged after a Russian strike on residential neighbourhood in Kyiv, Ukraine, on Friday, May 15, 2026. (AP Photo/Evgeniy Maloletka)]]></media:description><media:credit role="author" scheme="urn:ebu">Evgeniy Maloletka</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WY3FXQE2SKNSSF6KZVSPECQOGM.jpg?auth=3694e82a5e93fec8d63601691304579a9041a320471fee43a69461cb7b54e713&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Family photo albums are seen near a heavily damaged house after a Russian strike on a residential neighbourhood in Kyiv, Ukraine, Friday, May 15, 2026. (AP Photo/Evgeniy Maloletka)]]></media:description><media:credit role="author" scheme="urn:ebu">Evgeniy Maloletka</media:credit></media:content></item><item><title><![CDATA[Coreógrafo cubano se reinventa en tiempos de crisis]]></title><link>https://www.local10.com/espanol/2026/05/15/coreografo-cubano-se-reinventa-en-tiempos-de-crisis/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/15/coreografo-cubano-se-reinventa-en-tiempos-de-crisis/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 11:43:35 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Durante casi 30 años las presentaciones de la compañía cubana Danza Voluminosa, dirigida por el coreógrafo Juan Miguel Mas, llenaron espacios culturales prestigiosos como la Casa de las Américas o el Teatro Nacional de Cuba.</p><p>Mas —acostumbrado a los aplausos y a trabajar con artistas profesionales— ahora pasa sus días ofreciendo talleres gratuitos para niños y subalquilando un espacio de su casa para sobrevivir económicamente.</p><p>Como la mayoría de los cubanos, su día a día se ha visto sacudido por la crisis económica y el cerco petrolero impuesto por Estados Unidos y que se traducen en apagones, cortes de agua y escasez de alimentos y medicinas. Y, como muchos artistas, por la cancelación de espectáculos y la falta de presupuesto para la cultura.</p><p>Recientemente fue notificado de la suspensión de su contrato como profesor del Teatro Nacional de Cuba. Sin embargo, no se da por vencido.</p><p>“Me interesa mucho quedarme en Cuba”, dijo a The Associated Press mientras se preparaba para ir a ensayar en un taller sabatino con niños de una comunidad vulnerable. Si emigrara “perdería el contacto con esa ‘cubanía’, con ese público, con esa gente”.</p><p>El panorama para el arte cubano “es complejo y oscuro”, dijo a AP el ensayista y periodista especializado Michel Hernández. Los espacios culturales —baratos y mayoritariamente estatales— “se han depreciado mucho, los artistas tienen muy pocos lugares para actuar, algunos pocos privados adonde el acceso suele ser caro”.</p><p>A ello se suman, dijo Hernández, la ausencia de transporte, lo que limita la asistencia del público, y la migración o la retracción voluntaria de muchos creadores. Un fenómeno que afecta a bailarines como Mas pero también a músicos, cineastas y escritores.</p><p>Ante la crisis, reinventarse</p><p>El último sábado Mas cargó una bolsa verde con un pomo de agua para combatir el sol mañanero y se dirigió a la popular barriada de Coco Solo, en el municipio capitalino de Marianao, donde más de 30 niños y sus madres y abuelas lo esperaban ansiosos.</p><p>El bullicioso grupo se instaló en una esquina al aire libre con un parlante inalámbrico y allí los pequeños ensayaron durante una hora y media sus números musicales vestidos como abejas y otros disfraces. Un par de ellos bailaron breakdance.</p><p>Para Mas —a quien la Casa de la Cultura de Marianao le paga un modesto sueldo por ese trabajo— es importante estar ligado a su comunidad.</p><p>“Es llevarle a los niños el conocimiento del arte y sacarlos de esa realidad que ellos tienen de conflicto”, comentó. “En ese barrio pasan muchos problemas… hay prostitución, hay droga, hay una serie de incidencias que son negativas y ellos tienen por lo menos un momento de esparcimiento”.</p><p>Nacido en La Habana en 1965, Mas se formó como bailarín y coreógrafo a pesar de haber sido inicialmente discriminado por su sobrepeso. En 1996 debutó con su propia compañía, Danza Voluminosa, que dio cabida a bailarines cuyos cuerpos distaban mucho de la estética hegemónica. También se desempeñó como actor.</p><p>Para incrementar sus ingresos, ahora alquila un pequeño espacio de su casa para un negocio en el que se venden perfumes, artículos de librería y cotillón y él mismo vende cada fin de semana en la puerta de su vivienda ropa reciclada, vajilla o utensilios que ya no usa.</p><p>Pese al contexto, el coreógrafo ve una oportunidad en la crisis.</p><p>“Pienso que el país debe entrar en una evolución”, expresó. “Que nos demos una oportunidad todos de crear un país con nuevas ideas, con nuevos caminos".</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YWXK7JXX6OQPVOZUDM4YA2AO4M.jpg?auth=4042094df81eca3548b165f01b37e35c88a88cf12b8214411920f7580f3ef257&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El coreógrafo Juan Miguel Más dirige una actuación de sus jóvenes bailarines en un vecindario de La Habana, Cuba, el 9 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/BHO524VPKJ565IWKAM4256SJGE.jpg?auth=9a551935e37bd5c8f5a51b8f27c3700a65f84580119013c784fe6ee91961d794&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un grupo de niños bailan durante una actuación al aire libre dirigida por el coreógrafo Juan Miguel Más, en un vecindario de La Habana, Cuba, el 9 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/GCUGXR6WEXNQHW76SHUDKICW6U.jpg?auth=093dc072929540b04548212fa5dadc18a091ce2619d27ea98ef1d793b85b02e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer ayuda a una niña con su vestido antes de una actuación al aire libre dirigida por el coreógrafo Juan Miguel Más, en un vecindario de La Habana, Cuba, el 9 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/LVKTRGN3DKM3H36L7CKO3ZBUCA.jpg?auth=cc592851d921c5eb4d2160d42f679678bbf0d8228204b097c6cd3c5a4dec6cad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residentes asisten a la actuación de un grupo de niños dirigida por el coreógrafo Juan Miguel Más, en un vecindario de La Habana, Cuba, el 9 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/CF7RWS2ISJBUM73FFKYTKAFGSY.jpg?auth=1c4a3d2c109bbe99255fd5ff28e27c04066ab221e258e4b735e734508e6a113e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El coreógrafo Juan Miguel Más se prepara para vender algunas de sus posesiones para complementar sus modestos ingresos, en La Habana, Cuba, el 9 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[Cuban dancer finds meaning and work in the streets as the island's art scene fades]]></title><link>https://www.local10.com/entertainment/2026/05/15/cuban-dancer-finds-meaning-and-work-in-the-streets-as-the-islands-art-scene-fades/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/15/cuban-dancer-finds-meaning-and-work-in-the-streets-as-the-islands-art-scene-fades/</guid><dc:creator><![CDATA[By ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 07:13:31 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA (AP) — For nearly three decades, performances by Cuba's Danza Voluminosa regularly filled prestigious venues like the 2,000-seat National Theater. Directed by Juan Miguel Mas, the troupe pioneered a new movement by working exclusively with larger-bodied dancers — a creative process that was captured in a Canadian documentary.</p><p>Today, the 60-year-old dancer and choreographer from Havana is far from the big stages where he once thrived and rehearsed alongside professional artists. Instead, he spends his days conducting dance workshops and classes for children and coordinating performances within his community.</p><p>Like many Cubans navigating one of the island's worst economic crises in decades, Mas' daily life has been upended by persistent blackouts, water outages, soaring costs and a lack of transportation.</p><p>But for artists like him, the situation is a little worse, compounded by the cancellation of shows, a lack of production budgets and a mass exodus from the cultural sector. In fact, he was recently notified that his teaching contract with the National Theater of Cuba has been suspended.</p><p>“The outlook for the arts is complex and bleak,” said essayist and arts journalist Michel Hernández. He noted that Cuba’s cultural spaces — once affordable and state-run — have deteriorated significantly, leaving artists with few venues beyond a handful of expensive private spaces.</p><p>Yet, Mas won't give up.</p><p>“I am very interested in staying in Cuba,” he told The Associated Press on a recent Saturday as he prepared for a rehearsal with children from a nearby community. “Were I to emigrate, I would lose contact with that ‘Cubanness’ that exists here, with the audience, the people, the folks next door.”</p><p>Transforming a street corner into a dance stage</p><p>Born in Havana in 1965, Mas trained as a dancer and choreographer under the tutelage of Laura Alonso, a renowned ballerina, and Ramiro Guerra, the father of contemporary dance on the island. He also studied with the Cuban-American dancer and choreographer Lorna Burdsall, who encouraged him to persevere despite the discrimination he faced from dance schools because he weighed 160 kilograms (352 pounds).</p><p>He made his debut in 1996 with his own company, Danza Voluminosa (or Voluminous Dance), which remained active until 2024 and provided a home for dancers whose bodies diverged significantly from the industry’s prevailing aesthetic norms. He also worked as an actor and in 2025 he starred in “Cherri,” a fictional film based on his own life experiences.</p><p>These days, to supplement the modest income he makes working with children, Mas leases a small area of his home for business use and hosts weekend garage sales featuring curated recycled clothing, tableware and household goods.</p><p>Since his sister and teenage nephew relocated to Spain last year, he has lived alone and managed his expenses by shopping at a local farmers’ market just two blocks away. Conveniently, he also accesses subsidized medications at a state-run pharmacy directly across the street.</p><p>On a recent morning, water bottle in hand to ward off the heat, Mas walked six blocks to the lively Marianao district, where a crowd of 30 children and their mothers awaited his arrival.</p><p>The group suddenly transformed a street corner into a stage and for a full 90 minutes, the air filled with music as the little ones performed their songs and showed off their dance moves dressed as bees and other colorful characters.</p><p>Against all odds, Mas highlighted the importance of staying connected to his community.</p><p>“It’s about bringing the knowledge of art to these children and lifting them out of a reality defined by conflict,” he said.</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/YMWRZCIT6KKGW3PSOZTCZSLRWQ.jpg?auth=25220551eed25a14a0d33ed29477e792bea79c2b4caa2ed59b3436e2f7e81d3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Choreographer Juan Miguel Mas leads an outdoor performance by his young dancers in a neighborhood of Havana, Cuba, Saturday, May 9, 2026. (AP Photo/Ramon 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/KPSOIJQ23NVTT7RANPB34623ZY.jpg?auth=38bbccc5cc1a4ece206e70555ac2d1437386817e05f8b255c50d8233ca32d7c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A young dancer dances during an outdoor performance led by choreographer Juan Miguel Mas, in a neighborhood of Havana, Cuba, Saturday, May 9, 2026. (AP Photo/Ramon 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/5RT3Q4CNLE63ULK23EYGWFJX54.jpg?auth=0d0c1feaaf37fc7920ca7f65e8219b584c0f2a551880ceb669ccdfb76ab42b70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman helps a young dancer with her costume for an outdoor performance led by choreographer Juan Miguel Mas, in a neighborhood of Havana, Cuba, Saturday, May 9, 2026. (AP Photo/Ramon 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/TWVVVT3HWO5RPXMK4LLERJR23Q.jpg?auth=8a188de6432271b7139cf7ba4bb11823f24acf8842273464d2a6500238e65e1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents watch an outdoor performance of young dancers led by choreographer Juan Miguel Mas, in a neighborhood of Havana, Cuba, Saturday, May 9, 2026. (AP Photo/Ramon 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/XAXK3V5NSSNIDWJXL6JYAQA7J4.jpg?auth=54ccf54145143acd3841fb5668b88b16630610c98faa0b226d3ec740313b1e82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Choreographer Juan Miguel Mas sets up for his weekend garage sale to help supplement his modest income in Havana, Cuba, Saturday, May 9, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[A new Ebola outbreak is confirmed in a remote Congo province, with 65 deaths recorded]]></title><link>https://www.local10.com/news/world/2026/05/15/a-new-ebola-outbreak-is-confirmed-in-a-remote-congo-province-with-65-deaths-recorded/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/15/a-new-ebola-outbreak-is-confirmed-in-a-remote-congo-province-with-65-deaths-recorded/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 12:24:43 +0000</pubDate><content:encoded><![CDATA[<p>KINSHASA, Congo (AP) — Africa’s top public health body on Friday confirmed a new Ebola outbreak in Congo’s remote Ituri province, with 246 suspected cases and 65 deaths recorded so far.</p><p>The deaths and suspected cases have been recorded mainly in the Mongwalu and Rwampara health zones, the Africa Centres for Disease Control ​and Prevention said in a statement.</p><p>The Ebola virus is highly contagious and can be contracted through bodily fluids such as vomit, blood or semen. The disease it causes is rare, but severe and often fatal.</p><p>“Four deaths have been reported among laboratory-confirmed cases. Suspected cases have also been reported in Bunia, pending confirmation,” the agency said, referring to the capital of Ituri province, near the border with Uganda.</p><p>It said preliminary laboratory results had detected the Ebola virus in 13 of 20 samples. The results suggest a non-Ebola Zaire strain of the virus with sequencing ongoing to further characterize the strain, the agency said. The Ebola Zaire strain has been prominent in Congo's past outbreaks.</p><p>The World Health Organization said last year that Congo has a stockpile of treatments and some 2,000 doses of the Ervebo Ebola vaccine, However, the vaccine is effective against the Ebola Zaire strain of the virus, it said.</p><p>The Africa CDC said results confirming the strain in the new outbreak are expected within the 24 hours.</p><p>The latest outbreak comes around five months after Congo’s last Ebola outbreak was declared over after 43 deaths.</p><p>Ituri is in a remote eastern part of Congo characterized by poor road networks, and is more than 1,000 kilometers (620 miles) from the nation’s capital of Kinshasa.</p><p>Africa CDC said it is concerned about the risk of further spread due to intense population movement, mining-related mobility in Mongwalu, insecurity in affected areas, gaps in contact listing and control challenges.</p><p>The proximity of affected areas to Uganda and South Sudan also raises concerns, it said.</p><p>The agency said it is convening an urgent high-level coordination meeting Friday with health authorities from Congo, Uganda and South Sudan, together with key partners including U.N. agencies and other countries.</p><p>“The meeting will focus on immediate response priorities, cross-border coordination, surveillance, laboratory support, infection prevention and control, risk communication, safe and dignified burials, and resource mobilization,” it said.</p><p>Congo has seen more than a dozen Ebola outbreaks</p><p>This is the 17th outbreak in Congo since the disease first emerged in the country in 1976. An Ebola outbreak from 2018 to 2020 in eastern Congo killed more than 1,000 people. The WHO said that outbreak was characterized by the Ebola Zaire strain.</p><p>An earlier outbreak that swept across West Africa from 2014 to 2016 also killed more than 11,000 people.</p><p>The new outbreak will create more worry for the Central African country, which has been battling various armed groups in the east, including the M23 rebel group, which launched a rapid assault in January last year and has since occupied key cities.</p><p>Ituri in particular is also battling violence from the Allied Democratic Force, an Islamic State-linked militant group which has killed dozens there and in other parts of the east.</p><p>Congo, Africa's second-largest country by land area, often faces logistical challenges in responding to disease outbreaks. During last year's outbreak, which lasted three months, the World Health Organization initially faced significant challenges in delivering vaccines due to limited access and scarce funds.</p><p>Dr. Gabriel Nsakala, a professor of public health who has been involved in past Ebola outbreak responses in Congo, said the country and health workers on the ground have a high level of experience from past outbreaks, in addition to existing infrastructure such as laboratories.</p><p>“In terms of training, people already know what they can do. Now, the expertise and equipment need to be delivered quickly,” Nsakala added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OH2FZI2FLXQFMVJ4TQDBZNG2GE.jpg?auth=977ffe934ba40b30995084835835bc21963938cd906490cc56868b6cf02e3533&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Health workers walk with a boy suspected of having the Ebola virus at an Ebola treatment center in Beni, eastern Congo, Sept 9, 2018. (AP Photo/Al-hadji Kudra Maliro, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Al-hadji Kudra Maliro</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EHK6U4G272ZSNQXWTOLFVLGERI.jpg?auth=0b599a4047f3cdec6e265da4894e68570c6f3c9d8c40eefda44918af57671929&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A health worker sprays disinfectant on his colleague after working at an Ebola treatment center in Beni, eastern Congo, Sept 9, 2018. (AP Photo/Al-hadji Kudra Maliro, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Al-hadji Kudra Maliro</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ASUCCD7IMTB3THCWLSYCYNXDH4.jpg?auth=2b4fb7e76aa70794c80e1c171e320ab2c4e839d8b3a71e992fbf450b3286dfe7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Health workers wearing protective suits tend to an Ebola victim kept in an isolation tent in Beni, Congo, July 13, 2019. (AP Photo/Jerome Delay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jerome Delay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BE5RXBRTC7KHWSK5MUDREI6EOU.jpg?auth=ab72e352f681254f7922a7889b631b7b2cc06f93174b370ac3d1a8c6cee9368e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Health workers dressed in protective gear begin their shift at an Ebola treatment center in Beni, Congo, July 16, 2019. (AP Photo/Jerome Delay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jerome Delay</media:credit></media:content></item><item><title><![CDATA[Premier League winger Mitoma out of Japan squad for World Cup as 26-player squad named]]></title><link>https://www.local10.com/sports/2026/05/15/premier-league-winger-mitoma-out-of-japan-squad-for-world-cup-as-26-player-squad-named/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/15/premier-league-winger-mitoma-out-of-japan-squad-for-world-cup-as-26-player-squad-named/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 07:09:39 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Injured Premier League winger Kaoru Mitoma was left out of Japan’s World Cup squad on Friday when coach Hajime Moriyasu named his 26 players for the tournament starting next month in North America.</p><p>Captain and Liverpool defensive midfielder Wataru Endo and veteran fullback Yuto Nagatomo were included.</p><p>The 28-year-old Mitoma suffered a hamstring injury during Brighton’s 3-0 win over Wolves in the Premier League last weekend.</p><p>“The medical team assessed that it would be difficult for him to get back to fitness during the tournament,” Moriyasu said.</p><p>Monaco forward Takumi Minamino also missed out after tearing his anterior cruciate ligament in his left knee in December.</p><p>In 2022 in Qatar, Japan won its group after upset victories over Germany and Spain before losing in the round of 16 on penalties to eventual semifinalists Croatia.</p><p>Japan is on a five-match winning streak heading into its final pre-World Cup friendly against Iceland in Tokyo on May 31.</p><p>The streak started last October with a 3-2 win over Brazil in Tokyo when the home side came back from 2-0 down to beat the South Americans for the first time.</p><p>It was also the last time Japan conceded a goal. Japan also beat England 1-0 on March 31 at Wembley after defeating Scotland 1-0 at Glasgow three days earlier.</p><p>Japan qualified for its first World Cup at France in 1998 and co-hosted the event with South Korea in 2002. This year marks Japan's eighth World Cup tournament in a row.</p><p>___</p><p>Japan squad:</p><p>Goalkeepers: Zion Suzuki, Keisuke Osako, Tomoki Hayakawa.</p><p>Defenders: Yuto Nagatomo, Shogo Taniguchi, Ko Itakura, Tsuyoshi Watanabe, Takehiro Tomiyasu, Hiroki Ito, Ayumu Seko, Yukinari Sugawara, Junnosuke Suzuki.</p><p>Midfielders/forwards: Wataru Endo, Junya Ito, Daichi Kamada, Koki Ogawa, Daizen Maeda, Ritsu Doan, Ayase Ueda, Ao Tanaka, Keito Nakamura, Kaishu Sano, Takefusa Kubo, Yuito Suzuki, Kento Shiogai, Keisuke Goto.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKOZWSHG7BJDLD25P2A7O3P3MY.jpg?auth=af5b8647f42a8579726ed05a9c787854fb73a2eacdc56f429c6c301e1d4e818f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hajime Moriyasu, head coach of Japan's national soccer team, speaks during a news conference announcing Japan's squad for the 2026 FIFA World Cup Friday, May 15, 2026, in Tokyo. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UHPOHG7DGGITW72FCYNVXMPY3U.jpg?auth=b8c131e88b65bd0493f8b01ab44e56c665400c3c9ed813ce3a18a01e8047c7cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Sociedad's Takefusa Kubo, right, and Atletico Madrid's Alex Baena challenge for the ball during the Copa del Rey final soccer match between Atletico Madrid and Real Sociedad in Seville, Spain, Saturday, April. 18, 2026. (AP Photo/Jose Breton)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Breton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WMQG4PG5FXWNQN6RFBEOTH62PE.jpg?auth=9d9e01a00a87156a43fcea8e5e05e742635d566f03f04303e3911bc12a764f11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hajime Moriyasu, center, head coach of Japan's national soccer team, accompanying Masakuni Yamamoto, left, national team director, and Tsuneyasu Miyamoto, right, president of the Japan Football Association, announces Japan's squad for the 2026 FIFA World Cup during a news conference Friday, May 15, 2026, in Tokyo. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XIKOJKGEDFDQC2NDNEA5YW7JY4.jpg?auth=44a7d1ff6dd2165dd31b2f6676cab40c9c5ac7dfedc3d324b119d99a0e31dea6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Masakuni Yamamoto, left, national team director, Hajime Moriyasu, center, head coach of Japan's national soccer team, and Tsuneyasu Miyamoto, right, president of the Japan Football Association, prepare to attend a news conference announcing Japan's squad for the 2026 FIFA World Cup Friday, May 15, 2026, in Tokyo. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S7NYUJKQAKJRAVE6AUQ2UHXFOI.jpg?auth=ffd19fd86b01d9d18b7a513c5fd9cdfd29b6caef099543ce7f47503452ff9d81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hajime Moriyasu, head coach of Japan's national soccer team, attends a news conference announcing Japan's squad for the 2026 FIFA World Cup Friday, May 15, 2026, in Tokyo. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[Canadiens goalie Dobes delivers on coach's faith by rebounding from tough start in win over Sabres]]></title><link>https://www.local10.com/sports/2026/05/15/canadiens-goalie-dobes-delivers-on-coachs-faith-by-rebounding-from-tough-start-in-win-over-sabres/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/15/canadiens-goalie-dobes-delivers-on-coachs-faith-by-rebounding-from-tough-start-in-win-over-sabres/</guid><dc:creator><![CDATA[By JOHN WAWROW, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>BUFFALO, N.Y. (AP) — Canadiens rookie goalie Jakub Dobes is proud he didn’t give up on himself after allowing three goals on the first four Sabres shots he faced. And he’s especially indebted to Montreal coach Martin St. Louis for not yanking him.</p><p>A rocky start that wasn’t entirely Dobes’ fault, led to the goalie regaining his form and confidence. He stopped Buffalo's final 32 shots in a 6-3 win on Thursday night that gave Montreal a 3-2 lead in its second-round playoff series.</p><p>“I told him thank you for leaving me and trying to prove myself," Dobes said, referring to St. Louis. "That’s a big part, to have (the) trust of your coach, and I will never disrespect it. I appreciate it and the only thing I was trying to do just give some momentum back to the team and try to keep it tight, and it worked out.”</p><p>Game 6 is at Montreal on Saturday night.</p><p>Whatever struggles Dobes had to open a game in which the Sabres led 3-2 by the 10:15 mark of the first period, the 24-year-old from Czechia reassured his team he had rediscovered his groove.</p><p>That was particularly evident some four minutes into the second period in stopping Tage Thompson on a breakaway after the Sabres caught Montreal on a line change. Buffalo’s regular-season scoring leader drove in from the left wing, cut across the crease only to have Dobes stay with him and stop Thompson’s shot with his left pad.</p><p>Montreal responded with three goals over the final 12 minutes of the period in building a 5-3 lead.</p><p>“It was a huge save,” Canadiens captain Nick Suzuki said. “We never lost confidence in him. Everyone was struggling in that first period. And I just thought that was a big moment for us.”</p><p>For Dobes, who went 29-10-4 in his first full NHL regular season, the down-then-up outing was a lesson in not giving in to frustration. The goalie acknowledged he sagged after rookie Konsta Helenius beat him through the legs on Buffalo’s third goal.</p><p>“The one lesson I learned from today was just got to have a better body language for the boys — don’t let them know that I’m not feeling maybe my best,” Dobes said, noting he was reminded of that during a first-intermission discussion. Dobes has been Montreal's starter since the playoffs opened, and is now 7-5 in which he's allowed 28 goals.</p><p>St. Louis said it was goalie coach Marco Marciano’s decision to not pull Dobes.</p><p>“Ultimately, it’s probably my decision right? But I feel like the goalie position is probably the one position that I can help much,” said St. Louis, a former NHL forward. “So I try to stay out of it and not be emotionally driven, and being upset that we’re down.”</p><p>St. Louis described the conversation over the radio with Marciano, who was watching from the press box, as being brief.</p><p>“He said, 'No, keep him in.’ OK, let’s move on,” St. Louis said.</p><p>Forward Juraj Slafkovsky defended Dobes by saying Buffalo’s first goal pinballed in by deflecting off Sabres forward Jason Zucker and then a Montreal defender. And Dobes was screened when Josh Doan beat him to put Buffalo up 2-1.</p><p>“We didn’t help him there, but then he came back and he was in a game, and he was once again really good,” said Slafkovsky, who had three assists. “It’s just Marty trusting him. I think it’s huge for confidence of (Dobes). And we all trust him as well.”</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/LP5LK4MPHBUJJPJ3PZQU53WTVE.jpg?auth=3f3fe5d44f9783dbac7603eb5f96cf710b161180d3b212db41913806c7f0501e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Montreal Canadiens goaltender Jakub Dobes makes a save during the third period in Game 5 of a second-round NHL hockey Stanley Cup playoff series against the Buffalo Sabres, Thursday, May 14, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4XY4FL52WT3SEJKLBX5W6KKRGU.jpg?auth=8780a853c2799be86f721c25eea0c8d7cbf15ad19160b45ac635322e63ec9e06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Montreal Canadiens goaltender Jakub Dobes (75) and left wing Juraj Slafkovský (20) celebrate victory following the third period in Game 5 of a second-round NHL hockey Stanley Cup playoff series against the Buffalo Sabres, Thursday, May 14, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/57BQLT4RJOIN46XNZ4B2IKLDRQ.jpg?auth=d6a47acc6ff4b8e0062f9e88cc831014996d1e46e494d349b12941c03da6f71c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Montreal Canadiens goaltender Jakub Dobes watches the puck in traffic during the first period in Game 5 of a second-round NHL hockey Stanley Cup playoff series against the Buffalo Sabres, Thursday, May 14, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content></item><item><title><![CDATA[India raises fuel prices as global energy crisis adds pressure on economy]]></title><link>https://www.local10.com/business/2026/05/15/india-raises-fuel-prices-as-global-energy-crisis-adds-pressure-on-economy/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/15/india-raises-fuel-prices-as-global-energy-crisis-adds-pressure-on-economy/</guid><dc:creator><![CDATA[By SHEIKH SAALIQ, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 07:31:44 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — India raised fuel prices by 3 rupees ($0.03) per liter Friday as the government moved to offset losses due to higher global oil prices.</p><p>In New Delhi, gasoline prices rose to 97.77 rupees ($1.17) a liter, while diesel climbed to 90.67 rupees ($1.09) a liter.</p><p>India imports about 90% of its oil and has been hit hard by rising energy prices and supply disruptions linked to the Iran war and the closure of the Strait of Hormuz. It had until now avoided raising retail fuel prices despite sharp increases in energy costs, making it one of the last major economies to pass higher crude prices on to consumers.</p><p>The price increases came days after Prime Minister Narendra Modi urged Indians to adopt voluntary austerity measures.</p><p>Modi on Sunday called on people to work from home where possible, limit foreign travel and reduce purchases of gold. He described fuel conservation and saving foreign exchange as an act of “patriotism,” and encouraged greater use of public transportation, carpooling and lower fertilizer consumption.</p><p>Opposition leaders said Modi’s appeal came only after a key round of state elections had concluded, noting that fuel prices were kept unchanged during the campaign.</p><p>Manoj Kumar, a 48-year-old taxi driver in New Delhi, said the rise in fuel prices was adding to the strain on working-class people.</p><p>“For common people like us, even one rupee has great value. People work so hard from morning till evening just to make ends meet. The government is not seeing this," he said.</p><p>Earlier this week, India also raised import duties on gold and silver to 15% in an effort to curb demand for imports that drain foreign exchange reserves.</p><p>The Indian rupee has fallen to record lows in recent weeks as higher oil prices increased pressure on imports and foreign exchange reserves.</p><p>Meanwhile, India’s capital has become the first state to roll out austerity measures.</p><p>Authorities in New Delhi on Thursday announced fuel-saving measures, including mandatory work-from-home days for some government employees. Delhi Chief Minister Rekha Gupta said the 90-day campaign aims to reduce official fuel use and encourage people in the capital to rely more on public transportation instead of private vehicles.</p><p>Under the plan, employees whose work can be done remotely will work from home two days a week, while private companies are being encouraged to adopt similar measures voluntarily.</p><p>India has also accelerated ethanol blending in gasoline as part of its push to cut crude oil imports.</p><p>Most fuel stations across the country now sell gasoline blended with 20% ethanol, and the government has proposed expanding the use of fuels containing 85% — or even 100% — ethanol in compatible vehicles.</p><p>Energy experts said blending biofuel can help shield from global energy shocks but can lead to further stressing already depleting groundwater resources, encroach on land meant for food crops and impact older vehicles’ engines.</p><p>___</p><p>AP journalists Sibi Arasu in Bengaluru, India and Shonal Ganguly in New Delhi contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JX7HPPEZXY36E6JZJ64CMZI3VY.jpg?auth=16241b1ab53062d7fe00300a4628aa1913919758eed9d9531de1b6e6f38932a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A commuter monitors the meter as an attendant refuels his scooter at a filling station in New Delhi, India, Friday, May 15, 2026. (AP Photo/Shonal Ganguly)]]></media:description><media:credit role="author" scheme="urn:ebu">Shonal Ganguly</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/27OQPB72NNZSNKMHV6ZIXJQFLE.jpg?auth=f3c30064f241e6a823272ed6ad99d88cef044d65157d58f2ad70cd7caa0c81e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A commuter monitors the meter as an attendant refuels his vehicle at a filling station in New Delhi, India, Friday, May 15, 2026. (AP Photo/Shonal Ganguly)]]></media:description><media:credit role="author" scheme="urn:ebu">Shonal Ganguly</media:credit></media:content></item><item><title><![CDATA[6 passengers from hantavirus-hit ship arrive in Australia for 3-week quarantine]]></title><link>https://www.local10.com/news/world/2026/05/15/6-passengers-from-hantavirus-hit-ship-arrive-in-australia-for-3-week-quarantine/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/15/6-passengers-from-hantavirus-hit-ship-arrive-in-australia-for-3-week-quarantine/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 06:59:39 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Six passengers from a cruise ship hit by a hantavirus outbreak arrived Friday in Australia for a quarantine expected to last at least three weeks.</p><p>The Gulfstream long-range business jet carrying them from the Netherlands landed at RAAF Base Pearce outside the Western Australia state capital, Perth. The passengers, crew and a doctor who accompanied them were taken by bus to the nearby Bullsbrook quarantine facility.</p><p>Australian Health Minister Mark Butler said the government would implement one of world's strongest quarantine responses to the outbreak.</p><p>He said passengers of the cruise ship MV Hondius who returned to the United States and most European countries would spend a few days in a quarantine center before they were sent home.</p><p>"We have taken the decision to take a stronger approach to quarantine arrangements than that because we are determined to ensure there is no risk at all of any transmission of this virus into the Australian community,” Butler told reporters in his hometown of Adelaide.</p><p>The five Australians and one New Zealand citizen will spend the three-week quarantine period in the facility that had remained largely unused since it was built in 2022 is response to the COVID-19 pandemic.</p><p>A decision had yet to be made on what precautions should be taken for the remainder of the 42-day period of potential incubation that the World Health Organization had identified, Butler said.</p><p>The six passengers all tested negative for the virus before they left the Netherlands, had been assessed by a doctor during the flight and would undergo more detailed health assessments at Bullsbrook, Butler said.</p><p>The MV Hondius ship was on a cruise from Argentina to the Antarctic and then to several isolated islands in the South Atlantic Ocean when the hantavirus outbreak was identified. Three people among the 11 cases from the ship have died.</p><p>With the evacuation  of all passengers and many crew members completed, the MV Hondius is now sailing back to the Netherlands, where it will be cleaned and disinfected.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A2BYBFTMML763DMQCUTFISHIA4.jpg?auth=51ef8de24f9b08b265b127b441fa22939d6916cd47fdd324e840828d4996060e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A jet carrying passengers from the hantavirus-stricken cruise ship MV Hondius arrives at RAAF Base Pearce in Perth, Australia, from the Netherlands on Friday, May 15, 2026. (Aaron Bunch/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Bunch</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LISSEG7ENHWINMIKC4FOGQGBIE.jpg?auth=d54f3d6f7e474464c2f24dd61daf46131757510e5d72bfd65e6cc9a163d43896&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Passengers from the hantavirus-stricken cruise ship MV Hondius are driven in a bus after they arrived in Perth, Australia, from the Netherlands on Friday, May 15, 2026. (Aaron Bunch/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Bunch</media:credit></media:content></item><item><title><![CDATA[World shares are lower after South Korea's Kospi hits records, as Trump wraps up Beijing trip]]></title><link>https://www.local10.com/business/2026/05/15/asian-stocks-are-lower-after-south-koreas-kospi-hits-records-as-trump-wraps-up-beijing-trip/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/15/asian-stocks-are-lower-after-south-koreas-kospi-hits-records-as-trump-wraps-up-beijing-trip/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 09:23:46 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — World shares retreated Friday and South Korea’s Kospi index gave up gains after reaching an all-time high, as investors watch for developments from the Iran war and as U.S. President Donald Trump wrapped up his summit in Beijing with Chinese leader Xi Jinping.</p><p>U.S. futures were down after Wall Street reached fresh records.</p><p>In early European trading, Britain's FTSE 100 traded 1.2% lower at 24,092.41. France's CAC 40 also fell 1.2% to 7,987.27, while Germany's DAX dropped 1.5% to 24,092.41.</p><p>Tokyo’s Nikkei 225 fell 2% to 61,409.29 after rising briefly earlier in the day. South Korea’s Kospi lost 6.1% to 7,493.18 on investors' profit-taking, after crossing the 8,000 mark for the first time and reaching 8,046.78, in part powered by excitement around the artificial intelligence boom.</p><p>Hong Kong’s Hang Seng was down 1.6% to 25,962.73, while the Shanghai Composite index fell 1% to 4,135.39.</p><p>Australia’s S&P/ASX 200 dipped 0.1% to 8,630.80.</p><p>Taiwan’s Taiex was 1.4% lower while India’s Sensex was up 0.1%.</p><p>Trump wrapped up his China visit on Friday after a series of meetings with Xi that touched on issues including U.S.-China trade, further economic cooperation and Taiwan. Investors are monitoring trade deal updates on areas such as American soybeans, beef and airplanes as Xi warned Trump that differences over Taiwan could lead to clashes and conflict.</p><p>While there is some optimism over U.S.-China relations, some analysts suggest any deals should be looked at with a sense of caution.</p><p>They recalled how a number of the promised projects and investments that came out of U.S.-China deals from Trump’s last China visit in 2017 did not end up materializing, as tensions between Washington and Beijing rose in the following years.</p><p>“Headline deals should be looked at with a healthy degree of skepticism,” wrote Leah Fahy and Julian Evans-Pritchard, China economists at Capital Economics, in a Friday note.</p><p>Trump also said in an interview that China could buy U.S. oil, more than a year after China effectively stopped buying crude oil from the United States following Trump’s imposition of hefty trade tariffs last year. Trump said Xi told him China “would like to be of help” in brokering an end to the Iran war.</p><p>Oil prices climbed more than 3% early Friday, as U.S.-Iran talks on permanently ending the Iran war stalled, and after a ship anchored off the United Arab Emirates was seized and another cargo ship near Oman was attacked.</p><p>Brent crude, the international standard, was 3.2% higher at $109.11 per barrel. It was trading at around $70 a barrel before the war in Iran started in late February.</p><p>Benchmark U.S. crude was up 3.7% to $104.94 per barrel.</p><p>Global energy flow has remained constrained with the Strait of Hormuz, crucial for global oil and gas transit, still largely closed and as the U.S. imposed a sea blockade on Iranian ports since last month. The White House said on Thursday after a bilateral meeting between Trump and Xi that both sides agreed the Strait of Hormuz must remain open.</p><p>On Thursday, Wall Street shares gained with the benchmark S&P 500 rising 0.8% to 7,501.24 and hitting an all-time high for a second consecutive day.</p><p>The Dow Jones Industrial Average was up more than 0.7% at 50,063.46, the first time it closed at above the 50,000 level since the Iran war. The technology-heavy Nasdaq composite climbed 0.9% to 26,635.22.</p><p>Shares of technology giant Cisco Systems jumped 13.4% following better-than-reported results and after the company said it was cutting fewer than 4,000 jobs. Nvidia rose 4.4% as investors’ hopes grew over updates on sales of its advanced H200 chips to Chinese firms as CEO Jensen Huang visited Beijing with Trump.</p><p>In other dealings, the U.S. dollar rose to 158.54 Japanese yen from 158.37 yen. The euro was trading at $1.1622, down from $1.1669.</p><p>___</p><p>AP Business Writer Stan Choe contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KRARNQ6WIZB2G4HWYGN3VESTQQ.jpg?auth=bd22c86cf0891553f916fb5508e080a10b0c27fb627609bfe5f14d84b5a70fe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Employees of Hana Bank celebrate in a photo-op to mark the Korea Composite Stock Price Index (KOSPI) of over 8,000 points at a dealing room of Hana Bank in Seoul, South Korea, Friday, May 15, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5DHD4ZZUQDYNK3LQJ7X256SBDY.jpg?auth=43c5c52d7380684deeeb396ab5755fe6032f3f015cc7430f8a6f3b97668f773d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dealer stands near the screens showing the Korea Composite Stock Price Index (KOSPI), and the Korean Securities Dealers Automated Quotations (KOSDAQ) at a dealing room of Hana Bank in Seoul, South Korea, Friday, May 15, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TP43WOO4QWT4BYSO6P3MU3OPPM.jpg?auth=c971c2f734e31976ed39771239ecde7e8eecaca6168eb6cdb1c26e4161bf7f3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, left, walks with Chinese President Xi Jinping at the Temple of Heaven on Thursday May 14, 2026, in Beijing. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Palestinians in Gaza mark anniversary of 1948 mass expulsion and say today's catastrophe is worse]]></title><link>https://www.local10.com/news/2026/05/15/palestinians-in-gaza-mark-anniversary-of-1948-mass-expulsion-and-say-todays-catastrophe-is-worse/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/15/palestinians-in-gaza-mark-anniversary-of-1948-mass-expulsion-and-say-todays-catastrophe-is-worse/</guid><dc:creator><![CDATA[By JULIA FRANKEL and WAFAA SHURAFA, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 11:34:36 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — Blink and you might miss the few stone walls that are all that’s left of the village that Yusuf Abu Hamam’s family was forced to flee when he was an infant in 1948.</p><p>The village, al-Joura, was demolished by the Israeli military at the time. It has since vanished under neighborhoods of the southern Israeli city of Ashkelon and the grounds of a national park.</p><p>The neighborhood where Abu Hamam’s family ended up — and where he spent most of his life — now lies also largely in ruins. Buildings in the Shati Camp in the northern Gaza Strip have been razed and wrecked by Israeli bombardment and demolitions during the past 2½ years of war.</p><p>On Friday, Abu Hamam and millions of Palestinians mark the 78th anniversary of the Nakba, Arabic for “catastrophe,” referring to the mass expulsion and flight of some 750,000 Palestinians from what is now Israel during the 1948 war surrounding Israel’s creation. It’s the third commemoration of the Nakba since the war in Gaza began.</p><p>The 78-year-old Abu Hamam, one of a dwindling number of Nakba survivors, says the current war is an even greater catastrophe.</p><p>Israel’s military has pushed deep into Gaza, now controlling 60% of the territory, Israeli Prime Minister Benjamin Netanyahu said on Friday, during a Jerusalem Day celebration.</p><p>"Today it is 60%, tomorrow we will see, tomorrow we will see,” he told a cheering crowd in Jerusalem.</p><p>More than six months after an October ceasefire, Gaza’s more than 2 million people are now crammed into less than half of the 25-mile-long strip along the Mediterranean coast, surrounded by the Israeli-controlled zone.</p><p>“There is no country left,” Abu Hamam said, speaking next to his home, which was heavily damaged by Israeli shelling earlier in the war. “A square kilometer and a half extending from the sea, this is what we are living in … It’s indescribable, unbearable.”</p><p>What was the Nakba?</p><p>For Palestinians, the Nakba meant the loss of most of their homeland. Some 80% of the Palestinians who lived in the area that became Israel were driven from their homes by forces of the nascent state before and during the war. The fighting began when Arab armies attacked following Israel’s establishment as a home for Jews in the wake of the Holocaust. Palestinians who remained behind hold Israeli citizenship.</p><p>After the war, Israel refused to allow Palestinian refugees to return to ensure a Jewish majority within its borders. Palestinians became a seemingly permanent refugee community that now numbers some 6 million, with most living in refugee camps in the Israeli-occupied West Bank, Lebanon, Syria, Jordan and Gaza.</p><p>Around 530 Palestinian villages in what became Israel were destroyed, according to the Palestinian Bureau of Statistics.</p><p>Abu Hamam’s birth village was one of them. Al-Joura was seized by the Israeli military as it advanced against Egyptian forces in November 1948. Soldiers were ordered to destroy every home in al-Joura and neighboring villages to ensure their Palestinian populations couldn’t come back, according to military archives cited by Israeli historian Benny Morris.</p><p>Refugees swelled the population of the tiny patch of territory along the southern coast that became the Gaza Strip. They stayed in tent camps, run by a newly created U.N. agency for Palestinians, UNRWA, which provided aid and schooling. Those camps, like Abu Hamam’s Shati Camp, grew into dense urban neighborhoods over the decades, before many were flattened during the latest Gaza war by Israeli bombardment.</p><p>In Gaza, Palestinians live a new Nakba</p><p>The ancestors of Ne’man Abu Jarad and his wife, Majida, were already living in what would become the Gaza Strip in 1948. They both recall stories from their families about refugees streaming in by foot from areas further north, like the village Abu Hamam came from.</p><p>Though they avoided the original Nakba, there was no escaping from what Majida now calls “our Nakba.”</p><p>Their hometown has been wiped off the map. Over the past year, Israeli bulldozers and controlled detonations have razed nearly every building in the northern Gaza towns of Beit Lahiya and Beit Hanoun. A new Israeli military base stands about 700 meters (765 yards) from where the Abu Jarads’ house once stood, according to satellite photos.</p><p>Also gone is the southern Gaza city of Rafah, once home to a quarter million people, and other villages and neighborhoods located in the Israeli-held half of the Gaza Strip. The military says it is destroying positions used by Hamas and preparing the area for reconstruction. Satellite photos show nearly every structure reduced to rubble.</p><p>Over the last 31 months of war, the Abu Jarads and their six daughters have been displaced more than a dozen times as they fled Israeli bombardment and offensives. They currently live in a camp in the southern city of Khan Younis. Their tent offers little shelter from biting winter winds or summer heat, Majida said.</p><p>Their daughters have been out of school for over two years now.</p><p>“The Nakba of ’48, I don’t think it can be compared to our Nakba,” Majida said. “In ’48, they say people were displaced once and settled in one place, and they are still there until now. But our Nakba, honestly, is more severe because our displacement has happened multiple times. There is no stability.”</p><p>Around 90% of Gaza’s more than 2 million people have lost their homes, according to U.N. estimates, with most of them now sheltering in huge tent camps with rat infestations and pools of sewage. They are dependent on aid to survive.</p><p>Israel’s offensive has killed over 72,700 Palestinians, according to local health officials. It was triggered by Hamas’ Oct. 7, 2023, attack on southern Israel that killed some 1,200 people. Militants also abducted 251 hostages.</p><p>In the northern West Bank, tens of thousands of Palestinians are entering their 15th month of displacement, after the Israeli military ordered them out of their refugee camps as it launched an operation it said was targeting militant groups.</p><p>Since then, troops have demolished or heavily damaged at least 850 structures across the refugee camps of Nur Shams, Jenin and Tulkarem, according to an analysis of satellite imagery by Human Rights Watch released in December.</p><p>Saving what was lost, again and again</p><p>The 1948 Nakba also brought the loss of Palestinians’ history, as those fleeing struggled to keep hold of the documents and possessions tying them to their homes.</p><p>One of the largest archives of Palestinian documents dating back to the Nakba belongs to UNRWA.</p><p>UNRWA staff members, who fled their offices in Gaza after Israel ordered the north evacuated, had to leave behind the agency’s extensive archive.</p><p>The staff then launched a mission to rescue the most crucial documents — birth, death and marriage certificates and refugee registration cards, according to Juliette Touma, a former senior UNRWA official.</p><p>Without those documents, Palestinians could lose their rights and refugee status. Staffers crammed their personal suitcases full of papers and carried them through checkpoints and out of the territory, Touma said.</p><p>The current war has cost Palestinians in Gaza what little remained of their personal histories. Majida’s parents’ home in Beit Hanoun was destroyed, and with it family photos.</p><p>“There is nothing left,” she said.</p><p>Abu Hamam, too, says everything has been lost.</p><p>“When this war came, it devoured trees, stones and people,” he said. “Entire families were erased from the civil registry. Hundreds of families are still buried under the rubble.”</p><p>___</p><p>Associated Press writer Ibrahim Hazboun in Jerusalem contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C2WN3ELPVJR22BEDEM34IP7GGM.jpg?auth=2c8257f155176b66385f6addc25743f339c5c230720a9b6920c3f4fceef8b407&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ne'man Abu Jarad and his daughter push a cart loaded with jerrycans filled with water as they walk at a tent camp for displaced Palestinians in Khan Younis, southern Gaza Strip, Wednesday, May 13, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TCHVRUZGYJCOCTDXNP2EK7BSYE.jpg?auth=57238482e07db392eb0fa1ff7da24ef2b3d7f03160f74c8e40cbbdd190594bdd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ne'man Abu Jarad carries his granddaughter Hour Abu Jarad as he talks with a neighbor at a tent camp for displaced Palestinians in Khan Younis, southern Gaza Strip, Wednesday, May 13, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S3AWWSNXQ6L4K5YY4QLSBH7ORA.jpg?auth=f773977d06c7aaf0a19027dc714380b2e9435ab67e0be4302244b5d9be734069&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Majida Abu Jarad places a pillow on a bed inside the tent where she lives with her family at a camp for displaced Palestinians in Khan Younis, Wednesday, May 13, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EIKZMWBE5RHYAVRVMGTVKE63HI.jpg?auth=b201d6a0744664a36591ded7ef658abf9625c32bd8ffe3988d5218f066366ad6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian Yusuf Abu Hamam, front center, who was expelled from his town during the first Israeli-Arab war in 1948, walks with his grandchildren and son past buildings destroyed during Israeli air and ground operations in the Shati refugee camp in Gaza City, Wednesday, May 13, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GXBGOJB5MAAHQTY7BUGYYQO55A.jpg?auth=7e177bcc33d7b2a4853e8cfd33d77b57e8055c2277782bf1a9255c3d39ddd4a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian Yusuf Abu Hamam, center, who was expelled from his town during the first Israeli-Arab war in 1948, poses for a photo with his grandchildren at his home in the Shati refugee camp in Gaza City, Wednesday, May 13, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content></item><item><title><![CDATA[Marner, Dorofeyev propel Golden Knights past Ducks 5-1 in Game 6 clincher, into conference finals]]></title><link>https://www.local10.com/sports/2026/05/15/marner-dorofeyev-propel-golden-knights-past-ducks-5-1-in-game-6-clincher-into-conference-finals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/15/marner-dorofeyev-propel-golden-knights-past-ducks-5-1-in-game-6-clincher-into-conference-finals/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 05:38:29 +0000</pubDate><content:encoded><![CDATA[<p>ANAHEIM, Calif. (AP) — Mitch Marner scored a tremendous goal 62 seconds after the opening faceoff, Pavel Dorofeyev scored twice in the third period and the Vegas Golden Knights cruised into the Western Conference finals with a 5-1 victory over Anaheim Ducks in Game 6 of the second round Thursday night.</p><p>Brett Howden scored his third short-handed goal of the playoffs and Shea Theodore got a power-play goal during a 3-0 first period for the Golden Knights, who reached the third round of the NHL postseason for the first time since they won their lone Stanley Cup championship in 2023 — and for the fifth time in this charmed expansion franchise’s nine seasons of existence.</p><p>“You go into it and you want to score first, especially being on the road,” said Theodore, an original member of the Knights after Anaheim traded him to Vegas in 2017. “I thought we responded well. We played great the first 15 minutes, and that's what we had to do. ... Just a veteran group. We had the right mindset coming in, and it was good to see the results.”</p><p>Marner played a role in all three of Vegas' first-period goals while raising his NHL-leading playoff point total to 18, and Game 5 overtime goal-scorer Dorofeyev put the game away with a huge third period. Carter Hart made 31 saves as the veteran-laden Golden Knights ended the upstart Ducks' first playoff appearance since 2018.</p><p>“It obviously feels great,” said Marner, who got labeled a playoff underachiever while his Toronto Maple Leafs never reached a conference final. “We worked extremely hard for all these little goals that we set throughout the year, and another one (is) achieved. But obviously the work just keeps getting harder and harder.”</p><p>Vegas will face an exponentially bigger challenge in the Colorado Avalanche, who won the Presidents' Trophy and then improved to 8-1 in the postseason on Wednesday by ousting Minnesota in five games.</p><p>Mikael Granlund scored a power-play goal for the Ducks, whose return from a seven-year playoff drought ended when their young roster was unable to match the veteran Knights’ playoff poise in three losses over the final four games.</p><p>Lukas Dostal stopped 16 shots for Anaheim, which couldn't overcome another poor first period in Game 6, ending their encouraging first season under coach Joel Quenneville.</p><p>“Vegas got better every single game,” Quenneville said. “They played well. They checked well. They deserved to win. Tonight was kind of what happened too many times this year, where we give up a couple of quick ones early, and it's a tough comeback against a team that knows how to play hockey.”</p><p>The Knights are 15-4-1 since John Tortorella replaced Cup-winning coach Bruce Cassidy on March 29, surging past the Ducks to claim the Pacific Division title before beating Utah and Anaheim in the first two playoff rounds.</p><p>The 67-year-old Tortorella refused to speak to the media after the game.</p><p>Marner set the tone for Game 6 very early: The Anaheim crowd hadn’t calmed down from the pregame festivities before William Karlsson found Marner behind the defense at the blue line. Marner fought off Jackson LaCombe while driving the net and somehow got turned around, only to flip a shot between his legs and past Dostal for his seventh goal of the postseason and fifth of the series.</p><p>“I just tried to make a move," Marner said. “Dostal had me covered, I thought, on the backhand, so I tried to do that move, and luckily it worked out.”</p><p>Eight minutes after Marner's opening goal, he found an unmarked Howden for his eighth goal and the Knights' NHL-best fourth short-handed goal of the postseason.</p><p>Theodore then got a long shot through Marner's screen and over Dostal's shoulder just 5 seconds into a power play, silencing Honda Center.</p><p>Troy Terry found Granlund for the Finn's fifth goal of the playoffs, in the second period, but Dorofeyev got his eighth goal of the postseason early in the third after John Carlson's giveaway. Dorofeyev added another with 6:28 to play, fooling Dostal with a sneaky shot and giving him five goals in the past four games.</p><p>Vegas played without suspended defenseman Brayden McNabb, whose illegal hit on Ryan Poehling in Game 5 injured and sidelined the Ducks’ penalty-killing forward indefinitely.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G2XHDYFU7I6T2MEG2J2QZ36KIQ.jpg?auth=11b81e2eb0cb5f575421a05eaac3ac4031f47d09fcbb79aa93f672a159bc7ea2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights right wing Mitch Marner, second from left, celebrates his goal with teammates during the first period in Game 6 of a second-round NHL hockey Stanley Cup playoff series against the Anaheim Ducks, Thursday, May 14, 2026, in Anaheim, Calif. (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/KRS4OE3AHSWW3MH3NJTG6TYZ7E.jpg?auth=8ccc7c2b40fb9858bb2f8204d99193f7ce7a1cd91d8805b74bcad2d804cbf40c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights right wing Mitch Marner, right, laughs at Anaheim Ducks defenseman Ian Moore, left, and center Mikael Granlund during the second period in Game 6 of a second-round NHL hockey Stanley Cup playoff series Thursday, May 14, 2026, in Anaheim, Calif. (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/4EMI47UK3BEHA7F3WJHGKNGYJA.jpg?auth=1d660933ae66674767a8f78e86826be23c018febed044556f8884e6539084828&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights defenseman Shea Theodore, right, celebrates his goal with center Tomas Hertl, left, during the first period in Game 6 of a second-round NHL hockey Stanley Cup playoff series against the Anaheim Ducks, Thursday, May 14, 2026, in Anaheim, Calif. (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/SMVB4KYIUCOSRVM7QE6NYSCLCM.jpg?auth=0c4fa0752c949fa8acfe2a03d0f2b09eca8cc457a0320b334690b3a7e2b0b62a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights right wing Mitch Marner, second from right, celebrates after scoring on Anaheim Ducks goaltender Lukas Dostal, left, during the first period in Game 6 of a second-round NHL hockey Stanley Cup playoff series Thursday, May 14, 2026, in Anaheim, Calif. (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[Journey of a lifetime: A US teen Buddhist lama is now a monk studying in the Himalayan foothills]]></title><link>https://www.local10.com/news/world/2026/05/15/journey-of-a-lifetime-a-us-teen-buddhist-lama-is-now-a-monk-studying-in-the-himalayan-foothills/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/15/journey-of-a-lifetime-a-us-teen-buddhist-lama-is-now-a-monk-studying-in-the-himalayan-foothills/</guid><dc:creator><![CDATA[By LUIS ANDRES HENAO, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 04:38:23 +0000</pubDate><content:encoded><![CDATA[<p>KATHMANDU, Nepal (AP) — At a monastery in the Himalayan foothills, a teenage Buddhist lama blesses thousands. One by one, he taps bowed heads with a ritual vase and a peacock feather, sprinkling holy water for protection, purification, wisdom. He stops to smile at children who eye him with curiosity, reverence and awe. He tries to keep pace with others who, like him, are among the few chosen to give the final blessing.</p><p>Just six months earlier, thousands of miles away, this same young man was pulling all-nighters to play Madden NFL on his Xbox at his home near Minneapolis. Sometimes he'd pause to snack on pizza rolls and Diet Coke, or check his texts for the next hangout at TopGolf or Buffalo Wild Wings.</p><p>Two separate worlds. Both are home to Jalue Dorje.</p><p>A typical American teen, he grew up loving rap music, video games and football. He is also an aspiring spiritual leader who, from an early age, was recognized by the Dalai Lama and other Tibetan Buddhist leaders as a reincarnated lama.</p><p>Now he’s 19. He graduated from high school last year and moved to northern India to join the Mindrolling Monastery, about 7,200 miles (11,500 kilometers) from his home in Columbia Heights. Recently, he came to Nepal to meet his parents, who flew from Minneapolis, and attended sacred rituals and teachings conducted by the abbot of Shechen Monastery.</p><p>Maroon and golden monastic robes had replaced his usual hoodies and sweatpants. But he still quoted from Drake (the rapper) and Shantideva (the 8th-century Indian monastic). And beneath his robes, he wore white Crocs decorated with Jibbitz charms of “The Simpsons.” He wore them often at Shechen Monastery, near the 1,500-year-old Boudhanath stupa, one of Tibetan Buddhism’s most sacred sites.</p><p>Each morning, he’d awake at dawn. After prayers, he walked from his hotel through crowded Kathmandu streets lined with fruits, incense and spices, dodging mopeds near the soaring white dome and spire of Boudhanath with its colorful Tibetan prayer flags and the painted, ever-watching eyes of the Buddha.</p><p>On a recent day, he strode to the monastery and took off his Crocs before entering a prayer hall reserved for monks with doctorates and lamas like himself. Incense wafted. The sound of ancient instruments — cymbals, bells and drums — punctuated the monastic chants.</p><p>Standing before three huge gold statues of the Buddha, Dorje bowed to Shechen Rabjam Rinpoche, the monastery’s spiritual head, and presented him with a golden plate that symbolizes the entire universe, and a “khata” — a white Tibetan ceremonial scarf.</p><p>It was the first mandala, or offering, Dorje had made since his long journey to follow his predestined spiritual path. It was a moment, he says, when he realized how far he’d come.</p><p>“This is the real one, you know? We’re here and this is really happening,” he says. “I’m doing what the prophecy fulfilled.”</p><p>A reincarnation cycle dating to 1655</p><p>Since the Dalai Lama recognized him at age 2, Dorje had spent much of his life training to become a monk, memorizing sacred scriptures, practicing calligraphy, learning the Buddha’s teachings.</p><p>The process of identifying a lama is based on spiritual signs and visions. Dorje was four months old when he was identified by Kyabje Trulshik Rinpoche, a venerated master of Tibetan Buddhism. He was later confirmed by several lamas as the eighth Terchen Taksham Rinpoche — the first was born in 1655.</p><p>Jalue Dorje’s parents took him to meet the Dalai Lama in 2010 when Tibetan Buddhism's spiritual leader visited Wisconsin. The Dalai Lama cut a lock of Dorje’s hair in a ceremony. He advised the parents to let their son stay in the U.S. to perfect his English and then send him to a monastery.</p><p>“From my parents’ end, educating me was a really big one,” Dorje says. “They followed the words of his holiness; he laid the foundation, and they took that gamble.”</p><p>As a child, he often wondered why he couldn’t sleep later on weekends and watch cartoons like other kids. One day, it would pay off, his dad would tell him, “like planting a seed that one day would sprout.”</p><p>He remembered the early mornings of recitation and memorization. He recalled people who posted messages online doubting that he was a reincarnated lama, and how that troubled his parents. And how they both worked hard cleaning hotel rooms and doing laundry at hospitals while raising him.</p><p>“It wasn’t all rainbows and unicorns every day,” Dorje says. “We overcame a lot.”</p><p>Fluent in English and Tibetan, Dorje excelled in public school. Although he was officially enthroned as a lama in a 2019 ceremony in India, his parents let him stay in the U.S. until graduation.</p><p>Growing up, he kept a photo of the Dalai Lama in his room above DVD collections of “The Simpsons,” “South Park,” and “Family Guy,” next to the manga graphic novel series ″Buddha.”</p><p>On his bedside table, he kept a journal where he diagramed plays he’d like to try as a left guard with his school football team. On a wall in his living room he hung a poster with his senior year photo wearing sunglasses and his football uniform, touching thumb tips to index fingers in a meditation gesture.</p><p>He had a deal with his father, who would give him Pokémon cards in return for memorizing Buddhist scriptures. He collected hundreds, sometimes sneaking them in his robes at ceremonies. “I remember,” he says, “when I first learned my Tibetan ABCs, when I was able to recite it all by memory, my dad was so happy.”</p><p>A love of sports</p><p>The days were long. Every morning he awoke to recite sacred texts. Then school, followed by football practice. He returned home for tutoring on Tibetan history and Buddhism. At night, he practiced calligraphy or listened to rappers. When he got his license, he drove around listening to Taylor Swift.</p><p>What would he have been if not a spiritual leader? “Sports journalist would have been cool,” he says. He loves to write. An avid fan, he roots for the Atlanta Hawks in basketball, Real Madrid in soccer, and the Atlanta Falcons in football.</p><p>His favorite athlete is U.S. figure skater Alysa Liu: “She brings so much swagger, but it doesn’t overshadow the sports.” In high school, he wrote an award-winning story about Tibet for the student newspaper.</p><p>On the football field, his teammates praised his positivity; he reminded them to have fun and keep losses in perspective. But in the final game of his senior season, he shed tears, realizing it would likely be his last game ever.</p><p>He often helped with events representing the local Tibetan community. For his 18th birthday, more than 1,000 people gathered at the Tibetan American Foundation of Minnesota for the last party before joining the monastery in India.</p><p>Finding his groove</p><p>On the long plane ride, his mind wandered.</p><p>“I was like, ‘Dang! I’m missing the first week of NFL!’” He packed light: headphones, laptop, a fantasy football magazine and a book on Guru Rinpoche, the Indian Buddhist master who brought Tantric Buddhism to Tibet.</p><p>His parents flew with him to New Delhi and then drove north to Dehradun, near the Himalayan foothills, in the equivalent of a college dropoff. They bought him a larger bed. They painted his monastic room and erected a shrine where he could pray at dawn and dusk.</p><p>He is an only child, and his parents cried when saying goodbye. The farthest and longest that he'd gone from home on his own previously was a three-day camping trip in northern Minnesota.</p><p>“Everything leading up to this point in the history of all your lifetimes — the billions and billions of lifetimes you accumulated — leads to your family,” Dorje says. “To have such great parents is a result of a great past life’s merit. But not only past life merit, but the connection of karma — and love.”</p><p>Early on, his mother, Dechen Wangmo, worried about her then-toddler son during long prayer sessions.</p><p>“Would he be hungry? What if he fell asleep?” she recalled thinking. She kept worrying about him as a teenager: “He’s a tulku,” she says, using the Tibetan term for a reincarnated lama, “but he’s my son.”</p><p>To her relief, he thrived. While his friends attended history, science and literature classes in U.S. colleges, he took lessons on Buddhist philosophy, and practiced his calligraphy and chanting in India.</p><p>“He’s kind of found his groove at the monastery,” says Kate Thomas, one of his tutors in Minneapolis.</p><p>Becoming a ‘leader of peace’</p><p>Despite the 10-hour time difference, he kept in contact with friends back home through texts and WhatsApp. On time off, he built Legos, walked to an arcade to play the FIFA soccer video game and watched Marvel superhero films and NBA and NFL games on his laptop. He was especially psyched about the halftime Super Bowl show: “That was an incredible performance by Bad Bunny — I can ’t lie!”</p><p>It was his first time experiencing a life of asceticism, eating a daily ration of rice and lentils and washing his own clothes by hand. But he adjusted, getting along with monks from all over Asia, discussing spirituality, popular culture and sports.</p><p>“Dudes are dudes!” he says.</p><p>It was the first time that he was hanging out with other “tulkus' — reincarnated spiritual masters around his own age. Among them was Trulshik Yangsi Rinpoche, 13. He's believed to be the reincarnation of Kyabje Trulshik Rinpoche — the Tibetan Buddhist master who first recognized Dorje as a tulku at four months old.</p><p>At the monastery, they bonded over their love of Tintin comics. Dorje became his English teacher.</p><p>“I think of him as my spiritual teacher,” Dorje said after sharing a meal with the younger lama. “I’m profoundly grateful that I get to repay my debt to the one who found me and improving his English.”</p><p>Yangsi Rinpoche smiled, then reflected: “He’s my best friend.”</p><p>Just hours after Dorje blessed thousands — including his parents — on the last day of the 12-day rituals, the family awoke before dawn to visit the ancient Maratika or Halesi Mahadev Caves, 100 miles (160 kilometers) southwest of Mount Everest. They drove for eight hours on dirt roads, crossing mountains and valleys, for a pilgrimage to caves sacred to both Hindus and Buddhists.</p><p>After exploring the caves in awe, Dorje sat cross-legged on the rocky ground next to his father, Dorje Tsegyal. They prayed together, as they had done almost daily since his childhood.</p><p>Following several years of contemplation and asceticism, Dorje hopes to return to the United States to teach in Minnesota’s Buddhist community at the Nyingmapa Taksham Buddhist Center. His goal: become “a leader of peace,” following the example of the Dalai Lama, Nelson Mandela and Gandhi.</p><p>It’s a long path that began soon after his birth. He feels ready. “This,” he says, “is just the beginning.”</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/4SXC2OZHNP5O5DP5254JIAQCPI.jpg?auth=33e5cb341058d2de66ba867274c5afa038e92a8ee45b11175a7505c7216bd50f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S.-born Buddhist lama Jalue Dorje pauses outside of his hotel room before he walks to nearby Shechen Monastery for a series of rituals and teachings in Kathmandu, Nepal, on Monday, April 6, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GAHRTIIYNK56BYXWXJW73HNLZQ.jpg?auth=804293d3617dd2e1a453655ed323688c30eda2b0ca097e067972f5e7bce9d27c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S.-born Buddhist lama Jalue Dorje walks out of Shechen Monastery after a day of rituals and teachings in Kathmandu, Nepal, on Thursday, April 9, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JM5JVLGES3LKOPURH5UIIVM44M.jpg?auth=0116611c580ade0a3323c77b1ef72f56735db77d2488b5ca91136d78f3a051ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S.-born Buddhist lama Jalue Dorje smiles as he blesses people by tapping bowed heads with a ritual vase and a peacock feather at the end of 12 days of empowerments, or initiation rituals and teachings, bestowed by the abbot of Shechen Monastery in Kathmandu, Nepal, on Sunday, April 12, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PZ4KAUVN5RP3GXNQM52QYVV7G4.jpg?auth=57600c4f450491069b4065dba9cf5c2f346cf06daea341c715e1fef1d4ebf173&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Young monks smile during a break from rituals and teachings at Shechen Monastery in Kathmandu, Nepal, on Thursday, April 9, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DVBQS2GWAPC4DIFHL2KCFYYSNA.jpg?auth=a57e3f64d3bb58331b7bb8e745ff8c9810be013a29eaa1ea4cc17c9aa0ac0aa5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S.-born Buddhist lama Jalue Dorje walks out of a prayer hall during a series of rituals and prayers bestowed by the spiritual leader of Shechen Monastery in Kathmandu, Nepal, on Sunday, April 12, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BUGCYVXCKMHTU3KT2QVFDWN4WE.jpg?auth=5639ed8fa2d78664a98f28fed6f7d534aa8016fc323fde989c6664ec299019a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S.-born Buddhist lama Jalue Dorje puts on his monastic robes at his hotel room to start his day before attending a series of rituals and prayers at Shechen Monastery in Kathmandu, Nepal, on Saturday, April 11, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N7IYDRUJ76FXBZC7FCU5GB7HMQ.jpg?auth=f26e7227695ed98aaee82f1db172afa43f1c7fa5600dcf3b33001c919dfe1333&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crocs decorated with Jibbitz charms of The Simpsons, belonging to U.S.-born Buddhist lama Jalue Dorje, sit outside a prayer hall at Shechen Monastery in Kathmandu, Nepal, on Sunday, April 12, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJRUTDKXATAHFNTIJKVEXV7HBY.jpg?auth=4d8eaa859f63a525a0c999d10733def65ece29df367e08b622372ed436352bd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buddhist lamas, Trulshik Yangsi Rinpoche, left, and Jalue Dorje, who is recognized as the eighth Terchen Taksham Rinpoche, laugh while posing for a portrait at the Yak and Yeti hotel in Kathmandu, Nepal, on Tuesday, April 7, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PWA7ALISKF7UUY6XGHDSAPQB3U.jpg?auth=cab3a063688ce449651d9cb181e3399c8b910b5451f7849dfe48936774bda7f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S.-born Buddhist lama Jalue Dorje blesses his father, Dorje Tsegyal, and mother, Dechen Wangmo, at the end of 12 days of empowerments, or initiation rituals and teachings, bestowed by the abbot of Shechen Monastery in Kathmandu, Nepal, on Sunday, April 12, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UUOOCDJPQCNBVBCSPUGULAN5CU.jpg?auth=b04ec7e8ebd91dab63e48e95a00d65a6084e674b228bfe079b5c47be14a5b7d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S.-born Buddhist lama Jalue Dorje walks in the rain with his parents, Dorje Tsegyal and Dechen Wangmo, during a 12-day series of rituals and teachings at Shechen Monastery in Kathmandu, Nepal, on Wednesday, April 8, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UDOXG36LF4X5CB2GLGYVPIHC7I.jpg?auth=85d8877a71186e7122b5ca91d4cdc0172a860a4394c6a9b24007fb41ddd5fce8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jalue Dorje, right, and his parents, Dorje Tsegyal, center, Dechen Wangmo, ride a taxi in Kathmandu, Nepal, on Wednesday, April 8, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content></item><item><title><![CDATA[Supreme Court voting rights ruling fuels a new push to defend Black representation]]></title><link>https://www.local10.com/news/florida/2026/05/15/supreme-court-voting-rights-ruling-fuels-a-new-push-to-defend-black-representation/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/05/15/supreme-court-voting-rights-ruling-fuels-a-new-push-to-defend-black-representation/</guid><dc:creator><![CDATA[By BILL BARROW and MATT BROWN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 04:06:39 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Same fight. New generation.</p><p>That’s the mantra of a multiracial group of civil rights leaders and activists organizing opposition to a mostly white conservative alliance dismantling the Voting Rights Act and political districts that allowed Black and other nonwhite voters to choose more of their elected leaders for the last half-century.</p><p>“We have to respond as quickly as possible,” NAACP President Derrick Johnson said in an interview. “The real question,” Johnson told The Associated Press, “is how do we as a country really address the effort to shrink us backwards into a 1950s reality?”</p><p>Johnson’s 117-year-old association, which was at the forefront of legal and legislative fights for Black political rights in the 20th century, is among scores of groups coming together Saturday in Alabama for a rally and tribute to the Civil Rights Movement that helped bring about the 1965 Voting Rights Act. They plan events in Selma, where voting rights advocates were attacked by white law enforcement officers on Bloody Sunday, and Montgomery, where a rescheduled march concluded two weeks later.</p><p>Unlike 61 years ago, the Alabama events are not the pinnacle of a protracted movement. Instead, civil rights activists hope they serve as a catalyst for a renewed crusade after the U.S. Supreme Court, two weeks ago, further weakened the VRA by no longer allowing race to be considered in how congressional and other districts are drawn.</p><p>They acknowledge difficulty in countering a white-dominated conservative network entrenched in the White House, Capitol Hill, federal courts and many state legislatures of the Old Confederacy, where a majority of Black Americans still live.</p><p>The VRA “was the foundational nucleus of the Civil Rights Movement,” said Jared Evans of the Louisiana-based Power Coalition for Equity and Justice. “They’ve taken that from us,” he said, with the recent Louisiana v. Callais decision on congressional districts and the earlier Shelby v. Holder decision in 2013 that rolled back federal oversight of election procedures in states and localities with a history of discrimination.</p><p>Georgia Sen. Raphael Warnock, who is senior pastor of Atlanta’s Ebenezer Baptist Church, where the Rev. Martin Luther King Jr. once preached, said from his pulpit that the result is “Jim Crow in new clothes.”</p><p>Warnock pointed to King and the last voting rights movement. “We need political power. We need economic power. We need personal power,” he said, assuring parishioners that “your adversaries know that your voice matters” because they're “bending over backwards” to diminish it.</p><p>Evans reached further back into history to say what must happen next.</p><p>“Our response must be and will be a second Reconstruction period,” Evans said.</p><p>Some Democrats want an answer from Congress</p><p>The ultimate goal, organizers said, is to win more elections, sway policy fights and protect diverse political representation at all levels.</p><p>U.S. Rep. Terri Sewell, a Black lawmaker who represents Selma, Alabama, said an immediate priority is to “reform and reintroduce” Democrats' flagship voting bill, the John R. Lewis Voting Rights Act.</p><p>Sewell, whose seat ultimately could be threatened under redistricting, said Democrats want to “completely” eliminate partisan gerrymandering.</p><p>She also said the legislation would “bring back pre-clearance,” the requirement for certain federal approvals that the court struck down in Shelby.</p><p>“We need to come up with a modern-day formula for showing just how egregious the behavior of these state actors is,” Sewell said.</p><p>The Supreme Court ruled in Callais that states do not have to draw majority nonwhite districts under the Voting Rights Act and, in fact, should not consider race at all when drawing boundaries. By arguing that the law's remedies to combat discrimination had themselves become racist, the decision allows states to redraw heavily Black districts that have historically elected Democrats while arguing that the designs are based on party interests, not race.</p><p>President Donald Trump praised the decision as “a BIG WIN for Equal Protection under the Law, as it returns the Voting Rights Act to its Original Intent, which was to protect against intentional Racial Discrimination.”</p><p>Groups mobilized for redistricting sessions</p><p>Many of the same groups who’ll be in Alabama on Saturday have already gone to Southern statehouses, where white Republican lawmakers moved swiftly to redraw congressional districts after Callais.</p><p>Alabama and Louisiana lawmakers reverted to a single majority-Black district, each scrapping a second district that had been ordered by lower federal courts under now-reversed VRA interpretations. Tennessee lawmakers gutted a majority Black district by splitting greater Memphis into three different sprawling districts — itself an obvious racial gerrymander the court had previously forbidden, Evans said.</p><p>Anticipating the Callais outcome, Florida and Texas proceeded with redistricting before it came down. Georgia Gov. Brian Kemp, a term-limited Republican, has called a June session to redraw congressional lines for the 2028 cycle. Mississippi and South Carolina have delayed the matter for now.</p><p>South Carolina state Senate Majority Leader Shane Massey was among the few white Republicans who pushed back against GOP redistricting plans. He said that not even pressure from Trump could sell him on disenfranchising Black South Carolinians instead of doing what's best for his state.</p><p>Other white conservatives are still talking openly about ousting Reps. Jim Clyburn and Bennie Thompson, the only Black U.S. House members from South Carolina and Mississippi, respectively.</p><p>Evans, the Louisiana activist, predicted the fight ahead won't just be about congressional representation.</p><p>“Look for them to go after state house and state senate seats — and then it will be the local level,” he said, adding that “it’s going to be an entire erasure of Black representation.”</p><p>The issue is more than a partisan Washington fight</p><p>Heavily minority districts drawn under the VRA before Callais nearly always elect Democrats. Black Americans have overwhelmingly aligned with the party since President Lyndon B. Johnson signed the Civil Rights Act and Voting Rights Act, sparking a decades-long migration of most white Southern politicians to the Republicans. Latino and Hispanic voters still lean Democratic in most places as well.</p><p>The immediate fight shapes the midterm campaign scramble for control of the U.S. House during the final years of Trump’s presidency. Trump initially pushed Republican-run states to redistrict to protect the party's fragile House majority.</p><p>But Johnson, the NAACP leader, said all voters should see more than partisan warfare or a regional battle over race.</p><p>Beyond party allegiance, Johnson argued, white conservatives want to curtail a range of rights “depending on how you pray, depending on who you love,” while also pushing economic policies that punish workers across racial and ethnic lines. From legislation to the confirmation of federal judges who decide constitutional questions, those policy outcomes start with election results.</p><p>“It’s not a Black problem,” Johnson said. “That’s an American problem.”</p><p>There is no singular movement or leader yet</p><p>Evans, Johnson and others acknowledged the complexity in harnessing disparate organizations and galvanizing voters on issues like redistricting and gerrymandering. But they insist the brazen nature of Republicans' course has spurred engagement.</p><p>Johnson said he was on an organizing call in Mississippi this week that had 8,000 participants. Evans pointed to packed hallways in the state Capitols in Baton Rouge and Nashville, respectively.</p><p>The NAACP and allies have challenged new maps in multiple states, despite Callais. Many groups want to spur midterm turnout among Black voters, and others are disenchanted with white conservatives’ maneuvers in racially diverse places.</p><p>Johnson stressed the need for perseverance.</p><p>The 1954 Brown v. Board of Education decision was seismic, with a unanimous court declaring segregated public schools unconstitutional and reversing 19th-century precedents denying Black Americans' fundamental rights.</p><p>But it took 17 years — and many more court battles — for it to be implemented in most Southern school districts. Fights over mandated student busing continued beyond the South. It was a decade after Brown before Congress and Johnson enacted the movement’s seminal laws.</p><p>There's no clear leader of a modern movement.</p><p>Johnson said it’s worth remembering that even with King at the helm before his assassination, “there was tension around strategy” in the 1950s and 1960s.</p><p>But even “through that tension, through many episodes, we were able to get directly in the right place.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJ734FNVJ5T2UAW2QKOIWDHMTY.jpg?auth=dfef4e6654b71c5230300855e3f2f1f58c0ea9958b5602e680d015b733a26293&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protestor stands outside the South Carolina Statehouse on Thursday, May 14, 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[Finland's hotly tipped Eurovision performance features flames, a valuable violin and a safety plan]]></title><link>https://www.local10.com/entertainment/2026/05/15/finlands-hotly-tipped-eurovision-performance-features-flames-a-valuable-violin-and-a-safety-plan/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/15/finlands-hotly-tipped-eurovision-performance-features-flames-a-valuable-violin-and-a-safety-plan/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 04:04:06 +0000</pubDate><content:encoded><![CDATA[<p>VIENNA (AP) — At the Eurovision Song Contest, performers get three minutes to make a big impression.</p><p>Grabbing viewers’ attention as one of 25 acts competing in quick succession in Saturday’s grand final in Vienna means pulling out all the stops, both musically and visually.</p><p>In the case of this year’s favorites to win, the Finnish duo of pop singer Pete Parkkonen and classical violinist Linda Lampenius, that involves jets of flame, a valuable 18th-century violin and a team of “ninjas” working to avert disaster.</p><p>The pair’s song “Liekinheitin,” or “Flamethrower,” is a favorite with both fans and betting markets with its melding of pop and classical influences — and its spectacular staging.</p><p>Here’s what it takes to create the eye-catching performance.</p><p>Permission to play</p><p>Parkkonen and Lampenius dub their sound “new pop with a classical touch." Their song of burning love is an explosion of energy in which Parkkonen’s passionate vocals act as counterpoint to Lampenius’ frenetic fiddling.</p><p>The Finnish delegation had to secure special permission for Lampenius to play live. Eurovision rules state that lead vocals must be performed live, but instruments are prerecorded, to help speed changeovers between songs.</p><p>Lampenius says “Flamethrower” was “written as a duet,” and both performers need to be live for it to work.</p><p>“It’s a woman and a man, it’s a female voice and a male voice. So I do all my lyrics through my violin, by playing, and you (Parkkonen) are singing it with words. But we are talking. We are (equally) as important, both of us.”</p><p>The pair were not certain when they arrived in Vienna that Eurovision organizers would allow the request. They were only given final approval after performing in front of an audience in a live rehearsal.</p><p>The European Broadcasting Union, which runs Eurovision, said contest rules allow that “live audio capture of instruments may exceptionally be permitted where artistically justified.”</p><p>Lampenius had brought two violins just in case – a treasured Gagliano made in 1781 so live performance would “sound perfect,” and a cheaper instrument to use if she had to rely on playback. That would remove any risk to the Gagliano from the slightly hazardous staging.</p><p>Practice makes perfect</p><p>Lampenius and Parkkonen say they have been rehearsing for this moment since November. They won Finland’s national selection contest for Eurovision in February and say by now they have performed the song hundreds of times.</p><p>It is crucial to get it right. The performance builds to a climax that sees jets of flame spurt from a stage on which Lampenius, fanned by a leaf blower and wearing a flowing dress, is playing her precious violin.</p><p>Lampenius concedes it's “a bit scary when you think of it."</p><p>But she says she is secure in the knowledge she has black-clad stagehands who call themselves “ninjas” on hand to keep her dress away from the flames – an essential piece of the performance that goes unseen by viewers watching at home.</p><p>“They’re running with me – first one guy carrying my dress when I’m running, then the other one catching me during my run,” she said. “And he helps me also when I jump up on the stage and do the pirouette.”</p><p>For the striking final pose in which Lampenius perches atop chairs in high heels, violin aloft, Parkkonen combines singing with his role as a security spotter, there to catch her if she topples over.</p><p>“That’s my work,” the singer said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FYCIDUUNJJBPGGSIY6LI6UJHWA.jpg?auth=70a63440b19486c2f0dc09e50adbb8774dbd08fb076e0d626a54b7dd30b5df2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Linda Lampenius and Pete Parkkonen from Finland perform the song "Liekinheitin" during 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/SEGY3A4D54YYVSFBLF2VTPWYWY.jpg?auth=ab0b1475497278eedb3a48ab3fab611872d8832ecda03e60488a2b8b141ff09f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Linda Lampenius and Pete Parkkonen from Finland perform the song "Liekinheitin" during 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/OYCXHT4QVHLODT73XEJV2HUHPU.jpg?auth=7ce4b50bb8084e5ed08f52aa424b5542734b2e747ee5270df0baa0f30209069c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Linda Lampenius and Pete Parkkonen, who compete as Liekinheitin for Finland at the 70th Eurovision Song Contest, sit in a Finnish sauna after an interview with The Associated Press in Vienna, Austria, Thursday, May 14, 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/37FT6YLI4QPR3C5LIUCZT3QPPE.jpg?auth=de33eac41fca30f6a6cbb8bf05da864615ae56bcfc9eac82ae8b665d1297ca06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Linda Lampenius and Pete Parkkonen, who compete as Liekinheitin for Finland at the 70th Eurovision Song Contest, watch the camera after an interview with The Associated Press in Vienna, Austria, Thursday, May 14, 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/HWHOH5NVZQ4EFDKQYPQLTFGUHU.jpg?auth=05490594f207648fefcfb332b72cd95f7df97d49490f86b4cc03ca692267b361&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Linda Lampenius and Pete Parkkonen, who compete as Liekinheitin for Finland at the 70th Eurovision Song Contest, talk during an interview with The Associated Press in Vienna, Austria, Thursday, May 14, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[A Texas town may offer a preview of a Trump plan to force noncitizens from public housing]]></title><link>https://www.local10.com/news/2026/05/15/a-texas-town-may-offer-a-preview-of-a-trump-plan-to-force-noncitizens-from-public-housing/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/15/a-texas-town-may-offer-a-preview-of-a-trump-plan-to-force-noncitizens-from-public-housing/</guid><dc:creator><![CDATA[By VALERIE GONZALEZ, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 04:02:46 +0000</pubDate><content:encoded><![CDATA[<p>PORT ISABEL, Texas (AP) — Until recently, young children ran in and out of their public housing homes in this Gulf Coast town, playing on sun-dappled lawns as mothers looked over their shoulders for the school bus to drop off their older kids. Suddenly, couches, dressers and refrigerators started appearing curbside for movers or garbage collectors.</p><p>Within weeks, the neighborhood was a ghost town and the playground was empty.</p><p>What prompted the mass exodus was a bungled message from the housing authority in Port Isabel, a South Texas community of 5,000 people, many of whom are immigrants working at hotels and restaurants on the beaches of nearby South Padre Island. The Port Isabel Housing Authority indicated a Trump administration proposal was about to take effect that would end housing assistance to families with at least one member in the country illegally. The events that followed provided a glimpse of what could happen in communities across the U.S. if the proposed rule is actually finalized.</p><p>“The impact was not limited to undocumented immigrants, but really to immigrants who are here legally as well as people within their families who are citizens,” Marie Claire Tran-Leung, senior staff attorney at National Housing Law Project, said.</p><p>For decades, families with at least one legal or eligible resident have been allowed to live in public housing provided those who are here illegally or are otherwise ineligible due to their immigration status pay a full, unsubsidized share of rent. The U.S. Department of Housing and Urban Department wants to reverse that.</p><p>Advocates estimate up to 80,000 people would be kicked out of their homes nationwide under the measure that is part of President Donald Trump’s immigration crackdown. They include U.S. citizens, many of them children born in this country but whose parents were not.</p><p>A message from the Port Isabel Housing Authority</p><p>On Feb. 3, the Port Isabel Housing Authority sent residents a letter saying that the Trump administration wanted every household member to prove legal status within 30 days or face eviction. Three weeks later, the agency sent a note of “clarification” that no such proof was required.</p><p>It was already too late.</p><p>Half of residents living in Port Isabel public housing left within a month of receiving the first letter. The occupancy rate plunged from 91% in January to 43% in May, far below the national average of 94%.</p><p>The proposed rule from HUD still has not taken effect.</p><p>The housing authority gave no explanation for the initial misunderstanding and officials did not respond to repeated requests for comment from The Associated Press.</p><p>Rumors and panic</p><p>Fears about eviction and rumors that U.S. Immigration and Customs Enforcement might get involved prompted panic among some residents.</p><p>“My kids and I spoke and wondered what we were going to do, but then we said it’s better to leave and avoid any retaliation,” a single mother from Mexico raising two teenagers who are U.S. citizens told The Associated Press. She, like other former residents, spoke on condition of anonymity due to fears of being deported.</p><p>She turned to legal service organizations that told her and others they could stay in public housing. But she and her children decided it was too risky and left their home of nearly a decade, finding an apartment within the same school district that costs about $500 more per month.</p><p>The move also added about 10 minutes to the commute to the island, where both the mother and her daughter work. The 18-year-old gets home from school at 4:30 p.m. and grabs a quick dinner before her mom drives her to a job that starts at 5 p.m. The daughter is a top student in her senior class and plans to go to college in the fall with help from scholarship offers, but she worries how her family will make ends meet. Her brother was laid off, and their mom underwent cancer treatment last year, depleting her energy and straining their finances.</p><p>Other families face even greater challenges.</p><p>A mother of three said she moved her family into a one-bedroom trailer home illegally parked between two other trailer homes. Her oldest son sleeps in the living room.</p><p>Another family of three sold beds and other furniture so they could squeeze into a small trailer home, only to find out the landlord wouldn't let them use the mailing address, affecting her children’s school and health insurance.</p><p>“Since we got the letter, everything changed from one day to the next. It wasn’t the same anymore. Before the letter, the kids were happy, playing outside,” the mother of two said.</p><p>A preview of a Trump administration proposal</p><p>The Trump administration proposed in February that any household with one ineligible resident would disqualify an entire family, estimating that 24,000 recipients were ineligible in 20,000 households.</p><p>“We have zero tolerance for pushing aside hardworking U.S. citizens while enabling others to exploit decades-old loopholes,” HUD Secretary Scott Turner said at the time.</p><p>The Center on Budget and Policy Priorities, which advocates for low-income families, estimates that 79,600 people could be forced to leave their homes, with a disproportionate impact on children and Latinos.</p><p>The rule drew more than 16,000 public comments, many of them critical, including from city leaders across the U.S.</p><p>For example, the New York City Council told HUD that an estimated 12% of city of households have at least one member who lacks legal status. Some 240,000 children are in those homes.</p><p>“This proposed rule will unequivocally lead to increased displacement, homelessness, poverty, and decreased educational and health outcomes,” the council wrote.</p><p>HUD is expected to publish a final version of the rule after considering public comments.</p><p>It is almost certain to face legal challenges.</p><p>___</p><p>Associated Press writers Michael Casey in Boston and Elliot Spagat in San Diego contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X7WQRK4RUGTXEUBSTI2N3NAFMM.jpg?auth=76b720bc61eaf6baa5ee8fd6752ce76fa8fa80b3d288d901851ea17c633a4b5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A pile of furniture is piled in a public housing subdivision in Port Isabel, Texas, on April 13, 2026. (AP Photo/Valerie Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Valerie Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OQEIEYNXMGSI7MVHC5MCA2Y5ZU.jpg?auth=a866d26a74cf22cda64a3f10fae8d80ff920a1c72bd0a6ad5e14d6b27128f91c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two sisters play in a neighborhood playground that sits mostly vacant, April 13, 2026, after neighbors left their public housing homes in Port Isabel, Texas. (AP Photo/Valerie Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Valerie Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HQVBOJGICNKHD5DAJQIAY3UTTY.jpg?auth=7ead3a3bf18a8ed62689ae2152bb1f5e1ea998cbc2ec4cea8fc383fd332419fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A pile of furniture is seen in a public housing subdivision in Port Isabel, Texas, on April 13, 2026. (AP Photo/Valerie Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Valerie Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OMES5ZGJBS5QDDWVAB3AC3INFU.jpg?auth=2df0767c72657226cc2108e134efe6057c9eb99ab83aad30dd553a94ad7ed5b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A plastic dollhouse sits among a pile of furniture discarded by families in a public housing subdivision in Port Isabel, Texas, on April 13, 2026. (AP Photo/Valerie Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Valerie Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QSDPR2PDN6H4GOBVNAIZ6GIGAA.jpg?auth=dc02c248c5191cd86dc00b64e92f27b91a9451534ca9e1061fdcdde695c20f56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Community members attended a public forum, Feb. 19, 2026, at the Port Isabel Community Center in Port Isabel, Texas, to hear about tenant rights from Eric Dunn, an attorney with National Housing Law Project. (AP Photo/Valerie Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Valerie Gonzalez</media:credit></media:content></item><item><title><![CDATA[Author Ann Patchett urges a 'breath' for books as PEN gala raises $2M amid ban surge]]></title><link>https://www.local10.com/entertainment/2026/05/14/author-ann-patchett-urges-a-breath-for-books-as-pen-gala-raises-2m-amid-ban-surge/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/14/author-ann-patchett-urges-a-breath-for-books-as-pen-gala-raises-2m-amid-ban-surge/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 03:56:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — On a night otherwise dedicated to the endangered state of free expression, honoree Ann Patchett asked those gathered for PEN America's annual gala to take a breath and consider the revelations held within the event's setting — the American Museum of Natural History.</p><p>“The history of nature is made up of both extreme beauty and violence, volcanoes and butterflies, shifting tectonic plates and marsupials, the bones of the stegosaurus and the light of Milky Way,” the author and bookseller said Thursday night as she stood before hundreds at the Manhattan-based cultural institution museum and accepted the PEN/Audible Literary Service Award.</p><p>“To spend a day in this museum is to understand that the world had plenty of action before we got here, and it will continue to have plenty of action. And so, let us marvel that people still want to write books, and that we want to read them.”</p><p>Patchett and film producer Jason Blum were among the featured speakers and Amy Tan, Walter Isaacson and Rebecca Yarros among the table hosts for the fundraising dinner, which raised more than $2 million for the century-old literary and free expression organization. The gala took place as writers and journalists face persecution worldwide and after recent reports from PEN and the American Library Association documenting the continued surge in book bans in the U.S., with thousands of works being pulled from schools and libraries.</p><p>“First, they come for your freedom of expression. Without that freedom to raise your voice, it is much easier to strip away all of your other rights,” PEN co-CEO Summer Lopez said during her remarks. “We believe that hidden in the horrors of this moment is also an opportunity — to mobilize people and ignite a movement for free expression, here and everywhere."</p><p>Blum, the producer whose credits range from Jordan Peele's Oscar-nominated “Get Out” to such horror franchises as “Halloween” and “Paranormal Activity,” received PEN's Business Visionary award. He was introduced by the actor-singer Maya Hawke, who remembered him as a cherished childhood friend — he is her godfather — and an ongoing role model who “builds a safe and boundaried structure and then gives creatives freedom and control within that. Like a good father, or godfather.”</p><p>Blum wryly noted that horror films don't have a rich history of critical praise. He read off some of the insults he had come across, or alleged he came across: “For the young, the ignorant, and the idle" and “Extremely provocative of that sensation in the palate and throat which leads to nausea.”</p><p>But those remarks, he added, date back to the 19th century, and they were directed at the mass market sensation of the time — the novel.</p><p>“So all forms of storytelling, especially when they’re new and different, need protection from the forces of snobbery and suppression," he said.</p><p>The PEN gala, hosted by author-actor B.J. Novak, has long been a mix of star power and social causes. The Iranian writer-dissidents Golrokh Ebrahimi Iraee and Ali Asadollahi were this year's recipients of the PEN/Barbery Freedom to Write Award, given to writers who have faced government harassment and imprisonment. PEN President Dinaw Mengestu, pointing out that neither was able to attend and that their absence was signified by two empty chairs, asked the audience to imagine a time of no empty chairs “on this stage or on any stage in this world.”</p><p>One of the night's longest ovations was given to the Tennessee-based activists Tatiana Silvas and Keri Lambert, whose anti-censorship Rutherford County Library Alliance has fought book bans in the Rutherford area. The library alliance was this year's winner of the PEN/Benenson Courage Award</p><p>“Libraries are not simply buildings filled with books. They are one of the few institutions that truly belong to everyone, regardless of age, income, background or beliefs,” Lambert said. “Defending libraries is really about defending democracy itself. A healthy community depends on informed citizens, open dialogue and the freedom to explore ideas. Libraries make all of that possible.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XOMHWV746IQCMKBQ2VJK4DKGAM.jpg?auth=08057cdf1f2d3f90afd08f83fc1a2bb7bfbc67cc9290e1b45ee08a5e5df9a8dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jason Blum, left, and Seth Meyers attend the PEN America Literary Gala at The American Museum of Natural History on Thursday, May 14, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/REE23NYOIEHRWG76YG67CQ534E.jpg?auth=6aebe1353ddc17554747171272258f5ed0529f162d723791047a198a493060fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maya Hawke attends the PEN America Literary Gala at The American Museum of Natural History on Thursday, May 14, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LFRJM4QUL6KQKREMBVRO3Q62JY.jpg?auth=4d2d930a5ad2680ef9114d077874c219b80d22fae5ab96d98164829b2783cac4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jelani Cobb, left, and Danielle Powell Cobb attend the PEN America Literary Gala at The American Museum of Natural History on Thursday, May 14, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WJYONVQBUPVUSBUBN3YIJVFYOQ.jpg?auth=7b66d6b6b12ea0e8d19654633d099d360e38146473ab5b39176d0b6cf83749eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seth Meyers attends the PEN America Literary Gala at The American Museum of Natural History on Thursday, May 14, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L67WGJ4RQJZW7K6VOEOVBGWIPI.jpg?auth=14c3cfee2aa10413b41a0f7c1ffe7fa07d0e59321a56042dc8758ed5dd9cfec4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ali Velshi attends the PEN America Literary Gala at The American Museum of Natural History on Thursday, May 14, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content></item><item><title><![CDATA[La presidenta Claudia Sheinbaum nombra un nuevo director de Pemex]]></title><link>https://www.local10.com/espanol/2026/05/14/la-presidenta-claudia-sheinbaum-nombra-un-nuevo-director-de-pemex/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/la-presidenta-claudia-sheinbaum-nombra-un-nuevo-director-de-pemex/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 03:21:20 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — La presidenta mexicana Claudia Sheinbaum nombró el jueves un nuevo director de Petróleos Mexicanos en medio del proceso de reestructuración de la empresa estatal, cuyas finanzas se encuentran comprometidas.</p><p>En un video que difundió en su cuenta en la red social X, Sheinbaum indicó que Juan Carlos Carpio Fragoso, actual director de Finanzas de Pemex, asumirá como nuevo director general de la petrolera en reemplazo de Víctor Rodríguez, quien decidió separarse del cargo para retornar a sus actividades académicas. Rodríguez acordó lo anterior con la presidenta cuando ella comenzó su mandato en octubre de 2024.</p><p>El exdirector seguirá apoyando al gobierno desde el Instituto de Electricidad y Energías Limpias, precisó la mandataria.</p><p>La salida de Rodríguez se da un día después que la agencia calificadora de riesgo S&P Global Ratings degradó la perspectiva de Pemex y de la Comisión Federal de Electricidad, de estable a negativa.</p><p>La agencia ratificó la calificación crediticia de la petrolera, pero reconoció que su “estructura de capital es insostenible, dada su escasa liquidez y su elevado apalancamiento”.</p><p>Pemex cerró 2025 con una deuda de unos 84.500 millones de dólares, lo que representó un descenso de 13,4% en comparación con el año previo. La reducción de la pesada deuda de la petrolera tuvo que ver con los apoyos de cerca de 22.647 millones de dólares que le otorgó el año pasado la Secretaría de Hacienda para la recompra de deuda y la emisión de notas precapitalizadas.</p><p>En noviembre de 2024, Sheinbaum anunció un plan de “austeridad” para reducir los gastos de Pemex en unos 2.500 millones de dólares, ello mediante el recorte de costos y la eliminación de empresas filiales.</p><p>Desde hace años la empresa estatal ha enfrentado una complicada situación financiera, la cual ha golpeado los ingresos petroleros de México, que por décadas fueron fundamentales para el país y llegaron a representar cerca del 40% del presupuesto de egresos del gobierno federal.</p><p>La caída en la producción —que ronda actualmente 1,6 millones de barriles diarios— y las limitadas finanzas de Pemex hicieron que los aportes de la petrolera al presupuesto federal se ubicaran debajo de 15% durante 2025.</p><p>S&P anunció el pasado martes que cambió de estable a negativa la perspectiva crediticia de México ante el lento crecimiento económico y el aumento de la deuda pública del país, pero ratificó las calificaciones de crédito soberano en moneda extranjera y local.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VGFAYQSNOGJ372QJC6KIXKDSYE.jpg?auth=e5bc7f639105f89cd3b968704edfb04e6a51f0dcae1784dd87e53ee55cb5b6dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta mexicana Claudia Sheinbaum habla durante una reunión con líderes empresariales el lunes 4 de mayo de 2026, en Ciudad de México. (AP Foto/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4WJZV6EKLZBX47UUIKUHWMOAMI.jpg?auth=7438d8ddcd856cdd1d88dab080be71dc850918367482c2a422a157da767c8c8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta Claudia Sheinbaum ofrece su conferencia de prensa matutina diaria en el Palacio Nacional, el jueves 30 de abril de 2026, en Ciudad de México. (AP Foto/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content></item><item><title><![CDATA[Second lawsuit filed to stop proposed Trump presidential library in Miami]]></title><link>https://www.local10.com/news/local/2026/05/14/second-lawsuit-filed-to-stop-proposed-trump-presidential-library-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/second-lawsuit-filed-to-stop-proposed-trump-presidential-library-in-miami/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Renderings for the proposed Trump Presidential Library reveal a massive project planned for land gifted to the Trump Presidential Library Foundation by the state and Miami Dade College.]]></description><pubDate>Fri, 15 May 2026 02:57:14 +0000</pubDate><content:encoded><![CDATA[<p>Renderings for the proposed Trump Presidential Library reveal a massive project planned for land gifted to the Trump Presidential Library Foundation by the state and Miami Dade College.</p><p>“But the problem here is not the library,” attorney Gerald Greenberg said. “The problem here is your personal business for personal gain and that’s unlawful.”</p><p>Greenberg represents a group of Miami residents -- including a student, nearby neighbors and a nonprofit connected to Marvin Dunn -- suing over what they describe as a land giveaway.</p><p>The plaintiffs claim the land, owned by Miami-Dade College, was illegally gifted to President Donald Trump. The lawsuit cites the domestic emoluments clause of the U.S. Constitution.</p><p>“The domestic emoluments clause says the president can’t get gifts from states,” Greenberg said. “This is a quintessential gift from a state. Miami-Dade College transferred the land to the state of Florida and the state of Florida transferred the land to the president.”</p><p>The site next to Miami’s Freedom Tower is valued at around $67 million. But the lawsuit argues the land the project would sit on is worth hundreds of millions of dollars.</p><p>In comments from March, Trump said the project would “most likely be a hotel.”</p><p>“It’s most likely going to be a hotel with a beautiful building underneath and a 747 Air Force One in the lobby, which is going to be a trick,” Trump said.</p><p>The 57-page lawsuit states the land “is no longer available to serve MDC’s student community and downtown Miami.”</p><p>Instead, the filing states, “the land will house a Trump hotel that brings riches to the president.”</p><p>When asked whether critics would view the lawsuit as politically motivated, Greenberg rejected the idea.</p><p>“Yeah, this isn’t a politically motivated lawsuit at all,” Greenberg said. “This is about giving public land to a private individual or in this case a president for his own private gain.”</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[The Latest: US-China summit ends with Xi and Trump claiming progress but differences remain]]></title><link>https://www.local10.com/business/2026/05/15/the-latest-us-china-summit-ends-with-xi-and-trump-claiming-progress-but-differences-remain/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/15/the-latest-us-china-summit-ends-with-xi-and-trump-claiming-progress-but-differences-remain/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 13:31:13 +0000</pubDate><content:encoded><![CDATA[<p>U.S. President Donald Trump departed Beijing on Friday following a final meeting with Chinese President Xi Jinping. The leaders said they made progress in stabilizing U.S.-China relations, but deep differences remained after two days of meetings and meals.</p><p>On Friday they walked the grounds of Zhongnanhai, Xi's official residence, and had a working tea and lunch. During a series of meetings and events Thursday, the two discussed divisive issues such as the Iran war, trade, technology and Taiwan.</p><p>China has shown little public interest in getting more involved in solving the war in Iran. Xi also suggested differences over Taiwan could put his country and the U.S. on the path toward conflict. Threats of each side imposing steep tariffs also still loom.</p><p>Trump said Xi told him China wants to help negotiate an end to the war and a reopening of the Strait of Hormuz. China is the largest buyer of Iranian oil and Trump hopes Xi will use that leverage to prod Iran into a deal on U.S. terms. Trump also said Xi assured him that China wouldn’t provide Iran with military equipment.</p><p>Here's the latest:</p><p>Germany’s Merz worries about America’s ‘social climate’</p><p>German Chancellor Friedrich Merz on Friday said he wouldn’t recommend that his children work in the U.S. because of its “social climate.”</p><p>“I am a great admirer of America. My admiration isn’t growing at the moment,” he said during a panel discussion at the Catholic Congress in Wuerzburg, Germany. “So, I wouldn’t recommend to my children today that they go to the U.S., get an education there, and work there. Simply because of a social climate that has suddenly developed there.”</p><p>He added: “by the way, the question of what well-educated young people can achieve used to be answered very differently in America up until a year ago than it is today. Today, the best-educated in America have great difficulty finding a job.”</p><p>Trump says summit yielded a new Boeing deal for hundreds of planes</p><p>Trump told reporters on Air Force One that China would buy 200 planes from Boeing with the possibility of expanding the deal to 750 “if they do a good job with the 200, which I’m sure they will.”</p><p>The order would represent Boeing’s first major sale to China in nearly a decade, and it would mark a significant breakthrough for the plane maker in a market that was once central to its long-term growth.</p><p>China has high demand for new aircraft as they expand and modernize fleets, while giving Trump a high-profile win for his trade agenda.</p><p>Boeing CEO Kelly Ortberg joined Trump on his trip to Beijing.</p><p>Trump also said China would purchase 400 to 450 engines from General Electric. He did not offer a more precise number.</p><p>Daughter of imprisoned pastor asked Trump to help free her father</p><p>Trump said Xi would consider the case of Ezra Jin Mingri of the Zion Church, who has been detained since October.</p><p>On Monday, Grace Jin Drexel, the pastor’s daughter, asked Trump to help bring back her father and other jailed activists on his trip to Beijing.</p><p>“We really plead the president will continue to raise the political prisoners, like my father, and like many of the family members here today, and bring them home,” she said. “We just would love for him to just be part of the family and, like, eat nice food with us and watch movies with us, and just, like, have a have, just live normal lives again.”</p><p>Putin set to visit Beijing ‘very soon,’ Kremlin says</p><p>The Kremlin said Thursday that President Vladimir Putin is set to visit China shortly.</p><p>Asked about a report that Putin is coming to China next Wednesday, Kremlin spokesman Dmitry Peskov said that the visit indeed will take place “very soon,” adding that Moscow and Beijing will announce its date.</p><p>Asked to comment on President Donald Trump’s visit to China, Peskov emphasized the importance of contacts between the world’s two biggest economies, adding that Russia expects to get firsthand information from China about its talks with the U.S. when Putin visits Beijing.</p><p>Trump still mulling US arms sale to Taiwan</p><p>President Donald Trump says he’s not yet made a determination on whether a major U.S. sale of arms to Taiwan can move forward, following his three-day visit to China.</p><p>Speaking to reporters as he flew back on Air Force One on Friday, Trump said he’d not decided on the sale, but added, “I will make a determination.”</p><p>The Trump administration has authorized the sale but it has yet to move forward. China opposes the deal and has suggested that Washington’s relationship with the self-governing island is the key factor in China-U.S. relations.</p><p>Trump brought up Jimmy Lai to Xi, but says it’s ‘a tough one’</p><p>Activist Jimmy Lai, a prominent critic of Beijing, was sentenced to 20 years in prison under a national security law in February in Hong Kong. His family and supporters hope Trump could help free the 78-year-old, who has spent over five years in custody.</p><p>“He told me that would be a tough one,” Trump said, referring to Xi.</p><p>Lai’s daughter Claire told The Associated Press that she was so grateful to Trump for the commitment shown to his father’s release.</p><p>“He has earned his reputation as liberating the unjustly detained and I am confident he and his administration will be the ones to free my father,” she said.</p><p>She said this is an opportunity for Xi to do “the only just and honorable thing” for a man who has given so much to Hong Kong and show a gesture of goodwill to the rest of the world.</p><p>Trump raised a potential nuclear deal between the U.S., Russia and China</p><p>Trump wants the three countries to sign a pact that would cap the number of nuclear warheads each one has in its arsenal.</p><p>China has previously been cool to entering such a pact. Beijing’s arsenal, according to Pentagon estimates, exceeds more than 600 operational nuclear warheads and is far from parity with the U.S. and Russia, which each are estimated to have more than 5,000 nuclear warheads.</p><p>But Trump suggested Xi was receptive to the idea when he raised it in their private talks.</p><p>“I got a very a positive response,” Trump said. “This is the beginning.”</p><p>The last nuclear arms pact, known as the New START treaty, between Russia and the United States expired in February, removing any caps on the two largest atomic arsenals for the first time in more than a half-century.</p><p>Analyst says the summit delivers a roadmap</p><p>George Chen, a partner at The Asia Group consultancy, said the summit felt like a political reality show at times and unfolded almost exactly as scripted, but it delivered symbolism, clarity and a roadmap for the months ahead.</p><p>Chen noted both sides have highlighted what they care about most: For Xi, Taiwan. For Trump, deals.</p><p>“The readouts from Beijing and the White House differ in tone and emphasis, but neither side contradicted the other’s account. That alone reflects a rare moment of mutual respect,” he said.</p><p>While the list of concrete deliverables remained limited for now, Chen said the most important development might be Xi and Trump having spent extended time together again.</p><p>“Personal rapport between leaders can shape the tone of an entire bilateral relationship,” he said.</p><p>However, Taiwan could feel uneasy after Xi warned the U.S. over it. Taipei will be watching closely for signs of Trump’s responses, he added.</p><p>Elon Musk replies to well-known Chinese dissident account on X</p><p>Elon Musk said his son is learning Chinese. The message in a public post on X Thursday quickly drew attention on Chinese social media and began to trend.</p><p>But what the state media outlets omitted was who Elon Musk responding to. He replied to Teacher Li, or Li Ying, whose X account posts news and videos submitted from users about uncensored news in China and has some two million followers.</p><p>Li himself noted the irony that Musk’s response to him was now trending on Weibo, which is managed by censors. He shared on Friday that many of the accounts that originally wrote up Musk’s comments have now deleted the posts.</p><p>A search on Weibo and local media showed that while the topic was still searchable, some websites had indeed deleted their coverage.</p><p>Nvidia CEO Jensen Huang takes food tour of Beijing</p><p>Jensen Huang is trying all of Beijing’s delicacies, the good and others which may be more of an acquired taste.</p><p>Huang was spotted by the public and local media at No. 69 Fangzhuanchang Noodles, for a bowl of “zhiangmian” -- a Beijing specialty that features noodles covered in a thick soybean-paste sauce mixed with vegetables and meat.</p><p>“It’s so good,” he said, as he dug into the bowl.</p><p>But it’s the “douzhi’er,” a fermented mung bean drink that’s slightly sour and gray-green in color, that made the Nvidia CEO wince. Videos of his reaction were trending on Weibo Friday afternoon. Huang then quickly reached for a sweet drink from Chinese beverage chain Mixue Bingcheng.</p><p>———</p><p>This post has been updated to reflect that douzhi’er is made with fermented mung beans and not soybeans.</p><p>Xi played up a new relationship status: ‘managed stability’</p><p>China said the two leaders agreed to a new vision for dealing with their relationship issues: “a constructive China-U.S. relationship of strategic stability.”</p><p>The Chinese Foreign Ministry said the framework would shape ties for at least three years — the rest of Trump’s term — and would focus on cooperation, competition within proper limits, and managing differences.</p><p>The idea is “to keep the relationship on an even keel,” said Helena Legarda of the Mercator Institute for China Studies in Berlin.</p><p>George Chen, a partner at The Asia Group consultancy, said it can be seen as progress from the Biden era, which framed the relationship as a strategic competition.</p><p>Exuberant airport send-off for Trump at end of China visit</p><p>Schoolchildren dressed in some of Air Force One’s light blue and white colors waved American and Chinese flags in a coordinated movement as the U.S. president arrived to board the plane.</p><p>“Farewell, farewell,” they chanted. “Warm farewell!”</p><p>Chinese Foreign Minister Wang Yi saw a smiling Trump off at the airport.</p><p>Trump turned at the top of the stairs and pumped his fist and waved before entering the aircraft.</p><p>He didn’t speak again before departing for home.</p><p>Trump and Xi wrap up summit</p><p>Trump has boarded Air Force One for his flight out of China.</p><p>Trump and Xi both said they made progress in stabilizing U.S.-China relations. But deep differences persist.</p><p>The leaders spent a lot of time together the past two days.</p><p>They met for about two hours at the Great Hall of the People, toured the Temple of Heaven and attended a banquet on Thursday. On Friday they walked the grounds of Zhongnanhai and had a working tea and lunch.</p><p>China has nonetheless shown little public interest in getting more involved in solving the war in Iran.</p><p>Xi also suggested differences over Taiwan could put his country and the U.S. on the path toward conflict.</p><p>Threats of each side imposing steep tariffs also still loom.</p><p>Xi says ‘landmark’ visit deepened mutual trust</p><p>While little has been announced about any potential deals as Trump and Xi held a closed-door lunch in Zhongnanhai on Friday, Xi spoke of a positive turn between the two countries.</p><p>“This visit is a historic and landmark visit. Together, we affirmed the new position of a constructive, strategic and stable China-U.S. relationship,” the Chinese president said, according to a readout from CCTV.</p><p>“The visit is also beneficial to promoting mutual understanding, deepening trust in each other, and increasing the well-being of the people of both countries,” Xi said.</p><p>The Chinese leader said both countries should carry out the “important consensus” reached during Trump’s visit and keep the relationship on the right track.</p><p>Xi hosts Trump in venues with agricultural symbolism</p><p>Trump and Xi feasted on Chinese delicacies in the Chun’ou Zhai building in Xi’s presidential Zhongnanhai compound Friday.</p><p>The name of the historic building translates to “Spring Lotus Roots” and the structure carries farm-related significance: Emperor Qianlong in the 18th century would go there to admire the ancient Chinese “Five Cattle” painting every year after the imperial sacrifice to the god of agriculture.</p><p>The two leaders on Thursday also visited the Temple of Heaven, another venue with deep agrarian symbolism</p><p>as the imperial site for rituals for agricultural prosperity.</p><p>Trump has been expected to announce business deals with China in areas such as agricultural purchases, beef exports and aviation but no concrete announcements have been made yet.</p><p>Taiwan thanks US for ‘continued support’</p><p>Taiwan Minister of Foreign Affairs Lin Chia-lung thanked the U.S. on Friday for the support expressed by Secretary of State Marco Rubio the previous day.</p><p>Lin thanked the U.S. for “its continued support and valuing of peace and stability in the Taiwan Strait.”</p><p>Rubio told NBC News on Thursday that U.S. policy toward Taiwan remains unchanged and it would be a “terrible mistake” for China to take Taiwan by force.</p><p>The U.S. is Taiwan’s biggest unofficial supporter and main supplier of arms for the island’s defense.</p><p>“As a responsible member of the international community, Taiwan will continue to strengthen its self-defense capabilities,” Lin said.</p><p>Trump and Xi dine on a menu including stir-fried lobster balls</p><p>While folks outside their closed lunch chowed down on McDonalds, the menu for Trump and Xi was far more formal.</p><p>The two leaders had minced codfish in seafood soup, crispy and stir-fried lobster balls and pan-seared beef fillet stuffed with morel mushrooms, according to the White House.</p><p>They also ate kung pao chicken and scallops, braised seasonal greens, bamboo shoots, mushrooms and beans, as well as stewed beef in a bun and steamed pork and shrimp dumplings.</p><p>Dessert was chocolate brownies and fruits and ice cream. Coffee and tea also was served.</p><p>After lunch, Trump is not expected to make any more public appearances before heading to the airport to fly back to Washington.</p><p>Xi highlights centuries-old trees in Zhongnanhai garden tour</p><p>Before their closed-door lunch, Xi gave Trump a tour of Zhongnanhai, the former imperial gardens and now the seat of power.</p><p>“Zhongnanhai is where the CPC Central Committee and the State Council work, and it is also where I work and live,” Xi said. “After the founding of New China, Chinese leaders including Mao Zedong, Zhou Enlai and others all lived here.”</p><p>In the highly manicured garden, the two men walked with their interpreters as they admired the greenery.</p><p>“All these trees are 200 to 300 years old. There’s a big one that’s about 400 years old,” Xi said as he pointed out specific trees to Trump, who expressed his admiration.</p><p>“There’s even one that’s 1,000 years old. It’s somewhere else,” Xi said.</p><p>Xi said he invited Trump to the quarters in response to the hospitality Trump showed by inviting him to Mar-A-Lago in 2017.</p><p>Mc-Beijing: While Trump eats fancy lunch, everyone else gets his favorite fast food</p><p>As Trump ate lunch inside Xi’s residence, the folks outside chowed down on McDonald’s.</p><p>The fast-food restaurant with the golden arches is one of Trump’s favorites. His White House chief of staff, Susie Wiles, recently said he eats McDonald’s every day.</p><p>Trump did a stint working out of a McDonald’s drive-thru window during his 2024 reelection campaign and more recently had a McDonald’s order delivered to the door of the Oval Office during an event contrived to highlight the elimination of taxes on tips to service industry workers.</p><p>Outside Xi’s residence, U.S. Embassy and White House staff ate their McDonald’s lunches in the parking lot.</p><p>Bags of McDonald’s food also were delivered to members of the White House press pool as they waited in vans for Trump to depart for the airport and the long trip back to Washington.</p><p>Reporters ask questions in China but Trump doesn’t take the bait</p><p>The U.S. president did something highly unusual for him over days of meetings with Xi: he held his tongue in front of the media.</p><p>Trump relishes taking reporters’ questions, often doing so nearly every day back home.</p><p>But Xi, like most members of senior Chinese leadership, refrains from press conferences.</p><p>In what might have been deference to Xi, Trump didn’t answer questions when reporters asked them while the pair toured the Temple of Heaven on Thursday.</p><p>And he didn’t do so again on Friday while walking with Xi at Zhongnanhai.</p><p>Trump’s relative silence even extended to posting on his social media site, where he was not as active as usual during his three-day Beijing swing.</p><p>Trump says ‘fantastic trade deals’ struck during ‘incredible’ visit</p><p>The White House so far hasn’t released details of any deals struck during Trump’s summit with Xi in Beijing.</p><p>Trump told Fox News about soybeans, airplanes and oil in an interview that followed his two-hour sit-down with Xi on Thursday.</p><p>Meeting with Xi again on Friday, Trump praised the visit as “incredible.”</p><p>He said “a lot of good has come of it,” including “some fantastic trade deals” that are “great for both countries.”</p><p>Trump says he and Xi discussed Iran</p><p>“We feel very similar about (how) we want it to end,” the president said of the U.S. and Israel’s war in Iran. “We don’t want them to have a nuclear weapon.”</p><p>Trump added of both sides and the Strait of Hormuz, which Iran has effectively closed, “We want the straits open.”</p><p>He said of the conflict in Iran, “We want them to get it ended because it’s a crazy thing there. A little bit crazy. And it’s no good, it can’t happen.”</p><p>Trump and China’s leader had a working tea before heading into a closed-door lunch.</p><p>Xi promises to send rose seeds to Trump</p><p>Trump and Xi spent about 10 minutes walking Zhongnanhai’s gardens.</p><p>“These are the most beautiful roses anyone has ever seen,” Trump remarked while walking past green columns and archways.</p><p>Trump said the pair had struck “fantastic trade deals” without providing details.</p><p>Xi said he would send rose seeds to Trump.</p><p>Trump tore up the lawn around the White House Rose Garden last year to make room for a patio space reminiscent of his Mar-a-Lago club in Florida.</p><p>Trump also has said he would like more roses there, recently complaining that the White House’s garden “didn’t have too many roses.”</p><p>Trump and top aides have tea and lunch with Xi and his team</p><p>The White House shared the list of participants for the meetings.</p><p>Trump is joined by David Purdue, the U.S. ambassador to China; Secretary of State Marco Rubio; Treasury Secretary Scott Bessent; Defense Secretary Pete Hegseth and U.S. Trade Representative Jamieson Greer.</p><p>Xi is joined by Xie Feng, China’s ambassador to the United States; Cai Qi, a director of the Central Committee of the Communist Party of China; Foreign Affairs Minister Wang Yi; Deputy Foreign Affairs Minister Ma Zhaoxu and He Lifeng, vice premier of the State Council.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VVSEIW4YGVSRRQVAW2HXOLFU4M.jpg?auth=190d1c43abb1ec05e83f935e46b12850f3800919e28c83e7b1c86a123f904ce6&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, gestures as he speaks next to Chinese President Xi Jinping during a visit to the Zhongnanhai Garden in Beijing, China, Friday, May 15, 2026. (Evan Vucci/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U6JRDCDH3MAWYZKT2C5UNOSJJQ.jpg?auth=480ac31fed49065ea835efab1c1e03098673e37a205127e78380d610e8d371b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese President Xi Jinping and U.S. President Donald Trump attend a meeting on the sidelines of their visit to the Zhongnanhai Garden in Beijing, China, Friday, May 15, 2026. (Evan Vucci/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UNX2UR47EW6YVMU3BIJAJ3XFRY.jpg?auth=f3c9e105cef109b53a90fefd361b6085f73ab66f66e21fb0aecde1d583e27aaa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump talks with China's President Xi Jinping at the Zhongnanhai leadership compound, Friday, May 15, 2026, in Beijing. (AP Photo/Mark Schiefelbein, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HQ4LMWSW5GQDIHNRQEYTORETCA.jpg?auth=a5ca63878920dd2b79f967cafc1a9139b3df2b067f2bf6c09dffb69f4181c7a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump talks with China's President Xi Jinping at the Zhongnanhai leadership compound, Friday, May 15, 2026, in Beijing. (AP Photo/Mark Schiefelbein, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/23ADXQ6J5CHHUT7YKULZDSI3LM.jpg?auth=a0244635bf2d3b786227b9a2ab8f7c2340409f54e66ede2ec0b307de4232161c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump talks with China's President Xi Jinping at the Zhongnanhai leadership compound, Friday, May 15, 2026, in Beijing. (AP Photo/Mark Schiefelbein, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Suzuki, Evans cap 2nd-period surge, Canadiens beat Sabres 6-3 to take 3-2 lead in 2nd-round series]]></title><link>https://www.local10.com/sports/2026/05/14/suzuki-evans-cap-2nd-period-surge-canadiens-beat-sabres-6-3-to-take-3-2-lead-in-2nd-round-series/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/suzuki-evans-cap-2nd-period-surge-canadiens-beat-sabres-6-3-to-take-3-2-lead-in-2nd-round-series/</guid><dc:creator><![CDATA[By JOHN WAWROW, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 02:04:02 +0000</pubDate><content:encoded><![CDATA[<p>BUFFALO, N.Y. (AP) — Captain Nick Suzuki and Jake Evans scored 68 seconds apart late in the second period, and the Montreal Canadiens defeated the Buffalo Sabres 6-3 on Thursday night to take a 3-2 lead in their second-round playoff series.</p><p>Montreal surged with a three-goal second period, and never led until Evans swept a loose puck over the goal line behind Ukko-Pekka Luukkonen to put the Canadiens up 4-3 with 3:45 remaining. Suzuki then scored 10 seconds into a power-play opportunity by converting Juraj Slafkovsky’s one-handed pass from the end boards and beating Luukkonen through the legs with a shot from the lower right circle.</p><p>Cole Caufield, Josh Anderson, Ivan Demidov and Alexandre Texier also scored for Montreal, which will host Game 6 on Saturday night. Jakub Dobes allowed three goals on the first four shots he faced before finishing with 33 saves.</p><p>Josh Doan, Jason Zucker and rookie Konsta Helenius, appearing in his second career playoff game, scored for Buffalo.</p><p>Luukkonen allowed five goals on 23 shots, and was pulled after two periods -- the second time he’s been yanked this postseason. Alex Lyon mopped up in allowing a goal on three shots. Lyon is potentially in line to regain the starting duties after losing the job following a 6-2 loss in Game 3.</p><p>The Sabres have dropped two of three at home in the series, and were coming off a 3-2 win at Montreal on Tuesday.</p><p>Montreal finally got much-needed production from its top line, with Suzuki (goal, two assists), Slafkovsky (three assists) and Caufield getting on the scoresheet. The trio had combined for four goals and five assists in the first four games of the series.</p><p>Star defenseman Lane Hutson, meantime, had two assists to give him six in four outings.</p><p>Montreal is one win from advancing to the semifinal round of the playoffs for the first time since the Covid pandemic altered 2021 playoffs. The Canadiens eventually reached the Stanley Cup Final and lost to Tampa Bay in five games.</p><p>Buffalo and Montreal combined for five goals in the first 10:15, including Doan and Texier scoring nine seconds apart. The surge was capped by Helenius putting Buffalo up 3-2 with a shot from the top of the right circle that sneaked in through Dobes’ legs.</p><p>The five goals were scored in a span of 8:15, which ranks 11th on the playoff list of fastest between two teams.</p><p>Buffalo’s deficiencies continue being exposed. After allowing 12 goals in six games of their first-round series against Boston, the Sabres have allowed 21 already to Montreal — and 19 in the past four.</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/GB3JUUIBQ5DFG6DHO2QAQ5STQU.jpg?auth=24b23fce204fc6c868cb3c7251e93ce914e2e24d138370d07d3df6174d659984&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Montreal Canadiens center Nick Suzuki lines up for a face-off during the second period in Game 5 of a second-round NHL hockey Stanley Cup playoff series against the Buffalo Sabres, Thursday, May 14, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E3MASFHI23S7MMD5DTBJJVANTM.jpg?auth=5d9de819690d68a77c19c50c3d92d03a728a1de0f1147ff558c3d4261080017a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Montreal Canadiens center Jake Evans (71) celebrates his goal during the second period in Game 5 of a second-round NHL hockey Stanley Cup playoff series against the Buffalo Sabres, Thursday, May 14, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JFFIZWLNE2LAA7FQO4PI2JI6JE.jpg?auth=7ab930a8d87141aaac1128c53dc5097d12cb584c485db87ddfd7b6cebc9729a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buffalo Sabres left wing Jordan Greenway (12) is checked to the ice by Montreal Canadiens defenseman Arber Xhekaj (72) in front of goaltender Jakub Dobes (75) during the first period in Game 5 of a second-round NHL hockey Stanley Cup playoff series, Thursday, May 14, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CI3HMS4OYPHLJ75DDYRM5VXHYM.jpg?auth=43d93c89ee2c22e12ca1896203f684b2ef86b31ff7ac976608781a7c68769dcc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buffalo Sabres left wing Jason Zucker (17) celebrates his goal with right wing Jack Quinn (22) during the first period in Game 5 of a second-round NHL hockey Stanley Cup playoff series against the Montreal Canadiens, Thursday, May 14, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IIM2EYHDMRBEBNPNGDX6OSX7YM.jpg?auth=2ffdd51117146efb7ca921941e138a42f11abbbfd6a31e45a718fb5ee4c81c5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Montreal Canadiens center Jake Evans (71) puts the puck behind Buffalo Sabres goaltender Ukko-Pekka Luukkonen (1) during the second period in Game 5 of a second-round NHL hockey Stanley Cup playoff series, Thursday, May 14, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content></item><item><title><![CDATA[Miami Dolphins unveil 2026 schedule as Jeff Hafley era begins Sept. 13]]></title><link>https://www.local10.com/sports/local/2026/05/14/miami-dolphins-unveil-2026-schedule-as-jeff-hafley-era-begins-sept-13/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/05/14/miami-dolphins-unveil-2026-schedule-as-jeff-hafley-era-begins-sept-13/</guid><dc:creator><![CDATA[Brandon Liguori]]></dc:creator><description><![CDATA[On Thursday, the NFL released the full 2026 schedule, including dates and times, for all 32 teams across the league.]]></description><pubDate>Thu, 14 May 2026 23:45:26 +0000</pubDate><content:encoded><![CDATA[<p>Miami Dolphins fans can begin preparing for the fall.</p><p>On Thursday, the NFL released the full 2026 schedule, including dates and times, for all 32 teams across the league.</p><p>Miami will host eight regular season games at Hard Rock Stadium and will play nine road contests in 2026.</p><p>The Dolphins’ social media team announced the official schedule release in a video posted on X, featuring rapper Rick Ross.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Mr. Ross wants to see you.<br> <br>The 2026-27 schedule is here 🗓️ <a href="https://t.co/Qa3nRDQ57F">pic.twitter.com/Qa3nRDQ57F</a></p>&mdash; Miami Dolphins (@MiamiDolphins) <a href="https://twitter.com/MiamiDolphins/status/2055068217291296818?ref_src=twsrc%5Etfw">May 14, 2026</a></blockquote><p>The Dolphins will begin their first season under head coach Jeff Hafley on Sept. 13 against the Las Vegas Raiders at Allegiant Stadium at 4:25 p.m. ET.</p><p>It remains to be seen whether the Dolphins will face rookie quarterback Fernando Mendoza, who grew up in Miami and was selected No. 1 overall in April’s draft.</p><p>Following the Raiders, the Dolphins will remain on the West Coast and visit Levi’s Stadium to play the San Francisco 49ers on Sept. 20 at 4:25 p.m. ET.</p><p>Miami’s home opener at Hard Rock Stadium will be Sept. 27 at 1 p.m. ET against the Kansas City Chiefs, highlighted by three-time Super Bowl champion quarterback Patrick Mahomes.</p><p>Mahomes continues to rehab from a torn ACL in his left knee late last season, but the expectation is that he will be ready for Week 1.</p><p>The Dolphins will have an early bye week in 2026, with their off week falling on Oct. 18, one week after they host Joe Burrow and the Cincinnati Bengals at Hard Rock Stadium.</p><p>Miami is <a href="https://x.com/MySportsUpdate/status/2055073804896940452" target="_self" rel="" title="https://x.com/MySportsUpdate/status/2055073804896940452">one of five teams to not have a primetime game in 2026</a>, joining the New York Jets, Arizona Cardinals, Raiders, and Tennessee Titans.</p><p>The Dolphins also announced their three opponents for the preseason schedule. </p><p>Miami will travel to Washington on Friday, Aug. 14, at 7 p.m. ET before hosting the New York Giants on Saturday, Aug. 22 at 4 p.m., and the Atlanta Falcons on Friday, Aug. 28 at 7 p.m. at Hard Rock Stadium.</p><p>Fans can visit <a href="https://www.miamidolphins.com" target="_self" rel="" title="https://www.miamidolphins.com">Dolphins.com</a> and <a href="https://www.ticketmaster.com/miami-dolphins-tickets/artist/805964?wt.mc_id=NFL_TEAM_MIA_VANITY_URL" target="_self" rel="" title="https://www.ticketmaster.com/miami-dolphins-tickets/artist/805964?wt.mc_id=NFL_TEAM_MIA_VANITY_URL">Ticketmaster.com/Dolphins</a> to purchase single-game tickets, which are now on sale.</p><p>Here is the full Dolphins 2026 schedule:</p><p>• Week 1 at Las Vegas, Sept. 13, 4:25 p.m. ET</p><p>• Week 2 at San Francisco, Sept. 20, 4:25 p.m. ET</p><p>• Week 3 vs. Kansas City, Sept. 27, 1 p.m. ET</p><p>• Week 4 at Minnesota, Oct. 4, 4:05 p.m. ET</p><p>• Week 5 vs. Cincinnati, Oct. 11, 1 p.m. ET</p><p>• Week 6 Bye, Oct. 18</p><p>• Week 7 at New York Jets, Oct. 25, 1 p.m. ET</p><p>• Week 8 vs. New England, Nov. 1, 4:25 p.m. ET</p><p>• Week 9 vs. Detroit, Nov. 8, 1 p.m. ET</p><p>•&nbsp;Week 10 at Indianapolis, Nov. 15, 1 p.m. ET</p><p>• Week 11 at Buffalo, Nov. 22, 1 p.m. ET</p><p>•&nbsp;Week 12 vs. New York Jets, Nov. 29, 1 p.m. ET</p><p>• Week 13 at Denver, Dec. 6, 4:05 p.m. ET</p><p>• Week 14 vs. Chicago, Dec. 13, 1 p.m. ET</p><p>• Week 15 at Green Bay, Dec. 20, 1 p.m. ET</p><p>• Week 16 vs. Los Angeles Chargers, Dec. 27, 1 p.m. ET</p><p>• Week 17 vs. Buffalo, Jan. 3, 2027, 1 p.m. ET</p><p>• Week 18 at New England, (TBD Flex Game)</p><p><b>Quick nuggets on Dolphins 2026 schedule</b>: </p><p>• It will be the third time in franchise history that the Dolphins play the Raiders to start a season (1966, 1975), including Miami’s first game as a franchise in 1966.</p><p>• Overall, the Dolphins will play nine games against seven different playoff teams from 2025, which is tied for the third most in the NFL behind the Denver Broncos (10) and Seattle Seahawks (10).</p><p>• The Dolphins will play five of their nine games against 2025 playoff teams on the road.</p><p>• Former Dolphins head coach Mike McDaniel returns to Hard Rock Stadium in Week 16 on Dec. 27 at 1 p.m. ET.</p><p>• Former Dolphins quarterback Tua Tagovailoa returns to Hard Rock Stadium for the final exhibition game on Aug. 28 at 7 p.m. ET.</p><p>• Hafley, Dolphins general manager Jon-Eric Sullivan and quarterback Malik Willis return to Lambeau Field in Week 15, Dec. 20 at 1 p.m. ET.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GNO66K7PVBE5ZKTHPQYK5Q4TFI.JPG?auth=989a4a3f2135f1a252d8e6eba9dfe04098253e591e132b7392afb72a2aabbf9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[May 8, 2026; Miami Gardens, FL, USA; Miami Dolphins head coach Jeff Hafley works with his players during rookie minicamp at Baptist Health Training Complex. Mandatory Credit: Sam Navarro-Imagn Images]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Navarro</media:credit></media:content></item><item><title><![CDATA[Halo Infinite jabs, a Simpsons gag and a haircut: How NFL teams dropped 2026 schedule dates]]></title><link>https://www.local10.com/sports/2026/05/14/halo-infinite-jabs-a-simpsons-gag-and-a-haircut-how-nfl-teams-dropped-2026-schedule-dates/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/halo-infinite-jabs-a-simpsons-gag-and-a-haircut-how-nfl-teams-dropped-2026-schedule-dates/</guid><dc:creator><![CDATA[By TERESA M. WALKER, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 01:44:36 +0000</pubDate><content:encoded><![CDATA[<p>NFL teams tapped into their creativity Thursday night while rolling out a variety of takes revealing their schedules for this season with a mixture of art, video games, movie references and yes, even “The Simpsons.”</p><p>They also made sure to poke plenty of fun at upcoming opponents, themselves and offseason flubs.</p><p>The Indianapolis Colts pointed the finger at themselves in their Simpsons’ cartoon. First, they referenced the long drought since their last win in Jacksonville along with Homer Simpson disappearing into the hedge for the team’s road game against the Jaguars.</p><p>The video also had Bart Simpson writing repeatedly on the chalkboard: “We will not include Tyreek Hill in these videos.”</p><p>The New York Jets went with a “ football is ART (craft blend)” approach mixing uniquely named daubs of paint colors to mix and draw out their opponents by the date.</p><p>Their season opener against the Titans features colors “Dolly Denim” and “Bachelorette Blush” for a team in a town known for Dolly Parton and bachelorette parties. Playing the Dolphins uses spray tan, del boca vista, major key and finkle — a reference to the Ray Finkle character in the 1994 movie “Ace Ventura: Pet Detective" — and raspberry beret and minnetonka blue for the Vikings.</p><p>New Orleans used a “season forecast” approach that included people such Jim Cantore from The Weather Channel. The Los Angeles Rams tapped the movie “Napoleon Dynamite” for “A Dynamite schedule” reveal.</p><p>The Buccaneers went with a nod to the TV show “Baywatch" protecting Tampa Bay, while Las Vegas used Kirk Cousins and rookie Fernando Mendoza in the Raiders' take on the 2008 movie “Step Brothers.”</p><p>Pittsburgh went long with a video lasting more than 4 minutes, 36 seconds that leaned into local style, customs, food and “Pittsburghese” with “Ready to yinzify your DNA, n'at?" Actor Billy Gardell, a Pittsburgh native, walks a new security guard through it all with the schedule buried at the end.</p><p>Video game style</p><p>The Los Angeles Chargers went even longer using Halo Infinite for a reveal video lasting 6:12 and they opened with a post asking if they should make their schedule release video with the game spelling out “NO” with the words “yes.”</p><p>The Chargers reminded Baltimore of the Ravens backing out of their trade with the Raiders for Maxx Crosby.</p><p>They also made an apparent reference to Patriots coach Mike Vrabel's offseason in the headlines with a mention of "Next Photo Dump 1 Mile.”</p><p>Smells like a champion</p><p>The reigning Super Bowl champion Seattle Seahawks had actor Josh Lucas introducing the schedule in the form of a cologne commercial, with opponents having their own signature scents such as “Substation” for the San Francisco 49ers.</p><p>Short but sweet</p><p>Jacksonville took advantage of perhaps the most famous offseason haircut with quarterback Trevor Lawrence getting his long locks cut short on camera after introducing the Jaguars' schedule that then plays out on the screen edited down to less than 2 minutes.</p><p>Fan assistance</p><p>The Tennessee Titans went back to the streets quizzing random people in their schedule reveal in a twist to the team's 2023 schedule reveal. This time, the Titans went with “You never know who you'll see on the street” set to the Who song “Who Are You” asking random people if they were a big name with a specific opponent.</p><p>Artistic reveal tease</p><p>The Atlanta Falcons tapped the approach used by the social media account (at)ArtButMakeItSports to preview their schedule release. The Falcons had a thread Thursday morning using “Art but make it our 2026 opponents” featuring paintings for each team.</p><p>For the actual release, Atlanta went with a Falcons style “This is SportsCenter” series of commercials.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZHECRDNRTHXKVOBLWOYQDS4D6I.jpg?auth=3c8e1b3c4e7138416037fc79e7ec1a6134874345d3c679484bbe57bedf70280e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Footballs are seen before an NFL football game between the Philadelphia Eagles and the Washington Commanders on Jan. 4, 2026, in Philadelphia. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Trump and Xi wrap up summit claiming progress stabilizing US-China relations as differences persist]]></title><link>https://www.local10.com/business/2026/05/15/trump-and-xi-wrap-up-summit-claiming-progress-stabilizing-us-china-relations-as-differences-persist/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/15/trump-and-xi-wrap-up-summit-claiming-progress-stabilizing-us-china-relations-as-differences-persist/</guid><dc:creator><![CDATA[By AAMER MADHANI, WILL WEISSERT and SIMINA MISTREANU, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 11:23:15 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — U.S. President Donald Trump and Chinese President Xi Jinping wrapped up critical talks on Friday, claiming important progress in stabilizing U.S.-China relations even as deep differences persist between the world’s two biggest powers on Iran, Taiwan and more.</p><p>Following the trip, Trump said he had not yet made a determination on whether a major U.S. sale of arms to Taiwan can move forward. Speaking to reporters as he flew back on Air Force One, Trump said he’d not decided on the sale, but he added, “I will make a determination.”</p><p>Trump’s Republican administration has authorized the sale but it has yet to move forward. China opposes the deal and has suggested that Washington’s relationship with the self-governing island is the key factor in China-U.S. relations.</p><p>Trump said Xi told him that he was opposed to Taiwan’s independence. “I heard him out,” Trump said. “I didn’t make a comment.”</p><p>Trump also said he raised a potential three-way nuclear deal among the U.S., Russia and China. He wants each of the three countries to sign a pact that would cap the number of nuclear warheads in its arsenal. China has previously been cool to entering such a pact.</p><p>Beijing’s arsenal, according to Pentagon estimates, exceeds more than 600 operational nuclear warheads and is far from parity with the U.S. and Russia, which each are estimated to have more than 5,000 nuclear warheads. But Trump suggested Xi was receptive to the idea.</p><p>“I got a very a positive response,” Trump said. “This is the beginning.”</p><p>The last nuclear arms pact, known as the New START treaty, between Russia and the United States expired in February, removing any caps on the two largest atomic arsenals for the first time in more than a half-century. As the treaty was set to expire, Trump rejected a call by Russia to extend the two-country deal for another year and called for “a new, improved, and modernized” deal that includes China.</p><p>The Pentagon estimates China will have more than 1,000 operational nuclear warheads by 2030.</p><p>Xi welcomed Trump at his official residence, Zhongnanhai, on Friday for their final engagement of the summit before the U.S. leader’s return to Washington. The leaders took a short walk through the grounds that feature ancient trees and Chinese roses, and they strolled through a covered passageway with green columns and archways painted with birds and traditional Chinese mountain scenes.</p><p>Over tea and lunch, Trump and Xi — with top aides and translators in tow — huddled for nearly three hours of talks before the U.S. leader completed his three-day visit to China.</p><p>“It’s been really a great couple of days,” Trump told reporters.</p><p>Xi, for his part, called it a “milestone” visit. “We have established a new bilateral relationship, or rather a constructive, strategic, stable relationship,” he said.</p><p>But the optimistic outlook collides with some difficult truths about the thorniest issues between the two superpowers.</p><p>Beijing has shown little public interest in U.S. entreaties to get more involved in solving the conflict in Iran, even though Trump said in an interview with Fox News' Sean Hannity that Xi had in their conversations offered to help. In recent weeks, the U.S. State Department has accused Chinese firms of providing satellite imagery to the Iranian government and the Treasury Department has moved to target Chinese oil refineries accused of buying oil from Tehran, as well as shippers of the oil.</p><p>And the White House believes China can still do more to stem the flow of Chinese-made precursor chemicals into Mexico used to make illicit fentanyl that has wreaked havoc on many U.S. communities.</p><p>Xi, meanwhile, warned Trump during private talks that their differences on the self-ruled island of Taiwan, if handled poorly, could hurtle the world's dominant powers toward “clashes and even conflicts,” according to Chinese government officials.</p><p>Trump appeared impressed by the bucolic grounds, remarking the roses were the most beautiful he had ever seen. Xi promised to send him some rose seeds.</p><p>The compound is wrapped around two artificial lakes that had been built for the pleasure of emperors. Zhongnanhai is often compared to the White House, the Kremlin or South Korea’s Blue House. But unlike the other presidential residences, Zhongnanhai does not serve as the main venue for diplomatic visits. The invitation appeared to be an attempt by Xi to extend a personal touch to a U.S. leader who appreciates big gestures.</p><p>“I think he’s a warm person, actually. But he’s all business,” Trump said of Xi in the Fox News interview. “There’s no games.”</p><p>The Chinese government also bid farewell to Trump with great pomp.</p><p>Chinese Foreign Minister Wang Yi saw a smiling Trump off at the airport. And schoolchildren dressed in Air Force One's light blue and white colors waved American and Chinese flags in a coordinated movement as the U.S. president arrived to board the plane.</p><p>Taiwan remains the most important issue for China</p><p>Xi's sharp language on Taiwan loomed large over the visit, with Chinese government officials amplifying that differences on the self-ruled island pose the biggest risk to U.S.-Chinese relations.</p><p>But Secretary of State Marco Rubio told NBC News that U.S. policy toward Taiwan was “unchanged” and cautioned that it would be “a terrible mistake” for China to try to take Taiwan by force. He also framed Xi's comments as standard practice.</p><p>“They always raise it on their side. We always make clear our position, and we move on to the other topics,” said Rubio, who was among senior aides to join Trump for the talks.</p><p>China in recent weeks has sought to put more focus on its view that Taiwan sits at the “core” of its interests and is key to ensuring a stable relationship with the U.S. Trump at moments has shown ambivalence toward Taiwan, raising speculation that he could be open to loosening ties with Taipei.</p><p>Trump has demanded Taiwan increase defense spending, and in December, the White House announced an $11 billion weapons package for Taiwan, the largest ever to the island democracy.</p><p>But the U.S. has yet to begin fulfilling the arms sales, and Trump had said he expected to discuss the matter with Xi in Beijing. He’s also groused that Taiwan “stole” America’s semiconductor business and called on Taiwan to pay the U.S. for protection.</p><p>China wants the Strait of Hormuz opened</p><p>The leaders agreed that the Strait of Hormuz — effectively closed since the start of the Iran conflict — needs to be reopened to support global energy demands About 20% of the world’s oil flowed through the strait before the war started on Feb. 28.</p><p>“We feel very similar about (how) we want it to end,” the president said with Xi at this side. “We don’t want them to have a nuclear weapon.”</p><p>White House officials say Xi was also opposed to any implementation of tolls on vessels crossing the strait and expressed interest in China potentially purchasing U.S. oil to reduce Chinese dependence on Gulf oil in the future.</p><p>Trump earlier this week had downplayed the importance of talks with Xi on the 11-week-old Iran war that has led to surging energy prices and threatens to plunge the global economy into recession if the conflict does not conclude soon.</p><p>Will Trump announce any major business deals?</p><p>The White House, ahead of the visit, insisted that Trump wouldn’t be making the trip without an eye toward securing results before he leaves, suggesting there could be announcements coming on trade.</p><p>Trump says some “fantastic trade deals” had been struck during the visit, but did not offer further details</p><p>The U.S. side had been hoping to nail down Chinese commitments to buy U.S. soybeans and beef. Trump told Fox News that Xi had indicated a commitment for China to buy 200 Boeing jets from the U.S.</p><p>___</p><p>Mistreanu reported from Bangkok. Associated Press writers Huizhong Wu in Bangkok, Darlene Superville and Josh Boak in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OPKCKKPQIVKUZOEATM7WQWH2CA.jpg?auth=495fb63632ea20efd265ce4d08bb51c474aa8bffc632b993fde3ec89d2c6df96&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, left, speaks as he is greeted by Chinese President Xi Jinping at Zhongnanhai Garden in Beijing, China, Friday, May 15, 2026. (Evan Vucci/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U6JRDCDH3MAWYZKT2C5UNOSJJQ.jpg?auth=480ac31fed49065ea835efab1c1e03098673e37a205127e78380d610e8d371b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese President Xi Jinping and U.S. President Donald Trump attend a meeting on the sidelines of their visit to the Zhongnanhai Garden in Beijing, China, Friday, May 15, 2026. (Evan Vucci/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BWUW5FVEJCGKQER6EKYNZFSBEE.jpg?auth=5804254b2295050ce51d31c3167033ef2fcdac814bc7423e8575438521cc19f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks to board Air Force One, Friday, May 15, 2026, at Beijing Capital International Airport in Beijing. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FTIEMGMNC6WQSC56LEQTQWHQPU.jpg?auth=0da96e0f404a685a4cfce96f4db05593c01634a638cab3916814710ce055bc88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks with China's President Xi Jinping at the Zhongnanhai leadership compound, Friday, May 15, 2026, in Beijing. (AP Photo/Mark Schiefelbein, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/666OSM3VIKY77PIPUGQH7VFPNA.jpg?auth=b1bc0f4ff527edcf5df82fa0a3b885d60992fc97659561179e76fc9b80446029&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks with China's President Xi Jinping at the Zhongnanhai leadership compound, Friday, May 15, 2026, in Beijing. (AP Photo/Mark Schiefelbein, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Shakira and Burna Boy release official 2026 FIFA World Cup Anthem, 'Dai Dai']]></title><link>https://www.local10.com/entertainment/2026/05/15/shakira-and-burna-boy-release-official-2026-fifa-world-cup-anthem-dai-dai/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/15/shakira-and-burna-boy-release-official-2026-fifa-world-cup-anthem-dai-dai/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 13:30:07 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — As the song demands: “Let's go!”</p><p>The Colombian superstar Shakira and Afrobeats icon Burna Boy have teamed up for “Dai Dai,” the official song for the 2026 FIFA World Cup.</p><p>It's a mesh of their musical landscapes: Afrobeats and Latin rhythms, an undeniably global, multilingual pop track. In one verse, they name a number of the world's most famous soccer players and countries competing in this year's World Cup: “Brazil, Uruguay, Argentina, Colombia,” Shakira cheers. “Mexico, Japan, Korea, Netherlands.”</p><p>After the first chorus, Shakira and Burna Boy take turns tackling their own verses, singing back and forth, before joining in a duet.</p><p>The song arrived shortly after it was announced that Shakira, Madonna and K-pop group BTS will co-headline the FIFA tournament's first-ever final halftime show on July 19 at MetLife Stadium in East Rutherford, New Jersey, just outside New York City. The lineup was curated by Coldplay's Chris Martin.</p><p>The show will support the FIFA Global Citizen Education Fund, which is raising $100 million to help children access education and soccer.</p><p>Shakira first teased “Dai Dai” last week, sharing a minute-long teaser clip of her dancing in the center of the field of Maracaná Stadium in Rio de Janeiro. She included a snippet of the opening verse: “Here in this place / You belong,” she sang in English, a male voice harmonizing with her now identifiable as Burna Boy. “What broke you once / Made you strong.”</p><p>She is no stranger to World Cup anthems. Her song “Waka Waka (This Time For Africa)” was the official song of the 2010 World Cup held in South Africa and is widely regarded as one of the best.</p><p>It's also not uncommon for sponsors of the FIFA World Cup to release their own singles for the tournament. In March, Coca-Cola shared its own official anthem for the World Cup, a reimagination of Van Halen’s “Jump” that features Colombian singer J Balvin, drummer Travis Barker, pop/R&B singer Amber Mark and guitarist Steve Vai.</p><p>It is similarly multilingual: Balvin wrote a new verse in Spanish for the anthem, bringing in Brazilian funk and hip-hop to the classic rock staple. “‘Jump’ is not a fútbol song,” he told The Associated Press about the original track, using the Spanish word for soccer. “So that’s why I had to put the Latin love and passion for fútbol (in the lyrics).”</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/YT2NPYZPKH5QQQJ2HUGNV5FY7M.jpg?auth=88d82900e435179efcda977c8217af2200def7f78c6fa4fcc9d150e4882dccdf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Sony Music Latin shows art for "Dai Dai," the official 2026 FIFA World Cup anthem by Shakira and Burna Boy. (Sony Music Latin via AP)]]></media:description></media:content></item><item><title><![CDATA[Antipoverty advocate Global Citizen hopes the World Cup halftime show drives money for education]]></title><link>https://www.local10.com/business/2026/05/14/antipoverty-advocate-global-citizen-hopes-the-world-cup-halftime-show-drives-money-for-education/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/14/antipoverty-advocate-global-citizen-hopes-the-world-cup-halftime-show-drives-money-for-education/</guid><dc:creator><![CDATA[By JAMES POLLARD, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 23:55:55 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The antipoverty nonprofit Global Citizen is no stranger to big stages. The advocacy group rallied more than 60,000 festivalgoers at its Central Park concert last year around issues of rainforest protection and energy access.</p><p>But Global Citizen is preparing for its most ambitious production yet: the first-ever FIFA World Cup halftime show on July 19, curated with help from Coldplay vocalist Chris Martin. Super Bowl-style performances — uncommon in soccer — will feature Madonna, Shakira and BTS. Also Thursday, Shakira released the official World Cup song “Dai Dai” featuring Afrobeats giant Burna Boy.</p><p>Organizers aim to direct the tournament's billions of projected viewers worldwide toward a humanitarian initiative launched alongside soccer's international governing body. Leveraging what Global Citizen founder Hugh Evans called the “complementary” unifying powers of soccer and music, the FIFA Global Citizen Education Fund aims to raise $100 million for grassroots groups providing underserved children with access to education and sports.</p><p>“I hope that on the world’s biggest stage, finally, the importance of investing in education steals the show,” Shakira told the Global Citizen NOW summit in New York on Thursday. Later, she told The Associated Press in an interview that she wanted to help the “many children who are being left behind.”</p><p>"That should be our first concern,” Shakira said. “I’m so excited that finally we’re gonna use a global event like this one as a platform to discuss what’s most important: kids’ education.”</p><p>That push could be complicated, however, by the staggering cost of match attendance. A dollar from every World Cup ticket sale will go toward the education fund. But with tickets selling for four- to five-figures, not to mention the high price of travel and lodging, some host cities are lowering their attendance expectations.</p><p>Further complicating their message of unity is FIFA President Gianni Infantino's tightening connection to President Donald Trump, whose restrictive immigration policies and recent military pursuits amount to what critics consider an unwelcoming environment atypical of an international sporting event.</p><p>Infantino awarded FIFA’s new peace prize to Trump in December. Ivanka Trump, the president’s daughter, was also appointed to the education fund's board.</p><p>Evans is not focused on politics, though. “I’m a pragmatist," he told the AP. “I’ve always believed that if we can do something so unbelievably positive, it has the potential to unite people at a time when the world needs it most.”</p><p>Thursday's Global Citizen NOW summit speakers emphasized their ability to build cross-sector support for causes like the education fund. The annual spring gathering draws entertainers, business executives and world leaders to discuss shared solutions to ending extreme poverty, oftentimes aligned with the United Nations’ ambitious list of “sustainable development goals” ranging from eliminating hunger to achieving gender equality.</p><p>They've raised $47 million so far for the education fund, according to a Thursday announcement at a Global Citizen summit in New York City. Corporate sponsors Bank of America, MetLife and Cisco put in $15 million between them, according to Evans. MetLife is donating an additional $5 for every video that fans post online of themselves juggling a soccer ball with the hashtag #FootworkForFutures.</p><p>Indian education entrepreneur Sunny Varkey and his Varkey Foundation contributed $3 million. Also being donated are ticket proceeds from The Weeknd’s high-grossing world tour as well as the joint tour recently announced by Usher and Chris Brown. Shakira announced Thursday she will donate 100% of her “Dai Dai” proceeds plus $1 from every ticket to her newly expanded tour in the United States.</p><p>Evans is now turning to heads of state for more financial support. He invited existing or future World Cup host countries to supplement funding.</p><p>“It has the potential to say to the whole world: We are global citizens... We’re all on this amazing planet together. Let’s solve the world’s biggest problems together," Evans said, adding that the move can foster a human approach rather than a “nationalistic” one.</p><p>Evans cited the 27 inaugural FIFA Global Citizen Education Fund grantees, released earlier this week, as inspiration. Among the recipients was Hit the Books, a Harlem-based nonprofit that uses mixed martial arts as the hook to provide students with additional educational resources.</p><p>The grants range from $50,000 to $250,000. Jhae Thompson, executive director of Hit the Books, said the support is meaningful because many nonprofits support hundreds of children on incredibly small budgets.</p><p>“What we are really leveraging is the foundation of what a young person needs in order to build character, to build discipline, to build confidence,” Thompson told the Global Citizen NOW audience.</p><p>Global Citizen has pursued partnerships in new regions as traditional actors including the U.S. cut their international aid budgets. That expansion includes the Middle East, represented by the addition of Mariam AlMheiri to their board.</p><p>AlMheiri, who heads the International Affairs Office at the Presidential Court of the United Arab Emirates, emphasized that “when you look at a football, everyone's happy" — a positive association she hopes will translate into support for the education fund.</p><p>Marcus Samuelsson, a multiple James Beard Award-winning chef and avid soccer fan, noted that this World Cup is spread across three different countries: the United States, Mexico and Canada. The tournament, he added, has expanded from its origins as a competition largely between South American and European nations to represent countries in Africa and Asia, too.</p><p>He hopes that wide geographic spread inspires curiosity about global issues.</p><p>““You start thinking about these countries. You maybe want to go there on vacation, maybe you want to go there, volunteer and help out. Whatever gets you going,” Samuelsson told AP. "And it can start by falling in love while watching them.”</p><p>___</p><p>Associated Press coverage of philanthropy and nonprofits 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. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DZGBOCORRW3PGUWLCS3UHYZDIA.jpg?auth=593d6089a3729e422486989a95b664c1e11d5bebf4972e146e0a4ac596d017d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Kaká, Hugh Evans, Shakira, and Gianni Infantino pose for a photo after a panel on the 2026 FIFA World Cup soccer tournament halftime show during the Global Citizen NOW summit, Thursday, May 14, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O6G755F3AG2RN5HSJ6W3BQKAMM.jpg?auth=6cda4d95bc6f354446c3bb9ff840d5c5facf9ef2feb0cb219e6d6bc2cfd7754b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA President Gianni Infantino speaks on a panel on the 2026 FIFA World Cup soccer tournament halftime show during the Global Citizen NOW summit, Thursday, May 14, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FTNE5QBU7NHOPXX3HSRZZY2VNI.jpg?auth=9972c1d9a562e1ee7d205727a2d249742340f7333b24be5fa0ca2b37ab07ce80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Brazilian soccer star Kaká, holding a World Cup trophy, enters for a panel on the 2026 FIFA World Cup soccer tournament halftime show during the Global Citizen NOW summit, Thursday, May 14, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TNRUKKYLQOJACQ2IAAXFRH2XMI.jpg?auth=1068a768c60767d24eeffda1816c1ff49d14d4d43155a86267994439c83685e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shakira enters for a panel on the 2026 FIFA World Cup soccer tournament halftime show at the Global Citizen NOW summit, Thursday, May 14, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content></item><item><title><![CDATA[Equipo SWAT acude 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[Lawyers urge judge to block Trump order that would create eligible voter list, limit mail ballots]]></title><link>https://www.local10.com/news/politics/2026/05/14/lawyers-urge-judge-to-block-trump-order-that-would-create-eligible-voter-list-limit-mail-ballots/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/14/lawyers-urge-judge-to-block-trump-order-that-would-create-eligible-voter-list-limit-mail-ballots/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN and NICHOLAS RICCARDI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 22:52:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump exceeded his authority when he issued an executive order to restrict voters’ ability to cast ballots by mail, attorneys for Democrats and civil rights groups told a federal judge on Thursday.</p><p>U.S. District Judge Carl Nichols didn’t rule from the bench on the plaintiffs’ request for an order blocking officials from implementing Trump’s March 31 order, his second related to elections since winning his second term in the White House. The case is one of multiple lawsuits filed to block the order on the grounds that only states and Congress, and not the president, are given power under the Constitution to decide how elections are run.</p><p>Trump's initial executive order to revamp elections by requiring documentary proof of citizenship, issued last year, was largely halted by multiplefederal judges on similar grounds. He issued his latest order only after the voting bill he backed stalled in Congress. The current legal fight comes as the country is in the midst of primary elections and election officials are preparing for the intricacies of holding the fall's midterm elections.</p><p>“I understand the time pressure here,” said Nichols, who questioned both sides but gave no clear indication of which way he's leaning.</p><p>The president can’t rewrite election rules to give himself and the Republican Party a partisan advantage, the plaintiffs’ attorneys said. They argued that the executive order’s requirements are illegal and designed to coerce states into limiting voter registration and ballot access.</p><p>“It is harming our clients every day in the middle of an election season,” said Orion Nevers, an attorney representing the NAACP.</p><p>Democrats are more likely to vote by mail. Since even before his 2020 loss, Trump has falsely implied there is mass fraud involved in the practice and fought to curtail it, even after his baseless claims led to the Jan. 6, 2021, attack on the U.S. Capitol and were repeatedly debunked by audits and reviews, including some run by Republicans.</p><p>Since returning to office, Trump has said he wants Republicans to “take over” elections in Democratic areas and launched investigations of the 2020 vote.</p><p>His latest executive order calls on the Department of Homeland Security to make a list of eligible voters in each state and seeks to prohibit the U.S. Postal Service from sending absentee ballots to those not on each state’s approved list.</p><p>The administration is asking the judge to dismiss the plaintiffs’ claims. Justice Department attorney Stephen Pezzi on Thursday suggested that the litigation is premature, calling it “shadowboxing” for the plaintiffs to challenge a list that hasn’t yet been created.</p><p>“It’s a little hard to address these questions in the abstract,” Pezzi said.</p><p>Nichols, who was nominated to the bench by Trump, asked Pezzi why it would be lawful to disseminate the list to states.</p><p>“I think it would be the plaintiffs’ burden to explain why it’s unlawful,” Pezzi replied. “I don’t mean to be cute with that answer.”</p><p>Trump’s executive order requires federal agencies to compile a list of adults the U.S. government has purportedly “confirmed” to be U.S. citizens and to share it with each state at least 60 days before each federal election.</p><p>“There isn’t a way to lawfully compile it,” said Lalitha Madduri, an attorney for Democratic Party plaintiffs.</p><p>Danielle Lang, who represents the League of United Latin American Citizens, said the executive order is aimed at creating “the maximum amount of chaos and confusion” for local election officials.</p><p>“They need clear direction,” Lang said.</p><p>___</p><p>Riccardi reported from Denver.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QTC4OEZKH2UL4GIHTNO5JSETEY.jpg?auth=97dd9fc94c783f5187bf87893e88ddc066bb791cd3ba0ddb0a85377eb53cacfe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Megan Green fills out her ballot in the Nebraska Primary Election at Omaha Community Playhouse Tuesday, May 12, 2026, in Omaha, Neb. (AP Photo/Rebecca S. Gratz)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content></item><item><title><![CDATA[Pato O'Ward reaches the top of the Indianapolis 500 speed chart on the 3rd day of practice]]></title><link>https://www.local10.com/sports/2026/05/14/pato-oward-reaches-the-top-of-the-indianapolis-500-speed-chart-on-the-3rd-day-of-practice/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/pato-oward-reaches-the-top-of-the-indianapolis-500-speed-chart-on-the-3rd-day-of-practice/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 22:46:32 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — IndyCar driver Pato O'Ward finally saw his name at the top of the Indianapolis 500 leaderboard Thursday.</p><p>He's hoping his name is still in the No. 1 spot on May 24.</p><p>The Mexican driver who finished second in 2022 and 2024 and third last year in IndyCar's biggest race of the season posted the fastest lap of the day on the third day of practice on Indy's 2.5-mile oval, going 227.308 mph. Four-time race winner Helio Castroneves, who tried his hand at Cup cars earlier this year, posted a 226.977.</p><p>“I like love the whole month, the practice days going into qualifying. The whole thing of qualifying on its own weekend, I love that," O'Ward said. “I really enjoy watching as well, and it's cool to see the big runs, big numbers and then going out there yourself and trying to beat that.”</p><p>The only thing that would be better than beating the competition in practice would be celebrating with a sip of milk after the 500.</p><p>But as O'Ward knows, Thursday's numbers don't mean much heading into qualifications Saturday and Sunday — or race day.</p><p>All 33 cars will have their power cranked up with a turbocharged boost Friday and before starting their four-lap qualifying runs Saturday.</p><p>Because of that, most teams used the six-hour practice session to work on qualifying runs, banking information on race-day setups and simply trying to get more answers about what works well and what won't during the race.</p><p>And the speeds were not nearly as quick as Wednesday when Conor Daly and defending Indy winner Alex Palou topped 228.</p><p>Only five drivers — O'Ward, Castroneves, Marcus Armstrong, Felix Rosenqvist and Alexander Rossi — hit 226.</p><p>“You couldn’t ask for better weather, not only in terms of the wind conditions, but the temperature, everything is just perfect,” Castroneves said as the Brazilian again tries to become Indy's first five-time winner. ”We know it’s going to be like this Saturday (in qualifying), but at the end of the day we felt comfortable. The starting point is one of the best balances I’ve had on qualifying weekend. We’ll see what we’ve got tomorrow.”</p><p>But speed was only part of Thursday's story.</p><p>Two-time race winner Takuma Sato posted the fastest non-tow speed at 223.828 while Team Penske teammates Scott McLaughlin and David Malukas were second and third in non-tow speeds at 223.738 and 223.391.</p><p>Rossi, the 2016 Indy winner, was the busiest driver of the day. He turned 68 laps less than 24 hours after his crew with Ed Carpenter Racing changed his engine.</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/QKXPFP3L6V7PMYUUUTUHG6NN4E.jpg?auth=20891883a960718fccd39180a19ec4f57092b58878794d23952b64929a33da38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pato O'Ward is introduced before an IndyCar auto race, Aug. 31, 2025, at Nashville Superspeedway in Lebanon, Tenn. (AP Photo/George Walker IV, File)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[U.S. State Department offers $100M in direct humanitarian assistance to Cubans]]></title><link>https://www.local10.com/news/world/2026/05/13/us-state-department-offers-direct-100-million-in-humanitarian-assistance-to-cubans/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/13/us-state-department-offers-direct-100-million-in-humanitarian-assistance-to-cubans/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[U.S. Secretary of State Marco Rubio has offered to help Cubans with $100 million in direct humanitarian assistance and free and fast satellite internet.]]></description><pubDate>Wed, 13 May 2026 19:36:54 +0000</pubDate><content:encoded><![CDATA[<p>U.S. Secretary of State Marco Rubio is offering to help Cubans with $100 million in direct humanitarian assistance and free and fast satellite internet. </p><p><a href="https://www.local10.com/espanol/2026/05/13/departamento-de-estado-de-eeuu-ofrece-ayuda-humanitaria-directa-de-100-millones-usd-a-cubanos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/13/departamento-de-estado-de-eeuu-ofrece-ayuda-humanitaria-directa-de-100-millones-usd-a-cubanos/">Leer en español</a></p><p>In <a href="https://www.state.gov/releases/office-of-the-spokesperson/2026/05/the-united-states-is-ready-to-provide-100-million-in-direct-assistance-to-the-cuban-people-if-the-cuban-regime-will-permit-it/" target="_self" rel="" title="https://www.state.gov/releases/office-of-the-spokesperson/2026/05/the-united-states-is-ready-to-provide-100-million-in-direct-assistance-to-the-cuban-people-if-the-cuban-regime-will-permit-it/">a statement released on Wednesday</a>, the U.S. State Department accused the regime of refusing to accept the aid to distributed in coordination with the Catholic Church and other independent organizations. </p><p>“The United States continues to seek meaningful reforms to Cuba’s communist system, which has only served to enrich the elites and condemn the Cuban people to poverty,” a State Department spokesperson wrote in <a href="https://www.state.gov/releases/office-of-the-spokesperson/2026/05/the-united-states-is-ready-to-provide-100-million-in-direct-assistance-to-the-cuban-people-if-the-cuban-regime-will-permit-it/" target="_self" rel="" title="https://www.state.gov/releases/office-of-the-spokesperson/2026/05/the-united-states-is-ready-to-provide-100-million-in-direct-assistance-to-the-cuban-people-if-the-cuban-regime-will-permit-it/">the statement</a>. </p><p>Cuban President Miguel Díaz-Canel also released <a href="https://x.com/DiazCanelB/status/2054622454618710170" target="_self" rel="" title="https://x.com/DiazCanelB/status/2054622454618710170">a statement on Wednesday</a> about the failures of Cuba’s National Electric Energy System, or SEN.</p><p>“For today’s operations, a deficit of more than 2,000 MW is forecast during the peak nighttime demand period,” Díaz-Canel wrote. “This dramatic worsening has a single cause: the genocidal energy blockade to which the United States subjects our country.”</p><p>Díaz-Canel denounced President Donald Trump’s threat to impose tariffs against any nation that supplies Cuba with fuel and blamed “a small group of ultrarightists who have hijacked policy toward Cuba.”</p><p>Also on Wednesday, U.S. Rep. Carlos Giménez used X to raise awareness about a group of Cuban protesters at <a href="https://maps.app.goo.gl/qQ1pGhD2CsA1w597A" target="_self" rel="" title="https://maps.app.goo.gl/qQ1pGhD2CsA1w597A">San Miguel del Padrón</a>, a municipality in Havana. </p><p>Giménez also shared a report about<a href="https://lista.prisonersdefenders.org/prisioneros/carlos-alberto-mcdonald-ennis/" target="_self" rel="" title="https://lista.prisonersdefenders.org/prisioneros/carlos-alberto-mcdonald-ennis/"> Carlos MacDonald</a>, a political prisoner whose family fears he isn’t getting proper treatment after an <a href="https://x.com/RepCarlos/status/2054636487694774709" target="_self" rel="" title="https://x.com/RepCarlos/status/2054636487694774709">alleged cancer diagnosis</a>. </p><p>“From the United States Congress, we demand the immediate release of all political prisoners inside Cuba,” Giménez wrote on X. </p><p>Giménez also blamed the crisis on the island on corruption. </p><p>“The dictatorship in Havana denies the people the opportunity to receive more than $100 million in food directly distributed by the USA,” Giménez <a href="https://x.com/RepCarlos/status/2054642738499359228" target="_self" rel="" title="https://x.com/RepCarlos/status/2054642738499359228">wrote on X</a>. “The regime only wants to keep doing what it always does: steal the aid and profit by reselling it to the people.”</p><p><b>Related social media </b></p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="en" dir="ltr">The State Department is publicly restating the United States&#39; generous offer to provide additional direct humanitarian assistance to the Cuban people.<br><br>The Cuban regime must decide whether to accept our offer or deny life-saving help for the Cuban people, who desperately need it.</p>&mdash; Department of State (@StateDept) <a href="https://twitter.com/StateDept/status/2054640109194998097?ref_src=twsrc%5Etfw">May 13, 2026</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="es" dir="ltr"><a href="https://twitter.com/hashtag/AHORA?src=hash&amp;ref_src=twsrc%5Etfw">#AHORA</a> Cacerolazos en La Habana a pocas cuadras de la “Plaza de la Revolución”. Sin miedo.<a href="https://twitter.com/hashtag/Cuba?src=hash&amp;ref_src=twsrc%5Etfw">#Cuba</a> <a href="https://t.co/TB0QSG1aq3">pic.twitter.com/TB0QSG1aq3</a></p>&mdash; Cristian Crespo F. 🇨🇺 (@cristiancrespoj) <a href="https://twitter.com/cristiancrespoj/status/2054644130332938750?ref_src=twsrc%5Etfw">May 13, 2026</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="es" dir="ltr">⚠️⚠️<a href="https://twitter.com/hashtag/Urgente?src=hash&amp;ref_src=twsrc%5Etfw">#Urgente</a>. Continúan llegando imágenes de las afueras del gobierno municipal de San Miguel del Padrón.<br><br>Protesta masiva de cubanos tocando cacerolas. <a href="https://t.co/FUErLVA2L7">pic.twitter.com/FUErLVA2L7</a></p>&mdash; Mag Jorge Castro🇨🇺 (@MagJorgeCastro) <a href="https://twitter.com/MagJorgeCastro/status/2054630075690025323?ref_src=twsrc%5Etfw">May 13, 2026</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/246YYE4DFSHDJ5HTBLSZQBELME.jpg?auth=17ca3da0da9a5097c1ff5a7728f6cb6bf3281f2d84c6970236266f5c9729c242&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People line up to buy papaya at a weekly food fair in Alamar, Havana province, Cuba, Saturday, May 2, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Black Miami leaders, residents voice concerns over representation, DEI rollback at town hall]]></title><link>https://www.local10.com/news/local/2026/05/14/black-miami-leaders-residents-voice-concerns-over-representation-dei-rollback-at-town-hall/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/black-miami-leaders-residents-voice-concerns-over-representation-dei-rollback-at-town-hall/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Community leaders, activists and residents on Thursday gathered for a town hall on the “State of Black Miami,” voicing frustration over political representation, hiring decisions and the impact of Florida’s new anti-DEI law.]]></description><pubDate>Thu, 14 May 2026 22:29:50 +0000</pubDate><content:encoded><![CDATA[<p>Community leaders, activists and residents on Thursday gathered for a town hall on the “State of Black Miami,” voicing frustration over political representation, hiring decisions and the impact of Florida’s new anti-DEI law.</p><p>Attendeees aired concerns about what they described as systemic inequities affecting Black residents across Miami-Dade County.</p><p>Former state Sen. Dwight Bullard criticized elected officials and questioned the lack of advocacy for Black communities.</p><p>“Where is our strategic intervention as Black Floridians and Black Miamians irrespective of party affiliation,” Bullard said.</p><p>Residents also expressed frustration over voter apathy and what some called defeatist attitudes within the community.</p><p>“You tell me there was no African-American that has qualified to become a city manager?” Liberty City activist Sharon Frazier asked, criticizing recent hiring decisions for Miami’s city manager and police chief positions.</p><p>Speakers argued that qualified African Americans within local ranks were overlooked for those jobs.</p><p>Pierre Rutledge, who heads Miami-Dade’s Black Affairs Advisory Board, said leaders making hiring decisions “need to be fair and equitable.”</p><p>The town hall marked the board’s last official meeting after Florida’s new law targeting diversity, equity and inclusion programs eliminated DEI standards affecting such boards and initiatives.</p><p>“There are elements of segregation that still exists within Miami-Dade County,” said attorney Stephen H. Johnson. </p><p>Johnson also pointed to what he described as institutional racism within Miami-Dade Fire Rescue, blaming it for the absence of Black cadets among the department’s newest recruits.</p><p>“When there is no voice to raise those points that it is allowed to persist — people just believe it’s natural,” he said. “This is how things have always been, so this is how things will always be.”</p><p>Attendees also raised concerns about Florida’s congressional district maps, including District 20, which some speakers said pack Black voters into a single district while reshaping neighboring districts.</p><p>The discussion included concerns that longtime U.S. Rep. Debbie Wasserman Schultz could potentially run in District 20 against Black Democratic candidates.</p><p>Christopher Simmons, principal of Care Elementary School in Overtown, said representation matters.</p><p>“When we don’t see representation for us, it is hurtful,” he said. “But we have got to be the change as well. We have to put ourselves in that position.”</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[Texas puts man to death for a retired professor's killing in its 600th execution since 1982]]></title><link>https://www.local10.com/news/national/2026/05/14/texas-puts-man-to-death-for-a-retired-professors-killing-in-its-600th-execution-since-1982/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/14/texas-puts-man-to-death-for-a-retired-professors-killing-in-its-600th-execution-since-1982/</guid><dc:creator><![CDATA[By MICHAEL GRACZYK and JUAN A. LOZANO, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 02:14:12 +0000</pubDate><content:encoded><![CDATA[<p>HUNTSVILLE, Texas (AP) — A man who experts for both prosecutors and defense attorneys had said was intellectually disabled became the 600th person executed in Texas since 1982, put to death Thursday evening for the killing of a 77-year-old retired college professor.</p><p>Edward Busby Jr. was pronounced dead at 8:11 p.m. following a lethal injection at the state penitentiary in Huntsville, hours after the U.S. Supreme Court lifted a stay over his disabilities claims. The execution capped a series of last-minute legal efforts by Busby's attorneys seeking to spare his life.</p><p>Busby was condemned for the suffocation death of Laura Lee Crane, a retired professor from Texas Christian University. Prosecutors said she was abducted from a grocery store parking lot in January 2004 and left to suffocate in the trunk of her car with duct tape wrapped heavily around her face, covering her mouth and nose.</p><p>The execution was the 600th in Texas since it resumed carrying out the death penalty in 1982. Busby also was the fourth person executed this year in Texas and the 12th nationwide. Earlier Thursday, Oklahoma executed Raymond Johnson for killing his ex-girlfriend and her 7-month-old daughter nearly 20 years ago.</p><p>When asked by the warden if he had a final statement, Busby repeatedly apologized and asked for forgiveness.</p><p>“I am so sorry for what happened,” he said while strapped to the death chamber gurney. “Miss Crane was a lovely woman. I never meant anything bad to happen to her.” He said he wished he could “take it all back” and added he had “no right to get in that car.”</p><p>“I’ll take the blame if that helps."</p><p>He said he had surrendered his life to God and urged a sister, who was praying and watching through a window a short distance away, to find a church and “pick up your cross.”</p><p>"I’m here because this is the will of God,” he said before the injection got underway.</p><p>As the lethal dose of the sedative pentobarbital began flowing, he took a sharp breath, closed his eyes and gasped. Then he made snoring sounds that got progressively quieter. Within 40 seconds, all movement and sounds ceased. He was pronounced dead 38 minutes afterward.</p><p>Busby’s execution had been in doubt after the 5th U.S. Circuit Court of Appeals last week issued a stay of execution to further review his claims of intellectual disability. But the Supreme Court overturned the stay Thursday at the request of the Texas Attorney General’s Office. The attorney general’s office had argued that similar appeals were previously rejected and were “meritless” and based on “conflicting evidence.”</p><p>Busby’s lawyers quickly sought another stay but it was denied by a lower court.</p><p>The Supreme Court in 2002 had barred the execution of intellectually disabled people. But it has given states some discretion to decide how to determine such disabilities.</p><p>Busby's attorneys had argued against putting him to death because a defense expert as well as one hired by the Tarrant County District Attorney’s Office, which prosecuted the case, both found he was intellectually disabled.</p><p>The district attorney’s office had previously recommended Busby’s sentence be reduced to life in prison. But the trial judge in Busby’s case disagreed with the findings of intellectual disability and in 2023 upheld the death sentence.</p><p>In a statement Wednesday, the district attorney's office said it requested Thursday's execution date because it believed that under current law Busy was not intellectually disabled.</p><p>Two other prior execution dates for Busby had been delayed by courts.</p><p>Prosecutors have said Busby and his co-defendant, Kathleen Latimer, abducted Crane in her car from a Fort Worth grocery store parking lot and later put in her vehicle’s trunk as they drove around. Prosecutors said she died in the trunk after suffocating from having 23 feet (7 meters) of duct tape wrapped over her entire face.</p><p>Busby was subsequently arrested in Oklahoma City driving Crane’s car and led authorities to her body in Oklahoma just north of the state line with Texas.</p><p>Latimer is in prison serving a life sentence for murder.</p><p>Bryan Mark Rigg, an author and historian who represented the Crane family as a witness to the execution, said they “neither support or oppose the death penalty. However, they are united in their respect for the rule of law.”</p><p>Rigg said as a child he was a student of Crane, who for decades helped children overcome learning disabilities and “was discarded in a field like a piece of trash.” He said the execution was not about vengeance but “accountability under the law and about remembering the life of an extraordinary educator.”</p><p>___</p><p>Lozano reported from Houston. Follow Juan A. Lozano: https://x.com/juanlozano70</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QZOCLC3AVKR3WWVY323A2U7CGU.jpg?auth=010e29574b76ce084f234d29726d09412253f906bef6668bc93d045ff125cae0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Edward Busby Jr., left, confers with attorney Steve Gordon on the second day of his capital murder trial, Nov. 10, 2005, in Fort Worth, Texas. (Rodger Mallison/Star-Telegram via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodger Mallison</media:credit></media:content></item><item><title><![CDATA[China's Xi warns Trump that differences over Taiwan could lead to conflict]]></title><link>https://www.local10.com/news/2026/05/14/chinas-xi-warns-trump-that-differences-over-taiwan-could-lead-to-conflict/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/14/chinas-xi-warns-trump-that-differences-over-taiwan-could-lead-to-conflict/</guid><dc:creator><![CDATA[By WILL WEISSERT and AAMER MADHANI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 17:06:26 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — China’s Xi Jinping warned President Donald Trump on Thursday that their two countries could clash over Taiwan if the issue is not handled properly, an unusually harsh admonition that stood in contrast to the American leader’s praise for his counterpart.</p><p>The exchange at a highly anticipated summit in Beijing underscored just how far apart Trump and Xi still are on thorny issues, including the war in Iran, trade disputes and Washington’s relations with Taiwan, which is self-ruled but which China claims as part of its territory.</p><p>It also suggested that Trump’s three-day visit to China is likely to be longer on pageantry and symbolism than substantive political or economic breakthroughs.</p><p>The pair met for about two hours behind closed doors at the Great Hall of the People after an elaborate welcome ceremony featuring booming cannons, a band playing “The Star-Spangled Banner” and China’s national anthem, and hundreds of schoolchildren jumping and waving flowers and American and Chinese flags.</p><p>According to a post on X by Chinese Foreign Ministry spokesperson Mao Ning, Xi told Trump that “the Taiwan question is the most important issue in China-U.S. relations.”</p><p>“If it is handled properly, the bilateral relationship will enjoy overall stability. Otherwise, the two countries will have clashes and even conflicts, putting the entire relationship in great jeopardy,” she wrote.</p><p>That comment followed a brief public exchange before the meeting began in which Trump told Xi: “You’re a great leader. Sometimes people don’t like me saying it, but I say it anyway, because it’s true.”</p><p>“It’s an honor to be your friend,” Trump said before promising that the U.S.-China relationship “is going to be better than ever before.”</p><p>Trump later told Fox News’ Sean Hannity in an interview that Xi said during their conversations that he “would like to be of help” in negotiating an end to the Iran war and reopening the Strait of Hormuz to oil shipments.</p><p>Xi was far more stark in his opening public remarks, expressing hope that the U.S. and China could avoid conflict and asking “whether the two countries can transcend the ‘Thucydides Trap’ and forge a new model for relations between major powers.”</p><p>That’s a term, popular in foreign policy studies, referring to the idea that when a rising power threatens to displace an established one, the result is often war. Xi has used the term for years, but using it as Trump offered optimism was noteworthy and foreshadowed his closed-door comments on Taiwan.</p><p>Secretary of State Marco Rubio later said U.S. policy toward Taiwan was “unchanged” but warned that it would be “a terrible mistake” for China to take Taiwan by force.</p><p>“They always raise it on their side. We always make clear our position, and we move on to the other topics,” Rubio, who is traveling with the president, said in an interview with NBC News.</p><p>Both emphasized the importance of China-US relations</p><p>After their meeting, Xi took Trump on a tour of the Temple of Heaven, then hosted a state banquet for him. The Chinese leader used his evening toast to note that he and Trump had kept U.S.-China relations “generally stable” in a turbulent world.</p><p>“Achieving the great rejuvenation of the Chinese nation and making America great again can go hand in hand,” Xi said, referring to Trump’s political movement. “We can help each other succeed and advance the well-being of the whole world.”</p><p>In his toast, Trump said his visit had been “a great honor” punctuated by a “fantastic” day. He said matters “all good for the United States and China” were discussed.</p><p>Trump also said Xi would make a reciprocal visit to the White House on Sept. 24 — a date not previously announced.</p><p>The positive tone was reflected in the White House assessment of the earlier meetings, which said both leaders had touched on ways to enhance economic cooperation, including expanding market access for American businesses in China and increasing Chinese investment into U.S. industries.</p><p>The White House readout did not mention Taiwan directly, but, in relation to Iran, said both sides had agreed that the strait must remain open. The strait’s closure has stranded tankers and caused energy prices to spike, threatening global economic growth.</p><p>The war is dominating Trump’s domestic agenda and stoking fears about the prospect of a weakening U.S. economy as November’s midterm elections — when Republicans hope to maintain control of Congress — approach.</p><p>China is the largest purchaser of Iranian oil, and Rubio said in an interview with Fox News that Trump would make the case for Beijing to exert its influence on Iran, noting that administration officials would underscore that “economies are melting down because of this crisis,” which means consumers are “buying less Chinese product.”</p><p>It’s not clear if Trump persuaded Xi to wield his influence. The White House instead said Xi opposed any implementation of tolls on vessels crossing the strait — as Iran has proposed — and expressed interest in China potentially purchasing more U.S. oil to reduce Chinese dependence on Gulf oil in the future.</p><p>When asked Thursday at a congressional hearing whether China is providing intelligence to Iran to help it target U.S. forces, Adm. Brad Cooper, head of U.S. Central Command, would not discuss intelligence but said the Iranian military “is largely made up of Russian and Chinese equipment.”</p><p>Taiwan issues remain contentious</p><p>Xi’s warning about Taiwan reflects China’s displeasure with a U.S. plan to sell weapons to the island. The Trump administration has approved an $11 billion arms package for Taiwan, but has yet to begin fulfilling it.</p><p>The U.S. has a longstanding commitment to help the island defend itself if attacked, but Trump has shown greater ambivalence toward Taiwan, fueling speculation about whether the president could be persuaded to dial back American support.</p><p>Taiwan said after the Xi-Trump meeting that it was grateful for Washington’s “long-term support.”</p><p>“The government views all actions that contribute to regional stability and the management of potential risks from authoritarian expansion positively,” Michelle Lee, a spokesperson for Taiwan’s premier, told reporters. She added that the U.S. “has also repeatedly reiterated its firm and clear position of support for Taiwan.”</p><p>US still hopes to secure trade wins</p><p>The White House has insisted that Trump would not be making the trip without an eye toward securing concrete results, suggesting there could be coming announcements on trade.</p><p>That likely includes a Chinese commitment to buy U.S. soybeans, beef and aircraft. Trump told Fox News that Xi had indicated a commitment to buying 200 jets from Boeing.</p><p>Trump administration officials also want to work toward establishing a board of trade with China to address commercial differences between the countries.</p><p>Trump and Xi discussed trade on Thursday, with Xi saying that China’s door of opportunity will open wider. Xi also met with a collection of U.S. business leaders who accompanied Trump.</p><p>The U.S. and China reached a trade truce last year that calmed each side’s threats to impose steep tariffs on the other. The White House says there have been ongoing discussions and mutual interest in extending the agreement.</p><p>The leaders also discussed further stemming the flow of fentanyl precursor chemicals into the United States and increasing Chinese purchases of U.S. agricultural products, according to the White House.</p><p>___</p><p>Associated Press writers Seung Min Kim, Darlene Superville and Michelle L. Price in Washington, Simina Mistreanu in Bangkok and Kanis Leung in Hong Kong contributed to this report.</p>]]></content:encoded></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, Roy Ramos]]></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. “As soon as we saw someone was caught, everyone was so relieved about it.” </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><p>Investigators say Sulaiman is beleved to have targeted numerous communities in South Florida. </p><p>“Thats one story, but I’m certain with this individual there are many,” said Mary Faraldo, a resident of Glenvar Heights. “This is someone who should be put away and should serve a harsh penalty.” </p><p>As of Thursday, Sulaiman remains behind bars on a $23,000 bond. If he posts bond, he will remain on house arrest and will have a curfew from 11 p.m. to 6 a.m.</p><p>Authorities said the investigation is ongoing and more arrests could follow.</p><p>Anyone with information is urged to call Miami-Dade Crime Stoppers at 305-471-8477.</p>]]></content:encoded></item><item><title><![CDATA[Woman pleads guilty in starvation death of 7-year-old boy in Broward]]></title><link>https://www.local10.com/news/local/2026/05/14/woman-pleads-guilty-in-starvation-death-of-7-year-old-boy-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/woman-pleads-guilty-in-starvation-death-of-7-year-old-boy-in-broward/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[A woman charged in connection with the starvation death of a 7-year-old boy with special needs pleaded guilty Thursday in Broward County court.]]></description><pubDate>Thu, 14 May 2026 22:07:21 +0000</pubDate><content:encoded><![CDATA[<p>A woman charged in connection with the <a href="https://www.local10.com/news/local/2024/09/11/5-arrested-following-7-year-old-boys-death-on-christmas-day-in-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/news/local/2024/09/11/5-arrested-following-7-year-old-boys-death-on-christmas-day-in-fort-lauderdale/">starvation death of a 7-year-old boy with special needs</a> pleaded guilty Thursday in Broward County court.</p><p>Mirlande Moltimer, 49, changed her plea in the high-profile case tied to the death of Deonte Atwell, who investigators said was starved to death at his home on Christmas Day in 2023.</p><p>Atwell weighed just 7 pounds when first responders found him, according to investigators. Prosecutors previously alleged the child was tortured as part of what they believed was a scheme to defraud Medicaid.</p><p>During Thursday’s hearing, Broward Circuit Judge Peter Holden asked Moltimer whether she was under the influence before accepting her plea.</p><p>“Miss Moltimer, I know you’re in custody, but at this time are you under the influence of any drugs, alcohol or medication?” Holden asked.</p><p>“No judge,” Moltimer replied.</p><p>Moments later, Holden addressed one of the charges against her.</p><p>“Count 15 ma’am, murder in the third degree felony, how do you wish to plead, guilty or no contest?” he asked.</p><p>“Guilty,” Moltimer responded softly.</p><p>Moltimer was among several people arrested in 2024 in connection with the case, including the child’s mother, Michelle Doe; the boy’s adult brother; his grandfather; and a nurse. Investigators said Moltimer owned a Medicare provider company connected to the allegations.</p><p>At one point during the hearing, the judge warned Moltimer about the severity of the possible punishment.</p><p>“If my math is correct, that’s 65 years of prison in Florida state that you’re looking at — do you understand that — it’s maximum penalty,” Holden said.</p><p>The plea agreement means Moltimer will not face that maximum sentence in state prison. However, she still must serve federal prison time tied to previous convictions connected to the case, followed by seven years of reporting probation.</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[Tampa Bay Rays and local officials announce a tentative $2.3B deal for a new ballpark]]></title><link>https://www.local10.com/news/florida/2026/05/14/tampa-bay-rays-and-local-officials-announce-a-tentative-23b-deal-for-a-new-ballpark/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/05/14/tampa-bay-rays-and-local-officials-announce-a-tentative-23b-deal-for-a-new-ballpark/</guid><dc:creator><![CDATA[BY DAVID FISCHER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 22:09:20 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — The Tampa Bay Rays and local officials announced a tentative $2.3 billion agreement on Thursday for a new ballpark funded by public and private money.</p><p>The nonbinding memorandum of understanding among the Rays, Hillsborough County and the city of Tampa outlines the costs of a stadium, which would include $967 million of tax dollars. Elected officials for the city and county are expected to vote on the deal at separate meetings next week.</p><p>“The Rays respectfully but resolutely encourage Hillsborough County and the City of Tampa to approve the MOU and make possible a Forever Home for our community’s Tampa Bay Rays, breathe new life into the Dale Mabry Campus of Hillsborough College, and create a new privately financed neighborhood that will be an inviting and inclusive destination to work, live, learn, and play," Rays CEO Ken Babby said in a statement.</p><p>The Rays ownership reached an agreement earlier this year with Hillsborough College to build the stadium and mixed-use entertainment district on the college campus and to renovate some of the college's buildings. The property is located next to the New York Yankees’ spring training facility and across a highway from Raymond James Stadium, home of the Tampa Bay Buccaneers.</p><p>The Rays have said they hope to have the new stadium built within three years.</p><p>Since the team took the field in 1998, the Rays have played at Tropicana Field in St. Petersburg, except for moving home games to the Yankees' Steinbrenner Field in 2025 following hurricane damage at the Trop. The Rays lease runs through at least the 2028 season. The team returned to the Trop last month for the start of this season.</p><p>A proposed $1.3 billion redevelopment deal for a new ballpark adjacent to the Trop fell through last year, raising new questions about the future of the team, which was bought last September by Patrick Zalupski’s ownership group.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S3GBCSGRVOO63MGZPP73J5FPOY.jpg?auth=81e1402d8398408e410d2812e561587a07fe11f2dd23a6792bf7ef17a76a2cb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Players from the Chicago Cubs and Tampa Bay Rays are introduced before a baseball game Monday, April 6, 2026, in St. Petersburg, Fla. (AP Photo/Chris O'Meara, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content></item><item><title><![CDATA[Felon, former pastor Eric Readon welcomed back to Miami Gardens church following prison sentence]]></title><link>https://www.local10.com/news/local/2026/05/14/felon-former-pastor-eric-readon-welcomed-back-to-miami-gardens-church-following-prison-sentence/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/felon-former-pastor-eric-readon-welcomed-back-to-miami-gardens-church-following-prison-sentence/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Miami Gardens pastor Eric Readon has been released from jail after serving nearly a year behind bars in the elderly exploitation case involving retired postal worker Edward Fuller, a case first exposed in a series of Local 10 News investigations.]]></description><pubDate>Thu, 14 May 2026 21:57:43 +0000</pubDate><content:encoded><![CDATA[<p>Miami Gardens pastor Eric Readon has been released from jail <a href="https://www.local10.com/news/local/2025/11/18/miami-gardens-pastor-will-remain-in-jail-after-judge-rejects-plea-withdrawal/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/11/18/miami-gardens-pastor-will-remain-in-jail-after-judge-rejects-plea-withdrawal/">after serving nearly a year behind bars</a> in the elderly exploitation case involving retired postal worker Edward Fuller, a case first exposed in a series of Local 10 News investigations.</p><p><a href="https://www.local10.com/espanol/2026/05/14/ex-convicto-y-ex-pastor-eric-readon-es-recibido-nuevamente-en-iglesia-de-miami-gardens-tras-cumplir-condena-en-prision/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/ex-convicto-y-ex-pastor-eric-readon-es-recibido-nuevamente-en-iglesia-de-miami-gardens-tras-cumplir-condena-en-prision/">Leer en español</a></p><p>Readon’s release comes as New Beginning Missionary Baptist Church is publicly welcoming him back. </p><p>A flyer circulating online advertises a “Readon Returns” worship service scheduled for Sunday from 8:45 a.m. to 10 a.m. at 2801 NW 170th St. in Miami Gardens. The flyer features Readon in a suit alongside the words “Readon Returns” and identifies him as “Pastor Eric Readon.”</p><figure><img src="https://www.local10.com/resizer/v2/724ZEPYHSZEOJMUGD3PB5BWYZQ.jpg?auth=543dd0a5f0e51daa18a0e91d40b299963d2c4265fb277cfb8835586a5f9cab06&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Court records show Readon pleaded guilty in June 2025 to exploitation of an elderly person after prosecutors accused him of illegally taking control of Fuller’s home and selling it without Fuller realizing what had happened. Fuller, who was in his late 70s at the time the investigation began, had trusted Readon as a pastor and spiritual adviser.</p><p>The case drew widespread attention after Local 10 News began investigating allegations that Fuller had effectively lost ownership of his longtime home while under Readon’s influence. </p><p>Reporting over several years detailed allegations that documents transferring the property had been signed and that the home was later sold, leaving Fuller without the house he believed he still owned.</p><p>As part of a negotiated plea agreement, Readon was sentenced to 364 days in jail, followed by 15 years of probation. He was also ordered to pay $180,000 in restitution to Fuller.</p><p>Readon surrendered on July 15, 2025, to begin serving the sentence. Because jail inmates can receive credit for time served and gain-time reductions, his release at this point, after serving 303 days of a 364-day sentence, is consistent with the sentence imposed.</p><p>During earlier court proceedings, prosecutors argued that Readon used his position of trust to financially exploit Fuller. Readon later attempted to withdraw his guilty plea, claiming his attorney pressured him into accepting the deal and failed to properly prepare the case for trial.</p><p>That effort was rejected by Miami-Dade Circuit Judge Christine Hernández, who ruled that the evidence showed Readon knowingly and voluntarily accepted the plea agreement. Hernández pointed to extensive communication between Readon and his attorney before the plea and said the evidence did not support claims that he had been forced into the deal.</p><p>The judge also noted that Readon told the court during his plea hearing that he understood the agreement and that no one had threatened or pressured him into taking it.</p><p>Now, following his release, Readon appears poised to return to ministry.</p><p>The church flyer promoting Sunday’s service lists the Northwest 170th Street address associated with New Beginning Missionary Baptist Church in Miami Gardens and encourages worshippers to attend the event marking Readon’s return.</p><p>It remains unclear what formal role Readon will have at the church moving forward or whether any conditions of his probation restrict his activities. It is also unclear how much of the court-ordered restitution to Fuller has been paid.</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/FE3SWMHLGUJGQDJFWLVUFCP24E.jpg?auth=cd521fc07846dcfedd49f79246e3214592b5e88e8cab91de8c14e00803f1f5c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eric Readon in Broward County court on May 1, 2025.]]></media:description></media:content></item><item><title><![CDATA[Ex convicto y ex pastor Eric Readon es recibido nuevamente en iglesia de Miami Gardens tras cumplir condena en prisión]]></title><link>https://www.local10.com/espanol/2026/05/14/ex-convicto-y-ex-pastor-eric-readon-es-recibido-nuevamente-en-iglesia-de-miami-gardens-tras-cumplir-condena-en-prision/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/ex-convicto-y-ex-pastor-eric-readon-es-recibido-nuevamente-en-iglesia-de-miami-gardens-tras-cumplir-condena-en-prision/</guid><description><![CDATA[El pastor Eric Readon, de Miami Gardens, ha sido puesto en libertad tras cumplir casi un año de condena por el caso de explotación de ancianos que involucra al cartero jubilado Edward Fuller, un caso que salió a la luz por primera vez en una serie de investigaciones de Local 10 News.]]></description><pubDate>Thu, 14 May 2026 22:04:15 +0000</pubDate><content:encoded><![CDATA[<p>El pastor de Miami Gardens Eric Readon fue liberado de la cárcel <a href="https://www.local10.com/espanol/2025/11/18/pastor-de-miami-gardens-permanecera-en-la-carcel-despues-de-que-el-juez-rechazo-el-retiro-de-su-acuerdo-de-culpabilidad/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/11/18/pastor-de-miami-gardens-permanecera-en-la-carcel-despues-de-que-el-juez-rechazo-el-retiro-de-su-acuerdo-de-culpabilidad/">después de cumplir casi un año tras las rejas</a> en el caso de explotación de un anciano relacionado con el trabajador postal retirado Edward Fuller, un caso expuesto por primera vez en una serie de investigaciones de Local 10 News.</p><p>La liberación de Readon ocurre mientras la iglesia New Beginning Missionary Baptist Church le da públicamente la bienvenida de regreso.</p><p>Un volante que circula en internet anuncia un servicio religioso “Readon Returns” programado para el domingo de 8:45 a.m. a 10 a.m. en 2801 NW 170th St. en Miami Gardens. El volante muestra a Readon usando un traje junto a las palabras “Readon Returns” y lo identifica como “Pastor Eric Readon”.</p><figure><img src="https://www.local10.com/resizer/v2/724ZEPYHSZEOJMUGD3PB5BWYZQ.jpg?auth=543dd0a5f0e51daa18a0e91d40b299963d2c4265fb277cfb8835586a5f9cab06&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Los registros judiciales muestran que Readon se declaró culpable en junio de 2025 de explotación de una persona mayor después de que fiscales lo acusaran de tomar ilegalmente el control de la casa de Fuller y venderla sin que Fuller se diera cuenta de lo ocurrido. Fuller, quien tenía casi 80 años cuando comenzó la investigación, confiaba en Readon como pastor y asesor espiritual.</p><p>El caso atrajo amplia atención después de que Local 10 News comenzara a investigar las acusaciones de que Fuller efectivamente perdió la propiedad de su casa de muchos años mientras estaba bajo la influencia de Readon.</p><p>Los reportes durante varios años detallaron acusaciones de que se firmaron documentos transfiriendo la propiedad y que la casa fue vendida posteriormente, dejando a Fuller sin la vivienda que creía seguir poseyendo.</p><p>Como parte de un acuerdo negociado, Readon fue condenado a 364 días de cárcel, seguidos de 15 años de libertad condicional. También se le ordenó pagar $180,000 USD en restitución a Fuller.</p><p>Readon se entregó el 15 de julio de 2025 para comenzar a cumplir la condena. Debido a que los reclusos pueden recibir crédito por tiempo cumplido y reducciones de condena, su liberación en este momento, después de cumplir 303 días de una sentencia de 364 días, es consistente con la condena impuesta.</p><p>Durante procedimientos judiciales anteriores, los fiscales argumentaron que Readon utilizó su posición de confianza para explotar financieramente a Fuller. Más adelante, Readon intentó retirar su declaración de culpabilidad alegando que su abogado lo presionó para aceptar el acuerdo y no preparó adecuadamente el caso para juicio.</p><p>Ese intento fue rechazado por la jueza del circuito de Miami-Dade Christine Hernández, quien determinó que la evidencia demostraba que Readon aceptó el acuerdo de culpabilidad de manera consciente y voluntaria. Hernández señaló extensas comunicaciones entre Readon y su abogado antes del acuerdo y dijo que la evidencia no respaldaba las acusaciones de que había sido obligado a aceptarlo.</p><p>La jueza también señaló que Readon le dijo al tribunal durante la audiencia de declaración de culpabilidad que entendía el acuerdo y que nadie lo había amenazado ni presionado para aceptarlo.</p><p>Ahora, tras su liberación, Readon parece estar listo para regresar al ministerio.</p><p>El volante de la iglesia promoviendo el servicio del domingo incluye la dirección de Northwest 170th Street asociada con New Beginning Missionary Baptist Church en Miami Gardens e invita a los fieles a asistir al evento que marca el regreso de Readon.</p><p>No está claro qué rol formal tendrá Readon en la iglesia en adelante ni si alguna condición de su libertad condicional restringe sus actividades. Tampoco está claro cuánto de la restitución ordenada por el tribunal a Fuller ha sido pagada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FE3SWMHLGUJGQDJFWLVUFCP24E.jpg?auth=cd521fc07846dcfedd49f79246e3214592b5e88e8cab91de8c14e00803f1f5c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eric Readon in Broward County court on May 1, 2025.]]></media:description></media:content></item><item><title><![CDATA[Rep. Chuck Edwards faces House ethics investigation over harassment allegations]]></title><link>https://www.local10.com/news/politics/2026/05/14/rep-chuck-edwards-faces-house-ethics-investigation-over-harassment-allegations/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/14/rep-chuck-edwards-faces-house-ethics-investigation-over-harassment-allegations/</guid><dc:creator><![CDATA[By KEVIN FREKING, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 22:03:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The House Ethics Committee announced Thursday it is investigating Republican Rep. Chuck Edwards of North Carolina over allegations that he created a hostile work environment and engaged in sexual harassment.</p><p>Edwards, serving his second term in the House, said he welcomed the inquiry and planned to fully cooperate with the committee.</p><p>“I am confident the investigation will expose the facts, not politically motivated fiction,” Edwards said.</p><p>The investigation follows an Axios report stating that three sources told the publication that they witnessed conduct by Edwards toward two female staffers in their 20s that they described as inappropriate. The sources said Edwards’ behavior crossed professional boundaries and created an uncomfortable work environment. Axios said the sources were granted anonymity to protect against retaliation.</p><p>The Ethics Committee said in its investigation announcement that it would make no further public comment on the matter and that disclosing the review does not, by itself, indicate that any violation occurred.</p><p>The committee's investigation comes at a time of heightened scrutiny of lawmakers’ behavior toward female staffers following the resignations of Democratic Rep. Eric Swalwell and Republican Rep. Tony Gonzales. Both were facing calls for their expulsion before they stepped down.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R5EIPZZB6A3FEXUOQHTIJQ2UEU.jpg?auth=b5689fc9fcef9cdee1b46e6c0a3b31d524c0f4575f2cd77956569ebbac1c90eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Chuck Edwards, R-N.C, listens to testimony as the House Judiciary Subcommittee on Oversight holds a field hearing in Charlotte, N.C., Sept. 29, 2025. (AP Photo/Nell Redmond, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nell Redmond</media:credit></media:content></item><item><title><![CDATA[US Rep. Max Miller sues his ex-wife for defamation in escalation of long-running divorce feud]]></title><link>https://www.local10.com/news/politics/2026/05/14/us-rep-max-miller-sues-his-ex-wife-for-defamation-in-escalation-of-long-running-divorce-feud/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/14/us-rep-max-miller-sues-his-ex-wife-for-defamation-in-escalation-of-long-running-divorce-feud/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 21:59:21 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBUS, Ohio (AP) — The bitter divorce between an Ohio congressman and his former wife, the daughter of one of the state's U.S. senators, has escalated into new legal action.</p><p>Republican U.S. Rep. Max Miller filed a defamation lawsuit against Emily Moreno, his one-time spouse, on Wednesday in Cleveland, citing “the considerable reputational and financial harm” caused to him by her accusations that he was “a violent and abusive husband and father.”</p><p>Miller, a two-term congressman up for reelection this fall, alleges that Moreno, her attorney Andrew Zashin and his law firm have engaged in a defamatory campaign against him by spreading knowingly false information about him to media outlets including The Daily Mail, a British tabloid, and the New York Post. The action contends that the resulting damage to his reputation undermines his chances of reelection.</p><p>Those outlets have “circulation measured in the tens of millions of print and online readership,” the complaint states, and their articles have been read, viewed or discussed by Miller's constituents, his congressional colleagues, ”his political supporters and donors, the media, and the general public.”</p><p>The suit seeks compensatory damages in excess of $25,000, punitive damages sufficient to deter future similar conduct and attorney's fees.</p><p>“Congressman Miller is seeking to hold those responsible accountable and to obtain damages for the significant personal, professional, and political harm that he has suffered,” his spokesman said in a statement.</p><p>Zashin declined comment.</p><p>The incident brings to mind a similar situation that played out as Miller, a White House aide to President Donald Trump during the Republican's first term, made his first run for Congress in 2021.</p><p>Miller's former girlfriend, one-time White House press secretary Stephanie Grisham, raised allegations in her book and in a Washington Post op-ed at the time that a former White House staffer later identified as Miller had physically abused her while they were dating. Miller responded by filing a defamation lawsuit against her. He voluntarily dismissed the suit with prejudice in August 2023, just before the case was set to go to trial.</p><p>Moreno’s spokesperson, Stefan Mychajliw, cited the earlier lawsuit in a statement Thursday.</p><p>“Mr. Miller is upset because he’s tried to silence Emily Moreno the same way he silenced Stephanie Grisham — and Emily won’t let him," he said, suggesting Miller is "running the same playbook against a woman with photographs of her bruises and burns.” He added, “Mr. Miller will not silence Ms. Moreno.”</p><p>Miller married Emily Moreno in 2022. They had a daughter in 2023.</p><p>He filed for divorce in August 2024, as her father, Bernie, was making a successful run for U.S. Senate backed by Trump. The abuse allegations — most recently, Moreno said Miller threw boiling water at her, an allegation he denies — come amid a messy custody battle that has included Miller seeking a restraining order against his ex-wife and subpoenaing the senator to testify. The divorce was finalized last June.</p><p>Miller's spokesperson provided documentation that several allegations that he had abused his daughter were investigated by the Cuyahoga County Division of Children and Family Services and deemed unsubstantiated.</p><p>Amid the drama, Democrat Brian Poindexter, a five-term local councilman and union ironworker, is looking to oust Miller and flip Ohio's 7th Congressional District in November.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RU3PL2BYCZFYGAGPBN7CXHRO7M.jpg?auth=b9cb735c6a7452109f9a8802532d1be1a451ebcfe489bbd4a220ddabbbc7f539&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep.-elect Max Miller, R-Ohio, arrives for new member orientation check-in and program registration with Emily Moreno in Washington, Nov. 13, 2022. (AP Photo/Amanda Andrade-Rhoades, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Andrade-Rhoades</media:credit></media:content></item><item><title><![CDATA[Justice Thomas hails US Constitution as common bedrock in divided America]]></title><link>https://www.local10.com/news/politics/2026/05/14/justice-thomas-hails-us-constitution-as-common-bedrock-in-divided-america/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/14/justice-thomas-hails-us-constitution-as-common-bedrock-in-divided-america/</guid><dc:creator><![CDATA[By JOSHUA GOODMAN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 21:55:04 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Supreme Court Justice Clarence Thomas urged Americans to celebrate the 250th anniversary of independence not with fireworks or empty platitudes, but by standing up for their deeply held beliefs, with the comforting knowledge that the U.S. Constitution protects free speech and serves as a common bedrock in a society otherwise beset by deep divisions.</p><p>“We can disagree on all sorts of things, but we’ve got to have something in common or we don’t have a country,” Thomas said at a judicial conference near Miami. “These documents, our founding documents, our founding history, whether we think it’s perfect or it shouldn’t be amended, or we might disagree about how far it goes, but we can say this is something that we all treasure.”</p><p>Thomas' remarks came in response to an interview with one of his former Supreme Court clerks, Kasdin Mitchell, who was nominated this month by President Donald Trump to serve on the federal bench in Dallas.</p><p>Thomas — who recently became the second longest-serving justice in Supreme Court history — looked back on his upbringing in the segregated South and his more than three decades on the high court.</p><p>But he gave no indication that, at age 77, he is looking to retire anytime soon and give President Trump the opportunity to further cement his influence on the Supreme Court and nominate his fourth justice, the most of any president in almost a century.</p><p>“Justice Marshall said you take a job for life, you do it for life,” referring to Thurgood Marshall, the Supreme Court's first African American justice, who Thomas replaced on the high court.</p><p>But he said his long tenure had given him a unique perspective on the cynicism that pervades so much of society and contributes to Americans' distrust in government.</p><p>He spoke about the example set by his grandfather, the son of a freed slave with barely any formal education, to describe his judicial philosophy in a limited form of government.</p><p>“One of the rods in this society versus so many of the others where the rights are parceled down by a government is that we were taught from the cradle that we were equal in God’s eyes, that was self-evident," said Thomas. "If you look at Frederick Douglass, Martin Luther King or Abraham Lincoln, they all speak in terms of these transcendent rights beyond the ability of man to take away even though man had the power to infringe upon them.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W6COG5BIHNHBM34VQF7PFAMQ3E.jpg?auth=f588f840dcd7d0517ed3fb757d190ea0895a1e476a85fdd5cf4cb653e0f0e986&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Supreme Court Associate Justice Clarence Thomas answers questions during a visit to the University of Texas at Austin, in Austin, Texas, April 15, 2026. (AP Photo/Eric Gay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Funcionarios buscan educar al público sobre peligros de trata de personas antes del Mundial]]></title><link>https://www.local10.com/espanol/2026/05/14/funcionarios-buscan-educar-al-publico-sobre-peligros-de-trata-de-personas-antes-del-mundial/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/funcionarios-buscan-educar-al-publico-sobre-peligros-de-trata-de-personas-antes-del-mundial/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Amanda Altma, directora ejecutiva de Kristi House, sabe por experiencia cómo los traficantes se aprovechan de los grandes eventos deportivos.]]></description><pubDate>Thu, 14 May 2026 21:51:20 +0000</pubDate><content:encoded><![CDATA[<p>Amanda Altma, directora ejecutiva de Kristi House, sabe por experiencia cómo los traficantes aprovechan los grandes eventos deportivos.</p><p>Kristi House es una organización sin fines de lucro con sede en Miami que brinda atención informada sobre trauma a víctimas de trata de personas.</p><p>La comunidad de agencias del orden y fiscales del condado Miami-Dade se está preparando para la Copa Mundial de la FIFA y lanzando una campaña de concienciación.</p><p>“(Estamos) logrando que las personas literalmente se preocupen unas por otras en la sociedad”, dijo Philippa King, subdirectora ejecutiva de <a href="https://www.instagram.com/its_apenalty/" target="_blank" rel="noreferrer" title="https://www.instagram.com/its_apenalty/">It’s a Penalty</a>.</p><p>Los pasajeros que lleguen al Aeropuerto Internacional de Miami en importantes aerolíneas, incluyendo American Airlines, verán un video durante su vuelo sobre seguridad relacionada con la trata de personas.</p><p>“Un joven vio el video y pidió ayuda”, dijo King. “Ayudamos a salvar una vida”.</p><p>Un portavoz de Uber dijo que están implementando recursos dentro de la aplicación y material educativo para conductores, otro grupo clave que puede ayudar en este esfuerzo multisectorial que incluye trabajadores de primera línea de la TSA, empleados de hoteles y hospitalidad y personal de estadios.</p><p>“Los hoteles pueden ser explotados por traficantes que quieren esconderse en las sombras”, dijo Glenn Sampert, gerente general del InterContinental Miami by IHG.</p><p>Los funcionarios hablaron sobre algunas de las señales de alerta que deben observarse, incluyendo mujeres que dependen de un hombre y parecen estar muy ligadas a ellos y que no tienen acceso a documentos o dinero para comprar artículos.</p><p><b>CÓMO REPORTAR ACTIVIDAD SOSPECHOSA</b></p><p>Llame: 305-349-7867 (305-FIX-STOP)</p><p>Si está en peligro inmediato, llame al 911.</p><p>Línea Nacional contra la Trata de Personas: 1-888-373-7888</p><p>Texto: 233733 (BEFREE)</p><p>humantraffickinghotline.org</p><p>Centro Nacional para Niños Desaparecidos y Explotados</p><p>1-800-THE-LOST (1-800-843-5678)</p><p>CyberTipline: <a href="https://itsapenalty.org/na2026/usa/miami/" target="_self" rel="" title="https://itsapenalty.org/na2026/usa/miami/">https://itsapenalty.org/na2026/usa/miami/</a></p>]]></content:encoded></item><item><title><![CDATA[Landscaper electrocuted 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, Ryan Mackey]]></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 electrocuted by a live wire in Fort Lauderdale on Thursday, officials confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/05/14/trabajador-de-jardineria-recibe-descarga-de-cable-electrico-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/trabajador-de-jardineria-recibe-descarga-de-cable-electrico-en-fort-lauderdale/">Leer en español</a></p><p>According to Fort Lauderdale Fire Rescue officials, the man, who was in his 70s, was working in a tree in the 700 block of Northeast 15th Court when the incident occurred.</p><p>First responders transported him to Broward Health Medical Center as a trauma alert, where he later died from his injuries.</p><p>No other details about the victim were immediately released. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><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[Jury awards $49.5M to the family of a woman killed in 2019 Boeing Max crash]]></title><link>https://www.local10.com/business/2026/05/14/jury-awards-495m-to-the-family-of-a-woman-killed-in-2019-boeing-max-crash/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/14/jury-awards-495m-to-the-family-of-a-woman-killed-in-2019-boeing-max-crash/</guid><dc:creator><![CDATA[By RIO YAMAT, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 21:38:33 +0000</pubDate><content:encoded><![CDATA[<p>A federal jury has awarded $49.5 million to the family of a 24-year-old global nonprofit worker killed in the 2019 crash of a Boeing 737 Max jet in Ethiopia while traveling to her first major assignment.</p><p>The verdict, reached Wednesday after a trial in federal court in Chicago, resolves one of the last remaining wrongful death lawsuits filed in connection with the disaster that killed all 157 people aboard Ethiopian Airlines Flight 302.</p><p>Samya Stumo, who grew up in Sheffield, Massachusetts, had recently joined a nonprofit focused on strengthening health systems in developing countries. A 2015 graduate of the University of Massachusetts Amherst, she was traveling to Uganda for what would have been her first major project with the organization when the plane crashed minutes after takeoff from Addis Ababa on March 10, 2019.</p><p>A spokesperson for UMass after the crash described her as someone known “for engaging others by earning their respect, friendship and trust.”</p><p>Jurors awarded $21 million for the pain and suffering and emotional distress that Stumo experienced aboard the doomed flight, $16.5 million for the loss of companionship suffered by her family and $12 million for their grief, according to attorneys representing her estate.</p><p>“We are gratified for the opportunity to try the compensatory damages case," attorneys Shanin Specter and Elizabeth Crawford said in a statement Wednesday evening announcing the verdict.</p><p>It is the second verdict tied to the crash. Boeing has reached confidential pre-trial settlements in most of the dozens of wrongful death lawsuits filed in connection with the Ethiopian Airlines disaster and a similar 737 Max crash five months earlier off the coast of Indonesia that together killed 346 people.</p><p>The fatal crashes became a defining crisis for Boeing and the 737 Max program. Investigators found that a flight-control system repeatedly forced the nose of the then-new planes downward based on faulty readings from a single sensor, and pilots in both crashes were unable to regain control.</p><p>The verdict follows a November 2025 jury award of $28.45 million to the family of Shikha Garg, a United Nations environmental consultant who also died in the 2019 crash. That case marked the first civil jury trial stemming from the disaster, with jurors similarly tasked only with calculating damages because Boeing has accepted liability.</p><p>“We are deeply sorry to all who lost loved ones on Lion Air Flight 610 and Ethiopian Airlines Flight 302. While we have resolved nearly all of these claims through settlements, families are entitled to pursue their claims through the court process, and we respect their right to do so," a Boeing spokesperson said Thursday in a statement.</p><p>The Ethiopian Airlines crash prompted a worldwide grounding of the 737 Max that lasted more than a year and triggered multiple investigations into Boeing’s safety culture and regulatory oversight.</p><p>Federal prosecutors later charged Boeing with misleading regulators about the Max's flight-control system, though in November, the federal judge in Texas overseeing the long-running criminal case approved a Justice Department request to dismiss it. Prosecutors reached an agreement with Boeing, requiring the company to invest an additional $1 billion in fines, family compensation and safety improvements.</p><p>Stumo’s family has been among the most outspoken relatives seeking accountability from Boeing and changes to federal aviation oversight. Her father, Michael Stumo, has publicly pressed Boeing, regulators and Congress over what families viewed as failures that allowed the 737 Max to keep flying after the first crash off the coast of Indonesia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ELCTYZVTS6FQA2X22PVQLHO4ZQ.jpg?auth=f39e1ba26aa277c21b7053b6fdb6bf54b2b8ba93cefeaceaa32cb2f82c221dcf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michael Stumo, holding a photo of his daughter Samya Stumo, and his wife Nadia Milleron, sit behind FAA Administrator Steve Dickson during a Senate Committee on Commerce, Science, and Transportation hearing on the implementation of aviation safety reform at the U.S. Capitol in Washington, Nov. 3, 2021. (AP Photo/Amanda Andrade-Rhoades, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Andrade-Rhoades</media:credit></media:content></item><item><title><![CDATA[Supreme Court preserves access to widely used abortion pill, while lawsuit plays out]]></title><link>https://www.local10.com/health/2026/05/14/supreme-court-preserves-access-to-widely-used-abortion-pill-while-lawsuit-plays-out/</link><guid isPermaLink="true">https://www.local10.com/health/2026/05/14/supreme-court-preserves-access-to-widely-used-abortion-pill-while-lawsuit-plays-out/</guid><dc:creator><![CDATA[By MARK SHERMAN, GEOFF MULVIHILL and MATTHEW PERRONE, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 01:17:51 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Thursday preserved women’s access to a drug used in the most common method of abortion, rejecting lower-court restrictions while a lawsuit continues.</p><p>The court’s order allows women seeking abortions to continue obtaining the drug, mifepristone, at pharmacies or through the mail, without an in-person visit to a doctor. Access is likely to remain uninterrupted at least until into next year as the case plays out, including a potential appeal to the high court.</p><p>The justices granted emergency requests from makers of mifepristone, who are appealing a federal appeals court ruling that would require women to see a doctor in person and halt delivery of mifepristone through the mail. The federal Food and Drug Administration, which first approved mifepristone for use in abortion in 2000, stopped requiring in-person visits five years ago.</p><p>Justices Clarence Thomas and Samuel Alito dissented, with Thomas writing that the two companies, Danco Laboratories and GenBioPro, are not entitled to the court's action to spare them “lost profits from their criminal enterprise.”</p><p>Anti-abortion groups, frustrated with President Donald Trump’s administration, are pushing the FDA to move faster with a review that they hope will result in restrictions on mifepristone, including blocking its prescribing via telehealth platforms. The Republican administration says the work takes time.</p><p>Earlier this week, FDA Commissioner Marty Makary resigned after months of criticism from Trump’s political allies, including abortion opponents.</p><p>Susan B. Anthony Pro-Life America and similarly aligned groups had called on Trump to fire Makary over the slow pace of the mifepristone review.</p><p>The court is dealing with its latest abortion controversy four years after its conservative majority overturned Roe v. Wade and allowed more than a dozen states to effectively ban abortion outright.</p><p>The case before the court stems from a lawsuit Louisiana filed to roll back the Food and Drug Administration’s rules on how mifepristone can be prescribed. The state claims that the policy undermines the ban there, and it questions the safety of the drug, which has repeatedly been deemed safe and effective by FDA scientists.</p><p>Alito, who wrote the opinion overturning Roe, agreed that the state's efforts have been thwarted by medical providers and private organizations that mail the pills to women in Louisiana, despite the abortion ban. Danco and GenBioPro “are obviously aware of what is going on yet nevertheless supply the drug and reap profits from its felonious use in Louisiana,” he wrote.</p><p>Thomas said those who mail the pills are in violation of the Comstock Act, a 19th-century law that has long gone unenforced and bans mailing any “article, instrument, substance, drug, medicine, or thing which is advertised or described in a manner calculated to lead another to use or apply it for producing abortion.”</p><p>Lower courts concluded that Louisiana is likely to prevail, and a three-judge panel of the 5th U.S. Circuit Court of Appeals ruled that mail access and telehealth visits should be suspended while the case plays out.</p><p>The drug is most often used for abortion in combination with another drug, misoprostol. Medication abortions accounted for nearly two-thirds of all abortions in the U.S. in 2023, the last year for which statistics are available.</p><p>Telehealth prescribers were prepared to switch to sending abortion patients a regimen that uses only misoprostol.</p><p>While Thursday’s ruling keeps the status quo in place for now, abortion-rights advocates warn that the case isn’t settled forever.</p><p>“We are relieved that access to mifepristone remains protected for now, but this should never have been on the table in the first place,” Serra Sippel, executive director of The Brigid Alliance, which helps coordinate and fund travel and other logistics to assist women traveling for abortion, said in a statement. “Patients and providers should not be forced to wait on court rulings to know whether people can access critical health care.”</p><p>The decision is “extremely disappointing” but not a defeat, said Gavin Oxley, a spokesperson for the anti-abortion advocacy group Americans United for Life. “The Supreme Court still has the opportunity to hear the case in full and bring justice to Louisiana,” he said.</p><p>The current dispute is similar to one that reached the court three years ago, when the justices blocked a 5th Circuit ruling in a suit filed by anti-abortion doctors and kept mifepristone widely available, over dissents from Alito and Thomas.</p><p>Then, in 2024, the high court unanimously dismissed the doctors’ suit, reasoning they did not have the legal right, or standing, to sue.</p><p>In the current dispute, mainstream medical groups, the pharmaceutical industry and Democratic members of Congress have weighed in cautioning the court against limiting access to the drug. Pharmaceutical companies said a ruling for abortion opponents would upend the drug approval process.</p><p>Debate over the safety of mifepristone has churned for more than 25 years. The FDA has eased a number of restrictions initially placed on the drug, including who can prescribe it, how it is dispensed and what kinds of safety complications must be reported.</p><p>Despite those determinations, anti-abortion groups have filed a series of petitions and lawsuits against the agency, generally alleging that it violated federal law by overlooking safety issues with the pill.</p><p>Trump’s administration has been unusually quiet at the Supreme Court. It declined to file a written brief recommending what the court should do, even though federal regulations are at issue.</p><p>The case puts the administration in a difficult place. Trump has relied on the political support of anti-abortion groups but has also seen ballot question and poll results that show Americans generally support abortion rights.</p><p>Both sides took the administration’s silence as an implicit endorsement of the appellate ruling.</p><p>___</p><p>Associated Press writer Ali Swenson contributed to this report from New York. Mulvihill reported from Haddonfield, N.J.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I462L6ZFC6OFGPUH4KZ3UDF7VQ.jpg?auth=44e1804046b7264d6e6cce0e314c52aec8c5cb29fa69148981e485d68391fe53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boxes of the drug mifepristone sit on a shelf at the West Alabama Women's Center in Tuscaloosa, Ala., March 16, 2022. (AP Photo/Allen G. Breed, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allen G. Breed</media:credit></media:content></item><item><title><![CDATA[Gobierno cubano informa que director de la CIA se reunió con sus pares cubanos en La Habana]]></title><link>https://www.local10.com/espanol/2026/05/14/gobierno-cubano-informa-que-director-de-la-cia-se-reunio-con-sus-pares-cubanos-en-la-habana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/gobierno-cubano-informa-que-director-de-la-cia-se-reunio-con-sus-pares-cubanos-en-la-habana/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ y ERIC TUCKER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 23:43:25 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — El director de la CIA, John Ratcliffe, se reunió con funcionarios cubanos, entre ellos el nieto del expresidente Raúl Castro, durante una visita de alto nivel a la isla el jueves, según informaron autoridades cubanas y estadounidenses.</p><p>Ratcliffe se reunió con Raúl Guillermo Rodríguez Castro, el ministro del Interior, Lázaro Álvarez Casas, y el jefe de los servicios de inteligencia cubanos, y abordaron temas de cooperación en materia de inteligencia, estabilidad económica y seguridad. Un funcionario de la CIA confirmó las reuniones a The Associated Press.</p><p>Ratcliffe estuvo allí “para transmitir personalmente el mensaje del presidente Donald Trump de que Estados Unidos está dispuesto a colaborar seriamente en temas económicos y de seguridad, pero solo si Cuba realiza cambios fundamentales”, declaró el funcionario de la CIA.</p><p>Un comunicado oficial de la isla caribeña, en tanto, indicó que el encuentro tuvo lugar “en un contexto caracterizado por la complejidad de las relaciones bilaterales” y en “aras de contribuir a un diálogo político”.</p><p>Las administraciones de ambos países han reconocido que mantienen conversaciones luego de un radical incremento de las tensiones binacionales y la imposición de un cerco energético por parte de Estados Unidos, considerada la más dura de las medidas dispuestas recientemente por el presidente Trump para presionar a un cambio político en Cuba.</p><p>Mientras Estados Unidos recalcó que Cuba no puede seguir siendo un “refugio seguro para adversarios en el hemisferio occidental”, la delegación cubana en la reunión con el director de la CIA insistió en que la isla no representa ninguna amenaza para la seguridad estadounidense. Los funcionarios cubanos también cuestionaron la continua inclusión del país en la lista estadounidense de países patrocinadores del terrorismo.</p><p>Rodríguez Castro se reunió previamente en secreto con el secretario de Estado estadounidense, Marco Rubio, en el marco de una cumbre de la Comunidad del Caribe en San Cristóbal y Nieves en febrero. Si bien nunca ha ocupado un cargo gubernamental, fue guardaespaldas de su abuelo y posteriormente jefe del equivalente cubano del Servicio Secreto.</p><p>La reunión del jueves se produce semanas después de que el gobierno cubano confirmara haberse reunido recientemente con funcionarios estadounidenses en la isla, en medio de las tensiones entre ambos países.</p><p>La tensión persiste debido al bloqueo energético estadounidense contra Cuba, país caribeño, y al colapso de su red eléctrica, que ha provocado el corte del suministro a sus provincias orientales. El bloqueo estadounidense de combustible a la isla ha agravado sus problemas económicos, con reducción de las horas de trabajo y deterioro de los alimentos debido a la avería de los refrigeradores.</p><p>A principios de esta semana, el Departamento de Estado estadounidense reiteró que proporcionará a Cuba 100 millones de dólares en ayuda humanitaria y apoyo para internet satelital “si el régimen cubano lo permite”.</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 canciller Bruno Rodríguez el jueves en su cuenta de X.</p><p>————-</p><p>Tucker reportó desde Washington DC.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5QBV4XOQT2ME5MR6YPFOSEH5RE.jpg?auth=fb3eb703854070a738a34642f7f0500dc373d617a4039505fe1b5d3b825d6d50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El director de la CIA, John Ratcliffe, escucha durante una reunión de gabinete en la Casa Blanca en Washington, el 26 de marzo de 2026. (AP Foto/Alex Brandon, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Congress moves to raise retirement age for Capitol Police as threats against lawmakers mount]]></title><link>https://www.local10.com/news/politics/2026/05/14/congress-moves-to-raise-retirement-age-for-capitol-police-as-threats-against-lawmakers-mount/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/14/congress-moves-to-raise-retirement-age-for-capitol-police-as-threats-against-lawmakers-mount/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 00:44:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Congress is working to increase the retirement age for U.S. Capitol Police officers as the number of threats to lawmakers continues to climb and the department struggles to recruit and retain enough officers.</p><p>Legislation passed unanimously by the Senate on Thursday would allow Capitol Police officers to apply to extend their service until age 62, while a bill passed by the House earlier this year would allow them to serve until age 65. That would raise the current age from 60 for officers who apply for waivers to work beyond the legal forced retirement age of 57 or after 20 years of service, whichever comes later.</p><p>Raising the age could help the Capitol Police force stem personnel shortages, which Chief Michael Sullivan told Congress earlier this year “span all operational units.”</p><p>“We have 300 officers right now that could say I’m done, I’m ready to walk away,” Sullivan told House, appropriators in March, as officers hit their age limit or 20 years of service. “That would be catastrophic for us.”</p><p>California Sen. Alex Padilla, the top Democrat on the Senate Rules Committee, authored the bipartisan bill with Senate Rules Committee Chairman Mitch McConnell, R-Ky. Padilla said the legislation is a modest step as increased security measures are put in place to address the rise in threats.</p><p>By keeping older officers on the force, Padilla said, “we’re talking about officers who have served for a long, long time and have a tremendous amount of institutional memory, experience and expertise."</p><p>“After bicameral and bipartisan discussions, I hope to see this measure signed into law,” Padilla said.</p><p>Nearly 60 sworn officers are already working on a retirement waiver, according to the House Administration Committee, more than double the size of a typical USCP recruitment class.</p><p>“No officer should be forced to retire when they can still do the job,” said Republican Rep. Bryan Steil of Wisconsin, the chairman of that panel.</p><p>Capitol Police has struggled to maintain officers</p><p>The Capitol Police has made improvements across the board since widespread security failures on Jan. 6, 2021, when the force was overwhelmed by thousands of President Donald Trump’s supporters who swarmed the grounds and broke into the building as they violently protested his defeat. Many officers left the department afterward, and retention and budget struggles remain.</p><p>The department’s budget request this year topped $1 billion for the first time as department leaders look to hire more officers and better protect members. Sullivan told lawmakers that the department has around 1,250 uniformed officers and needs 150 more to staff every post without paying overtime.</p><p>“I’m concerned with the overtime that we put on our folks every single day,” Sullivan said in the March oversight hearing. “There’s drafts on a consistent basis and it pushes the men and women that we have to the limit.”</p><p>Funding for the department’s protective intelligence, which protects members, is “very slim,” Sullivan said.</p><p>Sullivan said a number of officers have left the force for other federal agencies that have better benefits.</p><p>“There’s nothing keeping folks here,” he said.</p><p>Huge spike in lawmaker threats taxes police force</p><p>Part of the reason for the shortages is the increased need for member protection. Threats against lawmakers have more than doubled in the last five years.</p><p>According to the department, almost 15,000 threats were investigated against members of Congress in 2025, a 58 percent increase from 2024. Sullivan said that the number of threats in 2026 is on track to be even higher.</p><p>The department has overhauled its security measures for members, boosting security for lawmakers and their families in districts around the country, and is working with local police departments that it reimburses. A January report said the force has seen an increase in reporting after a new center was launched two years ago to receive and process threat reports.</p><p>Lawmakers in both parties receive a “wide range of threats,” the report said.</p><p>All of that requires more personnel and experience, Sullivan said.</p><p>“While we focus on those individuals at the beginning of their career, we also need to focus on that experience that’s at the end of their career,” he told lawmakers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VADYXIEPJCHSWG5LQ5LEO75SBQ.jpg?auth=aa891107007436e18297e68f1450b5f7ffcfc0d3eee95b0cff282d25ce90fa89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A U.S. Capitol Police officer stands guard as the Senate Armed Services Committee holds a hearing on the Department of Defense budget, on Capitol Hill, in Washington, Thursday, April 30, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content></item><item><title><![CDATA[Trabajador de jardinería recibe descarga de cable eléctrico en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/05/14/trabajador-de-jardineria-recibe-descarga-de-cable-electrico-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/trabajador-de-jardineria-recibe-descarga-de-cable-electrico-en-fort-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor, Ryan Mackey]]></dc:creator><description><![CDATA[Un jardinero fue hospitalizado a última hora de la mañana del jueves tras recibir una descarga eléctrica de un cable de alta tensión en Fort Lauderdale, según confirmaron los servicios de emergencia a Local 10 News.]]></description><pubDate>Thu, 14 May 2026 17:50:25 +0000</pubDate><content:encoded><![CDATA[<p>Un trabajador de jardinería fue hospitalizado el jueves en la mañana luego de recibir una descarga de un cable eléctrico con corriente en Fort Lauderdale, confirmaron rescatistas a Local 10 News.</p><p>Según funcionarios de Fort Lauderdale Fire Rescue, la víctima, un hombre de unos 70 años, trabajaba en un árbol en la cuadra 700 de Northeast 15th Court cuando ocurrió el incidente.</p><p>Los rescatistas trasladaron a la víctima al Broward Health Medical Center como alerta de trauma. Su condición exacta aún no ha sido divulgada.</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[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, Roy Ramos]]></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></item><item><title><![CDATA[Familia preocupada busca a joven autista de 18 años desaparecido]]></title><link>https://www.local10.com/espanol/2026/05/14/familia-preocupada-busca-a-joven-autista-de-18-anos-desaparecido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/familia-preocupada-busca-a-joven-autista-de-18-anos-desaparecido/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Los familiares de Jonathan Torres, un joven autista de 18 años originario de Texas, dicen que le encantaba la idea y el atractivo de Miami.]]></description><pubDate>Thu, 14 May 2026 21:09:29 +0000</pubDate><content:encoded><![CDATA[<p>Familia preocupada busca a joven autista de 18 años desaparecido</p><p>Familiares de Jonathan Torres, un joven autista de 18 años de Texas, dicen que le encantaba la idea y el atractivo de Miami.</p><p>Ahora creen que está desaparecido en algún lugar de la ciudad o sus alrededores.</p><p>La Policía de Miami Beach emitió una alerta de persona desaparecida para Torres, quien presuntamente se hospedó en un hotel cerca de Harding Avenue y 73rd Street la semana pasada.</p><p>“Está absolutamente enamorado de Miami”, dijo su abuela Michelle Lowe-Christensen. “Como persona autista, se obsesiona mucho”.</p><p>Lowe-Christensen está publicando videos que se han vuelto virales en TikTok sobre su nieto desaparecido. Ahora se encuentra en el sur de Florida para buscarlo.</p><p>Dijo a Local 10 News que Torres dejó su trabajo en un lavadero de autos a principios de la semana pasada y reservó un vuelo de último minuto a Miami, después de una escala en Denver.</p><p>Cuando Torres no llegó a la casa donde vive con su padre en Austin y nunca respondió llamadas telefónicas, la familia comenzó a rastrear su teléfono. Dijeron que también tienen acceso a sus iMessages y a su cuenta bancaria.</p><p>La familia dijo que el joven de 18 años es funcionalmente independiente, pero muy confiado.</p><p>“No siente miedo. Ve a todas las personas como amigables”, dijo Lowe-Christensen.</p><p>Creen que fue al Dadeland Mall el viernes y dijeron que los registros bancarios muestran que compró ropa.</p><p>Más tarde en la noche, su teléfono registró ubicación en el área de Brickell y luego en Downtown Miami la mañana del sábado, dijo Lowe-Christensen.</p><p>Las aplicaciones de rastreo dejaron de funcionar después de eso.</p><p>La Policía de Miami Beach pide a cualquier persona de la comunidad que reconozca a Torres que llame al (305) 673-7900.</p>]]></content:encoded></item><item><title><![CDATA[Víctima se recupera tras ataque con machete en North Miami]]></title><link>https://www.local10.com/espanol/2026/05/14/victima-se-recupera-tras-ataque-con-machete-en-north-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/victima-se-recupera-tras-ataque-con-machete-en-north-miami/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Un vídeo publicado recientemente muestra a la policía llegando al lugar de un presunto ataque con machete.]]></description><pubDate>Thu, 14 May 2026 21:03:42 +0000</pubDate><content:encoded><![CDATA[<p>Un video recién divulgado muestra a policías llegando a la escena de un presunto ataque con machete.</p><p>Ocurrió el domingo en la tarde en el área de Northeast 142nd Street y Sixth Avenue en North Miami.</p><p>La policía dijo que llegó al lugar y encontró a un hombre sangrando profusamente de una mano mientras sujetaba a otro hombre contra una cerca.</p><p>Según las autoridades, el hombre que sangraba, Bryant Toletino, es la víctima en este caso.</p><p>Incluso se le escucha diciéndole al sospechoso, Ariel Alvarez, de 31 años, que no actuara como la víctima.</p><p>La policía dijo que Toletino fue atacado por Alvarez con un machete.</p><p>Las autoridades dijeron que la víctima estaba visitando a un amigo y Alvarez estaba afuera del apartamento. Ambos se conocían del vecindario, dijeron los agentes.</p><p>Los dos hombres estaban conversando y luego Toletino dijo que Alvarez simplemente perdió el control.</p><p>La policía dijo que Alvarez les dijo que actuó en defensa propia, pero indicaron que el video de vigilancia contó otra historia.</p><p>Alvarez ahora enfrenta un cargo grave de agresión agravada con un arma mortal.</p>]]></content:encoded></item><item><title><![CDATA[Rory McIlroy has a bad finish for a rough start at the PGA Championship]]></title><link>https://www.local10.com/sports/2026/05/14/rory-mcilroy-has-a-bad-finish-for-a-rough-start-at-the-pga-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/rory-mcilroy-has-a-bad-finish-for-a-rough-start-at-the-pga-championship/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 20:59:06 +0000</pubDate><content:encoded><![CDATA[<p>NEWTOWN SQUARE, Pa. (AP) — The blister on Rory McIlroy's right pinky toe was the least of his worries Thursday in the PGA Championship. And it certainly didn't cause him as much pain as staring a scorecard that featured five bogeys over his last six holes.</p><p>He struggled mightily off the tee, a recipe for trouble at Aronimink. He was tentative over his putts, with three misses from the 7-foot range that could have made him feel a lot better.</p><p>The result was a 4-over 74 that left McIlroy chasing the wrong kind of history as the Masters champion goes for the second leg of the calendar Grand Slam. Not since the late Payne Stewart in 1989 has a player started the PGA Championship with a 74 and gone on to win.</p><p>The question by a PGA of America moderator when it was over sounded innocuous: “How would you describe your opening round?” The response was one word. A four-letter stinky word.</p><p>McIlroy had said earlier this week at Aronimink that “strategy off the tee is pretty nonexistent. It's basically bash driver down there and then figure it out from there."</p><p>He never quite figured it out Thursday.</p><p>McIlroy was hanging around par for so much of the day, right there with Jordan Spieth and Jon Rahm in his group, not bad golf given the testing conditions at Aronimink.</p><p>But he started missing fairways — a lot of them.</p><p>His lone bogey on his front nine came on the opening hole from the right rough — he managed to only get that scooting down the fairway. But the miss to the right on the par-4 fourth (his 13th of the day) cost him another bogey. He holed a 30-foot birdie putt on the par-3 fifth. All was well.</p><p>And then it wasn't.</p><p>“I missed the fairway right on 4, the fairway right on 6, the fairway right on 7, fairway right on 9,” he said. "From there, it’s hard. I didn’t have great angles, either. Then obviously you start missing it just off the edges of these greens, it gets tricky.</p><p>“I just got on that bogey train at the end.”</p><p>McIlroy also opened with a 74 at Quail Hollow in the PGA Championship last year, his first round as the Masters champion. The frustrations were different. A year ago, he was irritated about learning the face of his driver had become too thin to conform to regulations (and then even more irritated when the news was leaked to the media without context).</p><p>This was simply a weakness in his game he thought he had corrected.</p><p>“I’m just not driving the ball well enough. It’s been a problem all year for the most part,” McIlroy said. “I miss it right, and then I want to try to correct it. And then I’ll overdo it, and I’ll miss it left. It’s a little bit of back and forth that way. So that’s pretty frustrating, especially when I pride myself on driving the ball well.”</p><p>He hit only five of the 14 fairways. He was in the short grass on No. 1 after making the turn. He played from the rough the rest of the round. McIlroy was in the hay right of the seventh hole and could only manage to hack that across the fairway into more rough on the left, leaving him 15 feet for par that he didn't convert.</p><p>His final hole was the par-5 ninth, another drive that sailed right. From there, he put it in the worst spot — a bunker 67 yards from the pin — and barely got that onto the green, leaving him 70 feet a way for birdie. He ran that 8 feet by and missed it coming back.</p><p>As for that blister causing problems, McIlroy offered another one-word answer: “No.”</p><p>This was about his driver, mainly, which McIlroy felt good about after his final round Sunday in the Truist Championship, and the 12 holes of practice at Aronimink he played this week.</p><p>“I honestly thought I’d figured it out,” he said. “Just once I get under the gun, it just seems like it starts to go a little bit wayward on me.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HXWGF3QSQUU5JAK4SG6XKYTJO4.jpg?auth=305d3174f3a25005062ea986462b8de22101b32dcbfad721d7628fd8879740e9&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, hits from the rough on the ninth 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/WFCALR7GKJSXMDON45BWLHPF5U.jpg?auth=b9ce1467e64ee6dfed1ef4acfde6dd5b12ef87a100b59666ff9b2c066fdb2792&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, walks to green on the eighth 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/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/GO2BCRYMMJ277H4MWTS4KWNSRY.jpg?auth=b0f0ae6987f0916672787214d235afb642228763cf357fa66b1e2e95f290e028&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, 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/UW4PTNWPLSAV6D3ZTXFAPDX4WU.jpg?auth=ca96f5f32e7fcfaefe2546f754cd5e6db49a05d373b95fb99c9caa9e84c0a8b5&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, walks to green on the third 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></item><item><title><![CDATA[A timeline of events in the death penalty case of Richard Glossip]]></title><link>https://www.local10.com/news/national/2026/05/14/a-timeline-of-events-in-the-death-penalty-case-of-richard-glossip/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/14/a-timeline-of-events-in-the-death-penalty-case-of-richard-glossip/</guid><dc:creator><![CDATA[By RUSS BYNUM, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 22:53:42 +0000</pubDate><content:encoded><![CDATA[<p>On Thursday, former death row inmate Richard Glossip was freed from jail hours after he was granted bond by an Oklahoma judge while awaiting a new trial for a 1997 killing.</p><p>During his nearly 30 years behind bars, Glossip came so close to execution multiple times that he was served “last meals” on three separate occasions in 2015. He has long insisted he is innocent in the murder of his former boss, Oklahoma motel owner Barry Van Treese. The U.S. Supreme Court threw out his conviction and death sentence last year.</p><p>Here is a look at key events in Glossip's case and appeals.</p><p>Jan. 7, 1997: Barry Van Treese is beaten to death at an Oklahoma City motel that he owned. Two of his employees, Justin Sneed and Richard Glossip, are soon arrested in connection with the killing.</p><p>Aug. 14, 1998: Glossip is convicted of murder and sentenced to death. Prosecutors argue at his trial that Van Treese was killed in a murder-for-hire scheme. Motel handyman Sneed testified that he killed their boss after Glossip promised to pay him $10,000.</p><p>July 17, 2001: The Oklahoma Court of Criminal Appeals throws out Glossip's murder conviction and orders him a new trial.</p><p>Aug. 27, 2004: Glossip is sentenced to death again after second trial ends with a new murder conviction.</p><p>April 29, 2014: Oklahoma uses the surgical sedative midazolam for the first time during the execution of Clayton Lockett, who writhes and groans on the gurney. The execution process gets halted, but Lockett dies 43 minutes later. The state later blames an improperly placed intravenous line, not the new drug mix.</p><p>Nov. 20, 2014: Glossip’s scheduled execution is delayed to allow Oklahoma to obtain drugs and train staff on a new protocol.</p><p>Jan. 28, 2015: After Glossip has been served what is supposed to be his final meal, the U.S. Supreme Court halts his execution and those of two other Oklahoma prisoners while considering their legal challenge to the state's use of midazolam in executions.</p><p>June 29, 2015: A divided U.S. Supreme Court upholds Oklahoma’s use of midazolam during executions.</p><p>Sept. 15, 2015: For the second time, Glossip is served what is supposed to be his last meal: chicken fried steak with mashed potatoes and a dinner roll, fish and chips, a bacon cheeseburger and a strawberry malt.</p><p>Sept. 16, 2015: Hours before Glossip is scheduled for execution, the Oklahoma Court of Criminal Appeals grants him a two-week reprieve to review claims of new evidence supporting his innocence.</p><p>Sept. 29, 2015: For the third time, Glossip is served what is supposed to be his final meal: a medium pizza, two orders of fish and chips, a bacon cheeseburger and a strawberry malt.</p><p>Sept. 30, 2015: Prison officials are preparing to execute Glossip when Oklahoma's governor stays the procedure because one of the lethal drugs being used didn't match the state's execution protocol.</p><p>Oct. 2, 2015: The Oklahoma Court of Criminal Appeals, at the request of the state's attorney general, puts all executions on indefinite hold as officials review Oklahoma's execution procedures.</p><p>Feb. 13, 2020: Oklahoma announces plans to resume executions using a three-drug lethal injection protocol.</p><p>May 5, 2023: The U.S. Supreme Court again halts Glossip's execution, set for May 18, at the urging of Oklahoma's Republican attorney general, who has concluded Glossip's trial was “unfair and unreliable.”</p><p>Feb. 25, 2025: The U.S. Supreme Court throws out Glossip's murder conviction and death sentence, ruling prosecutors violated his right to a fair trial by allowing Sneed, their key witness, to give testimony they knew was false.</p><p>June 9, 2025: Oklahoma Attorney General Gentner Drummond says he plans to try Glossip again for murder. While agreeing his previous trial was unfair, Drummond says he doesn't believe Glossip is innocent.</p><p>May 14, 2026: An Oklahoma judge orders a $500,000 bond for Glossip, granting him a chance to leave jail while awaiting trial. Hours later, Glossip walks out of an Oklahoma City jail.</p><p>___</p><p>Bynum reported from Savannah, Georgia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R2LTMCMIAGJHRFSG3WL7PK5VSI.jpg?auth=36de85c4e16bfa5155dfafc5a3f1f8afb68bc96cd4dc84d51abaa2ab2038a783&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former death row prisoner Richard Glossip, center, exits a detention facility alongside his wife Lea Glossip, right, after being granted bond while awaiting retrial Thursday, May 14, 2026, in Oklahoma City. (AP Photo/Nick Oxford)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Oxford</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/37DTYTFGNFFQO5JLECTFVNGH5Q.jpg?auth=6b412561f4258088e6f24924c55f5a3256a41610a7e6618dfdd08e7b6fbbd445&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former death row prisoner Richard Glossip, center, speaks to media after exiting a detention facility after being granted bond while awaiting retrial Thursday, May 14, 2026, in Oklahoma City. (AP Photo/Nick Oxford)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Oxford</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJP5NEIRTNVZFAIUX5YFLNV3LA.jpg?auth=58aace6afc301f0e42647f4266faf67b0891cca56c2d68596eb7fe14fdbac44d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former death row prisoner Richard Glossip, center, exits a detention facility alongside his wife Lea Glossip, right, after being granted bond while awaiting retrial Thursday, May 14, 2026, in Oklahoma City. (AP Photo/Nick Oxford)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Oxford</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NAI6BN2ED6U2B5SLRGFJ6JCH6Q.jpg?auth=a6bb83f6a6b9a8b3da516aad6b8696c099ea194d4c24e9d525cbc2544f38722c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former death row prisoner Richard Glossip, center, exits a detention facility alongside his wife Lea Glossip, right after being granted bond while awaiting retrial Thursday, May 14, 2026, in Oklahoma City. (AP Photo/Nick Oxford)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Oxford</media:credit></media:content></item><item><title><![CDATA[Mineros se enfrentan con la policía durante una manifestación en la capital boliviana]]></title><link>https://www.local10.com/espanol/2026/05/14/mineros-se-enfrentan-con-la-policia-durante-una-manifestacion-en-la-capital-boliviana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/mineros-se-enfrentan-con-la-policia-durante-una-manifestacion-en-la-capital-boliviana/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 02:00:01 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — La policía y mineros artesanales que protagonizaban una protesta se enfrentaron el jueves en el centro de La Paz en una escalada de los conflictos sociales que asedia al presidente boliviano Rodrigo Paz.</p><p>La policía usó gases lacrimógenos para dispersar a los mineros que habían intentado ingresar por la fuerza a la plaza que alberga al Palacio de Gobierno. Los mineros respondieron detonando pequeñas cargas de dinamita en la segunda semana de protestas de diferentes sectores.</p><p>Miles de mineros llegaron hasta el centro de La Paz en reclamo de mayores áreas de trabajo y combustible y explosivos, entre otras exigencias, pero con el correr de las horas comenzaron a corear consignas pidiendo la renuncia del mandatario.</p><p>Paralelamente, maestros públicos de las zonas rurales lanzaron piedras y causaron destrozos en el Ministerio de Educación exigiendo aumentos a sus salarios. La policia también usó gases lacrimógenos para dispersarlos.</p><p>La Paz ha quedado aislada por los bloqueos y marchas.</p><p>Las protestas comenzaron por los campesinos e indígenas que reclamaban la derogación de una ley que permitía hipotecar sus tierras. La noche del miércoles el presidente promulgó una norma que anuló esa ley y pidió que se levanten las manifestaciones.</p><p>Por su parte, la Central Obrera de Bolivia (COB) — que en un inicio reclamaba un aumento de salarios— se sumó al pedido de renuncia del mandatario, al que acusa de no dar respuesta a la crisis.</p><p>Por la misma razón protestan campesinos aymaras conocidos como Ponchos Rojos que bloquean desde hace días carreteras y que la víspera protagonizaron una masiva marcha hacia la vecina ciudad de El Alto.</p><p>Por la noche, el vocero gubernamental José Luis Gálvez aseguró en conferencia de prensa que el mandatario no renunciará y explicó que ante pedidos de un estado de excepción el gobierno utilizaría “esas prerrogativas cuando sean pertinentes para garantizar la paz social”.</p><p>El gobierno acusa al expresidente Evo Morales (2006-2019) de estar detrás de las protestas y que están siendo financiadas por el narcotráfico.</p><p>Morales rechazó la acusación en su cuenta de X y aseguró que mientras “no se atiendan las demandas estructurales como combustible, comida, e inflación no se frenará la sublevación”.</p><p>Agregó que “los indignados están motivados por su conciencia social y por la bronca contra un gobierno que traicionó a sus electores y a la patria... Bolivia vive una rebelión de la gente que inclusive rebasó, inclusive, a sus dirigentes”.</p><p>El martes un grupo de seguidores de Morales, el primer presidente indígena de Bolivia, inició una marcha desde la localidad de Caracollo, a unos 190 kilómetros de La Paz, luego de conocerse una segunda orden de detención librada contra el exmandatario para que responda ante la justicia por el presunto abuso de una menor cuando ejerció el poder.</p><p>Mientras, la Iglesia católica convocó a los sectores y al gobierno a dialogar y se ofreció para mediar. Además de llamar a los protestantes a que en los puntos de bloqueo establezcan pausas humanitarias que permitan el paso de ambulancias, transporte público, alimentos, medicamentos, combustibles y de personas que necesitan atención o deben trasladarse por razones urgentes ante la escasez de alimentos.</p><p>El gobierno lamentó y responsabilizó a los bloqueos por la muerte de dos mujeres, una ciudadana oriunda de Belice y una boliviana, por falta de atención médica.</p><p>Paz asumió hace seis meses tras casi 20 años de gobiernos de izquierda, heredando la peor crisis económica en 40 años. Entre sus primeras medidas anticrisis levantó la subvención a los combustibles y el precio de la gasolina aumentó el doble impactando el costo de vida de los bolivianos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OZSYIW5SWILMVZ3AD4UBMLJCBQ.jpg?auth=06cf4c3c572f7bc1304a91186243f35620b36c2be775aa8690d5da46081d17da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mineros artesanales se enfrentan a la policía exigiendo acceso a las zonas mineras ampliadas en La Paz, Bolivia, el jueves 14 de mayo de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6LRNLL3IHNU6XXLS4XQQB7J67Y.jpg?auth=ddb44774d0984605d6ea0d423a0c523703ccbdd595f74ea2337b769408d63d23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mineros artesanales marchan durante una protesta para exigir acceso a zonas mineras ampliadas en La Paz, Bolivia, el jueves 14 de mayo de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4JVSXC4MTTFJJ7QIMS6V7NJVFU.jpg?auth=cb1720bef4014db44154d3eed44e13f6ce6711ca2ed593ed0bf57fa23818db3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indígenas aymaras marchan durante una protesta antigubernamental en El Alto, Bolivia, el miércoles 13 de mayo de 2026. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[Bryson DeChambeau fails to stay in contention with 6-over 76 in long day at PGA Championship]]></title><link>https://www.local10.com/sports/2026/05/14/bryson-dechambeau-fails-to-stay-in-contention-with-6-over-76-in-long-day-at-pga-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/bryson-dechambeau-fails-to-stay-in-contention-with-6-over-76-in-long-day-at-pga-championship/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 20:40:26 +0000</pubDate><content:encoded><![CDATA[<p>NEWTOWN SQUARE, Pa. (AP) — Bryson DeChambeau's attempted climb up the PGA Championship leaderboard took a serious detour when his tee shot on No. 2 plopped on the stairs of a hospitality tent.</p><p>DeChambeau wasn't sure how to play that shot, telling officials, “I'm so confused right now.”</p><p>Confused by the lie, confounded by the course, DeChambeau is on the brink of missing the cut of his second straight major following his breakdown at the Masters.</p><p>DeChambeau, a two-time U.S. Open champion, was a disaster in his opening round at Aronimink Golf Club and shot a 6-over 76, about six weeks after Amen Corner put him through the wringer again at the Masters.</p><p>Take the eighth hole at Aronimink.</p><p>DeChambeau flubbed a pitch from the rough so badly that the ball landed short of the green and rolled right back to his feet on the closely mown area around the putting surface.</p><p>The initials on his yardage book seemed to sum up DeChambeau's day.</p><p>B.A.D.</p><p>This 76 is his worst score to par ever in the PGA Championship. This is the fifth time he shot 4-over or higher in the first round of a major. He made the cut in two instances, the 2018 U.S. Open and 2021 Masters.</p><p>His round over, DeChambeau headed straight to the scoring tent, and he then stormed through the parking lot and to the driving range.</p><p>DeChambeau pounded ball after ball, stopping after most shots to review his form on the mobile phone video shot by a member of his team. He did not speak to the media.</p><p>DeChambeau, one of the main players in LIV Golf, might not rush to add video from the range or the bulk of his shots at Aronimink to his YouTube channel. He's a hit on the platform, registering millions of views while he pals around on the course with Stephen Curry, Adam Sandler and Kevin Hart, and his Break 50 series has helped him earn more than 2.7 million subscribers and growing to his channel.</p><p>The good times haven't extended to the majors.</p><p>He's missed the cut in three of his last five Masters and is going to need a terrific rebound on Friday to have any shot at spending the weekend in suburban Philadelphia.</p><p>What hasn't faded is his popularity.</p><p>Not even his much-derided and debated departure to LIV has dampened the enthusiasm for DeChambeau and his lethal driver. His tee shot on No. 4 seemed to fly as high as the Goodyear Blimp that flew overhead the hole and had fans rooting him on — "He smoked that thing!" — as he walked to find his ball.</p><p>He averaged nearly 336 yards on his drives, yet the short game failed him.</p><p>On the 11th hole, he tapped a putt that rolled and rolled and rolled some more until it landed almost off the green. DeChambeau finished with one of his six bogeys on the round, including a double-bogey on eight.</p><p>DeChambeau had a bit of a wait on No. 8 for the group ahead of him to finish. He folded his arms, stared straight ahead and could only search for answers. He snacked on beef jerky but not even a quick snack could help him snap into a successful end to this hole.</p><p>Funny thing, DeChambeau actually two-putted after his ball found the bottom stair of the staircase off the second hole and he saved par.</p><p>He couldn't save much else, though he finished the round with his lone birdie of the day on the par-5 ninth.</p><p>DeChambeau is in the final year of his LIV contract and the rival league to the PGA Tour faces a murky future now that Saudi Arabia's Public Investment Fund has pulled its financial backing. Even if the league doesn't fold, could it find another investor willing to scrape up the cash needed to keep a talent like DeChambeau?</p><p>DeChambeau said earlier this month that “egos would need to get dropped” by the PGA Tour and LIV officials if there was going to be reconciliation in the golf world.</p><p>DeChambeau, who won LIV Golf events in Singapore and South Africa earlier this year, could simply step back and focus on social media content and playing the four majors if he fails to re-sign with LIV or find a path back to the PGA.</p><p>Ratings for the LIV Tour have been anemic, meaning most people see DeChambeau four times a year — at the majors.</p><p>DeChambeau gears his content toward a younger audience, and Aronimink fans packed the tee box area and lined the ropes rows deep to catch a rare glimpse of him in the Northeast, though one grumbled after the end of the round, “I hope he can fist bump better than he can play golf.”</p><p>His future in limbo, DeChambeau could find himself with two extra days to film content for his YouTube channel — he posted a PGA practice round to social media — if he can't figure out a way into the weekend.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/54ROR5X6KO5UMU2EDUTDAEZOFI.jpg?auth=8ff164698ec6a59c2899fc1b221836c1b74ad65cea4764889a913c7730923dbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bryson DeChambeau 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/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/DZQ4E7TXITXEVYQPZCN3LHFTSI.jpg?auth=3bffea80eb375b9a4a6c326a95854531cc03ac48cfda3a0893d26278017b55bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bryson DeChambeau makes a putt 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/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Georgia safety Ja’Marley Riddle arrested on drug, speeding charges]]></title><link>https://www.local10.com/sports/2026/05/14/georgia-safety-jamarley-riddle-arrested-on-drug-speeding-charges/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/georgia-safety-jamarley-riddle-arrested-on-drug-speeding-charges/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 20:39:47 +0000</pubDate><content:encoded><![CDATA[<p>Georgia safety Ja'Marley Riddle was arrested last week on two felony counts of possession of a controlled substance and a misdemeanor speeding charge, according to a police report obtained by WGIG 98.7 FM.</p><p>Riddle, who transferred to Georgia from East Carolina ahead of the upcoming season, was observed weaving through traffic at roughly 95 miles per hour on Friday night in an SUV, according to the report. Glynn County police officers stopped Riddle and noted nervous behavior and an odor of marijuana coming from the vehicle.</p><p>The report detailed Riddle's compliance as police discovered a bag inside a backpack containing “a large amount of multicolored packaging, some with a leafy substance stating marijuana, and some containing vapes stating THC.”</p><p>Riddle was charged with two felony counts related to marijuana and controlled substances, according to the report.</p><p>The Glynn County Police Department didn't immediately respond to an information request from The Associated Press.</p><p>“We are aware of the charges and are actively gathering additional information," a spokesperson for the football team told the AP. "As this is an ongoing legal matter, we will not be providing further comment at this time."</p><p>Riddle had 133 total tackles, 10 pass deflections, and six interceptions, including one pick-six, over two seasons at East Carolina.</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up here. AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WWXDAZ35MH367BQ26UI7KI4EFY.jpg?auth=685d9633188e47c1bcddc924b8737a2bb504fee3f2b852d4dd7874b1c438c412&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - East Carolina's Ja'Marley Riddle (2) helps with a tackle during the second half of an NCAA college football game against North Carolina State in Raleigh, N.C., Aug. 28, 2025. (AP Photo/Karl DeBlaker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content></item><item><title><![CDATA[Justice Department accuses Yale medical school of illegally using race in admissions]]></title><link>https://www.local10.com/news/national/2026/05/14/justice-department-accuses-yale-medical-school-of-illegally-using-race-in-admissions/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/14/justice-department-accuses-yale-medical-school-of-illegally-using-race-in-admissions/</guid><dc:creator><![CDATA[By DAVE COLLINS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 22:52:51 +0000</pubDate><content:encoded><![CDATA[<p>The Justice Department on Thursday accused Yale University of illegally considering race in admissions to its medical school — the second institution to face discrimination allegations by the federal agency this month.</p><p>In a letter to a lawyer for Yale, Harmeet Dhillon, assistant attorney general for civil rights, said a DOJ investigation found that Black and Hispanic students have a much higher chance of admission to the medical school than white or Asian students, despite having lower grade-point averages and lower test scores.</p><p>“Yale has continued its race-based admissions program despite the Supreme Court and the public’s clear mandate for reform,” Dhillon said in a statement. “This Department will continue to shed light on these illegal practices, and demand that institutions of higher education comply with federal law.”</p><p>The university replied in a statement that its School of Medicine “is confident in the rigorous admissions process we follow,” and it will review the Justice Department letter.</p><p>“The students admitted to Yale School of Medicine demonstrate exceptional academic achievement and personal commitment; its program of medical education encourages curiosity and critical thinking, and its graduates go on to become leaders in clinical care, research, and public service,” the school said.</p><p>Since President Donald Trump returned to office last year, his administration has been putting pressure on universities to stop using race as a basis for admission, which conservatives view as illegal discrimination. And a U.S. Supreme Court decision in 2023 banned the use of affirmative action in college admissions, in cases involving Harvard and the University of North Carolina.</p><p>Last week, the Justice Department notified the University of California, Los Angeles, that its medical school illegally considered race in admissions.</p><p>In the letter to Yale, Dhillon alleged the New Haven, Connecticut, school was violating Title VI of the Civil Rights Act of 1964 prohibiting discrimination and said the DOJ is seeking to enter into a voluntary resolution agreement with the university. She also noted in the letter that the agency has the authority to take the school to court to enforce Title VI if it cannot obtain compliance through voluntary means.</p><p>The DOJ cited differences in grade-point averages and standardized test scores as evidence of racial preferences in the incoming classes of 2023, 2024 and 2025. In Yale’s most recent class, Black students had a median GPA of 3.88 and a median MCAT score in the 95th percentile, compared to Asian students who had a median GPA of 3.98 and white students with a 3.97 median GPA. Both Asian and white students of that class had median MCAT scores in the 100th percentile.</p><p>“Based on our preliminary review of the applicant-level data, Yale’s use of race resulted in a Black applicant being as much as 29 times higher odds of getting an interview for admission than an equally strong Asian applicant with similar academic credentials,” Dhillon's letter said.</p><p>The Justice Department also described Yale’s use of a holistic admissions process as a means for the school to consider race.</p><p>The letter also cited Yale’s amicus brief in the Student for Fair Admissions lawsuit that led to the 2023 Supreme Court ruling on affirmative action, where the school said it would not be able to maintain diverse classes without explicit consideration of race. The department said the fact that Yale was able to maintain similarly diverse classes despite that brief as evidence that the school had engaged in race discrimination.</p><p>Dhillon wrote that the lack of any change in Yale's admissions outcomes after the Supreme Court ruling showed "a willful failure to comply with that decision.”</p><p>In March, a coalition of 17 Democratic state attorneys general filed a lawsuit challenging a Trump administration policy that requires higher education institutions to collect data showing they aren’t considering race in admissions.</p><p>____</p><p>Associated Press writer Annie Ma in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CDTVC2NZH7AYGFYNDF3YPWALV4.jpg?auth=3abf575020c418348bbd195eedee569b9eb251aced1235ce8b3e864155163a75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman walks by a Yale sign reflected in the rainwater on the Yale University campus in New Haven, Conn., Aug. 22, 2021. (AP Photo/Ted Shaffrey, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content></item><item><title><![CDATA[Autoridades investigan después de que hombre fuera trasladado al hospital tras ser baleado en Broward]]></title><link>https://www.local10.com/espanol/2026/05/14/autoridades-investigan-despues-de-que-hombre-fuera-trasladado-al-hospital-tras-ser-baleado-en-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/autoridades-investigan-despues-de-que-hombre-fuera-trasladado-al-hospital-tras-ser-baleado-en-broward/</guid><dc:creator><![CDATA[Samiar Nefzi, Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre fue hospitalizado el jueves tras ser baleado en el condado de Broward.]]></description><pubDate>Thu, 14 May 2026 19:50:51 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue hospitalizado el jueves luego de ser baleado en el condado Broward, según los investigadores.</p><p>Las autoridades dijeron que operadores del 911 recibieron una llamada alrededor de las 11:45 a.m. reportando que un hombre había sido baleado y se dirigía hacia un hospital.</p><p>Agentes respondieron y localizaron a la víctima al norte de Sheridan Street y 56th Avenue en Hollywood. Funcionarios dijeron que el hombre sufría una herida de bala.</p><p>Broward Sheriff Fire Rescue trasladó a la víctima a un hospital local con heridas que no fueron consideradas de gravedad, dijeron las autoridades.</p><p>Según los investigadores, la balacera pudo haber ocurrido cerca de Mary Saunders Park en West Park.</p><p>Detectives de la Unidad de Crímenes Violentos de BSO investigan las circunstancias de la balacera.</p><p>No se divulgaron de inmediato más detalles sobre la víctima.</p><p>Cualquier persona con información sobre la balacera debe llamar a Broward Crime Stoppers al 654-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[James Harden, still learning new role, helps Cleveland get 1 win away from East finals]]></title><link>https://www.local10.com/sports/2026/05/14/james-harden-still-learning-new-role-helps-cleveland-get-1-win-away-from-east-finals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/james-harden-still-learning-new-role-helps-cleveland-get-1-win-away-from-east-finals/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 20:25:59 +0000</pubDate><content:encoded><![CDATA[<p>This may as well have been called The James Harden Experience.</p><p>In the span of 22 seconds during overtime of Game 5 of the Eastern Conference semifinals against the Detroit Pistons on Wednesday night, Harden did all this for the Cleveland Cavaliers — made a free throw, missed a free throw, blocked a shot, got a rebound and threw the ball away.</p><p>None of it seemed to faze him, which is quintessential Harden.</p><p>“He never wavered,” Cavaliers coach Kenny Atkinson said. “He has a bad game, good game, you can’t even tell. So, I think his mentality — he’s seen so much, been through so many of these series — he’s a heck of a leader.”</p><p>This is why Cleveland made the decision to go get Harden in a trade three months ago. He was going to make them better, tougher, more playoff-ready. The numbers, to this point, say they're on to something.</p><p>Thanks largely to the bearded man who has been to the playoffs in each of his 17 NBA seasons, they're one win away from the East finals. They could get there with a win over the Pistons in Game 6 of their series on Friday night, in Cleveland. It bears noting that Harden's three best games of the series have been the last three games — all of them wins by the Cavaliers.</p><p>“He's a pro's pro,” Cavaliers guard Max Strus said after the Game 5 win, one where Harden led the Cavaliers with 30 points despite missing seven of his final eight shots from the field during the fourth quarter and overtime.</p><p>“He shows up every single day," Strus said. "He puts (an) amount of work in. You don’t become one of the best players the game has ever seen without showing up every single day. I think that’s one thing that I’ve noticed from him is the consistency, whether that’s in the weight room, whether that’s in taking care of your body, whether it’s in getting shots up. He’s a Hall of Famer in that regard and that’s why he is who he is — because he consistently puts in the work.”</p><p>The numbers show how Harden has so much value to the Cavaliers. In these playoffs, they are:</p><p>— 5-1 when he scores at least 22 points (2-4 otherwise).</p><p>— 4-0 when he shoots at least 44% (3-5 otherwise).</p><p>— 5-0 when he has at least seven field goals (2-5 otherwise).</p><p>— 6-1 when he has at least three 3-pointers (1-4 otherwise).</p><p>Has it always been smooth? It has not. Harden still turns the ball over often, although that's sometimes a misunderstood stat because the guys with the ball in their hands more than others are simply going to turn it over more than most people. He's three points away from tying Stephen Curry for 10th on the all-time playoff scoring list (which is good), and one turnover away from tying Shaquille O'Neal for the second-most giveaways in the playoffs in this format that goes back to 1984 (which is not so good).</p><p>In fairness, Harden is judged differently than many players. It comes with the territory — 17 years in the league, 17 playoff appearances, extremely well-paid, extremely well-decorated when it comes to awards, and zero NBA titles. But also, in the interest of fairness, he's finding ways to make things work with Cleveland despite being put in a role very different than the one he's been playing for some time.</p><p>“This is new for me. I’ve only been here two and a half months,” Harden said. “So, the things that we are going through is all new.”</p><p>He's had to be a second option in Cleveland, the Robin to Donovan Mitchell's Batman. Such adjustments are not easy to make. Harden has been trying to do so seamlessly ever since the trade happened — and Cleveland is one win away from the NBA's final four for the first time since 2018 (and in the non-LeBron James era, the first time since 1992).</p><p>“I think we’re building in the right direction,” Harden said. “And throughout that process, there’s going to be some times where we don’t look as great, but I think overall we've all got the right mindset of wanting to help each other be better. And I think we’re finding that.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4RCYW4K2LWVVMYE2VU6PMKDZPU.jpg?auth=950bacb3019c0a3d5e760fc46a5ddd7e4527bc8c04870879faf89116d820757c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Cavaliers guard James Harden goes to the basket against the Detroit Pistons during the second half in Game 5 of a second-round NBA playoffs basketball series, Wednesday, May 13, 2026, in Detroit. (AP Photo/Duane Burleson)]]></media:description><media:credit role="author" scheme="urn:ebu">Duane Burleson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KE2CLR35H67OVQAE4QCPWBZZVA.jpg?auth=ed6e62bb07046097d7c8b67f839066da57d05522cc98648eacc870ffad5a66c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Pistons guard Ausar Thompson (9) passes the ball against Cleveland Cavaliers guard James Harden (1) during the first half in Game 5 of a second-round NBA playoffs basketball series, Wednesday, May 13, 2026, in Detroit. (AP Photo/Duane Burleson)]]></media:description><media:credit role="author" scheme="urn:ebu">Duane Burleson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/27MOKLLXSX3ZCPVPXBJVCE33WE.jpg?auth=e0f85e2c1f7be48f906559bbb2d7dcbc5d8304cbb66f91625820a21fd02c9496&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Cavaliers guard James Harden (1) knocks the ball out of the hands of Detroit Pistons forward Tobias Harris (12) while going to the basket during the first half in Game 5 of a second-round NBA playoffs basketball series Wednesday, May 13, 2026, in Detroit. (AP Photo/Duane Burleson)]]></media:description><media:credit role="author" scheme="urn:ebu">Duane Burleson</media:credit></media:content></item><item><title><![CDATA[Trump administration aims to roll back limits on toxic wastewater from coal-fired power plants]]></title><link>https://www.local10.com/business/2026/05/14/trump-administration-aims-to-relax-limits-on-toxic-wastewater-from-coal-fired-power-plants/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/14/trump-administration-aims-to-relax-limits-on-toxic-wastewater-from-coal-fired-power-plants/</guid><dc:creator><![CDATA[By MARC LEVY, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 22:26:16 +0000</pubDate><content:encoded><![CDATA[<p>HARRISBURG, Pa. (AP) — The U.S. Environmental Protection Agency moved Thursday to roll back limits that require coal-fired power plants to prevent the release of toxic heavy metals into streams and rivers through polluted groundwater, saying a three-year-old rule is unduly costly for the energy industry at a time when energy demand is spiking.</p><p>It is the latest step that President Donald Trump's administration has taken to pull back regulations on coal mining and coal-fired power and empower fossil fuels as a primary energy source to feed the rapid growth of artificial intelligence data centers.</p><p>In its proposed rule, the EPA said a 2024 rule under President Joe Biden misjudged the effectiveness and cost of the regulation, and had the effect of shutting down coal-fired power plants at a time when energy demand is spiking.</p><p>Changing the rule is critical to making electricity more affordable and reliable, while advancing the economy, EPA Administrator Lee Zeldin said in a statement.</p><p>“The AI and data center revolution is creating an electricity and baseload power demand that cannot be met under the overly restrictive policies of past administrations,” Zeldin said. “The Trump EPA will continue doing its part to address these burdensome regulations on the coal-fired power plant sector that hold American communities back from the new opportunities presented by this new 21st century energy reality.”</p><p>In 2024, the EPA strengthened wastewater rules over coal-fired power plants that keep coal ash — a byproduct of burning coal — in unlined, uncovered dumps that leach toxic heavy metals such as mercury, arsenic and selenium into groundwater.</p><p>In the rule, the EPA required plant owners to report whether the groundwater was contaminated and, if so, pump and treat the contaminated groundwater before discharging it into streams and rivers, Thom Cmar, an attorney for environmental advocacy group Earthjustice, said.</p><p>The EPA initially had given power plant owners until Dec. 31, 2029, to meet the new limits.</p><p>The EPA said the rule proposed Thursday, if finalized, would reduce power generation costs by as much as $1.1 billion a year. Coal and power industry trade associations cheered the EPA's move. Environmental groups slammed it as a public health danger and giveaway to the coal-power industry.</p><p>Earthjustice said the lakes, rivers and other waterways that will see more pollution as a result of the EPA’s proposal are often sources of drinking water that tens of millions of people rely on. Coal-fired power plants are by far one of the largest sources of toxic pollutants in America’s rivers, lakes and streams, Earthjustice said.</p><p>“This plan would eliminate safeguards on hundreds of millions of pounds of wastewater with neurotoxins and cancer-causing contaminants. It would allow coal power plants to avoid cleaning up contamination that threatens our drinking water sources," Cmar said.</p><p>The proposal unveiled Thursday would exempt contaminated groundwater seeping into waterways from the mandatory treatment requirements, Earthjustice said. Power plant owners would only be required to treat the contaminated groundwater if they were already complying with the 2024 rule to pump it to the surface to treat it, Earthjustice said.</p><p>States could, however, still investigate whether power plants are polluting the groundwater and, if they are, try to force owners to treat the polluted groundwater under federal clean water laws, Cmar said.</p><p>“The problem is, at the state level, many states are reluctant to use that tool that they all have to hold up the permitting process and force the companies to do an adequate job of documenting and limiting the pollution,” Cmar said.</p><p>The EPA said dozens of coal-fired power plants — likely up to 104 — are polluting groundwater through the uncontrolled runoff. It found seven plants were complying with the rule to pump and treat the groundwater, it said.</p><p>The EPA had estimated in 2024 that its new rule that year would reduce pollutant discharges by 660 to 672 million pounds per year, provide $3.2 billion in public health benefits each year and especially benefit “low-income communities and communities of color that are disproportionately impacted by pollution from coal-fired power plants.”</p><p>It had projected that electricity bills for the average residential household would increase by less than $3.50 per year.</p><p>___</p><p>Follow Marc Levy at http://twitter.com/timelywriter</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5FTPFVM2ZVIJFNPYA5E2XWP4OQ.jpg?auth=06beca7ff04a62b9130bcda1cb59330e0e85cfb8b22b428ed6f2057c5a490290&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Environmental Protection Agency administrator Lee Zeldin, testifies to the Senate Appropriations subcommittee on Interior, Environment and related agencies on the budget request for the EPA, on Capitol Hill, Wednesday, May 13, 2026, in Washington. (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[From Cisco to Block, more companies are pointing to AI when unveiling job cuts]]></title><link>https://www.local10.com/business/2026/05/14/from-cisco-to-block-more-companies-are-pointing-to-ai-when-unveiling-job-cuts/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/14/from-cisco-to-block-more-companies-are-pointing-to-ai-when-unveiling-job-cuts/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 20:12:29 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Layoffs have been piling up recently, especially in the tech world. And the words “artificial intelligence” are accompanying more and more notices about the cuts.</p><p>That's unnerving workers across sectors, with many fearing what the rapid adoption of AI will mean for their job prospects. Even if AI isn't replacing people directly, some businesses have announced reductions as they redirect money to the technology or tout new ways to streamline operations — raising alarm about what might be left over for payrolls and future openings.</p><p>But corporate explanations are often very vague. AI is rarely the sole reason companies cite when taking layoffs, with most still pointing to wider corporate restructuring or macroeconomic headwinds. Some executives have also suggested that, while they’re making cuts to move around resources now, AI and its demand could open up new roles down the road. Still, it’s hard to know if that’s the real driver or just the message a business wants to tell Wall Street.</p><p>Regardless, here are some companies that have announced layoffs recently while at least nodding to the role of AI along the way.</p><p>Cisco</p><p>On Wednesday, Cisco Systems announced plans to cut under 4,000 jobs, or about 5% of its workforce. The announcement arrived the same day the tech giant unveiled record revenue for its third fiscal quarter, amid soaring demand for its AI tools and infrastructure.</p><p>CEO Chunk Robbins told employees in a memo that “the companies that will win in the AI era will be those with focus, urgency, and the discipline to continuously shift investment" — and that meant “making hard decisions.” But he said Cisco would also help employees impacted by the cuts find new opportunities, “whether internal or external.”</p><p>Block</p><p>Financial services provider Block in February moved to lay off more than 4,000 of its 10,000 plus employees. And the parent of payment platforms like Square and Cash App was vocal about reconfiguring to capitalize on AI.</p><p>“The core thesis is simple. Intelligence tools have changed what it means to build and run a company,” CEO Jack Dorsey said in a letter to shareholders at the time. “A significantly smaller team, using the tools we’re building, can do more and do it better."</p><p>Dow</p><p>Not only tech companies have pointed to AI when initiating layoffs. In January, chemicals maker Dow, Inc. announced plans to cut about 4,500 jobs — as part of broader push to “streamline” operations. That included putting more emphasis on AI and automation.</p><p>Pinterest</p><p>Also in January, Pinterest said it would lay off under 15% of its workforce as the company pivots more of its money to AI. The image-sharing platform said the cuts were part of broader “transformation initiatives” — which included reallocating the company’s resources to AI-focused roles and prioritizing AI-powered products.</p><p>Lufthansa Group</p><p>Last fall, Lufthansa Group said it would shed 4,000 jobs by 2030 — pointing to the adoption of AI, digitalization and consolidating work among member airlines.</p><p>Cuts at Meta and other big names arrive amid broader AI ramp-up</p><p>While perhaps not explicitly mentioning or tying the technology to recent layoff announcements, a host of other big names — including Meta, Microsoft and Amazon — are also cutting thousands of jobs while investing billions of dollars toward AI.</p><p>Meta, for example, plans to lay off about 8,000 workers, or about 10% of its workforce, starting next week. When announcing the cuts last month, the Facebook owner more broadly cited the need to offset certain investments and broader efficiency.</p><p>Still, the move arrives as Meta continues to ramp up spending on AI infrastructure and highly-paid AI expert hires. And earlier this year, CEO Mark Zuckerberg said 2026 will be when, “AI starts to dramatically change the way that we work.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RHZCBAONJBSTBNOZBYZEAS35BQ.jpg?auth=923c6d5ed5e7f440f88685bf795ed858d444b95e9e378ba896af849b8f419e96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cisco logo is seen at the Mobile World Congress 2023 in Barcelona, Spain, March 2, 2023. (AP Photo/Joan Mateu Parra, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Mateu Parra</media:credit></media:content></item><item><title><![CDATA[Inflación le da una tregua a Milei en abril y desacelera por primera vez en diez meses]]></title><link>https://www.local10.com/espanol/2026/05/14/inflacion-le-da-una-tregua-a-milei-en-abril-y-desacelera-por-primera-vez-en-diez-meses/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/inflacion-le-da-una-tregua-a-milei-en-abril-y-desacelera-por-primera-vez-en-diez-meses/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 20:06:56 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — La inflación le dio una tregua al gobierno del presidente Javier Milei en abril al registrarse una desaceleración de los precios por primera vez en los últimos diez meses.</p><p>El Instituto Nacional de Estadísticas y Censos (INDEC) reportó el jueves una inflación de 2,6% en el cuarto mes del año y una variación interanual de 32,4%. En lo que va de 2026, los precios acumulan un alza de 12,3%.</p><p>En marzo el Índice de Precios al Consumidor (IPC) había marcado 3,4% mensual, el más alto en un año, y una variación interanual de 32,6%.</p><p>El nuevo dato es la primera buena noticia que recibe el mandatario ultraliberal para su plan de ajuste anti-inflacionario desde que en julio pasado (1,9%)el IPC empezó a subir a ritmo constante.</p><p>“Retornando a la normalidad”, celebró el mandatario tras conocerse el dato oficial. Destacó que “la inflación retoma el sendero decreciente” a pesar de la oposición y sectores del empresariado disgustados por la apertura económica que permitió un aluvión de importaciones, a los que acusó de boicotear su programa económico.</p><p>Según el INDEC, el rubro de mayor impacto el IPC de abril fue Transporte (4,4%), en el marco de proceso de corrección de tarifas de servicios públicos a partir de un recorte en los subsidios. En cambio, alimentos y bebidas no alcohólicas (1,5%) registraron las menores variaciones.</p><p>El último Relevamiento de Expectativas de Mercado (REM) que publica el Banco Central prevé que la desaceleración de precios continuará en mayo</p><p>En un informe de política monetaria que realiza el Banco Central, se estima que en mayo continuará la tendencia hacia una desaceleración de la inflación, en gran medida por una estabilización del precio de la carne, que en los primeros meses del año registró subas promedio del 20%.</p><p>Sin embargo, la autoridad monetaria advirtió sobre “la incertidumbre global que puede traducirse en una mayor presión inflacionaria internacional”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WO33557CJNQ5ZBILPXEHP6TISI.jpg?auth=d73cdd1c6b7fd993b3dd1c045149f02244144bb266d181d01f961a2bf3fa19b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Argentina, Javier Milei, habla en la Universidad Yeshiva el lunes 9 de marzo de 2026 en Nueva York. (AP Foto/Kena Betancur)]]></media:description><media:credit role="author" scheme="urn:ebu">Kena Betancur</media:credit></media:content></item><item><title><![CDATA[Powell's tenure as Fed chair marked by fight for independence while trying to tame inflation]]></title><link>https://www.local10.com/news/2026/05/15/powells-legacy-at-the-fed-to-be-shaped-by-his-misjudging-inflation-and-standing-up-to-trump/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/15/powells-legacy-at-the-fed-to-be-shaped-by-his-misjudging-inflation-and-standing-up-to-trump/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description></description><pubDate>Fri, 15 May 2026 13:36:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — When Jerome Powell was sworn in as chair of the Federal Reserve eight years ago, economists worried that inflation and interest rates were too low and that too few Americans had jobs.</p><p>Now, as Powell steps down from the post after eight tumultuous years, the U.S. economy is transformed: Inflation soared after the pandemic and has remained above the Fed's 2% target for more than five years, angering voters and making rents, cars, and groceries harder to afford. The Fed's key short-term rate rose to a two-decade high in 2023, even as unemployment fell to a half-century low.</p><p>Along the way, Powell shrugged off relentless personal attacks from President Donald Trump that began just months after his appointment. But in January, he pushed back against an unprecedented legal investigation by the Justice Department, becoming one of the few top officials in Washington to stand up to the Trump White House.</p><p>Powell said he will continue serving on the governing board until he is confident the Fed’s independence is truly restored. His success at protecting the central bank from day-to-day politics will be a key part of his legacy.</p><p>“It is not an unblemished record, but in an extremely challenging context, he’s performed exceedingly well," said David Wilcox, a senior fellow at the Peterson Institute for International Economics and director of research at Bloomberg Economics. “And my overall assessment is that the country has been lucky indeed to have him as chair.”</p><p>Unlike many of his predecessors, Powell, 73, is not a trained economist, but a lawyer who also worked in finance before joining the Fed's board of governors in 2012. Unassuming in public and private, Powell often introduces himself as “Jay” and would display his guitar-playing skills, honed as a student busking through Europe, at the Fed's holiday parties.</p><p>‘Transitory’ inflation proved persistent</p><p>An inescapable part of Powell's legacy will be the post-pandemic inflation surge, when consumer prices rose by a four-decade high of 9.1% in June 2022.</p><p>Overall prices are now 27% higher than just before the pandemic six years ago, a staggering change for a country that had experienced little inflation for generations. Prices rose just 10% in the six years before the pandemic. Groceries are 30% more expensive than six years ago, after they rose just 3.6% in the six years preceding COVID.</p><p>Powell and other Fed officials — and indeed most economists — initially said the inflationary surge was “transitory,” a result of supply chain snarls brought about by the pandemic, as COVID shut down factories and slowed ports around the world.</p><p>Their immediate priority was supporting the economy in a crisis.</p><p>In two moves in March 2020, they slashed their benchmark interest rate by 1.5 percentage points to near zero. The Fed also bought large amounts of Treasury debt and government-backed mortgage securities to reduce longer-term interest rates and took other steps to pour money into the financial system to keep credit markets functioning during pandemic chaos.</p><p>In April 2020, Powell said that the Fed would "continue to use these powers forcefully, proactively, and aggressively until we are confident that we are solidly on the road to recovery.''</p><p>Even as inflation zoomed past the Fed's 2% target in 2021, the central bank kept its key interest rate near zero until March 2022, when inflation hit 6.9%, according to the Fed's preferred measure.</p><p>The Fed's delay in raising rates was largely informed by a traditional economic view that inflation, stemming from a supply shock, would be temporary and if a central bank cranked up borrowing costs to fight it, the higher rates would just harm the economy and lift unemployment even as the supply crunch faded.</p><p>Misreading tea leaves</p><p>Meanwhile, the Trump and Biden administrations pumped about $5 trillion in government spending into the economy, in the form of multiple stimulus checks, support for small businesses, and other aid. The flow of dollars fueled a spending spike just as supply chains were unable to deliver on the demand.</p><p>By keeping its key rate near zero for so long, Powell's critics charge, the Fed contributed to that excess spending and worsened inflation.</p><p>“Even though there was all the evidence there in the data that aggregate demand was going through the roof, they still said it was a transitory supply shock,” said Mickey Levy, a former top economist at Bank of America and a visiting fellow at the Hoover Institution. “The Fed contributed to that inflation and completely misread the tea leaves.”</p><p>As inflation began to spread into items such as apartment rents and surveys showed Americans increasingly worried it would last, Powell pivoted and oversaw the sharpest increase in interest rates since the early 1980s to combat the price spike.</p><p>Still, many leading economists, including former Treasury Secretary Larry Summers, worried that defeating inflation would require a recession and a sharp increase in unemployment. Instead, inflation dropped to 2.3% by September 2024, according to the Fed's preferred measure, nearly reaching its 2% target.</p><p>By reducing inflation without a sharp economic downturn, Powell largely achieved an elusive “soft landing." Inflation then moved higher after Trump imposed sweeping tariffs last April.</p><p>Focusing on unemployment</p><p>Fighting inflation was a sharp shift for a Fed chair that began his term more focused on the Fed's mandate to pursue maximum employment. Before the pandemic, Powell often lauded the benefits of a strong job market for disadvantaged workers, winning plaudits from many progressive economists.</p><p>Yet some economists argue the Fed's focus on employment contributed to its delayed response to post-COVID inflation. In an August 2021 speech, Powell said the then-elevated unemployment rate of 5.4% was a reason to avoid hiking rates too early.</p><p>Still, many analysts defend Powell's support for the maximum employment mandate. Julia Coronado, president of MacroPolicy Perspectives and a former Fed economist, said Powell was right to keep rates low before the pandemic, even as unemployment steadily declined, because there were no signs inflation was worsening.</p><p>“If you can actually push a little harder for a little longer with no consequences for inflation, then you should damn well do it,” she said. “He was absolutely right about that. He’s still right about that.”</p><p>For his part, Powell said in late April that “overweighting the employment market” had nothing to do with the inflation spike.</p><p>“It was a global shock that happened essentially very, very similarly all over the world,” he said.</p><p>Fighting for Fed independence</p><p>Last July, in an image that will likely prove the most enduring of his time as Fed chair, Powell and Trump stood before cameras in hard hats at the site of the Fed's extensive $2.5 billion building renovation, which Trump had criticized as excessive.</p><p>Trump claimed the project would cost even more -- $3.1 billion — and showed Powell a paper listing the costs. Powell took out his reading glasses and corrected the president, on camera, by noting that he had included a third building that had already been renovated.</p><p>It was emblematic of Powell's willingness to push back against Trump's unprecedented attacks. Economists have long supported an independent Fed because it allows the central bank to take difficult steps — such as sharply raising interest rates to combat inflation — that politicians often oppose because they can be painful.</p><p>Powell benefited from strong relationship-building with Congress. Research by University of Maryland economist Thomas Drechsel has found that Powell met with senators more than twice as often as his two predecessors, with the meetings evenly split between both parties.</p><p>During one visit, Powell even endeared himself to North Carolina Republican Sen. Thom Tillis' dog, a move that paid huge dividends. Tillis essentially blocked Senate approval of Kevin Warsh, Trump's pick to replace Powell, until the investigation of the building project was dropped. The Justice Department eventually gave up on its probe.</p><p>Even those who fault Powell on some policy decisions credit him for defending the Fed.</p><p>“The big plus is the way he has protected central bank independence,” said Don Kohn, a former vice chair of the Fed. “That is the most important thing for the future of the Federal Reserve and for protecting the public interest in having an independent central bank.”</p><p>Powell hasn't said when he may leave the Fed, though he could remain on the governing board until January 2028.</p><p>“You want people to ... set interest rates to benefit the general public," Powell said at his last news conference, "and focus only on that and ignore political considerations. This isn’t bipartisan, this is nonpartisan.”</p><p>____</p><p>AP Economics Writer Paul Wiseman in Washington contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F7LDYGWE5HCM6R77QV7KIIKQ4A.jpg?auth=ee4a42c20042a911bb24f8e037915c815f6925d42f2a8b0d7af9799c48d907c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Jerome Powell speaks at a news conference at the Federal Reserve, following the Federal Open Market Committee meeting, in Washington, Wednesday, April 29, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4KI46AEP5VLEC3ALC5B7AGVFUE.jpg?auth=774b9b46f5fe0ca5be81e93dfdb4e436e6dc36f18671926c6c12ff4aa700f44d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Jerome Powell speaks at a news conference at the Federal Reserve following the Federal Open Market Committee meeting in Washington, Wednesday, April 29, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YS3GY53YIQPXN5SFTM4WMVFD2U.jpg?auth=fcee1fff34a1301e614242de761894f777a881b0771ace3cbc2c632cc8996edd&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 listens to Federal Reserve Chairman Jerome Powell speak during a visit to the Federal Reserve, July 24, 2025, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Miami residents, activists clash with city officials over tree removals and canopy protections]]></title><link>https://www.local10.com/news/local/2026/05/13/miami-residents-activists-clash-with-city-officials-over-tree-removals-and-canopy-protections/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/13/miami-residents-activists-clash-with-city-officials-over-tree-removals-and-canopy-protections/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[A fight over tree protections is heating up in the city of Miami, with residents and activists clashing with city officials over what they say is a weakening of existing protections for mature trees.]]></description><pubDate>Thu, 14 May 2026 02:49:48 +0000</pubDate><content:encoded><![CDATA[<p>A fight over tree protections is heating up in the city of Miami, with residents and activists clashing with city officials over what they say is a weakening of existing protections for mature trees.</p><p>Activists claim too many tree removal permits are being granted in order to fast-track development. City officials, however, insist nothing has changed.</p><p>At a recent City of Miami Historic and Environmental Preservation Board meeting, frustrated residents voiced concerns over what they described as a growing loss of legacy canopy trees across the city.</p><p>“The madness needs to stop,” one resident said. “I’m wondering if developers have some special hatred toward mature trees?”</p><p>Others pointed to what they called a constant issue of clear-cutting lots and cutting down large trees.</p><p>“We’ve seen this just rampant onslaught of tree slaughter,” another activist said.</p><p>Critics say the removals are happening throughout Miami, from Coconut Grove to Morningside.</p><p>“In the past six months, we’ve definitely seen an increase, and people are extremely angry,” said Jessica Johnson, a Morningside resident.</p><p>Among the examples cited by activists: a row of mature royal palm trees cut down at 1401 Brickell and four legacy native mahogany trees in Edgewater that were permitted for removal by the city despite being in the public right of way.</p><p>“And it seems like they’re on a murder spree right now,” said Edgewater resident Lindsay Cain.</p><p>Sandy Moise, conservation co-chair for the Sierra Club Miami Group, said the justification for some removals is construction activity.</p><p>“And the reason given is that trees are conflicting with construction activities,” Moise said.</p><p>Videos posted to social media documenting tree removals have fueled outrage among activists.</p><p>“It truly is a tree travesty,” Moise said. “We are losing so many of our specimen-sized trees.”</p><p>Moise and other activists accuse the city of quietly bending and reinterpreting Chapter 17 -- the ordinance meant to protect trees -- in order to speed up development projects.</p><p>“They’re failing to enforce our code,” Moise said. “They’re failing to implement the policies that are required of our code, and we’re not having it anymore. We’re fed up.”</p><p>City officials pushed back against those claims.</p><p>“That is not the case,” said Miami District 2 Commissioner Damian Pardo.</p><p>Pardo acknowledged the optics can look bad amid a wave of development and visible tree removals, particularly involving palms, but denied any internal changes to Chapter 17.</p><p>“Absolutely not,” Pardo said when asked whether there had been backroom changes to expedite tree removals. “There’s been no changes that I’m aware of.”</p><p>While officials say the code itself has not changed, city staff acknowledged there has been a directive to make the permitting process easier.</p><p>“And so they come in and they sit with the reviewer on the spot, regardless what division,” said Shawn Smith, acting chief of environmental resources for the City of Miami.</p><p>Smith said the process still follows Chapter 17 requirements.</p><p>“It’s not an approval. You conduct your review just as if there were any other review,” Smith said. “We still go through the same process. We still follow Chapter 17.”</p><p>Asked whether the city is moving at a faster clip, Smith said, “Not in regard to approval.”</p><p>Activists argue the growing number of permits tells a different story. They created a public dashboard called Miami Tree Canopy Watch to track open permits across the city. According to activists, there are currently 223 open permits.</p><p>Pardo said those numbers alone are misleading.</p><p>“If you’re only looking at those data points, it’s misleading, because we’re also planting a lot of trees, relocating a lot of trees,” Pardo said. “Something could be slated for removal, and it could be something completely different that the resident isn’t aware of.”</p><p>Still, activists and environmental experts warn the stakes are high as South Florida faces increasing heat driven by climate change.</p><p>“Trees are protecting us from the increasing heat that we’re experiencing in South Florida,” said Chris Baraloto, associate director of the FIU Institute of Environment and professor of biological sciences. “By removing those trees, we will feel the urban heat island effect even more.”</p><p>Pardo said the city is committed to preserving the canopy and pointed to a legacy banyan tree that will become the center piece for a newly redesigned Kirk Munroe Park.</p><p>“We do everything from actually relocating trees to other areas to make sure the ones that can be relocated,” Pardo said. “If they can’t be relocated, we ask for mitigation, where usually it’s two times the existing level of tree removal.”</p><p>Critics argue replacing mature trees with saplings is not enough.</p><p>“What we’re effectively doing is taking out a tree, and even if we’re following our current mitigation, we’re replacing it with this,” Baraloto said. “Is this commensurate value with that? Certainly not.”</p><p>Ian Wogan, owner of Tree Sources, warned the long-term impacts could become more noticeable citywide.</p><p>“If we scale that up to the city level, we’re going to start feeling urban heat,” Wogan said.</p><p>Wogan said Miami has an obligation to prioritize trees and nature-based solutions as critical infrastructure.</p><p>“Not for ourselves, but for the generations to come,” he said.</p><p>More than 1,200 signatures have been added to an action alert email addressed to Miami Mayor Eileen Higgins and city commissioners calling for a moratorium on all non-emergency tree removal permits until any proposed policy changes to Chapter 17 are publicly reviewed.</p><p>Meanwhile, the long-awaited tree committee is expected to go before commissioners Thursday for approval, giving residents a voice in the future of Chapter 17 and Miami’s tree protections.</p><p><!-- Local 10 — "Don't Trash Our Treasure" Navbox -->
<div class="dtt-navbox" role="complementary" aria-label="Don't Trash Our Treasure navigation">
  <style>
    .dtt-navbox {
      --dtt-dark: #1e6b3b;
      --dtt-mid:  #2f8d55;
      --dtt-sea:  #1f8a99;
      --ring:     rgba(31,138,153,0.25);

      max-width: 900px;
      margin: 1.25rem auto;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.08);
      box-shadow: 0 10px 28px rgba(0,0,0,0.08);
      background: #fff;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      color: #123728;
    }

    .dtt-header img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .dtt-body {
      padding: 14px clamp(14px, 3vw, 22px) 18px;
    }

    /* Vertical stack */
    .dtt-buttons {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .dtt-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 14px;
      border-radius: 10px;
      background: linear-gradient(180deg, var(--dtt-mid), var(--dtt-dark));
      color: #fff !important;
      text-decoration: none !important;
      font-weight: 700;
      font-size: 0.98rem;
      letter-spacing: .2px;
      border: 1px solid rgba(0,0,0,0.05);
      box-shadow: 0 6px 14px rgba(31,138,153,0.18), inset 0 1px 0 rgba(255,255,255,0.25);
      transition: transform .08s ease, box-shadow .12s ease, filter .12s ease;
      outline: none;
      width: 100%;               /* stretch full width */
      box-sizing: border-box;
      min-height: 48px;
    }
    .dtt-btn:visited { color: #fff !important; }
    .dtt-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 18px rgba(31,138,153,0.24), inset 0 1px 0 rgba(255,255,255,0.3);
      filter: saturate(1.05);
    }
    .dtt-btn:focus-visible {
      box-shadow: 0 0 0 4px var(--ring), inset 0 1px 0 rgba(255,255,255,0.3);
    }
  </style>

  <!-- Header image only -->
  <div class="dtt-header">
    <img
      src="https://www.local10.com/resizer/v2/2QPYUWHUXFDYBPXRTIGOHHRBKE.png?auth=d632fd4dcdda2eeae8158db6395360d19c0dab43264992a9654a9f0059efebc1"
      alt="Local 10 — Don't Trash Our Treasure"
      width="1600" height="300"
      decoding="async" loading="lazy"
    />
  </div>

  <!-- Body -->
  <div class="dtt-body">
    <nav class="dtt-buttons" aria-label="Don't Trash Our Treasure links">
      <a class="dtt-btn" href="https://www.local10.com/topic/Don%27t_Trash_Our_Treasure/" target="_blank" rel="noopener noreferrer">
        📰 <span>More stories</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/community/2021/04/20/send-us-your-story-ideas-for-dont-trash-our-treasure/" target="_blank" rel="noopener noreferrer">
        💡 <span>Send us your ideas</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/news/local/2021/04/20/list-get-involved-with-beach-cleanups-in-south-florida/" target="_blank" rel="noopener noreferrer">
        📍 <span>Find beach cleanups</span>
      </a>
    </nav>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Policía: Arrestan a dúo de 17 años por BMW robados en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/05/14/policia-arrestan-a-duo-de-17-anos-por-bmw-robados-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/policia-arrestan-a-duo-de-17-anos-por-bmw-robados-en-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Dos adolescentes del condado de Broward, que habían sido arrestados en el condado de Palm Beach, se encontraban en el condado de Miami-Dade para enfrentar cargos por robos de vehículos BMW en Coral Gables y Miami Beach.]]></description><pubDate>Thu, 14 May 2026 19:02:04 +0000</pubDate><content:encoded><![CDATA[<p>Dos adolescentes del condado Broward que fueron arrestados en el condado Palm Beach estaban en el condado Miami-Dade para enfrentar cargos por robos de BMW en Coral Gables y Miami Beach.</p><p>Franklyn Jones, quien vive en Fort Lauderdale, cumplió 17 años en febrero. Timothy Flowers, quien vive en Coral Springs, cumplió 17 años en septiembre.</p><p>El jueves, autoridades correccionales los trasladaron del centro de detención juvenil en Broward al de Miami-Dade, muestran los registros.</p><p>“Mediante métodos investigativos, [un detective del Departamento de Policía de Miami Beach] obtuvo evidencia forense digital que reveló que [los adolescentes] estaban involucrados”, escribió un detective sobre un BMW X7 negro modelo 2025 que fue robado el 10 de febrero de una casa en Prairie Avenue, según la orden judicial.</p><p>Un BMW M4 fue reportado robado el 16 de abril en Coral Gables, según una orden de arresto.</p><p>El Equipo de Captura Criminal del Sur de Florida observó a los dos adolescentes, quienes eran pasajeros en un BMW 330i plateado, en Boca Ratón, robando una matrícula de un Ford y colocándola en el BMW M4 robado, según las órdenes de arresto.</p><p>Los agentes reportaron haber visto a Jones “desbloquear el vehículo usando una llave y comenzar a entrar”, según una orden judicial.</p><p>Los investigadores sorprendieron a Jones, Flowers y a otras tres personas que intentaron huir, pero finalmente fueron arrestados y llevados a la división de crímenes violentos de la Oficina del Sheriff de Palm Beach, según la orden de arresto.</p><p>Jones y Flowers enfrentan cargos de hurto mayor y allanamiento de una vivienda ocupada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IFRHSGMT3ZBTLITXKDF2E66GBY.jpg?auth=052faef9fb43a42bb25fcb762d53a6cfce4a2fec87e8277f34be4150aca5d6ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Corrections booked Franklyn Jones, left, and Timonthy Flowers, right, on Thursday at the Juvenile Detention Center in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Police: 17-year-old duo arrested for stolen BMWs in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/05/14/police-17-year-old-duo-arrested-for-stolen-bmws-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/14/police-17-year-old-duo-arrested-for-stolen-bmws-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Two teenage boys from Broward County who were arrested in Palm Beach County were in Miami-Dade County to face charges for thefts of BMWs in Coral Gables and Miami Beach.]]></description><pubDate>Thu, 14 May 2026 18:12:07 +0000</pubDate><content:encoded><![CDATA[<p>Two teenage boys from Broward County who were arrested in Palm Beach County were in Miami-Dade County to face charges for thefts of BMWs in Coral Gables and Miami Beach. </p><p><a href="https://www.local10.com/espanol/2026/05/14/policia-arrestan-a-duo-de-17-anos-por-bmw-robados-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/14/policia-arrestan-a-duo-de-17-anos-por-bmw-robados-en-miami-dade/">Leer en español</a></p><p>Franklyn Jones, who lives in Fort Lauderdale, turned 17 in February. Timothy Flowers, who lives in Coral Springs, turned 17 in September.</p><p>On Thursday, corrections transferred them from the juvenile detention center in Broward to the one in Miami-Dade, records show.</p><p>“Through investigative means [a Miami Beach Police Department detective] obtained digital forensic evidence which revealed [the teens] to be involved,” a detective wrote about a black 2025 BMW X7 that was stolen on Feb. 10 from a house along Prairie Avenue, according to the warrant. </p><p>A BMW M4 was reported stolen on April 16 in Coral Gables, according to an arrest warrant. </p><p>The South Florida Criminal Apprehension Team witnessed the two teens, who were passengers in a silver BMW 330i, in Boca Raton, stealing a license plate from a Ford and placing it on the stolen BMW M4, according to the arrest warrants. </p><p>Agents reported seeing Jones “unlock the vehicle using a key and begin to enter it,” according to a warrant. </p><p>The investigators surprised Jones, Flowers, and three others who tried to get away, but were eventually arrested and taken to the Palm Beach Sheriff’s Office violent crimes division, according to the arrest warrant. </p><p>Jones and Flowers face charges of grand theft and burglary of an occupied dwelling. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IFRHSGMT3ZBTLITXKDF2E66GBY.jpg?auth=052faef9fb43a42bb25fcb762d53a6cfce4a2fec87e8277f34be4150aca5d6ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Corrections booked Franklyn Jones, left, and Timonthy Flowers, right, on Thursday at the Juvenile Detention Center in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Garrick Higgo penalized 2 strokes for missing opening tee time at PGA Championship]]></title><link>https://www.local10.com/sports/2026/05/14/garrick-higgo-penalized-2-strokes-for-missing-opening-tee-time-at-pga-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/garrick-higgo-penalized-2-strokes-for-missing-opening-tee-time-at-pga-championship/</guid><dc:creator><![CDATA[By BOB LENTZ, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 18:50:18 +0000</pubDate><content:encoded><![CDATA[<p>NEWTOWN SQUARE, Pa. (AP) — Garrick Higgo found out Thursday in the PGA Championship if you're not early, you're late.</p><p>Higgo arrived on the first tee box at what he estimated to be 30 seconds after his listed tee time and was assessed a two-stroke penalty. His first swing of the championship turned out to be his third because of the penalty.</p><p>The South African still managed a 1-under 69, even though he could only wonder how easily that could have been a 67, the low score of the morning wave.</p><p>“I was there on time,” Higgo said. “But the rule is if you’re one second late, you’re late.”</p><p>Due to tee off at Aronimink Golf Club at 7:18 a.m., he was told as he arrived he had been penalized. The rules state a golfer must be on the tee box and ready to play at the assigned time, regardless of the order. He was third to play.</p><p>Higgo said it's the first time he's been penalized for being late to the tee box. The good news? If he had been five minutes late, he would have been disqualified.</p><p>“It wasn’t a surprise,” he said. “I was late. I mean, my caddie was yelling at me to get to the tee.”</p><p>The 27-year-old kept his composure and went on to “par” the opening hole, but his 4 became a 6.</p><p>“Obviously, it wasn’t great,” he said of being penalized. “I knew that I firstly had to get a driver, and I have to hit a tee shot. It was OK. I just kind of focused on what I need to do. ... I wasn’t going to give up and shoot 80. There was only one thing that I could do, and that was make birdies and pars and hit it where I wanted to hit it.”</p><p>Higgo said the whole episode made him focus on making birdies in the first round. He did just that, finishing with four birdies and a bogey for a 69.</p><p>He attempted to argue his case to officials after the round, to no avail. He even had the support of his playing partners. He said he believed he was within the time limit, yet conceded he might have been a bit tardy and grudgingly accepted his fate.</p><p>He attributed it to his casual approach to being late, though he's not the type who arrives 10 minutes early. He said he could have added time for his walk from the range to the putting green and ultimately the first tee.</p><p>“I was obviously too casual,” he said.</p><p>Higgo managed to erase the two-stroke penalty on the front nine. He rolled in a birdie putt from about 35 feet on the par-4 third hole and made a 10-foot birdie putt at the par-5 ninth to get back to even par.</p><p>After a bogey at the 10th, Higgo made birdie on the two par-3 holes on the back nine, with a 27-foot putt at the 14th and hitting to just over 5 feet and making the putt at the 17th.</p><p>“I played great, made a lot of good swings, made some good putts,” said Higgo, who has two PGA Tour victories and six international wins. “Did everything that I could do.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4LPNI3662IPRJR7R656UFP2ZW4.jpg?auth=780d9f27ab79ee9347b2e8cc4277a70f94a7078573abf54380da1be5f6635efd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Garrick Higgo, of South Africa, hits from the 12th tee during the second round at the RBC Heritage golf tournament, Friday, April 17, 2026, in Hilton Head Island, S.C. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[WNBA foul calls rise slightly as the league cracks down on physical play]]></title><link>https://www.local10.com/sports/2026/05/14/wnba-foul-calls-rise-slightly-as-the-league-cracks-down-on-physical-play/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/14/wnba-foul-calls-rise-slightly-as-the-league-cracks-down-on-physical-play/</guid><dc:creator><![CDATA[By DOUG FEINBEG, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 18:46:33 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The WNBA is trying to fix its physicality problem and is going through some growing pains during the opening week of the season.</p><p>Fouls are up so far in the first week of the WNBA season with teams averaging 21.6 fouls — that's up just under two per game from the same point last year (19.9). That number dropped over the course of the year with 17.5 fouls on average per game for each team.</p><p>“Fouls are up. I don't think if we are going to get rid of rough play that we saw in previous seasons there is any other outcome other than at the beginning fouls will be up," said Monty McCutchen, who is the head of WNBA officiating, on a Zoom call with The Associated Press. "That's a fairly safe assumption.”</p><p>The increased fouls aren’t really leading a major increase in free throws with 21.9 being attempted this season to 21.4 last year at this point. By the end of the year, 18.2 free throws were attempted by each team on average.</p><p>The WNBA formed an officiating task force in the offseason as part of the “state of the game” group that included players and coaches. The hope was to clean up some of the league’s growing concerns around physicality.</p><p>“What came out of our meetings was we didn’t really change any rules or change an interpretation,” said Sue Blauch, who is the head of referee performance and development for the WNBA. “When we drilled down to the nitty gritty, it came down to we needed to strictly enforce our current guidelines. So that’s what you’re seeing more of. A more stricter enforcement of freedom of movement. That will allow the game to open up and the players to showcase their talents.”</p><p>McCutchen said the taskforce spent many hours discussing what players, coaches and the league wanted from officials.</p><p>“That amount of hours gives clarity to Sue on the day-to-day portion for teaching our staff," he said. "There will be some over calibration when we try to impart freedom of movement. I think we’ve experienced a little bit of that.”</p><p>McCutchen said the officiating group will continue to meet frequently to make sure that “our alignment can become finer and finer as we move into our best parts of our season.”</p><p>Minnesota coach Cheryl Reeve is on the task force and knows it will take a little bit of time to get everyone on the same page.</p><p>“Obviously, we’ll continue to work with the league on getting right because we’re not the only team sitting here wondering why everything is a foul,” she said.</p><p>Increased fouls also lead to longer games. The New York Liberty’s overtime win over Washington went for 2 hours, 41 minutes.</p><p>“It disrupts everyone’s flow,” Liberty star Breanna Stewart said. “This game was 2 hours and 41 minutes long. That’s insane. … I know it’s going to take time of, like, figuring out what’s the standard of what’s going to be called, but there’s calls that are being called that are unnecessary on both sides, and then there’s no flow.”</p><p>Dallas Wings guard Arike Ogunbowale also noticed a difference so far.</p><p>“I guess we just have to adapt, because that’s going to happen," she said. "It’s been a long time since I had three fouls in the first half and almost fouling out. I guess show our hands and see what we can do.”</p><p>Indiana Fever star Caitlin Clark got a technical foul during the team's win over Los Angeles on Wednesday night. After the game, she praised the officials for their efforts.</p><p>“I think the refs are doing a tremendous job. I deserved the technical they gave me. But it’s great for the game," she said. 'They’re going to keep the hands off; they’re going to make the play be good. Obviously they called a lot of fouls tonight but it’s going to even out. So, you’ve got to give them credit. They’re doing the right thing.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4T6IBUMFWWRJDTL43MOLQXGMTA.jpg?auth=d98682fd25e7f6781541ea75c46cadf05a5bcf5f9cc626a88e4fd4456ed18460&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) reacts to a call during the first half of a WNBA basketball game against the Los Angeles Sparks Wednesday, May 13, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Federal judge orders Trump administration to bring back a Colombian woman who was deported to Congo]]></title><link>https://www.local10.com/news/national/2026/05/14/federal-judge-orders-trump-administration-to-bring-back-a-colombian-woman-who-was-deported-to-congo/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/14/federal-judge-orders-trump-administration-to-bring-back-a-colombian-woman-who-was-deported-to-congo/</guid><dc:creator><![CDATA[By CLAIRE GALOFARO, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 18:40:48 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge has ordered the Trump administration to bring a Colombian woman back to the U.S. from Congo, after she was deported to the African nation that had refused to accept her.</p><p>The deportation of Adriana Maria Quiroz Zapata “was likely illegal,” U.S. District Judge Richard J. Leon ruled Wednesday.</p><p>Zapata, 55, who has diabetes and a thyroid condition, “has been sent to a country that refused to accept her because they cannot provide sufficient medical care,” the ruling said. “As a result, she faces a daily risk of medical complications, up to and including death.”</p><p>Black spots began to grow on Zapata’s back and foot while she was in detention, her skin started to peel and her nails blackened, according to a declaration that Zapata submitted in court, and which was provided to the AP by her lawyer.</p><p>“She’s not doing well and does worry that she’s going to die,” her lawyer, Lauren O’Neal, said.</p><p>Zapata entered the U.S. from Mexico in August 2024 and was taken into Immigration and Customs Enforcement custody. Since being deported, she has lived in a hotel in Kinshasa, Congo’s capital. The hotel gates are locked, O’Neal said. Zapata and other deportees are rarely allowed out, and only with supervision, she said.</p><p>Zapata was among thousands of immigrants living legally in the U.S., waiting for rulings on asylum claims, when they were suddenly issued deportation decrees that ordered them expelled to countries where most had no connections.</p><p>More than 15,000 third-country deportation orders were issued in the White House push for ever more immigrant expulsions, advocacy groups say, though only a fraction of the orders have been carried out.</p><p>Few details are known about the agreements to accept these deportees, though the U.S. has signed them with a range of countries, including Ecuador, Honduras, Uganda, Cameroon and Congo. Advocacy groups estimate only a couple of hundred third-country deportations, at most, have been carried out.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NGR3GCUQHBEYRFMK76FG7RGGVA.jpeg?auth=c19e56c60d007273dc7776d940cb8eab527d70909f85690d43e44abdf4a97bd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Familiares buscan en sur de México a migrantes desaparecidos en ruta marítima hacia Estados Unidos]]></title><link>https://www.local10.com/espanol/2026/05/14/familiares-buscan-en-sur-de-mexico-a-migrantes-desaparecidos-en-ruta-maritima-hacia-estados-unidos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/familiares-buscan-en-sur-de-mexico-a-migrantes-desaparecidos-en-ruta-maritima-hacia-estados-unidos/</guid><dc:creator><![CDATA[Por EDGAR H. CLEMENTE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 18:37:51 +0000</pubDate><content:encoded><![CDATA[<p>TAPACHULA, México (AP) — La víspera de la Navidad de 2024 la joven cubana Elianis Caridad Morejón Pérez le dijo a su madre por teléfono que le habían colocado un chaleco salvavidas y que se disponía a abordar una lancha para seguir por mar desde el sur de México hacia Estados Unidos.</p><p>Esa fue la última comunicación que mantuvo desde el pueblo San José El Hueyate en el sureño estado de Chiapas, uno de los puntos de la ruta marítima considerada una de las más peligrosas usadas por los traficantes y donde la joven desapareció junto a otros 39 migrantes de Cuba, Honduras y Ecuador.</p><p>Este mes su madre, Isis Pérez, llegó a ese mismo poblado cerca de la frontera con Guatemala para realizar tareas de búsqueda junto a otros familiares de los desaparecidos.</p><p>Los familiares recorrieron el muelle de San José El Hueyate, una pequeña comunidad pesquera y turística de apenas 953 habitantes con casas de hormigón, techos de palma y calles sin pavimentar. Subieron a una lancha para navegar por la costa del Pacífico y preguntaron a comerciantes y residentes por pistas sobre sus familiares.</p><p>Nadie pudo darles información, pero muchos pobladores sí recordaron que antes de que Donald Trump asumiera su segundo mandato se veían vehículos cargados de migrantes que luego eran llevados en lanchas por el mar.</p><p>Ese flujo migratorio se desplomó el año pasado cuando Estados Unidos empezó con las detenciones de migrantes en su territorio y las deportaciones a sus países de origen o a terceras naciones.</p><p>Los familiares —que llegaron a Chiapas apoyados por la Red Regional de Familias Migrantes— también recorrieron albergues, centros penitenciarios y plazas públicas en la frontera con Guatemala, una zona que se disputan los Cárteles de Sinaloa y Jalisco Nueva Generación.</p><p>“Como familiares vivimos un tormento, una angustia y deseamos encontrarles”, dijo el hondureño Óscar Hernández, quien también llegó al pueblo de Chiapas para intentar localizar a su hermano.</p><p>Ricardo Antonio Hernández Barahona, de 33 años, había quedado desempleado tras trabajar durante siete años como repartidor en una empresa de alimentos que se vio obligada a cerrar por la extorsión del crimen organizado en Honduras. La necesidad de obtener ingresos para mantener a su esposa y sus dos hijos lo empujó a ir en busca del sueño americano, pero desapareció en el trayecto.</p><p>Cruzar por el mar</p><p>Según un informe de la Organización Internacional para las Migraciones (OIM), desde 2021 se han identificado varios puertos marítimos utilizados por los traficantes de migrantes: se embarcan en pequeñas lanchas con doble motor en Puerto de Ocós, Guatemala; hacen escalas para recargar combustible y abastecerse de alimentos en Puerto Madero, San José, Barra de Zacapulco y Paredón, en Chiapas, y desembarcan en Salina Cruz o Huatulco, en Oaxaca, desde donde siguen por tierra hacia el norte.</p><p>De acuerdo con el Proyecto Migrantes Desaparecidos de la OIM, en la ruta desde Sudamérica hacia Estados Unidos se ha registrado la desaparición o deceso de 11.475 migrantes desde 2014. Más de la mitad ocurrieron en México.</p><p>Los 40 migrantes que desaparecieron a fines de 2024 estaban apurados por llegar a Estados Unidos antes de que Trump asumiera su segundo mandato y diera marcha atrás a la política migratoria más flexible de su antecesor demócrata Joe Biden.</p><p>Entre los desaparecidos estaban los cubanos Meiling Álvarez Bravo, de 41 años, y su hijo Samei Armando Reyes Álvarez, de 15.</p><p>“El 21 de diciembre (de 2024) a las ocho de la mañana me dijo que iban a desayunar porque ya iban a cruzar para el DF en una barca”, relató Julia Margarita Bravo Díaz, su madre y abuela.</p><p>Su hija y su nieto habían viajado vía aérea desde Cuba a Nicaragua y de ahí por tierra por Honduras y Guatemala hasta llegar a México, pero al inicio del periplo no sabían que los llevarían por mar hacia la frontera sur de Estados Unidos.</p><p>El ecuatoriano José Antonio Quindil también llegó a San José El Hueyate en busca de su hijo Jefferson Stalin Quindil Guanoquiza, de 18 años.</p><p>El albañil de 50 años contó que ya en una ocasión había hecho desistir al joven de su idea de emigrar, pero que en cuanto cumplió la mayoría de edad no pudo frenar sus aspiraciones por una vida mejor. Su hijo, uno de los 40 desaparecidos, había pagado 3.000 dólares por el viaje que nunca completó.</p><p>Entre julio y noviembre de 2025 la Secretaría de Marina (Semar) de México informó el rescate de 22 migrantes, seis de ellos al naufragar en alta mar y 16 en tierra mientras esperaban embarcar en el sureño estado de Chiapas.</p><p>En marzo pasado, la Semar informó que en coordinación con su contraparte de Guatemala habían reforzado la vigilancia en alta mar para combatir el tráfico de sustancias ilícitas y el movimiento irregular de migrantes hacia Norteamérica.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QUCRJUDJ6ORQIF5RNIZH3SUZWM.jpg?auth=8a8f9ab37eb5906cae40a4633995ad4955c4d8845b4bd035f3192d121b9b7494&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La cubana Julia Margarita Bravo Díaz, con chaleco salvavidas, muestra fotos de personas desaparecidas, incluyendo a su hija Meiling Álvarez Bravo y su nieto Samei Armando Reyes Álvarez, a los residentes locales en San José Hueyate, estado de Chiapas, México, el sábado 9 de mayo de 2026 durante una búsqueda de migrantes que desaparecieron a finales de 2024 a lo largo de una ruta marítima de contrabando hacia Estados Unidos. (AP Foto/Edgar H. Clemente)]]></media:description><media:credit role="author" scheme="urn:ebu">Edgar H. Clemente</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WENZODHAPGLQVQZLSWPE526QLI.jpg?auth=ac108f8217a52ed3a7f61f2ceaf7a2111b7af9428e2a99a3fecc6d18877370f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas buscan a migrantes que desaparecieron a finales de 2024 en una ruta marítima de contrabando hacia Estados Unidos en San José Hueyate, estado de Chiapas, México, el sábado 9 de mayo de 2026. (AP Foto/Edgar H. Clemente)]]></media:description><media:credit role="author" scheme="urn:ebu">Edgar H. Clemente</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UF6DJBVRLXI2YUAD77PLKL6QWQ.jpg?auth=d500ea72f0f450143cc6fc428662a089c7f6e95001fcc61d1882221985993b35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La cubana Alicia Santos Torres muestra un cartel de su hijo desaparecido, Jorge Alejandro Lozada, en San José Hueyate, estado de Chiapas, México, el sábado 9 de mayo de 2026, durante una búsqueda de migrantes que desaparecieron a finales de 2024 a lo largo de una ruta de contrabando marítimo hacia Estados Unidos. (AP Foto/Edgar H. Clemente)]]></media:description><media:credit role="author" scheme="urn:ebu">Edgar H. Clemente</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O4H2GRPENGJ6S3YUQ5MQKTQK7U.jpg?auth=4702cc13d8cd740bd8789ffcb2c45f080eed4490b78ab2fc32228693235181a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas que buscan a migrantes desaparecidos a finales de 2024 a lo largo de una ruta marítima de contrabando hacia Estados Unidos posan con fotos de sus seres queridos desaparecidos en Mazatán, estado de Chiapas, México, el sábado 9 de mayo de 2026. (AP Foto/Edgar H. Clemente)]]></media:description><media:credit role="author" scheme="urn:ebu">Edgar H. Clemente</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VFRIWZBB3EGR2BDW3JPID7V2AM.jpg?auth=f4a0e89b9bf7dd7e20a5ea5ae88fb70d0c25802826990022a386b3043906b60b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas buscan a migrantes que desaparecieron a finales de 2024 en una ruta marítima de contrabando hacia Estados Unidos en San José Hueyate, estado de Chiapas, México, el sábado 9 de mayo de 2026. (AP Foto/Edgar H. Clemente)]]></media:description><media:credit role="author" scheme="urn:ebu">Edgar H. Clemente</media:credit></media:content></item><item><title><![CDATA[Tribunal anuncia que el domingo proclamará a los dos candidatos para balotaje presidencial en Perú]]></title><link>https://www.local10.com/espanol/2026/05/14/tribunal-anuncia-que-el-domingo-proclamara-a-los-dos-candidatos-para-balotaje-presidencial-en-peru/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/14/tribunal-anuncia-que-el-domingo-proclamara-a-los-dos-candidatos-para-balotaje-presidencial-en-peru/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 20:51:21 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — El Tribunal Electoral de Perú anunció el jueves que el domingo proclamará a los dos candidatos que disputarán la presidencia en un balotaje el 7 de junio, luego de realizadas las elecciones generales de primera vuelta el 12 y 13 de abril, en medio de reclamos de supuesto fraude formulados por un candidato ultraconservador.</p><p>La decisión posterga por dos días más el anuncio de los resultados de la primera vuelta luego que el Tribunal aseguró a fines de abril que los resultados se iban a conocer el viernes. Las autoridades aseguran que están resolviendo estos días un número elevado de actas electorales impugnadas por los partidos en disputa.</p><p>El presidente del Tribunal, Roberto Burneo, indicó en una declaración ante la prensa que el proceso electoral peruano sigue en curso y que durante la mañana del domingo 17 de mayo se “procederá a proclamar las fórmulas que pasarán a la segunda vuelta”.</p><p>Según las autoridades electorales, contabilizadas el 99,982% de las actas de votación presidencial, la conservadora Keiko Fujimori, del partido Fuerza Popular, lideraba el jueves el conteo de votos con 17,179%, seguida del nacionalista Roberto Sánchez, de Juntos por el Perú, con 12,030% y apenas detrás el ultraconservador Rafael López Aliaga, de Renovación Popular, con 11,905%.</p><p>Las autoridades indicaron que tras anunciar los dos finalistas del balotaje se realizarán de inmediato las pruebas en color de las boletas de votación con sus rostros y símbolos para luego empezar la impresión.</p><p>Fujimori tiene su pase asegurado a la segunda vuelta, pero Sánchez y López Aliaga se disputan voto a voto el segundo lugar, según el lento conteo oficial electoral.</p><p>López Aliaga reclama que en Perú hubo un "fraude único en el mundo", pero no ha mostrado pruebas, también ha protestado junto a miles de seguidores frente a las oficinas del Tribunal y ha insultado repetidas veces al presidente del Tribunal. El ultraconservador ha indicado que desconocerá los resultados electorales.</p><p>La misión electoral de la Unión Europea ha indicado que no existen pruebas de fraude en Perú.</p><p>El partido de López Aliaga anunció el jueves en un comunicado que desde el Parlamento se compromete a “luchar para desmantelar” a las autoridades electorales, a las que calificó de “organización criminal”, por “poner en riesgo la democracia y la libertad”.</p><p>De acuerdo a la ley peruana, quien salga elegido asumirá el poder por cinco años el 28 de julio de 2026.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GKKM5JMJ6C2JO2DDHB22MXESJA.jpg?auth=ec70b53100f1a24546ae545c7c69546514ee9c2c2503ae3c3d1e3a140ae07d7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de la Junta Nacional Electoral, Roberto Burneo, habla en su sede en Lima, Perú, el jueves 14 de mayo de 2026. (Foto AP/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HR4TTFT3NMYPBKOBQFDDPONY6U.jpg?auth=32ff8de0cc016b57734a31fc948dd40c31e05c826af6f6cf410f0f07fe9c6cf6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer golpea una olla durante una protesta para exigir la anulación de los resultados de la primera vuelta de las elecciones presidenciales mientras el recuento final de votos aún está pendiente, frente al Jurado Nacional Electoral en Lima, Perú, el miércoles 13 de mayo de 2026. (Foto AP/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[Newsom outlines his final budget proposal with no deficit, new major spending]]></title><link>https://www.local10.com/news/national/2026/05/14/newsom-outlines-his-final-budget-proposal-with-no-deficit-new-major-spending/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/14/newsom-outlines-his-final-budget-proposal-with-no-deficit-new-major-spending/</guid><dc:creator><![CDATA[By TRÂN NGUYỄN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 14 May 2026 18:47:30 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — California Gov. Gavin Newsom on Thursday proposed a revised budget proposal without a deficit for his last year of office and the next, laying out a $350 billion plan that includes little new spending but also avoids major cuts.</p><p>Newsom is eager to safeguard programs that have defined his tenure as the leader of the nation’s most populous state and one of the world’s largest economies. As he gears up for a possible presidential run in 2028, Newsom is promoting the budget as fiscally responsible because it protects California's progressive programs while also builds up the state's rainy day funds — a pointed rebuke to critics who say the state spends more than it has. The state’s spending has grown more than $100 billion since 2020, according to the legislative budget analysts.</p><p>“We’re cutting deficits. But we’re not cutting corners,” Newsom said.</p><p>Newsom can’t seek a third term and will leave office in January.</p><p>Revenues, driven mostly by the booming stock market and artificial intelligence industry, are $16.5 billion higher than projections in January, according to Newsom's office. That will help the state avoid a $2.9 billion deficit Newsom projected in January, guarantee no budget hole next year and cut the shortfall the following year in half, his office said.</p><p>It is a welcoming change for the state where revenues have not kept up with spending. California faced tens of billions in budget deficits several years in a row, forcing painful cuts last year such as a rollback on a promise to provide free health to low-income immigrants without legal status. Nonpartisan budget analysts projected the state will see budget holes upward of $20 billion each year in the next few years.</p><p>Still, Democrats are bracing for federal funding cuts and new costs for the state in healthcare and the impacts of high costs on everything from gas to energy because of the war in Iran. State officials repeatedly said California can't backfill all the federal monies.</p><p>Newsom used his presentation to blast President Donald Trump and his policies. Trump “doesn’t particularly give a damn about the financial situation of the average American," Newsom said.</p><p>The May budget proposal will officially kick off the final stretch of negotiations between Newsom and Democrats in the Legislature, who have to pass a spending plan by the end of June.</p><p>State lawmakers this year have pitched several proposals to increase taxes on corporations to help with budget problems, but Newsom has largely opposed the idea, arguing such proposals could drive businesses and wealthy people away. He has instead proposed to cut fees for new small businesses and limit some tax credits that could generate $850 million a year starting 2027. He is against a ballot initiative for a one-time tax on billionaires that will likely go before voters in November.</p><p>He also proposed to increase the monthly premiums for adult patients without legal status in the state-funded healthcare program, up to $50 from $30. The premiums were part of last year budget set to take effect July 2027 for adults under 60 years old. Newsom estimated the change would save the state $427 million in the first year of implementation. But Democratic lawmakers will likely fight against it.</p><p>California has a progressive tax system that relies on rich people, meaning it gets about half its revenues from just 1% of the population. When the economy is good, rich people pay more in taxes and revenues can soar quickly. When the economy is bad, they pay less and revenues can drop just as fast.</p><p>The state could also see a revenue boost from expected upcoming initial public offerings by several major AI companies, which are expected to be the largest IPOs in history. But legislative budget experts warned last year of a potential AI bubble that could worsen the state's finances.</p><p>Newsom’s Thursday proposal also includes a $300 million plan to backfill some of the loss of government-sponsored health subsidies, a $5 billion education grant for teacher training and $100 million to help Los Angeles-area homeowners rebuild after the devastating wildfires last year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NQ6RUDLWSVGKL3BYFBLJAPPOXU.jpg?auth=d932348076a08d2484d967917d4a99dfe045e8e11ebdf683ec71d8ce5c3c1aa0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gov. Gavin Newsom speaks about his state budget proposal Thursday, May 14, 2026, in Sacramento, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DX3EKLQ5TQ2OTPFJSNX65PTQ7A.jpg?auth=642b14620a40eeb43b9aef9930ac5bf69ff770b099f254e5b77f3fc1bafd30d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gov. Gavin Newsom speaks about his state budget proposal Thursday, May 14, 2026, in Sacramento, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L3DBI4HQVPAWK2ZCWH6UKRTDE4.jpg?auth=537fa92d5d7611c31976ceecd4f8bcaa5c073f51bd232b12c00e9f794ecafded&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gov. Gavin Newsom speaks about his state budget proposal Thursday, May 14, 2026, in Sacramento, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KPS46EEHXBEJXVM55CQ66UKGDA.jpg?auth=341337bc9c17a8741facf87ff153915dee5e1f11506076f553ac1dcebb916912&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gov. Gavin Newsom speaks about his state budget proposal Thursday, May 14, 2026, in Sacramento, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item></channel></rss>