<?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>Mon, 25 May 2026 17:42:28 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Woman, 25, arrested for attempted murder after Pompano Beach stabbing, cops say]]></title><link>https://www.local10.com/news/local/2026/05/25/woman-25-arrested-for-attempted-murder-after-pompano-beach-stabbing-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/25/woman-25-arrested-for-attempted-murder-after-pompano-beach-stabbing-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Memorial Day stabbing in Pompano Beach sent a man to the hospital and a woman to jail, according to the Broward Sheriff’s Office.]]></description><pubDate>Mon, 25 May 2026 17:25:02 +0000</pubDate><content:encoded><![CDATA[<p>A Memorial Day stabbing in Pompano Beach sent a man to the hospital and a woman to jail, according to the Broward Sheriff’s Office.</p><p>BSO spokesperson Carey Codd said the stabbing happened at around 9:10 a.m. in the 1900 block of Northwest 24th Street.</p><p>Codd said medics found a man with stab wounds and took him to a nearby hospital. He’s expected to survive.</p><p>Meanwhile, Codd said deputies arrested a 25-year-old woman, identified as Dellisha Guadalupe, on an attempted murder charge.</p><p>Authorities have not released information about what led up to the stabbing. </p><p>Guadalupe’s booking photo wasn’t immediately available on Monday.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJXF27YAAGHJM3Q5R5ADRGHZ2M.jpg?auth=31d822805678351e668c0e9fbae80b9e60c37c72a19d43e9ebab389a1ee056e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Broward County Sheriff's Office]]></media:description></media:content></item><item><title><![CDATA[Atlanta Dream storm back again, stay atop WNBA at 4-1 after rally vs Phoenix]]></title><link>https://www.local10.com/sports/2026/05/25/atlanta-dream-storm-back-again-stay-atop-wnba-at-4-1-after-rally-vs-phoenix/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/25/atlanta-dream-storm-back-again-stay-atop-wnba-at-4-1-after-rally-vs-phoenix/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[Never count the Atlanta Dream out.]]></description><pubDate>Mon, 25 May 2026 17:20:49 +0000</pubDate><content:encoded><![CDATA[<p>Never count the Atlanta Dream out.</p><p>The Dream have twice rallied from 15-point deficits this season to win, including Sunday's victory over Phoenix. No one else in the WNBA has done that once according to ESPN.</p><p>“We are resilient team, the game isn’t over till it’s over,” Atlanta guard Jordin Canada said after the Dream rallied to beat the Mercury. “We always come together in the fourth quarter, whether we have to make a run or sustain a lead. ... We battle to the very end, we get stops and try to execute down the stretch. What we’ve been doing in the fourth quarter, we got to sustain that in the first three quarters.”</p><p>Atlanta sits atop the WNBA standings at 4-1 — the only team in the league with only one loss. The Dream head out for road games at Minnesota and Portland this week.</p><p>The Dream are getting everyone's best shot so far which coach Karl Smesko feels will help them down the road.</p><p>“When teams play Atlanta it's a big game for everyone now,” he said. “We'll see everyone's best shot. ... Constantly playing against a team's best effort makes you stronger over the course of the season. They are seeing a different team than other teams see. I've noticed that so far this year. ... Happy we met the moment a few times already."</p><p>Power poll rankings</p><p>Atlanta moved up to No. 1 for the first time in the 10-year history of the rankings. The Dream were followed by Las Vegas and Minnesota. Indiana, Dallas and New York were next. Golden State and Chicago were seventh and eighth. Los Angeles and Phoenix followed the Sky. Portland, Washington and Toronto were the 11th through 13. Seattle and Connecticut rounded out the poll.</p><p>Homecourt disadvantage</p><p>Through the first few weeks of the season, playing at home hasn't really been an advantage for teams. Only two teams have winning records on their home court — Atlanta and Indiana. As a league, teams are 16-30 through Sunday's games.</p><p>Player of the week</p><p>Kelsey Plum of Los Angeles was the AP player of the week. She averaged 27.0 points, 8.0 assists and 2.5 rebounds to help the Sparks win both their games last week. Plum had a 38-point effort in the win at Las Vegas to spoil the Aces night the champions raised their banner from last season. Other players receiving votes included Natasha Howard of Minnesota and Rhyne Howard of Atlanta.</p><p>Game of the week</p><p>Atlanta at Minnesota, Wednesday. While a lot was expected of the Dream this season, the Lynx were expected to struggle early on with star Napheesa Collier sidelined after having offseason surgery on her injured ankles in late March. The Lynx have flourished with rookie guard Olivia Miles leading the way.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2AXSGTMZZ22MWZTSJPCOOOMYYM.jpg?auth=cc546b6c84e3d917cff313a94fedd93c5687bd6b37c806bb0df4144957588daa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Sparks guard Kelsey Plum (10) pressures Indiana Fever guard Caitlin Clark (22) during the first half of a WNBA basketball game 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[May 25: Limited showers, steamy temps]]></title><link>https://www.local10.com/weather/2026/05/25/may-25-limited-showers-steamy-temps/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/05/25/may-25-limited-showers-steamy-temps/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[South Florida, this Memorial Day will continue to feature limited showers and steamy temperatures. ]]></description><pubDate>Mon, 25 May 2026 17:17:36 +0000</pubDate><content:encoded><![CDATA[<p>South Florida, this Memorial Day will continue to feature limited showers and steamy temperatures. While a handful of our region will remain mostly dry, I am tracking a few passing showers that will continue to stream onshore. Watch for a better chance of rain late this afternoon and evening. Some showers could dump a quick round of heavy rain tonight. Despite limited rain today, our southeast flow will aid rough conditions at the beach. Expect the rip current risk to be elevated. It is extremely important to swim at guarded beaches. Nonetheless, it is hot out there! Feels like temperatures will continue to approach the triple digits. Staying hydrated will be key.</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[The rare Ebola outbreak is one danger. Attacks on healthcare workers are another]]></title><link>https://www.local10.com/news/world/2026/05/25/the-rare-ebola-outbreak-is-one-danger-attacks-on-healthcare-workers-are-another/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/25/the-rare-ebola-outbreak-is-one-danger-attacks-on-healthcare-workers-are-another/</guid><dc:creator><![CDATA[By JUSTIN KABUMBA and OPE ADETAYO, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — Every time Vanny Birungi, a volunteer with the Red Cross in eastern Congo, goes out to raise awareness about the latest Ebola outbreak as suspected cases near 1,000, she faces a double threat.]]></description><pubDate>Mon, 25 May 2026 16:59:46 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — Every time Vanny Birungi, a volunteer with the Red Cross in eastern Congo, goes out to raise awareness about the latest Ebola outbreak as suspected cases near 1,000, she faces a double threat.</p><p>One is the rare Bundibugyo type of Ebola, with no vaccine or treatment. The other is the anger and suspicion of residents who have pelted her with stones and verbal abuse in Bunia, a city at the heart of the outbreak.</p><p>“We continue to tell them that the disease is out there. Some accept, and others don’t,” Birungi told The Associated Press on Monday as she and colleagues spoke with groups of people in a working-class neighborhood under the scorching sun.</p><p>Aid workers are especially at risk in this volatile region where residents, like Birungi, have long been under threat of armed groups that have killed thousands of people and displaced many more in recent years.</p><p>Trust is hard to find among the traumatized population that is wary of outsiders, even those trying desperately to contain the rapidly spreading outbreak that experts say was discovered weeks late. Surveillance for such diseases has been weakened by U.S. and other aid cuts.</p><p>“These people should stop bothering us. They just want to get rich. Let’s not forget that Ebola is a white man’s invention,” declared Pierre Basola, a 56-year-old resident of Bunia, who added: “Stop talking to me anyway.”</p><p>Cases are nearing 1,000 but health centers are burned</p><p>Three times in the past week, healthcare facilities have been attacked. On Sunday, angry young men stormed a hospital treating Ebola patients, forcing medical staff to evacuate them as gunfire rang out.</p><p>On Saturday, a group of residents set fire to a tent for suspected and confirmed Ebola cases run by Doctors Without Borders in Mongbwalu, and more than a dozen people suspected to have the virus fled. On Thursday, a center in Rwampara was burned after relatives were barred from retrieving the body of a man suspected to have Ebola.</p><p>Anger is amplified as virus prevention practices keep loved ones from handling bodies in final rites following an illness some have described as sudden and dramatic, with vomiting and bleeding.</p><p>The Ebola virus is spread through close contact with sick or deceased patients’ bodily fluids, such as sweat, blood, feces or vomit. Experts say healthcare workers and family members caring for patients face the highest risk.</p><p>“Trust is almost as important as the health response, because if you get this massive distrust in the communities, they’re not going to go to the health centers,” said Heather Kerr, country director for the International Rescue Committee in Congo.</p><p>Armed conflict in the region poses another challenge. To travel from Bunia, the capital of Ituri province, to Mongbwalu, aid groups risk potential attacks in a region more than 1,000 kilometers (620 miles) from Congo’s capital, Kinshasa.</p><p>Meanwhile, the outbreak now has over 900 suspected cases and more than 220 suspected deaths, the director general of the World Health Organization, Tedros Adhanom Ghebreyesus, said Monday.</p><p>“We are now playing catch-up with a very fast-moving epidemic,” he said.</p><p>‘We leave everything to God’</p><p>Mado Nditamba, a 70-year-old Bunia resident, said she has seen students running away from aid workers.</p><p>“The last time Ebola came, it was not on the scale that we see today,” Nditamba said. “But this epidemic today is worse. We go to the doctors in the hospitals, but they also die. That’s what worries us. We don’t know what to do and we leave everything to God.”</p><p>Congo has had 17 Ebola outbreaks, and the WHO says the country is equipped to respond. But early tests in this outbreak were conducted for a more common type of Ebola, losing valuable time. Experts are still trying to determine when this outbreak began.</p><p>There are few places to test for this Bundibugyo type in a region where clinics can run on generators and a major airport serving as a humanitarian hub has been in the hands of rebels for over a year.</p><p>Health workers on the ground have told the AP they are underprepared and underprotected. Now an unknown number of responders have been infected, and some have died.</p><p>A Congolese doctor was reported dead on Sunday in Rwampara, Rubens Dhedgia, coordinator of the Ebola response in the region, told the AP. In neighboring Uganda, where a far smaller number of cases has begun to spread after Congolese traveled there, at least three health workers have been infected.</p><p>And perhaps most worryingly, the International Federation of Red Cross and Red Crescent Societies says three volunteers died in Mongbwalu after it believes they handled bodies on March 27 during work unrelated to Ebola.</p><p>If confirmed, that would significantly push back the timeline of the outbreak from the first confirmed death in late April in Bunia.</p><p>Some residents still believe Ebola is a myth</p><p>Even as at least one funeral home manager dusted off coffins for sale alongside a road in Bunia, experts reported a lack of trust among some residents of the region who do not believe the virus exists.</p><p>Action Aid, another of the international humanitarian groups responding, said a high level of skepticism and lack of understanding remains, citing residents it questioned in mid-May in Ituri province just after the outbreak was announced.</p><p>"The only way to go, as far as this particular virus is concerned, is community engagement,” said Yakubu Mohammed Saani, country director for Action Aid in Congo.</p><p>How that will be improved, and quickly, is still not clear. Meanwhile, both the WHO and Africa Centers for Disease Control and Prevention believe the outbreak is larger than the cases reported so far.</p><p>___</p><p>Adetayo reported from Abuja, Nigeria. Associated Press writer Jean-Yves Kamale in Kinshasa, Congo, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5GU33AYRQD4R2QSG7FLPQJPVPU.jpg?auth=2658d690e920174c2eb2b21c233a58994072b90a74a27f291d4ebcbcde5ed0aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vanny Birungi, a Red Cross volunteer, speaks to people during a public sensitisation campaign amid the Ebola outbreak in Bunia, Congo, Monday, May 25, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O2KH7XQYUKRB3WTVGDMXR5OAWM.jpg?auth=4aad40c3ade8b157b4daf9495d20b21f7a552b939c4b784208b129cdaebd3135&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Francois Kasereka, a member of the Congo Scouts movement, speaks to people during a public sensitisation campaign amid the Ebola outbreak in Bunia, Congo, Saturday, May 23, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OWIAMSG55MY7CZASVCFLHIVDKA.jpg?auth=0081bbc61e2b4804dd60d06a6439f2fcf704ae8e57e0a9f0830dfa9857455f65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Red Cross volunteers on an outreach to speak to people during a public sensitisation campaign amid the Ebola outbreak in Bunia, Congo, Sunday, May 25, 2025. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OZQXH4ZCCVSNOKHES2ODAIFWVY.jpg?auth=82b9debfc0e3d8884621b0de67b65a175c11aba4180719be4ad129227dc0191e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Djakisa Christian, 18, a funeral home manager, dusts coffins for sale at his shop in Bunia, Congo, Friday, May 22, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XWCCSOJ2R6XV7FKAD3MRRCMNII.jpg?auth=64666cf6b6aab97c35d02b735ca01582efda10ab0a2f4ba2ce53961ae6b26f12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vanny Birungi, a Red Cross volunteer, speaks to a woman during a house-to-house sensitisation campaign amid the Ebola outbreak in Bunia, Congo, Monday, May 25, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[1 arrested following vehicle burglaries, chase from Pinecrest to Broward]]></title><link>https://www.local10.com/news/local/2026/05/25/1-arrested-following-vehicle-burglaries-chase-from-pinecrest-to-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/25/1-arrested-following-vehicle-burglaries-chase-from-pinecrest-to-broward/</guid><dc:creator><![CDATA[Amanda Batchelor, Byron Tollefson, Linnie Supall]]></dc:creator><description><![CDATA[One suspect was arrested Sunday following vehicle burglaries in Pinecrest that led to a chase that ended in Broward County, authorities confirmed.]]></description><pubDate>Mon, 25 May 2026 11:32:33 +0000</pubDate><content:encoded><![CDATA[<p>One suspect was arrested Sunday following vehicle burglaries in Pinecrest that led to a chase that ended in Broward County, authorities confirmed.</p><p>Online jail records show Detric McClary, 24, was arrested in Broward on charges of resisting an officer, fleeing and eluding at high speed, trespassing at an occupied structure, and two counts of probation violation.</p><p>Police said additional charges are pending from the Pinecrest Police Department.</p><p><a href="https://www.local10.com/news/local/2026/05/24/video-shows-pinecrest-burglary-crew-targeting-cars-before-fleeing-cops-later-crashing-in-broward/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/24/video-shows-pinecrest-burglary-crew-targeting-cars-before-fleeing-cops-later-crashing-in-broward/">Surveillance footage</a> obtained by Local 10 News shows a burglary crew targeting vehicles in Pinecrest before a police officer caught on, <a href="https://www.local10.com/news/local/2026/05/24/police-burglary-suspects-flee-after-pursuit-from-miami-dade-to-broward/" rel="" title="https://www.local10.com/news/local/2026/05/24/police-burglary-suspects-flee-after-pursuit-from-miami-dade-to-broward/">leading to a chase</a> that would ultimately end with the suspects crashing in Broward County.</p><p>The footage captured the burglars attempting to steal from outside of a home on Southwest 66th Avenue at around 2 a.m. Sunday.</p><p>The suspects were dressed in black and donned ski masks and could be seen moving from car-to-car in search of valuables.</p><p>“It’s a very quiet neighborhood,” neighbor Dave Auslander said. “We always feel safe here, but as I think any of us in this country have learned, any bad stuff can happen anywhere.”</p><p>A Pinecrest police officer eventually noticed a BMW parked on the wrong side of the road.</p><p>As the officer approached, the suspects quickly returned to the car and intentionally backed into the officer’s cruiser, damaging it before speeding off, authorities said.</p><p>Pinecrest police pursued the crew until they lost sight of them. The group would ultimately crash in the area of Interstate 95 and Griffin Road.</p><p>Jail records show Hollywood police detained McClary, but the remaining suspects managed to escape. </p><p>Authorities said they’ve identified the BMW’s owner, but said he or she has not cooperated with the investigation.</p><p>Pinecrest police said the case serves as a good reminder to residents to lock their vehicles, remove valuables from sight and to install security cameras.</p><p>As of Monday morning, McClary remained held at the Broward County Main jail. </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[UCLA earns No. 1 seed for NCAA baseball tournament ahead of offensive juggernaut Georgia Tech]]></title><link>https://www.local10.com/sports/2026/05/25/ucla-earns-no-1-seed-for-ncaa-baseball-tournament-ahead-of-offensive-juggernaut-georgia-tech/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/25/ucla-earns-no-1-seed-for-ncaa-baseball-tournament-ahead-of-offensive-juggernaut-georgia-tech/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description><![CDATA[OMAHA, Neb. (AP) — UCLA was rewarded Monday for its dominant wire-to-wire run through the regular season with the No. 1 seed for the NCAA Tournament.]]></description><pubDate>Mon, 25 May 2026 16:44:51 +0000</pubDate><content:encoded><![CDATA[<p>OMAHA, Neb. (AP) — UCLA was rewarded Monday for its dominant wire-to-wire run through the regular season with the No. 1 seed for the NCAA Tournament.</p><p>The tournament opens Friday with 16 double-elimination regionals. Winners advance to eight best-of-three super regionals. Those winners move on to the College World Series in Omaha beginning June 12.</p><p>The Bruins (51-6), who swept the Big Ten Conference regular-season and tournament titles, were No. 1 by Baseball America in each of its weekly rankings since the preseason and have the most wins entering regionals since Tennessee came in with 53 in 2022.</p><p>Their ace, Logan Reddeman, and closer, Ethan Hawk, are among the best in the nation and lead a staff that has a 3.31 ERA. Shortstop Roch Cholowsky is widely projected to be the No. 1 pick in the Major League Baseball amateur draft and he, Will Gasparino and Big Ten Tournament MVP Mulivai Levu have combined for 57 homers.</p><p>Georgia Tech (48-9), which swept the Atlantic Coast Conference championships, features the nation's most prodigious offense. The Yellow Jackets lead Division I in scoring (10.8 runs per game), batting average (.358) and slugging (.636). Jarren Advincula is batting .431 to rank second nationally and Vahn Lackey is sixth at .410.</p><p>The national seeds following UCLA and Georgia Tech are Georgia (46-12), Auburn (38-19), North Carolina (45-11-1), Texas (40-13), Alabama (37-19) and Florida (39-19). Top-eight national seeds, if they win their regional, are assured of hosting a super regional.</p><p>Seeds Nos. 9 through 16: Southern Mississippi (44-15), Florida State (38-17), Oregon (40-16), Texas A&M (39-14), Nebraska (42-15), Mississippi State (40-17), Kansas (42-16) and West Virginia (39-14).</p><p>LSU, the 2025 national champion, became the seventh program to win the title and not make a regional the following year since the tournament expanded to 64 teams in 1999. The others were Mississippi (2022 title), Mississippi State (2021), Coastal Carolina (2016), UCLA (2013), Arizona (2012) and Oregon State (2007).</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/26IVMZZ5H5DYHDOGAKSYL42PKM.jpg?auth=ae2f815ae64c7e73a95ac46415eb59afcd0f86d1dde645757666fdc1ac718389&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The NCAA logo is seen on a baseball during an NCAA college baseball tournament regional game between Louisiana-Lafayette and Mississippi State in Lafayette, La., June 2, 2014. (AP Photo/Jonathan Bachman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Bachman</media:credit></media:content></item><item><title><![CDATA[Military veterans join Memorial Day ruck march in Fort Lauderdale Beach ]]></title><link>https://www.local10.com/news/local/2026/05/25/veterans-join-memorial-day-ruck-march-in-fort-lauderdale-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/25/veterans-join-memorial-day-ruck-march-in-fort-lauderdale-beach/</guid><dc:creator><![CDATA[Michaila Hightower]]></dc:creator><description><![CDATA[Anthony Perryman and Tom Cappelletti were among the U.S. military veterans who met for a walk on Memorial Day morning in Fort Lauderdale Beach. ]]></description><pubDate>Mon, 25 May 2026 14:29:00 +0000</pubDate><content:encoded><![CDATA[<p>Anthony Perryman and Thomas Cappelletti were among the U.S. military veterans who met for a walk on Memorial Day morning in Fort Lauderdale Beach. </p><p><a href="https://www.local10.com/espanol/2026/05/25/veteranos-marchan-con-la-mochila-al-hombro-para-honrar-a-sus-caidos-en-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/25/veteranos-marchan-con-la-mochila-al-hombro-para-honrar-a-sus-caidos-en-fort-lauderdale/"><b>Leer en español</b></a></p><p>Perryman and Cappelletti said the ruck march, a walk while carrying weight on their backs, was their way to mourn fallen service members. </p><p>“For vets especially, it’s a day to take a little time to think,” Cappelletti said. “I recommend everybody does a little something just to show some support.”</p><p>The members of the <a href="https://www.powerveterans.com/" target="_self" rel="" title="https://www.powerveterans.com/">Power Veterans</a>, an initiative that aims to empower through mentorship, benefits, and career growth, walked together at Las Olas Oceanside Park Beach. </p><p>“Unfortunately, I did have some soldiers and battle buddies who didn’t make it today,” said Perryman, an organizer. “It’s just tough. It’s just something to commemorate them.”</p><p>The National Moment of Remembrance’s tradition is a moment of silence at 3 p.m.</p><p><b>More on Memorial Day </b></p><ul><li><a href="https://www.local10.com/news/local/2026/05/25/miami-gardens-remembers-sgt-la-david-t-johnson-on-memorial-day/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/25/miami-gardens-remembers-sgt-la-david-t-johnson-on-memorial-day/">Miami Gardens remembers Sgt. La David T. Johnson on Memorial Day</a></li><li><a href="https://www.local10.com/news/local/2026/05/25/its-their-day-miami-beach-honors-fallen-veterans-on-memorial-day/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/25/its-their-day-miami-beach-honors-fallen-veterans-on-memorial-day/">‘It’s their day’: Miami Beach honors fallen veterans on Memorial Day</a></li><li><a href="https://www.local10.com/news/national/2026/05/24/oldest-pearl-harbor-survivor-is-keeping-memory-of-the-surprise-bombing-alive-at-106/" target="_self" rel="" title="https://www.local10.com/news/national/2026/05/24/oldest-pearl-harbor-survivor-is-keeping-memory-of-the-surprise-bombing-alive-at-106/">Oldest Pearl Harbor survivor is keeping the memory of the surprise bombing alive at 106</a></li><li><a href="https://www.local10.com/news/national/2026/05/25/the-origins-of-memorial-day-and-how-it-has-evolved/" target="_self" rel="" title="https://www.local10.com/news/national/2026/05/25/the-origins-of-memorial-day-and-how-it-has-evolved/">The origins of Memorial Day and how it has evolved</a></li><li><a href="https://www.local10.com/entertainment/2026/05/25/in-pressure-the-story-of-the-meteorologist-who-helped-save-d-day/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/05/25/in-pressure-the-story-of-the-meteorologist-who-helped-save-d-day/">In ‘Pressure,’ the story of the meteorologist who helped save D-Day</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Miami Gardens remembers Sgt. La David T. Johnson on Memorial Day]]></title><link>https://www.local10.com/news/local/2026/05/25/miami-gardens-remembers-sgt-la-david-t-johnson-on-memorial-day/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/25/miami-gardens-remembers-sgt-la-david-t-johnson-on-memorial-day/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[While the U.S. mourns the nation’s fallen service members on Memorial Day, Miami Gardens remembers the late Sgt. La David T. Johnson.]]></description><pubDate>Mon, 25 May 2026 15:50:17 +0000</pubDate><content:encoded><![CDATA[<p>While the U.S. mourns the nation’s fallen service members on Memorial Day, Miami Gardens remembers the late Sgt. La David T. Johnson.</p><p>The 25-year-old U.S. Army soldier assumed a second fighting position during heavy enemy fire on Oct. 4, 2017, near the village of Tongo Tongo in southwest Niger, according to the U.S. Department of Defense. </p><p>Johnson, a wheeled vehicle mechanic on patrol with the 3rd Special Forces Group, took cover behind thick brush, continuing to fight under enemy fire from a vehicle-mounted heavy machine gun, according to DOD.</p><p>“Courage and dedication to his team were unmatched, engaging a numerically superior hostile force, disrupting the enemy’s freedom of movement, and killing several enemy fighters before succumbing to his wounds,” his Silver Star citation reads.</p><p>Johnson’s body was recovered on Oct. 6, 2017. He died of combat-related wounds and was buried on Oct. 21, 2017, at Hollywood Memorial Gardens. He was survived by his wife, Myeshia Manual, and their three children, Ah’Leesya, LaDavid Jr., and La’Shee.</p><p>Johnson, a Miami Carol City Senior High School graduate, also known as “Wheelie King 305,” was a member of the 5000 Role Models of Excellence Project and graduated from the ATI Career Training Center. </p><p>Johnson enlisted in the U.S. Army in 2014. His awards include the Silver Star Medal, Purple Heart Medal, Army Achievement Medal, Good Conduct Medal, Global War on Terrorism Medal, Parachutist Badge, and the Air Assault Badge.</p><p>“Memorial Day weekend is really hard for our family, but I thank God for the city of Miami Gardens for honoring him every year since he passed,” said Cowanda Jones-Johnson, the aunt who raised him after his biological mother, Samara Johnson, died in 1999. </p><p>For eight years, the city has hosted a Memorial Day breakfast in Johnson’s honor. This year, Miami Gardens Mayor Rodney Harris held it at the city’s Senior Family Center, at 18330 NW 12th Ave. </p><p>“Memorial Day weekend itself is hard for me because a lot of people don’t really understand what this day really is, so with Miami Gardens doing it, I’m trying to be able to let the youth know, understand what they’re celebrating because a lot of us don’t know,” Jones-Johnson said. “I didn’t know what it was until my son passed away.”</p><p>The National Moment of Remembrance encourages all Americans to pause at 3 p.m. for a moment of silence.</p><p><b>More on Memorial Day </b></p><ul><li><a href="https://www.local10.com/news/local/2026/05/25/veterans-join-memorial-day-ruck-march-in-fort-lauderdale-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/25/veterans-join-memorial-day-ruck-march-in-fort-lauderdale-beach/">Military veterans join Memorial Day ruck march in Fort Lauderdale Beach</a></li><li><a href="https://www.local10.com/news/local/2026/05/25/its-their-day-miami-beach-honors-fallen-veterans-on-memorial-day/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/25/its-their-day-miami-beach-honors-fallen-veterans-on-memorial-day/">‘It’s their day’: Miami Beach honors fallen veterans on Memorial Day</a></li><li><a href="https://www.local10.com/news/national/2026/05/24/oldest-pearl-harbor-survivor-is-keeping-memory-of-the-surprise-bombing-alive-at-106/" target="_self" rel="" title="https://www.local10.com/news/national/2026/05/24/oldest-pearl-harbor-survivor-is-keeping-memory-of-the-surprise-bombing-alive-at-106/">Oldest Pearl Harbor survivor is keeping the memory of the surprise bombing alive at 106</a></li><li><a href="https://www.local10.com/news/national/2026/05/25/the-origins-of-memorial-day-and-how-it-has-evolved/" target="_self" rel="" title="https://www.local10.com/news/national/2026/05/25/the-origins-of-memorial-day-and-how-it-has-evolved/">The origins of Memorial Day and how it has evolved</a></li><li><a href="https://www.local10.com/entertainment/2026/05/25/in-pressure-the-story-of-the-meteorologist-who-helped-save-d-day/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/05/25/in-pressure-the-story-of-the-meteorologist-who-helped-save-d-day/">In ‘Pressure,’ the story of the meteorologist who helped save D-Day</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Muere bebé de 9 meses tras choque en cadena en la I-75 ocurrido el Día de las Madres]]></title><link>https://www.local10.com/espanol/2026/05/25/muere-bebe-de-9-meses-tras-choque-en-cadena-en-la-i-75-ocurrido-el-dia-de-las-madres/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/25/muere-bebe-de-9-meses-tras-choque-en-cadena-en-la-i-75-ocurrido-el-dia-de-las-madres/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Nina tenía 9 meses cuando un choque en cadena en la I-75 de Weston le arrebató la vida, junto a su abuela y su tía. Su madre decidió donar sus órganos: “Nina seguirá viviendo a través de otras personas.”]]></description><pubDate>Mon, 25 May 2026 15:24:11 +0000</pubDate><content:encoded><![CDATA[<p>Una bebé de 9 meses murió tras un accidente ocurrido el Día de las Madres en la Interestatal 75 en Weston, confirmó la madre de la pequeña a Local 10 News el lunes.</p><p>La madre de Nina, Monica Villarruel, dijo que los órganos de su hija fueron donados y que ahora Nina “seguirá viviendo a través de otras personas.”</p><p>“Nina fue nuestro milagro incluso antes de nacer”, dijo Villarruel en un comunicado a Local 10 News. “Después de que nos dijeran que no podríamos tener hijos, Dios nos la regaló de forma natural; desde el primer momento, llenó nuestras vidas de amor, luz y esperanza. Era una bebé hermosa, dulce y verdaderamente especial; su sonrisa iluminaba cada habitación y sus ojitos brillantes cautivaban a todos los que la conocían. Hace dos semanas, nuestra familia vivió una tragedia que cambió nuestras vidas para siempre: en un accidente perdimos a mi mamá y a mi tía, y —tras una feroz batalla de dos semanas— nuestra pequeña Nina partió al cielo. En medio del dolor más grande que hemos conocido, tomamos la decisión de donar sus órganos, porque sentimos en el fondo de nuestros corazones que el propósito de Nina era seguir dando amor y vida a otros. Queremos que su legado sea un mensaje de fe, esperanza y unidad — un recordatorio para que las personas abracen más a sus seres queridos, atesoren cada momento y nunca pierdan la fe en Dios. Hoy creemos que Nina está en el cielo junto a su abuela y su tía, convertida en un ángel que seguirá obrando milagros en la vida de muchas familias.”</p><p>Según la Patrulla de Carreteras de Florida, el accidente ocurrió a media mañana del 10 de mayo en los carriles en dirección oeste de la I-75, al oeste de Indian Trade Road.</p><p>Una mujer identificada como Cira Quinones Lewis, de 60 años, conducía un Ford Fiesta negro y se encontraba allí para ayudar a su hijo, cuyo vehículo había quedado inmovilizado en el costado de la carretera debido a una llanta ponchada, según el reporte de su arresto.</p><p>Los agentes indicaron que Lewis se detuvo en el carril exterior de la I-75, lo que provocó una colisión en cadena: el vehículo detrás de ella se detuvo, pero el que venía detrás de ese no lo hizo.</p><p>Aunque Nina fue hospitalizada inicialmente tras el accidente, la madre y la tía de Villarruel murieron en el lugar.</p><p>“Eran mujeres excepcionales”, dijo Villarruel. “Mi tía era maestra en Ecuador. Amaba a los niños. Estas últimas semanas que pasé con ellas fuimos muy felices. Jugaban mucho con mi bebé. Mi mamá, igual.”</p><p>Lewis fue arrestada por cargos de conducir con licencia suspendida y no devolver la licencia de conducir ni registrarse con una compañía de seguros. También está detenida por una orden de inmigración.</p><p>La familia de Nina inició un GoFundMe para ayudar a cubrir los gastos funerarios.</p>]]></content:encoded></item><item><title><![CDATA[9-month-old baby girl dies after I-75 crash in Weston ]]></title><link>https://www.local10.com/news/local/2026/05/25/9-month-old-baby-girl-dies-after-i-75-crash-in-weston/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/25/9-month-old-baby-girl-dies-after-i-75-crash-in-weston/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 9-month-old baby girl has died following a crash on Mother’s Day on Interstate 75 in Weston, the baby’s mother confirmed to Local 10 News on Monday.]]></description><pubDate>Mon, 25 May 2026 13:40:37 +0000</pubDate><content:encoded><![CDATA[<p>A 9-month-old baby girl has died following a crash on Mother’s Day on Interstate 75 in Weston, the baby’s mother confirmed to Local 10 News on Monday.</p><p><a href="https://www.local10.com/espanol/2026/05/25/muere-bebe-de-9-meses-tras-choque-en-cadena-en-la-i-75-ocurrido-el-dia-de-las-madres/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/25/muere-bebe-de-9-meses-tras-choque-en-cadena-en-la-i-75-ocurrido-el-dia-de-las-madres/"><b>Leer en español</b></a></p><p>Nina’s mother, Monica Villarruel, said her daughter’s organs were donated and that now Nina “will continue to live through other people.”</p><figure><img src="https://www.local10.com/resizer/v2/T64QUMUGDNE3LLTOIOZTZ376BY.jpg?auth=9a61d378405aaa140a73659a74b145bd03fd315e2fb57cd7b424ccb93b834595&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Nina was our miracle even before she was born,” Villarruel said in a statement to Local 10 News. “After we were told that we would not be able to have children, God blessed us with her naturally; from the very first moment, she filled our lives with love, light, and hope. She was a beautiful, sweet, and truly special baby; her smile lit up every room, and her bright eyes captivated everyone who met her. Two weeks ago, our family endured a tragedy that changed our lives forever: in an accident, we lost my mother and my aunt, and—after a fierce two-week battle—our little Nina departed for heaven. Amidst the greatest sorrow we have ever known, we made the decision to donate her organs, for we felt deep in our hearts that Nina’s purpose was to continue giving love and life to others. We want her legacy to be a message of faith, hope, and unity—a reminder for people to embrace their loved ones more often, to cherish every moment, and never to lose faith in God. Today, we believe that Nina is in heaven alongside her grandmother and her aunt, having become an angel who will continue to work miracles in the lives of many families."</p><p>According to the Florida Highway Patrol, the crash occurred late in the morning of May 10 along the westbound lanes of I-75 to the west of Indian Trade Road.</p><p>A woman identified as Cira Quinones Lewis, 60, was driving a black Ford Fiesta and was there to assist her son, whose vehicle had become disabled on the side of the road due to a flat tire, according to her arrest report.</p><p>Troopers said Lewis came to a stop in the outside lane of I-75, which caused a pileup after the vehicle behind her stopped, but the vehicle behind that one did not.</p><p>While Nina was initially hospitalized after the crash, Villarruel’s mother and aunt died at the scene.</p><p>“They were exceptional women,” Villarruel said. “My aunt was a teacher in Ecuador. She loved the kids. These last few weeks I spent with them, we were very happy with them. They played with my baby a lot. My mom, the same.”</p><p>Lewis<a href="https://www.local10.com/news/local/2026/05/11/driver-arrested-following-fatal-crash-on-i-75-in-weston/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/11/driver-arrested-following-fatal-crash-on-i-75-in-weston/"> was arrested </a>on charges of driving with a suspended license and failing to return driver’s license or register with insurance company. She is also being jailed on an immigration hold.</p><p>Nina’s family has started a <a href="https://gofundme.com/f/wqdspy-supporting-our-family-after-tragic-loss/cl/o?attribution_id=sl:744f870c-1c17-4005-ae15-322b861a0020&amp;lang=en_US&amp;ts=1778764041&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_ta-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link" rel="" title="https://gofundme.com/f/wqdspy-supporting-our-family-after-tragic-loss/cl/o?attribution_id=sl:744f870c-1c17-4005-ae15-322b861a0020&amp;lang=en_US&amp;ts=1778764041&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_ta-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe</a> to help cover funeral costs.</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[México está dispuesto a albergar al equipo de Irán durante el Mundial de Fútbol]]></title><link>https://www.local10.com/espanol/2026/05/25/mexico-esta-dispuesto-a-albergar-al-equipo-de-iran-durante-el-mundial-de-futbol/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/25/mexico-esta-dispuesto-a-albergar-al-equipo-de-iran-durante-el-mundial-de-futbol/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — La presidenta Claudia Sheinbaum dijo el lunes que México está dispuesto a albergar al equipo de Irán durante el Mundial de Fútbol y que viaje a Estados Unidos para los tres partidos que se disputarán allí.]]></description><pubDate>Mon, 25 May 2026 16:41:42 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — La presidenta Claudia Sheinbaum dijo el lunes que México está dispuesto a albergar al equipo de Irán durante el Mundial de Fútbol y que viaje a Estados Unidos para los tres partidos que se disputarán allí.</p><p>Sheinbaum dijo durante su conferencia matutina que en México “no tenemos ningún problema” en que la selección iraní permanezca en su territorio mexicano luego de que Estados Unidos objetó que mantuvieran su campamento en ese país.</p><p>Irán tenía previsto entrenar en Tucson, Arizona, pero su traslado a México comenzó a barajarse como una opción debido a la incertidumbre por la guerra en Oriente Medio y las preocupaciones de seguridad.</p><p>La selección iraní disputará sus partidos del Grupo G en Inglewood, California, contra Nueva Zelanda el 15 de junio y contra Bélgica seis días después, para luego enfrentarse a Egipto el 26 de junio en Seattle.</p><p>La mandataria detalló que se está evaluando que la selección de Irán pueda hacer su campamento en la ciudad fronteriza de Tijuana, frente a California. Los equipos utilizan campamentos base para entrenar antes y después de los partidos.</p><p>La selección iraní participa en su cuarta Copa Mundial consecutiva y en su séptima en total. Nunca ha superado la primera ronda.</p><p>Al ser preguntada sobre las exigencias que impuso Estados Unidos a la selección de la República Democrática del Congo de que debe aislarse 21 días antes de llegar a territorio estadounidense por el brote de ébola que enfrenta ese país, la mandataria señaló que en el caso de México “tiene que haber algunas medidas sanitarias en particular que se trabajen junto con el país de origen”, para el partido que disputará el equipo africano en la ciudad mexicana de Guadalajara, pero no dio detalles.</p><p>La selección africana tendrá su campamento base en Houston durante el Mundial y disputará su primer juego del Grupo K contra Portugal el 17 de junio en esa ciudad, seguido de los partidos ante Colombia el 23 de junio en Guadalajara y el 27 de junio contra Uzbekistán en Atlanta.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GSZPIM3CN6RTLVCRYYAS5YFVPY.jpg?auth=6a708ead36db000cefd8a6f61639622141d3e0a64b48b464fef61ada1296f640&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jugadores de la selección de Irán saludan a la afición durante un evento organizado para el gobierno antes de que el equipo se dirija a su campamento y juegos de preparación en Turquía antes de la Copa Mundial el miércoles 13 de mayo de 2026. (AP Foto/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[‘It’s their day’: Miami Beach honors fallen veterans on Memorial Day]]></title><link>https://www.local10.com/news/local/2026/05/25/its-their-day-miami-beach-honors-fallen-veterans-on-memorial-day/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/25/its-their-day-miami-beach-honors-fallen-veterans-on-memorial-day/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Miami Beach commemorated Memorial Day on Monday.]]></description><pubDate>Mon, 25 May 2026 16:15:48 +0000</pubDate><content:encoded><![CDATA[<p>Miami Beach commemorated Memorial Day on Monday.</p><p>The event, held outside of the Miami Beach Police Department, featured a wreath-laying ceremony, a 21-gun salute and a performance by the Girl Scouts to honor the sacrifices of fallen veterans.</p><p>“I’m a veteran, but I think of the fallen on this day more than anyone else, because it’s their day,” participant David Patlak said. “It’s the day to remember.”</p><p>The event was a reminder that despite being a global destination, Miami Beach is also a small, tight-knit community.</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[Large grass fire burns near Miami Executive Airport]]></title><link>https://www.local10.com/news/local/2026/05/24/large-grass-fire-burns-near-miami-executive-airport/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/24/large-grass-fire-burns-near-miami-executive-airport/</guid><dc:creator><![CDATA[Magdala Louissaint, Chris Gothner]]></dc:creator><description><![CDATA[A grass fire broke out Sunday afternoon in southwest Miami-Dade.]]></description><pubDate>Sun, 24 May 2026 21:08:41 +0000</pubDate><content:encoded><![CDATA[<p>A grass fire broke out Sunday afternoon in southwest Miami-Dade.</p><p><a href="https://www.local10.com/espanol/2026/05/24/gran-incendio-de-pastizal-cerca-del-aeropuerto-ejecutivo-de-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/24/gran-incendio-de-pastizal-cerca-del-aeropuerto-ejecutivo-de-miami/">Leer en español</a></p><p>It broke out at around 2:45 p.m. in the pinelands near Southwest 137th Avenue and 120th Street, near Miami Executive Airport.</p><p>According to Miami-Dade Fire Rescue, no injuries were reported.</p><p>Additional manpower had been called in to fight the flames, which had burned about 24 acres and was 40% contained as of Sunday evening.</p><p>“(It’s a) tremendous fire and of course, it’s very hot out here, so all firefighters are dealing with the heat and the humidity,” MDFR Division Chief Michael Eng said. “The winds are coming strong from the east, so it is helping spread the fire a lot faster. </p><p>“A priority, of course, is again is protecting the exposures, so there’s a lot of residents in this part of the area that we want to protect.”</p><p>Crews additionally evacuated Camp Matecumbe, within Boystown Pineland County Park and closed a portion of Southwest 120th Street.</p><p>Firefighters have told those living nearby to shelter in place, so stay inside and to keep their doors and windows closed. </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[Paz anuncia reducción de su salario para calmar las protestas que exigen su renuncia en Bolivia]]></title><link>https://www.local10.com/espanol/2026/05/25/paz-anuncia-reduccion-de-su-salario-para-calmar-las-protestas-que-exigen-su-renuncia-en-bolivia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/25/paz-anuncia-reduccion-de-su-salario-para-calmar-las-protestas-que-exigen-su-renuncia-en-bolivia/</guid><dc:creator><![CDATA[Por CARLOS VALDEZ y PAOLA FLORES, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — El presidente boliviano Rodrigo Paz anticipó el lunes que reducirá su salario y el de sus ministros a la mitad y anunció un perdón para las multas tributarias de los trabajadores informales en un intento por destrabar las protestas que llevan adelante varios sindicatos que exigen su renuncia.]]></description><pubDate>Mon, 25 May 2026 15:59:22 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — El presidente boliviano Rodrigo Paz anticipó el lunes que reducirá su salario y el de sus ministros a la mitad y anunció un perdón para las multas tributarias de los trabajadores informales en un intento por destrabar las protestas que llevan adelante varios sindicatos que exigen su renuncia.</p><p>La Paz ingresó a su cuarta semana de bloqueos que han provocado desabastecimiento de alimentos y combustible y han disparado los precios. El intento del gobierno de abrir un “corredor humanitario” para permitir el paso de suministros básicos y vehículos atrapados en las rutas no dio resultado debido a la acción de algunos “grupos violentos” que atacaron a policías y militares, según informes del gobierno y la policía.</p><p>“Bolivia está en un momento delicado. Está en quiebra. Una minoría no puede gobernar. Hay que hablar, pero no bajo la presión del hambre. Estoy apostando por el diálogo y volveré a convocarlos”, dijo Paz en la sureña ciudad de Sucre. El anuncio de ajustes en su gabinete para incorporar a sectores sociales tampoco bajó la presión.</p><p>La Central Obrera Boliviana (COB), los sindicatos de campesinos y juntas vecinales que lideran las protestas no concurrieron a dialogar el domingo. Cuatro personas han fallecido, tres por falta de atención médica debido a los cortes y una cuarta el sábado supuestamente durante un operativo policial. La Fiscalía anunció investigaciones.</p><p>El mandatario no tiene un partido propio ni una alianza legislativa fuerte y ha descartado utilizar la fuerza pública ante un posible agravamiento del conflicto. Tampoco ha declarado el estado de excepción como reclaman sectores empresariales y apostó por el diálogo, que no ha prosperado. El conflicto mantiene polarizado al país entre quienes exigen la dimisión del mandatario y otros que lo respaldan y demandan mano firme para frenar las protestas.</p><p>Para el obispo católico Giovanni Arana, que oficia de mediador junto a organizaciones de derechos humanos y el Defensor del Pueblo, el intento de facilitar un diálogo “ha caído en saco roto”.</p><p>El expresidente Evo Morales (2006-2019) ha propuesto convocar a nuevas elecciones. El gobierno lo acusa de alentar y financiar las protestas, pero analistas creen que el político que enfrenta cargos con la justicia ya no tiene poder de convocatoria y que busca utilizar el conflicto para levantar cabeza.</p><p>Una nueva marcha se dirigía el lunes al centro de La Paz, que ha sido escenario de violentos choques entre manifestantes y la policía que custodia la plaza Murillo, donde están las sedes del Ejecutivo y el Legislativo.</p><p>En las estaciones de servicio se formaban largas colas de vehículos que buscaban combustible. “Tampoco hay seguridad para trabajar por los ataques de los motorizados a nuestros afiliados”, dijo el dirigente del transporte público Edson Valdez.</p><p>Según la Administradora de Caminos el país registraba el lunes 54 puntos de bloqueos, la mayoría en La Paz.</p><p>Varios analistas coincidieron en que la mayoría de los movilizados votaron por Paz desencantados por 20 años de gobiernos del Movimiento al Socialismo (MAS) y atraídos por su discurso de ajustes graduales para superar la peor crisis económica de los últimos 40 años. “Hemos votado por Paz... y nos ha traicionado”, dijo la dirigente agraria Esther Chura mientras participaba de una marcha a La Paz.</p><p>El problema ya no es reivindicativo, es político, dijo el exgobernador de La Paz y sociólogo Félix Patzi. Paz debe redefinir su proyecto de gobierno incorporando a esos sectores sociales que protestan, agregó.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J2RNXQJZ46P5LEVVW7DFUAFVFE.jpg?auth=0f86152505e724a8dbc281f0884aa9ce67615df209d6a4b10349a40f6f5d6f23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un residente pasa junto a la policía cerca de las barricadas levantadas por manifestantes antigubernamentales en una carretera en El Alto, Bolivia, el sábado 23 de mayo de 2026. (AP Foto/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/RAUTOYRJEQQQ6MSTX7K2EXIQEU.jpg?auth=4dd03a94dd8588daeef207b2e96e68fa4f904cef404034abd0788363b3d4770a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La policía retira las barricadas levantadas por manifestantes antigubernamentales en una carretera, el sábado 23 de mayo de 2026, en El Alto, Bolivia. (AP Foto/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/TSRIF5QR7NXR6KQODMXSOYULY4.jpg?auth=f186f431469e8b10fe35a6138db8f349eabc2672d6e1287413eb5dd078aadecb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residentes observan a la policía retirar las barricadas levantadas por manifestantes antigubernamentales en una carretera, el sábado 23 de mayo de 2026, en El Alto, Bolivia. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[Trump says Iran deal should include additional countries joining Abraham Accords]]></title><link>https://www.local10.com/news/world/2026/05/25/trump-says-iran-deal-should-include-additional-countries-joining-abraham-accords/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/25/trump-says-iran-deal-should-include-additional-countries-joining-abraham-accords/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said Monday that any agreement with Iran should include a requirement for several additional countries, including Saudi Arabia and Turkey, to join the Abraham Accords, the U.S.-brokered agreements aimed at normalizing relations with Israel that were forged during Trump's first term.]]></description><pubDate>Mon, 25 May 2026 15:50:35 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said Monday that any agreement with Iran should include a requirement for several additional countries, including Saudi Arabia and Turkey, to join the Abraham Accords, the U.S.-brokered agreements aimed at normalizing relations with Israel that were forged during Trump's first term.</p><p>In a social media post, Trump said negotiations are “proceeding nicely” but tied any eventual agreement to expanded participation in the agreements first signed in 2020.</p><p>He pointed to Saudi Arabia and Qatar as countries that should “immediately” sign on, followed by Pakistan, Turkey, Egypt and Jordan. Bahrain and the United Arab Emirates became the first countries to join in 2020.</p><p>He wrote that “after all the work done by the United States to try and pull this very complex puzzle together, it should be mandatory that all of these Countries, at a minimum, simultaneously, sign onto the Abraham Accords.”</p><p>The president said he brought up the Abraham Accords plan with leaders during negotiations on Saturday.</p><p>Trump suggested he may accept “one or two” countries declining to sign, but said most should be willing. Egypt and Jordan already formally recognize Israel and have long-standing peace treaties.</p><p>It remains unclear when or how any deal with Iran might be completed, or how Abraham Accords membership might affect an agreement. He suggested even Iran could eventually sign on, if an agreement is reached.</p><p>The accords are a series of diplomatic, economic and security agreements created with U.S. influence during Trump’s first term, originally between Israel and the United Arab Emirates and Bahrain, followed by Sudan, Morocco, and more recently, Kazakhstan.</p><p>They were framed as an effort to promote cooperation among countries in the Middle East and North Africa, and the administration saw them as partly paving a path toward full ties with Israel.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PAFS7YVFQIB6XYTPO3NJZCR3M4.jpg?auth=b86c7b65b8dfdd7c40741a07b88971168c493cfbadb1650049066761e1206084&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks at Rockland Community College, Friday, May 22, 2026, in Suffern, N.Y. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Parts of Europe swelter in record May heat as deaths at amateur sports events spur warnings]]></title><link>https://www.local10.com/news/world/2026/05/25/parts-of-europe-swelter-in-record-may-heat-as-deaths-at-amateur-sports-events-spur-warnings/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/25/parts-of-europe-swelter-in-record-may-heat-as-deaths-at-amateur-sports-events-spur-warnings/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Europe is baking under unseasonal heat that is shattering temperature records, including in the United Kingdom on Monday, and prompting government warnings after deaths were reported at amateur sports events in France.]]></description><pubDate>Mon, 25 May 2026 15:47:25 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Europe is baking under unseasonal heat that is shattering temperature records, including in the United Kingdom on Monday, and prompting government warnings after deaths were reported at amateur sports events in France.</p><p>The French sports minister, Marina Ferrari, posted condolences to the loved ones of a runner who died Sunday in a Paris race. Le Parisien newspaper reported that the 53-year-old man suffered a heart attack during the run in the capital’s 20th arrondissement, and that firefighters were unable to revive him.</p><p>It wasn’t yet known if the cause of the runner's death was heat-related, but Ferrari suggested a possible link.</p><p>“The events that occurred today (Sunday) during running races are a reminder that practicing sports in extreme heat requires absolute vigilance,” Ferrari said in an X post. “My thoughts are with the family and loved ones of the runner who died in Paris, as well as with the people who were treated by emergency services.”</p><p>In the southeastern city of Lyon, local media Actu Lyon on Monday reported the death of a woman who suffered heat stroke there during another sports competition, also on Sunday.</p><p>The national weather service, Meteo France, said temperatures are breaking records for a month of May, soaring past 30 C (86 F) in many parts of the country and forecast to last into the week.</p><p>The United Kingdom broke its record Monday for the hottest temperature recorded in May, after a heat wave was declared in several parts of the country.</p><p>Residents and tourists sought relief at beaches, parks and searched for shade on the holiday as the temperature hit 33.5 C (92.3 F) at London's Heathrow Airport, breaking the previous record of 32.8 C (91.4 F) set in 1922 and matched again in 1944.</p><p>The U.K. Health Security Agency has issued its first amber health alert of the year, warning of a rise in deaths, particularly among the elderly, at the hottest times of the day.</p><p>Next-level weather wildness is occurring ever more frequently as Earth’s warming builds. Experts say unprecedented and deadly weather extremes that sometimes strike at abnormal times and in unusual places are putting more people in danger.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ELLNVTGUEOQIHQZY3HKS22RAOU.jpg?auth=640249d003c63ac337758fcb40cb62f453f86b22661e50f40c520fc0b81424ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man reads a book while sitting in the sun along the Seine River in Paris, Monday, May 25, 2026. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C32WXFAASAIU5MMMNXB72N2F5M.jpg?auth=6ffa4a202db94d36f77de9764b971158ead3b2fc48313069b285bcb7bafa30f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People visit Bournemouth beach, south England, Monday May 25, 2026. (Andrew Matthews/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7WSNA6BQSUKRZJW6FRSUAHFHCE.jpg?auth=6d35648ee7f0c154fd3a450165b4677478126fe3e08e5e27acad4b6ceb792d1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People picnics in along the Seine River during sunny day in Paris, Monday, May 25, 2026. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R2HWCYIH5ZROUPWILA5B4EKTPI.jpg?auth=dbd307d9ff5992ad522e3ab3b13c20c111a3783c330c96b5048f3007f2e93bbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists shelter from the sun beneath umbrellas during the hot weather on Westminster Bridge, central London, England, Monday, May 25, 2026. (James Manning/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">James Manning</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XTPSPIUDDGLNGJRMGXNMDHQ73Y.jpg?auth=402b4baf4fcfa33cc7e0ab4ce7bc1f49e6f762aacf686c05c45237256c013cb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People seek relief from the heat along the Seine River in Paris, Monday, May 25, 2026. Artwork by street artist JR is seen on the Pont Neuf in the background. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content></item><item><title><![CDATA[Gran incendio de pastizal cerca del Aeropuerto Ejecutivo de Miami]]></title><link>https://www.local10.com/espanol/2026/05/24/gran-incendio-de-pastizal-cerca-del-aeropuerto-ejecutivo-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/gran-incendio-de-pastizal-cerca-del-aeropuerto-ejecutivo-de-miami/</guid><dc:creator><![CDATA[Magdala Louissaint, Chris Gothner]]></dc:creator><description><![CDATA[Se solicitó personal adicional para combatir las llamas, que han consumido cerca de 35 acres y estaban contenidas en un 30% hasta la noche del domingo.]]></description><pubDate>Mon, 25 May 2026 00:01:23 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio de pastizal se desató la tarde del domingo en el suroeste de Miami-Dade.</p><p>El fuego comenzó alrededor de las 2:45 p.m. en una zona de pinares cerca de la Southwest 137 Avenue y la 120 Street, próxima al Aeropuerto Ejecutivo de Miami.</p><p>Según Miami-Dade Fire Rescue, no se reportaron heridos.</p><p>Se solicitó personal adicional para combatir las llamas, que han consumido cerca de 35 acres y estaban contenidas en un 30% hasta la noche del domingo.</p><p>“Es un incendio enorme y, por supuesto, hace mucho calor aquí, por lo que todos los bomberos están enfrentando el calor y la humedad”, dijo el jefe de división de MDFR, Michael Eng. “Los vientos soplan con fuerza desde el este, lo que está ayudando a que el fuego se propague mucho más rápido.</p><p>“Una prioridad, por supuesto, es proteger las áreas expuestas, ya que hay muchos residentes en esta parte de la zona que queremos proteger”.</p><p>Las cuadrillas también evacuaron Camp Matecumbe, dentro de Boystown Pineland County Park, y cerraron un tramo de la Southwest 120 Street.</p><p>Los bomberos han indicado a los residentes cercanos que permanezcan en sus hogares, mantengan puertas y ventanas cerradas.</p>]]></content:encoded></item><item><title><![CDATA[South Florida girl turns childhood YouTube channel into global phenomenon]]></title><link>https://www.local10.com/features/2026/05/25/south-florida-girl-turns-childhood-youtube-channel-into-global-phenomenon/</link><guid isPermaLink="true">https://www.local10.com/features/2026/05/25/south-florida-girl-turns-childhood-youtube-channel-into-global-phenomenon/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[A South Florida teen who once faced fears she might never speak is now performing for sold-out crowds around the world.]]></description><pubDate>Mon, 25 May 2026 11:57:14 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida girl who once faced fears she might never speak is now performing for sold-out crowds around the world.</p><p><a href="https://www.local10.com/espanol/2026/05/25/la-nina-de-south-florida-que-conquisto-youtube-y-el-mundo/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/25/la-nina-de-south-florida-que-conquisto-youtube-y-el-mundo/"><b>Leer en español</b></a></p><p>Anastasia Radzinskaya, known online as <a href="https://www.youtube.com/@LikeNastyaofficial" target="_self" rel="" title="https://www.youtube.com/@LikeNastyaofficial">Like Nastya</a>, has become one of the biggest children’s content creators on YouTube, with more than 132 million subscribers on her main channel and billions of monthly views across her platforms.</p><p>Born in Russia and raised in South Florida, the 12-year-old content creator was diagnosed with cerebral palsy at birth. </p><p>Despite early concerns about her development, Radzinskaya and her family began creating videos together, eventually building a worldwide brand localized into multiple languages.</p><p>Radzinskaya said performing has always been a dream.</p><p>“Well, at a young age, I always wanted to sing,” she said. “I would sing in the shower or I would sing to my parents, and I would do a little show for them.”</p><p>Like Nastya’s online success has quickly expanded into music and live performances. But she said growing up online also came with challenges.</p><p>“Probably bullying when I was little, because sometimes when people saw my videos, they were like, ‘Oh you look so weird in them,’” Radzinskaya said. “But that didn’t take away my confidence and I just kept going.”</p><p>Now, she hopes her platform encourages other children to embrace confidence and individuality.</p><p>“Be confident, be yourself, be happy,” she said.</p><p>Radzinskaya recently celebrated her first sold-out concert and said live performances have become one of her favorite parts of her career.</p><p>“A first it’s weird, but I love to perform and I love big stages and big audiences,” she said. “So when I’m on stage, I can be myself and it’s very fun.”</p><p>That same message carries into her music, including her song “I’m Gonna Shine.”</p><p>“It was about giving people self-confidence and not caring about the haters,” Radzinskaya said.</p><p>And while her career continues to expand, she hinted at another major project ahead.</p><p>“I can’t reveal anything but you guys are probably gonna see me in a movie soon,” she said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Unattended bag temporarily causes disruptions at Miami International Airport]]></title><link>https://www.local10.com/news/local/2026/05/25/potential-security-threat-causes-disruptions-at-miami-international-airport/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/25/potential-security-threat-causes-disruptions-at-miami-international-airport/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[An unattended bag temporarily caused disruptions Monday morning at Miami International Airport, authorities confirmed.]]></description><pubDate>Mon, 25 May 2026 12:32:31 +0000</pubDate><content:encoded><![CDATA[<p>An unattended bag temporarily caused disruptions Monday morning at Miami International Airport, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/05/25/una-maleta-abandonada-paraliza-por-horas-el-aeropuerto-de-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/25/una-maleta-abandonada-paraliza-por-horas-el-aeropuerto-de-miami/"><b>Leer en español</b></a></p><p>According to airport officials, portions of the North and Central terminals before the security checkpoints were evacuated and the incident is also impacted vehicular traffic entering the airport, causing delays on both the arrivals and departures levels. </p><p>The Miami-Dade Sheriff’s Office later confirmed that deputies and K-9s responded to the area after receiving a report about an unattended bag.</p><p>“The preliminary information revealed that area Terminals 11-19 were evacuated out of precaution and made safe until MDSO bomb squad responds,” a MDSO spokesperson said in an email to Local 10 News. </p><p>Airport officials confirmed that the all clear has since been given.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">⚠️ <a href="https://twitter.com/hashtag/TravelAdvisory?src=hash&amp;ref_src=twsrc%5Etfw">#TravelAdvisory</a> 2 (05/25/26) ⚠️<br>Our partners at the <a href="https://twitter.com/MiamiDade_SO?ref_src=twsrc%5Etfw">@MiamiDade_SO</a> have given the all clear and airport operations will return to normal. Passengers may still encounter some traffic entering the airport and some delays at the TSA checkpoints in the North and Central Terminals.… <a href="https://t.co/ZT6FPBUnd8">pic.twitter.com/ZT6FPBUnd8</a></p>&mdash; Miami Int&#39;l Airport (@iflymia) <a href="https://twitter.com/iflymia/status/2058887908786876844?ref_src=twsrc%5Etfw">May 25, 2026</a></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O6V5LTB2U3RAHU3N5SXU6OGGIA.jpg?auth=704ef50d2b0033b7f16d5b9ec712d0fb0173943f3bf86e14edccdde2d867e641&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Lo atraparon en Broward tras robar autos en Pinecrest y chocar contra un patrullero]]></title><link>https://www.local10.com/espanol/2026/05/25/lo-atraparon-en-broward-tras-robar-autos-en-pinecrest-y-chocar-contra-un-patrullero/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/25/lo-atraparon-en-broward-tras-robar-autos-en-pinecrest-y-chocar-contra-un-patrullero/</guid><dc:creator><![CDATA[Amanda Batchelor, Linnie Supall, Byron Tollefson]]></dc:creator><description><![CDATA[Un grupo vestido de negro y con pasamontañas robó autos en Pinecrest en la madrugada del domingo. Cuando la policía los interceptó, chocaron contra el patrullero y huyeron. Uno terminó arrestado en Broward.]]></description><pubDate>Mon, 25 May 2026 15:33:56 +0000</pubDate><content:encoded><![CDATA[<p>Un sospechoso fue arrestado el domingo tras una serie de robos a vehículos en Pinecrest que desencadenaron una persecución terminada en el Condado de Broward, confirmaron las autoridades.</p><p>Los registros de la cárcel en línea muestran que Detric McClary, de 24 años, fue arrestado en Broward por cargos de resistencia a un agente, huir y evadir a alta velocidad, violación de propiedad ocupada y dos cargos de violación de libertad condicional.</p><p>La policía indicó que cargos adicionales están pendientes por parte del Departamento de Policía de Pinecrest.</p><p><a href="https://www.local10.com/news/local/2026/05/24/video-shows-pinecrest-burglary-crew-targeting-cars-before-fleeing-cops-later-crashing-in-broward/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/24/video-shows-pinecrest-burglary-crew-targeting-cars-before-fleeing-cops-later-crashing-in-broward/">Imágenes de vigilancia</a> obtenidas por Local 10 News muestran a un grupo de ladrones atacando vehículos en Pinecrest antes de que un oficial de policía los detectara, lo que desencadenó <a href="https://www.local10.com/news/local/2026/05/24/police-burglary-suspects-flee-after-pursuit-from-miami-dade-to-broward/" rel="">una persecución</a> que terminó con los sospechosos chocando en el Condado de Broward.</p><p>Las imágenes captaron a los ladrones intentando robar frente a una vivienda en Southwest 66th Avenue alrededor de las 2 a.m. del domingo.</p><p>Los sospechosos vestían de negro, llevaban pasamontañas y se les podía ver moviéndose de auto en auto en busca de objetos de valor.</p><p>“Es un vecindario muy tranquilo”, dijo el vecino Dave Auslander. “Siempre nos hemos sentido seguros aquí, pero como creo que cualquiera en este país ha aprendido, cosas malas pueden pasar en cualquier lugar.”</p><p>Un oficial de la policía de Pinecrest notó eventualmente un BMW estacionado en el lado equivocado de la calle.</p><p>Al acercarse el oficial, los sospechosos regresaron rápidamente al auto y deliberadamente chocaron en reversa contra el patrullero, dañándolo, antes de salir a toda velocidad, dijeron las autoridades.</p><p>La policía de Pinecrest persiguió al grupo hasta perderlos de vista. Los sospechosos terminaron chocando en el área de la Interestatal 95 y Griffin Road.</p><p>Los registros carcelarios indican que la policía de Hollywood detuvo a McClary, pero los demás sospechosos lograron escapar.</p><p>Las autoridades dijeron que han identificado al dueño del BMW, pero que esta persona no ha cooperado con la investigación.</p><p>La policía de Pinecrest dijo que el caso es un buen recordatorio para los residentes de mantener sus vehículos con llave, retirar objetos de valor de la vista y de instalar cámaras de seguridad.</p><p>Hasta la mañana del lunes, McClary permanecía detenido en la cárcel principal del Condado de Broward.</p>]]></content:encoded></item><item><title><![CDATA[Veteranos marchan con la mochila al hombro para honrar a sus caídos en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/05/25/veteranos-marchan-con-la-mochila-al-hombro-para-honrar-a-sus-caidos-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/25/veteranos-marchan-con-la-mochila-al-hombro-para-honrar-a-sus-caidos-en-fort-lauderdale/</guid><dc:creator><![CDATA[Michaila Hightower]]></dc:creator><description><![CDATA[Con el peso de sus mochilas y el de sus recuerdos, un grupo de veteranos caminó este lunes por Fort Lauderdale Beach para no olvidar a los compañeros que no regresaron.]]></description><pubDate>Mon, 25 May 2026 15:29:21 +0000</pubDate><content:encoded><![CDATA[<p>Anthony Perryman y Thomas Cappelletti estuvieron entre los veteranos de las fuerzas armadas de Estados Unidos que se reunieron la mañana del Día de los Caídos en Fort Lauderdale Beach para una caminata conmemorativa.</p><p>Perryman y Cappelletti dijeron que la marcha con mochila cargada — una caminata mientras se lleva peso en la espalda — era su manera de honrar a los militares caídos.</p><p>“Para los veteranos especialmente, es un día para tomarse un momento y reflexionar”, dijo Cappelletti. “Le recomiendo a todo el mundo que haga algo, aunque sea pequeño, para mostrar su apoyo.”</p><p>Los miembros de Power Veterans, una iniciativa que busca empoderar a veteranos mediante mentoría, beneficios y desarrollo profesional, caminaron juntos en Las Olas Oceanside Park Beach.</p><p>“Desafortunadamente, tuve soldados y compañeros de batalla que no llegaron hasta hoy”, dijo Perryman, uno de los organizadores. “Es difícil. Es simplemente una forma de honrarlos.”</p><p>La tradición del Momento Nacional de Remembranza consiste en un minuto de silencio a las 3 p.m.</p><p><b>Más sobre el Memorial Day</b></p><p><a href="https://www.local10.com/news/local/2026/05/25/oldest-pearl-harbor-survivor-is-keeping-the-memory-of-the-surprise-bombing-alive-at-106/" rel="">El sobreviviente más anciano de Pearl Harbor mantiene vivo el recuerdo del ataque sorpresa a sus 106 años</a></p><p><a href="https://www.local10.com/news/local/2026/05/25/the-origins-of-memorial-day-and-how-it-has-evolved/" rel="">Los orígenes del Día de los Caídos y cómo ha evolucionado</a></p><p><a href="https://www.local10.com/news/local/2026/05/25/in-pressure-the-story-of-the-meteorologist-who-helped-save-d-day/" rel="">En ‘Pressure’, la historia del meteorólogo que ayudó a salvar el Día D</a></p>]]></content:encoded></item><item><title><![CDATA[Una maleta abandonada paraliza por horas el Aeropuerto de Miami]]></title><link>https://www.local10.com/espanol/2026/05/25/una-maleta-abandonada-paraliza-por-horas-el-aeropuerto-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/25/una-maleta-abandonada-paraliza-por-horas-el-aeropuerto-de-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una maleta sin dueño provocó interrupciones temporales el lunes por la mañana en el Aeropuerto Internacional de Miami, confirmaron las autoridades.]]></description><pubDate>Mon, 25 May 2026 15:18:20 +0000</pubDate><content:encoded><![CDATA[<p>Una maleta sin dueño provocó interrupciones temporales el lunes por la mañana en el Aeropuerto Internacional de Miami, confirmaron las autoridades.</p><p>Según funcionarios del aeropuerto, partes de las terminales Norte y Central antes de los puntos de control de seguridad fueron evacuadas. El incidente también afectó el tráfico vehicular en los accesos al aeropuerto, causando demoras tanto en los niveles de llegadas como de salidas.</p><p>El Departamento del Sheriff de Miami-Dade confirmó posteriormente que agentes y unidades caninas respondieron al área tras recibir un reporte sobre una maleta abandonada.</p><p>“La información preliminar reveló que el área de las Terminales 11 a la 19 fue evacuada por precaución y despejada hasta que la unidad antibombas del MDSO respondiera”, dijo un portavoz del MDSO en un correo electrónico a Local 10 News.</p><p>Funcionarios del aeropuerto confirmaron que posteriormente se dio la señal de que todo estaba en orden.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">⚠️ <a href="https://twitter.com/hashtag/TravelAdvisory?src=hash&amp;ref_src=twsrc%5Etfw">#TravelAdvisory</a> (05/25/26) ⚠️<br>We are working with our partners at the <a href="https://twitter.com/MiamiDade_SO?ref_src=twsrc%5Etfw">@MiamiDade_SO</a> regarding a potential security threat at MIA. Out of an abundance of caution, portions of the North and Central Terminals prior to the security checkpoints have been temporarily evacuated.<br>This… <a href="https://t.co/YKvN7goA6v">pic.twitter.com/YKvN7goA6v</a></p>&mdash; Miami Int&#39;l Airport (@iflymia) <a href="https://twitter.com/iflymia/status/2058881078295720124?ref_src=twsrc%5Etfw">May 25, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O6V5LTB2U3RAHU3N5SXU6OGGIA.jpg?auth=704ef50d2b0033b7f16d5b9ec712d0fb0173943f3bf86e14edccdde2d867e641&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Travelers wait in line at Miami International Airport]]></media:description></media:content></item><item><title><![CDATA[La niña de South Florida que conquistó YouTube y el mundo]]></title><link>https://www.local10.com/espanol/2026/05/25/la-nina-de-south-florida-que-conquisto-youtube-y-el-mundo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/25/la-nina-de-south-florida-que-conquisto-youtube-y-el-mundo/</guid><dc:creator><![CDATA[Yarden Ben-David , Amanda Batchelor]]></dc:creator><description><![CDATA[Le dijeron que quizás nunca hablaría. Hoy, Anastasia Radzinskaya llena teatros en todo el mundo. La niña criada en el sur de Florida es la creadora de contenido infantil más vista de YouTube.]]></description><pubDate>Mon, 25 May 2026 15:14:44 +0000</pubDate><content:encoded><![CDATA[<p>Una niña del sur de Florida que alguna vez enfrentó el temor de nunca poder hablar ahora se presenta ante multitudes en escenarios de todo el mundo.</p><p>Anastasia Radzinskaya, conocida en internet como Like Nastya, se ha convertido en una de las creadoras de contenido infantil más grandes de YouTube, con más de 132 millones de suscriptores en su canal principal y miles de millones de reproducciones mensuales en todas sus plataformas.</p><p>Nacida en Rusia y criada en el sur de Florida, la creadora de contenido de 12 años fue diagnosticada con parálisis cerebral al nacer.</p><p>A pesar de las preocupaciones iniciales sobre su desarrollo, Radzinskaya y su familia comenzaron a grabar videos juntos y con el tiempo construyeron una marca mundial disponible en múltiples idiomas.</p><p>Radzinskaya dijo que actuar siempre fue un sueño.</p><p>“Desde pequeña siempre quise cantar”, dijo. “Cantaba en la ducha, les cantaba a mis papás y les hacía un pequeño show.”</p><p>El éxito de Like Nastya en internet se expandió rápidamente hacia la música y las presentaciones en vivo. Pero ella reconoció que crecer frente a las cámaras también tuvo sus momentos difíciles.</p><p>“Probablemente el bullying cuando era chica, porque a veces la gente veía mis videos y decía: ‘Ay, te ves muy rara en ellos’”, dijo Radzinskaya. “Pero eso no me quitó la confianza y simplemente seguí adelante.”</p><p>Ahora espera que su plataforma anime a otros niños a abrazar la confianza en sí mismos y su individualidad.</p><p>“Sé segura, sé tú misma, sé feliz”, dijo.</p><p>Radzinskaya celebró recientemente su primer concierto con entradas agotadas y dijo que las presentaciones en vivo se han convertido en una de sus partes favoritas de su carrera.</p><p>“Al principio es raro, pero me encanta actuar y me encantan los escenarios grandes y el público numeroso”, dijo. “Entonces cuando estoy en el escenario puedo ser yo misma y es muy divertido.”</p><p>Ese mismo mensaje está presente en su música, incluyendo su canción “I’m Gonna Shine”.</p><p>“Era para darle confianza a la gente y no hacerle caso a los haters”, dijo Radzinskaya.</p><p>Y mientras su carrera sigue creciendo, insinuó que otro gran proyecto se avecina.</p><p>“No puedo revelar nada, pero probablemente pronto me van a ver en una película”, dijo.</p>]]></content:encoded></item><item><title><![CDATA[Heat wave at French Open impacts the clay courts and has fans begging for water]]></title><link>https://www.local10.com/sports/2026/05/25/heat-wave-at-french-open-impacts-the-clay-courts-and-has-fans-begging-for-water/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/25/heat-wave-at-french-open-impacts-the-clay-courts-and-has-fans-begging-for-water/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Tennis players at the French Open say they haven’t experienced conditions this hot at Roland Garros since the Paris Olympics.]]></description><pubDate>Mon, 25 May 2026 16:46:50 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Tennis players at the French Open say they haven’t experienced conditions this hot at Roland Garros since the Paris Olympics.</p><p>And the 2024 Olympics were held in July and August.</p><p>Temperatures for the opening two days of the clay-court Grand Slam have soared to 33 degrees C (91 F) — far beyond normal for late May in the French capital. And it’s forecast to stay that way for the entire first week.</p><p>Besides making it uncomfortable for fans and players alike, the sultry conditions have also created faster conditions on court — changing the pace of the game.</p><p>“It is much different. Maybe it was that hot in the Olympics but the balls were different, so I wouldn’t treat it as the same tournament,” four-time French Open champion Iga Swiatek said after routing Emerson Jones 6-1, 6-2 in the first round on Monday.</p><p>Players have been putting bags of ice around their necks on changeovers to stay cool, while fans are refreshing themselves under sprinklers.</p><p>When workers water the clay courts between sets, they have taken to directing their hoses at spectators begging to be doused, too.</p><p>“I don’t remember the last time it was so hot at Roland Garros,” Russian-born Australian player Daria Kasatkina said after beating Zeynep Sonmez 6-4, 6-4. “Maybe one day. But we’re going to have it for the whole week.”</p><p>Kasatkina said the energy-sapping temperatures made for more up-and-down matches.</p><p>“You can suddenly just get out of the bench and feel that your focus dropped,” she said. “So this is a battle which you have to also win. … Whoever adapts better to today’s conditions gets it.”</p><p>A retirement and medical timeout</p><p>Canadian player Gabriel Diallo said the heat was the main reason why he retired midway through his match against James Duckworth on Sunday.</p><p>Both Andrey Rublev and opponent Ignacio Buse called for the trainer on separate occasions during the second set of their match on Monday.</p><p>Buse took a medical timeout and had salts and minerals added to his water bottle as a stethoscope was placed on his chest. Rublev received treatment a few games later.</p><p>Heat protocol</p><p>The French Open is usually cool compared to the heat at the Australian Open and U.S. Open.</p><p>But like in Australia and New York, the French Open has adopted an extreme weather policy.</p><p>If the Wet Bulb Globe Temperature (WBGT) — which takes into account temperature, humidity, sun, wind and other factors — reaches 30.1 degrees C (86 F) or higher, 10-minute cooling breaks can be installed between the second and third sets for women’s matches and between the third and fourth sets for men’s matches.</p><p>If the WBGT hits 32.2 C (90 F), play is suspended. It would require an air temperature of about 38 C (100 F) for play to be suspended.</p><p>Fast-court players like the heat</p><p>Some players were embracing the hotter air.</p><p>“I’ve always preferred hot and lively conditions to chilly on a clay court, because I feel like I can bring a little bit more of my all-court tennis on this type of surface,” Australian player Alex de Minaur said after beating Toby Samuel 6-4, 6-4, 6-2.</p><p>“It’s easier to be a little bit more aggressive. The ball is jumping. I don’t necessarily have to use as much spin or heaviness, and I can let the conditions do the job for me. And it’s quite physical. I don’t mind the heat,” De Minaur added.</p><p>Same goes for American player Alex Michelsen, who eliminated Alexander Shevchenko in straight sets.</p><p>“It’s definitely good for us Americans,” Michelsen said. “Generally we’re big serve, big forehand, big ground game and like to play offense. When it’s super hot, the ball is moving through the air very fast. … I was so happy when I saw the forecast.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RWY6EG2S2ETMK4ACH257E62DV4.jpg?auth=4947bf6e93e98fbd0c5e1e6907d5e5097a4a96d69a8f7950e8add68f9beb7fd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alex De Minaur of Australia attends a break during the first round men's singles tennis match against Toby Samuel of Britain at the French Open tennis tournament in Paris, Monday, May 25, 2026. (AP Photo/Christophe Ena)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/34DPVYDRKRAN3O7EEDSER4HXEQ.jpg?auth=087018d892e96df12b04ae7bdf2cd0f0767b58ccb3839f08c5542db59cccf680&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors cool themselves with water from sprinklers during a hot day at the French Open tennis tournament in Paris, Monday, May 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UYVOIBQDL64TR7A2422GKUWGGY.jpg?auth=58c6ac7c7e8c1983ae13bee6d2451126da56c97f83a67576ce67155a4ea63950&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Poland's Iga Swiatek gestures for a ballboy as he shields her from the sun during a break at the first round women's singles tennis match against Emerson Jones of Australia at the French Open tennis tournament in Paris, Monday, May 25, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSMVQ6W4W6JV7VXC3MCPAZU5K4.jpg?auth=9a6bd283ec93328c7ee1681d74a2bcf32a8eabf057f8a70cc57233e06d27182e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A stadium worker sprays the court with water before the first round men's singles tennis match at the French Open tennis tournament in Paris, Monday, May 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSIWJDVC7BABSJHS2AXWJYNIIU.jpg?auth=8a1846ce11609168664741548cea53b4ecc0619baa4cba01d3a1866244e3229d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman cools herself with a portable fan during the first round men's singles tennis match between Alex De Minaur of Australia and Toby Samuel of Britain at the French Open tennis tournament in Paris, Monday, May 25, 2026. (AP Photo/Christophe Ena)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content></item><item><title><![CDATA[Wawrinka waves emotional goodbye to French Open after losing in first round]]></title><link>https://www.local10.com/sports/2026/05/25/wawrinka-waves-emotional-goodbye-to-french-open-after-losing-in-first-round/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/25/wawrinka-waves-emotional-goodbye-to-french-open-after-losing-in-first-round/</guid><dc:creator><![CDATA[By JEROME PUGMIRE, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Stan Wawrinka waved a fond goodbye to the French Open after losing in the first round on Monday.]]></description><pubDate>Mon, 25 May 2026 15:29:40 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Stan Wawrinka waved a fond goodbye to the French Open after losing in the first round on Monday.</p><p>The 41-year-old Swiss, the 2015 champion and 2017 finalist, is retiring at the end of the season. He made his final Roland Garros appearance 21 years after his first.</p><p>Jesper de Jong finished off Wawrinka 6-3, 3-6, 6-3, 6-4 with a whipped forehand winner, then urged the fans to applaud Wawrinka, whose face was almost as red as the baking-hot clay. Temperatures in sun-soaked Paris hit 33 degrees C (91 F).</p><p>“It’s hard, it’s hard to say goodbye to you here,” an emotional Wawrinka said. “It’s because of Roland Garros that I wanted to become a tennis player.”</p><p>He was given an ovation at Court Simonne-Mathieu, where he got fans to do a Mexican wave before leaving. He was scheduled to face Arthur Fils but the rising French star pulled out of the tournament with a hip issue.</p><p>Wawrinka got the crowd going, at times asking for more encouragement with a broad grin. He applauded the spectators back, tapping his racket after winning a point. One fan held up a sign with “Stan the Man” written on it, another with “Stan still the Man.”</p><p>He knows it will be hard to let go — although he still has Wimbledon and the U.S. Open to come.</p><p>“For more than 20 years I experienced these emotions, you never want it to stop," Wawrinka said. "I have given everything for this sport.”</p><p>His stunning 2015 run to the title saw him defeat heavy favorite Novak Djokovic in the final after downing another all-time great, Roger Federer, in the quarterfinals. Wawrinka stood out that year as much for his eye-catching pink-checkered shorts as for his destructive backhand.</p><p>Those shorts fed his happy-go-lucky appearance and he reinforced that image by celebrating with Champagne long into the night. But as cavalier as he sometimes seemed, Wawrinka was anything but casual and always trained fiercely hard.</p><p>Later Monday, Gaël Monfils plays in the night session. The 39-year-old Frenchman is also retiring at the end of the year.</p><p>De Jong, who is 25, gave Wawrinka a timely reminder of his veteran status.</p><p>“He was playing against my coach (Bas Van Bentum) when I was a ball kid. I don’t want to say you’re that old,” De Jong said, drawing a smile from Wawrinka. “It’s all about Stan today, the way he was fighting.”</p><p>Wawrinka retorted: “I know I played against your coach, it doesn’t make me any younger.”</p><p>He was hugged on court by tournament director Amelie Mauresmo, before sitting and watching footage of his matches down the years. He was shown video messages from Federer, Rafael Nadal, Djokovic, men’s No. 1 Jannik Sinner, reigning champion Carlos Alcaraz, and Monfils.</p><p>At his physical peak, the barrel-chested Wawrinka had huge stamina and was one of the few who beat Nadal, Djokovic, Federer and Andy Murray at the Grand Slams.</p><p>Wawrinka beat Nadal in the the Australian Open final in 2014 and downed Djokovic again in the U.S. Open final in 2016, meaning all three of his majors were won against the No. 1 player. Nadal, however, dispatched him in straight sets in the 2017 French Open final.</p><p>He was an Olympic champion in doubles alongside Federer in 2008 and they won the Davis Cup for Switzerland in 2014.</p><p>“You are a legend of our sport,” said Monfils, who later faced countryman Hugo Gaston on Court Philippe-Chatrier.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ICDWXZG25ATBMRZLJMA2WAA4ZY.jpg?auth=0340d96997ada69c3cb086ad3c5dc751e37eddf80e8406c36fc13bbe9c55d1ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stan Wawrinka of Switzerland reacts after the first round men's singles tennis match against Jesper De Jong of the Netherlands at the French Open tennis tournament in Paris, Monday, May 25, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6HQPZ27LVKWUFKRHZIDPOASDWM.jpg?auth=95e18c421307f02ca8ed814d62905da972dc49aa3ad04be3cbf91ab2381e21ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stan Wawrinka of Switzerland waves to fans after the first round men's singles tennis match against Jesper De Jong of the Netherlands at the French Open tennis tournament in Paris, Monday, May 25, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZMGSVAWE6JU42X6PUN267H3NRU.jpg?auth=6611e6095f0c84dedd980e835d225c461d82d1618ea11277acb099ee307f3803&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stan Wawrinka of Switzerland reacts after the first round men's singles tennis match against Jesper De Jong of the Netherlands at the French Open tennis tournament in Paris, Monday, May 25, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MAVXTB5HDK6N4PWVQPLWKVP35M.jpg?auth=8271a6047e97ac7d50e16a43b46fa600178ee86b0dd8ba64ae3cff1abd05fe5e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stan Wawrinka of Switzerland reacts after the first round men's singles tennis match against Jesper De Jong of the Netherlands at the French Open tennis tournament in Paris, Monday, May 25, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DFYTSDAAJLLMF4BEDABPFAOLIY.jpg?auth=9774fa1d5807a1b0ef2d0462b381646c1b073ae1e3238df06f077d48988b0662&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left: Roland Garros tournament director and former tennis star Amelie Mauresmo, Stan Wawrinka of Switzerland and French tennis federation President Gilles Moretton pose for a picture after the first round men's singles tennis match between Stan Wawrinka of Switzerland and Jesper De Jong of the Netherlands at the French Open tennis tournament in Paris, Monday, May 25, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in the Texas US Senate Republican primary runoff]]></title><link>https://www.local10.com/news/politics/2026/05/25/ap-decision-notes-what-to-expect-in-the-texas-us-senate-republican-primary-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/25/ap-decision-notes-what-to-expect-in-the-texas-us-senate-republican-primary-runoff/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Voters in the Lone Star State will make their second attempt to nominate a Republican candidate for U.S. Senate in a primary runoff election on Tuesday, the electoral version of the Texas two-step.]]></description><pubDate>Mon, 25 May 2026 14:02:04 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Voters in the Lone Star State will make their second attempt to nominate a Republican candidate for U.S. Senate in a primary runoff election on Tuesday, the electoral version of the Texas two-step.</p><p>Also on the ballot are primary runoffs in more than a dozen congressional districts, plus state contests for lieutenant governor, attorney general and others.</p><p>U.S. Sen. John Cornyn was the top vote-getter in the March 3 primary, but strong showings by two GOP challengers forced the four-term incumbent to Tuesday’s head-to-head matchup with state Attorney General Ken Paxton, the second-place finisher who received President Donald Trump’s endorsement on May 19.</p><p>The contest is Trump’s next opportunity to purge the party of incumbents he views as insufficiently loyal to him and his agenda. It also sets the stage for a general election where Democrats are increasingly optimistic about their chances to score an upset in the heavily Republican state as they look to retake control of the U.S. Senate. Historically, voters have tended to punish the incumbent president’s party at the ballot box in midterm election years.</p><p>The winner will face Democratic state Rep. James Talarico in the general election.</p><p>Trump seemed open to endorsing Cornyn following the primary, and he did not excoriate the incumbent in his endorsement of Paxton, as he’s done recently with Republican incumbents in Indiana, Louisiana and Kentucky. But he said Cornyn “was not supportive of me when times were tough.”</p><p>Cornyn was critical of Trump ahead of the president’s 2024 campaign.</p><p>Since much of the Texas primary campaign has focused on the candidates’ loyalty to Trump, the counties where the president has the most support could play a decisive role. Although many of the counties Trump won in 2024 with 80% or more of the vote are rural and sparsely populated, collectively they made up about a fifth of the GOP primary vote. Paxton beat Cornyn in these counties, 45% to 40%, while Cornyn performed better than Paxton in the rest of the state.</p><p>In counties Trump carried with between 50% and 80% of the vote, Cornyn received about 42% of the vote, edging Paxton by a percentage point. Republican primary voters in the 12 counties Democrat Kamala Harris carried in 2024 preferred Cornyn, 44% to 40%. These counties made up 25% of the overall primary vote, larger than the share of Trump’s 80%-plus counties.</p><p>Only two incumbent U.S. senators from Texas have lost a primary in the last 100 years.</p><p>In 2025, Republicans redrew the state’s congressional districts at Trump’s urging as part of an effort to maintain control of the U.S. House.</p><p>Among the notable primary runoffs that resulted from the new congressional map, Democratic U.S. Reps. Christian Menefee and Al Green will face each other in the redrawn 18th Congressional District. In the new 33rd Congressional District, Democratic U.S. Rep. Julie Johnson faces a challenge from her predecessor, former Democratic U.S. Rep. Colin Allred.</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 statewide at 7 p.m. local time, which is 8 p.m. ET and 9 p.m. ET. Most polls are in Central time and close at 8 p.m. ET, while polls in the westernmost part of the state are in Mountain time and close at 9 p.m. ET.</p><p>What’s on the ballot?</p><p>The AP will provide vote results and declare winners in Republican primary runoffs for U.S. Senate, U.S. House, railroad commissioner, Court of Criminal Appeals, state Senate and state House and in Democratic primary runoffs for U.S. House, lieutenant governor, attorney general, state Board of Education and state House.</p><p>Who gets to vote?</p><p>Voters who did not participate in a party primary on March 3 may vote in the runoff for either party. Voters who did cast a ballot in a party primary may only vote in the runoff of the same party as they did in the primary. In other words, Democratic primary voters may not vote in a Republican primary runoff or vice versa. Voters in the non-partisan primary may vote in either party’s runoff.</p><p>How many voters are there?</p><p>As of the March 3 primary, there were nearly 19 million registered voters in Texas.</p><p>How many people actually vote?</p><p>About 2.2 million Republican primary votes and about 2.3 million Democratic primary votes were cast in the March 3 Texas primary.</p><p>In the 2022 Republican primary for Texas Attorney General, turnout was about 1.9 million voters in the primary and about 932,000 in the primary runoff.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 63% of the vote in the March 3 Republican primary was cast before primary day.</p><p>As of Thursday, about 621,000 Republican primary ballots and about 262,000 Democratic primary ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Counties tend to release all or nearly all results from early and absentee voting in the first vote update of the night, before any in-person Election Day results are released.</p><p>How long does vote-counting usually take?</p><p>In the U.S. Senate primary in March, the AP first reported results at 8 p.m. ET just as polls closed in most of the state. By 11:39 p.m. ET, 75% of the vote had been counted. Vote results were released continuously until about 5:58 a.m. ET, with about 98% of the total vote counted.</p><p>When will the AP declare a winner?</p><p>The Associated Press 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>Texas requires an automatic recount only in cases of a tie vote. Losing candidates may request and pay for a recount if the margin is less than 10% of the leading candidate’s vote. 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 Tuesday, there will be 161 days until the 2026 midterm elections.</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/U5ZOR3XNYJWAGEA42LMGS3256Q.jpg?auth=73165eac2a563d83dbea439d4bac05fbf811571b1e8eaf68bdae08fae0ac4a09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. John Cornyn, R-Texas, speaks during a campaign event in Lubbock, Texas, Tuesday, May 19, 2026. (AP Photo/Annie Rice)]]></media:description><media:credit role="author" scheme="urn:ebu">Annie Rice</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FOEREM2VO436VVTRJMWGZFBMQE.jpg?auth=5908fcf51f5f7476d69a8e1780c2f0c1358c5f6af08739aeffb50322da63e025&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Attorney General Ken Paxton, a Republican candidate for the U.S. Senate, speaks to supporters while campaigning for his primary runoff race Monday, May 18, 2026, in Dallas. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Israeli opposition leader Lapid says Trump’s emerging deal with Iran is `bad for the region’]]></title><link>https://www.local10.com/news/world/2026/05/25/israeli-opposition-leader-lapid-says-trumps-emerging-deal-with-iran-is-bad-for-the-region/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/25/israeli-opposition-leader-lapid-says-trumps-emerging-deal-with-iran-is-bad-for-the-region/</guid><dc:creator><![CDATA[By MELANIE LIDMAN, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — The deal being discussed between the U.S. and Iran fails to achieve any of Israel’s goals for the war, Israel’s opposition leader Yair Lapid said on Monday, as he accused Prime Minister Benjamin Netanyahu of failing to influence a better agreement.]]></description><pubDate>Mon, 25 May 2026 14:44:12 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — The deal being discussed between the U.S. and Iran fails to achieve any of Israel’s goals for the war, Israel’s opposition leader Yair Lapid said on Monday, as he accused Prime Minister Benjamin Netanyahu of failing to influence a better agreement.</p><p>Lapid, who is part of an alliance attempting to unseat Netanyahu in elections this year, said details of the emerging deal are “disturbing.”</p><p>“The deal is bad for Israel, bad for the region, bad for the citizens of Iran,” Lapid told reporters in Jerusalem.</p><p>Israel and the U.S. launched the war on Feb. 28 vowing to destroy Iran’s ballistic missile program, end its support for proxy militant groups across the region and end Iran’s ability to pursue a nuclear bomb. Both Netanyahu and President Donald Trump also said they hoped to create conditions to topple Iran’s government.</p><p>According to regional officials, under the current deal being discussed Iran would give up its stockpile of highly enriched uranium and reopen the strategic Strait of Hormuz in exchange for ending a U.S. blockade of Iranian ports and the lifting of sanctions against Iran. Key details on Iran’s nuclear program would then be negotiated during a 60-day period. It is unclear if the deal will address Iran’s missiles or support for regional militant groups.</p><p>Lapid expressed gratitude to Trump for launching the war with Israel, but criticized Netanyahu for allowing Washington to negotiate a potential deal with little coordination with Israel.</p><p>“The Israeli government is at an all-time low in its ability to influence decisions in Washington,” he said, noting that Trump said last week: “Netanyahu will do whatever I want him to do.”</p><p>Netanyahu has repeatedly stressed to Trump that Israel maintains “freedom of action” against threats in any arena, according to an official familiar with Israel prime minister's conversations with Trump, who spoke on the condition of anonymity because they were not authorized to speak to the media.</p><p>“Israel is a sovereign state, we are not a vassal state and we are not a protectorate,” Lapid said.</p><p>Lapid, head of the centrist “Yesh Atid” party, briefly served as prime minister in 2022 under a rotation agreement with Naftali Bennett, leader of a small conservative party. Their coalition government ended 12 years of Netanyahu’s rule.</p><p>They have once again merged their parties into single faction headed by Bennett as they attempt to unseat Netanyahu in elections which will be held by the end of October.</p><p>Lapid has served as Israel’s opposition leader since Netanyahu returned to power in late 2022, while Bennett took a break from politics. Their alliance is aimed at uniting a fragmented opposition united in large part by their shared hostility toward Netanyahu.</p><p>Lapid, one of a shrinking number of Israeli politicians who supports the idea of Palestinian independence, said the issue would not be on the next government’s agenda. He said the conditions are not right following the trauma of the Hamas attacks on Oct. 7, 2023, and wars that have followed.</p><p>“There will be no two-state solution in the coming years, because Israelis now understand this will become just another failing terrorist state on our borders,” said Lapid, adding that the Palestinian Authority does not have the ability to effectively prevent attacks against Israel.</p><p>But Lapid said he would oppose unilateral steps that would make a future Palestinian state impossible and had received assurances from Bennett, a former West Bank settlement leader, that Israel will not move toward annexing the occupied territory.</p><p>Lapid also ruled out cooperation with Arab parties to build a coalition to unseat Netanyahu.</p><p>Opinion polls indicate that Bennett and Lapid might not be able to form a governing majority coalition without the support of some Arab lawmakers, as they did in their previous government. They broke a longstanding taboo in 2021 when they invited Mansour Abbas, leader of a small Arab faction, into Israel’s governing coalition for the first and only time in Israel’s history.</p><p>Lapid said his previous cooperation with Abbas was “the right government for the moment,” but that Israel is in a very different place after nearly three years of wars and he and Bennett will not build a coalition with Abbas’ party in the next elections.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4EPAQ6K2U3D7FJ5O5WA4QP3JWA.jpg?auth=fd22e5c4401c70780a94e8126e13fb5724cf02bba98d088ff4e1f6532796194b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Israeli prime ministers Naftali Bennett, left, and Yair Lapid arrive to a joint press conference announcing that their parties will run together in the upcoming elections, in Herzliya, Israel, Sunday, April 26, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VWVDK2PJRES27J5HYNKNTIDPTM.jpg?auth=c89ab03da872c957525c903c751d4ac222e7b3fa4030694f7f0d41ca511f3482&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Israeli prime ministers Naftali Bennett, left, and Yair Lapid hold a joint press conference announcing that their parties will run together in the upcoming elections, in Herzliya, Israel, Sunday, April 26, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ENYLP2GRFLXTLL7S6R2YQL6UZU.jpg?auth=5805a025088128a6e0f69623edb620d5650834babee57162d6a13460fcf5dd75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Israeli prime ministers Naftali Bennett, left, and Yair Lapid hold a joint press conference announcing that their parties will run together in the upcoming elections, in Herzliya, Israel, Sunday, April 26, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content></item><item><title><![CDATA[Cambodian opposition leader Kem Sokha receives royal pardon for treason sentence]]></title><link>https://www.local10.com/news/world/2026/05/25/cambodian-opposition-leader-kem-sokha-receives-royal-pardon-for-treason-sentence/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/25/cambodian-opposition-leader-kem-sokha-receives-royal-pardon-for-treason-sentence/</guid><dc:creator><![CDATA[By SOPHENG CHEANG, Associated Press]]></dc:creator><description><![CDATA[PHNOM PENH, Cambodia (AP) — Cambodian opposition leader Kem Sokha was granted a royal pardon on Monday from a 27-year prison sentence for treason, a month after an appeals court affirmed his conviction and punishment.]]></description><pubDate>Mon, 25 May 2026 15:56:04 +0000</pubDate><content:encoded><![CDATA[<p>PHNOM PENH, Cambodia (AP) — Cambodian opposition leader Kem Sokha was granted a royal pardon on Monday from a 27-year prison sentence for treason, a month after an appeals court affirmed his conviction and punishment.</p><p>Hun Sen, the Senate president acting as head of state in the absence of King Norodom Sihamoni, issued the pardon freeing Kem Sokha from house arrest. Sihamoni is in China on an extended stay for medical treatment.</p><p>Prime Minister Hun Manet, in a statement posted on the Telegram social media platform, described the pardon as a step in strengthening national unity. Kem Sokha made no immediate public comment. His lawyers said the action did not lift a ban on him taking part in politics or leaving the country for five years after his sentence was over.</p><p>The decision is unlikely to greatly affect the political climate in Cambodia, with other opposition figures in exile and where political and social activists continue to face restrictions on freedom of speech and movement.</p><p>“Hun Sen’s decision to pardon Kem Sokha after more than eight years in arbitrary detention partially reverses a grievous injustice, but it is deplorable that Sokha remains barred from participating in politics or leaving the country,” Elaine Pearson, the regional director for Human Rights Watch, said a statement.</p><p>She added: “Cambodia’s remaining opposition politicians and parties are still under constant threat of arbitrary arrest and baseless restrictions. The government needs to ensure that political rights are respected in the country.”</p><p>Kem Sokha was convicted in 2023 following a long period of pretrial detention. He was accused of conspiring with the United States to topple the Cambodian government. He has consistently denied the charge.</p><p>The primary evidence against him was a video of him discussing political advice from U.S.-based pro-democracy groups. He told the appeals court last month that he had never conspired with any foreign country to cost the lives of Cambodian citizens or the loss of national territory.</p><p>His arrest in 2017 marked the start of a broad government crackdown on independent media and political opponents, notably Kem Sokha’s popular Cambodia National Rescue Party.</p><p>The Supreme Court dissolved the party shortly after his 2017 arrest. That allowed Hun Sen’s ruling Cambodian People’s Party to sweep all parliamentary seats in the 2018 elections.</p><p>Hun Sen was prime minister when Kem Sokha was arrested and convicted. In 2023, Hun Sen became Senate president and his son, Hun Manet, succeeded him as prime minister.</p><p>Hun Sen, who served 38 years as Cambodia’s leader, has long been accused of using the judicial system to persecute critics and political opponents. While the government insists it promotes the rule of law under an electoral democracy, the courts have frequently dissolved political parties seen as potential rivals and jailed or harassed their leaders.</p><p>Critics charge that the situation has not improved much under Hun Manet.</p><p>The Phnom Penh Appeals Court had affirmed Kem Sokha’s 27-year sentence at the end of April, following a much-delayed appeals process. It added a condition barring him from leaving the country for five years after his sentence was over.</p><p>Kem Sokha had visited his ailing 101-year-old mother with the court's permission earlier Monday before the pardon was announced.</p><p>He did not speak to the media, but a video posted on social media by his lawyer showed him hugging his mother and saying that if he were free, he would enter the Buddhist monkhood to honor her. He also said he would not seek revenge against those who put him in prison.</p><p>——-</p><p>Associated Press writer Grant Peck in Bangkok contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MICL5EUVGRXNSWJCYZSNDD7HKE.jpg?auth=7a891463fcb789d7d3be5a1b9d96f914e9a2da42b4ae4ec622d7d2c7c5fe0ced&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Former President of Cambodia National Rescue Party, Kem Sokha, greets from his car in front of his house in Phnom Penh, Cambodia, Friday, March 3, 2023. (AP Photo/Heng Sinith, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heng Sinith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TYL24BAVGJRI5253DTC5R3QODQ.jpg?auth=4908c9c34aefc80b4f77385a729694467d5854cc68bb4f3c65b8b81a36cc98b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former President of Cambodia National Rescue Party, Kem Sokha, greets from his car in front of his house in Phnom Penh, Cambodia, Friday, March 3, 2023. (AP Photo/Heng Sinith, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Heng Sinith</media:credit></media:content></item><item><title><![CDATA[Florida Vintage: The rise and unraveling of Yahweh Ben Yahweh ]]></title><link>https://www.local10.com/features/2026/05/25/florida-vintage-the-rise-and-unraveling-of-yahweh-ben-yahweh/</link><guid isPermaLink="true">https://www.local10.com/features/2026/05/25/florida-vintage-the-rise-and-unraveling-of-yahweh-ben-yahweh/</guid><description><![CDATA[A look back at the rise and unraveling of Yahweh Ben Yahweh — the cult leader behind one of Miami’s most powerful and controversial movements of the 80’s.]]></description><pubDate>Mon, 25 May 2026 12:52:57 +0000</pubDate><content:encoded><![CDATA[<p>A look back at the rise and unraveling of Yahweh Ben Yahweh — the cult leader behind one of Miami’s most powerful and controversial movements of the 80’s.</p>]]></content:encoded></item><item><title><![CDATA[Texas GOP Senate candidates scarce in public but unavoidable on TV in final day of runoff campaign]]></title><link>https://www.local10.com/news/politics/2026/05/25/texas-gop-senate-candidates-scarce-in-public-but-unavoidable-on-tv-in-final-day-of-runoff-campaign/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/25/texas-gop-senate-candidates-scarce-in-public-but-unavoidable-on-tv-in-final-day-of-runoff-campaign/</guid><dc:creator><![CDATA[By THOMAS BEAUMONT, Associated Press]]></dc:creator><description><![CDATA[PLANO, Texas (AP) — Voters in Texas will see little of the Republican candidates for U.S. Senate on Monday. But that's only if they stay away from screens.]]></description><pubDate>Mon, 25 May 2026 12:58:54 +0000</pubDate><content:encoded><![CDATA[<p>PLANO, Texas (AP) — Voters in Texas will see little of the Republican candidates for U.S. Senate on Monday. But that's only if they stay away from screens.</p><p>There were no public campaign events scheduled for Sen. John Cornyn nor state Attorney General Ken Paxton on the final day of their more than yearlong quest for the GOP nomination. Instead, their fight for Tuesday's runoff continues as it has for months — intense and unabated — through advertising that has topped $109 million, heavily from Cornyn's side.</p><p>Cornyn is scheduled to host an annual, non-campaign event in San Antonio to recognize high school graduates attending the nation's service academies. The senator seeking a fifth term held his last public campaign event in Corpus Christi on Friday, ahead of Tuesday’s voting.</p><p>Paxton headlined his last events Thursday in the Austin area and in San Antonio, content to let his campaign and a super PAC carry his primary message: that President Donald Trump endorsed him on May 19.</p><p>Trump's announcement and accompanying dismissal of Cornyn, who has had an awkward public relationship with the president, came on the second day of early voting, which ended Friday.</p><p>Though the candidates were quiet over the weekend, Trump reaffirmed his support for Paxton on Sunday, and disparaged Cornyn as insufficiently loyal to him.</p><p>Paxton, Trump posted on social media, “was also very loyal to your favorite President, ME,” while calling Cornyn “VERY disloyal to me.” It was Trump's strongest rebuke of Cornyn, who had dismissed his 2024 comeback chances, and echoed the president's reproach of Louisiana Sen. Bill Cassidy before he lost in the May 15 GOP Senate primary.</p><p>Following Trump's call for retribution, Republican voters in Indiana and Kentucky have also chosen GOP primary challengers over incumbent GOP officeholders who have crossed the president or opposed his agenda.</p><p>For a contest that is expected to draw a fraction of Texas’ 18.7 million voters, the two candidates’ campaigns and supporting groups were continuing to bombard all Texans with advertising, though more by Cornyn's backers than Paxton's.</p><p>"It’s just a slug fest, with the campaigns and third-party groups slugging it out,” said Wayne Hamilton, a former executive director of the Texas Republican Party.</p><p>The combination of Cornyn's campaign and supporting super PACs have far outspent pro-Paxton groups over the past year, by almost nine-to-one. But the gap has shrunk as the runoff has approached. In the final week of the campaign, the combination of pro-Cornyn ad spending was less than twice Paxton's group.</p><p>Cornyn's network continued to air spots attacking Paxton over ethical and personal questions that have shadowed him with little effect throughout the campaign. Cornyn’s campaign also had reprised an ad noting his tendency to vote in the Senate for Trump’s priorities.</p><p>Paxton's campaign and groups supporting him transitioned midweek to all ads noting Trump's endorsement, though Paxton's primary super PAC, Lone Star Liberty Fund, began airing one over the weekend aimed at raising questions about state Rep. James Talarico, the Texas Democratic Senate nominee.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NHCXJJCT45DVUHFTK6TMGIVIVU.jpg?auth=f2760f6cd981a110f011b07d30f21da35def1372eb1e6bc4adb4001784bda048&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Attorney General Ken Paxton, a Republican candidate for the U.S. Senate, smiles at a campaign event in McKinney, Texas, Tuesday, May 19, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C7KWTS4W5WGF3CH4UNYOKQ7DOE.jpg?auth=ba1c678768726557ea2bc305bcff88a0331980e6f4cd5d1bfcd5a6552de16516&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. John Cornyn, R-Texas, listens to State Sen. Charles Perry, R-Lubbock, during a campaign event in Lubbock, Texas, Tuesday, May 19, 2026. (AP Photo/Annie Rice)]]></media:description><media:credit role="author" scheme="urn:ebu">Annie Rice</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QFLNV7UCN7DTDEL2ECFGU6ILJU.jpg?auth=92c3c43e3a7fa6b74f391cdfd963042c87b0b5ecae243d61c5eb4c1a32cff356&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Darlee Foster, left, and Debbie King talk before the Sen. John Cornyn, R-Texas, campaign event in Lubbock, Texas, Tuesday, May 19, 2026. (AP Photo/Annie Rice)]]></media:description><media:credit role="author" scheme="urn:ebu">Annie Rice</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6G5B2A4DRBN7YOYC4BPB2DDYT4.jpg?auth=bc113573263234a71f9fdcef0eac1bd567f57d29113b582c9ecd1a9debc504f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Attorney General Ken Paxton, a Republican candidate for the U.S. Senate, speaks to supporters at a campaign event in McKinney, Texas, Tuesday, May 19, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content></item><item><title><![CDATA[Cypriot social media star Fidias will keep his European Parliament job after winning Cyprus seat]]></title><link>https://www.local10.com/news/world/2026/05/25/cypriot-social-media-star-fidias-will-keep-his-european-parliament-job-after-winning-cyprus-seat/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/25/cypriot-social-media-star-fidias-will-keep-his-european-parliament-job-after-winning-cyprus-seat/</guid><dc:creator><![CDATA[By MENELAOS HADJICOSTIS, Associated Press]]></dc:creator><description><![CDATA[NICOSIA, Cyprus (AP) — Cypriot YouTuber and TikToker Fidias Panayiotou, who translated his online popularity into a meteoric political career at home and in Europe, said Monday that he’ll hold onto his European Parliament seat, despite winning one in Cyprus’ House of Representatives.]]></description><pubDate>Mon, 25 May 2026 12:10:10 +0000</pubDate><content:encoded><![CDATA[<p>NICOSIA, Cyprus (AP) — Cypriot YouTuber and TikToker Fidias Panayiotou, who translated his online popularity into a meteoric political career at home and in Europe, said Monday that he’ll hold onto his European Parliament seat, despite winning one in Cyprus’ House of Representatives.</p><p>“I’ll stay in the European Parliament because it would be good for the Direct Democracy party to have a European Parliament member,” Fidias, who goes by his first name, told reporters before a proclamation ceremony.</p><p>“We could’ve done better but we’re happy with what has happened, this is a small victory.”</p><p>Fidias whipped up much speculation by being coy about his political future throughout his campaign.</p><p>It was only six months ago that Fidias, 26, founded the Direct Democracy party. He said that the party was intended to upend the established political order in Cyprus and abroad by enabling ordinary citizens to have a say in formulating party policy and declare themselves party candidates through an online application.</p><p>Direct Democracy received 5.4% of total votes in Sunday’s parliamentary election and four seats in the 56-member House. Fidias, who garnered the most votes out of all of his party’s candidates, ceded his seat to runner-up Yiannis Laouris.</p><p>Even though it’s a remarkable result for a group that eschewed the traditional way of wooing voters by outlining its policies, the result didn’t live up to Fidias’ own expectations. That’s because nearly one in five voters cast their ballots for him in the June 2024 European Parliament election, even though he took no political positions, made no promises and didn't present a program for his time in office.</p><p>“It seems now that people are hungry not for political positions, but for true people that are not lying, (but) saying the truth,” he told The Associated Press in an interview shortly after the 2024 poll.</p><p>Fidias spent years boosting his popularity with outrageous video posts of him spending wads of cash in Vietnam, living a week in an airport for free, and burying himself alive for 10 days.</p><p>His online breakthrough came after he relentlessly pursued and succeeded in getting a hug from billionaire entrepreneur Elon Musk, who also became a fan.</p><p>Fidias has acknowledged that his online antics had offered many Cypriot voters — who are deeply disenchanted with the perceived corruption of a party system that has operated on a favors-for-votes basis for decades — a way to express their frustrations.</p><p>Fidias has used online media as his primary tool to communicate with his supporters the inner workings of the European Parliament, the reasoning for his voting on issues as well as to answer his growing number of detractors who consider him and his trial-by-error decision-making politically infantile.</p><p>He has also courted plenty of controversy for his perceived support for negotiations with Russia over the war in Ukraine, and for casting doubt on what the International Criminal Court said was the “unlawful deportation” of Ukrainian children to Russia.</p><p>Sunday’s parliamentary election saw the ultranationalist National Popular Front, or ELAM, party make major gains, receiving nearly 11% of the vote and eight seats — up from just under 7% and four seats in the previous poll.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M73S4JW22R2PIWC5H6C7S4UEO4.jpg?auth=6632d0242ac792339bb48aa852e5e403e8311c32836e322b7ddac4991628389f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Popular YouTuber and TikToker with millions of online followers Fidias Panayiotou holds his cell phone after his proclamation as the winner of one of six seats allotted to Cyprus in the European Parliament in Nicosia, Cyprus, Tuesday, June 11, 2024. (AP Photo/Petros Karadjias, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Karadjias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TO5SGYZGUSS5P63FSR3NNMXPII.jpg?auth=e5b7383a7876c1f212357404c1192ca4c1cb338ae9f3fe711a4e375c6ea912fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voter casts a ballot at a polling station during the parliamentary elections in capital Nicosia, Cyprus, Sunday, May 24, 2026. (AP Photo/Petros Karadjias)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Karadjias</media:credit></media:content></item><item><title><![CDATA[Democrats feud over stock trading as they sharpen anti-corruption case against Trump]]></title><link>https://www.local10.com/news/politics/2026/05/25/democrats-feud-over-stock-trading-as-they-sharpen-anti-corruption-case-against-trump/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/25/democrats-feud-over-stock-trading-as-they-sharpen-anti-corruption-case-against-trump/</guid><dc:creator><![CDATA[By MATT BROWN, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — After three terms in the U.S. House and two unsuccessful campaigns for the U.S. Senate, Colin Allred said he’s heard plenty about voters’ suspicions that politicians are just trying to make a buck in Washington.]]></description><pubDate>Mon, 25 May 2026 12:03:23 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — After three terms in the U.S. House and two unsuccessful campaigns for the U.S. Senate, Colin Allred said he’s heard plenty about voters’ suspicions that politicians are just trying to make a buck in Washington.</p><p>“'What about the stock trading in Congress? What about people getting rich in Congress?’” Allred said they ask him regularly. “And I have to say to them, you’re absolutely right about that, too. We need to be better.”</p><p>He's challenging Rep. Julie Johnson in the Democratic runoff for a Dallas-area House seat on Tuesday, and he's one of several candidates trying to harness populist anger over congressional stock trading. Allred has denounced Johnson for trades involving companies like Palantir, a data analytics firm with ties to President Donald Trump's administration.</p><p>Johnson said her trades were handled by a financial manager, and she accused Allred of being “only out for himself.” She pointed to financial disclosures that showed Allred's wealth nearly doubling during his own time in Congress, although Allred said his assets were in a blind trust and the money came from his wife's income as a partner at a law firm.</p><p>“To be clear, the sum total I made on that trade was only $90,” Johnson said of her Palantir stock. “My opponent is trying to make it seem like it was hundreds or thousands.”</p><p>The bitter campaign is emblematic of broader debates within the Democratic Party over the role of money in politics. Long a refrain of strident progressives and good-government reformers, accusations that political rivals are self-dealing or bought by special interests have become a mainstay of Democratic primaries. The heightened criticism of lawmakers’ personal wealth comes as the party looks to sharpen its anti-corruption message against Trump and to develop a platform for overhauling Washington if Democrats take power in the midterms.</p><p>Some are tracking congressional stock trading</p><p>Trump campaigned on a promise to “drain the swamp,” capitalizing on Americans' disdain for the Washington establishment. Now that his family is profiting while he's back in the White House, Democrats are eager to regain the upper hand on an issue that could prove potent with voters.</p><p>“The difficulty is that right now, no party has the mantle on anti-corruption,” said Daniel Lobo-Lewis, a political consultant in Washington. “Many voters outside of the beltway see both parties as corrupt, because they see all politicians as bought by the donors or by their own self-interest.”</p><p>Lobo-Lewis and Nico Agosto founded the Political Integrity Project last year to track stock trading and corporate donations involving members of Congress.</p><p>The organization asks candidates to sign an “integrity pledge” to refrain from trading stocks or accepting corporate donations while in Congress and vow not to work as a lobbyist after they leave office. So far, about 90 challengers and seven sitting lawmakers have taken the pledge, all of whom are Democrats.</p><p>"If we want to, in any way, start rebuilding trust in our political institutions, it starts with no-brainer changes like this that have an approval rating above and beyond any other issue you could imagine," Lobo-Lewis said.</p><p>Congress has yet to enact a stock trading ban for its members, though insider trading is already illegal. for members just like it is for anyone else. There are multiple proposals on Capitol Hill but none have gained traction.</p><p>A bipartisan bill to ban congressional stock trading stalled this year despite receiving Trump’s blessing during his State of the Union. And Democrats remain divided over the number of alleged loopholes in their competing proposals.</p><p>Anti-corruption messages spread in Democratic primaries</p><p>A crowded race in a Democratic-leaning Utah congressional seat has featured attacks over candidates’ personal wealth. State Sen. Nate Blouin criticized his main rival, former Rep. Ben McAdams, for having equity in a Utah data center firm, and excoriated others in the race for past investments and jobs.</p><p>McAdams said the equity of several thousand dollars was payment for a past contract completed by his government consulting firm while he was a private citizen. His campaign defended the data center project by saying it would use no water and run on clean energy.</p><p>A spokesperson for McAdams also claimed Blouin “is currently hiding his corporate donations” by removing them from campaign disclosure reports, which McAdams' campaign claims "is not only deceitful, it breaks campaign finance law.”</p><p>In an interview, Blouin rejected the claim that he broke the law, and said that he removed the donations because he returned the money to each donor.</p><p>“It was actually quite uncomfortable to return some of those,” said Blouin, because some of the firms included local firms and clean energy companies. “But there is a perception that campaign contributions from lobbyists and companies influence votes, and I think there is some truth to that."</p><p>In a New York City congressional district that includes both Wall Street and the Democratic Socialists of America’s headquarters, the city’s former comptroller, Brad Lander, has accused Rep. Dan Goldman of trying to buy another term by using his own wealth to match campaign contributions. Goldman, an heir to the Levi Strauss family fortune, says he entered all of his assets into a blind trust after taking office in 2023.</p><p>A spokesperson for Goldman said Lander is “running a deceitful campaign based on absurd lies that Dan is beholden to special interests" and that Goldman has raised more campaign funds than Lander “without taking a dime of corporate PAC money.” Goldman has spent his own money on the race, the spokesperson said, “to ensure that the NY-10 voters can be sure that he is beholden only to them and his principles.”</p><p>Lander said Goldman's spending is “not illegal, but it is certainly anti-democratic when a quarter-billionaire like Dan Goldman not only dumps millions of his own inherited wealth into his elections but also solicits money from the same forces who are rigging the economy and worsening the affordability crisis."</p><p>More candidates are fighting over stocks in California</p><p>Even representatives who support a ban on congressional stock trading are feeling the heat.</p><p>Democratic Rep. Brad Sherman of California is facing multiple primary challengers who have criticized the congressman for holding stocks while serving in Congress. Sherman does not trade individual stocks and supports a ban on stock trading.</p><p>“I only own three individual stocks which I inherited from my mother when she passed away, which were originally acquired by my grandmother,” Sherman said. “I have never sold them because I made a promise to my constituents that I would not buy and sell individual stocks.”</p><p>One of Sherman's primary challengers is Jake Levine, a former climate adviser to President Joe Biden, who signed the pledge from the Political Integrity Project. But Sherman said Levine “refuses to disclose key elements of his $18 million stock portfolio, and actively bought and sold stocks while serving on the National Security Council.” Levine has said he cannot disclose the portfolio because it is managed by his family and he has no oversight.</p><p>In the race to succeed former House Speaker Nancy Pelosi, California State Sen. Scott Wiener has critiqued his progressive opponent, Saikat Chakrabarti, over his personal wealth. Chakrabarti is a former software engineer who earned millions as an early employee at the tech firm Stripe. He later served as the first chief of staff to Rep. Alexandria Ocasio-Cortez, D-N.Y.</p><p>Wiener said that Chakrabarti “has enormous investments” and “is trying to buy this seat” while “spreading bogus conspiracy theories” with his own wealth. He criticized Chakrabarti for not disclosing the last decade of his stock trades.</p><p>“If you’re making a ban on stock trades a central part of your campaign — as Saikat is doing, running around saying that everyone under the sun is corrupt — how about you tell the voters about your own stock trading history,” Wiener said.</p><p>Chakrabarti retorted that his wealth as a private citizen is not relevant to his future time in office and that he would put all of his assets into a blind trust should he be elected. He critiqued Wiener for being supported by super PACs funded by the AI firm Anthropic and other major corporations.</p><p>“This is all part of a larger problem, which is just the whole idea of corruption in our politics,” Chakrabarti said. “If you’re in Congress, you sit on committees that oversee a lot of these industries, and it’s unethical to be using that insider information, that knowledge to make stock trades. But that doesn’t apply to a private citizen.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OK2PNOOXLKVRQYLRDIDBRQQNPQ.jpg?auth=b90d6bbe720e158e6941e6561fcba6d9a8351e85a9846d81edda0c4a9234023f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A board above the trading floor of the New York Stock Exchange displays the closing number for the Dow Jones industrial average, April 22, 2026. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H3GN4GPM7BKH6FQCQZIR2K6ADY.jpg?auth=e8c08aa80fde8cc11c575f6c4e6a765c2d8388613466d39b02f9f6c89fe89b83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of photos shows Rep. Julie Johnson, D-Texas, being sworn in on Jan. 3, 2025, in Washington, left, and Rep. Colin Allred, D-Texas, speaking on Nov. 5, 2024, in Dallas. (AP Photo/Jacquelyn Martin, Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VBOJE7E4VBGV7OEFKAFSUGS4JE.jpg?auth=ec3842dee225a3a1f35ede64eb08a8db8dad0c91c4a6f047a6b9625fe7e2084a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trader Robert Arciero works on the floor of the New York Stock Exchange, Friday, May 22, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[The origins of Memorial Day and how it has evolved]]></title><link>https://www.local10.com/news/national/2026/05/25/the-origins-of-memorial-day-and-how-it-has-evolved/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/25/the-origins-of-memorial-day-and-how-it-has-evolved/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[Memorial Day is a U.S. holiday that is officially about mourning the nation’s fallen service members, but it has come to signal the unofficial start of summer and a long weekend of travel and discounts on anything from mattresses to lawn mowers.]]></description><pubDate>Mon, 25 May 2026 11:54:22 +0000</pubDate><content:encoded><![CDATA[<p>Memorial Day is a U.S. holiday that is officially about mourning the nation’s fallen service members, but it has come to signal the <a href="https://apnews.com/article/memorial-day-travel-summer-6a7e62a50bb9703c748e5e81b6b4c993" rel="">unofficial start of summer</a> and <a href="https://apnews.com/article/travel-stress-holiday-tips-db5e5d819b6251bd415a9ad204baa03a" rel="">a long weekend of travel</a> and discounts on anything from mattresses to lawn mowers.</p><p>Here is a look at the holiday and how it has evolved:</p><h4>When is Memorial Day?</h4><p>It falls on the last Monday of May. This year, it is May 25.</p><h4>Why is Memorial Day celebrated?</h4><p>It’s a day of reflection and remembrance of those who died while serving in the U.S. military, according to the Congressional Research Service.</p><p>The holiday is observed in part by the National Moment of Remembrance, which encourages all Americans to pause at 3 p.m. for a moment of silence.</p><h4>What are the origins of Memorial Day?</h4><p>The holiday’s origins can be traced to the American Civil War, which killed more than 600,000 service members, Union and Confederate, between 1861 and 1865.</p><p>The first national observance of what was then called Decoration Day occurred May 30, 1868, after an organization of Union veterans called for decorating war graves with flowers that were in bloom.</p><p>The practice was already widespread. Waterloo, New York, began a formal observance on May 5, 1866, and was later proclaimed to be the holiday’s birthplace.</p><p>Yet Boalsburg, Pennsylvania, traced its first observance to October 1864, according to the Library of Congress. And women in some Confederate states decorated graves before the war’s end.</p><p>David Blight, a Yale history professor, points to May 1, 1865, when as many as 10,000 people, many of them Black, held a parade, heard speeches and dedicated the graves of Union dead in Charleston, South Carolina.</p><p>A total of 267 Union troops had died at a Confederate prison and were buried in a mass grave. After the war, members of Black churches buried them in individual graves.</p><p>“What happened in Charleston does have the right to claim to be first, if that matters,” Blight <a href="https://apnews.com/31e1623c75654d82b7a75d31d1f76dc2" rel="">told The Associated Press in 2011</a>.</p><h4>When did Memorial Day become a source of contention?</h4><p>As early as 1869, The New York Times wrote that the holiday could become “sacrilegious” and no longer “sacred” if it focused more on pomp, dinners and oratory.</p><p>In an 1871 Decoration Day speech at Arlington National Cemetery, abolitionist Frederick Douglass said he feared Americans were forgetting the Civil War’s impetus: enslavement.</p><p>“We must never forget that the loyal soldiers who rest beneath this sod flung themselves between the nation and the nation’s destroyers,” Douglass said.</p><p>His concerns were well-founded, said Ben Railton, a professor of English and American studies at Fitchburg State University in Massachusetts.</p><p>Although roughly 180,000 Black men served in the Union Army, the holiday in many communities would essentially become “white Memorial Day,” especially after the rise of the Jim Crow South, Railton told the AP in 2023.</p><p>In the 1880s, then-President Grover Cleveland was said to have spent the holiday going fishing, and “people were appalled,” Matthew Dennis, an emeritus history professor at the University of Oregon, told the AP.</p><p>But when the Indianapolis 500 held its inaugural race on May 30, 1911, an <a href="https://apnews.com/article/4c4507a3b0a8412d9c035cf59059f159" rel="">AP report</a> made no mention of the holiday, or any controversy.</p><h4>How has Memorial Day changed?</h4><p>Dennis said Memorial Day’s potency diminished somewhat with the addition of Armistice Day, which marked the end of World War I on Nov. 11, 1918. Armistice Day became a national holiday by 1938 and was renamed Veterans Day in 1954.</p><p>In 1971, Congress changed Memorial Day from every May 30 to the last Monday in May. Dennis said the creation of the three-day weekend recognized that Memorial Day had been transformed into a more generic remembrance of the dead, as well as a day of leisure.</p><p>A year later, Time Magazine wrote that the holiday had become “a three-day nationwide hootenanny that seems to have lost much of its original purpose.”</p><h4>Why is Memorial Day tied to sales and travel?</h4><p>Even in the 19th century, grave ceremonies were followed by leisure activities such as picnicking and foot races, Dennis said.</p><p>The holiday also evolved alongside baseball and the automobile, the five-day work week and summer vacation, according to the 2002 book “A History of Memorial Day: Unity, Discord and the Pursuit of Happiness.”</p><p>In the mid-20th century, a small number of businesses began to open defiantly on the holiday.</p><p>Once the holiday moved to Monday, “the traditional barriers against doing business began to crumble,” authors Richard Harmond and Thomas Curran wrote.</p><p>These days, Memorial Day sales and traveling are deeply woven into the nation’s muscle memory.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZIC5ZD4WLNG6HL44Z4BGBDJJFM.jpg?auth=e960cdbdd550bba84d4c285ae2aa2512c2c71cd743f607b0f3a4dcce78733d69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Eugene and Linda Lamie, of Homerville, Ga., sit by the grave of their son U.S. Army Sgt. Gene Lamie in Section 60 at Arlington National Cemetery on Memorial Day, Monday, May 29, 2023, in Arlington, Va. (AP Photo/Alex Brandon, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Video shows Pinecrest burglary crew targeting cars before fleeing cops, later crashing in Broward]]></title><link>https://www.local10.com/news/local/2026/05/24/video-shows-pinecrest-burglary-crew-targeting-cars-before-fleeing-cops-later-crashing-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/24/video-shows-pinecrest-burglary-crew-targeting-cars-before-fleeing-cops-later-crashing-in-broward/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Surveillance footage shows a burglary crew targeting vehicles in Pinecrest before a police officer caught on, leading to a chase that would ultimately end with the suspects crashing in Broward County.]]></description><pubDate>Mon, 25 May 2026 01:43:11 +0000</pubDate><content:encoded><![CDATA[<p>Surveillance footage shows a burglary crew targeting vehicles in Pinecrest before a police officer caught on, <a href="https://www.local10.com/news/local/2026/05/24/police-burglary-suspects-flee-after-pursuit-from-miami-dade-to-broward/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/24/police-burglary-suspects-flee-after-pursuit-from-miami-dade-to-broward/">leading to a chase</a> that would ultimately end with the suspects crashing in Broward County.</p><p>The footage captured the burglars attempting to steal from outside of a home on Southwest 66th Avenue at around 2 a.m. Sunday.</p><p>The suspects were dressed in black and donned ski masks and could be seen moving from car to car in search of valuables.</p><p>“It’s a very quiet neighborhood,” neighbor Dave Auslander said. “We always feel safe here, but as I think any of us in this country have learned, any bad stuff can happen anywhere.”</p><p>A Pinecrest police officer eventually noticed a BMW parked on the wrong side of the road.</p><p>As the officer approached, the suspects quickly returned to the car and intentionally backed into the officer’s cruiser, damaging it before speeding off.</p><p>Pinecrest police pursued the crew until they lost sight of them. The group would ultimately wreck at Interstate 95 and Griffin Road.</p><p>Police apprehended one of the suspects at the scene while the remaining suspects managed to escape. The captured suspect’s identity was not immediately released.</p><p>Authorities said they’ve identified the BMW’s owner but said he or she has not cooperated.</p><p>Pinecrest police said the case serves as a good reminder to residents to lock their vehicles, remove valuables from sight and to install security cameras.</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[‘Prize at the Pump’: Local 10, Tropical Financial team up to give away $2,500 in fuel cards]]></title><link>https://www.local10.com/contests/2026/05/25/prize-at-the-pump-local-10-tropical-financial-team-up-to-give-away-2500-in-fuel-cards/</link><guid isPermaLink="true">https://www.local10.com/contests/2026/05/25/prize-at-the-pump-local-10-tropical-financial-team-up-to-give-away-2500-in-fuel-cards/</guid><description><![CDATA[In Florida, the average price for regular gas is $4.47. With summer travel on the horizon, Local 10 and Tropical Financial Credit Union are teaming up to bring drivers some relief. ]]></description><pubDate>Mon, 25 May 2026 10:47:36 +0000</pubDate><content:encoded><![CDATA[<p>All across the country, people are feeling the pinch at the pump. </p><p>In Florida, the average price for regular gas is $4.47. With summer travel on the horizon, Local 10 and Tropical Financial Credit Union are teaming up to bring drivers some relief. </p><p>Beginning Tuesday, you can sign up for “Prize at the Pump.” All you have to do is complete the contest form below to be eligible to win a $100 fuel gift card. The deadline to enter is Sunday, May 31, at 11:59 p.m. </p><p>From June 1 through June 5, we will give away $2,500 in fuel gift cards to 25 Local 10 viewers. The winners will be chosen at random and five will be announced each day during our 6 a.m. newscast. </p><p>Sign up today for a chance to receive your “Prize at the Pump.” </p><p><div data-ss-embed="promotion" data-opguid="0d43e397-ce9d-4e6e-a3a9-f30b1b8a53e2" data-routing="hash" data-script="gpy3hi"></div>
<script defer src="https://embed-1164201.secondstreetapp.com/Scripts/dist/embed.js" data-ss-script="gpy3hi">/**/</script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2BXNEOH5JVCSJEIC5DITNRKGTE.png?auth=a0bac53de9a9b535e44e830ec1a634f1eef455279aed1df9bf43778f439fd096&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[ Police: Driver dead after crash in Miami’s Little Havana]]></title><link>https://www.local10.com/traffic/2026/05/24/police-officers-respond-to-crash-in-miamis-little-havana/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/05/24/police-officers-respond-to-crash-in-miamis-little-havana/</guid><dc:creator><![CDATA[Hannah Yechivi, Andrea Torres, Samiar Nefzi]]></dc:creator><description><![CDATA[A driver died after a car crash on Sunday morning in Miami’s Little Havana, police said.]]></description><pubDate>Sun, 24 May 2026 14:09:01 +0000</pubDate><content:encoded><![CDATA[<p>A driver died after a car crash on Sunday morning in Miami’s Little Havana, police said.</p><p><a href="https://www.local10.com/espanol/2026/05/24/policia-muere-conductor-tras-choque-en-la-pequena-habana-de-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/24/policia-muere-conductor-tras-choque-en-la-pequena-habana-de-miami/">Leer en español</a></p><p>Fire rescue personnel and police officers were seen near four mangled cars at Southwest 10th Avenue and Third Street in Little Havana’s Riverside area. </p><p>Just feet away, a power box was left destroyed, poles were uprooted, and a stop sign was nearly toppled. </p><p>According to Miami police, the crash was reported at 2:46 a.m. </p><p>Police said it appears that the driver of an SUV was speeding moments before the crash.</p><p>A driver in another vehicle was killed in the crash, authorities confirmed.</p><p>Residents in the area said this is not the first fatal crash that has occurred in the area, with another occurring about a year ago. </p><p>Police officers closed the roadway during the investigation. Two vehicles from the Miami-Dade County Medical Examiner’s Department also responded to the scene.</p><p>The identities of those involved in the collision have not yet been released. </p><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2577.79035027849!2d-80.21371522637924!3d25.770564208242202!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b6ed5d73566f%3A0x3f900f22472c66f4!2s301%20SW%2010th%20Ave%2C%20Miami%2C%20FL%2033130!5e1!3m2!1sen!2sus!4v1779631612030!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded></item><item><title><![CDATA[May 25: Early coastal showers moving in]]></title><link>https://www.local10.com/weather/2026/05/25/may-25-early-coastal-showers-moving-in/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/05/25/may-25-early-coastal-showers-moving-in/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Memorial Day morning! Expect some early coastal showers rolling in off the ocean breeze. ]]></description><pubDate>Mon, 25 May 2026 10:42:32 +0000</pubDate><content:encoded><![CDATA[<p>Good Memorial Day morning! Expect some early coastal showers rolling in off the ocean breeze. That persistent breeze will help push the afternoon storms well inland and to the west coast of South Florida later today. Highs will reach the upper 80s with heat indices in the mid-90s. Stay hydrated and take breaks inside. The ocean breeze has also provided for advisories for beachgoers again today. Keep it tuned to Local 10 for more.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Leaders keep a wary eye on Belarus for signs it might offer Russia help in Ukraine]]></title><link>https://www.local10.com/business/2026/05/25/leaders-keep-a-wary-eye-on-belarus-for-any-signs-it-might-offer-russia-help-in-ukraine/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/25/leaders-keep-a-wary-eye-on-belarus-for-any-signs-it-might-offer-russia-help-in-ukraine/</guid><dc:creator><![CDATA[By HANNA ARHIROVA and YURAS KARMANAU, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Belarus' exiled opposition leader visited Kyiv on Monday as the Ukrainian capital cleaned up after Russia’s biggest missile attack of the year, and world leaders kept a close eye on how much support the Belarusian government is ready to provide for Moscow’s all-out invasion.]]></description><pubDate>Mon, 25 May 2026 15:05:48 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Belarus' exiled opposition leader visited Kyiv on Monday as the Ukrainian capital cleaned up after Russia’s biggest missile attack of the year, and world leaders kept a close eye on how much support the Belarusian government is ready to provide for Moscow’s all-out invasion.</p><p>Russia and ally Belarus held joint nuclear drills last week, and Ukrainian President Volodymyr Zelenskyy has warned in recent days that Belarus could provide a launchpad for Russia to open a new front in northern Ukraine. Some Russian troops entered Ukraine from Belarusian territory in Moscow's invasion on Feb. 24, 2022.</p><p>In a further sign of concern, French President Emmanuel Macron spoke by phone with Belarusian President Alexander Lukashenko on Sunday about the war in Ukraine, their first call since the invasion began.</p><p>Russia warns of more 'systemic strikes'</p><p>Further “systemic strikes” on Kyiv are in store, the Russian Foreign Ministry said in a statement Monday. It urged foreign citizens, including members of diplomatic missions, to leave the city as quickly as possible and told residents to stay away from military and government facilities.</p><p>The ministry said Friday’s deadly Ukrainian drone strike on a college dormitory in Starobilsk was “the final straw.” Ukraine said it hit only targets supporting Russia’s invasion.</p><p>The Russian army is locked in a hard and costly slog on the 1,250-kilometer (780-mile) front line that mostly snakes through eastern and southern Ukraine.</p><p>“Russia hit a dead-end on the battlefield, so it terrorizes Ukraine with deliberate strikes on city centers,” Kaja Kallas, the European Union’s foreign policy chief, said on X, after the weekend barrage that killed two people and damaged buildings across the Ukrainian capital.</p><p>With U.S.-made air defense missiles in short supply because of the Iran war, Russian missiles are harder for Ukraine to stop. Meanwhile, U.S. efforts to stop the fighting have stalled.</p><p>Countries keep a wary eye on Belarus</p><p>In his call with Lukashenko, Macron “underscored the risks for Belarus of allowing itself to be dragged into Russia’s war of aggression in Ukraine,” according to a presidential aide in the French leader’s office who spoke on condition of anonymity in accordance with the presidential palace’s practices. Macron also spoke Sunday with Zelenskyy.</p><p>Belarusian opposition leader Sviatlana Tsikhanouskaya, on her first visit to Kyiv, told The Associated Press on Sunday that “Lukashenko’s regime knows well what needs to be done to improve ties with the European Union, but it isn’t happening. Instead, hybrid attacks, nuclear blackmail and threats to the entire region continue."</p><p>A terse readout released by the Belarusian presidential press service said the call with Macron took place “on the French side’s initiative” and the leaders discussed “regional issues” and Belarusian relations with the EU and France.</p><p>Lukashenko, who has governed his country of some 9.5 million people with an iron fist for more than three decades, relies on the Kremlin for cheap energy, loans and other support. Western countries have repeatedly slapped sanctions on Belarus, including for its crackdown on human rights and for allowing Moscow to use its territory to invade Ukraine.</p><p>More recently, Lukashenko has been trying to improve ties with the West. Since President Donald Trump returned to the White House, Lukashenko has released hundreds of political prisoners as part of deals that lifted some U.S. sanctions.</p><p>Russia fires hypersonic missile at Ukraine</p><p>Sunday’s bombardment included Russia’s powerful hypersonic Oreshnik ballistic missile, which can carry multiple warheads. Russian President Vladimir Putin has boasted it can travel up to 10 times the speed of sound and evade air defense systems.</p><p>Zelenskyy said Ukrainian intelligence services had received tipoffs from the United States and European countries that Russia was preparing to launch an Oreshnik.</p><p>In addition to the two deaths, at least 91 people were wounded in Sunday's barrage, according to Tymur Tkachenko, the head of the Kyiv City Administration.</p><p>Shattered glass littered sidewalks on Monday after Ukrainian authorities said the assault damaged buildings across the city, including near government offices, residential buildings, schools and a market.</p><p>Ukrainian Foreign Minister Andrii Sybiha on Monday led ambassadors from more than 70 countries on a visit to the sites of the strikes. He urged the international community to step up pressure on Moscow and ensure Ukraine gets more air defense support.</p><p>In other developments:</p><p>Russia’s Federal Security Service said divers found magnetic mines attached to the hull of a liquefied petroleum gas tanker in the Russian Baltic port of Ust-Luga. The tanker Arrhenius was bound for Samsun, Turkey, it said, adding that the limpet mines were made in a NATO member country. Ukrainian officials made no immediate comment.</p><p>Meanwhile, a Russian missile hit a business in the northeastern Ukrainian city of Derhachi, killing two people and wounding 19 others Monday, Kharkiv regional administration head Oleh Syniehubov said. Seventeen people were hospitalized.</p><p>___</p><p>Associated Press writer John Leicester in Paris contributed to this report.</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/URXU4ANDTSR5TEKCYNZZ6SH4OM.jpg?auth=0906ed76f02a2fd491827b890bdfbfbdfd436a4f2f06affb7be104547f0f6083&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rescue worker climbs on a ladder to help evacuate people from a residential building being destroyed after a Russian strike on Kyiv, Ukraine, Sunday, May 24, 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/LXNHRLMRPMJQVLNPJGWAYCBCCM.jpg?auth=c00445fcea0286cdc77e95255832ffa77d4e7123c5ba1ab75017e17be0bcfa96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers try to put out a fire at a residential building after a Russian strike on Kyiv, Ukraine, on Sunday, May 24, 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/KEUXPBX6SHYAVSBRQ36EAYT2ZA.jpg?auth=262866af7bf34570f24a7ab9830ecee32e4c83822c197bb56b8007f29c15d409&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Red Cross volunteers help an injured woman in a shelter after a Russian strike on a residential neighborhood in Kyiv, Ukraine, on Sunday, May 24, 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/5BZX6SBLA244JGHQX7BOAJWC6M.jpg?auth=55d3d2c68c8fd2e3a6ecedd3da8204c410c9678cc89718b42813c8ad3b31a1b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukrainian servicemen of the Cerberus Ground Unmanned Systems Company of the 60th Separate Mechanized Brigade, Third Army Corps, conduct a drill with a combat ground drone during a training at the polygon in Kharkiv region, Ukraine, Sunday, May 24, 2026. (AP Photo/Andrii Marienko)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrii Marienko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VBH6ZHFRHDE4FBNVWB6Q5W6SK4.jpg?auth=f0c14ccb48c659509ed9e37e0156bb7271d2feea77f086f0f3b75e9150652086&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukrainian servicemen of the Cerberus Ground Unmanned Systems Company of the 60th Separate Mechanized Brigade, Third Army Corps, conduct a drill with a combat ground drone during a training at the polygon in Kharkiv region, Ukraine, Sunday, May 24, 2026. (AP Photo/Andrii Marienko)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrii Marienko</media:credit></media:content></item><item><title><![CDATA[Ugandan health officials report new Ebola virus infections, bringing cases to 7]]></title><link>https://www.local10.com/health/2026/05/25/ugandan-health-officials-report-new-ebola-virus-infections-bringing-cases-to-7/</link><guid isPermaLink="true">https://www.local10.com/health/2026/05/25/ugandan-health-officials-report-new-ebola-virus-infections-bringing-cases-to-7/</guid><dc:creator><![CDATA[By RODNEY MUHUMUZA, Associated Press]]></dc:creator><description><![CDATA[KAMPALA, Uganda (AP) — Ugandan health authorities on Monday reported two new Ebola cases, bringing the number of infections to seven.]]></description><pubDate>Mon, 25 May 2026 10:41:45 +0000</pubDate><content:encoded><![CDATA[<p>KAMPALA, Uganda (AP) — Ugandan health authorities on Monday reported two new Ebola cases, bringing the number of infections to seven.</p><p>All the cases are linked to the outbreak in neighboring Congo, which appears to have started several days or weeks before Congolese authorities declared it on May 15.</p><p>A 59-year-old Congolese man was admitted to a hospital in Kampala, the Ugandan capital, on May 11, and died three days later, before it was known he was suffering from the Ebola virus. Two other Congolese nationals who sought medical care in Uganda later tested positive for Ebola.</p><p>Ugandan health authorities on Saturday confirmed the first local infections: a driver and a health worker exposed to the Congolese patient who died on May 11. Two more health workers at a private hospital in Kampala have since tested positive, the Ministry of Health said Monday.</p><p>“Both patients have been admitted to the designated treatment unit and are now receiving care,” Dr. Charles Olaro, the national director of health services, said in a statement.</p><p>President Yoweri Museveni has urged Ugandans to “ stop shaking hands ” as part of measures to avoid infection. He also ordered the postponement of an annual religious event that attracts thousands of pilgrims, from Congo and elsewhere, who converge around a Catholic basilica just outside Kampala by June 3.</p><p>Other measures include the temporary suspension of all public transportation and flights between Congo and Uganda.</p><p>In Congo, suspected Ebola cases have topped 900, mainly in eastern Ituri province where the ongoing outbreak is centered, authorities said Sunday. The response has been hampered by fear, anger and frustration among locals including attacks on treatment centers, as well as distrust of authorities in a region long plagued by armed violence.</p><p>Congo has had more than a dozen Ebola outbreaks over the decades. Health experts say international aid cuts last year by the United States and other rich nations are devastating for eastern Congo because of the region's unique problems.</p><p>Aid groups fighting this Ebola outbreak say they don’t have the equipment they need, such as face shields and suits to protect health workers from infection, testing kits, and body bags and other materials needed to safely bury the bodies of victims, which can be highly contagious.</p><p>The Bundibugyo type of Ebola virus responsible for the outbreak has no approved vaccine or treatment. The outbreak has been declared a global health emergency.</p><p>Tracing and isolating Ebola contacts is seen as key to stopping the spread of the disease, which usually manifests as hemorrhagic fever.</p><p>A family of fruit bats is believed to be the natural hosts of the viruses that cause Ebola, according to the World Health Organization. Ebola is spread by contact with the bodily fluids of an infected person or contaminated materials.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DPAA2S2LU75YMHJETY2LGB56AQ.jpg?auth=99de9d80b725a759309546433e17db625a79278e5cd80a28aff615110266a842&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk out of the Ministry of Health's Headquarters in Kampala, Uganda, Tuesday, May 19, 2026. (AP Photo/Hajarah Nalwadda)]]></media:description><media:credit role="author" scheme="urn:ebu">Hajarah Nalwadda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TX7AZ5C7W43TVBQIEAOXNBKCWI.jpg?auth=b868c51028da5d637ca1c4860174be60bcaff7e9f42b9ca1b6d5379cc492a600&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A general view of a busy street in Kampala, Uganda, Tuesday, May 19, 2026. (AP Photo/Hajarah Nalwadda)]]></media:description><media:credit role="author" scheme="urn:ebu">Hajarah Nalwadda</media:credit></media:content></item><item><title><![CDATA[Estranged husband of former Scottish leader admits $540K embezzlement of party funds]]></title><link>https://www.local10.com/news/world/2026/05/25/estranged-husband-of-former-scottish-leader-admits-540k-embezzlement-of-party-funds/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/25/estranged-husband-of-former-scottish-leader-admits-540k-embezzlement-of-party-funds/</guid><dc:creator><![CDATA[By BRIAN MELLEY, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The estranged husband of former Scottish First Minister Nicola Sturgeon pleaded guilty on Monday to embezzling more than 400,000 pounds ($540,000) from the Scottish National Party to fund a lavish lifestyle when he was its chief executive.]]></description><pubDate>Mon, 25 May 2026 16:54:59 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The estranged husband of former Scottish First Minister Nicola Sturgeon pleaded guilty on Monday to embezzling more than 400,000 pounds ($540,000) from the Scottish National Party to fund a lavish lifestyle when he was its chief executive.</p><p>Peter Murrell, 61, who was remanded into custody in the High Court in Edinburgh after his plea, admitted using party funds to buy a high-priced motorhome, two cars, including a Jaguar, and luxury goods, including Bremont watches and household items that included two toilet seats.</p><p>“By embezzling from the SNP, Peter Murrell was stealing the hopes, the dreams and the aspirations of thousands of people all over Scotland, people who gave what they could over many years in the hope that it would help contribute to a better country,” SNP leader John Swinney told a press conference. “I am horrified, I am betrayed.”</p><p>Swinney and Sturgeon both distanced themselves from the taint of Murrell's crimes and said they had been unaware of the theft.</p><p>Murrell's plea caps a five-year police investigation and a tumultuous period for Scotland's dominant party and the former power couple once at its helm.</p><p>Following big elections gains for the SNP in 2021, signs of internal turmoil exploded less than two years later as questions swirled about the party’s finances and dwindling membership numbers.</p><p>Sturgeon, who dominated Scottish politics for almost a decade, abruptly resigned as first minister of Scotland’s semi-autonomous government in February 2023 after serving more than eight years in the role. Observers were bewildered by her announcement that she knew in her “head and in my heart” that it was the right time to go.</p><p>The following month, Murrell quit his job after two decades as party executive. He took responsibility for misleading the news media about the collapsing membership of the party. Three weeks later he was arrested by police at the couple's home in Glasgow.</p><p>Case casts a cloud over SNP</p><p>Police officers spent two days searching the house. They also searched SNP headquarters in Edinburgh and confiscated a luxury motorhome parked in the driveway at Murrell’s mother's home north of the capital.</p><p>Assistant Chief Constable Stuart Houston said the investigation, which cost 2 million pounds ($2.7 million) in public funds, was lengthy and complex because Murrell covered his tracks over a 12-year period by making false entries in the SNP’s accounts.</p><p>“Peter Murrell has shown utter contempt for the high public trust placed in him,” Houston said. “He abused his privileged position with access to Scottish National Party funds to divert cash into his own accounts and bankroll the lavish lifestyle he craved but could not afford.”</p><p>Sentencing was scheduled for June 23.</p><p>Police Scotland's investigation into how the SNP spent more than 600,000 pounds ($810,000) designated for a Scottish independence campaign cast a cloud over the party, Sturgeon and her legacy.</p><p>Sturgeon and former party treasurer Colin Beattie were also arrested and questioned. Sturgeon said at the time: “I know beyond doubt that I am, in fact, innocent of any wrongdoing.”</p><p>Police announced in March 2025 that Sturgeon and Beattie were cleared.</p><p>Sturgeon said Monday that she never had knowledge of or suspected Murrell was siphoning funds from the party. She said she was “utterly appalled,” and “angry, hurt, sad and very distressed about the impact of his actions on family, friends and the SNP.”</p><p>“To be deceived and let down by a husband I loved and trusted has caused me acute pain,” Sturgeon said on Instagram. “Why he acted as he did is, and always will be, beyond my comprehension.”</p><p>When the lists of some of the items Murrell was alleged to have purchased were later published, including an expensive coffee maker and DVDS of the Danish political drama “Borgen” — which Sturgeon had told reporters she liked — she issued a statement saying she was unaware that the goods had been bought with party funds.</p><p>‘Close ranks and shut down scrutiny’</p><p>Sturgeon led her party to dominance in Scottish politics and refashioned the SNP from a largely one-issue party into a dominant governing force with liberal social positions. She guided her party during three U.K.-wide elections and two Scottish elections, and led Scotland through the coronavirus pandemic, winning praise for her clear, measured communication style.</p><p>But Sturgeon left office amid divisions in the SNP without meeting her main goal — independence from the United Kingdom for the nation of 5.5 million people.</p><p>Sturgeon announced last year that she and Murrell were divorcing after about 15 years of marriage.</p><p>Scottish Labour deputy leader Jackie Baillie said it was “inconceivable” Sturgeon knew nothing about what her husband was doing as she called on Swinney, the first minister, to explain what the party knew about the crime.</p><p>“It was Nicola Sturgeon and the SNP party machine that attempted to close ranks and shut down scrutiny when questions about the finances started to emerge, and we need to know why,” Baillie said.</p><p>___</p><p>Murrell's age has been corrected in this story to 61, not 62.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TWXYK6OUD6EB5OASAPXHUIILHI.jpg?auth=5fa29d285165f1208665314a69377b8ed6e6b87d807f1db29c26e0fffa4c709a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former SNP chief executive Peter Murrell, center arrives at Edinburgh High Court, in Edinburgh, Scotland, Monday May 25, 2026. (Jane Barlow/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jane Barlow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ODFPGCOSKPVEGYDIYZDD5KPEEU.jpg?auth=ad01271e3ad0ac131468c877df14003e1a95c7a67c5dc1938e50baa0f40e34b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Scotland's First Minister of Scotland, Nicola Sturgeon, is interviewed, May 17, 2022, in Washington. BBC reports on Wednesday, Feb. 15, 2023 Scotland's First Minister Nicola Sturgeon is to resign after 8 years in office (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Pope calls for robust regulation of AI in manifesto that ponders the future of humanity]]></title><link>https://www.local10.com/news/world/2026/05/25/pope-calls-for-robust-regulation-of-ai-in-manifesto-that-ponders-the-future-of-humanity/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/25/pope-calls-for-robust-regulation-of-ai-in-manifesto-that-ponders-the-future-of-humanity/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, KAITLYN HUAMANI and PAOLO SANTALUCIA, Associated Press]]></dc:creator><description><![CDATA[VATICAN CITY (AP) — Pope Leo XIV called Monday for robust regulation of artificial intelligence and for its developers to work for the common good rather than profit, issuing a sweeping manifesto on safeguarding humankind as the technology impacts everything from work to war.]]></description><pubDate>Mon, 25 May 2026 14:56:07 +0000</pubDate><content:encoded><![CDATA[<p>VATICAN CITY (AP) — Pope Leo XIV called Monday for robust regulation of artificial intelligence and for its developers to work for the common good rather than profit, issuing a sweeping manifesto on safeguarding humankind as the technology impacts everything from work to war.</p><p>“Magnifica Humanitas” (Magnificent Humanity), Leo’s first encyclical, has been eagerly awaited ever since history’s first U.S.-born pope announced days after his election that he considered AI to be the biggest challenge facing humanity today.</p><p>In the text, Leo denounced the “culture of power” driving the AI race, especially in developing ever more sophisticated methods of remote warfare. He declared that it was “not permissible” to entrust irreversible, lethal decisions to AI systems, setting up another flash point between the American pope and the Trump administration, which has worked aggressively to deregulate AI development.</p><p>“Artificial Intelligence now demands to be disarmed, freed from logics that turn it into an instrument of domination, exclusion and death,″ the pope told a special Vatican presentation of the encyclical, one of the most authoritative types of teaching documents a pope can issue.</p><p>Experts in the tech industry, academia and Catholic morality said the document will likely become a benchmark in the debate over AI, a point of reference for policymakers, researchers and ordinary folk alike. It comes as the near-daily developments in the technology trigger concerns over AI replacing human jobs and even human intelligence.</p><p>Taylor Black, a Microsoft AI executive and director of Catholic University of America’s AI institute, said the document would prompt people “at the forefront of these tools” to ask questions such as “What does it mean to be human?”</p><p>Pope calls out AI companies even as he hosts Anthropic</p><p>The Vatican launch also included remarks by the co-founder of Anthropic, which is currently locked in a legal battle with the Trump administration over access to its AI technology. The Vatican decided to involve Anthropic as part of its decade-long effort to engage Silicon Valley in dialogue over the human cost of AI.</p><p>And yet in his text, Leo repeatedly blasted the concentration of power and data in the hands of so few people in the private sector as a danger, especially to children and the most vulnerable, and called for external regulation of their work.</p><p>“It is not enough to invoke ethics in the abstract; robust legal frameworks, independent oversight, informed users and a political system that does not abdicate its responsibility are required,” he wrote. “A more moral AI is not enough if that morality is determined by a few.”</p><p>Leo appealed to AI developers and political leaders responsible for regulating them to slow down and reflect on what they are doing. He urged them to use ethical and spiritual guidelines to make the choice to work not for their own profit or power, but the betterment of humanity.</p><p>AI competitors OpenAI and Anthropic are the second- and third-most valuable U.S. private companies, each valued at hundreds of billions of dollars, more than the GDP of many nations. Both companies are heading toward near-trillion dollar IPOs.</p><p>Anthropic co-founder Christopher Olah welcomed Leo's criticism and concern. He said such external checks were fundamental to the technology “going well” for humankind since there is so much at stake — “a real possibility that AI will displace human labor at a very large scale.”</p><p>“We need more of the world — religious communities, civil society, scholars, governments — to do what His Holiness has done here: to take this seriously, to look closely, and to push events in a better direction,” Olah said. “We need moral voices that the incentives cannot bend.”</p><p>Experts say the text will become a benchmark</p><p>In a methodical text, the math major pope traced the history of the Catholic Church’s social teaching and applied its core concepts — justice, solidarity, the dignity of work and the universal destination of resources — to the digital revolution.</p><p>“I am convinced that this will prove to be a defining document for our era, a profound and prophetic document,” said Paolo Carozza, law professor at Notre Dame Law School and chair of the Meta Oversight Board.</p><p>“Pope Leo is offering a clear, comprehensive, and coherent voice urging us to take responsibility for constructing a world in which technology will serve humans rather than degrade them,” he said.</p><p>In its strongest chapters, Leo denounced how AI had helped accelerate the “normalization of war” by desensitizing people to its cost. He didn’t name specific conflicts, but cited “opposing imperialisms, between powers that wish to preserve their supremacy, and those that aspire to seize that supremacy.”</p><p>He demanded transparency and accountability by AI developers so that the chain of decision-making command in ordering strikes with AI weaponry is always known. He declared that the Catholic Church’s “just war” theory, which provides specific criteria for when force can be justified, was now “outdated” given the technological advances of warfare.</p><p>A text in the church’s social justice tradition</p><p>Leo signed the text May 15, the 135th anniversary of the publication of “Rerum Novarum” (Of New Things), the most important teaching document of Leo’s hero and namesake, Pope Leo XIII. That document addressed workers’ rights, the limits of capitalism, and the obligations that states and employers owed workers as the Industrial Revolution was underway.</p><p>It became the foundation of modern Catholic social thought, and the current pope cited it at the start of his pontificate in relation to the AI revolution, which he believes poses the same existential questions that the Industrial Revolution posed over a century ago. “Magnifica Humanitas” thus becomes the latest chapter in a century-long history of popes adapting “Rerum Novarum” to the social questions of their times, often dwelling on the dignity of work for human flourishing.</p><p>AI is evoking both existential fears and utopian vision amid an intensifying debate on whether it will become a catalyst that enriches humanity or a technological toxin that dulls human intelligence while wiping out millions of high-paying jobs.</p><p>“The pursuit of greater profits cannot justify choices that systematically sacrifice jobs, because the human person is an end, not a means, and the economic order must remain subordinate to human dignity and the common good,” Leo wrote.</p><p>Leo extended his concern for upholding human dignity in labor to issue the first-ever papal apology for the Holy See’s own role in legitimizing slavery by giving European sovereigns explicit authority to subjugate and enslave “infidels.”</p><p>A decade-long dialogue with Silicon Valley</p><p>Vatican officials declined to say who contributed to Leo’s encyclical. But Vatican and church officials have been engaged in a dialogue with Silicon Valley tech firms for a decade.</p><p>The decision to include Anthropic at the Vatican launch was criticized by some who considered it a papal stamp of approval of the AI firm, which is currently suing the Trump administration after it ordered all U.S. agencies to stop using Anthropic’s technology for its refusal to allow the U.S. military unrestricted use of it.</p><p>Brian Boyd, U.S. faith liaison for the nonprofit Future of Life Institute, read the inclusion of Anthropic’s co-founder Olah as a recognition of its prominence in the field and as similar to a papal audience with a head of state: not an endorsement.</p><p>Anthropic is an “enormous corporation that is taking onto itself an enormous risk and responsibility,” Boyd said, adding that the company has “demonstrated genuine goodwill and integrity and interest in dialogue.”</p><p>___</p><p>Winfield reported from Middletown, Connecticut, and Huamani reported from Los Angeles. Associated Press writers Kelvin Chan in London and Colleen Barry in Milan contributed to this report.</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/2UKGIJKCI5W5KORZ5XPV3FVICQ.jpg?auth=e58bc2b6df7fbac9a258c76277c2429fb950685ad09ed2c85bfd213cb133fa6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV, left, greets Anthropic co-founder Christopher Olah during the presentation of the Pope's first encyclical, "Magnifica humanitas: On Safeguarding the Human Person in the Time of Artificial Intelligence," at the Vatican, Monday, May 25, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y3CONSFBRO5J74UJ4UDWQOKW6E.jpg?auth=2e7c25234676744e37312f51146b6200bd6afa00b3e7dec79b1a209cf3d7c97d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV attends the presentation of his first encyclical, "Magnifica humanitas: On Safeguarding the Human Person in the Time of Artificial Intelligence," at the Vatican, Monday, May 25, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DETNZDZOO4QLTJCLQ5FRXT3BDY.jpg?auth=f78d59fdd5fb463ace2183dc1c1be177e95a879586df23d1c113cbbb32ef8456&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthropic co-founder Christopher Olah speaks during the presentation of Pope Leo XIV's first encyclical, "Magnifica humanitas: On Safeguarding the Human Person in the Time of Artificial Intelligence," at the Vatican, Monday, May 25, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LHJ5KK3VJ76EXFDTXBTSDT3T3M.jpg?auth=11a2d8f8256043f3e2802a453105f067f59a593b5ee1c7e00feef6c12e415e2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV, left, attends the presentation of his first encyclical, "Magnifica humanitas: On Safeguarding the Human Person in the Time of Artificial Intelligence," at the Vatican, Monday, May 25, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CAAKV6DMSJDMDSZ3NTBXHLEV6I.jpg?auth=6e35e960625f114877df10a1a3dd17a8cbd9c89b1ec42c38fba51443f0ec94c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV, left, attends the presentation of his first encyclical, "Magnifica humanitas: On Safeguarding the Human Person in the Time of Artificial Intelligence," at the Vatican, Monday, May 25, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Pope Leo XIV makes historic apology for Vatican's role in legitimizing slavery]]></title><link>https://www.local10.com/news/world/2026/05/25/pope-leo-xiv-makes-historic-apology-for-vaticans-role-in-legitimizing-slavery/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/25/pope-leo-xiv-makes-historic-apology-for-vaticans-role-in-legitimizing-slavery/</guid><dc:creator><![CDATA[By NICOLE WINFIELD and PAOLO SANTALUCIA, Associated Press]]></dc:creator><description><![CDATA[VATICAN CITY (AP) — Pope Leo XIV made a historic apology on Monday for the Holy See's role in legitimizing slavery and for having failed to condemn it for centuries, calling the Vatican’s record a “wound in Christian memory.”]]></description><pubDate>Mon, 25 May 2026 16:59:23 +0000</pubDate><content:encoded><![CDATA[<p>VATICAN CITY (AP) — Pope Leo XIV made a historic apology on Monday for the Holy See's role in legitimizing slavery and for having failed to condemn it for centuries, calling the Vatican’s record a “wound in Christian memory.”</p><p>Past popes have apologized for Christians’ involvement in the trans-Atlantic slave trade. But no pope had ever publicly acknowledged, much less apologized for, the role that past popes played in giving European sovereigns explicit authority to subjugate and enslave “infidels.”</p><p>History’s first U.S.-born pope, whose family history includes both enslaved people and slave owners, delivered the apology in his first encyclical, “Magnifica Humanitas,” (Magnificent Humanity), which was released Monday.</p><p>The sweeping manifesto is about safeguarding humanity in an era of increasing reliance on artificial intelligence. Leo raised the slave trade in relation to what he called the new forms of slavery and colonialism that the digital revolution is fueling.</p><p>Black American Catholics, activists and scholars have long called for the Holy See to atone for its role in the colonial-era trade in human beings, beyond generic apologies for the involvement of individual Christians.</p><p>“It is impossible not to feel deep sorrow when contemplating the immense suffering and humiliation endured by so many in stark contrast to their immeasurable dignity as persons infinitely loved by the Lord,” Leo wrote. “For this, in the name of the church, I sincerely ask for pardon.”</p><p>Shannen Dee Williams, historian at the University of Dayton and author of the 2022 history of American Black Catholic nuns, “Subversive Habits,” welcomed the apology as a "monumental step toward the kind of essential truth-telling and reparation that many Catholics have prayed and worked to witness.”</p><p>“The Catholic Church has never been an innocent bystander in the history of white supremacy," said Williams. “Black Catholics have waited a long time to hear the Vatican speak honestly about the church’s leading roles in the trans-Atlantic slave trade and chattel slavery--and thus by extension the enduring systems of anti-Black racism in the world today.”</p><p>Centuries of legitimizing slavery for European colonizers</p><p>The Vatican has insisted that it always upheld the dignity of all human beings as children of God. But a series of 15th-century directives from the Vatican authorized Portuguese sovereigns to conquer Africa and the Americas and enslave non-Christians.</p><p>In 1452, for example, Pope Nicholas V issued the papal bull Dum Diversas, which gave the Portuguese king and his successors the right “to invade, conquer, fight and subjugate” and take all possessions — including land — of “Saracens, and pagans, and other infidels, and enemies of the name of Christ” anywhere.</p><p>The bull also gave the Portuguese permission “to reduce their persons to perpetual slavery.”</p><p>That bull and another issued three years later, Romanus Pontifex, formed the basis of the Doctrine of Discovery, the theory that legitimized the colonial-era seizure of land in Africa and the Americas.</p><p>Nicholas V’s permissions to the Portuguese were confirmed or renewed by Pope Callixtus III in 1456, Pope Sixtus IV in 1481 and Pope Leo X in 1514, according to the Rev. Christopher J. Kellerman, a Jesuit priest and author of “All Oppression Shall Cease: A History of Slavery, Abolitionism, and the Catholic Church.”</p><p>Spanish kings received the rights for the Americas.</p><p>In 2023, the Vatican formally repudiated the Doctrine of Discovery, but it never formally rescinded, abrogated or rejected the bulls themselves. The Vatican insists that a later bull, Sublimis Deus in 1537, reaffirmed that Indigenous peoples shouldn’t be deprived of their liberty or the possession of their property, and weren't to be enslaved.</p><p>Holy See late to condemn slavery, Leo says</p><p>In his encyclical, Leo recalled that his namesake, Pope Leo XIII, was the first pope to explicitly condemn slavery in 1888, long after many countries had abolished it. Before that, in antiquity and the Middle Ages, church institutions and even popes — Gregory the Great — had slaves, Kellerman said.</p><p>In acknowledging the 15th century papal bulls, Leo wrote in his encyclical: “Already in the early modern period, the Apostolic See of Rome, responding to the requests of sovereigns, intervened several times in order to regulate and legitimize forms of subjugation, and, in certain cases, including the enslavement of ‘infidels.’”</p><p>Leo said it wasn't possible to judge the morality of the decisions with today’s standards.</p><p>“Yet neither can we deny or diminish the delay with which both society and the church came to denounce the scourge of slavery,” he said.</p><p>The pope said that the church has long affirmed the dignity of every human being as the basis of its doctrine, “even if it took eighteen centuries for its full incompatibility with slavery to be explicitly recognized.”</p><p>“This constitutes a wound in Christian memory, one from which we cannot consider ourselves detached,” he said.</p><p>Leo said that the church must firmly condemn all forms of trafficking related to the digital technological revolution “if we want to avoid the need to ask for pardon again in the future for having failed to respect the treasure of human dignity that is required by our faith.”</p><p>Anthea Butler, senior fellow at the Koch History Center, Oxford University, said Leo needed to acknowledge and atone for the church's complicity in historic slavery if he wanted to credibly “speak to the current issues of technological enslavement.”</p><p>“For descendants of enslaved persons, this is once again a much needed apology from the pope,” said Butler, who is Black.</p><p>Leo’s own family history and past apologies</p><p>Kellerman, the scholar, welcomed Leo’s apology but said more needs to be done to further acknowledge how the Catholic Church legitimized and expanded slavery.</p><p>“Pope Leo has strengthened the moral credibility of the church with this admission and apology today,” he told The Associated Press. “Hopefully a future document will explain in more detail the church’s involvement with slaveholding. As a scholar I have some quibbles with the wording, but this is a truly remarkable moment.”</p><p>During a 1985 visit to Cameroon, St. John Paul II asked forgiveness of Africans for the slave trade on behalf of Christians who participated in it, but not the popes. In a 1992 visit to Goree Island, Senegal, which was the largest slave-trading center in West Africa, he denounced the injustice of slavery and called it a “tragedy of a civilization that called itself Christian.”</p><p>According to genealogical research published by Henry Louis Gates Jr., 17 of Leo’s American ancestors were Black, listed in census records as mulatto, Black, Creole or a free person of color. His family tree includes slaveholders and enslaved people, Gates wrote in The New York Times.</p><p>During a visit to Angola last month, Leo prayed at a Catholic shrine at the site of an important hub of the African slave trade during Portugal’s colonial rule. While at the Sanctuary of Mama Muxima, Leo recalled the “sorrow and great suffering” Angolans endured for centuries, but he didn’t refer specifically to slavery.</p><p>___</p><p>Winfield reported from Middletown, Connecticut.</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/2VLIHX6XMNNBLKYU22LY5YRYI4.jpg?auth=11afd7a2954b547d2b484697e0f39dde6041b05ed8b3395cf6551fae5381b201&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV speaks during the presentation of his first encyclical, "Magnifica humanitas: On Safeguarding the Human Person in the Time of Artificial Intelligence," at the Vatican, Monday, May 25, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BAAYFZCDQ3RR3HQJTWKN4RVZ3M.jpg?auth=78937e1757f2316e485b655d4b76e39ae118eddcb89a26090b50d7e7b1aa2c3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vatican Secretary of State Cardinal Pietro Parolin, right, talks to theologian Leocadie Lushombo during the presentation of his first encyclical, "Magnifica humanitas: On Safeguarding the Human Person in the Time of Artificial Intelligence," at the Vatican, Monday, May 25, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IB3F2WHFBNWDYYMBYVLPPSHLFM.jpg?auth=398745473bad65d379ee0ffcd81cc797b2f13b19c7e086042effb74d563a8367&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV, left, arrives with Vatican Secretary of State Cardinal Pietro Parolin for the presentation of his first encyclical, "Magnifica humanitas: On Safeguarding the Human Person in the Time of Artificial Intelligence," at the Vatican, Monday, May 25, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CAAKV6DMSJDMDSZ3NTBXHLEV6I.jpg?auth=6e35e960625f114877df10a1a3dd17a8cbd9c89b1ec42c38fba51443f0ec94c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV, left, attends the presentation of his first encyclical, "Magnifica humanitas: On Safeguarding the Human Person in the Time of Artificial Intelligence," at the Vatican, Monday, May 25, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BSXUCQRMRKCL6EIUGXPGAIMVXM.jpg?auth=9bc26c603496506349a6989b1f7ab2b2e5953bf66a21c8c21ced38472b23ec0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV listens to Cardinal Víctor Manuel Fernández, prefect of the Dicastery for the Doctrine of the Faith, right, during the presentation of Pope Leo XIV's first encyclical, "Magnifica humanitas: On Safeguarding the Human Person in the Time of Artificial Intelligence," at the Vatican, Monday, May 25, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Drone attacks raise fears as Colombians vote to elect a new president]]></title><link>https://www.local10.com/news/world/2026/05/25/drone-attacks-raise-fears-as-colombians-vote-to-elect-a-new-president/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/25/drone-attacks-raise-fears-as-colombians-vote-to-elect-a-new-president/</guid><dc:creator><![CDATA[By ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[JAMUNDI, Colombia (AP) — Gladys Marín only has to cross the street to reach a school where polling stations will open Sunday in her small town in Colombia. But she's still not sure she'll make the short walk, because fears for her safety could outweigh the chance to vote for the country’s next president.]]></description><pubDate>Mon, 25 May 2026 07:02:48 +0000</pubDate><content:encoded><![CDATA[<p>JAMUNDI, Colombia (AP) — Gladys Marín only has to cross the street to reach a school where polling stations will open Sunday in her small town in Colombia. But she's still not sure she'll make the short walk, because fears for her safety could outweigh the chance to vote for the country’s next president.</p><p>Her home in the southwestern village of Potrerito sits less than 100 meters (320 feet) from the police station, which has become a frequent target for drone-dropped explosives. Authorities blame the attacks on a rebel faction that rejected a peace agreement signed a decade ago with the Colombian government.</p><p>"You have to stay alert to what is happening, because we live very close to the police station,” Marín said from her porch in this town about 470 kilometers from the capital, Bogotá.</p><p>Colombia will elect a new president and vice president on May 31 in what has been cast as a referendum on President Gustavo Petro’s policies, most notably his controversial “total peace” initiative to negotiate with the country’s remaining rebel groups.</p><p>By most accounts, violence tied to armed groups has worsened under Petro's watch.</p><p>According to Colombia's Electoral Observation Mission, 386 municipalities, or about a third of the country, are vulnerable to violence from illegal armed groups, and data from the Ideas for Peace Foundation think tank indicates that roughly 27,000 people remain under arms nationwide.</p><p>Drone attacks change the landscape of violence</p><p>In Robles, a neighboring town in the Jamundi municipality, the streets leading to the police station are blocked by improvised barricades. The police are entrenched in sentry posts, using shelters made of sandbags and black fabric to scan the sky for any approaching drones.</p><p>“You pass by the police station with this sense of dread, looking up, hoping you won’t run into a nasty surprise,” said Eucaris Zamora, who had to vacate her home after a cylinder bomb struck it in October, leaving the building partially destroyed.</p><p>Guillermo Londoño, a security official in the region of Valle del Cauca, where Jamundi is located, said illegal armed groups in the area have sought to maximize damage through simultaneous, “swarm-style” drone strikes, marking a shift from previous tactics, where attackers would launch attacks with a single drone, reload it, and then resume their assault.</p><p>Drones modified to drop explosives have altered the dynamics of Colombia’s armed conflict since 2024, posting one of the greatest threats to civilians and security forces alike, particularly along the Venezuelan border, in northern Bolivar province and in southwestern coastal areas.</p><p>Colombia's Defense Ministry reported that drone attacks hit 333 targets in 2025, up from 61 such incidents recorded in 2024. Meanwhile, the army has recorded 107 drone attacks so far this year, which have claimed the lives of two soldiers.</p><p>The problem with Petro's ‘total peace’ plan</p><p>Officials here believe their region has become a casualty of Petro's “total peace” strategy, aimed at putting an end to one of the world’s longest-running conflicts.</p><p>Petro acknowledges that the initiative has failed to achieve its hoped-for outcome of disarming illegal networks, and his approach of being open to talk to every group has hardened up a notch. He has frozen negotiations with some groups due to their continuing violence, though he has kept dialogue open with other organizations.</p><p>A clear divide has emerged between candidates. On one side are those who favor continuing dialogue with illegal groups, such as Sen. Iván Cepeda, of Petro’s political movement. On the other are those who say they would dismantle such efforts and prioritize military pressure, such as Sen. Paloma Valencia, of the opposition Democratic Center, and Abelardo de la Espriella, a self-described admirer of Salvadoran President Nayib Bukele who has vowed to crack down on illegal armed groups.</p><p>Elizabeth Dickinson, a senior analyst at the International Crisis Group, believes the violence could worsen if a hawkish candidate is elected.</p><p>“Right-wing candidates propose a ‘hard-line’ response that could exacerbate the violence, because the armed groups will respond to pressure from security forces with terror-style attacks, as they lack the means to respond symmetrically, army-to-army,” Dickinson said.</p><p>In December, gunmen sowed terror in the small southern town of Buenos Aires, launching an attack on the police station that left several officers injured and reduced a local bank and nearby homes to rubble.</p><p>Among the wreckage was the home of 89-year-old Celimo Enrique Aguilar.</p><p>“I haven’t lost faith that, someday, one might be able to live in peace,” 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/H4PO7RNSUQITJFCH2C67DJRHNI.jpg?auth=c9e8747f4517702ef7ac17fc4d4983e62752f0d3d292de4750a88e175838b718&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man rides his motorcycle past the ruins of homes destroyed five months earlier in an attack by dissidents of the former Revolutionary Armed Forces of Colombia, or FARC, in Buenos Aires, Cauca, Colombia, Wednesday, May 20, 2026.(AP Photo/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5PNM25HSRO3VHQFPN2CK26ON64.jpg?auth=29b8e3a9dd83d0659347d990b7681a15a2cc3bd3a7911232bf8704c400c7de27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign set up by dissidents of the former Revolutionary Armed Forces of Colombia, or FARC, displaying guerrilla leaders stands by a road to Buenos Aires, Cauca, Colombia, Wednesday, May 20, 2026. (AP Photo/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/72M2VTRNKSA44JLQR5GVZP7NNE.jpg?auth=f27cf8dde90778f3fad07c1373e25323bd06165d52e9b80eab9ff3e09523f784&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eucaris Zamora stands in front of her home destroyed during an attack involving drones by a dissident branch of the former Revolutionary Armed Forces of Colombia, or FARC, guerrilla group in Robles, Colombia, Tuesday, May 19, 2026.(AP Photo/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BJA5VCI2EZN4STZT7URKHJX4DM.jpg?auth=da8b9a42433edeba8ab372ba0957e21531acd043a534c2bcf32dc384ebd31aef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man rides his motorcycle past a barricade blocking streets in Potrerito, Colombia, Tuesday, May 19, 2026, following attacks by dissidents of the former Revolutionary Armed Forces of Colombia, or FARC. (AP Photo/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ROMCPDUYUIAEVHBTGYEURH4WLU.jpg?auth=1e1f15610c6fdabc05f21245533e5dc5ebe39b61ab71183a4e28c49bcaa08e72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police officer walks near a branch of the Banco Agrario damaged in an attack by dissidents of the former Revolutionary Armed Forces of Colombia, or FARC, in Buenos Aires, Cauca, ahead of Colombia's presidential election, Wednesday, May 20, 2026. (AP Photo/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content></item><item><title><![CDATA[4 dead, 17 mostly workers still missing, in collapse of unfinished hotel in the Philippines]]></title><link>https://www.local10.com/news/world/2026/05/25/3-dead-17-mostly-workers-still-missing-in-collapse-of-unfinished-hotel-in-philippines/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/25/3-dead-17-mostly-workers-still-missing-in-collapse-of-unfinished-hotel-in-philippines/</guid><dc:creator><![CDATA[By JIM GOMEZ, JOEAL CALUPITAN and AARON FAVILA, Associated Press]]></dc:creator><description><![CDATA[ANGELES, Philippines (AP) — Rescuers pulled out three people Monday from an immense pile of rubble that was all that remained of a nine-story hotel which collapsed while under construction in a northern Philippine city, bringing the death toll to four with 17 others still missing, officials said.]]></description><pubDate>Mon, 25 May 2026 07:50:22 +0000</pubDate><content:encoded><![CDATA[<p>ANGELES, Philippines (AP) — Rescuers pulled out three people Monday from an immense pile of rubble that was all that remained of a nine-story hotel which collapsed while under construction in a northern Philippine city, bringing the death toll to four with 17 others still missing, officials said.</p><p>Two of the men were dead, while emergency personnel struggled in the early morning hours to revive one in an ambulance near the pile of concrete slabs, twisted iron bars and aluminum scaffoldings that was all that remained of the building in Angeles City of Pampanga Province. They eventually gave up and drove away.</p><p>The poignant scene was witnessed by a small group of journalists, including from The Associated Press, who watched hundreds of rescuers led by firefighters and police scrambling for hours to extricate the men, who were at the time alive but trapped under concrete slabs and iron bars.</p><p>Rescuers tried to provide water and medicine intravenously to one of the trapped men in a desperate effort to keep him alive in the scorching summer heat, regional police chief Brig. Gen. Jess Mendez told the AP.</p><p>“He never made it despite all the efforts,” he said.</p><p>One of the three people pulled out from the rubble on Monday was unidentified and was not on the list of the 17 missing, who were mostly construction workers, according to Angeles city information chief Jay Pelayo.</p><p>The fourth dead victim was a Malaysian tourist trapped in a budget inn that was partly hit by the avalanche of debris from the collapsed building. Another guest at the inn was injured but managed to dash out, officials said.</p><p>A day after the unfinished building collapsed with a loud crashing sound after a fierce thunderstorm, Angeles City Mayor Carmelo Lazatin said rescue efforts would still not be shifted to a body retrieval operation.</p><p>“My best hope is that we can rescue more people alive,” Lazatin told the AP. “We don’t want to give the families of the trapped workers any bad news.”</p><p>Anxiety and fear among relatives of the trapped workers, who are waiting in sheds near the rubble, have deepened.</p><p>“I’m losing hope because of what I see — slow rescue work,” said Lea Mendoza Casilao, a 47-year-old sardine factory worker whose boyfriend, a mason, was among those still trapped in the rubble.</p><p>She brought a week’s supply of rice and sardines for him at the construction site, but she said they would never meet as scheduled over the weekend after the building where he was sleeping crumbled before dawn on Sunday.</p><p>Lazatin said rescuers were moving carefully because huge slabs of concrete were being held up precariously by a tangle of aluminum scaffolding and could crash down on rescuers.</p><p>Twenty-six workers were either rescued or managed to run out of the collapsing building, where they slept on pieces of plywood on the ground floor.</p><p>National police chief Gen. Jose Melencio Nartatez Jr. said his force will support an “ongoing investigation to determine the cause of the incident and possible violations of safety and building regulations.”</p><p>Angeles City hosted one of the largest U.S. Air Force bases outside of the American mainland, helping turn Angeles and outlying cities and towns into entertainment and commercial hubs in the main northern Philippine region of Luzon.</p><p>Clark Air Base, about 80 kilometers (50 miles) north of Manila, closed in the early 1990s. The former base has become a bustling industrial and tourism enclave called the Clark Freeport Zone, and is still surrounded by remnants of U.S. base-era red-light strips, bars, nightclubs, tattoo shops and budget hotels.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CYFZ5Z5UEPPHRIVVYPPYZ253FI.jpg?auth=965dffb8c37841c27ef8a563d1008282ae8bbc36435b4ec3fc0e97da8a417165&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers cut cables during a search operation at a collapsed building where multiple people are believed to be trapped in Angeles city in Pampanga province, north of Manila, Philippines, Monday, May 25, 2026. (AP Photo/Aaron Favila)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NOOKDTQL4UVGNIPYHVMCHMGYBA.jpg?auth=371cb559be66d550439643f51b39e3fa3d893c642454a692bed58f3b8918072d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A K9 joins rescuers as they continue search operations at a collapsed building where multiple people are believed to be trapped in Angeles city in Pampanga province, north of Manila Monday, May 25, 2026. (AP Photo/Aaron Favila)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FYENNJPPLT5WY2I3GLS5WHZZPE.jpg?auth=1a523d29de6da2396db8235521b9e00057ba5955cbd942fc99a8a140e2fea1fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers stand beside ruins as search operations continue at a collapsed building in Angeles city in Pampanga province, north of Manila, Monday, May 25, 2026. (AP Photo/Aaron Favila)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VTLTO2GPWHPYDSJEAJLNQ7GZZM.jpg?auth=7335497340bdc040df3737ceed09405a678b17d11b477964325a7534e9773b7a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers continue search operations at a collapsed building where multiple people are believed to be trapped in Angeles city in Pampanga province, north of Manila Monday, May 25, 2026. (AP Photo/Aaron Favila)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HSYBO5E5FQZSXVUTITO2IVKQIE.jpg?auth=1ec68be648290c33c6297537c1d4f48144bff628002cbe7869b89c8e60227fa3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dog stands beside a damaged pick-up truck at the ruins of a collapsed building where multiple people are believed to be trapped in Angeles city in Pampanga province, north of Manila, Philippines, Monday, May 25, 2026. (AP Photo/Aaron Favila)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content></item><item><title><![CDATA[Extra innings brings extra strategy. Just don't expect the top hitters to decide it]]></title><link>https://www.local10.com/sports/2026/05/25/extra-innings-brings-extra-strategy-just-dont-expect-the-top-hitters-to-decide-it/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/25/extra-innings-brings-extra-strategy-just-dont-expect-the-top-hitters-to-decide-it/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[When the Nationals and Mets went to extra innings this past Monday, Washington was quick to intentionally walk Juan Soto in the top of the 10th. Then New York returned the favor, giving James Wood a free pass in the bottom half. When Soto came up again in the 12th, the Nats pitched to him — but after the count went to 2-0 he was sent to first to complete another intentional walk.]]></description><pubDate>Mon, 25 May 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>When the Nationals and Mets went to extra innings this past Monday, Washington was quick to intentionally walk Juan Soto in the top of the 10th. Then New York returned the favor, giving James Wood a free pass in the bottom half. When Soto came up again in the 12th, the Nats pitched to him — but after the count went to 2-0 he was sent to first to complete another intentional walk.</p><p>This back and forth was hardly a surprise. One byproduct of the automatic runner on second base is that extra innings are one of the few times managers can still stomach ordering up an intentional walk. It's a strategy that was beginning to fall out of favor otherwise.</p><p>In 2019, only 753 intentional walks were issued in the major leagues. That was the fewest since 1961, when there were fewer teams and fewer games.</p><p>And the number has only decreased since 2019. There were just 474 intentional walks in 2023 and 556 last year. Just as some statistically minded thinkers frown on the sacrifice bunt — don't give away outs! — it's also considered risky to give the other team an extra baserunner.</p><p>But in extra innings, the calculus changes. The inning starts with first base open, and if it's still tied in the bottom half, there's little downside to walking a good hitter intentionally and setting up a potential double play.</p><p>From 1974 to 2019 — before the automatic runner — there was an intentional walk every 140 plate appearances. In extra innings, it was one every 26.7.</p><p>Since 2020, there has been an intentional walk every 335 plate appearances overall. But in extra innings, it has been one every 16.7. In extra innings, intentional walks are actually more common than they used to be.</p><p>Some fans may enjoy the extra strategy, while others surely find it frustrating to watch the bat taken out of a player like Soto's hands. Since 2020, here are the major league leaders in extra-inning RBIs:</p><p>1. Eugénio Suarez, 22</p><p>2. Josh Naylor, 21</p><p>3. Alec Bohm, 20</p><p>4. Adolis García, 20</p><p>5. Daulton Varsho, 18</p><p>Here are the leaders in extra-inning intentional walks:</p><p>1. José Ramírez, 25</p><p>2. Aaron Judge, 19</p><p>3. Juan Soto, 16</p><p>4. Shohei Ohtani, 15</p><p>5. Bryce Harper, 15</p><p>The two intentional walks to Soto didn't stop the Mets on Monday. They scored 10 runs in the 12th inning and won 16-7. Carson Benge had two hits and three RBIs in the inning. Benge now has an MLB-best six extra-inning RBIs this season.</p><p>Trivia time</p><p>Which player hit five extra-inning home runs in the 2010 season alone? (Hint: His team reached the World Series that year.)</p><p>Performance of the week</p><p>Reid Detmers of the Los Angeles Angels struck out 14 in eight one-hit innings Sunday night. Jake Burger homered in the second. That was the only batter Detmers failed to retire.</p><p>The Angels beat the Texas Rangers 2-1 on a ninth-inning throwing error by Justin Foscue.</p><p>Comeback of the week</p><p>The Arizona Diamondbacks were down by two in the bottom of the ninth to San Francisco on Tuesday night, with two outs and one on. Adrian Del Castillo hit an RBI single and Ryan Waldschmidt reached on catcher’s interference. Then Ketel Marte's three-run homer gave Arizona a 5-3 win. San Francisco's win probability peaked at 95.4% according to Baseball Savant.</p><p>The Diamondbacks have taken advantage of a soft patch on their schedule, going 8-2 against the Giants and Rockies in their last 10 games.</p><p>Trivia answer</p><p>Nelson Cruz.</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C3CIFN2I5CMMFUCDREF4VSROZQ.jpg?auth=5108450bc6bfc35ea2f72f4cdee223a3e6859fa24494389646d26744044ff478&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left to right, New York Mets left fielder Tyrone Taylor, center fielder A.J. Ewing, and right fielder Carson Benge celebrate after winning a baseball game against the Washington Nationals, Monday, May 18, 2026, in Washington. (AP Photo/Jess Rapfogel)]]></media:description><media:credit role="author" scheme="urn:ebu">Jess Rapfogel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IB2FFUA2PGCCFX6CUXZ7UBIGUM.jpg?auth=569ff76d0221a7937b42285375dd02ec94966b361abc2d184d6f1cc57f90b3ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets designated hitter Juan Soto, right, follows through his swing as he hits a two-RBI single against the Washington Nationals during the fifth inning of a baseball game, Monday, May 18, 2026, in Washington. (AP Photo/Jess Rapfogel)]]></media:description><media:credit role="author" scheme="urn:ebu">Jess Rapfogel</media:credit></media:content></item><item><title><![CDATA[Australian spy boss says he shifted resources from counterterrorism before Hanukkah attack]]></title><link>https://www.local10.com/news/world/2026/05/25/australian-spy-boss-says-he-shifted-resources-from-counterterrorism-before-hanukkah-attack/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/25/australian-spy-boss-says-he-shifted-resources-from-counterterrorism-before-hanukkah-attack/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — An Australian spy agency boss told an inquiry on Monday he had pivoted resources away from counterterrorism to espionage and foreign interference investigations a few years before two gunmen massacred 15 people at a Sydney Hanukkah celebration.]]></description><pubDate>Mon, 25 May 2026 07:45:00 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — An Australian spy agency boss told an inquiry on Monday he had pivoted resources away from counterterrorism to espionage and foreign interference investigations a few years before two gunmen massacred 15 people at a Sydney Hanukkah celebration.</p><p>Mike Burgess, director-general of the Australian Security Intelligence Organization, the nation’s main domestic spy agency known as ASIO, was testifying at a government inquiry into the spread of antisemitism in Australia ahead of the attack at Bondi Beach on Dec. 14.</p><p>ASIO reduced Australia’s National Terrorism Threat Level from “probable” to “possible” — the second-safest level on a five-tier scale -- in November 2022, after the Islamic State group in the Middle East had been defeated and was no longer recruiting fighters.</p><p>ASIO then shifted to increase its focus on foreign interference and espionage investigations, but left the organization’s “counterterrorism mission” with sufficient resources, Burgess said.</p><p>“Because terrorism has the potential to cause people to lose their lives or get harmed, it always remained a priority for us. There was just less activity that we were investigating because the nature of the environment had changed and the number of tasks we were looking at had reduced,” Burgess said.</p><p>“At the same time, every rock we lifted up we found espionage or foreign interference that needed to be inquired and investigated and so resources were moved over there,” Burgess added.</p><p>Spy boss had sounded alarm after the Hamas Oct. 7 attack</p><p>Five days after the Hamas-led attack on Israel on Oct. 7, 2023, Burgess said he took an unprecedented step for an ASIO boss by making a public statement warning that inflamed language could lead to violence.</p><p>“Before the Israeli government responded to that horrific attack, we saw the strong emotions appear in this country where we had people celebrating the Hamas terrorist attack,” Burgess said.</p><p>ASIO saw threatening and intimidating behavior directed at Jewish Australians through the end of 2023. That behavior escalated to target Jewish businesses and places of worship in October 2024, he said.</p><p>ASIO elevated Australia’s terrorism threat level again to “probable” in August 2024. ASIO's resources became stretched as antisemitic cases mounted, Burgess said.</p><p>'We knew we were busy and had a lot on our plate, but ... at no time did we have serious matters that we knew about that we were leaving untreated," Burgess said.</p><p>Hanukkah event was given the lowest security priority</p><p>Royal Commission on Antisemitism and Social Cohesion, the highest form of inquiry in Australia, must report to the government before the first anniversary of what was the nation’s worst mass shooting since 1996.</p><p>The father and son gunmen, Sajid and Naveed Akram, were inspired by IS and brought handmade IS flags to Bondi, prosecutors allege.</p><p>Both were wounded in a gunfight with police, the father fatally, less than eight minutes after the shooting began. The son has been charged with committing a terrorist act, 15 counts of murder and 40 counts of attempted murder. He has entered no pleas.</p><p>Richard Lancaster, who leads a team of lawyers in his role as the Senior Counsel Assisting the Royal Commission, said only four police officers were at the event when the gunmen opened fire on a crowd of around 1,000 people.</p><p>Within 29 seconds of the start of the shooting, 10 people had been fatally shot and an 11th had been wounded, Lancaster said.</p><p>Within five minutes, 11 police officers were at the scene. Three of those officers were wounded, he said.</p><p>A Jewish security organization, the Community Security Group, had requested the New South Wales Police Force post officers at the beachfront park for the duration of the Hanukkah event, Lancaster said. Instead, officers were instructed to attend from time to time.</p><p>Police gave the Hanukkah celebration the lowest security priority on a three-tier scale, with police resources managed by a local commander, Lancaster said.</p><p>Jewish High Holy Days in September and October were top-tier events in which police resources were managed by the specialized Police Force Major Events Group in liaison with the paramilitary Police Force Counter Terrorism and Special Tactics Command.</p><p>“There is no evidence that any intelligence agency or law enforcement agency had any actual knowledge or specific information to suggest there might be an armed attack on the Hanukkah celebration,” Lancaster said.</p><p>“In that sense, it was a surprise attack,” he added.</p><p>___</p><p>This story has been corrected to show that Burgess said the agency’s counterterrorism mission was left with sufficient resources.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TACGIXQUVAVFVFKOOXIQUFVJ2E.jpg?auth=c271df1da49078a1824f522821e017319d99ffd85f54f6b50b70ad5ec9a05c1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People attend a ceremony to mark the National Day of Reflection for victims and survivors, at Bondi Beach in Sydney, Sunday, Dec. 21, 2025, following the Bondi shooting on Dec. 14. (AP Photo/Mark Baker,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Baker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BZUZB45B3X6HFZMJZ5MRDTRV74.jpg?auth=3c4370e4d61d5fb6151dfcb76ab5d1e1dacc22fe2f58e3a7781d3f579fed1643&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Police cordon off an area at Bondi Beach after a reported shooting in Sydney, Dec. 14, 2025. (AP Photo/Mark Baker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Baker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BAQH74ITZRTEK35EH6ECDO56RE.jpg?auth=86f0e959058c28ac625ce1d3d3ce4e1485d91bcb3454f9557e77b8e95ecea76b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Police patrol in the early morning at Sydney's Bondi Beach, Dec. 15, 2025, following the previous day's shooting. (AP Photo/Mark Baker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Baker</media:credit></media:content></item><item><title><![CDATA[Toshifumi Suzuki, the Japanese behind the 'conbini' empire, has died. He was 93.]]></title><link>https://www.local10.com/business/2026/05/25/toshifumi-suzuki-the-japanese-behind-the-conbini-empire-has-died-he-was-93/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/25/toshifumi-suzuki-the-japanese-behind-the-conbini-empire-has-died-he-was-93/</guid><dc:creator><![CDATA[By YURI KAGEYAMA, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Toshifumi Suzuki, the Japanese businessman credited with creating the 7-Eleven convenience-chain global retail empire, has died. He was 93.]]></description><pubDate>Mon, 25 May 2026 05:09:23 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Toshifumi Suzuki, the Japanese businessman credited with creating the 7-Eleven convenience-chain global retail empire, has died. He was 93.</p><p>Suzuki, an honorary adviser at Seven & i Holdings, died on May 18 of heart failure at his Tokyo home, the company said Monday.</p><p>Suzuki founded the Japanese unit that operates the seemingly ubiquitous 7-Eleven “conbini” outlets, where busy people can hop in and grab sandwiches, rice balls, drinks, chips and other meals on-the-run, use ATMs, pay utility bills and copy documents.</p><p>The 7-Eleven stores, now numbering more than 80,000 worldwide, are the biggest convenience-store chain in Japan.</p><p>The business started out in Japan under a franchise agreement with the U.S. 7-Eleven in 1973. The first store opened in Japan the following year.</p><p>After The Southland Corp., which founded 7-Eleven, ran into financial difficulties the Japanese company bought a majority stake in the 1990’s. It made the American counterpart its 100% owned group company in 2005.</p><p>Several years ago, the Canadian retailer Alimentation Couche-Tard, which runs the global Circle K convenience store chain, sought to take over Seven & i Holdings. But it dropped the effort in 2024, citing frustration with negotiations that showed “a lack of constructive engagement.”</p><p>Suzuki, born in Nagano Prefecture, northern Japan, in 1932, graduated from the prestigious Chuo University in Tokyo.</p><p>Before beginning his career in the convenience store business, he worked at Ito-Yokado, a major Japanese retail chain that sells a variety of products including groceries, cosmetics and clothing, which is also owned by Seven and i Holdings.</p><p>Apart from leading 7-Eleven, Suzuki engineered the acquisition of Barney’s Japan in 2015 and added banking functions to the empire.</p><p>He said he wanted to provide customers with what he called a lifestyle shopping experience. Over the years, the retailing giant also brought under its wing the Sogo and Seibu department stores.</p><p>Suzuki became chief executive of 7-Eleven Japan in 1978. He is widely seen as having innovated how Japanese consumers shop. Convenience stores have led retailers in Japan in implementing new retail technologies.</p><p>Funeral services are being held privately with family, and messages, flowers and other condolence gifts were politely declined, according to the company. Details of a public ceremony will come later, it said.</p><p>Suzuki is survived by his wife and two children.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D2W2EUF2TUIBPASWBZH53RUTSE.jpg?auth=7b19fe51b16d8b0a97ab5fc050567b83a34a56b95e4a614b92feaf076d28a472&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Toshifumi Suzuki, Chairman and Chief Executive Officer of Seven & I Holdings Co., speaks in a news conference in Tokyo, Dec. 26, 2005. (AP Photo/Katsumi Kasahara, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Katsumi Kasahara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DLFUZZGM4VQLJGELW55Q5BS6GM.jpg?auth=408766b1d3f81ca5a1a1b235bda590d3a71af567f3899ff527a90cb67831a23e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Toshifumi Suzuki, Chairman and Chief Executive Officer of Seven & I Holdings Co., speaks in a news conference in Tokyo, Dec. 26, 2005. (AP Photo/Katsumi Kasahara, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Katsumi Kasahara</media:credit></media:content></item><item><title><![CDATA[Kerley runs 9.97 at Enhanced Games, where Kristian Gkolomeev gets a $1M bonus for swimming mark]]></title><link>https://www.local10.com/sports/2026/05/25/kerley-runs-997-at-enhanced-games-where-kristian-gkolomeev-gets-a-1m-bonus-for-swimming-mark/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/25/kerley-runs-997-at-enhanced-games-where-kristian-gkolomeev-gets-a-1m-bonus-for-swimming-mark/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — Fred Kerley ran 100 meters in a pedestrian 9.97 seconds Sunday night to win the Enhanced Games in a race where the sprinters had to be placed in the starting blocks four times because of false starts and untied shoes.]]></description><pubDate>Mon, 25 May 2026 05:23:43 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — Fred Kerley ran 100 meters in a pedestrian 9.97 seconds Sunday night to win the Enhanced Games in a race where the sprinters had to be placed in the starting blocks four times because of false starts and untied shoes.</p><p>Kerley, who predicted Usain Bolt's world record of 9.58 seconds would get “destroyed,” ran a time that would have placed him last at the Paris Olympics two years ago, where he ran 9.81 and won bronze.</p><p>The only athlete to win the $1 million bonus for going faster than the world record over the four hours of swimming, weightlifting and track in the specially built stadium on the Las Vegas Strip was Kristian Gkolomeev, who closed the night by swimming the 50-meter free in 20.81 seconds.</p><p>That record won't go into the books, however, because the Enhanced Games, true to its name, allows performance-enhancing drugs that are banned in mainstream sports.</p><p>The men’s 50-meter freestyle world record of 20.88 seconds was set two months ago in a sanctioned event by Cameron McEvoy.</p><p>Gkolomeev had also won a $1 million bonus from Enhanced last year for swimming faster than the world record during a “trial.”</p><p>“Another million, it’s not bad at all,” he said. “It’s going to change my life to the good, for sure.“</p><p>The most iconic marks in Olympic sports, though, are in track, and when Kerley called out Bolt’s 17-year-old record, it made headlines and even got Bolt involved with a short post on social media: “OK,” he said.</p><p>By the time the starting gun sounded (or maybe long before that, depending on who you ask) it was clear there wouldn't be much to worry about.</p><p>Kerley was in a line of six runners who had to be called out of the blocks three times — an energy sapper — first for a sprinter to re-tie his shoe, then twice more when the false-start signal went off, but early motion was, apparently, undetectable and nobody was disqualified.</p><p>“A lot of false starts, a lot of jumping, a lot of people who didn’t want to run their heats,” Kerley said of the less-than-full field for a basically meaningless prelim race in which he false started but wasn't DQ'd. “Got to do better than that. I’m ready to run fast.“</p><p>Kerley, who said he is not using performance enhancers, still pocketed $250,000 — the first-place prize for all the events.</p><p>Most athletes are making money they could only dream of in mainstream Olympic sports.</p><p>The real stakes, however, could be for the investors in the company that brought the world the Enhanced Games with the idea of turning it into a new-age online pharmacy that peddles performance enhancers under medical supervision.</p><p>“It's just the beginning,” CEO Max Martin said in front of a specially curated crowd of around 2,500.</p><p>Tickets were not on sale to the general public.</p><p>The women’s sprints didn’t have anywhere near the star power Kerley injected into the men’s.</p><p>What the two races did have in common were winners who claimed not to be taking drugs — results that force questions about both the effectiveness of performance enhancers and the level of the athletes who signed onto the league that began with mega investments from the likes of Peter Thiel and is now a publicly traded company.</p><p>Tristan Evelyn’s winning time of 11.25 seconds in the women's sprint was more than three-quarters of a second slower than FloJo's 38-year-old world record (10.49). It would have been .21 seconds behind the seventh-place finisher at the Paris Games two years ago.</p><p>In all, Enhanced said there were 14 personal bests set by 12 athletes, all of them swimmers and weightlifters.</p><p>Among those who made runs at world marks was Ben Proud, the British Olympic silver medalist, who finished .05 off the 50-meter fly mark of 22.27.</p><p>“I think I am,” he said when asked if he was happy after winning $250K. “But I think we all know what we came here for, and that’s a world record.”</p><p>Kerley didn’t come close to it. When it was over, he seemed to be blaming everyone but himself.</p><p>“Man, they gotta do better than that,” he said. “Gotta train a little harder, train on that (expletive) a little more.”</p><p>___</p><p>AP sports: https://apnews.com/hub/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OQTS3TIO76L5DKTDBS5MSWA34E.jpg?auth=290d190e9b892eb67a1c561e0fec110c4143e4e81a9810ed4e8151dbf23ae7a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fred Kerley, of the United States, competes in the men's 100-meter final at the Enhanced Games in Las Vegas, Sunday, May 24, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A62OXFQCXS55DEQW2SCMIXEBC4.jpg?auth=46521f0819a5e08b7dca7612eb73d718e819d65720b0e9387cb45805cd3d2679&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fred Kerley, of the United States, wins the men's 100-meter final at the Enhanced Games in Las Vegas, Sunday, May 24, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3WC6GOAXRO7RLTDOJ4F5PMBMJ4.jpg?auth=acc50f70387e48c9a1445ede87bb5c3003ac4f1527698f229868c2d072126aaf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kristian Gkolomeev, of Greece, celebrates after winning the men's 100-meter freestyle final at the Enhanced Games in Las Vegas, Sunday, May 24, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K2KUGXY5XZE6TW4SWSRZGCK7IE.jpg?auth=f2ba4d510e1b016bcddbf364c6f91af961d8f0455d029a3b280fbd260ea3fbce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[James Magnussen, of Australia, smiles after competing in the men's 100-meter freestyle final at the Enhanced Games in Las Vegas, Sunday, May 24, 2026. (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[Jim Henson's Creature Shop opens for tours. Here's what's inside the once-hidden puppet studio]]></title><link>https://www.local10.com/entertainment/2026/05/25/jim-hensons-creature-shop-opens-for-tours-heres-whats-inside-the-once-hidden-puppet-studio/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/25/jim-hensons-creature-shop-opens-for-tours-heres-whats-inside-the-once-hidden-puppet-studio/</guid><dc:creator><![CDATA[By PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Deep in a cavernous New York City warehouse, the artisans behind some of the world’s most beloved children’s characters have been fashioning costumes and puppets for years in relative anonymity.]]></description><pubDate>Mon, 25 May 2026 04:14:07 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Deep in a cavernous New York City warehouse, the artisans behind some of the world’s most beloved children’s characters have been fashioning costumes and puppets for years in relative anonymity.</p><p>Now Jim Henson's Creature Shop, the workshop founded by the legendary creator of the Muppets, is drawing back the curtain.</p><p>This year, the company opened the doors of its Queens workshop to public tours for the first time, allowing fans to meet a puppet builder, see a puppetry demonstration and take photos and videos with beloved and iconic characters.</p><p>Jason Weber, the shop’s creative supervisor, said the tours, which cost $150 a person, are an opportunity to celebrate the unsung craftspeople that bring these famous characters to life.</p><p>“There is a level of expertise here that we’re sharing. It’s not just going to a pop-up store or something like that,” he said during a recent visit. “Things are made one-of-a-kind, made by hand with artisans who have been trained for years and decades.”</p><p>Besides Kermit, Miss Piggy and other Muppets, Henson was the creative force behind Big Bird, Cookie Monster and other famous “Sesame Street” denizens, as well as the “Fraggle Rock” characters. He died in 1990.</p><p>Henson originally founded the workshop in the 1960s in Manhattan and it has moved multiple times around the city since. It's been at its current location in Queens since 2009. The company also has a workshop in Los Angeles, though that doesn’t offer tours.</p><p>The 80-minute New York tours take place on Saturdays. Visitors start in a large room specially created for the tour that's filled with real show props and creations. It’s also the only spot on the tour where visitors are allowed to take photos and videos, as much of what’s in the actual workshop are still works in progress or proprietary.</p><p>“The Muppets" are now owned by Disney. Sesame owns the rights to Big Bird and other characters Henson created for the long-running show, which films at a nearby studio.</p><p>Among the centerpieces in that first room on the tour is an Oscar the Grouch display where the “Sesame Street” character is in his familiar trash can surrounded by heaps of fake garbage.</p><p>There’s also a menacing black throne from “The Dark Crystal,” Henson’s 1982 live-action fantasy film, and a full-sized working puppet of Junior Gorg, a giant from “Fraggle Rock,” which requires multiple performers to manipulate.</p><p>The workshop space itself is filled with fantastical creatures in various stages of assembly. There’s drawers and bins tucked into nearly every corner brimming with colorful furs, textured fabrics and ready-made puppet body parts, clothing and accessories.</p><p>“Everything we do is custom. Everything we do is bespoke,” said Melissa Creighton, the shop’s director.</p><p>On a recent visit, staff were busy preparing costumes and other pieces for a range of current projects, including a “Fraggle Rock" musical opening later this month at a theater near Times Square.</p><p>The shop’s past credits include the horror movie “Five Nights at Freddy’s,” the children’s fantasy film “Where the Wild Things Are" and the 1990s television sitcom “Dinosaurs.”</p><p>Sierra Schoening, a senior puppet builder, said working at the shop had been her “pie-in-the sky” dream job. Her favorite movie growing up was “The Labyrinth,” Henson's 1986 musical fantasy film starring David Bowie and Jennifer Connelly.</p><p>“I just really always wanted to know how those illusions were made,” Schoening said as she took a break from fashioning a set of new creations. “I know all the secret sauce, and I’m making the secret sauce now.”</p><p>___</p><p>Follow Philip Marcelo at https://x.com/philmarcelo</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JOEQZD3G3YUO56GH3NO73NXXVI.jpg?auth=009b4678f5f8d9c72a8bca3d7f085d905773fd8dd47da6522171020aca21e8f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Puppets are displayed at Jim Henson's Creature Shop in New York, Wednesday, May 13, 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/RNISYW7CQD4H2VJKWTPISFM2E4.jpg?auth=db403120364795df67b9bb9fc2a4d5d4a10eecae75526ff278f7d2cee46b05bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sierra Schoening, a senior puppet builder, demonstrates how to maneuver a puppet she built at Jim Henson's Creature Shop in New York, Wednesday, May 13, 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/2OI6X4HS5GZGIVFILFG5CA2CSU.jpg?auth=491c1607152f8b2dc938cf3e40d0bf5d2252238d9f309411551ad3ddcc2692b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sarah Lafferty, right, fits a mouthpiece on "Boober," a character in the "Jim Henson's Fraggle Rock: Back to the Rock Live" show, at Jim Henson's Creature Shop in New York, Wednesday, May 13, 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/OKDYPPQICELKQYQZBBS7XMWZMA.jpg?auth=5e889a9350711927f1d888a27d58cd1ea3d791e6fb9bd980d3851aff086e07f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trays full of eyes, used to make puppets, are seen at Jim Henson's Creature Shop in New York, Wednesday, May 13, 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/MT6I4CPA4PXD5ZNF5C54AZAA2I.jpg?auth=dd9ac08af893410357d07eac950ee0df48cd55c138f118ec806e032274b64021&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A re-creation of an artist's desk, with a photograph of Jim Henson and Kermit the Frog, is part of a tour at Jim Henson's Creature Shop in New York, Wednesday, May 13, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Risk of a catastrophic explosion has been eliminated at chemical tank in California, authorities say]]></title><link>https://www.local10.com/news/2026/05/25/risk-of-a-catastrophic-explosion-has-been-eliminated-at-chemical-tank-in-california-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/25/risk-of-a-catastrophic-explosion-has-been-eliminated-at-chemical-tank-in-california-authorities-say/</guid><dc:creator><![CDATA[By LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[The risk of a catastrophic explosion at a damaged chemical tank in Southern California has been eliminated following a close overnight inspection that confirmed a crack in the tank relieved pressure and cooled the chemical, authorities said Monday.]]></description><pubDate>Mon, 25 May 2026 17:33:49 +0000</pubDate><content:encoded><![CDATA[<p>The risk of a catastrophic explosion at a damaged chemical tank in Southern California has been eliminated following a close overnight inspection that confirmed a crack in the tank relieved pressure and cooled the chemical, authorities said Monday.</p><p>The results of the evaluation was “incredibly positive news,” and allowed officials to turn the corner after days of concern about a possible explosion, said Orange County Fire Authority division chief Craig Covey.</p><p>However, evacuation orders remained in place for about 50,000 people in Garden Grove, California, located south of Los Angeles. There has been no chemical leak as of early Monday, but the Orange County Fire Authority said the risk to public safety is “ongoing.”</p><p>Covey didn’t say in the recorded message what the most likely outcome might be but officials had previously said they hoped to cool off the chemical inside the tank so it wouldn't leak or explode. The tank’s interior had cooled to 93 degrees F (33.9 degrees C), Covey said, down from 100 degrees (37.7 Celsius) Sunday.</p><p>After the tank overheated Thursday and began venting vapors, firefighters have repeatedly sprayed the tank with water in an attempt to cool the chemical inside, methyl methacrylate, which is used to make plastic parts. As the interior temperature rises, methyl methacrylate converts from a liquid to a gas and increases the pressure, according to Purdue University engineering professor Andrew Whelton.</p><p>GKN is a British company that supplies aircraft manufacturers</p><p>The tank is at a site owned by GKN Aerospace Transparency Systems, which makes cockpit windows, canopies and windshields for military and commercial aircraft.</p><p>The tank holds 6,000 to 7,000 gallons (22,700 to 26,500 liters) of methyl methacrylate used to make plastic parts.</p><p>GKN Aerospace, a British industrial company, says on its website that it employs about 16,000 people across 32 manufacturing sites in 12 countries and supplies technologies and components used by major commercial and military aircraft manufacturers worldwide.</p><p>It remained unknown when the operation would reopen.</p><p>Disruptions at facilities producing specialized aircraft components can be difficult for the global aerospace industry to absorb because supply chains are highly concentrated globally and already strained, said Richard Aboulafia, managing director of the aerospace consulting firm AeroDynamic Advisory.</p><p>Aboulafia said aerospace manufacturing differs from many other industries because aircraft production rates are relatively low, leaving only a small number of suppliers for many specialized parts and systems.</p><p>“There’s just not a lot of margin in the system,” he said.</p><p>Dealing with displacement and health concerns</p><p>Aerial photos taken by The Associated Press showed streets in the area were empty Sunday, while several evacuation shelters were open.</p><p>Garden Grove is next to Anaheim, home to Disneyland’s two theme parks, which were not under evacuation orders. Park officials said they were monitoring the situation.</p><p>Exposure to methyl methacrylate can cause serious respiratory problems, neurological problems and irritation to the skin, eyes and throat, according to fact sheets about the chemical.</p><p>Orange County health officials said the chemical is easy to smell and people may notice it over a large area without being harmed.</p><p>Residents taking legal action</p><p>Some Garden Grove residents filed a class-action federal lawsuit Saturday against GKN Aerospace Transparency Systems. Lawyers for the residents argued that regardless of what happens, property values in the surrounding community are sure to be impacted.</p><p>GKN Aerospace did not comment on the lawsuit but has apologized to residents and businesses forced to evacuate. It said Sunday it was “working around the clock to mitigate the risk of a leak.”</p><p>GKN Aerospace agreed in 2025 to pay state regulators more than $900,000 to settle violations involving recordkeeping, permitting issues and nitrogen oxide emissions, according to a report on the South Coast Air Quality Management District website.</p><p>___</p><p>Associated Press journalist Ethan Swope in Garden Grove, California, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6TGJ4HSHS7VN3QCPWBAS3DNXA4.jpg?auth=228b23bc869c6341f564bfdfcf5175d9e04a71b732caf87485aa9b84a79f7c36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Water is sprayed on a damaged tank at GKN Aerospace in Garden Grove, Calif., on Sunday, May 24, 2026, after the tank containing a chemical used to make plastic parts overheated Thursday. (AP Photo/Ethan Swope)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6GDX5LVWFMBNHYYAZOT7C7L7LI.jpg?auth=746bf5e9cec4d06fb52902166bb8e8e168b27cd50f21973d275ee588d2d6ecfe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency personnel work at the incident command post at the Los Alamitos Race Course Sunday, May 24, 2026, in Cypress, Calif. (AP Photo/Ethan Swope)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EN3QQRVNKCHYOSUOEQGQAH6MDI.jpg?auth=995319f6b5bf8a33441511289518f5a9bee1c7a32c51c8dc1d6d1c23dccf8bbd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The streets remain empty in Garden Grove, Calif., on Sunday, May 24, 2026, after a storage tank containing a chemical used to make plastic parts overheated Thursday at an aerospace plastics facility. (AP Photo/Ethan Swope)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R6BTUEZCR3XMT2FDUZAPLZPYWU.jpg?auth=888fb79936280f6c959a18eeda33b18e007057b7989dac1a7a26acf00c0b6587&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Water is sprayed on a damaged tank at GKN Aerospace in Garden Grove, Calif., on Sunday, May 24, 2026, after the tank containing a chemical used to make plastic parts overheated Thursday. (AP Photo/Ethan Swope)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KQEQU3IQGLI7MFSIIFROXHOM44.jpg?auth=5e1159f91ee90180877c41f82528aba73aa91ba3d03a3ffe7248a0ec36c4cfb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An evacuation map is displayed at the incident command post at the Los Alamitos Race Course in Cypress, Calif., on Sunday, May 24, 2026. (AP Photo/Ethan Swope)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content></item><item><title><![CDATA[In ‘Pressure,’ the story of the meteorologist who helped save D-Day]]></title><link>https://www.local10.com/entertainment/2026/05/25/in-pressure-the-story-of-the-meteorologist-who-helped-save-d-day/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/25/in-pressure-the-story-of-the-meteorologist-who-helped-save-d-day/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[D-Day was supposed to happen on June 5, 1944. The story of why it ultimately took place on June 6 is one that has been a bit lost to history, consumed by the larger events surrounding it.]]></description><pubDate>Mon, 25 May 2026 04:10:36 +0000</pubDate><content:encoded><![CDATA[<p>D-Day was supposed to happen on June 5, 1944. The story of why it ultimately took place on June 6 is one that has been a bit lost to history, consumed by the larger events surrounding it.</p><p>One day might not seem like much in the grand scheme, but it was a seismic delay in plans for the unprecedented and daring invasion, which would deploy nearly 160,000 Allied troops in Normandy. Ultimately it came down to a recommendation from a shrewd Scottish meteorologist, Group Capt. James Stagg, who had to tell everyone, including Gen. Dwight D. Eisenhower and the Allied leadership, something they didn’t want to hear: The weather was going to be catastrophically bad. And no, he wasn’t certain about it.</p><p>The tense 72 hours before the invasion are brought to life in “Pressure,” in theaters May 29, on the eve of the operation’s 82nd anniversary. An adaptation of David Haig’s acclaimed stage play, the film sheds light on this bit of history that would effectively change the course of the second World War.</p><p>The very different styles of Brendan Fraser and Andrew Scott</p><p>Filmmaker Anthony Maras assembled a unique group of actors for the task at hand, calling on Brendan Fraser to play Eisenhower and Andrew Scott to play Stagg.</p><p>“I didn’t think I was an Ike Eisenhower when Anthony Maras sent me the script,” Fraser said. “I got on a Zoom call and he said, ‘You gotta do this man.’ Me? Why? ‘It’s because he’s you, he’s like you. He’s just a regular guy.’ Really? I mean, I thought Eisenhower was this, you know, stern, staunch, something on coin.”</p><p>Fraser went deep in his preparation, reading and listening to everything he could get his hands on to help him understand the man who would ultimately have to make the decision. The research even continued on set. Maras laughed that right before they shot Eisenhower’s famous “soldiers, sailors and airmen” speech, something that they’d rehearsed many, many times, he looked up and saw Fraser reading yet another biography. But he appreciated that the Oscar-winner was passionate about knowing everything he possibly could to get it right.</p><p>“He cared intensely for his troops,” Fraser said. “It was my responsibility to honor their memory and to comport myself in a way that puts a human face on the seemingly academic decisions that go into an operation as massive as this.”</p><p>Scott was the opposite in terms of how he approached his role. Yes, he read Stagg’s book and wanted to have a working understanding of the metrological jargon he’d have to be spouting. While history was important, for him, character was king. And he liked that Stagg is not the most immediately likable person, but he has integrity.</p><p>“The thing with Stagg is that he’s just not interested in charm … or being liked at all,” Scott said. “I think that’s to be admired actually, because he’s just there to do a job. So I like the fact that at the beginning of the movie, you’re like, whoa, this guy is not pleasant.”</p><p>Maras said that for Scott, it was all about the inner, emotional life of the character — which was essential for a part that would require so much internal conflict.</p><p>“With Andrew, he has a quality to him where he can seemingly be doing very little — he’s sitting down, rearranging his tie, he can be reading a phone book — and you can’t look away,” Maras said.</p><p>In the shadow of ‘Saving Private Ryan’</p><p>The actors weren’t the only ones feeling pressure of the assignment: Maras also had a behemoth looming in attempting to stage, however briefly, the D-Day invasion.</p><p>“You’ve kind of got to be crazy maybe to attempt it, given that Spielberg did it so masterfully,” Maras said.</p><p>But unlike “Saving Private Ryan,” which focused on the men storming the beach, “Pressure” is about the ones making the decisions. It’s a different perspective. Still, once they make the call to go, there would have to be at least some of the operation shown to juxtapose with the “bloody tense, wire-type atmosphere of the control room,” Maras said.</p><p>Inspired by Peter Jackson’s World War I documentary “They Shall Not Grow Old,” and the existence of dozens of hours of pristine 35 mm black and white film from the event, Maras decided that perhaps archival footage, colorized, would be the way to go. It was a different way to present D-Day that gave it immediacy, he said, as opposed to looking like history.</p><p>‘Pressure’s’ relevance to today</p><p>Ultimately, “Pressure” isn’t just a history lesson, or even a character drama with big personalities and even bigger stakes: It’s a portrait of leadership and ego clashing with facts and science. And its relevance to the present day is the reason Maras wanted to make the film in the first place.</p><p>“How do you bring your best self to the table to make the decision? How do you have the humility to acknowledge when you don’t know something? And how do you have the wisdom to determine who to trust? … Eisenhower in the end showed that he was a maestro at that,” Maras said. “What I love about the Stagg character is he’s someone who feels compelled to tell someone something that they don’t want to hear, that they violently don’t want to but they need to hear. The world needs more of that.”</p><p>Years later, John F. Kennedy, on the way to his own inauguration, asked Eisenhower what gave them the edge on D-Day. His response? “We had better meteorologists than the Germans.”</p><p>“When life or death depends on you understanding the facts, it probably has a way of like cutting up the BS and getting to it,” Maras said. “It’s a very clear example of a time where the Allied worlds’ future was at stake and they listened to someone who knew what he was talking about and they did all right.”</p><p>___</p><p>For more coverage of summer films, visit: https://apnews.com/hub/movies</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/77OWFTLCUKSDJPM77RUZGVHU3E.jpg?auth=3d55b971b1965188e6c53fb50204c7067532971af095e285392f61a7256240c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthony Maras, left, director/co-writer of the film "Pressure," poses with cast members Brendan Fraser, center, and Andrew Scott on Tuesday, May 12, 2026, in Los Angeles. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XX2O2HITJ43RQNSGTVGDI2C4ZA.jpg?auth=8e214c99cca03614663b7e81b016b5618413e67f1edf921b3bf6a1e165680ec2&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 Focus Features shows Brendan Fraser, left, and Andrew Scott in a scene from "Pressure." (Focus Features via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Bailey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W62WL6CKUKUMK7UIQRO3WROXAI.jpg?auth=cb35e00033a17f3485072e94da8c67c3c89aa875b2b62946c0c57c522f24ce82&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 Focus Features shows Andrew Scott, left, and director Anthony Maras on the set of "Pressure." (Focus Features via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Bailey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5BZ4G32456QSSEZQZ7OP2PAQJQ.jpg?auth=beb2cbfb67d209e1b8be4f140ce84483a0903b238b6e679b5d7eeb6bc442a96b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Actor Brendan Fraser poses for a portrait to promote the film "Pressure" on Tuesday, May 12, 2026, in Los Angeles. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IRFT3KQVLXAWSG2XWYLSUBGP3Q.jpg?auth=a558b624736f8481907e364ffa796e4e5776c39194155e68964d33461f60525c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthony Maras, director/co-writer of the film "Pressure," poses for a portrait to promote the film on Tuesday, May 12, 2026, in Los Angeles. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5O3AH7IT2XAQ2NF57GKRCEVYBU.jpg?auth=ee175e2260ba9a3d2d718d74958c6e13f752e168a80dfdd1f64fdd1bd3450006&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Actor Andrew Scott poses for a portrait to promote the film "Pressure" on Tuesday, May 12, 2026, in Los Angeles. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Muslims begin the annual Hajj in sweltering heat against a backdrop of war concerns]]></title><link>https://www.local10.com/news/world/2026/05/25/muslims-begin-the-annual-hajj-in-sweltering-heat-against-a-backdrop-of-war-concerns/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/25/muslims-begin-the-annual-hajj-in-sweltering-heat-against-a-backdrop-of-war-concerns/</guid><dc:creator><![CDATA[By BARAA ANWER and MARIAM FAM, Associated Press]]></dc:creator><description><![CDATA[MECCA, Saudi Arabia (AP) — The annual Hajj pilgrimage, one of the Five Pillars of Islam, officially began Monday.]]></description><pubDate>Mon, 25 May 2026 14:00:12 +0000</pubDate><content:encoded><![CDATA[<p>MECCA, Saudi Arabia (AP) — The annual Hajj pilgrimage, one of the Five Pillars of Islam, officially began Monday.</p><p>More than 1.5 million pilgrims have arrived in Saudi Arabia from outside the country, Saleh bin Saad Al-Murabba, commander of the Hajj passport forces, said Friday. The faithful have been pouring into the country for the Hajj against the backdrop of a tenuous ceasefire in the Iran war and related regional tensions and uncertainty.</p><p>Egyptian pilgrim Samya Abdul Moneim said she was grateful to God that she made it to the Hajj, which is required once in a lifetime of every Muslim who can afford it and is physically able to make it.</p><p>“I am in a state of blessing and happiness,” she said in Mecca on Sunday. “It’s an indescribable feeling, truly. I mean, thank God, I am in a blessing.”</p><p>Typically on the first day, many pilgrims in Mecca converge on a vast tent camp in the nearby desert. Ahead of that, pilgrims have been circling the cube-shaped Kaaba in the Grand Mosque in sweltering temperatures. For pilgrims, Hajj can be a deeply moving spiritual experience and a chance to seek God’s forgiveness and the erasure of past sins. Pilgrims perform the Hajj rituals over several days.</p><p>This Hajj "is, in effect, a hard reset for me,” Youssef Chouhoud, a political scientist at Christopher Newport University in Virginia, said Monday from the tent city of Mina. “I pray that I emerge on the other side of this journey with a new sense of purpose and the discipline to see it through.”</p><p>Around him, many pilgrims were resting and refueling, he said via WhatsApp, noting how demanding the pilgrimage is.</p><p>“It is for many pilgrims the most difficult thing they will ever do in their lives,” he said. “But nothing this meaningful is ever going to be easy.”</p><p>He found it inspiring “to see so many who have sacrificed so much to be here ... only to compete with one another in giving charity and helping each other along the way," he said. “All this in the hope that their intentions and actions may be accepted by their Lord.”</p><p>Pilgrims brave intense heat</p><p>Many spend years hoping and praying to one day perform the Hajj or saving up money and waiting for a permit to embark on the trip.</p><p>As they brave the intense heat to perform religious rituals, many pilgrims have been using umbrellas for shade and carrying handheld fans. Volunteers hand out water bottles to help them stay hydrated and fans spray fine mists of water.</p><p>On Saturday, U.S. President Donald Trump said a deal with Iran on the war, including opening the Strait of Hormuz, has been “largely negotiated” after calls with Israel and other allies in the region. He described it as a “Memorandum of Understanding pertaining to PEACE” that still must be finalized by the United States, Iran and the other countries that participated in the calls. That capped a week in which the U.S. weighed a new round of attacks on Iran.</p><p>Ahead of the trip for Hajj, some have said they were leaning on their faith as they embark on the journey amid the tensions and that they were feeling immense gratitude for the opportunity to go.</p><p>Hajj brings together large numbers of Muslims of diverse races, ethnicities, languages and economic classes, creating a sense of unity for many.</p><p>Regional tensions and Hajj travel plans</p><p>With uncertainty and global concerns high, authorities in Indonesia, home to the world’s largest Muslim population, have in the run-up to the Hajj season emphasized contingency planning for the pilgrimage and issued instructions to ensure that additional travel costs not be passed on to Indonesian pilgrims.</p><p>In India, home to a large Muslim minority, pilgrimage planning has proceeded largely as normal, but high fuel prices have pushed up travel costs for pilgrims.</p><p>A reopening of the strait would begin to ease a worldwide energy crisis sparked by the U.S. and Israeli attacks on Iran on Feb. 28, which led Tehran to effectively close the waterway. Prices have spiked for oil, gas and several related products, jolting the world economy. The U.S. has blockaded Iranian ports for over a month, and Trump on Sunday said the blockade “will remain in full force and effect until an agreement is reached, certified, and signed.”</p><p>In response to the U.S.-Israeli attacks, Iran has launched retaliatory strikes and the conflict widened. A fragile ceasefire was reached in April.</p><p>In Saudi Arabia, pilgrims have been doing the ritual circuit around the Kaaba since arriving in Mecca over recent days. Pilgrims in Mina will camp there and pray and worship.</p><p>On Tuesday, in what is considered the pinnacle of the pilgrimage, the pilgrims will stand on the plain of Arafat, where they praise God, plead for forgiveness and make supplications. Many carry prayer requests from loved ones and raise their hands in worship with tears streaming down their faces.</p><p>___</p><p>Fam reported from Winter Park, Florida. Associated Press writers Niniek Karmini in Jakarta, Indonesia, and Sheikh Saaliq in New Delhi contributed to this report.</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/UDS4RP3XFMTVQGEZUOEPRWB5TU.jpg?auth=3970b34a672eaa04691c066a87c85bebfd96b3ff9adddc1a3209ce739e797847&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Muslim pilgrim prays in front of the Kaaba, Islam's holiest site in the holy city of Mecca during the annual hajj pilgrimage, Saudi Arabia, Sunday, May 24, 2026. (AP Photo/Altaf Qadri)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D3YNDFIPD3C55UDYLDZY6CF6YE.jpg?auth=84f29866b61a0cfc877545d4415aad8f4e0f8acb1bdfb303c40103f6ba2962c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Muslim pilgrim splashes water over his head too cool down outside the Grand Mosque during the annual hajj pilgrimage at the holy city of Mecca, Saudi Arabia, Sunday, May 24, 2026. (AP Photo/Altaf Qadri)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SFI66O2OS7OFVMW4HNLNO2J4HA.jpg?auth=00a48ed75a1d51e80547db414242da9b464eca3bf560676306023e5944ab9467&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photograph made with a slow shutter speed shows Muslim pilgrims circumambulating the Kaaba, Islam's holiest site at the Grand Mosque during the annual Hajj pilgrimage in Mecca, Saudi Arabia, Sunday, May 24, 2026. (AP Photo/Altaf Qadri)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F32KUU75EWGU6SQTN5PEDQSRPI.jpg?auth=6c88952bc59e0e9fcbd3ce2c2cc99354aaacd3264824eb974a3af631c8220cfc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Muslim pilgrim reacts as a volunteer sprays water to cool them outside the Grand Mosque during the annual hajj pilgrimage at the holy city of Mecca, Saudi Arabia, Sunday, May 24, 2026. (AP Photo/Altaf Qadri)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRSFBGTHP7XKE2KHDOVRX5DMJU.jpg?auth=d1cb69083a739559ffeb961fedee0254d7f6dc2f8ae00ba207549081bd07468f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A group of Muslim pilgrims discuss the rituals of circumambulating the Kaaba, Islam's holiest site at the Grand Mosque during the annual Hajj pilgrimage in Mecca, Saudi Arabia, Sunday, May 24, 2026. (AP Photo/Altaf Qadri)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content></item><item><title><![CDATA[Daniel Suarez wins the rain-shortened Coca-Cola 600 after NASCAR honors the late Kyle Busch]]></title><link>https://www.local10.com/sports/2026/05/25/daniel-suarez-wins-the-rain-shortened-coca-cola-600-after-nascar-honors-the-late-kyle-busch/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/25/daniel-suarez-wins-the-rain-shortened-coca-cola-600-after-nascar-honors-the-late-kyle-busch/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description><![CDATA[CONCORD, N.C. (AP) — When Daniel Suarez was struggling to make his name in auto racing, he would often get phone calls from Kyle Busch offering words of encouragement and urging him to keep working.]]></description><pubDate>Mon, 25 May 2026 06:01:38 +0000</pubDate><content:encoded><![CDATA[<p>CONCORD, N.C. (AP) — When Daniel Suarez was struggling to make his name in auto racing, he would often get phone calls from Kyle Busch offering words of encouragement and urging him to keep working.</p><p>That made his crown jewel Cup Series victory Sunday night all the more special.</p><p>Suarez benefited from a crucial pit call, then caught a break from Mother Nature to win the rain-shortened Coca-Cola 600, capping an emotional day in which the racing world remembered the late Busch.</p><p>Suarez became the first Mexican-born driver to win the Coke 600. It was his third Cup Series win and first since 2024.</p><p>The victory was especially emotional for Suarez, who previously raced for Kyle Busch Motorsports.</p><p>“Kyle, he was special,” Saurez said as he teared up. “I was doing this for Kyle, for (his wife) Samatha, for (his children) Brexton and Lennix and for all of his family.”</p><p>A non-factor for most of the race, Suarez gambled and took two tires during a late pit stop, then held off Christopher Bell and Denny Hamlin on restarts before the race was called when the sky opened up and rain drenched the track shortly before midnight Eastern time.</p><p>NASCAR quickly made the decision to call the race with 27 laps remaining.</p><p>Bell finished second; Hamlin was third.</p><p>The two Joe Gibbs Racing teammates had a chance to catch Suarez on the two restarts, but couldn't clear his No. 7 Chevrolet.</p><p>“It’s a bummer," Bell said, who won the rain-shortened 2024 Coca-Cola 600. "It wasn’t meant to be today. That's 2026 for us.”</p><p>Hamlin said he was “just a little unlucky.”</p><p>“The 20 car (Bell) and us were just really battling because we knew whoever could clear him (would win the race),” Hamlin said. "We were really good all day. We just didn’t get to see it through.”</p><p>The race came just three days after Busch’s death sent shockwaves throughout the motorsports world and beyond. The 41-year-old Busch died after severe pneumonia progressed into sepsis, resulting in rapid and overwhelming complications, according to a statement released by his family.</p><p>The two-time Cup Series champion and winner of a record 234 races across NASCAR’s three national series had become unresponsive while practicing in a Chevrolet simulator Wednesday, a person familiar with the situation told The Associated Press on condition of anonymity because no details were released by the family.</p><p>Busch's family attended the race and NASCAR CEO Steve O'Donnell told them they are part of the NASCAR community and “we got you.”</p><p>NASCAR and CMS honored Busch with his No. 8 and signature on the frontstretch grass and a highway billboard near the main entrance of the track. The U.S. Army Golden Knights carried a Busch flag prior to the race and each of the 39 cars in field carried a small, black No. 8 decal.</p><p>Kyle Larson won the first stage race. Hamlin won the second stage and Bell the third.</p><p>Crashing out</p><p>Defending champion Ross Chastain crashed out when Ricky Stenhouse Jr. clipped his car in Turn 2 with 81 laps remaining in the race.</p><p>Connor Zilisch and Austin Cindric only made it 52 laps before getting caught up in a crash. Cindric got turned around and Zilisch came crashing in to the side of his No. 2 Ford, ending both drivers’ day.</p><p>Chase Elliott, a two-time winner this year, hit the outside wall and ping-ponged into the inside wall on Lap 90. That car was beyond repair and he finished 37th.</p><p>“I was trying to make something happen and I stepped over the line,” Elliott said.</p><p>Replacing Busch</p><p>Austin Hill, a regular driver in the O'Reilly Auto Parts Series for Richard Childress Racing, took Busch's spot in the race and finished 26th. He drove the No. 33 car after RCR temporarily retired the No. 8 until Busch's 11-year-old son Brexton is ready to drive.</p><p>Austin Dillon, went behind the wall with damage to the front of his car with 56 laps to go, ending any hope of an emotional win for RCR. He finished 32nd.</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/HQFFPJYPDTZAXQX4QKI4Z6WYV4.jpg?auth=67a3b7df3fbbf6e7f9b06f47b6d1ad78554353fb581f8895b34898f1d9b90e49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Daniel Suarez celebrates in Victory Lane after winning a NASCAR Cup Series auto race, Sunday, May 24, 2026, in Charlotte, N.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G7L7YBJ5UM7DNJMEQZUQE6GVRM.jpg?auth=0e6a6287f9c2e038d50d5821c1ae59c99ef090060403d36c06d7272c81d35239&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Daniel Suarez celebrates in Victory Lane after winning a NASCAR Cup Series auto race, Sunday, May 24, 2026, in Charlotte, N.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DXXQT25FZSSL2KDI2WG5MIHYQ4.jpg?auth=2b69afba685f051b52303a06229dd7281323d1aee204741dc343d92f4117c3de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austin Hill steers down the front stretch during a NASCAR Cup Series auto race, Sunday, May 24, 2026, in Charlotte, N.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J7QML2IVJONNDTXVA34GXCJ4DA.jpg?auth=0a90dd7022f8af575cf5bc6c056626a1298c28f774ebc2f48ee066328abecd92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tribute images are displayed on the backstretch videoboard in honor of late driver Kyle Busch during a NASCAR Cup Series auto race, Sunday, May 24, 2026, in Charlotte, N.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/47WHSC5DYKBQ3JNNSLMEZ6ZBDQ.jpg?auth=e52d9489617ca2a455dc126d655d93a009a7f808fb80b5021322edf87db47395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Daniel Suarez celebrates in Victory Lane after winning a NASCAR Cup Series auto race, Sunday, May 24, 2026, in Charlotte, N.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content></item><item><title><![CDATA[Wembanyama answers the call again, Spurs top Thunder to tie West finals at 2-2]]></title><link>https://www.local10.com/sports/2026/05/24/wembanyama-answers-the-call-again-spurs-top-thunder-to-tie-west-finals-at-2-2/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/24/wembanyama-answers-the-call-again-spurs-top-thunder-to-tie-west-finals-at-2-2/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[San Antonio's Victor Wembanyama wanted the ball for the final couple seconds of the first half. He got it, 65 feet from the basket.]]></description><pubDate>Mon, 25 May 2026 04:06:38 +0000</pubDate><content:encoded><![CDATA[<p>San Antonio's Victor Wembanyama wanted the ball for the final couple seconds of the first half. He got it, 65 feet from the basket.</p><p>He had three Oklahoma City defenders in front of him. He took three dribbles. He got three points.</p><p>And he made it look easy, too.</p><p>A swished 3-pointer from the midcourt stripe to close the first half brought maybe the loudest roars of his night, but it was hardly the only moment in which Wembanyama was unstoppable in Game 4 of the Western Conference finals on Sunday.</p><p>He got most of the fourth quarter off and still finished with 33 points, eight rebounds, five assists and three blocked shots as the Spurs beat the Thunder 103-82 to tie the West title series at two games apiece.</p><p>“The truth is that we had never been in this kind of situation before,” Wembanyama said. “It was our first deficit in a playoff series and we just responded. It was nothing amazing. It wasn't magic. We just did what we needed to do.”</p><p>In other words, he wasn't surprised. A 62-win team in the regular season — and a team that has now beaten Oklahoma City six times in nine opportunities this season — shouldn't be surprised by anything anymore.</p><p>Game 5 is Tuesday in Oklahoma City.</p><p>It was Wembanyama who pointed the finger of blame at himself following San Antonio's loss in Game 3, saying that the Spurs were “going to see what we're made of” in Game 4 and that he had to do more to get teammates involved.</p><p>He delivered on every level.</p><p>“I saw a lot and I'm not surprised," Spurs coach Mitch Johnson said. “I think our competitive response all year has been pretty good — and he's been at the forefront of that more often than not. I think tonight, not speaking for him, he felt an obligation to set a tone for us in a variety of ways.”</p><p>Wembanyama had 11 points in the first quarter, 11 more on 10 shot attempts in the second quarter and capped all that with the beat-the-clock 3-pointer going into halftime.</p><p>And on the other end, he might have been even better.</p><p>The unanimous Defensive Player of the Year — who was announced on Sunday night as a first-team All-NBA selection for the first time — led an effort that held Oklahoma City to a season-low in points and a season-high-tying 20 turnovers.</p><p>The Thunder had at least 108 points in every game in these playoffs entering Sunday.</p><p>“We've played 12 playoff games. When you play 12 playoff games, they're not all going to be masterpieces,” Thunder coach Mark Daigneault said. “As much as you want to win, there's nights where you just don't have it for whatever reason.”</p><p>On Sunday, that reason might have been Wembanyama. The Thunder were outscored by 29 points when he was on the floor. They shot 18 of 41 inside the paint, with Wembanyama a big reason for that, so more things got forced outside — where they shot 12 of 50.</p><p>He was asked how the Spurs bottled up the Thunder so well.</p><p>“I'm not going to get into details, but in general, being more disciplined and just trusting the game plan even more,” Wembanyama said.</p><p>There's a flight for the Spurs to Oklahoma City on Monday for a game on Tuesday, and the winner of that contest will be one game away from the NBA Finals. It's clear that Wembanyama knows that even after a big win, the job only gets tougher now.</p><p>“The series is far from over,” Wembanyama said. “We've got six more wins before we can rest.”</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6C4BIWKM72TXOQGYKMH3RZAMCQ.jpg?auth=7e0ef483ab92c4835d7d7655b467598cbabc7531013886c7a61258948801b213&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama, left, scores against Oklahoma City Thunder center Chet Holmgren, right, during the first half in Game 4 in the Western Conference finals NBA basketball playoffs series in San Antonio, Sunday, May 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FA2AQZ3IILZGZZP5IWYQM2AYZE.jpg?auth=55d5643f0358187b9d07e3e2fa069005dadfca13e3368a5e1dd2257131e5046a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) dunks on Oklahoma City Thunder guard Kenrich Williams during the second half of Game 4 in the Western Conference finals NBA basketball playoffs series in San Antonio, Sunday, May 24, 2026. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TSOBXLNH7S4HOMYPQFU4GOUKZU.jpg?auth=068741489032db0769e7b4b17a49f040515f0873d6ab3c73085f2aa3d35cdf4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) scores a basket against Oklahoma City Thunder guard Kenrich Williams during the second half of Game 4 in the Western Conference finals NBA basketball playoffs series in San Antonio, Sunday, May 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EUDQ7NMS6OMXOSTB75IU6CGKYI.jpg?auth=9cb57b1bfb0366151c270ed259616bb15d0ddedf7e096627be7c448c5c0d6d89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama, left, and guard Devin Vassell react after a basket against the Oklahoma City Thunder during the second half of Game 4 in the Western Conference finals NBA basketball playoffs series in San Antonio, Sunday, May 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2F4J25TU4SCDGGTTL6NJL7VLLY.jpg?auth=0a914ecbb770da72fa055f5f149f7cc31a1f3cc35623d88428b540301f19b11e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) drives to the basket against Oklahoma City Thunder center Chet Holmgren (7) and guard Shai Gilgeous-Alexander (2) during the first half in Game 4 in the Western Conference finals NBA basketball playoffs series in San Antonio, Sunday, May 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[South Florida activist, politician Ruth Shack dies at 94: Report]]></title><link>https://www.local10.com/news/local/2026/05/24/south-florida-activist-politician-ruth-shack-dies-at-94-report/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/24/south-florida-activist-politician-ruth-shack-dies-at-94-report/</guid><description><![CDATA[Community leader and LGBTQ+ ally Ruth Shack has died at 94, the Miami Herald reports.]]></description><pubDate>Mon, 25 May 2026 03:24:08 +0000</pubDate><content:encoded><![CDATA[<p>Community leader and LGBTQ+ ally Ruth Shack has died at 94, the Miami Herald <a href="https://www.miamiherald.com/news/local/obituaries/article315875124.html" target="_self" rel="" title="https://www.miamiherald.com/news/local/obituaries/article315875124.html">reports</a>.</p><p>In 1977, Shack, a member of what was then the Metro-Dade Commission, introduced and helped pass a measure that protected people from workplace housing and other types of discrimination based on sexual orientation.</p><p>Shack served three terms as a commissioner and became head of the Miami Foundation.</p><p>She said growing up Jewish and experiencing prejudice led to her stepping in to defend gay rights.</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[Hertl’s late winner caps Golden Knights’ wild 5-3 rally, giving them a 3-0 series lead on Avalanche]]></title><link>https://www.local10.com/sports/2026/05/24/hertls-late-winner-caps-golden-knights-wild-5-3-rally-giving-them-a-3-0-series-lead-on-avalanche/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/24/hertls-late-winner-caps-golden-knights-wild-5-3-rally-giving-them-a-3-0-series-lead-on-avalanche/</guid><dc:creator><![CDATA[By MARK ANDERSON, Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — There are a number of adjectives that could be applied to how the Golden Knights have found various ways to win in the regular season and playoffs.]]></description><pubDate>Mon, 25 May 2026 04:52:14 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — There are a number of adjectives that could be applied to how the Golden Knights have found various ways to win in the regular season and playoffs.</p><p>Vegas coach John Tortorella had his own description.</p><p>“This is a game where we showed some balls,” the man known as Torts said after the Golden Knights' latest Houdini act.</p><p>Tomas Hertl weaved his way toward the slot and broke a tie at 8:21 of the third period as the Golden Knights overcame a three-goal deficit Sunday night to beat Colorado 5-3 and move within a victory of their third Stanley Cup Final appearance in nine years.</p><p>“It obviously feels really good right now, but we’re playing a hell of a hockey team,” Golden Knights forward Mitch Marner said. “We know that the next game is going to be even tougher now. Enjoy this for the next 10 minutes, 30 minutes, go home and then try to take care of yourself, and do what you got to do to be ready tomorrow.”</p><p>The Golden Knights go for what would be a stunning sweep over the Presidents' Trophy winners on Tuesday night. Chicago in 2013 was the last team to win the Presidents' Trophy and the Stanley Cup in the same season.</p><p>Colorado will try to become just the fifth team to win a series after falling behind 3-0. Los Angeles in 2014 was the most recent team to accomplish that in eliminating San Jose in their first-round series.</p><p>Vegas, which trailed 3-0 after the first period, was 0-19 in the playoffs when behind that many goals. The Avalanche were 74-1 when holding such a lead.</p><p>“As low as it can get,” Avalanche coach Jared Bednar said of the team's emotions. “It’s a big hill to climb. The next 24-to-36 hours is for … you’ve got to find a way to get over it, regroup and go again.”</p><p>Colorado has other concerns because front-line center Nathan MacKinnon might not be fully healthy going forward. MacKinnon, who has 15 points this postseason and led the league in the regular season with 53 goals, took a puck to his right knee in the second period and played through the injury.</p><p>That comes just as the Avalanche got back star defenseman Cale Makar, who missed the first two games this series because of an upper-body injury.</p><p>Vegas keeps finding aways, going this deep into the postseason despite being outshot in 11 of 15 games, including now nine in a row. The Golden Knights erased deficits the past two games against Colorado, though Game 2 was just 1-0.</p><p>“We’ve been all season long many times down,” Hertl said. “We’ve come back so many times. Even after the first when we were down 3-0 we knew we could do it.”</p><p>Hertl, Mark Stone and William Karlsson each had a goal and assist. Keegan Kolesar and Brett Howden scored the other Golden Knights goals, and Mitch Marner and Kaedan Korczak each tallied two assists. Carter Hart made 32 saves.</p><p>Stone’s goal came on his first appearance since suffering a lower-body injury in Game 3 of the second-round series against Anaheim. Kolesar, who had gone 37 playoff games without a goal, picked up his first point of the postseason.</p><p>Gabriel Landeskog, Nazem Kadri and Jack Drury scored for the Avalanche, and Devon Toews had two assists. Scott Wedgewood stopped 18 shots.</p><p>The Avalanche dominated the first period by taking a 3-0 lead, but the Golden Knights thought they had cut the deficit to 2-1 when Pavel Dorofeyev appeared to score a power-play goal with 7:26 left. Officials immediately waved it off and the decision was upheld on video review.</p><p>Colorado then made the Golden Knights pay when Drury found himself alone on a breakaway, deking Vegas goalie Hart to score the short-handed goal with 6:45 left for the three-goal lead.</p><p>But the Golden Knights didn't let the two-goal swing trouble them too much, with Stone's power-play goal 19 seconds into the second period sparking a three-goal answer to tie the game heading into the final period of regulation.</p><p>Then Hertl broke the deadlock — and now the Golden Knights just need to win one of four games.</p><p>“I want them to feel it for a little bit, as far as what they just did against a really good hockey club,” Tortorella said, “but then we get back to work tomorrow.”</p><p>There was a moment of silence before the game for two-time NASCAR champion driver and Las Vegas native Kyle Busch. He died Thursday at 41 after severe pneumonia developed into sepsis, according to a statement from Busch's family.</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/OKVU7CCKG52QVQB2RQNJV7RIYE.jpg?auth=b42d52c42c70897d4d39570c49255101ebb3d232d46616ddf43b372210315cb7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights center Tomas Hertl, left, celebrates his goal with right wing Mark Stone during the third period in Game 3 of the Western Conference finals NHL hockey Stanley Cup playoff series against the Colorado Avalanche, Sunday, May 24, 2026, in Las Vegas. (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/VH3C7TUGL6BDX6EGJZWEKA5QUQ.jpg?auth=bebe6a91268a47bee82789dbc41988a87d511c31fecf7d4bd032e031aebd4f81&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 Keegan Kolesar, second from left, is held back after Colorado Avalanche defenseman Josh Manson, right, shoved him into the boards after Kolesar scored during the second period in Game 3 of the Western Conference finals NHL hockey Stanley Cup playoff series Sunday, May 24, 2026, in Las Vegas. (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/RSDJJVQH2HKU5WVFL2LHENHBQQ.jpg?auth=702aa74573e264da747746d0d05385eae7fe70da42117b56eeb6e72fe77e2615&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche center Nazem Kadri, right, celebrates his goal with center Martin Necas during the first period in Game 3 of the Western Conference finals NHL hockey Stanley Cup playoff series against the Vegas Golden Knights, Sunday, May 24, 2026, in Las Vegas. (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/GPUOHB56XC3XWFBQURUENAFENA.jpg?auth=9dcd1faca60539aadab50d1e912402ceedd61a25c857e34a0148b6574f8a74a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche center Nathan MacKinnon lays on the ice after being injured during the second period in Game 3 of the Western Conference finals NHL hockey Stanley Cup playoff series against the Vegas Golden Knights, Sunday, May 24, 2026, in Las Vegas. (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/VFQFGRF36P5UUYSFRK4PHHC5RU.jpg?auth=e1bd8b3fd9a958bd47312fb38660afde761fb248a7e2b0a97e3479b992a36fe1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche goaltender Scott Wedgewood, right, deflects a shot by Vegas Golden Knights defenseman Kaedan Korczak, left, during the second period in Game 3 of the Western Conference finals NHL hockey Stanley Cup playoff series Sunday, May 24, 2026, in Las Vegas. (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[Wembanyama scores 33 points to help Spurs rebound and trounce Thunder 103-82 to even West finals]]></title><link>https://www.local10.com/sports/2026/05/24/wembanyama-scores-33-points-to-help-spurs-rebound-and-trounce-thunder-103-82-to-even-west-finals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/24/wembanyama-scores-33-points-to-help-spurs-rebound-and-trounce-thunder-103-82-to-even-west-finals/</guid><dc:creator><![CDATA[By RAUL DOMINGUEZ, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — Victor Wembanyama had 33 points, eight rebounds, five assists and three blocks and the San Antonio Spurs held Oklahoma City to its second-lowest postseason total, beating the Thunder 103-82 in Game 4 on Sunday night to tie the Western Conference finals.]]></description><pubDate>Mon, 25 May 2026 04:06:10 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Victor Wembanyama had 33 points, eight rebounds, five assists and three blocks and the San Antonio Spurs held Oklahoma City to its second-lowest postseason total, beating the Thunder 103-82 in Game 4 on Sunday night to tie the Western Conference finals.</p><p>De'Aaron Fox had 12 points, 10 rebounds and five assists for San Antonio, which has not lost three consecutive games all season. Stephon Castle and Devin Vassell added 13 points each.</p><p>“You definitely don’t want to go down 3-1 going into their house,” Vassell said. “We knew we had to respond and that’s how you respond. You get stops. You don’t try and focus on the offensive end, you get stops, you get out of transition. You guard your yard and that’s what we did.”</p><p>Game 5 is Tuesday in Oklahoma City, followed by Game 6 on Thursday in San Antonio.</p><p>Shai Gilgeous-Alexander had 19 points on 6-for-15 shooting for the Thunder.</p><p>Wembanyama took Oklahoma City's 123-108 victory Friday in Game 3 personally. The 7-foot-4 star from France said he needed to be better to make his teammates better. He was monumentally better Sunday night — and so was San Antonio.</p><p>“We all have high standards and I know I have a lot of responsibilities, but I’m here for it,” Wembanyama said. “Yeah, it was better today. It wasn’t perfect. But, you know, all of us, I’m talking about the whole organization, so we’re going to have to do things that we didn’t sign up for.”</p><p>The Spurs limited the Thunder to 33% shooting from the field, including 6 for 33 on 3-pointers (18%).</p><p>“I think we made a great defensive adjustment,” Vassell said. “I don’t want to say what it was. We were just able to rotate the shooters and not give them so many wide-open 3s. I feel like they had so many wide-open 3s over the past couple games and you've got to respect them, especially if they’re making them. So, we were trying to cut them out with that and just stay playing fast.”</p><p>After being outscored 76-23 in bench points in Game 3, San Antonio's reserves scored 30 points while limiting Oklahoma City to 34.</p><p>The Spurs had another hot start in Game 4 after opening the previous game on a 15-0 run. Unlike Friday’s lopsided loss, the Spurs never relinquished that lead.</p><p>“They just punched us in our face early,” Gilgeous-Alexander said. “It’s two games in a row they’ve come out the aggressor. The last game we were able to course correct. Tonight, we just didn’t do so.”</p><p>After blocking Jared McCain’s layup under the rim, Vassell tossed an alley-oop pass to Wembanyama for a dunk as part of 16-0 run that gave the Spurs a 23-8 lead with 4:19 remaining.</p><p>“I feel like with who we are, we need to start games like this,” Wembanyama said, “but it really doesn’t mean anything for the way it holds. I mean, it helps for sure, but it’s a whole 'nother type of effort to be consistent rather than just hitting first.”</p><p>San Antonio had an assist on all 10 field goals in the first quarter.</p><p>San Antonio held Oklahoma City to 38 points in the first half, tied for its second-lowest half in the past four regular and postseasons. The Thunder are 2-9 when they score less than 40 points in any half over the last five seasons.</p><p>Oklahoma City’s franchise low is 65 points in a playoff loss to Memphis on May 3, 2014, and its second-fewest points had been 85 against San Antonio on May 21, 2014.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EYT7AUPPFQ3QPX7AJQJEGOAGSA.jpg?auth=046b6369eb2cf3eb26e40eb8d64c3d213d3f989e96d006cf848c8f47cfbaffd5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) scores a basket on the Oklahoma City Thunder during the second half of Game 4 in the Western Conference finals NBA basketball playoffs series in San Antonio, Sunday, May 24, 2026. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q7AIGZ3CRYW34ONHF66STQEWKM.jpg?auth=f9095a16d6605f669cc0c56a9cdf2a9185f3ca8115e862d76af683655d555f9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs guard Stephon Castle (5) and guard Dylan Harper, right, react after a basket as Oklahoma City Thunder guard Shai Gilgeous-Alexander, left, looks on during the second half of Game 4 in the Western Conference finals NBA basketball playoffs series in San Antonio, Sunday, May 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EUDQ7NMS6OMXOSTB75IU6CGKYI.jpg?auth=9cb57b1bfb0366151c270ed259616bb15d0ddedf7e096627be7c448c5c0d6d89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama, left, and guard Devin Vassell react after a basket against the Oklahoma City Thunder during the second half of Game 4 in the Western Conference finals NBA basketball playoffs series in San Antonio, Sunday, May 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RQ6P3NV24XNW4DYQTBEB64XVSQ.jpg?auth=707b81bc124d17611f427a5e8c7fc8dfe1b2ce43e6ef79cc4293b0d2b1c10e97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama, right, blocks a shot by Oklahoma City Thunder center Isaiah Hartenstein during the second half of Game 4 in the Western Conference finals NBA basketball playoffs series in San Antonio, Sunday, May 24, 2026. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CNLILVW2NANR3GCMYFO3WJUHMA.jpg?auth=5f995942d99c3ac384ea647911b50a08d94ddcd36f622d7115d90f6e643f99f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) blocks a shot by Oklahoma City Thunder center Isaiah Hartenstein during the second half of Game 4 in the Western Conference finals NBA basketball playoffs series in San Antonio, Sunday, May 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Global shares gain and oil prices fall after Trump says talks on ending the war are proceeding]]></title><link>https://www.local10.com/business/2026/05/25/asian-shares-mostly-gain-and-oil-prices-fall-after-trump-says-peace-talks-on-iran-war-are-proceeding/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/25/asian-shares-mostly-gain-and-oil-prices-fall-after-trump-says-peace-talks-on-iran-war-are-proceeding/</guid><dc:creator><![CDATA[By YURI KAGEYAMA, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Global shares mostly rose Monday and oil prices sank more than $4 after U.S. President Donald Trump said talks on ending the war with Iran are progressing.]]></description><pubDate>Mon, 25 May 2026 08:38:30 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Global shares mostly rose Monday and oil prices sank more than $4 after U.S. President Donald Trump said talks on ending the war with Iran are progressing.</p><p>France's CAC 40 edged up 1.1% to 8,203.32, while the German DAX rose 1.0% to 25,148.39. Britain's FTSE 100 added 0.2% to 10,466.26. Trading will be closed in the U.S. for the Memorial Day holiday.</p><p>In Asia, Japan's benchmark Nikkei 225 surged 2.9% to finish at 65,158.19. Australia's S&P/ASX 200 added 0.4% to 8,692.00. The Shanghai Composite gained nearly 1% to 4,152.57. Trading was closed in South Korea and Hong Kong for holidays marking Buddha's birthday.</p><p>Trump said negotiations with Iran were “proceeding in an orderly and constructive manner.” Meanwhile, regional officials told The Associated Press on Sunday that the United States is close to reaching a deal with Iran that would end the war, reopen the Strait of Hormuz and see Iran give up its stockpile of highly enriched uranium,</p><p>Reopening the Strait of Hormuz will help decide the direction of oil prices. Its closure due to the war has prevented oil tankers from exiting the Persian Gulf and delivering crude to customers worldwide. Japan, for instance, imports almost all its oil, most of it through the strait.</p><p>“Markets are rapidly transitioning from pricing geopolitical fear toward pricing a potential peace dividend as Hormuz reopening expectations pressure oil and the dollar lower,” analyst Stephen Innes said in a commentary.</p><p>On Friday, the S&P 500 added 0.4% and the Dow industrials climbed 0.6%. The Nasdaq composite gained 0.2%.</p><p>Benchmark U.S. crude oil declined $4.77, or more than 4%, to $91.83 a barrel. Brent crude, the international standard, sank $4.86 to $98.68 a barrel.</p><p>In currency trading, the U.S. dollar declined to 158.95 Japanese yen from 159.16 yen. The euro cost $1.1644, up from $1.1605.</p><p>Recent earnings reports from U.S. companies that topped analysts’ expectations are helping markets, though concerns over inflation have risen as the war has dragged on.</p><p>___</p><p>Yuri Kageyama is on Threads: https://www.threads.com/@yurikageyama</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/36SD6BMF7UX2GXD7VMRRUAYPIU.jpg?auth=df77cc6256c65324b5435ecc839afa5f12ab2fcb195ac3c02d4b4f5bc119b8f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person stands in front of an electronic stock board showing Japan's Nikkei index, seen through the glass wall of an office building in Tokyo, May 7, 2026. (AP Photo/Eugene Hoshiko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F35A2KEGIKGK4ICHCUQ2OZJCNM.jpg?auth=4a43e3fca268501544c20fa843b23e3ef4327774c5b97e86a0ae59ae41262c13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A board above the trading floor of the New York Stock Exchange displays the closing number for the Dow Jones industrial average, Friday, May 22, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LDR7RIBWDQG4D4SB3UONGEGWSI.jpg?auth=791a835a30f07cf1b2669b7ceacb6944e18b89f839b23436ff27c2754a9d9d21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Specialist Michael Pistillo wears pants adorned with American flags as he works on the floor of the New York Stock Exchange, Friday, May 22, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Messi, Suarez lead Inter Miami to wild 6-4 victory]]></title><link>https://www.local10.com/sports/local/2026/05/24/messi-suarez-lead-inter-miami-to-wild-6-4-victory/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/05/24/messi-suarez-lead-inter-miami-to-wild-6-4-victory/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Inter Miami CF beat Eastern Conference rival Philadelphia Union 6-4 in the final game before the FIFA World Cup break Sunday night.]]></description><pubDate>Mon, 25 May 2026 01:22:00 +0000</pubDate><content:encoded><![CDATA[<p>Inter Miami CF beat Eastern Conference rival Philadelphia Union 6-4 in the final game before the FIFA World Cup break Sunday night.</p><p>It was the same starting XI for Miami from its 2-0 victory against the Portland Timbers last weekend.</p><p>It was not an ideal start for the Herons, as they conceded just three minutes into the match after a Philadelphia throw-in. Milan Iloski scored his sixth goal of the season.</p><p>Philadelphia continued to apply constant pressure on Miami after the opening goal.</p><p>That pressure led to an early penalty for Philadelphia after Miami goalkeeper Dayne St. Clair fouled Iloski on a fast break.</p><p>St. Clair was booked with a yellow card right before Iloski netted his second goal of the match.</p><p>Miami responded three minutes later with a goal of its own, thanks to striker Germán Berterame. The assist came from none other than Lionel Messi.</p><p>After 15 minutes of nonstop action, Philadelphia led 2-1.</p><p>Miami’s defense was nonexistent, as it conceded a third first-half goal to the Eastern Conference’s last-place club.</p><p>Bruno Damiani scored his first goal of the season for Philadelphia.</p><p>Twenty minutes into the match, there had already been four goals and three yellow cards — a complete contrast to Miami’s win against Portland last week.</p><p>After a cooling break, Miami pulled one back to make it 3-2 thanks to a wonderful goal by Luis Suárez.</p><p>He controlled the ball with his chest and volleyed it in front of goal.</p><p>Only 10 minutes later, Miami found its equalizing goal, making it an astonishing 3-3 before halftime.</p><p>Berterame bagged his second goal of the game, giving him his first career brace for Miami. Messi recorded his second assist of the match.</p><p>Not even five minutes later, Messi was fouled on the edge of the 6-yard box, but the referee played advantage for Miami, allowing Suárez to score his second goal of the game and complete the comeback to make it 4-3.</p><p>After the opening 45 minutes, the fourth official indicated nine minutes of stoppage time.</p><p>Deep into stoppage time, Miami committed a handball, giving Philadelphia a chance to tie the match at 4-4.</p><p>Iloski, who had already converted a penalty earlier in the game, calmly scored his third goal of the match, tying the game heading into halftime.</p><p>It marked the second hat trick Miami has conceded at Nu Stadium, the first coming from Orlando City’s Martín Ojeda.</p><p>The first half felt like a basketball game, featuring a record eight goals before halftime, the highest-scoring half in MLS history.</p><p>Neither team made changes to start the second half, with both sides searching for a winner.</p><p>After the extremely fast-paced first half, the game slowed considerably, with both teams playing more cautiously.</p><p>As rain began pouring down, Miami won a free kick deep in Philadelphia’s half.</p><p>Messi took the shot, but it narrowly missed the far-right post.</p><p>Miami had a huge chance to take the lead, but Ian Fray’s shot hit the post.</p><p>To everyone’s surprise, Messi was taken out of the game for Mateo Silvetti after signaling to the bench that he needed a substitution.</p><p>There could be an injury concern right before the World Cup.</p><p>In the 81st minute, Miami found itself on the break and scored the go-ahead goal after Berterame laid the ball off for Suárez in front of goal. The strike completed Suárez’s hat trick and put Miami ahead 5-4.</p><p>It was his first MLS hat trick since 2024.</p><p>After 90 minutes, eight minutes of stoppage time were added.</p><p>On another fast break, Miami scored an incredible sixth goal to secure all three points. Rodrigo De Paul scored his first goal of the match.</p><p>There were 10 total goals in the match, the most in MLS this season.</p><p>Miami heads into the FIFA World Cup break with two straight wins at Nu Stadium.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XGZQTE7GPJBNFARMKHQ5A33JV4.jpeg?auth=1b0d91ea7a6ad8de097c762163208418c95f8fc0819d6bcba33c40efb8bdd68f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Messi leaves midway through second half, grabs at leg, Inter Miami rallies past Union 6-4]]></title><link>https://www.local10.com/sports/2026/05/24/messi-leaves-midway-through-second-half-grabs-at-leg-inter-miami-rallies-past-union-6-4/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/24/messi-leaves-midway-through-second-half-grabs-at-leg-inter-miami-rallies-past-union-6-4/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Lionel Messi headed into the World Cup break a bit earlier than planned, and now it'll be Argentina waiting to see if there's an injury to worry about.]]></description><pubDate>Mon, 25 May 2026 03:56:40 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Lionel Messi headed into the World Cup break a bit earlier than planned, and now it'll be Argentina waiting to see if there's an injury to worry about.</p><p>Messi — who almost never gets subbed out of matches — left in the 73rd minute, meaning he was long gone before Luis Suárez's third goal of the night helped lift the defending MLS champions past the last-place Philadelphia Union 6-4 on Sunday night.</p><p>No preliminary diagnosis of any issue for Messi was immediately announced. Messi has dealt with hamstring issues at least two other times during his three-year stint with Inter Miami.</p><p>In past instances of possible soft tissue injuries, the team has ordered an MRI exam relatively quickly to determine severity. There was no indication in this case from the club that any tests on Messi were scheduled; Mateo Silvetti, the Argentine who replaced Messi on Sunday night, said he had no idea what had happened.</p><p>“I tried to see how he was doing. ... I have the same doubt as everyone else,” Silvetti said in Spanish after the match.</p><p>Messi had two assists and Germán Berterame scored twice during a record-setting first half for Inter Miami. But Messi basically took himself out of play in the 71st minute and reached toward his left hamstring at least once, then didn't even venture toward the Inter Miami bench when he could be subbed out.</p><p>Messi was replaced by Silvetti, then left immediately through the tunnel connecting the field with the team’s locker room. Messi was walking under his own power, albeit slowly, and without any team medical personnel with him.</p><p>Suárez got the go-ahead goal in the 81st minute. Rodrigo De Paul, on his birthday, scored in stoppage time to seal the win for Inter Miami.</p><p>Heavy rain began falling early in the second half, causing some players to seem to slip on the turf. It wasn't clear if Messi's departure was precautionary or not, and it didn't seem like he took any major missteps during the worst of the rain.</p><p>Messi has said in the past that he would only play in the World Cup if healthy. Argentina starts group stage play on June 16.</p><p>Milan Iloski had a first-half hat trick — including two penalty kicks — and Bruno Damiani also scored for Union, which was up 2-0 only 10 minutes into the match. That start set the stage for the teams to be tied at 4-4 at the half.</p><p>The eight goals by halftime was an MLS record, the league said.</p><p>Inter Miami (9-2-4, 31 points) enters the break second in the Eastern Conference, two points behind Nashville (10-1-3, 33 points). Inter Miami is also fourth in the Supporters’ Shield standings — a trophy that Philadelphia won last season.</p><p>The Union won’t be winning that this season. Not even close.</p><p>They’re at the bottom of the league, a stunning first-to-worst collapse and head into the break with seven points — at 1-10-4.</p><p>"It's beautiful, it's fun to be a part of the game, it’s fun to sing a national anthem and obviously to see Messi and all these greats so close to me, it’s an honor," said Grammy-nominated and Latin Grammy-winning singer and Miami resident Luis Fonsi, who performed “The Star-Spangled Banner” pregame. "I’m a fan and I’m enjoying every bit of it.”</p><p>He was asked what it's like to share the field with Messi.</p><p>“He’s a lot more known than me — times a million," Fonsi said.</p><p>Messi has already appeared in five World Cups, winning the Golden Ball as the tournament's best player twice — first in 2014, then again in 2022 when he led Argentina to the title. That award has been given out only since 1982, but he is the lone player to win it twice.</p><p>Argentina is in Group J for the World Cup. Its group stage matches: Algeria, at Kansas City, on June 16; Austria, at Arlington, Texas, on June 22; and Jordan, back in Arlington, on June 27.</p><p>If Argentina wins that group — and the defending champions would be heavily favored to do so — then Messi would play a Round of 32 match in Miami Gardens on July 3. The only other way for Messi to play in South Florida during the tournament would be if Argentina is in the third-place match on July 18.</p><p>Of course, all that is contingent on whether Messi plays. And that would now seem to be in at least some question.</p><p>___</p><p>AP soccer: https://apnews.com/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I2LA453NWDQAAPZCEUYVZV2F2I.jpg?auth=1630eb4206a4e20850fe80df7e0cb5deb836a9d25f0cfe0c03782242915eed34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Lionel Messi (10) walks to the corner of the field to take a corner kick during the second half of an MLS soccer match against Philadelphia Union, Sunday, May 24, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RH6QIXTDGSK3PLCGHGMJ554Q4U.jpg?auth=3da0338f65cf4a6b04b409f7aa70f03da42bbb2c6dec0d4c034312b3db213d64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Lionel Messi (10) comes under pressure from Philadelphia Union midfielder Jovan Lukic (4), midfielder Cavan Sullivan (6), and midfielder Danley Jean Jacques (21), during the first half of an MLS soccer match, Sunday, May 24, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PHK3RD3A5QOXXB5G7BUCGWZSV4.jpg?auth=8d06f4418ce3a80284b910d1887323da4bed9128eb500b1f5fd7a6f666ab3b61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Union goalkeeper Andre Blake (18) deflects a corner kick from Inter Miami forward Lionel Messi during the first half of an MLS soccer match, Sunday, May 24, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QLFE3MAH5LPRZOVH4DS3IMOFLE.jpg?auth=f2236e485692a23adeec10aa983927d400def8e79b6186dc07a51f4041a57025&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Lionel Messi (10) drives downfield under pressure from Philadelphia Union midfielder Ben Bender (16) during the first half of an MLS soccer match, Sunday, May 24, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TYF4NKCE4OZJYRU4MKPLSY3534.jpg?auth=64dc65ee2e4613b0a0cd8393bdb783ba7c5f2da8f6165da4d4760a7d5e4202bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Germán Berterame (19) celebrates with teammates after scoring his side's third goal during the first half of an MLS soccer match against Philadelphia Union, Sunday, May 24, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Fire rescue: Good Samaritans rescue driver from Pembroke Pines canal ]]></title><link>https://www.local10.com/news/local/2026/05/24/police-good-samaritans-rescue-man-from-car-in-pembroke-pines-canal/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/24/police-good-samaritans-rescue-man-from-car-in-pembroke-pines-canal/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Good Samaritans helped a driver get out of a canal after a crash on Sunday in Pembroke Pines, according to Pembroke Pines Fire Rescue. ]]></description><pubDate>Sun, 24 May 2026 19:24:04 +0000</pubDate><content:encoded><![CDATA[<p>Good Samaritans helped a driver get out of a canal after a crash on Sunday in Pembroke Pines, according to Pembroke Pines Fire Rescue. </p><p>The car crashed into the canal near C.B. Smith Park’s pavilion 17, and the witnesses moved quickly, according to Division Chief Jason Stepp.</p><p>“Bystanders on scene witnessed the vehicle go into the canal and immediately jumped into action, pulling the one adult occupant from the vehicle,” Stepp wrote in a statement. </p><p>Fire rescue personnel took the driver, whose condition was stable, to Memorial Hospital West. Pembroke Pines Police Department divers searched the car. </p><p><i>Local 10 News Assignment Editor Mariana Ortiz contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[Golden Knights shake off disputed no-goal, storm past Avalanche for a 3-0 series lead]]></title><link>https://www.local10.com/sports/2026/05/24/a-disputed-no-goal-sparks-a-2-goal-swing-as-the-avalanche-grab-a-3-0-game-3-lead/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/24/a-disputed-no-goal-sparks-a-2-goal-swing-as-the-avalanche-grab-a-3-0-game-3-lead/</guid><dc:creator><![CDATA[By MARK ANDERSON, Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — A two-goal swing over a disputed no-goal call in the first period that resulted in a three-goal deficit could have doomed Vegas on Sunday.]]></description><pubDate>Mon, 25 May 2026 04:15:56 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — A two-goal swing over a disputed no-goal call in the first period that resulted in a three-goal deficit could have doomed Vegas on Sunday.</p><p>The Golden Knights, instead, put the setback behind them and rallied to beat the Colorado Avalanche 5-3 and take a 3-0 series lead in the Western Conference Final.</p><p>Vegas forward Pavel Dorofeyev appeared to score a power-play goal with 7:26 left in the first period, but officials immediately waved it off and the decision was upheld on video review. The Golden Knights immediately celebrated despite the initial call with a run through the high-five line, believing the call would be changed after officials checked the video.</p><p>Officials ruled on the ice that the puck went off Dorofeyev's glove, according to the ESPN broadcast, and found the video inconclusive.</p><p>Dorofeyev's stick also might have been above the cross bar, but it was at least even with it.</p><p>The Avalanche then made the Golden Knights pay when Jack Drury found himself alone on a breakaway, deking Vegas goalie Carter Hart to score the short-handed goal with 6:45 left for the three-goal lead.</p><p>A lead that didn't last.</p><p>“Not super ideal, obviously, but I think we got a pretty big penalty kill after that and it kind of settled us down and the period ends,” Golden Knights captain Mark Stone said. "That’s probably the best thing that could happen to us, the period ends.”</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/VCJNPP5F74I7SK27DSTYYWHGOU.jpg?auth=54135c6b6a1d2a25eeb218ac5a914434fe828aa9622a80abc3396d1d051bba5e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche's Jack Drury, left, scores on Vegas Golden Knights goaltender Carter Hart during the first period in Game 3 of the Western Conference finals NHL hockey Stanley Cup playoff series, Sunday, May 24, 2026, in Las Vegas. (AP Photo/Mark J. Terrill) CORRECTION: Name corrected to Jack Drury not Cale Makar.]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Fuga de tubería principal de agua afecta al área de Las Olas en Fort Lauderdale Beach]]></title><link>https://www.local10.com/espanol/2026/05/24/fuga-de-tuberia-principal-de-agua-afecta-al-area-de-las-olas-en-fort-lauderdale-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/fuga-de-tuberia-principal-de-agua-afecta-al-area-de-las-olas-en-fort-lauderdale-beach/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[Debido a la avería hubo interrupciones en el servicio de agua en residencias cercanas, hoteles y otros negocios.]]></description><pubDate>Sun, 24 May 2026 20:15:29 +0000</pubDate><content:encoded><![CDATA[<p>Una avería en la tubería principal de agua afectó un área de East Las Olas Boulevard el sábado y domingo en Fort Lauderdale Beach.</p><p>Hubo interrupciones en el servicio de agua en residencias cercanas, hoteles y otros negocios. Norm Boily se encontraba en Hall of Fame Marina.</p><p>“Sin agua, no se pueden usar las instalaciones y los navegantes no pueden lavar sus botes”, dijo Boily.</p><p>Agentes de la Policía de Fort Lauderdale cerraron temporalmente los carriles en dirección este de Las Olas Boulevard en Seabreeze Boulevard.</p><p>DeAngelo Hawkins dijo que llegó con su familia desde Tampa y esperaba relajarse en su hotel, pero en cambio tuvo que conducir durante 25 minutos.</p><p>“Fue bastante estresante después de manejar cuatro horas y media”, dijo Hawkins.</p><p>Trabajadores de la ciudad y de Southern Underground Industries estaban reparando una tubería principal de agua de 12 pulgadas, el asfalto afectado y el paisajismo, según una actualización de la ciudad.</p>]]></content:encoded></item><item><title><![CDATA[Paloma Valencia cierra su campaña con la mira puesta en ser la primera mujer presidenta de Colombia]]></title><link>https://www.local10.com/espanol/2026/05/24/paloma-valencia-cierra-su-campana-con-la-mira-puesta-en-ser-la-primera-mujer-presidenta-de-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/paloma-valencia-cierra-su-campana-con-la-mira-puesta-en-ser-la-primera-mujer-presidenta-de-colombia/</guid><dc:creator><![CDATA[por ASTRID SUÁREZ Y GABRIELA MOLINA, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Con la aspiración de convertirse en la primer mujer en llegar a la presidencia de Colombia, la conservadora Paloma Valencia cerró el domingo su campaña con un acto en la capital, Bogotá, donde afirmó que recuperará la seguridad del país y “golpeará a los violentos”.]]></description><pubDate>Sun, 24 May 2026 21:28:28 +0000</pubDate><content:encoded><![CDATA[<p>Con la aspiración de convertirse en la primer mujer en llegar a la presidencia de Colombia, la conservadora Paloma Valencia cerró el domingo su campaña con un acto en la capital, Bogotá, donde afirmó que recuperará la seguridad del país y “golpeará a los violentos”.</p><p>“Una llega y llegamos todas”, dijo la aspirante uribista al iniciar su discurso ante miles de seguidores en un centro de eventos, ante quienes destacó la lucha histórica que permite a las mujeres participar en una lid electoral.</p><p>“Hoy queremos pedirles que nos encomienden el futuro de esos hijos eligiendo a la primera mujer presidente de Colombia”, subrayó.</p><p>Abanderada del expresidente Álvaro Uribe (2002-2010), líder del Centro Democrático —principal partido opositor—, la abogada de 48 años de edad ofreció llegar al poder para “conquistar la seguridad para todos los colombianos” y acabar con los grupos armados ilegales.</p><p>Valencia ofreció activar las órdenes de captura “del cartel de la paz total”, en alusión a los cabecillas de grupos armados que se han sentado a negociar con el actual gobierno de Gustavo Petro, quien ha impulsado una polémica política de diálogos.</p><p>Nacida en el seno de una influyente familia, es nieta del expresidente conservador Guillermo León Valencia, quien gobernó entre 1962 y 1966, y de Mario Laserna Pinzón, fundador de la Universidad de Los Andes.</p><p>Valencia tiene una larga trayectoria como legisladora durante tres períodos consecutivos. Fortaleció su candidatura luego de ganar una consulta interpartidista y actualmente es una de las punteras en las encuestas.</p><p>En una muestra de que su postulación es producto de una confluencia de fuerzas, la senadora convocó al escenario a figuras políticas como el expresidente César Gaviria o la excandidata presidencial Ingrid Betancourt, así como también a la viuda del exsenador asesinado Miguel Uribe Turbay.</p><p>El propósito de esta “gran alianza”, dijo, es “defender nuestra democracia de los violentos, defenderla de la tiranía que representa Iván Cepeda (candidato oficialista)”, afirmó al tiempo que desestimó la propuesta de su rival de reformar la Constitución, vigente desde 1991.</p><p>Valencia cuenta con el respaldo de partidos tradicionales como el Liberal, el Conservador y el Mira. Mientras que ha buscado conquistar los votos de los moderados con su compañero de fórmula, el economista Juan Daniel Oviedo, quien terminó segundo en la consulta interpartidista de la derecha.</p><p>La legisladora ha prometido un mayor crecimiento económico, beneficiando a las empresas con menos impuestos; reactivar la explotación de combustibles fósiles —en una política contraria a la de Petro que ha buscado acelerar una transición energética; y reforzar la seguridad mediante el fin de los actuales diálogos de paz promovidos por Petro.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VIF4IHIFP5SKOD4U73IEMSEE3A.jpg?auth=e3211fe01be667bc4cb2853c40b115f7b6bdc96bc62ca01274df5390480762b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La candidata presidencial Paloma Valencia, del Centro Democrático, se dirige a sus simpatizantes durante un acto de campaña, el domingo 24 de mayo de 2026, en Bogotá. (AP Foto/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Policía: Huyen sospechosos de robo de Miami-Dade a Broward tras persecución]]></title><link>https://www.local10.com/espanol/2026/05/24/policia-huyen-sospechosos-de-robo-de-miami-dade-hacia-broward-tras-persecucion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/policia-huyen-sospechosos-de-robo-de-miami-dade-hacia-broward-tras-persecucion/</guid><dc:creator><![CDATA[Michaila Hightower, Andrea Torres, Rosh Lowe]]></dc:creator><description><![CDATA[Varios sospechosos de robo lograron escapar tras una persecución policial la madrugada del domingo y dos choques en los condados Miami-Dade y Broward.]]></description><pubDate>Sun, 24 May 2026 20:06:16 +0000</pubDate><content:encoded><![CDATA[<p>Varios sospechosos de robo lograron escapar tras una persecución policial la madrugada del domingo y dos choques en los condados Miami-Dade y Broward, informaron las autoridades.</p><p>A las 2 a.m., un agente que patrullaba en Pinecrest reportó un BMW gris sospechoso estacionado en el lado incorrecto de la Southwest 66 Avenue, según el Departamento de Policía de Pinecrest.</p><p>El conductor del BMW chocó contra la patrulla del agente de Pinecrest después de que varios sospechosos de robo de autos, con máscaras de esquí y vestidos de negro, salieran corriendo del patio de una casa, según la Policía.</p><p>Los sospechosos huyeron en el BMW y la persecución se desplazó hacia el norte por la State Road 826 hasta que un supervisor de turno del PPD decidió terminarla cerca de Sunset Drive, según las autoridades.</p><p>El conductor del BMW continuó a alta velocidad hacia el norte, cruzó de Miami-Dade a Broward y se estrelló en la Interstate 95 en dirección norte cerca de Griffin Road en Hollywood, según la Policía.</p><p>Uno de los sospechosos fue arrestado. El agente de Pinecrest no resultó herido.</p><p>Los detectives pidieron a cualquier persona con información sobre este u otros casos que llame a Miami-Dade County Crime Stoppers al 305-471-8477 para permanecer en el anonimato.</p><figure><img src="https://www.local10.com/resizer/v2/R4CUHKYF5FFRNIA652LKUOS6WU.jpg?auth=dd0581b346d933d7e04ab94d16c780acfb0e1872f7e2f3eb738a6fbc89d39219&smart=true&width=1200&height=900" alt="Pinecrest Police Chief Jason Cohen released this photograph on Sunday of a gray BMW related to a burglary, a crash, and a police pursuit." height="900" width="1200"/><figcaption>Pinecrest Police Chief Jason Cohen released this photograph on Sunday of a gray BMW related to a burglary, a crash, and a police pursuit.</figcaption></figure>]]></content:encoded></item><item><title><![CDATA[Dog, rabbits, bearded dragon rescued after Fort Lauderdale house fire]]></title><link>https://www.local10.com/news/local/2026/05/24/dog-rabbits-bearded-dragon-rescued-after-fort-lauderdale-house-fire/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/24/dog-rabbits-bearded-dragon-rescued-after-fort-lauderdale-house-fire/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Fort Lauderdale firefighters rescued several pets from a burning home in the city’s Melrose Manors neighborhood on Sunday evening.]]></description><pubDate>Sun, 24 May 2026 23:47:58 +0000</pubDate><content:encoded><![CDATA[<p>Fort Lauderdale firefighters rescued several pets from a burning home in the city’s Melrose Manors neighborhood on Sunday evening.</p><p><a href="https://www.local10.com/espanol/2026/05/24/rescatan-a-perro-conejos-y-dragon-barbudo-tras-incendio-en-casa-de-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/24/rescatan-a-perro-conejos-y-dragon-barbudo-tras-incendio-en-casa-de-fort-lauderdale/">Leer en español</a></p><p>According to Fort Lauderdale Fire Rescue, the blaze began in a carport in the 3000 block of Southwest Second Street at around 6:20 p.m. and spread to the adjacent home.</p><p>An FLFR spokesperson said everyone inside the house got out safely and firefighters “rescued a dog, two rabbits and a bearded dragon.”</p><p>The blaze, which caused “extensive damage,” took about 30 minutes to put out and displaced five people, including two children, according to FLFR.</p><p>Officials said the cause of the fire remained under investigation Sunday evening and the American Red Cross is helping the displaced residents find accommodations and assistance.</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/A2CTEIMALNHXXIJPKRH4VZKEYI.jpg?auth=7016fec3150ab22eeb5530b91c9624c4e4c305a67da2b5d498c317ca26266169&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fort Lauderdale house fire]]></media:description></media:content></item><item><title><![CDATA[Rescatan a perro, conejos y dragón barbudo tras incendio en casa de Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/05/24/rescatan-a-perro-conejos-y-dragon-barbudo-tras-incendio-en-casa-de-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/rescatan-a-perro-conejos-y-dragon-barbudo-tras-incendio-en-casa-de-fort-lauderdale/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Bomberos de Fort Lauderdale rescataron varias mascotas de una vivienda en llamas en el vecindario Melrose Manors la noche del domingo.
]]></description><pubDate>Mon, 25 May 2026 00:10:27 +0000</pubDate><content:encoded><![CDATA[<p>Bomberos de Fort Lauderdale rescataron varias mascotas de una vivienda en llamas en el vecindario Melrose Manors la noche del domingo.</p><p>Según Fort Lauderdale Fire Rescue, el incendio comenzó en un carport en la cuadra 3000 de la Southwest Second Street alrededor de las 6:20 p.m. y se propagó a la vivienda contigua.</p><p>Un portavoz de FLFR indicó que todos los ocupantes lograron salir a salvo y que los bomberos “rescataron a un perro, dos conejos y un dragón barbudo”.</p><p>El incendio, que causó “daños extensos”, fue controlado en unos 30 minutos y dejó a cinco personas desplazadas, incluidos dos niños, según FLFR.</p><p>Las autoridades informaron que la causa del incendio seguía bajo investigación hasta la noche del domingo y que la Cruz Roja Americana está ayudando a los residentes desplazados a encontrar alojamiento y asistencia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A2CTEIMALNHXXIJPKRH4VZKEYI.jpg?auth=7016fec3150ab22eeb5530b91c9624c4e4c305a67da2b5d498c317ca26266169&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fort Lauderdale house fire]]></media:description></media:content></item><item><title><![CDATA[Miami-Dade deputies investigate after woman’s body found in canal off State Road 9]]></title><link>https://www.local10.com/news/local/2026/05/24/miami-dade-deputies-investigate-after-womans-body-found-in-canal-off-state-road-9/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/24/miami-dade-deputies-investigate-after-womans-body-found-in-canal-off-state-road-9/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies investigated Sunday after a woman’s body was found in a canal in the county’s unincorporated Biscayne Gardens area.]]></description><pubDate>Sun, 24 May 2026 22:50:27 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies investigated Sunday after a woman’s body was found in a canal in the county’s unincorporated Biscayne Gardens area.</p><p><a href="https://www.local10.com/espanol/2026/05/24/agentes-de-miami-dade-investigan-hallazgo-de-cuerpo-de-mujer-en-canal-junto-a-state-road-9/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/24/agentes-de-miami-dade-investigan-hallazgo-de-cuerpo-de-mujer-en-canal-junto-a-state-road-9/">Leer en español</a></p><p>An MDSO spokesperson said deputies received a 911 call just before 5:45 p.m. alerting them of the body found floating in the water near State Road 9 and Northwest 155th Lane, just outside of Miami Gardens and Opa-locka.</p><p>Medics pronounced the woman, who has not been publicly identified, dead, the agency spokesperson said.</p><p>According to MDSO, the agency’s homicide detectives are investigating.</p><p>Deputies haven’t said as of Sunday evening whether they suspected any foul play.</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/KXT3BLQFDZHPPPVQY7A6SZCISM.jpg?auth=3ef60fa13b3f6f57beff7736b188e924e82236eb90b803d789d2a4f3d5a7efba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[2025 Google Street View image of State Road 9 and Northwest 155th Lane.]]></media:description></media:content></item><item><title><![CDATA[Agentes de Miami-Dade investigan hallazgo de cuerpo de mujer en canal junto a State Road 9]]></title><link>https://www.local10.com/espanol/2026/05/24/agentes-de-miami-dade-investigan-hallazgo-de-cuerpo-de-mujer-en-canal-junto-a-state-road-9/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/agentes-de-miami-dade-investigan-hallazgo-de-cuerpo-de-mujer-en-canal-junto-a-state-road-9/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un portavoz del MDSO informó que los agentes recibieron una llamada al 911 poco antes de las 5:45 p.m. alertando sobre el hallazgo de un cuerpo flotando en el agua cerca de State Road 9 y la Northwest 155th Lane.]]></description><pubDate>Mon, 25 May 2026 00:05:18 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Sheriff de Miami-Dade investigan este domingo luego de que el cuerpo de una mujer fuera encontrado en un canal en el área no incorporada de Biscayne Gardens.</p><p>Un portavoz del MDSO informó que los agentes recibieron una llamada al 911 poco antes de las 5:45 p.m. alertando sobre el hallazgo de un cuerpo flotando en el agua cerca de State Road 9 y la Northwest 155th Lane, en las afueras de Miami Gardens y Opa-locka.</p><p>Paramédicos declararon muerta a la mujer, cuya identidad no ha sido divulgada públicamente, indicó el portavoz.</p><p>Según el MDSO, detectives de homicidios de la agencia están a cargo de la investigación.</p><p>Hasta la noche del domingo, las autoridades no han indicado si sospechan de acto delictivo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KXT3BLQFDZHPPPVQY7A6SZCISM.jpg?auth=3ef60fa13b3f6f57beff7736b188e924e82236eb90b803d789d2a4f3d5a7efba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[2025 Google Street View image of State Road 9 and Northwest 155th Lane.]]></media:description></media:content></item><item><title><![CDATA[May 24: Limited showers, steamy temps]]></title><link>https://www.local10.com/weather/2026/05/24/may-24-limited-showers-steamy-temps/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/05/24/may-24-limited-showers-steamy-temps/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description></description><pubDate>Sun, 24 May 2026 22:54:47 +0000</pubDate><content:encoded><![CDATA[<p>This Memorial Day Monday will feature limited showers and steamy temperatures.</p><p>Watch for a few passing morning showers to move onshore again Monday. These showers will be quick movers and will give way to scattered showers and storms by the afternoon. It will be breezy. Winds are set to move out of the southeast and gust up to 25 mph. </p><p>Our southeast flow will continue to aid rough conditions at the beach. Expect the rip current risk to be elevated once again. It is extremely important to swim at guarded beaches. </p><p>Get ready to feel the heat. While afternoon highs will peak in the upper 80s, once you factor in the humidity it will feel like the upper 90s.</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[Water main break affects Las Olas area in Fort Lauderdale Beach]]></title><link>https://www.local10.com/news/local/2026/05/24/water-main-break-affects-las-olas-area-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/24/water-main-break-affects-las-olas-area-in-fort-lauderdale/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[A water main break affected an area of East Las Olas Boulevard on Saturday and Sunday in Fort Lauderdale.]]></description><pubDate>Sun, 24 May 2026 15:15:03 +0000</pubDate><content:encoded><![CDATA[<p>A water main break affected an area of East Las Olas Boulevard on Saturday and Sunday in Fort Lauderdale Beach.</p><p><a href="https://www.local10.com/espanol/2026/05/24/fuga-de-tuberia-principal-de-agua-afecta-al-area-de-las-olas-en-fort-lauderdale-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/24/fuga-de-tuberia-principal-de-agua-afecta-al-area-de-las-olas-en-fort-lauderdale-beach/">Leer en español</a></p><p>There were water service disruptions at nearby residences, hotels, and other businesses. Norm Boily was at Hall of Fame Marina. </p><p>“Without water, you can’t use the facilities and the boaters can’t wash their boats,” Boily said. </p><p>Fort Lauderdale police officers temporarily closed the Las Olas Boulevard eastbound lanes at Seabreeze Boulevard. </p><p>DeAngelo Hawkins said he arrived with his family from Tampa, and he was hoping to relax at his hotel, but instead had to drive around for 25 minutes.</p><p>“It was pretty stressful after driving four-and-a-half hours,” Hawkins said. </p><p>City workers and Southern Underground Industries workers were repairing a 12-inch water main, impacted asphalt, and landscaping, <a href="https://www.fortlauderdale.gov/Home/Components/News/News/8433/16?widgetId=41" target="_self" rel="" title="https://www.fortlauderdale.gov/Home/Components/News/News/8433/16?widgetId=41">according</a> to a city update. </p><figure><img src="https://www.local10.com/resizer/v2/PZFE4ODE2FCFZCKMHFCQFOYXAY.png?auth=ed7d386329b49ebec471b7602bd9d206375f85bb4e2004039bfeb209c5bf2be4&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related X post on Saturday</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">E Las Olas Blvd to A1A north back open to traffic. <br>Seabreeze Blvd southbound at E Las Olas Blvd will remain closed due to the water main break. <a href="https://t.co/R4HO1siD8F">pic.twitter.com/R4HO1siD8F</a></p>&mdash; Fort Lauderdale Police (@ftlauderdalepd) <a href="https://twitter.com/ftlauderdalepd/status/2058340235633725874?ref_src=twsrc%5Etfw">May 24, 2026</a></blockquote><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2570.169015327887!2d-80.10846312636396!3d26.119240093742217!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9002e84c8556f%3A0x32b30dcd6d3a07cf!2sE%20Las%20Olas%20Blvd%20%26%20Seabreeze%20Blvd%2C%20Fort%20Lauderdale%2C%20FL%2033316!5e1!3m2!1sen!2sus!4v1779635881757!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p><p><i>Local 10 News Assignment Editor Mari Ortiz contributed to this report.</i></p>]]></content:encoded></item><item><title><![CDATA[Young men storm a Congo hospital treating Ebola patients to demand bodies of their kin]]></title><link>https://www.local10.com/news/world/2026/05/24/young-men-storm-a-congo-hospital-treating-ebola-patients-to-demand-bodies-of-their-kin/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/24/young-men-storm-a-congo-hospital-treating-ebola-patients-to-demand-bodies-of-their-kin/</guid><dc:creator><![CDATA[By JEAN-YVES KAMALE and MONIKA PRONCZUK, Associated Press]]></dc:creator><description><![CDATA[KINSHASA, Congo (AP) — Angry young men stormed a hospital treating Ebola patients at the heart of the latest outbreak of the disease in eastern Congo on Sunday evening, forcing the medical staff to scramble to evacuate the patients as gunfire rang out in the area.]]></description><pubDate>Mon, 25 May 2026 06:25:37 +0000</pubDate><content:encoded><![CDATA[<p>KINSHASA, Congo (AP) — Angry young men stormed a hospital treating Ebola patients at the heart of the latest outbreak of the disease in eastern Congo on Sunday evening, forcing the medical staff to scramble to evacuate the patients as gunfire rang out in the area.</p><p>It was not immediately known if anyone was hurt in the attack on the Mongbwalu General Hospital but Dr. Richard Lokudu, the hospital’s medical director, told The Associated Press the attackers demanded that two bodies of their kin be handed over to them.</p><p>There was gunfire and the medics were trying to evacuate the patients and the staff, Lokudu said over the phone.</p><p>“Mongbwalu General Hospital is on general alert,” he added. He did not have any further details of the unfolding turmoil.</p><p>The attack — the third in a week’s time on healthcare facilities where medical workers struggle with lack of resources to treat suspected Ebola cases — underlined the challenges of the outbreak, which the World Health Organization has declared a public health emergency of international concern.</p><p>Bodies of those who died of Ebola can be highly contagious and lead to further spread when people prepare them for burial and gather for funerals.</p><p>In response to the outbreak, Congolese authorities have mandated that the dangerous work of burying suspected victims be managed wherever possible by authorities, which can be met by protests from families and friends. On Friday, the government said funeral wakes and gatherings of more than 50 people would be banned in northeastern Congo in an effort to curb the spread of the virus.</p><p>On Saturday, a group of residents of Mongbwalu, located in Ituri province, attacked and set fire to a tent set up for suspected and confirmed Ebola cases by the Doctors Without Borders humanitarian group.</p><p>During that attack, 18 people with suspected Ebola infections left the facility and were now unaccounted for, Lokudu had said earlier.</p><p>On Thursday, another treatment center, in the town of Rwampara, was burned down after family members were banned from retrieving the body of a local man suspected to have died of Ebola.</p><p>WHO has said the outbreak poses a “very high” risk for Congo — up from a previous categorization of “high” — but that the risk of the disease spreading globally remains low.</p><p>Earlier on Sunday, the Congolese Ministry of Communication said on X that there were 904 suspected cases of Ebola, mostly in northeastern Ituri Province — a significant jump from the previously announced more than 700 suspected Ebola cases.</p><p>The ministry also said the total suspected Ebola deaths stood at 119, but the numbers it released separately for each region added up to 220. Officials could not immediately be reached to explain the discrepancy.</p><p>There is no available vaccine for the Bundibugyo virus, a rare type of Ebola, which spread undetected for weeks in Ituri following the first reported death — in late April in the town of Bunia, the provincial capital — while authorities tested for another, more common, Ebola virus and came up negative.</p><p>The International Federation of Red Cross and Red Crescent Societies said on Saturday that three of its volunteers had died from the outbreak in Mongbwalu. The agency said it believed the three healthcare workers contracted the virus on March 27 while handling dead bodies as part of a humanitarian mission unrelated to Ebola.</p><p>If confirmed, this would significantly push back the timeline of the outbreak.</p><p>___</p><p>Pronczuk reported from Dakar, Senegal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5B2N5T6AYKOT66D3MACFSABLUE.jpg?auth=4b35f26b6f59b7735145069490f324e4fc2283b0b6cbfaf333efe5e4ee845ac7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Family members of an Ebola victim mourn as the coffin is taken away for burial, at Sofepadi Hospital in Bunia, Congo, Saturday, May 23, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[Wyndham Clark shoots 60 to win Byron Nelson, pulling away from Si Woo Kim and Scottie Scheffler]]></title><link>https://www.local10.com/sports/2026/05/24/wyndham-clark-shoots-60-to-win-byron-nelson-pulling-away-from-si-woo-kim-and-scottie-scheffler/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/24/wyndham-clark-shoots-60-to-win-byron-nelson-pulling-away-from-si-woo-kim-and-scottie-scheffler/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[McKINNEY, Texas (AP) — Wyndham Clark's come-from-behind win at the CJ Cup Byron Nelson was pretty much in hand when he decided to aim for the pin anyway on the final hole.]]></description><pubDate>Sun, 24 May 2026 23:43:42 +0000</pubDate><content:encoded><![CDATA[<p>McKINNEY, Texas (AP) — Wyndham Clark's come-from-behind win at the CJ Cup Byron Nelson was pretty much in hand when he decided to aim for the pin anyway on the final hole.</p><p>After that approach shot inside 3 feet, he became the first PGA Tour player to win twice with a closing 60.</p><p>The 2023 U.S. Open champion shot 11 under on Sunday, overtaking Si Woo Kim by three and pulling away from defending champion Scottie Scheffler after starting the day tied with the top-ranked hometown favorite.</p><p>Clark didn't know he was shooting a closing 60 for the win the first time he did it, in 2024 at Pebble Beach. There was supposed to be a final round the next day, but it was wiped out by weather. Clark was declared the winner when officials decided not to play Monday.</p><p>One other difference came to mind for Clark, who shot 30-under 254 and had a 28 on the back nine at the revamped but still vulnerable TPC Craig Ranch, about 30 miles north of Dallas.</p><p>Two years ago, Clark had an eagle putt for 59 on the iconic 18th green at Pebble Beach but settled for birdie. This time — in his first victory since then — Clark closed with four birdies over five holes, including that short capper at 18.</p><p>Clark's ninth birdie matched Kim’s 60 from the second round when the 30-year-old South Korean was in position to shoot 59 but bogeyed the final hole. Kim, who started the final round with a two-stroke lead, shot 65 to finish 27 under.</p><p>“I look at Pebble, it was amazing, but that one, I was so close to shooting 59. At that golf course, that would have been just epic,” Clark said after his fourth PGA Tour win. “This one, really 59 wasn’t necessarily in the cards. I’m just really proud of myself that I didn’t waver and I didn’t sit back and just try to hit to 20 feet and kind of leak my way in there. I was still very aggressive.”</p><p>Despite the addition of bunkers and significant changes to the contour of the greens on the Lanny Wadkins-led redesign, Clark was just one shot off Scheffler's winning score of a year ago. Scheffler's 31 under tied the tour's 72-hole scoring record of 253.</p><p>“I felt pretty comfortable, but I knew I had to put the pedal to the metal and keep making birdies,” Clark said. “I made more than I thought I was going to make, that’s for sure.”</p><p>Clark went in front for the first time in the final round with an eagle at the par-5 12th and twice took two-shot leads with clutch birdie putts over the final four holes.</p><p>The 32-year-old had an emphatic first pump after his 45-foot birdie putt at the par-3 15th. Clark was a little more reserved, but pumping a fist nonetheless after another birdie 2, this one at the No. 17 stadium hole.</p><p>A few minutes after Clark's long putt at 15, Kim was a shot behind when his 44-footer on the same hole slid by the right side of the cup. The deficit was two when Kim couldn't match Clark's birdie at 17.</p><p>“I think if I keep knocking on the door, something’s coming,” said Kim, a four-time tour winner looking for his first victory since 2023 at Waialae. “I think it’s pretty much best play golf I’ve ever had. I’m a little frustrated, but nothing I can do. Wyndham played so good.”</p><p>Scheffler, who matched Kim's 65 and was 25 under, briefly was tied for the lead on Saturday, but never caught Kim — his partner in the final pairing — or Clark one group ahead after the second hole in the final round.</p><p>The four-time major winner was two shots behind Kim and Clark at the short par-4 sixth when his second shot hit the pin and spun away after it bounced, ending up 54 feet away. Scheffler settled for par on a hole Kim and Clark birdied.</p><p>Jackson Suber was a career-best fourth, shooting 63 to finish 23 under. Keith Mitchell shot 64 and was a stroke back in fifth.</p><p>Brooks Koepka, still looking for his first win since rejoining the PGA Tour from LIV Golf, shot 68.</p><p>Jordan Spieth, the other hometown favorite alongside Scheffler, bounced back with a 66 and finished 15 under a day after fading from contention with a 73.</p><p>Scheffler almost became the only PGA Tour player since at least 1983 to go an entire tournament without a score of 5 or higher. That ended with his par 5 on 12, when he went bunker to bunker with his first two shots and missed a 12-foot birdie putt. It was his only 5.</p><p>“No,” Scheffler said when asked if he was aware. “But you know around this place, what did Wyndham finish out, around 30 under? If you’re going to play 30 under, you can’t be making too many 5s.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RJYXS2T4KJNWBHBB6SDQZPQD7A.jpg?auth=4d8eaf1c206af59561e535e9178b355c28f428337afd2d35e7c138671d230e52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark celebrates after winning the CJ Cup Byron Nelson golf tournament in McKinney, Texas, Sunday, May 24, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OH6FZMQYNMIBTO3KF6BFVDJEUE.jpg?auth=631cfedc295ef286ccc13b3e51fd2f2bdbba0bf411d45f941f9330b43e2458b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark watches his shot out of a hazard on the 10th fairway during the final round of the CJ Cup Byron Nelson golf tournament in McKinney, Texas, Sunday, May 24, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6DCV2NLLZHQECPUGZZOIBGDFI.jpg?auth=2c02770d254123aa23a90d1c3cf20a8cbb0b2c1261554d79cd2a5a1fcffeb8a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sungjae Im, of South Korea, walks off the eighth hole during the final round of the CJ Cup Byron Nelson golf tournament in McKinney, Texas, Sunday, May 24, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DUBE4ZQSSCBF3B5N2N47FUITFM.jpg?auth=634b9007f34dd418cbd57e51beadc48f7d20bd1faf1d5324a7460555945250d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler reacts to leaving his putt short on the 10th green during the final round of the CJ Cup Byron Nelson golf tournament in McKinney, Texas, Sunday, May 24, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G3TUSZBVVO5AEHYQ3YYZOTMQNI.jpg?auth=ca3b982909c17bd47940e96d528e9b6aaf1aae10f45937b2a75f315424f11bf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brooks Koepka prepares to putt on the sixth green during the final round of the CJ Cup Byron Nelson golf tournament in McKinney, Texas, Sunday, May 24, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Streaking Knicks focused on Game 4 and not being on verge of reaching the NBA Finals]]></title><link>https://www.local10.com/sports/2026/05/24/streaking-knicks-focused-on-game-4-and-not-being-on-verge-of-reaching-the-nba-finals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/24/streaking-knicks-focused-on-game-4-and-not-being-on-verge-of-reaching-the-nba-finals/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[CLEVELAND (AP) — Jalen Brunson isn't looking in the rearview mirror at the New York Knicks' 10-game winning streak while the possibility of reaching the NBA Finals is still in the horizon, even though it is one win away.]]></description><pubDate>Sun, 24 May 2026 22:10:50 +0000</pubDate><content:encoded><![CDATA[<p>CLEVELAND (AP) — Jalen Brunson isn't looking in the rearview mirror at the New York Knicks' 10-game winning streak while the possibility of reaching the NBA Finals is still in the horizon, even though it is one win away.</p><p>Brunson's focus, along with the rest of his teammates, is what happens in the first 12 minutes of Monday night's Game 4 of the Eastern Conference finals against the Cleveland Cavaliers.</p><p>“So you have the first possession, the first quarter, and then you have the end of the first half and you go on,” Brunson said after Saturday night's 121-108 victory. “You just continue to just deal with what’s in front of you and just have your teammates' back. Make sure everyone’s on the same page, making sure that everyone’s holding each other accountable. That’s just the most important thing right now.”</p><p>The blinders approach has New York on a 10-game winning streak with an average margin of victory of 22.5 points and one victory away from its first finals appearance since 1999.</p><p>No team in NBA history has blown a 3-0 lead, and the Knicks aren't showing any signs of being the first in 164 series.</p><p>Just when everyone thinks the Knicks are peaking, they find a way to find another gear. Forward OG Anunoby, who missed the last two games of the Philadelphia series due to a strained right hamstring, had 21 points, seven rebounds and four assists in Saturday night's victory.</p><p>Anunoby is second on the team in scoring during the winning streak, averaging 19.8 points in eight games.</p><p>Brunson is averaging 29 points in the series and 27.8 in the postseason while Karl-Anthony Downs is averaging a double-double with 16.8 points and 10.3 rebounds, along with 6.1 assists.</p><p>Brunson said the next-man-up mentality has displayed itself throughout the series.</p><p>“We have a bunch of individuals in that we locker room who work really hard and they’re very psychotic about their work and the things they do, and making sure that they’re ready physically and mentally so when their number’s called and then when there’s time to go out there, they’re ready,” Brunson said. “We have a lot of real professionals on our roster.”</p><p>The Knicks have had the momentum in the series since rallying from a 22-point deficit in the fourth quarter to defeat the Cavaliers 115-104 in Game 1. Towns noted though the Knicks still have the mentality that it is the opening tip of the first game.</p><p>“We've got to come out with that same desperation as Game 1. What got us here as a team, we’ve won all these games in a row as a team, we’ve had this winning streak as a team. As long as we stay together, we stay unified, we always have felt that the sky’s the limit for us,” he said.</p><p>Cleveland will be playing its 14th game since April 29, while New York will be playing its ninth.</p><p>The Cavaliers are shooting only 29.4% from 3-point range and are 50 of 74 from the foul line. Donovan Mitchell is averaging 26 points in the series, but has appeared not to have the same burst he had in previous rounds.</p><p>Coach Kenny Atkinson is hoping his team can find something in the tank to avoid a sweep, but knows his team is winded after enduring a pair of seven-game series against Toronto and Detroit to get to their first Eastern Conference final in eight years.</p><p>“I said it before this series, the rest disadvantage is real. It’s massive, right? And it plays into it. I don’t think anybody has a grip on what that really means saying, ‘Well why are you shooting so below expected? Is that a part of it?’ I don’t know. I don’t have that answer,” he said.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NXE6AUAKFVBCDC2JDFC45DDZV4.jpg?auth=0e4ebfdd4ea626761a4db36e314a22f3792df4b682860151b7634c02406eb0f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Jalen Brunson (11) celebrates with teammates after winning Game 3 in the Eastern Conference finals NBA basketball playoffs series against the Cleveland Cavaliers in Cleveland, Saturday, May 23, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TU7WLLLDU4O5P7R6QITQ3SUH6Q.jpg?auth=b1cf7f8ff3f391e95dad3b0fbfd36dd067539ef5ec8aac2d9b11fd53c48080a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks head coach Mike Brown points from the sideline during the second half of Game 3 in the Eastern Conference finals NBA basketball playoffs series against the Cleveland Cavaliers in Cleveland, Monday, May 24, 2027. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Police: Burglary suspects flee from Miami-Dade to Broward after pursuit]]></title><link>https://www.local10.com/news/local/2026/05/24/police-burglary-suspects-flee-after-pursuit-from-miami-dade-to-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/24/police-burglary-suspects-flee-after-pursuit-from-miami-dade-to-broward/</guid><dc:creator><![CDATA[Michaila Hightower, Andrea Torres, Rosh Lowe]]></dc:creator><description><![CDATA[Several burglary suspects got away after a police pursuit early Sunday morning in Miami-Dade and Broward counties, police said. ]]></description><pubDate>Sun, 24 May 2026 13:47:57 +0000</pubDate><content:encoded><![CDATA[<p>Several burglary suspects got away after a police pursuit early Sunday morning, and two crashes in Miami-Dade and Broward counties, police said.</p><p><a href="https://www.local10.com/espanol/2026/05/24/policia-huyen-sospechosos-de-robo-de-miami-dade-hacia-broward-tras-persecucion/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/24/policia-huyen-sospechosos-de-robo-de-miami-dade-hacia-broward-tras-persecucion/">Leer en español </a></p><p>At 2 a.m., a police officer on patrol in Pinecrest reported there was a suspicious gray BMW parked on the wrong side of Southwest 66 Avenue, according to the Pinecrest Police Department. </p><p>The driver of the BMW crashed into the Pinecrest police officer’s patrol car after several car burglary suspects wearing ski masks and dressed in black ran out of a house’s yard, according to police. </p><p>The burglary suspects fled in the BMW, and a pursuit moved northbound on State Road 826 until the on-duty PPD supervisor decided to terminate it near Sunset Drive, according to police. </p><p>The driver of the BMW continued speeding northbound, crossed from Miami-Dade to Broward County, and crashed on Interstate 95 northbound near Griffin Road in Hollywood, according to police. </p><p>One of the suspects was arrested. The police officer in Pinecrest was not injured. </p><p>Detectives asked anyone with information about this or other cases to call Miami-Dade County Crime Stoppers at 305-471-8477 to remain anonymous.<i> </i></p><figure><img src="https://www.local10.com/resizer/v2/R4CUHKYF5FFRNIA652LKUOS6WU.jpg?auth=dd0581b346d933d7e04ab94d16c780acfb0e1872f7e2f3eb738a6fbc89d39219&smart=true&width=1200&height=900" alt="Pinecrest Police Chief Jason Cohen released this photograph on Sunday of a gray BMW related to a burglary, a crash, and a police pursuit." height="900" width="1200"/><figcaption>Pinecrest Police Chief Jason Cohen released this photograph on Sunday of a gray BMW related to a burglary, a crash, and a police pursuit.</figcaption></figure><p> </p>]]></content:encoded></item><item><title><![CDATA[Ninth-inning magic from Heriberto Hernández propels Marlins to 3-game sweep over Mets]]></title><link>https://www.local10.com/sports/local/2026/05/24/ninth-inning-magic-from-heriberto-hernandez-propels-marlins-to-3-game-sweep-over-mets/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/05/24/ninth-inning-magic-from-heriberto-hernandez-propels-marlins-to-3-game-sweep-over-mets/</guid><dc:creator><![CDATA[Brandon Liguori]]></dc:creator><description><![CDATA[The Atlanta Braves handled the Miami Marlins at loanDepot park during their four-game series earlier this week, so the Marlins needed to bounce back quickly against another division opponent.]]></description><pubDate>Sun, 24 May 2026 21:50:30 +0000</pubDate><content:encoded><![CDATA[<p>The Atlanta Braves handled the Miami Marlins at loanDepot park during their four-game series earlier this week, so the Marlins needed to bounce back quickly against another division opponent.</p><p>They leaned on strong starting pitching, most recently from right-hander Tyler Phillips, who opened Sunday afternoon against the New York Mets after typically appearing out of the bullpen.</p><p>Phillips threw 3 2/3 scoreless innings on 59 pitches, and clean outings from Calvin Faucher, John King, Anthony Bender, Michael Petersen and Pete Fairbanks helped the Marlins secure a 4-0 walk-off win on Heriberto Hernández’s one-out grand slam to center field in the ninth inning.</p><p>It marked Miami’s first sweep since it won its first three games of the season against the Colorado Rockies at loanDepot park from March 27-29.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">THERE GOES MY HERO-BERTO 🦸‍♂️ <a href="https://t.co/FIc3EpbTFt">pic.twitter.com/FIc3EpbTFt</a></p>&mdash; Miami Marlins (@Marlins) <a href="https://twitter.com/Marlins/status/2058647187286827289?ref_src=twsrc%5Etfw">May 24, 2026</a></blockquote><p>The home run traveled 416 feet and left Hernández’s bat at 104.9 mph, according to Statcast metrics.</p><p>Searching for some offense, Christopher Morel led off the inning with a line-drive double to left field and was replaced by pinch-runner Esteury Ruiz.</p><p>Javier Sanoja laid down a beautiful sacrifice bunt, advancing Ruiz to third, and the Mets intentionally walked Xavier Edwards after Liam Hicks drew a walk.</p><p><a href="https://x.com/MarlinsComms/status/2058654350541730225" target="_self" rel="" title="https://x.com/MarlinsComms/status/2058654350541730225">According to Elias Sports Bureau</a>, Hernández is the seventh player in MLB history and the first since Kansas City Royals’ Justin Maxwell on Sept. 22, 2013 vs. the Texas Rangers to break a 0-0 tie with a walk-off grand slam.</p><p>He was recently demoted to Triple-A Jacksonville after struggling at the plate, but he described the moment in one word: “Amazing.”</p><p>Marlins first baseman Connor Norby was taken out of the game in the sixth inning due to left elbow discomfort. </p><p>Norby was hit by a 95.6 mph fastball from New York’s Christian Scott in the fourth inning.</p><p>Graham Pauley replaced Norby at first base, and manager Clayton McCullough told reporters after the game that he will provide a further update Monday when Miami (25-29) opens a nine-game road trip at Rogers Centre at 7:07 p.m. ET against the Toronto Blue Jays (25-28).</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HV3DYANUTBGQDME53TCEUY4LT4.JPG?auth=c74259ec314a078c6338ee47adfa648e92e4abfe1d47995fc46b3f6fd1c51a80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[May 24, 2026; Miami, Florida, USA;  Miami Marlins pinch hitter Heriberto Hernandez (13) hits a grand slam against the New York Mets during the ninth inning at loanDepot Park. Mandatory Credit: Rhona Wise-Imagn Images]]></media:description><media:credit role="author" scheme="urn:ebu">Rhona Wise</media:credit></media:content></item><item><title><![CDATA[Novak Djokovic overcomes a slow start and hostile crowd in 1st-round win at French Open]]></title><link>https://www.local10.com/sports/2026/05/24/novak-djokovic-overcomes-a-slow-start-and-hostile-crowd-in-1st-round-win-at-french-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/24/novak-djokovic-overcomes-a-slow-start-and-hostile-crowd-in-1st-round-win-at-french-open/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — At age 39, Novak Djokovic can still wear opponents down.]]></description><pubDate>Sun, 24 May 2026 22:13:04 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — At age 39, Novak Djokovic can still wear opponents down.</p><p>Even opponents nearly half his age — and in front of a hostile crowd.</p><p>Djokovic came back from a set down for a 5-7, 7-5, 6-1, 6-4 victory over 22-year-old home player Giovanni Mpetshi Perricard in the first round of the French Open on Sunday in his record 82nd Grand Slam appearance.</p><p>“Obviously playing a French player, center court at Roland Garros is never so easy. The crowd gets into it and then you feel the pressure even more,” Djokovic said after the 2 hour, 51-minute encounter. “But all in all it was a good match to be part of: Three hours, just what the doctor ordered at age 39.”</p><p>Grunting during long rallies and digging deep on the opening night session on Court Philippe-Chatrier, it wasn’t until 1 hour, 45 minutes in that Djokovic finally found a way to break his 6-foot-7 (2.01-meter) opponent and even the match at a set all.</p><p>The crowd was pumped for a potential stunner — after all, Djokovic hasn’t lost in the first round of a Grand Slam in 20 years. But after two tense sets, Mpetshi Perricard seemed deflated of energy.</p><p>Djokovic, meanwhile, was just getting warmed up in only his second match on clay this year. In his other match on the surface this season, Djokovic lost to Croatian qualifier Dino Prižmić at the Italian Open after two months out due to a right shoulder injury.</p><p>Just by stepping on court two days after his 39th birthday, Djokovic set the men’s record for most Grand Slams contested — one more than Roger Federer and Feliciano Lopez. Djokovic has won a record 24 of those 82 Grand Slams.</p><p>Djokovic also tied French players Richard Gasquet and Antoine Gentian with a men’s record 22nd appearance at Roland Garros. He has reached at least the quarterfinals in 19 of the last 20 editions and raised the Coupe des Mousquetaires trophy in 2016, 2021 and 2023.</p><p>Djokovic taunts the pro-French crowd</p><p>The 80th-ranked Mpetshi Perricard had plenty of crowd support and the fans erupted into chants of “Gio-vanni, Gio-vanni, Gio-vanni” when he ripped a forehand winner on his fourth break point to conclude a long rally during a tense game at 5-5 in the first set. Mpetshi Perricard then finished the set off with consecutive aces — the first of which clocked in at 223 kph (139 mph).</p><p>Djokovic said afterward that Mpetshi Perricard — who he played for the first time — has “one of the most tremendous serves in terms of precision and speed that I have ever faced in my career.”</p><p>Djokovic couldn’t convert a break point until his 10th try when he concluded the second set with a drop shot that Mpetshi Perricard couldn’t get back. Then Djokovic held his hand to his ear to taunt the pro-French crowd.</p><p>Late in the fourth set after he pulled off a delicate half-volley winner, Djokovic skipped back to the baseline in apparent glee. And when it was over, Djokovic performed a celebratory wiggle on the baseline.</p><p>Djokovic can't meet Sinner until the final</p><p>Despite his reduced schedule of late, it should be remembered that Djokovic reached this year’s Australian Open final where he lost to Carlos Alcaraz and has made the semifinals or better at five straight Grand Slams.</p><p>With Alcaraz, the two-time reigning French Open champion, sitting out Roland Garros and Wimbledon with an injured right wrist, Djokovic sees a chance for himself in the lower half of the draw. He would meet top-ranked Jannik Sinner, who is on a 29-match winning streak, only in the final.</p><p>Along with 2015 champion Stan Wawrinka, who is playing in his final French Open, Djokovic is the only former men’s singles champion competing in Paris.</p><p>Match-fixing whistleblower</p><p>Djokovic wasn’t the only player at an advanced age in the win column at Roland Garros on Sunday.</p><p>Marco Trungelliti, who at 36 recently became the oldest man in the professional era (since 1969) to break into the top 100 of the rankings, beat Kyrian Jacquet 6-4, 6-2, 6-2.</p><p>“I’m reaching my peak (at) 36,” Trungelliti said.</p><p>Trungelitti partly attributed his late development to being ostracized from the tennis tour years ago when he became a whistleblower against match-fixing in the sport.</p><p>“Really hurt me back then,” said Trungelitti, who still lives in exile in Andorra and feels uncomfortable going home to Argentina. “I was very innocent in the sense that I was expecting that the system would help me out a little bit, and it was completely the opposite.</p><p>“The whole package of institutions were never there, and they are still not there,” Trungelitti added. “I have a spine in my heart, and it’s going to be there forever.”</p><p>Sorana Cirstea, another 36-year-old who this week became the oldest player to make her debut in the top 20, beat 17-year-old Ksenia Efremova 6-3, 6-1.</p><p>And on Monday, 41-year-old Wawrinka will play Jesper De Jong.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M47OR3D6JPET2OJB2GVWHMRK6M.jpg?auth=1f61c0cdfb07f33f5420a63ae5b8b91328106cdf8b4ec3049172ad2b4ce745e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Novak Djokovic of Serbia celebrates after winning the first round men's singles tennis match against against Giovanni Mpetshi Perricard of France at the French Open tennis tournament in Paris, Sunday, May 24, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T56QPSJOH56VTM3JA3BDKIQOUE.jpg?auth=43c929ba0c4b91a0224a243387b2ecd86a3c27195d751a999e5cf5e6dfc8d1fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Novak Djokovic of Serbia returns to Giovanni Mpetshi Perricard of France during their first round men's singles tennis match at the French Open tennis tournament in Paris, Sunday, May 24, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P3BB47HJVE44VXEXOTDJ7MDWPU.jpg?auth=61ba59d8da0f83b8e7dce2f797d5c486a495c623451a5c0edadcd6fe159942c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Novak Djokovic of Serbia walks as he plays against Giovanni Mpetshi Perricard of France during their first round men's singles tennis match at the French Open tennis tournament in Paris, Sunday, May 24, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KARJKMS2DCDWYV7NBX4WMFTXIU.jpg?auth=28a055409dd4ab41541c269d7e6b9750de0c16557891b13cb5e01ee8c9948d2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Giovanni Mpetshi Perricard of France serves to Novak Djokovic of Serbia during their first round men's singles tennis match at the French Open tennis tournament in Paris, Sunday, May 24, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QTRRREHLQX4625GNAWQ65T3DAA.jpg?auth=79a1f5192e3aac20947d177128a70b8059805e282dcab7cd3228b27c92a8689a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Novak Djokovic of Serbia looks on during a break of the first round men's singles tennis match against Giovanni Mpetshi Perricard of France at the French Open tennis tournament in Paris, Sunday, May 24, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content></item><item><title><![CDATA[Wildfire smoke affects drivers’ visibility in Broward, Collier counties ]]></title><link>https://www.local10.com/traffic/2026/05/24/wildfire-smoke-affects-drivers-visibility-in-broward-collier-counties/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/05/24/wildfire-smoke-affects-drivers-visibility-in-broward-collier-counties/</guid><dc:creator><![CDATA[Michaila Hightower, Andrea Torres]]></dc:creator><description><![CDATA[Heavy smoke from a burning wildfire affected drivers’ visibility on Sunday in Broward and Collier counties. ]]></description><pubDate>Sun, 24 May 2026 14:45:42 +0000</pubDate><content:encoded><![CDATA[<p>Heavy smoke from a burning wildfire affected drivers’ visibility on Sunday in Broward and Collier counties. </p><p><a href="https://www.local10.com/espanol/2026/05/24/afecta-humo-de-incendio-forestal-la-visibilidad-en-carreteras-de-broward-y-collier/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/24/afecta-humo-de-incendio-forestal-la-visibilidad-en-carreteras-de-broward-y-collier/">Leer en español</a></p><p>The wildfire had been active since Saturday afternoon near Interstate 75’s mile marker 44 and had burned 400 acres, <a href="https://ffs.firesponse.com/public/summary" target="_self" rel="" title="https://ffs.firesponse.com/public/summary">according</a> to the Florida Forestry Service. </p><p>The fire was burning in an unpopulated stretch of the Big Cypress National Preserve.</p>]]></content:encoded></item><item><title><![CDATA[Afecta humo de incendio forestal la visibilidad en carreteras de Broward y Collier]]></title><link>https://www.local10.com/espanol/2026/05/24/afecta-humo-de-incendio-forestal-la-visibilidad-en-carreteras-de-broward-y-collier/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/afecta-humo-de-incendio-forestal-la-visibilidad-en-carreteras-de-broward-y-collier/</guid><dc:creator><![CDATA[Michaila Hightower, Andrea Torres]]></dc:creator><description><![CDATA[El incendio, activo desde la tarde del sábado cerca de la milla 44 de la Interstate 75, ha consumido 400 acres, según el Servicio Forestal de Florida.
]]></description><pubDate>Sun, 24 May 2026 21:00:27 +0000</pubDate><content:encoded><![CDATA[<p>El humo denso de un incendio forestal afectó la visibilidad de los conductores este domingo en los condados Broward y Collier.</p><p>El incendio, activo desde la tarde del sábado cerca de la milla 44 de la Interstate 75, ha consumido 400 acres, según el Servicio Forestal de Florida.</p><p>El fuego se registraba en una zona despoblada de la Reserva Nacional Big Cypress.</p>]]></content:encoded></item><item><title><![CDATA[Coast Guard: Boat sinks with 700 gallons of fuel in Key West]]></title><link>https://www.local10.com/news/local/2026/05/24/coast-guard-boat-sinks-with-700-gallons-of-fuel-in-key-west/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/24/coast-guard-boat-sinks-with-700-gallons-of-fuel-in-key-west/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The U.S. Coast Guard responded to a 48-foot boat that sank on Sunday with 700 gallons of diesel fuel at the Perry Marina in Key West. ]]></description><pubDate>Sun, 24 May 2026 18:59:30 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Coast Guard responded to a 48-foot boat that sank on Sunday with 700 gallons of diesel fuel at the Perry Marina in Key West. </p><p><a href="https://www.local10.com/espanol/2026/05/24/guardia-costera-se-hunde-embarcacion-con-700-galones-de-combustible-en-key-west/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/24/guardia-costera-se-hunde-embarcacion-con-700-galones-de-combustible-en-key-west/">Leer en español</a></p><p>U.S. Coast Guard investigators reported that there was “an active diesel discharge from the vessel’s bow and stern” and used a “containment boom.”</p><p>The Coast Guard announced “the use of federal funds to lift the vessel and remove all remaining fuel and oil” to protect the “sensitive marine environment of the Florida Keys National Marine Sanctuary.”</p><p><i>Local 10 News Assignment Editor Mariana Ortiz contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WTN5HOYGGRDRJKCQQI3PL4YCEI.jpg?auth=ffdf8d3d05896400a1753e0bb426cf44c4b8689926c6471005b9093c42a693e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Coast Guard responded to a 48-foot boat that sank on Sunday with 700 gallons of diesel fuel at the Perry Marina in Key West.]]></media:description></media:content></item><item><title><![CDATA[Guardia Costera: Se hunde embarcación con 700 galones de combustible en Key West]]></title><link>https://www.local10.com/espanol/2026/05/24/guardia-costera-se-hunde-embarcacion-con-700-galones-de-combustible-en-key-west/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/guardia-costera-se-hunde-embarcacion-con-700-galones-de-combustible-en-key-west/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Investigadores de la Guardia Costera informaron que había “un derrame activo de diésel desde la proa y la popa de la embarcación” y utilizaron una “barrera de contención”.]]></description><pubDate>Sun, 24 May 2026 20:55:05 +0000</pubDate><content:encoded><![CDATA[<p>La Guardia Costera de EE. UU. atendió este domingo el hundimiento de una embarcación de 48 pies con 700 galones de combustible diésel en Perry Marina, en Key West.</p><p>Investigadores de la Guardia Costera informaron que había “un derrame activo de diésel desde la proa y la popa de la embarcación” y utilizaron una “barrera de contención”.</p><p>La Guardia Costera anunció “el uso de fondos federales para reflotar la embarcación y retirar todo el combustible y aceite restante” con el fin de proteger el “sensible entorno marino del Santuario Marino Nacional de los Cayos de Florida”.</p><p><i>La editora de asignaciones de Local 10 News, Mariana Ortiz, contribuyó a este informe.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WTN5HOYGGRDRJKCQQI3PL4YCEI.jpg?auth=ffdf8d3d05896400a1753e0bb426cf44c4b8689926c6471005b9093c42a693e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Coast Guard responded to a 48-foot boat that sank on Sunday with 700 gallons of diesel fuel at the Perry Marina in Key West.]]></media:description></media:content></item><item><title><![CDATA[Rip current alert remains in effect for coastal areas in Miami-Dade and Broward ]]></title><link>https://www.local10.com/weather/2026/05/24/rip-current-alert-remains-in-effect-for-coastal-areas-in-miami-dade-and-broward/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/05/24/rip-current-alert-remains-in-effect-for-coastal-areas-in-miami-dade-and-broward/</guid><dc:creator><![CDATA[Michaila Hightower, Liane Morejon, John Gerard, Andrea Torres]]></dc:creator><description><![CDATA[The Local 10 News Weather Authority asked beachgoers this Memorial Day weekend in South Florida to beware of dangerous rip currents that can sweep even the best swimmers away from shore and into deeper water. ]]></description><pubDate>Sun, 24 May 2026 11:49:16 +0000</pubDate><content:encoded><![CDATA[<p>The Local 10 News Weather Authority asked beachgoers this Memorial Day weekend in South Florida to <a href="https://www.local10.com/weather/alerts/" target="_self" rel="" title="https://www.local10.com/weather/alerts/">beware of dangerous rip currents</a> that can sweep even the best swimmers away from shore and into deeper water. </p><p><a href="https://www.local10.com/espanol/2026/05/24/permanece-alerta-por-corrientes-peligrosas-en-zonas-costeras-de-miami-dade-y-broward/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/24/permanece-alerta-por-corrientes-peligrosas-en-zonas-costeras-de-miami-dade-y-broward/">Leer en español</a></p><p>The National Weather Service <a href="https://forecast.weather.gov/showsigwx.php?warnzone=FLZ173&amp;warncounty=FLC086&amp;firewxzone=FLZ173&amp;local_place1=Miami+FL&amp;product1=Rip+Current+Statement" target="_self" rel="" title="https://forecast.weather.gov/showsigwx.php?warnzone=FLZ173&amp;warncounty=FLC086&amp;firewxzone=FLZ173&amp;local_place1=Miami+FL&amp;product1=Rip+Current+Statement">warned</a> of a <a href="https://www.weather.gov/beach/florida" target="_self" rel="" title="https://www.weather.gov/beach/florida">high risk</a> of rip currents from Sunday morning through Tuesday evening along both coastal Broward and Miami-Dade counties.</p><p>With seas running 3 to 5 feet and winds over 20 knots from the east, there was also a small craft caution warning for boaters in the area.</p><p><b>Safety tips for rip current risk</b></p><ul><li>Swim near a lifeguard. </li><li>If caught in a rip current, relax and float. Don`t swim against the current. </li><li>When you are able to swim, move in a direction following the shoreline. </li><li>If unable to escape, face the shore and call or wave for help. </li></ul><p>For the live radar and hourly local forecast,<a href="https://www.local10.com/weather/alerts/" target="_self" rel="" title="https://www.local10.com/weather/alerts/"> visit this page</a>. Download the free Local 10 News Weather Authority app on <a href="https://apps.apple.com/us/app/weather-authority/id706187032" target="_self" rel="" title="https://apps.apple.com/us/app/weather-authority/id706187032">the Apple Store for iPhone</a> or on <a href="https://play.google.com/store/apps/details?id=com.pnsdigital.weather.wplg&amp;hl=en_US" target="_self" rel="" title="https://play.google.com/store/apps/details?id=com.pnsdigital.weather.wplg&amp;hl=en_US">Google Play</a>. </p><p><b>Related report</b></p><p> </p>]]></content:encoded></item><item><title><![CDATA[Permanece alerta por corrientes peligrosas en zonas costeras de Miami-Dade y Broward]]></title><link>https://www.local10.com/espanol/2026/05/24/permanece-alerta-por-corrientes-peligrosas-en-zonas-costeras-de-miami-dade-y-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/permanece-alerta-por-corrientes-peligrosas-en-zonas-costeras-de-miami-dade-y-broward/</guid><dc:creator><![CDATA[Michaila Hightower, Liane Morejon, John Gerard, Andrea Torres]]></dc:creator><description><![CDATA[La Autoridad Meteorológica de Local 10 News exhortó a los visitantes de playas en el sur de Florida a extremar precauciones ante las corrientes de resaca, que pueden arrastrar incluso a nadadores experimentados lejos de la orilla hacia aguas más profundas.]]></description><pubDate>Sun, 24 May 2026 20:48:11 +0000</pubDate><content:encoded><![CDATA[<p>La Autoridad Meteorológica de Local 10 News exhortó a los visitantes de playas en el sur de Florida, durante este fin de semana del Día de los Caídos, a extremar precauciones ante las corrientes de resaca, que pueden arrastrar incluso a nadadores experimentados lejos de la orilla hacia aguas más profundas.</p><p>El Servicio Nacional de Meteorología advirtió sobre un alto riesgo de corrientes de resaca desde la mañana del domingo hasta la noche del martes a lo largo de las costas de los condados Broward y Miami-Dade.</p><p>Con oleaje de 3 a 5 pies y vientos superiores a 20 nudos desde el este, también había una advertencia de precaución para embarcaciones pequeñas en el área.</p><p>Consejos de seguridad ante riesgo de corrientes de resaca:</p><ul><li>Nade cerca de un salvavidas.</li><li>Si queda atrapado en una corriente de resaca, relájese y flote. </li><li>No nade contra la corriente.</li><li>Cuando pueda nadar, muévase en dirección paralela a la orilla.</li><li>Si no puede escapar, mire hacia la orilla y pida ayuda o haga señas.</li></ul><p>Para el radar en vivo y el pronóstico local por hora, <a href="https://www.local10.com/weather/alerts/" target="_self" rel="" title="https://www.local10.com/weather/alerts/">visite esta página</a>. Descargue la <a href="https://apps.apple.com/us/app/weather-authority/id706187032" target="_self" rel="" title="https://apps.apple.com/us/app/weather-authority/id706187032">aplicación gratuita Local 10 News Weather Authority en Apple Store para iPhone</a> o en <a href="https://play.google.com/store/apps/details?id=com.pnsdigital.weather.wplg&amp;hl=en_US" target="_self" rel="" title="https://play.google.com/store/apps/details?id=com.pnsdigital.weather.wplg&amp;hl=en_US">Google Play.</a></p>]]></content:encoded></item><item><title><![CDATA[Bystander in serious condition after fatal shooting near White House checkpoint]]></title><link>https://www.local10.com/news/national/2026/05/24/bystander-in-serious-condition-after-fatal-shooting-near-white-house-checkpoint/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/24/bystander-in-serious-condition-after-fatal-shooting-near-white-house-checkpoint/</guid><dc:creator><![CDATA[By SARAH RAZA, Associated Press]]></dc:creator><description><![CDATA[A bystander who was struck by gunfire after a man fired on a checkpoint outside the White House and was fatally shot by U.S. Secret Service officers remained in serious but stable condition Sunday.]]></description><pubDate>Mon, 25 May 2026 00:58:11 +0000</pubDate><content:encoded><![CDATA[<p>A bystander who was struck by gunfire after a man fired on a checkpoint outside the White House and was fatally shot by U.S. Secret Service officers remained in serious but stable condition Sunday.</p><p>The Secret Service said the bystander, who has not been identified, suffered a gunshot wound described as not life-threatening. It was not clear how he was shot.</p><p>Authorities have released few additional details about the early Saturday evening shooting. The District of Columbia Metropolitan Police Department said the suspect, identified as 21-year-old Nasire Best, started shooting toward a White House security checkpoint when Secret Service officers returned fire. Best, of Dundalk, Maryland, was later pronounced dead at a hospital.</p><p>No officers were injured, Secret Service Director Sean Curran said in a statement posted on social media. “Our thoughts are also with the innocent bystander who was wounded during this incident,” Curran said. “The Secret Service is hopeful he will make a full recovery.”</p><p>President Donald Trump was in the White House at the time of the shooting.</p><p>It was the third shooting near the president in the past month, after a man stormed the White House Correspondents’ Association Dinner in April armed with guns and knives, and Secret Service officers shot and wounded a man who fired at them earlier this month near the Washington Monument.</p><p>In a Truth Social post, Trump said the suspect in Saturday’s shooting had a “possible obsession with our Country’s most cherished structure.” He also used the shooting to promote the ballroom he is seeking to build on the site of the White House’s former East Wing, saying the shooting “goes to show how important it is, for all future Presidents, to get, what will be, the most safe and secure space of its kind ever built in Washington, D.C.” Trump is asking Congress for $1 billion for security additions for the White House campus, including the ballroom.</p><p>Best had a previous run-in with law enforcement near the White House, according to District of Columbia court records. He was arrested last July for attempting to enter White House grounds near a different checkpoint. He failed to heed officers’ commands to stop, claimed to be Jesus Christ and said he wanted to be arrested.</p><p>Best was a track and field athlete at Dundalk High School, from which he graduated in 2023.</p><p>A woman who identified herself as Best’s mother told The Washington Post that she learned about the shooting on social media and was in disbelief. She said her son “was never violent, regardless of what people are posting.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S776HZX3BUBUFFCC2TTZTMM7RA.jpg?auth=65e7f44ab5449e8b3309cf912e528422ff832257f29e60c5fe59e5a57fbe4573&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Secret Service Police officers place crime scene tape after a copper jacket of a bullet was found near the scene of a shooting close to the White House, Sunday, May 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XZK4C2XZJDCHOUOLVFBYK274YU.jpg?auth=0ce6f6ece18e93d3f6c2f30e96b26ffd7cbc061bd9c210e27b0fab57d740213a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A copper jacket of a bullet is found near the scene of a shooting close to the White House, Sunday, May 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PBJFGOIVR2MNV3KJY4QVPW3TQA.jpg?auth=43afffe94aca7eb29daa8c9cd109fdf44ee3bb251ee06b5b1b3786e91ace4887&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Blue tape is pictured around a possible bullet strike near the shooting scene near the scene of a shooting close to the White House, Sunday, May 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OEYPRVSSP3N4G6UBBDC4LGNPQA.jpg?auth=d52facbd847ac3480042233fc6b4463eb4293b801ffbf467aaa85227506fa1f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People watch as U.S. Secret Service Police place crime scene tape after a copper jacket of a bullet was found near the scene of a shooting close to the White House, Sunday, May 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3MJZVPQHN3PFV5DW2Y7QZUEX3A.jpg?auth=a02ba7404e121ba35a4365cb685df44747a5ba9cdc98c6c4ae8b283f1f36d332&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past a hole in the wall of a building near the scene of a shooting close to the White House, Sunday, May 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Miami-Dade duo faces drug charges in Florida Keys ]]></title><link>https://www.local10.com/news/local/2026/05/24/miami-dade-duo-faces-drug-charges-in-florida-keys/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/24/miami-dade-duo-faces-drug-charges-in-florida-keys/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description></description><pubDate>Sun, 24 May 2026 16:59:23 +0000</pubDate><content:encoded><![CDATA[<p>A 25-year-old man and a 29-year-old woman from Miami-Dade County faced drug charges on Sunday after a recent traffic stop in the Florida Keys. </p><p><a href="https://www.local10.com/espanol/2026/05/24/enfrenta-duo-de-miami-dade-cargos-por-drogas-en-los-cayos-de-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/24/enfrenta-duo-de-miami-dade-cargos-por-drogas-en-los-cayos-de-florida/">Leer en español</a></p><p>Nicholas Pichardo, a landscaper, and Claudia Yero, a behavioral therapist, were traveling with fentanyl, cocaine, and ecstasy, according to Monroe County Sheriff’s Office deputies.</p><p>Pichardo was driving a Ram pickup truck — while under the influence and with an expired Florida driver’s license — when deputies stopped him shortly after 9 p.m. on May 22, on U.S. 1, in Key Largo, according to deputies. </p><p>Later in jail, Pichardo attempted to smuggle Oxycodone pills into the facility, according to the MCSO. </p><p>Pichardo faced nine charges: Four counts of drug possession, two counts of driving under the influence with an unlawful blood alcohol level, marijuana possession, cocaine possession, and smuggling contraband. </p><p>Yero faced three charges: Two counts of drug possession and cocaine possession. </p><p><i>Local 10 News Assignment Editor Mariana Ortiz contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LTF6ZKS53ZHPRMLNJ5BVNSPYJI.jpg?auth=26bc40ff12c6113a6f5031ca427642ca9b633417a226721a254ccf86a3367fe1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Nicholas Pichardo, a landscaper, and Claudia Yero, a behavioral therapist, on May 22, in Monroe County, records showed.]]></media:description></media:content></item><item><title><![CDATA[Enfrenta dúo de Miami-Dade cargos por drogas en los Cayos de Florida]]></title><link>https://www.local10.com/espanol/2026/05/24/enfrenta-duo-de-miami-dade-cargos-por-drogas-en-los-cayos-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/enfrenta-duo-de-miami-dade-cargos-por-drogas-en-los-cayos-de-florida/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Nicholas Pichardo, paisajista, y Claudia Yero, terapeuta conductual, viajaban con fentanilo, cocaína y éxtasis, según agentes de la Oficina del Sheriff del condado Monroe.]]></description><pubDate>Sun, 24 May 2026 20:38:26 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 25 años y una mujer de 29 años, ambos del condado Miami-Dade, enfrentaron cargos por drogas el domingo tras una reciente parada de tráfico en los Cayos de Florida.</p><p>Nicholas Pichardo, paisajista, y Claudia Yero, terapeuta conductual, viajaban con fentanilo, cocaína y éxtasis, según agentes de la Oficina del Sheriff del condado Monroe.</p><p>Pichardo conducía una camioneta Ram — bajo los efectos y con una licencia de conducir de Florida vencida — cuando agentes lo detuvieron poco después de las 9 p.m. del 22 de mayo en la U.S. 1, en Key Largo, según los agentes.</p><p>Posteriormente, en la cárcel, Pichardo intentó introducir pastillas de oxicodona de contrabando en la instalación, según la MCSO.</p><p>Pichardo enfrenta nueve cargos: cuatro por posesión de drogas, dos por conducir bajo los efectos con un nivel ilegal de alcohol en sangre, posesión de marihuana, posesión de cocaína e introducción de contrabando.</p><p>Yero enfrenta tres cargos: dos por posesión de drogas y posesión de cocaína.</p><p><i>La editora de asignaciones de Local 10 News, Mariana Ortiz, contribuyó a este informe.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LTF6ZKS53ZHPRMLNJ5BVNSPYJI.jpg?auth=26bc40ff12c6113a6f5031ca427642ca9b633417a226721a254ccf86a3367fe1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Nicholas Pichardo, a landscaper, and Claudia Yero, a behavioral therapist, on May 22, in Monroe County, records showed.]]></media:description></media:content></item><item><title><![CDATA[Man dies after hit-and-run crash in Miami-Dade, detective reports]]></title><link>https://www.local10.com/news/local/2026/05/24/man-dies-after-hit-and-run-crash-in-miami-dade-detective/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/24/man-dies-after-hit-and-run-crash-in-miami-dade-detective/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A man died after a driver struck him and fled on Sunday in northwestern Miami-Dade County, according to the Miami-Dade Sheriff’s Office.]]></description><pubDate>Sun, 24 May 2026 18:46:22 +0000</pubDate><content:encoded><![CDATA[<p>A man died after a driver struck him and fled on Sunday in northwestern Miami-Dade County, according to the Miami-Dade Sheriff’s Office.</p><p><a href="https://www.local10.com/espanol/2026/05/24/reportan-autoridades-muerte-de-hombre-tras-atropello-y-fuga-en-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/24/reportan-autoridades-muerte-de-hombre-tras-atropello-y-fuga-en-miami-dade/">Leer en español</a></p><p>Deputies responded shortly after 4:10 a.m. after a witness called 911 to report the man was face down on the ground, according to Detective Joseph Peguero. </p><p>Deputies found the man in the area of Northwest 31 Avenue and River Drive, and fire rescue personnel pronounced him dead, according to Peguero. </p><p>Traffic homicide detectives also responded and took over the investigation, according to Peguero, a spokesman for M-DSO. </p><p>Detectives asked anyone with information about this or other cases to call Miami-Dade County Crime Stoppers at 305-471-8477 to remain anonymous.</p><p><i>Local 10 News Assignment Editor Mariana Ortiz contributed to this report. </i></p><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d28737.37071828961!2d-80.26141550592911!3d25.797920850637563!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b7305803c12f%3A0xaa518832a61b5ab3!2sNW%2031st%20Ave%20%26%20NW%20N%20River%20Dr%2C%20Florida%2033142!5e0!3m2!1sen!2sus!4v1779648419503!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MEEH7TTRMTQAXPLCMDK63DMLLA.jpg?auth=89b8e64d53b4f1d3109f771b4e85fb91582f2ce887d6e7c5603b76f0d2ae3b8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police are investigating a shooting in Northwest Miami Dade]]></media:description></media:content></item><item><title><![CDATA[Reportan autoridades muerte de hombre tras atropello y fuga en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/05/24/reportan-autoridades-muerte-de-hombre-tras-atropello-y-fuga-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/reportan-autoridades-muerte-de-hombre-tras-atropello-y-fuga-en-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Agentes encontraron al hombre en el área de la Northwest 31 Avenue y River Drive.]]></description><pubDate>Sun, 24 May 2026 20:31:47 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre murió luego de que un conductor lo atropellara y huyera el domingo en el noroeste del condado Miami-Dade, según la Oficina del Sheriff de Miami-Dade.</p><p>Agentes acudieron poco después de las 4:10 a.m., luego de que un testigo llamara al 911 para reportar que el hombre estaba boca abajo en el suelo, según el detective Joseph Peguero.</p><p>Los agentes encontraron al hombre en el área de la Northwest 31 Avenue y River Drive, y personal de rescate lo declaró muerto, según Peguero.</p><p>Detectives de homicidios de tránsito asumieron la investigación, según Peguero, portavoz del M-DSO.</p><p>Los detectives pidieron a cualquier persona con información sobre este u otros casos llamar a Miami-Dade County Crime Stoppers al 305-471-8477 para permanecer en el anonimato.</p><p><i>La editora de asignaciones de Local 10 News, Mariana Ortiz, contribuyó a este informe.</i></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3592.171338290261!2d-80.2460547!3d25.797920899999998!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b7305803c12f%3A0xaa518832a61b5ab3!2sNW%2031st%20Ave%20%26%20NW%20N%20River%20Dr%2C%20Florida%2033142!5e0!3m2!1sen!2sus!4v1779654673421!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MEEH7TTRMTQAXPLCMDK63DMLLA.jpg?auth=89b8e64d53b4f1d3109f771b4e85fb91582f2ce887d6e7c5603b76f0d2ae3b8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police are investigating a shooting in Northwest Miami Dade]]></media:description></media:content></item><item><title><![CDATA[Policía: Muere conductor tras choque en La Pequeña Habana de Miami]]></title><link>https://www.local10.com/espanol/2026/05/24/policia-muere-conductor-tras-choque-en-la-pequena-habana-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/policia-muere-conductor-tras-choque-en-la-pequena-habana-de-miami/</guid><dc:creator><![CDATA[Hannah Yechivi, Andrea Torres]]></dc:creator><description><![CDATA[Equipos de rescate y agentes acudieron al lugar donde tres vehículos quedaron completamente destrozados en la intersección de la Southwest 10th Avenue y Third Street.]]></description><pubDate>Sun, 24 May 2026 20:24:26 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor murió la mañana del domingo tras un choque en La Pequeña Habana de Miami, informó la Policía.</p><p>Equipos de rescate y agentes acudieron al lugar donde tres vehículos quedaron completamente destrozados en la intersección de la Southwest 10th Avenue y Third Street, en el área de Riverside.</p><p>Las autoridades cerraron el acceso a la zona, mientras que dos unidades del Departamento del Médico Forense del condado Miami-Dade también acudieron al lugar.</p><p><i>La editora de asignaciones de Local 10 News, Mariana Ortiz, contribuyó a este informe.</i></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3593.000125632487!2d-80.2111403!3d25.7705594!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b6ed5d73566f%3A0x3f900f22472c66f4!2s301%20SW%2010th%20Ave%2C%20Miami%2C%20FL%2033130!5e0!3m2!1sen!2sus!4v1779654147687!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Noboa destaca avances en seguridad y economía en su informe presidencial en Ecuador]]></title><link>https://www.local10.com/espanol/2026/05/24/noboa-destaca-avances-en-seguridad-y-economia-en-su-informe-presidencial-en-ecuador/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/noboa-destaca-avances-en-seguridad-y-economia-en-su-informe-presidencial-en-ecuador/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[QUITO (AP) — El presidente Daniel Noboa destacó el domingo la extradición de destacados jefes del crimen organizado y la mejora de los indicadores económicos de Ecuador, al presentar el informe de su primer año de gestión del nuevo período de cuatro años para el cual fue elegido el año pasado.]]></description><pubDate>Sun, 24 May 2026 18:13:55 +0000</pubDate><content:encoded><![CDATA[<p>El presidente Daniel Noboa destacó el domingo la extradición de destacados jefes del crimen organizado y la mejora de los indicadores económicos de Ecuador, al presentar el informe de su primer año de gestión del nuevo período de cuatro años para el cual fue elegido el año pasado.</p><p>Ante el pleno de la Asamblea Nacional, aseguró que “no hay desarrollo posible si las familias viven con miedo” por acción del crimen organizado, al cual dijo enfrentar con determinación y destacó que, como parte de ello, en el 2025 “los buscamos, los encontramos y los extraditamos”.</p><p>Se refería a una docena de capos del crimen organizado enviados a Estados Unidos y 296 toneladas de droga incautadas, de acuerdo con registros oficiales.</p><p>Ecuador atraviesa una ola de criminalidad y violencia sin precedentes desde 2021, atribuida por las autoridades al crimen organizado vinculado a cárteles del narcotráfico de Colombia y México. En 2025 el país registró un récord de muertes violentas al superar las 9.000, una tasa de más de 50 homicidios por cada 100.000 habitantes.</p><p>Con respecto al tema económico, Noboa dijo que halló “un país frenado y endeudado”, pero ahora “recuperamos la confianza del mundo en Ecuador”. Prueba de ello es la reducción, destacó, del riesgo país de 1098 a 400 puntos. Ese indicador mide la confianza de los mercados internacionales en la economía de una nación.</p><p>Resaltó también que el empleo pleno subió desde 33,7% en 2024 a 37,1% el año pasado, mientras que la pobreza bajó de 26% en 2024 a 21,4% en 2025.</p><p>En diálogo con The Associated Press, Esteban Ron, decano de la Facultad de Ciencias Sociales y Jurídicas de la Universidad Internacional SEK, criticó a Noboa, diciendo que el problema en la gestión de gobierno “es la falta de entendimiento de lo público, una ejecución dispersa de la administración pública”, donde ha habido muestras de “respuestas inmediatas, coyunturales, sin planificación”.</p><p>Pese al optimismo del mandatario en el tema de la seguridad, Glaedys González, analista para la región de los Andes del International Crisis Group —un organismo no gubernamental que procura prevenir y resolver conflictos armados—, expresó que “los avances en (el combate a) la violencia están lejos de alcanzarse”, y aseguró que “es evidente que la situación en Ecuador ha llegado a niveles que nunca se han visto” y “sobrepasan los promedios de la región”.</p><p>Sobre lo planteado por el gobierno en el tema económico, Fausto Ortiz, analista y exministro de Finanzas, dijo que “hay más cosas positivas que negativas”, pero advirtió que el gobierno debe procurar controlar un déficit fiscal muy alto, de unos 5.500 millones de dólares este año. ”Se necesitarán demasiados recursos cada año” para gestionar la caja fiscal, lo cual también ejercerá presión sobre el pago a los intereses de la deuda externa.</p><p>El próximo año Ecuador debe pagar 2.000 millones de dólares;en 2028 tiene que hacer un pago por 2.300 millones, y en 2029 le espera otro por 3.100 millones.</p><p>Noboa llegó al poder en noviembre de 2023, cuando ganó las elecciones adelantadas debido a que el entonces presidente Guillermo Lasso disolvió la Asamblea Nacional y acortó su propio mandato. Al concluir el periodo, Noboa se presentó nuevamente a un proceso electoral y volvió a ganar para un periodo de gobierno de cuatro años.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GCGUUTUPYTS3HZMNUCN2SW4CR4.jpg?auth=57138c79f4472b4083cea97e5144caef5f0a5bb154607c168afcce43aab1f2cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente ecuatoriano Daniel Noboa habla con la prensa tras asistir a una reunión de la Organización de los Estados Americanos, el jueves 14 de mayo de 2026, en Washington. (AP Foto/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Estacionamientos se calientan y dificultan escorrentía pluvial. Estos grupos prueban otras opciones]]></title><link>https://www.local10.com/espanol/2026/05/24/estacionamientos-se-calientan-y-dificultan-escorrentia-pluvial-estos-grupos-prueban-otras-opciones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/24/estacionamientos-se-calientan-y-dificultan-escorrentia-pluvial-estos-grupos-prueban-otras-opciones/</guid><dc:creator><![CDATA[Por AYA DIAB y ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[En la sede de la Comisión de Planificación del Distrito de Hampton Roads, Virginia, el personal sabía que su deteriorado estacionamiento de asfalto necesitaba reparaciones urgentes. Pero en lugar de reemplazarlo con más asfalto oscuro, el grupo eligió una alternativa.]]></description><pubDate>Sun, 24 May 2026 19:42:04 +0000</pubDate><content:encoded><![CDATA[<p>En la sede de la Comisión de Planificación del Distrito de Hampton Roads, Virginia, el personal sabía que su deteriorado estacionamiento de asfalto necesitaba reparaciones urgentes. Pero en lugar de reemplazarlo con más asfalto oscuro, el grupo eligió una alternativa.</p><p>El nuevo estacionamiento, terminado el año pasado, incluye paneles de concreto poroso, áreas con plantas nativas y materiales reciclados para mantenerlo más fresco y menos propenso a inundaciones.</p><p>Con los nuevos paneles, “la lluvia se infiltra más rápido de lo que se acumula y se detiene en la superficie”, explicó Jill Sunderland, planificadora sénior de recursos hídricos de la comisión.</p><p>“Y uno lo nota también, que está más fresco”, agregó Sunderland. “Realmente se percibe la diferencia allá afuera ... sin mencionar que es mucho más acogedor”.</p><p>Este proyecto es un ejemplo de cómo decenas de ciudades y otros grupos en Estados Unidos utilizan alternativas a los estacionamientos tradicionales de asfalto para combatir el calor y reducir la escorrentía del agua, especialmente a medida que el cambio climático se agudiza.</p><p>La ciudad de Nueva Orleans le ha exigido a su Departamento de Obras Públicas que utilice pavimentos permeables en estacionamientos y otros espacios donde sea práctico. En Indianápolis, el museo de arte Newfields transformó un estacionamiento para incluir jardines de biorretención de lluvia, y otro con una rejilla permeable en lugar del asfalto tradicional.</p><p>En Denver, la iniciativa “DePaving a Greener Denver” ("Despavimentar un Denver más Verde"), intenta reducir drásticamente la superficie de estacionamientos y otras superficies impermeables de la ciudad.</p><p>Otra forma en que las urbes reducen el pavimento es al eliminar las regulaciones que exigen un número mínimo de plazas de estacionamiento para nuevos edificios residenciales o comerciales. Buffalo, Nueva York; Austin, Texas, y Minneapolis se encuentran entre las ciudades que han modificado esas políticas en los últimos años.</p><p>Mientras tanto, los representantes de la industria del asfalto destacan los avances en ese material, y a la vez advierten que los propietarios de estacionamientos deben sopesar cuidadosamente la durabilidad de cualquier opción que no sea el asfalto.</p><p>A continuación se presentan varias alternativas a los estacionamientos tradicionales.</p><p>Tecnologías de refrigeración y sombreado</p><p>En algunos centros urbanos, el estacionamiento ocupa una cuarta parte o más del terreno, y estudios demuestran que más de un tercio de las plazas de estacionamiento pueden permanecer vacías en un momento dado, según Adam Millard-Ball, profesor de planificación urbana en la Universidad de California en Los Ángeles (UCLA, por sus siglas en inglés). Muchos estacionamientos se utilizan con poca frecuencia en estadios deportivos, centros comerciales u oficinas. Por ello, algunas entidades ofrecen subvenciones a ciudades y empresas para reemplazar o transformar estas áreas de estacionamiento, que tradicionalmente se han llevado a cabo con asfalto.</p><p>Los revestimientos o tratamientos reflectantes de superficie, como los utilizados en el vecindario de Pacoima, en Los Ángeles, funcionan como pintura que evita que el suelo absorba demasiado calor.</p><p>Incorporar vegetación también ayuda a regular la temperatura al absorber energía y liberar humedad.</p><p>La ciudad de Sacramento, California, exige a los constructores de estacionamientos que planten suficientes árboles para que le den sombra a la mitad del lote en un plazo de 15 años desde su construcción. Washington D.C. y Seattle tienen requisitos de áreas verdes para el diseño de jardines, especialmente en los nuevos desarrollos urbanos. Algunas ciudades utilizan instalaciones de paneles solares como estructuras de sombra.</p><p>Sin estas soluciones, las superficies pavimentadas oscuras pueden atrapar el calor y elevar la temperatura hasta 11 grados Celsius (20 grados Farenheit). Ese calor suele acumularse durante el día.</p><p>El calor se propaga, lo que contribuye a lo que se conoce como el efecto isla de calor urbano, explicó Vincent Cotrone, educador de extensión en silvicultura urbana de la Universidad Estatal de Pensilvania. Con frecuencia, los barrios más cálidos conllevan un mayor consumo de energía, ya que la gente depende más de aparatos de aire acondicionado para mantenerse fresca. Dichos aparatos expulsan el aire caliente nuevamente al exterior.</p><p>Soluciones para la escorrentía pluvial</p><p>Otras alternativas intentan resolver los problemas que surgen cuando el pavimento impermeable impide que el agua de lluvia se filtre en el suelo. Cuando el agua escurre en las superficies pavimentadas, puede arrastrar contaminantes como petróleo y metales pesados a los cursos de agua cercanos, apuntó Cotrone.</p><p>Más avanzados que la grava, los adoquines de celosía permiten el crecimiento de césped. Estos, así como los adoquines reticulares que crean espacios entre las unidades individuales, posibilitan que el agua de lluvia se filtre. Otros componentes permeables utilizados para el control de la escorrentía incluyen lechos de piedra, adoquines de ladrillo o estructuras tipo panal.</p><p>La Comisión de Planificación del Distrito de Hampton Roads utiliza un borde de hormigón estampado y ranurado, de modo que, cuando el agua de lluvia fluye del hormigón tradicional al hormigón poroso, los sedimentos quedan atrapados en lugar de obstruirse y requerir mantenimiento.</p><p>Los canales alargados de vegetación —llamados biocunetas o zanjas de filtración— y las secciones hundidas —conocidas como jardines de lluvia— utilizan arena, tierra y plantas para filtrar los contaminantes antes de que el agua pluvial llegue a los arroyos o a las alcantarillas.</p><p>En el Museo Newfields de Indianápolis, uno de los estacionamientos cuenta con jardines de lluvia, mientras que el estacionamiento adicional está hecho de adoquines de rejilla de plástico reciclado.</p><p>“Nos ha funcionado muy bien, ya que no aparcamos en ese estacionamiento todos los días”, narró Jonathan Wright, director del jardín. “¿Por qué debería ser de asfalto, que no permite la transpiración ni la permeabilidad, si sólo necesitamos utilizarlo el 10% del tiempo?”</p><p>El costo de los materiales alternativos</p><p>Los materiales alternativos pueden tener un costo inicial mayor, por lo que los expertos señalan que es importante que los propietarios realicen un análisis de costos que tome en cuenta otros beneficios a lo largo de la vida útil del estacionamiento.</p><p>“Si hubiéramos optado por simplemente repavimentarlo con asfalto, nos habría salido significativamente más barato”, refirió Sunderland, del proyecto de Virginia. “Es más costoso inicialmente, pero su vida útil es mucho más larga”.</p><p>Buzz Powell, director técnico de la Asphalt Pavement Alliance —una coalición de grupos de la industria del asfalto—, dijo que el asfalto es más versátil y está diseñado para soportar mejor el tráfico pesado que algunas de las alternativas más recientes, y que cualquier pavimento nuevo podría necesitar reparaciones con el tiempo.</p><p>“Simplemente creo que debemos ser muy, muy cuidadosos al instalar sistemas alternativos para asegurarnos de tener una comprensión clara de cuál va a ser el impacto a lo largo de su ciclo de vida”, manifestó Powell. “Algunas cosas pueden parecer muy atractivas al principio y lucir bien en el papel, pero luego, cuando pasa un camión de basura por encima, no soportan las tensiones y las deformaciones”.</p><p>El asfalto se puede instalar con diferentes espesores para distintas necesidades, y el asfalto poroso está ganando popularidad. Dijo que podría repararse con mayor facilidad, y que todas las opciones van a tener ventajas y desventajas en cuanto al impacto ambiental, la durabilidad y el mantenimiento, según su uso.</p><p>“Mi objetivo está 100% en mejorar el asfalto”, añadió. “Si hacemos un mejor asfalto, eso significa mejores materiales de mezcla, un mejor diseño estructural del pavimento y una mejor conservación del pavimento”.</p><p>Algunos expertos que defienden las alternativas también temen que las ciudades con presupuestos limitados interesadas en renovar sus estacionamientos no encuentren la financiación necesaria.</p><p>“Vamos por buen camino, pero al mismo tiempo, tenemos acres y acres de simples estacionamientos asfaltados que permanecen allí, envejecen y, de nuevo, se calientan”, observó Cotrone. “Y simplemente no tenemos el dinero para rehabilitarlos”.</p><p>A la larga, mejorar la forma en que se construyen los estacionamientos, o reducir el espacio que ocupan, puede ayudar a abordar múltiples problemas a la vez, desde el calor y la calidad del agua hasta problemas de desigualdad relacionados.</p><p>“La realidad es que el cambio de superficies en una ciudad simplemente no tendrá, por sí solo, un gran impacto”, expresó Greg Kats, fundador de la Smart Surfaces Coalition (Coalición de Superficies Inteligentes), una organización sin fines de lucro enfocada en ayudar a las ciudades a combatir el calor extremo y las inundaciones. “Pero una vez que las ciudades logran comprender de forma rigurosa la magnitud de los beneficios… resulta bastante intuitivo”.</p><p>———</p><p>La cobertura climática y ambiental de The Associated Press recibe el apoyo económico de varias fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentre los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7DPJPO6JUPBUKOIHMWCLE7KRMA.jpg?auth=06df5a8ad53d7f6372122cc3d16f400bcb0f27d7475ab3f7e9efae9c93753758&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Ronnie Jefferies pinta el estacionamiento de la Escuela de Ciencia, Arte y Emprendimiento para ayudar a refrescarlo haciéndolo más reflectante, el 4 de septiembre de 2024, en Mableton, Georgia. (AP Foto/Mike Stewart, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UWPDF5NYOAP6RAMDUG73OMTLPM.jpg?auth=7adfa209187bced2f21a763fa26c9e3cc4c88ec523c7d6b830f97b2a666f20b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Dos personas caminan por un estacionamiento con paneles solares cerca del Lincoln Financial Field, el 8 de septiembre de 2025, en Filadelfia. (AP Foto/Matt Slocum, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BCTTPDCOPDCUBM7TGE2AF3XSPQ.jpg?auth=3c5909bb2107f823e473127e6116015273f9ed93e1e2e3c06bd8d1f1ec546cd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Ronnie Jefferies pinta el estacionamiento de la Escuela de Ciencia, Arte y Emprendimiento para ayudar a refrescarlo haciéndolo más reflectante, el 4 de septiembre de 2024, en Mableton, Georgia. (AP Foto/Mike Stewart, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Pep Guardiola fights back tears and says goodbye as Man City fans implore him to stay 10 more years]]></title><link>https://www.local10.com/sports/2026/05/24/pep-guardiola-fights-back-tears-and-says-goodbye-as-man-city-fans-implore-him-to-stay-10-more-years/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/24/pep-guardiola-fights-back-tears-and-says-goodbye-as-man-city-fans-implore-him-to-stay-10-more-years/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[MANCHESTER, England (AP) — Pep Guardiola fought back tears on the sideline as he brought 10 years at Manchester City to an end on Sunday.]]></description><pubDate>Sun, 24 May 2026 21:12:25 +0000</pubDate><content:encoded><![CDATA[<p>MANCHESTER, England (AP) — Pep Guardiola fought back tears on the sideline as he brought 10 years at Manchester City to an end on Sunday.</p><p>His final game ended in a 2-1 loss to Aston Villa on a day charged with emotion as he said goodbye to the fans he gave so much joy during a decade of dominance in English soccer.</p><p>“I never could have imagined the amount of love I've found,” said Guardiola, standing in the center of the field at the Etihad Stadium and addressing the crowd. “It is an incredible, tremendous honor to be your manager, to be here 10 years.”</p><p>The tears started long before the final whistle, with Guardiola welling up and rubbing his eyes as two of his most loyal servants, Bernardo Silva and John Stones, also said farewell and were given guards of honor when substituted in the second half.</p><p>Then it was his turn to receive a guard of honor of his own.</p><p>“This is the man who changed everything,” the stadium announcer said as Guardiola ran onto the field wearing khakis and a cream T-shirt, with fans cheering wildly.</p><p>“10 more years," they chanted, prompting Guardiola to shake his head in defiance.</p><p>After 17 major trophies and records galore, on Friday he confirmed he could do no more. After turning City into the most dominant Premier League team of its generation and a champion of Europe for the first time, he said the time was right to hand over the reins.</p><p>“I will not miss it for a while,” he said Sunday. “I feel deeply... it is the right decision.”</p><p>Guardiola's day</p><p>Former Chelsea coach Enzo Maresca, who won the Club World Cup last year, is favorite to take over with an announcement possibly in the coming week.</p><p>Guardiola did not confirm his replacement, but said he would call his successor to offer advice.</p><p>“Be yourself... be free with your ideas and work a lot. Everything will be fine,” he said.</p><p>That is for another day. This day was about Guardiola and the chance for supporters to show their appreciation.</p><p>“He means everything to me and this club. It’s absolutely brilliant what he’s done for it,” City fan Fred Taylor, 82, told The Associated Press. “I can’t think of another manager that’s done what he’s done in the 10-year period he’s been here.”</p><p>Guardiola joined City in the summer of 2016 and has led the Abu Dhabi-owned team to six Premier League titles and a first Champions League crown in 2023.</p><p>“That's what we always wanted ... we’d never done it,” said Taylor. “That was probably the highlight of his tenure.”</p><p>Guardiola's trophy haul included a domestic double this season of the English League Cup and the FA Cup. He led City to the treble in 2023, winning the Premier League, Champions League and FA Cup — matching Manchester United’s feat from more than 20 years earlier in 1999.</p><p>First to 100 points</p><p>There were other benchmarks. City became the first team to win four straight English leagues and the first to amass 100 points in a single season in 2018. The following year City was the first team to win the domestic treble of the league, FA Cup and League Cup in the same season.</p><p>Those are big shoes to fill, but Guardiola said expectations of his successor should be realistic.</p><p>“Fans don’t forget that winning the treble, doubles is exceptional,” he said. “It is so difficult, this business is so complicated. That’s why when you come here, you win one game, here in the Etihad - enjoy it. Celebrate it.”</p><p>More than just trophies, Guardiola has connected with City fans, telling them Sunday to hug him if they ever see him in the future, saying “I will need it.”</p><p>“It’s hard to describe, it’s someone you don’t actually know, but you feel like you do know,” City fan Richard Wilbourn said. "When I heard the news (he was leaving) I got a bit emotional. What he’s done for the club has been absolutely unreal, and it’s something that we’ve never seen in our lifetime.</p><p>“Growing up through my mid-20s to mid-30s (he's been) a massive part of my life.”</p><p>City has honored Guardiola by naming its newly developed north stand after him. He will also take up a role as global ambassador.</p><p>“I’m sad he’s leaving, but I think he’s leaving at the right time,” said Taylor. “He’s done everything and he can’t go any further in this club, but I think he’s done brilliant and I wish him all the best.”</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TRAYPKBYNLYC7F2XVFGUQPQSH4.jpg?auth=45446cfbb9724ecebf18248f57857eb570605bc352c36a6e061aba3ecc2b0da1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manchester City's head coach Pep Guardiola hugs Manchester City's Bernardo Silva as he played last match for the team during a Premier League soccer match between Manchester City and Aston Villa in Manchester, England, Sunday, May 24, 2026. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MBAV3F7JYNVBIS47UQYJGSSTRU.jpg?auth=2087c5ef0929150cf9326b00fe00fbf2bc74177ad23d45c925cb733fcff9ec77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manchester City's head coach Pep Guardiola applauds the fans after the last fgame with the club after a Premier League soccer match between Manchester City and Aston Villa in Manchester, England, Sunday, May 24, 2026. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4GEMHX7I7X3GV3FU2MLMP7K4SQ.jpg?auth=02165576741e32021dde7e415465f174a14bb4ccc4fefba811568671b037ffa1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manchester City fans holds a sign thanking the coach Pep Guardiola during his last macth as a manager during a Premier League soccer match between Manchester City and Aston Villa in Manchester, England, Sunday, May 24, 2026. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AQGCJ6ELQKPGMJW3N3FYC522SI.jpg?auth=c154a8afd66c53a8748e5bda799b5579c416b63360db07c088d46550b45a9d71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manchester City's head coach Pep Guardiola waves ahead of his last match as a manager before a Premier League soccer match between Manchester City and Aston Villa in Manchester, England, Sunday, May 24, 2026. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BMT4S34HYLMY2ZIAXAQPBRQOWQ.jpg?auth=be71109935315d6eb7cc5a92d7590b174938e8090973c8cb42a9a2cfd9164f42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manchester City fans holds a sign thanking the coach Pep Guardiola during his last macth as a manager during a Premier League soccer match between Manchester City and Aston Villa in Manchester, England, Sunday, May 24, 2026. (AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content></item><item><title><![CDATA[Cuban president promises Chinese rice for ‘millions of consumers;’ Rubio doubts aid makes it to Cubans]]></title><link>https://www.local10.com/news/world/2026/05/24/cuban-president-promises-chinese-rice-for-millions-of-consumers-rubio-doubts-aid-makes-it-to-cubans/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/24/cuban-president-promises-chinese-rice-for-millions-of-consumers-rubio-doubts-aid-makes-it-to-cubans/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Cuban President Miguel Diaz-Canel released a statement on Sunday thanking the Chinese government for 15,000 tons of rice in aid.]]></description><pubDate>Sun, 24 May 2026 18:18:42 +0000</pubDate><content:encoded><![CDATA[<p>Cuban President Miguel Diaz-Canel released a statement <a href="https://x.com/DiazCanelB/status/2058553141889536198" target="_self" rel="" title="https://x.com/DiazCanelB/status/2058553141889536198">on Sunday</a> thanking the Chinese government for 15,000 tons of rice in aid.</p><p>Hua Xin, the Chinese ambassador to Cuba, released <a href="https://x.com/EmbHuaXin/status/2058269718151147972" target="_self" rel="" title="https://x.com/EmbHuaXin/status/2058269718151147972">a statement</a> describing the delivery as “the first batch of the 60,000-ton emergency aid donation.”</p><p>“That noble gesture of solidarity will reach millions of consumers,” Diaz-Canel wrote on X.</p><p>President Donald Trump’s administration has long considered the Chinese and Russian presence in Cuba as a national security threat. </p><p>Beijing’s crucial lifeline for Havana also includes strategic debt restructuring, credit lines, and investments in solar energy infrastructure. </p><p>Earlier this month, U.S. Secretary of State Marco Rubio <a href="https://www.local10.com/news/local/2026/05/20/rubio-releases-message-to-cubans-suffering-on-island/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/20/rubio-releases-message-to-cubans-suffering-on-island/">announced</a> that Cuba accepted $100 million in U.S. aid to be sent and distributed by church charities. </p><p>“It must be directly with you, the Cuban people, not with GAESA,” <a href="https://www.local10.com/news/local/2026/05/20/rubio-releases-message-to-cubans-suffering-on-island/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/20/rubio-releases-message-to-cubans-suffering-on-island/">Rubio said</a> about the Grupo de Administración Empresarial S.A., a Cuban military conglomerate that the Trump administration <a href="https://www.state.gov/releases/office-of-the-spokesperson/2026/05/u-s-sanctions-target-cubas-military-regime-elites" target="_self" rel="" title="https://www.state.gov/releases/office-of-the-spokesperson/2026/05/u-s-sanctions-target-cubas-military-regime-elites">recently sanctioned</a>. </p><p>Rubio said there is plenty of evidence of corruption and cited GAESA leaders “send their relatives to live in luxury in Madrid and even here in the United States.”</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[Republicans who have drawn a hard line on Iran pan Trump's emerging proposal to end the war]]></title><link>https://www.local10.com/news/politics/2026/05/24/republicans-who-have-drawn-a-hard-line-on-iran-pan-trumps-emerging-proposal-to-end-the-war/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/24/republicans-who-have-drawn-a-hard-line-on-iran-pan-trumps-emerging-proposal-to-end-the-war/</guid><dc:creator><![CDATA[By DARLENE SUPERVILLE and MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump’s emerging deal to end the Iran war is drawing heavy criticism from some fellow Republicans who favor a harder line against the government in Tehran and fear a lost opportunity to finally rein in a longtime Mideast nemesis.]]></description><pubDate>Sun, 24 May 2026 18:56:06 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump’s emerging deal to end the Iran war is drawing heavy criticism from some fellow Republicans who favor a harder line against the government in Tehran and fear a lost opportunity to finally rein in a longtime Mideast nemesis.</p><p>The deal the Republican president had said was “largely negotiated” has left a range of lawmakers, former Cabinet members and conservative analysts wondering aloud whether the terms as currently known will render the conflict all “for naught.”</p><p>Sen. Ted Cruz, R-Texas, said the president's decision to strike Iran was the “most consequential” of his second term and that he should not let up now.</p><p>“If the result of all that is to be an Iranian regime — still run by Islamists who chant ‘death to America’ — now receiving billions of dollars, being able to enrich uranium & develop nuclear weapons, and having effective control over the Strait of Hormuz, then that outcome would be a disastrous mistake,” Cruz wrote Saturday on the social media platform X. It was in reaction to Trump's update after he had spoken with the leaders of Israel and other U.S. allies in the region.</p><p>Sen. Lindsey Graham, R-S.C., who also is close to Trump, panned any deal that would leave Iran perceived as being a dominant force in the region and in which it would retain its ability to destroy oil infrastructure throughout the Gulf.</p><p>Sen. Roger Wicker, chairman of the Senate Armed Services Committee, questioned the merit of a proposed 60-day ceasefire, saying it would be a “disaster.”</p><p>“Everything accomplished by Operation Epic Fury would be for naught!” said Wicker, R-Miss.</p><p>Trump says it will take time to ‘get it right’</p><p>Trump, who has said he only makes good deals and detests being seen as not having the upper hand in any negotiation, dismissed objections to a deal that he said was not “even fully negotiated yet.”</p><p>“So don’t listen to the losers, who are critical about something they know nothing about,” he said on his social media platform.</p><p>Trump said the deal he and his representatives are working out is “THE EXACT OPPOSITE” of a nuclear pact that Iran agreed to under the Democratic Obama administration. Trump pulled out of that agreement and has been trying to iron out a new one.</p><p>“Both sides must take their time and get it right. There can be no mistakes!” Trump said.</p><p>He added that a U.S. military blockade of Iranian ports would remain “in full force and effect until an agreement is reached, certified, and signed.”</p><p>Some support for Trump came from Capitol Hill, too.</p><p>GOP Sen. Rand Paul of Kentucky, often a thorn in the president’s side, defended the White House's approach.</p><p>“War virtually always ends with negotiations,” Paul wrote on X. “Critics of President Trump’s peace negotiations should give President Trump the space to find an American First solution.”</p><p>Under the proposal, the war would come to an end and Iran would reopen the strait and give up its stockpile of highly enriched uranium, with the details and timelines to be worked out during a later 60-day window, regional officials told The Associated Press on Sunday.</p><p>Critics air objections as details trickle out</p><p>Polls show the war, which began when the United States and Israel attacked Iran on Feb. 28, is unpopular with the American public and has cost U.S. taxpayers at least $29 billion, as of this month. Thirteen service members have been killed during the operation.</p><p>Trump initially said the war would be over in four weeks to six weeks, but the standoff continues. Iran's closure of the strait, through which about 20% of global energy supplies transit, has jolted the world economy and sent prices for gasoline and other goods climbing.</p><p>Mike Pompeo, one of Trump's first-term secretaries of state, asserted on Saturday that the emerging deal seemed to him to be the same as the Obama-era one from which Trump withdrew.</p><p>“Not remotely America First,” Pompeo said on X, prompting a profanity-laced rejoinder from Steven Cheung, the White House director of communications.</p><p>John Bolton, a national security adviser in the first term who has become a critic of the president, said the emerging plan details seemed to favor the Iranian government.</p><p>“If news reports about the impending Iran deal are correct, the ayatollahs will have won a significant victory,” Bolton wrote Sunday on X. “They will be back on the road to nuclear weapons, supporting global terrorism and repressing their own people.”</p><p>Rubio says a nuclear Iran is ‘not going to happen’</p><p>Secretary of State Marco Rubio pushed back on Sunday during a diplomatic mission in India, telling reporters at a news conference that no president has been stronger against Iran than Trump.</p><p>“His commitment to that principle that they’ll never have a nuclear weapon shouldn’t be questioned by anybody,” Rubio said. “And the idea that somehow this president, given everything he’s already proven he’s willing to do, is going to somehow agree to a deal that ultimately winds up putting Iran in a stronger position when it comes to nuclear ambitions is absurd. That’s just not going to happen.”</p><p>Republican Rep. Thomas Massie of Kentucky, a Trump antagonist who had pushed legislation to restrain the president’s ability to wage war against Iran, told NBC’s “Meet the Press” on Sunday that while the terms are not yet fully known, “if Lindsey Graham and Ted Cuz are crashing out last night, I’d say it’s probably a pretty good deal.”</p><p>Massie will leave Congress in January after incurring Trump's wrath and losing his GOP primary last week to a Trump-backed challenger.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7MMB5VKUTKG6GERSVZL37UXNGE.jpg?auth=dd7f5a3c848eb057212876c90032ccb9ffc6ba54cf0925323afc4a9793d1c2b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Ted Cruz, R-Texas, speaks at the Conservative Political Action Conference (CPAC) in Dallas, March 28, 2026. (AP Photo/Gabriela Passos, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gabriela Passos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JXHWZJZLTYTVNHWKB4DH72O2TI.jpg?auth=8fdddb479f03956e84884a16a75d727596ac012ae84e246a7bc19ae48593a2e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Secretary of State Mike Pompeo speaks during the Republican National Convention, July 18, 2024, in Milwaukee. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XOPECR4QBUGPK4WJNZNIDZ3CJI.jpg?auth=93f2b2f96126af3fcba963948a7912e5b4e37f46f06735ff7f34bb7d9209d96e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Roger Wicker, R-Miss., chairman of the Senate Armed Services Committee, walks to a closed door briefing on the Iran war at the Capitol, March 10, 2026, in Washington. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A2MUSGHQIY75TOXXLWMVVWS54I.jpg?auth=6a7ac0e2d98fdd2713ad3079d98047294c8a17feaf65cae82fe4fb5c74cfeeac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Trump administration national security adviser John Bolton arrives for his arraignment at the federal courthouse in Greenbelt, Md., Oct. 17, 2025. (AP Photo/Rod Lamkey, Jr., File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RKFLHDQTMZ46O4IUIYXZQJFXJU.jpg?auth=c0f4e7b728a9c1d7573ac613052dcabfbced052cfb93959352988de517a8cc4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Lindsey Graham, R-S.C., questions Defense Secretary Pete Hegseth during a hearing, May 12, 2026, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Kroenkes enjoy 'magical' title win as Arsenal's players finally get hands on Premier League trophy]]></title><link>https://www.local10.com/sports/2026/05/24/kroenkes-watch-on-as-arsenals-players-finally-get-their-hands-on-the-premier-league-trophy/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/24/kroenkes-watch-on-as-arsenals-players-finally-get-their-hands-on-the-premier-league-trophy/</guid><dc:creator><![CDATA[By STEVE DOUGLAS, Associated Press]]></dc:creator><description><![CDATA[With billionaire owner Stan Kroenke watching on, Arsenal’s players finally got their hands on the Premier League trophy as they lifted the biggest prize in English soccer to the backdrop of tickertape and fireworks on Sunday.]]></description><pubDate>Sun, 24 May 2026 19:56:08 +0000</pubDate><content:encoded><![CDATA[<p>With billionaire owner Stan Kroenke watching on, Arsenal’s players finally got their hands on the Premier League trophy as they lifted the biggest prize in English soccer to the backdrop of tickertape and fireworks on Sunday.</p><p>Arsenal captain Martin Odegaard looked up to the sky and back down at the trophy, shaking his head in disbelief, before walking in front of his celebrating teammates and lifting it aloft inside Selhurst Park after a campaign-ending 2-1 win at Crystal Palace.</p><p>Arsenal clinched a first English league title since 2004 with a game to spare in midweek, after three straight runner-up finishes.</p><p>Kroenke made his way to London for the trophy lift and watched the game against Palace next to his son, Josh. About an hour after the game finished, they walked out onto the field with the trophy ahead of the ceremony.</p><p>It marked the latest success in Kroenke’s sporting empire. The Denver Nuggets won the NBA Championship in 2023, a year after the LA Rams won the Super Bowl and Colorado Avalanche won the Stanley Cup in NHL. All three of those teams are in the Kroenke Sports & Entertainment portfolio that also now includes the best soccer team in England.</p><p>Josh Kroenke, Arsenal's co-chairman, said his family is invested “emotionally, financially, everything.”</p><p>“This club means the world to us,” he told Sky Sports. "I think it took a few people a few years to understand what that meant but now we’ve some great people, great players and great coaches.</p><p>“We’ve just got to continue providing them the resources to go out and do magical things like they did this season.”</p><p>He described the Premier League as a “slower burn than our championships in the United States.”</p><p>“Here, the cumulative points — it's a grind and you start to feel it in December,” he said. “Credit to our players, the staff, and Mikel for keeping their heads on. They deserve it.”</p><p>For Sunday's big occasion, Arsenal manager Mikel Arteta and his players wore the team’s classic red-and-white jersey with “Champions 2026” on the back. Arteta was thrown up in the air by the squad in joyous scenes.</p><p>The season could get even better for Arsenal, which also has reached the Champions League final for the first time since 2006. Paris Saint-Germain will be the opponent in Budapest, Hungary, next Saturday.</p><p>“We’ve achieved one of our goals but we have several others as well," Josh Kroenke said. "There is still one to be played for next weekend. Today is about enjoying today — tomorrow, we will get back to work because there is still one more to play.”</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MCIGDT7F64UGBVTGPPTSFZR6HI.jpg?auth=92964116dc0a97a4b3669cd369451fd16a6476453bd067c54371eef06aa49aad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arsenal players celebrate their Premier League title with the trophy after the English Premier League soccer match between Crystal Palace and Arsenal in London, England, Sunday, May 24, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QUG45KP6XLOD5H6OSFH7CTOKFY.jpg?auth=2c3c4bc0d392f627d042163b0df441aa59da395f6de42be3a169ae90af94b4e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arsenal's manager Mikel Arteta is thrown in the air by the players celebrating their Premier League title after the English Premier League soccer match between Crystal Palace and Arsenal in London, England, Sunday, May 24, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4DQLIT5ALBVTSHPPJDFNRXLYXI.jpg?auth=084c7c983164efa93e0beb6a1111a424c04d3f3a856c8392f659943fd2ea9174&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arsenal owner Stan Kroenke, right, and his son Josh pictured in the stands ahead of the English Premier League soccer match between Crystal Palace and Arsenal in London, England, Sunday, May 24, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H27YYZW2SUWEDFOV47DWUNNCXQ.jpg?auth=72d1648c5ddb1e30e34b2726aa7a16c51c7a485609e9ee4f2ead96b475fa3c17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arsenal's manager Mikel Arteta holds the trophy during celebrating their Premier League title after the English Premier League soccer match between Crystal Palace and Arsenal in London, England, Sunday, May 24, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LX3YJELMDNO42EXS3J5I4UN3TQ.jpg?auth=239b1d5287aca5acacf1448c094f948342aac9a4e6b499cbc198795e6dc7e017&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arsenal supporters celebrate after the English Premier League soccer match between Crystal Palace and Arsenal in London, England, Sunday, May 24, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[NASCAR CEO Steve O'Donnell tells Kyle Busch family 'we got you' before start of Coca-Cola 600]]></title><link>https://www.local10.com/sports/2026/05/24/nascar-ceo-steve-odonnell-tells-kyle-busch-family-we-got-you-before-start-of-coca-cola-600/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/24/nascar-ceo-steve-odonnell-tells-kyle-busch-family-we-got-you-before-start-of-coca-cola-600/</guid><dc:creator><![CDATA[By STEVE REED and MICHAEL MAROT, Associated Press]]></dc:creator><description><![CDATA[CONCORD, N.C. (AP) — NASCAR CEO Steve O’Donnell honored Kyle Busch's widow, Samantha, and the couple's children, Brexton and Lennix, before the start of the Coca-Cola 600 on Sunday in an emotional speech.]]></description><pubDate>Sun, 24 May 2026 23:07:11 +0000</pubDate><content:encoded><![CDATA[<p>CONCORD, N.C. (AP) — NASCAR CEO Steve O’Donnell honored Kyle Busch's widow, Samantha, and the couple's children, Brexton and Lennix, before the start of the Coca-Cola 600 on Sunday in an emotional speech.</p><p>Standing on the frontstretch at Charlotte Motor Speedway, O'Donnell looked directly at the Busch family and said, "Samantha, I want you to know that this sport stands with you, and that you and your children are NASCAR family forever. And Brexton and Lennix, your dad loved you with all his heart. Everyone gathered here, everyone behind you, everybody watching on TV, and all those people up in that grandstand are your family — and we’ve got you. ”</p><p>Tears rolled down Samantha Busch’s cheek as she wrapped her arm tightly around 11-year-old Brexton, an aspiring racer. Both wore black T-shirts that read “Battle of the Busches.”</p><p>Busch’s older brother and former Cup Series champion, Kurt, and his parents, Tom and Gaye, also attended the tribute.</p><p>“Kyle Busch is NASCAR,” O'Donnell added. “He was one of a kind and there will never be another.”</p><p>A moment of silence followed.</p><p>Auto racing's biggest day became a Memorial Day weekend tribute to Busch from Indianapolis to CMS.</p><p>Busch died Thurday at 41 after severe pneumonia progressed into sepsis, resulting in rapid and overwhelming complications according to a statement released by his family, and his loss sent shockwaves through the motorsports world and beyond.</p><p>Charlotte Motor Speedway honored the two-time Cup Series champion with a large, black No. 8 and his signature on the frontstretch grass and a photo on the videoboard.</p><p>The U.S. Army Golden Knights carried Busch's flag prior during pre-race festivities. Each of the 39 cars in field carried Busch's decal. On the pace lap, the cars formed the missing man formation.</p><p>The speedway's public address system and the television commentators went silent on the eighth lap of the race.</p><p>On Saturday night, Layne Riggs celebrated his Trucks Series win at Charlotte by immitating Busch's traditional bows to the crowd after the race, and Ross Chastain did the same after capturing the rain-shortened O'Reilly Auto Parts race.</p><p>“When you think race car driver and what that person should be like, Kyle Busch is probably one of the first that comes to your mind on the type of racer he was," Cup Series driver Joey Logano said.</p><p>Fans at CMS arrived in droves Sunday with shirts that read “Rowdy” and “KFB.”</p><p>Earlier in the day at the Indianapolis 500, Dale Coyne Racing changed the font of Romain Grosjean's No. 18 car to replicate the font the two-time Brickyard 400 winner used during his 14 seasons with Joe Gibbs Racing in his No. 18 car.</p><p>Then came the opening prayer, in which Busch was mentioned by name. And on lap 18, race officials lit up the scoring pylon next to pit lane with Busch's name, his birth year and 2026.</p><p>Even with the pageantry of Indianapolis' big IndyCar race, Busch, who had a record 234 victory across NASCAR’s three national series, was never far from the thoughts of people in the city that dubs itself the “Racing Capital of the World.”</p><p>“It’s desperately sad. It’s also one of those things where you try not to think about it or let it in because you’ve got so much to do, you can’t let yourself get emotional,” Katherine Legge said. “But honestly, racing has lost one of the greatest drivers, in my opinion, of all time. If you look back at the history and just — he was a legend.”</p><p>As Indy held its biggest race of the year, those who knew or competed against Busch raced with a heavy heart.</p><p>“How can you not be in shock over the situation?” two-time Indy winner Josef Newgarden said. “I think it just puts into perspective how fragile life is. You just don’t know. Makes me think of his kids, to be honest with you. Gosh, I feel terrible about — I have two sons now. That’s the thing that breaks my heart.”</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/W6ZWXITBO3AF3O5IJADJVWUOKE.jpg?auth=ccedd1bc7563a894a448e4623d88e9011df150e9c554a33cfbc8703cc4f8a424&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A decal is displayed on Denny Hamlin's car in honor of late driver Kyle Busch prior to a NASCAR Cup Series auto race, Sunday, May 24, 2026, in Charlotte, N.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YPRXEVZEIAQ2DCVO2ULE2KS6QU.jpg?auth=8e45c283839f9a46886745a3f4788e61891c436be459926b7bc74724f8dc09f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fighter jets fly over the Indianapolis Motor Speedway during ceremonies before the start of the Indianapolis 500 auto race, Sunday, May 24, 2026 in Indianapolis. (AP Photo/AJ Mast)]]></media:description><media:credit role="author" scheme="urn:ebu">AJ Mast</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X7Q4BNNWBMDZOXI2D6Q5LSGFGQ.jpg?auth=cee36af78f614d0521b9f0a697673aad177190f9daa967b5892b029b3bf62e58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A decal is displayed on the on the truck of Andres Perez De Lara in honor of the late driver Kyle Busch, Friday, May 22, 2026, in Charlotte, N.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3J7EYE4HKQXIXNIUUNTANSVN3E.jpg?auth=b7eb341135140fbd2cca8af12562b67d464a574d6e4249aa72f835d593457c82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Helicopters fly over the field on the parade lap before the Indianapolis 500 auto race at Indianapolis Motor Speedway in Indianapolis, Sunday, May 24, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J7QML2IVJONNDTXVA34GXCJ4DA.jpg?auth=0a90dd7022f8af575cf5bc6c056626a1298c28f774ebc2f48ee066328abecd92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tribute images are displayed on the backstretch videoboard in honor of late driver Kyle Busch during a NASCAR Cup Series auto race, Sunday, May 24, 2026, in Charlotte, N.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content></item><item><title><![CDATA[Hyundai Air & Sea Show continues for 2nd day in Miami Beach]]></title><link>https://www.local10.com/entertainment/2026/05/22/hyundai-air-sea-show-to-continue-for-2nd-day-in-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/22/hyundai-air-sea-show-to-continue-for-2nd-day-in-miami-beach/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Miami Beach is preparing to host the Hyundai Air & Sea Show on Saturday and Sunday at Lummus Park. ]]></description><pubDate>Fri, 22 May 2026 15:29:07 +0000</pubDate><content:encoded><![CDATA[<p>The <a href="https://www.miamiandbeaches.com/event/hyundai-air-and-sea-show/14531" target="_self" rel="" title="https://www.miamiandbeaches.com/event/hyundai-air-and-sea-show/14531">Hyundai Air &amp; Sea Show</a> continued on Sunday afternoon in the area of Ocean Drive in South Beach. </p><p>The U.S. Air Force Thunderbirds headlined the show at Lummus Park, between 11 and 14 streets. </p><p>The lineup also included the parachute teams of the U.S. Army Golden Knights, U.S. Navy Leap Frogs, and the British Army Red Devils.</p><p>The events after the show include live musical performances by the Air Force Band and the active-duty soldier band.</p><p>Admission is free. For more information, <a href="https://www.miamiandbeaches.com/event/hyundai-air-and-sea-show/14531" target="_self" rel="" title="https://www.miamiandbeaches.com/event/hyundai-air-and-sea-show/14531">visit this page</a>. </p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/weather/2026/05/24/rip-current-alert-remains-in-effect-for-coastal-areas-in-miami-dade-and-broward/" target="_self" rel="" title="https://www.local10.com/weather/2026/05/24/rip-current-alert-remains-in-effect-for-coastal-areas-in-miami-dade-and-broward/">Rip current alert remains in effect for coastal areas in Miami-Dade and Broward</a></li><li><a href="https://www.local10.com/news/national/2026/05/24/oldest-pearl-harbor-survivor-is-keeping-memory-of-the-surprise-bombing-alive-at-106/" target="_self" rel="" title="https://www.local10.com/news/national/2026/05/24/oldest-pearl-harbor-survivor-is-keeping-memory-of-the-surprise-bombing-alive-at-106/">Oldest Pearl Harbor survivor is keeping memory of the surprise bombing alive at 106</a></li></ul>]]></content:encoded></item><item><title><![CDATA[This Week In South Florida: May 24, 2026 episode ]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/05/24/this-week-in-south-florida-may-24-2026-episode/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/05/24/this-week-in-south-florida-may-24-2026-episode/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Local 10 News This Week In South Florida anchor Glenna Milberg interviews Democratic primary candidates Elijah Manley, a teacher and community organizer, and Dale Holness, former Broward County mayor and commissioner; Hollywood Commissioner Kevin Biederman; and Attorney John Morgan. ]]></description><pubDate>Sun, 24 May 2026 16:20:21 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 News This Week In South Florida anchor Glenna Milberg interviews Democratic primary candidates Elijah Manley, a teacher and community organizer, and Dale Holness, former Broward County mayor and commissioner; Hollywood Commissioner Kevin Biederman; and Attorney John Morgan. </p><p>This episode also includes an Assignment Venezuela segment. </p>]]></content:encoded></item><item><title><![CDATA[Katherine Legge looks to salvage day at Coca-Cola 600 after bid to complete racing's 'Double' ends]]></title><link>https://www.local10.com/sports/2026/05/24/katherine-legges-bid-to-complete-racings-double-ends-with-early-crash-at-indianapolis-500/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/24/katherine-legges-bid-to-complete-racings-double-ends-with-early-crash-at-indianapolis-500/</guid><dc:creator><![CDATA[By MICHAEL MAROT and STEVE REED, Associated Press]]></dc:creator><description><![CDATA[CONCORD, N.C. (AP) — Katherine Legge arrived at Charlotte Motor Speedway for the Coca-Cola 600 looking to salvage a disappointing day with a strong finish at NASCAR's longest race of the season.]]></description><pubDate>Sun, 24 May 2026 21:52:51 +0000</pubDate><content:encoded><![CDATA[<p>CONCORD, N.C. (AP) — Katherine Legge arrived at Charlotte Motor Speedway for the Coca-Cola 600 looking to salvage a disappointing day with a strong finish at NASCAR's longest race of the season.</p><p>Legge's quest to become the first woman to complete “The Double” — racing 1,100 miles spread out over two tracks on one day — ended quickly Sunday when she crashed out in the Indianapolis 500.</p><p>The English driver completed just 17 of the scheduled 200 laps at Indianapolis Motor Speedway's iconic 2.5-mile oval before she ran into the car of Ryan Hunter-Reay, knocking both cars out of the race. Hunter-Reay started spinning in the second turn and braked hard to keep his car off the wall, and the trailing Legge steered inside to try to avoid the 2013 Indy 500 winner. But as smoke emerge from both braking cars, Legge's car hit the inside wall.</p><p>“I’m fine, just gutted more than anything,” she said after being checked and released at the track's infield medical center. “Ryan spun in front of me, I think he was battling his car for a minute, I was just chilling, trying to save fuel and he spun down the track and started coming up the track, so I tried to go low and just didn’t make it.”</p><p>She said she needed an “attitude adjustment” before flying to CMS.</p><p>Legge was the sixth driver ever to attempt “The Double,” paring the Indy 500 with NASCAR's Coca-Cola 600 in North Carolina, but the only one to complete it is three-time NASCAR champion Tony Stewart in 2001.</p><p>It's been a week full of bad luck for Legge. Her flight from New York to Indianapolis was delayed, causing her to miss Indy's annual media day. Then she had communications trouble in Friday's final 500 practice, and after flying to Charlotte on Saturday, Coca-Cola 600 qualifying was rained out.</p><p>“Hopefully, we get all of the travel woes out of the way now before the weekend, and this weekend goes smoothly,” Legge told The Associated Press on Thursday. “My management has been speaking with Kyle’s management about how to get the logistics sorted out, how they did it and we’re trying our best to copy and paste what they had and they’re just keeping me in the loop.”</p><p>Her fortunes briefly looked like they might have changed when the speedway dodged the predicted prerace rain, allowing the race to begin on time. Then came the tangle with Hunter-Reay, who was also was checked and released by IndyCar's medical team.</p><p>“It was super tough out there,” Hunter-Reay said. “The whole time I was trying to keep it off the wall. Just super disappointing. That’s the busiest I’ve been around here in 16 years. I was trying to keep it off the wall the whole time and finally, one of those wiggles didn't come back in Turn 2.”</p><p>At the 500, crashes and bad weather have been a theme in each of the last three “Double” attempts. A rain-delayed Indy start prevented two-time NASCAR champion Kyle Larson from making it to Charlotte in time for the start in 2024, and Larson crashed out of both races last year after another rain-delayed start in Indy.</p><p>But Legge was hoping to avoid all of it.</p><p>“She’ll stay here throughout,” her father, Derek Legge, said before the first race while texting from a golf cart outside her garage. “We’re keeping an eye on the weather. It might even be delayed here an hour at a time.”</p><p>By then, Legge’s car was already on the Brickyard as the sold-out grandstands filled in and hundreds of people surrounded the cars on the track.</p><p>The English driver started from the No. 26 spot, the middle of the ninth row, at Indy, where she drove for HMD Motorsports with A.J. Foyt Racing team.</p><p>The other five drivers who previously tried "The Double” had months to prepare, but Legge's teams didn't announce her attempt until last week. Since then, those behind the scenes helped Legge line up the helicopter ride she planned to take from the speedway to Indianapolis International Airport and the private jet that would take her to Charlotte.</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/VYSZQ4QLLXZF3CKH4ZXKAHIZME.jpg?auth=073bb9aab5736d2693dc61fceb5a022605757c2a50c8f066089c665f149518d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Katherine Legge, of Great Britain, looks at the crowd during driver introductions before the start of the Indianapolis 500 auto race at the Indianapolis Motor Speedway, Sunday, May 24, 2026 in Indianapolis. (AP Photo/AJ Mast)]]></media:description><media:credit role="author" scheme="urn:ebu">AJ Mast</media:credit></media:content></item><item><title><![CDATA[Venezuela’s Machado vows another run for presidency and eyes return from exile before end of 2026]]></title><link>https://www.local10.com/news/world/2026/05/24/venezuelas-machado-vows-another-run-for-presidency-and-eyes-return-from-exile-before-end-of-2026/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/24/venezuelas-machado-vows-another-run-for-presidency-and-eyes-return-from-exile-before-end-of-2026/</guid><dc:creator><![CDATA[The Associated Press]]></dc:creator><description><![CDATA[Venezuela’s Nobel Peace Prize laureate María Corina Machado announced Saturday that she plans to run for president again and intends to return to her home country before the end of 2026.]]></description><pubDate>Sun, 24 May 2026 12:21:25 +0000</pubDate><content:encoded><![CDATA[<p>Venezuela’s Nobel Peace Prize laureate María Corina Machado announced Saturday that she plans to run for president again and intends to return to her home country before the end of 2026.</p><p>Machado’s remarks, made while meeting in Panama with several fellow Venezuelan opposition leaders, come more than four months after the stunning White House decision to sideline her and instead work with a Venezuelan ruling party loyalist following the U.S. military’s capture of then-President Nicolás Maduro.</p><p>Machado has been in exile since December, when she emerged from 11 months in hiding somewhere in Venezuela and traveled to Norway where she was honored with the Nobel Prize.</p><p>She told reporters in Panama City that she and the other gathered opposition leaders remain committed to a democratic transition “through free and fair presidential elections, where all Venezuelans inside and outside the country vote.”</p><p>Still, it is unclear when Venezuela will hold a presidential election.</p><p>U.S. President Donald Trump and senior administration officials have praised Maduro’s successor, acting President Delcy Rodríguez, who has thrown open Venezuela’s oil industry to U.S. investment at a time of surging oil prices tied to the war in Iran.</p><p>The Trump administration has also dampened talk of elections, which are required by Venezuela’s constitution within 30 days of the president becoming “permanently unavailable.”</p><p>An election with democratic conditions would take between seven and nine months of planning, Machado said. Necessary changes include the appointment of neutral electoral authorities, voting registration updates and the ability of opposition candidates to run for office without government interference.</p><p>Machado rose to become Maduro’s strongest opponent in recent years, but his government barred her from running for office in the 2024 presidential election, leading her to choose retired ambassador Edmundo González Urrutia to represent her on the ballot.</p><p>Officials loyal to the ruling party declared Maduro the winner mere hours after the polls closed, but Machado’s well-organized campaign collected evidence showing González had defeated Maduro by a margin of more than 2-to-1.</p><p>On Saturday, Machado told reporters she would run against any other presidential hopeful in “an impeccable election.”</p><p>“I will be a candidate, but there may be others, of course,” she said. “I would love to compete with everyone, with anyone who wants to be a candidate.”</p>]]></content:encoded></item></channel></rss>