<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Thu, 23 Apr 2026 17:08:45 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Korean War soldier from South Florida laid to rest after 70+ years]]></title><link>https://www.local10.com/news/local/2026/04/23/korean-war-soldier-from-south-florida-laid-to-rest-after-70-years/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/korean-war-soldier-from-south-florida-laid-to-rest-after-70-years/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[Dozens of veterans, community members and family gathered on Thursday to honor the legacy of Joshua Corruth, a South Florida soldier who was killed in the Korean War and remained missing for more than seven decades.]]></description><pubDate>Thu, 23 Apr 2026 17:02:09 +0000</pubDate><content:encoded><![CDATA[<p>Dozens of veterans, community members and family gathered on Thursday to honor the legacy of <a href="https://www.local10.com/news/local/2026/04/21/fallen-korean-war-soldier-from-south-florida-finally-returns-home-after-70-years/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/21/fallen-korean-war-soldier-from-south-florida-finally-returns-home-after-70-years/">Joshua Corruth</a>, a soldier from South Florida who was killed in the Korean War and remained missing for more than seven decades.</p><p>Corruth, born Feb. 14, 1930, enlisted in the U.S. Army in 1947 and deployed to Korea in 1950. That same year, he was declared missing in action.</p><p>He was 20 years old when he died in service to the country.</p><p>His remains were recovered three years later near a South Korean village but remained unidentified for more than 70 years. </p><p>Recent DNA testing ultimately confirmed his identity through his nephews, bringing long-awaited answers to his family.</p><p>“Thank God for science and DNA that they was able to determine through his nephews that (those were) Joshua’s remains,” a family member said during the service.</p><p>A funeral service was held this week for Corruth, whose body was recently returned to South Florida.</p><p>“Corporal Corruth laid down his life for his country. A lot of you are sleeping tonight safe because of the sacrifice he made all those years ago. Amen,” a speaker said during the ceremony.</p><p>Officials also designated the day in his honor.</p><p>“I do declare this day Corporal Joshua Corruth Day in the state of Florida,” an official said.</p><p>Corruth was originally buried as unknown at the National Memorial Cemetery of the Pacific in Hawaii. His remains are now being transferred to the South Florida National Cemetery for final burial.</p><p>The Korean War is often referred to as the “Forgotten War,” but family members said Corruth was never forgotten.</p><p>“He definitely deserves the honor and everybody is honoring him in a big way,” said Myron Johnson, Corruth’s nephew. “This is above and beyond what I was expecting. Appreciate all the love and support that everyone has shown.”</p><p>Corruth will now be laid to rest in South Florida, closing a decades-long search for answers and bringing closure to his family.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Residents file suit against proposed Ultra 20-year extension with city of Miami ]]></title><link>https://www.local10.com/news/local/2026/04/23/downtown-neighbors-alliance-files-lawsuit-against-proposed-ultra-20-year-extension-with-city-of-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/downtown-neighbors-alliance-files-lawsuit-against-proposed-ultra-20-year-extension-with-city-of-miami/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[City of Miami commissioners are meeting Thursday and expected to vote on a contract extension for Ultra Music Festival.]]></description><pubDate>Thu, 23 Apr 2026 16:33:27 +0000</pubDate><content:encoded><![CDATA[<p>City of Miami commissioners are meeting Thursday and expected to vote on a contract extension for Ultra Music Festival.</p><p> </p><p>The extension is for a proposed 20-year operating agreement for the annual downtown event. </p><p>Meanwhile, the Downtown Neighbors Alliance is pushing for the city to delay their vote so that residents have an opportunity to voice their concerns about continuing the partnership. </p><p>“Residents are not asking for the impossible, we are asking for a seat at the table,” said James Torres, president of the Downtown Neighbors Alliance. “A deferral is not only reasonable, it is necessary to set the right tone. If a 20-year deal is approved without engagement, what incentive will there be for Ultra to listen to residents afterward?”</p><p>Additionally, <a href="https://wplglocal10news.slack.com/archives/D03J086M5PF/p1776961142589839" target="_blank" rel="noreferrer" title="https://wplglocal10news.slack.com/archives/D03J086M5PF/p1776961142589839">the DNA has filed a complaint against Ultra</a> “related to its obligations under the existing settlement agreement.”</p><p>Local 10 News reached out to Ultra for comment but have not heard back as of the time of this story’s publication. </p><p><u><b>ADITIONAL LINK</b></u></p><p><a href="https://miamifl.iqm2.com/Citizens/FileOpen.aspx?Type=14&amp;ID=3850&amp;Inline=True" target="_blank" rel="noreferrer" title="https://miamifl.iqm2.com/Citizens/FileOpen.aspx?Type=14&amp;ID=3850&amp;Inline=True">City commission meeting agenda</a></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3V2QTE2SBFADJOS4CDRM6JMGUA.jpeg?auth=cb7758dea81a7d5b52ef04fb9fd188b776544fc5cdbeaadf73ff6cbb3bbbd07d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ultra Music Festival in Downtown Miami.]]></media:description></media:content></item><item><title><![CDATA[Italy dismisses replacing Iran at the World Cup after suggestion by Trump official]]></title><link>https://www.local10.com/news/world/2026/04/23/italy-dismisses-replacing-iran-at-the-world-cup-after-suggestion-by-trump-official/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/italy-dismisses-replacing-iran-at-the-world-cup-after-suggestion-by-trump-official/</guid><dc:creator><![CDATA[By ANDREW DAMPF and GRAHAM DUNBAR, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:42:34 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Italian sports officials say four-time champion Italy is not interested in replacing Iran at the upcoming World Cup following a suggestion to that effect by a Trump administration official.</p><p>Iran has not withdrawn from the World Cup — the team is currently preparing to play in the U.S. despite the war in the Middle East — and FIFA has insisted its group-stage games near Los Angeles and in Seattle will go ahead as planned in June.</p><p>The Financial Times reported that Paolo Zampolli, the U.S. special envoy for global partnerships, had suggested the swap to President Donald Trump and FIFA president Gianni Infantino.</p><p>“First of all it’s not possible. Secondly, it’s not a good idea,” Italian Sports Minister Andrea Abodi said Thursday.</p><p>While Iran was among the first teams to qualify for the World Cup, Italy missed out for the third consecutive tournament, resulting in the resignations of its national team coach and soccer federation president.</p><p>Luciano Buonfiglio, the president of the Italian Olympic Committee, which oversees all sports in Italy, also dismissed the idea of taking Iran's place.</p><p>“I would feel offended,” Buonfiglio said. “You need to deserve to go to the World Cup.”</p><p>Italy’s Finance Minister Giancarlo Giorgetti called the idea “shameful.”</p><p>Zampolli has long been a part of the Trump family orbit, having introduced then-Melania Knauss to Donald Trump at a New York Fashion Week party in 1998. He regularly posts on social media about his meetings with Infantino, calling him the “King of Soccer.” Trump last year appointed him as special envoy for global partnerships.</p><p>“I’m an Italian native and it would be a dream to see the Azzurri at a U.S.-hosted tournament. With four titles, they have the pedigree to justify inclusion,” Zampolli told the FT.</p><p>In March, the New York Times reported that Zampolli had reached out to a top official at Immigration and Customs Enforcement, informing him that the mother of his child was in the country illegally as the two were locked in a custody dispute. She was ultimately deported.</p><p>The White House did not immediately return a request for comment. Its World Cup task force, housed under the Department of Homeland Security, said it had no comment. FIFA also would not comment.</p><p>The Iranian embassy in Rome denounced Zampolli’s remarks in a comment on X.</p><p>“Football belongs to the people, not to politicians,” the embassy said. “Italy earned its soccer prowess on the field, not thanks to political maneuvers. The attempt to exclude Iran from the World Cup shows only the ‘moral bankruptcy’ of the United States, which fears even the presence of 11 young Iranians on the field of play.”</p><p>Iran’s status at the World Cup, which starts in June, has been a source of debate and concern since the U.S. and Israel launched military attacks on the country in February.</p><p>Trump in March discouraged Iran from participating in the tournament, citing safety concerns.</p><p>FIFA  has consistently said Iran will stick to the World Cup schedule decided last December, and refused to negotiate any suggestion  of moving the team’s games to co-host Mexico.</p><p>An Iranian government spokesperson said Wednesday that the men’s national team is preparing for “proud and successful participation” in its World Cup games in the U.S.</p><p>Iran earned one of eight guaranteed World Cup places allocated to the Asian Football Confederation. Should Iran pull out, in theory the replacement should be the United Arab Emirates, the highest-ranked Asian team that didn't qualify.</p><p>One possible element of uncertainty is the language of the World Cup tournament rules.</p><p>FIFA wrote that it can decide to replace a withdrawn team “with another association,” though without specifying the replacement must come from the same continental confederation.</p><p>___</p><p>Dunbar reported from Geneva. White House reporter Seung Min Kim in Washington contributed to this report.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CGYH4LVYPENBPQH2ZDXSTIV5BE.jpg?auth=51a5307dc7585fa28e90ee914d7c5f8367600b8ce332fae60dcd8187c30fbc7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy players react during a penalty shootout during the World Cup qualifying playoff final soccer match between Bosnia and Italy in Zenica, Bosnia, Tuesday, March 31, 2026. (AP Photo/Armin Durgut)]]></media:description><media:credit role="author" scheme="urn:ebu">Armin Durgut</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JTYOXJ3CBSWE7MW7SF4N5FUXBM.jpg?auth=e8c26d329038fba19b2c454693ac12bacf568cf0577e56bca226d1a6a7248e9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Iran's Mehdi Taremi shoots a penalty kick to score his side's second goal during a friendly soccer match between Iran and Costa Rica, in Antalya, southern Turkey, Tuesday, March 31, 2026. (AP Photo/Riza Ozel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Riza Ozel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SJE7OL4TG65HQHOK5HAQIN4YCM.jpg?auth=de934ce99917f40c5d1dd0bdb46f5de87d68537a16cb42ed341e9036963cb0fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Iran's coach Amir Ghalenoei, center, and Iran's Football Federation Vice President Mehdi Mohammad Nabi, left, hold pictures of children allegedly killed in a U.S. and Israel strikes in Iran, before an international friendly soccer match between Iran and Costa Rica, in Antalya, southern Turkey, Tuesday, March 31, 2026. (AP Photo/Riza Ozel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Riza Ozel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AQSS5VY2IGWFFIJXI7XDH7S5HE.jpg?auth=170be70747f6aba81b761d0844ebeaee6760024b3931852ef39ac8ca1858bc1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Iran's Alireza Jahanbakhsh passes the ball during the Asian Cup Group C soccer match between Hong Kong and Iran at Khalifa International Stadium in Doha, Qatar, Friday, Jan. 19, 2024. (AP Photo/Thanassis Stavrakis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IO4XJANNOFTAA7KFW7ZHJ7FFJY.jpg?auth=f054c23866ea0a2cd9babe3dbade88af3f45d1b7552e968b5c8ab8dfa2a183f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Italy coach Gennaro Gattuso gestures from the touchline during the World Cup qualifying playoff final soccer match between Bosnia and Italy in Zenica, Bosnia, Tuesday, March 31, 2026. (AP Photo/Armin Durgut, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Armin Durgut</media:credit></media:content></item><item><title><![CDATA[AJ Dybantsa officially declares for the NBA draft and is a top candidate to be the No. 1 pick]]></title><link>https://www.local10.com/sports/2026/04/23/aj-dybantsa-officially-declares-for-the-nba-draft-and-is-a-top-candidate-to-be-the-no-1-pick/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/aj-dybantsa-officially-declares-for-the-nba-draft-and-is-a-top-candidate-to-be-the-no-1-pick/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:41:14 +0000</pubDate><content:encoded><![CDATA[<p>AJ Dybantsa has made it official: He's entering the NBA draft.</p><p>The BYU forward — widely expected to be a top candidate to be the No. 1 pick — made the announcement Thursday. Dybantsa led the nation by averaging 25.5 points per game in his lone college season, along with 6.8 rebounds and 3.7 assists per game.</p><p>He's the first player to have a season with all those averages and be named a consensus All-American since Larry Bird did it for Indiana State in 1978-79.</p><p>“Now the work starts again, all over again," Dybantsa said. “I've had a lot of NBA players tell me that it kind of restarts once you get there. I'm just looking forward to that next step, being a rookie and learning from all the vets.”</p><p>Dybantsa made the announcement at the Davis School in his hometown of Brockton, Massachusetts — the home of boxing greats Rocky Marciano and Marvin Hagler, among others.</p><p>“It's the city of champions,” Dybantsa said. “I just want to be considered like one of those champions.”</p><p>Dybantsa attended the Davis School until fifth grade and said he still values the lessons instilled in him there, including the importance of education. That's part of the reason why, even though he's going to the NBA, Dybantsa said he will simultaneously remain in school and continue working toward a mass communications degree at BYU.</p><p>“My mom wanted me to stay in college to graduate,” Dybantsa said. “But I told my mother that I'm going to declare for the draft and also finish and get my degree online. I'll probably finish within the next four years.”</p><p>The draft order will not be known until the lottery on May 10, where Washington, Indiana and Brooklyn all have the best odds — 14% each — of winning and landing the chance to pick No. 1 overall. When asked what team he would like to play for in the NBA, Dybantsa gave an immediate answer.</p><p>"Whatever team drafts me, bro," Dybantsa said.</p><p>He's not lacking for confidence and hopes to give another speech in Massachusetts — the home of the Naismith Memorial Basketball Hall of Fame — when his playing career is over.</p><p>“The next speech — the next big, big speech — I should have is the Hall of Fame speech,” Dybantsa said. “So, we should be good.”</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BRJVRSEYGPSGQ7G4R7HGEJZBKU.jpg?auth=378183bbb3080a6200eb1811c2e047460de45fa6d0ce424e4efc1cbdd729e8db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - BYU forward AJ Dybantsa reacts to scoring a career high and new freshman record at BYU during the second half of an NCAA college basketball game against Utah, Saturday, Jan. 24, 2026, in Provo, Utah. (AP Photo/Tyler Tate, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tyler Tate</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KMESOURLVLH5LMWUU4EGSNDRDA.jpg?auth=ee4ce25dfaa5436c61fb81a0bdf3acfd35db5243091da563b133f178a184eef2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - BYU forward AJ Dybantsa dunks in the first half of an NCAA college basketball game against Baylor Tuesday, Feb. 10, 2026, in Waco, Texas. (AP Photo/Tony Gutierrez, File]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GMTNAGDVT3IG5TJQ2FWDBM3H5U.jpg?auth=de1dad687ad8847b53185ed940d35b24d0a8305bd5c9ffc4e9c47856dc20d6fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - BYU forward AJ Dybantsa (3) prepares to dunk the ball against Eastern Washington during the first half of an NCAA college basketball game, Monday, Dec. 22, 2025, in Provo, Utah. (AP Photo/Rob Gray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rob Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V6JFJHZQUWQGALQVICPADFCXMY.jpg?auth=d18cc4c9fa088f83155d649d0bfe38a61a7b5ad9cbe19d4a6166b995ada7759b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - BYU forward AJ Dybantsa celebrates his three-pointer in the second half of an NCAA college basketball game against Baylor Tuesday, Feb. 10, 2026, in Waco, Texas. (AP Photo/Tony Gutierrez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJ637EGNQDR4Y27ITORASRUKDY.jpg?auth=097b3bd4b20ca57e8ebe4e013e0955831e73b964d2280452d96243e7de58a70d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - BYU forward AJ Dybantsa (3) drives to the basket against Dayton during the first half of an NCAA college basketball game, Friday, Nov. 28, 2025, in Kissimmee, Fla. (AP Photo/Phelan M. Ebenhack, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phelan M. Ebenhack</media:credit></media:content></item><item><title><![CDATA[Victor Wembanyama will travel with the Spurs to Portland but his Game 3 status remains uncertain]]></title><link>https://www.local10.com/sports/2026/04/23/victor-wembanyama-will-travel-with-spurs-game-3-status-vs-portland-uncertain-because-of-concussion/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/victor-wembanyama-will-travel-with-spurs-game-3-status-vs-portland-uncertain-because-of-concussion/</guid><dc:creator><![CDATA[By RAUL DOMINGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:52:23 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Victor Wembanyama will travel with the San Antonio Spurs to Portland for games this weekend while continuing to complete the steps mandated by the league's concussion protocol.</p><p>Spurs coach Mitch Johnson stopped short Thursday of saying Wembanyama will play in Game 3. Wembanyama is “progressing,” Johnson said, but his status against the Trail Blazers remains uncertain.</p><p>“He looks good,” Johnson said, noting that the Spurs hadn't even started discussions on when Wembanyama can play again.</p><p>Wembanyama — the league's first-ever unanimous Defensive Player of the Year and one of three finalists for the Most Valuable Player award — suffered a concussion in the Spurs' Game 2 loss to Portland on Tuesday night, leaving the game in the second quarter.</p><p>Game 3 of the series — tied at a game apiece — is Friday in Portland, followed by Game 4 there on Sunday. The Spurs were scheduled to fly to Portland on Thursday afternoon.</p><p>There are very specific steps that players have to clear before being removed from the league's concussion protocol. Players begin the return-to-play process with light exertion — such as riding a stationary bike, jogging, agility work and non-contact basketball drills — and each step is followed by another neurological examination.</p><p>Wembanyama's results will also be compared to his baseline neurological evaluation — which players undergo prior to each season — before doctors permit him to move forward in the return-to-play plan.</p><p>“It's pretty straightforward,” Johnson said. “Obviously, we hope he'll be back at some point. But we'll allow the protocol to play out. And again, there's nothing more important than his health.”</p><p>Any extended absence by Wembanyama would be a massive blow to San Antonio, which finished with the league’s second-best record behind the versatile 7-foot-4 center from France. They were 12-6 in the regular season without Wembanyama.</p><p>Wembanyama averaged 25 points, 11.5 rebounds, 3.1 assists and a league-best 3.1 blocks per game this season.</p><p>“We know that he's chomping at the bit to get back on the court and be with his guys,” Johnson said.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O27A3DZLQVKMLZDK65NHY4OLN4.jpg?auth=68278494f36ca571e75e01d7430ba322fd448302e181c915a7e839bbf9227990&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) takes a hard fall on the court during the first half in Game 2 of a first-round NBA playoffs basketball series against the Portland Trail Blazers in San Antonio, Tuesday, April 21, 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/L3TZXDX2QWZAWJOET3OVTMQJTQ.jpg?auth=97be2dbab6e3dd5149b1e68b77a4484e0c30975890c80d3071f2d093f749c599&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) sits on the court after a hard fall during the first half in Game 2 of a first-round NBA playoffs basketball series against the Portland Trail Blazers in San Antonio, Tuesday, April 21, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[‘We’ve seen this coming for years,’ sister says after deadly domestic shooting in Palmetto Bay]]></title><link>https://www.local10.com/news/local/2026/04/23/weve-seen-this-coming-for-years-sister-says-after-deadly-domestic-shooting-in-palmetto-bay/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/weve-seen-this-coming-for-years-sister-says-after-deadly-domestic-shooting-in-palmetto-bay/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[The sister of a man deputies say was shot and killed by his own father in Palmetto Bay Wednesday told Local 10 News that the “tragic” incident was years in the making.]]></description><pubDate>Thu, 23 Apr 2026 16:12:41 +0000</pubDate><content:encoded><![CDATA[<p>The sister of a man deputies say was <a href="https://www.local10.com/news/local/2026/04/22/deputies-respond-to-shooting-in-palmetto-bay-neighborhood/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/22/deputies-respond-to-shooting-in-palmetto-bay-neighborhood/">shot and killed</a> by his own father in Palmetto Bay Wednesday told Local 10 News that the “tragic” incident was years in the making.</p><p><a href="https://www.local10.com/espanol/2026/04/23/lo-veiamos-venir-desde-hace-anos-hermana-reacciona-tras-balacera-domestica-mortal-en-palmetto-bay/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/lo-veiamos-venir-desde-hace-anos-hermana-reacciona-tras-balacera-domestica-mortal-en-palmetto-bay/">Leer en español</a></p><p>Investigators with the Miami-Dade Sheriff’s Office said the shooting happened in a home near Southwest 168th Street and 92nd Avenue, where deputies were called to just after 4:45 p.m. in reference to a reported domestic dispute.</p><p>They said they took a man in his 70s into custody outside of the home after he fatally shot his 47-year-old son.</p><p>Deputies, who haven’t publicly identified the pair, said they’ve responded to the house before for mental health calls.</p><p>A woman who identified herself as the victim’s sister told Local 10 News that her family has “seen this coming for years.“</p><p>“We’ve made plenty of phone calls, trying to get help,” she said.</p><p>She returned to the family home Thursday morning.</p><p>“I’m sorry that it has come to this. I don’t know what else to say,” the woman said. “This is so tragic that it ended this way. I can’t even begin to tell you what this is doing to my family.”</p><p>Deputies still haven’t elaborated on exactly what led up to Wednesday’s shooting.</p><p>“(I’m) very shocked, because Mr. McPeck is very nice,” neighbor Victoria Delgado said. “They care a lot about the house and with us, we talk.”</p><p>Delgado said she last saw MDSO deputies at the home months ago. She said she would frequently see their son outside, yelling.</p><p>“I know they have kind of some problem, because the day before yesterday, he was running and screaming, very high,” she said.</p><p>It remained unclear Thursday whether the father would be charged.</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[“Lo veíamos venir desde hace años”: hermana reacciona tras balacera doméstica mortal en Palmetto Bay]]></title><link>https://www.local10.com/espanol/2026/04/23/lo-veiamos-venir-desde-hace-anos-hermana-reacciona-tras-balacera-domestica-mortal-en-palmetto-bay/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/lo-veiamos-venir-desde-hace-anos-hermana-reacciona-tras-balacera-domestica-mortal-en-palmetto-bay/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[La hermana de un hombre que, según los agentes, fue asesinado a tiros por su propio padre en Palmetto Bay el miércoles, declaró a Local 10 News que el "trágico" incidente se había estado gestando durante años.]]></description><pubDate>Thu, 23 Apr 2026 16:27:33 +0000</pubDate><content:encoded><![CDATA[<p>La hermana de un hombre que, según agentes, fue <a href="https://www.local10.com/espanol/2026/04/23/disputa-domestica-en-palmetto-bay-termina-con-muerte-del-hijo-y-su-padre-bajo-custodia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/disputa-domestica-en-palmetto-bay-termina-con-muerte-del-hijo-y-su-padre-bajo-custodia/">baleado y asesinado</a> por su propio padre en Palmetto Bay el miércoles, dijo a Local 10 News que el incidente “trágico” llevaba años gestándose.</p><p>Investigadores de la Oficina del Sheriff de Miami-Dade indicaron que la balacera ocurrió en una vivienda cerca de Southwest 168th Street y la avenida 92, donde los agentes acudieron poco después de las 4:45 p.m. por un reporte de una disputa doméstica.</p><p>Indicaron que detuvieron a un hombre de unos 70 años fuera de la vivienda después de que disparara fatalmente contra su hijo de 47 años.</p><p>Los agentes, que no han identificado públicamente a ambos, dijeron que ya habían respondido anteriormente a la casa por llamadas relacionadas con salud mental.</p><p>Una mujer que se identificó como la hermana de la víctima dijo a Local 10 News que su familia “lo veía venir desde hace años”.</p><p>“Hemos hecho muchas llamadas, tratando de obtener ayuda”, dijo.</p><p>Regresó a la vivienda familiar la mañana del jueves.</p><p>“Lamento que haya llegado a esto. No sé qué más decir”, expresó la mujer. “Es tan trágico que haya terminado así. Ni siquiera puedo empezar a explicar lo que esto le está haciendo a mi familia”.</p><p>Los agentes aún no han detallado exactamente qué llevó a la balacera del miércoles.</p><p>“Estoy muy sorprendida, porque el señor McPeck es muy amable”, dijo la vecina Victoria Delgado. “Se preocupan mucho por la casa y con nosotros conversan”.</p><p>Delgado dijo que la última vez que vio a agentes de MDSO en la vivienda fue hace meses. Añadió que con frecuencia veía al hijo afuera, gritando.</p><p>“Sé que tienen algún tipo de problema, porque anteayer él estaba corriendo y gritando muy fuerte”, dijo.</p><p>Hasta el jueves, no estaba claro si el padre enfrentará cargos.</p>]]></content:encoded></item><item><title><![CDATA[Se dispara el enojo de Milei con la prensa. Cierra la sala de periodistas en la casa de gobierno]]></title><link>https://www.local10.com/espanol/2026/04/23/se-dispara-el-enojo-de-milei-con-la-prensa-cierra-la-sala-de-periodistas-en-la-casa-de-gobierno/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/se-dispara-el-enojo-de-milei-con-la-prensa-cierra-la-sala-de-periodistas-en-la-casa-de-gobierno/</guid><dc:creator><![CDATA[Por ALMUDENA CALATRAVA, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:27:13 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — En una escalada del enfrentamiento del presidente Javier Milei con los medios de comunicación argentinos, el Ejecutivo prohibió el jueves el acceso a todos los periodistas acreditados en la casa de gobierno luego de señalar a dos de ellos por presunto “espionaje”.</p><p>Varios de los periodistas afectados denunciaron en sus redes sociales que la sala de prensa está cerrada desde la mañana y que la medida —que según señalaron no se tomó ni durante la última dictadura militar (1976-1983)— abarca a los cerca de 50 acreditados. Medios de comunicación como Radio 10 y el diario La Nación se hicieron eco de la situación.</p><p>Javier Lanari, secretario de Prensa y Comunicación del gobierno, afirmó en X que “la decisión de quitar las huellas dactilares a los periodistas acreditados de Casa Rosada se tomó de manera preventiva ante la denuncia de Casa Militar por espionaje ilegal. El único fin es garantizar la seguridad nacional”.</p><p>La Casa Militar, dependiente de la Secretaría General de la Presidencia y responsable de la seguridad del mandatario, denunció penalmente a dos periodistas de la señal televisiva Todo Noticias (TN) luego de que en su programa del último domingo difundieron imágenes que habrían grabado sin autorización en el interior de la Casa Rosada.</p><p>Milei, que entonces estaba en Israel, afirmó el jueves en X que “ser corruptos, ensobrados y violar las leyes de seguridad no es gratis. Algún día las basuras inmundas periodistas (95%) tendrán que entender que no están por encima de la ley. Abusaron de la jurisprudencia. No es gratis”.</p><p>Liliana Franco, del diario Ámbito Financiero y con el acceso vedado a la sala de prensa, señaló en su cuenta de X que “no se sabe hasta cuándo” estará vigente la prohibición.</p><p>Franco, acreditada desde hace 30 años en la Casa Rosada, dijo a The Associated Press que la medida es excesiva. “Si el medio y el periodista procedieron mal está claro cuáles son; no es que hubo varios que hicieron esto. Entonces no comprendo la decisión, o si la comprendo, a los gobiernos nunca les gustan los periodistas".</p><p>Indicó además que el Ejecutivo no se ha pronunciado aún sobre la renovación de las acreditaciones de los periodistas que vencieron a fines de marzo.</p><p>Hace dos semanas el gobierno restringió de forma temporal el acceso de Franco y otros periodistas a la sede de gobierno luego de sostener que estarían vinculados con una red de espionaje y desinformación rusa destinada a desacreditar su gestión.</p><p>El mandatario de ultraderecha mantiene una postura abiertamente agresiva con la mayoría de los medios de comunicación y únicamente da entrevistas a los que son más afines a su gestión.</p><p>En febrero creó la Oficina de Respuesta Oficial para "desenmascarar mentiras y operaciones de los medios”, según él mismo afirmó. La nueva dependencia tiene similitudes con la cuenta Rapid Response 47 (Respuesta Rápida 47) creada por el presidente estadounidense Donald Trump —su principal aliado en la región —para responder a supuestas “fake news” en su contra.</p><p>Organizaciones periodísticas sostienen que la medida pretende limitar la libertad de expresión.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/USUJ5A3HQI3A2XFKBZQTI5AGO4.jpg?auth=dd7818b8eb01e9a383b2fe6835475b32b3d403a25c94acb0dc29f15a3d65c374&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La guardia de honor se mantiene firme frente a la Casa de Gobierno en Buenos Aires, Argentina, el jueves 23 de abril de 2026. (Foto AP/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S3RTLAISPDJK63KEX544ERMHEE.jpg?auth=a6262f2dd1445ebf0cde9b0b66df565697ab2a81734c886359d2fbe41ce49e91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Argentina, Javier Milei, habla en la Universidad Yeshiva el lunes 9 de marzo de 2026 en Nueva York. (Foto AP/Kena Betancur)]]></media:description><media:credit role="author" scheme="urn:ebu">Kena Betancur</media:credit></media:content></item><item><title><![CDATA[Justice Department's watchdog is reviewing compliance with the law mandating Epstein files release]]></title><link>https://www.local10.com/news/2026/04/23/justice-departments-watchdog-is-reviewing-compliance-with-the-law-mandating-epstein-files-release/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/23/justice-departments-watchdog-is-reviewing-compliance-with-the-law-mandating-epstein-files-release/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:50:44 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Department of Justice's internal watchdog said Thursday that it is reviewing the department’s compliance with the law mandating the release of the Jeffrey Epstein files.</p><p>The review from the inspector general's office will focus on how the department collected, reviewed and redacted materials in preparation for release and its process for addressing privacy concerns that arose after the files were made public, when Epstein survivors complained that personal information about them was disclosed.</p><p>The audit will focus on one of the more politically sensitive chapters of the Trump administration's Justice Department, when officials bowed to public pressure and to a law from Congress to release millions of pages of records that the executive branch had initially said would not come out. It marks the first significant effort by the watchdog — since Trump took office for a second time — to scrutinize the actions of a department that has been riven by tumult, including mass firings of employees and allegations of politicization of investigations.</p><p>The Epstein saga has shadowed the department for more than a year. The FBI and Justice Department once said in an unsigned statement that they would not release additional records from the Epstein sex trafficking investigation, but they reversed course after the legislation was passed by Congress and signed by President Donald Trump.</p><p>The department's subsequent release of records generated complaints from victims, who said sloppy redactions had left their identities exposed, and to criticism that information that could have been damaging to Trump was withheld from disclosure.</p><p>Epstein killed himself in a New York jail cell in August 2019, a month after being indicted on federal sex trafficking charges.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OOS3T3SNJVFHD42QZWI2DV57OM.jpg?auth=d55c8de3a0d5f1be724189096c977058cda422dd229b00310156d3f52cd457c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This March 28, 2017, photo provided by the New York State Sex Offender Registry shows Jeffrey Epstein. (New York State Sex Offender Registry via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Broward man faces 41 charges in animal cruelty case involving 14 puppies, 4 adult dogs]]></title><link>https://www.local10.com/news/local/2026/04/23/broward-man-faces-41-charges-in-animal-cruelty-case-involving-14-puppies-4-adult-dogs/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/broward-man-faces-41-charges-in-animal-cruelty-case-involving-14-puppies-4-adult-dogs/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Broward Sheriff’s Office deputies arrested a 46-year-old man on Wednesday after accusing him of not properly caring for 14 puppies and four adult dogs that were at his family home.]]></description><pubDate>Thu, 23 Apr 2026 15:56:04 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office deputies arrested a 46-year-old man on Wednesday after accusing him of not properly caring for 14 puppies and four adult dogs that were at his family home. </p><p><a href="https://www.local10.com/espanol/2026/04/23/hombre-de-broward-enfrenta-41-cargos-por-crueldad-animal-en-caso-que-involucra-14-cachorros-y-cuatro-perros-adultos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/hombre-de-broward-enfrenta-41-cargos-por-crueldad-animal-en-caso-que-involucra-14-cachorros-y-cuatro-perros-adultos/">Leer en español</a></p><p>On Thursday, Broward County prosecutors filed a third-degree felony case with 41 charges against Jamar Clair, a <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L13874&amp;TypeSearch=IR" target="_self" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L13874&amp;TypeSearch=IR">convicted felon</a> who was born in Fort Lauderdale and lives in Oakland Park, records show. </p><p>Clair refused to appear in bond court on Thursday morning. Broward County Circuit Judge Corey B. Friedman, who was presiding, allowed his relatives to speak during the bond court hearing. </p><p>“My dad is a caring and supportive person ... Those were not his dogs, and I do not believe that he harmed any animals,” Clair’s daughter Jamilia Clair told Friedman in court. </p><p>Relatives said Clair was doing the dogs’ owner a favor. A prosecutor told Friedman during the hearing that “once someone accepts the responsibility of caring for animals, it is their responsibility whether they were the original dog owner or not.”</p><p>Friedman said BSO deputies reported Clair refused to cooperate during the investigation, and he ordered him to stay away from animals. </p><p>“This was going on for months involving many different dogs,” the prosecutor told Friedman. </p><p>Clair is facing 18 counts of tampering with or fabricating physical evidence, a third-degree felony. </p><p>Clair is also facing 23 counts of tormenting, depriving of sustenance, mutilating, or killing an animal, a first-degree misdemeanor. </p><p>Clair was the subject of animal control complaints in the last few years. On July 28, 2025, Broward County’s Animal Care Division issued Clair a citation for cruelty to animals in Fort Lauderdale, according to court records. The case remained open on Thursday. </p><p>The Florida Department of Corrections released Clair from prison on Oct. 17, 2020, after he was convicted of a robbery in Broward County and sentenced to six years and eight months in prison, records show. </p><p>Clair was at the Broward County Main Jail on Thursday afternoon in Fort Lauderdale. His bond was $75,500. </p><p>Broward County Circuit Judge Francis I. Viamontes was set to preside over Clair’s case. </p><p><b>Watch the bond court hearing </b></p><p><i>This is a developing story. Local 10 News has a pending records request for the BSO deputies’ arrest report on the case. </i></p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HF7HKK5RQ5EVHCXAWXPK7HDTVA.jpg?auth=605e9f87a625c2af90168109a0f832d226158dace02cd7d64d33becfb028c121&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Corrections booked Jamar Clair on Wednesday at the Broward County Main Jail in Fort Lauderdale, according to inmate records.]]></media:description></media:content></item><item><title><![CDATA[Hombre de Broward enfrenta 41 cargos por crueldad animal en caso que involucra 14 cachorros y cuatro perros adultos]]></title><link>https://www.local10.com/espanol/2026/04/23/hombre-de-broward-enfrenta-41-cargos-por-crueldad-animal-en-caso-que-involucra-14-cachorros-y-cuatro-perros-adultos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/hombre-de-broward-enfrenta-41-cargos-por-crueldad-animal-en-caso-que-involucra-14-cachorros-y-cuatro-perros-adultos/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El miércoles, agentes de la Oficina del Sheriff del Condado de Broward arrestaron a un hombre de 46 años tras acusarlo de no cuidar adecuadamente a 14 cachorros y cuatro perros adultos que se encontraban en su domicilio familiar.]]></description><pubDate>Thu, 23 Apr 2026 16:22:18 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Sheriff de Broward arrestaron a un hombre de 46 años el miércoles tras acusarlo de no cuidar adecuadamente a 14 cachorros y cuatro perros adultos que estaban en la casa de su familia.</p><p>El jueves, fiscales del condado Broward presentaron un caso por delito grave de tercer grado con 41 cargos contra Jamar Clair, <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L13874&amp;TypeSearch=IR" target="_blank" rel="noreferrer" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L13874&amp;TypeSearch=IR">un convicto por delito grave</a> que nació en Fort Lauderdale y vive en Oakland Park, según muestran los registros.</p><p>Clair se negó a comparecer en la corte de fianza el jueves por la mañana. El juez del circuito del condado Broward, Corey B. Friedman, quien presidía, permitió que sus familiares hablaran durante la audiencia.</p><p>“Mi papá es una persona cariñosa y solidaria, , esos no eran sus perros, y no creo que haya dañado a ningún animal”, dijo la hija de Clair, Jamilia Clair, a Friedman en la corte.</p><p>Los familiares dijeron que Clair le estaba haciendo un favor al dueño de los perros. Un fiscal dijo a Friedman durante la audiencia que “una vez que alguien acepta la responsabilidad de cuidar animales, es su responsabilidad, independientemente de si era el dueño original o no”.</p><p>Friedman dijo que agentes de BSO reportaron que Clair se negó a cooperar durante la investigación y le ordenó mantenerse alejado de los animales.</p><p>“Esto estuvo ocurriendo durante meses e involucró a muchos perros diferentes”, dijo el fiscal a Friedman.</p><p>Clair enfrenta 18 cargos de manipulación o fabricación de evidencia física, un delito grave de tercer grado.</p><p>También enfrenta 23 cargos de atormentar, privar de sustento, mutilar o matar a un animal, un delito menor de primer grado.</p><p>Clair fue objeto de quejas de control animal en los últimos años. El 28 de julio de 2025, la División de Cuidado Animal del condado Broward emitió a Clair una citación por crueldad animal en Fort Lauderdale, según registros judiciales. El caso permanecía abierto el jueves.</p><p>El Departamento de Correcciones de Florida liberó a Clair de prisión el 17 de octubre de 2020, después de que fue condenado por un robo en el condado Broward y sentenciado a seis años y ocho meses de prisión, según los registros.</p><p>El juez del circuito del condado Broward, Francis I. Viamontes, estaba programado para presidir el caso de Clair.</p><p>Esta es una noticia en desarrollo. Local 10 News tiene pendiente una solicitud de registros para obtener el informe de arresto de los agentes de BSO sobre el caso.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HF7HKK5RQ5EVHCXAWXPK7HDTVA.jpg?auth=605e9f87a625c2af90168109a0f832d226158dace02cd7d64d33becfb028c121&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Corrections booked Jamar Clair on Wednesday at the Broward County Main Jail in Fort Lauderdale, according to inmate records.]]></media:description></media:content></item><item><title><![CDATA[Trump's planned appearance bringing renewed scrutiny to annual correspondents' dinner]]></title><link>https://www.local10.com/business/2026/04/23/trumps-planned-appearance-bringing-renewed-scrutiny-to-annual-correspondents-dinner/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/trumps-planned-appearance-bringing-renewed-scrutiny-to-annual-correspondents-dinner/</guid><dc:creator><![CDATA[By DAVID BAUDER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:23:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The seeming incongruity of President Donald Trump's expected attendance at an event that honors the press has brought renewed scrutiny to the annual White House Correspondents Association dinner, a fixture on Washington's spring social calendar that is scheduled for this weekend.</p><p>Between berating individual reporters, fighting organizations like The New York Times, Wall Street Journal and Associated Press in court and restricting press access to the Pentagon, the administration's animus toward journalists has been a fixture of Trump's second term.</p><p>It's another layer of complexity for the so-called “nerd prom,” given the name for the sight of reporters in tuxes. Some people are already squeaming about journalists toasting and laughing with people they regularly cover.</p><p>“This is sort of a critical moment for these dinners and it will be interesting to see what happens going forward,” said Lisa Stark, a former ABC News reporter.</p><p>Petition asks journalists to ‘speak forcefully’ on freedom of press</p><p>She and longtime colleague Ian Cameron have circulated a petition urging journalists who attend Saturday to “speak forcefully” in defense of the press with Trump in attendance. Dan Rather and former ABC White House reporter Sam Donaldson are among more than 350 former journalists to sign. Reporters have talked about a visible protest like lapel pins touting the First Amendment.</p><p>Calvin Coolidge, in 1924, was the first president to attend the dinner. Chief executives usually appear, requiring them in recent years to appear to be good sports as comics like Stephen Colbert, Colin Jost and Trevor Noah make jokes about them. Trump attended in 2011, glaring from the audience at President Barack Obama's barbs about him. This will be the first year he attends as president, however.</p><p>“The only thing more insulting for the press than Trump not coming is Trump coming,” Kelly McBride, NPR ombudsman and head of the Poynter Institute's ethics and leadership center, wrote last week.</p><p>“This man mocks you, sues you, and targets you for prosecution,” former Associated Press White House reporter Ron Fournier wrote on Substack. He detailed a list on Trump's actions against the press, finishing with: “and you're having dinner with him?” The top editor at HuffPost — a news website clearly hostile to Trump — said its journalists wouldn't attend Saturday as a protest.</p><p>The president of the WHCA, CBS News' Weijia Jiang, had no immediate comment. But Todd Gilman, a former White House bureau chief for the Dallas Morning News and now a journalism professor for Arizona State University, suggested it wasn't the press' role to make news itself by snubbing Trump. The president will make news either way depending on what he says there, he said.</p><p>There's a misperception, Gilman said, that the correspondents are honoring Trump by having him at the dinner.</p><p>Some potential uncomfortable moments</p><p>Meanwhile, CBS owners Paramount are reportedly hosting a dinner to honor Trump Thursday at the Institute of Peace, which was renamed for Trump last year. Paramount is awaiting government approval of its deal to buy Warner Bros. Discovery.</p><p>The president, if he chooses to stay at the correspondents dinner Saturday, will also face some uncomfortable moments as the WHCD gives awards to journalists he has criticized, like CNN's Kaitlan Collins. The Wall Street Journal is being honored for its story about Trump's birthday message to convicted sex offender Jeffrey Epstein — for which the president sued the newspaper. The AP, which is battling Trump in court over access, is also being honored.</p><p>Debate over the appearance of partying with the president and his staff isn't new. The New York Times stopped attending the event in 2011 for that reason. The Atlantic magazine wrote about the “slow, awkward death” of the correspondents dinner in 2018.</p><p>Correspondents should acknowledge that “a red-carpet schmoozefest with the powerful sources they cover was never a good idea,” McBride wrote. News organizations will also be watched this weekend for administration officials sitting at their tables as guests, such as CBS News reportedly inviting Defense Secretary Pete Hegseth.</p><p>Many journalists who have attended, however, said the opportunity to have personal interactions with people they cover can help them later in their jobs. Gilman has brought ambassadors from Mexico as guests— an important contact for a reporter at a Texas newspaper. NPR journalist Eric Deggans wrote on Substack that he got an interview with media mogul Byron Allen after making a connection at the WHCD dinner.</p><p>“Even if you're not sitting with an administration official, you have the opportunity to walk up to someone, say hi, break the ice and give them a business card,” Gilman said. “It puts a face to the name, so maybe they'll return your call the next time.”</p><p>___</p><p>David Bauder writes about the intersection of media and entertainment for the AP. Follow him at http://x.com/dbauder and https://bsky.app/profile/dbauder.bsky.social.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JVDE4XTO57VU72XT22FWFH77OI.jpg?auth=805451a2e31730037323c901fded9bf5e22dcdf4282bae652ea72db34264741b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[White House press secretary Karoline Leavitt speaks with reporters outside the White House, Wednesday, April 22, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LN6JAJD5B5S2WKEC2ZJUKQS26U.jpg?auth=8be155cce2cca9db953c7e0b40ec820144d4bf8643cc579d8c04a566e18a4186&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sprinklers water the North Lawn of the White House, Thursday, April 23, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Policía: Mujer dice que sospechoso le dijo “tengo esa mier.. encima” antes de sacar un arma en estacionamiento de Target]]></title><link>https://www.local10.com/espanol/2026/04/23/policia-mujer-dice-que-sospechoso-le-dijo-tengo-esa-mier-encima-antes-de-sacar-un-arma-en-estacionamiento-de-target/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/policia-mujer-dice-que-sospechoso-le-dijo-tengo-esa-mier-encima-antes-de-sacar-un-arma-en-estacionamiento-de-target/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Las autoridades de Aventura arrestaron a una mujer después de que supuestamente sacara un arma durante una discusión en un estacionamiento.]]></description><pubDate>Thu, 23 Apr 2026 16:16:37 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades en Aventura arrestaron a una mujer de 42 años después de que, según dijeron, presuntamente sacó un arma durante una disputa en un estacionamiento.</p><p>El hecho ocurrió el miércoles alrededor de la 1:55 p.m. afuera del Target ubicado en 21265 Biscayne Blvd.</p><p>Según la policía, la víctima estaba sentada dentro de su vehículo fuera de la tienda, estacionado en reversa, cuando la sospechosa, Kiara Johnson, se estacionó en el espacio contiguo.</p><p>La policía indicó que la víctima movió su vehículo para evitar que Johnson golpeara su auto al abrir la puerta y que, tras hacerlo, Johnson “comenzó a insultarla y a decirle obscenidades”.</p><p>En ese momento, según un informe de arresto, Johnson sacó un arma de su bolso y le dijo a la víctima “tengo esa mier... encima”.</p><p>La víctima nunca salió de su vehículo y, en cambio, se retiró del área y llamó al 911.</p><p>Los agentes que acudieron estaban hablando con la víctima cuando, según dijeron, Johnson salió de la tienda y fue detenida, momento en el que admitió tener un arma dentro de su bolso.</p><p>Sin embargo, la policía indicó que Johnson negó haber amenazado a la víctima con el arma y dijo que la víctima había amenazado con abofetearla, pero aseguró que nunca sacó el arma de su bolso.</p><p>Según el informe de arresto, la víctima pudo describir a los agentes cómo era el arma, mientras que Johnson dijo que desconocía si la víctima pudo ver el arma dentro de su bolso.</p><p>Además, la policía indicó que tras realizar una verificación de registros, no había registro del arma que Johnson tenía en su bolso.</p><p>Johnson enfrenta un cargo grave de asalto agravado con un arma de fuego. Hasta la mañana del jueves, permanecía detenida en el Turner Guilford Knight Correctional Center con una fianza de $5,500 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LFTXCWVXZZGW5MAUBZI246EVBY.jpg?auth=73d2a7ad9549cd9f59c5ce57949010d125603d960e8cc333f702d9fe89c4eecb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mugshot for 42-year-old Kiara Johnson.]]></media:description></media:content></item><item><title><![CDATA[Woman says suspect told her ‘I got that s--- on me’ before pulling gun in Target parking lot: Cops ]]></title><link>https://www.local10.com/news/local/2026/04/23/woman-says-suspect-told-her-i-got-that-s-on-me-before-pulling-gun-in-target-parking-lot-cops/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/woman-says-suspect-told-her-i-got-that-s-on-me-before-pulling-gun-in-target-parking-lot-cops/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Authorities in Aventura arrested a woman after she allegedly pulled out a gun during a parking lot dispute. ]]></description><pubDate>Thu, 23 Apr 2026 15:31:38 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Aventura arrested a 42-year-old woman after they said she allegedly pulled out a gun during a parking lot dispute. </p><p><a href="https://www.local10.com/espanol/2026/04/23/policia-mujer-dice-que-sospechoso-le-dijo-tengo-esa-mier-encima-antes-de-sacar-un-arma-en-estacionamiento-de-target/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/policia-mujer-dice-que-sospechoso-le-dijo-tengo-esa-mier-encima-antes-de-sacar-un-arma-en-estacionamiento-de-target/">Leer en español</a></p><p>It happened on Wednesday around 1:55 p.m. outside the Target located at 21265 Biscayne Blvd.</p><p>According to police, the victim was sitting inside her car outside the store, which was backed in, when the suspect, Kiara Johnson, parked in the next spot over. </p><p>Police said the victim moved her car over so that Johnson didn’t hit her car when opening her door, and that after doing so, Johnson “began cursing at her (and) calling her obscenities.”</p><p>That’s when, according to an arrest form, Johnson took a gun out of her purse and told the victim “I got that s--- on me.”</p><p>The victim never got out of her vehicle and instead left the area and called 911. </p><p>Responding officers were speaking with the victim when they said Johnson came out of the store and was detained, at which time she admitted to having a gun inside her purse.</p><p>However, police said Johnson denied threatening the victim with the gun and said the victim had threatened to slap her, but said she never took her gun out of her purse.</p><p>According to an arrest form, the victim was able to tell officers what the gun looked like, while Johnson said it was unknown if the victim was able to see the gun inside her purse. </p><p>Additionally, police said after conducting a records check, there was no record for the gun that Johnson had in her purse. </p><p>Johnson is facing a felony charge of aggravated assault with a firearm. As of Thursday morning, she was being held behind bars at Turner Guilford Knight Correctional Center on a $5,500 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LFTXCWVXZZGW5MAUBZI246EVBY.jpg?auth=73d2a7ad9549cd9f59c5ce57949010d125603d960e8cc333f702d9fe89c4eecb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mugshot for 42-year-old Kiara Johnson.]]></media:description></media:content></item><item><title><![CDATA[Falcons: James Pearce Jr. ingresará a programa de intervención tras arresto en Doral]]></title><link>https://www.local10.com/espanol/2026/04/23/falcons-james-pearce-jr-ingresara-a-programa-de-intervencion-tras-arresto-en-doral/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/falcons-james-pearce-jr-ingresara-a-programa-de-intervencion-tras-arresto-en-doral/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El linebacker de los Atlanta Falcons, James Pearce Jr., ha aceptado participar en un programa de intervención de seis meses para evitar ir a juicio, tras ser arrestado por violencia doméstica en Doral, según informó ESPN el jueves.]]></description><pubDate>Thu, 23 Apr 2026 16:09:00 +0000</pubDate><content:encoded><![CDATA[<p>El apoyador de los Atlanta Falcons, James Pearce Jr., acordó ingresar a un programa de intervención de seis meses para evitar ir a juicio, tras un arresto por violencia doméstica en Doral, según informó Local 10 el jueves.</p><p>Según <a href="https://www.espn.com/nfl/story/_/id/48570748/falcons-james-pearce-jr-enters-intervention-program-avoids-trial" target="_blank" rel="noreferrer" title="https://www.espn.com/nfl/story/_/id/48570748/falcons-james-pearce-jr-enters-intervention-program-avoids-trial">ESPN</a>, como parte del acuerdo, Pearce debe mantenerse alejado de su ex novia, la jugadora de la WNBA Rickea Jackson, y participar en terapia.</p><p>El medio informó que Pearce asistió a la audiencia del jueves por videoconferencia.</p><p>Su próxima comparecencia en la corte para finalizar los detalles del acuerdo está programada para el 7 de mayo.</p><p>Un portavoz de la Fiscalía Estatal de Miami-Dade confirmó que el caso permanecerá abierto hasta que se complete el programa de desvío previo al juicio.</p><p>Pearce fue arrestado en febrero y acusado de tres delitos graves: agresión agravada con un arma mortal, huir y evadir a la policía y resistirse a un agente con violencia. Un cuarto cargo de acecho fue presentado como delito menor y un cargo adicional de agresión agravada contra un agente fue retirado.</p><p>Según la policía de Doral, Jackson dijo a las autoridades que intentó alejarse conduciendo de Pearce el 7 de febrero y que se dirigía a la estación de policía de Doral para buscar ayuda cuando Pearce “<a href="https://www.local10.com/espanol/2026/02/09/james-pearce-jr-choco-dos-veces-contra-auto-de-exnovia-de-la-wnba-durante-persecucion-en-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/02/09/james-pearce-jr-choco-dos-veces-contra-auto-de-exnovia-de-la-wnba-durante-persecucion-en-doral/">chocó intencionalmente contra la parte trasera de su vehículo con su SUV</a>” antes de que llegara la policía.</p><p>Pearce presuntamente se negó a una orden inicial de la policía de “tirarse al suelo”, según detalles del arresto en una declaración jurada. El informe policial indica que Pearce luego se dio a la fuga y golpeó la rodilla izquierda de un agente con su vehículo “intencionalmente en un intento de evadir el arresto”.</p><p>Según la policía, Pearce chocó su vehículo y luego continuó su intento de evadir a la policía corriendo antes de ser detenido tras un “breve forcejeo”.</p><p>Jackson, en una petición de protección contra Pearce presentada en febrero, expresó temores por su seguridad que se remontan a antes del incidente por el que fue arrestado y acusado.</p><p>“Debido a su comportamiento obsesivo, inseguro, violento y agresivo, terminar la relación ha sido difícil y temo por mi vida”, dijo Jackson en la petición presentada en el circuito judicial 11 en el condado Miami-Dade. “James ha amenazado con matarme, James ha amenazado con hacerme daño, James ha amenazado con herirme, James ha amenazado con ponerme una bolsa en la cabeza, y James me ha abusado verbal y físicamente”.</p><p>Jackson indicó en la petición que Pearce le arrebató su teléfono, le jaló el cabello y tomó sus pertenencias, momento en el que decidió terminar la relación.</p><p>Describió un patrón de comportamiento de acoso previo al 7 de febrero, incluyendo que Pearce le ofreció $75,000 USD para visitarlo y $200,000 USD para permanecer en una relación con él, según la petición. Jackson dijo que conducía cuando notó que Pearce la seguía en su vehículo antes de que “comenzara a conducir de manera errática, a altas velocidades, persiguiéndola”.</p><p>Jackson indicó en la petición que comenzó a conducir hacia el Departamento de Policía de Doral porque temía que Pearce le hiciera daño. Dijo que Pearce golpeó repetidamente su vehículo con el suyo antes de que ella llegara a la estación.</p><p>Jackson, de 24 años, lleva dos años en su carrera en la WNBA. Indicó que ella y Pearce comenzaron a salir cuando estaban en la Universidad de Tennessee.</p><p>Pearce, de 22 años, <a href="https://apnews.com/article/nfl-draft-falcons-9a463efc6469fed7694e960565cd2e44" target="_blank" rel="noreferrer" title="https://apnews.com/article/nfl-draft-falcons-9a463efc6469fed7694e960565cd2e44">fue la selección número 26</a> en el draft de la NFL el año pasado. Registró 10 1/2 capturas y sus 45 presiones al mariscal de campo establecieron un récord de novato en los Falcons.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2CERYZOWZ5A3XPX3LCJEE62FIA.jpg?auth=2491ac57576d36b460476eac6ebd98691edaa56bfbade0a16baeb952306c110f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[James Pearce Jr.]]></media:description></media:content></item><item><title><![CDATA[Falcons’ James Pearce Jr. to enter intervention program following arrest in Doral]]></title><link>https://www.local10.com/news/local/2026/04/23/report-falcons-james-pearce-jr-to-enter-intervention-program-following-arrest-in-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/report-falcons-james-pearce-jr-to-enter-intervention-program-following-arrest-in-doral/</guid><dc:creator><![CDATA[Amanda Batchelor, Associated Press]]></dc:creator><description><![CDATA[Atlanta Falcons linebacker James Pearce Jr. has agreed to enter a six-month intervention program, to avoid going to trial, following a domestic violence arrest in Doral, ESPN reported Thursday.]]></description><pubDate>Thu, 23 Apr 2026 15:42:49 +0000</pubDate><content:encoded><![CDATA[<p>Atlanta Falcons linebacker James Pearce Jr. has agreed to enter a six-month intervention program, to avoid going to trial, following a domestic violence arrest in Doral, Local 10 learned Thursday.</p><p><a href="https://www.local10.com/espanol/2026/04/23/falcons-james-pearce-jr-ingresara-a-programa-de-intervencion-tras-arresto-en-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/falcons-james-pearce-jr-ingresara-a-programa-de-intervencion-tras-arresto-en-doral/">Leer en español</a></p><p>According to <a href="https://www.espn.com/nfl/story/_/id/48570748/falcons-james-pearce-jr-enters-intervention-program-avoids-trial" target="_self" rel="" title="https://www.espn.com/nfl/story/_/id/48570748/falcons-james-pearce-jr-enters-intervention-program-avoids-trial">ESPN</a>, as part of the deal, Pearce must stay away from his ex-girlfriend, WNBA player Rickea Jackson, and participate in therapy.</p><p>The outlet reported that Pearce attended Thursday’s hearing via videoconference.</p><p>His next court date to finalize the details of the deal is scheduled for May 7.</p><p>A spokesperson for the Miami-Dade State Attorney’s Office confirmed that the case will remain open until the pre-trial diversion program is completed. </p><p>Pearce was arrested in February and charged with three felonies -- aggravated battery with a deadly weapon, fleeing and eluding police and resisting an officer with violence. A fourth charge of stalking was brought as a misdemeanor and an additional charge of aggravated battery of an officer was dropped.</p><p>According to Doral police, Jackson told authorities she attempted to drive away from Pearce on Feb. 7, and was driving toward the Doral police station to seek help when Pearce <a href="https://www.local10.com/news/local/2026/02/09/nfls-james-pearce-jr-crashed-into-wnba-stars-car-twice-as-he-stalked-her-after-breakup-police/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/09/nfls-james-pearce-jr-crashed-into-wnba-stars-car-twice-as-he-stalked-her-after-breakup-police/">“intentionally collided into the rear of her vehicle with his SUV”</a> before police arrived.</p><p>Pearce allegedly refused an initial order from police to “get on the floor,” according to details of the arrest in an affidavit. The police account said Pearce then drove away and hit a police officer’s left knee with his vehicle “intentionally in an attempt to evade arrest.”</p><p>According to police, Pearce wrecked his vehicle and then continued in his attempt to elude police by running before being apprehended following a “short struggle.”</p><p>Jackson, in a petition for protection against Pearce filed in February, expressed fears for her safety that predated the incident for which he was arrested and charged.</p><p>“Due to his obsessive, insecure, violent and aggressive behavior, ending the relationship has been difficult and I am afraid for my life,” Jackson said in the petition filed in the 11th Judicial Circuit in Miami-Dade County. “James has threatened to kill me, James has threatened to harm me, James has threatened to injure me, James has threatened to place a bag over my head, and James has verbally and physically abused (me).”</p><p>Jackson in the petition said Pearce snatched her phone, pulled her hair and took her belongings, at which point she decided to end their relationship.</p><p>She described a pattern of harassing behavior leading up to Feb. 7, including Pearce offering her $75,000 to visit him and $200,000 to remain in a relationship with him, according to the petition. Jackson said she was driving when she noticed Pearce following her in his car before he “began driving his vehicle erratically, at high speeds chasing after me.”</p><p>Jackson said in the petition she began driving to the Doral Police Department because she feared Pearce would hurt her. She said Pearce repeatedly struck her vehicle with his before she got to the station.</p><p>Jackson, 24, is two years into her WNBA career. She said she and Pearce began dating when they were at the University of Tennessee together.</p><p>Pearce, 22, <a href="https://apnews.com/article/nfl-draft-falcons-9a463efc6469fed7694e960565cd2e44" rel="">was the No. 26 pick</a> in the NFL draft last year. He had 10 1/2 sacks and his 45 quarterback pressures set a Falcons rookie record.</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/2CERYZOWZ5A3XPX3LCJEE62FIA.jpg?auth=2491ac57576d36b460476eac6ebd98691edaa56bfbade0a16baeb952306c110f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[James Pearce Jr.]]></media:description></media:content></item><item><title><![CDATA[Average US long-term mortgage rate slips to 6.23%, its third weekly drop]]></title><link>https://www.local10.com/business/2026/04/23/average-us-long-term-mortgage-rate-slips-to-623-its-third-weekly-drop/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/average-us-long-term-mortgage-rate-slips-to-623-its-third-weekly-drop/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:13:07 +0000</pubDate><content:encoded><![CDATA[<p>The average long-term U.S. mortgage rate dropped for the third week in a row, easing borrowing costs for prospective homebuyers as the spring homebuying season rolls on.</p><p>The benchmark 30-year fixed rate mortgage rate fell to 6.23% from 6.3% last week, mortgage buyer Freddie Mac said Thursday. One year ago, the rate averaged 6.81%.</p><p>The average rate is now at its lowest level since March 19, when it was 6.22%.</p><p>Meanwhile, borrowing costs on 15-year fixed-rate mortgages, popular with homeowners refinancing their home loans, also eased this week. That average rate dropped to 5.58% from 5.65% last week. A year ago, it was at 5.94%, Freddie Mac said.</p><p>Mortgage rates are influenced by several factors, from the Federal Reserve’s interest rate policy decisions to bond market investors’ expectations for the economy and inflation.</p><p>Rates have been declining of late, echoing some easing in the yield on U.S. 10-year Treasury bonds, which lenders use as a guide to pricing home loans.</p><p>The 10-year Treasury yield was at 4.30% in midday trading on the bond market Thursday, down slightly from 4.32% a week ago. The yield was at just 3.97% in late February, before the war with Iran broke out.</p><p>As recently as late February, the average rate on a 30-year mortgage slipped just under 6% for the first time since late 2022. It started climbing last month as the war with Iran sent energy prices soaring, heightening worries about higher inflation.</p><p>Bond yields, and mortgage rates, have been volatile in the weeks since as the conflict drags on despite attempts by the U.S. and Iran to negotiate a ceasefire.</p><p>The war has ratcheted up worries over higher inflation and the trajectory of the economy at a time when consumers are feeling less confident about the job market. That, plus the volatility in mortgage rates, has clouded the outlook for the spring homebuying season.</p><p>The U.S. housing market has been in a slump since 2022, when mortgage rates began to climb from pandemic-era lows. Sales of previously occupied U.S. homes were essentially flat last year, stuck at a 30-year low. They have remained sluggish so far this year, declining in January and February and March from a year earlier.</p><p>“Looking ahead, mortgage rates will likely continue to be volatile throughout the spring,” Lisa Sturtevant, chief economist at Bright MLS, said in an email. “For the market to regain full momentum, we will need to see more than just a temporary dip in rates. Rather, we need sustained stability in the global energy market and a clearer sign that domestic inflation is back on a downward trajectory.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FQHVWQ4YDANIUFZBTKOOMJK5UU.jpg?auth=910358fcb3a3d5f8a25fa3a32935c9debaa706d8e4464718f70112108cf400dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A House For Sale sign is displayed in front of a home in Evanston, Ill.,Wednesday, March 25, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Hall of Fame pitcher Sandy Koufax wins Baseball Digest lifetime achievement award]]></title><link>https://www.local10.com/sports/2026/04/23/hall-of-fame-pitcher-sandy-koufax-wins-baseball-digest-lifetime-achievement-award/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/hall-of-fame-pitcher-sandy-koufax-wins-baseball-digest-lifetime-achievement-award/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:00:36 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Sandy Koufax has won the sixth Lifetime Achievement Award presented by Baseball Digest.</p><p>The Hall of Fame pitcher was honored Thursday with an annual distinction that “recognizes a living individual whose career has been spent in or around Major League Baseball and who has demonstrated outstanding character and has made significant contributions to the game."</p><p>Willie Mays won the inaugural award in 2021, followed by Vin Scully (2022), Joe Torre (2023), Dusty Baker (2024) and Bob Costas (2025).</p><p>“It’s a great honor to be recognized along with the previous award winners,” the 90-year-old Koufax said in a news release. “I thank the distinguished panel.”</p><p>Koufax made his major league debut for his hometown Brooklyn Dodgers in 1955, when they won the franchise's first World Series championship. After the team moved to Los Angeles, he became one of baseball's most dominant pitchers during the 1960s.</p><p>The left-hander won three Cy Young Awards, an MVP trophy and five consecutive National League ERA titles. He had three 25-win seasons, leading the majors each time, and made seven All-Star teams from 1961-66.</p><p>Koufax threw four no-hitters, including a perfect game, and was the World Series MVP twice, after leading the Dodgers to crowns in 1963 and '65. He also was a member of Los Angeles' championship squad in 1959.</p><p>After retiring at age 30 following the 1966 season because of traumatic arthritis in his pitching elbow, Koufax became the youngest player inducted to the Baseball Hall of Fame in 1972. Later that season, the Dodgers retired his uniform No. 32. He was named to MLB’s All-Century Team in 1999.</p><p>“The name Sandy Koufax has become a synonym for ‘great pitcher,’” Baseball Digest publisher David Fagley said. “It’s hard to believe it has been 60 years since he last pitched so brilliantly for the Dodgers but, since his retirement, Sandy has been a remarkable representative of our national game, a symbol of class and dignity.”</p><p>Koufax was selected to receive the award in voting by a 21-member panel of longtime MLB participants and observers, including writers, broadcasters, former players and executives.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6VGMYCJTVTWCYHT6Z3TGS2XR2M.jpg?auth=17f438443439712100604609ce95988397e7076886784d9ead950749a9ce448c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Statues of Sandy Koufax, foreground, and Jackie Robinson stand outside Dodger Stadium before a baseball game between the Los Angeles Dodgers and the New York Mets, Wednesday, April 15, 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[Booked Out: Why Miami Restaurants Fill Up Fast on Mother’s Day]]></title><link>https://www.local10.com/features/2026/04/23/booked-out-why-miami-restaurants-fill-up-fast-on-mothers-day/</link><guid isPermaLink="true">https://www.local10.com/features/2026/04/23/booked-out-why-miami-restaurants-fill-up-fast-on-mothers-day/</guid><dc:creator><![CDATA[Camila Bretas, Digital Communication and Media major at FIU ]]></dc:creator><description><![CDATA[Mother’s Day is supposed to be about a cute brunch, flowers, and actually spending time with your family. But in Miami, there’s one problem that ruins the plan: getting a restaurant reservation.]]></description><pubDate>Thu, 23 Apr 2026 15:59:34 +0000</pubDate><content:encoded><![CDATA[<p>Mother’s Day is supposed to be about a cute brunch, flowers, and actually spending time with your family. But in Miami, there’s one problem that ruins the plan: getting a restaurant reservation.</p><p>Across the city, places are fully booked days and sometimes even weeks in advance. If you did not plan ahead, you are either refreshing OpenTable nonstop or just accepting that you will be waiting forever. At this point, Mother’s Day has basically turned into one of the busiest days of the year for restaurants, especially in Miami where eating out is such a big part of the culture.</p><p>And the data makes it even clearer. As shown in the chart below, reservations increase significantly compared to a normal Sunday, with the biggest rush happening late morning into early afternoon, right when everyone wants that perfect brunch moment.</p><figure><img src="https://www.local10.com/resizer/v2/6ANDV3UG6VBR3KEI3MX7XNUKUU.jpg?auth=106cab7cbfe246103710af4e9e1ea506580329cab5b9d191b2ac72dd45ceb28c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“I tried to book a table for my mom a week in advance, and everything was already full,” said Augusto Bittencourt, a Florida International University student. “Every place I called either had no reservations or only really late times.”</p><p>This kind of experience is actually very common. According to data from the National Restaurant Association, Mother’s Day is consistently one of the busiest days of the year for dining in the United States. In a city like Miami, that demand feels even more intense because of tourism, the strong brunch culture, and the number of popular restaurants everyone wants to go to.</p><p>The map below helps explain why it gets so competitive. Many of the most in-demand restaurants are concentrated in areas like Brickell, Miami Beach, and Wynwood, which are already high traffic spots. During holidays like Mother’s Day, these areas become even more crowded, making reservations even harder to get.</p><figure><img src="https://www.local10.com/resizer/v2/7SWPXXNGONEA5FZPGIFJU32S2E.jpg?auth=1f64e242a0197c0147367de7f08ebff7b18825af9c379c265c8f85a358660681&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Restaurants like Zuma, Seaspice, and Casa Tua are known for being some of the most popular spots in the city, and on days like Mother’s Day, they reach full capacity really fast. These places attract both locals and tourists, which makes getting a reservation even more competitive.</p><p>But it is not just about where you go, timing matters just as much. Demand starts to build throughout the morning and then peaks around midday, which is exactly why brunch is the hardest time to get a table.</p><figure><img src="https://www.local10.com/resizer/v2/MIYBKESYL5CU7ANHOBXVGINUSY.jpg?auth=aca11ae2d9486ef9bed498c119b32cabb27a47f44c01f4e9497d734983d4d3a0&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Even when people actually manage to get a reservation, the experience is not always what they expected.</p><p>“Even when you do get a table, it’s packed, loud, and service takes longer because they’re so busy,” Bittencourt added.</p><p>Still, there are ways to celebrate Mother’s Day without dealing with all that stress. Experts recommend booking at least one to two weeks in advance, going for earlier or later times instead of peak brunch hours, or even trying restaurants in less crowded areas.</p><p>A lot of families are also starting to switch things up. Instead of going out, they are cooking at home, planning picnics, or doing something outdoors together.</p><p>As Miami keeps growing, the demand for dining keeps growing with it, especially on days like Mother’s Day. At this point, celebrating is less about getting the perfect reservation and more about finding a way to actually enjoy the time together.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NXDQ6ZEH35BDFPG53Q7ZTXNJBI.png?auth=bf534a035a5ced4f4407a3579d426a13bba5e714e1d89f02783318efcc7ba557&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Mother’s Day or Marketing Day?]]></title><link>https://www.local10.com/features/2026/04/23/mothers-day-or-marketing-day/</link><guid isPermaLink="true">https://www.local10.com/features/2026/04/23/mothers-day-or-marketing-day/</guid><dc:creator><![CDATA[Daylyin Staples, Digital Communication and Media major from FIU ]]></dc:creator><description><![CDATA[Mother’s Day is a beloved holiday celebrated across the globe. Children and loved ones utilize this time to honor their respective mothers, showering them with love, appreciation, and gifts. However, with time, the holiday has turned from a celebration of motherhood to a glorified shopping spree, especially in Miami.]]></description><pubDate>Thu, 23 Apr 2026 15:56:39 +0000</pubDate><content:encoded><![CDATA[<p>Mother’s Day is a beloved holiday celebrated across the globe. Children and loved ones utilize this time to honor their respective mothers, showering them with love, appreciation, and gifts. However, with time, the holiday has turned from a celebration of motherhood to a glorified shopping spree, especially in Miami.</p><p>On a sunny second Sunday in May, brunch tables fill quickly. Restaurants in Brickell, Coconut Grove, and Miami Beach offer prix-fixe menus, some costing more than $100 per person. Bouquet lines, storefronts, and social media feeds overflow the timeline with curated tributes to moms. But behind the flowers and reservations, Mother’s Day is becoming something more complex: a growing economic force.</p><p>According to a 2025 survey by the <a href="https://nrf.com/media-center/press-releases/mother-s-day-spending-expected-to-reach-34-1-billion" rel="">National Retail Federation</a>, Americans were expected to spend more than $34.1 billion on Mother’s Day, with spending growing each year. The average person even spends around $200 on the day alone. So while the holiday remains rooted in appreciation, data numbers suggest it is also deeply tied to consumer culture.</p><figure><img src="https://www.local10.com/resizer/v2/HFHGOOEXSZF2DJO5KQGRVOJJIQ.png?auth=e4a8767ad2c38b96391d5a88b3523797b5cfdf5f06a0d72d7db85bb69af4097b&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>And in Miami, that shift is especially visible.</p><p>Dining out has become one of the most common ways families celebrate Mother’s Day. Restaurants even report it as their busiest day of the year, beating out rival holidays such as Valentine’s Day. But the cost of participating in that tradition is rising.</p><p>A typical brunch in Miami might cost $20 to $35 on an average weekend, but on Mother’s Day, many restaurants set prix fixe menus ranging from $75 to over $130 per person.</p><p>A typical brunch in Miami might cost between $20 and $35 on a regular weekend. On Mother’s Day, many restaurants switch to prix fixe menus ranging from $50 to over $120 per person.</p><figure><img src="https://www.local10.com/resizer/v2/QWWHPFBRA5GS3CXWQOTS6R5TS4.png?auth=26740f821b5fd175e61bba26674aff46f870ecfa56ca07841630b4f38a6b0f33&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>This vast price not only reflects the demand but also the expectation.</p><p>“Mother’s Day has definitely become too commercialized,” Dashonya Thompson said, a Miami resident and mother of two. “I think we [society] value what we get as opposed to spending quality time with and celebrating mom, and for me, that’s what it’s all about.”</p><p>Her sentiment aligns with a national survey showing that many mothers prefer quality time over expensive gifts or extravagant brunches.</p><p>Consumers’ spending on Mother’s Day is still dominated by traditional purchases such as flowers or cards, but experiences are rapidly increasing as a share of holiday spending. Dining out, spa visits, and traveling trips now make up a growing share of Mother’s Day festivities aside from the conventional ones.</p><p><iframe title="US: Favorite Mother's Day activities in 2025" aria-label="Pie Chart" id="datawrapper-chart-aDFnU" src="https://datawrapper.dwcdn.net/aDFnU/1/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="688" data-external="1"></iframe><script type="text/javascript">window.addEventListener("message",function(a){if(void 0!==a.data["datawrapper-height"]){var e=document.querySelectorAll("iframe");for(var t in a.data["datawrapper-height"])for(var r,i=0;r=e[i];i++)if(r.contentWindow===a.source){var d=a.data["datawrapper-height"][t]+"px";r.style.height=d}}});</script></p><p>Florists also see a major surge during Mother’s Day weekend. Many flowers sold across the United States pass through Miami, making the city a key place for the holiday supply chain. As demand rises, so do prices, making the flowers more expensive than usual just days before the holiday.</p><p>This shift not only showcases that Mother’s Day is no longer just about buying something but about a broader trend: creating a new experience.</p><p>In a city shaped by tourism, social media, and luxury branding, celebrations often feel amplified. Picture-perfect brunches, waterfront dining, and elaborate gifts can create a sense of expectation.</p><p>That pressure is between neighborhoods of all income levels.</p><p>In areas like Brickell, high-end dining and elaborate experiences are the norm. At the same time, in areas like Hialeah or North Miami, celebrations are often centered on home-cooked meals and family gatherings.</p><p>Despite these vast differences, the underlying message remains the same. Showing appreciation for mothers is important.</p><p>Whether at a fine dining brunch table or in the family dining room, the meaning of the day can still be simple.</p><p>For many mothers, the most valuable gift isn’t found on a menu, in a store, or on a plane.</p><p>It’s being with loved ones.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/USARX5XPWBAXHCGAKKD7VNI6EQ.png?auth=dab306263b8f13f649393a1294a77ac50ad1832c34c1de4fe04b2a4f157bab35&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[How Miami Buys its Mother’s Day Flowers]]></title><link>https://www.local10.com/features/2026/04/23/how-miami-buys-its-mothers-day-flowers/</link><guid isPermaLink="true">https://www.local10.com/features/2026/04/23/how-miami-buys-its-mothers-day-flowers/</guid><dc:creator><![CDATA[Kelly Rengifo, Digital and Interactive Media Major from FIU ]]></dc:creator><description><![CDATA[Every year for Mother’s Day, refrigerated cargo planes land at Miami International Airport carrying millions of fresh flowers. ]]></description><pubDate>Thu, 23 Apr 2026 15:56:12 +0000</pubDate><content:encoded><![CDATA[<p>Every year for Mother’s Day, refrigerated cargo planes land at Miami International Airport carrying millions of fresh flowers. </p><p>From roses, tulips, or orchids, all these flowers are delivered to local florist shops, grocery shops, and vendors all over the city. While a bouquet of flowers may seem like a simple or last minute gift, the journey they took and where people choose to buy them showcases a much bigger story about the role Miami plays in the global flower trade.</p><p>The biggest holiday for floral sales in the United States is Mother’s Day. The consumer demand increases significantly in the weeks leading up. According to the <a href="https://safnow.org/2025/05/27/mothers-day-purchases-and-sales-climb/" rel="">Society of American Florists</a>, a substantial number of Americans buy flowers for this holiday. In Miami, this demand is due to tradition, cost, and convenience.</p><p>Accessibility plays a major role in where many shoppers buy their flowers. Grocery store chains like CVS, Walgreens, and Publix provide budget friendly, ready-made bouquets that can be picked up while running daily errands. The flower sales from these stores dominate over the sales made by local florists or online delivery because they specifically cater to last-minute buyers. Another aspect that gives them an edge over the other shops is the low price point of their flowers.</p><p>Despite this, local florist shops still flourish. According to <a href="https://www.wfla.com/news/miamis-florists-are-redefining-luxury-gifting-in-2025/" rel="">WFLA News</a>, independent shops around Coral Gables and Wynwood attract customers that are looking for personalized and higher quality flowers. These shops prioritize unique customization, customer service, and design, which is why they charge at a higher price than grocery store chains.</p><p>But Miami’s flower story doesn’t start at the store, it starts thousands of miles away. The majority of flowers sold in the United States are imported. Miami is the biggest gateway for flower imports in the country. According to <a href="https://www.nytimes.com/2024/02/13/us/valentines-day-flowers-miami-airport.html" rel="">The New York Times</a>, about 90 percent of all imported flowers pass through the Miami International Airport which makes it an important hub in the flower supply chain.</p><p>A majority of this supply comes from Latin America. Colombia accounts for the largest share of imported flowers which is then followed by Ecuador. The low labor costs, established trade routes, and favorable climate in these countries allow them to produce flowers all year. They are then able to export them to the demanding U.S. market. Though the Netherlands accounts for a smaller number in imports, they are essential in the flower trade market due to their flower auction system and logistics network.</p><p>This global trade directly affects what types of flowers end up in Miami stores. The most popular choice of flowers for Mother’s Day are roses which are largely imported from Colombia. They are popular due to their availability and symbolism. Other flowers like orchids, tulips, and lilies are popular as well. Orchids particularly are favored due to them fitting in with Miami’s tropical aesthetic. These preferences are shaped by the large supply of them coming from international supply chains and what retailers can stock in big quantities.</p><p>To better understand local habits, a brief interview with a Miami resident, Nicolas Puentes, highlighted this divide.</p><p><i>“I bought roses because they are red and pretty. And I bought them at Publix because it was the closest place with flowers and because it was open very early in the morning.”</i></p><p>This balance between intention and convenience shows the consumer behavior across the city.</p><p>Imported flowers have to move very quickly from the plane to the stores in order to maintain freshness which affects the cost. According to <a href="https://www.wholesaleflowers.net/blogs/news/why-do-grocery-store-roses-seem-so-inexpensive?srsltid=AfmBOoodhBLT1dAje_aADO04jAPOP7yHqiJRIIUafm5DeAzzJD383rWr" rel="">Wholesale Flowers</a>, grocery stores can offer cheaper prices because they purchase flowers in bulk. Local florists charge higher prices because they have smaller inventory volumes and design labor.</p><p>The Mother’s Day flower market is influenced by local decision making and global logistics. From the farms in Colombia and Ecuador to the flower section at the grocery stores, each bouquet reflects a plethora of decisions from the farmers, to the sellers, and the consumers.</p><p>References:</p><p><a href="https://safnow.org/2025/05/27/mothers-day-purchases-and-sales-climb/?source=post_page-----4ac2454b2c12---------------------------------------" target="_self" rel="" title="https://safnow.org/2025/05/27/mothers-day-purchases-and-sales-climb/?source=post_page-----4ac2454b2c12---------------------------------------">SAF: Mother’s Day Flower Purchases and Sales Climb</a></p><p><a href="https://www.wfla.com/news/miamis-florists-are-redefining-luxury-gifting-in-2025/?source=post_page-----4ac2454b2c12---------------------------------------" target="_self" rel="" title="https://www.wfla.com/news/miamis-florists-are-redefining-luxury-gifting-in-2025/?source=post_page-----4ac2454b2c12---------------------------------------">WFLA: Miami’s florists are redefining luxury gifting in 2025</a></p><p><a href="https://www.nytimes.com/2024/02/13/us/valentines-day-flowers-miami-airport.html?unlocked_article_code=1.XlA.WxaR.lAvNezvl193d&amp;smid=url-share" target="_self" rel="" title="https://www.nytimes.com/2024/02/13/us/valentines-day-flowers-miami-airport.html?unlocked_article_code=1.XlA.WxaR.lAvNezvl193d&amp;smid=url-share">The New York Times: Roses Are Red, Violets Are Blue, Through Miami’s Airport Yours Probably Flew</a></p><p><a href="https://www.wholesaleflowers.net/blogs/news/why-do-grocery-store-roses-seem-so-inexpensive?srsltid=AfmBOoodhBLT1dAje_aADO04jAPOP7yHqiJRIIUafm5DeAzzJD383rWr&amp;source=post_page-----4ac2454b2c12---------------------------------------" target="_self" rel="" title="https://www.wholesaleflowers.net/blogs/news/why-do-grocery-store-roses-seem-so-inexpensive?srsltid=AfmBOoodhBLT1dAje_aADO04jAPOP7yHqiJRIIUafm5DeAzzJD383rWr&amp;source=post_page-----4ac2454b2c12---------------------------------------">Wholesale Flowers: Why do grocery store roses seem so inexpensive?</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NCRNNWUE4FD4HNASUOPI5R35VQ.png?auth=00a7593d0c40b980cb42d8267393453e16c0ec5e287556243f0c2f175be25905&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Woman purposely hits 2 with car outside Miami Gardens Walmart, police say]]></title><link>https://www.local10.com/news/local/2026/04/23/woman-purposely-hits-2-with-car-outside-miami-gardens-walmart-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/woman-purposely-hits-2-with-car-outside-miami-gardens-walmart-police-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[An after-midnight meeting in the parking lot of a South Florida Walmart “to discuss ongoing relationship issues” led to a 37-year-old woman hitting two others with her car, authorities say.]]></description><pubDate>Thu, 23 Apr 2026 14:35:43 +0000</pubDate><content:encoded><![CDATA[<p>An after-midnight meeting in the parking lot of a South Florida Walmart “to discuss ongoing relationship issues” led to a 37-year-old woman hitting two others with her car, authorities say.</p><p><a href="https://www.local10.com/espanol/2026/04/23/policia-mujer-atropella-intencionalmente-a-dos-personas-fuera-de-walmart-en-miami-gardens/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/policia-mujer-atropella-intencionalmente-a-dos-personas-fuera-de-walmart-en-miami-gardens/">Leer en español</a></p><p>Police arrested the suspect, Latoya Denise Jones, on five felony charges on Wednesday, a little more than two weeks after the incident.</p><p>Authorities said the incident happened outside the Walmart Supercenter at 17650 NW Second Ave. in Miami Gardens.</p><p>Jones, of Hallandale Beach, met the two women at around 12:30 a.m. on April 5 and during the encounter, became “visibly angry and agitated,” according to the Miami Gardens Police Department.</p><p>Police said Jones grabbed a gun from her sedan, pointed it at the pair and threatened them. Authorities said as the victims retreated, one of them dropped her iPhone and Jones picked it up while armed, earning her an armed robbery charge.</p><p>An MGPD arrest report states that after taking the phone, Jones got into her car “and intentionally drove the vehicle directly toward both victims,” hitting the pair. Police said she then took off.</p><p>One of the women suffered a leg fracture and the other suffered other leg injuries, authorities said. Both sought treatment at the nearby Jackson North Medical Center in North Miami Beach.</p><p>Police said cellphone and CCTV footage “clearly identified” Jones. Police said they interviewed her on April 8 and she declined to speak with detectives.</p><p>Authorities arrested her at the MGPD headquarters on Wednesday. Jones faces two counts each of aggravated battery with a deadly weapon causing great bodily harm and aggravated assault with intent to commit a felony, as well as an armed robbery charge.</p><p>As of Thursday morning, online records show she was being held in the Turner Guilford Knight Correctional Center with a bond listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKQYSST7FVGXBBTS4BL2VUTPCE.jpg?auth=06a20d4216cad72b48a6426b572a78c86368009253d720937a65475a032fe3f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Latoya Jones]]></media:description></media:content></item><item><title><![CDATA[Policía: Mujer atropella intencionalmente a dos personas fuera de Walmart en Miami Gardens]]></title><link>https://www.local10.com/espanol/2026/04/23/policia-mujer-atropella-intencionalmente-a-dos-personas-fuera-de-walmart-en-miami-gardens/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/policia-mujer-atropella-intencionalmente-a-dos-personas-fuera-de-walmart-en-miami-gardens/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Según las autoridades, una reunión pasada la medianoche en el estacionamiento de un Walmart del sur de Florida "para discutir problemas de pareja" terminó con una mujer de 37 años atropellando a otras dos personas con su automóvil.]]></description><pubDate>Thu, 23 Apr 2026 15:54:11 +0000</pubDate><content:encoded><![CDATA[<p>Una reunión después de la medianoche en el estacionamiento de un Walmart del sur de Florida “para discutir problemas de relación en curso” llevó a que una mujer de 37 años atropellara a otras dos personas con su vehículo, según las autoridades.</p><p>La policía arrestó a la sospechosa, Latoya Denise Jones, por cinco cargos graves el miércoles, poco más de dos semanas después del incidente.</p><p>Las autoridades dijeron que el hecho ocurrió fuera del Walmart Supercenter ubicado en 17650 NW Second Ave. en Miami Gardens.</p><p>Jones, de Hallandale Beach, se reunió con las dos mujeres alrededor de las 12:30 a.m. del 5 de abril y durante el encuentro se mostró “visiblemente enojada y alterada”, según el Departamento de Policía de Miami Gardens.</p><p>La policía indicó que Jones tomó un arma de su sedán, la apuntó hacia las dos mujeres y las amenazó. Las autoridades dijeron que, mientras las víctimas retrocedían, una de ellas dejó caer su iPhone y Jones lo recogió estando armada, lo que le generó un cargo de robo a mano armada.</p><p>Un informe de arresto de la policía de Miami Gardens señala que después de tomar el teléfono, Jones se subió a su vehículo “y condujo intencionalmente directamente hacia ambas víctimas”, atropellándolas. La policía indicó que luego huyó del lugar.</p><p>Una de las mujeres sufrió una fractura en una pierna y la otra sufrió otras lesiones en las piernas, según las autoridades. Ambas buscaron tratamiento en el cercano Jackson North Medical Center en North Miami Beach.</p><p>La policía dijo que imágenes de teléfonos celulares y cámaras de vigilancia “identificaron claramente” a Jones. Indicaron que la entrevistaron el 8 de abril y que ella se negó a hablar con los detectives.</p><p>Las autoridades la arrestaron en la sede de la policía de Miami Gardens el miércoles. Jones enfrenta dos cargos por agresión agravada con un arma mortal que causó graves lesiones corporales y dos cargos por asalto agravado con intención de cometer un delito grave, además de un cargo de robo a mano armada.</p><p>Hasta la mañana del jueves, los registros en línea muestran que permanecía detenida en el Turner Guilford Knight Correctional Center, con una fianza “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKQYSST7FVGXBBTS4BL2VUTPCE.jpg?auth=06a20d4216cad72b48a6426b572a78c86368009253d720937a65475a032fe3f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Latoya Jones]]></media:description></media:content></item><item><title><![CDATA[Domestic dispute in Palmetto Bay ends with son’s death, father in custody]]></title><link>https://www.local10.com/news/local/2026/04/22/deputies-respond-to-shooting-in-palmetto-bay-neighborhood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/22/deputies-respond-to-shooting-in-palmetto-bay-neighborhood/</guid><dc:creator><![CDATA[Chris Gothner, Pablo Hernandez, Aaron Maybin]]></dc:creator><description><![CDATA[A home in Palmetto Bay was the center of a death investigation after authorities said a father shot and killed his son Wednesday afternoon.]]></description><pubDate>Wed, 22 Apr 2026 21:56:00 +0000</pubDate><content:encoded><![CDATA[<p>A home in Palmetto Bay was the center of a death investigation after authorities said a father shot and killed his son Wednesday afternoon.</p><p><a href="https://www.local10.com/espanol/2026/04/23/disputa-domestica-en-palmetto-bay-termina-con-muerte-del-hijo-y-su-padre-bajo-custodia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/disputa-domestica-en-palmetto-bay-termina-con-muerte-del-hijo-y-su-padre-bajo-custodia/">Leer en español</a></p><p>Investigators said the shooting happened near Southwest 168th Street and 92nd Avenue, where deputies were called to just after 4:45 p.m. in reference to a reported domestic dispute.</p><p>When they arrived, they encountered a man outside the home and detained him.</p><p>Investigators said that once deputies entered the home, they found another man suffering from an apparent gunshot wound. He was pronounced dead at the scene.</p><p>Authorities identified the victim as a 47-year-old man. His father, who is in his 70s, is now in custody.</p><p>Officials said they have been called to the home before for mental health-related incidents.</p><p>“We definitely wanted the community to know this was an isolated incident,” said MDSO spokesperson Argemis Colome.</p><p>Neighbors said they were stunned by the violence in their neighborhood.</p><p>“We usually feel really safe here, so something like that happening is concerning,” Gorgas Kollileka said.</p><p>“At the end of the day, it’s a tragic incident,” Colome said. “This is a father and son domestic situation. It’s not a good day for that family. But something happened and that’s what they’re going to try to get to.”</p><p>The investigation is ongoing.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5691.707195832595!2d-80.34347562320613!3d25.61417911468259!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9c43d29c095d9%3A0xe210ebc626bbf719!2sSW%2092nd%20Ave%20%26%20SW%20168th%20St%2C%20Palmetto%20Bay%2C%20FL%2033157!5e1!3m2!1sen!2sus!4v1776894672459!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man turns himself in after firing shots at victim in downtown Miami, cops say ]]></title><link>https://www.local10.com/news/local/2026/04/23/man-turns-himself-in-after-firing-shots-at-victim-in-downtown-miami-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/man-turns-himself-in-after-firing-shots-at-victim-in-downtown-miami-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 29-year-old man is facing multiple felony charges after police say he opened fire on another man in downtown Miami this past weekend. ]]></description><pubDate>Thu, 23 Apr 2026 14:53:37 +0000</pubDate><content:encoded><![CDATA[<p>A 29-year-old man is facing multiple felony charges after police say he opened fire on another man in downtown Miami this past weekend. </p><p><a href="https://www.local10.com/espanol/2026/04/23/policia-se-entrega-hombre-tras-disparar-contra-victima-en-el-centro-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/policia-se-entrega-hombre-tras-disparar-contra-victima-en-el-centro-de-miami/">Leer en español</a></p><p>According to an arrest report from the Miami Police Department, Dontae Equain Wilkerson is accused in a shooting that occurred around 3:50 p.m. Sunday near the 200 block of Southeast Second Avenue. </p><p>Officers responding to reports of gunfire said they recovered three 9 mm shell casings and spoke with witnesses who said a man fired multiple shots at a victim, who ran from the scene and was not immediately located.</p><p>The next day, investigators said the victim went to a police station and told detectives he had just left La Granja, located at 127 SE Second Ave., when he encountered his former roommate and two others, including Wilkerson. </p><p>The victim said Wilkerson was “looking around, acting suspicious” before telling him to fight another man, according to the report. </p><p>Police said as the group walked along Southeast Second Street, the victim told detectives Wilkerson pulled a gun from his waistband. The victim also told them that he turned and ran, hearing several gunshots behind him, the report states. </p><p>Detectives later obtained surveillance video that they say shows Wilkerson pulling out a gun and shooting at the victim as he fled.</p><p>A witness also told investigators he saw three men arguing and heard one threaten to stab the victim before Wilkerson allegedly fired about three shots, according to the report.</p><p>Police said Wilkerson, who lives a few blocks from the shooting scene, turned himself in Wednesday and was read his Miranda rights before requesting an attorney.</p><p>They said he made a confession that was redacted from the publicly released report.</p><p>Jail records show Wilkerson is charged with attempted second-degree murder with a firearm, illegal use or display of a firearm during a felony, and unlawful discharge of a firearm in a public place.</p><p>As of Thursday, he was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.” </p><p>A motive for why Wilkerson fired the shots at the victim remains unclear at this time. </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/RIQKIUI7UNGQHE3VT7H2LIHZUA.jpg?auth=ac53527faaf0e0a70b48989bb1c45c3ba75a436f5d411f8b74f201bee2d33fce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Se entrega hombre tras disparar contra víctima en el centro de Miami]]></title><link>https://www.local10.com/espanol/2026/04/23/policia-se-entrega-hombre-tras-disparar-contra-victima-en-el-centro-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/policia-se-entrega-hombre-tras-disparar-contra-victima-en-el-centro-de-miami/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 29 años se enfrenta a múltiples cargos por delitos graves después de que la policía afirmara que abrió fuego contra otro hombre en el centro de Miami el pasado fin de semana.]]></description><pubDate>Thu, 23 Apr 2026 15:44:23 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 29 años enfrenta múltiples cargos graves después de que la policía dijera que abrió fuego contra otro hombre en el centro de Miami el pasado fin de semana.</p><p>Según un informe de arresto del Departamento de Policía de Miami, Dontae Equain Wilkerson está acusado en una balacera que ocurrió alrededor de las 3:50 p.m. del domingo cerca de la cuadra 200 de Southeast Second Avenue.</p><p>Agentes que respondieron a reportes de disparos dijeron que recuperaron tres casquillos de 9 mm y hablaron con testigos que indicaron que un hombre disparó múltiples veces contra una víctima, quien huyó del lugar y no fue localizada de inmediato.</p><p>Al día siguiente, los investigadores dijeron que la víctima acudió a una estación de policía y le dijo a los detectives que acababa de salir de La Granja, ubicada en 127 SE Second Ave., cuando se encontró con su ex compañero de cuarto y otras dos personas, incluido Wilkerson.</p><p>La víctima dijo que Wilkerson estaba “mirando alrededor, actuando de manera sospechosa” antes de decirle que peleara con otro hombre, según el informe.</p><p>La policía indicó que mientras el grupo caminaba por Southeast Second Street, la víctima le dijo a los detectives que Wilkerson sacó un arma de su cintura. La víctima también les dijo que se dio la vuelta y corrió, escuchando varios disparos detrás de él, según el informe.</p><p>Los detectives posteriormente obtuvieron un video de vigilancia que, según dijeron, muestra a Wilkerson sacando un arma y disparando contra la víctima mientras huía.</p><p>Un testigo también dijo a los investigadores que vio a tres hombres discutiendo y escuchó a uno amenazar con apuñalar a la víctima antes de que Wilkerson presuntamente disparara alrededor de tres veces, según el informe.</p><p>La policía indicó que Wilkerson, quien vive a pocas cuadras del lugar de la balacera, se entregó el miércoles y fue informado de sus derechos Miranda antes de solicitar un abogado.</p><p>Indicaron que hizo una confesión que fue redactada del informe publicado.</p><p>Los registros de la cárcel muestran que Wilkerson enfrenta cargos de intento de asesinato en segundo grado con arma de fuego, uso o exhibición ilegal de un arma de fuego durante la comisión de un delito grave y descarga ilegal de un arma de fuego en un lugar público.</p><p>Hasta el jueves, permanecía detenido en el Turner Guilford Knight Correctional Center, donde su fianza figuraba como “por determinar”.</p><p>El motivo por el cual Wilkerson disparó contra la víctima sigue sin estar claro en este momento.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RIQKIUI7UNGQHE3VT7H2LIHZUA.jpg?auth=ac53527faaf0e0a70b48989bb1c45c3ba75a436f5d411f8b74f201bee2d33fce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Reportan balacera mortal contra conductor en comunidad residencial de Hollywood]]></title><link>https://www.local10.com/espanol/2026/04/23/reportan-balacera-mortal-contra-conductor-en-comunidad-residencial-de-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/reportan-balacera-mortal-contra-conductor-en-comunidad-residencial-de-hollywood/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[Se ha iniciado una investigación por la muerte de un cadáver hallado el miércoles por la noche en la calzada de un barrio residencial de Hollywood.]]></description><pubDate>Thu, 23 Apr 2026 13:22:22 +0000</pubDate><content:encoded><![CDATA[<p>Se lleva a cabo investigación por muerte tras balacera reportada el miércoles por la noche en un vecindario residencial de Hollywood.</p><p>El cuerpo de la víctima fue encontrado a lo largo de Ferragut Street.</p><p>Un video de vigilancia captó el sonido de múltiples disparos.</p><p>Un vecino que estaba sentado en su auto dijo a Local 10 News que presenció todo e incluso grabó en video al primer agente en llegar a la escena con el arma desenfundada.</p><p>El testigo dijo que vio dos autos estacionados uno junto al otro. Las personas dentro parecían hablar antes de que repentinamente se desatara la balacera, indicó.</p><p>El testigo dijo que uno de los conductores huyó, mientras que el conductor del otro auto quedó en la calle.</p><p>Según el testigo, ambas puertas del auto estaban abiertas después de la balacera, lo que le hace creer que un pasajero pudo haber huido tras el tiroteo.</p><p>Un equipo de Local 10 News estuvo en la escena mientras lo que parecía ser el cuerpo de un hombre yacía en la vía junto a un auto plateado.</p><p>Se vio a la policía tomando fotos en la escena mientras investigaban lo ocurrido antes de la balacera.</p><p>La oficina del médico forense retiró el cuerpo de la vía temprano el jueves por la mañana.</p><p>Más detalles sobre lo ocurrido aún no han sido divulgados por la policía.</p>]]></content:encoded></item><item><title><![CDATA[Hialeah man accused of raping 9-year-old girl he babysat]]></title><link>https://www.local10.com/news/local/2026/04/23/hialeah-man-accused-of-raping-9-year-old-girl-he-babysat/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/hialeah-man-accused-of-raping-9-year-old-girl-he-babysat/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Authorities say a woman let a Hialeah man watch her 9-year-old daughter while she worked, but instead of caring for the young girl, he raped her ― possibly up to 20 times.]]></description><pubDate>Thu, 23 Apr 2026 15:06:37 +0000</pubDate><content:encoded><![CDATA[<p>Authorities say a woman let a Hialeah man watch her 9-year-old daughter while she worked, but instead of caring for the young girl, he raped her ― possibly up to 20 times.</p><p><a href="https://www.local10.com/espanol/2026/04/23/acusan-a-hombre-de-hialeah-de-violar-a-nina-de-9-anos-a-la-que-cuidaba/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/acusan-a-hombre-de-hialeah-de-violar-a-nina-de-9-anos-a-la-que-cuidaba/">Leer en español</a></p><p>The abuse happened after the girl’s mother let Enrique Dominguez Rodriguez, 48, live with her family in a room at the Casanovas Boutique Motel at 1775 W. Okeechobee Road, according to the Hialeah Police Department.</p><p>Police said the allegations came to light after police arrested the girl’s mother for child neglect after “her children were found alone” in the motel by their grandparents. Authorities said they all ended up in a foster home.</p><p>After the Florida Department of Children and Families reported the case to police, authorities said they set up a March 19 forensic interview for her with staff at Kristi House, which specializes in treating victims of child sexual abuse.</p><p>Police said the girl, now 10, described to the forensic interviewer how Dominguez, who she only knew as “Ricky,” would assault and molest her in the motel.</p><p>According to an HPD arrest report, the girl told the interviewer that the incidents happened about 10 to 20 times and they would “hurt her a lot.”</p><p>Police said the girl made an unprompted drawing showing what “Ricky” would do to her.</p><p>Authorities said the girl’s mother identified Dominguez during an interview on Wednesday, saying she knew him as a regular customer at her workplace and that she let him live with her family after he became homeless.</p><p>The woman “said when she found out about the allegations, she began asking and looking for Enrique and discovered he was recently arrested for a fight.”</p><p>Authorities said a records check revealed that Dominguez had been arrested in Hialeah on April 11 on a battery charge and that he was still locked up at the Metrowest Detention Center.</p><p>He now faces additional child rape and molestation charges.</p><p>Records show a judge ordered him held without bond and he remained at the MWDC as of Thursday morning.</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/46UBDIHHORBPFDH33UE6KGE4X4.jpg?auth=624a1a5175d909f97306ddb5f8482ea31386f50ace50b646a1906471a104a85f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Enrique Dominguez]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de Hialeah de violar a niña de 9 años a la que cuidaba]]></title><link>https://www.local10.com/espanol/2026/04/23/acusan-a-hombre-de-hialeah-de-violar-a-nina-de-9-anos-a-la-que-cuidaba/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/acusan-a-hombre-de-hialeah-de-violar-a-nina-de-9-anos-a-la-que-cuidaba/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Según las autoridades, una mujer dejó a un hombre de Hialeah al cuidado de su hija de 9 años mientras ella trabajaba, pero en lugar de cuidar a la pequeña, él la violó, posiblemente hasta 20 veces.]]></description><pubDate>Thu, 23 Apr 2026 15:30:30 +0000</pubDate><content:encoded><![CDATA[<p>Según las autoridades, una mujer dejó a un hombre de Hialeah al cuidado de su hija de 9 años mientras ella trabajaba, pero en lugar de cuidar a la pequeña, él la violó, posiblemente hasta 20 veces.</p><p>Según el Departamento de Policía de Hialeah, el abuso se produjo después de que la madre de la niña permitiera que Enrique Domínguez Rodríguez, de 48 años, viviera con su familia en una habitación del Casanovas Boutique Motel, ubicado en 1775 W. Okeechobee Road.</p><p>La policía informó que las acusaciones salieron a la luz después de que la madre de la niña fuera arrestada por negligencia infantil, luego de que sus abuelos encontraran a los niños solos en el motel. Las autoridades indicaron que todos terminaron en un hogar de acogida.</p><p>Después de que el Departamento de Niños y Familias de Florida denunciara el caso a la policía, las autoridades dijeron que programaron una entrevista forense para el 19 de marzo con el personal de Kristi House, que se especializa en el tratamiento de víctimas de abuso sexual infantil.</p><p>La policía informó que la niña, que ahora tiene 10 años, describió al entrevistador forense cómo Domínguez, a quien solo conocía como “Ricky”, la agredía y abusaba de ella en el motel.</p><p>Según un informe de arresto del Departamento de Policía de Houston (HPD, por sus siglas en inglés), la niña le dijo al entrevistador que los incidentes ocurrieron entre 10 y 20 veces y que le causaban mucho dolor.</p><p>La policía dijo que la niña hizo un dibujo espontáneo que mostraba lo que “Ricky” le haría.</p><p>Las autoridades indicaron que la madre de la niña identificó a Domínguez durante una entrevista el miércoles, y afirmó que lo conocía como cliente habitual de su lugar de trabajo y que lo dejó vivir con su familia después de que se quedara sin hogar.</p><p>La mujer dijo que, al enterarse de las acusaciones, empezó a preguntar y a buscar a Enrique y descubrió que había sido arrestado recientemente por una pelea.</p><p>Las autoridades indicaron que una revisión de los registros reveló que Domínguez había sido arrestado en Hialeah el 11 de abril por un cargo de agresión y que aún permanecía recluido en el Centro de Detención Metrowest.</p><p>Ahora se enfrenta a cargos adicionales de violación y abuso sexual de menores.</p><p>Los registros muestran que un juez ordenó su detención sin fianza y que permanecía en el MWDC hasta el jueves por la mañana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/46UBDIHHORBPFDH33UE6KGE4X4.jpg?auth=624a1a5175d909f97306ddb5f8482ea31386f50ace50b646a1906471a104a85f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Enrique Dominguez]]></media:description></media:content></item><item><title><![CDATA[Paris offers to host 2030 Winter Games ice hockey after Nice mayor opposes Olympic plan]]></title><link>https://www.local10.com/sports/2026/04/23/paris-offers-to-host-2030-winter-games-ice-hockey-after-nice-mayor-opposes-olympic-plan/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/paris-offers-to-host-2030-winter-games-ice-hockey-after-nice-mayor-opposes-olympic-plan/</guid><dc:creator><![CDATA[By SAMUEL PETREQUIN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 15:29:48 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Olympic Games events could return to Paris as soon as 2030.</p><p>The Paris Entertainment Company, which operates the Adidas Arena and Accor Arena in the French capital, told The Associated Press on Thursday it has submitted a bid to host ice hockey during the 2030 Winter Games to be held in France.</p><p>Both venues were used during the 2024 Paris Summer Games and could serve as alternative solutions because the new Nice mayor, Eric Ciotti, opposes ice hockey events at Nice soccer stadium, the Allianz Arena, which would be converted into a temporary hockey rink.</p><p>Like the Milan Cortina Olympics, the French Alps has split snow sports in storied mountain resorts and skating in a snow-free city, the French Riviera resort Nice. The final venues will be confirmed in June when the IOC decides the list of sports and events.</p><p>Ciotti, a former conservative allied with the National Rally of Marine Le Pen, was elected in March.</p><p>Asked about the ice hockey deadlock in Nice, sports minister Marina Ferrari said on Thursday she was working with 2030 Games organizers to determine whether alternative solutions were available in Nice or elsewhere.</p><p>“Our responsibility now is to begin preparing alternative scenarios in case we encounter difficulties,” she said. “At this point we are exploring all options, I could not be clearer.”</p><p>The 2030 French Alps Olympics has been hit by turmoil in recent months. Tensions have multiplied against a backdrop of resignations, culminating in open conflict between Edgar Grospiron, the former Olympic champion freestyle skier who leads the organizing committee, and chief executive officer Cyril Linette.</p><p>Their feud and other problems have weakened the project, and Linette's departure was acknowledged in February. That followed the resignations of chief operating officer Anne Murac, communications director Arthur Richer, and the departure of Bertrand Méheut, who was in charge of the remuneration committee.</p><p>___</p><p>AP Winter Olympics: https://apnews.com/hub/milan-cortina-2026-winter-olympics</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HVLLO6JJTYCF54IPC2KASMKPSI.jpg?auth=afe52978f00ba5d4471db4ade3d3b6ea752aa3721303d04589ad0ca2359ff50c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A cyclist rides past the Adidas Arena, April 18, 2024, in Paris, France. (AP Photo/Thomas Padilla, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Padilla</media:credit></media:content></item><item><title><![CDATA[Driver fatally shot in residential community in Hollywood]]></title><link>https://www.local10.com/news/local/2026/04/23/body-found-in-street-of-residential-community-in-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/body-found-in-street-of-residential-community-in-hollywood/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[A death investigation is underway after a body was found Wednesday night in the roadway of a residential neighborhood in Hollywood. ]]></description><pubDate>Thu, 23 Apr 2026 12:00:18 +0000</pubDate><content:encoded><![CDATA[<p>A death investigation is underway after a shooting was reported Wednesday night in a residential neighborhood in Hollywood. </p><p><a href="https://www.local10.com/espanol/2026/04/23/reportan-balacera-mortal-contra-conductor-en-comunidad-residencial-de-hollywood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/reportan-balacera-mortal-contra-conductor-en-comunidad-residencial-de-hollywood/">Leer en español</a></p><p>According to police, the shooting was reported shortly before 9:30 p.m. along the 7300 block of Farragut Street. </p><p>Surveillance video obtained by Local 10 captured the sound of multiple gunshots being fired. </p><p>A neighbor who was sitting in his car told Local 10 News that he witnessed everything, and even captured video of the very first officer to arrive at the scene with a gun drawn.</p><p>The witness said he saw two cars parked next to each other. The people inside appeared to talk before gunfire suddenly erupted, he said.</p><p>The witness said one driver took off, while the driver of the other car was left behind in the street. </p><p>According to the witness, both car doors were open after the shooting, leading him to believe a passenger may have run off after the shooting.</p><p>A Local 10 News crew was at the scene as what appeared to be the body of a man was lying in the roadway next to a silver car.</p><p>Police were seen taking photos at the scene as they investigated what led up to the shooting.</p><p>The medical examiner’s office removed the body from the roadway early Thursday morning.</p><p>Police are asking anyone with information about the shooting to call them at 954-764-4357 or Broward Crime Stoppers at 954-493-8477. Tips can also be submitted online at <a href="https://browardcrimestoppers.org" target="_self" rel="" title="https://browardcrimestoppers.org">browardcrimestoppers.org. </a></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[What a combined Paramount-Warner would mean]]></title><link>https://www.local10.com/business/2026/04/23/what-a-combined-paramount-warner-would-mean/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/what-a-combined-paramount-warner-would-mean/</guid><dc:creator><![CDATA[By WYATTE GRANTHAM-PHILIPS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 15:03:39 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — HBO Max, “Harry Potter” and CNN may soon find themselves under a new roof: Paramount.</p><p>That's because shareholders of Warner Bros. Discovery on Thursday voted to sell the entire business to the company that owns CBS, along with blockbusters like “Top Gun." Based on a preliminary count, Warner shareholders overwhelmingly agreed to the proposed $81 billion buyout — valued at nearly $111 billion including debt, based on Warner’s current outstanding shares.</p><p>While the deal still faces regulatory review, the megamerger would vastly reshape Hollywood and the wider media landscape, further consolidating power in an industry already run by just a handful of major players. Paramount itself was acquired by Skydance just last year.</p><p>Here's what a Paramount-Warner combo could look like for streaming, movies, news and more.</p><p>Streaming</p><p>Paramount Skydance would own both Paramount+ and, with the sale approved by shareholders Thursday, Warner's HBO Max. Company executives have said that they would combine these streamers into one platform.</p><p>What that combined service would look like (or be named) is unclear. But Paramount CEO David Ellison suggested that HBO could still have some level of independence, at least production-wise.</p><p>“Our view point is, HBO should stay HBO,” Ellison said during a conference call last month. “They built a phenomenal brand, they are a leader in this space and we just want them to continue doing more of it. But by bringing the platforms together, all of our content will be able to reach even a broader audience than we can do standalone.”</p><p>Warner and its HBO streaming platform have a powerful lineup that includes “The Pitt,” “Game of Thrones” and “Sex and the City." And beyond “Harry Potter,” Warner's library lists blockbuster films such as “Sinners,” “Barbie” and "Superman" (the company also owns DC Studios). Titles like “Top Gun," "Titanic,” “The Godfather" and “Yellowstone" fill Paramount's catalog.</p><p>In the U.S., according to streaming guide JustWatch, HBO Max controlled about 12% of on-demand subscriptions in the first quarter of this year — compared to 3% for Paramount+. Combining those two services would still fall slightly below Prime Video's 17% market share, and the 19% of the market commanded by Netflix. Disney owns about 27% of the market between Hulu and Disney+.</p><p>Beyond HBO Max, Paramount would also acquire Warner’s smaller Discovery+ streamer. And apart from Paramount+, Paramount owns Pluto TV and BET+, too.</p><p>Critics are skeptical of consumer benefits touted by Paramount. While company executives have continued to laud larger content libraries and the potential for Paramount to better compete with bigger rivals, a combination with Warner Bros. would mean fewer platform choices when it comes to streaming overall. Critics warn that could actually mean higher prices at a time when the price of almost all subscriptions continues to tick higher.</p><p>Moviemaking and theatrical releases</p><p>Paramount and Warner Bros. are two of Hollywood’s oldest studios. A merger would mean fewer companies control legacy film production.</p><p>Ellison has said the combined company to grow a slate to more than 30 movies a year, keeping Paramount and Warner Bros. as stand-alone operations. And in a star-studded CinemaCon appearance last week, he promised a 45-day exclusive window for films in theaters, pledging a “complete commitment” to the industry.</p><p>Still, others are wary about what further consolidation could mean for jobs and which projects are greenlit down the road. Regulatory filings have indicated that the new ownership will be looking for ways to cut costs — including layoffs and downsizing some overlapping operations. Paramount is taking on billions of dollars in debt to finance the deal.</p><p>Warner Bros. just had a banner year of both major blockbusters and critical successes. The studio racked up 30 Oscar nominations thanks to “Sinners,” “Weapons,” and “One Battle After Another” (which took home the top best picture slot). Paramount received zero. And in 2025, Warner Bros. movies — including “A Minecraft Movie,” “Superman” and “Sinners” — accounted for 21% of the domestic box office. Paramount’s market share was only 6%, driven largely by “Mission: Impossible — The Final Reckoning."</p><p>The industry has already experienced a sizeable consolidation. Almost 10 years ago, Hollywood’s big six became the big five when Disney bought most of 20th Century Fox. And if the Warner sale goes through, a new “big four” era would be underway — with a bigger Paramount standing alongside Disney, Universal and Sony.</p><p>News</p><p>CNN would come under the same roof as Paramount-owned CBS. That would bring together two of America’s biggest names in television news, although whether CNN would continue to operate as a separate brand from CBS has yet to be confirmed.</p><p>Regardless, there is a lot of anxiety about Paramount taking control of CNN — a network that has long attracted ire from President Donald Trump and his allies. Critics point to Trump’s close relationship with the Ellison family, particularly billionaire Oracle founder Larry Ellison, who is putting up billions of dollars to back the bid by his son’s company.</p><p>Since coming under Skydance ownership less than a year ago, CBS has already seen significant shifts in editorial leadership. It's taken steps to appeal to more conservative viewers in its news operations, notably with the installation of Free Press founder Bari Weiss as editor-in-chief of CBS News. If the company’s proposed Warner takeover is successful, many expect similar changes at CNN.</p><p>Some officials in the Trump administration have also made their opinions very clear about CNN's future ownership. In March, the White House attacked CNN for its coverage of the U.S. and Israel's war against Iran — and Secretary of Defense Pete Hegseth told reporters that "the sooner David Ellison takes over that network, the better.”</p><p>Ellison has said that editorial independence “will absolutely be maintained” under Paramount ownership. “It’s maintained at CBS. It’ll be maintained at CNN,” Ellison told CNBC's “Squawk on the Street” in March, while noting that his company wants to speak to “the 70%” of viewers who he said identify as center-left or center-right.</p><p>The acting head of the U.S. Justice Department's antitrust division has also said that its regulatory review will not be political. Still, critics are skeptical — particularly following Skydance's acquisition of Paramount in August. That merger was approved by the Federal Communications Commission just weeks after the company agreed to pay Trump $16 million to settle a lawsuit over editing at CBS' “60 Minutes” program. The president has continued to publicly lash out at “60 Minutes” programming since.</p><p>Other TV and cable networks</p><p>CNN is just one of the cable operations that Warner is selling. And the proposed merger would make Paramount's TV footprint even bigger.</p><p>The company also owns Discovery, TNT, TBS, Food Network, Cartoon Network and Animal Planet, among other networks — all of which would come under Paramount ownership if the deal goes through. Meanwhile, Paramount already has its own sizeable broadcast lineup. Beyond CBS, that includes Nickelodeon, MTV, BET, Comedy Central, Showtime and more.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5FQYVDU5NKVVWXOONVJF4WMP4Q.jpg?auth=84525650d4d77b7ade81e03a23465d934554612be18a407c5c91d410a37b3ecf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Vehicles enter Paramount Pictures in Los Angeles on Dec. 17, 2025. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Southern US wildfires force residents to flee, leaving them unsure if their homes are standing]]></title><link>https://www.local10.com/news/2026/04/23/southern-us-wildfires-force-residents-to-flee-leaving-them-unsure-if-their-homes-are-standing/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/23/southern-us-wildfires-force-residents-to-flee-leaving-them-unsure-if-their-homes-are-standing/</guid><dc:creator><![CDATA[By EMILIE MEGNIEN, RUSS BYNUM and JEFF MARTIN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 15:46:45 +0000</pubDate><content:encoded><![CDATA[<p>NAHUNTA, Ga. (AP) — Wildfires tearing through the South have forced hundreds of Georgia residents to flee in minutes, leaving them distraught about the homes and animals they left behind.</p><p>The fires that spread this week during an extreme drought in Georgia and Florida have blanketed cities hundreds of miles (kilometers) away in smoke, leading to more air quality warnings Thursday across the Southeast.</p><p>Driven by strong winds and low humidity, the two biggest fires in southern Georgia have spread rapidly over the past two days and destroyed more than 50 homes in rural areas. But the growing threat led to more evacuations and school closings on Wednesday.</p><p>“I don’t know if I have a house standing or not,” said Denise Stephens, who was forced to evacuate because of the fast-moving Brantley County fire near Georgia's coast. "I know what it’s taken from other people, but I don’t know what I have left standing.”</p><p>The weather forecast Thursday appeared to warn of another high-risk day, with shifting winds that could send embers flying in all directions a major concern.</p><p>Fires were continuing to pop up across Georgia. Fire crews responded to 34 new and relatively small blazes on Wednesday, the Georgia Forestry Commission said. In Florida, firefighters were battling more than 130 wildfires, mostly in the state’s northern half.</p><p>Georgia officials say the wildfires are being fueled in part by fallen trees and limbs still on the ground since Hurricane Helene crossed the state’s southern region in September 2024.</p><p>“There’s a ton of old Hurricane Helene debris down in the woods,” said Seth Hawkins, a Georgia Forestry Commission spokesperson. “It’s laying around and it’s just a tinderbox out there.”</p><p>It was not known yet how the wildfires started, but the bottom half of Georgia and northern Florida are both extremely dry.</p><p>In Georgia, the Brantley County fire has caused much of the structural damage across 7 square miles (18 kilometers) but remained stable overnight, the sheriff’s office said Thursday.</p><p>“While this stability is encouraging, wind conditions remain unpredictable and could cause conditions to change rapidly,” according to the update, which said the blaze is about 15% contained.</p><p>Georgia's largest fire is burning in a mostly rural area of east of Valdosta and has continued to explode in size, covering 47 square miles (121 square kilometers) — twice the size of Manhattan.</p><p>Smoke from the wildfires was drifting across a large area of the Southeast, making the air unhealthy on Thursday for children and those with lung or heart problems in cities as far as Columbia, South Carolina. A haze hung over over Atlanta’s skyline a day earlier and there was a smoky smell across the metro area.</p><p>___</p><p>Associated Press writer Jeff Martin in Atlanta contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A5HTEA57LBLKQV35MURZXE2RQQ.jpg?auth=f36d06be4a2afb06fd4f5ba27213d2f40db00ea34b6d6e741b07b36c98ceda2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seth Hawkins with the Georgia Forestry commision speaks to the media as fire crews and truck assemble at the Brantley County Airport as they work the Brantley highway 82 fire, Thursday, April 23, 2026, near Nahunta, Ga. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OEOCKIPH5PGUKMGEGD75KUHEII.jpg?auth=048851f590217349a192f41a844297a89822589d1e2025b17919e84a90bbc7ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the Georgia Department of Natural Resources shows burned vehicles and trees from the Pineland Road Fire in southeast Georgia on Wednesday, April 22, 2026. (Georgia Department of Natural Resources via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/7YJVNCPC7ES2QN7735N5DTO77Q.jpg?auth=c4caf043db0e243ec0034666f10cfa519f7a7998079441281e65d51f324d3c2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the Georgia Department of Natural Resources shows smoke fills the sky from the Pineland Road Fire in southeast Georgia on Wednesday, April 22, 2026. (Georgia Department of Natural Resources via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/O6PSPYNKVKPJEAXTMNXPDQKHX4.jpg?auth=cb88790439741c23cae7931af0cf309ef703ec0282aaa4e7f4cee43da43ade59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fire crews and truck assemble at the Brantley County Airport as they work the Brantley highway 82 fire, Thursday, April 23, 2026, near Nahunta, Ga. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6XQ3XY2Q7T3LBIEELDCLOVI2I.jpg?auth=9147b396e271ebb4744d86accfc0a8b4540af5afa81fabceb07d1eb518bbf4c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the Georgia Department of Natural Resources shows smoke fills the sky from the Pineland Road Fire in southeast Georgia on Wednesday, April 22, 2026. (Georgia Department of Natural Resources via AP)]]></media:description></media:content></item><item><title><![CDATA[Michael Tilson Thomas, renowned conductor and composer, dies at 81]]></title><link>https://www.local10.com/entertainment/2026/04/23/michael-tilson-thomas-renowned-conductor-and-composer-dies-at-81/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/23/michael-tilson-thomas-renowned-conductor-and-composer-dies-at-81/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:14:53 +0000</pubDate><content:encoded><![CDATA[<p>Michael Tilson Thomas, a leading American conductor for a half-century who headed orchestras in Buffalo, Miami, London and San Francisco while also composing, died Wednesday. He was 81.</p><p>Tilson Thomas had surgery for a brain tumor in 2021 and resumed his career, then said in February 2025 the tumor had returned. He conducted his final concert with the San Francisco Symphony in April 2025 and died at his home in San Francisco, spokesperson Connie Shuman said.</p><p>Tilson Thomas received 39 Grammy Award nominations, winning 12, and was among the Kennedy Center Honors recipients in 2019.</p><p>“It’s meant to have various intriguing and alluring, questioning things that you hear on first hearing,” he said of classical music during a 2004 interview with The Associated Press. “But by its very nature it’s holding a lot of other secrets or a lot of other perspectives much closer to its chest, which only with repeated hearing you start realizing are there.”</p><p>Tilson Thomas was born in Los Angeles on Dec. 21, 1944, to a family steeped in the arts. His father, Ted, was a producer at New York’s Mercury Theater Company, then worked in Los Angeles in the movie and television industry. His mother, Roberta, headed research for Columbia Pictures. His grandparents, Bessie and Boris Thomashefsky, were pioneers in American Yiddish theater.</p><p>He played piano at a young age and attended the University of Southern California. By the time he received a degree in 1967, he had worked with Pierre Boulez, Aaron Copland, Igor Stravinsky and Karlheinz Stockhausen.</p><p>“I don’t fling the word genius around lightly, but I fling it around about Michael. He reminds me of me at that age, except that he knows more than I did,” conductor Leonard Bernstein told The New York Times Magazine for a 1971 profile. “Not only music, but things like the functions of the brain, cerebrology, physics, biochemistry.”</p><p>Tilson Thomas was the co-music director and then music director of California’s Ojai Festival in the late 1960s and early 1970s. He was an assistant at Germany’s Bayreuth Festival in 1966, won the Koussevitzky Prize at the Tanglewood Music Center in 1968 and became a Boston Symphony Orchestra assistant conductor in 1969.</p><p>Tilson Thomas made his New York debut at Lincoln Center’s Philharmonic Hall on Oct. 22, 1969, as a mid-concert replacement for an ailing William Steinberg. Tilson Thomas led Robert Starer’s Concerto for Violin, Cello and Orchestra, and Strauss’ “Till Eulenspiegel.”</p><p>“A tall, thin young man, he came on stage with an air of immense confidence and authority, and showed that his confidence was not misplaced,” critic Harold C. Schonberg wrote in the Times. “He takes naturally to this music, as might be expected of a Tanglewood graduate and a pupil of Pierre Boulez.”</p><p>Tilson Thomas became the BSO’s principal guest conductor from 1972-1974 and was music director of the Buffalo Philharmonic from 1971-79 and a principal guest conductor of the Los Angeles Philharmonic from 1981-85.</p><p>He helped found Miami’s New World Symphony in 1987 and served as artistic director until 2021. He was principal conductor of the London Symphony Orchestra from 1988-95 and music director of the San Francisco Symphony from 1995-2020.</p><p>Tilson Thomas’ compositions include “Grace” (1988), “Four Preludes on Playthings of the Wind” (2015-16) and “Meditations on Rilke” (2019).</p><p>His husband, Joshua Robison, died Feb. 22 while recovering from a fall suffered last August. They met while playing in the orchestra of North Hollywood Junior High School (since renamed Walter Reed Middle School), became partners in 1976 and married in 2014.</p><p>In announcing his final concert would take place in San Francisco on April 26, 2025, in a belated 80th birthday celebration, Thomas issued a statement acknowledging his mortality.</p><p>“At that point we all get to say the old show business expression, ‘It’s a wrap,’” he said. “A coda is a musical element at the end of a composition that brings the whole piece to a conclusion. A coda can vary greatly in length. My life’s coda is generous and rich.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UXM2APERQRRTM4ZC3MCUHFK5BE.jpg?auth=e5269e4ecde55f59d44d55a1199206b0f277ba78f891837bfcb322a7d63898b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - 2019 Kennedy Center Honoree conductor Michael Tilson Thomas arrives at the State Department for the Kennedy Center Honors in Washington on Dec. 7, 2019. (AP Photo/Kevin Wolf, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/37N7KH2CI6N4RT2TLL3DEXD3KA.jpg?auth=f3e05cc4fb38ae807e064eed65096a7dc58155e9fa64169f1df13dc85e004f2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Audrey Hepburn, right, appears with New World Symphony's artistic advisor Michael Tilson Thomas at the Academy of Music in Philadelphia on March 19, 1990. (AP Photo/Bill Cramer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Cramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/257WJORR273GJZ655B6O2URLVA.jpg?auth=8286c692c90d2deb6a60ca7c133c7e58315e2a04c771d597e513735d4c3334eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Conductor Michael Tilson Thomas of the San Francisco Symphony appears during an interview in New York on Dec. 1, 2008. (AP Photo/Bebeto Matthews, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bebeto Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XBTOOOZ3BPBL343NIJM5AESZYU.jpg?auth=db5b1e8d4c81653520e77b37ef957997c832fc947b2fd8af92324c8a98d5ab1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Barack Obama presents conductor Michael Tilson Thomas the 2009 National Medal of Arts in the East Room of the White House in Washington on Feb. 25, 2010. (AP Photo/Charles Dharapak, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Dharapak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3I35X24MU37FUGHLFHBRU2HMK4.jpg?auth=3b32c455fb1ae4332a42e42c31fb2eadc81a7c443ed545ecf6c408672c3859a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michael Tilson Thomas, founder and artistic director of the New World Symphony, appears during the grand opening ceremony of the New World Center on Jan. 25, 2011 in Miami Beach, Fla. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Murder retrial begins in deputy's killing of a Black man entering his grandmother's Ohio home]]></title><link>https://www.local10.com/news/national/2026/04/23/murder-retrial-begins-in-deputys-killing-of-a-black-man-entering-his-grandmothers-ohio-home/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/23/murder-retrial-begins-in-deputys-killing-of-a-black-man-entering-his-grandmothers-ohio-home/</guid><dc:creator><![CDATA[By PATRICK AFTOORA-ORSAGOS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 17:02:07 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBUS, Ohio (AP) — Opening statements began Thursday in the retrial of a former Ohio sheriff’s deputy charged with murder and reckless homicide for killing a Black man who was shot multiple times in the back while entering his grandmother’s house.</p><p>The shooting of Casey Goodson Jr. by former Franklin County Deputy Jason Meade, who is white, led to protests in Columbus and lingering questions, in part because the sheriff’s office didn’t equip its deputies with body cameras or dash cameras.</p><p>Meade faced the same charges at his first trial. The judge in that case declared a mistrial in 2024 after the jury couldn't agree on a verdict.</p><p>Attorney Howard Merkle, a special prosecutor for the case, recounted events that he said led up to the shooting, and urged jurors to consider the evidence he said proves Meade’s use of force was unreasonable.</p><p>“The evidence will show that on December 4, 2020, the defendant shot Casey Goodson Jr. six times in the back, killing him,” he said.</p><p>“At the time, Casey had entered his house, was carrying a bag of Subways and was listening to YouTube music on his AirPods,” Merkle said.</p><p>Meade testified in the first trial that Goodson waved a gun at him as the two drove past each other and that he pursued Goodson because he feared for his life and the lives of others. He said he eventually fired as Goodson entered his grandmother’s home because the 23-year-old man turned toward him with a gun.</p><p>Defense attorney Kaitlyn Stephens said the now-retired deputy feared for his life in the confrontation with Goodson, and said officers do “not have to wait to be shot at in order to protect themselves.”</p><p>“The evidence will show that Jason Meade was justified, a justified tragedy,” she said.</p><p>Meade had been searching unsuccessfully for a fugitive that day as part of his work for a U.S. Marshals Service task force. Goodson was not the subject of the fugitive search, and the Marshals have said Meade wasn’t performing a mission for them at the time.</p><p>Goodson’s family and prosecutors have said Goodson was holding a sandwich bag in one hand and his keys in the other, having unlocked the front door, when he was fatally shot. They did not dispute that Goodson may have been carrying a gun, which he had a license to carry, but prosecutors have noted that Meade has been the only person to testify that Goodson was holding a gun.</p><p>Goodson’s weapon was found on his grandmother’s kitchen floor with the safety mechanism engaged.</p><p>Jurors in the previous trial deadlocked after one was dismissed during testimony and replaced by an alternate and three others were dismissed and replaced during deliberations, forcing the panel to restart deliberations multiple times. Court officials did not say why the jurors were removed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JR2ZGAQLVZ77CDVTKFX5M4ZJYU.jpg?auth=467e48981568778af1ea51cdca416c3710f29729d6fc1e5de7e9030b95d02d4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Defense attorney Mark Collins, right, speaks to the judge as defense attorney Steve Nodler, center, listens during the arraignment of former Franklin County, Ohio, deputy Jason Meade, appearing on video screen, Dec. 3, 2021, in Columbus, Ohio. (AP Photo/Paul Vernon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Vernon</media:credit></media:content></item><item><title><![CDATA[Meadow available for adoption at Broward County Animal Care as shelter faces overcrowding]]></title><link>https://www.local10.com/pets/2026/04/23/meadow-available-for-adoption-at-broward-county-animal-care-as-shelter-faces-overcrowding/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/04/23/meadow-available-for-adoption-at-broward-county-animal-care-as-shelter-faces-overcrowding/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Broward County Animal Care is spotlighting Meadow, a 3-year-old dog in need of a forever home, as the shelter deals with overcrowding.]]></description><pubDate>Thu, 23 Apr 2026 14:10:34 +0000</pubDate><content:encoded><![CDATA[<p>Broward County Animal Care is spotlighting Meadow, a 3-year-old dog in need of a forever home, as the shelter deals with overcrowding.</p><p>Meadow, described as affectionate and energetic, was brought in as a stray and is now ready for adoption. </p><p>BCAC’s Zachary Rinkins said she is “love motivated,” making her a good fit for an active family or individual.</p><p>Officials say the shelter sees an increase in lost pets and intake during warmer months, adding to capacity issues.</p><p>To help ease overcrowding, adoption fees are currently waived, with adopters only required to pay a $25 registration fee.</p><p>Anyone interested in adopting Meadow or other animals is encouraged to visit the shelter or its <a href="https://www.broward.org/Animal/Pages/default.aspx" target="_self" rel="" title="https://www.broward.org/Animal/Pages/default.aspx">website</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Leaky, deteriorating Miami police headquarters prompts push for $450M replacement plan]]></title><link>https://www.local10.com/news/local/2026/04/22/leaky-deteriorating-miami-police-headquarters-prompts-push-for-450m-replacement-plan/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/22/leaky-deteriorating-miami-police-headquarters-prompts-push-for-450m-replacement-plan/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Water leaks from the ceiling, pipes drip and staff are left making do inside the City of Miami Police Department headquarters.]]></description><pubDate>Wed, 22 Apr 2026 22:19:48 +0000</pubDate><content:encoded><![CDATA[<p>Water leaks from the ceiling, pipes drip and staff are left making do inside the City of Miami Police Department headquarters.</p><p><a href="https://www.local10.com/espanol/2026/04/23/sede-policial-de-miami-en-deterioro-impulsa-plan-de-reemplazo-por-450-millones-usd/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/sede-policial-de-miami-en-deterioro-impulsa-plan-de-reemplazo-por-450-millones-usd/">Leer en español</a></p><p>In some areas, a yellow emergency blanket has been turned into a drainage system. Windows are lined with black duct tape to keep rainwater out.</p><p>Local 10 News cameras inside the downtown building show the criminal investigations unit on the top floor and, below it, the evidence room -- both dealing with water issues.</p><p>“This area back here, this is where the water pools,” Miami Police Chief Manny Morales said.</p><p>Morales said repeated repairs have failed.</p><p>“We have made repairs that have failed again,” he said.</p><p>Ava Johnson, who has worked in the building for 28 years, described the conditions as unbearable.</p><p>“Something’s in the air here,” she said. “Smells like sewage.”</p><p>The downtown Miami Police headquarters is about 50 years old, and Morales said it has fallen into disrepair after decades of neglect.</p><p>“It’s a visualization of how we’ve kind of failed as a city keeping up the infrastructure,” he said.</p><p>Asked who is to blame, Morales said, “I don’t like to sit and talk… it wasn’t intentional.”</p><p>Miami’s new Mayor Eileen Higgins called the conditions deplorable and is proposing a new police headquarters at the future home of City Hall next to Inter Miami’s new stadium at Miami Freedom Park.</p><p>The project would be funded through a $450 million bond, which voters would be asked to approve in August.</p><p>“Our bonding rate is the same,” Higgins said.</p><p>Some of that funding would also go toward improving conditions at city fire stations.</p><p>At Fire Station No. 1, which houses the city’s hazardous response team, mold is visible under an air conditioning unit.</p><p>At Fire Station No. 5, temporary fixes are also in place.</p><p>Fire Chief Robert Hevia said firefighters should not have to work in those conditions.</p><p>“Firefighters are expected to respond at a moment’s notice. When they come back, they get no break,” Hevia said. “We have to be able to give them a place to eat, a place to shower… bathrooms in a 24-hour period. And it should be comfortable. We’re asking for improvements -- normal improvements any person would have.”</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[Sede policial de Miami en deterioro impulsa plan de reemplazo por $450 millones USD]]></title><link>https://www.local10.com/espanol/2026/04/23/sede-policial-de-miami-en-deterioro-impulsa-plan-de-reemplazo-por-450-millones-usd/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/sede-policial-de-miami-en-deterioro-impulsa-plan-de-reemplazo-por-450-millones-usd/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Hay goteras en el techo, las tuberías gotean y el personal tiene que arreglárselas como puede dentro de la sede del Departamento de Policía de la Ciudad de Miami.]]></description><pubDate>Thu, 23 Apr 2026 14:05:10 +0000</pubDate><content:encoded><![CDATA[<p>Filtraciones y deterioro en sede policial de Miami impulsan plan de reemplazo por $450 millones USD</p><p>Goteos desde el techo, tuberías que filtran y personal improvisando son parte de las condiciones dentro de la sede del Departamento de Policía de la Ciudad de Miami.</p><p>En algunas áreas, una manta de emergencia amarilla ha sido utilizada como sistema de drenaje. Las ventanas están selladas con cinta adhesiva negra para evitar la entrada de agua de lluvia.</p><p>Cámaras de Local 10 News dentro del edificio en el centro muestran la unidad de investigaciones criminales en el último piso y, debajo, la sala de evidencia, ambas enfrentando problemas de agua.</p><p>“Esta área aquí atrás es donde se acumula el agua”, dijo el jefe de la policía de Miami, Manny Morales.</p><p>Morales indicó que las reparaciones repetidas han fallado.</p><p>“Hemos hecho reparaciones que han vuelto a fallar”, dijo.</p><p>Ava Johnson, quien ha trabajado en el edificio durante 28 años, describió las condiciones como insoportables.</p><p>“Hay algo en el aire aquí”, dijo. “Huele a aguas residuales”.</p><p>La sede policial del centro de Miami tiene aproximadamente 50 años, y Morales dijo que ha caído en deterioro tras décadas de descuido.</p><p>“Es una visualización de cómo hemos fallado como ciudad en mantener la infraestructura”, dijo.</p><p>Al ser preguntado sobre quién es responsable, Morales respondió: “No me gusta sentarme a hablar… no fue intencional”.</p><p>La nueva alcaldesa de Miami, Eileen Higgins, calificó las condiciones como deplorables y propone una nueva sede policial en el futuro sitio del ayuntamiento, junto al nuevo estadio de Inter Miami en Miami Freedom Park.</p><p>El proyecto sería financiado mediante un bono de $450 millones USD, que los votantes deberán aprobar en agosto.</p><p>“Nuestra tasa de bonos es la misma”, dijo Higgins.</p><p>Parte de esos fondos también se destinaría a mejorar las condiciones en las estaciones de bomberos de la ciudad.</p><p>En la Estación de Bomberos No. 1, que alberga el equipo de respuesta a materiales peligrosos, se observa moho debajo de una unidad de aire acondicionado.</p><p>En la Estación de Bomberos No. 5, también hay soluciones temporales en funcionamiento.</p><p>El jefe de bomberos, Robert Hevia, dijo que los bomberos no deberían trabajar en esas condiciones.</p><p>“Se espera que los bomberos respondan en cualquier momento. Cuando regresan, no tienen descanso”, dijo Hevia. “Tenemos que poder darles un lugar para comer, un lugar para ducharse… baños en un período de 24 horas. Y debe ser cómodo. Estamos pidiendo mejoras, mejoras normales que cualquier persona tendría”.</p>]]></content:encoded></item><item><title><![CDATA[Sargento de BSO vuelve a la cárcel tras segundo arresto por violencia doméstica en 4 meses]]></title><link>https://www.local10.com/espanol/2026/04/22/sargento-de-bso-vuelve-a-la-carcel-tras-segundo-arresto-por-violencia-domestica-en-4-meses/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/22/sargento-de-bso-vuelve-a-la-carcel-tras-segundo-arresto-por-violencia-domestica-en-4-meses/</guid><dc:creator><![CDATA[Ryan Mackey, Bridgette Matter]]></dc:creator><description><![CDATA[Un sargento de la Oficina del Sheriff del Condado de Broward ha vuelto a la cárcel después de que sus colegas dijeran que atacó a su pareja de muchos años —de nuevo— y le robó el vehículo en lo que, según ellos, fue su segundo incidente de violencia doméstica en cuatro meses relacionado con acusaciones de infidelidad.]]></description><pubDate>Wed, 22 Apr 2026 20:22:16 +0000</pubDate><content:encoded><![CDATA[<p>Un sargento de la Oficina del Sheriff de Broward volvió a la cárcel después de que sus colegas dijeron que atacó a su pareja de muchos años ― nuevamente ― y robó su vehículo en lo que describieron como su segundo incidente de violencia doméstica en cuatro meses relacionado con acusaciones de infidelidad.</p><p><a href="https://www.local10.com/espanol/2026/01/08/sargento-de-la-bso-arrestado-por-multiples-cargos-de-violencia-domestica-segun-registros/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/01/08/sargento-de-la-bso-arrestado-por-multiples-cargos-de-violencia-domestica-segun-registros/">Scott Nelson Nida</a>, de 55 años, de Pompano Beach, fue arrestado el martes y enfrenta cargos que incluyen privación ilegal de la libertad, robo sin arma de fuego o arma, agresión doméstica y robo mayor de auto, según los registros de la cárcel.</p><p>Los agentes dijeron que poco antes de las 9:30 a.m. del martes respondieron a la intersección de Southeast 54th Street y 19th Terrace en Pompano Beach después de que un testigo llamara al 911 reportando que Nida había agredido a la víctima y tomado su vehículo.</p><p>Cuando los agentes llegaron, hablaron con la víctima, quien “parecía tener el rostro ensangrentado y con moretones, y no llevaba zapatos,” según el informe.</p><p>El informe indica que la víctima dijo a los agentes que quería presentar cargos contra Nida.</p><p>Los investigadores dijeron que la víctima y Nida han tenido una relación durante unos 16 años y anteriormente vivían juntos. No tienen hijos en común.</p><p>Según los agentes, el incidente comenzó más temprano esa mañana cuando la víctima llevó a su hija a la escuela en Boca Ratón.</p><p>Antes de salir, dijeron que ella hablaba con Nida, quien le había pedido imprimir un documento de manutención infantil relacionado con un hijo de otra relación. Ella aceptó y planeó reunirse con él después de dejar a su hija en la escuela.</p><p>Durante el trayecto, los agentes dijeron que la víctima recibió múltiples llamadas de Nida exigiendo saber su ubicación.</p><p>Cuando giró cerca de la casa de él en Pompano Beach, lo vio de pie cerca y luego se detuvo tras decirle que estaba hablando por teléfono con su padre, según el informe.</p><p>Una vez dentro del vehículo, Nida se volvió “muy alterado” y le indicó que condujera hasta su casa, señala el informe.</p><p>Después de que ella le entregó los documentos, los agentes dijeron que él comenzó a cuestionarla sobre la noche anterior y la acusó de infidelidad.</p><p>Mientras la víctima conducía hacia el oeste por Southeast 15th Street, los agentes dijeron que Nida “la agarró por la parte posterior de la cabeza y comenzó a golpearla en el rostro y la cabeza múltiples veces.”</p><p>La víctima tocó la bocina en un intento de llamar la atención e intentó escapar, pero los agentes dijeron que Nida agarró el volante e intentó quitarle el teléfono.</p><p>Poco después, dijeron que Nida la jaló de nuevo hacia el vehículo y continuó la agresión.</p><p>La víctima finalmente logró escapar, corrió por Southeast 54th Street y detuvo a un conductor que pasaba, quien llamó al 911 tras ver a Nida irse en su vehículo con sus pertenencias y teléfono dentro, según el informe.</p><p>Las autoridades dijeron que Nida no tenía permiso para llevarse el vehículo. La víctima luego dijo a los agentes que estaba “extremadamente asustada” de Nida y temía por su vida, indica el informe.</p><p>Tras el arresto del martes, los agentes dijeron que Nida admitió que ocurrió un incidente de violencia doméstica dentro del vehículo, pero negó haber golpeado a la víctima, afirmando que ella estaba “errática.”</p><p>Reconoció que ella estaba sangrando, pero no pudo explicar cómo sufrió las lesiones. También negó haber tomado su teléfono o vehículo, aunque los agentes dijeron que admitió haberse ido conduciendo el auto de la víctima y haberla escuchado pedir ayuda.</p><p>En <a href="https://www.local10.com/espanol/2026/01/08/sargento-de-la-bso-arrestado-por-multiples-cargos-de-violencia-domestica-segun-registros/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/01/08/sargento-de-la-bso-arrestado-por-multiples-cargos-de-violencia-domestica-segun-registros/">un arresto previo en enero</a>, Nida enfrentó cargos de agresión doméstica por estrangulamiento y privación ilegal de la libertad después de que los agentes dijeron que atacó a la misma víctima durante una discusión por infidelidad.</p><p>Según los agentes, la víctima dijo que Nida la agarró por el cuello y el rostro, la empujó al suelo, la arrastró por el césped y la obligó a subir a un vehículo antes de irse conduciendo.</p><p>La víctima posteriormente retiró la acusación y la orden de no contacto fue desestimada. Dijo a los investigadores que “se sintió coaccionada para retirar los cargos” porque Nida presuntamente dijo que “perdería su trabajo y pensión.”</p><p>El sheriff del condado Broward, Gregory Tony, emitió una declaración a Local 10 News en enero sobre el primer arresto de Nida.</p><p>“La violencia doméstica es inaceptable, especialmente de alguien que ha jurado hacer cumplir la ley,” escribió Tony en ese momento. “Cuando un miembro juramentado es acusado de este tipo de delito, se le aplican los mismos estándares que a cualquier miembro del público.”</p><p>Las autoridades dijeron que Nida fue contratado por BSO el 18 de enero de 2005. Luego fue colocado en licencia administrativa investigativa sin sueldo.</p><p>Un portavoz de BSO respondió al arresto más reciente de Nida en un comunicado a Local 10 News el miércoles.</p><p>“El sargento Scott Nida se encuentra actualmente en licencia administrativa investigativa con sueldo, y fue colocado por primera vez en licencia administrativa tras su arresto el 7 de enero de 2026. La investigación interna de BSO continúa. Fue contratado el 18 de enero de 2005,” indica el comunicado.</p><p>Hasta el miércoles, permanecía detenido con una fianza de $47,500 USD en la cárcel principal del condado Broward. También se le ordenó usar un monitor GPS, no tener contacto con la víctima, mantenerse alejado de los lugares que ella frecuenta, no poseer armas ni municiones, y entregar cualquier arma a un tercero dentro de 24 horas tras su liberación.</p><p>Las víctimas de violencia doméstica pueden contactar a BSO Victim Services al 954-321-4200, Women in Distress al 954-761-1133 o la línea directa de violencia doméstica de Florida al 1-800-500-1119.</p>]]></content:encoded></item><item><title><![CDATA[Lyft driver speaks after harrowing trip, but suspects’ kidnapping charges don’t stick]]></title><link>https://www.local10.com/news/local/2026/04/22/lyft-driver-speaks-after-harrowing-trip-but-suspects-kidnapping-charges-dont-stick/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/22/lyft-driver-speaks-after-harrowing-trip-but-suspects-kidnapping-charges-dont-stick/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[A Lyft driver spoke Wednesday about what police said was a forced drive from Bay Harbor Islands to Miami Beach, which he believed happened with a gun against his back.]]></description><pubDate>Wed, 22 Apr 2026 22:11:30 +0000</pubDate><content:encoded><![CDATA[<p>A Lyft driver spoke Wednesday about what police said <a href="https://www.local10.com/news/local/2026/04/22/police-2-in-custody-after-pulling-gun-on-ride-share-driver-forcing-him-to-drive-them-to-miami-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/22/police-2-in-custody-after-pulling-gun-on-ride-share-driver-forcing-him-to-drive-them-to-miami-beach/">was a forced drive</a> from Bay Harbor Islands to Miami Beach, which he believed happened with a gun against his back.</p><p><a href="https://www.local10.com/espanol/2026/04/23/conductor-de-lyft-relata-viaje-aterrador-pero-no-prosperan-cargos-de-secuestro-contra-sospechosos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/conductor-de-lyft-relata-viaje-aterrador-pero-no-prosperan-cargos-de-secuestro-contra-sospechosos/">Leer en español</a></p><p>But the most serious charges against the pair accused of putting Atilio Diego Bellanza through the ordeal did not stick.</p><p>According to Miami Beach police, officers responded to the 1400 block of Ocean Drive at about 9:14 p.m. Tuesday where Bellanza dropped off the suspects, identified as Ashton Montanez, 22, of Orlando, and Jefferson Mesidor, 25, of Miami.</p><p>Bellanza said he picked the two men up near 98th Street and Bay Harbor Terrace. He says on approach, he saw police on scene and two men racing away from them and towards his van.</p><p>“One laid down. And the other laid in the back. And they were yelling at me to hurry up,” Bellanza said in Spanish. “He kept touching my face and I told him to stop doing that. And he was screaming and screaming like a crazy person.</p><p>“I tried throwing myself from the van multiple times but I could never find the right time. And I thought about what could happen. That maybe they’d shoot me.”</p><p>Bellanza said, “A lot of things went through my head. I have kids. That’s why I’m working so much.”</p><p>He said when he got out, he took their photos and called 911.</p><p>“Thank god this happened to me and not someone else. I have a lot of experience on the street dealing with people. And I took it all very calmly,” Bellanza said. “I think if it were someone else ― if they had been aggressive, they could’ve hurt that person or shot him.“</p><p>The two men got out of the car near 1446 Ocean Drive, a three-story property with several tourists and short term rental guests inside. Police found one of the suspects quickly. The other barricaded himself inside, and wasn’t taken into custody until 1 a.m.</p><p>Montanez and Mesidor appeared in bond court on Wednesday afternoon after being arrested on kidnapping and resisting arrest charges.</p><p>The judge, after reviewing the arrest report, did not find that it contained probable cause for kidnapping. </p><p>Even prosecutors believed there was not enough evidence in their arrest forms to support a kidnapping charge.</p><p>“If they hired the driver, I don’t know if it’s kidnapping or if it turned into one, if there was a gun,” Judge Mindy Glazer said.</p><p>At his bond hearing, Mesidor said he’s on disability. </p><p>“I live with my mom, my girlfriend, my brothers and sisters, three dogs and my daughter,” he said.</p><p>He wept before his mother spoke to the judge.</p><p>“I didn’t sleep last night,” Mesidor’s mother said.</p><p>After the most serious charges were dropped, the pair only faced resisting arrest charges and each was being held on a $500 bond as of Wednesday afternoon.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Conductor de Lyft relata viaje aterrador, pero no prosperan cargos de secuestro contra sospechosos]]></title><link>https://www.local10.com/espanol/2026/04/23/conductor-de-lyft-relata-viaje-aterrador-pero-no-prosperan-cargos-de-secuestro-contra-sospechosos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/conductor-de-lyft-relata-viaje-aterrador-pero-no-prosperan-cargos-de-secuestro-contra-sospechosos/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Un conductor de Lyft habló el miércoles sobre lo que la policía describió como un viaje forzado desde Bay Harbor Islands hasta Miami Beach, que según él ocurrió con una pistola apuntándole a la espalda.]]></description><pubDate>Thu, 23 Apr 2026 13:59:07 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor de Lyft habló el miércoles sobre lo que la policía describió como un <a href="https://www.local10.com/espanol/2026/04/22/police-detienen-a-dos-personas-tras-apuntar-con-arma-a-conductor-de-rideshare-y-obligarlo-a-llevarlos-a-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/22/police-detienen-a-dos-personas-tras-apuntar-con-arma-a-conductor-de-rideshare-y-obligarlo-a-llevarlos-a-miami-beach/">viaje forzado</a> desde Bay Harbor Islands hasta Miami Beach, que él creyó ocurrió con un arma apuntándole por la espalda.</p><p>Pero los cargos más graves contra los dos acusados de someter a Atilio Diego Bellanza a la experiencia no prosperaron.</p><p>Según la policía de Miami Beach, los agentes respondieron a la cuadra 1400 de Ocean Drive alrededor de las 9:14 p.m. del martes, donde Bellanza dejó a los sospechosos, identificados como Ashton Montanez, de 22 años, de Orlando, y Jefferson Mesidor, de 25 años, de Miami.</p><p>Bellanza dijo que recogió a los dos hombres cerca de 98th Street y Bay Harbor Terrace. Señaló que, al acercarse, vio a la policía en la escena y a dos hombres huyendo de ellos hacia su camioneta.</p><p>“Uno se acostó. Y el otro se metió atrás. Y me gritaban que me apurara”, dijo Bellanza en español. “Seguía tocándome la cara y le dije que dejara de hacerlo. Y gritaba y gritaba como una persona fuera de control.</p><p>“Intenté lanzarme de la camioneta varias veces, pero nunca encontré el momento adecuado. Y pensé en lo que podría pasar. Que tal vez me dispararían”.</p><p>Bellanza dijo: “Muchas cosas pasaron por mi cabeza. Tengo hijos. Por eso trabajo tanto”.</p><p>Indicó que cuando se bajó, tomó fotos de ellos y llamó al 911.</p><p>“Gracias a Dios me pasó a mí y no a otra persona. Tengo mucha experiencia en la calle tratando con gente. Y lo tomé todo con mucha calma”, dijo Bellanza. “Creo que si hubiera sido otra persona, si hubieran sido agresivos, podrían haberla herido o disparado”.</p><p>Los dos hombres se bajaron del vehículo cerca de 1446 Ocean Drive, una propiedad de tres pisos con varios turistas y huéspedes de alquiler a corto plazo en su interior. La policía encontró rápidamente a uno de los sospechosos. El otro se atrincheró en el interior y no fue detenido hasta la 1 a.m.</p><p>Montanez y Mesidor comparecieron ante un tribunal de fianza el miércoles por la tarde tras ser arrestados por cargos de secuestro y resistencia al arresto.</p><p>La jueza, tras revisar el informe de arresto, no encontró causa probable para el cargo de secuestro.</p><p>Incluso los fiscales consideraron que no había suficiente evidencia en los informes de arresto para sustentar un cargo de secuestro.</p><p>“Si contrataron al conductor, no sé si es secuestro o si se convirtió en uno, si había un arma”, dijo la jueza Mindy Glazer.</p><p>En su audiencia de fianza, Mesidor dijo que recibe beneficios por discapacidad.</p><p>“Vivo con mi mamá, mi novia, mis hermanos y hermanas, tres perros y mi hija”, dijo.</p><p>Lloró antes de que su madre hablara ante la jueza.</p><p>“No dormí anoche”, dijo la madre de Mesidor.</p><p>Después de que se retiraron los cargos más graves, la pareja solo enfrentaba cargos de resistencia al arresto y cada uno permanecía detenido con una fianza de $500 USD hasta la tarde del miércoles.</p>]]></content:encoded></item><item><title><![CDATA[Crossfire near Deerfield Beach complex leaves man hurt, deputies say]]></title><link>https://www.local10.com/news/local/2026/04/22/crossfire-near-deerfield-beach-complex-leaves-man-hurt-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/22/crossfire-near-deerfield-beach-complex-leaves-man-hurt-deputies-say/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Gunfire erupted near a Deerfield Beach apartment complex Wednesday afternoon, sending neighbors into a frenzy and leaving investigators searching for answers.]]></description><pubDate>Thu, 23 Apr 2026 02:58:06 +0000</pubDate><content:encoded><![CDATA[<p>Gunfire erupted near a Deerfield Beach apartment complex Wednesday afternoon, sending neighbors into a frenzy and leaving investigators searching for answers.</p><p><a href="https://www.local10.com/espanol/2026/04/23/reportan-fuego-cruzado-cerca-de-complejo-en-deerfield-beach-que-deja-a-un-hombre-herido/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/reportan-fuego-cruzado-cerca-de-complejo-en-deerfield-beach-que-deja-a-un-hombre-herido/">Leer en español</a></p><p>The Broward Sheriff’s Office said deputies responded just before 2:30 p.m. to a shooting near Northeast 41st Street in Deerfield Beach. Authorities said the shooters fled the scene.</p><p>When deputies arrived, they learned a man had been shot and drove himself to Broward Health North.</p><p>One resident, Brian Lora, said a bullet struck the building where he lives.</p><p>“While sleeping with the bullet hole, it was literally, it was just down by the window. Probably would have been shot. Yeah, I would have been shot,” Lora said.</p><p>Lora also said neighbors were shaken by the incident.</p><p>“I know my neighbors and everybody else. They are probably traumatized because they ain’t never really experienced stuff like this before, so hopefully they good. There’s a lot of kids in this building as well,” he said.</p><p>At the hospital, a coworker from the victim’s parks and recreation job told Local 10 News the man was caught in the crossfire while working at a nature preserve.</p><p>Back at the scene, investigators found shell casings as they worked to piece together what happened and who was responsible.</p><p>Officials later said the victim is expected to be okay and that his injuries are not life-threatening.</p><p>The investigation is ongoing.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Reportan fuego cruzado cerca de complejo en Deerfield Beach que deja a un hombre herido]]></title><link>https://www.local10.com/espanol/2026/04/23/reportan-fuego-cruzado-cerca-de-complejo-en-deerfield-beach-que-deja-a-un-hombre-herido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/reportan-fuego-cruzado-cerca-de-complejo-en-deerfield-beach-que-deja-a-un-hombre-herido/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[El miércoles por la tarde se produjo un tiroteo cerca de un complejo de apartamentos en Deerfield Beach, lo que provocó pánico entre los vecinos y dejó a los investigadores buscando respuestas.]]></description><pubDate>Thu, 23 Apr 2026 13:54:00 +0000</pubDate><content:encoded><![CDATA[<p>Una balacera cerca de un complejo de apartamentos en Deerfield Beach el miércoles por la tarde desató el pánico entre vecinos y dejó a investigadores buscando respuestas.</p><p>La Oficina del Sheriff de Broward informó que agentes respondieron poco antes de las 2:30 p.m. a un tiroteo cerca de Northeast 41st Street en Deerfield Beach. Las autoridades dijeron que los tiradores huyeron de la escena.</p><p>Cuando los agentes llegaron, supieron que un hombre había sido baleado y condujo por sí mismo hasta Broward Health North.</p><p>Un residente, Brian Lora, dijo que una bala impactó el edificio donde vive.</p><p>“Mientras dormía con el agujero de bala, literalmente estaba justo junto a la ventana. Probablemente me habría disparado. Sí, me habría disparado”, dijo Lora.</p><p>Lora también señaló que los vecinos quedaron afectados por el incidente.</p><p>“Sé que mis vecinos y todos los demás probablemente están traumatizados porque nunca han experimentado algo así antes, así que espero que estén bien. También hay muchos niños en este edificio”, dijo.</p><p>En el hospital, un compañero de trabajo de la víctima en el departamento de parques y recreación dijo a Local 10 News que el hombre quedó atrapado en el fuego cruzado mientras trabajaba en una reserva natural.</p><p>De regreso en la escena, los investigadores encontraron casquillos de bala mientras trataban de reconstruir lo ocurrido y determinar quién fue responsable.</p><p>Las autoridades indicaron posteriormente que se espera que la víctima se recupere y que sus heridas no ponen en peligro su vida.</p><p>La investigación continúa en curso.</p>]]></content:encoded></item><item><title><![CDATA[Miami native Fernando Mendoza announces $500K contribution for MS research]]></title><link>https://www.local10.com/health/2026/04/23/miami-native-fernando-mendoza-announces-500k-contribution-for-ms-research/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/23/miami-native-fernando-mendoza-announces-500k-contribution-for-ms-research/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[As the 2026 NFL Draft kicks off on Thursday, Miami native and Heisman Trophy winner Fernando Mendoza is drawing attention beyond football.]]></description><pubDate>Thu, 23 Apr 2026 13:50:54 +0000</pubDate><content:encoded><![CDATA[<p>As the 2026 NFL Draft kicks off on Thursday, Miami native and Heisman Trophy winner Fernando Mendoza is drawing attention beyond football.</p><p>The 22-year-old national champion and his family announced the launch of the Mendoza Family Fund, a national effort in partnership with the National Multiple Sclerosis Society aimed at advancing research toward a cure for multiple sclerosis. A spokesperson for the organization confirmed the initiative.</p><p>As part of the effort, Mendoza is committing $500,000 to support multiple sclerosis research at the University of Miami Health System and the University of Miami Miller School of Medicine.</p><p>The cause is personal for the Mendoza family. </p><p>Their mother, Elsa Mendoza, has been living with the disease, which has inspired Fernando and his brother, Alberto, to raise awareness and support others affected by MS. </p><p>The new fund builds on previous grassroots fundraising efforts that have raised more than $360,000, expanding those efforts into a national initiative.</p><p>“We’re grateful for the support of the National MS Society and the Mendoza Family Fund,” Joe Echevarria, president and CEO of the University of Miami and the University of Miami Health System, said in a statement. “The University of Miami Health System and Miller School of Medicine share their commitment to a world free of MS, and we value this opportunity to accelerate our work discovering, developing and delivering treatments for all patients.”</p><p>Fernando Mendoza is expected to be selected by the Las Vegas Raiders with the No. 1 pick in the 2026 NFL Draft. </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/5L4RW4E3H5F3J6FCKJMGKXLDWA.jpg?auth=8bebd7ab20c7a1af30a51691021ec5f65f171558e5fc603851fa993bf1db5a34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana quarterback Fernando Mendoza holds the trophy after Indiana defeated Miami in a College Football Playoff national championship game in Miami Gardens, Fla., Jan. 19, 2026, (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Police: Woman dies after running red light, crashing car into bus in Miami Gardens]]></title><link>https://www.local10.com/news/local/2026/04/23/police-woman-dies-after-running-red-light-crashing-car-into-bus-in-miami-gardens/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/police-woman-dies-after-running-red-light-crashing-car-into-bus-in-miami-gardens/</guid><dc:creator><![CDATA[Jolena Esperto, Amanda Batchelor]]></dc:creator><description><![CDATA[A 22-year-old Hispanic woman died Thursday morning after running a red light and then crashing into a Miami-Dade County transit bus in Miami Gardens, police said.]]></description><pubDate>Thu, 23 Apr 2026 11:48:27 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old Hispanic woman died Thursday morning after running a red light and then crashing into a Miami-Dade County transit bus in Miami Gardens, police said.</p><p><a href="https://www.local10.com/espanol/2026/04/23/policia-mujer-muere-tras-pasarse-luz-roja-y-chocar-su-auto-contra-un-autobus-en-miami-gardens/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/policia-mujer-muere-tras-pasarse-luz-roja-y-chocar-su-auto-contra-un-autobus-en-miami-gardens/">Leer en español</a></p><p>The crash was reported just after 5 a.m. in the area of Northwest 199th Street and Seventh Avenue. </p><p>The intersection was completely closed off after the crash. </p><p>Investigators at the scene told Local 10 News that the victim was driving a gray Hyundai Sonata when she slammed into the bus.</p><p>She was pronounced dead at the scene. </p><p>Because the transit buses are equipped with cameras, investigators were able to quickly review footage of the crash to see what occurred.</p><p>“Preliminary investigation indicates the Hyundai was traveling eastbound on NW 199th Street and ran a red light, colliding with the transit bus, which had a green arrow while turning left onto NW 7th Avenue,” a spokesperson for MGPD said in an email to Local 10 News.</p><p>According to police, one passenger on the bus complained of injuries and was taken to a nearby hospital. </p><p>The driver’s identity has not yet been released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[EU pulls $2.3 million from Venice Biennale over Russia's return]]></title><link>https://www.local10.com/entertainment/2026/04/23/eu-pulls-23-million-from-venice-biennale-over-russias-return/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/23/eu-pulls-23-million-from-venice-biennale-over-russias-return/</guid><dc:creator><![CDATA[By COLLEEN BARRY and LORNE COOK, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:18:05 +0000</pubDate><content:encoded><![CDATA[<p>MILAN (AP) — The European Union is slashing a 2-million euro ($2.3-million) grant to the Venice Biennale over Russia's participation in the 61st contemporary art show opening May 9, the commission announced Thursday.</p><p>The European Commission has informed the Biennale foundation of the funding cut over three years, and the Biennale has 30 days to defend its decision to include Russia for the first time since its 2022 invasion of Ukraine. spokesperson Thomas Regnier said Thursday. The commission had previously announced its intention to do so.</p><p>“We are strongly condemning the fact that the Fondazione di Biennale has allowed for the Russian Pavilion to open again,’’ Regnier said.</p><p>Russian artists withdrew their participation in 2022, and Russia did not present an exhibition in 2024 for its permanent pavilion, which it instead lent to Bolivia. Russia last participated in the International Art Exhibition in 2019.</p><p>The Biennale said in a statement that it “does not have the authority to prevent a country from participating. Any country recognized by the Italian Republic may request to participate.’’</p><p>Since Russia owns the pavilion built in 1914 in the historic Giardini, it was required only to send notification of its request to participate, the Biennale said.</p><p>“La Biennale di Venezia rejects any form of exclusion or censorship of culture and art. The Biennale, like the city of Venice, continues to be a place of dialogue, openness and artistic freedom, encouraging connections between peoples and cultures, with the constant hope for an end to conflicts and suffering,’’ the Biennale said.</p><p>The Biennale contemporary art exhibition is the world's oldest and most important, comprising a main exhibition alongside national pavilions, which are curated separately by the participating nations. For this edition, 99 countries will present national pavilions, 29 of those in the Giardini and the rest spread through the Arsenale and across the city.</p><p>The Biennale has in the past refused pressure to exclude countries, including Iran and Israel, from participating.</p><p>____</p><p>Cook reported from Brussels.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UQGOZBF6QZ5GILZMFURZZSBYIA.jpg?auth=dee1cfe2ae119ddf8ed72acecf62e4b085bd666bc126141d1f011c10d3cf72d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A private security officer stands next to a closed Russia's pavilion at the 59th Biennale of Arts exhibition in Venice, Italy, Tuesday, April 19, 2022. (AP Photo/Antonio Calanni, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OMOO5H6TKKQE56KHGFYMNGSHQM.jpg?auth=b965a4aca0bb8a3180118059d28263d57c8d6c1340b2583a82ec5e279faa60b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A private security officer walks past next to a closed Russia's pavilion at the 59th Biennale of Arts exhibition in Venice, Italy, Tuesday, April 19, 2022. (AP Photo/Antonio Calanni, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content></item><item><title><![CDATA[Massive fire burns 9,200 acres of wildland in western Broward ]]></title><link>https://www.local10.com/news/florida/2026/04/22/massive-fire-burns-9200-acres-of-wildland-in-western-broward/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/22/massive-fire-burns-9200-acres-of-wildland-in-western-broward/</guid><dc:creator><![CDATA[Jeff  Derderian , Janine Stanwood, John Gerard, Andrea Torres, Brandon Orr]]></dc:creator><description><![CDATA[In two days, a massive fire has burned 9,200 acres of wildland in western Broward, according to the Florida Forest Service. ]]></description><pubDate>Wed, 22 Apr 2026 23:02:23 +0000</pubDate><content:encoded><![CDATA[<p>In two days, a massive fire has burned 9,200 acres of wildland in western Broward County, according to the Florida Forest Service. </p><p><a href="https://www.local10.com/espanol/2026/04/23/incendio-forestal-consume-9200-acres-en-el-oeste-de-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/incendio-forestal-consume-9200-acres-en-el-oeste-de-broward/">Leer en español</a></p><p>The fire started on Tuesday and burned just west of U.S. Highway 27. It expanded on a dry Wednesday, as the National Guard joined the fight. </p><p>With crews flying and navigating tough terrain, the Florida Forest Service and the Broward Sheriff Fire Rescue contained about 50% of the fire. </p><p>The massive fire’s smoke was moving west. It was set to affect air quality in the area of Naples, Marco Island, and Fort Myers. </p><p>“It’s probably the worst drought we have had in 15 years, and we probably have another 6 to 8 weeks of this,” Kevin MacEwen, of the Florida Forest Service, said. </p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/florida/2026/04/22/fire-burns-over-6500-acres-of-wildland-in-western-broward/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/04/22/fire-burns-over-6500-acres-of-wildland-in-western-broward/">Fire burns over 6,500 acres of wildland in western Broward</a></li><li><a href="https://www.local10.com/news/local/2026/04/21/helicopter-responds-to-brush-fires-burning-in-western-broward/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/21/helicopter-responds-to-brush-fires-burning-in-western-broward/">Brush fires join near U.S. Highway 27 in Broward </a></li></ul>]]></content:encoded></item><item><title><![CDATA[Incendio forestal consume 9,200 acres en el oeste de Broward]]></title><link>https://www.local10.com/espanol/2026/04/23/incendio-forestal-consume-9200-acres-en-el-oeste-de-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/incendio-forestal-consume-9200-acres-en-el-oeste-de-broward/</guid><dc:creator><![CDATA[Jeff  Derderian , Janine Stanwood, John Gerard, Andrea Torres, Brandon Orr]]></dc:creator><description><![CDATA[En dos días, un incendio de grandes proporciones ha arrasado 9.200 acres de terreno silvestre en el oeste de Broward, según el Servicio Forestal de Florida.]]></description><pubDate>Thu, 23 Apr 2026 13:46:36 +0000</pubDate><content:encoded><![CDATA[<p>En dos días, un incendio masivo ha quemado 9,200 acres de terreno forestal en el oeste del condado Broward, según el Servicio Forestal de Florida.</p><p>El incendio comenzó el martes y se extendió justo al oeste de la autopista U.S. 27. Creció durante un miércoles seco, mientras la Guardia Nacional se unía a las labores.</p><p>Con equipos operando por aire y en terreno difícil, el Servicio Forestal de Florida y Broward Sheriff Fire Rescue han contenido aproximadamente el 50% del incendio.</p><p>El humo del incendio masivo se desplazaba hacia el oeste y se preveía que afectara la calidad del aire en las áreas de Naples, Marco Island y Fort Myers.</p><p>“Probablemente es la peor sequía que hemos tenido en 15 años, y probablemente tendremos otras 6 a 8 semanas de esto”, dijo Kevin MacEwen, del Servicio Forestal de Florida.</p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/espanol/2026/04/22/incendio-quema-mas-de-6500-acres-de-areas-silvestres-en-el-oeste-de-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/22/incendio-quema-mas-de-6500-acres-de-areas-silvestres-en-el-oeste-de-broward/">Incendio quema más de 6,500 acres de terreno forestal en el oeste de Broward</a></li><li><a href="https://www.local10.com/espanol/2026/04/21/arden-llamas-en-unos-2000-acres-de-zona-silvestre-en-el-oeste-de-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/21/arden-llamas-en-unos-2000-acres-de-zona-silvestre-en-el-oeste-de-broward/">Incendios forestales se unen cerca de la autopista U.S. 27 en Broward</a></li></ul>]]></content:encoded></item><item><title><![CDATA[16-year-old charged as adult in connection with armed robbery in Homestead]]></title><link>https://www.local10.com/news/local/2026/04/23/16-year-old-charged-as-adult-in-connection-with-armed-robbery-in-homestead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/16-year-old-charged-as-adult-in-connection-with-armed-robbery-in-homestead/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 16-year-old boy who was arrested earlier this month in connection with an armed robbery in Homestead is now being charged as an adult, Local 10 News learned Thursday.]]></description><pubDate>Thu, 23 Apr 2026 12:52:00 +0000</pubDate><content:encoded><![CDATA[<p>A 16-year-old boy who was arrested earlier this month in connection with an armed robbery in Homestead is now being charged as an adult, Local 10 News learned Thursday.</p><p><a href="https://www.local10.com/espanol/2026/04/23/acusan-como-adulto-a-joven-de-16-anos-por-robo-a-mano-armada-en-homestead/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/acusan-como-adulto-a-joven-de-16-anos-por-robo-a-mano-armada-en-homestead/">Leer en español</a></p><p>Online jail records show Luis Torres, of Homestead, was booked into the Metrowest Detention Center on Wednesday. </p><p>According to his arrest report, the incident occurred at about 6 p.m. on March 2 in the 600 block of Northwest 11<sup>th</sup> Street.</p><p>Homestead police said an officer arrived at the scene and found the victim in his underwear and bleeding.</p><p>The victim told the officer that his motorized dirt bike had been stolen in an unrelated incident and two people who he was acquainted with, “Luis” and “Sebastian,” offered to help him find it.</p><p>According to the report, one of the suspects, who police later identified as Torres, messaged the victim and agreed to pick him up.</p><p>Torres and the other suspect later arrived to the area in a black sedan and both were wearing masks, authorities said.</p><p>Police said after pulling into a nearby alleyway, the suspect known only as Sebastian pulled out a gun and began to hit the victim with it. </p><p>According to the report, Torres then dragged the victim out of the car and both suspects began kicking and punching the victim throughout his body.</p><p>Police said Torres then stole the victim’s belongings as Sebastian held the victim at gunpoint.</p><p>Among the items stolen were a black iPhone 12, clothing, a gold bracelet and a gold chain, the report stated.</p><p>According to the report, the total value of the items taken was about $1,730.</p><p>Police said the victim provided detectives with both suspects’ Instagram accounts.</p><p>After the robbery, Torres messaged the victim, saying “That’s (what) happens when you set n***** up,” the report stated.</p><p>According to the arrest report, Torres posted a video on his Instagram page in which he discussed the robbery while wearing the victim’s jewelry and described how he left the victim in his underwear.</p><p>Police said Sebastian also posted several videos and photos of the stolen jewelry.</p><p>Torres was arrested April 1 at South Dade Senior High School where he is a student.</p><p>According to the report, after being asked if he knew the victim, Torres told police, “I don’t wanna talk anymore.”</p><p>He was arrested on an armed robbery charge.</p><p>As of Thursday morning, Torres remained jailed. He is expected to appear in bond court Thursday.</p><p>It’s unclear whether police have located the other suspect. </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/AXWRMVRILFC2RMF5JWSVN3VVRI.jpg?auth=4cd375c51df3766aee1fe9f16052d93b570beed707fc37ab7c5c1b982beb02bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan como adulto a joven de 16 años por robo a mano armada en Homestead]]></title><link>https://www.local10.com/espanol/2026/04/23/acusan-como-adulto-a-joven-de-16-anos-por-robo-a-mano-armada-en-homestead/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/acusan-como-adulto-a-joven-de-16-anos-por-robo-a-mano-armada-en-homestead/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un joven de 16 años que fue arrestado a principios de este mes en relación con un robo a mano armada en Homestead ahora está siendo procesado como adulto, según supo el jueves Local 10 News.]]></description><pubDate>Thu, 23 Apr 2026 13:39:53 +0000</pubDate><content:encoded><![CDATA[<p>Un joven de 16 años que fue arrestado a principios de este mes en relación con un robo a mano armada en Homestead ahora enfrenta cargos como adulto, supo Local 10 News el jueves.</p><p>Registros carcelarios en línea muestran que Luis Torres, de Homestead, fue ingresado en el Centro de Detención Metrowest el miércoles.</p><p>Según el informe de arresto, el incidente ocurrió alrededor de las 6 p.m. del 2 de marzo en la cuadra 600 de Northwest 11th Street.</p><p>La policía de Homestead dijo que un agente llegó a la escena y encontró a la víctima en ropa interior y sangrando.</p><p>La víctima le dijo al agente que su motocicleta todoterreno motorizada había sido robada en un incidente no relacionado y que dos personas que conocía, “Luis” y “Sebastian”, se ofrecieron a ayudarlo a encontrarla.</p><p>Según el informe, uno de los sospechosos, posteriormente identificado por la policía como Torres, envió un mensaje a la víctima y acordó recogerlo.</p><p>Torres y el otro sospechoso llegaron luego al área en un sedán negro y ambos llevaban máscaras, dijeron las autoridades.</p><p>La policía indicó que, tras entrar a un callejón cercano, el sospechoso conocido solo como Sebastian sacó un arma y comenzó a golpear a la víctima con ella.</p><p>Según el informe, Torres luego sacó a la víctima del auto y ambos sospechosos comenzaron a patearlo y golpearlo por todo el cuerpo.</p><p>La policía dijo que Torres luego robó las pertenencias de la víctima mientras Sebastian lo mantenía a punta de pistola.</p><p>Entre los objetos robados se encontraban un iPhone 12 negro, ropa, una pulsera de oro y una cadena de oro, según el informe.</p><p>De acuerdo con el informe, el valor total de los artículos robados fue de aproximadamente $1,730 USD.</p><p>La policía indicó que la víctima proporcionó a los detectives las cuentas de Instagram de ambos sospechosos.</p><p>Después del robo, Torres envió un mensaje a la víctima diciendo “eso es lo que pasa cuando traicionas a alguien”, según el informe.</p><p>Según el informe de arresto, Torres publicó un video en su cuenta de Instagram en el que hablaba del robo mientras usaba las joyas de la víctima y describía cómo dejó a la víctima en ropa interior.</p><p>La policía dijo que Sebastian también publicó varios videos y fotos de las joyas robadas.</p><p>Torres fue arrestado el 1 de abril en South Dade Senior High School, donde es estudiante.</p><p>Según el informe, cuando se le preguntó si conocía a la víctima, Torres le dijo a la policía: “no quiero hablar más”.</p><p>Fue arrestado por un cargo de robo a mano armada.</p><p>Hasta la mañana del jueves, Torres permanecía encarcelado. Se espera que comparezca ante el tribunal de fianza el jueves.</p><p>No está claro si la policía ha localizado al otro sospechoso.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AXWRMVRILFC2RMF5JWSVN3VVRI.jpg?auth=4cd375c51df3766aee1fe9f16052d93b570beed707fc37ab7c5c1b982beb02bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Slovenia TV says it won't air Eurovision song contest after pulling out]]></title><link>https://www.local10.com/entertainment/2026/04/23/slovenia-tv-says-it-wont-air-eurovision-song-contest-after-pulling-out/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/23/slovenia-tv-says-it-wont-air-eurovision-song-contest-after-pulling-out/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 13:35:07 +0000</pubDate><content:encoded><![CDATA[<p>LJUBLJANA, Slovenia (AP) — Slovenia’s national broadcaster RTV Slovenia said on Thursday it won't air the Eurovision Song Contest this year after the small European country previously pulled out of the event over Israel's participation.</p><p>This year’s main competition with 35 competing countries is scheduled to be held May 12-16 in Vienna.</p><p>Slovenia along with a handful of other countries — Iceland, Ireland, the Netherlands and Spain — are boycotting because Israel was allowed to take part.</p><p>“We will not be broadcasting the Eurovision Song Contest," Ksenija Horvat, RTV Slovenia director told The Associated Press. "We will be airing the film series ‘Voices of Palestine,’ featuring Palestinian documentaries and feature films.”</p><p>Organizers of the song competition decided in December to allow Israel to compete, which prompted the walkout of Slovenia and other countries. Slovenia has been a vocal critic of Israel over its conduct of the Israel-Hamas war in Gaza.</p><p>The Eurovision contest strives to put pop music before politics but has repeatedly been embroiled in world events. Russia was expelled in 2022 after its full-scale invasion of Ukraine.</p><p>It also has been roiled by the Israel-Hamas war in Gaza, stirring protests outside the venues and forcing organizers to clamp down on political flag-waving.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T6SH6LAT7KFFE4ZU3VZBE3GFWU.jpg?auth=4c6f62eb84b2b6ad1d34cc81b0da933d9488d81a00eb74eb7cb3f5900285f985&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - JJ from Austria stands on the stage with the trophy after winning the Grand Final of the 69th Eurovision Song Contest, in Basel, Switzerland, May 18, 2025. (AP Photo/Martin Meissner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Maggie Gyllenhaal to lead Venice Film Festival jury]]></title><link>https://www.local10.com/entertainment/2026/04/23/maggie-gyllenhaal-to-lead-venice-film-festival-jury/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/23/maggie-gyllenhaal-to-lead-venice-film-festival-jury/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 13:34:39 +0000</pubDate><content:encoded><![CDATA[<p>Actor and filmmaker Maggie Gyllenhaal will preside over the main competition jury for the 83rd Venice International Film Festival later this year. Festival organizers announced the selection Thursday.</p><p>Gyllenhaal, who most recently directed “The Bride!”, brought her directorial debut “The Lost Daughter” to the festival in 2021. Her adaptation of Elena Ferrante's novel, starring Jessie Buckley, Olivia Colman and Dakota Johnson, won the festival’s screenplay award that year.</p><p>“Maggie Gyllenhaal embodies an artistic path of uncommon consistency, constructed over time with intelligence and courage,” festival director Alberto Barbera said in a statement. “Having her as the president of our jury means being able to rely on an authoritative and independent voice.”</p><p>The jury, which will eventually be filled out with others in the international film community, is responsible for watching all the competition titles and assigning prizes, including the Golden Lion. Last year, Jim Jarmusch’s “Father Mother Sister Brother” was awarded the top prize by the Alexander Payne-led jury over the likes of Park Chan-wook’s “No Other Choice,”Yorgos Lanthimos’s “Bugonia” and Guillermo del Toro’s “Frankenstein.”</p><p>“Venice has always supported truthful, singular voices and I am honored to play a part in continuing that brave and necessary tradition,” Gyllenhaal said in a statement. “I will not be standing in judgement, but in curiosity, admiration and excitement.”</p><p>The 83rd edition of the festival runs from Sept. 2 through Sept. 12. Organizers typically announce the slate in late July.</p><p>—-</p><p>For more coverage of the Venice Film Festival, visit: https://apnews.com/hub/venice-film-festival</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ESEHQ2O5W5NS7LPZF2OYJZBZAY.jpg?auth=bcc6dda35aaafbda62fa134f8ac6efefd101c6200cdc4b2e81b18f0cd3efd8e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Director Maggie Gyllenhaal appears at the premiere of "The Bride!" in New York on March 3, 2026. (Photo by Charles Sykes/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Sykes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3HVIXGETM2ISSLWSQZOJN3JDOE.jpg?auth=d55b7136bc4ac7d79b046f4240a0c3b703c4b8df70f4bf58587d02e7a335deca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maggie Gyllenhaal appears during a portrait session for the film "The Bride!" in London on Feb. 27, 2026. (Photo by Scott A Garfitt/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content></item><item><title><![CDATA[Disputa doméstica en Palmetto Bay termina con muerte del hijo y su padre bajo custodia]]></title><link>https://www.local10.com/espanol/2026/04/23/disputa-domestica-en-palmetto-bay-termina-con-muerte-del-hijo-y-su-padre-bajo-custodia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/disputa-domestica-en-palmetto-bay-termina-con-muerte-del-hijo-y-su-padre-bajo-custodia/</guid><dc:creator><![CDATA[Chris Gothner, Pablo Hernandez, Aaron Maybin]]></dc:creator><description><![CDATA[Una vivienda en Palmetto Bay fue el centro de una investigación por homicidio después de que las autoridades informaran que un padre disparó y mató a su hijo el miércoles por la tarde.]]></description><pubDate>Thu, 23 Apr 2026 13:34:22 +0000</pubDate><content:encoded><![CDATA[<p>Una vivienda en Palmetto Bay fue el centro de una investigación por muerte después de que autoridades dijeron que un padre le disparó y mató a su hijo el miércoles por la tarde.</p><p>Investigadores indicaron que la balacera ocurrió cerca de Southwest 168th Street y Southwest 92nd Avenue, donde agentes acudieron poco después de las 4:45 p.m. por una disputa doméstica reportada.</p><p>Al llegar, encontraron a un hombre fuera de la vivienda y lo detuvieron.</p><p>Los investigadores dijeron que, una vez dentro de la casa, los agentes encontraron a otro hombre con una aparente herida de bala. Fue declarado muerto en la escena.</p><p>Las autoridades identificaron a la víctima como un hombre de 47 años. Su padre, de unos 70 años, se encuentra bajo custodia.</p><p>Funcionarios indicaron que anteriormente habían acudido a la vivienda por incidentes relacionados con salud mental.</p><p>“Definitivamente queríamos que la comunidad supiera que se trató de un incidente aislado”, dijo el portavoz de MDSO, Argemis Colome.</p><p>Vecinos dijeron estar sorprendidos por la violencia en su vecindario.</p><p>“Por lo general nos sentimos muy seguros aquí, así que algo así es preocupante”, dijo Gorgas Kollileka.</p><p>“Al final del día, es un incidente trágico”, dijo Colome. “Se trata de una situación doméstica entre padre e hijo. No es un buen día para esa familia. Pero algo ocurrió y eso es lo que van a tratar de esclarecer”.</p><p>La investigación continúa en curso.</p>]]></content:encoded></item><item><title><![CDATA[Police: Woman on motorcycle critically injured in hit-and-run crash in Miami ]]></title><link>https://www.local10.com/news/local/2026/04/23/police-woman-on-motorcycle-critically-injured-in-hit-and-run-crash-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/police-woman-on-motorcycle-critically-injured-in-hit-and-run-crash-in-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A woman riding a motorcycle was critically injured late Wednesday night in a hit-and-run crash in Miami, police confirmed.]]></description><pubDate>Thu, 23 Apr 2026 11:12:44 +0000</pubDate><content:encoded><![CDATA[<p>A woman riding a motorcycle was critically injured late Wednesday night in a hit-and-run crash in Miami, police confirmed.</p><p><a href="https://www.local10.com/espanol/2026/04/23/policia-mujer-en-motocicleta-resulta-gravemente-herida-en-choque-con-fuga-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/policia-mujer-en-motocicleta-resulta-gravemente-herida-en-choque-con-fuga-en-miami/">Leer en español</a></p><p>According to police, the crash was reported at 11:37 p.m. in the area of Northwest 37<sup>th</sup> Avenue and West Flagler Street.</p><p>Police said officers arrived at the scene and found a woman in her mid-30s unresponsive in the roadway. </p><p>A tourniquet was applied to the victim before Miami Fire Rescue transported her to Jackson Memorial Hospital’s Ryder Trauma Center in critical condition, authorities said.</p><p>Police said the driver of the other vehicle involved in the collision fled the scene.</p><p>No other details were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FW3GHJKPDZH6TMVXKUDICI4GSQ.jpeg?auth=23506f8a09e40f9087aa9955171d7f2851474f9464bff3804e98d2262fe95e26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Mujer en motocicleta resulta gravemente herida en choque con fuga en Miami]]></title><link>https://www.local10.com/espanol/2026/04/23/policia-mujer-en-motocicleta-resulta-gravemente-herida-en-choque-con-fuga-en-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/policia-mujer-en-motocicleta-resulta-gravemente-herida-en-choque-con-fuga-en-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer que viajaba en motocicleta resultó gravemente herida la noche del miércoles en un accidente con fuga en Miami, según confirmó la policía.]]></description><pubDate>Thu, 23 Apr 2026 13:28:19 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer que conducía una motocicleta resultó gravemente herida la noche del miércoles en un choque con fuga en Miami, confirmó la policía.</p><p>Según la policía, el accidente fue reportado a las 11:37 p.m. en el área de Northwest 37th Avenue y West Flagler Street.</p><p>La policía indicó que los agentes llegaron a la escena y encontraron a una mujer de unos 30 años inconsciente en la vía.</p><p>A la víctima se le colocó un torniquete antes de que Miami Fire Rescue la trasladara al Ryder Trauma Center del Jackson Memorial Hospital en condición crítica, informaron las autoridades.</p><p>La policía dijo que el conductor del otro vehículo involucrado en la colisión huyó de la escena.</p><p>No se divulgaron de inmediato más detalles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FW3GHJKPDZH6TMVXKUDICI4GSQ.jpeg?auth=23506f8a09e40f9087aa9955171d7f2851474f9464bff3804e98d2262fe95e26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Mujer  muere tras pasarse luz roja y chocar su auto contra un autobús en Miami Gardens]]></title><link>https://www.local10.com/espanol/2026/04/23/policia-mujer-muere-tras-pasarse-luz-roja-y-chocar-su-auto-contra-un-autobus-en-miami-gardens/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/policia-mujer-muere-tras-pasarse-luz-roja-y-chocar-su-auto-contra-un-autobus-en-miami-gardens/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Una joven falleció el jueves por la mañana tras saltarse un semáforo en rojo y chocar contra un autobús de transporte público del condado de Miami-Dade en Miami Gardens, según informó la policía.]]></description><pubDate>Thu, 23 Apr 2026 13:18:31 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer joven murió el jueves por la mañana tras pasarse una luz roja y luego chocar contra un autobús de tránsito del condado Miami-Dade en Miami Gardens, informó la policía.</p><p>El accidente fue reportado en el área de Northwest 199th Street y Seventh Avenue.</p><p>La intersección fue completamente cerrada tras el choque.</p><p>Investigadores en la escena dijeron a Local 10 News que la joven conducía un Hyundai plateado cuando se estrelló contra el autobús.</p><p>Fue declarada muerta en el lugar.</p><p>Debido a que los autobuses de tránsito están equipados con cámaras, los investigadores pudieron revisar rápidamente las imágenes del accidente para ver lo ocurrido.</p><p>La identidad de la conductora aún no ha sido revelada.</p>]]></content:encoded></item><item><title><![CDATA[2 trains collide in Denmark, leaving 5 people critically injured]]></title><link>https://www.local10.com/news/world/2026/04/23/2-trains-collide-in-denmark-leaving-5-people-critically-injured/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/2-trains-collide-in-denmark-leaving-5-people-critically-injured/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[Two trains collided in Denmark early Thursday, leaving five people critically injured in what police called a major incident.]]></description><pubDate>Thu, 23 Apr 2026 13:15:17 +0000</pubDate><content:encoded><![CDATA[<p>COPENHAGEN, Denmark (AP) — Two trains collided in Denmark early Thursday, leaving five people critically injured in what police called a major incident.</p><p>The collision occurred around 6:30 a.m. near Hillerød, about 40 kilometers (25 miles) north of Copenhagen. Roughly a dozen other people have minor injuries, according to the Greater Copenhagen Fire Department.</p><p>There were 38 people aboard the two trains, according to a spokesperson for the North Zealand police.</p><p>Officials originally said four people were critically injured but revised that figure hours after the crash. It was not immediately clear whether the train’s drivers were among the victims.</p><p>Investigators are looking into what caused the collision, which occurred near a level crossing. Photos from the scene show the front ends of the trains smashed, though both remained upright on the tracks.</p><p>The mayor of the nearby town of Gribskov, Trine Egetved, in a post on Facebook, said some of the injured were flown to the hospital.</p><p>She said the crash occurred on a local rail line that’s used by many Gribskov residents, employees and schoolchildren.</p><p>No other details were available.</p>]]></content:encoded></item><item><title><![CDATA[Tanzania postelection inquiry shows 518 people died in last year’s violence]]></title><link>https://www.local10.com/news/world/2026/04/23/tanzania-postelection-inquiry-shows-518-people-died-in-last-years-violence/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/tanzania-postelection-inquiry-shows-518-people-died-in-last-years-violence/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 13:10:53 +0000</pubDate><content:encoded><![CDATA[<p>DAR ES SALAAM, Tanzania (AP) — At least 518 people died in last year’s postelection violence in Tanzania, which happened amid an internet shutdown, a commission formed to investigate said on Thursday.</p><p>Thousands of people were injured in the violence, with more than 800 people having gunshot wounds.</p><p>The commission chairman, Mohamed Chande Othman, said that the number of deaths was likely to be higher, because some families buried their loved ones without taking their bodies to morgues.</p><p>Tanzania experienced postelection violence on Oct. 29, after young people took to the streets, accusing the government of silencing the opposition, as the country’s main opposition party leader remained in prison for treason and the presidential candidate for the second-largest opposition party was barred from running.</p><p>The internet was shut down in the country for days, a move that President Samia Suluhu Hassan later apologized to the diplomatic community for and promised would never happen again.</p><p>Hassan was seeking a second term in office after serving out the term of her predecessor, John Magufuli, after he died in office. Hassan won with 97% of the vote, and some international observers said the election fell short of a free and fair vote.</p><p>Othman recommended that a further investigation be conducted on the use of firearms, as some of the witnesses told the commission that their loved ones were shot while sitting inside their houses.</p><p>Since the violence, 245 people remain unaccounted for, and 39 families reported having seen the bodies of their loved ones in morgues before they later disappeared.</p><p>The commission ruled out the presence of mass graves, as alleged by human rights groups.</p><p>The commission concluded that the demonstrations weren't peaceful but were “acts of violence” based on their contravention of laws requiring a 48-hour police notice and because it was an election day, thus denying some citizens the right to vote.</p><p>Othman said that the protests were planned and coordinated by people who had been recruited and trained, and violence occurred simultaneously in various locations to confuse the police.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BLM3FWZDZMN6GD76FLVZIXARSQ.jpg?auth=fae62783d7dad8463281a2be24af622e053a81d5ae834a389ed3bbb6e111d060&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tanzania's President Samia Suluhu Hassan delivers remarks during a campaign rally in Iringa, Tanzania, Oct. 5, 2025. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[Delcy Rodríguez y Gustavo Petro se reúnen por primera vez con la figura de EEUU de fondo]]></title><link>https://www.local10.com/espanol/2026/04/23/delcy-rodriguez-y-gustavo-petro-se-reunen-por-primera-vez-con-la-figura-de-eeuu-de-fondo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/delcy-rodriguez-y-gustavo-petro-se-reunen-por-primera-vez-con-la-figura-de-eeuu-de-fondo/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ y REGINA GARCÍA CANO, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 13:10:03 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — La presidenta encargada de Venezuela, Delcy Rodríguez, y el mandatario colombiano Gustavo Petro se reunirán el viernes por primera vez desde la captura de Nicolás Maduro.</p><p>Rodríguez tendrá su primer encuentro oficial con un mandatario vecino desde que asumió en enero en lugar de Maduro y colaborando con el gobierno de Donald Trump.</p><p>La cita será en Caracas luego de que se cancelara una reunión prevista el 13 de marzo en la frontera común. Petro viajó por última vez a la capital venezolana en abril de 2024 para encontrarse con Maduro meses antes de la cuestionada elección presidencial en ese país.</p><p>Cooperación energética y de seguridad</p><p>Ambos países tienen interés en la seguridad fronteriza por la presencia de grupos armados ilegales asociados con el narcotráfico. La economía es otro punto clave por la intención de Colombia de importar gas venezolano.</p><p>“Hay un interés de los Estados Unidos en que Colombia se convierta en el comprador del gas venezolano”, dijo desde Bogotá a The Associated Press Ronal Rodríguez Durán, investigador del Observatorio de Venezuela de la Universidad del Rosario. “Colombia, por su naturaleza geográfica, se convertiría en el cliente que rápidamente podría hacer ingresar recursos a Venezuela bajo la supervisión de Estados Unidos”, agregó.</p><p>El gobierno de Trump busca revitalizar la economía venezolana atrayendo inversión extranjera a sus vastos recursos naturales, principalmente el petróleo. Bajo el gobierno de Maduro Venezuela sufrió una profunda crisis económica que empujó a millones a la pobreza y 7,7 millones de personas al exilio.</p><p>El interés de Colombia en el gas venezolano se reavivó en el gobierno de Petro, especialmente desde 2024 cuando se empezó a hablar de un posible déficit de gas. Sin embargo, no se ha concretado por asuntos técnicos en el gasoducto binacional y las sanciones estadounidenses a la estatal Petróleos de Venezuela SA (PDVSA).</p><p>Colombia tramita con Estados Unidos una licencia de la Oficina de Control de Activos Extranjeros para reactivar los proyectos de gas e interconexión eléctrica. También logró acuerdos con PDVSA para reponer la tubería del gasoducto en el tramo colombiano.</p><p>El tema fue parte de la conversación que sostuvo Petro con Trump en febrero. Según el colombiano, hablaron sobre cómo reactivar a Venezuela con la ayuda de Colombia y sobre el papel de Estados Unidos, que a su juicio debería ser “levantar las sanciones” sobre Venezuela.</p><p>Petro abogó para que Maduro sea devuelto y juzgado en los tribunales de su país natal en lugar de los estadounidenses. Los fiscales estadounidenses han acusado a Maduro y a otros funcionarios venezolanos de conspirar con rebeldes colombianos y miembros del ejército venezolano para trasladar cocaína a Estados Unidos. Maduro se ha declarado inocente.</p><p>El Departamento del Tesoro estadounidense sancionó a Petro por supuestos vínculos con el narcotráfico, sin mostrar pruebas. El mandatario se ha defendido de las acusaciones y ha prometido arreciar las operaciones contra el narcotráfico e incluso ha sugerido posibles acciones conjuntas con Estados Unidos contra el Ejército de Liberación Nacional (ELN), una guerrilla que opera también en Venezuela.</p><p>Petro dijo días antes del encuentro que su delegación incluirá a militares y policías para tratar con Rodríguez la seguridad fronteriza, especialmente sobre la población colombiana del Catatumbo, donde grupos armados se disputan la zona. Aseguró que espera una “estrecha colaboración en inteligencia”.</p><p>Posible papel de mediador</p><p>Desde las cuestionadas elecciones presidenciales de Venezuela en 2024 el vínculo bilateral se ha mantenido en una zona gris. Petro no reconoció a Maduro como presidente legítimo, pero mantuvo las relaciones.</p><p>El gobierno colombiano ha dicho que el encuentro entre Petro y Rodríguez pretende “contribuir a una salida de la crisis política de Venezuela”. Sin embargo, no está claro cómo lo haría. Petro, quien ha propuesto un “cogobierno” entre la oposición y el chavismo, participó en un infructuoso intento de mediación entre ambos sectores en 2024 junto a México y Brasil.</p><p>Para el investigador Rodríguez Durán, el alcance de Petro es limitado en una eventual mediación e incluso en el mantenimiento de las relaciones bilaterales, dado que su mandato culminará en agosto.</p><p>Varias organizaciones no gubernamentales de Venezuela dirigieron una carta abierta a Petro en marzo, antes del cancelado encuentro con Rodríguez, para pedirle que Colombia contribuya a la “promoción de principios democráticos y de derechos humanos”, incluyendo la liberación de “todos los presos políticos” y el cese de la “persecución”.</p><p>——-</p><p>Suárez informó desde Bogotá.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KKKQSGC4STHOMJE5DEACPV5YCU.jpg?auth=ae26b11af9ea67a9da438e693641c09bd531a2b83fe30f97eb9c6a7bd702ca11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - La presidenta interina de Venezuela, Delcy Rodríguez, sonríe durante una reunión con una delegación encabezada por el secretario de Energía de Estados Unidos, Chris Wright, en el Palacio de Miraflores en Caracas, Venezuela, el 11 de febrero de 2026. (AP Foto/Ariana Cubillos, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XBQRLP2PSWLOAS4JYQLOEJZB5E.jpg?auth=95980ea7ee556395ebba857bde0d5a13b039863ac5b2a68351c1935d878052ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente de Colombia, Gustavo Petro, habla durante una conferencia de prensa en la embajada colombiana en Washington, el 3 de febrero de 2026. (AP Foto/José Luis Magaña, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[From beauty to transportation, a lack of water and power forces Cubans to change their routines]]></title><link>https://www.local10.com/news/world/2026/04/23/from-beauty-to-transportation-a-lack-of-water-and-power-forces-cubans-to-change-their-routines/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/from-beauty-to-transportation-a-lack-of-water-and-power-forces-cubans-to-change-their-routines/</guid><dc:creator><![CDATA[By DÁNICA COTO, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 13:08:23 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA (AP) — Eduvirgen Zamora hides her hands out of embarrassment these days.</p><p>Her nails are down to the quick, except for her thumbs, which feature inch-long talons covered in fancy silver swirls.</p><p>Unable to afford a new set of nails as Cuba’s economic crises grind on, the 56-year-old cafeteria worker opted instead to do her lashes, a cheaper alternative she hoped would draw people’s attention upward.</p><p>Severe shortages of water, power and money combined with a U.S energy blockade has deepened poverty and increased hunger across the island as severe blackouts persist. Even those who are more affluent are now eliminating long-established and often beloved routines as they adapt to increasingly dire realities.</p><p>“The Cuban woman likes to look beautiful — to do her hair, do her nails, do her feet — and wear perfume,” Zamora said. “I don’t look how I would like to look.”</p><p>Changes in beauty routines</p><p>Melina Colás knows the feeling.</p><p>The young manicurist who works in Havana recently got long braids to celebrate her birthday but quickly realized it’s a difficult style to maintain given chronic water shortages.</p><p>She used to wear her hair long and straightened but has decided to cut it and wear it natural, even though she thinks it would not suit what she called her short stature and round face.</p><p>“Before, you could do whatever you wanted,” she said of hairstyles when water was readily available. “Not now.”</p><p>Colás also has tweaked things at the salon where she works.</p><p>She has learned patience, aware clients show up late because public transportation is scarce.</p><p>And she now relies on a mix of water and vinegar in a spray bottle to offset water shortages – a concoction she said also helps soften clients’ cuticles and staves off a growing number of fungus cases because time between manicure appointments is growing longer for many.</p><p>“Some cases are critical,” Colás said.</p><p>She also lamented how the island’s economic crisis and shrinking budgets have led to a drop in customers, a trend that hairstylist Betty Ramírez Aldana, 50, also has noticed.</p><p>“It really came as a shock to me, because I’ve lost a lot of clients,” he said on a recent afternoon at a makeshift hair salon with bubblegum pink walls. “Normally by now I’d have five, six, eight clients. Look at the hour. And no one has showed up.”</p><p>The hair salon where he works recently spent three weeks without water, since electricity powers many pump stations on the island and severe outages are commonplace. He no longer can provide certain hair straightening treatments, so he offers clients options including flattering cuts.</p><p>“A lot of them have opted to embrace their natural curly hair,” he said.</p><p>An increasing number of women also have been forced to grow out their roots given a lack of gasoline and public transportation, coupled with withering budgets, Ramírez said.</p><p>Those who can afford it call him for home visits, with the original customer likely joined “by her aunt and the upstairs neighbor. I don’t serve one, I serve two or three,” he said.</p><p>A demand to lift the US energy blockade</p><p>Beauty aside, Cubans also are agonizing over being forced to cut corners on basic hygiene: some say they are washing their hair only twice a month, and clothes stay dirtier longer.</p><p>Antonia Isalgués Barrién, 60, who works for a state-run company running boats from eastern Havana to the heart of the capital, said she hangs her clothes outside every day after working on a boat because she doesn’t have water to wash them.</p><p>“It’s very hot here in Cuba; you sweat a lot,” she said, recalling how she used to wash clothes nearly daily. “I’ve never been forced to hang clothes in the fresh air… and then put them on again.”</p><p>Isalgués said she has noticed a surge in the number of passengers as a growing number of gas stations close and only a handful of public buses remain in circulation.</p><p>Cuba had spent three months without fuel shipments until a Russian tanker arrived in late March with 730,000 barrels of oil. It is expected to last only nine or 10 days.</p><p>Iván de los Ángeles Arias, a 44-year-old boat pilot, often boards the boat for a five-minute ride across the Bay of Havana, keeping his car at home for emergency use only.</p><p>“That’s the reality we’re forced to live,” he said. “You deal with it as best you can.”</p><p>U.S. diplomats flew to Cuba earlier this month to meet with top government officials for the first time since 2016 as tensions remain high between the two countries.</p><p>Cuba’s government has said that the elimination of the U.S. energy embargo was a top priority for its delegation, calling it an “act of economic coercion” and “unjustified punishment.”</p><p>In late January, just weeks after the U.S. invaded Venezuela in a move that halted critical oil shipments to Cuba, President Donald Trump threatened tariffs on any country that sells or provides oil to Cuba, which produces only 40% to meet its needs.</p><p>The U.S. has called for an end to political repression, the release of political prisoners and liberalization of the island’s imploding economy as part of several conditions to lift its sanctions on Cuba.</p><p>Arias, the boat pilot, said he didn’t think the talks will change anything for him.</p><p>“I have no hope,” he said. “That means nothing if living conditions remain the same.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AQC3NNPW5FP5MYSPEMCQLV4I4Q.jpg?auth=60cdd5662195beb23827e631f504571474d8576370bf5aa18ba7c97513334945&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A barber cuts a boy's hair at his makeshift barbershop on the street in Havana, Wednesday, April 22, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7T7N3TEATXQ4PE7TCEG7TS7EBI.jpg?auth=90d59263f990a933234ae1af72cfdc89ac624cf0f1eef7a601b582abf0e25178&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A nurse walks past trash and an abandoned classic American car on a street in Havana, Wednesday, April 22, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LF5ICMEPFV73BBQBOPHPVIRZZM.jpg?auth=6339d26d17adb810a000a2ecca2f6e60ae70ba74929688d40a617e6dc2f5f84b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A pedestrian looks for items to salvage in a pile of trash on a street in Havana, Wednesday, April 22, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJEIIMZIUDOEPJPDOLAPVRFKFU.jpg?auth=233fe0a5bea5a50854cbc9e0af4ad3223b609ae735880148d30852124822e7f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man rests on mattresses atop a bicycle trailer in Havana, Wednesday, April 22, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Archaeological digs in Amazon provide clues about Indigenous inhabitants before colonization]]></title><link>https://www.local10.com/news/2026/04/23/archaeological-digs-in-amazon-provide-clues-about-indigenous-inhabitants-before-colonization/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/23/archaeological-digs-in-amazon-provide-clues-about-indigenous-inhabitants-before-colonization/</guid><dc:creator><![CDATA[By GABRIELA SÁ PESSOA and ERALDO PERES, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 15:35:59 +0000</pubDate><content:encoded><![CDATA[<p>MACAPA, Brazil (AP) — Paving roads in the Amazon rainforest has long brought deforestation that threatens the people who live there. The same roadwork, however, has also allowed archaeologists to get glimpses of the region’s past long before Europeans arrived to reshape it.</p><p>The construction often requires archaeological surveys before the paving starts, and some of the latest discoveries have emerged along the BR-156 highway in Brazil's northern state of Amapa. Among the findings so far from nine dig sites: pottery vases that may be funerary urns, as well as small artifacts that resemble human faces.</p><p>“What we now about the region’s past is also tied to the opening created by these projects, which gives our relationship with them a somewhat ambivalent character,” said Lúcio Flávio Costa Leite, who manages the Archaeological Research Center at Amapa’s Institute for Scientific and Technological Research. “At the same time, the knowledge we gain about these sites leads us to pay closer attention to these regions, including by adopting permanent protection measures.”</p><p>Scientists say recent research has reinforced understanding of the region's past not as a human desert, but rather as a landscape shaped by interconnected societies long before Columbus arrived. The material found along BR-156, for example, included pottery in multiple styles and techniques that reflected influences from communities ranging from Brazil’s Para state to the Caribbean.</p><p>It's been cleaned and analyzed by a team working for the National Department of Transport Infrastructure. One of the archaeologists, Manoel Fabiano da Silva Santos, said the layers of the Amazon soil he excavated are a historic timeline.</p><p>In the upper layers, he found items such as Portuguese porcelain and nails linked to European occupation.</p><p>“Digging deeper, we uncovered pottery and ceramics associated with earlier Indigenous presence, marking the site’s transition before and after the arrival of colonizers,” Santos said.</p><p>The artifacts will eventually go to Amapa's state collection, overseen by Costa Leite, which includes about 530,000 pieces. The oldest piece is around 6,140 years old, confirming a long human presence across Amapa, he said.</p><p>The artifacts offer insight into how ancient Indigenous societies lived, died and interacted with the rainforest.</p><p>“Here is something I often debate with my students -- we usually think of technology as computers and microchips,” Costa Leite said, walking through shelves of ancient pottery. “But all of this required careful reading of the landscape and deliberate choices of materials.”</p><p>Indigenous design behind an intriguing monument</p><p>One of the most impressive historic areas in Amapa is in the city of Calcoene, where a 1,000‑year‑old stone monument made up of 127 carved monoliths arranged in a circle about 30 meters (98 feet) in diameter, set in open grassland amid the rainforest and bordered by a slow river.</p><p>Some have dubbed the Archaeological Park of the Solstice the “Stonehenge of the Amazon” for its resemblance to the British monument. Researchers found that the stones were positioned so that during the winter solstice in the Northern Hemisphere they marked the exact point where the sun rises, said archaeologist Mariana Petry Cabral, a professor at the Federal University of Minas Gerais who was part of the team that began digging at the site some two decades ago.</p><p>“It’s hard to say exactly what all the stones mean, but what we do know is that they are not from the site itself. They were brought from other nearby locations,” she said.</p><p>Subsequent research and excavations found the site also served as a burial ground. Radiocarbon dating showed it was occupied for hundreds of years, beginning around 1,100 years ago, she said.</p><p>The site, discovered by scientists in 2005, can be visited with prior approval from Amapa’s Institute for Scientific and Technological Research. At the same time, the site is going through the process to become a national park, which will allow more people to visit.</p><p>Such archaeological sites are protected by Brazilian law, which prohibits them being altered. That adds a layer of protection for surrounding rainforest.</p><p>Ancient roads point to connected Amazon societies</p><p>Modern archaeological and historical ecology research shows that Indigenous peoples not only lived in the Amazon for centuries but also shaped it. They managed and cultivated the landscape through long‑term, sustainable practices, said Eduardo Neves, an archaeologist professor at the University of Sao Paulo.</p><p>Neves has studied the Amazon rainforest for more than 30 years and, since 2023, has led the Amazon Revealed project, which uses satellite scans to identify archaeological sites hidden beneath the forest canopy.</p><p>Scans have revealed roads linking archaeological sites and buried patterns in the rainforest that point to repeated occupation and deliberate landscape modification. Together, Neves said, the features suggest large settlements.</p><p>Archaeologists had long suspected such connections, Neves added, but technology has made it possible to see their broader geographic reach. The scans show networks of roads connecting clusters of settlements across the forest, most clearly in southern Amazonas state and Acre.</p><p>“When people think of an Indigenous tribe, they often imagine a small village isolated in the middle of the forest. But evidence shows a high degree of interconnectivity linking different settlements,” Neves said.</p><p>“Amapa is a key piece that helps us see how dynamic and active these populations were, and how they maintained networks of exchange that have been in place for millennia,” Cabral said.</p><p>___</p><p>Felipe Campos Mello contributed reporting.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PZSAY73S7SIAXUPAE3YNBGNFZY.jpg?auth=bca5c51cda540cd806f4f39761c712330196dd8c68f4d123bf08ecb58c55af12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Grass and flowers surround the Archaeological Park of the Solstice, which some call the "Stonehenge of the Amazon" in Calcoene, Amapa state, Brazil, Friday, March 13, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3SEJSUXFVCIFC3G7Z4OBMFAYQQ.jpg?auth=cac5895c25ee9b0066f2f67cf103a608579654b3135e3da6c6b14254b2114f31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Archaeologists conduct a technical visit at Quintela archaeological site in the Vila Nova community along the BR-156 highway in Santana, Amapa state, Brazil, Saturday, March 14, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GUXRCJRBT5FYZX2K37TMG452QI.jpg?auth=d77965bacbb59b021b23f1566c23ae41a4fb70cdb475635b8ec69ee8edd5df4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Archaeologist Manoel Fabiano da Silva Santos shows a soil layer scale while explaining the historical timeline at National Department of Transport Infrastructure in Macapa, Amapa state, Brazil, Saturday, March 14, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O7RHAHA27KCET7WAJC42L62KTE.jpg?auth=e1dd19cb303b2309dadec9bbbd6815c3c561b58b08531ff625d92ee03665dcf5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pottery vessels with anthropomorphic features believed to be urns are displayed at the Institute for Scientific and Technological Research in Macapa, Amapa state, Brazil, Sunday, March 8, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IARVJ2ROFAN6RNLY5TM2HGCQIM.jpg?auth=720be7a7c664af3307e2e29e814a8e79cb8927f5c86293165aeca1a7e374f2d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Archaeologist Lucio Flavio Costa Leite speaks about the collection of cataloged archaeological artifacts at the Institute for Scientific and Technological Research in Macapa, Amapa state, Brazil, Sunday, March 8, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ZRSGDEG5DMIVG3W3GY74KO4FI.jpg?auth=82e4d4cff138170190a5abc0c7038432687cf2a6146866efb51ca879d05e53cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An anthropomorphic ceramic figurine found during archaeological work in a state is displayed at the Institute for Scientific and Technological Research in Macapa, Amapa state, Brazil, Sunday, March 8, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C564T6W2Q6YQIYTHJRKPADX6EQ.jpg?auth=1c0e7531a47e325ccc14eaedb8d6825c75810f27c0e0e892dba449239229883c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Archaeologist Manoel Fabiano da Silva Santos shows an anthropomorphic artifact found at the Quintela archaeological site at the National Department of Transport Infrastructure in Macapa, Amapa state, Brazil, Saturday, March 14, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XMWBDZ4QA566QT6F6I2RE55V6A.jpg?auth=df5d188f6727d883869d686b4a15daf394bca347a0755926a281b5f0a993e515&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A pottery vessel with anthropomorphic features believed to be an urn is displayed at the Institute for Scientific and Technological Research in Macapa, Amapa state, Brazil, Sunday, March 8, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SICE47VTYCGJVEDUY4JDKP7JPY.jpg?auth=e0f0a829cc6b57746774a8fdf39d156043a9a9352b15bea3b3da234b9677453f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Archaeologists conduct a technical visit at the Quintela site in the Vila Nova community along the BR-156 highway in Santana, Amapa state, Brazil, Saturday, March 14, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BINX52Y57ZFBX3C2EM2VRE5NU4.jpg?auth=e86a46b89449040997c3cdcce887f4beb52e727ecf4b2ae2799a36b53506864d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vehicles drive on a fully paved section of BR-156 highway that connects the state capital Macapa with the city of Oiapoque, Amapa state, Brazil, Monday, March 9, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XEMEY6WMK36BWVWZQTYYVXKS44.jpg?auth=54390e837ab4db542e217b32325a7614b649aad6dee86bdcd1d715d90cb9b971&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Archaeological Park of the Solstice, which some call the "Stonehenge of the Amazon" is visible in Calcoene, Amapa state, Brazil, Friday, March 13, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[Players say MLB's robot umpires are shrinking the strike zone]]></title><link>https://www.local10.com/news/florida/2026/04/23/players-say-mlbs-robot-umpires-are-shrinking-the-strike-zone/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/23/players-say-mlbs-robot-umpires-are-shrinking-the-strike-zone/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 12:56:28 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Arizona Diamondbacks closer Paul Sewald knows that — in theory — Major League Baseball's new Automated Ball-Strike system shouldn't favor batters or pitchers.</p><p>In practice, he thinks one side has gained an advantage.</p><p>And it's not the guys throwing the baseball.</p><p>“It's what (MLB) wanted — people on base,” Sewald said. “Tough time to be a pitcher. Balls flying everywhere, you've got a smaller strike zone. But you just go out there and do the best you can."</p><p>So ... is Sewald right? It depends on which numbers you want to use, but it sure seems like the strike zone has shrunk.</p><p>Walks have skyrocketed to near historic highs through the season's first month. There's no direct evidence ABS is the reason for the increase, but as D-backs catcher James McCann said: “Of course it is. What other rules have changed?”</p><p>MLB players have drawn a walk in 9.8% of plate appearances this season through Wednesday's games, which would be the highest rate since 1950. The rate is likely to come down as the season progresses — pitchers usually have more trouble finding the zone during widespread chilly conditions in northern cities during March and April.</p><p>But even adjusted for the time of year, walks have made a massive jump from last season.</p><p>Everyone knew the strike zone would change. MLB had to re-write its definition of the zone to accommodate the shift to robot umpires. The Official Baseball Rules long described a zone stretching from the midpoint of the hitter's torso down to the “hollow beneath the kneecap.” The new zone is more precise. It starts at 27% of a batter's standing height and stretches to 53.5%. The ABS zone is 17 inches wide, matching the width of home plate. All pitches are measured at the midpoint of the plate.</p><p>The spike in walks doesn't tell the whole story about who is benefiting during the ABS era. MLB's league-wide batting average is down slightly to .240 through Wednesday, a few ticks below the .242 rate through last year's games in March and April. That pokes a hole in Sewald's claim that there are “balls flying everywhere.”</p><p>The difference in opinion is fascinating as MLB players digest the new rules and new data.</p><p>New York Yankees outfielder Cody Bellinger isn't putting too much stock in the early numbers. He said hitters and pitchers are always playing a cat-and-mouse game, and there will eventually be equilibrium.</p><p>“I think there’s always an adjustment to something new,” the 2019 National League MVP said. “It’s also such a short sample size. It’s (20-25) games into the season, so numbers skyrocket both ways early on.”</p><p>McCann's not so sure. The veteran catcher said a smaller strike zone will inevitably lead to more walks.</p><p>“I think it's tighter in general,” McCann said. “Umpires are getting instant feedback on what's a strike or a ball and everything's becoming much more uniform. That's what the guys who had used it in the minor leagues told me was going to happen before the season started, and they were exactly right.”</p><p>Chicago Cubs star infielder Nico Hoerner had a slightly different take — arguing that hitters might be benefiting in the short-term by laying off pitches at the top of the strike zone — but that all adjustments have an expiration date.</p><p>“Getting on base has been emphasized for a long time,” Hoerner said. “Walking is incredibly valuable as a hitter. A lot of pitchers — their approach is to avoid slug at all cost. Sometimes that involves throwing less strikes. But I'm sure there will be a back and forth, just like every trend in baseball.”</p><p>If recent history is any indication, MLB rule changes can cause a lasting effect. There was a nearly 50% increase in stolen bases from 2022 to 2023 after a rules package introduced a pitch clock and limits on how many times a pitcher could make pickoff throws.</p><p>Stolen bases have remained high in the subsequent years — even after teams adjusted to the new rules.</p><p>And when MLB lowered the mound in 1969, the walk rate jumped from 7.6% to 9.1%. It dipped slightly after that but didn't return below 8% again until 2013.</p><p>Miami Marlins manager Clayton McCullough believes the ABS issue is a different animal. He's watching the trends and doesn't believe the higher walk rate is here to stay.</p><p>Who knows? The next five months will tell the tale.</p><p>“I think that we’ll get to a point where it gets close and stabilizes to what it’s been, where relievers are walking around 10%. Starters are going to be more around 8%,” McCullough said. “My hypothesis sitting here now early in the year is that by the time the season ends, (walk rates) will look very much like they have, say the last several seasons.”</p><p>___</p><p>AP Baseball Writer Jay Cohen, AP Sports Writer Alanis Thames and AP freelancer Larry Fleshier contributed to this story.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HEX3VEY3Q467PF66HXDK6DMQPI.jpg?auth=c82999df3f242a85edb04c3a9ee06db0997e4823ed13a9f7c1e62ac3d040a2b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Home plate umpire Alex MacKay reacts toward the Seattle Mariners bench after calling a strike during the third inning of a baseball game against the Texas Rangers, Monday, April 6, 2026, in Arlington, Texas. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WO6WQWGE5CQBZDWAMJ3TU6EHCY.jpg?auth=65f0cf7c1fa43541f7b05568f6087d44914c9e6998327e3ff6c82cd91b5e7789&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks closing pitcher Paul Sewald throws in the ninth inning of a baseball game against the Philadelphia Phillies, Sunday, April 12, 2026, in Philadelphia. (AP Photo/Laurence Kesterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Laurence Kesterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SHTBWFLAUCJGNRBXYJPKKMGGLQ.jpg?auth=68dba1db1f139e326ac5d4dc56a00d60813b387ca07cfd9e7be79c14f9c687db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Cody Bellinger watches his two-run home run during the sixth inning of a baseball game against the Kansas City Royals, Saturday, April 18, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TUNW42OPU2GLHJJJIHNKDT4JII.jpg?auth=59e8de58b0fae5c3711eedb1248fd5815d2b6617897a663a64d6e35e64a1a83c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Jose Altuve (27) watches a replay of the Automated Ball-Strike Challenge System (ABS) during the first inning of a baseball game against the Boston Red Sox in Houston, Monday, March 30, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VRHRKDVKMOO64EEMAC6ACVO2HY.jpg?auth=c64f9a72cd2d24cc72c3c14c181bdad72a63538946a696d718811b477d0778bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Automated Ball-Strike Challenge System (ABS) confirms a call after Cincinnati Reds catcher Tyler Stephenson challenged (pitch result), call on the field, Boston Red Sox's Jarren Duran walks during the sixth inning of a baseball game in Cincinnati, Sunday, March 29, 2026. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Union Pacific profit climbed 5% as it builds the case for its acquisition of rival Norfolk Southern]]></title><link>https://www.local10.com/business/2026/04/23/union-pacific-profit-climbed-5-as-it-builds-the-case-for-its-acquisition-of-rival-norfolk-southern/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/union-pacific-profit-climbed-5-as-it-builds-the-case-for-its-acquisition-of-rival-norfolk-southern/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 13:49:16 +0000</pubDate><content:encoded><![CDATA[<p>OMAHA, Neb. (AP) — Union Pacific delivered 5% higher earnings in the first quarter as the railroad worked to prepare its case to convince regulators that its $85 billion acquisition of eastern rival Norfolk Southern is a good idea.</p><p>The Omaha, Nebraska-based railroad said Thursday that it earned $1.7 billion, or $2.87 per share, but it estimated that merger-related costs weighed down the results by 6 cents per share. That's still up from last year's $1.63 billion, or $2.70 per share. And the results topped the $2.86 per share that the analysts surveyed by FactSet Research expected.</p><p>Union Pacific CEO Jim Vena said the railroad continued to get more efficient during the quarter as it benefited higher rates even as it prepared its case for the merger. Vena said he's even more convinced now that creating the nation's first transcontinental railroad would be good for customers and the country because Union Pacific will be able to deliver goods more quickly at a lower cost.</p><p>“Service is going to be better. We provide more opportunity. We take trucks off of the highway and our employees are guaranteed jobs,” Vena said. “I think we’re more convicted now that this is good for country and good for Union Pacific. And financially, it is good for our shareholders.”</p><p>The railroad’s revenue grew 3% to $6.22 billion even though it hauled about 1% fewer shipments. That’s because the rates it charges continued to increase and the railroad benefited from fuel surcharge fees.</p><p>Union Pacific’s expenses also grew 3% to $3.76 billion.</p><p>The railroad affirmed its outlook for midsingle digit growth in its earnings per share this year in line with its long-term plan. It plans to invest $3.3 billion in its operation.</p><p>Union Pacific plans to resubmit its application to acquire Norfolk Southern next week. The U.S. Surface Transportation Board rejected the railroad's first request to approve the $85 billion merger because the regulators wanted more information. The STB hasn't yet decided whether the deal that would cut the number of major freight railroads down to five will enhance competition.</p><p>The deal has divided labor and the shippers who rely on both railroads. UP is already one of the biggest railroads and it serves the western United States. The nation's largest rail union and a number of the smaller ones supported the merger after Union Pacific promised that their workers would have jobs for life, but two of the other largest unions that represent engineers and track maintenance workers oppose it.</p><p>The railroads' customers are also split with trade groups representing chemical makers and agricultural businesses expressing concerns, but hundreds of other businesses lining up behind it. President Donald Trump has also said the deal sounds good to him.</p><p>Vena has argued that creating a railroad that stretches from coast to coast would be good for the economy because without the need for a hand-off between railroads in the middle of the country rail shipments would move faster, meaning it could better compete against trucking.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3Q6UY5FEFNEATAVJ2SDD7N55CQ.jpg?auth=858a83be38ae1125d713866c91dc73955f3545c1e3703a4f686ca1802328f506&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Norfolk Southern freight train rolls past the U.S. Steel's Clairton Coke Works, in Clairton, Pa., Tuesday, Aug. 12, 2025. (AP Photo/Gene J. Puskar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HEEOBIQMDNT5CLA4FU6YXKNEGY.jpg?auth=333be87c932c48e995af718c5734f981b326d448c20622d9af23ff4847a27c9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Union Pacific worker walks between two locomotives that are being serviced in a railyard in Council Bluffs, Iowa, on Dec. 15, 2023. (AP Photo/Josh Funk, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Josh Funk</media:credit></media:content></item><item><title><![CDATA[US jobless claim filings rise modestly to 214,000 last week, remain at historically healthy levels]]></title><link>https://www.local10.com/business/2026/04/23/us-jobless-claim-filings-rise-modestly-to-214000-last-week-remain-at-historically-healthy-levels/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/us-jobless-claim-filings-rise-modestly-to-214000-last-week-remain-at-historically-healthy-levels/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 15:04:21 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The number of Americans filing for unemployment benefits inched up last week but remains within the historically healthy range of recent years.</p><p>U.S. jobless aid applications for the week ending April 18 rose by 6,000 to 214,000, up from the previous week’s 208,000, the Labor Department reported Thursday. That’s slightly more than the 210,000 new applications analysts surveyed by the data firm FactSet were expecting.</p><p>Filings for unemployment benefits are considered a proxy for U.S. layoffs and are close to a real-time indicator of the health of the job market.</p><p>The Iran war, now in its eighth week, has injected a large degree of uncertainty about how it will affect the U.S. and global economies even as Iran and the U.S. remain under a ceasefire agreement.</p><p>U.S. financial markets have rebounded to record levels and prices for a barrel of U.S. crude oil have settled in around $94 per barrel. That’s better than the $112 earlier this month, but still 40% higher than before the war began. Gas prices also remain elevated, saddling businesses and consumers with higher costs.</p><p>The largest monthly jump in gas prices in six decades sent consumer prices up 3.3% in March from a year earlier, the Labor Department recently reported. That’s up sharply from just 2.4% in February and the biggest yearly increase since May 2024. On a monthly basis, prices rose 0.9% in March from February, the largest such increase in nearly four years.</p><p>This comes at a time when U.S. inflation was already above the Federal Reserve’s 2% target, further diminishing the chances of an interest rate cut by central bank officials any time soon. Lower interest rates can boost the economy and hiring, but also tend to fuel inflation.</p><p>Fed officials voted to cut rates three times to close 2025 out of concern for a weakening job market but have held off lowering rates further this year. The Fed meets next week to decide on rates.</p><p>The Labor Department reported earlier this month that U.S. employers added an unexpectedly strong 178,000 new jobs in March, nudging the unemployment rate back down to 4.3%. That followed a surprisingly large loss of 92,000 jobs in February. Revisions also have trimmed 69,000 jobs from December and January payrolls, a sign that the labor market remains under strain.</p><p>A number of high-profile companies have cut jobs recently, including Morgan Stanley,Block, UPSand Amazon.</p><p>Weekly jobless aid applications have stabilized in a range mostly between 200,000 and 250,000 since the U.S. economy emerged from the pandemic recession. However, hiring began slowing about two years ago and tapered further in 2025 due to President Donald Trump’s erratic tariff rollouts, his purge of the federal workforce and the lingering effects of high interest rates meant to control inflation.</p><p>Employers added fewer than 200,000 jobs last year, compared with about 1.5 million in 2024, according to the data firm FactSet.</p><p>The American labor market appears stuck in what economists call a “low-hire, low-fire” state that has kept the unemployment rate historically low, but has left those out of work struggling to find a new job.</p><p>The Labor Department’s report Thursday showed that the four-week moving average of jobless claims, which evens out some of the weekly volatility, inched up by 750 to 210,750.</p><p>The total number of Americans filing for unemployment benefits for the previous week ending April 11 rose by 12,000 to 1.82 million.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SEGHRIDPYMYCFI7F5XNUNEXMRM.jpg?auth=9e8bbb15b5cf4c892b478c03e69b83c0f03a4f2d0e42c926419ba7ebf9237c23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Now hiring sign is displayed at a retail store, in Arlington Heights, Ill., Thursday, April 2, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Trump threats against Iran are a boon for prediction markets, including some backed by his son]]></title><link>https://www.local10.com/business/2026/04/23/trump-threats-against-iran-are-a-boon-for-prediction-markets-including-some-backed-by-his-son/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/trump-threats-against-iran-are-a-boon-for-prediction-markets-including-some-backed-by-his-son/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 12:32:31 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Will President Donald Trump send troops into Iran? Will he rename the Strait of Hormuz after himself? Will he post again praising Allah?</p><p>No one knows the answers, but online betting companies that allow people to wager on Trump policies and statements are profiting — including some backed by his oldest son.</p><p>Prediction markets love the president's unpredictability, his need to keep people guessing about his next move or social media post, leading to more wagers in these betting venues and more fees for them. That includes Polymarket, a company Donald Trump Jr. has a stake in, and Kalshi, a company he advises.</p><p>These sites have to come up with new betting lines on current events everyday, and Trump Jr.'s famously fickle father has proven to be a rich source of will-he-or-won't-he questions.</p><p>When a wagering event on Polymarket asked whether Trump was likely to send troops into Iran, nearly 100,000 bets were placed on April 8, leading to the biggest trading day of the year up to then.</p><p>And Trump's policies and social media comments generate bets beyond the war-related ones: Who will Trump back to run Venezuela? Will his insults of Pope Leo XIV continue? Will he seize Greenland?</p><p>“Trump is the guy. He makes the market possible,” said Kwok Ping Tsang, a Virginia Tech economist who has studied Polymarket. “He’s so unpredictable.”</p><p>Sports wagers make up the largest portion of the volume on prediction markets, but politics runs a close second, according to crypto analysis firm Dune.</p><p>People are also betting “Yes” or “No” on all kinds of other things — the price of gold, the winner of “Survivor,” even the weather. The cost of the wager, in cents per dollar, reflects the number of people making the same bet, with a price of 49 cents for “Yes,” for instance, reflecting 49% odds.</p><p>The betting has drawn bipartisan criticism for inviting insider trading but the president seems to be a big fan, applying a light regulatory touch and helping the industry expand. His family company, the Trump Organization, is even working on opening its own prediction market, called Truth Predict.</p><p>One of the biggest fee generators lately has been Trump's approach to the Iran war, notably his Truth Social post on April 5 demanding the country “Open the F—- Strait."</p><p>Trading on Polymarket soared with “Yes” or “No” wagers on whether an invasion was imminent, according to Dune, only to be surpassed on April 7 by betting on another question — Will there be a ceasefire? — when Trump posted ominously that a “whole civilization will die tonight.”</p><p>In total, 413 million bets on the Iran war were made risking more than $100 million from Sunday, April 5, through Wednesday, April 8, the day after Trump announced a ceasefire, according to Dune.</p><p>In a report after the surge, Dune called Trump an “unpredictability machine” and marveled at how his “governing-by-tweet” style sends trading volumes soaring.</p><p>Asked whether the president's son should be profiting from a business benefitting from his father's actions, a Trump Jr. spokesman called the question “fact-free Democratic propaganda.”</p><p>“Don does not interface with the federal government as part of his role with any company that he invests in or advises and has no influence or involvement with administration policies relating to prediction markets," said the spokesman, Andrew Surabian.</p><p>Polymarket didn’t respond to a request for comment.</p><p>The betting venues have jumped in popularity since Trump was reelected in November 2024 in part because they correctly predicted, unlike many pundits, that he would win decisively.</p><p>Since then the Trump administration has sued states trying to ban prediction markets under no-gambling laws. The head of the industry's chief regulator, the Commodity Futures Trading Commission, has even promoted the business publicly, calling the online bets in a Wall Street Journal op-ed “exciting products.”</p><p>Benefiting particularly has been Polymarket, which was banned from operating anywhere in the U.S. in 2022 after the Biden administration fined it for running an unregistered exchange. It recently got permission to return, and its value has soared.</p><p>The company is now worth $9.6 billion, according to research firm PitchBook, a nearly tenfold increase in eight months since a venture capital fund in which Trump Jr. is a partner last invested.</p><p>Just how much Trump Jr. is benefiting from the increase in value is unclear because Polymarket is private and doesn't release ownership stakes. Kalshi, which took on Trump Jr. as an adviser last year, is also private.</p><p>As for profiting off turmoil and war, Trump Jr. has other possible ways besides the prediction markets.</p><p>Through his venture capital fund he also owns pieces of aerospace, defense and technology companies seeking Pentagon contracts and other federal agency dollars. Separately, he and his brother, Eric, just struck a deal giving them stakes in a military drone maker not just selling to the U.S. forces but also pitching to Gulf countries under Iranian attack and beholden to their father for U.S. military protection in a war he started.</p><p>Asked last month about the drone company potentially profiting off his father's position as president, Eric Trump sent The Associated Press a statement saying, “I am incredibly proud to invest in companies I believe in.”</p><p>Critics in Congress, virtually all Democrats, have decried what they believe is blatant profiting off the presidency, and are waiting for the midterms to do something about it, possibly voting for impeachment.</p><p>But whether that happens is anyone's guess — or to be more specific, tens of thousands of guesses.</p><p>In Polymarket trading, those betting that Trump would get impeached by the end of his term were putting the chances at 13% at the start of the year. But that has changed dramatically after his “civilization wipe out” threat and calls from Democrats to oust him from office.</p><p>By Tuesday, the odds had jumped to 66%.</p><p>——</p><p>AP reporters Ken Sweet in New York and Christopher Keller in Albuquerque, N.M., contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NWQDGZFV4UJCGC44KABHLMSYPE.jpg?auth=b7404c441e57dab179b6691d061b61429b2a864b6c272398eb5255acbc0a5907&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A phone displays sports trades on Polymarket on Thursday, April 16, 2026, in Portland, Ore. (AP Photo/Jenny Kane)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XQRZV43BIQWTGT5HPFAO3MCWK4.jpg?auth=a03fa85470c93605003cbcbe68ec6ae195f248ced12bdcee37b41df4ac3de07f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A phone displays sports trades on Polymarket on Thursday, April 16, 2026, in Portland, Ore. (AP Photo/Jenny Kane)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Man uses beer keg to break into southwest Florida smoke shop]]></title><link>https://www.local10.com/news/local/2026/04/22/man-uses-beer-keg-to-break-into-southwest-florida-smoke-shop/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/22/man-uses-beer-keg-to-break-into-southwest-florida-smoke-shop/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Deputies in southwest Florida are searching for a thief who used an unorthodox took to break into a smoke shop.]]></description><pubDate>Wed, 22 Apr 2026 21:25:03 +0000</pubDate><content:encoded><![CDATA[<p>Deputies in southwest Florida are searching for a thief who used an unorthodox tool to break into a smoke shop.</p><p><a href="https://www.local10.com/espanol/2026/04/22/hombre-usa-barril-de-cerveza-para-irrumpir-en-tienda-de-humo-en-el-suroeste-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/22/hombre-usa-barril-de-cerveza-para-irrumpir-en-tienda-de-humo-en-el-suroeste-de-florida/">Leer en español</a></p><p>Cameras caught the criminal using a beer keg to break into Smoke and More, located along US-41 in North Fort Myers, just after midnight Wednesday morning. </p><p>Video shows the man throwing the keg through a glass door of the smoke shop.</p><p>Officials said the suspect stole several Raz brand vapes from the business. </p><p>Anyone with information is urged to call Southwest Florida Crime Stoppers at 1-800-780-TIPS. </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[Florida officers find family of possums inside car after making traffic stop]]></title><link>https://www.local10.com/news/local/2026/04/22/florida-officers-find-family-of-possums-inside-car-after-making-traffic-stop/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/22/florida-officers-find-family-of-possums-inside-car-after-making-traffic-stop/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A traffic stop along the Florida Suncoast led to a big surprise for law enforcement.]]></description><pubDate>Wed, 22 Apr 2026 21:27:47 +0000</pubDate><content:encoded><![CDATA[<p>A recent traffic stop along the Florida Suncoast led to a big surprise for law enforcement.</p><p>After pulling over a pickup truck that was driving without headlights, Sarasota police officers discovered some unusual passengers.</p><p>Inside the truck’s bed were a mother possum and her babies. </p><p>Officers briefly took the animals into custody before safely releasing them into the wild. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami woman travels to Wisconsin for protest at beagle facility that turned chaotic as activists clashed]]></title><link>https://www.local10.com/news/local/2026/04/22/protest-at-wisconsin-beagle-facility-turns-chaotic-as-activists-clash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/22/protest-at-wisconsin-beagle-facility-turns-chaotic-as-activists-clash/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Concerns over animal welfare are reaching a breaking point in Wisconsin, drawing activists from across the country -- including one woman who traveled from Miami.]]></description><pubDate>Thu, 23 Apr 2026 03:12:12 +0000</pubDate><content:encoded><![CDATA[<p>Concerns over animal welfare are reaching a breaking point in Wisconsin, drawing activists from across the country -- including one woman who traveled from Miami.</p><p>What began as a protest outside a controversial breeding facility escalated into a chaotic confrontation.</p><p>Nearly 1,000 animal welfare activists gathered over the weekend at Ridglan Farms, a beagle breeding and research facility under scrutiny for raising animals used in scientific and medical research.</p><p>Among them was Ella Magers, who made the 1,500-mile trip from Miami.</p><p>When asked if she planned to break into the facility, Magers said she saw it as necessary.</p><p>“Well again, we looked at it as doing what needed to be done to save dogs that are criminally abused,” she said.</p><p>Momentum has been building since March, when protesters broke into the facility and took 30 dogs. More than two dozen people were arrested on trespassing and other charges.</p><p>Ridglan Farms described this past weekend’s encounter as “an assault,” posting a statement on its website accusing activists of spreading false and misleading claims about its research and commitment to animal welfare.</p><p>The facility also shared video it says shows a participant crashing a vehicle through a gate during the protest.</p><p>Meanwhile, Magers said she remains focused on finding homes for the beagles.</p><p>“I’m still on a mission here because we’re not going to stop fighting until these dogs are free,” 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[US still delivering weapons to Ukraine, Zelenskyy says, as Prince Harry visits Kyiv]]></title><link>https://www.local10.com/business/2026/04/23/us-still-delivering-weapons-to-ukraine-zelenskyy-says-as-prince-harry-visits-kyiv/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/us-still-delivering-weapons-to-ukraine-zelenskyy-says-as-prince-harry-visits-kyiv/</guid><dc:creator><![CDATA[By HANNA ARHIROVA and SAMYA KULLAB, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 12:23:55 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — U.S. weapons deliveries to Ukraine haven't stopped despite the Iran war, and Ukrainian long-range strikes continue to hammer Russian oil production and manufacturing plants, Ukrainian President Volodymyr Zelenskyy said Thursday.</p><p>“Of course, we are hitting what is painful for Russia, and it is very painful,” Zelenskyy said in voice messages to reporters. He said that Russian losses in the strikes have reached tens of billions of dollars.</p><p>It wasn't possible to independently verify Zelenskyy’s comments, but Russian officials have reported that attacks have struck infrastructure in regions more than 1,000 kilometers (600 miles) inside Russia.</p><p>While Russia presses its all-out invasion, which began on Feb. 24, 2022, Ukraine is using its domestically developed drone and missile technology to strike Russian territory. The Ukrainian military also uses American-made Patriot air defense systems to stop Russian missile attacks on Ukraine's territory.</p><p>“We see that the Russians do not want to stop — they are hitting our energy sector and our people. We will respond,” Zelenskyy said.</p><p>Prince Harry praises Ukraine's resistance</p><p>Ukraine’s fight against Russia’s bigger army drew renewed praise from Prince Harry, who arrived in Kyiv on Thursday for his third visit in a year.</p><p>Ukrainians have demonstrated “strength not just in bravery and capability, but in unity, in trust,” he said in a speech to a Kyiv security conference</p><p>Ukraine “continues to hold together, and hold together you must,” he said.</p><p>The Duke of Sussex stepped off a train in Kyiv’s main station after an overnight journey from Poland, which is the only way to travel to the Ukrainian capital.</p><p>It wasn’t clear whether Harry would meet with Zelenskyy, who was due to attend a summit of European Union leaders in Cyprus on Thursday evening.</p><p>Russian firefighters tackle huge drone strike blaze</p><p>Hours before Harry arrived, three people were killed and 10 were wounded in a Russian drone attack on the central Ukrainian city of Dnipro, according to Oleksandr Hanzha, the head of the regional military administration.</p><p>A 13-story building and an administrative building were damaged in the strike, Hanzha said on the Telegram messaging app.</p><p>Russian air defenses, meanwhile, intercepted 154 Ukrainian drones over Russian regions, the annexed Crimea Peninsula, the Sea of Azov and the Black Sea, the Russian Defense Ministry said.</p><p>Authorities in the Krasnodar region on Russia's Black Sea coast said that 276 firefighters at the Black Sea port of Tuapse were fighting for a third straight day a huge blaze caused by a Ukrainian drone attack earlier this week.</p><p>Toxic material from the fire fell with rain, covering several districts of Tuapse with a black layer of dirt, the region’s emergency headquarters reported. The concentration in the air of chemicals from the fire surpassed admissible levels, officials said, and authorities advised residents to stay indoors.</p><p>Ukraine targets more Russian oil facilities</p><p>For the second consecutive night, Russia’s Samara region also was targeted. In the Samara city of Novokuybyshevsk, about 1,000 kilometers (600 miles) east of the Ukrainian border, a drone attack on an unspecified industrial facility killed one person, regional Gov. Vyacheslav Fedorishchev said.</p><p>Drone debris also fell on a roof of a residential building in the city of Samara, wounding a number of people, Fedorishchev said. One person was hospitalized.</p><p>Unconfirmed media reports said that a petrochemical plant in Novokuybyshevsk owned by the Rosneft oil and gas company came under attack.</p><p>Ukrainian forces also struck Russian oil infrastructure in the Samara region and a pipeline in the Nizhegorodskaya region that transports oil from Western Siberia to Tatarstan, said Andriy Kovalenko, the head of Ukraine’s Center for Countering Disinformation.</p><p>An oil refinery in the Samara region and an oil pipeline in the Nizhegorodskaya region were hit, he said. The pipeline transports oil from Western Siberia to Tatarstan. He didn’t offer more details about the strikes.</p><p>Also, units of Ukraine’s Security Service struck the Gorky oil pumping station in Russia’s Nizhny Novgorod region east of Moscow, said a senior official from the agency, which goes by the abbreviation SBU.</p><p>The nighttime drone attack damaged three oil tanks and caused a large fire, the official said. The official wasn't authorized to comment publicly and spoke on condition of anonymity.</p><p>“The operation of main pipelines is disrupted, the efficiency of processing at refineries decreases, and transportation costs increase. As a result, this directly affects the revenues of the Russian budget, which are used to finance the war against Ukraine,” the official said.</p><p>___</p><p>Follow 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/UVS5L4SD3HZ7DAX5JTDLUUW3VE.jpg?auth=5478a500cc00e694daf564411666c73e0266cb4d3f9e2008ce217546041a7485&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy waves from behind a glass window after he received the Freedom Medal of the International Four Freedoms Award during a ceremony in Middelburg, Netherlands, Thursday, April 16, 2026. (AP Photo/Peter Dejong)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Dejong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XDHKOWG46SUIT3JAUFI2IEPPBI.jpg?auth=c0275a2bb14ce33e9644ce25f0f2544b32d87b92a1c0aca7e35d8d725efbb720&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry speaks during the Security Forum in Kyiv, Ukraine, on Thursday, April 23, 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/N2UXZS4XSNJ5NFQOKMWD5WUBL4.jpg?auth=b03cdfcec2953e621c643b2caee7071a87f4d9524d9e2ce7d9f81fa7d7ac626d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry attends the Security Forum in Kyiv, Ukraine, on Thursday, April 23, 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/HOZHUGEL7YNSSVNIQ3YYJHP3DY.jpg?auth=08108b25f9aca317f0bf8775c9cdef2404a49c53857842ee4f8c7ac9d162b114&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry, second from left, speaks during a discussion together with Ukrainian war veterans at the Security Forum in Kyiv, Ukraine, on Thursday, April 23, 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/N55MD2TKON43OSIGFLMV3WHPFM.jpg?auth=d43d818ae42b7ad6cfb15710a992f5809d13bd13078ae24d0102bdec41d98998&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry, centre, attends the Security Forum in Kyiv, Ukraine, on Thursday, April 23, 2026. (AP Photo/Evgeniy Maloletka)]]></media:description><media:credit role="author" scheme="urn:ebu">Evgeniy Maloletka</media:credit></media:content></item><item><title><![CDATA[Environmentalists ‘eager’ to continue Alligator Alcatraz fight despite court loss]]></title><link>https://www.local10.com/news/local/2026/04/22/environmentalists-eager-to-continue-alligator-alcatraz-fight-despite-court-loss/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/22/environmentalists-eager-to-continue-alligator-alcatraz-fight-despite-court-loss/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Environmental advocates are speaking out following a federal appeals court ruling that the migrant detention facility known as ‘Alligator Alcatraz’ will remain open. ]]></description><pubDate>Wed, 22 Apr 2026 21:47:25 +0000</pubDate><content:encoded><![CDATA[<p>Environmental advocates are speaking out following <a href="https://www.local10.com/news/local/2026/04/21/appeals-court-keeps-alligator-alcatraz-open-rejecting-need-for-federal-environmental-review/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/21/appeals-court-keeps-alligator-alcatraz-open-rejecting-need-for-federal-environmental-review/">a federal appeals court ruling</a> that the migrant detention facility known as Alligator Alcatraz will remain open. </p><p>Eve Samples, of Friends of the Everglades, and Elise Bennett, of the Center for Biological Diversity, are the plaintiffs in the landmark environmental law case at the intersection of the remote immigration detention facility in the Florida Everglades.</p><p>The pair are disappointed, but not deterred, by the federal appeals court ruling overturning a district court’s order which temporarily hit pause on the facility.</p><p>“It does feel like a setback, of course, because we’ve lost that preliminary injunction,” said Bennett. “But what I would say, especially with today being Earth Day, is that we are more motivated than ever to get back to district court.”</p><p>The case was aimed at compelling state and federal defendants to comply with the National Environmental Policy Act and conduct an environmental impact study.</p><p>“The government is supposed to study the impacts of its actions on the environment before it takes action,” said Samples. “NEPA is a look-before-you-leap law, and in this case, the government took action before it looked.”</p><p>But in a 2-1 ruling, the appeals court said there was no federal action trigging the underpinning federal law in part because “to qualify as a major federal action - it must receive more than minimal federal funding” and “when the district court entered its injunction,” <a href="https://youtu.be/W_OOAsOSWpg?si=U99JbQTJTYkjWRqx" target="_blank" rel="noreferrer" title="https://youtu.be/W_OOAsOSWpg?si=U99JbQTJTYkjWRqx">which was in August</a>, “Florida has received no federal funding.”</p><p>Back in October, a spokesperson for the Department of Homeland Security told Local 10 News <a href="https://www.local10.com/news/florida/2025/10/02/florida-receives-fema-reimbursement-for-alligator-alcatraz/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/florida/2025/10/02/florida-receives-fema-reimbursement-for-alligator-alcatraz/">Florida did submit an application to the Federal Emergency Management Agency</a> and was awarded the full amount the state applied for, <a href="https://www.local10.com/news/local/2025/10/02/nine-figure-fema-payout-for-alligator-alcatraz-adds-twist-to-ongoing-environmental-suit/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/10/02/nine-figure-fema-payout-for-alligator-alcatraz-adds-twist-to-ongoing-environmental-suit/">$608 million</a>, which was money officials said could be applied to ‘Alligator Alcatraz’ or a second site opened dubbed the ‘Deportation Depot.’</p><p>At the time, the state was also working to bring online a third, to be called the “Panhandle Pokey,” in July. DHS officials estimated the total cost for that site <a href="https://www.local10.com/news/local/2025/11/14/documents-highlight-costly-contracts-behind-alligator-alcatraz/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/11/14/documents-highlight-costly-contracts-behind-alligator-alcatraz/">would be $450 million for one year</a>.</p><p>Samples said since the district judge’s order in August, they have learned this from documents obtained <a href="https://www.local10.com/news/local/2025/08/26/push-for-transparency-continues-as-alligator-alcatraz-fights-to-stay-operational/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/08/26/push-for-transparency-continues-as-alligator-alcatraz-fights-to-stay-operational/">in a separate public records lawsuit</a>.</p><p>She said the records showed that the state originally applied for a $1.4 million federal grant and that FEMA approved a $608 million grant, which she said is “a lot more evidence about the federal government’s commitment to fund ‘Alligator Alcatraz’.”</p><p>“There’s more evidence that the site is under federal control,” Samples said. “And we’re eager to get back to the district court to prove that.”</p><p>Bennett said the government “set up this project to try to avoid accountability.”</p><p>“They may have won this round,” she said. “But there are many more rounds in the legal fight.”</p><p>In a statement, a spokesperson for the DHS said in the agency’s view, the lawsuit was about, “open-borders activists,” a phrase which stunned the environmental advocates.</p><p>“If someone believes that the Friends of the Everglades and the Center for Biological Diversity don’t care about the environment, then I’ve got a few acres of swampland to sell them in South Florida,” said Bennett. </p><p>That’s because what the facility does was not at issue in this environmental law case and the same goes for immigration policy.</p><p>“It has nothing to do with it,” said Samples. </p><p>Instead, she said the case is about whether the government followed the law.</p><p>“Any individual person, if they were to build like this in the middle of the Everglades, would have to get a permit,” said Bennett. “Why is it that the federal and state government don’t? Are they above the law? I don’t think so.”</p><p>Samples added, “We have a strong case to build. We also have filed notice of intent to sue under other laws. There are real impacts to endangered species and now that we have this opinion from the appeals court, we can get back, amend our original lawsuit to incorporate those claims and make our case even stronger.”</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[Trump reclassifies state-licensed medical marijuana as a less-dangerous drug in a historic shift]]></title><link>https://www.local10.com/business/2026/04/23/trump-reclassifies-state-licensed-medical-marijuana-as-a-less-dangerous-drug-in-a-historic-shift/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/trump-reclassifies-state-licensed-medical-marijuana-as-a-less-dangerous-drug-in-a-historic-shift/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER and GENE JOHNSON, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 17:01:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump's acting attorney general on Thursday signed an order reclassifying state-licensed medical marijuana as a less-dangerous drug, a major policy shift long sought by advocates who said cannabis should never have been treated like heroin by the federal government.</p><p>The order signed by Todd Blanche does not legalize marijuana for medical or recreational use under federal law. But it does change the way it's regulated, shifting licensed medical marijuana from Schedule I — reserved for drugs without medical use and with high potential for abuse — to the less strictly regulated Schedule III. It also gives licensed medical marijuana operators a major tax break and eases some barriers to researching cannabis.</p><p>The Trump administration also said it was jump-starting the process for reclassifying marijuana more broadly, setting a hearing to begin in late June.</p><p>Trump told his administration in December to work as quickly as possible to reclassify marijuana. On Saturday, as the Republican president signed an unrelated executive order about psychedelics, he seemed to express frustration that it was taking so long.</p><p>Blanche said Thursday that the Department of Justice was “delivering on President Trump’s promise” to expand Americans’ access to medical treatment options. “This rescheduling action allows for research on the safety and efficacy of this substance, ultimately providing patients with better care and doctors with more reliable information,” he said in a statement.</p><p>What the marijuana reclassification order does</p><p>Blanche's action Iargely legitimizes medical marijuana programs in the 40 states that have adopted them. It sets up an expedited system for state-licensed medical marijuana producers and distributors to register with the U.S. Drug Enforcement Administration.</p><p>It makes clear that cannabis researchers won't be penalized for obtaining state-licensed marijuana or marijuana-derived products for use in their work, and it grants state-licensed medical marijuana companies a windfall by allowing them, for the first time, to deduct business expenses on their federal taxes.</p><p>Any marijuana-derived medicine approved by the Food and Drug Administration is similarly listed in Schedule III, it said.</p><p>Since 2015, Congress has prohibited the Justice Department from using its resources to shut down state-licensed medical marijuana systems. But the order nevertheless represents a major policy shift for the U.S. government, which has continued its longstanding marijuana prohibition — dating to the Marihuana Tax Act of 1937 — even as nearly all the states have approved cannabis use in some form.</p><p>Two dozen states plus Washington, D.C., have authorized adult recreational use of marijuana, 40 have medical marijuana systems, and eight others allow low-THC cannabis or CBD oil for medical use. Only Idaho and Kansas ban marijuana outright.</p><p>The regulation of medical marijuana has come a long way since California became the first state to adopt it in 1996, Blanche wrote.</p><p>“Today the vast majority of States maintain comprehensive licensing frameworks governing cultivation, processing, distribution, and dispensing of marijuana for medical purposes,” Blanche wrote. “Taken as a whole, they demonstrate a sustained capacity to achieve the public-interest objectives ... including protecting public health and safety and preventing the diversion of controlled substances into illicit channels.”</p><p>The president of the American Trade Association for Cannabis and Hemp, Michael Bronstein, called it “the most significant federal advancement in cannabis policy in over 50 years."</p><p>“This action recognizes what Americans have long known, cannabis is medicine,” he said in a written statement.</p><p>Critic calls the order ‘a tax break to Big Weed’</p><p>The Trump administration’s decision drew derision from marijuana legalization opponent Kevin Sabet, the chief executive of Smart Approaches to Marijuana. Sabet said that while marijuana research is necessary, "there are many ways to increase our knowledge without giving a tax break to Big Weed and sending a confusing message about marijuana’s harms to the American public.”</p><p>“With this move, we are now confronted with the most pro-drug administration in our history,” Sabet said in a text message. “Policy is now being dictated by marijuana CEOs, psychedelics investors, and podcasters in active addiction."</p><p>Marijuana or marijuana-derived products that are not distributed through a state medical marijuana program will continue to be classified in Schedule I.</p><p>Schedule III drugs are defined as having moderate to low potential for physical and psychological dependence. Some critics of the industry have suggested that legalization in the states has led to stronger and stronger cannabis products, which need to be researched rather than categorized less strictly than before.</p><p>The efforts to reclassify marijuana</p><p>The Justice Department under President Joe Biden, a Democrat, had proposed to reclassify marijuana, eliciting nearly 43,000 formal public comments. The DEA was still in the review process when Trump succeeded Biden, and Trump ordered that process to move along as quickly as legally possible.</p><p>Blanche's order sidestepped the review process by relying on a provision of federal law that allows the attorney general to determine the appropriate classification for drugs that the U.S. must regulate pursuant to an international treaty.</p><p>It was unclear how the order might affect operations in states where licensed recreational marijuana shops also sell to medical patients. In Washington state, which in 2012 became one of the first states to legalize the adult use of marijuana, 302 of 460 licensed stores have endorsements allowing them to sell tax-free cannabis products to registered patients.</p><p>Many Republicans oppose loosening marijuana restrictions. More than 20 Republican senators, several of them staunch Trump allies, signed a letter last year urging the president to keep the current standards.</p><p>Trump has made his crusade against other drugs, especially fentanyl, a feature of his second term, ordering U.S. military attacks on Venezuelan and other boats the administration insists are ferrying drugs. He signed another executive order declaring fentanyl a weapon of mass destruction.</p><p>___</p><p>This story has been corrected to show the spelling in the name of the 1937 law was Marihuana, not Marijuana.</p><p>___</p><p>Johnson reported from Seattle.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G4VPCBXMG6I4NCLC5ENCWA57FE.jpg?auth=73c821e4dd6f83282ae9287921817541be91b5c2c42da4f9dea461c4473ee0db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shown is marijuana at NJ Weedman's Joint dispensary in Trenton, N.J., Thursday, April 23, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YHBSODRXYJ7S43NPRVIGWRMOBM.jpg?auth=0f5fa27767e88ae11c23f192598338d75c4b31e021de34a21f431d9f562e2b19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shown are marijuana joints at NJ Weedman's Joint dispensary in Trenton, N.J., Thursday, April 23, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5RAXTYSE2WKX53ZYYJZQ5OJZDM.jpg?auth=4fa4500969bdce8ec79fe16faaca2a222a9869bf82bf548ed185a80ce0cc9e4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump waves as he departs after an event for NCAA national champions in the State Dining Room of the White House, Tuesday, April 21, 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/6PONIYEGI6CISRUAP2MPHK53TM.jpg?auth=ff6fc97dd41d5b689725c9cfe122c8d212badd6ac95816af57d820599b47e0ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Attorney General Todd Blanche speaks at a news conference at the Justice Department, Tuesday, April 21, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KCAZXUIKREGSM7SDCGNJILBBDM.jpg?auth=0dfd15369112c13241392ac6de25e883b364debf36f1f2865e99277edcd4e564&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Acting Attorney General Todd Blanche holds a news conference at the Justice Department in Washington, April 7, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Yamal to miss rest of Barcelona season but be fit for World Cup with Spain]]></title><link>https://www.local10.com/sports/2026/04/23/yamal-to-miss-rest-of-barcelona-season-but-be-fit-for-world-cup-with-spain/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/yamal-to-miss-rest-of-barcelona-season-but-be-fit-for-world-cup-with-spain/</guid><dc:creator><![CDATA[By JOSEPH WILSON, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 14:54:24 +0000</pubDate><content:encoded><![CDATA[<p>BARCELONA, Spain (AP) — Lamine Yamal will miss the rest of Barcelona’s season but should be healed from a leg injury in time to play for Spain at the World Cup, the club said on Thursday.</p><p>Barcelona said 18-year-old Yamal will miss the remaining six La Liga games for the leaders as he follows a “conservative treatment” process to heal a muscle injury in his left leg that he picked up on Wednesday while converting a penalty in a 1-0 win over Celta Vigo.</p><p>The club added in a statement that its doctors “foresee that (Yamal) will be available for the World Cup.”</p><p>Yamal is supposed to make his World Cup debut this summer. Spain's campaign starts against Cape Verde on June 15 in Atlanta.</p><p>“This injury sidelines me just when I most wanted to be on the field,” Yamal wrote in an Instagram post. “It hurts that I won't be fighting alongside my teammates. But I believe in them and know that they will give it their all in every game.”</p><p>Yamal has emerged as one of the world’s top players since making his Barcelona debut at a record-breaking 15 years old. He helped to lead Spain to the 2024 European Championship and is a major reason why Luis de la Fuente’s team is among the favorites this summer thanks to his dribbling, creativity and ability to both score and set up teammates.</p><p>Yamal went down after he scored the winner against Celta in the 40th minute and immediately looked to the bench to signal he was hurt. He dropped to the ground as his teammates arrived to celebrate, then appeared to grab the back of his left leg.</p><p>Yamal left the field on his own after being attended by doctors. He talked briefly with coach Hansi Flick on the sidelines before walking into the locker room tunnel by himself.</p><p>Barcelona leads Real Madrid by nine points with two more rounds before they meet at Camp Nou on May 10.</p><p>Barcelona will start its run-in without Yamal on Saturday when it visits Getafe. Flick could replace Yamal on the right side with winger Roony Bardghji or mix up his front line and play with an extra midfielder.</p><p>Yamal leads Barcelona in scoring (24) and assists (18) across all competitions.</p><p>“This is not over. This is just a pause,” Yamal wrote in his social media post. “I will come back stronger and more motivated than ever and next season will be even better.”</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TU4CT32YYX27Z6NIOGZR547NWQ.jpg?auth=a82bd631217fdb7c385f199a9e4fa9ee13154214b4f769c32cb9d9f2b84d64cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barcelona's Lamine Yamal lies on the pitch in pain during the Spanish La Liga soccer match between Barcelona and Celta Vigo in Barcelona, Spain, Wednesday, April 22, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content></item><item><title><![CDATA[Trump orders US military to 'shoot and kill' Iranian small boats choking Strait of Hormuz]]></title><link>https://www.local10.com/news/world/2026/04/23/trump-orders-us-military-to-shoot-and-kill-iranian-small-boats-choking-strait-of-hormuz/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/trump-orders-us-military-to-shoot-and-kill-iranian-small-boats-choking-strait-of-hormuz/</guid><dc:creator><![CDATA[By JON GAMBRELL, JAMEY KEATEN and AAMER MADHANI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:36:32 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — President Donald Trump has ordered the U.S. military to “shoot and kill” small Iranian boats that deploy mines in the Strait of Hormuz, he said Thursday, a day after Iran again displayed its ability to thwart traffic through the channel.</p><p>Trump’s post on social media came shortly after the U.S. military seized another tanker associated with the smuggling of Iranian oil, ratcheting up a standoff with Tehran over the strait through which 20% of all crude oil and natural gas traded passes.</p><p>“I have ordered the United States Navy to shoot and kill any boat, small boats though they may be ... that is putting mines in the waters of the Strait of Hormuz,” Trump posted, adding that U.S. minesweepers "are clearing the Strait right now.”</p><p>“I am hereby ordering that activity to continue, but at a tripled up level!” he added.</p><p>The Defense Department released video footage earlier Thursday of U.S. forces on the deck of the Guinea-flagged oil tanker Majestic X, which was seized in the Indian Ocean.</p><p>The move unfolded a day after Iran’s paramilitary Revolutionary Guard attacked three cargo ships in the strait, capturing two of them, in an assault that raised new concerns about the safety of shipping through the waterway.</p><p>The powerful head of Iran’s judiciary, Gholam Hossein Mohseni Ejei, said three “violating ships” in the strait were “subject to enforcement” on Wednesday.</p><p>“The show of strength by the armed forces of Islamic Iran in the Strait of Hormuz is a source of pride,” he wrote Thursday on X, claiming that the Americans “lack the courage” to approach the strait.</p><p>Trump claims leadership rift in Iran</p><p>Ship-tracking data showed the Majestic X in the Indian Ocean between Sri Lanka and Indonesia, roughly the same location as the oil tanker Tifani, which was seized earlier by American forces. It had been bound for Zhoushan, China.</p><p>The vessel previously had been named Phonix and had been sanctioned by the U.S. Treasury Department in 2024 for smuggling Iranian crude oil in contravention of U.S. sanctions against the Islamic Republic.</p><p>There was no immediate response from Iran about the seizure.</p><p>Trump this week extended a ceasefire to give the battered Iranian leadership more time to come up with a “unified proposal” on ending the war, while maintaining an American blockade of Iranian ports.</p><p>In a separate post Thursday, Trump claimed a leadership rift between moderates and hardliners was confounding Iran.</p><p>“Iran is having a very hard time figuring out who their leader is! They just don’t know!” Trump said.</p><p>The president has repeatedly said over the course of the ceasefire that began on April 8 that his team is dealing with Iranian officials who want to make a deal, while acknowledging that his decision to kill several top leaders has come with complications.</p><p>Fragile ceasefire in Lebanon</p><p>Elsewhere on the diplomatic track, Lebanon and Israel were set to hold a second round of talks in Washington to discuss the possibility of extending a truce between Israel and the Hezbollah militant group.</p><p>The latest war between Israel and Hezbollah started two days after Israel and the U.S. launched attacks on Iran, after the Tehran-backed militants fired rockets into northern Israel.</p><p>In a new show of the fragility of the ceasefire that went into effect Friday in Lebanon, Hezbollah said it attacked Israeli positions in southern Lebanon, targeting Israeli soldiers in the village of Taybeh.</p><p>Each side has accused the other of breaching the 10-day truce.</p><p>The standoff between the U.S. and Iran has choked off nearly all exports through the strait with no end in sight.</p><p>On Thursday, Iran’s exiled Crown Prince Reza Pahlavi was splattered with red liquid as he left a building after a news conference in Berlin. The person believed responsible was immediately detained by police.</p><p>During the event, Pahlavi criticized the ceasefire between the U.S. and Iran, arguing that the agreement assumes the Iranian government’s behavior will change and “you’re going to deal with people who all of a sudden have become pragmatists.”</p><p>Pahlavi, 65, has been in exile for nearly 50 years. His father, Iran’s shah, was so widely hated that millions took to the streets in 1979, forcing him from power. Nevertheless, Pahlavi is trying to position himself as a player in his country’s future.</p><p>Threat to Strait of Hormuz shipping</p><p>Since the Feb. 28 start of the war between Iran, Israel and the United States, over 30 ships have come under attack in the waters of the Persian Gulf, the Strait of Hormuz and the Gulf of Oman.</p><p>The threat of attack, rising insurance premiums and other fears have stopped traffic from moving through the strait. Iran’s ability to restrict traffic through the strait, which leads from the Persian Gulf to the open ocean, has proved a major strategic advantage.</p><p>Jakob Larsen, the head of maritime security for BIMCO, the largest international association representing shipowners, said in a note Thursday that most shipping companies need a stable ceasefire and assurances from both sides of the conflict that the strait is safe for transit.</p><p>The threat of mines, he wrote, was a “particular concern” if traffic might return to normal levels one day.</p><p>The ceasefire has been strained by the dueling U.S. attacks on Iranian ships and those by Iran on commercial vessels. It also remains unclear when, or if, the two sides will meet again in the Pakistani capital, Islamabad, where officials say they are still trying to bring the countries together to reach a diplomatic deal.</p><p>The conflict already has sent gas prices skyrocketing far beyond the region and raised the cost of food and a wide array of other products. Officials around the world have warned that the effects on businesses, consumers and economies could be long-lasting.</p><p>___</p><p>Madhani reported from Washington, and Keaten reported from Geneva.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJ4HTRTY4JJTGQ3JC66SJRNOFY.jpg?auth=206c893aadd04b001b80f39039ce42dffd9af56fbe211f3c82a7aa59dbe6a4cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A cargo ship sails in the Persian Gulf toward the Strait of Hormuz, Wednesday, April 22, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/KKQ5YKS4VTDIBAMXUUYPP327IY.jpg?auth=67e31ceb80c2c3e3b6dd9f2821d13f83dcbf4a0a74a92920c05635175a8fbe09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Reza Pahlavi, exiled son of Shah Reza Pahlavi, waves to supporters after he was attacked with a red fluid following a news conference in Berlin, Germany, Thursday, April 23, 2026. (AP Photo/Markus Schreiber)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4YL44JZUHWCOTX4YEZC7K2BY5E.jpg?auth=14ded902051b75430e8ed80ba4d77a307da3ac6a6caab1acfd9b25aee9097c4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners hold posters that show portraits of Lebanese journalist Amal Khalil, who was killed Wednesday in an Israeli airstrike, during her funeral procession in the village of Baysariyeh in southern Lebanon on Thursday, April 23, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VMQMR6O5QGBSQ7DJWFYYXUXBRE.jpg?auth=d3b5da440fea4920df41601623e1460a7edf59f51afdf4fa62f4b600e9e29a02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the coffin of Lebanese journalist Amal Khalil, who was killed Wednesday in an Israeli airstrike, during her funeral procession in the village of Baysariyeh in southern Lebanon on Thursday, April 23, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IKSUEXEXDIFR6XKK2SZ7MBYTDY.jpg?auth=aa0d235aa6f8a698725d9f9869f44b1b6d6d4b9f0458ae5500983a53e3b109da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Zainab, the sister of Lebanese journalist Amal Khalil, who was killed on Wednesday in an Israeli airstrike, hugs her helmet as she mourns over her coffin in the village of Baysariyeh, southern Lebanon, Thursday, April 23, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content></item><item><title><![CDATA[Miami-Dade seeks action against Amazon over warehouse shutdown, job cuts]]></title><link>https://www.local10.com/news/local/2026/04/21/miami-dade-seeks-action-against-amazon-over-warehouse-shutdown-job-cuts/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/21/miami-dade-seeks-action-against-amazon-over-warehouse-shutdown-job-cuts/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Miami-Dade County commissioners on Tuesday voted to pursue enforcement action against Amazon after the company temporarily closed a warehouse near Homestead, a move officials say violates a jobs agreement with the county.]]></description><pubDate>Tue, 21 Apr 2026 22:36:29 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County commissioners on Tuesday voted unanimously to pursue enforcement action against Amazon after the company temporarily closed a warehouse near Homestead, a move officials say violates a jobs agreement with the county.</p><p>Commissioner Danielle Cohen Higgins said the company failed to uphold its commitment and should be held accountable.</p><p>“We welcome you to our community and Miami-Dade County,” Higgins said, addressing Amazon founder Jeff Bezos. “If you enter into a contract with us, we are going to hold you to account.”</p><p>Higgins said the county expects Amazon to honor an agreement requiring a minimum of 325 full-time jobs at the South Dade facility for at least 17 years.</p><p>“Honor your contractual obligations, Mr. Bezos — the ask is not an extraordinary one,” she said.</p><p>According to Higgins, the closure comes just two years into the agreement.</p><p>“We hear, ‘Oh just kidding — we are going to lay off 1,000 hardworking South Florida residents,’ and they said it in a cavalier way,” she said.</p><p>According to the WARN filing, the company is terminating employment for 616 employees. </p><p>The company says they are working on transferring these employees to nearby sites, adding that employees have the opportunity to transfer to eight nearby facilities, and more than 300 have already accepted transfers.</p><p>The commission unanimously approved Higgins’ sponsored resolution directing county administrators to take all necessary steps to enforce the agreement, including potential legal action.</p><p>“Listen, this was a no-bid contract. They acquired this land without competition under certain terms and conditions,” Higgins said. “They have to honor those obligations.”</p><p>Higgins added, “The county attorneys agree the language is clear — 325 minimum at $32,000 a year. That is their obligation contractually to Miami-Dade, and quite frankly for Amazon, as we know, that is less than a drop in a bucket for them financially. They need to honor their obligations to us.”</p><p>In a statement, Amazon said the closure is tied to planned renovations and that employees have the option to transfer.</p><p>“Our team is working closely with Miami-Dade County and its attorneys, and we’re hopeful we can find a cooperative path forward,” wrote Amazon spokesperson Amber Plunkett. “More than 300 employees from our facility in Homestead have already accepted transfers to stay with Amazon at other facilities, most of which are based in Miami-Dade County.”</p><p>The company said employees will be invited to return when the facility reopens in mid-to-late 2028.</p><p>“I think the best indicator of the future is the past,” Higgins said. “If you are not able to honor your contractual obligations that are written and negotiated, it is very hard to honor your verbal representations at this point — the best way for us to have faith in Amazon is to honor your obligations.”</p><p>The resolution also requires a report back to the commission within 30 days outlining the status of enforcement efforts.</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[Brazil's VP Alckmin, a negotiator of the Mercosur-EU deal, sees it as relief in a turbulent world]]></title><link>https://www.local10.com/business/2026/04/23/brazils-vp-alckmin-a-negotiator-of-the-mercosur-eu-deal-sees-it-as-relief-in-a-turbulent-world/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/brazils-vp-alckmin-a-negotiator-of-the-mercosur-eu-deal-sees-it-as-relief-in-a-turbulent-world/</guid><dc:creator><![CDATA[By MAURICIO SAVARESE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 11:51:19 +0000</pubDate><content:encoded><![CDATA[<p>BRASILIA, Brazil (AP) — The trade deal between South American bloc Mercosur and the European Union that capped a quarter-century of talks offers some solace at a time when unilateral moves have dominated the geopolitical landscape, Brazil's Vice President Geraldo Alckmin said.</p><p>He was one of the key negotiators of the agreement reached in late 2024 that provisionally comes into force May 1.</p><p>“In a moment that the world much needed it, at a time of protectionism, a tough world, this gives a message that it is possible to open markets,” Alckmin said Wednesday during an interview with media, including The Associated Press, at the presidential palace in Brasilia. “It is the biggest deal between trade blocs in the world. A market of $22 trillion and 720 million people.”</p><p>Fierce opposition by farmers and environmentalists delayed the deal in December. It then hit another wall after EU lawmakers sent the deal to the bloc’s judiciary. The EU executive responded by saying it would provisionally enact the deal, which sidesteps the European Parliament. After the trade deal is implemented, it will be halted if the European Court of Justice rules against it.</p><p>Alckmin said not finishing the deal with the EU would have meant staying behind while other competitors accomplished other agreements.</p><p>“It is a win-win. The societies of the Mercosur countries win, and so the 27 countries of the EU,” added Alckmin, who expects a boost in Brazilian exports to the EU of about 13% per year.</p><p>The trans-Atlantic trade deal was signed Jan. 17. The European Commission’s president Ursula von der Leyen repeatedly paid tribute to Brazilian President Luiz Inácio Lula da Silva’s administration for its efforts in making the deal happen despite opposition in Europe. Brazil is by far the largest economy of Mercosur, with a gross domestic product estimated at more than $2.3 trillion in 2025.</p><p>Alckmin confirmed other potential deals with the United Arab Emirates and Canada are being negotiated.</p><p>Change of mind and time</p><p>Two decades ago, Alckmin and Lula were on opposite camps in almost every issue, including the negotiations for a deal between the EU and the bloc that includes Brazil, Argentina, Paraguay and Uruguay. While the man who was then governor of the powerful Sao Paulo state advocated for a pact with European nations, Lula did not.</p><p>Fast forward to 2022, the two gathered forces to unseat then-President Jair Bolsonaro, who they deemed to be a risk to Brazil's democracy. Both gravitated toward the political center. Lula made Alckmin his trade and industry minister, one of the government's key negotiators in any front.</p><p>Lula's win in 2022 for a third nonconsecutive term and his bid for reelection this year did not assure the Mercosur-EU trade deal was going ahead, but the conversations gained a new momentum after U.S. President Donald Trump took office last year and imposed tariffs against several countries, including Brazil.</p><p>French President Emmanuel Macron, one of the critics of the deal, has demanded safeguards to monitor and stop large economic disruption in the EU, increased regulations in the Mercosur nations like pesticide restrictions, and more inspections of imports at EU ports.</p><p>Alckmin rejected the accusation that Mercosur countries have less concerns about environmental preservations, as some EU farmers have said.</p><p>“If there’s one country that is a role model of environmental preservation, that is Brazil … Brazil reduced deforestation in 50%,” Alckmin said.</p><p>“So no one is too scared in either side, if there’s an import boom any of the two (blocs) can ask for safeguards,” he added.</p><p>The full implementation of the deal might take up to 12 years, which Alckmin sees as key for Mercosur companies to improve productivity and quality of thousands of products. He said the fruit, beef and sugar industries of the South American bloc will be among the first to benefit but many more will over time.</p><p>“It is better to do it gradually than not do it at all,” Alckmin said. “This was a very well-built deal.”</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/W3FSZKJ5UKAJ5SQXCT2CVLBUAE.jpg?auth=cdffd70ac442b1860fa163ca1baa166789254b2cb781eb44e7f4dd6136b9ab13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vice President Geraldo Alckmin drinks coffee during an interview in his office in Brasilia, Brazil, Wednesday, April 22, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ULQL3EYQU6PDKQZ7IIKAC4R45A.jpg?auth=4e74e615dc6767ab9324d8161ae5c6afdb15fca778a2633a93877d480c62d0ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vice President Geraldo Alckmin picks up papers in front of a portrait of Brazil's President Luiz Inacio Lula da Silva before an interview in his office in Brasilia, Brazil, Wednesday, April 22, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KNBITKOFDKWVOR2BTHRI4VEICA.jpg?auth=922202cc637b6492c453eabd81ea4aa8679cf2233747f9cbaa5be8be46bec3d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vice President Geraldo Alckmin gives an interview in his office in Brasilia, Brazil, Wednesday, April 22, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[Trump likes a naval blockade. But Iran presents big differences from Venezuela and Cuba]]></title><link>https://www.local10.com/news/politics/2026/04/23/trump-likes-a-naval-blockade-but-iran-presents-big-differences-from-venezuela-and-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/23/trump-likes-a-naval-blockade-but-iran-presents-big-differences-from-venezuela-and-cuba/</guid><dc:creator><![CDATA[By BEN FINLEY, DAVID KLEPPER and KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 13:42:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump has turned to naval blockades to pressure the governments of Venezuela, Cuba and now Iran to meet his demands, but his preferred tactic is confronting a very different reality in the Middle East than in the Caribbean.</p><p>Unlike Cuba or Venezuela, Iran choked off a crucial trade route for energy shipments, meaning the longer the standoff persists, the more the global economy will suffer. Tehran also poses a greater military threat than those two adversaries in America’s own hemisphere and requires a sustained military presence far from U.S. shores.</p><p>Iran’s leverage over the Strait of Hormuz gives it power during a shaky ceasefire because the widening economic risks, especially higher U.S. gas prices in an election year, could force the Republican president to end the blockade on Iran's ports and coastline, experts say.</p><p>“It’s really a question now of which country, the U.S. or Iran, has a greater pain tolerance,” said Max Boot, a military historian and senior fellow for national security studies at the Council on Foreign Relations.</p><p>Iran presents ‘major differences’ from other blockades</p><p>The effectiveness of Trump's use of the world’s most powerful navy to block the trade of Iran's sanctioned oil and other goods is very much up for debate. But it certainly appears to be intensifying as the war grinds on.</p><p>The U.S. military on Thursday announced the seizure of another tanker associated with the smuggling of Iranian oil, a day after Iran's paramilitary Revolutionary Guards took control of two vessels in the crucial waterway.</p><p>Trump also announced he has ordered the U.S. military to “shoot and kill” Iranian small boats laying sea mines in the strait.</p><p>But the situation in Iran is not exactly analogous to what is playing out with the U.S. operations in Venezuela and Cuba.</p><p>Some experts say Trump’s success in Venezuela likely had more to do with the U.S. military raid that captured leader Nicolás Maduro than American warships seizing sanctioned oil tankers to enforce U.S. control over the South American country.</p><p>A U.S. oil embargo on Cuba, meanwhile, has caused the island’s most severe economic crisis in decades. While U.S. and Cuban officials have met recently on the island for rare talks, the financial strangulation has failed to produce the Trump administration’s stated goal of leadership change.</p><p>“I do think that the success of the Maduro mission in Venezuela has probably emboldened the president,” said Todd Huntley, director of Georgetown University’s National Security Law Program.</p><p>That does not make the situations in Venezuela and Iran similar — geographically, militarily or politically. “There are some major differences,” said Huntley, a retired Navy captain and judge advocate general.</p><p>While the blockade against Iran has delivered a severe blow to its economy, including stopping freighters from importing various supplies, the country has still been able to move some of its sanctioned oil, ship tracking companies say.</p><p>Iran has rejected Trump’s demands to reopen the strait, where 20% of the world’s oil normally flows, and it has been firing on ships again this week. Stalled shipments through the strait have sent gasoline prices skyrocketing far beyond the region and raised the cost of food and a wide array of other products, creating a political problem for Trump before the November's elections.</p><p>“Blockades are usually just one tool of a mechanism used in a conflict,” said Salvatore Mercogliano, a maritime history professor at Campbell University in North Carolina. “They can be important. But it’s only one element. And I don’t think it’s going to be enough to convince the Iranians.”</p><p>Effectiveness of US blockade called into question</p><p>Adm. Brad Cooper, head of U.S. Central Command, claimed last week that “no ship has evaded U.S. forces." The command overseeing the Middle East said it has directed 31 ships to turn around or return to port as of Wednesday.</p><p>Merchant shipping groups are skeptical.</p><p>Lloyd’s List Intelligence said “a steady flow of shadow fleet traffic” has passed in and out of the Persian Gulf, including 11 tankers with Iranian cargo that have left the Gulf of Oman outside the strait since April 13.</p><p>The maritime intelligence firm Windward said this week that Iranian traffic continues to flow “via deception."</p><p>Iranian ships have several ways to sneak through the blockade, including spoofing their location tracking data or traveling through Pakistani territorial waters, Mercogliano said. He also noted that the sheer volume of shipping traffic the military needs to screen is a challenging task.</p><p>Blockades require patience to work</p><p>The last time the U.S. mounted a blockade similar to the one focused on Iranian ships was during the Kennedy administration in the early 1960s, against Cuba, Huntley said.</p><p>“And it wasn't even called a blockade,” he said. “We called it quarantine.”</p><p>Some naval blockades over the course of history have had an impact, such as Britain's blockade on Germany during World War I. "But they tend to be very long-term impacts, whereas Trump is looking for short-term, quick results,” according to Boot, the military historian.</p><p>He said Trump probably saw the blockade on sanctioned oil tankers tied to Venezuela as playing a large role in the success of leadership changes in that country. But Boot said it had more to do with the U.S. ousting Maduro and the subsequent cooperation from his vice president, Delcy Rodríguez, who is now the acting president.</p><p>“There is no Delcy Rodríguez in Cuba or Iran,” Boot said. “I think his success in Venezuela led him astray, thinking that this was a template that could be replicated elsewhere. He sees it as a huge success at little cost. And, in fact, it turns out to be a unique set of circumstances.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4WVEGLERR5RRUJA7IK7XQ654QY.jpg?auth=c36405620bd4b6c017d4fa52039c974667bd69ca8767620f32037f3f51d5fba1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump departs after speaking at an event for NCAA national champions in the State Dining Room of the White House, Tuesday, April 21, 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/FJ4HTRTY4JJTGQ3JC66SJRNOFY.jpg?auth=206c893aadd04b001b80f39039ce42dffd9af56fbe211f3c82a7aa59dbe6a4cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A cargo ship sails in the Persian Gulf toward the Strait of Hormuz, Wednesday, April 22, 2026. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[What Hispanic adults, men and young Americans think of Trump, according to a new AP-NORC poll]]></title><link>https://www.local10.com/news/politics/2026/04/23/some-key-groups-moved-toward-trump-in-2024-heres-what-they-think-now-according-to-ap-norc-polls/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/23/some-key-groups-moved-toward-trump-in-2024-heres-what-they-think-now-according-to-ap-norc-polls/</guid><dc:creator><![CDATA[By LINLEY SANDERS and AMELIA THOMSON-DEVEAUX, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 15:16:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Many of the groups that helped elect Donald Trump as president again are deeply unhappy with his performance, according to a new AP-NORC poll.</p><p>Trump’s return to the presidency was fueled by a wide-ranging coalition that built on his loyal base of supporters. Now that Trump has been in the White House for more than a year, the survey of more than 2,500 U.S. adults from The Associated Press-NORC Center for Public Affairs Research finds that many key groups — including Hispanic adults, younger adults and men — are increasingly dissatisfied with his presidency.</p><p>The poll was conducted from April 16 through Monday, as oil prices fluctuated and Americans spent more at the gas pump.</p><p>It’s a particularly bad moment for Trump, a Republican whose economic approval slumped over the past month as the Iran war drives prices higher. But AP-NORC polls show that discontent has been building among critical segments of the population over the past year.</p><p>Trump's overall approval among Hispanic adults has fallen 16 percentage points since March 2025, and his support has declined by 9 percentage points among men.</p><p>And while Trump’s base is still largely behind him — most Republicans approve of his performance — there are signs that his second term may not be living up to their expectations.</p><p>Here’s what polling shows about Trump’s current status with four important groups:</p><p>Hispanic adults</p><p>Hispanic Americans have grown increasingly discontented with Trump over the past year.</p><p>About one-quarter of Hispanic adults approve of how he’s handling the presidency in the new poll, down from about 4 in 10 in March 2025.</p><p>That decline has been visible since late last year — suggesting that it’s not just the war in Iran or recent spikes in gas prices that are leaving this group unhappy.</p><p>Trump’s restrictive immigration approach may be playing a role. Only about one-quarter of Hispanics approve of his handling of immigration, down from 36% at the beginning of his term.</p><p>His immigration tactics appear to be particularly unpopular among younger Hispanics — a group with which he made gains in 2024. Only 18% of younger Hispanic adults approve of his performance on immigration, compared with 40% of Americans overall.</p><p>There is also broad discontent about the state of the U.S. economy among Hispanics. Only about one-quarter of Hispanic adults approve of how Trump is handling that issue, and about 2 in 10 say they approve of his approach to the cost of living. Few Hispanic adults, about 2 in 10, describe the nation’s economy as “good.”</p><p>Young adults</p><p>Trump’s overall approval with Americans under age 45 has slid over the past year, falling from 39% in March 2025 to 28% in the latest poll.</p><p>Younger women have a particularly dim view of Trump’s handling of the economy.</p><p>Only about 2 in 10 women under age 45 approve of how Trump is handling the economy, including only 7% of younger Hispanic women who approve of his economic approach. More young men, about 3 in 10, approve of him on this issue.</p><p>Trump’s struggles among young adults extend to other groups, too. Only about one-third of white adults under age 45 approve of his overall performance, compared with 45% of white adults age 45 or older.</p><p>A downtick among men</p><p>Trump made broad appeals to men throughout his 2024 campaign, and most male voters backed Trump in the presidential election over Democrat Kamala Harris. In particular, he made slight but significant gains with Black and Hispanic men, who were drawn by his vows to revitalize the economy.</p><p>Since he reentered office, though, American men have become slightly less likely to approve of his performance, declining from 47% at the start of his second term to 38% in the most recent poll.</p><p>There are signs that Black men, in particular, aren’t seeing Trump’s economic promises pan out. Black men are more likely than white or Hispanic men to disapprove of Trump’s approach to the presidency, as well as his approach to the economy, the cost of living and Iran. Only about 1 in 10 Black men say they approve of how Trump is handling the cost of living, and roughly 2 in 10 approve of how he’s handling the economy.</p><p>Hispanic men, too, have a relatively dim view of Trump’s overall performance. About 3 in 10 approve of how Trump is handling the presidency, regardless of their age. That support is stronger among white men, with about half approving of Trump.</p><p>While young Republicans are frustrated, MAGA still backs Trump</p><p>Trump has benefited from Republicans’ loyalty for years, but there are recent signs of frustration even within his base.</p><p>Roughly two-thirds of Republicans approve of Trump’s job performance. That is down slightly from 82% near the start of his second term and is generally in line with the GOP low point from his first term.</p><p>But only about half of Republicans overall approve of Trump’s approach to the cost of living, and a majority of Republicans under age 45 disapprove of him on that issue.</p><p>Trump is still buoyed by the support of his MAGA base, even as he faces backlash from conservative media figures on some of his recent actions in Iran.</p><p>About 9 in 10 MAGA Republicans — those who consider themselves supporters of the “Make America Great Again” movement — approve of Trump’s job performance, and a similar share approve of his handling of Iran.</p><p>It's a good sign for Trump that his most robust supporters are still in his corner, but not all Republicans identify with MAGA. About half of Republicans, 54%, say they consider themselves MAGA supporters.</p><p>Among non-MAGA Republicans, Trump's approval is much lower, at 44%.</p><p>___</p><p>The AP-NORC poll of 2,596 adults was conducted April 16-20 using a sample drawn from NORC’s probability-based AmeriSpeak Panel, which is designed to be representative of the U.S. population. The margin of sampling error for adults overall is plus or minus 2.6 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EO5ODBIWIWX4BZ67VD37YH5CWI.jpg?auth=d7166ad1b3ff6041ea660b631af67a2d84c8eb5f15ab9cca7ebb9f6a8f38f6fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supporters hold a sign before Republican presidential nominee former President Donald Trump arrives to speak during a campaign event, Sept.12, 2024, in Tucson, Ariz. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2PQZDTE35KAJJJUXLHVKA6E6KQ.jpg?auth=7ae77475d0b46193c289c3ffe4f3f93d260cc7ec129db03b411052a71dd7c84e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alicia DeVinney of Phoenixville, Pa., shows off her MAGA rings ahead of the 60th Presidential Inauguration, Jan. 19, 2025, in Washington. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XLLEVILYTNMYUPJVU5K6OGDZRY.jpg?auth=4b3901eedcde78504302e2fdc9c2928aaa85c4cf9a7ed5c52513abf6155106d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Attendees gather as the "Latino Americans for Trump" office opens in Reading, Pa., Wednesday, June 12, 2024. (AP Photo/Joe Lamberti)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Lamberti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RCF32ALGWKQ57EKK6COIM4NX7I.jpg?auth=f9b843be39742f4f0e0387a39ccf89ff5b45a6d1d878184d03ce9e3ef71c8f42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supporters of Republican presidential nominee former President Donald Trump sign a bus before a campaign rally at the Butler Farm Show, Oct. 5, 2024, in Butler, Pa. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NHONJGXNGBEWQT3ADFEPRK3W34.jpg?auth=02fa2e2eae4c5058f6c944d08bc1f737496fcd97ab92f7dd936153592bff03b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supporters of Republican presidential candidate Donald Trump wait for the start of a rally in Westfield, Ind., July 12, 2016. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[A new players' group launches to try to challenge FIFPRO's global union role]]></title><link>https://www.local10.com/sports/2026/04/23/a-new-players-group-launches-to-try-to-challenge-fifpros-global-union-role/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/a-new-players-group-launches-to-try-to-challenge-fifpros-global-union-role/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 11:00:54 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — A new international group representing soccer players launched on Thursday as a rival to long established global union FIFPRO, which has been in dispute with FIFA.</p><p>The Association of International Footballers (AIF) was founded in Madrid by David Aganzo, president of the new group that claims it will represent nearly 30,000 players. Aganzo also leads the players' association in Spain (AFE) and was ousted as FIFPRO president in 2024.</p><p>Aganzo and other officials twice last year met with FIFA President Gianni Infantino in what was widely seen as a challenge by the world soccer body to Netherlands-based FIFPRO's mandate to represent players worldwide.</p><p>FIFA is the subject of a formal complaint made 18 months ago to the European Commission in Brussels by FIFPRO's European division and the European Leagues group. The filing challenges the quality of FIFA's governance and consultation with stakeholders.</p><p>FIFA said on Thursday it was made aware of the creation of AIF and remained "committed to open and constructive engagement with football stakeholders that uphold core principles, including representativeness.”</p><p>FIFPRO criticized the new group.</p><p>“FIFPRO recognises the strong work over several decades of AFE for men’s football players in Spain,” it said in a statement. “However, the concept announced in Madrid by its current president appears nothing more than a speculative attempt to boost his own standing through a group which lacks the fundamental legitimacy to represent professional footballers globally.”</p><p>FIFPRO said the new concept was “driven by personal motives rather than a mandate from players around the world.”</p><p>Aganzo said the new model for a players' union was needed in part because players' voices were not being heard through FIFPRO. The new group said women's players also needed stronger representation.</p><p>“Soccer players need a stronger voice,” Aganzo said. “They don't have the possibility to make decisions. AIF has been created to fight for them.”</p><p>FIFPRO said Aganzo "has engaged with groups that fail to meet basic standards of player representation," which it said must “be responsible and sustainable, built from the players up, through collective structures that ensure independence, legitimacy and accountability.”</p><p>“Such an approach to player representation is not in the best interests of professional footballers.”</p><p>FIFPRO claims its role is based on a mandate from 70 national player associations representing more than 60,000 footballers and is formally recognised by the European Union and international football governing bodies and stakeholders.</p><p>AIF will be governed by members from unions in Spain, Brazil, Mexico and Switzerland.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V6GPEBO75HUM72BYU3H6EXUIQY.jpg?auth=0d8e2dc4cf633b3aa1eac0ac45d7df4f0a90938dd6a2aaf0e538efe3841d786e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alaves' goalkeeper Antonio Siverawatches ball go out of bounds during a La Liga soccer match between Real Madrid and Alaves in Madrid, Spain, Tuesday, April 21, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Taylor Swift and Bad Bunny top Spotify's first all-time most streamed artists list]]></title><link>https://www.local10.com/entertainment/2026/04/23/taylor-swift-and-bad-bunny-top-spotifys-first-all-time-most-streamed-artists-list/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/23/taylor-swift-and-bad-bunny-top-spotifys-first-all-time-most-streamed-artists-list/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 11:00:37 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — It's her, hi! Taylor Swift has topped Spotify's first ever list of the most streamed artists of all time, published Thursday morning.</p><p>She's followed by Puerto Rican superstar Bad Bunny. That comes as no surprise: In 2025 the artist born Benito Antonio Martínez Ocasio was named the streaming giant's most played artist of the year for a fourth time, dethroning Swift.</p><p>It's a been bit of a cat-and-mouse game for the two: She claimed the top spot the previous two years; he did the same from 2020 to 2023.</p><p>Drake is Spotify's third most streamed artist of all time, followed by The Weeknd, Ariana Grande, Ed Sheeran, Justin Bieber, Billie Eilish, Eminem, Kanye West, Travis Scott, BTS, Post Malone, Bruno Mars, J Balvin, Rihanna, Coldplay, Kendrick Lamar, Future and Juice WRLD, in that order.</p><p>Spotify did not provide insight into its data collection methodology when asked about it by The Associated Press.</p><p>In addition to naming its most streamed artists globally, Spotify compiled its most streamed albums, songs, podcasts and audiobooks to celebrate its 20th anniversary.</p><p>Streaming accounts for most of the money generated by the music industry — 82% in the United States, according to the Recording Industry Association of America.</p><p>Spotify, a Sweden-based company founded in April 2006, is the largest platform of all. It accounts for over 31% of the total market share, with a reported 751 million users and 290 million subscribers in more than 184 markets.</p><p>Spotify's most streamed albums of all time</p><p>1. Bad Bunny's “Un Verano Sin Ti”</p><p>2. The Weeknd's “Starboy”</p><p>3. Ed Sheeran's “÷ (Deluxe)”</p><p>4. Olivia Rodrigo's “SOUR”</p><p>5. The Weeknd's “After Hours”</p><p>6. SZA's “SOS”</p><p>7. Post Malone's “Hollywood’s Bleeding”</p><p>8. Taylor Swift's “Lover”</p><p>9. Arctic Monkeys' “AM”</p><p>10. Billie Eilish's “When We All Fall Asleep, Where Do We Go?”</p><p>11. Dua Lipa's “Future Nostalgia”</p><p>12. Post Malone's “Beerbongs & Bentleys”</p><p>13. XXXTENTACION's “?”</p><p>14. Karol G's “Mañana Será Bonito (Bichota Season)”</p><p>15. Bad Bunny's “YHLQMDLG”</p><p>16. Bruno Mars' “Doo-Wops & Hooligans”</p><p>17. Drake's “Views”</p><p>18. Taylor Swift's “Midnights”</p><p>19. Drake's “Scorpion”</p><p>20. The Weeknd's “Beauty Behind The Madness”</p><p>Spotify's most streamed songs of all time</p><p>1. The Weeknd's “Blinding Lights”</p><p>2. Ed Sheeran's “Shape of You”</p><p>3. The Neighbourhood's “Sweater Weather”</p><p>4. The Weeknd ft. Daft Punk's “Starboy”</p><p>5. Harry Styles' “As It Was”</p><p>6. Lewis Capaldi's “Someone You Loved”</p><p>7. Post Malone and Swae Lee's “Sunflower — Spider-Man: Into the Spider-Verse”</p><p>8. Drake ft. Wizkid and Kyla's “One Dance”</p><p>9. Ed Sheeran's “Perfect”</p><p>10. The Kid LAROI and Justin Bieber's “Stay”</p><p>11. Imagine Dragons' “Believer”</p><p>12. Arctic Monkeys' “I Wanna Be Yours”</p><p>13. Glass Animals' “Heat Waves”</p><p>14. Billie Eilish and Khalid's “Lovely”</p><p>15. Coldplay's “Yellow”</p><p>16. Lord Huron's “The Night We Met”</p><p>17. The Chainsmokers ft. Halsey's “Closer”</p><p>18. Billie Eilish's “Birds of a Feather”</p><p>19. Vance Joy's “Riptide”</p><p>20. Lady Gaga and Bruno Mars' “Die With A Smile”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JC4I6LITJTQRKG5U6YLBB4BY7E.jpg?auth=f17bd53de668a8ac4073c9cbfc7c35a89f4c36b29d545f4ac2058592aef47f5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images show entertainers, from left, Bad Bunny, Taylor Swift and Drake. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/MPEYRT7W6MTHBCAPRRBWKZDQY4.jpg?auth=77cfefc16319d2bf9826893e8a69c5504d19b2f1c055c0c7f94dec27d4a0ac9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Taylor Swift performs during "The Eras Tour" on Friday, Dec. 6, 2024, in Vancouver, British Columbia. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A3XXU2AX55XVORGNRAP3PGVS4E.jpg?auth=8c1814eb1826da05ed4e0cb8a6e387241445977895f48ed2fe0c84ab20fc8f4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bad Bunny ofrecerá un concierto en el estadio Allianz Parque de São Paulo el viernes 20 de febrero de 2026. (Foto AP/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[April 23: Lows in the 60s and 70s]]></title><link>https://www.local10.com/weather/2026/04/23/april-23-lows-in-the-60s-and-70s/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/23/april-23-lows-in-the-60s-and-70s/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Great start to your Thursday. Lows are in the 60s and 70s. There is still an easterly breeze keeping advisories for beachgoers and boaters.]]></description><pubDate>Thu, 23 Apr 2026 10:56:40 +0000</pubDate><content:encoded><![CDATA[<p>Great start to your Thursday. Lows are in the 60s and 70s. There is still an easterly breeze keeping advisories for beachgoers and boaters. That east breeze today could bring a slight chance of showers to the forecast. Highs will still be comfortable in the lower 80s. Be ready tomorrow as models are hinting at a better chance of scattered showers returning to South Florida. Have a great day. 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[SNAP benefits don't pay for rotisserie chicken. A bipartisan bill might change that]]></title><link>https://www.local10.com/business/2026/04/23/snap-benefits-dont-pay-for-rotisserie-chicken-a-bipartisan-bill-might-change-that/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/snap-benefits-dont-pay-for-rotisserie-chicken-a-bipartisan-bill-might-change-that/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 10:51:15 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A bipartisan group of U.S. senators wants government food assistance programs to foot the bill for rotisserie chicken from the grocery store.</p><p>The senators this week introduced what they're calling the Hot Rotisserie Chicken Act, which would make the supermarket staple an eligible purchase under the Supplemental Nutritional Assistance Program, formerly known as food stamps.</p><p>“America’s best (and delicious) affordability play is Costco’s $4.99 rotisserie chicken,” said Democratic Sen. John Fetterman of Pennsylvania, who joined Republican Sen. Jim Justice of West Virginia and others in sponsoring the bill. “It’s one of my family’s favorites, and I’m proud to join this bill with Sen. Justice for all to try. SNAP funds would be well spent to feed our nation’s families who need it.”</p><p>The SNAP program provides a monthly stipend for low-income families to buy groceries, but it doesn't pay for hot prepared foods. The exclusion, which dates back decades, was meant to promote home cooking. But critics say it's outdated and penalizes families that are already struggling to make ends meet, excluding convenient and nutritious options.</p><p>Lawmakers at the state and federal level have long debated which foods should be eligible for SNAP benefits. Health and Human Services Secretary Robert F. Kennedy Jr. has pressed states to exclude junk food such as soda and candy. Twenty-two states, mostly led by Republicans, have requested or been granted permission to ban certain foods.</p><p>SNAP is a major piece of the U.S. social safety net used by nearly 42 million, or about 1 in 8, Americans to help buy groceries. On average, the monthly benefit per household is about $350, and the average benefit per person is about $190.</p><p>Besides Fetterman and Justice, the senators introducing the bill are Republican Shelley Moore Capito of West Virginia and Democrat Michael Bennet of Colorado. Republican Rep. Rick Crawford of Arkansas has pushed for similar legislation in the House.</p><p>“We have to give people the option to put a healthy, protein-dense choice on the table that actually tastes good and doesn’t take an hour and a half to cook,” Justice said in a statement.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q7MDUMNHOYYEW6DLL4YX7CXZGY.jpg?auth=d3b750b74a169aa2a792efb16579ee689c31023d7eb97b7c0deeb0bac356f222&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rotisserie chickens are on display at a Sam's Club, Sept. 24, 2025, in Bentonville, Ark. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2H3U3U7CXIJPKHGM4YB3LHKDFM.jpg?auth=21a3aa684d443353f7556ab4079d7263d9a454c0e52350b0a5e2d9d83658f4b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A shopper checks out at a cash register in a grocery store, in Schaumburg, Ill., Thursday, April 2, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Pope wraps up an Africa visit for the history books with a Mass in Equatorial Guinea]]></title><link>https://www.local10.com/news/world/2026/04/23/pope-wraps-up-an-africa-visit-for-the-history-books-with-a-mass-in-equatorial-guinea/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/pope-wraps-up-an-africa-visit-for-the-history-books-with-a-mass-in-equatorial-guinea/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 13:14:32 +0000</pubDate><content:encoded><![CDATA[<p>MALABO, Equatorial Guinea (AP) — Pope Leo XIV wrapped up his African odyssey on Thursday with a final Mass in Equatorial Guinea, bringing to an end one of the newsiest papal trips in the history of popes on the road, thanks to his extraordinary back-and-forth with President Donald Trump.</p><p>A powerful rainstorm drenched the Malabo sports stadium and the estimated 30,000 people who gathered before dawn for Leo’s farewell liturgy. But the deluge let up before Leo arrived in his covered popemobile for a romp through the deafening crowd.</p><p>Leo departed for Rome after a farewell ceremony at the Malabo airport, ending an 11-day, four-nation voyage that took him from Algeria in the north of Africa to Angola in the south and Cameroon in between.</p><p>Over that time, Leo covered more than 17,700 kilometers (about 11,000 miles) on 18 flights, including three on Wednesday alone that saw him crisscross Equatorial Guinea from the west coast to the far east border with Gabon and back again.</p><p>Leo gets wild welcome nearly everywhere he goes</p><p>Nearly everywhere Leo went, history’s first U.S. pope received a raucous welcome, especially in the farther away places that had never had a pope visit.</p><p>Popes have been traveling the world since Pope Paul VI made the first modern foreign visit in 1964 to Jordan and Israel. But it was St. John Paul II who revolutionized the papacy with his globe-trotting papacy that took him on 104 foreign trips over a quarter century, many with the multination itinerary on which Leo’s trip seemed modeled.</p><p>At Leo’s final Mass on Thursday, Michaela Mecha and her sister, Encarnacion, arrived at the Malabo stadium in the downpour at 4 a.m. They were dressed from head to toe in pope-themed attire, complete with yellow umbrellas decorated with Leo’s face.</p><p>“We feel very special and blessed that the pope has chosen our country,” said Michaela, who works as a nurse and brought her two young daughters with her. “This visit is bringing young people closer to God.”</p><p>In his homily, Leo referred to the April 17 death of the Rev. Fr. Fortunato Nsue Esono Ayíambeng, a member of the committee that organized the trip and the vicar general of Malabo.</p><p>“May full light be shed on the circumstances of his death,” Leo said, in apparent reference to rumors that foul play might have been involved.</p><p>A feud with Trump that lasted days</p><p>Few people could have expected that Leo’s trip, his first to Africa as pope, would have played out against Trump’s unprecedented attacks over the Iran war. But the timing was such that Leo was already in the media crosshairs when it began, and the exchange didn’t let up for days.</p><p>On Day 1, Leo insisted he was just preaching the Gospel of peace and wasn’t afraid of the Trump administration after Trump accused him of being soft on crime and cozy with the left. As the attacks continued and Vice President JD Vance joined the fray, telling Leo he should “be careful” when speaking about theology, Leo tried to de-escalate by blaming the media for taking his words out of context.</p><p>The initiative seem to have worked, as both Leo and the Trump administration moved on and the pope could concentrate on his Africa agenda. It was focused on rallying Catholics with a message of hope while also blasting what he called the “colonization” of the continent's natural resources by foreign interests.</p><p>A kaleidoscope of moments across four countries</p><p>The trip had its high-emotion moments, such as when Leo broke away from a choreographed visit to a psychiatric hospital in Sampaka, Equatorial Guinea, to greet the patients, one by one, and pose for selfies.</p><p>Another powerful moment came when Leo, whose ancestors include enslaved persons and slave owners, prayed the rosary in Muxima, Angola. The site of a onetime hub of the African slave trade is now Angola's most popular pilgrimage site after a reported vision of the Virgin Mary around 1833.</p><p>There were personal stops, too, such as when Leo visited with nuns of his Augustinian religious order in Bab El Oued, Algeria, and stopped at a table of jewelry made by local women. He picked out a necklace featuring a tree of life design and assured the superior, “It’s not for me, it’s for my niece.”</p><p>In Bamenda, Cameroon, he traveled to the epicenter of a nearly decade-long separatist conflict and begged for peace while lashing out at the “handful of tyrants” who were ravaging the Earth. It was that day’s news headlines that prompted Leo to come to the back of the plane a few days later and insist he wasn’t talking about Trump.</p><p>One of the most troubling events came in Bata, Equatorial Guinea, when Leo visited a prison. All the inmates, their heads shaved, were dressed in new neon orange or beige uniforms and new Croc-like rubber shoes. The facility had been recently painted salmon pink with fresh saplings planted around the perimeter.</p><p>The inmates stood silently in seemingly assigned spots in the open courtyard waiting for Leo. When he arrived, they sang for him a song about their sins. As Leo told them God loves them and spoke of their dignity, they danced for him and waved their Holy See flags in choreographed unison, as the heavens opened and a downpour drenched them.</p><p>As soon as Leo left, with the country’s justice minister still in the courtyard, the inmates broke away from their places into a raucous, dancing chant of “Libertad! Libertad! Libertad!” (Freedom! Freedom! Freedom!)</p><p>Milestones inside the papal bubble</p><p>The trip was so long that several milestones were crossed: Leo marked the first anniversary of Pope Francis’ death with an off-the-cuff tribute from the papal plane remembering Francis’ mercy and gestures.</p><p>Leo also offered best wishes to the handful of reporters who celebrated birthdays over the course of the trip, which were marked each time with the ITA Airways flight crew passing around birthday cake.</p><p>Leo’s mid-trip remarks to the press, as he traveled from country to country, gave the local media in the Vatican pool a chance to ask questions of interest back home. One nugget that certainly gave joy to Angolans was Leo’s revelation that Angola might have its first cardinal, not in the near future but “a bit further on.”</p><p>___</p><p>Associated Press writer Monika Pronczuk 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/V2SGZ3T4F32H4254YLEGWBXQTQ.jpg?auth=dff7fb707cd3f18107233cb9a90f66eb8933eeb261bd4f933038e85cdb04583a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives to celebrate the Holy mass at the Malabo stadium, in Malabo, Equatorial Guinea, Thursday, April 23, 2026, on the last day of his 11-day pastoral visit to Africa. (AP Photo/Misper Apawu)]]></media:description><media:credit role="author" scheme="urn:ebu">Misper Apawu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V522Y2F2CARZOZWQUMOF5PSP3Y.jpg?auth=7268bd15bb90cc0b8a812117be310de22793a5695e970646f8efa1c939eeb6ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives to celebrate the Holy mass at the Malabo stadium, in Malabo, Equatorial Guinea, Thursday, April 23, 2026, on the last day of his 11-day pastoral visit to Africa. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H7ONY4WJLP3MKY7CH2ZIOOY2MY.jpg?auth=097d12c66248cb40b488095861928826c9bc771af40f4c656d7bf744cd013141&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives to celebrate the Holy mass at the Malabo stadium, in Malabo, Equatorial Guinea, Thursday, April 23, 2026, on the last day of his 11-day pastoral visit to Africa. (AP Photo/Misper Apawu)]]></media:description><media:credit role="author" scheme="urn:ebu">Misper Apawu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MF5HRD7EJTL55YK2CF3M2OOQ3I.jpg?auth=1158d07502e2e2064046f9aafb1e263549350d3a0a70106ceaec8af96bbe9cc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives to celebrate the Holy mass at the Malabo stadium, in Malabo, Equatorial Guinea, Thursday, April 23, 2026, on the last day of his 11-day pastoral visit to Africa. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IHXYTSO6GVIOXTNM6QIHWCT5EQ.jpg?auth=aa8126bcb974692d10402b681ba8a793452f5101ada91c5a0127b1647e44b6b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives to celebrate the Holy mass at the Malabo stadium, in Malabo, Equatorial Guinea, Thursday, April 23, 2026, on the last day of his 11-day pastoral visit to Africa. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[UK and French governments sign a 3-year deal to curb migrant crossings in English Channel]]></title><link>https://www.local10.com/business/2026/04/23/uk-and-french-governments-sign-a-3-year-deal-to-curb-migrant-crossings-in-english-channel/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/uk-and-french-governments-sign-a-3-year-deal-to-curb-migrant-crossings-in-english-channel/</guid><dc:creator><![CDATA[By SYLVIE CORBET and MICHEL EULER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 15:51:44 +0000</pubDate><content:encoded><![CDATA[<p>ZUYDCOOTE, France (AP) — The U.K. and French governments signed a new multimillion-euro deal on Thursday aimed at reducing the number of migrants crossing the English Channel in small boats, with increased police patrols and enhanced surveillance in northern France.</p><p>U.K. Home Secretary Shabana Mahmood and French Interior Minister Laurent Nuñez formally endorsed the three-year agreement during a joint visit to the Dunkirk region.</p><p>Mahmood praised the new deal as providing “the right mix of skills and capabilities that we know will work on the beaches in order to reduce the crossings.”</p><p>Nuñez said that it will help in “combating illegal immigration networks, human trafficking networks, which are obviously extremely harmful.”</p><p>Under the agreement, the U.K. will provide 500 million pounds ($675 million) to strengthen measures in northern France, with an additional 160 million pounds ($216 million) depending on the success of new tactics to curb Channel crossings. If those efforts fail, the additional funding will be halted after one year, the U.K. Home Office said.</p><p>The plan aims at increasing the number of officers deployed on the ground from 907 now to 1,392 for the 2026—2029 period, along with the creation of an additional police unit dedicated to combating irregular migration, funded by France, the French Interior Ministry said.</p><p>It will also include the deployment of new technologies aimed at reducing departures of “taxi boats,” the term authorities use for small motorized vessels that are typically inflatable and used by smugglers to pick up migrants along long stretches of the northern French coast.</p><p>Unlike boats that migrants carry into the water themselves, “taxi boats” typically set off largely empty from secluded coastal areas and pick up migrants at prearranged meeting points on beaches.</p><p>The deal also expands surveillance capabilities through drones, helicopters and electronic monitoring, to better prevent crossing attempts.</p><p>U.K. pushes tougher migration policies</p><p>“Our work with the French has already stopped tens of thousands of crossings and this government has deported or returned nearly 60,000 people with no right to be here,” U.K. Prime Minister Keir Starmer said.</p><p>Since taking office nearly two years ago, Starmer’s center-left Labour government has pushed through a series of policies that it hopes will sharply reduce immigration.</p><p>Small boat crossings have become a potent political issue in the U.K. over recent years. Anger at the seeming inability of successive governments to get a handle on the issue has been behind a series of demonstrations and riots over the past few years and fueled the rise of the hard-right Reform UK party, which has been leading in opinion polls for more than a year and is predicted to make sweeping gains in a raft of elections on May 7.</p><p>Under the measures adopted, the government now has powers to seize the assets of people smugglers, beefed up U.K. border surveillance and increased law enforcement cooperation with France and other countries to disrupt the journey.</p><p>It’s unclear whether the policies are working.</p><p>Summer surge will test policies</p><p>So far this year, more than 6,000 migrants have reached the U.K. after crossing the Channel, down 36% from the same period last year, a drop that may partly reflect more unsettled weather.</p><p>The real evidence will emerge over the coming months as the weather turns warmer and the Channel turns less choppy. In 2025, a total of 41,472 people made the crossing that way — the second-highest annual figure since records began in 2018, after a peak of 45,755 in 2022.</p><p>Police operations led to the arrest of 480 smugglers last year, the French Interior Ministry said.</p><p>A large share of the resources provided under the new deal will be deployed from the early summer.</p><p>Nicolas Laroye, representative of the police union UNSA in the Dunkirk region, said that additional staffing and increased capabilities will support police efforts in their complex mission to monitor more than 200 kilometers (around 125 miles) of coast along the Channel.</p><p>British-financed measures in recent years had a major impact on the ground, Laroye said.</p><p>“We’re intercepting many people before they go on the beaches to prevent them to get on boats,” he said.</p><p>Drones especially have become a key tool to monitor the vast stretches of sand dunes where migrants hide overnight before crossing attempts, he said.</p><p>Critics warn policy fails to address root causes</p><p>Earlier this month, two men and two women died as they were trying to board an inflatable boat off the coast of northern France. British authorities arrested a man from Sudan on Friday on suspicion of endangering life in that case.</p><p>The week before, two other people died in similar circumstances off the coast north of Calais.</p><p>Critics say that the new deal, which builds on the Sandhurst Treaty, first signed in 2018 and renewed in 2023, isn't addressing the underlying issue.</p><p>“Policing alone will not prevent desperate people from turning to dangerous small boats in the first place,” said Imran Hussain from the Refugee Council, a U.K. charity that aims to promote the rights of refugees.</p><p>Campaign groups for migrant rights have long warned that increasingly vigorous efforts by French police to prevent boat departures from beaches, including using knives to hack and puncture inflatable boats to render them unusable, are encouraging the use of “taxi boats,” which increases the risks of drownings, injuries and the need for rescues.</p><p>Before this month's deaths, migrant aid group Utopia 56 said that at least 162 people have died at the French-U.K. border over the past three years.</p><p>___</p><p>Pan Pylas contributed to this report from London.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ZGYSEWPPN2YBSNLY7WD5BUBOM.jpg?auth=c7091e118b7790351a1ff4403263a089f361d902a9e588e5a10d9aef6f9a89c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Home Secretary Shabana Mahmood, left, signs an agreement with France's Interior Minister Laurent Nunez during her visit in Dunkirk, France, Thursday April 23, 2026. (Stefan Rousseau/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NT7AXJFJQHJZQCWEVG6OQHSNJM.jpg?auth=bd8584ee8d2dff5dfe3e27bf9f89f0f6cdca0275fd82bd9e5a5e6e93adbcfc7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A French police officer walks on the beach of Zuydcoote, near Dunkirk, northern France, Thursday, April 23, 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/ACMVVEBFV2Z4F44IYQILQ7JKSY.jpg?auth=4dfcc2046a983dd819dd22d2b958d68fd2cfa0dbb79b2a80ef3986ee27566e54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Home Secretary Shabana Mahmood, right, meets French police officers with France's Interior Minister Laurent Nunez on the site of a new detention centre that is being built in Dunkirk, France, Thursday April 23, 2026. (Stefan Rousseau/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRJI22ZQZHDSZQAOYJVDMBHCHY.jpg?auth=2b0a9310602aa2294ee960cbbd64332954626034836d768fafb6601673894496&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A French police car patrols on the beach of Zuydcoote, near Dunkirk, northern France, Thursday, April 23, 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/A6PX6M6U2WBQ45QMJN6CRFCBMY.jpg?auth=4a56070bc4e25aa8d7d5a27b98c65b472881173bc9c4ed9f7376cfda4492e073&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Home Secretary Shabana Mahmood, left, signs an agreement with France's Interior Minister Laurent Nunez during her visit in Dunkirk, France, Thursday April 23, 2026. (Stefan Rousseau/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content></item><item><title><![CDATA[Scientists trace latest interstellar comet's home to a cold, isolated corner of the Milky Way]]></title><link>https://www.local10.com/news/florida/2026/04/23/scientists-trace-latest-interstellar-comets-home-to-a-cold-isolated-corner-of-the-milky-way/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/23/scientists-trace-latest-interstellar-comets-home-to-a-cold-isolated-corner-of-the-milky-way/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 09:11:02 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — The comet that rambled past us from another star last year likely originated in a cold, isolated corner of the galaxy that had yet to gel into its own solar system, astronomers reported Thursday.</p><p>Comet 3I/Atlas is only the third interstellar visitor to be confirmed and quite possibly the oldest. Scientists estimate it could be up to 11 billion years old, more than twice as old as the sun.</p><p>A team led by the University of Michigan used the ALMA observatory in Chile’s Atacama Desert to examine the comet last fall. The errant but harmless iceball was discovered last summer, giving NASA and the European Space Agency plenty of time to aim multiple space telescopes at it as it zoomed past Mars in October and made its closest approach to Earth in December. It's now well past Jupiter on its way out of our solar system for good, still visible only to the professionals.</p><p>In the study, scientists said they detected extremely high amounts of deuterium, or heavy hydrogen, in the comet's water. That suggests that the comet originated in a place considerably colder — before the star of this solar system even formed — than our own cosmic neighborhood, said the University of Michigan's Teresa Paneque-Carreno.</p><p>While our sun may have been surrounded by other newborn stars as it was forming, she noted, this comet's home star could have been more of a loner, leading to less heating and colder conditions.</p><p>The findings were published in Nature Astronomy.</p><p>The comet's precise place of origin is still unknown. Observations by the Hubble Space Telescope put the size of its nucleus somewhere between a quarter-mile and 3.5 miles (440 meters and 5.6 kilometers). It's hurtling away at 137,000 mph (220,000 kph).</p><p>Linking all these “puzzle pieces together may give an idea to how the planet-forming conditions were at these early times,” Paneque-Carreno said in an email.</p><p>The first known interstellar object to stray into our celestial backyard — Oumuamua — was discovered by a telescope in Hawaii in 2017. Comet 2I/Borisov followed in 2019, named for the Crimean amateur astronomer who first spotted it.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WP2AZ6GNUPQXAHBCFGONNYF32E.jpg?auth=57e68c0374dbaf59b53305e623fba26f986d23abafb43a8e70f5fc48494e1bf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This image, provided by NASA, shows the interstellar comet 3I/Atlas captured by the Hubble Space Telescope on Nov. 30, 2025, about 178 million miles (286 million kilometers) from Earth. (NASA, ESA, STScI, D. Jewitt (UCLA), M.-T. Hui (Shanghai Astronomical Observatory), J. DePasquale (STScI) via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Iran government says men's soccer team is preparing for 'proud participation' at World Cup in US]]></title><link>https://www.local10.com/sports/2026/04/23/iran-government-says-mens-soccer-team-is-preparing-for-proud-participation-at-world-cup-in-us/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/iran-government-says-mens-soccer-team-is-preparing-for-proud-participation-at-world-cup-in-us/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 09:03:31 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA, Switzerland (AP) — An Iranian government spokesperson says the men’s national team is preparing for “proud and successful participation” in its World Cup games in the United States.</p><p>Iran’s ability and willingness to go to the World Cup across north America starting June 11 has been unclear since the U.S. and Israel launched military attacks Feb. 28.</p><p>“The Ministry of Youth and Sports made an announcement about the full preparedness of our national soccer team for presence in the 2026 World Cup in the U.S., by the order of the minister,” Iranian government spokesperson Fatemeh Mohejerani told Iran’s state TV on Wednesday.</p><p>FIFA has consistently said Iran will stick to the World Cup game schedule decided last December, and refused to negotiate any suggestion of playing the team’s games in Mexico.</p><p>Progress was made March 31 when FIFA President Gianni Infantino went to meet Iranian soccer leaders and players in Turkey where the team had two warmup games.</p><p>Though the Iranian soccer league has shut down during the war, the team’s official Instagram account posted photos this week of a practice in Tehran.</p><p>Mohejerani added Wednesday “the necessary arrangements that these dear ones need for the team’s proud and successful participation, (have been made).”</p><p>Infantino promised the Iranian team three weeks ago he would help find a training camp outside of the country for the team to prepare for the World Cup. That could also be in Turkey, where Iran played warmup games last month in Antalya against Nigeria and Costa Rica.</p><p>FIFA did not immediately confirm details Wednesday of a possible camp being organized.</p><p>Iran is scheduled to play two group-stage games at the Los Angeles Rams’ stadium in Inglewood — against New Zealand and Belgium — then face Egypt in Seattle.</p><p>The team is due to arrive at its training camp in Tucson, Arizona no later than June 10, which is at least five days before its first game as required by FIFA’s World Cup rules.</p><p>A key issue to be resolved is the U.S. government giving entry visas to the Iranian delegation including soccer federation president Mehdi Taj. He is a vice president of the Asian soccer body who was barred from attending the World Cup draw in December in Washington D.C., where Infantino presented U.S. President Donald Trump with the specially created FIFA Peace Prize.</p><p>Mexico and Canada are co-hosting the 48-nation tournament that runs through July 19.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JTYOXJ3CBSWE7MW7SF4N5FUXBM.jpg?auth=e8c26d329038fba19b2c454693ac12bacf568cf0577e56bca226d1a6a7248e9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Iran's Mehdi Taremi shoots a penalty kick to score his side's second goal during a friendly soccer match between Iran and Costa Rica, in Antalya, southern Turkey, Tuesday, March 31, 2026. (AP Photo/Riza Ozel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Riza Ozel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CUMYJKMX52CGPQSYNYCTUMXGGA.jpg?auth=544edde8320517fe2ea6d72963512afafdcd5c2465f6446c6804c94bc79caf87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA President Gianni Infantino, center, follows a friendly soccer match between Iran and Costa Rica, in Antalya, southern Turkey, Tuesday, March 31, 2026. (AP Photo/Riza Ozel)]]></media:description><media:credit role="author" scheme="urn:ebu">Riza Ozel</media:credit></media:content></item><item><title><![CDATA[Ex-Philippine president Duterte to face trial on crimes against humanity charges]]></title><link>https://www.local10.com/news/world/2026/04/23/ex-philippine-president-duterte-to-face-trial-on-crimes-against-humanity-charges/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/ex-philippine-president-duterte-to-face-trial-on-crimes-against-humanity-charges/</guid><dc:creator><![CDATA[By MOLLY QUELL, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 14:20:06 +0000</pubDate><content:encoded><![CDATA[<p>THE HAGUE, Netherlands (AP) — Judges at the International Criminal Court on Thursday confirmed crimes against humanity charges against former Philippine president Rodrigo Duterte for deadly anti-drugs crackdowns he allegedly oversaw while in office.</p><p>A three-judge panel found unanimously there were “substantial grounds” to believe the ex-leader was responsible for dozens of murders, first as mayor of the southern Philippine city of Davao and later when he was president.</p><p>Duterte, who served as president from 2016 to 2022, was arrested in the Philippines last year and flown to the Hague, where the global court is located. He denies the charges against him.</p><p>In their 50-page decision, judges found that the evidence shows that Duterte, 81, “developed, disseminated and implemented” a policy “to ‘neutralize’ alleged criminals.”</p><p>According to prosecutors, police and hit squad members carried out dozens of murders at Duterte’s behest starting in 2011, motivated by the promise of money or to avoid becoming targets themselves.</p><p>“For some, killing reached the level of a perverse form of competition,” deputy prosecutor Mame Mandiaye Niang told the court in pretrial hearings in February.</p><p>Estimates of the death toll during Duterte’s presidential term vary, from the more than 6,000 that the national police have reported to up to 30,000 claimed by human rights groups.</p><p>Prosecutors said in a statement on Wednesday that the decision “represents a significant milestone” in their effort to bring accountability.</p><p>Duterte's lead defense lawyer Nick Kaufman told The Associated Press he was disappointed in the decision, saying it “is based on the uncorroborated statements of vicious self-confessed murderers acting as cooperating witnesses.”</p><p>A date for the start of the trial has not yet been set.</p><p>Duterte has not been present in the courtroom for any hearings, having waived his right to appear. Last month judges found he was fit to stand trial, after postponing an earlier hearing over concerns about his health.</p><p>In the Philippines, families of slain victims in the brutal anti-drugs crackdown rejoiced over the decision, saying it will bring them closer to justice and toward a closure of a tragic chapter in their lives.</p><p>“This is for all the victims, who were not even given the chance to be recognized as victims because their stories were twisted in police reports, investigations and findings,” said Randy delos Santos, whose nephew, Kian delos Santos, was gunned down in an alley in August 2017 by three police officers.</p><p>“Unlike Kian, most other victims were nameless, voiceless and were just numbers and statistics whose horrific stories were never heard. Now the ICC will give their stories a chance to be told,” delos Santos told The Associated Press.</p><p>Human rights groups also praised the decision.</p><p>“Duterte’s trial will send a powerful message that no one responsible for grave crimes is above the law, whether in the Philippines or elsewhere, and that justice will eventually catch up with them,” Maria Elena Vignoli, senior international justice counsel at Human Rights Watch, said.</p><p>ICC prosecutors said in 2018 that they would open a preliminary investigation into the violent drug crackdowns. In a move that human rights activists say was aimed at avoiding accountability, Duterte, who was president at the time, announced a month later that the Philippines would leave the court.</p><p>On Tuesday, appeals judges rejected a request from Duterte’s legal team to throw out the case on the grounds that the court did not have jurisdiction because of the Philippine withdrawal.</p><p>In October, judges disqualified the court’s chief prosecutor Karim Khan from the case, citing a “reasonable appearance of bias” because he represented victims of Duterte’s alleged crimes before he took office at the ICC. Khan had already stepped back from his duties pending the outcome of an independent investigation into allegations of sexual misconduct.</p><p>___</p><p>Associated Press journalist Jim Gomez in Manila, Philippines contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TI3E4ZZHJXPKCEVFOIBZW5DZIQ.jpg?auth=d869b178f059cf7b598216023be585801920b7774a9c270ecc3de71c94045639&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this Oct. 26, 2016 file photo, Philippine President Rodrigo Duterte delivers a speech at the Philippine Economic Forum in Tokyo. (AP Photo/Eugene Hoshiko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[Lebanon and Israel to resume rare direct talks in Washington to extend Israel-Hezbollah ceasefire]]></title><link>https://www.local10.com/news/world/2026/04/23/lebanon-and-israel-to-resume-rare-direct-talks-in-washington-to-extend-israel-hezbollah-ceasefire/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/lebanon-and-israel-to-resume-rare-direct-talks-in-washington-to-extend-israel-hezbollah-ceasefire/</guid><dc:creator><![CDATA[By BASSEM MROUE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 10:12:08 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Lebanon and Israel were set to begin a second session of direct talks in Washington on Thursday to discuss the possibility of extending a truce between Israel and the Hezbollah militant group and plans for future negotiations between the two neighbors with a long history of hostile relations.</p><p>The meeting between Lebanese Ambassador to the U.S. Nada Hamadeh Moawad and her Israeli counterpart Yechiel Leiter is the second between the two diplomats, days after they held the first such direct talks between the two countries in three decades.</p><p>Lebanon President Joseph Aoun said Wednesday that contacts are ongoing to extend the 10-day ceasefire between Israel and Hezbollah that went into effect Friday.</p><p>Hamadeh will put forward an extension of the ceasefire during the meeting and ask for an end to ongoing Israeli home demolitions in villages and towns occupied by Israel after the latest war broke out on March 2, Aoun said in comments released by his office.</p><p>Preparations are ongoing for wider-reaching negotiations between Lebanon and Israel. The aim of the future talks is to “fully” stop Israeli attacks, withdrawal of Israeli troops from Lebanon, release of Lebanese prisoners held in Israel, deployment of Lebanese troops along the border and beginning the reconstruction process, Aoun said.</p><p>Israeli Foreign Minister Gideon Saar called on Lebanon to work with Israel to disarm the Iranian-backed militant group Hezbollah ahead of negotiations in Washington.</p><p>“We don’t have any serious disagreements with Lebanon. There are a few minor border disputes that can be solved,” Saar said during Independence Day remarks to Israel’s ambassadors and diplomatic corps in which he also described the neighboring country as a “failed state.”</p><p>“The obstacle to peace and normalization between the countries is one: Hezbollah,” he said, adding that Lebanon could have “a future of sovereignty, independence and freedom from the Iranian occupation.”</p><p>The latest war started after Hezbollah fired rockets into northern Israel, two days after Israel and the U.S. launched attacks on Iran. Israel responded with widespread bombardment of Lebanon and a ground invasion in which it captured dozens of towns and villages along the border.</p><p>Israel’s military currently occupies a buffer zone stretching as much as 10 kilometers (6 miles) into southern Lebanon. Israel says it aims to remove the threat of short-range rockets and anti-tank missiles towards northern Israel.</p><p>Despite Hezbollah’s outright rejection, the talks are a major step for two countries with no diplomatic relations that officially have been at war since Israel’s inception in 1948.</p><p>The Lebanese government hopes the talks will pave the way to a permanent end to the war. While Iran has set ending the wars in Lebanon and the region as a condition for talks with the U.S., Lebanon insists on representing itself.</p><p>Wafiq Safa, a high-ranking member of the militant group’s political council, told The Associated Press that the group will not abide by any agreements made during the direct talks, which it opposes.</p><p>Since the ceasefire went into effect last week, there have been multiple violations by both side sides.</p><p>The latest Israel-Hezbollah war killed around 2,300 people in Lebanon, including hundreds of women and children, and displaced over 1 million people.</p><p>Last week’s talks were the first between Israel and Lebanon since 1993. Both countries have relied on indirect communication, often brokered by the U.S. or UNIFIL, the United Nations peacekeeping mission in southern Lebanon.</p><p>Lebanon’s top political authorities, critical of Hezbollah’s decision to fire rockets toward Israel on March 2 in solidarity with Iran, quickly proposed direct talks in a bid to stop the escalation, hoping Israel would not launch its ground invasion.</p><p>___</p><p>Abby Sewell in Beirut contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H73GYQBYYXXGN6KNN3TANEU7SU.jpg?auth=3437dd4087d6b0d1ce24f7416ac938963a1423aa73dea23d1657b727894c77b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio speaks during diplomatic talks with ambassadors of Lebanon and Israel at the State Department in Washington, Tuesday, April 14, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[A court orders Zambian government to return ex-president's body to a funeral home in bizarre dispute]]></title><link>https://www.local10.com/news/weird-news/2026/04/23/a-court-orders-zambian-government-to-return-ex-presidents-body-to-a-funeral-home-in-bizarre-dispute/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/04/23/a-court-orders-zambian-government-to-return-ex-presidents-body-to-a-funeral-home-in-bizarre-dispute/</guid><dc:creator><![CDATA[By MICHELLE GUMEDE and GERALD IMRAY, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 12:00:52 +0000</pubDate><content:encoded><![CDATA[<p>JOHANNESBURG (AP) — A long-running dispute over the remains of Zambia's former President Edgar Lungu took another turn late on Wednesday, when the Zambian government took custody of his body only for a court to order that it be returned to his family.</p><p>Nearly a year after his death in South Africa, Lungu’s remains are still unburied, the subject of a macabre fight between his family and the longtime rival who succeeded him.</p><p>In a statement Wednesday, Zambia's attorney general said the government had custody of Lungu's remains after a South African court ordered the body be released to them. It said the body had been moved from a private funeral home in the South African capital, Pretoria, to another facility run by the South African government.</p><p>A separate urgent order then ruled that the body be returned to the funeral home where it had been since Lungu's death last June.</p><p>That order, though, said a date of May 21 had been set for the body to ultimately be handed over to the Zambian government. It wasn't clear Thursday where the body was and if it had been returned to the family.</p><p>The bizarre battle revolves around Lungu's relationship with current Zambian President Hakainde Hichilema. The two were bitter political rivals and the animosity has continued after Lungu's death.</p><p>Hichilema's government has said Lungu should have a state funeral at home and be buried at a cemetery set aside for Zambian leaders. Lungu's family claims that he made clear that one of his last wishes was that Hichilema should not go anywhere near his body and not preside over his funeral.</p><p>In June last year, the Zambian government succeeded in getting a court order to stop his funeral service in South Africa as it was taking place, forcing family members to leave the church ceremony and travel to a courthouse.</p><p>Lungu, who was Zambia’s leader from 2015 to 2021, died of an undisclosed illness in a South African hospital on June 5. He was 68.</p><p>When Lungu was president in 2017, Hichilema was arrested, charged with treason and detained for four months, only to be released and the charge dropped after international condemnation.</p><p>Lungu lost to Hichilema in a 2021 election, and claimed years later that his movements were being restricted by Zambian police and that he had been effectively placed under house arrest by authorities to prevent any political comeback. Hichilema's government denied the allegations.</p><p>___</p><p>Imray reported from Cape Town, South Africa. AP writer Jacob Zimba in Lusaka, Zambia, contributed to this report.</p><p>___</p><p>AP Africa news: https://apnews.com/hub/africa</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SEPS5UXMZUAFFNM47VTWP3WTKA.jpg?auth=b641ff91a48a8f15648132c98ef63f3e0aff2f19d9ec97907980fd19e2c13dee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -A supporter arrives for a Mass for former Zambian President Edgar Lungu, shown in a banner at right, at the Cathedral of Christ the King in Johannesburg, South Africa, June 25, 2025. (AP Photo/Themba Hadebe, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GG2VDH6ND33XD5RGSAK46CZ5KU.jpg?auth=11762b426eabb4e8df05b9165e07d8ed47086b4b76db27dc8ae1cd24f264d555&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Esther Lungu, widow of Zambia's former President Edgar Lungu, center, and family members attend a Mass at the Cathedral of Christ the King in Johannesburg, South Africa, on June 25, 2025. (AP Photo/Themba Hadebe), File)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BIDSPCBMZDF6GNLIVNKJQPUGIQ.jpg?auth=2fde91a15ef3f49665e80d2be04ef789e9f76de0a459a7f39d7b4d86b19ce36c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Zambia President Hakainde Hichilema speaks during the Lobito Corridor Trans-Africa Summit at the Carrinho food processing factory near Lobito, Angola, Dec. 4, 2024. (AP Photo/Ben Curtis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Curtis</media:credit></media:content></item><item><title><![CDATA[Turkish parliament passes bill to restrict social media access for under-15s]]></title><link>https://www.local10.com/tech/2026/04/23/turkish-parliament-passes-bill-to-restrict-social-media-access-for-under-15s/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/23/turkish-parliament-passes-bill-to-restrict-social-media-access-for-under-15s/</guid><dc:creator><![CDATA[By ANDREW WILKS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 08:10:47 +0000</pubDate><content:encoded><![CDATA[<p>ISTANBUL (AP) — Turkish lawmakers passed a bill late Wednesday that includes restricting access to social media platforms for children under 15, state media reported.</p><p>The legislation is the latest in a global trend to protect young people from dangerous online activity.</p><p>Its passage comes a week after a 14-year-old boy killed nine students and a teacher at a middle school in Kahramanmaras, southern Turkey, in a gun attack. Police are investigating the online activity of the perpetrator, who also died, in a bid to uncover his motivation for the attack.</p><p>The bill will force social media platforms to install age‑verification systems, provide parental control tools and require companies to rapidly respond to content deemed harmful, the state-run Anadolu news agency said.</p><p>Turkish President Recep Tayyip Erdogan must now accept the bill within 15 days for it to pass into law. He spoke in the wake of the Kahramanmaras killings of the need for to mitigate the online risks to children’s safety and privacy.</p><p>“We are living in a period where some digital sharing applications are corrupting our children's minds and social media platforms have, to put it bluntly, become cesspools,” he said in a televised address Monday.</p><p>The main opposition party — the Republican People’s Party, or CHP — has criticized the proposal, saying children should be protected “not with bans but with rights-based policies.”</p><p>Under the law, digital platforms — such as YouTube, TikTok, Facebook, Instagram and others — would have to block children under 15 from opening accounts and introduce parental controls that would manage children’s access.</p><p>Online game companies will also be required to appoint a representative in Turkey to ensure they abide by the new regulations. Potential penalties include internet bandwidth reductions and fines imposed by Turkey’s communications watchdog.</p><p>The Turkish government has a recent record of restricting online platforms as they have grown as a means of expressing dissent. Online communications were widely restricted during last year’s protests in support of Istanbul’s jailed opposition mayor, Ekrem Imamoglu.</p><p>Restrictions on social media access for children under 16 first began in December in Australia, where social media companies revoked access to about 4.7 million accounts identified as belonging to children.</p><p>Last month, Indonesia began implementing a new government regulation banning children younger than 16 from access to digital platforms that could expose them to pornography, cyberbullying, online scams and addiction.</p><p>Some other countries — including Spain, France and the United Kingdom — are also taking or considering measures to restrict children’s access to social media amid growing concern that they are being harmed by exposure to unregulated social media content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7JPDPQAC62OGBHFZIQZARLSANY.jpg?auth=e045f857bcf021eb484a0091d8509a0e5ec36a10b2ceac8ba496c626eab31256&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man stands next to the Bosphorus at Kadikoy ferry terminal on a rainy day in Istanbul, Turkey, Wednesday, April 22, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[A look at China's behind-the-scenes role in Iran war diplomacy]]></title><link>https://www.local10.com/news/world/2026/04/23/a-look-at-chinas-behind-the-scenes-role-in-iran-war-diplomacy/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/a-look-at-chinas-behind-the-scenes-role-in-iran-war-diplomacy/</guid><dc:creator><![CDATA[By HUIZHONG WU and KANIS LEUNG, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 07:00:11 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — China's role as an unofficial mediator in the latest war in the Middle East is drawing attention across the world as it seeks to project the image of being a responsible global power while U.S. actions are straining its long-standing alliances.</p><p>China’s profile in international diplomacy has risen in recent years, thanks to active efforts from its diplomats. Long reluctant to get involved in conflicts far from its borders, it has nevertheless emerged as a major player with attempts to mediate conflicts from Southeast Asia to Europe.</p><p>With the Iran war, Beijing is not an official mediator, but all parties — including Washington and Tehran — say it has played an important role in trying to de-escalate the conflict.</p><p>Experts say Beijing's strategies for diplomacy in multiple conflicts have looked similar and have had mixed success in influencing negotiations, but the efforts come at an opportune time, as U.S. actions under President Donald Trump have increased tensions with traditional diplomatic allies.</p><p>In the Iran war, experts say, China's close economic and political ties to Tehran put it in a unique position of influence as the conflict hurts the global energy supply, especially in Asia.</p><p>Trump says China encouraged Iran to negotiate ceasefire</p><p>Trump has said he believes China helped encourage Iran to negotiate the fragile ceasefire that he has now extended.</p><p>Diplomats told The Associated Press that Beijing, the biggest purchaser of sanctioned Iranian oil, used its leverage to urge the Iranians back to the negotiating table for historic face-to-face talks in Pakistan earlier this month.</p><p>Beijing has not confirmed that account, likely because it does not want to be seen as part of a U.S.-led security framework, said Yaqi Li, a researcher at the S. Rajaratnam School of International Studies at Nanyang Technological University in Singapore.</p><p>Still, some saw it as a major moment for Beijing, which has criticized the U.S.' and Israel’s war against Iran.</p><p>After the war began with U.S.-Israeli strikes on Feb. 28, Chinese Foreign Minister Wang Yi spoke with counterparts including Israel, Saudi Arabia, Bahrain and the United Arab Emirates. As of mid-April, he had 30 phone calls with various parties about the war, according to a tally of his calls from the Ministry of Foreign Affairs.</p><p>Wang also hosted his counterpart from close ally Pakistan, which has been acting as the main mediator in the latest talks, to present a five-point proposal calling for an end to hostilities and the reopening of the Strait of Hormuz.</p><p>Chinese President Xi Jinping in recent days has been uncharacteristically outspoken, warning last week against “the world’s retrogression to the law of the jungle.” This week, he called for the Strait of Hormuz to reopen.</p><p>China leans on its role as an economic power</p><p>George Chen, a partner at The Asia Group consultancy, said China’s role in the Iran situation is irreplaceable. As Tehran's biggest oil buyer, its advice carries weight. China is also one of the few countries that has showed sympathy for Iran's situation at the United Nations, he said.</p><p>Further, Iran’s ballistic missile program was built with Chinese technology, and China sells dual-use industrial components that can be used for missile production, according to the U.S. government.</p><p>Although China isn’t as immediately influential as Pakistan or key Arab Gulf states in active mediation, it occupies a unique position as the key economic partner for many of those countries.</p><p>Tuvia Gering, a nonresident fellow at the Atlantic Council’s Global China Hub, said China is uniquely positioned to offer economic incentives that matter to Tehran, especially after the war ends, as Beijing can promise investment in reconstruction and commercial relief in ways few others can.</p><p>“It could be one of the few actors capable of giving Tehran both political cover and material incentives to accept constraints and stick to them,” he said.</p><p>China's role as a global mediator is growing</p><p>One of China's biggest diplomatic wins in recent years came in 2023, when it was among the parties bringing Saudi Arabia and Iran together to restart official engagement.</p><p>It was widely seen as a major geopolitical breakthrough that reduced the risk of direct and proxy conflict, said Muhammad Zulfikar Rakhmat, a researcher at the Center of Economic and Law Studies in Indonesia.</p><p>But China is choosing when to play a role cautiously, he said, noting that Saudi Arabia and Iran had preexisting incentives to reengage diplomatically. “Its mediation tends to be opportunistic and low-risk, often occurring when conditions are already conducive to agreement," he said.</p><p>Beijing also was active during the recent conflict between Thailand and Cambodia, hosting multiple meetings between them and attending initial ceasefire talks alongside the U.S. in Malaysia. When fighting started again in December, China and the U.S. helped broker another ceasefire.</p><p>Beijing also has issued peace proposals for the war in Ukraine, hosting the Ukrainian foreign minister at one point, even though it maintains what it calls a “no-limits” friendship with Russia.</p><p>Beijing's role remains carefully worded</p><p>China's diplomatic efforts tend to follow a pattern, experts say, with Beijing reiterating calls to respect the U.N. charter and national sovereignty.</p><p>With the Iran war, Xi last week called for “upholding the principles of peaceful coexistence, upholding national sovereignty, upholding the rule of international law, and coordinating development and security.”</p><p>“A lot of the points are remarkably consistent,” said Hoo Tiang Boon, a professor of Chinese foreign policy at Nanyang Technological University.</p><p>In conflicts further afield, the stakes for Beijing can be low but benefits can be high as the world tries to come to terms with the Trump administration’s approach to negotiating, Thitinan Pongsudhirak, a professor of international relations at Thailand’s Chulalongkorn University, said.</p><p>“What the U.S. is doing is deeply damaging, and everyone suffers from it ... and China is displaying global leadership and exerting its global role by speaking to the rules-based international system,” he said. “It’s an inescapable contrast.”</p><p>___</p><p>Leung reported from Hong Kong.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVWQ4SVJQJNWW2GRFDANNI5CKQ.jpg?auth=cedc478931264cb11119053a51aed8609203c75074be9c42b70eca862a4c2d34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this photo released by Xinhua News Agency, Ali Shamkhani, then secretary of Iran's Supreme National Security Council, right, shakes hands with Saudi national security adviser Musaad bin Mohammed al-Aiban, left, as Wang Yi, China's most senior diplomat, looks on for a photo during a closed meeting held in Beijing, on March 11, 2023. (Luo Xiaoguang/Xinhua via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luo Xiaoguang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FISNYNROUGZJ2GRREL35GEJLBA.jpg?auth=7d424354013e20e84e19f04615eb8e5c8cca663c05688d584e7e81f14cdf7d3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, Chinese Ambassador to Iran Cong Peiwu, right and Iranian Red Crescent Society (IRCS) President Pirhossein Kolivand attend a signing ceremony for the handover certificates of China's emergency humanitarian assistance to Iran in Tehran, Iran, April 15, 2026. (Shadati/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Shadati</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QNWAE66AQYR7B4CSZM7UYYDNCA.jpg?auth=db116228b0e8a5e1c08fd89db02ed462b612148e94ff4e339f87fa3c8f45cdc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, Chinese Foreign Minister Wang Yi, right, shakes hands with Pakistani Deputy Prime Minister and Foreign Minister Mohammad Ishaq Dar in Beijing on March 31, 2026. (Cai Yang/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Cai Yang</media:credit></media:content></item><item><title><![CDATA[Residents in rural Sudan say the Iran war has made it harder to get medicines]]></title><link>https://www.local10.com/news/world/2026/04/23/residents-in-rural-sudan-say-the-iran-war-has-made-it-harder-to-get-medicines/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/residents-in-rural-sudan-say-the-iran-war-has-made-it-harder-to-get-medicines/</guid><dc:creator><![CDATA[By SAM MEDNICK, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 06:57:17 +0000</pubDate><content:encoded><![CDATA[<p>QOZ NAFISA, Sudan (AP) — It’s always been challenging for Abbas Awad to find medicines in his village outside Sudan ’s capital. But since the war in Iran, it’s become harder. Prices have spiked and many pharmacies in the area are out of stock.</p><p>The latest war in the Middle East has far-reaching effects, including on countries ravaged by conflicts of their own.</p><p>After three years of war in Sudan, a public health clinic in Qoz Nafisa village in Khartoum state is struggling to support thousands of people like the 61-year-old Awad.</p><p>He said he has been spacing out his medicine for glaucoma, worried he won't be able to find more or afford it when he does. Money was already an issue because of the war at home, he said.</p><p>“Now we have the problem of the war in the Middle East. It's just made things worse," he said.</p><p>Aid groups say the Iran war has cut off vital shipping routes, upending their ability to get food and medicine to millions of people around the world in need. The standoff between the United States and Iran has essentially shut down the Strait of Hormuz, and other routes from strategic hubs such as Dubai also have been impacted.</p><p>Transport costs have spiked with higher fuel and insurance rates, further straining the ability to deliver supplies. The United Nations says there's been up to a 20% cost increase on shipments, along with delays, as goods are rerouted.</p><p>The International Rescue Committee, which supports the clinic where Awad gets some of his medicines, said about $130,000 worth of pharmaceuticals intended for Sudan was stranded in Dubai for weeks and only now is making its way there.</p><p>The IRC says medicines and supplies such as antibiotics, painkillers and stethoscopes that were supposed to be flown from the United Arab Emirates to Port Sudan were instead transported by road to neighboring Oman and then flown out.</p><p>U.S. President Donald Trump this week extended the fragile ceasefire with Iran, but aid groups worry little will change.</p><p>“There’s still a real lag in the system. Shipments remain blocked or delayed, and that’s deeply worrying," said Madiha Raza, associate director for global public affairs and communications for IRC.</p><p>Sudan has widely been described as facing the world's worst humanitarian crisis, and Raza said any delay in delivering food, medicine and fuel has devastating consequences.</p><p>For the roughly 5,000 people who rely on the public health clinic that the IRC supports in Qoz Nafisa, some now must search at other clinics and spend their own money, which they often don't have.</p><p>During a visit by AP journalists on Wednesday, clinic staff said that since the war with Iran began at the end of February they've been struggling to meet demand.</p><p>A member of the military media accompanied The Associated Press during the visit for safety reasons. The AP retains full editorial control of its content.</p><p>Dr. Amira Sidig, the center's medical director, said the last shipment from the IRC was in December. Ones expected in February and April have not arrived.</p><p>Sudan's health ministry tries to fill the gap, but it only accounts for half of what's needed, Sidig said.</p><p>“It’s never enough because they also have a shortage, and we’re again out of stock quickly,” she said.</p><p>For several days this month, the clinic had no malaria treatment to give the 50% of patients who come in with the disease, Sidig said.</p><p>Ahmed Ibrahim, who works at the clinic, said patients are getting frustrated.</p><p>“When people come to the window, they say, ‘Why are you here and there is no medicine?’"</p><p>———- For more on Africa and development: https://apnews.com/hub/africa-pulse</p><p>The Associated Press receives financial support for global health and development coverage in Africa from the Gates Foundation. The AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T27QUEIRRTJV75KTF376OLIZQM.jpg?auth=2e4cb01a3664aa1496dc5511aaf7e6ee15370200f33f8c965972823829214cf5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A staffer checks the pharmacy shelves at a public health clinic in Qoz Nafisa village, Khartoum state, Sudan, Wednesday, April 22, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MSSTHQKLUXLZ2AOMNJUEACS3EM.jpg?auth=520d0d3c7ecd9cd21c32d1fe25f59cb12791beaf7f19fbeb2cafa464bfb6166f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lab utensils sit at a public health clinic in Qoz Nafisa village, Khartoum state, Sudan, Wednesday, April 22, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2OLKGBAI7PEIGVJHPTZC324WJQ.jpg?auth=7e03e594396d48666515147e56cd5b08553c1d259c8748d29acff32bd31584f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Empty beds at a public health clinic in Qoz Nafisa village, Khartoum state, Sudan, Wednesday, April 22, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HLBDPITD7DCS3U7N6HAEWHJ7TU.jpg?auth=69355336006b184b446d1d8a85dc62901503f5157d000b9c2b8c99807c6c3d9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abbas Awad, 61, who suffers from glaucoma, poses for a portrait at his home in Qoz Nafisa village, Khartoum state, Sudan, Wednesday, April 22, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WBILDOTWTFMR3PFONETDZUZALI.jpg?auth=76d24dee6559be48a0a67743a0e2d1ec8ec3a73a788f0ce13b4a32ebf7724c39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rashiqa Alqadi holds her grandchild, Anfal Aljozoor, 11, who has a disability and suffers from epilepsy, at the family home in Qoz Nafisa village, Khartoum state, Sudan, Wednesday, April 22, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content></item><item><title><![CDATA[Samsung workers rally in South Korea, demanding higher pay and threatening to strike]]></title><link>https://www.local10.com/business/2026/04/23/samsung-workers-rally-in-south-korea-demanding-higher-pay-and-threatening-to-strike/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/samsung-workers-rally-in-south-korea-demanding-higher-pay-and-threatening-to-strike/</guid><dc:creator><![CDATA[By YONG-HO KIM and KIM TONG-HYUNG, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 10:31:20 +0000</pubDate><content:encoded><![CDATA[<p>PYEONGTAEK, South Korea (AP) — Thousands of Samsung Electronics workers rallied Thursday at its computer chip complex in Pyeongtaek, South Korea, demanding higher bonuses and threatening to strike as booming demand for artificial intelligence drives up memory-chip profits.</p><p>Holding signs and waving banners, the workers gathered at a factory compound amid a heavy police presence, shouting “make compensation transparent and remove maximum limits on bonuses!” Union officials said about 40,000 members participated in the protest. Police did not immediately provide a crowd estimate.</p><p>The rally came hours after Samsung’s cross-town rival, SK Hynix, posted an all time high in quarterly revenue and operating profit for the January-March quarter. It attributed the jump to expanding global investments in data centers and other AI infrastructure that drove up the demands for its memory chips.</p><p>Samsung, which together with SK Hynix produces about two-thirds of global memory chips, forecast earlier this month that its first-quarter operating profit would reach a record 57.2 trillion won ($38.6 billion). That would be higher than the 37.6 trillion won ($25.4 billion) posted by SK Hynix on Thursday, although Samsung has a more diverse lineup of businesses, including smartphones and consumer electronics.</p><p>Samsung’s union, which represents about 74,000 workers, says the company has failed to offer adequate compensation despite its strong performance. It has rejected the management’s proposal for bonuses of restricted stock and has called for removing caps on bonuses.</p><p>The union has threatened to stage an 18-day walkout starting May 21 if negotiations with management fail, and claims that such action would cost the company more than 1 trillion won ($676 million) a day.</p><p>“We won’t stop this fight until our fair demands are met,” Choi Seung-ho, a union leader, said through a loudspeaker from atop a crane-mounted structure.</p><p>While semiconductor makers have benefited from the AI boom, the war in the Middle East has clouded the outlook, disrupting supplies of key materials such as helium that are crucial to chipmaking and pushing up energy costs.</p><p>In a conference call Thursday, Woo Hyun Kim, SK Hynix’s chief financial officer, said the company is closely monitoring the conflict but does not expect a meaningful impact on production, saying it has been diversifying its sourcing of helium and bromine beyond the Middle East and has sufficient inventory.</p><p>———</p><p>Kim Tong-hyung reported from Seoul, South Korea. AP writer Hyung-jin Kim contributed to the report from Seoul.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EMNZWX7GSC7EKIXHOTOL2ZULVU.jpg?auth=0e5d5be7fa03e5aae05bdb37dcc59f172e8a290ad37ceecd9d0f8e3b6599f653&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the Samsung Electronics labor union hold up their cards during a rally demanding higher bonuses at its computer chip complex in Pyeongtaek, South Korea, Thursday, April 23, 2026. The letters read "Remove the bonuses caps." (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FI2T2YLBZQX3SCKIBBCETV5KAA.jpg?auth=46f4a8b9f4194cb452773094e10cc4f4774614193a74dbb51770825b3c7755db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the Samsung Electronics labor union shout slogans during a rally demanding higher bonuses at its computer chip complex in Pyeongtaek, South Korea, Thursday, April 23, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/47H5HBUQGFEYKROJI3Q3KB56V4.jpg?auth=d837667465368d3de267c84a9fdf31a8d1177eb830536cf151415f15ac52da4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the Samsung Electronics labor union pass by a balloon showing a photo of Samsung Electronics Chairman Lee Jae-yong as they arrive to attend a rally demanding higher bonuses at its computer chip complex in Pyeongtaek, South Korea, Thursday, April 23, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A4XWVUTXARUE54K4E5L2XXHLY4.jpg?auth=f0d4b46f9842ebe2c3ad22d401521ecff15bf801ffe34f370c11a0652ac23f94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Choi Seung-ho, a leader of the Samsung Electronics labor union, speaks during a rally demanding higher bonuses at its computer chip complex in Pyeongtaek, South Korea, Thursday, April 23, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[EU approves a $106B loan package to help Ukraine after Hungary lifts its veto]]></title><link>https://www.local10.com/news/world/2026/04/23/eu-approves-a-106-billion-loan-package-to-help-ukraine-after-hungary-lifts-its-veto/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/eu-approves-a-106-billion-loan-package-to-help-ukraine-after-hungary-lifts-its-veto/</guid><dc:creator><![CDATA[By LORNE COOK, JUSTIN SPIKE and KAREL JANICEK, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:36:48 +0000</pubDate><content:encoded><![CDATA[<p>BRUSSELS (AP) — The European Union on Thursday approved a 90-billion-euro ($106-billion) loan package to help Ukraine meet its economic and military needs for two years after oil began flowing through a key pipeline to Hungary and Slovakia, ending months of political deadlock.</p><p>The EU also approved a new raft of sanctions against Russia over its war on Ukraine. The measures were prepared early this year and had been set to be announced in February to mark the fourth anniversary of the conflict, but Hungary and Slovakia opposed the move.</p><p>Hungary and Slovakia have been locked in a feud with Ukraine since Russian oil deliveries to the two EU countries were halted in January after a pipeline was damaged. Ukrainian officials blamed the damage on Russian drone attacks. Both countries confirmed Thursday that deliveries have resumed.</p><p>Ukraine desperately needs the loan package to prop up its war-ravaged economy and help keep Russian forces at bay. Hungary angered its EU partners by reneging on a December deal to provide the funds. The loans are expected to be available in coming weeks and months.</p><p>“Promised, delivered, implemented,” European Council President António Costa posted on social media. A few hours later, as he arrived to chair a summit of EU leaders in Cyprus, Costa told reporters that the priority now must be to advance Ukraine's quest to join the bloc.</p><p>Standing alongside him, Ukrainian President Volodymyr Zelenskyy thanked his European partners for their support. “We will work to make sure the funds are delivered as soon as possible,” he said. “This will strengthen, of course first of all our army, Ukrainian forces, and allow us to boost production.”</p><p>Pipeline breakthrough</p><p>The political greenlight for the loan package came after Russian oil began flowing to Hungary and Slovakia again through the Druzhba pipeline that crosses Ukraine. Populist Slovak Prime Minister Robert Fico welcomed that development as “good news.”</p><p>“Let’s hope a serious relation between Ukraine and the European Union has been established,” Fico said.</p><p>Hungarian energy group MOL said it had “received crude oil at the Fényeslitke and Budkovce pumping stations earlier Thursday. Crude oil deliveries via the Druzhba pipeline system have thus resumed to Hungary and Slovakia after a hiatus of nearly three months.”</p><p>Ukraine and most of its European backers oppose imports of Russian oil which have helped to fund Russian President Vladimir Putin’s war against Ukraine, now in its fifth year. But unlike the rest of the European Union, Hungary and Slovakia still depend on Russia for their energy needs.</p><p>Hungary’s nationalist Prime Minister Viktor Orbán, who was recently defeated in an election, had accused Ukraine of deliberately delaying repairs — an allegation that Zelenskyy denied.</p><p>Fico said Thursday he still didn’t believe the pipeline was damaged at all and alleged that the pipeline and oil “were used in the current geopolitical battle.”</p><p>Another EU voting hijack</p><p>The row has raised yet more troubling questions about decision-making in the EU, which can often be held hostage to national interests when unanimous votes are required. Several top officials have in recent months called for more majority voting.</p><p>The 27-nation bloc had originally intended to use frozen Russian assets as collateral for the loan. But that option was blocked by Belgium, where the bulk of the frozen assets are held.</p><p>In December, the Czech Republic, Hungary and Slovakia agreed not to stop their EU partners from borrowing the money on international markets as long as the three countries did not have to take part in the scheme.</p><p>But Orbán, who has repeatedly blocked EU aid to Ukraine, angered the other 24 countries by later reneging on that deal over the pipeline dispute and as campaigning heated up ahead of the April 12 election that he lost in a landslide.</p><p>More sanctions on Russia</p><p>The EU has also been trying since February to push through a new raft of sanctions against Russia to undermine its war effort, but Hungary and Slovakia were also blocking those measures over the oil feud.</p><p>More than 40 ships believed to be part of Russia’s shadow fleet illicitly transporting oil were targeted.</p><p>Oil revenue is the linchpin of Russia’s economy, allowing Putin to pour money into the armed forces without worsening inflation for everyday people and avoiding a currency collapse.</p><p>A number of banks were targeted, and a ban was imposed on Europeans using Russian crypto currency.</p><p>Asset freezes were slapped on around 60 more “entities” — often companies, government agencies, banks or other organizations — adding to a growing list of more than 2,600 Russian officials and entities already under sanctions, including Putin, his political associates, oligarchs, and dozens of lawmakers.</p><p>___</p><p>Spike reported from Budapest. Janicek reported from Prague.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5JAK63QOVAZQBPDUKZFYCE7Z5E.jpg?auth=029e1ff53a28308c36063c0a107fd9135ca73d726fe536fe31abde7f7809f26d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A general view of a pumping station at the end of the Druzhba oil pipeline in the east German refinery PCK in Schwedt, Jan. 10, 2007. (AP Photo/Sven Kaestner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sven Kaestner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DH4GW6KV245QWO2TYOW6R55HT4.jpg?auth=ccfb312fbea0866be2366afd801d4c1a1d76dfa6867cf4b9cd9f9f7f7185aec3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[European Council President Antonio Costa, background, is welcomed by Cypriot President Nikos Christodoulides ahead of the EU Summit in Ayia Napa, Cyprus, Thursday, April 23, 2026. (AP Photo/Petros Karadjias)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Karadjias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NDUNBEKPMB3JJYM54WUNS7CE6Q.jpg?auth=e2144df7945ba7c69987812b0f3d1e96350ec503474f0c10baee00a6ebaafda2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[German Chancellor Friedrich Merz makes statements as he arrives for the EU Summit in Ayia Napa, Cyprus, Thursday, April 23, 2026. (AP Photo/Petros Karadjias)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Karadjias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D2AD4U5XCVPCVQDCAFX4GGO5OM.jpg?auth=7415e08a39cffb0b437489b6d00e8507e4da13cbb79b17e0faa59e8e965ee7b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Slovakia's Prime Minister Robert Fico gestures during joint statements with Romanian counterpart Ilie Bolojan, at the Victoria Palace, the Romanian government headquarters in Bucharest, Romania, Friday, March 27, 2026. (AP Photo/ Vadim Ghirda)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HGXII4Z5BLC7LJMCFXTXFJGFP4.jpg?auth=744fc33a965b7ea8a8148c8e4a9c81f7faef4b2743938d55225afa30c5208abd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Prime Minister Giorgia Meloni, left, is welcomed by Cypriot President Nikos Christodoulides at the EU Summit in Ayia Napa, Cyprus, Thursday, April 23, 2026. (AP Photo/Petros Karadjias)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Karadjias</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump orders military to ‘shoot and kill’ Iranian small boats choking Strait of Hormuz]]></title><link>https://www.local10.com/news/world/2026/04/23/the-latest-trump-orders-military-to-shoot-and-kill-iranian-small-boats-choking-strait-of-hormuz/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/the-latest-trump-orders-military-to-shoot-and-kill-iranian-small-boats-choking-strait-of-hormuz/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:50:19 +0000</pubDate><content:encoded><![CDATA[<p>U.S. President Donald Trump has ordered the U.S. military to “shoot and kill” Iranian small boats choking the Strait of Hormuz.</p><p>In a social media post Thursday morning, he said the military is intensifying its mine clearing efforts in the critical waterway. The move intensified the U.S.-Iran standoff in the Persian Gulf and raised questions about efforts to end the war.</p><p>Meanwhile, the U.S. military said it seized another tanker Thursday associated with smuggling Iranian oil, the Majestic X, in the Indian Ocean, deepening confusion over efforts to end the war. The seizure comes after a day after Iran attacked three cargo ships in the Strait of Hormuz, capturing two of them. Ship-tracking data showed the Majestic X in the Indian Ocean between Sri Lanka and Indonesia.</p><p>The standoff between the U.S. and Iran has effectively choked off nearly all exports through the Strait of Hormuz, where 20% of the world’s traded oil passes in peacetime, with no end in sight.</p><p>Here is the latest:</p><p>Palestinians mourn another death in historically violent year in the occupied West Bank</p><p>A 25-year-old father of twins was shot by Israeli settlers in a village home to a large Palestinian-American population, sparking an outpouring of grief at his funeral Thursday.</p><p>The Ramallah-based Palestinian Ministry of Health said Awda Awawdeh died from gunshot wounds after what witnesses described as a clash with settlers attempting to steal Palestinian livestock.</p><p>“Young men from our town gathered and came to confront them. The settlers fired at them, and the young man Awda Awawdeh was hit and injured on his side with a live bullet,” said Ziad Manasrah, a local paramedic who helped transport Awawdeh from the town of Deir Dibwan to the hospital.</p><p>Awawdeh is the 11th Palestinian killed by Israeli settlers in 2026, surpassing the nine killed in 2025.</p><p>“The daily killings in the West Bank are not incidental, but an integral part of a systematic process of ethnic cleansing. The Israeli system does not halt this violence deliberately because it serves its political goal: the suppression and dispossession of Palestinians from their land,” said Yuli Novak, the executive director the Israeli rights group B’Tselem.</p><p>Lebanese cabinet discusses potential move to join the ICC</p><p>Lebanon’s Deputy Prime Minister Tarek Mitri said ministers on Thursday discussed joining the International Criminal Court, a permanent tribunal that prosecutes individuals for war crimes, crimes against humanity and genocide, for “a specific period.”</p><p>The move would mark a significant shift for Lebanon, which is not a member of the court. Mitri said the move would enable the ICC to “look into war crimes and humanitarian crimes which were committed on Lebanese territory.”</p><p>Lebanon has accused Israel of war crimes and and repeated breaches of international law during the latest war with Hezbollah.</p><p>Iran’s judiciary chief touts the country’s show of force in the Strait of Hormuz</p><p>Iran’s judiciary chief, Gholamhossein Mohseni Ejehi, said on X that the country’s armed forces were demonstrating strength in the Strait of Hormuz, citing what he described as a Revolutionary Guard “mosquito fleet” of speedboats and underwater drones, along with action against three ships in the waterway.</p><p>He wrote that “the IRGC’s mosquito fleet, with speedboats and drones, lies in wait from the sea caves of Faror Island for the American aggressor warships, ready to saturate their air defenses and bring utter ruin upon the invaders.”</p><p>He called the display “a source of pride” and warned against U.S. naval presence.</p><p>Israeli defense minister says Israel is ready to resume war with Iran</p><p>Israel’s defense minister, Israel Katz, said Thursday that Israel is prepared to resume war with Iran and is awaiting a “green light” from the United States, according to a statement following a security assessment.</p><p>“We are waiting for a green light from the United States,” Katz said, adding that the military is ready for both defensive and offensive operations and “targets are marked.”</p><p>Israelis express mixed views on Lebanon talks</p><p>Residents in Jerusalem and Tel Aviv expressed mixed views on talks between Israel and Lebanon, with opinions ranging from calls for diplomacy to deep skepticism over Hezbollah’s role.</p><p>“I always believe that you can talk, but you have to be prepared for war,” said Ben Kurtzer, a Jerusalem resident.</p><p>Others were more skeptical. “Who is there to talk to?” said Yardena Sharon.</p><p>Some drew a distinction between Lebanon and Hezbollah.</p><p>“We do not want to be hostile with the state of Lebanon; we have no hostility towards them. I think there are, undoubtedly, wonderful people there, people who seek peace, just as we seek peace,” said Matan Moalem, a Jerusalem resident. “Hezbollah needs to be eliminated once and for all, to take control of the entire area that constantly threatens Israel, firing in our direction and always seeking to eliminate and kill us.”</p><p>In Tel Aviv, others emphasized diplomacy. “Force without brains is worth nothing. In the end, only agreements bring peace and security, only agreements,” said Daron Sabani.</p><p>Images of new crucifix in southern Lebanon convey ‘message of hope, dialogue and peace,’ Meloni says</p><p>Italian Premier Giorgia Meloni on Thursday thanked Italian peacekeepers serving in southern Lebanon for donating a new crucifix to the village of Debel after the original was destroyed by an Israeli soldier in an incident that drew international criticism.</p><p>Meloni said images showing the crucifix being delivered and placed in the same spot as the one destroyed days earlier conveyed “a message of hope, dialogue and peace.”</p><p>Israel’s military said Tuesday it had replaced the crucifix and shared a photograph of the new one on social media. The replacement appeared smaller and more ornate than the original, which had been smashed by a soldier.</p><p>The Israeli military said two soldiers involved in the episode will be held for a month in military detention.</p><p>Ukraine’s president discloses details of security agreements with Saudi Arabia, Qatar, and UAE</p><p>Volodymyr Zelenskyy said in a CNN interview that his country signed a “Drone Deal” with the three Gulf countries, aiming to help them manufacture much cheaper drones and drone interceptors.</p><p>Zelenskyy toured the Gulf countries late May, but there was no immediate word on the details of the signed agreements between Ukraine and the Gulf countries.</p><p>” A (low-cost, Iranian-designed Shahed drone) can cost from 80 to 130 thousand dollars. It will be destroyed not with a missile worth 3-4 million dollars, but with an interceptor costing 10 thousand dollars,” Zelenskyy wrote, adding that he wants to help Gulf countries defend themselves.</p><p>Speaking earlier this month, Zelenskyy said that in exchange for its drone expertise, Ukraine would get air defense weapons to protect its energy infrastructure, along with oil, diesel and, in some cases, financial help. Ukrainian officials haven’t published details of the final deal.</p><p>‘Stable ceasefire and assurances’ needed for transit in the Strait of Hormuz</p><p>The chief safety and security officer in BIMCO, the world’s largest international shipping association, said Thursday that shipping companies need assurances from both Iran and the U.S. to transit the vital waterway.</p><p>Mine clearance efforts are also needed as they pose a “particular concern,” Jakob Larsen said in a statement, adding that the process of mine clearance could take up to several weeks.</p><p>Hours earlier, U.S. President Donald Trump said in a social media post that the military is intensifying its mine clearing efforts in the strait.</p><p>The Strait of Hormuz remains fully closed Thursday as the U.S.-Iran standoff continues to intensify in the Persian Gulf.</p><p>Mourners bid farewell to a prominent Lebanese journalist killed in an Israeli airstrike</p><p>Dozens gathered in the southern village of al-Tiri as the coffin of journalist Amal Khalil, draped in the Lebanese flag with a press helmet placed on top, was carried through the crowd. People wept as mourners chanted “Death for Israel.”</p><p>Khalil, a reporter for the Al-Akhbar daily newspaper, was killed Wednesday in an Israeli airstrike on a house where she had taken cover while reporting on the Israel-Hezbollah war. Her body was retrieved from the rubble hours later. The Israeli military said the incident is still under review.</p><p>“This is not the first time that the Israelis have threatened Amal,” said her brother, Ali Khalil. “Three strikes within two hours or an hour and half is evidence that the Israelis intend to assassinate Amal Khalil.”</p><p>Amal had said in media interviews that she received threatening messages from an Israeli phone number. However, it wasn’t clear whether they came from the Israeli military, an Israeli official or individuals.</p><p>France is ready to host a Lebanon conference</p><p>The president of France says he’s willing to host a conference on supporting Lebanon’s army and helping rebuild the country’s battered south.</p><p>French President Emmanuel Macron said after talks with Cypriot counterpart Nikos Christodoulides on Thursday that the conference would take place when Lebanon deems it appropriate.</p><p>The conference would also aim to release additional European funding. Macron said he and Christodoulides support the idea of a European Union partnership agreement with Lebanon.</p><p>India says it’s ‘worried’ for its seafarers after vessels come under fire in Strait of Hormuz</p><p>India’s shipping ministry said Thursday it’s “worried about Indian seafarers” in the Strait of Hormuz after reports of vessels coming under fire in the region, though none have been injured.</p><p>Mukesh Mangal, Additional Secretary at the Indian Ministry of Ports, Shipping and Waterways, said two foreign-flagged vessels that came under fire had 22 Indian sailors on board.</p><p>“None of the Indian seafarer have been injured in the firing,” he said.</p><p>The ministry said at least 2,680 Indian sailors have been evacuated since the conflict began.</p><p>US stocks edge back from their records and oil prices yo-yo</p><p>The U.S. stock market is edging back from its all-time high following mixed profit reports from Tesla and other big companies. Oil prices are yo-yoing on continued uncertainty about what will happen next in the war with Iran.</p><p>The S&P 500 slipped 0.3% in the early going Thursday following a big rally that erased all its losses because of the war. The Dow Jones Industrial Average fell 193 points, and the Nasdaq composite fell 0.4%.</p><p>Oil prices wavered as uncertainty continues about what will happen with the Strait of Hormuz. Brent crude rose 0.5% to $102.43 a barrel.</p><p>▶ Read more</p><p>Hezbollah says it attacked Israeli positions in southern Lebanon</p><p>The group said in a statement that it targeted Israeli soldiers in the southern village of Taybeh and downed a drone in Majdal Zone on Thursday. Earlier, the Israeli army said it intercepted an “aerial target” in southern Lebanon.</p><p>The group reiterated that its attacks, which resumed Tuesday, were in retaliation for Israeli violations of the 10-day ceasefire that took effect Friday. The Israeli army has been launching near-daily strikes on southern Lebanon since the ceasefire.</p><p>Israel has also been accusing Hezbollah of breaching the ceasefire.</p><p>Trump claims leadership rift is confounding Iran</p><p>“Iran is having a very hard time figuring out who their leader is! They just don’t know!,” Trump said in a social media post. “The infighting is between the ‘Hardliners,’ who have been losing BADLY on the battlefield, and the ‘Moderates,’ who are not very moderate at all (but gaining respect!), is CRAZY!”</p><p>Trump has repeatedly said over the course of the ceasefire that began April 8 that his team is dealing with Iranian officials who want to make a deal, while acknowledging his decision to kill several top leaders has come with some complications.</p><p>He announced earlier this week that he was extending the truce to give the battered Iranian leadership more time to come with a “unified proposal” on ending the war.</p><p>Next UN peacekeeping force in Lebanon could be smaller than the current one</p><p>The head of the U.N.’s peacekeeping operations says he expects the possible replacement for its force in southern Lebanon will “probably be smaller” than the current one that’s been in place for nearly a half-century.</p><p>Jean-Pierre Lacroix said the UNIFIL operation, which has inhabited a tense zone where militants from Hezbollah and Israeli forces have battled repeatedly, has recently faced pressure from funding cuts.</p><p>The force’s mandate ends at the end of the year. U.N. officials are facing a June 1 deadline to present a proposal for the force that could replace it.</p><p>Trump threats against Iran are a boon for prediction markets, including some backed by his son</p><p>Will President Trump send troops into Iran? Will he rename the Strait of Hormuz after himself? Will he post again praising Allah?</p><p>No one knows the answers, but online betting companies that allow people to wager on Trump policies and statements are profiting — including some backed by his oldest son.</p><p>Prediction markets love the president’s unpredictability, his need to keep people guessing about his next move or social media post, leading to more wagers in these betting venues and more fees for them. That includes Polymarket, a company Donald Trump Jr. has a stake in, and Kalshi, a company he advises.</p><p>These sites have to come up with new betting lines on current events everyday, and Trump Jr.’s famously fickle father has proven to be a rich source of will-he-or-won’t-he questions.</p><p>When a wagering event on Polymarket asked whether Trump was likely to send troops into Iran, nearly 100,000 bets were placed April 8, leading to the biggest trading day of the year up to then.</p><p>▶ Read more</p><p>Trump orders the US military to ‘shoot and kill’ Iranian small boats choking the Strait of Hormuz</p><p>The U.S. president in a morning social media posting also said the military is intensifying its mine clearing efforts in the critical waterway.</p><p>“I have ordered the United States Navy to shoot and kill any boat, small boats though they may be ... that is putting mines in the waters of the Strait of Hormuz,” Trump posted. “There is to be no hesitation. Additionally, our mine ‘sweepers’ are clearing the Strait right now. I am hereby ordering that activity to continue, but at a tripled up level!”</p><p>Trump likes a naval blockade. But Iran presents big differences from Venezuela and Cuba</p><p>President Trump has turned to naval blockades to pressure the governments of Venezuela, Cuba and now Iran to meet his demands, but his preferred tactic is confronting a very different reality in the Middle East than in the Caribbean.</p><p>Unlike Cuba or Venezuela, Iran choked off a crucial trade route for energy shipments, meaning the longer the standoff persists the more the global economy will suffer. Tehran also poses a greater military threat — beyond those posed by the adversaries in America’s own hemisphere — and requires a sustained military presence far from U.S. shores.</p><p>Iran’s leverage over the Strait of Hormuz gives it power during a shaky ceasefire because the widening economic risks — especially higher U.S. gas prices in an election year — could force Trump’s Republican administration to end its blockade on Iran’s ports and coastline, experts say.</p><p>“It’s really a question now of which country, the U.S. or Iran, has a greater pain tolerance,” said Max Boot, a military historian and senior fellow for national security studies at the Council on Foreign Relations.</p><p>▶ Read more</p><p>Three killed inside vehicle in central Gaza Strip</p><p>An Israeli drone strike killed three men inside a car Thursday in central Gaza Strip, health officials said.</p><p>Those killed were taken to al-Aqsa Martyrs Hospital in Deir al-Balah. Two of them were inside the vehicle targeted on Salah al-Din Street near Maghazi camp, while a third was nearby, hospital director Raed Hussein told The Associated Press. Three others were injured.</p><p>The Israeli military didn’t immediately respond to a request for comment.</p><p>A fragile Israel-Hamas ceasefire has held since October, but renewed strikes have killed 791 people and wounded 2,235, according to the latest figures released by Gaza’s health ministry, which doesn’t distinguish between civilians and combatants in its toll.</p><p>US military seizes oil tanker associated with Iran</p><p>The U.S. military seized another tanker Thursday associated with smuggling Iranian oil.</p><p>The U.S. Defense Department said it seized the oil tanker Majestic X in the Indian Ocean.</p><p>“We will continue global maritime enforcement to disrupt illicit networks and interdict vessels providing material support to Iran, wherever they operate,” the Defense Department said.</p><p>The seizure comes after Iran attacked three cargo ships Wednesday in the Strait of Hormuz, capturing two of them.</p><p>The Defense Department released footage of the seizure of the vessel, showing U.S. troops on the deck of the vessel.</p><p>Ship-tracking data showed the Majestic X in the Indian Ocean between Sri Lanka and Indonesia, roughly the same location as the oil tanker Tifani, earlier seized by American forces. It had been bound for Zhoushan, China.</p><p>The Majestic X is a Guyana-flagged oil tanker. It previously had been named Phonix and had been sanctioned by the U.S. Treasury in 2024 for smuggling Iranian crude oil in contravention of American sanctions on the Islamic Republic.</p><p>“Iran relies upon a sprawling network of tankers and ship management firms in multiple jurisdictions to transport its petroleum to overseas customers — using tactics such as false documentation, manipulation of vessel tracking systems, and constant changes to the names and flags of vessels,” the Treasury said at the time.</p><p>There was no immediate response from Iran on the news of the seizure.</p><p>Since the start of the war between Iran, Israel and the United States, over 30 ships have come under attack in the waters of the Persian Gulf, the Strait of Hormuz and the Gulf of Oman. The threat of attack, rising insurance premiums and other fears have stopped traffic from moving through the strait, through which 20% of all crude oil and natural gas traded passes.</p><p>Iran’s ability to restrict traffic through the strait, which leads from the Persian Gulf to the open ocean, has proved a major strategic advantage.</p><p>After the attacks Wednesday, White House press secretary Karoline Leavitt told Fox News Channel that American officials that Iran’s seizure of the ships didn’t violate truce terms because “these were not U.S. or Israeli ships, these were two international vessels.”</p><p>However, the ceasefire has been strained by dueling American attacks on Iranian ships and those by Iran on commercial vessels. It also remains unclear when, or if, the two sides will meet again in Islamabad, where Pakistani officials say they are still trying to bring the countries together to reach a diplomatic deal.</p><p>Iran’s exiled crown prince splattered with red liquid</p><p>Iran’s exiled Crown Prince Reza Pahlavi was splattered with red liquid Thursday as he left a building after a news conference in Berlin.</p><p>He waved to supporters in the aftermath and got into a car that drove away.</p><p>The alleged perpetrator was immediately detained by police.</p><p>Pahlavi has been in exile for nearly 50 years.</p><p>His father, Iran’s shah, was so widely hated that millions took to the streets in 1979, forcing him from power. Nevertheless, Pahlavi is trying to position himself as a player in his country’s future.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UJGG2UPXW5ZARXUMLKTP44BWOI.jpg?auth=672f7acf26666073ea376007793adc10a170845171fc7aa246895649695d5314&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo released by the Lebanese Civil Defense, show Lebanese Red Cross volunteers and a Civil Defense worker sit on a excavator carrying the body of the Lebanese journalist Amal Khalil working for the daily Al-Akhbar newspaper killed in an Israeli airstrike, in al-Tiri village, south Lebanon, Wednesday, April 22, 2026. (Lebanese Civil Defense via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Uncredited</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F5JKHIFOWLCXIYBHZFQMGPCQZE.jpg?auth=8ca4aeced693d531c0329bac4c6ac683916b8f5e489542ebd0f64b666b77097d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Amal Khalil, a Lebanese journalist working for the daily Al-Akhbar newspaper, reports near a destroyed bridge in Qasmiyeh, Lebanon, March 22, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FJ4HTRTY4JJTGQ3JC66SJRNOFY.jpg?auth=206c893aadd04b001b80f39039ce42dffd9af56fbe211f3c82a7aa59dbe6a4cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A cargo ship sails in the Persian Gulf toward the Strait of Hormuz, Wednesday, April 22, 2026. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[NFL teams are almost on the clock as draft night in the Steel City has arrived]]></title><link>https://www.local10.com/sports/2026/04/23/nfl-teams-are-almost-on-the-clock-as-draft-night-in-the-steel-city-has-arrived/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/nfl-teams-are-almost-on-the-clock-as-draft-night-in-the-steel-city-has-arrived/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 12:11:12 +0000</pubDate><content:encoded><![CDATA[<p>PITTSBURGH (AP) — Put aside the mock drafts because it’s time for the real deal.</p><p>The NFL draft is here in the Steel City.</p><p>A total of 257 players will live out a dream and hear their name called over the course of the next three days, culminating a long journey that required a ton of hard of work and plenty of sacrifice.</p><p>The first round kicks off Thursday night when NFL Commissioner Roger Goodell takes the stage inside the main theater outside Acrisure Stadium and announces the Las Vegas Raiders’ selection with the No. 1 pick. Fernando Mendoza, the Heisman Trophy winner who quarterbacked Indiana to its first national title, is the consensus favorite for the Raiders. It would be a downright stunner if he’s not headed to Las Vegas.</p><p>The poised and polished Mendoza will get a chance to learn from Kirk Cousins and play for part-owner Tom Brady, the seven-time Super Bowl champion who is ready to impart some of his wisdom.</p><p>While 16 other players will enjoy the on-site festivities and have the opportunity to give Goodell a giant hug on stage, Mendoza is spending the night with his family in Miami. His mother, Elsa Mendoza, has multiple sclerosis so traveling is difficult.</p><p>“I’ve done so much traveling this year, it’s a lot easier for my mom and her health is at the forefront,” Mendoza said. “We need to hop on a plane the next day for whatever team drafts me and to be there with the village that’s poured into me — friends, family, coaches, mentors — to be there with all of them and to share the start of this NFL journey, it’s going to create the best memory for our family.”</p><p>Mendoza would be the fifth No. 1 pick in the last nine in-person drafts - 2020 was held virtually - to skip the spectacle and celebrate privately with family and friends. Travon Walker (2022), Trevor Lawrence (2021), Baker Mayfield (2018) and Myles Garrett (2017) were the others.</p><p>The biggest question is who goes No. 2 to the New York Jets. Will it be Ohio State’s Arvell Reese or Texas Tech’s David Bailey? They’re considered the two best edge rushers in the draft. Or will the Jets pull off a surprise?</p><p>After Mendoza, it could be a while until another quarterback is selected. Alabama’s Ty Simpson is expected to be the next one. He’s among the group of players in attendance and there’s a chance he might have to wait until Round 2 on Friday night.</p><p>“I can't control how people think,” Simpson said Wednesday. “All I can control is how I play and how much of a player I can be so wherever I go, whoever gets me, I'm gonna make sure that's what I do wherever that is.”</p><p>The first round should be about an hour faster than it's been because the time between picks was shortened from 10 minutes to eight minutes.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6SXMYYHWZJRLPWCC6ZD3TJPKTE.jpg?auth=8b4329ae9f6070a5e14fc8b94113d292dee0802a839649af6179163abc3ccb46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People rehearse ahead of the NFL football draft, Wednesday, April 22, 2026, in Pittsburgh. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QPKMCJE5SMRA4E3P6CLTNPZ47I.jpg?auth=7401ba9eeae3de7cf4740d7d8c30652e101d0ebd9aa54ba9e1a6bae8ac46125c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People rehearse ahead of the NFL football draft, Wednesday, April 22, 2026, in Pittsburgh. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T5TAX5K3T5I7QIABFMRVT5P6PY.jpg?auth=7424e47c492e20d124928514654a5cc7f8a7b67de1632b093a5c4d9511dc4c59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Work continues on the draft stage ahead of the NFL football draft, Wednesday, April 22, 2026, in Pittsburgh. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OVFZVDVZU3GQVFSJDHX736AEKQ.jpg?auth=eb20e502a3d0becec444a56bde2ee9896b40b12121ef37db9a582d7afb6be1c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ty Simpson, Alabama quarterback, is interviewed after the NFL's annual prospect clinic ahead of the NFL football draft Wednesday,April 22, 2026, in Pittsburgh. (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/4QC33OEUVWTMNBSFWACZI6OOCU.jpg?auth=a240b21821bfe0ba153b7298767c795908baa39dc25435e8cef96aaaad5f13b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arvell Reese, Ohio State linebacker, is interviewed after the NFL's annual prospect clinic ahead of the NFL football draft Wednesday,April 22, 2026, in Pittsburgh. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Patriots coach Mike Vrabel is seeking counseling and will miss Day 3 of the NFL draft]]></title><link>https://www.local10.com/sports/2026/04/23/patriots-coach-mike-vrabel-is-seeking-counseling-and-will-miss-day-3-of-the-nfl-draft-report-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/patriots-coach-mike-vrabel-is-seeking-counseling-and-will-miss-day-3-of-the-nfl-draft-report-says/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 12:39:12 +0000</pubDate><content:encoded><![CDATA[<p>New England Patriots coach Mike Vrabel is seeking counseling and will not be with the team for Day 3 of the NFL Draft on Saturday, following the publication of photos of the coach and longtime NFL reporter Dianna Russini at an Arizona resort.</p><p>“As I said the other day, I promised my family, this organization and this team that I was going to give them the best version of me that I can possibly give them. In order to do so, I have committed to seeking counseling, starting this weekend,” Vrabel told ESPN on Wednesday night. “This is something that I have given a lot of thought to and is something I would advise a player to do if I was counseling them.</p><p>“I have always wanted to lead by example, and I believe this is what I have to do to be the best husband, father and coach that I possibly can be. This is not an easy thing for me to admit, but it is one that I know will make me a better person. I appreciate the support that everyone has given me and promise a stronger resolve as a result.”</p><p>The Patriots confirmed Vrabel will miss the third day of the draft.</p><p>The photos of Vrabel and Russini at a Sedona resort were taken before the annual NFL meetings that began in Phoenix on March 29, according to the New York Post, which published the photos this month.</p><p>The NFL said last weekend that it is not investigating Vrabel’s behavior.</p><p>Vrabel addressed the matter for the first time on Tuesday, telling reporters he’s had “ difficult conversations with people I care about.”</p><p>Vrabel and Russini, who are both married, released written statements to the Post after the publication of the story downplaying what the photos depict. But Russini resigned from The Athletic less than a week later, after the Post’s report prompted an internal investigation at The New York Times-owned sports outlet.</p><p>Vrabel said he addressed players about the matter on Monday after they arrived for the start of the voluntary workout program. Two Patriots players were scheduled to be made available to reporters on Tuesday, but Vrabel said he wanted to speak before they did. He also said he didn’t want the interest in the Post photos to take attention away from the NFL draft, which begins Thursday.</p><p>___</p><p>AP Sports Writer Kyle Hightower contributed to this report.</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J2HLOZ4N2RO3GHNM5IUDYMEBUI.jpg?auth=f16030692f019adf992bb215bdb14230ed7e6379808e23ecf22ed1b6ca71d2ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New England Patriots head coach Mike Vrabel speaks during an NFL football press conference, Tuesday, April 21, 2026, in Foxborough, Mass. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content></item><item><title><![CDATA[More countries are turning to nuclear power 40 years after the Chernobyl disaster]]></title><link>https://www.local10.com/news/world/2026/04/23/nuclear-energy-is-having-a-global-revival-40-years-after-chernobyl/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/nuclear-energy-is-having-a-global-revival-40-years-after-chernobyl/</guid><dc:creator><![CDATA[By VLADIMIR ISACHENKOV, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:02:02 +0000</pubDate><content:encoded><![CDATA[<p>The 1986 Chernobyl disaster fueled global fears about nuclear power and slowed its development in Europe and elsewhere. Four decades later, however, there's a revival around the world, a trend that has been given a big boost by war in the Middle East.</p><p>Over 400 nuclear reactors are operational in 31 countries, while about 70 more are under construction. Nuclear power accounts for producing about 10% of the world’s electricity, equivalent to about a quarter of all sources of low-carbon power.</p><p>Nuclear reactors have seen steady improvements, adding more safety features and making them cheaper to build and operate.</p><p>While Chernobyl and the 2011 Fukushima nuclear disaster in Japan diminished the appetite for such power sources, it was clear years ago that there probably would be a revival, said Fatih Birol, executive director of the International Energy Agency.</p><p>With the war in the Middle East, “I am 100% sure nuclear is coming back,” he added.</p><p>“It’s seen as a secure electricity generation system, and we will see that the comeback of nuclear will be very strong, both in (the) Americas, in Europe and in Asia,” Birol told The Associated Press.</p><p>Nuclear energy reliance stays strong</p><p>The United States is the world’s largest producer of nuclear power, with 94 operational reactors accounting for about 30% of global generation of nuclear electricity. And it is increasing efforts to develop nuclear energy capacity with a goal to quadruple it by 2050.</p><p>“The world cannot power its industries, meet the demands of artificial intelligence, or secure its energy future without nuclear power,” U.S. Undersecretary of State Thomas DiNanno said last month.</p><p>China operates 61 nuclear reactors and is leading the world in building new units, with nearly 40 under construction with a goal to surpass the U.S. and become the global leader in nuclear capacity.</p><p>European Commission chief Ursula von der Leyen has acknowledged that it was Europe’s “strategic mistake” to cut nuclear energy and outlined new initiatives to encourage building power plants.</p><p>Russia, meanwhile, has taken a strong lead in exporting its nuclear know-how, building 20 reactors worldwide.</p><p>Chernobyl’s Reactor No. 4 exploded on April 26, 1986, while Ukraine was still part of the Soviet Union. The accident contaminated nearby areas and spewed radiation across Europe.</p><p>Ukraine still relies heavily on nuclear plants to generate about half of its electricity. Those plants have played a vital role after Russia sent troops into Ukraine in 2022. Moscow's forces have captured Ukraine's Zaporizhzhia Nuclear Power Plant, and Kyiv accused Russia of a drone attack on the protective containment structure covering the damaged Chernobyl reactor.</p><p>Japan has restarted 15 reactors after reviewing the lessons of the earthquake and tsunami that damaged the Fukushima plant, and 10 more are in the process of getting approval to restart.</p><p>South Africa has the only nuclear power plant on the African continent, although Russia is building one in Egypt, and several other African nations are exploring the technology.</p><p>“The momentum we are seeing today is the result of a growing recognition that reliable, low-carbon electricity will be essential to meet the world’s rising energy demand,” said Rafael Grossi, director general of the International Atomic Energy Agency.</p><p>EU eyes nuclear expansion</p><p>Europe sought to wean itself off Russian energy after the Ukraine conflict, but its dependence on hydrocarbons was underlined by the war in the Middle East.</p><p>The European Commission has shifted its perception of nuclear energy and views it as part of clean energy, along with wind and solar power, to achieve climate goals.</p><p>In 1990, nuclear energy accounted for about a third of Europe’s electricity; now it's only about 15%, and von der Leyen has acknowledged that its reliance on imported fossil fuels puts it at a disadvantage.</p><p>“I believe that it was a strategic mistake for Europe to turn its back on a reliable, affordable source of low-emissions power,” she said recently. “In the last years, we see a global revival of nuclear energy. And Europe wants to be part of it.”</p><p>The EU is considering the development of Small Modular Reactors. Expected to become operational in the early 2030s, they are seen as cheaper and faster to build and more flexible than traditional reactors.</p><p>France and a few other EU members, including Sweden and Finland, have spearheaded nuclear power. On the other hand, Germany, Austria and Italy are among the EU members that outlawed its use.</p><p>In a major policy reversal last year, Belgium repealed a law that demanded the closure of its reactors and extended their lifespan. Spain, meanwhile, still plans to phase out its nuclear capacity and shut down its seven operational reactors between 2027 and 2035.</p><p>France remains a nuclear powerhouse</p><p>With 57 reactors at 19 plants, France relies on nuclear power for nearly 70% of its electricity.</p><p>Successive governments have backed nuclear power as central to France’s energy independence, undeterred by the Chernobyl disaster. In 2022, President Emmanuel Macron announced plans to build six new pressurized water reactors, aiming to cut greenhouse gas emissions and support the transition to low-carbon energy.</p><p>The COVID-19 pandemic, combined with the gas supply crunch triggered by the conflict in Ukraine, “revealed the limits of deploying renewable electricity and Europe’s dependence on gas,” said Nicolas Goldberg, a partner at Paris-based Colombus Consulting.</p><p>“France has therefore been reinforced in its strategy of maintaining its existing nuclear plants, which means extending their lifespan as much as possible,” he said.</p><p>Germany stands firm in phasing it out</p><p>Decades of anti-nuclear protests in Germany, stoked by past accidents, had pressured successive governments to end using a technology that critics saw as unsafe and unsustainable. Germany switched off its last three nuclear reactors in 2023, the final step in plans that had been drawn up by governments of various political stripes over two decades.</p><p>A significant nuclear revival in Europe’s biggest economy still looks far-fetched, despite recent talk among some in Chancellor Friedrich Merz’s center-right bloc about being open to a possible future generation of small modular reactors.</p><p>“The decision is irreversible — I regret it, but that’s how it is,” Merz said, noting the plant operators's "consistent answer was: ’We are too far along with demolition.'”</p><p>Russian domestic nuclear expansion and exporting reactors</p><p>Russia has aggressively expanded its nuclear power capacity both domestically and internationally.</p><p>It has 34 operational reactors, including eight Chernobyl-type RBMK reactors, known as the light water graphite reactors, which account for about a quarter of all nuclear power generation. They have seen extensive modernizations, adding safety features to fix the inherent design flaw that, coupled with human error, triggered the Chernobyl disaster.</p><p>Key projects under construction include new units at the Kursk, Leningrad and Smolensk sites, a prospective plant in the Far East, and prospective floating nuclear units.</p><p>Russia also is building 20 reactors in Europe, Africa, Asia and the Middle East, and has signed contracts to launch construction in several other countries.</p><p>Russia has built the first nuclear reactor for neighboring ally Belarus, which has seen a third of its territory contaminated from the Chernobyl accident.</p><p>“Belarusian authorities are using the changed context and the so-called ‘nuclear renaissance’ to claim that we are acting like everyone else in the world, rather than solving the problems of Belarusians in the contaminated territories,” said Irina Sukhiy, founder of the Belarus ecological group Green Network.</p><p>___</p><p>John Leicester and Sylvie Corbet in Paris, Geir Moulson in Berlin, Gerald Imray in Cape Town, South Africa and Yuras Karmanau in Tallinn, Estonia, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ADVJGVFA7FHNPRLTRWI7YZSYAU.jpg?auth=bebfd1b9f6e0eed318f8c24a9187956221942bd5212a80c89180ea07783ed5e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Chernobyl nuclear plant is seen in an aerial view, showing the damage from an explosion and fire on April 26, 1986, that sent a radioactive plume over Europe. (AP Photo/ Volodymyr Repik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Volodymyr Repik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MKHBKDIACVKISOD2ANG4DNZGTE.jpg?auth=e5f92c09933e2fbe960b1894b70ab7e734c9e29c59ba491392a2cba01dc42f61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE – A view of the Golfech nuclear power plant in southwestern France on Aug. 6, 2015. (AP Photo/Bob Edme, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bob Edme</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BFM5XVIXHRLWPGW3E3BBAH6LCQ.jpg?auth=94837d90c30e3cda068c5265887f9c9adf3b568b7624fb1996ea0644405e9d50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A view of the closed nuclear plant of Biblis, Germany, south of Frankfurt, on March 16, 2021. (AP Photo/Michael Probst, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AGXEDXZRULSXGZT3HVZNQKQG2I.jpg?auth=151daca2afa179c042808d6a5cfeee0fde5ae13d5d89f17ab64b919b4a282d23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this photo released by Rosatom State Atomic Energy Corporation, International Atomic Energy Agency Director General Rafael Grossi, center, walks with members of his delegation and employees while visiting the Kursk Nuclear Power Plant outside the town of Kurchatov, Russia, on Aug. 27, 2024. (Rosatom State Atomic Energy Corporation via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/KMFDQKYNDKZNAOWHD56OPOG44E.jpg?auth=dcaf1dc70bd85a993d95ef231f005dc047c8c13181f4901ff9f08cdd134626ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Taishan Nuclear Power Plant in southern China's Guangdong Province is seen on June 17, 2021. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/M2IYRF7X2CEZ65USQPBELGBAZE.jpg?auth=0fa0bbd756942b6adef94f0bfcacaa69033663eb34161dc4152dc60395bde476&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A stacked area chart showing the world's nuclear energy capacity. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MPBLUYBQPRDAP26TCG53ZKFKPU.jpg?auth=6a1ad29b5f1e1ce825feba3518e4d04375db9cc3717c32308d00b9c76a450001&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A stacked bar chart showing new construction of nuclear reactors. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5DEYSBMAUVEUU6GND3MSUCCV4.jpg?auth=4689a5b56d8d02739b286558f8058c72081a5538912912bfb850f97f1205e953&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A table showing operational nuclear reactors, shut down nuclear reactors, and nuclear reactors under construction. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[US stocks hang around their record highs as oil prices swing]]></title><link>https://www.local10.com/business/2026/04/23/us-stocks-hang-around-their-record-highs-as-oil-prices-swing/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/us-stocks-hang-around-their-record-highs-as-oil-prices-swing/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 16:25:44 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The U.S. stock market is hanging around its all-time high Thursday following mixed profit reports from Tesla and other big companies. Oil prices, meanwhile, are swinging on continued uncertainty about what will happen next in the war with Iran.</p><p>The S&P 500 fell 0.1%. The Dow Jones Industrial Average was down 81 points, or 0.2%, as of 12:14 p.m. Eastern, and the Nasdaq composite was 0.3% lower after setting its own record. It's a slowdown for Wall Street following a weekslong rally that erased all its losses because of the war and then carried it to records.</p><p>Tesla dragged on the market and fell 2.3% even though it reported better results for the latest quarter than analysts expected. Investors may be focusing instead on Tesla’s increased forecast for spending this year, as it builds factories to make robots and other products.</p><p>“You should expect to see a very significant increase in capital expenditures,” Elon Musk told investors late Wednesday, “but I think well justified for a substantially increased future revenue stream.”</p><p>ServiceNow dropped even more, 17.3%, even though its results for the latest quarter matched analysts’ expectations. The company has been under pressure, along with much of the broad software industry, because of worries that rivals powered by artificial-intelligence technology could undercut its business.</p><p>But Texas Instruments helped offset those losses after breezing past analysts' expectations for profit in the latest quarter. CEO Haviv Ilan said the semiconductor company is benefiting from growth led by industrial and data center customers, and it gave forecasts for profit and revenue in the spring that cleared analysts' estimates.</p><p>The 18.3% leap for Texas Instrument's stock was the strongest single force pushing upward on the S&P 500.</p><p>In the oil market, prices swung as uncertainty continues about what will happen with the Strait of Hormuz. A ceasefire is still in place between the United States and Iran, but oil tankers aren’t able to get through the narrow waterway off Iran's coast to exit the Persian Gulf and reach customers.</p><p>The U.S. military on Thursday seized another tanker associated with the smuggling of Iranian oil, ratcheting up the standoff a day after Iran’s paramilitary Revolutionary Guards took control of two vessels in the strait. President Donald Trump also said Thursday he ordered the U.S. military to “shoot and kill” small Iranian boats that deploy mines to gum up traffic in the strait.</p><p>The price for a barrel of Brent crude, the international standard, rose 1.8% to $103.76 after bouncing between roughly $101 and $106 overnight. It’s unclear whether U.S.-Iran peace talks, previously hosted by Pakistan, would resume anytime soon.</p><p>More expensive oil has hurt airlines in particular because of the industry's already big fuel bills, and stocks diverged in the industry following the latest profit reports.</p><p>American Airlines Group rose 4.6% after reporting better profit and revenue for the latest quarter than analysts expected. Even though winter storms hurt its revenue during the first three months of the year, American said demand was strong for flights, and it saw the nine best weeks for revenue intake in its 100-year history.</p><p>Southwest Airlines, though, lost 3.2% after reporting weaker quarterly results than analysts expected. It said it would not give an updated forecast for profit this year because of “the ongoing macroeconomic uncertainty.”</p><p>Also on the losing end of Wall Street was IBM, which sank 8.8% despite reporting better profit and revenue for the latest quarter than expected. Analysts said investors were focusing on potentially discouraging numbers underneath the surface, including decelerating growth in trends for its software business.</p><p>In stock markets abroad, indexes fell across much of Europe and Asia. Hong Kong’s Hang Seng fell 0.9%, and Japan’s Nikkei 225 sank 0.7% for two of the bigger losses.</p><p>South Korea’s Kospi climbed 0.9% after the government reported better-than-expected economic growth for the start of the year, boosted by strong exports, particularly of computer chips used in the AI boom. Semiconductor supplier SK Hynix said its revenue for the latest quarter jumped more than analysts expected largely because of AI-related demand.</p><p>In the bond market, the yield on the 10-year Treasury edged down to 4.29% from 4.30% late Wednesday.</p><p>A report in the morning said slightly more U.S. workers applied for unemployment benefits last week, but the number is still at a historically healthy level. A separate, preliminary report on U.S. business output from S&P Global also suggested growth is improving a bit from its near-stagnation seen in March.</p><p>___</p><p>AP Business Writers Chan Ho-him and Matt Ott contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F477RMHPLMVRHRMRBOZT3ORHHY.jpg?auth=376c169fe46c556e0280b60166c7815d93639fc76551e206a0b20e6e823aeec4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Traders Jim Bodner, left, and Chris Lagana work on the floor of the New York Stock Exchange, Thursday, April 23, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Wyatt Johnston's double-OT deflection gives Stars 4-3 win over Wild in Game 3]]></title><link>https://www.local10.com/sports/2026/04/23/wyatt-johnstons-double-ot-deflection-gives-stars-4-3-win-over-wild-in-game-3/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/wyatt-johnstons-double-ot-deflection-gives-stars-4-3-win-over-wild-in-game-3/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 06:53:47 +0000</pubDate><content:encoded><![CDATA[<p>ST. PAUL, Minn. (AP) — Wyatt Johnston scored on a power-play deflection at 12:10 of the second overtime to give the Dallas Stars a 4-3 victory over the Minnesota Wild early Thursday for a 2-1 lead in the first-round series.</p><p>Matt Duchene tied it for Dallas on a power play midway through the third period, seconds after his backcheck on Matt Boldy averted a short-handed goal that would’ve put Minnesota up by two.</p><p>After the Wild failed to convert two overtime power plays, finishing 1 for 7 with the man advantage, the Stars took advantage of their opportunity after Danila Yurov’s delay-of-game penalty. Miro Heiskanen's shot was knocked in by Johnston for his third goal in three games — and his sixth winning goal in four career postseasons.</p><p>“It’s kind of a little blurry, but just trying to get to the net and just trying to get my stick on the puck,” said Johnston, who had a career-high 45 goals during the regular season.</p><p>The game ended at 12:54 a.m.</p><p>Radek Faksa had a close-range chance in the second overtime he poked behind Wild goalie Jesper Wallstedt, but the puck skidded straight across the crease.</p><p>Wallstedt polished off the first Stars' power play by snapping his glove around Mikko Rantanen’s shot and smothering Esa Lindell’s bad-angle attempt. Johnston then spoiled a brilliant 32-save performance by Wallstedt with his deflection.</p><p>“We definitely played well enough to win," Wallstedt said. "It’s small margins. It’s a ‘D’ shot that double tips and hits twice and goes over my shoulder. Yeah, it’s bounces, but that’s what it is.”</p><p>Seconds after the audible thump from Stars goalie Jake Oettinger’s blocker save on Brock Faber’s slap shot, the Wild had another prime opportunity to win it in the first overtime when Hughes drew a tripping penalty on Sam Steel. But even with Faksa playing most of that penalty kill without a stick, the Wild failed to generate much pressure. Jamie Benn’s holding penalty on Nick Foligno gave them another try to crack Oettinger, who finished with 28 saves.</p><p>“I had my head down, looking out of one eye, just like, ’Good Lord, get through this,'” Duchene said.</p><p>The Wild killed four penalties between Rantanen’s power play tip-in just 1:25 into the game and Duchene’s crowd-quieting snap shot that slipped between defenseman Jared Spurgeon and the near post. That included 40 seconds of a 5-on-3 after Boldy’s delay-of-game penalty late in the second period.</p><p>As soon as he left the box, Spurgeon saw an opening to start a rush that Michael McCarron finished with his first goal in the NHL playoffs to give the Wild a 3-2 lead.</p><p>Jason Robertson scored after a slick stretch pass by Duchene to put the Stars up 2-0 in the first period.</p><p>Marcus Johansson scored on a power play to start the rally less than five minutes later, and Joel Eriksson Ek had the tying goal in the second after a brilliant setup by Boldy. The U.S. Olympian, who had a career-high 42 goals during the regular season, weaved through four Stars skaters and drew a crowd behind the net before zipping the puck back into the slot for Eriksson Ek to knock in.</p><p>Entering these playoffs, the winner of Game 3 after a split of the first two games in a best-of-seven went on to win the series nearly two-thirds of the time (245 of 369) in NHL history.</p><p>The Wild, who have not advanced in the postseason since 2015, fell on the flip side of that ratio in each of their last three appearances. They won Game 3 to go up 2-1 on Vegas last year, on Dallas in 2023 and on St. Louis in 2022, before being eliminated with three straight losses every time.</p><p>This was the third time in Wild history they reached double overtime, including a 3-2 win at Dallas in Game 1 of their first-round series with the Stars in 2023.</p><p>The Wild, who have a 4-14 series record in their underwhelming playoff history, have lost 17 of their last 23 postseason home games.</p><p>“Whether we won tonight or lost tonight, this series isn’t over,” Hughes said. “It’s a really good hockey game. We had our looks. They had their looks. Just leave it at that.”</p><p>___</p><p>AP NHL playoffs: https://apnews.com/hub/stanley-cup and https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B3HFV4XB62DXUMPVRXRDLME5AE.jpg?auth=6a507fde96578a7010a5a0634874c6d6d180a30f7735f9949fd9b3167fec4d88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Stars players celebrate after the double overtime win against the Minnesota Wild of Game 3 in the first round of the NHL Stanley Cup hockey playoffs early morning Thursday, April 23, 2026, in St. Paul, Minn. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/USPWF7ZKBU5ZXD2Z2ELHN5ASRI.jpg?auth=fc7e5cde0f8bf9e8bcdac907f39fe52ee9917cc9295bbd1178d56a638ed5731d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Stars players celebrate after the double overtime win against the Minnesota Wild of Game 3 in the first round of the NHL Stanley Cup hockey playoffs early morning Thursday, April 23, 2026, in St. Paul, Minn. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3HQFX6K4INL4FOXXNLDM7XAUTE.jpg?auth=b2af4e01347a4a277380943585f6c215e9f8286d09ea130a3f9781d53915c60e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Stars goaltender Jake Oettinger (29) celebrates after the double overtime win against the Minnesota Wild of Game 3 in the first round of the NHL Stanley Cup hockey playoffs early morning Thursday, April 23, 2026, in St. Paul, Minn. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PMFHVEVZXDTASVSCRQA4COEPKI.jpg?auth=a746d17e323d866c03e489c0c626d419bf444982dcb9b000afa8754ae0d7a004&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Stars center Mavrik Bourque (22) shoots as Minnesota Wild defenseman Brock Faber (7) defends during overtime of Game 3 in the first round of the NHL Stanley Cup hockey playoffs early morning Thursday, April 23, 2026, in St. Paul, Minn. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W3LUF5S2FDBE6IOCQ7ITRRCVJM.jpg?auth=62d7f63926be137d8a08c8eae716c18119b873fa5570a2d7a36a7f6edcfde2d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Wild center Michael McCarron (47), back, left, celebrates after scoring a goal during the second period of Game 3 in the first round of the NHL Stanley Cup hockey playoffs against the Dallas Stars Wednesday, April 22, 2026, in St. Paul, Minn. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Gilgeous-Alexander scores 37 as the Thunder beat the Suns to go up 2-0 in their 1st-round series]]></title><link>https://www.local10.com/sports/2026/04/23/gilgeous-alexander-scores-37-as-the-thunder-beat-the-suns-to-go-up-2-0-in-their-1st-round-series/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/gilgeous-alexander-scores-37-as-the-thunder-beat-the-suns-to-go-up-2-0-in-their-1st-round-series/</guid><dc:creator><![CDATA[By CLIFF BRUNT, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 04:34:08 +0000</pubDate><content:encoded><![CDATA[<p>OKLAHOMA CITY (AP) — Shai Gilgeous-Alexander had 37 points and nine assists, and the Oklahoma City Thunder defeated the Phoenix Suns 120-107 on Wednesday night to take a 2-0 lead in their first-round Western Conference playoff series.</p><p>Gilgeous-Alexander scored 25 points in the series-opening win on Sunday, going 5 for 18 from the field. He bounced back in Game 2 with 13-for-25 shooting after being presented the NBA Clutch Player of the Year trophy before the game.</p><p>Chet Holmgren and Jalen Williams each added 19 points for Oklahoma City, though Williams left the game in the third quarter with a left hamstring injury and did not return. Williams, an All-Star in 2024-25, missed 30 games this season with a right hamstring injury after missing the first 19 games of the season following surgery on his right wrist.</p><p>Five higher-seeded teams had lost home games in the first week of the playoffs before Wednesday, including the top three seeds in the Eastern Conference, Detroit, Boston and New York, and the No. 2 and 3 seeds in the West, San Antonio and Denver. Oklahoma City avoided that fate by shooting 47.3% from the field and forcing 21 turnovers.</p><p>Dillon Brooks led the Suns with 30 points before fouling out in the fourth quarter. Devin Booker scored 22 points and Jalen Green added 21 for Phoenix, which will host Game 3 on Saturday.</p><p>The Thunder led 65-57 at halftime. Williams made his first six field goals and had 19 points at the break, while Gilgeous-Alexander had 17 points on 7-for-13 shooting.</p><p>The action picked up early in the second half as Brooks and Oklahoma City's Lu Dort — both members of Canada's national team — got double technical fouls after a brief skirmish following a made free throw.</p><p>Holmgren started the second half hot. He scored eight points in just over four minutes to help the Thunder go up 77-63 and force a Phoenix timeout. Oklahoma City extended the lead to 100-77 at the end of the third quarter.</p><p>Oklahoma City pushed the lead to 26 points early in the fourth quarter before Phoenix made a final push. Booker made a pull-up jumper and was fouled. He missed the free throw, but he rebounded and made a mid-range jumper to cut Oklahoma City's lead to 110-97 with five minutes to play. The Suns got no closer than 10 points.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZS733ZOT4RHTPTT2EMKLZE7DKU.jpg?auth=171f848311c2b9be900ab8585a962fb25060933bb789a026c8b25a8aa09de972&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma City Thunder guard Shai Gilgeous-Alexander, right, drives past Phoenix Suns forward Oso Ighodaro during the second half in Game 2 of a first-round NBA playoffs basketball series Wednesday, April 22, 2026, in Oklahoma City. (AP Photo/Kyle Phillips)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Phillips</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TVOHLXE64RQHH33JT33LPAUWCQ.jpg?auth=c30abb35c31a7008b2aed6eabca7064814bb336bddcbec50d6f1a40685043c33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma City Thunder guard Shai Gilgeous-Alexander, right, drives past Phoenix Suns guard Jalen Green during the second half in Game 2 of a first-round NBA playoffs basketball series Wednesday, April 22, 2026, in Oklahoma City. (AP Photo/Kyle Phillips)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Phillips</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XXT2BRYCFLNDJWXX67TV3M7ELM.jpg?auth=4e1305fba907e717ee01fc438919fa8660fab902f08e6235afcfa6188f8e319f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Phoenix Suns guard Jalen Green (4) drives past Oklahoma City Thunder center Chet Holmgren (7) during the first half in Game 2 of a first-round NBA playoffs basketball series Wednesday, April 22, 2026, in Oklahoma City. (AP Photo/Kyle Phillips)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Phillips</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YR4E4E5JIO5KWTKJZCC4H72MRU.jpg?auth=dbec20de4c7799f8c7d3e8430ffbe03d29e3945572403c8390a41df7e0c301a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma City Thunder center Chet Holmgren, left, dunks over Phoenix Suns guard Jalen Green during the second half in Game 2 of a first-round NBA playoffs basketball series Wednesday, April 22, 2026, in Oklahoma City. (AP Photo/Kyle Phillips)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Phillips</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BHULD5DHBRTTC3KEYTRHATSQII.jpg?auth=d3264f87c935445aabbbea1697a2f1e055ee9cdfdc6352864e2e9feda3bf3df2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Phoenix Suns guard Devin Booker, right, srives past Oklahoma City Thunder guard Isaiah Joe during the first half in Game 2 of a first-round NBA playoffs basketball series Wednesday, April 22, 2026, in Oklahoma City. (AP Photo/Kyle Phillips)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Phillips</media:credit></media:content></item></channel></rss>