<?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>Wed, 29 Apr 2026 00:35:03 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Broward school board members weigh decision to cut hundreds of district jobs]]></title><link>https://www.local10.com/news/local/2026/04/28/broward-school-board-members-weigh-decision-to-cut-hundreds-of-district-jobs/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/broward-school-board-members-weigh-decision-to-cut-hundreds-of-district-jobs/</guid><dc:creator><![CDATA[Sanela Sabovic, Aaron Maybin]]></dc:creator><description><![CDATA[The Broward County School Board is preparing to vote on a proposal that could cut hundreds of jobs. ]]></description><pubDate>Tue, 28 Apr 2026 22:26:25 +0000</pubDate><content:encoded><![CDATA[<p>The Broward County School Board is preparing to vote on a proposal that could cut hundreds of jobs. </p><p>Declining enrollment has led Broward County Public Schools to cut jobs for the first time in twenty years.</p><p>“Clearly we don’t want to affect anything,” said school board member Debra Hixon. “Having to do this is extremely difficult.”</p><p>In the last three years, the district lost 25,000 students, and they are projected to lose 10,000 more next year.</p><p>This latest proposal would cut about 809 positions, generating a $41.3 million dollars in savings. </p><p>Superintendent Howard Hepburn has maintained that the cuts will not impact students directly.</p><p>“I do not want our teachers impacted, and I do not want our students impacted by the lack of having no teachers in our system,” said school board member Adam Cervera. </p><p>Some of the jobs on the chopping block include, counselors, behavioral support, and social workers.</p><p>Ultimately, the school board pushed back the vote to a later date.</p><p>Board members will workshop the plan during a meeting on May 11, then a week later on May 19 they will hold a formal vote. </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[Mexican man pleads guilty to impersonating Border Patrol agent to 'disrupt deportation missions']]></title><link>https://www.local10.com/news/weird-news/2026/04/28/mexican-man-pleads-guilty-to-impersonating-border-patrol-agent-to-disrupt-deportation-missions/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/04/28/mexican-man-pleads-guilty-to-impersonating-border-patrol-agent-to-disrupt-deportation-missions/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Wed, 29 Apr 2026 00:26:08 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — A Mexican man in the United States has pleaded guilty to impersonating a Border Patrol agent and following federal immigration officers to divert them while they were out on immigration enforcement missions in Southern California.</p><p>Jamie Ernesto Alvarez-Gonzalez admitted to following a Border Patrol agent on Jan. 8 while he was driving in a neighborhood in San Diego, according to the U.S. Attorney's Office for the Southern District of California.</p><p>Prosecutors said Alvarez-Gonzalez’s black Ford F-150, a model also used by undercover federal officers, had a license plate with federal truck written on the frame in small letters, though the word federal was misspelled. He put a Border Patrol sticker in the windshield and non-working radio communications antennae on the roof, according to the complaint. Handcuffs were hung from the rearview mirror.</p><p>The agent aborted his mission when he saw Alvarez-Gonzalez following him, falsely believing other agents were responding, according to the U.S. Attorney's Office.</p><p>When Alvarez-Gonzalez was confronted by real agents, he “shouted obscenities and demanded agents leave the community of Linda Vista," prosecutors said. Three other cars also arrived at one point and began harassing departing agents and chasing them on the highway.</p><p>Prosecutors said Alvarez-Gonzalez had made a recording where he said he was actively looking for federal agents working on immigration enforcement and had brought in his “reinforcements.” He also had a fake FBI badge.</p><p>He pleaded guilty to one count of impersonating a federal agent and three counts of illegally possessing firearms. His federal public defender did not respond to an emailed request for comment.</p><p>Alvarez-Gonzalez overstayed his tourist visa, which he used decades ago to enter the country, the U.S. Attorney's Office said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R3PGBRHGVNNDNMDCVXTSX7SEE4.jpg?auth=8b6d996f7f3d63d97fdb50cd8ab37eb21dd01d9e1e2a5d2155c8bd9ed657db02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A U.S Border Patrol badge is displayed as Gregory Bovino, chief patrol agent of the U.S. Border Patrol's El Centro Sector, stands in a conference room before an interview with The Associated Press in Los Angeles, Aug. 25, 2025. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Fans get close-up look at new Cadillac Formula 1 race car in Pembroke Pines]]></title><link>https://www.local10.com/news/local/2026/04/28/fans-get-close-up-look-at-new-cadillac-formula-1-race-car-in-pembroke-pines/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/fans-get-close-up-look-at-new-cadillac-formula-1-race-car-in-pembroke-pines/</guid><dc:creator><![CDATA[Will Manso]]></dc:creator><description><![CDATA[There’s a brand-new team on the Formula 1 grid.]]></description><pubDate>Wed, 29 Apr 2026 00:20:28 +0000</pubDate><content:encoded><![CDATA[<p>There’s a brand-new team on the Formula 1 grid.</p><p>This season, F1 expanded to 11 teams and 22 drivers. </p><p>That means Cadillac is now part of the world’s best racing circuit.</p><p>Cadillac’s black and white F1 car was sitting pretty at Vera Cadillac in Pembroke Pines on Tuesday. </p><p>Miami Heat guard Norman Powell was there to take a closer look.</p><p>Cadillac drivers Sergio Perez and Valteri Bottas are hoping to score their first points of the season during this weekend’s Miami Grand Prix at Hard Rock Stadium.</p><p>You can check out footage of the new Cadillac F1 race car in the video at the top of this page. </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 police honor agency’s 42 fallen officers]]></title><link>https://www.local10.com/news/local/2026/04/28/miami-police-honor-agencys-42-fallen-officers/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/miami-police-honor-agencys-42-fallen-officers/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[With reverence and respect, dozens of Miami Police Department officers paused Tuesday to pay tribute to every fallen hero of the agency.]]></description><pubDate>Tue, 28 Apr 2026 21:49:22 +0000</pubDate><content:encoded><![CDATA[<p>With reverence and respect, dozens of Miami Police Department officers paused Tuesday to pay tribute to every fallen hero of the agency.</p><p><a href="https://www.local10.com/espanol/2026/04/28/honran-policias-de-miami-a-42-agentes-caidos-de-la-agencia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/honran-policias-de-miami-a-42-agentes-caidos-de-la-agencia/">Leer en español</a></p><p>Forty-two MPD officers have died in the line of duty.</p><p>“We go to all the gravesites of the officers that have been killed in the line of duty and we present them with an American flag and a ‘thin blue line’ flag,” MPD Chief Manny Morales said.</p><p>The flags will be placed at the grave sites across Miami-Dade ahead of National Police Week in May. It’s part of the agency’s annual commitment called “Project Hero.”</p><p>Morales was somber as stories were shared about their valiant efforts to protect the public, remembering their last day on duty with prayer, including Miami Police Officer Victor Estefan, who was shot and killed during a traffic stop in 1988. He served with MPD for 21 years.</p><p>”Many officers go out each and every day to serve and protect. They put on the uniform, they put on the badge,” MPD Officer Kiara Delva said. “And their main goal is to ensure that they are protecting the community. And they do so with a very brave heart and soul. And that’s ultimately what today is about. We go out, we honor them, we remember them and their sacrifice.”</p><p>Morales called it “a very loud signal that we’ll never forget the sacrifice made by the members of the Miami Police.”</p><p>It’s only the beginning of a month of ceremonies and event that MPD and law enforcement agencies across the country will have to honor their fallen heroes. </p><p>MPD plans on having a larger ceremony including the families of families of fallen officers in early May.</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[Honran policías de Miami a 42 agentes caídos de la agencia]]></title><link>https://www.local10.com/espanol/2026/04/28/honran-policias-de-miami-a-42-agentes-caidos-de-la-agencia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/honran-policias-de-miami-a-42-agentes-caidos-de-la-agencia/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Con reverencia y respeto, decenas de agentes del Departamento de Policía de Miami hicieron una pausa el martes para rendir homenaje a todos los héroes caídos de la institución.]]></description><pubDate>Wed, 29 Apr 2026 00:04:55 +0000</pubDate><content:encoded><![CDATA[<p>With reverence and respect, dozens of Miami Police Department officers paused Tuesday to pay tribute to every fallen hero of the agency.</p><p>Forty-two MPD officers have died in the line of duty.</p><p>“We go to all the gravesites of the officers that have been killed in the line of duty and we present them with an American flag and a ‘thin blue line’ flag,” MPD Chief Manny Morales said.</p><p>The flags will be placed at the grave sites across Miami-Dade ahead of National Police Week in May. It’s part of the agency’s annual commitment called “Project Hero.”</p><p>Morales was somber as stories were shared about their valiant efforts to protect the public, remembering their last day on duty with prayer, including Miami Police Officer Victor Estefan, who was shot and killed during a traffic stop in 1988. He served with MPD for 21 years.</p><p>”Many officers go out each and every day to serve and protect. They put on the uniform, they put on the badge,” MPD Officer Kiara Delva said. “And their main goal is to ensure that they are protecting the community. And they do so with a very brave heart and soul. And that’s ultimately what today is about. We go out, we honor them, we remember them and their sacrifice.”</p><p>Morales called it “a very loud signal that we’ll never forget the sacrifice made by the members of the Miami Police.”</p><p>It’s only the beginning of a month of ceremonies and event that MPD and law enforcement agencies across the country will have to honor their fallen heroes.</p><p>MPD plans on having a larger ceremony including the families of families of fallen officers in early May.</p>]]></content:encoded></item><item><title><![CDATA[Surfside elects Shlomo Danzinger as mayor for second time]]></title><link>https://www.local10.com/news/local/2026/04/28/surfside-elects-shlomo-danzinger-as-mayor-for-second-time/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/surfside-elects-shlomo-danzinger-as-mayor-for-second-time/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[The results are in from a special election in Surfside as the beachfront Miami-Dade town elected its next mayor.]]></description><pubDate>Wed, 29 Apr 2026 00:03:54 +0000</pubDate><content:encoded><![CDATA[<p>The results are in from a special election in Surfside as the beachfront Miami-Dade town elected its next mayor.</p><p>Voters took to the polls earlier this month to choose between current Surfside Vice Mayor Tina Paul and former Mayor Shlomo Danzinger.</p><p>Ultimately, in what was a very tight race, voters on Tuesday elected Danzinger back into office.</p><p>He received 50.54% of the ballots cast, defeating Paul <a href="https://enr.electionsfl.org/DAD/3964/Summary/" target="_blank" rel="noreferrer" title="https://enr.electionsfl.org/DAD/3964/Summary/">by a total of just 22 votes</a>. </p><p>Danzinger will unseat current Mayor Charles Burkett, who defeated Danzinger in 2024 and became the town’s mayor for a third time. </p><p><a href="https://www.local10.com/news/local/2026/03/17/surfside-voters-to-elect-new-mayor-4-town-commissioners/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/03/17/surfside-voters-to-elect-new-mayor-4-town-commissioners/">After both Danzinger and Paul failed to receive 50% of the ballots cast during the initial election in March</a>, a special election was held on April 7, but <a href="https://www.local10.com/news/local/2026/04/06/judge-extends-mail-in-ballot-deadline-for-surfside-mayor-race-over-passover-conflict/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/06/judge-extends-mail-in-ballot-deadline-for-surfside-mayor-race-over-passover-conflict/">a judge ruled to extend the mail-in ballot deadline</a> to Tuesday due to a conflict with the Passover holiday. </p><p>Nearly half of the population of the town of Surfside is Jewish. </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/DC2NNYAOGVWQKVS3IHRVWHQGWA.jpg?auth=a109fa768a3cd212d5de62abf47945f168230833529b24fca0ec3c0fdce21e37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters elected Shlomo Danzinger on Tuesday to be Surfside’s next mayor.]]></media:description></media:content></item><item><title><![CDATA[Comienzan en Colombia conversaciones de alto nivel para dejar atrás los combustibles fósiles]]></title><link>https://www.local10.com/espanol/2026/04/28/comienzan-en-colombia-conversaciones-de-alto-nivel-para-dejar-atras-los-combustibles-fosiles/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/comienzan-en-colombia-conversaciones-de-alto-nivel-para-dejar-atras-los-combustibles-fosiles/</guid><dc:creator><![CDATA[Por STEVEN GRATTAN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 23:55:39 +0000</pubDate><content:encoded><![CDATA[<p>SANTA MARTA, Colombia (AP) — Las conversaciones de alto nivel para acelerar la sustitución de los combustibles fósiles comenzaron el martes en la ciudad caribeña de Santa Marta, en Colombia, donde el presidente Gustavo Petro advirtió que el mundo podría llegar “al punto de no retorno” sin la función de la Amazonía en la regulación del clima.</p><p>El segmento de dos días de ministros y altos funcionarios marca el eje político central de la Primera Conferencia para la Transición Más Allá de los Combustibles Fósiles, en la que más de 50 países han debatido cómo dejar atrás el petróleo, el gas y el carbón —los principales impulsores del calentamiento global— para avanzar hacia energías más limpias.</p><p>“La conclusión es inevitable: debemos dejar atrás los combustibles fósiles, no solo porque es bueno para el clima, sino porque fortalece nuestra independencia y seguridad energéticas”, manifestó Stientje van Veldhoven, ministra de Política Climática y Crecimiento Verde de Holanda, que copatrocina la conferencia junto con Colombia.</p><p>La reunión refleja la creciente frustración entre algunos gobiernos y defensores, que consideran que, en décadas de negociaciones climáticas de la ONU, no se ha abordado de manera directa la producción de combustibles fósiles, lo que llevó a la cumbre de Santa Marta a impulsar el tema fuera de las conversaciones formales. En negociaciones recientes se ha reconocido la necesidad de una transición, pero los países siguen divididos sobre cómo implementarla y cómo financiar el cambio.</p><p>Antes de que el presidente subiera al escenario, integrantes de la comunidad indígena arhuaca de la Sierra Nevada de Santa Marta —que, desde hace mucho tiempo, han defendido sus tierras ancestrales frente al desarrollo externo— abrieron la ceremonia con un ritual tradicional de armonización, una ceremonia espiritual en la que hablaron en su lengua nativa y tocaron instrumentos ancestrales.</p><p>El presidente colombiano advierte que la Amazonía está en un punto de inflexión</p><p>Por la tarde, el presidente Petro advirtió que “la selva amazónica se está quemando”, y añadió que “sin ella, llegamos al punto de no retorno”.</p><p>El líder izquierdista cuestionó el modelo económico global que sustenta el uso de combustibles fósiles y preguntó “si el capitalismo puede realmente adaptarse a un modo de vida no fósil”. Afirmó que las conversaciones climáticas de la ONU han quedado cortas, al sostener que “la unidad de Estado fracasó en las COP de la ONU”, y pidió una acción más amplia que vaya más allá de los gobiernos.</p><p>Petro también vinculó los conflictos actuales con la dependencia energética, al señalar que “las guerras, las luchas por el petróleo desesperadas, las estrategias geopolíticas (están impulsadas) alrededor de la conservación de las materias fósiles”.</p><p>La ministra de Ambiente de Colombia, Irene Vélez Torres, comentó en las palabras de apertura antes del discurso de Petro que el conflicto en Oriente Medio ha dejado al descubierto que “no solamente estamos hablando de una crisis climática y ambiental, sino también de una crisis económica y de seguridad nacional”.</p><p>Petro ha posicionado a Colombia como una voz líder que pide un giro global para alejarse de los combustibles fósiles, mientras impulsa en el país una transición gradual que equilibre los objetivos climáticos con las realidades económicas.</p><p>Un momento clave para la cooperación internacional</p><p>Por la mañana, fuera del recinto de la conferencia, miembros de un sindicato minero protestaron contra Petro y el evento, coreando consignas con megáfonos y sosteniendo carteles donde arremetían contra quienes llegaron en avión para criticar a la industria petrolera, pedían más petróleo y menos Petro, e instaban a defender el petróleo.</p><p>A un mes de que se realicen elecciones en Colombia, Petro, que está por dejar el cargo, mantuvo la promesa que hizo desde que tomó posesión de frenar nuevas exploraciones de petróleo y gas y encaminar al país hacia una economía posterior a los combustibles fósiles, aun cuando la nación andina sigue dependiendo en gran medida de las exportaciones de petróleo y carbón.</p><p>La ministra Vélez Torres presentó el encuentro como un momento clave para la cooperación internacional.</p><p>“Que esta conferencia sea el momento en que la ambición se convierta en solidaridad y la cooperación en el camino hacia un futuro más allá de los combustibles fósiles”, expresó el martes por la mañana. “Hagamos de esto un punto de inflexión en la historia”.</p><p>Yuvelis Morales Blanco, una activista de 25 años de Puerto Wilches, Colombia, intervino en la plenaria inaugural y pidió acciones urgentes y una transición arraigada en las comunidades.</p><p>“Estamos llamados a hacer realidad el mundo que hemos imaginado”, afirmó, e instó a los gobiernos a emprender “acciones directas y concretas” para alejarse de los combustibles fósiles y proteger la naturaleza. “Exigimos justicia energética, justicia climática y justicia para la juventud y la niñez”.</p><p>Hasta ahora, las discusiones en Santa Marta han subrayado el desafío central de financiar la transición, en particular para los países en desarrollo que enfrentan altos costos de endeudamiento y un acceso limitado al capital.</p><p>Van Veldhoven dijo que el acceso a financiamiento asequible sería crucial para garantizar que la transición pueda ocurrir a escala global, especialmente para los países en desarrollo que enfrentan una elevada deuda y un margen fiscal limitado.</p><p>Los participantes también han debatido el papel de herramientas de política como los mercados de carbono y los subsidios gubernamentales, así como la forma de garantizar que la transición no repita patrones de uso de la tierra y explotación de recursos que han perjudicado a las comunidades en el pasado.</p><p>Los organizadores señalan que la conferencia no producirá acuerdos vinculantes, pero que busca generar impulso político y reunir a países dispuestos a acelerar la transición fuera del proceso formal de la ONU. También se considera un peldaño hacia las próximas negociaciones climáticas globales, donde se espera que el financiamiento y los plazos para reducir el uso de combustibles fósiles sigan siendo puntos clave de debate.</p><p>Tuvalu, una diminuta nación insular polinesia de baja altitud en el océano Pacífico Sur, anunció el lunes que albergará la próxima conferencia sobre la transición para alejarse de los combustibles fósiles. Las pequeñas naciones insulares son altamente susceptibles al cambio climático, y se espera que Tuvalu quede sumergida para 2100 debido al aumento del nivel del mar, según científicos y la ONU.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</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/7OCYC44HQDMDZNXIXFV2EOWGMY.jpg?auth=d094b660ac78ea54c01439494509fb55e90e14d3c519b37c06aae2135e3a1f54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stientje van Veldhoven, ministra de Política Climática y Crecimiento Verde de Holanda, derecha, abraza a la ministra de Ambiente de Colombia, Irene Vélez Torres, durante una conferencia para dejar atrás los combustibles fósiles, el martes 28 de abril de 2026, en Santa Marta, Colombia. (AP Foto/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Broward woman stabs boyfriend, tells cops he ‘was a clone,’ arrest report states]]></title><link>https://www.local10.com/news/local/2026/04/28/broward-woman-stabs-boyfriend-tells-cops-he-was-a-clone-arrest-report-states/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/broward-woman-stabs-boyfriend-tells-cops-he-was-a-clone-arrest-report-states/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man brought into a Broward hospital for a so-called “suicide attempt” was actually a victim of an attempted murder at the hands of his girlfriend, authorities said they determined after speaking to a skeptical surgeon.]]></description><pubDate>Tue, 28 Apr 2026 21:31:42 +0000</pubDate><content:encoded><![CDATA[<p>A man brought into a Broward hospital for a so-called “suicide attempt” was actually a victim of an attempted murder at the hands of his girlfriend, authorities said they determined after speaking to a skeptical surgeon.</p><p><a href="https://www.local10.com/espanol/2026/04/28/acusan-a-mujer-de-broward-de-apunalar-a-su-novio-dijo-a-la-policia-que-era-un-clon/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/acusan-a-mujer-de-broward-de-apunalar-a-su-novio-dijo-a-la-policia-que-era-un-clon/">Leer en español</a></p><p>Deputies said the victim, after surviving the Pompano Beach attack with a neck wound, called girlfriend Cleo Danielle Ranger, who has a documented history of mental health problems, “crazy.” </p><p>They said Ranger, 26, of Fort Lauderdale, told investigators after the crime that she believed her boyfriend of six months was actually a “clone.”</p><p>Broward Sheriff’s Office deputies arrested Ranger over the weekend in connection with the stabbing, which they said happened on Friday at a home in the 1600 block of Northeast 48th Court.</p><p>Deputies said they responded to the area after a reported “suicide attempt” and found the victim passed out in the driveway. A BSO arrest report states that a surgeon at Broward Health North said the his wound didn’t correspond with a typical suicide attempt and instead “appeared to have been caused by an upward motion puncture from a knife.”</p><p>Ranger, the report states, told deputies that the stabbing was “foul play” and that the victim “was a clone of her boyfriend and that (he) was not really (himself).” Deputies said she had a history of mental health commitments under the Baker Act.</p><p>Deputies said after conducting a “protective sweep” of the home, they found a large pool of blood in the kitchen, bloody footprints and three bloodied knives.</p><p>They said on Saturday, Ranger’s boyfriend had his breathing tube removed and was able to speak with them. According to the report, he said Ranger had given him kava, which he drank, causing him to become “lethargic” before the attack.</p><p>“After talking about the incident, (he) became very upset, his blood pressure became high and (he) started bleeding from his neck wound,” BSO Detective Jennifer Petrovsky wrote. </p><p>Deputies said after walking out for a few minutes, a detective asked the man “who stabbed him and provided (him) with a piece of paper where (he) wrote the suspect was Cleo Ranger.”</p><p>“When asked if the named individual is responsible for the incident, (he) responded in the affirmative stating, ‘Yes’ and saying ‘this girl is crazy’ as becomes visibly emotional and begins to cry and makes hand gestures as if there was a struggle,” Petrovsky wrote.</p><p>Deputies arrested Ranger on Sunday, records show.</p><p>As of Tuesday, she was being held without bond at BSO’s North Broward Bureau jail facility in Pompano Beach.</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/DDFRIF46FVFGRMZ6O36I5MGXLU.jpg?auth=dea2e1f35dbf9626e42f4ec01e4287b44598f307268fc05ad55d6288fcbb86bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleo Ranger]]></media:description></media:content></item><item><title><![CDATA[Acusan a mujer de Broward de apuñalar a su novio; dijo a la policía que “era un clon”]]></title><link>https://www.local10.com/espanol/2026/04/28/acusan-a-mujer-de-broward-de-apunalar-a-su-novio-dijo-a-la-policia-que-era-un-clon/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/acusan-a-mujer-de-broward-de-apunalar-a-su-novio-dijo-a-la-policia-que-era-un-clon/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre que fue ingresado en un hospital de Broward por un supuesto "intento de suicidio" fue en realidad víctima de un intento de asesinato a manos de su novia, según determinaron las autoridades tras hablar con un cirujano escéptico.]]></description><pubDate>Tue, 28 Apr 2026 23:52:54 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre llevado a un hospital de Broward por un supuesto “intento de suicidio” en realidad fue víctima de un intento de asesinato a manos de su novia, determinaron las autoridades tras hablar con un cirujano que dudó de la versión inicial.</p><p>Los agentes indicaron que la víctima, tras sobrevivir al ataque en Pompano Beach con una herida en el cuello, llamó a su novia Cleo Danielle Ranger, quien tiene un historial documentado de problemas de salud mental, “loca”.</p><p>Indicaron que Ranger, de 26 años y residente de Fort Lauderdale, dijo a los investigadores después del crimen que creía que su novio de seis meses en realidad era un “clon”.</p><p>Agentes de la Oficina del Sheriff de Broward arrestaron a Ranger durante el fin de semana en relación con el apuñalamiento, que según dijeron ocurrió el viernes en una vivienda en la cuadra 1600 de Northeast 48th Court.</p><p>Los agentes respondieron al área tras un reporte de “intento de suicidio” y encontraron a la víctima inconsciente en la entrada de la casa. Un informe de arresto de la BSO indica que un cirujano de Broward Health North señaló que la herida no correspondía a un intento de suicidio típico y que “parecía haber sido causada por una punción ascendente con un cuchillo”.</p><p>Ranger, según el informe, dijo a los agentes que el apuñalamiento fue “un acto ilícito” y que la víctima “era un clon de su novio y que no era realmente él”. Los agentes indicaron que tenía antecedentes de internamientos por salud mental bajo la Ley Baker.</p><p>Tras realizar una inspección de seguridad en la vivienda, los agentes encontraron un gran charco de sangre en la cocina, huellas ensangrentadas y tres cuchillos con sangre.</p><p>Indicaron que el sábado, al novio de Ranger le retiraron el tubo de respiración y pudo hablar con ellos. Según el informe, dijo que Ranger le había dado kava, que él bebió, lo que lo dejó “letárgico” antes del ataque.</p><p>“Después de hablar sobre el incidente, (él) se alteró mucho, su presión arterial aumentó y (él) comenzó a sangrar por la herida en el cuello”, escribió la detective de la BSO Jennifer Petrovsky.</p><p>Los agentes indicaron que, tras salir unos minutos, una detective le preguntó al hombre “quién lo apuñaló” y le dio un papel donde escribió que la sospechosa era Cleo Ranger.</p><p>“Cuando se le preguntó si la persona nombrada es responsable del incidente, (él) respondió afirmativamente diciendo ‘Sí’ y diciendo ‘esta chica está loca’, mientras se mostraba visiblemente emocional, comenzaba a llorar y hacía gestos con las manos como si hubiera habido un forcejeo”, escribió Petrovsky.</p><p>Los registros muestran que los agentes arrestaron a Ranger el domingo.</p><p>Hasta el martes, permanecía detenida sin derecho a fianza en la cárcel del North Broward Bureau de la BSO en Pompano Beach.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DDFRIF46FVFGRMZ6O36I5MGXLU.jpg?auth=dea2e1f35dbf9626e42f4ec01e4287b44598f307268fc05ad55d6288fcbb86bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleo Ranger]]></media:description></media:content></item><item><title><![CDATA[NCAA remains on track to expand to a 76-team March Madness bracket for next season]]></title><link>https://www.local10.com/sports/2026/04/28/ncaa-remains-on-track-to-expand-to-a-76-team-march-madness-bracket-for-next-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/28/ncaa-remains-on-track-to-expand-to-a-76-team-march-madness-bracket-for-next-season/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 23:50:29 +0000</pubDate><content:encoded><![CDATA[<p>The NCAA is still deliberating expanding March Madness on both the men's and women's sides to 76 teams for next season — a much-expected development that's been in the works for years.</p><p>The NCAA released a brief statement Tuesday in the wake of an ESPN report that cited unnamed sources saying a decision to add eight teams to the bracket is a mere formality that's expected in May.</p><p>“Expanding the basketball tournaments would require approval from multiple NCAA committees, including the men’s and women’s basketball committees, and no final recommendations or decisions have been made at this time,” the statement said.</p><p>Earlier this month at the Final Four, NCAA President Charlie Baker said the committees would, in fact, return to discussing the expansion once this year's tournament was over.</p><p>The tournaments have been at 68 teams since 2011, when four play-in games were added to the beginning of the first week of play. The new format would add eight more at-large teams and take eight more teams out of the main bracket for play-in games.</p><p>The expansion isn't expected to generate a lot more income because it will only add games early in the first week. The current TV deal runs through 2032 and could be tweaked slightly.</p><p>Regardless of finances, the expansion would give power conferences more chances to place teams in the bracket — a growing concern as those conferences seek more power and control over college sports in the era of name, image and likeness compensation and the transfer portal.</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-mens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RYRTGCNYYY32FDAT7ZUTBUGPNI.jpg?auth=e3cf56767415cc73453ba4798dbada52a9f2c4b84e04a81de05b2a075b3a1f7a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan celebrates after defeating UConn in 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><media:content url="https://www.local10.com/resizer/v2/ARYPU7MDZQEKVMQPQLOVPZTERY.jpg?auth=716023ca68365bec2c4d3030865ec1f464374ee9fabb0276f8c78fe7a91cd9ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of Michigan celebrate after defeating UConn in the NCAA college basketball tournament national championship game at the Final Four, Monday, April 6, 2026, in Indianapolis. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Pin que utilizó presidenta interina de Venezuela en visitas de Estado causa molestia en Guyana]]></title><link>https://www.local10.com/espanol/2026/04/28/pin-que-utilizo-presidenta-interina-de-venezuela-en-visitas-de-estado-causa-molestia-en-guyana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/pin-que-utilizo-presidenta-interina-de-venezuela-en-visitas-de-estado-causa-molestia-en-guyana/</guid><dc:creator><![CDATA[Por BERT WILKINSON, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 23:49:08 +0000</pubDate><content:encoded><![CDATA[<p>GEORGETOWN, Guyana (AP) — El gobierno de Guyana presentó el martes una queja ante líderes del Caribe después de que la presidenta interina de Venezuela, Delcy Rodríguez, apareció en una serie de visitas oficiales con un polémico broche con la forma de un mapa venezolano que incluye a una región occidental de Guyana que Caracas ha reclamado como propia desde hace tiempo.</p><p>El pin, que Rodríguez llevaba abrochado a su blusa, tiene la forma del mapa de Venezuela e incluye al Esequibo, una región rica en recursos naturales que abarca dos terceras partes del territorio de Guyana y en torno a la cual gira una disputa territorial de varios siglos con la vecina Venezuela.</p><p>Funcionarios del gobierno de Venezuela, presentadores de la televisión estatal, legisladores y miembros del partido gobernante han utilizado este broche cada vez con mayor frecuencia desde que el entonces presidente Nicolás Maduro fue capturado por fuerzas estadounidenses en una operación nocturna en la capital venezolana a principios de enero.</p><p>En una nota dirigida a Terrance Drew, primer ministro de San Cristóbal y Nieves y presidente de un bloque comercial caribeño Caricom, el mandatario de Guyana Irfaan Ali aseguró que el pin defiende “el reclamo de Venezuela sobre el territorio de Guyana”.</p><p>Rodríguez lució el pin el lunes durante una visita a Barbados y durante una gira por Granada a principios de este mes, en lo que fue su primer viaje exterior desde que asumió el cargo en lugar de Maduro.</p><p>En su nota, Ali declaró que teme que el hecho de que Rodríguez porte el pin en viajes oficiales pueda malinterpretarse como “aceptación o tolerancia” del país anfitrión a los reclamos territoriales de Venezuela.</p><p>“El apoyo de principios de Caricom a Guyana debe reflejarse no sólo en declaraciones, sino en el contexto y la conducta de los compromisos oficiales”, añadió, refiriéndose al bloque.</p><p>Venezuela ha argumentado desde hace tiempo que una comisión internacional de límites la despojó del territorio en 1899, durante el dominio colonial británico. La disputa territorial se encuentra actualmente en manos de la Corte Internacional de Justicia en Países Bajos.</p><p>Por su parte, Rodríguez cuestionó el énfasis en su vestimenta oficial y señaló el martes que el pin refleja el único mapa de Venezuela que conoce. Reiteró los reclamos de Venezuela sobre el Esequibo y expresó su confianza en que el tribunal internacional ratifique pronto su postura.</p><p>Ali también le recordó al bloque comercial en su nota que la región ha respaldado de manera inequívoca el reclamo de Guyana sobre el Esequibo en reuniones clave e insistió en que no se le debe permitir a Venezuela exhibir “símbolos y mapas” del Esequibo, debido a que eso únicamente socavaría el caso ante el tribunal internacional.</p><p>Caricom emitió un comunicado el martes en el que mencionó la carta de Ali y afirmó que “no deben utilizarse, directa o indirectamente, las plataformas y los compromisos para impulsar o aparentar legitimar reclamaciones que son objeto de procedimientos judiciales en curso”.</p><p>El bloque expresó su “apoyo histórico e inequívoco a la soberanía y la integridad territorial de Guyana, y a la resolución pacífica de la controversia”.</p><p>Ali también arremetió contra la inclusión del Esequibo en mapas oficiales de Venezuela, calificando el hecho como una “afirmación calculada y provocadora de un reclamo” que Guyana ha rechazado de manera persistente.</p><p>En los últimos años, Venezuela ha enviado buques armados a yacimientos petroleros en altamar operados por empresas de Estados Unidos con la autorización de Guyana, exigiendo que se ponga fin a la producción de petróleo en el lugar, amenazas que han sido ignoradas por las plataformas. ___</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/YQNLRZWUPBMEW626Y2F4VSCCEU.jpg?auth=51bd9a6ce0fb4418ed7203500ae294c66def498da08b4348dd1f1b27654197c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El primer ministro de Granada, Dickon Mitchell y la presidenta interina de Venezuela, Delcy Rodríguez, durante una conferencia de prensa en el Parlamento, el jueves 9 de abril de 2026, en Saint George, Granada. (AP Foto/Haron Forteau)]]></media:description><media:credit role="author" scheme="urn:ebu">Haron Forteau</media:credit></media:content></item><item><title><![CDATA[“En vez de ayudarme, hizo eso”: paciente relata presunto ataque de bombero de BSO en ambulancia]]></title><link>https://www.local10.com/espanol/2026/04/28/en-vez-de-ayudarme-hizo-eso-paciente-relata-presunto-ataque-de-bombero-de-bso-en-ambulancia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/en-vez-de-ayudarme-hizo-eso-paciente-relata-presunto-ataque-de-bombero-de-bso-en-ambulancia/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[El hombre del sur de Florida que demandó a un socorrista tras una supuesta agresión está hablando sobre el incidente en cuestión.]]></description><pubDate>Tue, 28 Apr 2026 23:46:21 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 65 años que, según las autoridades, fue víctima de <a href="https://www.local10.com/espanol/2026/04/24/acusan-a-teniente-de-broward-sheriff-fire-rescue-carlos-lewin-por-presunto-ataque/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/24/acusan-a-teniente-de-broward-sheriff-fire-rescue-carlos-lewin-por-presunto-ataque/">una agresión</a> a manos de un teniente de Bomberos del Sheriff de Broward está compartiendo su historia.</p><p>El hecho ocurrió el 31 de enero cerca de la intersección de Northwest First Street y la 31st Avenue en el área no incorporada del centro de Broward.</p><p>Hannah Yechivi de Local 10 habló con Alan MacPhee, quien dijo que recuerda claramente el momento en que fue atacado.</p><p>“Tomó sus pulgares y los clavó en mi cabeza, y yo dije, ‘Agghhhh’”, dijo MacPhee. “Metió sus pulgares en mis ojos, pensé que iba a sacar mis ojos por la órbita. Fue así de grave”.</p><p>La persona a la que MacPhee acusa es el teniente de BSFR Carlos Lewin.</p><p>“Yo estaba como, ‘Aghhh, ¿qué estás haciendo?’”, dijo MacPhee. “¿Qué estaba pensando? Estoy en una ambulancia para recibir ayuda y estoy siendo agredido por un paramédico al punto de que toma mis ojos e intenta empujarlos a través de mi cráneo”.</p><p>Según los agentes, tras una discusión verbal, Lewin golpeó con fuerza la cabeza de MacPhee contra la camilla durante unos 30 segundos antes de presionar sus dedos en los ojos de MacPhee y volver a golpear su cabeza contra la camilla.</p><p>Lewin, de 43 años, fue arrestado posteriormente después de que dos de sus compañeros bomberos lo reportaran tras presenciar el incidente. Ahora enfrenta dos cargos de agresión contra una persona de 65 años o más.</p><p>El sheriff de Broward, Gregory Tony, emitió un comunicado sobre el incidente que indica:</p><p>“El arresto de nuestro teniente de bomberos demuestra nuestro compromiso de responsabilizar a los nuestros por sus acciones ilegales. El público puede tener la seguridad de que el debido proceso interno será justo, y cualquier disciplina resultante será apropiada y consistente con la política. Aplaudo a los dos bomberos que reportaron este incidente. Continuaremos exigiéndonos los más altos estándares y servir al público con profesionalismo”.</p><p>Es algo que MacPhee dijo que le alegró escuchar.</p><p>“Aleluya, ese tipo necesita rendir cuentas por sus acciones”, dijo.</p><p>El abogado de Lewin dijo que no tiene antecedentes de acusaciones y ha servido como socorrista durante más de una década, agregando que confían en el proceso legal.</p><p>“Este tipo fue totalmente poco profesional, no hizo su trabajo, fue prejuicioso y violó mis derechos”, dijo MacPhee.</p><p>Ahora, MacPhee dijo que busca compensación económica.</p><p>“Es una locura, ¿cómo es posible que un paramédico, en vez de ayudarme, me haga eso?”, dijo.</p><p>Después del incidente, Lewin fue relevado de sus funciones y puesto en licencia administrativa con sueldo mientras se investigaban las acusaciones.</p><p>Según la BSO, actualmente está suspendido sin sueldo.</p><p>Cualquier persona que desee ayudar a MacPhee financiera u otra manera puede comunicarse directamente con él al 954-708-8581.</p>]]></content:encoded></item><item><title><![CDATA[‘Instead of helping me, he did that’: Patient recounts alleged ambulance attack by BSO firefighter]]></title><link>https://www.local10.com/news/local/2026/04/28/instead-of-helping-me-he-did-that-patient-recounts-alleged-ambulance-attack-by-bso-firefighter/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/instead-of-helping-me-he-did-that-patient-recounts-alleged-ambulance-attack-by-bso-firefighter/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[The South Florida man suing a first responder after an alleged assault is speaking about the incident in question. ]]></description><pubDate>Tue, 28 Apr 2026 21:54:21 +0000</pubDate><content:encoded><![CDATA[<p>A 65-year-old man authorities say became the victim of <a href="https://www.local10.com/news/local/2026/04/24/broward-sheriff-fire-rescue-lt-carlos-lewin-faces-charges-over-alleged-attack/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/24/broward-sheriff-fire-rescue-lt-carlos-lewin-faces-charges-over-alleged-attack/">an assault</a> at the hands of a Broward Sheriff Fire Rescue lieutenant is sharing his story.</p><p><a href="https://www.local10.com/espanol/2026/04/28/en-vez-de-ayudarme-hizo-eso-paciente-relata-presunto-ataque-de-bombero-de-bso-en-ambulancia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/en-vez-de-ayudarme-hizo-eso-paciente-relata-presunto-ataque-de-bombero-de-bso-en-ambulancia/">Leer en español</a></p><p>It happened back on Jan. 31 near the intersection of Northwest First Street and 31st Avenue in unincorporated central Broward County. </p><p>Local 10’s Hannah Yechivi spoke with Alan MacPhee, who said he clearly remembers the moment he was attacked. </p><p>“He took his thumbs and he jammed them in my head, and I went, ‘Agghhhh,’” said MacPhee. “He jammed his thumbs in my eyes, I thought he was going to put my eyes through the orifice. It was that bad.”</p><p>The person MacPhee is accusing is BSFR Lt. Carlos Lewin. </p><p>“I was like, ‘Aghhh, what are you doing?’” MacPhee said. “What was he thinking, dude? I’m on an ambulance for help and I’m being assaulted by a paramedic to the degree of him taking my eyes and trying to push them through my skull.”</p><p>According to deputies, after a verbal argument, Lewin forcefully struck MacPhee’s head against the stretcher for around 30 seconds before pressing his fingers into MacPhee’s eyes and slamming his head against the stretcher again.</p><p>Lewin, 43, was later arrested after two of his fellow firefighters reported him after witnessing the incident. He is now facing two counts of battery on a person 65 years or older.</p><p>Broward Sheriff Gregory Tony released a statement regarding the incident, which read:</p><p>“The arrest of our fire lieutenant demonstrates our commitment to holding our own accountable for their unlawful actions. The public can rest assured that internal due process will be fair, and any resulting discipline will be appropriate and consistent with policy. I applaud the two firefighters who reported this incident. We will continue to hold each other to the highest standards and serve the public with professionalism.”</p><p>It’s something MacPhee was glad to hear. </p><p>“Hallelujah, the guy needs to be held accountable for his actions,” he said. </p><p>Lewin’s attorney said he has no prior allegations and has served as a first responder for more than a decade, adding that they trust the legal process.</p><p>“This guy was utterly unprofessional, he did not do his job, he was presumptuous and he violated my rights,” said MacPhee. </p><p>Now, MacPhee said he wants financial compensation. </p><p>“I mean that’s crazy, how the hell can a paramedic, instead of helping me, do that to me?” he said. </p><p>After the incident, Lewin was relieved of duty and placed on administrative leave with pay while the allegations were being investigated.</p><p>According to BSO, he is currently suspended without pay.</p><p>Anyone who wishes to help MacPhee financially or otherwise may reach out to him directly at <a href="tel:9547088581" rel="">954-708-8581</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[Federal judge dismisses DOJ lawsuit against Arizona seeking voter data]]></title><link>https://www.local10.com/news/politics/2026/04/28/federal-judge-dismisses-doj-lawsuit-against-arizona-seeking-voter-data/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/28/federal-judge-dismisses-doj-lawsuit-against-arizona-seeking-voter-data/</guid><dc:creator><![CDATA[By JOSH KELETY, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 23:22:59 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — A federal judge on Tuesday dismissed a U.S. Department of Justice lawsuit against Arizona seeking access to the state's detailed voter records, the latest legal setback in a nationwide effort by the Trump administration.</p><p>U.S. District Judge Susan Brnovich, a Trump appointee, wrote that Arizona's statewide voter registration list is “not a document subject to request by the Attorney General" under federal law. The judge dismissed the lawsuit with prejudice because, she wrote, “amendment would be legally futile.”</p><p>The dismissal of the Arizona lawsuit follows a string of other rulings against the Department of Justice in similar cases in other states. The DOJ has sued at least 30 states and the District of Columbia seeking to force release of detailed voter data, which includes dates of birth, addresses, driver’s license numbers and partial Social Security numbers.</p><p>In addition to Arizona, judges have rejected those attempts in Rhode Island, California, Massachusetts, Michigan and Oregon. In Georgia, a judge dismissed a DOJ lawsuit because it had been filed in the wrong city, prompting the government to refile elsewhere.</p><p>The DOJ sued Arizona Secretary of State Adrian Fontes in January for failing to comply with its request for the detailed voter information.</p><p>“This moment is a win for voter privacy,” Fontes said in a statement. “I will never comply with illegal requests that put Arizona voters in harms way.”</p><p>The Department of Justice did not immediately respond to a request for comment.</p><p>At least 13 states have either provided or promised to provide their detailed voter registration lists to the department, according to the Brennan Center and Associated Press reporting: Alaska, Arkansas, Indiana, Louisiana, Mississippi, Nebraska, Ohio, Oklahoma, South Carolina, South Dakota, Tennessee, Texas and Wyoming.</p><p>Federal officials say they need the voter data to ensure that states are complying with federal election laws related to maintaining voter registration lists. In the Rhode Island case, a Justice Department attorney acknowledged that the department was seeking unredacted voter roll information so it could be shared with the Department of Homeland Security to check citizenship status.</p><p>Democratic and some Republican officials have objected to the requests and said such a demand violates state and federal privacy laws.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7QDWQLQNMKQXHOODORH3BNYFVI.jpg?auth=6141d8e717a0e4628a73b30374d7299fe3a53ce2896a3ee87337108bfa6f0aa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A spool of stickers rests on a table at a polling station during Massachusetts state primary voting, Sept. 3, 2024, at the Newton Free Library, in Newton, Mass. (AP Photo/Steven Senne, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[Miami Gardens PD: Arrestan a conductor tras conducir sobre área verde para evadir tráfico y atropellar a menor de 11 años]]></title><link>https://www.local10.com/espanol/2026/04/28/miami-gardens-pd-arrestan-a-conductor-tras-conducir-sobre-area-verde-para-evadir-trafico-y-atropellar-a-menor-de-11-anos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/miami-gardens-pd-arrestan-a-conductor-tras-conducir-sobre-area-verde-para-evadir-trafico-y-atropellar-a-menor-de-11-anos/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto, Roy Ramos]]></dc:creator><description><![CDATA[Un conductor fue arrestado el martes por la mañana después de atropellar a un menor de 11 años en Miami Gardens, enviando al niño al hospital con heridas graves en la cabeza, informó la policía.]]></description><pubDate>Tue, 28 Apr 2026 13:20:44 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor fue arrestado el martes por la mañana después de atropellar a un menor de 11 años en Miami Gardens, enviando al niño al hospital con heridas graves en la cabeza, informó la policía.</p><p>Según la policía de Miami Gardens, el accidente fue reportado a las 7:53 a.m. en la cuadra 1200 de Northwest 188th Street.</p><p>La policía indicó que el conductor de un Ford Fusion negro se dirigía hacia el sur por Northwest 12th Avenue a alta velocidad cuando intentó evadir el tráfico lento conduciendo sobre el área verde.</p><p>El conductor luego chocó el vehículo contra un árbol y después atropelló al menor, dijo la policía.</p><p>Rose Emine, cuya cerca fue impactada por el conductor, dijo a Local 10 News que el niño no respondía después de ser atropellado por el vehículo.</p><p>“Dije, ‘Ahh’ porque pensé que el niño había muerto”, dijo Emine.</p><p>“Solo le estaban echando agua en la cabeza. Una gran herida en la cabeza”, dijo otro testigo, Orlando Lawrence.</p><p>Las autoridades indicaron que personal de Miami-Dade Fire Rescue trasladó en helicóptero a la víctima al Ryder Trauma Center del Jackson Memorial Hospital con lesiones graves pero estables en la cabeza.</p><p>La policía confirmó que el conductor fue arrestado por cargos de conducción imprudente.</p><p>Las identidades del sospechoso y de la víctima aún no han sido reveladas.</p><p>“Necesitamos orar por ese niño y su familia”, dijo Emine.</p>]]></content:encoded></item><item><title><![CDATA[Policía: Hombre de Miami Beach manejaba ebrio tras altercado con valet y dice “¡Saqué un arma de fuego contra alguien!”]]></title><link>https://www.local10.com/espanol/2026/04/28/policia-hombre-de-miami-beach-manejaba-ebrio-tras-altercado-con-valet-y-dice-saque-un-arma-de-fuego-contra-alguien/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/policia-hombre-de-miami-beach-manejaba-ebrio-tras-altercado-con-valet-y-dice-saque-un-arma-de-fuego-contra-alguien/</guid><dc:creator><![CDATA[Andrea Torres, Rosh Lowe]]></dc:creator><description><![CDATA[Según la policía, un testigo pidió a los agentes que confiscaran unas 10 armas de fuego que pertenecían a un hombre de 53 años, acusado de amenazar a hombres que trabajaban como aparcacoches en Miami Beach.]]></description><pubDate>Tue, 28 Apr 2026 22:35:57 +0000</pubDate><content:encoded><![CDATA[<p>Un testigo pidió a los agentes de policía confiscar unas 10 armas de fuego que pertenecían a un hombre de 53 años, quien fue acusado de amenazar a trabajadores de valet en Miami Beach, según la policía.</p><p>El testigo informó que Steven Goldman, quien vive donde trabajan los empleados de valet en el vecindario Mid-Beach de la ciudad, guardaba las armas en una caja fuerte y que “se había vuelto cada vez más inestable”.</p><p>El viernes, agentes de la policía de Miami Beach respondieron al área de valet en Seacoast, una comunidad frente al mar en 5151 Collins Ave., según un informe de arresto.</p><p>Goldman había estacionado su Hyundai Sonata plateado durante más de 40 minutos frente al área de valet, bloqueando el paso de vehículos, y estaba molesto por una multa de estacionamiento en su ventana, según la policía.</p><p>Testigos en el área de valet y en la oficina informaron que Goldman estaba gritando, lanzó la multa, empujó a un empleado, regresó al Hyundai y tomó un arma, según la policía.</p><p>Goldman levantó el arma y la apuntó a una de las víctimas mientras gritaba una grosería varias veces antes de irse en el Hyundai, según el informe policial.</p><p>Agentes de Surfside detuvieron a Goldman en Collins Avenue y la calle 93. Uno de los agentes reportó que Goldman tenía “ojos enrojecidos, habla arrastrada” y “un fuerte olor a alcohol” en el aliento cuando dijo: “Probablemente les dijeron que saqué un arma contra alguien”.</p><p>Los agentes también reportaron que Goldman tenía dos armas —una Smith &amp; Wesson M&amp;P Shield negra y una pistola Springfield XD de 9 mm en negro y plata— en una maleta en el maletero del vehículo.</p><p>Los registros muestran que la policía arrestó a Goldman el viernes por la noche, fue ingresado en el sistema correccional de Miami-Dade la madrugada del sábado y compareció ante el tribunal el domingo y el lunes.</p><p>Goldman enfrenta cargos de robo con agresión o agresión física y asalto agravado con arma de fuego. También tenía un caso pendiente por conducir bajo los efectos del alcohol.</p><p>Según los registros judiciales, la jueza del circuito del condado Miami-Dade Mindy Glazer ordenó que Goldman se mantenga alejado de las dos víctimas, del área de valet y de las armas. Pagó una fianza de $5,000 USD el martes.</p><p>El juez del circuito del condado Miami-Dade Richard Hersch estaba programado para presidir el caso grave.</p><p><i>El editor de asignaciones de Local 10 News, Carson Merlo, contribuyó a este informe.</i></p>]]></content:encoded></item><item><title><![CDATA[Police: Miami Beach man driving drunk after rage at valets, ‘I pulled a firearm on someone’]]></title><link>https://www.local10.com/news/local/2026/04/28/police-miami-beach-man-driving-drunk-after-rage-at-valets-i-pulled-a-firearm-on-someone/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/police-miami-beach-man-driving-drunk-after-rage-at-valets-i-pulled-a-firearm-on-someone/</guid><dc:creator><![CDATA[Rosh Lowe, Andrea Torres]]></dc:creator><description><![CDATA[A witness asked police officers to impound about 10 firearms that belonged to a 53-year-old man, who was accused of threatening men who were working as valet attendants in Miami Beach, according to police. ]]></description><pubDate>Tue, 28 Apr 2026 15:29:45 +0000</pubDate><content:encoded><![CDATA[<p>A witness asked police officers to impound about 10 firearms that belonged to a 53-year-old man, who was accused of threatening men who were working as valet attendants in Miami Beach, according to police. </p><p><a href="https://www.local10.com/espanol/2026/04/28/policia-hombre-de-miami-beach-manejaba-ebrio-tras-altercado-con-valet-y-dice-saque-un-arma-de-fuego-contra-alguien/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/policia-hombre-de-miami-beach-manejaba-ebrio-tras-altercado-con-valet-y-dice-saque-un-arma-de-fuego-contra-alguien/">Leer en español</a></p><p>The witness reported that Steven Goldman, who lives where the valet attendants work in the city’s Mid-Beach neighborhood, kept the firearms in a safe, and he “had become increasingly unwell.”</p><p>On Friday, Miami Beach police officers responded to the valet area at the Seacoast, a beachfront community at 5151 Collins Ave., according to a police officer’s arrest report. </p><p>Goldman had parked his silver Hyundai Sonata for over 40 minutes at the front of the valet area, blocking vehicles from passing, and he was angry over a parking violation sticker on his window, according to police. </p><p>Witnesses in the valet area and valet office reported Goldman was screaming, threw the parking violation sticker, pushed an employee, got back in the Hyundai, and grabbed a gun, according to police. </p><p>Goldman lifted his gun and pointed it at one of the victims while shouting an expletive several times before driving away in the Hyundai, according to the police officer’s report. </p><p>Surfside police officers stopped Goldman at Collins Avenue and 93 Street. One of the officers reported that Goldman “had bloodshot eyes, slurred speech,” and ”a heavy odor of alcohol emitted" from his breath when he said, “They probably told you I pulled a firearm on someone.”</p><p>Police officers also reported Goldman had two guns — a black Smith &amp; Wesson M&amp;P Shield and a black and silver Springfield XD 9mm handgun — in a suitcase in the trunk of the car. </p><p>Records show police officers arrested Goldman on Friday evening, Miami-Dade corrections booked him early Saturday morning, and he appeared in court on Sunday and Monday. </p><p>Goldman faced charges of burglary with assault or battery, and aggravated assault with a firearm. He also had a warrant case for driving under the influence. </p><p>According to court records, Miami-Dade County Circuit Judge Mindy Glazer ordered Goldman to stay away from the two victims, the valet area, and guns. He posted a $5,000 bond on Tuesday. </p><p>Miami-Dade County Circuit Judge Richard Hersch was set to preside over the felony case. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[April 28: Mostly dry and warm]]></title><link>https://www.local10.com/weather/2026/04/28/april-28-mostly-dry-and-warm/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/28/april-28-mostly-dry-and-warm/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Smoke from a grassfire burning near Tamiami Trail in far, west Miami-Dade aside, the weather remains uneventful for South Florida Tuesday night. ]]></description><pubDate>Tue, 28 Apr 2026 22:40:41 +0000</pubDate><content:encoded><![CDATA[<p>Smoke from a grassfire burning near Tamiami Trail in far, west Miami-Dade aside, the weather remains uneventful for South Florida Tuesday night. Miami-Dade and Broward counties can expect mainly clear skies and gentle, east winds. Temperatures are forecast to slip to the low and mid 70s overnight.</p><p>Wednesday will offer plenty of sunshine and southeast winds, sustained 5 to 10 mph. Rain chance continues to be very low. Temperatures will make a run for the upper 80s.</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[Florida redistricting and a rocky special session put Ron DeSantis back in the Republican spotlight]]></title><link>https://www.local10.com/news/politics/2026/04/28/florida-redistricting-and-a-rocky-special-session-put-ron-desantis-back-in-the-republican-spotlight/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/28/florida-redistricting-and-a-rocky-special-session-put-ron-desantis-back-in-the-republican-spotlight/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:32:41 +0000</pubDate><content:encoded><![CDATA[<p>TALLAHASSEE, Fla. (AP) — Ron DeSantis was once the future of the Republican Party, a battle-tested conservative twice elected as governor of Florida. Then Donald Trump steamrolled him on his way back to the White House.</p><p>Now, more than two years after DeSantis ended his presidential campaign and endorsed Trump, the governor has called a special legislative session on redistricting and other issues that will put him back in the national spotlight and maybe remind Republicans that he could lead the party one day.</p><p>But there are also risks involved for the 47-year-old governor, and they became immediately apparent after lawmakers convened Tuesday.</p><p>DeSantis is pushing lawmakers to redraw Florida’s congressional map as part of a coast-to-coast redistricting battle ahead of November’s midterm elections. His proposal, released the day before the session began, would make it easier for Republicans to win up to four more seats, equivalent to Democrats’ potential gains from last week’s referendum in Virginia.</p><p>The governor also wanted the GOP-dominated Legislature to adopt new regulations for artificial intelligence and loosen vaccine requirements. However, those proposals quickly hit a roadblock when House Speaker Daniel Perez, a Republican but not a DeSantis acolyte, told members he would not advance legislation on those issues.</p><p>The governor’s maps are on a fast track, with a House vote planned Wednesday and the Senate set to move quickly thereafter. In Washington, GOP leaders and strategists have expressed confidence in DeSantis’ maps, but some Republicans still are worried that a gerrymandered map could backfire and allow Democrats to pick up seats.</p><p>DeSantis already faces tough prospects on the national stage, even with Trump constitutionally barred from running for a third term in 2028. DeSantis has had a relatively low profile during Trump’s second presidency and would likely have Vice President JD Vance and Secretary of State Marco Rubio, another Floridian, to contend with in a Republican presidential primary.</p><p>“The window for Ron looks reasonably narrow at this point,” said Whit Ayres, who served as DeSantis’ pollster in his first campaign for governor in 2018.</p><p>DeSantis’ office did not immediately respond to a request for comment on Tuesday. On X, DeSantis called the House move on AI and vaccines “typical political shenanigans.”</p><p>Meanwhile, the governor has embraced the national redistricting fight. When House Minority Leader Hakeem Jeffries, D-N.Y., last week dared Florida Republicans to go ahead with their special session, the governor punched back with the kind of aggressiveness he showed in the early days of his failed White House bid.</p><p>“I will pay for you to come down to Florida and campaign,” DeSantis said of Jeffries. “I’ll put you up in the Florida governor’s mansion. We’ll take you fishing.”</p><p>DeSantis wants four more Republican seats</p><p>DeSantis unveiled his proposed congressional map to Fox News on Monday even before it had been widely circulated to lawmakers — a point Democrats emphasized.</p><p>“Y’all should be pissed off,” Democratic Sen. Shevrin Jones of Miami-Dade told his Republican colleagues. “The governor has no respect for us.”</p><p>The governor’s map, if approved, would reshape districts in Democratic areas around Orlando, Tampa Bay, Miami and Fort Lauderdale. DeSantis argued that the 2020 census shortchanged the state’s population, making it necessary to redraw the lines. The changes could cost Reps. Jared Moskowitz and Debbie Wasserman Schultz, among others, their seats. The current maps yielded a 20 to 8 Republican tilt in 2024. DeSantis’ version would aim for an advantage of 24 to 4.</p><p>DeSantis first announced the special session in January, months after Trump started pushing Republican-run states to redraw their congressional boundaries. What followed has been a tit-for-tat battle, with each party looking for an edge in the midterms.</p><p>The Virginia referendum celebrated by Democrats faces a court challenge, and the Virginia Supreme Court on Tuesday declined to immediately lift an order from a lower court that bars the state from certifying the passage of the ballot measure. Another legal battle is playing out in Wisconsin where Democrats also hope to pick up another seat or two.</p><p>There’s no guarantee that new maps will play out the way parties hope. For example, Texas based its revised lines largely on Trump’s performance in 2024, redistributing the president’s voters across more districts to pull them into the Republican column. But Trump’s popularity has waned since his reelection, including among Latino voters who figure prominently in the state.</p><p>Florida could face a similar conundrum. Creating more majority-Republican districts could leave margins thin enough to allow for Democratic victories, especially if there’s an anti-Trump backlash at the polls this year.</p><p>Brian Ballard, an influential Florida lobbyist who has been DeSantis’ top fundraiser, said it’s worth remembering that DeSantis was the muscle behind the current map that expanded Republicans’ advantage.</p><p>“He’s incredibly smart and capable,” Ballard said. “And he doesn’t get enough credit for that map. He’s done this before.”</p><p>Florida legislative leaders are not rubber stamps for DeSantis</p><p>As it did Tuesday, the Florida House has grown more willing to buck the governor in recent sessions. Perez and Senate President Ben Albritton made clear for weeks that they were not drawing their own proposals and would react only to what DeSantis put forward.</p><p>Albritton sent multiple memos to senators reminding them of Florida’s state constitutional limits on redistricting and the requirement that it not be done as a blatantly partisan act.</p><p>Perez sidestepped questions Tuesday about whether the maps violate those requirements, which Florida voters approved by a nearly 2-to-1 margin in 2010. Democrats and political advocates have promised legal challenges and said repeatedly Tuesday that shameless partisanship is at play.</p><p>“We are here because the president of the United States gave an order,” Jones, the Democratic senator, said. “Shame on us.”</p><p>Beyond redistricting, DeSantis was effectively asking House members to approve AI and vaccine proposals that they refused even to advance out of committee earlier this year.</p><p>On AI, DeSantis wanted to require tech companies to ensure children cannot interact with chatbots without parental permission. He also wanted to prevent AI from generating harmful material for minors. That proposal put DeSantis at odds with Trump, who wants the federal government to be the regulator of AI technology. Perez said he sides with the president, calling AI a “national security issue” that is “bigger than just one state.”</p><p>On vaccines, DeSantis wanted to add a conscience-based exemption to public school vaccine requirements, similar to the existing religious exemption. That aligns him with the anti-vaccine portion of the Trump base that was instrumental in making Robert F. Kennedy Jr. the U.S. health secretary.</p><p>Perez countered that vaccine requirements in the U.S. “have been working for decades” and said he remains uncomfortable with “children being in school without measles and mumps and polio and chickenpox vaccines.”</p><p>Political observers are watching — even at the White House</p><p>Ballard downplayed any political concerns for DeSantis. What may seem to some as strained relations with certain Republican legislative leaders, he said, is simply measuring DeSantis against the opening years of his tenure.</p><p>“I mean, he went from batting a thousand to maybe batting .600,” Ballard said, using a baseball analogy for the governor who played the sport while attending Yale. “That isn’t failure.”</p><p>During the last Republican presidential primary, DeSantis initially gave conservative establishment figures and key donors an option other than Trump, who grew frustrated by the challenge and mocked the governor as “Ron DeSanctimonious.”</p><p>But Trump seemingly forgave DeSantis when he dropped out of the race and endorsed Trump following his victory in the Iowa caucuses. He even promised to call DeSantis by his actual name.</p><p>There’s more bad blood within the White House, though. Chief of Staff Susie Wiles, a Floridian, managed DeSantis’ razor-thin 2018 victory, only for the pair to have a falling out.</p><p>Wiles did not respond to a request for comment. But Ayres said he’s certain she’s paying attention.</p><p>“Donald Trump has a long memory, and Susie Wiles has a longer one,” he said. “And that doesn’t bode well for Gov. DeSantis to be Donald Trump’s Republican successor.”</p><p>_____</p><p>Scott Bauer in Madison, Wisconsin, and Nicholas Riccardi in Denver contributed.</p>]]></content:encoded></item><item><title><![CDATA[Florida teens charged in social media stunt for driving lawn mower into Target]]></title><link>https://www.local10.com/news/local/2026/04/28/florida-teens-charged-in-social-media-stunt-for-driving-lawn-mower-into-target/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/florida-teens-charged-in-social-media-stunt-for-driving-lawn-mower-into-target/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[A bizarre social media stunt landed two Florida teenagers behind bars.]]></description><pubDate>Tue, 28 Apr 2026 20:34:53 +0000</pubDate><content:encoded><![CDATA[<p>A bizarre social media stunt landed two Florida teenagers behind bars.</p><p>One of them was caught on camera over the weekend driving a lawnmower into a target in Ocala while his friend filmed.</p><p>Now the duo are facing charges for property damages after breaking the door at the entrance of the store.</p><p>“It was not something you see every day,” said witness Vanessa Scarlett. </p><p>The last thing you expect to see while doing your shopping inside a Target is a lawn mower coming through the door.</p><p>“He actually drove straight into the door first and shattered it, it was quite interesting,” said Scarlett. </p><p>According to Ocala police, 18-year-old Janek Szkaradek was the one driving the lawn mower while wearing overalls and a farmers hat.</p><p>He was arrested along with Luke Charske, also 18, for the social media stunt.</p><p>Scarlett didn’t know either of the teens, but decided to start recording.</p><p>“You never know what is going to happen,” she said. </p><p>Police say the chaos didn’t start at the Target.</p><p>The night before, authorities said Szkaradek used a leaf blower inside a Culver’s in Ocala.</p><p>He was charged with criminal mischief and both teens were arrested for disorderly conduct.</p><p>Police say what started as a social media stunt ended with real damage and real consequences.</p><p>“I think they are teenagers,” said Scarlett. “They definitely got the consequence that a lot of people think they deserve.”</p><p>The message from Ocala police is to think before you record, it’s north worth an arrest and a criminal charge.</p><p>Both teens bonded out of jail on Sunday 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[Man arrested after driving on swale to bypass traffic, striking 11-year-old in Miami Gardens: Police]]></title><link>https://www.local10.com/news/local/2026/04/28/miami-gardens-pd-driver-arrested-after-driving-on-swale-to-bypass-traffic-striking-11-year-old/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/miami-gardens-pd-driver-arrested-after-driving-on-swale-to-bypass-traffic-striking-11-year-old/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto, Roy Ramos]]></dc:creator><description><![CDATA[A driver was arrested Tuesday morning after striking an 11-year-old in Miami Gardens, sending the child to the hospital with serious head injuries, police said.]]></description><pubDate>Tue, 28 Apr 2026 13:08:23 +0000</pubDate><content:encoded><![CDATA[<p>A driver was arrested Tuesday morning after striking an 11-year-old in Miami Gardens, sending the child to the hospital with serious head injuries, police said.</p><p><a href="https://www.local10.com/espanol/2026/04/28/miami-gardens-pd-arrestan-a-conductor-tras-conducir-sobre-area-verde-para-evadir-trafico-y-atropellar-a-menor-de-11-anos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/miami-gardens-pd-arrestan-a-conductor-tras-conducir-sobre-area-verde-para-evadir-trafico-y-atropellar-a-menor-de-11-anos/">Leer en español</a></p><p>According to Miami Gardens police, the crash was reported at 7:53 a.m. in the 1200 block of Northwest 188<sup>th</sup> Street.</p><p>Police said the driver of a black Ford Fusion was heading south on Northwest 12<sup>th</sup> Avenue at a high rate of speed when they tried to bypass slow-moving traffic by driving onto the swale.</p><p>The driver, identified by police as 23-year-old Darius Forbes, then crashed the car into a tree and then struck the child, police said.</p><p>Rose Emine, whose fence was crashed in by the driver, told Local 10 News that the boy was unresponsive after being struck by the car.</p><p>“I said, ‘Ahh’ because I thought the boy has died,” Emine said. </p><p>“They was just throwing water on his head. Big gash on his head,” another witness, Orlando Lawrence, said. </p><p>Authorities said Miami-Dade Fire Rescue personnel airlifted the victim to Jackson Memorial Hospital’s Ryder Trauma Center with serious but stable head injuries.</p><p>Police confirmed that Forbes was arrested on reckless driving charges. </p><p>“We need to pray for that child and family,” Emine 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[McDavid is a game-time decision as the Oilers face elimination in Game 5 against the Ducks]]></title><link>https://www.local10.com/sports/2026/04/28/mcdavid-is-a-game-time-decision-as-the-oilers-face-elimination-in-game-5-against-the-ducks/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/28/mcdavid-is-a-game-time-decision-as-the-oilers-face-elimination-in-game-5-against-the-ducks/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:30:14 +0000</pubDate><content:encoded><![CDATA[<p>EDMONTON, Alberta (AP) — Edmonton Oilers captain Connor McDavid will be a game-time decision Tuesday night against the Anaheim Ducks in the teams' Game 5 of their first-round playoff series.</p><p>McDavid, who led the NHL in points this season, did not participate in the team's morning skate ahead of a must-win game for Edmonton.</p><p>The Oilers are trying to avoid elimination and rally from a 3-1 deficit in the best-of-seven series. Edmonton reached the Stanley Cup final in each of the last two seasons before losing to the two-time champion Florida Panthers.</p><p>Oilers head coach Kris Knoblauch also said the status of forward/center Jason Dickinson would be decided before the game and that Connor Ingram would start in net.</p><p>The 29-year-old McDavid has looked uncomfortable at times since rolling his ankle in the second period of Game 2 when he collided with teammate Mattias Ekholm.</p><p>McDavid, who led the league with 138 points, scored his first goal in Game 3 and had his first multi-point games in the third and fourth games of the series in Anaheim. McDavid didn’t participate in Saturday’s off-day skate in Anaheim.</p><p>McDavid was nominated Tuesday for the Ted Lindsay Award, along with San Jose Sharks forward Macklin Celebrini and Tampa Bay Lightning forward Nikita Kucherov. The award is for the league’s “most outstanding player” as voted by NHL players. McDavid is a four-time winner.</p><p>Ingram returns to the Edmonton net on Tuesday after Tristan Jarry made 34 saves in a 4-3 overtime loss in Game 4. Ingram started the first three games of the series. He earned a 4-3 victory in Game 1 before allowing 11 goals in consecutive losses behind a leaky Edmonton defense.</p><p>“Nothing against Jarry,” Knoblauch said. “I thought he had a solid game the other night, but going down this last few weeks or months, Ingram’s been our starter. He’s been our guy. Now that our season’s on the line, we felt that we would go with our guy.”</p><p>Dickinson sat out the second and third games of the series due to injury. He scored twice in Edmonton’s win in the opener and assisted on the Oilers’ first goal in the Game 4 loss.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WJARMMRO2TMYERCVBYLSCM4MO4.jpg?auth=900b246bf6ed77c85bf45976d9cecc60d9d9ea976fca65cd4eadfd327d62997a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Edmonton Oilers center Connor McDavid, right, shoots as Anaheim Ducks defenseman John Carlson, left, defends during the second period of Game 4 in the first round of an NHL hockey Stanley Cup playoff series Sunday, April 26, 2026, in Anaheim, Calif. (AP Photo/Kyusung Gong)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content></item><item><title><![CDATA[Deputies: Video shows drunk driver who struck 3-year-old boy at the beach]]></title><link>https://www.local10.com/news/florida/2026/04/28/deputies-video-shows-drunk-driver-who-struck-3-year-old-boy-at-the-beach/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/28/deputies-video-shows-drunk-driver-who-struck-3-year-old-boy-at-the-beach/</guid><dc:creator><![CDATA[Nicole Perez, Andrea Torres]]></dc:creator><description><![CDATA[After a driver struck a 3-year-old boy on the beach in Volusia County, deputies released a picture showing empty beer cans behind a white Jeep. ]]></description><pubDate>Tue, 28 Apr 2026 22:27:10 +0000</pubDate><content:encoded><![CDATA[<p>After a driver struck a 3-year-old boy on the beach in Volusia County, deputies released <a href="https://www.facebook.com/photo.php?fbid=1286320770256138" target="_self" rel="" title="https://www.facebook.com/photo.php?fbid=1286320770256138">a picture</a> showing empty beer cans behind a white Jeep. </p><p>The Volusia Sheriff’s Office also released videos showing the driver of the Jeep, identified as Brock Winkler, on Saturday afternoon. </p><p>“Witnesses reported the 3-year-old was running across the traffic lanes from the ocean and darted in front of the Jeep, which struck him at low speed,” a deputy wrote <a href="https://www.volusiasheriff.gov/news/volusia-county-sheriff/3-year-old-running-in-traffic-lane-hit-by-jeep-on-beach-driver-charged-with-dui.stml" target="_self" rel="" title="https://www.volusiasheriff.gov/news/volusia-county-sheriff/3-year-old-running-in-traffic-lane-hit-by-jeep-on-beach-driver-charged-with-dui.stml">in a statement</a>. “The victim was taken to Halifax Health Medical Center as a trauma alert due to his age, and later discharged.”</p><p>The boy suffered a concussion and a hairline fracture to his cervical spine, according to deputies. </p><p>Winkler, 36, faced two charges: Driving under the influence resulting in serious bodily injury, and refusal to submit to DUI testing following the incident</p><p>On Monday, Winkler was at the Volusia County Jail. His bond was $11,000 bond. </p>]]></content:encoded></item><item><title><![CDATA[Highway 41 Fire continues to burn in west Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/04/28/highway-41-fire-continues-to-burn-in-west-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/highway-41-fire-continues-to-burn-in-west-miami-dade/</guid><dc:creator><![CDATA[Gabrielle Arzola, Amanda Batchelor, Christina Vazquez]]></dc:creator><description><![CDATA[A brush fire burning in west Miami-Dade has scorched 450 acres so far, officials confirmed to Local 10 News.]]></description><pubDate>Tue, 28 Apr 2026 11:27:40 +0000</pubDate><content:encoded><![CDATA[<p>A brush fire burning in west Miami-Dade has scorched more than 2500 acres so far, officials confirmed to Local 10 News on Tuesday.</p><p><a href="https://www.local10.com/espanol/2026/04/28/continua-incendio-en-highway-41-en-el-oeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/continua-incendio-en-highway-41-en-el-oeste-de-miami-dade/">Leer en español</a></p><p>The fire, which started on Saturday and has been dubbed the Highway 41 Fire, is burning to the south and west of Tamiami Trail, just past Krome Avenue.</p><p>The fire prompted a partial park closure, including parking lots, facilities and navigable waterways within the impacted area.</p><p>On Tuesday morning, Coopertown Airboats south of Tamiami Trail was evacuated as a precaution after smoke conditions increased near the attraction.</p><p>Heavy smoke could still be seen Tuesday afternoon coming from the blaze, just a few miles west from the Miccosukee Casino.</p><p>By midday, conditions improved as clear skies returned overhead and crews wrapped up hose lines after successfully suppressing the head of the fire, which had quickly spread through the area following a change in wind direction.</p><p>Officials said Safari Park and Gator Park were also closed due to predicted weather conditions. At last check, no buildings had sustained damage and no injuries were reported.</p><p>Marshall Jones, of Mack’s Fish Camp, said his company is keeping a close eye on wind direction and speed.“The winds are supposed to shift tomorrow, and when that happens, that fire could potentially jump Tamiami Trail on the horizon line right there and come out into this area,” he said.</p><p>North of Tamiami Trail, which is being used as a fire break, airboat tours continued operating without interruption.</p><p>Michele Sutter, who is visiting from Switzerland, told Local 10 News that she and her family still felt safe during their tour.</p><p>“I know the area so it is not my first time here, but haven’t seen such a big fire lately,” she said. “We still feel safe.”</p><p>Sutter, who previously lived in Miami, said she is familiar with brush fires occurring during South Florida’s dry season.</p><p>Airboat captain Hank Ridings said those conditions are not unusual.</p><p>“In a drought like we are in right now it could happen at any time, a lightning strike, someone throwing a cigarette butt out not understanding how that can start a fire,” Ridings said.</p><p>From the early morning hours, the fire off Tamiami Trail was lit by moonlight, but within hours, the billowing smoke and crackling embers reached the road. </p><p>At some point, flames pushed onto the street, getting within feet of oncoming cars. </p><p>The cause of the fire remains unclear, but fire service crews continue to assess the damage from above as the fire continues to move east. </p><p>Fire rescue officials say the smoke has affected the air quality in the area, so residents nearby are advised to stay indoors if they suffer from respiratory issues.</p><p>As of Tuesday evening, the fire remains 0% contained, and the cause is still under investigation. Crews continue to assess conditions from above as the fire moves through the area. Officials said there have been no injuries and no property damage.</p><p>The National Park Service is also urging visitors to check for closure updates before heading to the park and to allow extra travel time, especially along Highway 41, where smoke can worsen at night and in the early morning hours. </p><p>Officials noted that South Florida’s dry season, which typically runs from December through April, increases the risk of brush fires across the region.</p><p>Fire officials said smoke has affected air quality nearby, and those with respiratory issues are advised to stay indoors or avoid smoky areas.</p><p><b>Related media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">The U.S. Wildland Fire Service is containing a 2,500-acre wildfire along U.S. 41. The road remains open but may have temporary closures. Other closures and current status can be found: <a href="https://t.co/VNS4C0Gf3b">https://t.co/VNS4C0Gf3b</a> <a href="https://twitter.com/hashtag/EvergladesNationalPark?src=hash&amp;ref_src=twsrc%5Etfw">#EvergladesNationalPark</a> <a href="https://twitter.com/hashtag/Everglades?src=hash&amp;ref_src=twsrc%5Etfw">#Everglades</a> <a href="https://twitter.com/hashtag/USWFS?src=hash&amp;ref_src=twsrc%5Etfw">#USWFS</a> <a href="https://t.co/9rUmJlXhNY">pic.twitter.com/9rUmJlXhNY</a></p>&mdash; Everglades National Park (@EvergladesNPS) <a href="https://twitter.com/EvergladesNPS/status/2049242307577176185?ref_src=twsrc%5Etfw">April 28, 2026</a></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Senate rejects attempt to end Trump's blockade of Cuba]]></title><link>https://www.local10.com/news/politics/2026/04/28/senate-rejects-attempt-to-end-trumps-blockade-of-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/28/senate-rejects-attempt-to-end-trumps-blockade-of-cuba/</guid><dc:creator><![CDATA[By STEPHEN GROVES, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:20:56 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Senate Republicans rejected legislation from Democrats on Tuesday that would have required President Donald Trump to end the U.S. energy blockade on Cuba unless he receives approval from Congress.</p><p>The vote on the war powers resolution showed how Republicans continue to stand behind Trump as he acts unilaterally to exert American force in a range of global conflicts, including Venezuela, Iran and Cuba — one of the U.S.'s closest neighbors yet a longtime adversary.</p><p>Democrats have repeatedly forced votes on legislation to put a check on the president's ability to deploy military force in those conflicts, but none have succeeded. Tuesday's vote was the first pertaining to Cuba and would have forced the president to get approval from Congress before launching any attacks on the island nation.</p><p>To dismiss the resolution, Republicans said that it was out of order because the U.S. is not engaged in outright hostilities with Cuba. Their maneuver to dismiss the legislation succeeded on a 51-47 tally. Sen. John Fetterman of Pennsylvania was the only Democrat who voted to dismiss the resolution, while Sens. Susan Collins of Maine and Rand Paul of Kentucky were the only Republicans to support it.</p><p>The Caribbean island is suffering from water and power outages as the U.S. imposes sanctions and interrupts oil shipments from Venezuela. The Trump administration is pressing Cuba's leadership to end political repression, release political prisoners and liberalize its ailing economy.</p><p>Sen. Tim Kaine, a Virginia Democrat who introduced the war powers resolution, said the blockade had caused “humanitarian crises across Cuba," including disrupting medical care, leaving millions of people without clean water and spiking food prices.</p><p>“My argument is that under the terms of the resolution we are already engaged in hostilities with Cuba because we are using American force, primarily the Coast Guard, but other assets as well, to engage in a very devastating economic blockade of the nation,” Kaine said.</p><p>Trump has said that after the war with Iran, he will turn his attention to Cuba. He pledged “a new dawn for Cuba” during a speech at a Turning Points USA event last week.</p><p>Democrats argued that the war powers resolution was also necessary to head off the potential for Trump to launch a military campaign against the nation.</p><p>“The United States and Cuba need to find a way to peacefully coexist,” said Sen. Peter Welch, a Vermont Democrat.</p><p>Democrats have tried to mount political opposition to Trump's military actions by forcing votes through the War Powers Act of 1973, which was intended to assert congressional power over the declaration of war.</p><p>Republican Sen. Rick Scott of Florida accused Democrats of ignoring the human rights abuses of Cuba's leadership.</p><p>“President Trump is doing everything he can to bring back freedom and democracy all across Latin America, and we should do everything we can to support him,” Scott said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LP7CPFSXU6FYHZOKADRMCZPJ3U.jpg?auth=a6d0dc9c0e439cc3ad571370a65d8183e567f806eb52ba127a0757153d30c8af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Mazie Hirono, D-Hawaii, left, questions a witness as Sen. Tim Kaine, D-Va., right, looks on during the Senate Committee on Armed Services hearing on Capitol Hill in Washington, Tuesday, April 28, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content></item><item><title><![CDATA[NHL Commissioner Bettman backs ruling that allowed Ducks' OT goal to stand in Game 4 win vs. Oilers]]></title><link>https://www.local10.com/sports/2026/04/28/nhl-commissioner-bettman-backs-ruling-that-allowed-ducks-ot-goal-to-stand-in-game-4-win-vs-oilers/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/28/nhl-commissioner-bettman-backs-ruling-that-allowed-ducks-ot-goal-to-stand-in-game-4-win-vs-oilers/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:20:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — NHL Commissioner Gary Bettman offered his unequivocal support Tuesday for the ruling that upheld the Anaheim Ducks’ overtime goal against the Edmonton Oilers in Game 4 of their first-round playoff series.</p><p>“It wasn’t a controversy, it was absolutely the right call,” Bettman said in meeting with Associated Press Sports Editors at the NHL headquarters in New York City. “Because of the technology that we currently use and the cameras that we have inside the net, you could see it, knew for certain that it would be in and over the line.”</p><p>Bettman’s response comes two days after Ryan Poehling’s goal was extensively reviewed to determine whether it fully crossed the goal line, before being allowed to stand in a 4-3 win. The Ducks lead 3-1 and have a chance to clinch the series in playing Game 5 at Edmonton on Tuesday night.</p><p>Though on-ice officials ruled Poehling scored, questions were raised as to whether there was enough visible evidence to show the puck crossing the line 2:29 into overtime.</p><p>Poehling’s sharp-angle shot hit an Edmonton player’s skate in front and trickled under goalie Tristan Jarry. The puck creeped through Jarry’s legs, appearing to barely cross the goal line, though the top portion of the puck was hidden by the goalie’s skate blade.</p><p>NHL replay officials determined there was no reason to overturn the on-ice call.</p><p>“I thought I saw some white (between the puck and the goal line) when I was behind the net,” Poehling said. “Then everyone was celebrating. Did it go in? I’m like, ‘I think so?’ But yeah, I thought so right away.”</p><p>Oilers coach Kris Knoblauch was not convinced.</p><p>“I can’t see it going in,” Knoblauch said. “I can’t see the line. ... The (initial) goal call on the ice was probably about 60 to 90 seconds after (the shot), maybe even more. They huddled when they got to center ice and then they made the (initial) call that it was a good goal. I don’t know. Wasn’t very definitive.”</p><p>Bettman on Tuesday said the NHL is currently testing technological advancements that would further assist replay officials in determining goals. He didn’t reveal any details or provide a timeline on when the technology would be introduced.</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/5GSUZ6TRIBH2CBWW73E4K4AE7A.jpg?auth=d6ce2f315aea1568c8739813560f780ed1e7d26d1996def97397655f4677cb0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anaheim Ducks left wing Chris Kreider, top center, reacts on the game-winning, overtime goal by center Ryan Poehling, not shown, in Game 4 in the first round of an NHL hockey Stanley Cup playoff series against the Edmonton Oilers, Sunday, April 26, 2026, in Anaheim, Calif. (AP Photo/Kyusung Gong)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content></item><item><title><![CDATA[Jury hears closing arguments in federal trial of ex-Rep. David Rivera, political consultant  ]]></title><link>https://www.local10.com/news/2026/04/28/ex-rep-david-rivera-accused-of-illegally-lobbying-for-venezuela-chooses-not-to-testify-in-trial/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/28/ex-rep-david-rivera-accused-of-illegally-lobbying-for-venezuela-chooses-not-to-testify-in-trial/</guid><dc:creator><![CDATA[Liane Morejon, Andrea Torres]]></dc:creator><description><![CDATA[Former U.S. Rep. David Rivera and Esther Nuhfer, a political consultant, decided not to testify in their defense in a federal trial over their alleged illegal lobbying for Venezuela, attorneys said. ]]></description><pubDate>Tue, 28 Apr 2026 16:50:34 +0000</pubDate><content:encoded><![CDATA[<p>Former U.S. Rep. David Rivera and Esther Nuhfer, a political consultant, decided not to testify in their defense in a federal trial over their alleged illegal lobbying for Venezuela, attorneys said. </p><p><a href="https://www.local10.com/espanol/2026/04/28/acusan-a-ex-representante-david-rivera-de-cabildeo-ilegal-para-venezuela-decide-no-testificar-en-juicio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/acusan-a-ex-representante-david-rivera-de-cabildeo-ilegal-para-venezuela-decide-no-testificar-en-juicio/">Leer en español</a></p><p>The two returned to federal court on Tuesday morning in Miami for trial on charges of acting as an unregistered agent for Venezuela, conspiring to commit money laundering, and tax evasion. </p><p>U.S. District Judge Melissa Damian of the Southern District of Florida issued the jury’s instructions. Jurors listened to closing statements by both the defense and prosecution. </p><p>“This case, as we all know, is more than just the greed and the betrayal,” Assistant U.S. Attorney Roger Cruz said during his closing statement in court. “It’s about how they not only failed, but they completely and wholeheartedly decided to keep their relationship with the Maduro regime secret.”</p><p>Prosecutors filed the case against Rivera and Nuhger, a political consultant, on Nov. 16, 2022, over a consulting contract with Venezuela’s state-run oil company, Petróleos de Venezuela, S.A. </p><p>Cruz said Rivera and Nuhger “secretly” operated as lobbyists for Maduro for $50 million, initially for three months. </p><p>“You are not able to say, as you sit here right now, having heard that closing argument, and all the evidence, what is it that Nicolas Maduro hired Inter-American Consulting, David’s company, to do to normalize his relations while he remained in power in Venezuela,” Attorney Ed Shohat, Rivera’s defense, said during his closing statement. “And there’s a reason for that, there’s a very important reason that that eludes you, and that’s because it did not happen. It never happened.” </p><p>The trial’s witnesses included U.S. Secretary of State Marco Rubio and U.S. Rep. Pete Sessions, a Republican from Texas who is close to President Donald Trump. </p><p>The evidence the jury learned about included a Local 10 News One and Only Exclusive interview with Rivera that had aired in 2022. </p><p>The case includes meetings they allegedly arranged between Sessions with Delcy Rodríguez in 2017 in New York City and with Nicolás Maduro in Caracas. </p><p>Sessions testified that the conversations focused on a path forward for Venezuela without Maduro in power. </p><p>After Maduro’s capture, Rodríguez went on to become the first woman in Venezuelan history to perform the duties of the presidency. </p><p>Rivera served in the U.S. House of Representatives from 2011 to 2013 and in the Florida House of Representatives from 2002 to 2010.</p>]]></content:encoded></item><item><title><![CDATA[Oakland, California, airport can use 'San Francisco' in name after settlement]]></title><link>https://www.local10.com/business/2026/04/28/oakland-california-airport-can-use-san-francisco-in-name-after-settlement/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/28/oakland-california-airport-can-use-san-francisco-in-name-after-settlement/</guid><dc:creator><![CDATA[By OLGA R. RODRIGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:59:09 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — San Francisco has settled a two-year legal fight with its neighbor across the bay that will allow the city of Oakland to include “San Francisco” in its airport’s name if it doesn’t highlight the two words in any way.</p><p>The settlement announced Tuesday allows Oakland’s airport to be called “Oakland San Francisco Bay Airport,” but it bars the city from spotlighting “San Francisco” or “San Francisco Bay” in fonts, highlights, different colors or any other way. It also requires Oakland to use the word “bay” right after “San Francisco” and bans it from using the word “International” in the airport’s name, even though it provides international flights.</p><p>The spat began in 2024 after Oakland, a diverse port city often seen as the underdog in the Bay Area compared to its richer neighbor to the west, changed its airport’s name to “San Francisco-Oakland Bay Airport,” prompting San Francisco officials to sue over what they said was a trademark violation.</p><p>The two airports are across from each other on the San Francisco Bay and about 30 miles (48.28 kilometers) driving distance.</p><p>Oakland officials said the name modification was necessary to help travelers unfamiliar with the region place the city in the Bay Area. They said visitors often fly into San Francisco’s airport even if their destination is closer to the Oakland airport. The airport’s three-letter code OAK did not change.</p><p>“We’re proud Oakland fought for, and preserved the right to retain our airport’s full name that puts Oakland first and recognizes OAK’s location on the San Francisco Bay,” Mary Richardson, attorney for the Port of Oakland, which manages the airport, said in a statement.</p><p>San Francisco argued having “San Francisco” in Oakland’s airport name would confuse travelers, especially those flying in from abroad and those unfamiliar with the Bay Area. But on Tuesday, San Francisco officials had a friendlier tone.</p><p>“We are grateful to have reached a resolution in this matter,” San Francisco International Airport Director Mike Nakornkhet said. “This agreement provides clarity for travelers to make informed decisions about travel through our respective airports.”</p><p>Neither side admitted liability, and there was no monetary settlement.</p><p>San Francisco International Airport, known as SFO, is owned by the city, though technically located south of it.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5P2YJPFLKO4KNBK2NKMFXADYMU.jpg?auth=e46c14466809ef7e05e35fffcd1f62c54483a480c82a42b93f1ea1fa7934e6e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Travelers walk toward the entrance of Oakland's international airport Nov. 13, 2024, in Oakland, Calif. (AP Photo/Godofredo A. Vásquez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ERUYAUF6GMOUNXAZ4GJ4BE7VV4.jpg?auth=2ffcd46e2a05cfb933a3c5a9fb657a3dfa4c70862267e3eebb7706becbbbf65f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Vehicles wait outside the international terminal at San Francisco International Airport, in San Francisco, July 11, 2017. (AP Photo/Marcio Jose Sanchez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marcio Jose Sanchez</media:credit></media:content></item><item><title><![CDATA[Lista de sucesores del “El Mencho” se reduce a 3 con captura de Flores Silva, dice gobierno mexicano]]></title><link>https://www.local10.com/espanol/2026/04/28/lista-de-sucesores-del-el-mencho-se-reduce-a-3-con-captura-de-flores-silva-dice-gobierno-mexicano/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/lista-de-sucesores-del-el-mencho-se-reduce-a-3-con-captura-de-flores-silva-dice-gobierno-mexicano/</guid><dc:creator><![CDATA[Por FABIOLA SÁNCHEZ, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:12:22 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — La estructura de mando del Cártel Jalisco Nuevo Generación (CJNG) sufrió un “golpe contundente” con la captura de Audias Flores Silva, el número dos de la cúpula, pero aún quedan otros tres capos que podrían asumir el liderazgo de la poderosa organización, afirmaron el martes las autoridades mexicanas.</p><p>Al ofrecer un balance de las acciones que realizaron las fuerzas armadas para detener la víspera a dos figuras clave del CJNG, el secretario de Seguridad federal, Omar García Harfuch, reconoció que las operaciones representaron una “afectación directa a las capacidades operativas, logísticas y financieras” y un “golpe contundente” al cártel, que ya venía resentido desde hace dos meses luego del abatimiento de su líder, Nemesio Oseguera Cervantes, alias “El Mencho”.</p><p>El Cártel Jalisco, que fue designado en febrero por Estados Unidos como organización terrorista, es considerado el más gran del país con presencia en 21 de los 32 estados de México, superando al Cártel de Sinaloa que se estima actúa en 19 estados. Las operaciones del CJNG también se han extendido a un centenar de países, entre ellos Estados Unidos.</p><p>García Harfuch admitió en conferencia de prensa que las autoridades mexicanas habían identificado al menos cuatro mandos que podrían asumir la dirección de la organización tras la muerte de “El Mencho”, de los cuales Flores Silva era uno ellos.</p><p>“El Jardinero” operaba como uno de los mandos regionales del CJNG y era identificado por los analistas como un posible sucesor de “El Mencho” junto con Gonzalo Mendoza Gaytán, alias “El Sapo”, y Ricardo Ruiz Velasco, alias “RR”, también cabecillas de la organización.</p><p>El secretario de Seguridad insistió en que tanto la captura de Flores Silva como la del operador financiero del cártel, César Alejandro “N”, alias “El Güero Conta”, fue un “operativo íntegramente ejecutado por autoridades mexicanas”, y que solo recibieron información de distintas agencias estadounidenses, pero no dio detalles.</p><p>¿Cómo se llegó a los capos?</p><p>En una primera operación, elementos de la Armada mexicana apresaron la mañana del lunes en una región serrana del estado norteño de Nayarit a Flores Silva, alias “El Jardinero ”, quien, según el secretario de Marina, almirante Raymundo Morales, era considerado el segundo al mando del CJNG.</p><p>La captura del capo se dio tras 19 meses de investigaciones de las fuerzas mexicanas que implicaron labores de análisis de 45 ubicaciones, rutas de desplazamiento, zonas de influencia y esquemas de seguridad, explicó Morales</p><p>La cuenta regresiva de la operación se inició el pasado sábado cuando la Marina obtuvo información precisa sobre la ubicación de Flores Silva al este de Nayarit, y fue así como unos quinientos elementos, con el apoyo de aeronaves y helicópteros, procedieron a su captura la mañana del 27 de abril cuando se trasladaba en una camioneta y luego lo detuvieron en una tubería de una carretera cuando trataba de huir, relató el secretario de Marina.</p><p>Flores Silva, de 45 años, es originario de la localidad occidental de Huetamo, estado de Michoacán, y según datos del Gabinete de Seguridad se desempeñó como jefe de seguridad de Oseguera Cervantes y luego asumió parte de las operaciones del CJNG en los estados de Nayarit, Jalisco, México y Zacatecas para la producción y trasiego de drogas como metanfetamina y el manejo de laboratorios clandestinos. También se le vincula a actividades de robo de combustible y extorsión.</p><p>Desde 2021 Estados Unidos solicitó la extradición de Flores Silva para enjuiciarlo por los delitos de asociación delictuosa contra la salud y portación de arma de fuego, y cuatro años después la DEA —oficina antinarcóticos de Estados Unidos— emitió una alerta internacional y ofreció una recompensa de cinco millones de dólares por información que ayudara a su captura.</p><p>Con escasas horas de diferencia, el ejército mexicano activó el lunes un operativo en el municipio metropolitano de Zapopan, estado de Jalisco, para detener en uno de sus tres domicilios a César Alejandro “N”, quien era el principal operador financiero y hombre de confianza de Flores Silva.</p><p>Según detalló el secretario de Seguridad, el detenido era responsable del lavado de recursos provenientes de actividades ilícitas, que se empleaban para la adquisición de armamento, aeronaves, ranchos y propiedades, además de operar mecanismos de ocultamiento de activos mediante familiares, socios y empresas fachada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DJCZNMHCQP7GUVMAIXF25TPAC4.jpg?auth=2f37d8c4beb2712561a7ffb3e07fc9d0f16e2eab2f544cdb72280f2e9db68fc7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Periódicos expuestos a la venta en Ciudad de México, el lunes 23 de febrero de 2026, un día después de que el ejército mexicano abatiera a Nemesio Oseguera Cervantes, líder del Cartel de Jalisco Nueva Generación, conocido como «El Mencho». (Foto AP/Jon Orbach, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Orbach</media:credit></media:content></item><item><title><![CDATA[American Hailey Baptiste saves 6 match points to stun world No. 1 Aryna Sabalenka at Madrid Open]]></title><link>https://www.local10.com/sports/2026/04/28/american-hailey-baptiste-saves-6-match-points-to-stun-world-no-1-aryna-sabalenka-at-madrid-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/28/american-hailey-baptiste-saves-6-match-points-to-stun-world-no-1-aryna-sabalenka-at-madrid-open/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:12:05 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — American Hailey Baptiste earned the biggest win of her career by saving six match points and beating world No. 1 Aryna Sabalenka at the Madrid Open on Tuesday.</p><p>The 32nd-ranked Baptiste rallied to a 2-6, 6-2, 7-6 (6) victory — her first over a top 5 opponent. She will play in a WTA 1000 semifinal for the first time.</p><p>The result ended a 15-match winning streak for Sabalenka, who was the defending champion in Madrid.</p><p>The 24-year-old Baptiste is the first player to beat Sabalenka from match points down since Iga Swiatek did it in the 2024 final in Madrid.</p><p>“It was a tough match. She played great,” Sabalenka said. “I played great. I think I had some opportunities in the third set. I felt like I was maybe a little bit rushing the point over there. But it’s OK, sometimes I guess you have to learn, take the bad stuff from this week and move on.”</p><p>Baptiste will face No. 8 Mirra Andreeva, who advanced to her first Madrid semifinal with a straight-set win over Leylah Fernandez.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L2R76EDEU46ECWJEJY7JF6JFOE.jpg?auth=f9f06b1075b0e39d9f45db62b8da3b66d71c5a3031c4b6bf2a0cd3d506a92a41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hailey Baptiste, of the United States, celebrates a point during her match against Aryna Sabalenka, of Belarus, at the Madrid Open tennis tournament in Madrid, Tuesday, April 28, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PR3JHEISJYOU7O6FBCIHANTUZU.jpg?auth=4fb146124c3d56f418d5ea4128297e2872b8e5f0e15b6adf1cd760b53d84f389&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hailey Baptiste, of the United States, returns the ball to Aryna Sabalenka, of Belarus, during the Madrid Open tennis tournament in Madrid, Tuesday, April 28, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NIHI4QJ744RDPWCKMWPGYNZFEI.jpg?auth=a2aeb1cd1501730ad3f9469cc8eaaf12b4fe7099cf6d44b69ac831940bce1106&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hailey Baptiste, of the United States, reaches for a shot against Aryna Sabalenka, of Belarus, during the Madrid Open tennis tournament in Madrid, Tuesday, April 28, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BH7GAX7S4GNACPR4FJNK4MIU3A.jpg?auth=671568a475e1e0149db27489ecdfbbef313f2e648957c0901e6a26ed372021cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka of Belarus returns the ball to Hailey Baptiste of the U.S. during the Madrid Open tennis tournament in Madrid, Tuesday, April 28, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QK5GYSR3VYXAS66J4LGZQSFVVE.jpg?auth=52a1a99cd7f08f68f055cae5c446dde42420965ce9e7be618fd488753ea95549&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka, of Belarus, returns the ball to Hailey Baptiste, of the United States, during the Madrid Open tennis tournament in Madrid, Tuesday, April 28, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[NBA moves closer to anti-tanking measures with drastic change to draft lottery odds]]></title><link>https://www.local10.com/sports/2026/04/28/nba-moves-closer-to-anti-tanking-measures-with-drastic-change-to-draft-lottery-odds/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/28/nba-moves-closer-to-anti-tanking-measures-with-drastic-change-to-draft-lottery-odds/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:08:10 +0000</pubDate><content:encoded><![CDATA[<p>The NBA moved closer to a slightly expanded 16-team lottery Tuesday, one that will flatten odds of winning the No. 1 pick and try to deter tanking by drastically lowering the chances of winning for the teams that finish with the three worst records.</p><p>The “3-2-1 Lottery” proposal, which was reviewed by the league’s general managers, will be further discussed before it goes the Board of Governors for a final vote that is expected next month. It will not change the current format, which will likely be utilized for the final time when the lottery for this year’s draft is held May 10. This would go into effect next year.</p><p>The proposed plan will be discussed again at a competition committee meeting on Thursday. It would add two teams to the current 14-team lottery structure and incentivizes winning even for teams that aren’t still in the race for play-in or playoff spots.</p><p>The 16 teams in this proposal would all get somewhere between one and three lottery balls — hence the 3-2-1 name that has been attached to the plan — and the awarding of those balls would be broken down thusly:</p><p>— The losers of the No. 7 vs. No. 8 play-in games in both conferences would get one lottery ball each.</p><p>— The No. 9 and No. 10 seeds going into the play-in tournament would get two lottery balls each.</p><p>— The remaining 10 teams that miss the playoffs and the play-in would all get three lottery balls — with the exception of the three worst teams in the standings. They would enter “draft relegation” and have one of their lottery balls taken away, which the NBA hopes would keep teams from trying to lose as many games as they can for the worst possible record. That practice, the so-called “tanking,” has been rewarded in the current system by better lottery odds.</p><p>The league was furious this season at how some teams were clearly prioritizing their draft spot over winning, even fining the Utah Jazz $500,000 “for conduct detrimental to the league” over the way two top plays were held out of the fourth quarter of a pair of games — one of which the Jazz actually won.</p><p>There was a clear race to the bottom this season with five teams — Washington, Indiana, Utah, Memphis and Brooklyn — all having winning percentages below .180 after the All-Star break. There has never been a season in NBA history, until now, where so many teams lost that often after the break.</p><p>“The incentives are not necessarily matched here,” NBA Commissioner Adam Silver said in February when discussing the correlation between the teams with the worst records having the best lottery odds. “I think the tradition in sports where the worst-performing team receives the first pick from their partners, when any economist comes and looks at our system, they always point out you have the incentives backwards there. That doesn’t necessarily make sense.”</p><p>Silver has vowed that the league — which has changed the lottery system several times over the past decades — would strongly address the tanking issue before next year.</p><p>Odds of winning</p><p>The teams that finish with the three worst records would all have a 5.4% chance of winning the No. 1 pick, and could not fall below the No. 12 pick.</p><p>But the best odds of winning No. 1 would go to the other seven teams that miss the play-in and the playoffs — with those clubs all having an 8.1% chance of finishing with the No. 1 selection.</p><p>The No. 9 and No. 10 play-in seeds would also have a 5.4% chance of winning the lottery, and the losers of the No. 7 vs. No. 8 play-in games would both have a 2.7% chance.</p><p>Major changes to odds</p><p>The three worst teams this season — Washington, Indiana and Brooklyn — have 14% odds of winning the lottery and are guaranteed a top-seven pick. (In Indiana’s case, if the Pacers finish with the fifth or sixth pick, it would convey to the Los Angeles Clippers because of a previous trade.)</p><p>In the proposed system, those teams would have a 5.4% chance of winning and could fall as low as 12th in the first-round draft order. There would be a 72% chance that those teams would fall outside the top five.</p><p>“This is a decision that needs to be made at the ownership level,” Silver said earlier this year. “It has business implications, has basketball implications, has integrity implications for the league. It’s one that we take very seriously. We are going to fix it, full stop. I want to say that directly to our fans. ... Incentives need to be fixed. We will fix them. I’m looking forward to that.”</p><p>Other proposed changes</p><p>More elements within the 3-2-1 proposal include:</p><p>— No team could win back-to-back No. 1 picks or have three consecutive picks in the top five.</p><p>— No protections in trades would be allowed for picks that fall between Nos. 12 and 15.</p><p>— The league would have “expanded disciplinary authority” to address tanking, with potential moves including lowering teams’ lottery odds or even changing draft positions.</p><p>— The proposed plan, if approved, would sunset after the 2029 draft and require the Board of Governors to vote to either continue the system or make changes yet again.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QNG5QVVW56DYSBRXZNPQ56RQSM.jpg?auth=0fcb81378b0625197e588b5b00f228e4e8b4a137c0222162286c1edaf9b0f2fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Wizards guard Sharife Cooper (13) goes to the basket past Cleveland Cavaliers forward Olivier Sarr (33) in the second half of an NBA basketball game in Cleveland, Sunday, April 12, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FIW7766WIZFLBKRHIRJH5J3T44.jpg?auth=938ec940b6f72a299f967f6a4d5811c4ea929c8b591c8cb7e444e3fb17addc77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Pacers guard Ethan Thompson (55) drives toward the basket while being defended Philadelphia 76ers guard Tyrese Maxey (0) during the second half of an NBA basketball game in Indianapolis, Friday, April 10, 2026. (AP Photo/Doug McSchooler)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug McSchooler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XQJPMDNDAVRTEBZLZN6KJTYUIQ.jpg?auth=b8c6d5ed9c8e1be0321bfd1827cd88558144dc7c1fd11e3362df72b43689d949&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Utah Jazz head coach Will Hardy, left, talks with forward Cody Williams (5) during the first half of an NBA basketball game against the Houston Rockets, Friday, April 3, 2026, in Houston. (AP Photo/Karen Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Karen Warren</media:credit></media:content></item><item><title><![CDATA[Gold statue of President Trump steals spotlight ahead of Cadillac Championship ]]></title><link>https://www.local10.com/sports/local/2026/04/28/gold-statue-of-president-trump-steals-spotlight-ahead-of-cadillac-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/28/gold-statue-of-president-trump-steals-spotlight-ahead-of-cadillac-championship/</guid><dc:creator><![CDATA[Amanda Batchelor, Kacy Hintz]]></dc:creator><description><![CDATA[The PGA Tour returns after 10 years to Trump National Doral for a $20 million signature event, but a large gold statue of President Donald Trump is stealing the spotlight.]]></description><pubDate>Tue, 28 Apr 2026 17:55:33 +0000</pubDate><content:encoded><![CDATA[<p>The PGA Tour returns after 10 years to Trump National Doral for a $20 million signature event, but a large gold statue of President Donald Trump is stealing the spotlight.</p><p><a href="https://www.local10.com/espanol/2026/04/28/estatua-dorada-del-presidente-trump-roba-protagonismo-antes-del-campeonato-cadillac/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/estatua-dorada-del-presidente-trump-roba-protagonismo-antes-del-campeonato-cadillac/">Leer en español</a></p><p>According to <a href="https://golfweek.usatoday.com/story/sports/golf/pga/2026/04/28/donald-trump-statue-at-doral-golf-course-draws-attention/89837410007/" target="_self" rel="" title="https://golfweek.usatoday.com/story/sports/golf/pga/2026/04/28/donald-trump-statue-at-doral-golf-course-draws-attention/89837410007/">Golfweek</a>, the statue stands 15 feet tall and was installed at the resort earlier this month ahead of the Cadillac Championship.</p><p>The outlet reports that the statue was created by artist Alan Cottrill and commissioned by a cryptocurrency group ($PATRIOT).</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">New edition at Trump Doral —&gt; <a href="https://t.co/SsY6lhaJxa">pic.twitter.com/SsY6lhaJxa</a></p>&mdash; Kacy Hintz (@KacyHintz) <a href="https://twitter.com/KacyHintz/status/2049165481643262204?ref_src=twsrc%5Etfw">April 28, 2026</a></blockquote><p>It depicts the president raising one fist into the air.</p><p>Five players from the top 15 in the world will be sitting out for the event. That includes Masters champion Rory McIlroy. </p><p>Adam Scott won the last PGA Tour event at Doral in 2016 when it was a World Golf Championship. Only nine other players from that WGC are in the field. </p><p>This is the latest start for the course owned by Trump. Doral hosted a LIV Golf event from 2022 through 2025.</p><p>Beyond the buzz, the focus shifts to the tournament itself, which marks the PGA Tour’s return to Doral after a decade away. The Cadillac Championship is the only new event on this year’s schedule and has been elevated to signature status, featuring a large purse and a field of 72 players.</p><p>Ten of the top 15 golfers in the world are expected to compete, including world No. 1 Scottie Scheffler. </p><p>Adam Scott, who won the last PGA Tour event at Doral in 2016, also returns.</p><p>“Good memories for me, obviously winning the last time we were here, but always enjoyed playing this golf course,” Scott said. “It’s a challenge.”</p><p>Known as the Blue Monster, the course is famous for its water hazards and challenging South Florida winds.</p><p>Jhonattan Vegas also emphasized the course’s difficulty.</p><p>“The weather, the wind picks up and the weather gets right, it’s going to be an incredible test,”he said. </p><p>“It’s a big golf course, very penal, so you’ve got to strike it well,” Scott added. “Just demanding tee to green with a little wind blowing, it’s going to ask a lot of questions of everyone all week.”</p><p>Practice rounds continue through midweek, with fans set to enter the course as tournament play approaches.</p><p>Organizers say the combination of elite competition and enhanced fan experiences is expected to make the event one of the standout stops in South Florida this weekend.</p>]]></content:encoded></item><item><title><![CDATA[California candidates for governor poised for latest TV debate with mail ballots about to go out]]></title><link>https://www.local10.com/news/politics/2026/04/28/california-candidates-for-governor-poised-for-latest-tv-debate-with-mail-ballots-about-to-go-out/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/28/california-candidates-for-governor-poised-for-latest-tv-debate-with-mail-ballots-about-to-go-out/</guid><dc:creator><![CDATA[By MICHAEL R. BLOOD and SOPHIE AUSTIN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:02:13 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Eight candidates for California governor prepared for another televised debate Tuesday in a crowded, muddled race, with mail ballots headed to voters in less than a week.</p><p>Rival Democrats and Republicans — some still little-known to voters — will be making the case to replace outgoing Democratic Gov. Gavin Newsom, who is barred from seeking a third term.</p><p>The contest in the nation's most populous state is unfolding at a time when Sacramento is struggling with a long-running homeless crisis, wildfire insurance shortages, projected budget shortfalls and staggering housing costs. Voters, meanwhile, are saddled with growing everyday costs for groceries, utility bills and gas.</p><p>The 90-minute debate will bring together the two leading Republicans, conservative commentator Steve Hilton and Riverside County Sheriff Chad Bianco, and six Democrats, including former U.S. Rep. Katie Porter,billionaire Tom Steyer, San Jose Mayor Matt Mahan, former Biden administration Health and Human Services Secretary Xavier Becerra, former Los Angeles Mayor Antonio Villaraigosa and state schools superintendent Tony Thurmond.</p><p>In an email to supporters, Porter said she was going on stage “to fight for lowering costs for working families and Californians.”</p><p>“Because right now, Californians are getting crushed,” Porter added.</p><p>A debate last week, without Villaraigosa and Thurmond on stage, proved largely inconclusive, with no candidate managing a breakaway moment.</p><p>President Donald Trump — who has a long-strained relationship with the heavily Democratic state — is likely to figure prominently in exchanges again. Hilton and Bianco support the president — Hilton has his endorsement — while Democrats have vowed to stand in the way of federal immigration raids and Trump's conservative agenda.</p><p>California puts all candidates on a single ballot and the two with the most votes go to the November general election, regardless of party. Democrats have been fretting their crowded field could result in two Republicans advancing, a result that would be a historic calamity for Democrats.</p><p>Democrats have dominated state government in California for years. Republicans haven’t won a statewide election in two decades, and registered Democrats outnumber Republicans about 2-to-1 statewide.</p><p>Steyer, a former hedge fund manager turned liberal activist, has used to personal fortune to dominate TV advertising but has not broken away from the field.</p><p>The race was reordered earlier this month after the dramatic downfall of U.S. Rep. Eric Swalwell over sexual assault allegations. When he left the race — and then Congress — he was among the leading contenders.</p><p>The debate is being hosted by CBS and will air on its state TV stations and websites.</p><p>___</p><p>Austin reported from Sacramento, California.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ISTU6Z7DWQGXVJGOHUEAWNQQMU.jpg?auth=bbc31db6c8f9ef8a69c0916d1d4bb19041f4384218875bdc32ba598ee0295de9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Xavier Becerra, a candidate in California's gubernatorial race, speaks during a gubernatorial debate hosted by Nexstar Wednesday, April 22, 2026, in San Francisco. (Jason Henry/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Henry</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G2ES5CEGWD5JAJVO4PSPNXVWLU.jpg?auth=1d398a87270acd303f2fd7a4183b98096330f6e0ba1c88d233709500999b59ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Steve Hilton, a candidate in California's gubernatorial race, speaks during a gubernatorial debate hosted by Nexstar Wednesday, April 22, 2026, in San Francisco. (Jason Henry/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Henry</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GIWPR5UB5IZ5PZK7XMXJ4AFF54.jpg?auth=5301f0fdc52b53b57dc69d9c300971a285debd3c4b780efe5ee1f699fa10afa3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California's gubernatorial candidate Tom Steyer speaks after a gubernatorial debate hosted by Nexstar, Wednesday, April 22, 2026, in San Francisco. (AP Photo/Godofredo A. Vásquez)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W2VBYOAM5BPB2RSS4UTLI6OB4Y.jpg?auth=73880596287c9c7ec22b460705e62bbed7b5e09ea8c1603cca8280da8a81f515&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chad Bianco, a candidate in California's gubernatorial race, speaks during a gubernatorial debate hosted by Nexstar Wednesday, April 22, 2026, in San Francisco. (Jason Henry/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Henry</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HZFB55XGKRGLICCNOFT7GRRPTI.jpg?auth=fc41aba983751701d13babd5d6a39968399dd3cb9a29fe16145d0214c7c4e0bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California's gubernatorial candidate Katie Porter speaks after a gubernatorial debate hosted by Nexstar, Wednesday, April 22, 2026, in San Francisco. (AP Photo/Godofredo A. Vásquez)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JC7ALOFXHBGGQVABNSON2D2A2U.jpg?auth=9762af9afaf83aa0ec71fb0febe1a2100a32aef37daf13a0057ca4519e44a2c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt Mahan, a candidate in California's gubernatorial race, speaks during a gubernatorial debate hosted by Nexstar Wednesday, April 22, 2026, in San Francisco. (Jason Henry/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Henry</media:credit></media:content></item><item><title><![CDATA[Judge questions Trump's plan to close the Kennedy Center for 2 years]]></title><link>https://www.local10.com/news/politics/2026/04/28/judge-questions-trumps-plan-to-close-the-kennedy-center-for-2-years/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/28/judge-questions-trumps-plan-to-close-the-kennedy-center-for-2-years/</guid><dc:creator><![CDATA[By GARY FIELDS, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:15:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge overseeing a lawsuit that could decide whether Washington's Kennedy Center closes in July for renovations questioned the Trump administration's plans for the storied performing arts venue, asking Tuesday why the center needed to be closed entirely and whether the administration had done the research to back that decision.</p><p>The hearing Tuesday was the first of two back-to-back court hearings on lawsuits over changes at the Kennedy Center. It ended with U.S. District Judge Christopher Cooper taking no action after firing questions at plaintiff and defense attorneys alike, making it difficult to predict how he might rule.</p><p>Cooper asked the government’s attorney, Brantley Mayers, where in its argument or submissions was the administration’s analysis of the cost of the closure so the center can be renovated, including the loss of sponsorships, bookings and revenue. “I didn’t see any numbers,” he said.</p><p>Cooper also wanted to know why the government might oppose renovating the building in stages, an attitude he said had been the “status quo” until it suddenly changed its mind and opted for closure.</p><p>Tuesday’s hearing centered on a lawsuit filed last year by Rep. Joyce Beatty. The Ohio Democrat sued President Donald Trump and other members of the administration in her capacity as an ex officio trustee of the Kennedy Center. Beatty’s lawsuit expanded to include the decision in February to close the center for two years for renovations starting in July.</p><p>Since returning to office last year, Trump has taken particular interest in the Kennedy Center. He ousted its previous leadership and replaced it with a handpicked board that named him chairman, changes that prompted an outcry from many artists and exacerbated the operation’s financial challenges. Trump, whose name was later added to the building's facade, announced the renovations earlier this year.</p><p>Cooper spent more than half of the two-hour hearing grilling Nathaniel Zelinsky, senior counsel at the Washington Litigation Group, with technical questions relating to Beatty's ability to bring forth the lawsuit.</p><p>The judge held off on taking any action, including a possible injunction against the center's name change.</p><p>During Tuesday's hearing, Norm Eisen, a board member at Democracy Defenders Action who is co-counsel with Zelinsky, pointed to dozens of statutory refences that made clear the name was intended to be the John F. Kennedy Center for the Performing Arts.</p><p>Following the hearing, Beatty said she was “very fearful that we’ll see what happened with the East Wing and what happened with the Rose Garden” if the center is closed, referring to major changes the president has made at the White House.</p><p>Despite statements from its new executive director, Matt Floca, that work would be done appropriately, Beatty said she doesn't trust the president. “We went through the same thing at the White House. I was right outside there when we saw the bulldozers.”</p><p>Another hearing is set for Wednesday, this one the result of a lawsuit by a group of eight cultural preservationist groups who also oppose the closure and renovations.</p><p>Cooper said during Tuesday's hearing that he had questions he wanted answered at the upcoming hearing — especially by the defense -- on what will happen to the Kennedy Center if it is closed, including whether there would be any public access.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EPPYW6DT7ZXE3J7FYRWWPACFLU.jpg?auth=876b25116cfd0faf03fcdc4d62c341f6e8a88810b4b02c1b3b8e1affcd76f19a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ohio Democrat, Rep. Joyce Beatty, speaks at press conference, Tuesday, April 28, 2026 in Washington, following a federal court hearing on lawsuit she has filed in the renaming and pending closure of the Kennedy Center by the Trump Administration. Her lawyer, Norm Eisen, is right. (AP Photo/Gary Fields)]]></media:description><media:credit role="author" scheme="urn:ebu">Gary Fields</media:credit></media:content></item><item><title><![CDATA[Healthy Mothers, Healthy Babies hosts annual Mother’s Day luncheon in Broward]]></title><link>https://www.local10.com/news/local/2026/04/28/healthy-mothers-healthy-babies-hosts-annual-mothers-day-luncheon-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/healthy-mothers-healthy-babies-hosts-annual-mothers-day-luncheon-in-broward/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[Healthy Mothers, Healthy Babies of Broward County held its annual Mother’s Day luncheon on Tuesday to raise funds supporting pregnant and parenting women across South Florida.
]]></description><pubDate>Tue, 28 Apr 2026 21:53:44 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.hmhbbroward.org/" target="_self" rel="" title="https://www.hmhbbroward.org/">Healthy Mothers, Healthy Babies of Broward County</a> held its annual Mother’s Day luncheon on Tuesday to raise funds supporting pregnant and parenting women across South Florida.</p><p>Local 10 anchor Nicole Perez served as emcee for the event, which organizers say is critical to sustaining programs that provide childcare assistance, diapers, wipes, education and emergency support to families in need.</p><p>The organization says it serves about 3,000 families each year.</p><p>“Here at HMHB, we focus on pregnant and parenting women -- give them all the support they need from parent education, wellness, emergency, basic needs, medical education so that way we know mom and baby are safe and we have a healthy mother and baby at time of birth,” said Dawn Liberta, executive director of HMHB of Broward County.</p><p>The luncheon highlighted several success stories, including mothers who have benefited from the group’s services.</p><p>One of them is Tranea Cannon, a former “American Idol” contestant who overcame significant challenges with help from the organization. Her story can be found <a href="https://www.local10.com/features/2024/06/19/former-american-idol-contestant-overcomes-motherhood-challenges-with-help-from-south-florida-organization/" target="_self" rel="" title="https://www.local10.com/features/2024/06/19/former-american-idol-contestant-overcomes-motherhood-challenges-with-help-from-south-florida-organization/">here</a>.</p><p>Perez also has a personal connection to the organization. In 2021, while pregnant with her son, Reece, she visited HMHB and met other expectant mothers through its programs.</p><p>Organizers say the annual luncheon plays a key role in funding those services and ensuring no family is turned away.</p><p><a href="https://www.local10.com/topic/Mom_to_Mom/" target="_self" rel="" title="https://www.local10.com/topic/Mom_to_Mom/">Click here</a> to read more stories from Local 10’s Mom to Mom collection. </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[Appeals court rejects Trump’s no-bond immigration detentions, setting stage for Supreme Court review]]></title><link>https://www.local10.com/news/national/2026/04/28/appeals-court-rejects-trumps-no-bond-immigration-detentions-setting-stage-for-supreme-court-review/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/28/appeals-court-rejects-trumps-no-bond-immigration-detentions-setting-stage-for-supreme-court-review/</guid><dc:creator><![CDATA[By REBECCA BOONE, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:04:56 +0000</pubDate><content:encoded><![CDATA[<p>A federal appeals court ruled Tuesday the Trump administration cannot jail immigrants without bond, citing “serious constitutional questions” related to what it said would otherwise be the broadest mass-detention-without-bond mandate in the nation's history for millions of noncitizens.</p><p>The unanimous ruling from a panel of the 2nd U.S. Circuit Court of Appeals in New York City sets the stage for a possible U.S. Supreme Court appeal. That's because panels on the 8th and 5th circuit courts have already upheld the policy put in place by President Donald Trump's administration last July.</p><p>“Today, although we part ways with two other circuits that have addressed this question, we join the overwhelming majority of federal judges across the Nation to consider it and conclude that the government’s novel interpretation of the immigration statute defies their plain text,” Judge Joseph F. Bianco wrote for the panel, which included Judges Alison J. Nathan and Jose A. Cabranes.</p><p>Mandatory detention for all is a new and contentious approach</p><p>Under the policy, the Department of Homeland Security has been denying bond hearings to immigrants arrested across the country, including those who have been in the U.S. for years without any criminal history. That's a departure from the practice under previous administrations, when most noncitizens with no criminal record who were arrested away from the border were given the opportunity to request a bond hearing while their cases moved through immigration court.</p><p>In those cases, bond was often granted to people who were deemed not to be flight risks, and mandatory detention was limited to those who had just entered the country.</p><p>Federal courts are flooded with detainees seeking relief</p><p>The new approach has strained the federal courts, with judges across the country facing more than 30,000 lawsuits from immigrants locked up under the Trump administration's mass deportation campaign. Left with no way to request bond in immigration court, many immigrants have turned to the federal courts instead, requesting bond through a process known a habeas corpus petition.</p><p>Attorneys for the Trump administration say the mandatory detention policy is legal under the Illegal Immigration Reform and Immigrant Responsibility Act passed in 1996. That law streamlined the process to deport people who were newly arriving in the U.S. without permission, but immigrants who were already in the country were still allowed to seek bond from an immigration judge under a different law.</p><p>That changed in July, when Todd Lyons, acting director of the U.S. Immigration and Customs Enforcement, said all immigrants targeted for deportation would be treated the same way as new arrivals.</p><p>The three-judge panel found that the government’s interpretation of the 1996 law defies the plain text of the law, its purpose and its history, and noted that Congress had set up a tiered system for immigration cases based in part on how long an immigrant had been in the country.</p><p>The lower courts have widely rejected mandatory detention</p><p>So far, more than 370 federal judges — or about 90% — to consider those habeas cases have also rejected the government's new approach, Bianco wrote. Bianco was nominated by Trump, Nathan by former President Joe Biden and Cabranes by former President Bill Clinton.</p><p>The 2nd Circuit case involves a man from Brazil who entered the U.S. around 2005, applied for asylum in 2016 and was granted work authorization while his application was under review.</p><p>Ricardo Aparecido Barbosa da Cunha has never been arrested or charged with a crime, owns his own home in Massachusetts where he lives with his wife and two U.S. citizen children, and runs a small construction business. He was arrested on an administrative warrant in September 2025 and placed in removal proceedings, and filed a habeas petition after an immigration judge found he was subject to mandatory detention.</p><p>The mandatory detention of noncitizens like Barbosa da Cunha for a substantial period of time would “raise serious constitutional questions, especially because the government has failed to explain how it would bear a ‘reasonable relation’ to any legitimate, non-punitive purpose,” Bianco wrote.</p><p>DHS suggests an appeal could be coming</p><p>“Today’s ruling rightly affirms that the Trump administration’s policy of detaining immigrants without any process is unlawful and cannot stand,” said Amy Belsher, director of Immigrants’ Rights Litigation at the New York Civil Liberties Union. “The government cannot mandatorily detain millions of noncitizens, many of whom have lived here for decades, without an opportunity to seek release. It defies the Constitution, the Immigration and Nationality Act, and basic human decency.”</p><p>In a statement emailed to The Associated Press, the Department of Homeland Security pointed to a Board of Immigration Appeals ruling upholding the mandatory detention policy, and said Trump and DHS Secretary Markwayne Mullin “are now enforcing this law as it was actually written to keep America safe.”</p><p>“Regarding decisions from federal courts about mandatory detention, judicial activists have been repeatedly overruled by the Supreme Court on these questions. ICE has the law and the facts on its side and will be vindicated by higher courts,” DHS said.</p><p>___ Boone reported from Boise, Idaho.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BLWGTIJUZIPTBTTMBA5L2VJHQY.jpg?auth=9a894b0eb68ede7eb1d0de9402e2092a6241d64998682887a957f0735e92076e&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 Homeland Security logo during a news conference in Washington, Feb. 25, 2015. (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[New York City's first full casino with live table games opens]]></title><link>https://www.local10.com/news/national/2026/04/28/new-york-citys-first-full-casino-with-live-table-games-opens/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/28/new-york-citys-first-full-casino-with-live-table-games-opens/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 21:49:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — New York City's first full casino with live table games opened to fanfare Tuesday.</p><p>Resorts World, a slots parlor in Queens, officially cut the ribbon on an expanded gambling area featuring more than 200 games with live dealers, including blackjack, craps, baccarat and roulette, as well as more than 2,500 slot machines.</p><p>The company says it will bring more tables and slot machines online later in the year. It has also promised to build a new hotel, restaurants, a 7,000-seat entertainment venue and more than 12 acres of new public green space on the 72-acre site.</p><p>“With our planned $5.5 billion expansion, this is only the beginning of something much bigger for Resorts World and for New York,” said Robert DeSalvio, president of Genting Americas East, a division of the Malaysia-based Genting Group that operates the casino in Queens.</p><p>Resorts World New York City has been operating for more than a decade next to the Aqueduct Racetrack near the John F. Kennedy International Airport in Queens.</p><p>Company executives, elected officials and local residents marked the milestone Tuesday with a ceremonial dice roll. Rapper Nas, who is a partner in the development, was among those in attendance.</p><p>Resorts World is one of three projects recently awarded state gambling licenses to operate full-scale casinos in New York City.</p><p>Billionaire Mets owner Steve Cohen has proposed a $8.1 billion Hard Rock casino complex next to the baseball team's Citi Field ball park in Queens that would include a performance venue, hotel and retail space.</p><p>Bally’s has proposed a roughly $4 billion casino at the Ferry Point golf course in the Bronx that would include a hotel, event center, meeting spaces, restaurants and other amenities.</p><p>Those two other projects, though, are years away from completion.</p><p>The three approved projects bested several other proposals during the high-stakes competition for a casino license for the lucrative New York City area, including three casinos that had been proposed for Manhattan.</p><p>Four full casinos, all upstate, currently offer table games. The state also runs nine gambling halls without live table games, many of them also miles away from Manhattan.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L3OSUXRIU4ZD6NNR4Y3OVS7IN4.jpg?auth=4b6997e40c3d0f3772ee53bbe9730cdc27339cf0af93b1efe3d8a1fef0152702&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lim Kok Thay, CEO of Genting Group, center, throws ceremonial dice during the opening of live table games at Resorts World New York City on Tuesday, April 28, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5JCNFW6ZMF56NDREV2NARQRQ6I.jpg?auth=0873edcb56cdcfdbe7c0189f3d0de14bed2891edd43c5f40c6f09eb1e7827867&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[dealer removes cash from a craps table during the opening of a casino floor at Resorts World New York City on Tuesday, April 28, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MATHRUUFI2TWYCK3OLJANVHRE4.jpg?auth=56cb3c2a8223d5365efe40033c3d4808cb4f9aa8f6a28c9794ea0524bc685656&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Showgirls in feathered costumes pose for photos during the opening of a casino floor at Resorts World New York City on Tuesday, April 28, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JXCZTD7BI7BLU25FBNRMZYOZLE.jpg?auth=1966e89c09acfb089c628c2ba378a62f1cf42e397b1b23b418035881a89791a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dealer counts cash over a craps table during the opening of live table games at the casino at Resorts World New York City on Tuesday, April 28, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RMEPISDNKW5WSH3NISEE3QOQHY.jpg?auth=46bc16756630586258dd9090a6b6db3ddae0d832805742e379c1ff70e30e74e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gamble inside the casino floor during the opening of live table games at Resorts World New York City on Tuesday, April 28, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content></item><item><title><![CDATA[Olivia Pichardo is a reluctant groundbreaker as a woman in baseball]]></title><link>https://www.local10.com/sports/2026/04/28/olivia-pichardo-is-a-reluctant-groundbreaker-as-a-woman-in-baseball/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/28/olivia-pichardo-is-a-reluctant-groundbreaker-as-a-woman-in-baseball/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 21:42:00 +0000</pubDate><content:encoded><![CDATA[<p>In her ideal world, Olivia Pichardo would just play ball and not take attention away from her teammates.</p><p>“Sometimes it feels a little ridiculous,” she told The Associated Press, “but it’s something I understand is going to happen. That's not what my primary focus is ever on.”</p><p>Pichardo has grown accustomed to being the only girl on her baseball team during her years in Little League, high school and travel ball. Four years ago she tried out for the Brown University team, made it and early in her freshman season became the first woman to appear in a Division I game when she pinch-hit against Bryant.</p><p>On her senior day last Saturday, she became the first woman to pitch in a Division I game when she got the final out in a key win over Cornell.</p><p>“I feel like sometimes it might distract a bit too much from the success of our team,” Pichardo said. “We just made the playoffs for the first time since 2007, so that’s a huge accomplishment, and I wouldn’t want to take away from that."</p><p>Pichardo was listed as an outfielder and pitcher her first three years and focused only on pitching this season. The fact she stuck it out four years might seem surprising. Brown has played 151 games since Pichardo arrived, and she has appeared in only six. She pinch-hit once as a freshman, once as a sophomore and three times as a junior, when she also played right field for an inning and caught two flies.</p><p>Until Saturday, she hadn't appeared in a game this season, let alone warmed up in the bullpen. With Brown leading Cornell 16-3 in the ninth inning, coach Frank Holbrook's plan was to have little-used reliever Ty Harris get the first two outs and have Pichardo finish.</p><p>The 5-foot-7, 165-pound Pichardo has a four-pitch repertoire that includes a low-80s four-seam fastball to go with a sinker, changeup and curve. She entered with the bases loaded and threw two fastballs to Tyler Beaulieu, who grounded out to short to end Brown's 16-4 win.</p><p>Pichardo said she has never had any problem melding with her teammates. She prefers just being one of the guys and not taking spotlight away from the team. She does, however, understand the magnitude of what she’s accomplished, not just in college but also in summer ball. In 2023, she became the first woman to hit a home run in a summer league, connecting for Sag Harbor in the Hamptons Collegiate Baseball League.</p><p>“It’s important for inspiring the younger generation of female baseball players, give them some kind of hope, I guess, that if they want to play at the collegiate level, no matter what division, that door is open for them and it is possible,” she said.</p><p>Pichardo, who graduates this spring with a degree in business economics, has been able to capitalize on name, image and likeness opportunities as the most visible woman in college baseball. She's in her third year as an endorser for the baseball equipment and apparel company Warstic Sports and she has a deal with Topps Allen & Ginter baseball cards.</p><p>Once Brown's season ends, she'll turn her attention to trying out for the U.S. women's team that will play in the group stage of the 2027 World Cup. She has been a regular on Team USA since 2022 and pitched against Japan in the 2024 World Cup in Thunder Bay, Ontario.</p><p>Pichardo said she's been grateful for every baseball opportunity since her father signed her up for a league in her hometown of Queens, New York, when she was 6.</p><p>“He didn't have any sons, so I like to say I was his designated son,” she said. “I've always been able to play at every level that I've progressed to, so there was never any reason for me to stop playing baseball just because I didn't see other women in the same space as me. It was my first sport, my first love and I knew I wanted to try and play at the highest level possible.”</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YGR6CD3XUAQHK7EEPQAEGS2HZE.jpg?auth=7911fa5ca4d52bdb617dd67d493a2e8b015b20aec78df45e13eb3d6a5c3388bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brown University Olivia Pichardo pitches during the ninth inning of a game against Cornell on Saturday, April 25, 2026. Saturday, April 25, 2026, in Providence, R.I. (Sage Hurteau/Brown Athletics via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sage Hurteau</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NU7PHGYWTR6ITZRLA67VYHLZMI.jpg?auth=6e8cb5b0825f3c64bef4b5d4ace8c8c4cba2f3e94894e33aa38715594c5bd4d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brown University Olivia Pichardo fist bumps catcher Andrew Hanlon during a baseball game against Cornell Saturday, April 25, 2026, (Sage Hurteau/Brown Athletics via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sage Hurteau</media:credit></media:content></item><item><title><![CDATA[NASA's Artemis II moonship returns home to its launch site after historic voyage]]></title><link>https://www.local10.com/tech/2026/04/28/nasas-artemis-ii-moonship-returns-home-to-its-launch-site-after-historic-voyage/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/28/nasas-artemis-ii-moonship-returns-home-to-its-launch-site-after-historic-voyage/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 23:12:15 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — The spacecraft that flew four astronauts around the moon is back where its record-breaking journey began.</p><p>NASA’s Artemis II capsule returned to Florida’s Kennedy Space Center on Tuesday, almost a month after blasting off on humanity’s first lunar trip in more than a half-century.</p><p>Following its splashdown in the Pacific on April 10, the Orion capsule was trucked from San Diego to Cape Canaveral. Engineers will examine the capsule’s heat shield in more detail along with everything else in preparation for next year's Artemis III docking demo in orbit around Earth. The capsule's electronic boxes will be removed and recycled, along with research equipment.</p><p>The capsule, dubbed Integrity by its U.S.-Canadian crew, carried astronauts deeper into space than humans have ever traveled before. Aside from a finicky toilet, the capsule appeared to perform well during the nearly 10-day voyage, according to NASA.</p><p>Commander Reid Wiseman, pilot Victor Glover, Christina Koch and Canada's Jeremy Hansen are finally getting a break after medical exams and other tests that followed their mission.</p><p>“Been waiting for this moment,” Wiseman said via X late last week, posting a video of himself relaxing on the beach. “There is a lot in my head that I must process and very little has to do with leaving the planet. Today is my first step. I have never in my life felt peace like this.”</p><p>Until Artemis II, astronauts had not flown to the moon since Apollo 17 in 1972.</p><p>Artemis III will feature a fresh capsule and crew. They will remain in orbit around Earth for docking exercises with lunar landers still in development by SpaceX and Blue Origin. That will set the stage for a moon landing by two new astronauts as early as 2028.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZX3KU45KC2UKWL2HH5B666FELI.jpg?auth=e7810d5c2bd3dc7205fdc2a0ca2f6e24fa648dd61439c43053be01d406de2f44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by NASA, Artemis II mission specialist and NASA astronaut Christina Koch hugs the Orion spacecraft aboard the USS John P. Murtha, Saturday, April 11, 2026, off the coast of California. (Bill Ingalls/NASA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Ingalls</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XKLGF2VXJPMEGW4ELNNP5P2CCE.jpg?auth=df12ee819512de76cad25153c400a2110801d315ebfe9e6c550aa25577579407&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 U.S. Navy shows the Orion spacecraft's heat shield underwater after Artemis II splashed down Friday, April 10, 2026. (U.S. Navy via AP]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/J4RBMENLYNXA476PAWRODT3HCQ.jpg?auth=87f48dfc1bb734979e87d0f464ef435e78cb49e83c7d5cb7e23beae2161caf28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crew members of the USS John P. Murtha join NASA and U.S. Navy officials as they gather in front of the Artemis II capsule in the bay area before docking at Naval Base San Diego, Saturday, April 11, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PQEVEBSUUOHHEVCD2EBGF3L3FU.jpg?auth=8261fb606add7b95e0b4ea25cf91410d6a3a27b5cc7bf225019022ed3e051a17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather around NASA's Artemis II capsule aboard the USS John P. Murtha at Naval Base San Diego Saturday, April 11, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K22ITNGLFNLVSELBBA3UUELBNQ.jpg?auth=ed6ea247fcd01ba869e0f71d1fb09c3d0bb09c9c124b49529284284449a6ba72&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 NASA shows the Orion spacecraft arriving at the Kennedy Space Center Multi Payload Processing Facility in Merritt Island, Fla., Tuesday, April 28, 2026. (Tiffany Fairley/NASA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tiffany Fairley</media:credit></media:content></item><item><title><![CDATA[U.S.-Iran negotiations stall as Strait of Hormuz blockade continues]]></title><link>https://www.local10.com/news/2026/04/28/us-iran-negotiations-stall-as-global-consumers-feel-impact-of-oil-supply/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/28/us-iran-negotiations-stall-as-global-consumers-feel-impact-of-oil-supply/</guid><dc:creator><![CDATA[Ben Kennedy, Andrea Torres]]></dc:creator><description><![CDATA[Despite Pakistan’s efforts, the negotiations between the United States and Iran have stalled. ]]></description><pubDate>Tue, 28 Apr 2026 21:33:24 +0000</pubDate><content:encoded><![CDATA[<p>Despite Pakistan’s efforts, the negotiations between the United States and Iran have stalled. </p><p>U.S. President Donald Trump launched strikes against Iran on Feb. 28 and agreed to a ceasefire on April 7. </p><p>“We have to ensure that any deal that is made, any agreement that is made, is one that definitively prevents them from sprinting towards a nuclear weapon at any point,” U.S. Secretary of State Marco Rubio told Fox News on Monday. </p><p>Iran closed the Strait of Hormuz, which has put pressure on the global oil market. </p><p>“These pressures are cascading into empty fuel tanks, empty shelves — and empty plates,” United Nations Secretary-General António Guterres told the Security Council on Monday.</p><p>The fighting between Israel and Hezbollah continued in Lebanon despite a truce. </p><p><b>More coverage</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/04/28/us-military-says-it-boarded-cargo-ship-suspected-of-heading-to-iran-during-blockade-but-released-it/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/04/28/us-military-says-it-boarded-cargo-ship-suspected-of-heading-to-iran-during-blockade-but-released-it/">US military says it boarded cargo ship suspected of heading to Iran during blockade but released it</a></li><li><a href="https://www.local10.com/news/2026/04/28/united-arab-emirates-says-it-will-leave-opec-a-blow-to-the-oil-cartel/" target="_self" rel="" title="https://www.local10.com/news/2026/04/28/united-arab-emirates-says-it-will-leave-opec-a-blow-to-the-oil-cartel/">United Arab Emirates says it will leave OPEC, a blow to the oil cartel</a></li><li><a href="https://www.local10.com/business/2026/04/28/bps-profit-more-than-doubles-in-1q-as-iran-war-continues-and-us-gas-prices-rise/" target="_self" rel="" title="https://www.local10.com/business/2026/04/28/bps-profit-more-than-doubles-in-1q-as-iran-war-continues-and-us-gas-prices-rise/">BP’s profit more than doubles as US gas prices hit the highest point since the start of war in Iran</a></li><li><a href="https://www.local10.com/news/world/2026/04/28/young-palestinian-artists-in-gaza-exhibit-their-impressions-of-war-as-a-fragile-ceasefire-holds/" target="_self" rel="" title="https://www.local10.com/news/world/2026/04/28/young-palestinian-artists-in-gaza-exhibit-their-impressions-of-war-as-a-fragile-ceasefire-holds/">Young Palestinian artists in Gaza exhibit their impressions of war as a fragile ceasefire holds</a></li><li><a href="https://www.local10.com/business/2026/04/28/us-consumer-confidence-inches-higher-in-april-despite-iran-war-soaring-gasoline-prices/" target="_self" rel="" title="https://www.local10.com/business/2026/04/28/us-consumer-confidence-inches-higher-in-april-despite-iran-war-soaring-gasoline-prices/">US consumer confidence inches higher in April despite Iran war, soaring gasoline prices</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Austin Reaves hopes to return to Lakers for pivotal Game 5 vs Rockets after nearly 4 weeks out]]></title><link>https://www.local10.com/sports/2026/04/28/austin-reaves-hopes-to-return-to-lakers-for-pivotal-game-5-vs-rockets-after-nearly-4-weeks-out/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/28/austin-reaves-hopes-to-return-to-lakers-for-pivotal-game-5-vs-rockets-after-nearly-4-weeks-out/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 21:30:56 +0000</pubDate><content:encoded><![CDATA[<p>EL SEGUNDO, Calif. (AP) — Austin Reaves and the Los Angeles Lakers will wait until game time Wednesday night to determine whether he is ready to return from nearly four weeks on the sidelines with a strained oblique muscle.</p><p>Reaves expressed cautious optimism Tuesday when he spoke to reporters for the first time since getting hurt April 2 at Oklahoma City. The Lakers' second-leading scorer was listed as questionable for the past two games of their first-round playoff series against Houston, but ultimately didn't play while Los Angeles split the contests to take a 3-1 series lead.</p><p>“I want to get back out there as fast as I can,” Reaves said at the Lakers' training complex. “I feel good. Trending in the right direction. I can't wait to get up (Wednesday) and attack another day.”</p><p>Lakers coach JJ Redick gave no hints about the team's mindset around Reaves, saying his availability will be "based on whether he’s good to go. We’ll talk through that.”</p><p>Reaves has tried to stay even-keeled during the second major injury absence of his otherwise outstanding season. He averaged 23.3 points, 5.5 assists and 4.7 rebounds, but played in just 51 games largely thanks to the oblique injury and a strained left calf that sidelined him for 19 straight games from Christmas to February.</p><p>Although Reaves finished the game in which he got hurt in Oklahoma City, he knew the injury was significant because he registered it over his own high pain tolerance. NBA scoring champion Luka Doncic also left that game with a strained hamstring, and neither high-scoring guard has played for the Lakers since then.</p><p>But their teammates have done much better than many expected without them, and Reaves is impressed.</p><p>“Basically the message from that day forward was that they were going to do everything as a team to give us an opportunity to come back and play, and they’ve done exactly what they said," Reaves said.</p><p>LeBron James and his supporting cast won the first three games of its first-round series and pushed the favored Rockets to the brink of elimination, even stealing Game 3 in overtime after trailing by six points with 30 seconds left in regulation.</p><p>“It’s been a lot of fun, just seeing the determination, the togetherness, and just the joy of them playing basketball together (and) competing every single possession," Reaves said. “It’s been a lot of fun. Me and Luka talk about it every time we’re watching — just how hard we’re playing, the attention to detail and the togetherness.”</p><p>Doncic isn't yet close to a return, but both teams could be without their top scorers once again in Game 5. Rockets star Kevin Durant has missed three of the four games in the series with injuries, and he didn't participate in practice in Houston on Tuesday before the team flew to Los Angeles.</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><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[Teen charged with killing stepsister on Carnival Cruise faces trial in June]]></title><link>https://www.local10.com/news/florida/2026/04/28/teen-charged-with-killing-stepsister-on-carnival-cruise-faces-trial-in-june/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/28/teen-charged-with-killing-stepsister-on-carnival-cruise-faces-trial-in-june/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 21:15:00 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — A teenager charged with sexually assaulting and killing his 18-year-old stepsister on a Carnival Cruise ship will go to trial in over a month, a judge said this week in an order.</p><p>Timothy Hudson's trial on charges of first-degree murder and aggravated sexual abuse will start June 1 in Miami, U.S. District Judge Beth Bloom said in an order Monday.</p><p>The 16-year-old was initially charged as a juvenile before the case was transferred to adult court. He entered a written plea of not guilty last week. Minors are rarely prosecuted in federal court.</p><p>His stepsister, Anna Kepner, had been traveling on the Carnival Horizon ship in November with her family, including Hudson. Before the ship was scheduled to return to Florida, her body was found concealed under a bed in a room she was sharing with Hudson and another teen, a criminal complaint said.</p><p>The cause of Kepner's Nov. 6 death was determined to be mechanical asphyxia, which is when an object or physical force stops someone from breathing.</p><p>Kepner's father, Christopher Kepner, released a statement, saying the family was placing “trust in the justice system to pursue the truth with care and integrity.”</p><p>“The situation is deeply painful and complex for the entire family,” Kepner said.</p><p>Anna Kepner was a high school cheerleader at Temple Christian School in Titusville, Florida, about 40 miles (65 kilometers) east of Orlando. At her memorial service in November, family members encouraged people to wear bright colors instead of the traditional black “in honor of Anna’s bright and beautiful soul.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GBH62WSZVKEGEFV5NLZZZXKZXA.jpg?auth=aaa48675d07b9ccbd152cbafb0c5fcd1469a7f24b479bc6d2b9fd0673c1b6655&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carnival Cruise Line's Carnival Horizon cruise ship is shown docked at PortMiami, April 9, 2021, in Miami. (AP Photo/Wilfredo Lee, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Wilfredo Lee</media:credit></media:content></item><item><title><![CDATA[US military says it boarded cargo ship suspected of heading to Iran during blockade but released it]]></title><link>https://www.local10.com/news/politics/2026/04/28/us-military-says-it-boarded-cargo-ship-suspected-of-heading-to-iran-during-blockade-but-released-it/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/28/us-military-says-it-boarded-cargo-ship-suspected-of-heading-to-iran-during-blockade-but-released-it/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 21:08:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. military has boarded another commercial vessel during blockade of Iran's ports, but unlike in previous cases, the ship was ultimately allowed to carry on its way.</p><p>U.S. Central Command said on social media that Marines boarded the Blue Star III on Tuesday but “released the vessel after conducting a search and confirming its voyage would not include an Iranian port call.” An accompanying video showed American forces fast-roping from a helicopter onto the vessel.</p><p>The Blue Star is at least the fourth merchant ship to be boarded since the Trump administration began the blockade of Iranian shipping more than two weeks ago, but it is the first to not be taken into U.S. custody. The U.S. blockade aims to squeeze Iran amid a ceasefire in the war as Tehran's cutoff of the Strait of Hormuz, a crucial waterway for energy shipments, ripples across the global economy.</p><p>Data from ship tracking websites shows that the Blue Star departed the Pakistani port of Qasim and was en route to the port of Sohar, Oman.</p><p>The military offered no information about what prompted it to suspect the ship. U.S. Central Command has become more aggressive in making the case that the blockade works amid skepticism from outside experts.</p><p>The military command that oversees the Middle East has not only provided regular updates on the number of merchant ships it says the blockade has turned around but also claimed Tuesday that “U.S. forces cut off economic trade going into and coming out of Iran.”</p><p>Shortly after the blockade began, Gen. Dan Caine, chairman of the Joint Chiefs of Staff, said the enforcement actions would extend beyond Iranian waters and the area under control of U.S. Central Command.</p><p>The military also detailed an expansive list of goods that it considers contraband, declaring that it will board, search and seize them from merchant vessels “regardless of location.”</p><p>A notice says any “goods that are destined for an enemy and that may be susceptible to use in armed conflict” are “subject to capture at any place beyond neutral territory.”</p><p>However, shipping experts like Salvatore Mercogliano, a professor at Campbell University, have said Iranian ships have several ways to sneak through the blockade, including spoofing their location tracking data or traveling through Pakistani territorial waters.</p><p>Mercogliano also noted that the sheer volume of shipping traffic that the military needs to screen is a challenging task.</p><p>Capt. Tim Hawkins, a spokesman for U.S. Central Command, said the boarding of the Blue Star on Tuesday “demonstrates our thorough enforcement of the blockade.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7BSAJAXHZRHHNDOSXAYQCQ7DZ4.jpg?auth=728e37a9c0d9e98b51b69de3b71c0db960ac5e8ed52bd79e5a714f4966ee1ee6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A boat sails past a tanker anchored on the Strait of Hormuz off the coast Qeshm island, Iran, April 18, 2026. (AP Photo/Asghar Besharati, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Asghar Besharati</media:credit></media:content></item><item><title><![CDATA[New York judge doesn't see the 'ho, ho, ho' in alleged SantaCon fraud]]></title><link>https://www.local10.com/news/national/2026/04/28/new-york-judge-doesnt-see-the-ho-ho-ho-in-alleged-santacon-fraud/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/28/new-york-judge-doesnt-see-the-ho-ho-ho-in-alleged-santacon-fraud/</guid><dc:creator><![CDATA[By LARRY NEUMEISTER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 20:44:18 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The federal judge presiding over the fraud case against the organizer of New York City’s SantaCon bar crawl made it clear at the defendant's first appearance before her that she’s not a fan of the annual celebration.</p><p>Judge Colleen McMahon said each year she feels “assaulted by SantaCon” and must stay home on the day when “drunken kids who are wearing Santa costumes” crowd the city’s sidewalks.</p><p>McMahon made her observations as the event’s organizer, Stefan Pildes, appeared before her for the first time.</p><p>The 50-year-old Hewitt, New Jersey, resident was arrested a week ago and freed on bail.</p><p>His lawyer, Noam Biale, said in a statement that Pildes “did not defraud anyone.”</p><p>He added: "Every participant in SantaCon got exactly what they bargained for: mirth, merriment, and drunken debauchery. We look forward to advocating on Stefan’s behalf.”</p><p>Pildes did not comment as he left McMahon's Manhattan courtroom.</p><p>A prosecutor said the government would build its case on financial institution records, information from a ticketing company, and evidence collected from dozens of bars and restaurants that pledged to donate 10% to 25% of their sales during SantaCon to charity.</p><p>Prosecutors allege in the indictment that Pildes gave only a small portion of the $2.7 million raised from 2019 to 2024 to charity. They say he diverted more than half of the money he raised to finance various personal ventures and spent hundreds of thousands of dollars more on himself.</p><p>Pildes used money earmarked for charities on extensive renovations to a lakefront property in New Jersey, concert tickets, luxury vacations, extravagant meals and a luxury vehicle, prosecutors contend.</p><p>The event traces its origins to a 1994 flash mob-style event in San Francisco dubbed “Santarchy,” intended to mock Christmas consumerism. As the idea spread to cities nationwide, it moved away from its countercultural origins and became more of a mass bar crawl.</p><p>While some New York residents decry SantaCon for the chaos it brings to city streets and subways, others are amused by thousands of costumed merrymakers crowding Manhattan’s streets with numerous Saint Nicks, along with a few Mrs. Clauses, elves and the occasional Grinch.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PW5MUFSLKZVHLEW4NE5AWS7L34.jpg?auth=bdeedd41d3f624de36ea3d2ce34f6e1cbca486e4e7a1576b95c6662a0a7dd08f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stefan Pildes walks outside of a courthouse in New York on Tuesday, April 28, 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/3P5HJJAUICFB37W4DNO3QXOEBM.jpg?auth=93d12acf7c9f69a6b6518f3e453755c9a1407e3e607b96dc3f12240359568555&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stefan Pildes leaves a courthouse in New York on Tuesday, April 28, 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/VPLKQEMVACJZJ74PK2CT4BRMSA.jpg?auth=655cb5fe20b6bace1066ac0d28c7007635583692d0ce84838b2830ceedd24337&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stefan Pildes walks outside of a courthouse in New York on Tuesday, April 28, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Starbucks says higher gas prices aren't yet dampening customers' enthusiasm]]></title><link>https://www.local10.com/business/2026/04/28/starbucks-reports-stronger-than-expected-quarterly-sales-as-turnaround-gains-traction/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/28/starbucks-reports-stronger-than-expected-quarterly-sales-as-turnaround-gains-traction/</guid><dc:creator><![CDATA[By DEE-ANN DURBIN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 21:52:08 +0000</pubDate><content:encoded><![CDATA[<p>Higher gas prices may be changing some consumer spending decisions, but they don't appear to be dampening consumers' appetite for Starbucks.</p><p>Starbucks said Tuesday that its global same-store sales for the January-March period rose 6.2%. That was higher than the 4% increase Wall Street was anticipating, according to analysts polled by FactSet. In the U.S., same-store sales jumped 7%.</p><p>Unlike fast food companies, which have been piling on discounts to win back lower-income consumers, Starbucks said it continues to see traffic from people of all ages and income levels.</p><p>“What we see with folks is, when you give them an experience that they feel is unique, differentiated, special, a little touch of luxury, it goes a long way. And we’re seeing that play out with every income cohort,” Starbucks Chairman and CEO Brian Niccol said during a conference call with investors. “We have to demonstrate to people that it’s worth it.”</p><p>Still, Niccol said the company is being cautious with its financial guidance because it's not sure how consumer behavior might change if costs continue to rise.</p><p>“As you know, these issues continue to happen, whether it shows up in gas prices or utilities in other ways or other input costs,” he said.</p><p>Starbucks said it now expects both global and U.S. same-store sales to rise 5% for the full year, up from previous guidance of 3%. The company also raised its full-year earnings guidance to $2.25 to $2.45 per share, up from $2.15 to $2.40 per share.</p><p>Starbucks shares rose more than 5% in after-hours trading.</p><p>Over the last year, Starbucks has been adding employees to stores during rush times and using technology to better sequence its in-store and mobile orders. Niccol said 80% of U.S. company-owned stores are now meeting Starbucks' goal of in-store or drive-thru service within 4 minutes and mobile order pickups within 12 minutes.</p><p>It has also encouraged friendlier service and is redesigning stores and adding seating to give them a cozier, coffeehouse feel. Niccol said around 300 U.S. stores have been redesigned so far and 1,000 will get that treatment by the end of this year.</p><p>Starbucks has also shuttered underperforming stores and cut corporate jobs. Last year, the company closed hundreds of stores in the U.S., Canada and Europe and laid off at least 2,000 nonretail employees.</p><p>Niccol said that leaner structure is allowing the company to innovate more quickly. He cited premium bakery items that were introduced during the second quarter, including a strawberry matcha loaf and a yuzu-flavored croissant.</p><p>New drinks, like protein-enhanced lattes and energy refreshers, are also drawing in customers. Niccol said he isn't worried about growing competition from brands like McDonald's, which recently announced its own menu of refreshers and handcrafted sodas.</p><p>“What my experience has been is when the category starts being talked about, the market leader benefits. And, you know, that’s going to be us in this scenario,” Niccol said.</p><p>Starbucks said its revenue rose 9% to $9.5 billion for the second quarter. That was also ahead of analysts' forecast of $9.2 billion.</p><p>Adjusted for one-time items, the company earned 50 cents per share. That also came in ahead of analysts' forecast of 43 cents.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NYOKUEFV3AD4YJZZOHHARUMBGI.jpg?auth=e259dc7a2c4fbc00223b227209d2fb7b1f7e080e05a51b98f9f1fe060161f094&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A customer visits a Starbucks location on Monday, April 27, 2026, in Portland, Ore. (AP Photo/Jenny Kane)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7XJYFYZW3W4H46OCPF6IUSLSUA.jpg?auth=deb4fb1bd5dc6125e23ee3e1ed6752fe6fdb94c7d2ec5e852435e74f7b6cc835&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign for Starbucks is displayed outside store on Monday, April 27, 2026, in Portland, Ore. (AP Photo/Jenny Kane)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Acusan a ex representante David Rivera de cabildeo ilegal para Venezuela; decide no testificar en juicio]]></title><link>https://www.local10.com/espanol/2026/04/28/acusan-a-ex-representante-david-rivera-de-cabildeo-ilegal-para-venezuela-decide-no-testificar-en-juicio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/acusan-a-ex-representante-david-rivera-de-cabildeo-ilegal-para-venezuela-decide-no-testificar-en-juicio/</guid><dc:creator><![CDATA[Andrea Torres, Liane Morejon]]></dc:creator><description><![CDATA[Según informaron sus abogados, el excongresista estadounidense David Rivera y la consultora política Esther Nuhfer decidieron no testificar en su defensa en un juicio federal por su presunta actividad de cabildeo ilegal en favor de Venezuela.]]></description><pubDate>Tue, 28 Apr 2026 16:59:21 +0000</pubDate><content:encoded><![CDATA[<p>El ex representante de Estados Unidos David Rivera y Esther Nuhfer, una consultora política, decidieron no testificar en su defensa en un juicio federal por su presunto cabildeo ilegal para Venezuela, informaron abogados.</p><p>Ambos regresaron a la corte federal el martes por la mañana en Miami para el juicio por cargos de actuar como agentes no registrados de Venezuela, conspiración para cometer lavado de dinero y evasión de impuestos.</p><p>La jueza de distrito de Estados Unidos Melissa Damian, del Distrito Sur de Florida, emitió las instrucciones al jurado.</p><p>“Este caso, como todos sabemos, es más que solo la codicia y la traición”, dijo en corte el fiscal federal asistente Roger Cruz. “Se trata de cómo no solo fallaron, sino que decidieron completa y deliberadamente mantener en secreto su relación con el régimen de Maduro”.</p><p>Los fiscales presentaron el caso contra Rivera y Nuhfer el 16 de noviembre de 2022 por un contrato de consultoría de $50,000,000 USD con la empresa estatal petrolera de Venezuela, Petróleos de Venezuela, S.A.</p><p>Entre los testigos del juicio estuvieron el secretario de Estado de Estados Unidos, Marco Rubio, y el representante Pete Sessions, republicano de Texas cercano al presidente Donald Trump.</p><p>Entre las pruebas que conoció el jurado se incluyó una entrevista exclusiva de Local 10 News con Rivera emitida en 2022.</p><p>El caso incluye reuniones que presuntamente organizaron entre Sessions con Delcy Rodríguez en 2017 en la ciudad de Nueva York y con Nicolás Maduro en Caracas.</p><p>Sessions testificó que las conversaciones se centraron en un camino a seguir para Venezuela sin Maduro en el poder.</p><p>Tras la captura de Maduro, Rodríguez pasó a convertirse en la primera mujer en la historia de Venezuela en desempeñar las funciones de la presidencia.</p><p>Los abogados defensores de Rivera afirmaron que su trabajo era legítimo. Rivera sirvió en la Cámara de Representantes de Estados Unidos de 2011 a 2013 y en la Cámara de Representantes de Florida de 2002 a 2010.</p>]]></content:encoded></item><item><title><![CDATA[Weinstein rape accuser tells jury that 'he just treated me like he owned me']]></title><link>https://www.local10.com/entertainment/2026/04/28/weinstein-rape-accuser-tells-jury-that-he-just-treated-me-like-he-owned-me/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/28/weinstein-rape-accuser-tells-jury-that-he-just-treated-me-like-he-owned-me/</guid><dc:creator><![CDATA[By JENNIFER PELTZ, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:37:26 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The woman at the center of Harvey Weinstein 's repeatedly retried rape case testified — for the third time — Tuesday that the former Hollywood honcho trapped her in a New York hotel room and assaulted her, ignoring her pleas not to do anything sexual.</p><p>“I said ‘no’ over and over, and I tried to leave,” Jessica Mann told jurors, sobbing. “He just treated me like he owned me.”</p><p>Mann, 40, is a hairstylist and actor. She's testifying six years after she first gave jurors her account of a consensual, if complicated, relationship that veered into rape.</p><p>Weinstein — the Oscar-winning movie producer who became a symbol of the #MeToo movement against sexual misconduct — looked on steadily, sometimes sipping water, as Mann detailed what she says he did to her in a Manhattan hotel room in 2013.</p><p>Weinstein, now a 73-year-old prison inmate, denies sexually assaulting anyone and is appealing sex crime convictions stemming from other women's accusations on two U.S. coasts. His attorneys haven't yet had their chance to question Mann at this retrial but have argued that everything that happened between the two was consensual.</p><p>He was convicted in 2020 of raping Mann, got the conviction overturned, then saw a jury deadlock on it at a retrial last year.</p><p>Testimony laced with tears</p><p>Jurors watched intently, several with pens poised to take notes, as Mann went through a second day of testimony that sometimes brought her to tears, as it did at the twoprior trials. After she declined a couple of times to take a break, the court called one when she got flustered during questions about interactions with Weinstein after the alleged rape.</p><p>Mann met Weinstein at a Los Angeles-area party around early 2013. She had done some acting work but was hoping for a big break.</p><p>Their subsequent get-togethers bounced between professional advice, invites to glitzy industry events and advances that Mann said made her uncomfortable but that she didn't refuse, though she had an emotional “meltdown” during an episode involving Weinstein and another woman.</p><p>Still, Mann decided to have a consensual sexual liaison with the then-married producer.</p><p>She explained Tuesday that she had been taught to expect such behavior from men and thought she might feel better about it if she was in a relationship with Weinstein.</p><p>Sometimes, she said, the then-studio boss was charming and made her feel validated; other times she felt demeaned by his discussions of sexual practices. And “if he was told no or something, it was just like this monster side came out” of a demanding man who flaunted his Hollywood influence.</p><p>Soon after their relationship began, Weinstein surprised Mann by showing up ahead of a planned breakfast with her and others in New York, where she'd piggybacked on a pal's work trip, she said. To Mann's dismay, Weinstein took a room at her hotel, according to her and to a former front desk employee who testified earlier.</p><p>Mann recalls ‘just shutting down’</p><p>Mann said she accompanied Weinstein to the room to sort things out privately. But he barked at her to undress, she recalled. She said she begged, “Please don't. I don't want to,” and tried twice to open the door, but the taller, heavier Weinstein slammed it shut, grabbed her wrists and held them crossed in front of her face.</p><p>“That was really scary, so I remember just like kind of like — just shutting down and giving up, because I had been fighting and arguing. So I obeyed,” by undressing and lying on the bed, she testified.</p><p>After a trip to the bathroom, where Mann said she later found a used syringe for an erectile-dysfunction drug, Weinstein returned and raped her, she said.</p><p>Mann told no one at the time. She went through with the planned breakfast, accepted Weinstein's invitation to extend her trip, attend a movie screening and have tea with him and his daughter.</p><p>“I just wanted everyone to act like everything was normal,” she said.</p><p>She continued consensual sexual encounters and friendly email exchanges with Weinstein. He helped the financially struggling Mann get hired at a hair salon, though she declined an envelope from him that she believed contained $1,000 in cash: “It felt wrong,” she told jurors.</p><p>But after Mann began dating someone she loved, she sought to stop sexual contact with Weinstein, emailing him that she needed to “respect the relationship.”</p><p>His reply message was cordial. But in person, Weinstein became enraged on learning her then-boyfriend was an actor, according to Mann.</p><p>“You owe me one more time!” Weinstein shouted before raping her again in a hotel in Beverly Hills, California, she told jurors, as she has before.</p><p>He never has been charged with any crime related to that allegation.</p><p>The Associated Press does not identify people who say they have been sexually assaulted, unless they agree to be named, as Mann has done.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JVYN4S6DPKYXSWCGUJNBARYUXQ.jpg?auth=96a0143d1633472aa1a0d8f0ca216b9bcbff0f439800dd333a44ce513941f649&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jessica Mann arrives for Harvey Weinstein's trial in criminal court, in New York, Tuesday, April 28, 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/IX5FLJCR4MWPPLWRGDFQWJBWIE.jpg?auth=fd7d74804eef316c08d48943ab8430249ff34816000313581ad75b10994afc6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jessica Mann arrives for Harvey Weinstein's trial in criminal court, in New York, Tuesday, April 28, 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/NMR3FRPAKD7QO73ZLH5G4LQ3EM.jpg?auth=1fbd0d2f1f2ea1a80f407347eba285441fb7c9011016fd0add4bef8140d60248&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein appears in criminal court in New York, Tuesday, April 28, 2026. (AP Photo/Richard Drew, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PI4RRW3YBSYBMXO25DL52OI3NM.jpg?auth=4b0df527f6638536a22ee851218c1a0876d33804b94f52ef91ed1fb8d65669e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein, right, and defense attorney Marc Agnifilo appear in criminal court, in New York, Tuesday, April 28, 2026. (AP Photo/Richard Drew, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZFP7YFHNNKH6Y2N3HZOFP5U4XU.jpg?auth=6ea60856b1944620852a3083b8d278fcdaafc608c51395f45d00759d9e3e9ce4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jessica Mann arrives for Harvey Weinstein's trial in criminal court, in New York, Monday, April 27, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Justice Department legal argument for the White House ballroom reads like a Trump social media post]]></title><link>https://www.local10.com/news/politics/2026/04/28/justice-department-legal-argument-for-the-white-house-ballroom-reads-like-a-trump-social-media-post/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/28/justice-department-legal-argument-for-the-white-house-ballroom-reads-like-a-trump-social-media-post/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 20:32:46 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Justice Department is pressing for the dismissal of preservationists’ lawsuit over the planned $400 million White House ballroom after the shooting at Saturday’s media gala. But its latest court filing reads more like a Truth Social post from President Donald Trump than a document crafted by government lawyers.</p><p>The filing submitted Monday by the Justice Department is chock-full of the kind of Trumpian touches the president uses in written communication, such as erratic capitalization, exclamation points, non sequiturs, rhetorical questions, praise for the president and accusations that his opponents are insane.</p><p>The 16-page filing, which was signed by acting Attorney General Todd Blanche and submitted by Associate Attorney General Stanley Woodward, is a sign of the extraordinary degree to which the president has demolished the wall of independence that the Justice Department has historically had separating itself from the White House.</p><p>"The National Trust for Historic Preservation' is a beautiful name, but even their name is FAKE because when they add the words ‘in the United States’ to the National Trust for Historic Preservation, it makes it sound like a Governmental Agency, which it is not," the filing's first sentence reads.</p><p>The Trust sued in December after the White House demolished the East Wing to make room for a ballroom that Trump said would fit 999 people. Trump says the project is funded by private donations, but public money is paying for security upgrades and an underground bunker.</p><p>The Trust argues in its lawsuit that Trump overstepped his authority by moving forward with the project without getting approval from Congress and key federal agencies.</p><p>Trump and Republicans have made a renewed push for the ballroom in the wake of the shooting at the White House Correspondents’ Dinner on Saturday, arguing it showed the need to have a secure facility for large events. The Justice Department asked the Trust to withdraw its complaint, but it has declined.</p><p>“What Saturday’s awful event does not change is that the Constitution and multiple federal statutes require Congress to authorize construction of a ballroom on White House grounds, and that Congress has not done so,” the Trust's attorney Gregory Craig wrote in a reply to the government.</p><p>The Justice Department on Monday said the court should dismiss the lawsuit, saying it “greatly endangers the lives of all Presidents, current and future.”</p><p>When asked about the court filing, the White House did not deny that the president had a role in drafting or editing the Justice Department's arguments.</p><p>“President Trump is intimately involved in the ongoing disgraceful lawsuit brought by the National Trust for Historic Preservation, and is working diligently with his team of lawyers to bring this charade to an end," White House spokesman Davis Ingle said in a statement.</p><p>The Justice Department did not respond to a message seeking comment.</p><p>The filing comes as the department in Trump's second term has fired employees involved in cases that were criticized by conservatives or because they were perceived as insufficiently loyal to Trump’s agenda. The department has also pursued aggressive investigations of the president's perceived enemies, including the unveiling Tuesday of a second criminal indictment of former FBI Director James Comey.</p><p>Trump shared the filing on social media Tuesday morning, posting screenshots of each of the 16 pages without comment.</p><p>In the filing, the Justice Department said that the Trust is “very bad for our Country," a phrase the president uses repeatedly. The filing twice accuses the Trust of having “Trump Derangement Syndrome, commonly referred to as TDS,” a fictitious and satirical malady that the president has used to diagnose his critics.</p><p>Trust attorney Craig — a former White House counsel — is described in the filing as “the lawyer for Barack Hussein Obama.” Trump has for years used the former president's full legal name, a usage that recalls his longtime questioning of Obama's loyalties, his faith and birth in the United States.</p><p>The Justice Department also argued in the filing that, “because it is DONALD J. TRUMP, a highly successful real estate developer, who has abilities that others don’t, especially those who assume the Office of President, this frivolous and meritless lawsuit was filed. Again, it’s called TRUMP DERANGEMENT SYNDROME.”</p><p>___</p><p>Associated Press writer Alanna Durkin Richer contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XZGTHAGNSFXRGNNHE3QIML2B6M.jpg?auth=e45151250cc17c038ad3d249bb160cd49fa1ac7088cbfa595fbd5648f7346f63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artist renderings of the new White House East Wing and Ballroom are photographed Tuesday, March 31, 2026. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UI25RIM5FDQP25CGNUA7YUULFE.jpg?auth=a75d483575ed4297d860e0707aa1fd65fc3dbfcc1b7ba1acef5dfec3ec97affe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Construction on the new White House ballroom is seen from the Washington Monument, Monday, April 20, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B3DGOOQO5EIJM5LA3V7QHLVXRI.jpg?auth=0995a46b8ce61aecbca82889be011d5b946b8627dc4db3711773180b752ce2b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Work continues on the construction of the ballroom at the White House in Washington, Wednesday, April 1, 2026. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[US will issue commemorative passports with Trump’s picture for America's 250th birthday]]></title><link>https://www.local10.com/business/2026/04/28/us-will-issue-commemorative-passports-with-trumps-picture-for-americas-250th-birthday/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/28/us-will-issue-commemorative-passports-with-trumps-picture-for-americas-250th-birthday/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 23:29:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The State Department said Tuesday that it is preparing a limited release of commemorative U.S. passports celebrating America’s 250th birthday that feature a picture of President Donald Trump, who would be the first living president to be featured in the travel document.</p><p>The concept for the special passport, including a rendering of Trump’s stern-looking visage, had been under consideration for months before finally being approved late Monday. Between 25,000 and 30,000 of the new passports will be available to applicants at the Washington, D.C., passport office beginning shortly before July 4.</p><p>It’s the latest instance of Trump having his name and likeness added to buildings, documents and other highly visible tributes. There are efforts to put Trump’s signature on all new U.S. paper currency, also a first for a sitting president, as well as to include his image on a gold commemorative coin to celebrate the country's founding.</p><p>The commemorative passport will be the default document for people applying in person at the Washington office, although those who want a standard passport will be able to get one by applying online or outside Washington, officials said.</p><p>“As the United States celebrates America’s 250th anniversary in July, the State Department is preparing to release a limited number of specially designed U.S. passports to commemorate this historic occasion,” State Department spokesman Tommy Pigott said.</p><p>“These passports will feature customized artwork and enhanced imagery while maintaining the same security features that make the U.S. passport the most secure documents in the world,” he said.</p><p>The limited release passport will feature Trump’s picture over a gold imprimatur of his signature to an interior page, while the cover will feature the words “United States of America” in bold gold print at the top and “Passport” at the bottom — a reversal of the standard cover.</p><p>In addition, a small gold laminate American flag, with the number 250 encircled by stars, will be at the bottom of the back cover.</p><p>The Bulwark reported earlier on the commemorative passports.</p><p>The only presidents featured in current U.S. passports are in a double-page depiction of Mount Rushmore in South Dakota — George Washington, Thomas Jefferson, Theodore Roosevelt and Abraham Lincoln.</p><p>Other depictions include the Statue of Liberty, the Liberty Bell and Independence Hall in Philadelphia, and scenes of the Great Plains, mountains and islands. Current passports also contain quotations from Martin Luther King Jr. as well as Presidents Washington, Jefferson, Roosevelt, John F. Kennedy and Dwight Eisenhower.</p><p>The addition of Trump's picture and signature to the passport book is the newest step his aides have taken to increase the president's visibility, including adding his name to the U.S. Institute of Peace building and the Kennedy Center performing arts venue.</p><p>Trump also has made waves with his plans for a new White House ballroom and a massive arch to be built at one of the entrances to Washington from Virginia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5GFHJVAON225GCVJMSWXJ2IWN4.jpg?auth=d10730346be0ca5028804dd3b194866a3156be770cdef89fc745f95c4c07f97e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sample of a limited release of a commemorative U.S. passport that celebrates America's 250th birthday and features a picture of President Donald Trump, is photographed Tuesday, April 28, 2026. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LT7I5YYLJIGOBG4HOH4GBBF7KA.jpg?auth=e987305f3a16bb5b9fbab7eb14d9d11761a95b47ce35f3a01f25ae9f8e99611b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sample of a limited release of a commemorative U.S. passport that celebrates America's 250th birthday and features a picture of President Donald Trump, is photographed Tuesday, April 28, 2026. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content></item><item><title><![CDATA[Arrestan a dos personas en relación con robo a mano armada en Overtown, dice la policía]]></title><link>https://www.local10.com/espanol/2026/04/28/arrestan-a-dos-personas-en-relacion-con-robo-a-mano-armada-en-overtown-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/arrestan-a-dos-personas-en-relacion-con-robo-a-mano-armada-en-overtown-dice-la-policia/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Según el informe de detención, dos hombres fueron arrestados después de que, según los investigadores, un robo en el barrio de Overtown de Miami derivara en un intento de tiroteo durante un forcejeo por un arma.]]></description><pubDate>Tue, 28 Apr 2026 16:32:32 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres fueron arrestados el lunes después de que investigadores indicaran que un robo en el vecindario de Overtown en Miami se convirtió en un intento de balacera durante un forcejeo por un arma a principios de este mes.</p><p>La policía de Miami informó que Santana Clark, de 28 años, y Santos Gaiter, de 40 años, fueron arrestados el lunes por el Departamento de Policía de Miami en relación con los hechos.</p><p>Según los investigadores, la víctima dijo a la policía que conducía un carrito de golf cerca de Northwest 12th Street y Northwest First Place alrededor de las 5:30 a.m. del 6 de abril cuando un Honda Accord negro comenzó a seguirlo, tocando la bocina e intentando cerrarle el paso.</p><p>Cuando llegó a su casa, la policía indicó que Gaiter salió del asiento trasero del vehículo, apuntó un arma de fuego y exigió dinero. También exigió la cadena de oro de la víctima.</p><p>Cuando la víctima dijo que la cadena no era real, se produjo un forcejeo por el arma, según el informe.</p><p>Durante la pelea, los investigadores indicaron que la víctima mordió el antebrazo de Gaiter y sostuvo su muñeca lejos de su rostro.</p><p>Indicaron que Gaiter luego disparó hacia la cabeza de la víctima, pero la víctima logró desviar el arma mientras sostenía la corredera, evitando ser impactada. Los investigadores dijeron que Gaiter amenazó con matar a la víctima durante el robo antes de tomar su teléfono y bolsas del carrito de golf y huir.</p><p>El informe indica que una segunda víctima dijo a la policía que escuchó un disparo y a la víctima pidiendo ayuda. Cuando se acercó al área, los investigadores indicaron que Gaiter la confrontó y le exigió: “Dame eso, chica, dame la bicicleta”, según el informe.</p><p>La policía indicó que luego tomó su bicicleta y huyó del lugar.</p><p>Un testigo reportó haber escuchado el disparo y vio el forcejeo antes de observar a Gaiter correr hacia la segunda víctima, según el informe.</p><p>La policía indicó que un video de vigilancia con audio captó el incidente y mostró el vehículo de Clark cerca con la puerta abierta mientras ocurría el forcejeo. Indicaron que el vehículo luego se fue del área pero regresó varias veces, aparentemente para vigilar la escena.</p><p>Una alerta de ShotSpotter registró un disparo alrededor de las 5:30 a.m. en la cuadra 100 de Northwest Ninth Street, indicó la policía.</p><p>Indicaron que imágenes del Centro de Crimen en Tiempo Real del MPD mostraron el vehículo de Clark siguiendo a la víctima antes del robo y a Gaiter sentado brevemente fuera del vehículo cambiándose de pantalón. La policía también indicó que ambos fueron vistos juntos dentro de una tienda poco antes del incidente.</p><p>Según el informe, el vehículo fue identificado posteriormente como un Honda Civic negro. Una orden de registro ejecutada el 14 de abril recuperó documentos de identificación pertenecientes a Clark, incluyendo una licencia de conducir, tarjetas de crédito y citaciones de tránsito.</p><p>La policía indicó que Clark también fue detenido en el mismo vehículo el 6 de abril y recibió una citación.</p><p>Después de que se le leyeran sus derechos Miranda, los investigadores indicaron que Clark admitió que conducía el vehículo en el momento del robo y afirmó que le estaba dando un aventón a Gaiter antes de que tuvieran una discusión.</p><p>Se negó a identificar a Gaiter como sospechoso cuando fue interrogado por detectives, según el informe.</p><p>Los registros de la cárcel muestran que Clark y Gaiter enfrentan un cargo cada uno de robo a mano armada con arma de fuego y otro de intento de asesinato grave con arma de fuego, mientras que Gaiter enfrenta un cargo adicional de manipulación de evidencia.</p><p>Hasta el martes, ambos sospechosos permanecían detenidos en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “por establecer”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LP4PYXBVGZHMXDGVEQDHHZNMVU.jpg?auth=98c2dc6237df031ac0df352682cea2793f9ec6241182cf5f30a093986a030219&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Pair arrested in connection with armed robbery in Overtown, cops say]]></title><link>https://www.local10.com/news/local/2026/04/28/pair-arrested-in-connection-with-armed-robbery-in-overtown-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/pair-arrested-in-connection-with-armed-robbery-in-overtown-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Two men were arrested after investigators say a robbery in Miami’s Overtown neighborhood escalated into a shooting attempt during a struggle over a gun, according to an arrest report.]]></description><pubDate>Tue, 28 Apr 2026 16:23:59 +0000</pubDate><content:encoded><![CDATA[<p>Two men were arrested on Monday after investigators say a robbery in Miami’s Overtown neighborhood escalated into a shooting attempt during a struggle over a gun earlier this month. </p><p><a href="https://www.local10.com/espanol/2026/04/28/arrestan-a-dos-personas-en-relacion-con-robo-a-mano-armada-en-overtown-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/arrestan-a-dos-personas-en-relacion-con-robo-a-mano-armada-en-overtown-dice-la-policia/">Leer en español</a></p><p>Miami police said 28-year-old Santana Clark and 40-year-old Santos Gaiter were arrested Monday by the Miami Police Department in connection with the crimes. </p><p>According to investigators, the victim told police he was driving a golf cart near Northwest 12th Street and Northwest First Place around 5:30 a.m. om April 6 when a black Honda Accord began following him, honking its horn, and attempted to cut him off. </p><p>When he arrived home, police said Gaiter exited the rear seat of the vehicle, pointed a handgun at him and demanded money. They said Gaiter also demanded the victim’s gold chain. </p><p>When the victim said the chain was not real, a struggle broke out over the weapon, according to the report. </p><p>During the fight, investigators said the victim bit Gaiter’s forearm and held his wrist away from his face. </p><p>They said Gaiter then fired a shot toward the victim’s head, but the victim was able to push the gun away while holding the slide, preventing himself from being struck. Investigators said Gaiter threatened to kill the victim during the robbery before taking his phone and bags from the golf cart and fleeing.</p><p>The report states that a second victim told police that she heard a gunshot and the victim calling for help. When she approached the area, investigators said Gaiter confronted her and demanded, “Let me get that, girl, give me the bike,” according to the report. </p><p>Police said he then took her bicycle and fled the scene.</p><p>A witness reported hearing the gunshot and saw the struggle before observing Gaiter run toward the second victim, according to the report.</p><p>Police said surveillance video with audio captured the incident and showed the Clark’s vehicle nearby with its door open as the struggle unfolded. They said the vehicle later left the area but returned multiple times, appearing to canvass the scene.</p><p>A ShotSpotter alert recorded one gunshot around 5:30 a.m. in the 100 block of Northwest Ninth Street, police said.</p><p>They said MPD’s Real Time Crime Center footage showed Clark’s vehicle following the victim before the robbery and Gaiter briefly sitting outside the vehicle and changing pants. Police also said the pair were seen together inside a store shortly before the incident.</p><p>According to the report, the vehicle was later identified as a black Honda Civic. A search warrant executed on April 14 recovered identifying documents belonging to Clark, including a driver’s license, credit cards and traffic citations.</p><p>Police said Clark was also stopped in the same vehicle on April 6 and cited.</p><p>After being read his Miranda rights, investigators said Clark admitted he was driving the vehicle at the time of the robbery and said he was giving Gaiter a ride before they got into an argument. </p><p>He declined to identify Gaiter as a suspect when being questioned by detectives, according to the report.</p><p>Jail records show Clark and Gaiter are facing one count each of armed robbery with a firearm and attempted felony murder with a firearm, while Gaiter is facing one additional charge of tampering with evidence. </p><p>As of Tuesday, both suspects were being held at the Turner Guilford Knight Correctional Center, where their bond was listed as “to be set.” </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LP4PYXBVGZHMXDGVEQDHHZNMVU.jpg?auth=98c2dc6237df031ac0df352682cea2793f9ec6241182cf5f30a093986a030219&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Amazon touts a 'major expansion' with OpenAI as Microsoft ties loosen]]></title><link>https://www.local10.com/business/2026/04/28/amazon-touts-a-major-expansion-with-openai-as-microsoft-ties-loosen/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/28/amazon-touts-a-major-expansion-with-openai-as-microsoft-ties-loosen/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 18:57:30 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — Amazon announced what it called a “major expansion” of its partnership with ChatGPT maker OpenAI on Tuesday, a day after the artificial intelligence company said it was loosening its ties to longtime backer Microsoft.</p><p>OpenAI CEO Sam Altman said the collaboration with Amazon's cloud computing division, Amazon Web Services, would involve co-developing a new platform for AI agents that can do computer-based work on people's behalf.</p><p>Altman spoke via prerecorded video message to an Amazon event in San Francisco at the same time as he was appearing in federal court across San Francisco Bay in Oakland for a civil trial brought by rival OpenAI co-founder Elon Musk.</p><p>Microsoft had said Monday it will no longer pay a share of its revenue to ChatGPT maker OpenAI, the latest move to untether a close partnership that helped unleash an artificial intelligence boom.</p><p>OpenAI relied exclusively on Microsoft’s investments in cloud computing services to build the technology that helped make ChatGPT a household name. Microsoft, in turn, relied on OpenAI’s technology to build its own AI assistant Copilot.</p><p>But the partnership has evolved as San Francisco-based OpenAI, founded as a nonprofit, has shifted to a capitalistic enterprise on a path toward an initial public offering on Wall Street and has balanced its reliance on Microsoft with other cloud partners like Amazon, Google and Oracle.</p><p>OpenAI said Monday it will continue to pay Microsoft a share of its revenue through 2030, though the rate will be capped. OpenAI has been on a race to boost sales of its AI technology by focusing on big business customers. Its chief revenue officer, Denise Dresser, also spoke at the Amazon event.</p><p>Microsoft remains the primary cloud computing partner for OpenAI, and products made by the AI company will ship first on Microsoft’s cloud platform, called Azure, “unless Microsoft cannot and chooses not to support the necessary capabilities,” both companies said.</p><p>Altman suggested in his remarks Tuesday that Amazon had those capabilities.</p><p>“These systems need to run reliably and robustly,” Altman said. "They need to be secure, they need to scale, and they need to fit in the environments where companies already run their businesses. And they need infrastructure that customers already trust for their most important workloads. That’s what makes this partnership with AWS so important."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WSDQ4IZDT3VMV7TBOIUU72I3QQ.jpg?auth=7c4be8f71a4f850abe05dcf4020e7309c4f9e00876d754c4eafe5bd6ffd0fb33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt Garman, CEO of AWS, left, speaks next to Denise Dresser, chief revenue officer of OpenAI, at a What's Next with AWS event Tuesday, April 28, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CT7FWVR2NDALUMZE7KVUKVA65Q.jpg?auth=cc7a7e394bb9238dec0749bebde8eaa1942ad7755ef657452f0675457208638a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denise Dresser, chief revenue officer of OpenAI, second from right, speaks on stage with Julia White, vice president & chief marketing officer, AWS, from left, Matt Garman, CEO of AWS, and Anthony Ligouri, vice president and distinguished engineer, AWS, at a What's Next with AWS event Tuesday, April 28, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V2BI3VFCT6ZYZA4CMMAHJFWAAU.jpg?auth=388a42a4f4687c33bc8fe7735ac4c623768bb9ac7d61bdc81fa40d4f4ec4ef28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Julia White, vice president & chief marketing officer, AWS, at right on stage, and attendees watch as Sam Altman, CEO of OpenAI, is shown speaking on a video screen at a What's Next with AWS event Tuesday, April 28, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PH23Z2FJDX5QTQ626EQ7GDFZUI.jpg?auth=8c0d9d71c72dda21773f13c62ed3b8bf5a4a55966def67cb7fc4e594cea46af9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees listen as Denise Dresser, chief revenue officer of OpenAI, second from right on stage, speaks with Julia White, vice president & chief marketing officer, AWS, from stage left, Matt Garman, CEO of AWS, and Anthony Ligouri, vice president and distinguished engineer, AWS, at a What's Next with AWS event Tuesday, April 28, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FHIEUMUH7RRI6ICWFUTRPH4JWY.jpg?auth=d7e0ed09e731dc0fc818a18db290331b28d3e9c5ebcb4a6ff5c22204752faafe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denise Dresser, chief revenue officer of OpenAI, speaks at a What's Next with AWS event Tuesday, April 28, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[“Un privilegio absoluto”: director atlético de UM Dan Radakovich anuncia su retiro tras gestión transformadora]]></title><link>https://www.local10.com/espanol/2026/04/28/un-privilegio-absoluto-director-atletico-de-um-dan-radakovich-anuncia-su-retiro-tras-gestion-transformadora/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/un-privilegio-absoluto-director-atletico-de-um-dan-radakovich-anuncia-su-retiro-tras-gestion-transformadora/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Universidad de Miami anunció el martes que el vicepresidente y director de atletismo, Dan Radakovich, se jubilará el 1 de junio, poniendo fin a una gestión marcada por el éxito de los programas en múltiples deportes y el sólido rendimiento académico de los estudiantes deportistas.]]></description><pubDate>Tue, 28 Apr 2026 18:51:55 +0000</pubDate><content:encoded><![CDATA[<p>La Universidad de Miami anunció este martes que el vicepresidente y director atlético Dan Radakovich se retirará el 1 de junio, cerrando una gestión marcada por el éxito deportivo en múltiples disciplinas y un sólido desempeño académico de los estudiantes-atletas.</p><p>Radakovich, uno de los administradores más reconocidos en el deporte universitario, regresó a Miami en 2021, casi 40 años después de comenzar su carrera en la oficina administrativa de atletismo de la escuela, donde también obtuvo su MBA.</p><p>Durante su tiempo al frente del atletismo de Miami, el programa alcanzó importantes hitos competitivos, incluyendo una histórica aparición del equipo de fútbol americano en el juego del Campeonato Nacional del College Football Playoff.</p><p>El programa de baloncesto masculino llegó a su primer Final Four en 2023, mientras que el baloncesto femenino alcanzó su primera participación en el Elite Eight ese mismo año. Seis Hurricanes también ganaron títulos nacionales individuales de la NCAA bajo su liderazgo.</p><p>Fuera del campo, los estudiantes-atletas de Miami registraron resultados académicos récord, incluyendo un promedio semestral de 3.40, el mejor del departamento, y una tasa de graduación del 94%. Los 18 programas superaron un GPA de 3.0 por primera vez en la historia de la escuela, y el departamento recibió reconocimiento nacional por sus esfuerzos de servicio comunitario en 2022 y 2024, según un comunicado obtenido por Local 10 News el martes.</p><p>El presidente de la Universidad de Miami, Joe Echevarria, elogió el liderazgo de Radakovich, afirmando que ayudó a guiar al departamento durante un período transformador y calificándolo como un asesor de confianza.</p><p>Radakovich dijo que su decisión llega con confianza en la dirección del programa.</p><p>“Servir nuevamente a la Universidad de Miami ha sido un privilegio absoluto”, dijo Radakovich. “Este lugar significa todo para mí, y estoy orgulloso de lo que nuestros estudiantes-atletas, entrenadores y personal han logrado juntos. El programa está en una gran posición, y es el momento adecuado para un nuevo liderazgo que dé forma a lo que viene”.</p><p>Radakovich ha ocupado varios cargos de liderazgo a nivel nacional en el deporte universitario, incluyendo servir como presidente de LEAD1 y ser nombrado Director Atlético del Año por Sports Business Journal en 2017.</p><p>También formó parte del comité inaugural de selección del College Football Playoff y actualmente integra un comité de supervisión de la NCAA.</p><p>La universidad indicó en el comunicado que realizará una “búsqueda nacional” para su sucesor.</p><p>Mientras tanto, funcionarios de la universidad informaron que los subdirectores Brian Baptiste y Rachelle Paul fungirán como co líderes interinos, reportando al presidente de la universidad.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XFLOTIXDXZAOTPTZRUXJIEP74U.jpg?auth=0f91d6fd242139614530d58ede6bcb9fd850f94c8c82763656566031f1b86ea0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[‘An absolute privilege’: UM athletic director Dan Radakovich to retire after transformative tenure]]></title><link>https://www.local10.com/sports/local/2026/04/28/an-absolute-privilege-um-athletic-director-dan-radakovich-to-retire-after-transformative-tenure/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/28/an-absolute-privilege-um-athletic-director-dan-radakovich-to-retire-after-transformative-tenure/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The University of Miami on Tuesday announced that Vice President and Director of Athletics Dan Radakovich will retire on June 1, closing out a tenure marked by program success across multiple sports and strong academic performance by student-athletes.]]></description><pubDate>Tue, 28 Apr 2026 18:36:07 +0000</pubDate><content:encoded><![CDATA[<p>The University of Miami on Tuesday announced that Vice President and Director of Athletics Dan Radakovich will retire on June 1, closing out a tenure marked by program success across multiple sports and strong academic performance by student-athletes.</p><p><a href="https://www.local10.com/espanol/2026/04/28/un-privilegio-absoluto-director-atletico-de-um-dan-radakovich-anuncia-su-retiro-tras-gestion-transformadora/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/un-privilegio-absoluto-director-atletico-de-um-dan-radakovich-anuncia-su-retiro-tras-gestion-transformadora/">Leer en español</a></p><p>Radakovich, one of the most recognized administrators in college athletics, returned to Miami in 2021 — nearly 40 years after beginning his career in the school’s athletics business office, where he also earned his MBA.</p><p>During his time leading Miami athletics, the program saw major competitive milestones, including a historic College Football Playoff National Championship Game appearance by the football team. </p><p>The men’s basketball program reached its first Final Four in 2023, while women’s basketball made its first Elite Eight run the same year. Six Hurricanes also won NCAA individual national titles under his leadership.</p><p>Off the field, Miami student-athletes posted record academic results, including a department-best 3.40 semester GPA and a 94% Graduation Success Rate. All 18 programs finished above a 3.0 GPA for the first time in school history, and the department earned national recognition for community service efforts in 2022 and 2024, according to a press release obtained by Local 10 News on Tuesday. </p><p>University of Miami President Joe Echevarria praised Radakovich’s leadership, saying he helped guide the department through a transformative period and calling him a trusted advisor.</p><p>Radakovich said his decision comes with confidence in the program’s direction.</p><p>“Serving the University of Miami again has been an absolute privilege,” Radakovich said. “This place means everything to me, and I’m proud of what our student-athletes, coaches and staff have accomplished together. The program is in a great place, and it’s the right time for fresh leadership to shape what comes next.”</p><p>Radakovich has held several national leadership roles in college athletics, including serving as president of LEAD1 and being named Sports Business Journal Athletic Director of the Year in 2017. </p><p>He also served on the inaugural College Football Playoff selection committee and currently sits on an NCAA oversight committee.</p><p>The school stated in the news release that a “national search” will be conducted for his successor. </p><p>In the interim, school officials said deputy directors Brian Baptiste and Rachelle Paul will serve as co-leaders reporting to the university president.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XFLOTIXDXZAOTPTZRUXJIEP74U.jpg?auth=0f91d6fd242139614530d58ede6bcb9fd850f94c8c82763656566031f1b86ea0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Continúa incendio en Highway 41 en el oeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/04/28/continua-incendio-en-highway-41-en-el-oeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/continua-incendio-en-highway-41-en-el-oeste-de-miami-dade/</guid><dc:creator><![CDATA[Gabrielle Arzola, Amanda Batchelor, Christina Vazquez]]></dc:creator><description><![CDATA[Un incendio de maleza que arde en el oeste de Miami-Dade ha quemado 450 acres hasta ahora, confirmaron funcionarios a Local 10 News.]]></description><pubDate>Tue, 28 Apr 2026 13:35:52 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio forestal en el oeste de Miami-Dade ha consumido más de 2,500 acres hasta ahora, confirmaron autoridades a Local 10 News el martes.</p><p>El incendio, que comenzó el sábado y ha sido denominado el incendio de la Highway 41, arde al oeste de Tamiami Trail, justo después de Krome Avenue.</p><p>El incendio provocó un cierre parcial de parques, incluyendo estacionamientos, instalaciones y vías navegables dentro del área afectada.</p><p>El martes por la mañana, Coopertown Airboats al sur de Tamiami Trail fue evacuado como medida de precaución después de que las condiciones de humo aumentaran cerca de la atracción.</p><p>Un denso humo aún podía verse la tarde del martes proveniente del incendio, a solo unas millas al oeste del Miccosukee Casino.</p><p>Al mediodía, las condiciones mejoraron con el regreso de cielos despejados y los equipos recogieron las mangueras tras lograr contener la cabeza del incendio, que se había propagado rápidamente por el área tras un cambio en la dirección del viento.</p><p>Las autoridades informaron que Safari Park y Gator Park también fueron cerrados debido a condiciones climáticas previstas. Hasta el momento, ningún edificio ha sufrido daños y no se han reportado heridos.</p><p>Al norte de Tamiami Trail, que se utiliza como cortafuego, los recorridos en hidrodeslizador continuaron operando sin interrupciones.</p><p>Michele Sutter, visitante de Suiza, dijo a Local 10 News que ella y su familia aún se sentían seguras durante su recorrido.</p><p>“Conozco el área, así que no es mi primera vez aquí, pero no había visto un incendio tan grande últimamente”, dijo. “Aún nos sentimos seguros”.</p><p>Sutter, quien anteriormente vivió en Miami, indicó que está familiarizada con los incendios forestales durante la temporada seca del sur de Florida.</p><p>El capitán de hidrodeslizador Hank Ridings dijo que esas condiciones no son inusuales.</p><p>“En una sequía como la que tenemos ahora, puede ocurrir en cualquier momento, un rayo, alguien tirando una colilla de cigarrillo sin entender cómo eso puede iniciar un incendio”, dijo Ridings.</p><p>Desde las primeras horas de la mañana, el incendio cerca de Tamiami Trail estaba iluminado por la luz de la luna, pero en cuestión de horas, el humo espeso y las brasas crepitantes alcanzaron la carretera.</p><p>En algún momento, las llamas avanzaron hacia la vía, quedando a pocos pies de los autos que se aproximaban.</p><p>La causa del incendio sigue sin estar clara, pero los equipos de bomberos continúan evaluando los daños desde el aire mientras el fuego sigue desplazándose hacia el este.</p><p>Las autoridades de rescate de incendios indicaron que el humo ha afectado la calidad del aire en el área, por lo que se recomienda a los residentes cercanos permanecer en interiores si padecen problemas respiratorios.</p>]]></content:encoded></item><item><title><![CDATA[Steelers place unrestricted free-agent tender on Aaron Rodgers]]></title><link>https://www.local10.com/sports/2026/04/28/steelers-place-unrestricted-free-agent-tender-on-aaron-rodgers/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/28/steelers-place-unrestricted-free-agent-tender-on-aaron-rodgers/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 18:21:13 +0000</pubDate><content:encoded><![CDATA[<p>PITTSBURGH (AP) — The Pittsburgh Steelers have left the door wide open for Aaron Rodgers to return.</p><p>Still, the club gave itself a little bit of protection in case he does not.</p><p>Pittsburgh placed the unrestricted free-agent tender on the four-time MVP on Monday, meaning the Steelers would be entitled to a compensatory draft pick if Rodgers doesn’t sign with them and instead lands elsewhere during the 2026 season.</p><p>General manager Omar Khan and first-year head coach Mike McCarthy remain very optimistic that the 42-year-old will be back after leading them to an AFC North title last winter.</p><p>The line of communication between both sides has been wide open since the end of the season, and Khan said after the NFL draft that the selection of former Penn State star Drew Allar in the third round does not affect Pittsburgh's interest in having Rodgers back.</p><p>The tender does not preclude Rodgers from signing with another team or even give the Steelers the ability to match an offer to him if one is made before July 22.</p><p>What it does do is give them some coverage if he signs elsewhere before training camp opens in late July. After camp begins, the Steelers would have exclusive negotiating rights with Rodgers.</p><p>The tender also slots in Rodgers' salary. Under the rules, Rodgers would be entitled to a 10% raise over his 2025 salary if he comes back for a 22nd season.</p><p>Rodgers said in January that he would make a decision “down the line.” The Steelers had expressed hope that Rodgers would be able to provide clarity before the NFL draft, but that did not happen.</p><p>Pittsburgh begins organized team activities — which are voluntary — on May 18. Mandatory minicamp is set for June 2-4.</p><p>Rodgers skipped OTAs entirely last year, signing a one-year deal with the Steelers not long after minicamp wrapped up.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I4POKQXEVRU4A4MJU3XUOYOZL4.jpg?auth=2bfff184f376a6c3f476ecbcc3f88c469daaf1d0c54a62648bbebd84eba27c3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pittsburgh Steelers quarterback Aaron Rodgers (8) leaves the field after an NFL wild-card playoff football game against the Houston Texans, Monday, Jan. 12, 2026, in Pittsburgh. (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[Jury is deliberating in trial of alleged IS militant charged in deadly Kabul airport bombing]]></title><link>https://www.local10.com/news/world/2026/04/28/us-jury-is-deliberating-in-trial-of-alleged-isis-militant-charged-in-deadly-kabul-airport-bombing/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/28/us-jury-is-deliberating-in-trial-of-alleged-isis-militant-charged-in-deadly-kabul-airport-bombing/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:02:40 +0000</pubDate><content:encoded><![CDATA[<p>ALEXANDRIA, Va. (AP) — An alleged Islamic State militant falsely confessed to helping plan a deadly suicide bombing at a Kabul airport during the U.S. military’s chaotic withdrawal from Afghanistan in 2021, a defense lawyer told jurors Tuesday at the close of the man's trial in Virginia.</p><p>The jury began deliberating after hearing attorneys' closing arguments in the federal trial of Mohammad Sharifullah, whose capture was heralded by President Donald Trump as he addressed a joint session of Congress last year. Jurors deliberated for roughly five hours without reaching a verdict and are scheduled to resume Wednesday.</p><p>Approximately 160 Afghans and 13 U.S. service members were killed in the attack on Aug. 26, 2021, when a lone suicide bomber detonated an improvised explosive device near an airport entry point known as Abbey Gate.</p><p>Defense attorney Lauren Rosen argued that prosecutors failed to present any evidence tying Sharifullah to the bombing besides his own words to FBI agents during hours of interrogation. She said her client lied about scouting a route for the suicide bomber to the airport, where U.S. troops were conducting an evacuation operation after the longest war in American history.</p><p>Rosen said Sharifullah told FBI agents what he thought they wanted to hear, possibly because he was afraid of being tortured in Pakistani custody before he was brought to the U.S.</p><p>“The problem was, he didn't know much about what actually happened that day,” Rosen told jurors. “The government has told you nothing about how this attack actually happened.”</p><p>Justice Department prosecutor Ryan White said Sharifullah played a crucial role in planning the Abbey Gate bombing and was involved in several other attacks by an Islamic State regional branch known as ISIS-K, including its March 2024 attack at a Moscow concert hall that killed roughly 140 people.</p><p>“The defendant thought nothing of killing,” White said. “For him, it was just another day at the office.”</p><p>Sharifullah, who didn't testify at his weeklong trial, is charged with one count of providing material support to a designated foreign terrorist organization resulting in death. He faces a maximum sentence of life in prison if convicted.</p><p>White said Sharifullah told a journalist that he wanted to “catch and kill the crusaders” from the U.S. for invading his country after the Sept. 11, 2001, terror attacks.</p><p>“This case is not complicated,” White said. “The defendant told you everything you need to know.”</p><p>Rosen said U.S. authorities accepted ISIS propaganda at face value when the group took responsibility for the airport bombing. She suggested that militants from a Taliban offshoot were manning Abbey Gate and could have been involved in the attack.</p><p>“You can't base your verdict on mere conjecture and speculation,” Rosen said. “That's what the prosecution is asking you to do.”</p><p>A review by U.S. Central Command found that the Abbey Gate bomber was Abdul Rahman al-Logari, an Islamic State militant who had been released from an Afghan prison by the Taliban. Sharifullah recognized the alleged bomber as an operative he had known while incarcerated, according to an FBI affidavit.</p><p>A former Marine testified to Congress that he and others had spotted two possible suspects behaving suspiciously on the morning of the bombing but didn’t get permission to act. However, the Central Command review concluded that the snipers hadn’t seen the actual bomber and that the attack was not preventable.</p><p>A prosecutor assigned to the Abbey Gate case was fired last year after a right-wing commentator publicly criticized him over his work during Democratic President Joe Biden’s administration. Michael Ben’Ary’s ouster was part of a broader purge of Justice Department veterans deemed to be insufficiently loyal to Trump, a Republican.</p><p>During his most recent presidential campaign, Trump repeatedly condemned Biden for his role in the chaotic Afghanistan withdrawal and blamed him for the Abbey Gate attack.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IEQD37KFNVHB5UK4XM2CVNLAOU.jpg?auth=d52cdf5b75916e10f7f4fce87ba7fb31ee9bd98c6755a29f5cc447bc2fe04c4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This courtroom sketch depicts Justice Department prosecutor John Gibbs speaking as defense attorneys Lauren Rosen, Geremy Kamens, from center middle seated, defendant Mohammad Sharifullah, and an interpreter, listen along with Judge Anthony John Trenga during the opening day of the trial for Sharifullah in federal court in Alexandria, Va., Monday, April 20, 2026. (Dana Verkouteren via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Dana Verkouteren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3CXDANDNGZZQGGLMSEBEEWLS2M.jpg?auth=b454ef45b7e252a782f4171c0baa0123799f07c80e478b36228a643badbaf5b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This courtroom sketch depicts defense attorney Geremy Kamens speaking as Judge Anthony J. Trenga listens during the opening day of the trial for alleged Islamic State militant Mohammad Sharifullah in federal court in Alexandria, Va., Monday, April 20, 2026. (Dana Verkouteren via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Dana Verkouteren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OAOBE2V53YWAMV5D4SOUHP6HAM.jpg?auth=f6b6b5b4f3f51ee72bc2ee598aa6bc88777129d3155cd236cf8f34cb3a5be4c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This courtroom sketch depicts government witness Prem Chhetri, a former security guard at the Canadian Embassy in Kabul, Afghanistan, testifying during the opening day of the trial for alleged Islamic State militant Mohammad Sharifullah in federal court in Alexandria, Va., Monday, April 20, 2026. (Dana Verkouteren via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Dana Verkouteren</media:credit></media:content></item><item><title><![CDATA[Ex-FBI Director Comey indicted again, in a probe over an online post officials call a Trump threat]]></title><link>https://www.local10.com/news/politics/2026/04/28/ex-fbi-director-comey-indicted-again-in-a-probe-over-an-online-post-officials-call-a-trump-threat/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/28/ex-fbi-director-comey-indicted-again-in-a-probe-over-an-online-post-officials-call-a-trump-threat/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER and ERIC TUCKER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:08:22 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Former FBI Director James Comey was indicted again Tuesday, this time over a social media photo of seashells arranged on a beach that officials said constituted a threat against President Donald Trump.</p><p>The criminal case is the second in months against Comey and is part of the Trump administration Justice Department's relentless effort to prosecute political opponents of the Republican president. The seashells photo was posted nearly a year ago, but the indictment was secured at a time when acting Attorney General Todd Blanche, a Trump loyalist who previously served as his personal lawyer, aims to prove to the president that he is the right person to hold the job permanently.</p><p>The fact that the Justice Department pursued a new case months after a separate and unrelated indictment was dismissed could expose the government to claims of a vindictive prosecution and to arguments that it is going out of its way to target Comey, who as FBI director had overseen the early months of an investigation into whether Trump's 2016 campaign had coordinated with Russia to sway the outcome of that year’s election.</p><p>Comey was fired by Trump months into the president’s first term as that investigation was underway, and they have openly feuded ever since.</p><p>The prosecution arises from a May post on Instagram in which Comey shared a photo of seashells he saw on a walk in the arrangement of “86 47.” He has said he assumed that the numbers reflected a political message, not a call to violence. Comey deleted the post shortly after it was made, writing: “I didn’t realize some folks associate those numbers with violence” and “I oppose violence of any kind so I took the post down.”</p><p>Nonetheless, Comey was swiftly interviewed by the Secret Service after Trump administration officials asserted that he was advocating the assassination of Trump, the 47th president.</p><p>The case was filed in the Eastern District of North Carolina, the state where Comey found the seashells.</p><p>“Well, they’re back – this time about a picture of seashells on a North Carolina beach a year ago, and this won’t be the end of it,” Comey said in a video statement Tuesday. “But nothing has changed with me. I’m still innocent, I’m still not afraid and I still believe in the independent federal judiciary. So let’s go.”</p><p>The two-count indictment charges Comey with “knowingly and willfully” making a threat to “take the life of, and to inflict bodily harm upon" Trump and with transmitting a threat in interstate commerce. It does not provide evidence that Comey knowingly threatened Trump, especially since Comey has said the opposite, but suggested a “reasonable recipient who is familiar with the circumstances would interpret” the message as a threat.</p><p>At a news conference Tuesday, Blanche refused to elaborate on any evidence of intent the government has but said: “How do you prove intent in any case? You prove intent with witnesses, with documents, with the defendant himself to the extent it's appropriate. And that's how we'll prove intent in this case.”</p><p>And in an effort to rebut claims that Comey was being selectively prosecuted, Blanche contended the case against the former FBI director was similar to other threats cases the department routinely brings against the lesser known.</p><p>“While this case is unique and this indictment stands out because of the name of the defendant, his alleged conduct is the same kind of conduct that we will never tolerate and that we will always investigate and regularly prosecute,” Blanche said.</p><p>Comey's legal team said in a statement that they “will contest these charges in the courtroom and look forward to vindicating Mr. Comey and the First Amendment.” They said he “vigorously denies” the charges.</p><p>What 86 means</p><p>Merriam-Webster, the dictionary used by The Associated Press, says 86 is slang meaning “to throw out,” “to get rid of” or “to refuse service to.” It notes: “Among the most recent senses adopted is a logical extension of the previous ones, with the meaning of ‘to kill.’ We do not enter this sense, due to its relative recency and sparseness of use.”</p><p>Trump, in a Fox News Channel interview in May, accused Comey of knowing “exactly what that meant."</p><p>“A child knows what that meant,” Trump said. "If you’re the FBI director and you don’t know what that meant, that meant assassination. And it says it loud and clear.”</p><p>Comey's first indictment</p><p>The former FBI director was indicted in September on charges he lied to Congress in 2020 about whether he had authorized information about an investigation to be provided to a journalist. He denied any wrongdoing. The case was dismissed after a judge concluded the prosecutor who brought the indictment was illegally appointed.</p><p>Comey was the FBI director when Trump took office in 2017, having been appointed by then-President Barack Obama, a Democrat, and serving before that as a senior Justice Department official in President George W. Bush’s Republican administration.</p><p>But the relationship was strained from the start, including after Comey resisted a request by Trump at a private dinner to pledge his personal loyalty to the president -- an overture that so unnerved the FBI director that he documented it in a contemporaneous memorandum.</p><p>Trump fired Comey in May 2017 amid an FBI investigation into potential ties between Russia and Trump’s campaign. That inquiry, later taken over by special counsel Robert Mueller, found that while Russia interfered in the 2016 election and the Trump team welcomed the help, there was insufficient evidence to prove a criminal collaboration.</p><p>Other politically charged prosecutions</p><p>Blanche was elevated earlier this month from deputy attorney general to acting attorney general, replacing Pam Bondi, who had frustrated Trump with the department's struggles to build successful criminal cases against his adversaries.</p><p>Blanche since then has moved quickly to accelerate politically charged prosecutions, including a case last week against the nonprofit Southern Poverty Law Center, which is accused by the Justice Department of misleading donors by using their money to pay informants who served as leaders in the hate groups the organization was founded to fight. The group has denied any wrongdoing.</p><p>Comey is among many Trump foes to face scrutiny over the last year.</p><p>The Justice Department, for instance, is also pursuing a criminal investigation into former CIA Director John Brennan, another key figure in the Russia investigation -- one of Trump’s chief grievances and a saga he and his supporters have long sought retaliation for. Brennan has denied doing anything wrong.</p><p>CNN was the first to report the second indictment against Comey.</p><p>___</p><p>Follow the AP's coverage of former FBI Director James Comey at https://apnews.com/hub/james-comey.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZN5HFPXGXJGFQQBN6AJ6MTRLO4.jpg?auth=612b22ff3c3401a6a03197b3cf9dac8e898c5ae3b3a4e39bdb46085c31948607&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former FBI Director James Comey speaks to reporters on Capitol Hill in Washington, Dec. 17, 2018. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T2EWXDFGLMYUEQFNY6IFELF7XM.jpg?auth=c904f439eb3f41e8c796cd0550e4f87144c80ef7f1be1ce7b97b10774c04f6c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FBI Director Kash Patel, left, Acting Attorney General Todd Blanche, center, and Ellis Boyle, U.S. Attorney for the Eastern District of of N.C., announce that former FBI Director James Comey has been indicted, at the Justice Department in Washington, Tuesday, April 28, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BM6YAPVPTCRJX6N6F32IEYYHZM.jpg?auth=fc15ee9b7c211564d22355c1d629e45f749c1b35a9dd1ef9d2de3ce926709f2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Director of the Federal Bureau of Investigation James Comey at Harvard University's Institute of Politics' JFK Jr. Forum in Cambridge, Mass., Feb. 24, 2020. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RF3E7R33EQAEBCJUXNH344LJJ4.jpg?auth=2ec80324d8ddf05ebc3b5499586ecd5df9a4f351e1c1ce29a3480915884f4ee6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FBI Director Kash Patel, left, and Ellis Boyle, U.S. Attorney for the Eastern District of N.C., right, look on as Acting Attorney General Todd Blanche announces that former FBI Director James Comey has been indicted, at the Justice Department in Washington, Tuesday, April 28, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content></item><item><title><![CDATA[Miramar police seek girl, 17, who they say has been missing for a week ]]></title><link>https://www.local10.com/news/local/2026/04/28/miramar-police-seek-girl-17-who-they-say-has-been-missing-for-a-week/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/miramar-police-seek-girl-17-who-they-say-has-been-missing-for-a-week/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Miramar police asked for the public’s help Tuesday in locating a 17-year-old girl who they say has been missing for a week. ]]></description><pubDate>Tue, 28 Apr 2026 17:59:06 +0000</pubDate><content:encoded><![CDATA[<p>Miramar police asked for the public’s help Tuesday in locating a 17-year-old girl who they say has been missing for a week. </p><p><a href="https://www.local10.com/espanol/2026/04/28/policia-de-miramar-busca-a-adolescente-de-17-anos-reportada-desaparecida-desde-hace-una-semana/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/policia-de-miramar-busca-a-adolescente-de-17-anos-reportada-desaparecida-desde-hace-una-semana/">Leer en español</a></p><p>Investigators said Shawnna Fitts was last seen around 10 a.m. on April 21 leaving her home, which is located in the 11500 block of Southwest 45th Court. </p><p>They said Fitts is about 5 feet 6 inches tall, and was last seen wearing a black shirt, black pants, and carrying a small duffle bag. </p><p>Anyone with information is urged to call the Miramar Police Department at 954-602-4252 or Broward Crime Stoppers at 954-493-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JHH7HN42CZBENMBXMXM2VMM2LE.jpg?auth=125127cd265ac239f378291fc3c316a52a153c7ce3bc154d716a2b48ba7406d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Broward Sheriff Fire Rescue Lt. Carlos Lewin faces charges over alleged attack during medical call]]></title><link>https://www.local10.com/news/local/2026/04/24/broward-sheriff-fire-rescue-lt-carlos-lewin-faces-charges-over-alleged-attack/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/24/broward-sheriff-fire-rescue-lt-carlos-lewin-faces-charges-over-alleged-attack/</guid><dc:creator><![CDATA[Roy Ramos, Andrea Torres, Samiar Nefzi]]></dc:creator><description><![CDATA[Broward Sheriff Fire Rescue Lt. Carlos Lewin faced criminal charges on Friday over an alleged attack earlier this year while he was on duty in Broward County. ]]></description><pubDate>Fri, 24 Apr 2026 19:33:49 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff Fire Rescue Lt. Carlos Lewin faced criminal charges on Friday over an alleged attack earlier this year while he was on duty in Broward County. </p><p><a href="https://www.local10.com/espanol/2026/04/24/acusan-a-teniente-de-broward-sheriff-fire-rescue-carlos-lewin-por-presunto-ataque/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/24/acusan-a-teniente-de-broward-sheriff-fire-rescue-carlos-lewin-por-presunto-ataque/">Leer en español</a></p><p>Broward Sheriff’s Office deputies arrested Lewin, 43, on Thursday and corrections booked him at the Broward County Main Jail in Fort Lauderdale. </p><p>Two firefighters and the 65-year-old victim, who is a wheelchair user, reported the attack was during a medical call on Jan. 31 in an ambulance at Northwest 31 Avenue and First Street, records show. </p><p>Lewin and the victim, Alan Macphee, got into an argument over a GPS monitor, and the victim used expletives, according to the arrest warrant. </p><p>“Lewin instructed both firefighters ... to place [the victim] in the rescue vehicle, where there are no cameras so he can show [the victim] what he does to people,” a detective wrote, according to the arrest warrant. </p><p>Once the victim was in a stretcher, Lewin “approached” the victim from behind, grabbed his head, and forcefully struck it against the stretcher" for about 30 seconds, according to the warrant. </p><p>Lewin then “lowered the stretcher, pressed his thumbs into the victim’s eyes, and choked the patient” for about 10 seconds, according to the warrant. </p><p>Macphee, who had initially called 911 for help with shortness of breath, complained of “head, neck, and eye pain, and his eyes appeared bloodshot,” according to the warrant. </p><p>Fire rescue personnel took the victim to Broward Health Medical Center. </p><p>Macphee told a BSO detective that he had been “violently manhandled” and said Lewin had placed his thumbs over his eyes and “pushed them down into my skull,” according to the warrant. </p><p>During Lewin’s bond court hearing on Friday, the defense told Broward County Circuit Judge Corey B. Friedman that Lewin is “a family man” who had been with BSFR for about 11 years and didn’t have a criminal record.</p><p>Lewin faced two counts of third-degree felony battery on a person 65 years of age or older. Friedman set his bond at $50,000. </p><p>According to court records, Broward County Circuit Judge Thomas Coleman was set to preside over the case. </p><p>Broward Sheriff Gregory Tony released a statement about the case on Friday afternoon. </p><p>“The arrest of our fire lieutenant demonstrates our commitment to holding our own accountable for their unlawful actions,” Tony wrote. “The public can rest assured that internal due process will be fair, and any resulting discipline will be appropriate and consistent with policy. I applaud the two firefighters who reported this incident. We will continue to hold each other to the highest standards and serve the public with professionalism.”</p><p>Lewin bonded out of jail Friday night.</p><p>Anyone who wishes to help the victim financially or otherwise may reach out to him directly at 954-708-8581.</p><p><b>Read a section of the arrest warrant </b></p><figure><img src="https://www.local10.com/resizer/v2/JDPUX66D2NDQZNILWA6JDXF6SE.jpg?auth=4353ed9be296c03d938877a250a6b453bedf1278251ddb7baab8d33ce22333b4&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><i>Local 10 News Assignment Editor Sofia Mendez and Senior Assignment Editor Frine Gomez contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[Policía de Miramar busca a adolescente de 17 años reportada desaparecida desde hace una semana]]></title><link>https://www.local10.com/espanol/2026/04/28/policia-de-miramar-busca-a-adolescente-de-17-anos-reportada-desaparecida-desde-hace-una-semana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/policia-de-miramar-busca-a-adolescente-de-17-anos-reportada-desaparecida-desde-hace-una-semana/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La policía de Miramar solicitó el martes la ayuda del público para localizar a una joven de 17 años que, según informaron, lleva desaparecida una semana.]]></description><pubDate>Tue, 28 Apr 2026 18:06:41 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Miramar p ayuda al público este martes para localizar a una adolescente de 17 años que, según indican, ha estado desaparecida durante una semana.</p><p>Los investigadores informaron que Shawnna Fitts fue vista por última vez alrededor de las 10 a.m. del 21 de abril saliendo de su casa, ubicada en la cuadra 11500 de Southwest 45th Court.</p><p>Indicaron que Fitts mide aproximadamente 5 pies 6 pulgadas y fue vista por última vez vistiendo una camisa negra, pantalones negros y cargando un pequeño bolso de viaje.</p><p>Cualquier persona con información debe llamar al Departamento de Policía de Miramar al 954-602-4252 o a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JHH7HN42CZBENMBXMXM2VMM2LE.jpg?auth=125127cd265ac239f378291fc3c316a52a153c7ce3bc154d716a2b48ba7406d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[High-level talks begin on moving away from fossil fuels at Colombia conference]]></title><link>https://www.local10.com/tech/2026/04/28/high-level-talks-begin-on-moving-away-from-fossil-fuels-at-colombia-conference/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/28/high-level-talks-begin-on-moving-away-from-fossil-fuels-at-colombia-conference/</guid><dc:creator><![CDATA[By STEVEN GRATTAN, Associated Press]]></dc:creator><description></description><pubDate>Wed, 29 Apr 2026 00:14:19 +0000</pubDate><content:encoded><![CDATA[<p>SANTA MARTA, Colombia (AP) — High-level talks to accelerate the shift from fossil fuels got underway Tuesday in Colombia’s Caribbean city of Santa Marta, where President Gustavo Petro warned the world could “reach a point of no return” without the Amazon’s role in regulating the climate.</p><p>The two-day segment of ministers and senior officials marks the political centerpiece of the First Conference on Transitioning away from Fossil Fuels, where more than 50 countries have been discussing how to move away from oil, gas and coal — the main drivers of global warming — toward cleaner energy.</p><p>“The conclusion is unavoidable, we must transition away from fossil fuels — not just because it’s good for climate, but because it strengthens our energy independence and security,” said Stientje van Veldhoven, minister for climate policy and green growth for the Netherlands, which is co-hosting the conference with Colombia.</p><p>The meeting reflects growing frustration among some governments and advocates that decades of U.N. climate negotiations have failed to directly address fossil fuel production, prompting the Santa Marta summit to push the issue outside formal talks. Recent negotiations have acknowledged the need for a transition, but countries remain divided over how to implement it and how to finance the shift.</p><p>Before the president took the stage, members of the Indigenous Arhuaco community from the Sierra Nevada de Santa Marta — who have long defended their ancestral lands from outside development — opened the ceremony with a traditional harmonization ritual, a spiritual ceremony in which they spoke in their native language and played ancestral instruments.</p><p>Colombian president warns Amazon at tipping point</p><p>Speaking in the afternoon, President Petro warned that “the Amazon rainforest is burning,” adding that “without it we reach a point of no return.”</p><p>The leftist leader questioned the global economic model underpinning fossil fuel use, asking whether “capitalism can really adapt to a way of life that is not fossil-based.” He said U.N. climate talks have fallen short, arguing that “the unity of states has failed” and calling for broader action beyond governments.</p><p>Petro also linked current conflicts to energy dependence, saying “the wars we are seeing are driven by desperate geopolitical strategies around fossil resources.”</p><p>Colombia's Environment Minister Irene Vélez Torres said in opening comments before Petro's address that the conflict in the Middle East has revealed that “we are not only dealing with a climate and environmental crisis, but also an economic and national security crisis.”</p><p>Petro has positioned Colombia as a leading voice calling for a global shift away from fossil fuels, while pushing for a gradual transition at home that balances climate goals with economic realities.</p><p>A key moment for international cooperation</p><p>Outside the conference venue in the morning, members of a mining union protested against Petro and the event, chanting through megaphones and holding signs that read: “I arrive at the conference by plane to criticize the oil industry,” “More oil, less Petro,” and “Defend your oil barrels.”</p><p>With elections in a month's time, outgoing Petro kept his pledge since taking office to halt new oil and gas exploration and steer the country toward a post-fossil fuel economy, even as the Andean nation remains heavily dependent on oil and coal exports.</p><p>Minister Vélez Torres framed the gathering as a key moment for international cooperation.</p><p>“Let this conference be the moment when ambition becomes solidarity and when cooperation becomes the path toward a future beyond fossil fuels,” she said on Tuesday morning. “Let’s make this a turning point in history.”</p><p>Yuvelis Morales Blanco, a 25-year-old activist from Puerto Wilches, Colombia, spoke at the opening plenary and called for urgent action and a transition rooted in communities.</p><p>“We are called to make real the world we have imagined,” she said, urging governments to take “direct and concrete actions” to move away from fossil fuels and protect nature. “We demand energy justice, climate justice and justice for youth and children.”</p><p>Discussions in Santa Marta so far have highlighted the central challenge of funding the transition, particularly for developing countries facing high borrowing costs and limited access to capital.</p><p>Van Veldhoven of the Netherlands said access to affordable financing would be critical to ensuring the transition can happen globally, particularly for developing countries facing high debt and limited fiscal space.</p><p>Participants have also debated the role of policy tools such as carbon markets and government subsidies, as well as how to ensure the transition does not repeat patterns of land use and resource exploitation that have harmed communities in the past.</p><p>Organizers say the conference will not produce binding agreements, but that it is intended to build political momentum and bring together countries willing to accelerate the transition outside the formal U.N. process. It is also seen as a steppingstone toward upcoming global climate negotiations, where financing and timelines for reducing fossil fuel use are expected to remain key points of debate.</p><p>On Monday, Tuvalu, a tiny, low-lying Polynesian island nation in the South Pacific Ocean, announced it will host the next conference on transitioning away from fossil fuels. Small island nations are highly susceptible to climate change, with Tuvalu expected to be submerged by 2100 due to rising sea levels, according to scientists and the U.N.</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/4ZWDE3H5OA46I6DY7ILWPVVON4.jpg?auth=99c11702f924c957950ff8c3e9de9411bf95df931ae26532ca80dee0505ae4e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stientje van Veldhoven, Minister of Climate Policy and Green Growth of the Netherlands, right, embraces Colombia's Environmental Minister Irene Vélez Torres during a conference aimed at transitioning away from fossil fuels Tuesday, April 28, 2026, in Santa Marta, Colombia. (AP Photo/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XPETQSN4DTGHRXYM4CX4ZI442E.jpg?auth=4815c4133c9bfffc0295093a54f8cecda434811be106a1eeed47776926ff4c5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activists participate in a pro-oil demonstration and against President Gustavo Petro, of Colombia, outside of a conference aimed at transitioning away from fossil fuels Tuesday, April 28, 2026, in Santa Marta, Colombia. (AP Photo/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/72674LJLVZGPSJQYHYK6AW22JU.jpg?auth=91ca72d81ceb8edcbd9532a22aa6a38ceb1ce53fdc9bfe15ff8742c24f34c29a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees listen during a plenary session at a conference aimed at transitioning away from fossil fuels Tuesday, April 28, 2026, in Santa Marta, Colombia. (AP Photo/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PWCHJLLOJYAM3ON36TWNR5JWEM.jpg?auth=90d389674fa9e79ba31b545bc90080109dd1e0643595ff30f97a90d35ba90d9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yuvelis Morales Blanco, a 2026 Goldman Environmental Prize winner, speaks during a conference aimed at transitioning away from fossil fuels Tuesday, April 28, 2026, in Santa Marta, Colombia. (AP Photo/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AU6H54LIKMXIGP2KW5VB2P3BUM.jpg?auth=87d3fc1f957dc61adfd77161083926a178858e619fe1faf5afd5993db8e76c5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Security personnel work outside of a conference aimed at transitioning away from fossil fuels Tuesday, April 28, 2026, in Santa Marta, Colombia. (AP Photo/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VO4KULPZ7FBRLYBVPW22AW6DR4.jpg?auth=39205ab027c5279268ce402e563adcaece6878afbf28eeacca9946b178a1c418&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Gustavo Petro, of Colombia, speaks as Colombia's Environment Minister Irene Vélez Torres, right, listens, during a conference aimed at transitioning away from fossil fuels Tuesday, April 28, 2026, in Santa Marta, Colombia. (AP Photo/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TH4HKIEGGPPL4TX2U4UE4LUVNM.jpg?auth=71e7d27aa767cbb803006a6426782834c322a55e2d850dff05e97f82baa785fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Gustavo Petro, of Colombia, speaks during a conference aimed at transitioning away from fossil fuels Tuesday, April 28, 2026, in Santa Marta, Colombia. (AP Photo/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AQLZTRZRFK2BIX7KVDLGASRPDU.jpg?auth=d6b406528fdd6ad16ea33c6d6ffa03dffa28a55a1de81f51f22df511ad8199b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the Indigenous Arhuaco community perform during a conference aimed at transitioning away from fossil fuels Tuesday, April 28, 2026, in Santa Marta, Colombia. (AP Photo/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Estatua dorada del presidente Trump roba protagonismo antes del Campeonato Cadillac]]></title><link>https://www.local10.com/espanol/2026/04/28/estatua-dorada-del-presidente-trump-roba-protagonismo-antes-del-campeonato-cadillac/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/estatua-dorada-del-presidente-trump-roba-protagonismo-antes-del-campeonato-cadillac/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El PGA Tour regresa después de 10 años al Trump National Doral para un evento emblemático de 20 millones de dólares, pero una gran estatua dorada del presidente Donald Trump está acaparando toda la atención.]]></description><pubDate>Tue, 28 Apr 2026 18:00:33 +0000</pubDate><content:encoded><![CDATA[<p>El PGA Tour regresa después de 10 años a Trump National Doral para un evento destacado de $20,000,000 USD, pero una gran estatua dorada del presidente Donald Trump está robando protagonismo.</p><p>Según <a href="https://golfweek.usatoday.com/story/sports/golf/pga/2026/04/28/donald-trump-statue-at-doral-golf-course-draws-attention/89837410007/" target="_blank" rel="noreferrer" title="https://golfweek.usatoday.com/story/sports/golf/pga/2026/04/28/donald-trump-statue-at-doral-golf-course-draws-attention/89837410007/">Golfweek</a>, la estatua mide 15 pies de altura y fue instalada en el resort a principios de este mes antes del Campeonato Cadillac.</p><p>El medio informa que la estatua fue creada por el artista Alan Cottrill y encargada por un grupo de criptomonedas ($PATRIOT).</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">New edition at Trump Doral —&gt; <a href="https://t.co/SsY6lhaJxa">pic.twitter.com/SsY6lhaJxa</a></p>&mdash; Kacy Hintz (@KacyHintz) <a href="https://twitter.com/KacyHintz/status/2049165481643262204?ref_src=twsrc%5Etfw">April 28, 2026</a></blockquote><p>Representa al presidente levantando un puño en el aire.</p><p>Cinco jugadores del top 15 del mundo no participarán en el evento, incluido el campeón del Masters Rory McIlroy.</p><p>Adam Scott ganó el último evento del PGA Tour en Doral en 2016 cuando era un Campeonato Mundial de Golf. Solo otros nueve jugadores de ese WGC están en el campo.</p><p>Este es el inicio más reciente para el campo propiedad de Trump. Doral fue sede de un evento de LIV Golf desde 2022 hasta 2025.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6RJZFMD7NZH6JNSXQATLL3I6WU.jpg?auth=747167a544f3f20bdd89177c9e5be1f8bd65df46b58241ac80b7b497f8f13fd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Residents push back against proposed expansion of Bal Harbour Shops]]></title><link>https://www.local10.com/news/local/2026/04/27/residents-push-back-against-proposed-expansion-of-bal-harbour-shops/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/27/residents-push-back-against-proposed-expansion-of-bal-harbour-shops/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[The Bal Harbour Village Council is considering a development proposal for the Bal Harbour Shops. ]]></description><pubDate>Tue, 28 Apr 2026 02:21:24 +0000</pubDate><content:encoded><![CDATA[<p>The Bal Harbour Village Council is considering a development proposal for the Bal Harbour Shops. </p><p><a href="https://www.local10.com/espanol/2026/04/28/residentes-rechazan-propuesta-de-expansion-de-bal-harbour-shops/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/residentes-rechazan-propuesta-de-expansion-de-bal-harbour-shops/">Leer en español</a></p><p>The council received some pushback from residents.</p><p>It’s a sprawling project of four new buildings towering nearly 300 feet in the air, offering a mix of hotel, residential units and office space on the site of the Bal Harbour Shops.</p><p>The project has been repeatedly rejected by village leaders and residents.</p><p>The pushback has sparked a lawsuit by developers trying to build under Florida’s Live Local Act, which allows them to bypass village approval, but set aside 40% of the 500-plus new residential units as affordable.</p><p>The back and forth in courts prompted mediation between the two sides.</p><p>Monday night, a compromise offer that was made by developers was made public. </p><p>The new plan slightly scales back the proposed plan down to three buildings and a lowered height, as described by an attorney working for the village.</p><p>Residents packed Monday’s special village council meeting to lodge their opposition.</p><p>Increased traffic congestion, overcrowding in schools and a lack of infrastructure to handle anomalies like flooding are among the reasons they don’t want Bal Harbour Shops to expand.</p><p>Ultimately, commissioners decided to reject the new proposal and continue fighting the developers in court. </p><blockquote><p>“Bal Harbour Shops and Whitman Family Development have spent more than two years advocating for the development of hundreds of workforce housing units that will serve the first responders, teachers, healthcare, hospitality, and retail workers who are the lifeblood of our community.</p><p>“The Village has fought tooth and nail to delay, derail, and deny that proposal while disregarding the very intent of the Live Local Act, so its no surprise that Council members rejected a revised plan resulting from hundreds of hours of mediation talks that would have preserved a workforce housing component.</p><p>“It’s become abundantly clear that the Village will do whatever it takes to uphold its exclusivity at the expense of the greater good. Bal Harbour Shops’ original proposal was conceived, designed, and proposed in compliance with Florida’s Live Local Act. The State Attorney General has supported our legal position, and our team will continue to pursue its original vision with the goal of delivering hundreds of workforce housing units in a community where they are sorely needed.”</p><p class="citation">Attorney John Shubin, who represents Bal Harbour Shops</p></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Former Fauci adviser indicted for allegedly concealing communications related to COVID-19 research]]></title><link>https://www.local10.com/health/2026/04/28/former-fauci-adviser-indicted-for-allegedly-concealing-communications-related-to-covid-19-research/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/28/former-fauci-adviser-indicted-for-allegedly-concealing-communications-related-to-covid-19-research/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 17:41:30 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A former senior adviser to Dr. Anthony Fauci was indicted on federal charges alleging he conspired to hide his communications related to COVID-19 research as the pandemic raged across the country, the Justice Department said Tuesday.</p><p>Dr. David Morens, 78, is accused of using his private email account to intentionally circumvent public records laws while employed at the National Institutes of Health. The Justice Department alleges that he concealed or destroyed records of discussions related to COVID-19 research grants, including an effort to revive a controversial coronavirus grant.</p><p>“These allegations represent a profound abuse of trust at a time when the American people needed it most — during the height of a global pandemic,” Acting Attorney General Todd Blanche said in a statement Tuesday. "Government officials have a solemn duty to provide honest, well-grounded facts and advice in service of the public interest — not to advance their own personal or ideological agendas.”</p><p>Morens faces charges of conspiracy against the United States; destruction, alteration or falsification of records in federal investigations; concealment, removal or mutilation of records; and aiding and abetting, according to a Justice Department news release. If convicted, he could face decades in prison. An attorney for Morens declined to comment.</p><p>The indictment reflects Republicans’ long-held belief that the federal government covered up key information about COVID-19 as the pandemic unfolded. Despite numerous probes, the origins of COVID have never been proven. Scientists are unsure whether the virus jumped from an animal, as many other viruses have, or came from a laboratory accident. A U.S. intelligence analysis released in 2023 said there is insufficient evidence to prove either theory.</p><p>Blanche said Morens' alleged conduct was part of an effort to "suppress alternative theories" about COVID-19's origins. The Justice Department also accused Morens of having an improper relationship with a collaborator, including allegedly accepting a gift of wine and discussing COVID-19 research and potential publications in a prominent medical journal.</p><p>The indictment follows a probe by House Republicans into the origins of the COVID-19 pandemic that scrutinized Morens' email communications and accused him of intentionally concealing records. In congressional testimony, Morens denied attempting to evade federal transparency laws by using his personal email.</p>]]></content:encoded><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[Students injured in Brown University shooting sue school, alleging security failures]]></title><link>https://www.local10.com/news/national/2026/04/28/students-injured-in-brown-university-shooting-sue-school-alleging-security-failures/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/28/students-injured-in-brown-university-shooting-sue-school-alleging-security-failures/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 17:29:07 +0000</pubDate><content:encoded><![CDATA[<p>PROVIDENCE, R.I. (AP) — Brown University is accused in lawsuits from three students who were injured in the Dec. 13 campus shooting that the Ivy League school ignored prior warnings about the shooter and did not provide adequate security that could have prevented the tragedy.</p><p>The lawsuits, which were filed last week in Rhode Island Superior Court, allege that the unnamed plaintiffs have suffered because Brown failed to maintain “reasonable and appropriate security measures.”</p><p>“As direct and proximate result of Brown’s aforementioned acts of negligence, Plaintiff suffered and became afflicted with grave and severe personal injuries, causing Plaintiff to suffer great pain of body, mind, nerves and nervous system,” one of the lawsuits states.</p><p>The plaintiffs behind the lawsuits are unnamed.</p><p>A spokesperson for Brown University said they were reviewing the complaints “carefully and promptly.”</p><p>“Out of respect for the privacy interests of the plaintiffs, we have no details to share on the merits of the litigation at this time,” spokesperson Brian Clark said in a statement.</p><p>According to law enforcement, gunman Claudio Neves Valente, 48, entered a study session in a Brown academic building on Dec. 13 and opened fire on students, killing 19-year-old sophomore Ella Cook and 18-year-old freshman MukhammadAziz Umurzokov and wounding nine others.</p><p>Two days later, authorities say, Neves Valente, who had been a graduate student at Brown studying physics about 20 years ago, also fatally shot Massachusetts Institute of Technology professor Nuno F.G. Loureiro at Loureiro’s Boston-area home.</p><p>Neves Valente, who had attended school with Loureiro in Portugal in the 1990s, was found dead days later at a New Hampshire storage facility. Authorities say he killed himself. An autopsy determined that Neves Valente died Dec. 16, the same day Loureiro died in a hospital.</p><p>The lawsuits claim that Brown's campus security was alerted by a custodian that Neves Valente had been “casing” the building but the school did not investigate the reports.</p><p>Shortly after the shooting, Brown's president placed the campus police on leave amid a review of the school's security policies.</p><p>Much of the focus has centered on whether the Ivy League school had security cameras installed in the building where the attack took place in and the overall ease of accessing campus buildings.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MSK7JXSRZ2FZEP63U4XDQA5QBM.jpg?auth=39960a0c854bf7c633108e1e16e6f5df406b7138f7af23ebd4e55d8bbd843927&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Photos of Brown University shooting victims Mukhammad Aziz Umurzokov, left, and Ella Cook, are seen amongst flowers at a makeshift memorial at the school's Van Wickle Gate, Dec. 17, 2025, in Providence, R.I. (AP Photo/Robert F. Bukaty, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KIVTR6DMKKTUKJTFCYHIYKTL6Q.jpg?auth=385e0c8593169df067aa8d0e7c1db2cb6a99dad5092f79313a76f1a9d33d9153&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. flag flies at half-staff on the Main Green in honor of the victims of the campus shooting at Brown University, Dec. 17, 2025, in Providence, R.I. (AP Photo/Robert F. Bukaty, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content></item><item><title><![CDATA[The Supreme Court seems likely to shut down a lawsuit by Falun Gong over Cisco's aid to China]]></title><link>https://www.local10.com/business/2026/04/28/the-supreme-court-seems-likely-to-shut-down-a-lawsuit-by-falun-gong-over-ciscos-aid-to-china/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/28/the-supreme-court-seems-likely-to-shut-down-a-lawsuit-by-falun-gong-over-ciscos-aid-to-china/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 17:44:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Tuesday seemed likely to grant tech giant Cisco's bid to shut down a lawsuit claiming that the company’s technology was used to persecute members of the Falun Gong spiritual movement in China.</p><p>The justices are reviewing an appellate ruling that would allow the lawsuit against Cisco to go forward in U.S. courts.</p><p>The company argues that it cannot be held liable under two separate laws for aiding and abetting human rights violations. The laws are the 18th-century Alien Tort Statute (ATS) and the Torture Victim Protection Act (TVPA), first enacted in 1991.</p><p>The main questions among the court's conservative majority seemed to be how broadly to rule for Cisco and whether lower courts are allowing too many similar suits to proceed. Justice Neil Gorsuch at one point asked whether the courthouse door is “not closely guarded.”</p><p>In recent years, the Supreme Court and presidential administrations of both parties have been skeptical of lawsuits seeking to use U.S. courts as a venue to seek justice over the acts of foreign governments, especially those that took place abroad. To try to overcome that skepticism, Falun Gong members have argued that a substantial portion of Cisco’s activities involving China took place in the United States.</p><p>An Associated Press investigation last year showed that American tech companies, to a large degree, designed and built China’s surveillance state, encouraged by Republican and Democratic administrations, even as activists warned such tools were being used to quash dissent, persecute religious groups and target minorities.</p><p>In 2008, documents leaked to the press showed Cisco saw the “Golden Shield,” China's internet censorship effort, as a sales opportunity. The company quoted a Chinese official calling the Falun Gong an “evil cult.” A Cisco presentation reviewed by AP from the same year said its products could identify over 90% of Falun Gong material on the web.</p><p>Other presentations reviewed by AP show that Cisco represented Falun Gong material as a “threat” and built out a national information system to track Falun Gong believers. In 2011, Falun Gong members sued Cisco, alleging the company tailored technology for Beijing that it knew would be used to track, detain and torture believers.</p><p>Justices Sonia Sotomayor and Ketanji Brown Jackson seemed most willing to allow the lawsuit to continue.</p><p>Cisco was a willing partner with the Chinese government, Sotomayor said. "It knew that those people will be tortured,” she said.</p><p>Not true, said Cisco lawyer Kannon Shanmugam. "Cisco vigorously disputes those allegations,” Shanmugam told the justices.</p><p>A decision is expected late June.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YQPHJKPMSWPT53H34GKXUA2DFM.jpg?auth=c0f1e60a9abeeaffcf98537f3590c3579e0c218d80418fbc6963ca8103108912&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen in Washington, Friday, April 3, 2026. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[Police: Fugitive working as stripper turns pole into weapon at North Miami Beach adult club ]]></title><link>https://www.local10.com/news/local/2026/04/28/police-fugitive-working-as-stripper-turns-pole-into-weapon-at-north-miami-beach-adult-club/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/police-fugitive-working-as-stripper-turns-pole-into-weapon-at-north-miami-beach-adult-club/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 23-year-old woman from Detroit who had a fugitive warrant and was working as a stripper was accused of using a 7-foot metal pole as a weapon at an adult entertainment club on Monday in North Miami Beach.]]></description><pubDate>Tue, 28 Apr 2026 16:58:17 +0000</pubDate><content:encoded><![CDATA[<p>A 23-year-old woman from Detroit who had a fugitive warrant and was working as a stripper was accused of using a 7-foot metal pole as a weapon at an adult entertainment club on Monday in North Miami Beach.</p><p><a href="https://www.local10.com/espanol/2026/04/28/policia-profuga-que-trabajaba-como-stripper-usa-tubo-como-arma-en-club-para-adultos-de-north-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/policia-profuga-que-trabajaba-como-stripper-usa-tubo-como-arma-en-club-para-adultos-de-north-miami-beach/">Leer en español</a></p><p>Princess Bell “nearly” struck a man, who was working as a security guard at Taboo Miami by G5ive, and who told police officers that he was “in fear for his life,” according to the police arrest report. </p><p>A woman who worked as a manager at the club at 331 NW 170 St. told police officers that Bell had been terminated over “bizarre” behavior and conflicts with employees, and she was at the club to pickup her belongings, according to police. </p><p>Bell allegedly “began to run inside throughout the club ... throwing items, and using excessive profanity, disrupting the normal flow of business,” so security “escorted her outside,” and she returned with the pole, according to the police report. </p><p>After leaving the club, a police officer reported Bell was walking towards a Shell gas station at Northwest Seventh Avenue and 171st Street, when she ignored orders to stop and ran, according to the arrest report.</p><p>North Miami Beach police officers chased Bell and arrested her shortly after 11:50 p.m. at the westbound ramp of State Road 826, but there was a struggle, according to the report. </p><p>Bell “refused to stand up and continued to push her bodyweight onto the ground,” and she also refused to identify herself before providing her sister’s name, according to the police arrest report. </p><p>Police officers asked Miami-Dade Fire Rescue personnel and Jackson Memorial Hospital West to care for Bell before taking her to the Turner Guilford Knight Correctional Center, according to the arrest report. </p><p>Miami-Dade corrections booked her shortly after 5:10 a.m. on Tuesday. She faced seven charges: Aggravated battery, aggravated assault with a deadly weapon, providing a false name or ID after arrest, and four counts of resisting arrest without violence. </p><p>Records show corrections held her without bond on both out-of-state and out-of-county fugitive warrants. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2DN4YF55ZFCA3N3D3UO7LWD4FA.jpg?auth=d367e7440265e3393a35c6e06f99873c4009935ec732dbfd49078e3e2fd28a1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Princess Bell on Monday night after responding to the Taboo Miami by G5ive in North Miami Beach, records show.]]></media:description></media:content></item><item><title><![CDATA[Policía: Prófuga que trabajaba como stripper usa tubo como arma en club para adultos de North Miami Beach]]></title><link>https://www.local10.com/espanol/2026/04/28/policia-profuga-que-trabajaba-como-stripper-usa-tubo-como-arma-en-club-para-adultos-de-north-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/policia-profuga-que-trabajaba-como-stripper-usa-tubo-como-arma-en-club-para-adultos-de-north-miami-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Una mujer de 23 años de Detroit, que tenía una orden de arresto por ser fugitiva y trabajaba como bailarina exótica, fue acusada de usar un poste de metal de 2,13 metros como arma en un club de entretenimiento para adultos el lunes en North Miami Beach.]]></description><pubDate>Tue, 28 Apr 2026 17:10:52 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 23 años de Detroit que tenía una orden de captura y trabajaba como stripper fue acusada de usar un tubo metálico de siete pies como arma el lunes en un club de entretenimiento para adultos en North Miami Beach.</p><p>Princess Bell “casi” golpeó a un hombre que trabajaba como guardia de seguridad en Taboo Miami by G5ive, quien dijo a los agentes que temía por su vida, según el informe de arresto policial.</p><p>Una mujer que trabajaba como gerente en el club ubicado en 331 NW 170 St. dijo a la policía que Bell había sido despedida por comportamiento “extraño” y conflictos con empleados, y que estaba en el lugar para recoger sus pertenencias, según la policía.</p><p>Según el informe, Bell presuntamente “comenzó a correr dentro del club, arrojando objetos y usando lenguaje excesivamente vulgar, interrumpiendo el funcionamiento normal del negocio”, por lo que seguridad “la escoltó afuera”, y luego regresó con el tubo.</p><p>Tras salir del club, un agente reportó que Bell caminaba hacia una gasolinera Shell en Northwest Seventh Avenue y 171st Street, cuando ignoró órdenes de detenerse y huyó, según el informe de arresto.</p><p>Agentes de North Miami Beach la persiguieron y la arrestaron poco después de las 11:50 p.m. en la rampa hacia el oeste de la carretera estatal 826, donde hubo un forcejeo, según el informe.</p><p>Bell “se negó a ponerse de pie y continuó empujando su peso contra el suelo”, y también se negó a identificarse antes de proporcionar el nombre de su hermana, según el informe policial.</p><p>Los agentes solicitaron a personal de Miami-Dade Fire Rescue y del Hospital Jackson Memorial West que la atendieran antes de llevarla al Centro Correccional Turner Guilford Knight, según el informe.</p><p>Correcciones de Miami-Dade la registró poco después de las 5:10 a.m. del martes. Enfrenta siete cargos: agresión agravada, asalto agravado con arma mortal, proporcionar un nombre o identificación falsa tras el arresto y cuatro cargos de resistirse al arresto sin violencia.</p><p>Los registros muestran que permanece detenida sin fianza por órdenes de captura pendientes fuera del estado y del condado.</p><p><i>El editor de asignaciones de Local 10 News, Carson Merlo, contribuyó a este informe.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2DN4YF55ZFCA3N3D3UO7LWD4FA.jpg?auth=d367e7440265e3393a35c6e06f99873c4009935ec732dbfd49078e3e2fd28a1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Princess Bell on Monday night after responding to the Taboo Miami by G5ive in North Miami Beach, records show.]]></media:description></media:content></item><item><title><![CDATA[Young Palestinian artists in Gaza exhibit their impressions of war as a fragile ceasefire holds]]></title><link>https://www.local10.com/news/world/2026/04/28/young-palestinian-artists-in-gaza-exhibit-their-impressions-of-war-as-a-fragile-ceasefire-holds/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/28/young-palestinian-artists-in-gaza-exhibit-their-impressions-of-war-as-a-fragile-ceasefire-holds/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Wed, 29 Apr 2026 00:28:52 +0000</pubDate><content:encoded><![CDATA[<p>BUREIJ, Gaza Strip (AP) — Young Palestinian artists in Gaza staged an impromptu exhibit on Tuesday, seeking another way to show the world what has happened during the war and the fragile ceasefire.</p><p>The row of paintings, like much of Gaza life itself, was displayed outdoors, open to the weather and curious stares. There was a painting of a dove, a bullet hole, a person’s silhouette in a territory where the war between Israel and the militant Hamas group has killed well over 70,000 people.</p><p>It was a sunny day in Bureij in central Gaza. Children shouted and played as admirers of the paintings took photos and reflected.</p><p>“They painted their feelings, their ambitions, their hopes, their visions, over four months during a continuous workshop in my studio,” said Ghanem Al-Din, who organized the exhibit of dozens of paintings.</p><p>One artist was displaced seven times</p><p>Obay Al-Qarshali, 21, was one of the artists. He said he fled his home in Gaza City in late 2023 after the war began, sparked by the Oct. 7 Hamas-led attack on southern Israel. He took only what he could in his hurry, leaving over 30 of his paintings behind.</p><p>They are now lost in the bombing and destruction, he said.</p><p>His painting on display showed broken glass, cars topped with mattresses and other belongings and the debris of buildings. All are too familiar for him and hundreds of thousands of fellow Palestinians who have been displaced, often more than once.</p><p>Al-Qarshali said he had changed locations at least seven times in the war.</p><p>“Because of how much we were displaced and suffered in moving and carrying our belongings, the tents, the crowds, and so much more, I wanted to express something that deeply troubled me: that we left our homes and our safe places, forced to flee, scatter, and change our location. This piece expresses so much,” he said.</p><p>The timing of next steps in Gaza's ceasefire is unclear. The disarming of Hamas is a major challenge before the territory’s shift in governance, stabilization and reconstruction can begin in earnest.</p><p>“Critical demilitarization talks with Hamas are continuing," former British prime minister Tony Blair, a key member of the U.S.-created Board of Peace meant to focus on Gaza, told a U.N. Security Council meeting on Tuesday.</p><p>Reconstruction likely will cost over $70 billion and take a decade, a report by the United Nations and the European Union said last week.</p><p>It said Gaza’s economy has contracted by 84%. More than 371,000 housing units have been destroyed. Over half of Gaza’s hospitals are “non-functional.” Nearly all schools are destroyed or damaged in the territory of over 2 million people.</p><p>In a report on Tuesday, Doctors Without Borders said Israel has destroyed or damaged about 90% of Gaza’s water and sanitation infrastructure. And a Mercy Corps study found only 7% of Gaza’s agricultural infrastructure remains functional.</p><p>A child collecting firewood is among the dead</p><p>While large-scale fighting has eased since the ceasefire took effect in October, Israeli forces have continued near-daily strikes and fire around military-held zones, killing over 800 Palestinians, according to Gaza’s Health Ministry. The ministry, part of the Hamas-led government, maintains detailed casualty records that are seen as generally reliable by U.N. agencies and independent experts. It does not give a breakdown of civilians and militants.</p><p>On Tuesday, an Israeli airstrike hit a car in Gaza City, killing four men, according to Shifa Hospital.</p><p>The strike happened away from the so-called Yellow Line that separates Israeli-controlled areas from the rest of Gaza. Israel’s military said it struck a “terrorist” in the location, with no details.</p><p>The bodies were wrapped in white and placed on the ground, outdoors, so a crowd could mourn.</p><p>And a 9-year-old boy was killed by Israeli fire while gathering firewood in the southern city of Khan Younis, about 400 meters (1,312 feet) west of the Yellow Line, Nasser Hospital said. Israel’s military did not immediately comment.</p><p>Associated Press video showed siblings crying over the boy at the morgue.</p><p>“What is the guilt of those children,” a woman said during the funeral. “God is plaguing you, Israel.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q4E5N7GPGMLNYT6QNH6XEN6ZG4.jpg?auth=eb151c1fe7544ef6f512f62562900a6655e0c2346d8c6d21f175f442ed76777a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People look at paintings by Palestinian artists during an exhibition in Al-Bureij camp in the central Gaza Strip Tuesday, April 28, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSVEN35IXQTV6DAZDUPHMOHWTY.jpg?auth=5c45fb57001dfc92c99b25e5772147490dcc33493c4a10f2bb56e2c30cce6897&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children look at paintings by Palestinian artists during an exhibition in Al-Bureij camp in the central Gaza Strip Tuesday, April 28, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VAKJURIJPWOFKERUHVDHB2IKCE.jpg?auth=fd7f8b5896bd04729f1da2161459a869c34fb090e7f456f3713d7725b1b351d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[EDS NOTE: GRAPHIC CONTENT - Palestinians gather around the bodies of Iyad, Al-Shambari and his son Salah, who were killed in an Israeli airstrike, at Al-Shifa Hospital in Gaza City , Tuesday, April 28, 2026 (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WFS2FTRYEIVQL2KDR3IJHEHOTQ.jpg?auth=6b298f22475dd8ac64af1beac1165f7371df722fc8fd6e70f71f752acbef1cfd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian civil defense crews work on a destroyed car after it was struck in an Israeli strike in Gaza City Tuesday, April 28, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DX54ZLIZEAJCPELAZJ3NXNOIN4.jpg?auth=ec5be945de551fcd8d6f2636869a7addc2196f3706335859f7447895fbb5beee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People look at paintings by Palestinian artists during an exhibition in Al-Bureij camp in the central Gaza Strip Tuesday, April 28, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[Acusan a hombre de 19 años por atropello y fuga en Dodge Charger que dejó peatón herido en North Miami]]></title><link>https://www.local10.com/espanol/2026/04/28/acusan-a-hombre-de-19-anos-por-atropello-y-fuga-en-dodge-charger-que-dejo-peaton-herido-en-north-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/acusan-a-hombre-de-19-anos-por-atropello-y-fuga-en-dodge-charger-que-dejo-peaton-herido-en-north-miami/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre de 19 años se enfrenta a un cargo por delito grave después de que la policía de North Miami dijera que atropelló a un peatón con un Dodge Charger y se dio a la fuga el lunes, dejando a la víctima gravemente herida.]]></description><pubDate>Tue, 28 Apr 2026 16:53:55 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 19 años enfrenta un cargo grave después de que la policía de North Miami informara que atropelló a un peatón con un Dodge Charger y huyó el lunes, dejando a la víctima gravemente herida.</p><p>La policía indicó que Samuel Shiete O’Reilly afirmó que estaba en medio de una “persecución” en ese momento.</p><p>Según un informe de arresto del Departamento de Policía de North Miami, el choque ocurrió poco antes de la 1 p.m. en el área de 476 NE 125th St., que corresponde a un centro comercial.</p><p>Los investigadores dijeron que O’Reilly, del noroeste de Miami-Dade, golpeó al hombre con el Dodge Charger blanco cuando este “intentaba cruzar la vía”. Las autoridades indicaron que un video de celular mostró el impacto y al Charger continuando hacia el este.</p><p>El informe del NMPD señala que paramédicos trasladaron a la víctima al Hospital HCA Florida Aventura, tras sufrir una “laceración severa en la parte superior de la cabeza”.</p><p>Mientras tanto, la policía indicó que encontró el Charger —y a O’Reilly— unas dos horas después cerca de Jimmy’s Diner, ubicado en el mismo estacionamiento del centro comercial.</p><p>Según el informe, O’Reilly dijo a los agentes que había regresado “para verificar a la víctima” y afirmó que el choque ocurrió mientras “intentaba perseguir a un cliente que no había pagado por servicios prestados”.</p><p>La policía indicó que “admitió que durante la persecución, golpeó a la víctima y, por miedo e incertidumbre, huyó del lugar”.</p><p>El informe no deja claro a qué se dedica exactamente O’Reilly.</p><p>Los agentes arrestaron a O’Reilly por un cargo de abandonar la escena de un choque que causó lesiones corporales graves.</p><p>Hasta la mañana del martes, los registros muestran que permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $2,500 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZU6QEQVD5ZFBTJUOFCLBEIICR4.jpg?auth=e4db6ab9054f9d4c457c87e19391b26694621833f8544a84ee34e4c758c4c85a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Samuel O'Reilly]]></media:description></media:content></item><item><title><![CDATA[Man, 19, accused of Dodge Charger hit-and-run injuring pedestrian in North Miami]]></title><link>https://www.local10.com/news/local/2026/04/28/man-19-accused-of-dodge-charger-hit-and-run-injuring-pedestrian-in-north-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/man-19-accused-of-dodge-charger-hit-and-run-injuring-pedestrian-in-north-miami/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A 19-year-old man is facing a felony charge after North Miami police said he hit a pedestrian with a Dodge Charger and took off Monday, leaving the victim seriously hurt.]]></description><pubDate>Tue, 28 Apr 2026 16:48:34 +0000</pubDate><content:encoded><![CDATA[<p>A 19-year-old man is facing a felony charge after North Miami police said he hit a pedestrian with a Dodge Charger and took off Monday, leaving the victim seriously hurt.</p><p><a href="https://www.local10.com/espanol/2026/04/28/acusan-a-hombre-de-19-anos-por-atropello-y-fuga-en-dodge-charger-que-dejo-peaton-herido-en-north-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/acusan-a-hombre-de-19-anos-por-atropello-y-fuga-en-dodge-charger-que-dejo-peaton-herido-en-north-miami/">Leer en español</a></p><p>Police said Samuel Shiete O’Reilly claimed that he was in the middle of a “pursuit” at the time.</p><p>According to an arrest report from the North Miami Police Department, the crash happened just before 1 p.m. in the area of 476 NE 125th St., which corresponds to a shopping center. </p><p>Investigators said O’Reilly, of northwest Miami-Dade, hit the man with the white Dodge Charger as he “attempt(ed) to cross the roadway.” Authorities said cellphone video showed the crash and the Charger continuing to drive east.</p><p>The NMPD report states that medics took the victim to HCA Florida Aventura Hospital, having suffered a “severe laceration to the top of his head.”</p><p>Meanwhile, police said they found the Charger ― and O’Reilly ― about two hours later near Jimmy’s Diner, which is located in the same shopping center parking lot. </p><p>According to the report, O’Reilly told officers he had come back “to check on the victim” and said the crash happened as ”he was attempting to pursue a client who had failed to pay for services rendered."</p><p>Police said he “admitted that during the pursuit, he struck the victim and, out of fear and uncertainty, fled the scene.”</p><p>The report doesn’t make clear what exactly O’Reilly does for a living. </p><p>Officers arrested O’Reilly on a charge of leaving the scene of a crash causing serious bodily injury.</p><p>As of Tuesday morning, records show he was being held in the Turner Guilford Knight Correctional Center on a $2,500 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZU6QEQVD5ZFBTJUOFCLBEIICR4.jpg?auth=e4db6ab9054f9d4c457c87e19391b26694621833f8544a84ee34e4c758c4c85a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Samuel O'Reilly]]></media:description></media:content></item><item><title><![CDATA[Growing up with ‘Toy Story’: Andrew Stanton on 30+ years with Woody and Buzz]]></title><link>https://www.local10.com/entertainment/2026/04/28/growing-up-with-toy-story-andrew-stanton-on-30-years-with-woody-and-buzz/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/28/growing-up-with-toy-story-andrew-stanton-on-30-years-with-woody-and-buzz/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 17:11:22 +0000</pubDate><content:encoded><![CDATA[<p>Andrew Stanton has spent more than half his life with “Toy Story.” He was the lead writer on the first three, a script savior on the fourth, and now, cowriter and co-director on “Toy Story 5.”</p><p>“It wasn’t the plan,” he said in a recent interview with The Associated Press. “But it wasn’t not the plan.”</p><p>Stanton has done other things than think about Woody and Buzz for the past 34 years. At Pixar, he made “A Bug’s Life” and two Oscar-winners: “Finding Nemo” and “WALL-E.” But “Toy Story” was the movie that started it all. The one he and his peers couldn’t believe they got to make. Everything that’s happened since, he said, has been gravy.</p><p>The new film, in theaters June 12, is widely expected to be one of the summer’s biggest hits. The past two movies made more than a billion dollars and this one is likely on the same path. But while there is a business driving many of the decisions regarding the series, Stanton said they’ve also had a lot of time to think about where the story should go. It’s show business, yes, but they always try to put the “show” first.</p><p>Remember, there was an 11-year gap between “Toy Story 2” and “Toy Story 3,” and nine more years before the fourth movie. It was around 2008, when they’d finally cracked the story for three, and decided that it would be the end of their time with Andy as he went off to college, that Stanton started to think wider.</p><p>“What if it went farther? What if it was a trilogy with one kid, closed that up, handed it off to another kid and started another one?” Stanton said. “That seemed really exciting to me because that’s the way life really goes with toys and mementos. They get passed down as hand-me-downs; they go from one kid to another.”</p><p>Midway through the Bonnie era</p><p>One thing Stanton doesn’t love about the Toy Story movies are the numbers. Toy Story isn’t Rocky — it’s something else.</p><p>“They make it sound like old blockbuster thinking,” Stanton said. “The culture’s changed in the last 15 years. We all understand binging now. We all understand episodic stories. Not everything’s great for it, but some are and the Toy Story world is meant for that kind of lengthy thinking.”</p><p>Thus, four was the beginning of the Bonnie years. Though some of the actors were publicly saying it was the last Toy Story, as Woody went off with Bo Peep and the rest of the toys stayed with Bonnie, Stanton was pretty sure it was going to keep going. Bonnie’s arc wasn’t over yet. He just didn’t know they would come knocking on his door to figure out how.</p><p>“I was skeptical at first because I didn’t know if where I would want to see it go would match with where the studio would want to see go,” he said. “I cautiously said, let me write the crappy first draft, because I always write a crappy first draft, but at least I’ll figure out myself where I’d like to see it go just as a fan, let alone somebody that’s been behind the camera with it. And if we agree on that fundamentally then can we start working on it and I’ll take the job.”</p><p>He also wanted a collaborator by his side, so Kenna Harris (“Ciao Alberto”) joined as cowriter and director. Harris was around the same age Stanton was on “Toy Story,” which, he said, felt like kismet. In Harris, he found someone who he could pass knowledge to and learn from as someone who grew up in a different era. Together, they found more commonalities than differences.</p><p>“It’s really trying to find the things that are timeless, you know? Because childhood is gonna keep happening,” Stanton said.</p><p>The screentime conundrum</p><p>The fifth film sees the arrival of a new thing that is taking Bonnie’s attention away from her toys: The Lilypad. Stanton kept checking with the lawyers to make sure it wasn’t copyrighted or a real thing. It wasn’t, they assured him.</p><p>While the screentime conversation might not be new, how it affects playtime with these toys is something they hadn't yet explored.</p><p>“I feel like we’re kind of late to the party. I was worried there would be some sort of resolution to it before we finished and there wouldn’t be so much dramatic controversy about it, but it’s a legitimate concern that has no complete, finite answer,” Stanton said. “That’s drama, it’s in the gray. It is like how do you navigate something that you have to deal with? It’s not just ‘get rid of it.’”</p><p>There were similar conversations about television for kids of his era, and he knew that like TV, technology is not going away.</p><p>“Toy Story 5” also places more direct emphasis on the power of play and imagination, something they dabbled with in the opening of “Toy Story 3,” but that they really get to lean into here.</p><p>Making ‘Toy Story’ for the grandkids</p><p>Stanton doesn’t think too much about box office anymore; At Pixar, always been aiming higher than that. On the first film, he liked to say that they were making films for the grandkids. It might have been a bit of magical thinking for a fledgling studio and a man with a very young family, but in three decades, it’s come true. Stanton’s grandchild is now watching the Pixar movies he helped create.</p><p>Just recently, Stanton was at Skywalker Ranch finishing the mix for “Toy Story 5.” It’s the first time he’s gotten to step back and take it in as a movie and not the jigsaw puzzle he’s been building for so long.</p><p>“That’s when it kind of breaks my brain. I’m going, ‘Oh my God, there’s all the characters just living their lives’,” Stanton said. “And that’s the magic of movies. You forget that anybody behind the scenes made it and you just believe, and that’s the real drug.”</p><p>___</p><p>For more coverage of this summer’s upcoming films, visit: https://apnews.com/hub/movies</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GR5E2ZZ5FOPCSVK76FJAQZ5C4I.jpg?auth=a3c39a7c4ee08fa382ea56e5a2253702844c462fc0d32adc7102cfba03f059bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Disney shows characters Buzz Lightyear, voiced by Tim Allen, left, and Woody, voiced by Tom Hanks, in a scene from "Toy Story 5." (Pixar-Disney via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pixar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YW7W3GXDVPGKNMLDLRYDC5DG3A.jpg?auth=5e462ad320b77d8ec5337dab51e336e817494b2247d77e533327bb53db2beee8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Disney shows characters Woody, voiced by Tom Hanks, left, and Buzz Lightyear, voiced by Tim Allen, in Disney and Pixar's "Toy Story 5." (Disney/Pixar via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pixar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NQKC4TCAIKUF5LKBRWUCHLLXZI.jpg?auth=19812837b960fd9a550e5fda4813e4246c5f4b2509457dd1bc166009c84da783&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Disney shows Buzz Lightyear, voiced by Tim Allen, in Disney and Pixar's "Toy Story 5." (Disney/Pixar via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pixar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KAX73YQJP67XQK73ZUH4LRQXKE.jpg?auth=c65d6ff0c878dbc7821e6a9eee66981ce3ad10bb98a2344939bfb2df88cbf837&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Disney shows characters Bullseye, left, and Jessie, voiced by Joan Cusack, in a scene from Disney and Pixar's "Toy Story 5." (Disney/Pixar via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pixar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GTQMZTF3MX76BAIGHTRBHEQ63A.jpg?auth=9bb8de5d101d4c992643670b7f614e99edcaea6dba319208346a002d16210546&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Andrew Stanton attends the premiere of the film during the Sundance Film Festival in Park City, Utah, on Jan. 26, 2026. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Muere ciclista en atropello con fuga en Pembroke Park]]></title><link>https://www.local10.com/espanol/2026/04/28/muere-una-persona-tras-accidente-en-pembroke-park/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/muere-una-persona-tras-accidente-en-pembroke-park/</guid><dc:creator><![CDATA[Amanda Batchelor, Jackie Pascale]]></dc:creator><description><![CDATA[Una persona murió tras accidente durante la noche en Pembroke Park]]></description><pubDate>Tue, 28 Apr 2026 13:28:41 +0000</pubDate><content:encoded><![CDATA[<p>Una persona murió tras un accidente durante la noche en Pembroke Park.</p><p>Local 10 aún trabaja para obtener detalles sobre lo ocurrido, pero se observó una lona cubriendo el cuerpo a lo largo de West Hallandale Beach Boulevard cerca de la 48th Avenue poco después de las 11:30 p.m. del lunes.</p><p>También se observaron escombros y guantes de los investigadores en el suelo, junto con una bicicleta.</p><p>Aunque la vía ya fue reabierta, la investigación sobre lo ocurrido continúa.</p><p>Un equipo de Local 10 News que acudió al lugar no vio ningún vehículo estacionado cerca, pero observó a la policía hablando con testigos en la lavandería en la esquina donde ocurrió el accidente.</p><p><i>Vea Local 10 News o actualice esta página para obtener actualizaciones.</i></p>]]></content:encoded></item><item><title><![CDATA[Rockets' Kevin Durant makes progress with injury but a return for Game 5 vs. Lakers seems unlikely]]></title><link>https://www.local10.com/sports/2026/04/28/rockets-kevin-durant-makes-progress-with-injury-but-a-return-for-game-5-vs-lakers-seems-unlikely/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/28/rockets-kevin-durant-makes-progress-with-injury-but-a-return-for-game-5-vs-lakers-seems-unlikely/</guid><dc:creator><![CDATA[By KRISTIE RIEKEN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 16:44:48 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — Houston’s Kevin Durant continues to make progress with his injured left ankle, but it seems unlikely that he’ll return Wednesday night for Game 5 against the Los Angeles Lakers.</p><p>Durant didn’t participate in practice with the Rockets on Tuesday before they left for California, trailing 3-1 in the first-round series. But he was seen running on an anti-gravity treadmill as the team wrapped up its work before heading to the airport.</p><p>Coach Ime Udoka was asked if there was a possibility that Durant would play in Game 5 after missing the last two games with a sprained left ankle and bone bruise.</p><p>“We’ll see,” Udoka said. “It is day to day, game to game. But we’ll have to get on the court and do some things, and he didn’t participate in practice today. But he’s doing the conditioning and other aspects to try to get back.”</p><p>Durant has missed three games in this series after he sat out the opener with a bruised right knee. He returned for Game 2, scoring 23 points in 41 minutes of the 101-94 loss, during which he injured his ankle late in the game.</p><p>The Rockets won Game 4 115-96 despite missing their superstar to avoid elimination.</p><p>Durant's injury problems this postseason came after the 37-year-old ranked second in the league in the regular season by playing 2,840 minutes.</p><p>Durant, who is in his first season in Houston after an offseason trade from Phoenix, is the fifth-leading scorer in NBA history.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BLIEM5HVGHQW4KGLADEHD4NIKA.jpg?auth=789a0feb6fb63c6233206fcb412639c0e304df05685319bdfca8fca4067dd5c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Rockets forward Kevin Durant stands on the court during the second half in Game 2 of a first-round NBA playoffs basketball series against the Los Angeles Lakers, Tuesday, April 21, 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/47O763LMG65UOM3X3GESNKFBZ4.jpg?auth=7b5a8a1d2a6ae11e2399977a9e4c5eb12ad0a485debcc20fa1c53f77017d0d28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Rockets forward Kevin Durant, left, shoots as Los Angeles Lakers center Jaxson Hayes defends during the second half in Game 2 of a first-round NBA playoffs basketball series Tuesday, April 21, 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[Bicyclist killed in Pembroke Park hit-and-run crash ]]></title><link>https://www.local10.com/traffic/2026/04/28/1-dead-following-crash-in-pembroke-park/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/04/28/1-dead-following-crash-in-pembroke-park/</guid><dc:creator><![CDATA[Jackie Pascale, Amanda Batchelor]]></dc:creator><description><![CDATA[The Broward Sheriff’s Office is investigating a hit-and-run crash that occurred Monday night in Pembroke Park, leaving a bicyclist dead.]]></description><pubDate>Tue, 28 Apr 2026 11:19:18 +0000</pubDate><content:encoded><![CDATA[<p>The Broward Sheriff’s Office is investigating a hit-and-run crash that occurred Monday night in Pembroke Park, leaving a bicyclist dead.</p><p><a href="https://www.local10.com/espanol/2026/04/28/muere-una-persona-tras-accidente-en-pembroke-park/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/muere-una-persona-tras-accidente-en-pembroke-park/">Leer en español</a></p><p>According to BSO, the hit-and-run was reported shortly before 10 p.m. near the 4900 block of West Hallandale Beach Boulevard.</p><p>Investigators confirmed they are searching for the driver of a black SUV. </p><p>A Local 10 News crew was in the area later in the evening as a tarp covered the victim’s body. </p><p>Debris and gloves from investigators were also spotted on the ground, along with the victim’s bicycle.</p><p>Deputies said Pembroke Park police initially responded to the crash and the victim was pronounced dead at the scene.</p><p>The police department then requested that BSO’s Traffic Homicide Unit investigate the circumstances surrounding the fatal crash, BSO said.</p><p>A Local 10 News crew spotted detectives speaking with witnesses at the laundromat on the corner of where the crash occurred. </p><p>While the roadway has since reopened, the investigation into what happened continues.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Celebrity jeweler seen on reality show ‘Below Deck’ accused of pulling gun in Miami parking spat]]></title><link>https://www.local10.com/news/local/2026/04/27/celebrity-jeweler-seen-on-reality-show-below-deck-accused-of-pulling-gun-in-miami-parking-spat/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/27/celebrity-jeweler-seen-on-reality-show-below-deck-accused-of-pulling-gun-in-miami-parking-spat/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Police say celebrity jeweler Leo Glore became irate at someone blocking his Ferrari as he tried to get into the ritzy Paramount Miami Worldcenter condominium building, eventually leading him to pull a gun on the victim ― and his arrest a little more than a month later.]]></description><pubDate>Mon, 27 Apr 2026 18:42:21 +0000</pubDate><content:encoded><![CDATA[<p>Police say celebrity jeweler Leo Glore became irate at someone blocking his Ferrari as he tried to get into the ritzy Paramount Miami Worldcenter condominium building, eventually leading him to pull a gun on the victim ― and his arrest a little more than a month later.</p><p><a href="https://www.local10.com/espanol/2026/04/27/joyero-de-celebridades-saco-su-pistola-en-estacionamiento-de-miami-porque-un-ferrari-le-bloqueaba-el-paso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/27/joyero-de-celebridades-saco-su-pistola-en-estacionamiento-de-miami-porque-un-ferrari-le-bloqueaba-el-paso/">Leer en español</a></p><p>Glore, 35, has been described <a href="https://nypost.com/2022/03/30/jeweler-leon-glore-sues-ex-for-threats-assault-after-split/" target="_self" rel="" title="https://nypost.com/2022/03/30/jeweler-leon-glore-sues-ex-for-threats-assault-after-split/">by the New York Post</a> as a jeweler “whose clients include 50 Cent and ‘Keeping Up With the Kardashians’ personality Scott Disick” and was <a href="https://www.villagevoice.com/famous-new-york-jeweler-leo-glore-makes-reality-show-debut/" target="_self" rel="" title="https://www.villagevoice.com/famous-new-york-jeweler-leo-glore-makes-reality-show-debut/">seen on season 5</a> of the Bravo reality show “Below Deck Mediterranean.” His <a href="https://www.instagram.com/leoglore/" target="_self" rel="" title="https://www.instagram.com/leoglore/">Instagram page</a> features photos of him posing with 50 Cent and other celebrities, including rapper Meek Mill and actor Joseph Sikora.</p><p>On Friday, he posed for the mugshot camera at Miami-Dade’s Turner Guilford Knight Correctional Center. That came after Miami police took him into custody on charges of aggravated assault and improper exhibition of a firearm in connection with the March incident. But his attorney is claiming self-defense.</p><p>According to an arrest report from the Miami Police Department, the victim was trying to park his car in the garage at the downtown Worldcenter building, located at 851 NE First Ave., at around 12:30 a.m. on March 11 but was having trouble with his key fob.</p><p>Police said as the victim waited for the building concierge to help him, Glore, whose full name is listed in the MPD report as Leon J. Glore, pulled up behind him in a white Ferrari and was “honking its horn continuously.”</p><p>Authorities said Glore began “yelling obscenities” at the victim, who explained “the gate was malfunctioning and that he was on the phone with the concierge.”</p><p>The report states that Glore got out of the Ferrari and a “verbal argument” ensued that escalated. Police said Glore took out a black handgun and told the victim, “Give me a reason,” leading the victim to call 911 “in fear for his life.” </p><p>Police said they went to the Worldcenter on Friday to take Glore into custody; he declined to speak with them on his attorney’s advice.</p><p>He would be released from TGK over the weekend after posting a $5,500 bond, court records show.</p><p>Glore’s attorney, Chad Piotrowski, provided comment to Local 10 News Monday afternoon.</p><p>“Mr. Glore was initially investigated and released at the scene after officers reviewed the building’s security footage,“ Piotrowski said in an email. ”Weeks later, he was arrested despite that same evidence. Based on the facts and the video, we will be asking the Court to dismiss the charges pursuant to Florida’s Stand Your Ground law.“</p><p>Piotrowski submitted a written plea of not guilty in the case. Records show it’s been assigned to Miami-Dade Judge Richard Hersch.</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/GBVHLLRMKFH2ZI2CS5FG66CCL4.jpg?auth=960290bebc34967bcf1ab59547a0fa7c897035174927ab55872103a940659fd4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Leo Glore]]></media:description></media:content></item><item><title><![CDATA[Fiscalía de México asume investigación del caso de dos agentes de la CIA que murieron en Chihuahua]]></title><link>https://www.local10.com/espanol/2026/04/28/sheinbaum-pide-seguir-con-investigacion-sobre-agentes-de-la-cia-pese-a-renuncia-de-fiscal-mexicano/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/sheinbaum-pide-seguir-con-investigacion-sobre-agentes-de-la-cia-pese-a-renuncia-de-fiscal-mexicano/</guid><dc:creator><![CDATA[Por FABIOLA SÁNCHEZ, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 23:29:39 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — La Fiscalía General de México dijo el martes que asumió las investigaciones sobre el controversial caso de los dos agentes de la CIA que murieron en un accidente en Chihuahua, y que desencadenó la renuncia del fiscal de ese estado norteño.</p><p>El anuncio se dio horas después que la presidenta Claudia Sheinbaum pidió en su conferencia matutina al Ministerio Público avanzar las investigaciones sobre la participación que tuvieron en el país los dos agentes estadounidenses, y descartó que la salida del fiscal César Jáuregui implique el cierre del caso.</p><p>Jáuregui anunció el lunes su renuncia tras reconocer que hubo omisiones en la información sobre los agentes extranjeros y admitió que esa falla “vulneró los mecanismos de control y comunicación” que debía asegurar como fiscal.</p><p>Los dos agentes estadounidenses murieron junto a dos funcionarios de la fiscalía estatal el 19 de abril cuando la camioneta en la que viajaban derrapó y cayó por un barranco en las escarpadas montañas que unen Chihuahua —fronteriza con Texas—y el estado de Sinaloa, donde se había desmantelado un laboratorio de drogas sintéticas.</p><p>Los estadounidenses fallecidos eran miembros de la Agencia Central de Inteligencia de Estados Unidos (CIA, por sus siglas en inglés), confirmó The Associated Press un funcionario de Estados Unidos y otras dos personas familiarizadas con el asunto, quienes hablaron bajo condición de anonimato por tratarse de temas sensibles de inteligencia. La CIA no ha hecho comentarios.</p><p>La Fiscalía General de la República indicó en un comunicado que inició una investigación por “noticia criminal” por las declaraciones que ofreció Jáuregui el 19 de abril y la información que difundió la Mesa de Seguridad Estatal de Chihuahua sobre la presencia de personas extranjeras en un operativo en esa entidad, y planteó que existe la posibilidad de que “se hayan cometido en materia de seguridad nacional”.</p><p>Además, se informó que tras “petición reiterada” la fiscalía de Chihuahua remitió el lunes al Ministerio Público una copia de la carpeta de investigación “por lo que las actuaciones realizadas por esa autoridad ministerial se encuentran en análisis”.</p><p>La Fiscalía General también investiga el laboratorio clandestino de droga que localizaron las autoridades de Chihuahua.</p><p>La Secretaría de Seguridad federal mexicana informó el fin de semana que uno de los agentes estadounidenses había ingresado a México como visitante y que el otro lo había hecho con un pasaporte diplomático. A su vez ratificó que no estaba al tanto de que agentes extranjeros estuvieran operando en su territorio.</p><p>La fiscal encargada de investigar los hechos en Chihuahua, Wendy Chávez, dijo el lunes que los extranjeros “no formaban parte del despliegue operativo institucional” y que su participación en el convoy estatal “no fue reportada a mandos superiores”.</p><p>Agregó que los agentes de la CIA "no portaban armas de fuego ni insignias oficiales de ninguna institución, vestían ropa civil y mantuvieron el rostro cubierto la mayor parte del tiempo”.</p><p>En medio de la polémica que ha desatado el caso que ha tenido implicaciones diplomáticas y políticas, el secretario de Seguridad federal, Omar Garcia Harfuch, admitió el martes que la gobernadora de Chihuahua, la opositora María Eugenia Campos, le informó en una reunión que tuvieron esta semana que ella no tenía conocimiento de que se estuviera desarrollando alguna operación con agentes norteamericanos en campo.</p><p>Campos fue invitada por el Senado para informar sobre el caso, pero la gobernadora notificó el martes que no acudiría para no comprometer las investigaciones.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/25SLP72VYILUHTLNEPH4WK6URQ.jpg?auth=942a875cafc44421edcc80a4e79c8d0a5079146e16648129bab5681b06dd0bfe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – La presidenta de México, Claudia Sheinbaum, habla en su conferencia de prensa matutina en el Palacio Nacional de Ciudad de México, el 28 de noviembre de 2025. (AP Foto/Marco Ugarte, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[GM expects a $500 million tariff refund from Trump levies the Supreme Court struck down]]></title><link>https://www.local10.com/business/2026/04/28/gm-expects-a-500-million-tariff-refund-from-trump-levies-the-supreme-court-struck-down/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/28/gm-expects-a-500-million-tariff-refund-from-trump-levies-the-supreme-court-struck-down/</guid><dc:creator><![CDATA[By WYATTE GRANTHAM-PHILIPS, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 16:16:34 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — General Motors is expecting a $500 million tariff refund after the Supreme Court struck down some of President Donald Trump's most sweeping levies.</p><p>That's boosted the Detroit auto maker's outlook for 2026. On Tuesday, GM said it's now looking to rake in $13.5 billion to $15.5 billion in earnings before interest and taxes this year — up from previous forecasts of $13 billion to $15 billion.</p><p>The refund is set to ease the company's total tariff expenses some. GM anticipates paying $2.5 billion to $3.5 billion in tariff costs for 2026, the company said Tuesday, down from an original estimate of $3 billion to $4 billion.</p><p>“We are clearly operating in a very dynamic environment, which isn’t unusual for this industry,” CEO Mary Barra wrote in a letter to shareholders. Still, she maintained the company was seeing solid growth and a strong balance sheet "to achieve our long-term goals.”</p><p>For the first quarter of 2026, GM reported earnings of $2.63 billion and a revenue of $43.62 billion.</p><p>GM confirmed to The Associated Press that it hasn't received the refund yet, and doesn't have a specific estimate for when it will, but $500 million is what it expects following the decision from the Supreme Court. The court in February ruled that the levies Trump imposed using the International Emergency Economic Powers Act, or IEEPA, were illegal.</p><p>Companies both big and small are seeking refunds for IEEPA tariffs they've already paid. The Customs and Border Protection agency launched an online system for claims last week.</p><p>If CBP approves a claim, it will take between 60 and 90 days for a refund to be issued, the agency said. But the system is being rolled out in phases, and only some tariff refunds will be returned in the first phase.</p><p>CBP said in court filings that over 330,000 importers paid a total of about $166 billion on over 53 million shipments.</p><p>The now-overturned IEEPA tariffs included so-called “reciprocal” tariffs that Trump slapped on nearly every country in the world a year ago and “trafficking tariffs” on imports from Mexico, Canada and China — as well as separate duties on countries like Brazil and India, all of which the president imposed by declaring a national emergency.</p><p>February's Supreme Court decision marked a significant blow to Trump's economic agenda. But many other tariffs remain in effect — including punishing sectoral levies that Trump imposed using another law (Section 232 of the 1962 Trade Expansion Act) on foreign steel, aluminum, cars and other products. And companies like GM are continuing to pay those costs.</p><p>The administration has also signaled that more new duties are on the way.</p><p>Trump has publicly attacked companies who have warned of price hikes spanning from tariffs — and at times used the threat of new import taxes to strike deals. Last week, the president also said he'll “remember” those that do not seek refunds from his IEEPA tariffs.</p><p>“I think it’s brilliant if they don’t do that,” Trump told CNBC of companies that hadn't yet sought reimbursements. “If they don’t do that, they got to know me very well.”</p><p>____</p><p>AP Business Writer Mae Anderson in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KGMK3X3SHV6NVNTWYQ2ZQXEPA4.jpg?auth=511df52aca9ddf9cd34827bcaca7c5a8b25beeb11edeade8b6ed1843c32d561f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The General Motors logo is displayed at its headquarters in Detroit on April 24, 2024. (AP Photo/Paul Sancya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Agentes federales detectan “gran anomalía” en la “zona de la ingle” de pasajero en FLL que era un kilo de cocaína]]></title><link>https://www.local10.com/espanol/2026/04/28/feds-detectan-gran-anomalia-en-la-zona-de-la-ingle-de-pasajero-en-fll-que-era-un-kilo-de-cocaina/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/feds-detectan-gran-anomalia-en-la-zona-de-la-ingle-de-pasajero-en-fll-que-era-un-kilo-de-cocaina/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Según documentos judiciales, agentes de aduanas que realizaban un registro corporal a un hombre que llegaba en un vuelo procedente de Colombia al sur de Florida no pudieron evitar notar una "anomalía importante" en su "zona inguinal". Los agentes afirmaron que resultó ser casi dos kilogramos de cocaína.]]></description><pubDate>Tue, 28 Apr 2026 15:14:47 +0000</pubDate><content:encoded><![CDATA[<p>Oficiales de aduanas que realizaban una revisión corporal a un hombre que llegaba en un vuelo al sur de Florida desde Colombia notaron una “gran anomalía” en su “zona de la ingle”, según documentos judiciales. Los agentes dijeron que resultó ser casi 2 kilogramos de cocaína.</p><p>Dicen que no es la primera vez que es sorprendido traficando la droga.</p><p>Los investigadores indicaron que oficiales de Aduanas y Protección Fronteriza de Estados Unidos hicieron el hallazgo en el Aeropuerto Internacional de Fort Lauderdale-Hollywood después de que Kristopher Marco, de 53 años, de New Castle, Delaware, llegara en el vuelo 946 de Spirit Airlines desde Cartagena el lunes.</p><p>Una denuncia penal federal establece que los oficiales de CBP en el área de inspección, al revisar el equipaje de Marco, primero encontraron tabletas en un “frasco de vitaminas Centrum” que él afirmó eran pastillas para el VIH.</p><p>Según la denuncia, “múltiples registros del Sistema de Comunicaciones de Aplicación del Tesoro” sobre Marco, además de su “comportamiento nervioso”, llevaron a realizarle una revisión corporal.</p><p>Los oficiales “reportaron una gran anomalía percibida en su zona de la ingle”, indica. Cuando se le preguntó qué tenía, las autoridades dijeron que Marco respondió de manera directa: “Cocaína”.</p><p>Indicaron que eran 1.75 kilogramos. Según la denuncia, la droga estaba en un “paquete grande de forma cilíndrica envuelto en celofán rosado”.</p><p>De acuerdo con la denuncia, Marco no quiso decir a los agentes de Investigaciones de Seguridad Nacional de dónde provenía la cocaína ni hacia dónde iba.</p><p>Señalaron que una verificación de registros reveló que Marco — bajo su nombre anterior, Christopher Allen Gransby — fue arrestado por autoridades en Nicaragua el 10 de septiembre de 2024 por intentar ingresar al país desde Costa Rica con 7.69 kilogramos de cocaína.</p><p>La Policía Nacional de Nicaragua indicó que llevaba los paquetes de cocaína en una mochila. Aproximadamente cinco meses después de su arresto en Centroamérica, Gransby, nacido en Virginia, cambió su nombre en Delaware a Kristopher Michael Cain Marco.</p><p>Los registros muestran que Marco debía comparecer en un tribunal federal en Fort Lauderdale para una audiencia la mañana del martes, enfrentando un cargo de posesión con intención de distribuir más de 500 gramos de cocaína. También indican que los fiscales buscan su detención previa al juicio.</p><p>Mientras tanto, Marco permanecía detenido en la cárcel principal de la Oficina del Sheriff de Broward en nombre del Servicio de Alguaciles de Estados Unidos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P26ZJ2POHJD5JD3VQHGLJY5YAY.jpg?auth=6fba058ecbb0222f265d0cc3f99942028f4d6b401fabe02d6884d2901ea17c5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kristopher Marco]]></media:description></media:content></item><item><title><![CDATA[Camp Mystic director offers tearful apology to victims' families during legislative hearing]]></title><link>https://www.local10.com/news/national/2026/04/28/camp-mystic-director-offers-tearful-apology-to-victims-families-during-legislative-hearing/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/28/camp-mystic-director-offers-tearful-apology-to-victims-families-during-legislative-hearing/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 23:29:46 +0000</pubDate><content:encoded><![CDATA[<p>AUSTIN, Texas (AP) — One of the directors of the all-girls Christian camp in the Texas Hill Country where 25 campers and two counselors were killed a in a 2025 flood offered a tearful apology Tuesday as state lawmakers questioned the owners' efforts to reopen in May.</p><p>Edward Eastland’s words came as dozens of the girls’ family members sat just feet behind him during the second day of a special legislative hearing in which state lawmakers posed tough questions about Camp Mystic's lack of emergency planning before the devastating July 4 flood. A report of findings is expected later this year.</p><p>“We tried our hardest that night. It wasn’t enough to save your daughters,” said Eastland, a camp director and a member of the family that owns the 100-year-old camp along the Guadalupe River. “I’m so sorry.”</p><p>Eastland said he and his father Richard Eastland were on the campsite that night, and that they made a desperate attempt to save the girls when they realized that heavy rain had created a raging flood that ripped through the camp on the banks of the Guadalupe River. Richard Eastland died in the flood and Edward survived only after being swept into a tree.</p><p>“These girls were our youngest campers and their amazing counselors who we watched grow up,” Eastland said. “The world was a better place with them in it and the anger at us for not being able to keep them safe is completely reasonable.”</p><p>The apology came at the outset of the hearing before he and several members of the Eastland family were questioned for about four hours by state lawmakers who at times said the family remained unprepared to reopen the camp and repeatedly questioned the lack of emergency training for staff last year. Legislators also questioned several of the decisions made during the flood that delayed an evacuation and ultimately cost lives.</p><p>Lawmakers press camp owners on emergency training</p><p>Britt Eastland, another director, said the camp will dramatically improve training for counselors and stage drills for campers to prepare for floods, fire, tornadoes and intruders. Legislative investigators on Monday noted the camp’s previous lack of flood training as a critical problem that contributed to the deaths.</p><p>"All of these things should have been being done in the first place,” said Sen. Charles Perry.</p><p>The panel pressed the Eastlands on why they didn't make a last-ditch effort to get on the camp PA system and order everyone to head to higher ground.</p><p>Edward Eastland said it didn’t even occur to him to leave the girls they were trying to rescue to go back to the camp office and make such an announcement.</p><p>“Every minute was spent trying to get to the next cabin,” he said. “If we had a little more time, we could have gotten everybody out.”</p><p>Camp owners make plans to reopen</p><p>Camp Mystic’s owners want to reopen in late May and have said they will only use the parts of the camp that didn’t flood. They expect nearly 900 attendees this summer. Those plans have angered victims’ families, and some prominent state officials have called for regulators to deny or delay renewal of the camp’s license, which is under review.</p><p>Another of the sons, named Richard Eastland after his father, said while the family doesn't plan to open the camp if their license isn't renewed, they would likely appeal if that was the state's decision.</p><p>“We will not open Cypress Lake if we do not have a license,” he said.</p><p>But that seemed to spark disagreement among the victims' family members. Britt Eastland quickly interjected that it would be a “family decision.”</p><p>The special legislative committee does not control the review of Camp Mystic’s license. Because the camp has applied to renew its previous license, it could reopen while its application is pending. If denied, it still could operate while its case is under appeal.</p><p>The Eastland family also said it’s still an open question whether they would eventually try to reopen the river camp. If they do, no campers would be placed in buildings that flooded.</p><p>“We’re praying about that every day. We don’t know what to do,” Britt Eastland said.</p><p>Camp's readiness to host girls questioned</p><p>Several lawmakers questioned how the camp could be ready to reopen this summer.</p><p>State regulators last week notified Camp Mystic of 22 deficiencies in its emergency plan. Mary Liz Eastland, the camp’s medical director, acknowledged Tuesday she has not officially reported last summer’s deaths to state health officers.</p><p>“Are you ready to take on 500-plus children,” for camp this summer, asked Sen. Lois Kolkhorst. She noted state agencies have shut down licensed residential living centers for a single death, let alone dozens.</p><p>“The license is a privilege to have," Kolkhorst said.</p><p>“We are ready,” Britt Eastland said, adding that he believes Camp Mystic’s broader community will ultimately “be glad we had camp this summer.”</p><p>That drew an audible gasp from some in the room, and several of the victims' family members walked out.</p><p>Julie Sprunt Marshall, whose 9-year-old daughter was swept out of her cabin and rescued more than a mile down river, said the survivors continue to suffer trauma. She asked the lawmakers to not let the camp open under the Eastland family “who failed our daughters.”</p><p>“The camp will be conducting an incredibly dangerous experiment on children," Marshall said, “testing what will happen with the first drop of rain, the first clap of thunder, at the first time a noise startles them awake.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H5ZHV2TT6EVQXI5QN4YLMTQOPQ.jpg?auth=fe146919079ad02d2c99cde000e48dbcec151836a3171c81657971a15dbe29ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Camp Mystic is shown in Hunt, Texas on Wednesday, July 9, 2025. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Hombre de 79 años asesina a hijastro y esposa con puñal y culpa a desconocidos]]></title><link>https://www.local10.com/espanol/2026/04/27/hombre-de-79-anos-asesina-a-hijastro-y-esposa-con-punal-y-culpa-a-desconocidos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/27/hombre-de-79-anos-asesina-a-hijastro-y-esposa-con-punal-y-culpa-a-desconocidos/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[José Vidal, de 79 años, fue arrestado por apuñalar a su esposa e hijastro el 18 de abril en una casa adosada del noroeste de Miami-Dade, tras intentar culpar a dos supuestos atacantes.]]></description><pubDate>Mon, 27 Apr 2026 17:44:13 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 79 años enfrenta dos cargos de asesinato luego de que las autoridades dijeran que apuñaló hasta la muerte a su esposa y a su hijastro en su casa adosada en el noroeste de Miami-Dade.</p><p>Los investigadores dijeron que el crimen ocurrió el 18 de abril en las casas adosadas Antigua at Country Club of Miami, en el bloque 17500 de Northwest 67th Place.</p><p>Los detectives dijeron que José Vidal tuvo una discusión con su hijastro, quien lo acusó de robar una gran suma de dinero y planeaba desalojarlo de la vivienda.</p><p>Los investigadores dijeron que ambos se enfrascaron en una pelea, la situación se tornó violenta y Vidal apuñaló a su esposa y a su hijastro.</p><p>Un informe de arresto de la Oficina del Sheriff de Miami-Dade indica que no fue hasta el lunes siguiente, dos días después, que Vidal montó su bicicleta para comprar un billete de lotería y luego se dirigió al Memorial Hospital West, a seis millas de distancia en Pembroke Pines, alegando que había sido atacado por dos hombres que lo apuñalaron, lo dejaron inconsciente y que al despertar encontró a sus familiares muertos.</p><p>Los detectives dijeron que las cámaras de vigilancia mostraron a Vidal caminando por la comunidad con unas sandalias específicas que dejaron huellas en la sangre encontrada dentro de la vivienda. Señalaron que no había evidencia de ninguna persona que coincidiera con la descripción de los supuestos sospechosos que Vidal proporcionó.</p><p>Vidal, oriundo de España, fue arrestado el viernes con dos cargos de asesinato en segundo grado y compareció el sábado ante el tribunal de fianzas de Miami-Dade, donde un juez ordenó que fuera detenido sin derecho a fianza.</p>]]></content:encoded></item><item><title><![CDATA[Trump lifts ban on mining near Boundary Waters, clearing way for Chilean company to seek permits]]></title><link>https://www.local10.com/news/national/2026/04/28/trump-lifts-ban-on-mining-near-boundary-waters-clearing-way-for-chilean-company-to-seek-permits/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/28/trump-lifts-ban-on-mining-near-boundary-waters-clearing-way-for-chilean-company-to-seek-permits/</guid><dc:creator><![CDATA[By TODD RICHMOND, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 17:48:16 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump has lifted a federal ban on mining near Minnesota's Boundary Waters Canoe Area Wilderness, clearing the way for a South American company eyeing the region's precious metals to begin applying for permits.</p><p>Environmentalists fear the move will create a precedent for wiping out other protections for public lands across the country. Twin Metals Minnesota LLC, a subsidiary of Chile-based Antofagasta Minerals, has been looking to dig for copper, nickel and other precious metals in the Superior National Forest since 2019.</p><p>The canoe area lies in the national forest just downstream from the mine site, raising concerns that digging could create pollution that would contaminate one of the nation's last remaining wild areas.</p><p>Former President Joe Biden's administration in 2023 imposed a 20-year moratorium on mining in the national forest, putting Twin Metals plans on hold. But Trump has called for boosting domestic energy and mineral production, and congressional Republicans sent him a resolution to lift the moratorium earlier this month, promising the move would create jobs and reenergize the mining industry in Minnesota's Iron Range. The president signed the resolution on Monday.</p><p>“Today is a dark day for America's most beloved Wilderness area, the Boundary Waters Canoe Area Wilderness, and a stark warning call for public lands nationwide,” Ingrid Lyons, executive director the group Save the Boundary Waters, said in a statement. “Minnesotans and the American public writ large have been loud and clear -- this iconic place needs to be protected. Today, by the very people who claim to represent them, they were ignored, and even worse, silenced. But of course, it's not over, and we will always keep fighting.”</p><p>Twin Metals spokesperson Kathy Graul said in a statement to The Associated Press that lifting the moratorium creates an opportunity to strengthen mineral supply chains but stressed that the company still must go through a rigorous permitting process that could last years.</p><p>Indeed, the mine site stands on a patchwork of state, federal and private land, creating a regulatory labyrinth.</p><p>The first hurdle for the company is reestablishing a right to mine after officials in Biden's Department of the Interior terminated its federal site leases in early 2022. Twin Metals filed a federal lawsuit seeking a declaration that the leases are still valid but a judge threw the case out in 2023. The company is appealing that decision.</p><p>Twin Metals also would have to win a mining permit from the Minnesota Department of Natural Resources by showing that the company can prevent water pollution, safely store waste rock and restore the land after the mine is played out. The company also will need state water and air permits. U.S. Sen. Amy Klobuchar, a Minnesota Democrat who voted against lifting the moratorium, could be a serious roadblock for the company if she wins her bid for the governor's office in November.</p><p>Environmental groups and tribes could conceivably challenge every permit in court, potentially blocking Twin Metals' plans for years. Friends of the Boundary Waters, for example, has said litigation remains “under active consideration.”</p><p>And Canadian officials could raise concerns about whether the mine could create cross-border pollution that violates treaties with the U.S. The Boundary Waters separates northeastern Minnesota from northwestern Ontario, hence the name.</p><p>The area remains largely untouched by humans. Logging is prohibited, planes must obey minimum altitude limits when flying over it, and motorized boats are limited to certain areas. The U.S. Forest Service issued about 776,000 visitor permits between 2020 and 2024.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4R3U23Z6CDOIISOCGTCYWGZQLE.jpg?auth=232a6d8c6517a7bbd8ca21743da0c40a40056685c7694ef055ba41a3fe082ab3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image from Senate Television video, Sen. Tina Smith, D-Minn., speaks about the Boundary Waters in northern Minnesota, on the Senate floor at the U.S. Capitol in Washington, Wednesday, April 15, 2026. (Senate Television via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5X3UDMJWOIGMRD6IJH7E7RT2HM.jpg?auth=ac8cd0b8b19031e975b237d8f1afde6c1b3ae89d9f59f96b1495a27792aacb8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image from Senate Television video, Sen. Amy Klobuchar, D-Minn., speaks about the Boundary Waters in northern Minnesota, on the Senate floor at the U.S. Capitol in Washington, Wednesday, April 15, 2026. (Senate Television via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/KJDMONY2DAWFA3NZ4ZX4RQ6OG4.jpg?auth=d4f9f83e5d8282ebe01ae45ef147c079fead2466cc288da88c6e22f8bdf21338&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens 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[Young volunteers hit Pompano Beach for day of service cleanup]]></title><link>https://www.local10.com/community/2026/04/28/young-volunteers-hit-pompano-beach-for-day-of-service-cleanup/</link><guid isPermaLink="true">https://www.local10.com/community/2026/04/28/young-volunteers-hit-pompano-beach-for-day-of-service-cleanup/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Many kids spent their Saturday along the shoreline in Pompano Beach as part of a youth-focused beach cleanup event aimed at teaching environmental responsibility.]]></description><pubDate>Tue, 28 Apr 2026 16:03:48 +0000</pubDate><content:encoded><![CDATA[<p>Many young volunteers spent this past Saturday along the shoreline in Pompano Beach as part of a youth-focused beach cleanup event aimed at teaching environmental responsibility.</p><p>Students were seen picking up trash along the beach as part of the organized effort, which brought together Heart of the Hive and Reef Boys along with support from multiple sponsors.</p><p>Organizers said the cleanup was designed specifically for children, giving them a hands-on way to help protect the environment while also learning about community involvement.</p><p>“We just want to show them how life is supposed to be. It’s more about mentorship and the influence, said Nakiyah Dawkins, director of Heart of the Hive. ”Just not being home and sitting at home but just coming out to enjoy the environment and being able to cleanup and be a helping hand." </p><p>Marissa Merlano of Reef Boys said the goal is to get young people engaged early in environmental efforts.</p><p>“It feels really good to come clean the beach it’s what I’m passionate about but I think it’s really important to get kids in on this and to care about the ocean and protecting the beach,” Merlano said.</p><p>Organizers said the event was about more than just cleaning the shoreline, but also teaching responsibility and encouraging kids to take pride in protecting the environment.</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[Elon Musk takes stand in trial vs. Sam Altman that could reshape AI's future]]></title><link>https://www.local10.com/business/2026/04/28/elon-musk-takes-stand-in-trial-vs-sam-altman-that-could-reshape-ais-future/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/28/elon-musk-takes-stand-in-trial-vs-sam-altman-that-could-reshape-ais-future/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 21:43:16 +0000</pubDate><content:encoded><![CDATA[<p>OAKLAND, Calif. (AP) — Elon Musk, the Tesla CEO, world's richest man and OpenAI cofounder, took the stand Tuesday in a high-stakes trial revolving around a bitter feud with his former friend Sam Altman that could reshape the future development of artificial intelligence.</p><p>His testimony at the Oakland, California, federal courthouse kicked off a legal drama that is expected to brim with intrigue and potentially embarrassing details about the two tech moguls. Musk filed the lawsuit against Altman and his top lieutenant, Greg Brockman, along with Microsoft over its investments in OpenAI, in 2024.</p><p>“Fundamentally, I think they’re going to try to make this lawsuit ... very complicated, but it’s actually very simple,” Musk said. “Which is that it's not OK to steal a charity.”</p><p>The nine-person jury was selected Monday and the trial is scheduled to take three weeks.</p><p>In the civil lawsuit, Musk accuses Altman and Brockman of double-crossing him by straying from the San Francisco company’s founding mission to be a steward of a revolutionary technology. In his opening statement, Musk's attorney, Steven Molo, quoted OpenAI’s mission statement when it was created as a nonprofit for the benefit of humanity, not constrained by the need to generate financial enrichment for anyone.</p><p>Altman and Brockman, aided by Microsoft, stole a charity “whose mission was the safe, open development of artificial intelligence,” Molo said. Musk is seeking damages and Altman’s ouster from OpenAI’s board.</p><p>OpenAI has brushed off Musk’s allegations as a case of sour grapes aimed at undercutting its rapid growth and bolstering Musk’s own xAI, which he launched in 2023 as a competitor.</p><p>Both sides recount the start of a bitter divide</p><p>In his opening statement, OpenAI lawyer William Savitt told jurors “we are here because Mr. Musk didn’t get his way with OpenAI.”</p><p>Savitt said Musk used his promises of funding to bully OpenAI founding members and tried to take control of OpenAI and merge it with Tesla. In fact, he said Musk wanted to form a for-profit company and own more than 50% of it.</p><p>There is no record, Savitt said, of promises made to Musk that OpenAI was going to remain a nonprofit forever. What Musk ultimately cared about, he said, was not OpenAI’s nonprofit status but winning the AI race with Google.</p><p>Musk's attorney said the case is not about Musk, but rather Altman, Brockman and Microsoft.</p><p>By 2017, about two years after OpenAI's founding, it became clear that OpenAI would need more money, and Molo said the founders eventually settled on the idea of creating a for-profit arm of OpenAI that would support the nonprofit. Terms were capped for investors so they “couldn't make infinite profit.”</p><p>“There is nothing wrong with a nonprofit having a for-profit subsidiary, but (it) has to advance the mission,” Molo said.</p><p>Microsoft initially invested $2 billion in OpenAI. Then, in 2022, news spread that OpenAI had done a deal with Microsoft and it was a “game-changer," Molo said, which violated “every commitment” OpenAI made not just to Musk but to the world. It was no longer open source, it became a for-profit company for the benefit of the defendants and Microsoft was going to have control, through licensing, of much of its intellectual property, Molo said.</p><p>After opening statements, Musk's side began presenting a tale of alleged betrayal, deceit and ambition that caused OpenAI to pivot from its founding mission as an altruistic startup to a capitalistic venture now valued at $852 billion.</p><p>Musk testifies on how he sees AI evolving</p><p>Musk was the first to testify, with his lawyer starting off asking about his life story. This included details about his move, at 17, from South Africa to Canada where for a time Musk said he worked as a lumberjack among other odd jobs, then to the U.S. He recounted the slew of companies he founded and runs, including SpaceX, Tesla, The Boring Company, Neuralink and others.</p><p>Asked how he has time for everything, Musk said he works 80 to 100 hours a week, doesn't take vacations and owns no vacation homes or yachts.</p><p>Molo also asked Musk about his views on AI. Musk said he expects AI to be “smarter than any human” as soon as next year. Musk said a longstanding concern about AI is the question of what happens when computers become much smarter than humans. Comparing it to having a “very smart child,” Musk said when the child grows up “you can't control that child,” but you can instill values such as honesty, integrity and being good.</p><p>Musk recounted his version of OpenAI's founding, which he said essentially happened because of a discussion he had with Google co-founder Larry Page, who called him a “specieist" for elevating the survival of humanity over that of AI.</p><p>The kinship between Musk and Altman was forged in 2015 when they agreed to build AI in a more responsible and safer way than the profit-driven companies controlled by Google's Page and Sergey Brin and Facebook founder Mark Zuckerberg, according to evidence submitted ahead of the trial.</p><p>At that time, Musk said, Google had all the money, all the computers and all the talent for AI. “There was no counterbalance.”</p><p>Musk recalled there was discussion early on about alternative sources for funding OpenAI beyond donations, and he wasn't opposed to it having a for-profit arm, but “the tail shouldn't wag the dog.” There would be a profit limit, and once artificial general intelligence, or AGI, was “figured out,” the for-profit would cease to exist.</p><p>Musk is expected to continue testifying Wednesday.</p><p>Altman, OpenAI's CEO, is also expected to testify, along with Microsoft CEO Satya Nadella, one of the technology leaders who helped fund the late 2022 release of ChatGPT, the chatbot that unleashed the current AI boom that has propelled the stock market to record heights.</p><p>Altman’s court appearance likely made him unavailable to attend an Amazon event across San Francisco Bay on Tuesday at which both companies announced an expanded partnership.</p><p>“I wish I could be there with you in person today,” Altman told attendees of Amazon’s event in San Francisco via a prerecorded video message. “My schedule got taken away from me today.”</p><p>___</p><p>AP Technology Writer Matt O'Brien contributed to this story from Providence, Rhode Island.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LUB7EPAWUSKNX6PIFVND3SZFBE.jpg?auth=d8f2247ac59bce49c69401c15f4631f4096789f5030edeca8860c51ef15c60f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elon Musk arrives at the U.S. District Court in Oakland, Calif., Tuesday, April 28, 2026. (AP Photo/Godofredo A. Vásquez)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OMVJ4GOQHGUMR3BSAOAWZSLG4M.jpg?auth=3b039457c92c580660f1fa9388cc928c4feadf0cf22498a63ad7214b8c3398b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elon Musk arrives at the U.S. District Court in Oakland, Calif., Tuesday, April 28, 2026. (AP Photo/Godofredo A. Vásquez)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4F5FDPPK6ZKSDPEXWI7DJQQBPA.jpg?auth=67db5150a09d67ef5ee5a6ef853b6fc3fe033b1f7538c4d09344ea757a5243ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elon Musk arrives at the U.S. District Court in Oakland, Calif., Tuesday, April 28, 2026. (AP Photo/Godofredo A. Vásquez)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L4CS4A3OOK3HID2DATLNITJCBM.jpg?auth=88fa82cb31fc920c7d4e6fb184e79164150062068b1e12c3fb237ad94fefb3e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elon Musk arrives at the U.S. District Court in Oakland, Calif., Tuesday, April 28, 2026. (AP Photo/Godofredo A. Vásquez)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content></item><item><title><![CDATA[Residentes rechazan propuesta de expansión de Bal Harbour Shops]]></title><link>https://www.local10.com/espanol/2026/04/28/residentes-rechazan-propuesta-de-expansion-de-bal-harbour-shops/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/residentes-rechazan-propuesta-de-expansion-de-bal-harbour-shops/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[El Consejo del Pueblo de Bal Harbour está estudiando una propuesta de desarrollo para las tiendas de Bal Harbour.]]></description><pubDate>Tue, 28 Apr 2026 15:54:29 +0000</pubDate><content:encoded><![CDATA[<p>El Concejo de Bal Harbour Village está considerando una propuesta de desarrollo para Bal Harbour Shops.</p><p>El concejo recibió oposición de residentes.</p><p>Se trata de un proyecto de gran escala con cuatro nuevos edificios de casi 300 pies de altura, que ofrecerían una combinación de hotel, unidades residenciales y espacio de oficinas en el sitio de Bal Harbour Shops.</p><p>El proyecto ha sido rechazado repetidamente por líderes del pueblo y residentes.</p><p>La oposición ha generado una demanda por parte de desarrolladores que intentan construir bajo la Ley Live Local de Florida, que les permite evadir la aprobación del pueblo, pero reservar el 40% de las más de 500 nuevas unidades residenciales como asequibles.</p><p>El ir y venir en los tribunales provocó una mediación entre ambas partes.</p><p>La noche del lunes, se hizo pública una oferta de compromiso presentada por los desarrolladores.</p><p>El nuevo plan reduce ligeramente la propuesta a tres edificios y una menor altura, según lo descrito por un abogado que trabaja para el pueblo.</p><p>Residentes llenaron la reunión especial del concejo del pueblo el lunes para expresar su oposición.</p><p>El aumento de la congestión vehicular, el hacinamiento en las escuelas y la falta de infraestructura para manejar situaciones como inundaciones están entre las razones por las que no quieren que Bal Harbour Shops se expanda.</p><p>Finalmente, los comisionados decidieron rechazar la nueva propuesta y continuar luchando contra los desarrolladores en los tribunales.</p>]]></content:encoded></item><item><title><![CDATA[Autoridades evalúan de Miami-Dade posibilidad de un segundo aeropuerto comercial]]></title><link>https://www.local10.com/espanol/2026/04/28/evaluan-autoridades-de-miami-dade-posibilidad-de-un-segundo-aeropuerto-comercial/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/evaluan-autoridades-de-miami-dade-posibilidad-de-un-segundo-aeropuerto-comercial/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[El condado de Miami-Dade está considerando la posibilidad de construir un nuevo aeropuerto comercial importante.]]></description><pubDate>Tue, 28 Apr 2026 15:46:50 +0000</pubDate><content:encoded><![CDATA[<p>El condado de Miami-Dade está considerando construir un nuevo aeropuerto comercial importante.</p><p>Un informe de 63 páginas de la alcaldesa del condado obtenido por Local 10 News indica que el Aeropuerto Internacional de Miami está alcanzando la capacidad de su campo aéreo, actualmente al 80% de su capacidad.</p><p>Ese es el punto en el que la Administración Federal de Aviación recomienda agregar más espacio, o podrían producirse más retrasos en los viajes.</p><p>“La capacidad limitada podría afectar el crecimiento, crear retrasos en los viajes y afectar nuestra competitividad”, dijo el presidente de la Comisión de Miami-Dade, Anthony Rodríguez. “Tenemos que actuar ahora y planificar con anticipación”.</p><p>Los comisionados han reducido las opciones a tres.</p><p>La primera es construir un nuevo aeropuerto en algún lugar del condado, mientras que las otras son ampliar el Aeropuerto Ejecutivo de Miami en el suroeste de Miami-Dade o el Aeropuerto de Aviación General Miami Homestead hasta convertirlo en un aeropuerto comercial importante.</p><p>La junta del condado le dio a la alcaldesa hasta principios de junio para informar cómo el condado podría pagar esto.</p><p>Si se aprueba, tomaría de 12 a 15 años ampliar cualquiera de los aeropuertos, o al menos dos décadas construir un aeropuerto completamente nuevo.</p>]]></content:encoded></item><item><title><![CDATA[Officials in Miami-Dade weighing possibility of a second commercial airport]]></title><link>https://www.local10.com/news/local/2026/04/27/officials-in-miami-dade-weighing-possibility-of-a-second-commercial-airport/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/27/officials-in-miami-dade-weighing-possibility-of-a-second-commercial-airport/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Miami-Dade County is considering building a new major commercial airport.]]></description><pubDate>Tue, 28 Apr 2026 01:31:21 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County is considering building a new major commercial airport.</p><p><a href="https://www.local10.com/espanol/2026/04/28/evaluan-autoridades-de-miami-dade-posibilidad-de-un-segundo-aeropuerto-comercial/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/evaluan-autoridades-de-miami-dade-posibilidad-de-un-segundo-aeropuerto-comercial/">Leer en español</a></p><p>A 63-page report from the county mayor obtained by Local 10 News says Miami International Airport is reaching airfield capacity, currently at 80% full.</p><p>That’s when the Federal Aviation Administration recommends adding more space, or there could be more travel delays.</p><p>“Capacity challenges could impact growth, create travel delays, and affect our competitiveness,” said Miami-Dade Commission Chair Anthony Rodriguez. “We have to act now and plan ahead.”</p><p>Commissioners have narrowed it down to three options.</p><p>The first is building a new airport somewhere in the county, while the others are expanding either Miami Executive Airport in southwest Miami-Dade or the Miami Homestead General Aviation Airport into a full-on major commercial airport.</p><p>The county board gave the mayor until early June to report how the county could pay for this.</p><p>If it’s approved, it would take 12 to 15 years to expand either of the airports, or at least two decades to build a brand new airport.</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[Taylor Swift files 3 new trademark applications. One expert says it is to curb AI threats]]></title><link>https://www.local10.com/entertainment/2026/04/28/taylor-swift-files-3-new-trademark-applications-one-expert-says-it-is-to-curb-ai-threats/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/28/taylor-swift-files-3-new-trademark-applications-one-expert-says-it-is-to-curb-ai-threats/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 15:43:02 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Taylor Swift filed three new trademark applications with the U.S. Patent & Trademark Office, a move one legal expert theorizes it is to protect her voice and image from potential misuse through artificial intelligence.</p><p>Two of the applications filed Friday are sound trademarks covering her voice, one of her saying “Hey, it’s Taylor Swift,” and the other is “Hey, it’s Taylor.”</p><p>The third application is for a visual trademark, described in the filing as “a photograph of Taylor Swift holding a pink guitar, with a black strap and wearing a multicolored iridescent bodysuit with silver boots. She is standing on a pink stage in front of a multicolored microphone with purple lights in the background.”</p><p>The filings were made on behalf on Swift’s TAS Rights Management. All three have been approved and are currently awaiting assignment to an examining attorney.</p><p>The Associated Press has reached out to a representative for Swift as well as Rebecca Liebowitz, partner at law firm Venable, who is listed as the attorney on the filings. Requests for comment were not immediately returned.</p><p>News of Swift's new trademark filings made the rounds on Monday after first being noticed by intellectual property attorney Josh Gerben. In a blog post shared Monday, Gerben theorized that the trademarks are “specifically designed to protect Taylor from threats posed by artificial intelligence,” in response to growing concerns that AI could challenge celebrities' abilities to control their voices and likenesses without their consent.</p><p>In his post, Gerben explained that “Right of Publicity” laws — which protect celebrities from having their images or likenesses used to sell products without their permission — offer some protection against unauthorized use of a celebrity's likeness, but trademark filings like Swift's can offer additional protection.</p><p>Swift has been a target of AI misuse in the past. Pornographic deepfake images of her have circulated online, making the singer the most famous victim of a scourge that tech platforms and antiabuse groups have struggled to fix. In another instance, the superstar was shown in a fake endorsement of President Donald Trump during his 2024 campaign, which the then-candidate reposted and shared as genuine.</p><p>“The Life of a Showgirl” singer is not the only celebrity to pursue these kinds of trademarks. In January, attorneys for actor Matthew McConaughey secured eight trademarks from the U.S. Patent and Trademark Office including a sound trademark of his catchphrase “Alright, alright, alright.”</p><p>Attorneys for the entertainment law firm Yorn Levine, which represented McConaughey, told Variety the trademarks were filed in an attempt to protect his voice and likeness from unauthorized use by AI, and to protect him in developing new opportunities using AI.</p><p>Last year, McConaughey made a deal with voice-cloning company ElevenLabs that will allow its artificial intelligence technology to replicate his voice.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H5GZ75BAS3V7YNQM4D5P3EOWBU.jpg?auth=fd36e81ba3b691f47fcc3f119b4466676f52a858f1c7cbbab745c970738c9bc5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Taylor Swift appears at the MTV Video Music Awards in Elmont, N.Y., on Sept. 11, 2024. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YKIMC256QGQAPO7KKJ6WISY7FU.jpg?auth=b3463d063ca79878d30199ada317e7f4c00f971366c9fb34d1fdcb6bcc511c59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Taylor Swift performs during "The Eras Tour" at SoFi Stadium in Los Angeles on Aug. 7, 2023. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[‘Large anomaly’ in FLL passenger’s ‘groin area’ was kilo of coke, feds say]]></title><link>https://www.local10.com/news/local/2026/04/28/large-anomaly-in-fll-passengers-groin-area-was-kilo-of-coke-feds-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/large-anomaly-in-fll-passengers-groin-area-was-kilo-of-coke-feds-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Customs officers doing a pat-down on a man arriving on a flight to South Florida from Colombia couldn’t help but notice a “large anomaly” in his “groin area,” according to court documents. Agents said it turned out to be nearly 2 kilograms of cocaine.]]></description><pubDate>Tue, 28 Apr 2026 15:08:54 +0000</pubDate><content:encoded><![CDATA[<p>Customs officers doing a pat-down on a man arriving on a flight to South Florida from Colombia couldn’t help but notice a “large anomaly” in his “groin area,” according to court documents. Agents said it turned out to be nearly 2 kilograms of cocaine.</p><p><a href="https://www.local10.com/espanol/2026/04/28/feds-detectan-gran-anomalia-en-la-zona-de-la-ingle-de-pasajero-en-fll-que-era-un-kilo-de-cocaina/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/feds-detectan-gran-anomalia-en-la-zona-de-la-ingle-de-pasajero-en-fll-que-era-un-kilo-de-cocaina/">Leer en español</a></p><p>They say it’s not the first time he’s been caught trafficking the drug.</p><p>Investigators said U.S. Customs and Border Protection officers made the discovery at Fort Lauderdale-Hollywood International Airport after Kristopher Marco, 53, of New Castle, Delaware, arrived on Spirit Airlines Flight 946 from Cartagena on Monday.</p><p>A federal criminal complaint states that CBP officers manning the inspection area and looking through Marco’s luggage first found tablets in a “Centrum vitamin bottle” that he claimed were HIV pills.</p><p>According to the complaint, “multiple Treasury Enforcement Communication System records” on Marco, plus his “nervous behavior,” led them to conduct a pat-down.</p><p>Officers “reported a large anomaly felt in (his) groin area,” it states. When asked what he had, authorities said Marco responded matter-of-factly: “Cocaine.”</p><p>They said it was was 1.75 kilograms, in fact. According to the complaint, the drugs were in a “large cylindrical-shaped package wrapped in pink cellophane.”</p><p>According to the complaint, Marco wouldn’t tell Homeland Security Investigations agents where the cocaine came from or where it was supposed to go.</p><p>They said a records check revealed that Marco ― under his former name, Christopher Allen Gransby ― had been arrested by authorities in Nicaragua on Sept. 10, 2024, for trying to enter the country from Costa Rica with 7.69 kilograms of cocaine.</p><p>Nicaraguan National Police <a href="https://www.policia.gob.ni/?p=126694" target="_self" rel="" title="https://www.policia.gob.ni/?p=126694">said</a> he was carrying the bricks of coke in a backpack. About five months after his arrest in Central America, the Virginia-born Gransby changed his name in Delaware to Kristopher Michael Cain Marco.</p><p>Records show Marco was set to appear in Fort Lauderdale federal court for a hearing on Tuesday morning as he faces a charge of possession with intent to distribute more than 500 grams of cocaine. They show that prosecutors are seeking pre-trial detention.</p><p>In the meantime, Marco was being held in the Broward Sheriff’s Office Main Jail facility on behalf of the U.S. Marshals Service.</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/P26ZJ2POHJD5JD3VQHGLJY5YAY.jpg?auth=6fba058ecbb0222f265d0cc3f99942028f4d6b401fabe02d6884d2901ea17c5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kristopher Marco]]></media:description></media:content></item><item><title><![CDATA[Spurned by Alex Cora, Phillies turn to Don Mattingly in the interim after Rob Thomson is fired]]></title><link>https://www.local10.com/sports/2026/04/28/spurned-by-alex-cora-phillies-turn-to-don-mattingly-in-the-interim-after-rob-thomson-is-fired/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/28/spurned-by-alex-cora-phillies-turn-to-don-mattingly-in-the-interim-after-rob-thomson-is-fired/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 22:14:30 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Alex Cora had barely been out of a job after the World Series champion manager was fired by the Red Sox when his old boss offered him a professional lifeline.</p><p>Dave Dombrowski, the Phillies’ president of baseball operations, wanted to know if Rob Thomson was fired, would Cora be interested in taking over a team with a $284.7 million payroll and World Series expectations that had slogged through April as one of the worst teams in baseball.</p><p>Cora ultimately declined, citing family reasons, and a potential reunion with Dombrowski eight seasons after they won the World Series together in Boston was on hold.</p><p>Rebuffed by Cora, the Phillies looked down the bench to Don Mattingly.</p><p>Only four months after he was hired as Philadelphia's bench coach, Mattingly was named interim manager to replace Thomson, who was fired Tuesday after the Phillies lost 11 of 12 games and began the day tied for last place in the majors.</p><p>“Alex wasn’t going to take the job at that point; should we still make the change? We came to the final conclusion that we were going to make the change, and that it was the best for the club,” Dombrowski said.</p><p>Thomson led the Phillies to four straight playoff appearances, including the 2022 World Series, and consecutive NL East titles, but couldn't lead high-priced talent that included Bryce Harper, Kyle Schwarber and Trea Turner back to the top of the standings through the first month of the season.</p><p>“I still think, and I hope because I love these guys, that this team is going to turn this thing around,” Thomson said hours after he was fired. “They're going to get hot. There's a bunch of different reasons why, but one is the fact there's a lot of talent in there.”</p><p>Dombrowski, who has led baseball operations for Montreal, Miami, Detroit and Boston, winning World Series titles with the Marlins in 1997 and Red Sox in 2018, made it clear Tuesday that Cora was his first choice to succeed Thomson.</p><p>“We never got down to the nuts and bolts of things,” Dombrowski said. “He called me Saturday night as a friend. I guess he calls me one of his mentors and we talked because he never had been through that before. We talked Sunday morning.</p><p>“I came to conclusion that if he took it, I would make a change. I thought he would take it. Until Monday morning it was apparent from his perspective he wanted to take time with his family. He wanted to be a father first and foremost and so that’s what he had decided.”</p><p>Mattingly will now work for his son</p><p>Mattingly, the former New York Yankees great, was named interim manager through the end of the season and third base coach Dusty Wathan was promoted to bench coach. Mattingly will now work for one of his sons — Preston Mattingly is the Phillies general manager — in what is believed to be the first father-son GM/manager combination in baseball history.</p><p>Mattingly said there was no awkwardness about essentially working for his son because they both had the same vision for the franchise.</p><p>“We both want to win games,” Mattingly said. “We’re like every player. We’re here to win.”</p><p>Thomson is the second manager fired in baseball this season after the Red Sox fired Cora and five coaches on Saturday.</p><p>Dombrowski gave Thomson a vote of confidence last week during their losing streak. Dombrowski stood behind Thomson’s work and said he’d been a good manager since replacing Joe Girardi in 2022.</p><p>Thomson went 355-270 and orchestrated a baseball resurgence in Philadelphia. The 62-year-old, a baseball lifer finally promoted to his first managerial stint in 2022, signed a contract extension in the offseason running through the 2027 season and was again expected to lead the Phillies into World Series contention.</p><p>Thomson made the rare move for a fired manager to address the media one final time and said he was so grateful for his time with the Phillies, he would like to stay connected to the organization in the future.</p><p>“I don't want to go anywhere else,” Thomson said. “Maybe right now isn't the right time. But yeah, I'm all in on that.”</p><p>The Phillies instead have been one of the biggest flops in baseball and lost 10 straight games before ace Zack Wheeler led them to a win against Atlanta on Saturday. The Phillies lost to Atlanta on Sunday and fell to 9-19 overall, tied with the division rival New York Mets.</p><p>Thomson led Philadelphia to the 2022 World Series after taking over for Girardi, losing to the Houston Astros in six games. Since then, the club has regressed in the postseason. It lost in the NL Championship Series in 2023 in seven games, and the NL Division Series in 2024 and ’25 in four games.</p><p>Nicknamed Topper, Thomson has been with the club since the 2018 season, when he was hired as bench coach under former manager Gabe Kapler.</p><p>He was with the New York Yankees from 1990-2017, including 10 seasons on the major league coaching staff as bench coach (2008, 2015-17) and third base coach (2009-14). He earned his nickname in the Yankees organization for always being on top of details.</p><p>Thomson became only the fourth manager in big league history to reach the postseason in each of the first four full seasons to begin a managing career, joining Dave Roberts, Aaron Boone and Mike Matheny. He became only the third manager in Phillies history to win consecutive division titles, joining Charlie Manuel and Danny Ozark.</p><p>“I've played for a lot of guys over my 15-year career, and Topper is definitely one of the guys at the top,” Harper said.</p><p>Phillies season goes off the rails</p><p>The Phillies have been awful in what was supposed to be a celebratory season with the franchise set to host the All-Star Game and surrounding festivities. Instead, they have collapsed in every aspect of the game, with regulars Alec Bohm and Schwarber both hitting under .200, while starters Jesús Luzardo, Aaron Nola and Andrew Painter all have 5.00-plus ERAs.</p><p>The Phillies recently released high-priced bust Taijuan Walker in the final year of a four-year, $72 million contract and outfielder Nick Castellanos was released in February as he entered the final year of a five-year, $100 million deal.</p><p>The Phillies haven’t won the World Series since 2008 and had last made the playoffs in 2011 until Thomson led them to the surprise run to the 2022 World Series dubbed Red October that rejuvenated the fanbase and made 90-plus win seasons the norm.</p><p>The Phillies now will turn to Mattingly, who kept the coaching staff intact, to resuscitate their season and try to at least keep them in the hunt for an NL wild-card spot.</p><p>Mattingly is ready to lead Phillies into contention</p><p>Mattingly, spending his 23rd straight season as a major league manager or coach, had his mind set on retirement after he left his role as Toronto’s bench coach under manager John Schneider following the World Series.</p><p>He reversed course after a talk with his family and latched on with the Phillies, enticed by the chance to work with his son and Thomson, his friend from their Yankees days.</p><p>Mattingly managed the Dodgers from 2011-15 and the Marlins from 2016-22. He was the 2020 NL Manager of the Year after he led the Marlins to their first playoff appearance since 2003.</p><p>He said when the Phillies hired him in the winter that he no longer had interest in managing again. Mattingly said ahead of Tuesday's game against the Giants those comments were largely out of deference to Thomson's presence and that he indeed had the spark and desire to help bring the Phillies back into the playoff race.</p><p>“I’ve always felt good. I’ve been pretty healthy,” Mattingly said. “I feel like I have energy. But I did want to say that from the standpoint that Thom’s here. I didn’t want anyone feeling like I was here to do something like this. So, I really wanted to leave it like that.”</p><p>Mattingly played 14 seasons as a first baseman in the major leagues, all for the Yankees, from 1982-95. He was a six-time AL All-Star and the 1985 AL Most Valuable Player. Mattingly captained the Yankees in his final five seasons.</p><p>Much like Thomson did in 2022, Mattingly believes he can return the Phillies to greatness as an interim manager.</p><p>“We’re talented enough,” he said. “We know that. We believe that."</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/262BPWLW42CJS4A7BPGBTUBEGQ.jpg?auth=f9801197ca820d2a13db5f51a829800f8256d724b476dc467d8a6d5a1ec03178&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies manager Rob Thomson (49) stands in the dugout before a baseball game against the Chicago Cubs, Wednesday, April 22, 2026, in Chicago. (AP Photo/Erin Hooley)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NGPFGWUFUZCSQNL3QZOKQKROYM.jpg?auth=92d3bc4ecdcca5d84d60a9946c1e803459203183ad82a17cf80911814ebe28f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Philadelphia Phillies bench coach Don Mattingly (8) watches from the dugout steps during the sixth inning of a baseball game against the Colorado Rockies, April 5, 2026, in Denver. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AWMDFVF3IN66OLLVJ6DAUTUOYM.jpg?auth=e03fe14234774e74b8a9b54ce2e03b0ab4e45e71d078c2c4ae7af5b3d1f712a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox' manager Alex Cora walks back to the dugout after a mound visit during a baseball game against the Detroit Tigers, Monday, April 20, 2026, in Boston. (AP Photo/Jim Davis)]]></media:description><media:credit role="author" scheme="urn:ebu">Jim Davis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WN26SJABAC5ZXXTW7XKSDW2V4I.jpg?auth=34ced864b7707ac1004ce58ab701f1785a54b7417c242c1993b35fd794bef42c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies manager Rob Thomson looks to the field before a baseball game against the Chicago Cubs in Chicago, Monday, April 20, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BTZYVMX6XIYCZV5ZSKPJH4W5PU.jpg?auth=f730c53d705cf451a2ea442fe8bbbb145c4dc0b0a97453e1236043f9ab50e517&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies manager Rob Thomson signals to change pitchers against the Atlanta Braves during the seventh inning of a baseball game, Saturday, April 25, 2026, in Atlanta. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content></item><item><title><![CDATA[Miami PD: Ritz Carlton housekeeper steals guest’s wedding ring, pawns it ]]></title><link>https://www.local10.com/news/local/2026/04/28/miami-pd-ritz-carlton-housekeeper-steals-guests-wedding-ring-pawns-it/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/28/miami-pd-ritz-carlton-housekeeper-steals-guests-wedding-ring-pawns-it/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Miami hotel housekeeper was arrested Monday, months after she stole a hotel guest’s wedding ring and then pawned it, authorities said.]]></description><pubDate>Tue, 28 Apr 2026 14:37:41 +0000</pubDate><content:encoded><![CDATA[<p>A Miami hotel housekeeper was arrested Monday, months after she stole a hotel guest’s wedding ring and then pawned it, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/04/28/miami-pd-acusan-a-empleada-de-limpieza-de-ritz-carlton-de-robar-anillo-de-bodas-de-huesped-y-empenarlo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/miami-pd-acusan-a-empleada-de-limpieza-de-ritz-carlton-de-robar-anillo-de-bodas-de-huesped-y-empenarlo/">Leer en español</a></p><p>According to an arrest report from the Miami Police Department, the theft was reported Feb. 27 at the Ritz Carlton Hotel, located at 3300 SW 27<sup>th</sup> Ave.</p><p>Police said the victim had checked into the five-star hotel on the night of Feb. 25. Later that evening, she removed all of her jewelry and placed it in a travel jewelry box, which she hid in a cosmetic bag in the bathroom of her room, authorities said.</p><p>According to the report, the victim left the hotel the next morning to go snorkeling and left her jewelry in the cosmetic bag.</p><p>Police said the victim returned to her room later that day and saw that housekeeping had cleaned her room and her belongings in the bathroom had been moved.</p><p>As she was getting ready to go to dinner, she then discovered that her wedding ring was missing, authorities said.</p><p>According to the report, the victim filed a police report the next day after being unable to find her ring.</p><p>Police said the housekeeper assigned to the room, Odessa Natasha Wray, 46, was questioned by the hotel manager that same day and he asked her whether she had seen any jewelry in the room.</p><p>“Not in the bathroom,” Wray responded, according to the report.</p><p>The manager told police he had not mentioned the bathroom when asking Wray whether she had seen any jewelry.</p><p>According to the report, during the investigation, detectives discovered that Wray had pawned a women’s ring at P&amp;S Jewelry, located at 7900 NW 27<sup>th</sup> Ave., on March 7 for $280. The 18kt white and yellow gold diamond ring is worth about $8,000, police said.</p><p>According to the report, detectives contacted the pawn shop to place a hold on the ring. </p><p>Police said they located Wray Monday and arrested her on charges of grand theft, dealing in stolen property and providing false verification to a pawnbroker.</p><p>According to the report, Wray confessed to stealing the ring and pawning it.</p><p>As of Tuesday morning, she was being held at the Turner Guilford Knight Correctional Center.</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/3NQPEYCGRVEMNNYAAGMSU4BRCI.jpg?auth=b680a43d1309b6a14bb36456b175aee11be41c64cdd02683f2906677e4049eb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami PD: Acusan a empleada de limpieza de Ritz Carlton de robar anillo de bodas de huésped y empeñarlo]]></title><link>https://www.local10.com/espanol/2026/04/28/miami-pd-acusan-a-empleada-de-limpieza-de-ritz-carlton-de-robar-anillo-de-bodas-de-huesped-y-empenarlo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/miami-pd-acusan-a-empleada-de-limpieza-de-ritz-carlton-de-robar-anillo-de-bodas-de-huesped-y-empenarlo/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una empleada de limpieza de un hotel de Miami fue arrestada el lunes, meses después de haber robado el anillo de bodas de un huésped y luego haberlo empeñado, según informaron las autoridades.]]></description><pubDate>Tue, 28 Apr 2026 14:49:38 +0000</pubDate><content:encoded><![CDATA[<p>Una empleada de limpieza de un hotel en Miami fue arrestada el lunes, meses después de que robara el anillo de bodas de una huésped y luego lo empeñara, informaron las autoridades.</p><p>Según un informe de arresto del Departamento de Policía de Miami, el robo fue reportado el 27 de febrero en el hotel Ritz Carlton, ubicado en 3300 SW 27th Ave.</p><p>La policía indicó que la víctima se registró en el hotel de cinco estrellas la noche del 25 de febrero. Más tarde esa noche, se quitó todas sus joyas y las colocó en un estuche de viaje, el cual escondió dentro de un bolso de cosméticos en el baño de su habitación, según las autoridades.</p><p>De acuerdo con el informe, la víctima salió del hotel a la mañana siguiente para ir a hacer snorkel y dejó sus joyas en el bolso de cosméticos.</p><p>La policía dijo que la víctima regresó a su habitación más tarde ese día y vio que el personal de limpieza había arreglado su habitación y que sus pertenencias en el baño habían sido movidas.</p><p>Mientras se preparaba para salir a cenar, descubrió que su anillo de bodas había desaparecido, indicaron las autoridades.</p><p>Según el informe, la víctima presentó una denuncia policial al día siguiente tras no poder encontrar su anillo.</p><p>La policía indicó que la empleada de limpieza asignada a la habitación, Odessa Natasha Wray, de 46 años, fue interrogada ese mismo día por el gerente del hotel, quien le preguntó si había visto alguna joya en la habitación.</p><p>“No en el baño”, respondió Wray, según el informe.</p><p>El gerente dijo a la policía que no había mencionado el baño cuando le preguntó a Wray si había visto alguna joya.</p><p>De acuerdo con el informe, durante la investigación, los detectives descubrieron que Wray había empeñado un anillo de mujer en P&amp;S Jewelry, ubicado en 7900 NW 27th Ave., el 7 de marzo por $280 USD. El anillo de diamantes de oro blanco y amarillo de 18 quilates está valorado en aproximadamente $8,000 USD, indicó la policía.</p><p>Según el informe, los detectives contactaron a la casa de empeño para retener el anillo.</p><p>La policía dijo que localizó a Wray el lunes y la arrestó por cargos de hurto mayor, tráfico de propiedad robada y proporcionar información falsa a un prestamista de empeños.</p><p>De acuerdo con el informe, Wray confesó haber robado el anillo y haberlo empeñado.</p><p>Hasta la mañana del martes, permanecía detenida en el Turner Guilford Knight Correctional Center.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3NQPEYCGRVEMNNYAAGMSU4BRCI.jpg?auth=b680a43d1309b6a14bb36456b175aee11be41c64cdd02683f2906677e4049eb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Deputies in Deerfield Beach search for mail theft suspect caught on camera]]></title><link>https://www.local10.com/news/local/2026/04/27/deputies-in-deerfield-beach-search-for-mail-theft-caught-on-camera/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/27/deputies-in-deerfield-beach-search-for-mail-theft-caught-on-camera/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Authorities in Deerfield Beach are investigating a case of mail theft. ]]></description><pubDate>Tue, 28 Apr 2026 01:36:45 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Deerfield Beach are investigating a case of mail theft. </p><p><a href="https://www.local10.com/espanol/2026/04/28/buscan-a-sospechoso-de-robo-de-correo-captado-en-camara-en-deerfield-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/buscan-a-sospechoso-de-robo-de-correo-captado-en-camara-en-deerfield-beach/">Leer en español</a></p><p>Megan Weller lives right next to the mailboxes at her Deerfield Beach building, located at 3910 Crystal Lake Drive. </p><p>She said she was shocked to see a woman on her doorbell camera at 6 a.m.</p><p>“It sounded like the mail person was here,” said Weller. “I was in my living room. It was very strange because it was 6 a.m. and I didn’t think anything of it, but then I came out like 15 minutes later and this was open. It makes me angry because people, they could have checks in there. They have credit cards in there. It’s not right that people take things that are others.”</p><p>The woman seen in the video managed to break into one set of mailboxes and left with a handful of letters.</p><p>“I was a little surprised,” said Weller. “She was so brazen to come into our property and do something like that, so it’s a little nerve-racking.”</p><p>The video shows the woman getting into her car and driving away. </p><p>An earlier clip shows her looking around the area before she spotted the mailboxes and used some sort of tool to break in.</p><p>“I feel a little violated,” said Weller. “It wasn’t my mail that was taken, but I get Amazon packages all the time. I’m sure if there were packages here, she would’ve taken those as well and, you know, this is a nice, quiet building. I don’t know. Don’t expect things like that to happen.”</p><p>Residents did file reports with the Broward Sheriff’s Office and the U.S. Postal Inspection Service. </p><p>Anyone who thinks they recognize the woman in the video is urged to contact BSO or Broward Crime Stoppers at 954-493-TIPS. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Video shows police response to fatal Miami locksmith shooting]]></title><link>https://www.local10.com/news/local/2026/04/27/video-shows-police-response-to-fatal-miami-locksmith-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/27/video-shows-police-response-to-fatal-miami-locksmith-shooting/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Newly released body camera video shows the moments after a Miami locksmith was shot and killed in February. ]]></description><pubDate>Tue, 28 Apr 2026 01:18:06 +0000</pubDate><content:encoded><![CDATA[<p>Newly released body camera video shows the moments after <a href="https://www.local10.com/news/local/2026/02/23/man-accused-of-fatally-shooting-locksmith-in-miami-appears-in-court/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/02/23/man-accused-of-fatally-shooting-locksmith-in-miami-appears-in-court/">a Miami locksmith was shot and killed in February</a>. </p><p><a href="https://www.local10.com/espanol/2026/04/28/video-muestra-respuesta-policial-a-mortal-balacera-de-cerrajero-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/video-muestra-respuesta-policial-a-mortal-balacera-de-cerrajero-en-miami/">Leer en español</a></p><p>Police and rescue crews responded to a shooting call and found 37-year-old Adrian Venereo had been shot while working in the 6300 block of Southwest Eighth Street in Miami.</p><p>First responders found him bleeding on the ground after being shot in the head.</p><p>According to Miami police, Luis Lemus and another person were locked out of their apartment and Venereo was working on the front door lock when he was shot.</p><p>The husband and father is being remembered as loving and kind.</p><p>Witnesses told investigators the suspect ran off after the shooting.</p><p>Detectives arrested Lemus, 32, who police say was found with a gun and told them he had hurt someone. </p><p>He remains in jail awaiting trial on a second-degree murder charge, but a motive for the shooting has not been revealed. </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[Agents armed with search warrants keep focus on Minnesota in public fraud probe]]></title><link>https://www.local10.com/news/politics/2026/04/28/agents-armed-with-search-warrants-keep-focus-on-minnesota-in-public-fraud-probe/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/28/agents-armed-with-search-warrants-keep-focus-on-minnesota-in-public-fraud-probe/</guid><dc:creator><![CDATA[By MARK VANCLEAVE and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 28 Apr 2026 21:55:36 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — Federal agents executed multiple searches in Minnesota on Tuesday, seizing records and other evidence in an ongoing fraud investigation by the Trump administration of publicly funded social programs for children, authorities said.</p><p>No details about possible crimes were disclosed, though armed agents were seen at childcare centers in the Minneapolis area. KSTP-TV said one crew even had a battering ram.</p><p>The searches occurred months after right-wing influencer Nick Shirley posted a video that said members of Minnesota’s Somali community were running fake childcare centers to collect federal subsidies. It caught the attention of the Trump administration and conservative activists, though inspectors said the centers were operating as expected.</p><p>Minnesota has been dogged by fraud: At least 65 people, many of them Somali Americans, have been convicted of ripping off a federal program that was meant to provide food to children. The investigation began during the Biden administration.</p><p>Separately, a federal prosecutor in December said as much as $9 billion in federal funds that supported 14 Minnesota-run programs since 2018 may have been stolen.</p><p>Democratic Gov. Tim Walz, who has been on the defensive about not doing enough to root out fraud, welcomed the raids Tuesday. Minnesota’s child welfare agency said it shared key information with law enforcement to “hold bad actors accountable.”</p><p>“We catch criminals when state and federal agencies share information. Joint investigations work, and securing justice depends on it,” Walz said.</p><p>The searches were being conducted at daycares, businesses and some residences, according to a person familiar with the matter who spoke to The Associated Press on the condition of anonymity because they were not authorized to publicly discuss the investigation.</p><p>Various state and federal agencies, including the Department of Homeland Security, participated in searches. At least two of the sites were in Shirley's video. Officers from Minnesota's Bureau of Criminal Apprehension were removing boxes at some locations.</p><p>“The American people deserve to know how their taxpayer money was abused. ... No stone will be left unturned,” said DHS, which also noted the cooperation of local and state authorities.</p><p>On social media, FBI Director Kash Patel mocked Walz for taking credit "while we smoke out the fraud plaguing Minnesota under your governorship.”</p><p>Jason Steck, an attorney who represents childcare centers, said some of the targeted businesses were operated by Somali immigrants. They were not his clients.</p><p>“A few childcare centers, a few autism centers, a few healthcare agencies of some type," Steck said, adding that it appeared to be a "particular sweep for fraud.”</p><p>The executive director of Child Care Aware of Minnesota, a nonprofit that serves childhood educators, said the publicity is unflattering.</p><p>“The majority are in business to do good business. You’re going to come across individuals who try to capitalize on systems that are broken and need to be fixed," Candace Yates said.</p><p>Walz ended his bid for a third term as governor in early January amid President Donald Trump’s relentless focus on fraud allegations and the state’s Somali community. Trump has used dehumanizing rhetoric, calling Somali immigrants “garbage” and “low IQ.”</p><p>Tensions between Walz and the federal government subsequently rocketed during an extraordinary immigration crackdown that led to the deaths of two people before Operation Metro Surge was eased in February.</p><p>In February, Vice President JD Vance said the government would temporarily halt $243 million in Medicaid funding to Minnesota over fraud concerns. Minnesota sued in response, warning it may have to cut healthcare for low-income families, but a judge on April 6 declined to grant a restraining order.</p><p>Walz told Congress in March that he wanted to work with the federal government in fraud investigations, but that the immigration surge had made it more difficult.</p><p>“The people of Minnesota have been singled out and targeted for political retribution at an unparalleled scale,” he said at the time.</p><p>___</p><p>Durkin Richer reported from Washington. AP reporters Steve Karnowski in Minneapolis and Corey Williams and Ed White in Detroit contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OESQVEEQAJOXHSYOV3MCJ3I364.jpg?auth=e5e52bc73011d204ab674f2ae6f6e92e2936daf7eaa9c8bea9e8d093629bb331&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[State and federal agents remove boxes of evidence collected from Metro Learning Center on Tuesday, April 28, 2026 in Minneapolis, Minn. (AP Photo/Mark Vancleave)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Vancleave</media:credit></media:content></item><item><title><![CDATA[Sandhill crane scares gator that came too close to its family on golf course ]]></title><link>https://www.local10.com/news/florida/2026/04/28/sandhill-crane-scares-gator-that-came-too-close-to-its-family-on-golf-course/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/28/sandhill-crane-scares-gator-that-came-too-close-to-its-family-on-golf-course/</guid><description><![CDATA[Terri Wilson was enjoying a recent Sunday morning at the Swiss Golf and Tennis Club in Winter Haven, when she witnessed a confrontation that could only happen in wild Florida.]]></description><pubDate>Tue, 28 Apr 2026 14:10:15 +0000</pubDate><content:encoded><![CDATA[<p>Terri Wilson was enjoying a recent Sunday morning at the Swiss Golf and Tennis Club in Winter Haven, when she witnessed a confrontation that could only happen in wild Florida.</p><p><a href="https://www.local10.com/espanol/2026/04/28/grulla-ahuyenta-a-caiman-que-se-acerco-demasiado-a-su-familia-en-campo-de-golf/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/grulla-ahuyenta-a-caiman-que-se-acerco-demasiado-a-su-familia-en-campo-de-golf/">Leer en español</a></p><p>A sandhill crane went on the attack when an alligator came too close to its family on the green. </p><p>The unafraid crane spread its wings real wide, and the scared gator wasn’t having it. It turned tail and the beautiful bird escorted the beast all the way to a nearby pond.</p>]]></content:encoded></item><item><title><![CDATA[Grulla ahuyenta a caimán que se acercó demasiado a su familia en campo de golf]]></title><link>https://www.local10.com/espanol/2026/04/28/grulla-ahuyenta-a-caiman-que-se-acerco-demasiado-a-su-familia-en-campo-de-golf/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/grulla-ahuyenta-a-caiman-que-se-acerco-demasiado-a-su-familia-en-campo-de-golf/</guid><description><![CDATA[Terri Wilson disfrutaba de una reciente mañana de domingo en el Swiss Golf and Tennis Club en Winter Haven, cuando presenció una confrontación que solo podría ocurrir en la Florida salvaje.]]></description><pubDate>Tue, 28 Apr 2026 14:24:25 +0000</pubDate><content:encoded><![CDATA[<p>Terri Wilson disfrutaba de una reciente mañana de domingo en el Swiss Golf and Tennis Club en Winter Haven, cuando presenció una confrontación que solo podría ocurrir en la Florida salvaje.</p><p>Una grulla atacó cuando un caimán se acercó demasiado a su familia en el campo.</p><p>La grulla, sin miedo, abrió sus alas muy ampliamente, y el caimán asustado no quiso enfrentarse. Dio media vuelta y el ave lo escoltó hasta un estanque cercano.</p>]]></content:encoded></item><item><title><![CDATA[Miami-based tattoo studio puts clients under anesthesia to get large-scale designs done in a day ]]></title><link>https://www.local10.com/features/2026/04/28/miami-based-tattoo-studio-puts-clients-under-anesthesia-to-get-large-scale-designs-done-in-a-day/</link><guid isPermaLink="true">https://www.local10.com/features/2026/04/28/miami-based-tattoo-studio-puts-clients-under-anesthesia-to-get-large-scale-designs-done-in-a-day/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A full body tattoo would typically take multiple sessions, but a Miami company is putting clients under anesthesia and getting it done in a day.]]></description><pubDate>Tue, 28 Apr 2026 12:15:55 +0000</pubDate><content:encoded><![CDATA[<p>A full body tattoo would typically take multiple sessions, but a Miami company is putting clients under anesthesia and getting it done in a day.</p><p><a href="https://www.local10.com/espanol/2026/04/28/estudio-de-tatuajes-de-miami-seda-a-clientes-para-realizar-disenos-de-gran-escala-en-un-dia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/28/estudio-de-tatuajes-de-miami-seda-a-clientes-para-realizar-disenos-de-gran-escala-en-un-dia/">Leer en español</a></p><p>“We’re actually the only ones in Florida, and as far as we know, we’re also the only ones in the whole country,” Michael Zuratti, CEO of Sedation Ink, said. </p><p>It’s a new medical twist on the industry that dates back over 5,000 years.</p><p>“(I) think it was a very cool idea, a very cool idea … as we know in Miami, we’re very big on plastic surgery,” Dr. Bryan Merkel, an anesthesiologist for Sedation Ink, said. </p><p>Since February 2024, the specialized Miami-based tattoo studio has been offering up large-scale tattooing while clients are under general anesthesia.</p><p>“I think we’re at the forefront of (a) shift in the industry,” Zuratti said. “So, you know, we do believe that eventually this will be more prevalent nationwide. Having said that, we are at the forefront and we’re excited to kind of set a good example in terms of, you know, making sure that the safety is of utmost importance.” </p><p>Zuratti exclusively gave Local 10 News a look at the process from the beginning, starting with the final consultation for their latest client – a business owner from Boston who asked that we blur his face and only use his initials, E.C.</p><p>“Doing this cover-up, it would take a long time,” he said. </p><p>The 37-year-old opted for the fast track, covering up tattoos he got inked when he was 15 years old.</p><p>“You change as you grow and then you start realizing that some tattoos, like, hey, they don’t fit you anymore,” E.C. said. </p><p>E.C. says the company’s online marketing piqued his interest, including Sedation’s tag line, “say goodbye to the pain.”</p><p>The procedure helps to expedite tattooing sessions for clients. Traditionally, large-scale tattoos can take upward of two years to complete with multiple hours of long sessions.</p><p>“We’re able to do large-scale projects in five, six hours,” Zuratti said. </p><p>“We’re seeing it in like LA and New York and Miami, and the typical places that you would expect to sort of find cutting edge ideas and thoughts on medicine and aesthetics and things like that,” Dr. Cameron Howard, chief of anesthesiology at Memorial Hospital West, said. “We have to take it seriously and we can’t be frivolous with it. So that being said, for patients receiving anesthesia for a tattoo, they should have all of the same precautions and the same emergency capabilities available to them.”</p><p>Back in 2025, the American Society of Anesthesiologists released a statement regarding anesthesia for tattoos, stating that going under for a tattoo can be dangerous, but “is no different from receiving it for an elective procedure.”</p><p>“It is a very serious undertaking, right? And it shouldn’t be treated like a spa day,” Howard said.</p><p>“This is an elective procedure, right? So the patient is unconscious and, you know, with a breathing tube so, it’s a medical procedure first,” Zuratti said. </p><p>What separates Sedation Ink from others is how the company is registered as both a tattoo shop and medical center, Zuratti said. </p><p>“Pitching this to the Florida Medical Board, contacting the tattoo establishment licensed people, so we’re certified with both departments, and, you know, it took a lot of groundwork to build this,” Zuratti said. “So, since day one, safety, safety, safety -- that’s what we push every day.”</p><p>“We pretty much give the patient medication through an IV, they go to sleep, once they’re completely asleep, they get a breathing tube,” Merkel said. </p><p>So far, the company has performed more than 50 procedures at South Florida Surgical Center after clients receive clearance from their primary physician, with a nurse and anesthesiologist monitoring. </p><p>“It’s no different than getting a general anesthesia for a plastic surgery procedure, for any type of other procedure, getting a colonoscopy,” Merkel said.</p><p>“The industry has been asking for this for a long time, but obviously it’s not for everyone,” tattoo artist Francisco Gomez said. </p><p>For seven years, Gomez has been tattooing clients and he’s been contracted with Sedation Ink for two years.</p><p>“My first reaction was like, ‘Before I say yes to anything, how is it working?’” Gomez said. </p><p>He, along with a handful of other artists, helped to design tattoos and cover up E.C.’s chest.</p><p>“The second the client gets put under, there’s a clock ticking, and the doctor doesn’t leave the room for the entire seven hours,” Gomez said. </p><p>Zuratti said he wants Sedation Ink to be “known as a lead provider that focuses on safety first, and then the tattooing secondary.”</p><p>Medical professionals and Sedation Ink both underscore that this is a medical procedure first.</p><p>Howard said serious reactions can range from airway issues to pulmonary or cardiac complications. </p><p>The best practice is to check with your doctor first and verify the company performing the procedure.</p><p>The price tag for Sedation Ink ranges from $32,000-$52,000. </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[Estudio de tatuajes de Miami seda a clientes para realizar diseños de gran escala en un día]]></title><link>https://www.local10.com/espanol/2026/04/28/estudio-de-tatuajes-de-miami-seda-a-clientes-para-realizar-disenos-de-gran-escala-en-un-dia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/28/estudio-de-tatuajes-de-miami-seda-a-clientes-para-realizar-disenos-de-gran-escala-en-un-dia/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Un tatuaje de cuerpo completo normalmente tomaría múltiples sesiones, pero una empresa de Miami está sedando a los clientes y realizándolo en un día.]]></description><pubDate>Tue, 28 Apr 2026 14:18:52 +0000</pubDate><content:encoded><![CDATA[<p>Un tatuaje de cuerpo completo normalmente tomaría múltiples sesiones, pero una empresa de Miami está sedando a los clientes y realizándolo en un día.</p><p>“En realidad somos los únicos en Florida, y hasta donde sabemos, también somos los únicos en todo el país”, dijo Michael Zuratti, CEO de Sedation Ink.</p><p>Es un nuevo giro médico en una industria que se remonta a más de 5,000 años.</p><p>“Creo que fue una idea muy interesante, una idea muy interesante, como sabemos en Miami, somos muy grandes en cirugía plástica”, dijo el Dr. Bryan Merkel, anestesiólogo de Sedation Ink.</p><p>Desde febrero de 2024, el estudio de tatuajes especializado con sede en Miami ha estado ofreciendo tatuajes de gran escala mientras los clientes están bajo anestesia general.</p><p>“Creo que estamos a la vanguardia de un cambio en la industria”, dijo Zuratti. “Así que creemos que eventualmente esto será más común a nivel nacional. Dicho esto, estamos a la vanguardia y estamos emocionados de establecer un buen ejemplo en términos de asegurar que la seguridad sea de máxima importancia”.</p><p>Zuratti dio exclusivamente a Local 10 News un vistazo al proceso desde el inicio, comenzando con la consulta final para su cliente más reciente, un empresario de Boston que pidió que se difuminara su rostro y solo se usaran sus iniciales, E.C.</p><p>“Hacer esta cobertura tomaría mucho tiempo”, dijo.</p><p>El hombre de 37 años optó por la vía rápida, cubriendo tatuajes que se hizo cuando tenía 15 años.</p><p>“Cambias a medida que creces y luego empiezas a darte cuenta de que algunos tatuajes no encajan contigo”, dijo E.C.</p><p>E.C. dice que la publicidad en línea de la empresa llamó su atención, incluyendo el lema de Sedation, “di adiós al dolor”.</p><p>El procedimiento ayuda a acelerar las sesiones de tatuaje para los clientes. Tradicionalmente, los tatuajes de gran escala pueden tomar hasta más de dos años en completarse con múltiples sesiones de varias horas.</p><p>“Podemos hacer proyectos de gran escala en cinco, seis horas”, dijo Zuratti.</p><p>“Lo estamos viendo en lugares como Los Ángeles, Nueva York y Miami, y los lugares típicos donde esperarías encontrar ideas innovadoras en medicina y estética y cosas así”, dijo el Dr. Cameron Howard, jefe de anestesiología en Memorial Hospital West. “Tenemos que tomarlo en serio y no podemos ser frívolos con esto. Dicho eso, para los pacientes que reciben anestesia para un tatuaje, deben tener todas las mismas precauciones y las mismas capacidades de emergencia disponibles”.</p><p>En 2025, la Sociedad Estadounidense de Anestesiólogos publicó una declaración sobre la anestesia para tatuajes, señalando que someterse a anestesia para un tatuaje puede ser peligroso, pero “no es diferente de recibirla para un procedimiento electivo”.</p><p>“Es algo muy serio, ¿verdad? Y no debería tratarse como un día de spa”, dijo Howard.</p><p>“Este es un procedimiento electivo, ¿verdad? Así que el paciente está inconsciente y con un tubo de respiración, por lo que es un procedimiento médico primero”, dijo Zuratti.</p><p>Lo que diferencia a Sedation Ink de otros es cómo la empresa está registrada tanto como estudio de tatuajes como centro médico, dijo Zuratti.</p><p>“Presentar esto ante la Junta Médica de Florida, contactar a las autoridades de licencias de establecimientos de tatuajes, estamos certificados con ambos departamentos, y tomó mucho trabajo construir esto”, dijo Zuratti. “Desde el primer día, seguridad, seguridad, seguridad, eso es lo que impulsamos todos los días”.</p><p>“Básicamente le administramos al paciente medicamentos a través de una vía intravenosa, se duerme y, una vez que está completamente dormido, se le coloca un tubo de respiración”, dijo Merkel.</p><p>Hasta ahora, la empresa ha realizado más de 50 procedimientos en el South Florida Surgical Center después de que los clientes reciben autorización de su médico primario, con una enfermera y un anestesiólogo monitoreando.</p><p>“No es diferente a recibir anestesia general para una cirugía plástica o cualquier otro tipo de procedimiento, como una colonoscopia”, dijo Merkel.</p><p>“La industria ha estado pidiendo esto durante mucho tiempo, pero obviamente no es para todos”, dijo el tatuador Francisco Gomez.</p><p>Durante siete años, Gomez ha tatuado a clientes y ha trabajado con Sedation Ink durante dos años.</p><p>“Mi primera reacción fue, ‘Antes de decir que sí a algo, ¿cómo funciona?’”, dijo Gomez.</p><p>Él, junto con un grupo de otros artistas, ayudó a diseñar tatuajes y cubrir el pecho de E.C.</p><p>“En el momento en que el cliente es puesto bajo anestesia, hay un reloj corriendo, y el médico no sale de la sala durante las siete horas completas”, dijo Gomez.</p><p>Zuratti dijo que quiere que Sedation Ink sea “conocido como un proveedor líder que se enfoca primero en la seguridad y luego en el tatuaje”.</p><p>Profesionales médicos y Sedation Ink subrayan que este es un procedimiento médico primero.</p><p>Howard dijo que las reacciones graves pueden variar desde problemas en las vías respiratorias hasta complicaciones pulmonares o cardíacas.</p><p>La mejor práctica es consultar primero con su médico y verificar la empresa que realiza el procedimiento.</p><p>El costo de Sedation Ink oscila entre $32,000 USD y $52,000 USD.</p>]]></content:encoded></item></channel></rss>