<?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>Tue, 14 Apr 2026 23:35:56 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Elections held in West Miami, Bay Harbor Islands]]></title><link>https://www.local10.com/news/local/2026/04/14/elections-held-in-west-miami-bay-harbor-islands/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/elections-held-in-west-miami-bay-harbor-islands/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A couple of elections were held in two Miami-Dade County municipalities on Tuesday. ]]></description><pubDate>Tue, 14 Apr 2026 23:35:12 +0000</pubDate><content:encoded><![CDATA[<p>A couple of elections were held in two Miami-Dade County municipalities on Tuesday. </p><p>In West Miami, voters cast their ballots for mayor and several city commission seats. </p><p>The mayoral race saw incumbent Eric Diaz-Padron face off against longtime former city manager Yolanda Aguilar. </p><p>Ultimately, Diaz-Padron won with 70.85% of the ballots cast. </p><p>The race for Commission Seat 1 went to Gustavo “Gus” Ceballos, who defeated George A. Lavin with 74.62% of the vote. </p><p>Seat 2’s election went to Juan M. Blanes with 71.46% of the vote. He defeated Fermin J. Belleau. </p><p>The race for Seat 4 was won by Victoria de la Torre with 70.79% of the votes, defeating Elsa Pelaez-Lopez.</p><p>Over in Bay Harbor Islands, voters selected a new town council member. </p><p>In that race, Elchonon Shagalov defeated Gustavo Ortega by a narrow margin of 54.73% of the votes to 45.27%. </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/T5BSRAUCTBBCHN6ALTJG5DP77U.jpg?auth=cefe0c37560f24cc078f3479c1abb9f7c2d453b68117135379eff40df9e9954c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Republican Clay Fuller sworn in to take House seat formerly held by Marjorie Taylor Greene]]></title><link>https://www.local10.com/news/politics/2026/04/14/republican-clay-fuller-sworn-in-to-take-house-seat-formerly-held-by-marjorie-taylor-greene/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/14/republican-clay-fuller-sworn-in-to-take-house-seat-formerly-held-by-marjorie-taylor-greene/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 23:32:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Republican Rep. Clay Fuller of Georgia was sworn into office Tuesday after winning a special election to take the congressional seat formerly held by Marjorie Taylor Greene.</p><p>Fuller represents a deep red district in northwest Georgia and has sought to align himself with President Donald Trump as much as possible. Fuller will serve out the remaining months of Greene’s term, maintaining Republicans’ slim majority in the House.</p><p>Greene resigned her seat after a contentious public fallout with Trump that has shown no signs of letting up despite her exodus from Congress.</p><p>“You have sent a warrior to Congress and I can't wait to fight for you each and every day,” Fuller said to his constituents as he addressed the House. “To my Democratic colleagues, I look forward to working with each and every one of you.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VJ3IVQSCQBE7YSAA4TMVJFXUVA.jpg?auth=3cf510918efb1f1f547ce700d1fe08dec707490311ebfa89485df9d3980c1c0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Republican Clay Fuller speaks during an election night watch party after winning a special election for Georgia's 14th Congressional District, Tuesday, April 7, 2026, in Ringgold, Ga. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Orioles manager Craig Albernaz returns — with a broken jaw — a day after being hit by a foul ball]]></title><link>https://www.local10.com/sports/2026/04/14/orioles-manager-craig-albernaz-returns-with-a-broken-jaw-a-day-after-being-hit-by-a-foul-ball/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/14/orioles-manager-craig-albernaz-returns-with-a-broken-jaw-a-day-after-being-hit-by-a-foul-ball/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 23:31:06 +0000</pubDate><content:encoded><![CDATA[<p>BALTIMORE (AP) — With a big bruise on the right side of his face and several fractures, Baltimore Orioles manager Craig Albernaz was back at the ballpark a day after being hit by a foul ball in the dugout.</p><p>“I can't blow my nose for six weeks, because one of the fractures is kind of like where my orbital bone is,” he said. “If I blow my nose it's going to go up into my eye.”</p><p>Albernaz said he has over a half-dozen fractures in his cheek area and a broken jaw, but he was relieved to avoid surgery and said he doesn't need his jaw wired. Albernaz joked he might grab a Ravens helmet from his desk to wear in the dugout.</p><p>Albernaz, in his first season as Baltimore's manager, was in the part of the dugout closest to the on-deck circle when Jeremiah Jackson's foul ball struck him in the fifth inning Monday night. He returned to the dugout an inning later when Jackson hit a grand slam, but he ultimately ended up listening to the game on the radio en route to a hospital, where he says he remained until about midnight.</p><p>“I was trying to get back out there after my concussion protocol was fine, but they wanted me to get a CT scan,” Albernaz said. “I was trying to get it after the game, but obviously the medical team has better judgment than I do.”</p><p>He was back in the dugout Tuesday, but the healing process could take time.</p><p>“Six weeks of soft foods,” Albernaz said. “Can't do anything strenuous.”</p><p>Including argue with umpires?</p><p>“Medically speaking, yeah I probably shouldn't,” he said. “I think everything gets thrown out the window when that first pitch happens.”</p><p>The Orioles also announced that infielder Jackson Holliday was recalled from his rehab assignment Monday because of mild right wrist soreness. The team said that's not uncommon following hamate surgery. He will be shut down for a few days.</p><p>Albernaz has been loath to give timelines on players returning from injury so as not to create added pressure.</p><p>“I said I don't believe in timelines, and this is a perfect example of that. It all depends on the player,” he said. “It's great to see Jackson being communicative and open at every turn.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NNG737GCPBIJMRG73PANJIPPP4.jpg?auth=b8760f866df12e39fbdb3b10dc676611cf2d29fa25d22e1b30e22461ab0e2c4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Baltimore Orioles manager Craig Albernaz talks to media in the dugout before a baseball game against the Chicago White Sox in Chicago, Wednesday, April 8, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[In apparent flub, Energy Secretary Wright says US heading 'in the wrong direction']]></title><link>https://www.local10.com/news/politics/2026/04/14/in-apparent-flub-energy-secretary-wright-says-us-heading-in-the-wrong-direction/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/14/in-apparent-flub-energy-secretary-wright-says-us-heading-in-the-wrong-direction/</guid><dc:creator><![CDATA[By MATTHEW DALY, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 23:33:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Energy Secretary Chris Wright raised eyebrows Tuesday after saying the country “looks like we’re going in the wrong direction” in remarks hailing a new natural gas pipeline project.</p><p>Speaking at a groundbreaking for a project that will transport natural gas from Pennsylvania into New York City and Long Island, Wright said President Donald Trump “is about driving down costs for Americans and driving up job opportunities and wages for Americans.”</p><p>Moments later, Wright apparently misspoke as he said, “Just because it looks like we’re going in the wrong direction doesn’t mean that’s the direction we are going.”</p><p>The Energy Department later posted excerpts of Wright's speech that did not include the “wrong direction” comment.</p><p>The apparent gaffe comes a month after Wright posted a video on social media that claimed the U.S. Navy had helped an oil tanker through the Strait of Hormuz. The strait is a key access point for oil and natural gas shipments in the Middle East and has been largely blocked during the Iran war. The video was quickly taken down, and officials blamed Wright's staff for the error.</p><p>On Tuesday, Wright and other Trump officials spoke at a groundbreaking in Brooklyn for the Northeast Supply Enhancement Pipeline. Officials said the project, to be developed by the Williams Companies, will provide affordable and reliable energy for millions of Americans in the region.</p><p>The project is an expansion of an existing pipeline system across Pennsylvania, New Jersey and New York and was a priority for the Trump administration.</p><p>The project, along with another Williams pipeline, the Constitution Pipeline, was long blocked over environmental concerns. The Trump administration, which has emphasized development of oil and gas infrastructure, pushed to restart efforts to build the pipelines.</p><p>The restarts came shortly after the Trump administration withdrew its opposition to a massive wind project off Long Island that New York Democratic Gov. Kathy Hochul championed.</p><p>Hochul agreed to review the pipeline projects last year amid intense lobbying from the Trump administration. Hochul denied any deal connecting the wind farm and gas pipelines, saying in a statement that she “ will work with the administration and private entities on new energy projects that meet the legal requirements under New York law.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FIEJ43XH7R2CVRHPCITKMBB6RM.jpg?auth=1a035228bdbc0803cce65552b2c31036047d0ddaf3b3ceeeac0f01bb088b953c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chris Wright, Secretary of Energy, speaks during an announcement for a new data center Friday, March 20, 2026, in Piketon, Ohio. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item><item><title><![CDATA[Former Miami-Dade School Board member Lubby Navarro headed to prison after guilty plea in theft case]]></title><link>https://www.local10.com/news/local/2026/04/14/former-miami-dade-school-board-member-lubby-navarro-headed-to-prison-after-guilty-plea-in-theft-case/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/former-miami-dade-school-board-member-lubby-navarro-headed-to-prison-after-guilty-plea-in-theft-case/</guid><dc:creator><![CDATA[Liane Morejon, Chris Gothner]]></dc:creator><description><![CDATA[Former Miami-Dade School Board Vice Chair Lubby Navarro is headed to prison after pleading guilty to grand theft on Tuesday.]]></description><pubDate>Tue, 14 Apr 2026 14:53:53 +0000</pubDate><content:encoded><![CDATA[<p>Former Miami-Dade School Board Vice Chair <a href="https://www.local10.com/topic/Lubby_Navarro/" target="_self" rel="" title="https://www.local10.com/topic/Lubby_Navarro/">Lubby Navarro</a> is headed to prison.</p><p><a href="https://www.local10.com/espanol/2026/04/14/exmiembro-de-la-junta-escolar-de-miami-dade-va-a-prision-tras-declararse-culpable-en-caso-de-robo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/exmiembro-de-la-junta-escolar-de-miami-dade-va-a-prision-tras-declararse-culpable-en-caso-de-robo/">Leer en español</a></p><p>As part of a deal with prosecutors, the 51-year-old former elected official pleaded guilty on Tuesday to a third-degree grand theft charge in connection with <a href="https://www.local10.com/news/local/2024/01/11/former-miami-dade-school-board-member-lubby-navarro-arrested/" target="_self" rel="" title="https://www.local10.com/news/local/2024/01/11/former-miami-dade-school-board-member-lubby-navarro-arrested/">a 2024 corruption case</a> in which authorities accused her of racking up about $100,000 in personal purchases on a district credit card.</p><p>Prosecutors alleged Navarro used the official card to buy food, groceries, appliances, vacations and more. </p><p>At least two of the purchases veered into the bizarre: Investigators said she bought a pair of “artificial silicone pregnancy bellies” after a breakup with her boyfriend in an apparent attempt by the then-48-year-old to convince him she was expecting, during a period in which she followed and harassed him.</p><p>Before the breakup, authorities allege she used the district card to buy items for his Hollywood smoothie business.</p><p>As part of Navarro’s plea, prosecutors agreed to drop an additional grand theft charge, plus two organized fraud charges. Under the agreement, she’s sentenced to spend 14 months in prison followed by probation.</p><p>“I just accepted full responsibility for my actions,” she said in court. “I can now begin to put this behind me and serve the time that I have accepted to be able to repair and apologize sincerely to my entire community for all of my actions.”</p><p>She’ll also have to pay more than $101,000 in restitution.</p><p>Navarro’s three-year probation term can be terminated halfway through for good behavior. She’s prohibited from running for office ― but only during that term ― meaning it’s possible that South Florida hasn’t seen the last of Navarro in public office.</p><p>“This community is really embracing of those who recognize their wrongdoing and strive to do better,” Ben Kuehne, Navarro’s attorney, said. “We have seen many situations that are sad, but that turn into positives. We expect Lubby is going to be one of those situations.”</p><p>Authorities took Navarro into custody immediately after Tuesday’s court hearing.</p><p>Miami-Dade State Attorney Katherine Fernandez Rundle issued a statement after the plea Tuesday, saying in part that Navarro has “admitted her guilt and has accepted her sentence” instead of “seeking to avoid the consequences of her actions.”</p><p>“Let there be no doubt that I and my public corruption team of prosecutors and investigators will continue ensuring that our government operates for the people of Miami-Dade County, not for the financial benefit of those holding office or position,” Fernandez Rundle said.</p><p>If Navarro does want to run for office in the future, she’ll have to get her rights restored first as a convicted felon.</p><p>Kuehne said for now, Navarro will focus on completing her prison sentence and rehabilitation.</p><blockquote><p><i>Community trust is the foundation of Miami-Dade County Public Schools (M-DCPS). We are committed to the highest standards of fiscal stewardship for our students. It was M-DCPS that first identified these discrepancies and provided the information that led to the investigation and current legal resolution. To ensure this does not happen again, M-DCPS and the School Board implemented additional safeguards for all credit card expenditures. We appreciate the partnership of the Inspector General and State Attorney in upholding the integrity of our District.</i></p><p class="citation">Miami-Dade County Public Schools</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[California woman says she was raped by Rep. Eric Swalwell in 2018]]></title><link>https://www.local10.com/news/politics/2026/04/14/california-woman-says-she-was-raped-by-rep-eric-swalwell-in-2018/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/14/california-woman-says-she-was-raped-by-rep-eric-swalwell-in-2018/</guid><dc:creator><![CDATA[By CHRISTOPHER WEBER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 19:26:52 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A California woman on Tuesday said she was raped by Rep. Eric Swalwell in 2018 and now plans to make a report to law enforcement.</p><p>Lonna Drewes said during a news conference that the assault occurred at a hotel in Southern California. She said she had one glass of wine that evening and believes Swalwell drugged her before raping her. Swalwell dropped out of the California governor’s race on Sunday and said he would resign from Congress this week following earlier allegations of sexual assault from a different woman.</p><p>“I did not consent to any sexual activity,” Drewes said.</p><p>Attorney Sara Azari released a statement Tuesday on Swalwell’s behalf saying he “categorically and unequivocally denies each and every allegation of sexual misconduct and assault that has been leveled against him.” She pledged to ”pursue every available legal remedy against those responsible for orchestrating this reprehensible campaign of lies.”</p><p>—-</p><p>EDITOR’S NOTE: This story includes discussion of sexual assault. If you or someone you know needs help, please call 1-800-656-4673 for the national sexual assault hotline in the U.S.</p><p>—-</p><p>Drewes’ allegation comes a day after Swalwell said he would resign from Congress following other allegations of sexual misconduct, including at least two other alleged incidents of nonconsensual sex. Other women have accused him of sending them inappropriate messages and nude photos. Swalwell denied the prior accusations of sexual assault but said he had made unspecified errors in judgment.</p><p>Drewes said she did not undergo a rape kit but disclosed the alleged assault to people close to her and documented it in her journal. She said she discussed the alleged rape during therapy sessions at a sexual assault center in Connecticut.</p><p>Attorney Lisa Bloom said those journal entries, along with text messages and photographs, will be included in the forthcoming report to the Los Angeles County Sheriff’s Department.</p><p>Drewes said she was working as a model and owned a fashion software company based in Beverly Hills when she met Swalwell. He offered to help her with connections to further her company and knew she had an interest in local politics.</p><p>She had met him twice before the night when she says he raped her. That night, the two met at a restaurant opening and were set to attend a political event, she said. On their way to the event, Drewes said Swalwell wanted to stop back at his hotel room to get some paperwork. By the time they reached the room, she said her limbs felt heavy and she felt like she had been drugged.</p><p>Swalwell raped her and later choked her, causing her to lose consciousness, she said.</p><p>In a letter read on the House floor, Swalwell said his resignation is effective as of 2 p.m. Tuesday.</p><p>“I am deeply sorry to my family, staff and constituents for mistakes in judgment I have made in my past. I will fight the serious, false allegations made against me,” a clerk said in reading the letter. “However I must take responsibility and ownership for the mistakes I did make.”</p><p>Swalwell’s abrupt downfall followed allegations published in the San Francisco Chronicle and later by CNN.</p>]]></content:encoded></item><item><title><![CDATA[Supertifón Sinlaku azota remotas islas de EEUU en el Pacífico]]></title><link>https://www.local10.com/espanol/2026/04/14/supertifon-sinlaku-azota-remotas-islas-de-eeuu-en-el-pacifico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/supertifon-sinlaku-azota-remotas-islas-de-eeuu-en-el-pacifico/</guid><dc:creator><![CDATA[Por JOHN SEEWER, KATHY McCORMACK y JENNIFER SINCO KELLEHER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 22:33:29 +0000</pubDate><content:encoded><![CDATA[<p>Un supertifón azotó un par de remotas islas de Estados Unidos en el océano Pacífico con feroces vientos y lluvias incesantes, arrancando los techos de lámina de algunas viviendas y obligando a los residentes a resguardarse mientras las ramas de los árboles salían volando.</p><p>El supertifón Sinlaku golpeó las Islas Marianas del Norte durante varias horas la madrugada del miércoles, desacelerándose apenas lo suficiente para infligir más daño en las islas de Tinian y Saipan, donde residen alrededor de 50.000 personas.</p><p>“Supongo que nada que esté hecho de madera y lámina sobrevivió a esto”, declaró Glen Hunter, quien creció en Saipan y vio pasar volando al menos tres techos de lámina por su patio.</p><p>Hunter, quien ha visto el paso de varios tifones por la isla, declaró a The Associated Press que este se sintió como el más fuerte hasta ahora. La lluvia se filtraba por cada rendija de su vivienda de concreto, explicó.</p><p>“Fue una batalla perdida porque la lluvia entraba por todas partes”, indicó a primera hora del miércoles. “Todas las casas están simplemente inundadas, sin importar en qué tipo de estructura estés”.</p><p>El tifón tropical —el más fuerte registrado este año— alcanzó vientos sostenidos de hasta 240 km/h (150 mph) al momento de tocar tierra en las islas, informó el Servicio Meteorológico Nacional de Estados Unidos.</p><p>Vientos con fuerza de tormenta tropical y lluvias torrenciales también provocaron inundaciones repentinas en Guam, un territorio estadounidense que cuenta con varias instalaciones militares y alrededor de 170.000 residentes, señaló el servicio meteorológico.</p><p>Aunque las ráfagas de viento perdieron un poco de fuerza en las islas Marianas a primera hora del miércoles y la tormenta empezó a desplazarse hacia el norte, las condiciones no mejoraron de inmediato, informó el servicio meteorológico.</p><p>Una vez que amaneció, la magnitud de los daños seguía sin quedar clara debido a que las condiciones en el exterior seguían siendo inseguras, señaló Ed Propst, un exlegislador en Saipan que trabaja en la oficina del gobernador.</p><p>Dijo que escuchó “golpes y estruendos durante toda la noche”.</p><p>“Hasta ahora no hemos sabido de ninguna muerte —tocamos madera”, subrayó, y atribuyó la falta de víctimas fatales al hecho de que los residentes hicieron caso a las advertencias de buscar refugio si no estaban dentro de una vivienda de concreto.</p><p>El tifón se desacelera y aumenta el riesgo de daños generalizados</p><p>La velocidad de la tormenta se redujo drásticamente al acercarse a las islas.</p><p>“No va a ser una noche fácil para nadie en Tinian o Saipan. Será una noche ruidosa”, dijo Landon Aydlett,del servicio meteorológico. Muchas personas “se despertarán en una isla diferente”, añadió durante una transmisión por Facebook.</p><p>Saipan es la capital de las Islas Marianas del Norte y es conocida conocida por sus complejos turísticos y campos de golf.</p><p>El alcalde Ramon “RB” Jose Blas Camacho dijo la noche del martes que las intensas lluvias y vientos alrededor de Saipan dificultaban el acceso a personas que necesitaban de asistencia.</p><p>“Hay cosas volando de un lado a otro”, indicó.</p><p>Lo peor de la tormenta llegó en medio de la noche y se tenía previsto que continuara al menos hasta el amanecer del miércoles, indicó el servicio meteorológico. Si bien se prevé que el meteoro se debilite ligeramente en los próximos días, Sinlaku atravesaba las islas como un tifón de categoría 4.</p><p>El “Callejón de los Tifones”</p><p>En Guam, donde el tifón Mawar provocó un apagón de varios días en 2023, oficiales militares de Estados Unidos advirtieron al personal que se refugiara en interiores. El ejército controla aproximadamente una tercera parte de Guam, un centro crucial para las fuerzas de Estados Unidos en el Pacífico.</p><p>Antes de desviarse hacia las Marianas del Norte, la tormenta dejó daños significativos a su paso por las islas exteriores y atolones de Chuuk, en los Estados Federados de Micronesia, informó Aydlett desde su estación del servicio meteorológico en Guam.</p><p>La región es conocida por los habitantes locales como el “Callejón de los Tifones”.</p><p>Saipan --que depende del turismo y fue escenario de una de las batallas más cruentas de la Segunda Guerra Mundial en el Pacífico-- estaba en proceso de recuperación tras el paso del supertifón Yutu en 2018 cuando llegó la pandemia de COVID-19, relato Hunter, quien destacó que la economía aún no se recupera por completo desde entonces.</p><p>El presidente Donald Trump aprobó declaraciones de emergencia por desastre para Guam y las Marianas antes de la llegada de la tormenta. La Agencia Federal para el Manejo de Emergencias (FEMA, por sus siglas en inglés) anunció que coordina el apoyo entre varias agencias.</p><p>Los supertifones equivalen a huracanes de categoría 4 o 5 en el Atlántico, con vientos de al menos 240 km/h (150 mph). El Centro Conjunto de Alerta de Tifones en Guam ha identificado más de 300 supertifones en los últimos 80 años.</p><p>Los tifones son “muy comunes” en el Pacífico, pero la temporada alta es similar a la temporada de huracanes del Atlántico, que va del verano al otoño, dijo Jason Nicholls, meteorólogo internacional para AccuWeather.</p><p>“Como hemos visto este año, se pueden tener sistemas tropicales en el Pacífico occidental en cualquier época del año”, dijo Nicholls. “Pero que ocurran en abril es un poco inusual”.</p><p>___</p><p>Los periodistas de The Associated Press Patrick Whittle en Portland, Maine; Gabriela Aoun Angueira en San Diego; y Seth Borenstein en Washington contribuyeron con este despacho.</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/F3VOC4UTM77ZRVZAAFOQ2ERYAU.jpg?auth=8003b0920ef75f193725a8ac5af30e9eeabd9c0abc951fef27a98f586977ba0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta imagen cortesía de Glen Hunter se pueden ver las palmeras azotadas por los fuertes vientos de un supertifón, el martes 14 de abril de 2026, en la isla de Saipán. (Glen Hunter vía AP)]]></media:description></media:content></item><item><title><![CDATA[Wynwood business district employee accused of corruption]]></title><link>https://www.local10.com/news/local/2026/04/14/wynwood-business-district-employee-accused-of-corruption/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/wynwood-business-district-employee-accused-of-corruption/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[The former interim director of the Wynwood Business Improvement District is facing more than two dozen counts of grand theft and a charge of organized fraud.]]></description><pubDate>Tue, 14 Apr 2026 22:18:25 +0000</pubDate><content:encoded><![CDATA[<p>The former interim director of Miami’s Wynwood Business Improvement District is facing more than two dozen counts of grand theft and a charge of organized fraud.</p><p>Florentino Antonio Diaz, 45, of Coral Gables, was booked into the Turner Guilford Knight Correctional Center on Tuesday. </p><p>According to prosecutors, in April of 2025, the autonomous municipal board representing 400 property owners in the 50 city-block Arts District switched banks. </p><p>Diaz, who was assigned to spearhead the transfer of funds, is accused of forging the vice chairman’s signature on a fraudulent letter asking the bank they were transferring funds from to deposit a final interest payment of more than $46,000 directly to him, then resigning from his position shortly after. </p><p>Then on June 11, a Miami Police Department Economic Crimes Unit detective contacted the State Attorney Office’s Public Corruption Unit Task Force and asked them to review the case “due to the political ties between the Wynwood BID and the city of Miami.”</p><p>Once the bank was made aware, it reimbursed the Wynwood BID for the full amount investigators say Diaz diverted.</p><p>They started to check other bank records and found other transactions Diaz initiated that “appeared irregular and indicative of potentially fraudulent activity.” </p><p>A total of 26 questionable wire transfers to Diaz’s bank account, totaling more than $146,000, were found. </p><p>Diaz is also accused of pocketing a $9,000 accidental overpayment to its auditing firm.</p><p>As of Tuesday afternoon, he remained behind bars at TGK on a bond of $46,000. </p><p>The Wynwood BID released a statement to Local 10 News which can be read below:</p><blockquote><p><i>The Wynwood Business Improvement District’s Board Chair and signatories identified financial discrepancies and called for an independent audit, which confirmed that approximately $192,000 in unauthorized financial transactions were done by a former employee. Upon discovery, the Wynwood BID Board immediately notified law enforcement and legal counsel. The matter was referred to the State Attorney’s office, and the individual no longer works for the Wynwood BID.</i></p><p><i>Approximately $46,000 has been recovered to date, and efforts to recover additional funds will continue through legal channels.</i></p><p><i>In response, the BID has implemented comprehensive new internal controls, including dual authorization requirements for all electronic payments, separation of transaction initiation and approval functions, independent monthly review of all payment activity by Board members, restricted bank access with multifactor authentication, and formalized financial policies across all disbursement processes.</i></p><p><i>Our board oversight worked as intended. When our leadership identified concerns, we took immediate action to investigate and address them. We’ve implemented strong safeguards to prevent this from happening again. All Wynwood BID programs and services, including safety, cleanliness, marketing, and economic development initiatives, continue without interruption. The organization remains financially sound and committed to our mission of serving the Wynwood community.</i></p><p class="citation">Wynwood Business Improvement District</p></blockquote><p><b>ABOUT THE WYNWOOD BID</b></p><p>Since 2013, the Wynwood Business Improvement District, a municipal board of the City of Miami representing more than 400 property owners that comprise the 50-city-block Arts District, aims to build upon Wynwood’s role as a globally recognized center for arts, innovation and culture. It works to enhance security and sanitation services in the neighborhood, advocate for the betterment of the area, raise awareness of advancements being made, and plan for the future of Wynwood.</p><p>More: <a href="https://wynwoodmiami.com/learn/our-story/" rel="">https://wynwoodmiami.com/learn/our-story/</a></p><p>Wynwood BID Map: <a href="https://wynwoodmiami.com/wp-content/uploads/02.05.18-WYNWOOD-BID-MAP.pdf" rel="">https://wynwoodmiami.com/wp-content/uploads/02.05.18-WYNWOOD-BID-MAP.pdf</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[Naples wildfire burns about 1,700 acres ]]></title><link>https://www.local10.com/news/local/2026/04/13/crews-battle-wildfire-burning-in-naples/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/13/crews-battle-wildfire-burning-in-naples/</guid><dc:creator><![CDATA[Jolena Esperto, Nicole Perez, Samiar Nefzi]]></dc:creator><description><![CDATA[First responders are working to extinguish a wildfire in Collier County.]]></description><pubDate>Mon, 13 Apr 2026 22:27:53 +0000</pubDate><content:encoded><![CDATA[<p>First responders are working to extinguish a wildfire in Collier County.</p><p><a href="https://www.local10.com/espanol/2026/04/14/combaten-incendio-forestal-en-naples/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/combaten-incendio-forestal-en-naples/">Leer en español</a></p><p>The Florida Forest Service responded to the wildfire burning in Naples on Monday.</p><p>Officials said the fire erupted at about 9 a.m. at Picayune Park. </p><p>As of Tuesday evening, officials said the fire was 40% contained and had spread to 1,700 acres. </p><p>“It’s been really difficult to get to quickly and efficiently,” Jesse Lavender, a mitigation specialist with the Florida Forest Service, said. </p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fcolliersheriff%2Fposts%2Fpfbid0rfcybgR8Sa3bi4yb4b4pB872PHY5wLAZ3jhHuDRjZW127dvNoey9UuHfng5s57QEl&show_text=true&width=500" width="500" height="626" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p>Footage captured from I-75 traffic cameras showed thick clouds of smoke billowing from the area. </p><p>“Pretty crazy to see something this crazy going on in my neighborhood,” resident Stan Rosendahl said.</p><p>This comes as Naples is under extreme drought conditions.</p><p>Officials are taking caution as windy conditions could cause the flames to spread. </p><p>Evacuation orders have been issued for about 150 residents in the area and shelters have been opened. Some horses were also evacuated from the area. </p><p>The Collier County Sheriff’s Office said evacuations have been lifted for the Forest Glen community, but evacuation orders are still in place for Stable Way, Newman Drive, Barton Gilba Drive, Benfield Road and Le Buffs Road.</p><p>Officials warn people not to operate drones in the area as it “impedes the safety of the first responders and interferes with fire operations.”</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[Police: Student arrested after bringing BB gun to Lauderhill school ]]></title><link>https://www.local10.com/news/local/2026/04/14/bcps-student-arrested-facing-disciplinary-measures-at-school-after-weapon-brought-on-campus/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/bcps-student-arrested-facing-disciplinary-measures-at-school-after-weapon-brought-on-campus/</guid><dc:creator><![CDATA[Amanda Batchelor, Hannah Yechivi]]></dc:creator><description><![CDATA[A middle school student has been arrested after he brought a BB gun to school Monday, Lauderhill police confirmed Tuesday to Local 10 News. ]]></description><pubDate>Tue, 14 Apr 2026 13:02:05 +0000</pubDate><content:encoded><![CDATA[<p>A middle school student has been arrested after he brought a BB gun to school Monday, Lauderhill police confirmed Tuesday to Local 10 News. </p><p><a href="https://www.local10.com/espanol/2026/04/14/policia-arrestan-a-estudiante-tras-llevar-pistola-de-balines-a-escuela-de-lauderhill/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/policia-arrestan-a-estudiante-tras-llevar-pistola-de-balines-a-escuela-de-lauderhill/">Leer en español</a></p><p>The Parkway Middle School student, who appeared in juvenile court Tuesday morning, has been suspended from school until further notice and was ordered to stay away from the campus. </p><p>The boy was in court with his father and is not being held in juvenile detention. </p><p>He is scheduled to appear in court again on May 18. </p><p>According to police, officers were called to the school, located at 3600 NW Fifth Court, at about 7:30 a.m. Monday after the school resource officer was notified by a school behavioral technician that a student had been displaying what appeared to be a weapon prior to boarding a school bus.</p><p>Police said the student was found running through school grounds when he arrived on campus, and he was detained by the school officer.</p><p>A handgun-style BB gun was then found in his backpack, authorities said. </p><p>Police said the student is facing charges of possession of a weapon on school grounds and possession of a BB gun by a minor under age 16. </p><p>According to BCPS, the student is also facing “appropriate disciplinary measures in accordance with the Code Book for Student Conduct.”</p><p>BCPS confirmed that a tip from a student and parent led to the <a href="https://www.local10.com/news/local/2026/04/13/student-tip-leads-to-weapon-discovery-lockdown-at-broward-middle-school/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/13/student-tip-leads-to-weapon-discovery-lockdown-at-broward-middle-school/">potentially dangerous discovery at the Lauderhill school</a>.</p><p>Interim Principal Ackimo Charles said in a message to parents, in part, “We received information from a student and parent about a possible weapon on campus. We immediately placed our school on Lockdown and notified our School Resource Officer and security team, who safely handled the situation and confiscated the weapon.”</p><p>“He told me he was going to bring it to school, but I told him not to do it, but he still went ahead,” a student told Local 10 News. “And one of my other friends told him not to do it.”</p><p>After police got involved, the lockdown was lifted and school operations continued as normal.</p><p>Charles praised the student and parent who reported the weapon, saying that the idea of “see something, say something” worked in this particular situation.</p><p>Craig McQueen, a former assistant chief for the Miami Police Department, told Local 10 that the situation could have had far more serious consequences.</p><p>“Now he could possibly have a criminal record that’s gonna follow him for the rest of his life. Why? To show off a gun? To be braggadocios for just a few minutes?” McQueen asked. </p><p>McQueen questioned how the student obtained the BB gun in the first place and stressed the role of parents in preventing incidents like this.</p><p>“These parents should be held accountable for their kids’ actions,” he said.</p><p>He also praised those who came forward to report the weapon, saying it helped prevent a worse outcome.</p><p>“I am happy that the kids who saw this reported it and no further injury or any major thing happened because people spoke up. They saw something, they said something,” McQueen said.</p><p>McQueen also emphasized how parents should handle access to weapons.</p><p>“If you want to buy your child a weapon, BB gun or whatever, please, take it to the right location,” he said. “Take it to the gun range with your supervision. Don’t allow the child to take the gun out of your presence. This is a kid that’s now facing serious criminal issues.” </p><p>Police confirmed no injuries were reported during the incident and there is “no ongoing threat to the school.” </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[Dutch king, queen make stop in Miami during US visit]]></title><link>https://www.local10.com/news/local/2026/04/14/dutch-king-queen-make-stop-in-miami-during-us-visit/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/dutch-king-queen-make-stop-in-miami-during-us-visit/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[When royalty is in town, you’ve got to show them what makes Miami, Miami.]]></description><pubDate>Tue, 14 Apr 2026 21:57:45 +0000</pubDate><content:encoded><![CDATA[<p>When royalty is in town, you’ve got to show them what makes Miami, Miami.</p><p>The Dutch royal couple, King Willem Alexander and Queen Máxima Zorreguieta including the Magic City on their three-day visit to the United States. </p><p>On Tuesday at the Perez Art Museum, they were greeted by Florida Secretary of State Cord Byrd.</p><p>The royal pair spent Monday night in Washington D.C. at the White House. </p><p>Traveling from Pennsylvania Avenue to Calle Ocho, the Dutch royals were just some of the many European tourists visiting sunny South Florida this week.</p><p>The Dutch royal house released a statement regarding their time in Miami, which said: </p><p>“The visit offers an opportunity, in the year that the US celebrates 250 years of independence, to reflect on the deep historical and cultural ties between the Kingdom of the Netherlands and the US.”</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[Republicans are moving to fund Homeland Security 'the hard way' after end of talks]]></title><link>https://www.local10.com/news/politics/2026/04/14/republicans-are-moving-to-fund-homeland-security-the-hard-way-after-end-of-talks/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/14/republicans-are-moving-to-fund-homeland-security-the-hard-way-after-end-of-talks/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 21:54:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Republicans in Congress are forging ahead with a risky go-it-alone strategy for fully funding the Department of Homeland Security, which has been shut down for almost two months as Democrats demand changes to President Donald Trump’s broad campaign of immigration enforcement.</p><p>Senate Majority Leader John Thune said Tuesday that Republicans will try to pass the money for Immigration and Customs Enforcement and Customs and Border Protection “ the hard way.” That means bypassing Democrats, who say a funding bill should place restraints on federal immigration authorities, including better identification for federal officers and more use of judicial warrants.</p><p>Democrats will now get “none of that,” Thune said, after bipartisan negotiations stalled. Republicans are instead preparing a partisan bill that they will try to pass under a complicated, time-consuming maneuver called budget reconciliation that only requires a simple majority vote in the 53-47 Senate.</p><p>The process could be messy. Thune, R-S.D., is pushing for a narrow bill that would only include money for ICE and CBP in an effort to reopen the department quickly. But some of his Republican colleagues are likely to push to add other unrelated priorities.</p><p>Democrats say they will continue to insist on reforms to the agencies.</p><p>“Americans want ICE and Border Patrol reined in,” Senate Democratic Leader Chuck Schumer, D-N.Y., said.</p><p>Thune hopes for a ‘narrow’ bill</p><p>Thune and GOP leaders have said they want to speed the legislation through Congress with only the Homeland Security funding so that the department can reopen as quickly as possible.</p><p>Wyoming Sen. John Barrasso, the No. 2 Republican, and Senate Budget Committee Chairman Lindsey Graham, R-S.C., discussed that strategy with Trump at a White House meeting Friday. Barrasso posted afterward that “President Trump set a deadline of June 1 to get to his desk a focused reconciliation bill that funds ICE and Border Patrol.”</p><p>Trump appeared to be on board, posting on his social media site that “we are moving FAST and FOCUSED in keeping our Border SECURE!”</p><p>But it won’t be easy to keep senators — or the House — from trying to add other items to the bill.</p><p>Trump has been pushing his strict proof-of-citizenship bill, the SAVE Act, and the White House could soon request billions of dollars for the Iran war. Farm-state senators have been hoping to move a wide-ranging farm bill to boost the agricultural economy. And some Republicans say they should cut other programs to pay for the legislation, which could cost around $75 billion.</p><p>Republican leaders say they would do a second partisan budget reconciliation bill to deal with some of those issues. But many in the conference are skeptical that could happen this year, especially with thin GOP margins in both chambers and an election approaching.</p><p>“We’re looking at the narrow vision,” said GOP Sen. John Hoeven of North Dakota after Republicans held a lunch meeting about the bill Tuesday. “Now, do people have other ideas? Of course.”</p><p>Lengthy DHS shutdown has no clear end</p><p>The Homeland Security Department has been shut down since mid-February.</p><p>After federal agents shot two protesters in Minneapolis in January, Trump agreed to a Democratic request that the Homeland Security bill be separated from a larger spending measure that became law as the two sides negotiated. But the DHS funding lapsed with no agreement on changes to his administration’s immigration enforcement tactics.</p><p>In March, the Senate passed legislation by voice vote that would separate out ICE and Customs and Border Protection and fund the rest of the department, including the Transportation Security Administration as security lines grew long at some airports. But Republicans in the House refused to vote for it, saying they wouldn’t support any bill that didn’t include money for immigration enforcement.</p><p>Congress then left town for a two-week recess, leaving the issue unresolved. Trump has used executive orders to pay some department salaries in the meantime, but that is not a permanent solution.</p><p>During the recess, Thune and House Speaker Mike Johnson announced that they would pursue a two-track approach — pass the Senate bill that includes most of the department's funding through regular order and use the party-line bill to pass ICE and CBP funding. But it remains unclear if Johnson will be able to persuade his members to go along with that approach.</p><p>After returning to Washington this week, Thune said Republicans will try to use the budget bill to fund the agencies for three years, circumventing annual spending bills in an effort to prevent another shutdown during Trump’s term.</p><p>The agencies would be funded “not only today but well into the future,” Thune said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P3OMURJIYCRNJTTQMELTAPLP4Q.jpg?auth=345288985af9b630263cbf5a3c0f8b39145e23c133570c1234bb2de81f828fdf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Majority Leader John Thune, R-S.D., speaks to reporters at the Capitol in Washington, Tuesday, April 14, 2026. (AP Photo/J. Scott Applewhite)]]></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/W7YNZXPFYFYNSAWVBYO4MIVM6I.jpg?auth=257502d7e5eaef71b9fdbd197f23586d410b4cad282ae6c2f5c4d39340d9afd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Minority Leader Chuck Schumer, D-N.Y., holds papers following a closed-door strategy session, at the Capitol in Washington, Tuesday, April 14, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[FBI divulga nuevos detalles sobre balacera contra Offset fuera de Hard Rock y pide información]]></title><link>https://www.local10.com/espanol/2026/04/14/fbi-divulga-nuevos-detalles-sobre-balacera-contra-offset-fuera-de-hard-rock-y-pide-informacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/fbi-divulga-nuevos-detalles-sobre-balacera-contra-offset-fuera-de-hard-rock-y-pide-informacion/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La oficina del FBI en Miami dio a conocer el martes más detalles sobre un tiroteo ocurrido a las afueras del Seminole Hard Rock Hotel & Casino en Hollywood, en el que resultó herido el rapero Offset.]]></description><pubDate>Tue, 14 Apr 2026 17:27:32 +0000</pubDate><content:encoded><![CDATA[<p>La oficina del FBI en Miami divulgó el martes nuevos detalles sobre una balacera ocurrida fuera del Seminole Hard Rock Hotel &amp; Casino en Hollywood que dejó al rapero Offset herido.</p><p>Los agentes están solicitando a cualquier persona con información sobre la balacera que se presente.</p><p>Según el FBI, la <a href="https://www.local10.com/espanol/2026/04/07/rapero-offset-resulta-herido-en-tiroteo-frente-al-hard-rock-de-hollywood-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/07/rapero-offset-resulta-herido-en-tiroteo-frente-al-hard-rock-de-hollywood-florida/">balacera ocurrió poco antes de las 7:30 p.m. del 6 de abril</a>.</p><p>“Un gran grupo de sujetos agredió a una víctima que estaba sola cuando uno de los sujetos sacó un arma de fuego y disparó una sola vez, impactando a la víctima”, indicó el FBI en un comunicado. “Después de los disparos, los sujetos intentaron quitarle el reloj a la víctima herida. El reloj no fue robado.”</p><figure><img src="https://www.local10.com/resizer/v2/QZTGBJD25NHQDAGQNV66QBK3NQ.jpeg?auth=c245417a0343d0212b2723a204794df0d5a09d84b335a7e52608947a909781d0&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Offset, de 34 años, cuyo nombre real es Kiari Kendrell Cephus, fue hospitalizado tras la balacera, <a href="https://www.local10.com/espanol/2026/04/07/rapero-lil-tjay-sale-de-la-carcel-tras-arresto-en-hard-rock-y-niega-vinculo-con-balacera-de-offset-hell-naw/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/07/rapero-lil-tjay-sale-de-la-carcel-tras-arresto-en-hard-rock-y-niega-vinculo-con-balacera-de-offset-hell-naw/">mientras que el también rapero Lil Tjay fue arrestado por cargos de alteración del orden público y operar en el tráfico sin una licencia válida</a>.</p><p>Lil Tjay, de 24 años, cuyo nombre real es Tione Jayden Merritt, no ha sido acusado en la balacera, que ocurrió fuera del área de valet del edificio, y negó que hubiera ocurrido una pelea entre él y Offset.</p><p>“Yo no peleo nada de eso”, dijo Lil Tjay a medios de comunicación mientras salía de la cárcel de Fort Lauderdale.</p><p>Ofreció un relato con lenguaje obsceno de lo que, según él, ocurrió.</p><p>“Ese tipo me disparó. Ese tipo me disparó. Ese tipo es un soplón”, dijo Lil Tjay. “Raros. Ustedes están obteniendo una buena entrevista”.</p><p>Offset ya fue <a href="https://www.local10.com/news/florida/2026/04/10/rapper-offset-released-from-the-hospital-after-being-shot-outside-a-florida-casino/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/florida/2026/04/10/rapper-offset-released-from-the-hospital-after-being-shot-outside-a-florida-casino/">dado de alta del hospital</a>.</p><p>El FBI confirmó que los sospechosos huyeron de la escena en dos SUV Chevrolet tras la balacera: una Tahoe gris mate y una Suburban negra.</p><p>“La Suburban negra huyó del área hacia Hollywood, Florida, mientras que la Tahoe se dirigió hacia el sur en dirección a Miami”, indicó el comunicado.</p><p>Offset formó parte del trío de rap Migos antes de continuar su carrera como solista.</p><p>El grupo se convirtió en uno de los más populares del hip-hop de todos los tiempos. Alcanzó notoriedad con el éxito “Versace” en 2013 y posteriormente obtuvo nominaciones al Grammy por mejor álbum de rap con “Culture” en 2018, mientras que una de sus canciones también fue nominada a mejor interpretación de rap.</p><p>Offset estuvo casado con la también rapera Cardi B, con quien tiene tres hijos. Ambos se divorciaron en 2024.</p><p>El primo de Offset, Takeoff, quien también formaba parte de Migos, murió en una balacera en 2022.</p><p>Cualquier persona con información sobre la balacera en el Hard Rock y los involucrados debe comunicarse con el FBI al 1-800-CALL-FBI o enviar información en tips.fbi.gov.</p><p>El FBI señaló que el Hard Rock Hotel &amp; Casino en Hollywood es operado por la Tribu Seminole de Florida y que “los delitos cometidos en territorio indígena están sujetos a investigación federal.”</p>]]></content:encoded></item><item><title><![CDATA[Son of Local 10 anchor, reporter recovers after surgery for chronic ear, nose and throat issues]]></title><link>https://www.local10.com/health/2026/04/14/son-of-local-10-anchor-reporter-recovers-after-surgery-for-chronic-ear-nose-and-throat-issues/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/14/son-of-local-10-anchor-reporter-recovers-after-surgery-for-chronic-ear-nose-and-throat-issues/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[Reece, the young son of Local 10 anchors Roy Ramos and Nicole Perez, underwent a medical journey that began after what initially appeared to be a routine cold and ultimately led to surgery for chronic ear, nose and throat issues. ]]></description><pubDate>Tue, 14 Apr 2026 21:50:19 +0000</pubDate><content:encoded><![CDATA[<p>Reece, the young son of Local 10 reporter Roy Ramos and anchor Nicole Perez, underwent a medical journey that began after what initially appeared to be a routine cold and ultimately led to surgery for chronic ear, nose and throat issues. </p><p>Perez told Local 10 that she and Ramos took Reece to Legoland for his fourth birthday. </p><p>Shortly after the trip, Perez said Reece developed a cold that persisted despite multiple doctor visits, prescriptions, and a trip to the emergency room, where he received a steroid and additional medication. </p><p>Weeks passed, and his symptoms did not improve.</p><p>“My husband and I were noticing Reece changing, but not for the better,” Perez said.</p><p>Ramos described a steady decline in Reece’s condition.</p><p>“Some of the first signs that I noticed with my son was his speech,” he said. “It sounded like every time he was talking, he was congested and he wasn’t pronouncing the words properly, and it was almost as if he couldn’t hear himself speak.” </p><p>Perez said the family spent months searching for answers before being referred to Dr. Ramzi Younis, an otolaryngologist at the University of Miami with 25 years of experience.</p><p>“If you have signs of sleep apnea, stuffy congested snoring, mild breathing hyperactivity, sleep disorder breathing, big tonsils, turbinates, the standard care is to remove tonsils, adenoids, shrinking the turbinates, and the proof is there,” Younis said.</p><p>“If a child has three or more infections, the standard is surgical intervention, which is the tubes because research shows it cuts down the number of infections they have, better hearing, better quality of life, less antibiotics,” he added.</p><p>“There is at least one million kids or more that undergo this procedure,” Younis said.</p><p>“They are as good as doing nothing,” he added, referring to nasal sprays.</p><p>Younis also described the surgery.</p><p>“We put them to sleep,” he said. “I’ll go through the mouth, remove the tonsils and adenoids,” he said. “As far as the ears, there’s a microscope, make a small cut in the ear drum, there’s usually some fluid ... suck it out, place a tiny tube 2 mm, and you’ll get good oxygen and ventilation,” he added. “In the nose, you have tissues, confused as polyps — they are normal, they swell and block your nose." </p><p>“It’s a special instrument to shrink down and allow the patient to breathe better in the long term,” he said.</p><p>Dr. Neil Masters, an anesthesiologist at the University of Miami, explained the anesthesia process.</p><p>“When we get them back to the OR, we do sleep IV, basically go to sleep with mask. We put IV, start administering medication, secure the airway and do everything after asleep. It’s less traumatic for kids,” he said.</p><p>“We try to use the least amount as possible concerns for neurodevelopmental outcomes like how it affects the developing brain,” Masters said.</p><p>“I like to tell parents we’re trying to improve kids’ vision, hearing or in Reece’s case improve sleep and ability to focus. Those benefits outweigh the effects of brief exposure to anesthesia on the body,” he said.</p><p>Doctors said the condition is commonly associated with sleep apnea and upper airway obstruction in children.</p><p>“The common reason is recurrent infection or fluid,” Younis said. We remove the tonsils because they’re big, causing them to snore, and to have what we call sleep disorder breathing" also known as sleep apnea. </p><p>“The draining pipe eustachian tube does not drain, retain fluid, further infection or hearing speech problem,” he said.</p><p>“Collapse, scatter them to gasp or stop breathing,” he said.</p><p>He added that children may appear “cranky, hyper, agitated” and have difficulty focusing during the day.</p><p>Perez said recovery went as expected.</p><p>“As far as the recovery — Dr. Younis told us it would be 10-15 days before he felt better — and boy was he right,” she said. “Something as simple as breathing through his nose four months ago was impossible.” </p><p>Reece described his improvement after surgery.</p><p>“I feel good, I can breathe good, I can sleep good, I can hear good,” he said.</p><p>Perez also added that ear tubes typically fall out on their own within six months to two years and stated “if you’re not getting the right answers — trust your gut and keep searching."</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[Broward commissioners discuss possibility of retaking fire department from BSO]]></title><link>https://www.local10.com/news/local/2026/04/14/broward-commissioners-discuss-possibility-of-retaking-fire-department-from-bso/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/broward-commissioners-discuss-possibility-of-retaking-fire-department-from-bso/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[A unanimous vote Tuesday by Broward County commissioners means an assessment will soon land on their desks, one that details future steps and a cost structure if the county takes control of firefighting duties instead of contracting that work to the Broward Sheriff’s Office.]]></description><pubDate>Tue, 14 Apr 2026 21:34:43 +0000</pubDate><content:encoded><![CDATA[<p>A unanimous vote Tuesday by Broward County commissioners means an assessment will soon land on their desks, one that details future steps and a cost structure <a href="https://www.local10.com/news/local/2026/04/07/broward-officials-mull-taking-back-firefighting-from-bso-and-thats-not-all/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/07/broward-officials-mull-taking-back-firefighting-from-bso-and-thats-not-all/">if the county retakes control</a> of firefighting duties instead of contracting that work to the Broward Sheriff’s Office.</p><p><a href="https://www.local10.com/espanol/2026/04/14/comisionados-de-broward-evaluan-retomar-control-del-departamento-de-bomberos-de-bso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/comisionados-de-broward-evaluan-retomar-control-del-departamento-de-bomberos-de-bso/">Leer en español</a></p><p>“This has nothing to do with Sheriff Tony, who is doing a wonderful job,” said Broward Commissioner Lamar Fisher. “It’s just to look at the feasibility, and what it would be prudent to look at public safety in its total.”</p><p>Commissioners have already commissioned a feasibility study to look at launching in-house police departments at Fort Lauderdale-Hollywood International Airport and Port Everglades to replace BSO.</p><p>Fisher said 54% of Broward County’s budget is devoted to BSO for public safety. </p><p>“I think it’s a business decision that we need to look at, right?” he said. “When it continues to be 54, 55, 56, 57%, is there ways that we can cut costs and we can have more control at the end of the day.”</p><p>Attaching the fire rescue component to the ongoing law enforcement feasibility study as a cost-effective mechanism has been met with a favorable response among other county leaders publicly.</p><p>BSO assumed control of fire rescue in 2003 after it was previously operated by the county.</p><p>This new idea would give a layer of transparency since the county can’t dictate how dollars are spent. </p><p>By law, the sheriff’s office doesn’t have to disclose that information.</p><p>“By bringing it under, it obviously provides a different accountability when it comes back to Broward County. We specifically know what those costs would be,” said Fisher. </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[Comisionados de Broward evalúan retomar control del departamento de bomberos de BSO]]></title><link>https://www.local10.com/espanol/2026/04/14/comisionados-de-broward-evaluan-retomar-control-del-departamento-de-bomberos-de-bso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/comisionados-de-broward-evaluan-retomar-control-del-departamento-de-bomberos-de-bso/</guid><description><![CDATA[La votación unánime del martes por parte de los comisionados del condado de Broward significa que pronto recibirán una evaluación que detalla los pasos a seguir y la estructura de costos si el condado asume el control de las tareas de extinción de incendios en lugar de subcontratar ese trabajo a la Oficina del Sheriff de Broward.]]></description><pubDate>Tue, 14 Apr 2026 21:48:24 +0000</pubDate><content:encoded><![CDATA[<p>Una votación unánime el martes por parte de los comisionados del condado Broward significa que pronto recibirán una evaluación que detalla los próximos pasos y la estructura de costos <a href="https://www.local10.com/espanol/2026/04/07/funcionarios-de-broward-evaluan-retomar-control-de-bomberos-a-bso-y-otros-servicios/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/07/funcionarios-de-broward-evaluan-retomar-control-de-bomberos-a-bso-y-otros-servicios/">si el condado retoma el control</a> de los servicios de bomberos en lugar de contratar ese trabajo con la Oficina del Sheriff de Broward.</p><p>“Esto no tiene nada que ver con el alguacil Tony, quien está haciendo un excelente trabajo”, dijo el comisionado de Broward Lamar Fisher. “Es simplemente para analizar la viabilidad y lo que sería prudente al evaluar la seguridad pública en su totalidad”.</p><p>Los comisionados ya han encargado un estudio de viabilidad para analizar la creación de departamentos de policía internos en el Aeropuerto Internacional Fort Lauderdale-Hollywood y en Port Everglades para reemplazar a BSO.</p><p>Fisher dijo que el 54% del presupuesto del condado Broward está destinado a BSO para seguridad pública.</p><p>“Creo que es una decisión empresarial que debemos analizar, ¿verdad?”, dijo. “Cuando continúa siendo 54, 55, 56, 57%, ¿hay formas de reducir costos y tener más control al final del día?”</p><p>Incorporar el componente de bomberos al estudio de viabilidad de las fuerzas del orden en curso como un mecanismo rentable ha recibido una respuesta favorable entre otros líderes del condado.</p><p>BSO asumió el control de los servicios de bomberos en 2003, después de que anteriormente eran operados por el condado.</p><p>Esta nueva propuesta proporcionaría un nivel de transparencia, ya que el condado actualmente no puede dictar cómo se gastan los fondos.</p><p>Por ley, la oficina del sheriff no tiene que divulgar esa información.</p><p>“Al traerlo de vuelta, obviamente proporciona una responsabilidad diferente cuando regresa al condado Broward. Sabremos específicamente cuáles serían esos costos”, dijo Fisher.</p>]]></content:encoded></item><item><title><![CDATA[Hospitalizan a tres personas tras accidente con Road Ranger en autopista Sawgrass en Coral Springs]]></title><link>https://www.local10.com/espanol/2026/04/14/accidente-con-road-ranger-y-suv-obliga-a-cerrar-la-autopista-sawgrass-en-coral-springs/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/accidente-con-road-ranger-y-suv-obliga-a-cerrar-la-autopista-sawgrass-en-coral-springs/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Según informaron las autoridades, todos los carriles en dirección norte de la autopista Sawgrass Expressway fueron cerrados en Coral Springs tras un accidente en el que se vieron involucrados un SUV y un camión Road Ranger.]]></description><pubDate>Tue, 14 Apr 2026 18:04:29 +0000</pubDate><content:encoded><![CDATA[<p>Un Road Ranger fue impactado por un vehículo el martes en la autopista Sawgrass en Coral Springs, lo que provocó un cierre total en dirección norte y dejó a varias personas hospitalizadas, informaron las autoridades.</p><p>El Road Ranger fue trasladado al Broward Health North con heridas que no ponen en riesgo su vida, según Coral Springs Fire Rescue.</p><p>Además, un adulto y un bebé del otro vehículo involucrado en el accidente también fueron llevados al Broward Health North con lesiones que no ponen en peligro sus vidas.</p><p>Sky 10 sobrevoló la escena alrededor de la 1:45 p.m., mostrando un SUV dañado, un camión Road Ranger afectado y equipos de emergencia trabajando en el área.</p><p>Todos los carriles en dirección norte fueron cerrados entre Sample Road y University Drive mientras los equipos atendían la emergencia y despejaban la vía. Se recomendó a los conductores evitar el área.</p><p>No se dieron a conocer más detalles de inmediato sobre los involucrados.</p>]]></content:encoded></item><item><title><![CDATA[Mail carrier rushed to trauma center after Fort Lauderdale crash]]></title><link>https://www.local10.com/news/local/2026/04/14/mail-carrier-rushed-to-trauma-center-after-fort-lauderdale-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/mail-carrier-rushed-to-trauma-center-after-fort-lauderdale-crash/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[An investigation is underway after a crash involving a United States Postal Service mail carrier.]]></description><pubDate>Tue, 14 Apr 2026 20:50:19 +0000</pubDate><content:encoded><![CDATA[<p>An investigation is underway after a crash involving a United States Postal Service mail carrier.</p><p><a href="https://www.local10.com/espanol/2026/04/14/trasladan-a-cartero-a-centro-de-trauma-tras-accidente-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/trasladan-a-cartero-a-centro-de-trauma-tras-accidente-en-fort-lauderdale/">Leer en español</a></p><p>It happened Tuesday afternoon in the area of Southwest 16th Street and Fourth Avenue in Fort Lauderdale’s Croissant Park neighborhood.</p><p>According to Fort Lauderdale Fire Rescue, it was a two-vehicle crash involving a USPS vehicle. </p><p>Authorities said a USPS employee was ejected from their vehicle in the crash and rushed to Broward Health Medical Center as a trauma alert. </p><p>The second vehicle’s driver was also taken to the hospital for treatment, with injuries considered non-life-threatening, officials 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[Trasladan a cartero a centro de trauma tras accidente en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/04/14/trasladan-a-cartero-a-centro-de-trauma-tras-accidente-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/trasladan-a-cartero-a-centro-de-trauma-tras-accidente-en-fort-lauderdale/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Se ha iniciado una investigación tras un accidente en el que se vio involucrado un cartero del Servicio Postal de los Estados Unidos.]]></description><pubDate>Tue, 14 Apr 2026 21:42:06 +0000</pubDate><content:encoded><![CDATA[<p>Se lleva a cabo una investigación tras un accidente que involucró a un cartero del Servicio Postal de Estados Unidos.</p><p>Ocurrió el martes por la tarde en el área de Southwest 16th Street y Fourth Avenue, en el vecindario Croissant Park de Fort Lauderdale.</p><p>Según Fort Lauderdale Fire Rescue, se trató de un choque entre dos vehículos que involucró un vehículo del USPS.</p><p>Las autoridades informaron que un empleado del USPS salió expulsado de su vehículo durante el accidente y fue trasladado de emergencia como trauma al Broward Health Medical Center.</p><p>El conductor del segundo vehículo también fue llevado al hospital para recibir tratamiento, con lesiones que no ponen en riesgo su vida, indicaron funcionarios.</p>]]></content:encoded></item><item><title><![CDATA[Justice Department moves to toss seditious conspiracy convictions of Oath Keepers and Proud Boys]]></title><link>https://www.local10.com/news/politics/2026/04/14/justice-department-moves-to-toss-seditious-conspiracy-convictions-of-oath-keepers-and-proud-boys/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/14/justice-department-moves-to-toss-seditious-conspiracy-convictions-of-oath-keepers-and-proud-boys/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 22:14:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Justice Department on Tuesday asked a federal appeals court to throw out the seditious conspiracy convictions of Proud Boys and Oath Keepers leaders who were sentenced to prison terms for leading members of the far-right extremist groups in attacking the U.S. Capitol to keep President Donald Trump in office over five years ago.</p><p>Trump commuted the prison sentences of several Proud Boys and Oath Keepers leaders last January in a sweeping act of clemency for all 1,500-plus defendants charged in the Jan. 6, 2021, attack.</p><p>The request by the Justice Department would go a step further and erase all the convictions for the extremist group leaders, including Oath Keepers founder Stewart Rhodes, who didn't receive pardons last January.</p><p>The move to abandon the convictions represented a stunning reversal from the Biden administration, which hailed the guilty verdicts as a crucial victory in its bid to hold accountable those responsible for what prosecutors described as an attack on the heart of American democracy. It’s part of the Trump administration’s continued efforts to rewrite the history of the Jan. 6 attack and downplay the violence carried out by the mob of Trump supporters that left more than 100 police officers injured.</p><p>In court filings, prosecutors asked the U.S. Court of Appeals for the District of Columbia Circuit to vacate the convictions so that the government can permanently dismiss the indictments.</p><p>“The government’s motion to vacate in this case is consistent with its practice of moving the Supreme Court to vacate convictions in cases where the government has decided in its prosecutorial discretion that dismissal of a criminal case is in the interests of justice — motions that the Supreme Court routinely grants,” prosecutors wrote in a court filing signed by U.S. Attorney Jeanine Pirro.</p><p>Juries in Washington, D.C., convicted the Proud Boys and Oath Keepers leaders of orchestrating violent plots to stop the peaceful transfer of power after Trump's 2020 election loss to Democratic President Joe Biden.</p><p>The department's dismissal request also includes the convictions of Oath Keepers members Kelly Meggs, Kenneth Harrelson and Jessica Watkins and Proud Boys members Ethan Nordean, Joseph Biggs, Zachary Rehl and Dominic Pezzola.</p><p>Other extremist group members, including former Proud Boys national chairman Enrique Tarrio, received pardons from Trump on the first day of his second term in the White House.</p><p>Rhodes was sentenced to 18 years in prison after he and several lieutenants were convicted in one of the most consequential cases arising from the Jan. 6 attack on the Capitol by a mob of Trump supporters.</p><p>Prosecutors said Rhodes and his followers stockpiled guns for possible use by “quick reaction force” teams at a Virginia hotel, but they never deployed the weapons.</p><p>Nordean's attorney, Nicholas Smith, said they are grateful to the Justice Department for its “wise decision" in seeking dismissal of the convictions.</p><p>“We don't want a precedent that says that any physical confrontation between protesters and law enforcement means a crime akin to treason, such as seditious conspiracy,” Smith said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7BZF3NZY67EIRUIJ3UFDKS72OQ.jpg?auth=be8f3fa3929d86bc947ef97f674153c24a37009ce02f2dc2d570617a70b737e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Department of Justice seal is seen in Washington, Nov. 28, 2018. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7IXKEFYLEIHMHGA3SBAOVY5DFU.jpg?auth=d98e5dfef418813b1d69dbceeed0d9ab8181b0fa6bcf33a023707799ba522b88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - With the White House in the background, President Donald Trump speaks at a rally on Jan. 6, 2021, in Washington. (AP Photo/Jacquelyn Martin, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[FBI releases new details about Offset shooting outside Hard Rock, seeks info ]]></title><link>https://www.local10.com/news/local/2026/04/14/fbi-releases-new-details-about-offset-shooting-outside-hard-rock-seeks-info/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/fbi-releases-new-details-about-offset-shooting-outside-hard-rock-seeks-info/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The FBI Miami field office released more details Tuesday about a shooting outside the Seminole Hard Rock Hotel & Casino in Hollywood that left rapper Offset injured.]]></description><pubDate>Tue, 14 Apr 2026 15:56:49 +0000</pubDate><content:encoded><![CDATA[<p>The FBI Miami field office released more details Tuesday about a shooting outside the Seminole Hard Rock Hotel &amp; Casino in Hollywood that left rapper Offset injured.</p><p><a href="https://www.local10.com/espanol/2026/04/14/fbi-divulga-nuevos-detalles-sobre-balacera-contra-offset-fuera-de-hard-rock-y-pide-informacion/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/fbi-divulga-nuevos-detalles-sobre-balacera-contra-offset-fuera-de-hard-rock-y-pide-informacion/">Leer en español</a></p><p>Agents are asking anyone with information about the shooting to come forward,</p><p>According to the FBI, the <a href="https://www.local10.com/news/local/2026/04/06/rapper-offset-reportedly-involved-in-shooting-outside-hard-rock-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/06/rapper-offset-reportedly-involved-in-shooting-outside-hard-rock-hotel/">shooting occurred shortly before 7:30 p.m. on April 6.</a></p><p>“A large group of subjects assaulted a lone victim when one of the subjects produced a handgun and fired a single shot which struck the victim,” the FBI said in a news release. “After the shots were fired, the subjects then attempted to remove the wounded victim’s watch. The watch was not stolen.”</p><figure><img src="https://www.local10.com/resizer/v2/QZTGBJD25NHQDAGQNV66QBK3NQ.jpeg?auth=c245417a0343d0212b2723a204794df0d5a09d84b335a7e52608947a909781d0&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Offset, 34, whose real name is Kiari Kendrell Cephus, was hospitalized after the shooting, while<a href="https://www.local10.com/news/local/2026/04/07/rapper-lil-tjay-leaves-broward-jail-after-hard-rock-arrest-denies-link-to-offset-shooting/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/07/rapper-lil-tjay-leaves-broward-jail-after-hard-rock-arrest-denies-link-to-offset-shooting/"> fellow rapper Lil Tjay was arrested on charges of disorderly conduct-affray and operating in traffic without a valid license. </a></p><p>The 24-year-old Lil Tjay, whose real name is Tione Jayden Merritt, has not been charged in the shooting, which happened outside of the building’s valet area, and denied that any fight occurred between him and Offset.</p><p>“I don’t do no damn fightin‘,” Lil Tjay told media outlets as he walked out of the Fort Lauderdale jail.</p><p>He gave an expletive-laden account of what he said happened.</p><p>“That n---- shot me. That n---- shot me. That n---- is a rat. Cap n----,” Lil Tjay said. “Weirdos. Y’all gettin’ a good a-- interview.”</p><p>Offset has since been <a href="https://www.local10.com/news/florida/2026/04/10/rapper-offset-released-from-the-hospital-after-being-shot-outside-a-florida-casino/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/04/10/rapper-offset-released-from-the-hospital-after-being-shot-outside-a-florida-casino/">released from the hospital. </a></p><p>The FBI confirmed the suspects fled the scene in two Chevrolet SUV’s after the shooting -- a matte gray Tahoe and a black Suburban.</p><p>“The black Suburban fled the area towards Hollywood, Florida, while the Tahoe fled southbound towards Miami,” the news release stated.</p><p>Offset was part of the rap trio, Migos, before going out on his own.</p><p>The trio became known as one of the most popular hip-hop groups of all time. It broke out with the 2013 hit “Versace” and later earned Grammy nominations for best rap album with 2018’s “Culture,” while a track off it nabbed a nod for best rap performance.</p><p>Offset was once married to fellow rapper Cardi B, who he shares three children with. The two divorced in 2024.</p><p>Offset’s cousin, Takeoff, who was also part of the Migos group, was fatally shot in 2022.</p><p>Anyone with information about the Hard Rock shooting and those involved is asked to contact the FBI at 1-800-CALL-FBI or submit a tip on tips.fbi.gov.</p><p>The FBI noted that the Hard Rock Hotel &amp; Casino in Hollywood is operated by the Seminole Tribe of Florida and “crimes committed on Indian land are subject to federal investigation.”</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 off-duty cop stopping armed Advil, Tylenol thief in Hialeah, authorities say]]></title><link>https://www.local10.com/news/local/2026/04/14/video-shows-off-duty-cop-stopping-armed-advil-tylenol-thief-in-hialeah-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/video-shows-off-duty-cop-stopping-armed-advil-tylenol-thief-in-hialeah-authorities-say/</guid><dc:creator><![CDATA[Roy Ramos, Chris Gothner]]></dc:creator><description><![CDATA[Newly-released surveillance and body camera video shows an off-duty state wildlife officer confronting an armed shoplifter at a Hialeah supermarket ― and the suspect’s subsequent arrest, authorities say. ]]></description><pubDate>Tue, 14 Apr 2026 21:24:32 +0000</pubDate><content:encoded><![CDATA[<p>Newly-released surveillance and body camera video shows an off-duty state wildlife officer confronting an armed shoplifter at a Hialeah supermarket ― and the suspect’s subsequent arrest, authorities say. </p><p>Police said it <a href="https://www.local10.com/news/local/2025/09/30/hialeah-man-pulls-knife-on-fwc-officer-confronting-him-for-stealing-tylenol-advil-from-publix-cops/" target="_blank" rel="" title="https://www.local10.com/news/local/2025/09/30/hialeah-man-pulls-knife-on-fwc-officer-confronting-him-for-stealing-tylenol-advil-from-publix-cops/">happened in September</a> at the Publix at 1585 W. 49th St., next to the Westland Mall.</p><p>According to police, the off-duty Florida Fish and Wildlife Conservation Commission law enforcement officer saw Edwin Soto, 43, stuffing items into a book bag.</p><p>Authorities said he had stolen “six bottles of Advil and three bottles of Tylenol” worth a little less than $190.</p><p>Video shows the FWC officer showing his badge to the suspected crook, wearing a backpack. Police said Soto stormed out of the store while looking over his shoulder. </p><p>Just after the officer returns with the bag, so did the suspected shoplifter, who police said threatened to kill the officer while armed with a knife. He then rode off on his bike.</p><p>Authorities said they later caught up to Soto.</p><p>In body camera footage, a Hialeah police officer is heard telling Soto, “An officer approached you and showed you a badge and you pulled out a knife and you said ‘I’m going to kill you, motherf---er.’”</p><p>“Oh, he beat me up,” Soto claimed in response.</p><p>But Soto was the one arrested on charges of aggravated assault on a law enforcement officer and petit theft.</p><p>Soto, who has a lengthy criminal history, remained on house arrest as of Tuesday.</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[Luka Doncic, Austin Reaves still out indefinitely with injuries as Lakers prepare for playoffs]]></title><link>https://www.local10.com/sports/2026/04/14/luka-doncic-austin-reaves-still-out-indefinitely-with-injuries-as-lakers-prepare-for-playoffs/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/14/luka-doncic-austin-reaves-still-out-indefinitely-with-injuries-as-lakers-prepare-for-playoffs/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 21:20:25 +0000</pubDate><content:encoded><![CDATA[<p>EL SEGUNDO, Calif. (AP) — Luka Doncic and Austin Reaves will not return from injury in time to begin the Lakers' first-round playoff series against the Houston Rockets, leaving Los Angeles without its top two scorers.</p><p>“They’re out indefinitely,” Lakers coach JJ Redick said after practice Tuesday at the Lakers' training complex. “I’m not going to have an update for you this week.”</p><p>Doncic strained a hamstring and Reaves strained an oblique during the Lakers' loss to the Thunder on April 2 in Oklahoma City, and neither returned during the regular season. The Lakers host the Rockets in Game 1 on Saturday night.</p><p>Doncic will return to Los Angeles on Friday after traveling to Spain last week for treatment on his hamstring, a person with knowledge of the decision told The Associated Press. The person spoke on condition of anonymity because Doncic and the Lakers aren't revealing details about the NBA scoring champion's recovery.</p><p>Reaves is in Los Angeles, and he shot free throws with several teammates after practice ended Tuesday. The reported severity of his oblique strain seems likely to keep him out of the entire first-round series, although the Lakers haven't put any timeline on either player's recovery from injuries that frequently require a full month of healing or more.</p><p>Doncic and Reaves combined to average 56.8 points, 13.8 assists and 12.4 rebounds per game when healthy this season, and their absences put a massive anchor on LA's hopes of playoff advancement. Yet the Lakers still went 3-2 in the stars' absence, earning home-court advantage in the first round, after LeBron James resumed his role as the focal point of the offense.</p><p>Los Angeles also employed Luke Kennard as a ballhandler and initiator, and guard Marcus Smart is back after missing nearly three weeks with a right ankle injury. He is eager to play a role in countering the Rockets' defensive pressure.</p><p>“They're aggressive, and we're going to try to use it against them,” Smart said. “We've got some things put in, some different guys that are going to bring it up. They're going to come out firing, and we've got to come out firing, too.”</p><p>Backup center Jaxson Hayes is also ready to return after missing the final four games of the regular season to rest a left foot injury.</p><p>“I was going to play no matter what,” Hayes said. “If I was hurting, I'd be playing.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2UMEADGR2P5VCZUXHGWHJY3E7Q.jpg?auth=abc53f611591c94da9b4d56d199483d4408f94fc4ee799b68f17af4aa3741d35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers head coach JJ Redick, left, talks with forward LeBron James (23) during the second half of an NBA basketball game against the Miami Heat, Thursday, March 19, 2026, in Miami. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BHXZQIPBL7SOPMDMQOOE45DJZU.jpg?auth=382c3b699a421dfdef8cfb9eed9d68d2d3e845b09b311d01f1769d30249189a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers forward/guard Luka Dončić (77) drives against Oklahoma City Thunder guard Cason Wallace (22) 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/U4CEMDLVB26EL6EKHAZDTNSYDE.jpg?auth=68370aa29b05cadb3f4a360b5a04bc1c42e0580f819657cb4822a96321f82f5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers center Jaxson Hayes, left, Lakers' guard Marcus Smart (36), Lakers' guard Austin Reaves and guard Luke Kennard, right, react after a three-point basket by Lakers' forward Dalton Knecht (4) during the second half of an NBA basketball game against the Utah Jazz, April 12, 2026, in Los Angeles. (AP Photo/Jayne Kamin-Oncea)]]></media:description><media:credit role="author" scheme="urn:ebu">Jayne Kamin-Oncea</media:credit></media:content></item><item><title><![CDATA[3 hospitalized after road ranger struck by driver on Sawgrass Expressway in Coral Springs]]></title><link>https://www.local10.com/traffic/2026/04/14/crash-involving-road-ranger-suv-shuts-down-sawgrass-expressway-in-coral-springs/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/04/14/crash-involving-road-ranger-suv-shuts-down-sawgrass-expressway-in-coral-springs/</guid><dc:creator><![CDATA[Ryan Mackey, Janine Stanwood]]></dc:creator><description><![CDATA[All northbound lanes of the Sawgrass Expressway were shut down in Coral Springs after a crash involving an SUV and a road ranger truck, authorities said.]]></description><pubDate>Tue, 14 Apr 2026 17:58:09 +0000</pubDate><content:encoded><![CDATA[<p>A road ranger was struck by an SUV Tuesday afternoon on the northbound lanes of the Sawgrass Expressway, prompting a major shutdown and sending multiple people to the hospital, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/04/14/accidente-con-road-ranger-y-suv-obliga-a-cerrar-la-autopista-sawgrass-en-coral-springs/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/accidente-con-road-ranger-y-suv-obliga-a-cerrar-la-autopista-sawgrass-en-coral-springs/">Leer en español</a></p><p>According to investigators, a Florida Highway Patrol trooper was positioned in the center lane with emergency lights activated while assisting a disabled tractor-trailer.</p><p>A road ranger truck was parked behind the patrol vehicle with cones and other warning devices deployed to alert approaching drivers. </p><p>The trooper and the road ranger were in the process of closing travel lanes when authorities said a driver in a Hyundai Genesis SUV “failed to use due care” and crashed into the rear of the road ranger truck.</p><p>At the time of the crash, they said the road ranger was outside of his vehicle and suffered a broken thumb. </p><p>Authorities said the SUV driver had a small child inside the vehicle who was not in a child safety seat.</p><p>They said the SUV driver and the child were also transported to Broward Health with non-life-threatening injuries.</p><p>Earlier, Coral Springs Fire Rescue said the crash temporarily shut down the northbound lanes of the Sawgrass Expressway between Sample Road and University Drive, but those lanes have since reopened. </p><p>Sky 10 was over the area around 1:45 p.m., where a damaged SUV, the road ranger truck and multiple emergency crews could be seen.</p><p>No additional details about the crash were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man accused of stealing $105,000 worth of impact windows in Sweetwater]]></title><link>https://www.local10.com/news/local/2026/04/14/man-accused-of-stealing-105000-worth-of-impact-windows-in-sweetwater/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/man-accused-of-stealing-105000-worth-of-impact-windows-in-sweetwater/</guid><dc:creator><![CDATA[Ryan Mackey, Rosh Lowe]]></dc:creator><description><![CDATA[A 38-year-old man from Miami-Dade County was arrested Monday in connection with the theft of more than $105,000 worth of impact windows from a warehouse in Sweetwater earlier this year, police said.]]></description><pubDate>Tue, 14 Apr 2026 14:17:53 +0000</pubDate><content:encoded><![CDATA[<p>A 38-year-old man from Miami-Dade County was arrested Monday in connection with the theft of more than $105,000 worth of impact windows from a warehouse in Sweetwater earlier this year, police said.</p><p><a href="https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-robar-ventanas-de-impacto-valoradas-en-105000-usd-en-sweetwater/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-robar-ventanas-de-impacto-valoradas-en-105000-usd-en-sweetwater/">Leer en español</a></p><p>According to an arrest report from the Sweetwater Police Department, officers responded on Feb. 27 to a warehouse at 1800 NW 129th Ave. after a semi-truck trailer loaded with approximately $105,000 in ES impact windows was reported stolen. </p><p>The report states that the victim told police the trailer had been parked behind the warehouse the previous day and was discovered missing the next morning.</p><p>Surveillance video obtained exclusively by Local 10 shows that around 7:50 p.m. on Feb. 26, two individuals dressed in dark clothing arrived in a white Freightliner Cascadia, hitched it to the trailer, and drove off toward Northwest 129th Avenue, according to police. </p><p>Investigators later determined that a black Chevrolet Equinox bearing a Florida tag registered to Yudier Fabregat Martell was used to transport him to the scene and follow the stolen trailer as it entered Florida’s Turnpike from Northwest 41st Street.</p><figure><img src="https://www.local10.com/resizer/v2/T2SKOZBESFAGJCW2K7CLRJHUQU.jpg?auth=0f6608d43211316c80078c529f2b8c8e31960129936a5a2e93bcf68d8dad439f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Police said investigative findings indicated Fabregat Martell shared “the same physical characteristics” with one of the individuals captured on video. </p><p>Local 10 News obtained that video of the suspect taking off with the container that cops say filled with impact windows. </p><p>Authorities also determined that a cellphone associated with him was at the scene at the time of the theft.</p><p>Police said Fabregat Martell was taken into custody on Monday and transported to SPD’s general investigations unit for questioning. </p><p>After being advised of his Miranda rights, they said Fabregat Martell admitted to being present at the scene but told investigators he had been paid to drive there and did not know the purpose of the trip, according to the report.</p><p>Police said Fabregat Martell showed detectives a photo on his cellphone that he said was sent to him the day after the theft. </p><p>They said the photo depicted the stolen windows, based on shipping and product labels. Fabregat Martell told investigators he did not know who sent the image but believed “the message was related to the sale of the stolen merchandise,” the report states. </p><p>Police said Fabregat Martell denied knowledge of the crime and the surrounding circumstances before they ended the interview with him. </p><p>The business owner told Local 10’s Rosh Lowe that in 28 years, he has never experienced anything like it, and said he still has not recovered the windows, adding that all of his customers were impacted.</p><p>Jail records show Fabregat Martell is facing one count each of grand theft of cargo valued at $50,000 or more, third-degree grand theft of a vehicle, and dealing in stolen property. </p><p>As of Tuesday afternoon, he was being held at the Turner Guilford Knight Correctional Center, where his bond was set at $70,000. He was also placed on a Nebbia hold, requiring him to prove that the money used for bond comes from a legitimate source.</p><p>He was also placed on house arrest and ordered to stay away from the victim and the victim’s business. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Trump again rejects Colorado amid accusations of playing politics with disaster aid]]></title><link>https://www.local10.com/news/national/2026/04/14/trump-again-rejects-colorado-amid-accusations-of-playing-politics-with-disaster-aid/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/14/trump-again-rejects-colorado-amid-accusations-of-playing-politics-with-disaster-aid/</guid><dc:creator><![CDATA[By MEAD GRUVER and GABRIELA AOUN ANGUEIRA, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 21:10:29 +0000</pubDate><content:encoded><![CDATA[<p>FORT COLLINS, Colo. (AP) — President Donald Trump has again denied a request from Colorado's governor to help people affected by wildfires and flooding, consistent with his approval of major disaster aid to Republican-leaning states at about twice the rate he approves aid requests from Democratic ones.</p><p>Gov. Jared Polis, a Democrat, sought major disaster declarations for wildfires that scorched 240 square miles (615 square kilometers) in the western part of the state and for floods that inundated mountain communities in southern Colorado last year.</p><p>Polis requested FEMA public assistance, which enables communities to get reimbursed for debris cleanup and infrastructure rebuilding, as well as hazard-mitigation funding, which helps states build back with more resilience.</p><p>Trump first denied Colorado's requests late last year. On Monday, Trump upheld that decision on appeal after a “thorough review," FEMA acting administrator Karen S. Evans told Polis in a pair of letters.</p><p>The letters didn’t explain the denials in detail. Polis in a statement called it “incredibly disappointing” after Colorado communities responded quickly to the disasters, documented the damage and worked in good faith with federal officials.</p><p>“These disasters caused real damage to homes, infrastructure, and local economies, and Coloradans should not be left to shoulder these costs alone,” Polis said.</p><p>While FEMA assesses damage and uses a specific formula to analyze the possible impact on states and local jurisdictions, disaster declarations are ultimately at the president’s discretion.</p><p>In December, when Trump first rejected Colorado, Polis accused the president of playing “political games” with the disaster declarations.</p><p>White House spokesperson Abigail Jackson denied the decisions were political. The administration responds to each request with “great care and consideration” to make sure federal revenue is used appropriately and efficiently to supplement, but not substitute, states' obligation to respond to disasters, Jackson told The Associated Press in a statement Tuesday.</p><p>“President Trump provides a more thorough review of disaster declaration requests than any administration has before him," Jackson said.</p><p>Other Democrat-led states have complained about being denied disaster declarations despite proving need.</p><p>Nearly 84% of disaster requests from states that voted for Trump have been approved in his second term, while about 42% of requests from states that voted for 2024 Democratic presidential candidate Kamala Harris were approved, according to an analysis of public FEMA data by Andrew Rumbach, senior fellow at the nonpartisan think tank Urban Institute.</p><p>Rumbach was uncertain whether politics clearly came into play with the decisions. There have been about 60 requests from states, a small sample size, he said, and it was possible that states made insufficient cases that they needed the help.</p><p>“These are definitely questions worth asking, but I haven’t reached a conclusion that there’s clear political bias going on here,” Rumbach said. “That’s why it’s really important that FEMA and DHS be as transparent as possible about how they’re making these decisions.”</p><p>Rejections have prompted criticisms from Democratic governors like Wes Moore of Maryland and JB Pritzker of Illinois, who called Trump’s February rejection of the state’s appeal for help recovering from August 2025 floods “a politically motivated decision that punishes thousands of Illinois families in a critical moment of need.”</p><p>Meanwhile, Colorado’s attorney general, Phil Weiser, has been pushing back against other recent federal decisions against Colorado, including dissolving a climate research lab, threatening to cut transportation money, withholding funds for needy families and relocating the U.S. Space Command to Alabama.</p><p>Some U.S. communities have also experienced unprecedented long waits for answers on their disaster requests during Trump’s second term, which critics say delays their response and puts particular pressure on rural towns and counties with smaller budgets.</p><p>Homeland Security Secretary Markwayne Mullin last week vowed to clear out some of the backlog of requests in the run-up to Atlantic hurricane season, which begins June 1. Trump approved major disaster declaration requests for at least seven states last week after being briefed by Mullin.</p><p>___</p><p>Associated Press writer Aoun Angueira reported from San Diego.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C5M4VQW5PXDEI7FXNLRLV5FSYI.jpg?auth=1055e19b221bfdd1a2cf1aa19fa7acfe2594aaa8c63888e29292aff8c51a6cc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gov. Jared Polis, D-Colo., speaks at an event at the National Governors Association Winter Meeting, Feb. 19, 2026, in Washington. (AP Photo/Allison Robbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Hollywood woman cops say was set ablaze by roommate faces long recovery: ‘I don’t feel like myself’]]></title><link>https://www.local10.com/news/local/2026/04/14/hollywood-woman-cops-say-was-set-ablaze-by-ex-faces-long-recovery-i-dont-feel-like-myself/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/hollywood-woman-cops-say-was-set-ablaze-by-ex-faces-long-recovery-i-dont-feel-like-myself/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[A Hollywood woman who police say was set on fire by her roommate is sharing her story publicly for the first time.]]></description><pubDate>Tue, 14 Apr 2026 20:45:04 +0000</pubDate><content:encoded><![CDATA[<p>A Hollywood woman who police say was <a href="https://www.local10.com/news/local/2026/03/18/good-samaritan-rescues-woman-after-roommate-sets-her-ablaze-painful-to-see-painful-to-hear/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/18/good-samaritan-rescues-woman-after-roommate-sets-her-ablaze-painful-to-see-painful-to-hear/">set on fire</a> by her roommate is sharing her story publicly for the first time.</p><p>Rachel Price said she’s living in pain every day from the March 17 attack.</p><p>“It still hasn’t hit me, to be honest,” she said.</p><p>Price tells Local 10 News that her life has dramatically changed. She said simple things like eating or talking on the phone are hard to do.</p><p>“My face has second- and third-degree burns and I don’t feel like myself,” Price said. “I have to stay out of the sun for at least a year and take numerous medications to get better.” </p><p>Police said Price got into an argument with roommate Kymesha Tarpley, 48, who stormed out and came back with a gasoline canister. Price then questioned her.</p><p>“What are you planning on doing with it, and if you are going to do anything with it, go ahead and do it,” Price said she told Tarpley. “So, at that point she tossed the gasoline on me that was in the gas can and threw the lighter on me and set me on fire and watched me burn.”</p><p>A fire marshal who lives in the apartment below heard Price screaming, smelled smoke and jumped into action, grabbing a fire extinguisher and running upstairs.</p><p>“I hope to run into him soon and thank him for saving my life,” Price said.</p><p>Tarpley, initially charged with battery and arson, is now facing an attempted murder charge. Her charges were upgraded on Tuesday.</p><p>“Honestly, I just want to know why,” Price said. ”I’ve never had no ill will toward her.” </p><p>Amid a long road to recovery, <a href="https://www.gofundme.com/f/hope-and-healing-for-rachel-price" target="_self" rel="" title="https://www.gofundme.com/f/hope-and-healing-for-rachel-price">GoFundMe page</a> has been set up for Price to help her pay for medical expenses and physical therapy.</p><p>“I’m not the one to ask for help, but if you are able to help, thank you,” she said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Policía: Arrestan a estudiante tras llevar pistola de balines a escuela de Lauderhill]]></title><link>https://www.local10.com/espanol/2026/04/14/policia-arrestan-a-estudiante-tras-llevar-pistola-de-balines-a-escuela-de-lauderhill/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/policia-arrestan-a-estudiante-tras-llevar-pistola-de-balines-a-escuela-de-lauderhill/</guid><dc:creator><![CDATA[Amanda Batchelor, Terrell Forney]]></dc:creator><description><![CDATA[Un estudiante de secundaria fue arrestado después de llevar una pistola de balines a la escuela el lunes, según confirmó la policía de Lauderhill el martes a Local 10 News.]]></description><pubDate>Tue, 14 Apr 2026 13:32:21 +0000</pubDate><content:encoded><![CDATA[<p>Un estudiante de secundaria fue arrestado después de que llevó una pistola de balines a la escuela el lunes, confirmó la policía de Lauderhill el martes a Local 10 News.</p><p>Según la policía, agentes fueron llamados a la escuela alrededor de las 7:30 a.m. después de que el oficial de recursos escolares fue notificado por un técnico de comportamiento escolar de que un estudiante había estado mostrando lo que parecía ser un arma antes de abordar un autobús hacia el campus.</p><p>La policía indicó que el estudiante fue visto corriendo por los terrenos escolares cuando llegó al campus, y fue detenido por el oficial escolar.</p><p>Luego, las autoridades encontraron una pistola de balines tipo pistola en su mochila.</p><p>La policía dijo que el estudiante enfrenta cargos por posesión de un arma en propiedad escolar y posesión de una pistola de balines por un menor de 16 años.</p><p>Según BCPS, el estudiante de Parkway Middle School también enfrenta “medidas disciplinarias apropiadas de acuerdo con el Código de Conducta Estudiantil”.</p><p>BCPS confirmó que una pista de un <a href="https://www.local10.com/news/local/2026/04/13/student-tip-leads-to-weapon-discovery-lockdown-at-broward-middle-school/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/13/student-tip-leads-to-weapon-discovery-lockdown-at-broward-middle-school/">estudiante y un padre llevó al hallazgo potencialmente peligroso en la escuela de Lauderhill</a>, ubicada en 3600 NW Fifth Court.</p><p>El director interino Ackimo Charles dijo en un mensaje a los padres, en parte, “Recibimos información de un estudiante y un padre sobre una posible arma en el campus. Inmediatamente pusimos la escuela en cierre de emergencia y notificamos a nuestro oficial de recursos escolares y al equipo de seguridad, quienes manejaron la situación de manera segura y confiscaron el arma”.</p><p>“Me dijo que la iba a llevar a la escuela, pero yo le dije que no lo hiciera, pero aun así lo hizo”, dijo un estudiante a Local 10 News. “Y uno de mis otros amigos también le dijo que no lo hiciera”.</p><p>Después de que la policía intervino, el cierre de emergencia fue levantado y las operaciones escolares continuaron con normalidad.</p><p>Charles elogió al estudiante y al padre que reportaron el arma, señalando que la idea de “si ves algo, di algo” funcionó en esta situación en particular.</p><p>La policía confirmó que no se reportaron heridos durante el incidente y que “no hay una amenaza en curso para la escuela”.</p><p>La edad y la identidad del estudiante no han sido reveladas.</p>]]></content:encoded></item><item><title><![CDATA[Acusan a hombre de robar ventanas de impacto valoradas en $105,000 USD en Sweetwater]]></title><link>https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-robar-ventanas-de-impacto-valoradas-en-105000-usd-en-sweetwater/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-robar-ventanas-de-impacto-valoradas-en-105000-usd-en-sweetwater/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 38 años del condado de Miami-Dade fue arrestado el lunes en relación con el robo de ventanas resistentes a impactos por un valor superior a 105.000 dólares de un almacén en Sweetwater a principios de este año, según informó la policía.]]></description><pubDate>Tue, 14 Apr 2026 20:44:33 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 38 años del condado Miami-Dade fue arrestado el lunes en relación con el robo de más de $105,000 USD en ventanas de impacto de un almacén en Sweetwater a principios de este año, informó la policía.</p><p>Según un informe de arresto del Departamento de Policía de Sweetwater, los agentes respondieron el 27 de febrero a un almacén ubicado en 1800 NW 129th Ave. después de que se reportara el robo de un remolque de camión cargado con aproximadamente $105,000 USD en ventanas de impacto ES.</p><p>El informe indica que la víctima dijo a la policía que el remolque había sido estacionado detrás del almacén el día anterior y que fue reportado como desaparecido a la mañana siguiente.</p><p>Un video de vigilancia obtenido en exclusiva por Local 10 muestra que alrededor de las 7:50 p.m. del 26 de febrero, dos individuos vestidos con ropa oscura llegaron en un Freightliner Cascadia blanco, lo engancharon al remolque y se lo llevaron en dirección a Northwest 129th Avenue, según la policía.</p><p>Los investigadores determinaron posteriormente que un Chevrolet Equinox negro con matrícula de Florida registrada a nombre de Yudier Fabregat Martell fue utilizado para transportarlo hasta la escena y seguir el remolque robado mientras ingresaba a la autopista Florida’s Turnpike desde Northwest 41st Street.</p><figure><img src="https://www.local10.com/resizer/v2/T2SKOZBESFAGJCW2K7CLRJHUQU.jpg?auth=0f6608d43211316c80078c529f2b8c8e31960129936a5a2e93bcf68d8dad439f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La policía indicó que los hallazgos de la investigación mostraron que Fabregat Martell comparte “las mismas características físicas” con uno de los individuos captados en video.</p><p>Local 10 News obtuvo ese video en el que se observa al sospechoso llevándose el contenedor que, según las autoridades, estaba lleno de ventanas de impacto.</p><p>Las autoridades también determinaron que un teléfono celular asociado a él estaba en la escena al momento del robo.</p><p>La policía informó que Fabregat Martell fue detenido el lunes y trasladado a la unidad de investigaciones generales del SPD para ser interrogado.</p><p>Tras ser informado de sus derechos Miranda, dijeron que Fabregat Martell admitió haber estado en la escena, pero dijo a los investigadores que le pagaron para conducir hasta allí y que no conocía el propósito del viaje, según el informe.</p><p>La policía indicó que Fabregat Martell mostró a los detectives una foto en su teléfono celular que, según él, le fue enviada un día después del robo.</p><p>Dijeron que la imagen mostraba las ventanas robadas, basándose en etiquetas de envío y del producto. Fabregat Martell dijo a los investigadores que no sabía quién envió la imagen, pero creía que “el mensaje estaba relacionado con la venta de la mercancía robada”, señala el informe.</p><p>La policía indicó que Fabregat Martell negó tener conocimiento del crimen y de las circunstancias antes de que concluyera la entrevista.</p><p>El dueño del negocio dijo a Rosh Lowe, de Local 10, que en 28 años nunca había experimentado algo así, y señaló que aún no ha recuperado las ventanas, añadiendo que todos sus clientes se vieron afectados.</p><p>Registros de la cárcel muestran que Fabregat Martell enfrenta un cargo por robo mayor de carga valorada en $50,000 USD o más, robo mayor en tercer grado de un vehículo y tráfico de propiedad robada.</p><p>Hasta la tarde del martes, permanecía detenido en el Turner Guilford Knight Correctional Center, donde su fianza fue fijada en $70,000 USD. También se le impuso una retención Nebbia, que requiere demostrar que el dinero de la fianza proviene de una fuente legítima.</p><p>También fue puesto bajo arresto domiciliario y se le ordenó mantenerse alejado de la víctima y del negocio de la víctima.</p>]]></content:encoded></item><item><title><![CDATA[Man wanted in $500K Weston jewelry heist captured near Indianapolis]]></title><link>https://www.local10.com/news/local/2026/04/14/man-wanted-in-500k-weston-jewelry-heist-captured-near-indianapolis/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/man-wanted-in-500k-weston-jewelry-heist-captured-near-indianapolis/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man suspected in a six-figure jewelry heist at a Weston home in November was captured in the Midwest in late March and was extradited to South Florida over the weekend, authorities said.]]></description><pubDate>Tue, 14 Apr 2026 20:29:53 +0000</pubDate><content:encoded><![CDATA[<p>A man suspected in a six-figure jewelry heist at a Weston home in November was captured in the Midwest in late March and was extradited to South Florida over the weekend, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/04/14/capturan-cerca-de-indianapolis-a-hombre-buscado-por-robo-de-joyas-de-500000-usd-en-weston/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/capturan-cerca-de-indianapolis-a-hombre-buscado-por-robo-de-joyas-de-500000-usd-en-weston/">Leer en español</a></p><p>Broward Sheriff’s Office documents state that Jose Elias Barrozo-Espinosa, 38, is also known as Fabian Eliseo Llancavil Nahuel. </p><p>Under that name, police in the wealthy Indianapolis suburb of Zionsville, Indiana <a href="https://www.facebook.com/ZionsvillePD/photos/on-saturday-march-21-2026-zionsville-police-officers-were-conducting-an-investig/1263486335930115/" target="_self" rel="" title="https://www.facebook.com/ZionsvillePD/photos/on-saturday-march-21-2026-zionsville-police-officers-were-conducting-an-investig/1263486335930115/">arrested him</a> after using a drone to track him down on March 21.</p><p>Zionsville police said he was spotted in a neighborhood and had “a window punch and rubber gloves, items commonly associated with burglary activity.”</p><p>BSO deputies extradited Barrozo-Espinosa from the Boone County, Indiana jail on Sunday, records show.</p><p>Deputies said the native of Chile left blood behind at the Weston scene on Nov. 8, proving crucial to identifying him.</p><p>According to an arrest warrant, at the Weston home, “unknown suspects” shattered a master bedroom window and got in, stealing a safe containing roughly $500,000 in gold and jewelry.</p><p>DNA evidence taken from blood left on a shade near the shattered window and on the floor came back to Barrozo-Espinosa.</p><p>An Indianapolis news outlet <a href="https://fox59.com/news/drone-video-shows-cops-tasing-and-arresting-zionsville-burglary-suspect/" target="_self" rel="" title="https://fox59.com/news/drone-video-shows-cops-tasing-and-arresting-zionsville-burglary-suspect/">reports</a> that Barrozo-Espinosa also has a warrant out of Texas and that the case is linked to “similar cases of South American gangs targeting suburban homes.”</p><p><a href="https://www.justice.gov/usao-nj/pr/seven-chilean-nationals-charged-connection-residential-burglaries-multiple-states" target="_self" rel="" title="https://www.justice.gov/usao-nj/pr/seven-chilean-nationals-charged-connection-residential-burglaries-multiple-states">Several other Chilean nationals</a> have been accused of burglarizing homes nationwide, including those <a href="https://www.cnn.com/2025/02/20/us/athletes-home-burglary-chilean-theft-suspects" target="_self" rel="" title="https://www.cnn.com/2025/02/20/us/athletes-home-burglary-chilean-theft-suspects">belonging to professional athletes</a>.</p><p>The BSO arrest warrant doesn’t identify the homeowner, whose address was redacted.</p><p>As of Tuesday afternoon, Barrozo-Espinosa was being held in the BSO Main Jail on a $200,000 bond and an immigration hold.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VTDK43WFSJDD3AWTY3SZI336TU.jpg?auth=6286d5a9c1862ac6e75ed8af818ad0a02eacbe1dc7b833188be4c026ad2c0d8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jose Elias Barrozo-Espinosa]]></media:description></media:content></item><item><title><![CDATA[Capturan cerca de Indianápolis a hombre buscado por robo de joyas de $500,000 USD en Weston]]></title><link>https://www.local10.com/espanol/2026/04/14/capturan-cerca-de-indianapolis-a-hombre-buscado-por-robo-de-joyas-de-500000-usd-en-weston/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/capturan-cerca-de-indianapolis-a-hombre-buscado-por-robo-de-joyas-de-500000-usd-en-weston/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre sospechoso del robo de joyas por valor de seis cifras ocurrido en una vivienda de Weston en noviembre fue capturado en el Medio Oeste a finales de marzo y extraditado al sur de Florida durante el fin de semana, según informaron las autoridades.]]></description><pubDate>Tue, 14 Apr 2026 20:40:00 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre sospechoso de un robo de joyas por seis cifras en una vivienda de Weston en noviembre fue capturado en el Medio Oeste a finales de marzo y extraditado al sur de Florida durante el fin de semana, informaron las autoridades.</p><p>Documentos de la Oficina del Sheriff de Broward indican que Jose Elias Barrozo-Espinosa, de 38 años, también es conocido como Fabian Eliseo Llancavil Nahuel.</p><p>Bajo ese nombre, la policía del adinerado suburbio de Indianápolis, Zionsville, Indiana, <a href="https://www.facebook.com/ZionsvillePD/photos/on-saturday-march-21-2026-zionsville-police-officers-were-conducting-an-investig/1263486335930115/" target="_blank" rel="noreferrer" title="https://www.facebook.com/ZionsvillePD/photos/on-saturday-march-21-2026-zionsville-police-officers-were-conducting-an-investig/1263486335930115/">lo arrestó</a> tras utilizar un dron para localizarlo el 21 de marzo.</p><p>La policía de Zionsville indicó que fue visto en un vecindario y tenía “una herramienta para romper ventanas y guantes de goma, objetos comúnmente asociados con robos”.</p><p>Agentes de BSO extraditaron a Barrozo-Espinosa desde la cárcel del condado Boone, en Indiana, el domingo, según los registros.</p><p>Los agentes dijeron que el chileno dejó sangre en la escena en Weston el 8 de noviembre, lo que resultó clave para identificarlo.</p><p>Según una orden de arresto, en la vivienda de Weston “sospechosos desconocidos” rompieron una ventana del dormitorio principal para ingresar y robar una caja fuerte que contenía aproximadamente $500,000 USD en oro y joyas.</p><p>Evidencia de ADN obtenida de la sangre dejada en una persiana cerca de la ventana rota y en el piso coincidió con Barrozo-Espinosa.</p><p>Un medio de Indianápolis <a href="https://fox59.com/news/drone-video-shows-cops-tasing-and-arresting-zionsville-burglary-suspect/" target="_blank" rel="noreferrer" title="https://fox59.com/news/drone-video-shows-cops-tasing-and-arresting-zionsville-burglary-suspect/">reportó</a> que Barrozo-Espinosa también tiene una orden de arresto en Texas y que el caso está vinculado a “casos similares de bandas sudamericanas que apuntan a viviendas en suburbios”.</p><p><a href="https://www.justice.gov/usao-nj/pr/seven-chilean-nationals-charged-connection-residential-burglaries-multiple-states" target="_blank" rel="noreferrer" title="https://www.justice.gov/usao-nj/pr/seven-chilean-nationals-charged-connection-residential-burglaries-multiple-states">Varios otros ciudadanos chilenos</a> han sido acusados de robar viviendas en todo el país, <a href="https://www.cnn.com/2025/02/20/us/athletes-home-burglary-chilean-theft-suspects" target="_blank" rel="noreferrer" title="https://www.cnn.com/2025/02/20/us/athletes-home-burglary-chilean-theft-suspects">incluidas las de atletas profesionales</a>.</p><p>La orden de arresto de BSO no identifica al propietario de la vivienda, cuya dirección fue censurada.</p><p>Hasta la tarde del martes, Barrozo-Espinosa permanecía detenido en la cárcel principal de BSO con una fianza de $200,000 USD y una orden de retención migratoria.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VTDK43WFSJDD3AWTY3SZI336TU.jpg?auth=6286d5a9c1862ac6e75ed8af818ad0a02eacbe1dc7b833188be4c026ad2c0d8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jose Elias Barrozo-Espinosa]]></media:description></media:content></item><item><title><![CDATA[Former UCLA gynecologist pleads guilty to sex abuse after previous conviction was overturned]]></title><link>https://www.local10.com/health/2026/04/14/former-ucla-gynecologist-pleads-guilty-to-sex-abuse-after-previous-conviction-was-overturned/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/14/former-ucla-gynecologist-pleads-guilty-to-sex-abuse-after-previous-conviction-was-overturned/</guid><dc:creator><![CDATA[By JAIMIE DING, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 23:11:22 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A former University of California, Los Angeles, gynecologist pleaded guilty to sexual abuse charges Tuesday after an appeals court reversed his conviction earlier this year.</p><p>James Heaps was originally sentenced in 2023 to 11 years in prison after being convicted of five counts of sexual battery and penetration involving two patients he saw while affiliated with the university. It was overturned by an appeals court in February, which ruled that Heaps was denied a fair trial because the judge did not share with his attorneys a note from the jury's foreman sharing concerns about a juror's English proficiency.</p><p>Instead of going to trial again, Heaps pleaded guilty to 13 felonies involving a total of five victims and was again sentenced to 11 years in prison.</p><p>After his conviction was overturned in February, his attorney Leonard Levine said he believed "it’s just a matter of time before he is totally exonerated.”</p><p>Levine did not immediately respond to an emailed request for comment on the guilty plea.</p><p>LA County District Attorney Nathan Hochman said it was a significant milestone for the seven-year case, during which Heaps had tried to delay proceedings and discredit survivors that testified against him.</p><p>“While no sentence can undo the incredible harm that James Heaps engaged in … hopefully these admissions of guilt and the sentence he received today are a small measure of justice for all that the survivors had to endure,” Hochman said.</p><p>The renowned UCLA campus gynecologist was indicted in 2021 on multiple counts each of sexual battery by fraud, sexual exploitation of a patient and sexual penetration of an unconscious person by fraudulent representation. The charges were linked to the sexual assaults of seven women between 2009 and 2018.</p><p>In the wake of the scandal that erupted in 2019 following the doctor’s arrest, UCLA agreed to pay nearly $700 million in lawsuit settlements to hundreds of Heaps’ patients — a record amount by a public university amid a wave of sexual misconduct scandals by campus doctors in recent years.</p><p>UCLA patients said Heaps groped them, made suggestive comments or conducted unnecessarily invasive exams during his 35-year career.</p><p>He pleaded guilty Tuesday to six counts of sexual penetration of an unconscious person, five counts of sexual battery by fraud, and two counts of sexual exploitation of a patient, Hochman said.</p><p>“I didn’t know that this day would come,” said Nicole Gumpert, one of Heaps’ victims, at a news conference. “There were many, many women involved in this case. We refuse to be silent.”</p><p>The Associated Press typically does not identify people who say they have been sexually assaulted unless they identify themselves publicly.</p><p>John Manly, who represented more than 200 of Heaps’ former patients in lawsuits against the university, said Heaps' guilty plea and sentence sends a clear message that “there will be severe consequences for any violation of patients’ rights and dignity.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R4L3AAVZDSSHCWNFKMP3A5DPPE.jpg?auth=7cbfc29e9196467da6c8b89009b53363314697c16e8c3bf8645bd466db7d40c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - James Heaps appears in the Los Angeles Superior Court, June 26, 2019. (Al Seib/Los Angeles Times via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Seib</media:credit></media:content></item><item><title><![CDATA[Hampshire College, which counts filmmaker Ken Burns among its alumni, is closing later this year]]></title><link>https://www.local10.com/news/national/2026/04/14/hampshire-college-which-counts-filmmaker-ken-burns-among-its-alumni-is-closing-later-this-year/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/14/hampshire-college-which-counts-filmmaker-ken-burns-among-its-alumni-is-closing-later-this-year/</guid><dc:creator><![CDATA[By MICHAEL CASEY and LEAH WILLINGHAM, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 21:15:33 +0000</pubDate><content:encoded><![CDATA[<p>AMHERST, Mass. (AP) — Hampshire College, which includes award-winning documentary filmmaker Ken Burns among its alumni, announced on Tuesday that it was closing later this year.</p><p>The school’s Board of Trustees voted to close after the fall semester over what its president and the board described as “increasingly complex” financial pressure. In a statement put out by the board and its president, Jennifer Chrisler, the school said efforts to increase enrollment, refinance existing debt and bring in new revenue from land sales had fallen short.</p><p>“The rationale behind this painful vote reflects several realities. The College no longer has the resources to sustain full operations and meet our regulatory responsibilities,” the school said in a statement.</p><p>In a separate statement on Instagram, Chrisler acknowledged the decision was difficult. “This is an incredibly painful moment for the Hampshire community, and we are doing everything to support our students in completing their studies and assist our faculty and staff in navigating what comes next," she said.</p><p>The school said the timing of the closure will allow current undergraduates at the small liberal arts school in western Massachusetts to complete their education at Hampshire or a partner institution.</p><p>The school, which was founded in 1965, has struggled for several years. It launched a $60 million fundraising campaign in 2020, which resulted in several big donations, including a $5 million gift in honor of Burns.</p><p>The college got some attention in 2023 when it announced that students from a Florida school that was taken over by conservatives picked by Republican Gov. Ron DeSantis could enroll there.</p><p>Hampshire College had said that any students in good standing from New College of Florida can transfer there and, with the help of student aid, pay the same amount in tuition they are paying in Florida. The two academic institutions each are known for progressive, free-spirited students, a lack of traditional grades, and opportunities for students to design their own course of study.</p><p>The school joins a long list of small schools in New England and across the country that have been forced to close in recent years.</p><p>College closures have become increasingly common as campuses compete for a shrinking pool of U.S. students. Birth-rate decreases have translated to fewer college-age Americans overall. At the same time, some states have seen smaller percentages of high school graduates heading to college since the COVID-19 pandemic.</p><p>Those shifts have left higher education with more supply than demand. Many colleges, especially small, private ones, have seen long-term enrollment decreases that put a pinch on finances. New England, with its high concentration of colleges, has been especially hard hit in recent years.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SHNGZ3627OU4AHAQVGPYE26N4M.jpg?auth=bd5f95597f7eab6631c775df1636c601e9d6747743a42372080610a18d01432c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The campus of Hampshire College in Amherst, Mass., on Tuesday, April 14, 2026. (AP Photos/Leah Willingham)]]></media:description><media:credit role="author" scheme="urn:ebu">Leah Willingham</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZXFDO7CO7QH7HXFTX4E76YYG4.jpg?auth=078ede59ed76602edd84414811e0d0018543d09cec4fd32fdb1f04cb8dabbb21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The campus of Hampshire College in Amherst, Mass., on Tuesday, April 14, 2026. (AP Photos/Leah Willingham)]]></media:description><media:credit role="author" scheme="urn:ebu">Leah Willingham</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A774YY6PSYBBACFU6V7JVV7RDI.jpg?auth=09a2deac9900b37639eadcda675f06fdb7805c8a8d34aec522b0ed7e2be4e368&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The campus of Hampshire College in Amherst, Mass., on Tuesday, April 14, 2026. (AP Photos/Leah Willingham)]]></media:description><media:credit role="author" scheme="urn:ebu">Leah Willingham</media:credit></media:content></item><item><title><![CDATA[The Walt Disney Co. begins laying off 1,000 employees]]></title><link>https://www.local10.com/business/2026/04/14/the-walt-disney-co-begins-laying-off-1000-employees/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/14/the-walt-disney-co-begins-laying-off-1000-employees/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 20:18:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Walt Disney Co. on Tuesday began layoffs expected to lead to 1,000 job cuts across the company.</p><p>Josh D'Amaro, who in February succeeded Bob Iger as chief executive, announced broader layoffs following a move in January to consolidate Disney's marketing division. The cuts are expected to fall across the Burbank, California-based company's traditional television businesses, including ESPN, as well as its movie studio. Employees in product and technology, and in certain corporate functions will also be affected.</p><p>“Over the past several months, we have looked at ways in which we can streamline our operations in various parts of the company to ensure we deliver the world-class creativity and innovation our fans value and expect from Disney,” D'Amaro said in a memo to employees obtained by The Associated Press. “Given the fast-moving pace of our industries, this requires us to constantly assess how to foster a more agile and technologically-enabled workforce to meet tomorrow’s needs.”</p><p>Disney last went through a round of layoffs soon after Iger returned for a second spell as chief executive office in 2022. The company cut around 8,000 jobs then. As of late 2025, Disney had about 230,000 employees.</p><p>D'Amaro, who previously oversaw Disney's lucrative parks division, has been at the company since 1998.</p><p>Contraction has recently been a widespread concern in Hollywood. Paramount Skydance has shed 2,000 jobs since the studio was taken over by David Ellison's company, and Ellison has acknowledged layoffs would follow Paramount's planned merger with Warner Bros. Discovery, if the deal wins approval from shareholders and government regulators. Last week, Sony Pictures Entertainment said it would eliminate hundreds of jobs.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WJVYCMA44PFTMBOO7ZEC65ASHM.jpg?auth=4ba456f2f870436e2da877d84889ded76630a8368219d6fc73923b0bcaa63468&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The logo for The Walt Disney Company is displayed above a trading post on the floor of the New York Stock Exchange, Monday, Feb. 2, 2026. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Powerball is going international in an effort to build larger jackpots that draw more players]]></title><link>https://www.local10.com/news/national/2026/04/14/powerball-is-going-international-in-an-effort-to-build-larger-jackpots-that-draw-more-players/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/14/powerball-is-going-international-in-an-effort-to-build-larger-jackpots-that-draw-more-players/</guid><dc:creator><![CDATA[By COREY WILLIAMS, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 21:21:56 +0000</pubDate><content:encoded><![CDATA[<p>Powerball is jumping the pond.</p><p>The lottery game that has made millionaires in the United States will expand this summer to include players in England, Scotland and other parts of the United Kingdom.</p><p>An agreement was announced Tuesday between the Multi-State Lottery Association, which runs the lottery game, and Allwyn UK, which operates the U.K.'s National Lottery. The deal still must be approved by a U.K. gambling commission.</p><p>It will mark the first time a lottery outside the United States will contribute to the Powerball jackpot.</p><p>“We're constantly looking for ways to make sure that we're keeping Powerball culturally and commercially relevant,” said Matt Strawn, who heads Powerball and is chief executive of the Iowa Lottery. “And this really is the next natural progression in doing just that.”</p><p>The same jackpot amount will be available to players on both sides of the Atlantic with U.S. payouts in dollars and those in the U.K. in pounds.</p><p>For players in the U.S., nothing changes, including the $2 cost of a Powerball ticket and the long odds of winning the jackpot of 1 in 292.2 million, Strawn said. But with U.K. players buying tickets, a larger player pool will grow jackpots more quickly.</p><p>“Players consistently tell us in survey after survey that faster growing Powerball jackpots is what they'd like to see,” Strawn said. “Not surprisingly, the higher the jackpots grow the more people play the game in a particular drawing. The more people play, the higher sales grow. The higher sales grow, the higher the jackpots get, the more people play."</p><p>For U.K. players, Powerball will offer a chance at much larger jackpots than are now available at lotteries in the country and Europe.</p><p>The largest Powerball payout was just over $2 billion from a ticket bought in 2022 in California. EuroMillions, a lottery offered across nine European countries and also operated in the U.K. by Allwyn, paid the biggest prize to a U.K. player of £195 million ($265 million) in 2022.</p><p>“Our ambition is to bring more games, more innovation and more excitement to The UK National Lottery — and it doesn’t get more exciting than Powerball, with its transformative jackpots and life-changing contribution to good causes,” Allwyn UK Chief Executive Andria Vidler said in a statement.</p><p>Although jackpots will be the same in each country, estimated jackpot amounts will be different due to currency conversion rates and because the U.S. advertises prize amounts pretax, unlike in the U.K.</p><p>U.K. Powerball jackpots also will be paid over 30 years whereas in the U.S. jackpot winners have a choice between taking their winnings spread over years through an annuity or in cash — nearly all winners opt for cash.</p><p>All players will vie for the same jackpot prize, but smaller prizes will be different in the two countries.</p><p>Powerball is played in 45 U.S. states as well as Washington, D.C., Puerto Rico and the U.S. Virgin Islands.</p><p>In the game, players choose numbers displayed on five white balls numbered 1 to 69 and one number from 1 to 26 on the red Powerball numbered. Drawings will continue to be held Mondays, Wednesdays and Saturdays.</p><p>More than 31 million people play at least one National Lottery game each year across the U.K.</p><p>The new agreement won't change how Mega Millions, the other large U.S. lottery game, operates.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XM5OAXHDOL2GHOOK4XYSFFK7TA.jpg?auth=3cdda273ed84318fdac30f2c82e0f55cd987aa90a5e4017985e3b74620903f68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Powerball play slip is seen at a store, Dec. 17, 2025, in Nashville, Tenn. (AP Photo/George Walker IV, File)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WMZG4WEFYKWFOOWEAYAHVS55MY.jpg?auth=d7440683e2879b3f65fedf0660fb5aeb3f7d7b36bf253387e71274aa66259c4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jackpot payouts for Powerball, SuperLotto Plus and Mega Millions are displayed at a store, in San Francisco, Dec. 17, 2025. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GVFGSJBZ6MYKJ6S6DUJQOIXULM.jpg?auth=092b95db8a5732dbb1903750635e5ea46d58d4d837cea9c0a45aec255545bab1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A digital billboard along Interstates 90/94 displays the estimated Powerball jackpot, Monday, April 6, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Argentina reporta inflación de 3,4% en marzo, la más alta en un año. EEUU renueva apoyo a Milei]]></title><link>https://www.local10.com/espanol/2026/04/14/argentina-reporta-inflacion-de-34-en-marzo-la-mas-alta-en-un-ano-eeuu-renueva-apoyo-a-milei/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/argentina-reporta-inflacion-de-34-en-marzo-la-mas-alta-en-un-ano-eeuu-renueva-apoyo-a-milei/</guid><dc:creator><![CDATA[Por DÉBORA REY, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 20:02:23 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — El presidente ultraliberal de Argentina Javier Milei perdió otra batalla en marzo en su cruzada contra la inflación en gran medida por el impacto del aumento de los combustibles como consecuencia del conflicto en Medio Oriente.</p><p>La medición oficial difundida el martes por el Instituto Nacional de Estadísticas y Censos (INDEC) registró en marzo un aumento del 3,4% en el costo de vida, el más alto en un año, y suma nueve meses consecutivos de aceleración desde julio de 2025.</p><p>En febrero, la inflación había marcado 2,9%.</p><p>La inflación interanual se ubicó en 32,6% en el tercer mes del año y acumula 9,4% en 2026.</p><p>“El dato es malo. El dato no nos gusta ya que la inflación nos repugna”, expresó el presidente Milei en X tras conocerse la medición. “Sin embargo, hoy elementos duros que nos permiten explicar lo que ha pasado y especialmente esperar que a futuro la inflación retorne a su sendero decreciente”.</p><p>El dato oficial se conoció horas después que el Fondo Monetario Internacional (FMI) reajustó su previsión de inflación anual para este año a 30,4% en Argentina, casi el doble de la estimación anterior, y un menor crecimiento económico de 4% a 3,5% por una caída de la demanda global y las dificultades provocadas por la guerra.</p><p>En el presupuesto nacional para este año, el gobierno había proyectado una inflación de 10,1%, que a este ritmo será imposible de cumplir.</p><p>La medición de marzo estuvo marcada por un recalentamiento de los precios influido por aumento de los combustibles a causa del conflicto en Medio Oriente –en Argentina acumulan 20%--. El transporte subió 4,1% y la electricidad y el gas 3,7%.</p><p>También fue decisivo el rubro Educación (12,1%) en coincidencia con el inicio del ciclo lectivo.</p><p>Apoyo de Estados Unidos</p><p>En medio de las dudas entre inversores por el rumbo económico de Argentina, Estados Unidos volvió a respaldar este martes a su aliado sudamericano.</p><p>“Esta vez es diferente en Argentina. Argentina ha tenido un éxito fantástico”, expresó el secretario del Tesoro de Estados Unidos, Scott Bessent, al exponer en el Instituto de Finanzas Internacionales.</p><p>“Están acumulando reservas todos los días. 10 millones de personas han salido de la pobreza bajo el gobierno del presidente Milei. A él lo votaron los más pobres y los jóvenes, hay mucho optimismo ahí”, destacó el funcionario.</p><p>El apoyo del Tesoro estadounidense con una línea de swap —un acuerdo financiero para el intercambio de divisas entre bancos centrales—- de 20.000 millones y la intervención en el mercado de cambios mediante la compra de pesos fue decisiva para aquietar los mercados financieros en la previa a las elecciones legislativas de octubre, que ganó el oficialismo.</p><p>Promesa de desaceleración</p><p>Milei, un economista anarcocapitalista que llegó al poder en 2023 con la promesa de exterminar la inflación que atormenta a los argentinos desde hace décadas, sostiene que su plan de austeridad funcionó con éxito en la primera parte de su mandato hasta julio pasado cuando los precios comenzaron a acelerarse por la incertidumbre financiera que generó el resultado de las elecciones de medio término.</p><p>Pasado el temblor, el gobierno confía que la actual estabilidad cambiaria y caída de las tasas de interés contribuirán a desacelerar la inflación a partir de abril.</p><p>“La inflación va a tener certificado de defunción”, expresó el ministro de Economía, Luis Caputo, el lunes al asistir a una cumbre de negocios organizada por la Cámara de Comercio de los Estados Unidos en Argentina. “Entramos en un proceso virtuoso a partir de abril. Se vienen los mejores 18 años que la Argentina haya visto en las últimas décadas”.</p><p>El último Relevamiento de Expectativas de Mercado (REM) que publica el Banco Central prevé para abril una inflación de 2,7%.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MBWGAVPWPQF25X6ME6RS5IZQIM.jpg?auth=bba9491d647525ba4740043e150bb0134d99c1b5a5a69f8c02b683973abee86d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Argentina, Javier Milei, habla en la Universidad Yeshiva el lunes 9 de marzo de 2026 en Nueva York. (Foto AP/Kena Betancur)]]></media:description><media:credit role="author" scheme="urn:ebu">Kena Betancur</media:credit></media:content></item><item><title><![CDATA[Ben & Jerry's co-founder wants the company to be independent once more]]></title><link>https://www.local10.com/business/2026/04/14/ben-jerrys-co-founder-wants-the-company-to-be-independent-once-more/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/14/ben-jerrys-co-founder-wants-the-company-to-be-independent-once-more/</guid><dc:creator><![CDATA[By DEE-ANN DURBIN and AMANDA SWINHART, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 20:13:51 +0000</pubDate><content:encoded><![CDATA[<p>BURLINGTON, Vt. (AP) — As Ben & Jerry’s celebrated its annual Free Cone Day on Tuesday, one of the brand’s co-founders was focused on a different sort of freedom.</p><p>On the corner where his first ice cream shop opened in 1978 — and where the first Free Cone Day was held a year later — Ben Cohen called on Ben & Jerry’s owner The Magnum Ice Cream Co. to sell the brand. Cohen said Magnum is stifling Ben & Jerry's social activism and he wants to see the brand sold to a group of socially-minded investors.</p><p>“Magnum prevented Ben & Jerry’s from putting out a post supporting Black History Month," Cohen said. "(Ben & Jerry's) wanted to come out with a post calling for a ceasefire in Gaza. Magnum prevented that. We wanted to support the student protesters. Magnum wouldn’t allow that.”</p><p>“The longer this goes on, the more they’re destroying the brand equity,” Cohen added.</p><p>Ben & Jerry's other half, Jerry Greenfield, resigned from the company in September 2025, calling it a “painful” decision after nearly 50 years with the brand and bemoaning in his resignation letter the disappearance of its independence. Cohen is still a paid employee of the company, but said he has no authority or responsibilities.</p><p>Cohen believes Ben & Jerry's is now worth between $1.5 billion and $2 billion. He wouldn't name any of the investors who are interested in buying the brand, but said they're eager to talk to Magnum, which is based in Amsterdam.</p><p>However, Magnum said Tuesday that Ben & Jerry's is not for sale.</p><p>“Ben & Jerry’s is a proud and thriving part of The Magnum Ice Cream Company," Magnum said in a statement. “We remain fully committed to the Ben & Jerry’s model and its three-part mission — product, economic and social.”</p><p>Tuesday's protest was Cohen’s latest action in a years-long campaign to make Ben & Jerry’s an independent company again. Here's the scoop on Ben & Jerry's evolution:</p><p>Unilever acquisition</p><p>Unilever, a London conglomerate that also owns Dove soap and Hellmann’s mayonnaise, acquired Ben & Jerry’s in 2000 for $326 million, or the equivalent of $625 million today. At the time, Cohen and his co-founder, Jerry Greenfield, said the partnership would help the progressive Vermont-based ice cream company expand its social mission globally. As part of the deal, Unilever agreed that Ben & Jerry’s independent board would be free to pursue its social mission, including longstanding support for causes like racial justice, campaign finance reform and fair trade.</p><p>Controversy erupts</p><p>In 2021, Ben & Jerry’s announced it would stop serving Israeli settlements in the occupied West Bank and contested east Jerusalem. The move was condemned by Israel, and Unilever distanced itself from it. The following year, Unilever sold its Israeli business to a local company that said it would sell Ben & Jerry’s throughout Israel and the West Bank. Ben & Jerry’s sued Unilever in 2024, accusing it of silencing its statements in support of Palestinians in the Gaza war. Ben & Jerry’s said Unilever also blocked social media posts that were critical of President Donald Trump and threatened to dismantle Ben & Jerry’s independent board.</p><p>Magnum takes over</p><p>Unilever announced the spinoff of its ice cream business — including Ben & Jerry’s — in March 2024. It was part of a larger strategy at Unilever, which wants to focus more on health and wellness products and less on food. Magnum, which became an independent company in July 2025, is one of the world’s largest ice cream companies. It also owns brands like Breyers and Cornetto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TVMBNNVSGDJQUBZJGOYAOKSQXE.jpg?auth=b5ac9a0964df216d24623250081ad4f969234a2c1c1fcdac3f57ec0da191763d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben and Jerry's co-founder Ben Cohen speaks during an interview about his Free the Cone Day campaign, asking supporters to help restore the company's independence and protect its social mission on Free Cone Day in Burlington, Vt., Tuesday, April 14, 2026. (AP Photo/Amanda Swinhart)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Swinhart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P6F3OXRNMDQM2PYNURBGUXX2IQ.jpg?auth=98135a0e7c30b2d1761bf6192dbcbc52eefe06c34385c1ced7994b716c2ec34e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bettina Guevara poses for a photo with her free serving of ice cream outside the Ben and Jerry's scoop shop on Free Cone Day in Burlington, Vt., Tuesday, April 14, 2026. (AP Photo/Amanda Swinhart)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Swinhart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ONWS2SWJLGCW6IYLH62PHZJBR4.jpg?auth=31a28a9830efc96896223f3d9c7b82a325f68150f1ff3c46136ba2cc84197a05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dog named Pearl eats a serving of free ice cream outside the Ben and Jerry's scoop shop on Free Cone Day in Burlington, Vt., Tuesday, April 14, 2026. (AP Photo/Amanda Swinhart)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Swinhart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H5GVIFN4MV4U763YDIJZ4YVQGM.jpg?auth=682ab2bc0b823f17d0adfb4837715429e9a53dcc5a0be9fb37d48bd243cf94ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bettina Guevara holds her free serving of ice cream outside the Ben and Jerry's scoop shop on Free Cone Day in Burlington, Vt., Tuesday, April 14, 2026. (AP Photo/Amanda Swinhart)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Swinhart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CI5652YIEFEVRVXUY5Q2THJYQA.jpg?auth=c223fe28c78e2cbb3252f2c45aee0beaa435efa32ff65fe995ca8defe07152f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People eat ice cream outside the Ben and Jerry's scoop shop on Free Cone Day on Free Cone Day in Burlington, Vt., Tuesday, April 14, 2026. (AP Photo/Amanda Swinhart)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Swinhart</media:credit></media:content></item><item><title><![CDATA[Chris Brown, Usher announce South Florida stop on 2026 ‘R&B Tour’ ]]></title><link>https://www.local10.com/entertainment/2026/04/14/chris-brown-usher-announce-south-florida-stop-on-2026-rb-tour/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/14/chris-brown-usher-announce-south-florida-stop-on-2026-rb-tour/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[South Florida is set to host one of the biggest live music events of 2026 as Grammy Award-winning R&B superstars Chris Brown and Usher Raymond bring their highly anticipated co-headlining stadium run, the Raymond and Brown (R&B Tour) to the 305. ]]></description><pubDate>Tue, 14 Apr 2026 19:35:15 +0000</pubDate><content:encoded><![CDATA[<p>South Florida is set to host one of the biggest live music events of 2026 as Grammy Award-winning R&amp;B superstars Chris Brown and Usher Raymond bring their highly anticipated co-headlining stadium run, t<i>he Raymond and Brown (R&amp;B Tour)</i> to the 305. </p><p>The global hitmakers will take over Hard Rock Stadium on Thursday, Dec. 3, marking one of the final stops on their massive 33-date North American tour. </p><p>The show at Hard Rock Stadium in Miami Gardens is expected to draw tens of thousands of fans, adding to the city’s growing reputation as a premier destination for major stadium concerts.</p><p>The tour kicks off June 26 in Denver and travels through major cities across the U.S. and Canada—including Chicago, Toronto, Los Angeles, Houston, and Las Vegas—before wrapping in Tampa on December 11.</p><p>The announcement follows a wave of excitement sparked by a surprise teaser the two artists dropped on Instagram last week, instantly generating buzz among fans eager to see the R&amp;B icons share the stage.</p><p>Beyond the music, the tour will also have a philanthropic impact. </p><p>In partnership with Global Citizen, a new release from the tour states that $1 from every ticket sold will be donated to the FIFA Global Citizen Education Fund, supporting access to education for children worldwide.</p><p>Both artists are coming off historic runs. </p><p>Usher’s <i>Past, Present, Future</i> tour sold more than 1.1 million tickets across North America, while Chris Brown’s <i>Breezy Bowl XX World Tour</i> became the highest-grossing tour ever by a solo Black American male artist, earning nearly $300 million globally, according to a news release. </p><h3>Ticket Information</h3><p>Tickets go on sale to the general public on April 27 at 12 p.m. local time, with multiple presales happening the week prior. </p><p>Fans can purchase tickets by <a href="https://RaymondAndBrownTour.com" target="_self" rel="" title="https://RaymondAndBrownTour.com">clicking here</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y45HDRNOYZA5TAUTFXW7N4EEQU.jpg?auth=e94386795797b30df1b7c634c7af03c288ec32d71965078045e1d8f8f9768edb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[NFL reporter Dianna Russini resigns from The Athletic after photos published of her with Mike Vrabel]]></title><link>https://www.local10.com/sports/2026/04/14/nfl-reporter-dianna-russini-resigns-from-the-athletic-after-photos-published-of-her-with-mike-vrabel/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/14/nfl-reporter-dianna-russini-resigns-from-the-athletic-after-photos-published-of-her-with-mike-vrabel/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 22:12:33 +0000</pubDate><content:encoded><![CDATA[<p>NFL reporter Dianna Russini has resigned from The Athletic less than a week after published photos of her and New England Patriots coach Mike Vrabel at an Arizona resort prompted an internal investigation at The New York Times-owned sports outlet.</p><p>The New York Post last week published the photos of Vrabel and Russini at the Sedona hotel and said they were taken before the NFL owners meetings that began in Phoenix on March 29.</p><p>“I have covered the NFL with professionalism and dedication throughout my career, and I stand behind every story I have ever published. When the Page Six item first appeared, The Athletic supported me unequivocally, expressed confidence in my work and pride in my journalism. For that I am grateful. In the days that followed, unfortunately, commentators in various media have engaged in self-feeding speculation that is simply unmoored from the facts,” Russini said in a letter sent Tuesday to Athletic Executive Editor Steven Ginsberg and obtained by The Associated Press.</p><p>“Moreover, this media frenzy is hurtling forward without regard for the review process The Athletic is trying to complete. It continues to escalate, fueled by repeated leaks, and I have no interest in submitting to a public inquiry that has already caused far more damage than I am willing to accept. Rather than allowing this to continue, I have decided to step aside now — before my current contract expires on June 30. I do so not because I accept the narrative that has been constructed around this episode, but because I refuse to lend it further oxygen or to let it define me or my career.”</p><p>Russini joined The Athletic in 2023 after nearly a decade at ESPN, where she held various roles, including “SportsCenter” anchor, NFL analyst and insider. She hosted a podcast for The Athletic and made appearances on their video platform.</p><p>Vrabel and Russini, who are both married, released statements to the Post after publication of the photos downplaying what the photos depict.</p><p>Russini said they “don’t represent the group of six people who were hanging out during the day.”</p><p>Vrabel told the newspaper: “Those photos show a completely innocent interaction and any suggestion otherwise is laughable.”</p><p>Vrabel didn’t attend New England’s pre-draft news conference on Monday.</p><p>The New York Times reported Saturday that the digital outlet was investigating Russini’s conduct.</p><p>That decision came after Ginsberg previously told the Post that the photos “lacked essential context” and lauded her work with The Athletic.</p><p>“When this situation was brought to our attention last week, there were clear concerns, but we received a detailed explanation and it was our instinct to support and defend a colleague while we continued to review the matter," Ginsberg said in a note to staff on Tuesday announcing Russini’s resignation. “As additional information emerged, new questions were raised that became part of our investigation. While our investigation into Dianna’s conduct was ongoing, she chose to resign.”</p><p>Ginsberg said the review of Russini's work will continue.</p><p>Vrabel, who won three Super Bowls as a player with New England, is preparing for his second season as coach of the Patriots. He was the AP NFL Coach of the Year after leading the team to a 14-3 finish last season, which ended with a Super Bowl loss to Seattle. Vrabel previously won the AP NFL Coach of the Year award with Tennessee in 2021.</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YWNYGI3DLQB6ZFQXZWMJFQPYFM.jpg?auth=84e033a9601b3f07cccad6100bf987ad802bd20e5c5dd52dede1048cebfc47ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- Reporter Dianna Russini works on the sidelines before the start of an NFL football game between the Oakland Raiders and the Denver Broncos Monday, Sept. 9, 2019, in Oakland, Calif. (AP Photo/Ben Margot, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Margot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J4LB2FEUXOEHUOXTX37VVVZ47E.jpg?auth=678d4d52b2e9e2f5275765306625536a8012b4f46dad2f03903fb56b6f0a1ec3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New England Patriots head coach Mike Vrabel speaks to reporters at the NFL football annual meetings, Tuesday, March 31, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Money and tech have closed the gap between NCAA baseball and MLB. That's good news for coaches]]></title><link>https://www.local10.com/sports/2026/04/14/money-and-tech-have-closed-the-gap-between-ncaa-baseball-and-mlb-thats-good-news-for-coaches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/14/money-and-tech-have-closed-the-gap-between-ncaa-baseball-and-mlb-thats-good-news-for-coaches/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 19:26:29 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — There was a time in the not-so-distant past that many Major League Baseball teams looked at their college baseball counterparts with a degree of skepticism. There were the metal bats, the shorter schedule and a sense that nothing could replace the seasoning that came with years of grinding through professional baseball's minor leagues.</p><p>Not anymore.</p><p>Thanks to a variety of factors — especially money and technology — the MLB and NCAA versions of baseball have never been more similar. There's also been more movement between the two versions of the sport in recent years.</p><p>It's part of the reason Tony Vitello is now the manager of the San Francisco Giants despite never working or playing for a professional organization before he was hired — a first in MLB history. It's also a factor in why Athletics slugger Nick Kurtz was the AL Rookie of the Year in 2025 barely one year after finishing a decorated college career at Wake Forest.</p><p>“The college game has definitely taken a bigger step toward the pro game — mainly because of the almighty dollar,” said Arizona State coach Willie Bloomquist, who played 14 big league seasons.</p><p>“Essentially what’s happened, the Power 4 Conferences are basically the minor leagues."</p><p>Athletics general manager David Forst — who selected Kurtz with the No. 4 overall pick in the 2024 draft — said the first baseman's quick rise through the minors made him realize how good college baseball had become. Kurtz needed just 210 plate appearances in the minors before dominating MLB pitching, batting .290 with 36 homers and 86 RBIs over 117 games in 2025.</p><p>“There’s no doubt that top-level college baseball is High-A or Double-A now. It’s really close,” Forst said. “I never would have imagined a player like Nick Kurtz coming to the big leagues for us 11 months after he was drafted.</p><p>“That was unthinkable when I first started doing this. The timeline is squashed because these guys are coming out of college so ready, so physically advanced. Some of them — frankly — don’t need the minor league at-bats they used to need.”</p><p>One reason the college game has improved so much is an influx of cash. Coaching salaries have exploded over the past few decades: LSU's Jay Johnson is at the top of the scale at more than $3 million per year while Mississippi State's Brian O'Connor is second at $2.9 million.</p><p>Those are outliers, but it's not uncommon for power conference coaches to make more than $1 million.</p><p>The highest paid MLB managers make around $8 million per season, but top assistants like pitching and hitting coaches usually make six figures.</p><p>The advent of NIL money has also made playing college baseball more lucrative, even if payouts lag well behind their football and basketball counterparts. There's also the fact that top-level NCAA programs are investing in technology.</p><p>“We have one of the better pitching labs on the West Coast,” Bloomquist said. “I think it would rival a lot of professional organizations. From a data standpoint, it’s all trickled down to the college level.”</p><p>After retiring as a player, Bloomquist worked in the Arizona Diamondbacks' front office before getting hired by the Sun Devils. His pitching coach — Jeremy Accardo — spent 18 years in professional baseball as a player and coach.</p><p>Bloomquist said that MLB teams have become more comfortable trusting NCAA programs to develop professional talent instead of taking the risk of drafting an unproven 18-year-old straight out of high school. He added that it's probably one of the reasons that MLB felt comfortable cutting 40 minor league affiliates back in 2020.</p><p>In the 2025 MLB draft, 56 college players were selected in the top 90 picks.</p><p>“These guys trust (college) programs,” Bloomquist said. “They say, ‘We’ll just watch them in college in three years at a Power 4 program, see how they development and then we'll go get them.’"</p><p>Georgia baseball coach Wes Johnson is another coach who has bounced between MLB and NCAA with success at both levels. He was hired as the pitching coach for the Minnesota Twins and had a strong 3 1/2-year run between 2019 and 2022 before going back to the college game. He helped develop 2025 NL Cy Young Award winner Paul Skenes as LSU's pitching coach before landing the head job with the Bulldogs.</p><p>Johnson said there's little doubt that the college and pro games have never been more similar, but added that there are still real differences for players and coaches. The biggest is the schedule.</p><p>In college, the condensed schedule makes all 56 regular-season games feel huge. A three-game losing streak is the end of the world. In professional baseball, it's just a small bump in the road.</p><p>“With the Twins, we played 33 spring games, then played 162 in the season and then made the playoffs,” Johnson said. “It’s every day there. That's the hardest challenge you have when you go from college to the big leagues. We won 101 games in 2019 (in the regular season). That means we only lost 61 games.</p><p>"But that’s the most I’ve ever lost in my life in one year.”</p><p>Bloomquist agreed that the schedule is much different. He said age is a factor as well.</p><p>“There’s a different style in college than there is in professional baseball — to an extent that’s accurate," Bloomquist said. “There’s an intensity in college, motivating 18 to 20 year olds, as opposed to guys who are making $20 million. Can you relate to those guys in pro ball?”</p><p>San Francisco Giants third baseman Matt Chapman played in college at Cal State Fullerton before becoming a five-time Gold Glove winner the big leagues. Even though there are some differences — like many more native Spanish speakers in professional baseball — he wasn't worried about Vitello's transition.</p><p>“Winning baseball looks the same," Chapman said. "It’s pitching and defense, knowing how to run the bases and then managing personalities. He has a lot of experience with that.</p><p>“There will be a learning curve in some areas. You just can’t fully know how to run a Major League clubhouse unless you’ve been in one. But it’s not foreign to him. He’s a baseball guy.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W7ZTGWSC5WOA4PIHFP5IOFOSFU.jpg?auth=3bc8570cdc98d9f255256f238b5cc6ce21a95341d7317068f6b9eba3ad9222a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oakland Athletics' Nick Kurtz reacts after hitting a solo home run during the third inning of a baseball game against the New York Mets, Sunday, April 12, 2026, in New York. (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/N2HMSH7BLUX4RW55NBPYMP26XY.jpg?auth=18ca47ef5cdfdaa22ebe0e4c0db4ab3e25f4f393870e21a0a5edf9f1fbc56f03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco Giants pitcher Ryan Borucki, right, talks with Matt Chapman, center, and Patrick Bailey (14) during the seventh inning of a baseball game against the Philadelphia Phillies in San Francisco, Monday, April 6, 2026. (AP Photo/Jed Jacobsohn)]]></media:description><media:credit role="author" scheme="urn:ebu">Jed Jacobsohn</media:credit></media:content></item><item><title><![CDATA[EEUU sanciona dos casinos y a tres personas por presunto respaldo al Cártel del Noreste en México]]></title><link>https://www.local10.com/espanol/2026/04/14/eeuu-sanciona-dos-casinos-y-a-tres-personas-por-presunto-respaldo-al-cartel-del-noreste-en-mexico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/eeuu-sanciona-dos-casinos-y-a-tres-personas-por-presunto-respaldo-al-cartel-del-noreste-en-mexico/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 20:26:19 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — El Departamento del Tesoro de Estados Unidos anunció el martes sanciones contra dos casinos y tres personas, entre ellas un activista de derechos humanos, por presuntamente brindar apoyo a las actividades delictivas del Cártel del Noreste, un grupo criminal que opera en la frontera entre México y Texas que fue designado el año pasado como organización terrorista por el gobierno del presidente Donald Trump.</p><p>Desde el año pasado Washington ha endurecido el cerco contra el Cártel del Noreste — heredero de los antiguos Zetas -- que es señalado de traficar armas, drogas y personas y se caracteriza por sus prácticas sanguinarias y de extorsión. Dos personas y el popular rapero mexicano Ricardo Hernández Medrano, conocido como El Makabelico o Comando Exclusivo, fueron sancionados en agosto pasado por supuestos vínculos con la organización criminal.</p><p>Entre las empresas sancionadas el martes está Casino Centenario que funciona en la ciudad fronteriza de Nuevo Laredo, estado de Tamaulipas, y que maneja la Comercializadora y Arrendadora de México, S.A. de CV (CAMSA), señala un comunicado del Departamento del Tesoro.</p><p>Según las autoridades estadounidenses, el Casino Centenario funcionaría como presunto centro de almacenamiento de drogas y mecanismo para lavar dinero mediante actividades de juego.</p><p>El Tesoro también sancionó a Diamante Casino que tiene su sede en la localidad norteña de Tampico, Tamaulipas, el cual también está vinculada de manera operativa con la empresa CAMSA y maneja una página de apuestas en línea.</p><p>De manera simultánea, la Unidad de Inteligencia Financiera (UIF) de México dijo en un comunicado que presentó denuncias en la Fiscalía General de la República contra los sujetos sancionados por las autoridades estadoundeses por el delito de operaciones con recursos de procedencia ilícita y delitos fiscales, y se notificó a la Secretaría de Gobernación para proceder con la suspensión de actividades de los casinos.</p><p>Hace cinco meses las autoridades de México suspendieron 13 casinos por supuestas actividades de lavado de dinero.</p><p>Estados Unidos congeló bienes y propiedades de Eduardo Javier Islas Valdez, alias Crosty, identificado como presunto responsable del tráfico de personas en Nuevo Laredo y enlace en el cruce de migrantes hacia Texas; del abogado Juan Pablo Penilla Rodríguez, señalado de prestar supuestos servicios ilegales a miembros del Cártel del Noreste y del activista Jesús Reymundo Ramos.</p><p>Según las autoridades estadounidenses, Penilla Rodríguez asistió a uno de los líderes de Los Zetas, Miguel Ángel Treviño Morales, alias Z-40, quien fue enviado el año pasado a Estados Unidos junto con su hermano y cabecilla de la organización, Omar Treviño Morales, y otros 27 capos.</p><p>Al abogado Penilla Rodríguez se le señala como supuesto “intermediario” ante la actual cúpula del Cártel del Noreste y otros grupos. “Esta colaboración le ha permitido a Miguel Treviño mantener su liderazgo en el cartel a pesar de su encarcelamiento”, refirió el comunicado.</p><p>Por su parte, Ramos, quien dirige la ONG local Comité de Derechos Humanos de Nuevo Laredo, es identificado de presuntamente “liderar la campaña de desinformación” del Cártel del Noreste contra las autoridades mexicanas.</p><p>Desde hace años, el activista ha reunido información sobre abusos del Ejército y la policía, incluidos numerosos asesinatos en Nuevo Laredo.</p><p>“Bajo el pretexto del activismo, Ramos defiende exclusivamente a miembros violentos del cartel, presentando denuncias falsas contra el ejército mexicano, pagando a personas para que participen en protestas y protegiendo la reputación de sus miembros caídos o arrestados”, según el comunicado.</p><p>The Associated Press solicitó al activista una reacción sobre la sanción de Estados Unidos, pero no obtuvo de momento respuesta.</p><p>Ramos denunció en marzo del 2023 que sospechaba de que el Ejército mexicano y el gobierno estaban detrás de las denuncias que lo vinculaban al Cartel del Noreste, señalamiento que negó en esa oportunidad. Una investigación independiente encontró que el teléfono de Ramos fue hackeado con el programa espía israelí Pegasus en 2020.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3DVSBIT2VR2NT56GDWP26VXWSE.jpg?auth=f8398c26444d9451f2e40f93aa63a0e07564cdcc0c7d452fef1643fde10a2fd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Los escaparates de una tienda cerca del Ayuntamiento quedaron acribillados a balazos tras un enfrentamiento armado entre un grupo de asalto de un cártel de la droga fuertemente armado y las fuerzas de seguridad en Villa Unión, México, cerca de la frontera con Estados Unidos, el 2 de diciembre de 2019. (Foto AP/Eduardo Verdugo, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[North Miami Beach man stabs roommate for not putting groceries in fridge, police say]]></title><link>https://www.local10.com/news/local/2026/04/14/north-miami-beach-man-stabs-roommate-for-not-putting-groceries-in-fridge-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/north-miami-beach-man-stabs-roommate-for-not-putting-groceries-in-fridge-police-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[North Miami Beach police arrested a 59-year-old man on Monday after they said he stabbed his roommate over his failure to put groceries in the refrigerator.]]></description><pubDate>Tue, 14 Apr 2026 18:22:29 +0000</pubDate><content:encoded><![CDATA[<p>North Miami Beach police arrested a 59-year-old man on Monday after they said he stabbed his roommate over his failure to put groceries in the refrigerator.</p><p><a href="https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-north-miami-beach-de-apunalar-a-su-companero-de-cuarto-por-no-guardar-compras-en-el-refrigerador-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-north-miami-beach-de-apunalar-a-su-companero-de-cuarto-por-no-guardar-compras-en-el-refrigerador-segun-la-policia/">Leer en español</a></p><p>According to an arrest report, investigators responded to an apartment in the 1800 block of Northeast 154th Street just before 6:30 p.m. and found the bloodied victim.</p><p>Police said they also saw Vincent Lenard Dukes, the victim’s roommate of six months, “standing inside with blood on his white T-shirt.”</p><p>Investigators said Dukes, angry over the groceries being left out, stabbed his roommate in the torso with a pair of scissors and then stabbed him with a knife in the left leg.</p><p>Police said Dukes admitted to getting into the argument. They said Dukes claimed that he stabbed his roommate after being kicked.</p><p>Officers arrested Dukes on a charge of aggravated battery with a deadly weapon.</p><p>As of Tuesday afternoon, Dukes was being held in the Turner Guilford Knight Correctional Center on a $5,000 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/2IIEIDRTNFCE5LYRZJYEWBVNJ4.jpg?auth=b5cb950c45bd7649a29fb0057719e6289e2e2b545337a4777bc99d60e670eca5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vincent Dukes]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de North Miami Beach de apuñalar a su compañero de cuarto por no guardar compras en el refrigerador, según la policía]]></title><link>https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-north-miami-beach-de-apunalar-a-su-companero-de-cuarto-por-no-guardar-compras-en-el-refrigerador-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-north-miami-beach-de-apunalar-a-su-companero-de-cuarto-por-no-guardar-compras-en-el-refrigerador-segun-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[La policía de North Miami Beach arrestó el lunes a un hombre de 59 años después de que, según las autoridades, apuñalara a su compañero de piso por no haber guardado la compra en el frigorífico.]]></description><pubDate>Tue, 14 Apr 2026 18:56:52 +0000</pubDate><content:encoded><![CDATA[<p>La policía de North Miami Beach arrestó el lunes a un hombre de 59 años luego de que, según dijeron, apuñalara a su compañero de cuarto por no guardar las compras en el refrigerador.</p><p>Según un informe de arresto, los investigadores respondieron a un apartamento en la cuadra 1800 de Northeast 154th Street poco antes de las 6:30 p.m. y encontraron a la víctima ensangrentada.</p><p>La policía indicó que también vieron a Vincent Lenard Dukes, compañero de cuarto de la víctima durante seis meses, “de pie dentro con sangre en su camiseta blanca”.</p><p>Los investigadores dijeron que Dukes, molesto porque las compras fueron dejadas afuera, apuñaló a su compañero en el torso con unas tijeras y luego lo apuñaló con un cuchillo en la pierna izquierda.</p><p>La policía señaló que Dukes admitió haber tenido la discusión. Indicaron que Dukes afirmó que apuñaló a su compañero después de que este lo pateara.</p><p>Los agentes arrestaron a Dukes por un cargo de agresión agravada con arma mortal.</p><p>Hasta la tarde del martes, Dukes permanecía detenido en el Turner Guilford Knight Correctional Center con una fianza de $5,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2IIEIDRTNFCE5LYRZJYEWBVNJ4.jpg?auth=b5cb950c45bd7649a29fb0057719e6289e2e2b545337a4777bc99d60e670eca5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vincent Dukes]]></media:description></media:content></item><item><title><![CDATA[Stepmom tortured girl, 8, by jumping on her, pouring hot sauce in mouth, near genitals: BSO]]></title><link>https://www.local10.com/news/local/2026/04/14/stepmom-tortured-girl-8-by-jumping-on-her-pouring-hot-sauce-in-mouth-near-genitals-bso/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/stepmom-tortured-girl-8-by-jumping-on-her-pouring-hot-sauce-in-mouth-near-genitals-bso/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Deerfield Beach woman is facing two felony charges after authorities said she subjected her 8-year-old stepdaughter to severe torture that left her with bruises, swelling and multiple fractures.]]></description><pubDate>Tue, 14 Apr 2026 17:59:31 +0000</pubDate><content:encoded><![CDATA[<p>A Deerfield Beach woman is facing two felony charges after authorities said she subjected her 8-year-old stepdaughter to severe torture that left her with bruises, swelling and multiple fractures.</p><p><a href="https://www.local10.com/espanol/2026/04/14/madrastra-torturo-a-nina-de-8-anos-saltando-sobre-ella-y-vertiendole-salsa-picante-en-la-boca-y-cerca-de-los-genitales-bso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/madrastra-torturo-a-nina-de-8-anos-saltando-sobre-ella-y-vertiendole-salsa-picante-en-la-boca-y-cerca-de-los-genitales-bso/">Leer en español</a></p><p>According to arrest documents made public on Tuesday, a concerned elementary school counselor called the Broward Sheriff’s Office on Thursday after seeing the second-grader come in “with two black eyes, a large contusion on her forehead, dried blood coming from her ears and multiple scratches on her arms and neck.”</p><p>Deputies said the girl told her counselor that her stepmother, Melirose Joncky, had inflicted the severe injuries, further saying that an arm injury for which she was in a cast was also caused by the 42-year-old.</p><p>According to a BSO arrest report, the girl told investigators that on Wednesday, Joncky “pushed her down to the ground, pulled her by her feet, and forced her onto her stomach” and while on the ground, “walked on her back, jumping up and down, causing her pain.”</p><p>Joncky, deputies said, then “grabbed the back of her head and slammed it into the floor, causing a large abrasion to her forehead.”</p><p>According to the report, the girl additionally said that Joncky “had used phone chargers to hit her, which she explained were the cause of the multiple lacerations on her arm, legs, back and face.”</p><p>The girl also told investigators that her stepmother “choked her to the point she was unable to breathe” and “has used a kitchen knife and a pot to hit her on her head.“</p><p>“Another form of punishment was to force an entire bottle of hot sauce into her mouth, as well as a mouthful of salt,” BSO Detective Vanessa Encina wrote in the report.</p><p>The girl was taken to Coral Springs Medical Center and later Broward Health Medical Center for treatment, deputies said. Doctors determined she suffered fractures to her ribs, as well as fractures on one of her arms and feet. According to the report, they also found scalp hematomas, a “large contusion to the forehead” and neck swelling.</p><p>Deputies said a forensic medical examination found “ligature marks consistent with a phone cord,” as well as marks near the girl’s genitals.</p><p>According to the report, the girl told detectives that Joncky would “scratch her” on her pubic area and “pour hot sauce on her injuries.”</p><p>Deputies arrested Joncky on aggravated child abuse and child neglect charges on Thursday.</p><p>On Friday, she appeared in Broward County court with the assistance of a Haitian Creole translator. Prosecutors asked her to be held without bond.</p><p>A prosecutor noted that Joncky “admitted to the detective that she was aware of all the injuries the victim was suffering when she dropped her off” at school.</p><p>Her attorney asked the judge to grant a bond “so that she can fight this case from the outside.”</p><p>“She made it clear that she’s denying these allegations,” her attorney said. “She’s innocent.”</p><p>The judge ultimately ordered Joncky held without bond. </p><p>“I’ve never read anything like this,” the judge said. “Based upon what’s alleged in (the report), I’ve got serious concerns for the safety of the victim.”</p><p>As of Tuesday afternoon, online records show that she remained locked up in the BSO Main Jail.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XF5QS4LCOBAQRFSOKIIYS46QWI.jpg?auth=56549456ffe68fd3f25ddf8d7f9ecba0326255a63e45c84d86f1cd7dce555913&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Melirose Joncky]]></media:description></media:content></item><item><title><![CDATA[7-Eleven expects to close hundreds of its stores in North America this year]]></title><link>https://www.local10.com/business/2026/04/14/7-eleven-expects-to-close-hundreds-of-its-stores-in-north-america-this-year/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/14/7-eleven-expects-to-close-hundreds-of-its-stores-in-north-america-this-year/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 18:24:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Convenience chain 7-Eleven expects to close hundreds of its locations this year.</p><p>According to earnings filings published last week, 7-Eleven's North American operator plans to close 645 stores in the 2026 fiscal year — outpacing the 205 locations it forecasts it will open during that same time.</p><p>Seven & i Holdings Co., the Japan-based parent of the convenience chain, noted that these closures “include the conversion to wholesale fuel stores.” Financial documents show that 7-Eleven Inc. has steadily opened new wholesale fuel stores in North America over recent years, which accounted for more than 900 locations as of December 2025.</p><p>The company did not immediately explain the closures or specify which locations could be impacted. The Associated Press reached out for further information.</p><p>According to the company's website, there are over 86,000 7-Eleven stores across 19 countries today. 7-Eleven Inc., the brand’s North American operator based in Texas, oversees more than 13,000 locations in the U.S. and Canada.</p><p>The convenience giant has closed hundreds of underperforming locations over the years, and the latest cuts arrive as higher prices strain consumers worldwide. The U.S. and Israel's war against Iran has especially rattled energy markets, with drivers now facing soaring gas prices.</p><p>Consumers were facing stubborn inflation even before the war. In North America specifically, Seven & i noted in its April 9 report, “although the economy remained robust, personal consumption also began to soften" for the 2025 fiscal year — "particularly among low-income households, as inflation continued to weigh on spending."</p><p>Openings for Seven & i subsidiaries outside of North America are set to outpace the stores they’re closing — including Seven-Eleven Japan, which expects to close 350 stores and open 550 locations, per financial filings.</p><p>Seven & i expects its revenue to fall 9.4% for the current fiscal year, totaling a projected nearly 9.45 trillion yen (about $59.5 billion).</p><p>The company has been looking for new opportunities for growth, and last year outlined a wider transformation plan aimed at boosting its convenience store offerings. Among goals, Seven & i has said it would invest in more fresh food offerings and expand its “7NOW" delivery service.</p><p>The changes also arrive under new leadership. Stephen Hayes Dacus became Seven & i's CEO last spring.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EBPPYRHST2627FEATA3B7DCQT4.jpg?auth=0c47b784e0553f1c2d43d8ecdb8ab0174d7a88bc7a29815f2bb5d0107c1618b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A 7-Eleven store is seen, Feb. 5, 2026, in Boston. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Democrats seek to overturn Trump's new rules for student loan forgiveness]]></title><link>https://www.local10.com/news/politics/2026/04/14/democrats-seek-to-overturn-trumps-new-rules-for-student-loan-forgiveness/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/14/democrats-seek-to-overturn-trumps-new-rules-for-student-loan-forgiveness/</guid><dc:creator><![CDATA[By MORIAH BALINGIT and COLLIN BINKLEY, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 21:30:44 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Democrats in Congress are trying to overturn the Trump administration's changes to a popular student loan forgiveness program, with lawmakers saying the changes are political and could leave some borrowers without the relief they were pledged.</p><p>The Public Service Loan Forgiveness program cancels loans for qualified public service workers after they've made a decade’s worth of payments. It has long been open to those who go to work for the government, public schools, fire and police departments, public hospitals and nonprofits. But last fall, President Donald Trump's administration wrote a new rule that will empower Education Secretary Linda McMahon to kick employers out of the program if she decides their work has a “substantial illegal purpose.”</p><p>Set to take effect in July, the vaguely phrased rule is targeted at employers who support undocumented immigrants or transgender youth, potentially affecting borrowers who work at schools, public hospitals and legal aid groups.</p><p>On Tuesday, Democratic Sens. Tim Kaine of Virginia, Kirsten Gillibrand of New York and Cory Booker of New Jersey introduced a resolution to overturn the rule. A similar measure was brought forward in the House by another trio of Democrats: Joe Courtney of Connecticut, Alma Adams of North Carolina and Scott Peters of California. The lawmakers called the rule “a clear attempt to intimidate and punish certain organizations.”</p><p>Nicholas Kent, the Education Department's higher education chief, equated the Democrats' effort with “standing up for criminal activity.”</p><p>“This is a commonsense reform that will stop taxpayer dollars from subsidizing organizations involved in terrorism, child trafficking and child mutilation procedures that are doing irreversible harm to children,” Kent said in a statement. The rule, he said, will be enforced neutrally, "without consideration of the employer’s mission, ideology or the population they serve.”</p><p>While the Democrats' measure may get a vote, it's unlikely to pass.</p><p>____</p><p>The Associated Press’ education 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/JSPFSW6DU36YKBO4D4FLUBPJAY.jpg?auth=faa51a286039f94614d8153cb142109c804df9b31e6031a17ad48c1393aa5579&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Cory Booker, D-N.J., speaks at the National Action Network (NAN) Convention in New York, Saturday, April 11, 2026. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6Q53W777FNNSYG34I4FCQ7GQ4Q.jpg?auth=a5f88909fe5ab3ee4b1cf3c9e53df92ecb09a9af3dac8b111194182349808785&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of the U.S. Capitol dome on Capitol Hill in Washington, Monday, April 13, 2026. (AP Photo/J. Scott Applewhite)]]></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/4T3E57JPAK5PDORQQOT64U2A2A.jpg?auth=0a66a0d6583e6b62c3b59fb18197c5e1f871dd05eb566e1053350b2012b635c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol, center, is seen with the Supreme Court of the United States, left, and the Library of Congress, right, Thursday, April 9, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[Prevén más tornados y granizo en centro-occidente de EEUU tras fuertes tormentas]]></title><link>https://www.local10.com/espanol/2026/04/14/preven-mas-tornados-y-granizo-en-centro-occidente-de-eeuu-tras-fuertes-tormentas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/preven-mas-tornados-y-granizo-en-centro-occidente-de-eeuu-tras-fuertes-tormentas/</guid><dc:creator><![CDATA[Por NICK INGRAM, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 18:17:12 +0000</pubDate><content:encoded><![CDATA[<p>OTTAWA, Kansas, EE.UU. (AP) — Un día después de que fuertes tormentas dañaran comunidades en el centro-occidente de Estados Unidos, los meteorólogos advirtieron que las tormentas podrían volver a llevar granizo gigante, tornados y fuertes ráfagas de viento a las regiones la tarde y noche del martes.</p><p>Varias personas sufrieron lesiones leves en Kansas después de que las tormentas pasaran ahí el lunes, informaron autoridades. Tres personas resultaron con heridas menores en una zona rural del condado de Franklin, a unos 80 kilómetros (50 millas) al suroeste de Kansas City, según la policía. En Ottawa, una ciudad de unos 13.000 habitantes, las autoridades indicaron que hubo daños estructurales, pero no se registraron muertes ni heridos. También se dañaron líneas eléctricas y árboles, así como varios negocios, incluido uno en el que las paredes exteriores fueron derribadas.</p><p>Un equipo del Servicio Meteorológico Nacional inspeccionará los daños en el área de Ottawa el martes para determinar si un tornado pasó por allí, según Chelsea Picha, meteoróloga de la oficina del servicio meteorológico en Topeka.</p><p>En el vecino condado de Miami, dos personas reportaron lesiones leves, varias viviendas quedaron destruidas y vehículos recreativos y remolques de campamento volcaron, de acuerdo con la policía local. El suministro eléctrico en Hillsdale fue cortado hasta que la limpieza pudiera completarse de manera segura.</p><p>Tres tornados tocaron tierra en el sur de Minnesota, donde se reportaron algunos daños en granjas, según Jake Beitlich, meteorólogo de la oficina meteorológica local. También hubo reportes de granizo que causó daños a vehículos en la zona, agregó.</p><p>Un tornado tocó tierra cerca de Gilman, una localidad de unos 380 habitantes en el noroeste de Wisconsin, indicó Jeff Boyne, meteorólogo de la oficina del Servicio Meteorológico Nacional en La Crosse, Wisconsin, aunque precisó que los daños fueron menores. El servicio meteorológico seguía trabajando para determinar la clasificación del tornado. Las tormentas arrancaron el techo de una casa prefabricada en Steuben, una localidad de unos 120 habitantes en el suroeste de Wisconsin, explicó, pero no se han reportado heridos en el estado.</p><p>Varias escuelas en los alrededores del área de Madison se vieron obligadas a cerrar la mañana del martes debido a la falta de electricidad. Más de 25.000 clientes estaban sin suministro eléctrico en Wisconsin la mañana del martes, según poweroutage.us.</p><p>Los meteorólogos advirtieron sobre inundaciones en ríos y arroyos pequeños previstas hasta el final de la semana en la región de los Grandes Lagos superiores, con las lluvias más intensas esperadas durante la noche y hasta el miércoles, además de inundaciones repentinas dispersas.</p><p>En Michigan, la gobernadora Gretchen Whitmer declaró el estado de emergencia el viernes en el complejo de esclusas y represa de Cheboygan, ya que las nevadas récord de marzo y las lluvias recientes han elevado el nivel de agua. El lunes se estaban agregando más bombas para ayudar a empujar el agua hacia el lago Hurón. Hasta las 7 a. m. del martes, el nivel del agua estaba 19,5 centímetros (7,68 pulgadas) por debajo de la parte superior de la estructura, según un sitio web estatal.</p><p>___________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VMKCMTMSNWUTO4TKSK4CKAXET4.jpg?auth=ef76a2839ccc82ffe3b13674fba969ef420e5d9d7b87c16eea26efd0d00c9156&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trabajadores reparan cables eléctricos en Ottawa, Kansas, el 14 de abril de3l 2026. (AP foto/Nick Ingram)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Ingram</media:credit></media:content></item><item><title><![CDATA[Mascherano out as Inter Miami head coach, cites ‘personal reasons’ ]]></title><link>https://www.local10.com/sports/local/2026/04/14/mascherano-out-as-inter-miami-head-coach-cites-personal-reasons/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/14/mascherano-out-as-inter-miami-head-coach-cites-personal-reasons/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Inter Miami CF head coach Javier Mascherano announced on Tuesday that he is stepping down from his role for “personal reasons.” ]]></description><pubDate>Tue, 14 Apr 2026 17:36:09 +0000</pubDate><content:encoded><![CDATA[<p>Inter Miami CF head coach Javier Mascherano announced on Tuesday that he is stepping down from his role for “personal reasons.” </p><p><a href="https://www.local10.com/espanol/2026/04/14/sale-mascherano-como-tecnico-de-inter-miami-por-razones-personales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/sale-mascherano-como-tecnico-de-inter-miami-por-razones-personales/">Leer en español</a></p><p>Mascherano said he made the decision to end his tenure as head coach, thanking the club for its trust, the staff for their work, and the players for helping create “unforgettable moments.” </p><p>He also expressed appreciation for the fans and said he will always remember the club’s first major title in 2025 and continue wishing Inter Miami success in the future.</p><p>“I would like to thank the Club for the trust they placed in me, every employee who is part of the organization for the collective effort, but especially the players, who made it possible for us to experience unforgettable moments,” Mascherano wrote in a statement. “I also want to thank the fans and La Familia, because none of this would have been possible without them.I will always carry with me the memory of our first star, and wherever I am, I will continue to wish the Club all the best moving forward.” </p><p>Inter Miami co-owner Jorge Mas said Mascherano will remain a key part of Inter Miami’s history, crediting him for his leadership during one of the most successful periods in club history, including MLS Cup success and a strong run at the FIFA Club World Cup. Mas said the club respects his decision and is grateful for his contributions.</p><p>In his first season, Mascherano led Inter Miami to one of its most successful campaigns, winning two major trophies, including its first MLS Cup title and the Eastern Conference championship. </p><p>The team set a league record with 101 goals across the regular season and playoffs and played 58 matches across all competitions in 2025.</p><p>Internationally, Inter Miami became the first MLS club to reach the knockout stage of the FIFA Club World Cup, the first Concacaf team to beat European opposition in an official international match, and the first U.S. team to win a game in the tournament. </p><p>The club also reached the semifinals of the Concacaf Champions Cup and advanced to a second Leagues Cup final in three appearances.</p><p>Mascherano leaves alongside his coaching staff, who joined in January 2024.</p><p>A news release from the team states that Guillermo Hoyos will serve as interim head coach for upcoming matches. </p><p>Hoyos brings more than 20 years of coaching and playing experience across multiple countries, including Argentina, Mexico, Chile, Bolivia, Greece, and Cyprus, and has also worked in youth development at FC Barcelona. Since joining Inter Miami, he has overseen the club’s professional development pathway and served as sporting director.</p><p>The news release also states that Chief Soccer Officer Alberto Marrero will assume the duties of sporting director effective immediately.</p><p>Inter Miami is 3-3-1 on the season and sit third in the Eastern Conference with 12 points. Their next match is on Saturday as they face the Colorado Rapids at Empower Field at Mile High at 4:30 p.m. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6LHQCWBIWBAL3FJ2SXG5SNMHFM.jpg?auth=6fb7dde20ef801ddaef090c975e0ab7169f7ce7c69e32a3d476c527163525e34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami head coach Javier Mascherano gestures during the second half of a CONCACAF Champions Cup Round of 16 soccer match against Nashville, Wednesday, March 18, 2026, in Fort Lauderdale, Fla. (AP Photo/Marta Lavandier) (Copyright 2026 The Associated Press. All Rights Reserved.) (Marta Lavandier/AP)]]></media:description></media:content></item><item><title><![CDATA[Sale Mascherano como técnico de Inter Miami por “razones personales”]]></title><link>https://www.local10.com/espanol/2026/04/14/sale-mascherano-como-tecnico-de-inter-miami-por-razones-personales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/sale-mascherano-como-tecnico-de-inter-miami-por-razones-personales/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El entrenador del Inter Miami CF, Javier Mascherano, anunció el martes que deja su cargo por "motivos personales".]]></description><pubDate>Tue, 14 Apr 2026 18:16:12 +0000</pubDate><content:encoded><![CDATA[<p>El director técnico de Inter Miami CF, Javier Mascherano, anunció el martes que deja su cargo por “razones personales”.</p><p>Mascherano dijo que tomó la decisión de poner fin a su etapa como entrenador, agradeciendo al club por la confianza, al cuerpo técnico por su trabajo y a los jugadores por ayudar a crear “momentos inolvidables”.</p><p>También expresó su agradecimiento a los aficionados y señaló que siempre recordará el primer gran título del club en 2025 y continuará deseándole éxito a Inter Miami en el futuro.</p><p>“Quiero agradecer al club por la confianza que depositaron en mí, a cada empleado que forma parte de la organización por el esfuerzo colectivo, pero especialmente a los jugadores, que hicieron posible que viviéramos momentos inolvidables”, escribió Mascherano en un comunicado. “También quiero agradecer a los aficionados y a La Familia, porque nada de esto habría sido posible sin ellos. Siempre llevaré conmigo el recuerdo de nuestra primera estrella, y dondequiera que esté, seguiré deseándole lo mejor al club en el futuro”.</p><p>El copropietario de Inter Miami, Jorge Mas, dijo que Mascherano seguirá siendo una parte clave de la historia del club, atribuyéndole su liderazgo durante uno de los períodos más exitosos en la historia del equipo, incluyendo el éxito en la MLS Cup y una destacada participación en la Copa Mundial de Clubes de la FIFA. Mas indicó que el club respeta su decisión y agradece sus contribuciones.</p><p>En su primera temporada, Mascherano llevó a Inter Miami a una de sus campañas más exitosas, ganando dos títulos importantes, incluido su primer campeonato de la MLS Cup y el título de la Conferencia Este.</p><p>El equipo estableció un récord de liga con 101 goles entre la temporada regular y los playoffs y disputó 58 partidos en todas las competiciones en 2025.</p><p>A nivel internacional, Inter Miami se convirtió en el primer club de la MLS en alcanzar la fase eliminatoria de la Copa Mundial de Clubes de la FIFA, el primer equipo de Concacaf en vencer a un rival europeo en un partido internacional oficial y el primer equipo de Estados Unidos en ganar un partido en el torneo.</p><p>El club también llegó a las semifinales de la Concacaf Champions Cup y avanzó a una segunda final de la Leagues Cup en tres participaciones.</p><p>Mascherano se marcha junto a su cuerpo técnico, que se unió en enero de 2024.</p><p>Un comunicado del equipo señala que Guillermo Hoyos será el entrenador interino para los próximos partidos.</p><p>Hoyos cuenta con más de 20 años de experiencia como entrenador y jugador en varios países, incluidos Argentina, México, Chile, Bolivia, Grecia y Chipre, y también ha trabajado en el desarrollo juvenil en el FC Barcelona. Desde su llegada a Inter Miami, ha supervisado la ruta de desarrollo profesional del club y se desempeñaba como director deportivo.</p><p>El comunicado también indica que el director de fútbol, Alberto Marrero, asumirá las funciones de director deportivo con efecto inmediato.</p><p>Inter Miami tiene un récord de 3-3-1 en la temporada y se ubica en el tercer lugar de la Conferencia Este con 12 puntos. Su próximo partido será el sábado, cuando enfrenten al Colorado Rapids en el Empower Field at Mile High a las 4:30 p.m.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6LHQCWBIWBAL3FJ2SXG5SNMHFM.jpg?auth=6fb7dde20ef801ddaef090c975e0ab7169f7ce7c69e32a3d476c527163525e34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami head coach Javier Mascherano gestures during the second half of a CONCACAF Champions Cup Round of 16 soccer match against Nashville, Wednesday, March 18, 2026, in Fort Lauderdale, Fla. (AP Photo/Marta Lavandier) (Copyright 2026 The Associated Press. All Rights Reserved.) (Marta Lavandier/AP)]]></media:description></media:content></item><item><title><![CDATA[Madrastra torturó a niña de 8 años saltando sobre ella y vertiéndole salsa picante en la boca y cerca de los genitales: BSO]]></title><link>https://www.local10.com/espanol/2026/04/14/madrastra-torturo-a-nina-de-8-anos-saltando-sobre-ella-y-vertiendole-salsa-picante-en-la-boca-y-cerca-de-los-genitales-bso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/madrastra-torturo-a-nina-de-8-anos-saltando-sobre-ella-y-vertiendole-salsa-picante-en-la-boca-y-cerca-de-los-genitales-bso/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una mujer de Deerfield Beach se enfrenta a dos cargos por delitos graves después de que las autoridades afirmaran que sometió a su hijastra de 8 años a una tortura severa que le provocó moretones, hinchazón y múltiples fracturas.]]></description><pubDate>Tue, 14 Apr 2026 18:08:28 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de Deerfield Beach se enfrenta a dos cargos por delitos graves después de que las autoridades afirmaran que sometió a su hijastra de 8 años a una tortura severa que le provocó moretones, hinchazón y múltiples fracturas.</p><p>Según los documentos de detención que se hicieron públicos el martes, una consejera escolar de primaria, preocupada por la situación, llamó a la Oficina del Sheriff del Condado de Broward el jueves tras ver a la niña de segundo grado llegar con “dos ojos morados, una gran contusión en la frente, sangre seca que le salía de los oídos y múltiples arañazos en los brazos y el cuello”.</p><p>Los agentes dijeron que la niña le contó a su consejera que su madrastra, Melirose Joncky, le había infligido las graves lesiones, y añadieron que una lesión en el brazo por la que llevaba una escayola también fue causada por la mujer de 42 años.</p><p>Según un informe de arresto de la BSO, la niña declaró a los investigadores que el miércoles, Joncky “la empujó al suelo, la jaló de los pies y la obligó a tumbarse boca abajo” y, mientras estaba en el suelo, “caminó sobre su espalda, saltando arriba y abajo, causándole dolor”.</p><p>Según los agentes, Joncky “la agarró por la nuca y la estrelló contra el suelo, provocándole una gran abrasión en la frente”.</p><p>Según el informe, la niña también declaró que Joncky “había usado cargadores de teléfono para golpearla, lo que, según explicó, fue la causa de las múltiples laceraciones en su brazo, piernas, espalda y rostro”.</p><p>La niña también declaró a los investigadores que su madrastra “la estranguló hasta el punto de que no podía respirar” y que “utilizó un cuchillo de cocina y una olla para golpearla en la cabeza”.</p><p>“Otra forma de castigo consistía en obligarla a tragarse una botella entera de salsa picante, además de un puñado de sal”, escribió la detective Vanessa Encina de la Oficina del Sheriff del Condado de Broward en el informe.</p><p>Según informaron los agentes, la niña fue trasladada al Centro Médico de Coral Springs y posteriormente al Centro Médico Broward Health para recibir tratamiento. Los médicos determinaron que sufrió fracturas en las costillas, así como fracturas en un brazo y en un pie.</p><p>Los agentes indicaron que un examen médico forense reveló “marcas de ligadura compatibles con un cable de teléfono”, así como marcas cerca de los genitales de la niña.</p><p>Según el informe, la niña declaró a los detectives que Joncky la “arañaba” en la zona púbica y le “echaba salsa picante en las heridas”.</p><p>El jueves, los agentes arrestaron a Joncky por cargos de abuso infantil agravado y negligencia infantil.</p><p>El viernes compareció ante el tribunal del condado de Broward con la ayuda de un traductor de criollo haitiano. La fiscalía solicitó que permaneciera detenida sin derecho a fianza.</p><p>Un fiscal señaló que Joncky “admitió ante el detective que era consciente de todas las lesiones que sufría la víctima cuando la dejó” en la escuela.</p><p>Su abogada solicitó al juez que le concediera la libertad bajo fianza “para que pueda defenderse en este caso desde fuera”.</p><p>“Dejó claro que niega estas acusaciones”, dijo su abogado. “Es inocente”.</p><p>Finalmente, el juez ordenó que Joncky permaneciera detenido sin derecho a fianza.</p><p>“Nunca había leído nada parecido”, dijo el juez. “Basándome en lo que se alega en (el informe), me preocupa seriamente la seguridad de la víctima”.</p><p>Según los registros en línea de este martes por la tarde, permanecía recluida en la cárcel principal de la BSO.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XF5QS4LCOBAQRFSOKIIYS46QWI.jpg?auth=56549456ffe68fd3f25ddf8d7f9ecba0326255a63e45c84d86f1cd7dce555913&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Melirose Joncky]]></media:description></media:content></item><item><title><![CDATA[Fort Lauderdale unveils $67.8M stormwater project for 2 low-lying neighborhoods]]></title><link>https://www.local10.com/news/local/2026/04/14/fort-lauderdale-unveils-678m-stormwater-project-for-2-low-lying-neighborhoods/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/fort-lauderdale-unveils-678m-stormwater-project-for-2-low-lying-neighborhoods/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[As part of a larger, $1.6 billion plan, Fort Lauderdale officials unveiled a $67.8 million stormwater pump Tuesday that’s designed to protect two low-lying neighborhoods from severe floods.]]></description><pubDate>Tue, 14 Apr 2026 16:52:05 +0000</pubDate><content:encoded><![CDATA[<p>As part of a larger, <a href="https://www.local10.com/news/local/2025/09/27/fort-lauderdale-mayor-says-stormwater-management-system-project-is-moving-ahead/" target="_self" rel="" title="https://www.local10.com/news/local/2025/09/27/fort-lauderdale-mayor-says-stormwater-management-system-project-is-moving-ahead/">$1.6 billion plan</a>, Fort Lauderdale officials unveiled a $67.8 million stormwater pump Tuesday that’s designed to protect two low-lying neighborhoods from severe floods.</p><p><a href="https://www.local10.com/espanol/2026/04/14/fort-lauderdale-presenta-proyecto-de-67800000-usd-para-drenaje-pluvial-en-dos-vecindarios-vulnerables/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/fort-lauderdale-presenta-proyecto-de-67800000-usd-para-drenaje-pluvial-en-dos-vecindarios-vulnerables/">Leer en español</a></p><p>The pump has the capacity to handle nearly 11,000 gallons per minute, taking flood water out of the Durrs and Dorsey Riverbend neighborhoods while capturing debris and sediment, preventing pollutants and trash from entering adjacent waterways.</p><p>“We’re entering the rainy season,” Fort Lauderdale Commissioner Pam Beasley-Pittman said. “Whew. Thank you. We got this done.”</p><p>The pump, which Beasley-Pittman said will bring “faster drainage, safer streets and greater peace of mind for families and businesses,” also features a backup generator, an electrical building and a transformer pad on site.</p><p>Three years prior, the two neighborhoods were one of several in Fort Lauderdale left inundated after record-breaking rain.</p><p>“I’ve never seen so much water in my life,” Dorsey Riverbend resident Zachary Bailey said. “It was actually knee-deep.”</p><p>The pump project is just one of many the city plans to complete over the next decade.</p><p>“This project is just a milestone,” Fort Lauderdale City Manager Rickelle Williams said. “We have many more to go.”</p><p>It’s part of the <a href="https://www.fortlauderdale.gov/government/departments-i-z/public-works/engineering-division/fortify-lauderdale" target="_self" rel="" title="https://www.fortlauderdale.gov/government/departments-i-z/public-works/engineering-division/fortify-lauderdale">“Fortify Lauderdale”</a> initiative, which is being broken into two phases.</p><p>Crews have finished projects in two other low-lying neighborhoods: Edgewood and River Oaks.</p><p>Up next to complete phase one will be the Progresso, Victoria Park, Southeast Isles and Melrose Manors neighborhoods. Those projects are expected to be complete within three years.</p><p>By 2034, city officials say they hope to have projects done in more than a dozen more neighborhoods.</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[Fort Lauderdale presenta proyecto de $67,800,000 USD para drenaje pluvial en dos vecindarios vulnerables]]></title><link>https://www.local10.com/espanol/2026/04/14/fort-lauderdale-presenta-proyecto-de-67800000-usd-para-drenaje-pluvial-en-dos-vecindarios-vulnerables/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/fort-lauderdale-presenta-proyecto-de-67800000-usd-para-drenaje-pluvial-en-dos-vecindarios-vulnerables/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[Como parte de un plan más amplio de 1.600 millones de dólares, las autoridades de Fort Lauderdale presentaron el martes una bomba de aguas pluviales de 67,8 millones de dólares diseñada para proteger a dos barrios bajos de inundaciones graves.]]></description><pubDate>Tue, 14 Apr 2026 18:01:40 +0000</pubDate><content:encoded><![CDATA[<p>Como parte de un <a href="https://www.local10.com/news/local/2025/09/27/fort-lauderdale-mayor-says-stormwater-management-system-project-is-moving-ahead/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/09/27/fort-lauderdale-mayor-says-stormwater-management-system-project-is-moving-ahead/">plan más amplio de $1,600,000,000 USD</a>, funcionarios de Fort Lauderdale presentaron el martes una bomba de aguas pluviales de $67,800,000 USD diseñada para proteger a dos vecindarios de baja elevación de inundaciones severas.</p><p>La bomba tiene la capacidad de manejar casi 11,000 galones por minuto, extrayendo el agua de inundación de los vecindarios Durrs y Dorsey Riverbend mientras captura escombros y sedimentos, evitando que contaminantes y basura ingresen a vías fluviales cercanas.</p><p>“Estamos entrando en la temporada de lluvias”, dijo la comisionada de Fort Lauderdale Pam Beasley-Pittman. “Uf. Gracias. Logramos completar esto”.</p><p>La bomba, que según Beasley-Pittman brindará “drenaje más rápido, calles más seguras y mayor tranquilidad para familias y negocios”, también cuenta con un generador de respaldo, un edificio eléctrico y una plataforma para transformador en el lugar.</p><p>Tres años antes, ambos vecindarios estuvieron entre varios en Fort Lauderdale que quedaron inundados tras lluvias récord.</p><p>“Nunca había visto tanta agua en mi vida”, dijo Zachary Bailey, residente de Dorsey Riverbend. “Llegaba hasta las rodillas”.</p><p>El proyecto de la bomba es solo uno de muchos que la ciudad planea completar en la próxima década.</p><p>“Este proyecto es solo un hito”, dijo la administradora de la ciudad de Fort Lauderdale, Rickelle Williams. “Tenemos muchos más por delante”.</p><p>Forma parte de la iniciativa “Fortify Lauderdale”, que se divide en dos fases.</p><p>Los equipos ya completaron proyectos en otros dos vecindarios de baja elevación: Edgewood y River Oaks.</p><p>Los próximos en completar la fase uno serán los vecindarios Progresso, Victoria Park, Southeast Isles y Melrose Manors. Se espera que esos proyectos estén terminados en un plazo de tres años.</p><p>Para 2034, funcionarios de la ciudad esperan haber completado proyectos en más de una docena de vecindarios adicionales.</p>]]></content:encoded></item><item><title><![CDATA[The Kennedy Center wants to show that the building really needs a renovation]]></title><link>https://www.local10.com/news/2026/04/14/the-kennedy-center-wants-to-show-that-the-building-really-needs-a-renovation/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/14/the-kennedy-center-wants-to-show-that-the-building-really-needs-a-renovation/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 20:20:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Kennedy Center's new leadership wants to prove to critics that the building is damaged beyond simple repair. It's starting with Congress.</p><p>Matt Floca, the performing arts institution's new executive director and chief operating officer, is leading a series of tours this month that show water damage and intrusion to expansion joints, marble slabs and exterior pavers. Participants are guided through the building's water and HVAC systems, as well as the parking garages and loading docks that are said to need repairs.</p><p>The sessions began earlier this month while Congress was in recess and included staff for a bipartisan group of lawmakers, including Senate Minority Leader Chuck Schumer and House Democratic Leader Hakeem Jeffries, the top Democrats on Capitol Hill. A representative for Washington Mayor Muriel Bowser was also included on the tour.</p><p>Similar access has been provided for several corporate and individual donors and in the coming weeks, Floca is expected to provide tours for the lawmakers themselves and members of the media.</p><p>Assessing a suddenly controversial operation</p><p>Once one of Washington's relatively few apolitical spaces, the Kennedy Center has become a source of controversy during President Donald Trump's second term. Shortly after returning to office, Trump ousted the institution's previous leadership and replaced it with a handpicked board of directors.</p><p>The president's name was added to the building's facade and its programming took a Trump-friendly turn, serving as a venue for events such as the premiere of first lady Melania Trump's documentary, “Melania.”</p><p>Trump's move to shutter the building for two years starting in July, which was approved by the board last month, has spurred lawsuits and an outcry that the closure is merely a response to plunging sales as artists canceled Kennedy Center performances in droves.</p><p>The tours are intended to cut through that and show that the Kennedy Center, which began construction in 1965, is in genuine need of a fundamental update.</p><p>“As the July closure approaches, the Trump Kennedy Center is leading with transparency and making sure Congress and the public understand what’s at stake and why the work can’t wait,” Floca said in a statement.</p><p>In addition to staff for Schumer, Jeffries, and Bowser, the recent tour included representatives for Senate Majority Leader John Thune, R-S.D., Sens. Shelley Moore Capito, R-W.Va., Mark Warner, D-Va., Susan Collins, R-Maine, and Sheldon Whitehouse, D-R.I., along with Reps. Sam Graves, R-Mo., and Rick Larsen, D-Wash.</p><p>By virtue of their positions, these lawmakers are ex officio members of the Kennedy Center's board. Kennedy Center spokesperson Roma Daravi said working with both parties was a “top priority” as the institution implements Trump's vision for the renovation.</p><p>None of the participants discussed the tour on the record.</p><p>Need for repairs is not disputed</p><p>Trump secured nearly $257 million from Congress to repair the Kennedy Center. Those who are arguing against its closure haven't disputed the need for routine maintenance and repairs. They say the more substantial changes Trump has hinted at are in the works and should go through the typical review process that governs many major projects in the nation’s capital.</p><p>Trump has suggested changes at the Kennedy Center could be so dramatic that the steel supporting the structure could be “ fully exposed.”</p><p>According to a lawsuit filed last month against Trump, the Kennedy Center and others in the administration, “Demolition, new construction, major reconstruction, major renovation, or major aesthetic transformation of the Kennedy Center would permanently destroy historic fabric, degrade the monumental core’s vistas and public grounds, and compromise the Kennedy Center’s memorial purpose and architectural integrity, causing permanent, irreversible harm that no subsequent remedy can fully undo."</p><p>The Kennedy Center is entering a critical period before its anticipated July closure, which will produce staff reductions.</p><p>In the meantime, the Kennedy Center is still hosting shows, including the musical “Chicago,” which Trump attended this month. Performances of “Moulin Rouge! The Musical” are on the calendar from June 18 through July 5. Comedian Bill Maher will be presented the prestigious Mark Twain Prize for American Humor on June 28, just before the closure begins.</p><p>The Kennedy Center is part of Trump's broader effort to leave a lasting imprint on the Washington cityscape. He demolished the East Wing of the White House last year and wants to replace it with a ballroom, an effort that is also tangled in litigation.</p><p>The president also unveiled plans on Friday for an arch that would stand between the Lincoln Memorial in the east and Arlington National Cemetery toward the west and within a traffic circle connecting Washington with northern Virginia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ORWYLIXP5VT2V57Q7YDZP6ZIVU.jpg?auth=94a39f2bf64c88c109f488f3682d56f7445a6c866fb0fd44bd1582bf702651de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vista de frente al Kennedy Center para las Artes Escénicas, el 2 de febrero de 2026, en Washington. (Foto AP/Rahmat Gul, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D47XDZXQH53WTGA3NTMFHPDY7A.jpg?auth=24157f2cc2dd1441816825e5bbb952821b889464233cdb7da3a4c853d0b42e59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump and first lady Melania Trump arrive to attend the opening nights of the musical "Chicago" at the John F. Kennedy Center for the Performing Arts in Washington, Tuesday, March 31, 2026. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[La presidenta de México exige investigar la muerte de 15 mexicanos bajo custodia del ICE]]></title><link>https://www.local10.com/espanol/2026/04/14/la-presidenta-de-mexico-exige-investigar-la-muerte-de-15-mexicanos-bajo-custodia-del-ice/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/la-presidenta-de-mexico-exige-investigar-la-muerte-de-15-mexicanos-bajo-custodia-del-ice/</guid><dc:creator><![CDATA[Por MEGAN JANETSKY, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 19:07:58 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — El gobierno de México protestó el martes por el número de ciudadanos mexicanos que han muerto bajo custodia en Estados Unidos, mientras que la presidenta Claudia Sheinbaum ha rechazado las políticas del presidente estadounidense Donald Trump en múltiples frentes.</p><p>La líder progresista mexicana ha actuado de forma cuidadosa con Trump durante más de un año, respondiendo a provocaciones con un tono mesurado y atendiendo las solicitudes de Estados Unidos para endurecer las acciones contra los cárteles criminales más que sus predecesores, en un esfuerzo por contrarrestar amenazas de aranceles y de acción militar estadounidense contra las bandas.</p><p>Pero tras el aumento de muertes de ciudadanos mexicanos bajo custodia de agentes de inmigración y la decisión del gobierno de Trump de imponer un bloqueo energético a Cuba —un aliado clave de México—, Sheinbaum ha adoptado una postura más dura.</p><p>“Se apreció cierta elevación en el tono de la presidenta”, comentó Palmira Tapia, analista del Centro de Investigación y Docencia Económicas. “Hubo un cambio, que es más vocal la presidenta”.</p><p>Muertes bajo custodia del ICE</p><p>La crítica más reciente de Sheinbaum se produjo el martes, un día después de que el mexicano Alejandro Cabrera Clemente, de 49 años, murió en un centro de detención del Servicio de Inmigración y Control de Aduanas (ICE, por sus siglas en inglés) en Luisiana, la decimoquinta muerte de un ciudadano mexicano bajo custodia en Estados Unidos en poco más de un año.</p><p>El gobierno de México calificó rápidamente las muertes de inaceptables y señaló que los centros de detención del ICE son “incompatibles con estándares de derechos humanos, y protección de la vida de las personas”.</p><p>Durante una conferencia de prensa el martes, Sheinbaum añadió que solicitó investigaciones sobre la muerte de los 15 migrantes, y ordenó a los cónsules mexicanos que visiten los centros de detención a diario.</p><p>Dijo que su gobierno plantearía las muertes de personas bajo custodia ante la Comisión Interamericana de Derechos Humanos, y que consideraba la posibilidad de acudir a las Naciones Unidas. Su gobierno ya había dicho que presentaría un escrito legal en apoyo a una demanda de detenidos por las malas condiciones en los centros de detención.</p><p>“Vamos a defender a los mexicanos en todas las instancias”, afirmó Sheinbaum, y agregó que “hay muchos mexicanos que su único delito es no tener papeles”.</p><p>Las medidas del gobierno de Sheinbaum se suman al creciente rechazo en Estados Unidos a la aplicación de las políticas migratorias de Trump. Cerca de 6 de cada 10 adultos en Estados Unidos dicen que el mandatario “ha ido demasiado lejos” al enviar agentes federales de inmigración a ciudades estadounidenses, según una encuesta AP-NORC de febrero.</p><p>“El creciente descontento en torno a las actividades del ICE en Estados Unidos crea una plataforma más cómoda para que integrantes del gobierno mexicano expresen preocupaciones sobre el destino de los ciudadanos mexicanos”, señaló Carin Zissis, vicepresidenta de estrategia de contenido del Consejo de las Américas.</p><p>“Cabeza fría”</p><p>Sheinbaum ha mantenido lo que ha descrito como “cabeza fría” ante las provocaciones de Trump, quien ha ejercido más presión sobre América Latina que cualquier líder estadounidense en décadas. En apenas unos meses, el gobierno del republicano depuso al presidente de Venezuela, impuso un bloqueo petrolero a Cuba y amenazó con una intervención militar contra los cárteles mexicanos.</p><p>La mandataria mexicana debe equilibrar el mantenimiento de una relación sólida con Trump mientras subraya repetidamente la soberanía de México para satisfacer a su propia base. Sus mesuradas respuestas se asemejan más a las de una abogada que a las de la jefa del movimiento político populista más poderoso de México.</p><p>Su gobierno ha actuado con mayor dureza contra los cárteles que su predecesor y reforzó las relaciones comerciales de cara a las renegociaciones del Tratado entre Estados Unidos, México y Canadá, o T-MEC.</p><p>Aunque Trump ha lanzado pullas públicas contra Sheinbaum —en un momento dado, sugirió que los cárteles tienen mayor control sobre México que su gobierno—, también ha señalado periódicamente que su relación es cordial.</p><p>“Ella es realmente una buena persona, me cae muy bien”, dijo el mes pasado, antes de imitar a la líder mexicana con una voz aguda.</p><p>Diferencias por Cuba</p><p>Pero los cambios geopolíticos en la región, y el aumento de muertes en instalaciones del ICE, también han abierto la puerta para que Sheinbaum adopte una postura más firme.</p><p>El principal punto de fricción entre ambos gobiernos ha sido Cuba. La solidaridad con el adversario de Estados Unidos ha sido una piedra angular del carácter político de México desde la revolución cubana, que Fidel Castro, Ernesto “Ché” Guevara y un grupo de exiliados planearon célebremente mientras estaban en Ciudad de México. Es un tema particularmente sensible para su partido progresista Morena, cuyo fundador llevó a Sheinbaum al poder.</p><p>La relación encontró un obstáculo a finales de enero, cuando Trump anunció que impondría aranceles a cualquier país que envíe petróleo a Cuba. La medida afectó directamente a México, que durante años ha enviado petróleo a la isla.</p><p>Aunque Sheinbaum pausó a regañadientes los envíos de petróleo a Cuba, ha cuestionado constantemente la presión del gobierno de Trump por un cambio de régimen.</p><p>“Mexico tiene todo el derecho de enviar combustible ya sea por razones humanitarias o comerciales”, expresó Sheinbaum a inicios de la semana.</p><p>Ha descrito el bloqueo energético de Trump a Cuba como “injusto” y acusó al gobierno estadounidense de “estrangular” a los cubanos con sanciones. La líder mexicana ha enviado cargamentos de alimentos y otra ayuda, e incluso donó 1.000 dólares de su propio dinero a los esfuerzos de auxilio como un gesto simbólico.</p><p>“Este es un tema Rubicón para ella”, dijo Arturo Sarukhán, exembajador de México en Estados Unidos.</p><p>Aun así, las acciones de la líder mexicana han generado desaprobación en Washington.</p><p>Sheinbaum anunció recientemente que su país seguiría contando con médicos cubanos para trabajar en el país, distanciándose de otras naciones de Centroamérica y el Caribe que han cancelado sus programas ante la presión de Estados Unidos.</p><p>Esto fue recibido con amenazas veladas por parte del gobierno de Trump, que señaló las restricciones de visas impuestas a funcionarios centroamericanos con vínculos con lo que el secretario de Estado estadounidense, Marco Rubio, calificó como un “entramado de trabajo forzado”.</p><p>La Casa Blanca no comentó el martes sobre el endurecimiento de las posturas de Sheinbaum, ni sobre el aumento del número de muertes de ciudadanos mexicanos bajo custodia del ICE.</p><p>Mayor margen de maniobra</p><p>El tono más audaz que Sheinbaum adoptó en fechas recientes sugiere un cálculo de que su gobierno puede ofrecer resistencia en algunos frentes políticamente importantes, siempre y cuando también avance en el fortalecimiento del comercio y el cumplimiento de las solicitudes del gobierno de Trump en materia de seguridad y migración, dijo Zissis.</p><p>Al mismo tiempo, el alza de los precios de la energía debido a la guerra con Irán ha hecho que Estados Unidos dependa más de aliados en México, señalaron ella y otros analistas, lo que ha llevado a Washington a dar marcha atrás en cualquier medida drástica contra los cárteles mexicanos o Cuba, al menos en el corto plazo.</p><p>“Estamos en un momento en el que, debido a acontecimientos globales, enfrentamos distintas incertidumbres económicas. Eso le da a Estados Unidos y a México más razones para trabajar juntos”, sostuvo.</p><p>Al mismo tiempo, el exembajador Sarukhán dijo que Sheinbaum tendrá que tener cuidado de no poner en riesgo las próximas renegociaciones del T-MEC, para las cuales su gobierno ha hecho esfuerzos minuciosos para construir una base sólida.</p><p>“Lo que va a ser interesante de aquí en adelante es si puede seguir teniendo su pastel y comérselo también”, dijo Sarukhán.</p><p>_______</p><p>Weissert informó desde Washington D.C.</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/RD2X2RFUEV25WZWSCME3YE6NYU.jpg?auth=3df72e2016681a2c5b4f5b9f1446659a72d950a7792883332aac423fa552a43a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – La presidenta mexicana Claudia Sheinbaum en su conferencia de prensa matutina en el Palacio Nacional en Ciudad de México, el 23 de febrero de 2026. (AP Foto/Ginnette Riquelme, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ginnette Riquelme</media:credit></media:content></item><item><title><![CDATA[Attorney for suspect in attack at Sam Altman’s home says he was in midst of 'mental health crisis']]></title><link>https://www.local10.com/tech/2026/04/14/attorney-for-suspect-in-attack-at-sam-altmans-home-says-he-was-in-midst-of-mental-health-crisis/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/14/attorney-for-suspect-in-attack-at-sam-altmans-home-says-he-was-in-midst-of-mental-health-crisis/</guid><dc:creator><![CDATA[By OLGA R. RODRIGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 23:33:07 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — The man accused of trying to kill OpenAI CEO Sam Altman by throwing a Molotov cocktail at his San Francisco home was experiencing a mental health crisis and has been overcharged by prosecutors, his public defender said Tuesday.</p><p>Daniel Moreno-Gama made his first court appearance on state charges Tuesday, wearing an orange jail uniform and with disheveled hair. The 20-year-old, whose attorney said is autistic, kept his gaze down during the brief hearing and softly answered “yes” when asked by a judge whether he agreed to continue his arraignment. San Francisco Judge Kenneth Wine ordered him held without bail and set his arraignment for May 5.</p><p>Authorities say Moreno-Gama, of Spring, Texas, hurled the incendiary device at Altman’s home Friday, setting an exterior gate on fire before fleeing on foot. Less than an hour later, Moreno-Gama went to OpenAI’s headquarters about 3 miles (5 kilometers) away and threatened to burn down the building, they said. They said he traveled to the city from Texas.</p><p>No one was injured at Altman’s home or the company's offices. San Francisco Deputy Public Defender Diamond Ward called the case a “property crime, at best,” and said that prosecutors are pursuing higher charges to curry favor for Altman. Moreno-Gama also faces federal charges.</p><p>“It is unfair and is unjust for the San Francisco district attorney and the federal government to fear monger and to exploit the mental illness of a vulnerable, young man by turning a vandalism case into an attempted murder, life exposure case to gain support of a billionaire, and to get political points at the expense of true justice for everyone involved,” Ward said.</p><p>San Francisco District Attorney Brooke Jenkins disputed that he was overcharged, saying Moreno-Gama carried out a “targeted attack on Mr. Altman” and that prosecutors had evidence to back up the charges. She said prosecutors would act the same whether the victim was a “billionaire or a CEO or any average San Franciscan.”</p><p>“Regardless of a victim's status, they all deserve justice and they all deserve safety,” she said.</p><p>Authorities said Moreno-Gama, who works part-time at a pizzeria and is attending community college, expressed hatred of artificial intelligence in his writings, describing it as a danger to humanity and warning of “impending extinction,” according to court filings.</p><p>“This was not spontaneous. This was planned, targeted and extremely serious,” FBI San Francisco Acting Special Agent in Charge Matt Cobo said during a news conference Monday.</p><p>Moreno-Gama is charged in California state court with two counts of attempted murder and attempted arson. He tried to kill both Altman and a security guard at Altman’s residence, Jenkins alleged. Officials have not said whether Altman was home at the time, prosecutors said.</p><p>Jenkins said the state charges carry penalties ranging from 19 years to life in prison.</p><p>On Monday morning, FBI agents went to Moreno-Gama’s home in a Houston suburb where they spent several hours before leaving. He has also been charged by federal prosecutors with possession of an unregistered firearm and damage and destruction of property by means of explosives. Those charges carry respective penalties of up to 10 years and 20 years in prison.</p><p>“We will treat this as an act of domestic terrorism, and together with our partners, prosecute him to the fullest extent of the law,” U.S. Attorney Craig Missakian said .</p><p>The federal court documents do not list an attorney for Moreno-Gama, and he has not yet had his first appearance in federal court.</p><p>The document in which Moreno-Gama discussed his opposition to AI also made threats against Altman and executives at other AI companies, officials said.</p><p>“If I am going to advocate for others to kill and commit crimes, then I must lead by example and show that I am fully sincere in my message,” Moreno-Gama wrote, according to authorities.</p><p>Advocacy groups that have issued grave warnings about AI’s risks to society condemned the violence.</p><p>Anthony Aguirre, president and CEO of the Future of Life Institute, said in a written statement Friday that “violence and intimidation of any kind have no place in the conversation about the future of AI.”</p><p>Another group, PauseAI, said in a statement that the suspect had no role in the group but joined its forum on the social media platform Discord about two years ago and posted about 34 messages there, none containing explicit calls to violence but one that was flagged as “ambiguous.”</p><p>Discord said Monday that it has banned Moreno-Gama for “off-platform behavior.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KQDESEMEZZY4ST2REAVBEHCZEE.jpg?auth=c19bdfb81146f55e46e9fa804cd2d73e13238f3178f90f7c0be09e4cf54cd1d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Public defenders Diamond Ward, foreground left, and Nuha Abusamra, right, representing, Daniel Moreno-Gama, speak to reporters outside of a courtroom on Tuesday, April 14, 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/LF72JYP3X2IRUCPQLYRZGAZYWQ.jpg?auth=b1974bb563312ebb270f463cc137e174219f7d2a20d64fc28607e163e3518141&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Daniel Moreno-Gama, middle, appears in court with public defenders Diamond Ward, left, and Nuha Abusamra on Tuesday, April 14, 2026, in San Francisco. (AP Photo/Jeff Chiu, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YL66ZPJJBXIJE6UVJQ24AQU64A.jpg?auth=a17015d6ef4cafc8bd686b0f8f62354d5111facd57b1510d76992fdb739488d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Daniel Moreno-Gama, right, leaves court with public defender Diamond Ward on Tuesday, April 14, 2026, in San Francisco. (AP Photo/Jeff Chiu, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LPFL3XHPPZFJPDHRGIINMGITAY.jpg?auth=14a83c068596b1f3b1d5c6c8af1e1954b198bf1c4744e7d327240d3a3b3ec282&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco District Attorney Brooke Jenkins speaks to reporters outside of a courtroom, Tuesday, April 14, 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[Warner Bros. to take the stage at CinemaCon as filmmakers oppose Paramount acquisition]]></title><link>https://www.local10.com/business/2026/04/14/warner-bros-to-take-the-stage-at-cinemacon-as-filmmakers-oppose-paramount-acquisition/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/14/warner-bros-to-take-the-stage-at-cinemacon-as-filmmakers-oppose-paramount-acquisition/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 23:10:20 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — Fresh off best picture, best actor and best director wins at the Oscars last month, Warner Bros. is presenting its upcoming slate to movie theater owners.</p><p>The storied studio will take the main stage at Caesar’s Palace in Las Vegas Tuesday for the annual CinemaCon convention and trade show. But this year is not just business as usual, with its pending acquisition by another legacy studio, Paramount, looming.</p><p>Filmmakers like Denis Villeneuve and J.J. Abrams are expected to make appearances to hype their upcoming films with Warner Bros. Villeneuve has “Dune: Part Three” arriving in December, and Abrams has a Glen Powell and Jenna Ortega sci-fi movie, “The Great Beyond” in November. The two filmmakers also share something beyond fall releases for the same studio: Unequivocal opposition to the merger. They were among the over 1,000 signers of an open letter published Monday to a website called BlocktheMerger.com. Some attendees at the convention have also been wearing #blockthemerger pins as well.</p><p>Greg Marcus, whose company's Marcus Theaters is the fourth largest theater circuit in the United States with 78 locations in 17 states told The Associated Press Monday that he was concerned as well for what it means for moviegoers and the price of tickets.</p><p>“The concentration of power at the studio level has allowed them to raise the cost of going to the movies to the consumer quite significantly,” Marcus said. “Our margins are no better. We’re not making more money. And yet the cost to the consumer has far outpaced inflation.”</p><p>Michael O’Leary, the president and CEO of the movie theater trade organization, reiterated his group’s opposition to the merger Tuesday morning.</p><p>“Consolidation results in fewer films being produced for movie theaters,” he said. “We believe this transaction will be harmful to exhibition, consumers and the entire industry.”</p><p>O'Leary told reporters that the decision is in the hands of regulators now.</p><p>Not everyone in the business of making and releasing movies is opposed to a Paramount owned Warner Bros. James Cameron is, in fact, a supporter. He also publicly opposed the idea of a Netflix owned Warner Bros. because of the possible implications for theaters. But he doesn't have the same fears with Paramount.</p><p>Speaking to the AP last week on behalf of the upcoming big screen concert film “Billie Eilish — Hit Me Hard and Soft: The Tour (Live in 3D),” which is being released by Paramount, Cameron said “I’m a supporter of it, I know it’s controversial.”</p><p>Cameron worked with Paramount Skydance chair and CEO David Ellison closely on “Terminator: Dark Fate.” Ellison has promised to grow the combined Paramount-Warner Bros. slates to some 30 theatrical releases a year.</p><p>“I know David quite well. And I know that he really cares about movies. And he’s a natural born storyteller and thinks like almost an old school entrepreneurial producer that was a storyteller that loves storytelling and loved putting on spectacular shows,” Cameron said. “He’s the right man for the job to run a major studio, and now it looks like he’s going to have two of them, you know, swept under his leadership, which doesn’t bother me at all.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LGQASC7YG4NVHC3MBWSK6IDKQI.jpg?auth=5afc3725ffad1726554b02577530b266dc71ba7645c8470d917018296e348abf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A maintenance worker walks past advertisements for the upcoming films "The Devil Wears Prada," left, and "Supergirl" during the opening day of CinemaCon 2026, the official convention of Cinema United, on Monday, April 13, 2026, at Caesars Palace in Las Vegas. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2PVVNAR7ZP6RE57Y6YHKQPMURQ.jpg?auth=34989fa0491997766c7ce0bd7480717d6a2a210c2c9bc9e8ea0a3dddf5a83970&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A pin expressing opposition to the proposed Paramount-Warner Bros. Discovery merger is displayed during CinemaCon 2026 on Tuesday, April 14, 2026, at Caesars Palace in Las Vegas. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BTV6J2LV244HZ7QH2N64URCGTE.jpg?auth=9a06fee7b960cef1c7276f3594abf4b1de36f367e69d7336f697dde0eb8bef6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A CinemaCon attendee takes a picture of advertisements for upcoming films during the opening day of CinemaCon 2026, the official convention of Cinema United, on Monday, April 13, 2026, at Caesars Palace in Las Vegas. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SUSGDQRGX65TKZ3Z5PSKBTTB6Q.jpg?auth=5550a3aa1b1409810e36066ebfd4d60c7c2a6fe4f438e1b2ea363490c9c9c676&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael O'Leary, president/CEO of Cinema United, speaks during the state of the industry and Neon presentation at CinemaCon on Tuesday, April 14, 2026, at Caesars Palace in Las Vegas. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PFQPJ4SSOUVNMR5GCCXNQMFLNI.jpg?auth=08635c0c0c9df987b64af30360d8a65e1fc67790b59c9a288c2ddcfe37882d92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael O'Leary, president/CEO of Cinema United, speaks during the state of the industry and Neon presentation at CinemaCon on Tuesday, April 14, 2026, at Caesars Palace in Las Vegas. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Liberan en Bahamas a estadounidense cuya esposa cayó de una lancha y está desaparecida]]></title><link>https://www.local10.com/espanol/2026/04/14/liberan-en-bahamas-a-estadounidense-cuya-esposa-cayo-de-una-lancha-y-esta-desaparecida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/liberan-en-bahamas-a-estadounidense-cuya-esposa-cayo-de-una-lancha-y-esta-desaparecida/</guid><dc:creator><![CDATA[Por COREY WILLIAMS, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 19:34:53 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Bahamas liberó a un estadounidense cuya esposa desapareció tras caer por la borda de una lancha en aguas frente a la nación insular, informaron las autoridades el lunes.</p><p>Brian Hooker, de Onsted, en el sur de Michigan, estaba bajo custodia policial desde el 8 de abril después de ser interrogado por las autoridades. Le comentó a CBS News poco después de su liberación que quiere creer que su esposa sigue con vida y que planea volver a salir a buscarla lo antes posible.</p><p>“No podré dejar de buscarla”, expresó Hooker, visiblemente emocionado.</p><p>Las autoridades lo dejaron en libertad tras consultar con fiscales que recomendaron no presentar cargos por el momento, mientras continúan las investigaciones.</p><p>Hooker dijo a la policía que Lynette Hooker, de 55 años, cayó por la borda la noche del 4 de abril mientras viajaban en una lancha a motor de 2,4 metros (8 pies) desde Hope Town hasta Elbow Cay, un grupo de pequeñas islas en el extremo oriental de Bahamas. Indicó que Lynette tenía las llaves de la embarcación, lo que hizo que el motor se apagara y lo obligó a remar hasta la orilla.</p><p>“Fuertes corrientes posteriormente se la llevaron y él la perdió de vista”, señaló la policía en un comunicado.</p><p>Tras llegar a tierra, Brian Hooker alertó a alguien sobre la desaparición de su esposa a primera hora del día siguiente, según las autoridades.</p><p>Hooker niega las acusaciones, acuerdo con su abogada, Terrel Butler. Ella no respondió a un correo electrónico enviado el lunes por The Associated Press en el que se solicitaban comentarios sobre la liberación de Hooker.</p><p>La Guardia Costera de Estados Unidos abrió una investigación aparte de la que realizan las autoridades en Bahamas.</p><p>La pareja llevaba casada más de 20 años y relataba sus aventuras navegando por el Caribe en su página de Facebook “Sailing Hookers”. En 2023 publicaron videos de la compra de un velero al que llamaron Soul Mate en la localidad costera de Rockport, Texas, y luego de emprender una travesía por el Golfo de México desde la ciudad portuaria de Kemah, Texas.</p><p>La vivienda de la pareja en Onsted está a unos 120 kilómetros (70 millas) al suroeste de Detroit.</p><p>La hija de Lynette Hooker, Karli Aylesworth, le dijo a NBC News que es poco probable que su madre “simplemente se cayera” de la embarcación, al señalar que era una navegante con experiencia. Añadió que la pareja llevaba años navegando en sus travesías.</p><p>La pareja tenía antecedentes de conflictos: se acusaron mutuamente en 2015 de agresión, según un informe policial de Kentwood, Michigan, obtenido por NBC.</p><p>Brian Hooker, que estaba intoxicado y sangraba por la nariz, le dijo entonces a la policía que su esposa lo había golpeado varias veces en la cara, según el informe. Les dijo a los agentes que Lynette también estaba ebria. Ella fue arrestada y pasó la noche en la cárcel. La policía se negó a emitir una orden judicial porque no estaba claro “quién inició la agresión”.</p><p>_______</p><p>Contribuyeron a esta nota los corresponsales Audrey McAvoy en Honolulu y Safiyah Riddle en Montgomery, Alabama.</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/3Z5SJJGIAHPJY3AL6MSCPKXFEU.jpg?auth=4984b6cecf6ccb9f6d3cd061b2fa699d50e8f81ec9ae04ad4c50beed8932b32d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta imagen, tomada de un vídeo de The Associated Press, Terrel Butler, abogada de Brian Hooker, habla con periodistas el viernes 10 de abril de 2026, frente a la comisaría de policía de Freeport, Bahamas. (Foto AP/Keith Gomez)]]></media:description><media:credit role="author" scheme="urn:ebu">Keith Gomez</media:credit></media:content></item><item><title><![CDATA[Trasladan en helicóptero a una persona al hospital y cierran vía tras incendio de auto en Hialeah Gardens]]></title><link>https://www.local10.com/espanol/2026/04/14/trasladan-en-helicoptero-a-una-persona-al-hospital-y-cierran-via-tras-incendio-de-auto-en-hialeah-gardens/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/trasladan-en-helicoptero-a-una-persona-al-hospital-y-cierran-via-tras-incendio-de-auto-en-hialeah-gardens/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una persona fue trasladada en helicóptero a un hospital el martes tras el incendio de un coche en Hialeah Gardens, según confirmaron los servicios de emergencia.]]></description><pubDate>Tue, 14 Apr 2026 17:19:51 +0000</pubDate><content:encoded><![CDATA[<p>Una persona fue trasladada en helicóptero a un hospital el martes tras un incendio de auto en Hialeah Gardens, confirmaron los equipos de emergencia.</p><p>Sky 10 sobrevolaba la escena en North Krome Avenue y West Okeechobee Road a las 12:15 p.m., donde el vehículo quedó calcinado a un lado de la vía.</p><p>La carretera fue cerrada al tránsito.</p><p>Funcionarios de Miami-Dade Fire Rescue confirmaron que una persona fue trasladada en helicóptero al HCA Florida Kendall Hospital.</p><p>No se dieron a conocer más detalles de inmediato.</p>]]></content:encoded></item><item><title><![CDATA[1 airlifted to hospital, roadway shut down after car fire in Hialeah Gardens ]]></title><link>https://www.local10.com/news/local/2026/04/14/1-airlifted-to-hospital-roadway-shut-down-after-car-fire-in-hialeah-gardens/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/1-airlifted-to-hospital-roadway-shut-down-after-car-fire-in-hialeah-gardens/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[One person was airlifted to a hospital Tuesday following a car fire in Hialeah Gardens, first responders confirmed.]]></description><pubDate>Tue, 14 Apr 2026 16:24:46 +0000</pubDate><content:encoded><![CDATA[<p>One person was airlifted to a hospital Tuesday following a car fire in Hialeah Gardens, first responders confirmed.</p><p><a href="https://www.local10.com/espanol/2026/04/14/trasladan-en-helicoptero-a-una-persona-al-hospital-y-cierran-via-tras-incendio-de-auto-en-hialeah-gardens/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/trasladan-en-helicoptero-a-una-persona-al-hospital-y-cierran-via-tras-incendio-de-auto-en-hialeah-gardens/">Leer en español</a></p><p>Sky 10 was above the scene on North Krome Avenue and West Okeechobee Road at 12:15 p.m. as the vehicle was scorched on the side of the roadway.</p><p>The road was shut down to traffic.</p><p>Miami-Dade Fire Rescue officials confirmed that one person was airlifted to HCA Florida Kendall Hospital.</p><p>No other details were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man known as ‘Zoe’ accused of shooting victim during dispute at Florida City apartment: Cops]]></title><link>https://www.local10.com/news/local/2026/04/14/man-known-as-zoe-accused-of-shooting-victim-during-dispute-at-florida-city-apartment-cops/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/man-known-as-zoe-accused-of-shooting-victim-during-dispute-at-florida-city-apartment-cops/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 34-year-old man is facing charges after police say a dispute at an abandoned Florida City apartment escalated into gunfire Sunday night, leaving another man wounded.]]></description><pubDate>Tue, 14 Apr 2026 17:16:24 +0000</pubDate><content:encoded><![CDATA[<p>A 34-year-old man is facing a second-degree attempted murder charge after police say a dispute at an abandoned Florida City apartment escalated into gunfire Sunday night, leaving another man wounded.</p><p>Officers with the Florida City Police Department said they responded just after 10 p.m. to the area of Northwest 12th Street and Northwest Fifth Avenue after reports of a man who had been shot. </p><p>Police said they found the victim lying on the ground with gunshot wounds to his chest and hand. They said emergency responders provided aid at the scene before transporting him to Jackson South Medical Center for treatment.</p><p>According to an arrest report, investigators recovered two .40-caliber spent casings near the location of the shooting near the 400 block of Northwest 12th Street. </p><p>Detectives later learned that the suspect, Mendez Nerette, who the victim knew as “Zoe,” had traveled to Doral and contacted police there, stating he wanted to speak with investigators about the incident and turning over a gun he allegedly used in the shooting.</p><p>Police said Nerette waived his Miranda rights and gave a statement to detectives describing a confrontation that began at an abandoned apartment where he said he was gathering belongings. </p><p>Nerette claimed a man confronted him at a back door, accused him of breaking into a car, and struck him in the head with a baseball bat after telling him “you broke into my car and stole my stuff,” according to the report. </p><p>Police said Nerette told investigators that after fleeing and later returning to retrieve his belongings, he encountered the same man again, and the confrontation escalated a second time. </p><p>Nerette told officers he then fired two shots, striking the victim before running from the area, the report states. </p><p>Police said the Miami-Dade State Attorney’s Office was notified of the case. </p><p>As of Tuesday afternoon, Nerette was being held without bond at the Turner Guilford Knight Correctional Center. He was also ordered to have no contact with the victim. </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/6TGUOFDUDJFRPLZ2TJ7ZDFKKT4.jpg?auth=c50599a84dbe73792f9933e290d07b7a01bfca2a4544c30a34454c39504fff5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Exmiembro de la Junta Escolar de Miami-Dade va a prisión tras declararse culpable en caso de robo]]></title><link>https://www.local10.com/espanol/2026/04/14/exmiembro-de-la-junta-escolar-de-miami-dade-va-a-prision-tras-declararse-culpable-en-caso-de-robo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/exmiembro-de-la-junta-escolar-de-miami-dade-va-a-prision-tras-declararse-culpable-en-caso-de-robo/</guid><dc:creator><![CDATA[Liane Morejon, Chris Gothner]]></dc:creator><description><![CDATA[Lubby Navarro, exvicepresidente de la junta escolar de Miami-Dade, irá a prisión tras declararse culpable de hurto mayor el martes.]]></description><pubDate>Tue, 14 Apr 2026 15:42:07 +0000</pubDate><content:encoded><![CDATA[<p>La exvicepresidenta de la Junta Escolar de Miami-Dade, <a href="https://www.local10.com/topic/Lubby_Navarro/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Lubby_Navarro/">Lubby Navarro</a>, irá a prisión.</p><p>Como parte de un acuerdo con la fiscalía, la exfuncionaria electa de 51 años se declaró culpable este martes de un cargo de hurto mayor en tercer grado en relación con un <a href="https://www.local10.com/news/local/2024/01/11/former-miami-dade-school-board-member-lubby-navarro-arrested/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2024/01/11/former-miami-dade-school-board-member-lubby-navarro-arrested/">caso de corrupción de 2024</a> en el que las autoridades la acusaron de acumular alrededor de $100,000 USD en compras personales con una tarjeta de crédito del distrito.</p><p>Los fiscales alegaron que Navarro utilizó la tarjeta oficial para comprar comida, comestibles, electrodomésticos, vacaciones y más.</p><p>Al menos dos de las compras resultaron inusuales: los investigadores dijeron que compró un par de “vientres de embarazo artificiales de silicona” tras una ruptura con su novio, en un aparente intento, cuando tenía 48 años, de convencerlo de que estaba embarazada, durante un período en el que lo seguía y acosaba.</p><p>Antes de la ruptura, las autoridades alegan que utilizó la tarjeta del distrito para comprar artículos para el negocio de batidos de su novio en Hollywood.</p><p>Como parte del acuerdo, los fiscales aceptaron retirar un cargo adicional de hurto mayor, además de dos cargos de fraude organizado. Bajo el acuerdo, fue sentenciada a 14 meses de prisión seguidos de libertad condicional.</p><p>También deberá pagar más de $101,000 USD en restitución.</p><p>Navarro no podrá postularse para un cargo público durante su período de libertad condicional de tres años, el cual puede finalizar a la mitad por buen comportamiento.</p><p>Las autoridades la detuvieron inmediatamente después de la audiencia judicial del martes.</p><p>La fiscal estatal de Miami-Dade, Katherine Fernandez Rundle, emitió un comunicado tras la declaración de culpabilidad el martes, señalando en parte que Navarro “ha admitido su culpabilidad y ha aceptado su sentencia” en lugar de “intentar evitar las consecuencias de sus acciones”.</p><p>“No hay duda de que yo y mi equipo de fiscales e investigadores de corrupción pública continuaremos asegurando que nuestro gobierno funcione para el pueblo de Miami-Dade, y no para el beneficio financiero de quienes ocupan cargos o posiciones”, dijo Fernandez Rundle.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EQWZUBXIOFHOVCTL7WH7GHDQXA.jpeg?auth=c1e2ba0b91bda7eb8601266a1a487acf45b71f210cfb0e38214abdac4f66fdc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Miami-Dade School Board Vice Chair Lubby Navarro is handcuffed after pleading guilty on April 14.]]></media:description></media:content></item><item><title><![CDATA[Sergio Garcia apologizes for his Masters tantrum, saying the way he acted 'has no place in our game']]></title><link>https://www.local10.com/sports/2026/04/14/sergio-garcia-apologizes-for-his-masters-tantrum-saying-the-way-he-acted-has-no-place-in-our-game/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/14/sergio-garcia-apologizes-for-his-masters-tantrum-saying-the-way-he-acted-has-no-place-in-our-game/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 17:24:21 +0000</pubDate><content:encoded><![CDATA[<p>Sergio Garcia apologized Tuesday for his tantrum during the final round of the Masters when he tore up the turf after a bad drive on the second hole and then broke his driver against a bench.</p><p>Geoff Yang, chairman of the Masters competitions committee, issued a code-of-conduct warning to the Garcia on the fourth tee. The conduct policy was new to the Masters this year.</p><p>“I want to apologize for my actions Sunday at The Masters tournament,” Garcia said in a social media post. “I respect and value everything that The Masters and Augusta National Golf Club is to golf. I regret the way I acted and it has no place in our game. It doesn't reflect the respect and appreciation I have for The Masters, the patrons, tournament officials and golf fans around the world.”</p><p>Garcia, the 2017 champion, began with a bogey and then hit a weak fade on the par-5 second hole that was headed to the bunker. He recoiled his driver onto the tee, and then turned and slammed his club into the turf.</p><p>Without repairing the damage, Garcia then smacked his driver against a wooden bench holding a water cooler, and the head of the club was left dangling from the shaft.</p><p>Garcia declined to discuss what was said by the official, saying after his round, “I’m not going to tell you.” When asked about it again he replied, ”Next question."</p><p>He also did not apologize for his behavior after his closing 75 to finish in 52nd place among the 54 players who made the cut.</p><p>“Just obviously not super proud of it, but sometimes it happens,” Garcia said.</p><p>Garcia has not finished in the top 10 in the 29 majors he has played since beating Justin Rose in a playoff at Augusta National in 2017. He has missed the cut six times in eight appearances at the Masters since winning.</p><p>Asked about his record, Garcia said, “Bad golf.” When a reporter asked him to be more specific, Garcia said, “Bad shots.”</p><p>Garcia was disqualified in 2019 at the Saudi International for damaging greens in frustration. His antics over the years include angrily kicking off his shoe when he slipped during a tee shot at the World Match Play in 2001, and the shoe nearly struck an official.</p><p>He also spit into a cup during a World Golf Championship at Doral after three-putting.</p><p>The PGA Tour has been developing the code-of-conduct policy the last few years, and the Masters was the first tournament to put it into effect. The PGA Championship also be using it next month at Aronimink Golf Club.</p><p>After the warning, a second violation during the tournament is a two-shot penalty, while a third violation would mean disqualification.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TXHJKYYA77B65QAIDSZ7LFJVRQ.jpg?auth=55f21a232eec69e2697d3b360e3b5fafb78d8ec59223ba6bfea73d80e88f93cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sergio Garcia, of Spain, finshes his first round in the Masters golf tournament at the Augusta National Golf Club, Thursday, April 9, 2026, in Augusta, Ga. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Javier Mascherano is out as Inter Miami's coach, only 4 months after leading team to MLS Cup title]]></title><link>https://www.local10.com/sports/2026/04/14/javier-mascherano-is-out-as-inter-miamis-coach-only-4-months-after-leading-team-to-mls-cup-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/14/javier-mascherano-is-out-as-inter-miamis-coach-only-4-months-after-leading-team-to-mls-cup-title/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 18:45:52 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Javier Mascherano and Lionel Messi led Inter Miami to the MLS Cup title in December, the latest victory in their long line of successes together.</p><p>Barely four months later, Mascherano is done with the club.</p><p>Mascherano is out as Inter Miami’s coach, the team announcing that stunning development on Tuesday with the club off to a 3-1-3 start and sitting in third place in MLS' Eastern Conference — but winless in its first two matches at its new stadium.</p><p>The team said Mascherano cited personal reasons, much like his predecessor, Gerardo “Tata” Martino, did in November 2024 when he stepped aside in the move that ultimately led to Mascherano joining the club and reuniting with Messi. Mascherano and Messi were teammates with Barcelona and Argentina's national team.</p><p>In Mascherano's place is another Argentine with ties to Barcelona — Guillermo Hoyos, who is credited, at least on some level, with discovering Messi at the Spanish club’s academy and predicting that he could become an all-time great.</p><p>“I would like to thank the club for the trust they placed in me, every employee who is part of the organization for the collective effort, but especially the players, who made it possible for us to experience unforgettable moments,” Mascherano said in remarks released by the team.</p><p>Mascherano's entire coaching staff has also left the club, though the team did not reveal any specifics as to why. Mascherano was 27-9-11 in 47 regular-season and playoff matches with Inter Miami.</p><p>“Javier will forever be part of this club’s history. ... We respect his decision and are deeply grateful for everything he contributed,” managing owner Jorge Mas said in comments released by the team. “Wishing him nothing but the very best in his professional and personal future.”</p><p>It is the latest in a line of surprising moves around the club in recent months, including Jordi Alba — another longtime Messi teammate — deciding to leave the final two years of his contract on the table and retire after last season. His retirement announcement came just days after the team held a retirement ceremony for another longtime Messi teammate, Sergio Busquets.</p><p>And now, Mascherano is out as well.</p><p>In barely over a year, he not only got the team its first MLS Cup but helped the Herons reach the knockout stage of the Club World Cup, the semifinals of the CONCACAF Champions Cup and the Leagues Cup final. The team clearly was disappointed by falling flat in the CONCACAF Champions Cup earlier this year — getting ousted in the round of 16 after making some offseason moves largely with that trophy in mind.</p><p>But even amid the frustration with not advancing in that tournament, few would have thought Mascherano's time with the club would soon be ending.</p><p>“I will always carry with me the memory of our first star, and wherever I am, I will continue to wish the club all the best moving forward,” Mascherano said. “I have no doubt that the club will continue to achieve success in the future.”</p><p>Hoyos and Messi have a relationship that goes back for more than 20 years.</p><p>Hoyos famously touted Messi as a potential all-time great back when the then shaggy-haired kid was playing for Barcelona's B team. Messi was 16 at the time, in the very earliest days of a career that would see him win eight Ballon d'Or trophies, the World Cup and four Champions League titles. Messi has referred to Hoyos in interviews over the years as a mentor of sorts.</p><p>Hoyos is Messi's coach now, though how long that'll be the case remains a bit unclear. As part of Tuesday's moves, the team also said chief soccer officer Alberto Marrero is assuming the duties of sporting director, filling the spot vacated by Hoyos.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DRC6NLNSCSTQQ5WJD4LUEQF6DM.jpg?auth=4f38019862ed60d0ae597cba9154d8cacd0b55c1659d6f8d2d3064fe62a6c168&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami head coach Javier Mascherano gestures during the second half of a CONCACAF Champions Cup Round of 16 soccer match against Nashville, Wednesday, March 18, 2026, in Fort Lauderdale, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MSPXDOF3DW6TW6HFN7O5WDILW4.jpg?auth=5fed97a43418bb311431cf7a6b2dd19ce8b8e1143a3ba79d4e8e281c4c7bfe13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami head coach Javier Mascherano reacts during the second half of an MLS soccer match against Austin FC, Saturday, April 4, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[What Connects Us: The social side of chess — inside the Sunrise Center for Excellence in Chess]]></title><link>https://www.local10.com/features/2026/04/14/what-connects-us-the-social-side-of-chess-inside-the-sunrise-center-for-excellence-in-chess/</link><guid isPermaLink="true">https://www.local10.com/features/2026/04/14/what-connects-us-the-social-side-of-chess-inside-the-sunrise-center-for-excellence-in-chess/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[A growing social scene is taking shape in Sunrise, where strategy is the sport and the chessboard is becoming a hub for connection.]]></description><pubDate>Tue, 14 Apr 2026 17:10:14 +0000</pubDate><content:encoded><![CDATA[<p>A growing social scene is taking shape in Sunrise, where strategy is the sport and the <a href="https://www.sunrisefl.gov/departments-services/leisure-services/special-events/mayors-chess-challenge" target="_self" rel="" title="https://www.sunrisefl.gov/departments-services/leisure-services/special-events/mayors-chess-challenge">chessboard is becoming a hub for connection.</a></p><p>What was once a quieter, more exclusive space is now drawing a wider crowd — from beginners to seasoned players.</p><p>At the center of it all, is the <a href="https://www.facebook.com/share/1bUEQd7jcc/?mibextid=wwXIfr" target="_self" rel="" title="https://www.facebook.com/share/1bUEQd7jcc/?mibextid=wwXIfr">Sunrise Center for Excellence in Chess. </a>The program has expanded the game’s reach through tournaments, weekly open play and community events.</p><p>“What chess teaches is for you to just think one or two moves ahead in life,” said Sunrise Mayor Mike Ryan, who helped build the program with support from the city commission. “A lot of folks don’t know where to go to learn how to play. They’re scared to go find a teacher. So the city of Sunrise set up a free open play every Saturday morning, and we have instructors there.”</p><p>On a recent Saturday at the Sunrise Athletic Complex, that mission was playing out in real time — <a href="https://nscfchess.org/gallery-community-chess/" target="_self" rel="" title="https://nscfchess.org/gallery-community-chess/">open play unfolding alongside a tournament, both drawing a steady crowd.</a></p><p>The junior players took the boards first.</p><p>Parents were escorted out of the gym, left to watch through the windows as the room sharpened and the focus set in.</p><p>“We’ve got to create some discipline for the parents as well,” Ryan said. “That they can’t help them. They have to let them go do their thing.”</p><p>The tournament is just one part of a broader effort to make chess more accessible and inviting.</p><p>Ryan said the idea grew out of his time with the PTA, where he saw both the benefits of the game and the barriers to entry — clubs that often drew in students who already knew how to play, leaving others out.</p><p>With backing from the city commission, the center was created to change that — offering a space where players of all levels can learn, compete and connect.</p><p>“It’s never been about trophies,” he said. “We’re going to measure our success by whether the students feel like they’re more confident. Are they more engaged? Are they going to become better architects, better lawyers, better doctors, better mayors? Smarter and prepared for life ... and that’s really been the focus.”</p><p>For players like Jacorey Bynum, that access has made a difference.</p><p>A local athlete, Bynum first discovered chess after showing up to play basketball and noticing games nearby. What began as curiosity turned into commitment — and eventually, a title as a National Master.</p><p>“It’s all about gameplan,” said Bynum. “Like at the start of the opening I know what I’m going to do and what I want to do.”</p><p>Parents say the appeal extends beyond competition — pointing to a space that’s diverse, welcoming and open to all.</p><p>Eric Kuhn said his children are learning that every move matters — and every mistake teaches.</p><p><i>To submit an idea for What Connects Us, email </i><a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VNQNXBZ67JD6HD2PBNPQSU45SA.jpeg?auth=2f3c2a4e1b28ff9f72297e322385567a5e67e6a1085bc0a64465590fe6235571&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Democrats line up to run in Virginia congressional districts, even before voters approve them]]></title><link>https://www.local10.com/news/politics/2026/04/14/democrats-line-up-to-run-in-virginia-congressional-districts-even-before-voters-approve-them/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/14/democrats-line-up-to-run-in-virginia-congressional-districts-even-before-voters-approve-them/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 17:03:27 +0000</pubDate><content:encoded><![CDATA[<p>Even before Virginia voters decide on a new congressional map, Democrats are piling in to run for districts proposed under a redistricting plan that is designed to give their party a near sweep of the state’s U.S. House seats.</p><p>The latest entrant is Olivia Troye, who was an aide to former Republican Vice President Mike Pence and has become a vocal critic of President Donald Trump. She announced Tuesday that she'll run in Virginia's newly created 7th Congressional District, joining an already crowded field.</p><p>Voters will decide April 21 whether to adopt a Democratic-drawn congressional map that could help the party win four more U.S. House seats, a rare and enticing prospect for ambitious Democrats.</p><p>“I just feel like we need people that are going to stand up and fight,” Troye said. “And I’m not seeing that right now, across the Democratic and Republican parties."</p><p>The proposed district where Troye wants to run was designed to be an easy general election win for Democrats, taking in territory that is now part of six different districts.</p><p>About a half-dozen Democrats have announced plans to run in the district if voters approve the new boundaries. They include Dorothy McAuliffe, Virginia's former first lady, and former federal prosecutor J.P. Cooney, who served as a deputy to special counsel Jack Smith and was fired by Trump.</p><p>The sprawling district would have a population center in the heavily Democratic northern Virginia suburbs of Washington and would stretch deep into rural areas that favor Republicans.</p><p>Crowded primaries also are shaping up in some of the other newly formed districts, though the 7th District has an unusually deep stable of prominent candidates.</p><p>Virginia is the latest state to push a partisan redistricting plan beforethe 2026 midterms, when Democrats are looking to gain the House majority and the power it would give them to stymie Trump’s agenda.</p><p>Virginia's map aims to give Democrats the edge in 10 of the state's 11 U.S. House districts, replacing the current map that elected a congressional delegation with six Democrats and five Republicans.</p><p>Trump instigated a redistricting arms race last year when he pressed Texas Republicans to adopt new boundaries aimed at giving Republicans as many as five new House seats there. California voters responded with a plan favoring Democrats. Missouri, North Carolina and Ohio have adopted Republican-friendly maps.</p><p>Democrats in Maryland this week rejected a plan to adopt a map favoring their party, while Florida Republicans are pressing ahead with their own redistricting plan.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3KABTUJS3GAWRW3FOT6EZS776Y.jpg?auth=b51cee911c2720f65b1dec4d1e8542c4f03d152d0e94af83f3da6be282f2c617&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters walk outside the Fairfax County Government Center during early voting for the Virginia redistricting referendum, Friday, April 3, 2026, in Fairfax, Va. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[FBI says suspects tried to rob Offset outside a Florida casino when he was shot in the leg]]></title><link>https://www.local10.com/news/florida/2026/04/14/fbi-says-suspects-tried-to-rob-offset-outside-a-florida-casino-when-he-was-shot-in-the-leg/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/14/fbi-says-suspects-tried-to-rob-offset-outside-a-florida-casino-when-he-was-shot-in-the-leg/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 16:58:55 +0000</pubDate><content:encoded><![CDATA[<p>The rapper Offset was ambushed by a “large group” of people who tried to rob him outside a Florida casino last week when he was shot in the leg, the FBI said Tuesday.</p><p>Federal investigators said that they are still searching for the suspects who assaulted Offset last Monday night outside of Seminole Hard Rock in Hollywood, just north of Miami. Throughout the assault, a single shot was fired into Offset's leg before an unsuccessful attempt to remove the rapper's watch, the statement said. Offset, who rose to fame as part of the influential hip-hop trio Migos, was hospitalized for a couple of days, but swiftly returned to the stage at a performance at a music festival at the University of Arkansas on Saturday.</p><p>The suspects fled the scene in two Chevrolet SUVs that went in separate directions: A black Suburban that fled towards Hollywood, Florida, and a Tahoe that fled southbound towards Miami.</p><p>Following the shooting, officers detained two people, but law enforcement hasn't shared evidence to directly tying either one to the shooting.</p><p>One of the people detained was rapper Lil Tjay, born Tione Jayden Merritt. He was arrested in connection with an altercation that occurred before the shooting, the Seminole Police Department in Florida said. He was charged with disorderly conduct and operating a vehicle without a valid license. His lawyer, Dawn M. Florio, told The Associated Press last week that Lil Tjay did not have a gun and was not charged with any weapons or gun-related crimes. He was swiftly released after posting bond.</p><p>Offset, born Kiari Kendrell Cephus, launched his career with Migos, one of the most popular hip-hop groups of all time. The Atlanta trio is celebrated for their rapid-fire triplet flow, an often-imitated delivery that changed the trajectory of trap.</p><p>The group had several multiplatinum selling singles, including “Bad and Boujee,” which went No. 1 on the all-genre Billboard Hot 100 chart, “Stir Fry,” and “Narcos.” Migos released four full-length albums across their career.</p><p>More than three years ago, Offset’s cousin Takeoff, another member of Migos, was shot and killed at a Houston bowling alley.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OWWKJXEYZ75LB2FMVZEC6YWQR4.jpg?auth=4ebe75e2259f63a2db08012fa9eacc7cc36ffa00b7eb12f19d535b0d38010254&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rapper Offset makes a guest appearance during Metro Boomin's set at Billboard R&B Hip-Hop Live, a celebration of the 50th anniversary of hip-hop, at The Novo, in Los Angeles, Aug. 8, 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[Local protesters demand protections for workers ahead of 2026 FIFA World Cup in South Florida ]]></title><link>https://www.local10.com/news/local/2026/04/14/local-protesters-demand-protections-for-workers-ahead-of-2026-fifa-world-cup-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/local-protesters-demand-protections-for-workers-ahead-of-2026-fifa-world-cup-in-south-florida/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Protesters are pushing for promises to be kept as pressure builds ahead of the 2026 FIFA World Cup.]]></description><pubDate>Tue, 14 Apr 2026 16:49:28 +0000</pubDate><content:encoded><![CDATA[<p>Protesters are pushing for promises to be kept as pressure builds ahead of the 2026 FIFA World Cup.</p><p>“We want the World Cup to serve the people here, and not a cash cow for the few,” said Jonathan Alingu with Central Florida Jobs with Justice. </p><p>With matches less than 100 days away, dozens of labor and community groups gathered in downtown Miami on Tuesday, demanding answers from FIFA and the local host committee.</p><p>“For the past two years we have been trying to have a seat with the stakeholders so that the Miami host committee prioritizes human rights,” said Kris Beckford with the South Florida AFL-CIO. </p><p>Nearly 30 organizations, from labor unions to community advocates, rallied outside the Miami-Dade Government Center. </p><p>Their concerns centered on worker rights, fair pay and public safety.</p><p>Katherine Passley with Beyond the Bars says, “Mega events like this don’t just bring fans, they bring exploitation, they bring over policing, they bring systems that profit off of our most vulnerable.”</p><p>Advocates say they’ve met with organizers multiple times but claim little has changed.</p><p>“Right now, FIFA has said that host cities are expected to implement human rights protections, but expectations are not enforcement, and promises are not protection,” added Passley. </p><p>Immigration advocates added their voices, pointing to broader human rights concerns.</p><p>“When the games are being played, when there are events like the fan fest, there should be a suspension of the 287G agreements, at least while these events are happening, so that local police are not mandated to assist in this immigration enforcement,” said Thomas Kennedy with the Florida Immigrant Coalition. </p><p>With global attention soon heading to South Florida, organizers say they want transparency and real change.</p><p>“The door is open from us to the county and host committee to engage,” said Alingu. </p><p>Local 10 has reached out to FIFA for comment but has not yet received a response. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Trump says US military has blockaded Iranian ports to pressure Tehran]]></title><link>https://www.local10.com/news/world/2026/04/13/trump-says-us-military-has-blockaded-iranian-ports-to-pressure-tehran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/13/trump-says-us-military-has-blockaded-iranian-ports-to-pressure-tehran/</guid><dc:creator><![CDATA[By SAMY MAGDY, JULIA FRANKEL and MIKE CORDER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 01:06:18 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — U.S. President Donald Trump said Monday the American military had begun a blockade of Iranian ports as part of his effort to force Tehran to open the Strait of Hormuz and accept a deal to end the war that has raged for more than six weeks.</p><p>Iran responded with threats on all ports in the Persian Gulf and the Gulf of Oman, taking aim at U.S.-allied countries.</p><p>At least two tankers approaching the strait Monday turned around soon after the U.S. blockade began, vessel tracker MarineTraffic said in a post on X.</p><p>The U.K. Maritime Trade Operations agency said the blockade restricted “the entirety of the Iranian coastline, including ports and energy infrastructure.” Its notice to mariners said transit through the strait to or from non-Iranian places was not reported to be impeded though ships “may encounter military presence.”</p><p>The U.S. blockade and Iran’s threatened retaliation set up an extraordinary showdown that posed serious risks for the global economy and raised the specter that the ceasefire could collapse and the fighting could resume. Talks aimed at permanently ending the conflict — which began Feb. 28 with U.S. and Israeli strikes on Iran — failed to reach an agreement this past weekend.</p><p>Trump says the blockade has begun</p><p>“We can’t let a country blackmail or extort the world because that’s what they’re doing,” Trump said of Iran at the White House, where he announced the blockade had started.</p><p>He suggested the U.S. remains willing to engage with Iran.</p><p>“I can tell you that we’ve been called by the other side,” Trump said, adding that “they want to work a deal.”</p><p>Discussions between the U.S. and Iran about a second round of in-person negotiations are underway, two U.S. officials and a person familiar with the development said Monday. A diplomat from one of the mediating countries said Tehran and Washington have agreed to more talks.</p><p>All four spoke on condition of anonymity to discuss sensitive diplomatic negotiations.</p><p>Iran’s effective closure of the strait, through which a fifth of global oil transits in peacetime, has sent oil prices skyrocketing, pushing up the cost of gasoline, food and other basic goods far beyond the Middle East.</p><p>Before the U.S. blockade, Tehran had allowed some ships perceived as friendly to pass while charging considerable fees, leading to accusations it is holding the global economy hostage.</p><p>Some analysts are doubtful that the United States can restore normal shipping through force alone. And it’s not clear how the blockade will work or what the dangers might be to U.S. forces.</p><p>The question is essentially who can endure the most pain: Could a blockade make Iran’s economic situation untenable and force it to concede? Or will it drive global oil and other prices so high that Trump is forced to back down?</p><p>The blockade could have far-reaching effects</p><p>The U.S. military’s Central Command announced the blockade would be enforced “against vessels of all nations entering or departing Iranian ports and coastal areas” on the Persian Gulf and Gulf of Oman.</p><p>CENTCOM’s decision to allow ships traveling between non-Iranian ports to transit the strait was a step down from Trump’s earlier threat to blockade the waterway.</p><p>In a social media message, Trump said Iran’s navy had been “completely obliterated” but still had “fast attack ships.” Trump warned that “if any of these ships come anywhere close to our BLOCKADE, they will be immediately ELIMINATED.”</p><p>Iran issued threats of its own.</p><p>“Security in the Persian Gulf and the Sea of Oman is either for everyone or for NO ONE,” the Islamic Republic of Iran Broadcasting reported Monday. “An Iranian military statement said: “NO PORT in the region will be safe.”</p><p>The threats halted the limited ship traffic that resumed in the strait since the ceasefire, according to a report from Lloyd’s List Intelligence. Marine trackers say over 40 commercial ships have crossed since the start of the ceasefire last week, down from 100 or more vessel passages per day before the war.</p><p>The blockade is intended to pressure Iran, which has exported millions of barrels of oil since the war began, much of it likely carried by so-called dark transits that evade Western sanctions and oversight.</p><p>But the effects will be felt far beyond Iran. The price of Brent crude oil, the international standard, hovered Monday just under $100 per barrel. It cost roughly $70 per barrel before the war.</p><p>Iran says ‘if you fight, we will fight’</p><p>Top-ranking Iranian officials threatened retaliation.</p><p>Ebrahim Rezaei, a spokesperson for the Iranian parliament’s National Security Commission, dismissed U.S. the threat of a U.S. blockade as “more bluffing than reality.”</p><p>“It will make the current situation (Trump) is in more complicated and makes the market — which he is angry about — more turbulent,” he said in a post on X.</p><p>The Iranian parliament speaker, Mohammad Bagher Qalibaf, addressed Trump in a statement: “If you fight, we will fight.”</p><p>Meanwhile, Iran’s representative to the United Nations, Amir-Saeid Iravani, demanded compensation from five Middle Eastern countries — Bahrain, Saudi Arabia, Qatar, Jordan and the United Arab Emirates — that Iran says violated international law by aiding the war effort against it, the Islamic Republic’s state-run media reported.</p><p>Legal experts are watching</p><p>U.S. military officials have offered few details about how the blockade will actually work.</p><p>The U.S. Navy has 16 warships, including the aircraft carrier USS Abraham Lincoln, in the Middle East, a defense official said. A second defense official said no American warships are in the Persian Gulf, which forms most of Iran’s coastline. Both spoke on condition of anonymity to discuss sensitive military operations.</p><p>Under international law, the blockade must be impartially enforced. Legal experts will also be watching to see if the U.S. allows humanitarian aid to reach Iran.</p><p>“How it is carried out will determine whether it is lawful or not,” said Todd Huntley, a retired Navy captain and director of Georgetown University’s national security law program.</p><p>Ceasefire holds after talks end without agreement</p><p>The blockade threat came after marathon U.S.-Iran ceasefire talks in Pakistan ended without an agreement on Saturday.</p><p>U.S. Vice President JD Vance said the talks stalled after Iran refused to accept American terms on refraining from developing a nuclear weapon. Vance told FOX News Channel’s “Special Report” that some progress was made on nuclear issues, but he felt Iran’s negotiators couldn’t make a deal without approval from Tehran.</p><p>Iran has insisted its nuclear program is peaceful. However, it has pushed forward with steps that could give it the ability to build a nuclear weapon, including enriching uranium to near weapons-grade levels and developing long-range missiles potentially capable of delivering a bomb.</p><p>Iran’s ambassador to India, Mohammad Fathali, said the main sticking points for Tehran were its nuclear program, war reparations and sanctions relief.</p><p>The ceasefire expires April 22. The fighting has killed at least 3,000 people in Iran, 2,089 in Lebanon, 23 in Israel and more than a dozen in Gulf Arab states. Thirteen U.S. service members have been killed.</p><p>___</p><p>Corder reported from The Hague, Netherlands, Frankel from New York. Associated Press writers Melanie Lidman in Tel Aviv, Israel; Farnoush Amiri at the United Nations; Aamer Madhani, Matthew Lee, Konstantin Toropin, Collin Binkley, Ben Finley and David Klepper in Washington; Kareem Chehayeb in Beirut; Sheikh Saaliq in New Delhi; Jill Lawless in London; Ghaya Ben MBarek in Tunis, Tunisia; and Russ Bynum in Savannah, Georgia, contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[From chants on trams to a parliament rave, young Hungarians provided a soundtrack for Orbán’s defeat]]></title><link>https://www.local10.com/news/world/2026/04/14/from-chants-on-trams-to-a-parliament-rave-young-hungarians-provided-a-soundtrack-for-orbans-defeat/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/14/from-chants-on-trams-to-a-parliament-rave-young-hungarians-provided-a-soundtrack-for-orbans-defeat/</guid><dc:creator><![CDATA[By JUSTIN SPIKE and PETR DAVID JOSEK, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 16:24:12 +0000</pubDate><content:encoded><![CDATA[<p>BUDAPEST, Hungary (AP) — Many of the young Hungarians who came of age during Prime Minister Viktor Orbán’s 16 years in power have never known life outside his political system. Yet it was they that were at the forefront of Sunday's earthquake election that ejected him from office.</p><p>As hundreds of thousands of people took to the streets to celebrate the historic win by pro-European candidate Péter Magyar, music from some of Hungary's most popular — and most Orbán-critical — performers filled the air. Teenagers scaled Budapest’s iconic Chain Bridge and blasted revolutionary anthems by artists whose songs captured young people’s frustrations with the regime.</p><p>On the city’s trams, buses and subway cars, young people led chants and played AI-generated fan music dedicated to Magyar.</p><p>In front of Hungary's neo-Gothic parliament building, a group called “More Techno to Parliament!” celebrated Orbán's defeat with a rave.</p><p>Such scenes underscored the important role young people played in the push to end Orbán’s autocratic rule.</p><p>Before the election, a poll by 21 Research Center showed that 65% of voters under 30 supported Magyar's Tisza party, while only 14% backed Orbán, 62.</p><p>Marcell Szabó-Temple, a 26-year-old architect, grew up on the outskirts of Budapest in a family where adults didn’t talk about politics in front of the children. In the 2018 election — the first in which he could vote and which Orbán won easily — he felt ambivalent about the political process.</p><p>But then Szabó-Temple entered university and experienced a political awakening. Although he went to the country’s top engineering school, he said the state of higher education shocked him. Studying under what he described as an outdated curriculum in a crumbling building made him wonder: “Was this really all they could achieve in 12 years of governance? If so, we need something better.”</p><p>More difficulties were to come. In 2022, more than 20 Hungarian universities were disqualified from the European Union’s Erasmus exchange program as a consequence of an Orbán scheme to place control of universities in the hands of public foundations headed by political appointees.</p><p>Critics warned Orbán's move was an attempt to take control of academia and stifle critical thought. Many university students and leadership protested the overhaul, but it was carried out anyway.</p><p>No longer able to study abroad, and disenchanted by another overwhelming victory by Orbán in the 2022 election, Szabó-Temple said he felt “like the world went silent for the next few years.”</p><p>“I stopped caring about politics, again,” he said. “It was like being back in high school: I didn’t even want to hear the news.”</p><p>But when Magyar, 45, broke into Hungarian politics in 2024, Szabó-Temple felt a greater hope for change than he ever had before.</p><p>Once an insider in Orbán's Fidesz party, Magyar campaigned heavily on repairing Hungary's relationship with the EU, and restoring its Western orientation that had drifted increasingly close to Russia under Orbán.</p><p>He frequently addressed young people at hundreds of rallies held across the country during his campaign, urging them to take the country's future into their own hands.</p><p>Meanwhile, a new generation of musical stars, many of whom grew to fame on the internet, began producing more political content. While outlooks for young people looked increasingly dire due to economic crises and deep social divisions, the music became openly critical of Orbán’s regime.</p><p>Audiences broke out in anti-government chants during concerts at summer festivals. Government officials scolded young people for the signs of disrespect.</p><p>The musical movement reached its apex two days before the election when over 100,000 people packed a sprawling square in Budapest for a “system-breaking” concert. Over 50 artists performed, and urged young people to vote for change.</p><p>After Orbán's defeat, Szabó-Temple said he plans to move back to Hungary from Portugal, where he's on a work exchange.</p><p>“There was a growing sense among young people that if we can’t change the regime now, we might not want to live in Hungary for the rest of our lives. I certainly felt like that,” he said.</p><p>Like many of Hungary's youth, he has high expectations for Tisza.</p><p>“We put our faith in them and we expect them to deliver,” he said. “If they do, I will settle down and build a family in Hungary.”</p><p>___</p><p>Iván L. Nagy contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NZDF4WPPYP3QFLDPJA7FDP5WLI.jpg?auth=16613c0b74e9530c677072ee0586418e4e718f9dc127ae6643614c55379eda49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man waves a Hungarian flag as he celebrates in the streets after the announcement of partial results of the Hungarian parliamentary in Budapest, Hungary, Sunday, April 12, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K7BVQXE6OE2HWOLGMPRANHMJUU.jpg?auth=c6247034069bd810630afdad5d1a0a63ae0c5b1d127b3290226de6e6b2aff3f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of Peter Magyar, the leader of the opposition Tisza party wait for the results of the parliamentary elections in Budapest, Hungary, Sunday, April 12, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6TIA2CAU6HRPD3754JFAMPMLR4.jpg?auth=2f05106fad7375ba3d20eb9ab2f4d65bf16c2462d6ff68b21712f89b15216220&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milan, 26 years-old, relaxes by the Danube river, backdropped by the parliament building in Budapest, Hungary, Monday, April 13, 2026, after Peter Magyar's Tisza party defeated Prime Minister Viktor Orban's Fidesz party in the country's parliamentary elections. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ZQYNQ75KTTZVQHICKAHI3LVMI.jpg?auth=1b8dfa28a4f2962a646d4d06163aa48ebaa4659d0d564bb358b288e1b36db105&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hungarian students Kristof, left, 19 years-old, and Vincent, 20 years-old, paint by the Danube river, backdropped by the parliament building in Budapest, Hungary, Monday, April 13, 2026, after Peter Magyar's Tisza party defeated Prime Minister Viktor Orban's Fidesz party in the country's parliamentary elections. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4VRHMVRBNSXGXHKXE2XL7VICJI.jpg?auth=b0a53adff4cbd68cfaa506d61e504f23146a85e09547f775d276cfaa3d053e08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Youngsters celebrate in Budapest, Hungary, Monday, April 13, 2026, after Peter Magyar's Tisza party defeated Prime Minister Viktor Orban's Fidesz party in the country's parliamentary elections. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SAH4NXU3FHNYPIRFKAT2SUAP24.jpg?auth=15cc9b653b8516505bc922bbf936f74cd78ae6918c6101d0d1721dab620c4243&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People celebrate in the streets following the announcement of the partial results of the parliamentary election, in Budapest, Hungary, Sunday, April 12, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content></item><item><title><![CDATA[Man accused of firing gun at Hollywood gas station ]]></title><link>https://www.local10.com/news/local/2026/04/14/man-accused-of-firing-gun-at-hollywood-gas-station/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/man-accused-of-firing-gun-at-hollywood-gas-station/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man was arrested over the weekend on accusations that he fired a gun at a gas station in Hollywood.]]></description><pubDate>Tue, 14 Apr 2026 14:26:53 +0000</pubDate><content:encoded><![CDATA[<p>A man was arrested over the weekend on accusations that he fired a gun at a gas station in Hollywood.</p><p><a href="https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-disparar-arma-en-gasolinera-de-hollywood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-disparar-arma-en-gasolinera-de-hollywood/">Leer en español</a></p><p>According to an arrest report obtained Tuesday by Local 10 News, the incident occurred Sunday at a Shell gas station located at 2414 N. Federal Highway.</p><p>Hanoi Lugo, 53, of Miami, was arrested later that night on a charge of firing a weapon in public or on residential property.</p><p>According to the report, someone called 911 and reported that a Hispanic man carrying a gun strapped to his chest was yelling, “Get away from me!” before firing into the ground.</p><p>Police said officers were eventually able to locate Lugo, who was “yelling unintelligible comments at random passerby.”</p><p>Police said they ordered Lugo to show his hands, however he initially refused to comply, keeping his hands behind his back.</p><p>According to the report, Lugo eventually followed commands to show his hands and sit on the ground.</p><p>A loaded Glock was located in the west alleyway of the gas station, authorities said.</p><p>Police said the gas station owner said he did not witness the shooting, but did hear a single loud bang, which he believed to be a gunshot.</p><p>In addition to the Glock, officers also confiscated an assault rifle that was found in Lugo’s van, the report stated.</p><p>As of Tuesday morning, Lugo was being held at the Broward County Main Jail on a $5,000 bond.</p><p>A motive for Lugo’s alleged actions is unclear. </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/EOZNWKOYYVEC5NTXYZC7Y2QK7M.jpg?auth=02ecab2035ca70ab3fbab9951b0425916a67720b13d0619d701c476003d8606b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de disparar arma en gasolinera de Hollywood]]></title><link>https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-disparar-arma-en-gasolinera-de-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-disparar-arma-en-gasolinera-de-hollywood/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre fue arrestado durante el fin de semana acusado de disparar un arma en una gasolinera de Hollywood.]]></description><pubDate>Tue, 14 Apr 2026 16:08:45 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue arrestado durante el fin de semana acusado de disparar un arma en una gasolinera en Hollywood.</p><p>Según un informe de arresto obtenido el martes por Local 10 News, el incidente ocurrió el domingo en una gasolinera Shell ubicada en 2414 N. Federal Highway.</p><p>Hanoi Lugo, de 53 años y residente de Miami, fue arrestado esa misma noche por un cargo de disparar un arma en público o en una propiedad residencial.</p><p>De acuerdo con el informe, alguien llamó al 911 y reportó que un hombre hispano con un arma sujeta al pecho gritaba “¡Aléjense de mí!” antes de disparar al suelo.</p><p>La policía indicó que los agentes finalmente lograron ubicar a Lugo, quien estaba “gritando comentarios ininteligibles a transeúntes al azar”.</p><p>La policía dijo que los agentes le ordenaron mostrar las manos, pero inicialmente se negó a cumplir, manteniéndolas detrás de la espalda.</p><p>Según el informe, Lugo finalmente obedeció las órdenes de mostrar las manos y sentarse en el suelo.</p><p>Las autoridades informaron que una pistola Glock cargada fue localizada en un callejón al oeste de la gasolinera.</p><p>La policía indicó que el dueño de la gasolinera dijo que no presenció el tiroteo, pero sí escuchó un fuerte estruendo que creyó era un disparo.</p><p>Además de la Glock, los agentes también confiscaron un rifle de asalto que fue encontrado en la camioneta de Lugo, según el informe.</p><p>Hasta la mañana del martes, Lugo permanecía detenido en la cárcel principal del condado Broward con una fianza de $5,000 USD.</p><p>El motivo de las acciones de Lugo no está claro.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EOZNWKOYYVEC5NTXYZC7Y2QK7M.jpg?auth=02ecab2035ca70ab3fbab9951b0425916a67720b13d0619d701c476003d8606b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Vatican visitors slam Trump over attacks on the US-born pope's message of peace]]></title><link>https://www.local10.com/news/world/2026/04/14/vatican-visitors-slam-trump-over-attacks-on-the-us-born-popes-message-of-peace/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/14/vatican-visitors-slam-trump-over-attacks-on-the-us-born-popes-message-of-peace/</guid><dc:creator><![CDATA[By SILVIA STELLACCI, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 16:06:35 +0000</pubDate><content:encoded><![CDATA[<p>VATICAN CITY (AP) — Inappropriate. Ridiculous. Absurd. Visitors to the Vatican on Tuesday had some choice words for U.S. President Donald Trump after his harsh criticism of Pope Leo XIV for his calls to soften the rhetoric of war.</p><p>The world has buzzed at the extraordinary clash between the U.S.-born pope and the American president. Trump called Leo “weak” and captive to the “radical left’’ on social media this week, after the pope called Trump’s threats toward Iran “truly unacceptable.’’</p><p>At the Vatican, visitors had Leo’s back while he's away on a 10-day trip to Africa.</p><p>“It’s just ridiculous, because if the pope is not speaking about peace, and is not taking care about every people in the world, he’s not the pope,’’ said Joerg Soler, who was visiting the Vatican from Switzerland.</p><p>“It’s completely inappropriate,’’ said Mariella Acciaioli, a French tourist. “Things are getting too much. We need to mobilize everyone, especially our leaders, to deal with this behavior that is going beyond every limit.”</p><p>U.S. tourist Paul Sarauskas expressed disbelief at Trump’s unprecedented broadside, calling it "absurd.''</p><p>“I think he needs to keep his nose out of religion. He’s telling the pope what to do. He’s telling the pope how to do his job,’’ Sarauskas said. “Where the pope just wants to do good things, right? He wants to talk about peace, about helping other people, whereas the current administration is doing something completely opposite. They’re just tearing people apart. They’re talking about division and war and hate.”</p><p>Trump clearly expected the American pope to be “subservient” to the United States, said Italian journalist Massimo Franco, who has a new book, “Popes, Dollars and Wars,’’ about U.S.-Vatican relations.</p><p>“A pope must be a pope. He must respond to a wider community. And if he sees that Trump’s policy risks to give a distorted view of the United States, I think the pope is helping the United States as well, not just the United States, to find the right path,'' Franco said.</p><p>The Rev. Antonio Spadaro, a prominent Italian Jesuit theologian and undersecretary to the Vatican’s Dicastery for Culture and Education, said Trump’s fury “against a moral voice” shows that “the president is powerless.”</p><p>“He can’t bring the pope to the same terrain where he has brought everyone else, where he can dominate with language,’’ Spadaro told Italian Radio 24.”In this sense, the moral force of the church is evident. It is not a counter-power but a space in which power is being judged by criteria that power itself cannot control.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P66J467T2UZOPMCVLVMBS2EIQM.jpg?auth=bb4c7bc2ef6b8c08802440dcc09db63be5cf8168109a2c00a91ba81fdf151b76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This picture, taken Tuesday, April 14, 2026, shows the front pages of some Italian newspapers reporting on comments by U.S. President Donald Trump about Pope Leo XIV, with headlines using words such as "outrage", "shock attack", "insult", and Trump's schism". (AP Photo/Domenico Stinellis)]]></media:description><media:credit role="author" scheme="urn:ebu">Domenico Stinellis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5EDZ7MMLRJF26GEWEQECLOXFKQ.jpg?auth=adb58aade2f5231796ead13702f8d565fa57dc802deeb256d8aa2a31817480aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- This combination file photos show on left, President Donald Trump listening during a meeting with North Korean defectors where he talked with reporters about allowing the release of a secret memo on the F.B.I.'s role in the Russia inquiry, in the Oval Office of the White House, on Feb. 2, 2018, in Washington and on right, Pope Leo XIV arriving for his weekly general audience in St. Peter's Square, at the Vatican, on Aug. 6, 2025. (AP Photos/Evan Vucci and Gregorio Borgia, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/CP3LXTIGEYTMNHCPQ2YLMOBQPE.jpg?auth=2fe827f9d5ab62100c6fd97e55172529bda7aa5687274f53b91c4c907be13d55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV visits the archaeological site of Hippo, in Annaba, Algeria, Tuesday, April 14, 2026, on the second day of an 11-day apostolic journey to Africa. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KRNTL2MTMRL64FCHC4XDNSFIYA.jpg?auth=9d5b2c644dc24904dade3b49820a5e19ddbf2fb9a494aff283372e390fdc6aaa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Estados Unidos, Donald Trump, habla ante la Oficina Oval de la Casa Blanca el lunes 13 de abril de 2026 en Washington. (AP Foto/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Serial car burglar with penchant for stealing Honda air bags cuffed after chase, cops say]]></title><link>https://www.local10.com/news/local/2026/04/14/serial-car-burglar-with-penchant-for-stealing-honda-air-bags-cuffed-after-chase-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/serial-car-burglar-with-penchant-for-stealing-honda-air-bags-cuffed-after-chase-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[State troopers said they took a 30-year-old man suspected of committing multiple car burglaries in South Florida into custody after a brief pursuit in northeast Miami-Dade on Monday.]]></description><pubDate>Tue, 14 Apr 2026 15:17:18 +0000</pubDate><content:encoded><![CDATA[<p>State troopers said they took a 30-year-old man suspected of committing multiple car burglaries in South Florida into custody after a brief pursuit in northeast Miami-Dade on Monday.</p><p><a href="https://www.local10.com/espanol/2026/04/14/arrestan-a-ladron-serial-de-autos-que-robaba-airbags-de-honda-tras-persecucion-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/arrestan-a-ladron-serial-de-autos-que-robaba-airbags-de-honda-tras-persecucion-dice-la-policia/">Leer en español</a></p><p>According to one arrest report, Miguel Gabriel Andres was part of “a group of individuals believed to be involved in ongoing motor vehicle thefts throughout the area involving Honda vehicles and air bags.”</p><p>Many of the thefts took place in Hialeah, according to arrest documents. </p><p>Andres, who has addresses in North Miami and Palmetto Bay, also faces charges out of Miami Gardens. Investigators with that city’s police department said that Broward County authorities, specifically Miramar police, are also investigating him.</p><p>Authorities said he would pull up in either a Nissan Altima or his mother’s Ford Explorer and break into vehicles. In the Miami Gardens case, he and his group are also accused of stealing a Honda.</p><p>Investigators said they’ve even caught Andres in the act, but he’s “fled several times” and managed to get away.</p><p>Authorities said just after 1:45 a.m. Monday, a Florida Highway Patrol trooper spotted the Explorer near Northeast 159th Street and Sixth Avenue, in Miami-Dade’s unincorporated Biscayne Gardens area, and pursued Andres for two blocks before stopping the SUV with a PIT maneuver.</p><p>Troopers said “Andres and two other occupants exited the vehicle” and then ran off. It’s not clear whether authorities were able to capture the two other occupants, but they did take Andres into custody.</p><p>Andres now faces more than a dozen charges, including multiple counts of burglary, grand theft and fleeing and eluding.</p><p>As of Tuesday, records show he was being held in the Turner Guilford Knight Correctional Center on a bond of nearly $60,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><media:content url="https://www.local10.com/resizer/v2/RI6RIMUTCVDTZIMYOFC2JWXZJI.jpg?auth=b92422bd698cf4f1f7b59eba1db80b22043dba444235f295015bd59b08bc3551&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miguel Andres]]></media:description></media:content></item><item><title><![CDATA[Arrestan a ladrón serial de autos que robaba airbags de Honda tras persecución, dice la policía]]></title><link>https://www.local10.com/espanol/2026/04/14/arrestan-a-ladron-serial-de-autos-que-robaba-airbags-de-honda-tras-persecucion-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/arrestan-a-ladron-serial-de-autos-que-robaba-airbags-de-honda-tras-persecucion-dice-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[La policía estatal informó que detuvo a un hombre de 30 años sospechoso de cometer múltiples robos de automóviles en el sur de Florida, tras una breve persecución en el noreste de Miami-Dade el lunes.]]></description><pubDate>Tue, 14 Apr 2026 16:05:58 +0000</pubDate><content:encoded><![CDATA[<p>Agentes estatales informaron que detuvieron a un hombre de 30 años sospechoso de cometer múltiples robos a vehículos en el sur de Florida tras una breve persecución en el noreste de Miami-Dade el lunes.</p><p>Según un informe de arresto, Miguel Gabriel Andres formaba parte de “un grupo de individuos presuntamente involucrados en robos continuos de vehículos en el área, particularmente de autos Honda y sus airbags”.</p><p>Muchos de los robos ocurrieron en Hialeah, según documentos de arresto.</p><p>Andres, quien tiene direcciones en North Miami y Palmetto Bay, también enfrenta cargos en Miami Gardens. Investigadores de ese departamento indicaron que autoridades del condado Broward, específicamente la policía de Miramar, también lo investigan.</p><p>Las autoridades dijeron que llegaba en un Nissan Altima o en una Ford Explorer de su madre y forzaba la entrada a los vehículos. En el caso de Miami Gardens, él y su grupo también están acusados de robar un Honda.</p><p>Los investigadores indicaron que incluso lo han sorprendido en el acto, pero “ha huido en varias ocasiones” y logró escapar.</p><p>Las autoridades informaron que poco después de la 1:45 a.m. del lunes, un agente de la Patrulla de Carreteras de Florida vio la Explorer cerca de Northeast 159th Street y Sixth Avenue, en el área no incorporada de Biscayne Gardens en Miami-Dade, y persiguió a Andres por dos cuadras antes de detener la SUV con una maniobra PIT.</p><p>Los agentes indicaron que “Andres y otros dos ocupantes salieron del vehículo” y luego huyeron corriendo. No está claro si las autoridades lograron capturar a los otros dos ocupantes, pero sí detuvieron a Andres.</p><p>Andres ahora enfrenta más de una docena de cargos, incluyendo múltiples cargos de robo a vehículo, hurto mayor y fuga para evadir a las autoridades.</p><p>Hasta el martes, los registros indican que permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de casi $60,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RI6RIMUTCVDTZIMYOFC2JWXZJI.jpg?auth=b92422bd698cf4f1f7b59eba1db80b22043dba444235f295015bd59b08bc3551&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miguel Andres]]></media:description></media:content></item><item><title><![CDATA[How unlikely allies helped one nonprofit get results in deep red Alabama]]></title><link>https://www.local10.com/business/2026/04/14/how-unlikely-allies-helped-one-nonprofit-get-results-in-deep-red-alabama/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/14/how-unlikely-allies-helped-one-nonprofit-get-results-in-deep-red-alabama/</guid><dc:creator><![CDATA[By EDEN STIFFMAN of The Chronicle of Philanthropy, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 16:03:46 +0000</pubDate><content:encoded><![CDATA[<p>When Carla Crowder walked into a Jefferson County courtroom in August 2019, she didn’t expect to change the direction of her small nonprofit, the Alabama Appleseed Center for Law and Justice. She was there for one man: 58-year-old Alvin Kennard, who had spent 36 years behind bars for stealing $50.75 from a bakery in 1983 at age 22. His earlier burglaries meant he was sentenced under Alabama’s harsh “three strikes” law to life without parole for a crime in which no one was physically harmed.</p><p>Crowder’s group hadn’t taken on individual clients before. The tiny policy and advocacy shop she had joined months earlier focused on researching and reforming the state’s criminal-justice system. But when a judge asked her to represent Kennard, she agreed. When he was released, the story ricocheted nationally. That case reshaped the organization’s trajectory.</p><p>It convinced Crowder that pairing policy research with direct legal work could unlock reforms that data alone had not.</p><p>In a state dominated by a Republican supermajority and long resistant to criminal justice reform, Alabama Appleseed has become one of the South’s most unexpectedly effective advocacy groups. While expanding its programs, it has kept its focus narrow, zeroing in on freeing older inmates who received harsh sentences for nonviolent crimes committed decades earlier. Personal stories gave its research a human face to engage lawmakers and supporters. And it built coalitions in unlikely places — persuading conservative lawmakers, faith leaders, and national funders that a small, locally rooted organization could have outsize impact.</p><p>Those choices transformed the group from a four-person research shop into a 10-person, $1.4 million organization supported by national grantmakers like the NFL. Part of the broader Appleseed Network of justice centers across the United States and Mexico, Alabama Appleseed was among the first to directly represent incarcerated people. It also runs reentry services, has won bipartisan policy changes, and has come within a few votes of passing sweeping sentencing reform — offering a model for how small nonprofits can influence large public systems.</p><p>“Alabama Appleseed is doing hard work in a hard system in a state where not everyone is pumped up about rehabilitation,” says Rachel Estes, director of outreach at Canterbury United Methodist Church, which partners with Appleseed clients through its Books to Prisons program. “In a state where it’s just not top of mind, they’ve done an excellent job of educating people, of advocating for people, and helping be a liaison of this really weird thing called incarceration and prison.”</p><p>A crisis and a pivot</p><p>A former crime reporter who later became a lawyer, Crowder spent years covering Alabama’s troubled prison system before deciding she “couldn’t sit on the sidelines anymore,” she says. She joined Alabama Appleseed in early 2019, when its annual budget was under $400,000 and its work centered on fines, fees, and racial disparities. Staff worked out of a rickety historic house in Montgomery. “There were opossums in the roof,” she says.</p><p>That same year, the U.S. Department of Justice released a scathing report detailing unconstitutional violence, corruption, and deadly conditions inside Alabama’s men’s prisons. The findings briefly opened a window that allowed for passage of several legislative reforms. But even some lawmakers who expressed outrage balked at meaningful sentencing reforms. For Crowder, it underscored the limits of a relying on a data-driven approach to policy change.</p><p>Crowder shifted the organization’s focus toward two goals: reducing the number of people entering prison and helping those serving extreme sentences get out.</p><p>In the past, Alabama Appleseed relied on other organizations for client stories. “We offered little more than putting their face and their terrible plight on the pages of a report,” Crowder said. “That always seemed exploitative to me.”</p><p>Taking individual cases filled a gap in legal services and gave the organization firsthand insight into how sentencing laws played out in real lives.</p><p>As more people were freed, letters poured in. Just as demand for help was growing, an unexpected opportunity arrived.</p><p>A boost from the NFL</p><p>In late 2019, the National Football League invited Appleseed to apply for funding and received a $100,000 grant to support reentry work in 2020 as part of the NFL's Inspire Change program, which started in 2017 as its social-justice platform and has helped steer more than $460 million in grants to nonprofits.</p><p>Crowder used the funds to hire another lawyer. Their next case was Ronald McKeithen, who had served 37 years for robbery. After his release, he joined Appleseed’s staff and now works on reentry support.</p><p>Today the organization has a full-time staff attorney, a part-time attorney, a case manager, a social worker, and a reentry team serving more than 30 formerly incarcerated people.</p><p>Other major funders, including Arnold Ventures, the Annie E. Casey Foundation, and the Just Trust, have also supported Alabama Appleseed’s policy and sentencing-reform work.</p><p>Clare Graff, the NFL’s vice president of social responsibility, said the group’s scale never deterred the league. “It doesn’t much matter what the number is when the number is literally one individual’s freedom,” she said.</p><p>Lessons in focus — and restraint</p><p>By working directly with incarcerated clients, the organization learned that positive, relatable stories often persuade lawmakers more effectively than grim statistics.</p><p>But storytelling alone isn’t enough. “More people just need lawyers or reentry services. There needs to be a moment where the services available catch up to the stories,” she added.</p><p>Alabama Appleseed has also learned when not to be the messenger. Sometimes a pastor, a victim’s advocate, or a conservative lawmaker can make the case more effectively.</p><p>That discipline has helped the group win support from both parties and from Republican Gov. Kay Ivey. Twice, legislation it supported — a Second Chance Act, which would create a process for judges to review certain life-without-parole sentences — came within a few votes of passing.</p><p>Pragmatism has been central to its effectiveness, said Kevin Ring of Arnold Ventures. The organization works with anyone who can help move reform forward — prosecutors, victims’ advocates, faith leaders, and lawmakers from both parties. “They only want to see lives changed and saved,” he said.</p><p>A model beyond Alabama</p><p>Alabama Appleseed’s approach has influenced other affiliates in the Appleseed Network.</p><p>“They were one of the first ones to especially do the sort of client work that they do,” says Benet Magnuson, executive director of the Appleseed Foundation.</p><p>Within Alabama, Crowder is focused on expanding reentry support and preparing to revisit second-chance legislation.</p><p>With new support from the NFL, the group is collaborating with Appleseed centers in Oklahoma and Missouri to support women serving long sentences that are a result of abusive or coercive relationships.</p><p>Crowder says she’s learned to remain hopeful while focused on an issue littered with failures. “There are too many people talking about what’s wrong, what’s broken, what’s unjust. What sets Alabama Appleseed apart is: Yes, we identify all of those things — but then we step up and say, here’s how to make it better.”</p><p>_____</p><p>Eden Stiffman is a senior editor at the Chronicle of Philanthropy, where you can read the full article. This article was provided to The Associated Press by the Chronicle of Philanthropy as part of a partnership to cover philanthropy and nonprofits supported by the Lilly Endowment. The Chronicle is solely responsible for the content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VORZBWWLQJH4TM2NB4YRT37DJA.jpg?auth=75322bb3c8f447bb90d819e03feaf845a662e785ba57b737e706a6012006e52f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This 2023 photo provided by the Alabama Appleseed Center for Law and Justice shows Larry Garrett, Ronald McKeithen, Robert Cheeks, Lee Davis, John Coleman and Willie Ingram, all of whom served decades in life sentences without parole in Alabama prisons, walking through a park in Birmingham, Ala. (Bernard Troncale/Alabama Appleseed Center for Law and Justice via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernard Troncale</media:credit></media:content></item><item><title><![CDATA[Justice Department fires 4 prosecutors accused of bias against anti-abortion activists]]></title><link>https://www.local10.com/news/politics/2026/04/14/justice-department-fires-4-prosecutors-accused-of-bias-against-anti-abortion-activists/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/14/justice-department-fires-4-prosecutors-accused-of-bias-against-anti-abortion-activists/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 21:06:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration fired four Justice Department prosecutors involved in cases against anti-abortion activists, accusing the Biden administration on Tuesday of abusing a law designed to protect abortion clinics from obstruction and threats.</p><p>The firings are the latest wave of terminations of employees involved in cases criticized by conservatives or because they were perceived as insufficiently loyal to President Donald Trump's agenda. The terminations came before the release of a report accusing the Biden administration of biased prosecutions under the Freedom of Access to Clinic Entrances Act or “FACE Act."</p><p>“This Department will not tolerate a two-tiered system of justice,” Todd Blanche, the acting attorney general, said in a statement. "No Department should conduct selective prosecution based on beliefs. The weaponization that happened under the Biden Administration will not happen again, as we restore integrity to our prosecutorial system.”</p><p>The report is the first released from the Justice Department's “Weaponization Working Group,” created by former Attorney General Pam Bondi to scrutinize the federal prosecutions of Trump and other cases criticized by conservatives.</p><p>Biden’s attorney general, Merrick Garland, and Jack Smith, the special counsel who prosecuted Trump, have said they followed only the facts, the evidence and the law in their decisions. Critics of the Trump administration say Bondi — who was fired by Trump this month — and Blanche are the ones who politicized the agency, with the norm-breaking actions that have stirred concern that the institution is being used as a tool to advance Trump’s personal and political agenda.</p><p>The Biden administration brought cases against dozens of defendants under the FACE Act, which makes it illegal to physically obstruct or use the threat of force to intimidate or interfere with a person seeking reproductive health services, and prohibits damaging property at abortion clinics and other centers. It was signed into law in 1994, when clinic protests and blockades were on the rise along with violence against abortion providers such as Dr. David Gunn, who was murdered.</p><p>The Trump administration alleges in the report that prosecutors under Biden often “ignored and downplayed” attacks against pregnancy resource centers or houses of worship, which are also protected under the law. It also claims that the Biden administration pushed for harsher sentences against anti-abortion activists than it did in cases against abortion-rights defendants. Trump last year pardoned anti-abortion activists convicted of blockading abortion clinic entrances, calling them “peaceful pro-life protesters.”</p><p>Kristen Clarke, who led the Justice Department's Civil Rights Division under Biden, defended the prosecutions, saying the attorneys "enforced the law even-handedly and put public safety at the center of this work.”</p><p>“The Civil Rights Division brought law enforcement leaders, crisis pregnancy center representatives, faith leaders, and reproductive health care staff together to address the real violence, threats of violence, and obstruction that too many people face in our country when it comes to reproductive health care," Clarke said in an emailed statement on Tuesday.</p><p>Former Civil Rights Division attorneys accused the Trump administration of cherry-picking emails and other documents to paint a misleading picture of prosecutions that were supported by evidence presented to judges and juries. Maura Klugman, who was a deputy chief in the division’s special litigation section until last year, described one of the fired lawyers, Sanjay Patel, as an ethical and “respected career prosecutor who would never go out of bounds.”</p><p>The firings are part of a broader personnel purge that has shaken career Justice Department lawyers, generally insulated from changes in administrations, thanks to long-recognized civil service protections.</p><p>Justice Connection, a network of former department employees, said the agency leadership’s “cruelty and hypocrisy are on full display in this report.”</p><p>“They insist on zealous advocacy by career staff in advancing the President’s priorities, while shaming and firing those who did just that in the prior administration,” Stacey Young, a former department lawyer who founded Justice Connection, said in a statement. "They’ve put career employees on notice: if they do their jobs, they face potential termination if future political leadership disagrees with the policy goals of prior leadership.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7BZF3NZY67EIRUIJ3UFDKS72OQ.jpg?auth=be8f3fa3929d86bc947ef97f674153c24a37009ce02f2dc2d570617a70b737e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Department of Justice seal is seen in Washington, Nov. 28, 2018. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2U53W6QCZ32MKM4FNSKVNKMV7A.jpg?auth=e018f30424f2d5431c2b0745a80b416066bcd2071d6d659eb05f1233a3daf4a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Attorney General Todd Blanche holds a news conference regarding developments in the Trump Administration's anti-fraud efforts, at the Justice Department in Washington, Tuesday, April 7, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Reward offered for information about fatal shooting in Dania Beach ]]></title><link>https://www.local10.com/news/local/2026/04/14/reward-offered-for-information-about-fatal-shooting-in-dania-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/reward-offered-for-information-about-fatal-shooting-in-dania-beach/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Detectives say a reward of up to $5,000 is being offered for information leading to an arrest in a fatal shooting that occured at a park in Dania Beach. ]]></description><pubDate>Tue, 14 Apr 2026 14:35:20 +0000</pubDate><content:encoded><![CDATA[<p>Detectives say a reward of up to $5,000 is being offered for information leading to an arrest in a <a href="https://www.local10.com/news/local/2026/04/11/deputies-investigate-after-man-killed-in-dania-beach-park-shooting/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/11/deputies-investigate-after-man-killed-in-dania-beach-park-shooting/">fatal shooting in Dania Beach</a>. </p><p><a href="https://www.local10.com/espanol/2026/04/14/ofrecen-recompensa-por-informacion-sobre-balacera-fatal-en-dania-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/ofrecen-recompensa-por-informacion-sobre-balacera-fatal-en-dania-beach/">Leer en español</a></p><p>The shooting occurred around 9:15 p.m. Friday at CW Thomas Park, located near the 800 block of Northwest Second Street, according to the Broward Sheriff’s Office. </p><p>Investigators said the preliminary investigation revealed that the victim, Cardal Wyche, was shot following an altercation with several people.</p><p>BSO deputies and Broward Sheriff Fire Rescue crews said they responded to the scene and found Wyche suffering from an apparent gunshot wound. </p><p>Authorities said paramedics transported him to Broward Health Medical Center, where he was pronounced dead at 9:44 p.m.</p><p>Detectives are asking anyone with information about the shooting or those involved to contact BSO Homicide Detective Kevin White at 954-321-4215 or submit a tip through the SaferWatch app. </p><p>Anonymous tips can be provided to Broward Crime Stoppers at 954-493-8477, online at browardcrimestoppers.org, or by dialing **TIPS from any cellphone in the United States.</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/4CK6ONASIZHLVNQL52HYK5IYYY.jpg?auth=19168ada3ae9ecabcdf0ee659174a50223379c5c27cf96663203614ca4fcfe65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ofrecen recompensa por información sobre balacera fatal en Dania Beach]]></title><link>https://www.local10.com/espanol/2026/04/14/ofrecen-recompensa-por-informacion-sobre-balacera-fatal-en-dania-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/ofrecen-recompensa-por-informacion-sobre-balacera-fatal-en-dania-beach/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los detectives afirman que se ofrece una recompensa de hasta 5.000 dólares por información que conduzca al arresto del responsable del tiroteo mortal ocurrido en un parque de Dania Beach.]]></description><pubDate>Tue, 14 Apr 2026 16:01:07 +0000</pubDate><content:encoded><![CDATA[<p>Detectives informaron que se ofrece una recompensa de hasta $5,000 USD por información que conduzca a un arresto en una <a href="https://www.local10.com/espanol/2026/04/11/agentes-investigan-balacera-en-parque-de-dania-beach-que-deja-a-un-hombre-muerto/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/11/agentes-investigan-balacera-en-parque-de-dania-beach-que-deja-a-un-hombre-muerto/">balacera fatal en Dania Beach</a>.</p><p>La balacera ocurrió alrededor de las 9:15 p.m. del viernes en el parque CW Thomas, ubicado cerca de la cuadra 800 de Northwest Second Street, según la Oficina del Sheriff de Broward.</p><p>Los investigadores indicaron que la investigación preliminar reveló que la víctima, Cardal Wyche, fue baleada tras un altercado con varias personas.</p><p>Agentes de BSO y equipos de rescate de bomberos del sheriff de Broward respondieron a la escena y encontraron a Wyche con una aparente herida de bala.</p><p>Las autoridades dijeron que los paramédicos lo trasladaron al Broward Health Medical Center, donde fue declarado muerto a las 9:44 p.m.</p><p>Los detectives solicitan a cualquier persona con información sobre la balacera o los involucrados que se comunique con el detective de homicidios de BSO Kevin White al 954-321-4215 o envíe una pista a través de la aplicación SaferWatch.</p><p>Las denuncias anónimas pueden hacerse a Broward Crime Stoppers al 954-493-8477, en línea en browardcrimestoppers.org o marcando **TIPS desde cualquier teléfono celular en Estados Unidos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4CK6ONASIZHLVNQL52HYK5IYYY.jpg?auth=19168ada3ae9ecabcdf0ee659174a50223379c5c27cf96663203614ca4fcfe65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Redistricting battle narrows for US House as states seek partisan edge in November elections]]></title><link>https://www.local10.com/news/florida/2026/04/14/redistricting-battle-narrows-for-us-house-as-states-seek-partisan-edge-in-november-elections/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/14/redistricting-battle-narrows-for-us-house-as-states-seek-partisan-edge-in-november-elections/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 15:59:55 +0000</pubDate><content:encoded><![CDATA[<p>The battlefield is narrowing and the timeline is tightening in a congressional redistricting contest among states seeking a partisan advantage ahead of the November midterm elections.</p><p>The end of Maryland's legislative session this week marked the demise of Democratic efforts to reshape the state's U.S. House districts. But Florida lawmakers are to begin a special session Monday for a Republican attempt at congressional redistricting. And Virginia voters are deciding Tuesday on a Democratic redistricting plan that could help the party win several additional House seats in this year's election.</p><p>Voting districts typically are redrawn once a decade, after each census. But President Donald Trump triggered an unusual round of mid-decade redistricting last year when he urged Texas Republicans to redraw House districts to give the GOP an edge in the midterm elections. California Democrats reciprocated, and redistricting efforts soon cascaded across states.</p><p>So far, Republicans believe they could win nine additional seats in states where they have redrawn congressional districts, while Democrats think they could gain six seats elsewhere because of redistricting. But that presumes past voting patterns hold in November. And that’s uncertain, especially since the party in power typically loses seats in the midterms and Trump faces negative approval ratings in polls.</p><p>Democrats need to gain just a few seats in November to wrest control of the House from Republicans, potentially allowing them to obstruct Trump’s agenda.</p><p>Where redistricting remains in play</p><p>Officials in more than a dozen states debated or floated redistricting proposals. The immediate focus is on two states — one led by Republicans, the other by Democrats.</p><p>Florida</p><p>Current map: eight Democrats, 20 Republicans</p><p>Proposed map: Republican Gov. Ron DeSantis has called a special legislative session to begin Monday on congressional redistricting. Republicans haven't yet publicly released a specific plan.</p><p>Challenges: The state constitution says districts cannot be drawn with intent to favor or disfavor a political party or incumbent.</p><p>Virginia</p><p>Current map: six Democrats, five Republicans</p><p>Proposed map: A new U.S. House map passed by the Democratic-led General Assembly could help Democrats win up to four additional seats. For the map to take effect, voters would have to approve a constitutional amendment allowing mid-decade redistricting. That amendment is on Tuesday's ballot.</p><p>Challenges: The state Supreme Court ruled the referendum can proceed, but it has yet to rule whether the effort is legal. The court is considering an appeal of a Tazewell County judge’s ruling that the amendment is invalid because lawmakers violated their own rules while passing it.</p><p>Where new House districts were approved</p><p>New U.S. House districts have been adopted in six states since last summer. Four took up redistricting voluntarily, one was required to by its state constitution and another did so under court order.</p><p>Texas</p><p>Current map: 13 Democrats, 25 Republicans</p><p>New map: Republican Gov. Greg Abbott signed a revised House map into law last August that could help Republicans win five additional seats.</p><p>Challenges: The U.S. Supreme Court in December cleared the way for the new districts to be used in this year’s elections. It put on hold a lower-court ruling that blocked the new map because it was “racially gerrymandered.”</p><p>California</p><p>Current map: 43 Democrats, nine Republicans</p><p>New map: Voters in November approved revised House districts drawn by the Democratic-led Legislature that could help Democrats win five additional seats.</p><p>Challenges: The U.S. Supreme Court in February allowed the new districts to be used in this year’s elections. It denied an appeal from Republicans and the Department of Justice, which claimed the districts impermissibly favor Hispanic voters.</p><p>Missouri</p><p>Current map: two Democrats, six Republicans</p><p>New map: Republican Gov. Mike Kehoe signed a revised House map into law last September that could help Republicans win an additional seat.</p><p>Challenges: A Cole County judge ruled the new map is in effect as election officials work to determine whether a referendum petition seeking a statewide vote complies with constitutional criteria and contains enough valid petition signatures. The Missouri Supreme Court rejected a lawsuit claiming mid-decade redistricting is illegal. It's scheduled to hear arguments in May on claims the new districts violate compactness requirements and should be placed on hold pending the potential referendum.</p><p>North Carolina</p><p>Current map: four Democrats, 10 Republicans</p><p>New map: The Republican-led General Assembly gave final approval in October to revised districts that could help Republicans win an additional seat.</p><p>Challenges: A federal court panel in November denied a request to block the revised districts from being used in the midterm elections.</p><p>Ohio</p><p>Current map: five Democrats, 10 Republicans</p><p>New map: A bipartisan panel composed primarily of Republicans voted in October to approve revised House districts that improve Republicans’ chances of winning two additional seats.</p><p>Challenges: None. The state constitution required new districts before the 2026 election, because Republicans had approved the prior map without sufficient Democratic support after the last census.</p><p>Utah</p><p>Current map: no Democrats, four Republicans</p><p>New map: A judge in November imposed revised House districts that could help Democrats win a seat. The court ruled that lawmakers had circumvented anti-gerrymandering standards passed by voters when adopting the prior map.</p><p>Challenges: A federal court panel and the state Supreme Court, in February, each rejected Republican challenges to the judicial map selection.</p><p>Where redistricting efforts were denied</p><p>Governors, lawmakers or partisan officials pushed for congressional redistricting in numerous states. In at least five states, those efforts gained some initial traction but ultimately fell short in either the legislature or court.</p><p>Maryland</p><p>Current map: seven Democrats, one Republican</p><p>Proposed map: The Democratic-led House in February passed a redistricting plan backed by Democratic Gov. Wes Moore that could help Democrats win an additional seat.</p><p>Challenges: The legislative session ended in April without the Democratic-led Senate voting on the redistricting plan. The state Senate president said there were concerns it could backfire on Democrats.</p><p>New York</p><p>Current map: 19 Democrats, seven Republicans</p><p>Proposed map: A judge in January ordered a state commission to draw new boundaries for the only congressional district in New York City represented by a Republican, ruling it unconstitutionally dilutes the votes of Black and Hispanic residents.</p><p>Challenges: The U.S. Supreme Court in March granted Republicans' request to halt the judge’s order, leaving the existing district lines in place for the 2026 election.</p><p>Indiana</p><p>Current map: two Democrats, seven Republicans</p><p>Proposed map: The Republican-led House passed a redistricting plan in December that would have improved Republicans’ chances of winning two additional seats.</p><p>Challenges: Despite pressure from Trump to adopt the new map, the Republican-led Senate rejected it in a bipartisan vote on Dec. 11.</p><p>Kansas</p><p>Current map: one Democrat, three Republicans</p><p>Proposed map: Some Republican lawmakers mounted an attempt to take up congressional redistricting.</p><p>Challenges: Lawmakers dropped a petition drive for a special session on congressional redistricting in November, after failing to gain enough support.</p><p>Illinois</p><p>Current map: 14 Democrats, three Republicans</p><p>Proposed map: The Democratic Congressional Campaign Committee in October proposed a new U.S. House map that would improve Democrats’ chances of winning an additional seat.</p><p>Challenges: The Democratic-led General Assembly declined to take up redistricting, citing concerns about the effect on representation for Black residents.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WUB73LOFDICLFKQJTFEKE2ZCV4.jpg?auth=4785b0e7f332871d15620a71623397ddc6cad581fd5b5f30fc77a3e6c2c427bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voting booths are seen at the Culpeper County Voter Registration office during the early voting period for the Virginia redistricting referendum Friday, April 3, 2026, in Culpeper, Va. (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/SVV34CPHMHYDI4IESUPGEI7NNQ.jpg?auth=6718bc1179aac0031ae575bc6e0fb42ef72af2b7bac8a4e3924e068dc21240a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fairfax County Republican Committee members Harry Lowcock and Esmat Mostafaeithe wait to talk voters outside the Fairfax County Government Center during early voting for the Virginia redistricting referendum Friday, April 3, 2026, in Fairfax, Va. (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/PQHSBIQJ3TX4VLEHTMPP4MN4JE.jpg?auth=4a8c7e471e4c4a18d703065c1c5332730b239b3e4cca083224d33feb9685b615&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign supporting the Virginia redistricting referendum stands among flowers Friday, April 3, 2026, in Madison, Va. (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/6WQ2HFJITSOCGIOYNLCA72CBU4.jpg?auth=1744661f32146a10da03ee92fcb1db4117a361a07844dc501b20135a5aeebd47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mug holds pens at the Culpeper County Voter Registration office during the early voting period in the Virginia redistricting referendum, Friday, April 3, 2026, in Culpeper, Va. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Broward driver claims she’s ‘blind in both eyes’ after DUI hit-and-run injuring 3, deputies say]]></title><link>https://www.local10.com/news/local/2026/04/14/broward-driver-claims-shes-blind-in-both-eyes-after-dui-hit-and-run-injuring-3-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/broward-driver-claims-shes-blind-in-both-eyes-after-dui-hit-and-run-injuring-3-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 33-year-old woman is facing charges after deputies say she hurt three people in a crash while under the influence of alcohol and fled the scene in Fort Lauderdale this past weekend.]]></description><pubDate>Tue, 14 Apr 2026 15:45:32 +0000</pubDate><content:encoded><![CDATA[<p>A 33-year-old woman is facing charges after deputies say she hurt three people in a crash while under the influence of alcohol and fled the scene in Fort Lauderdale this past weekend.</p><p><a href="https://www.local10.com/espanol/2026/04/14/conductora-de-broward-alega-estar-ciega-de-ambos-ojos-tras-atropello-con-fuga-bajo-dui-que-dejo-tres-heridos-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/conductora-de-broward-alega-estar-ciega-de-ambos-ojos-tras-atropello-con-fuga-bajo-dui-que-dejo-tres-heridos-dicen-agentes/">Leer en español</a></p><p>Authorities identified the suspect as Karen Barrios, of Hallandale Beach.</p><p>The crash happened just before 6:30 p.m. Saturday on Marina Mile Boulevard near the southbound Interstate 95 exit ramp, according to the Broward Sheriff’s Office.</p><p>Investigators said a BSO sergeant was heading westbound on Marina Mile Boulevard when he observed the crash in the westbound lanes. </p><p>They said a white Buick, driven by Barrios, was stopped on the left side of the roadway with front-end damage, while a gray Jeep was against a wall on the right side, facing eastbound in the westbound lanes, with significant rear passenger-side damage.</p><p>The report states that sergeant briefly checked on Barrios, who indicated she was OK. </p><p>He then turned his attention to the occupants of the Jeep, who had visible injuries. Deputies said Barrios then fled the scene headed west without providing information or rendering aid.</p><p>Deputies said a second sergeant followed Barrios and located her shortly after in a parking lot in Dania Beach.</p><p>According to deputies, Barrios showed several signs of impairment, including “glassy eyes, slurred speech, and unsteadiness on her feet.” </p><p>Investigators determined the Jeep, carrying three people, was traveling westbound on Marina Mile Boulevard when Barrios exited the I-95 ramp and failed to yield the right-of-way. </p><p>Deputies said her car struck the rear passenger side of the Jeep, causing it to flip multiple times.</p><p>They said at least two people in the Jeep suffered multiple cuts. All three occupants told deputies they wished to press charges, the report states. </p><p>Deputies later detained Barrios and noted a “strong odor of alcoholic beverages coming from her breath.” They said she refused medical treatment and declined to perform field sobriety exercises at the scene. </p><p>According to the report, Barrios told deputies she is “blind in both eyes,” later clarifying she has partial vision issues and said she suffers from seizures if she does not take her medication, though she reported not having a seizure at the time of the crash.</p><p>Deputies said she later participated in a sobriety test but showed multiple signs of impairment, including losing balance, missing heel-to-toe steps, and making an improper turn.</p><p>Barrios was taken into custody and transported to BSO’s breath alcohol testing center, though her blood alcohol level was not listed in the report.</p><p>Jail records show she is facing one count of DUI, three counts of DUI causing damage to property or injury, and one count of hit-and-run involving serious bodily injury. </p><p>As of Tuesday morning, she was not listed as an inmate in the Broward County Main Jail.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DYZDDDQVVNAVPDXHVCMZCKGDNE.jpg?auth=24d69689f1e36c3379b953b085517ef531a414a608adcd34a8f9e7ccd87abf7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Conductora de Broward alega estar “ciega de ambos ojos” tras atropello con fuga bajo DUI que dejó tres heridos, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/04/14/conductora-de-broward-alega-estar-ciega-de-ambos-ojos-tras-atropello-con-fuga-bajo-dui-que-dejo-tres-heridos-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/conductora-de-broward-alega-estar-ciega-de-ambos-ojos-tras-atropello-con-fuga-bajo-dui-que-dejo-tres-heridos-dicen-agentes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una mujer de 33 años se enfrenta a cargos después de que, según las autoridades, hiriera a tres personas en un accidente mientras conducía bajo los efectos del alcohol y huyera del lugar de los hechos en Fort Lauderdale el pasado fin de semana.]]></description><pubDate>Tue, 14 Apr 2026 15:56:29 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 33 años enfrenta cargos después de que agentes dijeron que hirió a tres personas en un choque mientras conducía bajo los efectos del alcohol y huyó de la escena en Fort Lauderdale durante el fin de semana.</p><p>Las autoridades identificaron a la sospechosa como Karen Barrios, de Hallandale Beach.</p><p>El choque ocurrió poco antes de las 6:30 p.m. del sábado en Marina Mile Boulevard, cerca de la rampa de salida hacia el sur de la Interestatal 95, según la Oficina del Sheriff de Broward.</p><p>Los investigadores indicaron que un sargento de BSO se dirigía hacia el oeste por Marina Mile Boulevard cuando observó el accidente en los carriles en esa dirección.</p><p>Señalaron que un Buick blanco, conducido por Barrios, estaba detenido en el lado izquierdo de la vía con daños en la parte delantera, mientras que un Jeep gris estaba contra un muro en el lado derecho, orientado hacia el este en los carriles hacia el oeste, con daños significativos en la parte trasera del lado del pasajero.</p><p>El informe indica que el sargento verificó brevemente el estado de Barrios, quien dijo que estaba bien.</p><p>Luego dirigió su atención a los ocupantes del Jeep, quienes presentaban lesiones visibles. Los agentes dijeron que Barrios huyó de la escena hacia el oeste sin proporcionar información ni prestar ayuda.</p><p>Los agentes indicaron que un segundo sargento siguió a Barrios y la localizó poco después en un estacionamiento en Dania Beach.</p><p>Según los agentes, Barrios mostraba varios signos de deterioro, incluyendo “ojos vidriosos, habla arrastrada e inestabilidad al caminar”.</p><p>Los investigadores determinaron que el Jeep, con tres personas a bordo, circulaba hacia el oeste por Marina Mile Boulevard cuando Barrios salió de la rampa de la I-95 y no cedió el derecho de paso.</p><p>Los agentes dijeron que su vehículo impactó la parte trasera del lado del pasajero del Jeep, provocando que volcara varias veces.</p><p>Indicaron que al menos dos personas en el Jeep sufrieron múltiples cortaduras. Los tres ocupantes dijeron a los agentes que deseaban presentar cargos, según el informe.</p><p>Posteriormente, los agentes detuvieron a Barrios y notaron un “fuerte olor a bebidas alcohólicas en su aliento”. Indicaron que ella rechazó tratamiento médico y se negó a realizar pruebas de sobriedad en el lugar.</p><p>Según el informe, Barrios dijo a los agentes que está “ciega de ambos ojos”, aclarando después que tiene problemas de visión parcial y que sufre convulsiones si no toma su medicamento, aunque indicó que no tuvo una convulsión en el momento del choque.</p><p>Los agentes señalaron que luego participó en una prueba de sobriedad, pero mostró múltiples signos de deterioro, incluyendo pérdida de equilibrio, fallas al caminar talón con punta y un giro incorrecto.</p><p>Barrios fue puesta bajo custodia y trasladada al centro de pruebas de alcoholemia de BSO, aunque su nivel de alcohol en sangre no fue incluido en el informe.</p><p>Los registros de la cárcel indican que enfrenta un cargo de DUI, tres cargos de DUI causando daños a la propiedad o lesiones, y un cargo de fuga tras un accidente con lesiones corporales graves.</p><p>Hasta la mañana del martes, no aparecía como reclusa en la cárcel principal del condado Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DYZDDDQVVNAVPDXHVCMZCKGDNE.jpg?auth=24d69689f1e36c3379b953b085517ef531a414a608adcd34a8f9e7ccd87abf7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[April 14: Pleasant conditions continue with gradual warm-up]]></title><link>https://www.local10.com/weather/2026/04/14/april-14-pleasant-conditions-continue-with-gradual-warm-up/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/14/april-14-pleasant-conditions-continue-with-gradual-warm-up/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[It’s another nice day with relatively low humidity and seasonable temperatures in the low 80s. We still have a decent breeze off the Atlantic with gusts up to 25 mph, but this will gradually relax over the next couple of days. ]]></description><pubDate>Tue, 14 Apr 2026 15:53:16 +0000</pubDate><content:encoded><![CDATA[<p>It’s another nice day with relatively low humidity and seasonable temperatures in the low 80s. We still have a decent breeze off the Atlantic with gusts up to 25 mph, but this will gradually relax over the next couple of days. There may be a stray sprinkle or two, with most of us staying completely dry. This will be the case through at least Friday, when just a few light showers return to the forecast. There are no major storm systems through the rest of the week, just a warming trend. High temperatures will rise into the upper 80s by the weekend, with some humidity returning to the forecast.</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/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Local 10 News]]></media:description></media:content></item><item><title><![CDATA[Man accused of throwing drink on woman, attacking men with Grey Goose bottle ]]></title><link>https://www.local10.com/news/local/2026/04/14/man-accused-of-throwing-drink-on-woman-attacking-men-with-grey-goose-bottle/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/man-accused-of-throwing-drink-on-woman-attacking-men-with-grey-goose-bottle/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Michigan man has been arrested after he allegedly threw a drink on a woman in the Downtown Entertainment district in Fort Lauderdale and then attacked several men who tried to defend her with a Grey Goose bottle, authorities said.]]></description><pubDate>Tue, 14 Apr 2026 15:25:48 +0000</pubDate><content:encoded><![CDATA[<p>A Michigan man has been arrested after he allegedly threw a drink on a woman in the Downtown Entertainment district in Fort Lauderdale and then attacked several men who tried to defend her with a Grey Goose bottle, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-lanzar-bebida-a-mujer-y-atacar-a-hombres-con-botella-de-grey-goose/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-lanzar-bebida-a-mujer-y-atacar-a-hombres-con-botella-de-grey-goose/">Leer en español</a></p><p>According to an arrest warrant, the incident happened March 8. </p><p>Fort Lauderdale police said officers working in the area were alerted about a possible altercation and a man who was bleeding from the head.</p><p>Police said the officers then made contact with two men, one of whom was “bleeding profusely from his head and was covered in blood,” and the other who had a cut to his left arm. </p><p>According to the warrant, one of the victims told officers that a man had purposefully poured liquor on a woman so he and his friends tried to intervene on her behalf.</p><p>The victim said the suspect, later identified by police as Alex Elhaouli, of Garden City, Michigan, struck his friend over the head with a Grey Goose bottle, causing the glass bottle to shatter and cause severe lacerations to the victim.</p><p>According to the warrant, Elhaouli sliced the other man on the left forearm with the bottle, causing a deep cut.</p><p>Both victims were transported to Broward Health Medical Center, where they received stitches. </p><p>A third victim approached an officer a short time later and said he was also cut by the glass bottle on his chest, authorities said. That victim went to the hospital on his own, where he also received stitches, police confirmed.</p><p>Police said a fourth victim sustained a small cut to his neck, but did not require medical attention.</p><p>Elhaouli was arrested Sunday on three counts of aggravated battery with a deadly weapon.</p><p>Elhaouli was not appearing in the online Broward jail database on Tuesday. </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/LSQRTHOGTBDFNHHAJDOQTJPJZA.jpg?auth=4b377348551d9ab542532b2a3f7f01d629a42c4a4528f929b35e693618f0233c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de lanzar bebida a mujer y atacar a hombres con botella de Grey Goose]]></title><link>https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-lanzar-bebida-a-mujer-y-atacar-a-hombres-con-botella-de-grey-goose/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/acusan-a-hombre-de-lanzar-bebida-a-mujer-y-atacar-a-hombres-con-botella-de-grey-goose/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de Michigan fue arrestado después de que supuestamente arrojara una bebida a una mujer en el distrito de entretenimiento del centro de Fort Lauderdale y luego atacara a varios hombres que intentaron defenderla con una botella de Grey Goose, según informaron las autoridades.]]></description><pubDate>Tue, 14 Apr 2026 15:49:24 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Michigan fue arrestado después de que presuntamente lanzó una bebida a una mujer en el distrito de entretenimiento del centro de Fort Lauderdale y luego atacó a varios hombres que intentaron defenderla con una botella de Grey Goose, informaron las autoridades.</p><p>Según una orden de arresto, el incidente ocurrió el 8 de marzo.</p><p>La policía de Fort Lauderdale indicó que agentes que trabajaban en el área fueron alertados sobre un posible altercado y un hombre que sangraba de la cabeza.</p><p>La policía dijo que los agentes hicieron contacto con dos hombres, uno de los cuales estaba “sangrando profusamente de la cabeza y cubierto de sangre”, y otro que tenía una cortada en el brazo izquierdo.</p><p>De acuerdo con la orden, una de las víctimas dijo a los agentes que un hombre vertió licor intencionalmente sobre una mujer, por lo que él y sus amigos intentaron intervenir en su defensa.</p><p>La víctima indicó que el sospechoso, posteriormente identificado por la policía como Alex Elhaouli, de Garden City, Michigan, golpeó a su amigo en la cabeza con una botella de Grey Goose, provocando que la botella de vidrio se rompiera y causara laceraciones severas.</p><p>Según la orden, Elhaouli también cortó al otro hombre en el antebrazo izquierdo con la botella, provocándole una herida profunda.</p><p>Ambas víctimas fueron trasladadas al Broward Health Medical Center, donde recibieron puntos de sutura.</p><p>Una tercera víctima se acercó a un agente poco después y dijo que también fue cortada por la botella de vidrio en el pecho, informaron las autoridades. Esa víctima acudió al hospital por su cuenta, donde también recibió puntos, confirmó la policía.</p><p>La policía indicó que una cuarta víctima sufrió un pequeño corte en el cuello, pero no requirió atención médica.</p><p>Elhaouli fue arrestado el domingo y enfrenta tres cargos de agresión agravada con un arma mortal.</p><p>Elhaouli no aparecía en la base de datos en línea de la cárcel de Broward el martes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LSQRTHOGTBDFNHHAJDOQTJPJZA.jpg?auth=4b377348551d9ab542532b2a3f7f01d629a42c4a4528f929b35e693618f0233c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Mexico’s Sheinbaum pushes back on Trump over migrant deaths and Cuba]]></title><link>https://www.local10.com/news/world/2026/04/14/mexican-president-claudia-sheinbaum-takes-firmer-stance-with-trump-administration/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/14/mexican-president-claudia-sheinbaum-takes-firmer-stance-with-trump-administration/</guid><dc:creator><![CDATA[By MEGAN JANETSKY and WILL WEISSERT, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 18:29:19 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — The Mexican government on Tuesday protested the deaths of its citizens in U.S. immigration custody as President Claudia Sheinbaum pushes back against U.S. President Donald Trump's policies on multiple fronts.</p><p>The progressive Mexican leader has walked a careful line with Trump for more than a year, addressing provocations with a measured tone and meeting U.S. requests to crack down on criminal cartels more so than her predecessors, in an effort to offset threats of tariffs and U.S. military action against the gangs.</p><p>But in the wake of mounting deaths of Mexican citizens in custody of immigration officials and the Trump administration’s decision to impose an energy blockade on Cuba — a key Mexican ally — Sheinbaum has taken a harder line.</p><p>“We’ve seen the president raise her tone,” said Palmira Tapia, an analyst for Mexico’s Center for Economic Research and Teaching. “There’s been a shift, and we’ve seen Sheinbaum be more vocal than before.”</p><p>Deaths in ICE custody</p><p>Sheinbaum's latest rebuke came on Tuesday, a day after 49-year-old Mexican citizen Alejandro Cabrera Clemente died in a detention center in Louisiana of the Immigration and Customs Enforcement agency, or ICE, the fifteenth death of a Mexican citizen in U.S. custody in little over a year.</p><p>Mexico's government quickly called the deaths “unacceptable” and the ICE detention centers "incompatible with human rights standards and the protection of life.”</p><p>During a Tuesday press briefing Sheinbaum added that she requested investigations into the deaths of the 15 migrants, and instructed Mexican consulates to visit detention centers daily.</p><p>She said her government would raise the deaths in detention centers to Inter-American Commission on Human Rights, and was considering appealing to the United Nations. Her government already said it would support lawsuits in the U.S. filed by detainees over poor conditions.</p><p>“We are going to defend Mexicans at every level,” Sheinbaum said, adding that “there are many Mexicans whose only crime is not having papers.”</p><p>The moves by Sheinbaum's government come on top of mounting disapproval in the U.S. of Trump's immigration enforcement. About 6 in 10 U.S. adults say Trump has “gone too far” in sending federal immigration agents into American cities, according to a February AP-NORC poll.</p><p>“Growing dissatisfaction around ICE activities in the United States creates a more comfortable platform for members of the Mexican government to raise concerns about the fate of Mexican citizens,” said Carin Zissis, vice president of content strategy for the Council of the Americas.</p><p>A ‘cool head’</p><p>Sheinbaum has maintained what she has described as a “cool head” to provocations by Trump, who has exerted more pressure on Latin America than any U.S. leader in decades. In just a few months, the Trump administration deposed Venezuela's president, imposed an oil blockade on Cuba and threatened military intervention against Mexican cartels.</p><p>She has to balance maintaining a strong relationship with Trump while repeatedly stressing Mexico's sovereignty to appease her own base. Her measured responses resemble that of a lawyer rather than the head of Mexico’s most powerful populist political movement.</p><p>Her government has come down harder on cartels than her predecessor and bolstered trade relations ahead of renegotiations of the United States-Mexico-Canada Agreement, or USMCA, free trade agreement.</p><p>While Trump has taken public jabs at Sheinbaum — at one point suggesting cartels have greater control over Mexico than her government — he's also regularly made nods to their amicable relationship.</p><p>“She is really a nice person, I like her a lot,” he said last month, proceeding to imitate the Mexican leader in a high voice.</p><p>Divide over Cuba</p><p>But shifting geopolitics in the region, and the mounting deaths in ICE facilities, have also opened the door for Sheinbaum to take a firmer stance.</p><p>The main point of contention between the two governments has been Cuba. Solidarity with the U.S. adversary has been a cornerstone of Mexico’s political ethos since the Cuban revolution, which Fidel Castro, Ernesto “Che” Guevara and a group of exiles famously planned while in Mexico City. It's a particular sticking point with her progressive Morena party, whose founder ushered Sheinbaum into office.</p><p>The relationship hit a hurdle in late January, when Trump announced he would slap tariffs on any country that sends oil to Cuba. The move directly impacted Mexico, which for years has shipped oil to Cuba.</p><p>While Sheinbaum reluctantly paused oil shipments to Cuba, she has continued to challenge the Trump administration's push for regime change.</p><p>“Mexico has every right to send fuel, whether for humanitarian or commercial reasons,” Sheinbaum said earlier this week.</p><p>She has described Trump's energy blockade of Cuba as “unjust” and accused the U.S. government of “suffocating” Cubans with sanctions. The Mexican leader has sent shipments of food and other aid, and even donated $1,000 of her own money to relief efforts in a symbolic gesture.</p><p>“This is a Rubicon issue for her," said Arturo Sarukhan, former Mexican ambassador to the U.S.</p><p>Even then, the moves by the Mexican leader have raised eyebrows in Washington.</p><p>Sheinbaum recently announced that her country would continue to have Cuban doctors work in the country, diverging from other nations in Central America and the Caribbean that have ended their programs in the face of U.S. pressure.</p><p>It was met with veiled threats from the Trump administration, which pointed to visa restrictions imposed on Central American officials with ties to what U.S. Secretary of State Marco Rubio referred to as a “forced labor scheme.”</p><p>The White House offered no comment on Tuesday about Sheinbaum's tougher stances, nor did it comment on the rising number of deaths of Mexican nationals in ICE custody.</p><p>Greater leverage</p><p>Sheinbaum's recently bolder tone suggests a calculation that her administration can push back on some politically important fronts as long as they also are making progress on strengthening trade and meeting Trump administration requests on security and migration, Zissis said.</p><p>At the same time, surging energy prices due to the Iran war have made the U.S. more dependent on allies in Mexico, she and other analysts said, prompting Washington to walk back from any drastic moves against Mexican cartels or Cuba, at least in the short term.</p><p>”We’re at a moment where, due to global events, we’re facing different economic uncertainties. That gives the U.S. and Mexico more reason to work together," she said.</p><p>At the same time, former Mexican ambassador Sarukhan said that Sheinbaum will have to be careful not to put at risk upcoming USMCA renegotiations, for which her government has made painstaking efforts to build a strong foundation.</p><p>"What’s going to be interesting going forward is whether she can continue to have her cake and eat it too,” Sarukhan said.</p><p>——</p><p>Weissert reported from Washington D.C.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QUGNLB4NNOMGPLRQ5FGYJOGIJU.jpg?auth=51bac27808ad3eda0d6272d2d50df9b3a01cacf4d39842feac192f5f12dbe640&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mexican President Claudia Sheinbaum gives her the daily, morning news conference at the National Palace in Mexico City, Feb. 23, 2026. (AP Photo/Ginnette Riquelme, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ginnette Riquelme</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VHQBP36AFT4MLHZRBGODUVZXPM.jpg?auth=bc072f45e92d4e2cd79563f293d2c14c58dffb91aeae0dd3cf95abac344d13a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks with reporters after disembarking Air Force One, Sunday, April 12, 2026, at Joint Base Andrews, Md. (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/TX6P2N6HMH53GE2FMWENNSVVWM.jpg?auth=925f9601f1239dc057339fcacf83528755552ab9056a90ddff7360c20082defe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk a dog on a street in Havana, Wednesday, March 25, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KZ2DT4FGR4QHBNZ4SJET2FK5DM.jpg?auth=2b71f9426b5d723c93b9afc991249819713c7edf4cc4b22d0b42b219d018eb12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activists wave Cuban and Palestinian flags from the vessel Maguro, arriving from Mexico with humanitarian aid as part of the "Nuestra America," or Our America convoy, in Havana Bay, Cuba, Tuesday, March 24, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PLYQO77YTMXE544WGOUZMTVPKE.jpg?auth=b174646e47a9bb297e7a3ca7f8d4e1410463f941d5151995c896e76a0f813243&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activists from the vessel Maguro that arrived from Mexico, behind, as part of the "Nuestra America," or Our America convoy, unload humanitarian aid with the help of Cuban port workers in Havana Bay, Cuba, Tuesday, March 24, 2026. (Jorge Luis Banos/IPS via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Asian surnames have been the fastest-growing in the U.S., according to Census Bureau report]]></title><link>https://www.local10.com/news/world/2026/04/14/asian-surnames-have-been-the-fastest-growing-in-the-us-according-to-census-bureau-report/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/14/asian-surnames-have-been-the-fastest-growing-in-the-us-according-to-census-bureau-report/</guid><dc:creator><![CDATA[By MIKE SCHNEIDER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 15:45:07 +0000</pubDate><content:encoded><![CDATA[<p>ORLANDO, Fla. (AP) — The most popular last names in the U.S might be unchanged from the previous decade, but Asian surnames were the fastest-growing at the start of this decade, the U.S. Census Bureau said Tuesday.</p><p>“Smith,” “Johnson,” “Williams,” “Brown," and Jones,” remained the top five last names in the United States in 2020, as they were in 2010, according to a tally from the last U.S. head count. Most of the fastest-growing last names from 2010 to 2020 were Asian, according to the Census Bureau.</p><p>The top three of those were “Zhang,” “Liu,” and “Wang.”</p><p>Rounding out the top 10 most common last names in 2020 were “Garcia,” “Miller,” “Rodriguez,” “Davis,” and “Martinez.” The only change from 2010 was “Rodriguez” which jumped ahead of “Davis” for the No. 8 spot.</p><p>The Census Bureau has tallied counts of the most common last names in each once-a-decade head count since the 1990 Census. The 2020 Census was the first since 1990 to provide data on first names, although the Social Security Administration keeps a count of the most popular male and female first names for babies each year.</p><p>The Census tally showed that the most popular male first names at the start of this decade were “Michael,” “John,” “James,” “David,” and “Robert,” while the most common female first names were “Mary,” “Maria,” “Jennifer,” “Elizabeth,” and “Patricia.”</p><p>Not too much has changed since 1990. Back then, the most popular male first names were “James,” “John,” “Robert,” “Michael,” and “William.” The most popular female first names were “Mary,” “Patricia,” “Linda,” “Barbara,” and “Elizabeth.”</p><p>Unlike the Social Security Administration's count, the Census Bureau's tally includes everyone, not just newborns.</p><p>“The names people choose are a function of what they are exposed to, so culture certainly plays a role, but so does social influence,” said Jonah Berger, a professor of marketing at the University of Pennsylvania. “People are constantly exposed to names of others around them, and that can shape not only which names they like, but also which ones they avoid.”</p><p>___</p><p>Follow Mike Schneider on the social platform Bluesky: @mikeysid.bsky.social.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M6SFH6WT6QTNHRZPE5Z5F2CJWQ.jpg?auth=d96611f7ad2ebc638368c67f8fb1d6635988c5f3cb9f4f950f321f8774c9b4cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Shown is a 2020 census letter mailed to a U.S. resident, in Glenside, Pa., March 19, 2020. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EOPW7DHU6IZ6SGTIDXFZ2NWTFE.jpg?auth=570f6a9329bca955a250129455f4074ba80b0de45110eca5d601cfd7e9c96c6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The toes of a baby are seen at DHR Health, July 29, 2020, in McAllen, Texas. (AP Photo/Eric Gay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Severe storms accompanied by tornadoes damage communities from the Plains to the Midwest]]></title><link>https://www.local10.com/news/national/2026/04/14/severe-storms-accompanied-by-tornadoes-damage-communities-from-the-plains-to-the-midwest/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/14/severe-storms-accompanied-by-tornadoes-damage-communities-from-the-plains-to-the-midwest/</guid><dc:creator><![CDATA[By NICK INGRAM, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 20:32:34 +0000</pubDate><content:encoded><![CDATA[<p>OTTAWA, Kan. (AP) — A day after severe storms damaged communities in the Plains and the Midwest, forecasters warned that storms could bring giant hail, tornadoes and severe wind gusts to the regions again on Tuesday afternoon and evening.</p><p>Authorities in Kansas reported several people with minor injuries after storms passed through on Monday. Three people were left with minor injuries in rural Franklin County, about 50 miles (80 kilometers) southwest of Kansas City, according to the sheriff’s office. In Ottawa, a city of about 13,000 people, officials said there was structural damage, but there were no deaths or injuries. Power lines and trees were damaged, as well as several businesses, including one where outside walls were gone.</p><p>A National Weather Service survey team will assess damage in the Ottawa area on Tuesday to determine whether a tornado passed through there, according to Chelsea Picha, a meteorologist with the weather service’s office in Topeka.</p><p>In neighboring Miami County, two people reported minor injuries, several homes were destroyed and recreational vehicles and campers were overturned, according to the sheriff’s office. Power lines were de-energized in Hillsdale until cleanup could be safely completed, the sheriff’s office said.</p><p>Three tornadoes touched down in southern Minnesota, where some damage to farms was reported, according to Jake Beitlich, a meteorologist in the Twin Cities office. There were also reports of baseball-sized hail that caused damage to vehicles in the area, he said.</p><p>A tornado touched down near Gilman, a village of about 380 people in northwestern Wisconsin, said Jeff Boyne, a meteorologist in the National Weather Service’s La Crosse, Wisconsin, office, but he said the damage was minor. The weather service was still working to determine the tornado’s rating. The storms peeled the roof off a manufactured home in Steuben, a village of about 120 people in southwestern Wisconsin, he said, but there have been no reports of any injuries in the state.</p><p>A number of schools around the Madison area were forced to close Tuesday morning due to lack of power. More than 25,000 customers were without power in Wisconsin on Tuesday morning, according to poweroutage.us.</p><p>Forecasters warned of significant river and small stream flooding expected through the end of the week in the Upper Great Lakes with the heaviest rainfall expected overnight into Wednesday with scattered flash flooding.</p><p>In Michigan, Gov. Gretchen Whitmer declared a state of emergency Friday at the Cheboygan Lock and Dam Complex as record snowfall in March and the recent rain have elevated water levels. More pumps were being added to help push water toward Lake Huron on Monday. As of 7 a.m. Tuesday, the water level was 7.68 inches (19.5 centimeters) below the top of the structure, according to a state website.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BCO3XSAU5ZRMPT37IUOVOXZOCQ.jpg?auth=0cd01e169a3bc0b6b8c5f2898463146294a65b68e35d7a8c969816c094e99c28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lightning flashes beyond an apartment building as a thunderstorm passes in the distance Monday, April 13, 2026, in Lenexa, Kan. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BJ5NUY4GM2RLVATM4WJU4EXFTQ.jpg?auth=cae036ffd17d5e9fbc0a6ee27da7926879ed85ce9f8c6e5939f40940d3db1cd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lightning flashes as a thunderstorm passes in the distance Monday, April 13, 2026, in Lenexa, Kan. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U6XS6K4CHG4HIUSICHILD3OZUE.jpg?auth=eba99cf6d87e658979af74c4374524780a83e16f87e5c34726ee429e7682f7d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lightning flashes beyond an office building as a thunderstorm passes in the distance, Monday, April 13, 2026, in Lenexa, Kan. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VYIAN7PDBGLVY74AT2W2JDCU34.jpg?auth=9440fb36078d6598ed7622d249728b3104c1b5e04bcaf9515e46c80c06e1a87a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bethany and Cody Spooner remove tree branches from a pine that came down during severe overnight storms, Tuesday, April 14, 2026, in Deforest, Wis. (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/3FPIGYN36EYALVWSPKPPTZ4PQU.jpg?auth=36bb1e44a48462beacddbcf58c724fd4dbb1eb89c48a975de7d5983a53f2962d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Alliant Energy worker looks at downed power lines during cleanup after severe overnight storms Tuesday, April 14, 2026, in Deforest, Wis. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content></item><item><title><![CDATA[Pittsburgh Post-Gazette announces it has found a buyer to keep the newspaper open]]></title><link>https://www.local10.com/business/2026/04/14/pittsburgh-post-gazette-announces-it-has-found-a-buyer-to-keep-the-newspaper-open/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/14/pittsburgh-post-gazette-announces-it-has-found-a-buyer-to-keep-the-newspaper-open/</guid><dc:creator><![CDATA[By DAVID BAUDER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 19:22:52 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Barely two weeks before it was due to shut down, the Pittsburgh Post-Gazette said Tuesday it had found a last-minute buyer — a successful nonprofit journalism operation that has agreed to keep the struggling newspaper open.</p><p>The resolution to a months-long worry in western Pennsylvania about the paper's shutdown comes at a difficult moment for the American newspaper industry, which has shed jobs, resources and sometimes entire companies due to the upending of the traditional revenue model by the internet at the beginning of this century.</p><p>The Post-Gazette dates its ancestry to 1786, the first newspaper to open west of the Allegheny Mountains, and its closure would have left Pittsburgh as the nation’s largest community without a city-based paper.</p><p>"For us to be a vibrant, strong city, as we are, it’s imperative that we have a newspaper that demonstrates that,” said Jay Costa, the top-ranking Democrat in the Pennsylvania state Senate, whose district encompasses about half of Pittsburgh.</p><p>Operations to continue in Pittsburgh</p><p>The Post-Gazette's owners, Block Communications, said the Venetoulis Institute for Local Journalism, which publishes the digital Baltimore Banner, had agreed to buy its assets. Financial terms were not disclosed.</p><p>The Post-Gazette said the new owners would continue to print the newspaper on two days, Thursday and Sunday, and would operate a website on the other days.</p><p>The newspaper had been due to close on May 3.</p><p>“We are committed to working with exceptional journalists, along with civic and business leaders across the region, to build a new future for local journalism in Western Pennsylvania,” said Bob Cohn, CEO of the Venetoulis Institute. “We are clear-eyed about the task ahead. We have learned in Maryland that this work takes time, discipline and investment.”</p><p>The institute, which opened the Banner in 2022, said it has appointed David Shribman, who was executive editor of the Post-Gazette from 2003 to 2019, to its board of directors.</p><p>The Post-Gazette won a Pulitzer Prize for its coverage of the Tree of Life synagogue shooting in 2018 under Shribman, but it has been mired in labor strife in recent years.</p><p>Block Communications announced in January that it would shut down the newspaper, on the same day that the U.S. Supreme Court declined to hear its appeal of a lawsuit regarding health benefits to formerly striking workers.</p><p>More hope, but more questions too</p><p>The Banner, despite being so young, has also won a Pulitzer Prize for its reporting. In a difficult time for the news business, the Banner has grown to have 79,500 paid subscribers.</p><p>“I'm more hopeful now for the future of the Post-Gazette than I was yesterday,” said Steve Mellon, a longtime photographer at the newspaper. Employees worried that the newspaper would be sold to a hedge fund known stripping assets of media companies, instead of a nonprofit committed to local journalism.</p><p>But he said there are still many questions, such as how many staff members will stay on with new ownership and how much Venetoulis would be willing to invest in a newspaper that has been losing money. Mellon and some other journalists at the newspaper have been exploring starting a co-op news website, and he's not sure what will happen with those plans.</p><p>The Pittsburgh Tribune-Review, a newspaper based in a Pittsburgh suburb, had been planning to add staff in Pittsburgh and begin publishing a weekend city edition the week after the Post-Gazette was set to close. Its CEO, Jennifer Bertetto, said Tuesday that those plans would not change as a result of its rival's sale.</p><p>Andrew Conte, a journalism professor at Pittsburgh's Point Park University who's been active in encouraging small news organizations in the community, said the sale offers a challenge to people in the region: To what extent will they support local journalism? “It's really in their hands,” he said.</p><p>Sara Innamorato, the executive of Allegheny County, where Pittsburgh is located, called the paper a cornerstone of the region’s civic life for generations. Innamorato said in a written statement that the “transition to a nonprofit model represents an opportunity to strengthen independent, community-centered reporting and ensure residents continue to have access to the information they need to stay engaged and informed.”</p><p>She said a strong local news source is essential to a healthy democracy, “and that must include supporting the journalists and workers who make this work possible with good-paying, family-sustaining jobs.”</p><p>Both Block and Venetoulis described their deal as reflecting “a shared commitment to sustaining local journalism in Pittsburgh.”</p><p>___</p><p>Associated Press journalists Mark Scolforo and Rebecca Boone contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VYE7NWBYKDEIP7UTNG37PVZXNA.jpg?auth=350d93c15c3f8206c1cf2f6fa9dda15a8c3a10456ae70596ca05d9038ca60b82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The printed edition of the Pittsburgh Post-Gazette sits in a newspaper rack, Thursday, April 2, 2026, in Pittsburgh. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content></item><item><title><![CDATA[Library of Congress appoints Arthur Sze to a second 1-year term as US poet laureate]]></title><link>https://www.local10.com/entertainment/2026/04/14/library-of-congress-appoints-arthur-sze-to-a-second-1-year-term-as-us-poet-laureate/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/14/library-of-congress-appoints-arthur-sze-to-a-second-1-year-term-as-us-poet-laureate/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 15:26:34 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. poet laureate Arthur Sze has been appointed to a second one-year term by the Library of Congress, where he has served without incident despite last year's ouster of Librarian of Congress Carla Hayden.</p><p>Sze, a highly regarded poet and translator, said in a statement Tuesday that he plans to travel the country with his project “Words Bridging Worlds,” which will include readings, discussions and workshops.</p><p>“I am excited to embark on taking my signature project, ‘Words Bridging Worlds,’ to multiple cities to celebrate poetry and poetry in translation, and where people can use the book to try translating poems from another language into English,” he said.</p><p>Sze, 75, began his first term as poet laureate last fall, during a time of upheaval at the library. President Donald Trump had fired Hayden a few months earlier, part of his battle against what he calls “woke” culture in government institutions. Trump has also pushed the Smithsonian Institution to avoid “divisive narratives,” and forced out the leadership at the Kennedy Center while adding his name to the center's building, leading many performers to call off planned appearances. The center will close for repairs this summer.</p><p>But since Hayden's departure, the Library of Congress has mostly remained out of the news and continued to hold traditional events such as the National Book Festival. The White House named then-Deputy Attorney General Todd Blanche as the acting librarian, but the library's announcements about each of Sze's appointments identify longtime library official Robert Randolph Newlen as acting librarian.</p><p>“Arthur Sze is opening the world of poetry by giving us a unique view of his process of writing and translating poetry — and challenging students and the public to try writing and translating poetry as well,” Newlen said in a statement Tuesday.</p><p>Laureates, who are expected to avoid political commentary, have a mission to "raise the national consciousness to a greater appreciation of the reading and writing of poetry,” according to the library's website. Sze's predecessors include Joy Harjo, Robert Pinsky and Billy Collins.</p><p>Sze's poetry collections include “Sight Lines,” winner of the National Book Award, and “Compass Rose,” a finalist for the Pulitzer Prize. “Transient Worlds,” in which Sze highlights poetry in translation, was published Tuesday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OJV4HI4KQESFZBLYYA66W4ZXMM.jpg?auth=ade0852d8fb463344f6a5fef54060cf2e6160fd0cc4a4ac9ba6d252532a74f2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Arthur Sze attends the 70th National Book Awards ceremony on Nov. 20, 2019, in New York. (Photo by Greg Allen/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Allen</media:credit></media:content></item><item><title><![CDATA[Appeals court orders judge to end contempt investigation of Trump administration deportation flights]]></title><link>https://www.local10.com/news/politics/2026/04/14/appeals-court-orders-judge-to-end-contempt-investigation-of-trump-administration-deportation-flights/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/14/appeals-court-orders-judge-to-end-contempt-investigation-of-trump-administration-deportation-flights/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 19:02:14 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge must end his “intrusive” contempt investigation of the Trump administration for failing to comply with an order over flights carrying Venezuelan migrants to El Salvador last year, a divided appeals court panel ruled Tuesday.</p><p>Chief Judge James Boasberg abused his discretion in forging ahead with criminal contempt proceedings stemming from the March 2025 deportation flights, according to the majority opinion by a three-judge panel from U.S. Court of Appeals for the District of Columbia Circuit.</p><p>The ruling is the latest twist in a yearlong legal saga that has became a flashpoint in President Donald Trump's mass deportation campaign. The White House has portrayed Boasberg as a biased judge who overstepped his authority.</p><p>Trump’s administration has a “clear and indisputable” right to the termination of the contempt proceedings, Circuit Judge Neomi Rao wrote in the court’s majority opinion.</p><p>“The legal error at the heart of these criminal contempt proceedings demonstrates why further investigation by the district court is an abuse of discretion,” Rao wrote. “Criminal contempt is available only for the violation of an order that is clear and specific. (Boasberg's March 2025 order) did not clearly and specifically bar the government from transferring plaintiffs into Salvadoran custody.”</p><p>Lawyers for the deported migrants will ask the full circuit court to review the panel’s decision, according to plaintiffs' attorney Lee Gelernt of the American Civil Liberties Union. Gelernt said the majority opinion is “a blow to the rule of law.”</p><p>“Our system is built on the executive branch, including the president, respecting court orders. In this case there is no longer any question that the Trump administration willfully violated the court’s order,” Gelernt said in a statement.</p><p>Rao was nominated by Trump, a Republican. Boasberg, chief judge of the district court in Washington, D.C., was nominated by Democratic President Barack Obama.</p><p>On March 15, 2025, Boasberg issued a temporary restraining order barring the administration from transferring a group of Venezuelan migrants to El Salvador under an 18th century law. After the order was entered, two planeloads of migrants protected by the order departed from the U.S. on their way to El Salvador, where they were locked up in one of the world's most violent prisons. The administration said then- Homeland Security Secretary Kristi Noem was responsible for the transfer decision.</p><p>Boasberg has said the Trump administration may have acted in bad faith by trying to rush Venezuelan migrants out of the country in defiance of his order. He said he gave the administration “ample opportunity to rectify or explain their actions” but concluded that “none of their responses has been satisfactory.”</p><p>Last year, the Justice Department filed a misconduct complaint accusing Boasberg of making improper public comments about Trump and his administration. Trump has called for impeaching Boasberg. In a rare rebuke, Supreme Court Chief Justice John Roberts publicly rejected calls for Boasberg's impeachment.</p><p>The case is assigned to Rao and Circuit Judges Justin Walker and J. Michelle Childs. Walker, also a Trump nominee, wrote a separate opinion concurring with Rao's. Childs, who was nominated by Democratic President Joe Biden, dissented from the majority.</p><p>Childs said the court's majority has trampled on Boasberg's authority “in a way that will affect not only these contempt proceedings but will also echo in future proceedings against all litigants.”</p><p>“Now, any litigant can argue, based on their preferred interpretation of a court’s order, that they did not commit contempt before contempt findings are even made,” Childs wrote in her 80-page dissent.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BSNIMBOH5DBRZ4SC5WREOUXOO4.jpg?auth=0a9572978eeae239213d4aad9ac2dcc9fe1467659281d9102722123a5c9392e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. District Judge James Boasberg, chief judge of the United States District Court for the District of Columbia, stands for a portrait at E. Barrett Prettyman Federal Courthouse in Washington, March 16, 2023. (Carolyn Van Houten/The Washington Post via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Van Houten</media:credit></media:content></item><item><title><![CDATA[Matt Crocker quits as US Soccer Federation sporting director 2 months before World Cup]]></title><link>https://www.local10.com/sports/2026/04/14/matt-crocker-quits-as-us-soccer-federation-sporting-director-2-months-before-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/14/matt-crocker-quits-as-us-soccer-federation-sporting-director-2-months-before-world-cup/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 21:39:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Matt Crocker quit as sporting director of the U.S. Soccer Federation on Tuesday, just two months ahead of the World Cup, to take a new job in Saudi Arabia.</p><p>The USSF said Crocker was leaving to pursue an unidentified international soccer opportunity, and a person familiar with the decision, speaking to The Associated Press on condition of anonymity because Crocker's new job was not announced, said he will work in Saudi Arabia. His hiring by Saudis was first reported by Fox.</p><p>Crocker's departure was a surprise, given the U.S. is co-host of the World Cup starting June 11 and the contract of men’s coach Mauricio Pochettino ends after the tournament. The USSF next month will open its 200-acre, 17-field training center and office complex in Fayetteville, Georgia, an Atlanta suburb.</p><p>Former U.S. defender Alexi Lalas, now Fox's lead soccer analyst, called Crocker's departure “an own goal" for the USSF.</p><p>“It’s a strange and negative message to be sending out to America and the soccer community 59 days or whatever it is before we play," Lalas said. “Obviously Matt Crocker is not going to kick a soccer ball this summer for the United States or for Saudi Arabia, but he is the architect of what we are going to see this summer, and at a time where there is I think fair criticism and concern relative to this team, it’s just an unnecessary message to be sending out. A sporting director is kind of like a general manager. For a general manager to leave right before the most important moment would be strange in any sport."</p><p>USSF President Cindy Parlow Cone did not respond to a request for comment.</p><p>“This is one that makes zero sense. Why now?" said former American goalkeeper Kasey Keller, now an ESPN analyst. "Saudi Arabia isn’t changing anything that a sport director is going to do for the World Cup. You could bring somebody in and say: OK, we want this long plan now for the next four, six, eight years, but that can wait 'till July. It truly is really, really strange.”</p><p>Dan Helfrich, hired as the U.S. federation's chief operating officer in November, “will provide executive oversight and support across the federation’s sporting operations,” the USSF said in a statement. Helfrich will work with assistant sporting director Oguchi Onyewu — a former national team defender — and Tracey Kevins, head of development for the women’s youth national team.</p><p>Crocker, a 51-year-old Welshman, was hired by the USSF in April 2023 after serving as Southampton's director of football since February 2020.</p><p>Crocker oversaw the decisions to rehire Gregg Berhalter as men's coach in June 2023, to fire Berhalter in July 2024 after first-round elimination at the Copa America and to hire Pochettino that September.</p><p>He also made the recommendation to hire Emma Hayes as women's national team coach starting in the spring of 2024. Hayes led the women's team to the Olympic gold medal.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UYPMVQD52NRWQA43IUYYLYBAGE.jpg?auth=a7aadb815a6d353bc23816c195d3a72058fad69672bf7e8db51afa1a55835419&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Soccer Federation sporting director Matt Crocker atteneds the international friendly soccer match between the United States and New Zealand, Tuesday, Sept. 10, 2024, in Cincinnati. (AP Photo/Jeff Dean, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Dean</media:credit></media:content></item><item><title><![CDATA[Comienza nuevo juicio en Argentina para definir responsabilidades por la muerte de Diego Maradona]]></title><link>https://www.local10.com/espanol/2026/04/14/comienza-nuevo-juicio-en-argentina-para-definir-responsabilidades-por-la-muerte-de-diego-maradona/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/comienza-nuevo-juicio-en-argentina-para-definir-responsabilidades-por-la-muerte-de-diego-maradona/</guid><dc:creator><![CDATA[Por ALMUDENA CALATRAVA, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 18:06:32 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Casi un año después de que el juicio por la muerte del ídolo futbolístico Diego Maradona naufragara envuelto en un escándalo, un tribunal en las afueras de Buenos Aires inició el martes un nuevo proceso para esclarecer las circunstancias que rodearon al deceso que conmovió a Argentina en 2020.</p><p>El primer juicio por la muerte del astro, iniciado en marzo de 2025, fue declarado nulo dos meses después al descubrirse la conducta indebida de la jueza Julieta Makintach —uno de los miembros del tribunal—, quien participaba clandestinamente en la realización de un documental sobre el proceso judicial. Makintach terminó siendo destituida como jueza.</p><p>Siete profesionales de la salud se sientan por segunda vez en el banquillo de los acusados señalados de tener algún grado de responsabilidad penal en el fallecimiento de Maradona por un ataque cardiaco el 25 de noviembre de 2020, mientras cumplía una internación domiciliaria en una casa situada en las afueras de Buenos Aires. Allí el exfutbolista, entonces de 60 años, intentaba recuperarse de una cirugía practicada dos semanas antes en una clínica para removerle un hematoma subdural.</p><p>En la exposición de los cargos el fiscal Patricio Ferrari dijo que, entre el 11 y 25 de noviembre de 2020, Maradona “que no se hallaba en pleno uso de sus facultades mentales”, fue derivado a una rehabilitación bajo “una internación domiciliaria, un sanatorio en la casa y eso es precisamente lo que no pasó”.</p><p>Ferrari sostuvo que en esa vivienda “un grupo de improvisados incumplieron todos los deberes a su cargo” como profesionales de la salud, incurrieron “en todo tipo de omisiones” y “abandonaron a su suerte a Diego Armando Maradona condenándolo a la muerte”.</p><p>“Diego Armando Maradona fue asesinado el 25 de noviembre de 2020 en una casa del barrio San Andrés, en Benavídez. Sí, asesinado”, afirmó por su lado Fernando Burlando, abogado de Dalma y Giannina Maradona —hijas mayores del exfutbolista y parte querellante—.</p><p>Los abogados defensores sostienen en tanto que el capitán de la selección que conquistó el Mundial de 1986 sufría de un cuadro clínico complejo y que no hubo delito alguno.</p><p>Expectativas</p><p>La audiencia que comenzó el martes en un tribunal de la localidad bonaerense de San Isidro estuvo rodeada de una gran atención mediática luego del escándalo en que quedó envuelta Makintach, quien integraba junto a otros dos magistrados el tribunal que estaba a cargo del proceso en 2025.</p><p>En esta ocasión, tres jueces distintos estarán a cargo del debate y llevarán a cabo dos audiencias por semana, por lo que se prevé que el proceso se prolongue varios meses.</p><p>Con rostros serios y expresiones que mostraban una gran tensión, familiares del exfutbolista se sentaron en los bancos más cercanos al estrado donde se encontraban los magistrados.</p><p>Algunos fanáticos de Maradona se apostaron en las inmediaciones de la sede judicial con banderas y carteles en apoyo a su ídolo.</p><p>Acusados e imputaciones</p><p>La fiscalía sostiene que durante la internación médica en la vivienda alquilada por Maradona los profesionales acusados no lo atendieron adecuadamente.</p><p>Entre los principales imputados están el neurocirujano Leopoldo Luque, la psiquiatra Agustina Cosachov y el psicólogo Carlos Díaz; además están siendo juzgados los médicos Nancy Forlini y Pedro Di Spagna; Mariano Perroni, representante de la empresa que ofrecía el servicio de enfermería, y el enfermero Ricardo Almirón. Todos ellos cumplieron algún papel en la internación domiciliaria del exfutbolista.</p><p>Están acusados de homicidio simple por dolo eventual, que es cuando el victimario sabe que su conducta puede ocasionar un daño, pese a lo cual continúa con la acción. Se castiga con una pena máxima de 25 años de prisión.</p><p>Vadim Mischanchuk, abogado de la psiquiatra imputada, hizo referencia a los problemas de adicción que tenía el exfutbolista y subrayó que no estaba considerado “incapaz”. “El encargado de la salud del señor Diego Maradona era el propio Diego Maradona, que tomaba decisiones y, en el marco de sus patologías ya conocidas, tomaba decisiones algunas correctas y otras incorrectas”.</p><p>Los defensores de Luque sostuvieron por su lado que la fiscalía es inconsistente y remarcaron que Maradona murió de un infarto, no de un cuadro de deterioro progresivo que se generó en sus últimos días de vida. Aseguraron que si el exfutbolista estuviera vivo pediría “que no condenen” al neurocirujano imputado.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NLSJP7TBPW4ED3DQ5U6LAJAZTU.jpg?auth=7cb3869e4b1f69fd62bc79793c4241dcc19b0c3c8f49e205a44aeba4acc496d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dalma Maradona, a la derecha, y Gianinna Maradona, segunda de la izquierda, hijas del fallecido astro del fútbol Diego Maradona, asisten al primer día del juicio por acusaciones de homicidio por negligencia contra el equipo médico que atendió a su padre en San Isidro, Argentina, el martes 14 de abril de 2026. (AP Foto/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AS7OHTNSDZWPJGA5CUZYUX4PUQ.jpg?auth=8d67b3914bc9cea5181ebc8a1bdb7ddb4b18de5e0fea9c35ec10dedfec89911d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dalma Maradona, hija del fallecido futbolista Diego Maradona, asiste al primer día del juicio por las acusaciones de homicidio por negligencia contra el equipo médico que atendió a su padre en San Isidro, Argentina, el martes 14 de abril de 2026. (Foto AP/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MS5CCLUMJUETWYY4JJWNEURB6E.jpg?auth=c5c9ef8034b6777b1964b7cb4d20498e4e8a7bd993df486707f5264352070a16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un admirador del fallecido futbolista Diego Maradona espera frente al juzgado el primer día del juicio contra su equipo médico por presunto homicidio por negligencia en San Isidro, Argentina, el martes 14 de abril de 2026. (Foto AP/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARNKFF5DFPMGKY4JF72TMVRAWI.jpg?auth=23f07182518a83fee7378c733b25eb5f0822f7a9f1d39f0ec6e8529520c0206e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El médico Leopoldo Luque llega al juzgado para asistir a la primera jornada de su juicio junto al equipo médico que trató al exfutbolista Diego Maradona, acusado de presunto homicidio por negligencia en San Isidro (Argentina), el martes 14 de abril de 2026. (Foto AP/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5T7B4VPJS6VZVDUU2GRDJ7KGKI.jpg?auth=a230b86ec33e3ffc315c62b843fdb9b38c930fdae8bc8d222bf5c02d82a120b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fanáticos del fallecido futbolista Diego Maradona se concentran frente al juzgado el primer día del juicio contra su equipo médico por presunto homicidio por negligencia en San Isidro, Argentina, el martes 14 de abril de 2026. (Foto AP/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Ex-Michigan coach Sherrone Moore gets probation for confrontation with woman who disclosed affair]]></title><link>https://www.local10.com/sports/2026/04/14/ex-michigan-coach-sherrone-moore-gets-probation-for-confrontation-with-woman-who-disclosed-affair/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/14/ex-michigan-coach-sherrone-moore-gets-probation-for-confrontation-with-woman-who-disclosed-affair/</guid><dc:creator><![CDATA[By LARRY LAGE and ED WHITE, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 22:22:44 +0000</pubDate><content:encoded><![CDATA[<p>ANN ARBOR, Mich. (AP) — Former Michigan football coach Sherrone Moore was placed on probation Tuesday for 18 months for a confrontation with his executive assistant soon after he was fired for having an inappropriate relationship with her.</p><p>Moore was facing a possible sentence of up to six months in jail after pleading no contest to trespassing and malicious use of a telecom device. But Judge J. Cedric Simpson ordered no time in custody.</p><p>He said jail wasn't warranted, though he warned Moore that “all bets are off” if he violates probation. Simpson, too, said his decision was greatly influenced by the ex-coach's wife, Kelli.</p><p>Moore, 40, was fired on Dec. 10 after leading the Wolverines for two seasons, following Jim Harbaugh’s move to the NFL’s Los Angeles Chargers. It was a stunning dismissal at one of college football’s most prestigious programs.</p><p>Moore was accused that same day of confronting Paige Shiver, with whom he had been having an affair, and blaming her for his firing, even threatening to kill himself with butter knives and kitchen scissors in her apartment. Authorities said she had ended the affair and spoken to school officials about it.</p><p>By ordering probation, “I would let Ms. Shiver know that this court is not by any means lessening the impact of those events,” the judge said.</p><p>“Frankly, Mr. Moore, you had no right to do what you did,” he added. “I know that she was placed in fear. It was a traumatic experience that day for you. It was certainly a traumatic experience for her. But you had no right to spread your pain to her.”</p><p>Shiver did not attend the hearing but released a statement, saying the sentence “does not reflect the harm done to me.”</p><p>“He broke into my apartment, crying, yelling, enraged, and came at me with knives. I was threatened, and I feared for my life,” she said.</p><p>Moore was initially charged with felony home invasion, stalking and illegal entry. But Washtenaw County prosecutors agreed to a deal in which he pleaded no contest to two other misdemeanors.</p><p>Moore spoke briefly in court, thanking his wife for standing by him but not saying anything about Shiver. Defense lawyer Ellen Michaels told the judge that Moore had received counseling and was focused on his family.</p><p>The judge repeatedly praised Kelli Moore. Simpson said he was especially moved by a letter she wrote in support of her husband. He also noted that she was concerned about Moore's mental health when she calmly called police on the day of his firing in search of him.</p><p>“The person, quite frankly Mr. Moore, that is saving you from the full wrath of this court is the one you betrayed,” Simpson said. “I don't know where your wife Kelli finds her strength.”</p><p>Moore responded to the judge by nodding, while his wife’s eyes welled with tears in the courtroom's front row.</p><p>The judge also cited the “courage” of prosecutors by backing off from the initial charges.</p><p>"When the charges were filed they were appropriate," Simpson said. "But as with any case, as more facts become known and as more things happen, the facts and the analysis change.”</p><p>The plea deal came after Michaels planned to aggressively challenge how police gathered and shared information to get an arrest warrant. She argued that police didn't disclose that Moore and Shiver had a working relationship that involved calls and text messages.</p><p>Moore did not harm himself on Dec. 10 and was peacefully arrested in a parking lot away from Shiver's apartment.</p><p>When the hearing ended, Moore leaned over a courtroom barrier and hugged his wife. Outside the courthouse, he held a Bible in one hand and her hand with the other.</p><p>“Sherrone is grateful for this matter to be resolved and he and his wife, Kelli, are ready to move forward with their family and focus on the next chapter,” Michaels said.</p><p>___</p><p>White reported from Detroit.</p><p>___</p><p>EDITOR’S NOTE — This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988. There is also an online chat at 988lifeline.org</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ENBR7WQ4NNBUOKQLO72FN5E4VM.jpg?auth=e625d5783ad2677c16c301726b34f32e45b9adbd1c0d31a94fbeea77f18fd490&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Michigan football coach Sherrone Moore and his wife Kelli leave court, Tuesday, April 14, 2026, in Ann Arbor, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NVPOCFFUQ5AZ322KH2RA26YRAM.jpg?auth=f620d284c9fccc536a0e1b1f8e08a85962683c6c081a808b8fbfe256db5058a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Michigan football coach Sherrone Moore addresses the court Tuesday, April 14, 2026, in Ann Arbor, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YASETXI2OQCBG5QXN6Y4BDLWD4.jpg?auth=51247909216b5ecfd4eb54b5b090ac371a1999935e99afd0a944feb24f6b481d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Michigan football coach Sherrone Moore appears in court, Tuesday, April 14, 2026, in Ann Arbor, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HH7RVFUYC4BWWGVDCYORHRGTOE.jpg?auth=94f120f661b27bcb0a86f67831850fb8e79fd87c7e70b53a59708649337d2b10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Michigan football coach Sherrone Moore appears in court with his attorney Ellen Michaels, Tuesday, April 14, 2026, in Ann Arbor, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AUKCVWGVBWHW67PD5NJLKZ5ZYE.jpg?auth=f4719b78579f64db21c0289cd6f3371dba07cc40bf550acbc8ac2434931d7575&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Michigan football coach Sherrone Moore hugs his wife wife Kelli Moore in court Tuesday, April 14, 2026, in Ann Arbor, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[New trial over Diego Maradona's death resumes in Argentina against 7 health care professionals]]></title><link>https://www.local10.com/sports/2026/04/14/new-trial-over-diego-maradonas-death-resumes-in-argentina-against-7-health-care-professionals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/14/new-trial-over-diego-maradonas-death-resumes-in-argentina-against-7-health-care-professionals/</guid><dc:creator><![CDATA[By CLARA PREVE, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 20:16:34 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES, Argentina (AP) — The trial of seven health care professionals accused of negligence in the death of soccer great Diego Maradona resumed on Tuesday, nearly a year after the original proceedings collapsed when a presiding judge stepped down after appearing in a documentary about the case.</p><p>The negligence case centers on seven medical professionals accused of failing to provide adequate care in the weeks leading up to Maradona’s death five years ago at a home outside Buenos Aires. Maradona, widely regarded as one of the greatest soccer players of all time, died at age 60 from cardiac arrest while recovering from a procedure to treat a blood clot on his brain.</p><p>The seven defendants are charged with culpable homicide, a crime similar to involuntary manslaughter, which alleges that the accused were aware that their reckless conduct posed a risk and failed to prevent it. If convicted, they face prison sentences ranging from eight to 25 years.</p><p>“Maradona was abandoned to his fate, condemned to death,” said Patricio Ferrari, one of the prosecutors. He added that with the evidence, the judges “will see that the defendants were a group of ill-prepared professionals” who “did nothing to prevent Maradona from dying.”</p><p>Among those on trial are physician Leopoldo Luque, Maradona’s personal doctor during the final years of his life, psychiatrist Agustina Cosachov and psychologist Carlos Díaz.</p><p>Defense attorneys argue that the captain of Argentina’s 1986 World Cup-winning team suffered from multiple serious medical conditions and that no crime was committed.</p><p>Maradona had suffered a series of medical problems, some because of an excess of drug and alcohol consumption. He was reportedly near death in 2000 and 2004.</p><p>"Beyond the factual, medical and scientific issues, there is also a matter arising from the autopsy. The defense will prove that, unfortunately, Mr. Maradona’s death was the result of a progressive deterioration of his health that at one point simply gave out,” said Vadim Mischanchuk, Cosachov's attorney.</p><p>Hearings will take place twice a week, on Tuesdays and Thursdays. Slightly less than 100 witnesses are expected to testify, including family members, people close to the former player, medical professionals and police officers.</p><p>Judges Alberto Gaig, Alberto Ortolani and Pablo Rolón are expected to deliver a verdict in early June.</p><p>“Diego was murdered,” Fernando Burlando, attorney for Maradona's two eldest daughters and plaintiffs in the case, Dalma and Giannina, said on Tuesday. He added that the defendants “pushed him toward death” and that “Diego had thousands of chances to live.”</p><p>The initial trial ended in a mistrial last May after Julieta Makintach, one of the three judges overseeing the proceedings, stepped down following criticism over her participation in a documentary about the case.</p><p>Makintach withdrew after prosecutors presented footage showing her featured prominently in the documentary “Divine Justice,” which covered events from the aftermath of Maradona’s death, when allegations and suspicions of foul play first emerged, through the start of the trial.</p><p>“I present my resignation with serenity, without renouncing the right to exercise my defense in the appropriate arenas,” Makintach wrote in a letter sent to judicial authorities in June.</p><p>Maradona died on Nov. 25, 2020, weeks after undergoing surgery for a subdural hematoma. He had been admitted earlier that month to a clinic in La Plata, suffering from anemia and dehydration, before being transferred to Clinica Olivos, where he underwent the procedure. After being discharged on Nov. 11, he moved to a home outside Buenos Aires, where he remained under medical supervision.</p><p>A 20-member medical panel appointed to investigate Maradona’s death released a report in 2021, where they accused Maradona’s medical team of acting in an “inappropriate, deficient and reckless manner,” leaving him in agony and without help for more than 12 hours before his death.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ALZFIVA5QX6LDVW5CS7N3RXX5I.jpg?auth=ce1f89369d05cfb3085d10c74280765e95dea3234c1f0766b74a8fc8b464e58a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Physician Leopoldo Luque arrives to court to attend the first day of his trial with the medical team that treated the late soccer star Diego Maradona, to face charges of alleged homicide by negligence in San Isidro, Argentina, Tuesday, April 14, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4DLAM6SHCQHOVVARK6SSXGU5JY.jpg?auth=c4c0178f051cd75033ccdbee40025124fde0aa883006b40ac5f3ecd5f311f805&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dalma Maradona, right, and Gianinna Maradona, second left, daughters of late soccer star Diego Maradona attend the first day of the trial over allegations of homicide by negligence against the medical team that treated their father in San Isidro, Argentina, Tuesday, April 14, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D5ZCATZWE3MGMKANTDWVO2X6CU.jpg?auth=6d4cbb5f02e4e3d6ac76d0fbb232d728b874289c499bdd0a85d4477e65c951a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A pedestrian carries a bucket past graffiti depicting late soccer legend Diego Maradona in Buenos Aires, Argentina, Monday, April 13, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D52NSJOTSEF5X453RAOH4AACUI.jpg?auth=5028ba04ce8d32d46cf788a3ee8967a1073ac44e9c7e82cd800f774e95d0e84d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dalma Maradona, left, the daughter of late Diego Maradona, and Veronica Ojeda, former partner of the late soccer star, attend the first day of the trial of his medical team for alleged homicide by negligence in San Isidro, Argentina, Tuesday, April 14, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/63VCIB6AZCIOKNIQ4I2OXI7WEM.jpg?auth=8561d566c34b58462220531d16d34729745233b572dcb80f4f8c4f5c992e3d1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Girls walk under a banner of people who disappeared during Argentina's military dictatorship (1976–1983) during a rally on the anniversary of the coup that brought the military regime to power, in Buenos Aires, Argentina, Tuesday, March 24, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Key reloads at Georgia Tech by adding 19 players through the transfer portal, including QB Mendoza]]></title><link>https://www.local10.com/sports/2026/04/14/key-reloads-at-georgia-tech-by-adding-19-players-through-the-transfer-portal-including-qb-mendoza/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/14/key-reloads-at-georgia-tech-by-adding-19-players-through-the-transfer-portal-including-qb-mendoza/</guid><dc:creator><![CDATA[By CHARLES ODUM, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 14:19:00 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Brent Key has Georgia Tech on an upward trajectory following the program's first nine-win season since 2016.</p><p>It was Key's third straight winning season. Even so, the 9-4 finish felt incomplete after the program's first 8-0 start since 1966. The Yellow Jackets fell short of their goals of competing for the Atlantic Coast Conference championship and playing in the College Football Playoff.</p><p>Key added 19 players through the transfer portal and has used spring practice to reload behind new offensive coordinator George Godsey and new defensive coordinator Jason Semore. Georgia Tech's spring game is scheduled for Saturday.</p><p>Georgia Tech fell out of the AP Top 25 by losing four of its last five games, including its last three to Pittsburgh, Georgia and BYU in the Pop-Tarts Bowl.</p><p>Key still landed a new five-year contract. He then turned to the transfer portal to strengthen Georgia Tech's roster in hopes of a better finish in 2026.</p><p>One of Georgia Tech's most notable additions was Indiana backup quarterback Alberto Mendoza, who announced his transfer decision less than 24 hours after winning a national championship.</p><p>Mendoza could take over as the Yellow Jackets' starter after he backed up his older brother, Fernando Mendoza, who is expected to be the No. 1 overall pick in next week's NFL draft. Georgia Tech is looking to replace dual-threat star Haynes King.</p><p>The younger Mendoza completed 18 of 24 passes for five touchdowns and an interception and ran for 190 yards and a touchdown as a redshirt freshman in 2025.</p><p>Mendoza is competing with Graham Knowles, Cole Bergeron, Grady Adamson and Ben Guthrie this spring.</p><p>“None of those guys have really played a lot of meaningful game reps,” Key said. “So it’s a developmental position for us right now. ... I think it’s a good room, but I think Alberto has a chance to be a good player for us this year. He’s also going to make mistakes. That’s why you have to be able to run the football. That’s where you have be able take pressure off of a quarterback.”</p><p>Former Alabama and Michigan running back Justice Haynes also could start in Georgia Tech's new-look offense under Godsey, the former Baltimore Ravens tight ends coach. Haynes said Godsey was a reason he chose Georgia Tech.</p><p>“I knew he was going to bring a pro style offense,” Haynes said of Godsey. “Him being in the league for so long and the pedigree that he has, and I know what coach Key’s about, just being an O-line guy. I know he’s going to want to run the ball, but I know he is going to want to be explosive in everything he does.”</p><p>Haynes' father is former Georgia and NFL running back Verron Haynes.</p><p>Key believes Georgia Tech needed more size and he added nine offensive and defensive linemen through the portal, including five listed at more than 300 pounds. There are three tight ends in the class of transfers, including Gabe Harris, who previously played at Michigan and New Mexico State.</p><p>Key did much of his portal shopping from the Southeastern Conference bin. He added former Alabama defensive end Noah Carter, former Auburn offensive lineman Favour Edwin, former Alabama offensive lineman Joseph Ionata and former Alabama cornerback and wide receiver Jaylen Mbakwe.</p><p>Key has led the Yellow Jackets to a 27-20 record in three-plus seasons, including eight games as interim head coach in 2022. He was named the permanent head coach for the 2023 season.</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up here and here (AP News mobile app). AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KTWIXNUSS7MG5ID7FLPD46OUJQ.jpg?auth=9c979df04039cd6a68bd97854f448189f13a15ff4503630fbe64b631886bfdd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Georgia Tech head coach Brent Key looks at a replay against North Carolina State during the first half of an NCAA college football game in Raleigh, N.C., Saturday, Nov. 1, 2025. (AP Photo/Karl DeBlaker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XKK4Z3X2GN56AFLDVO2PMUDCE4.jpg?auth=300d192343e91ac35c7b0912929cffcd8ef6fb68f673ac040a6597418ddcf9e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana quarterback Alberto Mendoza warms up before an NCAA college football game against Iowa, Saturday, Sept. 27, 2025, in Iowa City, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PBA22DBUKHLJDRH4YPTEKJKAOQ.jpg?auth=fc895b1609c8b23aaef39d03729a15633f49ba5dcfc19b62d67fe5c375b310c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michigan running back Justice Haynes smiles with teammates while warming up before playing against Nebraska in an NCAA college football game Saturday, Sept. 20, 2025, in Lincoln, Neb. (AP Photo/Rebecca S. Gratz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content></item><item><title><![CDATA[Perú se encamina a un balotaje presidencial, pero aún no se conocen los contendientes]]></title><link>https://www.local10.com/espanol/2026/04/14/peru-se-encamina-a-balotaje-presidencial-pero-sigue-el-conteo-y-aun-no-se-conocen-contendientes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/peru-se-encamina-a-balotaje-presidencial-pero-sigue-el-conteo-y-aun-no-se-conocen-contendientes/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 19:57:34 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Perú se encamina a una segunda vuelta presidencial luego de que ninguno de los 35 candidatos lograra una victoria directa, aunque aún no están definidos los dos contendientes del balotaje previsto para junio.</p><p>La derechista Keiko Fujimori y el ultraconservador Rafael López Aliaga lideraban el martes el lento conteo al computarse el 77% de los sufragios.</p><p>Fujimori se mantenía primera con 16,86%, según el cómputo preliminar de la Oficina Nacional de Procesos Electorales (ONPE), pero ese respaldo es insuficiente para asegurarle una victoria en primera vuelta para la que la ley exige el 50% más uno del total de los votos válidos.</p><p>López Aliaga, candidato del partido Renovación Popular y exalcalde de Lima, se ubicaba en segundo lugar con 12,66% de apoyo tras una campaña marcada por la alta dispersión del voto.</p><p>En un cercano tercer lugar estaba Jorge Nieto Montesinos con 11,74% y con chances matemáticas de ingresar a la segunda vuelta prevista para el 7 de junio.</p><p>La lentitud en el conteo, aunque mayor al promedio de los países de la región, también caracterizó a los últimos comicios presidenciales de Perú en 2021, cuando el 100% se alcanzó cinco días después de la votación.</p><p>Una misión de observación electoral de la Unión Europea dijo el martes que no hay “suficientes elementos” para afirmar que hubo fraude en las elecciones luego de que el candidato López Aliaga afirmó el domingo, sin mostrar pruebas, que hubo un “fraude electoral único en el mundo”.</p><p>El Tribunal Electoral de Perú ordenó el domingo extender hasta el lunes las elecciones generales porque 52.561 ciudadanos no pudieron votar debido a que no habían llegado las papeletas electorales a 13 centros de votación de Lima. El lunes también se realizaron sufragios en Orlando y Paterson, en Estados Unidos.</p><p>En tanto, el Congreso citó a los jefes del Tribunal Electoral y la ONPE para que expliquen la falta de boletas del domingo.</p><p>Esta es la cuarta vez que busca la presidencia la candidata de Fuerza Popular e hija del fallecido expresidente Alberto Fujimori (1990-2000). Durante la campaña la dirigente política prometió combatir la delincuencia con las Fuerzas Armadas y construir nuevas cárceles.</p><p>Perú celebró los comicios en medio de una crisis política que ha provocado el desfile de ocho presidentes y tres Congresos en una década y un incremento de la delincuencia que los ciudadanos identifican como su mayor preocupación.</p><p>En el último quinquenio las denuncias por extorsión —un delito que ha provocado protestas y paralizaciones frecuentes del transporte público— se han quintuplicado, mientras los asesinatos se han duplicado, de acuerdo con datos oficiales.</p><p>Los peruanos también votaron para escoger a 130 diputados y 60 senadores de un Congreso bicameral en el que el Senado tiene amplios poderes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SQRU7QHV2WXSOJFAW54Z7VPVTE.jpg?auth=62147a1f48e581e5b784e23654f1440571047a836b954af0541f519f752608c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una funcionaria electoral revisa las listas de votantes mientras se reanuda la votación en los colegios electorales afectados por retrasos y problemas logísticos durante las elecciones generales en Lima, Perú, el lunes 13 de abril de 2026. (AP Foto/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RGTN4SB2R7XWOHF63D5U5YEF6Q.jpg?auth=9d55709f0068c2c827a53af27cdf9a0b1a0c58fb34763f7fec36faa6f54ae825&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una familiar ayuda a una mujer a votar mientras se reanuda la votación en un colegio electoral afectado por retrasos y problemas logísticos durante las elecciones generales en Lima, Perú, el lunes 13 de abril de 2026. (AP Foto/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XGM7ZUDNDX5EPM7HX3IODBFKOI.jpg?auth=edd4d3f601a2ab917aa0b54c67490f79fb06596f7466ee1b50c77dbd421fc879&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Keiko Fujimori, candidata presidencial del partido Fuerza Popular, saluda con la mano tras votar en las elecciones generales celebradas en Lima, Perú, el domingo 12 de abril de 2026. (Foto AP/Gerardo Marín)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerardo Marin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PE3N6PVKRNUN6QEDHUS4424M6U.jpg?auth=2bff719376beb9d035e5a3194fffafd861a072477295568db69c5eabc9a49bc5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rafael López Aliaga, candidato presidencial del partido Renovación Popular, hace el gesto de la victoria en un colegio electoral durante las elecciones generales celebradas en Lima, Perú, el domingo 12 de abril de 2026. (AP Foto/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content></item><item><title><![CDATA[Manatee takes a sip from Bradenton police boat ]]></title><link>https://www.local10.com/news/local/2026/04/14/manatee-takes-a-sip-from-bradenton-police-boat/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/14/manatee-takes-a-sip-from-bradenton-police-boat/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Police in Bradenton were treated to an unusual sight in the water. ]]></description><pubDate>Tue, 14 Apr 2026 12:10:30 +0000</pubDate><content:encoded><![CDATA[<p>Police in Bradenton were treated to an unusual sight in the water on Monday. </p><p><a href="https://www.local10.com/espanol/2026/04/14/manati-bebe-agua-de-bote-policial-en-bradenton/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/manati-bebe-agua-de-bote-policial-en-bradenton/">Leer en español</a></p><p>Its marine unit had just finished patrol when they said an unexpected “dock inspector” showed up -- a manatee! </p><p>Officers caught the manatee drinking fresh water flowing from the boat while crews waited for it to move along.</p><p>For safety reasons, police say they did not dock the boat until the manatee swam away.</p><p>The Florida manatee is a native species found in many waterways across the Sunshine State, and according to the <a href="https://myfwc.com/wildlifehabitats/wildlife/manatee/" target="_self" rel="" title="https://myfwc.com/wildlifehabitats/wildlife/manatee/">Florida Fish and Wildlife Conservation Commission</a>, there are only 8,350 left.</p><p>The threatened species is “considered one of the state’s keystone species whose behavior can alert researchers to the environmental and habitat changes that may otherwise go unnoticed in Florida’s waterways for extended periods of time,” the FWC stated on its website.</p><p>To report a distressed or dead manatee, call the FWC at 888-404-FWCC (888-404-3922). Cellphone users may also call #FWC or *FWC.</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[Manatí bebe agua de bote policial en Bradenton]]></title><link>https://www.local10.com/espanol/2026/04/14/manati-bebe-agua-de-bote-policial-en-bradenton/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/14/manati-bebe-agua-de-bote-policial-en-bradenton/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La policía de Bradenton presenció una escena insólita en el agua.]]></description><pubDate>Tue, 14 Apr 2026 14:03:03 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Bradenton tuvo una inusual escena en el agua el lunes.</p><p>Su unidad marina acababa de terminar una patrulla cuando, según dijeron, apareció un inesperado “inspector del muelle”: un manatí.</p><p>Los agentes captaron al manatí bebiendo agua dulce que fluía desde la embarcación mientras esperaban a que se alejara.</p><p>Por razones de seguridad, la policía indicó que no atracaron el bote hasta que el manatí se alejó nadando.</p><p>El manatí de Florida es una especie nativa que se encuentra en muchas vías acuáticas del estado y, según la <a href="https://myfwc.com/wildlifehabitats/wildlife/manatee/" target="_blank" rel="noreferrer" title="https://myfwc.com/wildlifehabitats/wildlife/manatee/">Comisión de Conservación de Pesca y Vida Silvestre de Florida (FWC)</a>, solo quedan 8,350.</p><p>La especie amenazada es “considerada una de las especies clave del estado cuyo comportamiento puede alertar a los investigadores sobre cambios ambientales y de hábitat que de otro modo podrían pasar desapercibidos en las vías acuáticas de Florida durante períodos prolongados”, indicó la FWC en su sitio web.</p><p>Para reportar un manatí en peligro o muerto, llame a la FWC al 888-404-FWCC (888-404-3922). Los usuarios de teléfonos celulares también pueden llamar a #FWC o *FWC.</p>]]></content:encoded></item><item><title><![CDATA[Postal Service union launches ad campaign promoting mail voting as Trump assails the method]]></title><link>https://www.local10.com/news/politics/2026/04/14/postal-service-union-launches-ad-campaign-promoting-mail-voting-as-trump-assails-the-method/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/14/postal-service-union-launches-ad-campaign-promoting-mail-voting-as-trump-assails-the-method/</guid><dc:creator><![CDATA[By SUSAN HAIGH, Associated Press]]></dc:creator><description></description><pubDate>Tue, 14 Apr 2026 19:51:22 +0000</pubDate><content:encoded><![CDATA[<p>A major U.S. Postal Service union is launching a national TV ad campaign promoting voting by mail, stepping into a politically charged debate as skepticism about mail-in ballots has been raised by President Donald Trump and others.</p><p>The 30-second message features a variety of voters, among them a busy farmer and a flight attendant, explaining why they cast their ballots by mail. Sponsored by the 200,000-member American Postal Workers Union, the advertising campaign announced Tuesday will begin airing this week in Ohio, where Union Army soldiers during the Civil War cast the first mail ballots in 1864. It will then move to other states.</p><p>The ad ends with the message: “Vote by mail — keep it, protect it, expand it.” It comes two weeks after Trump signed an executive order that seeks to create a nationwide list of verified eligible voters and subsequently bar postal workers from sending absentee ballots to those who are not on each state’s approved list.</p><p>The order was met swiftly with lawsuits and opposition from postal workers. The National Rural Letter Carriers’ Association said USPS is “not equipped or authorized to decide who is or is not entitled to vote” and pushing it into such a role “risks politicizing one of the nation’s most trusted public institutions.” The union also said it threatens confidence in the mail and in elections.</p><p>Jonathan Smith, president of American Postal Workers, said his union's TV ad was produced before Trump's executive order was issued, not in response to it. An executive order on elections that Trump signed last year also targeted mail ballots by seeking to require they be returned by Election Day, even though more than a dozen states allow a grace period.</p><p>Smith said the union wants to encourage people to continue voting by mail. But he expressed concern about the potential ramifications of requiring postal workers to determine who should receive an absentee ballot and who should not.</p><p>“It is our position that it is not the job of the postal workers to verify voter eligibility," he said. "It is our job to move mail from one destination to the next. He added: “We do not want to be politicized.”</p><p>Trump's latest election executive order is already facing lawsuits by various groups, including Democrats in Washington who argue that the Constitution empowers states and Congress, not the president, to set election rules.</p><p>Trump, who as recently as last month voted by mail, has publicly bashed mail voting. Mail voting has existed for more than a century and had steadily been increasing in popularity in both Democratic- and Republican-led states until 2020, when Trump started to target the method, levying baseless claims of mass fraud. It has now becomes less popular among Republicans.</p><p>A report by the Brookings Institution published in 2025 found that cases of mail voting fraud occurred in only a tiny fraction of total mail ballots cast — about four cases out of every 10 million mail ballots.</p><p>A White House spokeswoman, Abigail Jackson, responded to the ad campaign by saying Trump “will do everything in his power to defend the safety and security of American elections and to ensure that only American citizens are voting in them.”</p><p>Voting by noncitizens also is rare and, when caught, is punishable as a potential felony and with the possibility of deportation.</p><p>The Postal Service did not return a request for comment.</p><p>The union's TV ad campaign is intended to be a direct message to voters, not the president, Smith said.</p><p>“Our message is to America: Vote by mail is efficient, it’s safe, and it’s successful. Period,” he said. “This is educating the American people that you can use vote by mail and you can be guaranteed that your voice will be heard and your vote will be counted.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CYPPFJXZWJ47UNMOBSNL4FFOVM.jpg?auth=e6b4e2badbd7d746a35a87c210f118faedd22c8fe4c1944c3c644693db4d4135&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A worker pushes a cart of received mail ballots at the L.A. County Ballot Processing Center Nov. 4, 2025, in City of Industry, Calif. (AP Photo/Ethan Swope, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JTYTSKOQTR3SG4OEU5OJ6GJU5A.jpg?auth=d756a4ce47c842d4fe8b91f26c8fad51fc50bb302848fc2c52d6c5f7dd855ae2&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. Postal Service's next-generation delivery vehicle, left, is displayed as one new battery electric delivery trucks leaves the Kokomo Sorting and Delivery Center in Kokomo, Ind., Aug. 29, 2024. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[‘Real Housewife’ Lisa Hochstein, ex accused of ‘intercepting’ conversations involving Hochstein’s ex-husband]]></title><link>https://www.local10.com/entertainment/2026/04/13/real-housewife-lisa-hochstein-ex-accused-of-intercepting-conversations-involving-hochsteins-ex-husband/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/13/real-housewife-lisa-hochstein-ex-accused-of-intercepting-conversations-involving-hochsteins-ex-husband/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[“Real Housewife of Miami” star Lisa Hochstein and her ex-boyfriend, Jody Glidden, are each facing criminal charges in Miami-Dade County, court documents show.]]></description><pubDate>Mon, 13 Apr 2026 18:53:59 +0000</pubDate><content:encoded><![CDATA[<p>“Real Housewife of Miami” star Lisa Hochstein and her ex-boyfriend, Jody Glidden, are each facing criminal charges in Miami-Dade County, court documents show.</p><p><a href="https://www.local10.com/espanol/2026/04/14/acusan-a-ex-de-lisa-hochstein-de-interceptar-conversaciones-con-ex-esposo-de-la-real-housewife/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/14/acusan-a-ex-de-lisa-hochstein-de-interceptar-conversaciones-con-ex-esposo-de-la-real-housewife/">Leer en español</a></p><p>A March 19 court filing states that Glidden, 52, and Hochstein, 43, are each facing one count of interception of wire, oral, or electronic communications.</p><p>A description of the charges states that between March 12 and March 31, 2023, the two “unlawfully and intentionally” intercepted, tried to intercept, or tried to have someone else intercept “oral statements by Leonard Hochstein and those Leonard Hochstein spoke with.”</p><p>Records show Glidden was taken into custody Saturday. He no longer appeared in the online jail database on Monday. </p><figure><img src="https://www.local10.com/resizer/v2/H4W65EVQJZEO7P5YOQW3H4A4PU.jpg?auth=46eb7cd66cc6efe7a7a305365e6dd11cb13fc5bcee6c2bd9b84331eb730231c7&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Leonard “Lenny” Hochstein, a prominent plastic surgeon in South Florida, is Lisa Hochstein’s ex-husband. They share two children.</p><p>According to a<a href="https://pagesix.com/2023/05/11/lisa-hochstein-accused-of-planting-listening-device-on-lennys-car/" target="_self" rel="" title="https://pagesix.com/2023/05/11/lisa-hochstein-accused-of-planting-listening-device-on-lennys-car/"> Page Six</a> article from May 2023, Lenny Hochstein accused his ex-wife of planting a “listening device” on his car in an attempt to “monitor” his calls.</p><p>Lisa Hochstein denied the claims to Page Six.</p><p>Attorney Jayne Weintraub, Hochstein’s defense counsel, and attorneys Howard Srebnick and Frank Gaviria, Glidden’s defense counsel, released a joint statement to Local 10 News on Monday afternoon saying, “This matter is part of a contentious divorce proceeding and does not belong in criminal court.” </p><p>The Miami-Dade State Attorney’s Office, meanwhile, told Local 10 News the warrant is currently under seal.</p><p> <iframe class="scribd_iframe_embed" title="Criminal complaint: Jody Glidden, Lisa Hochstein " src="https://www.scribd.com/embeds/1025872102/content?start_page=1&view_mode=scroll&access_key=key-JRD2oNuQlGRtcK6YkYxC" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> <p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;"> <a title="View Criminal complaint: Jody Glidden, Lisa Hochstein on Scribd" href="https://www.scribd.com/document/1025872102/Criminal-complaint-Jody-Glidden-Lisa-Hochstein#from_embed" style="color: #098642; text-decoration: underline;"> </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/4UIZK3RFIZA4HGZFXGJZO63KVA.jpg?auth=99c0635e5e82134af5e44c3172b28943b699b0d218a064707e9fcb66d290ce7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jody Glidden, left, and Lisa Hochstein attend the Sports Illustrated swimsuit runway show in celebration of the 60th anniversary of the brand on Saturday, June 1, 2024, in Miami Beach. (Photo by Scott Roth/Invision/AP)]]></media:description></media:content></item></channel></rss>