<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Fri, 24 Apr 2026 11:58:07 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Federal fugitive captured in Hialeah after tasing, multi-agency search]]></title><link>https://www.local10.com/news/local/2026/04/23/federal-fugitive-captured-in-hialeah-after-tasing-multi-agency-search/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/federal-fugitive-captured-in-hialeah-after-tasing-multi-agency-search/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[A federal fugitive authorities had been searching for is now in custody.]]></description><pubDate>Fri, 24 Apr 2026 02:17:26 +0000</pubDate><content:encoded><![CDATA[<p>A federal fugitive authorities had been searching for is now in custody.</p><p>Cellphone video captured the moment bystanders reacted, with one saying, “the trouble is over,” as the suspect fell face-first onto the road after being tased. Officers then rushed in and swarmed him.</p><p>Hialeah police say their K-9 unit was assisting Florida Highway Patrol near a Walgreens at West 68th Street and 12th Avenue when an officer spotted the man, who troopers idenfitifed as 41-year-old Yam Perera Nunez. </p><figure><img src="https://www.local10.com/resizer/v2/D5ZP7FWL65B6BCD4MP7FESBHPY.jpg?auth=138c92eff31513cc2001d1f6548c2dce160cd25bab580d5eb19631dfd60390c3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Florida Highway Patrol says troopers tried to pull him over during a traffic stop on Okeechobee Road in the Pembroke Road area a day earlier, but he refused to stop. </p><p>Investigators say during the pursuit Perera Nunez abandoned his truck on Northwest 137th Avenue and ran off on foot.</p><p>Sky 10 was overhead during that search and spotted troopers and ICE agents in the area looking for him before he was eventually arrested. </p><p>Authorities say this was not Perera Nunez’s first encounter with law enforcement.</p><p>Back at the multi-agency arrest outside the Walgreens, authorities were seen towing a sports car with front-end damage. Witnesses said they were stunned by what unfolded in front of them.</p><p>Authorities say Perera Nunez faces a long list of federal charges, including aggravated assault, aggravated fleeing and eluding, battery, resisting arrest with violence and grand theft.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[The Latest: Standoff intensifies in Strait of Hormuz after Trump issues ‘shoot and kill’ order]]></title><link>https://www.local10.com/news/world/2026/04/24/the-latest-standoff-intensifies-in-strait-of-hormuz-after-trump-issues-shoot-and-kill-order/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/24/the-latest-standoff-intensifies-in-strait-of-hormuz-after-trump-issues-shoot-and-kill-order/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Tensions in the standoff between the U.S. and Iran over the Strait of Hormuz intensified Friday after U.S. President Donald Trump said he ordered the U.S. military to “shoot and kill” Iranian small boats in the strait]]></description><pubDate>Fri, 24 Apr 2026 11:07:32 +0000</pubDate><content:encoded><![CDATA[<p>Tensions in the standoff between the U.S. and Iran over the Strait of Hormuz intensified Friday after U.S. President Donald Trump said he ordered the U.S. military to “shoot and kill” Iranian small boats in the strait, while Iran pushed back on Trump’s claim there was a leadership rift in the Islamic Republic.</p><p>“In Iran there are no ‘hard-liners’ or ‘moderates’. We are all Iranians and revolutionaries,” Iran’s President Masoud Pezeshkian and Speaker of Parliament Mohammad Bagher Qalibaf wrote in almost identical social media statements.</p><p>Since the killing of Supreme Leader Ali Khamenei in the first strike of the war on Feb. 28, it has been unclear who in Iran wields ultimate authority over its collection of civilian figures and powerful generals who appear to be in charge.</p><p>Trump also said Thursday evening that Israel and Lebanon agreed to extend a ceasefire between Israel and Hezbollah by three weeks after talks at the White House.</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>Indonesian peacekeeper dies in Lebanon weeks after being wounded</p><p>The U.N. peacekeeping force deployed in southern Lebanon, or UNIFIL, says Corporal Rico Pramudia, 31, died at a Beirut hospital after he was critically wounded following a projectile explosion in his base in Adchit al-Qusayr, southern Lebanon, on March 29.</p><p>The attack in Adchit al-Qusayr also killed an Indonesian peacekeeper.</p><p>Two other Indonesian peacekeepers were also killed in southern Lebanon shortly after.</p><p>Drones reportedly fired from Iraq struck sites in Kuwait</p><p>Kuwait says explosive drones launched from Iraq have struck two sites on the northern land border Friday morning.</p><p>The Kuwait army said on X that the drones caused material damage, but that there were no reports of casualties.</p><p>Residents frustrated with ongoing security restrictions in Pakistan</p><p>A weeklong, lockdown-like security clampdown in Pakistan’s capital Islamabad and nearby Rawalpindi has sparked frustration among residents, who urged authorities to ease restrictions so they can resume normal commutes.</p><p>Roads leading into Islamabad’s heavily guarded Red Zone have appeared deserted at times, with concrete barricades, barbed wire and security personnel dominating normally busy corridors. The absence of routine traffic has added to a sense of disruption in the twin cities.</p><p>“We were happy that Pakistan is hosting these talks to end the war between America and Iran. But now almost a week has passed, and it takes me one to two hours instead of 30 minutes, depending on traffic, to reach home from Islamabad to Rawalpindi,” said Sher Khan, a lift operator at a shopping plaza.</p><p>There is still no official word on exactly when the talks will take place.</p><p>Authorities have deployed thousands of police and paramilitary troops since last weekend.</p><p>While Pakistan is still trying to secure Iran’s participation, there has been no confirmation yet on when Tehran will send its delegation. The visit by the U.S. delegation is also on hold.</p><p>Beirut residents call for peace in south Lebanon</p><p>Some residents in Beirut believe south Lebanon should be included in a ceasefire between Israel and militant group Hezbollah.</p><p>They said a deal will not be sustainable without a lasting truce between Iran and the United States.</p><p>“It is not related to Hezbollah and Israel, but to Iran and the US. If they reach an agreement, the whole of the Middle East will be calm, but if not, there will be escalation in Lebanon and the rest of the world,” Joe Ghafari said.</p><p>Diala Ammar said it is “unfair” for the south to stay at war while the rest of the country “lives normally.”</p><p>Israeli forces occupying a strip of territory extending several miles into southern Lebanon have continued strikes, while Hezbollah has attacked Israeli forces there.</p><p>Pakistan repays $3.45 billion in UAE deposits</p><p>Pakistan completed repayment of $3.45 billion in deposits to the United Arab Emirates, returning a final $1 billion tranche, Pakistan’s central bank said Friday.</p><p>Pakistan had to arrange $3 billion in fresh financing from Saudi Arabia to support its foreign reserves.</p><p>The UAE placed the deposits with Pakistan in 2018 to bolster foreign exchange reserves.</p><p>The repayment comes weeks after the UAE asked Pakistan to return the funds without publicly explaining the reason for the abrupt request.</p><p>Media reports in Pakistan suggested the UAE’s request was linked to geopolitical differences over regional developments, though the government in Islamabad has downplayed such claims, maintaining that bilateral ties remain strong..</p><p>Iran’s foreign minister talks with Pakistani officials</p><p>Iran’s top diplomat has called Pakistani officials over the ceasefire in the war with the United States and Israel.</p><p>A statement Friday said Iranian Foreign Minister Abbas Araghchi spoke with Pakistan’s Foreign Minister Ishaq Dar and Field Marshal Asim Munir, Pakistan’s army chief.</p><p>Araghchi’s statement said the men spoke about “regional developments and issues related to the ceasefire,” without elaborating.</p><p>Hours later, a statement on behalf of Dar acknowledged the call, saying “both sides exchanged views on regional developments, the ceasefire, and ongoing diplomatic efforts being pursued by Islamabad in the context of U.S.-Iran engagement.”</p><p>Pakistan has been trying to get American and Iranian officials back to the negotiating table in Islamabad, where they had hoped to have talks earlier this week that didn’t materialize.</p><p>EU’s top diplomat notes risk of ‘weaker’ US-Iran deal</p><p>European Union foreign policy chief Kaja Kallas said peace negotiations between the United States and Iran are at risk of forging a “weaker” agreement than one struck a decade ago.</p><p>“If the talks are only about the nuclear (issue) and there are no nuclear experts around the table, then we will end up with an agreement that is weaker than the JCPoA was,” Kallas said Friday in Cyprus, referring to a 2015 deal struck during the Obama administration that Trump pulled the U.S. out of in 2018.</p><p>Kallas said if negotiators do not table Iran’s “missile programs, their support to proxies, and also hybrid and cyber activities in Europe” there is a possibility “we will end up with a more dangerous Iran.”</p><p>Medical aid convoy departs Turkey for Iran</p><p>A medical aid convoy left Turkey headed for Iran, an official told Turkey’s state-run Anadolu news agency on Friday.</p><p>The six trucks departed Van in eastern Turkey to pass through the Gurbulak border crossing, Van Health Director Muhammed Tosun said.</p><p>“The materials include medicines and medical supplies,” Tosun said.</p><p>“We previously sent three trucks. With today’s trucks, a total of nine trucks of aid materials will have been delivered to our Iranian colleagues to serve their citizens,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3HXM6C5ZSIVV4TFVVXLUNP7AIM.jpg?auth=f04f5c07aac575f01318ad5f5e9940e777161db9bc33aab49c6266a3d72c856d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A container ship is seen in the Strait of Hormuz off the coast of Qeshm Island, Iran, Saturday, April 18, 2026. (AP Photo/Asghar Besharati)]]></media:description><media:credit role="author" scheme="urn:ebu">Asghar Besharati</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HX3X6X4SLP2NZSH7VIWYS6M5AQ.jpg?auth=59c16c5f53796ec46604448bea2b770edb3d5cdbe21d8fe9194492d962ae3fe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Israeli Ambassador to the U.S. Yechiel Leiter, Vice President JD Vance, Secretary of State Marco Rubio, and Lebanese Ambassador to the U.S. Nada Hamadeh Moawad, listen to President Donald Trump speak in the Oval Office at 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><media:content url="https://www.local10.com/resizer/v2/UHW3KAPM6SRRRBITFZ52QGDLCU.jpg?auth=d341c372e56fbdabeff2ed3c75636c0e9a335000b651fc16d13d92bbd95dc645&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Ambassador to Lebanon Michel Issa, right, speaks as Secretary of State Marco Rubio and Lebanese Ambassador to the U.S. Nada Hamadeh Moawad, listen during a meeting between the ambassadors of Israel and Lebanon in the Oval Office at 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><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[Residents file suit against 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, Christina Vazquez]]></dc:creator><description><![CDATA[City of Miami commissioners met Thursday and voted 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 met Thursday and voted on a contract extension for Ultra Music Festival.</p><p><a href="https://www.local10.com/espanol/2026/04/23/residentes-presentan-demanda-contra-propuesta-de-extension-de-20-anos-de-ultra-con-la-ciudad-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/residentes-presentan-demanda-contra-propuesta-de-extension-de-20-anos-de-ultra-con-la-ciudad-de-miami/">Leer en español</a></p><p>The extension is for a proposed 20-year operating agreement for the annual downtown event. </p><p>Commissioners passed the item after amending it to examine the 20-year extension at five-year intervals. </p><p>“Originally the proposal was for two 10-year periods, so it was amended for four five years with a check-in every five years” said Ultra Chief of Security Ray Martinez. “So we have to present a report to the commission so they have to take action. Remember it is a revocable license so they are able to do it as a commission as a whole.”</p><p>The Downtown Neighbors Alliance pushed 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, the DNA has filed a complaint against Ultra “related to its obligations under the existing settlement agreement.”</p><p>Local 10 News reached out to Ultra for comment, and their full statement can be read below:</p><blockquote><p>Ultra will vigorously defend against the lawsuit filed by the Downtown Neighbors Alliance, Inc. (“DNA”).</p><p>Ultra has complied with all applicable requirements governing sound level, including those set forth in the Revocable License Agreement (“RLA”) with the Bayfront Park Management Trust and applicable City of Miami ordinances. The event has operated within the parameters established by the City, supported by continuous monitoring and real-time coordination.</p><p>Ultra has also participated in multiple community meetings, including those requested by neighborhood associations and those convened at the direction of City Commissioners, consistent with its longstanding practice of community engagement.</p><p>&nbsp;For nearly three decades, Ultra has operated in the City of Miami in partnership with the City and other stakeholders, setting the standard for responsible, large-scale event production. Ultra is a signature event that has become synonymous with Miami’s culture.</p><p>Ultra’s efforts to mitigate impacts are community-wide, reflecting a commitment to all Downtown stakeholders. That approach has earned the support of the Miami DDA, the Bayfront Park Management Trust, and other significant stakeholders.</p><p>Ultra looks forward to continuing its long-standing parentship with the City and the Bayfront Park Management Trust.</p><p>Ultra will continue to act as a responsible neighbor, independent of any formal agreement or arrangement with the DNA or any other resident group, and irrespective of this lawsuit.</p><p class="citation">Ultra Music Festival</p></blockquote><p><u><b>ADDITIONAL LINKS</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><a href="https://miamifl.iqm2.com/Citizens/Detail_LegiFile.aspx?Frame=&amp;MeetingID=4144&amp;MediaPosition=&amp;ID=19001&amp;CssClass=" target="_self" rel="" title="https://miamifl.iqm2.com/Citizens/Detail_LegiFile.aspx?Frame=&amp;MeetingID=4144&amp;MediaPosition=&amp;ID=19001&amp;CssClass=">Agenda summary and legislation </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[Correspondents' Dinner's biggest moments involve laughs, cringing and high-stakes politics]]></title><link>https://www.local10.com/entertainment/2026/04/24/correspondents-dinners-biggest-moments-involve-laughs-cringing-and-high-stakes-politics/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/24/correspondents-dinners-biggest-moments-involve-laughs-cringing-and-high-stakes-politics/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 11:20:58 +0000</pubDate><content:encoded><![CDATA[<p>The White House Correspondents' Dinner has had multiple iterations since it began a few years after World War I.</p><p>Washington’s premier soiree on Saturday is most identified by its modern form: a red carpet for the capital’s journalism elite, political staffers and an assortment of American business leaders and celebrities — with the leader of the free world and a comedian offering roasts.</p><p>Some years are forgettable and relegated to C-SPAN archives. Others produce viral moments — funny, cringeworthy or undeniably tense — and endure across social media.</p><p>Here’s a look at some of that history as Donald Trump prepares for the first time to attend as president:</p><p>Ronald Reagan once gave up the chance to rebut a comedian</p><p>As a former Hollywood actor, the 40th president had a magnetic stage presence and easy manner with a joke, and it was during Reagan’s presidency that comedians became an annual part of the dinner.</p><p>In 1983, Mark Russell, whose satire was a PBS staple, offered relatively tame jabs at Reagan. “There is another speaker following me,” he opened, “and so it is quite an honor for me to be doing the warmup for my chief writer here.”</p><p>When it was the president's turn, Reagan demurred. He reminded the audience that he’d made “a sad journey” to Andrews Air Force Base earlier that day to receive the remains of the Americans killed in the April 18 bombing of the U.S. Embassy in Lebanon.</p><p>“I realize the original plan was that I would, in a sense, sing for my supper. In fact, I was prepared, not really to sing, but to do what you expected,” Reagan said, before explaining that it would be inappropriate for him to deliver humorous remarks. “If you’ll forgive us,” he said, “I’ll keep my script, and I hope you’ll give us a rain check, and it’ll still be appropriate next year.”</p><p>Dana Carvey and George H.W. Bush: A rare friendship</p><p>Presidents have been lampooned on NBC’s “Saturday Night Live” since Chevy Chase first depicted Gerald Ford in 1975. But Dana Carvey and President George H.W. Bush set the standard.</p><p>Carvey, who also played the iconic Church Lady, embellished the 41st president’s nasal tone and patrician air to caricature his signature phrases: “Not gonna do it. Wouldn’t be prudent.”</p><p>Bush became a fan. He and Carvey sat together at Bush's last dinner as president, in 1992. After he lost to Bill Clinton that November, the president invited Carvey to the White House for a Christmas party. The two remained friends.</p><p>George W. Bush jokes about weapons of mass destruction</p><p>In 2004, American forces remained in Iraq after the 43rd president ordered an invasion based on assertions that Saddam Hussein had weapons that threatened U.S. security.</p><p>By the time of the annual dinner, it was apparent those claims were overblown. Bush made light of the situation with pictures of him looking around the White House for Saddam’s weapons.</p><p>“Those weapons of mass destruction have got to be here somewhere,” he said as one slide showed him looking under furniture in the Oval Office.</p><p>The audience laughed and applauded. Some veterans, including then-Sen. John Kerry, a 2004 presidential nominee, were not amused. Bush defeated Kerry that November anyway.</p><p>Colbert skewers Bush and the media</p><p>Not long into his second term, Bush sat uncomfortably as Stephen Colbert, then a Comedy Central host, hammered him with an aggressiveness unusual for the dinner.</p><p>“The greatest thing about this man is he’s steady,” Colbert said in 2006. “You know where he stands. He believes the same thing Wednesday that he believed on Monday, no matter what happened Tuesday. Events can change; this man’s beliefs never will.”</p><p>He sarcastically urged Bush to ignore his approval ratings, then in the low 30s: “We know that polls are just a collection of statistics that reflect what people are thinking in reality. And reality has a well-known liberal bias.”</p><p>Colbert lambasted the dinner hosts, too, suggesting Washington media protected the Bush administration.</p><p>“Over the last five years you people were so good — over tax cuts, WMD intelligence, the effect of global warming. We Americans didn’t want to know,” Colbert said, “and you had the courtesy not to try to find out.”</p><p>A Trumpian dinner without Trump</p><p>During his first White House term, Trump broke the long streak of presidential attendance. Comedian Michelle Wolf targeted him anyway.</p><p>“It’s 2018, and I’m a woman, so you cannot shut me up — unless you have Michael Cohen wire me $130,000,” she cracked, referencing payments made to keep an adult film star from disclosing her allegations of a sexual encounter with Trump.</p><p>When the audience groaned at her crassness, Wolf quipped, “Yeah, shoulda done more research before you got me to do this.”</p><p>With Trump absent, his press secretary and now-Arkansas Gov. Sarah Huckabee Sanders sat at the head table and at the center of Wolf’s routine. Wolf compared Sanders’ role for Trump to being a character in “The Handmaid’s Tale,” a dystopian novel about an authoritarian, misogynistic society.</p><p>Her harshest barb riffed on a famous Maybelline mascara ad.</p><p>“I actually really like Sarah. I think she’s very resourceful,” Wolf said. “But she burns facts and then she uses that ash to create a perfect smoky eye. Like maybe she’s born with it; maybe it’s lies. It’s probably lies.”</p><p>Trump, who was in Michigan, called the routine “disgusting.”</p><p>Within hours, the Correspondents’ Association issued a statement saying the dinner is meant to celebrate “our common commitment to a vigorous and free press while honoring civility, great reporting and scholarship winners” and saying Wolf’s monologue "was not in the spirit of that mission.”</p><p>Sanders rekindled the moment earlier this year at Washington Gridiron, another annual politics-journalism event. “I’m proud to note that color has really taken off,” she said. “In fact, it’s the exact same thing worn by Vice President JD Vance.”</p><p>Obama vs. pre-presidential Trump</p><p>Despite not yet attending as president, Trump's had his moment at the dinner.</p><p>In 2011, he helped lead the birther movement against then-President Barack Obama. Trump used social media and frequent Fox News Channel appearances to push the false narrative that the first Black president was born in Kenya and not a natural-born U.S. citizen.</p><p>But at the Washington Hilton, Obama had the lectern — and he used it with Trump sitting in front of him.</p><p>“Tonight, for the first time, I am releasing my official birth video,” Obama deadpanned, before showing the opening scene of Disney’s “The Lion King,” when the royal cub Simba is presented on the savanna.</p><p>Obama then turned his fire directly on the reality TV star.</p><p>“No one is happier, no one is prouder to put this birth certificate matter to rest than the Donald,” Obama said. “And that’s because he can finally get back to focusing on the issues that matter. For example, did we fake the moon landing? What really happened in Roswell? And where are Biggie and Tupac?”</p><p>As cameras captured a dour Trump, Obama mocked Trump’s role on “Celebrity Apprentice.”</p><p>“We all know about your credentials and breadth of experience,” the president said, marveling that Trump had to decide who to blame when “the men’s cooking team cooking did not impress the judges from Omaha Steaks.”</p><p>“These are the kind of decisions that would keep me up at night,” Obama concluded. “Well handled, sir. Well handled.”</p><p>Trump glared icily.</p><p>By November 2012, as Obama prepared for his second term, Trump had filed a trademark application for the phrase he would emboss in the national culture four years later: “Make America Great Again.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WE2XBCNK27VQP7QX43YAXWG5VM.jpg?auth=40c00f3c8a75d6ae133c7a46904f9d327b43482e56dad7458d06902b18d5a326&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Ronald Reagan watches as first lady Nancy Reagan comments from the podium during the White House Correspondents' Association annual dinner on April 23, 1987, in Washington. (AP Photo/Charles Tasnadi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Tasnadi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F4M2BLLQ6GHGPXF2GWTX5B4L5A.jpg?auth=70dbe6c4e5f64f6bb87ef309eaf010e00103c949ae1f6f167646ba8edbd0edec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Comic Dana Carvey, left, shows President George H.W. Bush how to imitate himself, Dec. 8, 1992, at the White House in Washington. (AP Photo/Dennis Cook, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dennis Cook</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YDU4JEYEN5OAW5KHMCFOINP3DM.jpg?auth=c24861b27e95426c195e88041e74ff133f2ded161d10c6e9076746c97162edef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President George W. Bush laughs as comedian Jay Leno tells jokes at the annual White House Correspondents Association Dinner in Washington, on May 1, 2004. (AP Photo/Gerald Herbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SN5YMYRRWKYU5AT5Q3G6MBIC7I.jpg?auth=2cafe6bd61e48999ce408a23be63b097a3af16b0e4988700470563f90a660ea8&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 makes a face as they show his video during his speech at the White House Correspondents' Association Dinner in Washington, April 30, 2011. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TGU6FJXYFMOPJYPBUXU6W2MIJU.jpg?auth=29b61ab152a6db298d50da700d15d9ac023d7e6e7dd98697a52786f93ef8b7c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump boards Air Force One during his departure from Andrews Air Force One Base, Md., April 28, 2018. Trump traveled to Michigan to speak at a rally on the same night as the White House Correspondent's Dinner, the second straight year Trump as skipped the event with the White House Press Corps. (AP Photo/Pablo Martinez Monsivais, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pablo Martinez Monsivais</media:credit></media:content></item><item><title><![CDATA[Las Olas Food and Wine Festival marks 30 years with street takeover, 200 culinary tents]]></title><link>https://www.local10.com/features/2026/04/24/las-olas-food-and-wine-festival-marks-30-years-with-street-takeover-200-culinary-tents/</link><guid isPermaLink="true">https://www.local10.com/features/2026/04/24/las-olas-food-and-wine-festival-marks-30-years-with-street-takeover-200-culinary-tents/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[If you’re looking for a night out with great food, wine and a good cause, Las Olas is the place to be.]]></description><pubDate>Fri, 24 Apr 2026 11:02:33 +0000</pubDate><content:encoded><![CDATA[<p>If you’re looking for a night out with great food, wine and a good cause, Las Olas is the place to be.</p><p>The Las Olas Food and Wine Festival is celebrating 30 years by turning four blocks of Las Olas Boulevard into a walkable foodie playground — all for a good cause.</p><p>For one night, the street transforms into a full-scale food and wine experience, featuring more than 50 restaurants and about 200 culinary tents serving up their best bites.</p><p>“It’s such a great time. You get to see, touch, taste different foods, drink some great wine,” said Peter Lopez, director of operations at Shooters Waterfront.</p><p>As guests eat and sip their way down the street, they’re also giving back. The festival benefits the American Lung Association.</p><p>“I think it’s a great time for the community to come out for a great cause, the American Lung Association,” Lopez said. “It’s the camaraderie with the al fresco dining lifestyle that we have going on down here. You have 200 great culinarians putting their best foot forward, and you get to meet the chefs that are cooking it. And the winemakers are there.”</p><p>The event also highlights Fort Lauderdale’s growing food scene.</p><p>“There are so many great restaurants that are popping up, and some great culinarians are coming up,” Lopez said. “Fort Lauderdale wasn’t really known for its great culinary scene like Miami is, but we’re upcoming. We’re very small, but a very tight community. We’ve got some great restaurants and restaurateurs that have come in. It’s a great experience to try something you might not have had a chance to visit but have heard about.”</p><p>Among the participating restaurants is Shooters Waterfront, a South Florida staple.</p><p>“We’ve been around 44 years. We were around in the heyday when Fort Lauderdale was wild, crazy and untamed. We like to say we’ve grown up,” Lopez said. “We’ve taken our cuisine and elevated it. No more burgers, beers and bikinis — we have true culinarians. My chefs have been with me for 10 to 11 years.”</p><p>Shooters will feature dishes in the VIP section, including a lobster roll and a creamy risotto topped with sliced prime rib and veal glacé.</p><p>“Our fan favorite — how can you not go to South Florida and have a lobster roll?” Lopez said. “There are different versions out there, but for us, the lobster is the star of the show.”</p><p>In honor of its 30th anniversary, the festival will also feature a 1990s-themed area, paying homage to the era when the event was founded.</p><p>Tickets are available online, with discount code RESTAURANT by <a href="https://lasolaswff.com/" target="_self" rel="" title="https://lasolaswff.com/">clicking here</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[US launches sweeping crackdown on Southeast Asia cyberscams and sanctions Cambodian senator]]></title><link>https://www.local10.com/news/world/2026/04/24/us-launches-sweeping-crackdown-on-southeast-asia-cyberscams-and-sanctions-cambodian-senator/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/24/us-launches-sweeping-crackdown-on-southeast-asia-cyberscams-and-sanctions-cambodian-senator/</guid><dc:creator><![CDATA[By GRANT PECK, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 11:00:42 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — U.S. officials have announced a sweeping crackdown on Southeast Asian cyberscam operations as part of what U.S. Attorney Jeanine Pirro characterized Friday as a “new theater of war” launched by the Trump administration against Chinese transnational organized crime.</p><p>The crackdown, led by a U.S. government Scam Center Strike Force, includes the Treasury Department's sanctioning of a prominent lawmaker and 28 other people and companies accused of operating from Cambodia. Criminal charges also were filed against two Chinese nationals involved in a similar operation in Myanmar.</p><p>The initiative includes a warrant to seize and shut down a major online recruitment channel on the Telegram messaging app and freezing hundreds of millions of dollars in illicit assets, Pirro said in a virtual press conference connecting her from Washington to journalists in Asia.</p><p>Cybercrime has flourished in Southeast Asia in recent years, particularly in Cambodia and Myanmar, with illegal operations making mammoth profits from victims around the world, according to United Nations experts and other analysts. Americans lost nearly $21 billion to cyber-enabled crimes and online scams in 2025 alone, according to the Federal Bureau of Investigation.</p><p>The illicit industry is closely involved in human trafficking, with foreign nationals employed to run romance and cryptocurrency scams, often after being recruited with false offers of legitimate jobs and then forced to work in conditions of near-slavery.</p><p>The Scam Center Strike Force comprises Pirro’s U.S. Attorney’s Office for the District of Columbia, the Department of Justice’s Criminal Division, the FBI and the U.S. Secret Service.</p><p>The most prominent target of the crackdown is Kok An, a Cambodian senator and prominent businessman described by the Treasury Department as a “scam center kingpin."</p><p>The department's Office of Foreign Assets Control announced sanctions against Kok An and associates for their roles in a network that has allegedly defrauded U.S. citizens of millions of dollars. They include blocking Kok An’s assets in the United States and prohibiting U.S. entities from doing business with him.</p><p>The Associated Press was unable to contact Kok An or any of his representatives for comment.</p><p>“His Excellency Kok An is a Cambodian Senator and he was elected by elections, and as a senator he has parliamentary immunity," said Chea Thyrith, a Cambodian Senate spokesperson, who added that only the U.S. side could speak clearly about the sanctions.</p><p>Kok An is at least the second Cambodian senator to be sanctioned by the U.S. In 2024, Washington acted against another top tycoon, Ly Yong Phat, who also was accused of being connected with forced labor, human trafficking and lucrative online scams.</p><p>Pirro said the latest crackdown was set in motion in November when FBI agents sent to Thailand accessed copious evidence seized from an abandoned scam center in Myanmar, including more than 8,000 phones and 1,500 computers.</p><p>That led to charges of wire fraud conspiracy against two Chinese nationals, Huang Xing Shan and Jiang Wen Jie, who were managers of the compound before seeking to reestablish their operations in Cambodia. They are being held by Thai authorities for immigration violations and the U.S. is seeking their extradition, Pirro said.</p><p>Cambodian lawmakers unanimously adopted a new law in March targeting online scam operations with up to life in prison, following a government pledge to shut down the centers by the end of April.</p><p>In January, Cambodia extradited to China another alleged scam kingpin, Chen Zhi, the founder of business and banking conglomerate Prince Holding Group, even though U.S. authorities had sought custody after indicting him last year for allegedly running a huge scam operation.</p><p>___</p><p>Sopheng Cheang in Phnom Penh, Cambodia, and Michael Kunelman in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UALCL3LWWRLOS4Q2DGLJJCR2V4.jpg?auth=f7ba5244b1cc8c6a9a62842337322478fc1865ad0f6002f68b965214a93f36cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -A Thai solider inspects a work station inside a scam center in O'Smach, Cambodia, Feb. 2, 2026, (AP Photo/Sakchai Lalit), File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4MB55H5TMPV7RY7PNTMMKX6PUA.jpg?auth=380ecab586b777c8ba9b771034e69612f90dc859d26ddbd478b7471314c3d688&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Cambodian tycoons, Senator Kok An, right, Ly Yong Phat, second from right, Lao Meng Khin, center, sit as they attend a ceremony to mark International Anti-Drug Day in Phnom Penh Cambodia, T, June 26, 2012. (AP Photo/Heng Sinith, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heng Sinith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M4ULLWC4XVFOANVR7VPPWNRMKE.jpg?auth=8c570babd54c367fbee775b100399f1518e64ebf939e39bd0d5ffaf22a71d44c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -U.S. Attorney for the District of Columbia Jeanine Pirro arrives at The Mar-a-Lago Club, Feb. 1, 2026, in Palm Beach, Fla., to attend the wedding of White House deputy chief of staff Dan Scavino and Erin Elmore, the director of Art in Embassies at the U.S. Department of State. (AP Photo/Mark Schiefelbein), File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Trump is extending the Jones Act waiver for 90 days]]></title><link>https://www.local10.com/news/world/2026/04/24/pakistan-forges-ahead-with-diplomatic-efforts-to-bring-iran-and-us-together-for-talks/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/24/pakistan-forges-ahead-with-diplomatic-efforts-to-bring-iran-and-us-together-for-talks/</guid><dc:creator><![CDATA[By MUNIR AHMED, JON GAMBRELL, and DAVID RISING, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 11:45:32 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The White House said that Trump issued a 90-day extension to the Jones Act waiver, making it easier for non-American vessels to transport oil and natural gas in the wake of the Iran War.</p><p>Trump first announced a 60-day waiver in mid-March and the move has been seen as helping to stabilize energy prices and making it easier for more ships to travel to the U.S. following the effective closure of the Strait of Hormuz.</p><p>The post on social media by a White House press aide said: “New data compiled since the initial waiver was issued revealed that significantly more supply was able to reach U.S. ports faster.”</p><p>THIS IS A BREAKING NEWS UPDATE. AP’s earlier story follows below.</p><p>ISLAMABAD (AP) —</p><p>Iran’s top diplomat is expected to travel to Pakistan by this weekend for talks, two Pakistani officials told The Associated Press on Friday.</p><p>The officials declined to provide any other details about Iranian Foreign Minister Abbas Araghchi’s visit, other than to say he would be accompanied by a small government delegation and could arrive as soon as Friday.</p><p>Pakistan has been trying to restart ceasefire talks between Iran and the United States.</p><p>The officials spoke on condition of anonymity because they were not authorized to speak to the media.</p><p>THIS IS A BREAKING NEWS UPDATE. AP’s earlier story follows below.</p><p>ISLAMABAD (AP) —</p><p>Iran’s top diplomat and Pakistani officials on Friday talked over details of the ceasefire in the war with the United States and Israel, part of an effort by Islamabad to get Tehran to send a delegation for a second round of negotiations with Washington.</p><p>Pakistan has been trying to get American and Iranian officials back to the table but talks that had been hoped for earlier this week didn’t materialize. U.S. President Donald Trump announced an indefinite extension of the ceasefire with Iran at Pakistan's request earlier this week as it sought more time for diplomatic outreach.</p><p>That hasn't lowered tensions in the Strait of Hormuz, the strategic waterway though which a fifth of the world's oil and natural gas is shipped during peacetime. Iran has kept its stranglehold on traffic through the strait, attacking three ships earlier this week, while the U.S. has maintained its blockade of Iranian ports and ordered the military to “shoot and kill” small boats that could be placing mines.</p><p>Washington now has three aircraft carriers in the region after the USS George H.W. Bush arrived in the Indian Ocean this week. The USS Abraham Lincoln is in the Arabian Sea and the USS Gerald R. Ford is in the Red Sea.</p><p>It is the first time since 2003 that three American carriers have been operating in the region simultaneously. The force includes 200 aircraft and 15,000 sailors and Marines, U.S. Central Command said.</p><p>The war has sent oil prices skyrocketing with Brent crude, the international standard, at more than $107 per barrel in spot trading on Friday, up nearly 50% over where it was on Feb. 28, when the U.S. and Israel attacked Iran to start the war.</p><p>Pakistan forges ahead with diplomatic efforts</p><p>In their call Friday, Iranian Foreign Minister Abbas Araghchi, his Pakistani counterpart Ishaq Dar and Pakistan's army chief Field Marshal Asim Munir, talked over “regional developments and issues related to the ceasefire,” according to a statement from Araghchi, which did not go into further detail.</p><p>Later, Pakistan's Foreign Ministry said that “both sides exchanged views on regional developments, the ceasefire, and ongoing diplomatic efforts being pursued by Islamabad in the context of U.S.-Iran engagement.”</p><p>It added that Dar “underscored the importance of sustained dialogue and engagement to address outstanding issues, in order to advance regional peace and stability at the earliest.”</p><p>Since the war began, at least 3,375 people have been killed in Iran, and over 2,290 people in Lebanon, where new fighting between Israel and the Iran-backed militant group Hezbollah broke out two days after the war started, according to authorities.</p><p>Additionally, 23 people have died in Israel and more than a dozen in Gulf Arab states. Fifteen Israeli soldiers in Lebanon and 13 U.S. service members throughout the region have been killed.</p><p>_____</p><p>Gambrell reported from Dubai, United Arab Emirates, and Rising from Bangkok.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LOGNX7I7B7DGATD7AVST3EOWLU.jpg?auth=e79766feeafbe7de1c7c058ee7211b71a6d7b4bcade7c0f57c0bfd44ba97708c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milad telecommunication tower is seen at left in a general view of a part of Tehran, Iran, Thursday, April 23, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</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><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[2026 NFL Draft: South Florida’s Fernando Mendoza goes No. 1 to Raiders]]></title><link>https://www.local10.com/sports/local/2026/04/23/2026-nfl-draft-south-floridas-fernando-mendoza-expected-to-go-no-1-as-dolphins-weigh-options/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/23/2026-nfl-draft-south-floridas-fernando-mendoza-expected-to-go-no-1-as-dolphins-weigh-options/</guid><dc:creator><![CDATA[Will Manso, Ryan Mackey, Aaron Maybin]]></dc:creator><description><![CDATA[The countdown is on for the 2026 NFL Draft, with hundreds of players — including several South Florida standouts — set to hear their names called Thursday night in Pittsburgh.]]></description><pubDate>Thu, 23 Apr 2026 20:43:28 +0000</pubDate><content:encoded><![CDATA[<p>The countdown is on for the <a href="https://www.local10.com/topic/2026_NFL_Draft/" target="_self" rel="" title="https://www.local10.com/topic/2026_NFL_Draft/">2026 NFL Draft</a>, with hundreds of players — including several South Florida standouts — set to hear their names called Thursday night in Pittsburgh.</p><p><a href="https://www.local10.com/topic/Fernando_Mendoza/" target="_self" rel="" title="https://www.local10.com/topic/Fernando_Mendoza/">Fernando Mendoza</a>, a former Indiana Hoosiers star and standout at Christopher Columbus High School in Miami, was selected first overall by the Las Vegas Raiders following a Heisman Trophy-winning, national championship season. </p><p>The 22-year-old quarterback has remained in South Florida in recent days and is expected to celebrate the moment with family in Coral Gables rather than attend the draft in person.</p><p>“Oh this is so very exciting. We’re so proud of him,” said Enrique Espino, Mendoza’s great-uncle. “He followed the mother’s advice and the father’s restrictions and conditions -- everyone is excited about him.”</p><p>Police have blocked off a portion of the street for a private party that soon will be filled with celebration. </p><p>Plenty of friends and neighbors sharing pride in Mendoza’s hard work and dedication.</p><p>“They’re a really nice family. We’re all just thrilled they’re happy,” said Michael Brown, Mendoza’s neighbor.</p><p>Attention is also on the Miami Hurricanes, who could have as many as three — or even four — players taken in the first round. </p><p>Defensive lineman Rueben Bain Jr. and offensive lineman Francis Mauigoa are alos projected to be taken in the first round, while EDGE Akheem Mesidor and defensive back Keionte Scott could also hear their names called later in the round.</p><p>Meanwhile, the Miami Dolphins enter the night with two first-round picks, Nos. 11 and 30, giving new general manager Jon-Eric Sullivan and coach Jeff Hafley an opportunity to add immediate impact players. </p><p>Miami has seven picks in the Top 100 of the draft as of Thursday afternoon. </p><p>Miami could look to bolster its roster with local talent, depending on how the board falls.</p><p>The first round of the 2026 NFL Draft is scheduled to begin at 8 p.m.</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/4WJDZJOGPVD5RPOIP3HA67HNMI.jpg?auth=48683c94e9baa16a9d8c7f17164be476597e50e0451e5848e9e26b92aa1edfb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[April 24: Showers early, drier weekend ahead]]></title><link>https://www.local10.com/weather/2026/04/24/april-24-showers-early-drier-weekend-ahead/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/24/april-24-showers-early-drier-weekend-ahead/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy Friday! Grab your rain gear because we’re seeing some showers this morning.]]></description><pubDate>Fri, 24 Apr 2026 10:40:31 +0000</pubDate><content:encoded><![CDATA[<p>Happy Friday! Grab your rain gear because we’re seeing some showers this morning. Highs will reach the lower 80s. Models suggest most of the rain will stay in the Keys, but we can’t rule out a stray shower in Broward and Miami-Dade counties. The weekend will be warmer and drier, with calmer winds. The forecast looks great for heading to the beach or enjoying some boating activities. Have a great weekend!</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[Woman finds roach in food at Pembroke Lakes Mall food court, restaurant temporarily shut down]]></title><link>https://www.local10.com/food/dirty-dining/2026/04/23/woman-finds-roach-in-food-at-pembroke-lakes-mall-food-court-restaurant-temporarily-shut-down/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/04/23/woman-finds-roach-in-food-at-pembroke-lakes-mall-food-court-restaurant-temporarily-shut-down/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[A South Florida woman says she was horrified to discover a roach mixed into her meal at a popular mall food court — an incident that prompted a state inspection and forced the restaurant to temporarily shut down.]]></description><pubDate>Fri, 24 Apr 2026 02:45:54 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida woman says she was horrified to discover a roach mixed into her meal at a popular mall food court — an incident that prompted a state inspection and forced the restaurant to temporarily shut down.</p><p>Bianca Gutierrez said she was eating bourbon chicken and noodles last week when she noticed something unusual.</p><p>“I was in disbelief. I was at a loss for words,” she said. “I was like, ‘Oh my God.’”</p><p>What she initially thought might be a vegetable quickly turned into something far more disturbing.</p><p>“I was like, that’s not a vegetable,” she said.</p><p>Gutierrez recorded video showing what appeared to be a roach with legs and antennae in her food. In the video, she can be heard reacting in shock.</p><p>“Disgusted. Very disgusted. Disappointed,” she said.</p><p>The incident happened at the food court inside Pembroke Lakes Mall. Gutierrez said the meal came from Kelly’s Cajun Grill.</p><p>She returned to the counter immediately.</p><p>“They were shocked as well. They didn’t know what to say. They just apologized,” Gutierrez said.</p><p>According to Gutierrez, staff issued a refund. After returning home, she sent the video to Local 10 News and filed a complaint with the Florida Department of Business and Professional Regulation.</p><p>State inspectors responded the very next day.</p><p>Records show the restaurant was ordered shut down after an inspection uncovered multiple violations, including the presence of roaches. An inspector noted finding roaches on top of a prep table in a rear food preparation area.</p><p>A Local 10 News crew later visited the restaurant and spoke briefly with a manager, who acknowledged the shutdown but declined to provide details. No one from corporate responded to a request for comment.</p><p>Gutierrez said the experience has changed her habits.</p><p>She says for now, she plans to stick to home-cooked meals until she can get the image out of her head.</p>]]></content:encoded></item><item><title><![CDATA[Bill to allow assisted dying in England and Wales is set to fall as parliamentary time runs out]]></title><link>https://www.local10.com/health/2026/04/24/bill-to-allow-assisted-dying-in-england-and-wales-is-set-to-fall-as-parliamentary-time-runs-out/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/24/bill-to-allow-assisted-dying-in-england-and-wales-is-set-to-fall-as-parliamentary-time-runs-out/</guid><dc:creator><![CDATA[By PAN PYLAS, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 11:31:10 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — A proposed bill to allow terminally ill adults in England and Wales to choose to end their lives is set to fall Friday as parliamentary time runs out, nearly a year since elected members of parliaments gave their backing.</p><p>Though the Terminally Ill Adults (End of Life) Bill was passed by the House of Commons last June, the U.K.'s revising chamber, the House of Lords, has effectively talked it out since then.</p><p>Proponents of what has been termed “ assisted dying ” — sometimes referred to as “assisted suicide” — hoped it would mark the biggest change to social policy in the U.K. since abortion was partially legalized in 1967.</p><p>But opponents in the House of Lords have managed to hold up its passing by filing more than 1,200 amendments to the bill. That is believed to be a record high number for a piece of legislation that was tabled by a backbencher rather than by the government. Bills proposed by backbenchers can only be debated on a Friday, limiting the time available.</p><p>With the current session coming to an end next week, the bill will fail. Each five-year parliamentary term is subdivided into a number of sessions of the government's calling, and bills can only become law if they are discussed and voted on within a single session.</p><p>Campaigners for assisted dying have expressed their anger at the sight of unelected politicians holding up the will of the elected chamber. They have insisted that they intend to bring the bill back in the next parliamentary session, which begins after King Charles III outlines the government's upcoming program in a speech to both houses of Parliament on May 13.</p><p>The sponsor of the bill in the House of Lords, Charlie Falconer, said he felt “despondent” that a piece of legislation, which he said was “so important to so many, has not failed on its merits, but failed as a result of procedural wrangling."</p><p>He said many terminally ill people and their relatives “have shown such courage and forbearance” and have been “utterly bewildered by the way we have behaved."</p><p>The bill that's been making its way through parliament over the past 18 months or so had proposed allowing adults in England and Wales, with fewer than six months to live, to apply for an assisted death subject to the approval of two doctors and an expert panel.</p><p>Those tabling amendments in the House of Lords said they have been providing necessary scrutiny to strengthen the legislation. Some have branded it unsafe and unworkable, citing their concerns around potential coercion of vulnerable people and a lack of safeguards for those with disabilities.</p><p>Kim Leadbeater, who introduced the Bill to the House of Commons in late 2024, has said she will “keep pushing for a safer, more compassionate law until Parliament reaches a final decision."</p><p>Last month, lawmakers in the Scottish Parliament rejected legislation that would have made Scotland the first part of the United Kingdom to allow terminally ill adults to end their lives. Scotland has a semiautonomous government that has authority over many areas of policy, including health.</p><p>Assisted suicide — where patients take a lethal drink prescribed by a doctor — is legal in countries including Australia, Belgium, Canada, Luxembourg, the Netherlands, New Zealand, Portugal, Spain, Switzerland and parts of the U.S., with regulations on qualifying criteria varying by jurisdiction.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MYA3KXAUM3VZUAJWPMH7P7A5DY.jpg?auth=f2a5bda121f8f4f0d765d2e53ebe7f6911a6504383188271392fa13674ced3a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Campaigners hold a banner outside parliament in London as a proposed law to legalise assisted dying in England and Wales will run out of time on Friday, more than a year after MPs first voted in favour of it, Friday, April 24, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ITJ2URXXXSYV6S5JPBUPR2XS7A.jpg?auth=338d85ab46ff38d66c71e8885ecfe3305d2891b68c2f6bbc4035d35ff0482452&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A campaigner holds a banner outside parliament in London as a proposed law to legalise assisted dying in England and Wales will run out of time on Friday, more than a year after MPs first voted in favour of it, Friday, April 24, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RN4D2LUD5OS5B3HUTHNH4PGYHA.jpg?auth=1e14217eee02e8ff0d1db756abd5f37dbbdbe52e7481dcf224c2c11b4281d42d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Campaigner Louise Shackleton holds a banner outside parliament in London as a proposed law to legalise assisted dying in England and Wales will run out of time on Friday, more than a year after MPs first voted in favour of it, Friday, April 24, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TMJ5LM6QLHIMGCYGHRFQUMH2XU.jpg?auth=9c04ddbefa541ed34a19fe38c36ffe110c238c87cd5de7f48858a99d8ceac6e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A campaigner holds a banner outside parliament in London as a proposed law to legalise assisted dying in England and Wales will run out of time on Friday, more than a year after MPs first voted in favour of it, Friday, April 24, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZZK56QYSKY53C3VQMXAEU62SB4.jpg?auth=8acc4e892204c7705b256e3e86f44f42423915dae5e6c0b58f6eff153a9815af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Campaigners hold a banner outside parliament in London as a proposed law to legalise assisted dying in England and Wales will run out of time on Friday, more than a year after MPs first voted in favour of it, Friday, April 24, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Dashcam video shows truck go airborne onto car in Doral crash, driver survives]]></title><link>https://www.local10.com/news/local/2026/04/23/dashcam-shows-truck-go-airborne-onto-car-in-doral-crash-driver-survives/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/dashcam-shows-truck-go-airborne-onto-car-in-doral-crash-driver-survives/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Newly released dashcam footage shows the moments a pickup truck went airborne and crashed onto another vehicle, leaving one driver lucky to be alive.]]></description><pubDate>Fri, 24 Apr 2026 02:45:21 +0000</pubDate><content:encoded><![CDATA[<p>Newly released dashcam footage shows the moments a pickup truck went airborne and crashed onto another vehicle, leaving one driver lucky to be alive.</p><p>Video captures the scene as the truck plows through a concrete barrier and lands on top of an unsuspecting car. Debris -- including shattered glass, a tire and twisted metal -- is seen across the roadway as the pickup crushes the car beneath it.</p><p>The crash happened on the Friday around 5 a.m. on the Palmetto Expressway, near Northwest 36th Street in Doral.</p><p>Investigators say 26-year-old Reinerio De La Torre Toledo was driving the truck and is believed to have taken his own life moments before the vehicle went airborne. </p><p>Detectives with the Miami-Dade Sheriff’s Office say a gun was recovered at the scene, and a witness said detectives mentioned finding bullet casings.</p><p>The driver of the other vehicle has been identified as Jorge Reales of Miramar. A GoFundMe created by a family friend says Reales is unable to work and faces an overwhelming financial burden due to extensive medical treatment.</p><p>At the time of the crash, authorities said the 57-year-old was in stable condition, though the full extent of his injuries was not immediately known.</p><p>Traffic along the southbound lanes of the Palmetto Expressway was shut down for miles and remained backed up for hours. Aerial footage showed investigators examining the wreckage near a large hole left in the concrete barrier.</p><p>Family and friends of Reales say they are grateful he survived and are asking for financial support as he recovers.</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 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,” Dr. Dipen Parekh, CEO of UHealth—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 was 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[South Korean prosecutors deny police request for arrest warrant for K-pop mogul behind BTS]]></title><link>https://www.local10.com/business/2026/04/24/south-korean-prosecutors-deny-police-request-for-arrest-warrant-for-k-pop-mogul-behind-bts/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/24/south-korean-prosecutors-deny-police-request-for-arrest-warrant-for-k-pop-mogul-behind-bts/</guid><dc:creator><![CDATA[By KIM TONG-HYUNG, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 10:05:55 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — South Korean prosecutors on Friday rejected a police request for an arrest warrant for music tycoon Bang Si-Hyuk, chairman of the agency behind K-pop supergroup BTS, questioning whether detention is necessary as he faces a high-profile investigation into alleged investor fraud.</p><p>The Seoul Metropolitan Police Agency asked prosecutors earlier this week to request a court warrant to arrest Bang, the billionaire founder and chairman of Hybe. The Seoul Southern District Prosecutors’ Office said that it found that the request lacked sufficient grounds to justify his detention and instructed police investigators to strengthen their case.</p><p>Bang, who has been barred from leaving the country since August, isn't seen as a realistic threat to flee.</p><p>The 53-year-old is being investigated over allegations that he misled investors in 2019 by indicating that Hybe had no immediate plans to go public, prompting them to sell their shares to a private equity fund, shortly before the company proceeded with an initial public offering.</p><p>Police believe that the fund may have paid Bang somewhere around 200 billion won ($135 million) in a side deal that promised him 30% of post-IPO stock sale profits.</p><p>Bang denies any wrongdoing, Hybe officials say. Bang’s legal team had criticized police for seeking his arrest, saying that he has been fully cooperating with the investigation for months.</p><p>Bang’s legal troubles are a public relations setback for Hybe, coming as BTS launches a global tour after a nearly four-year hiatus as its seven members served their mandatory military service.</p><p>BTS performed in front of tens of thousands of international fans at a free comeback concert in Seoul last month and have also held concerts in South Korea’s Goyang city and Tokyo. The group will kick off a series of U.S. events with a concert in Tampa, Florida, over the weekend.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BGAISQPZT2IZBVXATTVHKRYH5U.jpg?auth=5684e8a1cfa8c4126bbbafde1d61d59b5d13ac269584dff65a2989a229340d2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bang Si-Hyuk, a chairman of Hybe answers reporters' question upon his arrival at the Seoul Metropolitan Police Agency in Seoul, South Korea, Monday, Sept. 15, 2025. (Kim Keun-soo/Newsis via AP)]]></media:description></media:content></item><item><title><![CDATA[Czech power company ČEZ signs deal with Rolls-Royce SMR to prepare for first small nuclear reactor]]></title><link>https://www.local10.com/business/2026/04/24/czech-power-company-cez-signs-deal-with-rolls-royce-smr-to-prepare-for-first-small-nuclear-reactor/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/24/czech-power-company-cez-signs-deal-with-rolls-royce-smr-to-prepare-for-first-small-nuclear-reactor/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 09:54:30 +0000</pubDate><content:encoded><![CDATA[<p>PRAGUE (AP) — The Czech power company ČEZ signed a deal on Friday with Rolls-Royce SMR on preparatory work for the British company to build the first small modular nuclear reactor in the Czech Republic.</p><p>ČEZ chief executive Daniel Beneš said that the work includes the project plan and licensing documentation necessary for issuing building permits for the reactor.</p><p>Beneš said the company hopes to have all the approvals by 2030. The small nuclear reactor will be built at the site of the existing Temelín nuclear plant.</p><p>On April 13, Great Britain Energy – Nuclear, a government agency, inked a contract with Rolls-Royce SMR to begin design work for the first small nuclear reactors in the U.K.</p><p>Beneš said that the Czech small nuclear reactor will be the second one built by the British firm after the first one is completed in the U.K.</p><p>ČEZ has a 20% share in Rolls-Royce SMR and the companies had signed a deal about a strategic partnership, which should result in up to 3 gigawatt energy sources installed in the Czech Republic.</p><p>The Czech state has an almost 70% stake in ČEZ and the government is taking steps to acquire full control of the company.</p><p>Small modular reactors are a type of nuclear reactor that can generate a smaller amount of power than a traditional reactor. Developers say small reactors will be built faster and at a lower cost than large power reactors, scaling to fit the needs of a particular location.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVWT6K5AYIAJWOV337JHI54CI4.jpg?auth=a6525f4e09fb8e431c6a278c97a779fe29a0010b331e2719fe88869a22c7bf8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Smoke rises from the cooling towers of the nuclear power plant Temelin near the town of Tyn nad Vltavou, Czech Republic, June 25, 2015. (AP Photo/Petr David Josek, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item><item><title><![CDATA[Sánchez sidesteps a Spain-US dispute at NATO, brushing off reported Pentagon email]]></title><link>https://www.local10.com/news/world/2026/04/24/sanchez-sidesteps-a-spain-us-dispute-at-nato-brushing-off-reported-pentagon-email/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/24/sanchez-sidesteps-a-spain-us-dispute-at-nato-brushing-off-reported-pentagon-email/</guid><dc:creator><![CDATA[By MENELAOS HADJICOSTIS and LORNE COOK, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 10:49:27 +0000</pubDate><content:encoded><![CDATA[<p>NICOSIA, Cyprus (AP) — Spanish Prime Minister Pedro Sánchez on Friday refused to be drawn into a dispute with the United States over reports that the Pentagon is weighing whether to punish members of NATO that fail to support American operations in the Iran war.</p><p>Among those in the firing line is Spain, which has refused to allow U.S. forces involved in the war to use bases on its territory or airspace. Spain says that U.S.-Israeli actions in the Iran war contravenes international law.</p><p>France and the U.K. also refuse to give U.S. forces free rein to use their territory for the bombing campaign.</p><p>The Pentagon is reported to be mulling whether to suspend Spain from NATO, according to an unidentified U.S. official referring to a U.S. Defense Department email, and quoted by the Reuters news agency.</p><p>“Well, we do not work with emails," Sánchez told reporters at a European Union summit in Cyprus. "We work with official documents and positions taken, in this case, by the government of the United States.”</p><p>“The position of the government of Spain is clear: absolute collaboration with the allies, but always within the framework of international legality,” he said.</p><p>The email also suggested reassessing U.S. support for the United Kingdom's claim to the Falkland Islands, near Argentina, which are also known as Islas Malvinas.</p><p>NATO staying out of the war</p><p>NATO operates by consensus, and all 32 member countries must agree for it to act.</p><p>The trans-Atlantic alliance's founding treaty has no mechanism for suspending or ejecting any of the members, although nations may leave of their own accord one year after notifying the other allies. As an organization, NATO has no direct role in the Iran war except to defend its own territory.</p><p>U.S. President Donald Trump has been angered by what he sees as the failure of some NATO members to back American actions in the Iran war and to help police the Strait of Hormuz, a major trade route. He has questioned the purpose of U.S. membership in the military organization.</p><p>EU foreign policy chief Kaja Kallas appeared perplexed by the U.S. criticism, given that the United Kingdom and France are leading an effort to help secure trade in the strait once the war is over.</p><p>“When we have had contacts with the American counterparts, then actually their asks for us have been exactly what we are able to offer after the cessation of hostilities,” she said. “Demining, escorting of ships, all of this that we have been discussing.”</p><p>But the United States has “long-standing arrangements and agreements with European allies on overflight, on basing” that should be respected, NATO Secretary-General Mark Rutte has said, in implicit criticism of some allies like Spain, but also France.</p><p>While Spain restricted U.S. military activity related to the Iran war, U.S. warplanes have flown over other NATO allies’ airspace and used U.S. bases in other NATO countries for war-related operations.</p><p>Trump has even threatened to cut trade with Spain over its refusal to allow the use of its bases and airspace. More broadly, Spain has also disappointed its allies by failing to commit to spend as much as they plan to do on defense.</p><p>Security without the US</p><p>As the reality sinks in that the U.S. commitment to NATO and Europe’s security under Trump has waned, the EU leaders debated how best to use European laws to come to each other’s aid should one of them come under attack.</p><p>Cypriot President Nikos Christodoulides, whose country holds the bloc’s presidency until July, said that the leaders had tasked the European Commission to “prepare a blueprint on how we respond” should a member seek help under Article 42.7 of the EU treaties.</p><p>It's only ever been used once, by France after the Paris terror attacks in 2015.</p><p>EU envoys and ministers are set next month to conduct “table-top exercises” to game out how the treaty article might be used, drawing on the bloc’s military capacities, but also other assets not available to NATO, like trade, border and visa policies.</p><p>___</p><p>Lorne Cook reported from Brussels.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5U5UWUVFYEVVKIBUUXYSD7YNG4.jpg?auth=a5dbfd8f88619b95025733f8f33b4832678d312756a995ae27306307e199dbf9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Prime Minister Pedro Sanchez arrives for the EU Summit in Nicosia, Cyprus, Friday, April 24, 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/RXKHFQUPS3SRQGZNOXN5XX5DYE.jpg?auth=82f4cbd309f69b2375e3a99f1dc6f60cb78fa73a03262b8bda178dd8295bda71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[European Union foreign policy chief Kaja Kallas, background left, speaks with French President Emmanuel Macron, as Latvia's Prime Minister Evika Silina, foreground left, Italy's Prime Minister Giorgia Meloni, center, and Greece's Prime Minister Kyriakos Mitsotakis prepare for a roundtable meeting pf the EU Summit in Nicosia, Cyprus, Friday, April 24, 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/WO62QCCXAU4MAXO2ZPRWVF6UYA.jpg?auth=55e87e80ad223eaf01f4fbc9385a9c580713a0d53bc73890ab0139bd4fe7c9cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cypriot President Nikos Christodoulides speaks with the media as he arrives for the EU Summit in Nicosia, Cyprus, Friday, April 24, 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/L3QFARPM2TO5MW46VJK66LOE3E.jpg?auth=eeee98efec21da1ad5b1428bb26534db01364bee1d49faebac9b4df4c0aeeabb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron arrives for the EU Summit in Nicosia, Cyprus, Friday, April 24, 2026. (Yves Herman, Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yves Herman</media:credit></media:content></item><item><title><![CDATA[Explosion of invasive 'janitor fish' sparks mass removal operation in Indonesia's capital]]></title><link>https://www.local10.com/business/2026/04/24/explosion-of-invasive-janitor-fish-sparks-mass-removal-operation-in-indonesias-capital/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/24/explosion-of-invasive-janitor-fish-sparks-mass-removal-operation-in-indonesias-capital/</guid><dc:creator><![CDATA[By NINIEK KARMINI, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 08:14:36 +0000</pubDate><content:encoded><![CDATA[<p>JAKARTA, Indonesia (AP) — Cheers broke out in Indonesia's capital on Friday as residents, city workers and environmental volunteers hauled bulging nets of invasive fish to the surface of a reservoir in an operation to crack down on “janitor fish.”</p><p>Authorities are seeking to remove at least 10 tons (9 metric tons) of the fish from Jakarta's waterways, an effort officials hope will restore balance to the Ciliwung River and renew public attention on water quality.</p><p>From the polluted river to the concrete embankments and skyscraper-lined canals of the city’s heart, the dark shapes of the fish cling tightly to the river walls. At first glance, they appear almost prehistoric, with armored bodies gleaming a dull brown beneath the murky surface.</p><p>Janitor fish, or suckermouth catfish, known scientifically as Pterygoplichthys and locally as “sapu-sapu,” aren't native to Indonesia. Imported decades ago for aquariums because of their ability to consume algae, they were later released and found a home in Jakarta’s heavily polluted rivers. The fish can grow up to 50 centimeters (nearly 20 inches) and live for 10-15 years.</p><p>Experts have long warned that unchecked populations of invasive species can destabilize freshwater ecosystems, particularly in densely populated urban areas like Jakarta.</p><p>Dian Rosleine, an ecologist from the Bandung Institute of Technology, said that the adaptability of janitor fish is very high, so that even in polluted conditions, it can survive when other species can't.</p><p>“So, these fish are biological indicators that the water is in poor condition,” she said.</p><p>The Ciliwung once carried clear water from the mountains of West Java into Jakarta. Today, it flows through dense neighborhoods, carrying untreated household waste and industrial runoff. Concrete walls replaced riverbanks. During dry months, the water warms and slows — conditions that favor janitor fish over native species, Rosleine said.</p><p>Jakarta authorities have responded with mass removals, targeting the janitor fish in city waterways. The campaign began last week.</p><p>The cleanup drive, ordered by Jakarta Gov. Pramono Anung, was carried out simultaneously in all five administrative cities of the capital, involving hundreds of personnel, including firefighters, disaster officers and local residents. They have netted and buried more than seven tons of janitor fish across the city within a week.</p><p>The cleanup on Friday at a 6-meter-deep (19-foot-deep) reservoir in East Jakarta’s Ciracas neighborhood drew curious crowds as city workers collected about 320 kilograms (705 pounds) of the fish.</p><p>Piles of wriggling janitor fish filled red barrels along the reservoir — tangible proof that something, at last, was being done.</p><p>“The janitor fish populations have reproduced at a notable level while also feeding on native species," East Jakarta's mayor, Munjirin, told reporters when visiting Friday's cleanup. “The impact extends beyond ecosystem destruction, contributing to structural damage to riverbank and embankment walls.”</p><p>Munjirin, who like many Indonesians uses a single name, said that the coordinated operation marks the beginning of a sustained effort to control the species, with regular monitoring and removal planned to prevent further ecological damage.</p><p>However, he vowed a review of the program’s method after the Indonesian Ulema Council, or MUI, raised concerns over perceived cruelty, pledging that all fish will be dead before burial.</p><p>While endorsing the cleanup, MUI’s fatwa commission warned that burying the janitor fish alive amounts to a violation of animal rights enshrined in Islamic teaching.</p><p>Authorities are still cautious about what happens next. As janitor fish are edible in some countries, concerns over heavy metal contamination mean they won't be immediately approved for consumption in Jakarta. Instead, officials are exploring alternatives, including processing the fish into animal feed or fertilizer.</p><p>Anung said that the cleanup method will require the fish to be dead before burial at designated sites, with hygiene standards applied to block their return to rivers or trade.</p><p>The Jakarta governor noted that buried janitor fish can serve as natural compost and suggested adopting Brazil’s model, where the fish are turned into charcoal to generate greater economic benefits.</p><p>Yet experts caution that removal is only a beginning. Without improving wastewater management and reducing pollution, the river could quickly return to the same condition.</p><p>“The Ciliwung River requires rehabilitation, our major challenge that must be addressed,” Rosleine said. “Addressing the symptoms without tackling the root causes will not provide a lasting solution.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AFKGOGU7JR27PVD6B6GIGE23H4.jpg?auth=0666959e1e3e2b87d272db78d1e1963dd8d1e8d69ebec30d123531ec1fe6c849&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Municipal workers kill recently caught janitor fish before burying them during a campaign to remove the invasive species from the city's rivers, canals and water reservoirs, in Jakarta, Indonesia, Friday, April 24, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J54Z4KO6RXKSTP6KJX7E3QGMV4.jpg?auth=4e5b16af560fa7f2753a614cd32db8fe9d2b0fbffefb4109db8efc87d2a113dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Municipal workers unload sacks of recently caught janitor fish to be killed and buried during a campaign to remove the invasive species from the city's rivers, canals and water reservoirs, in Jakarta, Indonesia, Friday, April 24, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QUCQ7AKHOKTFCBMTXPUHAAJGGU.jpg?auth=f7a51fa390138c5d019fac0368675ae2fb9e3fd74e07ccb41e5c664fbf3329d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A municipal worker pours water on a recently caught janitor fish before killing and burying them during a campaign to remove the invasive species from the city's rivers, canals and water reservoirs, in Jakarta, Indonesia, Friday, April 24, 2026.(AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RWAZASOUS2VGDMTUMFC22HLP3M.jpg?auth=78945c3d811127b3583bbbb82519159c026d11562a507661065dee73cb2b04b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A municipal workers holds up a janitor fish he catches during a campaign to remove the invasive species from the city's rivers, canals and water reservoirs, in Jakarta, Indonesia, Friday, April 24, 2026.(AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XPPOR3T4OY5KZ54CL5JQERJLNU.jpg?auth=b9a7b86d887299096e95035c1fc8f87da371e2071d8b51c87419d83d0fd8e59d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Municipal workers catch a janitor fish during a campaign to remove the invasive species from the city's rivers, canals and water reservoirs, in Jakarta, Indonesia, Friday, April 24, 2026.(AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content></item><item><title><![CDATA[Japan's Haruki Murakami to publish first new novel in 3 years with 'The Tale of KAHO' in July]]></title><link>https://www.local10.com/entertainment/2026/04/24/japans-haruki-murakami-to-publish-first-new-novel-in-3-years-with-the-tale-of-kaho-in-july/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/24/japans-haruki-murakami-to-publish-first-new-novel-in-3-years-with-the-tale-of-kaho-in-july/</guid><dc:creator><![CDATA[By MARI YAMAGUCHI, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 07:37:23 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — A new book by Haruki Murakami will mark the first time a full-length novel by the Japanese author features a female main character and her pursuit of finding a way out of a bizarre world.</p><p>“The Tale of KAHO,” which is scheduled to be released July 3 in print and digital formats, centers on a 26-year-old picture book author named Kaho.</p><p>The new novel is Murakami’s first in three years. His previous novel, “The City and Its Uncertain Walls,” is a story of a male protagonist searching for love, loss and the boundaries between real and subconscious worlds.</p><p>Kaho is the first lone, woman protagonist featured in a full-length novel by Murakami, Shinchosha Publishing Co. said Thursday in a statement.</p><p>Initially, the novel started as a short story titled, "Kaho," which Murakami rehearsed at a book reading event two years ago at Waseda University, his alma mater in Tokyo, with Mieko Kawakami, a renowned female author and fan of his work. The story was published in the June 2024 edition of the monthly Shincho magazine.</p><p>The character Kaho, who has average looks and intelligence, is a curious person. One day she dines with a man who tells her, "I've never seen one as ugly as you.” Not outraged but baffled, curious Kaho tries to find out his hidden message.</p><p>Soon she starts encountering bizarre things in her life.</p><p>“I must find the way out of this world,” a brief promotional teaser released by the publisher says. “Murakami world is in full force.”</p><p>Murakami has since released three subsequent “Kaho” series stories in Shincho magazine, most recently in the March edition. They include “The Anteater of Musashi-sakai,“ “Kaho and the Termite Queen” and “Kaho and the Motorcycle Man, and Scarlett Johansson.”</p><p>The English version of the first piece, translated by Philip Gabriel, was published in The New Yorker magazine in 2024.</p><p>Murakami brings the four parts together and gives them new life in the 352-page new novel, the publisher said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PX2FRKOGYNU5BL6SMN5L7RKGJI.jpg?auth=b9ece880464084fee5c4013fb6d7be8119a927a227af954a0e2891bc9c8853e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Japanese novelist Haruki Murakami poses for media during a press conference on the university's new international house of literature, The Haruki Murakami Library, opening at the Waseda University in Tokyo, on Sept. 22, 2021. (AP Photo/Eugene Hoshiko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[China's DeepSeek rolls out a long-anticipated update of its AI model]]></title><link>https://www.local10.com/tech/2026/04/24/chinas-deepseek-rolls-out-a-long-anticipated-update-of-its-ai-model/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/24/chinas-deepseek-rolls-out-a-long-anticipated-update-of-its-ai-model/</guid><dc:creator><![CDATA[By CHAN HO-HIM and MATT O'BRIEN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 07:30:15 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — DeepSeek, the Chinese artificial intelligence startup that shook world markets last year, launched preview versions of its latest major update Friday as the AI rivalry between China and the U.S. heats up.</p><p>DeepSeek’s V4 has been keenly anticipated by users keen to test how it compares to U.S. competitors like OpenAI’s ChatGPT, Anthropic’s Claude and Google’s Gemini. Anthropic and OpenAI have accused DeepSeek of unfairly building its technology off their own.</p><p>Some industry analysts had expected the new model to arrive more than a month earlier at the start of the Lunar New Year.</p><p>DeepSeek says the new V4 open-source models, which include “pro” and “flash” versions, have big improvements in knowledge, reasoning and in their “agentic” capabilities – the ability to perform complex tasks and workflows autonomously.</p><p>V4 is a successor to V3, an AI model that DeepSeek released in late 2024.</p><p>But it was DeepSeek’s specialized “reasoning” AI model, called R1, that took markets by surprise with its release in January 2025. DeepSeek claimed it was more cost-effective than OpenAI’s similar model and it became a symbol of how China was catching up with the U.S. in technological advancements.</p><p>DeepSeek said the “V4 Pro Max” version has “superior performance” in terms of standard reasoning benchmarks relative to OpenAI’s GPT-5.2 model and Google’s Gemini 3.0-Pro. It falls “marginally” short of GPT-5.4 and Gemini 3.1-Pro, it said.</p><p>In terms of “agentic” capabilities, the Chinese company said the V4 “pro” version could outperform Claude’s Sonnet 4.5 and approaches the level of Claude's Opus 4.5 model based on its own evaluation.</p><p>The “flash” version of V4 performs on a par with the “pro” version on simple agent tasks and has reasoning capabilities closely approaching it, DeepSeek said.</p><p>“Based on the benchmark results, it does appear DeepSeek V4 is going to be very competitive against its U.S. rivals,” said Lian Jye Su, chief analyst at the technology research and advisory group Omdia.</p><p>Marina Zhang, an associate professor at the University of Technology Sydney, said DeepSeek's V4 rollout is as a “pivotal milestone for China’s AI industry”, especially as global competition intensifies in the pursuit of self-reliance in critical technologies.</p><p>DeepSeek offers a free‑to‑use web and mobile chatbot. Unlike the top models from Anthropic, Google and OpenAI, it describes its technology as “open source” in the way that it enables developers access to modify and build on its core technology.</p><p>Both the V4's “pro” and “flash” versions have a 1 million token context window, a parameter of how much information an AI model can process and recall, and run on a more efficient basis, the startup said. That is a significant improvement from before, since the V3 supported a 128,000 token context window.</p><p>A report from Microsoft in January showed use of DeepSeek has been gaining ground in many developing nations.</p><p>However, some analysts remain skeptical. Ivan Su, a senior equity analyst at Morningstar, said while V4 is a “competent” follow-up, it’s not as big a breakthrough as the rollout of R1.</p><p>“Domestic competition has intensified significantly since R1’s release,” Su said. “Against U.S. models, DeepSeek’s own evaluation suggests its capabilities largely match on most fronts, but independent evaluations are needed before final conclusions can be drawn.”</p><p>In February, Anthropic accused DeepSeek and two other China-based AI laboratories of “industrial-scale campaigns” to “illicitly extract Claude’s capabilities to improve their own models.” It said they did that using a technique called distillation that “involves training a less capable model on the outputs of a stronger one.” OpenAI made similar allegations in a letter to U.S. lawmakers.</p><p>This week, Michael Kratsios, chief science and technology adviser to U.S. President Donald Trump, also accused foreign tech companies “principally based in China” of distilling leading U.S. AI systems and “exploiting American expertise and innovation.”</p><p>China’s embassy in Washington hit back at the allegations, describing them as “unjustified suppression of Chinese companies by the U.S.”</p><p>___</p><p>O’Brien reported from Providence, Rhode Island.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q6T2JSQCZN2V4OOAYSOJYWZF7E.jpg?auth=9448c221eb42891d269ebff0ff1c48e2e41a44a4fc0bdd2cd1efc671c9cd612e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The smartphone apps DeepSeek page is seen on a smartphone screen in Beijing, Jan. 28, 2025. (AP Photo/Andy Wong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content></item><item><title><![CDATA[A massive, unstable ice block stalls Everest climbers at base camp]]></title><link>https://www.local10.com/tech/2026/04/24/a-massive-unstable-ice-block-stalls-everest-climbers-at-base-camp/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/24/a-massive-unstable-ice-block-stalls-everest-climbers-at-base-camp/</guid><dc:creator><![CDATA[By BINAJ GURUBACHARYA, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 07:21:06 +0000</pubDate><content:encoded><![CDATA[<p>KATHMANDU, Nepal (AP) — A massive ice block on the route just above the Mount Everest base camp has forced hundreds of climbers and their local guides to delay their attempt to scale the world's highest peak, officials said Friday.</p><p>The serac between base camp and Camp One is unstable and is risky for climbers, said Himal Gautam of Nepal's Department of Mountaineering.</p><p>Officials are working with climbers and expedition organizers to assess the situation as hundreds of climbers and their guides wait at base camp unable to move up the mountain.</p><p>According to the department, 410 foreign climbers have been issued permits to attempt to reach the Everest summit during the spring climbing season, which ends at the end of May.</p><p>The “Icefall Doctors,” the elite guides who lay the yearly climbing route by setting ropes and securing aluminum ladders over crevasses usually finish the task by mid-April.</p><p>The Sagarmatha Pollution Control Committee, which would deploy the team to lay the route, plans to assess the serac by aerial survey. The risk of avalanche is high and they are waiting for the serac to melt down on its own to a safe level, committee Chairman Lama Kazi Sherpa said.</p><p>The serac is part of the Khumbu Icefall, a constantly shifting glacier with deep crevasses and huge overhanging ice that can be as big as 10-story buildings. It is considered one of the most difficult and trickiest sections of the climb to the peak.</p><p>In 2014, a chunk of the glacier sheared away from the mountain, setting off an avalanche of ice that killed 16 Sherpa guides as they carried clients’ equipment up the mountain. It was one of the deadliest disasters in Everest climbing history.</p><p>Hundreds of foreign climbers and about the same number of Nepalese guides and helpers are expected to attempt to scale the mountain next month when there are a few brief windows of favorable weather.</p><p>Thousands of people have climbed the 8,849-meter (29,032-foot) high peak since it was first climbed on May 29, 1953, by New Zealander Edmund Hillary and Sherpa guide Tenzing Norgay.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FRNWTUZHUQWF4SRFUK43MWZNMM.jpg?auth=9b7e54c1f7d92b8f18bd178ef37644738915ac8fe23711df7c2a92d8effd7ad6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mount Pumori, center left, looms in the background as a mountaineer negotiates Khumbu Icefall to descend to Everest Base Camp, in Nepal, May 4, 2025. (AP Photo/Pasang Rinzee Sherpa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pasang Rinzee Sherpa</media:credit></media:content></item><item><title><![CDATA[Prosecutors seek 30-year prison term for South Korea's Yoon for drone flights over Pyongyang]]></title><link>https://www.local10.com/business/2026/04/24/prosecutors-seek-30-year-prison-term-for-south-koreas-yoon-for-drone-flights-over-pyongyang/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/24/prosecutors-seek-30-year-prison-term-for-south-koreas-yoon-for-drone-flights-over-pyongyang/</guid><dc:creator><![CDATA[By KIM TONG-HYUNG, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 10:43:59 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — South Korean prosecutors Friday requested a 30-year prison term for ousted President Yoon Suk Yeol over allegations that he deliberately tried to escalate tensions with North Korea in 2024 by ordering drone flights over Pyongyang as he sought to create justifiable conditions for martial law at home.</p><p>Yoon is charged with benefiting an adversary and abusing his powers, which are among a long list of indictments against the conservative former leader over his short-lived imposition of martial law in South Korea in December 2024.</p><p>The request came in the closing stages of a trial at the Seoul Central District Court, where a team of investigators led by special prosecutor Cho Eun-suk said that Yoon and his top defense officials were responsible for alleged drone infiltrations into North Korea, about two months before he imposed martial law, while portraying the liberals as North Korea-sympathizing, “anti-state” forces.</p><p>Yoon’s legal team said in a statement to reporters that he never ordered the alleged drone flights over North Korea's capital, Pyongyang, or retroactively approved such action, and said that prosecutors are failing to back their “speculation and delusion” with evidence.</p><p>In February, the court sentenced Yoon to life in prison after finding him guilty of the more serious rebellion charge. That verdict was appealed both by Yoon and prosecutors, who had sought a death sentence.</p><p>Cho’s team said in a statement Friday that Yoon tried to create a warlike situation between the Koreas while plotting an authoritarian push to remove his political opponents and “monopolize and extend his power.” Prosecutors are seeking a 25-year prison term for Yoon’s former defense minister, Kim Yong Hyun, a key confidant who helped plan and mobilize forces for the martial law declaration.</p><p>North Korea accused Seoul of flying drones over Pyongyang to drop propaganda leaflets three times in October 2024. Kim initially made a vague denial, but Seoul's Defense Ministry later switched to saying it couldn’t confirm whether or not the claims were true. Tensions with North Korea rose sharply at the time.</p><p>Yoon proceeded with his late night martial law declaration on Dec. 3, 2024, delivering a televised address in which he criticized liberals over a range of issues, but largely over their impeachments of his top officials and cuts to his government’s budget bill.</p><p>The decree lasted about six hours until a quorum of lawmakers broke through a blockade of heavily armed soldiers and police Yoon had deployed to the National Assembly. They then voted to overturn it, forcing his Cabinet to lift the measure.</p><p>Yoon was suspended from office on Dec. 14, 2024, after being impeached by the liberal-led legislature and was formally removed by the Constitutional Court in April 2025. He was arrested in July that year and has been undergoing various criminal trials since.</p><p>Though brief, Yoon’s martial law decree threw the country into a severe political crisis, paralyzing politics and high-level diplomacy and rattling financial markets. The turmoil eased only after his liberal rival, Lee Jae Myung, won an early presidential election in June.</p><p>Shortly after taking office, Lee approved legislation that launched independent investigations into Yoon’s martial law stunt and other criminal allegations involving him, his wife and associates.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z7WHRNU733VOGOK6YIZ4VZZTPY.jpg?auth=0aaeaaab37202ceb296a581e7aa3f325657e8427d4d114bddd8451a668b4f5d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - South Korea's impeached President Yoon Suk Yeol attends a hearing of his impeachment trial at the Constitutional Court in Seoul, South Korea, Feb. 11, 2025. (AP Photo/Lee Jin-man, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content></item><item><title><![CDATA[In Baltic skies, NATO and Russian pilots size each other up warily but without a tilt into war]]></title><link>https://www.local10.com/news/world/2026/04/24/in-baltic-skies-nato-and-russian-pilots-size-each-other-up-warily-but-without-a-tilt-into-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/24/in-baltic-skies-nato-and-russian-pilots-size-each-other-up-warily-but-without-a-tilt-into-war/</guid><dc:creator><![CDATA[By JOHN LEICESTER, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 06:04:17 +0000</pubDate><content:encoded><![CDATA[<p>ŠIAULIAI AIR BASE, Lithuania (AP) — When NATO's call came, the French fighter pilots scrambled with practiced urgency, already suited up to shorten their response times.</p><p>They dashed in vans to hangars where their prepped and armed Rafale jets awaited, clambered into the cockpits and fired up the engines, which puffed and screamed.</p><p>Within minutes of takeoff from the Šiauliai Air Base in Lithuania, they were over the Baltic Sea, first intercepting a Russian Il-20 reconnaissance aircraft and then tailing supersonic Russian bombers and their fighter escorts that neared the airspace of multiple NATO countries.</p><p>In a conflict situation, things could quickly get heated. But for the moment, with Russia and the military alliance at odds over Ukraine but not at war, pilots on both sides just watched and filmed each other — keeping their distance like wary tomcats with claws unsheathed, their missiles visible but not used.</p><p>One of the points of the posturing — in aerial ballets that take place away from public gaze hundreds of times a year — is to try to ensure that the frostiness between NATO and the Kremlin over Russia's full-scale invasion of Ukraine doesn't tilt into open hostility.</p><p>Commanders and pilots flying NATO air-policing missions on the eastern flank of the 32-nation military alliance say that their goal is to deter, not provoke. They believe their presence is reassuring for Baltic states — Estonia, Latvia and Lithuania — that border Russia and its ally Belarus but don't themselves have airpower to fight off any Russian attack, if it ever came to that.</p><p>“It's a game of cat and mouse, or rather cat and cat,” said Lt. Col. Alexandre, commander of a French air force wing of four Rafales that is sharing the Lithuanian base with another fighter detachment from Romania. Citing security concerns, the French military withheld the commander's surname.</p><p>“We watch each other, scrutinize each other and try to make sure that it doesn't go any further," he said.</p><p>Alliance members take turns policing Baltic skies around the clock, seven days a week. The French inherited the building that now serves as their temporary headquarters from a Spanish detachment. They will hand it over to Italian replacements in August. Successive teams leave plaques and badges on a wall that records their passage.</p><p>NATO scrambles jets to identify and possibly take other action when Russian planes fly in Baltic airspace without switched-on transponders and without filing flight plans or communicating by radio with air traffic controllers.</p><p>“There are plenty of times in which, on purpose or not, they’re not really respecting the ICAO — the International Civil Aviation Organization — rules, regarding flight plans and behavior," said Col. Mihaita Marin, commanding the Romanian detachment of six F-16s.</p><p>“So obviously we are forced to take off and just make sure that they are who they say they are and their intention is peaceful,” he said.</p><p>The arrival of spring, bringing better flying conditions, means French and Romanian flyers have been busy since they deployed at the start of April on four-month NATO rotations.</p><p>Marin said interceptions “are getting close to daily" and "that will definitely increase as the weather is getting better."</p><p>French aircrews — watched by an Associated Press journalist who was reporting at the airbase — had their busiest day so far on Monday.</p><p>Scrambled under NATO command, French Rafales met and observed a pair of Russian Tu-22M3 bombers carrying supersonic, anti-ship missiles from their bellies that Russia has also used in Ukraine, repurposing them to attack ground targets, and which can be equipped to carry a nuclear warhead.</p><p>The strategic bombers' more than four-hour flight from an airbase near St. Petersburg, escorted by Su-30 and Su-35 fighters, remained in international airspace but took them past the coasts of NATO countries Finland, Estonia, Latvia, Lithuania and Poland, doubling back when they approached Denmark.</p><p>The French detachment said the Russian planes didn’t have switched-on transponders, file flight plans or enter into radio contact. Fighter jets from Sweden, Finland, Poland, Denmark and Romania also went airborne to keep watch, according to the French. NATO didn't respond to requests for comment.</p><p>The French commander, Lt. Col. Alexandre, said it isn't clear why Russian pilots behave in ways that could endanger other users of Baltic airspace.</p><p>“We don’t know if it’s lack of professionalism or just a means for them to test us," he said.</p><p>“But what is sure is that we need to go every time," he added. "We cannot say, 'OK, that's usual, this time we will just let them pass.'”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KACMJ3W4WZV55QF4GW254XT65E.jpg?auth=14dda8093f971872fcf7b5c920d60096106a527fa0d77cc44aa0e634b44ea619&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A flight-crew member climbs into the cockpit of a French air force Rafale fighter jet stationed on a NATO air-policing mission at the Siauliai Air Base in Lithuania as another member of the French detachment stands at the foot of the ladder on Sunday, April 19, 2026 (AP Photo/John Leicester)]]></media:description><media:credit role="author" scheme="urn:ebu">John Leicester</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UG4333FD6RIELYU6YSAYNK7CPA.jpg?auth=25ad6a6fcf6477b942023f86533ae5453eff079f96eca88488e3ccc88f5d9cff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Romanian air force Col. Mihaita Marin, commander of a Romanian air wing of F-16 fighter jets deployed at the Siauliai Air Base in Lithuania on a NATO air-policing mission, speaks during an interview on Monday, April 20, 2026. (AP Photo/John Leicester)]]></media:description><media:credit role="author" scheme="urn:ebu">John Leicester</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/62CDCM4W3KD2TQ4VUSOJ7ZS3BA.jpg?auth=1c5a500ad08b5c19b932c67329b6353a92f3bfa476581bea491c825c67e9fb0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A member of the French air wing of Rafale fighters jets deployed on a NATO air-policing mission at the Siauliai Air Base in Lithuania wears a mission badge on her arm on Sunday, April 19, 2026 (AP Photo/John Leicester).]]></media:description><media:credit role="author" scheme="urn:ebu">John Leicester</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XSYJPDCHAVNUKDH2XAGOZ25YCE.jpg?auth=060595304d9137836b88d49b3e48e57b37a9acb0dd563572554d707c1ed8e64d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of a French air force detachment of personnel and Rafale jets stationed on a monthslong deployment at the Siauliai Air Base in Lithuania on a NATO air-policing mission play chess in the detachment's headquarters at the base on Monday, April 20, 2026. (AP Photo/John Leicester)]]></media:description><media:credit role="author" scheme="urn:ebu">John Leicester</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DS54SCZ7YS42DFLULVMJIXAGLY.jpg?auth=abb568ac69167d76cf0d4801b670595555ccd9f0b2ee1d42f9a69f16def9f45e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French air force Commander Dorian (surname withheld by the French military) uses his hands to shield his ears from the scream of the jet engines of a Rafale fighter preparing to take off from the Siauliai Air Base in Lithuania on a NATO air-policing mission on Monday, April 20, 2026. (AP Photo/John Leicester)]]></media:description><media:credit role="author" scheme="urn:ebu">John Leicester</media:credit></media:content></item><item><title><![CDATA[Empresas pagan hasta 4 millones de dólares por cruzar el canal de Panamá ante bloqueo en Ormuz]]></title><link>https://www.local10.com/espanol/2026/04/24/empresas-pagan-hasta-4-millones-de-dolares-por-cruzar-el-canal-de-panama-ante-bloqueo-en-ormuz/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/24/empresas-pagan-hasta-4-millones-de-dolares-por-cruzar-el-canal-de-panama-ante-bloqueo-en-ormuz/</guid><dc:creator><![CDATA[Por ALMA SOLÍS y MEGAN JANETSKY, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 05:52:37 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE PANAMÁ (AP) — Las empresas han desembolsado hasta 4 millones de dólares para que sus barcos crucen el Canal de Panamá, con el estrecho de Ormuz prácticamente cerrado, según la Autoridad del Canal de Panamá, en una medida que ha provocado un cambio radical en los flujos comerciales globales.</p><p>Aunque el paso por la vía navegable suele tener una tarifa fija previa reserva, las compañías que no tengan una pueden cruzar pagando un cargo adicional en una subasta de cupos, que se adjudican al mejor postor en lugar de esperar durante días frente a la costa de la Ciudad de Panamá.</p><p>Ese precio se ha multiplicado en las últimas semanas mientras Irán y Estados Unidos bloquean la crucial ruta del estrecho de Ormuz, y la demanda de esos cupos se ha disparado. Cada vez son más buques los que cruzan por el canal de Panamá a medida que se redirigen los envíos y los compradores adquieren productos en otros países para evitar el comercio a través de la ahora peligrosa vía marítima de Oriente Medio.</p><p>"Con todos los bombardeos, los misiles, los drones (...) las empresas dicen que es más seguro y más barato cruzar por el canal de Panamá", apuntó Rodrigo Noriega, abogado y analista en la Ciudad de Panamá. “Todo esto está afectando las cadenas de suministro globales”.</p><p>Mientras, según Noriega, el gobierno de Panamá está “maximizando lo que puede ganar con el Canal de Panamá”.</p><p>El precio medio para cruzar por el canal oscila entre los 300.000 y 400.000 dólares, dependiendo de la embarcación. Antes, para obtener un cruce más temprano, las empresas pagaban entre 250.000 y 300.000 dólares adicionales. En las últimas semanas, el costo adicional promedio se ha incrementado hasta rondar los 425.000 dólares.</p><p>Ricaurte Vásquez, administrador del canal, indicó que otra empresa, cuyo nombre no quiso revelar, pagó 4 millones de dólares extra cuando su buque cisterna tuvo que cambiar de destino debido a las tensiones geopolíticas.</p><p>“Era un barco que llevaba combustible a Europa, y lo redirigieron a Singapur, y necesitaba llegar allí porque Singapur se está quedando sin combustible”, señaló.</p><p>Otras petroleras pagaron más de 3 millones de dólares, además de la tarifa de cruce, para acelerar su paso ante el alza de los precios del petróleo.</p><p>Vásquez apuntó que los barcos no se han aglomerado en el canal, sino que los costos pueden atribuirse a cambios de última hora y a una mayor urgencia de las embarcaciones que necesitan ir de un punto a otro más rápido en medio del caos comercial.</p><p>Según Vásquez, los costos no son una tarifa general del mercado, sino un peaje temporal asumido por las empresas.</p><p>“Ellos deciden hasta qué precio llegar”, manifestó.</p><p>Al tiempo que obtiene más dinero por el nuevo negocio, el gobierno de Panamá también ha sufrido un revés por la pugna geopolítica.</p><p>El miércoles, la cancillería del país acusó a Irán de incautar ilegalmente un buque con bandera panameña de la empresa italiana MSC Francesca en el estrecho de Ormuz.</p><p>Panamá, uno de los países con más buques registrados en el mundo, dijo que la embarcación fue “tomada por la fuerza” por Irán. No estaba claro si el barco seguía bajo custodia iraní.</p><p>La incautación “representa un grave atentado contra la seguridad marítima y constituye una escalada innecesaria en momentos en que la comunidad internacional aboga por que el estrecho de Ormuz se conserve abierto a la navegación internacional sin amenazas ni chantajes de ningún tipo”, indicó el ministerio en un comunicado.</p><p>Noriega señaló que la cantidad que las empresas pagan para cruzar el canal podría seguir aumentando si el conflicto se prolonga, ya que los precios del petróleo ya se están disparando. El precio de un barril de crudo Brent superó brevemente los 107 dólares esta semana, frente a los alrededor de 66 dólares que costaba hace un año.</p><p>“Nadie previó realmente los posibles efectos (de la guerra) sobre el comercio mundial”, afirmó Noriega.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QHD53BCWLYRY5QNFJZEEDZASCI.jpg?auth=c7f5819d15ee8be8ce424271ccc8670dc61186480389f93f95170ef95101715f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Contenedores de mercancías, a bordo de un mercante que cruza el canal de Panamá al amanecer, en la Ciudad de Panamá, el 25 de marzo de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Businesses dole out up to $4 million to cross Panama Canal during Strait of Hormuz chokehold]]></title><link>https://www.local10.com/business/2026/04/24/businesses-dole-out-up-to-4-million-to-cross-panama-canal-during-strait-of-hormuz-chokehold/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/24/businesses-dole-out-up-to-4-million-to-cross-panama-canal-during-strait-of-hormuz-chokehold/</guid><dc:creator><![CDATA[By ALMA SOLÍS and MEGAN JANETSKY, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 05:05:36 +0000</pubDate><content:encoded><![CDATA[<p>PANAMA CITY (AP) — Businesses have doled out up as much as $4 million to move boats through the Panama Canal with the Strait of Hormuz effectively closed, according to the Panama Canal Authority, in a move that has created a seismic shift in global trade flows.</p><p>While passage through the waterway usually comes at a flat rate via reservations, companies without reservations can cross by paying an additional fee in an auction for slots, which are awarded to the highest bidder rather than waiting for days off the coast of Panama City.</p><p>That price has ballooned in recent weeks as Iran and the United States have bottlenecked the key shipping route, the Strait of Hormuz, and demand for those slots has skyrocketed. Ships have increasingly traveled through the Panama Canal as shipments are rerouted and buyers purchase from other countries to avoid commerce through now-treacherous Middle Eastern waterway.</p><p>"With all the bombings, the missiles, the drones ... companies are saying it's safer and less expensive to cross through the Panama Canal," said Rodrigo Noriega, said lawyer and analyst in Panama City. “All of this is affecting global supply chains.”</p><p>Meanwhile, Noriega said Panama's government is “maximizing what it can earn from the Panama Canal.”</p><p>The average price to cross through the canal ranges between $300,000 and $400,000 depending on the vessel. Previously, to get an earlier crossing, businesses would pay an additional $250,000 to $300,000. In recent weeks, the average additional cost has jumped to around $425,000.</p><p>Ricaurte Vásquez, the canal’s administrator, said another company that he would not name paid an extra $4 million when its fuel vessel had to change its destination because of ongoing geopolitical tensions.</p><p>"It was a ship carrying fuel to Europe, and they redirected it to Singapore, and it needed to get there because Singapore is running out of fuel,” he said.</p><p>Other oil companies paid an excess of $3 million in addition to the crossing fee to accelerate their passage in the face of soaring oil prices.</p><p>Vásquez said that ships have not piled up at the canal, but rather the costs can be attributed to last-minute shifts and greater urgency by vessels needing to get from one point to another faster in the wake of larger trade chaos.</p><p>Vásquez emphasized that the costs were not a blanket market rate, but rather a temporary toll shouldered by companies.</p><p>"They decide how high a price to go,” Vásquez said.</p><p>At the same time it's earning more money from the new business, Panama's government has also been dealt a blow by the geopolitical struggle.</p><p>On Wednesday, the country's foreign ministry accused Iran of illegally seizing a Panama-flagged vessel from the Italian company, MSC Francesca, in the Strait of Hormuz.</p><p>Panama, a country with one of the world's largest ship registries, said the ship was “forcibly taken" by Iran. It wasn’t immediately clear if the boat remained in Iranian custody.</p><p>“This represents a serious attack on maritime security and constitute an unnecessary escalation at a time when the international community is advocating for the Strait of Hormuz to remain open to international navigation without threats or coercion of any kind,” it said.</p><p>Noriega, the analyst, said that the amount companies are paying to cross the Panama Canal may only go up if the conflict continues to stretch on, as oil prices are already skyrocketing. The price of a barrel of Brent crude oil briefly jumped above $107 this week, soaring from around $66 a barrel a year ago.</p><p>“No one really foresaw the potential effects (the war) would have on global trade,” Noriega said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BPP5OG452XGNNNC43EMYAG5B5U.jpg?auth=40a229b76bb9e8ba7fdde3307f3a75f44b7d38537eb83723a8ab2a3efb2739c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cargo containers are stacked on a cargo ship moving through the Panama Canal, at sunrise in Panama City, Wednesday, March 25, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q2EVHYRS3XWK3GU37GESB3OPFY.jpg?auth=460508d142051c220fa4b7ed9115cccb585b13c29d8472c23a93b34a0a40ce25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cargo containers are stacked on a cargo ship moving through the Panama Canal, at sunrise in Panama City, Wednesday, March 25, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Avalanche get a pair of lucky goals and hold off Kings 4-2, taking a 3-0 series lead]]></title><link>https://www.local10.com/sports/2026/04/24/avalanche-get-a-pair-of-lucky-goals-and-hold-off-kings-4-2-taking-a-3-0-series-lead/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/24/avalanche-get-a-pair-of-lucky-goals-and-hold-off-kings-4-2-taking-a-3-0-series-lead/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 05:54:29 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Cale Makar scored the tiebreaking goal, Scott Wedgewood made 24 saves and the top-seeded Colorado Avalanche moved to the brink of the second round of the Stanley Cup playoffs with a 4-2 victory over the Los Angeles Kings on Thursday night.</p><p>Gabriel Landeskog and Artturi Lehkonen scored on fortunate deflections for the Presidents' Trophy-winning Avalanche, who went up 3-0 in the series with another narrow win over the persistent Kings.</p><p>With Wedgewood backstopping the defense in his first playoff series, Colorado has allowed just four goals in three games by defense-minded Los Angeles, which has held superstar Nathan MacKinnon without a goal so far.</p><p>“It’s been tough sledding to create offense, but we have different guys stepping up on different nights and scoring in different situations,” Colorado coach Jared Bednar said. “That’s been able to make the difference.”</p><p>Trevor Moore and Adrian Kempe scored and Anton Forsberg stopped 19 shots, but the Kings are a loss away from being eliminated in the first round for the fifth consecutive season.</p><p>Game 4 is Sunday in Los Angeles. A loss would end the 20-year career of Kings captain Anze Kopitar, who is retiring after the season.</p><p>Los Angeles scored two goals for the first time in the series, but couldn't find a tying goal after Kempe scored on a power play with 4:03 to play. Instead, Brock Nelson scored into LA's empty net with 2:18 left.</p><p>“We’ve just got to continue to find ways to break them down,” Makar said. “I feel like tonight, we got a lot of chances and capitalized on a few. Still, I feel like there’s areas for improvement, for sure.”</p><p>Los Angeles hasn't won a playoff round in six previous tries since raising the Stanley Cup in 2014, and this loss was the Kings' seventh straight postseason defeat dating to last spring.</p><p>After grinding out a pair of 2-1 victories in Denver, the Avalanche again took care of business in LA with fundamentally sound hockey — and a good bit of luck this time.</p><p>Landeskog put the Avs ahead in the opening minutes with a fluke goal when his wrist shot hit the end boards and caromed back perfectly to deflect in off Forsberg’s skate.</p><p>Colorado then got another fortunate bounce during a Kings power play in the third period. When Lehkonen and Logan O’Connor broke out on an odd-man rush, Lehkonen’s pass deflected off the back of Kempe’s skate and ricocheted through Forsberg’s legs with 12:21 to play.</p><p>Offense remains the fatal flaw of the Kings, who were the only team in the bottom third of the NHL in scoring to make the playoffs. Los Angeles has four goals on 76 shots against Colorado.</p><p>“We've got to find ways to score,” Kings interim coach D.J. Smith said. “I mean, we had looks. You can give them credit, but we missed the net 13 times leading into the third period.”</p><p>Makar put Colorado ahead in the second, dangling just inside the blue line and firing a brilliant wrist shot through traffic. The perennial Norris Trophy candidate has 23 playoff goals — second-most among active defensemen — in 82 career games, memorably scoring eight in his Conn Smythe Trophy-winning performance during the Avs' championship run in 2022.</p><p>Colorado defenseman Josh Manson left Game 3 early with an upper-body injury. He'll be re-evaluated before Sunday, Bednar said.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FZECAJW5M7NOIBHFRTDVQEY2E4.jpg?auth=2d47e134ed4cfa2563d13e7fea145bd577f1c8cdb108a4e642093f0d1914e080&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche center Nazem Kadri, right, celebrates his goal with center Nicolas Roy during the first period of Game 3 in the first round of the NHL hockey Stanley Cup playoffs against the Los Angeles Kings, Thursday, April 23, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NGQNNTTAATFIK7OXBWY35PRO4.jpg?auth=02c35272e78bd1bd394c42b8dfc0336163e9d69b7c275a2251e9e02cc7f66545&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche left wing Gabriel Landeskog, left, and Los Angeles Kings right wing Joel Armia reach for the puck during the first period of Game 3 in the first round of the NHL hockey Stanley Cup playoffs Thursday, April 23, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KZG6VYHAZFW2MQVANLIXPZIQ3U.jpg?auth=650265d314ac4dd0cc89bf25e720f2ae2100776b356325bf3b547cad648b191c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Kings left wing Trevor Moore, center, is hit in the mouth by Colorado Avalanche defenseman Josh Manson, left, as he scores on goaltender Scott Wedgewood, right, during the second period of Game 3 in the first round of the NHL hockey Stanley Cup playoffs Thursday, April 23, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L5P7DUEDBCQQDRDYUSQUNJPLFI.jpg?auth=3ab72f10c89e28e0d5d0db0033300b1c8c7777e9c1c005ab049d89a69435fc6c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche defenseman Cale Makar, right, celebrates his goal with center Nathan MacKinnon, left, and center Martin Necas during the second period of Game 3 in the first round of the NHL hockey Stanley Cup playoffs against the Los Angeles Kings, Thursday, April 23, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GF6NZP2AFMPUKUBDMB2S3IEHQM.jpg?auth=8d1cddf3d484aac63ea3ec9e79dafffb0f60b4811c5731f256d55b0a3a5a31f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Kings left wing Andrei Kuzmenko, right, takes the puck as Colorado Avalanche defenseman Cale Makar, center reaches in while goaltender Scott Wedgewood watches during the second period of Game 3 in the first round of the NHL hockey Stanley Cup playoffs Thursday, April 23, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Stocks mostly decline as the Iran war standoff pushes oil prices higher]]></title><link>https://www.local10.com/business/2026/04/24/asian-stocks-are-mixed-as-the-iran-war-standoff-pushes-oil-prices-higher/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/24/asian-stocks-are-mixed-as-the-iran-war-standoff-pushes-oil-prices-higher/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 08:27:12 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — World shares were mostly lower while oil prices pushed higher Friday as talks on ending the war between the U.S. and Iran remained stalled.</p><p>U.S. futures also wavered after Wall Street pulled back from its all-time highs. The future for the S&P 500 edged 0.1% higher, while that for the Dow Jones Industrial Average lost 0.2%.</p><p>In early European trading, Germany's DAX lost 0.2% to 24,106.17 and the CAC 40 in Paris dropped 1% to 8,147.70. Britain's FTSE 100 sagged 0.6% to 10,397.64.</p><p>During Asian trading, Tokyo’s Nikkei 225 gained 1% to 59,716.18, led by heavy buying of technology stocks. On Thursday, it hit a record intraday high above 60,000.</p><p>Hong Kong’s Hang Seng reversed earlier losses to add 0.2%, closing at 25,978.07, while the Shanghai Composite index edged 0.1% lower to 4,079.90.</p><p>South Korea’s Kospi closed nearly unchanged at 6,475.63.</p><p>In Australia, the S&P/ASX 200 declined 0.1% to 8.786.50.</p><p>Taiwan’s Taiex jumped 3.2% as computer chipmaker TSMC, which makes up a key part of the index, gained 5.1%.</p><p>India's Sensex lost 1.4%.</p><p>Progress on another round of peace talks between the United States and Iran was limited even after President Donald Trump said Tuesday that the U.S. was indefinitely extending a two-week ceasefire with Iran, a day before it was originally set to expire.</p><p>The Strait of Hormuz, a key passageway for global energy where roughly a fifth of the world’s oil and natural gas normally passed through before the war, remains largely closed and a U.S. sea blockade of Iranian ports is still in effect. After the U.S. imposed a blockade on Iranian ports last week, Iran attacked three ships in the strait on Wednesday and seized two of them.</p><p>Trump said Thursday that the U.S. military was intensifying its mine-clearing efforts in the strait and he ordered the military to “shoot and kill” small Iranian boats laying mines in the area.</p><p>Oil prices have remained elevated since the Iran war began on Feb. 28.</p><p>The price for a barrel of Brent crude to be delivered in June rose 3.1% on Thursday to settle at $105.07 and at one point topped $107. The price for a barrel of Brent to be delivered in July, which is the more popular contract for traders, settled at $99.35 after rising as high as $101.</p><p>Early Friday, Brent crude was up 98 cents at $100.33 a barrel. U.S. benchmark crude picked up 81 cents to $96.66 per barrel.</p><p>The global energy shock caused by the Iran war has threatened to worsen inflation in many countries and shaken world markets. But Wall Street has still hit record highs, helped by strong corporate earnings and some optimism that the war will end soon.</p><p>On Thursday, the benchmark S&P 500 dropped 0.4%, halting a weekslong rally that lifted it to new all-time highs. The Dow industrials also declined 0.4%, while the technology stocks-heavy Nasdaq composite dropped 0.9%.</p><p>Shares of Tesla sank 3.6%, dragging the market lower despite strong-than-expected quarterly results as investors focused on a big jump in capital expenditures as the company pivots towards artificial intelligence and robotics.</p><p>Paramount Skydance lost 4.5%, following approval by Warner Bros. Discovery's shareholders of its merger with Paramount. Shares of Warner Bros. Discovery fell 1.6%.</p><p>In other dealings early Friday, the U.S. dollar rose to 159.74 Japanese yen from 159.71 yen. The euro was trading at $1.1687, down from $1.1683.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W2EFDX7FTBFKH6K6SPKMEONDIA.jpg?auth=c1bc70f922574c27488783f9e9a3e8008ba9e85e8b70ac748ddc704be9561ae5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A currency trader watches monitors near a screen showing the Korea Composite Stock Price Index (KOSPI), top center, and the foreign exchange rate between U.S. dollar and South Korean won, top center left, at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Friday, April 24, 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/OZHC7KHIH7OWXT37544N5M4XXA.jpg?auth=10335afc5138e5ee314ef7fa8af07c417687a01c7945f84049eee8bbce3827cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person stands in front of an electronic stock board showing Japan's Nikkei index at a securities firm Thursday, April 23, 2026, in Tokyo. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SB77ZXUR5Z5SRV6KCRUSMZKJGY.jpg?auth=263a8fb6838896206167654f005f7b509e168ae0aa5b8eaffe4f19563a93082f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A board above the floor of the New York Stock Exchange displays the closing number for the Dow Jones industrial average, Thursday, April 23, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AVETI5QK4N4HCPEMOBIDKEKOIM.jpg?auth=b57529ed95815a3d4b2570482dcffebe5b66ffde0bc75ad1ef65dae26a686c8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Currency traders work near a screen showing the Korea Composite Stock Price Index (KOSPI), right, and the foreign exchange rate between U.S. dollar and South Korean won at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Friday, April 24, 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/2KYLKQMMZX3FJ6QBZ7QM5XZ6OE.jpg?auth=75af23d9daac5168e1a5d5b88de1aaa88f0ecb1b3bcd47cd54e6b5c7ad8443e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Currency traders watch monitors near a screen showing the Korea Composite Stock Price Index (KOSPI), top center, and the foreign exchange rate between U.S. dollar and South Korean won, top center left, at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Friday, April 24, 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[Tornado barrels through Oklahoma, damaging homes and shutting down roads]]></title><link>https://www.local10.com/news/national/2026/04/24/tornado-barrels-through-oklahoma-damaging-homes-and-shutting-down-roads/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/24/tornado-barrels-through-oklahoma-damaging-homes-and-shutting-down-roads/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 11:14:13 +0000</pubDate><content:encoded><![CDATA[<p>ENID, Okla. (AP) — A powerful tornado in Oklahoma ripped roofs off buildings and reduced others to rubble, knocked down power poles and sent emergency crews rushing into a rural community near Vance Air Force Base, officials said.</p><p>The confirmed tornado Thursday moved across parts of Enid, a city of about 50,000 people near the state's northern border, according to the National Weather Service. Video showed a rapidly rotating column of air touching down along with totaled homes.</p><p>There were no immediate reports of fatalities and only minor injuries hours after the tornado passed through, according to the Garfield County Sheriff's Office. Authorities were going door-to-door in some neighborhoods to check on residents.</p><p>Enid Mayor David Mason said some residents were trapped in their homes by debris and had to be rescued.</p><p>Some of the worst damage happened in Gray Ridge, a neighborhood on the south side of the city, he said. “We have quite a few homes knocked down in there,” he told KOCO-TV.</p><p>Video from the scene showed piles of rubble where homes once stood. Other buildings appeared to be leveled.</p><p>Amy Kuntz, who was driving home to Enid, was calming her daughter over the phone during the storm.</p><p>“She said, ‘I don’t know what to do,’ And then I was like, ‘Get in the bathtub.’ So she got in the bathtub and not even a minute later, she's like, ‘Mom, the roof’s gone,’” Kuntz told KFOR-TV.</p><p>Fences and some equipment were knocked down at Vance Air Force Base, about 80 miles (129 kilometers) north of Oklahoma City. The base closed until further notice “due to ongoing power and water restoration efforts,” it posted online Friday.</p><p>“Please join me in praying for the Enid community, which has been severely impacted by tonight’s tornado,” Oklahoma Gov. Kevin Stitt posted on social media.</p><p>More storms are possible through Friday night across south-central and southeast Oklahoma, the National Weather Service in Norman said. Strong to severe thunderstorms are expected to develop Saturday, including in the Enid area.</p><p>It was a stormy night for other states, too. In Kearney, Missouri, north of Kansas City, officials reported downed trees, debris blocking roadways and damage to homes on Thursday night after storms passed through the area. Officials said in a social media post that no injuries had been reported. Crews worked to make roads passable by early Friday and were expected to continue cleanup efforts during the day.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FDYBNXCKBBY4BNU3IVMB5MDGJY.jpg?auth=3955a635eb9ad8eb4739bb7018445d8e60c012518b6d63ae916a6c19da6a92d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lightning lights up the sky behind an AT&T building as a thunderstorm moves through the area Thursday, April 23, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7WQASKRUZ7CTPQGVYYOPOFSEIE.jpg?auth=ff9f52971b62ff89533f1c9432e4c05071390193d20cd25a7fe1c8fab75905b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lightning is reflected in the glass exterior of an apartment building as a thunderstorm moves through the area Thursday, April 23, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UTYPY3PVRZUVMJ67F5SBBNXDMQ.jpg?auth=65e0a18665422459e063b07e586f3bf7ad27b3d69aac3d09191f4291628a4922&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk in the rain as a thunderstorm moves through the area Thursday, April 23, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RQG545CKRVQLY2DSGPS2C7C3CM.jpg?auth=8681cdc02c8be4605c106dccf9f066fed2306de8a72907c41088bd0196d1da20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks in the rain as a thunderstorm moves through the area Thursday, April 23, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Reclassifying marijuana as a less dangerous drug might only be the first step for Trump]]></title><link>https://www.local10.com/business/2026/04/24/reclassifying-marijuana-as-a-less-dangerous-drug-might-only-be-the-first-step-for-trump/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/24/reclassifying-marijuana-as-a-less-dangerous-drug-might-only-be-the-first-step-for-trump/</guid><dc:creator><![CDATA[By GENE JOHNSON, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 04:27:51 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — President Donald Trump's decision to reclassify state-licensed medical marijuana as a less dangerous drug is a boon for the industry: It gives dispensaries a big tax break, eases some barriers to researching cannabis and could even allow the export of marijuana to other countries.</p><p>But that might only be Trump's first step. A new administrative hearing slated for the end of June could result in the reclassification of marijuana more broadly, granting tax and other benefits to state-licensed recreational markets, too.</p><p>“This is a signal that this administration means business on getting this done,” said Boston-based cannabis industry attorney Jesse Alderman, of the firm Foley Hoag.</p><p>The order issued Thursday does not legalize marijuana for medical or recreational use under federal law, and it is likely to face legal challenges.</p><p>But it does change the way marijuana is 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.</p><p>A long-sought shift</p><p>It was a significant policy shift for a U.S. government that has been steadfast in its prohibition of pot, even as all states but two — Idaho and Kansas — have approved cannabis in some form since California became the first to OK the medical use of marijuana in 1996.</p><p>Two dozen states plus Washington, D.C., have authorized adult recreational use of marijuana, raising billions in tax revenue. Forty have medical marijuana systems, and eight others allow low-THC cannabis or CBD oil for medical use.</p><p>The order noted that regulation of medical marijuana has come a long way, with comprehensive licensing polices from cultivation to sales in most states.</p><p>Douglas Hiatt, a longtime Seattle marijuana defense attorney, recalled the height of the AIDS epidemic in the 1980s and '90s, when police regularly raided grow operations designed to support patients.</p><p>He joined one client, a disabled medical marijuana activist named JoAnna McKee, as she met in the woods with members of the Hells Angels motorcycle club to procure cannabis for other patients after a police raid — just one example of the desperate lengths that were sometimes required to procure pot back then, he said.</p><p>“We were watching all these guys die from this horrible disease, and the only thing that helped them keep their pills down was marijuana, and the cops were going after anyone who helped them get it,” Hiatt said in a phone interview Thursday. “It was crystal clear from the beginning that it had medical uses. For the feds to admit that now is great. It's surreal."</p><p>Critics express doubts</p><p>Some health experts 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>Taking marijuana from a Schedule I drug to a Schedule III drug implies that it’s useful as a treatment, but there are no “massive medical indications for cannabis,” said Dr. Smita Das, an addiction psychiatrist at Stanford University. Further, cannabis use disorder — which affects about 3 in 10 people who use pot, according to the U.S. Centers for Disease Control and Prevention — has been on the rise, she said.</p><p>“We’ve already had kind of a decrease in risk perception related to cannabis over the years with the state legalization," Das said. "This will probably just add to that.”</p><p>The reclassification is a far cry from what many critics of the drug war still long to see: full legalization, with measures to address the harms caused by prohibition, especially in minority communities that were disproportionately affected. Many states have already taken steps such as expunging criminal records.</p><p>There is confusion for some dispensaries</p><p>Now, state-licensed medical operators can finally deduct business expenses on their federal taxes, a crucial financial benefit.</p><p>But in a number of recreational pot states, licensed dispensaries serve both markets — making it an accounting nightmare to ascertain how much of their business expenses might stem from the medical side, and thus be deductible.</p><p>“If this artificial distinction between medical and recreational is maintained, it raises all sorts of questions,” noted sociology professor Josh Meisel, who co-founded the Humboldt Institute for Interdisciplinary Marijuana Research at California State Polytechnic University, Humboldt.</p><p>Trump told his administration in December to work as quickly as possible to reclassify marijuana, following up on stalled efforts launched during the Biden administration. 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>‘Giving a tax break to Big Weed’</p><p>The president of the American Trade Association for Cannabis and Hemp, Michael Bronstein, called the order “the most significant federal advancement in cannabis policy in over 50 years."</p><p>But marijuana legalization opponent Kevin Sabet, CEO of Smart Approaches to Marijuana, said that while marijuana research is necessary, “there are many ways to increase our knowledge without giving a tax break to Big Weed.”</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.</p><p>___</p><p>Johnson reported from Seattle.</p><p>Associated Press reporter Laura Ungar contributed.</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[Timberwolves take a 2-1 lead on the Nuggets with a dominant defensive effort in a 113-96 win]]></title><link>https://www.local10.com/sports/2026/04/24/timberwolves-take-a-2-1-lead-on-the-nuggets-with-a-dominant-defensive-effort-in-a-113-96-win/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/24/timberwolves-take-a-2-1-lead-on-the-nuggets-with-a-dominant-defensive-effort-in-a-113-96-win/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 05:37:23 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — Jaden McDaniels and the Minnesota Timberwolves flexed even more of their defensive muscle against the flagging Denver Nuggets, seizing a 2-1 lead in the first-round NBA playoff series with a dominant 113-96 victory on Thursday night.</p><p>McDaniels had 20 points and 10 rebounds, Ayo Dosunmu added 25 points and nine assists off the bench, and Donte DiVincenzo had 15 points and four steals as the surging Timberwolves built a 27-point lead in the third quarter and finished with a 68-34 advantage in points in the paint.</p><p>Rudy Gobert followed his inspired Game 2 effort against Nikola Jokic by stifling the three-time MVP again on an ugly 7-for-26 shooting night, and the Timberwolves established a postseason franchise record by allowing the Nuggets just 11 points in the tone-setting first quarter.</p><p>“The shooting really put us behind the 8-ball to start the game,” Nuggets coach David Adelman said. “We only gave up 25 points in the first quarter. That’s actually a very good number. We just had a hard time making shots tonight. Our physicality offensively has got to get better."</p><p>Jokic finished with a too-little-too-late 27 points and 15 rebounds for the Nuggets, who were missing Aaron Gordon to a calf injury and all the energy he provides from his starting power forward spot.</p><p>“He’s the greatest offensive player I’ve guarded in my whole career,” Gobert, the four-time NBA Defensive Player of the Year who had 10 points, 12 rebounds and three blocks, said of Jokic. “Just trying to enjoy the challenge.”</p><p>Jamal Murray had 16 points on just 5-for-17 shooting as the league's best 3-point shooting team during the regular season struggled again from deep. The Nuggets have hit 30% of their 3s in the series, going 33 for 109.</p><p>But the Timberwolves did even more damage with the ball.</p><p>“They’re kind of pushing the pace, playing faster,” Jokic said. “Don’t let us set our defense, and then just driving the ball and trying to be aggressive.”</p><p>McDaniels, who flatly answered a question about Minnesota's offensive strategy after Game 2 by labeling all of Denver's players “bad defenders,” proved to be more prescient than reckless with his assessment. Rather than irking the Nuggets, he had himself and his teammates fired up as the series shifted to their home court.</p><p>The Wolves turned loose their primary wing players — McDaniels, DiVincenzo and Dosunmu — to repeatedly attack the basket as they raced around the Nuggets at every turn in the first half on the way to a 61-39 lead.</p><p>“We're being decisive," Dosunmu said. "That's what it's all about.”</p><p>McDaniels delighted the crowd with a 3-pointer from the top of the key and a one-handed slam in traffic over Jokic and Spencer Jones down the stretch in one of his finest performances in the postseason for Minnesota. Several fans clutched signs honoring McDaniels and his blunt "bad defenders" quote, a cheeky tribute that made even the stone-faced sixth-year player smile afterward.</p><p>“I thought it was a very emotionally sound game for him," Gobert said. "That’s huge for him to just stay locked in, stay present, not getting frustrated.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4375Y7AL63TIBQIRFPTDOU2R2A.jpg?auth=9bc469573e0989eb50a52624abc23f733624597dca68436447e2f0567dc65006&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denver Nuggets center Nikola Jokic (15) works toward the basket as Minnesota Timberwolves center Rudy Gobert (27) and forward Julius Randle (30) defend during the first half in Game 3 of a first-round NBA basketball playoff series, Thursday, April 23, 2026, in Minneapolis. (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/2KUM4XJ2A7KPB26YGDYEXLVD4Y.jpg?auth=c703c752783bd2ee914ef66ec6fc8f0f20405e72a84b3be308760c1878e804c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Timberwolves guard Donte DiVincenzo (0) celebrates after making a 3-point shot during the first half in Game 3 of a first-round NBA basketball playoff series against the Denver Nuggets, Thursday, April 23, 2026, in Minneapolis. (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/IARVC3Q2ZMJ24TAUKW5W3QTMO4.jpg?auth=ae5863e7b7d5052e9bd34579a2661345baa7a5a814accc4d938cdb17bad7b52a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denver Nuggets center Nikola Jokic (15), back, is fouled by Minnesota Timberwolves center Rudy Gobert (27) during the first half in Game 3 of a first-round NBA basketball playoff series, Thursday, April 23, 2026, in Minneapolis. (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/7KSS37CCGIM6NSOM7ZS2HBU2SI.jpg?auth=24758fa1ac407acef3e7feb6ce1b1baa8c0c5955564061aafd0167ecde2c2ecd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denver Nuggets guard Jamal Murray (27) works toward the basket as Minnesota Timberwolves center Naz Reid (11) and guard Anthony Edwards (5) defend during the first half in Game 3 of a first-round NBA basketball playoff series, Thursday, April 23, 2026, in Minneapolis. (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/5SER7RTHA6PE6UA5KD4DQAFNW4.jpg?auth=b7d78c34b394380d2b00ad57f20f3489499dcf8c3a5a139129ae2f872e09a1e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denver Nuggets center Nikola Jokic (15) shoots over Minnesota Timberwolves forward Jaden McDaniels (3) during the first half in Game 3 of a first-round NBA basketball playoff series, Thursday, April 23, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[China will send giant pandas to Atlanta again]]></title><link>https://www.local10.com/news/national/2026/04/24/china-will-send-giant-pandas-to-atlanta-again/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/24/china-will-send-giant-pandas-to-atlanta-again/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 09:43:10 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Atlanta will have giant pandas again.</p><p>China on Friday announced it will send two giant pandas to Zoo Atlanta in the U.S. in Beijing's latest efforts of panda diplomacy despite tensions with Washington, less than a month before a much-anticipated visit by U.S. President Donald Trump to Beijing.</p><p>The China Wildlife Conservation Association said in a statement that male panda Ping Ping and female panda Fu Shuang, from the Chengdu Research Base of Giant Panda Breeding, will kick off a decade-long conservation partnership under an agreement it signed with the zoo last year.</p><p>The association did not specify the pandas' departure date but said the U.S. side was carrying out facility upgrades, among other preparation work, to create a more comfortable and safer environment for the pair. Chinese experts provided technical guidance on the upgrades, it said.</p><p>The announcement came weeks ahead of Trump's planned visit to China in mid-May, during which he is expected to discuss various issues, including trade, with his counterpart, President Xi Jinping.</p><p>Zoo Atlanta said Thursday that it was delighted and honored to be trusted as stewards of the pandas and to partner with the association.</p><p>“We can’t wait to meet Ping Ping and Fu Shuang and to welcome our members, guests, city, and community back to the wonder and joy of giant pandas,” the zoo's president, Raymond B. King, said in a statement.</p><p>China's Foreign Ministry spokesperson Guo Jiakun told reporters that the new round of cooperation on conservation would help improve the health and well-being of the giant pandas, advance global biodiversity protection and strengthen the friendship between the Chinese and American people.</p><p>During an earlier giant panda agreement between the zoo and China that concluded in 2024, pandas Lun Lun and Yang Yang gave birth to seven bears, the zoo said. Lun Lun and Yang Yang and their two youngest offspring left Atlanta for China in October 2024, where the rest of their offspring reside, it said.</p><p>Giant pandas have been a symbol of the U.S.-China friendship ever since Beijing gifted a pair of pandas to the National Zoo in Washington in 1972, and China has long used its giant panda loan program as a tool of Beijing’s soft power diplomacy worldwide.</p><p>Beijing could also be renewing its cooperation with U.S. zoos at a time of otherwise sour relations in a bid to boost conservation efforts for the mammals.</p><p>The association said Friday that the new round of cooperation will help China and the U.S. to advance in areas ranging from disease prevention and treatment to scientific exchanges.</p><p>The International Union for Conservation of Nature, a leading international group, took pandas off its endangered list in 2016 and classified them as “vulnerable" instead.</p><p>In 2024, the National Zoo in Washington and the San Diego Zoo also received pandas from China.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W2PQDZP3YRLBKWFJPCZ2M5WNTY.jpg?auth=e8214f88511d2e3feef59e84d2e524623a50e402d2d6747f80ce8166c86ac97c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - One of four panda bears at Zoo Atlanta rests in their habitat on Dec. 30, 2023, in Atlanta. (AP Photo/Kate Brumback, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kate Brumback</media:credit></media:content></item><item><title><![CDATA[Georgia blaze shows how climate change has led to more wildfires in the East]]></title><link>https://www.local10.com/news/florida/2026/04/24/georgia-blaze-shows-how-climate-change-has-led-to-more-wildfires-in-the-east/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/24/georgia-blaze-shows-how-climate-change-has-led-to-more-wildfires-in-the-east/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 04:05:13 +0000</pubDate><content:encoded><![CDATA[<p>Often considered more a problem for Western North America, wildfires are becoming more intense, frequent and damaging in the East, such as this week's blaze that destroyed more than 50 homes in Georgia, fire scientists said.</p><p>Researchers blame a number of factors including climate change causing fuel to dry out and be more flammable, a record drought, tens of millions of tons of dead trees from Hurricane Helene and just the large area where dense forests and high numbers of people try to coexist.</p><p>So far this year, 2,802 square miles (7,258 square kilometers) of the United States has burned in wildfires — much of it in Nebraska, an unusual area for massive wildfires — that's 88% more than the 10-year average for this time of year, according to the National Interagency Fire Center. That's happening as significant chunks of the country set records for the warmest winter and March and April drought.</p><p>“The warmer we get, the more fire we see. Longer fire seasons, more lightning possibly, and drier fuels,” said fire scientist Mike Flannigan of Thompson Rivers University in British Columbia, Canada. “I think we're going to see more fire in the East. We're seeing more intense fires.”</p><p>Fires are increasing in the East</p><p>The number of large fires, likelihood of them happening and amount of land burned has increased in most of the Southeast United States from 1984 to 2020, according to a 2023 study by University of Florida fire ecologists Victoria Donovan and Carissa Wonkka.</p><p>“The fires in the East historically and today are a lot smaller than in the Western United States, so they might not always grab as much attention as those out West. But we’re starting to see now this shift in dynamics in the East, we’re starting to quantify it,” Donovan said Thursday. “Even though the changes that we're seeing in the East are much smaller than we're quantifying out West, we think it's extremely important to start to get ahead of this problem now.”</p><p>Three months ago, Donovan, Wonkka and other fire scientists created a new network for fire researchers to study Eastern fires because some of the issues that experts have learned out West may not apply in the East, Wonkka said.</p><p>Even though the West has bigger and more noticeable fast-spreading fires, the East has more people in the way of flames in something scientists call the wildland-urban interface or WUI.</p><p>“We found that 45% of all large wildfires in the East burn some portion of the wildland-urban interface and 55% of the area burned so that a lot of these large wildfires are associated with WUI fires,” Donovan said.</p><p>Add to that the forests in the East are denser and less likely to be thinned out than those in the West, Donovan said.</p><p>Hurricane Helene created a ‘ticking time bomb’</p><p>A week ago, federal and state official looked at the drought, the weather and the millions of dead trees from Hurricane Helene in 2024 and issued an advisory to watch out for fires, said Nick Nauslar, a National Weather Service fire science and operations officer at the National Interagency Fire Center in Boise, Idaho.</p><p>“They are thinking, you know, they could see more fires, more resistance to control with the fires that they get,” Nauslar said. “It has been warmer and drier than normal across many of the areas where Helene caused damage. So there’s the potential there. You have an excess of fuel available because now (the trees are) dead and at the mercy of weather and climate. And then if you get dry and windy conditions, if you get an ignition, it’s more likely to ignite and spread.”</p><p>In Georgia alone, 13,954 square miles (36,142 square kilometers) of forest land was hit by Hurricane Helene, downing more than 26 million tons of pine and 30 million tons of hardwood, according a November 2024 University of Georgia and Georgia Forestry Commission timber damage assessment.</p><p>“Many of us have worried about fuel buildup post-Helene. It’s a ticking time bomb,” University of Georgia meteorology professor Marshall Shepherd said.</p><p>Dry air makes it worse</p><p>But it's not just downed trees — it's also dry air increasing the likelihood of fires. It's not just a lack of rain, but the air itself is less humid, which causes problem, Nauslar and Flannigan said.</p><p>“As we warm … the atmosphere’s ability to suck moisture out of dead fuel, not live fuel, but dead fuel, increases almost exponentially as temperature increases,” Flannigan said. “The drier the fuel, the easier it is for a fire to start, means more fuel dried and is available to burn, which leads to higher intensity fires that are difficult to impossible to extinguish.</p><p>“That's what we're seeing now starting to make inroads into the East,” Flannigan said. Human-caused climate change is clearly playing a role, he said.</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/6V5QAOBOIEUKOBRA5WZ55Y3TJA.jpg?auth=f6422078c2583f937b20a80f6d7915c7594b026867acbcb3a18370385384aacc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A burned trailer sits near a destroyed home as the Brantley Highway 82 fire burns, 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/FHJ3CE2KWURYOTQRCKQ7JJ7GIY.jpg?auth=1c7a61c194f83e4cbee7d0ee616330929836948c39c87a0afbf44c432dcf6990&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter carries water to 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/75625G3SYRLASSJ26HTMWRWOCY.jpg?auth=0fb283173b8ec1826e8a8f74d5204a14d401fadd990948633088c3936437be6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A burned vehicle sits near a destroyed home as the Brantley Highway 82 fire burns, 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/EXBPCIKFVCOCCFAZELW2YG57J4.jpg?auth=60df55b4e888a7697b61a3e697e0895b1f9a4918a6a9c93e8bebb196df9d9f13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fire burns as the Brantley Highway 82 fire burns, 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/7IU5NY6ZYGIPVHKVYGPN7GEJCU.jpg?auth=65e277372adc581de862335c8d00c6de22c62d13578d99ef1fcb47e26dc2f62e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter works 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></item><item><title><![CDATA[Q&A: Apollo astronaut Schmitt talks about getting back to the moon and life in the universe]]></title><link>https://www.local10.com/news/florida/2026/04/24/qa-apollo-astronaut-schmitt-talks-about-getting-back-to-the-moon-and-life-in-the-universe/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/24/qa-apollo-astronaut-schmitt-talks-about-getting-back-to-the-moon-and-life-in-the-universe/</guid><dc:creator><![CDATA[By SUSAN MONTOYA BRYAN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 04:09:28 +0000</pubDate><content:encoded><![CDATA[<p>ALBUQUERQUE, N.M. (AP) — It was 1972 and Apollo astronauts Harrison “Jack” Schmitt and Eugene Cernan had just stepped onto the moon's surface to begin collecting rock and soil samples.</p><p>The mission would mark the end of an era for the American space program, but Schmitt already was looking to the future. His voice crackling over a high-frequency radio signal that day, he shared his thoughts with Cernan and those listening in at Mission Control.</p><p>“Well, I tell you Gene, I think the next generation ought to accept this as a challenge. Let's see them leave footsteps like these someday,” Schmitt said.</p><p>Schmitt, 90, is one of the four Apollo moonwalkers still alive today. A field geologist, he was the first scientist to set foot on the moon and his expertise helped answer questions about the origin of that big rock up there and what it tells us about the solar system.</p><p>Schmitt felt the thrill again when the Artemis II crew rocketed into space on a historic lunar flyby. Pure excitement and the potential for so much more. And he's hopeful as new generations get back to the moon and beyond.</p><p>Interviewed by The Associated Press, the former U.S. senator from New Mexico spoke about everything from the importance of having a lunar base to tapping new energy sources and whether we’re alone in the universe. Dark matter and quantum entanglement also were mentioned, with Schmitt saying many discoveries are yet to come.</p><p>“You’ve just got to remember," he said, “what used to be called supernatural probably should be called unknown physics.”</p><p>This interview has been edited for brevity.</p><p>Q: What about having a lunar base?</p><p>Well, I think a lunar base makes a lot of sense and it always has for a lot of reasons. One is geopolitical. Probably the most important one is a geopolitical presence in deep space — and in preparation for going on to Mars.</p><p>The moon has resources that are going to reduce the cost of actually going to Mars and it gains experience. One of the things people keep forgetting about is you’ve gone through several generations and the new generation has to gain experience — psychologically as well as practically about how you work in deep space. And they’re doing that. That was probably the most important part of Artemis II, is it gave the ground people, Mission Control and others, the experience now to really have the risk as real rather than as part of a simulation.</p><p>Q: What was your mission during Apollo 17?</p><p>I had a lot of understanding of what other crews had learned, what had been learned from some of the early sample analyses and so we were trying to put sort of the frosting on the cake of answering questions in a very complex geologic area called Taurus-Littrow.</p><p>Taurus-Littrow actually is deeper than the Grand Canyon and so it has a three-dimensional aspect to it that we hadn’t had on other missions. And plus having a field geologist like myself on board meant that we should be more efficient at gathering samples that had a meaningful aspect to our further understanding of the origin of the moon, its relationship to the Earth and, it turns out, also its relationship to the history of the sun.</p><p>Q: So we're building upon our knowledge of the universe around us?</p><p>Well there’s no question that the moon has a history to tell us.</p><p>It’s been recording the history of the solar system ever since the solar system formed about 4.5 billion years ago. That is really what the moon gives us — that library of knowledge, of potential knowledge about how the solar system evolved and then what the sun has been doing in that 4.5 billion years.</p><p>In the recent work that I’ve been doing in that layer of debris, the regolith, we find that the sun became even more active than it had been about the same time as we had an explosion of life in the oceans on Earth, and so the oceans may have been and almost certainly were warming to that more active sun and life likes warmth. So it multiplied not only in quantity but in diversity. The mammals started to appear soon after that, life started to move up onto the continents that had formed so things were really starting to move about a half-billion years ago.</p><p>Q: Tell us about the moon rocks</p><p>This is a sample of a basalt lava and we have a lot of basalt lavas here in New Mexico. This is different in that it is rich in titanium, more rich than most terrestrial basalts. And that titanium turns out to be very important in terms of the resources that are available on the moon. It has a property of concentrating some of those resources, particularly hydrogen and helium.</p><p>There’s an isotope called helium-3 and that is going to be, I think, ultimately very, very important in the production of energy. It’s going to be extremely useful in quantum computing, in cancer therapy and other things here on Earth. We just don’t have much on Earth, so the moon is going to be a our reservoir, our source of this very important isotope of helium-3.</p><p>Q: How important will this isotope be in the future?</p><p>Helium-3 offers a possibility of having nuclear energy without nuclear waste. We’ve known that for decades, and so the moon now offers that opportunity to begin to substitute a nuclear form of energy that doesn’t produce nuclear waste for what we have today.</p><p>Q: Is it just as much an energy race as a space race?</p><p>There’s no question about it. China is interested in it, we’re interested in it. And that’s probably one of the big technological drivers of this new race to the moon, a new space race, a Cold War that’s on now primarily involving China and I think helium-3 is a big actor in that right now.</p><p>Q: What was it like in the Taurus-Littrow Valley?</p><p>First of all, we were in a valley deeper than the Grand Canyon. The mountains on either side were as high as the Grand Canyon from the bottom. Secondly, you’re in one-sixth gravity so that means you can walk much more easily than you could here on Earth. Now we were covered by a pressure suit but still walking around was like being a kid again, just one-sixth of your height and if you fell you didn’t fall very hard and you certainly didn’t cry about it. But the moon is really a very easy place to work so as long as you have the right equipment surrounding you. You have to have that atmosphere of course to breathe.</p><p>Q: Any downsides to working in a weightless environment?</p><p>For me, it was a very comfortable environment to be in and you get a little bit lazy. For example, if you’re taking notes with a pad of paper and a pen or pencil and somebody says would you take the SCS switch to off, well you just let go and it floats there and you go over to the switch and come back and start to dictate those notes again.</p><p>You’ve got to be careful though because you’re brain gets lazy. When I got on the carrier after splashdown, I was taking my first drink of water and I just let go of the cup and of course it broke on the floor. Human beings tend to take advantage of their environment very quickly and the brain does get a little bit lazy like that. It took about three days to get comfortable again back here on Earth.</p><p>Q: So we'll have no problem living on the moon?</p><p>No, I think living on the moon is going to be very good. Now long term civilization on the moon, there’s still some major issues. The radiation issue has to be dealt with and we can. There are ways to do that. Going to Mars is another issue and that’s why you’ll almost certainly need fusion rockets to cut that time frame.</p><p>Q: We've heard a lot lately about UFOs. What are your thoughts on that?</p><p>Well there are billions of sunlike stars out there and so you just have to imagine that life may have originated on some other planet, although the conditions for life to originate here on Earth are really unique. Everything sort of fit together and creation for us sort of leads to you thinking of an infinitely intelligent being that made it all happen. But the technical potential statistically is very high that you could have had the similar kind of conditions develop elsewhere in the universe.</p><p>Now are they visiting us? My feeling is if they’re really so advanced they could be here, they'd communicate better than they have and so I just don’t know. But it’s plausible. Let’s put it that way. Unlikely maybe, but plausible.</p><p>Q: Would you take the opportunity to go back to the moon or to Mars?</p><p>Oh surely. Teresa, my wife, would like very much to go with me — that would be one condition. But I think a trip to Mars is going to be fantastic for those people.</p><p>So youth is extremely important and the education of those youth particularly in mathematics is extraordinarily important, and NASA now has a younger agency than they had grown to be during the shuttle era.</p><p>Look what has happened since Apollo. The commercial sector has developed new technologies, new ways of doing things and NASA is now trying to integrate those into a new approach to deep space exploration.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/27WTRMVCYLFRMDJXCU4VWTCGLY.jpg?auth=b3ec452412997fcec52ad49b9e680075bb4a5de4a3d3a13f33519fd833d87c2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Apollo astronaut Harrison "Jack" Schmitt talks about having to acclimate to gravity after his moon mission in 1972 while being interviewed at the New Mexico Museum of Natural History and Science in Albuquerque, N.M., on April 22, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IV36YT5MQLNVYAQJXJA7GL5AYM.jpg?auth=b718d7e05e972f583028e09cb0b90d3f47f14bfb6f47a5b204bee9722ac470d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Apollo astronaut Harrison "Jack" Schmitt answers questions about his 1972 trip to the moon while standing near a moon rock on display at the New Mexico Museum of Natural History and Science in Albuquerque, N.M., on April 22, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CE6VCPE3WIXWKC67OUKXPOHJTY.jpg?auth=d965ee66e5412aafed015e03a17c2d47b24b86e6d063b966ffb365787ef9dd24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Apollo 17 astronaut Dr. Harrison Schmitt is seen on Oct. 11, 1972, in Cape Kennedy, Fla. (AP photo/Jim Kerlin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">JIM KERLIN</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YHHHZWHWGE42YPEABZ5KZZXLKY.jpg?auth=a79db8c6dd08c87c8756aa6ecbc2e6e4a2b8a28355599eca86e5e34547165f6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A moon rock collected by Apollo astronaut Harrison "Jack" Schmitt in 1972 is displayed at the New Mexico Museum of Natural History and Science in Albuquerque, N.M., on April 22, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UN3BSO7KE3REL3T34CT32T4UV4.jpg?auth=254d5b02ca3bbda71b07ddb34cf6ef6488bc52ffa4026fadc05002679617786e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Apollo astronaut Harrison "Jack" Schmitt points to a crater where he collected samples during his 1972 moon mission, while being interviewed at the New Mexico Museum of Natural History and Science in Albuquerque, N.M., on April 22, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content></item><item><title><![CDATA[Corpse abuse cases force changes on Colorado's scandal-plagued funeral industry]]></title><link>https://www.local10.com/news/national/2026/04/24/corpse-abuse-cases-force-changes-on-colorados-scandal-plagued-funeral-industry/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/24/corpse-abuse-cases-force-changes-on-colorados-scandal-plagued-funeral-industry/</guid><dc:creator><![CDATA[By MATTHEW BROWN and COLLEEN SLEVIN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 04:05:52 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — A former funeral home owner who helped her ex-husband hide nearly 200 decomposing bodies faces sentencing Friday for corpse abuse in a case that forced Colorado officials to clamp down on an industry plagued by repeated scandal and notoriously lax oversight.</p><p>A plea agreement calls for Carie Hallford to receive from 25 to 35 years in prison during her appearance before District Judge Eric Bentley in Colorado Springs.</p><p>Her ex-husband, Jon Hallford, received a 40-year sentence on corpse abuse charges at a February hearing in which he was called a “monster” by family members of those whose bodies were left to rot.</p><p>Carie Hallford was the public face of Return to Nature, dealing with bereaved customers at the couple's funeral home in Colorado Springs. Jon, still her husband at the time, performed much of the physical work at another location south of Colorado Springs in Penrose, where neighbors in 2023 noticed a foul odor and complained.</p><p>Authorities found bodies piled throughout the bug-infested Penrose building in various states of decomposition.</p><p>The case became the most egregious in a string of criminal cases involving Colorado funeral homes as details emerged about the Hallfords’ lavish spending and their pattern of defrauding customers.</p><p>Just months before the bodies were found in Penrose, a mother and daughter who operated a funeral home in the western Colorado city of Montrose were sentenced to federal prison after being accused of selling body parts and giving clients fake ashes.</p><p>In 2024, authorities in Denver arrested a financially troubled former funeral home owner who kept a deceased woman’s body in a hearse for two years at a house where police also found the cremated remains of at least 30 people.</p><p>And last year, state inspectors found 24 decomposing bodies and multiple containers of bones behind a hidden door of a Pueblo funeral home owned by the Pueblo County coroner and his brother. It was the first ever inspection of that mortuary under new rules that allow all funeral homes to be routinely inspected.</p><p>Carie Hallford asked for leniency in March when she was sentenced in a related federal fraud case, saying she was a victim of abuse and manipulation in her marriage.</p><p>But she enters Friday’s hearing with limited sympathy from victims such as Crystina Page, whose son, David, died in 2019. His body languished for years inside the room-temperature building in Penrose with other corpses before their discovery.</p><p>Jon Hallford “was the monster under the bed, but Carie was the one who fed the monster,” Page said. Page and others received fake ashes instead of the cremated remains they were promised.</p><p>The Hallfords, who divorced following their arrest, received prison sentences in the related federal fraud case — 18 years for Carie and 20 years for Jon. They have each appealed.</p><p>State officials and industry representatives said this week that industry reforms adopted by Colorado lawmakers are making a difference.</p><p>In response to the Hallford case, the state mandated inspections and adopted an industry licensing system. The changes put Colorado “in the middle of the pack” compared to regulation in other states, acknowledged Sam Delp with the state Department of Regulatory Agencies, which oversees the funeral industry.</p><p>“We were the only state in the country that didn’t regulate them,” said Delp, who directs the agency's Division of Professions and Occupations.</p><p>Matt Whaley, president of the Colorado Funeral Home Directors Association, suggested that customers have become more cautious after years of news coverage about Return to Nature and other businesses where crimes occurred.</p><p>More often now, family members ask to be present for a loved one’s cremation rather than just receive the ashes after the fact, Whaley said.</p><p>“The confidence level of a funeral professional in the state of Colorado is questioned, and we’ve got to work hard, one family at a time, to build that trust back,” he said.</p><p>Blanca Eberhardt, a licensed funeral director who previously practiced mortuary science in Indiana, Texas and Hawaii, recalled moving to Colorado and being appalled at the mistreatment of some corpses inside a funeral home where she worked in Pueblo. For Eberhardt, the experience confirmed Colorado's reputation for lacking basic rules such as licensing for funeral home directors and routine inspections.</p><p>“The joke has been for the last 40 years if you lose your license in another state, just move to Colorado," she said.</p><p>__</p><p>Brown reported from Billings, Montana. Associated Press journalist Thomas Peipert contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J6KX5DBPXNPNFTZDR7N22UJODE.jpg?auth=70ee4103fcf582a1e4a9e2f2a4cce5a4c93d1bc5545f1b820285b39bb48be281&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This combination of booking photos provided by the Muskogee County, Okla., Sheriff's Office shows Jon Hallford, left, and Carie Hallford, owners of Return to Nature Funeral Home. (Muskogee County Sheriff's Office via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/HH6P4372A3VOPCDSKX77DWYTAI.jpg?auth=59097a6234ccf7aec60214bc222ff74a44dec030d5787a32d62a89e39f411507&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crystina Page, whose son's body was among nearly 200 found decomposing in a southern Colorado funeral home in 2023, looks at a set of memorial signs for the victims in Colorado Springs, Colo., on Wednesday, April 22, 2026. (AP Photo/Thomas Peipert)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LX2LNCOMCKGAA3DYZW4LYY33FM.jpg?auth=e500b7c3874784d1b64acf80df3c056652decd7d2cf33c42f9a9fd6bdc9b3d0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crystina Page, whose son's body was among nearly 200 found decomposing in a southern Colorado funeral home in 2023, holds samples of fake ashes that were given to families instead of human remains, at a memorial site in Colorado Springs, Colo., on Wednesday, April 22, 2026. (AP Photo/Thomas Peipert)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RK5AMFITXGG65T3RRFLNTOTXKI.jpg?auth=ff1f5fcce5e6769bcc73380b83a71bf78c04235fa79b11a760ef23873909436d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crystina Page, whose son's body was among nearly 200 found decomposing in a southern Colorado funeral home in 2023, is comforted at a memorial site for the victims in Colorado Springs, Colo., on Wednesday, April 22, 2026. (AP Photo/Thomas Peipert)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content></item><item><title><![CDATA[A tiny Arctic village in Alaska is trying to revive its polar bear tourism industry]]></title><link>https://www.local10.com/business/2026/04/24/a-tiny-arctic-village-in-alaska-is-trying-to-revive-its-polar-bear-tourism-industry/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/24/a-tiny-arctic-village-in-alaska-is-trying-to-revive-its-polar-bear-tourism-industry/</guid><dc:creator><![CDATA[By MARK THIESSEN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 07:24:35 +0000</pubDate><content:encoded><![CDATA[<p>ANCHORAGE, Alaska (AP) — Late every summer, hulking white bears gather outside a tiny Alaska Native village on the edge of the continent, far above the Arctic Circle, to feast on whale carcasses left behind by hunters and to wait for the deep cold to freeze the sea.</p><p>It’s a spectacle that once brought 1,000 or more tourists each year to Kaktovik, the only settlement in the Arctic National Wildlife Refuge, in a phenomenon sometimes called “last chance tourism” — a chance to see magnificent sights and creatures before climate change renders them extinct.</p><p>The COVID-19 pandemic and an order from the federal government halting boat tours to see the bears largely ended Kaktovik's polar bear tourism amid concerns that the tiny village was being overrun by outsiders.</p><p>But Kaktovik leaders are now hoping to revive it, saying it could be worth millions to the local economy and give residents another source of income — provided the village can set guidelines that protect its way of life and the bears themselves.</p><p>“We definitely see the benefit for tourism,” said Charles Lampe, president of the Kaktovik Inupiat Corp, which owns 144 square miles (373 square kilometers) of land. “The thing is, it can’t be run like it was before.”</p><p>Visitors overwhelm a tiny village</p><p>As far back as the early 1980s, anyone in Kaktovik with a boat and knowledge of the waters could take a few tourists out to watch the bears as they lumbered across the flat, treeless barrier islands just off the coast or tore into the ribs of a bowhead whale left by subsistence hunters.</p><p>Tourism in Kaktovik soared in the years after federal officials declared polar bears a threatened species in 2008. The rapid warming of the Arctic is melting the sea ice that the bears use to hunt seals, and scientists have said that most polar bears could be wiped out by the end of the century.</p><p>As visitation boomed, the federal government imposed regulations requiring tour operators to have permits and insurance, and that began to squeeze locals out of the industry, Lampe said. Larger out-of-town operators moved in, and before long, crowds of tourists were coming to Kaktovik — a village of about 250 people — during the six-week viewing season.</p><p>The town’s two hotels and restaurants lost out on some business when large operators began flying tourists in from Fairbanks or Anchorage for day trips. Locals complained that tourists gawked at them or traipsed through their yards.</p><p>Small plane capacity became an issue, with residents sometimes battling tourists to get on flights to or from larger cities for medical appointments, forcing those left stranded in the cities to get expensive hotel rooms for the night.</p><p>Renewing polar bear tourism, with changes</p><p>When the pandemic struck, Kaktovik paused visitation. Then in 2021, the federal government, which manages polar bears, halted boat tours, mostly over concerns about how tourists were affecting bear behavior and overrunning the town.</p><p>Alaska Native leaders are now in talks with the U.S. Fish and Wildlife Service to address those concerns and reignite the industry, perhaps as early as 2027. The agency told The Associated Press in a statement that it’s working with Kaktovik “to ensure that any future opportunities are managed in a way that prioritizes visitor safety, resource protection, and community input.”</p><p>Among the changes Kaktovik leaders want to see is a limit on how long a boat can sit in the water near the bears. Too long, Lampe said, and the bears get used to humans — making for a dangerous situation when bears wander into town looking for food.</p><p>During the height of the tourism boom, it became tougher to haze bears out of town, even with the town’s bear patrol shooting at them with nonlethal rounds. The patrol had to kill about three or four bears per year, compared with maybe one per year before the boom, Lampe said.</p><p>“Our safety was at risk,” Lampe said.</p><p>In 2023, a 24-year-old woman and her 1-year-old son were killed in a polar bear attack in Wales, in far western Alaska. It was the first fatal polar bear attack in nearly 30 years in Alaska, the only U.S. state home to the species.</p><p>Since the boat tours in Kaktovik were halted, the bears once again seem more fearful of humans, Lampe said.</p><p>Encouraging respectful visits in the Arctic</p><p>Polar bear tourism coincides with Kaktovik’s subsistence whaling season. When a crew lands a whale, it's usually butchered on a nearby beach. While the community encourages visitors to watch or even help, some were recording or taking pictures without permission, which is considered disrespectful, Lampe said.</p><p>Sherry Rupert, CEO of the American Indigenous Tourism Association, suggested that Kaktovik market itself as a two- or three-day experience.</p><p>Native communities that are ready for tourists "want them to come and be educated and walk away with a greater understanding of our people and our way of life and our culture,” she said.</p><p>Roger and Sonia MacKertich of Australia were looking for the best spot on the planet to view polar bears in the wild when they came to Kaktovik in September 2019. They spent several days in the village, took a walking tour led by an elder and bought souvenirs made by local artists, including a hoodie featuring a polar bear.</p><p>For Roger MacKertich, a professional wildlife photographer based in Sydney, the highlight was the boat tours to see bears roaming on the barrier islands or taking a dip in the water. The bears paid them no attention.</p><p>“That’s nearly as good as it gets,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AWELHW6EPPMPVQBVJZTATQWACM.jpg?auth=084bc4212236db9931de02bf5999a0e59d251afabecfc2d2585e58fa94fe7441&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 Roger MacKertich shows a polar bear on a barrier island Sept. 18, 2019, near Kaktovik, Alaska. (Roger MacKertich via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Roger MacKertich</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TOF5OSSH475NLOGUTSPJF2D54I.jpg?auth=c27856661bd01abcab60a4a2d83d549d6386b24aa03ace824fcd8a6ea73ea086&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 Roger MacKertich shows polar bears lying on a barrier island Sept. 18, 2019, near Kaktovik, Alaska. (Photo by Roger MacKertich via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Roger MacKertich</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6OK4XBZLW7ZAQB2RO5W64VXIVQ.jpg?auth=93e7f484e40a99c1a1219a394dff615384e11dfcea005705915a63c150f6a6a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Charles Lampe, president of the Kaktovik Inupiat Corporation, poses for a portrait outside his home in Kaktovik, Alaska, Wednesday, Oct. 16, 2024. (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/YB4EH7V3AZ5ZUXHTLUP4QV7PD4.jpg?auth=b5e2387ab9928d3a310965bc622ce07d66c77935ba0ad9f12517786dc9aeb70c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A polar bear and a cub search for scraps in a large pile of bowhead whale bones left from the village's subsistence hunting at the end of an unused airstrip near the village of Kaktovik, Alaska, on Oct. 15, 2024. (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/IC4A6ZRWX7SUODFIVFC6PUKDH4.jpg?auth=460fa4bd944e4e8726e16d282d43704662ed1f4822966eb68e9a2cdd74df0b2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Kaktovik Lagoon and the Brooks Range mountains of the Arctic National Wildlife Refuge are seen in Kaktovik, Alaska, Oct. 15, 2024. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Democrat Josh Shapiro tests political muscle in swing-state Pennsylvania's midterms]]></title><link>https://www.local10.com/news/politics/2026/04/24/democrat-josh-shapiro-tests-political-muscle-in-swing-state-pennsylvanias-midterms/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/24/democrat-josh-shapiro-tests-political-muscle-in-swing-state-pennsylvanias-midterms/</guid><dc:creator><![CDATA[By MARC LEVY, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 04:00:08 +0000</pubDate><content:encoded><![CDATA[<p>LOCK HAVEN, Pa. (AP) — Josh Shapiro may be heavily favored to win reelection as Pennsylvania governor, but that doesn't mean there isn't a lot on the line for him this year.</p><p>Shapiro, who is just beginning to hit the campaign trail, wants voters to give Democrats control of the state legislature for the first time in decades. And he's pushing his favored candidates in competitive congressional primaries, an attempt to mold his party's slate in the midterm elections that will determine control of Washington.</p><p>All of this means that, much like other potential Democratic presidential candidates, Shapiro is testing his political capital in ways that could shape his future and the party’s.</p><p>Illinois Gov. JB Pritzker successfully boosted his favored candidate in his state's U.S. Senate primary. Maryland Gov. Wes Moore failed to convince lawmakers to redraw the state's congressional map, while California Gov. Gavin Newsom achieved redistricting through a voter referendum last year.</p><p>Shapiro brushed off questions — and Republican criticism — about burnishing his credentials for a White House run.</p><p>“The only thing I am focused on is beating my opponent for governor and helping other Democrats get elected here and sending a clear message to Donald Trump that the chaos, cruelty and corruption that he’s been engaged in is not something that we support here in Pennsylvania,” Shapiro told The Associated Press after speaking to Democrats at a packed coffee shop in small-town Lock Haven.</p><p>Shapiro has never said whether he's interested in running for president. But he does say he wants a voice in his party's future. Democrats need to figure out how to “get stuff done” to make people’s lives better, he said, and he wants to be “part of that conversation.”</p><p>Stacy Garrity, the Republican state treasurer who is running for governor, said Shapiro can't hide his ambition — and it's bad for the state.</p><p>"We all know that he’s more interested in Pennsylvania Avenue than helping Pennsylvania families,” she said in an interview. “He thinks if he can hand Pennsylvania on a platter to the Democratic Party, then maybe they take a harder look at him.”</p><p>An opportunity to demonstrate strength</p><p>They just might.</p><p>Pennsylvania is a hard state to succeed in politically, and Democrats around the country are taking note of Shapiro because of that, said Paul Begala, a Democratic campaign strategist, commentator and senior aide to Bill Clinton when he was president.</p><p>The election gives Shapiro an opportunity to demonstrate strength.</p><p>“Right now, Democrats, the thing they want the most is a winner, and a very close second is a fighter,” Begala said. “This election is an opportunity for him to show that.”</p><p>Ahead of this year's campaign, Shapiro put his stamp on the Pennsylvania Democratic Party by getting committee people to elect his hand-picked chair and plunging more than $900,000 so far this election cycle into the organization's accounts.</p><p>He’s on track to break his own state fundraising record and tells voters that Pennsylvania is the “center of the political universe” in the fight for control of the U.S. House.</p><p>Democrats want to flip four House seats in Pennsylvania. Shapiro's endorsed candidates include Paige Cognetti, mayor of Scranton; Bob Brooks, president of the state firefighters' union; and Janelle Stelson, a former television news personality who narrowly lost two years ago.</p><p>Shapiro already cut an ad for Brooks, who is running in a hotly contested four-way primary for the chance to challenge freshman Republican U.S. Rep. Ryan Mackenzie.</p><p>Contested primaries and GOP surrogates</p><p>Shapiro's endorsements haven't scared off Democratic rivals.</p><p>Ryan Crosswell, a former federal prosecutor running against Brooks, issued a campaign memo that — in a veiled reference to the governor — said Crosswell has “no party machine behind him, no power broker network, no favors to call in.”</p><p>For his part, Shapiro said: “I’m just focused on trying to elevate good people. Hopefully they’ll all win.”</p><p>Republicans, meanwhile, have their own surrogates.</p><p>Garrity said the White House asked her for a list of people she wants to visit in Pennsylvania.</p><p>Trump, Vice President JD Vance and a number of Cabinet secretaries have already visited the state's contested congressional districts. Earlier this month, House Speaker Mike Johnson made a fundraising swing through Pennsylvania.</p><p>“We know the majority runs through Pennsylvania and the speaker is focused on doing everything he can to help those members defend their seats,” said Greg Steele, a spokesperson for Johnson’s political operation.</p><p>It’s quite likely Johnson will be back: Pennsylvania was his last campaign stop before the 2024 election.</p><p>Trump and Vance could return, too, and in the meantime, the president is keeping an eye on Pennsylvania. On Tuesday night, he took to social media to take credit for a decision by owners of two coal-fired power plants not to close in what he called a “BIG WIN for the Great Commonwealth of Pennsylvania, which I love.”</p><p>Shapiro starts hitting the campaign trail</p><p>As he begins to campaign, Shapiro is proving himself to be a draw even in Pennsylvania’s out-of-the-way areas. Earlier this month, he helped pack a ballroom for Centre County Democrats and the coffee shop for Clinton County Democrats.</p><p>“I saw brand-new people, I saw people who have not been engaged in the party in years,” Bre Brannan, Clinton County's Democratic Party chair, said. The crowd included Republicans and independents, too, she said.</p><p>With a Democratic "trifecta," Shapiro tells audiences he could get more done, citing legislation Republicans have stalled. That includes raising Pennsylvania's rock-bottom minimum wage and expanding legal protections for LGBT residents. He also has a housing affordability plan he's pushing this year.</p><p>Consolidating control of the state Legislature would be no small feat. Democrats hold a one-seat majority in the state House and haven’t held the state Senate majority in over three decades.</p><p>Few Democrats in the party's 2028 presidential sights have an opportunity to demonstrate political strength and party-building aptitude in swing states.</p><p>The opportunity could help Shapiro prove his mettle when the presidential campaign season cranks up and would-be candidates go in search of institutional support, endorsements and donor commitments.</p><p>Pouring money into down-ballot races and flipping seats may not help Shapiro with the average voter. But activists, donors and other elected officials care a great deal about that, strategists say.</p><p>Success would strengthen Shapiro’s hand at a time when candidates are trying to win the “perception campaign” that they are the strongest candidate, Democratic campaign strategist Mike Mikus said.</p><p>“It doesn’t guarantee anything,” Mikus said. "But it is definitely something to bring to the table when you’re lining up donors, endorsements and finance chairs, things like that. It’s compelling to them.”</p><p>___</p><p>Follow Marc Levy at http://twitter.com/timelywriter</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PDJJNBVJCYIFTTESPO2KODQUHE.jpg?auth=cc534080f8ba61c3de39a5996cf03bc5ba524ce3f6c0af7f264c6f63eac47f87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The crowd reacts to Pennsylvania Gov. Josh Shapiro while he speaks at a Centre County Democratic Party event at the Penn Stater hotel, April 11, 2026, in State College, Pa. (AP Photo/Marc Levy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marc Levy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KIECFRSOU7ANTANTAJ2C2PZ7DQ.jpg?auth=4e29cb244fc838ff3f06f7308e88ef08ba53586db76634fc1b2c98a76aff7898&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pennsylvania Gov. Josh Shapiro smiles as he's introduced to the crowd at a Clinton County Democratic Party event at the Avenue 209 coffee shop, April 11, 2026, in Lock Haven, Pa. (AP Photo/Marc Levy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marc Levy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AZNVY5LVIUQ2ZKYEHUYCULA5LA.jpg?auth=60079ef153b93b100a6e5e286501259571de92236637f4b69b5c6a450b95d2b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pennsylvania Gov. Josh Shapiro greets members of the crowd after speaking at a Clinton County Democratic Party event at the Avenue 209 coffee shop, April 11, 2026, in Lock Haven, Pa. (AP Photo/Marc Levy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marc Levy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E636LVCX7BRZ3UPD7MNDKE3RV4.jpg?auth=91fd49db6151710be11d3dea18a2a2e42af9c41b754a4b524a8779bfe691b6e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pennsylvania Gov. Josh Shapiro speaks to the crowd at a Clinton County Democratic Party event at the Avenue 209 coffee shop, April 11, 2026, in Lock Haven, Pa. (AP Photo/Marc Levy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marc Levy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B4INNBRKDX4LYJYZT4VTN6OUDE.jpg?auth=1c685639be186f097e8d057ff4a49ad76ddc769075dd41592e5559be950c1b61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pennsylvania Gov. Josh Shapiro speaks to the crowd at a Centre County Democratic Party event at the Penn Stater hotel, April 11, 2026, in State College, Pa. (AP Photo/Marc Levy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marc Levy</media:credit></media:content></item><item><title><![CDATA[Hurricanes star trio hear names called on Day 1 of 2026 NFL Draft]]></title><link>https://www.local10.com/sports/local/2026/04/23/hurricanes-star-trio-hear-names-called-on-day-1-of-2026-nfl-draft/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/23/hurricanes-star-trio-hear-names-called-on-day-1-of-2026-nfl-draft/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Three Miami Hurricanes are projected to be first-round selections in the 2026 NFL Draft, led by a dominant defensive front and a potential cornerstone offensive tackle.]]></description><pubDate>Fri, 24 Apr 2026 03:02:57 +0000</pubDate><content:encoded><![CDATA[<p>Three Miami Hurricanes were selected in the first round of the 2026 NFL Draft, highlighted by a dominant defensive front and a cornerstone offensive tackle.</p><p>Offensive tackle Francis Mauigoa was taken No. 10 overall by the New York Giants, defensive lineman Rueben Bain Jr. went No. 15 to the Tampa Bay Buccaneers, and Akheem Mesidor was selected No. 22 by the Los Angeles Chargers.</p><p>Bain and Mesidor anchored Miami’s defensive line during its national championship run, combining for 117 tackles, 22 sacks and five forced fumbles last season.</p><p>Mesidor led the duo with 63 tackles and 12.5 sacks, while Bain added 54 tackles and 9.5 sacks.</p><p>The pair also made their presence felt on the biggest stage, generating 33 pressures and seven sacks across three College Football Playoff games.</p><p>Miami defensive line coach and Pro Football Hall of Fame edge rusher <a href="https://www.local10.com/sports/local/2026/03/31/heres-what-jason-taylor-had-to-say-about-rueben-bain-jr-akheem-mesidors-nfl-future/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/03/31/heres-what-jason-taylor-had-to-say-about-rueben-bain-jr-akheem-mesidors-nfl-future/">Jason Taylor said earlier this month</a> that both players are built for the next level.</p><p>“They got everything,” Taylor said.“They have the mental makeup. They love football. Those two guys love ball.”</p><p>Taylor dismissed concerns about Bain’s measurables, including his 30⅞-inch arm length, and Mesidor’s age, pointing instead to their production and consistency.</p><p>“I don’t give a damn how long somebody’s arms are,” Taylor said. “Put on the tape.”</p><p>On offense, Mauigoa entered the draft with some injury concerns. ESPN’s Adam Schefter reported he has a herniated disk in his back, a factor teams evaluated leading up to the draft.</p><p>Despite that, analysts view him as a plug-and-play lineman.</p><p>Listed at 6-foot-6 and 325 pounds, Mauigoa brings extensive experience at right tackle with a powerful frame, strong hands and the ability to anchor in pass protection. His footwork also gives him the versatility to potentially move inside to guard.</p><p>With three first-round selections, Miami once again is well represented on draft night.</p><p>The Hurricanes have a long history of producing NFL talent. </p><p>At least one Miami player has been selected in 51 consecutive NFL drafts, a school 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/XAEAU76LXBG6PJVZYPQQTUY3G4.jpg?auth=a0460db9225738ffe08c83b1367e7ee61c0c26c3e70a31ed50b0894c6b9810ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Dolphins select Alabama OT Kadyn Proctor with No. 12 pick in 2026 NFL Draft ]]></title><link>https://www.local10.com/sports/local/2026/04/23/dolphins-select-alabama-ot-kadyn-with-no-12-pick-in-2026-nfl-draft/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/23/dolphins-select-alabama-ot-kadyn-with-no-12-pick-in-2026-nfl-draft/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Dolphins selected Alabama offensive tackle Kadyn Proctor with the 12th pick in the 2026 NFL Draft on Thursday night after trading down one spot with the Dallas Cowboys.]]></description><pubDate>Fri, 24 Apr 2026 01:18:52 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins selected Alabama offensive tackle Kadyn Proctor with the 12th pick in the 2026 NFL Draft on Thursday night after trading down one spot with the Dallas Cowboys.</p><p>Proctor, 20, is 6-foot-7 and 359 pounds and is expected to compete for the right tackle spot currently held by Austin Jackson. He said he’s ready to contribute wherever needed.</p><p>“I feel comfortable playing anywhere. Wherever coach needs me to play, I’ll be there,” Proctor said during a Zoom call with reporters.</p><p>Proctor said he quickly connected with Miami’s staff.</p><p>“We hit it off right away and I liked the coaching staff right away,” he said.</p><p>Known for his size and physicality, Proctor emphasized his approach in the run game and what it means to block for Pro Bowl running back De’Von Achane.</p><p>“Physicality, running the s--- out of the ball. It feels good blocking for a guy that has grit and toughness,” Proctor said. “He’s going to make plays.”</p><p>Proctor is Dolphins general manager Jon-Eric Sullivan and head coach Jeff Hafley’s first draft selection with the team.</p><p>Miami received the No. 12 overall pick, along with picks No. 177 and No. 180 in the fifth round, in the trade with Dallas. </p><p>The Cowboys selected Ohio State defensive back Caleb Downs with the 11th pick.</p><p>Proctor said the moment was emotional as he looks ahead to joining the organization.</p><p>“I go out there and try to handle my business,” he said. “Tears flowing down my face, I’m ready to get down there and build a great bond.”</p><p>He added that he feels confident in multiple blocking schemes, including zone, and is eager to get on the field.</p><p>Proctor also acknowledged his past weight — once reaching 400 pounds while at Alabama under coach Nick Saban — but said he has a plan in place to maintain his conditioning and perform at a high level.</p><p>The Dolphins also traded to pick 27 with the San Francisco 49ers in the first round and selected <a href="https://www.local10.com/sports/local/2026/04/23/dolphins-trade-up-to-no-27-take-san-diego-state-cb-chris-johnson/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/04/23/dolphins-trade-up-to-no-27-take-san-diego-state-cb-chris-johnson/">San Diego State cornerback Chris Johnson</a>. </p><p>As of Thursday, the Dolphins’ draft capital includes:</p><p>• Round 1, pick 12: Alabama OT Kadyn Proctor</p><p>• Round 1, pick 27: San Diego State cornerback Chris Johnson (Trade with San Francisco)</p><p>• Round 2: No. 43</p><p>• Round 3: Nos. 75, 87, 94</p><p>• Round 4: Nos. 130, 138</p><p>• Round 5: Nos. 151, 177 (Dallas), 180 (Dallas)</p><p>• Round 7: Nos. 227, 238</p><p>Miami traded its sixth-round pick to the New York Giants in exchange for tight end Darren Waller.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6RGRIL2OUNFSPKZNNAMSMMNNFE.jpg?auth=da0e2090bb33c1b42f64b68845b1ec43810fc66e59e669f4a559a0ae644e6636&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Offensive lineman Kadyn Proctor, right, drills against tight end Brody Dalton during Alabama's NFL football pro day, Wednesday, March 25, 2026, in Tuscaloosa, Ala. (AP Photo/Vasha Hunt)]]></media:description><media:credit role="author" scheme="urn:ebu">Vasha Hunt</media:credit></media:content></item><item><title><![CDATA[Dolphins trade up to No. 27, take San Diego State CB Chris Johnson]]></title><link>https://www.local10.com/sports/local/2026/04/23/dolphins-trade-up-to-no-27-take-san-diego-state-cb-chris-johnson/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/23/dolphins-trade-up-to-no-27-take-san-diego-state-cb-chris-johnson/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Dolphins on Thursday  selected cornerback Chris Johnson out of San Diego State with the 27th overall pick of the 2026 NFL Draft after trading up with the San Francisco 49ers.]]></description><pubDate>Fri, 24 Apr 2026 02:44:59 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins on Thursday selected cornerback Chris Johnson out of San Diego State with the 27th overall pick of the 2026 NFL Draft after trading up with the San Francisco 49ers.</p><p>Miami acquired picks No. 27 and No. 138 in the deal, sending the 49ers its first-round pick (No. 30) and third-round pick (No. 90).</p><p>Johnson joined the Aztecs in 2022 and made an immediate impact, appearing in 12 games as a freshman before earning a larger role in the seasons that followed. He began to emerge in 2024, recording one interception, 67 total tackles and three forced fumbles.</p><p>His senior season marked a true breakout. </p><p>Johnson started 11 games and recorded four interceptions, 49 tackles (36 solo), one sack, 13 passes defended, and 1 forced fumble. He also had two interceptions returned for touchdowns. </p><p>He was named a second-team All-American, co-Mountain West Defensive Player of the Year, first-team All-Mountain West, and his two interceptions returned for touchdowns were tied for the most in the FBS. </p><p>Miami also selected <a href="https://www.local10.com/sports/local/2026/04/23/dolphins-select-alabama-ot-kadyn-with-no-12-pick-in-2026-nfl-draft/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/04/23/dolphins-select-alabama-ot-kadyn-with-no-12-pick-in-2026-nfl-draft/">Alabama offensive tackle Kadyn Proctor</a> with pick No. 12 in the first round after trading back with the Dallas Cowboys. </p><p>Proctor and Johnson are Dolphins general manager Jon-Eric Sullivan and head coach Jeff Hafley’s first two draft selections with the team.</p><p>As of Thursday, the Dolphins’ draft capital includes:</p><p>• Round 1, pick 12: Alabama OT Kadyn Proctor</p><p>• Round 1, pick 27: San Diego State cornerback Chris Johnson (Trade with San Francisco)</p><p>• Round 2: No. 43</p><p>• Round 3: Nos. 75, 87, 94</p><p>• Round 4: Nos. 130, 138</p><p>• Round 5: Nos. 151, 177 (Dallas), 180 (Dallas)</p><p>• Round 7: Nos. 227, 238</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U5UMUSC4K5EW7LKXYJAC2QEYQE.jpg?auth=182217294d891ae31d7838539417c51f4fd61d116befc82e2b9db2aad5a16621&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Schlittler says heckling `not too bad' as he pitches at Fenway Park for first time against Red Sox]]></title><link>https://www.local10.com/sports/2026/04/23/schlittler-says-heckling-not-too-bad-as-he-pitches-at-fenway-park-for-first-time-against-red-sox/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/schlittler-says-heckling-not-too-bad-as-he-pitches-at-fenway-park-for-first-time-against-red-sox/</guid><dc:creator><![CDATA[By BRENDAN McGAIR, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 02:59:32 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Pitching at Fenway Park for the New York Yankees, Cam Schlittler didn't face the type of abuse he was subjected to online.</p><p>Schlittler limited the team he rooted for growing up to four hits over eight innings, and the Yankees rallied twice to beat the Boston Red Sox 4-2 on Thursday night for a three-game sweep and a season-high six-game winning streak.</p><p>A Red Sox fan who grew up in Walpole and played college ball at Northeastern, Schlittler told the New York Post ahead of the game that he and his family had received death threats.</p><p>With Cody Charneski, a Yankees producer of digital and social content, joining him in the bullpen for his warmup, Schlittler said his reception from Fenway fans in person wasn't too out of line.</p><p>"There was a couple things but, again, Cody is out there with the camera, so I think that’ll limit that,” Schlitter said, "Not too bad. I think you overestimate how many genuine people are out there compared to online. So it’s a good feeling. I had a lot of buddies out there watching.”</p><p>Schlitter's family and friends were noticeably excited when he struck out his final batter, Jarren Duran, with his 96th pitch.</p><p>Schlittler (3-1) allowed two runs — one earned — over eight innings while striking out five, walking one and lowering his ERA to 1.77.</p><p>It was the longest outing in 20 regular-season starts for the 25-year-old right-hander, who pitched eight shutout innings to beat the Red Sox at Yankee Stadium in last year’s AL Wild Card Series.</p><p>“He’s got a great demeanor about him. He’s very even keeled and very adaptable, but also competitive and very confident. All great traits,” Yankees manager Aaron Boone said. “He’s always looking forward to his day out there. He’s a very confident guy and I think it’s meaningful for him to come back to where he grew up.”</p><p>Schlittler tossed a ball to a fan in the front-row of the right field seats before heading to the bullpen. Another fan in close proximity to the bullpen held up a yellow sign that stated, “Walpole Loves Schlittler.”</p><p>“For the most part, really respectful,” Schlittler said.</p><p>The public-address announcement of Schlitter as New York’s starting pitcher drew a mixture of cheers and boos. Cody Bellinger, whose two-run single as a pinch-hitter put the Yankees ahead a three-run seventh, was impressed with how Schlitter responded this week.</p><p>“I think he handled it great," Bellinger said. "He's such a young kid, and this rivalry, it is —- it's different when you wear these two uniforms and he’s just done a tremendous job pitching and handling everything that comes with it.”</p><p>Schlitter struck out 12 against the Red Sox in the postseason game that ended Boston's 2025 season.</p><p>“There were plenty of distractions to be had before his playoff start last year, and he obviously handled that really well,” Boone said.</p><p>“He was throwing hard that day,” Red Sox manager Alex Cora recalled before the series finale. “From pitch one, we had to be almost perfect. We didn’t put too much pressure on him.”</p><p>___</p><p>AP MLB: https://apnews.com/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/55UVF5STROSSMNFIYU7UKJWOLA.jpg?auth=f95600554d7148e04a109b39508b42edd4e40aeeccd1dac678cbf6302c225d55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees pitcher Cam Schlittler throws during the first inning of a baseball game against the Boston Red Sox, Thursday, April 23, 2026, in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2BNNLJJ5IZGJ7LYDO65PBAQYNA.jpg?auth=1640684b691e49ad96454bb7801fa7e69b4ae58c806ff72ba20123f006ab8924&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees pitcher Cam Schlittler (31) warms up before a baseball game against the Boston Red Sox, Thursday, April 23, 2026, in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DDZFXS4BUSYON2HAY5NK6TJ32E.jpg?auth=210d0d79f96226a4388e35850baa1d661970aaefc842db4789d7fce019efdbc7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees pitcher Cam Schlittler throws during the first inning of a baseball game against the Boston Red Sox, Thursday, April 23, 2026, in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content></item><item><title><![CDATA[Springsteen set to rock Sunrise as fans pack arena early]]></title><link>https://www.local10.com/news/local/2026/04/23/springsteen-set-to-rock-sunrise-as-fans-pack-arena-early/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/springsteen-set-to-rock-sunrise-as-fans-pack-arena-early/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[“The Boss” is set to take the stage Thursday night as Bruce Springsteen performs at Amerant Bank Arena at 8 p.m.]]></description><pubDate>Fri, 24 Apr 2026 02:45:31 +0000</pubDate><content:encoded><![CDATA[<p>“The Boss” is set to take the stage Thursday night as Bruce Springsteen performs at Amerant Bank Arena at 8 p.m.</p><p>Fans say they don’t just listen to Springsteen’s music -- they absorb it, adding that his songs never seem to age.</p><p>They’re here for The Boss.</p><p>One of the most iconic voices in rock ‘n’ roll is bringing the E Street Band to South Florida, with guitars, drums and a lineup expected to include hits like Born to Run and Born in the U.S.A..</p><p>Doors opened at 6:30 p.m., but some fans -- more like superfans -- showed up early, trying to catch a glimpse of Springsteen near the back entrance.</p><p>Among them were Denise Blatz of North Port and Taylor Davis of Palm Beach, who said they just met at the arena while bonding over their shared love of Springsteen.</p><p>Maybe they’ll be heading to future concerts together.</p><p>As of this evening, tickets are still available, with single seats going for about $85 and others listed around $590.</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 faces 41 charges after deputies find dozens of neglected dogs in Broward County]]></title><link>https://www.local10.com/news/local/2026/04/23/man-faces-41-charges-after-deputies-find-dozens-of-neglected-dogs-in-broward-county/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/man-faces-41-charges-after-deputies-find-dozens-of-neglected-dogs-in-broward-county/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[A 46-year-old man is facing dozens of charges in Broward County tied to animal cruelty and obstruction of justice.]]></description><pubDate>Fri, 24 Apr 2026 02:44:44 +0000</pubDate><content:encoded><![CDATA[<p>A 46-year-old man is facing dozens of charges in Broward County tied to animal cruelty and obstruction of justice.</p><p>The Broward Sheriff’s Office says deputies found 23 dogs being neglected at Jamar Clair’s home.</p><p>Working with Broward County Animal Care and Adoption, an arrest report states deputies found nine adult pit bulls and pit bull mixes, along with 14 puppies estimated to be 3 to 4 weeks old on the property. Investigators said 13 dogs were in the front yard and seven more were in the backyard.</p><p>Deputies said one of the dogs had a severe eye infection and needed medical treatment, adding all seven dogs in the backyard showed signs of abuse and neglect.</p><p>A woman who identified herself as Clair’s fiancée spoke but did not want to show her face. </p><p>She said she feeds the dogs twice a day and argued the animals were not neglected, adding some were only being kept temporarily for a friend.</p><p>According to the report, some of the puppies were removed before a follow-up visit by law enforcement. During a final follow-up, investigators took the remaining five dogs from Clair’s home.</p><p>Investigators described the property as unkempt, with feces and flies present. When asked about those conditions, the woman said the dogs were in their own environment and kept in cages with locks.</p><p>Authorities say Clair has faced similar accusations before. Last year, police said a dog was found tethered outside on a short chain in 87-degree weather. </p><p>He was also accused of similar allegations in 2024.</p><p>In this case, investigators say Clair refused to appear in bond court. He is being held on a $75,000 bond and is accused of not cooperating with police.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[McCollum ruins Knicks' night again, leading the Hawks to a 109-108 victory and a 2-1 lead]]></title><link>https://www.local10.com/sports/2026/04/23/mccollum-ruins-knicks-night-again-leading-the-hawks-to-a-109-108-victory-and-a-2-1-lead/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/mccollum-ruins-knicks-night-again-leading-the-hawks-to-a-109-108-victory-and-a-2-1-lead/</guid><dc:creator><![CDATA[By PAUL NEWBERRY, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 02:31:52 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — CJ McCollum hit a fadeaway jumper with 12.5 seconds left to ruin New York's night again, leading the Atlanta Hawks to a 109-108 victory and a 2-1 lead over the Knicks in their first-round playoff series on Thursday night.</p><p>After starring in a Game 2 stunner at Madison Square Garden, McCollum got the ball with his team trailing by a point. He came through again from 15 feet, finishing with 23 points.</p><p>Hawks coach Quin Snyder called it “a great shot,” but stressed the effort of his entire team.</p><p>“They work, they share,” Snyder said. “That's the thing about this group that I've enjoyed so much.”</p><p>The Hawks led nearly the entire game, building an 18-point lead in the first half. But New York rallied for a 108-105 edge on Jalen Brunson's three-point play with 1:03 remaining.</p><p>After Jalen Johnson, who led the Hawks with 24 points, rolled in a shot, Josh Hart missed a 3-pointer for the Knicks. New York got the offensive rebound, but couldn't get off a shot ahead of the 24-second clock.</p><p>“You couldn't ask for anything better than that,” Knicks coach Mike Brown lamented. “Less than a minute to go in the game and a chance to go up by three.”</p><p>The Knicks failed to get off a shot at the end, either, as Brunson turned the ball over and the horn sounded.</p><p>Jonathan Kuminga had a huge night for the Hawks off the bench, finishing with 21 points.</p><p>OG Anunoby led the Knicks with 29 points, Brunson had 26 and Karl-Anthony Towns chipped in with 21. It wasn't enough for New York.</p><p>Brown griped about the officiating, believing the refs missed some calls at the basket. But he stressed that his team must make better decisions going forward.</p><p>Game 4 is Saturday in Atlanta.</p><p>“They're closing out hard," Brown said of the Hawks. ”It's a tough game for the officials to officiate, but I know we got fouled on a few of the tries that didn't get called."</p><p>McCollum picked up were he left off at Madison Square Garden, hitting a step-back jumper beyond the arc for Atlanta's first points. He had 16 by the halftime break.</p><p>McCollum showed off more than his offensive skills. After Hart scooped up a loose ball and drove toward the hoop with only the Atlanta guard to beat, McCollum blocked the shot and sent the ball off Hart's foot to give possession back to the Hawks.</p><p>The Hawks outscored the Knicks 27-12 over the final seven minutes of the opening quarter, turning the game in their favor with an 11-0 spurt and closing the period with three straight 3-pointers. The first was by little-used center Mouhamed Gueye, left wide open by the New York defense, followed by two straight from backup forward Kuminga to send the State Farm Arena crowd into a frenzy.</p><p>But, with the Hawks on the verge of blowing the game open late in the first half, New York closed the the period on a 12-2 run. Atlanta went to the locker room with a 58-50 lead.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RQQ3HHD3TY7BUXVQIGSCGOQOM4.jpg?auth=19f99fcc803a2ba4463de58c7314aa45c8af6deba19100469b869c268b5e156a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Hawks guard CJ McCollum, left, and forward Jalen Johnson, right, react after Game 3 of a first-round NBA playoffs basketball series against the New York Knicks, Thursday, April 23, 2026, in Atlanta. (AP Photo/Colin Hubbard)]]></media:description><media:credit role="author" scheme="urn:ebu">Colin Hubbard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DOUHGCM26O75ANQU6LI4UKMMUU.jpg?auth=ecd0b6b9ed30dd4f76478c7679c15a8e968db7bf3ccf9ae45fab57788740dbeb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Hawks guard CJ McCollum (3) reacts to the crowd during the first half in Game 3 of a first-round NBA playoffs basketball series against the New York Knicks, Thursday, April 23, 2026, in Atlanta. (AP Photo/Colin Hubbard)]]></media:description><media:credit role="author" scheme="urn:ebu">Colin Hubbard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6STVOSIXMWG4FCWRH6X6BVEX4.jpg?auth=e8d77066e5497b8e184fb594082ae88ff5d93d622c369b2342763b74dae8bc45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks center Karl-Anthony Towns (32) reacts during the first half in Game 3 of a first-round NBA playoffs basketball series against the Atlanta Hawks, Thursday, April 23, 2026, in Atlanta. (AP Photo/Colin Hubbard)]]></media:description><media:credit role="author" scheme="urn:ebu">Colin Hubbard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ESMNZ7OZWDZTGOHURGFZDEDCPQ.jpg?auth=0bfed6b6aeb776f42fca012b60687f99eb0013434adaef3630d121e13ac04fa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Hawks forward Onyeka Okongwu (17) reacts after a dunk against New York Knicks guard Josh Hart (3) and forward Og Anunoby (8) during the first half in Game 3 of a first-round NBA playoffs basketball series, Thursday, April 23, 2026, in Atlanta. (AP Photo/Colin Hubbard)]]></media:description><media:credit role="author" scheme="urn:ebu">Colin Hubbard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4MMQLBAGJRTGFNFVOSA55KALRQ.jpg?auth=6ca9069836e2ac35b826c4dde31f70e80ea6725ab519681f60a8a5e5f5688953&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Hawks forward Jalen Johnson, left, blocks a shot from New York Knicks center Karl-Anthony Towns (32) while forward Onyeka Okongwu (17) defends during the second half in Game 3 of a first-round NBA playoffs basketball series, Thursday, April 23, 2026, in Atlanta. (AP Photo/Colin Hubbard)]]></media:description><media:credit role="author" scheme="urn:ebu">Colin Hubbard</media:credit></media:content></item><item><title><![CDATA[Sabres rally to beat Bruins 3-1, take 2-1 lead in NHL playoff series]]></title><link>https://www.local10.com/sports/2026/04/23/sabres-rally-to-beat-bruins-3-1-take-2-1-lead-in-nhl-playoff-series/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/sabres-rally-to-beat-bruins-3-1-take-2-1-lead-in-nhl-playoff-series/</guid><dc:creator><![CDATA[By JIMMY GOLEN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 02:53:27 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Bowen Byram scored a minute after Boston missed a penalty shot, and Alex Tuch broke a third-period tie to help Buffalo come from behind and beat the Bruins 3-1 on Thursday night to take a 2-1 lead in the first-round playoff series.</p><p>Alex Lyon stopped 24 shots in his first start of the postseason and the Sabres, who snapped an NHL-record 14-year playoff drought by winning the Atlantic Division, regained home-ice advantage in the best-of-seven series. Game 4 is Sunday in Boston, with the Bruins needing a win to assure themselves of another home game.</p><p>Jeremy Swayman made 25 saves, and Tanner Jeannot scored early in the second period for the Bruins as they opened the scoring for the third straight game. But they missed a chance to go up 2-0 when Viktor Arvidsson's penalty shot went wide.</p><p>“Definitely a turning point,” Sabres coach Lindy Ruff said.</p><p>Boston had a chance to go up 2-0 when Mattias Samuelsson’s stick broke right in front of the Buffalo net, for a turnover that gave Arvidsson an open lane on the net. Rasmus Dahlin took him down, leading to a penalty shot.</p><p>Arvidsson circled wide and came in slowly but Lyon left him no opening.</p><p>“I try not to overthink the penalty shot too much,” Lyon said. “Kind of the same situation as the shootout and just try to kind of be in the moment. That’s when practice comes through. So you've just got to trust your instincts and lean on those.”</p><p>About a minute later, Byram one-timed a shot past Swayman to tie it.</p><p>“Yes, it was a big swing. Absolutely,” Bruins coach Marco Sturm said. “The bench was not the same, let’s put it that way.”</p><p>Tuch made it 2-1 when he grabbed a loose puck and fired it past a screened goalie, and Noah Ostlund added an empty-netter with 1:24 left.</p><p>The teams split the first two games in Buffalo, with Boston taking the lead both times before Buffalo rallied in the last half of the third period. In Game 1, the Sabres came back to win 4-3, but they were too far back after a 4-0 deficit in Game 2 and lost 4-2.</p><p>The early struggles doomed Sabres goalie Ukko-Pekka Luukkonen to backup. He won the playoff starting job by closing the regular season 12-2-1 but was pulled after allowing the fourth goal early in the third period on Tuesday night.</p><p>Lyon went 20-10-4 during the season.</p><p>“I think getting in for a few minutes of the last game was really helpful,” he said. “Before that, it was probably two weeks since I had played. So just to get the feel of the game, I think that set me up nicely for today.”</p><p>Buffalo continued to struggle on the power play. After failing to score on the last 22 chances in the regular season, the Sabres have misfired on their first 13 man advantages in the series, including four Thursday.</p><p>“Our power play let Swayman off the hook,” Ruff said. “But there was some good stuff there. And both goaltenders made some big saves at key times.”</p><p>Up next</p><p>Game 4 is Sunday before the series shifts back to Buffalo for Game 5 on Tuesday night.</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/G4BD73ZCB2YMVOPO3M2I4LDKBM.jpg?auth=87bee6077321aa3426ea6cd1081f571b22f7488187d9f5b9802a1854520e3192&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buffalo Sabres goaltender Alex Lyon (34) is congratulated by Conor Timmins (21) after defeating the Boston Bruins in Game 3 of a first-round NHL hockey Stanley Cup playoff series, Thursday, April 23, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGUUVT4FEDSQ3ELOPFCX4V33XM.jpg?auth=722638cda5f5d0308f32860b1211e855aef5a5f08272285f6f1e4f075d10a0d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buffalo Sabres right wing Alex Tuch (89) celebrates his goal with teammates as Boston Bruins defenseman Hampus Lindholm (27) skates past during the third period in Game 3 of a first-round NHL hockey Stanley Cup playoff series, Thursday, April 23, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T4RIPDS4DIWRSPPXLR56X22BTQ.jpg?auth=8970536d6288a9c3374592ccce2d48ad86cedba868767308c70e6222ae46f930&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Bruins defenseman Nikita Zadorov (91) and Buffalo Sabres right wing Alex Tuch (89) fight during the third period in Game 2 of a first-round NHL hockey Stanley Cup playoff series Tuesday, April 21, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QZRF42RVHB2X6BDO6M2N5IQZDA.jpg?auth=85017938c488f6f91b3c3f8f237151e730fc85932860baf5b2c49fe33413384f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Bruins defenseman Andrew Peeke, right, knocks Buffalo Sabres left wing Beck Malenstyn (29) to the ice during the first period in Game 3 of a first-round NHL hockey Stanley Cup playoff series, Thursday, April 23, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TCZRE2RCTCTCYIFV2SSDVR7TLA.jpg?auth=b87c8e620c5961f56dadbc061a1e580fd6cdfaba80078c8988e10e931b5b2e39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Bruins goaltender Jeremy Swayman (1) heads to the locker room following a loss to the Buffalo Sabres in Game 3 of a first-round NHL hockey Stanley Cup playoff series, Thursday, April 23, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[El Salvador: continúa juicio a cientos de pandilleros de la Mara Salvatrucha por presuntos crímenes]]></title><link>https://www.local10.com/espanol/2026/04/23/el-salvador-continua-juicio-a-cientos-de-pandilleros-de-la-mara-salvatrucha-por-presuntos-crimenes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/el-salvador-continua-juicio-a-cientos-de-pandilleros-de-la-mara-salvatrucha-por-presuntos-crimenes/</guid><dc:creator><![CDATA[Por SALVADOR MELÉNDEZ y MARCOS ALEMÁN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 01:19:05 +0000</pubDate><content:encoded><![CDATA[<p>SAN SALVADOR (AP) — Continuaba el jueves en El Salvador un juicio colectivo contra cientos de integrantes de la pandilla Mara Salvatrucha (MS_13), entre ellos un grupo de sus cabecillas históricos, por su presunta responsabilidad en más de 40.000 delitos cometidos en el país centroamericano.</p><p>Periodistas de The Associated Press tuvieron acceso en la jornada a uno de los pabellones del Centro de Confinamiento Contra el Terrorismo (CECOT), donde en completo orden sentados en sillas plásticas los pandilleros participaban de forma virtual frente a grandes pantallas del desarrollo del proceso en su contra.</p><p>Vestidos con pantalones cortos y camisa blanca, con tatuajes que los identifican como miembros de la Mara Salvatrucha, rapados por completo, esposados y con grilletes, en total silencio, escuchaban los testimonios de quienes los involucran en los supuestos crímenes. El juicio a 486 pandilleros tiene lugar en el Tribunal Sexto Contra el Crimen Organizado de San Salvador, la capital.</p><p>Es el segundo juicio masivo a integrantes de estos grupos, luego que en marzo de 2025 se realizó el primero que resultó en la condena de 52 miembros de la pandilla Barrio 18 que habían sido capturados en los primeros días de vigencia del régimen de excepción impulsado por el presidente Nayib Bukele para enfrentar a las pandillas y que está vigente desde marzo de 2022.</p><p>En noviembre del año pasado un tribunal declaró culpables a 45 pandilleros de ese grupo por varios delitos, entre ellos extorsión y homicidio, e impuso una condena de 397 años de prisión a uno de los cabecillas.</p><p>Múltiples crímenes</p><p>El Ministerio Público dice que los pandilleros están siendo procesados por más de 47.000 delitos que van desde homicidio, feminicidio, extorsión, tráfico de armas y hasta desaparición de personas. En el caso de los señalados como cabecillas —poco más de una veintena— están vinculados presuntamente a más de 9.043 delitos, entre ellos el asesinato de 80 policías.</p><p>El fiscal adjunto contra el Crimen Organizado, Max Muñoz, explicó a través de un video difundido por la Fiscalía que a los jefes de las pandillas se les pretende responsabilizar de todos los hechos delictivos, cometidos supuestamente entre el 2012 y finales de marzo de 2022, incluidos los 86 asesinatos que propiciaron que el presidente Bukele impulsara el régimen de excepción.</p><p>"Todas esas muertes se van a atribuir a los ranfleros (jefes) históricos que son 22”, aseguró el fiscal.</p><p>Los llamados cabecillas históricos nacionales y fundadores de la pandilla escuchan la audiencia a través de pantallas de televisión en pequeños salones del CECOT, ubicado en una zona rural del distrito de Tecoluca, departamento de San Vicente, a 81 kilómetros al este de la capital.</p><p>El CECOT —la megacárcel construida por el gobierno de Bukele— aparentaba diferente el jueves. Las celdas del pabellón número tres estaban vacías, ya que los miembros de las pandillas Barrio 18 fueron trasladados a otro pabellón, mientras que los de la Mara Salvatrucha participaban del juicio de manera virtual.</p><p>Este tipo de proceso colectivo tiene lugar luego de una reforma del Código Penal realizada en julio de 2023 que establece que los detenidos bajo el régimen de excepción, que suspende derechos fundamentales, sean agrupados según sus grupos o territorios.</p><p>Las autoridades dicen haber capturado desde que entró en vigor ese régimen a 91.300 personas acusadas de pertenecer supuestamente a las pandillas o tener vínculos con esos grupos criminales. Bukele ha dicho que 8.000 personas que eran inocentes han sido liberadas. Organizaciones de derechos humanos, en tanto, aseguran que han registrado más de 6.000 denuncias por víctimas bajo ese régimen y documentado la muerte de al menos 488 personas bajo custodia.</p><p>Los cabecillas</p><p>Entre los cabecillas que están siendo procesados, según la fiscalía, están Dionisio Arístides Umanzor Osorio, alias “El Sirra de Teclas; Borromeo Henríquez Solorzano, alias “Diablito de Hollywood"; Carlos Tiberio Ramírez Valladares, alias “Snayder” y César Antonio López Larios, alias “Greñas”.</p><p>Ellos formaron parte del grupo que participó en las negociaciones con el entonces gobierno del presidente Mauricio Funes, del exguerrillero Frente Farabundo martí para la Liberación Nacional (FMLN), según las autoridades.</p><p>Otros cabecillas históricos ya han sido procesados, unos guardan prisión en el CECOT y en otra cárcel de máxima seguridad salavadoreña conocida como Zacatraz. Otros guardan prisión en Estados Unidos o están huyendo de la justicia mientras son procesados en ausencia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4QKIVOGTGHSIWNTK5TH6BG7FX4.jpg?auth=bec4fb8d0423bd29be8e349fbb255eb94b46adbc4c319d1a055a32b484c7baab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presuntos miembros de pandillas participan en un juicio masivo en el Centro de Confinamiento por Terrorismo (CECOT) en Tecoluca, El Salvador, el jueves 23 de abril de 2026. (Foto AP/Salvador Meléndez)]]></media:description><media:credit role="author" scheme="urn:ebu">Salvador Melendez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JEY4MQRWXJEAYSNL4PZCFTUDEE.jpg?auth=1d0a85ed8fcd6a90ef445325489cabe4e83edfd0f5eaaeaf27424a2c5fdb75b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presuntos miembros de pandillas participan en un juicio masivo en el Centro de Confinamiento por Terrorismo (CECOT) en Tecoluca, El Salvador, el jueves 23 de abril de 2026. (Foto AP/Salvador Meléndez)]]></media:description><media:credit role="author" scheme="urn:ebu">Salvador Melendez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O3SBDF4NGOCOP4ZUHQPJV4436I.jpg?auth=77ed4766f7fad5684232304bb052e4348bef42102c8f396556de18dae95edf2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presuntos miembros de pandillas participan en un juicio masivo en el Centro de Confinamiento por Terrorismo (CECOT) en Tecoluca, El Salvador, el jueves 23 de abril de 2026. (Foto AP/Salvador Meléndez)]]></media:description><media:credit role="author" scheme="urn:ebu">Salvador Melendez</media:credit></media:content></item><item><title><![CDATA[Nelly Korda off to a fast start with a 65 to lead by 2 in The Chevron Championship]]></title><link>https://www.local10.com/sports/2026/04/23/nelly-korda-off-to-a-fast-start-with-a-65-to-lead-by-2-in-the-chevron-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/nelly-korda-off-to-a-fast-start-with-a-65-to-lead-by-2-in-the-chevron-championship/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 00:56:57 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — Nelly Korda leaned on her putter to save pars early and then poured it on her back nine of Memorial Park for a 7-under 65, her best start to a major in four years to take a two-shot lead Thursday in The Chevron Championship.</p><p>Patty Tavatanakit, who won this major as a rookie in 2021 when it was the ANA Inspiration in the California desert, played bogey-free for a 67 and was two shots back along with Somi Lee, who bogeyed her final hole on the par-3 ninth.</p><p>Farah O'Keefe, the junior at Texas, missed a 5-foot par putt on her last hole to fall back into the group of players at 68.</p><p>“Just day one out of four — a lot can happen,” Korda said after her best opening round in a major since a 64 in the 2022 Evian Championship. “So happy to be in this position and hoping to move forward.”</p><p>Korda has been building toward the first major of the LPGA season, playing in the final group in each of her four tournaments this year and winning the season opener.</p><p>She started on No. 10 and the American star was in full flight after making the turn on a rain-soaked course that got little roll in the fairway. She made birdie on the three par 5s on the front nine and really shined on the tough par 3s — a 6-iron to 4 feet on No. 2, a 5-iron to 5 feet on No. 7.</p><p>Equally important was keeping bogeys off her card — her first bogey-free round in a major since the second round of the 2024 Women's British Open — especially on the front nine.</p><p>“Made a really long one on my first hole which could have started out the day with a bogey and I didn’t. I made a really solid putt,” she said. “Even on the second hole where I saved a 5-footer for par. Made some good saves for par.”</p><p>She also took advantage of the par 5s, which she often does when contending in majors (she was 21 under on the par 5s in her major wins at The Chevron in 2024 and the KPMG Women's PGA in 2021). They didn't always go as planned.</p><p>Korda couldn't get to the par-5 first hole (her 10th) in two because of a drive that strayed to the right. And when she hammered a drive with the wind at her back on the par-5 third, she had 6-iron to the green that came up short of a green with a back pin.</p><p>“Chunked it,” Korda said. “But I birdied both, so we're good.”</p><p>But it was the par 3s coming in that stood out, especially No. 2. Korda hit 6-iron from a slightly elevated tee over the bunker complex to 4 feet, a shot she considered her best of the day.</p><p>She prefers to hit a draw, and the wind gusting off the left made that uncomfortable for her. She had to carry a big slope, and the pin was tucked behind a bunker on the right, a bad place to miss.</p><p>“So really dialed into my target ... just left of the pin and the wind took it nicely and it dropped right next to the hole,” she said. “One, it took really nice. Two, it landed absolutely the perfect number. So those are the shot that you're like, ‘Oh, God, I love golf.’</p><p>“And then I hit a chunk on the next hole.”</p><p>The easy laugh was another indication Korda is in a happy place in golf and in life, coming off a winless season that also included her getting engaged.</p><p>Also having a great time was O'Keefe, who didn't get an invitation to The Chevron until after the Augusta National Women's Amateur. She chipped in for birdie on the par-4 fourth hole (her 13th) to reach 5 under and her name on the leaderboard — right up there with Korda — was quite a moment.</p><p>“It's a dream,” O'Keefe said. “It's something that you think about every once in a while and hope for, but I feel like I’m trying to stay composed. There is a lot more golf left to be played. The job is not done and I’m just going to keep doing what I have been doing because it just happens to be working.”</p><p>The Chevron is at Memorial Park — also site of the Houston Open on the PGA Tour last month — for the first time after three years at Carlton Woods. The course is listed at just over 6,800 yards on the scorecard, though some tees were moved up because of soft conditions from two days of rain.</p><p>Thirty-seven players in the 132-player field broke par. Jeeno Thitikul was not among them. The No. 1 player in women's golf had four bogeys over her last eight holes and shot 74. In her quest to win her first major, she started out nine shots behind Korda with her first goal to make the cut.</p><p>Minjee Lee, the Women's PGA champion trying to win her fourth of the LPGA's five majors, also opened with a 74.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YNXKXKEHB6GBEYKLTJHVB6M3MQ.jpg?auth=6aff4c57cfad5398e47bcc88f6f109559c0e229a49a26743ff929d8147999d67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda hits from the fourth tee during the first round of the Chevron Championship LPGA golf tournament Thursday, April 23, 2026, in Houston. (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/NL26DZDSZL7CBHJ5FHZTM7CTEA.jpg?auth=0fd7f8e6ea71a022f401cb0546cd4b0015e51d55e7a6d9b604b6f3310404e6d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda chips onto the third hole during the first round of the Chevron Championship LPGA golf tournament Thursday, April 23, 2026, in Houston. (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/2YHNIU4AEXHP73E43PZ7VK6K3E.jpg?auth=d2e04a90a1d9d2141743b461fe59fe7a906ac951fc7dee43d1ae9fc329a41a1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patty Tavatanakit, of Thailand, hits on the 17th hole during the first round of the Chevron Championship LPGA golf tournament Thursday, April 23, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WO7J2TSB5KHAMZU3THAKNZ6K7I.jpg?auth=bb5e3ac194058ab0da5d9105eeaa4050a57cd14dd5e8d666af7df9696d3a6f60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Farah O'Keefe lines up her shot on the third green during the first round of the Chevron Championship LPGA golf tournament Thursday, April 23, 2026, in Houston. (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/A26WMSMH7LEAKARVI5TMM6H47M.jpg?auth=67972cd4eec55a74d6c49148804e0a2e509b68d4f8603801df3cb746fbe3d40e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda waves after her shot on the third hole during the first round of the Chevron Championship LPGA golf tournament Thursday, April 23, 2026, in Houston. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Jets take Texas Tech edge rusher David Bailey at No. 2 and Oregon tight end Kenyon Sadiq at No. 16]]></title><link>https://www.local10.com/sports/2026/04/23/jets-start-busy-nfl-draft-with-texas-tech-edge-rusher-david-bailey-at-no-2-overall/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/jets-start-busy-nfl-draft-with-texas-tech-edge-rusher-david-bailey-at-no-2-overall/</guid><dc:creator><![CDATA[By DENNIS WASZAK Jr., Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 02:08:49 +0000</pubDate><content:encoded><![CDATA[<p>FLORHAM PARK, N.J. (AP) — The New York Jets selected Texas Tech edge rusher David Bailey with the No. 2 overall pick and Oregon tight end Kenyon Sadiq at No. 16 in the NFL draft Thursday night.</p><p>The picks kicked off what should be a busy early stretch for New York, which has four selections in the first 44 spots in the draft. The Jets also have the first pick in the second round Friday night (No. 33) and No. 44.</p><p>Bailey gives coach Aaron Glenn and the Jets a big-time pass-rushing presence for a defense that was among the NFL’s worst last season.</p><p>“I feel like this organization is trending in the right way,” Bailey said. “I’m just ready to work.”</p><p>Bailey is the highest-selected defensive player by the Jets in the NFL draft since the 1970 merger.</p><p>With Las Vegas long linked to quarterback Fernando Mendoza at No. 1 overall, the most suspense centered on what New York would do one pick later. In the last few weeks, Bailey and Ohio State edge rusher Arvell Reese were most often linked to the Jets — and it was just a matter of which one they’d select, if they didn’t trade the pick.</p><p>General manager Darren Mougey stayed at No. 2 and took Bailey, who’ll be expected to help boost a pass rush that ranked 31st in the NFL with only 26 sacks. The crosstown-rival Giants drafted Reese with the fifth overall pick.</p><p>New York then addressed its offense 14 picks later, giving new quarterback Geno Smith a pass-catching tight end in Sadiq. It was largely assumed the Jets would go after a wide receiver in that spot — Indiana's Omar Cooper Jr. and USC's Makai Lemon were still available. Instead, they went with Sadiq, who set a school record last season for tight ends with 51 receptions.</p><p>Bailey was a force last season for Texas Tech, tying for the FBS lead with 14 1/2 sacks. He also ranked second with 19 1/2 tackles for loss, three forced fumbles and three pass breakups in 14 games, including 13 starts.</p><p>With the Jets, Bailey will help replace edge rusher Jermaine Johnson, who was traded to Tennessee for defensive tackle T’Vondre Sweat in February.</p><p>“That feeling, it's like no other,” Bailey said of getting sacks. “It's really what I be chasing. I have a lot of motivations for why I play the game. That's one of them. That feeling when you get a sack and the crowd is on your side, especially during a home game — but regardless, home or away — it's one of the best feelings. I take a lot of pride in that.”</p><p>After three seasons at Stanford, the 22-year-old Bailey transferred to Texas Tech and was an AP All-America pick, the Big 12 defensive lineman of the year, the conference’s newcomer of the year and a finalist for the Lombardi Award as the country’s top lineman.</p><p>The Jets canceled their top-30 visit with Bailey last week, leading some to speculate that the team had waning interest. But Mougey said Tuesday at New York’s pre-draft news conference that wasn’t the case.</p><p>“In regards to David, we had good touch points with him at the combine, we went to his pro day, had a good dinner with him,” Mougey said. “We were just kind of juggling our 30 and how to use them and I wouldn’t look too much into a cancellation because there were other ones we may have changed, as well.”</p><p>Bailey will get his visit to the Jets' facility, after all. As New York's top draft pick.</p><p>“I had a great interaction with them at the combine,” Bailey said. “Obviously, they canceled the 30 visit, but other than that, man, I had a great FaceTime with Mougey and everybody.”</p><p>It’s the fourth time in franchise history that the Jets picked second overall and first since they took quarterback Zach Wilson in 2021. Running back Blair Thomas (1990) and wide receiver Johnny “Lam” Jones (1980) were the others.</p><p>The 6-foot-3, 241-pound Sadiq joins Jeremy Ruckert and Mason Taylor — the team's second-round pick last year — in the Jets' tight ends room.</p><p>Sadiq is considered a versatile tight end with terrific athleticism who should be able to help in both the passing and running games.</p><p>“I can create separation," Sadiq said. “But I can also go hit someone.”</p><p>He's the third-highest tight end taken by the Jets in NFL draft history, behind only Kyle Brady, who went ninth overall in 1995 and Johnny Mitchell, who was 15th overall in 1992.</p><p>Sadiq opened eyes at the NFL combine, running a 4.39 40-yard dash — a blazing speed for a tight end his size. He led FBS tight ends with eight touchdown catches last season, his first as a full-time starter for the Ducks.</p><p>“I play fast and I play hard," he said, "and that's two things I pride myself on.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EHQXSE377ZEPRVZBD4UE6CYZOY.jpg?auth=e8f018913aed2eb9fc57298e3020c230c6fdbe2fa4aa23fda9ca03a34d4ad3eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Tech linebacker David Bailey celebrates after being chosen by the New York Jets with the second overall pick during the first round of the NFL football draft, Thursday, April 23, 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/KXFQV3GSZLFMB4HQLPCOGBXFPY.jpg?auth=a88f7932ff82e13fabd108a10adfbfa4da307f687296a71aa87a6f8de9479abd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Tech linebacker David Bailey, right, poses with NFL Commissioner Roger Goodell after being chosen by the New York Jets with the second overall pick during the first round of the NFL football draft, Thursday, April 23, 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/T7GEJNFWQBG2KLPE5YIOPMKYSA.jpg?auth=277b6c53b3866ff903646f4abc46c92732ce01d28b971526d87babf03489e5c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Tech linebacker David Bailey poses with fans after being chosen by the New York Jets with the second overall pick during the first round of the NFL football draft, Thursday, April 23, 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/WI3RF7IKLMKNLP76ZNLCQA2TGM.jpg?auth=9bbc931d67d03c8c3e02f7259cd7bf909442fb6796f3089f51c79cb016fe68c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Tech linebacker David Bailey poses on the red carpet before the first round of the NFL football draft, Thursday, April 23, 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/UOCEITTEIXSRMZTLNXFH4MURXA.jpg?auth=5429ecc540d3d5de77f65ddca78a0bb3a9f89571b7ac29db08ebb014f4ee3bd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Oregon tight end Kenyon Sadiq (18) talks to the press at the school's NFL Pro Day, Tuesday, March 17, 2026, in Eugene, Ore. (AP Photo/Amanda Loman,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Loman</media:credit></media:content></item><item><title><![CDATA[Colombia: informe preliminar de accidente aéreo apunta a impacto con árboles antes del desplome]]></title><link>https://www.local10.com/espanol/2026/04/23/colombia-informe-preliminar-de-accidente-aereo-apunta-a-impacto-con-arboles-antes-del-desplome/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/colombia-informe-preliminar-de-accidente-aereo-apunta-a-impacto-con-arboles-antes-del-desplome/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 00:01:42 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — A un mes del accidente de un avión militar en Colombia que dejó 69 muertos y 57 heridos, la autoridad aeroespacial divulgó el jueves un informe preliminar señalando que el impacto con tres árboles antecedió al desplome de la aeronave, que —aseguró— se encontraba habilitada para volar.</p><p>El 23 de marzo, el Hércules C-130 de matrícula 1016 de la Fuerza Aérea Colombiana se accidentó segundos después de su despegue en Puerto Leguizamo, en el departamento sureño Putumayo en la Amazonia colombiana, precipitándose cerca de la pista.</p><p>Según el informe de la Fuerza Aeroespacial Colombiana (FAC) que dio a conocer en rueda de prensa el coronel Luis Giraldo, director de Seguridad Operacional, cuatro segundos después el despegue, la aeronave impactó con tres árboles que se encontraban en la trayectoria de salida de la pista.</p><p>El material vegetal afectó a los motores con “pérdida significativa de potencia” e incidió “en el control de la aeronave”, que luego de 36 segundos “impactó en el suelo… generándose el incendio posterior”, detalló el coronel Giraldo.</p><p>Consultado sobre una posible falla humana, el director a cargo de la investigación declinó señalarlo como la causa determinante y aseguró que es parte de la investigación en curso.</p><p>Pese a ello, Giraldo subrayó que los hallazgos determinaron que “previo al vuelo la aeronave se encontraba perfectamente”, y que contaba con el certificado vigente de aeronavegabilidad. Agregó que tampoco tenía un mantenimiento pendiente “que impusiera restricciones” para su vuelo y que el peso en la aeronave y las condiciones meteorológicas eran adecuadas.</p><p>Los últimos segundos en el avión antes de su impacto, de acuerdo con los instrumentos de vuelo analizados revelaron, según contó la autoridad aeroespacial, que “solo hay una exclamación de sorpresa” y que el piloto y la tripulación se concentraron en intentar mantener el control de la aeronave.</p><p>El informe preliminar recomienda el retiro de los árboles en la zona pues representan “un riesgo” para otras aeronaves.</p><p>En el siniestro fallecieron 61 miembros del ejército, seis de la Fuerza Aeroespacial Colombiana y dos de la policía nacional.</p><p>El accidente aéreo considerado uno de los más graves en el país andino encendió el debate sobre el estado de la flota aérea colombiana. El presidente Gustavo Petro insistió en la necesidad de renovarla, pues, según dijo, la aeronave fue fabricada en 1983 y donada por Estados Unidos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KVAVRW6NOVOVQXCCLEDNBFQUKA.jpg?auth=0604634c081c083fff92b6a617a21dbbdded840b4e97bcb537163b3aa4244712&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soldados realizan una vigilia en memoria de las víctimas del accidente de un avión de carga militar en Puerto Leguizamo, Cali, Colombia, el miércoles 25 de marzo de 2026. (Foto AP/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content></item><item><title><![CDATA[Journeyman Peyton Gray makes MLB debut with Rangers at age 30, gets 1st K against Bucs' Griffin]]></title><link>https://www.local10.com/sports/2026/04/23/rangers-call-up-30-year-old-pitcher-seeking-mlb-debut-after-putting-reliever-garcia-on-il/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/rangers-call-up-30-year-old-pitcher-seeking-mlb-debut-after-putting-reliever-garcia-on-il/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 04:36:39 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Peyton Gray had visualized the moment so many times that he didn't feel nervous when finally making his big league debut — at age 30 after eight years through the minor leagues, independent ball and four winters outside the United States</p><p>Gray worked a perfect inning in his debut for the Texas Rangers on Thursday night, getting a groundout on his first pitch in the majors and ending the 6-1 win over the Pittsburgh Pirates with a strikeout of Konnor Griffin, the highly touted shortstop playing the day before his 20th birthday.</p><p>“That makes me feel pretty old,” Grey said with a smile. “Getting my first career strikeout on him is pretty cool.”</p><p>The Rangers promoted Gray from Triple-A Round Rock earlier Thursday when placing left-handed reliever Robert Garcia on the 15-day injured list because of left shoulder inflammation after he hadn't pitched in a week. Gray was the fourth reliever they used after two-time Cy Young Award winner Jacob deGrom recorded his 62nd career 10-strikeout game, getting those in 5 2/3 innings.</p><p>“It was awesome, and I was getting chills,” Rangers manager Skip Shumaker said. “The journey that he had to get to this spot, you could probably write a book about it.”</p><p>Gray found out about 10:30 p.m. Wednesday night, after Round Rock was rained out for the second day in a row in Sugar Land, Texas, that he was going to join the Rangers. He then called his parents in Columbus, Indiana, and they made the more than 900-mile drive to be at their son's big-league debut.</p><p>Each time the phone rang in the Rangers bullpen Thursday night, Gray got antsy thinking it could be his moment.</p><p>“When it was finally my turn, it was awesome. I wasn’t nervous I was more excited, prepared,” said Gray, who was asked later why he didn't feel nervous. “I think I visualized this moment so many times throughout my life. ... I feel like I’ve been a big leaguer already. I just haven’t been able to be on this stage yet.”</p><p>After needing only one pitch to get his first out, Gray got a flyout before facing Griffin, the teenager who two weeks ago agreed to nine-year, $140 million contract with the Pirates. The swing-and-miss for strike three was on an 83.4 mph changeup that catcher Danny Jansen blocked and then threw to first base to end the game.</p><p>“This game is amazing. I love this game so much because of stories like that,” Schumaker said. “You’re seeing a kid that just came out of high school not too long ago, and then another guy that has spent (time) trying to get his moment. ... For him to get a strikeout against a future All-Star over there. That’s what the beautiful part of this game is, you don’t see that in every sport. That just doesn’t happen. So yeah, pretty cool moment.”</p><p>After being in the Rangers’ minor league system last season, Gray impressed them in spring training this year as a non-roster invite. He had 2.53 ERA in nine appearances with 18 strikeouts and one walk over 10 2/3 innings.</p><p>The pitcher who will turn 31 on June 2 began this season at Triple-A Round Rock, where he threw 12 2/3 scoreless innings over seven games, going 1-0 with two saves, 15 strikeouts and two walks.</p><p>“Being the 30-year-old non-roster invite that doesn’t have any big league time, I don’t think they expected me to put up as many zeroes and throw as many strikes as I did,” Gray said in the Rangers clubhouse before his MLB debut. ”So I think I surprised them. I might have surprised myself a little bit too.”</p><p>After pitching at Florida Gulf Coast University, Gray’s professional debut was a short season with the Colorado Rockies’ affiliate in the Northwest League in 2018, and he stayed in their organization in 2019.</p><p>He spent 2021 in the Kansas City Royals’ organization, that between three different seasons for the Milwaukee Milkmen in the independent American Association. He pitched in the Dominican last winter, after the previous three winters in the Mexican Pacific League.</p><p>“That’s awesome. 30 years old, that it’s a long time and been through a lot,” deGrom said of Gray. “So for him to get up here and get to the major leagues is just a testament to how hard he has worked throughout the minor leagues and stuff. So very happy for him.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M4UUIKVWZRKDIKWT7PEW2TGALA.jpg?auth=5ccc32a492aff13bae03dd7ba366dd97971346256f099074108055c900ab6189&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Rangers relief pitcher Peyton Gray throws to the Pittsburgh Pirates in the ninth inning of a baseball game Thursday, April 23, 2026, in Arlington, Texas. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YGZZNPGUF65JECUFJUBLRELPYE.jpg?auth=fe3f9b50ba1c0917aa85380527d7717813719a0257aceca2993e0d5a4a88710d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Rangers relief pitcher Peyton Gray, left, celebrates with catcher Danny Jansen, right, after the team's win in a baseball game against the Pittsburgh Pirates Thursday, April 23, 2026, in Arlington, Texas. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZBFPUCANSPC5CSPPKVXKCJSST4.jpg?auth=82fdad8cb277fdea1954cc78fd3e658af53399044cabcb81bc9d0d134f1d09e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Rangers relief pitcher Peyton Gray throws his first pitch in his major league debut to Pittsburgh Pirates' Nick Gonzales in the ninth inning of a baseball game Thursday, April 23, 2026, in Arlington, Texas. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Florida regulators meet on FPL proposal for project in Broward and Miami-Dade   ]]></title><link>https://www.local10.com/news/florida/2026/04/23/florida-regulators-meet-on-fpl-proposal-for-broward-miami-dade-project/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/23/florida-regulators-meet-on-fpl-proposal-for-broward-miami-dade-project/</guid><dc:creator><![CDATA[Glenna Milberg, Andrea Torres]]></dc:creator><description><![CDATA[A state-level regulatory agency that oversees public utilities is considering a Florida Power & Light’s proposal for a new project in South Florida. ]]></description><pubDate>Thu, 23 Apr 2026 22:40:33 +0000</pubDate><content:encoded><![CDATA[<p>A state-level regulatory agency that oversees public utilities is considering a Florida Power &amp; Light’s proposal for a new project in South Florida’s western wildland, along the Florida Everglades. </p><p>The five-member <a href="https://www.psc.state.fl.us/about" target="_self" rel="" title="https://www.psc.state.fl.us/about">Florida Public Service Commission</a> met on Thursday in Tallahassee for a hearing about the <a href="https://www.fpl.com/reliability/andytown-oasis-project.html" target="_self" rel="" title="https://www.fpl.com/reliability/andytown-oasis-project.html">Andytown-Oasis project</a> to place four transmission lines from Broward to Miami-Dade. </p><p>A representative of the <a href="https://www.edf.org/" target="_self" rel="" title="https://www.edf.org/">Environmental Defense Fund</a>, a nonpartisan nonprofit organization based in New York, was critical of the proposal. </p><p>“FPL did not conduct a full evaluation of alternatives,” <a href="https://www.edf.org/people/david-cranston" target="_self" rel="" title="https://www.edf.org/people/david-cranston">David Cranston</a>, EDF’s Florida clean energy manager, said during the meeting.</p><p><b>Related document</b>: <a href="https://www.psc.state.fl.us/library/filings/2026/01910-2026/01910-2026.pdf" target="_self" rel="" title="https://www.psc.state.fl.us/library/filings/2026/01910-2026/01910-2026.pdf">EDF’s prehearing statement</a> </p><p><a href="https://www.raponline.org/experts/ted-thomas/" target="_self" rel="" title="https://www.raponline.org/experts/ted-thomas/">Ted Thomas</a>, a Florida-based energy consultant and a former chairman of the Arkansas Public Service Commission, highlighted issues with cost and technology. </p><p>“FPL is asking you to approve a nearly billion-dollar capital expenditure based on an outdated silo approach to transmission planning,” Thomas told the Florida PSC panel during the meeting. </p><p>Despite the controversy, Gov. Ron <a href="https://floridapsc.com/meet-the-commissioners" target="_self" rel="" title="https://floridapsc.com/meet-the-commissioners">DeSantis’s appointees</a> to the Florida PSC, Gabriella Passidomo Smith, Mike La Rosa, Gary F. Clark, Ana Ortega, and Bobby Payne did not have any questions during the meeting. </p><p>The Florida PSC members will receive post-meeting notes next week, and they will have to decide if there is a public need for FPL’s proposed project. </p><p><b>Related document</b>: <a href="https://www.floridapsc.com/pscfiles/liAbrary/filings/2026/01509-2026/01509-2026.pdf" target="_self" rel="" title="https://www.floridapsc.com/pscfiles/liAbrary/filings/2026/01509-2026/01509-2026.pdf">Procedure for petition for determination of need</a></p><p><a href="https://www.fpl.com/reliability/andytown-oasis-project.html" target="_self" rel="" title="https://www.fpl.com/reliability/andytown-oasis-project.html">FPL reported</a> that the transmission lines are meant to deal with “an increase of approximately 220,000 new customers” from 2026 to 2033 in Miami-Dade, which will translate into an 11% load increase.</p><p><a href="https://www.raponline.org/experts/ted-thomas/" target="_self" rel="" title="https://www.raponline.org/experts/ted-thomas/"></a></p><p>One of the four transmission lines would start at FPL’s existing Andytown substation in Broward and end at FPL’s planned Oasis substation in Miami-Dade, <a href="https://www.floridapsc.com/news-links/12322" target="_self" rel="" title="https://www.floridapsc.com/news-links/12322">according to the Florida PSC</a>. </p><p>In Miami-Dade, a second line would start at FPL’s Quarry substation and end at the Oasis substation. Two other lines would start at Oasis, but one would end at Quarry and the other at the Levee substation.</p><p><a href="https://www.fpl.com/reliability/andytown-oasis-project.html" target="_self" rel="" title="https://www.fpl.com/reliability/andytown-oasis-project.html">According</a> to FPL, after completing the design and permitting phase in 2028, construction is set to begin in 2029 and end in late 2033.</p><figure><img src="https://www.local10.com/resizer/v2/VBO6QGATU5EABNSO75RUH3F45A.jpg?auth=5f6ad83c6713892d053e131f27cd6e36b5f5efe2319bd5b3129a5b678c089815&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related document</b>: <a href="https://sfregionalcouncil.org/wp-content/uploads/2026/04/4.B-AgendaAPR26_IV.B-FPL_Proposed-Andytown-Oasis-Transmission-Lines-Project.pdf" target="_self" rel="" title="https://sfregionalcouncil.org/wp-content/uploads/2026/04/4.B-AgendaAPR26_IV.B-FPL_Proposed-Andytown-Oasis-Transmission-Lines-Project.pdf">South Florida Regional Planning Council (April 20)</a></p><p><b>Related presentation</b>: <a href="https://sfregionalcouncil.org/wp-content/uploads/2026/04/2.2-AgendaAPR26_II.-SFRPC_Andytown-Oasis-Project-District.pdf" target="_self" rel="" title="https://sfregionalcouncil.org/wp-content/uploads/2026/04/2.2-AgendaAPR26_II.-SFRPC_Andytown-Oasis-Project-District.pdf">SFRPC guest speaker (April 20)</a></p><p><b>Location: Andytown</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d20556.814885149448!2d-80.47487661707969!3d26.14501808520617!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d90ad4c88bc89f%3A0xce462e5150c7a088!2sAndytown%2C%20FL%2033327!5e1!3m2!1sen!2sus!4v1776985504085!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p><p><b> </b></p>]]></content:encoded></item><item><title><![CDATA[Key takeaways from a report into the deadly plane crash at LaGuardia Airport]]></title><link>https://www.local10.com/news/national/2026/04/23/key-takeaways-from-a-report-into-the-deadly-plane-crash-at-laguardia-airport/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/23/key-takeaways-from-a-report-into-the-deadly-plane-crash-at-laguardia-airport/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 23:40:40 +0000</pubDate><content:encoded><![CDATA[<p>Federal investigators on Thursday detailed a series of issues and failures that led up to last month's deadly collision between a regional jet and a fire truck at New York's LaGuardia Airport.</p><p>According to a preliminary report from the National Transportation Safety Board, the truck drove through the airport's version of a stop light and the vehicle lacked a transponder, hampering a crash warning system. There was also extra heavy air traffic and an emergency involving another plane at the time.</p><p>Air Canada Express Flight 8646, a regional jet from Montreal with 76 people aboard, slammed into the fire truck seconds after landing on March 22. Pilots Antoine Forest, 30, and Mackenzie Gunther, 24, were killed, and 39 people were taken to hospitals with injuries, including the two people in the fire truck.</p><p>It was the first deadly crash at LaGuardia in 34 years. Here are some key takeaways from the NTSB's report.</p><p>Busy air traffic controllers</p><p>Two air traffic controllers were on duty on the night of the crash, consistent with normal scheduling.</p><p>But LaGuardia was busier than usual because flight delays pushed the number of arrivals and departures after 10 p.m. to more than double what was scheduled, according to aviation analytics firm Cirium.</p><p>Planes were landing every few minutes in the lead up to the crash. At the same time, the controllers had to shuffle their duties because of an emergency involving a strong odor on a departing United Airlines jet. The fire truck involved in the collision was leading a convoy of vehicles responding to the emergency.</p><p>While the more senior controller was coordinating the United emergency response, the other controller took over directing vehicles on the ground while continuing to authorized takeoffs and landings.</p><p>“These controllers were just way busy, just too busy,” aviation safety expert Jeff Guzzetti said.</p><p>No transponder on the fire truck</p><p>LaGuardia is one of 35 major U.S. airports with an advanced surface surveillance system that combines radar data with information from transponders inside planes and ground vehicles to help prevent collisions. Controllers have a display in the tower that’s supposed to show the location of every plane and vehicle.</p><p>The fire truck involved in the crash — and the others in the convoy — were not equipped with transponders that would have enabled the system, known as ASDE-X, to precisely track their movements.</p><p>The system's radar had trouble distinguishing the fire truck and the other vehicles, and the radar targets intermittently merged on the display. As a result, it didn’t sound an alarm to alert controllers.</p><p>Red lights were on</p><p>According to air traffic control transmissions, the Air Canada flight was cleared to land at 11:35 p.m. About two minutes later, 25 seconds before the crash, the fire crew asked to cross the same runway.</p><p>The flight was about 100 feet (30 meters) above the ground when an air traffic controller cleared the fire truck to cross. At the time, a system of red lights on the runway that act as a warning for crossing traffic were still lit up.</p><p>They remained illuminated until the truck reached the edge of the runway — about three seconds before the collision. By design, the lights turn off two or three seconds before a plane reaches a runway intersection, the report said.</p><p>The truck should have never entered the runway while the warning lights were on, even though the controller cleared it to cross, according to former airline pilot John Cox, CEO of Safety Operating Systems.</p><p>“That’s an automated system so even though the controller says you’re cleared to cross, the lights mean that there’s an airplane that is either on the runway or about to be,” Cox said.</p><p>Guzzetti said it may have been hard to see the runway lights before the crash because it was dark and the pavement was wet.</p><p>‘Stop, stop, stop’</p><p>Nine seconds before the crash, the controller realized the plane and truck were set to collide and told the fire crew: “Stop, stop, stop, stop. Truck 1. Stop, stop, stop, stop.”</p><p>The fire truck's turret operator told investigators that he recalled hearing “stop, stop, stop” but didn't know who the words were intended for until subsequently hearing “Truck 1."</p><p>He then noticed the truck had already entered the runway. As they turned left, he said he could see the plane's lights on the runway.</p><p>It’s understandable that the driver didn’t realize the controller's initial stop call was meant for the truck, Cox said, since he was giving instructions to multiple different vehicles in succession.</p><p>“Now we know who he’s talking to, but the first three stop, stop, stop there is ambiguity, if you were listening to it, who he’s talking to,” Cox said.</p><p>But Cox said he's not sure the truck would have been able to stop in time even if the driver had slammed on the brakes at the first call to stop, because the NTSB said it had reached 29 mph (47 kph) before it entered the runway.</p><p>Given the truck's speed and weight, Cox said, the vehicle “isn’t going to stop on a dime."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VQAGXWVULE5DPNI62ZIMAHOXSE.jpg?auth=f9327e146d467b82a5fcf032e1e537cd53f72bd89814b41c3df86349a271d954&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Firefighters and investigators examine the site, March 23, 2026, where an Air Canada jet came to rest after colliding with a Port Authority firetruck at LaGuardia Airport, after landing Sunday night in New York. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YVSMWUYS4WQQTNJI2QEZSBRUNA.jpg?auth=45fe1b6b1b6f8f339fc816a7c31ca05173fb7f5796a69bf106face465b9894a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Officials with the National Transportation Safety Board investigate the site, March 23, 2026, where an Air Canada jet came to rest after colliding with a Port Authority firetruck at LaGuardia Airport, shortly after landing Sunday night in New York. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Lincoln Memorial Reflecting Pool gets a blue coating as Trump tackles renovation project]]></title><link>https://www.local10.com/news/politics/2026/04/23/lincoln-memorial-reflecting-pool-gets-a-blue-coating-as-trump-tackles-renovation-project/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/23/lincoln-memorial-reflecting-pool-gets-a-blue-coating-as-trump-tackles-renovation-project/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 23:20:35 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump is having the Lincoln Memorial Reflecting Pool coated in a swimming pool surface hued in “American flag blue,” covering up a decades-old granite surface that he said was “leaking like a sieve” and would take years to replace.</p><p>The president announced the renovation at an Oval Office event Thursday, saying the coating had already begun. He was inspired to tackle the project after a friend visited from Germany and lamented that the water was filthy and looked disgusting, Trump said.</p><p>“And I went over there with Secret Service in tow, and I said, isn’t that a shame? That’s terrible,” Trump said, showing reporters a photo of the site as it undergoes work.</p><p>The project is one more makeover refashioning the nation’s capital to Trump’s liking, following others such as the demolition of the White House's East Wing to make room for a new ballroom.</p><p>Lined with stately elm trees between the Lincoln Memorial and the Washington Monument, the reflecting pool is one of the most iconic sites in the capital. It’s where Martin Luther King Jr. gave his famous “I Have a Dream” speech in 1963.</p><p>In Trump’s telling, the reflection pool project is a case study in business acumen. The president said he scrapped plans to have the granite replaced, which he said was estimated to cost $301 million and would take at least three years.</p><p>Instead, Trump said he called a few pool contractors he knows from past real estate projects — “I have a guy who’s unbelievable at doing swimming pools up the road,” Trump said.</p><p>The president went with a plan to clean the granite and lay down a new “industrial grade pool” surface for $1.5 million, he said. All told, it would take a few weeks. Trump noted it would be ready well before July 4, when the nation celebrates the 250th anniversary of its independence.</p><p>Trump brought up the project unprompted and spoke about it for several minutes at a White House event on efforts to reduce drug prices. He said he initially wanted a turquoise-colored surface “like in the Bahamas” but was sold when a contractor suggested “American flag blue.”</p><p>“You’re going to end up with a beautiful, beautiful reflecting pool,” Trump said, “the way it’s supposed to be, much better than it ever was.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7WE7IQQKBLKKMQQRYLS5LJBRQE.jpg?auth=8c9010c2a3ee7a169168b5ef99800660afd31c567e731b19ce85f4c1ff9e47fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump holds a picture of the Lincoln Memorial Reflecting Pool during an event on health care affordability in the Oval Office at 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[Fitzpatrick brothers 6 shots behind Smalley and Springer at Zurich Classic]]></title><link>https://www.local10.com/sports/2026/04/23/fitzpatrick-brothers-6-shots-behind-smalley-and-springer-at-zurich-classic/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/fitzpatrick-brothers-6-shots-behind-smalley-and-springer-at-zurich-classic/</guid><dc:creator><![CDATA[By BRETT MARTEL, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 03:17:24 +0000</pubDate><content:encoded><![CDATA[<p>AVONDALE, La. (AP) — Matt Fitzpatrick, fresh off his RBC Heritage victory, teamed with younger brother Alex to shoot an 8-under 64 in better-ball play Thursday in the Zurich Classic, leaving the English duo six shots behind Alex Smalley and Hayden Springer.</p><p>Smalley and Springer matched the tournament record with a 58.</p><p>“We’ve got a long way to go before the tournament is over, but it’s a fun format,” Smalley said about the PGA Tour's only team event. “It’s nice to kind of mix it up a little bit, to have a team event like this instead of doing the same monotonous thing that we do week in and week out, just kind of doing our own thing, playing our own ball.”</p><p>Shane Lowry and Brooks Koepka, who comprise the most accomplished team at the par-72 TPC Louisiana, shot a 66 to leave them outside the top 40 and in danger of missing the cut — unless they can make a strong push Friday in alternate-shot play.</p><p>The format returns to better ball Saturday, and back to alternate shot Sunday.</p><p>“The biggest thing is getting those two rounds under your belt, seeing where you lie, and kicking on from there,” Matt Fitzpatrick said.</p><p>Davis Thompson and Austin Eckroat were a shot behind after a round in which they followed Eckroat's eagle on the par-5 seventh with eight straight birdies.</p><p>Three teams were tied for third at 60: Sam Stevens and Zach Bouchou, along with Eric Cole and Hank Lebioda, and Nick Dunlap and Gordon Sargent.</p><p>Billy Horschel — the only player to win the Zurich in both single-play and team formats — was again in the hunt when after he and Tom Hoge shot a 61 — highlighted by Hoge's eagle on No. 2 — to put them in a seven-way tie for sixth.</p><p>Aaron Rai and Sahith Theegala each made eagles — Rai by spinning in a 106-yard approach shot on the par-4 13th — and posted a 62.</p><p>Defending Zurich champs Ben Griffin and Andrew Novak shot a bogey-free 65 and will need to move up some to make the cut in the only team event of the season.</p><p>Smalley, who has never won on the PGA Tour, made a 19-foot eagle put on the par-5 second hold after sinking a 16 1/2-footer to bridie No. 1. His tee shot on No. 3 landed within 7 feet to set up another birdie to put his team at 4 under.</p><p>“It’s nice to have another player to lean on a little bit,” Smalley said. ”</p><p>The pair of 29-year-old Americans then combined to birdie 10 of their final 14 holes. Springer, also seeking a maiden tour triumph, accounted for the final four birdies, highlighted by his 36-foot putt on the par-3 17th.</p><p>A large gallery gathered at the first hole to watch the Fitzpatricks tee off in the same group with Lowry and Koepka on a sunny, breezy, 80-degree afternoon.</p><p>Koepka — in his first season back on the PGA Tour after four years with LIV Golf — entered the week needing a good showing to earn his first exemption for a signature event, the next of which takes place next week at Trump National Doral in Miami.</p><p>Lowry carried their team early, with birdies on five of the first eight holes. Koepka finally pitched in with a 31 1/2-foot birdie putt on 10, but the pair did not better that par the rest of the way.</p><p>The Fitzpatricks, playing together a fourth straight year in New Orleans, got to 9-under with Matt Fitzpatrick's three straight bridies on the 15th through 17th holes. But then both hit their second shots in the water on the par-5 18th and closed with a bogey.</p><p>“Really disappointing way to end with two balls in perfect position,” Matt Fitzpatrick said. “It’s not good enough, really.”</p><p>A shirtless Michael Brennan made a splash — literally and otherwise — when he elected to hit a ball on the water's edge on 18 and sent muddy water flying everywhere while his ball popped straight up and plopped back in the water.</p><p>Still, he and teammate Johnny Keefer finished the round just three shots behind the leaders.</p><p>“I was dropping it if I was just playing in a normal tournament,” Brennan said. “But Johnny had a birdie putt on the green. So I was, like, ‘Well, I guess we can try it.’ But, yeah, it was fun.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2ZC6WFE3IPWDYO6HFR42LUGQ5I.jpg?auth=4b03c4c8edf34a12fe17f3d00c14f9434bd1179b3ba0ad97c69fb4126aca3421&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brooks Koepka and Matt Fitzpatrick, of England, talk before teeing off on the first hole during the first round of the PGA Zurich Classic golf tournament, Thursday, April 23, 2026, in Avondale, La. (AP Photo/Matthew Hinton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IHPXH6HIR5GFS5Y6PUIVHWCRCY.jpg?auth=4478be98750baf16b3295fe89da17bf310547cac72c36074738d8f325db29738&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Brennan sends mud and water flying as he tries to hit his ball out of floating debris on the 18th hole, only to have it land back in the water, during the first round of the PGA Zurich Classic golf tournament at TPC Louisiana, Thursday, April 23, 2026, in Avondale, La. (AP Photo/Matthew Hinton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WANOQWMW7JXFLIBNKOOOB4NVGY.jpg?auth=bafc49088c4be34702fb9848fe2764a43e157265148db58adc930036c41005c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt Fitzpatrick, of England, tees off on the first hole during the first round of the PGA Zurich Classic golf tournament, Thursday, April 23, 2026, in Avondale, La. (AP Photo/Matthew Hinton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K3ESMEEKDPZGOINUGNXHCAAQ3Q.jpg?auth=818c76118e1e898fe8aa4b4849633d7d675a9480a32c0f475cef9d2d60967c09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shane Lowry, left, of Ireland, talks with Brooks Koepka after teeing off on the first hole during the first round of the PGA Zurich Classic golf tournament, Thursday, April 23, 2026, in Avondale, La. (AP Photo/Matthew Hinton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content></item><item><title><![CDATA[Austin Reaves is upgraded to questionable for Lakers in first-round Game 3 against Rockets]]></title><link>https://www.local10.com/sports/2026/04/23/austin-reaves-is-upgraded-to-questionable-for-lakers-in-first-round-game-3-against-rockets/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/austin-reaves-is-upgraded-to-questionable-for-lakers-in-first-round-game-3-against-rockets/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 23:18:10 +0000</pubDate><content:encoded><![CDATA[<p>EL SEGUNDO, Calif. (AP) — Austin Reaves has been upgraded to questionable for Game 3 of the Los Angeles Lakers' first-round playoff series against the Houston Rockets.</p><p>The Lakers made the designation on their high-scoring guard Thursday while the team flew to Houston. Los Angeles has a surprising 2-0 series lead heading into Game 3 on Friday night despite playing without Luka Doncic and Reaves, its top two scorers.</p><p>Reaves hasn't played since he strained his oblique muscles and Doncic strained his hamstring in a game at Oklahoma City on April 2, but Reaves returned to on-court basketball activities over the past few days. Before the Lakers' flight, coach JJ Redick said he had no update on the schedule for his injured starters' return to play.</p><p>Reaves averaged 23.3 points, 5.5 assists and 4.7 rebounds during an impressive regular season for the Lakers, although he played in only 51 games due to two lengthy injury absences. In his fifth season with Los Angeles, the former undrafted free agent cemented his status as a prolific secondary scorer and dependable offensive facilitator while the Lakers won 53 games and the Pacific Division.</p><p>But Reaves and NBA scoring champion Doncic were both injured during the Lakers' blowout loss to the Thunder three weeks ago.</p><p>Doncic is still out for Game 3, but Redick said earlier this week that the Slovenian superstar is expected to begin initial on-court work soon. The Lakers haven’t publicly speculated on the date of either guard’s return.</p><p>After losing three straight games following the injuries, the Lakers have regrouped and won five in a row. Los Angeles stunned the NBA by claiming the first two games of its first-round series at home over the Rockets, who were perceived as the strong favorites in the series due to the Lakers' injury problems.</p><p>Although 41-year-old LeBron James is leading the way, Luke Kennard and Marcus Smart also have stepped up impressively in the absence of the Lakers' starting backcourt. Kennard scored 27 points in Game 1 and 23 in Game 2, and Smart scored 25 points with five 3-pointers in Game 2 while leading Los Angeles' impressive defensive effort against Kevin Durant, who managed only three points after halftime.</p><p>Reaves will be eligible for a big new contract this summer if he declines his option for next season, as expected. Both Reaves and team officials have said they believe the guard will remain with the Lakers, his favorite team since childhood.</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U4CEMDLVB26EL6EKHAZDTNSYDE.jpg?auth=68370aa29b05cadb3f4a360b5a04bc1c42e0580f819657cb4822a96321f82f5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers center Jaxson Hayes, left, Lakers' guard Marcus Smart (36), Lakers' guard Austin Reaves and guard Luke Kennard, right, react after a three-point basket by Lakers' forward Dalton Knecht (4) during the second half of an NBA basketball game against the Utah Jazz, April 12, 2026, in Los Angeles. (AP Photo/Jayne Kamin-Oncea)]]></media:description><media:credit role="author" scheme="urn:ebu">Jayne Kamin-Oncea</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DFO7PVW764TGIRJN4W3F5A4Z74.jpg?auth=c15955b4f97ed2043dc3d5a59c9aaa8aade26f79273c5cbf5b4299fb605dfe54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers guard Austin Reaves (15) drives against Oklahoma City Thunder guard Ajay Mitchell (25) during the first half of an NBA basketball game Thursday, April. 2, 2026, in Oklahoma City. (AP Photo/Gerald Leong)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Leong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WFRKM4VQCE4B22FYVVKE23XM7Q.jpg?auth=c2a5188d61a1518fe549774cc9b6e8289933a9ceab93625215a178959ccdfd8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers' Luka Doncic, left, and Austin Reaves chat as they sit on the bench during the second half in Game 1 of a first-round NBA playoffs basketball series against the Houston Rockets, Saturday, April 18, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA['Two ways of calculating': Trump defends his mathematically impossible calculations on drug prices]]></title><link>https://www.local10.com/news/politics/2026/04/23/two-ways-of-calculating-trump-defends-his-mathematically-impossible-calculations-on-drug-prices/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/23/two-ways-of-calculating-trump-defends-his-mathematically-impossible-calculations-on-drug-prices/</guid><dc:creator><![CDATA[By WILL WEISSERT, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 01:34:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump, who helped push the term “ fake news ” into the mainstream, now seems to have a new favorite subject: fake math.</p><p>During a Thursday event announcing a deal with drugmaker Regeneron to lower the cost of its pharmaceutical products, Trump defended his past claims that prices on prescription medications had been cut by well over 100% — something that is mathematically impossible without manufacturers dropping prices to zero and then presumably paying consumers to use their product.</p><p>Trump acknowledged having boasted that his efforts to lower drug prices had reduced what consumers pay by “500%, 600%.” But he added, “We also sometimes say 50%, 60%” and called it a "different kind of calculation" that could go up to "70, 80 and 90%."</p><p>“People understand that better,” Trump said. “But they're two ways of calculating” and “either way, it doesn't make any difference.”</p><p>There could indeed be two ways of calculating such things — but the difference is very important. One is correct. The other is nonmathematical.</p><p>It was one of several times Trump used his own — but incorrect — math during the drug pricing event. He claimed the 7 1/2-week-and-still-going Iran war actually fell within the four- to six-week timeline he predicted early on. The president also brought up the crowd size for his 2017 inauguration — a subject that led onetime top Trump adviser Kellyanne Conway to unwittingly make the phrase “ alternative facts ” famous.</p><p>Trump’s incorrect take on percentages — something he has long repeated — came just after his health chief, Robert F. Kennedy Jr., brought up the issue on his own during the same Oval Office event Thursday.</p><p>Kennedy noted that he was reminded of his exchange the previous day with Sen. Elizabeth Warren, D-Mass., at a congressional hearing when she said that claiming price cuts exceeding 100% might suggest “companies should be paying you to take their drugs.”</p><p>Kennedy said during the hearing that Trump “has a different way of calculating.”</p><p>On Thursday, Kennedy argued that drug manufacturers had raised prices on popular medications by more than 100% and that Trump was then cutting the price down substantially — meaning he was wiping out percentages of costs worth more than 100%.</p><p>“If the drug was $100, and it raised the price to $600, that would be a 600% rise,” Kennedy said — even though that's incorrect. Six hundred is indeed 600% of the original 100 value, but the increase from one to the other is actually only 500%.</p><p>Kennedy then continued, “And the president used that mathematical device.”</p><p>But no such device exists for the way Trump characterizes it — at least not when math is done correctly.</p><p>Something can increase in price by more than 100%. A product that increases from $1 to $2.10 has increased by 110%. But prices cannot be reduced by more than 100% without being pushed to a value of $0 — or reduced 100% of the full price — and then into negative territory, where consumers presumably would need to be paid for using a product.</p><p>In a subsequent question-and-answer session with reporters during the price announcement event, meanwhile, Trump offered another dash of fake math for how long the war in Iran, which began Feb. 28, had been going on.</p><p>Asked about the war having exceeding the four to six weeks he originally suggested it would last, Trump argued that he'd actually met his own timeline because Iran's military was “decimated” by then.</p><p>The U.S. and Iran agreed to a ceasefire this month, and Trump announced this week that he was extending it. But neither side says the war is over, and a conclusion that hasn't been achieved certainly didn't occur in the four to six weeks that have already elapsed.</p><p>Trump also brought up his 2017 inaugural crowd size issue on Thursday, when talking about renovations at the Lincoln Memorial Reflecting Pool. He noted that Martin Luther King Jr. had drawn hundreds of thousands of people to the National Mall for his “I Have a Dream” speech in 1963 and claimed: “I had the same exact crowd. Maybe a little bit more,” arguing that pictures of both events backed him up.</p><p>“I actually had more people," Trump added. “But that’s OK.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NOPITMDBORVXRFNXNDY7SQS3NE.jpg?auth=c6abfc40ea3f3d4cc5991821c5bb3c52c16d976f10f88c96108d2c7d9df97da6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chris Klomp, director of the Centers for Medicare and Medicaid Services, right, speaks as President Donald Trump and Health and Human Services Secretary Robert F. Kennedy Jr. listen during an event on health care affordability in the Oval Office at 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><media:content url="https://www.local10.com/resizer/v2/Y6U3PFQX6XFZTLPYCEYOHE3VTQ.jpg?auth=3db25dd315120e63e2a51982b29766676043c7ddd2a7c0e731631ceca730d40f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during an event on health care affordability in the Oval Office at 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[Miami-Dade commissioners approve Calusa golf course redevelopment in West Kendall]]></title><link>https://www.local10.com/news/local/2026/04/23/commissioners-approve-calusa-golf-course-redevelopment-in-west-kendall/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/commissioners-approve-calusa-golf-course-redevelopment-in-west-kendall/</guid><dc:creator><![CDATA[Isabella Martin, Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade County commissioners voted 8 to 5 on Thursday morning to approve the Calusa golf course redevelopment in West Kendall despite some opposition. ]]></description><pubDate>Thu, 23 Apr 2026 17:59:23 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County <a href="https://www.miamidade.gov/global/government/commission/home.page" target="_self" rel="" title="https://www.miamidade.gov/global/government/commission/home.page">commissioners</a> voted 8 to 5 on Thursday morning to approve the Calusa golf course redevelopment in West Kendall despite some opposition. </p><p>Commissioner <a href="https://www.miamidade.gov/global/government/commission/district11/about-commissioner-gonzalez.page" target="_self" rel="" title="https://www.miamidade.gov/global/government/commission/district11/about-commissioner-gonzalez.page">Roberto J. Gonzalez</a>, an attorney who was elected in 2024 to represent District 11, which includes parts of West Kendall, stood in opposition. </p><p>“West Kendall is already burdened with congestion, and adding more without a clear, realistic mitigation plan is not responsible,” Gonzalez wrote in <a href="https://x.com/RobJGonzalezFL/status/2047331659633074639/photo/1" target="_self" rel="" title="https://x.com/RobJGonzalezFL/status/2047331659633074639/photo/1">a statement released on X</a> after the vote. </p><p>The redevelopment project has been at the center of a long and tedious fight between a group of residents trying to protect their neighborhood’s quality of life and an influential group of investors. </p><p>“I have been advocating for seven years now,” Amanda Prieto, the leader of <a href="https://www.savecalusa.org/" target="_self" rel="" title="https://www.savecalusa.org/">Save Calusa</a>, a nonprofit grassroots residents’ organization, told commissioners during the meeting on Thursday. </p><p>The Calusa Country Club, at 9400 SW 130th Ave., opened in 1968 with a legally-binding <a href="https://www.law.cornell.edu/wex/covenant_that_runs_with_the_land" target="_self" rel="" title="https://www.law.cornell.edu/wex/covenant_that_runs_with_the_land">land covenant</a> that banned redevelopment until 2067.</p><p>“This is designated parks and rec land that was intended to be preserved for 100 years,” Prieto told commissioners during the meeting. </p><p>Facundo Bacardi, of the family-owned spirits company founded in Cuba, purchased the 169-acre golf club in 2003 and closed it in 2011. Commissioners lifted the covenant in 2020. </p><p>In 2021, Bacardi sold the golf course to Sunrise-based GL Homes for $32 million, and commissioners voted to rezone it in favor of the redevelopment’s vision of a community of single-family homes. </p><p>“In 2021, the commission passed it, this was a reconsideration of that,” Richard Norwalk, a senior vice president at GL Homes, said about the commissioners’ vote on Thursday. </p><p>Prieto filed a lawsuit against the county to invalidate the 2021 rezoning vote. The Florida Supreme Court sided with Prieto, who had claimed the county had failed to notify residents about the hearing. </p><p>“I am proud of my community,” Prieto said about Save Calusa’s efforts to protect the golf course. “We made tremendous progress over the last seven years.” </p><p>After the court’s ruling, Norwalk went back before the commission and had the application reheard.</p><p>“Notice wasn’t done correctly, so we are glad that once again they saw their way to approving this community and providing more housing for Miami-Dade,” Norwalk said after the commissioner’s zoning vote. </p><p>The developers’ proposals have ranged from 1,300 houses to the most recent 524, which makes up three units per acre. </p><p>Aside from traffic, Prieto and the Save Calusa members have also raised concerns about a loss of green space and impacts to local wildlife, including a bird rookery. </p><p>Wildlife expert Ron Magill sided with Save Calusa over concerns about bonneted bats and tricolored herons. The developer hired environmental consultants. </p><p>There were some concessions. The developer also committed to working with the Tropical Audubon Society to protect the rookery. </p><p>“The revised plan expands the lake,” Norwalk told commissioners during the meeting. </p><p>The development is within Commissioner <a href="https://www.miamidade.gov/global/government/commission/district07/home.page" target="_self" rel="" title="https://www.miamidade.gov/global/government/commission/district07/home.page">Raquel A. Regalado</a>’s District 7.</p><p>“I am very happy with the agreement with Audubon, and I think that a lot of the concessions that have been made make this a very different and much better application,” Regalado said during the meeting before moving the item. </p><p>Commissioner <a href="https://www.miamidade.gov/global/government/commission/district01/home.page" target="_self" rel="" title="https://www.miamidade.gov/global/government/commission/district01/home.page">Oliver G. Gilbert</a> seconded the item with <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=Initial&amp;searchNameOrder=KENDALLASSOCIATESI%20A160000001880&amp;aggregateId=domlp-a16000000188-325322fd-6b65-4e3f-a07b-8632106f8794&amp;searchTerm=Kendall%20Associates%20I%20&amp;listNameOrder=KENDALLASSOCIATESI%20A160000001880" target="_self" rel="" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=Initial&amp;searchNameOrder=KENDALLASSOCIATESI%20A160000001880&amp;aggregateId=domlp-a16000000188-325322fd-6b65-4e3f-a07b-8632106f8794&amp;searchTerm=Kendall%20Associates%20I%20&amp;listNameOrder=KENDALLASSOCIATESI%20A160000001880">Kendall Associates I</a>, <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=Initial&amp;searchNameOrder=9800CALUSACLUBDRIVE%20L160000413590&amp;aggregateId=flal-l16000041359-d1a8819b-9e11-4228-af0e-4ed719993857&amp;searchTerm=9800%20Calusa%20Club%20Drive&amp;listNameOrder=9800CALUSACLUBDRIVE%20L160000413590" target="_self" rel="" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=Initial&amp;searchNameOrder=9800CALUSACLUBDRIVE%20L160000413590&amp;aggregateId=flal-l16000041359-d1a8819b-9e11-4228-af0e-4ed719993857&amp;searchTerm=9800%20Calusa%20Club%20Drive&amp;listNameOrder=9800CALUSACLUBDRIVE%20L160000413590">9800 Calusa Club Drive</a>, and<a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=Initial&amp;searchNameOrder=HOMEAT9810%20L160000741740&amp;aggregateId=flal-l16000074174-f6ab9eb1-1491-433c-963c-4b966218baa9&amp;searchTerm=Home%20at%209810&amp;listNameOrder=HOMEAT9810%20L160000741740" target="_self" rel="" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=Initial&amp;searchNameOrder=HOMEAT9810%20L160000741740&amp;aggregateId=flal-l16000074174-f6ab9eb1-1491-433c-963c-4b966218baa9&amp;searchTerm=Home%20at%209810&amp;listNameOrder=HOMEAT9810%20L160000741740"> Home at 9810</a> as the applicants. </p><p>Prieto said she was disappointed that she couldn’t agree with the developer on density, and that despite this, eight commissioners bent to the will of the developer.</p><p>“We got some rookery protections. I think our voices were heard, but ultimately, this decision, and their legacy, will lie on the shoulders of the commissioners that voted today,” Prieto said. </p><p><b>Related document</b>: <a href="https://www.miamidade.gov/govaction/legistarfiles/Matters/Y2026/260057.pdf " target="_self" rel="" title="https://www.miamidade.gov/govaction/legistarfiles/Matters/Y2026/260057.pdf ">County staff recommendations summary </a> (553 pages)</p><p><b>THE 8-5 VOTE</b></p><p>Eight who voted to pass it: Gilbert, Regalado, and Commissioners <a href="https://www.miamidade.gov/global/government/commission/district03/home.page" rel="">Keon Hardemon</a>, <a href="https://www.miamidade.gov/global/government/commission/district05/home.page" rel="">Vicki L. Lopez</a>, <a href="https://www.miamidade.gov/global/government/commission/district06/home.page" rel="">Natalie Milian Orbis</a>, <a href="https://www.miamidade.gov/global/government/commission/district02/home.page" rel="">Marleine Bastien</a>, <a href="https://www.miamidade.gov/global/government/commission/district12/home.page" rel="">Juan Carlos “JC” Bermudez</a>, and <a href="https://www.miamidade.gov/global/government/commission/district09/home.page" rel="">Kionne L. McGhee</a></p><p>Five who voted against it: Gonzalez, and Commissioners <a href="https://www.miamidade.gov/global/government/commission/district13/home.page" rel="">René Garcia</a>, <a href="https://www.miamidade.gov/global/government/commission/district08/home.page" rel="">Danielle Cohen Higgins</a>, <a href="https://www.miamidade.gov/global/government/commission/district10/home.page" rel="">Anthony Rodriguez</a>, and <a href="https://www.miamidade.gov/global/government/commission/district04/home.page" rel="">Micky Steinberg</a>.</p><p><b>Watch the meeting</b></p><p><iframe width="100%" height="415" src="https://www.youtube.com/embed/XQrqenj312c?si=lNGQIqUE8uJC0E7O" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/local/2026/02/19/kendalls-calusa-development-proposal-postponed-after-community-concerns/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/19/kendalls-calusa-development-proposal-postponed-after-community-concerns/">Kendall’s Calusa development proposal postponed after community concerns</a></li><li><a href="https://www.local10.com/news/local/2024/05/02/florida-supreme-court-hands-victory-to-calusa-homeowners/" target="_self" rel="" title="https://www.local10.com/news/local/2024/05/02/florida-supreme-court-hands-victory-to-calusa-homeowners/">Florida Supreme Court hands victory to Calusa homeowners</a></li><li><a href="https://www.local10.com/news/local/2021/11/26/worried-residents-hope-miami-dade-county-mayor-can-save-calusa/" target="_self" rel="" title="https://www.local10.com/news/local/2021/11/26/worried-residents-hope-miami-dade-county-mayor-can-save-calusa/">Worried residents hope Miami-Dade County mayor can save Calusa</a></li><li><a href="https://www.local10.com/news/local/2021/12/01/new-drone-video-of-construction-on-calusa-golf-site-causes-concern-among-residents/?utm_source=twitter&amp;utm_medium=social&amp;utm_campaign=snd&amp;utm_content=wplg10" target="_self" rel="" title="https://www.local10.com/news/local/2021/12/01/new-drone-video-of-construction-on-calusa-golf-site-causes-concern-among-residents/?utm_source=twitter&amp;utm_medium=social&amp;utm_campaign=snd&amp;utm_content=wplg10">New drone video of construction on Calusa golf site causes concern among residents</a></li></ul><p><b>Related social media</b></p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="en" dir="ltr">Statement on the Calusa Development Application… <a href="https://t.co/BpEuNnx4x7">pic.twitter.com/BpEuNnx4x7</a></p>&mdash; Commissioner Roberto J. Gonzalez (@RobJGonzalezFL) <a href="https://twitter.com/RobJGonzalezFL/status/2047331659633074639?ref_src=twsrc%5Etfw">April 23, 2026</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p><p><iframe src="https://www.facebook.com/plugins/video.php?height=476&href=https%3A%2F%2Fwww.facebook.com%2Freel%2F822204590437485%2F&show_text=true&width=267&t=0" width="267" height="591" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Trump administration vows crackdown on Chinese companies 'exploiting' AI models made in US]]></title><link>https://www.local10.com/business/2026/04/23/trump-administration-vows-crackdown-on-chinese-companies-exploiting-ai-models-made-in-us/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/trump-administration-vows-crackdown-on-chinese-companies-exploiting-ai-models-made-in-us/</guid><dc:creator><![CDATA[By DIDI TANG, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 08:55:08 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration is vowing to crack down on foreign tech companies' exploitation of U.S. artificial intelligence models, singling out China at a time that country is narrowing the gap with the U.S. in the AI race.</p><p>In a Thursday memo, Michael Kratsios, the president's chief science and technology adviser, accused foreign entities “principally based in China” of engaging in deliberate, industrial-scale campaigns to “distill,” or extract capabilities from, leading AI systems made in the U.S. and “exploiting American expertise and innovation.”</p><p>The administration, Kratsios wrote, will work with American AI companies to identify such activities, build defenses and find ways to punish offenders.</p><p>The memo arrives at a time when China is challenging U.S. dominance in artificial intelligence, an area where the White House says the U.S. must prevail to set global standards and reap economic and military benefits. But the U.S.-China gap in performance of top AI models has “effectively closed,” according to a recent report from Stanford University's Institute for Human-Centered AI.</p><p>China's embassy in Washington said it opposed “the unjustified suppression of Chinese companies by the U.S.”</p><p>“China has always been committed to promoting scientific and technological progress through cooperation and healthy competition. China attaches great importance to the protection of intellectual property rights,” said Liu Pengyu, the embassy spokesperson.</p><p>In Beijing, China's Foreign Ministry spokesperson Guo Jiakun told reporters Friday that the U.S. claims are groundless and were smearing the achievements of China's artificial intelligence industry.</p><p>“China firmly opposes this. We urge the U.S. to respect facts, discard prejudice, stop suppressing China’s technological development, and do more to promote scientific and technological exchange and cooperation between the two countries,” he said.</p><p>Kratsios' memo also came the same week that the House Foreign Affairs Committee offered unanimous, bipartisan support for a bill to set up a process to identify foreign actors that extract “key technical features” of closed-source, U.S.-owned AI models and to punish them with measures including sanctions.</p><p>“Model extraction attacks are the latest frontier of Chinese economic coercion and theft of U.S. intellectual property,” said Rep. Bill Huizenga, R-Mich., who sponsored the bill. “American AI models are demonstrating transformative cyber capabilities, and it is critical we prevent China from stealing these technological advancements.”</p><p>Last year, the Chinese startup DeepSeek rattled U.S. markets when it released a large language model that could compete with U.S. AI giants but at a fraction of the cost.</p><p>David Sacks, then serving as President Donald Trump's AI and crypto adviser, suggested that DeepSeek copied U.S. models. “There’s substantial evidence that what DeepSeek did here is they distilled the knowledge out of OpenAI’s models,” Sacks said then.</p><p>In a February letter to U.S. lawmakers, OpenAI, the developer of ChatGPT, made similar allegations and said China should not be allowed to advance “autocratic AI” by “appropriating and repackaging American innovation.”</p><p>Anthropic, the maker of the Claude chatbot, in February accused DeepSeek and two other China-based AI laboratories of engaging in campaigns to “illicitly extract Claude’s capabilities to improve their own models” using the distillation technique that “involves training a less capable model on the outputs of a stronger one.”</p><p>Anthropic said distillation can be a legitimate way to train AI systems but it's a problem when competitors “use it to acquire powerful capabilities from other labs in a fraction of the time, and at a fraction of the cost, that it would take to develop them independently.”</p><p>But it can go both ways. San Francisco-based startup Anysphere, maker of the popular coding tool Cursor, recently acknowledged that its latest product was based on an open-source model made by Chinese company Moonshot AI, maker of the chatbot Kimi.</p><p>Kyle Chan, a fellow at the Washington-based think tank The Brookings Institution and an expert on China's technology development, said it will be like “looking for needles in an enormous haystack” to separate unauthorized distillation from the vast volume of legitimate requests for data. But information sharing and coordination among U.S. AI labs could help, and the federal government can play an important role in facilitating anti-distillation efforts across labs, Chan said.</p><p>It's hard to assess how far the House bill can go, but Chan said Trump may not want to rock the boat with Chinese President Xi Jinping ahead of a planned mid-May state visit to Beijing.</p><p>___</p><p>AP Technology Writer Matt O'Brien contributed to this report from Providence, Rhode Island.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y447EWJ37I5DOERTKKW2V2TABQ.jpg?auth=c5952ae31c65b439ebd6c27e109d1a1b4d58c95bb240c1fc7901281a851c9410&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - White House director of Science and Technology Policy Michael Kratsios speaks during a meeting of the White House Task Force on Artificial Intelligence Education in the East Room of the White House, Sept. 4, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[George Pickens is planning to sign $27.3 million franchise tag with Cowboys, AP sources say]]></title><link>https://www.local10.com/sports/2026/04/23/george-pickens-is-planning-to-sign-273-million-franchise-tag-with-cowboys-ap-sources-say/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/george-pickens-is-planning-to-sign-273-million-franchise-tag-with-cowboys-ap-sources-say/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 04:29:12 +0000</pubDate><content:encoded><![CDATA[<p>FRISCO, Texas (AP) — Dallas Cowboys receiver George Pickens is planning to sign the $27.3 million franchise tag after the club declared it wouldn't negotiate a long-term contract this offseason, two people with knowledge of the decision said Thursday.</p><p>Pickens has yet to sign the one-year, fully guaranteed contract but intends to put the issue to rest as the Cowboys go into the NFL draft, the people told The Associated Press on condition of anonymity because the signing isn't official.</p><p>The move by Pickens comes a day after executive vice president of personnel Stephen Jones said the Cowboys planned for Pickens to play on the tag this season. The sides would have had until July 15 to try to reach agreement on a long-term deal.</p><p>By signing the agreement, Pickens can be fined for not showing up at mandatory minicamp in June or for training camp in July. But getting under contract allows the 25-year-old to participate in the offseason program, which starts Monday.</p><p>The timing of Pickens’ decision — just two hours before the start of the draft — raised speculation about a trade. Jones shut it down.</p><p>“We’ve got every reason in the world to believe that hopefully he's ready to go to work," Jones said after the first round of the draft. “But we have zero intention of moving George Pickens.”</p><p>Pickens, acquired last offseason in a trade with Pittsburgh, had career highs in catches (93), yards receiving (1,429) and touchdowns (nine) for one of the best offenses in the NFL last season. Dallas had one of the worst defenses in the league and finished 7-9-1, missing the playoffs for the second year in a row.</p><p>The 2022 second-round pick out of Georgia thrived alongside CeeDee Lamb, who is going into the second year of a $136 million, four-year contract that currently ranks him third among NFL receivers with an average annual value of $34 million.</p><p>There is incentive for Pickens to take the guaranteed money under the tag because it's a huge payday compared to the total earnings of $6.8 million on his four-year rookie deal.</p><p>Quarterback Dak Prescott and defensive end DeMarcus Lawrence played a season under the franchise tag within the past eight years for Dallas before reaching long-term deals. Tight end Dalton Schultz and running back Tony Pollard also played under the tag before leaving in free agency the next year.</p><p>Jones said the “newness” of Pickens' tenure with the Cowboys was a factor in the decision to stick with a one-year deal for now and not a longer contract.</p><p>Pickens’ talent was on display during three seasons with the Steelers, but so were enough instances of petulant or indifferent behavior for then-coach Mike Tomlin to question his maturity.</p><p>Brian Schottenheimer never took issue with Pickens publicly in his first season as a head coach after a quarter-century as an NFL assistant. But Pickens and Lamb were benched for the first series in Las Vegas after missing curfew following a casino visit the night before the game.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RNAGFUQYVJW6MXYXC24JIQPHCQ.jpg?auth=2f200461271e3710e8d78b5cf78563b1f28ac141676b288d99b7c95f6a5bb8ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dallas Cowboys wide receiver George Pickens (3) runs a route during an NFL football game between the Dallas Cowboys and the Minnesota Vikings, Dec. 14, 2025, in Arlington, Texas. (AP Photo/Jerome Miron, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jerome Miron</media:credit></media:content></item><item><title><![CDATA[Broward man faces 41 charges in animal cruelty case involving 14 puppies, 9 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 23 dogs that were at his family home in Oakland Park. </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 is “believed to be the owner of 9 adult pitbull and pitbull mix dogs, 14 pitbull puppies/dogs estimated to be between 3-4 weeks old,” a deputy wrote, according to an arrest report in the case. </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>Deputies reported there was a “strong odor of animal feces” inside Clair’s house and “piles of dog feces” in the yard, according to the deputy’s arrest report. </p><p>“Some of the dogs you could see their rib cage. One of the pit-bull dogs had a severe eye infection,” a deputy wrote, according to the report. </p><p>A deputy reported there were 13 puppies inside a medium-sized cage. </p><p>“The cage had no water, and fresh feces scattered throughout,” the deputy wrote. “The inside was so small the puppies were having to climb over each other.”</p><p>Deputies reported visiting the house and returning the next day to learn that someone had removed 14 puppies and three adult dogs, and there were still four adult dogs in the backyard and two adult dogs inside. </p><p>“There was still evidence of ongoing abuse and neglect,” a deputy wrote, according to the arrest report. </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>“A dog was tethered on a short chain, kept in a crate outside, sores on the ears, and flies all over him,” a deputy wrote about a visit to the house in 2025, according to a deputy’s report. </p><p>In 2024, the Broward County Animal Care removed a puppy and three adult dogs from Clair’s home that were neglected, according to an arrest report. </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>On Thursday evening, Clair was at the Broward County Main Jail in Fort Lauderdale. </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’s bond was $75,500. Broward County Circuit Judge Francis I. Viamontes was set to preside over the case. </p><p><b>Watch the bond court hearing </b></p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[Palmetto Bay man released without charges after fatally shooting son, deputies say; both IDed]]></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, Chris Gothner, Janine Stanwood]]></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>Deputies later identified the pair involved.</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 David Ronald McPeck, 75, into custody outside of the home after he fatally shot his 47-year-old son, David Dylan McPeck.</p><p>Deputies said Thursday afternoon that they later released the elder McPeck “and at this time no formal charges have been filed.”</p><p>Deputies said they’ve responded to the house before for mental health calls.</p><p>A woman who identified herself as David Dylan McPeck’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 the younger McPeck 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>Records show that in a 2021 incident, the younger McPeck was accused of attacking his father and violating a restraining order.</p><p>Deputies said the investigation into the shooting continued Thursday 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[US soldier charged with using classified intel to win $400K Polymarket bet on Maduro raid]]></title><link>https://www.local10.com/business/2026/04/24/us-soldier-charged-with-using-classified-intel-to-win-400k-polymarket-bet-on-maduro-raid/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/24/us-soldier-charged-with-using-classified-intel-to-win-400k-polymarket-bet-on-maduro-raid/</guid><dc:creator><![CDATA[By HALLIE GOLDEN, KONSTANTIN TOROPIN and HANNAH SCHOENBAUM, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 08:59:57 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A U.S. special forces soldier involved in the military operation to capture Venezuelan President Nicolás Maduro has been charged with using classified information about the mission to win more than $400,000 in an online betting market, federal officials announced Thursday.</p><p>Gannon Ken Van Dyke was part of the operation to capture Maduro in January and used his access to classified information to make money on the prediction market site Polymarket, the federal prosecutor’s office in New York said.</p><p>He has been charged by the Justice Department with unlawful use of confidential government information for personal gain, theft of nonpublic government information, commodities fraud, wire fraud and making an unlawful monetary transaction. He could face years in prison.</p><p>Van Dyke, 38, was involved in the planning and execution of capturing Maduro for about a month beginning Dec. 8, 2025, according to the federal prosecutor’s office. Even though he signed nondisclosure agreements promising to not divulge “any classified or sensitive information” related to the operations, prosecutors say the Army soldier used this information to make a series of bets related to Maduro being out of power by Jan. 31, 2026.</p><p>“This involved a U.S. soldier who allegedly took advantage of his position to profit off of a righteous military operation,” FBI Director Kash Patel said in a post to social media.</p><p>A telephone number listed for Van Dyke in public records was not in service. There was not yet an attorney listed for him in court documents.</p><p>Polymarket, one of the largest prediction markets in the world, said it had found someone trading on classified government information, alerted the U.S. Department of Justice and “cooperated with their investigation.”</p><p>“Insider trading has no place on Polymarket,” the company said in a statement.</p><p>Second complaint filed against the soldier</p><p>The Commodity Futures Trading Commission, the federal agency that regulates prediction markets, announced Thursday it had filed a parallel complaint against Van Dyke.</p><p>That complaint alleges that Van Dyke moved $35,000 from his personal bank account into a cryptocurrency exchange account on Dec. 26 — a little over a week before U.S. forces would fly into Caracas and seize Maduro.</p><p>Van Dyke used more than $32,500 to make a series of bets on when Maduro might be removed from power, according to the complaint. He placed those bets between Dec. 30 and Jan. 2, with the vast majority occurring the night of Jan. 2 — just hours before the first missiles would fall on Caracas.</p><p>In the early hours of Jan. 3, President Donald Trump posted on his social media platform a photo of the now-captured Venezuelan leader, wearing a gray sweatsuit, headphones and a blindfold.</p><p>The bets Van Dyke made on Maduro leaving power resulted in “more than $404,000 of profits," the complaint said. Bets on three other Venezuela-related contracts netted the solider more than $5,000, according to the document.</p><p>“The defendant was entrusted with confidential information about U.S. operations and yet took action that endangered U.S. national security and put the lives of American service members in harm’s way," said Michael Selig, the commission's chairman.</p><p>The massive profits from the well-timed bets aroused public attention days after the raid and brought bipartisan calls for stricter regulation of the markets where people can wager on just about anything.</p><p>Officials allege that shortly after the operation, Van Dyke put most of the money he won in a foreign cryptocurrency vault and then into a new brokerage account. He also asked Polymarket to delete his account, saying he had lost access to his email associated with the account, according to the federal prosecutor’s office.</p><p>Trump, when asked about the case Thursday, drew parallels between the embattled soldier and late professional baseball player Pete Rose, who was banned from the sport amid accusations that he placed bets on his own team.</p><p>“The whole world, unfortunately, has become somewhat of a casino, and you look at what’s going on all over the world and Europe and every place, they’re doing these betting things,” Trump told reporters.</p><p>The Trump administration has been a key ally of the growing prediction market industry in a critical legal fight with states seeking to ban the platforms. The president’s eldest son is an adviser for both Polymarket and its competitor Kalshi, and a Polymarket investor. Trump’s social media platform Truth Social is also launching its own cryptocurrency-based prediction market called Truth Predict.</p><p>Nearly two decades in the Army</p><p>Van Dyke joined the Army in 2008 and, in 2023, was promoted to the rank of master sergeant, the second-highest enlisted rank in the Army, according to the indictment. Federal prosecutors said he was part of the special forces community and was stationed at Fort Bragg near Fayetteville, North Carolina, but their indictment offered little other details about his military service.</p><p>The document said Van Dyke was photographed following the raid on the deck of a ship “wearing U.S. military fatigues, and carrying a rifle, standing alongside three other individuals wearing U.S. military fatigues."</p><p>The Pentagon referred questions on the case to the Army and the Justice Department.</p><p>Army officials declined to provide Van Dyke's service record. Typically, the military services are reticent to offer details about members of the special forces and take measures to keep their identities secret.</p><p>Bets on geopolitical tensions draw scrutiny</p><p>The high-profile indictment comes as bipartisan lawmakers are considering legislation to ban prediction markets from allowing bets on war, assassinations or terrorist attacks.</p><p>Earlier this month, The Associated Press reported that a group of new accounts on Polymarket made highly specific, well-timed bets on whether the U.S. and Iran would reach a ceasefire on April 7, resulting in hundreds of thousands of dollars in profits for the new customers. On the same day the AP published the report, the White House warned staff against using private information to trade on prediction markets.</p><p>On Wednesday, Kalshi fined and suspended three congressional candidates who the company said wagered on the outcome of their own elections.</p><p>__</p><p>Golden reported from Seattle, and Schoenbaum from Salt Lake City.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CUPVYGK4QYK7P2POEGBOHWLIZI.jpg?auth=bd4fd7a9b5164bd2db5c518cee182d7a51c2a48bd5226ba49bdd382dc592f0f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Polymarket prediction market website is displayed on a computer screen, Jan. 11, 2026, in New York. (AP Photo/Wyatte Grantham-Philips, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Wyatte Grantham-Philips</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VBT66ZPU7KUN76QAF4XF6FFREU.jpg?auth=8e8b2ea4a9d3e25e6bdfb1447cabb03ad84c41d7d2c49350bf982ce6adce38ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Venezuelan President Nicolas Maduro gives a press conference at the Miraflores presidential palace, March 12, 2020, in Caracas, Venezuela. (AP Photo/Matias Delacroix, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CLKTFPA2ZKG26MW4CMRBZGWHYQ.jpg?auth=565edd9d9666e4e2ac590cc18f4bf579f2903f7d53457046750a46a5c0891bbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign for Fort Bragg is seen, March 7, 2025, in Fort Bragg, N.C. (AP Photo/Chris Seward, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Seward</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SWQ5LDRQMSRQJRQR27LGKVU5Q4.jpg?auth=cb04bfabf506f91002bacc83c6370aa7f890a06d0ba2b8f8f382c6334efae009&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Venezuelan President Nicolas Maduro, far right, listens as his defense attorney, Barry Pollack, center, addresses Judge Alvin Hellerstien (not pictured), as Maduro's wife Cilia Flores, far left, looks on. Thursday, March 26, 2026, in Manhattan federal court inNew York. (Elizabeth Williams via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Elizabeth Williams</media:credit></media:content></item><item><title><![CDATA[HealthCast: Tuberoplasty helping patients dealing with serious shoulder injuries]]></title><link>https://www.local10.com/health/2026/04/23/healthcast-tuberoplasty-helping-patients-dealing-with-serious-shoulder-injuries/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/23/healthcast-tuberoplasty-helping-patients-dealing-with-serious-shoulder-injuries/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[Around two million Americans, most of them over the age of 40, will have a rotator cuff tear this year.]]></description><pubDate>Thu, 23 Apr 2026 22:09:03 +0000</pubDate><content:encoded><![CDATA[<p>Around two million Americans, most of them over the age of 40, will have a rotator cuff tear this year.</p><p>Many can be surgically repaired, but for really large tears, there’s a minimally invasive way to get patients back in the game.</p><p>Fifty-year-old Jon Kikel is no weekend warrior. For him, physical activity happens seven days a week.</p><p>He played both high school and college hockey. </p><p>“I love playing hockey, it’s been a passion of mine since I was five years old,” he said. “I do that one or two times a week in a men’s league. I love to go to the gym, be outdoors, go to the beach.”</p><p>Last year, when Kikel experienced a painful rotator cuff injury after a bike accident, the result was devastating.</p><p>“After that, it got to the point that I could barely lift a plate and get it on a shelf,” he said. “I couldn’t go to the gym or play hockey. I knew I had to seek some help.”</p><p>Several doctors told Kikel that because the rotator cuff tear was so large, he would need a full shoulder replacement, an invasive surgery that would greatly limit his activity.</p><p>Then Kikel met Dr. Keith Hechtman with Baptist Health Orthopedic Care, and he had another option: a tuberoplasty.</p><p>“It gave him the option that he could still live the life you want to live without the restrictions or fear that he has a prosthetic there, something that is very delicate,” said Hechtman. </p><p>Since the bone touching bone is what causes the pain, in a tuberoplasty, the doctor actually reshapes the bone to improve function and reduce pain.</p><p>“We actually shave the ball, so that it doesn’t hit at the top,” said Hechtman. “It shaves the edge here so it doesn’t stick up.”</p><p>After surgery, Kikel did physical therapy and was back on the ice about three months later.</p><p>“I’d say I’m about 90%,” he said. “I still have some rebuilding to other parts of my shoulder, but I’m extremely happy and I feel very blessed that I found this solution.”</p><p>The tuberoplasty is a minimally invasive procedure that is done arthroscopically, where a tiny camera and shaving device is inserted through small buttonhole sized incisions.</p><p>Kikel went home the very same day he had the surgery. </p><p><div style="position: relative; width: 100%; height: 0px; padding: 184.14% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/511c51df-61b2-4c50-acac-b21a0e20f5a5?src=embed&amp;embed_type=responsive_iframe" title="HealthCast " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[Fort Lauderdale police dog released from animal hospital after being shot while on duty]]></title><link>https://www.local10.com/news/local/2026/04/23/fort-lauderdale-police-dog-released-from-animal-hospital-after-being-shot-while-on-duty/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/fort-lauderdale-police-dog-released-from-animal-hospital-after-being-shot-while-on-duty/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A K-9 officer shot in the line of duty has been released from the animal hospital a day after undergoing surgery. ]]></description><pubDate>Thu, 23 Apr 2026 22:07:06 +0000</pubDate><content:encoded><![CDATA[<p>A police dog shot in the line of duty has been released from an animal hospital <a href="https://www.local10.com/news/2026/04/22/fort-lauderdale-police-dog-shot-while-on-duty-recovers-after-surgery/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/2026/04/22/fort-lauderdale-police-dog-shot-while-on-duty-recovers-after-surgery/">a day after undergoing surgery</a>. </p><p>The 4-year-old named Appie was shot while responding to a burglary in Fort Lauderdale neighborhood of Lauderdale Manors. While running after the suspect, he was shot.</p><p>Fast forward to Thursday, where Appie was met with thunderous applause as he exited Blue Pearl Pet Hospital.</p><p>“Today, needless to say, is a powerful and emotional day for out department and community as we welcome home K-9 Appie,” said Fort Lauderdale Police Chief Bill Schultz. </p><p>Schultz said the K-9 was a hero. </p><p>“Appie represents the very best in law enforcement,” he said. “Courage, loyalty, steadfast commitment to protect protecting others at great personal risk.”</p><p>On Saturday, Appie was rushed to an emergency veterinary clinic after being shot in the shoulder while chasing down a suspect.</p><p>“There was some blood loss and he did have some life-threatening changes to his heart rhythm,” said veterinarian Dr. Sagen Woolery. “The team did an amazing job at keeping him safe. He underwent surgery to repair a fractured arm. “</p><p>Despite the lengthy five-hour surgery, the bone was repaired almost back to perfect, medical staff says. </p><p>“We’re hopeful that Appie is going to make a full recovery,” said Woolery. “We hopeful he’ll be able to go back to work when this time is done.”</p><p>While recovering, Appie received plenty of love from his partner, Officer Guzman. </p><p>Meanwhile, suspect Christian Bouie is facing several charges, including possible federal charges, in connection to the shooting that injured Appie. </p><p>“Most people look at them as dogs, but he’s one of us,” said Fort Lauderdale Police Sgt. Don Geiger. “He’s an officer with us. He’s a partner.”</p><p>Medical officials believe Appie will be recovering for around three-to-four months. </p><p>Meanwhile, PETA sent the department a letter urging Appie to be retired.</p><p>PETA said it wants FLPD to “replace K-9s with state-of-the-art policing technology, such as tactical robots, drones, and/or portable mass spectrometers.”</p><p>Schultz was asked about PETA’s letter. </p><p>“It’s totally up to the handler,” he said. “Appie, his recovery, his ability to return to full duty, we do give the option. Regarding the entire program, our animal partners are extremely important to our agency.”</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[Perú: asumen nuevos ministros tras renuncia de antecesores por desacuerdo en compra de aviones]]></title><link>https://www.local10.com/espanol/2026/04/23/peru-asumen-nuevos-ministros-tras-renuncia-de-antecesores-por-desacuerdo-en-compra-de-aviones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/peru-asumen-nuevos-ministros-tras-renuncia-de-antecesores-por-desacuerdo-en-compra-de-aviones/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 22:04:40 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Los nuevos ministros de Relaciones Exteriores y de Defensa asumieron sus cargos en Perú luego que sus antecesores en el cargo renunciaron el miércoles por estar en desacuerdo con el mandatario interino José María Balcázar en torno a la compra de aviones de guerra F-16 a la empresa estadounidense Lockheed Martin.</p><p>En una ceremonia en el palacio presidencial donde no hubo presencia de la prensa, Balcazar juramentó a Carlos Pareja, un diplomático de carrera que fue embajador en Estados Unidos entre 2016 y 2018, que abarcó parte de los gobiernos de los presidentes Barack Obama y la primera gestión de Donald Trump.</p><p>La víspera, el mandatario nombró en Defensa a Amadeo Flores, un abogado cercano al partido Fuerza Popular, que lidera la candidata Keiko Fujimori. También ha sido asesor de la legisladora fujimorista Rosangela Barbarán y de una comisión parlamentaria dirigida por Fuerza Popular en 2018.</p><p>El miércoles, Hugo de Zela renunció al cargo de canciller, mientras Carlos Díaz al ministerio de Defensa. Ambos discreparon con Balcázar quien buscaba aplazar para el siguiente gobierno la decisión de comprar 24 aviones F-16. Los renunciantes revelaron que militares firmaron la compra de las aeronaves el lunes, sin obedecer los pedidos de Balcázar.</p><p>Balcázar había declarado a radios locales que al ser presidente interino no tenía “legitimidad” para endeudar a la próxima gestión, que asumirá a fines de julio, por 3.500 millones de dólares.</p><p>Lockheed Martin dijo el jueves en un comunicado que con la compra “Perú se une a otras 29 naciones y a una flota mundial de más de 2.800 F-16 que operan actualmente". El embajador de Estados Unidos en Perú Bernie Navarro indicó a la radio local Exitosa que las primeras unidades de la flota de F-16 será entregada en 2029.</p><p>En 2024, durante la gestión de la impopular presidenta Dina Boluarte (2022-2025), se anunció que Perú había decidido destinar 3.500 millones de dólares a la compra de los aviones de combate por un “endeudamiento interno” de 2.000 millones de dólares en 2025 y 1.500 millones de dólares en 2026. Entre las compañías que presentaron ofertas estaban, además de Lockheed Martin, la sueca Saab y la francesa Dassault Aviation.</p><p>Las compras precedentes de aviones de caza en la década de 1980 y 1990 estuvieron manchadas por escándalos de corrupción por los que fueron condenados varios funcionarios y jefes militares.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7YNVROQ4W72ALZCKGDJB2TYYNY.jpg?auth=751ab6b7c94c6ee8123ff5cba4b8c0e6de9ca044528945205c0076bc4dbbf89a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente interino José María Balcázar habla con los periodistas a su llegada al palacio presidencial tras ser designado por los legisladores en Lima, Perú, el 18 de febrero de 2026. (AP Foto/Gerardo Marin, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerardo Marin</media:credit></media:content></item><item><title><![CDATA[Lionel Messi scores 2 goals, Inter Miami beats Rapids 3-2, extends unbeaten streak to 7 games]]></title><link>https://www.local10.com/sports/local/2026/04/18/lionel-messi-scores-2-goals-inter-miami-beats-rapids-3-2-extends-unbeaten-streak-to-7-games/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/18/lionel-messi-scores-2-goals-inter-miami-beats-rapids-3-2-extends-unbeaten-streak-to-7-games/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[Lionel Messi had two goals, Germán Berterame scored a goal for the second consecutive game, and Inter Miami beat the Colorado Rapids 3-2 on Saturday to extend their unbeaten streak to seven games.]]></description><pubDate>Sun, 19 Apr 2026 00:47:29 +0000</pubDate><content:encoded><![CDATA[<p>COMMERCE CITY, Colo. (AP) — Lionel Messi had two goals, Germán Berterame scored a goal for the second consecutive game, and Inter Miami beat the Colorado Rapids 3-2 on Saturday to extend their unbeaten streak to seven games.</p><p>Messi, who opened the scoring when he converted a penalty kick in the 13th minute, scored the go-ahead goal in 79th minute. After a Colorado turnover near midfield, Messi cut back near the right corner of the penalty box and flicked a <a href="https://x.com/i/status/2045631078329692639" rel="">rising shot</a> that split a pair of defenders and slipped inside the back post.</p><p>Messi has seven goal this season, tied with Sam Surridge and Petar Musa for most in MLS.</p><p>Miami (4-1-3) hasn’t lost since a season-opening <a href="https://apnews.com/article/lafc-inter-miami-score-messi-son-f4d03dbe6a9a034b3c88f5750373bdee" rel="">3-0</a> defeat to Los Angeles FC.</p><p>Yannick Bright was shown a straight red car in the 87th minute and Miami played a man down the rest of the way.</p><p>The Rapids (4-4-0) had won back-to-back games and three of their last four</p><p>Bright drew a penalty conceded by Josh Atencio and Messi converted from the spot to open the scoring.</p><p>Mateo Silvetti, along the right end line, played an arcing cross to the back post where Berterame slammed home a header to make it 2-0 in the fifth minute of first-half stoppage time.</p><p>Bertarame made his first career start and scored his first goal in MLS last time out in a <a href="https://apnews.com/article/messi-inter-miami-red-bulls-score-49916b46330b11b1c7fd451ab0254638" rel="">2-2</a> tie with the New York Red Bulls.</p><p>Rafael Navarro scored in the 58th minute for the Rapids. The 26-year-old forward scored two goals in a <a href="https://apnews.com/article/dynamo-rapids-score-4ed1f0415c5cafeb556bd8ea899bfdaa" rel="">6-2</a> win over Houston last time out and has six goals this season.</p><p>Darren Yapi subbed on for Hamzat Ojediran and, moments later, scored on the counter-attack to make it 2-2 in the 62nd minute.</p><p>___</p><p>AP soccer: <a href="https://apnews.com/soccer" rel="">https://apnews.com/soccer</a></p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade commissioners defer controversial Kelly Tractor project amid environmental worries]]></title><link>https://www.local10.com/news/local/2026/04/23/miami-dade-commissioners-defer-controversial-kelly-tractor-project-amid-environmental-worries/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/miami-dade-commissioners-defer-controversial-kelly-tractor-project-amid-environmental-worries/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Miami-Dade County Hall played host to another discussion Thursday on a controversial proposal by heavy equipment dealer Kelly Tractor in an area that includes acres of wetlands that environmental advocates say will further degrade groundwater quality.]]></description><pubDate>Thu, 23 Apr 2026 21:58:22 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County Hall played host to another discussion Thursday on <a href="https://www.local10.com/news/local/2026/02/17/officials-activists-urge-miami-dade-commissioners-to-reverse-course-on-udb-decision/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/17/officials-activists-urge-miami-dade-commissioners-to-reverse-course-on-udb-decision/">a controversial proposal</a> by heavy equipment dealer Kelly Tractor in an area that includes acres of wetlands that environmental advocates say will further degrade groundwater quality.</p><p>It’s <a href="https://www.local10.com/news/local/2026/02/04/miami-dade-mayor-blocks-kelly-tractor-expansion-protects-sensitive-wetlands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/04/miami-dade-mayor-blocks-kelly-tractor-expansion-protects-sensitive-wetlands/">previously been blocked</a> by Miami-Dade Mayor Daniella Levine Cava.</p><p>Company representatives said their development project, located in west Miami-Dade near Northwest 137th Avenue and the end of the Dolphin Expressway, will bring much-needed jobs. </p><p>Company owner Chris Kelly added the county has allowed another private business to develop a property right next to the proposed location of their development project.</p><p>“The county commission three years ago passed the Tamiami 137, which is a truck terminal with plans show a terminal with parking for trucks, and so we kind of followed that application because it’s pretty much right next door to ours,” Kelly said.</p><p>Commissioner Danielle Cohen Higgins pushed back on that comparison.</p><p>“So if it’s good for the goose, it’s good for the gander? He is operating under logic that’s rather linear,” Cohen Higgins said. “That application was different. It’s not the exact same application. The difference with that truck parking application is that we really did at that time have a true need for legal truck parking in our community. </p><p>“Our residents were experiencing heavy truck parking that was unauthorized and that in and of itself created extraordinary environmental damage, not to mention disruption in traffic and quality of life.”</p><p>While some commissioners raised concerns over the proposal, others expressed support, including Commissioner JC Bermudez.</p><p>“I don’t think there’s any problem with this project,” Bermudez said.</p><p>Some commissioners expressed concern about the process this application took to reach County Hall — via text amendment — which, in effect, moves the county’s Urban Development Boundary designed to prevent urban sprawl and protect natural resources, including the county’s aquifer, in an area flanked by “two environmental extraordinary precious resources,” Cohen Higgins said — the Everglades and Biscayne Bay.</p><p>“We need to put a stop to this,” Cohen Higgins said. “And my concern regarding precedent is that if we continue to have applications that come in the form of text amendments, as opposed to applications to move the Urban Development Boundary, we’re going to get a plethora of them. And our Urban Development Boundary is going to cease to exist.”</p><p>Levine Cava, in vetoing the amendment, said the project should have been a UDB proposal, which would have required more data and specifics.</p><p>The item was deferred to the full board meeting on May 5.</p><p>“The applicant would need nine votes, as opposed to the general majority votes, as long as the mayor vetoes,” Bermudez said. “If the mayor vetoes, you need a supermajority to override the veto. So that’s the real issue at hand.</p><p>“But in the end, we need to make a decision and we need to move on.”</p><p>According to the <a href="https://holdthelinecoalition.org/issues/kelly-tractor-company/ " target="_self" rel="" title="https://holdthelinecoalition.org/issues/kelly-tractor-company/ ">Hold the Line Coalition</a>, the project will remove “247 acres of land available for agriculture” located “within the North Trail Basin and contains Wetlands of Regional Significance.”</p><p>It’s also within “the core foraging area of the federally threatened wood stork, within consultation area for the endangered Florida bonneted bat as well as just east of the (U.S. Fish and Wildlife Service) Florida Panther Focus Area,” according to the group.</p><p>Commissioner Raquel Regalado pitched a different path forward to protecting the wetlands and mitigating disruptions to the county’s aquifer.</p><p>“My request at the last meeting (was) to create a habitat with a corridor to protect the wetlands, to increase the covenant, and to give ownership of the wetlands to Miami-Dade County is the path forward,” she added. “We cannot prevent property owners from wanting to do things on their property, even if that is outside the UDB, including building homes. They can do certain things. </p><p>“We need to preserve our wetlands for our aquifer. And that I agree with the mayor on. We just disagree on how we get there.”</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/2GJY2FF23ZCSXKHOZFULKSDCAY.png?auth=08413a803fa0bd6a7fefdf680b226ae0daef6f84cd32cee8287da6205ee2ef3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Site of the proposed Kelly Tractor project in west Miami-Dade.]]></media:description></media:content></item><item><title><![CDATA[Head of basketball coaches association: Coaches' input 'vital' in age-based eligibility discussions]]></title><link>https://www.local10.com/sports/2026/04/23/head-of-basketball-coaches-association-coaches-input-vital-in-age-based-eligibility-discussions/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/head-of-basketball-coaches-association-coaches-input-vital-in-age-based-eligibility-discussions/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 21:54:52 +0000</pubDate><content:encoded><![CDATA[<p>KANSAS CITY, Mo. (AP) — The executive director of the National Association of Basketball Coaches says input from coaches is “vital” in discussions about going to an age-based model that would include five years of eligibility for college athletes.</p><p>That comes as an NCAA panel has discussed the revamp that would give athletes five years of eligibility with the clock starting when an athlete turns 19 or graduates from high school, whichever is earliest.</p><p>“Coach perspective is vital to any legislative reform – on matters of eligibility that immediately impact roster management, the NABC views collaboration and communication with coaches as non-negotiable," Robinson said in Thursday's statement. "As the NCAA expedites this review, the NABC urges that all stakeholders be brought to the table – coaches included – to identify potential unintended consequences and to ensure these generational changes are structured correctly.”</p><p>The rule would offer limited exceptions, such as for injuries in what has been a common reason for athletes to ask for and receive extra eligibility.</p><p>NCAA president Charlie Baker talked at the men's Final Four in Indianapolis earlier this month, pointing to the need to build a simpler eligibility process.</p><p>He backed the plan weeks later in a recent interview with Sports Illustrated, saying: "It became pretty clear, pretty quickly, that a lot of people really appreciated the simplicity of (the concept) and the fact that it creates kind of a clock.”</p><p>___</p><p>AP college basketball: https://apnews.com/hub/ap-top-25-college-basketball-poll and https://apnews.com/hub/college-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BXMYZ4PCWI62O65ENI4TQ6WUMA.jpg?auth=8694efa2a772058fd8169648d7e0a3619794e3be29db2bfbf509a7268a24fbc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UConn and Michigan compete during the second half of the NCAA college basketball tournament national championship game at the Final Four, Monday, April 6, 2026, in Indianapolis. (AP Photo/AJ Mast)]]></media:description><media:credit role="author" scheme="urn:ebu">AJ Mast</media:credit></media:content></item><item><title><![CDATA[Man who helped fellow runner across Boston Marathon finish line says it was natural instinct to help]]></title><link>https://www.local10.com/sports/2026/04/24/man-who-helped-fellow-runner-across-boston-marathon-finish-line-says-it-was-natural-instinct-to-help/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/24/man-who-helped-fellow-runner-across-boston-marathon-finish-line-says-it-was-natural-instinct-to-help/</guid><dc:creator><![CDATA[By HOLLY RAMER and RODRIQUE NGOWI, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 10:03:05 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — One of two men who helped carry a fellow runner across the finish line of the Boston Marathon said he had been struggling earlier himself but drew strength from the supportive crowd.</p><p>“If I had to go farther, I would have,” Aaron Beggs said in an interview Thursday. “It's fight or flight, and I decided to fight and help him get to our destination.”</p><p>Beggs, of Northern Ireland, and Robson De Olivera, of Brazil, sprang into action Monday when Ajay Haridasse collapsed about 1,000 feet (305 meters) from the end of the course. Beggs also had been feeling sick and exhausted, but was reminding himself of all the people in his running club who might never get to experience such an iconic race.</p><p>“Then when I came down and up towards Boylston Street, the crowd started cheering and I just turned the corner and happened to see Ajay fall,” he said. “I looked at my watch, and I looked at him again, and the natural instinct was just to go and pick him up.”</p><p>For Beggs, the moment capped what already had been an incredible experience, from being cheered on by local college students to chatting with a fellow runner wearing his father's name on his shirt just to hear onlookers call it out.</p><p>“We were shaking hands as we were running, and was like, ‘We’ve got this. Let's do this together',” he said. “It's not like in shorter races where you're head-to-head trying to beat people. In the marathon, you're cheering each other on and encouraging everybody.”</p><p>Video of the runners' good deed has gone viral. Beggs said he has been in touch with Haridasse, a Massachusetts native and student at Northeastern University, and hopes to reconnect with Robson as well. Their finishing time was good enough to qualify for next year's race.</p><p>“Three strangers, three different countries, and we'll have a story for the rest of our lives,” he said. “We all need just a nice story in our lives, just to make us smile, bring a tear to your eye with happiness. And it's nice to be nice.”</p><p>___</p><p>This story has been updated to correct the spelling of Aaron's last name to Beggs, not Breggs.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I5J75JT27IDUEGLED4RXSICLN4.jpg?auth=c58dce33bcc695a5bb1f7d59dac20601784cc2de792d92f3f893146bfbe31df5&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 Boston Athletic Association and Marathonfoto shows Boston Marathon runners Robson De Oliveira of Brazil, left, and Aaron Beggs, of Britain, right, helping runner Ajay Haridasse and helped him across the finish line Monday, April 20, 2026, in Boston. (Gustavo E. Gargallo/Boston Athletic Association/MarathonFoto via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gustavo E. Gargallo</media:credit></media:content></item><item><title><![CDATA[Senate passes budget plan for ICE and Border Patrol in bid to reopen Homeland Security Department]]></title><link>https://www.local10.com/news/politics/2026/04/23/senate-passes-budget-plan-for-ice-and-border-patrol-in-bid-to-reopen-homeland-security/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/23/senate-passes-budget-plan-for-ice-and-border-patrol-in-bid-to-reopen-homeland-security/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 08:50:55 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Senate took the first steps in a new effort to reopen the Department of Homeland Security early Thursday, voting to adopt a budget plan that would fund ICE and Border Patrol over Democratic objections and sending it to the House.</p><p>The entire department has been shut down since mid-February as Democrats have demanded policy changes in the wake of fatal shootings of two protesters by federal agents. Republicans are now trying to fund the two immigration enforcement agencies through the complicated, time-consuming process called budget reconciliation, a maneuver that they also used to pass President Donald Trump’s package of tax and spending cuts last year with no Democratic votes.</p><p>“We have a multistep process ahead of us, but at the end Republicans will have helped ensure that America’s borders are secure and prevented Democrats from defunding these important agencies,” said Senate Majority Leader John Thune, R-S.D.</p><p>The budget process only requires a simple majority in the Senate, bypassing filibuster rules that require Republicans to find 60 votes on most bills when they only hold 53 seats. But it also comes with increased scrutiny from the Senate parliamentarian and a long, open-ended series of amendment votes at the beginning and the end of the process.</p><p>The Senate held the first series of votes through the night, starting Wednesday evening and into early Thursday morning, with Democrats proposing amendments to lower health care expenses and other costs in an effort to contrast with Republicans’ focus on Trump’s campaign of immigration enforcement.</p><p>“Instead of pumping hundreds of billions of dollars into ICE and Border Patrol, Republicans should be working with Democrats to lower out-of-pocket costs,” said Senate Minority Leader Chuck Schumer, D-N.Y.</p><p>The Senate adopted the final resolution 50-48, just past 3:30 a.m.</p><p>A lengthy effort to reopen Homeland Security</p><p>Once the House approves the framework and the Senate Parliamentarian approves it, the two chambers can then move to pass the measure.</p><p>The Senate has already voted on a bipartisan basis to reopen the rest of the department, but Republican leaders in the House say they won’t take that bill up until the Senate shows progress toward funding ICE and Border Patrol, as well.</p><p>The $70 billion budget resolution would fund the two agencies for three years, through the rest of Trump’s term. Thune and other GOP leaders say they hope to keep the bill narrowly focused on ICE and Border Patrol and get it to Trump’s desk in the coming weeks, along with the rest of Homeland Security Department funding that has already passed the Senate.</p><p>But that could prove difficult as many in the party see the budget bill as the last real chance this year to enact their priorities. Republicans in both the Senate and House have pushed to add other items, including money for farmers and Trump’s proof of citizenship voting bill, called the SAVE America Act.</p><p>Sen. John Kennedy, R-La., briefly held up the vote series late Wednesday, frustrated that the bill would not include parts of the SAVE America Act or other legislation.</p><p>“This is the last train leaving the station,” Kennedy said, predicting they would not be able to pass any other major bills ahead of November’s midterm elections. But he withdrew his objections and allowed the voting to proceed.</p><p>Democrats say reform needed at ICE and Border Patrol after shootings</p><p>Democrats say any funding bill for the Homeland Security Department should place restraints on federal immigration authorities, including better identification for federal officers and more use of judicial warrants, among other asks.</p><p>After federal agents shot Renee Good and Alex Pretti in Minneapolis in January, Trump agreed to a Democratic request that the Homeland Security bill be separated from a larger spending measure that became law. But bipartisan negotiations went nowhere, and the DHS funding lapsed with no agreement on changes to the Trump administration’s immigration enforcement tactics.</p><p>In March, the Senate passed the legislation by voice vote that would separate out ICE and Border Patrol and fund the rest of the department, including the Transportation Security Administration as security lines grew long at some airports. But Republicans in the House refused to consider it, saying they wouldn’t support any bill that didn’t include money for immigration enforcement.</p><p>Congress then left town for a two-week recess, leaving the issue unresolved. Trump has used executive orders to pay some department salaries in the meantime, but the future of those paychecks is uncertain.</p><p>Potential roadblocks in the House</p><p>During the recess, Thune and House Speaker Mike Johnson announced that they would pursue a two-track approach — pass the Senate bill that includes most of the department’s funding through regular order and use the party-line bill to pass ICE and CBP funding.</p><p>Weeks later, though, Johnson has still not said when the House will take up the Senate’s legislation that would fund the rest of the department. And it is unclear if members of his GOP conference will unite behind the narrowed budget bill as some House Republicans have argued, like Sen. Kennedy, that they should add other priorities to the legislation.</p><p>Johnson said this week that the sequencing of the two bills is important. House lawmakers don’t want to see the rest of the department funded without ICE and Border Patrol, he said.</p><p>But Thune warned after the Senate vote that other parts of the Homeland Security Department may run out of money before they are able to finish the winding budget process and fund those two agencies. He said he hopes the adoption of the budget resolution is a signal to the House that “we’re going to be following through.”</p><p>“We’ll see what they can do with it,” Thune said. “And if they can’t, I guess we will go to the next plan.”</p><p>___</p><p>Associated Press writer Kevin Freking contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[Haiti's new UN-backed gang-fighting force exceeds funding expectations]]></title><link>https://www.local10.com/news/world/2026/04/23/haitis-new-un-backed-gang-fighting-force-exceeds-funding-expectations/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/23/haitis-new-un-backed-gang-fighting-force-exceeds-funding-expectations/</guid><dc:creator><![CDATA[By EDITH M. LEDERER and DÁNICA COTO, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 21:50:24 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — The new U.N.-backed international force charged with combating Haiti's violent gangs has received more pledges than the 5,500 military and police it is seeking, with Chadian troops already deployed in the capital, Port-au-Prince, the U.N. special envoy to the violence-torn country said Thursday.</p><p>Carlos Ruiz Massieu told reporters after briefing the U.N. Security Council that staggered deployments from Chad and other countries are expected to continue in the coming months with all 5,500 members on the ground “between the fall and the end of the year.”</p><p>The United States and Panama proposed the new gang suppression force in early September 2025 to replace a Kenya-led multinational force plagued by a lack of funding. Its strength hovered around 1,000, rather than the desired 2,500. The U.N. Security Council authorized the 5,500 strong force on Sept. 30, with the new power to arrest gang members.</p><p>More than $200 million has been pledged by 13 U.N. Security Council member states, of which $59 million has been disbursed, according to a report released Thursday by the United Nations Integrated Office in Haiti, known as BINUH. U.N. spokesman Stéphane Dujarric said Thursday that Qatar confirmed a pledge of $30 million to the trust fund for the force, with $10 million to be paid over three years.</p><p>‘Expectations remain high’</p><p>Jacques Christofides, the force’s special representative, told the U.N. Security Council meeting that the framework for how the mission will operate has been finalized, and that the multinational force is working with Haitian National Police to establish procedures for operations, detentions and other actions.</p><p>“Expectations remain high. Many view the GSF as a potential turning point,” he said, referring to the gang-suppression force.</p><p>More than 2,400 people were killed across Haiti between December and February, many of them suspected gang members as police operations intensify, according to a new report released Thursday.</p><p>The number represents a 23% increase in killings compared with the previous period, with anti-gang operations killing at least 158 civilians and injuring more than 100 others, according to the BINUH report.</p><p>Overall, more than 1,300 suspected gang members were killed and 140 firearms seized.</p><p>Ongoing gang violence has displaced a record more than 1.45 million people, more than half of them children.</p><p>Last year, more than 9,000 people were killed across Haiti, with the country now reporting a homicide rate of 76 per 100,000 inhabitants, one of the world’s highest, according to the report.</p><p>“The people of Haiti have endured far too much for far too long,” Christofides said. “The scale of violence and displacement are simply unacceptable.”</p><p>Gangs have grown in power since the assassination of President Jovenel Moïse in July 2021 at his private residence. Police say they control more than 70% of the capital and have expanded their activities, including looting, kidnapping, sexual assaults and rape, into the countryside. Haiti has not had a president since the assassination.</p><p>Christofides, a longtime U.N. expert on peace-building from South Africa, said efforts are continuing to broaden participation in the force and ensure it is equipped with the capabilities and expertise it needs. He said maritime and border support will be particularly important to help Haiti manage its ports and commercial entry points.</p><p>He stressed the importance of effective coordination with the United Nations — which will provide logistical and operational support to the force — the Haitian government, and the region, including the neighboring Dominican Republic.</p><p>Looming elections</p><p>Special envoy Ruiz Massieu told reporters the government's current idea is to have the first round of elections at the end of the year and the second round early next year, but he said that depends on improved security and freeing areas under gang control so candidates can campaign and Haitians can vote freely.</p><p>“We have reasons to be an optimist that the situation can improve in the short and medium term,” Ruiz Massieu said.</p><p>In a video posted Thursday, Haiti’s National Police said it was seizing territory once under gang control, including a large school that was severely damaged.</p><p>An official narrating the video asserted that a growing number of Haitians were returning to their communities after police cleared them of gangs.</p><p>“It’s been over six months since I last came to this area,” said one unidentified man who was videotaped by police. “We’re going to start cleaning to see if I can come back home.”</p><p>Meanwhile, Ruiz Massieu noted that the council of ministers have been meeting at Haiti’s National Palace in downtown Port-au-Prince, which has been largely controlled by gangs. He said the location of those meetings “is not only symbolic. It is also a powerful signal of the State’s gradual return.”</p><p>Haitian Prime Minister Alix Didier Fils-Aimé said the transition government “remains fully committed to help Haiti emerge from this crisis" and noted that it plans to increase the number of police officers and soldiers.</p><p>“The state is taking up its rightful place again,” he said. “Haiti shall not perish.”</p><p>U.S. Deputy Ambassador Jennifer Locetta told the council that operations to fight back gangs have shown measurable but fragile progress.</p><p>“We are not measuring success by what international forces can achieve in Haiti,” she said. “We are measuring success by how quickly Haiti will no longer need them.”</p><p>___</p><p>Coto reported from Havana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PK6JWEZJ2CISD4FK2FCGSJU5EE.jpg?auth=e9f60be2f00157e0b0067e9b4ab73352d36a6a11fb028edad06dae54d25f2ad5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Police patrol as factory workers march demanding a salary increase in Port-au-Prince, Haiti, Tuesday, April 14, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Miami-Dade deputies seek 14-year-old girl reported missing for over a month ]]></title><link>https://www.local10.com/news/local/2026/04/23/miami-dade-deputies-seek-14-year-old-girl-reported-missing-over-a-month/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/miami-dade-deputies-seek-14-year-old-girl-reported-missing-over-a-month/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 14-year-old girl who has been missing for more than a month was last seen leaving her home in northwest Miami, authorities said.]]></description><pubDate>Thu, 23 Apr 2026 21:46:07 +0000</pubDate><content:encoded><![CDATA[<p>Deputies with the Miami-Dade Sheriff’s Office asked for the public’s help Thursday in locating a 14-year-old girl who they say has been missing for over a month. </p><p>Fancy Johnson was last seen around 5 p.m. on March 20 in the 1400 block of Northwest 72nd Street, according to the Miami-Dade Sheriff’s Office. </p><p>Investigators said she has not contacted her family since.</p><p>They said Fancy is 5 feet 2 inches tall, weighs about 110 pounds, and has brown eyes and black hair. She was last seen wearing a white shirt, white and black shorts, and white slides.</p><p>Authorities said she may be in need of services.</p><p>Anyone with information is urged to contact MDSO Deputy D. Guzman at 305-715-3300 or Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BNUA3YN5CNCR7H3OKH7DAD2MR4.jpg?auth=cd5a52abe024706103002dcafb4bd727d3450b56aa8a18485e380419b568dbc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Aging Miami fire stations, police HQ in disrepair as mayor delays vote on $450M fix]]></title><link>https://www.local10.com/news/local/2026/04/23/aging-miami-fire-stations-police-hq-in-disrepair-as-mayor-delays-vote-on-450m-fix/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/aging-miami-fire-stations-police-hq-in-disrepair-as-mayor-delays-vote-on-450m-fix/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[City of Miami fire stations and police headquarters are in such poor condition that firefighters and officers say the buildings are falling into disrepair.]]></description><pubDate>Thu, 23 Apr 2026 21:44:31 +0000</pubDate><content:encoded><![CDATA[<p>City of Miami fire stations and police headquarters are in such poor condition that firefighters and officers say the buildings are <a href="https://www.local10.com/news/local/2026/04/22/leaky-deteriorating-miami-police-headquarters-prompts-push-for-450m-replacement-plan/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/22/leaky-deteriorating-miami-police-headquarters-prompts-push-for-450m-replacement-plan/">falling into disrepair.</a></p><p>At Fire Station No. 5 -- the busiest in the city -- the problems are hard to miss. Built 50 years ago, the fire chief says it’s so outdated that modern fire trucks can barely fit inside. There are visible signs of decay throughout, and the air conditioning is out.</p><p>Staff brought in a portable unit, but that required a generator because the electrical panel is also outdated.</p><p>“The circuitry is so old they don’t make the parts anymore. We have to go online and find used parts,” Miami Fire Chief Robert Hevia said.</p><p>Conditions appear even worse at Fire Station No. 1. Built in 1964, the building has rust, mold and leaks.</p><p>Miami Mayor Eileen Higgins has proposed taking out a nearly $450 million loan to build new facilities, saying voters should decide on the issue in August.</p><p>A separate measure under consideration by the city commission could address other stations currently operating out of trailers -- including Fire Station No. 16 in Brickell and Fire Station No. 15 near Bayside.</p><p>At Station 15, firefighters must run from a trailer, down a dock, to reach their fire boats -- a setup sources say delays response times.</p><p>But Thursday afternoon, as commissioners prepared to vote on putting the bond measure on the ballot, the mayor made an unexpected request to delay.</p><p>“I’ve had a number of conversations, as the city manager has, about the bond referendum. I would respectfully ask that we defer this item to the next commission meeting,” 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[Trump's 'gold card' visa starting at $1 million granted to just 1 person so far, White House says]]></title><link>https://www.local10.com/business/2026/04/23/trumps-gold-card-visa-starting-at-1-million-granted-to-just-1-person-so-far-lutnick-says/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/trumps-gold-card-visa-starting-at-1-million-granted-to-just-1-person-so-far-lutnick-says/</guid><dc:creator><![CDATA[By JESSE BEDAYN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 23:21:04 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump's “gold card” visa, where a foreigner can shell out at least $1 million to legally live and work in the U.S., has been approved for one person, said Commerce Secretary Howard Lutnick Thursday — appearing to fall a bit short of an earlier claim.</p><p>After it launched in December, Lutnick said that the government had sold $1.3 billion “worth” in just several days, as Trump stood by holding up the gilded ticket and said, “essentially it's the green card on steroids.”</p><p>Lutnick did not address the apparent discrepancy in an exchange with a congresswoman at Thursday's committee hearing.</p><p>Trump pushed the idea last year, initially suggesting a cost of $5 million, and arguing that it would entice foreign talent to U.S. shores and fill out federal coffers. It's meant to replace the EB-5 program, a decades-old program that offered U.S. visas to people who invested about $1 million in a company with at least 10 employees.</p><p>Though only one person has been approved, “there are hundreds in the queue that they are going through,” said Lutnick, appearing pleased with the program's results, at a congressional committee hearing Thursday.</p><p>“They’ve just set it up, and they wanted to make sure they did it perfectly,” he said.</p><p>A year ago, Lutnick said at a cabinet meeting that the gold card would raise $1 trillion in revenue and help “balance the budget.” The publicly held debt is $31.3 trillion and outside projections by the Committee for a Responsible Federal Budget are that this fiscal year’s annual budget deficit will be roughly $2 trillion.</p><p>The commerce secretary noted that each applicant pays a $15,000 fee, on top of their million bucks, which allows for “rigorous vetting” of those applying to the program that eventually opens a path to U.S. citizenship. It also allows corporations to spend $2 million for a foreign-born employee, along with a 1% annual maintenance fee.</p><p>It boasts a glitzy government website with the phrase “Unlock life in America” above a depiction of a gold card: Trump’s stern visage, aside a bald eagle, the Statue of Liberty, and his squiggled signature. The website also touts the upcoming $5 million “Trump Platinum Card,” which offers up to 270 days in America without being taxed on non-U. S. income.</p><p>While Trump has created a presidential identity partially around deporting immigrants without legal status, he has repeatedly supported skilled immigration to the U.S., which the gold card program could facilitate.</p><p>When asked how the proceeds will be spent, Lutnick said: “That will be determined by the administration, and its terms are for the betterment of the United States of America.”</p><p>The idea is relatively common around the world, with dozens of countries offering versions of “golden visas” to wealthy individuals, including the United Kingdom, Spain, Greece, Malta, Australia, Canada and Italy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GRBOM3YNADMWK7KXYWLFOILQB4.jpg?auth=32bf5e15539f80c746f0002a1e19689696dccd285e884eb2e02ac56b7b096518&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A poster showing the Trump Gold Card is seen as President Donald Trump signs executive orders in the Oval Office of the White House, Sept. 19, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Broward woman arrested over alleged threat at Miami-Dade parking lot ]]></title><link>https://www.local10.com/news/local/2026/04/23/broward-woman-arrested-over-alleged-threat-in-miami-dade-parking-lot/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/broward-woman-arrested-over-alleged-threat-in-miami-dade-parking-lot/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 42-year-old woman from Broward County was behind bars on Thursday in Miami-Dade County, accused of threatening to shoot a driver during a parking dispute. ]]></description><pubDate>Thu, 23 Apr 2026 21:36:08 +0000</pubDate><content:encoded><![CDATA[<p>A 42-year-old woman from Broward County was behind bars on Thursday in Miami-Dade County, accused of threatening to shoot a driver during a parking dispute. </p><p>Police officers arrested Kiara Johnson, of Hollywood, on Wednesday at Target, at 21265 Biscayne Boulevard, in Aventura, according to a police report. </p><p>The victim told police officers that she was inside her parked car when Johnson parked her car next to her, according to a police arrest report. </p><p>The victim reported that Johnson had parked so close to her car that she decided to move, which upset Johnson, and there was an argument, according to police. </p><p>The victim reported Johnson then “pulled out a firearm from her purse” and told her to get out of the car, according to the police report. </p><p>The victim called 911, and she “described the firearm as black with either yellow or orange on it” after “feeling her life was in danger,” according to police. </p><p>Johnson walked out of Target and she “admitted to having a firearm inside her purse,” which “she normally carries,” according to police. </p><p>“She confirmed both parties got into an argument over the close parking,” but she denied using the gun to threaten the victim, according to police. </p><p>Corrections booked Johnson at 5:10 p.m. on Wednesday at the Turner Guilford Knight Correctional Center, where she remained on Thursday evening. </p><p>Johnson faced a charge of aggravated assault with a firearm. Her bond was $5,500. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P6DIGTVHBBBPBCDMAHRILMQSK4.jpg?auth=11473f058c20d84557774c1aaa9c6c89a8b640652ef29206274f8752eaaec52b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Kiara Johnson, of Hollywood, on Wednesday in Aventura, Fla.]]></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></item><item><title><![CDATA[Braves' JR Ritchie rebounds from 1st pitch home run to win major league debut]]></title><link>https://www.local10.com/sports/2026/04/23/braves-jr-ritchie-rebounds-from-1st-pitch-home-run-to-win-major-league-debut/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/braves-jr-ritchie-rebounds-from-1st-pitch-home-run-to-win-major-league-debut/</guid><dc:creator><![CDATA[By SAVANNAH McCANN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 21:21:31 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — JR Ritchie was welcomed to the major leagues when Washington's James Wood homered on his first pitch.</p><p>The 22-year-old right-hander rebounded to win his debut, leading the Atlanta Braves over the Washington Nationals 7-2 on Thursday for their eighth win in nine games.</p><p>“One pitch into it I was like, ‘Oh no,’ but after that I bounced back really well,” Ritchie said. “Honestly, probably for the next year I will hate it. Then after that it will be like a funny, ‘Hey, first pitch of my big league career I gave up a nuke.’”</p><p>Ritchie, who was selected 35th in the 2022 amateur draft, allowed just one more run over seven innings. He gave up five hits, struck out seven and walked two, throwing 54 of 89 pitches for strikes. Ritchie averaged 94.4 mph with 24 fastballs and also mixed in 25 curves, 19 changeups, 10 sliders, seven cutters and four sinkers.</p><p>Ritchie (1-0) became the first Braves pitcher to allow two runs or fewer over seven-plus innings in his debut since Matt Wisler in 2015.</p><p>“Kids got a lot of weapons man, for right and left handed hitters,” Braves manager Walt Weiss said. “He’s in total control out there. That’s got to shake you up a little bit, first pitch you throw in the big leagues and it gets hit for a homer. But right back on the mound and attacking with all his stuff.”</p><p>Ritchie got a call from Triple-A Gwinnett manager Kanekoa Texeira at 8 p.m. Wednesday night telling him of the promotion, and he arrived in Washington around 2 a.m.</p><p>Wood homered on a 93.5 mph fastball down the middle and CJ Abrams went deep on a changeup below the strike zone in the fourth.</p><p>Washington did not get a hit after Daylen Lile’s two-out single in the fourth.</p><p>Ritchie started the season at Triple-A Gwinnett and went 3-1 with a 0.99 ERA in five starts. Atlanta selected the contracts of Ritchie and right-hander Carlos Carrasco from the Stripers before the game, optioned right-hander Didier Fuentes to Gwinnett and placed left-hander Dylan Dodd on the 15-day injured list retroactive to Wednesday because of left spine inflammation.</p><p>When asked whether Ritchie will make another start for Atlanta, Weiss said the team will make a decision in the next day or two.</p><p>“The kid did a heck of a job and made a great case for himself," Weiss said with a smile.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4XO6EZ4NYOLOANYXQ6NO3N426I.jpg?auth=7a6978b11847de358e46dec4a1d8f428f4f8147504821c34368733eb96541a13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves starting pitcher JR Ritchie, back, hugs his fiancée Makena Miller after winning his major league debut baseball game against the Washington Nationals, Thursday, April 23, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KF3P6WVKFDPQAI5A5Q4E2AYQHY.jpg?auth=5ce1f21706f1d1a95527a6f36f5c6bf293103f1cf33b70287d3273813569fc43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves starting pitcher JR Ritchie throws during the first inning of a baseball game against the Washington Nationals, Thursday, April 23, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YDDU5ZVOW3VXRRF7KQHN4CRZ3U.jpg?auth=baa9391b50f7b380648d9f6fd4ed71332fb25bf988c78f10d70cd692beece4e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves starting pitcher JR Ritchie (60) throws during the third inning of a baseball game against the Washington Nationals, Thursday, April 23, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X3X7XML24X3KMM5DFBOTUO655I.jpg?auth=dcda8adc95fca467b9f9e0eee1054f856af8bb6e9e65453da9da6defcfce59ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves starting pitcher JR Ritchie (60) throws during the second inning of a baseball game against the Washington Nationals, Thursday, April 23, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IPEB4SLYERGCSVAFGTAVFPQNAE.jpg?auth=3475e287657f4516f0a8cd27dcc2cdee602b13073290d35a185751e9e01cfac9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves starting pitcher JR Ritchie, left center, hugs his fiancée Makena Miller after winning his major league debut baseball game against the Washington Nationals, Thursday, April 23, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[Amnesty International and rights groups issue a World Cup travel advisory for the US]]></title><link>https://www.local10.com/news/politics/2026/04/23/amnesty-international-and-rights-groups-issue-a-world-cup-travel-advisory-for-the-us/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/23/amnesty-international-and-rights-groups-issue-a-world-cup-travel-advisory-for-the-us/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 21:20:01 +0000</pubDate><content:encoded><![CDATA[<p>Amnesty International and dozens of U.S. civil and human rights groups issued a “ World Cup travel advisory” Thursday, warning tournament visitors of “rising authoritarianism and increasing violence” in the United States during President Donald Trump's aggressive immigration enforcement.</p><p>The groups said the advisory was necessary “in light of the deteriorating human rights situation in the United States and in the absence of meaningful action and concrete guarantees from FIFA, host cities, or the U.S. government.”</p><p>The advisory says visitors may be arbitrarily denied entry to the country, detained in “inhumane” conditions or subjected to invasive phone and social media searches. It points to the aggressive immigration surges in cities including Los Angeles, Chicago and Minneapolis that led to accusations of racial profiling and the violent suppression of protests.</p><p>The message was condemned by tourism officials, who said the groups were threatening the livelihoods of service industry workers in an attempt to achieve their political goals.</p><p>Geoff Freeman, president & CEO of the U.S. Travel Association, said there are legitimate concerns about U.S. entry policies but they're being blown out of proportion. There were 67 million international travelers to the United States last year, he said in a statement.</p><p>“The notion that visiting America poses a meaningful safety risk is not a good-faith warning, it’s a political tactic designed to cause economic harm,” Freeman said.</p><p>A FIFA spokesperson pointed to several statements and policies, including the federation's governing documents, which say, “FIFA is committed to respecting all internationally recognized human rights and shall strive to promote the protection of these rights."</p><p>The U.S. has seen a decline in international travelers since Trump returned to the White House last year and offended U.S. allies with talk of making Canada a U.S. state, taking control of Greenland and questioning the value of NATO. The tourism industry is counting on a major boost from World Cup visitors, even as Trump's travel ban for citizens of 19 countries has injected further uncertainty.</p><p>The administration is betting that its push to expedite visa processing for visitors and excitement about the tournament will outweigh concerns that Trump’s immigration messaging undercuts the theme of global unity that the World Cup is meant to represent.</p><p>The tournament kicks off June 11 with games spread across North America, including 11 stadiums in the U.S. along with two in Canada and three in Mexico.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WTFHTALNSLH5LI2NAILBI5WTPQ.jpg?auth=83600532d067df4f366ac4605d3a85e6c33d2c1c226b4fc6c8d02305b076f184&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FIFA President Gianni Infantino, right, presents President Donald Trump with the new FIFA Club World Cup official ball in the Oval Office of the White House in Washington, March 7, 2025. (Jim Watson/Pool Photo via AP, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jim Watson</media:credit></media:content></item><item><title><![CDATA[Mike Vrabel says he takes accountability for distraction, doesn't address specifics]]></title><link>https://www.local10.com/sports/2026/04/24/mike-vrabel-says-he-takes-accountability-for-distraction-doesnt-address-specifics/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/24/mike-vrabel-says-he-takes-accountability-for-distraction-doesnt-address-specifics/</guid><dc:creator><![CDATA[By KYLE HIGHTOWER, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 05:17:57 +0000</pubDate><content:encoded><![CDATA[<p>FOXBOROUGH, Mass. (AP) — Patriots coach Mike Vrabel said he is taking accountability for actions that have created a distraction for New England without addressing specifics about photos published recently of him with longtime NFL reporter Dianna Russini at an Arizona resort.</p><p>Vrabel spoke for just over seven minutes prior to the start of Thursday's NFL draft. He vowed to prioritize his family by beginning counseling this weekend and stepping away from the team for the draft's final day Saturday.</p><p>“I understand that there are questions. I take accountability for my actions, and the actions that caused a distraction to the people that I care most about — my family, this football team, the organization and our fans,” Vrabel said. “My previous actions don't meet the standard that I hold myself to. They don't.”</p><p>Vrabel said at a news conference earlier this week that he’s had “difficult conversations with people I care about,” including his family, his coaching staff, team officials and players following the publication of the photos by the New York Post.</p><p>On Thursday, he called his family and the Patriots the most important things in his life and said he was dedicated to taking steps to giving them “the best version of me.” He said he is committed to that process for “however long it takes.”</p><p>“And that's what we're going to do,” Vrabel said.</p><p>Asked about the timing of stepping away from the team on Saturday, Vrabel said it was solely family-related.</p><p>“When you prioritize your family first, and your job, that’s what’s required. And that’s what was necessary,” he said.</p><p>Vrabel said he was unsure if this would be the last time he planned to step away from the team.</p><p>The photos of Vrabel and Russini were taken in Sedona, Arizona, before the annual NFL meetings that began in Phoenix on March 29, according to the Post. The NFL has said it is not investigating Vrabel’s behavior. Vrabel and Russini are both married. Russini resigned from The Athletic last week.</p><p>NFL Commissioner Roger Goodell reiterated in an interview with ESPN that the league is not looking into the situation.</p><p>“This is not a personal conduct policy as we know of today,” Goodell said Thursday. “It’s a personal matter and we’ll leave it at that.”</p><p>Goodell added, “I think the teams handle these matters when they are personal matters. They have a lot more information that can benefit people involved.”</p><p>The Patriots said in a statement earlier in the day that they support Vrabel stepping away from the team on Saturday.</p><p>“Mike has been open with us about his commitment to being the best version of himself for his family, this team and our fans, and we respect the steps he is taking to follow through on that commitment,” the statement said in part. "We are confident in the leadership and communication Mike has established with our personnel staff throughout this pre-draft process. While he will not be present at the facility on Saturday, we know the draft evaluations are complete and Eliot Wolf and his personnel staff are prepared to execute our draft as planned this weekend.”</p><p>Vrabel declared his intension to sit out the final day of the draft in a late-night statement Wednesday.</p><p>The Patriots entered the draft holding 11 picks. That included the Super Bowl runner-up’s one scheduled pick (No. 31) in Thursday’s first round. They traded that pick and one in the fourth round to Buffalo to move up and take Utah offensive tackle Caleb Lomu at No. 28. They have one pick each in rounds 2 and 3 on Friday.</p><p>But the bulk of their selections will be Saturday when Vrabel won’t be in the draft room. That’s when they are scheduled to select twice in the fourth round, once in the fifth, four times in the sixth and once in the seventh round.</p><p>Vrabel was still present in the Patriots team facility Thursday after addressing reporters. Prior to meeting with them, he spoke briefly with season ticket holders at a draft night party. He also was spotted briefly sitting in the middle seat in the team draft room as they celebrated selecting Lomu.</p><p>Executive vice president of player personnel Eliot Wolf and fellow personnel vice president Ryan Cowden will run the draft room with Vrabel away.</p><p>Wolf expressed confidence that remaining members of front office will be able to manage Day 3 with Vrabel away. Wolf will have final say on picks during Vrabel's absence. Vrabel will still be in communication with the team via Zoom at times on Saturday.</p><p>“Not too worried about that as far just as the process we have in place. The people that we have in place,” Wolf said. “It’s going to be different without his presence there. But we feel really good about the people that we have in place to make up for it.”</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/73UNLKVTYFTAE4GAMF7NLHY7QM.jpg?auth=b4ae234e48663fdeb20fec82089b115a4579ccfddce0485b6ce0039a6e820a34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New England Patriots coach Mike Vrabel speaks at the team facility in Foxborough, Mass., prior to the start of the NFL football draft on Thursday, April 23, 2026. (AP Photo/Kyle Hightower)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Hightower</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6Z2Y6KVATEWOWSUYFVFMGJZVHU.jpg?auth=fc685376320ae7867a34583997fdfd8ed1bc6cb4b683d995aa25276467310fac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New England Patriots coach Mike Vrabel speaks at the team facility in Foxborough, Mass., prior to the start of the NFL football draft on Thursday, April 23, 2026. (AP Photo/Kyle Hightower)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Hightower</media:credit></media:content></item><item><title><![CDATA[North Miami Beach commissioners demand mayor repay $3K travel upgrade, consider reprimand]]></title><link>https://www.local10.com/news/local/2026/04/23/north-miami-beach-commissioners-demand-mayor-repay-3k-travel-upgrade-consider-reprimand/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/north-miami-beach-commissioners-demand-mayor-repay-3k-travel-upgrade-consider-reprimand/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[North Miami Beach commissioners are demanding repayment from Mayor Michael Joseph and were prepared to formally reprimand him over a taxpayer-funded travel upgrade they say should have never been reimbursed.]]></description><pubDate>Thu, 23 Apr 2026 20:25:26 +0000</pubDate><content:encoded><![CDATA[<p>North Miami Beach commissioners are demanding repayment from Mayor Michael Joseph and were prepared to formally reprimand him over a taxpayer-funded travel upgrade they say should have never been reimbursed.</p><p><a href="https://www.local10.com/espanol/2026/04/23/comisionados-de-north-miami-beach-exigen-que-alcalde-devuelva-3000-usd-por-mejora-de-viaje-y-consideran-reprimenda/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/comisionados-de-north-miami-beach-exigen-que-alcalde-devuelva-3000-usd-por-mejora-de-viaje-y-consideran-reprimenda/">Leer en español</a></p><p>The dispute centers on a $3,001.90 reimbursement tied to a business class upgrade during a Sept. 14 through 19, 2025 trip to Japan for a Sister Cities program.</p><p>City records show the reimbursement was issued Dec. 4, 2025, but a later internal review found the expense fell outside the parameters of Florida law and city policy governing travel spending, according to a letter sent to the mayor.</p><p>In that April 1 letter, the city demanded repayment within 30 business days, stating the upgrade was not authorized and must be personally covered.</p><p>By the <a href="https://citynmb.granicus.com/player/clip/1895?view_id=1&amp;redirect=true" target="_self" rel="" title="https://citynmb.granicus.com/player/clip/1895?view_id=1&amp;redirect=true">April 21 commission meeting</a> in North Miami Beach, the money still had not been repaid, prompting Vice Mayor Fortuna Smukler to introduce a resolution to reprimand the mayor.</p><p>“I brought this forward because the city has been asking for and I’m going to round it up by 10 cents, for $3,002 for a travel upgrade that was never approved when the trip to Japan was approved. It is not something the city has ever done, at least to my knowledge had never done in the past,” Smukler said.</p><p>She pressed the mayor directly.</p><p>“So Mayor Joseph are you going to pay this back or is this…?”</p><p>Joseph said he does not oppose repayment, but objected to how the issue is being handled.</p><p>“Well the request was made on the first of April. Then you made this resolution for today for 30 business days. This is related to that investigation. I gave that initial request to my attorney, who said this can have further implications.”</p><p>He added he did not want repayment to be seen as an admission of wrongdoing.</p><p>“I have no problem putting money in escrow because I have no issues with that, but what I don’t want is to have us make it appear like I am admitting to something that I know I didn’t do,” he said.</p><p>Joseph also disputed any suggestion he refused to pay.</p><p>“The letter says I refused to pay but that hasn’t even happened,” he said.</p><p>Commissioners made clear they believe repayment should have already occurred.</p><p>“The point is we shouldn’t have to ask you, you should just pay it back,” Smukler said. “Regardless, it doesn’t matter of the outcome. The money still needs to come back to us.</p><p>“Either way the money belongs to the city of North Miami Beach. Either way the money is ours. That’s it.”</p><p>Commissioner Phyllis Smith pointed to public reaction.</p><p>“What I find to be unsettling is you hear the rumble, you are not deaf,” she said. “You have been out in the public. You hear the rumble of the disdain of spending $3,000, not 30, not 300, but $3,000 on quite a luxury.</p><p>“That was something that maybe you should not have done and the public thinks you shouldn’t have done so pay it. Just pay it and be done with this conversation.”</p><p>Commissioner Jay Chernoff said the issue comes down to policy.</p><p>“We, as commissioners and mayor, know the policy of travel. The policy of travel is to travel in the middle, in coach, not in first class,” he said. “You paid it out of your pocket, I understand. You asked for it to be reimbursed. You should have said no. It was wrong.”</p><p>When Joseph questioned that, Chernoff responded, “Technically you have,” later adding the issue is “not paying it back.”</p><p>Joseph said he initially paid for the upgrade himself.</p><p>“I myself used my Amex card to pay for the upgrade because of the long hours, 14-plus hours between Atlanta and Seoul,” he said. “I paid that up front.”</p><p>Joseph said the reimbursement came later after being told it might qualify.</p><p>“Then finance tells my aide because it’s a 14-hour flight you can possibly get this reimbursed,” he said. “I’m like whatever, here are the receipts. I get reimbursed.”</p><h3>Law and policy at issue</h3><p>Florida law does not explicitly require officials to choose the absolute cheapest airfare, but it does require travel expenses to be authorized, necessary, and reasonable under Florida Statute 112.061.</p><p>City policy goes further, requiring the use of the most economical travel options and placing the cost of upgrades for personal convenience on the traveler.</p><p>Commissioners said the upgrade was never approved and should not have been submitted for reimbursement.</p><h3>Questions about the trip</h3><p>Commissioner Lynn Su said more than $9,000 in taxpayer funds were spent, but she still does not know what was accomplished.</p><p>“We don’t have a new sister city. We don’t know what the mayor did while he was in Japan,” Su said, calling the upgrade “excessive luxury under the taxpayers dime.”</p><h3>Ongoing investigation</h3><p>Joseph confirmed during the meeting that he is under investigation, though details have not been publicly released.</p><p>“This is related to that investigation,” he said.</p><p>According to <a href="https://www.miamitimesonline.com/news/local/north-miami-beach-mayor-demands-release-of-investigation-records/article_f529073c-626e-44c8-9159-9108ce2112e5.html" target="_self" rel="" title="https://www.miamitimesonline.com/news/local/north-miami-beach-mayor-demands-release-of-investigation-records/article_f529073c-626e-44c8-9159-9108ce2112e5.html">reporting</a> by the Miami Times, an interim investigative report commissioned by the city includes allegations from employees accusing the mayor of bypassing government procedures and attempting to influence procurement decisions.</p><p>That report has been referred to the Miami-Dade State Attorney’s Office and the Florida Commission on Ethics for further review, and the matter is also being examined by the Miami-Dade Sheriff’s Office Public Corruption Unit, according to the same report.</p><p>Joseph has denied the allegations and has pushed for the release of supporting documents, arguing the lack of transparency undermines public trust.</p><p>Joseph said he intends to repay the money.</p><p>“I have no issues, let me be very clear, paying though,” he said.</p><p>He later indicated repayment would be made by the end of the month.</p><p>Commissioners voted to table the reprimand resolution until then, but made clear their position that the reimbursement was improper and should already have been returned.</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/WIZMB4EAPRAJTOE3GZES4H3A3A.png?auth=0251cf51f5f11e50422f628c6dcb7c53344ce9f19c4bc1c30945270e78fc5b62&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[File photo of North Miami Beach Mayor Michael Joseph.]]></media:description></media:content></item><item><title><![CDATA[Comisionados de North Miami Beach exigen que alcalde devuelva $3,000 USD por mejora de viaje y consideran reprimenda]]></title><link>https://www.local10.com/espanol/2026/04/23/comisionados-de-north-miami-beach-exigen-que-alcalde-devuelva-3000-usd-por-mejora-de-viaje-y-consideran-reprimenda/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/comisionados-de-north-miami-beach-exigen-que-alcalde-devuelva-3000-usd-por-mejora-de-viaje-y-consideran-reprimenda/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Los comisionados de North Miami Beach exigen el reembolso al alcalde Michael Joseph y estaban preparados para reprenderlo formalmente por una mejora de viaje financiada con los impuestos de los contribuyentes que, según ellos, nunca debería haber sido reembolsada.]]></description><pubDate>Thu, 23 Apr 2026 21:10:04 +0000</pubDate><content:encoded><![CDATA[<p>Los comisionados de North Miami Beach están exigiendo el reembolso al alcalde Michael Joseph y estaban preparados para reprenderlo formalmente por una mejora de viaje financiada con dinero de los contribuyentes que, según dicen, nunca debió ser reembolsada.</p><p>La disputa se centra en un reembolso de $3,001.90 USD relacionado con una mejora a clase ejecutiva durante un viaje del 14 al 19 de septiembre de 2025 a Japón por un programa de Ciudades Hermanas.</p><p>Registros de la ciudad muestran que el reembolso se emitió el 4 de diciembre de 2025, pero una revisión interna posterior encontró que el gasto estaba fuera de los parámetros de la ley de Florida y la política de la ciudad que rige los gastos de viaje, según una carta enviada al alcalde.</p><p>En esa carta del 1 de abril, la ciudad exigió el reembolso dentro de 30 días hábiles, indicando que la mejora no estaba autorizada y debía ser cubierta personalmente.</p><p>Para la <a href="https://citynmb.granicus.com/player/clip/1895?view_id=1&amp;redirect=true" target="_blank" rel="noreferrer" title="https://citynmb.granicus.com/player/clip/1895?view_id=1&amp;redirect=true">reunión de la comisión del 21 de abril</a> en North Miami Beach, el dinero aún no había sido devuelto, lo que llevó a la vicealcaldesa Fortuna Smukler a presentar una resolución para reprender al alcalde.</p><p>“Presenté esto porque la ciudad ha estado pidiendo, y voy a redondearlo a 10 centavos, $3,002 USD por una mejora de viaje que nunca fue aprobada cuando se aprobó el viaje a Japón. No es algo que la ciudad haya hecho nunca, al menos que yo sepa, nunca se había hecho en el pasado”, dijo Smukler.</p><p>Ella presionó directamente al alcalde.</p><p>“Entonces, alcalde Joseph, ¿va a devolver este dinero o esto es…?”</p><p>Joseph dijo que no se opone al reembolso, pero objetó la forma en que se está manejando el asunto.</p><p>“Bueno, la solicitud se hizo el primero de abril. Luego usted hizo esta resolución para hoy por 30 días hábiles. Esto está relacionado con esa investigación. Le di esa solicitud inicial a mi abogado, quien dijo que esto puede tener implicaciones adicionales.”</p><p>Añadió que no quería que el reembolso se viera como una admisión de culpa.</p><p>“No tengo problema en poner el dinero en depósito en garantía porque no tengo problema con eso, pero lo que no quiero es que parezca que estoy admitiendo algo que sé que no hice”, dijo.</p><p>Joseph también cuestionó cualquier sugerencia de que se negó a pagar.</p><p>“La carta dice que me negué a pagar, pero eso ni siquiera ha ocurrido”, dijo.</p><p>Los comisionados dejaron claro que creen que el reembolso ya debería haberse realizado.</p><p>“El punto es que no deberíamos tener que pedírselo, usted simplemente debería devolverlo”, dijo Smukler. “Independientemente, no importa el resultado. El dinero aún tiene que regresar a nosotros.</p><p>“De cualquier manera el dinero pertenece a la ciudad de North Miami Beach. De cualquier manera el dinero es nuestro. Eso es todo.”</p><p>La comisionada Phyllis Smith señaló la reacción pública.</p><p>“Lo que encuentro inquietante es que se escucha el murmullo, usted no es sordo”, dijo. “Ha estado en público. Escucha el murmullo del descontento por gastar $3,000 USD, no 30, no 300, sino $3,000 USD en un lujo.</p><p>“Eso fue algo que tal vez no debió hacer y el público cree que no debió hacerlo, así que páguelo. Simplemente páguelo y terminemos con esta conversación.”</p><p>El comisionado Jay Chernoff dijo que el tema se reduce a la política.</p><p>“Nosotros, como comisionados y alcalde, conocemos la política de viajes. La política de viajes es viajar en clase económica, no en primera clase”, dijo. “Usted lo pagó de su bolsillo, lo entiendo. Solicitó el reembolso. Debió haber dicho que no. Estuvo mal.”</p><p>Cuando Joseph cuestionó eso, Chernoff respondió: “Técnicamente lo ha hecho”, y luego añadió que el tema es “no devolverlo”.</p><p>Joseph dijo que inicialmente pagó la mejora él mismo.</p><p>“Yo mismo usé mi tarjeta Amex para pagar la mejora por las largas horas, más de 14 horas entre Atlanta y Seúl”, dijo. “Yo lo pagué por adelantado.”</p><p>Joseph dijo que el reembolso llegó después de que le dijeron que podría calificar.</p><p>“Luego finanzas le dice a mi asistente que, como es un vuelo de 14 horas, posiblemente puede ser reembolsado”, dijo. “Yo dije, como sea, aquí están los recibos. Me reembolsan.”</p><h3>Ley y política en cuestión</h3><p>La ley de Florida no exige explícitamente que los funcionarios elijan el pasaje aéreo más barato, pero sí requiere que los gastos de viaje sean autorizados, necesarios y razonables bajo el Estatuto de Florida 112.061.</p><p>La política de la ciudad va más allá, exigiendo el uso de las opciones de viaje más económicas y colocando el costo de mejoras por conveniencia personal en el viajero.</p><p>Los comisionados dijeron que la mejora nunca fue aprobada y no debió presentarse para reembolso.</p><h3>Preguntas sobre el viaje</h3><p>La comisionada Lynn Su dijo que se gastaron más de $9,000 USD de fondos públicos, pero aún no sabe qué se logró.</p><p>“No tenemos una nueva ciudad hermana. No sabemos qué hizo el alcalde mientras estaba en Japón”, dijo Su, calificando la mejora como “lujo excesivo a costa de los contribuyentes”.</p><h3>Investigación en curso</h3><p>Joseph confirmó durante la reunión que está bajo investigación, aunque los detalles no se han hecho públicos.</p><p>“Esto está relacionado con esa investigación”, dijo.</p><p><a href="https://www.miamitimesonline.com/news/local/north-miami-beach-mayor-demands-release-of-investigation-records/article_f529073c-626e-44c8-9159-9108ce2112e5.html" target="_blank" rel="noreferrer" title="https://www.miamitimesonline.com/news/local/north-miami-beach-mayor-demands-release-of-investigation-records/article_f529073c-626e-44c8-9159-9108ce2112e5.html">Según reportes</a> del Miami Times, un informe investigativo provisional encargado por la ciudad incluye acusaciones de empleados que acusan al alcalde de eludir procedimientos gubernamentales e intentar influir en decisiones de contratación.</p><p>Ese informe ha sido remitido a la Fiscalía Estatal de Miami-Dade y a la Comisión de Ética de Florida para una revisión adicional, y el asunto también está siendo examinado por la Unidad de Corrupción Pública de la Oficina del Sheriff de Miami-Dade, según el mismo reporte.</p><p>Joseph ha negado las acusaciones y ha pedido la publicación de documentos de respaldo, argumentando que la falta de transparencia socava la confianza pública.</p><p>Joseph dijo que tiene la intención de devolver el dinero.</p><p>“No tengo problema, déjenme ser muy claro, en pagar”, dijo.</p><p>Posteriormente indicó que el reembolso se realizaría antes de fin de mes.</p><p>Los comisionados votaron aplazar la resolución de reprimenda hasta entonces, pero dejaron claro su postura de que el reembolso fue inapropiado y ya debería haber sido devuelto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WIZMB4EAPRAJTOE3GZES4H3A3A.png?auth=0251cf51f5f11e50422f628c6dcb7c53344ce9f19c4bc1c30945270e78fc5b62&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[File photo of North Miami Beach Mayor Michael Joseph.]]></media:description></media:content></item><item><title><![CDATA[Bucks are finalizing a deal with Taylor Jenkins to take over as coach, AP source says]]></title><link>https://www.local10.com/sports/2026/04/23/bucks-are-finalizing-a-deal-with-taylor-jenkins-to-take-over-as-coach-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/23/bucks-are-finalizing-a-deal-with-taylor-jenkins-to-take-over-as-coach-ap-source-says/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 01:52:38 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — The Milwaukee Bucks are finalizing a deal with Taylor Jenkins to fill their head-coaching position that became vacant after Doc Rivers’ departure, a person familiar with the situation told The Associated Press on Thursday.</p><p>The person spoke to the AP on the condition of anonymity because no hire had been announced. ESPN first reported that the Bucks were finalizing a deal with Jenkins.</p><p>Jenkins coached the Memphis Grizzlies from 2019-25 and posted a 250-214 record that included three straight playoff appearances from 2021-23. The Grizzlies fired him with nine games left in the 2024-25 season and went on to get swept by eventual champion Oklahoma City in the first round of that year’s playoffs.</p><p>This would represent a return to Milwaukee for Jenkins, who was an assistant coach on Mike Budenholzer’s staff during the 2018-19 season. The Bucks posted an NBA-best 60-22 record that season before blowing a 2-0 lead in the Eastern Conference finals to the eventual champion Toronto Raptors.</p><p>Jenkins would be taking over a Bucks team that is entering a critical summer after going 32-50 this season, ending a streak of nine straight playoff appearances.</p><p>The Bucks announced Rivers’ departure as coach on April 13, the day after their season ended. The 64-year-old Rivers had mentioned during the final stages of the season that he wanted to spend more time with his grandchildren.</p><p>Rivers went 97-103 in 2 1/2 seasons with the Bucks. He owns a 1,194-866 overall record and ranks sixth in NBA career coaching wins.</p><p>Milwaukee’s main offseason concern regards the future of two-time MVP Giannis Antetokounmpo, who has spent his entire 13-season NBA career with the Bucks.</p><p>Antetokounmpo, 31, is eligible to become a free agent after next season if he doesn’t sign a four-year, $275 million contract extension in October. Or the Bucks could trade him beforehand if they don’t believe he will sign that extension.</p><p>Antetokounmpo was asked after the Bucks’ season finale whether he’d sign an extension.</p><p>“It’s something I have to sit down with my family and see what’s best for me, what’s best for my family,” he replied.</p><p>By the end of the season, Antetokounmpo and the Bucks were at odds over the nine-time All-NBA forward's health status. Antetokounmpo played a career-low 36 games this season.</p><p>Antetokounmpo said late in the season that he wanted to play and was healthy enough to do so, while the Bucks were ruling him out due to a left knee hyperextension and bone bruise. The NBA was investigating the matter.</p><p>Jenkins worked with Antetokounmpo during his earlier stint with the Bucks. He had been on Budenholzer's staffs both in Atlanta and Milwaukee before the Grizzlies hired him in 2019, the same year they selected Ja Morant with the No. 2 overall pick in the draft.</p><p>Memphis reached the second round of the playoffs under Jenkins in 2022 and lost in the first round in 2021 and 2023. Jenkins' 250 career coaching wins with the Grizzlies are the most in franchise history.</p><p>___</p><p>AP Pro Basketball Writer Tim Reynolds contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2FGWJLOVHCPE75JM4HXSQQPZEI.jpg?auth=00914b4e86fc5da13628e7766777edc2619c23290021795ca262c457a5e54705&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Memphis Grizzlies head coach Taylor Jenkins instructs his team in the second half of an NBA basketball game against the Philadelphia 76ers Saturday, April 6, 2024, in Memphis, Tenn. (AP Photo/Nikki Boertman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nikki Boertman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z2HXFTSD4YJMBNUB2Y5S2MTTD4.jpg?auth=3d5bbd69709c1c2285b0de0e9dd9e165ceaa24b5a8a708871b55e7845e55c72a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Memphis Grizzlies head coach Taylor Jenkins calls a play against the Utah Jazz during the second half of an NBA basketball game, Wednesday, Oct. 23, 2024, in Salt Lake City. (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/DOZTSIWKBSX4KVTVYBNOPBLU3M.jpg?auth=1ea013e0cc506f7cec4891a6e519036771cdc5b1aab4ef092d5c7bea2ed3a3fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Memphis Grizzlies head coach Taylor Jenkins calls to players in the first half of an Emirates NBA Cup basketball game against the Denver Nuggets Tuesday, Nov. 19, 2024, in Memphis, Tenn. (AP Photo/Brandon Dill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brandon Dill</media:credit></media:content></item><item><title><![CDATA[Marlins DFA outfielder Austin Slater ]]></title><link>https://www.local10.com/sports/local/2026/04/23/marlins-dfa-outfielder-austin-slater/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/23/marlins-dfa-outfielder-austin-slater/</guid><dc:creator><![CDATA[Brandon Liguori]]></dc:creator><description><![CDATA[Before the Miami Marlins embark on a six-game West Coast trip, Craig Mish of Marlins.TV reported Wednesday that outfielder Austin Slater has been designated for assignment.]]></description><pubDate>Thu, 23 Apr 2026 19:40:16 +0000</pubDate><content:encoded><![CDATA[<p>Before the Miami Marlins embark on a six-game West Coast trip, <a href="https://x.com/CraigMish/status/2047088956496384356" target="_blank" rel="noreferrer" title="https://x.com/CraigMish/status/2047088956496384356">Craig Mish of Marlins.TV reported</a> Wednesday that outfielder Austin Slater has been designated for assignment.</p><p>The Marlins signed Slater, 33, on March 25 to a one-year, $1 million contract, two days before the club opened its season at loanDepot park against the Colorado Rockies.</p><p>It was a disappointing showing for the veteran, who finished his tenure with the Marlins with a .174 average, four hits in 23 plate appearances - all singles - four walks and one RBI in 12 games.</p><p>Slater is expected to clear waivers and, because of his MLB service time, has the right to reject an outright assignment to the minor leagues and become a free agent.</p><p>With no minor league options remaining, the Marlins decided it was best to move on, allowing the club to open a roster spot for outfielder Esteury Ruiz (oblique), who has been on the injured list and has yet to play this season.</p><p>Sources say Ruiz will join the club in San Francisco, where the Marlins open a three-game weekend series Friday at 10:15 p.m. ET against the Giants.</p><p>The Marlins officially made both moves <a href="https://x.com/Marlins/status/2047405560006328709/photo/1" target="_self" rel="" title="https://x.com/Marlins/status/2047405560006328709/photo/1">Thursday afternoon</a>.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5LBGQ5JI65CRFK6G6B764DUQ2Y.JPG?auth=3f0c2309c8d78d0f93d68dc27b710799ca912fdee5c57f5ef3dc22cd6955d511&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Apr 5, 2026; Bronx, New York, USA; Miami Marlins left fielder Austin Slater (15) scores a run on a RBI single by second baseman Otto Lopez (not pictured) \during the first inning against the New York Yankees at Yankee Stadium. Mandatory Credit: John Jones-Imagn Images]]></media:description><media:credit role="author" scheme="urn:ebu">John Jones</media:credit></media:content></item><item><title><![CDATA[Republican proposes giving Democratic-leaning part of Virginia back to DC after redistricting vote]]></title><link>https://www.local10.com/news/politics/2026/04/23/republican-proposes-giving-democratic-leaning-part-of-virginia-back-to-dc-after-redistricting-vote/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/23/republican-proposes-giving-democratic-leaning-part-of-virginia-back-to-dc-after-redistricting-vote/</guid><dc:creator><![CDATA[By JESSE BEDAYN and MIKE CATALINI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 20:39:29 +0000</pubDate><content:encoded><![CDATA[<p>Virginia's redistricting referendum, which could net Democrats a 10-1 House seat advantage, is spurring Republican legislation that would expand the borders of Washington, D.C., and cost the state Democratic voters.</p><p>Georgia Republican Rep. Rich McCormick said Thursday he introduced the Make DC Square Again Act, a bill that would undo the 19th century return of the southwestern part of the district to the state of Virginia, known as retrocession.</p><p>“The Make DC Square Again Act restores the original ten-mile-square District and ends the artificial advantage Virginia Democrats have recently gained from all the federal bureaucrats moving into Virginia," McCormick said in a statement.</p><p>The measure's prospects are unlikely in a Congress that can barely keep the lights on. But it's the latest partisan salvo in an effort to gain the upper hand in the closely divided House ahead of this year's contested midterms elections.</p><p>Proponents of statehood for the federal district are critical of the measure, saying it shows how Washington can be used as a “political football.”</p><p>“The residents of the district are not fully participating in the democracy of this country because we are not allowed to,” said Alicia Yass, advocacy director at the American Civil Liberties Union of D.C. “Bills like this that mess around with the district just show how important it is for D.C. to have the full benefits and rights of a democracy.”</p><p>Critics of Virginia’s referendum are calling on President Donald Trump to issue an executive order declaring the pre-Civil War return of Alexandria and Arlington to Virginia unconstitutional.</p><p>“This order would be on better legal footing than many of President Joe Biden ’s most egregious orders,” former Trump Justice Department chief of staff Chad R. Mizelle wrote in a Fox News opinion article.</p><p>Here's a closer look at the issue.</p><p>What even is this? Retro-retrocession?</p><p>Retrocession refers to the reincorporation into Virginia of the land it gave for the federal capital. Beginning in 1846, Congress voted to allow 31 square miles (80 square kilometers) of the District of Columbia to return to Virginia. That included the City of Alexandria and the areas that now include the Pentagon and Arlington National Cemetery.</p><p>Virginia and Maryland had given over the land decades before to form the nation’s capital, but resident's rumblings over a trailing local economy and fears that Congress would ban slavery in the district fueled the return to Virginia in 1847, according to the City of Alexandria. Virginia would go on to secede from the United States, with the Confederacy’s capital in Richmond.</p><p>The discussion over reversing retrocession has kept up in the decades since. Proponents argue that Congress never had the power to cede back the land and that the local referendum failed to meet the voting requirements outlined by Congress for retrocession.</p><p>Whether Congress could vote to bring parts of Virginia back into the federal district isn't clear. George Derek Musgrove, an associate professor of history at the University of Maryland Baltimore County, was skeptical of McCormick's effort because the congressman said the measure stemmed from the results of the Virginia referendum, which could benefit Democrats.</p><p>“It’s not even a retrocession bill. It’s really a Virginia voter suppression bill,” he said.</p><p>The text of the measure wasn't immediately available.</p><p>Why does it matter now?</p><p>The area holds the separate municipalities of the City of Alexandria and Arlington County, which are packed with Democratic voters. In the 2024 presidential election in both places, Democratic candidate Kamala Harris won 77% of the votes cast, with Donald Trump pulling only about 20%.</p><p>The region's blue voters helped bolster Virginia's redistricting referendum, approved by voters Tuesday to boost Democrats' chances of winning four additional seats in the U.S. House. But if the entire area was ceded back to the District of Columbia, the electoral advantage in the new districts would be dulled and new districts would be drawn in light of the state's shrunken footprint.</p><p>The region's approximately 400,000 residents would also likely lose full representation in both the U.S. Senate and House.</p><p>Other possible pathways</p><p>McCormick's legislation invokes making the district “square” again and refers to how the boundaries would look on the map if they're restored. It's not the only proposal out there.</p><p>The American Capital Project, a little-known group that advocates for the land to be returned to the District of Columbia, says the path forward is through a presidential executive order declaring the original law void. That would eventually push the question in front of the U.S. Supreme Court, forcing it to rule on the legality of the original law.</p><p>It's unclear who funds or manages the American Capital Project. Its website does not list any contact information nor the names of the people or groups behind it.</p><p>There have also been efforts, pushed by Democrats, to grant the district statehood. In 2021, the Democrat-led House passed such a bill, but it did not advance out of the Senate. At the time some Senate Republicans suggested returning the current district to Maryland as a way to give voters their a chance for full representation in Congress.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3HPGKSQWNGTOOM2U3URE6UCOYA.jpg?auth=145bbffd5938dad63467f6cce8328eabbdce9302c8f2186cbfd04b6d3300590f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A truck passes political signs outside a polling place at Good Shepherd Catholic Church in South Hill, Va., on Tuesday, April 21, 2026. (AP Photo/Allen G. Breed)]]></media:description><media:credit role="author" scheme="urn:ebu">Allen G. Breed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WTAVVUIHRH6O6HFL473UMY6CPQ.jpg?auth=077c25c13146c56af2c98058446cd73774a303e65066a67fe61d860664199061&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists are seen visiting near the Lincoln Memorial, Thursday, April 23, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[Trump considers a taxpayer takeover of Spirit Airlines and would aim to resell carrier]]></title><link>https://www.local10.com/news/florida/2026/04/23/trump-considers-a-taxpayer-takeover-of-spirit-airlines-and-would-aim-to-resell-carrier/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/23/trump-considers-a-taxpayer-takeover-of-spirit-airlines-and-would-aim-to-resell-carrier/</guid><dc:creator><![CDATA[By MAE ANDERSON and AAMER MADHANI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 22:33:30 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — President Donald Trump said Thursday that he was weighing a taxpayer-funded takeover of Spirit Airlines with the intent of reselling the struggling budget carrier after oil prices drop.</p><p>The president confirmed his continued interest in offering Spirit a financial lifeline after a lawyer told a U.S. Bankruptcy Court that the airline was in advanced talks with the U.S. government on a financing deal that would allow Spirit to emerge from Chapter 11 protection.</p><p>“They have some good aircraft and good assets, and when the prices of oil goes down, we’ll sell it for a profit,” Trump said, speaking at an unrelated Oval Office event. “I’d love to be able to save those jobs. I’d love to be able to save an airline.”</p><p>Trump stoked speculation of a deal to save Spirit on Tuesday when he encouraged a buyer to rescue the airline and suggested the federal government could help keep it afloat.</p><p>The White House has attempted to blame Spirit’s predicament on the Biden administration, which in 2023 sued to stop JetBlue Airways from buying Spirit for $3.8 billion. A little more than a year before Trump replaced Joe Biden as president, a federal judge in Dallas blocked a proposed Spirit-JetBlue merger, saying it would drive up airfares for passengers.</p><p>Trump said he had “a smart person” in mind who could potentially run Spirit and that he believed the airline could get back on solid financial footing.</p><p>“And they have some very good slots too, which are pretty valuable,” the president added, referring to scheduled times allocated for airlines to take off or land at airports when demand exceeds available capacity.</p><p>Spirit has struggled with losses for years. The airline filed for Chapter 11 protection in November 2024 and again in August 2005. With the Iran war driving up jet fuel costs for all airlines, creditors earlier this month expressed doubts about Spirit’s ongoing viability, raising the possibility the airline recognized for its bright yellow planes would be forced to sell its assets and cease operating.</p><p>Before Trump's comments about the government buying the airline outright, Marshall Huebner, a lawyer with Davis Polk who is representing Spirit, said during a U.S. Bankruptcy Court hearing in New York that government financing would a reorganization possible and help Spirit be more competitive.</p><p>Details of a potential deal were shared with all three of the company’s primary creditor groups, Huebner said.</p><p>It was not immediately clear how a federal acquisition would differ from the terms that were under discussion. The size and terms of the financing aid were not shared publicly. The Wall Street Journal and Bloomberg, citing unnamed sources, both reported an amount of $500 million that would give the government an option to acquire a sizable stake in the airline, which has its headquarters in Florida.</p><p>Earlier this week, Transportation Secretary Sean Duffy voiced skepticism about the government stepping in to keep Spirit alive. In a CBS interview that aired Tuesday night, Duffy questioned whether a deal would set a broader precedent.</p><p>“Then who else comes to my door?” he said, referring to other airlines potentially requesting government aid. “The question will be, can we do anything to save Spirit and make it viable, or would we be putting good money into a company that inevitably is going to be liquidated?”</p><p>Several lawmakers, both Republican and Democrats, also balked at the idea of a bailout. Sen. Ted Cruz of Texas wrote on X on Wednesday that a deal for Spirit would be a “terrible idea.”</p><p>“If Spirit’s creditors or other potential investors don’t think they can run it profitably coming out of its second bankruptcy in under two years, I doubt the US Government can either,” Tom Cotton, a senator from Arkansas, posted. “Not the best use of taxpayer dollars.”</p><p>The union that represents the airline's pilots, on the other hand, voiced “strong support” for a rescue deal.</p><p>“Spirit is the reason so many Americans can afford to visit family, travel for work, or take a vacation,” said Capt. Ryan P. Muller, chair of the Spirit Airlines ALPA Master Executive Council. “When Spirit enters a market, fares go down.”</p><p>Spirit’s relatively young fleet has made it an attractive acquisition target. But previous buyout attempts from budget rivals like JetBlue and Frontier were unsuccessful both before and during Spirit’s first bankruptcy.</p><p>__</p><p>Madhani reported from Washington. AP writers Josh Boak in Washington and Rio Yamat in Las Vegas contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GAS62LFQT3JE25ZRHZ4L5CIG2E.jpg?auth=bb6f402fe1c9f1ce38419de1a3338c5ededbe074104cb95086304658f170cf75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The tail of a Spirit Airlines Airbus A320 is shown as the plane prepares to take off from Fort Lauderdale-Hollywood International Airport, Jan. 19, 2021, in Fort Lauderdale, Fla. (AP Photo/Wilfredo Lee, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Wilfredo Lee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W3BBOA7NOYK6IZMW7M7TE3AFWE.jpg?auth=72930f2284cc71daccc0f281c7a974b916aee34728445268976c09cd2cd542f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks as Secretary of State Marco Rubio, right, and Vice President JD Vance listen in the Oval Office at 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><media:content url="https://www.local10.com/resizer/v2/O26YZOY76WY7OPGGJ22JO7BFYM.jpg?auth=6455ffe30144c3446d2656e147ea150a1fa5fefdb58487cdae9dae77dfc3b24f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a meeting between the ambassadors of Israel and Lebanon in the Oval Office at 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[Offshore wind farms take shape along Rhode Island's coast, even as Trump wants to stop them]]></title><link>https://www.local10.com/news/2026/04/23/offshore-wind-farms-take-shape-along-rhode-islands-coast-even-as-trump-wants-to-stop-them/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/23/offshore-wind-farms-take-shape-along-rhode-islands-coast-even-as-trump-wants-to-stop-them/</guid><dc:creator><![CDATA[By JENNIFER McDERMOTT, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 21:45:19 +0000</pubDate><content:encoded><![CDATA[<p>OFF THE COAST OF RHODE ISLAND (AP) — Offshore wind turbines roughly three times the height of the Statue of Liberty were spinning far off the coast of Rhode Island on Thursday, sending clean electricity to the region.</p><p>Wind farms are taking shape and operating along the East Coast, even as President Donald Trump seeks to end the U.S. offshore wind industry. He often talks about his hatred of wind power and calls turbines ugly.</p><p>The Associated Press traveled roughly 100 miles (161 kilometers) and saw three of the five wind farms in the area. Two of the five are fully operational, two are nearly done, and one is about halfway built.</p><p>The first turbines from the Revolution Wind project were clearly visible from about 5 nautical miles away, and can be seen from farther away on clear days. They stretched across the horizon, massive structures evenly spaced in rows, some spinning in the light winds.</p><p>The enormity of the turbines was evident from even a mile out.</p><p>Wind farms under construction</p><p>Revolution Wind and Sunrise Wind are offshore wind projects being built to power about 1 million homes across Rhode Island, Connecticut and New York.</p><p>It took about an hour and a half to reach the Revolution Wind site, more than 15 miles (24 kilometers) south of the Rhode Island coast.</p><p>Some of the blades started to turn as the early morning winds picked up. Workers were inside the central hub of the wind farm, a large gray substation.</p><p>Revolution Wind is more than 90% complete. It recently began delivering power to New England’s grid, and it’s on track to be completed this year.</p><p>Nearby at Sunrise Wind, construction is nearly 50% complete. Orsted is developing both projects. Sunrise Wind is a mix of installed turbines and empty yellow foundations that still await their towers and blades. A vessel with giant cranes to install the offshore wind components was parked nearby.</p><p>The tip of a spinning turbine appeared to touch the clouds.</p><p>The first large U.S. offshore wind farm</p><p>The first large U.S. offshore wind farm to open, South Fork Wind, borders the Revolution Wind site.</p><p>Now in its second year of operating commercially, its 12 turbines can send enough power to New York for more than 70,000 homes.</p><p>A ship that serves as a floating home base for technicians working on wind farms was next to one of the turbines on Thursday. The technicians had used the ship's gangway to walk onto the turbine and stood at its base, or foundation.</p><p>When South Fork opened in 2024, Biden administration officials said it was just the beginning — major new wind farms would dot U.S. coastlines to confront climate change, create jobs and accelerate the nation’s transition to clean energy.</p><p>Less than a year later, Trump returned to office and ordered a temporary halt to leasing and permitting for wind energy projects. His administration has paused work wind farms under construction, arranged a $1 billion payout to a French energy company to walk away from U.S. offshore wind development and added an extra layer of review for wind and solar projects. Federal judges have struck down some of his orders blocking wind energy development, including a ruling Tuesday stopping the administration from implementing some of the policies slowing the development of clean energy.</p><p>At the same time wind energy is being held back, the demand for electricity in the United States is skyrocketing and there are limited options in land-constrained coastal states for new, large energy projects in the next few years, which drives up utility bills, said Hillary Bright, executive director of the offshore wind advocacy group Turn Forward.</p><p>“These energy policies are really hitting people at home, in their pocketbooks,” she said. “Offshore wind ultimately can be a part of that solution.”</p><p>The first five turbines</p><p>The closest site to the coast is the Block Island Wind Farm. It's in state waters near Block Island, Rhode Island.</p><p>These five turbines began spinning in 2016, making this the first offshore wind farm in the United States. Its turbines are shorter than those installed at successive projects, but still look enormous up close. They replaced polluting diesel generators that were powering Block Island.</p><p>The first wind farm to finish construction during Trump's tenure</p><p>Construction finished on Vineyard Wind in March. It was the first wind farm to reach this stage during Trump’s time in office.</p><p>It is expected to reach full operations in the coming months, to power over 400,000 Massachusetts homes and businesses.</p><p>There are two other major U.S. offshore wind farms under construction: a New York offshore wind project, Empire Wind, and a Virginia offshore wind project, Coastal Virginia Offshore Wind.</p><p>“This is a major commercial industry in the United States of America," Jason Grumet, CEO of the American Clean Power Association, said in an interview. “Whether the president is enthusiastic about it or not, we have massive energy projects that are either bringing power to the grid or near completion.”</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/3HRRN7LI4HWQK7KXGN4BZIMNSM.jpg?auth=f46fc7baa595c51691420834d5f813d04936fff1a56a4be78259dc38e7a95d89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turbines are visible at Sunrise Wind offshore wind farm that is under construction off the coast of Montauk Point, New York, Thursday, April 23, 2026. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QWMNJZNV4QTCNMUCC32POHNPOM.jpg?auth=a9da2abd0c410f66e03b0fccf6884fca20a04638d1d13ae9c669df10cbaa79db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Revolution Wind central hub or substation for the offshore wind farm is visible Thursday, April 23, 2026, off the coast of Rhode Island. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X64PV4BNZUXIOQG6DZE4T4RZLI.jpg?auth=7584a41e74a75b44a31c4a62b0a70f2b085707b4b1c3562103edd93c0341a34d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turbines operate at South Fork Wind offshore wind farm off the coast of Block Island, R.I., Thursday, April 23, 2026. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C364N2SP7Y37GUCII22JWZGZQY.jpg?auth=8def386af895398546bbdb7051192b614240a654f33107af6413eb1a30b588ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A wind turbine base is visible at Sunrise Wind offshore wind farm that is under construction off the coast of Montauk Point, New York, Thursday, April 23, 2026. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XDQJV4Z7APOI7GPZK4TGAFNAOQ.jpg?auth=ae1953c2cf009823c1511b509a2ba09096f12c9befeb6926f5af30bd512b1e52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People work on a turbine near an Orsted boat at South Fork Wind offshore wind farm off the coast of Block Island, R.I., Thursday, April 23, 2026. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YAE5HRGDW2PUZ3BU3NHHOOWH7E.jpg?auth=3114a2f9ff6ee1ec0e00214adee57a9053b2acd9d4e1b490f7719cef505af7c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People work on a turbine at South Fork Wind offshore wind farm off the coast of Block Island, R.I., Thursday, April 23, 2026. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NL6UZCAI47XIFE63FV6TMTW2BA.jpg?auth=84f60127f45ec868cb4f754b19f8779855e5edd23fa068d41f7a11743e84a271&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turbines operate at South Fork Wind offshore wind farm off the coast of Block Island, R.I., Thursday, April 23, 2026. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XGYYFUAVAYNO4JPYGSFORDNX2E.jpg?auth=b486b61ff0faefdfbafd75a33d6c5852f68a28bf0c980a626092aa75fe787634&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vessel is visible near Sunrise Wind offshore wind farm that is under construction off the coast of Montauk Point, New York, Thursday, April 23, 2026. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ULOCLSJ3V3XWRIPN6CLGDXU3YU.jpg?auth=9316fe2941d0f1f88acf418cd3ff2880575db4f5d599b6c0794e27757de77e7a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turbine bases are visible at Sunrise Wind offshore wind farm that is under construction off the coast of Montauk Point, New York, Thursday, April 23, 2026. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H36R6AP5CS5DVVPRV5ZCBHB5U4.jpg?auth=34122db2bfe442de1e2bf2b5a4722e8f7ca11f9ef1215e7560d42f4fe0df6bf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A bird flies near turbines at Revolution Wind offshore wind farm off the coast of Rhode Island, Thursday, April 23, 2026. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item><item><title><![CDATA[April 23: Showers linger tonight; warmer weekend ahead, first 90s expected next week]]></title><link>https://www.local10.com/weather/2026/04/23/april-23-showers-linger-tonight-warmer-weekend-ahead-first-90s-expected-next-week/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/23/april-23-showers-linger-tonight-warmer-weekend-ahead-first-90s-expected-next-week/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[It has been a gloomy day with showers off the Atlantic at times. A few sprinkles or light showers will continue in spots this evening. A separate disturbance in the Gulf will push our way tomorrow. ]]></description><pubDate>Thu, 23 Apr 2026 19:54:24 +0000</pubDate><content:encoded><![CDATA[<p>It has been a gloomy day with showers off the Atlantic at times. A few sprinkles or light showers will continue in spots this evening. A separate disturbance in the Gulf will push our way tomorrow. </p><p>Majority of it will miss South Florida to the south, but we still expect some spotty showers moving through. This means the Keys will have the highest chance of rain and some of the downpours could be heavy there.</p><p>Only a few showers will be around for the weekend with temperatures noticeably warmer in the middle 80s. This warming trend will continue into next week with our first 90s in the forecast.</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[Broward man back in jail for recording woman in dressing room, cops say ]]></title><link>https://www.local10.com/news/local/2026/04/23/broward-man-back-in-jail-for-recording-woman-in-dressing-room-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/broward-man-back-in-jail-for-recording-woman-in-dressing-room-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 27-year-old Pembroke Pines man is back behind bars on the same charge for the second time in four months after Plantation police said at least two women reported that he recorded them inside dressing rooms.]]></description><pubDate>Thu, 23 Apr 2026 18:05:19 +0000</pubDate><content:encoded><![CDATA[<p>A 27-year-old Pembroke Pines man is back behind bars on the same charge for the second time in four months after Plantation police said at least two women reported that he recorded them inside dressing rooms.</p><p>Police said they responded to the Macy’s at Broward Mall, located at 8000 W. Broward Blvd., on April 9 after receiving reports of an unknown suspect allegedly recording a woman inside a fitting room.</p><p>Investigators said CCTV footage showed Derrick Jordan Wright Jr. walking away from the dressing room area and exiting the store around 4:40 p.m.</p><p>The victim told police she was inside a changing room when she noticed a man, who police identified as Wright, recording her over the top of the partition. </p><p>She said she attempted to confront Wright, who was in an adjacent dressing room, but he denied the allegation and left the store, according to the report. </p><p>Investigators added that Wright had previously been arrested in Plantation for “the same behavior.”</p><p>The report states the victim later met with police and identified Wright in a photo lineup.</p><p>In a prior case <a href="https://www.local10.com/news/local/2025/12/23/man-accused-of-recording-woman-in-fitting-room-then-showing-her-video-at-plantation-kohls/" target="_self" rel="" title="https://www.local10.com/news/local/2025/12/23/man-accused-of-recording-woman-in-fitting-room-then-showing-her-video-at-plantation-kohls/">reported in December 2025</a>, Wright was arrested after Plantation police said he secretly recorded a woman inside a fitting room at a Kohl’s store, later allegedly showing her a video and fleeing before being tracked down and taken into custody.</p><p>Jail records show he is facing one count of digital voyeurism of a victim 19 years or older. </p><p>As of Thursday, Wright was being held at the Broward County Main Jail on a $15,000 bond under conditions that prohibit contact with the victim, bar him from returning to the incident location, and prevent him from possessing or using any recording devices.</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/SAGXSROGE5HNZD4O2PRZ74HF6I.jpg?auth=8095c214d45e87975cca3506ce84e40287fd84c588da7d99c0149a25949c079f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Cuban diplomat denies that releasing political prisoners is part of US negotiations]]></title><link>https://www.local10.com/news/politics/2026/04/23/cuban-diplomat-denies-that-releasing-political-prisoners-is-part-of-us-negotiations/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/23/cuban-diplomat-denies-that-releasing-political-prisoners-is-part-of-us-negotiations/</guid><dc:creator><![CDATA[By FARNOUSH AMIRI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 20:49:38 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — Havana will not abide by any American “ultimatums” to release political prisoners as part of new talks, a Cuban diplomat said Thursday, while asserting that leaders are “preparing for all scenarios” if U.S. President Donald Trump makes good on threats to intervene in the island nation.</p><p>In an interview with The Associated Press, Cuban Ambassador to the U.N. Ernesto Soberón Guzmán said internal issues regarding detainees “are not on the negotiating table.” The release of political prisoners was a key U.S. demand as the longtime adversaries held discussions in Cuba this month for the first time in a decade.</p><p>“We have our legal system, like here in the U.S., they have their legal system,” he said. “So we have to respect both of our internal affairs.”</p><p>In response, the State Department said in a statement that the administration remains “committed to the release of all political prisoners.”</p><p>“The Cuban regime should stop playing games as direct talks are occurring. They have a small window to make a deal,” the statement continued.</p><p>An American delegation arrived for secret meetings in Havana on April 10 in a diplomatic push to urge Cuba to make major changes to its economy and political governance or face continued economic pressure and potentially risk U.S. military escalation. Neither side has named who took part, but Guzmán said it was at the undersecretary of state level for the Americans and deputy foreign minister level for the Cubans.</p><p>Despite the recent revival in diplomatic relations, tensions between the two countries have steadily increased in the last few months over a U.S. energy blockade that has further strained economic and other crises in the Caribbean country.</p><p>Trump has threatened tariffs on any country that sells or supplies oil to Cuba and said the U.S. might have “the honor of taking Cuba” following military operations in Venezuela and Iran. The State Department did not immediately respond to requests for comment on Guzmán's remarks.</p><p>The blockade, coupled with the island’s severe water and power shortages, has deepened poverty and increased hunger across Cuba as severe blackouts persist.</p><p>In late March, a Russian tanker carrying 730,000 barrels became the first fuel shipment Cuba had received in three months. Guzmán said that the shipment has been able to fulfill only a fraction of what the country needs to operate.</p><p>Other concerns the U.S. raised during the meeting this month centered on the influence of foreign powers on the island, the AP has reported. The Americans also discussed proposals to compensate hundreds of thousands of legal claims by Cuban Americans whose homes, businesses and land were seized after revolutionary leader Fidel Castro took power in 1959.</p><p>Guzmán confirmed that such compensation was among the topics at the meeting and that Havana is receptive to it. But, he added, that it could only happen in conjunction with reciprocal economic relief for the decadeslong economic embargo against Cuba.</p><p>“There is not only this claim but also the claim from our side because the embargo has an economic impact,” he said. “This is a highway with two directions.”</p><p>Asked whether Cuban officials can trust diplomatic efforts amid U.S. threats, Guzmán said that while they are optimistic about creating a “new approach” to U.S.-Cuban relations, the Trump administration's foreign policy approach in the last year has put them on high alert.</p><p>“We have been seeing what is happening all around the world, in our region, in the Middle East, so we are not a naive person,” he said. “We are preparing for all the scenarios. And I insist, our first option — what we really want — is a successful dialogue with the U.S. government.”</p><p>But, he added, if U.S. military aggression were to happen, “we are ready to fight back.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M62ZLO7K62OZE24LGXZ23DJUR4.jpg?auth=f7166d990a90ac16ef83b3dcea3877d1f3c02af21127214b96ae59291206715a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ernesto Soberón Guzmán, Cuban ambassador to the United Nations, speaks to reporters in New York, Thursday, April 23, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HOBG3ZGEM6MJYQFN6NAOAKGIYE.jpg?auth=ea6f64be6beb0da5bf42d787737e851c8639e7830747cb1eeb8f6667829ed7c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ernesto Soberón Guzmán, Cuban ambassador to the United Nations, speaks to reporters in New York, Thursday, April 23, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSQI5RZL56TMKBZ5RBJX5FDI3A.jpg?auth=9ecd466bf34af1b43394ebca3a1e2e56dc8db5c6823986c62bd5b7bb5739b830&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ernesto Soberón Guzmán, Cuban ambassador to the United Nations, speaks to reporters in New York, Thursday, April 23, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UEOC7KKVXLJ7AERFOJII4EOE5I.jpg?auth=06d0b17c9a9cc91aed30c1c930bbfeffafeb5da13d03bcb7c4f8b381c66a6f3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ernesto Soberón Guzmán, Cuban ambassador to the United Nations, speaks to reporters in New York, Thursday, April 23, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MMOWKR2AB3DRH43J77XWKC5WNA.jpg?auth=4d42f9a71a4d1b8cc8b34f7d410ad3755e6ce0811c70a090a1644c9644e8961d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ernesto Soberón Guzmán, Cuban ambassador to the United Nations, speaks to reporters in New York, Thursday, April 23, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Meta slashes 8,000 jobs, or 10% of its workforce, as Microsoft offers buyouts]]></title><link>https://www.local10.com/business/2026/04/23/meta-slashes-8000-jobs-or-10-of-its-workforce-as-microsoft-offers-buyouts/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/meta-slashes-8000-jobs-or-10-of-its-workforce-as-microsoft-offers-buyouts/</guid><dc:creator><![CDATA[By MATT O'BRIEN and BARBARA ORTUTAY, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 22:53:17 +0000</pubDate><content:encoded><![CDATA[<p>Meta is laying off about 8,000 workers, or about 10% of its workforce, the company said Thursday as it continues to ramp up spending on artificial intelligence infrastructure and highly paid AI-expert hires.</p><p>The company said it was making the cuts for the sake of efficiency and to allow new investments in parts of its business, as first reported by Bloomberg, which also said the company will leave about 6,000 jobs unfilled.</p><p>Also Thursday, Microsoft said it was offering voluntary buyouts to thousands of its U.S. employees.</p><p>The software giant plans to make the offers in early May to about 8,750 people, or 7% of its U.S. workforce, according to two people familiar with the plan who were not authorized to speak about it publicly.</p><p>While an alternative to the sudden layoffs removing tech workers from peers like Meta and Oracle, the savings are likely tied to a similar industry upheaval that is requiring huge spending on the costs of artificial intelligence. Meta has already warned investors that its 2026 expenses will grow significantly — to the range of $162 billion to $169 billion — driven by infrastructure costs and employee compensation, particularly for the artificial intelligence experts it’s been hiring at eye-popping pay levels.</p><p>Wedbush analyst Dan Ives welcomed Meta’s cuts in a note to investors Thursday.</p><p>He said he sees it as part of a strategy of using AI tools to “automate tasks that once required large teams, allowing the company to streamline operations and reduce costs while maintaining productivity driving an increased need for a leaner operating structure.”</p><p>Microsoft, based in Redmond, Washington, has spent billions of dollars operating an ever-expanding global network of data centers powering cloud computing services, AI systems and its own suite of productivity tools, including the AI assistant Copilot.</p><p>CNBC reported earlier Thursday on a memo from Microsoft's chief people officer, Amy Coleman, announcing the voluntary retirement plan.</p><p>“Our hope is that this program gives those eligible the choice to take that next step on their own terms, with generous company support,” Coleman wrote, according to CNBC.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IYW3IEY23SOTBTYJHCABLK2LJ4.jpg?auth=95e8ca8e4ca8efdfc748664846c3b8ff45b85eaf29ac14322d98f71d0000bd99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El logo de Meta en una pantalla, en la conferencia LlamaCon 2025 en Menlo Park, California, el 29 de abril del 2025. (AP foto/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TOTFGQNWHT7NLAOKMVEYDT3KFE.jpg?auth=6eecdf530ed827a68392953289f710011318b7ab9dcdcbea70b431ff63d5d82d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Microsoft sign and logo are displayed at the company's headquarters April 4, 2025, in Redmond, Wash. (AP Photo/Jason Redmond, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Redmond</media:credit></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[Acusan a cinco en operativo encubierto de tráfico sexual infantil en Miami]]></title><link>https://www.local10.com/espanol/2026/04/23/acusan-a-cinco-en-operativo-encubierto-de-trafico-sexual-infantil-en-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/acusan-a-cinco-en-operativo-encubierto-de-trafico-sexual-infantil-en-miami/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[La policía de Miami informó que arrestó a cinco hombres de los condados de Broward y Miami-Dade el miércoles por la noche en una operación encubierta contra el tráfico sexual de menores.]]></description><pubDate>Thu, 23 Apr 2026 19:08:27 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Miami dijo que arrestó a cinco hombres de los condados Broward y Miami-Dade la noche del miércoles en un operativo encubierto de tráfico sexual infantil.</p><p>La policía dijo que llevó a cabo el operativo en un hotel no revelado con la ayuda del Grupo de Trabajo contra la Trata de Personas de la Fiscalía Estatal de Miami-Dade.</p><p>Según los informes de arresto, los detectives publicaron un anuncio en línea haciéndose pasar por la madre de dos niñas, de 13 y 15 años, y dijeron a quienes respondieron que “estaban disponibles para servicios sexuales a cambio de dinero”.</p><p>Las autoridades dijeron que organizaron reuniones con los hombres para pagar por sexo con una o ambas niñas y los arrestaron después de que entraron a la habitación del hotel.</p><p>La policía dijo que arrestó a los siguientes sospechosos por cargos de tráfico sexual infantil y delitos informáticos:</p><ul><li>Josue Donis Castanon, 20, de Fort Lauderdale</li><li>Edgardo Arturo Donaire, 49, de Miramar</li><li>Roberto Antonio Guido Rojas, 38, de Miami</li><li>Miles Simyon, 22, de Sweetwater</li><li>Marvin Geovanny Torres, 43, del suroeste de Miami-Dade</li></ul><p>Los investigadores señalaron específicamente que Torres llevó más de una docena de condones, varios lubricantes y lociones, así como múltiples objetos sexuales, incluidos artículos de “bondage”.</p><p>“Él seguía repitiendo, en español, ‘yo lo sabía’, ‘yo sabía’, ‘yo sabía que era esto’”, escribió un detective en el informe de arresto de Torres.</p><p>Castanon, un nacional guatemalteco; Donaire y Torres, ambos nacionales hondureños; Guido Rojas, un nacional nicaragüense; y Simyon, un nacional de Botsuana, estaban todos detenidos en el Turner Guilford Knight Correctional Center hasta la tarde del jueves.</p><p>Castanon y Guido Rojas además tienen retenciones de inmigración.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R6BWMZ4E3BEXZB5N2P4L3T5G4U.png?auth=27ebd1959d2da979c87d5e889f10a38e1bb3dedb0dab5ac3e4015e3d9847b28c&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[From left to right: Josue Castanon, Edgardo Donaire, Roberto Guido Rojas, Miles Simyon, Marvin Torres]]></media:description></media:content></item><item><title><![CDATA[Policía: Hombre de Broward regresa a la cárcel por grabar a mujer en vestidor]]></title><link>https://www.local10.com/espanol/2026/04/23/policia-hombre-de-broward-regresa-a-la-carcel-por-grabar-a-mujer-en-vestidor/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/policia-hombre-de-broward-regresa-a-la-carcel-por-grabar-a-mujer-en-vestidor/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La policía de Miami informó que arrestó a cinco hombres de los condados de Broward y Miami-Dade el miércoles por la noche en una operación encubierta contra el tráfico sexual de menores.]]></description><pubDate>Thu, 23 Apr 2026 19:16:52 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 27 años de Pembroke Pines volvió a la cárcel por el mismo cargo por segunda vez en cuatro meses después de que la policía de Plantation dijera que al menos dos mujeres reportaron que las grabó dentro de vestidores.</p><p>La policía dijo que respondió al Macy’s en Broward Mall, 8000 W. Broward Blvd., el 9 de abril tras recibir reportes de un sospechoso desconocido que presuntamente grababa a una mujer dentro de un probador.</p><p>Los investigadores dijeron que imágenes de cámaras de vigilancia mostraron a Derrick Jordan Wright Jr. alejándose del área de los vestidores y saliendo de la tienda alrededor de las 4:40 p.m.</p><p>La víctima dijo a la policía que estaba dentro de un probador cuando notó a un hombre, identificado por la policía como Wright, grabándola por encima de la partición.</p><p>Indicó que intentó confrontar a Wright, quien estaba en un vestidor adyacente, pero él negó la acusación y salió de la tienda, según el informe.</p><p>Los investigadores añadieron que Wright había sido arrestado previamente en Plantation por “el mismo comportamiento”.</p><p>El informe señala que la víctima posteriormente se reunió con la policía e identificó a Wright en una rueda fotográfica.</p><p>En un caso previo reportado en diciembre de 2025, Wright fue arrestado después de que la policía de Plantation dijera que grabó en secreto a una mujer dentro de un probador en una tienda Kohl’s, y luego presuntamente le mostró un video antes de huir, siendo posteriormente localizado y detenido.</p><p>Los registros de la cárcel muestran que enfrenta un cargo de voyeurismo digital de una víctima de 19 años o más.</p><p>Hasta el jueves, Wright permanecía detenido en la cárcel principal del condado Broward con una fianza de $15,000 USD bajo condiciones que le prohíben tener contacto con la víctima, le impiden regresar al lugar del incidente y le prohíben poseer o usar cualquier dispositivo de grabación.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SAGXSROGE5HNZD4O2PRZ74HF6I.jpg?auth=8095c214d45e87975cca3506ce84e40287fd84c588da7d99c0149a25949c079f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[What to know about a kidnapping case involving a child flown back to the US from Cuba]]></title><link>https://www.local10.com/news/2026/04/23/what-to-know-about-a-kidnapping-case-involving-a-child-flown-back-to-the-us-from-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/23/what-to-know-about-a-kidnapping-case-involving-a-child-flown-back-to-the-us-from-cuba/</guid><dc:creator><![CDATA[By MATTHEW BROWN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 19:16:39 +0000</pubDate><content:encoded><![CDATA[<p>A couple from Utah face parental kidnapping charges after federal authorities said they took a 10-year-old child to Cuba in the midst of a complicated custody fight involving the child's gender identity.</p><p>The child was returned to their biological mother this week when President Donald Trump’s administration took the unusual step of sending a government plane to Cuba to retrieve the child. Federal officials cited concerns that the child had been taken to Havana for gender transition surgery.</p><p>It's not clear from court documents if the defendants, Rose Inessa-Ethington — a transgender woman and the child's biological father — and partner Blue Inessa-Ethington actually planned on getting the child surgery, which isn't legal for children in Cuba.</p><p>A Canada camping trip turns into a flight to Cuba</p><p>Rose Inessa-Ethington had shared custody under a court agreement and had arranged to take the child along with Blue Inessa-Ethington and Blue's 3-year-old child to Calgary, Canada, last month, ostensibly to go camping, authorities said.</p><p>Instead they went hundreds of miles away to Vancouver, Canada, and boarded a flight to Mexico City. On April 1, they flew to Cuba, authorities said.</p><p>When the group failed to return as expected on April 3, the child's mother contacted police in Logan, Utah, alleging Rose Inessa-Ethington, her ex-spouse, had violated their custody agreement. Police found out the group had not gone to Calgary, and reached out to the Department of Homeland Security's investigations branch for assistance, according to court documents.</p><p>Investigators, who determined the group had walked into Canada at the Peace Arch Bridge south of Vancouver, obtained search warrants for Rose and Blue Inessa-Ethington's emails, cellphones and social media accounts. Then investigators used their internet activities to track the group to Cuba.</p><p>On April 8, at the request of Cache County Attorney Dane Murray, a Utah state judge issued arrest warrants for the couple alleging custodial interference, a third-degree felony. Judge Brian Cannell set bail at $5,000 each.</p><p>Logan City Police spokesperson Sgt. Brandon Bevan said that during interviews with the family of the child, one person raised the possibility that the missing child could be subjected to gender affirming surgery. Bevan said there was no physical evidence offered.</p><p>On April 13, Cannell issued an order for the child to be returned immediately and granting the biological mother sole custody.</p><p>How did this become a federal case?</p><p>Three days after Cannell's order, an FBI agent filed an affidavit in U.S. District Court in Utah alleging Rose and Blue Inessa-Ethington were likely not planning to return to the U.S.</p><p>The affidavit requested a federal warrant for Rose and Blue Inessa-Ethington's arrest on charges of international parental kidnapping.</p><p>The return of kidnapped children taken overseas often is settled through negotiations, or by the aggrieved parent filing a civil petition under an international agreement, according to the U.S. Department of Justice.</p><p>But in the Utah case, federal officials worked with Cuban law enforcement to locate and deport Rose and Blue Inessa-Ethington. DOJ officials sent one of its aircraft to Cuba to retrieve the child.</p><p>The use of the plane came as the Trump administration has sought to block access to gender-affirming care for minors and pressured health care providers over the issue.</p><p>What evidence has been released showing surgery was the goal?</p><p>The child, identified in court documents as MV 1, was assigned male at birth but identifies as a girl because of what family members believed to be “manipulation” by Rose Inessa-Ethington, according to the affidavit.</p><p>The affidavit stated that “concerns exist that MV 1 was transported to Cuba for gender reassignment surgery prior to puberty.”</p><p>The FBI said that Blue Inessa-Ethington withdrew $10,000 from her checking account before leaving. Agents also found at the couple's home a note with instructions from a mental health therapist in Washington, D.C., “to send the therapist the $10,000.00 and instructions on gender affirming medical care for children.” The note didn’t mention Cuba.</p><p>Officials have not said whether the couple actually planned on getting the child gender-affirming surgery in Cuba or how they would get it.</p><p>Federal officials have declined to comment on the case beyond what’s contained in court documents and a news release issued upon the child’s return.</p><p>Gender-affirming surgery is rare among U.S. children, research shows. Among the youngest patients, the most common surgeries are breast and chest procedures — most likely transgender males who graduated from high school and have breast removals. Major medical organizations call for caution around surgery for minors.</p><p>In Cuba, gender-affirming surgeries are performed for adults through the public health system under strict supervision. They must be authorized by a medical commission following a comprehensive review of the patient’s file. That process often takes years and requires a wide range of medical and psychological evaluations.</p><p>Back to Utah to face charges</p><p>After being flown back to the U.S., the two defendants made an initial appearance Tuesday in federal district court in Richmond, Virginia, and were ordered to be detained.</p><p>A court-appointed attorney for Blue Inessa-Ethington declined to comment. The Associated Press left email and telephone messages for Rose Inessa-Ethington’s public defender.</p><p>Richmond is only a temporary stop until the defendants are returned to Utah to face charges. The timing for that is uncertain.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3M3DOJXA372RERNPGQEYERICBM.jpg?auth=763a9636bff06e98b7cc32bee14441f3f9b38381bad1b46182ff7ce8b3e27263&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The city of Logan, Utah, a college and dairy farming town, is seen from the hillside on the Utah State University campus, Wednesday, April 22, 2026. (AP Photo/Hannah Schoenbaum)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Schoenbaum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IZJCQXKM7X7YP3LBEHUM5AW4HU.jpg?auth=72e1ea99d9848050d86defea997506be8c90b55cc809b0c4122fe3cb17415706&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Justice logo is seen on a podium before a news conference at the Justice Department in Washington, on May 6, 2025. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Exchange of gunfire inside Mall of Louisiana leaves 1 person dead and 5 wounded]]></title><link>https://www.local10.com/news/2026/04/23/exchange-of-gunfire-inside-mall-of-louisiana-leaves-1-person-dead-and-5-wounded/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/23/exchange-of-gunfire-inside-mall-of-louisiana-leaves-1-person-dead-and-5-wounded/</guid><dc:creator><![CDATA[By SARA CLINE, Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 01:43:37 +0000</pubDate><content:encoded><![CDATA[<p>BATON ROUGE, La. (AP) — An exchange of gunfire at a food court inside a Louisiana mall on Thursday killed one person and wounded five others and sent workers and shoppers scrambling for safety, police and witnesses said.</p><p>Authorities described the shooting inside the Mall of Louisiana in Baton Rouge as a confrontation between two groups of people and not a random attack. Louisiana Attorney General Liz Murrill said some innocent bystanders were struck by gunfire.</p><p>Police Chief TJ Morse said five people were in custody, and there was no ongoing threat to the public.</p><p>“This was a disagreement, a fight, between two different groups of people that we are still trying to unravel, and unfortunately innocent victims got caught in the crossfire," Morse said in a news conference.</p><p>Three high school seniors from Ascension Episcopal School were among the victims of the shooting, according to a Facebook post from Lafayette Parish President Monique Blanco Boulet.</p><p>“We are heartbroken by the senseless violence that happened today at the Mall of Louisiana in Baton Rouge,” she said, adding that she was asking her community to “join us in holding all of these families close in prayer.”</p><p>Rachel Delcambre, a spokesperson for the school, said in an email that the school would not be giving additional information at this time “out of deep respect for the families and the sensitivity of this situation.”</p><p>Authorities initially said as many as 10 people had been injured but later revised that number. Morse did not immediately say what set off the shooting at the mall in the Louisiana capital. He said police would not release the names of victims until families have been notified.</p><p>Alex Theriot, a commercial electrician, was working on a construction project in the mall a few hundred feet from the food court when gunfire erupted and he heard what sounded like plates of glass shattering. Thinking a shooter might be going store to store, he quickly screwed the door shut of his work site and hunkered down with two other workers. They waited and hoped for the best.</p><p>“Everybody was running and screaming,” Theriot told The Associated Press. “I thought it could have been a terrorist attack.”</p><p>Desire Batton, who works at a clothing store, said she and other workers dashed inside a breakroom to protect themselves.</p><p>“We hid in there until cops came and got us,” Batton said.</p><p>The shooting began around 1:30 p.m. when the two groups argued inside the food court and started shooting at each other, Morse said. An officer was already present at the mall and ran toward the gunfire, he said. The chief made public appeals for witnesses to come forward with any video of the shooting.</p><p>By late afternoon, dozens of police cars still were clustered in the parking lot, multiple helicopters hovered overhead and armed officers in bulletproof vests patrolled the area.</p><p>Mall spokesperson Lindsay Kahn called it a “frightening day” for everyone there and said the mall would not reopen Thursday.</p><p>Kennedy Barnum, 22, said she had gone to the mall to get lunch at the food court when she heard a woman on the phone outside say, “I’ll call you back. There’s an active shooter in the mall.”</p><p>Within five minutes, Barnum said, law enforcement had swarmed the mall. She saw people running and crying, including one girl she described as “hysterical.”</p><p>“We spoke to a security guard there and she told us that there was an active shooter there, people were shot and injured, and we should leave immediately,” Barnum said.</p><p>It’s at least the second high-profile case of gun violence in Louisiana this week. A father fatally shot eight children, including seven of his own, in an attack on his family Sunday morning that stretched across two houses in a Shreveport neighborhood, police said. Two women, including the gunman’s wife who was the mother of their children, were critically wounded.</p><p>___</p><p>Associated Press writers Jack Brook in New Orleans, Jim Mustian in Natchitoches, Louisiana, and Hannah Schoenbaum in Salt Lake City contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6JR3RJCF3WUPIK6IAQFAAASZ74.jpg?auth=d2c618261b34877affbaedd3bdd6251bf2eb2c473b8a32103f4ce9f2ed470c8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Baton Rouge police and Sheriff deputies respond to a mass shooting at the Mall of Louisiana, Thursday, April 23, 2026, in Baton Rouge, La. (AP Photo/Matthew Hinton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SDCRAMQZIQ4IENIDUR45WRY3YA.jpg?auth=83d1685309ff04b67bcae1c53a4d82fb6cc02f23507d6c6cc7812efeef34d47e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People react after a mass shooting at the Mall of Louisiana, Thursday, April 23, 2026, in Baton Rouge, La. (AP Photo/Matthew Hinton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MGY2HWRGCC37SD7K47DLZOQJKA.jpg?auth=9cb257b2617aeacf9c9a1c536e10c8e0c27690050d1dbbb56c852549dd3c4684&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sid Edwards, mayor-president of Baton Rouge, left, speaks next to Police Chief Thomas S. "TJ" Morse, Jr. after a shooting at the Mall of Louisiana, Thursday, April 23, 2026, in Baton Rouge, La. (AP Photo/Matthew Hinton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SJFOCYRS77WLSW6SYJPOX654AQ.jpg?auth=6fab82d6cce3b7ae1f13df4866b371c0539dc866dce1ba5789da74925ca635c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Law enforcement personnel respond to reports of a shooting at Mall of Louisiana in Baton Rouge, La., Thursday, April 23, 2026. (AP Photo/Matthew Hinton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R4TRQT2DYIV5622GLCD4EI55U4.jpg?auth=47f10ad5404006a161d3c57c930055d69b6663d7b63d5e5a714613d32a5ff2aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Law enforcement personnel respond to reports of a shooting at Mall of Louisiana in Baton Rouge, La., Thursday, April 23, 2026. (AP Photo/Matthew Hinton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content></item><item><title><![CDATA[Protestan en Guatemala para exigir liberación de líderes indígenas acusados por presunto terrorismo]]></title><link>https://www.local10.com/espanol/2026/04/23/protestan-en-guatemala-para-exigir-liberacion-de-lideres-indigenas-acusados-por-presunto-terrorismo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/protestan-en-guatemala-para-exigir-liberacion-de-lideres-indigenas-acusados-por-presunto-terrorismo/</guid><dc:creator><![CDATA[Por SONIA PÉREZ D., Associated Press]]></dc:creator><description></description><pubDate>Fri, 24 Apr 2026 00:44:47 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE GUATEMALA (AP) — Autoridades de varios pueblos indígenas en Guatemala protestaron el jueves para exigir la liberación de dos líderes originarios presos desde hace un año acusados de presunto terrorismo luego de encabezar las protestas del 2023 contra la fiscal general Consuelo Porras y en defensa de la democracia en el país centroamericano.</p><p>Vestidas con sus trajes regionales y con la vara —símbolo de autoridad indígena— marcharon hasta la sede del Ministerio Público para pedir que se termine con la criminalización de los pueblos indígenas. Luego fueron a la Corte de Constitucionalidad donde exigieron que se declare inconstitucional un pasaje del Código Penal que se utilizó, según ellos, para solicitar las detenciones de los dirigentes y la presidencia donde fueron atendidos por el mandatario Bernardo Arévalo.</p><p>Ambos líderes permanecen en prisión sin una acusación firme, juicio o sentencia. El proceso en su contra se ha retrasado por diversos recursos legales.</p><p>El jueves, la Sala Tercera de la Corte de Apelaciones que tiene a su cargo el expediente del proceso notificó a la defensa de los detenidos que autorizaba una prórroga para mantenerlos en prisión por cinco meses más, emitida por el juez Fredy Orellana.</p><p>Luis Pacheco y Héctor Chaclán, que en 2023 eran presidente y tesorero de la organización los 48 Cantones de Totonicapán —una de las organizaciones indígenas más grandes de Guatemala— fueron detenidos el 23 de abril de 2025 tras varios allanamientos ordenados por la fiscalía, que los acusó de los presuntos delitos de terrorismo, asociación ilícita y obstaculización a la acción penal en relación con las protestas en 2023 que paralizaron el país durante 20 días.</p><p>Ambos líderes, que siguen a la espera de un juicio, afirmaron la víspera a The Associated Press que son inocentes y que no cometieron actos de terrorismo. Señalaron que las protestas de ese año fueron en defensa de la institucionalidad y democracia en el país ante las acciones de la fiscalía que buscaban impedir el arribo al poder de Arévalo.</p><p>“No vamos a permitir que la prisión preventiva (que tienen Pacheco y Chaclán) se convierta en una condena anticipada”, dijo Eduardo Crecencio Tax, actual presidente de 48 Cantones, en declaraciones junto al presidente Arévalo.</p><p>El mandatario señaló que la detención de ambos activistas indígenas por parte del Ministerio Público fue “por defender nuestra democracia, por personas cuyo régimen de abuso y miedo está por terminar”. Fue una referencia al fin del mandato de Porras previsto para mediados de mayo.</p><p>“La criminalización ha causado dolor a muchas familias”, afirmó el presidente. Durante la gestión de Porras, que lleva ocho años en el cargo, por lo menos 130 ex operadores de justicia, periodistas, defensores de derechos humanos se han exiliado del país.</p><p>Pacheco y Chaclán permanecen en un centro de detención preventiva dentro de un complejo militar en Ciudad de Guatemala, vigilados por guardias penitenciarios.</p><p>“No hay ningún arrepentimiento, nunca hicimos nada malo”, sostuvo Pacheco a la AP el miércoles. “No fue algo personal, fue una acción delegada por la comunidad en asamblea, un servicio al pueblo”, y que "gracias a ellas muchas autoridades lograron tomar posesión de sus cargos y los ejercen hoy”.</p><p>En diciembre del año pasado, la Comisión Interamericana de Derechos Humanos advirtió sobre una crisis institucional, especialmente por acciones de la fiscalía y la persecución judicial a operadores de justicia, periodistas, defensores de derechos humanos y líderes sociales, mencionando en particular el caso judicial de Pacheco y Chaclán.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WGA5EDKSLC34WXA2S2VDLWPO4Q.jpg?auth=469b38b51c42528903ed9d638d80aa2ef3dde756ca539b6a6906df0f352f5ded&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indígenas marchan para exigir la liberación de los líderes Luis Pacheco y Héctor Chaclán, quienes enfrentan cargos de terrorismo y asociación ilícita en relación con las protestas a nivel nacional, en la Ciudad de Guatemala, el jueves 23 de abril de 2026. (Foto AP/Moisés Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content></item><item><title><![CDATA[Miami police accuse 5 in undercover child sex trafficking sting ]]></title><link>https://www.local10.com/news/local/2026/04/23/miami-police-accuse-5-in-undercover-child-sex-trafficking-sting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/miami-police-accuse-5-in-undercover-child-sex-trafficking-sting/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Miami police said they arrested five men from Broward and Miami-Dade counties on Wednesday night in an undercover child sex trafficking sting.]]></description><pubDate>Thu, 23 Apr 2026 18:44:51 +0000</pubDate><content:encoded><![CDATA[<p>Miami police said they arrested five men from Broward and Miami-Dade counties on Wednesday night in an undercover child sex trafficking sting.</p><p><a href="https://www.local10.com/espanol/2026/04/23/acusan-a-cinco-en-operativo-encubierto-de-trafico-sexual-infantil-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/acusan-a-cinco-en-operativo-encubierto-de-trafico-sexual-infantil-en-miami/">Leer en español</a></p><p>Police said they conducted the sting at an undisclosed hotel with the help of the Miami-Dade State Attorney’s Office Human Trafficking Task Force.</p><p>According to arrest reports, detectives posted an online advertisement posing as the mother of two girls, aged 13 and 15, and told those responding that they “were available for sexual services in exchange for money.”</p><p>Authorities said they arranged meetings with the men to pay for sex with one or both of the girls and arrested them after they entered the hotel room.</p><p>Police said they arrested the following suspects on child sex trafficking and computer crimes charges:</p><ul><li>Josue Donis Castanon, 20, of Fort Lauderdale</li><li>Edgardo Arturo Donaire, 49, of Miramar</li><li>Roberto Antonio Guido Rojas, 38, of Miami</li><li>Miles Simyon, 22, of Sweetwater</li><li>Marvin Geovanny Torres, 43, of southwest Miami-Dade</li></ul><p>Investigators specifically noted that Torres brought along more than a dozen condoms, several lubricants and lotions as well as multiple sexual objects, including “bondage” items.</p><p>“He kept repeating, in Spanish, ‘I knew it,’ ‘I knew,’ ‘I knew that it was this,’” a detective wrote in Torres’ arrest report.</p><p>Castanon, a Guatemalan national; Donaire and Torres, both Honduran nationals; Guido Rojas, a Nicaraguan national; and Simyon, a Botswanan national, were all being held in the Turner Guilford Knight Correctional Center as of Thursday afternoon.</p><p>Castanon and Guido Rojas additionally have immigration holds.</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/R6BWMZ4E3BEXZB5N2P4L3T5G4U.png?auth=27ebd1959d2da979c87d5e889f10a38e1bb3dedb0dab5ac3e4015e3d9847b28c&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[From left to right: Josue Castanon, Edgardo Donaire, Roberto Guido Rojas, Miles Simyon, Marvin Torres]]></media:description></media:content></item><item><title><![CDATA[Kellogg is putting toys back into some cereal boxes as a 'Toy Story 5' tie-in]]></title><link>https://www.local10.com/business/2026/04/23/kellogg-is-putting-toys-back-into-some-cereal-boxes-as-a-toy-story-5-tie-in/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/23/kellogg-is-putting-toys-back-into-some-cereal-boxes-as-a-toy-story-5-tie-in/</guid><dc:creator><![CDATA[By DEE-ANN DURBIN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 20:57:55 +0000</pubDate><content:encoded><![CDATA[<p>If you've missed rooting around in a cereal box for a toy, you're in luck.</p><p>WK Kellogg Co. said Thursday it's including toys with some of its breakfast cereals for the first time in more than a decade.</p><p>Starting on Sunday, special edition boxes of Frosted Flakes, Froot Loops, AppleJacks and Corn Pops will have plastic toys shaped like characters from Disney and Pixar's “Toy Story 5.” The movie is scheduled to hit theaters in June.</p><p>Plastic toys used to be a mainstay in breakfast cereal. On Ebay Thursday, collectors were selling a Batman coin bank from a 1989 box of Ralston cereal, a miniature stuffed bear from a 1980s box of Post Super Golden Crisp and even a tiny plastic “atomic submarine" from a 1950s box of Kellogg's Corn Flakes.</p><p>But the toys gradually disappeared as manufacturers tried to cut costs and consumers worried about choking and other hazards. Kellogg was criticized in 2004 for including Spider-Man watches with mercury batteries in its cereal boxes, for example. And in 1988, the company recalled “cool flute” and “binoculars” toys after the U.S. Consumer Product Safety Commission deemed them a choking hazard.</p><p>Toys do occasionally make a limited-time comeback. General Mills introduced a “Cereal Squad” set of toy figurines in 2020, for example.</p><p>Kellogg said it thought “Toy Story 5" was a good fit for the reintroduction, since it explores the role of toys in a tech-driven world.</p><p>“Bringing toys back inside the box reintroduces that sense of discovery through a simple, screen-free moment of play that parents can now share with their own kids,” said Laura Newman, a vice president of brand marketing at Kellogg.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NLZLAWRRUXGLYNKKN5UAJRHW4I.jpg?auth=5a1e2762e51c8547490a1fb84782be134792ca6d3b5d35b5dcf3a6442622d596&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This is a display of Kellogg's Froot Loops in a Costco in Pittsburgh, Monday, July 14, 2025. (AP Photo/Gene J. Puskar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content></item><item><title><![CDATA[Federal judge orders release of family of man charged in Colorado firebomb attack]]></title><link>https://www.local10.com/news/national/2026/04/23/federal-judge-orders-release-of-family-of-man-charged-in-colorado-firebomb-attack/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/23/federal-judge-orders-release-of-family-of-man-charged-in-colorado-firebomb-attack/</guid><dc:creator><![CDATA[By COLLEEN SLEVIN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 23:43:45 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge on Thursday ordered the release from immigration custody of the family of a man charged in a fatal 2025 firebomb attack in Boulder, Colorado, against demonstrators supporting Israeli hostages in Gaza.</p><p>U.S. District Judge Fred Biery in San Antonio said Hayam El Gamal and her five children can be released from a family immigration detention center in Dilley, Texas, as long as El Gamal and her oldest child, who is 18, wear electronic monitoring. Biery denied the government's request to stay his ruling so it could appeal. One of the family's lawyers, Eric Lee, posted on X that they were released later in the day.</p><p>El Gamal was born in Saudi Arabia and is an Egyptian national. She and her family have been in immigration detention since June after her husband, Mohamed Sabry Soliman, was accused of throwing two Molotov cocktails at people demonstrating for awareness of Israeli hostages in Gaza. An 82-year-old woman who was injured in the attack later died. El Gamal has said she was shocked by the attack.</p><p>Soliman is an Egyptian national who federal authorities say was living in the U.S. illegally. He is being prosecuted in both state and federal court for the attack, which prosecutors say injured a total of 13 people. Investigators say he planned the attack for a year and was driven by a desire “to kill all Zionist people.” He has pleaded not guilty to state charges, including a murder charge, and federal hate crimes charges.</p><p>After the attack, the Trump administration claimed the family was being rushed out of the country. The White House said in social media posts that they “COULD BE DEPORTED AS EARLY AS TONIGHT” and that six one-way tickets had been purchased for them, with their “final boarding call coming soon.”</p><p>Biery decided to release the family even though an immigration appeals court had dismissed their case to stay and issued a deportation order for them. That came after a federal magistrate judge recommended on Monday that they should be released.</p><p>Lawyers for the family claim the deportation order was directed by the “political leadership” in Washington, which the government's lawyer, Anne Marie Cordova, denied. People who have final deportation orders are normally subject to mandatory detention.</p><p>In a statement, acting assistant Homeland Security Secretary Lauren Bis criticized Biery's ruling.</p><p>“Despite receiving full due process and a final order of removal, this activist judge appointed by Bill Clinton is releasing this terrorist’s family onto American streets,” Bis said.</p><p>Biery had barred the family from being deported until he could hold Thursday's hearing. One of the family's lawyers, Chris Godshall-Bennett, told Biery they will also ask the 5th U.S. Circuit Court of Appeals in New Orleans to stop the family from being deported while they seek asylum and permission to remain in the United States.</p><p>Another federal judge blocked their immediate removal after the attack. Since then, the family has tried several times to be released on bond and return to Colorado while their asylum application is considered.</p><p>The magistrate judge recommended this week that they be released after their attorneys argued they have not been treated fairly in immigration proceedings.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H4B5R6FHI2H4OKRGYHDJYVFFEE.jpg?auth=baf2e6a22e43185ec5197d84097465195d5522974c87c7b35f408f5a1c0f710e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -The ICE South Texas Family Residential Center in Dilley, Texas, is seen, Aug. 23, 2019. (AP Photo/Eric Gay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[US charges 2 Chinese nationals with managing cyberscam compound in Myanmar]]></title><link>https://www.local10.com/news/politics/2026/04/23/us-charges-2-chinese-nationals-with-managing-cyberscam-compound-in-myanmar/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/23/us-charges-2-chinese-nationals-with-managing-cyberscam-compound-in-myanmar/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 23 Apr 2026 19:02:26 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Two Chinese nationals face charges in the U.S. that they managed a sprawling compound in Myanmar where authorities say workers were forced to participate in cryptocurrency investment fraud scams, according to court records unsealed Thursday in Washington, D.C.</p><p>A complaint filed in federal court charges the suspects — Huang Xing Shan and Jiang Wen Jie — with wire fraud conspiracy. They’re accused of managing the industrial-scale Shunda Park compound in the village of Min Let Pan before it was seized in November 2025 by armed forces in Myanmar.</p><p>Cyberscam centers have proliferated near Myanmar’s border with Thailand. And they have persisted despite a vow by Myanmar’s military leadership to wipe them out, The Associated Press has found.</p><p>Both suspects charged in Washington are in government custody in Thailand for illegally entering that country, a court filing says. They had relocated to another scam compound in Cambodia but were arrested by Thai authorities on immigration charges earlier this year, the filing alleges. It's unclear when they could be brought to the U.S. for prosecution.</p><p>FBI agents reviewed thousands of electronic devices found at the Shunda compound and interviewed some of its former workers. Scammers posing as law-enforcement or bank officials used fraudulent websites disguised as legitimate investment platforms to defraud victims across the globe by duping them into sending cryptocurrency, according to an FBI agent's affidavit.</p><p>U.S. Attorney Jeanine Pirro, who announced the charges at a news conference in Washington, said the type of scam perpetrated at the Shunda compound is among the fastest-growing and most financially devastating forms of cybercrime, costing Americans billions of dollars in losses.</p><p>“This isn't abstract. It is hitting your neighbors', your friends' and your parents' retirement accounts,” Pirro said. “Some of these victims are so distraught that they end up taking their own lives. This is economic homicide.”</p><p>Compound workers told the FBI that they were held against their will and forced to participate in the scams under the threat of violence.</p><p>“The criminal syndicates behind these compounds often lure unsuspecting persons to travel to nearby Thailand with the offer of high-paying technical jobs. However, many of these persons instead have their identification documents seized and are trafficked to (Myanmar) to work in these scam compounds,” the FBI affidavit says.</p><p>Online court records don't list any attorneys for the defendants, Huang and Jiang.</p><p>Pirro also announced Thursday that authorities have taken down hundreds of scam-related websites and seized a channel on the Telegram messaging app that she said was used to recruit human trafficking victims to a compound in Cambodia.</p><p>“These criminals thought they were untouchable because they were overseas,” Pirro said. “Today, we are proving them wrong, and we are just getting started.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7BZF3NZY67EIRUIJ3UFDKS72OQ.jpg?auth=be8f3fa3929d86bc947ef97f674153c24a37009ce02f2dc2d570617a70b737e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Department of Justice seal is seen in Washington, Nov. 28, 2018. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[1 injured, 1 in custody after stabbing at northwest Miami-Dade bus stop ]]></title><link>https://www.local10.com/news/local/2026/04/23/1-injured-1-in-custody-after-stabbing-at-northwest-miami-dade-bus-stop/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/23/1-injured-1-in-custody-after-stabbing-at-northwest-miami-dade-bus-stop/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[One person has been taken into custody following a stabbing Thursday afternoon at a bus stop in northwest Miami-Dade, authorities confirmed.]]></description><pubDate>Thu, 23 Apr 2026 18:19:32 +0000</pubDate><content:encoded><![CDATA[<p>One person has been taken into custody following a stabbing Thursday afternoon at a bus stop in northwest Miami-Dade, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/04/23/apunalan-a-una-persona-un-detenido-tras-ataque-en-parada-de-autobus-en-el-noroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/23/apunalan-a-una-persona-un-detenido-tras-ataque-en-parada-de-autobus-en-el-noroeste-de-miami-dade/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, the stabbing was reported at 12:37 p.m. at the bus stop located at 1176 NW 79th St. </p><p>Deputies responded to the scene and found a man suffering from stab wounds.</p><p>Miami-Dade Fire Rescue responded and transported the victim to Jackson Memorial Hospital’s Ryder Trauma Center in critical condition. </p><p>The suspect was taken into custody a short time later.</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/LF6FT7KXP5BK7KG7HQO4ELIYGE.jpeg?auth=914329c23ad71d93b20fcefdf1072be0d34378c000dd0ecd079641a29a7b20ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Apuñalan a una persona; un detenido tras ataque en parada de autobús en el noroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/04/23/apunalan-a-una-persona-un-detenido-tras-ataque-en-parada-de-autobus-en-el-noroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/23/apunalan-a-una-persona-un-detenido-tras-ataque-en-parada-de-autobus-en-el-noroeste-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[One person has been taken into custody following a stabbing Thursday afternoon at a bus stop in northwest Miami-Dade, authorities confirmed.]]></description><pubDate>Thu, 23 Apr 2026 18:59:33 +0000</pubDate><content:encoded><![CDATA[<p>Una persona fue detenida tras un apuñalamiento ocurrido la tarde del jueves en una parada de autobús en el noroeste de Miami-Dade, confirmaron las autoridades.</p><p>Según la Oficina del Sheriff de Miami-Dade, el incidente fue reportado a las 12:37 p.m. en la parada ubicada en 1176 NW 79th St.</p><p>Agentes respondieron al lugar y encontraron a un hombre con heridas de arma blanca.</p><p>Miami-Dade Fire Rescue acudió a la escena y trasladó a la víctima al Ryder Trauma Center del Jackson Memorial Hospital en condición crítica.</p><p>El sospechoso fue detenido poco tiempo después.</p><p>No se han revelado más detalles de inmediato.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LF6FT7KXP5BK7KG7HQO4ELIYGE.jpeg?auth=914329c23ad71d93b20fcefdf1072be0d34378c000dd0ecd079641a29a7b20ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item></channel></rss>