<?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, 21 Apr 2026 14:18:44 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Hollywood man accused of threatening family, officer while holding machete]]></title><link>https://www.local10.com/news/local/2026/04/21/hollywood-man-accused-of-threatening-family-officer-while-holding-machete/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/21/hollywood-man-accused-of-threatening-family-officer-while-holding-machete/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Hollywood man was arrested over the weekend after he threatened his family and a responding police officer after grabbing a machete, authorities said.]]></description><pubDate>Tue, 21 Apr 2026 14:07:52 +0000</pubDate><content:encoded><![CDATA[<p>A Hollywood man was arrested over the weekend after he threatened his family and a responding police officer after grabbing a machete, authorities said.</p><p>According to an arrest report, the incident occurred just before 3:30 a.m. Sunday at the family’s home.</p><p>Police said the suspect’s wife told them that her husband, Rene Matute Godoy, 43, was dropped off at home by a friend and was “extremely intoxicated.”</p><p>According to the report, Matute Godoy insulted his wife when he arrived, tapped her on the arm and told her, “I’m going to hit you.”</p><p>Police said the wife told Matute Godoy not to touch her or insult her again, at which point he became enraged, went into the backyard and grabbed a machete.</p><p>According to the report, the wife grabbed two of her four children and fled to the front yard of the home while the eldest child grabbed her younger sister and locked themselves in the bathroom as they hid from their father.</p><p>Police said Matute Godoy then went into the home and began swinging the machete inside the kitchen area, destroying various items before going outside again and striking his wife’s vehicle.</p><p>The wife told police that she handed her children over to a friend as her husband continued damaging the vehicle and mailbox until officers arrived.</p><p>According to the arrest report, Matute Godoy’s eldest child heard her father yell in Spanish, “I’m going to kill you all!”</p><p>Matute Godoy also made threats toward an officer before entering his home again, police said.</p><p>According to the report, Matute Godoy eventually exited the home and was taken into custody.</p><p>He was arrested on multiple charges, including aggravated assault with a deadly weapon without the intent to kill, assault on an officer, damaging property/criminal mischief, child neglect and resisting an officer without violence.</p><p>As of Tuesday morning, Matute Godoy was no longer appearing in the online jail database. </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/YZMGCUP74BBXXHFZG4OLMZXCS4.jpg?auth=ab03c1d6c5e0dadddddf4a9510b94c484486b525c1f6f4dd079418622d9891a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Aventura teen grateful to school resource officer who saved his life]]></title><link>https://www.local10.com/news/local/2026/04/20/aventura-teen-grateful-to-school-resource-officer-who-saved-his-life/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/aventura-teen-grateful-to-school-resource-officer-who-saved-his-life/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[The school resource officer at Aventura Waterways K-8 Center is being billed as a hero. ]]></description><pubDate>Mon, 20 Apr 2026 22:24:28 +0000</pubDate><content:encoded><![CDATA[<p>The school resource officer at Aventura Waterways K-8 Center is being billed as a hero. </p><p><a href="https://www.local10.com/espanol/2026/04/21/adolescente-de-aventura-agradece-a-agente-escolar-que-le-salvo-la-vida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/21/adolescente-de-aventura-agradece-a-agente-escolar-que-le-salvo-la-vida/">Leer en español</a></p><p>Miami-Dade Schools Police School Resource Officer Anthony Davila said he treats the kids there as if they were his own. </p><p>It was on March 11 when he put his life-saving skills to the test, saving 13-year-old Alex Sanabria from choking. </p><p>Now the two have an inextricable bond. </p><p>“Oh, I thought it’s over,” said Sanabria. “I was gonna turn blue and fall on the ground. It’s over.”</p><p>Sanabria was having lunch at school when he began choking on potato chips, and immediately ran toward the one person he knew could help save his life. </p><p>“I knew this child’s life was in my hands,” said Davila. “I performed back blows, and when that wasn’t working, I switched to the Heimlich.”</p><p>“I knew in that moment I was gonna be OK,” said Sanabria. “When he was doing the Heimlich.”</p><p>“And luckily, he threw the object up and regained breathing,” added Davila. “Right there, I realized that I saved his life. It didn’t kick in until that moment. It could have gone so many ways.”</p><p>And that realization left Sanabria with no choice but to throw his arms around the man who saved him. </p><p>“Because he saved my life and I was very grateful,” he said. “Because if it wasn’t for him, I wouldn’t be here today.”</p><p>“It melted my heart,” said Davila. “Especially the hug at the end. It touched right here.”</p><p>Now the two are bonding further over their shared love of law enforcement. </p><p>Sanabria says he wants to be an officer someday. </p><p>“I just don’t like seeing people do bad things to other people so I wanna send the bad guys to jail,” he said. </p><p>Davila was recognized on Wednesday for his life-saving actions, a moment he says he’ll remember forever. </p><p>“This impacted me a whole lot, knowing I saved Alex’s life,” he said. “I see these students as my kids. And I wanna make sure they get home to their parents and families every day safely.”</p><p>Sanabria said he already knows the Heimlich maneuver and wants to learn CPR next.</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[Adolescente de Aventura agradece a agente escolar que le salvó la vida]]></title><link>https://www.local10.com/espanol/2026/04/21/adolescente-de-aventura-agradece-a-agente-escolar-que-le-salvo-la-vida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/21/adolescente-de-aventura-agradece-a-agente-escolar-que-le-salvo-la-vida/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[El agente de seguridad escolar del centro Aventura Waterways K-8 está siendo aclamado como un héroe.]]></description><pubDate>Tue, 21 Apr 2026 14:03:54 +0000</pubDate><content:encoded><![CDATA[<p>El agente de recursos escolares en Aventura Waterways K-8 Center está siendo considerado un héroe.</p><p>El agente de recursos escolares de la Policía de Escuelas de Miami-Dade, Anthony Davila, dijo que trata a los estudiantes como si fueran sus propios hijos.</p><p>Fue el 11 de marzo cuando puso a prueba sus habilidades para salvar vidas, rescatando a Alex Sanabria, de 13 años, de asfixiarse.</p><p>Ahora ambos tienen un vínculo inquebrantable.</p><p>“Oh, pensé que todo había terminado”, dijo Sanabria. “Me iba a poner azul y caer al suelo. Se acabó”.</p><p>Sanabria estaba almorzando en la escuela cuando comenzó a ahogarse con papas fritas y de inmediato corrió hacia la única persona que sabía que podía salvarle la vida.</p><p>“Sabía que la vida de este niño estaba en mis manos”, dijo Davila. “Le di golpes en la espalda, y cuando eso no funcionó, cambié a la maniobra de Heimlich”.</p><p>“Supe en ese momento que iba a estar bien”, dijo Sanabria. “Cuando estaba haciendo la maniobra de Heimlich”.</p><p>“Y afortunadamente, expulsó el objeto y recuperó la respiración”, añadió Davila. “En ese momento me di cuenta de que le salvé la vida. No lo procesé hasta ese instante. Pudo haber terminado de muchas maneras”.</p><p>Esa realización llevó a Sanabria a abrazar al hombre que le salvó la vida.</p><p>“Porque me salvó la vida y estoy muy agradecido”, dijo. “Porque si no fuera por él, no estaría aquí hoy”.</p><p>“Me conmovió mucho”, dijo Davila. “Especialmente el abrazo al final. Me llegó al corazón”.</p><p>Ahora ambos fortalecen su relación por su interés compartido en el orden público.</p><p>Sanabria dice que quiere ser agente algún día.</p><p>“No me gusta ver a la gente hacer cosas malas a otros, así que quiero meter a los malos en la cárcel”, dijo.</p><p>Davila fue reconocido el miércoles por sus acciones para salvar una vida, un momento que dice recordará para siempre.</p><p>“Esto me impactó mucho, saber que salvé la vida de Alex”, dijo. “Veo a estos estudiantes como mis hijos. Y quiero asegurarme de que regresen a casa con sus padres y familias todos los días de manera segura”.</p><p>Sanabria dijo que ya conoce la maniobra de Heimlich y quiere aprender RCP después.</p>]]></content:encoded></item><item><title><![CDATA[Mystery surrounds murder of South Florida insurance executive as whistleblower suit loomed]]></title><link>https://www.local10.com/news/local/2026/04/20/mystery-surrounds-murder-of-south-florida-insurance-executive-as-whistleblower-suit-loomed/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/mystery-surrounds-murder-of-south-florida-insurance-executive-as-whistleblower-suit-loomed/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Police say a South Florida businessman was found shot and killed in a parking lot earlier this month, right next to his car. It came as new evidence was set to come to light in a whistleblower lawsuit against his former company.]]></description><pubDate>Mon, 20 Apr 2026 21:22:24 +0000</pubDate><content:encoded><![CDATA[<p>Police say a South Florida businessman was found shot and killed in a parking lot in early April, right next to his car. It came as new evidence was set to come to light in a whistleblower lawsuit against his former company.</p><p><a href="https://www.local10.com/espanol/2026/04/21/misterio-rodea-asesinato-de-ejecutivo-de-seguros-del-sur-de-florida-ante-inminente-demanda-de-denunciante/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/21/misterio-rodea-asesinato-de-ejecutivo-de-seguros-del-sur-de-florida-ante-inminente-demanda-de-denunciante/">Leer en español</a></p><p>Arman Motiwalla, 37, of Plantation, was a successful insurance executive and father who worked at Synergy Insurance Affiliates LLC at 350 Camino Gardens Blvd. in Boca Raton.</p><p>But on April 8, while leaving work in the overnight hours, Motiwalla was shot multiple times and killed in the parking lot of the business.</p><p>At the time of his death, Motiwalla was involved in a bitter legal battle with his former employer, the Coral Springs-based company Innovative Partners.</p><p>“He was terminated for objecting to or refusing to participate in a practice or policy that violated a law, rule, or regulation,” his attorney, G. Ware Cornell Jr., said.</p><p>Records show Motiwalla filed the whistleblower case last summer, and Innovative Partners LLC even countersued in a strong denial of allegations of mismanaging funds.</p><p>Cornell said the insurance executive’s murder was just nine days before new evidence was set to be introduced in court tied to the lawsuit.</p><p>This has only added to the murder mystery, with some people even speculating Motiwalla was working with federal authorities to help bring down his former company.</p><p>“He never told me that he was ever any kind of witness or participant in anything involving any kind of police agency,” Cornell said.</p><p>While the case remains under investigation, police have called the parking lot shooting an isolated incident and Cornell isn’t pointing the finger at anyone.</p><p>Because of the murder, a judge has now dismissed the original whistleblower lawsuit. </p><p>There’s no known connection between the suit and Motiwalla’s murder. Police said they’re still investigating but no arrests have been made.</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[Misterio rodea asesinato de ejecutivo de seguros del sur de Florida ante inminente demanda de denunciante]]></title><link>https://www.local10.com/espanol/2026/04/21/misterio-rodea-asesinato-de-ejecutivo-de-seguros-del-sur-de-florida-ante-inminente-demanda-de-denunciante/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/21/misterio-rodea-asesinato-de-ejecutivo-de-seguros-del-sur-de-florida-ante-inminente-demanda-de-denunciante/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Según la policía, un empresario del sur de Florida fue hallado muerto a tiros en un estacionamiento a principios de este mes, justo al lado de su automóvil. Esto ocurrió cuando nuevas pruebas estaban a punto de salir a la luz en una demanda interpuesta por un denunciante contra su antigua empresa.]]></description><pubDate>Tue, 21 Apr 2026 13:59:52 +0000</pubDate><content:encoded><![CDATA[<p>La policía informó que un empresario del sur de Florida fue encontrado baleado y muerto en un estacionamiento a principios de abril, justo al lado de su vehículo. Esto ocurrió cuando nueva evidencia estaba a punto de salir a la luz en una demanda de denunciante contra su antigua empresa.</p><p>Arman Motiwalla, de 37 años, residente de Plantation, era un ejecutivo de seguros exitoso y padre de familia que trabajaba en Synergy Insurance Affiliates LLC en 350 Camino Gardens Blvd., en Boca Ratón.</p><p>Pero el 8 de abril, mientras salía del trabajo durante la madrugada, Motiwalla fue baleado múltiples veces y asesinado en el estacionamiento del negocio.</p><p>Al momento de su muerte, Motiwalla estaba involucrado en una intensa batalla legal con su ex empleador, la empresa Innovative Partners, con sede en Coral Springs.</p><p>“Fue despedido por oponerse o negarse a participar en una práctica o política que violaba una ley, norma o regulación”, dijo su abogado, G. Ware Cornell Jr.</p><p>Los registros muestran que Motiwalla presentó la demanda como denunciante el verano pasado, y Innovative Partners LLC incluso presentó una contrademanda negando enérgicamente las acusaciones de mala gestión de fondos.</p><p>Cornell dijo que el asesinato del ejecutivo de seguros ocurrió solo nueve días antes de que se presentara nueva evidencia en la corte relacionada con la demanda.</p><p>Esto ha añadido más misterio al caso, con algunas personas especulando que Motiwalla estaba colaborando con autoridades federales para ayudar a desmantelar a su antigua empresa.</p><p>“Él nunca me dijo que fuera algún tipo de testigo o participante en algo relacionado con alguna agencia policial”, dijo Cornell.</p><p>Mientras el caso sigue bajo investigación, la policía ha calificado la balacera en el estacionamiento como un incidente aislado y Cornell no señala a nadie como responsable.</p><p>Debido al asesinato, un juez ha desestimado la demanda original de denunciante.</p><p>No se conoce una conexión entre la demanda y el asesinato de Motiwalla. La policía dijo que la investigación continúa y que no se han realizado arrestos.</p>]]></content:encoded></item><item><title><![CDATA[Complejo de viviendas asequibles de $7.5 millones USD del condado enfrenta problema: nadie vive allí]]></title><link>https://www.local10.com/espanol/2026/04/21/complejo-de-viviendas-asequibles-de-75-millones-usd-del-condado-enfrenta-problema-nadie-vive-alli/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/21/complejo-de-viviendas-asequibles-de-75-millones-usd-del-condado-enfrenta-problema-nadie-vive-alli/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Un nuevo complejo de apartamentos adquirido por el condado de Monroe por 7,5 millones de dólares en 2025 permanece vacío.]]></description><pubDate>Tue, 21 Apr 2026 13:45:57 +0000</pubDate><content:encoded><![CDATA[<p>Un complejo de apartamentos <a href="https://www.local10.com/espanol/2025/08/25/funcionarios-de-los-cayos-de-florida-convierten-el-dinero-de-los-turistas-en-viviendas-asequibles-para-los-trabajadores-de-la-industria/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/08/25/funcionarios-de-los-cayos-de-florida-convierten-el-dinero-de-los-turistas-en-viviendas-asequibles-para-los-trabajadores-de-la-industria/">adquirido por $7.5 millones USD</a> por el condado Monroe en 2025, destinado a viviendas asequibles, permanece vacío.</p><p>El condado compró el proyecto de viviendas Southcliff Estates, ubicado en 95295 Overseas Highway en Key Largo, utilizando fondos provenientes de un fondo de $35 millones USD del impuesto turístico administrado por el Tourist Development Council tras el auge del turismo posterior al COVID.</p><p>“Es frustrante para todos nosotros porque estábamos muy entusiasmados con este proyecto”, dijo la alcaldesa del condado Monroe, Michelle Lincoln. “Pensábamos: ‘Esto va a ser increíble. Vamos a poder ayudar a la gente de inmediato. No tendremos que esperar a que se construya ni pasar por permisos’. Y está vacío”.</p><p>Diseñado para trabajadores de la industria turística de los Cayos de Florida, el <a href="https://www.monroecounty-fl.gov/1398/Southcliff-Estates-Application-Process" target="_blank" rel="noreferrer" title="https://www.monroecounty-fl.gov/1398/Southcliff-Estates-Application-Process">proceso de solicitud</a> para las 11 unidades de un dormitorio y un baño se abrió en agosto con un alquiler de $2,995 USD al mes.</p><p>El precio inicial provocó sorpresa entre algunos residentes.</p><p>Pero incluso después de que los comisionados redujeran el alquiler a casi $1,900 USD al mes, ni una sola unidad ha sido alquilada.</p><p>Lincoln dijo que el condado buscará actualizar su proceso de encuestas para reflejar con mayor precisión las necesidades de los trabajadores en los Cayos.</p><p>“Ahora hemos pisado el freno y vamos a actualizar los estudios que hicimos hace años para determinar específicamente cuáles son las necesidades de vivienda”, dijo.</p><p>Un portavoz del condado indicó que se está actualizando la estrategia de promoción para incluir un cartel más visible en la propiedad, publicaciones en redes sociales y anuncios en el sitio web inmobiliario Zillow.</p>]]></content:encoded></item><item><title><![CDATA[Examining importance of safety transponders at South Florida airports]]></title><link>https://www.local10.com/news/local/2026/04/20/examining-importance-of-safety-transponders-at-south-florida-airports/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/examining-importance-of-safety-transponders-at-south-florida-airports/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[New questions have risen since last month’s deadly crash at New York’s LaGuardia Airport.]]></description><pubDate>Tue, 21 Apr 2026 02:29:38 +0000</pubDate><content:encoded><![CDATA[<p>New questions have risen since last month’s deadly crash at New York’s LaGuardia Airport.</p><p><a href="https://www.local10.com/espanol/2026/04/21/analizan-importancia-de-transpondedores-de-seguridad-en-aeropuertos-del-sur-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/21/analizan-importancia-de-transpondedores-de-seguridad-en-aeropuertos-del-sur-de-florida/">Leer en español</a></p><p>Two pilots were killed in a collision between a plane and a fire truck on an active runway.</p><p>Officials have since revealed that the fire truck did not have a crucial tracking device, a transponder, that is standard for vehicles at many airports. </p><p>At Fort Lauderdale-Hollywood International Airport, more than 30 million people take off and land annually. </p><p>Supported by airport data, tracking transponders are essential for safety at both FLL and Miami International Airport. </p><p>“If it detects an object close to or near especially the runway environment, it alarms,” said FLL Chief Operating Officer Mike Nonnemacher. “It lets the air traffic controller know there’s a potential conflict.”</p><p>There are busy areas of an airport that travelers may never see, but Local 10 was given access to some of those movement areas of FLL. </p><p>It’s a constant ballet of speed, timing and trust. </p><p>FLL has six fire trucks equipped with transponders onboard, tracking planes second-by-second. </p><p>There are 26 operational vehicles that are a part of that system that go out to check runways, and another 21 maintenance vehicles, at FLL. </p><p>That’s because on the ground, the work never stops. Lightbulbs, pavement, signs and many other small fixes are all part of a very big system. </p><p>And backing it all up is another set of eyes, an airport surface detection radar that is silently, constantly searching.</p><p>According to the FAA, the installation of transponders was only guidance, but not mandatory. </p><p>“The FAA is actively encouraging airports to voluntarily equip vehicles with VMATS,” the FAA said in a statement to Local 10. </p><p>Similarly to FLL, Miami International Airport also has a surface detection system. </p><p>By the numbers, MIA has 51 vehicles with transponders that handle ramp access, wildlife control, electrical work, pavement issues and more. </p><p>As for fire and emergency vehicles, Miami-Dade Fire Rescue has nine emergency response vehicles at MIA, but without transponders. </p><p>Local 10 has been told that transponders have recently been ordered; MDFR and the Miami-Dade Aviation Department said they are working together to get it done. </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[Analizan importancia de transpondedores de seguridad en aeropuertos del sur de Florida]]></title><link>https://www.local10.com/espanol/2026/04/21/analizan-importancia-de-transpondedores-de-seguridad-en-aeropuertos-del-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/21/analizan-importancia-de-transpondedores-de-seguridad-en-aeropuertos-del-sur-de-florida/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Han surgido nuevas preguntas desde el fatal accidente del mes pasado en el aeropuerto LaGuardia de Nueva York.]]></description><pubDate>Tue, 21 Apr 2026 13:50:47 +0000</pubDate><content:encoded><![CDATA[<p>Han surgido nuevas preguntas desde el accidente mortal del mes pasado en el aeropuerto LaGuardia de Nueva York.</p><p>Dos pilotos murieron en una colisión entre un avión y un camión de bomberos en una pista activa.</p><p>Desde entonces, las autoridades han revelado que el camión de bomberos no contaba con un dispositivo de rastreo crucial, un transpondedor, que es estándar para vehículos en muchos aeropuertos.</p><p>En el Aeropuerto Internacional de Fort Lauderdale-Hollywood, más de 30 millones de personas despegan y aterrizan anualmente.</p><p>Respaldados por datos del aeropuerto, los transpondedores de rastreo son esenciales para la seguridad tanto en FLL como en el Aeropuerto Internacional de Miami.</p><p>“Si detecta un objeto cercano, especialmente en el entorno de la pista, emite una alerta”, dijo el director de operaciones de FLL, Mike Nonnemacher. “Le indica al controlador de tráfico aéreo que hay un posible conflicto”.</p><p>Hay áreas concurridas de un aeropuerto que los viajeros nunca ven, pero Local 10 tuvo acceso a algunas de esas zonas de movimiento en FLL.</p><p>Es un constante ballet de velocidad, tiempo y confianza.</p><p>FLL cuenta con seis camiones de bomberos equipados con transpondedores a bordo, que rastrean aviones segundo a segundo.</p><p>Hay 26 vehículos operativos que forman parte de ese sistema y salen a inspeccionar las pistas, y otros 21 vehículos de mantenimiento en FLL.</p><p>Eso se debe a que en tierra el trabajo nunca se detiene. Bombillas, pavimento, señales y muchas otras reparaciones pequeñas forman parte de un sistema muy grande.</p><p>Y respaldándolo todo hay otro conjunto de “ojos”: un radar de detección de superficie del aeropuerto que busca de manera silenciosa y constante.</p><p>Según la FAA, la instalación de transpondedores era solo una recomendación, no obligatoria.</p><p>“La FAA está alentando activamente a los aeropuertos a equipar voluntariamente sus vehículos con VMATS”, dijo la agencia en un comunicado a Local 10.</p><p>De manera similar a FLL, el Aeropuerto Internacional de Miami también cuenta con un sistema de detección de superficie.</p><p>En cifras, MIA tiene 51 vehículos con transpondedores que manejan acceso a rampas, control de fauna, trabajos eléctricos, problemas de pavimento y más.</p><p>En cuanto a los vehículos de bomberos y emergencia, Miami-Dade Fire Rescue tiene nueve unidades de respuesta en MIA, pero sin transpondedores.</p><p>Local 10 fue informado de que recientemente se ordenaron transpondedores; MDFR y el Departamento de Aviación de Miami-Dade dijeron que están trabajando juntos para implementarlos.</p>]]></content:encoded></item><item><title><![CDATA[Consumers are lost at sea as seafood sustainability grows more complex]]></title><link>https://www.local10.com/business/2026/04/21/consumers-are-lost-at-sea-as-seafood-sustainability-grows-more-complex/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/21/consumers-are-lost-at-sea-as-seafood-sustainability-grows-more-complex/</guid><dc:creator><![CDATA[By J.M. HIRSCH, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 13:47:18 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Don’t overfish. Don’t trawl the seabed. Keep aquaculture healthy for the fish as well as the ocean.</p><p>Some aspects of sustainable seafood are obvious and well-trod, even if the how-to intricacies likely are lost on most consumers.</p><p>But sustainability today is complicated terrain, as much about business as bycatch, and why, for your next clam chowder, human rights matter as much as healthy habitats.</p><p>Advocates now want you considering issues of labor abuses, the rights of indigenous populations to use traditional fishing practices, the carbon footprint of a salmon fillet relative to a filet mignon, even whether the fishing boats offer free, high-speed Wi-Fi.</p><p>All of this is certified, rated and labeled by a tapestry of competing and overlapping groups.</p><p>For the already seafood-averse consumer -- Americans have a notoriously limited appetite for seafood -- it all can be a bit overwhelming.</p><p>“I’m an expert and I still sometimes struggle to look through some of the systems to figure out which product in the store actually matches which rating, and which label is different,” said Robert Jones, global director of aquatic foods for The Nature Conservancy.</p><p>The old 'traffic light' ratings</p><p>For several decades, the most recognizable expression of seafood sustainability was Monterey Bay Aquarium’s Seafood Watch program, which encouraged or admonished consumption of specific species with cards labeled green, yellow and red.</p><p>Driven largely to preserve seafood populations -- eat the abundant Arctic char, but take a pass on the tenuous tuna -- the simplicity resonated.</p><p>Twenty-five years ago, that was the right focus, said Jennifer Kemmerly, vice president of global ocean conservation for Monterey Bay. Overseas fisheries, the source of much of the seafood consumed in the U.S., might be immune to American regulations, but would respond if enough consumers demanded sustainable choices.</p><p>But the simple, traffic-light ratings also created a guilty-until-proven-innocent aura that lingers, said Barton Seaver, a seafood sustainability expert with National Geographic. Rather than tease out whether farmed or wild salmon is better (the answer has changed over the years), many people just opt for chicken.</p><p>“The entire category had to be exonerated,” he said. “Yes, (the information) was more easily digestible, but the end result was fear, trepidation and a general lack of participation.”</p><p>The many meanings of sustainability</p><p>Seafood Watch eventually fell silent, partly a victim of pandemic pressures. By then, the definition of sustainable had broadened dramatically. Safeguarding endangered stocks still matters, of course. But a host of other issues -- treatment of workers, regenerative practices, local vs. corporate ownership of the fleet -- can mitigate that.</p><p>And plenty of people in and outside the industry argue that any test of sustainability also must weigh the impact of seafood against the alternatives.</p><p>“When we do so across five very important metrics -- greenhouse gas, land-use alteration, feed conversion, freshwater and antibiotics -- seafood just comes out on top in the animal-protein conversation,” said Seaver.</p><p>“If you want the sustainable option for dinner, the yellow-list or even red-list seafood might be the better environmental option than chicken or beef,” he said.</p><p>The result is an equation too complex for most consumers. It doesn’t help that many of the newer sustainability issues simply aren’t intuitive to the consumer. That on-ship Wi-Fi, for example? A lifeline for workers to report labor abuses while at sea for months at a time.</p><p>The monoculture-like beef, pork and poultry industries easily align on methods and messaging (after all, everyone knows what’s for dinner and which is the other white meat.) But seafood is inherently complex, comprised of thousands of species, regions and regulations.</p><p>“The biggest loser here is the American consumer,” said celebrity chef Andrew Zimmern, whose documentary “Hope in the Water” highlighted efforts to make seafood more sustainable.</p><p>Aiming higher</p><p>Despite the information overload, Kemmerly sees the complexity as a sign of success.</p><p>“These big companies who 25 years ago made a sustainability commitment thinking it was just the environmental piece are now also on the hook -- no pun intended -- for reporting on environmental, social and governance issues,” she said.</p><p>The way forward, many say, is to sell confidence in American seafood. Zimmern wants to see all the players -- from fishermen and wholesalers to watchdog groups -- agree on regularly updated standards. It puts the onus for good choices on the industry and frees the consumer to feel good about whatever they purchase.</p><p>That may not be as wishful as it sounds. The Alaskan seafood industry benefits from a sustainability halo because regulations mandating good practices are written into the state constitution.</p><p>“We’ve always said, if you choose Alaska, it’s the easy choice from a sustainability standpoint. There’s not a single one of our fisheries that isn’t sustainably managed,” said Jeremy Woodrow, executive director of the Alaska Seafood Marketing Institute. “We’ve tried to simplify that for them.”</p><p>The best way to support the industry, Seaver said, is to let chefs and consumers focus on what tastes good. And Seafood Watch seems to agree. The program is in the midst of a relaunch that will focus on educating chefs about making sustainable choices.</p><p>So what’s a befuddled seafood shopper to do? The consensus seems to be: Buy American, local when possible. Though hardly perfect, the U.S. seafood industry is highly regulated and works with retailers who insist on sustainability standards.</p><p>“When you go to Whole Foods, you trust that they’ve done the job for you. And that’s the case for a lot of large grocery chains these days,” Woodrow said. “Consumers should feel confident when they go to the freezer case or the fresh case that that fish is going to be coming from a responsible fishery.”</p><p>___</p><p>J.M. Hirsch is a longtime food writer who was food editor of The Associated Press for nearly a decade until 2016.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G66VHDJTKJHIGXOE7UTSVQMGXA.jpg?auth=33bc6ea4ce95c7382fd87546ad2cb35323d5037370dbb4f347b4f844e356e939&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A lobster fisherman hauls a trap, Sept. 8, 2022, off of Kennebunkport, Maine. (AP Photo/Robert F. Bukaty, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P3PVKBQOUGMVHSM4JNZDJDG7GU.jpg?auth=e9abf6a565e433fac6dc7fcdd8e421dc2604239894515852fd48e4aee32c6395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A "Seafood Watch" sign with a color-coded rating program hangs over the seafood counter in Whole Foods in Hillsboro, Ore., on Sept. 10, 2010. (AP Photo/Rick Bowmer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Bowmer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UOUEXXYE7TDPUL7V7UE6ZVGQOE.jpg?auth=742dbae7fefec2023f2e6cc32aff12cbbb245c689d53bab3c29c9bfc55d24942&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Andrew Zimmern appears on the Williams Sonoma Culinary Stage at the 2025 BottleRock Napa Valley at Napa Valley Expo in Napa, Calif., on May 24, 2025. (Photo by Amy Harris/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amy Harris</media:credit></media:content></item><item><title><![CDATA[County’s $7.5 million affordable housing complex has a problem: Nobody’s living there]]></title><link>https://www.local10.com/news/local/2026/04/20/excitement-turns-into-frustration-as-monroe-countys-housing-project-remains-vacant/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/excitement-turns-into-frustration-as-monroe-countys-housing-project-remains-vacant/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[A new apartment complex purchased for $7.5 million by Monroe County in 2025 remains vacant.]]></description><pubDate>Mon, 20 Apr 2026 21:24:03 +0000</pubDate><content:encoded><![CDATA[<p>A new apartment complex <a href="https://www.local10.com/news/local/2025/08/25/florida-keys-officials-turn-tourist-bucks-into-affordable-housing-for-industry-workers/" target="_self" rel="" title="https://www.local10.com/news/local/2025/08/25/florida-keys-officials-turn-tourist-bucks-into-affordable-housing-for-industry-workers/">purchased for $7.5 million</a> by Monroe County in 2025, intended as affordable housing, remains vacant.</p><p><a href="https://www.local10.com/espanol/2026/04/21/complejo-de-viviendas-asequibles-de-75-millones-usd-del-condado-enfrenta-problema-nadie-vive-alli/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/21/complejo-de-viviendas-asequibles-de-75-millones-usd-del-condado-enfrenta-problema-nadie-vive-alli/">Leer en español</a></p><p>The county purchased the Southcliff Estates housing project, located at 95295 Overseas Highway in Key Largo, using money from a $35 million pool of Tourist Development Council bed tax funds from the post-COVID tourism boom.</p><p>“It’s frustrating for all of us because we were so excited about this project,” said Monroe County Mayor Michelle Lincoln. “We were like, ‘This is going to be amazing. We’re going to be able to help people right away. We’re not going to have to wait until it’s constructed and to go through permits.’ And it’s empty.”</p><p>Designed for workers in the Florida Keys tourism industry, <a href="https://www.monroecounty-fl.gov/1398/Southcliff-Estates-Application-Process" target="_self" rel="" title="https://www.monroecounty-fl.gov/1398/Southcliff-Estates-Application-Process">the application process</a> for the 11 one-bedroom, one-bathroom units opened in August at a rate of $2,995 a month.</p><p>The initial rental rate gave some residents a dose of sticker shock. </p><p>But even after commissioners amended the rental price to nearly $1,900 a month, not a single unit has been rented.</p><p>Lincoln said the county will look to update its survey process to more accurately reflect the needs of workers in the Keys.</p><p>“We have now tapped the brakes, and we are now going to update the studies we did years ago for specifically what are the housing needs,” she said.</p><p>A county spokesperson said marketing is being updated to include a more visible banner on the property, social media posts and ads on real estate website Zillow.</p>]]></content:encoded></item><item><title><![CDATA[Mail carrier hurt in Fort Lauderdale crash now recovering at home: ‘I woke up on the ground’]]></title><link>https://www.local10.com/news/local/2026/04/20/mail-carrier-hurt-in-fort-lauderdale-crash-now-recovering-at-home-i-woke-up-on-the-ground/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/mail-carrier-hurt-in-fort-lauderdale-crash-now-recovering-at-home-i-woke-up-on-the-ground/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[A United States Postal Service mail carrier is recovering at home after being involved in a violent crash last week.]]></description><pubDate>Mon, 20 Apr 2026 22:21:16 +0000</pubDate><content:encoded><![CDATA[<p>A United States Postal Service mail carrier is recovering at home <a href="https://www.local10.com/news/local/2026/04/14/mail-carrier-rushed-to-trauma-center-after-fort-lauderdale-crash/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/14/mail-carrier-rushed-to-trauma-center-after-fort-lauderdale-crash/">after being involved in a crash last week</a>.</p><p><a href="https://www.local10.com/espanol/2026/04/21/cartero-herido-en-accidente-en-fort-lauderdale-se-recupera-en-casa-desperte-en-el-suelo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/21/cartero-herido-en-accidente-en-fort-lauderdale-se-recupera-en-casa-desperte-en-el-suelo/">Leer en español</a></p><p>Andre Bernard, 35, was hospitalized after the crash on Tuesday.</p><p>“They came straight into me, so I just braced myself for impact, held my seatbelt ― boom ― that was it,” he said. “I woke up on the ground.”</p><p>Bernard says he is very sore, walks with a limp and is covered with road rashes, deep cuts and needed stitches on his right arm.</p><p>He told Local 10’s Sanela Sabovic he was trying to make a U-turn when another driver hit him.</p><p>The crash happened in the area of Southwest 16th Street and Fourth Avenue in Fort Lauderdale.</p><p>The impact ejected Bernard from his postal truck. </p><p>He remembers waking up on the ground and neighbors rushing in to help him out. </p><p>Cellphone video shows Bernard on the street with people tending to him, pieces of mail and glass shards scattered all over the roadway.</p><p>He was rushed to Broward Health Medical Center for treatment.</p><p>Bernard said he’s never had anything like this happen before.</p><p>The father of three small children is thankful to be alive and to be spending this time recovering with them.</p><p>“It means a lot because I feel like I have a second chance at life,” he said. “Home with kids, stay strong and keep going.” </p><p>Bernard will be out of work for 45 days or so. </p><p>He said he is so thankful to all of the residents in the neighborhood who rushed in to help him out. </p><p>For those who wish to assist Bernard during his recovery, visit Bernard’s <a href="https://www.gofundme.com/f/support-for-postal-workers-recovery-after-accident?attribution_id=sl:ee85cb00-28fd-4150-ba24-7eb1b6fdba05&amp;lang=en_US&amp;ts=1776720994&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_tc-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link" target="_self" rel="" title="https://www.gofundme.com/f/support-for-postal-workers-recovery-after-accident?attribution_id=sl:ee85cb00-28fd-4150-ba24-7eb1b6fdba05&amp;lang=en_US&amp;ts=1776720994&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_tc-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe page</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[Cartero herido en accidente en Fort Lauderdale se recupera en casa: “Desperté en el suelo”]]></title><link>https://www.local10.com/espanol/2026/04/21/cartero-herido-en-accidente-en-fort-lauderdale-se-recupera-en-casa-desperte-en-el-suelo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/21/cartero-herido-en-accidente-en-fort-lauderdale-se-recupera-en-casa-desperte-en-el-suelo/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[Un cartero del Servicio Postal de los Estados Unidos se recupera en su casa tras sufrir un violento accidente la semana pasada.]]></description><pubDate>Tue, 21 Apr 2026 13:37:55 +0000</pubDate><content:encoded><![CDATA[<p>Un cartero del Servicio Postal de Estados Unidos se recupera en casa <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/">tras verse involucrado en un accidente la semana pasada</a>.</p><p>Andre Bernard, de 35 años, fue hospitalizado después del choque el martes.</p><p>“Se me vinieron directo encima, así que me preparé para el impacto, me sujeté el cinturón ― boom ― eso fue todo”, dijo. “Desperté en el suelo”.</p><p>Bernard dice que está muy adolorido, camina cojeando y tiene abrasiones por el asfalto, cortes profundos y necesitó puntos de sutura en su brazo derecho.</p><p>Le dijo a Sanela Sabovic de Local 10 que intentaba hacer un giro en U cuando otro conductor lo chocó.</p><p>El accidente ocurrió en el área de la Southwest 16th Street y Fourth Avenue en Fort Lauderdale.</p><p>El impacto expulsó a Bernard de su camión postal.</p><p>Recuerda haber despertado en el suelo y a vecinos corriendo para ayudarlo.</p><p>Un video de teléfono celular muestra a Bernard en la calle mientras personas lo atendían, con piezas de correo y fragmentos de vidrio esparcidos por toda la vía.</p><p>Fue trasladado de emergencia al Broward Health Medical Center para recibir tratamiento.</p><p>Bernard dijo que nunca le había pasado algo así.</p><p>El padre de tres niños pequeños agradece estar vivo y poder pasar este tiempo recuperándose con ellos.</p><p>“Significa mucho porque siento que tengo una segunda oportunidad de vida”, dijo. “En casa con mis hijos, mantenerse fuerte y seguir adelante”.</p><p>Bernard estará fuera del trabajo por unos 45 días.</p><p>Dijo que está muy agradecido con todos los residentes del vecindario que acudieron a ayudarlo.</p><p>Para quienes deseen ayudar a Bernard durante su recuperación, pueden visitar su <a href="https://www.gofundme.com/f/support-for-postal-workers-recovery-after-accident?attribution_id=sl:ee85cb00-28fd-4150-ba24-7eb1b6fdba05&amp;lang=en_US&amp;ts=1776720994&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_tc-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/support-for-postal-workers-recovery-after-accident?attribution_id=sl:ee85cb00-28fd-4150-ba24-7eb1b6fdba05&amp;lang=en_US&amp;ts=1776720994&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_tc-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link">página de GoFundMe</a>.</p>]]></content:encoded></item><item><title><![CDATA[Electric wheelchair explodes outside Hollywood home; Woman’s quick thinking helped avert disaster caused by lithium battery ]]></title><link>https://www.local10.com/news/local/2026/04/20/hollywood-womans-quick-thinking-helped-avert-disaster-caused-by-lithium-battery-fire/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/hollywood-womans-quick-thinking-helped-avert-disaster-caused-by-lithium-battery-fire/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[An electric wheelchair exploded into flames right outside a Hollywood home, but that homeowner’s quick thinking is being praised by first responders. ]]></description><pubDate>Tue, 21 Apr 2026 02:28:12 +0000</pubDate><content:encoded><![CDATA[<p>An electric wheelchair exploded into flames right outside a Hollywood home, but that homeowner’s quick thinking is being praised by first responders. </p><p><a href="https://www.local10.com/espanol/2026/04/21/explota-silla-de-ruedas-electrica-fuera-de-casa-en-hollywood-rapida-accion-de-mujer-evita-desastre-por-bateria-de-litio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/21/explota-silla-de-ruedas-electrica-fuera-de-casa-en-hollywood-rapida-accion-de-mujer-evita-desastre-por-bateria-de-litio/">Leer en español</a></p><p>It was Sunday morning when Alexandra Anaya heard a clicking sound coming from the battery pack of the new electric wheelchair she’d bought at a thrift store.</p><p>After hearing the noises, to be safe, she moved it outside of her home located along the 5900 block of North Farragut Drive. </p><p>Surveillance video captured her watching the wheelchair for a moment and then sprinting away just before it exploded and caught fire.</p><p>Fortunately, it was away from the home and the blaze didn’t spread any further. </p><p>Anaya’s mother passed away recently, and in this close call, she said she believes her mom was watching out for her. </p><p>“She’s just gotta be looking over me,” Anaya said. “There was just too much coincidence here to be a coincidence.”</p><p>Hollywood Fire Rescue officials said her actions saved her and her family from catastrophe, confirming that it was a dangerous lithium battery fire.</p><p>Anaya hopes her story helps prevent disaster from happening to someone else.</p><p>“Don’t leave this stuff charging when you’re not home,” Anaya said. “Always do it when you’re home and you can keep an eye on it, because stuff explodes. This could’ve happened to anybody.”</p><p>Officials with Hollywood Fire Rescue said if you hear clicking, popping or hissing on one of those devices, immediately stop using it and move it to an area outside if you can.</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[Explota silla de ruedas eléctrica fuera de casa en Hollywood; rápida acción de mujer evita desastre por batería de litio]]></title><link>https://www.local10.com/espanol/2026/04/21/explota-silla-de-ruedas-electrica-fuera-de-casa-en-hollywood-rapida-accion-de-mujer-evita-desastre-por-bateria-de-litio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/21/explota-silla-de-ruedas-electrica-fuera-de-casa-en-hollywood-rapida-accion-de-mujer-evita-desastre-por-bateria-de-litio/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Una silla de ruedas eléctrica se incendió justo afuera de una casa en Hollywood, pero la rápida reacción del propietario está siendo elogiada por los servicios de emergencia.]]></description><pubDate>Tue, 21 Apr 2026 13:32:11 +0000</pubDate><content:encoded><![CDATA[<p>Una silla de ruedas eléctrica explotó en llamas justo afuera de una casa en Hollywood, pero la rápida reacción de la propietaria está siendo elogiada por los equipos de emergencia.</p><p>Fue el domingo por la mañana cuando Alexandra Anaya escuchó un sonido de clic proveniente del paquete de batería de la nueva silla de ruedas eléctrica que había comprado en una tienda de segunda mano.</p><p>Tras escuchar los ruidos, por precaución, la sacó de su casa ubicada en la cuadra 5900 de North Farragut Drive.</p><p>Un video de vigilancia la captó observando la silla por un momento y luego corriendo justo antes de que explotara y se incendiara.</p><p>Afortunadamente, estaba lejos de la vivienda y el fuego no se propagó más.</p><p>La madre de Anaya falleció recientemente, y tras este incidente, ella dijo que cree que su mamá la estaba cuidando.</p><p>“Ella tiene que estar velando por mí”, dijo Anaya. “Había demasiadas coincidencias”.</p><p>Funcionarios de Hollywood Fire Rescue dijeron que sus acciones la salvaron a ella y a su familia de una catástrofe, confirmando que se trató de un peligroso incendio de batería de litio.</p><p>Anaya espera que su historia ayude a prevenir que algo así le ocurra a otra persona.</p><p>“No dejen estas cosas cargando cuando no estén en casa”, dijo Anaya. “Háganlo siempre cuando estén en casa y puedan vigilarlas, porque las cosas explotan. Esto le pudo haber pasado a cualquiera”.</p><p>Funcionarios de Hollywood Fire Rescue dijeron que si escucha sonidos de clic, estallidos o silbidos en uno de estos dispositivos, deje de usarlo de inmediato y muévalo a un área exterior si es posible.</p>]]></content:encoded></item><item><title><![CDATA[Southern Poverty Law Center says it faces a Justice Department criminal probe over paid informants]]></title><link>https://www.local10.com/news/politics/2026/04/21/southern-poverty-law-center-says-it-faces-a-criminal-investigation-by-the-justice-department/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/21/southern-poverty-law-center-says-it-faces-a-criminal-investigation-by-the-justice-department/</guid><dc:creator><![CDATA[By COLLIN BINKLEY and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 13:45:43 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Southern Poverty Law Center says it's the subject of a criminal investigation by the Justice Department and faces possible charges over its past use of paid informants to infiltrate extremist groups.</p><p>The civil rights group made the announcement on Tuesday, saying President Donald Trump's administration appears to be preparing legal action against it or some of its employees.</p><p>“Although we don’t know all the details, the focus appears to be on the SPLC’s prior use of paid confidential informants to gather credible intelligence on extremely violent groups,” CEO Bryan Fair said in a statement.</p><p>The Justice Department had no immediate comment.</p><p>The SPLC previously paid informants to infiltrate extremist groups and gather information on their activities, often sharing it with local and federal law enforcement, Fair said. It was used to monitor threats of violence, he said, adding that the program was kept quiet to protect the safety of informants.</p><p>“When we began working with informants, we were living in the shadow of the height of the Civil Rights Movement, which had seen bombings at churches, state-sponsored violence against demonstrators, and the murders of activists that went unanswered by the justice system,” Fair said. “There is no question that what we learned from informants saved lives.”</p><p>He said the organization “will vigorously defend ourselves, our staff, and our work.”</p><p>The SPLC, which is based in Montgomery, Alabama, was founded in 1971 and used civil litigation to fight white supremacist groups. The nonprofit has become a popular target among Republicans who see it as overly leftist and partisan.</p><p>The investigation could add to concerns that Trump's Republican administration is using the Justice Department to go after conservative opponents and his critics. It follows a number of other investigations into Trump foes that have raised questions about whether the law enforcement agency has been turned into a political weapon.</p><p>The Southern Poverty Law Center has faced intense criticism from conservatives, who have accused it of unfairly maligning right-wing organizations as extremist groups because of their viewpoints. The SPLC regularly condemns Trump’s rhetoric and policies around voting rights, immigration and other issues.</p><p>The SPLC came under fresh scrutiny after the assassination last year of conservative activist Charlie Kirk brought renewed attention to its characterization of the group that Kirk founded and led. The SPLC included a section on that group, Turning Point USA, in a report titled “The Year in Hate and Extremism 2024” that described the group as “A Case Study of the Hard Right in 2024.”</p><p>FBI Director Kash Patel said last year that the agency was severing its relationship with the SPLC, which had long provided law enforcement with research on hate crime and domestic extremism. Patel said the SPLC had been turned into a “partisan smear machine,” and he accused it of defaming “mainstream Americans” with its “hate map” that documents alleged anti-government and hate groups inside the United States.</p><p>House Republicans hosted a hearing centered on the SPLC in December, saying it coordinated efforts with President Joe Biden's Democratic administration "to target Christian and conservative Americans and deprive them of their constitutional rights to free speech and free association.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DXSCIAGTZ3L76JOFMXNEPU636A.jpg?auth=c2f7d3dd7c58423a429ca003c87696dd5936eddbc57aef7889239f3f9af6092e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tourists walk past a banner with President Donald Trump hanging on the Department of Justice, Feb. 27, 2026, in Washington. (AP Photo/Rahmat Gul, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KCAZXUIKREGSM7SDCGNJILBBDM.jpg?auth=0dfd15369112c13241392ac6de25e883b364debf36f1f2865e99277edcd4e564&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Acting Attorney General Todd Blanche holds a news conference at the Justice Department in Washington, April 7, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Police: Homestead teen missing for more than a month ]]></title><link>https://www.local10.com/news/local/2026/04/21/police-homestead-teen-missing-for-more-than-a-month/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/21/police-homestead-teen-missing-for-more-than-a-month/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Homestead police are seeking the public’s help in locating a 14-year-old girl who was reported missing over a month ago.]]></description><pubDate>Tue, 21 Apr 2026 10:57:53 +0000</pubDate><content:encoded><![CDATA[<p>Homestead police are seeking the public’s help in locating a 14-year-old girl who was reported missing over a month ago.</p><p><a href="https://www.local10.com/espanol/2026/04/21/police-reportan-desaparecido-a-adolescente-de-homestead-desde-hace-mas-de-un-mes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/21/police-reportan-desaparecido-a-adolescente-de-homestead-desde-hace-mas-de-un-mes/">Leer en español</a></p><p>According to police, Yarilis Mendez-Carrillo was reported missing March 11 by her grandmother and was last seen in the 300 block of Southwest 12<sup>th</sup> Avenue.</p><p>Police said Mendez-Carrillo does not have a cellphone and has not been in contact with anyone since she was reported missing.</p><p>Mendez-Carrillo is described by police as a Hispanic female, who is 4 feet, 7 inches tall and weighs about 130 pounds. She has black hair and brown eyes.</p><p>Police said she has a large circular scar on her upper right thigh.</p><p>Mendez-Carrillo was last seen wearing a white T-shirt and blue shorts.</p><p>A Missing Child Alert has been issued by the Florida Department of Law Enforcement as the search for the teen continues.</p><p>Anyone with information about her whereabouts is asked to call the Homestead Police Department at 305-247-1535 or Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Police: Reportan desaparecido a adolescente de Homestead desde hace más de un mes]]></title><link>https://www.local10.com/espanol/2026/04/21/police-reportan-desaparecido-a-adolescente-de-homestead-desde-hace-mas-de-un-mes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/21/police-reportan-desaparecido-a-adolescente-de-homestead-desde-hace-mas-de-un-mes/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La policía de Homestead solicita la ayuda del público para localizar a una niña de 14 años que fue reportada como desaparecida hace más de un mes.]]></description><pubDate>Tue, 21 Apr 2026 13:23:29 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Homestead solicita la ayuda del público para localizar a una niña de 14 años que fue reportada como desaparecida hace más de un mes.</p><p>Según la policía, Yarilis Mendez-Carrillo fue reportada desaparecida el 11 de marzo por su abuela y fue vista por última vez en la cuadra 300 de la Southwest 12th Avenue.</p><p>La policía indicó que Mendez-Carrillo no tiene teléfono celular y no ha estado en contacto con nadie desde que fue reportada como desaparecida.</p><p>Mendez-Carrillo es descrita por la policía como una mujer hispana, que mide 4 pies y 7 pulgadas de estatura y pesa aproximadamente 130 libras. Tiene cabello negro y ojos marrones.</p><p>La policía dijo que tiene una cicatriz circular grande en la parte superior de su muslo derecho.</p><p>Mendez-Carrillo fue vista por última vez usando una camiseta blanca y pantalones cortos azules.</p><p>El Departamento de Cumplimiento de la Ley de Florida ha emitido una Alerta de Menor Desaparecido mientras continúa la búsqueda de la adolescente.</p><p>Cualquier persona con información sobre su paradero debe llamar al Departamento de Policía de Homestead al 305-247-1535 o a Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded></item><item><title><![CDATA[FHP: Citan a conductor de Honda tras vuelco de camión tráiler en Turnpike de Broward]]></title><link>https://www.local10.com/espanol/2026/04/21/fhp-citan-a-conductor-de-honda-tras-vuelco-de-camion-trailer-en-turnpike-de-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/21/fhp-citan-a-conductor-de-honda-tras-vuelco-de-camion-trailer-en-turnpike-de-broward/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El conductor de un sedán Honda fue multado por conducción negligente el martes por la mañana tras un accidente con vuelco en la autopista Florida's Turnpike en el condado de Broward, según confirmaron las autoridades.]]></description><pubDate>Tue, 21 Apr 2026 13:18:30 +0000</pubDate><content:encoded><![CDATA[<p>El conductor de un sedán Honda fue citado por conducir de manera descuidada la mañana de este martes tras un accidente con vuelco en la autopista Turnpike de Florida en el condado Broward, confirmaron las autoridades.</p><p>Según la Patrulla de Carreteras de Florida, el accidente ocurrió en los carriles en dirección norte de la autopista cerca de la salida 49 hacia Hollywood Boulevard.</p><p>Los agentes dijeron que el conductor del Honda chocó contra un camión tráiler, lo que provocó que el camión impactara una barrera de contención y se volcara.</p><p>El camión quedó detenido a unos 10 pies de un cuerpo de agua, indicaron las autoridades.</p><p>Los agentes señalaron que el conductor del camión tuvo que ser rescatado del vehículo y fue atendido por una lesión en la mano.</p><p>“Botellas rociadoras misceláneas se derramaron del remolque, y más de 50 galones de combustible se filtraron”, dijo un portavoz de la FHP en un correo electrónico a Local 10 News. “Las labores de limpieza mantienen dos carriles bloqueados”.</p><p>No está claro qué causó que el conductor del Honda chocara contra el camión.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AXQ7TS6V7BDENC5UA5EBNQM5BM.jpg?auth=883e55b8691e1e64fa92980a5c9dcd90166e5f73e4a61d134ddf18b8f8edd1c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FHP: Honda driver cited after semi-tractor trailer rolls over on Turnpike in Broward]]></title><link>https://www.local10.com/traffic/2026/04/21/fhp-honda-driver-cited-after-semi-tractor-trailer-rolls-over-on-turnpike-in-broward/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/04/21/fhp-honda-driver-cited-after-semi-tractor-trailer-rolls-over-on-turnpike-in-broward/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The driver of a Honda sedan was cited for careless driving Tuesday morning following a rollover crash on Florida’s Turnpike in Broward County, authorities confirmed.]]></description><pubDate>Tue, 21 Apr 2026 12:43:42 +0000</pubDate><content:encoded><![CDATA[<p>The driver of a Honda sedan was cited for careless driving Tuesday morning following a rollover crash on Florida’s Turnpike in Broward County, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/04/21/fhp-citan-a-conductor-de-honda-tras-vuelco-de-camion-trailer-en-turnpike-de-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/21/fhp-citan-a-conductor-de-honda-tras-vuelco-de-camion-trailer-en-turnpike-de-broward/">Leer en español</a></p><p>According to the Florida Highway Patrol, the crash occurred in the northbound lanes of the highway near the Exit 49 ramp to Hollywood Boulevard.</p><p>Troopers said the driver of the Honda crashed into a semi-tractor-trailer, causing the semi to strike a guardrail and roll over.</p><p>The semi-truck came to rest about 10 feet away from a body of water, authorities said.</p><p>Troopers said the truck driver had to be extricated from the semi and was treated for a hand injury.</p><p>“Miscellaneous spray bottles spilled from the trailer, and more than 50 gallons of fuel leaked,” an FHP spokesperson said in an email to Local 10 News. “Cleanup operations have 2 lanes blocked.”</p><p>It’s unclear what caused the Honda driver to crash into the semi-truck.</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/AXQ7TS6V7BDENC5UA5EBNQM5BM.jpg?auth=883e55b8691e1e64fa92980a5c9dcd90166e5f73e4a61d134ddf18b8f8edd1c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[As the planet warms, scientists burn homes to figure out how to best protect them in wildfires]]></title><link>https://www.local10.com/news/national/2026/04/21/as-the-planet-warms-scientists-burn-homes-to-figure-out-how-to-best-protect-them-in-wildfires/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/21/as-the-planet-warms-scientists-burn-homes-to-figure-out-how-to-best-protect-them-in-wildfires/</guid><dc:creator><![CDATA[By JEFFREY COLLINS and SETH BORENSTEIN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 13:50:46 +0000</pubDate><content:encoded><![CDATA[<p>RICHBURG, S.C. (AP) — It took less than three minutes for wind-whipped flames to go from licking the side of the house to shattering a window and working under the eaves to burn everything inside. Weeks later, another house in the exact same spot was burning — again in the name of science.</p><p>That home went up in flames slower because it was fortified with better materials. Add moving vegetation, mulch, wood fences and hot tubs with their highly flammable insultation several feet away and experts said you can protect houses from the increasing danger of wildfires on a warming planet.</p><p>The research is being done by workers at a remote site in South Carolina. They have set fire to 13 houses because scientists need to burn to learn.</p><p>Inside the carefully crafted home were sensors and a few cameras the site's manager said will “give their life for science.” Outside are nearly $1 million of other cameras and instruments in a fireproof building nearby and scattered around.</p><p>The Insurance Institute for Business & Home Safety is a nonprofit created by insurers to make houses and other buildings more resilient. The institute's 100-acre (40-hectare) site in Richburg, South Carolina, started to study hurricanes and heavy wind and rain.</p><p>As wildfire danger increased in recent years, they sometimes turn the six-story tall wall of 105 fans stacked on top of each other to blow out of the wind tunnel's massive doors and spread fire.</p><p>“We crash test houses,” said Roy Wright, the president of the institute.</p><p>Wildfires are worsening, costing more damage</p><p>From 2016 to 2025, wildfires in the United States on average burned an area the size of Massachusetts each year, slightly more than 11,000 square miles (28,500 square kilometers). That’s 2.6 times the average burn area of the 1980s, according to the National Interagency Fire Center. Canada’s land burned on average for the last 10 years is 2.8 times more than during the 1980s, according to the Canadian Interagency Forest Fire Centre.</p><p>In the United States, wildfires have caused an average of $17.7 billion a year in damage since 2020, according to statistics kept by the National Oceanic and Atmospheric Administration and the nonprofit Climate Central.</p><p>Climate change is intensifying and extending fire seasons across the U.S. and a growing population puts densely packed neighborhoods into fire-threatened areas. In the past three years, massive and devastating wildfires hit California, Maui in Hawaii and the North and South Carolina mountains.</p><p>Drought across much of the United States — especially in the West and Southeast — is at record severe levels for this time of year. Add to that record heat and unheard of levels of low moisture in the West for the first three months of 2026 and it looks like this upcoming fire season will be extraordinarily bad, unless late spring or early summer rain somehow bails out the country, said UCLA climate and fire scientist Park Williams.</p><p>Test fires lead to building changes</p><p>The institute's research has already led to some conclusions that strengthened California's fire code. New homes must have ignition-resistant walls, tempered or double paned windows and mesh over vents to prevent fire embers from getting inside.</p><p>As important is taking care of the outside. Creating a 5-foot (1.5-meter) buffer where any material that burns easy like pine straw, a hot tub, a wooden fence or overhanging branches is an important line of defense.</p><p>The fire testing makes that clear. Researchers at the test site set fire to wooden blocks that look like Jenga towers within the buffer zone. The simulated winds, which in a recent test purposefully fluctuated between 30 and 55 mph (50 to 90 kph), continually pushed the flames toward the home.</p><p>Once the windows and walls are breached, all the combustible things inside like couches, furniture, clothes and plastics quickly erupt and begin sending large showers of dangerous burning embers lofted by heavy wind, setting new fires a block or two away.</p><p>But fire standards can only help so much. “Under really severe fire conditions, especially those involving very high winds, they probably are of more limited value,” Syracuse University fire researcher Jacob Bendix said.</p><p>Home fire prevention becomes a business</p><p>Fire prevention tools and techniques are becoming a big business.</p><p>After the 2018 Woolsey fire near his home in Ventura County, California, Nicholai Allen watched firefighters use fire retardants and wondered if homeowners could do the same. He became a wildland firefighter and learned that preventing embers from getting into homes’ attics and garages are the key.</p><p>Allen now makes and sells Safe Soss (pronounced like sauce), which include carbon filters or guards for attics and vents, fiberglass heat-resistant ember-stopping tape and a spray fire retardant that can work from a garden hose, all of which recently became available at a major hardware chain.</p><p>Allen compares it to how people up north get ready for winter.</p><p>“It’s kind of like if you live in the snow, you have a snow shovel, you have scrapers, and you know that you have to take certain preventative steps in order to live in an environment that, hey, sometimes snows,” Allen said.</p><p>Trial by fire</p><p>The test fires by the Insurance Institute for Business & Home Safety are carefully controlled. The homes are made to be as similar to regular houses as possible without electricity or plumbing.</p><p>The attention to detail and safety is exacting. The institute likes spring fire testing at its site about halfway between Charlotte, North Carolina and Columbia, South Carolina, because while summer temperatures in the South can nearly match those in the fire-prone West, the swampy humidity in July is a bad approximation to a mountain canyon.</p><p>High winds delayed last week's fire for more than six hours with anxious workers worried they couldn't wait for the next day because an outdoor burning ban was starting after an unusually dry and hot spring.</p><p>Tarps and machines heat the houses to summer levels just before the fires are set on a huge concrete pad just outside the giant hanger where the fans line one wall and the hurricane testing takes place.</p><p>Elsewhere at the site, researches have started looking into hail and how it can damage homes. Another part of the campus has dozens of roofs just sticking above the ground as the shingles freeze and bake and are soaked by Mother Nature sometimes for more than a decade for more testing.</p><p>___</p><p>Borenstein reported from Washington. Associated Press journalist Erik Verduzco contributed from Richburg, South Carolina.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6APKW2NXYPRZAV7EFIOKY43DXI.jpg?auth=0b339cfe9dbc992d127afca454235479c6bcdb141a63c755e27c35f8491844fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A wildfire researcher walks in front of an accessory dwelling unit burning during an experiment at the Institute for Business & Home Safety center on Thursday, April 16, 2026, in Richburg, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H6P6ROO2F7WDWIEUSUSC6GXYAU.jpg?auth=6c344939a671c81edd6cba0f16d8c1f2c3e1865957275d123bcf2ebf74fb7cf6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lead carpenter David Trull ignites wood cribs for an accessory dwelling unit burn experiment at the Institute for Business & Home Safety center Wednesday, April 1, 2026, in Richburg, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YCPWIUVVPXDS4WFQ5SXD6X3XGI.jpg?auth=0351dd8563591b2495197c38aec2fb5a46b6aa8de10df383bb177b41362d801e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The interior of an accessory dwelling unit sits at the Institute for Business & Home Safety center on Wednesday, April 1, 2026, in Richburg, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CZQ3TJJ3KCCPA75FR74V2KHEEI.jpg?auth=410f7de948090ef2b2f351a7d2a438d40c0aaabb1234300934f82bc80beeb196&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An accessory dwelling unit burns during an experiment at the Institute for Business & Home Safety center on Thursday, April 16, 2026, in Richburg, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OEXGWGKBALEGTYCQHHUW2C4NNI.jpg?auth=e7dfc703a41469ab013feacae4680e41dd0ed1dadac7f9e02e26dce5255c5fb0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wildfire researchers and firefighters watch as an accessory dwelling unit burns during an experiment at the Institute for Business & Home Safety center on Thursday, April 16, 2026, in Richburg, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KNL7XILNW5MH22HBQB7OFTSKSE.jpg?auth=4fbf8a74be9bd74ced48adbdfcdd2beb453c48d4cab6ad62cf749c572162bc31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wildfire researchers watch an accessory dwelling unit burn during an experiment at the Institute for Business & Home Safety center on Thursday, April 16, 2026, in Richburg, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E7PGMNBW4T5KPIHY3JIFHFUNMU.jpg?auth=3323d7e9e3628d361f5339e05ef488afa29ccf52d964407b1e69b647891c22d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wildfire researchers watch an accessory dwelling unit burn during an experiment at the Institute for Business & Home Safety center on Thursday, April 16, 2026, in Richburg, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OF5JXAGS3OELZWJVKFTZ6PRYQU.jpg?auth=010a5b00d0f4f4c3f61ca4a52101e1577fbe729eb80c86c10bb57b949ae24a17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person walks near fans used for wildfire research at the Institute for Business & Home Safety center on Thursday, April 16, 2026, in Richburg, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J73JLVRIQAKNJMXT6PM2IGNO44.jpg?auth=261737fe2703d9238b069dbd3f07c3650f6b729defdb72b1671203e8813c77a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chester County Firefighters Elizabeth Stevenson, from left, Michael Mackey and Charles Lee, watch an accessory dwelling unit burn during an experiment at the Institute for Business & Home Safety center Wednesday, April 1, 2026, in Richburg, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TBV6Y23V4MN2YHJGXGKM555XY4.jpg?auth=dcf52fed50d0a6b6c73078bd13284cb930ebf1e50293600ba65e8f0d3006ed85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An accessory dwelling unit burns during an experiment at the Institute for Business & Home Safety center Wednesday, April 1, 2026, in Richburg, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content></item><item><title><![CDATA[Pennsylvania high school history instructor named nation's Teacher of the Year]]></title><link>https://www.local10.com/news/national/2026/04/21/pennsylvania-high-school-history-instructor-named-nations-teacher-of-the-year/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/21/pennsylvania-high-school-history-instructor-named-nations-teacher-of-the-year/</guid><dc:creator><![CDATA[By HOLLY RAMER and TASSANEE VEJPONGSA, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 13:01:40 +0000</pubDate><content:encoded><![CDATA[<p>HAVERFORD, Pa. (AP) — A high school history teacher in Pennsylvania who helps students look inward to find their strengths and outward to find community inside and outside the classroom has been named the 2026 National Teacher of the Year.</p><p>Leon Smith, 46, has spent his entire 25-year career at Haverford High School, where he teaches Advanced Placement classes in U.S. history and African American studies. He describes himself as a “warm demander,” someone who sets high expectations while surrounding students with love and support. Often, that means recognizing hidden talents and bringing them to the forefront, he said in an interview Monday.</p><p>“An adult can tell you that they see something in you that maybe you didn’t see in yourself,” he said. “I love to do that for students. When I see ambition, when I see talent, I let them know that so that they can hopefully pursue that goal and achieve their dreams.”</p><p>Smith starts each class with a community building exercise — on Monday, he asked his students to talk about a song that made them happy. One shared a track that reminded him of a family vacation. Another recalled music she listened to with friends before they went their separate ways. The exercise helped settle the students before the discussion shifted to a harder question: When, if ever, should the United States enter a war happening far away?</p><p>“We want to make sure that our students can think critically, that they have empathy, that they can understand the nuance and complexity that goes into making decisions,” he said. “My hope is that when they leave my classroom, that they can be civically engaged, that they can make sure that they can create a society that they can be proud of.”</p><p>Smith also extends his teaching to outside the school, taking students to the state Capitol each year to engage with policymakers. That won him praise from the organization behind the award, the Council of Chief State School Officers, which also cited his emphasis on the inclusion of multiple perspectives in history.</p><p>As the Teacher of the Year, Smith will spend a year promoting the pivotal role educators play in shaping the next generation.</p><p>“They’ve moved societies. They have empowered activist movements. They’ve helped people to figure out what they want to do when they group up,” he said. “They’ve had a tremendous impact, and my hope is that people are inspired to join that legacy.”</p><p>___</p><p>Ramer reported from Concord, New Hampshire.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CWJJZML7GCRJ4HRZSPCJPMFEEM.jpg?auth=5e8bac96b7e7847283e2aea66fbaf1a74abd677c360e7045d1dfcab3c96d877b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Leon Smith, named the 2026 National Teacher of the Year, stands in front of his classroom at Haverford High School, in Havertown, Pa. on Monday, April 20, 2026. (AP Photo/Tassanee Vejpongsa)]]></media:description><media:credit role="author" scheme="urn:ebu">Tassanee Vejpongsa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YACXDMFAQK2YLBPPYPE554WUJQ.jpg?auth=fa5eb136056f85d48953e905f4fac6c14cc1e9f444b2b9fe4d85b277e53deaa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Leon Smith, named the 2026 National Teacher of the Year, talks to students inhis classroom at Haverford High School, in Havertown, Pa.on Monday, April 20, 2026. (AP Photo/Tassanee Vejpongsa)]]></media:description><media:credit role="author" scheme="urn:ebu">Tassanee Vejpongsa</media:credit></media:content></item><item><title><![CDATA[Widow says doctor never apologized for removing husband’s liver instead of spleen: ‘Not once’]]></title><link>https://www.local10.com/news/local/2026/04/20/widow-says-doctor-never-apologized-for-removing-husbands-liver-instead-of-spleen-not-once/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/widow-says-doctor-never-apologized-for-removing-husbands-liver-instead-of-spleen-not-once/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[A Florida doctor was indicted by a grand jury last week for manslaughter after allegedly removing a patient’s liver instead of his spleen during a surgery that took place in 2024. ]]></description><pubDate>Mon, 20 Apr 2026 22:22:12 +0000</pubDate><content:encoded><![CDATA[<p>A Florida doctor<a href="https://www.local10.com/news/florida/2026/04/15/florida-doctor-faces-manslaughter-charge-for-allegedly-removing-wrong-organ-during-surgery/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/florida/2026/04/15/florida-doctor-faces-manslaughter-charge-for-allegedly-removing-wrong-organ-during-surgery/"> was indicted by a grand jury last week</a> after allegedly removing a patient’s liver instead of his spleen during a surgery that took place in 2024. Authorities said it led to the man’s death.</p><p>That patient’s grieving widow spoke to Local 10’s Jeff Derderian, saying she hopes that doctor never treats another patient again. </p><p>Beverly and Bill Bryan, of Muscle Shoals, Alabama, had been married for 33 years. </p><p>But the two kept a rental place in Miramar Beach ― in Florida’s Panhandle.</p><p>One day, a trip to the hospital revealed that Bill Bryan, 70, needed surgery. </p><p>Beverly Bryan said Dr. Thomas Shaknovsky performed that surgery, but something went terribly wrong. </p><p>Prosecutors said Shaknovsky, 44, removed her husband’s liver instead of his spleen by accident, which led to complications.</p><p>“His spleen was completely intact,” said Beverly Bryan. “He had a small cyst that ruptured.”</p><p>She said afterward, Shaknovsky held her hand, prayed with her and then lied about what happened. </p><p>“He offered his condolences, said Bill was in a better place and the Lord would take care of him,” she said. </p><p>Beverly Bryan said her husband wanted to go back to Alabama for the surgery, but she said the doctor insisted, pressing and urging them to do it now.</p><p>She recalled her last words to her husband.</p><p>“I told him that I loved him and he said he loved me,” she said. </p><p>Records show Shaknovsky’s Florida medical license is not currently active.</p><p>According to a lawsuit, Shaknovsky said that in the chaos and shock of that operating room, he could not identify the organ.</p><p>He now faces a second-degree manslaughter charge.</p><p>“No surgeon that we’ve talked to can make sense of what he did,” said Beverly Bryan’s attorney, Joe Zarzaur. “It doesn’t make sense, because no one in the trained field can make sense of it all.”</p><p>Beverly Bryan said her husband was literally hours away from being cremated when the medical-mistake was brought to her attention, otherwise she may have never had known. </p><p>When asked if the doctor has ever apologized, Bryan didn’t hesitate. </p><p>“Not once,” she said. “Not a word.”</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[Middle East crises divide Europe with rising fuel costs and tensions over Israel policy]]></title><link>https://www.local10.com/business/2026/04/21/middle-east-crises-divide-europe-with-rising-fuel-costs-and-tensions-over-israel-policy/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/21/middle-east-crises-divide-europe-with-rising-fuel-costs-and-tensions-over-israel-policy/</guid><dc:creator><![CDATA[By SAM McNEIL and VIRGINIA MAYO, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 12:53:58 +0000</pubDate><content:encoded><![CDATA[<p>LUXEMBOURG (AP) — Buoyed by the election of a new leader in Hungary, Europe's top diplomats are meeting in Luxembourg to forge plans of action on multiple crises from the ongoing war in Ukraine, Russian hybrid attacks, and economic instability as the war in Iran drives up energy prices worldwide.</p><p>But it is the European Union's policy toward Israel — and how to pressure Prime Minister Benjamin Netanyahu as security deteriorates in the Palestinian territories of Gaza and the occupied West Bank, as well as in Lebanon — that is dividing the 27-nation bloc.</p><p>The EU has an Association Agreement, signed in 2000, that regulates trade and cooperation with Israel. Spain, Slovenia and Ireland have proposed suspending it in total, a move which likely does not have the unanimous support among EU nations required.</p><p>However, a partial suspension targeting just the trade aspects could have enough political support, said Spanish Foreign Minister José Albares.</p><p>“The European Union has to say today very clearly to Israel that a change is needed,” he said.</p><p>The EU has found indications Israel had violated that agreement in its military campaign in Gaza.</p><p>Irish Foreign Minister Helen McEntee said the expansion of Israeli settlements in the West Bank, Israel's recent adoption of the death penalty for some Palestinians, and ongoing fighting in Lebanon should push EU nations to ramp up pressure on Israel.</p><p>“We need to act. We need to make sure that our fundamental values are protected. And we need to make sure that any agreement that we have with any other country that country is fulfilling and upholding their obligations,” McEntee said.</p><p>Swedish Foreign Minister Maria Malmer Stenergard said that France and Sweden have brought forward a plan to curtail trade with Israeli settlements in the West Bank.</p><p>Lebanon’s Prime Minister Nawaf Salam spoke at the meeting in Luxembourg about the fragile ceasefire between Lebanon and Israel, disarming the Hezbollah militant group, and the need for EU assistance for the war-torn nation.</p><p>“Lebanon today needs its European partners more than ever,” Salam posted on X on Tuesday.</p><p>While now mainly headquartered in Brussels, EU institutions are also spread out in northern Europe like the European Court of Justice in Luxembourg, the European Central Bank in Frankfurt, Germany and the European Parliament in Strasbourg, France. Lawmakers, diplomats and officials regularly move between the cities for meetings.</p><p>The Luxembourg meeting comes a day after 60 nations sent representatives to a Palestinian peace conference in Brussels with Palestinian Prime Minister Mohamed Mustafa and Bulgarian diplomat Nikolay Mladenov, who heads the Board of Peace set up by U.S. President Donald Trump.</p><p>Meanwhile, one of the loudest dissenting voices within the EU is shortly leaving office.</p><p>Hungary’s outgoing Prime Minister Viktor Orbán routinely obstructed EU action on issues ranging from support for Ukraine in its war against Russia’s invasion to sanctions on Israelis accused of violent extremism.</p><p>The EU’s foreign policy chief Kaja Kallas said that Orbán’s defeat by pro-European opposition leader Péter Magyar in Hungary’s recent election could accelerate action.</p><p>“A lot of issues ... have been blocked” by Hungary, she said. “We are reopening the discussions and hope that we get a positive result.”</p><p>On Iran, EU diplomats called for diplomacy as a ceasefire struck between Tehran and Washington was set to expire Tuesday.</p><p>Kallas called on the ceasefire to be extended “until there is a diplomatic solution.”</p><p>“The ceasefire is very fragile, but diplomacy should have a chance,” she said.</p><p>Germany’s foreign minister called on Iran to send negotiators to Islamabad to meet with U.S. Vice President JD Vance.</p><p>“Iran should now take this outstretched hand in the interest of its own people,” Johann Wadephul said.</p><p>The war in Iran has throttled global oil and gas markets and rattled the EU as a major importer of energy.</p><p>While foreign ministers meet in Luxembourg, EU transportation ministers discussed on video conference how to protect consumers at home and at the pump after the head of the International Energy Agency warned that Europe has “ maybe six weeks ” supply left of jet fuel.</p><p>Since the war between Israel, the U.S. and Iran started, fighting has killed at least 3,375 people in Iran and more than 2,290 in Lebanon. Additionally, 23 people have died in Israel and more than a dozen in Gulf Arab states. Fifteen Israeli soldiers in Lebanon and 13 U.S. service members throughout the region have been killed.</p><p>———</p><p>McNeil reported from Brussels.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SKD6BBCLQ2GBEPZ4CYL6Q6W3KM.jpg?auth=c22d92a29463aacfb792171acf43412f091d8befd7b963bf13e4aeb8cfb2a74b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[European Union foreign policy chief Kaja Kallas arrives for a meeting of EU foreign ministers at the European Council building in Luxembourg, Tuesday, April 21, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ODDLBYASB3GIYYRWFLRM2VBIM4.jpg?auth=418f495b94fb70fcd9225e4bc366065ddb5c8187cdf580d8240c68124a679ec3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ireland's Foreign Minister Helen McEntee speaks with the media as she arrives for a meeting of EU foreign ministers at the European Council building in Luxembourg, Tuesday, April 21, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QUZGVI7Z4ODVFI7YSIULOI33ZQ.jpg?auth=1f950af6d8b95c7f0c16651b2d49d79288f0ff7547b0377e6eec0c5044d949e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lebanon's Prime Minister Nawaf Salam arrives for a meeting of EU foreign ministers at the European Council building in Luxembourg, Tuesday, April 21, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6BOP3WW3PHGLMC3GJGEB4NRCVE.jpg?auth=4d8008c1e6746a1307a918a8dff9b4cd41f6b317ffac0d817d4a4d2c015c403a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man holds the flag of Luxembourg and a placard as he demonstrates outside a meeting of EU foreign ministers at the European Council building in Luxembourg, Tuesday, April 21, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content></item><item><title><![CDATA[Retail sales up 1.7% in March from February driven by a spike in gas prices due to the Iran war]]></title><link>https://www.local10.com/business/2026/04/21/retail-sales-up-17-in-march-from-february-driven-by-a-spike-in-gas-prices-due-to-the-iran-war/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/21/retail-sales-up-17-in-march-from-february-driven-by-a-spike-in-gas-prices-due-to-the-iran-war/</guid><dc:creator><![CDATA[By ANNE D'INNOCENZIO, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 14:13:03 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Shoppers accelerated their spending in March from February, but they spent a good chunk of their money at the gas pump.</p><p>A spike in gas prices due to the Iran war, now in its eighth week, resulted in a hefty 1.7% gain in retail sales in March after a revised 0.7% increase in February, according to the Commerce Department’s report on Tuesday. The increase marked the fastest one-month increase in retail sales in more than three years.</p><p>The report marks the first read on spending to capture the effects of the Iran war.</p><p>Excluding gas prices, retail sales were up 0.6%, helped in part by government tax refunds and warm weather.</p><p>Business at gas stations rose 15.5% percent.</p><p>Elsewhere, shoppers were still willing to spend. Sales at department stores rose 4.2%, while sales at furniture and home furnishings stores were up 2.2%. Online retailers saw a 1% gain. Consumer electronics and appliance stores posted a 0.9% increase. The only area that saw a decline for March was miscellaneous retailers, according to the Commerce report.</p><p>The snapshot offers only a partial look at consumer spending and doesn’t include things like travel and hotel stays. The lone services category – restaurants – registered a more modest gain of 0.1%.</p><p>The so-called control group—which excludes food services, autos, building materials and gas station sales and is used to calculate economic growth—rose 0.7%. That offered a good sign of broad spending by consumers, economists said.</p><p>“It’s a blowout retail sales figure for March,“ Heather Long, chief economist at Navy Federal Credit Union, wrote in a report.</p><p>She noted that the impact of tariffs is visible in the high spending on electronics and appliances due to higher prices. A small increase at restaurants may indicate some early signs of pullback as consumers have to spend more at the pump, she said.</p><p>“Overall, the American consumer is still healthy,” she added. "Extra income from tax refunds is helping many households weather this oil shock, but that extra money won’t last forever.”</p><p>The Iran war began Feb. 28 and has shut down the Strait of Hormuz, cutting off one-fifth of the world’s oil supply.</p><p>Late last month, U.S. gas prices jumped past an average of $4 a gallon for the first time since 2022.</p><p>Economists had believed that an unusually large jump in tax refunds would kick start spending at the start of the year. But spiking gas prices are taking a bite out of that money. And the Iran war is also further dampening shoppers' mood. Consumer sentiment plunged to a record low in April, according to a survey released earlier this month by the University of Michigan, largely because of the Iran war and concerns over higher gas prices.</p><p>Shoppers aren’t just feeling it at the gas pump, but are also starting to see unforeseen costs everywhere, including when they travel such as higher baggage fees. They will also likely see higher prices on different products ripple through the supply chain as companies start to pass on higher transportation costs to shoppers, analysts said.</p><p>The jump in gas prices caused a sharp spike in inflation last month, creating major challenges for the inflation-fighters at the Federal Reserve and increasing already significant political hurdles for the White House.</p><p>Consumer prices rose 3.3% in March from a year earlier. On a monthly basis, prices rose 0.9% in March from February, the largest such gain in nearly four years.</p><p>Heading into the war, shoppers were already cautious. But Bryan Eshelman, Americas leader of retail and a partner and managing director at consultancy AlixPartners, noted his retail clients see their customers pulling back even more now.</p><p>“Particularly in the low-end economy, people are shifting from wants to needs,” he said.</p><p>R.J. Hottovy, head of analytical research at Placer.ai, noted that for seven straight weeks, traffic at nondiscretionary retailers like grocers outpaced that of discretionary merchants. That trend was reversed the week of April 6, helped by the distribution of tax refunds and spending tied to spring break and Easter.</p><p>But after the data goes past Easter trends, future visits will largely depend on consumer sentiment regarding broader macroeconomic conditions and gas prices, Hottovy said. The firm tracks people’s movements based on cellphone usage.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3AELXYGMBITN63YBX5LWQFTA6M.jpg?auth=ddc2d917f053d44670ee1a18024b061c9fd66a7b0d2e95c7efc7054aa1b11985&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman carries reuable shopping bags to her car on Monday, March 16, 2026, in Portland, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DO7V73QT4FLTI6PHRM5ZKYWDWQ.jpg?auth=1125430cefa865e1d67056c4b6a29cf09f1ac5ff0fb165483de86f8a1a046c55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Shoppers move amid items for outdoor cooking on display in a Costco warehouse Thursday, March 12, 2026, in east Denver. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Her kidnapped son was killed in a Gaza tunnel. A new memoir gives a searing account of her grief]]></title><link>https://www.local10.com/news/world/2026/04/21/her-kidnapped-son-was-killed-in-a-gaza-tunnel-a-new-memoir-gives-a-searing-account-of-her-grief/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/21/her-kidnapped-son-was-killed-in-a-gaza-tunnel-a-new-memoir-gives-a-searing-account-of-her-grief/</guid><dc:creator><![CDATA[By MELANIE LIDMAN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 12:36:30 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — When Hersh Goldberg-Polin was in the tunnels in Gaza, fellow hostages say he often quoted a line from Holocaust survivor Viktor Frankl: “Those who have a ‘why’ to live, can bear with almost any ‘how.’”</p><p>Through his long months in captivity, family and friends hoped that, like Frankl, he would come back with a message of hope. Then, in August 2024, after nearly a year in captivity, he and five other hostages were shot dead by their captors deep underground, likely as Israeli forces were closing in.</p><p>The quest for his why has fallen to his family, who led a high-profile campaign for his release. His mother, Rachel Goldberg-Polin, has a new book released Tuesday.</p><p>“When We See You Again,” has no narrative arc, no tidy uplifting message, no score settling with the Hamas militants who killed her son or the Israeli leaders who many blamed for his death — only a searing account of her grief.</p><p>She hasn’t yet decided whether the book is an exceptionally painful love story, or a love-filled pain story.</p><p>“I’m still trying to figure out with clarity what is my why, but it’s clear to me that my why is not done,” Goldberg-Polin said, a photo of a smiling Hersh behind her. “I just really wanted to tell the truth. It’s very ugly.”</p><p>A face of the hostage crisis</p><p>Hersh was among the 251 people abducted by Hamas in its Oct. 7, 2023, attack. His hand was blown off by a grenade before he was dragged into Gaza and eventually into the militant group’s labyrinth of tunnels.</p><p>The war sparked by the attack led to the killing of over 70,000 Palestinians and the destruction of much of Gaza before a ceasefire deal in October led to the release of all the remaining hostages. Hersh had been killed, along with five other hostages, more than a year earlier.</p><p>Rachel had campaigned tirelessly for her son’s release, appearing in countless media interviews, meeting with then-President Joe Biden and addressing the Democratic National Convention. She also joined mass protests in Israel accusing the government of failing to reach a deal sooner.</p><p>Her son was among the best-known hostages. Posters and graffiti with his name and face still appear across the country, often bearing the line from Frankl.</p><p>A human portrait</p><p>In her memoir, Rachel takes care not to mythologize him. She notes that he picked his scabs as a kid and was bad at doing dishes.</p><p>“Hersh has become a symbol to many,” Goldberg-Polin writes in the book. “I don’t know what to do with that. But it’s OK. If people need Hersh to be something, he will be that. That is the essence of service, being what is needed.”</p><p>Rachel grew up in Chicago and moved to Israel with her husband and three children when Hersh, the oldest, was six. She tells stories from the “before time”: of how Hersh as a child would wow people with his encyclopedic knowledge of U.S. presidents, and how he loved Jerusalem's local soccer team and their sister team in Bremen, Germany.</p><p>She only briefly touches on his capture and the details of his captivity, which have been widely reported. She writes about their desperate search for information in the chaotic and terrifying days after the attack, their long fight for his release and the news of Hersh's killing, along with five others, after 328 days.</p><p>The book is mostly a “very raw, peeled, oozing, throbbing pain,” Goldberg-Polin said. She describes “hundreds of sodden days dripping with anguish.”</p><p>“The book really started just as a way of taking this tremendous weight of suffering that was causing my soul to buckle,” she said in an interview in Jerusalem.</p><p>The writing came out in bursts, without a plan for a final project, just a question of “How do I survive the next 15 minutes?” she said.</p><p>A fellowship of grief</p><p>The book emerged in part from her frustration when people asked how she was. “I think, ‘Well, do you not see this dagger sticking out of my chest at my heart? How can you possibly be asking me that?’” she said. “But I realized they don’t see it. And it’s not because they’re mean or insensitive. They simply don’t see it.”</p><p>“Someone who’s born blind doesn’t know what blue is, and it’s very difficult to describe blue to someone who’s blind. But I’m desperate for people to see my blue, and I’m yearning for people to feel my pain,” she said.</p><p>Then there were those who wanted to share their own stories of death and loss, even during her son’s shiva, the traditional Jewish week of mourning after the funeral. It’s an experience that she describes as overwhelming and eye-opening, revealing the “surplus of suffering” in the world.</p><p>“They’re not trying to comfort me, they’re saying: ‘Let me stand next to you and we’ll be in this together,’” she said.</p><p>During the campaign to release the hostages, one of Rachel’s mantras was “Hope is mandatory,” even when it felt impossible. Now, wherever they go, people ask her and her husband for a bit of their creased and crumpled hope.</p><p>She has no easy answers, as she tells Hersh in a letter addressed to her dead son near the end of the book.</p><p>“I will carry your why,” she writes. “I'll do it, I’ll carry your why around the world.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RDQOH2KJOV3ZO33M25L3SAH3VM.jpg?auth=ba1a48a3e52ea913fff3c32e8caaf249f25e36432e81061a115c71cd4901af5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rachel Goldberg-Polin, whose 23-year-old son, Hersh, was kidnapped on Oct. 7, 2023 Hamas cross border attack on Israel and killed in Gaza nearly a year later, poses for a photo with her new book "When We See You Again," in Jerusalem, Wednesday, April 15, 2026. (AP Photo/Ohad Zwigenberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Ohad Zwigenberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T3LHC6CLO7QT3PRATYJNNZIS4I.jpg?auth=90e5dda181f6ffe00a439a114a1c8c01dfd4235c1490671c9de97383c950a650&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rachel Goldberg-Polin, whose 23-year-old son, Hersh, was kidnapped on Oct. 7, 2023 Hamas cross border attack on Israel and killed in Gaza nearly a year later, poses for a photo in Jerusalem, Wednesday, April 15, 2026. (AP Photo/Ohad Zwigenberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Ohad Zwigenberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VVLEZV3WOOV5NST5ONKHTKNKRY.jpg?auth=636070df122ebc4847b07775f284bc93894e921f92bd896c39a860da3eaf0f31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jonathan Polin and Rachel Goldberg, parents of Israeli-American hostage Hersh Goldberg-Polin, who was killed in Hamas captivity in the Gaza Strip, attend their son's funeral in Jerusalem, Monday, Sept. 2, 2024. (Gil Cohen-Magen/Pool via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gil Cohen-Magen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6IXVOAR46ASM3XJICTT5ISVWXM.jpg?auth=615fce55a6e79fc4cc2eecd3ac2b7dd139d237d30f38efbf9e23dd03b46b5dc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Friends and supporters of Israeli-American hostage Hersh Goldberg-Polin, who was kidnapped to the Gaza Strip on Oct. 7, 2023, protest outside of Israeli Prime Minister Benjamin Netanyahu's residence to demand a deal for the immediate release of all hostages, after Hamas released a video of Goldberg-Polin, in Jerusalem, Wednesday, April 24, 2024. (AP Photo/Maya Alleruzzo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Maya Alleruzzo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MDA7MHCYCCDXW3RW3WLUH33F2I.jpg?auth=d59296c6ce81be14ec97ac55c947f849b56bb33240c1d323a9704decde535efe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jon Polin, left, and Rachel Goldberg, parents of Hersh Goldberg-Polin, pictured on screen speak during the Democratic National Convention Wednesday, Aug. 21, 2024, in Chicago. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Lawmakers weigh sanctions for Democratic Rep. Sheila Cherfilus-McCormick of Florida]]></title><link>https://www.local10.com/news/florida/2026/04/21/lawmakers-weigh-sanctions-for-democratic-rep-sheila-cherfilus-mccormick-of-florida/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/21/lawmakers-weigh-sanctions-for-democratic-rep-sheila-cherfilus-mccormick-of-florida/</guid><dc:creator><![CDATA[By KEVIN FREKING and STEPHEN GROVES, Associated Press]]></dc:creator><description><![CDATA[Democratic Rep. Sheila Cherfilus-McCormick of Florida is facing a critical moment in her political career Tuesday as members of the House Ethics Committee weigh what punishment to recommend after they found she committed 25 violations of House rules and ethical standards, including breaking campaign finance laws.]]></description><pubDate>Tue, 21 Apr 2026 11:36:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Democratic Rep. Sheila Cherfilus-McCormick of Florida is facing a critical moment in her political career Tuesday as members of the House Ethics Committee weigh what punishment to recommend after they found she committed 25 violations of House rules and ethical standards, including breaking campaign finance laws.</p><p>Republicans are already calling for the expulsion of Cherfilus-McCormick, who is in her third term and is running for reelection in a southeastern Florida district. She is also facing federal criminal charges accusing her of stealing $5 million in coronavirus disaster relief funds and using the money to buy items such as a 3-carat yellow diamond ring.</p><p>Cherfilus-McCormick has pleaded not guilty to the criminal charges and says she is not guilty of ethics violations, either.</p><p>The allegations against the congresswoman center on how she received millions of dollars from her family’s health care business after Florida mistakenly overpaid the business by roughly $5 million with COVID-19 disaster relief funds. She is accused of using that money to fund her 2022 congressional campaign through a network of businesses and family members.</p><p>Cherfilus-McCormick declined to testify during a previous Ethics Committee hearing, citing her Fifth Amendment right against self-incrimination. Her attorney, William Barzee, sparred with some of the lawmakers and argued that they should have allowed a thorough ethics trial, at which he could present witnesses and evidence to counter the conclusions of House investigators.</p><p>A group of supporters in Cherfilus-McCormick’s congressional district have weighed in on her behalf with the lawmakers who lead the Ethics Committee. They noted that the committee’s decision could leave hundreds of thousands of people without representation in Congress during an important time in their state, and they urged committee leaders to proceed with caution.</p><p>“Our communities deserve stability. Our voices deserve to be heard. And our right to representation must be protected,” said one of the letters sent to the committee signed by about a dozen local faith leaders, union officials and others.</p><p>In all, the panel’s two-year investigation led to the issuance of 59 subpoenas, 28 witness interviews and a review of more than 33,000 pages of documents.</p><p>Rep. Greg Steube, a Florida Republican, has said he will move to expel Cherfilus-McCormick once the Ethics Committee makes a determination on what punishment it will recommend.</p><p>That move could in turn prompt Democrats to seek the expulsion of Rep. Cory Mills, a Florida Republican who is the subject of a wide-ranging investigation by the Ethics Committee that includes whether he violated campaign finance laws, misused congressional resources and engaged in sexual misconduct or dating violence. That investigation is ongoing. Mills has denied any wrongdoing.</p><p>The focus on lawmaker wrongdoing comes just one week after two lawmakers resigned during ethics investigations into alleged sexual misconduct. Democratic Rep. Eric Swalwell of California and Republican Rep. Tony Gonzales of Texas headed off possible expulsion votes with their resignations.</p><p>House Democratic leaders have declined to condemn Cherfilus-McCormick, saying they wanted to see the ethics process play out. Potential punishments include a reprimand or a censure, which serve as forms of public rebuke. The committee could also recommend a fine. The most severe form of punishment is expulsion, but the House has historically been reluctant to serve as the final arbiter of a lawmaker’s career, preferring to give that final say to the voters.</p><p>Only six members of the House have been expelled. The first three fought for the Confederacy during the Civil War and were expelled for disloyalty. The next two had been convicted of crimes. The final one was George Santos, the scandal-plagued freshman who was the subject of a blistering ethics report on his conduct as well as federal indictment. Santos, a New York Republican, served time in prison for ripping off his campaign donors before President Donald Trump granted him clemency, and he has apologized to his former constituents.</p><p>Under the Constitution, at least two-thirds of the House has to vote for expulsion for it to occur, a high threshold that requires enormous bipartisan support.</p><p>House Speaker Mike Johnson, R-La., told reporters last week he believes the House will move to expel Cherfilus-McCormick.</p><p>“The facts are indisputable at this point, and so I believe it’ll be the consensus of this body that she should be expelled,” Johnson said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2Z7H3CRFGJPLIMHYO5KO5ZPBME.jpg?auth=ec42454dbf46f7d1348536cf94be90c2ad01cc47008508e93352f1f0a01a0a45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Sheila Cherfilus-McCormick, D-Fla., listens during a rally on Jan. 28, 2026, in support of the extension of Temporary Protected Status (TPS) for Haitian immigrants before it expires in Fort Lauderdale, Fla. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[US forces board a sanctioned oil tanker in the Indian Ocean, the Pentagon says]]></title><link>https://www.local10.com/news/world/2026/04/21/us-forces-board-a-sanctioned-oil-tanker-in-the-indian-ocean-the-pentagon-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/21/us-forces-board-a-sanctioned-oil-tanker-in-the-indian-ocean-the-pentagon-says/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 13:43:00 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. forces have boarded an oil tanker previously sanctioned for smuggling Iranian crude oil in Asia, the Department of Defense said Tuesday.</p><p>In a social media post, the Pentagon said U.S. forces “conducted a right-of-visit maritime interdiction” and boarded the M/T Tifani “without incident.”</p><p>It's the latest move in the U.S. war on Iran to stop any ship tied to Tehran or those suspected of carrying supplies that could help its government, from weapons and oil to metals and electronics. The announcement comes hours ahead of the expiration of an already tenuous ceasefire between the U.S. and Iran, and as Pakistan attempts to broker talks between Washington and Tehran.</p><p>Ship-tracking data showed the Tifani was carrying oil in the Indian Ocean on Tuesday between Sri Lanka and Indonesia. The Pentagon described the Tifani as “stateless” despite it being a Botswana-flagged vessel. The announcement did not say precisely where or what time Tuesday the ship was boarded.</p><p>“As we have made clear, we will pursue global maritime enforcement efforts to disrupt illicit networks and interdict sanctioned vessels providing material support to Iran —anywhere they operate,” the Pentagon announcement said, echoing previous statements from Trump administration officials. “International waters are not a refuge for sanctioned vessels.”</p><p>Gen. Dan Caine, chairman of the Joint Chiefs of Staff, said last week that the U.S. blockade would extend beyond Iranian waters and the war theater under control of U.S. Central Command.</p><p>U.S. forces in other areas of responsibility, he told reporters at the Pentagon, “will actively pursue any Iranian-flagged vessel or any vessel attempting to provide material support to Iran.” He specifically pointed to operations in the Pacific and explained that the U.S. would target vessels that left before the blockade began outside the Strait of Hormuz, a crucial waterway for energy and other shipments.</p><p>The military also detailed an expansive list of goods that it considers contraband, declaring that it will board, search and seize them from merchant vessels “regardless of location.” A notice published Thursday says any “goods that are destined for an enemy and that may be susceptible to use in armed conflict” are “subject to capture at any place beyond neutral territory.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QRMW3TWKY6NLOABUW6DN73M34E.jpg?auth=a971f8d42efabe50cce17675e4be27c9c2d2a0fcf56f8c46c5a2dc76c10fbfe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is seen from an airplane, Tuesday, April 7, 2026, in Washington. (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[South Florida importers excited to start claiming tariff refunds: ‘It is their Liberation Day’]]></title><link>https://www.local10.com/news/local/2026/04/20/south-florida-importers-excited-to-start-claiming-tariff-refunds-it-is-their-liberation-day/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/south-florida-importers-excited-to-start-claiming-tariff-refunds-it-is-their-liberation-day/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[One of the largest re-payment efforts in U.S. history is now underway as importers, including business owners in South Florida, begin applying to get their money back.]]></description><pubDate>Mon, 20 Apr 2026 22:47:09 +0000</pubDate><content:encoded><![CDATA[<p>One of the largest re-payment efforts in U.S. history is now underway as importers, including business owners in South Florida, begin applying to get their money back.</p><p>Ralph de la Rosa, of Imperial Freight Brokers, based out of a Doral warehouse, has clients who include a range of importers who bring in things like aluminum, windows and doors and even work in the food industry.</p><p>Speaking to Local 10’s Christina Vazquez, he explained how his clients are eager to get a tariff refund. </p><p>“We have expanded this quite a bit because people are putting cargo here because of tariffs,” he said. “I have some clients that are getting tens of millions of dollars back and I have others that maybe had less but several are getting a good bit of money back.”</p><p>Those clients are filing claims <a href="https://www.cbp.gov/trade/programs-administration/trade-remedies/ieepa-duty-refunds" target="_blank" rel="noreferrer" title="https://www.cbp.gov/trade/programs-administration/trade-remedies/ieepa-duty-refunds">through an online portal U.S. Customs and Border Protection launched on Monday</a>. </p><p>This comes one year after President Donald Trump announced sweeping tariffs ― on a day he dubbed “Liberation Day” ― that, in February, <a href="https://www.scotusblog.com/2026/02/supreme-court-strikes-down-tariffs/" target="_blank" rel="noreferrer" title="https://www.scotusblog.com/2026/02/supreme-court-strikes-down-tariffs/">the U.S. Supreme Court largely struck down as unconstitutional</a>.</p><p>“Today, I think my clients would think it is their ‘Liberation Day’ because we were able to start filing, this morning, the process by which they can reclaim the hundreds of millions that was paid by the U.S. importer because, at the end of the day, the ones who pay this are the companies that are importing these goods,” said de la Rosa. “So today, I have gotten very happy emails from my clients.”</p><p>As for how those dollars could translate to the consumer, things get a bit trickier. </p><p>“Many times, they ate the tariff, so it is difficult to gauge how much they can possibly pass back to the ultimate consumer,” said de la Rosa. “It is not the easiest thing to track.”</p><p>A defiant Trump said he will press forward by other means, including imposing by executive order a 10% global tariff.</p><p>“The problem is nobody can predict the future, and we do know that this administration has shown that it does want to impose tariffs to the importing community, and so you are almost waiting to see what is going to happen next,” said de la Rosa. </p><p>Government officials have said refunds are expected in 60-to-90 days.</p><p>“Sixty-to-90 days ― if there is no further court challenge, which will remain to be seen,” said de la Rosa. “Another variable. It is almost like being on a roller coaster ride. You don’t know if it is going to be nice or quiet or take an unexpected turn. </p><p>“I think people are just hoping that they can get some predictability because that is what business wants, predictability. Even if it is a tariff, if they know what it is going to be and it is going to be for a set amount of time, then they can adjust. What they don’t want is unpredictability.”</p><p>That is, if it survives a potential legal challenge, explained Lenny Feldman, Managing Partner of the customs, trade and tariff law firm of Sandler, Travis and Rosenberg.</p><p>“For now, it is a great start, a good day, but there might still be an appeal to this court case which might put an end to these tariff refunds,” he said. </p><p>Plus, when you consider legal challenges facing the other means by which the president said he would press forward with tariffs, Feldman said business owners need to prepare for the situation to remain fluid.</p><p>“You have to probably prepare for another storm, there are going to be various tariff tempests coming through,” he said. “Now we are settling up, cleaning up the pieces of the <a href="https://www.cbp.gov/trade/programs-administration/trade-remedies/IEEPA-FAQ" target="_blank" rel="noreferrer" title="https://www.cbp.gov/trade/programs-administration/trade-remedies/IEEPA-FAQ">International Emergency Economic Powers Act (IEEPA)</a>. Now we have another one called <a href="https://www.congress.gov/crs-product/IF13199" target="_blank" rel="noreferrer" title="https://www.congress.gov/crs-product/IF13199">Section 122</a> and that is already in court. We may have to do through this process again if the courts find those are unlawful, and then the bridge is to the next set of tariffs, <a href="https://www.congress.gov/crs-product/IF11346" target="_blank" rel="noreferrer" title="https://www.congress.gov/crs-product/IF11346">Section 301</a>, and we have to see if those are going to be able to take root or not, so it is going to be much of the same and I think tariffs are going to be in play pretty much at the same figures.”</p><p>Local 10 News also spoke with Richard Trent, the executive director for Main Street Alliance, a national advocacy network for small business owners. </p><p>“The worst thing that you can do to a small business owner, is make their day to day unpredictable and unstable,” he said. “Larger businesses have the benefit of navigating uncertainty with massive teams and the economies of scale. It’s just like a little kerfuffle for them.”</p><p>Trent said tariffs have driven up costs and disrupted supply chains for small businesses who found it especially difficult to absorb the new tax given their already slim margins. </p><p>“You can imagine for small business owners that had to pay essentially taxes illegally, there’s an urgency around getting their money back,” he said. “Some claims are still being reviewed by customs and aren’t actually subject to refund at this time, so there’s still a lot of spottiness that Main Street entrepreneurs are trying to navigate.”</p><p><u><b>RELATED LINKS</b></u></p><p><a href="https://www.local10.com/news/local/2026/02/20/despite-ruling-analysts-warn-tariff-battle-is-far-from-over/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/02/20/despite-ruling-analysts-warn-tariff-battle-is-far-from-over/"><b>Despite ruling, analysts warn tariff battle is far from over</b></a></p><p><a href="https://www.local10.com/news/local/2025/04/02/local-auto-lumber-businesses-preparing-for-impact-of-trump-tariffs/?utm_source=twitter&amp;utm_medium=social&amp;utm_campaign=snd&amp;utm_content=wplg10" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/04/02/local-auto-lumber-businesses-preparing-for-impact-of-trump-tariffs/?utm_source=twitter&amp;utm_medium=social&amp;utm_campaign=snd&amp;utm_content=wplg10"><b>Local auto, lumber businesses preparing for impact of trump tariffs</b></a></p><p><a href="https://www.local10.com/news/local/2025/04/04/tariff-concerns-loom-as-food-price-hikes-could-be-on-the-menu-costs-will-be-passed-along/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/04/04/tariff-concerns-loom-as-food-price-hikes-could-be-on-the-menu-costs-will-be-passed-along/"><b>Tariff concerns loom as food price hikes could be on the menu</b></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[Agricultores de flores y frutas del noreste de EEUU lidian con cambios bruscos de tiempo]]></title><link>https://www.local10.com/espanol/2026/04/21/agricultores-de-flores-y-frutas-del-noreste-de-eeuu-lidian-con-cambios-bruscos-de-tiempo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/21/agricultores-de-flores-y-frutas-del-noreste-de-eeuu-lidian-con-cambios-bruscos-de-tiempo/</guid><dc:creator><![CDATA[Por HOLLY RAMER y AMANDA SWINHART, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 11:17:50 +0000</pubDate><content:encoded><![CDATA[<p>BRIDPORT, Vermont, EE.UU. (AP) — Un cambio brusco de clima cálido a frío en todo el noreste de Estados Unidos está frustrando a algunos agricultores de flores y frutas, que han tenido que cosechar las flores mucho antes de lo habitual o temen perder por completo parte de sus cultivos.</p><p>Las noches con heladas no son inusuales en esta época del año. En toda la región, la fecha promedio de la última helada va desde mediados de abril hasta principios de junio, según el Northeast Regional Climate Center de la Universidad de Cornell. Pero la primera mitad de abril fue inusualmente cálida en gran parte de la región y eso, sumado a la rápida caída de la temperatura, podría causar algunos problemas.</p><p>Algunas zonas de Nueva Inglaterra vieron cómo las temperaturas subían hasta los 80 grados Fahrenheit (unos 27 Celsius) la semana pasada, seguidas de nieve unos días después. Y el frío continuó esta semana: el Servicio Meteorológico Nacional emitió una advertencia de helada para la noche del lunes y la mañana del martes en partes de Ohio, Pensilvania, Virginia, Maryland y Carolina del Norte.</p><p>En Ohio, el clima cálido hizo que los durazneros y manzanos empezaran a brotar temprano en Apple Hill Orchards, que incluye unas 80 acres (32 hectáreas) en Mansfield y 110 acres (45 hectáreas) en Fredericktown. Pero luego la temperatura bajó a unos -5 ºC (poco más de 20 ºF), lo que arruinó una variedad de durazno, lamentó la propietaria Anne Joudrey.</p><p>“La agricultura es la agricultura, y nunca sabes qué te va a tocar, pero tuvimos una floración bastante buena, así que esperábamos una cosecha bastante buena”, comentó el lunes.</p><p>Las manzanas iban bien, explicó, y ayuda que los árboles estén plantados en terreno elevado, de modo que el aire frío se escurre y se aleja.</p><p>“Deberíamos salir bastante bien, con suerte”, señaló. “Pero nunca se sabe”.</p><p>En Vermont, el cambio de temperatura afectó las operaciones de Understory Farm en Bridport, que cultiva flores de corte. Los tulipanes que se suponía que estarían listos para el Día de la Madre a mediados de mayo ya han florecido en los invernaderos de la granja, indicó el propietario Gregory Witscher.</p><p>“Eso solo significa que tenemos que cosecharlos todos al mismo tiempo”, dijo. “Tenemos que cosecharlos y guardarlos con los bulbos puestos en cajas dentro de una cámara frigorífica por más tiempo”.</p><p>Witscher cultiva unas 50 variedades de flores para mercados mayoristas. Las fluctuaciones del clima exigen flexibilidad, afirmó, y se ha vuelto más común que las pequeñas granjas de hortalizas y flores tengan cubiertas para hileras o calefactores para proteger las plantas del frío, o mallas de sombreo para el calor extremo.</p><p>“Con el calor y luego el frío, creo que es intenso y hace que las cosas sean difíciles”, expresó. “Cuanto más tiempo hago esto, más quiero tener tantas opciones como sea posible y contar con muchas herramientas y recursos disponibles para ser extremadamente ágil”.</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/WGM6IWW4W3LBDEPG44HZSBKJ2M.jpg?auth=d596f088917d2cf620c7476960d32eff714002db98aaeae917bd76ab5960e1fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gregory Witscher, propietario de Understory Farm, cosecha tulipanes el lunes 20 de abril de 2026, en Bridport, Vermont. (AP Foto/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/ZVBCLN73K2RF4OQXWIDMVJ7PIU.jpg?auth=90e1d9a7f2732af87ed90a946e70f1f0decc125ce9bc405112b5634cb9c81e3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tulipanes en la explotación de Understory Farm, el lunes 20 de abril de 2026, en Bridport, Vermont. (AP Foto/Amanda Swinhart)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Swinhart</media:credit></media:content></item><item><title><![CDATA[Apple's new CEO John Ternus steps into the spotlight after flying under the radar for years]]></title><link>https://www.local10.com/business/2026/04/21/apples-new-ceo-john-ternus-steps-into-the-spotlight-after-flying-under-the-radar-for-years/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/21/apples-new-ceo-john-ternus-steps-into-the-spotlight-after-flying-under-the-radar-for-years/</guid><dc:creator><![CDATA[By KELVIN CHAN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 12:21:40 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Apple's next CEO John Ternus is a company veteran who rose through the iPhone maker's hardware engineering ranks but until now has maintained a low profile.</p><p>Ternus will take over as chief executive in September for Tim Cook, who turned Apple into a $4 trillion, tech colossus during his 15-year reign after the death of co-founder Steve Jobs.</p><p>Ternus, 50, has spent almost his entire career with Apple. He joined the company 25 years ago and has spent the past five years overseeing the engineering that underlies the iPhone, iPad and Mac.</p><p>It's made him a prime contender to succeed Cook who on Monday, when Apple announced the change in leadership, hailed Ternus as “without question the right person to lead Apple into the future.”</p><p>Ternus worked on some of Apple's signature products under Cook, including the Apple Watch, AirPods and Apple Vision Pro. He was also involved in the MacBook Neo, "arguably one of the most disruptive products” that Apple has released in a while, said Ben Wood, chief analyst at CCS Insight.</p><p>“This mentorship will undoubtedly ensure a smooth transition, and initially, I expect very few changes to the company’s strategy,” Wood said.</p><p>The appointment appeared to be carefully timed, following Apple's 50th anniversary celebrations and ahead of its annual WWDC developers conference in June.</p><p>The change also arrives at a pivotal time for the Cupertino, California, company. While Cook led Apple through an iPhone-fueled era of prosperity, Apple has fallen behind in the artificial intelligence race. Apple has stumbled in its efforts to deliver new features built on AI, as was promised nearly two years ago.</p><p>“The challenge for the new CEO is really to make sure Apple is able to crack AI as the new user interface and reinvent human machine interaction," Forrester Research analyst Thomas Husson said.</p><p>Wood says attention at WWDC will be on the new CEO's AI strategy, and what the company will do next after turning earlier this year to Google — an early leader in the AI race — to help make the iPhone’s virtual assistant Siri more conversational and versatile.</p><p>“A big strategic question is how far Apple will invest in building its own AI platform versus relying on other companies’ models and platforms,” Wood said.</p><p>Ternus will also be tested by host of other challenges that don't involve his expertise in hardware.</p><p>“Apple faces a turbulent market amid geopolitical uncertainty and macroeconomic pressures,” Wood said. “The consumer electronics industry faces a perfect storm, with memory chip shortages and the war in the Middle East having widespread implications for consumer confidence. Apple will also need to decide how much it wants to continue its deep reliance on China for manufacturing.”</p><p>Ternus is not well known outside of the Apple universe. He joined the company in July 2001, according to his LinkedIn profile, which does not have any posts.</p><p>Before joining Apple, he spent four years as a mechanical engineer at Virtual Research Systems. He graduated in 1997 from the University of Pennsylvania, where he was a member of the swim team and for his senior project developed a mechanical feeding arm for quadriplegics controlled by head movements.</p><p>In a 2024 commencement speech to the university's engineering school, Ternus said he was intimidated when he first started working at Apple and wasn't sure he belonged. He learned to “always assume you’re as smart as anyone else in the room but never assume you know as much as they do.”</p><p>“There will always be new skills to master and new people to learn from,” he said.</p><p>Ternus said in Apple's announcement that he was "humbled to step into this role, and I promise to lead with the values and vision that have come to define this special place for half a century.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZEM4WKOUXHJRC2SSW3OUK2ZWAQ.jpg?auth=c207e5bf62ca1e5fb0d415abc154af8811579e4e170a493b66ef91ed738c57e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - John Ternus, Apple's V.P. of Hardware Engineering, discuss the latest development for the iPad Pro during an event to announce new products Tuesday Oct. 30, 2018, in the Brooklyn borough of New York. (AP Photo/Bebeto Matthews, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bebeto Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/77ASJQVGSEW2SIVC52WANNPDE4.jpg?auth=d2c4ffd83ac0fcb9f5a9c6af59dc85d1c6e8d1c4a6e7c04f4277d473fa686687&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Apple's John Ternus speaks during an announcement of new products at the Apple Worldwide Developers Conference in San Jose, Calif., Monday, June 5, 2017. (AP Photo/Marcio Jose Sanchez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marcio Jose Sanchez</media:credit></media:content></item><item><title><![CDATA[Northeast flower and fruit farmers grapple with whiplash weather]]></title><link>https://www.local10.com/news/national/2026/04/21/northeast-flower-and-fruit-farmers-grapple-with-whiplash-weather/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/21/northeast-flower-and-fruit-farmers-grapple-with-whiplash-weather/</guid><dc:creator><![CDATA[By HOLLY RAMER and AMANDA SWINHART, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 13:20:30 +0000</pubDate><content:encoded><![CDATA[<p>BRIDPORT, Vt. (AP) — An abrupt swing from hot weather to cold across the Northeast is frustrating some flower and fruit farmers who have had to either harvest blooms extra early or fear they could lose some crops altogether.</p><p>Frosty nights aren't unusual this time of year. Across the region, the average date of the last frost ranges from mid-April to early June, according to the Northeast Regional Climate Center at Cornell University. But the first half of April was unusually warm for much of the region, and that, coupled with the quick drop in temperature, could cause some problems.</p><p>Some parts of New England saw temperatures climb into the 80s (around 27 Celsius) last week followed by snow a few days later. And the cold continued into this week: The National Weather Service issued a freeze warning for Monday night and Tuesday morning for parts of Ohio, Pennsylvania, Virginia, Maryland and North Carolina.</p><p>In Ohio, the warm weather pushed peach and apple trees to start budding early at Apple Hill Orchards, which includes about 80 acres (32 hectares) in Mansfield and 110 acres (45 hectares) in Fredericktown. But the temperature then dropped into the low 20s (around minus 5 Celsius), ruining one variety of peach, said owner Anne Joudrey.</p><p>“Farming is farming, and you never know what you’re gonna get, but we had a pretty good bloom, so we were expecting a pretty good crop,” she said Monday.</p><p>The apples were doing OK, she said, and it helps that the trees are planted on high ground so cold air drains away.</p><p>“We should fare pretty well, hopefully,” she said. “But you never know.”</p><p>In Vermont, the temperature swing affected operations at Understory Farm in Bridport, which grows cut flowers. Tulips that were supposed to be ready for Mother's Day in mid-May have already bloomed in the farm's greenhouses, said owner Gregory Witscher.</p><p>“That just means that we have to harvest them all at the same time,” he said. “We have to harvest them and store them with the bulbs on in crates in a walk-in cooler for longer.”</p><p>Witscher grows about 50 varieties of flowers for wholesale markets. Weather fluctuations require flexibility, he said, and it's become more common for small vegetable and flower farms to have row covers or heaters to protect plants from cold or shade cloth for extreme heat.</p><p>“With the hot weather and then the cold weather, I think its intense, and it makes things challenging,” he said. “The longer I do this, the more I want to have as many options as possible and have a lot of tools and resources available to be extremely nimble.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WLGVPMIYP2R3VBVN3D5XDBC65U.jpg?auth=137c98ddb1ca1be320e5a57270ce3e0c0b17d69f68996eff12b05f25c3a8e382&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gregory Witscher, owner of Understory Farm, harvests tulips, Monday, April 20, 2026, in Bridport, Vt. (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/K6AQEVI5ZIYAOTTU6P4G2IOSLI.jpg?auth=0f8d1a38e403ee98a4062701e9e074815d588c7e5df6fcd318d7d23946f31147&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tulips are pictured at Understory Farm, Monday, April 20, 2026, in Bridport, Vt. (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/VXYNOSI5EKJQO6V4S5ZGXE5CAM.jpg?auth=01b128b4b5f7181405f58ab26c301438b4d145465ae765e3669826f444f7f9ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Farmhand Samantha Martin harvests tulips at Understory Farm, Monday, April 20, 2026, in Bridport, Vt. (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/LT5O6WM4FKXLPS6DBDNK2X7NIQ.jpg?auth=d8627748b2ea1b6d38f924c21cf313db54ecd55af442bc778c48ae991492b3b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tulip is pictured at Understory Farm, Monday, April 20, 2026, in Bridport, Vt. (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/UDG7JD3EZL3A3XFLNULC556EPY.jpg?auth=5cc84eace987998b431a88624a333a5a8f22ff4c1adebe73a2158c2868333715&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gregory Witscher, owner of Understory Farm, harvests tulips, Monday, April 20, 2026, in Bridport, Vt. (AP Photo/Amanda Swinhart)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Swinhart</media:credit></media:content></item><item><title><![CDATA[Amtrak cancels Florida auto train service as a wildfire disrupts routes]]></title><link>https://www.local10.com/news/florida/2026/04/21/amtrak-cancels-florida-auto-train-service-as-a-wildfire-disrupts-routes/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/21/amtrak-cancels-florida-auto-train-service-as-a-wildfire-disrupts-routes/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[Amtrak train service in Florida was disrupted Monday and Tuesday because of a wildfire in the northeast part of the state, officials said.]]></description><pubDate>Tue, 21 Apr 2026 11:02:46 +0000</pubDate><content:encoded><![CDATA[<p>JACKSONVILLE, Fla. (AP) — Amtrak train service in Florida was disrupted Monday and Tuesday because of a wildfire in the northeast part of the state, officials said.</p><p>The auto train service between Sanford, Florida, near Orlando, and Lorton, Virginia, outside Washington, was canceled for Monday, Amtrak said in a statement. The train service allows passengers to take their cars on trips.</p><p>The Silver Meteor route, which runs between Miami and New York, was starting and ending in Jacksonville instead of South Florida on Monday, and one of its two daily train trips was canceled for Tuesday.</p><p>The Floridian route, running from Miami to Chicago via Washington, was starting and ending in Savannah, Georgia, and one of its two train trips was canceled for Tuesday, Amtrak said.</p><p>Amtrak on Monday was providing some bus service between Jacksonville and Miami for passengers on the Silver Meteor and Floridian routes.</p><p>The Florida Forest Service reported a 2,700 acre fire along the eastern border of Putnam and Clay counties, south of Jacksonville.</p>]]></content:encoded></item><item><title><![CDATA[Trump and other top Republicans will read passages in a marathon Bible event]]></title><link>https://www.local10.com/news/politics/2026/04/21/trump-and-other-top-republicans-will-read-passages-in-a-marathon-bible-event/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/21/trump-and-other-top-republicans-will-read-passages-in-a-marathon-bible-event/</guid><dc:creator><![CDATA[By PETER SMITH, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 11:51:06 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump and many of his leading Christian supporters and top Republicans are taking part this week in a marathon reading of the Bible in an America 250-themed event billed as encouraging a “return to the spiritual foundation that has shaped our country.”</p><p>The America Reads the Bible event — with each participant reading a passage aloud — is being livestreamed this week from the Museum of the Bible in Washington and other locations. It is slated to feature a video of Trump on Tuesday evening reading a passage that called for national repentance in ancient Israel — words that have been used prominently for decades by those promoting the belief that America has been and should be a Christian nation.</p><p>The Bible is “indelibly woven into our national identity and way of life,” Trump said in a statement commemorating the event. The statement cited historical figures such as the Puritan leader John Winthrop as “imploring his fellow Christian settlers to stand as a beacon of faith for all the world to see.”</p><p>Critics say the event has a highly partisan list of participants and is part of a larger project to connect America's upcoming 250th birthday with a Christian nationalist vision that portrays the nation's founding as essentially Christian, something many historians dispute. White Christians, particularly evangelicals, have been crucial to Trump's electoral base.</p><p>The list of participants — which overwhelmingly includes Republican politicians and Christian supporters of Trump — shows it to be “very much a right-wing MAGA, Christian nationalist effort," said Brian Kaylor, author of “The Bible According to Christian Nationalists: Exploiting Scripture for Political Power,” referring to Trump’s “Make America Great Again” movement.</p><p>“If they wanted this to be a unifying American project, there would have been a whole lot more attention to getting political diversity and ideological diversity,” added Kaylor, president and editor-in-chief of Word&Way, a progressive site covering faith and politics.</p><p>Historian Jemar Tisby, whose books have challenged what he says is enduring Christian complicity in racism, criticized the event on Facebook: "You cannot quote the Bible while justifying violence, war and exclusion.”</p><p>Bunni Pounds, founder of Christians Engaged, said that reading the Bible alone isn't enough. “Faith without works is dead,” she said, adding: “We need the word first to bring faith into our life.”</p><p>Trump's latest faith-related tensions</p><p>The Bible event comes just a week after Trump drew rare criticism from his evangelical supporters for circulating a social media meme in which a white-robed Trump appeared as a Jesus-like healer surrounded by patriotic symbols. Trump removed the image from his Truth Social site while insisting he was depicted as a doctor, not Jesus.</p><p>It also comes shortly after Trump's high-profile clash with the U.S.-born Pope Leo XIV over the Iran war.</p><p>Other high-ranking officials have been or will be reading biblical passages in person or by video. They include Cabinet officials such as Defense Secretary Pete Hegseth and Secretary of State Marco Rubio as well as House Speaker Mike Johnson and several other Republican members of Congress. Prominent evangelical supporters of Trump who are participating include evangelist Franklin Graham, pastor Jack Graham and pastor Paula White-Cain, who heads Trump's White House Faith Office.</p><p>Pounds said that the organization invited Democratic members of Congress as well as leaders of some denominations that might be considered progressive but that they didn’t accept.</p><p>Each speaker is taking a turn in the ongoing reading of the 66 books of the Bible as recognized by Protestants. Jews recognize the Hebrew portion of the Bible that Christians call the Old Testament but not the New Testament books centered on Jesus, while Catholics and Orthodox recognize additional books of the Bible that are not included in this reading. The event does include some Catholic representation, including the president of CatholicVote, which endorsed Trump in 2024.</p><p>The event involves a comprehensive reading of the entire Bible, from the famous verses ("Let my people go," "The Lord is my shepherd") to the obscure. Passages range from the creation of the world to bloody battles and apocalyptic destruction, from exhortations to love of God, neighbor and the needy to passages telling of Jesus' life, death and resurrection.</p><p>Trump will read from 2 Chronicles</p><p>The event organizer is Christians Engaged, a nonprofit whose stated mission includes “discipling Americans on biblical worldview and their responsibilities to pray, vote and engage.”</p><p>Trump's appearance will be from the Oval Office, where he will read from the seventh chapter of 2 Chronicles, set during King Solomon's dedication of the temple in ancient Jerusalem. In it, God promises forgiveness if a future generation rebels then repents: "If my people, which are called by my name, shall humble themselves, and pray, and seek my face, and turn from their wicked ways; then will I hear from heaven, and will forgive their sin, and will heal their land.”</p><p>The verse has long been quoted at many conservative Christian rallies and political events such as the 2024 Republican National Convention.</p><p>Pounds noted that the Chronicles passage has for decades been a major theme at annual National Day of Prayer events and that organizers invited Trump to read from it. “It’s a powerful statement that he decided to read that passage,” she said.</p><p>The Bible-reading marathon comes just weeks before a May 17 event called a “National Jubilee of Prayer, Praise, and Thanksgiving,” to be held on the National Mall. It's the climactic event of “America Prays,” a project Trump announced last year in conjunction with America 250, calling for prayer for the country and to “rededicate ourselves to one nation under God."</p><p>Several of the groups and individuals involved in America Prays are also participating in this week’s Bible reading event.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AYMYVORI4X3VUXQY3CKYILJRCA.jpg?auth=e3ede879e108333a0698a69e486fd0e3352e92810ecc1a408a7ba16e372e9d1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump speaks at a hearing of the Religious Liberty Commission at the Museum of the Bible, Sept. 8, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NARR7KDYR3PW7TZ5Y6F7XREHVU.jpg?auth=614712ecae97407bd829395accd8127202b45fcc0261928055c006bb81a0a8e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The front cover of Republican presidential nominee former President Donald Trump's "God Bless the USA" Bible in Washington, Oct. 8, 2024. (AP Photo/Ben Curtis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Curtis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4JZ7M7AXHYTLRKBRVBAE2RJB2A.jpg?auth=435325f83183ea13bdb1e4c6709094c345132fb8c0dc264f10240bd675199926&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Donald Trump is sworn in as the 47th president of the United States by Chief Justice John Roberts as Melania Trump holds the Bible during the 60th Presidential Inauguration in the Rotunda of the U.S. Capitol in Washington, Jan. 20, 2025. (AP Photo/Morry Gash, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Morry Gash</media:credit></media:content></item><item><title><![CDATA[Pope Leo pays tribute to Pope Francis on the anniversary of his death]]></title><link>https://www.local10.com/news/world/2026/04/21/pope-leo-pays-tribute-to-pope-francis-on-the-anniversary-of-his-death/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/21/pope-leo-pays-tribute-to-pope-francis-on-the-anniversary-of-his-death/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 10:40:38 +0000</pubDate><content:encoded><![CDATA[<p>ABOARD THE PAPAL PLANE (AP) — Pope Leo XIV paid tribute to Pope Francis on Tuesday on the first anniversary of his death, recalling his preaching about God’s mercy and his gestures of solidarity with poor people.</p><p>“We thank the Lord for the great gift of the life of Francis, to the church and the world,” Leo said.</p><p>The American pope delivered the tribute in Italian while speaking with reporters aboard the papal plane heading from Angola to Equatorial Guinea, the final leg of his four-nation African trip.</p><p>Francis died on Easter Monday last year after suffering a stroke. He had been at the Vatican recovering from a five-week hospital stay for double pneumonia, and had managed to deliver a final Easter salute to the crowd with a popemobile romp through St. Peter’s Square.</p><p>His death, at 88, set the stage for the conclave that elected Leo a few weeks later. It was an outcome for which Francis had laid the groundwork by promoting the former missionary priest, Robert Prevost, whom he considered “a saint.”</p><p>In his tribute, Leo recalled with precision some of Francis’ most memorable homilies and messages, saying he “gave so much to the church with his life, with his witness, with his word and with his gestures.”</p><p>“So many times what he did was live truly being close to the poorest, the smallest, the sick, children, the elderly,” he said.</p><p>He cited Francis’ preaching promoting human fraternity and “authentic respect” among all people, as well as a special Holy Year he called in 2015 to emphasize God’s mercy and forgiveness. Francis famously opened the year in the Central African Republic, and Leo delivered his tribute just as his plane was flying over that part of Africa.</p><p>Leo recalled Francis’ first Sunday noon prayer as pope, and a Mass he celebrated two days before his pontificate was officially inaugurated, when he preached about an adulterous woman “and how he spoke from the heart of the mercy of God.”</p><p>“Let us pray that he is still enjoying the mercy of the Lord,” Leo said.</p><p>Books recall Francis’ life and what he thought of Prevost</p><p>The anniversary was being marked with commemorations in Rome, including the release of commemorative books about and recollections of Francis, and a Mass on Tuesday evening at St. Mary Major basilica, where Francis’ tomb is located.</p><p>Among the flurry of recollections, one by Salvatore Cernuzio stands out because it offers a view of the current pope from his predecessor.</p><p>Cernuzio, an Italian reporter with Vatican Media, the Holy See’s in-house news operation, developed a close personal relationship with Francis and often traveled in his entourage when the pope left the Vatican. However, the book, entitled “Padre,” or “Father,” details the private side of their relationship, of Cernuzio’s visits with Francis at the Santa Marta hotel where he lived, and their conversations.</p><p>“Him? He’s a saint,” Francis told Cernuzio of the then-Cardinal Robert Prevost, whom Francis had brought to Rome in 2023 to take up the important job heading the Vatican’s bishop-vetting office.</p><p>Francis’ assessment, delivered in 2023 after he had announced Prevost would be included in his new batch of cardinals that year, adds even more weight to the hypothesis that Francis saw in Prevost a possible successor.</p><p>Cernuzio recalls that when Francis called someone a saint, it was usually “to describe people who are able to handle conflicts, tensions, and complex situations with composure, and who are able to foster a sense of community.”</p><p>Prevost was spotted and promoted by Francis</p><p>The hypothesis that Francis laid the groundwork for Prevost’s election is well-founded, given it’s clear Francis had his eye on Prevost from the start and greatly appreciated his experience as a missionary who spent two decades working in Peru.</p><p>After Prevost finished a second consecutive stint as head of the Order of St. Augustine, Francis sent him in 2014 to be bishop of the complicated diocese of Chiclayo, Peru, and he rose up within the Peruvian bishops conference from there to take on leadership roles.</p><p>Francis then moved Prevost to head one of the most important Vatican jobs — prefect of the Dicastery for Bishops — that gave Prevost crucial experience in the Vatican bureaucracy and contacts with the cardinals who would eventually choose Francis’ successor.</p><p>The combination made Prevost a viable contender in a future papal election, overcoming the otherwise impossible conclave hurdle of his American citizenship. There had long been a taboo in the church against a U.S. pope, given the geopolitical power the country already wields.</p><p>The two men, who later became good friends, had known each other from when Prevost was the Augustinian prior general and the former Cardinal Jorge Mario Bergoglio was archbishop of Buenos Aires.</p><p>Prevost has recounted that at one point Bergoglio had expressed interest in assigning an Augustinian priest to a specific job in his archdiocese.</p><p>“And I, as prior general, said ‘I understand, Your Eminence, but he’s got to do something else’ and so I transferred him somewhere else,” Prevost told parishioners in his home state of Illinois in 2024.</p><p>Prevost said he “naively” thought the Francis wouldn’t remember him after his 2013 election as pope, and that regardless “he’ll never appoint me bishop” due to the disagreement years earlier.</p><p>Bergoglio not only made him bishop, he laid the groundwork for Prevost to succeed him.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FLG734DM6VS7AZ2OOTCYDFJLFU.jpg?auth=e2c8aec00ddaa5d1cdc8140c92c45b6328334df6b8a01b8f7ab31fcb126b062a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pope Francis waves to the crowd on the occasion of his visit at the Central Mosque in Bangui's Muslim enclave of PK5, Central African Republic, on Nov. 30, 2015. (AP Photo/Jerome Delay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jerome Delay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BYB2MTDDDSGQKNRZFWVTMARE6M.jpg?auth=adc57d57225023223a2a3999c92b0827e8306f0f5cf239213fe00a75317bfbdf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV waves to the crowd at the Parish of Our Lady of Fatima after meeting with bishops, priests, consecrated men and women, and pastoral workers in Luanda, Angola, Monday, April 20, 2026. (AP Photo/Themba Hadebe)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QS75YWRCZ2ERAIEB6GYNZA5TPY.jpg?auth=b6d00142f11a4e0205bb6dbb608b46c2b89fd295bee4b3d1260bed9b0869675b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV waves as he departs for Equatorial Guinea, in Luanda, Angola, Tuesday, April 21, 2026. (AP Photo/Themba Hadebe)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGDFIQ5SDNMTVJXEBUON4ZBXMI.jpg?auth=9ac2d2d09ef4f3c0c80d556e03723448d99a344f3188757672aedb2429847b42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV walks prior to his departure for Equatorial Guinea, in Luanda, Angola, Tuesday, April 21, 2026. (AP Photo/Themba Hadebe)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content></item><item><title><![CDATA[April 21: Early showers in parts of southern Miami-Dade, Florida Keys ]]></title><link>https://www.local10.com/weather/2026/04/21/april-21-early-showers-in-parts-of-southern-miami-dade-florida-keys/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/21/april-21-early-showers-in-parts-of-southern-miami-dade-florida-keys/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy Tuesday morning. Get ready for gusty winds with a chance of showers early this morning in parts of southern Miami-Dade and the Keys. ]]></description><pubDate>Tue, 21 Apr 2026 10:35:53 +0000</pubDate><content:encoded><![CDATA[<p>Happy Tuesday morning. Get ready for gusty winds with a chance of showers early this morning in parts of southern Miami-Dade and the Keys. The cold front that moved through yesterday, bringing much needed rainfall to South Florida, is lingering over the Florida Straits which is providing for the early showers. Those showers will push offshore by sunrise and we expect lower, very comfortable dew points to return. The drier air with a strong Northeast breeze will make it feel fantastic this afternoon and leading into your Wednesday. Keep it tuned to Local 10 for more.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Nigeria charges 6 with treason over alleged coup plot]]></title><link>https://www.local10.com/news/world/2026/04/21/nigeria-charges-6-with-treason-over-alleged-coup-plot/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/21/nigeria-charges-6-with-treason-over-alleged-coup-plot/</guid><dc:creator><![CDATA[By DYEPKAZAH SHIBAYAN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 11:26:11 +0000</pubDate><content:encoded><![CDATA[<p>ABUJA, Nigeria (AP) — Nigerian authorities have charged six people, including a retired major general and a serving police inspector, with terrorism and treason, over an alleged plot to overthrow President Bola Tinubu, according to a charge sheet seen by The Associated Press on Tuesday.</p><p>The six were all in custody. A seventh suspect, former Bayelsa state Gov. Timpre Sylva, is accused of helping to conceal the plot and is still at large.</p><p>In the 13-count charge sheet, authorities said suspects “conspired with one another to levy war against the state to overawe the president of the Federal Republic."</p><p>The Nigerian government first said it had foiled a coup attempt in January, when it announced that several military officers would stand trial. They were part of a group of 16 military officers arrested in 2025 over what military authorities described as “acts of indiscipline and breaches of service regulations," which fueled rumors of a coup plot that the government initially denied.</p><p>Africa's most populous nation experienced five coups in the 20th century but has not seen one since it transitioned to democracy in 1999.</p><p>The alleged coup plot comes on the heels of a surge in coups and attempted coups in West and Central Africa, the latest in Benin and Guinea-Bissau late last year. The military takeovers, experts say, follow a pattern of disputed elections, constitutional upheaval, security crises and youth discontent.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YOIEHMIKUVQ7T7CSUD6YRYQQBA.jpg?auth=d84682fbaff8686479486a7e4f4c4d5fa0082cb60a53a94fb295f2d1dd389d1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President of Nigeria Bola Ahmed Tinubu speaks to the media ahead of his meeting with Britain's Prime Minister Keir Starmer inside 10 Downing Street in London, Thursday, March 19, 2026. (AP Photo/Kin Cheung, Pool File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TYQXCB36L3G2TEYENCB75UIHU4.jpg?auth=5a8350af478b2be65e3e17d2e9fde4460ea0cdf20cf1dddddeb6c793eda6ef42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Members of the Nigerian army provide security during an event in Minna, Nigeria, Dec. 22, 2025. (AP Photo/Sunday Alamba, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sunday Alamba</media:credit></media:content></item><item><title><![CDATA[Human Rights Campaign targets battleground districts during broader reckoning over LGBTQ+ rights]]></title><link>https://www.local10.com/news/politics/2026/04/21/human-rights-campaign-targets-battleground-districts-during-broader-reckoning-over-lgbtq-rights/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/21/human-rights-campaign-targets-battleground-districts-during-broader-reckoning-over-lgbtq-rights/</guid><dc:creator><![CDATA[By MATT BROWN, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 11:55:36 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Human Rights Campaign, one of the nation's largest LGBTQ+ advocacy organizations, is vaulting into the midterms with a $15 million investment targeting Republicans in battleground districts after a series of setbacks in recent years.</p><p>“I think that this is the election that’s going to be the sea change, not only for getting to a pro-equality majority but for changing the momentum on this fight for equality,” said Kelley Robinson, the Washington-based organization's president, in an interview with The Associated Press. “This movement is ready for its next wind, its second wind.”</p><p>Besides eight congressional districts that could help determine control of the U.S. House, the Human Rights Campaign is also supporting Democratic candidates for the U.S. Senate in Georgia, Michigan, Minnesota, New Hampshire, Ohio and Texas. The money will be spent on advertising, events and canvassers.</p><p>The LGBTQ+ movement has been reckoning with a wave of defeats on the campaign trail and in the courtroom that have left Democrats struggling to regain their footing.</p><p>President Donald Trump's Republican administration has rolled back protections for transgender people, such as banning them from serving in the military and cutting off gender-affirming care for children. The U.S. Supreme Court's conservative majority has upheld Republican states’ restrictions while striking down bans on “conversion therapy” practices in Democratic states.</p><p>“I believe that our movement made ourselves believe that we were closer to equality than we actually are,” Robinson said. “The last few years, we’ve been doing an incredible amount of listening, of learning, also of repositioning this work.”</p><p>After the 2024 presidential election, Democrats were divided over the role that LGBTQ+ rights played in their party’s losses. The Trump campaign ran a series of advertisements mocking Vice President Kamala Harris for supporting medical gender transitions for incarcerated people and highlighting the issue of transgender people playing on women's sports teams.</p><p>“Kamala Harris is for they/them,” said a voice-over in one national ad. “President Trump is for you.”</p><p>Robinson argued that the ad was effective because of an implicit economic message, not for its critiques of the policy toward transgender people. But conservative activists and some moderate Democrats have argued such stances are too unpopular with swing voters.</p><p>“There’s a real disconnect between most voters and the party elite," said Leor Sapir, a fellow with the Manhattan Institute, a conservative think tank.</p><p>He added, “If I’m a Democrat consultant, my advice would be: Do everything in your power to keep this issue off the public agenda."</p><p>Robinson said her organization has been soul-searching on how to best craft winning messages on LGBTQ+ rights.</p><p>“Our job is to move away from the fireballs that our opposition wants to talk about and instead find a way to get back to the things that are impacting folks every day,” she said.</p><p>In January, the Human Rights Campaign published a guide to blunting conservative attacks on LGBTQ+ issues, citing the successful campaigns of Virginia Gov. Abigail Spanberger and Kentucky Gov. Andy Beshear.</p><p>Although the guide encourages candidates to “lead with your values” and “address concerns directly," it also encourages them to “go big” and quickly pivot to issues like cost-of-living concerns.</p><p>“I think the number one way to shut out a voter is to try to make them believe that their fears are not real. So what we coach candidates on doing is listening,” Robinson said. “For folks who have questions about the issues, that’s OK. We’re in a moment where the stakes in front of us are too high to look away.”</p><p>___</p><p>Follow the AP's coverage of LGBTQ+ issues at https://apnews.com/hub/lgbtq.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PJE3AOKDLNZ7Y5HOMRHLPQSWR4.jpg?auth=1e853ac35ec527508d325302bcc5beb482998ac3931104e1e4e4e0586cea7591&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An LGBTQ+ rights supporter holds a flag in the hallway outside an Iowa House Judiciary subcommittee hearing, Jan. 31, 2024, at the Statehouse, in Des Moines, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content></item><item><title><![CDATA[Fired former UK official says he felt political pressure to approve Mandelson as US ambassador]]></title><link>https://www.local10.com/business/2026/04/21/fired-former-uk-official-says-he-felt-political-pressure-to-approve-mandelson-as-us-ambassador/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/21/fired-former-uk-official-says-he-felt-political-pressure-to-approve-mandelson-as-us-ambassador/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 12:45:56 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The top official behind the decision to approve the appointment of Peter Mandelson as British ambassador to Washington said Tuesday that he felt political pressure from Prime Minister Keir Starmer's office to rush through the selection, despite security concerns.</p><p>Former Foreign Office head Olly Robbins said that Starmer's office had a “dismissive attitude” to security vetting of the scandal-tainted Mandelson. The testimony increases the heat on Starmer, who is facing calls to resign over the appointment of Mandelson, a friend of Jeffrey Epstein, to one of the U.K.'s most important diplomatic posts.</p><p>The prime minister fired Robbins last week after the revelation that Mandelson was approved for the job in January 2025 against the recommendation of the government's security vetting agency.</p><p>Robbins said that the concerns about Mandelson didn't relate to his relationship with Epstein. He declined to say when questioned by lawmakers what led the government's vetting agency to flag him as a potential security risk.</p><p>Mandelson had to resign twice from senior posts in previous Labour Party governments because of scandals over money or ethics. A separate background report prepared before he was appointed ambassador flagged potential business links to Russia and China as a concern.</p><p>Robbins said that the vetting agency considered Mandelson a “borderline case” and was “leaning toward recommending against” giving him security clearance. Robbins decided to clear him anyway.</p><p>Politicians wanted appointment approved</p><p>Starmer has called it “staggering” that Foreign Office officials failed to tell him about the security concerns, which he says he only found out about last week.</p><p>But Robbins said that the rules bar details of the sensitive vetting process from being shared except in “exceptional circumstances.”</p><p>Robbins told the House of Commons Foreign Affairs Committee that there was an “atmosphere of pressure” coming from Starmer’s office to approve the appointment so Mandelson could be in the post at the start of the second term of U.S. President Donald Trump.</p><p>Starmer announced the choice of Mandelson in December 2024, before intensive security checks were carried out. Robbins said that there was “a very, very strong expectation” that Mandelson “needed to be in post and in America as quickly as humanly possible” and “a generally dismissive attitude” to the security vetting from Starmer's office.</p><p>Robbins said that he was “very conscious” that refusing Mandelson security clearance would have caused “a real problem for the government and a problem for the country” in relations with the Trump administration.</p><p>Robbins insisted that his department “did not bow to that pressure.” He said that his decision to grant Mandelson clearance was based on security advice that the risks could be managed.</p><p>Robbins declined to identify any individuals as being behind the pressure. Starmer's chief of staff, Morgan McSweeney, a protégé of Mandelson, resigned in February, saying he took responsibility for the decision to appoint Mandelson.</p><p>The leader of the opposition Conservative Party, Kemi Badenoch, said that Robbins’ testimony “is devastating to Keir Starmer.”</p><p>She said that “it is now absolutely clear that ‘full due process’ was not followed. Keir Starmer has misled" the House of Commons — generally considered a resigning offense.</p><p>Starmer, who has denied misleading lawmakers, acknowledged on Monday that he made the wrong judgment when he picked Mandelson for the job. But Starmer said that he would have withdrawn the appointment if he’d known about the failed security vetting.</p><p>Starmer fired Mandelson in September, nine months into the job, when new details emerged about his friendship with Epstein, a convicted sex offender who died in prison in 2019.</p><p>The U.K. leader has ordered a review into any security concerns arising from Mandelson’s access to sensitive information while ambassador.</p><p>Questions over Starmer's judgment</p><p>Critics say the Mandelson appointment is more evidence of bad judgment by a prime minister who has made repeated missteps since he led Labour to a landslide election victory in July 2024.</p><p>He picked Mandelson as ambassador, despite being warned by his staff that Mandelson’s friendship with Epstein exposed the government to “reputational risk.”</p><p>But Mandelson's expertise as a former European Union trade chief and contacts among global elites were considered assets in dealing with the Trump administration.</p><p>The scandal has caused gloom among lawmakers in Starmer’s center-left Labour Party, already anxious about its dire poll ratings. Starmer already defused one potential crisis in February, when some Labour lawmakers urged him to resign over the Mandelson appointment.</p><p>Energy Secretary Ed Miliband said that he had raised concerns about the choice of ambassador, but didn’t think Starmer should resign over the debacle.</p><p>“If every time a prime minister made a mistake they resigned, we would shuttle through prime ministers like nobody’s business,” Miliband told the BBC.</p><p>Mandelson is under police investigation for suspected misconduct in public office after a trove of Epstein-related documents released by the U.S. Justice Department in January included emails suggesting that Mandelson had passed on sensitive — and potentially market-moving — government information to Epstein in 2009, after the global financial crisis.</p><p>British police launched a criminal investigation and arrested Mandelson in February. Mandelson has previously denied wrongdoing and hasn’t been charged. He doesn't face allegations of sexual misconduct.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NPUAJTTCAKJY6XWTVTJQSFPVMQ.jpg?auth=99ec87384f401ce9b81ea8e027909b4f01eae21d8c0f3fde8da0f631a9502b60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Foreign, Commonwealth & Development Office (FCDO) boss Sir Olly Robbins appear before the Foreign Affairs Committee at the Houses of Parliament in London, Tuesday April 21, 2026. (House of Commons/UK Parliament via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">House of Commons/UK Parliament</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WJ3SMHD6C7AXFCWQJA5O5TWFUM.jpg?auth=48de7e020d962b61a89cdc90f191670459c40206f7a9cb49fc830ad2c9581f06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer leaves 10 Downing Street in London, Monday, April 20, 2026 to face a showdown in Parliament over the appointment of Peter Mandelson as ambassador to Washington.(AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2GUCXFOOX4YQK7B4YQKG33XAF4.jpg?auth=504db1729b4e83cf460719d6aefb11293c8b2c883d54c8660c7441d4c5c6102a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peter Mandelson is seen with his dog outside his home in London, Monday, April 20, 2026 as Britain's Prime Minister Keir Starmer is facing a showdown in Parliament over the appointment of Peter Mandelson as ambassador to Washington.(AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KUTGNXI6BXGBILIITKHHE36I4.jpg?auth=b68e276f6b0e6d0b4f7333302d3dfb532ece4ce6c0a7791a1a218d99b78995f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Olly Robbins walks on Whitehall in Westminster, London, Jan. 17, 2019. (Dominic Lipinski/PA via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dominic Lipinski</media:credit></media:content></item><item><title><![CDATA[US and Iran signal new ceasefire talks in Islamabad as truce nears end]]></title><link>https://www.local10.com/business/2026/04/21/us-and-iran-signal-new-ceasefire-talks-in-islamabad-as-truce-nears-end/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/21/us-and-iran-signal-new-ceasefire-talks-in-islamabad-as-truce-nears-end/</guid><dc:creator><![CDATA[By MUNIR AHMED, JON GAMBRELL and SAMY MAGDY, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 13:28:51 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — The United States and Iran have signaled they will hold a new round of ceasefire talks in Pakistan, two regional officials said Tuesday, as leaders on both sides warned they were prepared for more fighting if a fragile two-week truce expires without a deal.</p><p>Neither the U.S. nor Iran has publicly confirmed the timing of the talks in Islamabad, with Iranian state television denying any official was already in Pakistan’s capital.</p><p>Pakistan-led mediators received confirmation that the top negotiators, U.S. Vice President JD Vance and Iran’s parliament speaker Mohammad Bagher Qalibaf, will arrive in Islamabad early Wednesday to lead their teams in the talks, the regional officials told The Associated Press.</p><p>The officials spoke on condition of anonymity because they were not authorized to brief reporters.</p><p>A ceasefire that began April 8 was set to expire Wednesday.</p><p>Trump says he doesn't favor extending ceasefire</p><p>Both sides remain dug in rhetorically. U.S. President Donald Trump has warned that “lots of bombs” will “start going off” if there’s no agreement before the ceasefire deadline, and Iran’s chief negotiator said that Tehran has “new cards on the battlefield” that haven't yet been revealed.</p><p>The ceasefire could be extended if talks resume, though Trump said in an interview Tuesday with CNBC: “Well, I don't want to do that.”</p><p>"We don’t have that much time,” Trump said, adding that Iran “had a choice” and “they have to negotiate.”</p><p>During his CNBC interview, Trump confirmed that he’s considering the possibility of a currency swap with the United Arab Emirates to help the Mideast ally secure U.S. dollars, as its oil-rich economy has been rattled by the Iran conflict.</p><p>The president expressed surprise that the nation needs assistance, but made clear he was open to the prospect of making the move to help meet his ally’s concerns.</p><p>While it has been able to send some of its oil out via a pipeline to the Gulf of Oman, the closure of the Strait of Hormuz has squeezed the country’s oil exports.</p><p>White House officials have said that Vance would lead the American delegation, but Iran hasn't said who it might send. Iranian state television on Tuesday broadcast a message saying that “no delegation from Iran has visited Islamabad … so far.”</p><p>Iranian state TV long has been controlled by hard-liners within Iran’s theocracy. The on-screen alert likely reflects the ongoing internal debate within Iran’s theocracy as it weighs how to respond to the U.S. Navy’s seizure of an Iranian container ship over the weekend.</p><p>US says its forces board sanctioned oil tanker</p><p>On Tuesday, the U.S. said its forces boarded an oil tanker previously sanctioned for smuggling Iranian crude oil in Asia. The Pentagon said in a social media post that U.S. forces boarded the M/T Tifani “without incident.”</p><p>The U.S. military did not say where the vessel had been boarded, though ship-tracking data showed the Tifani in the Indian Ocean between Sri Lanka and Indonesia on Tuesday.</p><p>The statement added that “international waters are not a refuge for sanctioned vessels.”</p><p>The U.S. military on Sunday seized an Iranian cargo vessel, the first interception under blockade of Iranian ports. Iran’s joint military command called the armed boarding an act of piracy and a violation of the ceasefire.</p><p>Strait of Hormuz control key to negotiations</p><p>The U.S. imposed the blockade to pressure Tehran into ending its stranglehold on the Strait of Hormuz, a key shipping lane through which 20% of the world’s natural gas and crude oil transits in peacetime.</p><p>Iran’s grip on the strait has sent oil prices soaring. Brent crude, the international standard, was trading at close to $95 per barrel on Tuesday, up more than 30% from Feb. 28, the day that Israel and the U.S. attacked Iran to start the war.</p><p>Before the war began, the Strait of Hormuz had been fully open to international shipping. Trump has demanded that vessels again be allowed to transit unimpeded through the waterway.</p><p>European Union transportation ministers were meeting in Brussels on Tuesday to discuss how to protect consumers after the head of the International Energy Agency warned that Europe has “ maybe six weeks ” of jet fuel supplies remaining.</p><p>Over the weekend, Iran said that it had received new proposals from Washington, but also suggested that a wide gap remains between the sides. Issues that derailed the last round of negotiations included Iran’s nuclear enrichment program, its regional proxies and the strait.</p><p>Qalibaf on Tuesday accused the United States of wanting Iran to surrender. He said that, on the contrary, Iran has been preparing “to reveal new cards on the battlefield.”</p><p>“We do not accept negotiations under the shadow of threats,” he wrote in an X post.</p><p>Pakistan hopeful talks will proceed</p><p>Pakistani officials have expressed confidence that Iran will also send a delegation for more talks.</p><p>Pakistani Foreign Minister Ishaq Dar met with the ambassador from China, which is a key trading partner with Iran, while the Foreign Ministry in Beijing said the conflict was at a “critical stage of transition between war and peace.”</p><p>Security has been tightened across Pakistan’s capital, where authorities have deployed thousands of personnel and increased patrols along routes leading to the airport.</p><p>The arrangements appear stricter than those put in place during the first round of talks held in Islamabad on April 11 and 12, suggesting the possibility of high-level participation, if negotiations make progress, said Syed Mohammad Ali, an Islamabad-based security analyst.</p><p>Historic Israel-Lebanon talks also set to resume</p><p>Meanwhile, historic diplomatic talks between Israel and Lebanon were set to resume on Thursday in Washington, an Israeli, a Lebanese and a U.S. official said. All three spoke on condition of anonymity to discuss the behind-the-scenes negotiations.</p><p>The Israeli and Lebanese ambassadors met last week for the first direct diplomatic talks in decades. Israel says the talks are aimed at disarming Hezbollah and reaching a peace agreement with Lebanon.</p><p>A 10-day ceasefire began on Friday in Lebanon, where fighting between Israel and Iranian-backed Hezbollah militants broke out two days after the U.S. and Israel launched joint strikes on Iran to start the war. Fighting in Lebanon has killed more than 2,290 people.</p><p>Since the war started, at least 3,375 people have been killed in Iran, according to authorities. Additionally, 23 people have died in Israel and more than a dozen in Gulf Arab states. Fifteen Israeli soldiers in Lebanon and 13 U.S. service members throughout the region have been killed.</p><p>___</p><p>Magdy reported from Cairo and Gambrell from Dubai, United Arab Emirates. David Rising and Huizhong Wu in Bangkok; Sam McNeil in Brussels and Russ Bynum in Savannah, Georgia, contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FTV3VZE5O2BMIUSXA3KNIHR5GU.jpg?auth=cfe7f3b5584b9067ad7044f3d4624608b6f5f77995c316a8852ae6b9831ab1ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers stand guard at a checkpoint ahead of the second round of negotiations between the U.S. and Iran, in Islamabad, Pakistan, Tuesday, April 21, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DTHKRPG2NFNBHUGOM5RBN7XPYM.jpg?auth=33d7b1881406d161eb6a1522255fa2dd9764c151b3e65baba3239f9befc6f53e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramilitary soldiers patrol to ensure security ahead of the second round of talk between the U.S. and Iran, in Islamabad, Pakistan, Tuesday, April 21, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G3VZBOKQ3OPIHPGTKFNFE6HXT4.jpg?auth=babd3e2fef4b3db9171d2c089a381561bf710d61691704478ab5a122dedd038b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman talks on her cellphone as she walks past a billboard showing Rais Ali Delvari, a national hero in an early 1900 uprising against British forces in southern Iran in the Persian Gulf, right, and the late Revolutionary Guard's navy chief Alireza Tangsiri, who was killed in the U.S.-Israeli strike in late March 2026, commanding the closure of the Strait of Hormuz, on a building at a square in downtown Tehran, Iran, Monday, April 20, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LITGDSXZENS4PZ2WG65KXSWVN4.jpg?auth=e7cc096e5fa37175dfd9fe08137ceb815b85f6adf1d892a3050d9b46a53f4bb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers stand guard at a checkpoint on a barricaded to ensure security ahead of the second round of negotiations between the U.S. and Iran, in Islamabad, Pakistan, Tuesday, April 21, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content></item><item><title><![CDATA[Hurricanes edge Senators in double overtime after overturned goal, missed penalty shot in OT]]></title><link>https://www.local10.com/sports/2026/04/21/hurricanes-edge-senators-in-double-overtime-after-overturned-goal-missed-penalty-shot-in-ot/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/21/hurricanes-edge-senators-in-double-overtime-after-overturned-goal-missed-penalty-shot-in-ot/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 09:00:06 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, N.C. (AP) — The Carolina Hurricanes had finally beaten a red-hot goaltender for an overtime winner in the NHL playoffs, until a replay review overturned the score.</p><p>Amid the frustrated jeers of an infuriated home crowd, the Hurricanes now had to regroup and continue the grinding fight of a postseason game that appeared over only moments earlier. And that led to forward Jordan Martinook immediately standing at center ice with another chance to end it as he waited to take a penalty shot — a rarity in OT during the playoffs.</p><p>“Try having a penalty shot after all that,” Martinook quipped.</p><p>Nothing came easily Monday night for the Eastern Conference's top seed against the Ottawa Senators in a 3-2 double-overtime win that secured a 2-0 lead in their first-round series. That was particularly true of those gut-churning few minutes when the Hurricanes thought they had secured a victory, then learned they hadn't, then got an immediate second chance at a walk-off win, only for Martinook to be denied.</p><p>Martinook ultimately got his winner, beating Linus Ullmark from the slot at 13:53 of the second OT to finally end this one more than four hours after the puck dropped on Game 2.</p><p>“Hockey’s crazy, sports are crazy,” Martinook said. “Being able to score after that, I’ll tell my grandkids about that one, that’s for sure.”</p><p>Not that anyone around here will soon forget this one, not with the emotions — and fortunes — changing at whiplash speed.</p><p>“There's a lot there to unwind, that's for sure,” Carolina coach Rod Brind'Amour said.</p><p>The Hurricanes won the series opener 2-0 on Saturday, then found themselves up 2-0 in the second period Monday before giving up goals to Drake Batherson and Dylan Cozens that eventually pushed the game into overtime. Ullmark had been brilliant all night on the way to 43 saves, one coming when he gloved down a hammered one-timer from Taylor Hall as the puck shifted cross-ice to his left side.</p><p>Another came in the final seconds of regulation when Ullmark got his left shoulder on Jordan Staal’s shot from the top of the crease.</p><p>That all became prologue to those few minutes when things got weird in Raleigh.</p><p>The Hurricanes appeared to break through late in the first OT, with Mark Jankowski skating in to pounce on a loose rebound and beat Ullmark on the left side with 2:42 left to send the home crowd into a frenzy. But officials reviewed the sequence and determined Staal didn’t have possession and control of the puck as he entered the zone, coming as Martinook skated through the middle across the blue line for a 1-on-1 chance on Ullmark.</p><p>“I don’t know that rule,” Staal said. “I pick up the puck, I look up where Marty is and apparently I lost control of it. And then I make a nice pass to Marty for a breakaway. I don’t really get it. … We battled through it. It is what it is.”</p><p>“It's a weird play, you don't see it a lot in overtime,” Senators coach Travis Green said, adding: “I felt like it was offside. I thought the refs made the right call.”</p><p>But that sequence ultimately led to a hooking penalty on Warren Foegele, meaning Martinook quickly had to pivot to taking the first OT penalty shot in a postseason game since August 2020 and only the fifth ever.</p><p>Martinook skated in on Ullmark and tried to beat him to the glove side, only for Ullmark to knock down the puck and ensure the game would continue.</p><p>Afterward, a reporter mentioned to Martinook that he had a chance to become the first player ever to end a playoff game on an OT penalty shot.</p><p>“Thanks for that,” Martinook said with a grin.</p><p>“I was trying to tell them we needed the power play, not the penalty shot,” Martinook said. “Yeah, I've never seen that. That's a first.”</p><p>The Hurricanes ultimately came out on top — after the Senators nearly got their own sudden-death winner in the second overtime when Michael Amadio got an in-close shot. Frederik Andersen made the stop with his glove to deflect the puck, which kept rising and hit the crossbar before bouncing away.</p><p>Roughly 2 1/2 minutes later, Martinook buried a shot past Ullmark to finally end this one.</p><p>___</p><p>AP NHL playoffs: https://apnews.com/hub/stanley-cup and https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2R7WESORBM7E6LJNYTOC7AVSHA.jpg?auth=9acbd1297bf53643af781c74b815c5c5a76584d5189c57b3bece91fb465b6662&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes goaltender Brandon Bussi (32) congratulates goaltender Frederik Andersen (31) with William Carrier (28), following the second overtime of Game 2 of an NHL hockey Stanley Cup first-round playoff series against the Ottawa Senators in Raleigh, N.C., Monday, April 20, 2026. (AP Photo/Karl DeBlaker)]]></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/HU4H3D35K6M6QYPJ7OEMIFNAV4.jpg?auth=e85b99ef4c27f70811a60439c8086cdcbe82b84ef1dde4414df336bee582a8e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes goaltender Frederik Andersen (31) has the shot of Ottawa Senators' Michael Amadio (22) go off the crossbar during the second overtime of Game 2 of an NHL hockey Stanley Cup first-round playoff series in Raleigh, N.C., Monday, April 20, 2026. (AP Photo/Karl DeBlaker)]]></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/2P3OWX6WEKTZTBX7B5X3SII32A.jpg?auth=8b2a65a4275a16c0e90d9335376f0f403de6bae9e219f27c8dc59de4234b4546&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Jordan Martinook, second from right, celebrates after his winning overtime goal with Sean Walker (26), Taylor Hall (71) and K'andre Miller (19) following the second overtime of Game 2 of an NHL hockey Stanley Cup first-round playoff series against the Ottawa Senators in Raleigh, N.C., Monday, April 20, 2026. (AP Photo/Karl DeBlaker)]]></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/CTXCI7TXQVWWQSXWKRX64OTYZM.jpg?auth=6cc805775ad9978d2c2f5088d93beedbcebdafb1e362a6b70d7bc9c36a103911&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Jaccob Slavin, left, checks Ottawa Senators' Brady Tkachuk (7) into the boards during the second overtime of Game 2 of an NHL hockey Stanley Cup first-round playoff series in Raleigh, N.C., Monday, April 20, 2026. (AP Photo/Karl DeBlaker)]]></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/MEGDOIB4QV32X5IQAAM2RKJFBU.jpg?auth=bca3d836a415717d1a88943cf19560384f7617154068f96c4b73e6961419cc3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Andrei Svechnikov (37) checks Ottawa Senators' Thomas Chabot (72) into the boards during the second period of Game 2 of an NHL hockey Stanley Cup first-round playoff series in Raleigh, N.C., Monday, April 20, 2026. (AP Photo/Karl DeBlaker)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content></item><item><title><![CDATA[Jaden McDaniels calls Nuggets 'all bad defenders' after Timberwolves rally to win Game 2]]></title><link>https://www.local10.com/sports/2026/04/21/jaden-mcdaniels-calls-nuggets-all-bad-defenders-after-timberwolves-rally-to-win-game-2/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/21/jaden-mcdaniels-calls-nuggets-all-bad-defenders-after-timberwolves-rally-to-win-game-2/</guid><dc:creator><![CDATA[By PAT GRAHAM, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 07:15:37 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — Jaden McDaniels took perhaps his most notable shot after Minnesota's 119-114 playoff win at Denver in Game 2 on Monday night.</p><p>The Timberwolves forward pretty much labeled all the Nuggets' players bad defenders. Thrown in there were All-Stars Nikola Jokic and Jamal Murray.</p><p>“Go after Jokic, Jamal, all the bad defenders,” said McDaniels, who had 14 points and three assists. "Tim Hardaway (Jr.), Cam Johnson, Aaron Gordon, the whole team, just go at them.”</p><p>So they're all bad defenders?</p><p>“Yeah, they’re all bad defenders,” McDaniels added.</p><p>The Timberwolves overcame a 19-point deficit to even the first-round series, which shifts to Minnesota for Game 3 on Thursday night. Anthony Edwards led the way with 30 points despite playing on a sore knee. He also had 10 rebounds.</p><p>“They don’t got people that can defend the rim,” McDaniels said. "We’re still more athletic than them and just got to be able to finish when we do.”</p><p>Jokic had 24 points and 15 rebounds — all on the defensive end — while Murray scored 30 points. But Denver's dynamic duo shot a combined 2 of 12 for four points in the fourth quarter. Murray had a chance to tie the game with a 3-pointer in the closing seconds but elected to pull up for a 2-point shot instead.</p><p>He missed.</p><p>“I was happy he took the two points,” Edwards said. “I thought he had a good look at a 3 when he first came off but yeah, he took the 2-pointer. I guess if he made it, we would have been in a free-throw situation. But yeah, I’m kind of happy he took the 2-pointer.”</p><p>Murray said he “didn't make enough shots tonight.”</p><p>"That’s really about it,” he added. "We all could have played better. It’s not all on one person, that’s just the way the game goes sometimes. They played hard as well. It was a good game. I thought we had the game in our hands, but we just didn’t make enough shots, in my opinion.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HZHG3Q2PIONZO3XKMDAFSBFCY4.jpg?auth=6cbc5ceefd7941aeffaf51fe13a5e4ee1afd198e5af015a42ceeb0aa20a93b8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Timberwolves Jaden McDaniels (3) drives to the basket against Denver Nuggets guard Christian Braun (0) during the second half in Game 2 of a first-round NBA playoffs basketball series Monday, April 20, 2026, in Denver. (AP Photo/Jack Dempsey) CORRECTION Correct to Julius Randle in stead of Julius Randle.]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Dempsey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LDZBF47UQKIY26PCXIKZDP3LNM.jpg?auth=9fb6179e220ff87886f51fe16d9f6270bb7f2869e186ae7099c92008d4f56ca3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Timberwolves forward Jaden McDaniels (3) drives to the basket against Denver Nuggets forward Aaron Gordon (32) and Bruce Brown (11) during the second half in Game 2 of a first-round NBA playoffs basketball series Monday, April 20, 2026, in Denver. (AP Photo/Jack Dempsey)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Dempsey</media:credit></media:content></item><item><title><![CDATA[Eagles, Buccaneers, Cowboys, Jets and Dolphins could be among the active teams in the first round]]></title><link>https://www.local10.com/sports/2026/04/21/eagles-buccaneers-cowboys-jets-and-dolphins-could-be-among-the-active-teams-in-the-first-round/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/21/eagles-buccaneers-cowboys-jets-and-dolphins-could-be-among-the-active-teams-in-the-first-round/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 10:00:06 +0000</pubDate><content:encoded><![CDATA[<p>Six teams enter the first round of the NFL draft without a pick. Six others have two picks apiece.</p><p>Let’s make a deal.</p><p>There have been 60 trades involving first-round picks over the past five years. Eighteen were traded in 2022. Last year, six first-round picks were dealt. That was tied for the fewest since 1985.</p><p>The Bengals, Packers, Jaguars, Falcons, Colts and Broncos don’t have a first-round pick while the Giants, Jets, Dolphins, Cowboys, Browns and Chiefs each have two.</p><p>Cincinnati traded the 10th overall pick to the Giants on Saturday for defensive tackle Dexter Lawrence. New York owns the fifth and 10th picks. Green Bay doesn’t have one because of its blockbuster trade for Micah Parsons last August. Jacksonville traded its 2026 first-rounder to Cleveland on draft night last year to move up to get Travis Hunter with the second overall pick.</p><p>Atlanta sent this year’s first-round pick to the Rams on draft night a year ago to select edge rusher James Pearce Jr. at No. 26. Indianapolis traded its first-rounder to the Jets for Sauce Gardner. Denver sent the 30th overall pick to Miami in the deal for Jaylen Waddle.</p><p>Here are five teams that could be active on Thursday night:</p><p>Philadelphia Eagles</p><p>General manager Howie Roseman is one of the most active and aggressive executives in the NFL. The Eagles own the 23rd pick. They moved up from No. 10 to No. 9 in 2023 to get defensive tackle Jalen Carter. A year earlier, they went from 15 to 13 to get defensive tackle Jordan Davis. In 2021, Philadelphia moved up from 12 to 10 to select wideout DeVonta Smith. Roseman also moved up in 2019 and 2016. He traded out of the first round in 2018.</p><p>“I think we go into this draft being very comfortable with having 23 guys we’re ready to take. We’re there ready and prepared for that,” Roseman said. “If something happens where somebody who’s higher on our board than 23rd is available, we’ll be ready for that. If there’s an opportunity that we think makes sense to move up based on the value of that player, we’ll move up. If we have multiple guys at our spot and there’s a trade that makes sense to move back, we’ll move back.”</p><p>The trade involving the Eagles that’s been a hot topic throughout the offseason isn’t expected to happen this week. A.J. Brown is likely on the move, with the Patriots expected to be the leading contender to land the star wide receiver, reuniting him with coach Mike Vrabel. The Rams already pursued Brown earlier in the offseason. The Eagles would be able to spread a $40 million salary cap hit over two seasons by waiting until June 1 to deal Brown.</p><p>Tampa Bay Buccaneers</p><p>With the 15th pick in the first round, the Buccaneers might miss out on one of the top players on their board. They need an elite rusher and could use more draft capital because they have only one pick in each round. There are several potential pass rushers who could be a fit in the 16-25 range that would allow Tampa Bay to move back and add more premium draft picks.</p><p>“In a lot of scenarios that we’re working through, yeah,” GM Jason Licht said about moving back. “You have a group of players that you say, ‘No matter what, if this player’s there, we’re taking (them).’ If there’s a group of three, then maybe you go back one or two to make sure that you ensure you get one of your three, but the part of that that makes it difficult is you’ve got to find a trade partner. It’s not as easy as it sounds. Sometimes teams just don’t want to move up. They don’t want to give up picks, and I understand why.”</p><p>Dallas Cowboys</p><p>The Cowboys have the 12th and 20th picks, and Jerry Jones has hinted at being aggressive. But it would make more sense for Dallas to trade down in one of those spots to add extra picks because the defense has several needs.</p><p>The Cowboys don’t have a second-round pick after sending it to the Jets in a deal for defensive tackle Quinnen Williams before the trade deadline. Moving down from 20 and adding a second-rounder plus other picks is one scenario.</p><p>New York Jets</p><p>The Jets have four of the top 44 picks in the draft, including Nos. 2 and 16 in the first round. They have three 2027 first-round picks.</p><p>If there’s a player they covet — perhaps an elite wideout — they have the draft assets to jump up from 16. They have their choice of edge rushers at No. 2 after quarterback Fernando Mendoza goes first to the Raiders.</p><p>Miami Dolphins</p><p>The Dolphins have the 11th and 30th picks in the first round and plenty of needs. They’re in full rebuild mode. Trading one of those to add more picks could help Miami replenish its roster.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VWL4HX6YUS6H4OUCABZG6KCGG4.jpg?auth=800febfde30e93ecb3215d0f69a0f9de2aef1597b13f3675d4c3eac33ef9cdd5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Eagles executive vice president and general manager Howie Roseman speaks with the media during a news conference at the NFL football team's training facility, Tuesday, April 14, 2026, in Philadelphia. (AP Photo/Chris Szagola)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MFGVXHF6UU74X4AFWQCVWOPTDE.jpg?auth=adc0de052a754b064e3f912cad4f852f666a18678523d50461d4a12aa71d382d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Cowboys owner Jerry Jones 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><media:content url="https://www.local10.com/resizer/v2/J74HT3KCG6EBLR7RTF3G722QTA.jpg?auth=9ec5cba2a5af412d0b5e76d5a51f6f25469b61b40a86e86dd89245fcfd323059&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Jets head coach Aaron Glenn 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><media:content url="https://www.local10.com/resizer/v2/LMETVX6KF3FVIWYEUCOKQPYSEU.jpg?auth=566327859be7611f187bc8dc5a2d55340f15d7546a88aefd0c17b31f1634cde0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Dolphins head coach Jeff Hafley answers questions during an NFL football news conference, Tuesday, April 7, 2026, in Miami Gardens, Fla. (AP Photo/Jim Rassol)]]></media:description><media:credit role="author" scheme="urn:ebu">Jim Rassol</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XRPHQQVXLBNPVOHGLYAQX3JWOM.jpg?auth=b2f445e6f976ce5d182d8a365fc0087e1569d74756f1192fd671d7fa36129845&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Buccaneers head coach Todd Bowles smiles as he answers a question at the NFL football annual meetings, Monday, March 30, 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[Driven by the pressures of war, Iran gives its field commanders more power over militias in Iraq]]></title><link>https://www.local10.com/news/world/2026/04/21/driven-by-the-pressures-of-war-iran-gives-its-field-commanders-more-power-over-militias-in-iraq/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/21/driven-by-the-pressures-of-war-iran-gives-its-field-commanders-more-power-over-militias-in-iraq/</guid><dc:creator><![CDATA[By QASSIM ABDUL ZAHRA and SAMYA KULLAB, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 06:11:56 +0000</pubDate><content:encoded><![CDATA[<p>BAGHDAD (AP) — Iran has granted its commanders greater autonomy over militias in Iraq, allowing some groups to carry out operations without Tehran’s approval, a shift driven by the pressures of the war, three militia members and two other officials told The Associated Press.</p><p>Many Iran-backed militias are funded through the Iraqi state budget and embedded within the security apparatus, drawing criticism from the United States and other countries that have borne the brunt of their attacks and say Baghdad has failed to take a tougher stance.</p><p>Despite mounting pressure from the U.S., Baghdad has struggled to contain or deter the groups. The most hard-line factions now operate under Iranian advisers using a decentralized command structure, the five officials told AP, each on condition of anonymity to speak freely about sensitive matters.</p><p>“The various forces have been granted the authority to operate according to their own field assessments without referring back to a central command,” said one militia official, who didn't have permission to speak publicly.</p><p>The war in the Middle East has exposed the fragility of Iraq’s state institutions and their limited ability to restrain these groups. A parallel confrontation between Washington and the militias has deepened the crisis, with factions acting as an extension of Iran’s regional campaign and escalating attacks on U.S. assets in Iraq before a tenuous ceasefire deal was reached in April.</p><p>Even if the ceasefire agreement holds, Washington is expected to intensify efforts against the groups militarily and politically, particularly as they gain latitude to operate more independently, officials and experts said. On Friday, the U.S. imposed sanctions on seven commanders and senior members of four hard-line Iran-backed Iraqi militia groups.</p><p>“The U.S. is still going to feel it has the freedom of action to hit Iraqi militias,” said Michael Knights, head of research for Horizon Engage, a geopolitical risk consulting firm, and an adjunct fellow at the Washington Institute for Near East Policy. “That may well play out into an effort to try and guide a less militia-dominated government formation.”</p><p>For Iran-backed militias in Iraq, a move to decentralized control</p><p>Days into the war sparked by U.S. and Israeli strikes on Iran on Feb. 28, an Iranian delegation arrived in Iraq’s Kurdish region and delivered a blunt message: If militia attacks escalated near U.S. military bases, commercial interests and diplomatic missions, Iraqi Kurdish authorities should not come to Tehran with complaints, as there was little they could do about it.</p><p>“They said they’ve devolved authority to regional Iranian commanders,” a senior Iraqi Kurdish government official said on condition of anonymity, citing the subject's sensitivity.</p><p>In the past, Kurdish leaders in Iraq would call Iranian officials after attacks to ask why they had been targeted. “This time, they wanted to preempt that by saying, ‘We can’t help you with the groups in the south right now,’” the official said.</p><p>This shift reflects lessons drawn from the 12-day war in June, the official said. Militia officials corroborated the claim. During that war, operations were tightly centralized. In its aftermath, greater autonomy was granted in the field.</p><p>A spokesperson for Harakat Hezbollah al-Nujaba, among the Iran-backed militia groups that have attacked the U.S. in Iraq, said there was “coordination” with Iran in launching attacks but didn't give details.</p><p>"Since we are allies of the Islamic Republic, we have coordination with our brothers in the Islamic Republic,” Mahdi al-Kaabi said.</p><p>In the recent war, key Iraqi militia leaders appeared to step back from the latest phase and didn't appear to be directly involved in operations, Knights said. U.S. strikes largely killed mid-level commanders, according to militia officials.</p><p>“None of the first-line leaders have been killed,” said a second militia official, who wasn't authorized to brief reporters.</p><p>Rather than targeting top figures, the U.S. also focused on Iranian Revolutionary Guard advisory cells, said Knights, who tracked the attacks. In one strike in Baghdad’s upscale Jadriya neighborhood, three Guard advisers were killed at a house used as their headquarters during a meeting, according to the second militia official.</p><p>Pressure on Iraq is intensifying</p><p>At the heart of government efforts to rein in militia groups lies a paradox: The factions the government says it cannot control are tied to political parties that brought it to power.</p><p>The Coordination Framework, an alliance of influential pro-Iran Shiite factions, helped install Mohammed Shia al-Sudani as prime minister in 2022. He now serves as caretaker premier amid a prolonged political deadlock.</p><p>Militia forces carrying out attacks on U.S. targets aren't rogue actors; they're part of the state’s Popular Mobilization Forces, created after the fall of Mosul in 2014 to formalize volunteer units that were critical in defeating the Islamic State.</p><p>The PMF has evolved into a powerful force that surpasses the Iraqi army, with fighters receiving state salaries and access to government resources, including weapons and intelligence. The result, critics say, is a deep contradiction: Certain state-funded groups operate in line with Iranian priorities, even when doing so undermines Iraq’s national interests.</p><p>Al-Sudani’s office didn't respond to the AP’s requests for comment on the decentralized control of militia groups.</p><p>The U.S. is focused on curbing the power of these groups in Iraq, the senior Iraqi Kurdish official and a Western diplomat said, which will put increasing pressure on the government, still functioning in caretaker status. The diplomat also spoke on condition of anonymity because they weren't permitted to brief reporters.</p><p>Last week, Iraq’s ambassador to the U.S. was summoned to Washington to hear U.S. condemnation of attacks by Iran-backed factions on American personnel and diplomatic missions, according to State Department deputy spokesperson Tommy Bigot.</p><p>“The Deputy Secretary affirmed that the United States will not tolerate any attacks targeting its interests and expects the Iraqi Government to take all necessary measures immediately to dismantle Iran-aligned militia groups,” Bigot said in a statement.</p><p>Militias resist steps from Iraq's government</p><p>Al-Sudani has taken limited steps to curb militia influence, including further institutionalizing the PMF and occasionally removing commanders who act outside state authority. The efforts have met significant resistance from militia groups.</p><p>Further institutionalizing them has deepened their entrenchment within the state. The U.S. may seek to isolate the most hard-line factions — including Kataib Hezbollah, Harakat al-Nujaba, and Kataib Sayyid al-Shuhada — from others more embedded in Iraq’s political system. “The bad militias from the worse militias,” the senior Iraqi Kurdish official said.</p><p>Harakat al-Nujaba spokesperson al-Kaabi offered a dual framing of the group’s position, stressing both its alignment with Iran and its claim to Iraqi state legitimacy.</p><p>“To put it bluntly, we are allies of the Islamic Republic,” he said. He described the group as part of Iran’s regional “axis” alongside Hezbollah in Lebanon and Ansar Allah in Yemen.</p><p>At the same time, he insisted the group operates within Iraq’s political order, supporting the state and government when they serve national interests.</p><p>“It’s true we’re not affiliated with the government or the prime minister, but we respect the law and the constitution,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3TM6J7DN5XAFDL6MXLFVZ6HLLY.jpg?auth=182364d856269eca773c05ca5f9e572bd81cb0ec19f130c25b5972fb4c764ee4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Members of the Popular Mobilization Forces attend a funeral for colleagues who were killed in a U.S. airstrike in Anbar, in Najaf, Iraq, Wednesday, April 1, 2026. (AP Photo/Anmar Khalil, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anmar Khalil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5NZFD3PQ7SVQN2NRYRDIOSVBP4.jpg?auth=ea64f194a483a521e7e0c829a3933e6ae6fbe8b6710f532d2fe19279a2c8a68e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Iraqi Prime Minister Mohammed Shia al-Sudani, right, rides in a Humvee during the Army Day celebrations, in Baghdad, Iraq, Tuesday, Jan. 6, 2026. (AP Photo/Hadi Mizban, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hadi Mizban</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ABNXMPJ4FZBPSD2JTQU2JPNRRY.jpg?auth=d796a25c7d12928df0dc88d45f3e940400578d49d6e3e68bde65eee498a99318&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Women members of the Basij paramilitary, affiliated with Iran's Revolutionary Guard, march with their weapons during a state-organized rally in support of the supreme leader marking National Girl's Day, in Tehran, Iran, Friday, April 17, 2026. (AP Photo/Vahid Salemi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6TNU4IAZU6BMYAJ5GKITHUHT7M.jpg?auth=3910c0753d9e1dfd9156ab63e54ed6b7d1deacb1996f3a8288454982f530e6b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Followers of Iraq's Shiite cleric Muqtada al-Sadr chant slogans as they wave national Iraqi flag during a protest against U.S. and Israeli attacks on multiple cities across Iran, in Tahrir Square, Baghdad, Iraq, Saturday, April 4, 2026. (AP Photo/Hadi Mizban, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hadi Mizban</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YCXYZ4M7LQJUQIMTO54TE46G2Q.jpg?auth=c7c50bc35429d11c4acee1edddf9bde20f20544824039cf49f5584fde3d5483f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Hezbollah supporter waves a flag with the portrait of the late Hezbollah leader Sayeed Hassan Nasrallah during a protest against the Lebanese Prime Minister Nawaf Salam, in front the government palace, in Beirut, Lebanon, Friday, April 10, 2026. (AP Photo/Hussein Malla, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content></item><item><title><![CDATA[Edwards and Randle rally Timberwolves past Nuggets 119-114 to even series at 1 apiece]]></title><link>https://www.local10.com/sports/2026/04/21/edwards-and-randle-rally-timberwolves-past-nuggets-119-114-to-even-series-at-1-apiece/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/21/edwards-and-randle-rally-timberwolves-past-nuggets-119-114-to-even-series-at-1-apiece/</guid><dc:creator><![CDATA[By ARNIE STAPLETON, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 06:41:44 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — A big early deficit in Denver didn't bother the Minnesota Timberwolves, who two years ago staged the biggest Game 7 comeback in NBA history, clawing out of a 20-point hole to beat the Nuggets and advance to the Western Conference finals.</p><p>This time, they overcame a 19-point deficit, rallying past the Nuggets 119-114 on Monday night behind 30 points from Anthony Edwards and 24 from Julius Randle to tie their first-round playoff series at one game each.</p><p>“Just coming together, staying poised within those moments," Edwards said.</p><p>Jamal Murray scored 30 points for Denver, which had won 13 straight games since losing on March 18. The Nuggets jumped out to a 44-25 lead early in the second quarter only to see a potential laugher quickly turn into a head-scratcher.</p><p>After outscoring the Wolves 39-25 in the first, the Nuggets watched Minnesota flip that exact score in the second period.</p><p>“So, basically same quarters, first and second, just opposite teams,” said Nikola Jokic, who had 24 points, 15 boards and eight assists for the Nuggets.</p><p>After a slow start, Edwards looked much better than he did during his 22-point effort in Game 1, when his rust from a bum knee was apparent. This time, he drove to the basket more instead of settling for jumpers, fueling the comeback.</p><p>“He was awesome. It was unbelievable,” Timberwolves coach Chris Finch said. “Also in that (first) period when we were down, he was great on the bench. Great leadership, positive. He recognized he needed to get into attack mode and get downhill a little bit more. He did that."</p><p>Denver blew a chance to take control against its Northwest Division rival. The Nuggets are 8-0 in their history when winning the first two games of a playoff series, and the Wolves are 0-8 when dropping Games 1 and 2.</p><p>Edwards turned the ball over with 31 seconds left and Christian Braun got fouled at the other end after Jokic passed up a floater to tie it. Braun missed one of two free throws, leaving Denver trailing 115-114 with 19 seconds remaining.</p><p>Randle then sank two free throws and Donte DiVincenzo added a breakaway dunk to cap the comeback.</p><p>“I trust C.B. to make free throws,” Denver coach David Adelman said. “It rimmed out. That happens in the NBA. You're going to have moments that you don't want to remember. That's a tough moment for C.B. after playing such a good game."</p><p>Murray sank a 51-foot 3-pointer at the halftime buzzer to tie it at 64. Jokic came on strong after a quiet start, scoring 16 points in the third quarter when Denver took a 93-90 lead. But the Nuggets' All-Star duo shot a combined 2 for 12 in the fourth quarter as the Wolves evened a best-of-seven series that shifts to Minneapolis for Game 3 on Thursday night.</p><p>“I feel like we had the game in hand,” Murray said, “and then we just didn't make our shots.”</p><p>Jaden McDaniels, who added 14 points for the Wolves, said the key to Minnesota's bounce-back was going "after Jokic, Jamal, all the bad defenders. Tim Hardaway, Cam Johnson, Aaron Gordon, the whole team, just go at them. Yeah, they’re all bad defenders.”</p><p>Before tipoff, Finch complained for a third straight day about the free-throw disparity in Game 1, when the Nuggets outscored Minnesota 30-14 from the stripe. He cracked that maybe his players need to “start flopping, too.”</p><p>Each team went to the line 30 times Monday night.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7IKQQUE2T57CTIEDVGQLLN4NSI.jpg?auth=e3ad55bf3379cd8a539b5d416ece8be777365c076d9f6f20fa037039f471028f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Timberwolves guard Anthony Edwards (5) drives to the basket against Denver Nuggets guard Jamal Murray (27) during the second half in Game 2 of a first-round NBA playoffs basketball series Monday, April 20, 2026, in Denver. (AP Photo/Jack Dempsey)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Dempsey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U2YYYCM6FZR77X4DMSBN453UBA.jpg?auth=bac5525533b4309265acb056c2b38bda9da50646b095633dcaba04948362fdf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denver Nuggets center Nikola Jokic (15) looks to pass the ball over Minnesota Timberwolves center Naz Reid, right, during the first half in Game 2 of a first-round NBA playoffs basketball series Monday, April 20, 2026, in Denver. (AP Photo/Jack Dempsey)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Dempsey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AWYG2D2HFNBQ65GKTGL3XCJYVY.jpg?auth=266081a70369ce7f2f5ed1eb512c47a4a267a065e3b508cf619073fec60d09dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denver Nuggets guard Jamal Murray prepares to shoot a 3-point basket against the Minnesota Timberwolves during the first half in Game 2 of a first-round NBA playoffs basketball series Monday, April 20, 2026, in Denver. (AP Photo/Jack Dempsey)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Dempsey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FETRD76GYVZMUXPVISY4MJDQWI.jpg?auth=e52111301d1843a93d02183386bbe2382058841731d23a2c5c0b6150d8f37cf9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Timberwolves head coach Chris Finch reacts during the first half in Game 2 of a first-round NBA playoffs basketball series against the Denver Nuggets, Monday, April 20, 2026, in Denver. (AP Photo/Jack Dempsey)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Dempsey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NDBBNSVAJ5LW47RE2GW57ADLOI.jpg?auth=0ad8f19b60b333bd3c9a4b3b098bdddf4d00bf7b060a75738293d99c50240c01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denver Nuggets head coach David Adelman reacts during the first half in Game 2 of a first-round NBA playoffs basketball series against the Minnesota Timberwolves, Monday, April 20, 2026, in Denver. (AP Photo/Jack Dempsey)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Dempsey</media:credit></media:content></item><item><title><![CDATA[Pope criticizes colonization of Africa's minerals as he arrives in Equatorial Guinea]]></title><link>https://www.local10.com/news/world/2026/04/21/pope-blasts-colonization-of-minerals-in-equatorial-guinea-headed-by-africas-longest-serving-leader/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/21/pope-blasts-colonization-of-minerals-in-equatorial-guinea-headed-by-africas-longest-serving-leader/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 13:57:45 +0000</pubDate><content:encoded><![CDATA[<p>MALABO, Equatorial Guinea (AP) — Pope Leo XIV arrived in Equatorial Guinea on Tuesday on the fourth and final leg of his Africa journey, and denounced the “colonization” of Africa's minerals and the “lust for power” in a country whose repressive leader has been in office since 1979.</p><p>Adoring crowds in the largely Catholic country lined the road from the airport into the capital, Malabo, cheering the first pope to visit since St. John Paul II in 1982. Wearing his formal red mozzetta cape, Leo thrilled the flag-waving masses by arriving at the presidential palace in his open-sided popemobile.</p><p>“There is a lot of joy today because we waited 44 years for the pope to come,” said Diosdado Marques, a senior Catholic official in the country. “It’s a blessing for the country, we hope many things will change and we will deepen our faith.”</p><p>The former Spanish colony on Africa’s western coast is run by the continent's longest-serving president, Teodoro Obiang Nguema Mbasogo, who has been accused of widespread corruption and authoritarianism.</p><p>The discovery of offshore oil in the mid-1990s transformed Equatorial Guinea’s economy virtually overnight, with oil now accounting for almost half of its GDP and more than 90% of exports, according to the African Development Bank.</p><p>Yet more than half of the country’s nearly 2 million people live in poverty. And rights groups including Human Rights Watch — as well as court cases in France and Spain — have documented how revenues have enriched the ruling Obiang family rather than the broader population.</p><p>Leo, who arrived from Angola, met with Obiang at the presidential palace and then addressed government authorities, diplomats and civil service representatives. Noting that the encounter occurred on the first anniversary of Pope Francis’ death, Leo quoted the late pope in denouncing income inequalities that he said had been exacerbated by a global economy focused on the pursuit of profit at all cost.</p><p>“Such an economy kills,” Leo said. “In fact, it is even more evident today than in years past that the proliferation of armed conflicts is often driven by the colonization of oil and mineral deposits, occurring with no regard for international law or the self-determination of peoples.”</p><p>The Trump administration, which has announced plans to create a minerals trading bloc with its allies, has been racing to get access to Africa’s regions rich in critical minerals and to beat competition from China in a region where Beijing has long dominated.</p><p>Last year, as the administration emerged as a key broker for a peace deal to end the fighting in Congo’s mineral-rich but conflict-battered eastern region, it was also signing a partnership with Congo that would allow American companies access to those conflict minerals.</p><p>The U.S. is also investing funds in the Lobito Corridor, a major rail project in Africa that would facilitate export of minerals from mineral-rich regions in Zambia and Congo through Lobito in Angola. At the same time, the U.S. has also backed a South Africa project aimed at extracting rare earth minerals from industrial waste. The project developer has said it can extract key metals used in electronics and defense systems.</p><p>Two models of cities</p><p>The pope's meetings took place in the old presidential palace. The government has built a new capital on the mainland, named Ciudad de la Paz, or City of Peace, but the transfer of government buildings hasn’t been completed yet.</p><p>Authorities have said the decision to build the new capital was strategic, given the potential for expansion of the city carved out in the middle of a tropical forest. But critics said the relocation of the capital would exacerbate existing inequalities and give further opportunities for the presidential circle to enrich themselves</p><p>Leo referred to the new capital by citing to the famous work of St. Augustine, “City of God,” in which the 5th-century philosopher interpreted humanity through two models: The “earthly city” where people live temporarily, and the eternal “city of God,” characterized by God’s unconditional love and love of one another, especially the poor.</p><p>Leo didn't call out the corruption associated with the Obiang family or the criticism of the new capital. But he suggested Equatorial Guinea should look to the “City of God” as a model.</p><p>“The earthly city is centered upon the proud love of self, on the lust for power and worldly glory that leads to destruction,” he said. “It is essential to discern the difference between that which lasts and that which passes, remaining free from the pursuit of unjust wealth and the illusion of dominion.”</p><p>A secular but very Catholic country</p><p>Equatorial Guinea is officially a secular country, but about 75% of its population is Catholic, making it one of the most Catholic countries in Africa.</p><p>Church leaders “are very much interconnected intrinsically with the government,” said Tutu Alicante, a U.S.-based activist who runs the EG Justice rights group. “Part of it is the fear the government has instilled in everyone, including the church, and part of it is the monetary gains that the church derives from this government.”</p><p>The Rev. Fortunatus Nwachukwu, No. 2 in the Vatican’s missionary evangelization office, said the Catholic Church is present in difficult civil spaces and knows how to operate in them to carry out its mission.</p><p>“Should the church go to war against the government? Surely no,” Nwachukwu said. “Should the church swallow everything as if it were normal? No. The church has to continue preaching justice, always in defense of life, human dignity and the common good.”</p><p>In addition to official corruption, the country’s government also faces rampant accusations of harassment, arrest and intimidation of political opponents, critics and journalists.</p><p>Equatorial Guinea is also one of several African nations that have been paid millions of dollars in controversial deals with the Trump administration to receive migrants deported from the U.S. to countries other than their own.</p><p>AP reporting shows that at least 29 such migrants with no ties to the country have been deported there. Some remain in detention in Malabo with restrictions on legal and medical support, while others have been forcibly returned to their countries where they face persecution.</p><p>Leo, who will visit a prison in the port city of Bata on Wednesday, has criticized the Trump administration’s overall migration deportation policy as “extremely disrespectful.”</p><p>___</p><p>Associated Press writers Monika Pronczuk in Malabo, Equatorial Guinea and Ope Adetayo in Lagos, Nigeria, contributed to the reporting.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MQB4UU4F6II3AG6YB4UAZAYH6I.jpg?auth=2040568b192ecf484967b77ac511bf9003872ced69a65a9db9a0e215aac7f115&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV, flanked by Equatorial Guinea's President Teodoro Obiang Nguema Mbasogo, right, is welcomed by Archbishop Juan Nsue Edjang Mayé, left, and Juan Domingo-Beka Esono Ayang upon his arrival at Malabo International Airport in Malabo, Equatorial Guinea, Tuesday, April 21, 2026. (AP Photo/Misper Apawu)]]></media:description><media:credit role="author" scheme="urn:ebu">Misper Apawu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BFWHHNTSHSYPO3SOFOA6Q7MWQ4.jpg?auth=bb7ec163f9c4975d7f619502feb46de30538da58b2391ebcf2abc3b5dc0b751f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People wait for Pope Leo XIV in Malabo, Equatorial Guinea, Tuesday, April 21, 2026, on the ninth day of his 11-day pastoral visit to Africa. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6Y7NF3EKRCJJA7YYLDGP2CO7QQ.jpg?auth=fdd0580ccef9b62fa58644435b24e7f22f1484dc8f0718fa1009139045435875&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV, center, flanked by Equatorial Guinea's President Teodoro Obiang Nguema Mbasogo, left, President's wife Constancia Mangue, meets with the authorities, civil society and the diplomatic corps - epresentatives of the world of culture in Malabo, Equatorial Guinea, Tuesday, April 21, 2026, on the ninth day of his 11-day pastoral visit to Africa. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HDWZYCEK77LGQ767QRF7GF7Y24.jpg?auth=f7b3971d14fa0da4ce81a874c18f63ba50cae5c8df0f4100d150b71438dbde73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Faithful wait for the arrival of Pope Leo XIV at the airport in Malabo, Equatorial Guinea, Tuesday, April 21, 2026. (AP Photo/Misper Apawu)]]></media:description><media:credit role="author" scheme="urn:ebu">Misper Apawu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4TCIHFPLIHZCYIROSQFCBODX2Q.jpg?auth=a580929b5a09734d7ba358f11a113e9728919c8be0725cda73d5eb416e95ab04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV delivers his speech as he meets with the authorities, civil society and the diplomatic corps in Malabo, Equatorial Guinea, Tuesday, April 21, 2026, on the ninth day of his 11-day pastoral visit to Africa. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[The Latest: Vance and Qalibaf expected in Round Two talks, but Trump says 'I expect to be bombing']]></title><link>https://www.local10.com/news/world/2026/04/21/the-latest-vance-and-qalibaf-expected-in-round-two-talks-but-trump-says-i-expect-to-be-bombing/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/21/the-latest-vance-and-qalibaf-expected-in-round-two-talks-but-trump-says-i-expect-to-be-bombing/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 13:49:32 +0000</pubDate><content:encoded><![CDATA[<p>Regional officials have told The Associated Press that both the U.S. and Iran are sending their top negotiators to Pakistan for Round Two peace talks as a fragile ceasefire is set to expire.</p><p>But both sides have sent mixed messages, with U.S. President Donald Trump saying Tuesday that “I expect to be bombing” and Iran's Parliament Speaker Mohammed Bagher Qalibaf saying Tehran has “new cards on the battlefield” that haven’t yet been revealed.</p><p>Pakistan-led mediators have received confirmation that Qalibaf and U.S. Vice President JD Vance are expected to arrive in Islamabad early Wednesday, the regional officials said, speaking on condition of anonymity because they were not authorized to brief reporters.</p><p>Here is the latest:</p><p>Pakistan calls for Iran ceasefire extension in meeting with US diplomat</p><p>Pakistan’s Foreign Minister met U.S. Chargé d’Affaires Natalie Baker on Tuesday, urging that Washington and Iran extend the ceasefire and pursue diplomacy, the Foreign Ministry said.</p><p>In a statement, it said Ishaq Dar “underscored Pakistan’s consistent emphasis on dialogue and diplomacy as the only viable means to address challenges and achieve lasting regional peace and stability.”</p><p>Baker, in response, conveyed Washington’s appreciation for Pakistan’s constructive role in supporting regional peace and facilitating dialogue, the statement said.</p><p>More on the UAE as US weighs offering it a currency swap</p><p>The United Arab Emirates, an autocratically ruled federation of seven sheikdoms on the Arabian Peninsula that’s home to Dubai, became wealthy from its oil deposits. It pegs its currency, the dirham, to the U.S. dollar.</p><p>While it has been able to send some of its oil out via a pipeline to the Gulf of Oman, the closure of the Strait of Hormuz has squeezed the country’s oil exports.</p><p>The UAE has an estimated $2.5 trillion in savings and sovereign wealth funds, but may be seeking the swap to “bolster investor confidence in the UAE’s financial position if the war were to drag on,” said Jason Tuvey, an analyst at Capital Economics.</p><p>Trump says administration is weighing currency swap for UAE</p><p>Trump confirmed in his CNBC interview that he’s considering a request from the United Arab Emirates Central bank for a currency swap to help secure dollar liquidity for the oil-rich economy that’s been rattled by the Iran conflict.</p><p>The president expressed surprise that the nation needs assistance, but made clear he was open to the prospect of making the move to help meet his ally’s concerns.</p><p>“I mean I’m surprised because they are really rich,” Trump said. He added, “You know, they’re very good for this country. So, yeah, if I could help them, I would.”</p><p>Trump says he doesn’t want to extend Iran ceasefire if talks with US progress</p><p>Trump was responding to a question during a live telephone interview Tuesday on CNBC, a business news network.</p><p>Asked if he would continue the ceasefire if there’s progress in the next round of Iran talks, Trump said, “Well, I don’t want to do that. We don’t have that much time.” He said Iran “had a choice” and “they have to negotiate.”</p><p>But it remained unclear when the ceasefire actually expires. Tuesday night was the deadline when the pause was announced two weeks ago, but Trump told Bloomberg News the ceasefire will expire Wednesday night.</p><p>Trump says he’s ready to resume Iran bombardment if talks don’t go well</p><p>In an appearance on CNBC’s “Squawk Box,” Trump was asked directly if he’d resume strikes if there isn’t progress in the coming talks in Islamabad.</p><p>“Well, I expect to be bombing because I think that’s a better attitude to go in with,” Trump said. “But, you know, we’re ready to go. I mean, the military is raring to go.”</p><p>Pakistan says it tests locally made anti-ship cruise missile</p><p>The navy says it successfully conducted a live firing of the Taimoor air-launched missile.</p><p>The announcement comes amid the Pakistani navy’s ongoing efforts to escort merchant vessels transiting key routes including the Strait of Hormuz.</p><p>US forces board oil tanker sanctioned for smuggling Iranian oil</p><p>The Pentagon on social media says U.S. forces “conducted a right-of-visit maritime interdiction” and boarded the M/T Tifani “without incident.” Ship-tracking data showed the Tifani in the Indian Ocean between Sri Lanka and Indonesia.</p><p>The announcement described the boarding as happening overnight. It added that “international waters are not a refuge for sanctioned vessels.”</p><p>Regional officials say US and Iran arriving Wednesday for Round Two</p><p>Neither the U.S. nor Iran have publicly confirmed the timing of talks. Iranian state television has denied any official is already in Pakistan’s capital.</p><p>Pakistan-led mediators received confirmation that the top negotiators, Vance and Qalibaf, will arrive in Islamabad early Wednesday, the officials told The Associated Press. The officials spoke on condition of anonymity because they were not authorized to brief reporters.</p><p>A two-week ceasefire is due to expire.</p><p>— Munir Ahmed and Samy Magdy</p><p>Germany calls on Iran to head to Pakistan for talks</p><p>Germany’s top diplomat has called on Iran to come to Islamabad for negotiations with the U.S.</p><p>“We are now urgently calling on Iran to come to Islamabad and engage in constructive negotiations with the United States,” Foreign Minister Johann Wadephul said Tuesday on the sidelines of the European Union foreign ministers meeting in Luxembourg.</p><p>Wadephul pointed out that Vance is ready to travel to Pakistan and that “Iran should now take this outstretched hand in the interest of its own people.”</p><p>He also called on the American side to continue to keep its openness to negotiate with Iran.</p><p>“I believe there is still a window of opportunity to end this war through negotiations,” Wadephul said.</p><p>The German foreign minister also called on Iran “to immediately restore free and safe navigation through the Strait of Hormuz.”</p><p>‘Most severe energy crisis in a generation,’ U.N. chief says</p><p>The conflict in the Middle East has triggered “the most severe energy crisis in a generation,” U.N. Secretary-General António Guterres said on Tuesday, speaking remotely from New York to a climate conference in Berlin.</p><p>The current crisis, he said, makes it clear that “fossil fuels are not just wrecking our planet, they are holding economies hostage.”</p><p>Guterres said that the energy crisis should be solved without exacerbating the climate crisis and that can be done by investing in homegrown renewables, developing the infrastructure to support them and providing financing for less developed economies to transition away from fossil fuels.</p><p>Climate change and fuel price chaos warning</p><p>The Iran war has locked the world in much higher fossil fuel costs for months and likely years to come, U.N. climate chief Simon Stiell said on Tuesday in Berlin.</p><p>“Fossil fuel driven stagflation is now stalking economies, driving up prices, driving down growth, pushing budgets deeper into the quagmire of debt and stripping away governments’ policy options and autonomy,” he said.</p><p>He referred to climate change and fuel price chaos as “twin reapers” and said that climate cooperation and faster investments in clean energy were needed to overcome this challenge.</p><p>15 bridges hit in Lebanon since war started</p><p>Lebanon’s public works and transport minister says 15 bridges have been damaged or destroyed during the latest war.</p><p>Fayez Rasamny told the local LBC TV channel on Tuesday that the government still doesn't have a final estimate for the damage caused by the almost seven-week Israel-Hezbollah war.</p><p>The latest Israel-Hezbollah war was halted by a 10-day ceasefire that went into effect last week.</p><p>Rasamny said that he believes that the losses could be worth between $7 billion and $8 billion. He said that the government was waiting until there is a permanent ceasefire before reaching out to donors.</p><p>Israeli strikes kill 5 in Gaza</p><p>Israeli strikes killed at least five people in the Gaza Strip early Tuesday, hospital authorities said.</p><p>Four suspected militants were killed when a drone strike hit a security point overnight in the southern city of Khan Younis, the Nasser hospital said.</p><p>Another man was wounded in the strike, it said.</p><p>Israel’s military didn’t immediately respond to a request for comment.</p><p>The militant-manned point was around 4 kilometers (2½ miles) west of the so-called Yellow Line, separating the Israeli-controlled areas from the rest of Gaza, according to relatives of those killed.</p><p>In the northern town of Beit Lahiya, a 30-year-old woman was killed when the Israeli navy opened fire toward tents sheltering displaced people early Tuesday, the Shifa hospital said.</p><p>The Israeli military said that it wasn’t aware of attacks in Beit Lahiya.</p><p>The deaths were the latest among Palestinians in Gaza since a fragile October ceasefire deal took hold to halt a more than two-year war between Israel and Hamas.</p><p>No delegation from Iran in Islamabad, state TV says</p><p>Iranian state television on Tuesday issued an on-screen alert saying that “no delegation from Iran has visited Islamabad ... so far” as speculation about possible talks with the United States grows.</p><p>The on-screen alert likely reflects the internal debate ongoing within Iran’s theocracy as it weighs how to respond to the U.S. Navy’s seizure of an Iranian container ship over the weekend.</p><p>Iranian state television long has been controlled by hard-liners within Iran’s theocracy.</p><p>So far, no official has acknowledged that a delegation will be heading to Islamabad, where officials have been on standby for days now for the possible talks.</p><p>Vance is expected to lead an American team to the talks.</p><p>Iran has offered no word on who could lead its delegation.</p><p>Last time, Qalibaf led the Iranian side.</p><p>China says war is at ‘critical stage of transition’</p><p>China says that it hopes all parties can maintain the momentum for peace talks, as the two-week ceasefire in the Iran war is set to expire Wednesday.</p><p>“The current situation is at a critical stage of transition between war and peace. At such a moment, it is all the more necessary for all parties to show the utmost sincerity, remain committed to a political solution, maintain the momentum of the ceasefire and negotiations,” Chinese Foreign Affairs Ministry spokesman Guo Jiakun said.</p><p>Chinese President Xi Jinping called for the reopening of the Strait of Hormuz on Monday.</p><p>While it’s not directly involved in ongoing mediation efforts, diplomats have said that China had pressed for Iran to attend the first round of negotiations.</p><p>Pakistan says China supports efforts to facilitate talks</p><p>China has expressed support for Pakistan’s efforts to facilitate engagement between the United States and Iran for peace and stability in the region and beyond, Pakistan’s Foreign Ministry said Tuesday.</p><p>The ministry said Chinese Ambassador Jiang Zaidong conveyed the message during a meeting with Foreign Minister Ishaq Dar in Islamabad, where both sides discussed the latest regional developments.</p><p>Dar reaffirmed the “all-weather” Pakistan-China strategic cooperative partnership, underscoring strong bilateral ties and the importance of continued high-level exchanges, the statement said.</p><p>Thousands of security personnel deploy in Islamabad</p><p>Security has been tightened across Pakistan’s capital, where authorities have deployed thousands of personnel and increased patrols along routes leading to the airport, as U.S. and Iranian delegations are expected to arrive this week for the second round of talks, witnesses and officials said Tuesday.</p><p>Security arrangements appear stricter than those put in place during the first round of talks held in the capital on April 11 and 12, following diplomatic efforts by Pakistan and regional countries, including China, to ease tensions in the region.</p><p>Pakistan hasn't announced final dates for the talks, however.</p><p>Analysts say the scale of the security measures suggests the possibility of high-level participation if negotiations make progress.</p><p>“The arrangements this time are markedly different from those during the first round,” said Syed Mohammad Ali, an Islamabad-based security analyst.</p><p>“Pakistan appears to be preparing for the possibility of visits by top U.S. and Iranian leaders if the talks advance to a stage where an agreement could be signed,” he told The Associated Press.</p><p>EU ministers meet on energy, jet fuel concerns</p><p>Transportation ministers from across the 27-nation European Union are meeting in Brussels Tuesday to discuss spiking energy prices because of the war in Iran, and how to protect consumers at home and at the pump after the head of the International Energy Agency warned that Europe has “maybe six weeks” jet fuel supplies remaining.</p><p>“This evolving geopolitical crisis in the Middle East has highlighted that Europe may have a short-term issue in supply of fuel,” said Cyprus Transport Minister Alexis Vafeades, who is chairing the virtual meeting.</p><p>He said that there is currently no crisis, but that the bloc must prepare for the possibility of shortages.</p><p>“If this ever happens, it will affect connectivity, it will affect every citizen in the union,” Vafeades said.</p><p>“We need to be ready to avoid queues at the gas stations if this ever happens.”</p><p>Pakistan and Egyptian foreign minister speak</p><p>Pakistani Foreign Minister Ishaq Dar on Tuesday spoke with Egyptian counterpart Badr Abdelatty to discuss the latest regional developments, as part of a diplomatic push linked to a possible second round of talks between the United States and Iran.</p><p>Pakistan’s Foreign Ministry in Islamabad said in a statement that both leaders emphasized the importance of dialogue and engagement for peace and stability and agreed to remain in close contact.</p><p>The statement gave no further details.</p><p>While Pakistani officials have expressed confidence that Iran will send a delegation late Tuesday, there has been no formal announcement from Tehran.</p><p>Trump said over the weekend that he's sending a U.S. delegation to Pakistan.</p><p>Russian authorities lift flight restrictions</p><p>Russia’s Transport Ministry has announced that Rosaviatsia, Russia’s civil aviation authority, “lifted recommendations for Russian airlines to temporary halt sales of tickets to flights to and from" the United Arab Emirates, Russian state news agency RIA Novosti reported.</p><p>Restrictions on flights via Iranian airspace have also been lifted, the report quoted the ministry as saying in an online statement.</p><p>Flights to Iranian airports and transit flights over the country will be carried out with recommendations from local aviation authorities taken into account, the report said.</p><p>Restrictions on flights to the Middle East were introduced in February.</p><p>Man hanged over January protests in Iran</p><p>Iran said Tuesday that it hanged a man convicted after being accused of setting fire to a mosque in northern Tehran during nationwide protests in January.</p><p>The judiciary’s Mizan news agency identified the man as Amir Ali Mir Jafari.</p><p>There was no immediate information about Jafari among activists who follow Iran.</p><p>Iran has been accused of repeatedly holding closed-door trials against suspects who can’t challenge the evidence against them.</p><p>Iran already has hanged people from the January protests, something that Trump had described as a red line before the recent war.</p><p>Asian shares mixed and oil prices slip</p><p>Shares are mixed in Asia and oil prices have slipped following the latest rise of U.S.-Iran tensions.</p><p>The lackluster start to trading Tuesday followed a modest retreat on Wall Street.</p><p>On Monday, the S&P 500 slipped 0.2% from its all-time high and the Dow industrials edged less than 0.1% lower. The Nasdaq composite fell 0.3%.</p><p>The price for a barrel of Brent crude oil remains above $95.</p><p>Trump attacked critics after a second round of talks with Iran was thrown into doubt by the U.S. Navy’s seizure of an Iranian-flagged cargo ship.</p><p>Financial markets have had vicious swings, both up and down, since the war began because of uncertainty about how long it may last.</p><p>The fear is that a long-term disruption could keep so much oil and natural gas off global markets that it creates a punishing wave of inflation for the global economy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HXAXDN4IW3ZZDMRQJSC4RV7KFU.jpg?auth=56678b5535a39e1b9d114611fad1c2b19ba85cf676f2217c19ab99c6ee94f102&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man on a scooter flashes a victory sign as he drives past a giant portrait depicting the war in the Middle East triggered by the U.S.-Israel strikes on Iran on Feb. 28, in the southern village of Kfar Sir, Lebanon, on Tuesday, April 21, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K42ECP4GY7C6KOGSC2ZAXTPTNQ.jpg?auth=b1cd6fea3ed6176447fbbe249a95ed38358a376ab99f4b00901a070fb3b1f3a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police officer walks past billboards near the Serena Hotel ahead of the second round of negotiations between the U.S. and Iran, in Islamabad, Pakistan, Tuesday, April 21, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4JZ7M7AXHYTLRKBRVBAE2RJB2A.jpg?auth=435325f83183ea13bdb1e4c6709094c345132fb8c0dc264f10240bd675199926&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Donald Trump is sworn in as the 47th president of the United States by Chief Justice John Roberts as Melania Trump holds the Bible during the 60th Presidential Inauguration in the Rotunda of the U.S. Capitol in Washington, Jan. 20, 2025. (AP Photo/Morry Gash, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Morry Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P7XBWFGOQERHSP3XUWV2FYHP7I.jpg?auth=de772d7d93fb046f2e0ff1024f9dca0d9baddbb23bccc1b6244cc7256152e750&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hezbollah supporters hang portraits of Hezbollah fighters killed in Israeli airstrikes during their funeral procession in the southern village of Kfar Sir, Lebanon, Tuesday, April 21, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S36MRZ76ND74XY6UKAE567S4YI.jpg?auth=b591919ba86977862b5cbc3b0c62001903cceb4c1c3a1ad2e60047ccf0880938&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Vice President JD Vance, center, walks up a flight of stairs to meet with Pakistan's Prime Minister Shehbaz Sharif, Saturday, April 11, 2026, in Islamabad, for talks about Iran. (AP Photo/Jacquelyn Martin, pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[CJ McCollum takes Young's place in Atlanta and as MSG's villain in leading Hawks past the Knicks]]></title><link>https://www.local10.com/sports/2026/04/21/cj-mccollum-takes-youngs-place-in-atlanta-and-as-msgs-villain-in-leading-hawks-past-the-knicks/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/21/cj-mccollum-takes-youngs-place-in-atlanta-and-as-msgs-villain-in-leading-hawks-past-the-knicks/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 04:33:28 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — CJ McCollum was headed for an early summer until the Washington Wizards sent him to the Hawks in January in the trade for Trae Young.</p><p>McCollum not only replaced Young in Atlanta, now he's replaced him in Madison Square Garden — as the villain who carried the Hawks past the New York Knicks in a playoff game.</p><p>“I ain't no villain,” McCollum said. “I'm a nice guy with two kids and a wife.”</p><p>The veteran guard scored 32 points Monday night to help the Hawks rally for a stunning 107-106 victory that tied the Eastern Conference first-round series at one game apiece.</p><p>He was profanely taunted by the Garden fans after he and Jose Alvarado went nose-to-nose and were each given technical fouls in the third quarter, just as Young was in a 2021 first-round series. And just like Young did in Game 1 of that series when New Yorkers picked him as their target, he made the big plays late that left them silent.</p><p>“I love it. I love it. That’s why we play the game,” McCollum said. “It’s fun being in opposing arenas and when the buzzer sounds and it’s quiet and you walk off the court, I think there’s a level of mutual respect.”</p><p>When the Hawks decided to move on from their longtime star guard, coach Quin Snyder knew McCollum could step in as a veteran leader on a young team. But he also knew the 34-year-old could replace some of the firepower Young had provided.</p><p>“Yeah, I felt like we needed both, you know?” Snyder said. “Being in the West for a while, I’ve watched him do that when he was in Portland.”</p><p>Then it was on to New Orleans, before the Pelicans dealt him in July to Washington. Then came the trade to Atlanta and what McCollum called his “light at the end of the tunnel.”</p><p>“I’m just thankful to be able to play in the playoffs on a good team in a good situation,” McCollum said. “I think you take the journey for what it is in stride and just hope for the best. And I think when you do things the right way you get rewarded at the end of the tunnel, and my reward is playing the Knicks in the Garden.”</p><p>He outplayed counterpart Jalen Brunson, seemingly looking for every opportunity to go 1-on-1 at the Knicks All-Star, and made the go-ahead basket, a jumper with 33 seconds to play.</p><p>He left the door open for the Knicks to win by missing two free throws with 5.6 seconds remaining, but Mikal Bridges missed a jumper. Now the Knicks have to win at least once at Atlanta — and figure out how to cool off McCollum.</p><p>“CJ hit a couple big buckets late. He hit his and we missed ours and you give a guy like CJ a lot of credit,” Knicks coach Mike Brown said. “That’s what those guys are supposed to do and he got it done.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IP4VBAIVVJDJPSCG2QCW7FRDZU.jpg?auth=1561d899d12b958e7fa30b13e5ddf921c281f1c01376a28be114294eb7824c2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Hawks guard CJ McCollum, left, argues with New York Knicks guard Jose Alvarado (5) during the second half in Game 2 of a first-round NBA playoffs basketball series, Monday, April 20, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/54NXAAZBNJSLNFDNYJEEERLB5Y.jpg?auth=abdd29d4338eda03227c79e35c558049af9cb83d7949cf6b6036485b73e3392d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Hawks guard CJ McCollum, right, attempts to steal the ball from New York Knicks guard Jose Alvarado (5) during the second half in Game 2 of a first-round NBA playoffs basketball series, Monday, April 20, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E5HTZ3SFVQBKJGYDTDJVAF2WAM.jpg?auth=86fce2548eb9a8cc20ed5d9897d486be726c0618cfa017fcc06180a07aac2aab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Josh Hart (3) falls as he attempts to drive past Atlanta Hawks guard CJ McCollum (3) during the first half in Game 2 of a first-round NBA playoffs basketball series, Monday, April 20, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Former Librarian of Congress Carla Hayden cheered as she wins Authors Guild honor]]></title><link>https://www.local10.com/entertainment/2026/04/21/former-librarian-of-congress-carla-hayden-cheered-as-she-wins-authors-guild-honor/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/21/former-librarian-of-congress-carla-hayden-cheered-as-she-wins-authors-guild-honor/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 04:24:28 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Nearly a year since she was abruptly fired by President Donald Trump as librarian of Congress, Carla Hayden stood before hundreds of cheering members of the literary community as she received a Champion of Writers Award from the Authors Guild on Monday.</p><p>Hayden, 73, who headed the Library of Congress from 2016-2025 and worked in libraries for much of her adult life, cited her profession as a vital bridge between writers and the general public.</p><p>“Libraries are where storytelling meets opportunity,” she told the audience gathered for the Guild's annual dinner-gala, held at Cipriani Wall Street. “They are where a child discovers a first favorite book, where a new American finds language and belonging and where research uncovers hidden history, and where communities see themselves in the pages of literature. Libraries do more than house books. You know that. They connect people to ideas, to knowledge, and to one another. They ensure that storytelling is not reserved for the few, but shared by all.”</p><p>Hayden, was among three honorees, along with Pulitzer Prize-winning novelist Percival Everett and “The Joy Luck Club” author Amy Tan. Hayden, the first woman and first Black person to be appointed Librarian of Congress, didn’t refer to Trump or her ouster during her brief remarks. But her speech was an implicit rebuttal to Trump's attacks against what he calls “woke" culture that have been directed at her and at such cultural institutions as the Kennedy Center and the Smithsonian Institution.</p><p>She praised libraries as “engines of accessibility and inclusion” and as havens for free expression at a time of record-high book bans.</p><p>“In many places today, librarians are under attack for believing in the power of the written word and in the principle that free people should be able to read freedom,” she said. “Yet librarians remain steady and hopeful.”</p><p>The gala was a forum for opposing bans and for other causes crucial to the Guild and to the thousands of published writers its represents. Author David Baldacci was among those who denounced AI, which has been the subject of various lawsuits filed by writers against Microsoft,OpenAI and other companies that alleges their work had been used without their permission for AI generative programs. Baldacci was among several writers present who have been plaintiffs in legal action, and his name was invoked later in the evening: It was attached to the prize given to Everett, the Baldacci Award for Literary Activism.</p><p>Everett, 69, whose “James” won the Pulitzer and the National Book Award, is a prolific author and longtime academic who joked that receiving an honor for activism was like being called an athletic chess player. His books are known for their cutting and provocative takes on racism and other subjects, and he referred indirectly to Hayden's departure by picturing a future — one he finds all too plausible — in which the only kinds of works available at the Library of Congress are the writings of Ayn Rand and other conservative favorites.</p><p>“That is where we are, and I can't tell you how sad I am about this,” Everett said.</p><p>Tan, 74, was cited for Distinguished Service to the Literary Community. Besides writing “The Joy Luck Club” and such novels as “The Kitchen God's Wife” and “The Bonesetter's Daughter,” she also has a long history of supporting emerging writers and for helping young people pay for treatment for Lyme disease, which she has suffered from for decades.</p><p>Tan offered a deeply personal account of the importance of writing, thinking and how she came to think of herself, and other writers, as “political.” As a girl, she was chastised by a minister for reading the allegedly immoral “The Catcher in the Rye.” The minister then assaulted her, an attack that left her devastated, an “unwanted life lesson" that made her question everything and set her on a path to storytelling that was compassionate and intrinsically “political” because of its power to change minds.</p><p>“Books, by their nature, have far reaching consequences regardless of our conscious intentions. Books have readers, readers have reactions and what they do with those reactions is of consequence,” said Tan, a daughter of Chinese immigrants who summarized herself as a “writer, an American writer, an American who uses her freedom of expression."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XPCRFVSFBGPHNTP73SAAJI3ACU.jpg?auth=9c7e7f0c22bb0e59493a9138442c42b74f93be3af7776c0b6f1f370343c0244f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Carla Hayden speaks at the Authors Guild Foundation Gala at Cipriani Wall Street on Monday, April 20, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JT2J6YDB7UKZKF67ELDZSIWVME.jpg?auth=ee271873e2888d5adb868ee88f6dbf493713f5d458aaf6986b7b16adb749105b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carla Hayden attends the Authors Guild Foundation Gala at Cipriani Wall Street on Monday, April 20, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IEQEX3ZBBQYIUNGIGHHOINTODU.jpg?auth=006184bced34d3027db5fb658ad8284975bf703a57b38224fe1206a1d5577021&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Percival Everett speaks at the Authors Guild Foundation Gala at Cipriani Wall Street on Monday, April 20, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VGGU257YK2WLRHUHXUWAR4E37Q.jpg?auth=fb81cf634e9ab7f6663fe6803f5810ae54bd85f635a80779e70e08b80643652c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[David Baldacci speaks at the Authors Guild Foundation Gala at Cipriani Wall Street on Monday, April 20, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JPYHXZ4MTN2CIHUVWMSNCMGKZQ.jpg?auth=050bab88ba87c0f9b92e4f87b1a94c4c4a00b6411484cb60d26eb5380f827444&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Amy Tan speaks at the Authors Guild Foundation Gala at Cipriani Wall Street on Monday, April 20, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content></item><item><title><![CDATA[Late Queen Elizabeth II's legacy still looms over British monarchy 100 years after her birth]]></title><link>https://www.local10.com/entertainment/2026/04/21/late-queen-elizabeth-iis-legacy-still-looms-over-british-monarchy-100-years-after-her-birth/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/21/late-queen-elizabeth-iis-legacy-still-looms-over-british-monarchy-100-years-after-her-birth/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 07:57:59 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Queen Elizabeth II lives on at the Cool Britannia gift shop across the road from Buckingham Palace.</p><p>Four years after the queen’s death, the shop is doing a brisk business in mugs, tea towels and key rings bearing the likeness of Britain’s longest-reigning monarch as the nation marks the centenary of her birth on Tuesday. Items featuring her son King Charles III? Well, not so much.</p><p>“We still sell more than the king any day,’’ said Ismail Ibrahim, the store’s manager.</p><p>The late queen’s memory looms over the monarchy after a 70-year reign that saw her evolve from the glamorous young sovereign who cheered Britain during the gloomy post-war years to the beloved national grandmother who rallied the country during the COVID-19 pandemic.</p><p>Still ‘the queen’</p><p>When she died in September 2022, Elizabeth was the only monarch most Britons had ever known. Even now, mention of “the queen” is more likely to evoke thoughts of Elizabeth than of Queen Camilla, Charles' wife.</p><p>But the passage of time has also tarnished the late queen’s legacy. While she is celebrated as a symbol of tradition and continuity who helped unite Britain as the end of empire, economic struggles and mass migration changed the nation’s perception of itself, revelations about the former Prince Andrew’s links to the sex offender Jeffrey Epstein have raised questions about why she let the problem fester for years.</p><p>“Despite her absence, Elizabeth II remains this key presence whenever we think about the monarchy,’’ Ed Owens, author of “After Elizabeth: Can the Monarchy Save Itself?’’ told The Associated Press.</p><p>“She’s certainly the most significant figure in the history of the institution in the last 100 years and, I think, therefore deserves probably the attention that’s going to be focused on her in connection with what would have been her 100th birthday.”</p><p>The festivities include a Buckingham Palace reception where Charles will congratulate centenarians who share the late monarch's birthday, and the dedication of a memorial garden at Regent's Park in central London. An exhibit of the queen's fashions is already underway.</p><p>An unexpected reign</p><p>Elizabeth Alexandra Mary Windsor wasn’t meant to wear the crown. Born on April 21, 1926, she started her long life not in a castle but at 17 Bruton St., a townhouse in London’s Mayfair district.</p><p>As the elder daughter of King George V’s second son, Elizabeth was expected to live the life of a minor royal. Dogs and horses, a country house, a suitable match — a comfortable but somewhat anonymous life — seemed her future.</p><p>But destiny intervened. A decade after Elizabeth’s birth, her uncle King Edward VIII abdicated to marry the American divorcee Wallis Simpson. Elizabeth’s father became King George VI, thrusting the young princess into the spotlight as heir to throne.</p><p>Elizabeth became queen the day her father died on Feb. 6, 1952. Just 25, she heard the news in Kenya and hurried home to take up her duties.</p><p>Global ambassador</p><p>For decades, she presided over the annual opening of Parliament in crown and ermine robe, hosted banquets for visiting leaders at Buckingham Palace and made thousands of appearances across the U.K., often wearing brightly colored suits to make sure the people could catch a glimpse of their queen.</p><p>She also became a global ambassador for brand Britain, making more than 200 overseas trips that helped bolster ties with one-time colonies from India to Tanzania, former enemies Germany and Japan and long-time friends such as the United States.</p><p>Late in life, the queen became an internet star when she and James Bond star Daniel Craig used moviemaking sleight of hand to parachute into the opening ceremony of the 2012 London Olympics and teamed up with Paddington Bear to celebrate her 70 years on the throne.</p><p>The king recalled his mother's impact on people around the world in a video tribute released Tuesday.</p><p>“Millions will remember her for moments of national significance; many others for a fleeting personal encounter, a smile, a kind word that lifted spirits, or for that marvelous twinkle of the eye when sharing a marmalade sandwich with Paddington Bear in the final months of her life,'' he said.</p><p>In a world of relentless change, she moved with the times — applauding the nation’s successes and consoling Britons during difficult times, while remaining above the fray of politics, Robert Hardman, author of “Elizabeth II: In private. In public. The Inside Story,’’ told the AP.</p><p>Scandal's shadow</p><p>But those accomplishments make her failure to end the scandal surrounding her second son even more glaring.</p><p>Despite concerns about his boorish behavior, questionable business dealings and unsavory friends, Andrew spent 10 years as Britain’s special envoy for international trade and remained a prince of the realm until the details of his relationship with Epstein were revealed last year. In an effort to shield the monarchy from the continuing fallout, Charles fi nally stripped his younger brother of his princely title. He is now known simply as Andrew Mountbatten-Windsor.</p><p>“He was problematic and that gave her cause for worry,’’ Hardman said. “But I do think people let him have an easy ride because they thought if they came down hard on him, they might somehow upset the queen. Now that’s partly attributable to her, but partly attributable to others.”</p><p>Besides, her “great achievements’’ far outweighed any errors, Hardman said.</p><p>Elizabeth took the throne as a young woman with two small children at a time before jet travel existed and no one had even thought of going to the moon, then remained a constant presence in British public life across generations.</p><p>“She just reigned through this vast span of the ages and was as authoritative and loved and respected at the end as she was at the beginning,” Hardman said. “And she was working till the very end, ‘til her last day.”</p><p>As historians debate the queen’s legacy, members of the public are making their own judgements.</p><p>Take Sylvie Deneux, and her daughter Clara, who stopped by Cool Britannia during a visit to London from their home in Lille, France.</p><p>They praised the late monarch for her elegance and described her as an icon. But when asked about Mountbatten-Windsor, Sylvie Deneux, 49, paused and looked at her daughter. Failing to quickly quash the scandal was a mistake, she said. But Deneux could still muster sympathy for Elizabeth, because she made those decisions as a mother, not as a queen.</p><p>“Can we blame her?’’ she asked. “I’m not sure.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/APCB3V2XZVOUEZDMHZGP6U6TZM.jpg?auth=f6f8bde1d471f29c1bdd129d61c548f09bb7639d85818459fd6414cd36fa7218&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A plate with photos of late Queen Elizabeth II is on display for sale at a souvenirs shop in London, on April 17, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ASOTL4V3KMXUZZSSHYVPB2P55M.jpg?auth=f5f933e5737e8b56b8cb92e194f084522d6a031ed8d45ab48280aa03703fda1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A coin featuring the late Queen Elizabeth II is on display for sale at a souvenirs shop in London, on April 17, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7V7TVFPB3FLRGIWMPOGLMA2RTY.jpg?auth=e47ea36fa0ac6625f373f560de9566a0ad3f573764bf1eac5814deb36003c753&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mugs with photos of late Queen Elizabeth II are on display for sale at a souvenirs shop in London, on April 17, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YY5PI7YEMRCS4MPTRLOKLQSXLM.jpg?auth=0ac70738fd231c6978c0f10c8085bf58c43a0de98eab8cec11fea5164c041caa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bobblehead of late Queen Elizabeth II is on display for sale at a souvenirs shop in London, on April 17, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YWEJJ4Q32LIGOZGDGAK6JXXGUU.jpg?auth=76e4599acf71d6e62e585601bdbca9d18c371dfff57bebb27e7bf882ce4cc4d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tea towel with photo of late Queen Elizabeth II is on display for sale at a souvenirs shop in London, on April 17, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Guatemala: Eligen a seis candidatos para el Ministerio Público; dejan fuera a polémica fiscal]]></title><link>https://www.local10.com/espanol/2026/04/21/guatemala-eligen-a-seis-candidatos-para-el-ministerio-publico-dejan-fuera-a-polemica-fiscal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/21/guatemala-eligen-a-seis-candidatos-para-el-ministerio-publico-dejan-fuera-a-polemica-fiscal/</guid><dc:creator><![CDATA[Por SONIA PÉREZ D., Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 04:09:18 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE GUATEMALA (AP) — El presidente de Guatemala Bernardo Arévalo elegirá al próximo fiscal general de la nación y al titular del Ministerio Público de una lista de seis candidatos que fueron elegidos la noche del lunes por una comisión postuladora, la cual no incluyó a la polémica fiscal general actual Consuelo Porras.</p><p>La lista está integrada por los abogados Néctor Guilebaldo de León, Zoila Tatiana Morales, César Avila, Julio Rivera Clavería, Beyla Estrada y Gabriel García Luna. Arévalo deberá tomar su decisión a más tardar el 16 de mayo, último día de Porras en el cargo.</p><p>La comisión —integrada por los decanos de las facultades de derecho del país, el colegio de abogados y la presidenta de la Corte Suprema de Justicia— revisó los expedientes de 48 candidatos a fiscal general y recibió duras críticas por modificar los criterios para calificar a los aspirantes.</p><p>Debido a estos cambios, la comisión no otorgó valor alguno a los 25 años de experiencia como juez del ministro de Gobernación Marco Villeda, uno de los hombres de confianza de Arévalo.</p><p>El panel, integrado por 15 personas, postuló a los 12 candidatos con la mayor calificación. Porras alcanzó la nota más alta con 92 puntos, pero no recibió el apoyo de los miembros de la comisión.</p><p>Porras buscaba su tercer periodo a pesar de que ha sido objeto de sanciones de más de 40 países, incluidos Estados Unidos y la Unión Europea, por socavar la democracia de guatemalteca y obstaculizar la lucha anticorrupción.</p><p>Porras intentó impedir la llegada de Arévalo al poder en 2023, a pesar de ganar las elecciones. La fiscalía lo acusó en su momento de presunto fraude electoral y otros delitos, e incluso llegó a secuestrar boletas, solicitándole a un juez que proscribiera al partido político con el que llegó al poder.</p><p>La Relatora Especial sobre la Independencia de los magistrados y abogados de Naciones Unidas, Margaret Satterthwaite, cuestionó en 2015 a la fiscalía —a cargo de Porras— por mantener una política de criminalización contra colectivos, operadores judiciales, líderes sociales y periodistas como represalia por sus denuncias de corrupción.</p><p>“El presidente de la república está al tanto y espera la lista definitiva para continuar el proceso de evaluación de perfiles”, señaló la oficina de presidencia después de darse a conocer los nombres de los aspirantes.</p><p>El exfiscal Juan Francisco Sandoval, quien denunció desde el exilio a Porras por presuntos actos de criminalización, señaló que la lista de candidatos “sin duda” marca el cierre de un ciclo de ocho años que estuvo profundamente cuestionado por el grave daño que causó al sistema de justicia”.</p><p>“Se abre una oportunidad real para redefinir el rumbo del Ministerio Público”, subrayó.</p><p>Añadió, sin embargo, que el proceso ha provocado inquietudes al haber pasado por alto a abogados con trayectoria y capacidad que debieron ser considerados, especialmente a los perfiles de jueces. Afirmó que su omisión "transmite un mensaje equivocado sobre el valor de la carrera judicial".</p><p>Sandoval agregó que la decisión del presidente será determinante. “No se trata únicamente de nombrar a una persona, sino de decidir si el país apuesta por la reconstrucción institucional del Ministerio Público o por la continuidad de las prácticas que tanto daño le han hecho a la justicia guatemalteca”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LOOGQ5WZCO7OTL3LHNZJUHREYE.jpg?auth=6bc76fcd71b04ddbf3542ec4fa66fe8728d61683eddcdc989dff283c9ef5cd2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La fiscal general Consuelo Porras comparece ante la comisión que revisa su candidatura para un tercer mandato de cuatro años en Ciudad de Guatemala, el jueves 9 de abril de 2026. (Foto AP/Moisés Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content></item><item><title><![CDATA[After facing the death of its dominant newspaper, Pittsburgh's media has a surprising turnaround]]></title><link>https://www.local10.com/news/national/2026/04/21/after-facing-the-death-of-its-dominant-newspaper-pittsburghs-media-has-a-surprising-turnaround/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/21/after-facing-the-death-of-its-dominant-newspaper-pittsburghs-media-has-a-surprising-turnaround/</guid><dc:creator><![CDATA[By DAVID BAUDER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 04:08:32 +0000</pubDate><content:encoded><![CDATA[<p>PITTSBURGH (AP) — In the space of a couple of weeks this spring, Pittsburgh media has lived through a near-death experience and a resurrection.</p><p>Owners of the Pittsburgh Post-Gazette last week announced the newspaper's sale to a nonprofit foundation that said it was committed to keeping it open. A news outlet that predates the U.S. Constitution was due to close on May 3, which would have made the Steel City the nation's largest community without a city-based paper.</p><p>Weeks earlier, the alternative Pittsburgh City Paper, whose staff learned on New Year's Day that it was closing after 34 years, roared back to life under new ownership.</p><p>They were rare positive developments for a local news industry that has seen its share of the opposite over the past two decades — newsrooms shuttered or thinned out, journalists thrown out of work, consumers drifting away. No one is pretending that a true turnaround will be easy in Pittsburgh. One thing that may help is that the city faced a news abyss and was forced to prepare for it.</p><p>“It's human nature that sometimes you have to be shaken a bit to realize what's important in your life,” said Halle Stockton, co-executive director and editor-in-chief of the digital news outlet Public Source.</p><p>The many incarnations of the Post-Gazette</p><p>The Pittsburgh Gazette was born on July 29, 1786, the first newspaper west of the Allegheny Mountains. It went through several names with the expansion and contraction of a newspaper market that supported seven at the beginning of the 20th century. There was The Commercial Gazette, the Gazette-Times and, briefly, the Pittsburgh Gazette and Manufacturing and Mercantile Advertiser.</p><p>A consolidation caused by the closing of the Pittsburgh Post in 1927 made it the Post-Gazette, which has remained its name for 99 years.</p><p>It had a solid reputation, winning a Pulitzer Prize in 2019 for its coverage of the Tree of Life synagogue shooting. “The Post-Gazette is really the paper of record for this city,” said Kevin Acklin, chief of staff to a former Pittsburgh mayor and former president of the Penguins hockey team. The other longtime “paper of record,” The Pittsburgh Press, closed in 1992 after a Teamsters Union strike.</p><p>Labor woes marred the Post-Gazette's last few years as well. Much of the staff was on strike between 2022 and 2025, though the newspaper limped along. Its owner, Block Communications, Inc., announced the closing on the same January day that the U.S. Supreme Court rejected its appeal of a ruling on health benefits seen as favorable to former strikers.</p><p>Since then, rumors about its future ebbed and flowed. Acklin worked this winter with other investors to buy the newspaper, but a potential deal fell through when Block insisted the union not be part of it.</p><p>To anyone watching closely, a clue to the newspaper's future was revealed across town in mid-March.</p><p>“You thought we were dead and gone, didn't you?” Ali Trachta, top editor at the Pittsburgh City Paper, wrote on the outlet's revived website. “So did I. But, to be honest, only very briefly.” She announced that the paper was returning to cover community news, politics, the arts “and the creative, weird and uniquely Pittsburgh stories” that have defined it since its founding in 1991.</p><p>A new nonprofit, Local Matters, led by a former engineering manager at Apple, had gathered investors to buy the City Paper. It would return to printed editions on a monthly basis and was launching a membership program for readers to pledge support. Most of its staff would return. The paper used to print weekly until its previous owner in 2025 said it would shift to only four printed editions a year.</p><p>That former owner? Block Communications.</p><p>A new nonprofit enters Pittsburgh's civic arena</p><p>When Block announced its sale of the Post-Gazette last week, it was also to a nonprofit. The Venetoulis Institute for Local Journalism, which publishes the digital success story The Baltimore Banner, bought the Post-Gazette even though Block said it was not the highest bidder. Many in Pittsburgh feared it would be sold to a hedge fund notorious for stripping newspapers of resources.</p><p>Does that make Block, long seen as a villain in the local journalism industry, a hero in this story?</p><p>“For better or worse, the Blocks will never get credit for that," said Andrew Conte, a journalism professor at Point Park University who runs Pittsburgh's Center for Media Innovation. “But it does seem like they made an effort to come up with the best outcome they could as they were leaving Pittsburgh. They could have just walked away and said, ‘You know, we’re done.'”</p><p>Now the work begins. Venetoulis officials did not return inquiries from The Associated Press. The institute's benefactor, hotel magnate Stewart Bainum Jr., has said that he plans to invest $30 million in both the Banner and Post-Gazette over the next five years. The Newspaper Guild of Pittsburgh said it hopes to be part of the process of rebuilding. Whether the union will be invited is uncertain.</p><p>“This is going to be one of the most closely-watched newspaper acquisitions in years,” said Tim Franklin, founding director of the Medill Local News Initiative at Northwestern University. “Can a money-losing newspaper with serious labor strife be saved and resurrected as a non-profit? If Stewart Bainum and his team pull this off — and I hope they do — it could be a model for the nation.”</p><p>Anticipating a Pittsburgh without the Post-Gazette, other news sources in the city had begun making plans to fill gaps in the marketplace, and they're not necessarily changing them because of the sale.</p><p>Another area newspaper, the Pittsburgh Tribune-Review, will reinstate a Sunday print edition in Pittsburgh on May 9. It had stopped printing in the city a decade ago. The Trib is also going ahead with adding about a dozen new journalists to boost its coverage of business, health care, transportation and education, said Jennifer Bertetto, its CEO. Based in Greensburg, 30 miles to the east of Pittsburgh, some city residents view the Trib as an outsider.</p><p>Stockton's Public Source, launched in 2011 primarily as a home for investigative news stories, is widening its outlook. The outlet has also convened town halls over the past few months for residents to talk about what they want in local news, and published a list of 40 to 50 small news outlets in the region that focus on subject areas like the arts and business, or different neighborhoods and towns.</p><p>People less engaged in news were looking for new ideas. “People are actively interested in where they get their information and who they can trust for it,” Stockton said. “So we're leaning into that.”</p><p>With their careers in limbo the past several months, Post-Gazette content editor Erin Hebert and photographer Steve Mellon were among several journalists meeting regularly as the Pittsburgh Alliance for People-Empowered Reporting, or PAPER, seeing if they could create a digital news site. Hebert said it hasn’t been decided what will happen now with those plans.</p><p>Conte can walk a few blocks from the university to show office space set aside for journalists from small, local publications. He hopes to convince the Tribune-Review to print a periodic insert featuring the best reporting from these outlets.</p><p>Talk to someone young, and the challenge is obvious</p><p>A clue to the challenge faced by news organizations in 2026 is obvious when speaking to students in Conte’s journalism class. When they're asked how many had checked the Post-Gazette's website that morning, only a couple of hands tentatively go up.</p><p>Sites like Instagram or TikTok are often their destinations for news. It’s more convenient and without pay walls, said Gabriela Wait. The journalism students know to check with more reliable sources if they’re not sure they can believe what they see. Many of their friends don’t.</p><p>Makenna Smith recalled her grandparents and parents reading newspapers when she was growing up, keeping them informed and entertained. Few people her age have the same habit.</p><p>A study released earlier this month by the Pew Research Center showed that public interest in news is a problem for all ages. Pew found that 37% of Americans in 2016 said they followed local news very closely. That dropped to 21% in 2025.</p><p>To Conte, that reinforces the need for news organizations to cooperate. A former Trib reporter, he recalled his paper's bitter competition with the Post-Gazette.</p><p>“Literally, they were trying to kill each other,” he said. “I don't think any of us want to go back to a point where we're doing that. We've evolved. We're trying to work together. Even if we're competing for scoops and clicks and dollars, there's also a benefit to having us get around the same table once a month.”</p><p>___</p><p>David Bauder writes about the intersection of media and entertainment for the AP. Follow him at http://x.com/dbauder and https://bsky.app/profile/dbauder.bsky.social.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/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><media:content url="https://www.local10.com/resizer/v2/EIEZMQXEGFNR3RBLWT6NTUX52I.jpg?auth=784cba5cbd807bc3016bf34328af87a6f1bbf29317dc282f7ed05c9713e40da2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is Point State Park, where a portion of the 2026 NFL Draft activities with be staged, across the Allegheny River from the NFL Draft stage built outside Acrisure Stadium, on Sunday, April 19, 2026, four days before the first round of the 2026 NFL Draft in Pittsburgh. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2VFDVPNEVBUBNHQJJGUJEDQ4KI.jpg?auth=823a871912fc5be75cd5ae6069080ccd19bc648932797885d5c2e71b6577a89b&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><media:content url="https://www.local10.com/resizer/v2/OCVZNQJHIJXJS3QT7QA4X3SFVQ.jpg?auth=4960f9f266956f2385e980f6f5cfc959cc1b5d5fcde50cb4997fbc6ddbeffe07&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><media:content url="https://www.local10.com/resizer/v2/YDKSPX7P4TJ2K7N5HK35ZTKB7U.jpg?auth=f19e7da3376b9d38efcf8040e7566a978d41b0433e10e58dbae7668fe7b8fa65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The stage for the upcoming 2026 NFL Football Draft is under construction in a parking lot adjacent to Acrisure Stadium, right, Thursday, April 2, 2026, on Pittsburgh's Northside. The NFL Draft will be held in Pittsburgh, April 23-25. (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[Jurors set to hear opening statements in Harvey Weinstein's rape retrial in New York]]></title><link>https://www.local10.com/news/national/2026/04/21/jurors-set-to-hear-opening-statements-in-harvey-weinsteins-rape-retrial-in-new-york/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/21/jurors-set-to-hear-opening-statements-in-harvey-weinsteins-rape-retrial-in-new-york/</guid><dc:creator><![CDATA[By JENNIFER PELTZ, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 04:07:36 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Opening statements are set for Tuesday in Harvey Weinstein ’s New York rape retrial, offering a new jury its first look at a bellwether #MeToo case that remains unresolved nearly eight years after the former movie tycoon's arrest.</p><p>Since Weinstein became a major target of the #MeToo movement against sexual misconduct nearly a decade ago, he has been convicted of some sexual assault charges and acquitted of others in trials on two U.S. coasts. But the rape charge involving a 2013 encounter in a Manhattan hotel has lingered, due to an overturned conviction followed by a jury deadlock.</p><p>Weinstein has pleaded not guilty and denies ever having nonconsensual sex. He said in court in this winter that he had been unfaithful to his then-wife and “acted wrongly, but I never assaulted anyone.”</p><p>The jury — seven men and five women — was selected over several days last week. Weinstein's last New York jury was majority-female, but his first was mostly male.</p><p>The current jurors were questioned about, among other things, their familiarity with Weinstein and whether they could be fair and impartial regardless of what they might have heard.</p><p>Now a 73-year-old prison inmate, Weinstein was once one of the most powerful people in Hollywood. An Academy Award-winning producer and a studio boss, he helped bring such acclaimed films as “Pulp Fiction,” “Shakespeare in Love” and “Gangs of New York” to movie houses and the popular reality series “Project Runway” to TV. He also was a prominent Democratic donor.</p><p>His career collapsed in 2017, when decades of Hollywood whispers about his behavior toward women became public accusations in news and social media. Criminal charges followed in New York and Los Angeles.</p><p>His accuser in this trial, Jessica Mann, was a hairstylist hoping to break into big-time acting when she met Weinstein at a Los Angeles-area party in late 2012 or early 2013.</p><p>She has testified that she was looking for a professional connection but ended up, ambivalently, in a consensual relationship with the then-married Weinstein.</p><p>During a New York trip with a friend in March 2013, she arranged a breakfast for both of them with Weinstein, she said. According to Mann's prior testimony, Weinstein ultimately trapped her in a hotel room, ignored her protestation that “I don't want to do this,” demanded she undress and grabbed her arms, and she succumbed because she “just wanted to get out.”</p><p>Weinstein’s former lawyers emphasized that Mann kept seeing him, accepting invitations, asking him for career help and sending warm messages to him. He has switched legal teams for this retrial, and it remains to be seen how their approach may differ.</p><p>The trial is expected to take up to four weeks.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DHEYKMHEQQTMRU7A5KZKFK3PFU.jpg?auth=304e8577423f98e049044084eb2966fc7d47b2de547a3369a6b7cd05001701cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein appears in Manhattan criminal court on Friday, April 17, 2026, in New York. (AP Photo/Eduardo Munoz Alvarez, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BD5FTFWZ6IIIPLNDCK2NTVHE4E.jpg?auth=530155d54e2ec3baf0300f2a1e0218380964222aac8cb7df1c9f087a9a5e732c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein appears in Manhattan criminal court on Friday, April 17, 2026, in New York. (AP Photo/Eduardo Munoz Alvarez, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content></item><item><title><![CDATA[Deadly domestic violence cases stir calls for more prevention resources for Black communities]]></title><link>https://www.local10.com/news/national/2026/04/21/deadly-domestic-violence-cases-stir-calls-for-more-prevention-resources-for-black-communities/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/21/deadly-domestic-violence-cases-stir-calls-for-more-prevention-resources-for-black-communities/</guid><dc:creator><![CDATA[By SAFIYAH RIDDLE and COREY WILLIAMS, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 04:05:02 +0000</pubDate><content:encoded><![CDATA[<p>Two headline-grabbing, deadly domestic violence cases, one in Louisiana and the other in Virginia targeting Black mothers, have sparked a national conversation about domestic violence prevention resources and mental health care available to Black communities.</p><p>Many advocates in the aftermath of the deadly shootings have said the tragedies pointedly highlight troubling underlying trends where Black women are more likely to experience domestic violence — and they see the killings as an opportunity to confront how disparities in access to care and resources make some women and children more vulnerable to violence in the home.</p><p>On Sunday morning, a man police identified as Shamar Elkins fatally shot seven of his children and another child in Shreveport, Louisiana. A relative has said Elkins was in the midst of separating from his wife who was wounded.</p><p>And last Thursday, police found the bodies of former Virginia Lt. Gov. Justin Fairfax and his estranged wife, Dr. Cerina Fairfax, in their suburban Washington, D.C., home. Justin Fairfax shot his estranged wife and then himself, and their two children in the home at the time were unhurt, police said. Like Elkins, Fairfax was in the process of separating from his wife and had faced a judge's upcoming deadline to move from the house.</p><p>While it's not clear what prompted the Shreveport killings or the apparent murder-suicide in Annandale, Virginia, experts say that the harrowing details of the killings echo familiar patterns that play out in homes across the country — and underscore the need for solutions that address the root causes of the disparate violence.</p><p>A ‘silent epidemic’</p><p>Sunday wasn’t the first time that Elkins’ family had suffered from gender-based gun violence: Shaneiqua Elkins and the other woman who was shot, Keosha Pugh, were sisters, and lost their mother to gun violence when they were under age 10, according to their uncle Lionel Pugh.</p><p>“It’s sad. It just breaks you down," Pugh said.</p><p>Shreveport Councilman Grayson Boucher said at a news conference Monday that the Louisiana killings were emblematic of “a true epidemic of domestic violence" across the small southern city of roughly 180,000 people.</p><p>Those trends go well beyond Shreveport as experts have pointed out how both race and gender make Black women in particular more vulnerable to domestic violence.</p><p>More than four in 10 Black women experience physical violence from an intimate partner during their lifetimes — a much higher rate than women who are white, Hispanic, Asian or Pacific Islander — according to a 2014 study by the Centers for Disease Control.</p><p>Paméla Tate is the executive director of Black Women Revolt, which runs programs to prevent abuse and offers survivors' resources. She said a logical skepticism about police and government child services agencies based on a history of institutionalized racism makes Black women reluctant to seek help — and especially vulnerable to domestic violence.</p><p>Additionally, Black women are two times more likely to be murdered by men than their white counterparts, according to a 2025 study published by the Violence Policy Center, based on federal government data from 2023. Those men are more often than not familiar to their victims, according to the study, which found that more than nine in 10 Black female victims knew their killers, with the majority of those killings being carried out with guns.</p><p>Ultimately, Tate said, “domestic violence doesn't see color," and is primarily driven by the prevalent belief among men — across racial demographics — that women are subjects or property.</p><p>“Domestic violence is about exerting power over someone that you profess to love and controlling their behavior,” Tate said.</p><p>Lack of resources for Black men</p><p>There has been intense speculation about the role that mental health crises might have played in both shootings.</p><p>A relative of Elkins' wife told The Associated Press that Elkins had voluntarily checked into a Department of Veterans Affairs hospital in January for about a week and a half for mental health help.</p><p>In Virginia, Justin Fairfax was a rising star in the Democratic Party until two women accused him of sexual assault, casting doubt on his trustworthiness as a political leader. The former lieutenant governor's “mental and emotional health” suffered before he killed his wife and himself, according to court documents, which say he drank heavily and withdrew from his family after the allegations were made public in 2019.</p><p>Adult and child psychiatrist Christine Crawford hasn’t examined the killings in Shreveport or Annandale, but said financial troubles, marital issues and problems at work — in addition to underlying mental health vulnerabilities — can lead someone to “crack."</p><p>“It makes some think about the amount of pain, distress and hopelessness they found themselves in at that time,” said Crawford, who practices at the Webster Clinic in Boston and is interim chief medical officer at the National Alliance on Mental Illness.</p><p>She noted many Black people find themselves priced out of programs and care for mental health for such reasons as private care costs and a lack of insurance.</p><p>That level of desperation can make some people feel “completely out of options on how to deal with the pain he was in at that moment," Crawford said. T</p><p>Some have said that there are social dimensions to these economic trends, too.</p><p>“Mental health disparities in the Black community is not accidental,” said University of Michigan Social Work Professor Daphne C. Watkins. “They are the predictable result of structural racism” in schools, employment and other aspects of society.</p><p>Watkins, founder of the YBMen Project which provides young Black men with a safe place to discuss their mental health, manhood and social support, said studies show that 10% of Black adults experience moderate to severe depression, while 18% experience anxiety disorders.</p><p>But Black men tend to forego mental health treatment due to cultural expectations, in addition to costs, said Watkins. Without an outlet, stressors from family, work and relationships can pile up.</p><p>“For a long time, in the Black community, we didn’t talk about anxiety. Now, you have to talk about it hand in hand along with depression.”</p><p>Mental health not an excuse, some say</p><p>Others have emphatically said that mental health is not an excuse for domestic violence.</p><p>“To say they’re mentally ill, that doesn’t cut it,” Tate said. “There are people who are depressed or people who have schizophrenia and don’t harm the their partners, much less kill them.”</p><p>Shaneiqua Elkins and Cerina Fairfax could have been struggling with mental health challenges too, Tate added, and they both “had the same access or ability to go and purchase a gun” but chose not to.</p><p>“The mental illness is not what we’re talking about here,” she said.</p><p>____</p><p>Associated Press writer Sophie Bates contributed in Shreveport, Louisiana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B5OCHPYFVHB2BAL6SHOBDSQY4M.jpg?auth=fa44e52fcf7b22793573d92a53040f250fc6910f757c85c1f71f0ac4780eba30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man lights a candle during a prayer vigil for the victims of a mass shooting earlier in the day, Sunday, April 19, 2026, in Shreveport, La. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F7DZXWP2CETEXIRKAMWMB376WI.jpg?auth=c7f56215b7a36866f2d61f57c48cef97b761c76649d3f75c5761ae2ed7b79809&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person passes the home where a mass shooting occurred the day before in Shreveport, La., Monday, April 20, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/52EKYAQRIDGRYHNBKOFNBPPBJA.jpg?auth=b106108c532c3083750af8e7700c4d84c7e82b5a0a16e8e007fe2755cb6ebcad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lt. Gov. Justin Fairfax, right, and his wife, Cerina, at the inauguration of Gov. Ralph Northam at the Capitol in Richmond, Va., Saturday, Sept. 13, 2018. (AP Photo/Kevin Morley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Morley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TGWYQIHBLP4FX566Q6O77DEUYY.jpg?auth=0ac5d90fb79390e49b12aa681deab77a723adb4ddc0c952859e2929ccd54d9da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fairfax County coroners, with two bodies in the van, prepare to leave the home of former Virginia Lt. Gov. Justin Fairfax, in Annandale, Va., Thursday, April 16, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content></item><item><title><![CDATA[Virginia voters deciding on redistricting plan that could boost Democrats' seats in Congress]]></title><link>https://www.local10.com/news/florida/2026/04/21/virginia-voters-deciding-on-redistricting-plan-that-could-boost-democrats-seats-in-congress/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/21/virginia-voters-deciding-on-redistricting-plan-that-could-boost-democrats-seats-in-congress/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 13:14:19 +0000</pubDate><content:encoded><![CDATA[<p>Virginia voters on Tuesday are deciding whether to ratify an unusual mid-decade redrawing of U.S. House districts that could boost Democrats’ chances of flipping control of the closely divided chamber, as the state becomes the latest front in a national redistricting battle.</p><p>A proposed constitutional amendment backed by Democratic officials would bypass the state's bipartisan redistricting commission to allow use of new congressional districts approved by state lawmakers in this year's midterm elections.</p><p>The referendum tests Democrats' ability to push back against President Donald Trump, who started the gerrymandering competition between states after successfully urging Texas Republicans to redraw congressional districts in their favor last year. Virginia is the second state, after California last fall, to put the question to voters.</p><p>It also tests voters' willingness to accept districts gerrymandered for political advantage — coming just six years after Virginia voters approved an amendment meant to diminish such partisan gamesmanship by shifting redistricting away from the legislature.</p><p>Even if Democrats are successful Tuesday, the public vote may not be the final word. The state Supreme Court is considering whether the redistricting plan is illegal in a case that could make the referendum results meaningless.</p><p>Virginia Democrats are following California's lead</p><p>Congressional redistricting typically is done once a decade after each U.S. census. But Trump urged Texas Republicans to redistrict ahead of the November elections in hopes of winning several additional seats and maintaining the GOP's narrow House majority in the face of political headwinds that typically favor the party that is out of power during midterms.</p><p>The Texas gambit led to a burst of redistricting nationwide. So far, Republicans believe they can win up to nine more House seats in newly redrawn districts in Texas, Missouri, North Carolina and Ohio.</p><p>Democrats think they can win up to five more seats in California, where voters approved a mid-decade redistricting effort last November, and one more seat under new court-imposed districts in Utah. Democrats hope to offset the rest of that gap in Virginia, where they decisively flipped 13 seats in the state House and won back the governor’s office last year.</p><p>Leaders of both major parties see Tuesday’s vote as crucial to their chances to win a House majority in the fall. Trump weighed in via social media Tuesday morning, telling Virginians to “vote ‘no’ to save your country!”</p><p>Former Virginia Gov. Glenn Youngkin, a Republican, rallied with opponents of the measure Monday night, calling the redistricting plan “dishonest” and “brazenly deceptive.” House Minority Leader Hakeem Jeffries told reporters at the Capitol earlier in the day that a vote to approve the redraw “will serve as a check and balance on this out-of-control Trump administration.”</p><p>The back-and-forth battle over congressional districts is expected to continue in Florida, where the Republican-led legislature is scheduled to convene April 28 for a special session that could result in a more favorable map for Republicans.</p><p>A lobster-like district could aid Democratic efforts</p><p>In Virginia, Democrats currently hold six of the 11 U.S. House seats under districts that were imposed by the state Supreme Court in 2021 after a bipartisan commission failed to agree on a map based on the latest census data.</p><p>The new plan could help Democrats win as many as 10 seats. Five are anchored in Democratic-heavy northern Virginia, including one shaped like a lobster that stretches into Republican-leaning rural areas.</p><p>Revisions to four other districts across Richmond, southern Virginia and Hampton Roads dilute the voting power of conservative blocs in those areas. And a reshaped district in parts of western Virginia lumps together three Democratic-leaning college towns to offset other Republican voters.</p><p>The Virginia redistricting plan is "pushing back against what other states have done in trying to stack the deck for Donald Trump in those congressional elections,” Democratic Gov. Abigail Spanberger said during an online rally last week.</p><p>Ads for the “yes to redistricting” campaign featuring former President Barack Obama have flooded the airwaves.</p><p>Opponents have distributed campaign materials citing past statements from Obama and Spanberger criticizing gerrymandering, but those were before Trump pushed Republican states to redraw their congressional maps in advance of this year's midterms.</p><p>Democrats “were all against gerrymandering before they were for it,” Virginia Republican Party Chairman Jeff Ryer said.</p><p>Virginia court weighs whether lawmakers acted illegally</p><p>Virginia lawmakers endorsed a constitutional amendment allowing their mid-decade redistricting last fall, then passed it again in January as part of a two-step process that requires an intervening election for an amendment to be placed on the ballot.</p><p>In February, they passed a new U.S. House map to take effect pending the outcome of the redistricting referendum. Republicans have filed multiple legal challenges against the effort.</p><p>A Tazewell County judge ruled that the redistricting push was illegal for several reasons. Circuit Court Judge Jack Hurley Jr. said lawmakers failed to follow their own rules for adding the redistricting amendment to a special session.</p><p>He ruled that their initial vote failed to occur before the public began casting ballots in last year’s general election and thus didn’t count toward the two-step process. He also ruled that the state failed to publish the amendment three months before that election, as required by law.</p><p>If the state Supreme Court agrees with the lower court, the results from Tuesday's vote could be rendered moot.</p><p>___</p><p>Associated Press writer Lisa Mascaro in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K7ZYDZ2OHCX5LCV23ER3Y6YHXE.jpg?auth=ec7dc14834c84800fcd01f7edc6aec10aaa45e688eea4d4640ee452de9a1ba98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person votes early in the Virginia redistricting referendum at the Fairfax County Government Center, 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/WWGZGBK2TYUU6SKT5UV5I6F7SM.jpg?auth=dbe5f36e2efafff33230b7d0d77744af9efb68b724e40773fcc78bb11c2472a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person early votes in the Virginia redistricting referendum at the Fairfax County Government Center, 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/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><media:content url="https://www.local10.com/resizer/v2/UYCK4GATURJUCEDDG2OJUOYVHI.jpg?auth=4faec518d5701881bad3beabbbf49bee65ec0d9243e2a89d1322cfa76106ed4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Signs in support of the Virginia redistricting referendum are seen as Jen Strozier and Doug Mock, members of the Goochland Democratic Committee, order lunch at GG's Pizza, Thursday, April 2, 2026, in Maiden, 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/WPFXQSYKUAAC3JAMV7A2YFFCPA.jpg?auth=6357d56110765be484de842409d6738f973ff99caaf036ad8ba93f6ac18eba31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A truck driver stops to wave at members of the Madison County Republican Committee as they hold signs opposing the Virginia redistricting referendum, during the early voting period, 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></item><item><title><![CDATA[Man who set neighbor on fire during a home burglary set to be executed in Florida]]></title><link>https://www.local10.com/news/florida/2026/04/21/man-who-set-neighbor-on-fire-during-a-home-burglary-set-to-be-executed-in-florida/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/21/man-who-set-neighbor-on-fire-during-a-home-burglary-set-to-be-executed-in-florida/</guid><dc:creator><![CDATA[By DAVID FISCHER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 04:01:54 +0000</pubDate><content:encoded><![CDATA[<p>A Florida man who set his neighbor on fire after she found him burglarizing her home during her lunch break from work is set to be executed Tuesday evening.</p><p>Chadwick Scott Willacy, 58, is scheduled to receive a three-drug injection starting at 6 p.m. at Florida State Prison near Starke for the 1990 killing of Marlys Sather. Willacy was sentenced to death a year later upon a 9-3 jury recommendation after being convicted of first-degree murder, burglary, robbery and arson.</p><p>Court records indicate Sather had returned to her Palm Bay home for her lunch break in September 1990 and found Willacy burglarizing her home. He struck her in the head with a blunt object, fracturing her skull, and then bound her hands and ankles with wire and tape, according to investigators.</p><p>Willacy attempted to strangle Sather with a telephone cord, and when that didn’t work, he doused her in gasoline and set her on fire, records show. An autopsy determined that Sather had died from smoke inhalation, indicating she was still alive when she was set ablaze.</p><p>Willacy also stole Sather’s car and other items from her home, and used the woman’s ATM card to steal cash, officials said. When Sather failed to return from her break, her employer caller her family. Her son-in-law went to check on her and found her body.</p><p>The Florida Supreme Court ordered a new sentencing in 1994 because the trial judge failed to allow defense attorneys a chance to rehabilitate a potential juror who indicated she could not recommend the death penalty. Willacy was resentenced to death in 1995 with an 11-1 recommendation by a new jury.</p><p>This would be Florida’s fifth execution in 2026 following a record 19 executions in the state last year. Republican Gov. Ron DeSantis oversaw more executions in a single year in 2025 than any other Florida governor since the death penalty was reinstated in 1976. The previous record was set in 2014 with eight executions.</p><p>The Florida Supreme Court denied appeals filed by Willacy last Wednesday. He had made claims based on the state's refusal to grant public records requests about executions and lethal injection.</p><p>Willacy's final appeals were pending before the U.S. Supreme Court as the execution date loomed.</p><p>A total of 47 people were executed in the U.S. in 2025. Florida led the way with a long line of death warrants signed by DeSantis. Alabama, South Carolina and Texas tied for second with five executions each.</p><p>Another execution has been scheduled in Florida for later this month. James Ernest Hitchcock, 70, is scheduled to received a lethal injection on April 30. He was convicted of beating and choking his 13-year-old niece to death.</p><p>All Florida executions are by lethal injection using a sedative, a paralytic and a drug that stops the heart, according to the Department of Corrections.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JVNHYWHXDOXVHQSED3GQPFDGXU.jpg?auth=677e3e9e0787ad41e996ba36ed0ee9d9c790af4d5468b5e3666cae678b2bb5e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -The entrance to Florida State Prison in Starke, Fla. is shown Thursday, Aug. 3, 2023. (AP Photo/Curt Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Curt Anderson</media:credit></media:content></item><item><title><![CDATA[South Korean police seek to arrest K-pop mogul behind BTS]]></title><link>https://www.local10.com/entertainment/2026/04/21/south-korean-police-seek-to-arrest-k-pop-mogul-behind-bts/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/21/south-korean-police-seek-to-arrest-k-pop-mogul-behind-bts/</guid><dc:creator><![CDATA[By KIM TONG-HYUNG, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 09:52:47 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — South Korean police said Tuesday they are seeking to arrest music mogul Bang Si-Hyuk, chairman of the agency behind K-pop supergroup BTS, as they expand an investigation into allegations that he illegally gained more than $100 million in an investor fraud scheme.</p><p>The Seoul Metropolitan Police Agency confirmed that it has asked prosecutors to request a court warrant for arresting Bang, the billionaire founder and chairman of Hybe.</p><p>Bang’s legal team in a statement to The Associated Press did not directly address the accusations but expressed regret that police were seeking his arrest “despite our full and consistent cooperation with the investigation over an extended period.”</p><p>“We will continue to cooperate with all legal procedures and make every effort to clearly explain our position,” the statement said.</p><p>Bang, who has been barred from leaving the country since August, is being investigated over allegations that he misled investors in 2019 by telling them Hybe had no plans to go public, prompting them to sell their shares to a private equity fund, before the company proceeded with an initial public offering. Police believe that the fund may have paid Bang around 200 billion won ($136 million) in a side deal that promised him 30% of post-IPO stock sale profits.</p><p>Hybe officials say Bang denies any wrongdoing.</p><p>Bang’s legal troubles are a major public relations setback for Hybe, coming as BTS embarks on a global tour after a nearly four-year hiatus as its seven members served their mandatory military service, which is required for most able-bodied South Korean males.</p><p>BTS performed in front of tens of thousands of international fans at a free comeback concert in Seoul last month and have also held several concerts in South Korea’s Goyang city and Tokyo. The group is to kick off a series of U.S. events with a concert in Tampa, Florida, later this month.</p><p>Bang, a music executive and producer who founded Hybe as Big Hit Entertainment in 2005, is widely seen as one of the most powerful figures in K-pop and has sought to capitalize on the global success of BTS to build his company into an international pop powerhouse.</p><p>In 2021, Hybe spent about $1 billion to purchase Scooter Braun’s Ithaca Holdings, securing the management rights to artists like Justin Bieber and Ariana Grande.</p><p>While Hybe’s roster includes some of K-pop’s biggest acts, such as Seventeen, Le Sserafim and Katseye in addition to BTS, the company has seen turmoil in recent years, including a highly public fallout between Bang and star producer Min Hee-Jin over the popular girl group NewJeans.</p><p>The rift erupted in 2024 when Hybe attempted to remove Min as CEO of Ador, the subsidiary managing NewJeans, while accusing her of illegally attempting to take control of that company. Min, in turn, accused Bang of hostile treatment and of undermining NewJeans in favor of other groups, as the dispute moved into courts. Members of NewJeans, who have described Min as a mentor, tried to leave the label following her ouster, but a court last year ruled they must honor their contract through 2029.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BGAISQPZT2IZBVXATTVHKRYH5U.jpg?auth=5684e8a1cfa8c4126bbbafde1d61d59b5d13ac269584dff65a2989a229340d2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bang Si-Hyuk, a chairman of Hybe answers reporters' question upon his arrival at the Seoul Metropolitan Police Agency in Seoul, South Korea, Monday, Sept. 15, 2025. (Kim Keun-soo/Newsis via AP)]]></media:description></media:content></item><item><title><![CDATA[Vehicle splits in half after crash in Homestead]]></title><link>https://www.local10.com/news/local/2026/04/20/vehicle-splits-in-half-after-crash-in-homestead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/vehicle-splits-in-half-after-crash-in-homestead/</guid><description></description><pubDate>Tue, 21 Apr 2026 01:48:38 +0000</pubDate><content:encoded><![CDATA[<p>The aftermath of a crash in Homestead was caught on camera.</p><p> </p><p>It happened Saturday night along Southwest 272nd Street and 127th Avenue. </p><p>Authorities said a driver lost control and slammed their vehicle into a tree.</p><p>That collision caused the car to split in half, officials said. </p><p>Two people, a 33-year-old and a 9-year-old, were taken by helicopter to HCA Florida Kendall Hospital in stable condition. </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[Stocks and oil prices hold relatively steady in the countdown to US-Iran ceasefire talks]]></title><link>https://www.local10.com/business/2026/04/21/oil-prices-hold-steady-but-wall-street-and-global-markets-higher-despite-doubts-about-us-iran-talks/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/21/oil-prices-hold-steady-but-wall-street-and-global-markets-higher-despite-doubts-about-us-iran-talks/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 14:00:29 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. stocks are holding firm Tuesday after UnitedHealth Group and other big companies showed they’re making even bigger profits than analysts expected. Oil prices, meanwhile, remained relatively stable as optimism seems to be sticking in financial markets that the United States and Iran will avoid a worst-case scenario for the economy, even with their war ongoing.</p><p>The S&P 500 added 0.2%, coming off just its second drop in 14 days, and is close to another all-time high. The Dow Jones Industrial Average was up 397 points, or 0.8%, as of 9:50 a.m. Eastern time, and the Nasdaq composite was 0.1% higher.</p><p>UnitedHealth helped lead the market with a jump of 9.4% after reporting stronger profit and revenue for the beginning of the year than analysts expected. It also raised its forecast for profit over the full year of 2026.</p><p>That’s big because stock prices tend to follow the path of corporate profits over the long term. It’s a double-plus for investors when companies not only top earnings estimates but also forecast even better growth ahead.</p><p>Quest Diagnostics rose 5.8% after it likewise joined the fattening list of companies topping expectations for profit and revenue during the latest quarter. It also raised its forecast for profit for the full year.</p><p>They helped offset an 8.3% drop for Tractor Supply, whose profit and revenue for the latest quarter fell short of expectations.</p><p>Other signals are also indicating the U.S. economy may be doing OK despite the sharp up-and-down swings for oil prices because of the war with Iran. A report on Tuesday morning showed that U.S. retailers made more money in March, the first full month of the war, than analysts expected.</p><p>Growth was even relatively stable for retail sales when not including those from gasoline stations.</p><p>“It’s become cliched to say that the economic hit will depend on the duration of the Middle East conflict, but that cliché does ring true,” according to Brian Jacobsen, chief economic strategist at Annex Wealth Management.</p><p>The price for a barrel of Brent crude oil, the international standard, dipped 0.7% to $94.78 ahead of the scheduled expiration early Wednesday, Tehran time, of a U.S.-Iran ceasefire agreement. Both sides are continuing to talk tough, but hope remains after both have signaled they will hold a new round of ceasefire talks in Pakistan.</p><p>Much of the tension in financial markets has focused on what will happen to the Strait of Hormuz, a narrow waterway off Iran’s coast that oil tankers use to exit the Persian Gulf. A long-term closure would keep crude oil pent up in the gulf and away from customers worldwide.</p><p>The price of a barrel of Brent oil has gone from roughly $70 before the war to $119 at times as worries have risen and fallen about a long-term closure for the strait.</p><p>On Wall Street, Apple slipped 0.6% after Tim Cook said he’ll step down as CEO on Sept. 1 and become the iPhone maker’s executive chairman. He’s handing control over to John Ternus, a company veteran who rose through the iPhone maker’s hardware engineering ranks.</p><p>Amazon rose 1.4% after Anthropic said it signed a new agreement and is committing more than $100 billion over the next 10 years to AWS technologies to train and run its Claude chatbot.</p><p>In stock markets abroad, indexes were mixed in Europe following a stronger finish in Asia. South Korea’s Kospi rose 2.7% for one of the world’s biggest moves.</p><p>In the bond market, Treasury yields edged higher. The yield on the 10-year Treasury rose to 4.27% from 4.26% late Monday.</p><p>Kevin Warsh, President Donald Trump's nominee to chair the Federal Reserve, will be speaking on Capitol Hill later Tuesday. He'll face a tightrope walk, as investors will want to see if he would keep the Fed's independence from political meddling even though Trump has been pushing hard for lower interest rates.</p><p>___</p><p>AP Business Writers Matt Ott and Elaine Kurtenbach contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5QJZWKRLIXURS26QBQQB24DGAM.jpg?auth=2a02084a12ec352ee02f28352dffd9ce519adf013226b44f431883b6e199cd7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Specialist James Denaro works at his post on the floor of the New York Stock Exchange, Monday, April 20, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Civil trial over fatal Tesla crash in Fort Lauderdale resolved during jury selection]]></title><link>https://www.local10.com/news/local/2026/04/20/civil-trial-over-fatal-tesla-crash-in-fort-lauderdale-resolved-during-jury-selection/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/civil-trial-over-fatal-tesla-crash-in-fort-lauderdale-resolved-during-jury-selection/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[There was an abrupt ending on Monday to a lawsuit involving the families of a deadly, fiery crash that occurred in nearly eight years ago.]]></description><pubDate>Tue, 21 Apr 2026 01:36:23 +0000</pubDate><content:encoded><![CDATA[<p>There was an abrupt ending on Monday to a lawsuit involving <a href="https://www.local10.com/news/local/2026/04/20/jury-selection-begins-in-broward-civil-case-against-tesla-over-2-deaths/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/20/jury-selection-begins-in-broward-civil-case-against-tesla-over-2-deaths/">the families of a deadly, fiery crash that occurred in nearly eight years ago</a>.</p><p>Potential jurors were sent home around 1:30 p.m. after the judge in the case said the families had resolved the matter.</p><p>The case is related to a crash and a fire that killed Edgar Monserratt Martinez and Barrett Riley, both 18 years old, in May of 2018.</p><p>Monserratt Martinez was a front-seat passenger in the 2014 Tesla Model S that Riley was driving at 116 mph in a 30-mph zone in Fort Lauderdale.</p><p>Riley crashed the Tesla into a wall along Seabreeze Boulevard.</p><p>In 2022, Riley’s parents claimed Tesla designed the defective batteries that were to blame for the fire that followed. That lawsuit was dismissed.</p><p>Riley’s parents also claimed Tesla installed a device to prevent travel above 85 mph, and a Tesla technician in Dania Beach removed it without their consent.</p><p>Attorneys representing Tesla denied both accusations and focused on Riley’s driving record during that trial. </p><p>A jury ruled Riley was most responsible, so Tesla was only liable for $105,000.</p><p>In this most recent civil lawsuit, Monserratt Martinez’s family claimed negligence by both Riley and Tesla, and that they were to blame for the tragedy.</p><p>Monserratt Martinez and Riley were only about 18 days away from earning their high school diploma from Pine Crest School in Fort Lauderdale when they died.</p><p>The judge and the attorneys in the case declined to disclose any details about the settlement. </p><p>All of those negotiations happened behind closed doors and that information was not presented to the jurors before they were dismissed.</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[CJ McCollum leads a late rally as the Hawks stun the Knicks 107-106 to tie their series at 1-1]]></title><link>https://www.local10.com/sports/2026/04/21/cj-mccollum-leads-a-late-rally-as-the-hawks-stun-the-knicks-107-106-to-tie-their-series-at-1-1/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/21/cj-mccollum-leads-a-late-rally-as-the-hawks-stun-the-knicks-107-106-to-tie-their-series-at-1-1/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 04:05:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — CJ McCollum scored 32 points and the Atlanta Hawks rallied to stun the New York Knicks 107-106 on Monday night, tying their first-round playoff series at one game apiece.</p><p>McCollum led a late surge that was almost for naught when he missed two free throws with 5.6 seconds remaining. The Knicks rushed the ball up the court without any timeouts left, but Mikal Bridges missed a jumper as time expired.</p><p>“It’s a long game,” McCollum said. “You’ve got to play to zero.”</p><p>The Hawks had trailed the whole second half and were down 12 after three quarters. Atlanta chipped away and a basket by McCollum gave the Hawks a 101-100 lead — their first of the series in the second half — with 2:09 to play. He made another for a three-point lead, and after Jalen Brunson tied it with a 3-pointer, McCollum answered with another jumper to make it 105-103 with 33 seconds to play.</p><p>Jonathan Kuminga added 19 points off the bench and Jalen Johnson scored 17, including a basket with 10 seconds left for a four-point lead for the No. 6 seeds, who host Game 3 on Thursday.</p><p>Brunson had 29 points for the Knicks and Karl-Anthony Towns added 18.</p><p>The Knicks are trying to reach the second round for a fourth straight season, their longest stretch since the 1991-92 to 1999-2000 seasons, and seemed well on their way.</p><p>“This is a game we should have won,” New York's Josh Hart said. “In the playoffs you can’t give away games.”</p><p>The Knicks had been 40-1 in the postseason since the advent of the shot clock in 1954-55 when leading by 12 or more after three quarters. The only loss was when Reggie Miller scored 25 points in the fourth for Indiana in Game 5 of the 1994 Eastern Conference finals.</p><p>Towns, who had four points in the first half, scored 14 in the third quarter as the Knicks extended the lead to 78-64. They were still ahead by eight with under five minutes remaining.</p><p>But their young players who sparked the Hawks' surge after the All-Star break finally made some plays before McCollum — ignoring profane jeers after he and Jose Alvarado went nose-to-nose and were each given technical fouls in the third quarter — then closed it out.</p><p>McCollum was acquired from Washington in the January trade for Trae Young, the Hawks star who was a former playoff villain at Madison Square Garden. He filled the role perfectly Monday, outplaying Brunson in the second half and stealing a game that looked lost.</p><p>Hart had 15 points, 13 rebounds and six assists.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OXB3TE5IYDQ7RKPI57X7W5K7BU.jpg?auth=f52016f867b86c96719c596ba224f0aeaf3b5b50d9125fbf6b249a9eefcc63ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Miles McBride (2) drives past Atlanta Hawks guard CJ McCollum (3) during the first half in Game 2 of a first-round NBA playoffs basketball series, Monday, April 20, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YZPAYZF4QY2DISTTE2PB3PWORI.jpg?auth=753051f4794af39fb5577a52822832942d76b7f791ffff7d4f20a4964c69d089&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Hawks forward Jonathan Kuminga (0) attempts to drive past New York Knicks guard Jordan Clarkson (00) during the first half in Game 2 of a first-round NBA playoffs basketball series, Monday, April 20, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KHKGCMAJ6DJTPYLNLAQHHSCSDY.jpg?auth=d3e2e6d91b17f7edd809c7a15a2f5746002b2ad67fffe812df8f296c43175daf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Jalen Brunson (11) drives past Atlanta Hawks forward Mouhamed Gueye (18) during the first half in Game 2 of a first-round NBA playoffs basketball series, Monday, April 20, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B4EADP34XXDK5QNVFGQETWXVFA.jpg?auth=29365f039b1fc9ae109e7828636d0442baa05cefbd257473e773a8921a60c1f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks center Karl-Anthony Towns (32) blocks Atlanta Hawks guard Nickeil Alexander-Walker (7) during the first half in Game 2 of a first-round NBA playoffs basketball series, Monday, April 20, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C634ZZJLBFCP2NHCHVQ4AOEXI4.jpg?auth=574649e128156e88d6533c279f8d5229e002be3f5739d17adca90ea3b90c2e63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Jose Alvarado, right, argues with Atlanta Hawks guard CJ McCollum (3) during the second half in Game 2 of a first-round NBA playoffs basketball series, Monday, April 20, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Homestead woman accused of drunkenly shooting 2 outside ceviche bar]]></title><link>https://www.local10.com/news/local/2026/04/20/homestead-woman-accused-of-drunkenly-shooting-2-outside-ceviche-bar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/homestead-woman-accused-of-drunkenly-shooting-2-outside-ceviche-bar/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Homestead woman is facing six felony charges after police said she shot two other women outside of a restaurant in the city late Friday night.]]></description><pubDate>Mon, 20 Apr 2026 15:49:24 +0000</pubDate><content:encoded><![CDATA[<p>A Homestead woman is facing six felony charges after police said she shot two other women outside of a restaurant in the city late Friday night.</p><p>Investigators with the Homestead Police Department said Samantha Morales, 34, drunkenly opened fire after confronting the victims after they walked out of Dr. Limon Ceviche Bar, located at 2508 NE 10th Court ― within the large Homestead Pavilion shopping plaza.</p><p>According to police, the victims told investigators that after they “exited the restaurant and began to say their goodbyes,” Morales drove up in a Tesla and asked them whether they were “good” or “OK.”</p><p>An HPD report doesn’t state whether or how Morales knew the women.</p><p>After one of the victims replied, “Yes, I’m OK. Are you?,” police said Morales retorted, “Yes, b----. But it looks like you have a problem.”</p><p>Police said Morales opened her car door and pulled out a gun, asking, “What are you gonna do about it?”</p><p>After one of the victims asked Morales whether she was going to “intimidate” them with the gun, police said the group continued to argue until Morales opened fire, shooting two of the women.</p><p>According to the report, one of the women “lunged” at Morales in an effort to disarm her. </p><p>“The two then began to fight and were separated by the police,” a detective wrote. “The victim then noticed she was shot.”</p><p>Detectives said Morales told them that she “she did not remember the incident but claims she was fighting for her life” and “admitted to having three alcoholic beverages.”</p><p>Authorities arrested Morales on three counts of aggravated assault with a firearm, two counts of aggravated battery with a deadly weapon and one count of using a firearm ― all felonies ― plus misdemeanor charges of improper exhibition of a firearm and using a firearm while under the influence of alcohol.</p><p>As of Monday, she remained behind bars at the Turner Guilford Knight Correctional Center after a Miami-Dade judge ordered her held without bond.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3629.5045878244573!2d-80.44243612110142!3d25.479106664142677!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9dd7a13bdd467%3A0xf1d4eca8638304cb!2sDr.%20Limon%20Ceviche%20Bar%20-%20Homestead!5e1!3m2!1sen!2sus!4v1776695489710!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Martinook's goal lifts Hurricanes past Senators 3-2 in 2OT after he misses rare OT penalty shot]]></title><link>https://www.local10.com/sports/2026/04/21/martinooks-goal-lifts-hurricanes-past-senators-3-2-in-2ot-in-nhl-playoffs/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/21/martinooks-goal-lifts-hurricanes-past-senators-3-2-in-2ot-in-nhl-playoffs/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 04:45:37 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, N.C. (AP) — Jordan Martinook beat Linus Ullmark from the slot at 13:53 of the second overtime to help the Carolina Hurricanes beat the Ottawa Senators 3-2 on Monday night and take a 2-0 lead in their first-round playoff series.</p><p>Martinook — who was stopped on a penalty shot in the first OT — kept the winning play alive by chasing down a loose rebound toward the boards to keep the possession in the offensive zone. Moments later, Nikolaj Ehlers found Martinook between the circles to beat Ullmark, who was partially shielded by Carolina captain Jordan Staal at the top of the crease.</p><p>That set off a mob celebration by the Hurricanes around Martinook in a corner of the ice, ending a game that saw them hang on despite blowing a 2-0 lead and having an apparent winner by Mark Jankowski waved off in the first overtime due to an offside call on review.</p><p>The Hurricanes still had a chance to win it after the overturned goal, only for Ullmark to stop Martinook on the NHL's first OT postseason penalty-shot attempt since 2020.</p><p>“I didn't feel very good about myself after that penalty shot, and that intermission felt really long," Martinook said. “That was cool. I'm happy it worked out that way. It didn't matter who scored, but it was going to be a long night if that penalty shot came back to bite me.”</p><p>The Eastern Conference's top seed managed to protect home-ice advantage — barely — as the series moves to Canada’s capital for Game 3 on Thursday.</p><p>“That’s the toughest thing: You have it won, a hard-fought game, and then to have it turned over," Carolina coach Rod Brind'Amour said. "You’ve got to give the guys tons of credit, because our game didn’t change. We actually got better, I think, in the second overtime.”</p><p>Logan Stankoven and Sebastian Aho also scored for Carolina, while Frederik Andersen shook off giving up two second-period goals to finish with 37 saves and multiple key stops late.</p><p>Drake Batherson and Dylan Cozens scored for Ottawa, while Ullmark finished with 43 saves and was terrific all night. He had multiple big stops in the second period, one when he extended his glove to knock down a hammered one-timer from Taylor Hall as the puck shifted cross-ice to his left side. Another came in the final seconds of regulation when he got his left shoulder on Staal's shot from the top of the crease.</p><p>“A hell of an effort,” Senators coach Travis Green said. “Playoffs are hard sometimes. Some of the games you lose, they sting. This one's going to sting.”</p><p>The Hurricanes appeared to have pushed through late in the first OT, with Jankowski skating in to pounce on a loose rebound and beat Ullmark on the left side with 2:42 left to send the home crowd into a frenzy. But officials reviewed the sequence and determined that Staal didn’t have possession and control of the puck as he entered the zone, coming as Martinook skated through the middle across the blue line for a 1-on-1 chance on Ullmark.</p><p>That sequence ultimately led to a hooking penalty on Warren Foegele, with Carolina scrambling an extra attacker and getting Jankowski’s offside-overturned score and then Martinook's penalty shot.</p><p>“Hockey’s crazy, sports are crazy,” Martinook said. “Being able to score after that, I’ll tell my grandkids about that one, that’s for sure.”</p><p>The Senators played without defenseman Artem Zub, who left Game 1 with an undisclosed injury. He had been considered a game-time decision.</p><p>___</p><p>AP NHL playoffs: https://apnews.com/hub/stanley-cup and https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2P3OWX6WEKTZTBX7B5X3SII32A.jpg?auth=8b2a65a4275a16c0e90d9335376f0f403de6bae9e219f27c8dc59de4234b4546&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Jordan Martinook, second from right, celebrates after his winning overtime goal with Sean Walker (26), Taylor Hall (71) and K'andre Miller (19) following the second overtime of Game 2 of an NHL hockey Stanley Cup first-round playoff series against the Ottawa Senators in Raleigh, N.C., Monday, April 20, 2026. (AP Photo/Karl DeBlaker)]]></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/RI4L6NRBTU3KZXQOF7ERZ232ZA.jpg?auth=3ea91e5b440cad7d8ba12445f4eef78fd043ba3a9159d09283119fb86aefbef5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ottawa Senators goaltender Linus Ullmark (35) has the shot of Carolina Hurricanes' Nikolaj Ehlers (27) go wide of the net with Senators' Jake Sanderson (85) nearby during the second period of Game 2 of an NHL hockey Stanley Cup first-round playoff series in Raleigh, N.C., Monday, April 20, 2026. (AP Photo/Karl DeBlaker)]]></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/IEBJCXCXOMSMVT4X7RGLYEOG7M.jpg?auth=1f2ba148d19f10da1b7ab525780b8de0cabd657f60079bcd248c6b6d5b7b561d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ottawa Senators' Fabian Zetterlund (20) collides with Carolina Hurricanes' Seth Jarvis (24) and Alexander Nikishin (21) the first period of Game 2 of an NHL hockey Stanley Cup first-round playoff series in Raleigh, N.C., Monday, April 20, 2026. (AP Photo/Karl DeBlaker)]]></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/D3TM4MTEUDCG5YEPXDRS4C2NFM.jpg?auth=6d427fd56e305574b8826489bca9ca6f023ad9fa1cd3ba644e7f598b65bc5a60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes goaltender Frederik Andersen (31) blocks a shot by Ottawa Senators' Fabian Zetterlund (20) with Senators' Brady Tkachuk (7) looking on during the first period of Game 2 of an NHL hockey Stanley Cup first-round playoff series in Raleigh, N.C., Monday, April 20, 2026. (AP Photo/Karl DeBlaker)]]></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/WSUIXJDI2VRJL5P4UJTPG4YDM4.jpg?auth=f3d310e279c949c5cf7c093fa3f7d8b5154b5453650928b204e8e9788271ee79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ottawa Senators' Claude Giroux (28) battles for the puck with Carolina Hurricanes' Jalen Chatfield, right, and Jaccob Slavin (74) during the first period of Game 2 of an NHL hockey Stanley Cup first-round playoff series in Raleigh, N.C., Monday, April 20, 2026. (AP Photo/Karl DeBlaker)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content></item><item><title><![CDATA[Vladar stops 27 shots as Flyers top Penguins 3-0 to take commanding 2-0 lead in first-round series]]></title><link>https://www.local10.com/sports/2026/04/20/vladar-stops-27-shots-as-flyers-top-penguins-3-0-to-take-commanding-2-0-lead-in-first-round-series/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/20/vladar-stops-27-shots-as-flyers-top-penguins-3-0-to-take-commanding-2-0-lead-in-first-round-series/</guid><dc:creator><![CDATA[By WILL GRAVES, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 02:49:03 +0000</pubDate><content:encoded><![CDATA[<p>PITTSBURGH (AP) — Dan Vladar stopped 27 shots, rookie Porter Martone scored for the second straight game and the Philadelphia Flyers shut out Sidney Crosby and the Pittsburgh Penguins 3-0 on Monday night to take a 2-0 lead in their best-of-seven first-round series.</p><p>The 19-year-old Martone became the sixth-youngest player in NHL history to score in each of his first two playoff games when he beat Stuart Skinner deep into the second period to put Philadelphia in front. Garnet Hathaway added a short-handed goal a few minutes later, and Luke Glendening chipped in an empty-netter late in the third.</p><p>Vladar made it stand up as the red-hot Flyers, who needed a scorching finishing stretch just to reach the playoffs, frustrated the suddenly offensively challenged Penguins all night.</p><p>“He’s been like that all year for us,” Philadelphia coach Rick Tocchet said of Vladar. “Guys enjoy playing for him.”</p><p>Game 3 is Wednesday night in Philadelphia.</p><p>Pittsburgh, the NHL's third-highest scoring team during a resurgent regular season, again struggled to get pucks on net against Vladar. The Penguins, who had just 17 shots in a Game 1 loss on Saturday night, vowed to come out with more jump.</p><p>While Pittsburgh controlled long swaths of the game after another slow start, including sustained pressure in the third, it could not find a way to slip the puck past Vladar.</p><p>“(We) should be frustrated, we just lost two games at home,” Pittsburgh coach Dan Muse said. "But with frustration it’s how are you going to respond. ... Nobody is happy. Nobody should be.”</p><p>The 28-year-old Vladar, who had never won a playoff game in his six-year career before this series, held firm as the Flyers headed home with momentum.</p><p>Pittsburgh shuffled its top two lines midway through the game looking for a jolt. While it created more opportunities, it did not result in more goals. The Penguins went 0 for 5 on the power play to fall to 0 for 7 with the man advantage during the series.</p><p>Stuart Skinner made 20 saves for the Penguins, including a couple of breakaways that could have broken things open, but it wasn't against the young Flyers, who seem to be gaining confidence with each passing game.</p><p>Martone, who was playing collegiately at Michigan State last month, scored his fifth goal in 10 games as a pro when a rebound off a Travis Konecny shot came right to his stick. Martone powered it into the open net to put Philadelphia in front with 6:21 to go in the second.</p><p>“I made this jump because I believed I could help this hockey team,” Martone said. "I hopped on a moving train and it’s been good ever since.”</p><p>The Flyers were on the penalty kill just over four minutes later when they doubled their lead. Owen Tippett fought off a pair of Penguins to keep the puck in the Pittsburgh zone and then fed Hathaway, who deposited it into the open net on a night the only place Philadelphia dominated was the scoreboard.</p><p>“Sometimes in the playoffs you have to win those ugly games,” Tocchet said. "It was an ugly game for us. ... Sometimes you’ve got to win games like that.”</p><p>___</p><p>AP NHL playoffs: https://apnews.com/hub/stanley-cup and https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYVHYTMXEWDCJQXSSSZCQHVWDU.jpg?auth=9200623db3d9aaa3a800f56d7d8732f9609eeff08214923bd034284bea5666fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Flyers goaltender Dan Vladar (80) celebrates with Porter Martone (94) after time ran out in Game 2 in the first round of the NHL Stanley Cup playoffs against the Pittsburgh Penguins in Pittsburgh, Monday, April 20, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SFF3XDTS2DY4ZLRBEBOV4PHV4U.jpg?auth=4e2d52da101d6b4621ef17514f2a590a2f94fecd62dfe4de3f2805ea495f3481&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Flyers' Garnet Hathaway celebrates after scoring during the second period of Game 2 in the first round of the NHL Stanley Cup playoffs against the Pittsburgh Penguins in Pittsburgh, Monday, April 20, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KZKQE4NTHRWNIIZNKFSMBVF3I.jpg?auth=2bf582fae8b8092d9e26759a2f6080994dd358dfb193910da2c8ea1f45305408&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Penguins goaltender Stuart Skinner (74) blocks a shot by Philadelphia Flyers' Rasmus Ristolainen (55) during the first period of Game 2 in the first round of the NHL Stanley Cup playoffs in Pittsburgh, Monday, April 20, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2ULMPQLCQFNWUGLDQQ76RDZM34.jpg?auth=2806c7128da3cb594b4c74fb7d8104e8d9eb7ce5c440b2fdd23f3584fa8af2ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Penguins' Sidney Crosby (87) checks Philadelphia Flyers' Rasmus Ristolainen (55) in front of Penguins goalie Stuart Skinner, center bottom, during the first period of Game 2 in the first round of the NHL Stanley Cup playoffs in Pittsburgh, Monday, April 20, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B45JAIZPVKN6Z4CUBD7LPG4MMQ.jpg?auth=7a5174bf8bdd919f0322c1bfbb38a422c8041270f4d1cc3c548c33dd39bf4bfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Penguins' Evgeni Malkin (71) has a shot deflected by Philadelphia Flyers' Cam York (8) in front of Flyers goaltender Dan Vladar (80) during the first period of Game 2 in the first round of the NHL Stanley Cup playoffs in Pittsburgh, Monday, April 20, 2026. (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[Mitchell scores 30, Harden adds 28 as Cavaliers beat Raptors 115-105 for 2-0 series lead]]></title><link>https://www.local10.com/sports/2026/04/20/mitchell-scores-30-harden-adds-28-as-cavaliers-beat-raptors-115-105-for-2-0-series-lead/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/20/mitchell-scores-30-harden-adds-28-as-cavaliers-beat-raptors-115-105-for-2-0-series-lead/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 03:09:05 +0000</pubDate><content:encoded><![CDATA[<p>CLEVELAND (AP) — Donovan Mitchell scored 30 points, James Harden added 28 and the Cleveland Cavaliers held on for a 115-105 victory over the Toronto Raptors on Monday night for a 2-0 lead in their Eastern Conference first-round series.</p><p>Evan Mobley had 25 points and eight rebounds for the Cavaliers, who had at least three players score at least 25 points in a postseason game for the second straight season and fourth time overall.</p><p>“They threw the kitchen sink at us, gave us a lot of different looks and (we) kept our poise,” Cleveland coach Kenny Atkinson said. “Donovan and James closed it for us, but I thought our defense kind of forced them to go small. This is what the playoffs are about. They came at us hard and we responded.”</p><p>Cleveland — which never trailed — has won 12 straight playoff games against Toronto, tying the NBA postseason record for consecutive wins against an opponent. The streak began in the 2016 Eastern Conference finals, when the Cavaliers took the final two games. Cleveland swept Toronto in four games in the second round in 2017 and '18.</p><p>The Cavaliers also have 12-game winning streaks against Detroit and Atlanta, while the Los Angeles Lakers had a 12-game run against Seattle from 1980 through '89.</p><p>Scottie Barnes led Toronto with a playoff career-high 26 points. RJ Barrett had 22 points and nine rebounds.</p><p>The Raptors had 16 fast-break points after being held to a season-low three on Saturday. But Toronto committed a season-high 22 turnovers that led to 22 Cavaliers points.</p><p>“The only time the game got away was when we made a lot of turnovers. We played super hard, we adjusted to how the game was going, and did certain things that helped us,” Barnes said.</p><p>The series shifts to Toronto for Game 3 on Thursday night.</p><p>Harden had four assists to move into seventh place on the playoff career list with 1,139. He also had five steals, the fourth time he’s had at least that many in a playoff game.</p><p>A driving layup by Barnes got Toronto within 99-90 midway through the fourth quarter. Mitchell responded with seven straight points to put it away.</p><p>The Cavaliers had a 73-57 advantage midway through the third quarter before the Raptors countered with a 16-6 run.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7SOS3SCS3JOKNLTAJWVZBDI3LM.jpg?auth=0c052090168d74922e93867b5b5834edba60d5c2f58928f258ea4e2034103fcd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Cavaliers guard Donovan Mitchell (45) gestures to the crowd in the first half in Game 2 of a first-round NBA basketball playoffs series against the Toronto Raptors in Cleveland, Monday, April 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JQCCJESR4FXZRF7A4UNRXSIAYY.jpg?auth=c6d84c8f6ec3b67757eb087c41056a9539740332a6a19c6a26d045c2e0c61847&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Raptors guard Ja'kobe Walter (14) and Cleveland Cavaliers guard Donovan Mitchell (45) reach for the ball in the second half in Game 2 of a first-round NBA basketball playoffs series in Cleveland, Monday, April 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CFRWOSRVHGXMBGSTDJSLAWB5MM.jpg?auth=545749bedb400cf306999a9fe45fef484e9361c2b530090e61bf4975baeb119f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Cavaliers center Evan Mobley (4) dunks next to Toronto Raptors guard Ja'kobe Walter, right, in the second half in Game 2 of a first-round NBA basketball playoffs series in Cleveland, Monday, April 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6MKN2OQ2GUHFVK4YRLMLNV2FCA.jpg?auth=56222ec4e5dbd40d459c236316eeb5b8ea9bbcd1a756e7e2bfccf5e682818805&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Cavaliers guard Max Strus (2) shoots in front of Toronto Raptors forward Brandon Ingram (3) in the second half in Game 2 of a first-round NBA basketball playoffs series in Cleveland, Monday, April 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WWFDZXONDN7NYY6E5MTFABFAII.jpg?auth=e0e4755cfec2828dc6d011990b7047fb5ff76c2a159465465416d034935aabef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Cavaliers guard Donovan Mitchell (45) shoots over Toronto Raptors guard Jamal Shead (23) in the first half in Game 2 of a first-round NBA basketball playoffs series in Cleveland, Monday, April 20, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Star of ‘Beast’ Daniel MacPherson chats about new MMA drama with Local 10]]></title><link>https://www.local10.com/news/local/2026/04/20/star-of-beast-daniel-macpherson-chats-about-new-mma-drama-with-local-10/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/star-of-beast-daniel-macpherson-chats-about-new-mma-drama-with-local-10/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[The new mixed-martial arts drama “Beast” hit theatres on Friday. ]]></description><pubDate>Tue, 21 Apr 2026 01:50:01 +0000</pubDate><content:encoded><![CDATA[<p>The new mixed-martial arts drama “Beast” hit theatres on Friday. </p><p>After years away from the professional circuit, Patton James, who was played with raw intensity by Daniel MacPherson, is a man living a quiet life as a commercial fisherman. </p><p>But when his brother lands in trouble, James is forced back into the ring.</p><p>The film three years in the making and was almost a no-go.</p><p>MacPherson isn’t alone in this fight. He’s joined by Oscar-winner Russell Crowe, who also co-wrote the script. </p><p>Crowe plays Sammy, a trainer who stops at nothing to see James emerge victorious.</p><p>Shot on location in Sydney and during live events in Bangkok, “Beast” promises a level of authenticity rarely seen in sports.</p><p>From the brutal choreography to the emotional stakes, it’s a comeback story that hits hard.</p><p>Local 10 News’ Jason Carter chopped it up with the film’s leading man, and their conversation can be seen at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Importadores del sur de Florida corren a reclamar reembolsos millonarios tras fallo que anuló aranceles de Trump]]></title><link>https://www.local10.com/espanol/2026/04/20/importadores-del-sur-de-florida-corren-a-reclamar-reembolsos-millonarios-tras-fallo-que-anulo-aranceles-de-trump/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/20/importadores-del-sur-de-florida-corren-a-reclamar-reembolsos-millonarios-tras-fallo-que-anulo-aranceles-de-trump/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Importadores del sur de Florida comenzaron este lunes a solicitar reembolsos de aranceles a través de un portal federal, tras un fallo de la Corte Suprema que anuló gran parte de los aranceles impuestos por Trump en su “Día de la Liberación” de 2025.]]></description><pubDate>Tue, 21 Apr 2026 01:48:29 +0000</pubDate><content:encoded><![CDATA[<p>Uno de los mayores esfuerzos de reembolso en la historia de los Estados Unidos está en marcha, con importadores del sur de Florida comenzando a solicitar la devolución de su dinero.</p><p>Ralph de la Rosa, de Imperial Freight Brokers, con sede en un almacén en Doral, tiene clientes que importan aluminio, ventanas, puertas y productos alimentarios, entre otros. Explicó que sus clientes están ansiosos por recibir el reembolso de aranceles.</p><p>“Tengo algunos clientes que van a recuperar decenas de millones de dólares, y otros que quizás tenían menos, pero varios van a recuperar una buena cantidad de dinero”, dijo.</p><p>Esos clientes están presentando solicitudes a través de un portal en línea que el Servicio de Aduanas y Protección Fronteriza de EE.UU. lanzó este lunes. Esto ocurre un año después de que el presidente Donald Trump anunciara aranceles generalizados —en un día que llamó “Día de la Liberación”— que la Corte Suprema de EE.UU. anuló en gran parte como inconstitucionales en febrero.</p><p>“Hoy, creo que mis clientes pensarían que es su ‘Día de la Liberación’, porque pudimos comenzar a presentar, esta mañana, el proceso por el cual pueden reclamar los cientos de millones pagados por los importadores estadounidenses”, dijo de la Rosa. “Hoy he recibido correos electrónicos muy felices de mis clientes.”</p><p>En cuanto a si esos dólares se traducirán en ahorros para el consumidor, la situación es más complicada. De la Rosa explicó que muchos importadores absorbieron el costo de los aranceles, lo que hace difícil determinar cuánto podrían trasladar al consumidor final.</p><p>Un desafiante Trump dijo que seguirá adelante por otros medios, incluyendo la imposición de un arancel global del 10% mediante orden ejecutiva. Los funcionarios del gobierno han dicho que los reembolsos se esperan en un plazo de 60 a 90 días, aunque de la Rosa advirtió que posibles impugnaciones legales podrían complicar el proceso.</p><p>Lenny Feldman, socio gerente del bufete de abogados especializado en comercio y aranceles Sandler, Travis and Rosenberg, coincidió en que la situación podría cambiar. “Por ahora es un gran comienzo, un buen día, pero podría haber una apelación a este caso judicial que podría poner fin a estos reembolsos de aranceles”, dijo, añadiendo que los empresarios deben prepararse para más turbulencias arancelarias en el futuro.</p><p>Richard Trent, director ejecutivo de Main Street Alliance, una red nacional de defensa para pequeños empresarios, señaló que los aranceles han encarecido los costos y perturbado las cadenas de suministro para los negocios pequeños, que tienen menos capacidad para absorber nuevos impuestos. “Pueden imaginar la urgencia que sienten los pequeños empresarios que tuvieron que pagar esencialmente impuestos ilegales por recuperar su dinero”, dijo.</p>]]></content:encoded></item><item><title><![CDATA[Asesinan a ejecutivo de seguros de Boca Raton nueve días antes de una audiencia clave en su demanda contra su ex empleador]]></title><link>https://www.local10.com/espanol/2026/04/20/asesinan-a-ejecutivo-de-seguros-de-boca-raton-nueve-dias-antes-de-una-audiencia-clave-en-su-demanda-contra-su-ex-empleador/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/20/asesinan-a-ejecutivo-de-seguros-de-boca-raton-nueve-dias-antes-de-una-audiencia-clave-en-su-demanda-contra-su-ex-empleador/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Arman Motiwalla, de 37 años, fue baleado y muerto el 8 de abril en el estacionamiento de su trabajo en Boca Raton, días antes de que nueva evidencia saliera a la luz en su demanda por denuncia de irregularidades contra Innovative Partners.]]></description><pubDate>Tue, 21 Apr 2026 01:44:41 +0000</pubDate><content:encoded><![CDATA[<p>La policía dice que un empresario del sur de Florida fue encontrado baleado y muerto en un estacionamiento a principios de abril, justo al lado de su auto. Ocurrió cuando nueva evidencia estaba por salir a la luz en una demanda por denuncia de irregularidades contra su antigua empresa.</p><p>Arman Motiwalla, de 37 años y residente de Plantation, era un exitoso ejecutivo de seguros y padre de familia que trabajaba en Synergy Insurance Affiliates LLC, ubicada en 350 Camino Gardens Blvd. en Boca Raton.</p><p>El 8 de abril, mientras salía del trabajo en horas de la madrugada, Motiwalla recibió múltiples disparos y fue asesinado en el estacionamiento del negocio.</p><p>En el momento de su muerte, Motiwalla estaba involucrado en una amarga batalla legal con su antiguo empleador, la empresa Innovative Partners, con sede en Coral Springs.</p><p>“Fue despedido por objetar o negarse a participar en una práctica o política que violaba una ley, regla o reglamento”, dijo su abogado, G. Ware Cornell Jr.</p><p>Los registros muestran que Motiwalla presentó el caso de denuncia de irregularidades el verano pasado, e Innovative Partners LLC incluso contrademandó negando categóricamente las acusaciones de manejo indebido de fondos.</p><p>Cornell dijo que el asesinato del ejecutivo de seguros ocurrió apenas nueve días antes de que nueva evidencia estuviera programada para ser presentada en el tribunal relacionada con la demanda.</p><p>Esto solo ha añadido al misterio del asesinato, con algunas personas incluso especulando que Motiwalla estaba trabajando con las autoridades federales para ayudar a desmantelar a su antigua empresa.</p><p>“Nunca me dijo que fuera ningún tipo de testigo o participante en nada que involucrara algún tipo de agencia policial”, dijo Cornell.</p><p>Mientras el caso sigue bajo investigación, la policía ha calificado el tiroteo en el estacionamiento como un incidente aislado, y Cornell no señala a nadie como responsable.</p><p>A raíz del asesinato, un juez desestimó la demanda original por denuncia de irregularidades.</p><p>No se conoce ninguna conexión entre la demanda y el asesinato de Motiwalla. La policía dijo que aún investiga el caso y que no se han realizado arrestos.</p>]]></content:encoded></item><item><title><![CDATA[Podrían votar el miércoles para expulsar a congresista de Florida acusada de robar $5 millones en fondos de FEMA]]></title><link>https://www.local10.com/espanol/2026/04/20/podrian-votar-el-miercoles-para-expulsar-a-congresista-de-florida-acusada-de-robar-5-millones-en-fondos-de-fema/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/20/podrian-votar-el-miercoles-para-expulsar-a-congresista-de-florida-acusada-de-robar-5-millones-en-fondos-de-fema/</guid><dc:creator><![CDATA[Ross Ketschke]]></dc:creator><description><![CDATA[El Comité de Ética de la Cámara se reúne el martes para recomendar la expulsión de la representante Sheila Cherfilus-McCormick, acusada de robar $5 millones en fondos de alivio COVID de FEMA para financiar su campaña.]]></description><pubDate>Tue, 21 Apr 2026 01:41:09 +0000</pubDate><content:encoded><![CDATA[<p>La representante federal Sheila Cherfilus-McCormick se enfrenta a una posible expulsión del Congreso.</p><p>El Comité de Ética de la Cámara está programado para reunirse el martes con el fin de recomendar un castigo, luego de dictaminar que la demócrata del sur de Florida cometió más de dos docenas de violaciones éticas.</p><p>La investigación de dos años del panel bipartidista encontró lo que describe como evidencia clara y convincente de que Cherfilus-McCormick, de 47 años, robó $5 millones en fondos de alivio de COVID-19 de FEMA y canalizó ese dinero hacia su campaña.</p><p>La demócrata ha negado categóricamente los cargos y le dijo a Glenna Milberg de Local 10 en “This Week in South Florida” que el intento de expulsarla es parte de un ataque político.</p><p>“Les dije a todos desde el principio que todo esto estaba políticamente motivado para generar titulares escandalosos”, dijo Cherfilus-McCormick.</p><p>Pero las exigencias hacia Cherfilus-McCormick desde el Congreso no han hecho más que crecer. El representante federal Greg Steube, republicano de Florida, encabeza el impulso por la votación de expulsión y escribió en redes sociales: “Expulsar a alguien que le robó $5 MILLONES a los contribuyentes debería ser el voto más fácil en el Congreso.”</p><p>Forzar la salida de Cherfilus-McCormick del cargo requeriría que una ola de demócratas cruce las líneas partidistas. Hasta ahora, el líder de la minoría en la Cámara, Hakeem Jeffries, se ha negado a pronunciarse.</p><p>“Tendremos una conversación como caucus después de la recomendación, que anticipamos será bipartidista del comité de ética”, dijo Jeffries.</p><p>La votación del comité de ética llega tras una serie de salidas poco ceremoniales del Congreso. El representante republicano Tony Gonzales y el representante demócrata Eric Swalwell renunciaron la semana anterior después de enfrentar crecientes acusaciones de conducta sexual inapropiada.</p><p>Los casos están aumentando la presión sobre los legisladores para que rindan cuentas a sus colegas, incluso los de su propio partido.</p><p>“Ya basta de esta basura”, dijo el senador federal Ben Ray Luján, demócrata de Nuevo México. “Ya basta de proteger a la gente, ya basta de tanto maquillaje. La gente está aquí con la confianza del pueblo americano y actúan así.”</p><p>Estas renuncias han mantenido al Comité de Ética extraordinariamente ocupado en las últimas semanas. Este lunes, el panel publicó un comunicado diciendo que debe haber cero tolerancia para la conducta sexual inapropiada de cualquier tipo en los pasillos del Congreso, y pidió a quienes hayan experimentado conducta inapropiada en el Capitolio que se comuniquen con ellos.</p><p>Ya existe desde hace meses una moción para expulsar a Cherfilus-McCormick en la Cámara.</p><p>El legislador que la presentó dijo que esperaría a que el Comité de Ética concluyera su proceso para llevarla a votación.</p><p>Eso podría ocurrir muy pronto, ya que según se informó, los miembros recibieron instrucciones de estar listos para votar sobre la expulsión de la congresista el miércoles por la tarde.</p>]]></content:encoded></item><item><title><![CDATA[New Zealand Prime Minister Luxon survives party leadership vote months before election]]></title><link>https://www.local10.com/news/world/2026/04/20/new-zealand-prime-minister-luxon-survives-party-leadership-vote-months-before-election/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/20/new-zealand-prime-minister-luxon-survives-party-leadership-vote-months-before-election/</guid><dc:creator><![CDATA[By CHARLOTTE GRAHAM-McLAY, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 07:06:56 +0000</pubDate><content:encoded><![CDATA[<p>WELLINGTON, New Zealand (AP) — New Zealand Prime Minister Christopher Luxon said Tuesday that he had survived a vote on his leadership among his own party’s lawmakers, after recent slumps in the polls prompted speculation he might be ousted.</p><p>The vote was held behind closed doors during a routine meeting of Luxon’s center-right National Party lawmakers and was sought by the Prime Minister himself. Luxon emerged afterward to read a brief statement announcing the vote and departed without taking questions from reporters.</p><p>“The last week, there has been intense media speculation about my leadership,” Luxon said, adding that he had called for a confidence vote “to put that media speculation to rest.”</p><p>His party caucus had “answered clearly and decisively,” the Prime Minister said. “It has backed my leadership.”</p><p>He did not say that the vote had been unanimous. Nicola Willis, the party's deputy leader, said later Tuesday that vote had been a secret ballot with only scrutineers knowing the final tally, but that Luxon must have received a majority.</p><p>The confidence vote happened months ahead of New Zealand’s next national election, scheduled for Nov. 7. Recent drops in the polls for National had prompted speculation from analysts that he would face a leadership challenge.</p><p>That was seen by party lawmakers as an unwelcome distraction in an election year for National, which has governed New Zealand in a right-wing coalition government since the 2023 vote. Luxon, a former airline executive who entered Parliament in 2000, has led the party since 2021.</p><p>While two recent New Zealand prime ministers — National's John Key and Labour's Jacinda Ardern — have voluntarily quit the post, it would have been extremely unusual for lawmakers to oust a sitting prime minister.</p><p>Luxon blamed reports of unrest within his party's ranks on news outlets, but one political poll released days ago appeared to have made a discussion of leadership unavoidable. The 1News-Verian poll suggested slumping support for Luxon and for National in a hypothetical election.</p><p>The levels of support in the most recent poll implied the right-wing bloc led by his party could come in behind the left-wing bloc led by Labour if an election were held immediately, though the vote won’t occur for more than another six months.</p><p>“If the media want to keep focusing on speculation and rumor, I am not going to engage,” Luxon said Tuesday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XTQM2VPGDV2SNUNXFLBR7FLZ7A.jpg?auth=ec6862970a7f477e6a075770e131080fcdc6dc19aec0d794fffa076a44431758&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New Zealand Prime Minister Christopher Luxon, right, speaks to reporters at Parliament in Wellington, New Zealand, after a vote among his own lawmakers about his leadership of the National Party, on Tuesday. April 21 2026. (AP Photo/Charlotte Graham-McLay)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlotte Graham-McLay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H5IQTUPXTPO4CM4VT3WLVTNWLA.jpg?auth=3df3bbe105aa1fbc95441941e0d2c77a84ce853741dac614dc2d1a086c386447&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New Zealand Prime Minister Christopher Luxon announces a cabinet reshuffle at Parliament in Wellington, New Zealand, on April 2, 2026. (AP Photo/Charlotte Graham-McLay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlotte Graham-McLay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7OVFTJJJTCU2HXGCT7ZBMLVYKI.jpg?auth=8ad2a33eb77a08dcc82238bb23aa6b2864e6163f2972b52322d7d3e84fff9de4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New Zealand Prime Minister Christopher Luxon speaks during Question Time at Parliament in Wellington, New Zealand, on March 31, 2026. (AP Photo/Charlotte Graham-McLay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlotte Graham-McLay</media:credit></media:content></item><item><title><![CDATA[Blue Jays bus from Phoenix to Southern California after their charter plane is grounded]]></title><link>https://www.local10.com/sports/2026/04/20/blue-jays-bus-from-phoenix-to-southern-california-after-their-charter-plane-is-grounded/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/20/blue-jays-bus-from-phoenix-to-southern-california-after-their-charter-plane-is-grounded/</guid><dc:creator><![CDATA[By MIKE DiGIOVANNA, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 02:40:58 +0000</pubDate><content:encoded><![CDATA[<p>ANAHEIM, Calif. (AP) — A mechanical issue with their charter plane forced the Toronto Blue Jays to bus from Phoenix to Southern California on Sunday night, a six-hour drive on a dark desert highway that got the team to its Orange County hotel at around 12:30 a.m.</p><p>“I felt like I was back in the Northwest League,” manager John Schneider said before Monday night’s series opener against the Los Angeles Angels. “But we made the best of it, we all got here safe, and we’re ready to go.”</p><p>Schneider said he was informed by Blue Jays traveling secretary Rodney Hiemstra of the mechanical problem at about 4 p.m. on Sunday, as the Blue Jays were finishing a 10-4 victory over the Arizona Diamondbacks.</p><p>“There was an issue with the joystick, which is pretty important — apparently, it’s used for takeoffs and landings,” Schneider said. “So the options were to get a new plane, which would have had to fly down from Vancouver and wouldn’t have landed until 10 p.m., or drive. We took a team vote, and the team voted to bus.”</p><p>While pitcher Dylan Cease, who was Monday night's scheduled starter, flew commercial from Phoenix to Orange County, the team had to unload all the luggage and food from the charter plane and drive it all back to Chase Field. There, it was loaded onto three buses — two for players and one for the rest of the traveling party of about 40, which included the coaching staff.</p><p>“The math was a little off,” Schneider said. “It worked out way better for the players, but there was a whole lot of doubling up for us. I had my own two seats, and I still had cases of water around me, and you feel bad reclining on people.”</p><p>Blue Jays pitcher Max Scherzer was on the losing side of the vote — he preferred the team fly to Orange County — but the veteran right-hander was still able to find some humor in the situation.</p><p>“I got reprimanded by Max for electing to travel that way,” Schneider said as he showed reporters a letter Scherzer printed out for the manager. “So we’re going to go to a trial in kangaroo court.</p><p>“I was like, ‘Max, why don’t you just buy a plane? You've got plenty of cash.’ Most of the guys who were playing (Monday night) wanted to get out of there.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QZMEYBIOPEFCZNTF2MMGAQ2B3E.jpg?auth=a12c8765a0e5372a441a59d14e4353d152057acb2366ae2b677f186debfe627b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays manager John Schneider pauses in the team dugout prior to a baseball game against the Arizona Diamondbacks, Saturday, April 18, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FGMHYZXUVGTNRKROY43MKCN2VI.jpg?auth=377873e7986b302a9d0627002d63ace56b51f68d38593e0fb058bba740cd835a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays' Kazuma Okamoto, of Japan, fouls off a pitch against the Arizona Diamondbacks during the seventh inning of a baseball game, Sunday, April 19, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JORSJI5PQZTWUB6LWRE2SCAQVE.jpg?auth=9b52138f95a42566a40efc5f873c55dd12e2a69847857af620e29df1a73f034b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays relief pitcher Braydon Fisher, right, shakes hands with Blue Jays catcher Brandon Valenzuela after the final out in the ninth inning of a baseball game against the Arizona Diamondbacks, Sunday, April 19, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QTES3R6HRYTSHAWE5KLOJZJCJ4.jpg?auth=c018f27f1a82efce6087e50f1e41e85cb9e88739f19ab2f2ba7238b76d185c0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays starting pitcher Max Scherzer shouts as he walks off the field during the sixth inning of a baseball game against the Arizona Diamondbacks, Saturday, April 18, 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[‘The pilot is a hero’: Pasco County deputies identify man in fatal Cessna crash]]></title><link>https://www.local10.com/news/florida/2026/04/20/the-pilot-is-a-hero-pasco-county-deputies-identify-man-in-cessna-crash/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/20/the-pilot-is-a-hero-pasco-county-deputies-identify-man-in-cessna-crash/</guid><dc:creator><![CDATA[Jenise Fernandez, Andrea Torres]]></dc:creator><description><![CDATA[Christina Galbiati told reporters her kids were playing and she was drinking coffee when she saw a low-flying plane in the sky on Sunday in Florida’s Pasco County. ]]></description><pubDate>Tue, 21 Apr 2026 00:09:47 +0000</pubDate><content:encoded><![CDATA[<p>Christina Galbiati told reporters her kids were playing and she was drinking coffee when she saw a low-flying plane in the sky on Sunday in Florida’s Pasco County. </p><p>Michael Bailey had departed from Tampa North Aero Park in the Cessna 401B, and he crashed in a Wesley Chapel neighborhood, according to the FAA. </p><p>He was 59, according to the Pasco County Sheriff’s Office. </p><p>“I think that the pilot is a hero,” Galbiati told reporters on Monday. “He knew that it was going down, and he found a perfect spot to land.”</p><p>The Cessna 401B crashed near Aldus Drive in the Grand Oaks area and caught on fire. </p><p>“He went straight in between houses, which I imagine is a pretty hard thing to do,” Galbiati said. “He landed right in between those two unfenced yards. It takes seconds to make that decision.”</p><p>There was property damage, but no one was injured. The Federal Aviation Administration and the National Transportation Safety Board were investigating.</p><p><b>Related social media post</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid0J8oToJcoZQkBDsTm2fS1BBQeJhyiaUcVVFh5hgTjzvtB62fkEsWKX66Zj994cGnZl%26id%3D61586249859881&show_text=true&width=500" width="500" height="697" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p>]]></content:encoded></item><item><title><![CDATA[A preschool classroom is shaken by loss after a mass killing in Louisiana]]></title><link>https://www.local10.com/news/national/2026/04/20/a-preschool-classroom-is-shaken-by-loss-after-a-mass-killing-in-louisiana/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/20/a-preschool-classroom-is-shaken-by-loss-after-a-mass-killing-in-louisiana/</guid><dc:creator><![CDATA[By HEATHER HOLLINGSWORTH, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 02:56:39 +0000</pubDate><content:encoded><![CDATA[<p>Teacher Angela Hall always starts the day gathering her preschool students in a circle in their Shreveport, Louisiana, classroom. The kids giggle. They share. And they look for who's missing.</p><p>“Braylon, he’s not here,” she recalled one of her students saying Monday.</p><p>Braylon Snow, who just turned 5, was one of seven siblings who were fatally shot Sunday by their father in an attack that also killed their cousin. The shooting rattled classrooms in Shreveport where teachers like Hall on Monday came face-to-face with distraught parents and a messy stew of emotions.</p><p>In Hall's classroom at Johnnie L. Cochran Head Start, it's likely students noticed Braylon's absence immediately. Each day, Hall instructs her students to look around for friends who aren't there.</p><p>“When they come back tomorrow, we can tell them, ‘Hey, we missed you, we’re glad you’re back'” she tells them.</p><p>But Hall wasn't ready to tell the students that the boy she described as a “cool little dude” wasn't returning. She kept circle-time moving. Numb and heartbroken, she lasted until noon and then went home.</p><p>“I’m no good to my babies right now because I just feel like I need to be in a moment of silence and just pray,” she said.</p><p>Preschool comes to an end</p><p>At Head Start, preparation's for next month's graduation ceremony have been in full swing. Hall, an organist and pianist at her local Baptist church, wrote a song for the ceremony.</p><p>Students, who dress in caps and gowns for the festivities, have been busy learning the words, excited about the prospect of starting kindergarten in the fall. Hall was working hard to make sure they were ready.</p><p>Just last Thursday, she pulled Braylon's mother aside during morning drop-off, boasting that Braylon was writing his first and last name. Braylon also was getting so independent, squirting syrup for his pancakes onto his plate by himself. He didn't even need a reminder to wash his hands.</p><p>“Braylon doesn’t give me any problems,” she told his mother.</p><p>Braylon greeted Hall — known to her students as “Mrs. Hall” — each day with a small wave.</p><p>As the year progressed, she nudged more gap-toothed smiles from him. He loved his time on the playground — playing chase, tag and even partaking in "a little wrassling.” She laughed as she remembered it.</p><p>“He was for the majority of the time kind of a quiet little soul in the classroom," she said. "When he did get a little extra energy or something, it was just a joy to see him smile and laugh."</p><p>News of the shooting emerges</p><p>But then came Sunday. After church, she went to her mother's house. It was then that she stumbled across an article about the shooting.</p><p>The number of victims was so high she struggled to comprehend it. Then she learned Braylon was among the victims. She also knew one of his brothers. He had been a Head Start student at the school last year.</p><p>“I just broke down and just started crying,” she said.</p><p>The same thing happened Monday morning at drop off when she locked eyes with a parent. Neither could say anything; the preschoolers were all around them.</p><p>“I just immediately broke down,” she said. So too did the parent and a teacher's aide.</p><p>She is relying on her faith now. She prays for the dead, for the families and also for the teachers.</p><p>“And I’m just praying for all the educators that were connected to these children because it’s tough because my parents’ babies, they become my babies. And I treat them like they’re my own. So I’m just really praying that he sustains us all during this time.</p><p>“Just give us that strength."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GROZONMVTBSNECY4JYHK5QAM6Q.jpg?auth=fa558749075d1188716392b0f55c5e1f67ab17d4347c35d097477f4eedfbbd19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A school bus passes the house where 8 children were killed during a mass shooting the day before in Shreveport, La., Monday, April 20, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M75NPPVUEIF6IEBHF7J3EFVKVE.jpg?auth=8bc80e0a5d2c8af364b2c6e3889bc125eada452a0f308a64ec7dc8a813dc153a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person leaves a gift at a makeshift memorial on the front lawn of the home where children were killed during a mass shooting the day before in Shreveport, La., Monday, April 20, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content></item><item><title><![CDATA[Dodgers closer Edwin Díaz will have elbow surgery and is expected to miss about 3 months]]></title><link>https://www.local10.com/sports/2026/04/20/dodgers-closer-edwin-diaz-will-have-elbow-surgery-and-is-expected-to-miss-about-3-months/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/20/dodgers-closer-edwin-diaz-will-have-elbow-surgery-and-is-expected-to-miss-about-3-months/</guid><dc:creator><![CDATA[By CRAIG MEYER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 04:04:58 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — Los Angeles Dodgers closer Edwin Díaz will undergo surgery to remove loose bodies from his elbow and is expected to miss about three months, the team announced Monday.</p><p>The procedure will be performed Wednesday at the Kerlan-Jobe Orthopedic Clinic in Los Angeles, and Díaz is not expected back until the second half of the season.</p><p>The Dodgers placed the 32-year-old right-hander on the 15-day injured list and recalled left-hander Jake Elder from Triple-A Oklahoma City. Elder, was acquired from the Washington Nationals on April 1 for cash, has allowed two runs in 5 1/3 innings this season with Oklahoma City.</p><p>Díaz is 1-0 with a 10.50 ERA, 10 strikeouts and four saves in five opportunities over seven appearances. He gave up three runs without recording an out in Sunday's 9-6 loss at Colorado. He has allowed three earned runs in each of his past two appearances.</p><p>“It gives other guys opportunities, but losing your closer is a big loss,” manager Dave Roberts said after the Dodgers beat the Rockies 12-3 on Monday night. “Other guys are going to have to step up. Fortunately for us, we’ve got a lot of depth and we’ve got some other guys who should be coming here in the next few weeks.”</p><p>The Dodgers signed the three-time All-Star to a three-year, $69 million deal last December after he opted out of the final two years and $38 million of his contract with the New York Mets.</p><p>The two-time defending World Series champion Dodgers split their four-game series at Colorado. Their seven-game trip continues with a series at San Francisco that starts Tuesday.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FELDTA3KQMA2TR6PGL3L5FD7IA.jpg?auth=cb0237f8efa188369ea656356d95b7c727ad7f64401f390c9b7030fc2fbccda3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers relief pitcher Edwin Diaz (3) throws during the ninth inning of a baseball game against the Washington Nationals, Sunday, April 5, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[A timeline leading up to D4vd's murder charge in the killing of a 14-year-old girl]]></title><link>https://www.local10.com/entertainment/2026/04/20/a-timeline-leading-up-to-d4vds-murder-charge-in-the-killing-of-a-14-year-old-girl/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/20/a-timeline-leading-up-to-d4vds-murder-charge-in-the-killing-of-a-14-year-old-girl/</guid><dc:creator><![CDATA[By REBECCA BOONE and ANDREW DALTON, Associated Press]]></dc:creator><description></description><pubDate>Mon, 20 Apr 2026 23:39:55 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Alt-pop singer D4vd has been charged with sexually abusing, murdering and mutilating the body of a 14-year-old girl whose decomposed remains were found in his apparently abandoned Tesla seven months ago, Los Angeles County prosecutors say.</p><p>The charges were filed Monday, but the allegations in the disturbing case stretch back to 2023 — just a year after the singer's first single made it onto the Billboard Hot 100 chart. The 21-year-old's defense attorney pleaded not guilty on his behalf during an arraignment Monday afternoon.</p><p>Here's a look at the timeline of the investigation, the allegations and the career of D4vd, whose legal name is David Burke.</p><p>2022: Burke's music goes viral</p><p>Burke, a content creator who began making his own music to accompany the video game montages he would post online, goes viral on TikTok for his song “Romantic Homicide.” The song ultimately peaks at No. 4 on Billboard's Hot Rock & Alternative Songs chart, and Burke signs with Darkroom and Interscope Records.</p><p>Sept. 7, 2023: Prosecutors say the abuse begins</p><p>Burke allegedly begins the continuous sexual abuse of Celeste Rivas Hernandez, who had just turned 13, according to the Los Angeles County District Attorney’s office. The girl has been described by authorities as a runaway, and court documents say she lived with Burke in Los Angeles.</p><p>April 5, 2024: Rivas Hernandez is reported missing</p><p>Rivas Hernandez's family reports the seventh grader missing from her home in Lake Elsinore, a town about 70 miles (112 kilometers) southeast of Los Angeles, for the last time. They had reported her missing several times before.</p><p>April 11, 2025: Burke makes his Coachella debut</p><p>Burke performs at the music festival Coachella and goes viral again — this time for face-planting hard on the stage during a failed backflip attempt. In an interview with The Associated Press during the festival, Burke talked about using social media feedback from fans to refine his set lists. “I am my fans and my fans are me. And we work in tandem with each other and it's such a beautiful poetic kind of thing that we have,” he said.</p><p>April 23, 2025: Rivas Hernandez is last known to be alive</p><p>The charging documents filed by prosecutors in the case against Burke have few details, but they do allege he killed Rivas Hernandez “on or about” April 23, the day they say she was last heard from. Prosecutors say Burke killed Rivas Hernandez because she posed a threat to his career.</p><p>April 25, 2025: Burke releases debut album, ‘Withered'</p><p>Burke releases his first album, “Withered.” In social media posts and media interviews, he describes using a recurring motif in his music and videos — an alter ego character he calls “IT4MI,” after “itami,” a Japanese word for pain. “He's basically like the evil version of me," Burke said in a YouTube interview with the “Tape Notes” podcast published May 2025. Burke's videos sometimes depict the character blindfolded, in a shirt that appears covered in blood.</p><p>May 5, 2025: Authorities say Rivas Hernandez's remains are mutilated</p><p>One of the felony charges against Burke is “unlawful mutilation of human remains." Prosecutors say Rivas Hernandez's arms and legs were severed from her body on or around May 5.</p><p>Aug. 5, 2025: Burke launches tour</p><p>Burke's tour for the album “Withered,” begins with a show in Del Mar, California. He also released an official Fortnite anthem, “Locked & Loaded,” on Sept. 3. The collaboration with video game creator Epic Games echoed his start in the music world, when he would create and post Fortnite montages online.</p><p>Sept. 8, 2025: Celeste Rivas Hernandez's body is discovered</p><p>One day after she would have turned 15, Rivas Hernandez's badly decomposed remains are discovered in body bags inside the trunk of a Tesla registered to Burke, prosecutors say. The 2023 Tesla Model Y had been towed from an upscale neighborhood in the Hollywood Hills where it had been sitting, seemingly abandoned. Police searching the vehicle found a cadaver bag covered in bugs with Rivas Hernandez's head and torso inside. A second bag containing her arms and legs was found underneath the first, according to court documents.</p><p>Sept. 19, 2025: Burke’s remaining tour dates are canceled</p><p>The remaining dates of Burke's tour, which had been scheduled to wrap up Nov. 4 in Warsaw, Poland, are canceled. The Associated Press confirmed that D4vd was also dropped by his label, Interscope Records, at some point in 2025.</p><p>Oct. 6, 2025: A funeral service is held for Rivas Hernandez</p><p>Multiple news outlets reported that Rivas Hernandez's family held a funeral service for her on at the Queen of Heaven Cemetery and Mortuary in Rowland Heights, California.</p><p>Nov. 24, 2025: Police block release of coroner's report</p><p>In an unusual move, police block the release of the coroner's report on Rivas Hernandez's death. The medical examiner's office said in a statement that it had received a “court order, initiated by the Los Angeles Police Department (LAPD), to place a security hold” on the case. The order said no records or details, including the cause and manner of death, could be released until further notice.</p><p>February 2026: Burke revealed as the target of a secret grand jury probe</p><p>The grand jury investigation into the case was kept under seal, as is standard in grand jury proceedings. But some documents were made public by an appeal of subpoenas by Burke's mother, father and brother that was filed in Texas. The court filings said the Tesla was registered in Burke's name at the address of his subpoenaed family members, and that the “target may be involved in having committed the following criminal offenses against the laws of the State of California, to wit: One count of murder.”</p><p>April 16, 2026: Burke is arrested</p><p>Burke is arrested on suspicion of murder in connection with Rivas Hernandez's death and is held without bail. The Los Angeles Police Department announces the arrest on social media pages, posting photos of several officers wearing tactical gear and holding weapons approaching a home.</p><p>April 20, 2025: Burke is charged with murder</p><p>Burke is formally charged with murder, lewd and lascivious acts with a person under 14 and mutilating a body. The charging documents also allege several factors connected to the crimes that could lead to a harsher sentence if Burke is convicted. Those circumstances include allegations that Burke was “lying in wait” for Rivas Hernandez, who entered his home and was never seen again; that she was a witness to an investigation into the lewd and lascivious acts committed against her; and that Burke allegedly killed her for financial gain.</p><p>“When she threatened to expose his criminal conduct and devastate his musical career, Burke allegedly murdered her,” the Los Angeles County District Attorney's office wrote in a statement.</p><p>___</p><p>Boone reported from Boise. AP Music Writer Maria Sherman and journalist Liam McEwan contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IBUTAUZNLIWIUWDJ7UHOBT5K5M.jpg?auth=34f9454489ae3c5a4e3150c442474028b514a76c381dce9d69b42d078fccc9c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mugshot of David Anthony Burke, whose stage name is D4vd, is displayed Monday, April 20, 2026, in Los Angeles at a press conference regarding the case of D4vd, who was arrested on suspicion of killing a 14-year-old girl whose dismembered body was found in his car. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/64OACNBVUAKI74TN7ZTF535COA.jpg?auth=168f1c2c39d87d95094d5309dcdce3c6ba9d3443632075d01dfee8d932ec67a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A photo of Celeste Rivas Hernandez is displayed Monday, April 20, 2026, in Los Angeles for a press conference regarding the case of singer D4vd, who was arrested on suspicion of killing the 14-year-old girl whose dismembered body was found in his car. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UGRD5Q7K5J6OF2CO7QTIQ3JWNY.jpg?auth=5a4564b6c66087e36c3bada0de386da04bf405a5f7c0e4ab32290763cd73c938&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Singer-songwriter, David Burke aka D4vd sits in artist space at Coachella music festival on April 18, 2025 in Indio, Calif. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Iranian extradited to US to face 2014 smuggling indictment over export of military sonar gear]]></title><link>https://www.local10.com/news/national/2026/04/20/iranian-extradited-to-us-to-face-2014-smuggling-indictment-over-export-of-military-sonar-gear/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/20/iranian-extradited-to-us-to-face-2014-smuggling-indictment-over-export-of-military-sonar-gear/</guid><dc:creator><![CDATA[By GENE JOHNSON, Associated Press]]></dc:creator><description></description><pubDate>Mon, 20 Apr 2026 23:19:37 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — An Iranian citizen who was indicted more than a decade ago on charges that he shipped military sonar equipment from the U.S. to Iran in violation of American trade sanctions has been extradited to Seattle, the Justice Department said Monday.</p><p>Reza Dindar, 44, was indicted in 2014 on charges that include conspiracy, smuggling and money laundering. He was arrested last July in Panama at the request of U.S. authorities and flown to Seattle last Thursday, the DOJ said. It's unclear where Dindar had been in the intervening years or why he had not been arrested sooner.</p><p>Dindar made an initial appearance in U.S. District Court in the afternoon, and his arraignment was set for May 1. One of his attorneys, Farhad Alavi, told The Associated Press on Monday that he had no comment.</p><p>According to the indictment, which was unsealed Friday, Dindar ran a business called New Port Sourcing Solutions in Xi’an, China. In 2011 and 2012, he and others “used deception to purchase parts for three military sonar systems from a business in the Western District of Washington” by concealing that the items were ultimately destined for Iran and by claiming that no license was needed to export them, prosecutors said.</p><p>The company bought the sonar systems for $97,600, had them shipped to China and then surreptitiously sent them to Iran, according to the indictment. The conduct violated sanctions on Iran first imposed in 1995 and renewed in 2001, it said.</p><p>The U.S. and Israel launched a war on Iran Feb. 28 during talks over Tehran’s nuclear program. Since then at least 3,000 people have been killed in Iran, more than 2,290 in Lebanon, 23 in Israel and more than a dozen in Gulf Arab states. Fifteen Israeli soldiers in Lebanon and 13 U.S. service members throughout the region have been killed.</p><p>In an unrelated case, federal prosecutors said a 44-year-old Los Angeles woman was arrested Saturday night at Los Angeles International Airport on suspicion of helping Iran traffic weapons to Sudan, which is in its fourth year of a bloody civil war.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JIVCPLALMNJSNOKM4CSDOI73GE.jpg?auth=d545560916876257ddd81db4290affbd9a16fc535f138628a02965999703a6e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the U.S. Department of Justice shows Iranian citizen Reza Dindar at King County International Airport, in Seattle, Thursday, April 16, 2026, after being extradited from Panama to face charges that he conspired to violate U.S. trade sanctions against Iran. (U.S. Department of Justice via AP)]]></media:description></media:content></item><item><title><![CDATA[From abuse to recovery, Pooches in Pines shares 3 stories of hope ]]></title><link>https://www.local10.com/pets/2026/04/20/from-abuse-to-recovery-pooches-in-pines-shares-3-stories-of-hope/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/04/20/from-abuse-to-recovery-pooches-in-pines-shares-3-stories-of-hope/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[Pooches in Pines turned an animal abuse tragedy into three stories of hope and recovery. ]]></description><pubDate>Mon, 20 Apr 2026 23:11:50 +0000</pubDate><content:encoded><![CDATA[<p>Pooches in Pines turned an animal abuse tragedy into three stories of hope and recovery. </p><p>Two months ago, Pembroke Pines police officers rescued a trio of puppies. </p><p>“The conditions were deplorable,” Capt. Adam Feiner said. “These animals were at or near death.”</p><p>Angela Goodwin, the president of Pooches in Pines, said the case was the worst she had ever seen. </p><p>“Just to the conditions of the dogs, just severely, severely malnourished, covered in feces and urine, just sitting in it, weak, unable to even move around, they were just so weak,” Goodwin said. </p><p>Jaylen Holmes, the animal abuse suspect, faced 12 misdemeanor charges when prosecutors decided to add two felonies after the puppies were assessed. </p><p>The nonprofit trusted Paula and Ramin Kordi with Lana as foster parents -- at first. </p><p>“We just fell in love with her, like the moment that I saw her, she was like a little thing this big, skin and bones,” Paul Kordi said. “She curled up to me and I was like, ‘OK this is it!’” </p><p>The couple renamed her Lulu, and she gets along wonderfully with her new 10-year-old sister Stella. </p><p>“It just broke my heart, it was absolutely horrible,” Paula Kordi said. “I couldn’t believe someone could do that to these beautiful animals.”</p><p>When Lana arrived, she weighed four pounds. Last checked, Lulu, a ball of puppy energy, weighed a very healthy 15 pounds.</p><p>“She walked in here, and she was like, ‘This is my house now! I live here! You’re not letting me go, lady,’” Paula Kordi said. “This is it!” </p><p>In Tamarac, Ashley Conon and Catina Moretti, also started as temporary foster parents and decided to adopt Lulu’s sibling, Sasha. </p><p>Conon and Moretti renamed her Luca. At 20 pounds, the puppy, an “only child,” loves to trade treats for tricks and has plenty of space to play.</p><p>“She looks so much bigger, so much healthier, her coat is much shinier, and she just has a lot more confidence,” Conon said. </p><p>In Fort Lauderdale, Alexa Goldman adopted Peaches and renamed her Ginger. </p><p>“It was her face, you know, it’s like she got me at ‘Hello,’” Goldman said. </p><p>The playful Frenchie has three new brothers: Riley, Tanner, and Tito. Goldman said they were “standoffish” at first, but they love her now. </p><p>“Once they have that love ... and they have their people, they are just like, ‘Yeah, I can do this ... I am ready,’” Goldman said about Ginger’s healing. </p><p>Holmes appeared in Broward County court on Monday as prosecutors move forward with the case. </p><p>For more information about how to support Pooches in Pines, <a href="https://www.poochesinpines.com/" target="_self" rel="" title="https://www.poochesinpines.com/">visit this page</a>. </p>]]></content:encoded></item><item><title><![CDATA[Fed nominee pledges inflation fight even as Trump renews demands for rate cuts that could worsen it]]></title><link>https://www.local10.com/business/2026/04/21/trumps-federal-reserve-nominee-to-face-tough-hearing-before-senate-panel/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/21/trumps-federal-reserve-nominee-to-face-tough-hearing-before-senate-panel/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 14:08:23 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Donald Trump's nominee to lead the Federal Reserve is pledging to fight inflation at a hearing Tuesday even as the president underscored his demands for interest rate cuts.</p><p>The comments underscore the challenges face by Kevin Warsh, a former top Fed official who Trump named in January to replace the current Fed chair, Jerome Powell, whom Trump has repeatedly attacked for not cutting rates. Investors will be watching the hearing closely to see how Warsh balances Trump's demands for lower interest rates with an economy where inflation is rising as the Iran war has pushed up gasoline prices.</p><p>Higher inflation typically leads the Fed to raise rates, or at least keep them unchanged, rather than cut them. When the Fed changes its key rate, it tends to over time affect mortgages, auto loans, and business borrowing.</p><p>In a prepared statement that Warsh will deliver to the Senate Banking Committee, he said one of this top goals would be to fight inflation, which remains elevated at 3.3% annually.</p><p>“Congress tasked the Fed with the mission to ensure price stability, without excuse or equivocation, argument or anguish,” Warsh said. “Inflation is a choice, and the Fed must take responsibility for it.”</p><p>Separately, in an interview on CNBC, Trump was asked if he would be disappointed if Warsh, should he be confirmed, doesn't cut rates “right away.”</p><p>“I would,” Trump said.</p><p>Warsh would be in a tough spot if confirmed. Inflation is worsening as the Iran war has spiked gas prices, making it much harder for the Fed to implement the interest rate cuts Trump so desperately seeks. The conflict could also slow the economy as well as hiring. And if Warsh ultimately becomes chair, he may very well find his predecessor, Jerome Powell, still sitting on the Fed’s governing board, an uncomfortable arrangement that hasn’t occurred since the late 1940s.</p><p>Warsh, a former top official at the Fed and a wealthy investor, will likely face a range of tough questions at the hearing. Democrats on the committee have already signaled they will press him about what they argue is a lack of transparency regarding some of his vast financial holdings, which total more than $100 million, according to a recent disclosure.</p><p>Another top issue will be Trump's repeated demands for cuts in the Fed's short-term interest rate, which has created the perception that Warsh was nominated to do the president's bidding. Most other Fed officials have said they support keeping the central bank's key rate unchanged, now that inflation has begun to rise again.</p><p>Warsh expressed support for the Federal Reserve's independence in his opening statement.</p><p>He said such political independence is “essential,” but he also said it wasn't threatened when “elected officials — presidents, senators, or members of the House — state their views on interest rates." Trump has repeatedly urged Powell to cut the Fed's key rate from its current level of about 3.6%.</p><p>While the long-delayed hearing is a necessary step for Warsh, it's not clear when the committee may even be able to vote on his nomination. The Justice Department is investigating Powell and the Fed over a building renovation, and Sen. Thom Tillis, a North Carolina Republican, has said he would effectively block Warsh until the probe is dropped.</p><p>“Clearly there’s a majority of the committee that’s not going to move this nomination forward, especially while this sham of a criminal investigation is going on,” Sen. Tina Smith, a Democrat from Minnesota, told reporters on a conference call Monday. “It feels a bit like we’re going through the motions when we really have not addressed the fundamental challenges that this nomination has.”</p><p>The turmoil could make a potential transition from Powell to Warsh an unusually turbulent one for the world’s most important central bank, which has typically seen smooth transfers of power. Should the change in leadership prove particularly bumpy, it could unnerve markets and lift longer-term interest rates.</p><p>Powell's term as chair ends May 15. He said last month that he would remain as chair until a successor is named. Powell also is serving a separate term as a member of the Fed's governing board that lasts until January 2028. Fed chairs typically leave the board when their terms as chair end, but Powell also said last month he would remain on the board, even if a new chair is approved, until the investigation is dropped.</p><p>When asked about Powell's comments, Trump said he would fire Powell if he tried to stay at the Fed. Yet Trump's previous attempt to remove a Fed governor, Lisa Cook, has been tied up in courts. During oral arguments in January, a majority of justices on the Supreme Court appeared to lean toward letting Cook keep her job.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PVGLVMRCMVEWCYYDJIBXC2CVIU.jpg?auth=71264832bf7918302c91a8cea71df5c7419cf1b48407a82d9d2826c1ba2bed32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kevin Warsh speaks to the media about his report on transparency at the Bank of England, in London, Dec., 11, 2014. (AP Photo/Alastair Grant, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TDWPSM2FOPVFTN5AZ6N6YEFQXU.jpg?auth=fd4bcab85d371f3a78d01d0b2e4bbcbc9b2e8561cfd942247ff0fb78992ce742&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kevin Warsh, visiting fellow at the Hoover Institution, speaks at the Council on Foreign Relations in a panel discussion on "Central Banking in an Age of Improvisation," Monday, Nov. 28, 2011 in New York. (AP Photo/Mark Lennihan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Lennihan</media:credit></media:content></item><item><title><![CDATA[Justice Department files complaint against Washington and its sewage authority for massive spill]]></title><link>https://www.local10.com/news/national/2026/04/20/justice-department-files-complaint-against-washington-and-its-sewage-authority-for-massive-spill/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/20/justice-department-files-complaint-against-washington-and-its-sewage-authority-for-massive-spill/</guid><dc:creator><![CDATA[By GARY FIELDS, Associated Press]]></dc:creator><description></description><pubDate>Mon, 20 Apr 2026 23:39:00 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Justice Department filed a complaint Monday in federal court against the city of Washington, D.C., and its water and sewer authority, seeking financial penalties for their role in a leak that led to millions of gallons of raw sewage spilling into the Potomac River.</p><p>The complaint stems from a massive leak in a 72-inch (183-centimeter) pipeline, called the Potomac Interceptor. The pipe collapsed Jan. 19, shooting sewage out of the ground and into the river just north of Washington in Montgomery County, Maryland. The leak spilled 244 million gallons (924 million liters) of raw sewage into the Potomac River and shined a fresh light on the country's aging infrastructure.</p><p>The local water authority, DC Water, said it knew the pipe, first installed in the 1960s, was deteriorating, and rehabilitation work on a section about a quarter-mile (400 meters) from the break began in September and was recently completed.</p><p>The complaint alleges that DC Water failed to properly operate and maintain its sewer system in a manner that keeps untreated sewage out of the Potomac River and tributaries, and other areas with risk of human contact.</p><p>“After decades of use and years of neglect, including at least eight years of DC Water knowing about severe corrosion requiring immediate repair, a section of the Potomac Interceptor known by DC Water to be severely corroded catastrophically failed,” the filing said.</p><p>"DC Water's failure to maintain the Potomac Interceptor resulted in raw sewage flowing into the Potomac River and the surrounding environment, posing a direct risk to public health," said Principal Deputy Assistant Attorney General Adam Gustafson in a statement. “As cities grow and infrastructure ages, cities must invest in their wastewater system to prevent such catastrophes.”</p><p>The complaint was one of two filed against DC Water Monday. Maryland Attorney General Anthony Brown filed a separate action in Montgomery County Circuit Court seeking civil penalties and damages for costs from the contamination of the river.</p><p>“The utility must take full responsibility for the damage caused and take immediate and lasting action to prevent future spills," said Maryland Department of the Environment Secretary Serena McIlwain in a statement.</p><p>DC Water said in a statement that it was “fully committed to the long-term rehabilitation” of the Potomac Interceptor. The agency added that its highest priority was to contain the overflow and repair the damaged section of the pipe, which it did in fully stopping “all discharges to the Potomac River within 21 days. The repairs of the affected segment were completed in 55 days. DC Water is working now to accelerate the rehabilitation of more than 2,700 linear feet of pipeline in this area that was previously scheduled for improvement.”</p><p>The statement declared that both lawsuits were “under review.”</p><p>The leak sparked political recriminations from President Donald Trump — who blamed local Democratic leaders, focusing especially on Maryland's Democratic Gov. Wes Moore. Washington Mayor Muriel Bowser declared an emergency in February and asked Trump for help. He issued an emergency declaration days later that provided a rush of federal assistance.</p><p>The pipe was returned to operation last month after emergency repairs were completed.</p><p>The leak is largely under control, but it could take months to fully repair the pipe. DC Water, along with the EPA, has been working to repair the leak and monitor the impact on the river.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KU3A4RJPS5YLK7TRTFYXXACY2M.jpg?auth=3d7efd9d47b05ab469b88fc1647c2fa130a6d0e9d8d88dfe2c8bfcff685d340f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Workers prepare to take soil samples where raw sewage flowed near the Potomac River in Cabin John, Md., March 14, 2026. (AP Photo/Cliff Owen, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content></item><item><title><![CDATA[House could vote to expel South Florida congresswoman as soon as Wednesday, source says]]></title><link>https://www.local10.com/news/politics/2026/04/20/house-could-vote-to-expel-south-florida-congresswoman-as-soon-as-wednesday-source-says/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/20/house-could-vote-to-expel-south-florida-congresswoman-as-soon-as-wednesday-source-says/</guid><dc:creator><![CDATA[Ross Ketschke]]></dc:creator><description><![CDATA[U.S. Rep. Sheila Cherfilus-McCormick is staring down potential expulsion from Congress.]]></description><pubDate>Mon, 20 Apr 2026 22:51:12 +0000</pubDate><content:encoded><![CDATA[<p>U.S. Rep. Sheila Cherfilus-McCormick is staring down potential expulsion from Congress.</p><p>The House Ethics Committee is set to meet Tuesday to recommend a punishment after ruling the South Florida Democrat committed more than two dozen ethics violations.</p><p>The two-year investigation from the bipartisan panel found what it calls clear and convincing evidence that Cherfilus-McCormick, 47, <a href="https://www.local10.com/news/local/2025/11/19/rep-sheila-cherfilus-mccormick-charged-with-stealing-5-million-in-fema-funds/" target="_self" rel="" title="https://www.local10.com/news/local/2025/11/19/rep-sheila-cherfilus-mccormick-charged-with-stealing-5-million-in-fema-funds/">stole $5 million</a> in FEMA COVID-19 relief funds and funneled that money toward her campaign.</p><p>The Democrat has fiercely denied the charges, <a href="https://www.local10.com/this-week-in-south-florida/2026/03/29/rep-sheila-cherfilus-mccormick-discusses-house-ethics-committee-vote-on-this-week-in-south-florida/" target="_self" rel="" title="https://www.local10.com/this-week-in-south-florida/2026/03/29/rep-sheila-cherfilus-mccormick-discusses-house-ethics-committee-vote-on-this-week-in-south-florida/">telling Local 10’s Glenna Milberg</a> on “This Week in South Florida” that the push to expel her is part of a political attack.</p><p>“I told everybody from the beginning that this was all politically motivated to have salacious headlines,” Cherfilus-McCormick said.</p><p>But demands to Cherfilus-McCormick from Congress have only grown louder. U.S. Rep. Greg Steube, R-Florida is leading the charge on the expulsion vote, writing on social media: “Expelling someone who stole $5 MILLION from taxpayers should be the easiest vote in Congress.”</p><p>Forcing Cherfilus-McCormick out of office would require a wave of Democrats to cross party lines. So far, House Minority Leader Hakeem Jeffries has refused to weigh in.</p><p>“We’ll have a conversation as a caucus in the aftermath of the recommendation which we anticipate will be bipartisan from the ethics committee,” Jeffries said.</p><p>The ethics vote comes after a flurry of unceremonious exits from Congress. Republican Rep. Tony Gonzales and Democratic Rep. Eric Swalwell both resigned the week prior after facing mounting sexual misconduct allegations. </p><p>The cases are turning up the pressure on lawmakers to hold fellow members accountable, even those in their own party.</p><p>“Enough of this garbage,” said U.S. Sen. Ben Ray Luján, D-New Mexico. “Enough of guarding people, enough of all the sugarcoating here, man. Like, people are here with the trust of the American people and they want to act like this.”</p><p>These resignations have kept the Ethics Committee extraordinarily busy in recent weeks. Just Monday, the panel released a statement saying there should be zero tolerance for sexual misconduct of any kind in the halls of Congress and they are asking anyone who has experienced misconduct on Capitol Hill to speak with them.</p><p>There has already been a motion to expel Cherfilus-McCormick in the House for months. </p><p>The lawmaker who introduced it said he would wait until the Ethics Committee wraps up its process to bring it forward for a vote. </p><p>That could happen very quickly, with members reportedly being told to be ready to vote on expelling the congresswoman Wednesday afternoon.</p>]]></content:encoded></item><item><title><![CDATA[April 20: Wet weather, dropping temperatures]]></title><link>https://www.local10.com/weather/2026/04/20/april-20-wet-weather-dropping-temperatures/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/20/april-20-wet-weather-dropping-temperatures/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[Temperatures are dropping as a cold front continues to swing south.]]></description><pubDate>Mon, 20 Apr 2026 22:46:41 +0000</pubDate><content:encoded><![CDATA[<p>Temperatures are dropping as a cold front continues to swing south. Showers will linger into Tuesday morning especially across the Keys, and temperatures will fall below normal Tuesday. Expect a high of 79 degrees Tuesday with winds gusting up to 35 mph at times. Strong winds will lead to hazardous beaches and boating conditions on Tuesday. It’s a good idea to stay out of the water with a high rip current risk and a small craft advisory in effect.</p><p>Otherwise, behind this front, we will experience a significant drop in the humidity which will make it feel extremely comfortable outdoors.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump offers mixed messages about path ahead for US war against Iran]]></title><link>https://www.local10.com/news/world/2026/04/20/trump-offers-mixed-messages-about-path-ahead-for-us-war-against-iran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/20/trump-offers-mixed-messages-about-path-ahead-for-us-war-against-iran/</guid><dc:creator><![CDATA[By AAMER MADHANI, MUNIR AHMED and RUSS BYNUM, Associated Press]]></dc:creator><description></description><pubDate>Mon, 20 Apr 2026 22:18:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump offered mixed messages on Monday about the path ahead for the U.S. war against Iran, declaring that he was in no rush to end the conflict while also expressing confidence that further negotiations with Tehran will soon take place in Pakistan.</p><p>With the 14-day ceasefire to expire Wednesday, Trump whipsawed in telephone interviews and social media posts between measured optimism that a deal could soon be reached and warning that “lots of bombs” will “start going off” if there’s no agreement before the ceasefire deadline.</p><p>Trump indicated that he still expects to dispatch his negotiating team, led by Vice President JD Vance, to Pakistan’s capital of Islamabad for a second round of talks, even as Iran insisted it would not take part until Trump dialed back his demands.</p><p>Iran’s chief negotiator and parliament speaker, Mohammed Bagher Qalibaf, accused the United States of wanting Iran to surrender and added that on the contrary, Iran has been preparing “to reveal new cards on the battlefield.”</p><p>“We do not accept negotiations under the shadow of threats,” Qalibaf wrote in a post on X early Tuesday.</p><p>Trump insisted he feels no pressure to end the war until Iran agrees to his terms.</p><p>“I am under no pressure whatsoever,” Trump said on his Truth Social platform, “although, it will all happen, relatively quickly!”</p><p>Pakistani officials moved ahead with preparations for a new round of talks between the U.S. and Iran as the tenuous ceasefire was further strained over the weekend by renewed conflict around the Strait of Hormuz.</p><p>Trump told Bloomberg News he was “highly unlikely” to renew the ceasefire.</p><p>Iran holds out on resuming negotiations</p><p>Tensions flared after the U.S. Navy attacked and seized a ship on Sunday that it said was trying to evade its blockade of Iranian ports. On Saturday, Iran fired at vessels and abruptly stopped traffic in the strait, abandoning its promise to allow some ships to pass and claiming the U.S. was not holding up its side of the ceasefire.</p><p>The U.S. actions are “incompatible with the claim of diplomacy,” Iranian Foreign Minister Abbas Araghchi said Monday in a social media post.</p><p>He gave no indication what Iran will do after the ceasefire expires or whether Iran will return to a second round of negotiations with the U.S.</p><p>Over the weekend, Iran said it had received new proposals from the U.S. but suggested that a wide gap remains between the sides. Issues that derailed the last round of negotiations included Iran’s nuclear enrichment program, its regional proxies and the strait.</p><p>Iran has throttled traffic through the strait, which connects the Persian Gulf to the open seas, since shortly after the U.S. and Israel attacked Iran on Feb. 28 to start the war. The U.S. has also instituted a blockade of Iranian ports. Roughly one-fifth of the world’s oil trade normally passes through the strait.</p><p>Trump swipes at war critics, seeks to calm investors</p><p>The U.S. president lashed out at war critics at home who are urging him to wrap up the conflict that began more than seven weeks ago.</p><p>“How bad is it that when you are in the middle of negotiations and you have got the Iranians in a perfect position, including being militarily defeated, and you have Democrats and some Republicans asking to settle it now?” Trump told the New York Post.</p><p>Even as Trump bristled at his detractors, he sought to soothe jittery investors as U.S. stocks slipped modestly Monday, following the chaotic weekend in the Persian Gulf.</p><p>The president found himself remonstrating his energy secretary, Chris Wright, who on Sunday said American motorists might not see gas prices fall back into the $3 per gallon range until late this year or next year.</p><p>“I disagree with him totally. I think it’ll come roaring down if it ends,” Trump told PBS. “If we end it, if Iran does what they should do, it will come roaring down.”</p><p>Israel-Lebanon talks to resume, official says</p><p>Meanwhile, historic diplomatic talks between Israel and Lebanon were set to resume Thursday in Washington, an Israeli, a Lebanese and a U.S. official said. All three spoke on condition of anonymity to discuss the behind-the-scenes negotiations.</p><p>The Israeli and Lebanese ambassadors met last week for the first direct diplomatic talks in decades. Israel says the talks are aimed at disarming Hezbollah and reaching a peace agreement with Lebanon.</p><p>A 10-day ceasefire began Friday in Lebanon, where fighting between Israel and Iranian-backed Hezbollah militants broke out two days after the U.S. and Israel launched their war on Iran. Fighting in Lebanon has killed more than 2,290 people.</p><p>In two separate encounters on Monday, the Israeli air force struck and killed Hezbollah militants that the military said approached its troops in a threatening way. Israel has carried out several airstrikes since the ceasefire went into effect.</p><p>Hezbollah said it detonated explosives Sunday in an Israeli convoy inside Lebanon.</p><p>Iran says more than 3,000 have been killed in the country so far</p><p>Since the war started, at least 3,375 people have been killed in Iran, according to a new toll released Monday in official Iranian media by Abbas Masjedi, the head of Iran’s Legal Medicine Organization.</p><p>He did not break down casualties among civilians and security forces, saying instead that 2,875 were male and 496 were female. Masjedi said 383 of the dead were children 18 years old and younger.</p><p>Additionally, 23 people have died in Israel and more than a dozen in Gulf Arab states. Fifteen Israeli soldiers in Lebanon and 13 U.S. service members throughout the region have been killed.</p><p>Oil prices on the rise again after renewed conflict in Strait of Hormuz</p><p>Iran’s grip on the strait has sent oil prices skyrocketing and given rise to one of the worst global energy crises in decades.</p><p>Oil prices were up again Monday, with Brent crude, the international standard, at just over $95 a barrel — up from about $70 a barrel before the war started.</p><p>Iran said it had reopened the strait to ships Friday, but traffic halted after Trump refused to lift the U.S. blockade.</p><p>Sunday’s U.S. seizure of the Iranian cargo was the first such interception under the blockade. Iran’s joint military command called the armed boarding an act of piracy and a ceasefire violation.</p><p>Trump said the blockade will remain “in full force” until Tehran agrees to a deal. The U.S. military said on Monday that it has directed 27 ships to return to Iranian ports since the blockade began last week.</p><p>___</p><p>Ahmed reported from Islamabad, and Bynum reported from Savannah, Georgia. Associated Press journalists Jon Gambrell in Dubai, United Arab Emirates; David Rising in Bangkok; Melanie Lidman in Tel Aviv, Israel; Josef Federman in Jerusalem; Joshua Boak and Matthew Lee in Washington; and Giovanna Dell’Orto in Minneapolis contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[Meteorologist on a mission: Local 10’s Betty Davis fundraises for cancer research ]]></title><link>https://www.local10.com/news/local/2026/04/20/meteorologist-on-a-mission-local-10s-betty-davis-fundraises-for-cancer-research/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/meteorologist-on-a-mission-local-10s-betty-davis-fundraises-for-cancer-research/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[She is a trusted voice in television news and leads Local 10’s Weather Authority team with grace, professionalism and distinction. She’s our very own Chief Certified Meteorologist, Betty Davis. ]]></description><pubDate>Mon, 20 Apr 2026 22:33:24 +0000</pubDate><content:encoded><![CDATA[<p>She is a trusted voice in television news and leads Local 10’s Weather Authority team with grace, professionalism and distinction. She’s our very own Chief Certified Meteorologist, Betty Davis. </p><p>But beyond the lights and cameras, Davis is also a steady shoulder for those navigating the toughest storms of life. </p><p>From now through May 15, she’s standing in the gap for people battling blood cancer. Davis is participating in the Visionaries of the Year fundraising campaign for Blood Cancer United, formerly The Leukemia &amp; Lymphoma Society (LLS). It is the largest nonprofit dedicated to creating a world without blood cancers.</p><p>“Accepting the nomination to be part of this campaign was not a swift decision,” shared Davis. “I thought about how various forms of cancer have impacted my loved ones. My father beat bladder cancer. My sister’s mother-in-law succumbed to Acute Myeloid Leukemia.”</p><p>Davis took time to research and engage in intimate “chats with God,” as she described it, before committing to the campaign. Two weeks after she confirmed her participation, Davis learned that another family member had received a cancer diagnosis.</p><p>“I took this devastating news as a divine sign that this fundraising campaign for Blood Cancer United is absolutely worthy of my attention,” said Davis.</p><p>Davis will be fundraising for research to advance lifesaving treatments, drive advocacy policies that protect patient access to treatments and provide patients and families with guidance, education and support.</p><p>If you would like to support this cause and help Davis reach her fundraising goal, <a href="https://pages.lls.org/voy/mia/mia26/bdavis" target="_blank" rel="noreferrer" title="https://pages.lls.org/voy/mia/mia26/bdavis">click here</a>.</p><p>The deadline to donate is May 15.</p><p>“This is an organization making an impact with the dollars it raises, and I am proud to assist,” added Davis. “I hope you join me.”</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/5YEQWQQEDRHD7JPG2DUPYAKT5E.jpg?auth=0763dd7c33c756e83f76d11c1bc596d15af3c32646d99dc4a1d47c17a9534658&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Victor Wembanyama is a unanimous selection as the NBA's defensive player of the year]]></title><link>https://www.local10.com/sports/2026/04/20/victor-wembanyama-is-a-unanimous-selection-as-the-nbas-defensive-player-of-the-year/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/20/victor-wembanyama-is-a-unanimous-selection-as-the-nbas-defensive-player-of-the-year/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 12:03:27 +0000</pubDate><content:encoded><![CDATA[<p>There had never been a unanimous NBA Defensive Player of the Year. Until now.</p><p>Victor Wembanyama — as expected — was announced Monday as the league's top defensive player. The San Antonio center was second in the voting for DPOY as a rookie, was the favorite last season until a medical condition ended his season prematurely, then left no doubt this year.</p><p>At 22, he's the youngest winner of the award.</p><p>“The real struggle might have been getting to 65 games,” Wembanyama said — referring to the number he needed for award eligibility — on NBC Sports Network. “But I’m super, super happy to win this award and actually super proud to be the first-ever unanimous.”</p><p>Oklahoma City's Chet Holmgren was second and Detroit's Ausar Thompson was third after both helped their teams secure No. 1 seeds for the playoffs. But this was never in doubt, not after the 7-foot-4 — or maybe taller — Wembanyama led the NBA in blocked shots for a third consecutive season and generally terrorized opponents any time they wanted to score.</p><p>“Best player in the world,” Spurs forward Keldon Johnson said.</p><p>The NBA will continue its award announcements Tuesday when the Clutch Player of the Year — either Minnesota's Anthony Edwards, Oklahoma City's Shai Gilgeous-Alexander or Denver's Jamal Murray — is revealed. Wembanyama is also a finalist for MVP, with the winner of that trophy not set to be revealed until next week at the earliest.</p><p>First, the league got this announcement out of the way. And Wembanyama's win was accompanied by a slew of milestones.</p><p>— Every other winner of the award had been at least 23. Wembanyama doesn't turn 23 until next January.</p><p>— The Spurs became the first franchise with four players to win DPOY, which was first handed out in the 1982-83 season. The others? Alvin Robertson in 1986, David Robinson in 1992 and Kawhi Leonard in 2015 and 2016.</p><p>— Wembanyama joins Robinson and Michael Jordan as the only players to win both Rookie of the Year and DPOY.</p><p>“I’ve had the chance to have great coaches over my career who have taught me great habits on defense,” Wembanyama said.</p><p>The biggest accomplishment may be this: Wemby got every voter to agree.</p><p>Golden State's Stephen Curry was the unanimous MVP in 2016 and in the 10 seasons that have followed, there have been only two instances of a player collecting 100% of the first-place votes for an award.</p><p>Those were Wembanyama for Rookie of the Year in 2024, and now this.</p><p>No player in at least the last 50 seasons — and maybe ever, since it's hard to say with certainty because some full voting results for awards handed out generations ago are not known publicly — has won two major individual awards unanimously.</p><p>It's the 10th known unanimous pick in any vote for MVP, Rookie of the Year, Sixth Man of the Year, Most Improved Player, DPOY or Coach of the Year. And some of biggest names, including LeBron James and Michael Jordan, never won a major award unanimously.</p><p>“I feel like he is one of the hardest workers that I’ve ever been around,” Johnson said. “He takes his craft very seriously. I feel like this is just a small token of what’s to come for Victor. He’s a special player now. He’s a special player on the court and even more special person off the court as well. This is just a small token, small flowers that’s given to him for Defensive Player of the Year.”</p><p>Holmgren and Thompson both got votes for the first time; a panel of reporters and broadcasters who cover the league were asked to pick their top three in the category, with ballots due last week before the playoffs started.</p><p>Minnesota’s Rudy Gobert — a four-time DPOY winner — was fourth, followed, in order, by Toronto’s Scottie Barnes, Boston’s Derrick White, Oklahoma City’s Cason Wallace, Houston’s Amen Thompson, Atlanta’s Dyson Daniels and New York’s OG Anunoby.</p><p>There was a three-way tie for 11th between Detroit’s Jalen Duren, Golden State’s Draymond Green — the 2017 winner — and Miami’s Bam Adebayo.</p><p>Wembanyama is an MVP finalist (along with Oklahoma City's Shai Gilgeous-Alexander, the reigning MVP, and three-time winner Nikola Jokic of Denver), which almost certainly means he'll be an All-NBA first-team selection. And the DPOY win means he'll also be on the All-Defensive team, so the Frenchman is assured of no fewer than four trophies from this year's award season.</p><p>“We often overlook the team aspect,” Wembanyama said. “I’m sitting here. I happen to be the guy who’s put in the spotlight, but I am part of a system and I couldn’t get this award and I couldn’t do what I do if it wasn’t for my teammates ... and my coaching staff.”</p><p>___</p><p>AP freelance writer Raul Dominguez contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VZJ52CZNKMKF5TM3O2CEPF7BQI.jpg?auth=3d632f856a78ef8876c8e78e013a154aa2ae9db9e0c2dc307d292e42e78091f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) celebrates a score against the Portland Trail Blazers during the second half in Game 1 of a first-round NBA playoffs basketball series in San Antonio, Sunday, April 19, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CR73IIF5RGTMQ7CXRQCHEW6X7Y.jpg?auth=b7790cdee1990ee8146e16c57153f583283d2a270f4d78e653c255a914669d16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) celebrates a play against the Portland Trail Blazers during the first half in Game 1 of a first-round NBA playoffs basketball series in San Antonio, Sunday, April 19, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RAK4UHZOUGQGXKIIFEFZTQDFW4.jpg?auth=ffccb6a0812f42eaaec64e9ac500957577600332aa028e8966d5c238e98d8a94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs center Victor Wembanyama, center right, greets fans after an NBA basketball game against the Dallas Mavericks, Friday, April 10, 2026, in San Antonio. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content></item><item><title><![CDATA[The Onion launches new bid to take over Alex Jones' Infowars and turn it into a parody platform]]></title><link>https://www.local10.com/business/2026/04/20/the-onion-launches-new-bid-to-take-over-alex-jones-infowars-and-turn-it-into-a-parody-platform/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/20/the-onion-launches-new-bid-to-take-over-alex-jones-infowars-and-turn-it-into-a-parody-platform/</guid><dc:creator><![CDATA[By DAVE COLLINS, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 13:37:00 +0000</pubDate><content:encoded><![CDATA[<p>The satirical news outlet The Onion is back with a new plan to take over the Infowars platforms of conspiracy theorist Alex Jones as his company faces liquidation over more than $1 billion in defamation judgments owed to relatives of victims of the Sandy Hook Elementary School shooting.</p><p>Under a proposal submitted Monday to a state judge in Texas, The Onion would be granted an exclusive, temporary license to the intellectual property of Infowars' parent company, Free Speech Systems, allowing the outlet to put its own content on the Infowars website and social media accounts.</p><p>Ben Collins, chief executive of The Onion, said the deal could be in place around April 30, if approved by Judge Maya Guerra Gamble in Austin. He said The Onion has already hired people to run Infowars as a parody site including Tim Heidecker, one half of the comedy duo Tim and Eric known for their work on the Cartoon Network’s “Adult Swim” shows.</p><p>“We’ll build this into a bigger comedy network,” Collins said in phone interview Monday, adding the Sandy Hook families would receive profits from the new operations.</p><p>“A big part of it for us is that the way people consume news now is they see somebody who has no idea what the (expletive) they’re talking about staring into their camera and just like coming up with conspiracy theories or telling you health hacks that will actually get you poisoned, things like that,” he said. “We’re going to create a bunch of characters and worlds around those kinds of things.”</p><p>After the 2012 Sandy Hook shooting, which killed 20 first graders and six educators in Newtown, Connecticut, Jones called it a hoax staged by “crisis actors” in an effort to increase gun control. Many relatives of the victims, along with an FBI agent who responded to the shooting, sued Jones and his company for defamation and infliction of emotional distress.</p><p>On his show Monday, Jones vowed to fight the licensing proposal in court but acknowledged he and his crew could be kicked out of the building at the end of the month. He said he would continue his shows in another studio he is preparing, and they would air on his personal X account and other new social media accounts and websites, as well as dozens of radio stations. He also has set up new websites for the merchandise he sells, including dietary supplements and clothing that bring in millions of dollars a year.</p><p>“I’m going to continue the exact same show,” he said. “It’ll just be called the ‘Alex Jones Show.’ So, it’s the same satellite, same system. It's a different news site and news studio. So I’m not going anywhere.”</p><p>The licensing deal with The Onion would be for six months, with the right to renew it for another six months as a court-appointed receiver works to eventually sell the assets of Infowars’ parent company, Austin-based Free Speech Systems, and give proceeds to the Sandy Hook families. The receiver is supporting the plan, which calls for The Onion to pay $81,000 a month to cover the rent for the building housing Infowars' studios, along with utilities and other costs.</p><p>During a trial of the defamation suit in Connecticut in 2022, victims' relatives testified that people whom they called followers of Jones subjected them to death and rape threats, in-person harassment and abusive comments on social media over the hoax claims. Jones argued there was never any proof that linked him to the actions of others.</p><p>A jury and judge awarded the families and the FBI agent more than $1.4 billion in damages. In a similar lawsuit in Texas, the parents of a child killed at Sandy Hook were awarded nearly $50 million. Jones appealed both awards. He lost his challenges to the Connecticut judgment, while his appeal of the Texas award is still pending.</p><p>Jones filed for bankruptcy in late 2022. In those proceedings, an auction was held in November 2024 to liquidate Infowars’ assets to help pay the defamation judgments, and The Onion was named the winning bidder. But the bankruptcy judge threw out the auction results, citing problems with the process and The Onion’s bid.</p><p>The attempt to sell off Infowars’ assets later moved to the state court in Texas, where Guerra Gamble appointed a receiver to liquidate the assets of Jones' company. Jones is also appealing that ruling, which has put a hold on the liquidation.</p><p>A lawyer for the Sandy Hook families who sued Jones in Connecticut said they support The Onion's plan.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AP2ZZKRSEGT4AJWSDGAJQRTSLY.jpg?auth=57caafa9c444f33e8396be711ad478b00ba1bc9997237074e3ac7db2ae6d9ebe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Right-wing conspiracy theorist Alex Jones speaks to the media after arriving at the federal courthouse for a hearing in front of a bankruptcy judge, June 14, 2024, in Houston. (AP Photo/David J. Phillip, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/APSCD5J6C7DLX7VVJPOAHVVTH4.jpg?auth=babc9df55fb87806dbbb7e59e2b35ce041a4f056b53fef16c8b6414b840a9955&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A copy of the satirical outlet The Onion is seen, Nov. 14, 2024, in Little Rock, Ark. (AP Photo/Jill Bleed, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jill Bleed</media:credit></media:content></item><item><title><![CDATA[Aloha, PGA Tour. Hawaii will be without a tour event in 2027 for the first time in 56 years]]></title><link>https://www.local10.com/sports/2026/04/20/aloha-pga-tour-hawaii-will-be-without-a-tour-event-in-2027-for-the-first-time-in-56-years/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/20/aloha-pga-tour-hawaii-will-be-without-a-tour-event-in-2027-for-the-first-time-in-56-years/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 12:02:39 +0000</pubDate><content:encoded><![CDATA[<p>The PGA Tour will not be in Hawaii in 2027 for the first time in 56 years as it moves toward a revamped schedule that no longer will start the season in the middle of the Pacific Ocean.</p><p>The Sentry was canceled last January on drought-stricken Maui when the grass on the Plantation course at Kapalua was dying due to restrictions brought on by a dispute with the company in charge of a century-old water delivery system.</p><p>Two staff members at Kapalua, which is operated by Troon Golf, were notified Monday of the decision not to return. The PGA Tour confirmed it when contacted by The Associated Press.</p><p>The Sony Open on Oahu was in the final year of its sponsorship. It had leaned on being the week after Kapalua since 1999 to help attract players for a two-week stay in Hawaii.</p><p>The Sony Open is working toward becoming a PGA Tour Champions event to be packaged with the Mitsubishi Electric Championship on the Big Island.</p><p>“We are grateful to The Plantation Course at Kapalua, Kapalua Resort, Maui County and the state of Hawaii for their longtime support of our season-opening PGA Tour event, as well as the fans, partners and volunteers across Maui who have supported the event throughout the years,” the tour said in a statement.</p><p>It said it would share more details on the 2027 schedule at a later date. The tour also confirmed it was in conversations with the Sony Open about a spot on the PGA Tour Champions schedule, without further comment.</p><p>Kapalua began as a winners-only start to the PGA Tour season in 1999, a favorite among players for its wide fairways and endless views of the ocean on the west end of Maui.</p><p>Wisconsin-based Sentry took over as title sponsor in 2018, and its most recent extension takes it through 2035.</p><p>The most likely landing spot for Sentry is Torrey Pines in San Diego, where several executives attended this year. The previous sponsorship for Torrey Pines with Farmers Insurance ended this year without any intention of renewing.</p><p>Stephanie Smith, the company’s chief marketing and brand officer in charge of the golf partnership, did not mention future plans, only to say Sentry was proud of its eight-year run at Kapalua.</p><p>“We have said from the beginning, we love Maui and Maui is a Sentry community not unlike our hometown of Stevens Point, Wisconsin,” she said. “We cherish the friends and partnerships we have formed over the past several years. Our commitment to the island runs deep, and we remain committed to being active in the community.”</p><p>Hideki Matsuyama was the last winner at Kapalua. The final stroke was an 8-foot birdie putt that set the PGA Tour record for score to par at 35 under.</p><p>The tour had been subsidizing the purse increase to $20 million when it became a signature event, and The Sentry was among the most expensive operations because of shipping so much equipment to Maui. Attendance was moderate at best.</p><p>The water dispute involved accusations from the Kapalua owner, Japanese billionaire Tadashi Yanai, homeowners and Hua Momona Farms that Maui Land & Pineapple had not maintained the water delivery system.</p><p>MLP then filed a countersuit and alleged Kapalua was violating water restrictions.</p><p>The Sony Open dates to 1965 and had been played continuously since 1971, played at Waialae Country Club in Honolulu, along the ocean down from Diamond Head. It took over as the season opener this year when The Sentry was canceled, won by Chris Gotterup.</p><p>The most famous moment in tournament history was Isao Aoki holing out from the fairway for eagle to win in 1983. Ernie Els became the first player to sweep the tour’s Hawaii events in 2003 when he won at Kapalua and Waialae.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S24KX4BLYICCJRCEORJIFJAXLY.jpg?auth=d1fc6dd7087b438d438ca90301d13e78896e4c993c1648d15337b0d49987395d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hideki Matsuyama, of Japan, hits on the 13th hole during the final round of The Sentry golf event, Jan. 5, 2025, at Kapalua Plantation Course, in Kapalua, Hawaii. (AP Photo/Matt York, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JVKTSAB5O5FQJSNISYJ7Y37UFQ.jpg?auth=522fec860cb2eade5618aa1d1218341566a88fa9dda5531dec4d1e901a917a6c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chris Gotterup reacts after winning the Sony Open golf event at the Waialae Country Club, in Honolulu, Jan. 18, 2026. (AP Photo/Matt York, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content></item><item><title><![CDATA[What to know about a Louisiana father fatally shooting 8 children, including his own]]></title><link>https://www.local10.com/news/2026/04/20/what-to-know-about-a-louisiana-father-fatally-shooting-8-children-including-his-own/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/20/what-to-know-about-a-louisiana-father-fatally-shooting-8-children-including-his-own/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 20 Apr 2026 22:12:37 +0000</pubDate><content:encoded><![CDATA[<p>SHREVEPORT, La. (AP) — A Louisiana father fatally shot eight children, including seven of his own, and shot and wounded his wife and another woman in the deadliest mass shooting in the U.S. in more than two years.</p><p>The attack on Sunday morning unfolded in two homes in a Shreveport neighborhood. The gunman, identified as 31-year-old Shamar Elkins, died after a police pursuit that ended with officers firing on him, authorities said.</p><p>Police have not provided a motive for the killings. Family members said Elkins and his wife were separating and community leaders called for a reckoning over domestic violence as the shooting reverberated across the city, including in the classrooms where the children attended school.</p><p>Here's what to know about the attack.</p><p>Shootings began before sunrise</p><p>The attack began before dawn in a neighborhood south of downtown Shreveport.</p><p>Police received the first report around 5:55 a.m. from a caller stating they were on top of a house where someone had been shot, Shreveport Police Chief Wayne Smith said. Five minutes later, police were told that Elkins had shot everyone inside the 79th Street house.</p><p>Troy Brown, Elkin's brother-in-law, said his wife and his 12-year-old daughter had escaped through the home’s roof.</p><p>Officers arrived within minutes but another call at 6:07 a.m. reported a second attack on nearby Harrison Street, where the caller said Elkins had shot her before fleeing, according to Smith. Police then received word the gunman had stolen a car, leading to a pursuit and eventually an exchange of gunfire.</p><p>Elkins was pronounced dead about an hour after police received the first call. It was not clear whether he was killed by officers or from a self-inflicted gunshot, Smith said.</p><p>Gunman had felony gun conviction</p><p>Court records showed that Elkins was placed on probation in 2019 after pleading guilty to illegal use of weapons. A police report for that case said Elkins fired five rounds at a vehicle and told police that someone inside it had pulled a gun on him.</p><p>Under Louisiana law, a person convicted of illegal use of a weapon is banned from having a gun for at least 10 years after completing their sentence and probation. Investigators were not aware of other domestic violence issues involving Elkins, said police spokesperson Chris Bordelon.</p><p>Authorities have not said how or where Elkins obtained the weapon used in Sunday's attack.</p><p>Elkins had served in the Louisiana National Guard from 2013 to 2020, held the rank of private and had no deployments, a guard spokesperson said. He was a signal support system specialist and a fire support specialist.</p><p>Elkins had voluntarily checked into a Department of Veterans Affairs hospital in January for just over a week, according to Brown. He said Elkins appeared “better when he came home” and seemed fine a day before the shooting.</p><p>The murdered children were all under 12</p><p>The eight children ranged in age from 3 to 11. Besides Elkins' seven children, his nephew was among the slain, according to the Caddo Parish coroner’s office.</p><p>Family members described the gunman’s wife, Shaneiqua Elkins, as a doting mother who celebrated her children’s success in school and carefully dressed them before family events.</p><p>Francine Monro Brown, a cousin of Shaneiqua Elkins, said she would often see the children playing in the yard on Sunday mornings when she drove past the house on her way to church. She called them “happy” and “joyful.”</p><p>Family member says couple was separating</p><p>Elkins and his wife were separating and had been arguing about their relationship before the shooting, said Crystal Brown, a cousin of a woman shot in the attack.</p><p>The shooting in Shreveport was the deadliest in the U.S. since January 2024, when eight people were killed in a Chicago suburb, according to a database maintained by The Associated Press and USA Today in partnership with Northeastern University.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M75NPPVUEIF6IEBHF7J3EFVKVE.jpg?auth=8bc80e0a5d2c8af364b2c6e3889bc125eada452a0f308a64ec7dc8a813dc153a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person leaves a gift at a makeshift memorial on the front lawn of the home where children were killed during a mass shooting the day before in Shreveport, La., Monday, April 20, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G6DRPBEW4TLGUDU2QM5D5AYRF4.jpg?auth=7692698214aca388d36f99dc6c3e7f79390fc09b3faa1d5a19aee310da088866&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Councilman Reverend James Green consoles people outside the scene of a mass shooting, Sunday, April 19, 2026, in Shreveport, La. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AF6V3ICING2XAEWS35VYPZTHWE.jpg?auth=5781505f285c7e454444ad9fdc96b108f645eadf676d5c35619206b7bc5b3e22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vehicle is parked outside one of the locations of a mass shooting, Sunday, April 19, 2026, in Shreveport, La. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content></item><item><title><![CDATA[Miami-Dade deputies find watch thief after jewelry store worker tries to stop him ]]></title><link>https://www.local10.com/news/local/2026/04/20/miami-dade-deputies-find-watch-thief-after-jewelry-store-worker-tries-to-stop-him/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/miami-dade-deputies-find-watch-thief-after-jewelry-store-worker-tries-to-stop-him/</guid><dc:creator><![CDATA[Rosh Lowe, Andrea Torres]]></dc:creator><description><![CDATA[Surveillance video shows a jewelry store employee holding onto a fleeing thief’s van after a burglary at the Village Flea Market in Miami-Dade County, according to a deputy’s arrest report.]]></description><pubDate>Mon, 20 Apr 2026 15:10:48 +0000</pubDate><content:encoded><![CDATA[<p>Surveillance video shows a jewelry store employee holding onto a fleeing thief’s van after a burglary at the Village Flea Market in Miami-Dade County, according to a deputy’s arrest report.</p><p>Felipe Llanos Colon was driving a U-Haul van after stealing from the Franky Diamonds booth at 7900 NW 27 Ave., in the West Little River area, according to the Miami-Dade Sheriff’s Office deputy’s report. </p><p>“The victim jumped onto the hood of the offender’s vehicle, and the assailant proceeded to drive away, with the victim mounted on the hood of the van,” the deputy wrote, according to the report. </p><p>Llanos Colon fled with a $39,500 watch at about 1:05 p.m. on April 13; Miami police officers arrested him on Friday for another case; and deputies re-arrested him for the theft. </p><p>“Screenshot images of the defendant’s face from the video were obtained and later submitted to the MDSO real-time operations center, which used facial recognition software to identify the defendant,” a deputy wrote, according to the report.</p><p>The victim at the flea market’s Franky Diamonds booth reported that Llanos Colon ran away after putting on the watch, so he chased him to the parking lot and attempted to stop him by jumping onto the van’s hood. </p><p>LLanos Colon “drove off the property through a cutout in a fence, leading to Northwest 30th Avenue, where he proceeded southbound ... while the victim maintained a grip on the hood of the van,” according to the report. </p><p>Llanos Colon stopped at Northwest 79th Street, got out of the van, ran westbound, and vanished near the MetroRail area, according to the report. </p><p>After Miami police officers arrested Llanos Colon on Friday at 1280 NW 60 St., in Liberty City, Miami-Dade corrections booked him at the Turner Guilford Knight Correctional Center. </p><p>Llanos Colon appeared in court on Saturday, and a judge ordered him to stay away from the Franky Diamonds booth employee and ordered house arrest with an electronic monitor. </p><p>Miami-Dade prosecutors filed two criminal cases against Llanos Colon on Saturday, according to county court records. </p><p>Llanos Campos faced charges of second-degree grand theft and aggravated assault with a deadly weapon. His bond was $20,000. Miami-Dade County Circuit Judge Ariel Rodriguez was set to preside over this case. </p><p>For the arrest in Liberty City, Llanos Campos faced charges of possession of drug paraphernalia and knowingly driving with a suspended license. His bond was $500. Miami-Dade County Circuit Judge Julie Nelson was set to preside over this case. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[Burglary suspect accused of shooting police dog faces charges in Broward ]]></title><link>https://www.local10.com/news/local/2026/04/20/burglary-suspect-accused-of-shooting-police-dog-faces-charges-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/burglary-suspect-accused-of-shooting-police-dog-faces-charges-in-broward/</guid><dc:creator><![CDATA[Saira Anwer, Andrea Torres]]></dc:creator><description><![CDATA[Fort Lauderdale Police Department K9 Appie, a 4-year-old Belgian Malinois, was set to undergo surgery on Monday, according to police.  ]]></description><pubDate>Mon, 20 Apr 2026 16:05:16 +0000</pubDate><content:encoded><![CDATA[<p>Fort Lauderdale Police Department K9 Appie, a 4-year-old Belgian Malinois, was set to undergo surgery on Monday, according to police. </p><p>Christian Q. Bouie, the burglary suspect accused of shooting Appie in the shoulder on Saturday night, was at the Broward County Main Jail on Monday. </p><p>After the shooting, another police dog bit Bouie, 30, during his arrest, and fire rescue personnel took him to the Broward Health Medical Center. </p><p>Bouie faced four charges: Use of a deadly weapon on a police animal, interfering with law enforcement with violence, possession of a weapon or ammunition by a convicted felon, and resisting arrest without violence. </p><p><b>Related social media post</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FK9sUnited%2Fposts%2Fpfbid0Af25JJoz5JAPwcdu1hudz1WZctVF92H4Va5eLetuwohc8up9igWvjcu7q2jocghCl&show_text=true&width=500" width="500" height="504" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Chile y Estados Unidos sellan un pacto de seguridad para frenar el crimen transnacional]]></title><link>https://www.local10.com/espanol/2026/04/20/chile-y-estados-unidos-sellan-un-pacto-de-seguridad-para-frenar-el-crimen-transnacional/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/20/chile-y-estados-unidos-sellan-un-pacto-de-seguridad-para-frenar-el-crimen-transnacional/</guid><dc:creator><![CDATA[Por NAYARA BATSCHKE, Associated Press]]></dc:creator><description></description><pubDate>Mon, 20 Apr 2026 21:46:29 +0000</pubDate><content:encoded><![CDATA[<p>SANTIAGO (AP) — Chile y Estados Unidos firmaron el lunes un acuerdo de seguridad en el marco del estrechamiento de sus relaciones que busca fortalecer las capacidades del Estado chileno para hacer frente al avance del crimen organizado transnacional.</p><p>En una ceremonia en Santiago, representantes de los dos países suscribieron una enmienda a la Carta de Acuerdo sobre control de narcóticos y cumplimiento de la ley, que contempla el fortalecimiento de las capacidades institucionales para enfrentar amenazas como el narcotráfico, el ciberdelito y el lavado de dinero a través de la cooperación técnica, la capacitación y la coordinación entre agencias.</p><p>El instrumento, firmado por el subsecretario de Seguridad chileno Andrés Jouannet, y el subsecretario de Estado para el Control de Armas y la Seguridad Internacional de Estados Unidos, Thomas DiNanno, prevé además el aporte de un millón de dólares de Washington para modernizar el equipamiento tecnológico y logístico de Chile, como vehículos, ordenadores y otros aparatos de investigación.</p><p>“Estos recursos son una inversión directa en la seguridad cotidiana de las personas”, dijo el canciller de Chile, Francisco Pérez Mackenna, en una rueda de prensa.</p><p>El ministro indicó además que la medida “posibilita la creación de un equipo interinstitucional entre la Policía de Investigaciones de Chile y el FBI (buró federal de investigaciones)", que “representa un salto cualitativo” en la cooperación bilateral.</p><p>Por su parte, el representante de Washington dijo que la iniciativa permitirá asegurar un hemisferio “más seguro”.</p><p>“En nombre del presidente Trump y del secretario de Estado Rubio, Estados Unidos está deseoso de colaborar con la administración del presidente Kast para promover un hemisferio más seguro, más fuerte y más próspero”, aseguró DiNanno.</p><p>El acuerdo marca “una nueva era dorada en las relaciones entre Estados Unidos y Chile”, agregó.</p><p>DiNanno explicó que, con el pacto, “Estados Unidos lanzará un nuevo programa bilateral en Chile” para “debilitar y, en última instancia, desmantelar las operaciones de organizaciones criminales transnacionales”.</p><p>“Me complace anunciar que Estados Unidos destinará un millón de dólares para establecer una unidad especializada en la lucha contra el crimen organizado transnacional, incluyendo al Tren de Aragua”, añadió sobre el grupo criminal que se originó en Venezuela y se ha extendido en la región.</p><p>Desarrollo de minerales críticos</p><p>En la misma ceremonia, Santiago y Washington suscribieron un Memorándum de Entendimiento sobre minerales críticos para un futuro acuerdo que busca promover la inversión, el intercambio de experiencias y el desarrollo de capacidades en distintas etapas de la cadena de valor.</p><p>“A través de él compartiremos experiencia en desarrollo de minerales críticos y recursos de tierras raras y buscaremos proyectos que podamos apoyar en ambos países”, dijo el embajador estadounidense en Chile, Brandon Judd. “También ayudaremos a fortalecer las cadenas de suministro para asegurar que ni Chile ni Estados Unidos dependen jamás de un solo país para estos recursos”.</p><p>La firma de estos acuerdos se enmarca en los esfuerzos impulsados por el gobierno del ultraderechista José Antonio Kast durante los primeros 90 días de gestión para impulsar la inserción internacional de Chile y diversificar mercados.</p><p>"Hoy hemos suscrito dos instrumentos que, aunque distintos en su materia, son expresión de una misma convicción, que la cooperación bilateral profunda, fundada en valores compartidos y beneficio mutuo, es el camino para enfrentar los desafíos del siglo XXI”, destacó Pérez Mackenna.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/37MROEDLO3C3ACUYLGVDWUJAXM.jpg?auth=27017cff209ce05ab989797f1aca759d0ed819b72b144dab3e40cece86ea3a14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El subsecretario de Estado para el Control de Armas y la Seguridad Internacional de Estados Unidos, Thomas DiNanno, a la izquierda, muestra un acuerdo que firmó con la ministra de Seguridad de Chile, Trinidad Steinert, en el centro, y el subsecretario de Seguridad de Chile, Andrés Jouannet, en Santiago de Chile, el lunes 20 de abril de 2026. (Foto AP/Esteban Félix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content></item><item><title><![CDATA[US Justice Department demands 2024 Detroit-area ballots in latest move for local election records]]></title><link>https://www.local10.com/news/politics/2026/04/20/us-justice-department-demands-2024-detroit-area-ballots-in-latest-move-for-local-election-records/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/20/us-justice-department-demands-2024-detroit-area-ballots-in-latest-move-for-local-election-records/</guid><dc:creator><![CDATA[By JOHN O'CONNOR, Associated Press]]></dc:creator><description></description><pubDate>Mon, 20 Apr 2026 21:43:36 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Department of Justice has demanded that Michigan's Wayne County turn over all its ballots from the 2024 election just weeks after it made similar requests in Georgia and Arizona.</p><p>The earlier requests were for ballots and other records from 2020, the presidential election President Donald Trump lost, while the fresh request is for the last round of voting in a swing state Trump won.</p><p>The letter, from the head of the department's Civil Rights Division, appears to be a widening of Trump's grievances over his false claims that widespread fraud cost him the 2020 election while at the same time looking ahead to this fall's critical midterm election, when control of the U.S. House and Senate is in the balance.</p><p>In a statement issued Sunday joined by Michigan's Democratic governor and secretary of state, Democratic Attorney General Dana Nessel derided the move as “weaponizing the Justice Department” in an attempt to “interfere in state elections.”</p><p>"If this administration wants to bring this circus to our state, my office is prepared to protect the people’s right to vote,” Nessel said.</p><p>U.S. Assistant Attorney General Harmeet K. Dhillon's letter, dated April 14, demanded 2024 ballots and other records from Wayne County, which includes the strongly Democratic city of Detroit. Nessel said nearly 865,000 votes were cast there in 2024.</p><p>Dhillon said the reason for the demand is to ensure no fraud occurred in the 2024 balloting, citing three instances of fraudulent votes in 2020 and a civil lawsuit filed over absentee ballot processing. According to a response by Nessel, Michigan officials identified and prosecuted the three cases and a judge dismissed the lawsuit after finding that “sinister and fraudulent motives” were alleged which were “incorrect and not credible.”</p><p>“Michigan’s elections are safe and secure," Gov. Gretchen Whitmer said in the joint statement. “This demand is a poorly disguised attempt to justify more doubt and misinformation about our elections as well as direct federal interference.”</p><p>Michigan officials' failure to produce the records within 14 days of receiving the request could mean the U.S. Justice Department would seek a court order, but Nessel appears in no hurry to comply. She objected to a number of issues she believes preclude a response, including the age of the fraud incidents cited, how rare such cases are and that the request was made of Wayne County Clerk Cathy Garrett, while ballots are in the possession of 43 local clerks across the county.</p><p>An emailed request for comment from Garrett did not receive an immediate reply.</p><p>Federal pressure yielded election records in the earlier swing states. The FBI, acting on a search warrant signed by a judge, in January searched the election office of heavily Democratic Fulton County, Georgia, which has been a target of election conspiracy theories related to Trump's 2020 loss. Fulton County officials have since been in court attempting to regain possession of the seized records.</p><p>A grand jury subpoena last month forced the Arizona state Senate to turn over to the FBI records related to a contentious audit of the 2020 election in Maricopa County, which includes Phoenix. Democrats in the state criticized the GOP Senate president for complying, noting he is aware of multiple reviews, independent investigations and legal challenges over the election that have shown no evidence of widespread fraud.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNK7IHLWDQ3XYEGHTE5I77ZNCM.jpg?auth=df2de7a0ec117df078cf98ab3f49c9b9d752b4465f2615b9919bf002eff599d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A banner of President Donald Trump hangs outside the U.S. Department of Justice on Saturday, March 21, 2026, in Washington. (AP Photo/Tom Brenner)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</media:credit></media:content></item><item><title><![CDATA[Labor Secretary Lori Chavez-DeRemer is leaving Trump's Cabinet after abuse of power allegations]]></title><link>https://www.local10.com/business/2026/04/20/labor-secretary-lori-chavez-deremer-is-leaving-trumps-cabinet-after-abuse-of-power-allegations/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/20/labor-secretary-lori-chavez-deremer-is-leaving-trumps-cabinet-after-abuse-of-power-allegations/</guid><dc:creator><![CDATA[By SEUNG MIN KIM, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 05:16:57 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Labor Secretary Lori Chavez-DeRemer is out of President Donald Trump’s Cabinet, the White House said Monday, after multiple allegations of abusing her position’s power, including having an affair with a subordinate and drinking alcohol on the job.</p><p>Chavez-DeRemer is the third Trump Cabinet member to leave her post after Trump fired his embattled Homeland Security Secretary Kristi Noem in March and ousted Attorney General Pam Bondi earlier this month.</p><p>In a statement posted on social media, Chavez-DeRemer praised Trump and wrote, “I am proud that we made significant progress in advancing President Trump’s mission to bridge the gap between business and labor and always put the American worker first.”</p><p>Unlike other recent Cabinet departures, Chavez-DeRemer’s exit was announced by a White House aide, not by the president on his social media account.</p><p>“Labor Secretary Lori Chavez-DeRemer will be leaving the Administration to take a position in the private sector,” White House communications director Steven Cheung said on the social media site X. “She has done a phenomenal job in her role by protecting American workers, enacting fair labor practices, and helping Americans gain additional skills to improve their lives.”</p><p>He said Keith Sonderling, the current deputy labor secretary, would become acting labor secretary in her place. The news outlet NOTUS was the first to report Chavez-DeRemer's resignation.</p><p>Labor chief, family members faced multiple allegations</p><p>Chavez-DeRemer’s departure follows reports that began surfacing in January that she was under a series of investigations.</p><p>A New York Times report last Wednesday revealed that the Labor Department’s inspector general was reviewing material showing Chavez-DeRemer and her top aides and family members routinely sent personal messages and requests to young staff members.</p><p>Chavez-DeRemer’s husband and father exchanged text messages with young female staff members, according to the newspaper. Some of the staffers were instructed by the secretary and her former deputy chief of staff to “pay attention” to her family, people familiar with the investigation told the Times.</p><p>Those messages were uncovered as part of a broader investigation of Chavez-DeRemer’s leadership that began after the New York Post reported in January that a complaint filed with the Labor Department’s inspector general accused Chavez-DeRemer of a relationship with the subordinate.</p><p>She also faced allegations that she drank alcohol on the job and that she tasked aides to plan official trips for primarily personal reasons.</p><p>Late Monday, on her personal X account, Chavez-DeRemer posted, “The allegations against me, my family, and my team have been peddled by high-ranked deep state actors who have been coordinating with the one-sided news media and continue to undermine President Trump's mission.”</p><p>Both the White House and the Labor Department initially said the reports of wrongdoing were baseless. But the official denials got less full-throated as more allegations emerged — and when Chavez-DeRemer might be out of a job became something of an open question in Washington.</p><p>At least four Labor Department officials have already been forced from their jobs as the investigation progressed, including Chavez-DeRemer’s former chief of staff and deputy chief of staff, as well as a member of her security detail, with whom she was accused of having the affair, The New York Times reported.</p><p>“I think the secretary demonstrated a lot of wisdom in resigning,” Sen. John Kennedy, R-La., said Monday after her departure was made public.</p><p>She enjoyed union support — rare for a Republican</p><p>Confirmed to Trump’s Cabinet on a 67-32 vote in March 2025, Chavez-DeRemer is a former House GOP lawmaker who had represented a swing district in Oregon. She enjoyed unusual support from unions as a Republican but lost reelection in November 2024.</p><p>In her single term in Congress, Chavez-DeRemer backed legislation that would make it easier to unionize on a federal level, as well as a separate bill aimed at protecting Social Security benefits for public-sector employees.</p><p>Some prominent labor unions, including the International Brotherhood of Teamsters, backed Chavez-DeRemer, who is a daughter of a Teamster, for Labor Secretary. Trump’s decision to pick her was viewed by some political observers as a way to appeal to voters who are members of or affiliated with labor organizations.</p><p>But other powerful labor leaders were skeptical when she was tapped for the job, unconvinced that Chavez-DeRemer would pursue a union-friendly agenda as a part of the incoming GOP administration. In her Senate confirmation hearing, some senators questioned whether she would be able to uphold that reputation in an administration that fired thousands of federal employees.</p><p>She was a key figure in Trump's deregulatory push</p><p>Aside from reports of wrongdoing in recent months, Chavez-DeRemer had been one of Trump’s more lower-profile Cabinet picks, but took key steps to advance the administration’s deregulatory agenda during her tenure.</p><p>For instance, the Labor Department last year moved to rewrite or repeal more than 60 workplace regulations it saw as obsolete. The rollbacks included minimum wage requirements for home health care workers and people with disabilities, and rules governing exposure to harmful substances and safety procedures at mines. The effort drew condemnation from union leaders and workplace safety experts.</p><p>The proposed changes also included eliminating a requirement that employers provide adequate lighting for construction sites and seat belts for agriculture workers in most employer-provided transportation.</p><p>During Chavez-DeRemer’s tenure, the Trump administration canceled millions of dollars in international grants that a Labor Department division administered to combat child labor and slave labor around the world, ending their work that had helped reduce the number of child laborers worldwide by 78 million over the last two decades.</p><p>In her statement Monday, Chavez-DeRemer said, “While my time serving in the Administration comes to a conclusion, it doesn’t mean I will stop fighting for American workers.”</p><p>The Labor Department has a broad mandate as it relates to the U.S. workforce, including reporting the U.S. unemployment rate, regulating workplace health and safety standards, investigating minimum wage, child labor and overtime pay disputes, and applying laws on union organizing and unlawful terminations.</p><p>___</p><p>Associated Press writers Steven Sloan and Will Weissert in Washington and Cathy Bussewitz in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SQH6YKETDA7QB3BTVRBI7AUR7I.jpg?auth=86248661b3bb57ac0c99b29d164db55d55360c307ad854e127d89c90752a16d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Labor Secretary Lori Chavez-DeRemer listens as President Donald Trump speaks with reporters while signing executive orders in the Oval Office of the White House, April 23, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Tim Cook will step down as Apple CEO and hand reins over to the iPhone maker's hardware leader]]></title><link>https://www.local10.com/business/2026/04/20/tim-cook-will-step-down-as-apple-ceo-and-hand-reins-over-to-the-iphone-makers-hardware-leader/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/20/tim-cook-will-step-down-as-apple-ceo-and-hand-reins-over-to-the-iphone-makers-hardware-leader/</guid><dc:creator><![CDATA[By MICHAEL LIEDTKE, Associated Press]]></dc:creator><description></description><pubDate>Mon, 20 Apr 2026 22:29:38 +0000</pubDate><content:encoded><![CDATA[<p>Apple CEO Tim Cook is stepping down from the job that he inherited from the late Steve Jobs, ending a 15-year reign that saw the company’s market value soar by more than $3.6 trillion during an iPhone-fueled era of prosperity.</p><p>Cook, 65, will turn the CEO duties over to Apple’s head of hardware engineering, John Ternus, on Sept. 1 while remaining involved with the Cupertino, California, company as executive chairman. That’s similar to the transitions made by Amazon’s Jeff Bezos and Netflix’s Reed Hastings after they ended their highly successful tenures as CEO.</p><p>To allow Cook to assume his new job, Arthur Levinson will relinquish his role as Apple's non-executive chairman while remaining on its board of directors.</p><p>“It has been the greatest privilege of my life to be the CEO of Apple and to have been trusted to lead such an extraordinary company," Cook said in a statement. “I love Apple with all of my being, and I am so grateful to have had the opportunity to work with a team of such ingenious, innovative, creative, and deeply caring people.”</p><p>Ternus, 50, has been with Apple for the past quarter century, including the past five years overseeing the engineering underlying the iPhone, iPad and Mac — a role that made him a prime candidate to succeed Cook.</p><p>“I am profoundly grateful for this opportunity to carry Apple’s mission forward,” Ternus said in a statement.</p><p>Cook and Ternus may have more to say about the changing of the guard on April 30 when Apple is scheduled to release its financial results for the first three months of the year.</p><p>The transition to a new CEO comes at a pivotal time for Apple. Artificial intelligence has unleashed the most upheaval within the industry since Jobs unveiled the first iPhone in 2007. Apple has gotten off to a rough start in AI after stumbling in its efforts to deliver new features built on the technology, as promised nearly two years ago.</p><p>Earlier this year, Apple finally turned to Google — an early leader in the AI race — for help making the iPhone's virtual assistant Siri into a more conversational and versatile helper.</p><p>“Cook created a major legacy at Apple but it was ultimately time to pass the torch to Ternus with the AI strategy now the focus,” Wedbush Securities analyst Dan Ives said.</p><p>Although he never shook the perception that he lacked Jobs’ vision, Cook leveraged the popularity of the iPhone and other breakthroughs orchestrated by his predecessor to lift Apple to heights that seemed unfathomable when it was on the brink of bankruptcy during the mid-1990s.</p><p>Not long after Cook took over, Apple became the first publicly traded company to be valued at $1 trillion, then became the first to be valued at $2 trillion and $3 trillion, too.</p><p>But after Apple's slow start in AI, chipmaker Nvidia rode the feverish demand for its processors that power that technology to be the first company to reach the $4 trillion threshold and then the first to break through the $5 trillion barrier, too. Apple is currently valued at $4 trillion, up from $350 billion when Tim Cook took over in August 2011, shortly before Jobs died after a long bout with cancer.</p><p>“Steve Jobs was never going to be an easy act to follow, yet Tim Cook took Jobs’ legacy and transformed Apple into a durable, resilient financial powerhouse,” said Forrester Research analyst Dipanjan Chatterjee.</p><p>Besides guiding Apple to a phenomenal run of financial success, Cook also made his mark in an October 2014 essay acknowledging his homosexuality – a disclosure by the leader of a renowned company that was hailed as a breakthrough for the gay rights movement.</p><p>Before his death, Jobs spent time grooming Cook to be his successor – a move that reflected the Apple co-founder’s respect and admiration for an executive that he hired in 1998 to oversee the company’s supply chain. Knowing his successor would likely be measured against his legacy, Jobs advised Cook to be guided by his own instincts and never bother musing, “What would Steve do?”</p><p>Cook, an Alabama native who previously worked at Compaq Computer and Apple’s former nemesis, IBM, masterminded the intricacies of an international supply chain that plumbed the cheaper labor and efficiency of China’s manufacturing plants. It has played an instrumental role in the production of the Mac computers, iPods, iPhones, iPads and other products that account for most of Apple’s annual revenue of $416 billion – up from $108 billion when Cook became CEO.</p><p>But most of Apple’s best-selling devices were all conceived while Jobs was still CEO, raising questions about whether Cook was more of a logistics man than an idea man.</p><p>“While Cook has kept Apple’s growth trajectory moving at a steady clip, he has not overseen a step-change innovation that would reset Apple’s competitive position for the next two decades, as Jobs did with the iPhone,” Chatterjee said.</p><p>The company did create the two popular new product lines – the Apple Watch and wireless AirPod headphones – and a still-niche Vision Pro headset for experiencing virtual reality, but none of them have been the kind of breakthroughs that became Jobs’ trademark. Meanwhile, other ballyhooed projects such as Apple’s effort to build a self-driving car never materialized after years of research and investments.</p><p>Apple’s reliance on overseas manufacturing required Cook to master the art of political diplomacy, particularly while President Donald Trump waged trade wars with China during both his terms in the White House. After persuading Trump to exempt the iPhone and other products from Trump’s first-term tariffs, he faced a more daunting challenge during the current administration.</p><p>While insisting that Apple shift its iPhone manufacturing from China to the U.S., Trump imposed some tariffs on the device this time around. But Cook still managed to minimize the fees by shifting the production of iPhones destined for the U.S. market to India and also winning some exemptions after promising Apple would invest $600 billion in the U.S. during Trump’s second administration.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E3B3I3BLH6BM3DOAN55MFACSYQ.jpg?auth=9f72c99ac44e35cc1b512d30d4919f3ad397184aa3a08c966caa4eb6c187c1b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Apple CEO Tim Cook speaks on stage during an announcement of new products at Apple Park in Cupertino, Calif., Sept. 9, 2025. (AP Photo/Godofredo A. Vásquez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HV6YU3LCHGCSERHGR4GGMNYYMQ.jpg?auth=e709e8d008cf708ee5cc3abdf6005b763c2d4d661f3d2ed9ee54ebaebc636d2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tim Cook arrives at the 77th Primetime Emmy Awards on Sunday, Sept. 14, 2025, at the Peacock Theater in Los Angeles. (Photo by Richard Shotwell/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WIIEAZMMVRVW23G4YBKNWR7OHM.jpg?auth=9225a4c1834bca42bc86edfaa87dd72aeed41411f6eacc82352a029254bfd635&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Apple CEO Tim Cook speaks on stage during an announcement of new products at Apple Park on Tuesday, Sept. 9, 2025, in Cupertino, Calif. (AP Photo/Godofredo A. Vásquez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content></item><item><title><![CDATA[Driver accused of crashing into police car while trying to run over 2 men in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/04/20/driver-accused-of-crashing-into-police-car-while-trying-to-run-over-2-men-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/driver-accused-of-crashing-into-police-car-while-trying-to-run-over-2-men-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 32-year-old man was behind bars without bond on Monday, accused of trying to run over three men in Miami-Dade County. ]]></description><pubDate>Mon, 20 Apr 2026 20:54:35 +0000</pubDate><content:encoded><![CDATA[<p>A 32-year-old man was behind bars without bond on Monday, accused of crashing into a police car while trying to run over two men in Miami-Dade County. </p><p>Nathan Romero was driving a black Toyota Corolla on Interstate 95, and he was “reversing into” a black Mitsubishi sports utility vehicle, near Miami Gardens Drive, according to the arrest report. </p><p>Romero, of Kissimmee, drove “towards both victims ... in an apparent attempt to run them over ... Both victims began running away and were able to jump out of the way,” according to the arrest report.</p><p>Romero “struck the concrete wall ... drove forward and placed the vehicle in reverse ... attempted to run them over again,” and struck the Mitsubishi and a sergeant’s unmarked car, according to the arrest report. </p><p>Romero got out of the Toyota, armed “with a knife,” and the sergeant “pointed his firearm” at him and shouted orders: “Stop! Drop the knife!” </p><p>Romero “tossed the knife,” and surrendered, according to the arrest report. </p><p>Miami-Dade Fire Rescue personnel took Romero to Jackson Memorial North Hospital before corrections booked him shortly after 7:55 p.m. on Saturday at the Turner Guilford Knight Correctional Center. </p><p>Florida Highway Patrol troopers documented the crashes. </p><p>On Monday, Romero faced three new charges: Aggravated battery on a law enforcement officer and two counts of aggravated battery with a deadly weapon. </p><p>A judge denied Romero bond for the charge of aggravated battery on a law enforcement officer and set the bond for the other two charges at $15,000. </p><p>Romero also had a warrant case for reckless driving with damage to property or person. His bond was $500.</p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZFAMQN44FRAO3GJINHLI65TJFQ.jpg?auth=935b956fdd8e12959ecca580a9df6085a9d2f025e18896d701b3c19dcdf0b1c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nathan Romero has been at the Turner Guilford Knight Correctional Center since Satuday night. A judge denied him bond.]]></media:description></media:content></item><item><title><![CDATA[Former first daughter Chelsea Clinton completes Boston Marathon, Bill and Hillary meet her at finish]]></title><link>https://www.local10.com/sports/2026/04/20/former-first-daughter-chelsea-clinton-completes-boston-marathon-bill-and-hillary-meet-her-at-finish/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/20/former-first-daughter-chelsea-clinton-completes-boston-marathon-bill-and-hillary-meet-her-at-finish/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 20 Apr 2026 20:51:56 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Former first daughter Chelsea Clinton finished the Boston Marathon on Monday and her parents were waiting at the finish line to congratulate her.</p><p>The 46-year-old author and the vice chair of the Clinton Foundation ran the 26.2-mile (42.195-kilometer) race in 3 hours, 40 minutes, 52 seconds. Joining former President Bill Clinton and former Secretary of State Hillary Clinton to meet her at the finish line was 2014 champion Meb Keflezghi — the last American man to win the race.</p><p>According to athlinks.com, Chelsea Clinton has run six other marathons, including New York four times, and Monday's run was a personal best.</p><p>Other notable participants who ran in Monday's record-setting race included astronaut Suni Williams, who finished in 5:52:49; hockey Hall of Famer Zdeno Chara, who ran it in 3:18:00; 2018 Boston winner Des Linden, who finished second in the women's masters division in 2:35:49; and 1968 men's winner Amby Burfoot, who finished in 5:11:29.</p><p>___</p><p>AP sports: https://apnews.com/hub/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PTOJTXNENJD6FKSDA3KYT3ATQE.jpg?auth=b0692028bdac89b53c3dbfd94fd0f410269d2561ce2c801e87d8ad99fec64e96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Runners stride down Boylston Street while approaching the finish line of the Boston Marathon, Monday, April 20, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Afghan charged in deadly bombing at Kabul airport gave false confession, his attorney tells jurors]]></title><link>https://www.local10.com/news/politics/2026/04/20/afghan-charged-in-deadly-bombing-at-kabul-airport-gave-false-confession-his-attorney-tells-jurors/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/20/afghan-charged-in-deadly-bombing-at-kabul-airport-gave-false-confession-his-attorney-tells-jurors/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description></description><pubDate>Mon, 20 Apr 2026 22:29:01 +0000</pubDate><content:encoded><![CDATA[<p>ALEXANDRIA, Va. (AP) — U.S. authorities “got the wrong man” when they charged an alleged Islamic State militant in a deadly suicide bombing at a Kabul airport during the American military’s chaotic withdrawal from Afghanistan in 2021, a defense attorney said Monday at the start of the man's trial in Virginia.</p><p>Mohammad Sharifullah is accused of scouting the bomber's route to the airport before the attack that killed nearly 200 people, including 13 U.S. service members, at the end of America’s longest war. FBI agents interviewed him for hours over the course of several days after his capture.</p><p>But one of Sharifullah's lawyers said he had no role in the bombing plot and suggested that the Afghan national gave a false confession.</p><p>“The U.S. government got the wrong man,” defense attorney Geremy Kamens said during the trial's opening statements. “That is why we are proud to represent Mohammad Sharifullah in this trial.”</p><p>Justice Department prosecutor John Gibbs said Sharifullah, also known as Jafar, spoke to a journalist about killing American “crusaders” who invaded his home country after the Sept. 11 terrorist attacks on the U.S.</p><p>“The feeling was just to catch the crusaders and kill them,” Sharifullah told the journalist, according to Gibbs.</p><p>Sharifullah told FBI agents that he joined an Islamic State regional branch known as ISIS-K around 2016. Although he denied having a planning role in the Kabul airport bombing, he told the agents that he had done “a lot of other things” on behalf of ISIS-K, Gibbs said.</p><p>President Donald Trump announced Sharifullah’s capture during his State of the Union address in March 2025. Sharifullah arrived in the U.S. a day later to face prosecution and faces a maximum sentence of life in prison if convicted.</p><p>Twelve jurors and three alternates were picked Monday in Alexandria, Virginia, for Sharifullah's federal trial on one count of providing material support to a designated foreign terrorist organization resulting in death. The trial is expected to last about a week.</p><p>U.S. troops were conducting an evacuation operation at the Kabul airport on Aug. 26, 2021, when a lone suicide bomber detonated an improvised explosive device near an entry point known as Abbey Gate. Approximately 160 Afghans were killed in the attack along with the 13 U.S. service members.</p><p>A review by U.S. Central Command found that the Abbey Gate bomber was Abdul Rahman al-Logari, an Islamic State militant who had been released from an Afghan prison by the Taliban. Sharifullah recognized the alleged bomber as an operative he had known while incarcerated, according to an FBI affidavit.</p><p>A former Marine testified to Congress that he and others had spotted two possible suspects behaving suspiciously on the morning of the bombing but didn't get permission to act. However, the Central Command review concluded that the snipers hadn't seen the actual bomber and that the attack was not preventable.</p><p>Still, the carnage led to sharp criticism of how Democratic President Joe Biden's administration handled the U.S. withdrawal from Afghanistan after a war spanning two decades. On the campaign trial, before he won a second term in the White House, Trump repeatedly condemned Biden’s role in the chaotic Afghanistan withdrawal and blamed him for the Abbey Gate attack.</p><p>One of the prosecutors assigned to the Abbey Gate case was fired by the Justice Department last year after a right-wing commentator publicly criticized him over his work during the Biden administration. Michael Ben’Ary's ouster was part of a broader purge of Justice Department veterans deemed to be insufficiently loyal to Trump, a Republican.</p><p>Sharifullah is accused of participating in other attacks linked to ISIS-K. The FBI said he provided instructions on the proper use of firearms before other ISIS-K members carried out a March 2024 attack at a Moscow concert hall that killed roughly 140 people.</p><p>Kamens suggested that Sharifullah gave a false confession under duress while in Pakastani custody. The defense lawyer told jurors that the airport bombing was likely an “inside job” aided by sympathetic Taliban extremists who were in power and helping with airport security that day.</p><p>“The Pakistanis wanted him to confess, and their intelligence service tortures people,” Kamens said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XI3MUOHQEEL7CE3BOH4TQDU5PA.jpg?auth=9880aa3a2e3869fb818c36743b8b4c4d72b407cf9c394658f2ed2c5f2949feca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This courtroom sketch depicts Justice Department prosecutor John Gibbs speaking as defense attorneys Lauren Rosen, Geremy Kamens, from center middle seated, defendant Mohammad Sharifullah, and an interpreter, listen along with Judge Anthony John Trenga during the opening day of the trial for Sharifullah in federal court in Alexandria, Va., Monday, April 20, 2026. (Dana Verkouteren via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Dana Verkouteren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G47RMPEKV3I56AN4ISQO5EXRXU.jpg?auth=3c7f342ffbd38ba6e6cd0f7ad69dd578827383c5f64ff3ee1d1461d13ba423b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This courtroom sketch depicts government witness Bruce Hoffman testifying as defendant Mohammad Sharifullah, seated left, listens during the opening day of the trial for Sharifullah in federal court in Alexandria, Va., Monday, April 20, 2026. (Dana Verkouteren via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Dana Verkouteren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3CXDANDNGZZQGGLMSEBEEWLS2M.jpg?auth=b454ef45b7e252a782f4171c0baa0123799f07c80e478b36228a643badbaf5b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This courtroom sketch depicts defense attorney Geremy Kamens speaking as Judge Anthony J. Trenga listens during the opening day of the trial for alleged Islamic State militant Mohammad Sharifullah in federal court in Alexandria, Va., Monday, April 20, 2026. (Dana Verkouteren via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Dana Verkouteren</media:credit></media:content></item><item><title><![CDATA[Cops arrest 2 of 3 they say stole $400K in coins from Hollywood woman who let them stay at her home]]></title><link>https://www.local10.com/news/local/2026/04/20/cops-arrest-2-of-3-they-say-stole-400k-in-coins-from-hollywood-woman-who-let-them-stay-at-her-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/20/cops-arrest-2-of-3-they-say-stole-400k-in-coins-from-hollywood-woman-who-let-them-stay-at-her-home/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Hollywood woman told detectives a trio “complained about financial issues” and were receiving government benefits during the four years she let them stay with her, while, unbeknownst to her, they had stolen six figures worth of her gold and silver coins and sold at least some of them, according to police.]]></description><pubDate>Mon, 20 Apr 2026 19:33:11 +0000</pubDate><content:encoded><![CDATA[<p>A Hollywood woman told detectives a trio “complained about financial issues” and were receiving government benefits during the four years she let them stay with her, while, unbeknownst to her, they had stolen six figures worth of her gold and silver coins and sold at least some of them, according to police.</p><p>According to court documents obtained by Local 10 News on Monday, two of them are now in custody: Joseph Marsicek, 55, and girlfriend Lisa Bulinski, 53, both of Zephyrhills, are each facing felony charges.</p><p>Investigators said they, along with Marsicek‘s mother, Mary Ann MacPherson, moved out of the home and to Pasco County on Feb. 15. Three days later, investigators said the victim was trying to show her friend her collection when she realized the coins had vanished, leading her to call the Hollywood Police Department.</p><p>According to investigators, the victim and MacPherson had known each other since the 1980s, when they both worked part time at a jewelry store. Police said about four years ago, MacPherson “called complaining her living situation” in Zephyrhills and said she wanted to come back to South Florida, so the victim allowed MacPherson to stay with her under the condition that she pay rent and get a job.</p><p>But police said MacPherson also arrived with Marsicek, making the victim “uncomfortable.” Nevertheless, police said the victim let MacPherson stay in a room and Marsicek sleep in his car, and later a tent, outside. Authorities said he then began dating Bulinski.</p><p>All three are accused of stealing the valuable coins and taking them to a gold and jewelry buyer. </p><p>They made about $72,000 from selling the coins as they complained about money and lived on the dole, police said, but detectives suspect that represents a fraction of what they stole.</p><p>“I believe the suspects are still in possession of a large quantity of the victim’s property,” HPD Officer Mark Robbins wrote in a report.</p><p>The victim, police said, believes the trio took about $400,000 worth of coins.</p><p>Records show that Hollywood police arrested Marsicek and Bulinski on Thursday in the 5900 block of Taft Street. It wasn’t immediately clear how they were located.</p><p>MacPherson, who records show is also slated to face charges in the case, did not appear in Broward or Pasco jail records as of Monday afternoon.</p><p>As of Monday, Marsicek and Bulinski remained jailed in Broward on charges of first-degree grand theft, pawning items with false information and dealing in stolen property.</p><p>Their bonds were set at $125,000. But they’ll have to prove any funds they may post come from a legitimate source before being released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PSUDRJMHUNGKRPS3LBJ4UV7HUY.jpg?auth=e427fe7a5663cff47cd1288259f474e4d13f6964d58b4430fd18d6a69b42550c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joseph Marsicek and Lisa Bulinski]]></media:description></media:content></item><item><title><![CDATA[Yankees right-hander Cam Schlittler says he and his family have received threats from Red Sox fans]]></title><link>https://www.local10.com/sports/2026/04/20/yankees-right-hander-cam-schlittler-says-he-and-his-family-have-received-threats-from-red-sox-fans/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/20/yankees-right-hander-cam-schlittler-says-he-and-his-family-have-received-threats-from-red-sox-fans/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 12:01:23 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — New York Yankees right-hander Cam Schlittler says he's looking forward to his Fenway Park debut on Thursday against Boston even after revealing his family has received threats from Red Sox fans.</p><p>Schlittler has overcome similar threats to experience success against the Red Sox in the postseason spotlight, so he has reason to carry confidence into his first game at Fenway.</p><p>Schlittler grew up a Red Sox fan in Walpole, Massachusetts. Despite his background with the Red Sox, Schlittler told the New York Post that he and his family have received death threats leading up to Thursday night's game. He compared the threats to normal trolling from fans and said he hasn't felt the need to get police involved.</p><p>“Most normal fans could care less, right?” Schlittler told the newspaper. "It’s just those diehards that just have nothing else in their lives other than baseball or sports that really care about this, and the fact that I play for the Yankees makes it worse for them.”</p><p>After his family was targeted with hurtful comments on social media during last season's AL Wild Card Series against the Red Sox, Schlittler responded with a dominant performance. He became the first postseason pitcher with at least eight scoreless innings and 12 strikeouts without allowing a walk, pitching New York to a 4-0 clinching win over Boston in New York.</p><p>This season, the 6-foot-6 Schlittler has enjoyed more success. The 25-year-old is 2-1 with a 1.95 ERA in five games. He has 36 strikeouts in 27 2/3 innings.</p><p>He says his strong start will only encourage more venom from Red Sox fans.</p><p>“It’s gonna be bad, it’s gonna be bad," Schlittler told the Post. "I’m not nervous about it, but it’s gonna be loud. ... They’re gonna probably have dudes that are my age or a little bit younger, sitting right outside the bullpen, yelling whatever, probably throwing stuff at me, trying to grab me.</p><p>“That’s kind of what I expect. So I know the guys are excited for it and I’m excited for it.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KKDPQIQVI5DTQHKGMPOU2YWT34.jpg?auth=7a5bbfbbc3cb8d6b6718dbc09201fae7a145f68151dbbf875fcd9353d9959213&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Cam Schlittler pitches during the third inning of a baseball game against the Kansas City Royals Friday, April 17, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NNFT4264RKQKTJF3HVXZ4YAZSE.jpg?auth=63b1977b9b78df3edf6dea6a07f38fd6437d65e858bbb439f9f4b2388dcf27c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees pitcher Cam Schlittler, right, hands the ball to manager Aaron Boone as he leaves during the seventh inning of a baseball game against the Kansas City Royals Friday, April 17, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VLSIRXNRMJIBDTUJGSYDU353VA.jpg?auth=9eab2af43b8a6a54714363e685405884a07c7963ab8ed5c7cc4582133712e65f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Cam Schlittler (31) pitches during the first inning of a baseball game against the Kansas City Royals Friday, April 17, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Una mujer canadiense muerta y 13 heridos en tiroteo en turísticas ruinas de México]]></title><link>https://www.local10.com/espanol/2026/04/21/una-mujer-canadiense-muerta-y-13-heridos-en-tiroteo-en-turisticas-ruinas-de-mexico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/21/una-mujer-canadiense-muerta-y-13-heridos-en-tiroteo-en-turisticas-ruinas-de-mexico/</guid><dc:creator><![CDATA[Por EMILIO LUGO y FABIOLA SÁNCHEZ, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 04:48:28 +0000</pubDate><content:encoded><![CDATA[<p>HUEHUETOCA, México (AP) — Una mujer canadiense murió y otros 13 turistas de Estados Unidos, Colombia, Brasil y Rusia resultaron heridos durante un tiroteo en la turística zona arqueológica de Teotihuacán, al noreste de la capital mexicana, la cual quedó cerrada por tiempo indefinido tras el incidente.</p><p>El evento ocurrió pasadas las 11:30 de la mañana, cuando un hombre que se encontraba en la plataforma situada en lo alto de la Pirámide de la Luna comenzó a disparar contra turistas que estaban a su mismo nivel y contra otros que bajaban por las escalinatas, según explicó a The Associated Press un guía turístico que se encontraba en el lugar que pidió el anonimato por razones de seguridad.</p><p>El agresor, quien posteriormente se quitó la vida, fue identificado como Julio César Jasso, un mexicano de 27 años, dijo a la AP un funcionario estatal que habló en condición de anonimato al no estar autorizado para discutir el caso.</p><p>La Fiscalía del Estado de México, entidad donde se encuentra la zona arqueológica, confirmó más tarde en redes sociales que Jasso fue el único agresor involucrado en el incidente. Añadió que la causa de su muerte será determinada según los protocolos correspondientes.</p><p>“Algunas personas, como estaban asustadas,se tiraron pecho a tierra y todos los demás empezamos a bajar”, comentó el guía al relatar cómo el tirador, al ver descender a los turistas por las escalinatas de la pirámide, disparó e hirió a varias personas.</p><p>Otro grupo quedó tendido sobre la plataforma de la pirámide sin moverse para evitar ser atacado por el tirador.</p><p>La canadiense Brenda Lee contó a una televisora de su país que ella y otras siete personas se encontraban a la espera para poder comprar un recuerdo cuando escucharon las detonaciones. “Oímos lo que pensamos que eran petardos y, antes de que nos diéramos cuenta, alguien gritó: ‘no, son disparos, corran’, y vimos a gente saltando desde lo alto".</p><p>Lee relató que la tensión se apoderó rápidamente del lugar mientras la gente intentaba escapar. “Había miles de personas y se oían muchos disparos que no paraban”, señaló.</p><p>La mujer y su grupo se alejaron de la zona siguiendo las indicaciones de su guía turístico. Lee aseguró que el incidente no cambia su percepción de México como destino turístico. “No nos hemos sentido inseguros en ningún lugar y esto, sinceramente, podría pasar en cualquier parte del mundo”, agregó.</p><p>Las autoridades del Estado de México indicaron previamente en un comunicado que entre los heridos hay seis estadounidenses, tres colombianos, entre ellos un niño de 6 años que recibió dos impactos de bala en la tibia y el peroné derecho; una canadiense, dos brasileños y un ruso. Siete de los heridos sufrieron lesiones por disparo de arma de fuego.</p><p>El embajador de Estados Unidos en México, Ronald Johnson, manifestó su “profunda preocupación" y tristeza por el incidente, e indicó en la red social X que en su país “estamos listos para brindar apoyo según sea necesario mientras las autoridades mexicanas continúan su investigación”.</p><p>Los primeros en responder al tiroteo fueron los policías que prestan seguridad dentro de las ruinas arqueológicas, y poco después llegó un grupo de la Guardia Nacional en una camioneta para atender la emergencia.</p><p>El tirador “no tenía como una percepción de lo que estaba haciendo”, indicó el testigo.</p><p>Hasta el momento se desconocen las causas del ataque. En el lugar las autoridades decomisaron un arma de fuego, un arma blanca y cartuchos.</p><p>El Instituto Nacional de Antropología e Historia anunció la noche del lunes en un comunicado que la zona arqueológica de Teotihuacan permanecerá cerrada hasta nuevo aviso.</p><p>La zona arqueológica de Teotihuacan es uno de los destinos turísticos más importantes del país y el año pasado atrajo a más de 1,8 millones de visitantes internacionales, según datos del gobierno. A pesar del gran número de turistas que recibe todos los días, el lugar tiene poco personal de vigilancia, no cuenta con detectores de metales ni se hace una revisión a los visitantes, según constató la AP.</p><p>La presidenta Claudia Sheinbaum publicó en X que “lo ocurrido hoy en Teotihuacán nos duele profundamente. Expreso mi más sincera solidaridad con las personas afectadas y sus familias. Estamos en contacto con la embajada de Canadá”.</p><p>Al lamentar los hechos, la canciller canadiense Anita Anand, expresó en su cuenta de la red social que “como consecuencia de un terrible acto de violencia armada, una ciudadana canadiense ha perdido la vida y otro ha resultado herido en Teotihuacán”, y que “sus pensamientos están con sus familiares y seres queridos”.</p><p>En videos difundidos en las redes sociales se observa a un hombre que desde lo alto de la Pirámide de la Luna comienza a disparar mientras decenas de turistas se esconden entre las ruinas prehispánicas y otros corren.</p><p>Teotihuacán es conocido por su enclave arqueológico del mismo nombre que es Patrimonio Cultural de la Humanidad y uno de los atractivos turísticos de la zona es sobrevolar las impresionantes pirámides del Sol y la Luna en globo.</p><p>Fue una gran ciudad con más de 100.000 habitantes que se extendía por unos 20 kilómetros cuadrados entre el año 100 a. C. y 750 d. C. pero fue abandonada por razones todavía inciertas antes del ascenso de los aztecas en el siglo XIV.</p><p>______</p><p>El periodista de The Associated Press, Jim Morris, contribuyó a este despacho desde Vancouver.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YPUWDIV7GTUYU7OWOQY5TQVRV4.jpg?auth=86612372da0497116c88a11dfdfec956f6d898a98b564b3328e051fe8c5427c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los forenses bajan el cadáver de una víctima por una pirámide después de que, según las autoridades, un hombre armado abriera fuego en Teotihuacán, México, el lunes 20 de abril de 2026. (Foto AP/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4N6ABHAIPW7Z5U6ZAUNJM27J6I.jpg?auth=44ca2f57ca51e42803c5cfce1210821f19d0422203868f220c24b987ad3baed1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La policía patrulla las pirámides después de que las autoridades informaran de que un hombre armado abrió fuego en Teotihuacán, México, el lunes 20 de abril de 2026. (Foto AP/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FY3TSAS3GVCYL5WRGZFWDQLEGU.jpg?auth=8f3ad95e7a30d50fdc89e70856ddc4777a68563365b6ecde22dc1bade37b440a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - La Pirámide de la Luna, a la izquierda, y la Pirámide del Sol, al fondo a la derecha, se ven junto con estructuras más pequeñas en Teotihuacán, México, el 19 de marzo de 2020. (AP Foto/Rebecca Blackwell, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Former Hawaii Gov. George Ariyoshi, the 1st US governor of Asian American descent, dies at 100]]></title><link>https://www.local10.com/news/national/2026/04/20/former-hawaii-gov-george-ariyoshi-the-1st-us-governor-of-asian-american-descent-dies-at-100/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/20/former-hawaii-gov-george-ariyoshi-the-1st-us-governor-of-asian-american-descent-dies-at-100/</guid><dc:creator><![CDATA[By JENNIFER SINCO KELLEHER, Associated Press]]></dc:creator><description></description><pubDate>Mon, 20 Apr 2026 21:06:39 +0000</pubDate><content:encoded><![CDATA[<p>HONOLULU (AP) — Former Hawaii Gov. George R. Ariyoshi — the nation's first Asian American governor — has died at age 100.</p><p>Ariyoshi, a Democrat who led the state from 1973 to 1986, died peacefully while surrounded by family on Sunday night, according to a statement Monday from current Gov. Josh Green.</p><p>“Governor Ariyoshi devoted his life to Hawaiʻi with humility, discipline and an unwavering sense of responsibility to the people he served,” Green said. “He led our state during a pivotal moment with quiet strength and integrity, and his legacy as a trailblazer and public servant will endure for generations."</p><p>Ariyoshi was a three-term governor who first rose to the position in October 1973. Three years earlier, he had been elected lieutenant governor, and he then became acting governor when Gov. John Burns fell ill with cancer.</p><p>Ariyoshi won the office outright in 1974 and was reelected in 1978 and 1982. Hawaii governors are now subject to a two-term limit. His political career coincided with the Democratic Party's rise to power in Hawaii.</p><p>Democrats wrested control of the Legislature from Republicans in 1954, the year Ariyoshi won the first of two terms in the Territorial House of Representatives. He won a territorial Senate seat in 1958, becoming a state senator the following year when Hawaii became a state.</p><p>Ariyoshi won three more state Senate races — in 1964, 1966 and 1968 — before becoming lieutenant governor.</p><p>Ariyoshi was born March 12, 1926, in a two-room tenement near Honolulu Harbor to parents who immigrated to Hawaii from Japan. He grew up in the hardscrabble neighborhood of Kalihi, near downtown Honolulu.</p><p>His father, Ryozo, a sumo wrestler from Fukuoka Prefecture, became a stevedore and owner of a dry cleaning shop in Hawaii. His mother, Mitsue, came from Kumamoto, Japan.</p><p>In his 1997 autobiography, “With Obligation to All,” Ariyoshi wrote about growing up with a lisp.</p><p>“The fact that we had no money did not seem to be a barrier, but I had a barrier of a different kind," he wrote, describing how he wanted to grow up to become a lawyer if he could learn to speak properly.</p><p>Following graduation from McKinley High School in 1944, Ariyoshi served as an interpreter with the U.S. Army's Military Intelligence Service in Japan at the end of World War II.</p><p>After the war, Ariyoshi attended the University of Hawaii before transferring to Michigan State University, where he received a bachelor's degree in history and political science in 1949. Ariyoshi earned a law degree from the University of Michigan Law School in 1952.</p><p>Going to school on the U.S. mainland, Ariyoshi didn’t feel a sense of being treated differently. “On the contrary, I enjoyed the fact that Hawaii had a reputation even then for people of different backgrounds coming together and living harmoniously,” he wrote in his book.</p><p>He began practicing law in Hawaii the year after he graduated from law school. Ariyoshi withdrew from private practice and resigned various corporate directorships after he was elected lieutenant governor.</p><p>He said his decision to seek the position was influenced by a desire to break the barrier for minorities.</p><p>“The new state of Hawaii had produced United States representatives and senators of Caucasian, Chinese and Japanese ancestry, reflecting our diversity,” he wrote. “But only Caucasians had been governor.”</p><p>Ariyoshi’s time as governor was marked by Hawaii becoming a tourist destination and a booming population. “I was convinced that neither our infrastructure nor our environment would support this rate of growth,” he wrote.</p><p>In 1975, Ariyoshi and his wife, Jean Hayashi Ariyoshi, attended their first National Governor’s Conference in Washington, D.C., where they were invited by President Gerald Ford to a black-tie dinner at the White House.</p><p>Jean Ariyoshi wrote in her book, “Washington Place: A First Lady’s Story,” that as the couple jitterbugged on the dance floor, she stood on tip-toe and whispered in his ear: “Look at the little girl from Wahiawa dancing at the White House.”</p><p>He replied: “And she’s dancing with the kid from Kalihi.”</p><p>John Waiheʻe, who became Ariyoshi’s lieutenant governor in 1982, went on to be elected the first governor of Native Hawaiian ancestry in 1986 with Ariyoshi’s support.</p><p>In addition to his wife Jean, Ariyoshi is survived by daughter Lynn and sons Donn and Ryozo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WN45ZS47UGVTFG6FK3KRBYMPFU.jpg?auth=acbb6562165bcd3b8ed62d16a81838e9cc1592266a7dc423fcf457f854470e13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hawaii Gov. George Ariyoshi, center, and his wife Jean chat with President Jimmy Carter during a White House reception for governors in Washington, Jan. 21, 1977. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/JQYOQHGXRGT5IFP22HVKETKURA.jpg?auth=8755967a269bcd8f602f075c681b1562ffabf03b7da35d9865dceb301631b8cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Hawaii Gov. George Ariyoshi, left, and and Princess Abigail Kawananakoa, center, arrive before oral arguments at the Hawaii State Supreme Court in Honolulu, Aug. 27, 2015. (Craig T. Kojima/Honolulu Star-Advertiser via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Craig T. Kojima</media:credit></media:content></item><item><title><![CDATA[Gunman shoots several tourists at historic pyramids in Mexico, killing a Canadian]]></title><link>https://www.local10.com/news/world/2026/04/20/gunman-shoots-several-tourists-at-historic-pyramids-in-mexico-killing-a-canadian/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/20/gunman-shoots-several-tourists-at-historic-pyramids-in-mexico-killing-a-canadian/</guid><dc:creator><![CDATA[By FABIOLA SÁNCHEZ and MEGAN JANETSKY, Associated Press]]></dc:creator><description></description><pubDate>Tue, 21 Apr 2026 05:05:48 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — An armed man standing atop one of the historic Teotihuacan pyramids opened fire on tourists Monday, killing one Canadian and leaving at least 13 people injured at the archaeological site north of Mexico’s capital, authorities said.</p><p>The shooter was identified as 27-year-old Julio Cesar Jasso of Mexico, a state official told the AP on condition of anonymity because he is not authorized to speak about the case. Jasso later died from a self-inflicted gunshot wound, authorities said, and security officials found a gun, a knife and ammunition. Jasso was the sole assailant in the attack, the State of Mexico government confirmed on Monday night.</p><p>The local government said seven people were wounded by gunshots. How the other people were injured was not disclosed, but a number of people fell when shooting started, some while climbing on the pyramids.</p><p>Those taken to hospitals for treatment were six Americans, three Colombians, one Russian, two Brazilians and one Canadian, the local government said. The youngest person who was injured was 6; the oldest was 61, Mexican authorities said.</p><p>Video and photos published by local media showed a man, later identified as Jasso, standing with a gun on top of a pyramid while people ducked for cover. A number of gunshots rang out in the videos.</p><p>The Teotihuacan pyramids, a UNESCO World Heritage Site, are a series of massive structures on the outskirts of Mexico City built by three different ancient civilizations. As one of Mexico’s most important touristic destinations, the site drew more than 1.8 million international visitors last year, according to government figures.</p><p>The shooting took place shortly after 11:30 a.m. when dozens of tourists were at the top of the Pyramid of the Moon. The standing on the structure’s platform began firing upward, according to a tour guide who was at the scene and spoke to The Associated Press on condition of anonymity for safety reasons.</p><p>“Some people, because they were scared ... threw themselves face down on the ground, and the rest of us started to go down,” the guide said, recounting how the shooter, upon seeing the tourists descending the pyramid’s steps, began firing.</p><p>Another group of visitors lay motionless on the pyramid’s platform to avoid being targeted by the shooter, who authorities have not yet identified.</p><p>Brenda Lee, of Vancouver, British Columbia, said she was waiting to buy a souvenir when she and others in her group thought they heard firecrackers.</p><p>"Before we knew it, someone said, ‘No, that’s gunfire, run,’ and we saw people coming off the top,” she told CTV News, one of Canada’s national television broadcasters.</p><p>“There were thousands of people there and there were a lot of gunshots that just kept coming,” Lee said.</p><p>The scene quickly turned chaotic as people tried to escape, Lee said.</p><p>“And then a fellow jumped,” she said. “It was someone trying to get away, and he dropped to the next level, but he fell on his back, and it was ... it just was awful.”</p><p>In past years, staff at the archaeological site carried out security scans before people entered the area but have since stopped, one local guide noted.</p><p>Mexican President Claudia Sheinbaum wrote on social media that the shooting would be investigated and that she was in touch with the Canadian Embassy.</p><p>“What happened today in Teotihuacán deeply pains us. I express my most sincere solidarity with the affected individuals and their families,” she wrote.</p><p>Anita Anand, Canada’s foreign affairs minister, said on X that as a “result of a horrific act of gun violence, a Canadian was killed and another wounded in Teotihuacán” and that her “thoughts are with their family and loved ones."</p><p>Later in the evening U.S. Ambassador to Mexico Ronald Johnson also expressed “deep concern” and sadness over the deaths and numerous injuries, and said on a post on X that the U.S. is “ready to provide support as needed while Mexican authorities continue their investigation.”</p><p>The National Institute of Anthropology and History said in a statement that the Teotihuacán archaeological site will remain closed until further notice.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p><p>___</p><p>AP journalist Jim Morris contributed to this story from Vancouver, British Columbia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/27B4PSNBT2Y7C42JKQZAW7MUF4.jpg?auth=25a577eaa9554207b0849489eb6b15d6337fc97da90f83e376f71d11388fdd6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic workers carry the body of a victim down a pyramid after authorities said a gunman opened fire, in Teotihuacan, Mexico, Monday, April 20, 2026. (AP Photo/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6K52PL35JSXQKLRTWEY3JHV7MA.jpg?auth=bd586b042e5d6cc217624142a1dc1e5ccb03b542847e0f842e17fca856b9b55f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police patrol the pyramids after authorities said a gunman opened fire in Teotihuacan, Mexico, Monday, April 20, 2026. (AP Photo/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FI6EVHGCUT73FON7F6FR6X6H4M.jpg?auth=505d827d088febad39334b1008aacbbedaaff1d7e4b7f8a156f6361cadaf444f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man with a gun shot at tourists at the historic Teotihuacan pyramids outside Mexico City on Monday. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZSXYEMA4W3IBLWXCPKYDZL2E7Q.jpg?auth=6c279eece9e8d5cf45b6ddda3189d096f617849bff6700e8c40f7705d10d5a04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police and forensic workers stand on a pyramid after authorities said a gunman opened fire in Teotihuacan, Mexico, Monday, April 20, 2026. (AP Photo/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VE6K4OP7KSI6VY23KA5VYO3ITA.jpg?auth=bf6251e67e2f907fa2a65e6c4c9424a03341000d336433b4cf531732f128a3d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Pyramid of the Moon, left, and the Pyramid of the Sun, back right, are seen along with smaller structures lining the Avenue of the Dead, in Teotihuacan, Mexico, March 19, 2020. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item></channel></rss>